@seed-design/lynx-css 0.1.1-alpha.0 → 0.2.0-alpha.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/all.css +568 -7401
- package/all.layered.css +575 -7407
- package/all.layered.min.css +1 -1
- package/all.min.css +1 -1
- package/base.css +6 -2
- package/base.layered.css +6 -2
- package/base.layered.min.css +1 -1
- package/base.min.css +1 -1
- package/package.json +6 -2
- package/recipes/action-button.css +327 -316
- package/recipes/action-button.d.ts +14 -3
- package/recipes/action-button.layered.css +188 -529
- package/recipes/action-button.layered.mjs +117 -4
- package/recipes/action-button.mjs +117 -4
- package/recipes/bottom-sheet-handle.css +2 -6
- package/recipes/bottom-sheet-handle.layered.css +1 -6
- package/recipes/bottom-sheet.css +15 -107
- package/recipes/bottom-sheet.layered.css +7 -111
- package/recipes/bottom-sheet.layered.mjs +1 -0
- package/recipes/bottom-sheet.mjs +1 -0
- package/recipes/checkbox-group.d.ts +2 -1
- package/recipes/checkbox-group.layered.mjs +3 -0
- package/recipes/checkbox-group.mjs +3 -0
- package/recipes/checkbox.css +17 -22
- package/recipes/checkbox.d.ts +5 -1
- package/recipes/checkbox.layered.css +13 -18
- package/recipes/checkbox.layered.mjs +8 -3
- package/recipes/checkbox.mjs +8 -3
- package/recipes/checkmark.css +95 -73
- package/recipes/checkmark.d.ts +18 -2
- package/recipes/checkmark.layered.css +80 -67
- package/recipes/checkmark.layered.mjs +151 -17
- package/recipes/checkmark.mjs +151 -17
- package/recipes/progress-circle.css +25 -0
- package/recipes/progress-circle.d.ts +2 -2
- package/recipes/progress-circle.mjs +2 -2
- package/recipes/radio-group.d.ts +2 -1
- package/recipes/radio-group.layered.mjs +3 -0
- package/recipes/radio-group.mjs +3 -0
- package/recipes/radio.css +17 -22
- package/recipes/radio.d.ts +5 -1
- package/recipes/radio.layered.css +13 -18
- package/recipes/radio.layered.mjs +8 -3
- package/recipes/radio.mjs +8 -3
- package/recipes/radiomark.css +61 -47
- package/recipes/radiomark.d.ts +14 -2
- package/recipes/radiomark.layered.css +55 -43
- package/recipes/radiomark.layered.mjs +79 -6
- package/recipes/radiomark.mjs +79 -6
- package/recipes/switch.css +13 -19
- package/recipes/switch.d.ts +4 -0
- package/recipes/switch.layered.css +6 -12
- package/recipes/switch.layered.mjs +6 -1
- package/recipes/switch.mjs +6 -1
- package/recipes/switchmark.css +35 -36
- package/recipes/switchmark.d.ts +9 -1
- package/recipes/switchmark.layered.css +34 -35
- package/recipes/switchmark.layered.mjs +43 -2
- package/recipes/switchmark.mjs +43 -2
- package/recipes/tag-group-item.css +11 -53
- package/recipes/tag-group-item.layered.css +3 -54
- package/recipes/tag-group.css +11 -27
- package/recipes/tag-group.d.ts +0 -4
- package/recipes/tag-group.layered.css +10 -31
- package/recipes/tag-group.layered.mjs +2 -20
- package/recipes/tag-group.mjs +2 -20
- package/vars/component/checkmark.d.ts +0 -2
- package/vars/component/content-placeholder.d.ts +1 -1
- package/vars/component/content-placeholder.mjs +1 -1
- package/vars/component/index.d.ts +2 -0
- package/vars/component/index.mjs +2 -0
- package/vars/component/menu-sheet.d.ts +1 -0
- package/vars/component/menu-sheet.mjs +1 -0
- package/vars/component/notification-badge.d.ts +5 -4
- package/vars/component/notification-badge.mjs +3 -2
- package/vars/component/radiomark.d.ts +0 -3
- package/vars/component/switchmark.d.ts +0 -3
- package/vars/component/top-navigation-icon-button.d.ts +36 -0
- package/vars/component/top-navigation-icon-button.mjs +36 -0
- package/vars/component/top-navigation-text-button.d.ts +52 -0
- package/vars/component/top-navigation-text-button.mjs +51 -0
- package/vars/component/top-navigation.d.ts +47 -25
- package/vars/component/top-navigation.mjs +39 -25
- package/recipes/action-chip.css +0 -78
- package/recipes/action-chip.d.ts +0 -29
- package/recipes/action-chip.layered.css +0 -118
- package/recipes/action-chip.layered.mjs +0 -71
- package/recipes/action-chip.mjs +0 -71
- package/recipes/action-sheet-item.css +0 -30
- package/recipes/action-sheet-item.d.ts +0 -25
- package/recipes/action-sheet-item.layered.css +0 -38
- package/recipes/action-sheet-item.layered.mjs +0 -49
- package/recipes/action-sheet-item.mjs +0 -49
- package/recipes/action-sheet.css +0 -117
- package/recipes/action-sheet.d.ts +0 -21
- package/recipes/action-sheet.layered.css +0 -132
- package/recipes/action-sheet.layered.mjs +0 -60
- package/recipes/action-sheet.mjs +0 -60
- package/recipes/app-bar-main.css +0 -169
- package/recipes/app-bar-main.d.ts +0 -36
- package/recipes/app-bar-main.layered.css +0 -164
- package/recipes/app-bar-main.layered.mjs +0 -63
- package/recipes/app-bar-main.mjs +0 -63
- package/recipes/app-bar.css +0 -375
- package/recipes/app-bar.d.ts +0 -36
- package/recipes/app-bar.layered.css +0 -385
- package/recipes/app-bar.layered.mjs +0 -74
- package/recipes/app-bar.mjs +0 -74
- package/recipes/app-screen.css +0 -314
- package/recipes/app-screen.d.ts +0 -44
- package/recipes/app-screen.layered.css +0 -322
- package/recipes/app-screen.layered.mjs +0 -98
- package/recipes/app-screen.mjs +0 -98
- package/recipes/article.css +0 -0
- package/recipes/article.d.ts +0 -22
- package/recipes/article.layered.css +0 -1
- package/recipes/article.layered.mjs +0 -43
- package/recipes/article.mjs +0 -43
- package/recipes/aspect-ratio.css +0 -22
- package/recipes/aspect-ratio.d.ts +0 -22
- package/recipes/aspect-ratio.layered.css +0 -24
- package/recipes/aspect-ratio.layered.mjs +0 -43
- package/recipes/aspect-ratio.mjs +0 -43
- package/recipes/avatar-stack.css +0 -79
- package/recipes/avatar-stack.d.ts +0 -24
- package/recipes/avatar-stack.layered.css +0 -102
- package/recipes/avatar-stack.layered.mjs +0 -51
- package/recipes/avatar-stack.mjs +0 -51
- package/recipes/avatar.css +0 -168
- package/recipes/avatar.d.ts +0 -28
- package/recipes/avatar.layered.css +0 -201
- package/recipes/avatar.layered.mjs +0 -66
- package/recipes/avatar.mjs +0 -66
- package/recipes/badge.css +0 -112
- package/recipes/badge.d.ts +0 -32
- package/recipes/badge.layered.css +0 -134
- package/recipes/badge.layered.mjs +0 -131
- package/recipes/badge.mjs +0 -131
- package/recipes/callout.css +0 -159
- package/recipes/callout.d.ts +0 -24
- package/recipes/callout.layered.css +0 -148
- package/recipes/callout.layered.mjs +0 -63
- package/recipes/callout.mjs +0 -63
- package/recipes/chip-tabs.css +0 -150
- package/recipes/chip-tabs.d.ts +0 -36
- package/recipes/chip-tabs.layered.css +0 -186
- package/recipes/chip-tabs.layered.mjs +0 -75
- package/recipes/chip-tabs.mjs +0 -75
- package/recipes/chip.css +0 -184
- package/recipes/chip.d.ts +0 -32
- package/recipes/chip.layered.css +0 -207
- package/recipes/chip.layered.mjs +0 -80
- package/recipes/chip.mjs +0 -80
- package/recipes/content-placeholder.css +0 -19
- package/recipes/content-placeholder.d.ts +0 -24
- package/recipes/content-placeholder.layered.css +0 -22
- package/recipes/content-placeholder.layered.mjs +0 -53
- package/recipes/content-placeholder.mjs +0 -53
- package/recipes/contextual-floating-button.css +0 -123
- package/recipes/contextual-floating-button.d.ts +0 -29
- package/recipes/contextual-floating-button.layered.css +0 -190
- package/recipes/contextual-floating-button.layered.mjs +0 -54
- package/recipes/contextual-floating-button.mjs +0 -54
- package/recipes/control-chip.css +0 -97
- package/recipes/control-chip.d.ts +0 -29
- package/recipes/control-chip.layered.css +0 -147
- package/recipes/control-chip.layered.mjs +0 -71
- package/recipes/control-chip.mjs +0 -71
- package/recipes/dialog.css +0 -101
- package/recipes/dialog.d.ts +0 -24
- package/recipes/dialog.layered.css +0 -113
- package/recipes/dialog.layered.mjs +0 -66
- package/recipes/dialog.mjs +0 -66
- package/recipes/extended-action-sheet-item.css +0 -39
- package/recipes/extended-action-sheet-item.d.ts +0 -25
- package/recipes/extended-action-sheet-item.layered.css +0 -55
- package/recipes/extended-action-sheet-item.layered.mjs +0 -49
- package/recipes/extended-action-sheet-item.mjs +0 -49
- package/recipes/extended-action-sheet.css +0 -116
- package/recipes/extended-action-sheet.d.ts +0 -21
- package/recipes/extended-action-sheet.layered.css +0 -131
- package/recipes/extended-action-sheet.layered.mjs +0 -64
- package/recipes/extended-action-sheet.mjs +0 -64
- package/recipes/extended-fab.css +0 -65
- package/recipes/extended-fab.d.ts +0 -29
- package/recipes/extended-fab.layered.css +0 -84
- package/recipes/extended-fab.layered.mjs +0 -54
- package/recipes/extended-fab.mjs +0 -54
- package/recipes/fab.css +0 -24
- package/recipes/fab.d.ts +0 -22
- package/recipes/fab.layered.css +0 -36
- package/recipes/fab.layered.mjs +0 -43
- package/recipes/fab.mjs +0 -43
- package/recipes/field-label.css +0 -27
- package/recipes/field-label.d.ts +0 -24
- package/recipes/field-label.layered.css +0 -33
- package/recipes/field-label.layered.mjs +0 -47
- package/recipes/field-label.mjs +0 -47
- package/recipes/field.css +0 -66
- package/recipes/field.d.ts +0 -21
- package/recipes/field.layered.css +0 -77
- package/recipes/field.layered.mjs +0 -60
- package/recipes/field.mjs +0 -60
- package/recipes/floating-action-button.css +0 -63
- package/recipes/floating-action-button.d.ts +0 -24
- package/recipes/floating-action-button.layered.css +0 -71
- package/recipes/floating-action-button.layered.mjs +0 -47
- package/recipes/floating-action-button.mjs +0 -47
- package/recipes/help-bubble.css +0 -80
- package/recipes/help-bubble.d.ts +0 -21
- package/recipes/help-bubble.layered.css +0 -92
- package/recipes/help-bubble.layered.mjs +0 -60
- package/recipes/help-bubble.mjs +0 -60
- package/recipes/identity-placeholder.css +0 -15
- package/recipes/identity-placeholder.d.ts +0 -24
- package/recipes/identity-placeholder.layered.css +0 -18
- package/recipes/identity-placeholder.layered.mjs +0 -43
- package/recipes/identity-placeholder.mjs +0 -43
- package/recipes/image-frame-icon.css +0 -7
- package/recipes/image-frame-icon.d.ts +0 -22
- package/recipes/image-frame-icon.layered.css +0 -11
- package/recipes/image-frame-icon.layered.mjs +0 -43
- package/recipes/image-frame-icon.mjs +0 -43
- package/recipes/image-frame-indicator.css +0 -16
- package/recipes/image-frame-indicator.d.ts +0 -22
- package/recipes/image-frame-indicator.layered.css +0 -20
- package/recipes/image-frame-indicator.layered.mjs +0 -43
- package/recipes/image-frame-indicator.mjs +0 -43
- package/recipes/image-frame-reaction-button.css +0 -44
- package/recipes/image-frame-reaction-button.d.ts +0 -21
- package/recipes/image-frame-reaction-button.layered.css +0 -50
- package/recipes/image-frame-reaction-button.layered.mjs +0 -40
- package/recipes/image-frame-reaction-button.mjs +0 -40
- package/recipes/image-frame.css +0 -28
- package/recipes/image-frame.d.ts +0 -28
- package/recipes/image-frame.layered.css +0 -34
- package/recipes/image-frame.layered.mjs +0 -52
- package/recipes/image-frame.mjs +0 -52
- package/recipes/inline-banner.css +0 -163
- package/recipes/inline-banner.d.ts +0 -24
- package/recipes/inline-banner.layered.css +0 -142
- package/recipes/inline-banner.layered.mjs +0 -64
- package/recipes/inline-banner.mjs +0 -64
- package/recipes/input-button.css +0 -120
- package/recipes/input-button.d.ts +0 -21
- package/recipes/input-button.layered.css +0 -135
- package/recipes/input-button.layered.mjs +0 -64
- package/recipes/input-button.mjs +0 -64
- package/recipes/link-content.css +0 -45
- package/recipes/link-content.d.ts +0 -29
- package/recipes/link-content.layered.css +0 -72
- package/recipes/link-content.layered.mjs +0 -55
- package/recipes/link-content.mjs +0 -55
- package/recipes/list-header.css +0 -22
- package/recipes/list-header.d.ts +0 -25
- package/recipes/list-header.layered.css +0 -28
- package/recipes/list-header.layered.mjs +0 -49
- package/recipes/list-header.mjs +0 -49
- package/recipes/list-item.css +0 -108
- package/recipes/list-item.d.ts +0 -24
- package/recipes/list-item.layered.css +0 -124
- package/recipes/list-item.layered.mjs +0 -59
- package/recipes/list-item.mjs +0 -59
- package/recipes/manner-temp-badge.css +0 -76
- package/recipes/manner-temp-badge.d.ts +0 -25
- package/recipes/manner-temp-badge.layered.css +0 -100
- package/recipes/manner-temp-badge.layered.mjs +0 -57
- package/recipes/manner-temp-badge.mjs +0 -57
- package/recipes/manner-temp.css +0 -50
- package/recipes/manner-temp.d.ts +0 -25
- package/recipes/manner-temp.layered.css +0 -71
- package/recipes/manner-temp.layered.mjs +0 -57
- package/recipes/manner-temp.mjs +0 -57
- package/recipes/menu-sheet-item.css +0 -67
- package/recipes/menu-sheet-item.d.ts +0 -28
- package/recipes/menu-sheet-item.layered.css +0 -83
- package/recipes/menu-sheet-item.layered.mjs +0 -56
- package/recipes/menu-sheet-item.mjs +0 -56
- package/recipes/menu-sheet.css +0 -135
- package/recipes/menu-sheet.d.ts +0 -24
- package/recipes/menu-sheet.layered.css +0 -151
- package/recipes/menu-sheet.layered.mjs +0 -74
- package/recipes/menu-sheet.mjs +0 -74
- package/recipes/notification-badge-positioner.css +0 -28
- package/recipes/notification-badge-positioner.d.ts +0 -29
- package/recipes/notification-badge-positioner.layered.css +0 -27
- package/recipes/notification-badge-positioner.layered.mjs +0 -71
- package/recipes/notification-badge-positioner.mjs +0 -71
- package/recipes/notification-badge.css +0 -27
- package/recipes/notification-badge.d.ts +0 -25
- package/recipes/notification-badge.layered.css +0 -34
- package/recipes/notification-badge.layered.mjs +0 -49
- package/recipes/notification-badge.mjs +0 -49
- package/recipes/page-banner.css +0 -260
- package/recipes/page-banner.d.ts +0 -28
- package/recipes/page-banner.layered.css +0 -235
- package/recipes/page-banner.layered.mjs +0 -117
- package/recipes/page-banner.mjs +0 -117
- package/recipes/pull-to-refresh.css +0 -15
- package/recipes/pull-to-refresh.d.ts +0 -21
- package/recipes/pull-to-refresh.layered.css +0 -19
- package/recipes/pull-to-refresh.layered.mjs +0 -36
- package/recipes/pull-to-refresh.mjs +0 -36
- package/recipes/reaction-button.css +0 -115
- package/recipes/reaction-button.d.ts +0 -25
- package/recipes/reaction-button.layered.css +0 -173
- package/recipes/reaction-button.layered.mjs +0 -49
- package/recipes/reaction-button.mjs +0 -49
- package/recipes/scroll-fog.css +0 -11
- package/recipes/scroll-fog.d.ts +0 -25
- package/recipes/scroll-fog.layered.css +0 -19
- package/recipes/scroll-fog.layered.mjs +0 -48
- package/recipes/scroll-fog.mjs +0 -48
- package/recipes/segmented-control.css +0 -59
- package/recipes/segmented-control.d.ts +0 -21
- package/recipes/segmented-control.layered.css +0 -67
- package/recipes/segmented-control.layered.mjs +0 -40
- package/recipes/segmented-control.mjs +0 -40
- package/recipes/select-box-group.css +0 -10
- package/recipes/select-box-group.d.ts +0 -22
- package/recipes/select-box-group.layered.css +0 -13
- package/recipes/select-box-group.layered.mjs +0 -43
- package/recipes/select-box-group.mjs +0 -43
- package/recipes/select-box.css +0 -111
- package/recipes/select-box.d.ts +0 -24
- package/recipes/select-box.layered.css +0 -130
- package/recipes/select-box.layered.mjs +0 -63
- package/recipes/select-box.mjs +0 -63
- package/recipes/selectBoxCheckmark.css +0 -30
- package/recipes/selectBoxCheckmark.d.ts +0 -21
- package/recipes/selectBoxCheckmark.layered.css +0 -36
- package/recipes/selectBoxCheckmark.layered.mjs +0 -36
- package/recipes/selectBoxCheckmark.mjs +0 -36
- package/recipes/skeleton.css +0 -46
- package/recipes/skeleton.d.ts +0 -29
- package/recipes/skeleton.layered.css +0 -63
- package/recipes/skeleton.layered.mjs +0 -56
- package/recipes/skeleton.mjs +0 -56
- package/recipes/slider-marker.css +0 -55
- package/recipes/slider-marker.d.ts +0 -25
- package/recipes/slider-marker.layered.css +0 -73
- package/recipes/slider-marker.layered.mjs +0 -50
- package/recipes/slider-marker.mjs +0 -50
- package/recipes/slider-tick.css +0 -21
- package/recipes/slider-tick.d.ts +0 -25
- package/recipes/slider-tick.layered.css +0 -32
- package/recipes/slider-tick.layered.mjs +0 -49
- package/recipes/slider-tick.mjs +0 -49
- package/recipes/slider.css +0 -177
- package/recipes/slider.d.ts +0 -21
- package/recipes/slider.layered.css +0 -209
- package/recipes/slider.layered.mjs +0 -68
- package/recipes/slider.mjs +0 -68
- package/recipes/snackbar-region.css +0 -20
- package/recipes/snackbar-region.d.ts +0 -22
- package/recipes/snackbar-region.layered.css +0 -29
- package/recipes/snackbar-region.layered.mjs +0 -43
- package/recipes/snackbar-region.mjs +0 -43
- package/recipes/snackbar.css +0 -83
- package/recipes/snackbar.d.ts +0 -24
- package/recipes/snackbar.layered.css +0 -94
- package/recipes/snackbar.layered.mjs +0 -56
- package/recipes/snackbar.mjs +0 -56
- package/recipes/tabs.css +0 -157
- package/recipes/tabs.d.ts +0 -36
- package/recipes/tabs.layered.css +0 -184
- package/recipes/tabs.layered.mjs +0 -78
- package/recipes/tabs.mjs +0 -78
- package/recipes/text-input.css +0 -198
- package/recipes/text-input.d.ts +0 -28
- package/recipes/text-input.layered.css +0 -212
- package/recipes/text-input.layered.mjs +0 -73
- package/recipes/text-input.mjs +0 -73
- package/recipes/text.css +0 -558
- package/recipes/text.d.ts +0 -33
- package/recipes/text.layered.css +0 -371
- package/recipes/text.layered.mjs +0 -110
- package/recipes/text.mjs +0 -110
- package/recipes/toggle-button.css +0 -167
- package/recipes/toggle-button.d.ts +0 -29
- package/recipes/toggle-button.layered.css +0 -239
- package/recipes/toggle-button.layered.mjs +0 -54
- package/recipes/toggle-button.mjs +0 -54
|
@@ -1,75 +1,33 @@
|
|
|
1
1
|
.seed-tag-group-item__root {
|
|
2
|
-
display:
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
3
4
|
align-items: center;
|
|
4
|
-
flex-shrink:
|
|
5
|
-
min-width: 0;
|
|
6
|
-
}
|
|
7
|
-
.seed-tag-group-item__label {
|
|
8
|
-
display: inline;
|
|
9
|
-
min-width: 0;
|
|
10
|
-
overflow: var(--tag-group-item-overflow);
|
|
11
|
-
text-overflow: var(--tag-group-item-text-overflow);
|
|
12
|
-
}
|
|
13
|
-
.seed-tag-group-item__label:not(:first-child) {
|
|
14
|
-
margin-left: var(--seed-dimension-x0_5);
|
|
15
|
-
}
|
|
16
|
-
.seed-tag-group-item__label:not(:last-child) {
|
|
17
|
-
margin-right: var(--seed-dimension-x0_5);
|
|
18
|
-
}
|
|
19
|
-
.seed-tag-group-item__root--size_t2 {
|
|
20
|
-
--seed-prefix-icon-size: var(--seed-dimension-x3);
|
|
21
|
-
--seed-suffix-icon-size: var(--seed-dimension-x3);
|
|
22
|
-
--seed-icon-size: var(--seed-dimension-x3);
|
|
5
|
+
flex-shrink: 0
|
|
23
6
|
}
|
|
24
7
|
.seed-tag-group-item__label--size_t2 {
|
|
25
8
|
font-size: var(--seed-font-size-t2);
|
|
26
|
-
line-height: var(--seed-line-height-t2)
|
|
27
|
-
}
|
|
28
|
-
.seed-tag-group-item__root--size_t3 {
|
|
29
|
-
--seed-prefix-icon-size: 13px;
|
|
30
|
-
--seed-suffix-icon-size: 13px;
|
|
31
|
-
--seed-icon-size: 13px;
|
|
9
|
+
line-height: var(--seed-line-height-t2)
|
|
32
10
|
}
|
|
33
11
|
.seed-tag-group-item__label--size_t3 {
|
|
34
12
|
font-size: var(--seed-font-size-t3);
|
|
35
|
-
line-height: var(--seed-line-height-t3)
|
|
36
|
-
}
|
|
37
|
-
.seed-tag-group-item__root--size_t4 {
|
|
38
|
-
--seed-prefix-icon-size: var(--seed-dimension-x3_5);
|
|
39
|
-
--seed-suffix-icon-size: var(--seed-dimension-x3_5);
|
|
40
|
-
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
13
|
+
line-height: var(--seed-line-height-t3)
|
|
41
14
|
}
|
|
42
15
|
.seed-tag-group-item__label--size_t4 {
|
|
43
16
|
font-size: var(--seed-font-size-t4);
|
|
44
|
-
line-height: var(--seed-line-height-t4)
|
|
17
|
+
line-height: var(--seed-line-height-t4)
|
|
45
18
|
}
|
|
46
19
|
.seed-tag-group-item__label--weight_regular {
|
|
47
|
-
font-weight: var(--seed-font-weight-regular)
|
|
20
|
+
font-weight: var(--seed-font-weight-regular)
|
|
48
21
|
}
|
|
49
22
|
.seed-tag-group-item__label--weight_bold {
|
|
50
|
-
font-weight: var(--seed-font-weight-bold)
|
|
51
|
-
}
|
|
52
|
-
.seed-tag-group-item__root--tone_neutralSubtle {
|
|
53
|
-
--seed-prefix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
54
|
-
--seed-suffix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
55
|
-
--seed-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
23
|
+
font-weight: var(--seed-font-weight-bold)
|
|
56
24
|
}
|
|
57
25
|
.seed-tag-group-item__label--tone_neutralSubtle {
|
|
58
|
-
color: var(--seed-color-fg-neutral-subtle)
|
|
59
|
-
}
|
|
60
|
-
.seed-tag-group-item__root--tone_neutral {
|
|
61
|
-
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
62
|
-
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
63
|
-
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
26
|
+
color: var(--seed-color-fg-neutral-subtle)
|
|
64
27
|
}
|
|
65
28
|
.seed-tag-group-item__label--tone_neutral {
|
|
66
|
-
color: var(--seed-color-fg-neutral)
|
|
67
|
-
}
|
|
68
|
-
.seed-tag-group-item__root--tone_brand {
|
|
69
|
-
--seed-prefix-icon-color: var(--seed-color-fg-brand);
|
|
70
|
-
--seed-suffix-icon-color: var(--seed-color-fg-brand);
|
|
71
|
-
--seed-icon-color: var(--seed-color-fg-brand);
|
|
29
|
+
color: var(--seed-color-fg-neutral)
|
|
72
30
|
}
|
|
73
31
|
.seed-tag-group-item__label--tone_brand {
|
|
74
|
-
color: var(--seed-color-fg-brand)
|
|
32
|
+
color: var(--seed-color-fg-brand)
|
|
75
33
|
}
|
|
@@ -1,30 +1,9 @@
|
|
|
1
1
|
@layer seed-components {
|
|
2
2
|
.seed-tag-group-item__root {
|
|
3
|
-
|
|
4
|
-
flex-shrink:
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
flex-shrink: 0;
|
|
5
5
|
align-items: center;
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.seed-tag-group-item__label {
|
|
10
|
-
min-width: 0;
|
|
11
|
-
overflow: var(--tag-group-item-overflow);
|
|
12
|
-
text-overflow: var(--tag-group-item-text-overflow);
|
|
13
|
-
display: inline;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.seed-tag-group-item__label:not(:first-child) {
|
|
17
|
-
margin-left: var(--seed-dimension-x0_5);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.seed-tag-group-item__label:not(:last-child) {
|
|
21
|
-
margin-right: var(--seed-dimension-x0_5);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.seed-tag-group-item__root--size_t2 {
|
|
25
|
-
--seed-prefix-icon-size: var(--seed-dimension-x3);
|
|
26
|
-
--seed-suffix-icon-size: var(--seed-dimension-x3);
|
|
27
|
-
--seed-icon-size: var(--seed-dimension-x3);
|
|
6
|
+
display: flex;
|
|
28
7
|
}
|
|
29
8
|
|
|
30
9
|
.seed-tag-group-item__label--size_t2 {
|
|
@@ -32,23 +11,11 @@
|
|
|
32
11
|
line-height: var(--seed-line-height-t2);
|
|
33
12
|
}
|
|
34
13
|
|
|
35
|
-
.seed-tag-group-item__root--size_t3 {
|
|
36
|
-
--seed-prefix-icon-size: 13px;
|
|
37
|
-
--seed-suffix-icon-size: 13px;
|
|
38
|
-
--seed-icon-size: 13px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
14
|
.seed-tag-group-item__label--size_t3 {
|
|
42
15
|
font-size: var(--seed-font-size-t3);
|
|
43
16
|
line-height: var(--seed-line-height-t3);
|
|
44
17
|
}
|
|
45
18
|
|
|
46
|
-
.seed-tag-group-item__root--size_t4 {
|
|
47
|
-
--seed-prefix-icon-size: var(--seed-dimension-x3_5);
|
|
48
|
-
--seed-suffix-icon-size: var(--seed-dimension-x3_5);
|
|
49
|
-
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
19
|
.seed-tag-group-item__label--size_t4 {
|
|
53
20
|
font-size: var(--seed-font-size-t4);
|
|
54
21
|
line-height: var(--seed-line-height-t4);
|
|
@@ -62,32 +29,14 @@
|
|
|
62
29
|
font-weight: var(--seed-font-weight-bold);
|
|
63
30
|
}
|
|
64
31
|
|
|
65
|
-
.seed-tag-group-item__root--tone_neutralSubtle {
|
|
66
|
-
--seed-prefix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
67
|
-
--seed-suffix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
68
|
-
--seed-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
32
|
.seed-tag-group-item__label--tone_neutralSubtle {
|
|
72
33
|
color: var(--seed-color-fg-neutral-subtle);
|
|
73
34
|
}
|
|
74
35
|
|
|
75
|
-
.seed-tag-group-item__root--tone_neutral {
|
|
76
|
-
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
77
|
-
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
78
|
-
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
36
|
.seed-tag-group-item__label--tone_neutral {
|
|
82
37
|
color: var(--seed-color-fg-neutral);
|
|
83
38
|
}
|
|
84
39
|
|
|
85
|
-
.seed-tag-group-item__root--tone_brand {
|
|
86
|
-
--seed-prefix-icon-color: var(--seed-color-fg-brand);
|
|
87
|
-
--seed-suffix-icon-color: var(--seed-color-fg-brand);
|
|
88
|
-
--seed-icon-color: var(--seed-color-fg-brand);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
40
|
.seed-tag-group-item__label--tone_brand {
|
|
92
41
|
color: var(--seed-color-fg-brand);
|
|
93
42
|
}
|
package/recipes/tag-group.css
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
+
.seed-tag-group__root {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
align-items: center;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
width: 100%
|
|
7
|
+
}
|
|
1
8
|
.seed-tag-group__separator {
|
|
2
9
|
color: var(--seed-color-palette-gray-600);
|
|
3
|
-
font-weight: var(--seed-font-weight-regular)
|
|
10
|
+
font-weight: var(--seed-font-weight-regular);
|
|
11
|
+
margin-left: var(--seed-dimension-x0_5);
|
|
12
|
+
margin-right: var(--seed-dimension-x0_5);
|
|
13
|
+
flex-shrink: 0
|
|
4
14
|
}
|
|
5
15
|
.seed-tag-group__separator--size_t2 {
|
|
6
16
|
font-size: var(--seed-font-size-t2);
|
|
@@ -13,30 +23,4 @@
|
|
|
13
23
|
.seed-tag-group__separator--size_t4 {
|
|
14
24
|
font-size: var(--seed-font-size-t4);
|
|
15
25
|
line-height: var(--seed-line-height-t4)
|
|
16
|
-
}
|
|
17
|
-
.seed-tag-group__root--truncate_true {
|
|
18
|
-
display: inline-flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
max-width: 100%;
|
|
21
|
-
--tag-group-item-display: inline-flex;
|
|
22
|
-
--tag-group-item-overflow: hidden;
|
|
23
|
-
--tag-group-item-text-overflow: ellipsis;
|
|
24
|
-
--tag-group-item-white-space: nowrap
|
|
25
|
-
}
|
|
26
|
-
.seed-tag-group__root--truncate_false {
|
|
27
|
-
display: inline-block;
|
|
28
|
-
font-size: 0;
|
|
29
|
-
--tag-group-item-display: inline;
|
|
30
|
-
--tag-group-item-overflow: visible;
|
|
31
|
-
--tag-group-item-text-overflow: clip;
|
|
32
|
-
--tag-group-item-white-space: normal
|
|
33
|
-
}
|
|
34
|
-
.seed-tag-group__root--size_t2-truncate_false {
|
|
35
|
-
line-height: var(--seed-line-height-t2)
|
|
36
|
-
}
|
|
37
|
-
.seed-tag-group__root--size_t3-truncate_false {
|
|
38
|
-
line-height: var(--seed-line-height-t3)
|
|
39
|
-
}
|
|
40
|
-
.seed-tag-group__root--size_t4-truncate_false {
|
|
41
|
-
line-height: var(--seed-line-height-t4)
|
|
42
26
|
}
|
package/recipes/tag-group.d.ts
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
@layer seed-components {
|
|
2
|
+
.seed-tag-group__root {
|
|
3
|
+
flex-flow: wrap;
|
|
4
|
+
align-items: center;
|
|
5
|
+
width: 100%;
|
|
6
|
+
display: flex;
|
|
7
|
+
}
|
|
8
|
+
|
|
2
9
|
.seed-tag-group__separator {
|
|
3
10
|
color: var(--seed-color-palette-gray-600);
|
|
4
11
|
font-weight: var(--seed-font-weight-regular);
|
|
12
|
+
margin-left: var(--seed-dimension-x0_5);
|
|
13
|
+
margin-right: var(--seed-dimension-x0_5);
|
|
14
|
+
flex-shrink: 0;
|
|
5
15
|
}
|
|
6
16
|
|
|
7
17
|
.seed-tag-group__separator--size_t2 {
|
|
@@ -18,35 +28,4 @@
|
|
|
18
28
|
font-size: var(--seed-font-size-t4);
|
|
19
29
|
line-height: var(--seed-line-height-t4);
|
|
20
30
|
}
|
|
21
|
-
|
|
22
|
-
.seed-tag-group__root--truncate_true {
|
|
23
|
-
--tag-group-item-display: inline-flex;
|
|
24
|
-
--tag-group-item-overflow: hidden;
|
|
25
|
-
--tag-group-item-text-overflow: ellipsis;
|
|
26
|
-
--tag-group-item-white-space: nowrap;
|
|
27
|
-
align-items: center;
|
|
28
|
-
max-width: 100%;
|
|
29
|
-
display: inline-flex;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.seed-tag-group__root--truncate_false {
|
|
33
|
-
--tag-group-item-display: inline;
|
|
34
|
-
--tag-group-item-overflow: visible;
|
|
35
|
-
--tag-group-item-text-overflow: clip;
|
|
36
|
-
--tag-group-item-white-space: normal;
|
|
37
|
-
font-size: 0;
|
|
38
|
-
display: inline-block;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.seed-tag-group__root--size_t2-truncate_false {
|
|
42
|
-
line-height: var(--seed-line-height-t2);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.seed-tag-group__root--size_t3-truncate_false {
|
|
46
|
-
line-height: var(--seed-line-height-t3);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.seed-tag-group__root--size_t4-truncate_false {
|
|
50
|
-
line-height: var(--seed-line-height-t4);
|
|
51
|
-
}
|
|
52
31
|
}
|
|
@@ -13,34 +13,16 @@ const tagGroupSlotNames = [
|
|
|
13
13
|
];
|
|
14
14
|
|
|
15
15
|
const defaultVariant = {
|
|
16
|
-
"size": "t2"
|
|
17
|
-
"truncate": false
|
|
16
|
+
"size": "t2"
|
|
18
17
|
};
|
|
19
18
|
|
|
20
|
-
const compoundVariants = [
|
|
21
|
-
{
|
|
22
|
-
"size": "t2",
|
|
23
|
-
"truncate": false
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"size": "t3",
|
|
27
|
-
"truncate": false
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"size": "t4",
|
|
31
|
-
"truncate": false
|
|
32
|
-
}
|
|
33
|
-
];
|
|
19
|
+
const compoundVariants = [];
|
|
34
20
|
|
|
35
21
|
export const tagGroupVariantMap = {
|
|
36
22
|
"size": [
|
|
37
23
|
"t2",
|
|
38
24
|
"t3",
|
|
39
25
|
"t4"
|
|
40
|
-
],
|
|
41
|
-
"truncate": [
|
|
42
|
-
true,
|
|
43
|
-
false
|
|
44
26
|
]
|
|
45
27
|
};
|
|
46
28
|
|
package/recipes/tag-group.mjs
CHANGED
|
@@ -13,34 +13,16 @@ const tagGroupSlotNames = [
|
|
|
13
13
|
];
|
|
14
14
|
|
|
15
15
|
const defaultVariant = {
|
|
16
|
-
"size": "t2"
|
|
17
|
-
"truncate": false
|
|
16
|
+
"size": "t2"
|
|
18
17
|
};
|
|
19
18
|
|
|
20
|
-
const compoundVariants = [
|
|
21
|
-
{
|
|
22
|
-
"size": "t2",
|
|
23
|
-
"truncate": false
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"size": "t3",
|
|
27
|
-
"truncate": false
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"size": "t4",
|
|
31
|
-
"truncate": false
|
|
32
|
-
}
|
|
33
|
-
];
|
|
19
|
+
const compoundVariants = [];
|
|
34
20
|
|
|
35
21
|
export const tagGroupVariantMap = {
|
|
36
22
|
"size": [
|
|
37
23
|
"t2",
|
|
38
24
|
"t3",
|
|
39
25
|
"t4"
|
|
40
|
-
],
|
|
41
|
-
"truncate": [
|
|
42
|
-
true,
|
|
43
|
-
false
|
|
44
26
|
]
|
|
45
27
|
};
|
|
46
28
|
|
|
@@ -45,7 +45,6 @@ export declare const vars: {
|
|
|
45
45
|
},
|
|
46
46
|
/**
|
|
47
47
|
* - `variant=square`: 필수 선택 항목이고 사용자가 해당 내용을 인지해야 하는 경우 사용합니다.
|
|
48
|
-
* - `tone=brand`: [deprecated] 주요 버튼 등의 핵심 액션과 시각적으로 충돌하기에 더 이상 사용하지 않습니다.
|
|
49
48
|
*/
|
|
50
49
|
"variantSquareToneBrand": {
|
|
51
50
|
"enabledSelected": {
|
|
@@ -109,7 +108,6 @@ export declare const vars: {
|
|
|
109
108
|
},
|
|
110
109
|
/**
|
|
111
110
|
* - `variant=ghost`: 필수 선택 항목이 아니고, 3개 이하 항목으로 구성되는 경우 사용하는 것을 권장합니다.
|
|
112
|
-
* - `tone=brand`: [deprecated] 주요 버튼 등의 핵심 액션과 시각적으로 충돌하기에 더 이상 사용하지 않습니다.
|
|
113
111
|
*/
|
|
114
112
|
"variantGhostToneBrand": {
|
|
115
113
|
"enabledSelected": {
|
|
@@ -73,5 +73,7 @@ export { vars as tagGroup } from "./tag-group";
|
|
|
73
73
|
export { vars as textButton } from "./text-button";
|
|
74
74
|
export { vars as textInput } from "./text-input";
|
|
75
75
|
export { vars as toggleButton } from "./toggle-button";
|
|
76
|
+
export { vars as topNavigationIconButton } from "./top-navigation-icon-button";
|
|
77
|
+
export { vars as topNavigationTextButton } from "./top-navigation-text-button";
|
|
76
78
|
export { vars as topNavigation } from "./top-navigation";
|
|
77
79
|
export { vars as typography } from "./typography";
|
package/vars/component/index.mjs
CHANGED
|
@@ -73,5 +73,7 @@ export { vars as tagGroup } from "./tag-group.mjs";
|
|
|
73
73
|
export { vars as textButton } from "./text-button.mjs";
|
|
74
74
|
export { vars as textInput } from "./text-input.mjs";
|
|
75
75
|
export { vars as toggleButton } from "./toggle-button.mjs";
|
|
76
|
+
export { vars as topNavigationIconButton } from "./top-navigation-icon-button.mjs";
|
|
77
|
+
export { vars as topNavigationTextButton } from "./top-navigation-text-button.mjs";
|
|
76
78
|
export { vars as topNavigation } from "./top-navigation.mjs";
|
|
77
79
|
export { vars as typography } from "./typography.mjs";
|
|
@@ -10,11 +10,12 @@ export declare const vars: {
|
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
/**
|
|
13
|
-
* 라벨을 포함해 구체적인 알림 수나 상태 정보를 제공합니다.
|
|
13
|
+
* 라벨을 포함해 구체적인 알림 수나 상태 정보를 제공합니다. 세부 정보가 중요하고 충분한 공간이 있을 때 사용합니다. 내부 라벨을 반드시 포함해야 합니다.
|
|
14
14
|
*/
|
|
15
15
|
"sizeLarge": {
|
|
16
16
|
"enabled": {
|
|
17
17
|
"root": {
|
|
18
|
+
"minWidth": "18px",
|
|
18
19
|
"minHeight": "18px",
|
|
19
20
|
"paddingX": "var(--seed-dimension-x1)",
|
|
20
21
|
"paddingY": "0px",
|
|
@@ -24,14 +25,14 @@ export declare const vars: {
|
|
|
24
25
|
"textAttachedGap": "2px"
|
|
25
26
|
},
|
|
26
27
|
"label": {
|
|
27
|
-
"fontSize": "var(--seed-font-size-t1)",
|
|
28
|
-
"lineHeight": "var(--seed-line-height-t1)",
|
|
28
|
+
"fontSize": "var(--seed-font-size-t1-static)",
|
|
29
|
+
"lineHeight": "var(--seed-line-height-t1-static)",
|
|
29
30
|
"fontWeight": "var(--seed-font-weight-bold)"
|
|
30
31
|
}
|
|
31
32
|
}
|
|
32
33
|
},
|
|
33
34
|
/**
|
|
34
|
-
* 간결한 도트 형태로, 텍스트 없이 상태 변화만 표시합니다.
|
|
35
|
+
* 간결한 도트 형태로, 텍스트 없이 상태 변화만 표시합니다. 알림의 존재 여부만 중요하거나 공간이 제한된 경우에 적합합니다. 내부 라벨은 지원하지 않습니다.
|
|
35
36
|
*/
|
|
36
37
|
"sizeSmall": {
|
|
37
38
|
"enabled": {
|
|
@@ -12,6 +12,7 @@ export const vars = {
|
|
|
12
12
|
"sizeLarge": {
|
|
13
13
|
"enabled": {
|
|
14
14
|
"root": {
|
|
15
|
+
"minWidth": "18px",
|
|
15
16
|
"minHeight": "18px",
|
|
16
17
|
"paddingX": "var(--seed-dimension-x1)",
|
|
17
18
|
"paddingY": "0px",
|
|
@@ -21,8 +22,8 @@ export const vars = {
|
|
|
21
22
|
"textAttachedGap": "2px"
|
|
22
23
|
},
|
|
23
24
|
"label": {
|
|
24
|
-
"fontSize": "var(--seed-font-size-t1)",
|
|
25
|
-
"lineHeight": "var(--seed-line-height-t1)",
|
|
25
|
+
"fontSize": "var(--seed-font-size-t1-static)",
|
|
26
|
+
"lineHeight": "var(--seed-line-height-t1-static)",
|
|
26
27
|
"fontWeight": "var(--seed-font-weight-bold)"
|
|
27
28
|
}
|
|
28
29
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"size": "44px"
|
|
6
|
+
},
|
|
7
|
+
"icon": {
|
|
8
|
+
"size": "24px"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"toneLayer": {
|
|
13
|
+
"enabled": {
|
|
14
|
+
"icon": {
|
|
15
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"disabled": {
|
|
19
|
+
"icon": {
|
|
20
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"toneTransparent": {
|
|
25
|
+
"enabled": {
|
|
26
|
+
"icon": {
|
|
27
|
+
"color": "var(--seed-color-palette-static-white)"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"disabled": {
|
|
31
|
+
"icon": {
|
|
32
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"size": "44px"
|
|
6
|
+
},
|
|
7
|
+
"icon": {
|
|
8
|
+
"size": "24px"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"toneLayer": {
|
|
13
|
+
"enabled": {
|
|
14
|
+
"icon": {
|
|
15
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"disabled": {
|
|
19
|
+
"icon": {
|
|
20
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"toneTransparent": {
|
|
25
|
+
"enabled": {
|
|
26
|
+
"icon": {
|
|
27
|
+
"color": "var(--seed-color-palette-static-white)"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"disabled": {
|
|
31
|
+
"icon": {
|
|
32
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"height": "44px",
|
|
6
|
+
"paddingX": "var(--seed-dimension-x2_5)"
|
|
7
|
+
},
|
|
8
|
+
"label": {
|
|
9
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
10
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
11
|
+
"fontWeight": "var(--seed-font-weight-medium)",
|
|
12
|
+
"maxFontSizeScale": "1.2",
|
|
13
|
+
"minFontSizeScale": "1",
|
|
14
|
+
"maxLineHeightScale": "1.2",
|
|
15
|
+
"minLineHeightScale": "1"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"toneLayer": {
|
|
20
|
+
"enabled": {
|
|
21
|
+
"label": {
|
|
22
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"disabled": {
|
|
26
|
+
"label": {
|
|
27
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"toneTransparent": {
|
|
32
|
+
"enabled": {
|
|
33
|
+
"label": {
|
|
34
|
+
"color": "var(--seed-color-palette-static-white)"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"disabled": {
|
|
38
|
+
"label": {
|
|
39
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"themeIos": {
|
|
44
|
+
"enabled": {
|
|
45
|
+
"root": {
|
|
46
|
+
/** 버튼 레이블이 길어졌을 때 ellipsis 말줄임을 시작할 최대 너비입니다. Top Navigation main slot이 충분한 공간을 차지할 수 있도록 하기 위해 폰트 스케일링의 영향을 받지 않는 px 값을 사용합니다. */
|
|
47
|
+
"maxWidth": "96px"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"themeAndroid": {}
|
|
52
|
+
}
|