@ledgerhq/lumen-ui-react 0.1.11 → 0.1.13

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 (136) hide show
  1. package/dist/i18n/locales/de.json.d.ts +3 -0
  2. package/dist/i18n/locales/de.json.js +4 -2
  3. package/dist/i18n/locales/en.json.d.ts +3 -0
  4. package/dist/i18n/locales/en.json.js +6 -4
  5. package/dist/i18n/locales/es.json.d.ts +3 -0
  6. package/dist/i18n/locales/es.json.js +6 -4
  7. package/dist/i18n/locales/fr.json.d.ts +3 -0
  8. package/dist/i18n/locales/fr.json.js +6 -4
  9. package/dist/i18n/locales/ja.json.d.ts +3 -0
  10. package/dist/i18n/locales/ja.json.js +6 -4
  11. package/dist/i18n/locales/ko.json.d.ts +3 -0
  12. package/dist/i18n/locales/ko.json.js +6 -4
  13. package/dist/i18n/locales/pt.json.d.ts +3 -0
  14. package/dist/i18n/locales/pt.json.js +6 -4
  15. package/dist/i18n/locales/ru.json.d.ts +3 -0
  16. package/dist/i18n/locales/ru.json.js +6 -4
  17. package/dist/i18n/locales/th.json.d.ts +3 -0
  18. package/dist/i18n/locales/th.json.js +6 -4
  19. package/dist/i18n/locales/tr.json.d.ts +3 -0
  20. package/dist/i18n/locales/tr.json.js +6 -4
  21. package/dist/i18n/locales/zh.json.d.ts +3 -0
  22. package/dist/i18n/locales/zh.json.js +6 -4
  23. package/dist/index.js +114 -113
  24. package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
  25. package/dist/lib/Components/AmountDisplay/AmountDisplay.js +41 -41
  26. package/dist/lib/Components/AmountInput/AmountInput.d.ts +1 -1
  27. package/dist/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
  28. package/dist/lib/Components/AmountInput/AmountInput.js +35 -32
  29. package/dist/lib/Components/Banner/Banner.js +5 -5
  30. package/dist/lib/Components/BaseInput/BaseInput.d.ts +1 -1
  31. package/dist/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
  32. package/dist/lib/Components/BaseInput/BaseInput.js +44 -41
  33. package/dist/lib/Components/Button/BaseButton.d.ts +1 -1
  34. package/dist/lib/Components/Button/BaseButton.d.ts.map +1 -1
  35. package/dist/lib/Components/Button/BaseButton.js +28 -25
  36. package/dist/lib/Components/Button/Button.js +9 -9
  37. package/dist/lib/Components/Card/Card.d.ts.map +1 -1
  38. package/dist/lib/Components/Card/Card.js +110 -107
  39. package/dist/lib/Components/Card/types.d.ts +1 -0
  40. package/dist/lib/Components/Card/types.d.ts.map +1 -1
  41. package/dist/lib/Components/CardButton/CardButton.d.ts +1 -1
  42. package/dist/lib/Components/CardButton/CardButton.d.ts.map +1 -1
  43. package/dist/lib/Components/CardButton/CardButton.js +28 -24
  44. package/dist/lib/Components/Checkbox/Checkbox.d.ts +1 -1
  45. package/dist/lib/Components/Checkbox/Checkbox.d.ts.map +1 -1
  46. package/dist/lib/Components/Checkbox/Checkbox.js +26 -14
  47. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.js +2 -2
  48. package/dist/lib/Components/Dialog/types.d.ts +1 -1
  49. package/dist/lib/Components/Icon/Icon.js +4 -4
  50. package/dist/lib/Components/Icon/createIcon.js +4 -4
  51. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts +1 -1
  52. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
  53. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +40 -20
  54. package/dist/lib/Components/InteractiveIcon/types.d.ts +14 -1
  55. package/dist/lib/Components/InteractiveIcon/types.d.ts.map +1 -1
  56. package/dist/lib/Components/Link/Link.d.ts +1 -1
  57. package/dist/lib/Components/Link/Link.d.ts.map +1 -1
  58. package/dist/lib/Components/Link/Link.js +44 -33
  59. package/dist/lib/Components/Link/types.d.ts +5 -0
  60. package/dist/lib/Components/Link/types.d.ts.map +1 -1
  61. package/dist/lib/Components/ListItem/ListItem.d.ts.map +1 -1
  62. package/dist/lib/Components/ListItem/ListItem.js +72 -65
  63. package/dist/lib/Components/MediaCard/MediaCard.d.ts +33 -0
  64. package/dist/lib/Components/MediaCard/MediaCard.d.ts.map +1 -0
  65. package/dist/lib/Components/MediaCard/MediaCard.js +128 -0
  66. package/dist/lib/Components/MediaCard/index.d.ts +3 -0
  67. package/dist/lib/Components/MediaCard/index.d.ts.map +1 -0
  68. package/dist/lib/Components/MediaCard/types.d.ts +30 -0
  69. package/dist/lib/Components/MediaCard/types.d.ts.map +1 -0
  70. package/dist/lib/Components/Menu/Menu.d.ts +3 -3
  71. package/dist/lib/Components/Menu/Menu.d.ts.map +1 -1
  72. package/dist/lib/Components/Menu/Menu.js +133 -104
  73. package/dist/lib/Components/NavBar/CoinCapsule.js +4 -4
  74. package/dist/lib/Components/SegmentedControl/SegmentedControl.d.ts +1 -1
  75. package/dist/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  76. package/dist/lib/Components/SegmentedControl/SegmentedControl.js +88 -51
  77. package/dist/lib/Components/SegmentedControl/SegmentedControlContext.d.ts +1 -1
  78. package/dist/lib/Components/SegmentedControl/SegmentedControlContext.d.ts.map +1 -1
  79. package/dist/lib/Components/Select/Select.d.ts +5 -5
  80. package/dist/lib/Components/Select/Select.d.ts.map +1 -1
  81. package/dist/lib/Components/Select/Select.js +94 -76
  82. package/dist/lib/Components/Select/index.d.ts +1 -1
  83. package/dist/lib/Components/Select/types.d.ts +4 -4
  84. package/dist/lib/Components/SideBar/SideBar.d.ts +1 -1
  85. package/dist/lib/Components/SideBar/SideBar.d.ts.map +1 -1
  86. package/dist/lib/Components/SideBar/SideBar.js +77 -74
  87. package/dist/lib/Components/SideBar/types.d.ts +12 -4
  88. package/dist/lib/Components/SideBar/types.d.ts.map +1 -1
  89. package/dist/lib/Components/Spot/Spot.js +3 -3
  90. package/dist/lib/Components/Stepper/Stepper.d.ts.map +1 -1
  91. package/dist/lib/Components/Stepper/Stepper.js +34 -24
  92. package/dist/lib/Components/Subheader/Subheader.d.ts +2 -7
  93. package/dist/lib/Components/Subheader/Subheader.d.ts.map +1 -1
  94. package/dist/lib/Components/Subheader/Subheader.js +31 -49
  95. package/dist/lib/Components/Subheader/index.d.ts +1 -1
  96. package/dist/lib/Components/Subheader/index.d.ts.map +1 -1
  97. package/dist/lib/Components/Subheader/types.d.ts +1 -11
  98. package/dist/lib/Components/Subheader/types.d.ts.map +1 -1
  99. package/dist/lib/Components/Switch/Switch.d.ts +1 -1
  100. package/dist/lib/Components/Switch/Switch.d.ts.map +1 -1
  101. package/dist/lib/Components/Switch/Switch.js +30 -22
  102. package/dist/lib/Components/Table/Table.js +49 -49
  103. package/dist/lib/Components/Tag/Tag.d.ts +1 -1
  104. package/dist/lib/Components/Tag/Tag.d.ts.map +1 -1
  105. package/dist/lib/Components/Tag/Tag.js +17 -14
  106. package/dist/lib/Components/Tile/Tile.d.ts +5 -12
  107. package/dist/lib/Components/Tile/Tile.d.ts.map +1 -1
  108. package/dist/lib/Components/Tile/Tile.js +79 -82
  109. package/dist/lib/Components/Tile/index.d.ts +1 -1
  110. package/dist/lib/Components/Tile/index.d.ts.map +1 -1
  111. package/dist/lib/Components/Tile/types.d.ts +1 -10
  112. package/dist/lib/Components/Tile/types.d.ts.map +1 -1
  113. package/dist/lib/Components/TileButton/TileButton.d.ts +1 -1
  114. package/dist/lib/Components/TileButton/TileButton.d.ts.map +1 -1
  115. package/dist/lib/Components/TileButton/TileButton.js +26 -23
  116. package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.d.ts → TriggerButton/TriggerButton.d.ts} +10 -10
  117. package/dist/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -0
  118. package/dist/lib/Components/TriggerButton/TriggerButton.js +76 -0
  119. package/dist/lib/Components/TriggerButton/index.d.ts +3 -0
  120. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/index.d.ts.map +1 -1
  121. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts +1 -1
  122. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts.map +1 -1
  123. package/dist/lib/Components/index.d.ts +2 -1
  124. package/dist/lib/Components/index.d.ts.map +1 -1
  125. package/dist/lib/Symbols/Icons/NanoGen5.d.ts +29 -0
  126. package/dist/lib/Symbols/Icons/NanoGen5.d.ts.map +1 -0
  127. package/dist/lib/Symbols/Icons/NanoGen5.js +27 -0
  128. package/dist/lib/Symbols/index.d.ts +1 -0
  129. package/dist/lib/Symbols/index.d.ts.map +1 -1
  130. package/dist/lib/Symbols/index.js +194 -192
  131. package/dist/libs/utils-shared/dist/index.js +95 -90
  132. package/dist/package.json +2 -2
  133. package/package.json +2 -2
  134. package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +0 -1
  135. package/dist/lib/Components/ButtonTrigger/ButtonTrigger.js +0 -73
  136. package/dist/lib/Components/ButtonTrigger/index.d.ts +0 -3
