Skip to content
Snippets Groups Projects
Commit 3f905d29 authored by jacobadeutsch's avatar jacobadeutsch Committed by Kristen Pol
Browse files

Resolve #3467251 "Part 2 update"

parent 03ef133c
No related branches found
No related tags found
1 merge request!15Resolve #3467251 "Part 2 update"
Pipeline #254314 passed
Showing
with 14 additions and 14 deletions
......@@ -6,7 +6,7 @@
* Variables:
* - theme: [string] Theme: light, dark.
* - kind: [string] Button kind: submit, reset, button, link.
* - type: [string] Button type: primary, primary, secondary, tertiary.
* - type: [string] Button type: primary, secondary, tertiary.
* - size: [string] Button size: large, regular, small.
* - icon: [string] Icon name.
* - icon_placement: [string] Icon position: left, right
......
......@@ -6,7 +6,7 @@
* Variables:
* - theme: [string] Theme: light, dark.
* - content: [string] Content.
* - level: [string] 1 | 2 | 3 | 4 | 5 | 6 The default is 2.
* - level: [string] Level: 1, 2, 3, 4, 5, 6. The default is 2.
* - attributes: [string] Additional attributes.
* - modifier_class: [string] Additional classes.
*/
......
......@@ -5,7 +5,7 @@
*
* Variables:
* - theme: [string] Theme: light, dark.
* - tag: [string] Tag: `label` or `legend`.
* - tag: [string] Tag: label, legend.
* - content: [string] The label's content.
* - size: [string] Label size: extra-large, large, regular, small, extra-small.
* - is_required: [boolean] Mark label as requried.
......
......@@ -7,7 +7,7 @@
* - theme: [string] Theme: light, dark.
* - content: [string] Content.
* - is_contained: [boolean] Contained or not.
* - vertical_spacing: [string] With top, bottom or both vertical spaces.
* - vertical_spacing: [string] Vertical spacing: top, bottom, both.
* - with_background: [boolean] With background or not.
* - attributes: [string] Additional attributes.
* - modifier_class: [string] Additional classes.
......
......@@ -24,7 +24,7 @@
* - is_invalid: [boolean] Denote if the control is invalid. Optional, propagated.
* - is_disabled: [boolean] Denote if the control is disabled. Optional, propagated.
* - is_required: [boolean] Denote if the control is required. Optional, propagated.
* - orientation: [string] Elements orientation: vertical or horizontal. Optional.
* - orientation: [string] Elements orientation: vertical, horizontal. Optional.
* - is_inline: [boolean] Denote if the complex control is shown inline. Optional.
* - control: [object | array[object]] Object or array of objects with control's
* properties. Required for complex controls.
......
......@@ -8,7 +8,7 @@
* - tags: [array] Array of tags.
* - content_bottom: [string] Content slot.
* - theme: [string] Theme: light, dark.
* - vertical_spacing: [string] With top, bottom or both vertical spaces.
* - vertical_spacing: [string] Vertical spacing: top, bottom, both.
* - attributes: [string] Additional attributes.
* - modifier_class:[string] Additional classes.
*/
......
......@@ -5,7 +5,7 @@
*
* Variables:
* - theme: [string] Theme: light, dark.
* - type: [string] Alert type: info, error, warning, success.
* - type: [string] Alert type: information, error, warning, success.
* - theme: [string] Theme: light, dark.
* - id: [string] ID.
* - title: [string] Title.
......
......@@ -8,7 +8,7 @@
* - image: [object] Image object:
* - url: [string] Image URL.
* - alt: [string] Image alt text.
* - image_position: [string] left / right
* - image_position: [string] Image position: left, right.
* - tags: [array] Array of tags.
* - title: [string] Title.
* - date: [string] Date.
......
......@@ -5,7 +5,7 @@
*
* Variables:
* - theme: [string] Theme: light, dark.
* - type: [string] Message type: info, error, warning, success.
* - type: [string] Message type: information, error, warning, success.
* - description: [string] Description text.
* - modifier_class: [string] Additional classes.
*/
......
......@@ -15,7 +15,7 @@
* - is_external: [boolean] Link is external.
* - content_bottom: [string] Content slot.
* - theme: [string] Theme: light, dark.
* - vertical_spacing: [string] With top, bottom or both vertical spaces.
* - vertical_spacing: [string] Vertical spacing: top, bottom, both.
* - with_background: [boolean] With background or not.
* - attributes: [string] Additional attributes.
* - modifier_class: [string] Additional classes.
......
......@@ -7,7 +7,7 @@
* - theme: [string] Theme: light, dark.
* - items: [array] Array of menu items.
* - title: [string] Navigation title.
* - vertical_spacing: [string] With top, bottom or both vertical spaces.
* - vertical_spacing: [string] Vertical spacing: top, bottom, both.
* - attributes: [string] Additional attributes.
* - modifier_class: [string] Additional classes.
*/
......
......@@ -8,7 +8,7 @@
* - image: [object] Image object:
* - url: [string] Image URL.
* - alt: [string] Image alt text.
* - image_position: [string] left / right
* - image_position: [string] Image position: left, right.
* - tags: [array] Array of tags.
* - title: [string] Title.
* - date: [string] Start date and time.
......
......@@ -11,7 +11,7 @@
* - next_label: [string] Text for next button.
* - content_bottom: [string] Content slot.
* - theme: [string] Theme: light, dark.
* - vertical_spacing: [string] With top, bottom or both vertical spaces.
* - vertical_spacing: [string] Vertical spacing: top, bottom, both.
* - with_background: [boolean] With background or not.
* - attributes: [string] Additional attributes.
* - modifier_class: [string] Additional classes.
......
......@@ -6,7 +6,7 @@
* Variables:
* - referenced_webform: [string] Rendered webform.
* - theme: [string] Theme: light, dark.
* - vertical_spacing: [string] With top, bottom or both vertical spaces.
* - vertical_spacing: [string] Vertical spacing: top, bottom, both.
* - with_background: [boolean] With background or not.
* - attributes: [string] Additional attributes.
* - modifier_class: [string] Additional classes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment