@pstdio/ui 0.5.2 → 0.6.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 (45) hide show
  1. package/dist/{MermaidComponent-DDCxR-Gs.js → MermaidComponent-D7Baqkwx.js} +2 -2
  2. package/dist/{MermaidComponent-DDCxR-Gs.js.map → MermaidComponent-D7Baqkwx.js.map} +1 -1
  3. package/dist/chat-ui.js +11 -9
  4. package/dist/chat-ui.js.map +1 -1
  5. package/dist/components/activity/activity-avatar.d.ts +9 -0
  6. package/dist/components/activity/activity-comment.d.ts +19 -0
  7. package/dist/components/activity/activity-composer.d.ts +18 -0
  8. package/dist/components/activity/activity-event.d.ts +12 -0
  9. package/dist/components/activity/activity-root.d.ts +15 -0
  10. package/dist/components/activity/activity-timeline.d.ts +6 -0
  11. package/dist/components/activity/activity.types.d.ts +5 -0
  12. package/dist/components/activity/index.d.ts +25 -0
  13. package/dist/components/chat-ui/components/ai-conversation.d.ts +4 -4
  14. package/dist/components/rich-text/shared/editor-config.d.ts +1 -0
  15. package/dist/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/floating-toolbar-buttons.d.ts +16 -0
  16. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/commands.d.ts +2 -0
  17. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/index.d.ts +3 -0
  18. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/link-editor-content.d.ts +18 -0
  19. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/link-edit-state.d.ts +1 -0
  20. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/selection-link-url.d.ts +2 -0
  21. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +1 -1
  22. package/dist/components/rich-text/shared/transformers/markdown-transformers-test-utils.d.ts +3 -0
  23. package/dist/components/rich-text/shared/transformers/markdown-transformers.d.ts +1 -0
  24. package/dist/index.d.ts +2 -0
  25. package/dist/index.js +2047 -1786
  26. package/dist/index.js.map +1 -1
  27. package/dist/{rich-message-DeJwzVeV.js → rich-message-33DPxuWJ.js} +502 -464
  28. package/dist/rich-message-33DPxuWJ.js.map +1 -0
  29. package/dist/rich-text.js +738 -414
  30. package/dist/rich-text.js.map +1 -1
  31. package/dist/style.css +1 -1
  32. package/dist/theme/recipes/alert.d.ts +1 -1
  33. package/dist/theme/recipes/dialog.d.ts +1 -1
  34. package/dist/theme/recipes/drawer.d.ts +1 -1
  35. package/dist/theme/recipes/menu.d.ts +1 -1
  36. package/dist/theme/recipes/popover.d.ts +1 -1
  37. package/dist/theme/tokens/borders.d.ts +6 -24
  38. package/dist/theme/tokens/colors.d.ts +168 -168
  39. package/dist/theme/tokens/shadows.d.ts +5 -5
  40. package/dist/{theme-Dq4r3aRE.js → theme-0SQvHr1t.js} +140 -158
  41. package/dist/theme-0SQvHr1t.js.map +1 -0
  42. package/dist/theme.js +1 -1
  43. package/package.json +1 -1
  44. package/dist/rich-message-DeJwzVeV.js.map +0 -1
  45. package/dist/theme-Dq4r3aRE.js.map +0 -1
