@aggc/ui 0.6.0 → 0.7.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.
Files changed (50) hide show
  1. package/dist/chunks/{UiSkeleton.vue_vue_type_script_setup_true_lang-B61z8swg.js → UiSkeleton.vue_vue_type_script_setup_true_lang-Dg-HzSqj.js} +285 -285
  2. package/dist/chunks/{pageHeader-D9KF7WOO.js → pageHeader-DhPY_hNA.js} +153 -62
  3. package/dist/components/StatusBadge.styles.d.ts +5 -0
  4. package/dist/components/StatusBadge.vue.d.ts +2 -2
  5. package/dist/components/UiButton.styles.d.ts +31 -1
  6. package/dist/components/UiButton.vue.d.ts +4 -0
  7. package/dist/components/UiCheckbox.styles.d.ts +2 -4
  8. package/dist/components/UiSegmentedControl.styles.d.ts +5 -1
  9. package/dist/components/UiSelect.styles.d.ts +10 -3
  10. package/dist/components/UiSkeleton.styles.d.ts +1 -33
  11. package/dist/components.js +1 -1
  12. package/dist/index.js +2 -2
  13. package/dist/styles/recipes/badge.recipe.d.ts +5 -0
  14. package/dist/styles/recipes/button.recipe.d.ts +31 -1
  15. package/dist/styles/recipes/card.recipe.d.ts +23 -12
  16. package/dist/styles/recipes/dropdown.recipe.d.ts +6 -6
  17. package/dist/styles/recipes/input.recipe.d.ts +0 -3
  18. package/dist/styles.js +118 -92
  19. package/dist/tokens/colors.d.ts +30 -0
  20. package/dist/tokens/core-colors.d.ts +30 -0
  21. package/dist/tokens/motion.d.ts +20 -0
  22. package/dist/tokens/radius.d.ts +9 -0
  23. package/dist/tokens-core.js +21 -5
  24. package/dist/ui.css +312 -207
  25. package/package.json +1 -1
  26. package/src/components/ResultPanel.styles.ts +7 -2
  27. package/src/components/SectionCard.styles.ts +1 -1
  28. package/src/components/StatusBadge.styles.ts +10 -8
  29. package/src/components/StatusBadge.vue +1 -1
  30. package/src/components/UiButton.vue +5 -1
  31. package/src/components/UiCheckbox.styles.ts +7 -11
  32. package/src/components/UiField.styles.ts +2 -2
  33. package/src/components/UiLoadingState.styles.ts +2 -2
  34. package/src/components/UiSegmentedControl.styles.ts +14 -4
  35. package/src/components/UiSelect.styles.ts +24 -10
  36. package/src/components/UiSkeleton.styles.ts +7 -36
  37. package/src/css/base.css +44 -9
  38. package/src/styles/layouts/page.ts +5 -0
  39. package/src/styles/primitives/feedback.ts +1 -0
  40. package/src/styles/primitives/fields.ts +21 -11
  41. package/src/styles/primitives/surfaces.ts +12 -5
  42. package/src/styles/primitives/typography.ts +5 -4
  43. package/src/styles/recipes/badge.recipe.ts +5 -5
  44. package/src/styles/recipes/button.recipe.ts +83 -8
  45. package/src/styles/recipes/card.recipe.ts +24 -13
  46. package/src/styles/recipes/dropdown.recipe.ts +11 -8
  47. package/src/styles/recipes/input.recipe.ts +10 -6
  48. package/src/tokens/core-colors.ts +5 -0
  49. package/src/tokens/motion.ts +8 -0
  50. package/src/tokens/radius.ts +3 -0
