@arcadeai/design-system 3.33.1 → 3.33.2

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 (29) hide show
  1. package/dist/assets/icons/daytona.js +6 -6
  2. package/dist/components/index.js +2 -2
  3. package/dist/components/ui/atoms/command.js +288 -364
  4. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  5. package/dist/components/ui/atoms/copy-button.js +3 -2
  6. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  7. package/dist/components/ui/atoms/hover-card.js +1 -1
  8. package/dist/components/ui/atoms/icons/daytona.d.ts.map +1 -1
  9. package/dist/components/ui/atoms/icons/daytona.js +9 -14
  10. package/dist/components/ui/atoms/index.js +1 -1
  11. package/dist/components/ui/atoms/markdown.js +1 -1
  12. package/dist/components/ui/atoms/popover.js +1 -1
  13. package/dist/components/ui/atoms/select.js +1 -1
  14. package/dist/components/ui/atoms/tooltip.js +1 -1
  15. package/dist/components/ui/index.js +2 -2
  16. package/dist/components/ui/molecules/index.js +1 -1
  17. package/dist/components/ui/molecules/message.js +1 -1
  18. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  19. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  20. package/dist/highlighted-body-TPN3WLV5-DyOGcftJ.js +19 -0
  21. package/dist/index-BEZCAdXQ.js +1568 -0
  22. package/dist/main.js +2 -2
  23. package/dist/{markdown-ChximrBv.js → markdown-9KGBuupR.js} +6264 -6046
  24. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +4 -0
  25. package/dist/{toolkit-card-Cb-KDQhU.js → toolkit-card-k8jio69G.js} +1 -1
  26. package/package.json +1 -1
  27. package/dist/highlighted-body-B3W2YXNL-D6XBJnwx.js +0 -19
  28. package/dist/index-DO05OIM5.js +0 -1545
  29. package/dist/mermaid-3ZIDBTTL-DtIP-JZq.js +0 -4
@@ -0,0 +1,4 @@
1
+ import { u as r } from "./markdown-9KGBuupR.js";
2
+ export {
3
+ r as Mermaid
4
+ };
@@ -9,7 +9,7 @@ import { cn as m } from "./lib/utils.js";
9
9
  import { Badge as N } from "./components/ui/atoms/badge.js";
10
10
  import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
11
11
  import "./components/ui/atoms/chart.js";
12
- import "./markdown-ChximrBv.js";
12
+ import "./markdown-9KGBuupR.js";
13
13
  import "./components/ui/atoms/mobile-tooltip.js";
14
14
  import { ProBadge as _ } from "./components/ui/atoms/pro-badge.js";
15
15
  import "./react-resizable-panels.browser-DYl0LXfw.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.33.1",
4
+ "version": "3.33.2",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",
@@ -1,19 +0,0 @@
1
- import { R as h, K as c, Q as f } from "./markdown-ChximrBv.js";
2
- import { useContext as n, useState as d, useEffect as p } from "react";
3
- import { jsx as x } from "react/jsx-runtime";
4
- var K = ({ code: r, language: e, raw: a, className: g, ...i }) => {
5
- let { shikiTheme: s } = n(h), t = c(), [m, o] = d(a);
6
- return p(() => {
7
- if (!t) {
8
- o(a);
9
- return;
10
- }
11
- let l = t.highlight({ code: r, language: e, themes: s }, (u) => {
12
- o(u);
13
- });
14
- l && o(l);
15
- }, [r, e, s, t, a]), x(f, { className: g, language: e, result: m, ...i });
16
- };
17
- export {
18
- K as HighlightedCodeBlockBody
19
- };