@arcadeai/design-system 3.27.0 → 3.27.1

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 (50) hide show
  1. package/README.md +2 -2
  2. package/dist/calendar-w1IATMME.js +3042 -0
  3. package/dist/components/index.js +442 -435
  4. package/dist/components/ui/atoms/calendar.d.ts +21 -0
  5. package/dist/components/ui/atoms/calendar.d.ts.map +1 -0
  6. package/dist/components/ui/atoms/calendar.js +10 -0
  7. package/dist/components/ui/atoms/index.d.ts +2 -0
  8. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  9. package/dist/components/ui/atoms/index.js +427 -422
  10. package/dist/components/ui/atoms/virtualized-grid.d.ts +23 -0
  11. package/dist/components/ui/atoms/virtualized-grid.d.ts.map +1 -0
  12. package/dist/components/ui/atoms/virtualized-grid.js +682 -0
  13. package/dist/components/ui/index.js +442 -435
  14. package/dist/components/ui/molecules/date-time-picker.d.ts +12 -0
  15. package/dist/components/ui/molecules/date-time-picker.d.ts.map +1 -0
  16. package/dist/components/ui/molecules/date-time-picker.js +84 -0
  17. package/dist/components/ui/molecules/index.d.ts +1 -0
  18. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  19. package/dist/components/ui/molecules/index.js +13 -11
  20. package/dist/components/ui/molecules/requirement-badges.js +6 -5
  21. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  22. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  23. package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -4
  24. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +15 -14
  25. package/dist/components/ui/organisms/toolkit-picker/components/select-button.d.ts.map +1 -1
  26. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +10 -9
  27. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  28. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts +3 -1
  29. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
  30. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +109 -57
  31. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts +3 -1
  32. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
  33. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -69
  34. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +8 -0
  35. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts.map +1 -0
  36. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.js +11 -0
  37. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +6 -4
  38. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  39. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +195 -261
  40. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts +5 -1
  41. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  42. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +154 -80
  43. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.d.ts.map +1 -1
  44. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +89 -75
  45. package/dist/hooks/use-columns.d.ts +6 -0
  46. package/dist/hooks/use-columns.d.ts.map +1 -0
  47. package/dist/hooks/use-columns.js +20 -0
  48. package/dist/main.js +476 -469
  49. package/dist/{toolkit-card-CsV6xoOG.js → toolkit-card-Qou74oWg.js} +4 -2
  50. package/package.json +7 -2
@@ -1,96 +1,101 @@
1
- import { jsx as t, jsxs as a } from "react/jsx-runtime";
2
- import { EmptyState as h } from "../../../molecules/empty-state.js";
3
- import "../../../../../toolkit-card-CsV6xoOG.js";
4
- import { ToolCard as p } from "../../../molecules/tool-card.js";
5
- import { getToolkitIcon as g } from "../../../../../metadata/toolkit-icons.js";
1
+ import { jsx as t, jsxs as l } from "react/jsx-runtime";
2
+ import { VirtualizedGrid as c } from "../../../atoms/virtualized-grid.js";
3
+ import "../../../molecules/date-time-picker.js";
4
+ import { EmptyState as _ } from "../../../molecules/empty-state.js";
5
+ import "../../../../../toolkit-card-Qou74oWg.js";
6
+ import { ToolCard as k } from "../../../molecules/tool-card.js";
7
+ import { getToolkitIcon as T } from "../../../../../metadata/toolkit-icons.js";
6
8
  import "lucide-react";
7
- import { useToolkitPicker as x } from "../hooks/use-toolkit-picker.js";
9
+ import { useToolkitPicker as N } from "../hooks/use-toolkit-picker.js";
8
10
  import "../../../atoms/mobile-tooltip.js";
11
+ import "react";
9
12
  import "../../../atoms/chart.js";
10
13
  import "../../../../../react-resizable-panels.browser-31wAXhAV.js";
11
14
  import "../../../atoms/sidebar.js";
