@teseor/css 1.15.2 → 1.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/compiled.css +1 -1
- package/dist/index.css +16 -16
- package/package.json +1 -1
- package/src/base/docs.html +1 -1
- package/src/base/typography/docs.html +33 -33
- package/src/components/actions/button/docs.html +19 -19
- package/src/components/actions/button/index.scss +6 -6
- package/src/components/actions/button-group/docs.html +12 -12
- package/src/components/actions/close-button/docs.html +10 -10
- package/src/components/content/divider/docs.html +1 -1
- package/src/components/content/scroll-area/docs.html +81 -81
- package/src/components/content/spacer/docs.html +6 -6
- package/src/components/data-display/avatar/docs.html +8 -8
- package/src/components/data-display/card/docs.html +12 -12
- package/src/components/data-display/card/index.scss +2 -2
- package/src/components/data-display/data-list/docs.html +32 -32
- package/src/components/data-display/icon/docs.html +5 -5
- package/src/components/data-display/image/docs.html +1 -1
- package/src/components/data-display/stat/docs.html +6 -6
- package/src/components/data-display/status/docs.html +9 -9
- package/src/components/data-display/table/docs.html +14 -14
- package/src/components/data-display/tag/docs.html +17 -17
- package/src/components/disclosure/accordion/docs.html +14 -14
- package/src/components/disclosure/disclosure/docs.html +8 -8
- package/src/components/feedback/alert/docs.html +18 -18
- package/src/components/feedback/progress/docs.html +2 -2
- package/src/components/feedback/progress/index.scss +3 -3
- package/src/components/feedback/toast/docs.html +22 -22
- package/src/components/forms/checkbox/docs.html +1 -1
- package/src/components/forms/checkbox-group/docs.html +21 -21
- package/src/components/forms/field/docs.html +11 -11
- package/src/components/forms/field/index.scss +3 -3
- package/src/components/forms/fieldset/docs.html +30 -30
- package/src/components/forms/form/docs.html +29 -29
- package/src/components/forms/form-error/docs.html +2 -2
- package/src/components/forms/form-helper/docs.html +9 -9
- package/src/components/forms/input/docs.html +13 -13
- package/src/components/forms/label/docs.html +7 -7
- package/src/components/forms/number-input/docs.html +12 -12
- package/src/components/forms/number-input/index.scss +2 -2
- package/src/components/forms/password-input/docs.html +14 -14
- package/src/components/forms/password-input/index.scss +2 -2
- package/src/components/forms/radio/docs.html +5 -5
- package/src/components/forms/radio-group/docs.html +20 -20
- package/src/components/forms/search-input/docs.html +7 -7
- package/src/components/forms/search-input/index.scss +2 -2
- package/src/components/forms/select/docs.html +23 -23
- package/src/components/forms/textarea/docs.html +18 -18
- package/src/components/forms/toggle/docs.html +1 -1
- package/src/components/forms/toggle/index.scss +1 -1
- package/src/components/navigation/breadcrumb/docs.html +11 -11
- package/src/components/navigation/dropdown-menu/docs.html +18 -18
- package/src/components/navigation/dropdown-menu/index.scss +2 -2
- package/src/components/navigation/menu/docs.html +25 -25
- package/src/components/navigation/menu/index.scss +2 -2
- package/src/components/navigation/nav/docs.html +13 -13
- package/src/components/navigation/pagination/docs.html +6 -6
- package/src/components/navigation/tabs/docs.html +19 -19
- package/src/components/overlays/dialog/docs.html +12 -12
- package/src/components/overlays/drawer/docs.html +16 -16
- package/src/components/overlays/modal/docs.html +11 -11
- package/src/components/overlays/overlay/docs.html +3 -3
- package/src/components/overlays/popover/docs.html +7 -7
- package/src/components/overlays/tooltip/docs.html +7 -7
- package/src/components/typography/blockquote/docs.html +5 -5
- package/src/components/typography/code/docs.html +2 -2
- package/src/components/typography/code-block/docs.html +2 -2
- package/src/components/typography/heading/docs.html +11 -11
- package/src/components/typography/kbd/docs.html +6 -6
- package/src/components/typography/link/docs.html +8 -8
- package/src/components/typography/link/index.scss +2 -2
- package/src/components/typography/list/docs.html +32 -32
- package/src/config/guides/accessibility.docs.html +5 -5
- package/src/config/guides/getting-started.docs.html +7 -7
- package/src/config/guides/theming.docs.html +21 -21
- package/src/config/tokens/_variables.scss +14 -0
- package/src/config/tokens/docs.html +7 -7
- package/src/config/tokens/grid/docs.html +3 -3
- package/src/config/tokens/spacing/docs.html +6 -6
- package/src/debug/docs.html +3 -3
- package/src/layout/app-shell/docs.html +15 -15
- package/src/layout/aspect-ratio/docs.html +8 -8
- package/src/layout/box/docs.html +10 -10
- package/src/layout/center/docs.html +4 -4
- package/src/layout/column/docs.html +11 -11
- package/src/layout/container/docs.html +7 -7
- package/src/layout/content/docs.html +12 -12
- package/src/layout/footer/docs.html +16 -16
- package/src/layout/grid/docs.html +25 -25
- package/src/layout/grid/index.scss +4 -2
- package/src/layout/main/docs.html +3 -3
- package/src/layout/nav-rail/docs.html +6 -6
- package/src/layout/page-header/docs.html +9 -9
- package/src/layout/row/docs.html +18 -18
- package/src/layout/sidebar/docs.html +5 -5
- package/src/layout/sidebar-nav/docs.html +37 -37
- package/src/layout/sidebar-nav/index.scss +2 -2
- package/src/layout/topbar/docs.html +14 -14
- package/src/utilities/container/docs.html +4 -4
- package/src/utilities/display/docs.html +11 -11
- package/src/utilities/scroll-animation/docs.html +5 -5
- package/src/utilities/scroll-snap/docs.html +30 -30
- package/src/utilities/spacing/docs.html +12 -12
- package/src/utilities/text/docs.html +36 -36
- package/src/utilities/view-transition/docs.html +12 -12
- package/src/utilities/visually-hidden/docs.html +3 -3
|
@@ -4,27 +4,27 @@ description: Text input field for user data entry. Heights align to grid rows.
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
|
-
<input class="ui-input" type="text" placeholder="Enter text..."></input>
|
|
7
|
+
<input class="ui-input" type="text" placeholder="{{ t('enter_text', 'Enter text...') }}"></input>
|
|
8
8
|
|
|
9
9
|
<!-- @sizes | column -->
|
|
10
|
-
<input class="ui-input ui-input--sm" type="text" placeholder="Small (1.5 rows)"></input>
|
|
11
|
-
<input class="ui-input" type="text" placeholder="Default (2 rows)"></input>
|
|
12
|
-
<input class="ui-input ui-input--lg" type="text" placeholder="Large (2.5 rows)"></input>
|
|
10
|
+
<input class="ui-input ui-input--sm" type="text" placeholder="{{ t('small_15_rows', 'Small (1.5 rows)') }}"></input>
|
|
11
|
+
<input class="ui-input" type="text" placeholder="{{ t('default_2_rows', 'Default (2 rows)') }}"></input>
|
|
12
|
+
<input class="ui-input ui-input--lg" type="text" placeholder="{{ t('large_25_rows', 'Large (2.5 rows)') }}"></input>
|
|
13
13
|
|
|
14
14
|
<!-- @variants | column -->
|
|
15
|
-
<input class="ui-input" type="text" placeholder="Outline (default)"></input>
|
|
16
|
-
<input class="ui-input ui-input--filled" type="text" placeholder="Filled"></input>
|
|
17
|
-
<input class="ui-input ui-input--ghost" type="text" placeholder="Ghost"></input>
|
|
15
|
+
<input class="ui-input" type="text" placeholder="{{ t('outline_default', 'Outline (default)') }}"></input>
|
|
16
|
+
<input class="ui-input ui-input--filled" type="text" placeholder="{{ t('filled', 'Filled') }}"></input>
|
|
17
|
+
<input class="ui-input ui-input--ghost" type="text" placeholder="{{ t('ghost', 'Ghost') }}"></input>
|
|
18
18
|
|
|
19
19
|
<!-- @states | column -->
|
|
20
|
-
<input class="ui-input" type="text" placeholder="Default"></input>
|
|
20
|
+
<input class="ui-input" type="text" placeholder="{{ t('default', 'Default') }}"></input>
|
|
21
21
|
<input class="ui-input ui-input--error" type="text" value="Invalid input"></input>
|
|
22
22
|
<input class="ui-input ui-input--success" type="text" value="Valid input"></input>
|
|
23
|
-
<input class="ui-input" type="text" placeholder="Disabled" disabled></input>
|
|
23
|
+
<input class="ui-input" type="text" placeholder="{{ t('disabled', 'Disabled') }}" disabled></input>
|
|
24
24
|
<input class="ui-input" type="text" value="Read only" readonly></input>
|
|
25
25
|
|
|
26
26
|
<!-- @full_width -->
|
|
27
|
-
<input class="ui-input ui-input--block" type="text" placeholder="Full width input"></input>
|
|
27
|
+
<input class="ui-input ui-input--block" type="text" placeholder="{{ t('full_width_input', 'Full width input') }}"></input>
|
|
28
28
|
|
|
29
29
|
<!-- @with_prefix_icon -->
|
|
30
30
|
<div class="ui-input-group ui-input-group--has-prefix">
|
|
@@ -34,12 +34,12 @@ description: Text input field for user data entry. Heights align to grid rows.
|
|
|
34
34
|
<path d="m21 21-4.3-4.3"></path>
|
|
35
35
|
</svg>
|
|
36
36
|
</span>
|
|
37
|
-
<input class="ui-input ui-input--block" type="search" placeholder="Search..."></input>
|
|
37
|
+
<input class="ui-input ui-input--block" type="search" placeholder="{{ t('search', 'Search...') }}"></input>
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<!-- @with_suffix_icon -->
|
|
41
41
|
<div class="ui-input-group ui-input-group--has-suffix">
|
|
42
|
-
<input class="ui-input ui-input--block" type="email" placeholder="Email address"></input>
|
|
42
|
+
<input class="ui-input ui-input--block" type="email" placeholder="{{ t('email_address', 'Email address') }}"></input>
|
|
43
43
|
<span class="ui-input-group__addon ui-input-group__addon--end">
|
|
44
44
|
<svg class="ui-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
45
45
|
<rect width="20" height="16" x="2" y="4" rx="2"></rect>
|
|
@@ -56,7 +56,7 @@ description: Text input field for user data entry. Heights align to grid rows.
|
|
|
56
56
|
<circle cx="12" cy="7" r="4"></circle>
|
|
57
57
|
</svg>
|
|
58
58
|
</span>
|
|
59
|
-
<input class="ui-input ui-input--block" type="text" placeholder="Username"></input>
|
|
59
|
+
<input class="ui-input ui-input--block" type="text" placeholder="{{ t('username', 'Username') }}"></input>
|
|
60
60
|
<span class="ui-input-group__addon ui-input-group__addon--end ui-input-group__addon--interactive">
|
|
61
61
|
<svg class="ui-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
62
62
|
<path d="M18 6 6 18"></path>
|
|
@@ -4,23 +4,23 @@ description: Form control labels. Associates text with inputs via htmlFor or wra
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
|
-
<label class="ui-label" for="input1">Email address</label>
|
|
7
|
+
<label class="ui-label" for="input1">{{ t('email_address', 'Email address') }}</label>
|
|
8
8
|
|
|
9
9
|
<!-- @required -->
|
|
10
10
|
<label class="ui-label" for="input2">
|
|
11
|
-
Email address
|
|
11
|
+
{{ t('email_address', 'Email address') }}
|
|
12
12
|
<span class="ui-label__required">*</span>
|
|
13
13
|
</label>
|
|
14
14
|
|
|
15
15
|
<!-- @optional -->
|
|
16
16
|
<label class="ui-label" for="input3">
|
|
17
|
-
Phone number
|
|
18
|
-
<span class="ui-label__optional">(optional)</span>
|
|
17
|
+
{{ t('phone_number', 'Phone number') }}
|
|
18
|
+
<span class="ui-label__optional">{{ t('optional', '(optional)') }}</span>
|
|
19
19
|
</label>
|
|
20
20
|
|
|
21
21
|
<!-- @sizes | column -->
|
|
22
|
-
<label class="ui-label">Default size</label>
|
|
23
|
-
<label class="ui-label ui-label--lg">Large size</label>
|
|
22
|
+
<label class="ui-label">{{ t('default_size', 'Default size') }}</label>
|
|
23
|
+
<label class="ui-label ui-label--lg">{{ t('large_size', 'Large size') }}</label>
|
|
24
24
|
|
|
25
25
|
<!-- @disabled -->
|
|
26
|
-
<label class="ui-label" aria-disabled="true">Disabled label</label>
|
|
26
|
+
<label class="ui-label" aria-disabled="true">{{ t('disabled_label', 'Disabled label') }}</label>
|
|
@@ -5,13 +5,13 @@ description: Numeric input with increment and decrement stepper buttons.
|
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<div class="ui-number-input">
|
|
8
|
-
<button class="ui-number-input__decrement" type="button" aria-label="Decrease">
|
|
8
|
+
<button class="ui-number-input__decrement" type="button" aria-label="{{ t('decrease', 'Decrease') }}">
|
|
9
9
|
<svg viewBox="0 0 24 24">
|
|
10
10
|
<path d="M5 12h14"></path>
|
|
11
11
|
</svg>
|
|
12
12
|
</button>
|
|
13
13
|
<input class="ui-number-input__field" type="number" value="5"></input>
|
|
14
|
-
<button class="ui-number-input__increment" type="button" aria-label="Increase">
|
|
14
|
+
<button class="ui-number-input__increment" type="button" aria-label="{{ t('increase', 'Increase') }}">
|
|
15
15
|
<svg viewBox="0 0 24 24">
|
|
16
16
|
<path d="M12 5v14"></path>
|
|
17
17
|
<path d="M5 12h14"></path>
|
|
@@ -21,13 +21,13 @@ description: Numeric input with increment and decrement stepper buttons.
|
|
|
21
21
|
|
|
22
22
|
<!-- @sizes | column -->
|
|
23
23
|
<div class="ui-number-input ui-number-input--sm">
|
|
24
|
-
<button class="ui-number-input__decrement" type="button" aria-label="Decrease">
|
|
24
|
+
<button class="ui-number-input__decrement" type="button" aria-label="{{ t('decrease', 'Decrease') }}">
|
|
25
25
|
<svg viewBox="0 0 24 24">
|
|
26
26
|
<path d="M5 12h14"></path>
|
|
27
27
|
</svg>
|
|
28
28
|
</button>
|
|
29
29
|
<input class="ui-number-input__field" type="number" value="3"></input>
|
|
30
|
-
<button class="ui-number-input__increment" type="button" aria-label="Increase">
|
|
30
|
+
<button class="ui-number-input__increment" type="button" aria-label="{{ t('increase', 'Increase') }}">
|
|
31
31
|
<svg viewBox="0 0 24 24">
|
|
32
32
|
<path d="M12 5v14"></path>
|
|
33
33
|
<path d="M5 12h14"></path>
|
|
@@ -35,13 +35,13 @@ description: Numeric input with increment and decrement stepper buttons.
|
|
|
35
35
|
</button>
|
|
36
36
|
</div>
|
|
37
37
|
<div class="ui-number-input">
|
|
38
|
-
<button class="ui-number-input__decrement" type="button" aria-label="Decrease">
|
|
38
|
+
<button class="ui-number-input__decrement" type="button" aria-label="{{ t('decrease', 'Decrease') }}">
|
|
39
39
|
<svg viewBox="0 0 24 24">
|
|
40
40
|
<path d="M5 12h14"></path>
|
|
41
41
|
</svg>
|
|
42
42
|
</button>
|
|
43
43
|
<input class="ui-number-input__field" type="number" value="5"></input>
|
|
44
|
-
<button class="ui-number-input__increment" type="button" aria-label="Increase">
|
|
44
|
+
<button class="ui-number-input__increment" type="button" aria-label="{{ t('increase', 'Increase') }}">
|
|
45
45
|
<svg viewBox="0 0 24 24">
|
|
46
46
|
<path d="M12 5v14"></path>
|
|
47
47
|
<path d="M5 12h14"></path>
|
|
@@ -49,13 +49,13 @@ description: Numeric input with increment and decrement stepper buttons.
|
|
|
49
49
|
</button>
|
|
50
50
|
</div>
|
|
51
51
|
<div class="ui-number-input ui-number-input--lg">
|
|
52
|
-
<button class="ui-number-input__decrement" type="button" aria-label="Decrease">
|
|
52
|
+
<button class="ui-number-input__decrement" type="button" aria-label="{{ t('decrease', 'Decrease') }}">
|
|
53
53
|
<svg viewBox="0 0 24 24">
|
|
54
54
|
<path d="M5 12h14"></path>
|
|
55
55
|
</svg>
|
|
56
56
|
</button>
|
|
57
57
|
<input class="ui-number-input__field" type="number" value="10"></input>
|
|
58
|
-
<button class="ui-number-input__increment" type="button" aria-label="Increase">
|
|
58
|
+
<button class="ui-number-input__increment" type="button" aria-label="{{ t('increase', 'Increase') }}">
|
|
59
59
|
<svg viewBox="0 0 24 24">
|
|
60
60
|
<path d="M12 5v14"></path>
|
|
61
61
|
<path d="M5 12h14"></path>
|
|
@@ -66,13 +66,13 @@ description: Numeric input with increment and decrement stepper buttons.
|
|
|
66
66
|
<!-- @block -->
|
|
67
67
|
<!-- Full-width layout. -->
|
|
68
68
|
<div class="ui-number-input ui-number-input--block">
|
|
69
|
-
<button class="ui-number-input__decrement" type="button" aria-label="Decrease">
|
|
69
|
+
<button class="ui-number-input__decrement" type="button" aria-label="{{ t('decrease', 'Decrease') }}">
|
|
70
70
|
<svg viewBox="0 0 24 24">
|
|
71
71
|
<path d="M5 12h14"></path>
|
|
72
72
|
</svg>
|
|
73
73
|
</button>
|
|
74
74
|
<input class="ui-number-input__field" type="number" value="5"></input>
|
|
75
|
-
<button class="ui-number-input__increment" type="button" aria-label="Increase">
|
|
75
|
+
<button class="ui-number-input__increment" type="button" aria-label="{{ t('increase', 'Increase') }}">
|
|
76
76
|
<svg viewBox="0 0 24 24">
|
|
77
77
|
<path d="M12 5v14"></path>
|
|
78
78
|
<path d="M5 12h14"></path>
|
|
@@ -82,13 +82,13 @@ description: Numeric input with increment and decrement stepper buttons.
|
|
|
82
82
|
|
|
83
83
|
<!-- @disabled -->
|
|
84
84
|
<div class="ui-number-input ui-number-input--disabled">
|
|
85
|
-
<button class="ui-number-input__decrement" type="button" aria-label="Decrease" disabled>
|
|
85
|
+
<button class="ui-number-input__decrement" type="button" aria-label="{{ t('decrease', 'Decrease') }}" disabled>
|
|
86
86
|
<svg viewBox="0 0 24 24">
|
|
87
87
|
<path d="M5 12h14"></path>
|
|
88
88
|
</svg>
|
|
89
89
|
</button>
|
|
90
90
|
<input class="ui-number-input__field" type="number" value="0" disabled></input>
|
|
91
|
-
<button class="ui-number-input__increment" type="button" aria-label="Increase" disabled>
|
|
91
|
+
<button class="ui-number-input__increment" type="button" aria-label="{{ t('increase', 'Increase') }}" disabled>
|
|
92
92
|
<svg viewBox="0 0 24 24">
|
|
93
93
|
<path d="M12 5v14"></path>
|
|
94
94
|
<path d="M5 12h14"></path>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.number-input {
|
|
8
8
|
--_border-width-sm: var(--ui-border-width-sm, #{t.$border-width-sm});
|
|
9
9
|
--_duration-fast: var(--ui-duration-fast, #{t.$duration-fast});
|
|
10
|
-
--_ease-default: var(--ui-ease-default, ease);
|
|
10
|
+
--_ease-default: var(--ui-ease-default, #{t.$ease-default});
|
|
11
11
|
--_border-width-md: var(--ui-border-width-md, #{t.$border-width-md});
|
|
12
12
|
--_color-focus: var(--ui-color-focus, #{t.$color-focus});
|
|
13
13
|
--_opacity-disabled: var(--ui-opacity-disabled, #{t.$opacity-disabled});
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
|
|
144
144
|
&:focus-visible {
|
|
145
145
|
outline: 2px solid var(--_color-focus);
|
|
146
|
-
outline-offset: -
|
|
146
|
+
outline-offset: #{t.$focus-ring-offset};
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
&:disabled {
|
|
@@ -5,8 +5,8 @@ description: Secure password field with toggle visibility button.
|
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<div class="ui-password-input">
|
|
8
|
-
<input class="ui-password-input__field" type="password" placeholder="Enter password"></input>
|
|
9
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
8
|
+
<input class="ui-password-input__field" type="password" placeholder="{{ t('enter_password', 'Enter password') }}"></input>
|
|
9
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
10
10
|
<svg viewBox="0 0 24 24">
|
|
11
11
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
12
12
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -16,8 +16,8 @@ description: Secure password field with toggle visibility button.
|
|
|
16
16
|
|
|
17
17
|
<!-- @sizes | column -->
|
|
18
18
|
<div class="ui-password-input ui-password-input--sm">
|
|
19
|
-
<input class="ui-password-input__field" type="password" placeholder="Small"></input>
|
|
20
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
19
|
+
<input class="ui-password-input__field" type="password" placeholder="{{ t('small', 'Small') }}"></input>
|
|
20
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
21
21
|
<svg viewBox="0 0 24 24">
|
|
22
22
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
23
23
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -25,8 +25,8 @@ description: Secure password field with toggle visibility button.
|
|
|
25
25
|
</button>
|
|
26
26
|
</div>
|
|
27
27
|
<div class="ui-password-input">
|
|
28
|
-
<input class="ui-password-input__field" type="password" placeholder="Default"></input>
|
|
29
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
28
|
+
<input class="ui-password-input__field" type="password" placeholder="{{ t('default', 'Default') }}"></input>
|
|
29
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
30
30
|
<svg viewBox="0 0 24 24">
|
|
31
31
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
32
32
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -34,8 +34,8 @@ description: Secure password field with toggle visibility button.
|
|
|
34
34
|
</button>
|
|
35
35
|
</div>
|
|
36
36
|
<div class="ui-password-input ui-password-input--lg">
|
|
37
|
-
<input class="ui-password-input__field" type="password" placeholder="Large"></input>
|
|
38
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
37
|
+
<input class="ui-password-input__field" type="password" placeholder="{{ t('large', 'Large') }}"></input>
|
|
38
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
39
39
|
<svg viewBox="0 0 24 24">
|
|
40
40
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
41
41
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -46,8 +46,8 @@ description: Secure password field with toggle visibility button.
|
|
|
46
46
|
<!-- @block -->
|
|
47
47
|
<!-- Full-width layout. -->
|
|
48
48
|
<div class="ui-password-input ui-password-input--block">
|
|
49
|
-
<input class="ui-password-input__field" type="password" placeholder="Full width"></input>
|
|
50
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
49
|
+
<input class="ui-password-input__field" type="password" placeholder="{{ t('full_width', 'Full width') }}"></input>
|
|
50
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
51
51
|
<svg viewBox="0 0 24 24">
|
|
52
52
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
53
53
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -58,7 +58,7 @@ description: Secure password field with toggle visibility button.
|
|
|
58
58
|
<!-- @states | column -->
|
|
59
59
|
<div class="ui-password-input ui-password-input--error">
|
|
60
60
|
<input class="ui-password-input__field" type="password" value="wrongpass"></input>
|
|
61
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
61
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
62
62
|
<svg viewBox="0 0 24 24">
|
|
63
63
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
64
64
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -67,7 +67,7 @@ description: Secure password field with toggle visibility button.
|
|
|
67
67
|
</div>
|
|
68
68
|
<div class="ui-password-input ui-password-input--success">
|
|
69
69
|
<input class="ui-password-input__field" type="password" value="correctpass"></input>
|
|
70
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password">
|
|
70
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}">
|
|
71
71
|
<svg viewBox="0 0 24 24">
|
|
72
72
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
73
73
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -75,8 +75,8 @@ description: Secure password field with toggle visibility button.
|
|
|
75
75
|
</button>
|
|
76
76
|
</div>
|
|
77
77
|
<div class="ui-password-input ui-password-input--disabled">
|
|
78
|
-
<input class="ui-password-input__field" type="password" placeholder="Disabled" disabled></input>
|
|
79
|
-
<button class="ui-password-input__toggle" type="button" aria-label="Show password" disabled>
|
|
78
|
+
<input class="ui-password-input__field" type="password" placeholder="{{ t('disabled', 'Disabled') }}" disabled></input>
|
|
79
|
+
<button class="ui-password-input__toggle" type="button" aria-label="{{ t('show_password', 'Show password') }}" disabled>
|
|
80
80
|
<svg viewBox="0 0 24 24">
|
|
81
81
|
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
|
|
82
82
|
<circle cx="12" cy="12" r="3"></circle>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.password-input {
|
|
8
8
|
--_border-width-sm: var(--ui-border-width-sm, #{t.$border-width-sm});
|
|
9
9
|
--_duration-fast: var(--ui-duration-fast, #{t.$duration-fast});
|
|
10
|
-
--_ease-default: var(--ui-ease-default, ease);
|
|
10
|
+
--_ease-default: var(--ui-ease-default, #{t.$ease-default});
|
|
11
11
|
--_border-width-md: var(--ui-border-width-md, #{t.$border-width-md});
|
|
12
12
|
--_color-focus: var(--ui-color-focus, #{t.$color-focus});
|
|
13
13
|
--_opacity-disabled: var(--ui-opacity-disabled, #{t.$opacity-disabled});
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
|
|
153
153
|
&:focus-visible {
|
|
154
154
|
outline: 2px solid var(--_color-focus);
|
|
155
|
-
outline-offset: -
|
|
155
|
+
outline-offset: #{t.$focus-ring-offset};
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
svg {
|
|
@@ -26,24 +26,24 @@ description: Native radio button with custom styling. Use for mutually exclusive
|
|
|
26
26
|
<!-- @with_label -->
|
|
27
27
|
<label class="ui-row" style="gap: var(--ui-space-1); cursor: pointer;">
|
|
28
28
|
<input class="ui-radio" type="radio" name="labeled"></input>
|
|
29
|
-
<span>Option one</span>
|
|
29
|
+
<span>{{ t('option_one', 'Option one') }}</span>
|
|
30
30
|
</label>
|
|
31
31
|
|
|
32
32
|
<!-- @radio_group -->
|
|
33
33
|
<fieldset style="border: none; padding: 0; margin: 0;">
|
|
34
|
-
<legend style="font-weight: 600; margin-block-end: var(--ui-space-1);">Choose an option</legend>
|
|
34
|
+
<legend style="font-weight: 600; margin-block-end: var(--ui-space-1);">{{ t('choose_an_option', 'Choose an option') }}</legend>
|
|
35
35
|
<div class="ui-column" style="--column-gap: var(--ui-space-1);">
|
|
36
36
|
<label class="ui-row" style="gap: var(--ui-space-1); cursor: pointer;">
|
|
37
37
|
<input class="ui-radio" type="radio" name="group-demo" checked></input>
|
|
38
|
-
<span>Option A</span>
|
|
38
|
+
<span>{{ t('option_a', 'Option A') }}</span>
|
|
39
39
|
</label>
|
|
40
40
|
<label class="ui-row" style="gap: var(--ui-space-1); cursor: pointer;">
|
|
41
41
|
<input class="ui-radio" type="radio" name="group-demo"></input>
|
|
42
|
-
<span>Option B</span>
|
|
42
|
+
<span>{{ t('option_b', 'Option B') }}</span>
|
|
43
43
|
</label>
|
|
44
44
|
<label class="ui-row" style="gap: var(--ui-space-1); cursor: pointer;">
|
|
45
45
|
<input class="ui-radio" type="radio" name="group-demo"></input>
|
|
46
|
-
<span>Option C</span>
|
|
46
|
+
<span>{{ t('option_c', 'Option C') }}</span>
|
|
47
47
|
</label>
|
|
48
48
|
</div>
|
|
49
49
|
</fieldset>
|
|
@@ -6,92 +6,92 @@ mergeInto: radio
|
|
|
6
6
|
|
|
7
7
|
<!-- @default -->
|
|
8
8
|
<fieldset class="ui-radio-group">
|
|
9
|
-
<legend class="ui-radio-group__legend">Payment method</legend>
|
|
9
|
+
<legend class="ui-radio-group__legend">{{ t('payment_method', 'Payment method') }}</legend>
|
|
10
10
|
<div class="ui-radio-group__items">
|
|
11
11
|
<label class="ui-radio-group__item">
|
|
12
12
|
<input class="ui-radio" type="radio" name="payment" checked></input>
|
|
13
|
-
<span>Credit card</span>
|
|
13
|
+
<span>{{ t('credit_card', 'Credit card') }}</span>
|
|
14
14
|
</label>
|
|
15
15
|
<label class="ui-radio-group__item">
|
|
16
16
|
<input class="ui-radio" type="radio" name="payment"></input>
|
|
17
|
-
<span>Debit card</span>
|
|
17
|
+
<span>{{ t('debit_card', 'Debit card') }}</span>
|
|
18
18
|
</label>
|
|
19
19
|
<label class="ui-radio-group__item">
|
|
20
20
|
<input class="ui-radio" type="radio" name="payment"></input>
|
|
21
|
-
<span>Bank transfer</span>
|
|
21
|
+
<span>{{ t('bank_transfer', 'Bank transfer') }}</span>
|
|
22
22
|
</label>
|
|
23
23
|
</div>
|
|
24
24
|
</fieldset>
|
|
25
25
|
|
|
26
26
|
<!-- @horizontal -->
|
|
27
27
|
<fieldset class="ui-radio-group ui-radio-group--horizontal">
|
|
28
|
-
<legend class="ui-radio-group__legend">Size</legend>
|
|
28
|
+
<legend class="ui-radio-group__legend">{{ t('size', 'Size') }}</legend>
|
|
29
29
|
<div class="ui-radio-group__items">
|
|
30
30
|
<label class="ui-radio-group__item">
|
|
31
31
|
<input class="ui-radio" type="radio" name="size" checked></input>
|
|
32
|
-
<span>Small</span>
|
|
32
|
+
<span>{{ t('small', 'Small') }}</span>
|
|
33
33
|
</label>
|
|
34
34
|
<label class="ui-radio-group__item">
|
|
35
35
|
<input class="ui-radio" type="radio" name="size"></input>
|
|
36
|
-
<span>Medium</span>
|
|
36
|
+
<span>{{ t('medium', 'Medium') }}</span>
|
|
37
37
|
</label>
|
|
38
38
|
<label class="ui-radio-group__item">
|
|
39
39
|
<input class="ui-radio" type="radio" name="size"></input>
|
|
40
|
-
<span>Large</span>
|
|
40
|
+
<span>{{ t('large', 'Large') }}</span>
|
|
41
41
|
</label>
|
|
42
42
|
</div>
|
|
43
43
|
</fieldset>
|
|
44
44
|
|
|
45
45
|
<!-- @compact -->
|
|
46
46
|
<fieldset class="ui-radio-group ui-radio-group--compact">
|
|
47
|
-
<legend class="ui-radio-group__legend">Priority</legend>
|
|
47
|
+
<legend class="ui-radio-group__legend">{{ t('priority', 'Priority') }}</legend>
|
|
48
48
|
<div class="ui-radio-group__items">
|
|
49
49
|
<label class="ui-radio-group__item">
|
|
50
50
|
<input class="ui-radio" type="radio" name="priority" checked></input>
|
|
51
|
-
<span>Low</span>
|
|
51
|
+
<span>{{ t('low', 'Low') }}</span>
|
|
52
52
|
</label>
|
|
53
53
|
<label class="ui-radio-group__item">
|
|
54
54
|
<input class="ui-radio" type="radio" name="priority"></input>
|
|
55
|
-
<span>Medium</span>
|
|
55
|
+
<span>{{ t('medium', 'Medium') }}</span>
|
|
56
56
|
</label>
|
|
57
57
|
<label class="ui-radio-group__item">
|
|
58
58
|
<input class="ui-radio" type="radio" name="priority"></input>
|
|
59
|
-
<span>High</span>
|
|
59
|
+
<span>{{ t('high', 'High') }}</span>
|
|
60
60
|
</label>
|
|
61
61
|
</div>
|
|
62
62
|
</fieldset>
|
|
63
63
|
|
|
64
64
|
<!-- @error_state -->
|
|
65
65
|
<fieldset class="ui-radio-group ui-radio-group--error">
|
|
66
|
-
<legend class="ui-radio-group__legend">Shipping</legend>
|
|
66
|
+
<legend class="ui-radio-group__legend">{{ t('shipping', 'Shipping') }}</legend>
|
|
67
67
|
<div class="ui-radio-group__items">
|
|
68
68
|
<label class="ui-radio-group__item">
|
|
69
69
|
<input class="ui-radio ui-radio--error" type="radio" name="shipping"></input>
|
|
70
|
-
<span>Standard</span>
|
|
70
|
+
<span>{{ t('standard', 'Standard') }}</span>
|
|
71
71
|
</label>
|
|
72
72
|
<label class="ui-radio-group__item">
|
|
73
73
|
<input class="ui-radio ui-radio--error" type="radio" name="shipping"></input>
|
|
74
|
-
<span>Express</span>
|
|
74
|
+
<span>{{ t('express', 'Express') }}</span>
|
|
75
75
|
</label>
|
|
76
76
|
</div>
|
|
77
|
-
<span class="ui-form-error">Please select a shipping method</span>
|
|
77
|
+
<span class="ui-form-error">{{ t('please_select_a_shipping_method', 'Please select a shipping method') }}</span>
|
|
78
78
|
</fieldset>
|
|
79
79
|
|
|
80
80
|
<!-- @disabled -->
|
|
81
81
|
<fieldset class="ui-radio-group" disabled>
|
|
82
|
-
<legend class="ui-radio-group__legend">Plan (locked)</legend>
|
|
82
|
+
<legend class="ui-radio-group__legend">{{ t('plan_locked', 'Plan (locked)') }}</legend>
|
|
83
83
|
<div class="ui-radio-group__items">
|
|
84
84
|
<label class="ui-radio-group__item">
|
|
85
85
|
<input class="ui-radio" type="radio" name="plan" checked></input>
|
|
86
|
-
<span>Free</span>
|
|
86
|
+
<span>{{ t('free', 'Free') }}</span>
|
|
87
87
|
</label>
|
|
88
88
|
<label class="ui-radio-group__item">
|
|
89
89
|
<input class="ui-radio" type="radio" name="plan"></input>
|
|
90
|
-
<span>Pro</span>
|
|
90
|
+
<span>{{ t('pro', 'Pro') }}</span>
|
|
91
91
|
</label>
|
|
92
92
|
<label class="ui-radio-group__item">
|
|
93
93
|
<input class="ui-radio" type="radio" name="plan"></input>
|
|
94
|
-
<span>Enterprise</span>
|
|
94
|
+
<span>{{ t('enterprise', 'Enterprise') }}</span>
|
|
95
95
|
</label>
|
|
96
96
|
</div>
|
|
97
97
|
</fieldset>
|
|
@@ -11,7 +11,7 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
11
11
|
<path d="m21 21-4.3-4.3"></path>
|
|
12
12
|
</svg>
|
|
13
13
|
</span>
|
|
14
|
-
<input class="ui-search-input__field" type="search" placeholder="Search..."></input>
|
|
14
|
+
<input class="ui-search-input__field" type="search" placeholder="{{ t('search', 'Search...') }}"></input>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
17
|
<!-- @with_clear_button -->
|
|
@@ -23,7 +23,7 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
23
23
|
</svg>
|
|
24
24
|
</span>
|
|
25
25
|
<input class="ui-search-input__field" type="search" value="Design tokens"></input>
|
|
26
|
-
<button class="ui-search-input__clear" type="button" aria-label="Clear search">
|
|
26
|
+
<button class="ui-search-input__clear" type="button" aria-label="{{ t('clear_search', 'Clear search') }}">
|
|
27
27
|
<svg viewBox="0 0 24 24">
|
|
28
28
|
<path d="M18 6 6 18"></path>
|
|
29
29
|
<path d="m6 6 12 12"></path>
|
|
@@ -39,7 +39,7 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
39
39
|
<path d="m21 21-4.3-4.3"></path>
|
|
40
40
|
</svg>
|
|
41
41
|
</span>
|
|
42
|
-
<input class="ui-search-input__field" type="search" placeholder="Small"></input>
|
|
42
|
+
<input class="ui-search-input__field" type="search" placeholder="{{ t('small', 'Small') }}"></input>
|
|
43
43
|
</div>
|
|
44
44
|
<div class="ui-search-input">
|
|
45
45
|
<span class="ui-search-input__icon">
|
|
@@ -48,7 +48,7 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
48
48
|
<path d="m21 21-4.3-4.3"></path>
|
|
49
49
|
</svg>
|
|
50
50
|
</span>
|
|
51
|
-
<input class="ui-search-input__field" type="search" placeholder="Default"></input>
|
|
51
|
+
<input class="ui-search-input__field" type="search" placeholder="{{ t('default', 'Default') }}"></input>
|
|
52
52
|
</div>
|
|
53
53
|
<div class="ui-search-input ui-search-input--lg">
|
|
54
54
|
<span class="ui-search-input__icon">
|
|
@@ -57,7 +57,7 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
57
57
|
<path d="m21 21-4.3-4.3"></path>
|
|
58
58
|
</svg>
|
|
59
59
|
</span>
|
|
60
|
-
<input class="ui-search-input__field" type="search" placeholder="Large"></input>
|
|
60
|
+
<input class="ui-search-input__field" type="search" placeholder="{{ t('large', 'Large') }}"></input>
|
|
61
61
|
</div>
|
|
62
62
|
|
|
63
63
|
<!-- @block -->
|
|
@@ -69,7 +69,7 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
69
69
|
<path d="m21 21-4.3-4.3"></path>
|
|
70
70
|
</svg>
|
|
71
71
|
</span>
|
|
72
|
-
<input class="ui-search-input__field" type="search" placeholder="Full width search..."></input>
|
|
72
|
+
<input class="ui-search-input__field" type="search" placeholder="{{ t('full_width_search', 'Full width search...') }}"></input>
|
|
73
73
|
</div>
|
|
74
74
|
|
|
75
75
|
<!-- @disabled -->
|
|
@@ -80,5 +80,5 @@ description: Search field with built-in search icon and optional clear button.
|
|
|
80
80
|
<path d="m21 21-4.3-4.3"></path>
|
|
81
81
|
</svg>
|
|
82
82
|
</span>
|
|
83
|
-
<input class="ui-search-input__field" type="search" placeholder="Disabled" disabled></input>
|
|
83
|
+
<input class="ui-search-input__field" type="search" placeholder="{{ t('disabled', 'Disabled') }}" disabled></input>
|
|
84
84
|
</div>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.search-input {
|
|
8
8
|
--_border-width-sm: var(--ui-border-width-sm, #{t.$border-width-sm});
|
|
9
9
|
--_duration-fast: var(--ui-duration-fast, #{t.$duration-fast});
|
|
10
|
-
--_ease-default: var(--ui-ease-default, ease);
|
|
10
|
+
--_ease-default: var(--ui-ease-default, #{t.$ease-default});
|
|
11
11
|
--_border-width-md: var(--ui-border-width-md, #{t.$border-width-md});
|
|
12
12
|
--_color-focus: var(--ui-color-focus, #{t.$color-focus});
|
|
13
13
|
--_opacity-disabled: var(--ui-opacity-disabled, #{t.$opacity-disabled});
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
|
|
187
187
|
&:focus-visible {
|
|
188
188
|
outline: 2px solid var(--_color-focus);
|
|
189
|
-
outline-offset: -
|
|
189
|
+
outline-offset: #{t.$focus-ring-offset};
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
svg {
|
|
@@ -5,63 +5,63 @@ description: Native select dropdown with custom styling. Dropdown options use br
|
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<select class="ui-select">
|
|
8
|
-
<option value disabled selected>Choose option
|
|
9
|
-
<option value="1">Option 1</option>
|
|
10
|
-
<option value="2">Option 2</option>
|
|
11
|
-
<option value="3">Option 3</option>
|
|
8
|
+
<option value disabled selected>{{ t('choose_option', 'Choose option...') }}</option>
|
|
9
|
+
<option value="1">{{ t('option_1', 'Option 1') }}</option>
|
|
10
|
+
<option value="2">{{ t('option_2', 'Option 2') }}</option>
|
|
11
|
+
<option value="3">{{ t('option_3', 'Option 3') }}</option>
|
|
12
12
|
</select>
|
|
13
13
|
|
|
14
14
|
<!-- @sizes | column -->
|
|
15
15
|
<select class="ui-select ui-select--sm">
|
|
16
|
-
<option>Small</option>
|
|
17
|
-
<option>Option 2</option>
|
|
16
|
+
<option>{{ t('small', 'Small') }}</option>
|
|
17
|
+
<option>{{ t('option_2', 'Option 2') }}</option>
|
|
18
18
|
</select>
|
|
19
19
|
<select class="ui-select">
|
|
20
|
-
<option>Default</option>
|
|
21
|
-
<option>Option 2</option>
|
|
20
|
+
<option>{{ t('default', 'Default') }}</option>
|
|
21
|
+
<option>{{ t('option_2', 'Option 2') }}</option>
|
|
22
22
|
</select>
|
|
23
23
|
<select class="ui-select ui-select--lg">
|
|
24
|
-
<option>Large</option>
|
|
25
|
-
<option>Option 2</option>
|
|
24
|
+
<option>{{ t('large', 'Large') }}</option>
|
|
25
|
+
<option>{{ t('option_2', 'Option 2') }}</option>
|
|
26
26
|
</select>
|
|
27
27
|
|
|
28
28
|
<!-- @variants | column -->
|
|
29
29
|
<select class="ui-select">
|
|
30
|
-
<option>Outline (default)</option>
|
|
30
|
+
<option>{{ t('outline_default', 'Outline (default)') }}</option>
|
|
31
31
|
</select>
|
|
32
32
|
<select class="ui-select ui-select--filled">
|
|
33
|
-
<option>Filled</option>
|
|
33
|
+
<option>{{ t('filled', 'Filled') }}</option>
|
|
34
34
|
</select>
|
|
35
35
|
<select class="ui-select ui-select--ghost">
|
|
36
|
-
<option>Ghost</option>
|
|
36
|
+
<option>{{ t('ghost', 'Ghost') }}</option>
|
|
37
37
|
</select>
|
|
38
38
|
|
|
39
39
|
<!-- @states | column -->
|
|
40
40
|
<select class="ui-select ui-select--error">
|
|
41
|
-
<option>Error state</option>
|
|
41
|
+
<option>{{ t('error_state', 'Error state') }}</option>
|
|
42
42
|
</select>
|
|
43
43
|
<select class="ui-select ui-select--success">
|
|
44
|
-
<option>Success state</option>
|
|
44
|
+
<option>{{ t('success_state', 'Success state') }}</option>
|
|
45
45
|
</select>
|
|
46
46
|
<select class="ui-select" disabled>
|
|
47
|
-
<option>Disabled</option>
|
|
47
|
+
<option>{{ t('disabled', 'Disabled') }}</option>
|
|
48
48
|
</select>
|
|
49
49
|
|
|
50
50
|
<!-- @full_width -->
|
|
51
51
|
<select class="ui-select ui-select--block">
|
|
52
|
-
<option value>Full width select
|
|
53
|
-
<option value="1">Option 1</option>
|
|
52
|
+
<option value>{{ t('full_width_select', 'Full width select...') }}</option>
|
|
53
|
+
<option value="1">{{ t('option_1', 'Option 1') }}</option>
|
|
54
54
|
</select>
|
|
55
55
|
|
|
56
56
|
<!-- @with_option_groups -->
|
|
57
57
|
<select class="ui-select ui-select--block">
|
|
58
|
-
<option value disabled selected>Choose a fruit
|
|
58
|
+
<option value disabled selected>{{ t('choose_a_fruit', 'Choose a fruit...') }}</option>
|
|
59
59
|
<optgroup label="Citrus">
|
|
60
|
-
<option value="orange">Orange</option>
|
|
61
|
-
<option value="lemon">Lemon</option>
|
|
60
|
+
<option value="orange">{{ t('orange', 'Orange') }}</option>
|
|
61
|
+
<option value="lemon">{{ t('lemon', 'Lemon') }}</option>
|
|
62
62
|
</optgroup>
|
|
63
63
|
<optgroup label="Berries">
|
|
64
|
-
<option value="strawberry">Strawberry</option>
|
|
65
|
-
<option value="blueberry">Blueberry</option>
|
|
64
|
+
<option value="strawberry">{{ t('strawberry', 'Strawberry') }}</option>
|
|
65
|
+
<option value="blueberry">{{ t('blueberry', 'Blueberry') }}</option>
|
|
66
66
|
</optgroup>
|
|
67
67
|
</select>
|