@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
|
@@ -8,15 +8,15 @@ description: Structured modal with header, body, and footer sections. Use with m
|
|
|
8
8
|
<div class="ui-modal ui-modal--visible" style="position: absolute;">
|
|
9
9
|
<div class="ui-modal__content ui-dialog" style="max-height: 200px;">
|
|
10
10
|
<header class="ui-dialog__header">
|
|
11
|
-
<h2 class="ui-dialog__title">Dialog Title</h2>
|
|
12
|
-
<button class="ui-button ui-button--ghost ui-button--sm ui-dialog__close">X</button>
|
|
11
|
+
<h2 class="ui-dialog__title">{{ t('dialog_title', 'Dialog Title') }}</h2>
|
|
12
|
+
<button class="ui-button ui-button--ghost ui-button--sm ui-dialog__close">{{ t('x', 'X') }}</button>
|
|
13
13
|
</header>
|
|
14
14
|
<div class="ui-dialog__body">
|
|
15
|
-
<p>Dialog content goes here
|
|
15
|
+
<p>{{ t('dialog_content_goes_here', 'Dialog content goes here.') }}</p>
|
|
16
16
|
</div>
|
|
17
17
|
<footer class="ui-dialog__footer">
|
|
18
|
-
<button class="ui-button ui-button--ghost">Cancel</button>
|
|
19
|
-
<button class="ui-button">Confirm</button>
|
|
18
|
+
<button class="ui-button ui-button--ghost">{{ t('cancel', 'Cancel') }}</button>
|
|
19
|
+
<button class="ui-button">{{ t('confirm', 'Confirm') }}</button>
|
|
20
20
|
</footer>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
@@ -27,13 +27,13 @@ description: Structured modal with header, body, and footer sections. Use with m
|
|
|
27
27
|
<div class="ui-modal ui-modal--visible" style="position: absolute;">
|
|
28
28
|
<div class="ui-modal__content ui-dialog ui-dialog--borderless" style="max-height: 180px;">
|
|
29
29
|
<header class="ui-dialog__header">
|
|
30
|
-
<h2 class="ui-dialog__title">Simple Dialog</h2>
|
|
30
|
+
<h2 class="ui-dialog__title">{{ t('simple_dialog', 'Simple Dialog') }}</h2>
|
|
31
31
|
</header>
|
|
32
32
|
<div class="ui-dialog__body">
|
|
33
|
-
<p>Content without borders
|
|
33
|
+
<p>{{ t('content_without_borders', 'Content without borders.') }}</p>
|
|
34
34
|
</div>
|
|
35
35
|
<footer class="ui-dialog__footer">
|
|
36
|
-
<button class="ui-button">OK</button>
|
|
36
|
+
<button class="ui-button">{{ t('ok', 'OK') }}</button>
|
|
37
37
|
</footer>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
@@ -44,14 +44,14 @@ description: Structured modal with header, body, and footer sections. Use with m
|
|
|
44
44
|
<div class="ui-modal ui-modal--sm ui-modal--visible" style="position: absolute;">
|
|
45
45
|
<div class="ui-modal__content ui-dialog">
|
|
46
46
|
<header class="ui-dialog__header">
|
|
47
|
-
<h2 class="ui-dialog__title">Delete Item
|
|
47
|
+
<h2 class="ui-dialog__title">{{ t('delete_item', 'Delete Item?') }}</h2>
|
|
48
48
|
</header>
|
|
49
49
|
<div class="ui-dialog__body">
|
|
50
|
-
<p>This action cannot be undone
|
|
50
|
+
<p>{{ t('this_action_cannot_be_undone', 'This action cannot be undone.') }}</p>
|
|
51
51
|
</div>
|
|
52
52
|
<footer class="ui-dialog__footer">
|
|
53
|
-
<button class="ui-button ui-button--ghost">Cancel</button>
|
|
54
|
-
<button class="ui-button ui-button--danger">Delete</button>
|
|
53
|
+
<button class="ui-button ui-button--ghost">{{ t('cancel', 'Cancel') }}</button>
|
|
54
|
+
<button class="ui-button ui-button--danger">{{ t('delete', 'Delete') }}</button>
|
|
55
55
|
</footer>
|
|
56
56
|
</div>
|
|
57
57
|
</div>
|
|
@@ -9,17 +9,17 @@ title: Drawer
|
|
|
9
9
|
<div class="ui-drawer ui-drawer--end" style="position:absolute" data-state="open">
|
|
10
10
|
<div class="ui-drawer__header">
|
|
11
11
|
<div>
|
|
12
|
-
<h2 class="ui-drawer__title">Drawer Title</h2>
|
|
13
|
-
<p class="ui-drawer__description">Optional description text</p>
|
|
12
|
+
<h2 class="ui-drawer__title">{{ t('drawer_title', 'Drawer Title') }}</h2>
|
|
13
|
+
<p class="ui-drawer__description">{{ t('optional_description_text', 'Optional description text') }}</p>
|
|
14
14
|
</div>
|
|
15
|
-
<button class="ui-drawer__close ui-button ui-button--ghost ui-button--icon">X</button>
|
|
15
|
+
<button class="ui-drawer__close ui-button ui-button--ghost ui-button--icon">{{ t('x', 'X') }}</button>
|
|
16
16
|
</div>
|
|
17
17
|
<div class="ui-drawer__body">
|
|
18
|
-
<p>Drawer content goes here
|
|
18
|
+
<p>{{ t('drawer_content_goes_here', 'Drawer content goes here.') }}</p>
|
|
19
19
|
</div>
|
|
20
20
|
<div class="ui-drawer__footer">
|
|
21
|
-
<button class="ui-button ui-button--secondary">Cancel</button>
|
|
22
|
-
<button class="ui-button">Save</button>
|
|
21
|
+
<button class="ui-button ui-button--secondary">{{ t('cancel', 'Cancel') }}</button>
|
|
22
|
+
<button class="ui-button">{{ t('save', 'Save') }}</button>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
@@ -28,30 +28,30 @@ title: Drawer
|
|
|
28
28
|
<div style="position:relative;height:200px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
29
29
|
<div class="ui-drawer ui-drawer--start ui-drawer--sm" style="position:absolute" data-state="open">
|
|
30
30
|
<div class="ui-drawer__header">
|
|
31
|
-
<h2 class="ui-drawer__title">Start</h2>
|
|
31
|
+
<h2 class="ui-drawer__title">{{ t('start', 'Start') }}</h2>
|
|
32
32
|
</div>
|
|
33
33
|
<div class="ui-drawer__body">
|
|
34
|
-
<p>From start edge</p>
|
|
34
|
+
<p>{{ t('from_start_edge', 'From start edge') }}</p>
|
|
35
35
|
</div>
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
38
38
|
<div style="position:relative;height:200px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
39
39
|
<div class="ui-drawer ui-drawer--top" style="position:absolute" data-state="open">
|
|
40
40
|
<div class="ui-drawer__header">
|
|
41
|
-
<h2 class="ui-drawer__title">Top</h2>
|
|
41
|
+
<h2 class="ui-drawer__title">{{ t('top', 'Top') }}</h2>
|
|
42
42
|
</div>
|
|
43
43
|
<div class="ui-drawer__body">
|
|
44
|
-
<p>From top edge</p>
|
|
44
|
+
<p>{{ t('from_top_edge', 'From top edge') }}</p>
|
|
45
45
|
</div>
|
|
46
46
|
</div>
|
|
47
47
|
</div>
|
|
48
48
|
<div style="position:relative;height:200px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
49
49
|
<div class="ui-drawer ui-drawer--bottom" style="position:absolute" data-state="open">
|
|
50
50
|
<div class="ui-drawer__header">
|
|
51
|
-
<h2 class="ui-drawer__title">Bottom</h2>
|
|
51
|
+
<h2 class="ui-drawer__title">{{ t('bottom', 'Bottom') }}</h2>
|
|
52
52
|
</div>
|
|
53
53
|
<div class="ui-drawer__body">
|
|
54
|
-
<p>From bottom edge</p>
|
|
54
|
+
<p>{{ t('from_bottom_edge', 'From bottom edge') }}</p>
|
|
55
55
|
</div>
|
|
56
56
|
</div>
|
|
57
57
|
</div>
|
|
@@ -60,28 +60,28 @@ title: Drawer
|
|
|
60
60
|
<div style="position:relative;height:150px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
61
61
|
<div class="ui-drawer ui-drawer--end ui-drawer--sm" style="position:absolute" data-state="open">
|
|
62
62
|
<div class="ui-drawer__body">
|
|
63
|
-
<p>Small drawer</p>
|
|
63
|
+
<p>{{ t('small_drawer', 'Small drawer') }}</p>
|
|
64
64
|
</div>
|
|
65
65
|
</div>
|
|
66
66
|
</div>
|
|
67
67
|
<div style="position:relative;height:150px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
68
68
|
<div class="ui-drawer ui-drawer--end" style="position:absolute" data-state="open">
|
|
69
69
|
<div class="ui-drawer__body">
|
|
70
|
-
<p>Default drawer</p>
|
|
70
|
+
<p>{{ t('default_drawer', 'Default drawer') }}</p>
|
|
71
71
|
</div>
|
|
72
72
|
</div>
|
|
73
73
|
</div>
|
|
74
74
|
<div style="position:relative;height:150px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
75
75
|
<div class="ui-drawer ui-drawer--end ui-drawer--lg" style="position:absolute" data-state="open">
|
|
76
76
|
<div class="ui-drawer__body">
|
|
77
|
-
<p>Large drawer</p>
|
|
77
|
+
<p>{{ t('large_drawer', 'Large drawer') }}</p>
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
80
80
|
</div>
|
|
81
81
|
<div style="position:relative;height:150px;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)">
|
|
82
82
|
<div class="ui-drawer ui-drawer--end ui-drawer--full" style="position:absolute" data-state="open">
|
|
83
83
|
<div class="ui-drawer__body">
|
|
84
|
-
<p>Full-size drawer</p>
|
|
84
|
+
<p>{{ t('full_size_drawer', 'Full-size drawer') }}</p>
|
|
85
85
|
</div>
|
|
86
86
|
</div>
|
|
87
87
|
</div>
|
|
@@ -7,7 +7,7 @@ description: Container for modal dialogs. Use with overlay for backdrop effect.
|
|
|
7
7
|
<div style="position: relative; height: 200px; background: var(--ui-color-bg-subtle);">
|
|
8
8
|
<div class="ui-modal ui-modal--visible" style="position: absolute;">
|
|
9
9
|
<div class="ui-modal__content">
|
|
10
|
-
<p>Modal content goes here</p>
|
|
10
|
+
<p>{{ t('modal_content_goes_here', 'Modal content goes here') }}</p>
|
|
11
11
|
</div>
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
|
@@ -16,7 +16,7 @@ description: Container for modal dialogs. Use with overlay for backdrop effect.
|
|
|
16
16
|
<div style="position: relative; height: 120px; background: var(--ui-color-bg-subtle);">
|
|
17
17
|
<div class="ui-modal ui-modal--sm ui-modal--visible" style="position: absolute;">
|
|
18
18
|
<div class="ui-modal__content">
|
|
19
|
-
<p>Small modal</p>
|
|
19
|
+
<p>{{ t('small_modal', 'Small modal') }}</p>
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
@@ -25,7 +25,7 @@ description: Container for modal dialogs. Use with overlay for backdrop effect.
|
|
|
25
25
|
<div style="position: relative; height: 120px; background: var(--ui-color-bg-subtle);">
|
|
26
26
|
<div class="ui-modal ui-modal--lg ui-modal--visible" style="position: absolute;">
|
|
27
27
|
<div class="ui-modal__content">
|
|
28
|
-
<p>Large modal</p>
|
|
28
|
+
<p>{{ t('large_modal', 'Large modal') }}</p>
|
|
29
29
|
</div>
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
@@ -34,7 +34,7 @@ description: Container for modal dialogs. Use with overlay for backdrop effect.
|
|
|
34
34
|
<div style="position: relative; height: 120px; background: var(--ui-color-bg-subtle);">
|
|
35
35
|
<div class="ui-modal ui-modal--full ui-modal--visible" style="position: absolute;">
|
|
36
36
|
<div class="ui-modal__content">
|
|
37
|
-
<p>Full-screen modal</p>
|
|
37
|
+
<p>{{ t('full_screen_modal', 'Full-screen modal') }}</p>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
</div>
|
|
@@ -44,7 +44,7 @@ description: Container for modal dialogs. Use with overlay for backdrop effect.
|
|
|
44
44
|
<div style="position: relative; height: 120px; background: var(--ui-color-bg-subtle);">
|
|
45
45
|
<div class="ui-modal ui-modal--visible ui-modal--entering" style="position: absolute;">
|
|
46
46
|
<div class="ui-modal__content">
|
|
47
|
-
<p>Entering modal</p>
|
|
47
|
+
<p>{{ t('entering_modal', 'Entering modal') }}</p>
|
|
48
48
|
</div>
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
@@ -54,12 +54,12 @@ description: Container for modal dialogs. Use with overlay for backdrop effect.
|
|
|
54
54
|
<div class="ui-modal ui-modal--visible" style="position: absolute;">
|
|
55
55
|
<div class="ui-modal__content" style="max-height: 150px;">
|
|
56
56
|
<div class="ui-modal__body">
|
|
57
|
-
<p>Line 1</p>
|
|
58
|
-
<p>Line 2</p>
|
|
59
|
-
<p>Line 3</p>
|
|
60
|
-
<p>Line 4</p>
|
|
61
|
-
<p>Line 5</p>
|
|
62
|
-
<p>Line 6</p>
|
|
57
|
+
<p>{{ t('line_1', 'Line 1') }}</p>
|
|
58
|
+
<p>{{ t('line_2', 'Line 2') }}</p>
|
|
59
|
+
<p>{{ t('line_3', 'Line 3') }}</p>
|
|
60
|
+
<p>{{ t('line_4', 'Line 4') }}</p>
|
|
61
|
+
<p>{{ t('line_5', 'Line 5') }}</p>
|
|
62
|
+
<p>{{ t('line_6', 'Line 6') }}</p>
|
|
63
63
|
</div>
|
|
64
64
|
</div>
|
|
65
65
|
</div>
|
|
@@ -6,19 +6,19 @@ description: Full viewport backdrop for modals, dialogs, and drawers. Controls v
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<div style="position: relative; height: 120px; background: var(--ui-color-bg-subtle);">
|
|
8
8
|
<div class="ui-overlay" style="position: absolute;"></div>
|
|
9
|
-
<p style="position: relative; padding: var(--ui-space-2);">Content behind overlay</p>
|
|
9
|
+
<p style="position: relative; padding: var(--ui-space-2);">{{ t('content_behind_overlay', 'Content behind overlay') }}</p>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
12
|
<!-- @light_variant -->
|
|
13
13
|
<div style="position: relative; height: 120px; background: var(--ui-color-text);">
|
|
14
14
|
<div class="ui-overlay ui-overlay--light" style="position: absolute;"></div>
|
|
15
|
-
<p style="position: relative; padding: var(--ui-space-2); color: white;">Dark content behind light overlay</p>
|
|
15
|
+
<p style="position: relative; padding: var(--ui-space-2); color: white;">{{ t('dark_content_behind_light_overlay', 'Dark content behind light overlay') }}</p>
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<!-- @blur_variant -->
|
|
19
19
|
<div style="position: relative; height: 120px; background: linear-gradient(45deg, var(--ui-color-primary), var(--ui-color-success));">
|
|
20
20
|
<div class="ui-overlay ui-overlay--blur" style="position: absolute;"></div>
|
|
21
|
-
<p style="position: relative; padding: var(--ui-space-2); color: white;">Blurred backdrop</p>
|
|
21
|
+
<p style="position: relative; padding: var(--ui-space-2); color: white;">{{ t('blurred_backdrop', 'Blurred backdrop') }}</p>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
24
|
<!-- @with_animation -->
|
|
@@ -5,34 +5,34 @@ description: Floating panel for additional content. Larger than tooltip, can con
|
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<div class="ui-popover" style="position: relative;">
|
|
8
|
-
<p>Popover content goes here. Can contain multiple paragraphs and other elements
|
|
8
|
+
<p>{{ t('popover_content', 'Popover content goes here. Can contain multiple paragraphs and other elements.') }}</p>
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
11
|
<!-- @with_header -->
|
|
12
12
|
<div class="ui-popover" style="position: relative;">
|
|
13
13
|
<header class="ui-popover__header">
|
|
14
|
-
<h3 class="ui-popover__title">Popover Title</h3>
|
|
14
|
+
<h3 class="ui-popover__title">{{ t('popover_title', 'Popover Title') }}</h3>
|
|
15
15
|
</header>
|
|
16
|
-
<p>Content with a header section
|
|
16
|
+
<p>{{ t('content_with_a_header_section', 'Content with a header section.') }}</p>
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
<!-- @positions -->
|
|
20
20
|
<div style="padding: var(--ui-space-4);">
|
|
21
21
|
<div class="ui-popover ui-popover--top" style="position: relative;">
|
|
22
|
-
<p>Top (arrow down)</p>
|
|
22
|
+
<p>{{ t('top_arrow_down', 'Top (arrow down)') }}</p>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
<div style="padding: var(--ui-space-4);">
|
|
26
26
|
<div class="ui-popover ui-popover--bottom" style="position: relative;">
|
|
27
|
-
<p>Bottom (arrow up)</p>
|
|
27
|
+
<p>{{ t('bottom_arrow_up', 'Bottom (arrow up)') }}</p>
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
<!-- @visibility -->
|
|
32
32
|
<!-- Control popover visibility and animation. -->
|
|
33
33
|
<div class="ui-popover ui-popover--visible ui-popover--animate" style="position: relative;">
|
|
34
|
-
<p>Visible and animated</p>
|
|
34
|
+
<p>{{ t('visible_and_animated', 'Visible and animated') }}</p>
|
|
35
35
|
</div>
|
|
36
36
|
<div class="ui-popover ui-popover--hidden" style="position: relative;">
|
|
37
|
-
<p>Hidden popover</p>
|
|
37
|
+
<p>{{ t('hidden_popover', 'Hidden popover') }}</p>
|
|
38
38
|
</div>
|
|
@@ -6,25 +6,25 @@ description: Small informational popup for additional context. Position via JS.
|
|
|
6
6
|
<!-- @positions -->
|
|
7
7
|
<div style="display: flex; gap: var(--ui-space-4); padding: var(--ui-space-4); flex-wrap: wrap;">
|
|
8
8
|
<div style="position: relative;">
|
|
9
|
-
<span class="ui-tooltip ui-tooltip--top" style="position: relative;">Top</span>
|
|
9
|
+
<span class="ui-tooltip ui-tooltip--top" style="position: relative;">{{ t('top', 'Top') }}</span>
|
|
10
10
|
</div>
|
|
11
11
|
<div style="position: relative;">
|
|
12
|
-
<span class="ui-tooltip ui-tooltip--bottom" style="position: relative;">Bottom</span>
|
|
12
|
+
<span class="ui-tooltip ui-tooltip--bottom" style="position: relative;">{{ t('bottom', 'Bottom') }}</span>
|
|
13
13
|
</div>
|
|
14
14
|
<div style="position: relative;">
|
|
15
|
-
<span class="ui-tooltip ui-tooltip--start" style="position: relative;">Start</span>
|
|
15
|
+
<span class="ui-tooltip ui-tooltip--start" style="position: relative;">{{ t('start', 'Start') }}</span>
|
|
16
16
|
</div>
|
|
17
17
|
<div style="position: relative;">
|
|
18
|
-
<span class="ui-tooltip ui-tooltip--end" style="position: relative;">End</span>
|
|
18
|
+
<span class="ui-tooltip ui-tooltip--end" style="position: relative;">{{ t('end', 'End') }}</span>
|
|
19
19
|
</div>
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
22
|
<!-- @with_animation -->
|
|
23
|
-
<span class="ui-tooltip ui-tooltip--top ui-tooltip--animate ui-tooltip--visible" style="position: relative;">Animated tooltip</span>
|
|
23
|
+
<span class="ui-tooltip ui-tooltip--top ui-tooltip--animate ui-tooltip--visible" style="position: relative;">{{ t('animated_tooltip', 'Animated tooltip') }}</span>
|
|
24
24
|
|
|
25
25
|
<!-- @anchor_positioned -->
|
|
26
26
|
<!-- Browser-native positioning via CSS Anchor Positioning. No JS needed for placement. Wrapped in @supports — falls back to manual positioning in unsupported browsers. -->
|
|
27
27
|
<div style="position: relative; padding: var(--ui-space-4); display: flex; gap: var(--ui-space-4);">
|
|
28
|
-
<button class="ui-button" style="anchor-name: --tooltip;">Hover me</button>
|
|
29
|
-
<span class="ui-tooltip ui-tooltip--anchored ui-tooltip--visible">Anchored tooltip</span>
|
|
28
|
+
<button class="ui-button" style="anchor-name: --tooltip;">{{ t('hover_me', 'Hover me') }}</button>
|
|
29
|
+
<span class="ui-tooltip ui-tooltip--anchored ui-tooltip--visible">{{ t('anchored_tooltip', 'Anchored tooltip') }}</span>
|
|
30
30
|
</div>
|
|
@@ -5,17 +5,17 @@ description: Quote block with left border and optional citation.
|
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<blockquote class="ui-blockquote">
|
|
8
|
-
<p>Design is not just what it looks like and feels like. Design is how it works
|
|
8
|
+
<p>{{ t('design_quote_jobs', 'Design is not just what it looks like and feels like. Design is how it works.') }}</p>
|
|
9
9
|
</blockquote>
|
|
10
10
|
|
|
11
11
|
<!-- @with_citation -->
|
|
12
12
|
<blockquote class="ui-blockquote">
|
|
13
|
-
<p>The best way to predict the future is to invent it
|
|
14
|
-
<cite class="ui-blockquote__cite">Alan Kay</cite>
|
|
13
|
+
<p>{{ t('the_best_way_to_predict_the_future_is_to_invent_it', 'The best way to predict the future is to invent it.') }}</p>
|
|
14
|
+
<cite class="ui-blockquote__cite">{{ t('alan_kay', 'Alan Kay') }}</cite>
|
|
15
15
|
</blockquote>
|
|
16
16
|
|
|
17
17
|
<!-- @accent_variant -->
|
|
18
18
|
<blockquote class="ui-blockquote ui-blockquote--accent">
|
|
19
|
-
<p>Simplicity is the ultimate sophistication
|
|
20
|
-
<cite class="ui-blockquote__cite">Leonardo da Vinci</cite>
|
|
19
|
+
<p>{{ t('simplicity_is_the_ultimate_sophistication', 'Simplicity is the ultimate sophistication.') }}</p>
|
|
20
|
+
<cite class="ui-blockquote__cite">{{ t('leonardo_da_vinci', 'Leonardo da Vinci') }}</cite>
|
|
21
21
|
</blockquote>
|
|
@@ -5,9 +5,9 @@ description: Inline code and code blocks with monospace font.
|
|
|
5
5
|
|
|
6
6
|
<!-- @inline_code -->
|
|
7
7
|
<p>
|
|
8
|
-
Use the
|
|
8
|
+
{{ t('use_the', 'Use the') }}
|
|
9
9
|
<code class="ui-code">--space-2</code>
|
|
10
|
-
token for padding.
|
|
10
|
+
{{ t('token_for_padding', 'token for padding.') }}
|
|
11
11
|
</p>
|
|
12
12
|
<code class="ui-code ui-code--sm">--button-height</code>
|
|
13
13
|
|
|
@@ -64,9 +64,9 @@ import "@teseor/css/dist/index.css";</code>
|
|
|
64
64
|
<!-- @inline_code -->
|
|
65
65
|
<!-- Use the related ui-code class for inline snippets. -->
|
|
66
66
|
<p>
|
|
67
|
-
<span>Use </span>
|
|
67
|
+
<span>{{ t('use', 'Use') }} </span>
|
|
68
68
|
<code class="ui-code">var(--ui-space-2)</code>
|
|
69
|
-
<span> for consistent spacing
|
|
69
|
+
<span> {{ t('for_consistent_spacing', 'for consistent spacing.') }}</span>
|
|
70
70
|
</p>
|
|
71
71
|
|
|
72
72
|
<!-- @compact_with_line_numbers -->
|
|
@@ -4,20 +4,20 @@ description: Semantic headings with visual size control. Use semantic level (h1-
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<!-- @sizes | column -->
|
|
7
|
-
<h1 class="ui-heading ui-heading--4xl">Heading 4xl</h1>
|
|
8
|
-
<h2 class="ui-heading ui-heading--3xl">Heading 3xl</h2>
|
|
9
|
-
<h3 class="ui-heading ui-heading--2xl">Heading 2xl</h3>
|
|
10
|
-
<h4 class="ui-heading ui-heading--xl">Heading xl</h4>
|
|
11
|
-
<h5 class="ui-heading ui-heading--lg">Heading lg</h5>
|
|
12
|
-
<h6 class="ui-heading ui-heading--md">Heading md</h6>
|
|
13
|
-
<p class="ui-heading ui-heading--sm">Heading sm</p>
|
|
7
|
+
<h1 class="ui-heading ui-heading--4xl">{{ t('heading_4xl', 'Heading 4xl') }}</h1>
|
|
8
|
+
<h2 class="ui-heading ui-heading--3xl">{{ t('heading_3xl', 'Heading 3xl') }}</h2>
|
|
9
|
+
<h3 class="ui-heading ui-heading--2xl">{{ t('heading_2xl', 'Heading 2xl') }}</h3>
|
|
10
|
+
<h4 class="ui-heading ui-heading--xl">{{ t('heading_xl', 'Heading xl') }}</h4>
|
|
11
|
+
<h5 class="ui-heading ui-heading--lg">{{ t('heading_lg', 'Heading lg') }}</h5>
|
|
12
|
+
<h6 class="ui-heading ui-heading--md">{{ t('heading_md', 'Heading md') }}</h6>
|
|
13
|
+
<p class="ui-heading ui-heading--sm">{{ t('heading_sm', 'Heading sm') }}</p>
|
|
14
14
|
|
|
15
15
|
<!-- @decoupled_sizing | column -->
|
|
16
16
|
<!-- Use any size with any semantic level. -->
|
|
17
|
-
<h2 class="ui-heading ui-heading--3xl">h2 styled as 3xl</h2>
|
|
18
|
-
<h1 class="ui-heading ui-heading--lg">h1 styled as lg</h1>
|
|
17
|
+
<h2 class="ui-heading ui-heading--3xl">{{ t('h2_styled_as_3xl', 'h2 styled as 3xl') }}</h2>
|
|
18
|
+
<h1 class="ui-heading ui-heading--lg">{{ t('h1_styled_as_lg', 'h1 styled as lg') }}</h1>
|
|
19
19
|
|
|
20
20
|
<!-- @with_text_utilities | column -->
|
|
21
21
|
<!-- Combine with text utilities for color and other styles. -->
|
|
22
|
-
<h2 class="ui-heading ui-heading--2xl ui-text-muted">Muted heading</h2>
|
|
23
|
-
<h2 class="ui-heading ui-heading--2xl ui-text-primary">Primary heading</h2>
|
|
22
|
+
<h2 class="ui-heading ui-heading--2xl ui-text-muted">{{ t('muted_heading', 'Muted heading') }}</h2>
|
|
23
|
+
<h2 class="ui-heading ui-heading--2xl ui-text-primary">{{ t('primary_heading', 'Primary heading') }}</h2>
|
|
@@ -4,11 +4,11 @@ description: Keyboard shortcut display with monospace font and key-cap styling.
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
|
-
<p>{{ t('press', 'Press') }} <kbd class="ui-kbd">Ctrl</kbd> + <kbd class="ui-kbd">S</kbd> {{ t('to_save', 'to save') }}</p>
|
|
7
|
+
<p>{{ t('press', 'Press') }} <kbd class="ui-kbd">{{ t('ctrl', 'Ctrl') }}</kbd> + <kbd class="ui-kbd">{{ t('s', 'S') }}</kbd> {{ t('to_save', 'to save') }}</p>
|
|
8
8
|
|
|
9
9
|
<!-- @variations | row -->
|
|
10
|
-
<kbd class="ui-kbd">Esc</kbd>
|
|
11
|
-
<kbd class="ui-kbd">Enter</kbd>
|
|
12
|
-
<kbd class="ui-kbd">Tab</kbd>
|
|
13
|
-
<kbd class="ui-kbd">Shift</kbd>
|
|
14
|
-
<kbd class="ui-kbd">Space</kbd>
|
|
10
|
+
<kbd class="ui-kbd">{{ t('esc', 'Esc') }}</kbd>
|
|
11
|
+
<kbd class="ui-kbd">{{ t('enter', 'Enter') }}</kbd>
|
|
12
|
+
<kbd class="ui-kbd">{{ t('tab', 'Tab') }}</kbd>
|
|
13
|
+
<kbd class="ui-kbd">{{ t('shift', 'Shift') }}</kbd>
|
|
14
|
+
<kbd class="ui-kbd">{{ t('space', 'Space') }}</kbd>
|
|
@@ -4,27 +4,27 @@ description: Styled anchor element for text links with consistent hover and focu
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
|
-
<a class="ui-link" href="#">Default link</a>
|
|
7
|
+
<a class="ui-link" href="#">{{ t('default_link', 'Default link') }}</a>
|
|
8
8
|
|
|
9
9
|
<!-- @muted_variant -->
|
|
10
10
|
<!-- For secondary or less prominent links -->
|
|
11
|
-
<a class="ui-link ui-link--muted" href="#">Muted link</a>
|
|
11
|
+
<a class="ui-link ui-link--muted" href="#">{{ t('muted_link', 'Muted link') }}</a>
|
|
12
12
|
|
|
13
13
|
<!-- @subtle_variant -->
|
|
14
14
|
<!-- No underline by default, shows on hover -->
|
|
15
|
-
<a class="ui-link ui-link--subtle" href="#">Subtle link</a>
|
|
15
|
+
<a class="ui-link ui-link--subtle" href="#">{{ t('subtle_link', 'Subtle link') }}</a>
|
|
16
16
|
|
|
17
17
|
<!-- @external_link -->
|
|
18
18
|
<!-- Adds arrow indicator for external links -->
|
|
19
|
-
<a class="ui-link ui-link--external" href="#">External link</a>
|
|
19
|
+
<a class="ui-link ui-link--external" href="#">{{ t('external_link', 'External link') }}</a>
|
|
20
20
|
|
|
21
21
|
<!-- @disabled -->
|
|
22
|
-
<a class="ui-link ui-link--disabled" href="#" aria-disabled="true">Disabled link</a>
|
|
22
|
+
<a class="ui-link ui-link--disabled" href="#" aria-disabled="true">{{ t('disabled_link', 'Disabled link') }}</a>
|
|
23
23
|
|
|
24
24
|
<!-- @in_context -->
|
|
25
25
|
<!-- Links inherit text size from context -->
|
|
26
26
|
<p style="font-size: var(--ui-size-sm);">
|
|
27
|
-
Read our
|
|
28
|
-
<a class="ui-link" href="#">privacy policy</a>
|
|
29
|
-
for more information.
|
|
27
|
+
{{ t('read_our', 'Read our') }}
|
|
28
|
+
<a class="ui-link" href="#">{{ t('privacy_policy', 'privacy policy') }}</a>
|
|
29
|
+
{{ t('for_more_information', 'for more information.') }}
|
|
30
30
|
</p>
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
.link[aria-disabled="true"] {
|
|
68
68
|
color: var(--_color-text-muted);
|
|
69
69
|
|
|
70
|
-
opacity:
|
|
70
|
+
opacity: #{t.$opacity-disabled};
|
|
71
71
|
cursor: not-allowed;
|
|
72
72
|
pointer-events: none;
|
|
73
73
|
}
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
|
|
82
82
|
margin-inline-start: calc(#{t.$unit} / 4);
|
|
83
83
|
|
|
84
|
-
font-size:
|
|
84
|
+
font-size: #{t.$font-size-relative-sm};
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -6,71 +6,71 @@ description: Ordered and unordered lists with spacing control, inline layout, an
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<!-- Unordered list with default bullet markers. -->
|
|
8
8
|
<ul class="ui-list">
|
|
9
|
-
<li class="ui-list__item">First item in the list</li>
|
|
10
|
-
<li class="ui-list__item">Second item in the list</li>
|
|
11
|
-
<li class="ui-list__item">Third item in the list</li>
|
|
9
|
+
<li class="ui-list__item">{{ t('first_item_in_the_list', 'First item in the list') }}</li>
|
|
10
|
+
<li class="ui-list__item">{{ t('second_item_in_the_list', 'Second item in the list') }}</li>
|
|
11
|
+
<li class="ui-list__item">{{ t('third_item_in_the_list', 'Third item in the list') }}</li>
|
|
12
12
|
</ul>
|
|
13
13
|
|
|
14
14
|
<!-- @ordered -->
|
|
15
15
|
<!-- Use on ol for numbered markers. -->
|
|
16
16
|
<ol class="ui-list">
|
|
17
|
-
<li>Create the branch</li>
|
|
18
|
-
<li>Implement the feature</li>
|
|
19
|
-
<li>Open a pull request</li>
|
|
20
|
-
<li>Merge after review</li>
|
|
17
|
+
<li>{{ t('create_the_branch', 'Create the branch') }}</li>
|
|
18
|
+
<li>{{ t('implement_the_feature', 'Implement the feature') }}</li>
|
|
19
|
+
<li>{{ t('open_a_pull_request', 'Open a pull request') }}</li>
|
|
20
|
+
<li>{{ t('merge_after_review', 'Merge after review') }}</li>
|
|
21
21
|
</ol>
|
|
22
22
|
|
|
23
23
|
<!-- @unstyled -->
|
|
24
24
|
<!-- Removes markers and indent for nav or custom lists. -->
|
|
25
25
|
<ul class="ui-list ui-list--unstyled">
|
|
26
|
-
<li>No bullet markers</li>
|
|
27
|
-
<li>No inline padding</li>
|
|
28
|
-
<li>Clean vertical stack</li>
|
|
26
|
+
<li>{{ t('no_bullet_markers', 'No bullet markers') }}</li>
|
|
27
|
+
<li>{{ t('no_inline_padding', 'No inline padding') }}</li>
|
|
28
|
+
<li>{{ t('clean_vertical_stack', 'Clean vertical stack') }}</li>
|
|
29
29
|
</ul>
|
|
30
30
|
|
|
31
31
|
<!-- @inline -->
|
|
32
32
|
<!-- Horizontal flow with wrapping. Markers removed. -->
|
|
33
33
|
<ul class="ui-list ui-list--inline">
|
|
34
|
-
<li>HTML</li>
|
|
35
|
-
<li>CSS</li>
|
|
36
|
-
<li>JavaScript</li>
|
|
37
|
-
<li>TypeScript</li>
|
|
38
|
-
<li>React</li>
|
|
34
|
+
<li>{{ t('html', 'HTML') }}</li>
|
|
35
|
+
<li>{{ t('css', 'CSS') }}</li>
|
|
36
|
+
<li>{{ t('javascript', 'JavaScript') }}</li>
|
|
37
|
+
<li>{{ t('typescript', 'TypeScript') }}</li>
|
|
38
|
+
<li>{{ t('react', 'React') }}</li>
|
|
39
39
|
</ul>
|
|
40
40
|
|
|
41
41
|
<!-- @spacing -->
|
|
42
42
|
<!-- Control gap between items with compact or loose variants. -->
|
|
43
43
|
<div class="ui-column" style="gap: var(--ui-space-2)">
|
|
44
|
-
<p>Compact</p>
|
|
44
|
+
<p>{{ t('compact', 'Compact') }}</p>
|
|
45
45
|
<ul class="ui-list ui-list--compact">
|
|
46
|
-
<li>Tight spacing</li>
|
|
47
|
-
<li>No gap between items</li>
|
|
48
|
-
<li>Dense content</li>
|
|
46
|
+
<li>{{ t('tight_spacing', 'Tight spacing') }}</li>
|
|
47
|
+
<li>{{ t('no_gap_between_items', 'No gap between items') }}</li>
|
|
48
|
+
<li>{{ t('dense_content', 'Dense content') }}</li>
|
|
49
49
|
</ul>
|
|
50
|
-
<p>Default</p>
|
|
50
|
+
<p>{{ t('default', 'Default') }}</p>
|
|
51
51
|
<ul class="ui-list">
|
|
52
|
-
<li>Standard spacing</li>
|
|
53
|
-
<li>One grid unit gap</li>
|
|
54
|
-
<li>Balanced readability</li>
|
|
52
|
+
<li>{{ t('standard_spacing', 'Standard spacing') }}</li>
|
|
53
|
+
<li>{{ t('one_grid_unit_gap', 'One grid unit gap') }}</li>
|
|
54
|
+
<li>{{ t('balanced_readability', 'Balanced readability') }}</li>
|
|
55
55
|
</ul>
|
|
56
|
-
<p>Loose</p>
|
|
56
|
+
<p>{{ t('loose', 'Loose') }}</p>
|
|
57
57
|
<ul class="ui-list ui-list--loose">
|
|
58
|
-
<li>Extra breathing room</li>
|
|
59
|
-
<li>Two grid units gap</li>
|
|
60
|
-
<li>Prominent separation</li>
|
|
58
|
+
<li>{{ t('extra_breathing_room', 'Extra breathing room') }}</li>
|
|
59
|
+
<li>{{ t('two_grid_units_gap', 'Two grid units gap') }}</li>
|
|
60
|
+
<li>{{ t('prominent_separation', 'Prominent separation') }}</li>
|
|
61
61
|
</ul>
|
|
62
62
|
</div>
|
|
63
63
|
|
|
64
64
|
<!-- @nested -->
|
|
65
65
|
<!-- Lists inside lists inherit spacing and show sub-level markers. -->
|
|
66
66
|
<ul class="ui-list">
|
|
67
|
-
<li>Top-level item</li>
|
|
67
|
+
<li>{{ t('top_level_item', 'Top-level item') }}</li>
|
|
68
68
|
<li>
|
|
69
|
-
<span>Parent with children</span>
|
|
69
|
+
<span>{{ t('parent_with_children', 'Parent with children') }}</span>
|
|
70
70
|
<ul class="ui-list">
|
|
71
|
-
<li>Nested child</li>
|
|
72
|
-
<li>Another nested child</li>
|
|
71
|
+
<li>{{ t('nested_child', 'Nested child') }}</li>
|
|
72
|
+
<li>{{ t('another_nested_child', 'Another nested child') }}</li>
|
|
73
73
|
</ul>
|
|
74
74
|
</li>
|
|
75
|
-
<li>Back to top level</li>
|
|
75
|
+
<li>{{ t('back_to_top_level', 'Back to top level') }}</li>
|
|
76
76
|
</ul>
|
|
@@ -31,10 +31,10 @@ weight: 3
|
|
|
31
31
|
<!-- @system_theme_detection -->
|
|
32
32
|
<!-- Dark mode activates automatically when the OS is set to dark and no explicit data-theme attribute is present. Set data-theme to override. -->
|
|
33
33
|
<div class="ui-card">
|
|
34
|
-
<p>Follows system preference when no data-theme is set</p>
|
|
34
|
+
<p>{{ t('follows_system_preference', 'Follows system preference when no data-theme is set') }}</p>
|
|
35
35
|
</div>
|
|
36
36
|
<div class="ui-card" data-theme="dark">
|
|
37
|
-
<p>Forced dark regardless of system preference</p>
|
|
37
|
+
<p>{{ t('forced_dark_regardless_of_system_preference', 'Forced dark regardless of system preference') }}</p>
|
|
38
38
|
</div>
|
|
39
39
|
// Explicit toggle (highest priority)
|
|
40
40
|
[data-theme="dark"] {
|
|
@@ -53,10 +53,10 @@ weight: 3
|
|
|
53
53
|
<!-- @focus_indicators -->
|
|
54
54
|
<!-- All interactive elements use :focus-visible for keyboard-only focus rings. Mouse clicks do not show focus outlines. -->
|
|
55
55
|
<div class="ui-row ui-row--sm">
|
|
56
|
-
<button class="ui-button ui-button--focus">Button</button>
|
|
57
|
-
<input class="ui-input ui-input--focus" placeholder="Input"></input>
|
|
56
|
+
<button class="ui-button ui-button--focus">{{ t('button', 'Button') }}</button>
|
|
57
|
+
<input class="ui-input ui-input--focus" placeholder="{{ t('input', 'Input') }}"></input>
|
|
58
58
|
<select class="ui-select ui-select--focus">
|
|
59
|
-
<option>Select</option>
|
|
59
|
+
<option>{{ t('select', 'Select') }}</option>
|
|
60
60
|
</select>
|
|
61
61
|
</div>
|
|
62
62
|
|