@sanity/sanity-id 0.2.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/colors.d.ts +74 -354
- package/dist/colors.js +275 -1
- package/dist/components/Badge.css +17 -0
- package/dist/components/Badge.d.ts +5 -0
- package/dist/components/Badge.js +8 -0
- package/dist/components/Breadcrumbs.css +23 -0
- package/dist/components/Breadcrumbs.d.ts +10 -0
- package/dist/components/Breadcrumbs.js +32 -0
- package/dist/components/Button.css +127 -0
- package/dist/components/Button.d.ts +10 -0
- package/dist/components/Button.js +56 -0
- package/dist/components/Card.css +37 -0
- package/dist/components/Card.d.ts +14 -0
- package/dist/components/Card.js +88 -0
- package/dist/components/Checkbox.css +57 -0
- package/dist/components/Checkbox.d.ts +7 -0
- package/dist/components/Checkbox.js +60 -0
- package/dist/components/Chip.css +37 -0
- package/dist/components/Chip.d.ts +11 -0
- package/dist/components/Chip.js +46 -0
- package/dist/components/Code.css +44 -0
- package/dist/components/Code.d.ts +9 -0
- package/dist/components/Code.js +9 -0
- package/dist/components/CodeBlock.css +227 -0
- package/dist/components/CodeBlock.d.ts +12 -0
- package/dist/components/CodeBlock.js +180 -0
- package/dist/components/Eyebrow.css +42 -0
- package/dist/components/Eyebrow.d.ts +13 -0
- package/dist/components/Eyebrow.js +33 -0
- package/dist/components/IconButton.css +131 -0
- package/dist/components/IconButton.d.ts +10 -0
- package/dist/components/IconButton.js +10 -0
- package/dist/components/Input.css +53 -0
- package/dist/components/Input.d.ts +8 -0
- package/dist/components/Input.js +60 -0
- package/dist/components/LinkCTA.css +31 -0
- package/dist/components/LinkCTA.d.ts +9 -0
- package/dist/components/LinkCTA.js +9 -0
- package/dist/components/Person.css +36 -0
- package/dist/components/Person.d.ts +12 -0
- package/dist/components/Person.js +9 -0
- package/dist/components/Radio.css +55 -0
- package/dist/components/Radio.d.ts +7 -0
- package/dist/components/Radio.js +60 -0
- package/dist/components/RadioSwitch.css +44 -0
- package/dist/components/RadioSwitch.d.ts +17 -0
- package/dist/components/RadioSwitch.js +66 -0
- package/dist/components/SanityIcon.d.ts +7 -0
- package/dist/components/SanityIcon.js +7 -0
- package/dist/components/Select.css +58 -0
- package/dist/components/Select.d.ts +8 -0
- package/dist/components/Select.js +60 -0
- package/dist/components/Switch.css +64 -0
- package/dist/components/Switch.d.ts +7 -0
- package/dist/components/Switch.js +60 -0
- package/dist/components/Table.css +41 -0
- package/dist/components/Table.d.ts +3 -0
- package/dist/components/Table.js +23 -0
- package/dist/components/Testimonial.css +86 -0
- package/dist/components/Testimonial.d.ts +16 -0
- package/dist/components/Testimonial.js +62 -0
- package/dist/components/Textarea.css +51 -0
- package/dist/components/Textarea.d.ts +8 -0
- package/dist/components/Textarea.js +66 -0
- package/dist/components/chunk-BTQMA6IR.js +67 -0
- package/dist/components/chunk-GOQAK6JJ.js +11956 -0
- package/dist/components/chunk-K2RGV5MW.js +11 -0
- package/dist/components/chunk-LX3OLRB6.js +97 -0
- package/dist/components/chunk-PMARRZU5.js +48 -0
- package/dist/components/chunk-QT2A4HNA.js +32 -0
- package/dist/components/chunk-RC7UR3KP.js +76 -0
- package/dist/components/chunk-SQX6FUC5.js +9 -0
- package/dist/components/chunk-SXBHZTND.js +50 -0
- package/dist/components/chunk-U67V476Y.js +35 -0
- package/dist/components/chunk-YN7JVTDO.js +9 -0
- package/dist/components/css-ZLXZXJB7.js +7 -0
- package/dist/components/html-JVGMMEAV.js +18 -0
- package/dist/components/javascript-JQHDWVZO.js +7 -0
- package/dist/components/json-KGV6LXD3.js +10 -0
- package/dist/components/shell-LBTKFZVR.js +10 -0
- package/dist/components/shiki-groq-TO2TNDG5.js +633 -0
- package/dist/components/toml-WHFDD67T.js +10 -0
- package/dist/components/tsx-KTYUJ2N6.js +10 -0
- package/dist/components/typescript-VIVS34WM.js +10 -0
- package/dist/components/wasm-I4G7NSNF.js +13 -0
- package/dist/components/yml-EHGEICAD.js +10 -0
- package/dist/lib/SanityImage.d.ts +9 -0
- package/dist/lib/Tabs.d.ts +24 -0
- package/dist/lib/normalize-code.d.ts +1 -0
- package/dist/lib/shiki-groq.d.ts +3 -0
- package/dist/lib/shiki.d.ts +5 -0
- package/package.json +45 -35
- package/css/all.css +0 -3
- package/css/colors.css +0 -498
- package/css/tailwind.css +0 -3
- package/css/variables.css +0 -326
- package/dist/Breadcrumbs.d.ts +0 -17
- package/dist/Breadcrumbs.js +0 -1
- package/dist/Button.d.ts +0 -39
- package/dist/Button.js +0 -1
- package/dist/Card.d.ts +0 -15
- package/dist/Card.js +0 -1
- package/dist/Checkbox.d.ts +0 -11
- package/dist/Checkbox.js +0 -1
- package/dist/Eyebrow.d.ts +0 -13
- package/dist/Eyebrow.js +0 -1
- package/dist/IconButton.d.ts +0 -33
- package/dist/IconButton.js +0 -1
- package/dist/Input.d.ts +0 -10
- package/dist/Input.js +0 -1
- package/dist/Input.module-wn347b2Q.js +0 -1
- package/dist/Label.d.ts +0 -16
- package/dist/Label.js +0 -1
- package/dist/Link-zm9qxqps.js +0 -1
- package/dist/LinkCTA.d.ts +0 -23
- package/dist/LinkCTA.js +0 -1
- package/dist/Radio.d.ts +0 -11
- package/dist/Radio.js +0 -1
- package/dist/RadioSwitch.d.ts +0 -28
- package/dist/RadioSwitch.js +0 -1
- package/dist/SanityIcon-D4sDJgMO.js +0 -1
- package/dist/Select.d.ts +0 -10
- package/dist/Select.js +0 -1
- package/dist/Switch.d.ts +0 -11
- package/dist/Switch.js +0 -1
- package/dist/TextArea.d.ts +0 -13
- package/dist/TextArea.js +0 -1
- package/dist/clsx-C11secjj.js +0 -1
- package/dist/styles.css +0 -1
- package/dist/tailwind.d.ts +0 -93
- package/dist/tailwind.js +0 -1
- package/dist/useLinkWithRef-Bt1HfBJb.js +0 -1
- package/dist/utils.d.ts +0 -29
- package/dist/utils.js +0 -1
package/dist/colors.d.ts
CHANGED
|
@@ -1,354 +1,74 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
magenta800: DynamicColor;
|
|
76
|
-
magenta900: DynamicColor;
|
|
77
|
-
magenta950: DynamicColor;
|
|
78
|
-
red50: DynamicColor;
|
|
79
|
-
red100: DynamicColor;
|
|
80
|
-
red200: DynamicColor;
|
|
81
|
-
red300: DynamicColor;
|
|
82
|
-
red400: DynamicColor;
|
|
83
|
-
red500: DynamicColor;
|
|
84
|
-
red600: DynamicColor;
|
|
85
|
-
red700: DynamicColor;
|
|
86
|
-
red800: DynamicColor;
|
|
87
|
-
red900: DynamicColor;
|
|
88
|
-
red950: DynamicColor;
|
|
89
|
-
orange50: DynamicColor;
|
|
90
|
-
orange100: DynamicColor;
|
|
91
|
-
orange200: DynamicColor;
|
|
92
|
-
orange300: DynamicColor;
|
|
93
|
-
orange400: DynamicColor;
|
|
94
|
-
orange500: DynamicColor;
|
|
95
|
-
orange600: DynamicColor;
|
|
96
|
-
orange700: DynamicColor;
|
|
97
|
-
orange800: DynamicColor;
|
|
98
|
-
orange900: DynamicColor;
|
|
99
|
-
orange950: DynamicColor;
|
|
100
|
-
yellow50: DynamicColor;
|
|
101
|
-
yellow100: DynamicColor;
|
|
102
|
-
yellow200: DynamicColor;
|
|
103
|
-
yellow300: DynamicColor;
|
|
104
|
-
yellow400: DynamicColor;
|
|
105
|
-
yellow500: DynamicColor;
|
|
106
|
-
yellow600: DynamicColor;
|
|
107
|
-
yellow700: DynamicColor;
|
|
108
|
-
yellow800: DynamicColor;
|
|
109
|
-
yellow900: DynamicColor;
|
|
110
|
-
yellow950: DynamicColor;
|
|
111
|
-
green50: DynamicColor;
|
|
112
|
-
green100: DynamicColor;
|
|
113
|
-
green200: DynamicColor;
|
|
114
|
-
green300: DynamicColor;
|
|
115
|
-
green400: DynamicColor;
|
|
116
|
-
green500: DynamicColor;
|
|
117
|
-
green600: DynamicColor;
|
|
118
|
-
green700: DynamicColor;
|
|
119
|
-
green800: DynamicColor;
|
|
120
|
-
green900: DynamicColor;
|
|
121
|
-
green950: DynamicColor;
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
declare type PrimitiveColor = {
|
|
125
|
-
name: string;
|
|
126
|
-
hex: string;
|
|
127
|
-
variable: string;
|
|
128
|
-
};
|
|
129
|
-
|
|
130
|
-
export declare const primitiveColors: {
|
|
131
|
-
black: PrimitiveColor;
|
|
132
|
-
white: PrimitiveColor;
|
|
133
|
-
cyan50: PrimitiveColor;
|
|
134
|
-
cyan100: PrimitiveColor;
|
|
135
|
-
cyan200: PrimitiveColor;
|
|
136
|
-
cyan300: PrimitiveColor;
|
|
137
|
-
cyan400: PrimitiveColor;
|
|
138
|
-
cyan500: PrimitiveColor;
|
|
139
|
-
cyan600: PrimitiveColor;
|
|
140
|
-
cyan700: PrimitiveColor;
|
|
141
|
-
cyan800: PrimitiveColor;
|
|
142
|
-
cyan900: PrimitiveColor;
|
|
143
|
-
cyan950: PrimitiveColor;
|
|
144
|
-
gray50: PrimitiveColor;
|
|
145
|
-
gray100: PrimitiveColor;
|
|
146
|
-
gray200: PrimitiveColor;
|
|
147
|
-
gray300: PrimitiveColor;
|
|
148
|
-
gray400: PrimitiveColor;
|
|
149
|
-
gray500: PrimitiveColor;
|
|
150
|
-
gray600: PrimitiveColor;
|
|
151
|
-
gray700: PrimitiveColor;
|
|
152
|
-
gray800: PrimitiveColor;
|
|
153
|
-
gray900: PrimitiveColor;
|
|
154
|
-
gray950: PrimitiveColor;
|
|
155
|
-
blue50: PrimitiveColor;
|
|
156
|
-
blue100: PrimitiveColor;
|
|
157
|
-
blue200: PrimitiveColor;
|
|
158
|
-
blue300: PrimitiveColor;
|
|
159
|
-
blue400: PrimitiveColor;
|
|
160
|
-
blue500: PrimitiveColor;
|
|
161
|
-
blue600: PrimitiveColor;
|
|
162
|
-
blue700: PrimitiveColor;
|
|
163
|
-
blue800: PrimitiveColor;
|
|
164
|
-
blue900: PrimitiveColor;
|
|
165
|
-
blue950: PrimitiveColor;
|
|
166
|
-
purple50: PrimitiveColor;
|
|
167
|
-
purple100: PrimitiveColor;
|
|
168
|
-
purple200: PrimitiveColor;
|
|
169
|
-
purple300: PrimitiveColor;
|
|
170
|
-
purple400: PrimitiveColor;
|
|
171
|
-
purple500: PrimitiveColor;
|
|
172
|
-
purple600: PrimitiveColor;
|
|
173
|
-
purple700: PrimitiveColor;
|
|
174
|
-
purple800: PrimitiveColor;
|
|
175
|
-
purple900: PrimitiveColor;
|
|
176
|
-
purple950: PrimitiveColor;
|
|
177
|
-
magenta50: PrimitiveColor;
|
|
178
|
-
magenta100: PrimitiveColor;
|
|
179
|
-
magenta200: PrimitiveColor;
|
|
180
|
-
magenta300: PrimitiveColor;
|
|
181
|
-
magenta400: PrimitiveColor;
|
|
182
|
-
magenta500: PrimitiveColor;
|
|
183
|
-
magenta600: PrimitiveColor;
|
|
184
|
-
magenta700: PrimitiveColor;
|
|
185
|
-
magenta800: PrimitiveColor;
|
|
186
|
-
magenta900: PrimitiveColor;
|
|
187
|
-
magenta950: PrimitiveColor;
|
|
188
|
-
red50: PrimitiveColor;
|
|
189
|
-
red100: PrimitiveColor;
|
|
190
|
-
red200: PrimitiveColor;
|
|
191
|
-
red300: PrimitiveColor;
|
|
192
|
-
red400: PrimitiveColor;
|
|
193
|
-
red500: PrimitiveColor;
|
|
194
|
-
red600: PrimitiveColor;
|
|
195
|
-
red700: PrimitiveColor;
|
|
196
|
-
red800: PrimitiveColor;
|
|
197
|
-
red900: PrimitiveColor;
|
|
198
|
-
red950: PrimitiveColor;
|
|
199
|
-
orange50: PrimitiveColor;
|
|
200
|
-
orange100: PrimitiveColor;
|
|
201
|
-
orange200: PrimitiveColor;
|
|
202
|
-
orange300: PrimitiveColor;
|
|
203
|
-
orange400: PrimitiveColor;
|
|
204
|
-
orange500: PrimitiveColor;
|
|
205
|
-
orange600: PrimitiveColor;
|
|
206
|
-
orange700: PrimitiveColor;
|
|
207
|
-
orange800: PrimitiveColor;
|
|
208
|
-
orange900: PrimitiveColor;
|
|
209
|
-
orange950: PrimitiveColor;
|
|
210
|
-
yellow50: PrimitiveColor;
|
|
211
|
-
yellow100: PrimitiveColor;
|
|
212
|
-
yellow200: PrimitiveColor;
|
|
213
|
-
yellow300: PrimitiveColor;
|
|
214
|
-
yellow400: PrimitiveColor;
|
|
215
|
-
yellow500: PrimitiveColor;
|
|
216
|
-
yellow600: PrimitiveColor;
|
|
217
|
-
yellow700: PrimitiveColor;
|
|
218
|
-
yellow800: PrimitiveColor;
|
|
219
|
-
yellow900: PrimitiveColor;
|
|
220
|
-
yellow950: PrimitiveColor;
|
|
221
|
-
green50: PrimitiveColor;
|
|
222
|
-
green100: PrimitiveColor;
|
|
223
|
-
green200: PrimitiveColor;
|
|
224
|
-
green300: PrimitiveColor;
|
|
225
|
-
green400: PrimitiveColor;
|
|
226
|
-
green500: PrimitiveColor;
|
|
227
|
-
green600: PrimitiveColor;
|
|
228
|
-
green700: PrimitiveColor;
|
|
229
|
-
green800: PrimitiveColor;
|
|
230
|
-
green900: PrimitiveColor;
|
|
231
|
-
green950: PrimitiveColor;
|
|
232
|
-
};
|
|
233
|
-
|
|
234
|
-
declare type SemanticColor = {
|
|
235
|
-
name: string;
|
|
236
|
-
variable: string;
|
|
237
|
-
light: PrimitiveColor;
|
|
238
|
-
dark: PrimitiveColor;
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
export declare const semanticColors: {
|
|
242
|
-
fgStrong: SemanticColor;
|
|
243
|
-
fgBase: SemanticColor;
|
|
244
|
-
fgDim: SemanticColor;
|
|
245
|
-
fgFaint: SemanticColor;
|
|
246
|
-
fgInverseStrong: SemanticColor;
|
|
247
|
-
fgInverseBase: SemanticColor;
|
|
248
|
-
fgInverseDim: SemanticColor;
|
|
249
|
-
fgBrandStrong: SemanticColor;
|
|
250
|
-
fgBrandBase: SemanticColor;
|
|
251
|
-
fgAccentStrong: SemanticColor;
|
|
252
|
-
fgAccentBase: SemanticColor;
|
|
253
|
-
fgAccentDim: SemanticColor;
|
|
254
|
-
fgUpsellStrong: SemanticColor;
|
|
255
|
-
fgUpsellBase: SemanticColor;
|
|
256
|
-
fgUpsellDim: SemanticColor;
|
|
257
|
-
fgWarningStrong: SemanticColor;
|
|
258
|
-
fgWarningBase: SemanticColor;
|
|
259
|
-
bgStrong: SemanticColor;
|
|
260
|
-
bgBase: SemanticColor;
|
|
261
|
-
bgDim: SemanticColor;
|
|
262
|
-
bgInverseStrong: SemanticColor;
|
|
263
|
-
bgInverseBase: SemanticColor;
|
|
264
|
-
bgBrandBase: SemanticColor;
|
|
265
|
-
bgBrandDim: SemanticColor;
|
|
266
|
-
bgAccentStrong: SemanticColor;
|
|
267
|
-
bgAccentBase: SemanticColor;
|
|
268
|
-
bgAccentDim: SemanticColor;
|
|
269
|
-
bgUpsellStrong: SemanticColor;
|
|
270
|
-
bgUpsellBase: SemanticColor;
|
|
271
|
-
bgUpsellDim: SemanticColor;
|
|
272
|
-
bgWarningSubtle: SemanticColor;
|
|
273
|
-
borderStrong: SemanticColor;
|
|
274
|
-
borderBase: SemanticColor;
|
|
275
|
-
borderSubtle: SemanticColor;
|
|
276
|
-
borderHairline: SemanticColor;
|
|
277
|
-
borderInverse: SemanticColor;
|
|
278
|
-
borderBrandStrong: SemanticColor;
|
|
279
|
-
borderBrandBase: SemanticColor;
|
|
280
|
-
borderBrandDim: SemanticColor;
|
|
281
|
-
borderAccentStrong: SemanticColor;
|
|
282
|
-
borderAccentBase: SemanticColor;
|
|
283
|
-
borderAccentDim: SemanticColor;
|
|
284
|
-
borderUpsellStrong: SemanticColor;
|
|
285
|
-
borderUpsellBase: SemanticColor;
|
|
286
|
-
borderUpsellDim: SemanticColor;
|
|
287
|
-
buttonFocusRing: SemanticColor;
|
|
288
|
-
buttonFocusSpace: SemanticColor;
|
|
289
|
-
buttonBgDefault: SemanticColor;
|
|
290
|
-
buttonBgDefaultPrimary: SemanticColor;
|
|
291
|
-
buttonBgHover: SemanticColor;
|
|
292
|
-
buttonBgActive: SemanticColor;
|
|
293
|
-
buttonBgInverseDefault: SemanticColor;
|
|
294
|
-
buttonBgInverseHover: SemanticColor;
|
|
295
|
-
buttonBgInverseActive: SemanticColor;
|
|
296
|
-
buttonBgBrandDefault: SemanticColor;
|
|
297
|
-
buttonBgBrandDefaultPrimary: SemanticColor;
|
|
298
|
-
buttonBgBrandHover: SemanticColor;
|
|
299
|
-
buttonBgBrandHoverPrimary: SemanticColor;
|
|
300
|
-
buttonBgBrandActive: SemanticColor;
|
|
301
|
-
buttonBgBrandActivePrimary: SemanticColor;
|
|
302
|
-
buttonBgAccentDefault: SemanticColor;
|
|
303
|
-
buttonBgAccentDefaultPrimary: SemanticColor;
|
|
304
|
-
buttonBgAccentHover: SemanticColor;
|
|
305
|
-
buttonBgAccentActive: SemanticColor;
|
|
306
|
-
buttonFgDefault: SemanticColor;
|
|
307
|
-
buttonFgDisabled: SemanticColor;
|
|
308
|
-
buttonFgInverseDefault: SemanticColor;
|
|
309
|
-
buttonFgInverseHover: SemanticColor;
|
|
310
|
-
buttonFgInverseActive: SemanticColor;
|
|
311
|
-
buttonFgBrandDefault: SemanticColor;
|
|
312
|
-
buttonFgBrandHover: SemanticColor;
|
|
313
|
-
buttonFgBrandHoverPrimary: SemanticColor;
|
|
314
|
-
buttonFgBrandActive: SemanticColor;
|
|
315
|
-
buttonFgBrandActivePrimary: SemanticColor;
|
|
316
|
-
buttonFgAccentDefault: SemanticColor;
|
|
317
|
-
buttonFgAccentHover: SemanticColor;
|
|
318
|
-
buttonFgAccentActive: SemanticColor;
|
|
319
|
-
buttonFgIconDefault: SemanticColor;
|
|
320
|
-
buttonFgIconInverse: SemanticColor;
|
|
321
|
-
buttonFgIconBrandPrimary: SemanticColor;
|
|
322
|
-
buttonFgIconAccent: SemanticColor;
|
|
323
|
-
buttonFgIconDisabled: SemanticColor;
|
|
324
|
-
buttonBorderDefault: SemanticColor;
|
|
325
|
-
buttonBorderHover: SemanticColor;
|
|
326
|
-
buttonBorderActive: SemanticColor;
|
|
327
|
-
buttonBorderDisabled: SemanticColor;
|
|
328
|
-
buttonBorderBrand: SemanticColor;
|
|
329
|
-
buttonBorderAccentDefault: SemanticColor;
|
|
330
|
-
buttonBorderAccentHover: SemanticColor;
|
|
331
|
-
buttonBorderAccentActive: SemanticColor;
|
|
332
|
-
linkCtaBgDefault: SemanticColor;
|
|
333
|
-
linkCtaBgHover: SemanticColor;
|
|
334
|
-
linkCtaBgActive: SemanticColor;
|
|
335
|
-
linkCtaFgDefault: SemanticColor;
|
|
336
|
-
linkCtaFgActive: SemanticColor;
|
|
337
|
-
linkCtaFgIconDefault: SemanticColor;
|
|
338
|
-
linkCtaFgIconActive: SemanticColor;
|
|
339
|
-
linkCtaBorderDefault: SemanticColor;
|
|
340
|
-
linkCtaBorderHover: SemanticColor;
|
|
341
|
-
linkUnderline: SemanticColor;
|
|
342
|
-
logoPrimary: SemanticColor;
|
|
343
|
-
logoSecondary: SemanticColor;
|
|
344
|
-
logoTertiary: SemanticColor;
|
|
345
|
-
fieldBorder: SemanticColor;
|
|
346
|
-
fieldBorderHover: SemanticColor;
|
|
347
|
-
fieldBg: SemanticColor;
|
|
348
|
-
fieldFg: SemanticColor;
|
|
349
|
-
fieldFgPlaceholder: SemanticColor;
|
|
350
|
-
fieldFgLabel: SemanticColor;
|
|
351
|
-
fieldFgHint: SemanticColor;
|
|
352
|
-
};
|
|
353
|
-
|
|
354
|
-
export { }
|
|
1
|
+
export type PrimitiveColor = {
|
|
2
|
+
name: string;
|
|
3
|
+
variable: string;
|
|
4
|
+
hex: string;
|
|
5
|
+
p3?: string;
|
|
6
|
+
};
|
|
7
|
+
export type SemanticColor = {
|
|
8
|
+
name: string;
|
|
9
|
+
variable: string;
|
|
10
|
+
light: PrimitiveColor | {
|
|
11
|
+
hex: string;
|
|
12
|
+
};
|
|
13
|
+
dark: PrimitiveColor | {
|
|
14
|
+
hex: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare const primitiveColors: {
|
|
18
|
+
black: PrimitiveColor;
|
|
19
|
+
white: PrimitiveColor;
|
|
20
|
+
brand: PrimitiveColor;
|
|
21
|
+
gray100: PrimitiveColor;
|
|
22
|
+
gray300: PrimitiveColor;
|
|
23
|
+
gray500: PrimitiveColor;
|
|
24
|
+
gray700: PrimitiveColor;
|
|
25
|
+
gray900: PrimitiveColor;
|
|
26
|
+
blue100: PrimitiveColor;
|
|
27
|
+
blue300: PrimitiveColor;
|
|
28
|
+
blue500: PrimitiveColor;
|
|
29
|
+
blue700: PrimitiveColor;
|
|
30
|
+
green100: PrimitiveColor;
|
|
31
|
+
green300: PrimitiveColor;
|
|
32
|
+
green500: PrimitiveColor;
|
|
33
|
+
green700: PrimitiveColor;
|
|
34
|
+
magenta100: PrimitiveColor;
|
|
35
|
+
magenta300: PrimitiveColor;
|
|
36
|
+
magenta500: PrimitiveColor;
|
|
37
|
+
magenta700: PrimitiveColor;
|
|
38
|
+
yellow100: PrimitiveColor;
|
|
39
|
+
yellow300: PrimitiveColor;
|
|
40
|
+
yellow500: PrimitiveColor;
|
|
41
|
+
yellow700: PrimitiveColor;
|
|
42
|
+
};
|
|
43
|
+
export declare const semanticColors: {
|
|
44
|
+
fgBase: SemanticColor;
|
|
45
|
+
fgDim: SemanticColor;
|
|
46
|
+
fgFaint: SemanticColor;
|
|
47
|
+
fgInverseBase: SemanticColor;
|
|
48
|
+
fgInverseDim: SemanticColor;
|
|
49
|
+
fgInverseFaint: SemanticColor;
|
|
50
|
+
fgAccentBlue: SemanticColor;
|
|
51
|
+
fgAccentGreen: SemanticColor;
|
|
52
|
+
fgAccentMagenta: SemanticColor;
|
|
53
|
+
fgAccentYellow: SemanticColor;
|
|
54
|
+
fgError: SemanticColor;
|
|
55
|
+
bgBase: SemanticColor;
|
|
56
|
+
bgDim: SemanticColor;
|
|
57
|
+
bgInverseBase: SemanticColor;
|
|
58
|
+
bgInverseDim: SemanticColor;
|
|
59
|
+
bgAccentBlueBase: SemanticColor;
|
|
60
|
+
bgAccentBlueDim: SemanticColor;
|
|
61
|
+
bgAccentGreenBase: SemanticColor;
|
|
62
|
+
bgAccentGreenDim: SemanticColor;
|
|
63
|
+
bgAccentMagentaBase: SemanticColor;
|
|
64
|
+
bgAccentMagentaDim: SemanticColor;
|
|
65
|
+
bgAccentYellowBase: SemanticColor;
|
|
66
|
+
bgAccentYellowDim: SemanticColor;
|
|
67
|
+
borderBase: SemanticColor;
|
|
68
|
+
borderFaint: SemanticColor;
|
|
69
|
+
borderInverseBase: SemanticColor;
|
|
70
|
+
borderAccentBlue: SemanticColor;
|
|
71
|
+
borderAccentGreen: SemanticColor;
|
|
72
|
+
borderAccentMagenta: SemanticColor;
|
|
73
|
+
borderAccentYellow: SemanticColor;
|
|
74
|
+
};
|