@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.
- package/dist/i18n/locales/de.json.d.ts +3 -0
- package/dist/i18n/locales/de.json.js +4 -2
- package/dist/i18n/locales/en.json.d.ts +3 -0
- package/dist/i18n/locales/en.json.js +6 -4
- package/dist/i18n/locales/es.json.d.ts +3 -0
- package/dist/i18n/locales/es.json.js +6 -4
- package/dist/i18n/locales/fr.json.d.ts +3 -0
- package/dist/i18n/locales/fr.json.js +6 -4
- package/dist/i18n/locales/ja.json.d.ts +3 -0
- package/dist/i18n/locales/ja.json.js +6 -4
- package/dist/i18n/locales/ko.json.d.ts +3 -0
- package/dist/i18n/locales/ko.json.js +6 -4
- package/dist/i18n/locales/pt.json.d.ts +3 -0
- package/dist/i18n/locales/pt.json.js +6 -4
- package/dist/i18n/locales/ru.json.d.ts +3 -0
- package/dist/i18n/locales/ru.json.js +6 -4
- package/dist/i18n/locales/th.json.d.ts +3 -0
- package/dist/i18n/locales/th.json.js +6 -4
- package/dist/i18n/locales/tr.json.d.ts +3 -0
- package/dist/i18n/locales/tr.json.js +6 -4
- package/dist/i18n/locales/zh.json.d.ts +3 -0
- package/dist/i18n/locales/zh.json.js +6 -4
- package/dist/index.js +114 -113
- package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
- package/dist/lib/Components/AmountDisplay/AmountDisplay.js +41 -41
- package/dist/lib/Components/AmountInput/AmountInput.d.ts +1 -1
- package/dist/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
- package/dist/lib/Components/AmountInput/AmountInput.js +35 -32
- package/dist/lib/Components/Banner/Banner.js +5 -5
- package/dist/lib/Components/BaseInput/BaseInput.d.ts +1 -1
- package/dist/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
- package/dist/lib/Components/BaseInput/BaseInput.js +44 -41
- package/dist/lib/Components/Button/BaseButton.d.ts +1 -1
- package/dist/lib/Components/Button/BaseButton.d.ts.map +1 -1
- package/dist/lib/Components/Button/BaseButton.js +28 -25
- package/dist/lib/Components/Button/Button.js +9 -9
- package/dist/lib/Components/Card/Card.d.ts.map +1 -1
- package/dist/lib/Components/Card/Card.js +110 -107
- package/dist/lib/Components/Card/types.d.ts +1 -0
- package/dist/lib/Components/Card/types.d.ts.map +1 -1
- package/dist/lib/Components/CardButton/CardButton.d.ts +1 -1
- package/dist/lib/Components/CardButton/CardButton.d.ts.map +1 -1
- package/dist/lib/Components/CardButton/CardButton.js +28 -24
- package/dist/lib/Components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/lib/Components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/lib/Components/Checkbox/Checkbox.js +26 -14
- package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.js +2 -2
- package/dist/lib/Components/Dialog/types.d.ts +1 -1
- package/dist/lib/Components/Icon/Icon.js +4 -4
- package/dist/lib/Components/Icon/createIcon.js +4 -4
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts +1 -1
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +40 -20
- package/dist/lib/Components/InteractiveIcon/types.d.ts +14 -1
- package/dist/lib/Components/InteractiveIcon/types.d.ts.map +1 -1
- package/dist/lib/Components/Link/Link.d.ts +1 -1
- package/dist/lib/Components/Link/Link.d.ts.map +1 -1
- package/dist/lib/Components/Link/Link.js +44 -33
- package/dist/lib/Components/Link/types.d.ts +5 -0
- package/dist/lib/Components/Link/types.d.ts.map +1 -1
- package/dist/lib/Components/ListItem/ListItem.d.ts.map +1 -1
- package/dist/lib/Components/ListItem/ListItem.js +72 -65
- package/dist/lib/Components/MediaCard/MediaCard.d.ts +33 -0
- package/dist/lib/Components/MediaCard/MediaCard.d.ts.map +1 -0
- package/dist/lib/Components/MediaCard/MediaCard.js +128 -0
- package/dist/lib/Components/MediaCard/index.d.ts +3 -0
- package/dist/lib/Components/MediaCard/index.d.ts.map +1 -0
- package/dist/lib/Components/MediaCard/types.d.ts +30 -0
- package/dist/lib/Components/MediaCard/types.d.ts.map +1 -0
- package/dist/lib/Components/Menu/Menu.d.ts +3 -3
- package/dist/lib/Components/Menu/Menu.d.ts.map +1 -1
- package/dist/lib/Components/Menu/Menu.js +133 -104
- package/dist/lib/Components/NavBar/CoinCapsule.js +4 -4
- package/dist/lib/Components/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/lib/Components/SegmentedControl/SegmentedControl.js +88 -51
- package/dist/lib/Components/SegmentedControl/SegmentedControlContext.d.ts +1 -1
- package/dist/lib/Components/SegmentedControl/SegmentedControlContext.d.ts.map +1 -1
- package/dist/lib/Components/Select/Select.d.ts +5 -5
- package/dist/lib/Components/Select/Select.d.ts.map +1 -1
- package/dist/lib/Components/Select/Select.js +94 -76
- package/dist/lib/Components/Select/index.d.ts +1 -1
- package/dist/lib/Components/Select/types.d.ts +4 -4
- package/dist/lib/Components/SideBar/SideBar.d.ts +1 -1
- package/dist/lib/Components/SideBar/SideBar.d.ts.map +1 -1
- package/dist/lib/Components/SideBar/SideBar.js +77 -74
- package/dist/lib/Components/SideBar/types.d.ts +12 -4
- package/dist/lib/Components/SideBar/types.d.ts.map +1 -1
- package/dist/lib/Components/Spot/Spot.js +3 -3
- package/dist/lib/Components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/lib/Components/Stepper/Stepper.js +34 -24
- package/dist/lib/Components/Subheader/Subheader.d.ts +2 -7
- package/dist/lib/Components/Subheader/Subheader.d.ts.map +1 -1
- package/dist/lib/Components/Subheader/Subheader.js +31 -49
- package/dist/lib/Components/Subheader/index.d.ts +1 -1
- package/dist/lib/Components/Subheader/index.d.ts.map +1 -1
- package/dist/lib/Components/Subheader/types.d.ts +1 -11
- package/dist/lib/Components/Subheader/types.d.ts.map +1 -1
- package/dist/lib/Components/Switch/Switch.d.ts +1 -1
- package/dist/lib/Components/Switch/Switch.d.ts.map +1 -1
- package/dist/lib/Components/Switch/Switch.js +30 -22
- package/dist/lib/Components/Table/Table.js +49 -49
- package/dist/lib/Components/Tag/Tag.d.ts +1 -1
- package/dist/lib/Components/Tag/Tag.d.ts.map +1 -1
- package/dist/lib/Components/Tag/Tag.js +17 -14
- package/dist/lib/Components/Tile/Tile.d.ts +5 -12
- package/dist/lib/Components/Tile/Tile.d.ts.map +1 -1
- package/dist/lib/Components/Tile/Tile.js +79 -82
- package/dist/lib/Components/Tile/index.d.ts +1 -1
- package/dist/lib/Components/Tile/index.d.ts.map +1 -1
- package/dist/lib/Components/Tile/types.d.ts +1 -10
- package/dist/lib/Components/Tile/types.d.ts.map +1 -1
- package/dist/lib/Components/TileButton/TileButton.d.ts +1 -1
- package/dist/lib/Components/TileButton/TileButton.d.ts.map +1 -1
- package/dist/lib/Components/TileButton/TileButton.js +26 -23
- package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.d.ts → TriggerButton/TriggerButton.d.ts} +10 -10
- package/dist/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -0
- package/dist/lib/Components/TriggerButton/TriggerButton.js +76 -0
- package/dist/lib/Components/TriggerButton/index.d.ts +3 -0
- package/dist/lib/Components/{ButtonTrigger → TriggerButton}/index.d.ts.map +1 -1
- package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts +1 -1
- package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts.map +1 -1
- package/dist/lib/Components/index.d.ts +2 -1
- package/dist/lib/Components/index.d.ts.map +1 -1
- package/dist/lib/Symbols/Icons/NanoGen5.d.ts +29 -0
- package/dist/lib/Symbols/Icons/NanoGen5.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/NanoGen5.js +27 -0
- package/dist/lib/Symbols/index.d.ts +1 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +194 -192
- package/dist/libs/utils-shared/dist/index.js +95 -90
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +0 -1
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.js +0 -73
- package/dist/lib/Components/ButtonTrigger/index.d.ts +0 -3
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
2
|
-
import { createSafeContext as
|
|
3
|
-
import { cva as
|
|
4
|
-
import { t as
|
|
5
|
-
import { useCallback as
|
|
6
|
-
import { Tooltip as
|
|
7
|
-
import { useControllableState as
|
|
8
|
-
import { ExpandRight as
|
|
9
|
-
import { ExpandLeft as
|
|
10
|
-
const [
|
|
11
|
-
root:
|
|
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:
|
|
30
|
-
item:
|
|
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
|
-
},
|
|
53
|
+
}, F = ({
|
|
54
54
|
ref: n,
|
|
55
55
|
collapsed: t,
|
|
56
56
|
defaultCollapsed: e = !1,
|
|
57
57
|
onCollapsedChange: o,
|
|
58
|
-
active:
|
|
58
|
+
active: s,
|
|
59
59
|
defaultActive: i,
|
|
60
|
-
onActiveChange:
|
|
61
|
-
children:
|
|
60
|
+
onActiveChange: c,
|
|
61
|
+
children: u,
|
|
62
62
|
className: p,
|
|
63
|
-
...
|
|
63
|
+
...f
|
|
64
64
|
}) => {
|
|
65
|
-
const [
|
|
65
|
+
const [r, b] = B({
|
|
66
66
|
prop: t,
|
|
67
67
|
defaultProp: e,
|
|
68
68
|
onChange: o
|
|
69
|
-
}), [
|
|
70
|
-
prop:
|
|
69
|
+
}), [g, m] = B({
|
|
70
|
+
prop: s,
|
|
71
71
|
defaultProp: i ?? "",
|
|
72
|
-
onChange:
|
|
72
|
+
onChange: c
|
|
73
73
|
});
|
|
74
74
|
return /* @__PURE__ */ a(
|
|
75
|
-
|
|
75
|
+
D,
|
|
76
76
|
{
|
|
77
|
-
value: { collapsed:
|
|
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:
|
|
83
|
-
"aria-label":
|
|
84
|
-
...
|
|
85
|
-
children:
|
|
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
|
-
|
|
92
|
-
const
|
|
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:
|
|
101
|
+
className: l(d.section(), e),
|
|
102
102
|
...o,
|
|
103
103
|
children: t
|
|
104
104
|
}
|
|
105
105
|
);
|
|
106
|
-
|
|
107
|
-
const
|
|
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:
|
|
116
|
+
className: l("mt-auto", d.section(), e),
|
|
117
117
|
...o,
|
|
118
118
|
children: t
|
|
119
119
|
}
|
|
120
120
|
);
|
|
121
|
-
|
|
122
|
-
const
|
|
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:
|
|
127
|
+
label: s,
|
|
128
128
|
tooltipContent: i,
|
|
129
|
-
disabled:
|
|
130
|
-
className:
|
|
129
|
+
disabled: c = !1,
|
|
130
|
+
className: u,
|
|
131
131
|
onClick: p,
|
|
132
|
-
...
|
|
132
|
+
...f
|
|
133
133
|
}) => {
|
|
134
|
-
const
|
|
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
|
-
}),
|
|
138
|
-
(
|
|
139
|
-
|
|
140
|
+
}), v = g === t, y = v ? o : e, T = i ?? s, w = S(
|
|
141
|
+
(L) => {
|
|
142
|
+
r || (p?.(L), m?.(t));
|
|
140
143
|
},
|
|
141
|
-
[
|
|
142
|
-
),
|
|
143
|
-
/* @__PURE__ */ a(
|
|
144
|
-
|
|
145
|
-
] }),
|
|
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:
|
|
151
|
-
onClick:
|
|
152
|
-
className:
|
|
153
|
-
d.item({ active:
|
|
154
|
-
|
|
153
|
+
disabled: r,
|
|
154
|
+
onClick: w,
|
|
155
|
+
className: l(
|
|
156
|
+
d.item({ active: v, disabled: r }),
|
|
157
|
+
u
|
|
155
158
|
),
|
|
156
|
-
"aria-current":
|
|
157
|
-
...
|
|
158
|
-
children:
|
|
159
|
+
"aria-current": v ? "page" : void 0,
|
|
160
|
+
...f,
|
|
161
|
+
children: A
|
|
159
162
|
}
|
|
160
163
|
);
|
|
161
|
-
return /* @__PURE__ */
|
|
162
|
-
/* @__PURE__ */ a(
|
|
163
|
-
/* @__PURE__ */ a(
|
|
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
|
-
|
|
167
|
-
const
|
|
169
|
+
G.displayName = "SideBarItem";
|
|
170
|
+
const H = ({
|
|
168
171
|
className: n,
|
|
169
172
|
...t
|
|
170
173
|
}) => {
|
|
171
|
-
const { collapsed: e, setCollapsed: o } =
|
|
174
|
+
const { collapsed: e, setCollapsed: o } = N({
|
|
172
175
|
consumerName: "SideBarCollapseToggle",
|
|
173
176
|
contextRequired: !0
|
|
174
|
-
}),
|
|
177
|
+
}), s = S(() => {
|
|
175
178
|
o(!e);
|
|
176
|
-
}, [e, o]), i = e ?
|
|
179
|
+
}, [e, o]), i = e ? q : E;
|
|
177
180
|
return /* @__PURE__ */ a(
|
|
178
181
|
"button",
|
|
179
182
|
{
|
|
180
183
|
type: "button",
|
|
181
|
-
onClick:
|
|
182
|
-
className:
|
|
184
|
+
onClick: s,
|
|
185
|
+
className: l(
|
|
183
186
|
d.item({ active: !1, disabled: !1 }),
|
|
184
187
|
n
|
|
185
188
|
),
|
|
186
|
-
"aria-label": e ?
|
|
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
|
-
|
|
195
|
+
H.displayName = "SideBarCollapseToggle";
|
|
193
196
|
export {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
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
|
-
/**
|
|
7
|
+
/**
|
|
8
|
+
* Whether the sidebar is collapsed.
|
|
9
|
+
*/
|
|
8
10
|
collapsed: boolean;
|
|
9
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* Function to update the collapsed state.
|
|
13
|
+
*/
|
|
10
14
|
setCollapsed: (value: boolean) => void;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The value of the currently active item.
|
|
17
|
+
*/
|
|
12
18
|
active: string;
|
|
13
|
-
/**
|
|
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
|
|
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
|
-
}),
|
|
48
|
+
}), d = {
|
|
49
49
|
32: 12,
|
|
50
50
|
40: 16,
|
|
51
51
|
48: 20,
|
|
52
52
|
56: 24,
|
|
53
53
|
72: 40
|
|
54
|
-
},
|
|
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 =
|
|
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":"
|
|
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
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
const s = 48, i = 4,
|
|
5
|
-
({
|
|
6
|
-
|
|
7
|
-
|
|
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:
|
|
11
|
-
trackDashArray:
|
|
12
|
-
progressDashArray:
|
|
13
|
-
progressDashOffset:
|
|
14
|
-
} =
|
|
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:
|
|
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":
|
|
30
|
-
className:
|
|
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
|
-
...
|
|
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:
|
|
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:
|
|
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:
|
|
76
|
+
cy: d,
|
|
67
77
|
r: n,
|
|
68
78
|
fill: "none",
|
|
69
79
|
stroke: "currentColor",
|
|
70
80
|
strokeLinecap: "round",
|
|
71
|
-
className:
|
|
72
|
-
|
|
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:
|
|
78
|
-
strokeDashoffset:
|
|
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
|
-
|
|
107
|
+
g.displayName = "Stepper";
|
|
98
108
|
export {
|
|
99
|
-
|
|
109
|
+
g as Stepper
|
|
100
110
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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,
|
|
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
|
|
5
|
-
import { InteractiveIcon as
|
|
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:
|
|
7
|
+
children: r,
|
|
8
8
|
as: e = "h2",
|
|
9
|
-
className:
|
|
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
|
-
|
|
16
|
+
t
|
|
17
17
|
),
|
|
18
18
|
...n,
|
|
19
|
-
children:
|
|
19
|
+
children: r
|
|
20
20
|
}
|
|
21
21
|
), x = ({
|
|
22
|
-
children:
|
|
22
|
+
children: r,
|
|
23
23
|
onClick: e,
|
|
24
|
-
className:
|
|
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
|
-
|
|
32
|
+
t
|
|
33
33
|
),
|
|
34
34
|
onClick: e,
|
|
35
35
|
...n,
|
|
36
|
-
children:
|
|
36
|
+
children: r
|
|
37
37
|
}
|
|
38
38
|
), g = ({
|
|
39
|
-
value:
|
|
39
|
+
value: r,
|
|
40
40
|
format: e,
|
|
41
|
-
className:
|
|
41
|
+
className: t,
|
|
42
42
|
...n
|
|
43
43
|
}) => {
|
|
44
|
-
const a = e ? e(
|
|
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",
|
|
48
|
+
className: s("shrink-0 pl-2 body-2 text-muted", t),
|
|
49
49
|
...n,
|
|
50
50
|
children: a
|
|
51
51
|
}
|
|
52
52
|
);
|
|
53
|
-
},
|
|
54
|
-
ref:
|
|
53
|
+
}, u = ({
|
|
54
|
+
ref: r,
|
|
55
55
|
iconType: e = "stroked",
|
|
56
|
-
className:
|
|
56
|
+
className: t,
|
|
57
57
|
...n
|
|
58
58
|
}) => /* @__PURE__ */ o("span", { className: "flex shrink-0 items-center", children: /* @__PURE__ */ o(
|
|
59
|
-
|
|
59
|
+
c,
|
|
60
60
|
{
|
|
61
|
-
ref:
|
|
61
|
+
ref: r,
|
|
62
62
|
iconType: e,
|
|
63
|
-
className:
|
|
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
|
-
|
|
69
|
+
u.displayName = "SubheaderInfo";
|
|
70
70
|
const v = ({
|
|
71
|
-
className:
|
|
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
|
-
|
|
79
|
+
r
|
|
80
80
|
),
|
|
81
81
|
...e,
|
|
82
|
-
children: /* @__PURE__ */ o(
|
|
82
|
+
children: /* @__PURE__ */ o(m, { size: 20 })
|
|
83
83
|
}
|
|
84
84
|
), S = ({
|
|
85
|
-
children:
|
|
85
|
+
children: r,
|
|
86
86
|
className: e,
|
|
87
|
-
...
|
|
88
|
-
}) => /* @__PURE__ */ o("p", { className: s("body-3 text-muted", e), ...
|
|
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
|
-
...
|
|
109
|
-
}) => /* @__PURE__ */ o("div", { className: s("flex flex-col gap-4",
|
|
91
|
+
...t
|
|
92
|
+
}) => /* @__PURE__ */ o("div", { className: s("flex flex-col gap-4", r), ...t, children: e });
|
|
110
93
|
export {
|
|
111
|
-
|
|
112
|
-
N as SubheaderAction,
|
|
94
|
+
N as Subheader,
|
|
113
95
|
g as SubheaderCount,
|
|
114
96
|
S as SubheaderDescription,
|
|
115
|
-
|
|
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,
|
|
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,
|
|
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 {
|
|
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,
|
|
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"}
|