@serendie/ui 3.1.1-dev.202603310654 → 3.1.1-dev.202603310916

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 (52) hide show
  1. package/dist/client.js +5 -5
  2. package/dist/components/Avatar/Avatar.js +5 -5
  3. package/dist/components/Badge/Badge.js +1 -1
  4. package/dist/components/Banner/Banner.js +4 -4
  5. package/dist/components/BottomNavigation/BottomNavigationItem.js +4 -4
  6. package/dist/components/Button/Button.js +6 -6
  7. package/dist/components/CheckBox/CheckBox.js +4 -4
  8. package/dist/components/ChoiceBox/ChoiceBox.js +1 -1
  9. package/dist/components/DashboardWidget/DashboardWidget.js +4 -4
  10. package/dist/components/DataTable/DataTableComponent.js +16 -17
  11. package/dist/components/DataTable/table/HeaderCell.js +4 -4
  12. package/dist/components/DataTable/table/Root.js +4 -4
  13. package/dist/components/DatePicker/DatePicker.js +2 -2
  14. package/dist/components/Divider/Divider.js +4 -4
  15. package/dist/components/Drawer/Drawer.js +1 -1
  16. package/dist/components/IconButton/IconButton.js +4 -4
  17. package/dist/components/List/ListItem.js +1 -1
  18. package/dist/components/ModalDialog/ModalDialog.js +10 -10
  19. package/dist/components/NotificationBadge/NotificationBadge.js +1 -1
  20. package/dist/components/Pagination/Pagination.js +6 -6
  21. package/dist/components/RadioButton/RadioButton.js +4 -4
  22. package/dist/components/Search/Search.js +12 -12
  23. package/dist/components/Select/Select.js +7 -7
  24. package/dist/components/Switch/Switch.js +11 -11
  25. package/dist/components/Tabs/TabItem.js +6 -6
  26. package/dist/components/Tabs/Tabs.js +5 -5
  27. package/dist/components/TextArea/TextArea.js +4 -4
  28. package/dist/components/TextField/TextField.js +1 -1
  29. package/dist/components/Toast/Toast.js +6 -6
  30. package/dist/components/Tooltip/Tooltip.js +12 -12
  31. package/dist/components/TopAppBar/TopAppBar.js +4 -4
  32. package/dist/index.js +5 -5
  33. package/dist/node_modules/@ark-ui/react/dist/components/accordion/use-accordion-item-context.js +2 -3
  34. package/dist/node_modules/@ark-ui/react/dist/components/combobox/use-combobox-item-context.js +2 -3
  35. package/dist/node_modules/@ark-ui/react/dist/components/combobox/use-combobox-item-group-props-context.js +2 -3
  36. package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu-item-context.js +2 -3
  37. package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu-item-group-context.js +2 -3
  38. package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu-option-item-props-context.js +2 -3
  39. package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu-trigger-item-context.js +2 -3
  40. package/dist/node_modules/@ark-ui/react/dist/components/select/use-select-item-context.js +2 -3
  41. package/dist/node_modules/@ark-ui/react/dist/components/select/use-select-item-props-context.js +2 -3
  42. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
  43. package/dist/node_modules/@zag-js/accordion/dist/index.js +4 -4
  44. package/dist/node_modules/@zag-js/combobox/dist/index.js +1 -1
  45. package/dist/node_modules/@zag-js/date-picker/dist/index.js +13 -13
  46. package/dist/node_modules/@zag-js/menu/dist/index.js +11 -11
  47. package/dist/node_modules/@zag-js/react/dist/index.js +1 -1
  48. package/dist/node_modules/@zag-js/remove-scroll/dist/index.js +3 -3
  49. package/dist/node_modules/@zag-js/tabs/dist/index.js +4 -4
  50. package/dist/node_modules/@zag-js/toast/dist/index.js +4 -4
  51. package/dist/node_modules/@zag-js/tooltip/dist/index.js +3 -3
  52. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -43,8 +43,8 @@ import { TextField as le } from "./components/TextField/TextField.js";
43
43
  import { Toast as he, ToastStyle as Se, toaster as Ce } from "./components/Toast/Toast.js";
44
44
  import { Tooltip as ue } from "./components/Tooltip/Tooltip.js";
45
45
  import { TopAppBar as ye } from "./components/TopAppBar/TopAppBar.js";
46
- import { LanguageProvider as Ie, SerendieProvider as Pe } from "./i18n/provider.js";
47
- import { DataTableComponent as be } from "./components/DataTable/DataTableComponent.js";
46
+ import { DataTableComponent as Ie } from "./components/DataTable/DataTableComponent.js";
47
+ import { LanguageProvider as De, SerendieProvider as be } from "./i18n/provider.js";
48
48
  import { parse as ve } from "./node_modules/@zag-js/date-picker/dist/index.js";
