@devalok/shilp-sutra 0.17.1 → 0.18.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 (317) hide show
  1. package/dist/_chunks/avatar.js +21 -19
  2. package/dist/_chunks/button-group.js +27 -0
  3. package/dist/_chunks/button.js +53 -35
  4. package/dist/_chunks/card.js +41 -31
  5. package/dist/_chunks/checkbox.js +11 -9
  6. package/dist/_chunks/date-utils.js +13 -0
  7. package/dist/_chunks/form.js +20 -20
  8. package/dist/_chunks/link-context.js +19 -0
  9. package/dist/_chunks/motion.js +1376 -0
  10. package/dist/_chunks/motion2.js +35 -0
  11. package/dist/_chunks/primitives.js +3499 -3920
  12. package/dist/_chunks/sidebar.js +225 -211
  13. package/dist/_chunks/spinner.js +58 -28
  14. package/dist/_chunks/tiptap.js +1 -1
  15. package/dist/_chunks/tooltip.js +27 -10
  16. package/dist/_chunks/tree-view.js +180 -178
  17. package/dist/_chunks/use-calendar.js +531 -515
  18. package/dist/_chunks/utils.js +3 -3
  19. package/dist/_chunks/vendor-client.js +1792 -1049
  20. package/dist/_chunks/vendor-utils.js +5123 -1169
  21. package/dist/composed/activity-feed.d.ts.map +1 -1
  22. package/dist/composed/activity-feed.js +71 -74
  23. package/dist/composed/avatar-group.js +36 -36
  24. package/dist/composed/command-palette.d.ts +1 -1
  25. package/dist/composed/command-palette.d.ts.map +1 -1
  26. package/dist/composed/command-palette.js +207 -158
  27. package/dist/composed/confirm-dialog.d.ts +3 -5
  28. package/dist/composed/confirm-dialog.d.ts.map +1 -1
  29. package/dist/composed/confirm-dialog.js +46 -41
  30. package/dist/composed/content-card.d.ts +1 -1
  31. package/dist/composed/content-card.js +29 -29
  32. package/dist/composed/date-picker/calendar-grid.d.ts +1 -1
  33. package/dist/composed/date-picker/calendar-grid.d.ts.map +1 -1
  34. package/dist/composed/date-picker/date-picker.d.ts +1 -1
  35. package/dist/composed/date-picker/date-picker.d.ts.map +1 -1
  36. package/dist/composed/date-picker/date-range-picker.d.ts +1 -1
  37. package/dist/composed/date-picker/date-range-picker.d.ts.map +1 -1
  38. package/dist/composed/date-picker/date-time-picker.d.ts +1 -1
  39. package/dist/composed/date-picker/date-time-picker.d.ts.map +1 -1
  40. package/dist/composed/date-picker/month-picker.d.ts +1 -1
  41. package/dist/composed/date-picker/month-picker.d.ts.map +1 -1
  42. package/dist/composed/date-picker/presets.d.ts +1 -1
  43. package/dist/composed/date-picker/presets.d.ts.map +1 -1
  44. package/dist/composed/date-picker/time-picker.d.ts +1 -1
  45. package/dist/composed/date-picker/time-picker.d.ts.map +1 -1
  46. package/dist/composed/date-picker/year-picker.d.ts +1 -1
  47. package/dist/composed/date-picker/year-picker.d.ts.map +1 -1
  48. package/dist/composed/empty-state.d.ts +1 -0
  49. package/dist/composed/empty-state.d.ts.map +1 -1
  50. package/dist/composed/empty-state.js +51 -47
  51. package/dist/composed/error-boundary.d.ts +1 -1
  52. package/dist/composed/error-boundary.d.ts.map +1 -1
  53. package/dist/composed/error-boundary.js +48 -48
  54. package/dist/composed/extensions/mention-suggestion.d.ts +1 -1
  55. package/dist/composed/extensions/mention-suggestion.d.ts.map +1 -1
  56. package/dist/composed/global-loading.d.ts +1 -1
  57. package/dist/composed/global-loading.d.ts.map +1 -1
  58. package/dist/composed/global-loading.js +23 -20
  59. package/dist/composed/index.d.ts +2 -4
  60. package/dist/composed/index.d.ts.map +1 -1
  61. package/dist/composed/index.js +26 -29
  62. package/dist/composed/loading-skeleton.d.ts +1 -1
  63. package/dist/composed/loading-skeleton.d.ts.map +1 -1
  64. package/dist/composed/loading-skeleton.js +92 -87
  65. package/dist/composed/member-picker.d.ts +1 -1
  66. package/dist/composed/member-picker.d.ts.map +1 -1
  67. package/dist/composed/member-picker.js +47 -43
  68. package/dist/composed/page-header.js +36 -36
  69. package/dist/composed/page-skeletons.d.ts +9 -3
  70. package/dist/composed/page-skeletons.d.ts.map +1 -1
  71. package/dist/composed/page-skeletons.js +58 -58
  72. package/dist/composed/priority-indicator.js +19 -19
  73. package/dist/composed/rich-text-editor.d.ts +3 -3
  74. package/dist/composed/rich-text-editor.d.ts.map +1 -1
  75. package/dist/composed/rich-text-editor.js +316 -309
  76. package/dist/composed/schedule-view.js +88 -88
  77. package/dist/composed/simple-tooltip.d.ts +2 -5
  78. package/dist/composed/simple-tooltip.d.ts.map +1 -1
  79. package/dist/composed/simple-tooltip.js +19 -14
  80. package/dist/composed/status-badge.d.ts +2 -1
  81. package/dist/composed/status-badge.d.ts.map +1 -1
  82. package/dist/composed/status-badge.js +76 -63
  83. package/dist/hooks/index.d.ts +2 -1
  84. package/dist/hooks/index.d.ts.map +1 -1
  85. package/dist/hooks/index.js +3 -4
  86. package/dist/hooks/use-toast.d.ts +15 -45
  87. package/dist/hooks/use-toast.d.ts.map +1 -1
  88. package/dist/hooks/use-toast.js +2 -95
  89. package/dist/motion/index.d.ts +4 -0
  90. package/dist/motion/index.d.ts.map +1 -0
  91. package/dist/motion/index.js +10 -0
  92. package/dist/motion/motion-provider.d.ts +18 -0
  93. package/dist/motion/motion-provider.d.ts.map +1 -0
  94. package/dist/motion/motion-provider.js +24 -0
  95. package/dist/motion/primitives-index.d.ts +3 -0
  96. package/dist/motion/primitives-index.d.ts.map +1 -0
  97. package/dist/motion/primitives-index.js +11 -0
  98. package/dist/motion/primitives.d.ts +38 -0
  99. package/dist/motion/primitives.d.ts.map +1 -0
  100. package/dist/motion/primitives.js +187 -0
  101. package/dist/shell/app-command-palette.d.ts +14 -5
  102. package/dist/shell/app-command-palette.d.ts.map +1 -1
  103. package/dist/shell/app-command-palette.js +152 -130
  104. package/dist/shell/bottom-navbar.d.ts.map +1 -1
  105. package/dist/shell/bottom-navbar.js +90 -92
  106. package/dist/shell/command-registry.d.ts +23 -0
  107. package/dist/shell/command-registry.d.ts.map +1 -0
  108. package/dist/shell/command-registry.js +18 -0
  109. package/dist/shell/index.d.ts +2 -1
  110. package/dist/shell/index.d.ts.map +1 -1
  111. package/dist/shell/index.js +14 -11
  112. package/dist/shell/link-context.d.ts +6 -10
  113. package/dist/shell/link-context.d.ts.map +1 -1
  114. package/dist/shell/link-context.js +3 -16
  115. package/dist/shell/notification-center.d.ts.map +1 -1
  116. package/dist/shell/notification-center.js +137 -132
  117. package/dist/shell/notification-preferences.d.ts +10 -5
  118. package/dist/shell/notification-preferences.d.ts.map +1 -1
  119. package/dist/shell/notification-preferences.js +168 -164
  120. package/dist/shell/sidebar.js +119 -119
  121. package/dist/shell/top-bar.js +65 -65
  122. package/dist/tailwind/index.cjs +118 -297
  123. package/dist/tailwind/preset.d.ts.map +1 -1
  124. package/dist/tailwind/preset.js +118 -297
  125. package/dist/tokens/generate-scale.d.ts +86 -0
  126. package/dist/tokens/generate-scale.d.ts.map +1 -0
  127. package/dist/tokens/primitives.css +415 -187
  128. package/dist/tokens/semantic.css +244 -270
  129. package/dist/tokens/typography.css +6 -6
  130. package/dist/ui/accordion.d.ts.map +1 -1
  131. package/dist/ui/accordion.js +32 -22
  132. package/dist/ui/alert-dialog.d.ts +4 -1
  133. package/dist/ui/alert-dialog.d.ts.map +1 -1
  134. package/dist/ui/alert-dialog.js +114 -73
  135. package/dist/ui/alert.d.ts +6 -1
  136. package/dist/ui/alert.d.ts.map +1 -1
  137. package/dist/ui/alert.js +64 -49
  138. package/dist/ui/aspect-ratio.d.ts +2 -1
  139. package/dist/ui/aspect-ratio.d.ts.map +1 -1
  140. package/dist/ui/aspect-ratio.js +14 -4
  141. package/dist/ui/autocomplete.d.ts +11 -2
  142. package/dist/ui/autocomplete.d.ts.map +1 -1
  143. package/dist/ui/autocomplete.js +82 -57
  144. package/dist/ui/avatar.d.ts.map +1 -1
  145. package/dist/ui/avatar.js +45 -34
  146. package/dist/ui/badge.d.ts +1 -1
  147. package/dist/ui/badge.d.ts.map +1 -1
  148. package/dist/ui/badge.js +70 -65
  149. package/dist/ui/banner.d.ts.map +1 -1
  150. package/dist/ui/banner.js +53 -39
  151. package/dist/ui/breadcrumb.d.ts +2 -0
  152. package/dist/ui/breadcrumb.d.ts.map +1 -1
  153. package/dist/ui/breadcrumb.js +21 -21
  154. package/dist/ui/button.d.ts +10 -1
  155. package/dist/ui/button.d.ts.map +1 -1
  156. package/dist/ui/button.js +103 -67
  157. package/dist/ui/card.d.ts +2 -2
  158. package/dist/ui/card.d.ts.map +1 -1
  159. package/dist/ui/card.js +61 -53
  160. package/dist/ui/charts/_internal/animation.d.ts +1 -1
  161. package/dist/ui/charts/_internal/animation.d.ts.map +1 -1
  162. package/dist/ui/charts/area-chart.d.ts +3 -5
  163. package/dist/ui/charts/area-chart.d.ts.map +1 -1
  164. package/dist/ui/charts/bar-chart.d.ts +3 -5
  165. package/dist/ui/charts/bar-chart.d.ts.map +1 -1
  166. package/dist/ui/charts/chart-container.d.ts +2 -5
  167. package/dist/ui/charts/chart-container.d.ts.map +1 -1
  168. package/dist/ui/charts/gauge-chart.d.ts +3 -5
  169. package/dist/ui/charts/gauge-chart.d.ts.map +1 -1
  170. package/dist/ui/charts/index.js +1204 -1095
  171. package/dist/ui/charts/line-chart.d.ts +3 -5
  172. package/dist/ui/charts/line-chart.d.ts.map +1 -1
  173. package/dist/ui/charts/pie-chart.d.ts +2 -5
  174. package/dist/ui/charts/pie-chart.d.ts.map +1 -1
  175. package/dist/ui/charts/radar-chart.d.ts +3 -5
  176. package/dist/ui/charts/radar-chart.d.ts.map +1 -1
  177. package/dist/ui/charts/sparkline.d.ts +5 -5
  178. package/dist/ui/charts/sparkline.d.ts.map +1 -1
  179. package/dist/ui/checkbox.d.ts.map +1 -1
  180. package/dist/ui/checkbox.js +31 -19
  181. package/dist/ui/chip.d.ts +3 -2
  182. package/dist/ui/chip.d.ts.map +1 -1
  183. package/dist/ui/chip.js +62 -54
  184. package/dist/ui/code.js +16 -16
  185. package/dist/ui/collapsible.d.ts.map +1 -1
  186. package/dist/ui/collapsible.js +23 -15
  187. package/dist/ui/color-input.d.ts +1 -1
  188. package/dist/ui/color-input.d.ts.map +1 -1
  189. package/dist/ui/color-input.js +27 -27
  190. package/dist/ui/combobox.d.ts +2 -0
  191. package/dist/ui/combobox.d.ts.map +1 -1
  192. package/dist/ui/combobox.js +177 -166
  193. package/dist/ui/context-menu.d.ts +4 -2
  194. package/dist/ui/context-menu.d.ts.map +1 -1
  195. package/dist/ui/context-menu.js +146 -86
  196. package/dist/ui/data-table-toolbar.d.ts +3 -2
  197. package/dist/ui/data-table-toolbar.d.ts.map +1 -1
  198. package/dist/ui/data-table-toolbar.js +61 -59
  199. package/dist/ui/data-table.d.ts.map +1 -1
  200. package/dist/ui/data-table.js +289 -254
  201. package/dist/ui/dialog.d.ts +3 -1
  202. package/dist/ui/dialog.d.ts.map +1 -1
  203. package/dist/ui/dialog.js +114 -74
  204. package/dist/ui/dropdown-menu.d.ts +5 -3
  205. package/dist/ui/dropdown-menu.d.ts.map +1 -1
  206. package/dist/ui/dropdown-menu.js +150 -89
  207. package/dist/ui/file-upload.d.ts.map +1 -1
  208. package/dist/ui/file-upload.js +169 -127
  209. package/dist/ui/form.d.ts.map +1 -1
  210. package/dist/ui/form.js +29 -26
  211. package/dist/ui/hover-card.d.ts +1 -1
  212. package/dist/ui/hover-card.d.ts.map +1 -1
  213. package/dist/ui/hover-card.js +53 -21
  214. package/dist/ui/index.d.ts +18 -18
  215. package/dist/ui/index.d.ts.map +1 -1
  216. package/dist/ui/index.js +432 -448
  217. package/dist/ui/input-otp.d.ts +2 -0
  218. package/dist/ui/input-otp.d.ts.map +1 -1
  219. package/dist/ui/input-otp.js +7 -7
  220. package/dist/ui/input.d.ts.map +1 -1
  221. package/dist/ui/input.js +36 -34
  222. package/dist/ui/label.js +12 -12
  223. package/dist/ui/lib/date-utils.d.ts +6 -0
  224. package/dist/ui/lib/date-utils.d.ts.map +1 -0
  225. package/dist/ui/lib/index.d.ts +7 -0
  226. package/dist/ui/lib/index.d.ts.map +1 -0
  227. package/dist/ui/lib/link-context.d.ts +13 -0
  228. package/dist/ui/lib/link-context.d.ts.map +1 -0
  229. package/dist/ui/lib/motion.d.ts +44 -9
  230. package/dist/ui/lib/motion.d.ts.map +1 -1
  231. package/dist/ui/lib/use-ripple.d.ts.map +1 -1
  232. package/dist/ui/lib/utils.js +1 -1
  233. package/dist/ui/link.js +11 -11
  234. package/dist/ui/menubar.d.ts +4 -2
  235. package/dist/ui/menubar.d.ts.map +1 -1
  236. package/dist/ui/menubar.js +141 -97
  237. package/dist/ui/navigation-menu.d.ts +2 -0
  238. package/dist/ui/navigation-menu.d.ts.map +1 -1
  239. package/dist/ui/navigation-menu.js +176 -73
  240. package/dist/ui/number-input.d.ts.map +1 -1
  241. package/dist/ui/number-input.js +56 -49
  242. package/dist/ui/pagination.js +22 -22
  243. package/dist/ui/popover.d.ts +2 -1
  244. package/dist/ui/popover.d.ts.map +1 -1
  245. package/dist/ui/popover.js +54 -22
  246. package/dist/ui/progress.d.ts.map +1 -1
  247. package/dist/ui/progress.js +58 -42
  248. package/dist/ui/radio.js +19 -19
  249. package/dist/ui/search-input.d.ts.map +1 -1
  250. package/dist/ui/search-input.js +28 -33
  251. package/dist/ui/segmented-control.d.ts +2 -2
  252. package/dist/ui/segmented-control.d.ts.map +1 -1
  253. package/dist/ui/segmented-control.js +143 -124
  254. package/dist/ui/select.d.ts.map +1 -1
  255. package/dist/ui/select.js +72 -61
  256. package/dist/ui/separator.js +11 -11
  257. package/dist/ui/sheet.d.ts +1 -1
  258. package/dist/ui/sheet.d.ts.map +1 -1
  259. package/dist/ui/sheet.js +111 -75
  260. package/dist/ui/sidebar.d.ts +6 -1
  261. package/dist/ui/sidebar.d.ts.map +1 -1
  262. package/dist/ui/sidebar.js +27 -25
  263. package/dist/ui/skeleton.js +1 -1
  264. package/dist/ui/slider.d.ts +9 -0
  265. package/dist/ui/slider.d.ts.map +1 -1
  266. package/dist/ui/slider.js +33 -27
  267. package/dist/ui/spinner.d.ts +32 -25
  268. package/dist/ui/spinner.d.ts.map +1 -1
  269. package/dist/ui/spinner.js +199 -40
  270. package/dist/ui/stat-card.d.ts.map +1 -1
  271. package/dist/ui/stat-card.js +183 -116
  272. package/dist/ui/stepper.d.ts +22 -1
  273. package/dist/ui/stepper.d.ts.map +1 -1
  274. package/dist/ui/stepper.js +121 -43
  275. package/dist/ui/switch.d.ts.map +1 -1
  276. package/dist/ui/switch.js +39 -26
  277. package/dist/ui/table.d.ts +3 -0
  278. package/dist/ui/table.d.ts.map +1 -1
  279. package/dist/ui/table.js +47 -47
  280. package/dist/ui/tabs.d.ts +4 -1
  281. package/dist/ui/tabs.d.ts.map +1 -1
  282. package/dist/ui/tabs.js +94 -44
  283. package/dist/ui/text.d.ts +3 -3
  284. package/dist/ui/text.js +1 -1
  285. package/dist/ui/textarea.d.ts.map +1 -1
  286. package/dist/ui/textarea.js +29 -27
  287. package/dist/ui/toast-types.d.ts +43 -0
  288. package/dist/ui/toast-types.d.ts.map +1 -0
  289. package/dist/ui/toast-types.js +2 -0
  290. package/dist/ui/toast.d.ts +60 -26
  291. package/dist/ui/toast.d.ts.map +1 -1
  292. package/dist/ui/toast.js +535 -89
  293. package/dist/ui/toaster.d.ts +19 -23
  294. package/dist/ui/toaster.d.ts.map +1 -1
  295. package/dist/ui/toaster.js +31 -21
  296. package/dist/ui/toggle-group.d.ts +2 -2
  297. package/dist/ui/toggle-group.d.ts.map +1 -1
  298. package/dist/ui/toggle-group.js +29 -26
  299. package/dist/ui/toggle.d.ts +2 -2
  300. package/dist/ui/toggle.d.ts.map +1 -1
  301. package/dist/ui/toggle.js +21 -17
  302. package/dist/ui/tooltip.d.ts +2 -1
  303. package/dist/ui/tooltip.d.ts.map +1 -1
  304. package/dist/ui/tooltip.js +58 -21
  305. package/dist/ui/tree-view/tree-view.d.ts +1 -1
  306. package/dist/ui/tree-view/tree-view.d.ts.map +1 -1
  307. package/llms-full.txt +221 -102
  308. package/llms.txt +65 -12
  309. package/package.json +674 -656
  310. package/dist/composed/upload-progress.d.ts +0 -33
  311. package/dist/composed/upload-progress.d.ts.map +0 -1
  312. package/dist/composed/upload-progress.js +0 -386
  313. package/dist/ui/lib/use-reduced-motion.d.ts +0 -4
  314. package/dist/ui/lib/use-reduced-motion.d.ts.map +0 -1
  315. package/dist/ui/transitions.d.ts +0 -17
  316. package/dist/ui/transitions.d.ts.map +0 -1
  317. package/dist/ui/transitions.js +0 -111
