@seed-design/vars 0.0.1-alpha-20250210081704

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.
Files changed (138) hide show
  1. package/README.md +2 -0
  2. package/lib/color/bg.d.ts +39 -0
  3. package/lib/color/bg.mjs +39 -0
  4. package/lib/color/fg.d.ts +17 -0
  5. package/lib/color/fg.mjs +17 -0
  6. package/lib/color/index.d.ts +5 -0
  7. package/lib/color/index.mjs +5 -0
  8. package/lib/color/manner-temp/index.d.ts +6 -0
  9. package/lib/color/manner-temp/index.mjs +6 -0
  10. package/lib/color/manner-temp/l1.d.ts +2 -0
  11. package/lib/color/manner-temp/l1.mjs +2 -0
  12. package/lib/color/manner-temp/l2.d.ts +2 -0
  13. package/lib/color/manner-temp/l2.mjs +2 -0
  14. package/lib/color/manner-temp/l3.d.ts +2 -0
  15. package/lib/color/manner-temp/l3.mjs +2 -0
  16. package/lib/color/manner-temp/l4.d.ts +2 -0
  17. package/lib/color/manner-temp/l4.mjs +2 -0
  18. package/lib/color/manner-temp/l5.d.ts +2 -0
  19. package/lib/color/manner-temp/l5.mjs +2 -0
  20. package/lib/color/manner-temp/l6.d.ts +2 -0
  21. package/lib/color/manner-temp/l6.mjs +2 -0
  22. package/lib/color/palette.d.ts +78 -0
  23. package/lib/color/palette.mjs +78 -0
  24. package/lib/color/stroke.d.ts +10 -0
  25. package/lib/color/stroke.mjs +10 -0
  26. package/lib/component/action-button.d.ts +491 -0
  27. package/lib/component/action-button.mjs +491 -0
  28. package/lib/component/action-chip.d.ts +128 -0
  29. package/lib/component/action-chip.mjs +128 -0
  30. package/lib/component/action-sheet-close-button.d.ts +23 -0
  31. package/lib/component/action-sheet-close-button.mjs +23 -0
  32. package/lib/component/action-sheet-item.d.ts +36 -0
  33. package/lib/component/action-sheet-item.mjs +36 -0
  34. package/lib/component/action-sheet.d.ts +45 -0
  35. package/lib/component/action-sheet.mjs +45 -0
  36. package/lib/component/avatar-stack.d.ts +60 -0
  37. package/lib/component/avatar-stack.mjs +60 -0
  38. package/lib/component/avatar.d.ts +83 -0
  39. package/lib/component/avatar.mjs +83 -0
  40. package/lib/component/badge.d.ts +223 -0
  41. package/lib/component/badge.mjs +223 -0
  42. package/lib/component/bottom-sheet.d.ts +61 -0
  43. package/lib/component/bottom-sheet.mjs +61 -0
  44. package/lib/component/callout.d.ts +185 -0
  45. package/lib/component/callout.mjs +185 -0
  46. package/lib/component/checkbox.d.ts +171 -0
  47. package/lib/component/checkbox.mjs +171 -0
  48. package/lib/component/chip-tab.d.ts +98 -0
  49. package/lib/component/chip-tab.mjs +98 -0
  50. package/lib/component/chip-tablist.d.ts +23 -0
  51. package/lib/component/chip-tablist.mjs +23 -0
  52. package/lib/component/control-chip.d.ts +156 -0
  53. package/lib/component/control-chip.mjs +156 -0
  54. package/lib/component/dialog.d.ts +49 -0
  55. package/lib/component/dialog.mjs +49 -0
  56. package/lib/component/expand-button.d.ts +41 -0
  57. package/lib/component/expand-button.mjs +41 -0
  58. package/lib/component/extended-action-sheet-close-button.d.ts +25 -0
  59. package/lib/component/extended-action-sheet-close-button.mjs +25 -0
  60. package/lib/component/extended-action-sheet-item.d.ts +46 -0
  61. package/lib/component/extended-action-sheet-item.mjs +46 -0
  62. package/lib/component/extended-action-sheet.d.ts +48 -0
  63. package/lib/component/extended-action-sheet.mjs +48 -0
  64. package/lib/component/extended-fab.d.ts +82 -0
  65. package/lib/component/extended-fab.mjs +82 -0
  66. package/lib/component/fab.d.ts +21 -0
  67. package/lib/component/fab.mjs +21 -0
  68. package/lib/component/help-bubble.d.ts +36 -0
  69. package/lib/component/help-bubble.mjs +36 -0
  70. package/lib/component/identity-placeholder.d.ts +12 -0
  71. package/lib/component/identity-placeholder.mjs +12 -0
  72. package/lib/component/index.d.ts +40 -0
  73. package/lib/component/index.mjs +40 -0
  74. package/lib/component/inline-banner.d.ts +211 -0
  75. package/lib/component/inline-banner.mjs +211 -0
  76. package/lib/component/manner-temp-badge.d.ts +77 -0
  77. package/lib/component/manner-temp-badge.mjs +77 -0
  78. package/lib/component/progress-circle.d.ts +67 -0
  79. package/lib/component/progress-circle.mjs +67 -0
  80. package/lib/component/radio.d.ts +77 -0
  81. package/lib/component/radio.mjs +77 -0
  82. package/lib/component/reaction-button.d.ts +134 -0
  83. package/lib/component/reaction-button.mjs +134 -0
  84. package/lib/component/segment.d.ts +34 -0
  85. package/lib/component/segment.mjs +34 -0
  86. package/lib/component/segmented-control-item.d.ts +34 -0
  87. package/lib/component/segmented-control-item.mjs +34 -0
  88. package/lib/component/segmented-control.d.ts +18 -0
  89. package/lib/component/segmented-control.mjs +18 -0
  90. package/lib/component/select-box-group.d.ts +9 -0
  91. package/lib/component/select-box-group.mjs +9 -0
  92. package/lib/component/select-box.d.ts +92 -0
  93. package/lib/component/select-box.mjs +92 -0
  94. package/lib/component/skeleton.d.ts +42 -0
  95. package/lib/component/skeleton.mjs +42 -0
  96. package/lib/component/snackbar.d.ts +58 -0
  97. package/lib/component/snackbar.mjs +58 -0
  98. package/lib/component/switch.d.ts +65 -0
  99. package/lib/component/switch.mjs +65 -0
  100. package/lib/component/tab.d.ts +53 -0
  101. package/lib/component/tab.mjs +53 -0
  102. package/lib/component/tablist.d.ts +51 -0
  103. package/lib/component/tablist.mjs +51 -0
  104. package/lib/component/text-button.d.ts +107 -0
  105. package/lib/component/text-button.mjs +107 -0
  106. package/lib/component/text-field.d.ts +295 -0
  107. package/lib/component/text-field.mjs +295 -0
  108. package/lib/component/toggle-button.d.ts +205 -0
  109. package/lib/component/toggle-button.mjs +205 -0
  110. package/lib/component/top-navigation.d.ts +86 -0
  111. package/lib/component/top-navigation.mjs +86 -0
  112. package/lib/component/typography.d.ts +209 -0
  113. package/lib/component/typography.mjs +209 -0
  114. package/lib/dimension/index.d.ts +22 -0
  115. package/lib/dimension/index.mjs +22 -0
  116. package/lib/dimension/spacing-x.d.ts +2 -0
  117. package/lib/dimension/spacing-x.mjs +2 -0
  118. package/lib/dimension/spacing-y.d.ts +2 -0
  119. package/lib/dimension/spacing-y.mjs +2 -0
  120. package/lib/duration.d.ts +6 -0
  121. package/lib/duration.mjs +6 -0
  122. package/lib/font-size.d.ts +13 -0
  123. package/lib/font-size.mjs +13 -0
  124. package/lib/font-weight.d.ts +3 -0
  125. package/lib/font-weight.mjs +3 -0
  126. package/lib/gradient.d.ts +1 -0
  127. package/lib/gradient.mjs +1 -0
  128. package/lib/index.d.ts +32 -0
  129. package/lib/index.mjs +1 -0
  130. package/lib/line-height.d.ts +10 -0
  131. package/lib/line-height.mjs +10 -0
  132. package/lib/radius.d.ts +11 -0
  133. package/lib/radius.mjs +11 -0
  134. package/lib/timing-function.d.ts +6 -0
  135. package/lib/timing-function.mjs +6 -0
  136. package/lib/vars.d.ts +9 -0
  137. package/lib/vars.mjs +9 -0
  138. package/package.json +43 -0
