@pismo/marola 2.1.60 → 2.1.61
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/SelectButton-CmFJp2dA.js +58 -0
- package/dist/assets/DoubleAutocomplete.css +1 -1
- package/dist/assets/DoubleInput.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/SelectButton.css +1 -1
- package/dist/assets/Toggle.css +1 -1
- package/dist/assets/TransactionRow.css +1 -1
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.js +19 -19
- package/dist/components/DoubleInput/DoubleInput.js +10 -10
- package/dist/components/Input/Input.js +166 -166
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Select/SelectButton.js +1 -1
- package/dist/components/Toggle/Toggle.js +23 -23
- package/dist/components/TransactionRow/TransactionRow.js +55 -54
- package/dist/marola.css +1 -1
- package/package.json +1 -1
- package/dist/SelectButton-C7KNiPyJ.js +0 -58
|
@@ -10,7 +10,7 @@ import '../../assets/Toggle.css';function W(l) {
|
|
|
10
10
|
defaultChecked: p,
|
|
11
11
|
disabled: c,
|
|
12
12
|
onBlur: a,
|
|
13
|
-
onChange:
|
|
13
|
+
onChange: g,
|
|
14
14
|
onFocus: r,
|
|
15
15
|
onFocusVisible: u,
|
|
16
16
|
readOnly: n,
|
|
@@ -21,23 +21,23 @@ import '../../assets/Toggle.css';function W(l) {
|
|
|
21
21
|
name: "Switch",
|
|
22
22
|
state: "checked"
|
|
23
23
|
}), B = (t) => (o) => {
|
|
24
|
-
var
|
|
25
|
-
o.nativeEvent.defaultPrevented || (x(o.target.checked),
|
|
24
|
+
var b;
|
|
25
|
+
o.nativeEvent.defaultPrevented || (x(o.target.checked), g == null || g(o), (b = t.onChange) == null || b.call(t, o));
|
|
26
26
|
}, {
|
|
27
27
|
isFocusVisibleRef: _,
|
|
28
28
|
onBlur: w,
|
|
29
|
-
onFocus:
|
|
29
|
+
onFocus: f,
|
|
30
30
|
ref: m
|
|
31
31
|
} = L(), [h, P] = V.useState(!1);
|
|
32
32
|
c && h && P(!1), V.useEffect(() => {
|
|
33
33
|
_.current = h;
|
|
34
34
|
}, [h, _]);
|
|
35
35
|
const k = V.useRef(null), R = (t) => (o) => {
|
|
36
|
-
var
|
|
37
|
-
k.current || (k.current = o.currentTarget),
|
|
36
|
+
var b;
|
|
37
|
+
k.current || (k.current = o.currentTarget), f(o), _.current === !0 && (P(!0), u == null || u(o)), r == null || r(o), (b = t.onFocus) == null || b.call(t, o);
|
|
38
38
|
}, O = (t) => (o) => {
|
|
39
|
-
var
|
|
40
|
-
w(o), _.current === !1 && P(!1), a == null || a(o), (
|
|
39
|
+
var b;
|
|
40
|
+
w(o), _.current === !1 && P(!1), a == null || a(o), (b = t.onBlur) == null || b.call(t, o);
|
|
41
41
|
}, C = v(m, k);
|
|
42
42
|
return {
|
|
43
43
|
checked: S,
|
|
@@ -81,7 +81,7 @@ const G = ["checked", "defaultChecked", "disabled", "onBlur", "onChange", "onFoc
|
|
|
81
81
|
track: ["track"]
|
|
82
82
|
}, A(z));
|
|
83
83
|
}, E = /* @__PURE__ */ V.forwardRef(function(s, p) {
|
|
84
|
-
var c, a,
|
|
84
|
+
var c, a, g, r;
|
|
85
85
|
const {
|
|
86
86
|
slotProps: u = {},
|
|
87
87
|
slots: n = {}
|
|
@@ -91,35 +91,35 @@ const G = ["checked", "defaultChecked", "disabled", "onBlur", "onChange", "onFoc
|
|
|
91
91
|
disabled: B,
|
|
92
92
|
focusVisible: _,
|
|
93
93
|
readOnly: w
|
|
94
|
-
} = W(s),
|
|
94
|
+
} = W(s), f = y({}, s, {
|
|
95
95
|
checked: x,
|
|
96
96
|
disabled: B,
|
|
97
97
|
focusVisible: _,
|
|
98
98
|
readOnly: w
|
|
99
|
-
}), m = J(
|
|
99
|
+
}), m = J(f), h = (c = n.root) != null ? c : "span", P = N({
|
|
100
100
|
elementType: h,
|
|
101
101
|
externalSlotProps: u.root,
|
|
102
102
|
externalForwardedProps: i,
|
|
103
103
|
additionalProps: {
|
|
104
104
|
ref: p
|
|
105
105
|
},
|
|
106
|
-
ownerState:
|
|
106
|
+
ownerState: f,
|
|
107
107
|
className: m.root
|
|
108
108
|
}), k = (a = n.thumb) != null ? a : "span", R = N({
|
|
109
109
|
elementType: k,
|
|
110
110
|
externalSlotProps: u.thumb,
|
|
111
|
-
ownerState:
|
|
111
|
+
ownerState: f,
|
|
112
112
|
className: m.thumb
|
|
113
|
-
}), O = (
|
|
113
|
+
}), O = (g = n.input) != null ? g : "input", C = N({
|
|
114
114
|
elementType: O,
|
|
115
115
|
getSlotProps: S,
|
|
116
116
|
externalSlotProps: u.input,
|
|
117
|
-
ownerState:
|
|
117
|
+
ownerState: f,
|
|
118
118
|
className: m.input
|
|
119
119
|
}), j = n.track === null ? () => null : (r = n.track) != null ? r : "span", t = N({
|
|
120
120
|
elementType: j,
|
|
121
121
|
externalSlotProps: u.track,
|
|
122
|
-
ownerState:
|
|
122
|
+
ownerState: f,
|
|
123
123
|
className: m.track
|
|
124
124
|
});
|
|
125
125
|
return /* @__PURE__ */ I(h, y({}, P, {
|
|
@@ -197,30 +197,30 @@ process.env.NODE_ENV !== "production" && (E.propTypes = {
|
|
|
197
197
|
track: e.oneOfType([e.elementType, e.oneOf([null])])
|
|
198
198
|
})
|
|
199
199
|
});
|
|
200
|
-
const K = "
|
|
200
|
+
const K = "_toggle__label_spoae_44", Q = "_toggle_spoae_44", X = "_input_spoae_90", Y = "_thumb_spoae_101", Z = "_track_spoae_115", d = {
|
|
201
201
|
toggle__label: K,
|
|
202
202
|
toggle: Q,
|
|
203
|
-
"toggle__toggle-el-wrapper": "_toggle__toggle-el-
|
|
203
|
+
"toggle__toggle-el-wrapper": "_toggle__toggle-el-wrapper_spoae_86",
|
|
204
204
|
input: X,
|
|
205
205
|
thumb: Y,
|
|
206
206
|
track: Z,
|
|
207
|
-
"toggle--focus-visible": "_toggle--focus-
|
|
208
|
-
"toggle--checked": "_toggle--
|
|
209
|
-
"toggle--disabled": "_toggle--
|
|
207
|
+
"toggle--focus-visible": "_toggle--focus-visible_spoae_125",
|
|
208
|
+
"toggle--checked": "_toggle--checked_spoae_129",
|
|
209
|
+
"toggle--disabled": "_toggle--disabled_spoae_142"
|
|
210
210
|
}, ce = ({
|
|
211
211
|
label: l,
|
|
212
212
|
checked: s,
|
|
213
213
|
disabled: p,
|
|
214
214
|
classNameWrapper: c,
|
|
215
215
|
classNameInput: a,
|
|
216
|
-
"data-testid":
|
|
216
|
+
"data-testid": g,
|
|
217
217
|
onChange: r,
|
|
218
218
|
classNameLabel: u
|
|
219
219
|
}) => {
|
|
220
220
|
const n = (i) => {
|
|
221
221
|
r == null || r(i);
|
|
222
222
|
};
|
|
223
|
-
return /* @__PURE__ */ I("div", { className: F(d.toggle, c), "data-testid":
|
|
223
|
+
return /* @__PURE__ */ I("div", { className: F(d.toggle, c), "data-testid": g, children: [
|
|
224
224
|
/* @__PURE__ */ T(
|
|
225
225
|
E,
|
|
226
226
|
{
|
|
@@ -1,40 +1,41 @@
|
|
|
1
1
|
import { jsx as e, jsxs as i, Fragment as _ } from "react/jsx-runtime";
|
|
2
|
-
import { Avatar as
|
|
2
|
+
import { Avatar as g } from "../Avatar/Avatar.js";
|
|
3
3
|
import { Icon as d } from "../Icon/Icon.js";
|
|
4
|
-
import { SkeletonCircle as
|
|
5
|
-
import { Typography as
|
|
6
|
-
import '../../assets/TransactionRow.css';const F = "
|
|
4
|
+
import { SkeletonCircle as f, Skeleton as a } from "../Skeleton/Skeleton.js";
|
|
5
|
+
import { Typography as c } from "../Typography/Typography.js";
|
|
6
|
+
import '../../assets/TransactionRow.css';const F = "_container_f0c9g_1", M = "_container__grid_f0c9g_6", R = "_container__avatar_f0c9g_32", q = "_container__separator_f0c9g_125", n = {
|
|
7
7
|
container: F,
|
|
8
8
|
container__grid: M,
|
|
9
|
-
"container--pending": "_container--
|
|
10
|
-
"container__pending-right": "_container__pending-
|
|
11
|
-
"container--two-line": "_container--two-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"container__two-line-
|
|
16
|
-
"container__two-line-
|
|
17
|
-
"container__two-line-
|
|
18
|
-
"container__two-line-right
|
|
19
|
-
"container__two-line-right-
|
|
20
|
-
"
|
|
21
|
-
"container__info-section
|
|
22
|
-
"container__info-section--
|
|
23
|
-
"container__info-section--
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
9
|
+
"container--pending": "_container--pending_f0c9g_14",
|
|
10
|
+
"container__pending-right": "_container__pending-right_f0c9g_21",
|
|
11
|
+
"container--two-line": "_container--two-line_f0c9g_24",
|
|
12
|
+
container__avatar: R,
|
|
13
|
+
"container__icon-wrapper": "_container__icon-wrapper_f0c9g_39",
|
|
14
|
+
"container__pending-indicator": "_container__pending-indicator_f0c9g_43",
|
|
15
|
+
"container__two-line-content": "_container__two-line-content_f0c9g_56",
|
|
16
|
+
"container__two-line-primary": "_container__two-line-primary_f0c9g_63",
|
|
17
|
+
"container__two-line-secondary": "_container__two-line-secondary_f0c9g_68",
|
|
18
|
+
"container__two-line-right": "_container__two-line-right_f0c9g_72",
|
|
19
|
+
"container__two-line-right-primary": "_container__two-line-right-primary_f0c9g_80",
|
|
20
|
+
"container__two-line-right-secondary": "_container__two-line-right-secondary_f0c9g_85",
|
|
21
|
+
"container__info-section": "_container__info-section_f0c9g_89",
|
|
22
|
+
"container__info-section--content": "_container__info-section--content_f0c9g_93",
|
|
23
|
+
"container__info-section--item": "_container__info-section--item_f0c9g_97",
|
|
24
|
+
"container__info-section--right": "_container__info-section--right_f0c9g_114",
|
|
25
|
+
"container__truncate-text": "_container__truncate-text_f0c9g_118",
|
|
26
|
+
container__separator: q
|
|
27
|
+
}, O = ({
|
|
27
28
|
dateTime: k,
|
|
28
|
-
category:
|
|
29
|
-
categoryType:
|
|
29
|
+
category: y,
|
|
30
|
+
categoryType: w,
|
|
30
31
|
name: N,
|
|
31
32
|
type: z,
|
|
32
33
|
installments: l,
|
|
33
34
|
amount: $,
|
|
34
35
|
month: A,
|
|
35
|
-
icon:
|
|
36
|
-
onClick:
|
|
37
|
-
pendingItem:
|
|
36
|
+
icon: h,
|
|
37
|
+
onClick: o,
|
|
38
|
+
pendingItem: p = !1,
|
|
38
39
|
isLoading: t = !1,
|
|
39
40
|
isPendingTransaction: D = !1,
|
|
40
41
|
"data-testid": r = "Description",
|
|
@@ -58,17 +59,17 @@ import '../../assets/TransactionRow.css';const F = "_container_1a6p1_1", M = "_c
|
|
|
58
59
|
return;
|
|
59
60
|
}
|
|
60
61
|
})();
|
|
61
|
-
return j === "two-line" ? /* @__PURE__ */ e("div", { className: n.container, onClick: () =>
|
|
62
|
-
t ? /* @__PURE__ */ e(
|
|
63
|
-
/* @__PURE__ */ e(
|
|
64
|
-
|
|
62
|
+
return j === "two-line" ? /* @__PURE__ */ e("div", { className: n.container, onClick: () => o == null ? void 0 : o(), children: /* @__PURE__ */ i("div", { className: n["container--two-line"], children: [
|
|
63
|
+
t ? /* @__PURE__ */ e(f, { size: "32px", "data-testid": `${r}-skeletonIcon` }) : /* @__PURE__ */ i("div", { className: n["container__icon-wrapper"], children: [
|
|
64
|
+
/* @__PURE__ */ e(g, { type: "icon", className: n.container__avatar, children: /* @__PURE__ */ e(d, { icon: h || "coin", color: s }) }),
|
|
65
|
+
p && /* @__PURE__ */ e("div", { className: n["container__pending-indicator"], children: /* @__PURE__ */ e(d, { icon: "clock-rotate-left", color: "var(--colors-brand-primary-color-primary)", size: "0.75rem" }) })
|
|
65
66
|
] }),
|
|
66
67
|
/* @__PURE__ */ e("div", { className: n["container__two-line-content"], children: t ? /* @__PURE__ */ i(_, { children: [
|
|
67
68
|
/* @__PURE__ */ e(a, { style: { width: 140 }, "data-testid": `${r}-skeletonName` }),
|
|
68
69
|
/* @__PURE__ */ e(a, { style: { width: 100, marginTop: "4px" }, "data-testid": `${r}-skeletonDate` })
|
|
69
70
|
] }) : /* @__PURE__ */ i(_, { children: [
|
|
70
71
|
b && /* @__PURE__ */ e(
|
|
71
|
-
|
|
72
|
+
c,
|
|
72
73
|
{
|
|
73
74
|
color: "var(--gray-95)",
|
|
74
75
|
variant: "base",
|
|
@@ -77,14 +78,14 @@ import '../../assets/TransactionRow.css';const F = "_container_1a6p1_1", M = "_c
|
|
|
77
78
|
children: b
|
|
78
79
|
}
|
|
79
80
|
),
|
|
80
|
-
u && /* @__PURE__ */ e(
|
|
81
|
+
u && /* @__PURE__ */ e(c, { color: "var(--gray-75)", variant: "base", className: n["container__two-line-secondary"], children: u })
|
|
81
82
|
] }) }),
|
|
82
|
-
(m || v ||
|
|
83
|
+
(m || v || p || t) && /* @__PURE__ */ e("div", { className: n["container__two-line-right"], children: t ? /* @__PURE__ */ i(_, { children: [
|
|
83
84
|
/* @__PURE__ */ e(a, { style: { width: 60 }, "data-testid": `${r}-skeletonType` }),
|
|
84
85
|
/* @__PURE__ */ e(a, { style: { width: 50, marginTop: "4px" }, "data-testid": `${r}-skeletonAmount` })
|
|
85
86
|
] }) : /* @__PURE__ */ i(_, { children: [
|
|
86
87
|
m && /* @__PURE__ */ e(
|
|
87
|
-
|
|
88
|
+
c,
|
|
88
89
|
{
|
|
89
90
|
color: s || "var(--gray-95)",
|
|
90
91
|
variant: "base",
|
|
@@ -92,8 +93,8 @@ import '../../assets/TransactionRow.css';const F = "_container_1a6p1_1", M = "_c
|
|
|
92
93
|
children: m
|
|
93
94
|
}
|
|
94
95
|
),
|
|
95
|
-
(v || l ||
|
|
96
|
-
|
|
96
|
+
(v || l || p) && /* @__PURE__ */ i(
|
|
97
|
+
c,
|
|
97
98
|
{
|
|
98
99
|
color: "var(--gray-75)",
|
|
99
100
|
variant: "base",
|
|
@@ -108,14 +109,14 @@ import '../../assets/TransactionRow.css';const F = "_container_1a6p1_1", M = "_c
|
|
|
108
109
|
}
|
|
109
110
|
)
|
|
110
111
|
] }) })
|
|
111
|
-
] }) }) : D ? /* @__PURE__ */ e("div", { className: n.container, children: /* @__PURE__ */ i("div", { className: n["container--pending"], onClick: () =>
|
|
112
|
-
t ? /* @__PURE__ */ e(
|
|
113
|
-
/* @__PURE__ */ e("div", { className: n["container__info-section"], children: /* @__PURE__ */ e("div", { className: n["container__info-section--item"], children: t ? /* @__PURE__ */ e(a, { style: { width: 140 }, "data-testid": `${r}-skeletonName` }) : /* @__PURE__ */ e(
|
|
114
|
-
/* @__PURE__ */ e("div", { className: n["container__pending-right"], children: t ? /* @__PURE__ */ e(a, { style: { width: 70 }, "data-testid": `${r}-skeletonAmount` }) : /* @__PURE__ */ e(
|
|
115
|
-
] }) }) : /* @__PURE__ */ e("div", { className: n.container, children: /* @__PURE__ */ i("div", { onClick: () =>
|
|
116
|
-
/* @__PURE__ */ e("div", { children: t ? /* @__PURE__ */ e(a, { style: { width: 50 }, "data-testid": `${r}-skeletonMonth` }) : /* @__PURE__ */ e(
|
|
117
|
-
/* @__PURE__ */ e("div", { children: t ? /* @__PURE__ */ e(a, { style: { width: 90 }, "data-testid": `${r}-skeletonDate` }) : /* @__PURE__ */ e(
|
|
118
|
-
t ? /* @__PURE__ */ e(
|
|
112
|
+
] }) }) : D ? /* @__PURE__ */ e("div", { className: n.container, children: /* @__PURE__ */ i("div", { className: n["container--pending"], onClick: () => o == null ? void 0 : o(), children: [
|
|
113
|
+
t ? /* @__PURE__ */ e(f, { size: "32px", "data-testid": `${r}-skeletonIcon` }) : /* @__PURE__ */ e(g, { type: "icon", children: /* @__PURE__ */ e(d, { icon: h || "coin", color: s }) }),
|
|
114
|
+
/* @__PURE__ */ e("div", { className: n["container__info-section"], children: /* @__PURE__ */ e("div", { className: n["container__info-section--item"], children: t ? /* @__PURE__ */ e(a, { style: { width: 140 }, "data-testid": `${r}-skeletonName` }) : /* @__PURE__ */ e(c, { color: "var(--gray-95)", variant: "base", "data-testid": `${r}-content`, children: N }) }) }),
|
|
115
|
+
/* @__PURE__ */ e("div", { className: n["container__pending-right"], children: t ? /* @__PURE__ */ e(a, { style: { width: 70 }, "data-testid": `${r}-skeletonAmount` }) : /* @__PURE__ */ e(c, { bold: !0, color: "var(--gray-95)", variant: "base", children: $ }) })
|
|
116
|
+
] }) }) : /* @__PURE__ */ e("div", { className: n.container, children: /* @__PURE__ */ i("div", { onClick: () => o == null ? void 0 : o(), className: n.container__grid, children: [
|
|
117
|
+
/* @__PURE__ */ e("div", { children: t ? /* @__PURE__ */ e(a, { style: { width: 50 }, "data-testid": `${r}-skeletonMonth` }) : /* @__PURE__ */ e(c, { color: "var(--gray-95)", variant: "base", children: A }) }),
|
|
118
|
+
/* @__PURE__ */ e("div", { children: t ? /* @__PURE__ */ e(a, { style: { width: 90 }, "data-testid": `${r}-skeletonDate` }) : /* @__PURE__ */ e(c, { color: "var(--gray-95)", variant: "base", children: k }) }),
|
|
119
|
+
t ? /* @__PURE__ */ e(f, { size: "32px", "data-testid": `${r}-skeletonIcon` }) : /* @__PURE__ */ e(g, { type: "icon", children: /* @__PURE__ */ e(d, { icon: h || "coin", color: s }) }),
|
|
119
120
|
/* @__PURE__ */ e("div", { className: n["container__info-section"], children: /* @__PURE__ */ e("div", { className: n["container__info-section--content"], children: t ? /* @__PURE__ */ i(_, { children: [
|
|
120
121
|
/* @__PURE__ */ e(
|
|
121
122
|
a,
|
|
@@ -139,7 +140,7 @@ import '../../assets/TransactionRow.css';const F = "_container_1a6p1_1", M = "_c
|
|
|
139
140
|
}
|
|
140
141
|
)
|
|
141
142
|
] }) : /* @__PURE__ */ i(
|
|
142
|
-
|
|
143
|
+
c,
|
|
143
144
|
{
|
|
144
145
|
color: "var(--gray-95)",
|
|
145
146
|
variant: "base",
|
|
@@ -147,24 +148,24 @@ import '../../assets/TransactionRow.css';const F = "_container_1a6p1_1", M = "_c
|
|
|
147
148
|
"data-testid": `${r}-content`,
|
|
148
149
|
children: [
|
|
149
150
|
/* @__PURE__ */ e("span", { "data-testid": `${r}-name`, children: N }),
|
|
150
|
-
|
|
151
|
+
y && /* @__PURE__ */ i(_, { children: [
|
|
151
152
|
/* @__PURE__ */ e("span", { className: n.container__separator }),
|
|
152
|
-
/* @__PURE__ */ e("span", { "data-testid": `${r}-category`, children:
|
|
153
|
+
/* @__PURE__ */ e("span", { "data-testid": `${r}-category`, children: y })
|
|
153
154
|
] }),
|
|
154
|
-
|
|
155
|
+
w && /* @__PURE__ */ i(_, { children: [
|
|
155
156
|
/* @__PURE__ */ e("span", { className: n.container__separator }),
|
|
156
|
-
/* @__PURE__ */ e("span", { "data-testid": `${r}-categoryType`, children:
|
|
157
|
+
/* @__PURE__ */ e("span", { "data-testid": `${r}-categoryType`, children: w })
|
|
157
158
|
] })
|
|
158
159
|
]
|
|
159
160
|
}
|
|
160
161
|
) }) }),
|
|
161
162
|
/* @__PURE__ */ i("div", { className: n["container__info-section--right"], children: [
|
|
162
|
-
l && /* @__PURE__ */ e("div", { className: n["container__info-section--item"], children: t ? /* @__PURE__ */ e(a, { style: { width: 70 }, "data-testid": `${r}-skeletonInstallments` }) : /* @__PURE__ */ e(
|
|
163
|
-
/* @__PURE__ */ e("div", { className: n["container__info-section--item"], children: t ? /* @__PURE__ */ e(a, { style: { width: 70 }, "data-testid": `${r}-skeletonType` }) : /* @__PURE__ */ e(
|
|
163
|
+
l && /* @__PURE__ */ e("div", { className: n["container__info-section--item"], children: t ? /* @__PURE__ */ e(a, { style: { width: 70 }, "data-testid": `${r}-skeletonInstallments` }) : /* @__PURE__ */ e(c, { color: "var(--gray-95)", variant: "base", children: l }) }),
|
|
164
|
+
/* @__PURE__ */ e("div", { className: n["container__info-section--item"], children: t ? /* @__PURE__ */ e(a, { style: { width: 70 }, "data-testid": `${r}-skeletonType` }) : /* @__PURE__ */ e(c, { color: "var(--gray-95)", variant: "base", children: z }) })
|
|
164
165
|
] }),
|
|
165
|
-
/* @__PURE__ */ e("div", { className: n["container__info-section--right"], children: t ? /* @__PURE__ */ e(a, { style: { width: 140 }, "data-testid": `${r}-skeletonAmount` }) : /* @__PURE__ */ e(
|
|
166
|
+
/* @__PURE__ */ e("div", { className: n["container__info-section--right"], children: t ? /* @__PURE__ */ e(a, { style: { width: 140 }, "data-testid": `${r}-skeletonAmount` }) : /* @__PURE__ */ e(c, { bold: !0, variant: "base", children: $ }) })
|
|
166
167
|
] }) });
|
|
167
168
|
};
|
|
168
169
|
export {
|
|
169
|
-
|
|
170
|
+
O as TransactionRow
|
|
170
171
|
};
|
package/dist/marola.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204;--border: #d9d9d9;--border-rgb: 217, 217, 217;--border-secondary: #f0f0f0;--border-secondary-rgb: 240, 240, 240;--error-background: #fff2f0;--error-background-rgb: 255, 242, 240;--error-border: #ffccc7;--error-border-rgb: 255, 204, 199;--error-text: #d9363e;--error-text-rgb: 217, 54, 62;--success-text: #045440;--success-text-rgb: 4, 84, 64;--warning-text: #874d00;--warning-text-rgb: 135, 77, 0;--warning: #faad14;--warning-rgb: 250, 173, 20;--info-text: #003e80;--info-text-rgb: 0, 62, 128;--avatar-background: rgba(63, 61, 75, .2509803922);--avatar-background-rgb: 63, 61, 75}:root{--gray-100: #16161e;--gray-100-rgb: 22, 22, 30;--gray-95: #3f3d4b;--gray-95-rgb: 63, 61, 75;--gray-90: #525061;--gray-90-rgb: 82, 80, 97;--gray-75: #838192;--gray-75-rgb: 131, 129, 146;--gray-50: #bcbac8;--gray-50-rgb: 188, 186, 200;--gray-25: #dbdae2;--gray-25-rgb: 219, 218, 226;--gray-10: #ebeaf0;--gray-10-rgb: 235, 234, 240;--gray-5: #f7f7fc;--gray-5-rgb: 247, 247, 252;--black-100: #000000;--black-100-rgb: 0, 0, 0;--black-75: #616161;--black-75-rgb: 97, 97, 97;--black-50: #838192;--black-50-rgb: 131, 129, 146;--black-25: #bcbac8;--black-25-rgb: 188, 186, 200;--black-10: #ebeaf0;--black-10-rgb: 235, 234, 240;--white-100: #ffffff;--white-100-rgb: 255, 255, 255;--green-1: #f0fff7;--green-1-rgb: 240, 255, 247;--green-3: #a1edcb;--green-3-rgb: 161, 237, 203;--green-6: #28c88f;--green-6-rgb: 40, 200, 143;--blue-1: #e6f9ff;--blue-1-rgb: 230, 249, 255;--blue-3: #94ddff;--blue-3-rgb: 148, 221, 255;--blue-6: #1897f3;--blue-6-rgb: 24, 151, 243;--gold-1: #fffbe6;--gold-1-rgb: 255, 251, 230;--gold-3: #ffe58f;--gold-3-rgb: 255, 229, 143;--gold-6: #faad14;--gold-6-rgb: 250, 173, 20;--magenta-1: #fff0f6;--magenta-1-rgb: 255, 240, 246;--magenta-3: #ffadd2;--magenta-3-rgb: 255, 173, 210;--magenta-6: #eb2f96;--magenta-6-rgb: 235, 47, 150;--cyan-1: #e6fffb;--cyan-1-rgb: 230, 255, 251;--cyan-3: #87e8de;--cyan-3-rgb: 135, 232, 222;--cyan-6: #13c2c2;--cyan-6-rgb: 19, 194, 194;--geek-blue-1: #f0f5ff;--geek-blue-1-rgb: 240, 245, 255;--geek-blue-3: #adc6ff;--geek-blue-3-rgb: 173, 198, 255;--geek-blue-5: #597ef7;--geek-blue-5-rgb: 89, 126, 247;--geek-blue-6: #2f54eb;--geek-blue-6-rgb: 47, 84, 235;--lime-1: #fcffe6;--lime-1-rgb: 252, 255, 230;--lime-3: #eaff8f;--lime-3-rgb: 234, 255, 143;--lime-6: #a0d911;--lime-6-rgb: 160, 217, 17;--orange-1: #fffaf0;--orange-1-rgb: 255, 250, 240;--orange-3: #ffe8bf;--orange-3-rgb: 255, 232, 191;--orange-6: #ffa945;--orange-6-rgb: 255, 169, 69;--purple-1: #f9f0ff;--purple-1-rgb: 249, 240, 255;--purple-3: #d3adf7;--purple-3-rgb: 211, 173, 247;--purple-6: #722ed1;--purple-6-rgb: 114, 46, 209;--red-1: #fff0f0;--red-1-rgb: 255, 240, 240;--red-3: #fcbdc3;--red-3-rgb: 252, 189, 195;--red-6: #d53a56;--red-6-rgb: 213, 58, 86;--volcano-1: #fff2e8;--volcano-1-rgb: 255, 242, 232;--volcano-3: #ffbb96;--volcano-3-rgb: 255, 187, 150;--volcano-6: #fa541c;--volcano-6-rgb: 250, 84, 28}:root{--heading-font-weight: 700;--heading-font-size-1: 3.75rem;--heading-line-height-1: 4.875rem;--heading-font-size-2: 3rem;--heading-line-height-2: 4rem;--heading-font-size-3: 2.25rem;--heading-line-height-3: 2.875rem;--heading-font-size-4: 1.875rem;--heading-line-height-4: 2.375rem;--heading-font-size-5: 1.5rem;--heading-line-height-5: 2rem;--heading-font-size-6: 1.25rem;--heading-line-height-6: 1.75rem;--base-font-size: .875rem;--base-line-height: 1.375rem;--base-weight: 400;--base-bold: 700;--base-font-size-sm: .75rem;--base-line-height-sm: 1.25rem;--base-font-size-lg: 1rem;--base-line-height-lg: 1.5rem;--base-font-size-xl: 1.25rem;--base-line-height-xl: 1.75rem;--base-font-size-xxl: 1.5rem;--base-line-height-xxl: 2rem}:root{--heading-font-weight: 700;--heading-font-size-xl: 3.75rem;--heading-line-height-xl: 4.875rem;--heading-font-size-l: 3rem;--heading-line-height-l: 3.9375rem;--heading-font-size: 2.25rem;--heading-line-height: 2.875rem;--heading-font-size-s: 1.5rem;--heading-line-height-s: 2rem;--body-font-size: 1rem;--body-line-height: 1.3125rem;--body-weight: normal;--body-bold: bold;--body-font-size-large: 1.5rem;--body-line-height-large: 1.625rem;--body-font-size-medium: 1.125;--body-line-height-medium: 1rem;--body-font-size-small: .875rem;--body-line-height-small: 1.125rem;--body-font-size-tiny: .75rem;--body-line-height-tiny: 1rem;--quote-font-size-large: 1.5rem;--quote-line-height-large: 2rem;--quote-font-weight-large: normal;--quote-font-size: 1rem;--quote-line-height: 1.3125rem;--quote-font-weight: normal;--form-input-font-size: 1rem;--form-input-line-height: 1.3125rem;--form-input-font-weight: bold;--form-hint-font-size: .875rem;--form-hint-line-height: 1.3125rem;--form-hint-font-weight: normal;--form-label-font-size: .875rem;--form-label-line-height: 1.3125rem;--form-label-font-weight: normal;--form-dropdown-font-size: 1rem;--form-dropdown-line-height: 1.3125rem;--form-dropdown-font-weight: normal;--table-font-size: .875rem;--table-line-height: 1.0625rem;--table-header-font-weight: bold;--table-body-font-weight: normal;--table-body-secondary-line-height: 1.3125rem;--button-font-size: 1rem;--button-line-height: 1.25rem;--button-font-weight: bold;--font-size-small: .75rem;--font-weight-small: 400;--font-line-height-small: 1.25rem;--font-weight-700: 700}:root{--spacing: 8px;--border-radius: 6px;--border-radius-soft: 4px;--transition-soft: .3s;--transition-long: .75s}*{box-sizing:border-box}:root{--border-radius-border-radius: .375rem;--size-base-size: 1rem;--size-base-size-sm: .75rem;--colors-base-green-3: #a1edcb;--colors-brand-success-color-success-border: var(--colors-base-green-3);--colors-base-green-1: #f0fff7;--colors-brand-success-color-success-bg: var(--colors-base-green-1);--colors-brand-error-color-error-border: #ffccc7;--colors-brand-error-color-error-bg: #fff2f0;--colors-brand-error-color-error-hover: #ff7875;--colors-brand-error-color-error-active: #d9363e;--colors-brand-error-color-error: #ff4d4f;--colors-base-gold-3: #ffe58f;--colors-brand-warning-color-warning-border: var(--colors-base-gold-3);--colors-base-gold-1: #fffbe6;--colors-brand-warning-color-warning-bg: var(--colors-base-gold-1);--colors-base-blue-3: #94ddff;--colors-brand-primary-color-primary-border: var(--colors-base-blue-3);--colors-brand-info-color-info-border: var(--colors-brand-primary-color-primary-border);--colors-brand-info-color-info-bg: var(--colors-brand-primary-color-primary-bg);--colors-base-blue-6: #1897f3;--colors-brand-primary-color-primary: var(--colors-base-blue-6);--colors-base-blue-4: #6bcbff;--colors-brand-primary-color-primary-border-hover: var(--colors-base-blue-4);--colors-base-blue-7: #0a75cc;--colors-brand-primary-color-primary-active: var(--colors-base-blue-7);--colors-neutral-border-color-border: #d9d9d9;--colors-neutral-text-color-text: rgba(63, 61, 75, .8784313725);--colors-neutral-text-color-text-tertiary: rgba(63, 61, 75, .4509803922);--colors-neutral-text-color-text-description: var(--colors-neutral-text-color-text-tertiary);--colors-neutral-text-color-text-quaternary: rgba(63, 61, 75, .2509803922);--colors-neutral-text-color-text-disabled: var(--colors-neutral-text-color-text-quaternary);--colors-neutral-fill-color-fill: rgba(0, 0, 0, .1490196078);--colors-base-green-6: #28c88f;--colors-brand-success-color-success: var(--colors-base-green-6);--colors-base-blue-1: #e6f9ff;--colors-brand-primary-color-primary-bg: var(--colors-base-blue-1);--colors-neutral-text-color-text-secondary: rgba(63, 61, 75, .6509803922);--colors-neutral-bg-color-bg-layout: #fafafa;--colors-base-green-7: #18a175;--colors-brand-success-color-success-active: var(--colors-base-green-7);--colors-base-blue-9: #003e80;--colors-brand-primary-color-primary-text: var(--colors-base-blue-9)}
|
|
1
|
+
:root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204;--border: #d9d9d9;--border-rgb: 217, 217, 217;--border-secondary: #f0f0f0;--border-secondary-rgb: 240, 240, 240;--error-background: #fff2f0;--error-background-rgb: 255, 242, 240;--error-border: #ffccc7;--error-border-rgb: 255, 204, 199;--error-text: #d9363e;--error-text-rgb: 217, 54, 62;--success-text: #045440;--success-text-rgb: 4, 84, 64;--warning-text: #874d00;--warning-text-rgb: 135, 77, 0;--warning: #faad14;--warning-rgb: 250, 173, 20;--info-text: #003e80;--info-text-rgb: 0, 62, 128;--avatar-background: rgba(63, 61, 75, .2509803922);--avatar-background-rgb: 63, 61, 75}:root{--gray-100: #16161e;--gray-100-rgb: 22, 22, 30;--gray-95: #3f3d4b;--gray-95-rgb: 63, 61, 75;--gray-90: #525061;--gray-90-rgb: 82, 80, 97;--gray-75: #838192;--gray-75-rgb: 131, 129, 146;--gray-50: #bcbac8;--gray-50-rgb: 188, 186, 200;--gray-25: #dbdae2;--gray-25-rgb: 219, 218, 226;--gray-10: #ebeaf0;--gray-10-rgb: 235, 234, 240;--gray-5: #f7f7fc;--gray-5-rgb: 247, 247, 252;--black-100: #000000;--black-100-rgb: 0, 0, 0;--black-75: #616161;--black-75-rgb: 97, 97, 97;--black-50: #838192;--black-50-rgb: 131, 129, 146;--black-25: #bcbac8;--black-25-rgb: 188, 186, 200;--black-10: #ebeaf0;--black-10-rgb: 235, 234, 240;--white-100: #ffffff;--white-100-rgb: 255, 255, 255;--green-1: #f0fff7;--green-1-rgb: 240, 255, 247;--green-3: #a1edcb;--green-3-rgb: 161, 237, 203;--green-6: #28c88f;--green-6-rgb: 40, 200, 143;--blue-1: #e6f9ff;--blue-1-rgb: 230, 249, 255;--blue-3: #94ddff;--blue-3-rgb: 148, 221, 255;--blue-6: #1897f3;--blue-6-rgb: 24, 151, 243;--gold-1: #fffbe6;--gold-1-rgb: 255, 251, 230;--gold-3: #ffe58f;--gold-3-rgb: 255, 229, 143;--gold-6: #faad14;--gold-6-rgb: 250, 173, 20;--magenta-1: #fff0f6;--magenta-1-rgb: 255, 240, 246;--magenta-3: #ffadd2;--magenta-3-rgb: 255, 173, 210;--magenta-6: #eb2f96;--magenta-6-rgb: 235, 47, 150;--cyan-1: #e6fffb;--cyan-1-rgb: 230, 255, 251;--cyan-3: #87e8de;--cyan-3-rgb: 135, 232, 222;--cyan-6: #13c2c2;--cyan-6-rgb: 19, 194, 194;--geek-blue-1: #f0f5ff;--geek-blue-1-rgb: 240, 245, 255;--geek-blue-3: #adc6ff;--geek-blue-3-rgb: 173, 198, 255;--geek-blue-5: #597ef7;--geek-blue-5-rgb: 89, 126, 247;--geek-blue-6: #2f54eb;--geek-blue-6-rgb: 47, 84, 235;--lime-1: #fcffe6;--lime-1-rgb: 252, 255, 230;--lime-3: #eaff8f;--lime-3-rgb: 234, 255, 143;--lime-6: #a0d911;--lime-6-rgb: 160, 217, 17;--orange-1: #fffaf0;--orange-1-rgb: 255, 250, 240;--orange-3: #ffe8bf;--orange-3-rgb: 255, 232, 191;--orange-6: #ffa945;--orange-6-rgb: 255, 169, 69;--purple-1: #f9f0ff;--purple-1-rgb: 249, 240, 255;--purple-3: #d3adf7;--purple-3-rgb: 211, 173, 247;--purple-6: #722ed1;--purple-6-rgb: 114, 46, 209;--red-1: #fff0f0;--red-1-rgb: 255, 240, 240;--red-3: #fcbdc3;--red-3-rgb: 252, 189, 195;--red-6: #d53a56;--red-6-rgb: 213, 58, 86;--volcano-1: #fff2e8;--volcano-1-rgb: 255, 242, 232;--volcano-3: #ffbb96;--volcano-3-rgb: 255, 187, 150;--volcano-6: #fa541c;--volcano-6-rgb: 250, 84, 28}:root{--heading-font-weight: 700;--heading-font-size-1: 3.75rem;--heading-line-height-1: 4.875rem;--heading-font-size-2: 3rem;--heading-line-height-2: 4rem;--heading-font-size-3: 2.25rem;--heading-line-height-3: 2.875rem;--heading-font-size-4: 1.875rem;--heading-line-height-4: 2.375rem;--heading-font-size-5: 1.5rem;--heading-line-height-5: 2rem;--heading-font-size-6: 1.25rem;--heading-line-height-6: 1.75rem;--base-font-size: .875rem;--base-line-height: 1.375rem;--base-weight: 400;--base-bold: 700;--base-font-size-sm: .75rem;--base-line-height-sm: 1.25rem;--base-font-size-lg: 1rem;--base-line-height-lg: 1.5rem;--base-font-size-xl: 1.25rem;--base-line-height-xl: 1.75rem;--base-font-size-xxl: 1.5rem;--base-line-height-xxl: 2rem}:root{--heading-font-weight: 700;--heading-font-size-xl: 3.75rem;--heading-line-height-xl: 4.875rem;--heading-font-size-l: 3rem;--heading-line-height-l: 3.9375rem;--heading-font-size: 2.25rem;--heading-line-height: 2.875rem;--heading-font-size-s: 1.5rem;--heading-line-height-s: 2rem;--body-font-size: 1rem;--body-line-height: 1.3125rem;--body-weight: normal;--body-bold: bold;--body-font-size-large: 1.5rem;--body-line-height-large: 1.625rem;--body-font-size-medium: 1.125;--body-line-height-medium: 1rem;--body-font-size-small: .875rem;--body-line-height-small: 1.125rem;--body-font-size-tiny: .75rem;--body-line-height-tiny: 1rem;--quote-font-size-large: 1.5rem;--quote-line-height-large: 2rem;--quote-font-weight-large: normal;--quote-font-size: 1rem;--quote-line-height: 1.3125rem;--quote-font-weight: normal;--form-input-font-size: 1rem;--form-input-line-height: 1.3125rem;--form-input-font-weight: bold;--form-hint-font-size: .875rem;--form-hint-line-height: 1.3125rem;--form-hint-font-weight: normal;--form-label-font-size: .875rem;--form-label-line-height: 1.3125rem;--form-label-font-weight: normal;--form-dropdown-font-size: 1rem;--form-dropdown-line-height: 1.3125rem;--form-dropdown-font-weight: normal;--table-font-size: .875rem;--table-line-height: 1.0625rem;--table-header-font-weight: bold;--table-body-font-weight: normal;--table-body-secondary-line-height: 1.3125rem;--button-font-size: 1rem;--button-line-height: 1.25rem;--button-font-weight: bold;--font-size-small: .75rem;--font-weight-small: 400;--font-line-height-small: 1.25rem;--font-weight-700: 700}:root{--spacing: 8px;--border-radius: 6px;--border-radius-soft: 4px;--transition-soft: .3s;--transition-long: .75s}*{box-sizing:border-box}:root{--border-radius-border-radius: .375rem;--size-base-size: 1rem;--size-base-size-sm: .75rem;--colors-base-green-3: #a1edcb;--colors-brand-success-color-success-border: var(--colors-base-green-3);--colors-base-green-1: #f0fff7;--colors-brand-success-color-success-bg: var(--colors-base-green-1);--colors-brand-error-color-error-border: #ffccc7;--colors-brand-error-color-error-bg: #fff2f0;--colors-brand-error-color-error-hover: #ff7875;--colors-brand-error-color-error-active: #d9363e;--colors-brand-error-color-error: #ff4d4f;--colors-base-gold-3: #ffe58f;--colors-brand-warning-color-warning-border: var(--colors-base-gold-3);--colors-base-gold-1: #fffbe6;--colors-brand-warning-color-warning-bg: var(--colors-base-gold-1);--colors-base-blue-3: #94ddff;--colors-brand-primary-color-primary-border: var(--colors-base-blue-3);--colors-brand-info-color-info-border: var(--colors-brand-primary-color-primary-border);--colors-brand-info-color-info-bg: var(--colors-brand-primary-color-primary-bg);--colors-base-blue-6: #1897f3;--colors-brand-primary-color-primary: var(--colors-base-blue-6);--colors-base-blue-4: #6bcbff;--colors-brand-primary-color-primary-border-hover: var(--colors-base-blue-4);--colors-base-blue-7: #0a75cc;--colors-brand-primary-color-primary-active: var(--colors-base-blue-7);--colors-neutral-border-color-border: #d9d9d9;--colors-neutral-text-color-text: rgba(63, 61, 75, .8784313725);--colors-neutral-text-color-text-tertiary: rgba(63, 61, 75, .4509803922);--colors-neutral-text-color-text-description: var(--colors-neutral-text-color-text-tertiary);--colors-neutral-text-color-text-quaternary: rgba(63, 61, 75, .2509803922);--colors-neutral-text-color-text-disabled: var(--colors-neutral-text-color-text-quaternary);--colors-neutral-fill-color-fill: rgba(0, 0, 0, .1490196078);--colors-base-green-6: #28c88f;--colors-brand-success-color-success: var(--colors-base-green-6);--colors-base-blue-1: #e6f9ff;--colors-brand-primary-color-primary-bg: var(--colors-base-blue-1);--colors-neutral-text-color-text-secondary: rgba(63, 61, 75, .6509803922);--colors-neutral-bg-color-bg-layout: #fafafa;--colors-base-green-7: #18a175;--colors-brand-success-color-success-active: var(--colors-base-green-7);--colors-base-blue-9: #003e80;--colors-brand-primary-color-primary-text: var(--colors-base-blue-9);--colors-neutral-fill-color-fill-tertiary: rgba(0, 0, 0, .0392156863);--colors-neutral-bg-color-bg-container-disabled: var(--colors-neutral-fill-color-fill-tertiary)}
|
package/package.json
CHANGED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as d } from "react";
|
|
3
|
-
import { c as u } from "./clsx-OuTLNxxd.js";
|
|
4
|
-
import { Icon as n } from "./components/Icon/Icon.js";
|
|
5
|
-
import { Typography as i } from "./components/Typography/Typography.js";
|
|
6
|
-
import './assets/SelectButton.css';const f = "_select__listbox__option__text_c8xhm_66", w = "_select__wrapper_c8xhm_79", g = "_select__label_c8xhm_85", v = "_select_c8xhm_58", y = "_select__popup_c8xhm_100", N = "_select__listbox_c8xhm_66", S = "_select__listbox__option_c8xhm_66", j = "_select__listbox__option__icon_c8xhm_130", t = {
|
|
7
|
-
"select-button__text": "_select-button__text_c8xhm_58",
|
|
8
|
-
select__listbox__option__text: f,
|
|
9
|
-
select__wrapper: w,
|
|
10
|
-
"select__wrapper--fit-content-width": "_select__wrapper--fit-content-width_c8xhm_82",
|
|
11
|
-
select__label: g,
|
|
12
|
-
"messages-wrapper": "_messages-wrapper_c8xhm_93",
|
|
13
|
-
select: v,
|
|
14
|
-
select__popup: y,
|
|
15
|
-
select__listbox: N,
|
|
16
|
-
select__listbox__option: S,
|
|
17
|
-
select__listbox__option__icon: j,
|
|
18
|
-
"select__listbox__option--disabled": "_select__listbox__option--disabled_c8xhm_133",
|
|
19
|
-
"select__listbox__option--selected": "_select__listbox__option--selected_c8xhm_133",
|
|
20
|
-
"select-button": "_select-button_c8xhm_58",
|
|
21
|
-
"select-button--full-width": "_select-button--full-width_c8xhm_169",
|
|
22
|
-
"select-button--placeholder": "_select-button--placeholder_c8xhm_172",
|
|
23
|
-
"select-button__icon": "_select-button__icon_c8xhm_190",
|
|
24
|
-
"select-button--active": "_select-button--active_c8xhm_193",
|
|
25
|
-
"select-button--error": "_select-button--error_c8xhm_196",
|
|
26
|
-
"info-message": "_info-message_c8xhm_226",
|
|
27
|
-
"error-message": "_error-message_c8xhm_227"
|
|
28
|
-
}, R = d((_, r) => {
|
|
29
|
-
const { children: s, disabled: a, className: p, "data-testid": x, prefix: c, onClick: b, fullWidth: m, placeholder: h } = _, o = _["aria-expanded"];
|
|
30
|
-
return /* @__PURE__ */ l(
|
|
31
|
-
"button",
|
|
32
|
-
{
|
|
33
|
-
className: u(
|
|
34
|
-
p,
|
|
35
|
-
o ? t["select-button--active"] : "",
|
|
36
|
-
t["select-button"],
|
|
37
|
-
m && t["select-button--full-width"],
|
|
38
|
-
String(h) === String(s) && t["select-button--placeholder"]
|
|
39
|
-
),
|
|
40
|
-
type: "button",
|
|
41
|
-
onClick: b,
|
|
42
|
-
disabled: a,
|
|
43
|
-
"data-testid": x,
|
|
44
|
-
ref: r,
|
|
45
|
-
children: [
|
|
46
|
-
/* @__PURE__ */ l("span", { className: t["select-button__text"], children: [
|
|
47
|
-
c && /* @__PURE__ */ e(i, { variant: "base-lg", children: c }),
|
|
48
|
-
/* @__PURE__ */ e(i, { variant: "base-lg", children: s })
|
|
49
|
-
] }),
|
|
50
|
-
/* @__PURE__ */ e("span", { className: t["select-button__icon"], children: o ? /* @__PURE__ */ e(n, { icon: "chevron-up" }) : /* @__PURE__ */ e(n, { icon: "chevron-down" }) })
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
});
|
|
55
|
-
export {
|
|
56
|
-
R as S,
|
|
57
|
-
t as s
|
|
58
|
-
};
|