@arcadeai/design-system 3.27.5 → 3.27.6

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 (77) hide show
  1. package/dist/assets/icons/claude.js +10 -0
  2. package/dist/assets/icons/cline.js +10 -0
  3. package/dist/assets/icons/cursor-install-dark.js +12 -0
  4. package/dist/assets/icons/cursor-install-light.js +12 -0
  5. package/dist/assets/icons/gemini.js +12 -0
  6. package/dist/assets/icons/goose.js +13 -0
  7. package/dist/assets/icons/openai.js +10 -0
  8. package/dist/assets/icons/roocode.js +10 -0
  9. package/dist/assets/icons/vscode.js +12 -0
  10. package/dist/assets/icons/windsurf.js +10 -0
  11. package/dist/components/index.js +394 -374
  12. package/dist/components/ui/atoms/icons/claude.d.ts +4 -0
  13. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -0
  14. package/dist/components/ui/atoms/icons/claude.js +9 -0
  15. package/dist/components/ui/atoms/icons/cline.d.ts +4 -0
  16. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -0
  17. package/dist/components/ui/atoms/icons/cline.js +9 -0
  18. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts +4 -0
  19. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -0
  20. package/dist/components/ui/atoms/icons/cursor-install-dark.js +16 -0
  21. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts +4 -0
  22. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -0
  23. package/dist/components/ui/atoms/icons/cursor-install-light.js +16 -0
  24. package/dist/components/ui/atoms/icons/gemini.d.ts +4 -0
  25. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -0
  26. package/dist/components/ui/atoms/icons/gemini.js +55 -0
  27. package/dist/components/ui/atoms/icons/goose.d.ts +4 -0
  28. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -0
  29. package/dist/components/ui/atoms/icons/goose.js +9 -0
  30. package/dist/components/ui/atoms/icons/index.d.ts +10 -0
  31. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  32. package/dist/components/ui/atoms/icons/index.js +250 -230
  33. package/dist/components/ui/atoms/icons/openai.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/openai.js +9 -0
  36. package/dist/components/ui/atoms/icons/roocode.d.ts +4 -0
  37. package/dist/components/ui/atoms/icons/roocode.d.ts.map +1 -0
  38. package/dist/components/ui/atoms/icons/roocode.js +9 -0
  39. package/dist/components/ui/atoms/icons/vscode.d.ts +4 -0
  40. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -0
  41. package/dist/components/ui/atoms/icons/vscode.js +39 -0
  42. package/dist/components/ui/atoms/icons/windsurf.d.ts +4 -0
  43. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -0
  44. package/dist/components/ui/atoms/icons/windsurf.js +9 -0
  45. package/dist/components/ui/atoms/index.js +379 -359
  46. package/dist/components/ui/index.js +394 -374
  47. package/dist/components/ui/molecules/index.js +1 -1
  48. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  49. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  50. package/dist/components/ui/molecules/toolkit-picker-trigger.js +34 -34
  51. package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -5
  53. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  54. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  55. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  56. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
  57. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +101 -74
  58. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
  59. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -50
  60. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts +21 -0
  61. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts.map +1 -0
  62. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.js +29 -0
  63. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +8 -0
  65. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  66. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +105 -49
  67. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  68. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +26 -6
  69. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +20 -20
  70. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  71. package/dist/lib/arcade/arcade.js +49 -49
  72. package/dist/main.js +441 -421
  73. package/dist/metadata/utils.d.ts +4 -7
  74. package/dist/metadata/utils.d.ts.map +1 -1
  75. package/dist/metadata/utils.js +16 -13
  76. package/dist/{toolkit-card-D6Dqff6p.js → toolkit-card-DaoEIG0R.js} +22 -22
  77. package/package.json +25 -19
@@ -1,5 +1,4 @@
1
- import { ToolkitCatalogueEntry } from './toolkit-icons';
2
- import { OAuthCatalogue, OAuthProviderIdType } from './types';
1
+ import { OAuthCatalogue, OAuthProviderIdType, Toolkit } from './types';
3
2
  /**
4
3
  * OAUTH PROVIDERS
5
4
  */
@@ -23,10 +22,8 @@ export declare const isPrebuiltProvider: (providerId: string) => boolean;
23
22
  */
24
23
  export declare const isKnownToolkit: (toolkitName: string) => boolean;