@@ -1,11 +1,11 @@
1
- import { defineSlotRecipe as l, defineRecipe as o, defineLayerStyles as r, defineTextStyles as s, defineConfig as t, createSystem as c, defaultConfig as i } from "@chakra-ui/react";
2
- import { alertAnatomy as n, dialogAnatomy as u, drawerAnatomy as d, fieldsetAnatomy as b, menuAnatomy as g, popoverAnatomy as v, tooltipAnatomy as m } from "@chakra-ui/react/anatomy";
3
- import { progressCircleSlotRecipe as a } from "@chakra-ui/react/theme";
4
- const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted": "#75715E", "colors.fg.subtle": "#A59F85", "colors.fg.inverted": "#272822", "colors.fg.blue-dark": "#66D9EF", "colors.bg": "#272822", "colors.bg.muted": "#34352E", "colors.bg.subtle": "#1F201B", "colors.bg.hover": "#3E3D32", "colors.bg.active": "#49483E", "colors.bg.code": "#1F201B", "colors.bg.emphasized": "#49483E", "colors.bg.inverted": "#F8F8F2", "colors.bg.panel": "#1F201B", "colors.bg.dark": "#1F201B", "colors.bg.button.primary.default": "#E6DB74", "colors.bg.button.primary.hover": "#F4E98A", "colors.bg.button.primary.pressed": "#CFC25F", "colors.bg.menu-item.hover": "#3E3D32", "colors.bg.menu-item.focus": "#3E3D32", "colors.bg.menu-item.selected": "#49483E", "colors.bg.accent-primary.default": "#E6DB74", "colors.bg.accent-primary.hover": "#F4E98A", "colors.bg.accent-primary.pressed": "#CFC25F", "colors.bg.accent-primary.very-light": "#3B3A2B", "colors.bg.accent-primary.light": "#494531", "colors.bg.accent-primary.medium": "#E6DB74", "colors.bg.accent-primary.dark": "#F4E98A", "colors.bg.accent-secondary.grey-dark": "#272822", "colors.bg.accent-secondary.grey-light": "#34352E", "colors.bg.accent-secondary.red-very-light": "#3A1F1F", "colors.bg.accent-secondary.red-light": "#4A2424", "colors.bg.accent-secondary.pink-light": "#4A2039", "colors.bg.accent-secondary.pink-medium": "#F92672", "colors.bg.accent-secondary.blue-very-light": "#243A3D", "colors.bg.accent-secondary.blue-light": "#26464A", "colors.bg.accent-secondary.blue-medium": "#66D9EF", "colors.bg.accent-secondary.blue-dark": "#66D9EF", "colors.bg.accent-secondary.cyan-light": "#26464A", "colors.bg.accent-secondary.green-light": "#33401F", "colors.bg.accent-secondary.yellow-light": "#494531", "colors.bg.accent-secondary.yellow-medium": "#E6DB74", "colors.bg.accent-secondary.yellow-dark": "#F4E98A", "colors.bg.accent-secondary.sand-light": "#3E3D32", "colors.border": "#5B594A", "colors.border.muted": "#49483E", "colors.border.subtle": "#3E3D32", "colors.border.inverted": "#CFCFC2", "colors.border.accent-light": "#66D9EF", "colors.border.accent": "#66D9EF", "colors.blue.border": "#66D9EF", "colors.orange.contrast": "#272822", "colors.orange.fg": "#FD971F", "colors.orange.subtle": "#493522", "colors.orange.muted": "#5A3C20", "colors.orange.emphasized": "#7A4D1D", "colors.orange.solid": "#FD971F", "colors.orange.focusRing": "#FD971F", "colors.orange.border": "#FD971F", "colors.vis.text.primary": "#F8F8F2", "colors.vis.text.secondary": "#CFCFC2", "colors.vis.grid": "#49483E", "colors.vis.axis": "#A59F85", "colors.vis.categorical.1": "#66D9EF", "colors.vis.categorical.2": "#FD971F", "colors.vis.categorical.3": "#AE81FF", "colors.vis.categorical.4": "#F92672", "colors.vis.categorical.5": "#E6DB74", "colors.vis.categorical.6": "#A6E22E", "colors.vis.categorical.7": "#75715E", "colors.text.selectable.primary": "#272822" }, k = {
5
- id: p,
6
- mode: F,
7
- tokens: h
8
- }, x = k, fe = [x], y = {
1
+ import { defineSlotRecipe as l, defineRecipe as o, defineLayerStyles as a, defineTextStyles as t, defineConfig as i, createSystem as s, defaultConfig as c } from "@chakra-ui/react";
2
+ import { alertAnatomy as n, dialogAnatomy as u, drawerAnatomy as d, fieldsetAnatomy as g, menuAnatomy as b, popoverAnatomy as v, tooltipAnatomy as m } from "@chakra-ui/react/anatomy";
3
+ import { progressCircleSlotRecipe as r } from "@chakra-ui/react/theme";
4
+ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted": "#75715E", "colors.fg.subtle": "#A59F85", "colors.fg.inverted": "#272822", "colors.fg.blue-dark": "#66D9EF", "colors.bg": "#272822", "colors.bg.muted": "#34352E", "colors.bg.subtle": "#1F201B", "colors.bg.hover": "#3E3D32", "colors.bg.active": "#49483E", "colors.bg.code": "#1F201B", "colors.bg.emphasized": "#49483E", "colors.bg.inverted": "#F8F8F2", "colors.bg.panel": "#1F201B", "colors.bg.dark": "#1F201B", "colors.bg.button.primary.default": "#E6DB74", "colors.bg.button.primary.hover": "#F4E98A", "colors.bg.button.primary.pressed": "#CFC25F", "colors.bg.menu-item.hover": "#3E3D32", "colors.bg.menu-item.focus": "#3E3D32", "colors.bg.menu-item.selected": "#49483E", "colors.bg.accent-primary.default": "#E6DB74", "colors.bg.accent-primary.hover": "#F4E98A", "colors.bg.accent-primary.pressed": "#CFC25F", "colors.bg.accent-primary.very-light": "#3B3A2B", "colors.bg.accent-primary.light": "#494531", "colors.bg.accent-primary.medium": "#E6DB74", "colors.bg.accent-primary.dark": "#F4E98A", "colors.bg.accent-secondary.grey-dark": "#272822", "colors.bg.accent-secondary.grey-light": "#34352E", "colors.bg.accent-secondary.red-very-light": "#3A1F1F", "colors.bg.accent-secondary.red-light": "#4A2424", "colors.bg.accent-secondary.pink-light": "#4A2039", "colors.bg.accent-secondary.pink-medium": "#F92672", "colors.bg.accent-secondary.blue-very-light": "#243A3D", "colors.bg.accent-secondary.blue-light": "#26464A", "colors.bg.accent-secondary.blue-medium": "#66D9EF", "colors.bg.accent-secondary.blue-dark": "#66D9EF", "colors.bg.accent-secondary.cyan-light": "#26464A", "colors.bg.accent-secondary.green-light": "#33401F", "colors.bg.accent-secondary.yellow-light": "#494531", "colors.bg.accent-secondary.yellow-medium": "#E6DB74", "colors.bg.accent-secondary.yellow-dark": "#F4E98A", "colors.bg.accent-secondary.sand-light": "#3E3D32", "colors.border": "#5B594A", "colors.border.muted": "#49483E", "colors.border.subtle": "#3E3D32", "colors.border.inverted": "#CFCFC2", "colors.border.accent-light": "#66D9EF", "colors.border.accent": "#66D9EF", "colors.blue.border": "#66D9EF", "colors.orange.contrast": "#272822", "colors.orange.fg": "#FD971F", "colors.orange.subtle": "#493522", "colors.orange.muted": "#5A3C20", "colors.orange.emphasized": "#7A4D1D", "colors.orange.solid": "#FD971F", "colors.orange.focusRing": "#FD971F", "colors.orange.border": "#FD971F", "colors.vis.text.primary": "#F8F8F2", "colors.vis.text.secondary": "#CFCFC2", "colors.vis.grid": "#49483E", "colors.vis.axis": "#A59F85", "colors.vis.categorical.1": "#66D9EF", "colors.vis.categorical.2": "#FD971F", "colors.vis.categorical.3": "#AE81FF", "colors.vis.categorical.4": "#F92672", "colors.vis.categorical.5": "#E6DB74", "colors.vis.categorical.6": "#A6E22E", "colors.vis.categorical.7": "#75715E", "colors.text.selectable.primary": "#272822" }, _ = {
5
+ id: h,
6
+ mode: p,
7
+ tokens: F
8
+ }, y = _, xe = [y], k = {
9
9
  "*::selection": {
10
10
  bg: {
11
11
  base: "bg.accent-secondary.blue-medium",
@@ -63,7 +63,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
63
63
  fontSize: "1.5rem"
64
64
  }
65
65
  }
66
- }, f = {
66
+ }, x = {
67
67
  DEFAULT: {
68
68
  value: "#0A0D15"
69
69
  },
@@ -112,7 +112,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
112
112
  1e3: {
113
113
  value: "#000000"
114
114
  }
115
- }, _ = {
115
+ }, f = {
116
116
  DEFAULT: {
117
117
  value: "#5098FF"
118
118
  },
@@ -584,8 +584,8 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
584
584
  }