@@ -1,14 +1,14 @@
1
- import { jsx as a, jsxs as C, Fragment as L } from "react/jsx-runtime";
2
- import { createSafeContext as k, cn as c } from "../../../libs/utils-shared/dist/index.js";
3
- import { cva as v } from "class-variance-authority";
4
- import { t as h } from "../../../node_modules/i18next/dist/esm/i18next.js";
5
- import { useCallback as B } from "react";
6
- import { Tooltip as j, TooltipTrigger as z, TooltipContent as P } from "../Tooltip/Tooltip.js";
7
- import { useControllableState as x } from "../../../utils/useControllableState/useControllableState.js";
8
- import { ExpandRight as R } from "../../Symbols/Icons/ExpandRight.js";
9
- import { ExpandLeft as V } from "../../Symbols/Icons/ExpandLeft.js";
10
- const [q, S] = k("SideBar"), d = {
11
- root: v(
1
+ import { jsx as a, jsxs as x, Fragment as k } from "react/jsx-runtime";
2
+ import { createSafeContext as j, cn as l, useDisabledContext as z } from "../../../libs/utils-shared/dist/index.js";
3
+ import { cva as h } from "class-variance-authority";
4
+ import { t as C } from "../../../node_modules/i18next/dist/esm/i18next.js";
5
+ import { useCallback as S } from "react";
6
+ import { Tooltip as P, TooltipTrigger as R, TooltipContent as V } from "../Tooltip/Tooltip.js";
7
+ import { useControllableState as B } from "../../../utils/useControllableState/useControllableState.js";
8
+ import { ExpandRight as q } from "../../Symbols/Icons/ExpandRight.js";
9
+ import { ExpandLeft as E } from "../../Symbols/Icons/ExpandLeft.js";
10
+ const [D, N] = j("SideBar"), d = {
11
+ root: h(
12
12
  [
13
13
  "flex h-full flex-col justify-between gap-16 overflow-y-auto rounded-xl bg-muted-transparent p-16",
14
14
  "transition-[width] duration-300 ease-in-out",
@@ -26,8 +26,8 @@ const [q, S] = k("SideBar"), d = {
26
26
  }
27
27
  }
28
28
  ),
29
- section: v(["flex flex-col gap-16"]),
30
- item: v(
29
+ section: h(["flex flex-col gap-16"]),
30
+ item: h(
31
31
  [
32
32
  "flex h-44 w-full cursor-pointer items-center overflow-hidden rounded-md p-12",
33
33
  "transition-all duration-300",
@@ -50,46 +50,46 @@ const [q, S] = k("SideBar"), d = {
50
50
  }
51
51
  }
52
52
  )
53
- }, E = ({
53
+ }, F = ({
54
54
  ref: n,
55
55
  collapsed: t,
56
56
  defaultCollapsed: e = !1,
57
57
  onCollapsedChange: o,
58
- active: r,
58
+ active: s,
59
59
  defaultActive: i,
60
- onActiveChange: s,
61
- children: f,
60
+ onActiveChange: c,
61
+ children: u,
62
62
  className: p,
63
- ...b
63
+ ...f
64
64
  }) => {
65
- const [m, g] = x({
65
+ const [r, b] = B({
66
66
  prop: t,
67
67
  defaultProp: e,
68
68
  onChange: o
69
- }), [u, l] = x({
70
- prop: r,
69
+ }), [g, m] = B({
70
+ prop: s,
71
71
  defaultProp: i ?? "",
72
- onChange: s
72
+ onChange: c
73
73
  });
74
74
  return /* @__PURE__ */ a(
75
- q,
75
+ D,
76
76
  {
77
- value: { collapsed: m, setCollapsed: g, active: u, onActiveChange: l },
77
+ value: { collapsed: r, setCollapsed: b, active: g, onActiveChange: m },
78
78
  children: /* @__PURE__ */ a(
79
79
  "nav",
80
80
  {
81
81
  ref: n,
82
- className: c(d.root({ collapsed: m }), p),
83
- "aria-label": h("components.sideBar.navigationAriaLabel"),
84
- ...b,
85
- children: f
82
+ className: l(d.root({ collapsed: r }), p),
83
+ "aria-label": C("components.sideBar.navigationAriaLabel"),
84
+ ...f,
85
+ children: u
86
86
  }
87
87
  )
88
88
  }
89
89
  );
90
90
  };
91
- E.displayName = "SideBar";
92
- const F = ({
91
+ F.displayName = "SideBar";
92
+ const O = ({
93
93
  ref: n,
94
94
  children: t,
95
95
  className: e,
@@ -98,13 +98,13 @@ const F = ({
98
98
  "div",
99
99
  {
100
100
  ref: n,
101
- className: c(d.section(), e),
101
+ className: l(d.section(), e),
102
102
  ...o,
103
103
  children: t
104
104
  }
105
105
  );
106
- F.displayName = "SideBarLeading";
107
- const O = ({
106
+ O.displayName = "SideBarLeading";
107
+ const W = ({
108
108
  ref: n,
109
109
  children: t,
110
110
  className: e,
@@ -113,87 +113,90 @@ const O = ({
113
113
  "div",
114
114
  {
115
115
  ref: n,
116
- className: c("mt-auto", d.section(), e),
116
+ className: l("mt-auto", d.section(), e),
117
117
  ...o,
118
118
  children: t
119
119
  }
120
120
  );
121
- O.displayName = "SideBarTrailing";
122
- const D = ({
121
+ W.displayName = "SideBarTrailing";
122
+ const G = ({
123
123
  ref: n,
124
124
  value: t,
125
125
  icon: e,
126
126
  activeIcon: o,
127
- label: r,
127
+ label: s,
128
128
  tooltipContent: i,
129
- disabled: s = !1,
130
- className: f,
129
+ disabled: c = !1,
130
+ className: u,
131
131
  onClick: p,
132
- ...b
132
+ ...f
133
133
  }) => {
134
- const { collapsed: m, active: g, onActiveChange: u } = S({
134
+ const r = z({
135
+ consumerName: "SideBarItem",
136
+ mergeWith: { disabled: c }
137
+ }), { collapsed: b, active: g, onActiveChange: m } = N({
135
138
  consumerName: "SideBarItem",
136
139
  contextRequired: !0
137
- }), l = g === t, N = l ? o : e, y = i ?? r, T = B(
138
- (I) => {
139
- s || (p?.(I), u?.(t));
140
+ }), v = g === t, y = v ? o : e, T = i ?? s, w = S(
141
+ (L) => {
142
+ r || (p?.(L), m?.(t));
140
143
  },
141
- [s, p, u, t]
142
- ), w = /* @__PURE__ */ C(L, { children: [
143
- /* @__PURE__ */ a(N, { size: 20, className: "shrink-0" }),
144
- r != null && /* @__PURE__ */ a("span", { className: "translate-x-8 truncate", children: r })
145
- ] }), A = /* @__PURE__ */ a(
144
+ [r, p, m, t]
145
+ ), A = /* @__PURE__ */ x(k, { children: [
146
+ /* @__PURE__ */ a(y, { size: 20, className: "shrink-0" }),
147
+ s != null && /* @__PURE__ */ a("span", { className: "translate-x-8 truncate", children: s })
148
+ ] }), I = /* @__PURE__ */ a(
146
149
  "button",
147
150
  {
148
151
  ref: n,
149
152
  type: "button",
150
- disabled: s,
151
- onClick: T,
152
- className: c(
153
- d.item({ active: l, disabled: s }),
154
- f
153
+ disabled: r,
154
+ onClick: w,
155
+ className: l(
156
+ d.item({ active: v, disabled: r }),
157
+ u
155
158
  ),
156
- "aria-current": l ? "page" : void 0,
157
- ...b,
158
- children: w
159
+ "aria-current": v ? "page" : void 0,
160
+ ...f,
161
+ children: A
159
162
  }
160
163
  );
161
- return /* @__PURE__ */ C(j, { open: m ? void 0 : !1, children: [
162
- /* @__PURE__ */ a(z, { asChild: !0, children: A }),
163
- /* @__PURE__ */ a(P, { side: "right", sideOffset: 8, children: y })
164
+ return /* @__PURE__ */ x(P, { open: b ? void 0 : !1, children: [
165
+ /* @__PURE__ */ a(R, { asChild: !0, children: I }),
166
+ /* @__PURE__ */ a(V, { side: "right", sideOffset: 8, children: T })
164
167
  ] });
165
168
  };
166
- D.displayName = "SideBarItem";
167
- const G = ({
169
+ G.displayName = "SideBarItem";
170
+ const H = ({
168
171
  className: n,
169
172
  ...t
170
173
  }) => {
171
- const { collapsed: e, setCollapsed: o } = S({
174
+ const { collapsed: e, setCollapsed: o } = N({
172
175
  consumerName: "SideBarCollapseToggle",
173
176
  contextRequired: !0
174
- }), r = B(() => {
177
+ }), s = S(() => {
175
178
  o(!e);
176
- }, [e, o]), i = e ? R : V;
179
+ }, [e, o]), i = e ? q : E;
177
180
  return /* @__PURE__ */ a(
178
181
  "button",
179
182
  {
180
183
  type: "button",
181
- onClick: r,
182
- className: c(
184
+ onClick: s,
185
+ className: l(
183
186
  d.item({ active: !1, disabled: !1 }),
184
187
  n
185
188
  ),
186
- "aria-label": e ? h("components.sideBar.expandAriaLabel") : h("components.sideBar.collapseAriaLabel"),
189
+ "aria-label": e ? C("components.sideBar.expandAriaLabel") : C("components.sideBar.collapseAriaLabel"),
187
190
  ...t,
188
191
  children: /* @__PURE__ */ a(i, { size: 20, className: "shrink-0" })
189
192
  }
190
193
  );
191
194
  };
192
- G.displayName = "SideBarCollapseToggle";
195
+ H.displayName = "SideBarCollapseToggle";
193
196
  export {
194
- E as SideBar,
195
- G as SideBarCollapseToggle,
196
- D as SideBarItem,
197
- F as SideBarLeading,
198
- O as SideBarTrailing
197
+ F as SideBar,
198
+ H as SideBarCollapseToggle,
199
+ G as SideBarItem,
200
+ O as SideBarLeading,
201
+ W as SideBarTrailing
199
202
  };
@@ -4,13 +4,21 @@ import { IconSize } from '../Icon/types';
4
4
  * Context value for passing state to SideBar sub-components
5
5
  */
6
6
  export type SideBarContextValue = {
7
- /** Whether the sidebar is collapsed */
7
+ /**
8
+ * Whether the sidebar is collapsed.
9
+ */
8
10
  collapsed: boolean;
9
- /** Function to update the collapsed state */
11
+ /**
12
+ * Function to update the collapsed state.
13
+ */
10
14
  setCollapsed: (value: boolean) => void;
11
- /** The value of the currently active item */
15
+ /**
16
+ * The value of the currently active item.
17
+ */
12
18
  active: string;
13
- /** Function to update the active item */
19
+ /**
20
+ * Function to update the active item.
21
+ */
14
22
  onActiveChange: (value: string) => void;
15
23
  };
16
24
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/SideBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,aAAa,EACb,iBAAiB,EACjB,SAAS,EACV,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,uCAAuC;IACvC,SAAS,EAAE,OAAO,CAAC;IACnB,6CAA6C;IAC7C,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC7D;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnE;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/SideBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,aAAa,EACb,iBAAiB,EACjB,SAAS,EACV,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC7D;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnE;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC"}
@@ -45,19 +45,19 @@ const S = g(
45
45
  } = r, m = b({
46
46
  consumerName: "Spot",
47
47
  mergeWith: { disabled: i }
48
- }), p = {
48
+ }), d = {
49
49
  32: 12,
50
50
  40: 16,
51
51
  48: 20,
52
52
  56: 24,
53
53
  72: 40
54
- }, d = {
54
+ }, p = {
55
55
  32: "body-2-semi-bold",
56
56
  40: "body-1-semi-bold",
57
57
  48: "heading-5",
58
58
  56: "heading-4",
59
59
  72: "heading-2"
60
- }, t = p[o] ?? 20, s = d[o] ?? "heading-5", u = x(() => {
60
+ }, t = d[o] ?? 20, s = p[o] ?? "heading-5", u = x(() => {
61
61
  switch (r.appearance) {
62
62
  case "icon": {
63
63
  const { icon: h } = r;
@@ -1 +1 @@
1
- {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Stepper/Stepper.tsx"],"names":[],"mappings":"AAOA;;;;;;;;;GASG;AACH,eAAO,MAAM,OAAO;;;;;qHAyFnB,CAAC"}
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Stepper/Stepper.tsx"],"names":[],"mappings":"AAWA;;;;;;;;;GASG;AACH,eAAO,MAAM,OAAO;;;;;qHAqGnB,CAAC"}
@@ -1,17 +1,27 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
- import { cn as d, getStepperCalculations as b } from "../../../libs/utils-shared/dist/index.js";
3
- import { forwardRef as v } from "react";
4
- const s = 48, i = 4, N = v(
5
- ({ className: m, currentStep: t, totalSteps: r, disabled: h = !1, label: o, ...f }, u) => {
6
- const {
7
- displayLabel: p,
2
+ import { useDisabledContext as N, cn as c, getStepperCalculations as v } from "../../../libs/utils-shared/dist/index.js";
3
+ import { forwardRef as D } from "react";
4
+ const s = 48, i = 4, g = D(
5
+ ({
6
+ className: m,
7
+ currentStep: t,
8
+ totalSteps: r,
9
+ disabled: h = !1,
10
+ label: o,
11
+ ...u
12
+ }, f) => {
13
+ const p = N({
14
+ consumerName: "Stepper",
15
+ mergeWith: { disabled: h }
16
+ }), {
17
+ displayLabel: k,
8
18
  r: n,
9
19
  cx: l,
10
- cy: c,
11
- trackDashArray: k,
12
- progressDashArray: y,
13
- progressDashOffset: x
14
- } = b({
20
+ cy: d,
21
+ trackDashArray: b,
22
+ progressDashArray: x,
23
+ progressDashOffset: y
24
+ } = v({
15
25
  currentStep: t,
16
26
  totalSteps: r,
17
27
  size: s,
@@ -21,17 +31,17 @@ const s = 48, i = 4, N = v(
21
31
  return /* @__PURE__ */ a(
22
32
  "div",
23
33
  {
24
- ref: u,
34
+ ref: f,
25
35
  role: "progressbar",
26
36
  "aria-valuenow": t,
27
37
  "aria-valuemin": 1,
28
38
  "aria-valuemax": r,
29
- "aria-label": p,
30
- className: d(
39
+ "aria-label": k,
40
+ className: c(
31
41
  "relative flex size-48 shrink-0 items-center justify-center rounded-full",
32
42
  m
33
43
  ),
34
- ...f,
44
+ ...u,
35
45
  children: [
36
46
  /* @__PURE__ */ a(
37
47
  "svg",
@@ -46,7 +56,7 @@ const s = 48, i = 4, N = v(
46
56
  "circle",
47
57
  {
48
58
  cx: l,
49
- cy: c,
59
+ cy: d,
50
60
  r: n,
51
61
  fill: "none",
52
62
  stroke: "currentColor",
@@ -54,7 +64,7 @@ const s = 48, i = 4, N = v(
54
64
  className: "stroke-muted-subtle",
55
65
  style: {
56
66
  strokeWidth: `${i}px`,
57
- strokeDasharray: k,
67
+ strokeDasharray: b,
58
68
  strokeDashoffset: 0
59
69
  }
60
70
  }
@@ -63,19 +73,19 @@ const s = 48, i = 4, N = v(
63
73
  "circle",
64
74
  {
65
75
  cx: l,
66
- cy: c,
76
+ cy: d,
67
77
  r: n,
68
78
  fill: "none",
69
79
  stroke: "currentColor",
70
80
  strokeLinecap: "round",
71
- className: d(
72
- h ? "stroke-muted-subtle-hover" : "stroke-active",
81
+ className: c(
82
+ p ? "stroke-muted-subtle-hover" : "stroke-active",
73
83
  "transition-[stroke-dashoffset,stroke] duration-300 ease-in-out"
74
84
  ),
75
85
  style: {
76
86
  strokeWidth: `${i}px`,
77
- strokeDasharray: y,
78
- strokeDashoffset: x
87
+ strokeDasharray: x,
88
+ strokeDashoffset: y
79
89
  }
80
90
  }
81
91
  )
@@ -94,7 +104,7 @@ const s = 48, i = 4, N = v(
94
104
  );
95
105
  }
96
106
  );
97
- N.displayName = "Stepper";
107
+ g.displayName = "Stepper";
98
108
  export {
99
- N as Stepper
109
+ g as Stepper
100
110
  };
@@ -1,4 +1,4 @@
1
- import { SubheaderActionProps, SubheaderCountProps, SubheaderDescriptionProps, SubheaderInfoProps, SubheaderProps, SubheaderRowProps, SubheaderShowMoreProps, SubheaderTitleProps } from './types';
1
+ import { SubheaderCountProps, SubheaderDescriptionProps, SubheaderInfoProps, SubheaderProps, SubheaderRowProps, SubheaderShowMoreProps, SubheaderTitleProps } from './types';
2
2
  /**
3
3
  * Title component for the Subheader. Displays the main heading.
4
4
  * Use the `as` prop to control heading semantics and avoid multiple h2s on a page.
@@ -36,11 +36,6 @@ export declare const SubheaderShowMore: ({ className, ...props }: SubheaderShowM
36
36
  * Description component for the Subheader. Displays descriptive text below the title row.
37
37
  */
38
38
  export declare const SubheaderDescription: ({ children, className, ...props }: SubheaderDescriptionProps) => import("react/jsx-runtime").JSX.Element;
39
- /**
40
- * Action component for the Subheader. Displays an interactive text button.
41
- * Automatically positions itself at the end of the row using ml-auto.
42
- */
43
- export declare const SubheaderAction: ({ children, onClick, className, ...props }: SubheaderActionProps) => import("react/jsx-runtime").JSX.Element;
44
39
  /**
45
40
  * A subheader component for displaying section titles with optional count, hints, descriptions, and action elements.
46
41
  * Uses a composable API where you explicitly nest sub-components to define the layout.
@@ -75,7 +70,7 @@ export declare const SubheaderAction: ({ children, onClick, className, ...props
75
70
  * </Subheader>
76
71
  *
77
72
  * @example
78
- * // Interactive row with action
73
+ * // Interactive row
79
74
  * <Subheader>
80
75
  * <SubheaderRow onClick={handleClick}>
81
76
  * <SubheaderTitle>Accounts</SubheaderTitle>
@@ -1 +1 @@
1
- {"version":3,"file":"Subheader.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Subheader/Subheader.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,cAAc,EACd,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc,GAAI,kDAK5B,mBAAmB,4CAYrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,4CAK1B,iBAAiB,4CAgBnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,wCAK5B,mBAAmB,4CAUrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa;6CAKvB,kBAAkB;;CAcpB,CAAC;AAGF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,yBAG/B,sBAAsB,4CAaxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,mCAIlC,yBAAyB,4CAM3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,4CAK7B,oBAAoB,4CActB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,eAAO,MAAM,SAAS,GAAI,mCAIvB,cAAc,4CAMhB,CAAC"}
1
+ {"version":3,"file":"Subheader.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Subheader/Subheader.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,cAAc,EACd,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc,GAAI,kDAK5B,mBAAmB,4CAYrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,4CAK1B,iBAAiB,4CAgBnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,wCAK5B,mBAAmB,4CAUrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa;6CAKvB,kBAAkB;;CAcpB,CAAC;AAGF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,yBAG/B,sBAAsB,4CAaxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,mCAIlC,yBAAyB,4CAM3B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,eAAO,MAAM,SAAS,GAAI,mCAIvB,cAAc,4CAMhB,CAAC"}
@@ -1,27 +1,27 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { cn as s } from "../../../libs/utils-shared/dist/index.js";
3
3
  import { Information as i } from "../../Symbols/Icons/Information.js";
4
- import { ChevronRight as c } from "../../Symbols/Icons/ChevronRight.js";
5
- import { InteractiveIcon as u } from "../InteractiveIcon/InteractiveIcon.js";
4
+ import { ChevronRight as m } from "../../Symbols/Icons/ChevronRight.js";
5
+ import { InteractiveIcon as c } from "../InteractiveIcon/InteractiveIcon.js";
6
6
  const f = ({
7
- children: t,
7
+ children: r,
8
8
  as: e = "h2",
9
- className: r,
9
+ className: t,
10
10
  ...n
11
11
  }) => /* @__PURE__ */ o(
12
12
  e,
13
13
  {
14
14
  className: s(
15
15
  "min-w-0 truncate pe-1 heading-4-semi-bold text-base group-hover/row:text-base-hover",
16
- r
16
+ t
17
17
  ),
18
18
  ...n,
19
- children: t
19
+ children: r
20
20
  }
21
21
  ), x = ({
22
- children: t,
22
+ children: r,
23
23
  onClick: e,
24
- className: r,
24
+ className: t,
25
25
  ...n
26
26
  }) => /* @__PURE__ */ o(
27
27
  e ? "button" : "div",
@@ -29,46 +29,46 @@ const f = ({
29
29
  className: s(
30
30
  "group/row flex items-center gap-4",
31
31
  e && "cursor-pointer",
32
- r
32
+ t
33
33
  ),
34
34
  onClick: e,
35
35
  ...n,
36
- children: t
36
+ children: r
37
37
  }
38
38
  ), g = ({
39
- value: t,
39
+ value: r,
40
40
  format: e,
41
- className: r,
41
+ className: t,
42
42
  ...n
43
43
  }) => {
44
- const a = e ? e(t) : `(${t})`;
44
+ const a = e ? e(r) : `(${r})`;
45
45
  return /* @__PURE__ */ o(
46
46
  "span",
47
47
  {
48
- className: s("shrink-0 pl-2 body-2 text-muted", r),
48
+ className: s("shrink-0 pl-2 body-2 text-muted", t),
49
49
  ...n,
50
50
  children: a
51
51
  }
52
52
  );
53
- }, m = ({
54
- ref: t,
53
+ }, u = ({
54
+ ref: r,
55
55
  iconType: e = "stroked",
56
- className: r,
56
+ className: t,
57
57
  ...n
58
58
  }) => /* @__PURE__ */ o("span", { className: "flex shrink-0 items-center", children: /* @__PURE__ */ o(
59
- u,
59
+ c,
60
60
  {
61
- ref: t,
61
+ ref: r,
62
62
  iconType: e,
63
- className: r,
63
+ className: t,
64
64
  "aria-label": "More information",
65
65
  ...n,
66
66
  children: /* @__PURE__ */ o(i, { size: 16 })
67
67
  }
68
68
  ) });
69
- m.displayName = "SubheaderInfo";
69
+ u.displayName = "SubheaderInfo";
70
70
  const v = ({
71
- className: t,
71
+ className: r,
72
72
  ...e
73
73
  }) => /* @__PURE__ */ o(
74
74
  "span",
@@ -76,43 +76,25 @@ const v = ({
76
76
  className: s(
77
77
  "inline-flex size-fit items-center justify-center rounded-full bg-base-transparent text-muted transition-colors group-hover/row:bg-base-transparent-hover group-hover/row:text-muted-hover",
78
78
  "-ml-2",
79
- t
79
+ r
80
80
  ),
81
81
  ...e,
82
- children: /* @__PURE__ */ o(c, { size: 20 })
82
+ children: /* @__PURE__ */ o(m, { size: 20 })
83
83
  }
84
84
  ), S = ({
85
- children: t,
85
+ children: r,
86
86
  className: e,
87
- ...r
88
- }) => /* @__PURE__ */ o("p", { className: s("body-3 text-muted", e), ...r, children: t }), N = ({
89
- children: t,
90
- onClick: e,
87
+ ...t
88
+ }) => /* @__PURE__ */ o("p", { className: s("body-3 text-muted", e), ...t, children: r }), N = ({
91
89
  className: r,
92
- ...n
93
- }) => /* @__PURE__ */ o(
94
- "button",
95
- {
96
- type: "button",
97
- onClick: e,
98
- className: s(
99
- "ml-auto shrink-0 cursor-pointer pl-8 body-2 text-interactive",
100
- r
101
- ),
102
- ...n,
103
- children: t
104
- }
105
- ), w = ({
106
- className: t,
107
90
  children: e,
108
- ...r
109
- }) => /* @__PURE__ */ o("div", { className: s("flex flex-col gap-4", t), ...r, children: e });
91
+ ...t
92
+ }) => /* @__PURE__ */ o("div", { className: s("flex flex-col gap-4", r), ...t, children: e });
110
93
  export {
111
- w as Subheader,
112
- N as SubheaderAction,
94
+ N as Subheader,
113
95
  g as SubheaderCount,
114
96
  S as SubheaderDescription,
115
- m as SubheaderInfo,
97
+ u as SubheaderInfo,
116
98
  x as SubheaderRow,
117
99
  v as SubheaderShowMore,
118
100
  f as SubheaderTitle
@@ -1,3 +1,3 @@
1
- export { Subheader, SubheaderRow, SubheaderTitle, SubheaderCount, SubheaderInfo, SubheaderShowMore, SubheaderDescription, SubheaderAction, } from './Subheader';
1
+ export { Subheader, SubheaderRow, SubheaderTitle, SubheaderCount, SubheaderInfo, SubheaderShowMore, SubheaderDescription, } from './Subheader';
2
2
  export * from './types';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Subheader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,YAAY,EACZ,cAAc,EACd,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,oBAAoB,EACpB,eAAe,GAChB,MAAM,aAAa,CAAC;AACrB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Subheader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,YAAY,EACZ,cAAc,EACd,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,oBAAoB,GACrB,MAAM,aAAa,CAAC;AACrB,cAAc,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ButtonHTMLAttributes, HTMLAttributes, ReactNode } from 'react';
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
2
  import { InteractiveIconProps } from '../InteractiveIcon';
3
3
  export type SubheaderProps = {
4
4
  /**
@@ -52,15 +52,5 @@ export type SubheaderDescriptionProps = {
52
52
  */
53
53
  children: ReactNode;
54
54
  } & Omit<HTMLAttributes<HTMLParagraphElement>, 'children'>;
55
- export type SubheaderActionProps = {
56
- /**
57
- * The action element to display (e.g., button text).
58
- */
59
- children: ReactNode;
60
- /**
61
- * Click handler for the action.
62
- */
63
- onClick: () => void;
64
- } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'onClick'>;
65
55
  export type SubheaderShowMoreProps = Omit<HTMLAttributes<HTMLSpanElement>, 'children'>;
66
56
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Subheader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAE9D,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,IAAI,CACb,qBAAqB,EACrB,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CACzD,CAAC;CACH,GAAG,IAAI,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,UAAU,CAAC,CAAC;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACpC,GAAG,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,UAAU,CAAC,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,oBAAoB,EACpB,UAAU,GAAG,UAAU,CACxB,GAAG;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,IAAI,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,UAAU,CAAC,CAAC;AAE3D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAE1E,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,cAAc,CAAC,eAAe,CAAC,EAC/B,UAAU,CACX,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Subheader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAE9D,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,IAAI,CACb,qBAAqB,EACrB,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CACzD,CAAC;CACH,GAAG,IAAI,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,UAAU,CAAC,CAAC;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACpC,GAAG,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,UAAU,CAAC,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,oBAAoB,EACpB,UAAU,GAAG,UAAU,CACxB,GAAG;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,IAAI,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,UAAU,CAAC,CAAC;AAE3D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,cAAc,CAAC,eAAe,CAAC,EAC/B,UAAU,CACX,CAAC"}