package/dist/styles.js CHANGED
@@ -1,6 +1,6 @@
1
- import { r as e, o as a, q as r, i as t, h as o } from "./chunks/pageHeader-D9KF7WOO.js";
2
- import { b as F, c as B, d as P, e as V, a as j, m as I, p as L, f as q, g as A, j as D, k as E, s as G, l as O, n as Y } from "./chunks/pageHeader-D9KF7WOO.js";
3
- const l = e({
1
+ import { r as e, o as r, q as o, i as a, h as t } from "./chunks/pageHeader-DhPY_hNA.js";
2
+ import { b as V, c as B, d as P, e as j, a as I, m as L, p as q, f as A, g as D, j as F, k as E, s as G, l as O, n as J } from "./chunks/pageHeader-DhPY_hNA.js";
3
+ const d = e({
4
4
  width: "100%",
5
5
  minHeight: "48px",
6
6
  borderRadius: "xl",
@@ -12,17 +12,20 @@ const l = e({
12
12
  lineHeight: "1.5",
13
13
  px: "4",
14
14
  py: "3",
15
- backdropFilter: "blur(22px) saturate(145%)",
16
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.24), 0 14px 28px -28px rgba(15,23,42,0.42)",
17
- transition: "border-color 160ms ease, background 160ms ease, transform 160ms ease",
15
+ transition: "border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease",
18
16
  _hover: {
19
17
  borderColor: "border.strong"
20
18
  },
21
19
  _placeholder: {
22
20
  color: "text.muted"
23
21
  },
22
+ _focusVisible: {
23
+ outline: "none",
24
+ borderColor: "border.accent",
25
+ boxShadow: "0 0 0 3px rgba(82, 121, 255, 0.18)"
26
+ },
24
27
  _dark: {
25
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.03)"
28
+ borderColor: "border.strong"
26
29
  }
27
30
  }), n = e({
28
31
  width: "100%",
@@ -36,19 +39,22 @@ const l = e({
36
39
  lineHeight: "1.45",
37
40
  px: "3",
38
41
  py: "2.5",
39
- backdropFilter: "blur(20px) saturate(145%)",
40
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.2)",
41
- transition: "border-color 160ms ease, background 160ms ease",
42
+ transition: "border-color 160ms ease, background-color 160ms ease",
42
43
  _hover: {
43
44
  borderColor: "border.strong"
44
45
  },
45
46
  _placeholder: {
46
47
  color: "text.muted"
47
48
  },
49
+ _focusVisible: {
50
+ outline: "none",
51
+ borderColor: "border.accent",
52
+ boxShadow: "0 0 0 3px rgba(82, 121, 255, 0.18)"
53
+ },
48
54
  _dark: {
49
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.03)"
55
+ borderColor: "border.strong"
50
56
  }
51
- }), d = e({
57
+ }), l = e({
52
58
  width: "100%",
53
59
  minHeight: "420px",
54
60
  borderRadius: "2xl",
@@ -61,68 +67,84 @@ const l = e({
61
67
  lineHeight: "1.6",
62
68
  px: "4",
63
69
  py: "4",
64
- backdropFilter: "blur(24px) saturate(145%)",
65
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.24), 0 18px 36px -32px rgba(15,23,42,0.42)",
70
+ transition: "border-color 160ms ease, background-color 160ms ease",
66
71
  _hover: {
67
72
  borderColor: "border.strong"
68
73
  },
74
+ _focusVisible: {
75
+ outline: "none",
76
+ borderColor: "border.accent",
77
+ boxShadow: "0 0 0 3px rgba(82, 121, 255, 0.18)"
78
+ },
69
79
  _dark: {
70
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.03)"
80
+ borderColor: "border.strong"
71
81
  }
72
- }), p = e({
82
+ }), b = e({
73
83
  position: "relative",
74
84
  minWidth: "0"
75
- }), b = e({
85
+ }), g = e({
76
86
  color: "text.error",
77
87
  fontSize: "sm",
78
- fontWeight: "600"
79
- }), g = e({
88
+ fontWeight: "600",
89
+ lineHeight: "1.5"
90
+ }), p = e({
80
91
  color: "text.muted",
81
92
  fontSize: "sm",
82
93
  lineHeight: "1.6"
83
- }), x = e({
94
+ }), c = e({
84
95
  outline: "2px solid var(--colors-text-accent)",
85
96
  outlineOffset: "2px"
86
- }), m = a({
97
+ }), m = r({
87
98
  base: {
88
99
  minWidth: "0",
89
100
  borderWidth: "1px",
90
- transition: "all 160ms ease"
101
+ transition: "border-color 160ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 160ms cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 160ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 160ms cubic-bezier(0.25, 0.1, 0.25, 1)"
91
102
  },
92
103
  variants: {
93
104
  variant: {
94
105
  surface: {
95
106
  position: "relative",
96
- overflow: "hidden",
97
- borderRadius: "3xl",
107
+ borderRadius: "xl",
98
108
  borderColor: "border.subtle",
99
109
  bg: "bg.card",
100
- backdropFilter: "blur(28px) saturate(155%)",
101
- boxShadow: "0 25px 30px -35px rgba(15,23,42,0.42)"
110
+ boxShadow: "0 1px 2px 0 rgba(15,23,42,0.04), 0 1px 3px 0 rgba(15,23,42,0.06)",
111
+ _dark: {
112
+ borderColor: "border.default",
113
+ boxShadow: "0 1px 2px 0 rgba(0,0,0,0.2), 0 1px 3px 0 rgba(0,0,0,0.24)"
114
+ }
102
115
  },
103
116
  inset: {
104
- borderRadius: "2xl",
117
+ borderRadius: "lg",
105
118
  borderColor: "border.soft",
106
119
  bg: "bg.cardAlt",
107
- backdropFilter: "blur(24px) saturate(145%)",
108
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.22)"
120
+ _dark: {
121
+ borderColor: "border.subtle"
122
+ }
109
123
  },
110
124
  elevated: {
111
- borderRadius: "2xl",
125
+ borderRadius: "lg",
112
126
  borderColor: "border.default",
113
127
  bg: "bg.cardStrong",
114
- backdropFilter: "blur(24px) saturate(145%)",
115
- boxShadow: "0 16px 32px -28px rgba(15,23,42,0.42)"
128
+ boxShadow: "0 1px 2px 0 rgba(15,23,42,0.04), 0 4px 12px -4px rgba(15,23,42,0.1)",
129
+ _dark: {
130
+ borderColor: "border.strong",
131
+ boxShadow: "0 1px 2px 0 rgba(0,0,0,0.24), 0 4px 12px -4px rgba(0,0,0,0.4)"
132
+ }
116
133
  },
117
134
  selectable: {
118
- borderRadius: "2xl",
135
+ borderRadius: "lg",
119
136
  borderColor: "border.default",
120
137
  bg: "bg.cardAlt",
121
138
  cursor: "pointer",
122
139
  _hover: {
123
140
  borderColor: "border.strong",
124
- bg: "bg.card",
125
- transform: "translateY(-1px)"
141
+ bg: "bg.card"
142
+ },
143
+ _dark: {
144
+ borderColor: "border.strong",
145
+ _hover: {
146
+ borderColor: "border.accent"
147
+ }
126
148
  }
127
149
  }
128
150
  },
@@ -144,7 +166,7 @@ const l = e({
144
166
  variant: "surface",
145
167
  padding: "md"
146
168
  }
147
- }), c = a({
169
+ }), x = r({
148
170
  base: {
149
171
  display: "inline-flex",
150
172
  alignItems: "center",
@@ -156,12 +178,7 @@ const l = e({
156
178
  fontSize: "sm",
157
179
  fontWeight: "600",
158
180
  lineHeight: "1",
159
- whiteSpace: "nowrap",
160
- backdropFilter: "blur(16px) saturate(140%)",
161
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.16)",
162
- _dark: {
163
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.04)"
164
- }
181
+ whiteSpace: "nowrap"
165
182
  },
166
183
  variants: {
167
184
  tone: {
@@ -184,6 +201,11 @@ const l = e({
184
201
  borderColor: "badge.warningBorder",
185
202
  bg: "badge.warningBg",
186
203
  color: "badge.warningText"
204
+ },
205
+ danger: {
206
+ borderColor: "badge.dangerBorder",
207
+ bg: "badge.dangerBg",
208
+ color: "badge.dangerText"
187
209
  }
188
210
  },
189
211
  size: {
@@ -195,7 +217,7 @@ const l = e({
195
217
  tone: "neutral",
196
218
  size: "md"
197
219
  }
198
- }), u = a({
220
+ }), u = r({
199
221
  base: {
200
222
  width: "100%",
201
223
  borderWidth: "1px",
@@ -203,16 +225,23 @@ const l = e({
203
225
  bg: "bg.input",
204
226
  color: "text.primary",
205
227
  fontSize: "sm",
206
- backdropFilter: "blur(22px) saturate(145%)",
207
- transition: "border-color 160ms ease, background 160ms ease",
228
+ transition: "border-color 160ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 160ms cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 160ms cubic-bezier(0.25, 0.1, 0.25, 1)",
208
229
  _placeholder: {
209
230
  color: "text.muted"
210
231
  },
211
232
  _hover: {
212
233
  borderColor: "border.strong"
213
234
  },
235
+ _focusVisible: {
236
+ outline: "none",
237
+ borderColor: "border.accent",
238
+ boxShadow: "0 0 0 3px var(--colors-bg-accentSoft, rgba(49, 94, 255, 0.12))"
239
+ },
214
240
  _dark: {
215
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.03)"
241
+ borderColor: "border.strong",
242
+ _focusVisible: {
243
+ boxShadow: "0 0 0 3px var(--colors-bg-accentSoft, rgba(138, 180, 255, 0.14))"
244
+ }
216
245
  }
217
246
  },
218
247
  variants: {
@@ -222,16 +251,14 @@ const l = e({
222
251
  borderRadius: "lg",
223
252
  px: "3",
224
253
  py: "2.5",
225
- lineHeight: "1.45",
226
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.2)"
254
+ lineHeight: "1.45"
227
255
  },
228
256
  md: {
229
257
  minHeight: "48px",
230
258
  borderRadius: "xl",
231
259
  px: "4",
232
260
  py: "3",
233
- lineHeight: "1.5",
234
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.24), 0 14px 28px -28px rgba(15,23,42,0.42)"
261
+ lineHeight: "1.5"
235
262
  }
236
263
  },
237
264
  kind: {
@@ -242,8 +269,7 @@ const l = e({
242
269
  px: "4",
243
270
  py: "4",
244
271
  lineHeight: "1.6",
245
- fontFamily: "mono",
246
- boxShadow: "inset 0 1px 0 rgba(255,255,255,0.24), 0 18px 36px -32px rgba(15,23,42,0.42)"
272
+ fontFamily: "mono"
247
273
  }
248
274
  }
249
275
  },
@@ -251,7 +277,7 @@ const l = e({
251
277
  size: "md",
252
278
  kind: "input"
253
279
  }
254
- }), f = a({
280
+ }), f = r({
255
281
  base: {
256
282
  display: "grid",
257
283
  alignContent: "start",
@@ -269,7 +295,7 @@ const l = e({
269
295
  defaultVariants: {
270
296
  gap: "md"
271
297
  }
272
- }), h = a({
298
+ }), C = r({
273
299
  base: {
274
300
  display: "flex",
275
301
  flexWrap: "wrap",
@@ -293,7 +319,7 @@ const l = e({
293
319
  gap: "sm",
294
320
  justify: "start"
295
321
  }
296
- }), C = a({
322
+ }), h = r({
297
323
  base: {
298
324
  display: "grid",
299
325
  gap: "4",
@@ -316,7 +342,7 @@ const l = e({
316
342
  defaultVariants: {
317
343
  ratio: "equal"
318
344
  }
319
- }), y = a({
345
+ }), y = r({
320
346
  base: {
321
347
  display: "grid",
322
348
  gap: "4",
@@ -341,89 +367,89 @@ const l = e({
341
367
  position: "relative",
342
368
  minWidth: "0",
343
369
  minHeight: "220px"
344
- }), R = r(
345
- t,
370
+ }), v = o(
371
+ a,
346
372
  e({
347
373
  padding: "4",
348
374
  display: "grid",
349
375
  gap: "3"
350
376
  })
351
- ), k = r(
352
- t,
377
+ ), R = o(
378
+ a,
353
379
  e({
354
380
  minHeight: "220px",
355
381
  padding: "4",
356
382
  display: "grid",
357
383
  gap: "3"
358
384
  })
359
- ), s = r(
385
+ ), s = o(
386
+ a,
360
387
  t,
361
- o,
362
388
  e({
363
389
  display: "grid",
364
390
  gap: "2",
365
391
  padding: "4",
366
392
  lineHeight: "1.7"
367
393
  })
368
- ), v = r(
394
+ ), H = o(
369
395
  s,
370
396
  e({
371
397
  alignContent: "center",
372
398
  minHeight: "220px"
373
399
  })
374
- ), H = e({
400
+ ), _ = e({
375
401
  display: "grid",
376
402
  gap: "4",
377
403
  gridTemplateColumns: { base: "1fr", xl: "minmax(18rem, 0.9fr) minmax(0, 1.4fr)" },
378
404
  alignItems: "start"
379
- }), W = e({
405
+ }), k = e({
380
406
  display: "grid",
381
407
  gap: "2",
382
408
  alignContent: "start",
383
409
  minWidth: "0"
384
- }), T = e({
410
+ }), z = e({
385
411
  display: "grid",
386
412
  gap: "4",
387
413
  minWidth: "0"
388
414
  });
389
415
  export {
390
416
  w as actionToolbarClass,
391
- c as badgeRecipe,
392
- F as buttonRecipe,
417
+ x as badgeRecipe,
418
+ V as buttonRecipe,
393
419
  m as cardRecipe,
394
- v as centeredEmptyStatePanelClass,
395
- h as clusterLayout,
420
+ H as centeredEmptyStatePanelClass,
421
+ C as clusterLayout,
396
422
  B as codeBlockClass,
397
423
  P as dropdownRecipe,
398
- V as elevatedPanelClass,
424
+ j as elevatedPanelClass,
399
425
  s as emptyStatePanelClass,
400
- b as errorTextClass,
401
- j as eyebrowClass,
402
- l as fieldControlClass,
426
+ g as errorTextClass,
427
+ I as eyebrowClass,
428
+ d as fieldControlClass,
403
429
  n as fieldControlSmClass,
404
- d as fieldTextareaClass,
405
- x as focusRingClass,
406
- o as helperTextClass,
407
- R as infoPanelClass,
430
+ l as fieldTextareaClass,
431
+ c as focusRingClass,
432
+ t as helperTextClass,
433
+ v as infoPanelClass,
408
434
  u as inputRecipe,
409
- t as insetPanelClass,
410
- p as loadingRegionClass,
435
+ a as insetPanelClass,
436
+ b as loadingRegionClass,
411
437
  y as metricGridPattern,
412
- I as metricValueClass,
413
- g as mutedTextClass,
414
- L as pageHeaderActionsClass,
415
- q as pageHeaderContentClass,
416
- A as pageHeaderRootClass,
417
- D as pageRootClass,
438
+ L as metricValueClass,
439
+ p as mutedTextClass,
440
+ q as pageHeaderActionsClass,
441
+ A as pageHeaderContentClass,
442
+ D as pageHeaderRootClass,
443
+ F as pageRootClass,
418
444
  E as pageScrollRegionClass,
419
445
  S as resultRegionClass,
420
- k as resultSkeletonPanelClass,
446
+ R as resultSkeletonPanelClass,
421
447
  G as sectionDescriptionClass,
422
448
  O as sectionTitleClass,
423
- T as selectableDetailClass,
424
- W as selectableListClass,
425
- H as selectableListDetailRootClass,
426
- C as splitLayout,
449
+ z as selectableDetailClass,
450
+ k as selectableListClass,
451
+ _ as selectableListDetailRootClass,
452
+ h as splitLayout,
427
453
  f as stackLayout,
428
- Y as surfacePanelClass
454
+ J as surfacePanelClass
429
455
  };
@@ -248,6 +248,12 @@ export declare const colorTokens: {
248
248
  readonly _dark: "rgba(122, 170, 255, 0.82)";
249
249
  };
250
250
  };
251
+ readonly dangerSoft: {
252
+ readonly value: {
253
+ readonly base: "rgba(217, 45, 32, 0.06)";
254
+ readonly _dark: "rgba(255, 142, 127, 0.08)";
255
+ };
256
+ };
251
257
  };
252
258
  readonly border: {
253
259
  readonly soft: {
@@ -280,6 +286,12 @@ export declare const colorTokens: {
280
286
  readonly _dark: "rgba(125, 171, 255, 0.44)";
281
287
  };
282
288
  };
289
+ readonly danger: {
290
+ readonly value: {
291
+ readonly base: "rgba(217, 45, 32, 0.35)";
292
+ readonly _dark: "rgba(255, 142, 127, 0.35)";
293
+ };
294
+ };
283
295
  };
284
296
  readonly badge: {
285
297
  readonly successBg: {
@@ -354,6 +366,24 @@ export declare const colorTokens: {
354
366
  readonly _dark: "rgba(183, 195, 215, 0.22)";
355
367
  };
356
368
  };
369
+ readonly dangerBg: {
370
+ readonly value: {
371
+ readonly base: "rgba(217, 45, 32, 0.12)";
372
+ readonly _dark: "rgba(255, 142, 127, 0.15)";
373
+ };
374
+ };
375
+ readonly dangerText: {
376
+ readonly value: {
377
+ readonly base: "#b42318";
378
+ readonly _dark: "#ff8e7f";
379
+ };
380
+ };
381
+ readonly dangerBorder: {
382
+ readonly value: {
383
+ readonly base: "rgba(217, 45, 32, 0.22)";
384
+ readonly _dark: "rgba(255, 142, 127, 0.3)";
385
+ };
386
+ };
357
387
  };
358
388
  };
359
389
  export { coreColorTokens } from "./core-colors";
@@ -128,6 +128,12 @@ export declare const coreColorTokens: {
128
128
  readonly _dark: "rgba(122, 170, 255, 0.82)";
129
129
  };
130
130
  };
131
+ readonly dangerSoft: {
132
+ readonly value: {
133
+ readonly base: "rgba(217, 45, 32, 0.06)";
134
+ readonly _dark: "rgba(255, 142, 127, 0.08)";
135
+ };
136
+ };
131
137
  };
132
138
  readonly border: {
133
139
  readonly soft: {
@@ -160,6 +166,12 @@ export declare const coreColorTokens: {
160
166
  readonly _dark: "rgba(125, 171, 255, 0.44)";
161
167
  };
162
168
  };
169
+ readonly danger: {
170
+ readonly value: {
171
+ readonly base: "rgba(217, 45, 32, 0.35)";
172
+ readonly _dark: "rgba(255, 142, 127, 0.35)";
173
+ };
174
+ };
163
175
  };
164
176
  readonly badge: {
165
177
  readonly successBg: {
@@ -234,5 +246,23 @@ export declare const coreColorTokens: {
234
246
  readonly _dark: "rgba(183, 195, 215, 0.22)";
235
247
  };
236
248
  };
249
+ readonly dangerBg: {
250
+ readonly value: {
251
+ readonly base: "rgba(217, 45, 32, 0.12)";
252
+ readonly _dark: "rgba(255, 142, 127, 0.15)";
253
+ };
254
+ };
255
+ readonly dangerText: {
256
+ readonly value: {
257
+ readonly base: "#b42318";
258
+ readonly _dark: "#ff8e7f";
259
+ };
260
+ };
261
+ readonly dangerBorder: {
262
+ readonly value: {
263
+ readonly base: "rgba(217, 45, 32, 0.22)";
264
+ readonly _dark: "rgba(255, 142, 127, 0.3)";
265
+ };
266
+ };
237
267
  };
238
268
  };
@@ -1,10 +1,30 @@
1
1
  export declare const motionTokens: {
2
2
  readonly durations: {
3
+ readonly fast: {
4
+ readonly value: "100ms";
5
+ };
3
6
  readonly moderate: {
4
7
  readonly value: "160ms";
5
8
  };
6
9
  readonly emphasized: {
7
10
  readonly value: "240ms";
8
11
  };
12
+ readonly slow: {
13
+ readonly value: "320ms";
14
+ };
15
+ };
16
+ readonly easings: {
17
+ readonly default: {
18
+ readonly value: "cubic-bezier(0.25, 0.1, 0.25, 1)";
19
+ };
20
+ readonly out: {
21
+ readonly value: "cubic-bezier(0.16, 1, 0.3, 1)";
22
+ };
23
+ readonly inOut: {
24
+ readonly value: "cubic-bezier(0.45, 0, 0.55, 1)";
25
+ };
26
+ readonly spring: {
27
+ readonly value: "cubic-bezier(0.34, 1.56, 0.64, 1)";
28
+ };
9
29
  };
10
30
  };
@@ -1,5 +1,14 @@
1
1
  export declare const radiusTokens: {
2
+ readonly "2xs": {
3
+ readonly value: "0.125rem";
4
+ };
5
+ readonly "3xs": {
6
+ readonly value: "0.0625rem";
7
+ };
2
8
  readonly "4xl": {
3
9
  readonly value: "2rem";
4
10
  };
11
+ readonly "5xl": {
12
+ readonly value: "2.5rem";
13
+ };
5
14
  };
@@ -21,14 +21,16 @@ const a = {
21
21
  header: { value: { base: "rgba(250, 252, 255, 0.58)", _dark: "rgba(0, 0, 0, 0.84)" } },
22
22
  menu: { value: { base: "rgba(255, 255, 255, 0.9)", _dark: "rgba(9, 12, 18, 0.99)" } },
23
23
  accentSoft: { value: { base: "rgba(49, 94, 255, 0.1)", _dark: "rgba(138, 180, 255, 0.18)" } },
24
- accentStrong: { value: { base: "rgba(49, 94, 255, 0.86)", _dark: "rgba(122, 170, 255, 0.82)" } }
24
+ accentStrong: { value: { base: "rgba(49, 94, 255, 0.86)", _dark: "rgba(122, 170, 255, 0.82)" } },
25
+ dangerSoft: { value: { base: "rgba(217, 45, 32, 0.06)", _dark: "rgba(255, 142, 127, 0.08)" } }
25
26
  },
26
27
  border: {
27
28
  soft: { value: { base: "rgba(148, 163, 184, 0.14)", _dark: "rgba(255, 255, 255, 0.035)" } },
28
29
  subtle: { value: { base: "rgba(125, 146, 182, 0.2)", _dark: "rgba(255, 255, 255, 0.09)" } },
29
30
  default: { value: { base: "rgba(109, 130, 164, 0.28)", _dark: "rgba(255, 255, 255, 0.14)" } },
30
31
  strong: { value: { base: "rgba(80, 98, 127, 0.42)", _dark: "rgba(255, 255, 255, 0.22)" } },
31
- accent: { value: { base: "rgba(82, 121, 255, 0.5)", _dark: "rgba(125, 171, 255, 0.44)" } }
32
+ accent: { value: { base: "rgba(82, 121, 255, 0.5)", _dark: "rgba(125, 171, 255, 0.44)" } },
33
+ danger: { value: { base: "rgba(217, 45, 32, 0.35)", _dark: "rgba(255, 142, 127, 0.35)" } }
32
34
  },
33
35
  badge: {
34
36
  successBg: { value: { base: "rgba(19, 163, 74, 0.12)", _dark: "rgba(19, 80, 58, 0.7)" } },
@@ -42,15 +44,29 @@ const a = {
42
44
  infoBorder: { value: { base: "rgba(37, 99, 235, 0.2)", _dark: "rgba(154, 193, 255, 0.3)" } },
43
45
  neutralBg: { value: { base: "rgba(99, 115, 148, 0.08)", _dark: "rgba(21, 26, 35, 0.92)" } },
44
46
  neutralText: { value: { base: "#4b5d7a", _dark: "#d0d7e4" } },
45
- neutralBorder: { value: { base: "rgba(109, 130, 164, 0.18)", _dark: "rgba(183, 195, 215, 0.22)" } }
47
+ neutralBorder: { value: { base: "rgba(109, 130, 164, 0.18)", _dark: "rgba(183, 195, 215, 0.22)" } },
48
+ dangerBg: { value: { base: "rgba(217, 45, 32, 0.12)", _dark: "rgba(255, 142, 127, 0.15)" } },
49
+ dangerText: { value: { base: "#b42318", _dark: "#ff8e7f" } },
50
+ dangerBorder: { value: { base: "rgba(217, 45, 32, 0.22)", _dark: "rgba(255, 142, 127, 0.3)" } }
46
51
  }
47
52
  }, e = {
48
53
  durations: {
54
+ fast: { value: "100ms" },
49
55
  moderate: { value: "160ms" },
50
- emphasized: { value: "240ms" }
56
+ emphasized: { value: "240ms" },
57
+ slow: { value: "320ms" }
58
+ },
59
+ easings: {
60
+ default: { value: "cubic-bezier(0.25, 0.1, 0.25, 1)" },
61
+ out: { value: "cubic-bezier(0.16, 1, 0.3, 1)" },
62
+ inOut: { value: "cubic-bezier(0.45, 0, 0.55, 1)" },
63
+ spring: { value: "cubic-bezier(0.34, 1.56, 0.64, 1)" }
51
64
  }
52
65
  }, r = {
53
- "4xl": { value: "2rem" }
66
+ "2xs": { value: "0.125rem" },
67
+ "3xs": { value: "0.0625rem" },
68
+ "4xl": { value: "2rem" },
69
+ "5xl": { value: "2.5rem" }
54
70
  }, b = {
55
71
  18: { value: "4.5rem" },
56
72
  22: { value: "5.5rem" }