@arcadeai/design-system 3.29.1 → 3.30.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.
- package/dist/assets/icons/yugabytedb.js +10 -0
- package/dist/{calendar-cxv-TTEh.js → calendar-CjLXktko.js} +1 -1
- package/dist/components/index.js +189 -187
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/alert.js +2 -2
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/badge.js +2 -2
- package/dist/components/ui/atoms/breadcrumb.js +1 -1
- package/dist/components/ui/atoms/button.js +2 -2
- package/dist/components/ui/atoms/byoc-badge.d.ts +1 -1
- package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/byoc-badge.js +2 -2
- package/dist/components/ui/atoms/calendar.js +2 -2
- package/dist/components/ui/atoms/card.js +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.js +1 -1
- package/dist/components/ui/atoms/checkbox.js +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/form.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icons/adp.js +1 -1
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +32 -30
- package/dist/components/ui/atoms/icons/workday.js +1 -1
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts +4 -0
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/yugabytedb.js +20 -0
- package/dist/components/ui/atoms/index.js +179 -177
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/label.js +1 -1
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/pro-badge.js +2 -2
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/separator.js +1 -1
- package/dist/components/ui/atoms/sheet.js +1 -1
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/skeleton.js +1 -1
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/table.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/textarea.js +1 -1
- package/dist/components/ui/atoms/toggle.js +2 -2
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +1 -1
- package/dist/components/ui/atoms/virtualized-grid.js +7 -6
- package/dist/components/ui/index.js +189 -187
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +3 -3
- package/dist/{index-r7CUvu2m.js → index-DBUvnhgM.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +203 -201
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +48 -46
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-DE-5B2dS.js → toolkit-card-B23qLCqG.js} +2 -2
- package/dist/{utils-6KgZuQUR.js → utils-CVF2pBPP.js} +555 -396
- package/package.json +32 -33
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DateTimePicker as r } from "./date-time-picker.js";
|
|
2
2
|
import { EmptyState as a } from "./empty-state.js";
|
|
3
|
-
import { R as p, T as f } from "../../../toolkit-card-
|
|
3
|
+
import { R as p, T as f } from "../../../toolkit-card-B23qLCqG.js";
|
|
4
4
|
import { ToolCard as x } from "./tool-card.js";
|
|
5
5
|
export {
|
|
6
6
|
r as DateTimePicker,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "lucide-react";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../utils-
|
|
4
|
+
import "../../../utils-CVF2pBPP.js";
|
|
5
5
|
import "../atoms/badge.js";
|
|
6
6
|
import "../atoms/byoc-badge.js";
|
|
7
7
|
import "../atoms/chart.js";
|
|
@@ -11,7 +11,7 @@ import "../../../react-resizable-panels.browser-DYl0LXfw.js";
|
|
|
11
11
|
import "../atoms/sidebar.js";
|
|
12
12
|
import "../atoms/tooltip.js";
|
|
13
13
|
import "./date-time-picker.js";
|
|
14
|
-
import { O as f, R as h, S as n } from "../../../toolkit-card-
|
|
14
|
+
import { O as f, R as h, S as n } from "../../../toolkit-card-B23qLCqG.js";
|
|
15
15
|
import "./tool-card.js";
|
|
16
16
|
import "../utils/memo.js";
|
|
17
17
|
export {
|
|
@@ -6,7 +6,7 @@ import { Card as I, CardContent as P } from "../atoms/card.js";
|
|
|
6
6
|
import { Checkbox as j } from "../atoms/checkbox.js";
|
|
7
7
|
import { Collapsible as K, CollapsibleTrigger as T, CollapsibleContent as S } from "../atoms/collapsible.js";
|
|
8
8
|
import { useIsTruncated as z } from "../../../hooks/use-is-truncated.js";
|
|
9
|
-
import { c as d } from "../../../utils-
|
|
9
|
+
import { c as d } from "../../../utils-CVF2pBPP.js";
|
|
10
10
|
import { createPropsComparator as _ } from "../utils/memo.js";
|
|
11
11
|
function R({
|
|
12
12
|
fully_qualified_name: m,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
2
|
+
import "../../../index-DBUvnhgM.js";
|
|
3
3
|
import "lucide-react";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../atoms/card.js";
|
|
6
6
|
import "../atoms/checkbox.js";
|
|
7
7
|
import "../atoms/view-tools-control.js";
|
|
8
|
-
import "../../../utils-
|
|
9
|
-
import { T as k } from "../../../toolkit-card-
|
|
8
|
+
import "../../../utils-CVF2pBPP.js";
|
|
9
|
+
import { T as k } from "../../../toolkit-card-B23qLCqG.js";
|
|
10
10
|
import "../utils/memo.js";
|
|
11
11
|
export {
|
|
12
12
|
k as ToolkitCard
|
package/dist/lib/utils.js
CHANGED