@neo4j-ndl/base 3.7.35 → 4.0.0-alpha.0.14b0ae9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/lib/cjs/index.js +1 -2
  2. package/lib/cjs/index.js.map +1 -1
  3. package/lib/cjs/tailwind-preset.config.js +38 -5
  4. package/lib/cjs/tailwind-preset.config.js.map +1 -1
  5. package/lib/cjs/tailwindTheme.mjs +16 -66
  6. package/lib/cjs/tailwindTheme.mjs.map +1 -1
  7. package/lib/cjs/tokens/js/tokens-esm.js +476 -463
  8. package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
  9. package/lib/cjs/tokens/js/tokens.js +479 -464
  10. package/lib/cjs/tokens/js/tokens.js.map +1 -1
  11. package/lib/esm/index.js +1 -2
  12. package/lib/esm/index.js.map +1 -1
  13. package/lib/esm/tailwind-preset.config.js +37 -5
  14. package/lib/esm/tailwind-preset.config.js.map +1 -1
  15. package/lib/esm/tailwindTheme.mjs +16 -64
  16. package/lib/esm/tailwindTheme.mjs.map +1 -1
  17. package/lib/esm/tokens/js/tokens-esm.js +476 -463
  18. package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
  19. package/lib/esm/tokens/js/tokens.js +477 -465
  20. package/lib/esm/tokens/js/tokens.js.map +1 -1
  21. package/lib/neo4j-ds-styles.css +42380 -97054
  22. package/lib/tokens/css/tokens.css +435 -419
  23. package/lib/types/index.d.ts +1 -2
  24. package/lib/types/tokens/js/tokens-esm.d.ts +243 -236
  25. package/lib/types/tokens/js/tokens.d.ts +713 -704
  26. package/package.json +8 -6
  27. package/lib/cjs/tokens/js/storybook-design-token.js +0 -3969
  28. package/lib/cjs/tokens/js/storybook-design-token.js.map +0 -1
  29. package/lib/cjs/typescale.js +0 -147
  30. package/lib/cjs/typescale.js.map +0 -1
  31. package/lib/esm/tokens/js/storybook-design-token.js +0 -3966
  32. package/lib/esm/tokens/js/storybook-design-token.js.map +0 -1
  33. package/lib/esm/typescale.js +0 -144
  34. package/lib/esm/typescale.js.map +0 -1
  35. package/lib/tokens/js/tokens-raw.js +0 -9291
  36. package/lib/tokens/js/tokens.js +0 -637
  37. package/lib/tokens/scss/tokens.scss +0 -427
  38. package/lib/types/tokens/js/storybook-design-token.d.ts +0 -126
  39. package/lib/types/typescale.d.ts +0 -93
@@ -21,67 +21,13 @@
21
21
 
22
22
  "use strict";