25
24
  /**
26
- * Find a toolkit by its name, with case-insensitive matching
27
- * @returns Toolkit object with ID, or undefined if not found
25
+ * Find a toolkit by its name or ID, with case-insensitive matching
26
+ * @returns Toolkit object, or undefined if not found
28
27
  */
29
- export declare const findToolkitByName: (toolkitName: string) => (ToolkitCatalogueEntry & {
30
- id: string;
31
- }) | undefined;
28
+ export declare const findToolkitByName: (toolkitName: string) => Toolkit | undefined;
32
29
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../lib/metadata/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnE;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,gCAAgC,GAC3C,YAAY,mBAAmB,GAAG,MAAM,KACvC,cAAc,GAAG,SAGjB,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,wBAAwB,GACnC,IAAI,MAAM,KACT,cAAc,GAAG,SACqC,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,MAAM,KAAG,OAGrD,CAAC;AAEJ;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,KAAG,OAGlD,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAC5B,aAAa,MAAM,KAClB,CAAC,qBAAqB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,SAK7C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../lib/metadata/utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAE5E;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,gCAAgC,GAC3C,YAAY,mBAAmB,GAAG,MAAM,KACvC,cAAc,GAAG,SAGjB,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,wBAAwB,GACnC,IAAI,MAAM,KACT,cAAc,GAAG,SACqC,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,MAAM,KAAG,OAGrD,CAAC;AAEJ;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,KAAG,OAGlD,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,aAAa,MAAM,KAAG,OAAO,GAAG,SAQjE,CAAC"}
@@ -1,18 +1,21 @@
1
- import { PREBUILT_OAUTH_PROVIDERS as r } from "./oauth-providers.js";
2
- import { TOOLKITS as e, TOOLKIT_CATALOGUE as n } from "./toolkits.js";
3
- const T = (o) => r.find(
4
- (i) => i.provider_id === o || i.id === o
5
- ), c = (o) => r.find((i) => i.id === o), l = (o) => r.some(
6
- (i) => i.provider_id === o || i.id === o
7
- ), P = (o) => Object.keys(n).some(
8
- (i) => i.toLowerCase() === o.toLowerCase()
9
- ), a = (o) => e.find(
10
- (t) => t.label.toLowerCase() === o.toLowerCase()
11
- );
1
+ import { PREBUILT_OAUTH_PROVIDERS as e } from "./oauth-providers.js";
2
+ import { TOOLKITS as t, TOOLKIT_CATALOGUE as n } from "./toolkits.js";
3
+ const T = (i) => e.find(
4
+ (o) => o.provider_id === i || o.id === i
5
+ ), c = (i) => e.find((o) => o.id === i), l = (i) => e.some(
6
+ (o) => o.provider_id === i || o.id === i
7
+ ), m = (i) => Object.keys(n).some(
8
+ (o) => o.toLowerCase() === i.toLowerCase()
9
+ ), L = (i) => {
10
+ const o = i.toLowerCase();
11
+ return t.find(
12
+ (r) => r.label.toLowerCase() === o || r.id.toLowerCase() === o
13
+ );
14
+ };
12
15
  export {
13
16
  c as findPrebuiltProviderById,
14
17
  T as findPrebuiltProviderByProviderId,
15
- a as findToolkitByName,
16
- P as isKnownToolkit,
18
+ L as findToolkitByName,
19
+ m as isKnownToolkit,
17
20
  l as isPrebuiltProvider
18
21
  };
@@ -6,14 +6,14 @@ import { c as u } from "./utils-6KgZuQUR.js";
6
6
  import { c as v } from "./index-r7CUvu2m.js";
7
7
  import { Key as P, Fingerprint as D, Wrench as K, Package as S } from "lucide-react";
8
8
  import * as f from "react";
9
- import { Badge as N } from "./components/ui/atoms/badge.js";
9
+ import { Badge as y } from "./components/ui/atoms/badge.js";
10
10
  import { ByocBadge as z } from "./components/ui/atoms/byoc-badge.js";
11
11
  import "./components/ui/atoms/chart.js";
12
12
  import "./components/ui/atoms/mobile-tooltip.js";
13
13
  import { ProBadge as U } from "./components/ui/atoms/pro-badge.js";
14
14
  import "./react-resizable-panels.browser-DYl0LXfw.js";
15
15
  import "./components/ui/atoms/sidebar.js";
16
- import { Tooltip as y, TooltipTrigger as w, TooltipContent as C } from "./components/ui/atoms/tooltip.js";
16
+ import { Tooltip as N, TooltipTrigger as w, TooltipContent as C } from "./components/ui/atoms/tooltip.js";
17
17
  import "./components/ui/molecules/date-time-picker.js";