12
- import "react";
13
- function j({ selectionMode: n }) {
15
+ import { useColumns as q } from "../../../../../hooks/use-columns.js";
16
+ const f = 136;
17
+ function K({
18
+ selectionMode: p,
19
+ scrollContainerRef: s
20
+ }) {
14
21
  const {
15
- state: { filteredTools: m, filteredToolkits: o, selectedTools: l },
16
- toggleTool: c
17
- } = x();
18
- if (m.size === 0)
22
+ state: { filteredTools: o, filteredToolkits: u, selectedTools: i },
23
+ toggleTool: g
24
+ } = N(), d = q();
25
+ if (o.size === 0)
19
26
  return /* @__PURE__ */ t(
20
- h,
27
+ _,
21
28
  {
22
29
  "data-testid": "empty-tools",
23
30
  description: "Try a different search term",
24
31
  title: "No tools found"
25
32
  }
26
33
  );
27
- const f = Array.from(m), i = f.filter(
28
- (e) => l.has(e.fully_qualified_name)
29
- ), u = f.filter(
30
- (e) => !l.has(e.fully_qualified_name)
31
- );
32
- return /* @__PURE__ */ a("div", { className: "space-y-4", "data-testid": "tools-grid", children: [
33
- i.length > 0 && /* @__PURE__ */ a("div", { className: "mt-0.5 space-y-2", "data-testid": "selected-tools-section", children: [
34
- /* @__PURE__ */ a("div", { className: "flex items-center gap-1.5", children: [
34
+ const m = Array.from(o), a = m.filter(
35
+ (e) => i.has(e.fully_qualified_name)
36
+ ), r = m.filter(
37
+ (e) => !i.has(e.fully_qualified_name)
38
+ ), x = new Map(
39
+ Array.from(u).map((e) => [e.name, e])
40
+ ), n = (e) => {
41
+ const h = x.get(e.toolkit.name), y = T(h?.metadata?.id);
42
+ return /* @__PURE__ */ t(
43
+ k,
44
+ {
45
+ "data-testid": `tool-card-${e.fully_qualified_name}`,
46
+ description: e.description,
47
+ fully_qualified_name: e.fully_qualified_name,
48
+ hideCheckbox: p === "single",
49
+ Icon: y,
50
+ isSelected: i.has(e.fully_qualified_name),
51
+ name: e.name,
52
+ onSelect: () => g(e),
53
+ toolkitName: e.toolkit.name
54
+ },
55
+ e.fully_qualified_name
56
+ );
57
+ };
58
+ return /* @__PURE__ */ l("div", { className: "space-y-4", "data-testid": "tools-grid", children: [
59
+ a.length > 0 && /* @__PURE__ */ l("div", { className: "space-y-3", "data-testid": "selected-tools-section", children: [
60
+ /* @__PURE__ */ l("div", { className: "flex items-center gap-1.5", children: [
35
61
  /* @__PURE__ */ t("h3", { className: "font-semibold text-neutral-700 text-sm dark:text-neutral-200", children: "Selected" }),
36
- /* @__PURE__ */ t("span", { className: "rounded-full bg-emerald-300 px-1.5 py-0.5 text-emerald-900 text-xs dark:bg-emerald-600 dark:text-emerald-200", children: i.length })
62
+ /* @__PURE__ */ t("span", { className: "rounded-full bg-emerald-300 px-1.5 py-0.5 text-emerald-900 text-xs dark:bg-emerald-600 dark:text-emerald-200", children: a.length })
37
63
  ] }),
38
64
  /* @__PURE__ */ t(
39
- "div",
65
+ c,
40
66
  {
41
- className: "mt-3 grid grid-cols-1 gap-4 sm:grid-cols-2 xl:grid-cols-3",
42
- "data-testid": "selected-tools-grid",
43
- children: i.map((e) => {
44
- const r = Array.from(o).find(
45
- (d) => d.name === e.toolkit.name
46
- ), s = g(r?.metadata?.id);
47
- return /* @__PURE__ */ t(
48
- p,
49
- {
50
- "data-testid": `tool-card-${e.fully_qualified_name}`,
51
- description: e.description,
52
- fully_qualified_name: e.fully_qualified_name,
53
- hideCheckbox: n === "single",
54
- Icon: s,
55
- isSelected: l.has(e.fully_qualified_name),
56
- name: e.name,
57
- onSelect: () => c(e),
58
- toolkitName: e.toolkit.name
59
- },
60
- e.fully_qualified_name
61
- );
62
- })
67
+ columns: d,
68
+ estimateRowSize: f,
69
+ getItemKey: (e) => e.fully_qualified_name,
70
+ gridClassName: "grid grid-cols-1 gap-3 sm:grid-cols-2 xl:grid-cols-3",
71
+ items: a,
72
+ parentRef: s,
73
+ renderItem: n,
74
+ rowGapPx: 12
63
75
  }
64
76
  )
65
77
  ] }),
66
- /* @__PURE__ */ a("div", { className: "space-y-2", children: [
67
- i.length > 0 && /* @__PURE__ */ a("div", { className: "flex items-center gap-1.5", children: [
78
+ r.length > 0 && /* @__PURE__ */ l("div", { className: "space-y-3", children: [
79
+ a.length > 0 && /* @__PURE__ */ l("div", { className: "flex items-center gap-1.5", children: [
68
80
  /* @__PURE__ */ t("h3", { className: "font-semibold text-neutral-700 text-sm dark:text-neutral-200", children: "All tools" }),
69
- /* @__PURE__ */ t("span", { className: "rounded-full bg-neutral-200 px-1.5 py-0.5 text-neutral-800 text-xs dark:bg-neutral-800 dark:text-neutral-200", children: u.length })
81
+ /* @__PURE__ */ t("span", { className: "rounded-full bg-neutral-200 px-1.5 py-0.5 text-neutral-800 text-xs dark:bg-neutral-800 dark:text-neutral-200", children: r.length })
70
82
  ] }),
71
- /* @__PURE__ */ t("div", { className: "mt-2 grid grid-cols-1 gap-4 sm:grid-cols-2 xl:grid-cols-3", children: u.map((e) => {
72
- const r = Array.from(o).find(
73
- (d) => d.name === e.toolkit.name
74
- ), s = g(r?.metadata?.id);
75
- return /* @__PURE__ */ t(
76
- p,
77
- {
78
- "data-testid": `tool-card-${e.fully_qualified_name}`,
79
- description: e.description,
80
- fully_qualified_name: e.fully_qualified_name,
81
- hideCheckbox: n === "single",
82
- Icon: s,
83
- isSelected: l.has(e.fully_qualified_name),
84
- name: e.name,
85
- onSelect: () => c(e),
86
- toolkitName: e.toolkit.name
87
- },
88
- e.fully_qualified_name
89
- );
90
- }) })
83
+ /* @__PURE__ */ t(
84
+ c,
85
+ {
86
+ columns: d,
87
+ estimateRowSize: f,
88
+ getItemKey: (e) => e.fully_qualified_name,
89
+ gridClassName: "grid grid-cols-1 gap-3 sm:grid-cols-2 xl:grid-cols-3",
90
+ items: r,
91
+ parentRef: s,
92
+ renderItem: n,
93
+ rowGapPx: 12
94
+ }
95
+ )
91
96
  ] })
92
97
  ] });
93
98
  }
94
99
  export {
95
- j as ToolsList
100
+ K as ToolsList
96
101
  };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Featured toolkit names for the toolkit picker.
3
+ * These appear in a highlighted "Featured Toolkits" section when not searching.
4
+ * Matching is case-insensitive.
5
+ */
6
+ export declare const FEATURED_TOOLKITS: readonly ["Gmail", "GoogleCalendar", "GoogleDocs", "Github", "Slack", "Jira"];
7
+ export type FeaturedToolkit = (typeof FEATURED_TOOLKITS)[number];
8
+ //# sourceMappingURL=featured-toolkits.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"featured-toolkits.d.ts","sourceRoot":"","sources":["../../../../../../lib/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,+EAOpB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ const o = [
2
+ "Gmail",
3
+ "GoogleCalendar",
4
+ "GoogleDocs",
5
+ "Github",
6
+ "Slack",
7
+ "Jira"
8
+ ];
9
+ export {
10
+ o as FEATURED_TOOLKITS
11
+ };
@@ -15,19 +15,21 @@ export type UseToolkitPickerProps = {
15
15
  export type ToolkitPickerTab = "toolkits" | "tools";
16
16
  export type ToolkitSelectionMap = Map<string, ProcessedToolkit>;
17
17
  export type ToolSelectionMap = Map<string, boolean>;
18
- type UseToolkitPickerState = {
19
- toolkitCollection?: ToolkitCollection;
18
+ type ReducerState = {
20
19
  selectionMode: SelectionMode;
21
20
  selectedToolkits: ToolkitSelectionMap;
22
21
  selectedTools: ToolSelectionMap;
23
22
  committedToolkits: ToolkitSelectionMap;
24
23
  committedTools: ToolSelectionMap;
25
- filteredToolkits: Set<ProcessedToolkit>;
26
- filteredTools: Set<ProcessedTool>;
27
24
  searchQuery: string;
28
25
  toolkitFilter: string;
29
26
  activeTab: ToolkitPickerTab;
30
27
  };
28
+ type UseToolkitPickerState = ReducerState & {
29
+ toolkitCollection?: ToolkitCollection;
30
+ filteredToolkits: Set<ProcessedToolkit>;
31
+ filteredTools: Set<ProcessedTool>;
32
+ };
31
33
  type ToolkitPickerContextType = {
32
34
  state: UseToolkitPickerState;
33
35
  toggleToolkit: (toolkit: ProcessedToolkit) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"use-toolkit-picker.d.ts","sourceRoot":"","sources":["../../../../../../lib/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.tsx"],"names":[],"mappings":"AAAA,kGAAkG;AAElG,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,KAAK,SAAS,EAIf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,yBAAyB,GAAG;IACtC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,YAAY,CAAC,EAAE,yBAAyB,CAAC;CAC1C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,OAAO,CAAC;AACpD,MAAM,MAAM,mBAAmB,GAAG,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEpD,KAAK,qBAAqB,GAAG;IAC3B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,aAAa,EAAE,aAAa,CAAC;IAC7B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,aAAa,EAAE,gBAAgB,CAAC;IAChC,iBAAiB,EAAE,mBAAmB,CAAC;IACvC,cAAc,EAAE,gBAAgB,CAAC;IACjC,gBAAgB,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IACxC,aAAa,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;CAC7B,CAAC;AAseF,KAAK,wBAAwB,GAAG;IAC9B,KAAK,EAAE,qBAAqB,CAAC;IAC7B,aAAa,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACnD,UAAU,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C,SAAS,EAAE,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC/C,CAAC;AAOF,wBAAgB,qBAAqB,CAAC,EACpC,QAAQ,EACR,iBAAiB,EACjB,aAAa,EACb,YAAY,GACb,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,GAAG,qBAAqB,2CAmDjD;AAGD,wBAAgB,gBAAgB,6BAQ/B;AAGD,YAAY,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"use-toolkit-picker.d.ts","sourceRoot":"","sources":["../../../../../../lib/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.tsx"],"names":[],"mappings":"AAAA,kGAAkG;AAElG,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,KAAK,SAAS,EAKf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,yBAAyB,GAAG;IACtC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,YAAY,CAAC,EAAE,yBAAyB,CAAC;CAC1C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,OAAO,CAAC;AACpD,MAAM,MAAM,mBAAmB,GAAG,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAGpD,KAAK,YAAY,GAAG;IAClB,aAAa,EAAE,aAAa,CAAC;IAC7B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,aAAa,EAAE,gBAAgB,CAAC;IAChC,iBAAiB,EAAE,mBAAmB,CAAC;IACvC,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;CAC7B,CAAC;AAGF,KAAK,qBAAqB,GAAG,YAAY,GAAG;IAC1C,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,gBAAgB,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IACxC,aAAa,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;CACnC,CAAC;AAmUF,KAAK,wBAAwB,GAAG;IAC9B,KAAK,EAAE,qBAAqB,CAAC;IAC7B,aAAa,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACnD,UAAU,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C,SAAS,EAAE,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC/C,CAAC;AAOF,wBAAgB,qBAAqB,CAAC,EACpC,QAAQ,EACR,iBAAiB,EACjB,aAAa,EACb,YAAY,GACb,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,GAAG,qBAAqB,2CAyIjD;AAGD,wBAAgB,gBAAgB,6BAQ/B;AAGD,YAAY,EAAE,qBAAqB,EAAE,CAAC"}