585
585
  }, U = {
586
586
  sand: L,
587
- blacks: f,
588
- blue: _,
587
+ blacks: x,
588
+ blue: f,
589
589
  sapphire: E,
590
590
  pink: C,
591
591
  peach: S,
@@ -1058,7 +1058,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1058
1058
  }
1059
1059
  }
1060
1060
  }), J = l({
1061
- slots: b.keys(),
1061
+ slots: g.keys(),
1062
1062
  base: {
1063
1063
  legend: {
1064
1064
  mb: "2xs"
@@ -1160,7 +1160,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1160
1160
  variant: "raised"
1161
1161
  }
1162
1162
  }), Q = l({
1163
- slots: g.keys(),
1163
+ slots: b.keys(),
1164
1164
  base: {
1165
1165
  itemGroupLabel: {
1166
1166
  ml: "{2xs}",
@@ -1250,10 +1250,10 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1250
1250
  }
1251
1251
  }
1252
1252
  }
1253
- }), ee = a.variants?.size ?? {}, le = {
1254
- ...a,
1253
+ }), ee = r.variants?.size ?? {}, le = {
1254
+ ...r,
1255
1255
  variants: {
1256
- ...a.variants,
1256
+ ...r.variants,
1257
1257
  size: {
1258
1258
  ...ee,
1259
1259
  "2xs": {
@@ -1272,7 +1272,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1272
1272
  "--start-color": "fg",
1273
1273
  "--end-color": "fg.muted"
1274
1274
  }
1275
- }), ae = o({
1275
+ }), re = o({
1276
1276
  base: {
1277
1277
  paddingX: "sm",
1278
1278
  paddingY: "xs",
@@ -1298,7 +1298,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1298
1298
  color: "fg.subtle"
1299
1299
  }
1300
1300
  }
1301
- }), re = l({
1301
+ }), ae = l({
1302
1302
  slots: m.keys(),
1303
1303
  base: {
1304
1304
  content: {
@@ -1309,103 +1309,85 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1309
1309
  bg: "bg.inverted"
1310
1310
  }
1311
1311
  }
1312
- }), se = {
1312
+ }), te = {
1313
1313
  DEFAULT: {
1314
- value: {
1315
- base: "1px solid {colors.blacks.400}",
1316
- _dark: "1px solid {colors.blacks.600}"
1317
- }
1314
+ value: "1px solid {colors.border}"
1318
1315
  },
1319
1316
  muted: {
1320
- value: {
1321
- base: "1px solid {colors.blacks.300}",
1322
- _dark: "1px solid {colors.blacks.700}"
1323
- }
1317
+ value: "1px solid {colors.border.muted}"
1324
1318
  },
1325
1319
  subtle: {
1326
- value: {
1327
- base: "1px solid {colors.blacks.300}",
1328
- _dark: "1px solid {colors.blacks.50}"
1329
- }
1320
+ value: "1px solid {colors.border.subtle}"
1330
1321
  },
1331
1322
  inverted: {
1332
- value: {
1333
- base: "1px solid {colors.blacks.400}",
1334
- _dark: "1px solid {colors.blacks.600}"
1335
- }
1323
+ value: "1px solid {colors.border.inverted}"
1336
1324
  },
1337
1325
  accent: {
1338
- value: {
1339
- base: "1px solid {colors.blue.700}",
1340
- _dark: "1px solid {colors.blue.200}"
1341
- }
1326
+ value: "1px solid {colors.border.accent}"
1342
1327
  },
1343
1328
  "accent-light": {
1344
- value: {
1345
- base: "1px solid {colors.blue.200}",
1346
- _dark: "1px solid {colors.blue.900}"
1347
- }
1329
+ value: "1px solid {colors.border.accent-light}"
1348
1330
  }
1349
- }, te = {
1331
+ }, ie = {
1350
1332
  DEFAULT: {
1351
1333
  value: {
1352
- base: "{colors.blacks.800}",
1334
+ _light: "{colors.blacks.800}",
1353
1335
  _dark: "{colors.blacks.200}"
1354
1336
  }
1355
1337
  },
1356
1338
  muted: {
1357
1339
  value: {
1358
- base: "{colors.blacks.450}",
1340
+ _light: "{colors.blacks.450}",
1359
1341
  _dark: "{colors.blacks.500}"
1360
1342
  }
1361
1343
  },
1362
1344
  subtle: {
1363
1345
  value: {
1364
- base: "{colors.blacks.400}",
1346
+ _light: "{colors.blacks.400}",
1365
1347
  _dark: "{colors.blacks.600}"
1366
1348
  }
1367
1349
  },
1368
1350
  inverted: {
1369
1351
  value: {
1370
- base: "{colors.blacks.50}",
1352
+ _light: "{colors.blacks.50}",
1371
1353
  _dark: "{colors.blacks.800}"
1372
1354
  }
1373
1355
  },
1374
1356
  success: {
1375
1357
  value: {
1376
- base: "{colors.green.400}",
1358
+ _light: "{colors.green.400}",
1377
1359
  _dark: "{colors.green.400}"
1378
1360
  }
1379
1361
  },
1380
1362
  error: {
1381
1363
  value: {
1382
- base: "{colors.red.400}",
1364
+ _light: "{colors.red.400}",
1383
1365
  _dark: "{colors.red.400}"
1384
1366
  }
1385
1367
  },
1386
1368
  accent: {
1387
1369
  "pink-dark": {
1388
1370
  value: {
1389
- base: "{colors.pink.700}",
1371
+ _light: "{colors.pink.700}",
1390
1372
  _dark: "{colors.pink.50}"
1391
1373
  }
1392
1374
  }
1393
1375
  },
1394
1376
  "green-dark": {
1395
1377
  value: {
1396
- base: "{colors.green.700}",
1378
+ _light: "{colors.green.700}",
1397
1379
  _dark: "{colors.green.50}"
1398
1380
  }
1399
1381
  },
1400
1382
  "blue-dark": {
1401
1383
  value: {
1402
- base: "{colors.sapphire.700}",
1384
+ _light: "{colors.sapphire.700}",
1403
1385
  _dark: "{colors.sapphire.100}"
1404
1386
  }
1405
1387
  },
1406
1388
  "blue-very-dark": {
1407
1389
  value: {
1408
- base: "{colors.sapphire.900}",
1390
+ _light: "{colors.sapphire.900}",
1409
1391
  _dark: "{colors.sapphire.800}"
1410
1392
  }
1411
1393
  },
@@ -1413,7 +1395,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1413
1395
  primary: {
1414
1396
  default: {
1415
1397
  value: {
1416
- base: "{colors.blacks.200}",
1398
+ _light: "{colors.blacks.200}",
1417
1399
  _dark: "{colors.blacks.200}"
1418
1400
  }
1419
1401
  },
@@ -1430,70 +1412,70 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1430
1412
  value: "{colors.fg.muted}"
1431
1413
  }
1432
1414
  }