18
18
  import "./components/ui/molecules/tool-card.js";
19
19
  import { areStringArraysEqual as x, createPropsComparator as B } from "./components/ui/utils/memo.js";
@@ -21,20 +21,20 @@ import "./metadata/oauth-providers.js";
21
21
  import "./metadata/toolkits.js";
22
22
  import "./components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js";
23
23
  const _ = ({ secrets: r }) => {
24
- const a = (r.pending?.length ?? 0) > 0, s = /* @__PURE__ */ d("div", { className: "space-y-2", children: [
24
+ const a = (r.pending?.length ?? 0) > 0, s = /* @__PURE__ */ d("div", { className: "space-y-3", children: [
25
25
  /* @__PURE__ */ e("div", { className: "font-medium text-gray-900 dark:text-gray-100", children: "API Keys & Secrets" }),
26
26
  (r.configured?.length ?? 0) > 0 && /* @__PURE__ */ d("div", { children: [
27
- /* @__PURE__ */ e("div", { className: "mb-1 font-medium text-emerald-700 text-xs dark:text-emerald-300", children: "Configured" }),
28
- /* @__PURE__ */ e("ul", { className: "list-disc pl-4 text-gray-700 text-xs dark:text-gray-300", children: r.configured?.map((t) => /* @__PURE__ */ e("li", { children: t }, `cfg-${t}`)) })
27
+ /* @__PURE__ */ e("div", { className: "mb-1.5 font-medium text-emerald-700 text-xs dark:text-emerald-300", children: "Configured" }),
28
+ /* @__PURE__ */ e("ul", { className: "list-disc space-y-1 pl-4 text-gray-700 text-xs dark:text-gray-300", children: r.configured?.map((t) => /* @__PURE__ */ e("li", { children: t }, `cfg-${t}`)) })
29
29
  ] }),
30
30
  (r.pending?.length ?? 0) > 0 && /* @__PURE__ */ d("div", { children: [
31
- /* @__PURE__ */ e("div", { className: "mb-1 font-medium text-red-700 text-xs dark:text-red-300", children: "Pending" }),
32
- /* @__PURE__ */ e("ul", { className: "list-disc pl-4 text-gray-700 text-xs dark:text-gray-300", children: r.pending?.map((t) => /* @__PURE__ */ e("li", { children: t }, `pen-${t}`)) })
31
+ /* @__PURE__ */ e("div", { className: "mb-1.5 font-medium text-red-700 text-xs dark:text-red-300", children: "Pending" }),
32
+ /* @__PURE__ */ e("ul", { className: "list-disc space-y-1 pl-4 text-gray-700 text-xs dark:text-gray-300", children: r.pending?.map((t) => /* @__PURE__ */ e("li", { children: t }, `pen-${t}`)) })
33
33
  ] })
34
34
  ] });
35
- return /* @__PURE__ */ d(y, { children: [
35
+ return /* @__PURE__ */ d(N, { children: [
36
36
  /* @__PURE__ */ e(w, { asChild: !0, children: /* @__PURE__ */ d(
37
- N,
37
+ y,
38
38
  {
39
39
  className: u(
40
40
  "gap-1.5 bg-amber-100 text-amber-800 dark:bg-amber-900/30 dark:text-amber-200",
@@ -47,21 +47,21 @@ const _ = ({ secrets: r }) => {
47
47
  ]
48
48
  }
49
49
  ) }),
50
- /* @__PURE__ */ e(C, { className: "max-w-xs text-sm", sideOffset: 8, children: s })
50
+ /* @__PURE__ */ e(C, { className: "max-w-xs p-4 text-sm", sideOffset: 12, children: s })
51
51
  ] });
52
52
  }, F = ({ oauth: r }) => {
53
- const a = r.providers.filter((i) => i.status === "active").length, t = r.providers.length - a > 0, n = /* @__PURE__ */ d("div", { className: "space-y-2", children: [
53
+ const a = r.providers.filter((i) => i.status === "active").length, t = r.providers.length - a > 0, n = /* @__PURE__ */ d("div", { className: "space-y-3", children: [
54
54
  /* @__PURE__ */ e("div", { className: "font-medium text-gray-900 dark:text-gray-100", children: "OAuth Authorization" }),
55
55
  r.providers.map((i) => /* @__PURE__ */ d("div", { className: "text-gray-700 text-xs dark:text-gray-300", children: [
56
56
  /* @__PURE__ */ e("span", { className: "font-medium", children: i.id }),
57
57
  " ",
58
58
  i.status === "active" ? /* @__PURE__ */ e("span", { className: "text-emerald-700 dark:text-emerald-300", children: "(active)" }) : /* @__PURE__ */ e("span", { className: "text-red-700 dark:text-red-300", children: "(inactive)" }),
59
- i.scopes.length > 0 && /* @__PURE__ */ e("div", { className: "mt-0.5 pl-3 text-gray-600 dark:text-gray-400", children: i.scopes.join(", ") })
59
+ i.scopes.length > 0 && /* @__PURE__ */ e("div", { className: "mt-1 pl-3 text-gray-600 dark:text-gray-400", children: i.scopes.join(", ") })
60
60
  ] }, i.id))
61
61
  ] });
62
- return /* @__PURE__ */ d(y, { children: [
62
+ return /* @__PURE__ */ d(N, { children: [
63
63
  /* @__PURE__ */ e(w, { asChild: !0, children: /* @__PURE__ */ d(
64
- N,
64
+ y,
65
65
  {
66
66
  className: u(
67
67
  "gap-1.5 bg-blue-100 text-blue-800 dark:bg-blue-900/30 dark:text-blue-200",
@@ -74,7 +74,7 @@ const _ = ({ secrets: r }) => {
74
74
  ]
75
75
  }
76
76
  ) }),
77
- /* @__PURE__ */ e(C, { className: "max-w-xs text-sm", sideOffset: 8, children: n })
77
+ /* @__PURE__ */ e(C, { className: "max-w-xs p-4 text-sm", sideOffset: 12, children: n })
78
78
  ] });
79
79
  };
80
80
  function W({
@@ -150,7 +150,7 @@ function X({
150
150
  name: r,
151
151
  version: a,
152
152
  toolsCount: s,
153
- Icon: t = (g) => /* @__PURE__ */ e(S, { ...g }),
153
+ Icon: t = (p) => /* @__PURE__ */ e(S, { ...p }),
154
154
  isSelected: n = !1,
155
155
  isPartiallySelected: i = !1,
156
156
  selectedToolsCount: c = 0,
@@ -162,15 +162,15 @@ function X({
162
162
  isPro: I,
163
163
  ...q
164
164
  }) {
165
- const g = f.useCallback(() => {
165
+ const p = f.useCallback(() => {
166
166
  if (m && o) {
167
167
  o();
168
168
  return;
169
169
  }
170
170
  h?.(!n);
171
171
  }, [m, n, h, o]), T = (l) => {
172
- const p = l.key === "Enter" || l.code === "Enter", E = l.key === " " || l.key === "Spacebar" || l.code === "Space";
173
- (p || E) && (l.preventDefault(), g()), (l.key === "ArrowRight" || l.code === "ArrowRight") && o && (l.preventDefault(), o());
172
+ const g = l.key === "Enter" || l.code === "Enter", E = l.key === " " || l.key === "Spacebar" || l.code === "Space";
173
+ (g || E) && (l.preventDefault(), p()), (l.key === "ArrowRight" || l.code === "ArrowRight") && o && (l.preventDefault(), o());
174
174
  }, k = i && !n;
175
175
  return /* @__PURE__ */ e(
176
176
  R,
@@ -199,7 +199,7 @@ function X({
199
199
  partial: i
200
200
  })
201
201
  ),
202
- onClick: g,
202
+ onClick: p,
203
203
  onKeyDown: T,
204
204
  tabIndex: 0,
205
205
  children: /* @__PURE__ */ e(j, { className: "px-3", children: /* @__PURE__ */ d("div", { className: "space-y-3", children: [
@@ -220,10 +220,10 @@ function X({
220
220
  onClick: (l) => l.stopPropagation(),
221
221
  ref: (l) => {
222
222
  if (l && i && !n) {
223
- const p = l.querySelector(
223
+ const g = l.querySelector(
224
224
  'input[type="checkbox"]'
225
225
  );
226
- p && (p.indeterminate = !0);
226
+ g && (g.indeterminate = !0);
227
227
  }
228
228
  },
229
229
  tabIndex: -1
package/package.json CHANGED
@@ -1,74 +1,80 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.27.5",
4
+ "version": "3.27.6",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
- "@arcade/source": "./lib/main.ts",
10
+ "development": "./lib/main.ts",
11
11
  "types": "./dist/main.d.ts",
12
12
  "default": "./dist/main.js"
13
13
  },
14
14
  "./rhf": {
15
- "@arcade/source": "./lib/integrations/rhf/index.ts",
15
+ "development": "./lib/integrations/rhf/index.ts",
16
16
  "types": "./dist/integrations/rhf/index.d.ts",
17
17
  "default": "./dist/integrations/rhf/index.js"
18
18
  },
19
19
  "./index.css": "./dist/assets/index.css",
20
20
  "./components/ui/organisms/toolkit-picker": {
21
- "@arcade/source": "./lib/components/ui/organisms/toolkit-picker/index.tsx",
21
+ "development": "./lib/components/ui/organisms/toolkit-picker/index.tsx",
22
22
  "types": "./dist/components/ui/organisms/toolkit-picker/index.d.ts",
23
23
  "default": "./dist/components/ui/organisms/toolkit-picker/index.js"
24
24
  },
25
25
  "./components/*": {
26
- "@arcade/source": "./lib/components/*.tsx",
26
+ "development": "./lib/components/*.tsx",
27
27
  "types": "./dist/components/*.d.ts",
28
28
  "default": "./dist/components/*.js"
29
29
  },
30
30
  "./hooks/*": {
31
- "@arcade/source": "./lib/hooks/*.ts",
31
+ "development": "./lib/hooks/*.ts",
32
32
  "types": "./dist/hooks/*.d.ts",
33
33
  "default": "./dist/hooks/*.js"
34
34
  },
35
35
  "./lib/*": {
36
- "@arcade/source": "./lib/lib/*.ts",
36
+ "development": "./lib/lib/*.ts",
37
37
  "types": "./dist/lib/*.d.ts",
38
38
  "default": "./dist/lib/*.js"
39
39
  },
40
40
  "./metadata/toolkit-icons": {
41
- "@arcade/source": "./lib/metadata/toolkit-icons.tsx",
41
+ "development": "./lib/metadata/toolkit-icons.tsx",
42
42
  "types": "./dist/metadata/toolkit-icons.d.ts",
43
43
  "default": "./dist/metadata/toolkit-icons.js"
44
44
  },
45
45
  "./metadata/*": {
46
- "@arcade/source": "./lib/metadata/*.ts",
46
+ "development": "./lib/metadata/*.ts",
47
47
  "types": "./dist/metadata/*.d.ts",
48
48
  "default": "./dist/metadata/*.js"
49
49
  },
50
50
  "./integrations/*": {
51
- "@arcade/source": "./lib/integrations/*.ts",
51
+ "development": "./lib/integrations/*.ts",
52
52
  "types": "./dist/integrations/*.d.ts",
53
53
  "default": "./dist/integrations/*.js"
54
54
  },
55
55
  "./assets/images/*": {
56
- "@arcade/source": "./lib/assets/images/*.svg",
56
+ "development": "./lib/assets/images/*.svg",
57
57
  "types": "./dist/assets/images/*.d.ts",
58
58
  "default": "./dist/assets/images/*.js"
59
59
  },
60
60
  "./assets/icons/*": {
61
- "@arcade/source": "./lib/assets/icons/*.svg",
61
+ "development": "./lib/assets/icons/*.svg",
62
62
  "types": "./dist/assets/icons/*.d.ts",
63
63
  "default": "./dist/assets/icons/*.js"
64
64
  },
65
- "./assets/*": "./dist/assets/*",
66
- "./assets/variables.css": "./dist/assets/variables.css",
67
- "./assets/tokens.css": "./dist/assets/tokens.css",
68
- "./assets/fonts.css": "./dist/assets/fonts.css",
69
- "./variables.css": "./dist/assets/variables.css",
70
- "./tokens.css": "./dist/assets/tokens.css",
71
- "./fonts.css": "./dist/assets/fonts.css"
65
+ "./assets/variables.css": {
66
+ "development": "./lib/variables.css",
67
+ "default": "./dist/assets/variables.css"
68
+ },
69
+ "./assets/tokens.css": {
70
+ "development": "./lib/tokens.css",
71
+ "default": "./dist/assets/tokens.css"
72
+ },
73
+ "./assets/fonts.css": {
74
+ "development": "./lib/fonts.css",
75
+ "default": "./dist/assets/fonts.css"
76
+ },
77
+ "./assets/*": "./dist/assets/*"
72
78
  },
73
79
  "repository": "github:ArcadeAI/Design-System",
74
80
  "files": [