@@ -1,62 +1,62 @@
1
- import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
- import * as h from "react";
3
- import { c as i } from "../_chunks/utils.js";
4
- import { IconChevronRight as g } from "@tabler/icons-react";
5
- const N = h.forwardRef(
6
- ({ title: c, subtitle: s, actions: r, breadcrumbs: e, titleClassName: n, className: p, ...m }, f) => {
7
- var x;
8
- const o = c ?? ((x = e == null ? void 0 : e[e.length - 1]) == null ? void 0 : x.label) ?? "";
9
- return /* @__PURE__ */ a(
1
+ import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
+ import * as n from "react";
3
+ import { c as o } from "../_chunks/utils.js";
4
+ import { IconChevronRight as p } from "@tabler/icons-react";
5
+ const N = n.forwardRef(
6
+ ({ title: d, subtitle: a, actions: r, breadcrumbs: e, titleClassName: h, className: g, ...x }, m) => {
7
+ var i;
8
+ const f = d ?? ((i = e == null ? void 0 : e[e.length - 1]) == null ? void 0 : i.label) ?? "";
9
+ return /* @__PURE__ */ l(
10
10
  "div",
11
11
  {
12
- ref: f,
13
- className: i(
14
- "flex flex-col gap-ds-05 border-b border-border pb-ds-06",
15
- p
12
+ ref: m,
13
+ className: o(
14
+ "flex flex-col gap-ds-05 border-b border-surface-border-strong pb-ds-06",
15
+ g
16
16
  ),
17
- ...m,
17
+ ...x,
18
18
  children: [
19
- e && e.length > 0 && /* @__PURE__ */ t("nav", { "aria-label": "Breadcrumb", className: "flex items-center gap-ds-02b", children: e.map((l, d) => /* @__PURE__ */ a(h.Fragment, { children: [
20
- d > 0 && /* @__PURE__ */ t(
21
- g,
19
+ e && e.length > 0 && /* @__PURE__ */ s("nav", { "aria-label": "Breadcrumb", className: "flex items-center gap-ds-02b", children: e.map((t, c) => /* @__PURE__ */ l(n.Fragment, { children: [
20
+ c > 0 && /* @__PURE__ */ s(
21
+ p,
22
22
  {
23
- className: "h-ico-sm w-ico-sm text-text-placeholder",
23
+ className: "h-ico-sm w-ico-sm text-surface-fg-subtle",
24
24
  stroke: 1.5
25
25
  }
26
26
  ),
27
- l.href ? /* @__PURE__ */ t(
27
+ t.href ? /* @__PURE__ */ s(
28
28
  "a",
29
29
  {
30
- href: l.href,
31
- className: "text-ds-sm text-text-placeholder transition-colors hover:text-text-secondary",
32
- children: l.label
30
+ href: t.href,
31
+ className: "text-ds-sm text-surface-fg-subtle transition-colors hover:text-surface-fg-muted",
32
+ children: t.label
33
33
  }
34
- ) : /* @__PURE__ */ t(
34
+ ) : /* @__PURE__ */ s(
35
35
  "span",
36
36
  {
37
- className: i(
37
+ className: o(
38
38
  "text-ds-sm",
39
- d === e.length - 1 ? "text-text-primary" : "text-text-placeholder"
39
+ c === e.length - 1 ? "text-surface-fg" : "text-surface-fg-subtle"
40
40
  ),
41
- children: l.label
41
+ children: t.label
42
42
  }
43
43
  )
44
- ] }, d)) }),
45
- (o || s || r) && /* @__PURE__ */ a("div", { className: "flex items-start justify-between gap-ds-05", children: [
46
- /* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-02b", children: [
47
- o && /* @__PURE__ */ t(
44
+ ] }, c)) }),
45
+ (f || a || r) && /* @__PURE__ */ l("div", { className: "flex items-start justify-between gap-ds-05", children: [
46
+ /* @__PURE__ */ l("div", { className: "flex flex-col gap-ds-02b", children: [
47
+ f && /* @__PURE__ */ s(
48
48
  "h1",
49
49
  {
50
- className: i(
51
- "text-ds-2xl text-text-primary",
52
- n
50
+ className: o(
51
+ "text-ds-2xl text-surface-fg",
52
+ h
53
53
  ),
54
- children: o
54
+ children: f
55
55
  }
56
56
  ),
57
- s && /* @__PURE__ */ t("p", { className: "text-ds-md text-text-placeholder", children: s })
57
+ a && /* @__PURE__ */ s("p", { className: "text-ds-md text-surface-fg-subtle", children: a })
58
58
  ] }),
59
- r && /* @__PURE__ */ t("div", { className: "flex shrink-0 items-center gap-ds-03", children: r })
59
+ r && /* @__PURE__ */ s("div", { className: "flex shrink-0 items-center gap-ds-03", children: r })
60
60
  ] })
61
61
  ]
62
62
  }
@@ -1,6 +1,12 @@
1
1
  import * as React from 'react';
2
- declare const DashboardSkeleton: React.ForwardRefExoticComponent<React.RefAttributes<HTMLDivElement>>;
3
- declare const ProjectListSkeleton: React.ForwardRefExoticComponent<React.RefAttributes<HTMLDivElement>>;
4
- declare const TaskDetailSkeleton: React.ForwardRefExoticComponent<React.RefAttributes<HTMLDivElement>>;
2
+ export interface DashboardSkeletonProps extends React.ComponentPropsWithoutRef<'div'> {
3
+ }
4
+ declare const DashboardSkeleton: React.ForwardRefExoticComponent<DashboardSkeletonProps & React.RefAttributes<HTMLDivElement>>;
5
+ export interface ProjectListSkeletonProps extends React.ComponentPropsWithoutRef<'div'> {
6
+ }
7
+ declare const ProjectListSkeleton: React.ForwardRefExoticComponent<ProjectListSkeletonProps & React.RefAttributes<HTMLDivElement>>;
8
+ export interface TaskDetailSkeletonProps extends React.ComponentPropsWithoutRef<'div'> {
9
+ }
10
+ declare const TaskDetailSkeleton: React.ForwardRefExoticComponent<TaskDetailSkeletonProps & React.RefAttributes<HTMLDivElement>>;
5
11
  export { DashboardSkeleton, ProjectListSkeleton, TaskDetailSkeleton, };
6
12
  //# sourceMappingURL=page-skeletons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-skeletons.d.ts","sourceRoot":"","sources":["../../src/composed/page-skeletons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,QAAA,MAAM,iBAAiB,sEAkDtB,CAAA;AAMD,QAAA,MAAM,mBAAmB,sEA2DxB,CAAA;AAMD,QAAA,MAAM,kBAAkB,sEA8CvB,CAAA;AAID,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,GACnB,CAAA"}
1
+ {"version":3,"file":"page-skeletons.d.ts","sourceRoot":"","sources":["../../src/composed/page-skeletons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;CAAG;AAExF,QAAA,MAAM,iBAAiB,+FAkDtB,CAAA;AAMD,MAAM,WAAW,wBAAyB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;CAAG;AAE1F,QAAA,MAAM,mBAAmB,iGA2DxB,CAAA;AAMD,MAAM,WAAW,uBAAwB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;CAAG;AAEzF,QAAA,MAAM,kBAAkB,gGA8CvB,CAAA;AAID,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,GACnB,CAAA"}
@@ -1,39 +1,39 @@
1
1
  import { jsxs as a, jsx as s } from "react/jsx-runtime";
2
- import * as o from "react";
3
- import { Skeleton as e } from "../ui/skeleton.js";
4
- import { c as d } from "../_chunks/utils.js";
5
- const l = "bg-field", x = o.forwardRef(
6
- function(i, m) {
7
- return /* @__PURE__ */ a("div", { ref: m, className: "flex flex-col gap-ds-06", children: [
2
+ import * as n from "react";
3
+ import { Skeleton as d } from "../ui/skeleton.js";
4
+ import { c as e } from "../_chunks/utils.js";
5
+ const l = "bg-surface-3", t = n.forwardRef(
6
+ function({ className: m, ...o }, i) {
7
+ return /* @__PURE__ */ a("div", { ref: i, ...o, className: e("flex flex-col gap-ds-06", m), children: [
8
8
  /* @__PURE__ */ s("div", { className: "grid grid-cols-1 gap-ds-05 sm:grid-cols-2 lg:grid-cols-4", children: Array.from({ length: 4 }).map((c, r) => /* @__PURE__ */ a(
9
9
  "div",
10
10
  {
11
- className: "flex flex-col gap-ds-04 rounded-ds-xl border border-border bg-layer-01 p-ds-05b",
11
+ className: "flex flex-col gap-ds-04 rounded-ds-xl border border-surface-border-strong bg-surface-1 p-ds-05b",
12
12
  children: [
13
13
  /* @__PURE__ */ a("div", { className: "flex items-center justify-between", children: [
14
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-[80px]", l) }),
15
- /* @__PURE__ */ s(e, { className: d("h-ds-sm w-ds-sm rounded-ds-lg", l) })
14
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-[80px]", l) }),
15
+ /* @__PURE__ */ s(d, { className: e("h-ds-sm w-ds-sm rounded-ds-lg", l) })
16
16
  ] }),
17
- /* @__PURE__ */ s(e, { className: d("h-ds-xs-plus w-[64px]", l) }),
18
- /* @__PURE__ */ s(e, { className: d("h-ds-03 w-[112px]", l) })
17
+ /* @__PURE__ */ s(d, { className: e("h-ds-xs-plus w-[64px]", l) }),
18
+ /* @__PURE__ */ s(d, { className: e("h-ds-03 w-[112px]", l) })
19
19
  ]
20
20
  },
21
21
  `stat-${r}`
22
22
  )) }),
23
- /* @__PURE__ */ a("div", { className: "rounded-ds-xl border border-border bg-layer-01 p-ds-06", children: [
23
+ /* @__PURE__ */ a("div", { className: "rounded-ds-xl border border-surface-border-strong bg-surface-1 p-ds-06", children: [
24
24
  /* @__PURE__ */ a("div", { className: "mb-ds-06 flex items-center justify-between", children: [
25
- /* @__PURE__ */ s(e, { className: d("h-[20px] w-[128px]", l) }),
25
+ /* @__PURE__ */ s(d, { className: e("h-[20px] w-[128px]", l) }),
26
26
  /* @__PURE__ */ a("div", { className: "flex items-center gap-ds-03", children: [
27
- /* @__PURE__ */ s(e, { className: d("h-ds-sm w-ds-sm rounded-ds-lg", l) }),
28
- /* @__PURE__ */ s(e, { className: d("h-[16px] w-[112px]", l) }),
29
- /* @__PURE__ */ s(e, { className: d("h-ds-sm w-ds-sm rounded-ds-lg", l) })
27
+ /* @__PURE__ */ s(d, { className: e("h-ds-sm w-ds-sm rounded-ds-lg", l) }),
28
+ /* @__PURE__ */ s(d, { className: e("h-[16px] w-[112px]", l) }),
29
+ /* @__PURE__ */ s(d, { className: e("h-ds-sm w-ds-sm rounded-ds-lg", l) })
30
30
  ] })
31
31
  ] }),
32
- /* @__PURE__ */ s("div", { className: "mb-ds-03 grid grid-cols-7 gap-ds-03", children: Array.from({ length: 7 }).map((c, r) => /* @__PURE__ */ s(e, { className: d("mx-auto h-[12px] w-[32px]", l) }, `wh-${r}`)) }),
32
+ /* @__PURE__ */ s("div", { className: "mb-ds-03 grid grid-cols-7 gap-ds-03", children: Array.from({ length: 7 }).map((c, r) => /* @__PURE__ */ s(d, { className: e("mx-auto h-[12px] w-[32px]", l) }, `wh-${r}`)) }),
33
33
  /* @__PURE__ */ s("div", { className: "grid grid-cols-7 gap-ds-03", children: Array.from({ length: 35 }).map((c, r) => /* @__PURE__ */ s(
34
- e,
34
+ d,
35
35
  {
36
- className: d("mx-auto h-ds-md w-ds-md rounded-ds-full", l)
36
+ className: e("mx-auto h-ds-md w-ds-md rounded-ds-full", l)
37
37
  },
38
38
  `cal-${r}`
39
39
  )) })
@@ -41,44 +41,44 @@ const l = "bg-field", x = o.forwardRef(
41
41
  ] });
42
42
  }
43
43
  );
44
- x.displayName = "DashboardSkeleton";
45
- const t = o.forwardRef(
46
- function(i, m) {
47
- return /* @__PURE__ */ a("div", { ref: m, className: "flex flex-col gap-ds-06", children: [
44
+ t.displayName = "DashboardSkeleton";
45
+ const f = n.forwardRef(
46
+ function({ className: m, ...o }, i) {
47
+ return /* @__PURE__ */ a("div", { ref: i, ...o, className: e("flex flex-col gap-ds-06", m), children: [
48
48
  /* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-05 sm:flex-row sm:items-center sm:justify-between", children: [
49
49
  /* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-03", children: [
50
- /* @__PURE__ */ s(e, { className: d("h-[24px] w-[112px]", l) }),
51
- /* @__PURE__ */ s(e, { className: d("h-ds-04 w-[160px]", l) })
50
+ /* @__PURE__ */ s(d, { className: e("h-[24px] w-[112px]", l) }),
51
+ /* @__PURE__ */ s(d, { className: e("h-ds-04 w-[160px]", l) })
52
52
  ] }),
53
- /* @__PURE__ */ s(e, { className: d("h-ds-sm-plus w-[128px] rounded-ds-lg", l) })
53
+ /* @__PURE__ */ s(d, { className: e("h-ds-sm-plus w-[128px] rounded-ds-lg", l) })
54
54
  ] }),
55
55
  /* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-04 sm:flex-row sm:items-center", children: [
56
- /* @__PURE__ */ s(e, { className: d("h-ds-sm-plus flex-1 rounded-ds-lg", l) }),
57
- /* @__PURE__ */ s("div", { className: "flex gap-ds-02b", children: Array.from({ length: 4 }).map((c, r) => /* @__PURE__ */ s(e, { className: d("h-ds-sm w-[64px] rounded-ds-lg", l) }, `f-${r}`)) })
56
+ /* @__PURE__ */ s(d, { className: e("h-ds-sm-plus flex-1 rounded-ds-lg", l) }),
57
+ /* @__PURE__ */ s("div", { className: "flex gap-ds-02b", children: Array.from({ length: 4 }).map((c, r) => /* @__PURE__ */ s(d, { className: e("h-ds-sm w-[64px] rounded-ds-lg", l) }, `f-${r}`)) })
58
58
  ] }),
59
59
  /* @__PURE__ */ s("div", { className: "grid grid-cols-1 gap-ds-05 sm:grid-cols-2 lg:grid-cols-3", children: Array.from({ length: 6 }).map((c, r) => /* @__PURE__ */ a(
60
60
  "div",
61
61
  {
62
- className: "flex flex-col gap-ds-05 rounded-ds-xl border border-border bg-layer-01 p-ds-05b",
62
+ className: "flex flex-col gap-ds-05 rounded-ds-xl border border-surface-border-strong bg-surface-1 p-ds-05b",
63
63
  children: [
64
64
  /* @__PURE__ */ a("div", { className: "flex items-center justify-between", children: [
65
- /* @__PURE__ */ s(e, { className: d("h-[20px] w-[64px] rounded-ds-full", l) }),
66
- /* @__PURE__ */ s(e, { className: d("h-[16px] w-[80px] rounded-ds-md", l) })
65
+ /* @__PURE__ */ s(d, { className: e("h-[20px] w-[64px] rounded-ds-full", l) }),
66
+ /* @__PURE__ */ s(d, { className: e("h-[16px] w-[80px] rounded-ds-md", l) })
67
67
  ] }),
68
68
  /* @__PURE__ */ a("div", { className: "flex flex-col gap-ds-03", children: [
69
- /* @__PURE__ */ s(e, { className: d("h-[16px] w-3/4", l) }),
70
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-full", l) }),
71
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-2/3", l) })
69
+ /* @__PURE__ */ s(d, { className: e("h-[16px] w-3/4", l) }),
70
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-full", l) }),
71
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-2/3", l) })
72
72
  ] }),
73
73
  /* @__PURE__ */ a("div", { className: "flex items-center justify-between pt-ds-02", children: [
74
- /* @__PURE__ */ s("div", { className: "flex -space-x-ds-03", children: Array.from({ length: 3 }).map((f, n) => /* @__PURE__ */ s(
75
- e,
74
+ /* @__PURE__ */ s("div", { className: "flex -space-x-ds-03", children: Array.from({ length: 3 }).map((N, x) => /* @__PURE__ */ s(
75
+ d,
76
76
  {
77
- className: d("h-ds-xs-plus w-ds-xs-plus rounded-ds-full", l)
77
+ className: e("h-ds-xs-plus w-ds-xs-plus rounded-ds-full", l)
78
78
  },
79
- `av-${r}-${n}`
79
+ `av-${r}-${x}`
80
80
  )) }),
81
- /* @__PURE__ */ s(e, { className: d("h-ds-04 w-ds-md", l) })
81
+ /* @__PURE__ */ s(d, { className: e("h-ds-04 w-ds-md", l) })
82
82
  ] })
83
83
  ]
84
84
  },
@@ -87,42 +87,42 @@ const t = o.forwardRef(
87
87
  ] });
88
88
  }
89
89
  );
90
- t.displayName = "ProjectListSkeleton";
91
- const h = o.forwardRef(
92
- function(i, m) {
93
- return /* @__PURE__ */ a("div", { ref: m, className: "flex h-full flex-col gap-0 rounded-ds-xl border border-border bg-layer-01", children: [
94
- /* @__PURE__ */ a("div", { className: "flex items-center justify-between border-b border-border px-ds-05b py-ds-05", children: [
95
- /* @__PURE__ */ s(e, { className: d("h-[20px] w-[192px]", l) }),
90
+ f.displayName = "ProjectListSkeleton";
91
+ const h = n.forwardRef(
92
+ function({ className: m, ...o }, i) {
93
+ return /* @__PURE__ */ a("div", { ref: i, ...o, className: e("flex h-full flex-col gap-0 rounded-ds-xl border border-surface-border-strong bg-surface-1", m), children: [
94
+ /* @__PURE__ */ a("div", { className: "flex items-center justify-between border-b border-surface-border-strong px-ds-05b py-ds-05", children: [
95
+ /* @__PURE__ */ s(d, { className: e("h-[20px] w-[192px]", l) }),
96
96
  /* @__PURE__ */ a("div", { className: "flex items-center gap-ds-03", children: [
97
- /* @__PURE__ */ s(e, { className: d("h-ds-xs-plus w-ds-xs-plus rounded-ds-lg", l) }),
98
- /* @__PURE__ */ s(e, { className: d("h-ds-xs-plus w-ds-xs-plus rounded-ds-lg", l) })
97
+ /* @__PURE__ */ s(d, { className: e("h-ds-xs-plus w-ds-xs-plus rounded-ds-lg", l) }),
98
+ /* @__PURE__ */ s(d, { className: e("h-ds-xs-plus w-ds-xs-plus rounded-ds-lg", l) })
99
99
  ] })
100
100
  ] }),
101
- /* @__PURE__ */ s("div", { className: "flex flex-col gap-0 border-b border-border px-ds-05b py-ds-05", children: Array.from({ length: 5 }).map((c, r) => /* @__PURE__ */ a(
101
+ /* @__PURE__ */ s("div", { className: "flex flex-col gap-0 border-b border-surface-border-strong px-ds-05b py-ds-05", children: Array.from({ length: 5 }).map((c, r) => /* @__PURE__ */ a(
102
102
  "div",
103
103
  {
104
104
  className: "flex items-center gap-ds-05 py-ds-03",
105
105
  children: [
106
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-[96px] shrink-0", l) }),
107
- /* @__PURE__ */ s(e, { className: d("h-[24px] w-[128px] rounded-ds-md", l) })
106
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-[96px] shrink-0", l) }),
107
+ /* @__PURE__ */ s(d, { className: e("h-[24px] w-[128px] rounded-ds-md", l) })
108
108
  ]
109
109
  },
110
110
  `prop-${r}`
111
111
  )) }),
112
- /* @__PURE__ */ s("div", { className: "border-b border-border px-ds-05b", children: /* @__PURE__ */ s("div", { className: "flex gap-ds-05 py-ds-04", children: Array.from({ length: 3 }).map((c, r) => /* @__PURE__ */ s(e, { className: d("h-[16px] w-[64px]", l) }, `tab-${r}`)) }) }),
112
+ /* @__PURE__ */ s("div", { className: "border-b border-surface-border-strong px-ds-05b", children: /* @__PURE__ */ s("div", { className: "flex gap-ds-05 py-ds-04", children: Array.from({ length: 3 }).map((c, r) => /* @__PURE__ */ s(d, { className: e("h-[16px] w-[64px]", l) }, `tab-${r}`)) }) }),
113
113
  /* @__PURE__ */ a("div", { className: "flex flex-1 flex-col gap-ds-04 px-ds-05b py-ds-05", children: [
114
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-full", l) }),
115
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-4/5", l) }),
116
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-3/5", l) }),
117
- /* @__PURE__ */ s(e, { className: d("mt-ds-03 h-[12px] w-full", l) }),
118
- /* @__PURE__ */ s(e, { className: d("h-[12px] w-2/3", l) })
114
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-full", l) }),
115
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-4/5", l) }),
116
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-3/5", l) }),
117
+ /* @__PURE__ */ s(d, { className: e("mt-ds-03 h-[12px] w-full", l) }),
118
+ /* @__PURE__ */ s(d, { className: e("h-[12px] w-2/3", l) })
119
119
  ] })
120
120
  ] });
121
121
  }
122
122
  );
123
123
  h.displayName = "TaskDetailSkeleton";
124
124
  export {
125
- x as DashboardSkeleton,
126
- t as ProjectListSkeleton,
125
+ t as DashboardSkeleton,
126
+ f as ProjectListSkeleton,
127
127
  h as TaskDetailSkeleton
128
128
  };
@@ -1,34 +1,34 @@
1
1
  import { jsx as r, jsxs as m } from "react/jsx-runtime";
2
2
  import * as d from "react";
3
- import { e as f } from "../_chunks/vendor-utils.js";
3
+ import { ag as g } from "../_chunks/vendor-utils.js";
4
4
  import { c as e } from "../_chunks/utils.js";
5
- import { IconAlertTriangle as g, IconArrowUp as b, IconMinus as p, IconArrowDown as x } from "@tabler/icons-react";
6
- const u = {
5
+ import { IconAlertTriangle as f, IconArrowUp as b, IconMinus as p, IconArrowDown as u } from "@tabler/icons-react";
6
+ const x = {
7
7
  LOW: {
8
- icon: x,
9
- color: "text-category-slate-text",
10
- bgColor: "bg-category-slate-surface",
8
+ icon: u,
9
+ color: "text-category-slate-11",
10
+ bgColor: "bg-category-slate-3",
11
11
  label: "Low"
12
12
  },
13
13
  MEDIUM: {
14
14
  icon: p,
15
- color: "text-warning-text",
16
- bgColor: "bg-warning-surface",
15
+ color: "text-warning-11",
16
+ bgColor: "bg-warning-3",
17
17
  label: "Medium"
18
18
  },
19
19
  HIGH: {
20
20
  icon: b,
21
- color: "text-error-text",
22
- bgColor: "bg-error-surface",
21
+ color: "text-error-11",
22
+ bgColor: "bg-error-3",
23
23
  label: "High"
24
24
  },
25
25
  URGENT: {
26
- icon: g,
27
- color: "text-error-text",
28
- bgColor: "bg-error-surface",
26
+ icon: f,
27
+ color: "text-error-11",
28
+ bgColor: "bg-error-3",
29
29
  label: "Urgent"
30
30
  }
31
- }, y = f(
31
+ }, y = g(
32
32
  "inline-flex items-center gap-ds-02b font-body",
33
33
  {
34
34
  variants: {
@@ -42,8 +42,8 @@ const u = {
42
42
  }
43
43
  }
44
44
  ), w = d.forwardRef(
45
- ({ priority: a, display: t, className: i, ...c }, n) => {
46
- const l = a.toUpperCase(), o = u[l], s = o.icon;
45
+ ({ priority: s, display: t, className: i, ...c }, n) => {
46
+ const a = s.toUpperCase(), o = x[a], l = o.icon;
47
47
  return t === "compact" ? /* @__PURE__ */ r(
48
48
  "div",
49
49
  {
@@ -55,7 +55,7 @@ const u = {
55
55
  ),
56
56
  title: o.label,
57
57
  ...c,
58
- children: /* @__PURE__ */ r(s, { className: e("h-ico-sm w-ico-sm", o.color), stroke: 2 })
58
+ children: /* @__PURE__ */ r(l, { className: e("h-ico-sm w-ico-sm", o.color), stroke: 2 })
59
59
  }
60
60
  ) : /* @__PURE__ */ m(
61
61
  "div",
@@ -71,10 +71,10 @@ const u = {
71
71
  "inline-flex items-center justify-center rounded-ds-md p-ds-01",
72
72
  o.bgColor
73
73
  ),
74
- children: /* @__PURE__ */ r(s, { className: e("h-ico-sm w-ico-sm", o.color), stroke: 2 })
74
+ children: /* @__PURE__ */ r(l, { className: e("h-ico-sm w-ico-sm", o.color), stroke: 2 })
75
75
  }
76
76
  ),
77
- /* @__PURE__ */ r("span", { className: "text-ds-sm text-text-secondary", children: o.label })
77
+ /* @__PURE__ */ r("span", { className: "text-ds-sm text-surface-fg-muted", children: o.label })
78
78
  ]
79
79
  }
80
80
  );
@@ -5,7 +5,7 @@ export interface MentionItem {
5
5
  label: string;
6
6
  avatar?: string;
7
7
  }
8
- export interface RichTextEditorProps {
8
+ export interface RichTextEditorProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange' | 'content'> {
9
9
  content?: string;
10
10
  placeholder?: string;
11
11
  onChange?: (html: string) => void;
@@ -23,11 +23,11 @@ export interface RichTextEditorProps {
23
23
  mentions?: MentionItem[];
24
24
  /** Async mention search. Takes precedence over static list. */
25
25
  onMentionSearch?: (query: string) => Promise<MentionItem[]>;
26
- /** Called when a mention is selected */
26
+ /** Called when a mention is selected from the suggestion dropdown */
27
27
  onMentionSelect?: (item: MentionItem) => void;
28
28
  }
29
29
  declare const RichTextEditor: React.ForwardRefExoticComponent<RichTextEditorProps & React.RefAttributes<HTMLDivElement>>;
30
- export interface RichTextViewerProps {
30
+ export interface RichTextViewerProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'content'> {
31
31
  content: string;
32
32
  className?: string;
33
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"rich-text-editor.d.ts","sourceRoot":"","sources":["../../src/composed/rich-text-editor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAwS9B,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,sGAAsG;IACtG,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;IAC/C,oGAAoG;IACpG,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IACnF,uCAAuC;IACvC,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IACxB,+DAA+D;IAC/D,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,WAAW,EAAE,CAAC,CAAA;IAC3D,wCAAwC;IACxC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAA;CAC9C;AAED,QAAA,MAAM,cAAc,4FAiOnB,CAAA;AAID,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,cAAc,4FAiDnB,CAAA;AAID,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"rich-text-editor.d.ts","sourceRoot":"","sources":["../../src/composed/rich-text-editor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAwS9B,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9G,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,sGAAsG;IACtG,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;IAC/C,oGAAoG;IACpG,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IACnF,uCAAuC;IACvC,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IACxB,+DAA+D;IAC/D,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,WAAW,EAAE,CAAC,CAAA;IAC3D,qEAAqE;IACrE,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAA;CAC9C;AAED,QAAA,MAAM,cAAc,4FAwOnB,CAAA;AAID,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;IACjG,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,cAAc,4FAiDnB,CAAA;AAID,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAA"}