@teseor/css 1.15.2 → 1.15.3
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/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-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/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/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/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/password-input/docs.html +14 -14
- 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/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/navigation/breadcrumb/docs.html +11 -11
- package/src/components/navigation/dropdown-menu/docs.html +18 -18
- package/src/components/navigation/menu/docs.html +25 -25
- 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/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/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 +9 -9
- package/src/layout/footer/docs.html +16 -16
- package/src/layout/grid/docs.html +25 -25
- package/src/layout/main/docs.html +3 -3
- package/src/layout/nav-rail/docs.html +5 -5
- 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/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
package/package.json
CHANGED
package/src/base/docs.html
CHANGED
|
@@ -8,7 +8,7 @@ skipValidation: true
|
|
|
8
8
|
<!-- @usage -->
|
|
9
9
|
<!-- Add the .ui-root class to the html or body element to establish baseline typography and color. -->
|
|
10
10
|
<div class="ui-root">
|
|
11
|
-
<p>Text inherits font-family, size, line-height, and color from .ui-root</p>
|
|
11
|
+
<p>{{ t('text_inherits_from_ui_root', 'Text inherits font-family, size, line-height, and color from .ui-root') }}</p>
|
|
12
12
|
</div>
|
|
13
13
|
.ui-root {
|
|
14
14
|
font-family: var(--ui-font-sans);
|
|
@@ -9,9 +9,9 @@ skipValidation: true
|
|
|
9
9
|
<table class="ui-table">
|
|
10
10
|
<thead>
|
|
11
11
|
<tr>
|
|
12
|
-
<th>Token</th>
|
|
13
|
-
<th>Size</th>
|
|
14
|
-
<th>Line-height</th>
|
|
12
|
+
<th>{{ t('token', 'Token') }}</th>
|
|
13
|
+
<th>{{ t('size', 'Size') }}</th>
|
|
14
|
+
<th>{{ t('line_height', 'Line-height') }}</th>
|
|
15
15
|
</tr>
|
|
16
16
|
</thead>
|
|
17
17
|
<tbody>
|
|
@@ -76,47 +76,47 @@ skipValidation: true
|
|
|
76
76
|
|
|
77
77
|
<!-- @headings -->
|
|
78
78
|
<!-- Headings use semantic tokens and adjust size at breakpoints. -->
|
|
79
|
-
<h1>Heading 1 - 40px / 48px</h1>
|
|
80
|
-
<h2>Heading 2 - 32px / 40px</h2>
|
|
81
|
-
<h3>Heading 3 - 28px / 32px</h3>
|
|
82
|
-
<h4>Heading 4 - 24px / 32px</h4>
|
|
83
|
-
<h5>Heading 5 - 20px / 24px</h5>
|
|
79
|
+
<h1>{{ t('heading_1_40px_48px', 'Heading 1 - 40px / 48px') }}</h1>
|
|
80
|
+
<h2>{{ t('heading_2_32px_40px', 'Heading 2 - 32px / 40px') }}</h2>
|
|
81
|
+
<h3>{{ t('heading_3_28px_32px', 'Heading 3 - 28px / 32px') }}</h3>
|
|
82
|
+
<h4>{{ t('heading_4_24px_32px', 'Heading 4 - 24px / 32px') }}</h4>
|
|
83
|
+
<h5>{{ t('heading_5_20px_24px', 'Heading 5 - 20px / 24px') }}</h5>
|
|
84
84
|
|
|
85
85
|
<!-- @body_text -->
|
|
86
86
|
<!-- Default body text at 16px with 24px line-height (1.5x ratio). -->
|
|
87
87
|
<p>
|
|
88
|
-
Body text at 16px with 24px line-height. The
|
|
89
|
-
<strong>bold text</strong>
|
|
90
|
-
and
|
|
88
|
+
{{ t('body_text_at_16px_with_24px_line_height_the', 'Body text at 16px with 24px line-height. The') }}
|
|
89
|
+
<strong>{{ t('bold_text', 'bold text') }}</strong>
|
|
90
|
+
{{ t('and', 'and') }}
|
|
91
91
|
<code>inline code</code>
|
|
92
|
-
maintain the same rhythm.
|
|
92
|
+
{{ t('maintain_the_same_rhythm', 'maintain the same rhythm.') }}
|
|
93
93
|
</p>
|
|
94
|
-
<p class="ui-text-body-sm">Body small at 14px with 24px line-height for secondary text
|
|
94
|
+
<p class="ui-text-body-sm">{{ t('body_small_demo', 'Body small at 14px with 24px line-height for secondary text.') }}</p>
|
|
95
95
|
|
|
96
96
|
<!-- @text_roles -->
|
|
97
97
|
<!-- Semantic text styles for specific use cases. -->
|
|
98
|
-
<p class="ui-text-lead">Lead paragraph - 20px / 32px. Use for opening paragraphs or article intros
|
|
99
|
-
<p class="ui-text-eyebrow">Eyebrow text</p>
|
|
100
|
-
<h2>Related Heading</h2>
|
|
101
|
-
<p class="ui-text-caption">Caption text - 12px / 16px. Use for labels, hints, and metadata
|
|
98
|
+
<p class="ui-text-lead">{{ t('lead_paragraph_demo', 'Lead paragraph - 20px / 32px. Use for opening paragraphs or article intros.') }}</p>
|
|
99
|
+
<p class="ui-text-eyebrow">{{ t('eyebrow_text', 'Eyebrow text') }}</p>
|
|
100
|
+
<h2>{{ t('related_heading', 'Related Heading') }}</h2>
|
|
101
|
+
<p class="ui-text-caption">{{ t('caption_text_demo', 'Caption text - 12px / 16px. Use for labels, hints, and metadata.') }}</p>
|
|
102
102
|
|
|
103
103
|
<!-- @font_weights -->
|
|
104
104
|
<!-- Four weight levels for hierarchy. -->
|
|
105
|
-
<p class="ui-font-normal">Normal (400) - Body text</p>
|
|
106
|
-
<p class="ui-font-medium">Medium (500) - Labels, small headings</p>
|
|
107
|
-
<p class="ui-font-semibold">Semibold (600) - Subheadings</p>
|
|
108
|
-
<p class="ui-font-bold">Bold (700) - Headlines, emphasis</p>
|
|
105
|
+
<p class="ui-font-normal">{{ t('normal_400_body_text', 'Normal (400) - Body text') }}</p>
|
|
106
|
+
<p class="ui-font-medium">{{ t('medium_500_labels_small_headings', 'Medium (500) - Labels, small headings') }}</p>
|
|
107
|
+
<p class="ui-font-semibold">{{ t('semibold_600_subheadings', 'Semibold (600) - Subheadings') }}</p>
|
|
108
|
+
<p class="ui-font-bold">{{ t('bold_700_headlines_emphasis', 'Bold (700) - Headlines, emphasis') }}</p>
|
|
109
109
|
|
|
110
110
|
<!-- @letter_spacing -->
|
|
111
111
|
<!-- Three tracking options based on use case. -->
|
|
112
|
-
<p class="ui-text-3xl ui-tracking-display">Display tracking (-0.02em)</p>
|
|
113
|
-
<p>Body tracking (0) - default</p>
|
|
114
|
-
<p class="ui-text-eyebrow">Caps tracking (+0.08em)</p>
|
|
112
|
+
<p class="ui-text-3xl ui-tracking-display">{{ t('display_tracking_002em', 'Display tracking (-0.02em)') }}</p>
|
|
113
|
+
<p>{{ t('body_tracking_0_default', 'Body tracking (0) - default') }}</p>
|
|
114
|
+
<p class="ui-text-eyebrow">{{ t('caps_tracking_008em', 'Caps tracking (+0.08em)') }}</p>
|
|
115
115
|
|
|
116
116
|
<!-- @line_length -->
|
|
117
117
|
<!-- Constrain text width for optimal readability (45-75 characters). -->
|
|
118
118
|
<div class="ui-prose">
|
|
119
|
-
<p>This paragraph is constrained to 65ch max-width for optimal reading comfort. Long lines of text are harder to read because the eye has difficulty tracking back to the start of the next line
|
|
119
|
+
<p>{{ t('paragraph_constrained_65ch', 'This paragraph is constrained to 65ch max-width for optimal reading comfort. Long lines of text are harder to read because the eye has difficulty tracking back to the start of the next line.') }}</p>
|
|
120
120
|
</div>
|
|
121
121
|
|
|
122
122
|
<!-- @responsive_behavior -->
|
|
@@ -124,33 +124,33 @@ Body text at 16px with 24px line-height. The
|
|
|
124
124
|
<table class="ui-table">
|
|
125
125
|
<thead>
|
|
126
126
|
<tr>
|
|
127
|
-
<th>Heading</th>
|
|
128
|
-
<th>Mobile</th>
|
|
129
|
-
<th>Default</th>
|
|
130
|
-
<th>Desktop</th>
|
|
127
|
+
<th>{{ t('heading', 'Heading') }}</th>
|
|
128
|
+
<th>{{ t('mobile', 'Mobile') }}</th>
|
|
129
|
+
<th>{{ t('default', 'Default') }}</th>
|
|
130
|
+
<th>{{ t('desktop', 'Desktop') }}</th>
|
|
131
131
|
</tr>
|
|
132
132
|
</thead>
|
|
133
133
|
<tbody>
|
|
134
134
|
<tr>
|
|
135
|
-
<td>h1</td>
|
|
135
|
+
<td>{{ t('h1', 'h1') }}</td>
|
|
136
136
|
<td>28px</td>
|
|
137
137
|
<td>40px</td>
|
|
138
138
|
<td>48px</td>
|
|
139
139
|
</tr>
|
|
140
140
|
<tr>
|
|
141
|
-
<td>h2</td>
|
|
141
|
+
<td>{{ t('h2', 'h2') }}</td>
|
|
142
142
|
<td>24px</td>
|
|
143
143
|
<td>32px</td>
|
|
144
144
|
<td>40px</td>
|
|
145
145
|
</tr>
|
|
146
146
|
<tr>
|
|
147
|
-
<td>h3</td>
|
|
147
|
+
<td>{{ t('h3', 'h3') }}</td>
|
|
148
148
|
<td>20px</td>
|
|
149
149
|
<td>28px</td>
|
|
150
150
|
<td>28px</td>
|
|
151
151
|
</tr>
|
|
152
152
|
<tr>
|
|
153
|
-
<td>h4</td>
|
|
153
|
+
<td>{{ t('h4', 'h4') }}</td>
|
|
154
154
|
<td>18px</td>
|
|
155
155
|
<td>24px</td>
|
|
156
156
|
<td>24px</td>
|
|
@@ -5,35 +5,35 @@ description: Buttons trigger actions. Use primary for main CTA, secondary for le
|
|
|
5
5
|
|
|
6
6
|
<!-- @variants | row -->
|
|
7
7
|
<!-- Button styles for different purposes and emphasis levels. -->
|
|
8
|
-
<button class="ui-button">Primary</button>
|
|
9
|
-
<button class="ui-button ui-button--secondary">Secondary</button>
|
|
10
|
-
<button class="ui-button ui-button--outline">Outline</button>
|
|
11
|
-
<button class="ui-button ui-button--ghost">Ghost</button>
|
|
12
|
-
<button class="ui-button ui-button--danger">Danger</button>
|
|
13
|
-
<button class="ui-button ui-button--link">Link</button>
|
|
8
|
+
<button class="ui-button">{{ t('primary', 'Primary') }}</button>
|
|
9
|
+
<button class="ui-button ui-button--secondary">{{ t('secondary', 'Secondary') }}</button>
|
|
10
|
+
<button class="ui-button ui-button--outline">{{ t('outline', 'Outline') }}</button>
|
|
11
|
+
<button class="ui-button ui-button--ghost">{{ t('ghost', 'Ghost') }}</button>
|
|
12
|
+
<button class="ui-button ui-button--danger">{{ t('danger', 'Danger') }}</button>
|
|
13
|
+
<button class="ui-button ui-button--link">{{ t('link', 'Link') }}</button>
|
|
14
14
|
|
|
15
15
|
<!-- @sizes | row -->
|
|
16
16
|
<!-- Small for dense UIs, default for most cases, large for prominent CTAs. -->
|
|
17
|
-
<button class="ui-button ui-button--sm">Small</button>
|
|
18
|
-
<button class="ui-button ui-button--md">Medium</button>
|
|
19
|
-
<button class="ui-button ui-button--lg">Large</button>
|
|
17
|
+
<button class="ui-button ui-button--sm">{{ t('small', 'Small') }}</button>
|
|
18
|
+
<button class="ui-button ui-button--md">{{ t('medium', 'Medium') }}</button>
|
|
19
|
+
<button class="ui-button ui-button--lg">{{ t('large', 'Large') }}</button>
|
|
20
20
|
|
|
21
21
|
<!-- @radius | row -->
|
|
22
22
|
<!-- Override border radius. Use radius-full for pill-shaped buttons. -->
|
|
23
|
-
<button class="ui-button ui-button--radius-none">None</button>
|
|
24
|
-
<button class="ui-button ui-button--radius-sm">Small</button>
|
|
25
|
-
<button class="ui-button">Default</button>
|
|
26
|
-
<button class="ui-button ui-button--radius-lg">Large</button>
|
|
27
|
-
<button class="ui-button ui-button--radius-full">Full</button>
|
|
23
|
+
<button class="ui-button ui-button--radius-none">{{ t('none', 'None') }}</button>
|
|
24
|
+
<button class="ui-button ui-button--radius-sm">{{ t('small', 'Small') }}</button>
|
|
25
|
+
<button class="ui-button">{{ t('default', 'Default') }}</button>
|
|
26
|
+
<button class="ui-button ui-button--radius-lg">{{ t('large', 'Large') }}</button>
|
|
27
|
+
<button class="ui-button ui-button--radius-full">{{ t('full', 'Full') }}</button>
|
|
28
28
|
|
|
29
29
|
<!-- @block -->
|
|
30
30
|
<!-- Full width button for mobile or form submit. -->
|
|
31
|
-
<button class="ui-button ui-button--block">Block Button</button>
|
|
31
|
+
<button class="ui-button ui-button--block">{{ t('block_button', 'Block Button') }}</button>
|
|
32
32
|
|
|
33
33
|
<!-- @loading | row -->
|
|
34
34
|
<!-- Shows spinner animation. Button becomes non-interactive. -->
|
|
35
|
-
<button class="ui-button ui-button--loading">Loading</button>
|
|
36
|
-
<button class="ui-button ui-button--secondary ui-button--loading">Loading</button>
|
|
35
|
+
<button class="ui-button ui-button--loading">{{ t('loading', 'Loading') }}</button>
|
|
36
|
+
<button class="ui-button ui-button--secondary ui-button--loading">{{ t('loading', 'Loading') }}</button>
|
|
37
37
|
|
|
38
38
|
<!-- @icon_button | row -->
|
|
39
39
|
<!-- Square icon-only buttons. Use with SVG icons from Lucide or similar sets. -->
|
|
@@ -63,10 +63,10 @@ description: Buttons trigger actions. Use primary for main CTA, secondary for le
|
|
|
63
63
|
<path d="M5 12h14"></path>
|
|
64
64
|
<path d="M12 5v14"></path>
|
|
65
65
|
</svg>
|
|
66
|
-
Add Item
|
|
66
|
+
{{ t('add_item', 'Add Item') }}
|
|
67
67
|
</button>
|
|
68
68
|
<button class="ui-button ui-button--secondary">
|
|
69
|
-
Next
|
|
69
|
+
{{ t('next', 'Next') }}
|
|
70
70
|
<svg class="ui-icon ui-button__icon ui-button__icon--end" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
71
71
|
<path d="m9 18 6-6-6-6"></path>
|
|
72
72
|
</svg>
|
|
@@ -6,37 +6,37 @@ mergeInto: button
|
|
|
6
6
|
|
|
7
7
|
<!-- @default -->
|
|
8
8
|
<div class="ui-button-group" role="group">
|
|
9
|
-
<button class="ui-button ui-button--outline">Left</button>
|
|
10
|
-
<button class="ui-button ui-button--outline">Middle</button>
|
|
11
|
-
<button class="ui-button ui-button--outline">Right</button>
|
|
9
|
+
<button class="ui-button ui-button--outline">{{ t('left', 'Left') }}</button>
|
|
10
|
+
<button class="ui-button ui-button--outline">{{ t('middle', 'Middle') }}</button>
|
|
11
|
+
<button class="ui-button ui-button--outline">{{ t('right', 'Right') }}</button>
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
14
|
<!-- @primary_buttons -->
|
|
15
15
|
<div class="ui-button-group" role="group">
|
|
16
|
-
<button class="ui-button">Save</button>
|
|
17
|
-
<button class="ui-button">Save & Close</button>
|
|
16
|
+
<button class="ui-button">{{ t('save', 'Save') }}</button>
|
|
17
|
+
<button class="ui-button">{{ t('save_close', 'Save & Close') }}</button>
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
<!-- @vertical -->
|
|
21
21
|
<div class="ui-button-group ui-button-group--vertical" role="group">
|
|
22
|
-
<button class="ui-button ui-button--outline">Top</button>
|
|
23
|
-
<button class="ui-button ui-button--outline">Middle</button>
|
|
24
|
-
<button class="ui-button ui-button--outline">Bottom</button>
|
|
22
|
+
<button class="ui-button ui-button--outline">{{ t('top', 'Top') }}</button>
|
|
23
|
+
<button class="ui-button ui-button--outline">{{ t('middle', 'Middle') }}</button>
|
|
24
|
+
<button class="ui-button ui-button--outline">{{ t('bottom', 'Bottom') }}</button>
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
27
|
<!-- @with_icons -->
|
|
28
|
-
<div class="ui-button-group" role="group" aria-label="Text formatting">
|
|
29
|
-
<button class="ui-button ui-button--outline ui-button--icon" aria-label="Bold">
|
|
28
|
+
<div class="ui-button-group" role="group" aria-label="{{ t('text_formatting', 'Text formatting') }}">
|
|
29
|
+
<button class="ui-button ui-button--outline ui-button--icon" aria-label="{{ t('bold', 'Bold') }}">
|
|
30
30
|
<svg class="ui-icon" viewBox="0 0 24 24" fill="currentColor">
|
|
31
31
|
<path d="M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"></path>
|
|
32
32
|
</svg>
|
|
33
33
|
</button>
|
|
34
|
-
<button class="ui-button ui-button--outline ui-button--icon" aria-label="Italic">
|
|
34
|
+
<button class="ui-button ui-button--outline ui-button--icon" aria-label="{{ t('italic', 'Italic') }}">
|
|
35
35
|
<svg class="ui-icon" viewBox="0 0 24 24" fill="currentColor">
|
|
36
36
|
<path d="M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"></path>
|
|
37
37
|
</svg>
|
|
38
38
|
</button>
|
|
39
|
-
<button class="ui-button ui-button--outline ui-button--icon" aria-label="Underline">
|
|
39
|
+
<button class="ui-button ui-button--outline ui-button--icon" aria-label="{{ t('underline', 'Underline') }}">
|
|
40
40
|
<svg class="ui-icon" viewBox="0 0 24 24" fill="currentColor">
|
|
41
41
|
<path d="M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z"></path>
|
|
42
42
|
</svg>
|
|
@@ -5,7 +5,7 @@ mergeInto: button
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- @default -->
|
|
8
|
-
<button class="ui-close-button" type="button" aria-label="Close">
|
|
8
|
+
<button class="ui-close-button" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
9
9
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
10
10
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
11
11
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
@@ -13,19 +13,19 @@ mergeInto: button
|
|
|
13
13
|
</button>
|
|
14
14
|
|
|
15
15
|
<!-- @sizes | row -->
|
|
16
|
-
<button class="ui-close-button ui-close-button--sm" type="button" aria-label="Close">
|
|
16
|
+
<button class="ui-close-button ui-close-button--sm" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
17
17
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
18
18
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
19
19
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
20
20
|
</svg>
|
|
21
21
|
</button>
|
|
22
|
-
<button class="ui-close-button" type="button" aria-label="Close">
|
|
22
|
+
<button class="ui-close-button" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
23
23
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
24
24
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
25
25
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
26
26
|
</svg>
|
|
27
27
|
</button>
|
|
28
|
-
<button class="ui-close-button ui-close-button--lg" type="button" aria-label="Close">
|
|
28
|
+
<button class="ui-close-button ui-close-button--lg" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
29
29
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
30
30
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
31
31
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
@@ -34,13 +34,13 @@ mergeInto: button
|
|
|
34
34
|
|
|
35
35
|
<!-- @subtle | row -->
|
|
36
36
|
<!-- Lower visual prominence for secondary dismiss actions. -->
|
|
37
|
-
<button class="ui-close-button ui-close-button--subtle" type="button" aria-label="Close">
|
|
37
|
+
<button class="ui-close-button ui-close-button--subtle" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
38
38
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
39
39
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
40
40
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
41
41
|
</svg>
|
|
42
42
|
</button>
|
|
43
|
-
<button class="ui-close-button ui-close-button--subtle ui-close-button--sm" type="button" aria-label="Close">
|
|
43
|
+
<button class="ui-close-button ui-close-button--subtle ui-close-button--sm" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
44
44
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
45
45
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
46
46
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
@@ -48,25 +48,25 @@ mergeInto: button
|
|
|
48
48
|
</button>
|
|
49
49
|
|
|
50
50
|
<!-- @states | row -->
|
|
51
|
-
<button class="ui-close-button" type="button" aria-label="Close">
|
|
51
|
+
<button class="ui-close-button" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
52
52
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
53
53
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
54
54
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
55
55
|
</svg>
|
|
56
56
|
</button>
|
|
57
|
-
<button class="ui-close-button ui-close-button--hover" type="button" aria-label="Close">
|
|
57
|
+
<button class="ui-close-button ui-close-button--hover" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
58
58
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
59
59
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
60
60
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
61
61
|
</svg>
|
|
62
62
|
</button>
|
|
63
|
-
<button class="ui-close-button ui-close-button--focus" type="button" aria-label="Close">
|
|
63
|
+
<button class="ui-close-button ui-close-button--focus" type="button" aria-label="{{ t('close', 'Close') }}">
|
|
64
64
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
65
65
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
66
66
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
67
67
|
</svg>
|
|
68
68
|
</button>
|
|
69
|
-
<button class="ui-close-button" type="button" aria-label="Close" disabled>
|
|
69
|
+
<button class="ui-close-button" type="button" aria-label="{{ t('close', 'Close') }}" disabled>
|
|
70
70
|
<svg class="ui-close-button__icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
71
71
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
72
72
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
@@ -7,7 +7,7 @@ description: Visual separator between content sections. Supports horizontal/vert
|
|
|
7
7
|
<div class="ui-divider" role="separator"></div>
|
|
8
8
|
|
|
9
9
|
<!-- @with_label -->
|
|
10
|
-
<div class="ui-divider" role="separator">OR</div>
|
|
10
|
+
<div class="ui-divider" role="separator">{{ t('or', 'OR') }}</div>
|
|
11
11
|
|
|
12
12
|
<!-- @label_alignment -->
|
|
13
13
|
<div class="ui-divider ui-divider--start" role="separator">{{ t('start', 'Start') }}</div>
|
|
@@ -6,122 +6,122 @@ description: Scrollable container with styled scrollbar. Provides overflow contr
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<div class="ui-scroll-area">
|
|
8
8
|
<div class="ui-scroll-area__viewport">
|
|
9
|
-
<p>Line 1 of scrollable content</p>
|
|
10
|
-
<p>Line 2 of scrollable content</p>
|
|
11
|
-
<p>Line 3 of scrollable content</p>
|
|
12
|
-
<p>Line 4 of scrollable content</p>
|
|
13
|
-
<p>Line 5 of scrollable content</p>
|
|
14
|
-
<p>Line 6 of scrollable content</p>
|
|
15
|
-
<p>Line 7 of scrollable content</p>
|
|
16
|
-
<p>Line 8 of scrollable content</p>
|
|
17
|
-
<p>Line 9 of scrollable content</p>
|
|
18
|
-
<p>Line 10 of scrollable content</p>
|
|
19
|
-
<p>Line 11 of scrollable content</p>
|
|
20
|
-
<p>Line 12 of scrollable content</p>
|
|
21
|
-
<p>Line 13 of scrollable content</p>
|
|
22
|
-
<p>Line 14 of scrollable content</p>
|
|
23
|
-
<p>Line 15 of scrollable content</p>
|
|
9
|
+
<p>{{ t('line_1_of_scrollable_content', 'Line 1 of scrollable content') }}</p>
|
|
10
|
+
<p>{{ t('line_2_of_scrollable_content', 'Line 2 of scrollable content') }}</p>
|
|
11
|
+
<p>{{ t('line_3_of_scrollable_content', 'Line 3 of scrollable content') }}</p>
|
|
12
|
+
<p>{{ t('line_4_of_scrollable_content', 'Line 4 of scrollable content') }}</p>
|
|
13
|
+
<p>{{ t('line_5_of_scrollable_content', 'Line 5 of scrollable content') }}</p>
|
|
14
|
+
<p>{{ t('line_6_of_scrollable_content', 'Line 6 of scrollable content') }}</p>
|
|
15
|
+
<p>{{ t('line_7_of_scrollable_content', 'Line 7 of scrollable content') }}</p>
|
|
16
|
+
<p>{{ t('line_8_of_scrollable_content', 'Line 8 of scrollable content') }}</p>
|
|
17
|
+
<p>{{ t('line_9_of_scrollable_content', 'Line 9 of scrollable content') }}</p>
|
|
18
|
+
<p>{{ t('line_10_of_scrollable_content', 'Line 10 of scrollable content') }}</p>
|
|
19
|
+
<p>{{ t('line_11_of_scrollable_content', 'Line 11 of scrollable content') }}</p>
|
|
20
|
+
<p>{{ t('line_12_of_scrollable_content', 'Line 12 of scrollable content') }}</p>
|
|
21
|
+
<p>{{ t('line_13_of_scrollable_content', 'Line 13 of scrollable content') }}</p>
|
|
22
|
+
<p>{{ t('line_14_of_scrollable_content', 'Line 14 of scrollable content') }}</p>
|
|
23
|
+
<p>{{ t('line_15_of_scrollable_content', 'Line 15 of scrollable content') }}</p>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
27
|
<!-- @sizes | column -->
|
|
28
28
|
<div class="ui-scroll-area ui-scroll-area--sm">
|
|
29
29
|
<div class="ui-scroll-area__viewport">
|
|
30
|
-
<p>Small - Line 1</p>
|
|
31
|
-
<p>Small - Line 2</p>
|
|
32
|
-
<p>Small - Line 3</p>
|
|
33
|
-
<p>Small - Line 4</p>
|
|
34
|
-
<p>Small - Line 5</p>
|
|
35
|
-
<p>Small - Line 6</p>
|
|
36
|
-
<p>Small - Line 7</p>
|
|
37
|
-
<p>Small - Line 8</p>
|
|
30
|
+
<p>{{ t('small_line_1', 'Small - Line 1') }}</p>
|
|
31
|
+
<p>{{ t('small_line_2', 'Small - Line 2') }}</p>
|
|
32
|
+
<p>{{ t('small_line_3', 'Small - Line 3') }}</p>
|
|
33
|
+
<p>{{ t('small_line_4', 'Small - Line 4') }}</p>
|
|
34
|
+
<p>{{ t('small_line_5', 'Small - Line 5') }}</p>
|
|
35
|
+
<p>{{ t('small_line_6', 'Small - Line 6') }}</p>
|
|
36
|
+
<p>{{ t('small_line_7', 'Small - Line 7') }}</p>
|
|
37
|
+
<p>{{ t('small_line_8', 'Small - Line 8') }}</p>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
<div class="ui-scroll-area ui-scroll-area--xl">
|
|
41
41
|
<div class="ui-scroll-area__viewport">
|
|
42
|
-
<p>XL - Line 1</p>
|
|
43
|
-
<p>XL - Line 2</p>
|
|
44
|
-
<p>XL - Line 3</p>
|
|
45
|
-
<p>XL - Line 4</p>
|
|
46
|
-
<p>XL - Line 5</p>
|
|
42
|
+
<p>{{ t('xl_line_1', 'XL - Line 1') }}</p>
|
|
43
|
+
<p>{{ t('xl_line_2', 'XL - Line 2') }}</p>
|
|
44
|
+
<p>{{ t('xl_line_3', 'XL - Line 3') }}</p>
|
|
45
|
+
<p>{{ t('xl_line_4', 'XL - Line 4') }}</p>
|
|
46
|
+
<p>{{ t('xl_line_5', 'XL - Line 5') }}</p>
|
|
47
47
|
</div>
|
|
48
48
|
</div>
|
|
49
49
|
<div class="ui-scroll-area ui-scroll-area--lg">
|
|
50
50
|
<div class="ui-scroll-area__viewport">
|
|
51
|
-
<p>Large - Line 1</p>
|
|
52
|
-
<p>Large - Line 2</p>
|
|
53
|
-
<p>Large - Line 3</p>
|
|
54
|
-
<p>Large - Line 4</p>
|
|
55
|
-
<p>Large - Line 5</p>
|
|
56
|
-
<p>Large - Line 6</p>
|
|
57
|
-
<p>Large - Line 7</p>
|
|
58
|
-
<p>Large - Line 8</p>
|
|
59
|
-
<p>Large - Line 9</p>
|
|
60
|
-
<p>Large - Line 10</p>
|
|
61
|
-
<p>Large - Line 11</p>
|
|
62
|
-
<p>Large - Line 12</p>
|
|
63
|
-
<p>Large - Line 13</p>
|
|
64
|
-
<p>Large - Line 14</p>
|
|
65
|
-
<p>Large - Line 15</p>
|
|
66
|
-
<p>Large - Line 16</p>
|
|
67
|
-
<p>Large - Line 17</p>
|
|
68
|
-
<p>Large - Line 18</p>
|
|
69
|
-
<p>Large - Line 19</p>
|
|
70
|
-
<p>Large - Line 20</p>
|
|
51
|
+
<p>{{ t('large_line_1', 'Large - Line 1') }}</p>
|
|
52
|
+
<p>{{ t('large_line_2', 'Large - Line 2') }}</p>
|
|
53
|
+
<p>{{ t('large_line_3', 'Large - Line 3') }}</p>
|
|
54
|
+
<p>{{ t('large_line_4', 'Large - Line 4') }}</p>
|
|
55
|
+
<p>{{ t('large_line_5', 'Large - Line 5') }}</p>
|
|
56
|
+
<p>{{ t('large_line_6', 'Large - Line 6') }}</p>
|
|
57
|
+
<p>{{ t('large_line_7', 'Large - Line 7') }}</p>
|
|
58
|
+
<p>{{ t('large_line_8', 'Large - Line 8') }}</p>
|
|
59
|
+
<p>{{ t('large_line_9', 'Large - Line 9') }}</p>
|
|
60
|
+
<p>{{ t('large_line_10', 'Large - Line 10') }}</p>
|
|
61
|
+
<p>{{ t('large_line_11', 'Large - Line 11') }}</p>
|
|
62
|
+
<p>{{ t('large_line_12', 'Large - Line 12') }}</p>
|
|
63
|
+
<p>{{ t('large_line_13', 'Large - Line 13') }}</p>
|
|
64
|
+
<p>{{ t('large_line_14', 'Large - Line 14') }}</p>
|
|
65
|
+
<p>{{ t('large_line_15', 'Large - Line 15') }}</p>
|
|
66
|
+
<p>{{ t('large_line_16', 'Large - Line 16') }}</p>
|
|
67
|
+
<p>{{ t('large_line_17', 'Large - Line 17') }}</p>
|
|
68
|
+
<p>{{ t('large_line_18', 'Large - Line 18') }}</p>
|
|
69
|
+
<p>{{ t('large_line_19', 'Large - Line 19') }}</p>
|
|
70
|
+
<p>{{ t('large_line_20', 'Large - Line 20') }}</p>
|
|
71
71
|
</div>
|
|
72
72
|
</div>
|
|
73
73
|
|
|
74
74
|
<!-- @direction | column -->
|
|
75
75
|
<div class="ui-scroll-area ui-scroll-area--horizontal">
|
|
76
76
|
<div class="ui-scroll-area__viewport">
|
|
77
|
-
<p style="white-space: nowrap">This content scrolls horizontally when it overflows the container width. Resize the window to test
|
|
77
|
+
<p style="white-space: nowrap">{{ t('scrolls_horizontally_demo', 'This content scrolls horizontally when it overflows the container width. Resize the window to test.') }}</p>
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
80
80
|
<div class="ui-scroll-area ui-scroll-area--both ui-scroll-area--sm">
|
|
81
81
|
<div class="ui-scroll-area__viewport">
|
|
82
|
-
<p style="white-space: nowrap">Both directions - Line 1 with long content that overflows horizontally</p>
|
|
83
|
-
<p>Line 2</p>
|
|
84
|
-
<p>Line 3</p>
|
|
85
|
-
<p>Line 4</p>
|
|
86
|
-
<p>Line 5</p>
|
|
87
|
-
<p>Line 6</p>
|
|
88
|
-
<p>Line 7</p>
|
|
89
|
-
<p>Line 8</p>
|
|
82
|
+
<p style="white-space: nowrap">{{ t('both_directions_line_1', 'Both directions - Line 1 with long content that overflows horizontally') }}</p>
|
|
83
|
+
<p>{{ t('line_2', 'Line 2') }}</p>
|
|
84
|
+
<p>{{ t('line_3', 'Line 3') }}</p>
|
|
85
|
+
<p>{{ t('line_4', 'Line 4') }}</p>
|
|
86
|
+
<p>{{ t('line_5', 'Line 5') }}</p>
|
|
87
|
+
<p>{{ t('line_6', 'Line 6') }}</p>
|
|
88
|
+
<p>{{ t('line_7', 'Line 7') }}</p>
|
|
89
|
+
<p>{{ t('line_8', 'Line 8') }}</p>
|
|
90
90
|
</div>
|
|
91
91
|
</div>
|
|
92
92
|
|
|
93
93
|
<!-- @thin_scrollbar -->
|
|
94
94
|
<div class="ui-scroll-area ui-scroll-area--thin">
|
|
95
95
|
<div class="ui-scroll-area__viewport">
|
|
96
|
-
<p>Thin scrollbar - Line 1</p>
|
|
97
|
-
<p>Thin scrollbar - Line 2</p>
|
|
98
|
-
<p>Thin scrollbar - Line 3</p>
|
|
99
|
-
<p>Thin scrollbar - Line 4</p>
|
|
100
|
-
<p>Thin scrollbar - Line 5</p>
|
|
101
|
-
<p>Thin scrollbar - Line 6</p>
|
|
102
|
-
<p>Thin scrollbar - Line 7</p>
|
|
103
|
-
<p>Thin scrollbar - Line 8</p>
|
|
104
|
-
<p>Thin scrollbar - Line 9</p>
|
|
105
|
-
<p>Thin scrollbar - Line 10</p>
|
|
106
|
-
<p>Thin scrollbar - Line 11</p>
|
|
107
|
-
<p>Thin scrollbar - Line 12</p>
|
|
96
|
+
<p>{{ t('thin_scrollbar_line_1', 'Thin scrollbar - Line 1') }}</p>
|
|
97
|
+
<p>{{ t('thin_scrollbar_line_2', 'Thin scrollbar - Line 2') }}</p>
|
|
98
|
+
<p>{{ t('thin_scrollbar_line_3', 'Thin scrollbar - Line 3') }}</p>
|
|
99
|
+
<p>{{ t('thin_scrollbar_line_4', 'Thin scrollbar - Line 4') }}</p>
|
|
100
|
+
<p>{{ t('thin_scrollbar_line_5', 'Thin scrollbar - Line 5') }}</p>
|
|
101
|
+
<p>{{ t('thin_scrollbar_line_6', 'Thin scrollbar - Line 6') }}</p>
|
|
102
|
+
<p>{{ t('thin_scrollbar_line_7', 'Thin scrollbar - Line 7') }}</p>
|
|
103
|
+
<p>{{ t('thin_scrollbar_line_8', 'Thin scrollbar - Line 8') }}</p>
|
|
104
|
+
<p>{{ t('thin_scrollbar_line_9', 'Thin scrollbar - Line 9') }}</p>
|
|
105
|
+
<p>{{ t('thin_scrollbar_line_10', 'Thin scrollbar - Line 10') }}</p>
|
|
106
|
+
<p>{{ t('thin_scrollbar_line_11', 'Thin scrollbar - Line 11') }}</p>
|
|
107
|
+
<p>{{ t('thin_scrollbar_line_12', 'Thin scrollbar - Line 12') }}</p>
|
|
108
108
|
</div>
|
|
109
109
|
</div>
|
|
110
110
|
|
|
111
111
|
<!-- @auto_hide -->
|
|
112
112
|
<div class="ui-scroll-area ui-scroll-area--auto-hide">
|
|
113
113
|
<div class="ui-scroll-area__viewport">
|
|
114
|
-
<p>Scrollbar hidden until hover - Line 1</p>
|
|
115
|
-
<p>Scrollbar hidden until hover - Line 2</p>
|
|
116
|
-
<p>Scrollbar hidden until hover - Line 3</p>
|
|
117
|
-
<p>Scrollbar hidden until hover - Line 4</p>
|
|
118
|
-
<p>Scrollbar hidden until hover - Line 5</p>
|
|
119
|
-
<p>Scrollbar hidden until hover - Line 6</p>
|
|
120
|
-
<p>Scrollbar hidden until hover - Line 7</p>
|
|
121
|
-
<p>Scrollbar hidden until hover - Line 8</p>
|
|
122
|
-
<p>Scrollbar hidden until hover - Line 9</p>
|
|
123
|
-
<p>Scrollbar hidden until hover - Line 10</p>
|
|
124
|
-
<p>Scrollbar hidden until hover - Line 11</p>
|
|
125
|
-
<p>Scrollbar hidden until hover - Line 12</p>
|
|
114
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_1', 'Scrollbar hidden until hover - Line 1') }}</p>
|
|
115
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_2', 'Scrollbar hidden until hover - Line 2') }}</p>
|
|
116
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_3', 'Scrollbar hidden until hover - Line 3') }}</p>
|
|
117
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_4', 'Scrollbar hidden until hover - Line 4') }}</p>
|
|
118
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_5', 'Scrollbar hidden until hover - Line 5') }}</p>
|
|
119
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_6', 'Scrollbar hidden until hover - Line 6') }}</p>
|
|
120
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_7', 'Scrollbar hidden until hover - Line 7') }}</p>
|
|
121
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_8', 'Scrollbar hidden until hover - Line 8') }}</p>
|
|
122
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_9', 'Scrollbar hidden until hover - Line 9') }}</p>
|
|
123
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_10', 'Scrollbar hidden until hover - Line 10') }}</p>
|
|
124
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_11', 'Scrollbar hidden until hover - Line 11') }}</p>
|
|
125
|
+
<p>{{ t('scrollbar_hidden_until_hover_line_12', 'Scrollbar hidden until hover - Line 12') }}</p>
|
|
126
126
|
</div>
|
|
127
127
|
</div>
|
|
@@ -5,16 +5,16 @@ description: Flexible space filler that grows to fill available space in flex co
|
|
|
5
5
|
|
|
6
6
|
<!-- @default -->
|
|
7
7
|
<div class="ui-row" style="inline-size: 100%; background: var(--ui-color-bg-subtle); padding: var(--ui-space-2)">
|
|
8
|
-
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">Start</span>
|
|
8
|
+
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">{{ t('start', 'Start') }}</span>
|
|
9
9
|
<div class="ui-spacer"></div>
|
|
10
|
-
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">End</span>
|
|
10
|
+
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">{{ t('end', 'End') }}</span>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<!-- @between_items -->
|
|
14
14
|
<div class="ui-row" style="inline-size: 100%; background: var(--ui-color-bg-subtle); padding: var(--ui-space-2)">
|
|
15
|
-
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">Logo</span>
|
|
15
|
+
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">{{ t('logo', 'Logo') }}</span>
|
|
16
16
|
<div class="ui-spacer"></div>
|
|
17
|
-
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">Nav 1</span>
|
|
18
|
-
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">Nav 2</span>
|
|
19
|
-
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">Nav 3</span>
|
|
17
|
+
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">{{ t('nav_1', 'Nav 1') }}</span>
|
|
18
|
+
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">{{ t('nav_2', 'Nav 2') }}</span>
|
|
19
|
+
<span style="background: var(--ui-color-bg-muted); padding: var(--ui-space-1)">{{ t('nav_3', 'Nav 3') }}</span>
|
|
20
20
|
</div>
|