1433
- }, ce = {
1415
+ }, se = {
1434
1416
  DEFAULT: {
1435
1417
  value: {
1436
- base: "{colors.blacks.50}",
1418
+ _light: "{colors.blacks.50}",
1437
1419
  _dark: "{colors.blacks.900}"
1438
1420
  }
1439
1421
  },
1440
1422
  muted: {
1441
1423
  value: {
1442
- base: "{colors.neutral.200}",
1424
+ _light: "{colors.neutral.200}",
1443
1425
  _dark: "{colors.neutral.800}"
1444
1426
  }
1445
1427
  },
1446
1428
  subtle: {
1447
1429
  value: {
1448
- base: "{colors.neutral.50}",
1430
+ _light: "{colors.neutral.50}",
1449
1431
  _dark: "{colors.neutral.950}"
1450
1432
  }
1451
1433
  },
1452
1434
  hover: {
1453
1435
  value: {
1454
- base: "{colors.neutral.100}",
1436
+ _light: "{colors.neutral.100}",
1455
1437
  _dark: "{colors.neutral.850}"
1456
1438
  }
1457
1439
  },
1458
1440
  active: {
1459
1441
  value: {
1460
- base: "{colors.neutral.75}",
1442
+ _light: "{colors.neutral.75}",
1461
1443
  _dark: "{colors.blacks.850}"
1462
1444
  }
1463
1445
  },
1464
1446
  code: {
1465
1447
  value: {
1466
- base: "{colors.blacks.50}",
1448
+ _light: "{colors.blacks.50}",
1467
1449
  _dark: "{colors.blacks.800}"
1468
1450
  }
1469
1451
  },
1470
1452
  emphasized: {
1471
1453
  value: {
1472
- base: "{colors.bg.active}",
1454
+ _light: "{colors.bg.active}",
1473
1455
  _dark: "{colors.bg.active}"
1474
1456
  }
1475
1457
  },
1476
1458
  inverted: {
1477
1459
  value: {
1478
- base: "{colors.blacks.800}",
1460
+ _light: "{colors.blacks.800}",
1479
1461
  _dark: "{colors.blacks.100}"
1480
1462
  }
1481
1463
  },
1482
1464
  panel: {
1483
1465
  value: {
1484
- base: "{colors.blacks.100}",
1466
+ _light: "{colors.blacks.100}",
1485
1467
  _dark: "{colors.blacks.850}"
1486
1468
  }
1487
1469
  },
1488
1470
  dark: {
1489
1471
  value: {
1490
- base: "{colors.blacks.900}",
1472
+ _light: "{colors.blacks.900}",
1491
1473
  _dark: "{colors.blacks.900}"
1492
1474
  }
1493
1475
  },
1494
1476
  white: {
1495
1477
  value: {
1496
- base: "{colors.blacks.50}",
1478
+ _light: "{colors.blacks.50}",
1497
1479
  _dark: "{colors.blacks.50}"
1498
1480
  }
1499
1481
  },
@@ -1501,19 +1483,19 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1501
1483
  primary: {
1502
1484
  default: {
1503
1485
  value: {
1504
- base: "{colors.bg.accent-primary.default}",
1486
+ _light: "{colors.bg.accent-primary.default}",
1505
1487
  _dark: "{colors.bg.accent-primary.dark}"
1506
1488
  }
1507
1489
  },
1508
1490
  hover: {
1509
1491
  value: {
1510
- base: "{colors.bg.accent-primary.hover}",
1492
+ _light: "{colors.bg.accent-primary.hover}",
1511
1493
  _dark: "{colors.bg.accent-primary.medium}"
1512
1494
  }
1513
1495
  },
1514
1496
  pressed: {
1515
1497
  value: {
1516
- base: "{colors.bg.accent-primary.pressed}",
1498
+ _light: "{colors.bg.accent-primary.pressed}",
1517
1499
  _dark: "{colors.bg.accent-primary.medium}"
1518
1500
  }
1519
1501
  },
@@ -1528,24 +1510,24 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1528
1510
  },
1529
1511
  hover: {
1530
1512
  value: {
1531
- base: "{colors.bg.muted}"
1513
+ _light: "{colors.bg.muted}"
1532
1514
  }
1533
1515
  },
1534
1516
  focus: {
1535
1517
  value: {
1536
- base: "{colors.bg.muted}"
1518
+ _light: "{colors.bg.muted}"
1537
1519
  }
1538
1520
  },
1539
1521
  selected: {
1540
1522
  value: {
1541
- base: "{colors.bg.active}"
1523
+ _light: "{colors.bg.active}"
1542
1524
  }
1543
1525
  }
1544
1526
  },