23
23
  /**
24
- * Do not edit directly
25
- * Generated on Wed, 15 Oct 2025 08:40:44 GMT
26
- */
27
- module.exports = {
28
- "transitions": {
29
- "values": {
30
- "properties": {
31
- "default": "all"
32
- },
33
- "duration": {
34
- "quick": "100ms",
35
- "slow": "250ms"
36
- },
37
- "timing-function": {
38
- "default": "cubic-bezier(0.420, 0.000, 0.580, 1.000)"
39
- }
40
- },
41
- "stripped": {
42
- "quick": "100ms cubic-bezier(0.420, 0.000, 0.580, 1.000)",
43
- "slow": "250ms cubic-bezier(0.420, 0.000, 0.580, 1.000)"
44
- },
45
- "full": {
46
- "quick": "all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000)",
47
- "slow": "all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000)"
48
- }
49
- },
50
- "borderRadius": {
51
- "none": "0px",
52
- "sm": "4px",
53
- "md": "6px",
54
- "lg": "8px",
55
- "xl": "10px",
56
- "1xl": "12px",
57
- "2xl": "14px",
58
- "3xl": "16px",
59
- "4xl": "18px",
60
- "5xl": "20px",
61
- "full": "9999px"
62
- },
63
- "breakpointNextOne": {
64
- "xs": {
65
- "min": "320px",
66
- "med": "360px",
67
- "max": "375px"
68
- },
69
- "sm": {
70
- "min": "512px",
71
- "med": "768px",
72
- "max": "864px"
73
- },
74
- "md": {
75
- "min": "1024px",
76
- "med": "1280px",
77
- "max": "1440px"
78
- },
79
- "lg": {
80
- "min": "1680px",
81
- "max": "1920px"
82
- }
83
- },
84
- "breakpointNextTwo": {
24
+ * Do not edit directly
25
+ * Generated on 2025-10-20T13:30:52.404Z
26
+ */
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.tokens = void 0;
29
+ exports.tokens = {
30
+ "breakpoint": {
85
31
  "5xs": "320px",
86
32
  "4xs": "360px",
87
33
  "3xs": "375px",
@@ -94,545 +40,614 @@ module.exports = {
94
40
  "2xl": "1680px",
95
41
  "3xl": "1920px"
96
42
  },
97
- "breakpoints": {
98
- "xs": "450px",
99
- "sm": "640px",
100
- "md": "768px",
101
- "lg": "1024px",
102
- "xl": "1280px",
103
- "2xl": "1536px"
43
+ "code": {
44
+ "light": {
45
+ "comment": "#5e636aff",
46
+ "keyword": "#3f7824ff",
47
+ "keywordLiteral": "#3f7824ff",
48
+ "operator": "#3f7824ff",
49
+ "label": "#d43300ff",
50
+ "predicateFunction": "#0a6190ff",
51
+ "function": "#0a6190ff",
52
+ "procedure": "#0a6190ff",
53
+ "stringLiteral": "#986400ff",
54
+ "numberLiteral": "#754ec8ff",
55
+ "booleanLiteral": "#754ec8ff",
56
+ "paramValue": "#754ec8ff",
57
+ "property": "#730e00ff"
58
+ },
59
+ "dark": {
60
+ "comment": "#959aa1ff",
61
+ "keyword": "#ffc450ff",
62
+ "keywordLiteral": "#ffc450ff",
63
+ "operator": "#ffc450ff",
64
+ "label": "#f96746ff",
65
+ "predicateFunction": "#8fe3e8ff",
66
+ "function": "#8fe3e8ff",
67
+ "procedure": "#8fe3e8ff",
68
+ "stringLiteral": "#90cb62ff",
69
+ "numberLiteral": "#ccb4ffff",
70
+ "booleanLiteral": "#ccb4ffff",
71
+ "paramValue": "#ccb4ffff",
72
+ "property": "#ffaa97ff"
73
+ }
104
74
  },
105
- "palette": {
106
- "categorical": {
107
- "1": "#55BDC5",
108
- "2": "#4D49CB",
109
- "3": "#DC8B39",
110
- "4": "#C9458D",
111
- "5": "#8E8CF3",
112
- "6": "#78DE7C",
113
- "7": "#3F80E3",
114
- "8": "#673FAB",
115
- "9": "#DBBF40",
116
- "10": "#BF732D",
117
- "11": "#478A6E",
118
- "12": "#ADE86B"
75
+ "content": {
76
+ "extraLight": {
77
+ "maxWidth": "768px"
119
78
  },
120
- "code": {
121
- "light": {
122
- "comment": "#5E636A",
123
- "keyword": "#3F7824",
124
- "keywordLiteral": "#3F7824",
125
- "operator": "#3F7824",
126
- "label": "#D43300",
127
- "predicateFunction": "#0A6190",
128
- "function": "#0A6190",
129
- "procedure": "#0A6190",
130
- "stringLiteral": "#986400",
131
- "numberLiteral": "#754EC8",
132
- "booleanLiteral": "#754EC8",
133
- "paramValue": "#754EC8",
134
- "property": "#730E00"
135
- },
136
- "dark": {
137
- "comment": "#959AA1",
138
- "keyword": "#FFC450",
139
- "keywordLiteral": "#FFC450",
140
- "operator": "#FFC450",
141
- "label": "#F96746",
142
- "predicateFunction": "#8FE3E8",
143
- "function": "#8FE3E8",
144
- "procedure": "#8FE3E8",
145
- "stringLiteral": "#90CB62",
146
- "numberLiteral": "#CCB4FF",
147
- "booleanLiteral": "#CCB4FF",
148
- "paramValue": "#CCB4FF",
149
- "property": "#FFAA97"
150
- }
79
+ "light": {
80
+ "maxWidth": "1024px"
81
+ },
82
+ "heavy": {
83
+ "maxWidth": "1680px"
84
+ },
85
+ "max": {
86
+ "maxWidth": "1920px"
87
+ }
88
+ },
89
+ "categorical": {
90
+ "1": "#55bdc5ff",
91
+ "2": "#4d49cbff",
92
+ "3": "#dc8b39ff",
93
+ "4": "#c9458dff",
94
+ "5": "#8e8cf3ff",
95
+ "6": "#78de7cff",
96
+ "7": "#3f80e3ff",
97
+ "8": "#673fabff",
98
+ "9": "#dbbf40ff",
99
+ "10": "#bf732dff",
100
+ "11": "#478a6eff",
101
+ "12": "#ade86bff"
102
+ },
103
+ "graph": {
104
+ "1": "#ffdf81ff",
105
+ "2": "#c990c0ff",
106
+ "3": "#f79767ff",
107
+ "4": "#56c7e4ff",
108
+ "5": "#f16767ff",
109
+ "6": "#d8c7aeff",
110
+ "7": "#8dcc93ff",
111
+ "8": "#ecb4c9ff",
112
+ "9": "#4d8ddaff",
113
+ "10": "#ffc354ff",
114
+ "11": "#da7294ff",
115
+ "12": "#579380ff"
116
+ },
117
+ "motion": {
118
+ "duration": {
119
+ "quick": "100ms",
120
+ "slow": "250ms"
121
+ },
122
+ "easing": {
123
+ "standard": "cubic-bezier(0.42, 0, 0.58, 1)"
151
124
  },
152
- "graph": {
153
- "1": "#FFDF81",
154
- "2": "#C990C0",
155
- "3": "#F79767",
156
- "4": "#56C7E4",
157
- "5": "#F16767",
158
- "6": "#D8C7AE",
159
- "7": "#8DCC93",
160
- "8": "#ECB4C9",
161
- "9": "#4D8DDA",
162
- "10": "#FFC354",
163
- "11": "#DA7294",
164
- "12": "#579380"
125
+ "transition": {
126
+ "quick": "100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms",
127
+ "slow": "250ms cubic-bezier(0.42, 0, 0.58, 1) 0ms",
128
+ "delayed": "100ms cubic-bezier(0.42, 0, 0.58, 1) 100ms"
165
129
  }
166
130
  },
167
- "colors": {
131
+ "palette": {
168
132
  "baltic": {
169
- "10": "#E7FAFB",
170
- "15": "#C3F8FB",
171
- "20": "#8FE3E8",
172
- "25": "#5CC3C9",
173
- "30": "#5DB3BF",
174
- "35": "#51A6B1",
175
- "40": "#4C99A4",
176
- "45": "#30839D",
177
- "50": "#0A6190",
178
- "55": "#02507B",
179
- "60": "#014063",
180
- "65": "#262F31",
181
- "70": "#081E2B",
182
- "75": "#041823",
183
- "80": "#01121C"
133
+ "10": "#e7fafbff",
134
+ "15": "#c3f8fbff",
135
+ "20": "#8fe3e8ff",
136
+ "25": "#5cc3c9ff",
137
+ "30": "#5db3bfff",
138
+ "35": "#51a6b1ff",
139
+ "40": "#4c99a4ff",
140
+ "45": "#30839dff",
141
+ "50": "#0a6190ff",
142
+ "55": "#02507bff",
143
+ "60": "#014063ff",
144
+ "65": "#262f31ff",
145
+ "70": "#081e2bff",
146
+ "75": "#041823ff",
147
+ "80": "#01121cff"
184
148
  },
185
149
  "hibiscus": {
186
- "10": "#FFE9E7",
187
- "15": "#FFD7D2",
188
- "20": "#FFAA97",
189
- "25": "#FF8E6A",
190
- "30": "#F96746",
191
- "35": "#E84E2C",
192
- "40": "#D43300",
193
- "45": "#BB2D00",
194
- "50": "#961200",
195
- "55": "#730E00",
196
- "60": "#432520",
197
- "65": "#4E0900",
198
- "70": "#3F0800",
199
- "75": "#360700",
200
- "80": "#280500"
150
+ "10": "#ffe9e7ff",
151
+ "15": "#ffd7d2ff",
152
+ "20": "#ffaa97ff",
153
+ "25": "#ff8e6aff",
154
+ "30": "#f96746ff",
155
+ "35": "#e84e2cff",
156
+ "40": "#d43300ff",
157
+ "45": "#bb2d00ff",
158
+ "50": "#961200ff",
159
+ "55": "#730e00ff",
160
+ "60": "#432520ff",
161
+ "65": "#4e0900ff",
162
+ "70": "#3f0800ff",
163
+ "75": "#360700ff",
164
+ "80": "#280500ff"
201
165
  },
202
166
  "forest": {
203
- "10": "#E7FCD7",
204
- "15": "#BCF194",
205
- "20": "#90CB62",
206
- "25": "#80BB53",
207
- "30": "#6FA646",
208
- "35": "#5B992B",
209
- "40": "#4D8622",
210
- "45": "#3F7824",
211
- "50": "#296127",
212
- "55": "#145439",
213
- "60": "#0C4D31",
214
- "65": "#0A4324",
215
- "70": "#262D24",
216
- "75": "#052618",
217
- "80": "#021D11"
167
+ "10": "#e7fcd7ff",
168
+ "15": "#bcf194ff",
169
+ "20": "#90cb62ff",
170
+ "25": "#80bb53ff",
171
+ "30": "#6fa646ff",
172
+ "35": "#5b992bff",
173
+ "40": "#4d8622ff",
174
+ "45": "#3f7824ff",
175
+ "50": "#296127ff",
176
+ "55": "#145439ff",
177
+ "60": "#0c4d31ff",
178
+ "65": "#0a4324ff",
179
+ "70": "#262d24ff",
180
+ "75": "#052618ff",
181
+ "80": "#021d11ff"
218
182
  },
219
183
  "lemon": {
220
- "10": "#FFFAD1",
221
- "15": "#FFF8BD",
222
- "20": "#FFF178",
223
- "25": "#FFE500",
224
- "30": "#FFD600",
225
- "35": "#F4C318",
226
- "40": "#D7AA0A",
227
- "45": "#B48409",
228
- "50": "#996E00",
229
- "55": "#765500",
230
- "60": "#614600",
231
- "65": "#4D3700",
232
- "70": "#312E1A",
233
- "75": "#2E2100",
234
- "80": "#251B00"
184
+ "10": "#fffad1ff",
185
+ "15": "#fff8bdff",
186
+ "20": "#fff178ff",
187
+ "25": "#ffe500ff",
188
+ "30": "#ffd600ff",
189
+ "35": "#f4c318ff",
190
+ "40": "#d7aa0aff",
191
+ "45": "#b48409ff",
192
+ "50": "#996e00ff",
193
+ "55": "#765500ff",
194
+ "60": "#614600ff",
195
+ "65": "#4d3700ff",
196
+ "70": "#312e1aff",
197
+ "75": "#2e2100ff",
198
+ "80": "#251b00ff"
235
199
  },
236
200
  "lavender": {
237
- "10": "#F7F3FF",
238
- "15": "#E9DEFF",
239
- "20": "#CCB4FF",
240
- "25": "#B38EFF",
241
- "30": "#A07BEC",
242
- "35": "#8C68D9",
243
- "40": "#754EC8",
244
- "45": "#5A34AA",
245
- "50": "#4B2894",
246
- "55": "#3B1982",
247
- "60": "#2C2A34",
248
- "65": "#220954",
249
- "70": "#170146",
250
- "75": "#0E002D",
251
- "80": "#09001C"
201
+ "10": "#f7f3ffff",
202
+ "15": "#e9deffff",
203
+ "20": "#ccb4ffff",
204
+ "25": "#b38effff",
205
+ "30": "#a07becff",
206
+ "35": "#8c68d9ff",
207
+ "40": "#754ec8ff",
208
+ "45": "#5a34aaff",
209
+ "50": "#4b2894ff",
210
+ "55": "#3b1982ff",
211
+ "60": "#2c2a34ff",
212
+ "65": "#220954ff",
213
+ "70": "#170146ff",
214
+ "75": "#0e002dff",
215
+ "80": "#09001cff"
252
216
  },
253
217
  "marigold": {
254
- "10": "#FFF0D2",
255
- "15": "#FFDE9D",
256
- "20": "#FFCF72",
257
- "25": "#FFC450",
258
- "30": "#FFB422",
259
- "35": "#FFA901",
260
- "40": "#EC9C00",
261
- "45": "#DA9105",
262
- "50": "#BA7A00",
263
- "55": "#986400",
264
- "60": "#795000",
265
- "65": "#624100",
266
- "70": "#543800",
267
- "75": "#422C00",
268
- "80": "#251900"
218
+ "10": "#fff0d2ff",
219
+ "15": "#ffde9dff",
220
+ "20": "#ffcf72ff",
221
+ "25": "#ffc450ff",
222
+ "30": "#ffb422ff",
223
+ "35": "#ffa901ff",
224
+ "40": "#ec9c00ff",
225
+ "45": "#da9105ff",
226
+ "50": "#ba7a00ff",
227
+ "55": "#986400ff",
228
+ "60": "#795000ff",
229
+ "65": "#624100ff",
230
+ "70": "#543800ff",
231
+ "75": "#422c00ff",
232
+ "80": "#251900ff"
269
233
  },
270
234
  "earth": {
271
- "10": "#FFF7F0",
272
- "15": "#FDEDDA",
273
- "20": "#FFE1C5",
274
- "25": "#F8D1AE",
275
- "30": "#ECBF96",
276
- "35": "#E0AE7F",
277
- "40": "#D19660",
278
- "45": "#AF7C4D",
279
- "50": "#8D5D31",
280
- "55": "#763F18",
281
- "60": "#66310B",
282
- "65": "#5B2B09",
283
- "70": "#481F01",
284
- "75": "#361700",
285
- "80": "#220E00"
235
+ "10": "#fff7f0ff",
236
+ "15": "#fdeddaff",
237
+ "20": "#ffe1c5ff",
238
+ "25": "#f8d1aeff",
239
+ "30": "#ecbf96ff",
240
+ "35": "#e0ae7fff",
241
+ "40": "#d19660ff",
242
+ "45": "#af7c4dff",
243
+ "50": "#8d5d31ff",
244
+ "55": "#763f18ff",
245
+ "60": "#66310bff",
246
+ "65": "#5b2b09ff",
247
+ "70": "#481f01ff",
248
+ "75": "#361700ff",
249
+ "80": "#220e00ff"
286
250
  },
287
251
  "neutral": {
288
- "10": "#FFFFFF",
289
- "15": "#F5F6F6",
290
- "20": "#E2E3E5",
291
- "25": "#CFD1D4",
292
- "30": "#BBBEC3",
293
- "35": "#A8ACB2",
294
- "40": "#959AA1",
295
- "45": "#818790",
296
- "50": "#6F757E",
297
- "55": "#5E636A",
298
- "60": "#4D5157",
299
- "65": "#3C3F44",
300
- "70": "#212325",
301
- "75": "#1A1B1D",
302
- "80": "#09090A"
252
+ "10": "#ffffffff",
253
+ "15": "#f5f6f6ff",
254
+ "20": "#e2e3e5ff",
255
+ "25": "#cfd1d4ff",
256
+ "30": "#bbbec3ff",
257
+ "35": "#a8acb2ff",
258
+ "40": "#959aa1ff",
259
+ "45": "#818790ff",
260
+ "50": "#6f757eff",
261
+ "55": "#5e636aff",
262
+ "60": "#4d5157ff",
263
+ "65": "#3c3f44ff",
264
+ "70": "#212325ff",
265
+ "75": "#1a1b1dff",
266
+ "80": "#09090aff"
303
267
  },
304
268
  "beige": {
305
- "10": "#FFFCF4",
306
- "20": "#FFF7E3",
307
- "30": "#F2EAD4",
308
- "40": "#C1B9A0",
309
- "50": "#999384",
310
- "60": "#666050",
311
- "70": "#3F3824"
269
+ "10": "#fffcf4ff",
270
+ "20": "#fff7e3ff",
271
+ "30": "#f2ead4ff",
272
+ "40": "#c1b9a0ff",
273
+ "50": "#999384ff",
274
+ "60": "#666050ff",
275
+ "70": "#3f3824ff"
312
276
  },
313
277
  "highlights": {
314
- "yellow": "#FAFF00",
315
- "periwinkle": "#6A82FF"
278
+ "yellow": "#faff00ff",
279
+ "periwinkle": "#6a82ffff"
316
280
  }
317
281
  },
318
- "contentMaxWidthNext": {
319
- "extraLight": "768px",
320
- "light": "1024px",
321
- "heavy": "1680px",
322
- "max": "1920px",
323
- "full": "100%"
282
+ "borderRadius": {
283
+ "none": "0px",
284
+ "sm": "4px",
285
+ "md": "6px",
286
+ "lg": "8px",
287
+ "xl": "12px",
288
+ "2xl": "16px",
289
+ "3xl": "24px",
290
+ "full": "9999px"
291
+ },
292
+ "space": {
293
+ "2": "2px",
294
+ "4": "4px",
295
+ "6": "6px",
296
+ "8": "8px",
297
+ "12": "12px",
298
+ "16": "16px",
299
+ "20": "20px",
300
+ "24": "24px",
301
+ "32": "32px",
302
+ "48": "48px",
303
+ "64": "64px"
324
304
  },
325
305
  "theme": {
326
306
  "dark": {
327
307
  "boxShadow": {
328
- "raised": "0px 1px 2px 0px rgba(9, 9, 10, 0.50)",
329
- "overlay": "0px 8px 20px 0px rgba(9, 9, 10, 0.50)"
308
+ "raised": "0px 1px 2px 0px rgb(from #09090aff r g b / 0.50)",
309
+ "overlay": "0px 8px 20px 0px rgb(from #09090aff r g b / 0.50)"
330
310
  },
331
- "palette": {
311
+ "color": {
332
312
  "neutral": {
333
313
  "text": {
334
- "weakest": "#818790",
335
- "weaker": "#A8ACB2",
336
- "weak": "#CFD1D4",
337
- "default": "#F5F6F6",
338
- "inverse": "#1A1B1D"
314
+ "weakest": "#818790ff",
315
+ "weaker": "#a8acb2ff",
316
+ "weak": "#cfd1d4ff",
317
+ "default": "#f5f6f6ff",
318
+ "inverse": "#1a1b1dff"
339
319
  },
340
- "icon": "#CFD1D4",
320
+ "icon": "#cfd1d4ff",
341
321
  "bg": {
342
- "weak": "#212325",
343
- "default": "#1A1B1D",
344
- "strong": "#3C3F44",
345
- "stronger": "#6F757E",
346
- "strongest": "#F5F6F6",
347
- "status": "#A8ACB2",
348
- "on-bg-weak": "#818790"
322
+ "weak": "#212325ff",
323
+ "default": "#1a1b1dff",
324
+ "strong": "#3c3f44ff",
325
+ "stronger": "#6f757eff",
326
+ "strongest": "#f5f6f6ff",
327
+ "status": "#a8acb2ff",
328
+ "on-bg-weak": "#81879014"
349
329
  },
350
330
  "border": {
351
- "weak": "#3C3F44",
352
- "strong": "#6F757E",
353
- "strongest": "#BBBEC3"
331
+ "weak": "#3c3f44ff",
332
+ "strong": "#5e636aff",
333
+ "strongest": "#bbbec3ff"
354
334
  },
355
- "hover": "#959AA1",
356
- "pressed": "#959AA1"
335
+ "hover": "#959aa11a",
336
+ "pressed": "#959aa133"
357
337
  },
358
338
  "primary": {
359
- "text": "#8FE3E8",
360
- "icon": "#8FE3E8",
339
+ "text": "#8fe3e8ff",
340
+ "icon": "#8fe3e8ff",
361
341
  "bg": {
362
- "weak": "#262F31",
363
- "strong": "#8FE3E8",
364
- "status": "#8FE3E8",
365
- "selected": "#262F31"
342
+ "weak": "#262f31ff",
343
+ "strong": "#8fe3e8ff",
344
+ "status": "#5db3bfff",
345
+ "selected": "#262f31ff"
366
346
  },
367
347
  "border": {
368
- "strong": "#8FE3E8",
369
- "weak": "#02507B"
348
+ "strong": "#8fe3e8ff",
349
+ "weak": "#02507bff"
370
350
  },
371
- "focus": "#5DB3BF",
351
+ "focus": "#5db3bfff",
372
352
  "hover": {
373
- "weak": "#8FE3E8",
374
- "strong": "#5DB3BF"
353
+ "weak": "#8fe3e814",
354
+ "strong": "#5db3bfff"
375
355
  },
376
356
  "pressed": {
377
- "weak": "#8FE3E8",
378
- "strong": "#4C99A4"
357
+ "weak": "#8fe3e81f",
358
+ "strong": "#4c99a4ff"
379
359
  }
380
360
  },
381
361
  "danger": {
382
- "text": "#FFAA97",
383
- "icon": "#FFAA97",
362
+ "text": "#ffaa97ff",
363
+ "icon": "#ffaa97ff",
384
364
  "bg": {
385
- "strong": "#FFAA97",
386
- "weak": "#432520",
387
- "status": "#FFAA97"
365
+ "strong": "#ffaa97ff",
366
+ "weak": "#432520ff",
367
+ "status": "#f96746ff"
388
368
  },
389
369
  "border": {
390
- "strong": "#FFAA97",
391
- "weak": "#730E00"
370
+ "strong": "#ffaa97ff",
371
+ "weak": "#730e00ff"
392
372
  },
393
373
  "hover": {
394
- "weak": "#FFAA97",
395
- "strong": "#F96746"
374
+ "weak": "#ffaa9714",
375
+ "strong": "#f96746ff"
396
376
  },
397
377
  "pressed": {
398
- "weak": "#FFAA97",
399
- "strong": "#E84E2C"
400
- }
378
+ "weak": "#ffaa971f"
379
+ },
380
+ "strong": "#e84e2cff"
401
381
  },
402
382
  "warning": {
403
- "text": "#FFD600",
404
- "icon": "#FFD600",
383
+ "text": "#ffd600ff",
384
+ "icon": "#ffd600ff",
405
385
  "bg": {
406
- "strong": "#FFD600",
407
- "weak": "#312E1A",
408
- "status": "#FFD600"
386
+ "strong": "#ffd600ff",
387
+ "weak": "#312e1aff",
388
+ "status": "#d7aa0aff"
409
389
  },
410
390
  "border": {
411
- "strong": "#FFD600",
412
- "weak": "#765500"
391
+ "strong": "#ffd600ff",
392
+ "weak": "#765500ff"
413
393
  }
414
394
  },
415
395
  "success": {
416
- "text": "#90CB62",
417
- "icon": "#90CB62",
396
+ "text": "#90cb62ff",
397
+ "icon": "#90cb62ff",
418
398
  "bg": {
419
- "strong": "#90CB62",
420
- "weak": "#262D24",
421
- "status": "#90CB62"
399
+ "strong": "#90cb62ff",
400
+ "weak": "#262d24ff",
401
+ "status": "#6fa646ff"
422
402
  },
423
403
  "border": {
424
- "strong": "#90CB62",
425
- "weak": "#296127"
404
+ "strong": "#90cb62ff",
405
+ "weak": "#296127ff"
426
406
  }
427
407
  },
428
408
  "discovery": {
429
- "text": "#CCB4FF",
430
- "icon": "#CCB4FF",
409
+ "text": "#ccb4ffff",
410
+ "icon": "#ccb4ffff",
431
411
  "bg": {
432
- "strong": "#CCB4FF",
433
- "weak": "#2C2A34",
434
- "status": "#CCB4FF"
412
+ "strong": "#ccb4ffff",
413
+ "weak": "#2c2a34ff",
414
+ "status": "#a07becff"
435
415
  },
436
416
  "border": {
437
- "strong": "#CCB4FF",
438
- "weak": "#4B2894"
417
+ "strong": "#ccb4ffff",
418
+ "weak": "#4b2894ff"
439
419
  }
440
420
  }
441
421
  }
442
422
  },
443
423
  "light": {
444
424
  "boxShadow": {
445
- "raised": "0px 1px 2px 0px rgba(26, 27, 29, 0.18)",
446
- "overlay": "0px 4px 8px 0px rgba(26, 27, 29, 0.12)"
425
+ "raised": "0px 1px 2px 0px rgb(from #1a1b1dff r g b / 0.18)",
426
+ "overlay": "0px 4px 8px 0px rgb(from #1a1b1dff r g b / 0.12)"
447
427
  },
448
- "palette": {
428
+ "color": {
449
429
  "neutral": {
450
430
  "text": {
451
- "weakest": "#A8ACB2",
452
- "weaker": "#5E636A",
453
- "weak": "#4D5157",
454
- "default": "#1A1B1D",
455
- "inverse": "#FFFFFF"
431
+ "weakest": "#a8acb2ff",
432
+ "weaker": "#5e636aff",
433
+ "weak": "#4d5157ff",
434
+ "default": "#1a1b1dff",
435
+ "inverse": "#ffffffff"
456
436
  },
457
- "icon": "#4D5157",
437
+ "icon": "#4d5157ff",
458
438
  "bg": {
459
- "weak": "#FFFFFF",
460
- "default": "#F5F6F6",
461
- "on-bg-weak": "#F5F6F6",
462
- "strong": "#E2E3E5",
463
- "stronger": "#A8ACB2",
464
- "strongest": "#3C3F44",
465
- "status": "#A8ACB2"
439
+ "weak": "#ffffffff",
440
+ "default": "#f5f6f6ff",
441
+ "on-bg-weak": "#f5f6f6ff",
442
+ "strong": "#e2e3e5ff",
443
+ "stronger": "#a8acb2ff",
444
+ "strongest": "#3c3f44ff",
445
+ "status": "#a8acb2ff"
466
446
  },
467
447
  "border": {
468
- "weak": "#E2E3E5",
469
- "strong": "#BBBEC3",
470
- "strongest": "#6F757E"
448
+ "weak": "#e2e3e5ff",
449
+ "strong": "#bbbec3ff",
450
+ "strongest": "#6f757eff"
471
451
  },
472
- "hover": "#6F757E",
473
- "pressed": "#6F757E"
452
+ "hover": "#6f757e1a",
453
+ "pressed": "#6f757e33"
474
454
  },
475
455
  "primary": {
476
- "text": "#0A6190",
477
- "icon": "#0A6190",
456
+ "text": "#0a6190ff",
457
+ "icon": "#0a6190ff",
478
458
  "bg": {
479
- "weak": "#E7FAFB",
480
- "strong": "#0A6190",
481
- "status": "#4C99A4",
482
- "selected": "#E7FAFB"
459
+ "weak": "#e7fafbff",
460
+ "strong": "#0a6190ff",
461
+ "status": "#4c99a4ff",
462
+ "selected": "#e7fafbff"
483
463
  },
484
464
  "border": {
485
- "strong": "#0A6190",
486
- "weak": "#8FE3E8"
465
+ "strong": "#0a6190ff",
466
+ "weak": "#8fe3e8ff"
487
467
  },
488
- "focus": "#30839D",
468
+ "focus": "#30839dff",
489
469
  "hover": {
490
- "weak": "#30839D",
491
- "strong": "#02507B"
470
+ "weak": "#30839d1a",
471
+ "strong": "#02507bff"
492
472
  },
493
473
  "pressed": {
494
- "weak": "#30839D",
495
- "strong": "#014063"
474
+ "weak": "#30839d1f",
475
+ "strong": "#014063ff"
496
476
  }
497
477
  },
498
478
  "danger": {
499
- "text": "#BB2D00",
500
- "icon": "#BB2D00",
479
+ "text": "#bb2d00ff",
480
+ "icon": "#bb2d00ff",
501
481
  "bg": {
502
- "strong": "#BB2D00",
503
- "weak": "#FFE9E7",
504
- "status": "#E84E2C"
482
+ "strong": "#bb2d00ff",
483
+ "weak": "#ffe9e7ff",
484
+ "status": "#e84e2cff"
505
485
  },
506
486
  "border": {
507
- "strong": "#BB2D00",
508
- "weak": "#FFAA97"
487
+ "strong": "#bb2d00ff",
488
+ "weak": "#ffaa97ff"
509
489
  },
510
490
  "hover": {
511
- "weak": "#D43300",
512
- "strong": "#961200"
491
+ "weak": "#d4330014",
492
+ "strong": "#961200ff"
513
493
  },
514
494
  "pressed": {
515
- "weak": "#D43300",
516
- "strong": "#730E00"
495
+ "weak": "#d433001f",
496
+ "strong": "#730e00ff"
517
497
  }
518
498
  },
519
499
  "warning": {
520
- "text": "#765500",
521
- "icon": "#765500",
500
+ "text": "#765500ff",
501
+ "icon": "#765500ff",
522
502
  "bg": {
523
- "strong": "#765500",
524
- "weak": "#FFFAD1",
525
- "status": "#D7AA0A"
503
+ "strong": "#765500ff",
504
+ "weak": "#fffad1ff",
505
+ "status": "#d7aa0aff"
526
506
  },
527
507
  "border": {
528
- "strong": "#996E00",
529
- "weak": "#FFD600"
508
+ "strong": "#996e00ff",
509
+ "weak": "#ffd600ff"
530
510
  }
531
511
  },
532
512
  "success": {
533
- "text": "#3F7824",
534
- "icon": "#3F7824",
513
+ "text": "#3f7824ff",
514
+ "icon": "#3f7824ff",
535
515
  "bg": {
536
- "strong": "#3F7824",
537
- "weak": "#E7FCD7",
538
- "status": "#5B992B"
516
+ "strong": "#3f7824ff",
517
+ "weak": "#e7fcd7ff",
518
+ "status": "#5b992bff"
539
519
  },
540
520
  "border": {
541
- "strong": "#3F7824",
542
- "weak": "#90CB62"
521
+ "strong": "#3f7824ff",
522
+ "weak": "#90cb62ff"
543
523
  }
544
524
  },
545
525
  "discovery": {
546
- "text": "#5A34AA",
547
- "icon": "#5A34AA",
526
+ "text": "#5a34aaff",
527
+ "icon": "#5a34aaff",
548
528
  "bg": {
549
- "strong": "#5A34AA",
550
- "weak": "#E9DEFF",
551
- "status": "#754EC8"
529
+ "strong": "#5a34aaff",
530
+ "weak": "#e9deffff",
531
+ "status": "#754ec8ff"
552
532
  },
553
533
  "border": {
554
- "strong": "#5A34AA",
555
- "weak": "#B38EFF"
534
+ "strong": "#5a34aaff",
535
+ "weak": "#b38effff"
556
536
  }
557
537
  }
558
538
  }
559
539
  }
560
540
  },
561
- "font": {
562
- "size": {
563
- "h1": "3rem",
564
- "h2": "2.5rem",
565
- "h3": "1.875rem",
566
- "h4": "1.5rem",
567
- "h5": "1.25rem",
568
- "h6": "1rem",
569
- "subheading-large": "1.25rem",
570
- "subheading-medium": "1rem",
571
- "subheading-small": "0.875rem",
572
- "body-large": "1rem",
573
- "body-medium": "0.875rem",
574
- "body-small": "0.75rem",
575
- "code": "0.875rem",
576
- "label": "0.875rem"
541
+ "weight": {
542
+ "bold": 700,
543
+ "semibold": 600,
544
+ "normal": 400,
545
+ "medium": 500,
546
+ "light": 300
547
+ },
548
+ "typography": {
549
+ "code": {
550
+ "fontFamily": "Fira Code",
551
+ "fontSize": "0.875rem",
552
+ "fontWeight": 400,
553
+ "letterSpacing": "0rem",
554
+ "lineHeight": 1.4286
555
+ },
556
+ "display": {
557
+ "fontFamily": "Syne Neo",
558
+ "fontSize": "2.5rem",
559
+ "fontWeight": 500,
560
+ "letterSpacing": "0rem",
561
+ "lineHeight": 1.2
562
+ },
563
+ "title-1": {
564
+ "fontFamily": "Public Sans",
565
+ "fontSize": "1.875rem",
566
+ "fontWeight": 700,
567
+ "letterSpacing": "0.016rem",
568
+ "lineHeight": 1.3333
569
+ },
570
+ "title-2": {
571
+ "fontFamily": "Public Sans",
572
+ "fontSize": "1.5rem",
573
+ "fontWeight": 700,
574
+ "letterSpacing": "0.016rem",
575
+ "lineHeight": 1.3333
576
+ },
577
+ "title-3": {
578
+ "fontFamily": "Public Sans",
579
+ "fontSize": "1.25rem",
580
+ "fontWeight": 700,
581
+ "letterSpacing": "0.016rem",
582
+ "lineHeight": 1.4
583
+ },
584
+ "title-4": {
585
+ "fontFamily": "Public Sans",
586
+ "fontSize": "1rem",
587
+ "fontWeight": 700,
588
+ "letterSpacing": "0.016rem",
589
+ "lineHeight": 1.5
590
+ },
591
+ "subheading-large": {
592
+ "fontFamily": "Public Sans",
593
+ "fontSize": "1.25rem",
594
+ "fontWeight": 600,
595
+ "letterSpacing": "0.016rem",
596
+ "lineHeight": 1.4
577
597
  },
578
- "weight": {
579
- "bold": "700",
580
- "semibold": "600",
581
- "normal": "400",
582
- "medium": "500",
583
- "light": "300"
598
+ "subheading-medium": {
599
+ "fontFamily": "Public Sans",
600
+ "fontSize": "1rem",
601
+ "fontWeight": 600,
602
+ "letterSpacing": "0.016rem",
603
+ "lineHeight": 1.5
584
604
  },
585
- "font-family": {
586
- "h1": "Syne Neo",
587
- "h2": "Syne Neo",
588
- "h3": "Public Sans",
589
- "h4": "Public Sans",
590
- "h5": "Public Sans",
591
- "h6": "Public Sans",
592
- "subheading-large": "Public Sans",
593
- "subheading-medium": "Public Sans",
594
- "subheading-small": "Public Sans",
595
- "body-large": "Public Sans",
596
- "body-medium": "Public Sans",
597
- "body-small": "Public Sans",
598
- "code": "Fira Code",
599
- "label": "Public Sans"
605
+ "subheading-small": {
606
+ "fontFamily": "Public Sans",
607
+ "fontSize": "0.875rem",
608
+ "fontWeight": 600,
609
+ "letterSpacing": "0rem",
610
+ "lineHeight": 1.4286
611
+ },
612
+ "body-large": {
613
+ "fontFamily": "Public Sans",
614
+ "fontSize": "1rem",
615
+ "fontWeight": 400,
616
+ "letterSpacing": "0rem",
617
+ "lineHeight": 1.5
618
+ },
619
+ "body-medium": {
620
+ "fontFamily": "Public Sans",
621
+ "fontSize": "0.875rem",
622
+ "fontWeight": 400,
623
+ "letterSpacing": "0rem",
624
+ "lineHeight": 1.4286
625
+ },
626
+ "body-small": {
627
+ "fontFamily": "Public Sans",
628
+ "fontSize": "0.75rem",
629
+ "fontWeight": 400,
630
+ "letterSpacing": "0rem",
631
+ "lineHeight": 1.6667
632
+ },
633
+ "label": {
634
+ "fontFamily": "Public Sans",
635
+ "fontSize": "0.875rem",
636
+ "fontWeight": 700,
637
+ "letterSpacing": "0rem",
638
+ "lineHeight": 1.4286
600
639
  }
601
640
  },
602
- "space": {
603
- "0": "0px",
604
- "1": "1px",
605
- "2": "2px",
606
- "3": "4px",
607
- "4": "8px",
608
- "5": "12px",
609
- "6": "16px",
610
- "7": "24px",
611
- "8": "32px",
612
- "9": "48px",
613
- "10": "64px",
614
- "11": "96px",
615
- "12": "128px",
616
- "13": "320px"
617
- },
618
641
  "zIndex": {
619
- "0": 0,
620
- "10": 10,
621
- "20": 20,
622
- "30": 30,
623
- "40": 40,
624
- "50": 50,
625
- "60": 60,
626
642
  "deep": -999999,
627
- "auto": "auto",
628
- "alias": {
629
- "overlay": 10,
630
- "banner": 20,
631
- "blanket": 30,
632
- "popover": 40,
633
- "tooltip": 50,
634
- "modal": 60
635
- }
643
+ "base": 0,
644
+ "overlay": 10,
645
+ "banner": 20,
646
+ "blanket": 30,
647
+ "popover": 40,
648
+ "tooltip": 50,
649
+ "modal": 60
636
650
  }
637
651
  };
652
+ exports.default = exports.tokens;
638
653
  //# sourceMappingURL=tokens.js.map