49
49
  export {
50
50
  C as Accordion,
@@ -67,7 +67,7 @@ export {
67
67
  s as ColorSchemeScript,
68
68
  po as DashboardWidget,
69
69
  xo as DataTable,
70
- be as DataTableComponent,
70
+ Ie as DataTableComponent,
71
71
  so as DatePicker,
72
72
  co as Divider,
73
73
  lo as DividerStyle,
@@ -76,7 +76,7 @@ export {
76
76
  uo as DropdownMenuStyle,
77
77
  yo as IconButton,
78
78
  To as IconButtonStyle,
79
- Ie as LanguageProvider,
79
+ De as LanguageProvider,
80
80
  Po as List,
81
81
  bo as ListItem,
82
82
  ko as ListItemStyle,
@@ -96,7 +96,7 @@ export {
96
96
  oe as SelectStyle,
97
97
  W as SerendieChartTheme,
98
98
  r as SerendiePreset,
99
- Pe as SerendieProvider,
99
+ be as SerendieProvider,
100
100
  re as Switch,
101
101
  te as SwitchStyle,
102
102
  xe as TabItem,
@@ -1,11 +1,11 @@
1
1
  import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
2
  import { SerendieSymbolUserCircle as p } from "@serendie/symbols";
3
- import { sva as g } from "../../styled-system/css/sva.js";
4
- import { AvatarRoot as C } from "../../node_modules/@ark-ui/react/dist/components/avatar/avatar-root.js";
5
- import { cx as u } from "../../styled-system/css/cx.js";
3
+ import { cx as g } from "../../styled-system/css/cx.js";
4
+ import { sva as C } from "../../styled-system/css/sva.js";
5
+ import { AvatarRoot as u } from "../../node_modules/@ark-ui/react/dist/components/avatar/avatar-root.js";
6
6
  import { AvatarImage as b } from "../../node_modules/@ark-ui/react/dist/components/avatar/avatar-image.js";
7
7
  import { AvatarFallback as y } from "../../node_modules/@ark-ui/react/dist/components/avatar/avatar-fallback.js";
8
- const c = g({
8
+ const c = C({
9
9
  slots: ["root", "fallback", "image"],
10
10
  base: {
11
11
  root: {
@@ -71,7 +71,7 @@ const c = g({
71
71
  ...m
72
72
  }) => {
73
73
  const [a, f] = c.splitVariantProps(m), { size: l } = a, t = c({ size: l, ...a }), o = l === "small" ? 24 : l === "large" ? 80 : 40;
74
- return /* @__PURE__ */ e(C, { className: u(t.root, h), ...f, children: i ? /* @__PURE__ */ e(b, { className: t.image, src: i, alt: d }) : r ? /* @__PURE__ */ e(y, { className: t.fallback, children: r.slice(0, 2) }) : n === "outlined" ? /* @__PURE__ */ e(p, { width: o, height: o }) : /* @__PURE__ */ e(w, {}) });
74
+ return /* @__PURE__ */ e(u, { className: g(t.root, h), ...f, children: i ? /* @__PURE__ */ e(b, { className: t.image, src: i, alt: d }) : r ? /* @__PURE__ */ e(y, { className: t.fallback, children: r.slice(0, 2) }) : n === "outlined" ? /* @__PURE__ */ e(p, { width: o, height: o }) : /* @__PURE__ */ e(w, {}) });
75
75
  }, w = () => /* @__PURE__ */ s("svg", { viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
76
76
  /* @__PURE__ */ s("g", { "clip-path": "url(#clip0_3661_24550)", children: [
77
77
  /* @__PURE__ */ e("rect", { width: "80", height: "80", rx: "40", fill: "#EFF2FC" }),
@@ -1,7 +1,7 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { SerendieSymbolClose as m } from "@serendie/symbols";
3
- import { cva as o } from "../../styled-system/css/cva.js";
4
3
  import { cx as y } from "../../styled-system/css/cx.js";
4
+ import { cva as o } from "../../styled-system/css/cva.js";
5
5
  const l = o({
6
6
  base: {
7
7
  display: "inline-flex",
@@ -1,8 +1,8 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
2
  import { SerendieSymbolAlertCircleFilled as p, SerendieSymbolAlertCircle as y } from "@serendie/symbols";
3
- import { sva as b } from "../../styled-system/css/sva.js";
4
- import { cx as g } from "../../styled-system/css/cx.js";
5
- const t = b({
3
+ import { cx as b } from "../../styled-system/css/cx.js";
4
+ import { sva as g } from "../../styled-system/css/sva.js";
5
+ const t = g({
6
6
  slots: ["container", "icon", "title", "description"],
7
7
  base: {
8
8
  container: {
@@ -63,7 +63,7 @@ const t = b({
63
63
  }
64
64
  }), h = (n) => {
65
65
  const [s, { title: d, icon: r, description: a, className: m, ...c }] = t.splitVariantProps(n), o = t(s), i = s.type || "alert-circle";
66
- return /* @__PURE__ */ l("div", { className: g(o.container, m), ...c, children: [
66
+ return /* @__PURE__ */ l("div", { className: b(o.container, m), ...c, children: [
67
67
  /* @__PURE__ */ e("div", { className: o.icon, children: r || (i === "error" || i === "warning" ? /* @__PURE__ */ e(p, {}) : /* @__PURE__ */ e(y, {})) }),
68
68
  /* @__PURE__ */ e("h2", { className: o.title, children: d }),
69
69
  /* @__PURE__ */ e("p", { className: o.description, children: a })
@@ -1,8 +1,8 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import { NotificationBadge as p } from "../NotificationBadge/NotificationBadge.js";
3
- import { sva as d } from "../../styled-system/css/sva.js";
4
- import { cx as y } from "../../styled-system/css/cx.js";
5
- const i = d({
3
+ import { cx as d } from "../../styled-system/css/cx.js";
4
+ import { sva as y } from "../../styled-system/css/sva.js";
5
+ const i = y({
6
6
  slots: ["root", "iconGroup", "icon", "label", "badge"],
7
7
  base: {
8
8
  root: {
@@ -69,7 +69,7 @@ const i = d({
69
69
  ...c
70
70
  }) => {
71
71
  const [t, m] = i.splitVariantProps(c), o = i(t);
72
- return /* @__PURE__ */ s("button", { className: y(o.root, n), ...m, children: [
72
+ return /* @__PURE__ */ s("button", { className: d(o.root, n), ...m, children: [
73
73
  /* @__PURE__ */ s("div", { className: o.iconGroup, children: [
74
74
  /* @__PURE__ */ e("div", { className: o.badge, children: /* @__PURE__ */ e(
75
75
  p,
@@ -1,9 +1,9 @@
1
1
  import { jsxs as g, jsx as o } from "react/jsx-runtime";
2
2
  import b from "react";
3
3
  import { ProgressIndicatorIndeterminate as h } from "../ProgressIndicator/ProgressIndicatorIndeterminate.js";
4
- import { cva as f } from "../../styled-system/css/cva.js";
5
- import { css as x } from "../../styled-system/css/css.js";
6
- import { cx as _ } from "../../styled-system/css/cx.js";
4
+ import { css as f } from "../../styled-system/css/css.js";
5
+ import { cx as x } from "../../styled-system/css/cx.js";
6
+ import { cva as _ } from "../../styled-system/css/cva.js";
7
7
  import { styled as v } from "../../styled-system/jsx/factory.js";
8
8
  const r = {
9
9
  color: "sd.system.color.component.onSurface",
@@ -24,7 +24,7 @@ const r = {
24
24
  color: "sd.system.color.interaction.disabledOnSurface",
25
25
  outline: "none"
26
26
  }
27
- }, l = f({
27
+ }, l = _({
28
28
  base: {
29
29
  borderRadius: "sd.system.dimension.radius.full",
30
30
  position: "relative",
@@ -127,7 +127,7 @@ const r = {
127
127
  const [
128
128
  d,
129
129
  { children: m, leftIcon: e, rightIcon: s, isLoading: i, className: c, ...y }
130
- ] = l.splitVariantProps(n), p = l(d), u = x(
130
+ ] = l.splitVariantProps(n), p = l(d), u = f(
131
131
  e || s ? n.size === "medium" ? {
132
132
  //アイコンがある側 `spacing.medium`、無い側は`spacing.extraLarge`
133
133
  paddingLeft: e ? "sd.system.dimension.spacing.medium" : "sd.system.dimension.spacing.extraLarge",
@@ -142,7 +142,7 @@ const r = {
142
142
  "button",
143
143
  {
144
144
  ref: a,
145
- className: _(p, u, c),
145
+ className: x(p, u, c),
146
146
  ...y,
147
147
  children: [
148
148
  i && /* @__PURE__ */ o(
@@ -2,9 +2,9 @@ import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
2
  import x from "../../assets/checkboxChecked.svg.js";
3
3
  import u from "../../assets/checkboxUnchecked.svg.js";
4
4
  import k from "../../assets/checkboxIndeterminate.svg.js";
5
- import { sva as b } from "../../styled-system/css/sva.js";
6
5
  import { cx as c } from "../../styled-system/css/cx.js";
7
- import { css as g } from "../../styled-system/css/css.js";
6
+ import { css as b } from "../../styled-system/css/css.js";
7
+ import { sva as g } from "../../styled-system/css/sva.js";
8
8
  import { CheckboxRoot as f } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox-root.js";
9
9
  import { CheckboxContext as C } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox-context.js";
10
10
  import { CheckboxControl as S } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox-control.js";
@@ -44,7 +44,7 @@ const v = {
44
44
  _disabled: {
45
45
  color: "color-mix(in srgb, {colors.sd.system.color.component.outlineDim}, {colors.sd.system.color.interaction.hoveredOnPrimary});"
46
46
  }
47
- }, n = b({
47
+ }, n = g({
48
48
  slots: [
49
49
  "root",
50
50
  "itemControl",
@@ -102,7 +102,7 @@ const v = {
102
102
  }) => {
103
103
  const [p, y] = n.splitVariantProps(a), o = n(p), h = c(
104
104
  o.root,
105
- s && g({ alignItems: "flex-start" })
105
+ s && b({ alignItems: "flex-start" })
106
106
  );
107
107
  return /* @__PURE__ */ t(
108
108
  f,
@@ -6,9 +6,9 @@ import x from "../../assets/radioChecked.svg.js";
6
6
  import l from "../../assets/radioUnchecked.svg.js";
7
7
  import { checkboxUncheckedIconCss as b, checkboxCheckedIconCss as f, checkboxIconCss as u } from "../CheckBox/CheckBox.js";
8
8
  import { radioUncheckedIconCss as U, radioCheckedIconCss as g, radioIconCss as N } from "../RadioButton/RadioButton.js";
9
+ import { cx as d } from "../../styled-system/css/cx.js";
9
10
  import { sva as R } from "../../styled-system/css/sva.js";
10
11
  import { RadioGroupItem as v } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item.js";
11
- import { cx as d } from "../../styled-system/css/cx.js";
12
12
  import { RadioGroupItemContext as S } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-context.js";
13
13
  import { RadioGroupItemControl as G } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-control.js";
14
14
  import { RadioGroupItemHiddenInput as P } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-hidden-input.js";
@@ -1,8 +1,8 @@
1
1
  import { jsxs as l, jsx as a } from "react/jsx-runtime";
2
2
  import { SerendieSymbolChevronRight as c } from "@serendie/symbols";
3
- import { sva as y } from "../../styled-system/css/sva.js";
4
- import { cx as u } from "../../styled-system/css/cx.js";
5
- const g = y({
3
+ import { cx as y } from "../../styled-system/css/cx.js";
4
+ import { sva as u } from "../../styled-system/css/sva.js";
5
+ const g = u({
6
6
  slots: [
7
7
  "root",
8
8
  "labelContainer",
@@ -134,7 +134,7 @@ const g = y({
134
134
  /* @__PURE__ */ a("p", { className: e.areaValueNumberUnit, children: p })
135
135
  ] })
136
136
  ] });
137
- return /* @__PURE__ */ l("div", { className: u(e.root, o), ...d, children: [
137
+ return /* @__PURE__ */ l("div", { className: y(e.root, o), ...d, children: [
138
138
  /* @__PURE__ */ l("a", { href: i, className: e.labelContainer, children: [
139
139
  /* @__PURE__ */ l("div", { className: e.label, children: [
140
140
  /* @__PURE__ */ a("h2", { className: e.labelTitle, children: "title" }),
@@ -2,43 +2,43 @@ import { jsxs as M, jsx as l } from "react/jsx-runtime";
2
2
  import { useReactTable as T } from "../../node_modules/@tanstack/react-table/build/lib/index.js";
3
3
  import { useState as w } from "react";
4
4
  import { DataTable as r } from "./index.js";
5
- import { getSortedRowModel as u, getCoreRowModel as S } from "../../node_modules/@tanstack/table-core/build/lib/index.js";
6
- function g({
5
+ import { getSortedRowModel as S, getCoreRowModel as u } from "../../node_modules/@tanstack/table-core/build/lib/index.js";
6
+ function y({
7
7
  className: s,
8
8
  enableRowSelection: m = !0,
9
- onRowSelectionChange: t,
10
- onSortingChange: d,
9
+ onRowSelectionChange: i,
10
+ onSortingChange: t,
11
11
  state: e,
12
- ...f
12
+ ...R
13
13
  }) {
14
- const [R, b] = w({}), [p, n] = w([]), i = T({
15
- getCoreRowModel: S(),
16
- getSortedRowModel: u(),
14
+ const [b, f] = w({}), [p, n] = w([]), d = T({
15
+ getCoreRowModel: u(),
16
+ getSortedRowModel: S(),
17
17
  enableRowSelection: m,
18
- ...f,
18
+ ...R,
19
19
  state: {
20
- rowSelection: (e == null ? void 0 : e.rowSelection) ?? R,
20
+ rowSelection: (e == null ? void 0 : e.rowSelection) ?? b,
21
21
  sorting: (e == null ? void 0 : e.sorting) ?? p,
22
22
  ...e
23
23
  },
24
24
  onRowSelectionChange: (o) => {
25
- b(o), t == null || t(o);
25
+ f(o), i == null || i(o);
26
26
  },
27
27
  onSortingChange: (o) => {
28
- n(o), d == null || d(o);
28
+ n(o), t == null || t(o);
29
29
  }
30
30
  }), c = m !== !1;
31
31
  return /* @__PURE__ */ M(r.Root, { className: s, children: [
32
- /* @__PURE__ */ l(r.Thead, { children: i.getHeaderGroups().map((o) => /* @__PURE__ */ l(
32
+ /* @__PURE__ */ l(r.Thead, { children: d.getHeaderGroups().map((o) => /* @__PURE__ */ l(
33
33
  r.HeaderRow,
34
34
  {
35
35
  headerGroup: o,
36
36
  enableRowSelection: c,
37
- table: i
37
+ table: d
38
38
  },
39
39
  o.id
40
40
  )) }),
41
- /* @__PURE__ */ l(r.Tbody, { children: i.getRowModel().rows.map((o) => /* @__PURE__ */ l(
41
+ /* @__PURE__ */ l(r.Tbody, { children: d.getRowModel().rows.map((o) => /* @__PURE__ */ l(
42
42
  r.Row,
43
43
  {
44
44
  row: o,
@@ -49,6 +49,5 @@ function g({
49
49
  ] });
50
50
  }
51
51
  export {
52
- g as DataTableComponent,
53
- g as default
52
+ y as DataTableComponent
54
53
  };
@@ -1,8 +1,8 @@
1
1
  import { jsx as l, jsxs as p } from "react/jsx-runtime";
2
2
  import f from "react";
3
3
  import { SerendieSymbol as s } from "@serendie/symbols";
4
- import { cx as y } from "../../../styled-system/css/cx.js";
5
- import { css as u } from "../../../styled-system/css/css.js";
4
+ import { css as y } from "../../../styled-system/css/css.js";
5
+ import { cx as u } from "../../../styled-system/css/cx.js";
6
6
  import { cva as g } from "../../../styled-system/css/cva.js";
7
7
  const h = g({
8
8
  base: {
@@ -42,7 +42,7 @@ const h = g({
42
42
  onKeyDown: (a) => {
43
43
  e && (a.key === "Enter" || a.key === " ") && (a.preventDefault(), o == null || o());
44
44
  },
45
- className: y(h({ size: r, state: d }), t),
45
+ className: u(h({ size: r, state: d }), t),
46
46
  style: {
47
47
  cursor: e ? "pointer" : "default",
48
48
  userSelect: "none"
@@ -51,7 +51,7 @@ const h = g({
51
51
  children: /* @__PURE__ */ p(
52
52
  "span",
53
53
  {
54
- className: u({
54
+ className: y({
55
55
  display: "inline-flex",
56
56
  alignItems: "center",
57
57
  verticalAlign: "middle"
@@ -1,8 +1,8 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { sva as c } from "../../../styled-system/css/sva.js";
4
- import { cx as n } from "../../../styled-system/css/cx.js";
5
- const d = c({
3
+ import { cx as c } from "../../../styled-system/css/cx.js";
4
+ import { sva as n } from "../../../styled-system/css/sva.js";
5
+ const d = n({
6
6
  slots: ["container", "table"],
7
7
  base: {
8
8
  container: {
@@ -22,7 +22,7 @@ const d = c({
22
22
  }
23
23
  }), f = l.forwardRef(({ children: r, className: t, ...a }, s) => {
24
24
  const o = d();
25
- return /* @__PURE__ */ e("div", { ref: s, className: n(o.container, t), ...a, children: /* @__PURE__ */ e("table", { role: "table", className: o.table, children: r }) });
25
+ return /* @__PURE__ */ e("div", { ref: s, className: c(o.container, t), ...a, children: /* @__PURE__ */ e("table", { role: "table", className: o.table, children: r }) });
26
26
  });
27
27
  export {
28
28
  f as Root
@@ -5,13 +5,13 @@ import { datePickerStyles as S } from "./styles.js";
5
5
  import { textFieldRecipe as C } from "../../recipes/textFieldRecipe.js";
6
6
  import { useAutoPortalContainer as K } from "../../hooks/useAutoPortalContainer.js";
7
7
  import { useTranslations as Q } from "../../i18n/index.js";
8
+ import { css as a } from "../../styled-system/css/css.js";
9
+ import { cx as f } from "../../styled-system/css/cx.js";
8
10
  import { Portal as U } from "../../node_modules/@ark-ui/react/dist/components/portal/portal.js";
9
11
  import { DatePickerRoot as y } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-root.js";
10
12
  import { DatePickerLabel as X } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-label.js";
11
13
  import { DatePickerControl as Z } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-control.js";
12
- import { cx as f } from "../../styled-system/css/cx.js";
13
14
  import { DatePickerTrigger as $ } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-trigger.js";
14
- import { css as a } from "../../styled-system/css/css.js";
15
15
  import { DatePickerInput as P } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-input.js";
16
16
  import { DatePickerPositioner as M } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-positioner.js";
17
17
  import { DatePickerContent as ee } from "../../node_modules/@ark-ui/react/dist/components/date-picker/date-picker-content.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { cva as d } from "../../styled-system/css/cva.js";
3
- import { cx as m } from "../../styled-system/css/cx.js";
4
- const o = d({
2
+ import { cx as d } from "../../styled-system/css/cx.js";
3
+ import { cva as m } from "../../styled-system/css/cva.js";
4
+ const o = m({
5
5
  base: {
6
6
  border: "none"
7
7
  },
@@ -39,7 +39,7 @@ const o = d({
39
39
  }
40
40
  }), p = (e) => {
41
41
  const [r, t] = o.splitVariantProps(e), { className: s, ...i } = t;
42
- return /* @__PURE__ */ n("hr", { className: m(o(r), s), ...i });
42
+ return /* @__PURE__ */ n("hr", { className: d(o(r), s), ...i });
43
43
  };
44
44
  export {
45
45
  p as Divider,
@@ -2,10 +2,10 @@ import { jsx as e, jsxs as o } from "react/jsx-runtime";
2
2
  import { SerendieSymbolClose as p } from "@serendie/symbols";
3
3
  import { IconButton as g } from "../IconButton/IconButton.js";
4
4
  import { Portal as f } from "../../node_modules/@ark-ui/react/dist/components/portal/portal.js";
5
+ import { cx as s } from "../../styled-system/css/cx.js";
5
6
  import { sva as h } from "../../styled-system/css/sva.js";
6
7
  import { DialogRoot as x } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-root.js";
7
8
  import { DialogBackdrop as y } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js";
8
- import { cx as s } from "../../styled-system/css/cx.js";
9
9
  import { DialogPositioner as u } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-positioner.js";
10
10
  import { DialogContent as b } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js";
11
11
  import { DialogCloseTrigger as v } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-close-trigger.js";
@@ -1,8 +1,8 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import c from "react";
3
- import { cva as a } from "../../styled-system/css/cva.js";
4
- import { cx as m } from "../../styled-system/css/cx.js";
5
- const e = a({
3
+ import { cx as a } from "../../styled-system/css/cx.js";
4
+ import { cva as m } from "../../styled-system/css/cva.js";
5
+ const e = m({
6
6
  base: {
7
7
  position: "relative",
8
8
  display: "inline-flex",
@@ -105,7 +105,7 @@ const e = a({
105
105
  }), g = c.forwardRef(
106
106
  ({ icon: o, className: s, ...r }, n) => {
107
107
  const [i, t] = e.splitVariantProps(r), l = e(i);
108
- return /* @__PURE__ */ d("button", { ref: n, className: m(l, s), ...t, children: o });
108
+ return /* @__PURE__ */ d("button", { ref: n, className: a(l, s), ...t, children: o });
109
109
  }
110
110
  );
111
111
  export {
@@ -1,8 +1,8 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import { NotificationBadge as b } from "../NotificationBadge/NotificationBadge.js";
3
- import { sva as v } from "../../styled-system/css/sva.js";
4
3
  import { cx as o } from "../../styled-system/css/cx.js";
5
4
  import { css as c } from "../../styled-system/css/css.js";
5
+ import { sva as v } from "../../styled-system/css/sva.js";
6
6
  const p = v({
7
7
  slots: [
8
8
  "root",
@@ -2,16 +2,16 @@ import { jsx as e, jsxs as o } from "react/jsx-runtime";
2
2
  import { Button as i } from "../Button/Button.js";
3
3
  import { useTranslations as y } from "../../i18n/index.js";
4
4
  import { Portal as x } from "../../node_modules/@ark-ui/react/dist/components/portal/portal.js";
5
- import { sva as f } from "../../styled-system/css/sva.js";
6
- import { DialogRoot as h } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-root.js";
7
- import { DialogBackdrop as u } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js";
8
- import { DialogPositioner as b } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-positioner.js";
9
- import { DialogContent as D } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js";
10
- import { cx as v } from "../../styled-system/css/cx.js";
5
+ import { cx as f } from "../../styled-system/css/cx.js";
6
+ import { sva as h } from "../../styled-system/css/sva.js";
7
+ import { DialogRoot as u } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-root.js";
8
+ import { DialogBackdrop as b } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js";
9
+ import { DialogPositioner as D } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-positioner.js";
10
+ import { DialogContent as v } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js";
11
11
  import { DialogTitle as I } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-title.js";
12
12
  import { DialogDescription as k } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-description.js";
13
13
  import { DialogCloseTrigger as C } from "../../node_modules/@ark-ui/react/dist/components/dialog/dialog-close-trigger.js";
14
- const N = f({
14
+ const N = h({
15
15
  slots: [
16
16
  "backdrop",
17
17
  "content",
@@ -87,9 +87,9 @@ const N = f({
87
87
  ...t
88
88
  }) => {
89
89
  const g = y(), s = N(t);
90
- return /* @__PURE__ */ e(h, { open: n, ...t, children: /* @__PURE__ */ o(x, { children: [
91
- /* @__PURE__ */ e(u, { className: s.backdrop }),
92
- /* @__PURE__ */ e(b, { children: /* @__PURE__ */ o(D, { className: v(s.content, c), children: [
90
+ return /* @__PURE__ */ e(u, { open: n, ...t, children: /* @__PURE__ */ o(x, { children: [
91
+ /* @__PURE__ */ e(b, { className: s.backdrop }),
92
+ /* @__PURE__ */ e(D, { children: /* @__PURE__ */ o(v, { className: f(s.content, c), children: [
93
93
  /* @__PURE__ */ o("div", { className: s.contentInner, children: [
94
94
  /* @__PURE__ */ e(I, { className: s.title, children: a }),
95
95
  /* @__PURE__ */ e(k, { className: s.description, children: p })
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { sva as m } from "../../styled-system/css/sva.js";
3
2
  import { cx as a } from "../../styled-system/css/cx.js";
3
+ import { sva as m } from "../../styled-system/css/sva.js";
4
4
  const n = m({
5
5
  slots: ["root", "text"],
6
6
  base: {
@@ -3,15 +3,15 @@ import { SerendieSymbolChevronLeft as _, SerendieSymbolChevronRight as I } from
3
3
  import N, { useState as j } from "react";
4
4
  import { IconButton as m } from "../IconButton/IconButton.js";
5
5
  import { useTranslations as z } from "../../i18n/index.js";
6
- import { sva as R } from "../../styled-system/css/sva.js";
7
- import { PaginationRoot as w } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-root.js";
8
- import { cx as O } from "../../styled-system/css/cx.js";
6
+ import { cx as R } from "../../styled-system/css/cx.js";
7
+ import { sva as w } from "../../styled-system/css/sva.js";
8
+ import { PaginationRoot as O } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-root.js";
9
9
  import { PaginationContext as W } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-context.js";
10
10
  import { PaginationPrevTrigger as F } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-prev-trigger.js";
11
11
  import { PaginationItem as L } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-item.js";
12
12
  import { PaginationEllipsis as B } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-ellipsis.js";
13
13
  import { PaginationNextTrigger as E } from "../../node_modules/@ark-ui/react/dist/components/pagination/pagination-next-trigger.js";
14
- const M = R({
14
+ const M = w({
15
15
  slots: ["root", "item", "ellipsis", "prevTrigger", "nextTrigger"],
16
16
  base: {
17
17
  root: {
@@ -102,10 +102,10 @@ const M = R({
102
102
  onPageChange: x
103
103
  };
104
104
  return /* @__PURE__ */ e(
105
- w,
105
+ O,
106
106
  {
107
107
  ref: P,
108
- className: O(a.root, y),
108
+ className: R(a.root, y),
109
109
  ...T,
110
110
  ...u,
111
111
  children: /* @__PURE__ */ e(W, { children: (t) => {
@@ -1,9 +1,9 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import x from "../../assets/radioChecked.svg.js";
3
3
  import h from "../../assets/radioUnchecked.svg.js";
4
- import { sva as f } from "../../styled-system/css/sva.js";
5
4
  import { cx as i } from "../../styled-system/css/cx.js";
6
- import { css as g } from "../../styled-system/css/css.js";
5
+ import { css as f } from "../../styled-system/css/css.js";
6
+ import { sva as g } from "../../styled-system/css/sva.js";
7
7
  import { RadioGroupItem as I } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item.js";
8
8
  import { RadioGroupItemContext as S } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-context.js";
9
9
  import { RadioGroupItemControl as b } from "../../node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-control.js";
@@ -26,7 +26,7 @@ const k = {
26
26
  _disabled: {
27
27
  color: "color-mix(in srgb, {colors.sd.system.color.component.outlineDim}, {colors.sd.system.color.interaction.hoveredOnPrimary});"
28
28
  }
29
- }, c = f({
29
+ }, c = g({
30
30
  slots: [
31
31
  "item",
32
32
  "itemControl",
@@ -84,7 +84,7 @@ const k = {
84
84
  }) => {
85
85
  const [l, p] = c.splitVariantProps(a), o = c(l), y = i(
86
86
  o.item,
87
- s && g({ alignItems: "flex-start" })
87
+ s && f({ alignItems: "flex-start" })
88
88
  );
89
89
  return /* @__PURE__ */ r(
90
90
  I,
@@ -3,19 +3,19 @@ import l from "react";
3
3
  import { SerendieSymbolMagnifyingGlass as k, SerendieSymbolClose as O } from "@serendie/symbols";
4
4
  import { useAutoPortalContainer as z } from "../../hooks/useAutoPortalContainer.js";
5
5
  import { createListCollection as j } from "../../node_modules/@ark-ui/react/dist/components/collection/list-collection.js";
6
- import { Portal as H } from "../../node_modules/@ark-ui/react/dist/components/portal/portal.js";
7
- import { Box as A } from "../../styled-system/jsx/box.js";
8
- import { sva as M } from "../../styled-system/css/sva.js";
9
- import { ComboboxRoot as D } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-root.js";
10
- import { ComboboxControl as G } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-control.js";
11
- import { cx as K } from "../../styled-system/css/cx.js";
6
+ import { cx as H } from "../../styled-system/css/cx.js";
7
+ import { Portal as A } from "../../node_modules/@ark-ui/react/dist/components/portal/portal.js";
8
+ import { Box as M } from "../../styled-system/jsx/box.js";
9
+ import { sva as D } from "../../styled-system/css/sva.js";
10
+ import { ComboboxRoot as G } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-root.js";
11
+ import { ComboboxControl as K } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-control.js";
12
12
  import { ComboboxInput as P } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-input.js";
13
13
  import { ComboboxPositioner as W } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-positioner.js";
14
14
  import { ComboboxContent as U } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-content.js";
15
15
  import { ComboboxItemGroup as q } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-item-group.js";
16
16
  import { ComboboxItem as F } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-item.js";
17
17
  import { ComboboxItemText as J } from "../../node_modules/@ark-ui/react/dist/components/combobox/combobox-item-text.js";
18
- const h = M({
18
+ const h = D({
19
19
  slots: [
20
20
  "input",
21
21
  "control",
@@ -174,7 +174,7 @@ const h = M({
174
174
  m.current && (m.current.value = "", m.current.focus()), c(!1), d || g(""), (o = e.onInputValueChange) == null || o.call(e, { inputValue: "" });
175
175
  };
176
176
  return /* @__PURE__ */ p(
177
- D,
177
+ G,
178
178
  {
179
179
  ...e,
180
180
  collection: f,
@@ -193,9 +193,9 @@ const h = M({
193
193
  },
194
194
  children: [
195
195
  /* @__PURE__ */ p(
196
- G,
196
+ K,
197
197
  {
198
- className: K(t.control, e.className),
198
+ className: H(t.control, e.className),
199
199
  ref: S,
200
200
  children: [
201
201
  /* @__PURE__ */ s("div", { className: t.iconBox, children: /* @__PURE__ */ s(k, { className: t.icon }) }),
@@ -220,14 +220,14 @@ const h = M({
220
220
  ]
221
221
  }
222
222
  ),
223
- /* @__PURE__ */ s(H, { disabled: !u, container: w, children: /* @__PURE__ */ s(W, { children: /* @__PURE__ */ s(U, { className: t.combobox, children: /* @__PURE__ */ s(q, { id: "framework", children: f.items.map((o, n) => /* @__PURE__ */ p(
223
+ /* @__PURE__ */ s(A, { disabled: !u, container: w, children: /* @__PURE__ */ s(W, { children: /* @__PURE__ */ s(U, { className: t.combobox, children: /* @__PURE__ */ s(q, { id: "framework", children: f.items.map((o, n) => /* @__PURE__ */ p(
224
224
  F,
225
225
  {
226
226
  item: o,
227
227
  className: t.comboboxItem,
228
228
  children: [
229
229
  /* @__PURE__ */ s(
230
- A,
230
+ M,
231
231
  {
232
232
  w: "sd.system.dimension.spacing.large",
233
233
  h: "sd.system.dimension.spacing.large"