@seed-design/css 1.2.3 → 1.2.4
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 +1012 -172
- package/all.layered.css +9070 -0
- package/all.layered.min.css +1 -0
- package/all.min.css +1 -1
- package/base.css +4 -0
- package/base.layered.css +858 -0
- package/base.layered.min.css +1 -0
- package/base.min.css +1 -1
- package/package.json +11 -2
- package/recipes/action-button.css +69 -17
- package/recipes/action-button.layered.css +421 -0
- package/recipes/action-button.layered.mjs +79 -0
- package/recipes/action-chip.layered.css +84 -0
- package/recipes/action-chip.layered.mjs +51 -0
- package/recipes/action-sheet-item.layered.css +38 -0
- package/recipes/action-sheet-item.layered.mjs +29 -0
- package/recipes/action-sheet.layered.css +134 -0
- package/recipes/action-sheet.layered.mjs +60 -0
- package/recipes/app-bar-main.layered.css +165 -0
- package/recipes/app-bar-main.layered.mjs +63 -0
- package/recipes/app-bar.css +8 -0
- package/recipes/app-bar.layered.css +302 -0
- package/recipes/app-bar.layered.mjs +70 -0
- package/recipes/app-screen.layered.css +332 -0
- package/recipes/app-screen.layered.mjs +98 -0
- package/recipes/article.layered.css +12 -0
- package/recipes/article.layered.mjs +22 -0
- package/recipes/aspect-ratio.layered.css +26 -0
- package/recipes/aspect-ratio.layered.mjs +22 -0
- package/recipes/avatar-stack.layered.css +94 -0
- package/recipes/avatar-stack.layered.mjs +50 -0
- package/recipes/avatar.layered.css +222 -0
- package/recipes/avatar.layered.mjs +65 -0
- package/recipes/badge.layered.css +140 -0
- package/recipes/badge.layered.mjs +131 -0
- package/recipes/bottom-sheet-handle.css +9 -2
- package/recipes/bottom-sheet-handle.layered.css +36 -0
- package/recipes/bottom-sheet-handle.layered.mjs +36 -0
- package/recipes/bottom-sheet.css +11 -0
- package/recipes/bottom-sheet.layered.css +224 -0
- package/recipes/bottom-sheet.layered.mjs +75 -0
- package/recipes/callout.css +77 -12
- package/recipes/callout.layered.css +242 -0
- package/recipes/callout.layered.mjs +63 -0
- package/recipes/checkbox-group.layered.css +7 -0
- package/recipes/checkbox-group.layered.mjs +22 -0
- package/recipes/checkbox.layered.css +54 -0
- package/recipes/checkbox.layered.mjs +48 -0
- package/recipes/checkmark.css +61 -13
- package/recipes/checkmark.layered.css +187 -0
- package/recipes/checkmark.layered.mjs +86 -0
- package/recipes/chip-tabs.css +62 -14
- package/recipes/chip-tabs.layered.css +254 -0
- package/recipes/chip-tabs.layered.mjs +75 -0
- package/recipes/chip.css +60 -15
- package/recipes/chip.layered.css +272 -0
- package/recipes/chip.layered.mjs +80 -0
- package/recipes/contextual-floating-button.css +24 -7
- package/recipes/contextual-floating-button.layered.css +130 -0
- package/recipes/contextual-floating-button.layered.mjs +34 -0
- package/recipes/control-chip.layered.css +99 -0
- package/recipes/control-chip.layered.mjs +51 -0
- package/recipes/dialog.layered.css +111 -0
- package/recipes/dialog.layered.mjs +66 -0
- package/recipes/extended-action-sheet-item.layered.css +38 -0
- package/recipes/extended-action-sheet-item.layered.mjs +29 -0
- package/recipes/extended-action-sheet.layered.css +132 -0
- package/recipes/extended-action-sheet.layered.mjs +64 -0
- package/recipes/extended-fab.layered.css +79 -0
- package/recipes/extended-fab.layered.mjs +34 -0
- package/recipes/fab.layered.css +37 -0
- package/recipes/fab.layered.mjs +22 -0
- package/recipes/field-label.layered.css +35 -0
- package/recipes/field-label.layered.mjs +47 -0
- package/recipes/field.layered.css +81 -0
- package/recipes/field.layered.mjs +60 -0
- package/recipes/floating-action-button.css +15 -5
- package/recipes/floating-action-button.layered.css +101 -0
- package/recipes/floating-action-button.layered.mjs +47 -0
- package/recipes/help-bubble.css +8 -0
- package/recipes/help-bubble.layered.css +104 -0
- package/recipes/help-bubble.layered.mjs +60 -0
- package/recipes/identity-placeholder.css +2 -2
- package/recipes/identity-placeholder.d.ts +1 -1
- package/recipes/identity-placeholder.layered.css +22 -0
- package/recipes/identity-placeholder.layered.mjs +43 -0
- package/recipes/identity-placeholder.mjs +2 -1
- package/recipes/image-frame-icon.layered.css +8 -0
- package/recipes/image-frame-icon.layered.mjs +22 -0
- package/recipes/image-frame-indicator.layered.css +18 -0
- package/recipes/image-frame-indicator.layered.mjs +22 -0
- package/recipes/image-frame-reaction-button.css +9 -1
- package/recipes/image-frame-reaction-button.layered.css +43 -0
- package/recipes/image-frame-reaction-button.layered.mjs +22 -0
- package/recipes/image-frame.layered.css +28 -0
- package/recipes/image-frame.layered.mjs +34 -0
- package/recipes/inline-banner.layered.css +161 -0
- package/recipes/inline-banner.layered.mjs +64 -0
- package/recipes/input-button.css +27 -5
- package/recipes/input-button.layered.css +167 -0
- package/recipes/input-button.layered.mjs +64 -0
- package/recipes/link-content.layered.css +48 -0
- package/recipes/link-content.layered.mjs +35 -0
- package/recipes/list-header.layered.css +26 -0
- package/recipes/list-header.layered.mjs +29 -0
- package/recipes/list-item.css +63 -17
- package/recipes/list-item.layered.css +187 -0
- package/recipes/list-item.layered.mjs +59 -0
- package/recipes/manner-temp-badge.layered.css +72 -0
- package/recipes/manner-temp-badge.layered.mjs +37 -0
- package/recipes/manner-temp.layered.css +57 -0
- package/recipes/manner-temp.layered.mjs +37 -0
- package/recipes/menu-sheet-item.css +24 -3
- package/recipes/menu-sheet-item.layered.css +102 -0
- package/recipes/menu-sheet-item.layered.mjs +56 -0
- package/recipes/menu-sheet.css +18 -3
- package/recipes/menu-sheet.layered.css +167 -0
- package/recipes/menu-sheet.layered.mjs +74 -0
- package/recipes/notification-badge-positioner.layered.css +35 -0
- package/recipes/notification-badge-positioner.layered.mjs +51 -0
- package/recipes/notification-badge.layered.css +33 -0
- package/recipes/notification-badge.layered.mjs +29 -0
- package/recipes/page-banner.css +122 -22
- package/recipes/page-banner.layered.css +361 -0
- package/recipes/page-banner.layered.mjs +117 -0
- package/recipes/progress-circle.layered.css +52 -0
- package/recipes/progress-circle.layered.mjs +55 -0
- package/recipes/pull-to-refresh.layered.css +19 -0
- package/recipes/pull-to-refresh.layered.mjs +36 -0
- package/recipes/radio-group.layered.css +7 -0
- package/recipes/radio-group.layered.mjs +22 -0
- package/recipes/radio.layered.css +54 -0
- package/recipes/radio.layered.mjs +48 -0
- package/recipes/radiomark.css +34 -7
- package/recipes/radiomark.layered.css +132 -0
- package/recipes/radiomark.layered.mjs +48 -0
- package/recipes/reaction-button.css +24 -7
- package/recipes/reaction-button.layered.css +124 -0
- package/recipes/reaction-button.layered.mjs +29 -0
- package/recipes/scroll-fog.layered.css +27 -0
- package/recipes/scroll-fog.layered.mjs +28 -0
- package/recipes/segmented-control.css +31 -7
- package/recipes/segmented-control.layered.css +108 -0
- package/recipes/segmented-control.layered.mjs +40 -0
- package/recipes/select-box-group.layered.css +13 -0
- package/recipes/select-box-group.layered.mjs +22 -0
- package/recipes/select-box.css +19 -3
- package/recipes/select-box.layered.css +148 -0
- package/recipes/select-box.layered.mjs +63 -0
- package/recipes/selectBoxCheckmark.css +9 -2
- package/recipes/selectBoxCheckmark.layered.css +42 -0
- package/recipes/selectBoxCheckmark.layered.mjs +36 -0
- package/recipes/skeleton.layered.css +56 -0
- package/recipes/skeleton.layered.mjs +36 -0
- package/recipes/slider-marker.layered.css +54 -0
- package/recipes/slider-marker.layered.mjs +30 -0
- package/recipes/slider-tick.layered.css +25 -0
- package/recipes/slider-tick.layered.mjs +29 -0
- package/recipes/slider.css +25 -1
- package/recipes/slider.layered.css +238 -0
- package/recipes/slider.layered.mjs +68 -0
- package/recipes/snackbar-region.layered.css +18 -0
- package/recipes/snackbar-region.layered.mjs +22 -0
- package/recipes/snackbar.css +20 -1
- package/recipes/snackbar.layered.css +126 -0
- package/recipes/snackbar.layered.mjs +56 -0
- package/recipes/switch.layered.css +62 -0
- package/recipes/switch.layered.mjs +44 -0
- package/recipes/switchmark.css +9 -1
- package/recipes/switchmark.layered.css +100 -0
- package/recipes/switchmark.layered.mjs +49 -0
- package/recipes/tabs.css +9 -0
- package/recipes/tabs.layered.css +211 -0
- package/recipes/tabs.layered.mjs +78 -0
- package/recipes/tag-group-item.layered.css +98 -0
- package/recipes/tag-group-item.layered.mjs +55 -0
- package/recipes/tag-group.layered.css +58 -0
- package/recipes/tag-group.layered.mjs +62 -0
- package/recipes/text-input.css +1 -0
- package/recipes/text-input.layered.css +236 -0
- package/recipes/text-input.layered.mjs +73 -0
- package/recipes/text.layered.css +364 -0
- package/recipes/text.layered.mjs +90 -0
- package/recipes/toggle-button.css +42 -11
- package/recipes/toggle-button.layered.css +183 -0
- package/recipes/toggle-button.layered.mjs +34 -0
- package/vars/color/stroke.d.ts +2 -1
- package/vars/color/stroke.mjs +2 -1
- package/vars/component/identity-placeholder.d.ts +2 -2
- package/vars/component/identity-placeholder.mjs +2 -2
- package/vars/component/image-frame-floater.d.ts +1 -1
- package/vars/component/image-frame.d.ts +11 -17
- package/vars/component/image-frame.mjs +7 -12
- package/vars/component/index.d.ts +1 -0
- package/vars/component/index.mjs +1 -0
- package/vars/component/list-item.d.ts +1 -1
- package/vars/component/list-item.mjs +1 -1
- package/vars/component/segmented-control-indicator.d.ts +24 -0
- package/vars/component/segmented-control-indicator.mjs +24 -0
- package/vars/component/segmented-control-item.d.ts +3 -11
- package/vars/component/segmented-control-item.mjs +3 -11
- package/vars/component/segmented-control.d.ts +0 -8
- package/vars/component/segmented-control.mjs +0 -8
- package/vars/component/slider.d.ts +3 -1
- package/vars/component/slider.mjs +3 -1
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
@layer seed-components {
|
|
2
|
+
.seed-chip__root {
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
text-transform: none;
|
|
6
|
+
text-align: start;
|
|
7
|
+
white-space: nowrap;
|
|
8
|
+
-webkit-font-smoothing: antialiased;
|
|
9
|
+
-moz-osx-font-smoothing: grayscale;
|
|
10
|
+
border-radius: var(--seed-radius-full);
|
|
11
|
+
transition-duration: var(--seed-duration-color-transition);
|
|
12
|
+
transition-timing-function: var(--seed-timing-function-easing);
|
|
13
|
+
outline: var(--seed-dimension-x0_5) solid transparent;
|
|
14
|
+
outline-offset: var(--seed-dimension-x0_5);
|
|
15
|
+
border: none;
|
|
16
|
+
flex-shrink: 0;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
align-items: center;
|
|
19
|
+
font-family: inherit;
|
|
20
|
+
line-height: 1;
|
|
21
|
+
transition-property: background-color, color, border-color, box-shadow, outline-color;
|
|
22
|
+
display: inline-flex;
|
|
23
|
+
position: relative;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.seed-chip__root:is(:focus-visible, [data-focus-visible]) {
|
|
27
|
+
outline: var(--seed-dimension-x0_5) solid var(--seed-color-stroke-focus-ring);
|
|
28
|
+
outline-offset: var(--seed-dimension-x0_5);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.seed-chip__root:is(:disabled, [disabled], [data-disabled]) {
|
|
32
|
+
cursor: not-allowed;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.seed-chip__label {
|
|
36
|
+
font-weight: var(--seed-font-weight-medium);
|
|
37
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
38
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
39
|
+
justify-content: center;
|
|
40
|
+
align-items: center;
|
|
41
|
+
display: inline-flex;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.seed-chip__prefixIcon {
|
|
45
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
46
|
+
flex-shrink: 0;
|
|
47
|
+
align-items: center;
|
|
48
|
+
display: inline-flex;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.seed-chip__prefixAvatar {
|
|
52
|
+
flex-shrink: 0;
|
|
53
|
+
align-items: center;
|
|
54
|
+
display: inline-flex;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.seed-chip__suffixIcon {
|
|
58
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
59
|
+
flex-shrink: 0;
|
|
60
|
+
align-items: center;
|
|
61
|
+
display: inline-flex;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.seed-chip__root--variant_solid {
|
|
65
|
+
background: var(--seed-color-bg-neutral-weak-alpha);
|
|
66
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.seed-chip__root--variant_solid:is(:checked, [data-checked]) {
|
|
70
|
+
box-shadow: none;
|
|
71
|
+
background: var(--seed-color-bg-neutral-inverted);
|
|
72
|
+
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@media (hover: hover) {
|
|
76
|
+
.seed-chip__root--variant_solid:is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
77
|
+
background: var(--seed-color-bg-neutral-weak-alpha-pressed);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (hover: none) {
|
|
82
|
+
.seed-chip__root--variant_solid:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
83
|
+
background: var(--seed-color-bg-neutral-weak-alpha-pressed);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@media (hover: hover) {
|
|
88
|
+
.seed-chip__root--variant_solid:is(:checked, [data-checked]):is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
89
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@media (hover: none) {
|
|
94
|
+
.seed-chip__root--variant_solid:is(:checked, [data-checked]):is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
95
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.seed-chip__root--variant_solid:is(:disabled, [disabled], [data-disabled]) {
|
|
100
|
+
opacity: .5;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.seed-chip__label--variant_solid {
|
|
104
|
+
color: var(--seed-color-fg-neutral);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.seed-chip__label--variant_solid:is(:checked, [data-checked]) {
|
|
108
|
+
color: var(--seed-color-fg-neutral-inverted);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.seed-chip__prefixIcon--variant_solid, .seed-chip__suffixIcon--variant_solid {
|
|
112
|
+
color: var(--seed-color-fg-neutral);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.seed-chip__root--variant_outlineStrong {
|
|
116
|
+
background: var(--seed-color-bg-transparent);
|
|
117
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
118
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@media (hover: hover) {
|
|
122
|
+
.seed-chip__root--variant_outlineStrong:is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
123
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@media (hover: none) {
|
|
128
|
+
.seed-chip__root--variant_outlineStrong:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
129
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.seed-chip__root--variant_outlineStrong:is(:checked, [data-checked]) {
|
|
134
|
+
background: var(--seed-color-bg-neutral-inverted);
|
|
135
|
+
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
@media (hover: hover) {
|
|
139
|
+
.seed-chip__root--variant_outlineStrong:is(:checked, [data-checked]):is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
140
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@media (hover: none) {
|
|
145
|
+
.seed-chip__root--variant_outlineStrong:is(:checked, [data-checked]):is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
146
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.seed-chip__root--variant_outlineStrong:is(:disabled, [disabled], [data-disabled]) {
|
|
151
|
+
opacity: .5;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.seed-chip__label--variant_outlineStrong {
|
|
155
|
+
color: var(--seed-color-fg-neutral);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.seed-chip__label--variant_outlineStrong:is(:checked, [data-checked]) {
|
|
159
|
+
color: var(--seed-color-fg-neutral-inverted);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.seed-chip__prefixIcon--variant_outlineStrong, .seed-chip__suffixIcon--variant_outlineStrong {
|
|
163
|
+
color: var(--seed-color-fg-neutral);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.seed-chip__root--variant_outlineWeak {
|
|
167
|
+
background: var(--seed-color-bg-transparent);
|
|
168
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
169
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@media (hover: hover) {
|
|
173
|
+
.seed-chip__root--variant_outlineWeak:is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
174
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@media (hover: none) {
|
|
179
|
+
.seed-chip__root--variant_outlineWeak:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
180
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.seed-chip__root--variant_outlineWeak:is(:checked, [data-checked]) {
|
|
185
|
+
background: var(--seed-color-bg-neutral-weak);
|
|
186
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-contrast);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
@media (hover: hover) {
|
|
190
|
+
.seed-chip__root--variant_outlineWeak:is(:checked, [data-checked]):is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
191
|
+
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
@media (hover: none) {
|
|
196
|
+
.seed-chip__root--variant_outlineWeak:is(:checked, [data-checked]):is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
197
|
+
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.seed-chip__root--variant_outlineWeak:is(:disabled, [disabled], [data-disabled]) {
|
|
202
|
+
opacity: .5;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.seed-chip__label--variant_outlineWeak, .seed-chip__prefixIcon--variant_outlineWeak, .seed-chip__suffixIcon--variant_outlineWeak {
|
|
206
|
+
color: var(--seed-color-fg-neutral);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.seed-chip__root--size_large {
|
|
210
|
+
height: 40px;
|
|
211
|
+
padding-left: var(--seed-dimension-x2_5);
|
|
212
|
+
padding-right: var(--seed-dimension-x2_5);
|
|
213
|
+
--seed-icon-size: var(--seed-dimension-x4);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.seed-chip__label--size_large {
|
|
217
|
+
font-size: var(--seed-font-size-t4);
|
|
218
|
+
line-height: var(--seed-line-height-t4);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.seed-chip__prefixIcon--size_large, .seed-chip__suffixIcon--size_large {
|
|
222
|
+
--seed-icon-size: var(--seed-dimension-x4);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.seed-chip__root--size_medium {
|
|
226
|
+
height: 36px;
|
|
227
|
+
padding-left: var(--seed-dimension-x2);
|
|
228
|
+
padding-right: var(--seed-dimension-x2);
|
|
229
|
+
--seed-icon-size: var(--seed-dimension-x4);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.seed-chip__label--size_medium {
|
|
233
|
+
font-size: var(--seed-font-size-t4);
|
|
234
|
+
line-height: var(--seed-line-height-t4);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.seed-chip__prefixIcon--size_medium {
|
|
238
|
+
--seed-icon-size: var(--seed-dimension-x4);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.seed-chip__suffixIcon--size_medium {
|
|
242
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.seed-chip__root--size_small {
|
|
246
|
+
height: 32px;
|
|
247
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
248
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
249
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.seed-chip__label--size_small {
|
|
253
|
+
font-size: var(--seed-font-size-t4);
|
|
254
|
+
line-height: var(--seed-line-height-t4);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.seed-chip__prefixIcon--size_small, .seed-chip__suffixIcon--size_small {
|
|
258
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.seed-chip__root--size_small-layout_iconOnly {
|
|
262
|
+
min-width: var(--seed-dimension-x8);
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.seed-chip__root--size_medium-layout_iconOnly {
|
|
266
|
+
min-width: var(--seed-dimension-x9);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.seed-chip__root--size_large-layout_iconOnly {
|
|
270
|
+
min-width: var(--seed-dimension-x10);
|
|
271
|
+
}
|
|
272
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import './chip.layered.css';
|
|
2
|
+
import { createClassName, mergeVariants, splitVariantProps } from "./shared.mjs";
|
|
3
|
+
|
|
4
|
+
const chipSlotNames = [
|
|
5
|
+
[
|
|
6
|
+
"root",
|
|
7
|
+
"seed-chip__root"
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
"label",
|
|
11
|
+
"seed-chip__label"
|
|
12
|
+
],
|
|
13
|
+
[
|
|
14
|
+
"prefixIcon",
|
|
15
|
+
"seed-chip__prefixIcon"
|
|
16
|
+
],
|
|
17
|
+
[
|
|
18
|
+
"suffixIcon",
|
|
19
|
+
"seed-chip__suffixIcon"
|
|
20
|
+
],
|
|
21
|
+
[
|
|
22
|
+
"prefixAvatar",
|
|
23
|
+
"seed-chip__prefixAvatar"
|
|
24
|
+
]
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const defaultVariant = {
|
|
28
|
+
"variant": "solid",
|
|
29
|
+
"size": "medium",
|
|
30
|
+
"layout": "withText"
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const compoundVariants = [
|
|
34
|
+
{
|
|
35
|
+
"size": "small",
|
|
36
|
+
"layout": "iconOnly"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"size": "medium",
|
|
40
|
+
"layout": "iconOnly"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"size": "large",
|
|
44
|
+
"layout": "iconOnly"
|
|
45
|
+
}
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
export const chipVariantMap = {
|
|
49
|
+
"variant": [
|
|
50
|
+
"solid",
|
|
51
|
+
"outlineStrong",
|
|
52
|
+
"outlineWeak"
|
|
53
|
+
],
|
|
54
|
+
"size": [
|
|
55
|
+
"large",
|
|
56
|
+
"medium",
|
|
57
|
+
"small"
|
|
58
|
+
],
|
|
59
|
+
"layout": [
|
|
60
|
+
"iconOnly",
|
|
61
|
+
"withText"
|
|
62
|
+
]
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export const chipVariantKeys = Object.keys(chipVariantMap);
|
|
66
|
+
|
|
67
|
+
export function chip(props) {
|
|
68
|
+
return Object.fromEntries(
|
|
69
|
+
chipSlotNames.map(([slot, className]) => {
|
|
70
|
+
return [
|
|
71
|
+
slot,
|
|
72
|
+
createClassName(className, mergeVariants(defaultVariant, props), compoundVariants),
|
|
73
|
+
];
|
|
74
|
+
}),
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
Object.assign(chip, { splitVariantProps: (props) => splitVariantProps(props, chipVariantMap) });
|
|
79
|
+
|
|
80
|
+
// @recipe(seed): chip
|
|
@@ -10,9 +10,12 @@
|
|
|
10
10
|
-moz-osx-font-smoothing: grayscale;
|
|
11
11
|
text-decoration: none;
|
|
12
12
|
font-family: inherit;
|
|
13
|
+
outline: var(--seed-dimension-x0_5) solid transparent;
|
|
14
|
+
outline-offset: var(--seed-dimension-x0_5);
|
|
13
15
|
}
|
|
14
|
-
.seed-contextual-floating-button:is(:focus, [data-focus]) {
|
|
15
|
-
outline:
|
|
16
|
+
.seed-contextual-floating-button:is(:focus-visible, [data-focus-visible]) {
|
|
17
|
+
outline: var(--seed-dimension-x0_5) solid var(--seed-color-stroke-focus-ring);
|
|
18
|
+
outline-offset: var(--seed-dimension-x0_5);
|
|
16
19
|
}
|
|
17
20
|
.seed-contextual-floating-button:is(:disabled, [disabled], [data-disabled]) {
|
|
18
21
|
cursor: not-allowed;
|
|
@@ -38,7 +41,7 @@
|
|
|
38
41
|
--seed-icon-size: 22px;
|
|
39
42
|
--size: 16px;
|
|
40
43
|
--thickness: 2px;
|
|
41
|
-
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
44
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing), outline-color var(--seed-duration-d3) var(--seed-timing-function-easing);
|
|
42
45
|
}
|
|
43
46
|
.seed-contextual-floating-button--variant_solid {
|
|
44
47
|
background: var(--seed-color-bg-neutral-inverted);
|
|
@@ -48,8 +51,15 @@
|
|
|
48
51
|
--track-color: var(--seed-color-palette-gray-700);
|
|
49
52
|
--range-color: var(--seed-color-fg-neutral-inverted);
|
|
50
53
|
}
|
|
51
|
-
|
|
52
|
-
|
|
54
|
+
@media (hover: hover) {
|
|
55
|
+
.seed-contextual-floating-button--variant_solid:is(:hover, [data-hover]) {
|
|
56
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
@media (hover: none) {
|
|
60
|
+
.seed-contextual-floating-button--variant_solid:is(:active, [data-active]) {
|
|
61
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
62
|
+
}
|
|
53
63
|
}
|
|
54
64
|
.seed-contextual-floating-button--variant_solid:is(:disabled, [disabled], [data-disabled]) {
|
|
55
65
|
background: var(--seed-color-bg-disabled);
|
|
@@ -68,8 +78,15 @@
|
|
|
68
78
|
--track-color: var(--seed-color-palette-gray-500);
|
|
69
79
|
--range-color: var(--seed-color-fg-neutral);
|
|
70
80
|
}
|
|
71
|
-
|
|
72
|
-
|
|
81
|
+
@media (hover: hover) {
|
|
82
|
+
.seed-contextual-floating-button--variant_layer:is(:hover, [data-hover]) {
|
|
83
|
+
background: var(--seed-color-bg-layer-floating-pressed);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
@media (hover: none) {
|
|
87
|
+
.seed-contextual-floating-button--variant_layer:is(:active, [data-active]) {
|
|
88
|
+
background: var(--seed-color-bg-layer-floating-pressed);
|
|
89
|
+
}
|
|
73
90
|
}
|
|
74
91
|
.seed-contextual-floating-button--variant_layer:is(:disabled, [disabled], [data-disabled]) {
|
|
75
92
|
background: var(--seed-color-bg-disabled);
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
@layer seed-components {
|
|
2
|
+
.seed-contextual-floating-button {
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
text-transform: none;
|
|
6
|
+
-webkit-font-smoothing: antialiased;
|
|
7
|
+
-moz-osx-font-smoothing: grayscale;
|
|
8
|
+
outline: var(--seed-dimension-x0_5) solid transparent;
|
|
9
|
+
outline-offset: var(--seed-dimension-x0_5);
|
|
10
|
+
border: none;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
align-items: center;
|
|
13
|
+
font-family: inherit;
|
|
14
|
+
text-decoration: none;
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.seed-contextual-floating-button:is(:focus-visible, [data-focus-visible]) {
|
|
19
|
+
outline: var(--seed-dimension-x0_5) solid var(--seed-color-stroke-focus-ring);
|
|
20
|
+
outline-offset: var(--seed-dimension-x0_5);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.seed-contextual-floating-button:is(:disabled, [disabled], [data-disabled]) {
|
|
24
|
+
cursor: not-allowed;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.seed-contextual-floating-button {
|
|
28
|
+
border-radius: var(--seed-radius-full);
|
|
29
|
+
box-shadow: var(--seed-shadow-s3);
|
|
30
|
+
font-size: var(--seed-font-size-t4);
|
|
31
|
+
line-height: var(--seed-line-height-t4);
|
|
32
|
+
font-weight: var(--seed-font-weight-medium);
|
|
33
|
+
--seed-box-z-index: initial;
|
|
34
|
+
z-index: var(--seed-box-z-index);
|
|
35
|
+
--seed-box-position: initial;
|
|
36
|
+
position: var(--seed-box-position);
|
|
37
|
+
--seed-box-top: initial;
|
|
38
|
+
--seed-box-right: initial;
|
|
39
|
+
--seed-box-bottom: initial;
|
|
40
|
+
--seed-box-left: initial;
|
|
41
|
+
top: var(--seed-box-top);
|
|
42
|
+
right: var(--seed-box-right);
|
|
43
|
+
bottom: var(--seed-box-bottom);
|
|
44
|
+
left: var(--seed-box-left);
|
|
45
|
+
--seed-icon-size: 22px;
|
|
46
|
+
--size: 16px;
|
|
47
|
+
--thickness: 2px;
|
|
48
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing), outline-color var(--seed-duration-d3) var(--seed-timing-function-easing);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.seed-contextual-floating-button--variant_solid {
|
|
52
|
+
background: var(--seed-color-bg-neutral-inverted);
|
|
53
|
+
color: var(--seed-color-fg-neutral-inverted);
|
|
54
|
+
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
55
|
+
--seed-prefix-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
56
|
+
--track-color: var(--seed-color-palette-gray-700);
|
|
57
|
+
--range-color: var(--seed-color-fg-neutral-inverted);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@media (hover: hover) {
|
|
61
|
+
.seed-contextual-floating-button--variant_solid:is(:hover, [data-hover]) {
|
|
62
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@media (hover: none) {
|
|
67
|
+
.seed-contextual-floating-button--variant_solid:is(:active, [data-active]) {
|
|
68
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.seed-contextual-floating-button--variant_solid:is(:disabled, [disabled], [data-disabled]) {
|
|
73
|
+
background: var(--seed-color-bg-disabled);
|
|
74
|
+
color: var(--seed-color-fg-disabled);
|
|
75
|
+
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
76
|
+
--seed-icon-color: var(--seed-color-fg-disabled);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.seed-contextual-floating-button--variant_solid[data-loading] {
|
|
80
|
+
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.seed-contextual-floating-button--variant_layer {
|
|
84
|
+
background: var(--seed-color-bg-layer-floating);
|
|
85
|
+
color: var(--seed-color-fg-neutral);
|
|
86
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
87
|
+
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
88
|
+
--track-color: var(--seed-color-palette-gray-500);
|
|
89
|
+
--range-color: var(--seed-color-fg-neutral);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@media (hover: hover) {
|
|
93
|
+
.seed-contextual-floating-button--variant_layer:is(:hover, [data-hover]) {
|
|
94
|
+
background: var(--seed-color-bg-layer-floating-pressed);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@media (hover: none) {
|
|
99
|
+
.seed-contextual-floating-button--variant_layer:is(:active, [data-active]) {
|
|
100
|
+
background: var(--seed-color-bg-layer-floating-pressed);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.seed-contextual-floating-button--variant_layer:is(:disabled, [disabled], [data-disabled]) {
|
|
105
|
+
background: var(--seed-color-bg-disabled);
|
|
106
|
+
color: var(--seed-color-fg-disabled);
|
|
107
|
+
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
108
|
+
--seed-icon-color: var(--seed-color-fg-disabled);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.seed-contextual-floating-button--variant_layer[data-loading] {
|
|
112
|
+
background: var(--seed-color-bg-layer-floating-pressed);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.seed-contextual-floating-button--layout_withText {
|
|
116
|
+
min-height: 36px;
|
|
117
|
+
padding-left: var(--seed-dimension-x3_5);
|
|
118
|
+
padding-right: var(--seed-dimension-x3_5);
|
|
119
|
+
padding-top: var(--seed-dimension-x2);
|
|
120
|
+
padding-bottom: var(--seed-dimension-x2);
|
|
121
|
+
gap: var(--seed-dimension-x1);
|
|
122
|
+
--seed-prefix-icon-size: 16px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.seed-contextual-floating-button--layout_iconOnly {
|
|
126
|
+
--seed-icon-size: 22px;
|
|
127
|
+
width: 44px;
|
|
128
|
+
height: 44px;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import './contextual-floating-button.layered.css';
|
|
2
|
+
import { createClassName, mergeVariants, splitVariantProps } from "./shared.mjs";
|
|
3
|
+
|
|
4
|
+
const defaultVariant = {
|
|
5
|
+
"variant": "solid",
|
|
6
|
+
"layout": "withText"
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
const compoundVariants = [];
|
|
10
|
+
|
|
11
|
+
export const contextualFloatingButtonVariantMap = {
|
|
12
|
+
"variant": [
|
|
13
|
+
"solid",
|
|
14
|
+
"layer"
|
|
15
|
+
],
|
|
16
|
+
"layout": [
|
|
17
|
+
"withText",
|
|
18
|
+
"iconOnly"
|
|
19
|
+
]
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export const contextualFloatingButtonVariantKeys = Object.keys(contextualFloatingButtonVariantMap);
|
|
23
|
+
|
|
24
|
+
export function contextualFloatingButton(props) {
|
|
25
|
+
return createClassName(
|
|
26
|
+
"seed-contextual-floating-button",
|
|
27
|
+
mergeVariants(defaultVariant, props),
|
|
28
|
+
compoundVariants,
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
Object.assign(contextualFloatingButton, { splitVariantProps: (props) => splitVariantProps(props, contextualFloatingButtonVariantMap) });
|
|
33
|
+
|
|
34
|
+
// @recipe(seed): contextual-floating-button
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
@layer seed-components {
|
|
2
|
+
.seed-control-chip {
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
text-transform: none;
|
|
6
|
+
text-align: start;
|
|
7
|
+
white-space: nowrap;
|
|
8
|
+
-webkit-font-smoothing: antialiased;
|
|
9
|
+
-moz-osx-font-smoothing: grayscale;
|
|
10
|
+
border-radius: var(--seed-radius-full);
|
|
11
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
12
|
+
color: var(--seed-color-fg-neutral);
|
|
13
|
+
line-height: 1;
|
|
14
|
+
font-weight: var(--seed-font-weight-medium);
|
|
15
|
+
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
16
|
+
--seed-suffix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
17
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
18
|
+
--seed-count-font-weight: var(--seed-font-weight-medium);
|
|
19
|
+
--seed-count-color: var(--seed-color-fg-neutral-muted);
|
|
20
|
+
border: none;
|
|
21
|
+
flex-shrink: 0;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
align-items: center;
|
|
24
|
+
display: inline-flex;
|
|
25
|
+
position: relative;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.seed-control-chip:is(:focus, [data-focus]) {
|
|
29
|
+
outline: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.seed-control-chip:is(:active, [data-active]) {
|
|
33
|
+
background: var(--seed-color-bg-layer-default-pressed);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.seed-control-chip:is(:checked, [data-checked]) {
|
|
37
|
+
box-shadow: none;
|
|
38
|
+
background: var(--seed-color-bg-neutral-solid-muted);
|
|
39
|
+
color: var(--seed-color-palette-static-white);
|
|
40
|
+
font-weight: var(--seed-font-weight-bold);
|
|
41
|
+
--seed-prefix-icon-color: var(--seed-color-palette-static-white);
|
|
42
|
+
--seed-suffix-icon-color: var(--seed-color-palette-static-white);
|
|
43
|
+
--seed-icon-color: var(--seed-color-palette-static-white);
|
|
44
|
+
--seed-count-color: var(--seed-color-palette-static-white-alpha-800);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.seed-control-chip:is(:checked, [data-checked]):is(:active, [data-active]) {
|
|
48
|
+
background: var(--seed-color-bg-neutral-solid-muted-pressed);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.seed-control-chip:is(:disabled, [disabled], [data-disabled]) {
|
|
52
|
+
cursor: not-allowed;
|
|
53
|
+
background: var(--seed-color-bg-disabled);
|
|
54
|
+
color: var(--seed-color-fg-disabled);
|
|
55
|
+
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
56
|
+
--seed-suffix-icon-color: var(--seed-color-fg-disabled);
|
|
57
|
+
--seed-icon-color: var(--seed-color-fg-disabled);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.seed-control-chip--size_medium {
|
|
61
|
+
min-height: var(--seed-dimension-x9);
|
|
62
|
+
padding-block: var(--seed-dimension-x2);
|
|
63
|
+
gap: var(--seed-dimension-x1);
|
|
64
|
+
font-size: var(--seed-font-size-t4);
|
|
65
|
+
line-height: var(--seed-line-height-t4);
|
|
66
|
+
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
67
|
+
--seed-suffix-icon-size: var(--seed-dimension-x3_5);
|
|
68
|
+
--seed-icon-size: var(--seed-dimension-x4);
|
|
69
|
+
--seed-count-font-size: var(--seed-font-size-t4);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.seed-control-chip--size_small {
|
|
73
|
+
min-height: var(--seed-dimension-x8);
|
|
74
|
+
padding-block: var(--seed-dimension-x1_5);
|
|
75
|
+
gap: var(--seed-dimension-x1);
|
|
76
|
+
font-size: var(--seed-font-size-t4);
|
|
77
|
+
line-height: var(--seed-line-height-t4);
|
|
78
|
+
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
79
|
+
--seed-suffix-icon-size: var(--seed-dimension-x3_5);
|
|
80
|
+
--seed-icon-size: var(--seed-dimension-x4);
|
|
81
|
+
--seed-count-font-size: var(--seed-font-size-t4);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.seed-control-chip--size_medium-layout_withText {
|
|
85
|
+
padding-inline: var(--seed-dimension-x3_5);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.seed-control-chip--size_medium-layout_iconOnly {
|
|
89
|
+
min-width: var(--seed-dimension-x9);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.seed-control-chip--size_small-layout_withText {
|
|
93
|
+
padding-inline: var(--seed-dimension-x3);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.seed-control-chip--size_small-layout_iconOnly {
|
|
97
|
+
min-width: var(--seed-dimension-x8);
|
|
98
|
+
}
|
|
99
|
+
}
|