@uxf/cms 11.89.0 → 11.90.1
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/package.json +12 -12
- package/ui/tw-tokens/tw-box-shadow.js +8 -8
- package/ui/tw-tokens/tw-colors.js +186 -182
- package/ui/tw-tokens/tw-containers.js +7 -1
- package/ui/tw-tokens/tw-font-size.js +130 -26
- package/ui/tw-tokens/tw-font-weight.js +9 -9
- package/ui/tw-tokens/tw-line-height.js +6 -6
- package/ui/tw-tokens/tw-screens.js +7 -1
- package/ui/tw-tokens/tw-spacing.js +2 -2
- package/ui/tw-tokens/tw-z-index.js +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/cms",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.90.1",
|
|
4
4
|
"description": "UXF Cms",
|
|
5
5
|
"author": "UXFans <dev@uxf.cz>",
|
|
6
6
|
"homepage": "https://gitlab.com/uxf-npm/cms#readme",
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"@dnd-kit/sortable": "10.0.0",
|
|
30
30
|
"@dnd-kit/utilities": "3.2.2",
|
|
31
31
|
"@floating-ui/react": "0.27.16",
|
|
32
|
-
"@uxf/core": "11.
|
|
33
|
-
"@uxf/core-react": "11.
|
|
34
|
-
"@uxf/data-grid": "11.
|
|
35
|
-
"@uxf/form": "11.
|
|
36
|
-
"@uxf/router": "11.
|
|
37
|
-
"@uxf/ui": "11.
|
|
38
|
-
"@uxf/wysiwyg": "11.
|
|
32
|
+
"@uxf/core": "11.90.0",
|
|
33
|
+
"@uxf/core-react": "11.90.1",
|
|
34
|
+
"@uxf/data-grid": "11.90.1",
|
|
35
|
+
"@uxf/form": "11.90.1",
|
|
36
|
+
"@uxf/router": "11.90.0",
|
|
37
|
+
"@uxf/ui": "11.90.1",
|
|
38
|
+
"@uxf/wysiwyg": "11.90.1",
|
|
39
39
|
"axios": "1.13.2",
|
|
40
40
|
"axios-hooks": "5.1.1",
|
|
41
41
|
"es6-error": "4.1.1",
|
|
42
42
|
"qs": "6.14.0",
|
|
43
|
-
"react-hook-form": "7.
|
|
44
|
-
"swr": "2.3.
|
|
43
|
+
"react-hook-form": "7.68.0",
|
|
44
|
+
"swr": "2.3.7"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"next": ">=13.2.0",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "24",
|
|
53
53
|
"@types/qs": "6.14.0",
|
|
54
|
-
"@types/react": "18.3.
|
|
54
|
+
"@types/react": "18.3.27",
|
|
55
55
|
"@types/react-dom": "18.3.7",
|
|
56
|
-
"next": "15.5.
|
|
56
|
+
"next": "15.5.7",
|
|
57
57
|
"react": "18.3.1",
|
|
58
58
|
"react-dom": "18.3.1"
|
|
59
59
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.twBoxShadow = void 0;
|
|
5
5
|
exports.twBoxShadow = {
|
|
6
|
-
sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
7
|
-
DEFAULT: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
8
|
-
md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
9
|
-
lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
10
|
-
xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
|
|
6
|
+
"sm": "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
7
|
+
"DEFAULT": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
8
|
+
"md": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
9
|
+
"lg": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
10
|
+
"xl": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
|
|
11
11
|
"2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)",
|
|
12
|
-
inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",
|
|
13
|
-
none: "none",
|
|
14
|
-
paper: "0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06)"
|
|
12
|
+
"inner": "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",
|
|
13
|
+
"none": "none",
|
|
14
|
+
"paper": "0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06)"
|
|
15
15
|
};
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.twColors = void 0;
|
|
5
5
|
exports.twColors = {
|
|
6
|
-
inherit: "inherit",
|
|
7
|
-
current: "currentColor",
|
|
8
|
-
transparent: "transparent",
|
|
9
|
-
black: "#000",
|
|
10
|
-
white: "#fff",
|
|
11
|
-
slate: {
|
|
6
|
+
"inherit": "inherit",
|
|
7
|
+
"current": "currentColor",
|
|
8
|
+
"transparent": "transparent",
|
|
9
|
+
"black": "#000",
|
|
10
|
+
"white": "#fff",
|
|
11
|
+
"slate": {
|
|
12
12
|
"50": "#f8fafc",
|
|
13
13
|
"100": "#f1f5f9",
|
|
14
14
|
"200": "#e2e8f0",
|
|
@@ -19,9 +19,9 @@ exports.twColors = {
|
|
|
19
19
|
"700": "#334155",
|
|
20
20
|
"800": "#1e293b",
|
|
21
21
|
"900": "#0f172a",
|
|
22
|
-
"950": "#020617"
|
|
22
|
+
"950": "#020617"
|
|
23
23
|
},
|
|
24
|
-
gray: {
|
|
24
|
+
"gray": {
|
|
25
25
|
"50": "#f9fafb",
|
|
26
26
|
"100": "#f3f4f6",
|
|
27
27
|
"200": "#e5e7eb",
|
|
@@ -32,9 +32,9 @@ exports.twColors = {
|
|
|
32
32
|
"700": "#374151",
|
|
33
33
|
"800": "#1f2937",
|
|
34
34
|
"900": "#111827",
|
|
35
|
-
"950": "#030712"
|
|
35
|
+
"950": "#030712"
|
|
36
36
|
},
|
|
37
|
-
zinc: {
|
|
37
|
+
"zinc": {
|
|
38
38
|
"50": "#fafafa",
|
|
39
39
|
"100": "#f4f4f5",
|
|
40
40
|
"200": "#e4e4e7",
|
|
@@ -45,9 +45,9 @@ exports.twColors = {
|
|
|
45
45
|
"700": "#3f3f46",
|
|
46
46
|
"800": "#27272a",
|
|
47
47
|
"900": "#18181b",
|
|
48
|
-
"950": "#09090b"
|
|
48
|
+
"950": "#09090b"
|
|
49
49
|
},
|
|
50
|
-
neutral: {
|
|
50
|
+
"neutral": {
|
|
51
51
|
"50": "#fafafa",
|
|
52
52
|
"100": "#f5f5f5",
|
|
53
53
|
"200": "#e5e5e5",
|
|
@@ -58,9 +58,9 @@ exports.twColors = {
|
|
|
58
58
|
"700": "#404040",
|
|
59
59
|
"800": "#262626",
|
|
60
60
|
"900": "#171717",
|
|
61
|
-
"950": "#0a0a0a"
|
|
61
|
+
"950": "#0a0a0a"
|
|
62
62
|
},
|
|
63
|
-
stone: {
|
|
63
|
+
"stone": {
|
|
64
64
|
"50": "#fafaf9",
|
|
65
65
|
"100": "#f5f5f4",
|
|
66
66
|
"200": "#e7e5e4",
|
|
@@ -71,9 +71,9 @@ exports.twColors = {
|
|
|
71
71
|
"700": "#44403c",
|
|
72
72
|
"800": "#292524",
|
|
73
73
|
"900": "#1c1917",
|
|
74
|
-
"950": "#0c0a09"
|
|
74
|
+
"950": "#0c0a09"
|
|
75
75
|
},
|
|
76
|
-
red: {
|
|
76
|
+
"red": {
|
|
77
77
|
"50": "#fef2f2",
|
|
78
78
|
"100": "#fee2e2",
|
|
79
79
|
"200": "#fecaca",
|
|
@@ -84,9 +84,9 @@ exports.twColors = {
|
|
|
84
84
|
"700": "#b91c1c",
|
|
85
85
|
"800": "#991b1b",
|
|
86
86
|
"900": "#7f1d1d",
|
|
87
|
-
"950": "#450a0a"
|
|
87
|
+
"950": "#450a0a"
|
|
88
88
|
},
|
|
89
|
-
orange: {
|
|
89
|
+
"orange": {
|
|
90
90
|
"50": "#fff7ed",
|
|
91
91
|
"100": "#ffedd5",
|
|
92
92
|
"200": "#fed7aa",
|
|
@@ -97,9 +97,9 @@ exports.twColors = {
|
|
|
97
97
|
"700": "#c2410c",
|
|
98
98
|
"800": "#9a3412",
|
|
99
99
|
"900": "#7c2d12",
|
|
100
|
-
"950": "#431407"
|
|
100
|
+
"950": "#431407"
|
|
101
101
|
},
|
|
102
|
-
amber: {
|
|
102
|
+
"amber": {
|
|
103
103
|
"50": "#fffbeb",
|
|
104
104
|
"100": "#fef3c7",
|
|
105
105
|
"200": "#fde68a",
|
|
@@ -110,9 +110,9 @@ exports.twColors = {
|
|
|
110
110
|
"700": "#b45309",
|
|
111
111
|
"800": "#92400e",
|
|
112
112
|
"900": "#78350f",
|
|
113
|
-
"950": "#451a03"
|
|
113
|
+
"950": "#451a03"
|
|
114
114
|
},
|
|
115
|
-
yellow: {
|
|
115
|
+
"yellow": {
|
|
116
116
|
"50": "#fefce8",
|
|
117
117
|
"100": "#fef9c3",
|
|
118
118
|
"200": "#fef08a",
|
|
@@ -123,9 +123,9 @@ exports.twColors = {
|
|
|
123
123
|
"700": "#a16207",
|
|
124
124
|
"800": "#854d0e",
|
|
125
125
|
"900": "#713f12",
|
|
126
|
-
"950": "#422006"
|
|
126
|
+
"950": "#422006"
|
|
127
127
|
},
|
|
128
|
-
lime: {
|
|
128
|
+
"lime": {
|
|
129
129
|
"50": "#f7fee7",
|
|
130
130
|
"100": "#ecfccb",
|
|
131
131
|
"200": "#d9f99d",
|
|
@@ -136,9 +136,9 @@ exports.twColors = {
|
|
|
136
136
|
"700": "#4d7c0f",
|
|
137
137
|
"800": "#3f6212",
|
|
138
138
|
"900": "#365314",
|
|
139
|
-
"950": "#1a2e05"
|
|
139
|
+
"950": "#1a2e05"
|
|
140
140
|
},
|
|
141
|
-
green: {
|
|
141
|
+
"green": {
|
|
142
142
|
"50": "#f0fdf4",
|
|
143
143
|
"100": "#dcfce7",
|
|
144
144
|
"200": "#bbf7d0",
|
|
@@ -149,9 +149,9 @@ exports.twColors = {
|
|
|
149
149
|
"700": "#15803d",
|
|
150
150
|
"800": "#166534",
|
|
151
151
|
"900": "#14532d",
|
|
152
|
-
"950": "#052e16"
|
|
152
|
+
"950": "#052e16"
|
|
153
153
|
},
|
|
154
|
-
emerald: {
|
|
154
|
+
"emerald": {
|
|
155
155
|
"50": "#ecfdf5",
|
|
156
156
|
"100": "#d1fae5",
|
|
157
157
|
"200": "#a7f3d0",
|
|
@@ -162,9 +162,9 @@ exports.twColors = {
|
|
|
162
162
|
"700": "#047857",
|
|
163
163
|
"800": "#065f46",
|
|
164
164
|
"900": "#064e3b",
|
|
165
|
-
"950": "#022c22"
|
|
165
|
+
"950": "#022c22"
|
|
166
166
|
},
|
|
167
|
-
teal: {
|
|
167
|
+
"teal": {
|
|
168
168
|
"50": "#f0fdfa",
|
|
169
169
|
"100": "#ccfbf1",
|
|
170
170
|
"200": "#99f6e4",
|
|
@@ -175,9 +175,9 @@ exports.twColors = {
|
|
|
175
175
|
"700": "#0f766e",
|
|
176
176
|
"800": "#115e59",
|
|
177
177
|
"900": "#134e4a",
|
|
178
|
-
"950": "#042f2e"
|
|
178
|
+
"950": "#042f2e"
|
|
179
179
|
},
|
|
180
|
-
cyan: {
|
|
180
|
+
"cyan": {
|
|
181
181
|
"50": "#ecfeff",
|
|
182
182
|
"100": "#cffafe",
|
|
183
183
|
"200": "#a5f3fc",
|
|
@@ -188,9 +188,9 @@ exports.twColors = {
|
|
|
188
188
|
"700": "#0e7490",
|
|
189
189
|
"800": "#155e75",
|
|
190
190
|
"900": "#164e63",
|
|
191
|
-
"950": "#083344"
|
|
191
|
+
"950": "#083344"
|
|
192
192
|
},
|
|
193
|
-
sky: {
|
|
193
|
+
"sky": {
|
|
194
194
|
"50": "#f0f9ff",
|
|
195
195
|
"100": "#e0f2fe",
|
|
196
196
|
"200": "#bae6fd",
|
|
@@ -201,9 +201,9 @@ exports.twColors = {
|
|
|
201
201
|
"700": "#0369a1",
|
|
202
202
|
"800": "#075985",
|
|
203
203
|
"900": "#0c4a6e",
|
|
204
|
-
"950": "#082f49"
|
|
204
|
+
"950": "#082f49"
|
|
205
205
|
},
|
|
206
|
-
blue: {
|
|
206
|
+
"blue": {
|
|
207
207
|
"50": "#eff6ff",
|
|
208
208
|
"100": "#dbeafe",
|
|
209
209
|
"200": "#bfdbfe",
|
|
@@ -214,9 +214,9 @@ exports.twColors = {
|
|
|
214
214
|
"700": "#1d4ed8",
|
|
215
215
|
"800": "#1e40af",
|
|
216
216
|
"900": "#1e3a8a",
|
|
217
|
-
"950": "#172554"
|
|
217
|
+
"950": "#172554"
|
|
218
218
|
},
|
|
219
|
-
indigo: {
|
|
219
|
+
"indigo": {
|
|
220
220
|
"50": "#eef2ff",
|
|
221
221
|
"100": "#e0e7ff",
|
|
222
222
|
"200": "#c7d2fe",
|
|
@@ -227,9 +227,9 @@ exports.twColors = {
|
|
|
227
227
|
"700": "#4338ca",
|
|
228
228
|
"800": "#3730a3",
|
|
229
229
|
"900": "#312e81",
|
|
230
|
-
"950": "#1e1b4b"
|
|
230
|
+
"950": "#1e1b4b"
|
|
231
231
|
},
|
|
232
|
-
violet: {
|
|
232
|
+
"violet": {
|
|
233
233
|
"50": "#f5f3ff",
|
|
234
234
|
"100": "#ede9fe",
|
|
235
235
|
"200": "#ddd6fe",
|
|
@@ -240,9 +240,9 @@ exports.twColors = {
|
|
|
240
240
|
"700": "#6d28d9",
|
|
241
241
|
"800": "#5b21b6",
|
|
242
242
|
"900": "#4c1d95",
|
|
243
|
-
"950": "#2e1065"
|
|
243
|
+
"950": "#2e1065"
|
|
244
244
|
},
|
|
245
|
-
purple: {
|
|
245
|
+
"purple": {
|
|
246
246
|
"50": "#faf5ff",
|
|
247
247
|
"100": "#f3e8ff",
|
|
248
248
|
"200": "#e9d5ff",
|
|
@@ -253,9 +253,9 @@ exports.twColors = {
|
|
|
253
253
|
"700": "#7e22ce",
|
|
254
254
|
"800": "#6b21a8",
|
|
255
255
|
"900": "#581c87",
|
|
256
|
-
"950": "#3b0764"
|
|
256
|
+
"950": "#3b0764"
|
|
257
257
|
},
|
|
258
|
-
fuchsia: {
|
|
258
|
+
"fuchsia": {
|
|
259
259
|
"50": "#fdf4ff",
|
|
260
260
|
"100": "#fae8ff",
|
|
261
261
|
"200": "#f5d0fe",
|
|
@@ -266,9 +266,9 @@ exports.twColors = {
|
|
|
266
266
|
"700": "#a21caf",
|
|
267
267
|
"800": "#86198f",
|
|
268
268
|
"900": "#701a75",
|
|
269
|
-
"950": "#4a044e"
|
|
269
|
+
"950": "#4a044e"
|
|
270
270
|
},
|
|
271
|
-
pink: {
|
|
271
|
+
"pink": {
|
|
272
272
|
"50": "#fdf2f8",
|
|
273
273
|
"100": "#fce7f3",
|
|
274
274
|
"200": "#fbcfe8",
|
|
@@ -279,9 +279,9 @@ exports.twColors = {
|
|
|
279
279
|
"700": "#be185d",
|
|
280
280
|
"800": "#9d174d",
|
|
281
281
|
"900": "#831843",
|
|
282
|
-
"950": "#500724"
|
|
282
|
+
"950": "#500724"
|
|
283
283
|
},
|
|
284
|
-
rose: {
|
|
284
|
+
"rose": {
|
|
285
285
|
"50": "#fff1f2",
|
|
286
286
|
"100": "#ffe4e6",
|
|
287
287
|
"200": "#fecdd3",
|
|
@@ -292,17 +292,17 @@ exports.twColors = {
|
|
|
292
292
|
"700": "#be123c",
|
|
293
293
|
"800": "#9f1239",
|
|
294
294
|
"900": "#881337",
|
|
295
|
-
"950": "#4c0519"
|
|
295
|
+
"950": "#4c0519"
|
|
296
296
|
},
|
|
297
|
-
lightHigh: "#111827",
|
|
298
|
-
lightMedium: "#4b5563",
|
|
299
|
-
lightLow: "#9ca3af",
|
|
300
|
-
darkHigh: "#ffffff",
|
|
301
|
-
darkMedium: "#ffffffcc",
|
|
302
|
-
darkLow: "#ffffff80",
|
|
303
|
-
lightBorder: "#e5e7eb",
|
|
304
|
-
darkBorder: "#374151",
|
|
305
|
-
primary: {
|
|
297
|
+
"lightHigh": "#111827",
|
|
298
|
+
"lightMedium": "#4b5563",
|
|
299
|
+
"lightLow": "#9ca3af",
|
|
300
|
+
"darkHigh": "#ffffff",
|
|
301
|
+
"darkMedium": "#ffffffcc",
|
|
302
|
+
"darkLow": "#ffffff80",
|
|
303
|
+
"lightBorder": "#e5e7eb",
|
|
304
|
+
"darkBorder": "#374151",
|
|
305
|
+
"primary": {
|
|
306
306
|
"50": "#eff6ff",
|
|
307
307
|
"100": "#dbeafe",
|
|
308
308
|
"200": "#bfdbfe",
|
|
@@ -313,9 +313,9 @@ exports.twColors = {
|
|
|
313
313
|
"700": "#1d4ed8",
|
|
314
314
|
"800": "#1e40af",
|
|
315
315
|
"900": "#1e3a8a",
|
|
316
|
-
DEFAULT: "#3b82f6"
|
|
316
|
+
"DEFAULT": "#3b82f6"
|
|
317
317
|
},
|
|
318
|
-
success: {
|
|
318
|
+
"success": {
|
|
319
319
|
"50": "#f0fdf4",
|
|
320
320
|
"100": "#dcfce7",
|
|
321
321
|
"200": "#bbf7d0",
|
|
@@ -326,9 +326,9 @@ exports.twColors = {
|
|
|
326
326
|
"700": "#15803d",
|
|
327
327
|
"800": "#166534",
|
|
328
328
|
"900": "#14532d",
|
|
329
|
-
DEFAULT: "#22c55e"
|
|
329
|
+
"DEFAULT": "#22c55e"
|
|
330
330
|
},
|
|
331
|
-
warning: {
|
|
331
|
+
"warning": {
|
|
332
332
|
"50": "#fff7ed",
|
|
333
333
|
"100": "#ffedd5",
|
|
334
334
|
"200": "#fed7aa",
|
|
@@ -339,9 +339,9 @@ exports.twColors = {
|
|
|
339
339
|
"700": "#c2410c",
|
|
340
340
|
"800": "#9a3412",
|
|
341
341
|
"900": "#7c2d12",
|
|
342
|
-
DEFAULT: "#f97316"
|
|
342
|
+
"DEFAULT": "#f97316"
|
|
343
343
|
},
|
|
344
|
-
error: {
|
|
344
|
+
"error": {
|
|
345
345
|
"50": "#fef2f2",
|
|
346
346
|
"100": "#fee2e2",
|
|
347
347
|
"200": "#fecaca",
|
|
@@ -352,123 +352,127 @@ exports.twColors = {
|
|
|
352
352
|
"700": "#b91c1c",
|
|
353
353
|
"800": "#991b1b",
|
|
354
354
|
"900": "#7f1d1d",
|
|
355
|
-
DEFAULT: "#ef4444"
|
|
355
|
+
"DEFAULT": "#ef4444"
|
|
356
356
|
},
|
|
357
|
-
test: "#ff00ff",
|
|
358
|
-
base_border_border: "var(--uxf-color-base-border-border)",
|
|
359
|
-
base_border_input: "var(--uxf-color-base-border-input)",
|
|
360
|
-
base_border_inverted_border: "var(--uxf-color-base-border-inverted-border)",
|
|
361
|
-
base_border_inverted_input: "var(--uxf-color-base-border-inverted-input)",
|
|
362
|
-
base_icon_disabled: "var(--uxf-color-base-icon-disabled)",
|
|
363
|
-
base_icon_high_emphasis: "var(--uxf-color-base-icon-high-emphasis)",
|
|
364
|
-
base_icon_low_emphasis: "var(--uxf-color-base-icon-low-emphasis)",
|
|
365
|
-
base_icon_medium_emphasis: "var(--uxf-color-base-icon-medium-emphasis)",
|
|
366
|
-
base_icon_inverted_low_emphasis: "var(--uxf-color-base-icon-inverted-low-emphasis)",
|
|
367
|
-
base_icon_inverted_disabled: "var(--uxf-color-base-icon-inverted-disabled)",
|
|
368
|
-
base_icon_inverted_high_emphasis: "var(--uxf-color-base-icon-inverted-high-emphasis)",
|
|
369
|
-
base_shadow_shadow_md: "var(--uxf-color-base-shadow-shadow-md)",
|
|
370
|
-
base_shadow_shadow_sm: "var(--uxf-color-base-shadow-shadow-sm)",
|
|
371
|
-
base_surface_background: "var(--uxf-color-base-surface-background)",
|
|
372
|
-
base_surface_disabled: "var(--uxf-color-base-surface-disabled)",
|
|
373
|
-
base_surface_input: "var(--uxf-color-base-surface-input)",
|
|
374
|
-
base_surface_input_disabled: "var(--uxf-color-base-surface-input-disabled)",
|
|
375
|
-
base_surface_input_hover: "var(--uxf-color-base-surface-input-hover)",
|
|
376
|
-
base_surface_main: "var(--uxf-color-base-surface-main)",
|
|
377
|
-
base_surface_main_hover: "var(--uxf-color-base-surface-main-hover)",
|
|
378
|
-
base_surface_popup: "var(--uxf-color-base-surface-popup)",
|
|
379
|
-
base_surface_tooltip: "var(--uxf-color-base-surface-tooltip)",
|
|
380
|
-
base_surface_inverted_default: "var(--uxf-color-base-surface-inverted-default)",
|
|
381
|
-
base_surface_inverted_default_hover: "var(--uxf-color-base-surface-inverted-default-hover)",
|
|
382
|
-
base_surface_inverted_disabled: "var(--uxf-color-base-surface-inverted-disabled)",
|
|
383
|
-
base_surface_inverted_main: "var(--uxf-color-base-surface-inverted-main)",
|
|
384
|
-
base_surface_inverted_main_hover: "var(--uxf-color-base-surface-inverted-main-hover)",
|
|
385
|
-
base_text_disabled: "var(--uxf-color-base-text-disabled)",
|
|
386
|
-
base_text_high_emphasis: "var(--uxf-color-base-text-high-emphasis)",
|
|
387
|
-
base_text_link: "var(--uxf-color-base-text-link)",
|
|
388
|
-
base_text_link_pressed: "var(--uxf-color-base-text-link-pressed)",
|
|
389
|
-
base_text_low_emphasis: "var(--uxf-color-base-text-low-emphasis)",
|
|
390
|
-
base_text_inverted_disabled: "var(--uxf-color-base-text-inverted-disabled)",
|
|
391
|
-
base_text_inverted_high_emphasis: "var(--uxf-color-base-text-inverted-high-emphasis)",
|
|
392
|
-
base_text_inverted_link: "var(--uxf-color-base-text-inverted-link)",
|
|
393
|
-
base_text_inverted_low_emphasis: "var(--uxf-color-base-text-inverted-low-emphasis)",
|
|
394
|
-
brand_border: "var(--uxf-color-brand-border)",
|
|
395
|
-
brand_icon: "var(--uxf-color-brand-icon)",
|
|
396
|
-
brand_icon_on_muted: "var(--uxf-color-brand-icon-on-muted)",
|
|
397
|
-
brand_text: "var(--uxf-color-brand-text)",
|
|
398
|
-
brand_text_on_muted: "var(--uxf-color-brand-text-on-muted)",
|
|
399
|
-
brand_surface_bolder: "var(--uxf-color-brand-surface-bolder)",
|
|
400
|
-
brand_surface_bolder_hover: "var(--uxf-color-brand-surface-bolder-hover)",
|
|
401
|
-
brand_surface_default: "var(--uxf-color-brand-surface-default)",
|
|
402
|
-
brand_surface_default_hover: "var(--uxf-color-brand-surface-default-hover)",
|
|
403
|
-
brand_surface_muted: "var(--uxf-color-brand-surface-muted)",
|
|
404
|
-
brand_surface_muted_hover: "var(--uxf-color-brand-surface-muted-hover)",
|
|
405
|
-
brand_surface_subtle: "var(--uxf-color-brand-surface-subtle)",
|
|
406
|
-
brand_surface_subtle_hover: "var(--uxf-color-brand-surface-subtle-hover)",
|
|
407
|
-
info_border: "var(--uxf-color-info-border)",
|
|
408
|
-
info_icon: "var(--uxf-color-info-icon)",
|
|
409
|
-
info_icon_on_muted: "var(--uxf-color-info-icon-on-muted)",
|
|
410
|
-
info_text: "var(--uxf-color-info-text)",
|
|
411
|
-
info_text_on_muted: "var(--uxf-color-info-text-on-muted)",
|
|
412
|
-
info_surface_default: "var(--uxf-color-info-surface-default)",
|
|
413
|
-
info_surface_default_hover: "var(--uxf-color-info-surface-default-hover)",
|
|
414
|
-
info_surface_muted: "var(--uxf-color-info-surface-muted)",
|
|
415
|
-
info_surface_muted_hover: "var(--uxf-color-info-surface-muted-hover)",
|
|
416
|
-
info_surface_subtle: "var(--uxf-color-info-surface-subtle)",
|
|
417
|
-
info_surface_subtle_hover: "var(--uxf-color-info-surface-subtle-hover)",
|
|
418
|
-
inverted_border: "var(--uxf-color-inverted-border)",
|
|
419
|
-
inverted_icon: "var(--uxf-color-inverted-icon)",
|
|
420
|
-
inverted_icon_on_muted: "var(--uxf-color-inverted-icon-on-muted)",
|
|
421
|
-
inverted_text_default: "var(--uxf-color-inverted-text-default)",
|
|
422
|
-
inverted_text_disabled: "var(--uxf-color-inverted-text-disabled)",
|
|
423
|
-
inverted_text_muted: "var(--uxf-color-inverted-text-muted)",
|
|
424
|
-
inverted_text_on_muted: "var(--uxf-color-inverted-text-on-muted)",
|
|
425
|
-
negative_border: "var(--uxf-color-negative-border)",
|
|
426
|
-
negative_icon: "var(--uxf-color-negative-icon)",
|
|
427
|
-
negative_icon_on_muted: "var(--uxf-color-negative-icon-on-muted)",
|
|
428
|
-
negative_text: "var(--uxf-color-negative-text)",
|
|
429
|
-
negative_text_on_muted: "var(--uxf-color-negative-text-on-muted)",
|
|
430
|
-
negative_surface_default: "var(--uxf-color-negative-surface-default)",
|
|
431
|
-
negative_surface_default_hover: "var(--uxf-color-negative-surface-default-hover)",
|
|
432
|
-
negative_surface_muted: "var(--uxf-color-negative-surface-muted)",
|
|
433
|
-
negative_surface_muted_hover: "var(--uxf-color-negative-surface-muted-hover)",
|
|
434
|
-
negative_surface_subtle: "var(--uxf-color-negative-surface-subtle)",
|
|
435
|
-
negative_surface_subtle_hover: "var(--uxf-color-negative-surface-subtle-hover)",
|
|
436
|
-
neutral_border: "var(--uxf-color-neutral-border)",
|
|
437
|
-
neutral_icon: "var(--uxf-color-neutral-icon)",
|
|
438
|
-
neutral_icon_on_muted: "var(--uxf-color-neutral-icon-on-muted)",
|
|
439
|
-
neutral_text: "var(--uxf-color-neutral-text)",
|
|
440
|
-
neutral_text_on_muted: "var(--uxf-color-neutral-text-on-muted)",
|
|
441
|
-
neutral_surface_bolder: "var(--uxf-color-neutral-surface-bolder)",
|
|
442
|
-
neutral_surface_bolder_hover: "var(--uxf-color-neutral-surface-bolder-hover)",
|
|
443
|
-
neutral_surface_default: "var(--uxf-color-neutral-surface-default)",
|
|
444
|
-
neutral_surface_default_hover: "var(--uxf-color-neutral-surface-default-hover)",
|
|
445
|
-
neutral_surface_muted: "var(--uxf-color-neutral-surface-muted)",
|
|
446
|
-
neutral_surface_muted_hover: "var(--uxf-color-neutral-surface-muted-hover)",
|
|
447
|
-
neutral_surface_subtle: "var(--uxf-color-neutral-surface-subtle)",
|
|
448
|
-
neutral_surface_subtle_hover: "var(--uxf-color-neutral-surface-subtle-hover)",
|
|
449
|
-
positive_border: "var(--uxf-color-positive-border)",
|
|
450
|
-
positive_icon: "var(--uxf-color-positive-icon)",
|
|
451
|
-
positive_icon_on_muted: "var(--uxf-color-positive-icon-on-muted)",
|
|
452
|
-
positive_text: "var(--uxf-color-positive-text)",
|
|
453
|
-
positive_text_on_muted: "var(--uxf-color-positive-text-on-muted)",
|
|
454
|
-
positive_surface_default: "var(--uxf-color-positive-surface-default)",
|
|
455
|
-
positive_surface_default_hover: "var(--uxf-color-positive-surface-default-hover)",
|
|
456
|
-
positive_surface_muted: "var(--uxf-color-positive-surface-muted)",
|
|
457
|
-
positive_surface_muted_hover: "var(--uxf-color-positive-surface-muted-hover)",
|
|
458
|
-
positive_surface_subtle: "var(--uxf-color-positive-surface-subtle)",
|
|
459
|
-
positive_surface_subtle_hover: "var(--uxf-color-positive-surface-subtle-hover)",
|
|
460
|
-
warning_border: "var(--uxf-color-warning-border)",
|
|
461
|
-
warning_icon: "var(--uxf-color-warning-icon)",
|
|
462
|
-
warning_icon_on_muted: "var(--uxf-color-warning-icon-on-muted)",
|
|
463
|
-
warning_text: "var(--uxf-color-warning-text)",
|
|
464
|
-
warning_text_on_muted: "var(--uxf-color-warning-text-on-muted)",
|
|
465
|
-
warning_surface_default: "var(--uxf-color-warning-surface-default)",
|
|
466
|
-
warning_surface_default_hover: "var(--uxf-color-warning-surface-default-hover)",
|
|
467
|
-
warning_surface_muted: "var(--uxf-color-warning-surface-muted)",
|
|
468
|
-
warning_surface_muted_hover: "var(--uxf-color-warning-surface-muted-hover)",
|
|
469
|
-
warning_surface_subtle: "var(--uxf-color-warning-surface-subtle)",
|
|
470
|
-
warning_surface_subtle_hover: "var(--uxf-color-warning-surface-subtle-hover)",
|
|
471
|
-
dataGridPrimary: "#140939",
|
|
472
|
-
dataGridSecondary: "#FF4F06",
|
|
473
|
-
sidebar: {
|
|
357
|
+
"test": "#ff00ff",
|
|
358
|
+
"base_border_border": "var(--uxf-color-base-border-border)",
|
|
359
|
+
"base_border_input": "var(--uxf-color-base-border-input)",
|
|
360
|
+
"base_border_inverted_border": "var(--uxf-color-base-border-inverted-border)",
|
|
361
|
+
"base_border_inverted_input": "var(--uxf-color-base-border-inverted-input)",
|
|
362
|
+
"base_icon_disabled": "var(--uxf-color-base-icon-disabled)",
|
|
363
|
+
"base_icon_high_emphasis": "var(--uxf-color-base-icon-high-emphasis)",
|
|
364
|
+
"base_icon_low_emphasis": "var(--uxf-color-base-icon-low-emphasis)",
|
|
365
|
+
"base_icon_medium_emphasis": "var(--uxf-color-base-icon-medium-emphasis)",
|
|
366
|
+
"base_icon_inverted_low_emphasis": "var(--uxf-color-base-icon-inverted-low-emphasis)",
|
|
367
|
+
"base_icon_inverted_disabled": "var(--uxf-color-base-icon-inverted-disabled)",
|
|
368
|
+
"base_icon_inverted_high_emphasis": "var(--uxf-color-base-icon-inverted-high-emphasis)",
|
|
369
|
+
"base_shadow_shadow_md": "var(--uxf-color-base-shadow-shadow-md)",
|
|
370
|
+
"base_shadow_shadow_sm": "var(--uxf-color-base-shadow-shadow-sm)",
|
|
371
|
+
"base_surface_background": "var(--uxf-color-base-surface-background)",
|
|
372
|
+
"base_surface_disabled": "var(--uxf-color-base-surface-disabled)",
|
|
373
|
+
"base_surface_input": "var(--uxf-color-base-surface-input)",
|
|
374
|
+
"base_surface_input_disabled": "var(--uxf-color-base-surface-input-disabled)",
|
|
375
|
+
"base_surface_input_hover": "var(--uxf-color-base-surface-input-hover)",
|
|
376
|
+
"base_surface_main": "var(--uxf-color-base-surface-main)",
|
|
377
|
+
"base_surface_main_hover": "var(--uxf-color-base-surface-main-hover)",
|
|
378
|
+
"base_surface_popup": "var(--uxf-color-base-surface-popup)",
|
|
379
|
+
"base_surface_tooltip": "var(--uxf-color-base-surface-tooltip)",
|
|
380
|
+
"base_surface_inverted_default": "var(--uxf-color-base-surface-inverted-default)",
|
|
381
|
+
"base_surface_inverted_default_hover": "var(--uxf-color-base-surface-inverted-default-hover)",
|
|
382
|
+
"base_surface_inverted_disabled": "var(--uxf-color-base-surface-inverted-disabled)",
|
|
383
|
+
"base_surface_inverted_main": "var(--uxf-color-base-surface-inverted-main)",
|
|
384
|
+
"base_surface_inverted_main_hover": "var(--uxf-color-base-surface-inverted-main-hover)",
|
|
385
|
+
"base_text_disabled": "var(--uxf-color-base-text-disabled)",
|
|
386
|
+
"base_text_high_emphasis": "var(--uxf-color-base-text-high-emphasis)",
|
|
387
|
+
"base_text_link": "var(--uxf-color-base-text-link)",
|
|
388
|
+
"base_text_link_pressed": "var(--uxf-color-base-text-link-pressed)",
|
|
389
|
+
"base_text_low_emphasis": "var(--uxf-color-base-text-low-emphasis)",
|
|
390
|
+
"base_text_inverted_disabled": "var(--uxf-color-base-text-inverted-disabled)",
|
|
391
|
+
"base_text_inverted_high_emphasis": "var(--uxf-color-base-text-inverted-high-emphasis)",
|
|
392
|
+
"base_text_inverted_link": "var(--uxf-color-base-text-inverted-link)",
|
|
393
|
+
"base_text_inverted_low_emphasis": "var(--uxf-color-base-text-inverted-low-emphasis)",
|
|
394
|
+
"brand_border": "var(--uxf-color-brand-border)",
|
|
395
|
+
"brand_icon": "var(--uxf-color-brand-icon)",
|
|
396
|
+
"brand_icon_on_muted": "var(--uxf-color-brand-icon-on-muted)",
|
|
397
|
+
"brand_text": "var(--uxf-color-brand-text)",
|
|
398
|
+
"brand_text_on_muted": "var(--uxf-color-brand-text-on-muted)",
|
|
399
|
+
"brand_surface_bolder": "var(--uxf-color-brand-surface-bolder)",
|
|
400
|
+
"brand_surface_bolder_hover": "var(--uxf-color-brand-surface-bolder-hover)",
|
|
401
|
+
"brand_surface_default": "var(--uxf-color-brand-surface-default)",
|
|
402
|
+
"brand_surface_default_hover": "var(--uxf-color-brand-surface-default-hover)",
|
|
403
|
+
"brand_surface_muted": "var(--uxf-color-brand-surface-muted)",
|
|
404
|
+
"brand_surface_muted_hover": "var(--uxf-color-brand-surface-muted-hover)",
|
|
405
|
+
"brand_surface_subtle": "var(--uxf-color-brand-surface-subtle)",
|
|
406
|
+
"brand_surface_subtle_hover": "var(--uxf-color-brand-surface-subtle-hover)",
|
|
407
|
+
"info_border": "var(--uxf-color-info-border)",
|
|
408
|
+
"info_icon": "var(--uxf-color-info-icon)",
|
|
409
|
+
"info_icon_on_muted": "var(--uxf-color-info-icon-on-muted)",
|
|
410
|
+
"info_text": "var(--uxf-color-info-text)",
|
|
411
|
+
"info_text_on_muted": "var(--uxf-color-info-text-on-muted)",
|
|
412
|
+
"info_surface_default": "var(--uxf-color-info-surface-default)",
|
|
413
|
+
"info_surface_default_hover": "var(--uxf-color-info-surface-default-hover)",
|
|
414
|
+
"info_surface_muted": "var(--uxf-color-info-surface-muted)",
|
|
415
|
+
"info_surface_muted_hover": "var(--uxf-color-info-surface-muted-hover)",
|
|
416
|
+
"info_surface_subtle": "var(--uxf-color-info-surface-subtle)",
|
|
417
|
+
"info_surface_subtle_hover": "var(--uxf-color-info-surface-subtle-hover)",
|
|
418
|
+
"inverted_border": "var(--uxf-color-inverted-border)",
|
|
419
|
+
"inverted_icon": "var(--uxf-color-inverted-icon)",
|
|
420
|
+
"inverted_icon_on_muted": "var(--uxf-color-inverted-icon-on-muted)",
|
|
421
|
+
"inverted_text_default": "var(--uxf-color-inverted-text-default)",
|
|
422
|
+
"inverted_text_disabled": "var(--uxf-color-inverted-text-disabled)",
|
|
423
|
+
"inverted_text_muted": "var(--uxf-color-inverted-text-muted)",
|
|
424
|
+
"inverted_text_on_muted": "var(--uxf-color-inverted-text-on-muted)",
|
|
425
|
+
"negative_border": "var(--uxf-color-negative-border)",
|
|
426
|
+
"negative_icon": "var(--uxf-color-negative-icon)",
|
|
427
|
+
"negative_icon_on_muted": "var(--uxf-color-negative-icon-on-muted)",
|
|
428
|
+
"negative_text": "var(--uxf-color-negative-text)",
|
|
429
|
+
"negative_text_on_muted": "var(--uxf-color-negative-text-on-muted)",
|
|
430
|
+
"negative_surface_default": "var(--uxf-color-negative-surface-default)",
|
|
431
|
+
"negative_surface_default_hover": "var(--uxf-color-negative-surface-default-hover)",
|
|
432
|
+
"negative_surface_muted": "var(--uxf-color-negative-surface-muted)",
|
|
433
|
+
"negative_surface_muted_hover": "var(--uxf-color-negative-surface-muted-hover)",
|
|
434
|
+
"negative_surface_subtle": "var(--uxf-color-negative-surface-subtle)",
|
|
435
|
+
"negative_surface_subtle_hover": "var(--uxf-color-negative-surface-subtle-hover)",
|
|
436
|
+
"neutral_border": "var(--uxf-color-neutral-border)",
|
|
437
|
+
"neutral_icon": "var(--uxf-color-neutral-icon)",
|
|
438
|
+
"neutral_icon_on_muted": "var(--uxf-color-neutral-icon-on-muted)",
|
|
439
|
+
"neutral_text": "var(--uxf-color-neutral-text)",
|
|
440
|
+
"neutral_text_on_muted": "var(--uxf-color-neutral-text-on-muted)",
|
|
441
|
+
"neutral_surface_bolder": "var(--uxf-color-neutral-surface-bolder)",
|
|
442
|
+
"neutral_surface_bolder_hover": "var(--uxf-color-neutral-surface-bolder-hover)",
|
|
443
|
+
"neutral_surface_default": "var(--uxf-color-neutral-surface-default)",
|
|
444
|
+
"neutral_surface_default_hover": "var(--uxf-color-neutral-surface-default-hover)",
|
|
445
|
+
"neutral_surface_muted": "var(--uxf-color-neutral-surface-muted)",
|
|
446
|
+
"neutral_surface_muted_hover": "var(--uxf-color-neutral-surface-muted-hover)",
|
|
447
|
+
"neutral_surface_subtle": "var(--uxf-color-neutral-surface-subtle)",
|
|
448
|
+
"neutral_surface_subtle_hover": "var(--uxf-color-neutral-surface-subtle-hover)",
|
|
449
|
+
"positive_border": "var(--uxf-color-positive-border)",
|
|
450
|
+
"positive_icon": "var(--uxf-color-positive-icon)",
|
|
451
|
+
"positive_icon_on_muted": "var(--uxf-color-positive-icon-on-muted)",
|
|
452
|
+
"positive_text": "var(--uxf-color-positive-text)",
|
|
453
|
+
"positive_text_on_muted": "var(--uxf-color-positive-text-on-muted)",
|
|
454
|
+
"positive_surface_default": "var(--uxf-color-positive-surface-default)",
|
|
455
|
+
"positive_surface_default_hover": "var(--uxf-color-positive-surface-default-hover)",
|
|
456
|
+
"positive_surface_muted": "var(--uxf-color-positive-surface-muted)",
|
|
457
|
+
"positive_surface_muted_hover": "var(--uxf-color-positive-surface-muted-hover)",
|
|
458
|
+
"positive_surface_subtle": "var(--uxf-color-positive-surface-subtle)",
|
|
459
|
+
"positive_surface_subtle_hover": "var(--uxf-color-positive-surface-subtle-hover)",
|
|
460
|
+
"warning_border": "var(--uxf-color-warning-border)",
|
|
461
|
+
"warning_icon": "var(--uxf-color-warning-icon)",
|
|
462
|
+
"warning_icon_on_muted": "var(--uxf-color-warning-icon-on-muted)",
|
|
463
|
+
"warning_text": "var(--uxf-color-warning-text)",
|
|
464
|
+
"warning_text_on_muted": "var(--uxf-color-warning-text-on-muted)",
|
|
465
|
+
"warning_surface_default": "var(--uxf-color-warning-surface-default)",
|
|
466
|
+
"warning_surface_default_hover": "var(--uxf-color-warning-surface-default-hover)",
|
|
467
|
+
"warning_surface_muted": "var(--uxf-color-warning-surface-muted)",
|
|
468
|
+
"warning_surface_muted_hover": "var(--uxf-color-warning-surface-muted-hover)",
|
|
469
|
+
"warning_surface_subtle": "var(--uxf-color-warning-surface-subtle)",
|
|
470
|
+
"warning_surface_subtle_hover": "var(--uxf-color-warning-surface-subtle-hover)",
|
|
471
|
+
"dataGridPrimary": "#140939",
|
|
472
|
+
"dataGridSecondary": "#FF4F06",
|
|
473
|
+
"sidebar": {
|
|
474
|
+
"background": "#1F2937",
|
|
475
|
+
"highlight": "#111827",
|
|
476
|
+
"hover": "#111827"
|
|
477
|
+
}
|
|
474
478
|
};
|
|
@@ -2,4 +2,10 @@
|
|
|
2
2
|
// this file is generated automatically, do not change anything manually in the contents of this file
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.twContainers = void 0;
|
|
5
|
-
exports.twContainers = {
|
|
5
|
+
exports.twContainers = {
|
|
6
|
+
"xs": "33.75rem",
|
|
7
|
+
"sm": "45rem",
|
|
8
|
+
"md": "58rem",
|
|
9
|
+
"lg": "64rem",
|
|
10
|
+
"xl": "76rem"
|
|
11
|
+
};
|
|
@@ -3,30 +3,134 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.twFontSize = void 0;
|
|
5
5
|
exports.twFontSize = {
|
|
6
|
-
xs: [
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
6
|
+
"xs": [
|
|
7
|
+
"0.75rem",
|
|
8
|
+
{
|
|
9
|
+
"lineHeight": "1rem"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"sm": [
|
|
13
|
+
"0.875rem",
|
|
14
|
+
{
|
|
15
|
+
"lineHeight": "1.25rem"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"base": [
|
|
19
|
+
"1rem",
|
|
20
|
+
{
|
|
21
|
+
"lineHeight": "1.5rem"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"lg": [
|
|
25
|
+
"1.125rem",
|
|
26
|
+
{
|
|
27
|
+
"lineHeight": "1.75rem"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"xl": [
|
|
31
|
+
"1.25rem",
|
|
32
|
+
{
|
|
33
|
+
"lineHeight": "1.75rem"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"2xl": [
|
|
37
|
+
"1.5rem",
|
|
38
|
+
{
|
|
39
|
+
"lineHeight": "2rem"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"3xl": [
|
|
43
|
+
"1.875rem",
|
|
44
|
+
{
|
|
45
|
+
"lineHeight": "2.25rem"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"4xl": [
|
|
49
|
+
"2.25rem",
|
|
50
|
+
{
|
|
51
|
+
"lineHeight": "2.5rem"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"5xl": [
|
|
55
|
+
"3rem",
|
|
56
|
+
{
|
|
57
|
+
"lineHeight": "1"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"6xl": [
|
|
61
|
+
"3.75rem",
|
|
62
|
+
{
|
|
63
|
+
"lineHeight": "1"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"7xl": [
|
|
67
|
+
"4.5rem",
|
|
68
|
+
{
|
|
69
|
+
"lineHeight": "1"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"8xl": [
|
|
73
|
+
"6rem",
|
|
74
|
+
{
|
|
75
|
+
"lineHeight": "1"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"9xl": [
|
|
79
|
+
"8rem",
|
|
80
|
+
{
|
|
81
|
+
"lineHeight": "1"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"desktopH1": [
|
|
85
|
+
"6rem",
|
|
86
|
+
1.1666666666666667
|
|
87
|
+
],
|
|
88
|
+
"desktopH2": [
|
|
89
|
+
"3.75rem",
|
|
90
|
+
1.2
|
|
91
|
+
],
|
|
92
|
+
"desktopH3": [
|
|
93
|
+
"3rem",
|
|
94
|
+
1.3333333333333333
|
|
95
|
+
],
|
|
96
|
+
"desktopH4": [
|
|
97
|
+
"2.125rem",
|
|
98
|
+
1.1764705882352942
|
|
99
|
+
],
|
|
100
|
+
"desktopH5": [
|
|
101
|
+
"1.5rem",
|
|
102
|
+
1.3333333333333333
|
|
103
|
+
],
|
|
104
|
+
"desktopH6": [
|
|
105
|
+
"1rem",
|
|
106
|
+
1.375
|
|
107
|
+
],
|
|
108
|
+
"body": [
|
|
109
|
+
"1rem",
|
|
110
|
+
1.5
|
|
111
|
+
],
|
|
112
|
+
"body2": [
|
|
113
|
+
"0.875rem",
|
|
114
|
+
1.4285714285714286
|
|
115
|
+
],
|
|
116
|
+
"button": [
|
|
117
|
+
"1rem",
|
|
118
|
+
1.5
|
|
119
|
+
],
|
|
120
|
+
"caption": [
|
|
121
|
+
"0.75rem",
|
|
122
|
+
1.3333333333333333
|
|
123
|
+
],
|
|
124
|
+
"medium": [
|
|
125
|
+
"1rem",
|
|
126
|
+
1.5
|
|
127
|
+
],
|
|
128
|
+
"medium2": [
|
|
129
|
+
"0.875rem",
|
|
130
|
+
1.4285714285714286
|
|
131
|
+
],
|
|
132
|
+
"overline": [
|
|
133
|
+
"0.625rem",
|
|
134
|
+
1.6
|
|
135
|
+
]
|
|
32
136
|
};
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.twFontWeight = void 0;
|
|
5
5
|
exports.twFontWeight = {
|
|
6
|
-
thin: "100",
|
|
7
|
-
extralight: "200",
|
|
8
|
-
light: "300",
|
|
9
|
-
normal: "400",
|
|
10
|
-
medium: "500",
|
|
11
|
-
semibold: "600",
|
|
12
|
-
bold: "700",
|
|
13
|
-
extrabold: "800",
|
|
14
|
-
black: "900"
|
|
6
|
+
"thin": "100",
|
|
7
|
+
"extralight": "200",
|
|
8
|
+
"light": "300",
|
|
9
|
+
"normal": "400",
|
|
10
|
+
"medium": "500",
|
|
11
|
+
"semibold": "600",
|
|
12
|
+
"bold": "700",
|
|
13
|
+
"extrabold": "800",
|
|
14
|
+
"black": "900"
|
|
15
15
|
};
|
|
@@ -11,10 +11,10 @@ exports.twLineHeight = {
|
|
|
11
11
|
"8": "2rem",
|
|
12
12
|
"9": "2.25rem",
|
|
13
13
|
"10": "2.5rem",
|
|
14
|
-
none: "1",
|
|
15
|
-
tight: "1.25",
|
|
16
|
-
snug: "1.375",
|
|
17
|
-
normal: "1.5",
|
|
18
|
-
relaxed: "1.625",
|
|
19
|
-
loose: "2"
|
|
14
|
+
"none": "1",
|
|
15
|
+
"tight": "1.25",
|
|
16
|
+
"snug": "1.375",
|
|
17
|
+
"normal": "1.5",
|
|
18
|
+
"relaxed": "1.625",
|
|
19
|
+
"loose": "2"
|
|
20
20
|
};
|
|
@@ -2,4 +2,10 @@
|
|
|
2
2
|
// this file is generated automatically, do not change anything manually in the contents of this file
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.twScreens = void 0;
|
|
5
|
-
exports.twScreens = {
|
|
5
|
+
exports.twScreens = {
|
|
6
|
+
"xs": "36em",
|
|
7
|
+
"sm": "48em",
|
|
8
|
+
"md": "62em",
|
|
9
|
+
"lg": "75em",
|
|
10
|
+
"xl": "90em"
|
|
11
|
+
};
|
|
@@ -10,15 +10,15 @@ exports.twZIndex = {
|
|
|
10
10
|
"30": "30",
|
|
11
11
|
"40": "40",
|
|
12
12
|
"50": "50",
|
|
13
|
-
auto: "auto",
|
|
14
|
-
focus: "5",
|
|
15
|
-
fixed: "10",
|
|
16
|
-
menu: "25",
|
|
17
|
-
header: "50",
|
|
18
|
-
modal: "100",
|
|
19
|
-
imageGallery: "150",
|
|
20
|
-
lightbox: "150",
|
|
21
|
-
dropdown: "200",
|
|
22
|
-
flashMessage: "250",
|
|
23
|
-
tooltip: "300"
|
|
13
|
+
"auto": "auto",
|
|
14
|
+
"focus": "5",
|
|
15
|
+
"fixed": "10",
|
|
16
|
+
"menu": "25",
|
|
17
|
+
"header": "50",
|
|
18
|
+
"modal": "100",
|
|
19
|
+
"imageGallery": "150",
|
|
20
|
+
"lightbox": "150",
|
|
21
|
+
"dropdown": "200",
|
|
22
|
+
"flashMessage": "250",
|
|
23
|
+
"tooltip": "300"
|
|
24
24
|
};
|