@@ -0,0 +1,40 @@
1
+ export { vars as actionButton } from "./action-button.mjs";
2
+ export { vars as actionChip } from "./action-chip.mjs";
3
+ export { vars as actionSheetCloseButton } from "./action-sheet-close-button.mjs";
4
+ export { vars as actionSheetItem } from "./action-sheet-item.mjs";
5
+ export { vars as actionSheet } from "./action-sheet.mjs";
6
+ export { vars as avatarStack } from "./avatar-stack.mjs";
7
+ export { vars as avatar } from "./avatar.mjs";
8
+ export { vars as badge } from "./badge.mjs";
9
+ export { vars as bottomSheet } from "./bottom-sheet.mjs";
10
+ export { vars as callout } from "./callout.mjs";
11
+ export { vars as checkbox } from "./checkbox.mjs";
12
+ export { vars as chipTab } from "./chip-tab.mjs";
13
+ export { vars as chipTablist } from "./chip-tablist.mjs";
14
+ export { vars as controlChip } from "./control-chip.mjs";
15
+ export { vars as dialog } from "./dialog.mjs";
16
+ export { vars as extendedActionSheetCloseButton } from "./extended-action-sheet-close-button.mjs";
17
+ export { vars as extendedActionSheetItem } from "./extended-action-sheet-item.mjs";
18
+ export { vars as extendedActionSheet } from "./extended-action-sheet.mjs";
19
+ export { vars as extendedFab } from "./extended-fab.mjs";
20
+ export { vars as fab } from "./fab.mjs";
21
+ export { vars as helpBubble } from "./help-bubble.mjs";
22
+ export { vars as identityPlaceholder } from "./identity-placeholder.mjs";
23
+ export { vars as inlineBanner } from "./inline-banner.mjs";
24
+ export { vars as mannerTempBadge } from "./manner-temp-badge.mjs";
25
+ export { vars as progressCircle } from "./progress-circle.mjs";
26
+ export { vars as radio } from "./radio.mjs";
27
+ export { vars as reactionButton } from "./reaction-button.mjs";
28
+ export { vars as segmentedControlItem } from "./segmented-control-item.mjs";
29
+ export { vars as segmentedControl } from "./segmented-control.mjs";
30
+ export { vars as selectBox } from "./select-box.mjs";
31
+ export { vars as skeleton } from "./skeleton.mjs";
32
+ export { vars as snackbar } from "./snackbar.mjs";
33
+ export { vars as switch } from "./switch.mjs";
34
+ export { vars as tab } from "./tab.mjs";
35
+ export { vars as tablist } from "./tablist.mjs";
36
+ export { vars as textButton } from "./text-button.mjs";
37
+ export { vars as textField } from "./text-field.mjs";
38
+ export { vars as toggleButton } from "./toggle-button.mjs";
39
+ export { vars as topNavigation } from "./top-navigation.mjs";
40
+ export { vars as typography } from "./typography.mjs";
@@ -0,0 +1,211 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "gap": "var(--seed-v3-dimension-s4)",
6
+ "paddingX": "var(--seed-v3-dimension-s4)"
7
+ },
8
+ "content": {
9
+ "fontSize": "var(--seed-v3-font-size-s4)",
10
+ "lineHeight": "var(--seed-v3-line-height-s4)",
11
+ "gap": "var(--seed-v3-dimension-s2)",
12
+ "paddingY": "var(--seed-v3-dimension-s2_5)",
13
+ "minHeight": "var(--seed-v3-dimension-s10)"
14
+ },
15
+ "icon": {
16
+ "size": "var(--seed-v3-dimension-s4)",
17
+ "marginY": "1.5px"
18
+ },
19
+ "title": {
20
+ "fontWeight": "var(--seed-v3-font-weight-bold)"
21
+ },
22
+ "description": {
23
+ "fontWeight": "var(--seed-v3-font-weight-medium)"
24
+ },
25
+ "linkLabel": {
26
+ "height": "var(--seed-v3-dimension-s10)",
27
+ "fontSize": "var(--seed-v3-font-size-s2)",
28
+ "lineHeight": "var(--seed-v3-line-height-s2)",
29
+ "fontWeight": "var(--seed-v3-font-weight-regular)"
30
+ },
31
+ "dismissButton": {
32
+ "size": "var(--seed-v3-dimension-s10)"
33
+ },
34
+ "dismissIcon": {
35
+ "size": "var(--seed-v3-dimension-s4)"
36
+ },
37
+ "actionableIcon": {
38
+ "size": "var(--seed-v3-dimension-s4)"
39
+ }
40
+ }
41
+ },
42
+ "variantNeutralWeak": {
43
+ "enabled": {
44
+ "root": {
45
+ "color": "var(--seed-v3-color-bg-neutral-weak)"
46
+ },
47
+ "icon": {
48
+ "color": "var(--seed-v3-color-fg-neutral)"
49
+ },
50
+ "title": {
51
+ "color": "var(--seed-v3-color-fg-neutral)"
52
+ },
53
+ "description": {
54
+ "color": "var(--seed-v3-color-fg-neutral)"
55
+ },
56
+ "linkLabel": {
57
+ "color": "var(--seed-v3-color-fg-neutral)"
58
+ },
59
+ "dismissIcon": {
60
+ "color": "var(--seed-v3-color-fg-neutral)"
61
+ },
62
+ "actionableIcon": {
63
+ "color": "var(--seed-v3-color-fg-neutral)"
64
+ }
65
+ }
66
+ },
67
+ "variantPositiveWeak": {
68
+ "enabled": {
69
+ "root": {
70
+ "color": "var(--seed-v3-color-bg-positive-weak)"
71
+ },
72
+ "icon": {
73
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
74
+ },
75
+ "title": {
76
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
77
+ },
78
+ "description": {
79
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
80
+ },
81
+ "linkLabel": {
82
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
83
+ },
84
+ "dismissIcon": {
85
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
86
+ },
87
+ "actionableIcon": {
88
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
89
+ }
90
+ }
91
+ },
92
+ "variantInformativeWeak": {
93
+ "enabled": {
94
+ "root": {
95
+ "color": "var(--seed-v3-color-bg-informative-weak)"
96
+ },
97
+ "icon": {
98
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
99
+ },
100
+ "title": {
101
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
102
+ },
103
+ "description": {
104
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
105
+ },
106
+ "linkLabel": {
107
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
108
+ },
109
+ "dismissIcon": {
110
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
111
+ },
112
+ "actionableIcon": {
113
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
114
+ }
115
+ }
116
+ },
117
+ "variantWarningWeak": {
118
+ "enabled": {
119
+ "root": {
120
+ "color": "var(--seed-v3-color-bg-warning-weak)"
121
+ },
122
+ "icon": {
123
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
124
+ },
125
+ "title": {
126
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
127
+ },
128
+ "description": {
129
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
130
+ },
131
+ "linkLabel": {
132
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
133
+ },
134
+ "dismissIcon": {
135
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
136
+ },
137
+ "actionableIcon": {
138
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
139
+ }
140
+ }
141
+ },
142
+ "variantWarningSolid": {
143
+ "enabled": {
144
+ "root": {
145
+ "color": "var(--seed-v3-color-bg-warning-solid)"
146
+ },
147
+ "icon": {
148
+ "color": "var(--seed-v3-color-fg-neutral)"
149
+ },
150
+ "title": {
151
+ "color": "var(--seed-v3-color-fg-neutral)"
152
+ },
153
+ "description": {
154
+ "color": "var(--seed-v3-color-fg-neutral)"
155
+ },
156
+ "linkLabel": {
157
+ "color": "var(--seed-v3-color-fg-neutral)"
158
+ },
159
+ "dismissIcon": {
160
+ "color": "var(--seed-v3-color-fg-neutral)"
161
+ },
162
+ "actionableIcon": {
163
+ "color": "var(--seed-v3-color-fg-neutral)"
164
+ }
165
+ }
166
+ },
167
+ "variantCriticalWeak": {
168
+ "enabled": {
169
+ "root": {
170
+ "color": "var(--seed-v3-color-bg-critical-weak)"
171
+ },
172
+ "icon": {
173
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
174
+ },
175
+ "title": {
176
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
177
+ },
178
+ "description": {
179
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
180
+ },
181
+ "linkLabel": {
182
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
183
+ },
184
+ "actionableIcon": {
185
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
186
+ }
187
+ }
188
+ },
189
+ "variantCriticalSolid": {
190
+ "enabled": {
191
+ "root": {
192
+ "color": "var(--seed-v3-color-bg-critical-solid)"
193
+ },
194
+ "icon": {
195
+ "color": "var(--seed-v3-color-palette-static-white)"
196
+ },
197
+ "title": {
198
+ "color": "var(--seed-v3-color-palette-static-white)"
199
+ },
200
+ "description": {
201
+ "color": "var(--seed-v3-color-palette-static-white)"
202
+ },
203
+ "linkLabel": {
204
+ "color": "var(--seed-v3-color-palette-static-white)"
205
+ },
206
+ "actionableIcon": {
207
+ "color": "var(--seed-v3-color-palette-static-white)"
208
+ }
209
+ }
210
+ }
211
+ }
@@ -0,0 +1,211 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "gap": "var(--seed-v3-dimension-s4)",
6
+ "paddingX": "var(--seed-v3-dimension-s4)"
7
+ },
8
+ "content": {
9
+ "fontSize": "var(--seed-v3-font-size-s4)",
10
+ "lineHeight": "var(--seed-v3-line-height-s4)",
11
+ "gap": "var(--seed-v3-dimension-s2)",
12
+ "paddingY": "var(--seed-v3-dimension-s2_5)",
13
+ "minHeight": "var(--seed-v3-dimension-s10)"
14
+ },
15
+ "icon": {
16
+ "size": "var(--seed-v3-dimension-s4)",
17
+ "marginY": "1.5px"
18
+ },
19
+ "title": {
20
+ "fontWeight": "var(--seed-v3-font-weight-bold)"
21
+ },
22
+ "description": {
23
+ "fontWeight": "var(--seed-v3-font-weight-medium)"
24
+ },
25
+ "linkLabel": {
26
+ "height": "var(--seed-v3-dimension-s10)",
27
+ "fontSize": "var(--seed-v3-font-size-s2)",
28
+ "lineHeight": "var(--seed-v3-line-height-s2)",
29
+ "fontWeight": "var(--seed-v3-font-weight-regular)"
30
+ },
31
+ "dismissButton": {
32
+ "size": "var(--seed-v3-dimension-s10)"
33
+ },
34
+ "dismissIcon": {
35
+ "size": "var(--seed-v3-dimension-s4)"
36
+ },
37
+ "actionableIcon": {
38
+ "size": "var(--seed-v3-dimension-s4)"
39
+ }
40
+ }
41
+ },
42
+ "variantNeutralWeak": {
43
+ "enabled": {
44
+ "root": {
45
+ "color": "var(--seed-v3-color-bg-neutral-weak)"
46
+ },
47
+ "icon": {
48
+ "color": "var(--seed-v3-color-fg-neutral)"
49
+ },
50
+ "title": {
51
+ "color": "var(--seed-v3-color-fg-neutral)"
52
+ },
53
+ "description": {
54
+ "color": "var(--seed-v3-color-fg-neutral)"
55
+ },
56
+ "linkLabel": {
57
+ "color": "var(--seed-v3-color-fg-neutral)"
58
+ },
59
+ "dismissIcon": {
60
+ "color": "var(--seed-v3-color-fg-neutral)"
61
+ },
62
+ "actionableIcon": {
63
+ "color": "var(--seed-v3-color-fg-neutral)"
64
+ }
65
+ }
66
+ },
67
+ "variantPositiveWeak": {
68
+ "enabled": {
69
+ "root": {
70
+ "color": "var(--seed-v3-color-bg-positive-weak)"
71
+ },
72
+ "icon": {
73
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
74
+ },
75
+ "title": {
76
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
77
+ },
78
+ "description": {
79
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
80
+ },
81
+ "linkLabel": {
82
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
83
+ },
84
+ "dismissIcon": {
85
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
86
+ },
87
+ "actionableIcon": {
88
+ "color": "var(--seed-v3-color-fg-positive-contrast)"
89
+ }
90
+ }
91
+ },
92
+ "variantInformativeWeak": {
93
+ "enabled": {
94
+ "root": {
95
+ "color": "var(--seed-v3-color-bg-informative-weak)"
96
+ },
97
+ "icon": {
98
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
99
+ },
100
+ "title": {
101
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
102
+ },
103
+ "description": {
104
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
105
+ },
106
+ "linkLabel": {
107
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
108
+ },
109
+ "dismissIcon": {
110
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
111
+ },
112
+ "actionableIcon": {
113
+ "color": "var(--seed-v3-color-fg-informative-contrast)"
114
+ }
115
+ }
116
+ },
117
+ "variantWarningWeak": {
118
+ "enabled": {
119
+ "root": {
120
+ "color": "var(--seed-v3-color-bg-warning-weak)"
121
+ },
122
+ "icon": {
123
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
124
+ },
125
+ "title": {
126
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
127
+ },
128
+ "description": {
129
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
130
+ },
131
+ "linkLabel": {
132
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
133
+ },
134
+ "dismissIcon": {
135
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
136
+ },
137
+ "actionableIcon": {
138
+ "color": "var(--seed-v3-color-fg-warning-contrast)"
139
+ }
140
+ }
141
+ },
142
+ "variantWarningSolid": {
143
+ "enabled": {
144
+ "root": {
145
+ "color": "var(--seed-v3-color-bg-warning-solid)"
146
+ },
147
+ "icon": {
148
+ "color": "var(--seed-v3-color-fg-neutral)"
149
+ },
150
+ "title": {
151
+ "color": "var(--seed-v3-color-fg-neutral)"
152
+ },
153
+ "description": {
154
+ "color": "var(--seed-v3-color-fg-neutral)"
155
+ },
156
+ "linkLabel": {
157
+ "color": "var(--seed-v3-color-fg-neutral)"
158
+ },
159
+ "dismissIcon": {
160
+ "color": "var(--seed-v3-color-fg-neutral)"
161
+ },
162
+ "actionableIcon": {
163
+ "color": "var(--seed-v3-color-fg-neutral)"
164
+ }
165
+ }
166
+ },
167
+ "variantCriticalWeak": {
168
+ "enabled": {
169
+ "root": {
170
+ "color": "var(--seed-v3-color-bg-critical-weak)"
171
+ },
172
+ "icon": {
173
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
174
+ },
175
+ "title": {
176
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
177
+ },
178
+ "description": {
179
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
180
+ },
181
+ "linkLabel": {
182
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
183
+ },
184
+ "actionableIcon": {
185
+ "color": "var(--seed-v3-color-fg-critical-contrast)"
186
+ }
187
+ }
188
+ },
189
+ "variantCriticalSolid": {
190
+ "enabled": {
191
+ "root": {
192
+ "color": "var(--seed-v3-color-bg-critical-solid)"
193
+ },
194
+ "icon": {
195
+ "color": "var(--seed-v3-color-palette-static-white)"
196
+ },
197
+ "title": {
198
+ "color": "var(--seed-v3-color-palette-static-white)"
199
+ },
200
+ "description": {
201
+ "color": "var(--seed-v3-color-palette-static-white)"
202
+ },
203
+ "linkLabel": {
204
+ "color": "var(--seed-v3-color-palette-static-white)"
205
+ },
206
+ "actionableIcon": {
207
+ "color": "var(--seed-v3-color-palette-static-white)"
208
+ }
209
+ }
210
+ }
211
+ }
@@ -0,0 +1,77 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "minHeight": "20px",
6
+ "paddingY": "var(--seed-v3-dimension-s0_5)",
7
+ "paddingX": "var(--seed-v3-dimension-s1_5)",
8
+ "cornerRadius": "var(--seed-v3-radius-full)"
9
+ },
10
+ "label": {
11
+ "fontSize": "var(--seed-v3-font-size-s1)",
12
+ "lineHeight": "var(--seed-v3-line-height-s1)",
13
+ "fontWeight": "var(--seed-v3-font-weight-bold)"
14
+ }
15
+ }
16
+ },
17
+ "levelL1": {
18
+ "enabled": {
19
+ "root": {
20
+ "color": "var(--seed-v3-color-manner-temp-l1-bg)"
21
+ },
22
+ "label": {
23
+ "color": "var(--seed-v3-color-manner-temp-l1-text)"
24
+ }
25
+ }
26
+ },
27
+ "levelL2": {
28
+ "enabled": {
29
+ "root": {
30
+ "color": "var(--seed-v3-color-manner-temp-l2-bg)"
31
+ },
32
+ "label": {
33
+ "color": "var(--seed-v3-color-manner-temp-l2-text)"
34
+ }
35
+ }
36
+ },
37
+ "levelL3": {
38
+ "enabled": {
39
+ "root": {
40
+ "color": "var(--seed-v3-color-manner-temp-l3-bg)"
41
+ },
42
+ "label": {
43
+ "color": "var(--seed-v3-color-manner-temp-l3-text)"
44
+ }
45
+ }
46
+ },
47
+ "levelL4": {
48
+ "enabled": {
49
+ "root": {
50
+ "color": "var(--seed-v3-color-manner-temp-l4-bg)"
51
+ },
52
+ "label": {
53
+ "color": "var(--seed-v3-color-manner-temp-l4-text)"
54
+ }
55
+ }
56
+ },
57
+ "levelL5": {
58
+ "enabled": {
59
+ "root": {
60
+ "color": "var(--seed-v3-color-manner-temp-l5-bg)"
61
+ },
62
+ "label": {
63
+ "color": "var(--seed-v3-color-manner-temp-l5-text)"
64
+ }
65
+ }
66
+ },
67
+ "levelL6": {
68
+ "enabled": {
69
+ "root": {
70
+ "color": "var(--seed-v3-color-manner-temp-l6-bg)"
71
+ },
72
+ "label": {
73
+ "color": "var(--seed-v3-color-manner-temp-l6-text)"
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,77 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "minHeight": "20px",
6
+ "paddingY": "var(--seed-v3-dimension-s0_5)",
7
+ "paddingX": "var(--seed-v3-dimension-s1_5)",
8
+ "cornerRadius": "var(--seed-v3-radius-full)"
9
+ },
10
+ "label": {
11
+ "fontSize": "var(--seed-v3-font-size-s1)",
12
+ "lineHeight": "var(--seed-v3-line-height-s1)",
13
+ "fontWeight": "var(--seed-v3-font-weight-bold)"
14
+ }
15
+ }
16
+ },
17
+ "levelL1": {
18
+ "enabled": {
19
+ "root": {
20
+ "color": "var(--seed-v3-color-manner-temp-l1-bg)"
21
+ },
22
+ "label": {
23
+ "color": "var(--seed-v3-color-manner-temp-l1-text)"
24
+ }
25
+ }
26
+ },
27
+ "levelL2": {
28
+ "enabled": {
29
+ "root": {
30
+ "color": "var(--seed-v3-color-manner-temp-l2-bg)"
31
+ },
32
+ "label": {
33
+ "color": "var(--seed-v3-color-manner-temp-l2-text)"
34
+ }
35
+ }
36
+ },
37
+ "levelL3": {
38
+ "enabled": {
39
+ "root": {
40
+ "color": "var(--seed-v3-color-manner-temp-l3-bg)"
41
+ },
42
+ "label": {
43
+ "color": "var(--seed-v3-color-manner-temp-l3-text)"
44
+ }
45
+ }
46
+ },
47
+ "levelL4": {
48
+ "enabled": {
49
+ "root": {
50
+ "color": "var(--seed-v3-color-manner-temp-l4-bg)"
51
+ },
52
+ "label": {
53
+ "color": "var(--seed-v3-color-manner-temp-l4-text)"
54
+ }
55
+ }
56
+ },
57
+ "levelL5": {
58
+ "enabled": {
59
+ "root": {
60
+ "color": "var(--seed-v3-color-manner-temp-l5-bg)"
61
+ },
62
+ "label": {
63
+ "color": "var(--seed-v3-color-manner-temp-l5-text)"
64
+ }
65
+ }
66
+ },
67
+ "levelL6": {
68
+ "enabled": {
69
+ "root": {
70
+ "color": "var(--seed-v3-color-manner-temp-l6-bg)"
71
+ },
72
+ "label": {
73
+ "color": "var(--seed-v3-color-manner-temp-l6-text)"
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,67 @@
1
+ export declare const vars: {
2
+ "size40": {
3
+ "enabled": {
4
+ "root": {
5
+ "size": "var(--seed-v3-dimension-s10)",
6
+ "thickness": "5px"
7
+ }
8
+ }
9
+ },
10
+ "size24": {
11
+ "enabled": {
12
+ "root": {
13
+ "size": "var(--seed-v3-dimension-s6)",
14
+ "thickness": "3px"
15
+ }
16
+ }
17
+ },
18
+ "indeterminateFalse": {
19
+ "enabled": {
20
+ "range": {
21
+ "lengthDuration": "300ms",
22
+ "lengthTimingFunction": "cubic-bezier(0, 0, 0.15, 1)"
23
+ }
24
+ }
25
+ },
26
+ "indeterminateTrue": {
27
+ "enabled": {
28
+ "range": {
29
+ "lengthDuration": "1.2s",
30
+ "rotateDuration": "1.2s",
31
+ "headTimingFunction": "cubic-bezier(0.35, 0, 0.65, 1)",
32
+ "tailTimingFunction": "cubic-bezier(0.35, 0, 0.65, 0.6)",
33
+ "rotateTimingFunction": "cubic-bezier(0.35, 0.25, 0.65, 0.75)"
34
+ }
35
+ }
36
+ },
37
+ "toneNeutral": {
38
+ "enabled": {
39
+ "track": {
40
+ "color": "var(--seed-v3-color-palette-gray-200)"
41
+ },
42
+ "range": {
43
+ "color": "var(--seed-v3-color-palette-gray-500)"
44
+ }
45
+ }
46
+ },
47
+ "toneBrand": {
48
+ "enabled": {
49
+ "track": {
50
+ "color": "var(--seed-v3-color-palette-carrot-200)"
51
+ },
52
+ "range": {
53
+ "color": "var(--seed-v3-color-bg-brand-solid)"
54
+ }
55
+ }
56
+ },
57
+ "toneStaticWhite": {
58
+ "enabled": {
59
+ "track": {
60
+ "color": "var(--seed-v3-color-palette-static-white-alpha-200)"
61
+ },
62
+ "range": {
63
+ "color": "var(--seed-v3-color-palette-static-white)"
64
+ }
65
+ }
66
+ }
67
+ }