@expcat/tigercat-core 1.1.0 → 1.2.14
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/README.md +1 -1
- package/dist/datepicker-locales/ar-SA.cjs +46 -0
- package/dist/datepicker-locales/ar-SA.d.cts +6 -0
- package/dist/datepicker-locales/ar-SA.d.ts +6 -0
- package/dist/datepicker-locales/ar-SA.js +20 -0
- package/dist/datepicker-locales/de-DE.cjs +46 -0
- package/dist/datepicker-locales/de-DE.d.cts +6 -0
- package/dist/datepicker-locales/de-DE.d.ts +6 -0
- package/dist/datepicker-locales/de-DE.js +20 -0
- package/dist/datepicker-locales/en-US.cjs +30 -7
- package/dist/datepicker-locales/en-US.js +5 -2
- package/dist/datepicker-locales/es-ES.cjs +46 -0
- package/dist/datepicker-locales/es-ES.d.cts +6 -0
- package/dist/datepicker-locales/es-ES.d.ts +6 -0
- package/dist/datepicker-locales/es-ES.js +20 -0
- package/dist/datepicker-locales/fr-FR.cjs +46 -0
- package/dist/datepicker-locales/fr-FR.d.cts +6 -0
- package/dist/datepicker-locales/fr-FR.d.ts +6 -0
- package/dist/datepicker-locales/fr-FR.js +20 -0
- package/dist/datepicker-locales/id-ID.cjs +30 -7
- package/dist/datepicker-locales/id-ID.js +5 -2
- package/dist/datepicker-locales/ja-JP.cjs +30 -7
- package/dist/datepicker-locales/ja-JP.js +5 -2
- package/dist/datepicker-locales/ko-KR.cjs +30 -7
- package/dist/datepicker-locales/ko-KR.js +5 -2
- package/dist/datepicker-locales/pt-BR.cjs +46 -0
- package/dist/datepicker-locales/pt-BR.d.cts +6 -0
- package/dist/datepicker-locales/pt-BR.d.ts +6 -0
- package/dist/datepicker-locales/pt-BR.js +20 -0
- package/dist/datepicker-locales/th-TH.cjs +30 -7
- package/dist/datepicker-locales/th-TH.js +5 -2
- package/dist/datepicker-locales/vi-VN.cjs +30 -7
- package/dist/datepicker-locales/vi-VN.js +5 -2
- package/dist/datepicker-locales/zh-CN.cjs +30 -7
- package/dist/datepicker-locales/zh-CN.js +5 -2
- package/dist/datepicker-locales/zh-TW.cjs +30 -7
- package/dist/datepicker-locales/zh-TW.js +5 -2
- package/dist/icons/common.cjs +43 -11
- package/dist/icons/common.js +11 -2
- package/dist/icons/picker.cjs +57 -18
- package/dist/icons/picker.js +18 -2
- package/dist/icons/status.cjs +35 -7
- package/dist/icons/status.js +7 -2
- package/dist/icons/table.cjs +39 -9
- package/dist/icons/table.js +9 -2
- package/dist/index.cjs +6703 -1719
- package/dist/index.d.cts +1940 -58
- package/dist/index.d.ts +1940 -58
- package/dist/index.js +4821 -159
- package/dist/{locale-CEmE5uq-.d.cts → locale-9-B-d0mp.d.cts} +6 -1
- package/dist/{locale-m1sF4KRO.d.ts → locale-Bc3zz2b0.d.ts} +6 -1
- package/dist/locales/ar-SA.cjs +155 -0
- package/dist/locales/ar-SA.d.cts +10 -0
- package/dist/locales/ar-SA.d.ts +10 -0
- package/dist/locales/ar-SA.js +128 -0
- package/dist/locales/de-DE.cjs +155 -0
- package/dist/locales/de-DE.d.cts +10 -0
- package/dist/locales/de-DE.d.ts +10 -0
- package/dist/locales/de-DE.js +128 -0
- package/dist/locales/en-US.cjs +29 -3
- package/dist/locales/en-US.d.cts +1 -1
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +5 -2
- package/dist/locales/es-ES.cjs +155 -0
- package/dist/locales/es-ES.d.cts +10 -0
- package/dist/locales/es-ES.d.ts +10 -0
- package/dist/locales/es-ES.js +128 -0
- package/dist/locales/fr-FR.cjs +155 -0
- package/dist/locales/fr-FR.d.cts +10 -0
- package/dist/locales/fr-FR.d.ts +10 -0
- package/dist/locales/fr-FR.js +128 -0
- package/dist/locales/id-ID.cjs +29 -3
- package/dist/locales/id-ID.d.cts +1 -1
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +5 -2
- package/dist/locales/ja-JP.cjs +29 -3
- package/dist/locales/ja-JP.d.cts +1 -1
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +5 -2
- package/dist/locales/ko-KR.cjs +29 -3
- package/dist/locales/ko-KR.d.cts +1 -1
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +5 -2
- package/dist/locales/pt-BR.cjs +155 -0
- package/dist/locales/pt-BR.d.cts +10 -0
- package/dist/locales/pt-BR.d.ts +10 -0
- package/dist/locales/pt-BR.js +128 -0
- package/dist/locales/th-TH.cjs +29 -3
- package/dist/locales/th-TH.d.cts +1 -1
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +5 -2
- package/dist/locales/vi-VN.cjs +29 -3
- package/dist/locales/vi-VN.d.cts +1 -1
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +5 -2
- package/dist/locales/zh-CN.cjs +29 -3
- package/dist/locales/zh-CN.d.cts +1 -1
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +5 -2
- package/dist/locales/zh-TW.cjs +29 -3
- package/dist/locales/zh-TW.d.cts +1 -1
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +5 -2
- package/dist/{table-export-Cy9DgTiO.d.cts → table-export-6ISYSoVB.d.cts} +35 -3
- package/dist/{table-export-Cy9DgTiO.d.ts → table-export-6ISYSoVB.d.ts} +35 -3
- package/dist/tailwind/modern.cjs +81 -18
- package/dist/tailwind/modern.js +49 -13
- package/dist/{tailwind-entry-2KPvkOin.d.ts → tailwind-entry-D4_sseNi.d.ts} +1 -1
- package/dist/{tailwind-entry-CUaMC8Ma.d.cts → tailwind-entry-DUchHtjs.d.cts} +1 -1
- package/dist/tailwind.cjs +75 -10
- package/dist/tailwind.d.cts +1 -1
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +43 -5
- package/dist/utils/table-export.cjs +79 -5
- package/dist/utils/table-export.d.cts +1 -1
- package/dist/utils/table-export.d.ts +1 -1
- package/dist/utils/table-export.js +47 -2
- package/package.json +60 -6
- package/tokens/figma-variables.json +2553 -0
- package/tokens/tailwind-tokens.js +145 -0
- package/tokens/tokens.css +640 -0
- package/tokens/tokens.json +395 -0
|
@@ -0,0 +1,2553 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"name": "Tigercat Design Tokens",
|
|
4
|
+
"source": "packages/core/tokens/tokens.json",
|
|
5
|
+
"collections": [
|
|
6
|
+
{
|
|
7
|
+
"name": "Tigercat Primitive",
|
|
8
|
+
"mode": "Default",
|
|
9
|
+
"variables": [
|
|
10
|
+
{
|
|
11
|
+
"name": "primitive/color/primary/50",
|
|
12
|
+
"type": "COLOR",
|
|
13
|
+
"cssVariable": "--tiger-primitive-color-primary-50",
|
|
14
|
+
"value": {
|
|
15
|
+
"r": 0.9411764705882353,
|
|
16
|
+
"g": 0.9764705882352941,
|
|
17
|
+
"b": 1,
|
|
18
|
+
"a": 1
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "primitive/color/primary/100",
|
|
23
|
+
"type": "COLOR",
|
|
24
|
+
"cssVariable": "--tiger-primitive-color-primary-100",
|
|
25
|
+
"value": {
|
|
26
|
+
"r": 0.8784313725490196,
|
|
27
|
+
"g": 0.9490196078431372,
|
|
28
|
+
"b": 0.996078431372549,
|
|
29
|
+
"a": 1
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "primitive/color/primary/200",
|
|
34
|
+
"type": "COLOR",
|
|
35
|
+
"cssVariable": "--tiger-primitive-color-primary-200",
|
|
36
|
+
"value": {
|
|
37
|
+
"r": 0.7294117647058823,
|
|
38
|
+
"g": 0.9019607843137255,
|
|
39
|
+
"b": 0.9921568627450981,
|
|
40
|
+
"a": 1
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "primitive/color/primary/300",
|
|
45
|
+
"type": "COLOR",
|
|
46
|
+
"cssVariable": "--tiger-primitive-color-primary-300",
|
|
47
|
+
"value": {
|
|
48
|
+
"r": 0.49019607843137253,
|
|
49
|
+
"g": 0.8274509803921568,
|
|
50
|
+
"b": 0.9882352941176471,
|
|
51
|
+
"a": 1
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "primitive/color/primary/400",
|
|
56
|
+
"type": "COLOR",
|
|
57
|
+
"cssVariable": "--tiger-primitive-color-primary-400",
|
|
58
|
+
"value": {
|
|
59
|
+
"r": 0.2196078431372549,
|
|
60
|
+
"g": 0.7411764705882353,
|
|
61
|
+
"b": 0.9725490196078431,
|
|
62
|
+
"a": 1
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "primitive/color/primary/500",
|
|
67
|
+
"type": "COLOR",
|
|
68
|
+
"cssVariable": "--tiger-primitive-color-primary-500",
|
|
69
|
+
"value": {
|
|
70
|
+
"r": 0.054901960784313725,
|
|
71
|
+
"g": 0.6470588235294118,
|
|
72
|
+
"b": 0.9137254901960784,
|
|
73
|
+
"a": 1
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "primitive/color/primary/600",
|
|
78
|
+
"type": "COLOR",
|
|
79
|
+
"cssVariable": "--tiger-primitive-color-primary-600",
|
|
80
|
+
"value": {
|
|
81
|
+
"r": 0.00784313725490196,
|
|
82
|
+
"g": 0.5176470588235295,
|
|
83
|
+
"b": 0.7803921568627451,
|
|
84
|
+
"a": 1
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "primitive/color/primary/700",
|
|
89
|
+
"type": "COLOR",
|
|
90
|
+
"cssVariable": "--tiger-primitive-color-primary-700",
|
|
91
|
+
"value": {
|
|
92
|
+
"r": 0.011764705882352941,
|
|
93
|
+
"g": 0.4117647058823529,
|
|
94
|
+
"b": 0.6313725490196078,
|
|
95
|
+
"a": 1
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "primitive/color/primary/800",
|
|
100
|
+
"type": "COLOR",
|
|
101
|
+
"cssVariable": "--tiger-primitive-color-primary-800",
|
|
102
|
+
"value": {
|
|
103
|
+
"r": 0.027450980392156862,
|
|
104
|
+
"g": 0.34901960784313724,
|
|
105
|
+
"b": 0.5215686274509804,
|
|
106
|
+
"a": 1
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "primitive/color/primary/950",
|
|
111
|
+
"type": "COLOR",
|
|
112
|
+
"cssVariable": "--tiger-primitive-color-primary-950",
|
|
113
|
+
"value": {
|
|
114
|
+
"r": 0.047058823529411764,
|
|
115
|
+
"g": 0.23921568627450981,
|
|
116
|
+
"b": 0.4,
|
|
117
|
+
"a": 1
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "primitive/color/secondary/50",
|
|
122
|
+
"type": "COLOR",
|
|
123
|
+
"cssVariable": "--tiger-primitive-color-secondary-50",
|
|
124
|
+
"value": {
|
|
125
|
+
"r": 0.9725490196078431,
|
|
126
|
+
"g": 0.9803921568627451,
|
|
127
|
+
"b": 0.9882352941176471,
|
|
128
|
+
"a": 1
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "primitive/color/secondary/100",
|
|
133
|
+
"type": "COLOR",
|
|
134
|
+
"cssVariable": "--tiger-primitive-color-secondary-100",
|
|
135
|
+
"value": {
|
|
136
|
+
"r": 0.9450980392156862,
|
|
137
|
+
"g": 0.9607843137254902,
|
|
138
|
+
"b": 0.9764705882352941,
|
|
139
|
+
"a": 1
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "primitive/color/secondary/200",
|
|
144
|
+
"type": "COLOR",
|
|
145
|
+
"cssVariable": "--tiger-primitive-color-secondary-200",
|
|
146
|
+
"value": {
|
|
147
|
+
"r": 0.8862745098039215,
|
|
148
|
+
"g": 0.9098039215686274,
|
|
149
|
+
"b": 0.9411764705882353,
|
|
150
|
+
"a": 1
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "primitive/color/secondary/300",
|
|
155
|
+
"type": "COLOR",
|
|
156
|
+
"cssVariable": "--tiger-primitive-color-secondary-300",
|
|
157
|
+
"value": {
|
|
158
|
+
"r": 0.796078431372549,
|
|
159
|
+
"g": 0.8352941176470589,
|
|
160
|
+
"b": 0.8823529411764706,
|
|
161
|
+
"a": 1
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "primitive/color/secondary/400",
|
|
166
|
+
"type": "COLOR",
|
|
167
|
+
"cssVariable": "--tiger-primitive-color-secondary-400",
|
|
168
|
+
"value": {
|
|
169
|
+
"r": 0.5803921568627451,
|
|
170
|
+
"g": 0.6392156862745098,
|
|
171
|
+
"b": 0.7215686274509804,
|
|
172
|
+
"a": 1
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "primitive/color/secondary/500",
|
|
177
|
+
"type": "COLOR",
|
|
178
|
+
"cssVariable": "--tiger-primitive-color-secondary-500",
|
|
179
|
+
"value": {
|
|
180
|
+
"r": 0.39215686274509803,
|
|
181
|
+
"g": 0.4549019607843137,
|
|
182
|
+
"b": 0.5450980392156862,
|
|
183
|
+
"a": 1
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "primitive/color/secondary/600",
|
|
188
|
+
"type": "COLOR",
|
|
189
|
+
"cssVariable": "--tiger-primitive-color-secondary-600",
|
|
190
|
+
"value": {
|
|
191
|
+
"r": 0.2784313725490196,
|
|
192
|
+
"g": 0.3333333333333333,
|
|
193
|
+
"b": 0.4117647058823529,
|
|
194
|
+
"a": 1
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "primitive/color/secondary/700",
|
|
199
|
+
"type": "COLOR",
|
|
200
|
+
"cssVariable": "--tiger-primitive-color-secondary-700",
|
|
201
|
+
"value": {
|
|
202
|
+
"r": 0.2,
|
|
203
|
+
"g": 0.2549019607843137,
|
|
204
|
+
"b": 0.3333333333333333,
|
|
205
|
+
"a": 1
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "primitive/color/secondary/800",
|
|
210
|
+
"type": "COLOR",
|
|
211
|
+
"cssVariable": "--tiger-primitive-color-secondary-800",
|
|
212
|
+
"value": {
|
|
213
|
+
"r": 0.11764705882352941,
|
|
214
|
+
"g": 0.1607843137254902,
|
|
215
|
+
"b": 0.23137254901960785,
|
|
216
|
+
"a": 1
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "primitive/color/secondary/950",
|
|
221
|
+
"type": "COLOR",
|
|
222
|
+
"cssVariable": "--tiger-primitive-color-secondary-950",
|
|
223
|
+
"value": {
|
|
224
|
+
"r": 0.058823529411764705,
|
|
225
|
+
"g": 0.09019607843137255,
|
|
226
|
+
"b": 0.16470588235294117,
|
|
227
|
+
"a": 1
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "primitive/color/success/50",
|
|
232
|
+
"type": "COLOR",
|
|
233
|
+
"cssVariable": "--tiger-primitive-color-success-50",
|
|
234
|
+
"value": {
|
|
235
|
+
"r": 0.9411764705882353,
|
|
236
|
+
"g": 0.9921568627450981,
|
|
237
|
+
"b": 0.9568627450980393,
|
|
238
|
+
"a": 1
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "primitive/color/success/100",
|
|
243
|
+
"type": "COLOR",
|
|
244
|
+
"cssVariable": "--tiger-primitive-color-success-100",
|
|
245
|
+
"value": {
|
|
246
|
+
"r": 0.8627450980392157,
|
|
247
|
+
"g": 0.9882352941176471,
|
|
248
|
+
"b": 0.9058823529411765,
|
|
249
|
+
"a": 1
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "primitive/color/success/200",
|
|
254
|
+
"type": "COLOR",
|
|
255
|
+
"cssVariable": "--tiger-primitive-color-success-200",
|
|
256
|
+
"value": {
|
|
257
|
+
"r": 0.7333333333333333,
|
|
258
|
+
"g": 0.9686274509803922,
|
|
259
|
+
"b": 0.8156862745098039,
|
|
260
|
+
"a": 1
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "primitive/color/success/300",
|
|
265
|
+
"type": "COLOR",
|
|
266
|
+
"cssVariable": "--tiger-primitive-color-success-300",
|
|
267
|
+
"value": {
|
|
268
|
+
"r": 0.5254901960784314,
|
|
269
|
+
"g": 0.9372549019607843,
|
|
270
|
+
"b": 0.6745098039215687,
|
|
271
|
+
"a": 1
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "primitive/color/success/400",
|
|
276
|
+
"type": "COLOR",
|
|
277
|
+
"cssVariable": "--tiger-primitive-color-success-400",
|
|
278
|
+
"value": {
|
|
279
|
+
"r": 0.2901960784313726,
|
|
280
|
+
"g": 0.8705882352941177,
|
|
281
|
+
"b": 0.5019607843137255,
|
|
282
|
+
"a": 1
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "primitive/color/success/500",
|
|
287
|
+
"type": "COLOR",
|
|
288
|
+
"cssVariable": "--tiger-primitive-color-success-500",
|
|
289
|
+
"value": {
|
|
290
|
+
"r": 0.13333333333333333,
|
|
291
|
+
"g": 0.7725490196078432,
|
|
292
|
+
"b": 0.3686274509803922,
|
|
293
|
+
"a": 1
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "primitive/color/success/600",
|
|
298
|
+
"type": "COLOR",
|
|
299
|
+
"cssVariable": "--tiger-primitive-color-success-600",
|
|
300
|
+
"value": {
|
|
301
|
+
"r": 0.08627450980392157,
|
|
302
|
+
"g": 0.6392156862745098,
|
|
303
|
+
"b": 0.2901960784313726,
|
|
304
|
+
"a": 1
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "primitive/color/success/700",
|
|
309
|
+
"type": "COLOR",
|
|
310
|
+
"cssVariable": "--tiger-primitive-color-success-700",
|
|
311
|
+
"value": {
|
|
312
|
+
"r": 0.08235294117647059,
|
|
313
|
+
"g": 0.5019607843137255,
|
|
314
|
+
"b": 0.23921568627450981,
|
|
315
|
+
"a": 1
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "primitive/color/success/800",
|
|
320
|
+
"type": "COLOR",
|
|
321
|
+
"cssVariable": "--tiger-primitive-color-success-800",
|
|
322
|
+
"value": {
|
|
323
|
+
"r": 0.08627450980392157,
|
|
324
|
+
"g": 0.396078431372549,
|
|
325
|
+
"b": 0.20392156862745098,
|
|
326
|
+
"a": 1
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "primitive/color/success/950",
|
|
331
|
+
"type": "COLOR",
|
|
332
|
+
"cssVariable": "--tiger-primitive-color-success-950",
|
|
333
|
+
"value": {
|
|
334
|
+
"r": 0.0196078431372549,
|
|
335
|
+
"g": 0.1803921568627451,
|
|
336
|
+
"b": 0.08627450980392157,
|
|
337
|
+
"a": 1
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "primitive/color/warning/50",
|
|
342
|
+
"type": "COLOR",
|
|
343
|
+
"cssVariable": "--tiger-primitive-color-warning-50",
|
|
344
|
+
"value": {
|
|
345
|
+
"r": 1,
|
|
346
|
+
"g": 0.984313725490196,
|
|
347
|
+
"b": 0.9215686274509803,
|
|
348
|
+
"a": 1
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "primitive/color/warning/100",
|
|
353
|
+
"type": "COLOR",
|
|
354
|
+
"cssVariable": "--tiger-primitive-color-warning-100",
|
|
355
|
+
"value": {
|
|
356
|
+
"r": 0.996078431372549,
|
|
357
|
+
"g": 0.9529411764705882,
|
|
358
|
+
"b": 0.7803921568627451,
|
|
359
|
+
"a": 1
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "primitive/color/warning/200",
|
|
364
|
+
"type": "COLOR",
|
|
365
|
+
"cssVariable": "--tiger-primitive-color-warning-200",
|
|
366
|
+
"value": {
|
|
367
|
+
"r": 0.9921568627450981,
|
|
368
|
+
"g": 0.9019607843137255,
|
|
369
|
+
"b": 0.5411764705882353,
|
|
370
|
+
"a": 1
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "primitive/color/warning/300",
|
|
375
|
+
"type": "COLOR",
|
|
376
|
+
"cssVariable": "--tiger-primitive-color-warning-300",
|
|
377
|
+
"value": {
|
|
378
|
+
"r": 0.9882352941176471,
|
|
379
|
+
"g": 0.8274509803921568,
|
|
380
|
+
"b": 0.30196078431372547,
|
|
381
|
+
"a": 1
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "primitive/color/warning/400",
|
|
386
|
+
"type": "COLOR",
|
|
387
|
+
"cssVariable": "--tiger-primitive-color-warning-400",
|
|
388
|
+
"value": {
|
|
389
|
+
"r": 0.984313725490196,
|
|
390
|
+
"g": 0.7490196078431373,
|
|
391
|
+
"b": 0.1411764705882353,
|
|
392
|
+
"a": 1
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "primitive/color/warning/500",
|
|
397
|
+
"type": "COLOR",
|
|
398
|
+
"cssVariable": "--tiger-primitive-color-warning-500",
|
|
399
|
+
"value": {
|
|
400
|
+
"r": 0.9607843137254902,
|
|
401
|
+
"g": 0.6196078431372549,
|
|
402
|
+
"b": 0.043137254901960784,
|
|
403
|
+
"a": 1
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "primitive/color/warning/600",
|
|
408
|
+
"type": "COLOR",
|
|
409
|
+
"cssVariable": "--tiger-primitive-color-warning-600",
|
|
410
|
+
"value": {
|
|
411
|
+
"r": 0.8509803921568627,
|
|
412
|
+
"g": 0.4666666666666667,
|
|
413
|
+
"b": 0.023529411764705882,
|
|
414
|
+
"a": 1
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "primitive/color/warning/700",
|
|
419
|
+
"type": "COLOR",
|
|
420
|
+
"cssVariable": "--tiger-primitive-color-warning-700",
|
|
421
|
+
"value": {
|
|
422
|
+
"r": 0.7058823529411765,
|
|
423
|
+
"g": 0.3254901960784314,
|
|
424
|
+
"b": 0.03529411764705882,
|
|
425
|
+
"a": 1
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "primitive/color/warning/800",
|
|
430
|
+
"type": "COLOR",
|
|
431
|
+
"cssVariable": "--tiger-primitive-color-warning-800",
|
|
432
|
+
"value": {
|
|
433
|
+
"r": 0.5725490196078431,
|
|
434
|
+
"g": 0.25098039215686274,
|
|
435
|
+
"b": 0.054901960784313725,
|
|
436
|
+
"a": 1
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "primitive/color/warning/950",
|
|
441
|
+
"type": "COLOR",
|
|
442
|
+
"cssVariable": "--tiger-primitive-color-warning-950",
|
|
443
|
+
"value": {
|
|
444
|
+
"r": 0.27058823529411763,
|
|
445
|
+
"g": 0.10196078431372549,
|
|
446
|
+
"b": 0.011764705882352941,
|
|
447
|
+
"a": 1
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "primitive/color/error/50",
|
|
452
|
+
"type": "COLOR",
|
|
453
|
+
"cssVariable": "--tiger-primitive-color-error-50",
|
|
454
|
+
"value": {
|
|
455
|
+
"r": 0.996078431372549,
|
|
456
|
+
"g": 0.9490196078431372,
|
|
457
|
+
"b": 0.9490196078431372,
|
|
458
|
+
"a": 1
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "primitive/color/error/100",
|
|
463
|
+
"type": "COLOR",
|
|
464
|
+
"cssVariable": "--tiger-primitive-color-error-100",
|
|
465
|
+
"value": {
|
|
466
|
+
"r": 0.996078431372549,
|
|
467
|
+
"g": 0.8862745098039215,
|
|
468
|
+
"b": 0.8862745098039215,
|
|
469
|
+
"a": 1
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "primitive/color/error/200",
|
|
474
|
+
"type": "COLOR",
|
|
475
|
+
"cssVariable": "--tiger-primitive-color-error-200",
|
|
476
|
+
"value": {
|
|
477
|
+
"r": 0.996078431372549,
|
|
478
|
+
"g": 0.792156862745098,
|
|
479
|
+
"b": 0.792156862745098,
|
|
480
|
+
"a": 1
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "primitive/color/error/300",
|
|
485
|
+
"type": "COLOR",
|
|
486
|
+
"cssVariable": "--tiger-primitive-color-error-300",
|
|
487
|
+
"value": {
|
|
488
|
+
"r": 0.9882352941176471,
|
|
489
|
+
"g": 0.6470588235294118,
|
|
490
|
+
"b": 0.6470588235294118,
|
|
491
|
+
"a": 1
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "primitive/color/error/400",
|
|
496
|
+
"type": "COLOR",
|
|
497
|
+
"cssVariable": "--tiger-primitive-color-error-400",
|
|
498
|
+
"value": {
|
|
499
|
+
"r": 0.9725490196078431,
|
|
500
|
+
"g": 0.44313725490196076,
|
|
501
|
+
"b": 0.44313725490196076,
|
|
502
|
+
"a": 1
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "primitive/color/error/500",
|
|
507
|
+
"type": "COLOR",
|
|
508
|
+
"cssVariable": "--tiger-primitive-color-error-500",
|
|
509
|
+
"value": {
|
|
510
|
+
"r": 0.9372549019607843,
|
|
511
|
+
"g": 0.26666666666666666,
|
|
512
|
+
"b": 0.26666666666666666,
|
|
513
|
+
"a": 1
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "primitive/color/error/600",
|
|
518
|
+
"type": "COLOR",
|
|
519
|
+
"cssVariable": "--tiger-primitive-color-error-600",
|
|
520
|
+
"value": {
|
|
521
|
+
"r": 0.8627450980392157,
|
|
522
|
+
"g": 0.14901960784313725,
|
|
523
|
+
"b": 0.14901960784313725,
|
|
524
|
+
"a": 1
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "primitive/color/error/700",
|
|
529
|
+
"type": "COLOR",
|
|
530
|
+
"cssVariable": "--tiger-primitive-color-error-700",
|
|
531
|
+
"value": {
|
|
532
|
+
"r": 0.7254901960784313,
|
|
533
|
+
"g": 0.10980392156862745,
|
|
534
|
+
"b": 0.10980392156862745,
|
|
535
|
+
"a": 1
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "primitive/color/error/800",
|
|
540
|
+
"type": "COLOR",
|
|
541
|
+
"cssVariable": "--tiger-primitive-color-error-800",
|
|
542
|
+
"value": {
|
|
543
|
+
"r": 0.6,
|
|
544
|
+
"g": 0.10588235294117647,
|
|
545
|
+
"b": 0.10588235294117647,
|
|
546
|
+
"a": 1
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "primitive/color/error/950",
|
|
551
|
+
"type": "COLOR",
|
|
552
|
+
"cssVariable": "--tiger-primitive-color-error-950",
|
|
553
|
+
"value": {
|
|
554
|
+
"r": 0.27058823529411763,
|
|
555
|
+
"g": 0.0392156862745098,
|
|
556
|
+
"b": 0.0392156862745098,
|
|
557
|
+
"a": 1
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "primitive/color/info/50",
|
|
562
|
+
"type": "COLOR",
|
|
563
|
+
"cssVariable": "--tiger-primitive-color-info-50",
|
|
564
|
+
"value": {
|
|
565
|
+
"r": 0.9372549019607843,
|
|
566
|
+
"g": 0.9647058823529412,
|
|
567
|
+
"b": 1,
|
|
568
|
+
"a": 1
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "primitive/color/info/100",
|
|
573
|
+
"type": "COLOR",
|
|
574
|
+
"cssVariable": "--tiger-primitive-color-info-100",
|
|
575
|
+
"value": {
|
|
576
|
+
"r": 0.8588235294117647,
|
|
577
|
+
"g": 0.9176470588235294,
|
|
578
|
+
"b": 0.996078431372549,
|
|
579
|
+
"a": 1
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "primitive/color/info/200",
|
|
584
|
+
"type": "COLOR",
|
|
585
|
+
"cssVariable": "--tiger-primitive-color-info-200",
|
|
586
|
+
"value": {
|
|
587
|
+
"r": 0.7490196078431373,
|
|
588
|
+
"g": 0.8588235294117647,
|
|
589
|
+
"b": 0.996078431372549,
|
|
590
|
+
"a": 1
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "primitive/color/info/300",
|
|
595
|
+
"type": "COLOR",
|
|
596
|
+
"cssVariable": "--tiger-primitive-color-info-300",
|
|
597
|
+
"value": {
|
|
598
|
+
"r": 0.5764705882352941,
|
|
599
|
+
"g": 0.7725490196078432,
|
|
600
|
+
"b": 0.9921568627450981,
|
|
601
|
+
"a": 1
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "primitive/color/info/400",
|
|
606
|
+
"type": "COLOR",
|
|
607
|
+
"cssVariable": "--tiger-primitive-color-info-400",
|
|
608
|
+
"value": {
|
|
609
|
+
"r": 0.3764705882352941,
|
|
610
|
+
"g": 0.6470588235294118,
|
|
611
|
+
"b": 0.9803921568627451,
|
|
612
|
+
"a": 1
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "primitive/color/info/500",
|
|
617
|
+
"type": "COLOR",
|
|
618
|
+
"cssVariable": "--tiger-primitive-color-info-500",
|
|
619
|
+
"value": {
|
|
620
|
+
"r": 0.23137254901960785,
|
|
621
|
+
"g": 0.5098039215686274,
|
|
622
|
+
"b": 0.9647058823529412,
|
|
623
|
+
"a": 1
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "primitive/color/info/600",
|
|
628
|
+
"type": "COLOR",
|
|
629
|
+
"cssVariable": "--tiger-primitive-color-info-600",
|
|
630
|
+
"value": {
|
|
631
|
+
"r": 0.1450980392156863,
|
|
632
|
+
"g": 0.38823529411764707,
|
|
633
|
+
"b": 0.9215686274509803,
|
|
634
|
+
"a": 1
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "primitive/color/info/700",
|
|
639
|
+
"type": "COLOR",
|
|
640
|
+
"cssVariable": "--tiger-primitive-color-info-700",
|
|
641
|
+
"value": {
|
|
642
|
+
"r": 0.11372549019607843,
|
|
643
|
+
"g": 0.3058823529411765,
|
|
644
|
+
"b": 0.8470588235294118,
|
|
645
|
+
"a": 1
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "primitive/color/info/800",
|
|
650
|
+
"type": "COLOR",
|
|
651
|
+
"cssVariable": "--tiger-primitive-color-info-800",
|
|
652
|
+
"value": {
|
|
653
|
+
"r": 0.11764705882352941,
|
|
654
|
+
"g": 0.25098039215686274,
|
|
655
|
+
"b": 0.6862745098039216,
|
|
656
|
+
"a": 1
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "primitive/color/info/950",
|
|
661
|
+
"type": "COLOR",
|
|
662
|
+
"cssVariable": "--tiger-primitive-color-info-950",
|
|
663
|
+
"value": {
|
|
664
|
+
"r": 0.09019607843137255,
|
|
665
|
+
"g": 0.1450980392156863,
|
|
666
|
+
"b": 0.32941176470588235,
|
|
667
|
+
"a": 1
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "primitive/color/neutral/50",
|
|
672
|
+
"type": "COLOR",
|
|
673
|
+
"cssVariable": "--tiger-primitive-color-neutral-50",
|
|
674
|
+
"value": {
|
|
675
|
+
"r": 0.9803921568627451,
|
|
676
|
+
"g": 0.9803921568627451,
|
|
677
|
+
"b": 0.9803921568627451,
|
|
678
|
+
"a": 1
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "primitive/color/neutral/100",
|
|
683
|
+
"type": "COLOR",
|
|
684
|
+
"cssVariable": "--tiger-primitive-color-neutral-100",
|
|
685
|
+
"value": {
|
|
686
|
+
"r": 0.9607843137254902,
|
|
687
|
+
"g": 0.9607843137254902,
|
|
688
|
+
"b": 0.9607843137254902,
|
|
689
|
+
"a": 1
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "primitive/color/neutral/200",
|
|
694
|
+
"type": "COLOR",
|
|
695
|
+
"cssVariable": "--tiger-primitive-color-neutral-200",
|
|
696
|
+
"value": {
|
|
697
|
+
"r": 0.8980392156862745,
|
|
698
|
+
"g": 0.8980392156862745,
|
|
699
|
+
"b": 0.8980392156862745,
|
|
700
|
+
"a": 1
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "primitive/color/neutral/300",
|
|
705
|
+
"type": "COLOR",
|
|
706
|
+
"cssVariable": "--tiger-primitive-color-neutral-300",
|
|
707
|
+
"value": {
|
|
708
|
+
"r": 0.8313725490196079,
|
|
709
|
+
"g": 0.8313725490196079,
|
|
710
|
+
"b": 0.8313725490196079,
|
|
711
|
+
"a": 1
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "primitive/color/neutral/400",
|
|
716
|
+
"type": "COLOR",
|
|
717
|
+
"cssVariable": "--tiger-primitive-color-neutral-400",
|
|
718
|
+
"value": {
|
|
719
|
+
"r": 0.6392156862745098,
|
|
720
|
+
"g": 0.6392156862745098,
|
|
721
|
+
"b": 0.6392156862745098,
|
|
722
|
+
"a": 1
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "primitive/color/neutral/500",
|
|
727
|
+
"type": "COLOR",
|
|
728
|
+
"cssVariable": "--tiger-primitive-color-neutral-500",
|
|
729
|
+
"value": {
|
|
730
|
+
"r": 0.45098039215686275,
|
|
731
|
+
"g": 0.45098039215686275,
|
|
732
|
+
"b": 0.45098039215686275,
|
|
733
|
+
"a": 1
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "primitive/color/neutral/600",
|
|
738
|
+
"type": "COLOR",
|
|
739
|
+
"cssVariable": "--tiger-primitive-color-neutral-600",
|
|
740
|
+
"value": {
|
|
741
|
+
"r": 0.3215686274509804,
|
|
742
|
+
"g": 0.3215686274509804,
|
|
743
|
+
"b": 0.3215686274509804,
|
|
744
|
+
"a": 1
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "primitive/color/neutral/700",
|
|
749
|
+
"type": "COLOR",
|
|
750
|
+
"cssVariable": "--tiger-primitive-color-neutral-700",
|
|
751
|
+
"value": {
|
|
752
|
+
"r": 0.25098039215686274,
|
|
753
|
+
"g": 0.25098039215686274,
|
|
754
|
+
"b": 0.25098039215686274,
|
|
755
|
+
"a": 1
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "primitive/color/neutral/800",
|
|
760
|
+
"type": "COLOR",
|
|
761
|
+
"cssVariable": "--tiger-primitive-color-neutral-800",
|
|
762
|
+
"value": {
|
|
763
|
+
"r": 0.14901960784313725,
|
|
764
|
+
"g": 0.14901960784313725,
|
|
765
|
+
"b": 0.14901960784313725,
|
|
766
|
+
"a": 1
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "primitive/color/neutral/950",
|
|
771
|
+
"type": "COLOR",
|
|
772
|
+
"cssVariable": "--tiger-primitive-color-neutral-950",
|
|
773
|
+
"value": {
|
|
774
|
+
"r": 0.0392156862745098,
|
|
775
|
+
"g": 0.0392156862745098,
|
|
776
|
+
"b": 0.0392156862745098,
|
|
777
|
+
"a": 1
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "primitive/space/xs",
|
|
782
|
+
"type": "STRING",
|
|
783
|
+
"cssVariable": "--tiger-primitive-space-xs",
|
|
784
|
+
"value": "2px"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "primitive/space/sm",
|
|
788
|
+
"type": "STRING",
|
|
789
|
+
"cssVariable": "--tiger-primitive-space-sm",
|
|
790
|
+
"value": "4px"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "primitive/space/md",
|
|
794
|
+
"type": "STRING",
|
|
795
|
+
"cssVariable": "--tiger-primitive-space-md",
|
|
796
|
+
"value": "8px"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"name": "primitive/space/lg",
|
|
800
|
+
"type": "STRING",
|
|
801
|
+
"cssVariable": "--tiger-primitive-space-lg",
|
|
802
|
+
"value": "16px"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "primitive/space/xl",
|
|
806
|
+
"type": "STRING",
|
|
807
|
+
"cssVariable": "--tiger-primitive-space-xl",
|
|
808
|
+
"value": "24px"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "primitive/space/2xl",
|
|
812
|
+
"type": "STRING",
|
|
813
|
+
"cssVariable": "--tiger-primitive-space-2xl",
|
|
814
|
+
"value": "32px"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "primitive/space/3xl",
|
|
818
|
+
"type": "STRING",
|
|
819
|
+
"cssVariable": "--tiger-primitive-space-3xl",
|
|
820
|
+
"value": "48px"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "primitive/space/4xl",
|
|
824
|
+
"type": "STRING",
|
|
825
|
+
"cssVariable": "--tiger-primitive-space-4xl",
|
|
826
|
+
"value": "64px"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "primitive/radius/none",
|
|
830
|
+
"type": "STRING",
|
|
831
|
+
"cssVariable": "--tiger-primitive-radius-none",
|
|
832
|
+
"value": "0"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "primitive/radius/sm",
|
|
836
|
+
"type": "STRING",
|
|
837
|
+
"cssVariable": "--tiger-primitive-radius-sm",
|
|
838
|
+
"value": "2px"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "primitive/radius/md",
|
|
842
|
+
"type": "STRING",
|
|
843
|
+
"cssVariable": "--tiger-primitive-radius-md",
|
|
844
|
+
"value": "4px"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "primitive/radius/lg",
|
|
848
|
+
"type": "STRING",
|
|
849
|
+
"cssVariable": "--tiger-primitive-radius-lg",
|
|
850
|
+
"value": "8px"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "primitive/radius/xl",
|
|
854
|
+
"type": "STRING",
|
|
855
|
+
"cssVariable": "--tiger-primitive-radius-xl",
|
|
856
|
+
"value": "12px"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "primitive/radius/full",
|
|
860
|
+
"type": "STRING",
|
|
861
|
+
"cssVariable": "--tiger-primitive-radius-full",
|
|
862
|
+
"value": "9999px"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "primitive/shadow/xs",
|
|
866
|
+
"type": "STRING",
|
|
867
|
+
"cssVariable": "--tiger-primitive-shadow-xs",
|
|
868
|
+
"value": "0 1px 2px 0 rgba(0,0,0,0.05)"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "primitive/shadow/sm",
|
|
872
|
+
"type": "STRING",
|
|
873
|
+
"cssVariable": "--tiger-primitive-shadow-sm",
|
|
874
|
+
"value": "0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "primitive/shadow/md",
|
|
878
|
+
"type": "STRING",
|
|
879
|
+
"cssVariable": "--tiger-primitive-shadow-md",
|
|
880
|
+
"value": "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "primitive/shadow/lg",
|
|
884
|
+
"type": "STRING",
|
|
885
|
+
"cssVariable": "--tiger-primitive-shadow-lg",
|
|
886
|
+
"value": "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "primitive/shadow/xl",
|
|
890
|
+
"type": "STRING",
|
|
891
|
+
"cssVariable": "--tiger-primitive-shadow-xl",
|
|
892
|
+
"value": "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "primitive/font/family/base",
|
|
896
|
+
"type": "STRING",
|
|
897
|
+
"cssVariable": "--tiger-primitive-font-family-base",
|
|
898
|
+
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "primitive/font/family/mono",
|
|
902
|
+
"type": "STRING",
|
|
903
|
+
"cssVariable": "--tiger-primitive-font-family-mono",
|
|
904
|
+
"value": "'SF Mono', Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "primitive/font/size/xs",
|
|
908
|
+
"type": "STRING",
|
|
909
|
+
"cssVariable": "--tiger-primitive-font-size-xs",
|
|
910
|
+
"value": "12px"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "primitive/font/size/sm",
|
|
914
|
+
"type": "STRING",
|
|
915
|
+
"cssVariable": "--tiger-primitive-font-size-sm",
|
|
916
|
+
"value": "14px"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "primitive/font/size/base",
|
|
920
|
+
"type": "STRING",
|
|
921
|
+
"cssVariable": "--tiger-primitive-font-size-base",
|
|
922
|
+
"value": "16px"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "primitive/font/size/lg",
|
|
926
|
+
"type": "STRING",
|
|
927
|
+
"cssVariable": "--tiger-primitive-font-size-lg",
|
|
928
|
+
"value": "18px"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "primitive/font/size/xl",
|
|
932
|
+
"type": "STRING",
|
|
933
|
+
"cssVariable": "--tiger-primitive-font-size-xl",
|
|
934
|
+
"value": "20px"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "primitive/font/size/2xl",
|
|
938
|
+
"type": "STRING",
|
|
939
|
+
"cssVariable": "--tiger-primitive-font-size-2xl",
|
|
940
|
+
"value": "24px"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "primitive/font/size/3xl",
|
|
944
|
+
"type": "STRING",
|
|
945
|
+
"cssVariable": "--tiger-primitive-font-size-3xl",
|
|
946
|
+
"value": "30px"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "primitive/font/size/4xl",
|
|
950
|
+
"type": "STRING",
|
|
951
|
+
"cssVariable": "--tiger-primitive-font-size-4xl",
|
|
952
|
+
"value": "36px"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "primitive/font/weight/normal",
|
|
956
|
+
"type": "STRING",
|
|
957
|
+
"cssVariable": "--tiger-primitive-font-weight-normal",
|
|
958
|
+
"value": "400"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "primitive/font/weight/medium",
|
|
962
|
+
"type": "STRING",
|
|
963
|
+
"cssVariable": "--tiger-primitive-font-weight-medium",
|
|
964
|
+
"value": "500"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "primitive/font/weight/semibold",
|
|
968
|
+
"type": "STRING",
|
|
969
|
+
"cssVariable": "--tiger-primitive-font-weight-semibold",
|
|
970
|
+
"value": "600"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "primitive/font/weight/bold",
|
|
974
|
+
"type": "STRING",
|
|
975
|
+
"cssVariable": "--tiger-primitive-font-weight-bold",
|
|
976
|
+
"value": "700"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "primitive/font/lineHeight/tight",
|
|
980
|
+
"type": "STRING",
|
|
981
|
+
"cssVariable": "--tiger-primitive-font-lineHeight-tight",
|
|
982
|
+
"value": "1.25"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "primitive/font/lineHeight/normal",
|
|
986
|
+
"type": "STRING",
|
|
987
|
+
"cssVariable": "--tiger-primitive-font-lineHeight-normal",
|
|
988
|
+
"value": "1.5"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "primitive/font/lineHeight/relaxed",
|
|
992
|
+
"type": "STRING",
|
|
993
|
+
"cssVariable": "--tiger-primitive-font-lineHeight-relaxed",
|
|
994
|
+
"value": "1.625"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "primitive/font/lineHeight/loose",
|
|
998
|
+
"type": "STRING",
|
|
999
|
+
"cssVariable": "--tiger-primitive-font-lineHeight-loose",
|
|
1000
|
+
"value": "2"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "primitive/duration/fast",
|
|
1004
|
+
"type": "STRING",
|
|
1005
|
+
"cssVariable": "--tiger-primitive-duration-fast",
|
|
1006
|
+
"value": "100ms"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "primitive/duration/base",
|
|
1010
|
+
"type": "STRING",
|
|
1011
|
+
"cssVariable": "--tiger-primitive-duration-base",
|
|
1012
|
+
"value": "200ms"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "primitive/duration/slow",
|
|
1016
|
+
"type": "STRING",
|
|
1017
|
+
"cssVariable": "--tiger-primitive-duration-slow",
|
|
1018
|
+
"value": "300ms"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "primitive/duration/slower",
|
|
1022
|
+
"type": "STRING",
|
|
1023
|
+
"cssVariable": "--tiger-primitive-duration-slower",
|
|
1024
|
+
"value": "500ms"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "primitive/easing/in",
|
|
1028
|
+
"type": "STRING",
|
|
1029
|
+
"cssVariable": "--tiger-primitive-easing-in",
|
|
1030
|
+
"value": "cubic-bezier(0.4, 0, 1, 1)"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "primitive/easing/out",
|
|
1034
|
+
"type": "STRING",
|
|
1035
|
+
"cssVariable": "--tiger-primitive-easing-out",
|
|
1036
|
+
"value": "cubic-bezier(0, 0, 0.2, 1)"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "primitive/easing/in-out",
|
|
1040
|
+
"type": "STRING",
|
|
1041
|
+
"cssVariable": "--tiger-primitive-easing-in-out",
|
|
1042
|
+
"value": "cubic-bezier(0.4, 0, 0.2, 1)"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "primitive/easing/spring",
|
|
1046
|
+
"type": "STRING",
|
|
1047
|
+
"cssVariable": "--tiger-primitive-easing-spring",
|
|
1048
|
+
"value": "cubic-bezier(0.34, 1.56, 0.64, 1)"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "primitive/easing/smooth",
|
|
1052
|
+
"type": "STRING",
|
|
1053
|
+
"cssVariable": "--tiger-primitive-easing-smooth",
|
|
1054
|
+
"value": "cubic-bezier(0.25, 0.1, 0.25, 1)"
|
|
1055
|
+
}
|
|
1056
|
+
]
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Tigercat Semantic",
|
|
1060
|
+
"mode": "Default",
|
|
1061
|
+
"variables": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "semantic/color/bg-primary",
|
|
1064
|
+
"type": "COLOR",
|
|
1065
|
+
"cssVariable": "--tiger-semantic-color-bg-primary",
|
|
1066
|
+
"value": {
|
|
1067
|
+
"r": 0.9411764705882353,
|
|
1068
|
+
"g": 0.9764705882352941,
|
|
1069
|
+
"b": 1,
|
|
1070
|
+
"a": 1
|
|
1071
|
+
},
|
|
1072
|
+
"reference": "primitive/color/primary/50"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "semantic/color/bg-secondary",
|
|
1076
|
+
"type": "COLOR",
|
|
1077
|
+
"cssVariable": "--tiger-semantic-color-bg-secondary",
|
|
1078
|
+
"value": {
|
|
1079
|
+
"r": 0.9803921568627451,
|
|
1080
|
+
"g": 0.9803921568627451,
|
|
1081
|
+
"b": 0.9803921568627451,
|
|
1082
|
+
"a": 1
|
|
1083
|
+
},
|
|
1084
|
+
"reference": "primitive/color/neutral/50"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "semantic/color/bg-success",
|
|
1088
|
+
"type": "COLOR",
|
|
1089
|
+
"cssVariable": "--tiger-semantic-color-bg-success",
|
|
1090
|
+
"value": {
|
|
1091
|
+
"r": 0.9411764705882353,
|
|
1092
|
+
"g": 0.9921568627450981,
|
|
1093
|
+
"b": 0.9568627450980393,
|
|
1094
|
+
"a": 1
|
|
1095
|
+
},
|
|
1096
|
+
"reference": "primitive/color/success/50"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "semantic/color/bg-warning",
|
|
1100
|
+
"type": "COLOR",
|
|
1101
|
+
"cssVariable": "--tiger-semantic-color-bg-warning",
|
|
1102
|
+
"value": {
|
|
1103
|
+
"r": 1,
|
|
1104
|
+
"g": 0.984313725490196,
|
|
1105
|
+
"b": 0.9215686274509803,
|
|
1106
|
+
"a": 1
|
|
1107
|
+
},
|
|
1108
|
+
"reference": "primitive/color/warning/50"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "semantic/color/bg-error",
|
|
1112
|
+
"type": "COLOR",
|
|
1113
|
+
"cssVariable": "--tiger-semantic-color-bg-error",
|
|
1114
|
+
"value": {
|
|
1115
|
+
"r": 0.996078431372549,
|
|
1116
|
+
"g": 0.9490196078431372,
|
|
1117
|
+
"b": 0.9490196078431372,
|
|
1118
|
+
"a": 1
|
|
1119
|
+
},
|
|
1120
|
+
"reference": "primitive/color/error/50"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "semantic/color/bg-info",
|
|
1124
|
+
"type": "COLOR",
|
|
1125
|
+
"cssVariable": "--tiger-semantic-color-bg-info",
|
|
1126
|
+
"value": {
|
|
1127
|
+
"r": 0.9372549019607843,
|
|
1128
|
+
"g": 0.9647058823529412,
|
|
1129
|
+
"b": 1,
|
|
1130
|
+
"a": 1
|
|
1131
|
+
},
|
|
1132
|
+
"reference": "primitive/color/info/50"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "semantic/color/bg-surface",
|
|
1136
|
+
"type": "COLOR",
|
|
1137
|
+
"cssVariable": "--tiger-semantic-color-bg-surface",
|
|
1138
|
+
"value": {
|
|
1139
|
+
"r": 0.9803921568627451,
|
|
1140
|
+
"g": 0.9803921568627451,
|
|
1141
|
+
"b": 0.9803921568627451,
|
|
1142
|
+
"a": 1
|
|
1143
|
+
},
|
|
1144
|
+
"reference": "primitive/color/neutral/50"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "semantic/color/bg-surface-raised",
|
|
1148
|
+
"type": "COLOR",
|
|
1149
|
+
"cssVariable": "--tiger-semantic-color-bg-surface-raised",
|
|
1150
|
+
"value": {
|
|
1151
|
+
"r": 1,
|
|
1152
|
+
"g": 1,
|
|
1153
|
+
"b": 1,
|
|
1154
|
+
"a": 1
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "semantic/color/bg-overlay",
|
|
1159
|
+
"type": "COLOR",
|
|
1160
|
+
"cssVariable": "--tiger-semantic-color-bg-overlay",
|
|
1161
|
+
"value": {
|
|
1162
|
+
"r": 0,
|
|
1163
|
+
"g": 0,
|
|
1164
|
+
"b": 0,
|
|
1165
|
+
"a": 0.45
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "semantic/color/text-primary",
|
|
1170
|
+
"type": "COLOR",
|
|
1171
|
+
"cssVariable": "--tiger-semantic-color-text-primary",
|
|
1172
|
+
"value": {
|
|
1173
|
+
"r": 0.0392156862745098,
|
|
1174
|
+
"g": 0.0392156862745098,
|
|
1175
|
+
"b": 0.0392156862745098,
|
|
1176
|
+
"a": 1
|
|
1177
|
+
},
|
|
1178
|
+
"reference": "primitive/color/neutral/950"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "semantic/color/text-secondary",
|
|
1182
|
+
"type": "COLOR",
|
|
1183
|
+
"cssVariable": "--tiger-semantic-color-text-secondary",
|
|
1184
|
+
"value": {
|
|
1185
|
+
"r": 0.3215686274509804,
|
|
1186
|
+
"g": 0.3215686274509804,
|
|
1187
|
+
"b": 0.3215686274509804,
|
|
1188
|
+
"a": 1
|
|
1189
|
+
},
|
|
1190
|
+
"reference": "primitive/color/neutral/600"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "semantic/color/text-tertiary",
|
|
1194
|
+
"type": "COLOR",
|
|
1195
|
+
"cssVariable": "--tiger-semantic-color-text-tertiary",
|
|
1196
|
+
"value": {
|
|
1197
|
+
"r": 0.6392156862745098,
|
|
1198
|
+
"g": 0.6392156862745098,
|
|
1199
|
+
"b": 0.6392156862745098,
|
|
1200
|
+
"a": 1
|
|
1201
|
+
},
|
|
1202
|
+
"reference": "primitive/color/neutral/400"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "semantic/color/text-disabled",
|
|
1206
|
+
"type": "COLOR",
|
|
1207
|
+
"cssVariable": "--tiger-semantic-color-text-disabled",
|
|
1208
|
+
"value": {
|
|
1209
|
+
"r": 0.8313725490196079,
|
|
1210
|
+
"g": 0.8313725490196079,
|
|
1211
|
+
"b": 0.8313725490196079,
|
|
1212
|
+
"a": 1
|
|
1213
|
+
},
|
|
1214
|
+
"reference": "primitive/color/neutral/300"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "semantic/color/text-inverse",
|
|
1218
|
+
"type": "COLOR",
|
|
1219
|
+
"cssVariable": "--tiger-semantic-color-text-inverse",
|
|
1220
|
+
"value": {
|
|
1221
|
+
"r": 1,
|
|
1222
|
+
"g": 1,
|
|
1223
|
+
"b": 1,
|
|
1224
|
+
"a": 1
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "semantic/color/text-link",
|
|
1229
|
+
"type": "COLOR",
|
|
1230
|
+
"cssVariable": "--tiger-semantic-color-text-link",
|
|
1231
|
+
"value": {
|
|
1232
|
+
"r": 0.00784313725490196,
|
|
1233
|
+
"g": 0.5176470588235295,
|
|
1234
|
+
"b": 0.7803921568627451,
|
|
1235
|
+
"a": 1
|
|
1236
|
+
},
|
|
1237
|
+
"reference": "primitive/color/primary/600"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "semantic/color/text-link-hover",
|
|
1241
|
+
"type": "COLOR",
|
|
1242
|
+
"cssVariable": "--tiger-semantic-color-text-link-hover",
|
|
1243
|
+
"value": {
|
|
1244
|
+
"r": 0.011764705882352941,
|
|
1245
|
+
"g": 0.4117647058823529,
|
|
1246
|
+
"b": 0.6313725490196078,
|
|
1247
|
+
"a": 1
|
|
1248
|
+
},
|
|
1249
|
+
"reference": "primitive/color/primary/700"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "semantic/color/text-success",
|
|
1253
|
+
"type": "COLOR",
|
|
1254
|
+
"cssVariable": "--tiger-semantic-color-text-success",
|
|
1255
|
+
"value": {
|
|
1256
|
+
"r": 0.08235294117647059,
|
|
1257
|
+
"g": 0.5019607843137255,
|
|
1258
|
+
"b": 0.23921568627450981,
|
|
1259
|
+
"a": 1
|
|
1260
|
+
},
|
|
1261
|
+
"reference": "primitive/color/success/700"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "semantic/color/text-warning",
|
|
1265
|
+
"type": "COLOR",
|
|
1266
|
+
"cssVariable": "--tiger-semantic-color-text-warning",
|
|
1267
|
+
"value": {
|
|
1268
|
+
"r": 0.7058823529411765,
|
|
1269
|
+
"g": 0.3254901960784314,
|
|
1270
|
+
"b": 0.03529411764705882,
|
|
1271
|
+
"a": 1
|
|
1272
|
+
},
|
|
1273
|
+
"reference": "primitive/color/warning/700"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "semantic/color/text-error",
|
|
1277
|
+
"type": "COLOR",
|
|
1278
|
+
"cssVariable": "--tiger-semantic-color-text-error",
|
|
1279
|
+
"value": {
|
|
1280
|
+
"r": 0.8627450980392157,
|
|
1281
|
+
"g": 0.14901960784313725,
|
|
1282
|
+
"b": 0.14901960784313725,
|
|
1283
|
+
"a": 1
|
|
1284
|
+
},
|
|
1285
|
+
"reference": "primitive/color/error/600"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "semantic/color/border-default",
|
|
1289
|
+
"type": "COLOR",
|
|
1290
|
+
"cssVariable": "--tiger-semantic-color-border-default",
|
|
1291
|
+
"value": {
|
|
1292
|
+
"r": 0.8980392156862745,
|
|
1293
|
+
"g": 0.8980392156862745,
|
|
1294
|
+
"b": 0.8980392156862745,
|
|
1295
|
+
"a": 1
|
|
1296
|
+
},
|
|
1297
|
+
"reference": "primitive/color/neutral/200"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"name": "semantic/color/border-strong",
|
|
1301
|
+
"type": "COLOR",
|
|
1302
|
+
"cssVariable": "--tiger-semantic-color-border-strong",
|
|
1303
|
+
"value": {
|
|
1304
|
+
"r": 0.6392156862745098,
|
|
1305
|
+
"g": 0.6392156862745098,
|
|
1306
|
+
"b": 0.6392156862745098,
|
|
1307
|
+
"a": 1
|
|
1308
|
+
},
|
|
1309
|
+
"reference": "primitive/color/neutral/400"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "semantic/color/border-focus",
|
|
1313
|
+
"type": "COLOR",
|
|
1314
|
+
"cssVariable": "--tiger-semantic-color-border-focus",
|
|
1315
|
+
"value": {
|
|
1316
|
+
"r": 0.054901960784313725,
|
|
1317
|
+
"g": 0.6470588235294118,
|
|
1318
|
+
"b": 0.9137254901960784,
|
|
1319
|
+
"a": 1
|
|
1320
|
+
},
|
|
1321
|
+
"reference": "primitive/color/primary/500"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "semantic/color/border-error",
|
|
1325
|
+
"type": "COLOR",
|
|
1326
|
+
"cssVariable": "--tiger-semantic-color-border-error",
|
|
1327
|
+
"value": {
|
|
1328
|
+
"r": 0.9372549019607843,
|
|
1329
|
+
"g": 0.26666666666666666,
|
|
1330
|
+
"b": 0.26666666666666666,
|
|
1331
|
+
"a": 1
|
|
1332
|
+
},
|
|
1333
|
+
"reference": "primitive/color/error/500"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "semantic/color/border-success",
|
|
1337
|
+
"type": "COLOR",
|
|
1338
|
+
"cssVariable": "--tiger-semantic-color-border-success",
|
|
1339
|
+
"value": {
|
|
1340
|
+
"r": 0.13333333333333333,
|
|
1341
|
+
"g": 0.7725490196078432,
|
|
1342
|
+
"b": 0.3686274509803922,
|
|
1343
|
+
"a": 1
|
|
1344
|
+
},
|
|
1345
|
+
"reference": "primitive/color/success/500"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "semantic/color/icon-primary",
|
|
1349
|
+
"type": "COLOR",
|
|
1350
|
+
"cssVariable": "--tiger-semantic-color-icon-primary",
|
|
1351
|
+
"value": {
|
|
1352
|
+
"r": 0.25098039215686274,
|
|
1353
|
+
"g": 0.25098039215686274,
|
|
1354
|
+
"b": 0.25098039215686274,
|
|
1355
|
+
"a": 1
|
|
1356
|
+
},
|
|
1357
|
+
"reference": "primitive/color/neutral/700"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "semantic/color/icon-secondary",
|
|
1361
|
+
"type": "COLOR",
|
|
1362
|
+
"cssVariable": "--tiger-semantic-color-icon-secondary",
|
|
1363
|
+
"value": {
|
|
1364
|
+
"r": 0.6392156862745098,
|
|
1365
|
+
"g": 0.6392156862745098,
|
|
1366
|
+
"b": 0.6392156862745098,
|
|
1367
|
+
"a": 1
|
|
1368
|
+
},
|
|
1369
|
+
"reference": "primitive/color/neutral/400"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "semantic/color/icon-disabled",
|
|
1373
|
+
"type": "COLOR",
|
|
1374
|
+
"cssVariable": "--tiger-semantic-color-icon-disabled",
|
|
1375
|
+
"value": {
|
|
1376
|
+
"r": 0.8313725490196079,
|
|
1377
|
+
"g": 0.8313725490196079,
|
|
1378
|
+
"b": 0.8313725490196079,
|
|
1379
|
+
"a": 1
|
|
1380
|
+
},
|
|
1381
|
+
"reference": "primitive/color/neutral/300"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "semantic/color/interactive-primary",
|
|
1385
|
+
"type": "COLOR",
|
|
1386
|
+
"cssVariable": "--tiger-semantic-color-interactive-primary",
|
|
1387
|
+
"value": {
|
|
1388
|
+
"r": 0.00784313725490196,
|
|
1389
|
+
"g": 0.5176470588235295,
|
|
1390
|
+
"b": 0.7803921568627451,
|
|
1391
|
+
"a": 1
|
|
1392
|
+
},
|
|
1393
|
+
"reference": "primitive/color/primary/600"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "semantic/color/interactive-primary-hover",
|
|
1397
|
+
"type": "COLOR",
|
|
1398
|
+
"cssVariable": "--tiger-semantic-color-interactive-primary-hover",
|
|
1399
|
+
"value": {
|
|
1400
|
+
"r": 0.011764705882352941,
|
|
1401
|
+
"g": 0.4117647058823529,
|
|
1402
|
+
"b": 0.6313725490196078,
|
|
1403
|
+
"a": 1
|
|
1404
|
+
},
|
|
1405
|
+
"reference": "primitive/color/primary/700"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "semantic/color/interactive-primary-active",
|
|
1409
|
+
"type": "COLOR",
|
|
1410
|
+
"cssVariable": "--tiger-semantic-color-interactive-primary-active",
|
|
1411
|
+
"value": {
|
|
1412
|
+
"r": 0.027450980392156862,
|
|
1413
|
+
"g": 0.34901960784313724,
|
|
1414
|
+
"b": 0.5215686274509804,
|
|
1415
|
+
"a": 1
|
|
1416
|
+
},
|
|
1417
|
+
"reference": "primitive/color/primary/800"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "semantic/color/interactive-secondary",
|
|
1421
|
+
"type": "COLOR",
|
|
1422
|
+
"cssVariable": "--tiger-semantic-color-interactive-secondary",
|
|
1423
|
+
"value": {
|
|
1424
|
+
"r": 0.2784313725490196,
|
|
1425
|
+
"g": 0.3333333333333333,
|
|
1426
|
+
"b": 0.4117647058823529,
|
|
1427
|
+
"a": 1
|
|
1428
|
+
},
|
|
1429
|
+
"reference": "primitive/color/secondary/600"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "semantic/color/interactive-secondary-hover",
|
|
1433
|
+
"type": "COLOR",
|
|
1434
|
+
"cssVariable": "--tiger-semantic-color-interactive-secondary-hover",
|
|
1435
|
+
"value": {
|
|
1436
|
+
"r": 0.2,
|
|
1437
|
+
"g": 0.2549019607843137,
|
|
1438
|
+
"b": 0.3333333333333333,
|
|
1439
|
+
"a": 1
|
|
1440
|
+
},
|
|
1441
|
+
"reference": "primitive/color/secondary/700"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "semantic/color/interactive-danger",
|
|
1445
|
+
"type": "COLOR",
|
|
1446
|
+
"cssVariable": "--tiger-semantic-color-interactive-danger",
|
|
1447
|
+
"value": {
|
|
1448
|
+
"r": 0.8627450980392157,
|
|
1449
|
+
"g": 0.14901960784313725,
|
|
1450
|
+
"b": 0.14901960784313725,
|
|
1451
|
+
"a": 1
|
|
1452
|
+
},
|
|
1453
|
+
"reference": "primitive/color/error/600"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "semantic/color/interactive-danger-hover",
|
|
1457
|
+
"type": "COLOR",
|
|
1458
|
+
"cssVariable": "--tiger-semantic-color-interactive-danger-hover",
|
|
1459
|
+
"value": {
|
|
1460
|
+
"r": 0.7254901960784313,
|
|
1461
|
+
"g": 0.10980392156862745,
|
|
1462
|
+
"b": 0.10980392156862745,
|
|
1463
|
+
"a": 1
|
|
1464
|
+
},
|
|
1465
|
+
"reference": "primitive/color/error/700"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "semantic/color/focus-ring",
|
|
1469
|
+
"type": "COLOR",
|
|
1470
|
+
"cssVariable": "--tiger-semantic-color-focus-ring",
|
|
1471
|
+
"value": {
|
|
1472
|
+
"r": 0.054901960784313725,
|
|
1473
|
+
"g": 0.6470588235294118,
|
|
1474
|
+
"b": 0.9137254901960784,
|
|
1475
|
+
"a": 1
|
|
1476
|
+
},
|
|
1477
|
+
"reference": "primitive/color/primary/500"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "semantic/space/component-gap",
|
|
1481
|
+
"type": "STRING",
|
|
1482
|
+
"cssVariable": "--tiger-semantic-space-component-gap",
|
|
1483
|
+
"value": "8px",
|
|
1484
|
+
"reference": "primitive/space/md"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "semantic/space/section-gap",
|
|
1488
|
+
"type": "STRING",
|
|
1489
|
+
"cssVariable": "--tiger-semantic-space-section-gap",
|
|
1490
|
+
"value": "24px",
|
|
1491
|
+
"reference": "primitive/space/xl"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "semantic/space/page-padding",
|
|
1495
|
+
"type": "STRING",
|
|
1496
|
+
"cssVariable": "--tiger-semantic-space-page-padding",
|
|
1497
|
+
"value": "32px",
|
|
1498
|
+
"reference": "primitive/space/2xl"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "semantic/radius/component",
|
|
1502
|
+
"type": "STRING",
|
|
1503
|
+
"cssVariable": "--tiger-semantic-radius-component",
|
|
1504
|
+
"value": "8px",
|
|
1505
|
+
"reference": "primitive/radius/lg"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "semantic/radius/card",
|
|
1509
|
+
"type": "STRING",
|
|
1510
|
+
"cssVariable": "--tiger-semantic-radius-card",
|
|
1511
|
+
"value": "12px",
|
|
1512
|
+
"reference": "primitive/radius/xl"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "semantic/radius/pill",
|
|
1516
|
+
"type": "STRING",
|
|
1517
|
+
"cssVariable": "--tiger-semantic-radius-pill",
|
|
1518
|
+
"value": "9999px",
|
|
1519
|
+
"reference": "primitive/radius/full"
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "Tigercat Component",
|
|
1525
|
+
"mode": "Default",
|
|
1526
|
+
"variables": [
|
|
1527
|
+
{
|
|
1528
|
+
"name": "component/button/height-sm",
|
|
1529
|
+
"type": "STRING",
|
|
1530
|
+
"cssVariable": "--tiger-component-button-height-sm",
|
|
1531
|
+
"value": "32px"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"name": "component/button/height-md",
|
|
1535
|
+
"type": "STRING",
|
|
1536
|
+
"cssVariable": "--tiger-component-button-height-md",
|
|
1537
|
+
"value": "36px"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "component/button/height-lg",
|
|
1541
|
+
"type": "STRING",
|
|
1542
|
+
"cssVariable": "--tiger-component-button-height-lg",
|
|
1543
|
+
"value": "40px"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "component/button/padding-x-sm",
|
|
1547
|
+
"type": "STRING",
|
|
1548
|
+
"cssVariable": "--tiger-component-button-padding-x-sm",
|
|
1549
|
+
"value": "8px",
|
|
1550
|
+
"reference": "primitive/space/md"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"name": "component/button/padding-x-md",
|
|
1554
|
+
"type": "STRING",
|
|
1555
|
+
"cssVariable": "--tiger-component-button-padding-x-md",
|
|
1556
|
+
"value": "16px",
|
|
1557
|
+
"reference": "primitive/space/lg"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "component/button/padding-x-lg",
|
|
1561
|
+
"type": "STRING",
|
|
1562
|
+
"cssVariable": "--tiger-component-button-padding-x-lg",
|
|
1563
|
+
"value": "24px",
|
|
1564
|
+
"reference": "primitive/space/xl"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "component/button/border-radius",
|
|
1568
|
+
"type": "STRING",
|
|
1569
|
+
"cssVariable": "--tiger-component-button-border-radius",
|
|
1570
|
+
"value": "8px",
|
|
1571
|
+
"reference": "semantic/radius/component"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "component/button/font-size-sm",
|
|
1575
|
+
"type": "STRING",
|
|
1576
|
+
"cssVariable": "--tiger-component-button-font-size-sm",
|
|
1577
|
+
"value": "14px",
|
|
1578
|
+
"reference": "primitive/font/size/sm"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "component/button/font-size-md",
|
|
1582
|
+
"type": "STRING",
|
|
1583
|
+
"cssVariable": "--tiger-component-button-font-size-md",
|
|
1584
|
+
"value": "16px",
|
|
1585
|
+
"reference": "primitive/font/size/base"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "component/button/font-size-lg",
|
|
1589
|
+
"type": "STRING",
|
|
1590
|
+
"cssVariable": "--tiger-component-button-font-size-lg",
|
|
1591
|
+
"value": "18px",
|
|
1592
|
+
"reference": "primitive/font/size/lg"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"name": "component/button/font-weight",
|
|
1596
|
+
"type": "STRING",
|
|
1597
|
+
"cssVariable": "--tiger-component-button-font-weight",
|
|
1598
|
+
"value": "500",
|
|
1599
|
+
"reference": "primitive/font/weight/medium"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"name": "component/input/height-sm",
|
|
1603
|
+
"type": "STRING",
|
|
1604
|
+
"cssVariable": "--tiger-component-input-height-sm",
|
|
1605
|
+
"value": "32px"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "component/input/height-md",
|
|
1609
|
+
"type": "STRING",
|
|
1610
|
+
"cssVariable": "--tiger-component-input-height-md",
|
|
1611
|
+
"value": "36px"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"name": "component/input/height-lg",
|
|
1615
|
+
"type": "STRING",
|
|
1616
|
+
"cssVariable": "--tiger-component-input-height-lg",
|
|
1617
|
+
"value": "40px"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "component/input/padding-x",
|
|
1621
|
+
"type": "STRING",
|
|
1622
|
+
"cssVariable": "--tiger-component-input-padding-x",
|
|
1623
|
+
"value": "16px",
|
|
1624
|
+
"reference": "primitive/space/lg"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "component/input/border-radius",
|
|
1628
|
+
"type": "STRING",
|
|
1629
|
+
"cssVariable": "--tiger-component-input-border-radius",
|
|
1630
|
+
"value": "8px",
|
|
1631
|
+
"reference": "semantic/radius/component"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "component/input/font-size",
|
|
1635
|
+
"type": "STRING",
|
|
1636
|
+
"cssVariable": "--tiger-component-input-font-size",
|
|
1637
|
+
"value": "16px",
|
|
1638
|
+
"reference": "primitive/font/size/base"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "component/input/border-color",
|
|
1642
|
+
"type": "COLOR",
|
|
1643
|
+
"cssVariable": "--tiger-component-input-border-color",
|
|
1644
|
+
"value": {
|
|
1645
|
+
"r": 0.8980392156862745,
|
|
1646
|
+
"g": 0.8980392156862745,
|
|
1647
|
+
"b": 0.8980392156862745,
|
|
1648
|
+
"a": 1
|
|
1649
|
+
},
|
|
1650
|
+
"reference": "semantic/color/border-default"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"name": "component/input/border-color-focus",
|
|
1654
|
+
"type": "COLOR",
|
|
1655
|
+
"cssVariable": "--tiger-component-input-border-color-focus",
|
|
1656
|
+
"value": {
|
|
1657
|
+
"r": 0.054901960784313725,
|
|
1658
|
+
"g": 0.6470588235294118,
|
|
1659
|
+
"b": 0.9137254901960784,
|
|
1660
|
+
"a": 1
|
|
1661
|
+
},
|
|
1662
|
+
"reference": "semantic/color/border-focus"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "component/input/border-color-error",
|
|
1666
|
+
"type": "COLOR",
|
|
1667
|
+
"cssVariable": "--tiger-component-input-border-color-error",
|
|
1668
|
+
"value": {
|
|
1669
|
+
"r": 0.9372549019607843,
|
|
1670
|
+
"g": 0.26666666666666666,
|
|
1671
|
+
"b": 0.26666666666666666,
|
|
1672
|
+
"a": 1
|
|
1673
|
+
},
|
|
1674
|
+
"reference": "semantic/color/border-error"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "component/select/height-sm",
|
|
1678
|
+
"type": "STRING",
|
|
1679
|
+
"cssVariable": "--tiger-component-select-height-sm",
|
|
1680
|
+
"value": "32px"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "component/select/height-md",
|
|
1684
|
+
"type": "STRING",
|
|
1685
|
+
"cssVariable": "--tiger-component-select-height-md",
|
|
1686
|
+
"value": "36px"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "component/select/height-lg",
|
|
1690
|
+
"type": "STRING",
|
|
1691
|
+
"cssVariable": "--tiger-component-select-height-lg",
|
|
1692
|
+
"value": "40px"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "component/select/padding-x",
|
|
1696
|
+
"type": "STRING",
|
|
1697
|
+
"cssVariable": "--tiger-component-select-padding-x",
|
|
1698
|
+
"value": "16px",
|
|
1699
|
+
"reference": "primitive/space/lg"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "component/select/border-radius",
|
|
1703
|
+
"type": "STRING",
|
|
1704
|
+
"cssVariable": "--tiger-component-select-border-radius",
|
|
1705
|
+
"value": "8px",
|
|
1706
|
+
"reference": "semantic/radius/component"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "component/select/dropdown-shadow",
|
|
1710
|
+
"type": "STRING",
|
|
1711
|
+
"cssVariable": "--tiger-component-select-dropdown-shadow",
|
|
1712
|
+
"value": "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",
|
|
1713
|
+
"reference": "primitive/shadow/lg"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "component/select/option-height",
|
|
1717
|
+
"type": "STRING",
|
|
1718
|
+
"cssVariable": "--tiger-component-select-option-height",
|
|
1719
|
+
"value": "36px"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "component/select/option-padding-x",
|
|
1723
|
+
"type": "STRING",
|
|
1724
|
+
"cssVariable": "--tiger-component-select-option-padding-x",
|
|
1725
|
+
"value": "16px",
|
|
1726
|
+
"reference": "primitive/space/lg"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "component/modal/border-radius",
|
|
1730
|
+
"type": "STRING",
|
|
1731
|
+
"cssVariable": "--tiger-component-modal-border-radius",
|
|
1732
|
+
"value": "12px",
|
|
1733
|
+
"reference": "semantic/radius/card"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "component/modal/padding",
|
|
1737
|
+
"type": "STRING",
|
|
1738
|
+
"cssVariable": "--tiger-component-modal-padding",
|
|
1739
|
+
"value": "24px",
|
|
1740
|
+
"reference": "primitive/space/xl"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "component/modal/shadow",
|
|
1744
|
+
"type": "STRING",
|
|
1745
|
+
"cssVariable": "--tiger-component-modal-shadow",
|
|
1746
|
+
"value": "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)",
|
|
1747
|
+
"reference": "primitive/shadow/xl"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "component/modal/header-font-size",
|
|
1751
|
+
"type": "STRING",
|
|
1752
|
+
"cssVariable": "--tiger-component-modal-header-font-size",
|
|
1753
|
+
"value": "18px",
|
|
1754
|
+
"reference": "primitive/font/size/lg"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "component/modal/header-font-weight",
|
|
1758
|
+
"type": "STRING",
|
|
1759
|
+
"cssVariable": "--tiger-component-modal-header-font-weight",
|
|
1760
|
+
"value": "600",
|
|
1761
|
+
"reference": "primitive/font/weight/semibold"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"name": "component/modal/overlay-bg",
|
|
1765
|
+
"type": "COLOR",
|
|
1766
|
+
"cssVariable": "--tiger-component-modal-overlay-bg",
|
|
1767
|
+
"value": {
|
|
1768
|
+
"r": 0,
|
|
1769
|
+
"g": 0,
|
|
1770
|
+
"b": 0,
|
|
1771
|
+
"a": 0.45
|
|
1772
|
+
},
|
|
1773
|
+
"reference": "semantic/color/bg-overlay"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "component/modal/width-sm",
|
|
1777
|
+
"type": "STRING",
|
|
1778
|
+
"cssVariable": "--tiger-component-modal-width-sm",
|
|
1779
|
+
"value": "400px"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "component/modal/width-md",
|
|
1783
|
+
"type": "STRING",
|
|
1784
|
+
"cssVariable": "--tiger-component-modal-width-md",
|
|
1785
|
+
"value": "520px"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "component/modal/width-lg",
|
|
1789
|
+
"type": "STRING",
|
|
1790
|
+
"cssVariable": "--tiger-component-modal-width-lg",
|
|
1791
|
+
"value": "680px"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "component/modal/width-xl",
|
|
1795
|
+
"type": "STRING",
|
|
1796
|
+
"cssVariable": "--tiger-component-modal-width-xl",
|
|
1797
|
+
"value": "860px"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "component/drawer/padding",
|
|
1801
|
+
"type": "STRING",
|
|
1802
|
+
"cssVariable": "--tiger-component-drawer-padding",
|
|
1803
|
+
"value": "24px",
|
|
1804
|
+
"reference": "primitive/space/xl"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "component/drawer/shadow",
|
|
1808
|
+
"type": "STRING",
|
|
1809
|
+
"cssVariable": "--tiger-component-drawer-shadow",
|
|
1810
|
+
"value": "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)",
|
|
1811
|
+
"reference": "primitive/shadow/xl"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "component/drawer/header-font-size",
|
|
1815
|
+
"type": "STRING",
|
|
1816
|
+
"cssVariable": "--tiger-component-drawer-header-font-size",
|
|
1817
|
+
"value": "18px",
|
|
1818
|
+
"reference": "primitive/font/size/lg"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "component/drawer/header-font-weight",
|
|
1822
|
+
"type": "STRING",
|
|
1823
|
+
"cssVariable": "--tiger-component-drawer-header-font-weight",
|
|
1824
|
+
"value": "600",
|
|
1825
|
+
"reference": "primitive/font/weight/semibold"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "component/drawer/overlay-bg",
|
|
1829
|
+
"type": "COLOR",
|
|
1830
|
+
"cssVariable": "--tiger-component-drawer-overlay-bg",
|
|
1831
|
+
"value": {
|
|
1832
|
+
"r": 0,
|
|
1833
|
+
"g": 0,
|
|
1834
|
+
"b": 0,
|
|
1835
|
+
"a": 0.45
|
|
1836
|
+
},
|
|
1837
|
+
"reference": "semantic/color/bg-overlay"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "component/drawer/width-sm",
|
|
1841
|
+
"type": "STRING",
|
|
1842
|
+
"cssVariable": "--tiger-component-drawer-width-sm",
|
|
1843
|
+
"value": "256px"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "component/drawer/width-md",
|
|
1847
|
+
"type": "STRING",
|
|
1848
|
+
"cssVariable": "--tiger-component-drawer-width-md",
|
|
1849
|
+
"value": "378px"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "component/drawer/width-lg",
|
|
1853
|
+
"type": "STRING",
|
|
1854
|
+
"cssVariable": "--tiger-component-drawer-width-lg",
|
|
1855
|
+
"value": "520px"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "component/drawer/width-xl",
|
|
1859
|
+
"type": "STRING",
|
|
1860
|
+
"cssVariable": "--tiger-component-drawer-width-xl",
|
|
1861
|
+
"value": "680px"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "component/card/border-radius",
|
|
1865
|
+
"type": "STRING",
|
|
1866
|
+
"cssVariable": "--tiger-component-card-border-radius",
|
|
1867
|
+
"value": "12px",
|
|
1868
|
+
"reference": "semantic/radius/card"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "component/card/padding",
|
|
1872
|
+
"type": "STRING",
|
|
1873
|
+
"cssVariable": "--tiger-component-card-padding",
|
|
1874
|
+
"value": "24px",
|
|
1875
|
+
"reference": "primitive/space/xl"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "component/card/shadow",
|
|
1879
|
+
"type": "STRING",
|
|
1880
|
+
"cssVariable": "--tiger-component-card-shadow",
|
|
1881
|
+
"value": "0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",
|
|
1882
|
+
"reference": "primitive/shadow/sm"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "component/card/border-color",
|
|
1886
|
+
"type": "COLOR",
|
|
1887
|
+
"cssVariable": "--tiger-component-card-border-color",
|
|
1888
|
+
"value": {
|
|
1889
|
+
"r": 0.8980392156862745,
|
|
1890
|
+
"g": 0.8980392156862745,
|
|
1891
|
+
"b": 0.8980392156862745,
|
|
1892
|
+
"a": 1
|
|
1893
|
+
},
|
|
1894
|
+
"reference": "semantic/color/border-default"
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "component/badge/font-size",
|
|
1898
|
+
"type": "STRING",
|
|
1899
|
+
"cssVariable": "--tiger-component-badge-font-size",
|
|
1900
|
+
"value": "12px",
|
|
1901
|
+
"reference": "primitive/font/size/xs"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "component/badge/font-weight",
|
|
1905
|
+
"type": "STRING",
|
|
1906
|
+
"cssVariable": "--tiger-component-badge-font-weight",
|
|
1907
|
+
"value": "500",
|
|
1908
|
+
"reference": "primitive/font/weight/medium"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "component/badge/padding-x",
|
|
1912
|
+
"type": "STRING",
|
|
1913
|
+
"cssVariable": "--tiger-component-badge-padding-x",
|
|
1914
|
+
"value": "8px",
|
|
1915
|
+
"reference": "primitive/space/md"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "component/badge/border-radius",
|
|
1919
|
+
"type": "STRING",
|
|
1920
|
+
"cssVariable": "--tiger-component-badge-border-radius",
|
|
1921
|
+
"value": "9999px",
|
|
1922
|
+
"reference": "semantic/radius/pill"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "component/avatar/size-sm",
|
|
1926
|
+
"type": "STRING",
|
|
1927
|
+
"cssVariable": "--tiger-component-avatar-size-sm",
|
|
1928
|
+
"value": "32px"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "component/avatar/size-md",
|
|
1932
|
+
"type": "STRING",
|
|
1933
|
+
"cssVariable": "--tiger-component-avatar-size-md",
|
|
1934
|
+
"value": "40px"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "component/avatar/size-lg",
|
|
1938
|
+
"type": "STRING",
|
|
1939
|
+
"cssVariable": "--tiger-component-avatar-size-lg",
|
|
1940
|
+
"value": "48px"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "component/avatar/size-xl",
|
|
1944
|
+
"type": "STRING",
|
|
1945
|
+
"cssVariable": "--tiger-component-avatar-size-xl",
|
|
1946
|
+
"value": "64px"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "component/avatar/border-radius",
|
|
1950
|
+
"type": "STRING",
|
|
1951
|
+
"cssVariable": "--tiger-component-avatar-border-radius",
|
|
1952
|
+
"value": "9999px",
|
|
1953
|
+
"reference": "semantic/radius/pill"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"name": "component/avatar/font-size-sm",
|
|
1957
|
+
"type": "STRING",
|
|
1958
|
+
"cssVariable": "--tiger-component-avatar-font-size-sm",
|
|
1959
|
+
"value": "12px",
|
|
1960
|
+
"reference": "primitive/font/size/xs"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "component/avatar/font-size-md",
|
|
1964
|
+
"type": "STRING",
|
|
1965
|
+
"cssVariable": "--tiger-component-avatar-font-size-md",
|
|
1966
|
+
"value": "14px",
|
|
1967
|
+
"reference": "primitive/font/size/sm"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "component/avatar/font-size-lg",
|
|
1971
|
+
"type": "STRING",
|
|
1972
|
+
"cssVariable": "--tiger-component-avatar-font-size-lg",
|
|
1973
|
+
"value": "16px",
|
|
1974
|
+
"reference": "primitive/font/size/base"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "component/table/header-bg",
|
|
1978
|
+
"type": "COLOR",
|
|
1979
|
+
"cssVariable": "--tiger-component-table-header-bg",
|
|
1980
|
+
"value": {
|
|
1981
|
+
"r": 0.9803921568627451,
|
|
1982
|
+
"g": 0.9803921568627451,
|
|
1983
|
+
"b": 0.9803921568627451,
|
|
1984
|
+
"a": 1
|
|
1985
|
+
},
|
|
1986
|
+
"reference": "semantic/color/bg-surface"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "component/table/header-font-weight",
|
|
1990
|
+
"type": "STRING",
|
|
1991
|
+
"cssVariable": "--tiger-component-table-header-font-weight",
|
|
1992
|
+
"value": "600",
|
|
1993
|
+
"reference": "primitive/font/weight/semibold"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "component/table/cell-padding-x",
|
|
1997
|
+
"type": "STRING",
|
|
1998
|
+
"cssVariable": "--tiger-component-table-cell-padding-x",
|
|
1999
|
+
"value": "16px",
|
|
2000
|
+
"reference": "primitive/space/lg"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"name": "component/table/cell-padding-y-sm",
|
|
2004
|
+
"type": "STRING",
|
|
2005
|
+
"cssVariable": "--tiger-component-table-cell-padding-y-sm",
|
|
2006
|
+
"value": "8px",
|
|
2007
|
+
"reference": "primitive/space/md"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "component/table/cell-padding-y-md",
|
|
2011
|
+
"type": "STRING",
|
|
2012
|
+
"cssVariable": "--tiger-component-table-cell-padding-y-md",
|
|
2013
|
+
"value": "16px",
|
|
2014
|
+
"reference": "primitive/space/lg"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "component/table/cell-padding-y-lg",
|
|
2018
|
+
"type": "STRING",
|
|
2019
|
+
"cssVariable": "--tiger-component-table-cell-padding-y-lg",
|
|
2020
|
+
"value": "24px",
|
|
2021
|
+
"reference": "primitive/space/xl"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "component/table/border-color",
|
|
2025
|
+
"type": "COLOR",
|
|
2026
|
+
"cssVariable": "--tiger-component-table-border-color",
|
|
2027
|
+
"value": {
|
|
2028
|
+
"r": 0.8980392156862745,
|
|
2029
|
+
"g": 0.8980392156862745,
|
|
2030
|
+
"b": 0.8980392156862745,
|
|
2031
|
+
"a": 1
|
|
2032
|
+
},
|
|
2033
|
+
"reference": "semantic/color/border-default"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "component/table/stripe-bg",
|
|
2037
|
+
"type": "COLOR",
|
|
2038
|
+
"cssVariable": "--tiger-component-table-stripe-bg",
|
|
2039
|
+
"value": {
|
|
2040
|
+
"r": 0.9803921568627451,
|
|
2041
|
+
"g": 0.9803921568627451,
|
|
2042
|
+
"b": 0.9803921568627451,
|
|
2043
|
+
"a": 1
|
|
2044
|
+
},
|
|
2045
|
+
"reference": "semantic/color/bg-surface"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "component/table/hover-bg",
|
|
2049
|
+
"type": "COLOR",
|
|
2050
|
+
"cssVariable": "--tiger-component-table-hover-bg",
|
|
2051
|
+
"value": {
|
|
2052
|
+
"r": 0.9411764705882353,
|
|
2053
|
+
"g": 0.9764705882352941,
|
|
2054
|
+
"b": 1,
|
|
2055
|
+
"a": 1
|
|
2056
|
+
},
|
|
2057
|
+
"reference": "semantic/color/bg-primary"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "component/tooltip/bg",
|
|
2061
|
+
"type": "COLOR",
|
|
2062
|
+
"cssVariable": "--tiger-component-tooltip-bg",
|
|
2063
|
+
"value": {
|
|
2064
|
+
"r": 0.14901960784313725,
|
|
2065
|
+
"g": 0.14901960784313725,
|
|
2066
|
+
"b": 0.14901960784313725,
|
|
2067
|
+
"a": 1
|
|
2068
|
+
},
|
|
2069
|
+
"reference": "primitive/color/neutral/800"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "component/tooltip/text-color",
|
|
2073
|
+
"type": "COLOR",
|
|
2074
|
+
"cssVariable": "--tiger-component-tooltip-text-color",
|
|
2075
|
+
"value": {
|
|
2076
|
+
"r": 1,
|
|
2077
|
+
"g": 1,
|
|
2078
|
+
"b": 1,
|
|
2079
|
+
"a": 1
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "component/tooltip/font-size",
|
|
2084
|
+
"type": "STRING",
|
|
2085
|
+
"cssVariable": "--tiger-component-tooltip-font-size",
|
|
2086
|
+
"value": "14px",
|
|
2087
|
+
"reference": "primitive/font/size/sm"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "component/tooltip/padding-x",
|
|
2091
|
+
"type": "STRING",
|
|
2092
|
+
"cssVariable": "--tiger-component-tooltip-padding-x",
|
|
2093
|
+
"value": "8px",
|
|
2094
|
+
"reference": "primitive/space/md"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "component/tooltip/padding-y",
|
|
2098
|
+
"type": "STRING",
|
|
2099
|
+
"cssVariable": "--tiger-component-tooltip-padding-y",
|
|
2100
|
+
"value": "4px",
|
|
2101
|
+
"reference": "primitive/space/sm"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "component/tooltip/border-radius",
|
|
2105
|
+
"type": "STRING",
|
|
2106
|
+
"cssVariable": "--tiger-component-tooltip-border-radius",
|
|
2107
|
+
"value": "8px",
|
|
2108
|
+
"reference": "semantic/radius/component"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"name": "component/tooltip/shadow",
|
|
2112
|
+
"type": "STRING",
|
|
2113
|
+
"cssVariable": "--tiger-component-tooltip-shadow",
|
|
2114
|
+
"value": "0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",
|
|
2115
|
+
"reference": "primitive/shadow/md"
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "component/tooltip/max-width",
|
|
2119
|
+
"type": "STRING",
|
|
2120
|
+
"cssVariable": "--tiger-component-tooltip-max-width",
|
|
2121
|
+
"value": "280px"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "component/alert/border-radius",
|
|
2125
|
+
"type": "STRING",
|
|
2126
|
+
"cssVariable": "--tiger-component-alert-border-radius",
|
|
2127
|
+
"value": "8px",
|
|
2128
|
+
"reference": "semantic/radius/component"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "component/alert/padding-x",
|
|
2132
|
+
"type": "STRING",
|
|
2133
|
+
"cssVariable": "--tiger-component-alert-padding-x",
|
|
2134
|
+
"value": "16px",
|
|
2135
|
+
"reference": "primitive/space/lg"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"name": "component/alert/padding-y",
|
|
2139
|
+
"type": "STRING",
|
|
2140
|
+
"cssVariable": "--tiger-component-alert-padding-y",
|
|
2141
|
+
"value": "16px",
|
|
2142
|
+
"reference": "primitive/space/lg"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "component/alert/font-size",
|
|
2146
|
+
"type": "STRING",
|
|
2147
|
+
"cssVariable": "--tiger-component-alert-font-size",
|
|
2148
|
+
"value": "16px",
|
|
2149
|
+
"reference": "primitive/font/size/base"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "component/alert/icon-size",
|
|
2153
|
+
"type": "STRING",
|
|
2154
|
+
"cssVariable": "--tiger-component-alert-icon-size",
|
|
2155
|
+
"value": "20px"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "component/tabs/height",
|
|
2159
|
+
"type": "STRING",
|
|
2160
|
+
"cssVariable": "--tiger-component-tabs-height",
|
|
2161
|
+
"value": "40px"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "component/tabs/font-size",
|
|
2165
|
+
"type": "STRING",
|
|
2166
|
+
"cssVariable": "--tiger-component-tabs-font-size",
|
|
2167
|
+
"value": "16px",
|
|
2168
|
+
"reference": "primitive/font/size/base"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "component/tabs/font-weight-active",
|
|
2172
|
+
"type": "STRING",
|
|
2173
|
+
"cssVariable": "--tiger-component-tabs-font-weight-active",
|
|
2174
|
+
"value": "500",
|
|
2175
|
+
"reference": "primitive/font/weight/medium"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "component/tabs/indicator-height",
|
|
2179
|
+
"type": "STRING",
|
|
2180
|
+
"cssVariable": "--tiger-component-tabs-indicator-height",
|
|
2181
|
+
"value": "2px"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"name": "component/tabs/gap",
|
|
2185
|
+
"type": "STRING",
|
|
2186
|
+
"cssVariable": "--tiger-component-tabs-gap",
|
|
2187
|
+
"value": "24px",
|
|
2188
|
+
"reference": "primitive/space/xl"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"name": "component/pagination/item-size",
|
|
2192
|
+
"type": "STRING",
|
|
2193
|
+
"cssVariable": "--tiger-component-pagination-item-size",
|
|
2194
|
+
"value": "32px"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "component/pagination/font-size",
|
|
2198
|
+
"type": "STRING",
|
|
2199
|
+
"cssVariable": "--tiger-component-pagination-font-size",
|
|
2200
|
+
"value": "14px",
|
|
2201
|
+
"reference": "primitive/font/size/sm"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "component/pagination/border-radius",
|
|
2205
|
+
"type": "STRING",
|
|
2206
|
+
"cssVariable": "--tiger-component-pagination-border-radius",
|
|
2207
|
+
"value": "8px",
|
|
2208
|
+
"reference": "semantic/radius/component"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "component/pagination/gap",
|
|
2212
|
+
"type": "STRING",
|
|
2213
|
+
"cssVariable": "--tiger-component-pagination-gap",
|
|
2214
|
+
"value": "4px",
|
|
2215
|
+
"reference": "primitive/space/sm"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "component/tag/height-sm",
|
|
2219
|
+
"type": "STRING",
|
|
2220
|
+
"cssVariable": "--tiger-component-tag-height-sm",
|
|
2221
|
+
"value": "22px"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "component/tag/height-md",
|
|
2225
|
+
"type": "STRING",
|
|
2226
|
+
"cssVariable": "--tiger-component-tag-height-md",
|
|
2227
|
+
"value": "26px"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"name": "component/tag/height-lg",
|
|
2231
|
+
"type": "STRING",
|
|
2232
|
+
"cssVariable": "--tiger-component-tag-height-lg",
|
|
2233
|
+
"value": "32px"
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "component/tag/padding-x",
|
|
2237
|
+
"type": "STRING",
|
|
2238
|
+
"cssVariable": "--tiger-component-tag-padding-x",
|
|
2239
|
+
"value": "8px",
|
|
2240
|
+
"reference": "primitive/space/md"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"name": "component/tag/font-size",
|
|
2244
|
+
"type": "STRING",
|
|
2245
|
+
"cssVariable": "--tiger-component-tag-font-size",
|
|
2246
|
+
"value": "12px",
|
|
2247
|
+
"reference": "primitive/font/size/xs"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "component/tag/border-radius",
|
|
2251
|
+
"type": "STRING",
|
|
2252
|
+
"cssVariable": "--tiger-component-tag-border-radius",
|
|
2253
|
+
"value": "6px"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "component/progress/height-sm",
|
|
2257
|
+
"type": "STRING",
|
|
2258
|
+
"cssVariable": "--tiger-component-progress-height-sm",
|
|
2259
|
+
"value": "4px"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "component/progress/height-md",
|
|
2263
|
+
"type": "STRING",
|
|
2264
|
+
"cssVariable": "--tiger-component-progress-height-md",
|
|
2265
|
+
"value": "8px"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "component/progress/height-lg",
|
|
2269
|
+
"type": "STRING",
|
|
2270
|
+
"cssVariable": "--tiger-component-progress-height-lg",
|
|
2271
|
+
"value": "12px"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "component/progress/border-radius",
|
|
2275
|
+
"type": "STRING",
|
|
2276
|
+
"cssVariable": "--tiger-component-progress-border-radius",
|
|
2277
|
+
"value": "9999px",
|
|
2278
|
+
"reference": "semantic/radius/pill"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "component/progress/track-bg",
|
|
2282
|
+
"type": "COLOR",
|
|
2283
|
+
"cssVariable": "--tiger-component-progress-track-bg",
|
|
2284
|
+
"value": {
|
|
2285
|
+
"r": 0.8980392156862745,
|
|
2286
|
+
"g": 0.8980392156862745,
|
|
2287
|
+
"b": 0.8980392156862745,
|
|
2288
|
+
"a": 1
|
|
2289
|
+
},
|
|
2290
|
+
"reference": "primitive/color/neutral/200"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "component/skeleton/bg",
|
|
2294
|
+
"type": "COLOR",
|
|
2295
|
+
"cssVariable": "--tiger-component-skeleton-bg",
|
|
2296
|
+
"value": {
|
|
2297
|
+
"r": 0.8980392156862745,
|
|
2298
|
+
"g": 0.8980392156862745,
|
|
2299
|
+
"b": 0.8980392156862745,
|
|
2300
|
+
"a": 1
|
|
2301
|
+
},
|
|
2302
|
+
"reference": "primitive/color/neutral/200"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "component/skeleton/shimmer-bg",
|
|
2306
|
+
"type": "COLOR",
|
|
2307
|
+
"cssVariable": "--tiger-component-skeleton-shimmer-bg",
|
|
2308
|
+
"value": {
|
|
2309
|
+
"r": 0.9607843137254902,
|
|
2310
|
+
"g": 0.9607843137254902,
|
|
2311
|
+
"b": 0.9607843137254902,
|
|
2312
|
+
"a": 1
|
|
2313
|
+
},
|
|
2314
|
+
"reference": "primitive/color/neutral/100"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "component/skeleton/border-radius",
|
|
2318
|
+
"type": "STRING",
|
|
2319
|
+
"cssVariable": "--tiger-component-skeleton-border-radius",
|
|
2320
|
+
"value": "8px",
|
|
2321
|
+
"reference": "semantic/radius/component"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "component/divider/color",
|
|
2325
|
+
"type": "COLOR",
|
|
2326
|
+
"cssVariable": "--tiger-component-divider-color",
|
|
2327
|
+
"value": {
|
|
2328
|
+
"r": 0.8980392156862745,
|
|
2329
|
+
"g": 0.8980392156862745,
|
|
2330
|
+
"b": 0.8980392156862745,
|
|
2331
|
+
"a": 1
|
|
2332
|
+
},
|
|
2333
|
+
"reference": "semantic/color/border-default"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "component/divider/text-padding",
|
|
2337
|
+
"type": "STRING",
|
|
2338
|
+
"cssVariable": "--tiger-component-divider-text-padding",
|
|
2339
|
+
"value": "16px",
|
|
2340
|
+
"reference": "primitive/space/lg"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"name": "component/collapse/header-padding-x",
|
|
2344
|
+
"type": "STRING",
|
|
2345
|
+
"cssVariable": "--tiger-component-collapse-header-padding-x",
|
|
2346
|
+
"value": "16px",
|
|
2347
|
+
"reference": "primitive/space/lg"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"name": "component/collapse/header-padding-y",
|
|
2351
|
+
"type": "STRING",
|
|
2352
|
+
"cssVariable": "--tiger-component-collapse-header-padding-y",
|
|
2353
|
+
"value": "16px",
|
|
2354
|
+
"reference": "primitive/space/lg"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "component/collapse/content-padding",
|
|
2358
|
+
"type": "STRING",
|
|
2359
|
+
"cssVariable": "--tiger-component-collapse-content-padding",
|
|
2360
|
+
"value": "16px",
|
|
2361
|
+
"reference": "primitive/space/lg"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"name": "component/collapse/border-color",
|
|
2365
|
+
"type": "COLOR",
|
|
2366
|
+
"cssVariable": "--tiger-component-collapse-border-color",
|
|
2367
|
+
"value": {
|
|
2368
|
+
"r": 0.8980392156862745,
|
|
2369
|
+
"g": 0.8980392156862745,
|
|
2370
|
+
"b": 0.8980392156862745,
|
|
2371
|
+
"a": 1
|
|
2372
|
+
},
|
|
2373
|
+
"reference": "semantic/color/border-default"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "component/steps/icon-size",
|
|
2377
|
+
"type": "STRING",
|
|
2378
|
+
"cssVariable": "--tiger-component-steps-icon-size",
|
|
2379
|
+
"value": "32px"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "component/steps/font-size",
|
|
2383
|
+
"type": "STRING",
|
|
2384
|
+
"cssVariable": "--tiger-component-steps-font-size",
|
|
2385
|
+
"value": "16px",
|
|
2386
|
+
"reference": "primitive/font/size/base"
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "component/steps/connector-width",
|
|
2390
|
+
"type": "STRING",
|
|
2391
|
+
"cssVariable": "--tiger-component-steps-connector-width",
|
|
2392
|
+
"value": "1px"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "component/breadcrumb/font-size",
|
|
2396
|
+
"type": "STRING",
|
|
2397
|
+
"cssVariable": "--tiger-component-breadcrumb-font-size",
|
|
2398
|
+
"value": "14px",
|
|
2399
|
+
"reference": "primitive/font/size/sm"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "component/breadcrumb/separator-margin",
|
|
2403
|
+
"type": "STRING",
|
|
2404
|
+
"cssVariable": "--tiger-component-breadcrumb-separator-margin",
|
|
2405
|
+
"value": "8px",
|
|
2406
|
+
"reference": "primitive/space/md"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "component/dropdown/min-width",
|
|
2410
|
+
"type": "STRING",
|
|
2411
|
+
"cssVariable": "--tiger-component-dropdown-min-width",
|
|
2412
|
+
"value": "120px"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "component/dropdown/padding-y",
|
|
2416
|
+
"type": "STRING",
|
|
2417
|
+
"cssVariable": "--tiger-component-dropdown-padding-y",
|
|
2418
|
+
"value": "4px",
|
|
2419
|
+
"reference": "primitive/space/sm"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"name": "component/dropdown/item-height",
|
|
2423
|
+
"type": "STRING",
|
|
2424
|
+
"cssVariable": "--tiger-component-dropdown-item-height",
|
|
2425
|
+
"value": "36px"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "component/dropdown/item-padding-x",
|
|
2429
|
+
"type": "STRING",
|
|
2430
|
+
"cssVariable": "--tiger-component-dropdown-item-padding-x",
|
|
2431
|
+
"value": "16px",
|
|
2432
|
+
"reference": "primitive/space/lg"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"name": "component/dropdown/border-radius",
|
|
2436
|
+
"type": "STRING",
|
|
2437
|
+
"cssVariable": "--tiger-component-dropdown-border-radius",
|
|
2438
|
+
"value": "12px",
|
|
2439
|
+
"reference": "semantic/radius/card"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"name": "component/dropdown/shadow",
|
|
2443
|
+
"type": "STRING",
|
|
2444
|
+
"cssVariable": "--tiger-component-dropdown-shadow",
|
|
2445
|
+
"value": "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",
|
|
2446
|
+
"reference": "primitive/shadow/lg"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "component/menu/item-height",
|
|
2450
|
+
"type": "STRING",
|
|
2451
|
+
"cssVariable": "--tiger-component-menu-item-height",
|
|
2452
|
+
"value": "40px"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "component/menu/item-padding-x",
|
|
2456
|
+
"type": "STRING",
|
|
2457
|
+
"cssVariable": "--tiger-component-menu-item-padding-x",
|
|
2458
|
+
"value": "16px",
|
|
2459
|
+
"reference": "primitive/space/lg"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "component/menu/group-title-padding",
|
|
2463
|
+
"type": "STRING",
|
|
2464
|
+
"cssVariable": "--tiger-component-menu-group-title-padding",
|
|
2465
|
+
"value": "8px",
|
|
2466
|
+
"reference": "primitive/space/md"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "component/menu/indent-width",
|
|
2470
|
+
"type": "STRING",
|
|
2471
|
+
"cssVariable": "--tiger-component-menu-indent-width",
|
|
2472
|
+
"value": "24px",
|
|
2473
|
+
"reference": "primitive/space/xl"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "component/menu/border-radius",
|
|
2477
|
+
"type": "STRING",
|
|
2478
|
+
"cssVariable": "--tiger-component-menu-border-radius",
|
|
2479
|
+
"value": "8px",
|
|
2480
|
+
"reference": "semantic/radius/component"
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "component/notification/width",
|
|
2484
|
+
"type": "STRING",
|
|
2485
|
+
"cssVariable": "--tiger-component-notification-width",
|
|
2486
|
+
"value": "384px"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"name": "component/notification/padding",
|
|
2490
|
+
"type": "STRING",
|
|
2491
|
+
"cssVariable": "--tiger-component-notification-padding",
|
|
2492
|
+
"value": "16px",
|
|
2493
|
+
"reference": "primitive/space/lg"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "component/notification/border-radius",
|
|
2497
|
+
"type": "STRING",
|
|
2498
|
+
"cssVariable": "--tiger-component-notification-border-radius",
|
|
2499
|
+
"value": "12px",
|
|
2500
|
+
"reference": "semantic/radius/card"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "component/notification/shadow",
|
|
2504
|
+
"type": "STRING",
|
|
2505
|
+
"cssVariable": "--tiger-component-notification-shadow",
|
|
2506
|
+
"value": "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",
|
|
2507
|
+
"reference": "primitive/shadow/lg"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"name": "component/notification/title-font-size",
|
|
2511
|
+
"type": "STRING",
|
|
2512
|
+
"cssVariable": "--tiger-component-notification-title-font-size",
|
|
2513
|
+
"value": "16px",
|
|
2514
|
+
"reference": "primitive/font/size/base"
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "component/notification/title-font-weight",
|
|
2518
|
+
"type": "STRING",
|
|
2519
|
+
"cssVariable": "--tiger-component-notification-title-font-weight",
|
|
2520
|
+
"value": "500",
|
|
2521
|
+
"reference": "primitive/font/weight/medium"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "component/popover/padding",
|
|
2525
|
+
"type": "STRING",
|
|
2526
|
+
"cssVariable": "--tiger-component-popover-padding",
|
|
2527
|
+
"value": "16px",
|
|
2528
|
+
"reference": "primitive/space/lg"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"name": "component/popover/border-radius",
|
|
2532
|
+
"type": "STRING",
|
|
2533
|
+
"cssVariable": "--tiger-component-popover-border-radius",
|
|
2534
|
+
"value": "12px",
|
|
2535
|
+
"reference": "semantic/radius/card"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "component/popover/shadow",
|
|
2539
|
+
"type": "STRING",
|
|
2540
|
+
"cssVariable": "--tiger-component-popover-shadow",
|
|
2541
|
+
"value": "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",
|
|
2542
|
+
"reference": "primitive/shadow/lg"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "component/popover/max-width",
|
|
2546
|
+
"type": "STRING",
|
|
2547
|
+
"cssVariable": "--tiger-component-popover-max-width",
|
|
2548
|
+
"value": "320px"
|
|
2549
|
+
}
|
|
2550
|
+
]
|
|
2551
|
+
}
|
|
2552
|
+
]
|
|
2553
|
+
}
|