1545
1527
  display: {
1546
1528
  "very-light": {
1547
1529
  value: {
1548
- base: "{colors.sand.50}",
1530
+ _light: "{colors.sand.50}",
1549
1531
  _dark: "{colors.blacks.1000}"
1550
1532
  }
1551
1533
  }
@@ -1553,43 +1535,43 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1553
1535
  "accent-primary": {
1554
1536
  default: {
1555
1537
  value: {
1556
- base: "{colors.yellow.75}",
1538
+ _light: "{colors.yellow.75}",
1557
1539
  _dark: "{colors.yellow.75}"
1558
1540
  }
1559
1541
  },
1560
1542
  hover: {
1561
1543
  value: {
1562
- base: "{colors.yellow.100}",
1544
+ _light: "{colors.yellow.100}",
1563
1545
  _dark: "{colors.yellow.100}"
1564
1546
  }
1565
1547
  },
1566
1548
  pressed: {
1567
1549
  value: {
1568
- base: "{colors.yellow.150}",
1550
+ _light: "{colors.yellow.150}",
1569
1551
  _dark: "{colors.yellow.150}"
1570
1552
  }
1571
1553
  },
1572
1554
  "very-light": {
1573
1555
  value: {
1574
- base: "{colors.yellow.75}",
1556
+ _light: "{colors.yellow.75}",
1575
1557
  _dark: "{colors.yellow.75}"
1576
1558
  }
1577
1559
  },
1578
1560
  light: {
1579
1561
  value: {
1580
- base: "{colors.yellow.75}",
1562
+ _light: "{colors.yellow.75}",
1581
1563
  _dark: "{colors.yellow.75}"
1582
1564
  }
1583
1565
  },
1584
1566
  medium: {
1585
1567
  value: {
1586
- base: "{colors.yellow.100}",
1568
+ _light: "{colors.yellow.100}",
1587
1569
  _dark: "{colors.yellow.100}"
1588
1570
  }
1589
1571
  },
1590
1572
  dark: {
1591
1573
  value: {
1592
- base: "{colors.yellow.150}",
1574
+ _light: "{colors.yellow.150}",
1593
1575
  _dark: "{colors.yellow.150}"
1594
1576
  }
1595
1577
  }
@@ -1597,135 +1579,135 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1597
1579
  "accent-secondary": {
1598
1580
  "grey-dark": {
1599
1581
  value: {
1600
- base: "{colors.blacks.50}",
1582
+ _light: "{colors.blacks.50}",
1601
1583
  _dark: "{colors.blacks.1000}"
1602
1584
  }
1603
1585
  },
1604
1586
  "grey-light": {
1605
1587
  value: {
1606
- base: "{colors.blacks.100}",
1588
+ _light: "{colors.blacks.100}",
1607
1589
  _dark: "{colors.blacks.900}"
1608
1590
  }
1609
1591
  },
1610
1592
  "red-very-light": {
1611
1593
  value: {
1612
- base: "{colors.red.50}",
1594
+ _light: "{colors.red.50}",
1613
1595
  _dark: "{colors.red.100}"
1614
1596
  }
1615
1597
  },
1616
1598
  "red-light": {
1617
1599
  value: {
1618
- base: "{colors.red.100}",
1600
+ _light: "{colors.red.100}",
1619
1601
  _dark: "{colors.red.100}"
1620
1602
  }
1621
1603
  },
1622
1604
  "pink-light": {
1623
1605
  value: {
1624
- base: "{colors.pink.50}",
1606
+ _light: "{colors.pink.50}",
1625
1607
  _dark: "{colors.pink.700}"
1626
1608
  }
1627
1609
  },
1628
1610
  "pink-medium": {
1629
1611
  value: {
1630
- base: "{colors.pink.100}",
1612
+ _light: "{colors.pink.100}",
1631
1613
  _dark: "{colors.pink.800}"
1632
1614
  }
1633
1615
  },
1634
1616
  "blue-very-light": {
1635
1617
  value: {
1636
- base: "{colors.blue.25}",
1618
+ _light: "{colors.blue.25}",
1637
1619
  _dark: "{colors.blue.50}"
1638
1620
  }
1639
1621
  },
1640
1622
  "blue-light": {
1641
1623
  value: {
1642
- base: "{colors.mint.100}",
1624
+ _light: "{colors.mint.100}",
1643
1625
  _dark: "{colors.mint.100}"
1644
1626
  }
1645
1627
  },
1646
1628
  "blue-medium": {
1647
1629
  value: {
1648
- base: "{colors.mint.200}",
1630
+ _light: "{colors.mint.200}",
1649
1631
  _dark: "{colors.mint.200}"
1650
1632
  }
1651
1633
  },
1652
1634
  "blue-dark": {
1653
1635
  value: {
1654
- base: "{colors.blue.700}",
1636
+ _light: "{colors.blue.700}",
1655
1637
  _dark: "{colors.blue.200}"
1656
1638
  }
1657
1639
  },
1658
1640
  "cyan-light": {
1659
1641
  value: {
1660
- base: "{colors.cyan.50}",
1642
+ _light: "{colors.cyan.50}",
1661
1643
  _dark: "{colors.cyan.100}"
1662
1644
  }
1663
1645
  },
1664
1646
  "green-light": {
1665
1647
  value: {
1666
- base: "{colors.green.50}",
1648
+ _light: "{colors.green.50}",
1667
1649
  _dark: "{colors.sapphire.50}"
1668
1650
  }
1669
1651
  },
1670
1652
  "yellow-light": {
1671
1653
  value: {
1672
- base: "{colors.yellow.75}",
1654
+ _light: "{colors.yellow.75}",
1673
1655
  _dark: "{colors.yellow.75}"
1674
1656
  }
1675
1657
  },
1676
1658
  "yellow-medium": {
1677
1659
  value: {
1678
- base: "{colors.yellow.100}",
1660
+ _light: "{colors.yellow.100}",
1679
1661
  _dark: "{colors.yellow.100}"
1680
1662
  }
1681
1663
  },
1682
1664
  "yellow-dark": {
1683
1665
  value: {
1684
- base: "{colors.yellow.150}",
1666
+ _light: "{colors.yellow.150}",
1685
1667
  _dark: "{colors.yellow.150}"
1686
1668
  }
1687
1669
  },
1688
1670
  "sand-light": {
1689
1671
  value: {
1690
- base: "{colors.sand.100}",
1672
+ _light: "{colors.sand.100}",
1691
1673
  _dark: "{colors.sand.100}"
1692
1674
  }
1693
1675
  }
1694
1676
  }
1695
- }, ie = {
1677
+ }, ce = {
1696
1678
  DEFAULT: {
1697
1679
  value: {
1698
- base: "{colors.neutral.500}",
1680
+ _light: "{colors.neutral.500}",
1699
1681
  _dark: "{colors.neutral.600}"
1700
1682
  }
1701
1683
  },
1702
1684
  muted: {
1703
1685
  value: {
1704
- base: "{colors.neutral.500}",
1686
+ _light: "{colors.neutral.400}",
1705
1687
  _dark: "{colors.neutral.700}"
1706
1688
  }
1707
1689
  },
1708
1690
  subtle: {
1709
1691
  value: {
1710
- base: "{colors.neutral.400}",
1692
+ _light: "{colors.neutral.300}",
1711
1693
  _dark: "{colors.neutral.750}"
1712
1694
  }
1713
1695
  },
1714
1696
  inverted: {
1715
1697
  value: {
1716
- base: "{colors.neutral.600}",
1698
+ _light: "{colors.neutral.600}",
1717
1699
  _dark: "{colors.neutral.500}"
1718
1700
  }
1719
1701
  },
1720
1702
  "accent-light": {
1721
1703
  value: {
1722
- base: "{colors.mint.100}",
1704
+ _light: "{colors.mint.100}",
1723
1705
  _dark: "{colors.mint.100}"
1724
1706
  }
1725
1707
  },
1726
1708
  accent: {
1727
1709
  value: {
1728
- base: "{colors.blue.700}",
1710
+ _light: "{colors.blue.700}",
1729
1711
  _dark: "{colors.blue.200}"
1730
1712
  }
1731
1713
  },
@@ -1794,69 +1776,69 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1794
1776
  text: {
1795
1777
  primary: {
1796
1778
  value: {
1797
- base: "{colors.blacks.800}",
1779
+ _light: "{colors.blacks.800}",
1798
1780
  _dark: "{colors.blacks.200}"
1799
1781
  }
1800
1782
  },
1801
1783
  secondary: {
1802
1784
  value: {
1803
- base: "{colors.blacks.600}",
1785
+ _light: "{colors.blacks.600}",
1804
1786
  _dark: "{colors.blacks.500}"
1805
1787
  }
1806
1788
  }
1807
1789
  },
1808
1790
  grid: {
1809
1791
  value: {
1810
- base: "{colors.blacks.300}",
1792
+ _light: "{colors.blacks.300}",
1811
1793
  _dark: "{colors.blacks.800}"
1812
1794
  }
1813
1795
  },
1814
1796
  axis: {
1815
1797
  value: {
1816
- base: "{colors.blacks.700}",
1798
+ _light: "{colors.blacks.700}",
1817
1799
  _dark: "{colors.blacks.300}"
1818
1800
  }
1819
1801
  },
1820
1802
  categorical: {
1821
1803
  1: {
1822
1804
  value: {
1823
- base: "{colors.blue.300}",
1805
+ _light: "{colors.blue.300}",
1824
1806
  _dark: "{colors.blue.300}"
1825
1807
  }
1826
1808
  },
1827
1809
  2: {
1828
1810
  value: {
1829
- base: "{colors.orange.500}",
1811
+ _light: "{colors.orange.500}",
1830
1812
  _dark: "{colors.orange.500}"
1831
1813
  }
1832
1814
  },
1833
1815
  3: {
1834
1816
  value: {
1835
- base: "{colors.purple.700}",
1817
+ _light: "{colors.purple.700}",
1836
1818
  _dark: "{colors.purple.700}"
1837
1819
  }
1838
1820
  },
1839
1821
  4: {
1840
1822
  value: {
1841
- base: "{colors.red.500}",
1823
+ _light: "{colors.red.500}",
1842
1824
  _dark: "{colors.red.600}"
1843
1825
  }
1844
1826
  },
1845
1827
  5: {
1846
1828
  value: {
1847
- base: "{colors.pink.500}",
1829
+ _light: "{colors.pink.500}",
1848
1830
  _dark: "{colors.pink.500}"
1849
1831
  }
1850
1832
  },
1851
1833
  6: {
1852
1834
  value: {
1853
- base: "{colors.cyan.800}",
1835
+ _light: "{colors.cyan.800}",
1854
1836
  _dark: "{colors.green.500}"
1855
1837
  }
1856
1838
  },
1857
1839
  7: {
1858
1840
  value: {
1859
- base: "{colors.red.200}",
1841
+ _light: "{colors.red.200}",
1860
1842
  _dark: "{colors.cyan.700}"
1861
1843
  }
1862
1844
  }
@@ -1865,43 +1847,43 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1865
1847
  blue: {
1866
1848
  "low-3": {
1867
1849
  value: {
1868
- base: "{colors.blue.200}",
1850
+ _light: "{colors.blue.200}",
1869
1851
  _dark: "{colors.blue.800}"
1870
1852
  }
1871
1853
  },
1872
1854
  "low-2": {
1873
1855
  value: {
1874
- base: "{colors.blue.300}",
1856
+ _light: "{colors.blue.300}",
1875
1857
  _dark: "{colors.blue.700}"
1876
1858
  }
1877
1859
  },
1878
1860
  "low-1": {
1879
1861
  value: {
1880
- base: "{colors.blue.400}",
1862
+ _light: "{colors.blue.400}",
1881
1863
  _dark: "{colors.blue.600}"
1882
1864
  }
1883
1865
  },
1884
1866
  default: {
1885
1867
  value: {
1886
- base: "{colors.blue.500}",
1868
+ _light: "{colors.blue.500}",
1887
1869
  _dark: "{colors.blue.500}"
1888
1870
  }
1889
1871
  },
1890
1872
  "high-1": {
1891
1873
  value: {
1892
- base: "{colors.blue.600}",
1874
+ _light: "{colors.blue.600}",
1893
1875
  _dark: "{colors.blue.400}"
1894
1876
  }
1895
1877
  },
1896
1878
  "high-2": {
1897
1879
  value: {
1898
- base: "{colors.blue.700}",
1880
+ _light: "{colors.blue.700}",
1899
1881
  _dark: "{colors.blue.300}"
1900
1882
  }
1901
1883
  },
1902
1884
  "high-3": {
1903
1885
  value: {
1904
- base: "{colors.blue.800}",
1886
+ _light: "{colors.blue.800}",
1905
1887
  _dark: "{colors.blue.200}"
1906
1888
  }
1907
1889
  }
@@ -1909,66 +1891,66 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1909
1891
  red: {
1910
1892
  "low-3": {
1911
1893
  value: {
1912
- base: "{colors.red.200}",
1894
+ _light: "{colors.red.200}",
1913
1895
  _dark: "{colors.red.800}"
1914
1896
  }
1915
1897
  },
1916
1898
  "low-2": {
1917
1899
  value: {
1918
- base: "{colors.red.300}",
1900
+ _light: "{colors.red.300}",
1919
1901
  _dark: "{colors.red.700}"
1920
1902
  }
1921
1903
  },
1922
1904
  "low-1": {
1923
1905
  value: {
1924
- base: "{colors.red.400}",
1906
+ _light: "{colors.red.400}",
1925
1907
  _dark: "{colors.red.600}"
1926
1908
  }
1927
1909
  },
1928
1910
  default: {
1929
1911
  value: {
1930
- base: "{colors.red.500}",
1912
+ _light: "{colors.red.500}",
1931
1913
  _dark: "{colors.red.500}"
1932
1914
  }
1933
1915
  },
1934
1916
  "high-1": {
1935
1917
  value: {
1936
- base: "{colors.red.600}",
1918
+ _light: "{colors.red.600}",
1937
1919
  _dark: "{colors.red.400}"
1938
1920
  }
1939
1921
  },
1940
1922
  "high-2": {
1941
1923
  value: {
1942
- base: "{colors.red.700}",
1924
+ _light: "{colors.red.700}",
1943
1925
  _dark: "{colors.red.300}"
1944
1926
  }
1945
1927
  },
1946
1928
  "high-3": {
1947
1929
  value: {
1948
- base: "{colors.red.800}",
1930
+ _light: "{colors.red.800}",
1949
1931
  _dark: "{colors.red.200}"
1950
1932
  }
1951
1933
  }
1952
1934
  }
1953
1935
  }
1954
- }, be = {
1936
+ }, ge = {
1955
1937
  selectable: {
1956
1938
  primary: {
1957
1939
  value: {
1958
- base: "{colors.blacks.800}",
1940
+ _light: "{colors.blacks.800}",
1959
1941
  _dark: "{colors.blacks.800}"
1960
1942
  }
1961
1943
  }
1962
1944
  }
1963
- }, ge = {
1964
- fg: te,
1965
- bg: ce,
1966
- border: ie,
1945
+ }, be = {
1946
+ fg: ie,
1947
+ bg: se,
1948
+ border: ce,
1967
1949
  blue: ne,
1968
1950
  orange: ue,
1969
1951
  vis: de,
1970
- text: be
1971
- }, ve = r({
1952
+ text: ge
1953
+ }, ve = a({
1972
1954
  modal: {
1973
1955
  value: {
1974
1956
  paddingInline: "xs",
@@ -2011,38 +1993,38 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2011
1993
  "desktop-icon-label-text-selected-dark": {
2012
1994
  value: "0px 2px 4px rgba(37, 99, 235, 0.75)"
2013
1995
  }
2014
- }, pe = {
1996
+ }, he = {
2015
1997
  low: {
2016
1998
  value: {
2017
- base: "{shadows.low-light}",
1999
+ _light: "{shadows.low-light}",
2018
2000
  _dark: "{shadows.low-dark}"
2019
2001
  }
2020
2002
  },
2021
2003
  mid: {
2022
2004
  value: {
2023
- base: "{shadows.mid-light}",
2005
+ _light: "{shadows.mid-light}",
2024
2006
  _dark: "{shadows.mid-dark}"
2025
2007
  }
2026
2008
  },
2027
2009
  high: {
2028
2010
  value: {
2029
- base: "{shadows.high-light}",
2011
+ _light: "{shadows.high-light}",
2030
2012
  _dark: "{shadows.high-dark}"
2031
2013
  }
2032
2014
  },
2033
2015
  "desktop-icon-label": {
2034
2016
  value: {
2035
- base: "{shadows.desktop-icon-label-text-light}",
2017
+ _light: "{shadows.desktop-icon-label-text-light}",
2036
2018
  _dark: "{shadows.desktop-icon-label-text-dark}"
2037
2019
  }
2038
2020
  },
2039
2021
  "desktop-icon-label-selected": {
2040
2022
  value: {
2041
- base: "{shadows.desktop-icon-label-text-selected-light}",
2023
+ _light: "{shadows.desktop-icon-label-text-selected-light}",
2042
2024
  _dark: "{shadows.desktop-icon-label-text-selected-dark}"
2043
2025
  }
2044
2026
  }
2045
- }, Fe = s({
2027
+ }, pe = t({
2046
2028
  brand: {
2047
2029
  value: {
2048
2030
  fontFamily: "brand",
@@ -2275,14 +2257,14 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2275
2257
  letterSpacing: "0.14px"
2276
2258
  }
2277
2259
  }
2278
- }), he = t({
2279
- globalCss: y,
2260
+ }), Fe = i({
2261
+ globalCss: k,
2280
2262
  theme: {
2281
2263
  breakpoints: {
2282
2264
  "3xl": "2560px",
2283
2265
  "4xl": "3840px"
2284
2266
  },
2285
- textStyles: Fe,
2267
+ textStyles: pe,
2286
2268
  layerStyles: ve,
2287
2269
  recipes: {
2288
2270
  button: Y,
@@ -2290,7 +2272,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2290
2272
  input: K,
2291
2273
  kbd: N,
2292
2274
  skeleton: oe,
2293
- textarea: ae
2275
+ textarea: re
2294
2276
  },
2295
2277
  tokens: {
2296
2278
  colors: U,
@@ -2302,14 +2284,14 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2302
2284
  spacing: P
2303
2285
  },
2304
2286
  semanticTokens: {
2305
- colors: ge,
2306
- borders: se,
2307
- shadows: pe
2287
+ colors: be,
2288
+ borders: te,
2289
+ shadows: he
2308
2290
  },
2309
2291
  slotRecipes: {
2310
2292
  alert: O,
2311
2293
  drawer: q,
2312
- tooltip: re,
2294
+ tooltip: ae,
2313
2295
  popover: Z,
2314
2296
  menu: Q,
2315
2297
  editable: G,
@@ -2318,10 +2300,10 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2318
2300
  progressCircle: le
2319
2301
  }
2320
2302
  }
2321
- }), _e = c(i, he);
2303
+ }), fe = s(c, Fe);
2322
2304
  export {
2323
- fe as c,
2324
- x as m,
2325
- _e as t
2305
+ xe as c,
2306
+ y as m,
2307
+ fe as t
2326
2308
  };
2327
- //# sourceMappingURL=theme-Dq4r3aRE.js.map
2309
+ //# sourceMappingURL=theme-0SQvHr1t.js.map