am-shared-assets 1.1.4 → 1.1.6
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/essetionalIcons.d.ts +0 -4
- package/dist/essetionalIcons.js +463 -33
- package/dist/icons/components/arrow/arrow-up/ArrowUpLinear.d.ts +5 -0
- package/dist/icons/components/arrow/index.d.ts +2 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/index.d.ts +25 -68
- package/dist/icons/components/money/index.d.ts +7 -0
- package/dist/icons/components/money/walletThird/WalletThirdBoldIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdBrokenIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdBulkIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdLinearIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdOutlineIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/users/index.d.ts +7 -0
- package/dist/icons/components/users/profile/ProfileBoldIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileBrokenIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileBulkIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileLinearIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileOutlineIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileTwotoneIcon.d.ts +5 -0
- package/dist/moneyIcons.d.ts +2 -0
- package/dist/moneyIcons.js +310 -0
- package/dist/styles.css +1 -1
- package/dist/usersIcons.d.ts +2 -0
- package/dist/usersIcons.js +204 -0
- package/package.json +9 -1
- /package/dist/icons/components/essetional/{NotificationBoldIcon.d.ts → notification/NotificationBoldIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationBrokenIcon.d.ts → notification/NotificationBrokenIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationBulkIcon.d.ts → notification/NotificationBulkIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationLinearIcon.d.ts → notification/NotificationLinearIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationOutlineIcon.d.ts → notification/NotificationOutlineIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationTwotoneIcon.d.ts → notification/NotificationTwotoneIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashBoldIcon.d.ts → trash/TrashBoldIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashBrokenIcon.d.ts → trash/TrashBrokenIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashBulkIcon.d.ts → trash/TrashBulkIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashLinearIcon.d.ts → trash/TrashLinearIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashOutlineIcon.d.ts → trash/TrashOutlineIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashTwotoneIcon.d.ts → trash/TrashTwotoneIcon.d.ts} +0 -0
|
@@ -1,68 +1,25 @@
|
|
|
1
|
-
import { default as NotificationBoldIcon } from './NotificationBoldIcon';
|
|
2
|
-
import { default as NotificationBrokenIcon } from './NotificationBrokenIcon';
|
|
3
|
-
import { default as NotificationBulkIcon } from './NotificationBulkIcon';
|
|
4
|
-
import { default as NotificationLinearIcon } from './NotificationLinearIcon';
|
|
5
|
-
import { default as NotificationOutlineIcon } from './NotificationOutlineIcon';
|
|
6
|
-
import { default as NotificationTwotoneIcon } from './NotificationTwotoneIcon';
|
|
7
|
-
import { default as TrashBoldIcon } from './TrashBoldIcon';
|
|
8
|
-
import { default as TrashBrokenIcon } from './TrashBrokenIcon';
|
|
9
|
-
import { default as TrashBulkIcon } from './TrashBulkIcon';
|
|
10
|
-
import { default as TrashLinearIcon } from './TrashLinearIcon';
|
|
11
|
-
import { default as TrashOutlineIcon } from './TrashOutlineIcon';
|
|
12
|
-
import { default as TrashTwotoneIcon } from './TrashTwotoneIcon';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
TrashLinearIcon: ({ color, size, }: {
|
|
28
|
-
color?: string;
|
|
29
|
-
size?: number;
|
|
30
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
-
TrashOutlineIcon: ({ color, size, }: {
|
|
32
|
-
color?: string;
|
|
33
|
-
size?: number;
|
|
34
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
-
TrashTwotoneIcon: ({ color, size, }: {
|
|
36
|
-
color?: string;
|
|
37
|
-
size?: number;
|
|
38
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
};
|
|
40
|
-
notification: {
|
|
41
|
-
NotificationLinearIcon: ({ color, size, }: {
|
|
42
|
-
color?: string;
|
|
43
|
-
size?: number;
|
|
44
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
45
|
-
NotificationBoldIcon: ({ color, size, }: {
|
|
46
|
-
color?: string;
|
|
47
|
-
size?: number;
|
|
48
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
-
NotificationBrokenIcon: ({ color, size, }: {
|
|
50
|
-
color?: string;
|
|
51
|
-
size?: number;
|
|
52
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
53
|
-
NotificationBulkIcon: ({ color, size, }: {
|
|
54
|
-
color?: string;
|
|
55
|
-
size?: number;
|
|
56
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
57
|
-
NotificationOutlineIcon: ({ color, size, }: {
|
|
58
|
-
color?: string;
|
|
59
|
-
size?: number;
|
|
60
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
-
NotificationTwotoneIcon: ({ color, size, }: {
|
|
62
|
-
color?: string;
|
|
63
|
-
size?: number;
|
|
64
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
export default _default;
|
|
68
|
-
export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, NotificationLinearIcon, NotificationBoldIcon, NotificationBrokenIcon, NotificationBulkIcon, NotificationOutlineIcon, NotificationTwotoneIcon, };
|
|
1
|
+
import { default as NotificationBoldIcon } from './notification/NotificationBoldIcon';
|
|
2
|
+
import { default as NotificationBrokenIcon } from './notification/NotificationBrokenIcon';
|
|
3
|
+
import { default as NotificationBulkIcon } from './notification/NotificationBulkIcon';
|
|
4
|
+
import { default as NotificationLinearIcon } from './notification/NotificationLinearIcon';
|
|
5
|
+
import { default as NotificationOutlineIcon } from './notification/NotificationOutlineIcon';
|
|
6
|
+
import { default as NotificationTwotoneIcon } from './notification/NotificationTwotoneIcon';
|
|
7
|
+
import { default as TrashBoldIcon } from './trash/TrashBoldIcon';
|
|
8
|
+
import { default as TrashBrokenIcon } from './trash/TrashBrokenIcon';
|
|
9
|
+
import { default as TrashBulkIcon } from './trash/TrashBulkIcon';
|
|
10
|
+
import { default as TrashLinearIcon } from './trash/TrashLinearIcon';
|
|
11
|
+
import { default as TrashOutlineIcon } from './trash/TrashOutlineIcon';
|
|
12
|
+
import { default as TrashTwotoneIcon } from './trash/TrashTwotoneIcon';
|
|
13
|
+
import { default as BatteryEmptyBoldIcon } from './battery-empty/BatteryEmptyBoldIcon';
|
|
14
|
+
import { default as BatteryEmptyBrokenIcon } from './battery-empty/BatteryEmptyBrokenIcon';
|
|
15
|
+
import { default as BatteryEmptyBulkIcon } from './battery-empty/BatteryEmptyBulkIcon';
|
|
16
|
+
import { default as BatteryEmptyLinearIcon } from './battery-empty/BatteryEmptyLinearIcon';
|
|
17
|
+
import { default as BatteryEmptyOutlineIcon } from './battery-empty/BatteryEmptyOutlineIcon';
|
|
18
|
+
import { default as BatteryEmptyTwotoneIcon } from './battery-empty/BatteryEmptyTwotoneIcon';
|
|
19
|
+
import { default as BatteryLowBoldIcon } from './battery-low/BatteryLowBoldIcon';
|
|
20
|
+
import { default as BatteryLowBrokenIcon } from './battery-low/BatteryLowBrokenIcon';
|
|
21
|
+
import { default as BatteryLowBulkIcon } from './battery-low/BatteryLowBulkIcon';
|
|
22
|
+
import { default as BatteryLowLinearIcon } from './battery-low/BatteryLowLinearIcon';
|
|
23
|
+
import { default as BatteryLowOutlineIcon } from './battery-low/BatteryLowOutlineIcon';
|
|
24
|
+
import { default as BatteryLowTwotoneIcon } from './battery-low/BatteryLowTwotoneIcon';
|
|
25
|
+
export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, NotificationLinearIcon, NotificationBoldIcon, NotificationBrokenIcon, NotificationBulkIcon, NotificationOutlineIcon, NotificationTwotoneIcon, BatteryEmptyBoldIcon, BatteryEmptyBrokenIcon, BatteryEmptyBulkIcon, BatteryEmptyLinearIcon, BatteryEmptyOutlineIcon, BatteryEmptyTwotoneIcon, BatteryLowBoldIcon, BatteryLowBrokenIcon, BatteryLowBulkIcon, BatteryLowLinearIcon, BatteryLowOutlineIcon, BatteryLowTwotoneIcon };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as WalletThirdBoldIcon } from './walletThird/WalletThirdBoldIcon';
|
|
2
|
+
import { default as WalletThirdLinearIcon } from './walletThird/WalletThirdLinearIcon';
|
|
3
|
+
import { default as WalletThirdOutlineIcon } from './walletThird/WalletThirdOutlineIcon';
|
|
4
|
+
import { default as WalletThirdBrokenIcon } from './walletThird/WalletThirdBrokenIcon';
|
|
5
|
+
import { default as WalletThirdBulkIcon } from './walletThird/WalletThirdBulkIcon';
|
|
6
|
+
import { default as WalletThirdTwotoneIcon } from './walletThird/WalletThirdTwotoneIcon';
|
|
7
|
+
export { WalletThirdBoldIcon, WalletThirdLinearIcon, WalletThirdOutlineIcon, WalletThirdBrokenIcon, WalletThirdBulkIcon, WalletThirdTwotoneIcon };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as ProfileBoldIcon } from './profile/ProfileBoldIcon';
|
|
2
|
+
import { default as ProfileLinearIcon } from './profile/ProfileLinearIcon';
|
|
3
|
+
import { default as ProfileOutlineIcon } from './profile/ProfileOutlineIcon';
|
|
4
|
+
import { default as ProfileBulkIcon } from './profile/ProfileBulkIcon';
|
|
5
|
+
import { default as ProfileTwotoneIcon } from './profile/ProfileTwotoneIcon';
|
|
6
|
+
import { default as ProfileBrokenIcon } from './profile/ProfileBrokenIcon';
|
|
7
|
+
export { ProfileLinearIcon, ProfileBoldIcon, ProfileOutlineIcon, ProfileBulkIcon, ProfileTwotoneIcon, ProfileBrokenIcon };
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import { jsxs as C, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = ({
|
|
3
|
+
color: t,
|
|
4
|
+
size: o = 24
|
|
5
|
+
}) => /* @__PURE__ */ C(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: o,
|
|
9
|
+
height: o,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
style: { color: t },
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M22 12.62V14.68C22 15.24 21.54 15.7 20.97 15.7H19.04C17.96 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.06 12.61 17.48 12.2C17.85 11.82 18.36 11.6 18.92 11.6H20.97C21.54 11.6 22 12.06 22 12.62Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ r(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M15.38 13.96C15.29 12.91 15.67 11.88 16.43 11.13C17.07 10.48 17.96 10.1 18.92 10.1H19.49C19.77 10.1 20 9.87002 19.96 9.59002C19.69 7.65002 18.01 6.15002 16 6.15002H6C3.79 6.15002 2 7.94002 2 10.15V17.15C2 19.36 3.79 21.15 6 21.15H16C18.02 21.15 19.69 19.65 19.96 17.71C20 17.43 19.77 17.2 19.49 17.2H19.04C17.14 17.2 15.54 15.78 15.38 13.96ZM13 11.9H7C6.59 11.9 6.25 11.57 6.25 11.15C6.25 10.73 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ r(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M14.2099 3.97998C14.4699 4.24998 14.2399 4.64998 13.8599 4.64998H6.02991C4.93991 4.64998 3.91991 4.96998 3.06991 5.51998C2.67991 5.76998 2.14991 5.49998 2.33991 5.06998C2.89991 3.75998 4.20991 2.84998 5.71991 2.84998H11.3399C12.4999 2.84998 13.5299 3.25998 14.2099 3.97998Z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
), l = ({
|
|
39
|
+
color: t,
|
|
40
|
+
size: o = 24
|
|
41
|
+
}) => /* @__PURE__ */ C(
|
|
42
|
+
"svg",
|
|
43
|
+
{
|
|
44
|
+
width: o,
|
|
45
|
+
height: o,
|
|
46
|
+
viewBox: "0 0 24 24",
|
|
47
|
+
fill: "none",
|
|
48
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
+
style: { color: t },
|
|
50
|
+
children: [
|
|
51
|
+
/* @__PURE__ */ r(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
d: "M13 11.15H7",
|
|
55
|
+
stroke: "currentColor",
|
|
56
|
+
"stroke-width": "1.5",
|
|
57
|
+
"stroke-linecap": "round",
|
|
58
|
+
"stroke-linejoin": "round"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ r(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
d: "M2 11.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H11.31C13.35 2.84009 15 4.11009 15 6.15009",
|
|
65
|
+
stroke: "currentColor",
|
|
66
|
+
"stroke-width": "1.5",
|
|
67
|
+
"stroke-linecap": "round",
|
|
68
|
+
"stroke-linejoin": "round"
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
/* @__PURE__ */ r(
|
|
72
|
+
"path",
|
|
73
|
+
{
|
|
74
|
+
d: "M17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
75
|
+
stroke: "currentColor",
|
|
76
|
+
"stroke-width": "1.5",
|
|
77
|
+
"stroke-linecap": "round",
|
|
78
|
+
"stroke-linejoin": "round"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ r(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
85
|
+
stroke: "currentColor",
|
|
86
|
+
"stroke-width": "1.5",
|
|
87
|
+
"stroke-linecap": "round",
|
|
88
|
+
"stroke-linejoin": "round"
|
|
89
|
+
}
|
|
90
|
+
)
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
), i = ({
|
|
94
|
+
color: t,
|
|
95
|
+
size: o = 24
|
|
96
|
+
}) => /* @__PURE__ */ C(
|
|
97
|
+
"svg",
|
|
98
|
+
{
|
|
99
|
+
width: o,
|
|
100
|
+
height: o,
|
|
101
|
+
viewBox: "0 0 24 24",
|
|
102
|
+
fill: "none",
|
|
103
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
104
|
+
style: { color: t },
|
|
105
|
+
children: [
|
|
106
|
+
/* @__PURE__ */ r(
|
|
107
|
+
"path",
|
|
108
|
+
{
|
|
109
|
+
d: "M13 11.9H7C6.59 11.9 6.25 11.56 6.25 11.15C6.25 10.74 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
110
|
+
fill: "currentColor"
|
|
111
|
+
}
|
|
112
|
+
),
|
|
113
|
+
/* @__PURE__ */ r(
|
|
114
|
+
"path",
|
|
115
|
+
{
|
|
116
|
+
d: "M2 11.9001C1.59 11.9001 1.25 11.5601 1.25 11.1501V6.53009C1.25 4.08009 3.24 2.09009 5.69 2.09009H11.31C13.88 2.09009 15.75 3.80009 15.75 6.15009C15.75 6.56009 15.41 6.90009 15 6.90009C14.59 6.90009 14.25 6.56009 14.25 6.15009C14.25 4.39009 12.72 3.59009 11.31 3.59009H5.69C4.07 3.59009 2.75 4.91009 2.75 6.53009V11.1501C2.75 11.5701 2.41 11.9001 2 11.9001Z",
|
|
117
|
+
fill: "currentColor"
|
|
118
|
+
}
|
|
119
|
+
),
|
|
120
|
+
/* @__PURE__ */ r(
|
|
121
|
+
"path",
|
|
122
|
+
{
|
|
123
|
+
d: "M16 21.9H6C3.38 21.9 1.25 19.77 1.25 17.15V10.15C1.25 7.53002 3.38 5.40002 6 5.40002H16C18.62 5.40002 20.75 7.53002 20.75 10.15V11.6C20.75 12.01 20.41 12.35 20 12.35H18.92C18.57 12.35 18.25 12.48 18.02 12.72L18.01 12.73C17.68 13.06 17.55 13.52 17.67 13.97C17.82 14.53 18.41 14.94 19.07 14.94H20C20.41 14.94 20.75 15.28 20.75 15.69V17.14C20.75 19.77 18.62 21.9 16 21.9ZM6 6.90002C4.21 6.90002 2.75 8.36002 2.75 10.15V17.15C2.75 18.94 4.21 20.4 6 20.4H16C17.79 20.4 19.25 18.94 19.25 17.15V16.45H19.07C17.72 16.45 16.55 15.6 16.22 14.37C15.96 13.4 16.24 12.37 16.95 11.67C17.47 11.14 18.17 10.85 18.92 10.85H19.25V10.15C19.25 8.36002 17.79 6.90002 16 6.90002H6Z",
|
|
124
|
+
fill: "currentColor"
|
|
125
|
+
}
|
|
126
|
+
),
|
|
127
|
+
/* @__PURE__ */ r(
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
d: "M20.9699 16.45H19.0399C17.5299 16.45 16.2499 15.33 16.1299 13.89C16.0499 13.06 16.3499 12.25 16.9499 11.66C17.4499 11.14 18.1599 10.85 18.9099 10.85H20.9599C21.9399 10.85 22.7399 11.64 22.7399 12.62V14.68C22.7499 15.66 21.9499 16.45 20.9699 16.45ZM18.9199 12.35C18.5699 12.35 18.2499 12.48 18.0199 12.72C17.7299 13 17.5899 13.38 17.6299 13.76C17.6799 14.42 18.3199 14.95 19.0399 14.95H20.9699C21.1199 14.95 21.2499 14.83 21.2499 14.68V12.62C21.2499 12.47 21.1199 12.35 20.9699 12.35H18.9199Z",
|
|
131
|
+
fill: "currentColor"
|
|
132
|
+
}
|
|
133
|
+
)
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
), d = ({
|
|
137
|
+
color: t,
|
|
138
|
+
size: o = 24
|
|
139
|
+
}) => /* @__PURE__ */ C(
|
|
140
|
+
"svg",
|
|
141
|
+
{
|
|
142
|
+
width: o,
|
|
143
|
+
height: o,
|
|
144
|
+
viewBox: "0 0 24 24",
|
|
145
|
+
fill: "none",
|
|
146
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
147
|
+
style: { color: t },
|
|
148
|
+
children: [
|
|
149
|
+
/* @__PURE__ */ r(
|
|
150
|
+
"path",
|
|
151
|
+
{
|
|
152
|
+
d: "M13 11.15H7",
|
|
153
|
+
stroke: "currentColor",
|
|
154
|
+
"stroke-width": "1.5",
|
|
155
|
+
"stroke-linecap": "round",
|
|
156
|
+
"stroke-linejoin": "round"
|
|
157
|
+
}
|
|
158
|
+
),
|
|
159
|
+
/* @__PURE__ */ r(
|
|
160
|
+
"path",
|
|
161
|
+
{
|
|
162
|
+
d: "M11.3101 2.84998C13.3501 2.84998 15.0001 4.11997 15.0001 6.15997",
|
|
163
|
+
stroke: "currentColor",
|
|
164
|
+
"stroke-width": "1.5",
|
|
165
|
+
"stroke-linecap": "round",
|
|
166
|
+
"stroke-linejoin": "round"
|
|
167
|
+
}
|
|
168
|
+
),
|
|
169
|
+
/* @__PURE__ */ r(
|
|
170
|
+
"path",
|
|
171
|
+
{
|
|
172
|
+
d: "M2 10.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H7.62",
|
|
173
|
+
stroke: "currentColor",
|
|
174
|
+
"stroke-width": "1.5",
|
|
175
|
+
"stroke-linecap": "round",
|
|
176
|
+
"stroke-linejoin": "round"
|
|
177
|
+
}
|
|
178
|
+
),
|
|
179
|
+
/* @__PURE__ */ r(
|
|
180
|
+
"path",
|
|
181
|
+
{
|
|
182
|
+
d: "M2 10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V14.52",
|
|
183
|
+
stroke: "currentColor",
|
|
184
|
+
"stroke-width": "1.5",
|
|
185
|
+
"stroke-linecap": "round",
|
|
186
|
+
"stroke-linejoin": "round"
|
|
187
|
+
}
|
|
188
|
+
),
|
|
189
|
+
/* @__PURE__ */ r(
|
|
190
|
+
"path",
|
|
191
|
+
{
|
|
192
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
193
|
+
stroke: "currentColor",
|
|
194
|
+
"stroke-width": "1.5",
|
|
195
|
+
"stroke-linecap": "round",
|
|
196
|
+
"stroke-linejoin": "round"
|
|
197
|
+
}
|
|
198
|
+
)
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
), s = ({
|
|
202
|
+
color: t,
|
|
203
|
+
size: o = 24
|
|
204
|
+
}) => /* @__PURE__ */ C(
|
|
205
|
+
"svg",
|
|
206
|
+
{
|
|
207
|
+
width: o,
|
|
208
|
+
height: o,
|
|
209
|
+
viewBox: "0 0 24 24",
|
|
210
|
+
fill: "none",
|
|
211
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
212
|
+
style: { color: t },
|
|
213
|
+
children: [
|
|
214
|
+
/* @__PURE__ */ r(
|
|
215
|
+
"path",
|
|
216
|
+
{
|
|
217
|
+
d: "M15 6.15002H6C3.79 6.15002 2 7.94002 2 10.15V6.53998C2 4.49998 3.65 2.84998 5.69 2.84998H11.31C13.35 2.84998 15 4.11002 15 6.15002Z",
|
|
218
|
+
fill: "currentColor"
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
/* @__PURE__ */ r(
|
|
222
|
+
"path",
|
|
223
|
+
{
|
|
224
|
+
opacity: "0.4",
|
|
225
|
+
d: "M17.48 12.2C16.98 12.69 16.74 13.43 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
226
|
+
fill: "currentColor"
|
|
227
|
+
}
|
|
228
|
+
),
|
|
229
|
+
/* @__PURE__ */ r(
|
|
230
|
+
"path",
|
|
231
|
+
{
|
|
232
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
233
|
+
fill: "currentColor"
|
|
234
|
+
}
|
|
235
|
+
),
|
|
236
|
+
/* @__PURE__ */ r(
|
|
237
|
+
"path",
|
|
238
|
+
{
|
|
239
|
+
d: "M13 11.9H7C6.59 11.9 6.25 11.56 6.25 11.15C6.25 10.74 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
240
|
+
fill: "currentColor"
|
|
241
|
+
}
|
|
242
|
+
)
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
), h = ({
|
|
246
|
+
color: t,
|
|
247
|
+
size: o = 24
|
|
248
|
+
}) => /* @__PURE__ */ C(
|
|
249
|
+
"svg",
|
|
250
|
+
{
|
|
251
|
+
width: o,
|
|
252
|
+
height: o,
|
|
253
|
+
viewBox: "0 0 24 24",
|
|
254
|
+
fill: "none",
|
|
255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
256
|
+
style: { color: t },
|
|
257
|
+
children: [
|
|
258
|
+
/* @__PURE__ */ r(
|
|
259
|
+
"path",
|
|
260
|
+
{
|
|
261
|
+
opacity: "0.4",
|
|
262
|
+
d: "M13 11.15H7",
|
|
263
|
+
stroke: "currentColor",
|
|
264
|
+
"stroke-width": "1.5",
|
|
265
|
+
"stroke-linecap": "round",
|
|
266
|
+
"stroke-linejoin": "round"
|
|
267
|
+
}
|
|
268
|
+
),
|
|
269
|
+
/* @__PURE__ */ r(
|
|
270
|
+
"path",
|
|
271
|
+
{
|
|
272
|
+
opacity: "0.4",
|
|
273
|
+
d: "M2 11.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H11.31C13.35 2.84009 15 4.11009 15 6.15009",
|
|
274
|
+
stroke: "currentColor",
|
|
275
|
+
"stroke-width": "1.5",
|
|
276
|
+
"stroke-linecap": "round",
|
|
277
|
+
"stroke-linejoin": "round"
|
|
278
|
+
}
|
|
279
|
+
),
|
|
280
|
+
/* @__PURE__ */ r(
|
|
281
|
+
"path",
|
|
282
|
+
{
|
|
283
|
+
d: "M17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
284
|
+
stroke: "currentColor",
|
|
285
|
+
"stroke-width": "1.5",
|
|
286
|
+
"stroke-linecap": "round",
|
|
287
|
+
"stroke-linejoin": "round"
|
|
288
|
+
}
|
|
289
|
+
),
|
|
290
|
+
/* @__PURE__ */ r(
|
|
291
|
+
"path",
|
|
292
|
+
{
|
|
293
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
294
|
+
stroke: "currentColor",
|
|
295
|
+
"stroke-width": "1.5",
|
|
296
|
+
"stroke-linecap": "round",
|
|
297
|
+
"stroke-linejoin": "round"
|
|
298
|
+
}
|
|
299
|
+
)
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
);
|
|
303
|
+
export {
|
|
304
|
+
n as WalletThirdBoldIcon,
|
|
305
|
+
d as WalletThirdBrokenIcon,
|
|
306
|
+
s as WalletThirdBulkIcon,
|
|
307
|
+
l as WalletThirdLinearIcon,
|
|
308
|
+
i as WalletThirdOutlineIcon,
|
|
309
|
+
h as WalletThirdTwotoneIcon
|
|
310
|
+
};
|
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.-left-1{left:-.25rem}.-top-1{top:-.25rem}.bottom-\[-3px\]{bottom:-3px}.bottom-\[5px\]{bottom:5px}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-3px\]{left:-3px}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-3px\]{right:-3px}.top-1{top:.25rem}.top-1\/2{top:50%}.top-\[-3px\]{top:-3px}.top-\[5px\]{top:5px}.z-10{z-index:10}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-52{margin-top:13rem}.mt-\[1px\]{margin-top:1px}.block{display:block}.flex{display:flex}.aspect-square{aspect-ratio:1/1}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-full{height:100%}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.w-20{width:5rem}.w-24{width:6rem}.w-60{width:15rem}.w-96{width:24rem}.w-\[342px\]{width:342px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-12{min-width:3rem}.min-w-14{min-width:3.5rem}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-\[342px\]{min-width:342px}.max-w-24{max-width:6rem}.max-w-\[180px\]{max-width:180px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-full{--tw-translate-x:100%}.rotate-45,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.rounded{border-radius:.25rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:14px}.rounded-md{border-radius:12px}.rounded-none{border-radius:0}.rounded-sm{border-radius:8px}.rounded-xl{border-radius:16px}.rounded-xs{border-radius:6px}.rounded-xxs{border-radius:4px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-dashed{border-style:dashed}.border-\[\#11181C\]{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.border-base-danger{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.border-base-default{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-base-primary{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.border-base-secondary{--tw-border-opacity:1;border-color:rgb(197 156 78/var(--tw-border-opacity))}.border-base-success{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.border-base-warning{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.border-content-3,.border-default-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity))}.border-default-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-default-500{--tw-border-opacity:1;border-color:rgb(113 113 122/var(--tw-border-opacity))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.bg-base-danger{--tw-bg-opacity:1;background-color:rgb(243 18 96/var(--tw-bg-opacity))}.bg-base-primary{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-base-secondary{--tw-bg-opacity:1;background-color:rgb(197 156 78/var(--tw-bg-opacity))}.bg-base-success{--tw-bg-opacity:1;background-color:rgb(23 201 100/var(--tw-bg-opacity))}.bg-base-warning{--tw-bg-opacity:1;background-color:rgb(245 165 36/var(--tw-bg-opacity))}.bg-content-1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-danger-100{--tw-bg-opacity:1;background-color:rgb(253 208 223/var(--tw-bg-opacity))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.bg-default-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-default-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.bg-default-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity))}.bg-default-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity))}.bg-default-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity))}.bg-default-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity))}.bg-layout-focus{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(214 224 243/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(238 225 201/var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(249 244 236/var(--tw-bg-opacity))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(209 244 224/var(--tw-bg-opacity))}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.bg-success-800{--tw-bg-opacity:1;background-color:rgb(9 80 40/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(253 237 211/var(--tw-bg-opacity))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[3px\]{padding:3px}.p-\[5px\]{padding:5px}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-\[30px\]{padding-left:30px}.pr-\[30px\]{padding-right:30px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-base{font-size:16px}.text-sm{font-size:14px}.text-xl{font-size:20px}.text-xs{font-size:12px}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-base-danger{--tw-text-opacity:1;color:rgb(243 18 96/var(--tw-text-opacity))}.text-base-primary{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-base-secondary{--tw-text-opacity:1;color:rgb(197 156 78/var(--tw-text-opacity))}.text-base-success{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.text-base-warning{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.text-content-1{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-default-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.text-default-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.text-default-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.text-default-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity))}.text-default-900{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-layout-fg{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow{--tw-shadow:0px 1px 2px 0px rgba(0,0,0,.06),0px 1px 3px 0px rgba(0,0,0,.1);--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_\#0000004D\2c 0px_2px_10px_0px_\#0000000F\2c 0px_0px_5px_0px_\#00000005\]{--tw-shadow:0px 0px 1px 0px #0000004d,0px 2px 10px 0px #0000000f,0px 0px 5px 0px #00000005;--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color),0px 2px 10px 0px var(--tw-shadow-color),0px 0px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\]{--tw-shadow:0px 1px 2px 0px #0000000f,0px 1px 3px 0px #0000001a;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1);--tw-shadow-colored:0px 4px 6px -2px var(--tw-shadow-color),0px 10px 15px -3px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.focus-within\:border:focus-within{border-width:1px}.focus-within\:border-base-danger:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:border-base-primary:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:border-base-success:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:border-base-warning:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:border-layout-fg:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:bg-transparent:focus-within{background-color:transparent}.focus-within\:text-layout-fg:focus-within{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.hover\:border-base-danger:hover{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.hover\:border-base-primary:hover{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.hover\:border-base-success:hover{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.hover\:border-base-warning:hover{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.hover\:border-default-400:hover{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity))}.hover\:bg-danger-50:hover{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.hover\:bg-default-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:bg-default-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.hover\:bg-success-50:hover{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.hover\:bg-warning-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:text-base-primary:hover{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.hover\:text-base-success:hover{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.hover\:text-base-warning:hover{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.focus-within\:hover\:border-base-danger:hover:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:hover\:border-base-primary:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:hover\:border-base-success:hover:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:hover\:border-base-warning:hover:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:hover\:border-layout-fg:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:hover\:bg-transparent:hover:focus-within{background-color:transparent}.focus\:border-2:focus{border-width:2px}.focus\:border-\[\#11181C\]:focus{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.group:hover .group-hover\:bg-content-2{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}
|
|
1
|
+
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.-left-1{left:-.25rem}.-top-1{top:-.25rem}.bottom-\[-3px\]{bottom:-3px}.bottom-\[5px\]{bottom:5px}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-3px\]{left:-3px}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-3px\]{right:-3px}.top-1{top:.25rem}.top-1\/2{top:50%}.top-\[-3px\]{top:-3px}.top-\[5px\]{top:5px}.z-10{z-index:10}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-52{margin-top:13rem}.mt-\[1px\]{margin-top:1px}.block{display:block}.flex{display:flex}.aspect-square{aspect-ratio:1/1}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-full{height:100%}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.w-20{width:5rem}.w-24{width:6rem}.w-60{width:15rem}.w-96{width:24rem}.w-\[342px\]{width:342px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-12{min-width:3rem}.min-w-14{min-width:3.5rem}.min-w-24{min-width:6rem}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-\[342px\]{min-width:342px}.max-w-24{max-width:6rem}.max-w-\[180px\]{max-width:180px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-full{--tw-translate-x:100%}.rotate-45,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:14px}.rounded-md{border-radius:12px}.rounded-none{border-radius:0}.rounded-sm{border-radius:8px}.rounded-xl{border-radius:16px}.rounded-xs{border-radius:6px}.rounded-xxs{border-radius:4px}.border{border-width:1px}.border-2{border-width:2px}.border-b-2{border-bottom-width:2px}.border-\[\#11181C\]{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.border-base-danger{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.border-base-default{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-base-primary{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.border-base-secondary{--tw-border-opacity:1;border-color:rgb(197 156 78/var(--tw-border-opacity))}.border-base-success{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.border-base-warning{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.border-content-3,.border-default-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity))}.border-default-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-default-500{--tw-border-opacity:1;border-color:rgb(113 113 122/var(--tw-border-opacity))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.bg-base-danger{--tw-bg-opacity:1;background-color:rgb(243 18 96/var(--tw-bg-opacity))}.bg-base-primary{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-base-secondary{--tw-bg-opacity:1;background-color:rgb(197 156 78/var(--tw-bg-opacity))}.bg-base-success{--tw-bg-opacity:1;background-color:rgb(23 201 100/var(--tw-bg-opacity))}.bg-base-warning{--tw-bg-opacity:1;background-color:rgb(245 165 36/var(--tw-bg-opacity))}.bg-content-1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-danger-100{--tw-bg-opacity:1;background-color:rgb(253 208 223/var(--tw-bg-opacity))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.bg-default-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-default-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.bg-default-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity))}.bg-default-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity))}.bg-default-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity))}.bg-default-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity))}.bg-layout-focus{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(214 224 243/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(238 225 201/var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(249 244 236/var(--tw-bg-opacity))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(209 244 224/var(--tw-bg-opacity))}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.bg-success-800{--tw-bg-opacity:1;background-color:rgb(9 80 40/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(253 237 211/var(--tw-bg-opacity))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-\[3px\]{padding:3px}.p-\[5px\]{padding:5px}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pl-\[30px\]{padding-left:30px}.pr-\[30px\]{padding-right:30px}.text-center{text-align:center}.text-2xl{font-size:24px}.text-base{font-size:16px}.text-sm{font-size:14px}.text-xs{font-size:12px}.font-semibold{font-weight:600}.text-base-danger{--tw-text-opacity:1;color:rgb(243 18 96/var(--tw-text-opacity))}.text-base-primary{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-base-secondary{--tw-text-opacity:1;color:rgb(197 156 78/var(--tw-text-opacity))}.text-base-success{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.text-base-warning{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.text-content-1{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-default-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.text-default-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.text-default-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.text-default-900{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-layout-fg{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow{--tw-shadow:0px 1px 2px 0px rgba(0,0,0,.06),0px 1px 3px 0px rgba(0,0,0,.1);--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_\#0000004D\2c 0px_2px_10px_0px_\#0000000F\2c 0px_0px_5px_0px_\#00000005\]{--tw-shadow:0px 0px 1px 0px #0000004d,0px 2px 10px 0px #0000000f,0px 0px 5px 0px #00000005;--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color),0px 2px 10px 0px var(--tw-shadow-color),0px 0px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\]{--tw-shadow:0px 1px 2px 0px #0000000f,0px 1px 3px 0px #0000001a;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1);--tw-shadow-colored:0px 4px 6px -2px var(--tw-shadow-color),0px 10px 15px -3px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.focus-within\:border:focus-within{border-width:1px}.focus-within\:border-base-danger:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:border-base-primary:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:border-base-success:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:border-base-warning:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:border-layout-fg:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:bg-transparent:focus-within{background-color:transparent}.focus-within\:text-layout-fg:focus-within{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.hover\:border-base-danger:hover{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.hover\:border-base-primary:hover{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.hover\:border-base-success:hover{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.hover\:border-base-warning:hover{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.hover\:border-default-400:hover{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity))}.hover\:bg-danger-50:hover{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.hover\:bg-default-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:bg-default-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.hover\:bg-success-50:hover{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.hover\:bg-warning-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:text-base-primary:hover{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.hover\:text-base-success:hover{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.hover\:text-base-warning:hover{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.focus-within\:hover\:border-base-danger:hover:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:hover\:border-base-primary:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:hover\:border-base-success:hover:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:hover\:border-base-warning:hover:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:hover\:border-layout-fg:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:hover\:bg-transparent:hover:focus-within{background-color:transparent}.focus\:border-2:focus{border-width:2px}.focus\:border-\[\#11181C\]:focus{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.group:hover .group-hover\:bg-content-2{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}
|