@refineui/tokens 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist/css-variables.css +672 -0
- package/dist/index.d.mts +1049 -0
- package/dist/index.d.ts +1049 -0
- package/dist/index.js +978 -0
- package/dist/index.mjs +921 -0
- package/dist/refineui-typography.css +111 -0
- package/dist/spec/component-sizes.json +485 -0
- package/dist/spec/focus.json +20 -0
- package/dist/spec/foundation.json +90 -0
- package/dist/spec/index.json +25 -0
- package/dist/spec/motion.json +78 -0
- package/dist/spec/semantic-colors.json +1256 -0
- package/dist/spec/semantic-text.json +173 -0
- package/dist/spec/token-graph.json +1194 -0
- package/dist/spec/trace-index.json +830 -0
- package/dist/spec/trace-v2.json +973 -0
- package/dist/tailwind-theme.css +348 -0
- package/package.json +50 -0
- package/tailwind.css +4 -0
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
@utility refineui-typo-heading-1 {
|
|
2
|
+
font-family: var(--refineui-typography-heading-1-font-family);
|
|
3
|
+
font-size: var(--refineui-typography-heading-1-font-size);
|
|
4
|
+
font-weight: var(--refineui-typography-heading-1-font-weight);
|
|
5
|
+
line-height: var(--refineui-typography-heading-1-line-height);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@utility refineui-typo-heading-2 {
|
|
9
|
+
font-family: var(--refineui-typography-heading-2-font-family);
|
|
10
|
+
font-size: var(--refineui-typography-heading-2-font-size);
|
|
11
|
+
font-weight: var(--refineui-typography-heading-2-font-weight);
|
|
12
|
+
line-height: var(--refineui-typography-heading-2-line-height);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@utility refineui-typo-heading-3 {
|
|
16
|
+
font-family: var(--refineui-typography-heading-3-font-family);
|
|
17
|
+
font-size: var(--refineui-typography-heading-3-font-size);
|
|
18
|
+
font-weight: var(--refineui-typography-heading-3-font-weight);
|
|
19
|
+
line-height: var(--refineui-typography-heading-3-line-height);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@utility refineui-typo-heading-4 {
|
|
23
|
+
font-family: var(--refineui-typography-heading-4-font-family);
|
|
24
|
+
font-size: var(--refineui-typography-heading-4-font-size);
|
|
25
|
+
font-weight: var(--refineui-typography-heading-4-font-weight);
|
|
26
|
+
line-height: var(--refineui-typography-heading-4-line-height);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@utility refineui-typo-title-1 {
|
|
30
|
+
font-family: var(--refineui-typography-title-1-font-family);
|
|
31
|
+
font-size: var(--refineui-typography-title-1-font-size);
|
|
32
|
+
font-weight: var(--refineui-typography-title-1-font-weight);
|
|
33
|
+
line-height: var(--refineui-typography-title-1-line-height);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@utility refineui-typo-title-2 {
|
|
37
|
+
font-family: var(--refineui-typography-title-2-font-family);
|
|
38
|
+
font-size: var(--refineui-typography-title-2-font-size);
|
|
39
|
+
font-weight: var(--refineui-typography-title-2-font-weight);
|
|
40
|
+
line-height: var(--refineui-typography-title-2-line-height);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@utility refineui-typo-title-3 {
|
|
44
|
+
font-family: var(--refineui-typography-title-3-font-family);
|
|
45
|
+
font-size: var(--refineui-typography-title-3-font-size);
|
|
46
|
+
font-weight: var(--refineui-typography-title-3-font-weight);
|
|
47
|
+
line-height: var(--refineui-typography-title-3-line-height);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@utility refineui-typo-sub-title-1 {
|
|
51
|
+
font-family: var(--refineui-typography-sub-title-1-font-family);
|
|
52
|
+
font-size: var(--refineui-typography-sub-title-1-font-size);
|
|
53
|
+
font-weight: var(--refineui-typography-sub-title-1-font-weight);
|
|
54
|
+
line-height: var(--refineui-typography-sub-title-1-line-height);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@utility refineui-typo-sub-title-2 {
|
|
58
|
+
font-family: var(--refineui-typography-sub-title-2-font-family);
|
|
59
|
+
font-size: var(--refineui-typography-sub-title-2-font-size);
|
|
60
|
+
font-weight: var(--refineui-typography-sub-title-2-font-weight);
|
|
61
|
+
line-height: var(--refineui-typography-sub-title-2-line-height);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@utility refineui-typo-body-1 {
|
|
65
|
+
font-family: var(--refineui-typography-body-1-font-family);
|
|
66
|
+
font-size: var(--refineui-typography-body-1-font-size);
|
|
67
|
+
font-weight: var(--refineui-typography-body-1-font-weight);
|
|
68
|
+
line-height: var(--refineui-typography-body-1-line-height);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@utility refineui-typo-body-2 {
|
|
72
|
+
font-family: var(--refineui-typography-body-2-font-family);
|
|
73
|
+
font-size: var(--refineui-typography-body-2-font-size);
|
|
74
|
+
font-weight: var(--refineui-typography-body-2-font-weight);
|
|
75
|
+
line-height: var(--refineui-typography-body-2-line-height);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@utility refineui-typo-body-3 {
|
|
79
|
+
font-family: var(--refineui-typography-body-3-font-family);
|
|
80
|
+
font-size: var(--refineui-typography-body-3-font-size);
|
|
81
|
+
font-weight: var(--refineui-typography-body-3-font-weight);
|
|
82
|
+
line-height: var(--refineui-typography-body-3-line-height);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@utility refineui-typo-body-4 {
|
|
86
|
+
font-family: var(--refineui-typography-body-4-font-family);
|
|
87
|
+
font-size: var(--refineui-typography-body-4-font-size);
|
|
88
|
+
font-weight: var(--refineui-typography-body-4-font-weight);
|
|
89
|
+
line-height: var(--refineui-typography-body-4-line-height);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@utility refineui-typo-caption-1 {
|
|
93
|
+
font-family: var(--refineui-typography-caption-1-font-family);
|
|
94
|
+
font-size: var(--refineui-typography-caption-1-font-size);
|
|
95
|
+
font-weight: var(--refineui-typography-caption-1-font-weight);
|
|
96
|
+
line-height: var(--refineui-typography-caption-1-line-height);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@utility refineui-typo-caption-2 {
|
|
100
|
+
font-family: var(--refineui-typography-caption-2-font-family);
|
|
101
|
+
font-size: var(--refineui-typography-caption-2-font-size);
|
|
102
|
+
font-weight: var(--refineui-typography-caption-2-font-weight);
|
|
103
|
+
line-height: var(--refineui-typography-caption-2-line-height);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@utility refineui-typo-caption-3 {
|
|
107
|
+
font-family: var(--refineui-typography-caption-3-font-family);
|
|
108
|
+
font-size: var(--refineui-typography-caption-3-font-size);
|
|
109
|
+
font-weight: var(--refineui-typography-caption-3-font-weight);
|
|
110
|
+
line-height: var(--refineui-typography-caption-3-line-height);
|
|
111
|
+
}
|
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"tokens": [
|
|
4
|
+
{
|
|
5
|
+
"name": "avatarStatusXxxlarge",
|
|
6
|
+
"cssVar": "--refineui-size-avatar-status-xxxlarge",
|
|
7
|
+
"references": [
|
|
8
|
+
"foundation.foundationSize140"
|
|
9
|
+
],
|
|
10
|
+
"status": "stable"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "buttonMinHeightSm",
|
|
14
|
+
"cssVar": "--refineui-size-button-min-height-sm",
|
|
15
|
+
"references": [
|
|
16
|
+
"foundation.foundationSize280"
|
|
17
|
+
],
|
|
18
|
+
"status": "stable"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "buttonMinHeightMd",
|
|
22
|
+
"cssVar": "--refineui-size-button-min-height-md",
|
|
23
|
+
"references": [
|
|
24
|
+
"foundation.foundationSize360"
|
|
25
|
+
],
|
|
26
|
+
"status": "stable"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "buttonMinHeightLg",
|
|
30
|
+
"cssVar": "--refineui-size-button-min-height-lg",
|
|
31
|
+
"references": [
|
|
32
|
+
"foundation.foundationSize480"
|
|
33
|
+
],
|
|
34
|
+
"status": "stable"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "chipMinHeightSm",
|
|
38
|
+
"cssVar": "--refineui-size-chip-min-height-sm",
|
|
39
|
+
"references": [
|
|
40
|
+
"foundation.foundationSize200"
|
|
41
|
+
],
|
|
42
|
+
"status": "stable"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "chipMinHeightMd",
|
|
46
|
+
"cssVar": "--refineui-size-chip-min-height-md",
|
|
47
|
+
"references": [
|
|
48
|
+
"foundation.foundationSize240"
|
|
49
|
+
],
|
|
50
|
+
"status": "stable"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "chipMinHeightLg",
|
|
54
|
+
"cssVar": "--refineui-size-chip-min-height-lg",
|
|
55
|
+
"references": [
|
|
56
|
+
"foundation.foundationSize320"
|
|
57
|
+
],
|
|
58
|
+
"status": "stable"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "controlHeightSm",
|
|
62
|
+
"cssVar": "--refineui-size-control-height-sm",
|
|
63
|
+
"references": [
|
|
64
|
+
"foundation.foundationSize360"
|
|
65
|
+
],
|
|
66
|
+
"status": "stable"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "controlHeightMd",
|
|
70
|
+
"cssVar": "--refineui-size-control-height-md",
|
|
71
|
+
"references": [
|
|
72
|
+
"foundation.foundationSize440"
|
|
73
|
+
],
|
|
74
|
+
"status": "stable"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "controlHeightLg",
|
|
78
|
+
"cssVar": "--refineui-size-control-height-lg",
|
|
79
|
+
"references": [
|
|
80
|
+
"foundation.foundationSize520"
|
|
81
|
+
],
|
|
82
|
+
"status": "stable"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "controlTouchMin",
|
|
86
|
+
"cssVar": "--refineui-size-control-touch-min",
|
|
87
|
+
"references": [
|
|
88
|
+
"foundation.foundationSize440"
|
|
89
|
+
],
|
|
90
|
+
"status": "stable"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "controlCheckbox",
|
|
94
|
+
"cssVar": "--refineui-size-control-checkbox",
|
|
95
|
+
"references": [
|
|
96
|
+
"foundation.foundationSize200"
|
|
97
|
+
],
|
|
98
|
+
"status": "stable"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "controlCheckboxRadio",
|
|
102
|
+
"cssVar": "--refineui-size-control-checkbox-radio",
|
|
103
|
+
"references": [
|
|
104
|
+
"foundation.foundationSize200"
|
|
105
|
+
],
|
|
106
|
+
"status": "stable"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "controlTextareaMin",
|
|
110
|
+
"cssVar": "--refineui-size-control-textarea-min",
|
|
111
|
+
"references": [
|
|
112
|
+
"foundation.foundationSize800"
|
|
113
|
+
],
|
|
114
|
+
"status": "stable"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "popoverPanelWidth",
|
|
118
|
+
"cssVar": "--refineui-size-popover-panel-width",
|
|
119
|
+
"references": [
|
|
120
|
+
"foundation.foundationSize3250"
|
|
121
|
+
],
|
|
122
|
+
"status": "stable"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "popoverBeakInsetFromStartEdge",
|
|
126
|
+
"cssVar": "--refineui-size-popover-beak-inset-from-start-edge",
|
|
127
|
+
"references": [
|
|
128
|
+
"foundation.foundationSize340"
|
|
129
|
+
],
|
|
130
|
+
"status": "stable"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "popoverBeakInsetFromEndEdge",
|
|
134
|
+
"cssVar": "--refineui-size-popover-beak-inset-from-end-edge",
|
|
135
|
+
"references": [
|
|
136
|
+
"foundation.foundationSize300"
|
|
137
|
+
],
|
|
138
|
+
"status": "stable"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "menuPanelWidth",
|
|
142
|
+
"cssVar": "--refineui-size-menu-panel-width",
|
|
143
|
+
"references": [
|
|
144
|
+
"foundation.foundationSize2440"
|
|
145
|
+
],
|
|
146
|
+
"status": "stable"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "dropdownMenuWidth",
|
|
150
|
+
"cssVar": "--refineui-size-dropdown-menu-width",
|
|
151
|
+
"references": [
|
|
152
|
+
"foundation.foundationSize2440"
|
|
153
|
+
],
|
|
154
|
+
"status": "stable"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "sidebarWidth",
|
|
158
|
+
"cssVar": "--refineui-size-sidebar-width",
|
|
159
|
+
"references": [
|
|
160
|
+
"foundation.foundationSize2560"
|
|
161
|
+
],
|
|
162
|
+
"status": "stable"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "toastMinWidth",
|
|
166
|
+
"cssVar": "--refineui-size-toast-min-width",
|
|
167
|
+
"references": [
|
|
168
|
+
"foundation.foundationSize3250"
|
|
169
|
+
],
|
|
170
|
+
"status": "stable"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "toastMaxWidth",
|
|
174
|
+
"cssVar": "--refineui-size-toast-max-width",
|
|
175
|
+
"references": [
|
|
176
|
+
"foundation.foundationSize3250"
|
|
177
|
+
],
|
|
178
|
+
"status": "stable"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "dialogMaxWidth",
|
|
182
|
+
"cssVar": "--refineui-size-dialog-max-width",
|
|
183
|
+
"references": [
|
|
184
|
+
"foundation.foundationSize6000"
|
|
185
|
+
],
|
|
186
|
+
"status": "stable"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "dialogWidthSm",
|
|
190
|
+
"cssVar": "--refineui-size-dialog-width-sm",
|
|
191
|
+
"references": [
|
|
192
|
+
"foundation.foundationSize3000"
|
|
193
|
+
],
|
|
194
|
+
"status": "stable"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "drawerWidthSm",
|
|
198
|
+
"cssVar": "--refineui-size-drawer-width-sm",
|
|
199
|
+
"references": [
|
|
200
|
+
"foundation.foundationSize3200"
|
|
201
|
+
],
|
|
202
|
+
"status": "stable"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "drawerWidthMd",
|
|
206
|
+
"cssVar": "--refineui-size-drawer-width-md",
|
|
207
|
+
"references": [
|
|
208
|
+
"foundation.foundationSize5750"
|
|
209
|
+
],
|
|
210
|
+
"status": "stable"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "drawerWidthLg",
|
|
214
|
+
"cssVar": "--refineui-size-drawer-width-lg",
|
|
215
|
+
"references": [
|
|
216
|
+
"foundation.foundationSize8500"
|
|
217
|
+
],
|
|
218
|
+
"status": "stable"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "calendarMinWidth",
|
|
222
|
+
"cssVar": "--refineui-size-calendar-min-width",
|
|
223
|
+
"references": [
|
|
224
|
+
"foundation.foundationSize2560"
|
|
225
|
+
],
|
|
226
|
+
"status": "stable"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "calendarDaySize",
|
|
230
|
+
"cssVar": "--refineui-size-calendar-day-size",
|
|
231
|
+
"references": [
|
|
232
|
+
"foundation.foundationSize320"
|
|
233
|
+
],
|
|
234
|
+
"status": "stable"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "tooltipMaxWidth",
|
|
238
|
+
"cssVar": "--refineui-size-tooltip-max-width",
|
|
239
|
+
"references": [
|
|
240
|
+
"foundation.foundationSize2000"
|
|
241
|
+
],
|
|
242
|
+
"status": "stable"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "spinStepperWidth",
|
|
246
|
+
"cssVar": "--refineui-size-spin-stepper-width",
|
|
247
|
+
"references": [
|
|
248
|
+
"foundation.foundationSize320"
|
|
249
|
+
],
|
|
250
|
+
"status": "stable"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "spinFieldPaddingInlineStart",
|
|
254
|
+
"cssVar": "--refineui-size-spin-field-padding-inline-start",
|
|
255
|
+
"references": [
|
|
256
|
+
"foundation.foundationSize120"
|
|
257
|
+
],
|
|
258
|
+
"status": "stable"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "switchWidth",
|
|
262
|
+
"cssVar": "--refineui-size-switch-width",
|
|
263
|
+
"references": [
|
|
264
|
+
"foundation.foundationSize440"
|
|
265
|
+
],
|
|
266
|
+
"status": "stable"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "switchHeight",
|
|
270
|
+
"cssVar": "--refineui-size-switch-height",
|
|
271
|
+
"references": [
|
|
272
|
+
"foundation.foundationSize240"
|
|
273
|
+
],
|
|
274
|
+
"status": "stable"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "switchThumb",
|
|
278
|
+
"cssVar": "--refineui-size-switch-thumb",
|
|
279
|
+
"references": [
|
|
280
|
+
"foundation.foundationSize200"
|
|
281
|
+
],
|
|
282
|
+
"status": "stable"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "switchPadding",
|
|
286
|
+
"cssVar": "--refineui-size-switch-padding",
|
|
287
|
+
"references": [
|
|
288
|
+
"foundation.foundationSize20"
|
|
289
|
+
],
|
|
290
|
+
"status": "stable"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "progressTrackHeightSm",
|
|
294
|
+
"cssVar": "--refineui-size-progress-track-height-sm",
|
|
295
|
+
"references": [
|
|
296
|
+
"foundation.foundationSize20"
|
|
297
|
+
],
|
|
298
|
+
"status": "stable"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "progressTrackHeightLg",
|
|
302
|
+
"cssVar": "--refineui-size-progress-track-height-lg",
|
|
303
|
+
"references": [
|
|
304
|
+
"foundation.foundationSize40"
|
|
305
|
+
],
|
|
306
|
+
"status": "stable"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "sliderTrackHeightSm",
|
|
310
|
+
"cssVar": "--refineui-size-slider-track-height-sm",
|
|
311
|
+
"references": [
|
|
312
|
+
"foundation.foundationSize20"
|
|
313
|
+
],
|
|
314
|
+
"status": "stable"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "sliderTrackHeightMd",
|
|
318
|
+
"cssVar": "--refineui-size-slider-track-height-md",
|
|
319
|
+
"references": [
|
|
320
|
+
"foundation.foundationSize40"
|
|
321
|
+
],
|
|
322
|
+
"status": "stable"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "sliderInteractionHeight",
|
|
326
|
+
"cssVar": "--refineui-size-slider-interaction-height",
|
|
327
|
+
"references": [
|
|
328
|
+
"foundation.foundationSize280"
|
|
329
|
+
],
|
|
330
|
+
"status": "stable"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "paginationButtonMinWidth",
|
|
334
|
+
"cssVar": "--refineui-size-pagination-button-min-width",
|
|
335
|
+
"references": [
|
|
336
|
+
"foundation.foundationSize400"
|
|
337
|
+
],
|
|
338
|
+
"status": "stable"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "skeletonDefaultHeight",
|
|
342
|
+
"cssVar": "--refineui-size-skeleton-default-height",
|
|
343
|
+
"references": [
|
|
344
|
+
"foundation.foundationSize200"
|
|
345
|
+
],
|
|
346
|
+
"status": "stable"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "dividerShortEnd",
|
|
350
|
+
"cssVar": "--refineui-size-divider-short-end",
|
|
351
|
+
"references": [
|
|
352
|
+
"foundation.foundationSize80"
|
|
353
|
+
],
|
|
354
|
+
"status": "stable"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "dividerIconSlot",
|
|
358
|
+
"cssVar": "--refineui-size-divider-icon-slot",
|
|
359
|
+
"references": [
|
|
360
|
+
"foundation.foundationSize200"
|
|
361
|
+
],
|
|
362
|
+
"status": "stable"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "dividerIconCircleDiameter",
|
|
366
|
+
"cssVar": "--refineui-size-divider-icon-circle-diameter",
|
|
367
|
+
"references": [
|
|
368
|
+
"foundation.foundationSize133"
|
|
369
|
+
],
|
|
370
|
+
"status": "stable"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "dividerIconCircleInset",
|
|
374
|
+
"cssVar": "--refineui-size-divider-icon-circle-inset",
|
|
375
|
+
"references": [
|
|
376
|
+
"foundation.foundationSize30"
|
|
377
|
+
],
|
|
378
|
+
"status": "stable"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "accessibleClip",
|
|
382
|
+
"cssVar": "--refineui-size-accessible-clip",
|
|
383
|
+
"references": [
|
|
384
|
+
"foundation.foundationSize10"
|
|
385
|
+
],
|
|
386
|
+
"status": "stable"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "spinnerSizeXSmall",
|
|
390
|
+
"cssVar": "--refineui-size-spinner-size-x-small",
|
|
391
|
+
"references": [
|
|
392
|
+
"foundation.foundationSize160"
|
|
393
|
+
],
|
|
394
|
+
"status": "stable"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "spinnerSizeSmall",
|
|
398
|
+
"cssVar": "--refineui-size-spinner-size-small",
|
|
399
|
+
"references": [
|
|
400
|
+
"foundation.foundationSize200"
|
|
401
|
+
],
|
|
402
|
+
"status": "stable"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "spinnerSizeMedium",
|
|
406
|
+
"cssVar": "--refineui-size-spinner-size-medium",
|
|
407
|
+
"references": [
|
|
408
|
+
"foundation.foundationSize240"
|
|
409
|
+
],
|
|
410
|
+
"status": "stable"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "spinnerSizeLarge",
|
|
414
|
+
"cssVar": "--refineui-size-spinner-size-large",
|
|
415
|
+
"references": [
|
|
416
|
+
"foundation.foundationSize280"
|
|
417
|
+
],
|
|
418
|
+
"status": "stable"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "spinnerSizeXLarge",
|
|
422
|
+
"cssVar": "--refineui-size-spinner-size-x-large",
|
|
423
|
+
"references": [
|
|
424
|
+
"foundation.foundationSize320"
|
|
425
|
+
],
|
|
426
|
+
"status": "stable"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "spinnerSizeXXLarge",
|
|
430
|
+
"cssVar": "--refineui-size-spinner-size-xx-large",
|
|
431
|
+
"references": [
|
|
432
|
+
"foundation.foundationSize480"
|
|
433
|
+
],
|
|
434
|
+
"status": "stable"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "spinnerRingWidthXSmall",
|
|
438
|
+
"cssVar": "--refineui-size-spinner-ring-width-x-small",
|
|
439
|
+
"references": [
|
|
440
|
+
"foundation.foundationSize20"
|
|
441
|
+
],
|
|
442
|
+
"status": "stable"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "spinnerRingWidthSmall",
|
|
446
|
+
"cssVar": "--refineui-size-spinner-ring-width-small",
|
|
447
|
+
"references": [
|
|
448
|
+
"foundation.foundationSize20"
|
|
449
|
+
],
|
|
450
|
+
"status": "stable"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "spinnerRingWidthMedium",
|
|
454
|
+
"cssVar": "--refineui-size-spinner-ring-width-medium",
|
|
455
|
+
"references": [
|
|
456
|
+
"foundation.foundationSize20"
|
|
457
|
+
],
|
|
458
|
+
"status": "stable"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "spinnerRingWidthLarge",
|
|
462
|
+
"cssVar": "--refineui-size-spinner-ring-width-large",
|
|
463
|
+
"references": [
|
|
464
|
+
"foundation.foundationSize30"
|
|
465
|
+
],
|
|
466
|
+
"status": "stable"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "spinnerRingWidthXLarge",
|
|
470
|
+
"cssVar": "--refineui-size-spinner-ring-width-x-large",
|
|
471
|
+
"references": [
|
|
472
|
+
"foundation.foundationSize30"
|
|
473
|
+
],
|
|
474
|
+
"status": "stable"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "spinnerRingWidthXXLarge",
|
|
478
|
+
"cssVar": "--refineui-size-spinner-ring-width-xx-large",
|
|
479
|
+
"references": [
|
|
480
|
+
"foundation.foundationSize40"
|
|
481
|
+
],
|
|
482
|
+
"status": "stable"
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"ring": {
|
|
4
|
+
"color": {
|
|
5
|
+
"light": "var(--refineui-color-neutral-750)",
|
|
6
|
+
"dark": "var(--refineui-color-neutral-350)"
|
|
7
|
+
},
|
|
8
|
+
"width": "2px",
|
|
9
|
+
"offset": "2px",
|
|
10
|
+
"style": "solid",
|
|
11
|
+
"cssVars": {
|
|
12
|
+
"color": "--refineui-focus-ring-color",
|
|
13
|
+
"width": "--refineui-focus-ring-width",
|
|
14
|
+
"offset": "--refineui-focus-ring-offset",
|
|
15
|
+
"style": "--refineui-focus-ring-style"
|
|
16
|
+
},
|
|
17
|
+
"contract": "Use :focus-visible, not :focus, for keyboard focus rings.",
|
|
18
|
+
"status": "stable"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"categories": [
|
|
4
|
+
"colors",
|
|
5
|
+
"spacings",
|
|
6
|
+
"foundationSizes",
|
|
7
|
+
"motion"
|
|
8
|
+
],
|
|
9
|
+
"spacings": {
|
|
10
|
+
"sizeNone": "0",
|
|
11
|
+
"sizeXXXSmall": "2px",
|
|
12
|
+
"sizeXXSmall": "4px",
|
|
13
|
+
"sizeXSmall": "6px",
|
|
14
|
+
"sizeSmall": "8px",
|
|
15
|
+
"sizeMedium": "10px",
|
|
16
|
+
"sizeLarge": "16px",
|
|
17
|
+
"sizeXLarge": "20px",
|
|
18
|
+
"sizeXXLarge": "24px",
|
|
19
|
+
"sizeXXXLarge": "32px"
|
|
20
|
+
},
|
|
21
|
+
"foundationSizes": {
|
|
22
|
+
"foundationSize10": "1px",
|
|
23
|
+
"foundationSize20": "2px",
|
|
24
|
+
"foundationSize30": "3px",
|
|
25
|
+
"foundationSize40": "4px",
|
|
26
|
+
"foundationSize60": "6px",
|
|
27
|
+
"foundationSize80": "8px",
|
|
28
|
+
"foundationSize100": "10px",
|
|
29
|
+
"foundationSize120": "12px",
|
|
30
|
+
"foundationSize133": "13.33px",
|
|
31
|
+
"foundationSize140": "14px",
|
|
32
|
+
"foundationSize160": "16px",
|
|
33
|
+
"foundationSize200": "20px",
|
|
34
|
+
"foundationSize240": "24px",
|
|
35
|
+
"foundationSize280": "28px",
|
|
36
|
+
"foundationSize300": "30px",
|
|
37
|
+
"foundationSize320": "32px",
|
|
38
|
+
"foundationSize340": "34px",
|
|
39
|
+
"foundationSize360": "36px",
|
|
40
|
+
"foundationSize400": "40px",
|
|
41
|
+
"foundationSize440": "44px",
|
|
42
|
+
"foundationSize480": "48px",
|
|
43
|
+
"foundationSize520": "52px",
|
|
44
|
+
"foundationSize540": "54px",
|
|
45
|
+
"foundationSize600": "60px",
|
|
46
|
+
"foundationSize800": "80px",
|
|
47
|
+
"foundationSize2000": "200px",
|
|
48
|
+
"foundationSize2440": "244px",
|
|
49
|
+
"foundationSize2560": "256px",
|
|
50
|
+
"foundationSize3000": "300px",
|
|
51
|
+
"foundationSize3200": "320px",
|
|
52
|
+
"foundationSize3250": "325px",
|
|
53
|
+
"foundationSize4500": "450px",
|
|
54
|
+
"foundationSize5750": "575px",
|
|
55
|
+
"foundationSize6000": "600px",
|
|
56
|
+
"foundationSize8500": "850px"
|
|
57
|
+
},
|
|
58
|
+
"motion": {
|
|
59
|
+
"duration": {
|
|
60
|
+
"duration0": "0ms",
|
|
61
|
+
"duration150": "150ms",
|
|
62
|
+
"duration180": "180ms",
|
|
63
|
+
"duration200": "200ms",
|
|
64
|
+
"duration240": "240ms",
|
|
65
|
+
"duration260": "260ms",
|
|
66
|
+
"duration280": "280ms",
|
|
67
|
+
"duration320": "320ms",
|
|
68
|
+
"duration380": "380ms",
|
|
69
|
+
"duration800": "800ms",
|
|
70
|
+
"duration1500": "1500ms"
|
|
71
|
+
},
|
|
72
|
+
"easing": {
|
|
73
|
+
"easingStandard": "cubic-bezier(0.2, 0, 0, 1)",
|
|
74
|
+
"easingEmphasized": "cubic-bezier(0.16, 1, 0.3, 1)",
|
|
75
|
+
"easingPanel": "cubic-bezier(0.32, 0.72, 0, 1)",
|
|
76
|
+
"easingContent": "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
77
|
+
"easingLinear": "linear",
|
|
78
|
+
"easingEaseOut": "ease-out",
|
|
79
|
+
"easingEaseInOut": "ease-in-out"
|
|
80
|
+
},
|
|
81
|
+
"scale": {
|
|
82
|
+
"scale96": "0.96",
|
|
83
|
+
"scale98": "0.98",
|
|
84
|
+
"scale115": "1.15"
|
|
85
|
+
},
|
|
86
|
+
"distance": {
|
|
87
|
+
"distance4": "4px"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|