@lightsparkdev/ui 0.0.8 → 0.0.11
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/CHANGELOG.md +27 -0
- package/dist/{chunk-NRXJA2PM.js → chunk-3EVAP5JT.js} +1 -1
- package/dist/{chunk-4KWTXZRY.js → chunk-3GS5EFXV.js} +1 -1
- package/dist/{chunk-WTO7C7WA.js → chunk-5POPBNPS.js} +1 -1
- package/dist/{chunk-UWN53KLJ.js → chunk-7C4MHI6Q.js} +3 -3
- package/dist/{chunk-6FHLZM6N.js → chunk-7T36JGTC.js} +2 -2
- package/dist/{chunk-YPB5SA65.js → chunk-A4FQBEYU.js} +6 -6
- package/dist/{chunk-SZVMKB4E.js → chunk-ATUH6SXK.js} +19 -8
- package/dist/{chunk-U6XT5JKC.js → chunk-DQRN4E5G.js} +1 -1
- package/dist/{chunk-36C653MV.js → chunk-E3AOYBY5.js} +1 -1
- package/dist/{chunk-MAMSU2XB.js → chunk-EEFNW7NS.js} +3 -3
- package/dist/{chunk-2YB7653N.js → chunk-FCZJILMW.js} +1 -1
- package/dist/{chunk-ZYHA6MJC.js → chunk-H3RW6JSU.js} +1 -1
- package/dist/chunk-IPAXAP6K.js +119 -0
- package/dist/{chunk-BAO4T4G5.js → chunk-J4FJQ3FN.js} +1 -1
- package/dist/{chunk-HNVQIY5U.js → chunk-JK4BP73A.js} +39 -30
- package/dist/{chunk-ZSUX6RLD.js → chunk-KMR5C25B.js} +1 -1
- package/dist/{chunk-2JM7UTAZ.js → chunk-NFSAJ5GJ.js} +8 -8
- package/dist/{chunk-DAVVD7YE.js → chunk-NM7UW54G.js} +18 -21
- package/dist/chunk-P3EUPXFA.js +150 -0
- package/dist/chunk-PBRN7MJY.js +315 -0
- package/dist/{chunk-CW3W2VTZ.js → chunk-PVQCLQNA.js} +1 -1
- package/dist/{chunk-VHW2KROZ.js → chunk-RWIZ7Q74.js} +1 -1
- package/dist/{chunk-744FBGRP.js → chunk-XP2MX2AA.js} +1 -1
- package/dist/{chunk-XAZ6NZ6I.js → chunk-XZR237JJ.js} +1 -1
- package/dist/{chunk-FN5PM3HQ.js → chunk-Y37DCY7Y.js} +6 -6
- package/dist/{chunk-76Q4BK35.js → chunk-ZANLDY2W.js} +5 -5
- package/dist/components/Badge.cjs +38 -24
- package/dist/components/Badge.js +2 -2
- package/dist/components/Button.cjs +38 -24
- package/dist/components/Button.js +6 -6
- package/dist/components/ButtonRow.cjs +42 -28
- package/dist/components/ButtonRow.js +8 -8
- package/dist/components/CardPage.cjs +1921 -0
- package/dist/components/CardPage.d.cts +54 -0
- package/dist/components/CardPage.d.ts +54 -0
- package/dist/components/CardPage.js +33 -0
- package/dist/components/Collapsible.cjs +38 -24
- package/dist/components/Collapsible.js +4 -4
- package/dist/components/ContentTable.cjs +38 -24
- package/dist/components/ContentTable.js +3 -3
- package/dist/components/CopyToClipboardButton.cjs +38 -24
- package/dist/components/CopyToClipboardButton.js +5 -5
- package/dist/components/CurrencyAmount.cjs +38 -24
- package/dist/components/CurrencyAmount.js +3 -3
- package/dist/components/FileInput.cjs +38 -24
- package/dist/components/FileInput.js +7 -7
- package/dist/components/GradientCardHeader.cjs +177 -0
- package/dist/components/GradientCardHeader.d.cts +10 -0
- package/dist/components/GradientCardHeader.d.ts +10 -0
- package/dist/components/GradientCardHeader.js +8 -0
- package/dist/components/Icon.cjs +38 -24
- package/dist/components/Icon.js +2 -2
- package/dist/components/LightTooltip.cjs +38 -24
- package/dist/components/LightTooltip.js +2 -2
- package/dist/components/LightsparkProvider.cjs +38 -24
- package/dist/components/LightsparkProvider.js +3 -3
- package/dist/components/Loading.cjs +38 -24
- package/dist/components/Loading.js +3 -3
- package/dist/components/Modal.cjs +46 -34
- package/dist/components/Modal.js +9 -9
- package/dist/components/Pill.cjs +38 -24
- package/dist/components/Pill.js +6 -6
- package/dist/components/ProgressBar.cjs +38 -24
- package/dist/components/ProgressBar.js +2 -2
- package/dist/components/SecretContainer.cjs +38 -24
- package/dist/components/SecretContainer.js +6 -6
- package/dist/components/TextIconAligner.cjs +38 -24
- package/dist/components/TextIconAligner.js +3 -3
- package/dist/components/UnstyledButton.cjs +38 -24
- package/dist/components/UnstyledButton.js +2 -2
- package/dist/components/documentation/AnchorLinkHeader.cjs +38 -24
- package/dist/components/documentation/AnchorLinkHeader.js +3 -3
- package/dist/components/documentation/index.cjs +38 -24
- package/dist/components/documentation/index.js +3 -3
- package/dist/components/index.cjs +737 -185
- package/dist/components/index.d.cts +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +51 -32
- package/dist/icons/ArrowCornerDownRight.cjs +49 -0
- package/dist/icons/ArrowCornerDownRight.d.cts +5 -0
- package/dist/icons/ArrowCornerDownRight.d.ts +5 -0
- package/dist/icons/ArrowCornerDownRight.js +30 -0
- package/dist/icons/Sort.cjs +48 -0
- package/dist/icons/Sort.d.cts +5 -0
- package/dist/icons/Sort.d.ts +5 -0
- package/dist/icons/Sort.js +29 -0
- package/dist/icons/index.cjs +38 -24
- package/dist/icons/index.js +2 -2
- package/dist/styles/common.cjs +38 -34
- package/dist/styles/common.d.cts +10 -7
- package/dist/styles/common.d.ts +10 -7
- package/dist/styles/common.js +1 -11
- package/dist/styles/fields.cjs +56 -31
- package/dist/styles/fields.d.cts +4 -3
- package/dist/styles/fields.d.ts +4 -3
- package/dist/styles/fields.js +2 -2
- package/dist/styles/fonts/typography/Article.cjs +38 -24
- package/dist/styles/fonts/typography/Article.js +6 -6
- package/dist/styles/fonts/typography/index.cjs +38 -24
- package/dist/styles/fonts/typography/index.js +11 -11
- package/dist/styles/fonts/typographyTokens.d.cts +1 -4
- package/dist/styles/fonts/typographyTokens.d.ts +1 -4
- package/dist/styles/global.cjs +38 -24
- package/dist/styles/global.js +2 -2
- package/dist/styles/type.cjs +38 -24
- package/dist/styles/type.js +8 -144
- package/dist/styles/utils.cjs +38 -24
- package/dist/styles/utils.js +2 -2
- package/package.json +7 -4
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// src/components/GradientCardHeader.tsx
|
|
31
|
+
var GradientCardHeader_exports = {};
|
|
32
|
+
__export(GradientCardHeader_exports, {
|
|
33
|
+
GradientCardHeader: () => GradientCardHeader
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(GradientCardHeader_exports);
|
|
36
|
+
var import_styled = __toESM(require("@emotion/styled"), 1);
|
|
37
|
+
|
|
38
|
+
// src/styles/z-index.tsx
|
|
39
|
+
var z = {
|
|
40
|
+
card: 1,
|
|
41
|
+
fieldError: 1,
|
|
42
|
+
textInput: 2,
|
|
43
|
+
select: 3,
|
|
44
|
+
selectFocused: 4,
|
|
45
|
+
walletActionPreviewTopGradient: 1,
|
|
46
|
+
headerContainer: 99,
|
|
47
|
+
smBanner: 99,
|
|
48
|
+
headerTop: 100,
|
|
49
|
+
navMenu: 100,
|
|
50
|
+
smNavMenu: 100,
|
|
51
|
+
navAction: 101,
|
|
52
|
+
smNavAction: 100,
|
|
53
|
+
// keep under navDropdown
|
|
54
|
+
notificationBanner: 170,
|
|
55
|
+
qrReaderVideo: 180,
|
|
56
|
+
qrReaderOverlay: 181,
|
|
57
|
+
modalOverlay: 190,
|
|
58
|
+
modalContainer: 191,
|
|
59
|
+
dropdown: 192,
|
|
60
|
+
tooltip: 193,
|
|
61
|
+
toast: 200
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
// src/components/GradientCardHeader.tsx
|
|
65
|
+
var import_jsx_runtime = require("@emotion/react/jsx-runtime");
|
|
66
|
+
function GradientCardHeader(props) {
|
|
67
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(CardHeaderWrapper, { children: [
|
|
68
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Gradients, {}),
|
|
69
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [
|
|
70
|
+
props.status,
|
|
71
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(CardHeaderTitle, { children: props.title })
|
|
72
|
+
] }),
|
|
73
|
+
props.children
|
|
74
|
+
] });
|
|
75
|
+
}
|
|
76
|
+
var CardHeaderWrapper = import_styled.default.div`
|
|
77
|
+
position: relative;
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
justify-content: space-between;
|
|
81
|
+
padding: 40px 32px 24px 32px;
|
|
82
|
+
background-color: black;
|
|
83
|
+
color: white;
|
|
84
|
+
height: 264px;
|
|
85
|
+
`;
|
|
86
|
+
var CardHeaderTitle = import_styled.default.h3`
|
|
87
|
+
font-size: 21px;
|
|
88
|
+
font-weight: 800;
|
|
89
|
+
color: white;
|
|
90
|
+
margin: 0;
|
|
91
|
+
z-index: ${z.headerContainer} - 1;
|
|
92
|
+
position: relative;
|
|
93
|
+
`;
|
|
94
|
+
var Gradients = () => {
|
|
95
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { style: { position: "absolute", top: 0, left: 0, right: 0, bottom: 0 }, children: [
|
|
96
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(BackgroundGradients, {}),
|
|
97
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(AccentGradients, {})
|
|
98
|
+
] });
|
|
99
|
+
};
|
|
100
|
+
var BackgroundGradients = import_styled.default.div`
|
|
101
|
+
&:before,
|
|
102
|
+
&:after {
|
|
103
|
+
content: "";
|
|
104
|
+
position: absolute;
|
|
105
|
+
margin: auto;
|
|
106
|
+
filter: blur(38.5px);
|
|
107
|
+
}
|
|
108
|
+
&:before {
|
|
109
|
+
z-index: ${z.walletActionPreviewTopGradient};
|
|
110
|
+
right: -280px;
|
|
111
|
+
top: -340px;
|
|
112
|
+
width: 704px;
|
|
113
|
+
height: 619px;
|
|
114
|
+
background: radial-gradient(
|
|
115
|
+
31.57% 32.06% at 50.1% 49.9%,
|
|
116
|
+
#0032ff 0%,
|
|
117
|
+
rgb(0 121 255 / 31%) 97%,
|
|
118
|
+
rgba(0, 102, 255, 0.05) 100%
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
&:after {
|
|
122
|
+
z-index: ${z.walletActionPreviewTopGradient - 1};
|
|
123
|
+
width: 636px;
|
|
124
|
+
height: 552px;
|
|
125
|
+
top: -400px;
|
|
126
|
+
right: -280px;
|
|
127
|
+
background: radial-gradient(
|
|
128
|
+
31.57% 32.06% at 50.1% 49.9%,
|
|
129
|
+
rgb(255 114 104) 0%,
|
|
130
|
+
rgb(191 9 255 / 14%) 90%,
|
|
131
|
+
rgb(191 9 255 / 5%) 100%
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
`;
|
|
135
|
+
var AccentGradients = import_styled.default.div`
|
|
136
|
+
position: absolute;
|
|
137
|
+
top: 0;
|
|
138
|
+
left: 0;
|
|
139
|
+
width: 100%;
|
|
140
|
+
height: 100%;
|
|
141
|
+
right: 0;
|
|
142
|
+
bottom: 0;
|
|
143
|
+
z-index: ${z.walletActionPreviewTopGradient - 1};
|
|
144
|
+
&:before,
|
|
145
|
+
&:after {
|
|
146
|
+
content: "";
|
|
147
|
+
position: absolute;
|
|
148
|
+
margin: auto;
|
|
149
|
+
filter: blur(38.5px);
|
|
150
|
+
}
|
|
151
|
+
&:before {
|
|
152
|
+
right: -70px;
|
|
153
|
+
top: -100px;
|
|
154
|
+
width: 169px;
|
|
155
|
+
height: 323px;
|
|
156
|
+
background: radial-gradient(
|
|
157
|
+
31.57% 32.06% at 50.1% 49.9%,
|
|
158
|
+
#ff8c28,
|
|
159
|
+
rgba(191, 9, 255, 0.1) 100%
|
|
160
|
+
);
|
|
161
|
+
}
|
|
162
|
+
&:after {
|
|
163
|
+
right: -22px;
|
|
164
|
+
top: -140px;
|
|
165
|
+
width: 225px;
|
|
166
|
+
height: 190px;
|
|
167
|
+
background: radial-gradient(
|
|
168
|
+
41.57% 62.06% at 53.1% 49.9%,
|
|
169
|
+
rgb(255 119 0),
|
|
170
|
+
rgb(255 106 9 / 55%) 100%
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
`;
|
|
174
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
175
|
+
0 && (module.exports = {
|
|
176
|
+
GradientCardHeader
|
|
177
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
type GradientCardHeaderProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
status?: React.ReactNode;
|
|
6
|
+
title?: string;
|
|
7
|
+
};
|
|
8
|
+
declare function GradientCardHeader(props: GradientCardHeaderProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
export { GradientCardHeader };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
type GradientCardHeaderProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
status?: React.ReactNode;
|
|
6
|
+
title?: string;
|
|
7
|
+
};
|
|
8
|
+
declare function GradientCardHeader(props: GradientCardHeaderProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
export { GradientCardHeader };
|
package/dist/components/Icon.cjs
CHANGED
|
@@ -1285,30 +1285,44 @@ function hexToRGB(hex) {
|
|
|
1285
1285
|
// src/styles/common.tsx
|
|
1286
1286
|
var rootFontSizePx = 12;
|
|
1287
1287
|
var rootFontSizeRems = rootFontSizePx / 16;
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
`
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
`;
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1288
|
+
function buildStandardContentInset(smPx, minSmMaxLgPx, lgPx) {
|
|
1289
|
+
const smCSS = import_react4.css`
|
|
1290
|
+
${bp.sm(`
|
|
1291
|
+
margin-left: auto;
|
|
1292
|
+
margin-right: auto;
|
|
1293
|
+
width: calc(100% - ${smPx * 2}px);
|
|
1294
|
+
`)}
|
|
1295
|
+
`;
|
|
1296
|
+
const minSmMaxLgCSS = import_react4.css`
|
|
1297
|
+
${bp.minSmMaxLg(`
|
|
1298
|
+
margin-left: auto;
|
|
1299
|
+
margin-right: auto;
|
|
1300
|
+
width: calc(100% - ${minSmMaxLgPx * 2}px);
|
|
1301
|
+
`)}
|
|
1302
|
+
`;
|
|
1303
|
+
const lgCSS = import_react4.css`
|
|
1304
|
+
${bp.lg(`
|
|
1305
|
+
margin-left: auto;
|
|
1306
|
+
margin-right: auto;
|
|
1307
|
+
width: calc(100% - ${lgPx * 2}px);
|
|
1308
|
+
max-width: 1280px;
|
|
1309
|
+
`)}
|
|
1310
|
+
`;
|
|
1311
|
+
return {
|
|
1312
|
+
smPx,
|
|
1313
|
+
minSmMaxLgPx,
|
|
1314
|
+
lgPx,
|
|
1315
|
+
smCSS,
|
|
1316
|
+
minSmMaxLgCSS,
|
|
1317
|
+
lgCSS,
|
|
1318
|
+
css: import_react4.css`
|
|
1319
|
+
${lgCSS}
|
|
1320
|
+
${smCSS}
|
|
1321
|
+
${minSmMaxLgCSS}
|
|
1322
|
+
`
|
|
1323
|
+
};
|
|
1324
|
+
}
|
|
1325
|
+
var standardContentInset = buildStandardContentInset(16, 24, 32);
|
|
1312
1326
|
var standardCardShadow = import_react4.css`
|
|
1313
1327
|
box-shadow:
|
|
1314
1328
|
0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
package/dist/components/Icon.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Icon,
|
|
3
3
|
IconContainer
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-RWIZ7Q74.js";
|
|
5
5
|
import "../chunk-LAMQKQU3.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-JK4BP73A.js";
|
|
7
7
|
import "../chunk-2VBDEO6M.js";
|
|
8
8
|
import "../chunk-E4EXM4SY.js";
|
|
9
9
|
import "../chunk-JSGRNWSB.js";
|
|
@@ -1271,30 +1271,44 @@ function hexToRGB(hex) {
|
|
|
1271
1271
|
// src/styles/common.tsx
|
|
1272
1272
|
var rootFontSizePx = 12;
|
|
1273
1273
|
var rootFontSizeRems = rootFontSizePx / 16;
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
`
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
`;
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1274
|
+
function buildStandardContentInset(smPx, minSmMaxLgPx, lgPx) {
|
|
1275
|
+
const smCSS = import_react4.css`
|
|
1276
|
+
${bp.sm(`
|
|
1277
|
+
margin-left: auto;
|
|
1278
|
+
margin-right: auto;
|
|
1279
|
+
width: calc(100% - ${smPx * 2}px);
|
|
1280
|
+
`)}
|
|
1281
|
+
`;
|
|
1282
|
+
const minSmMaxLgCSS = import_react4.css`
|
|
1283
|
+
${bp.minSmMaxLg(`
|
|
1284
|
+
margin-left: auto;
|
|
1285
|
+
margin-right: auto;
|
|
1286
|
+
width: calc(100% - ${minSmMaxLgPx * 2}px);
|
|
1287
|
+
`)}
|
|
1288
|
+
`;
|
|
1289
|
+
const lgCSS = import_react4.css`
|
|
1290
|
+
${bp.lg(`
|
|
1291
|
+
margin-left: auto;
|
|
1292
|
+
margin-right: auto;
|
|
1293
|
+
width: calc(100% - ${lgPx * 2}px);
|
|
1294
|
+
max-width: 1280px;
|
|
1295
|
+
`)}
|
|
1296
|
+
`;
|
|
1297
|
+
return {
|
|
1298
|
+
smPx,
|
|
1299
|
+
minSmMaxLgPx,
|
|
1300
|
+
lgPx,
|
|
1301
|
+
smCSS,
|
|
1302
|
+
minSmMaxLgCSS,
|
|
1303
|
+
lgCSS,
|
|
1304
|
+
css: import_react4.css`
|
|
1305
|
+
${lgCSS}
|
|
1306
|
+
${smCSS}
|
|
1307
|
+
${minSmMaxLgCSS}
|
|
1308
|
+
`
|
|
1309
|
+
};
|
|
1310
|
+
}
|
|
1311
|
+
var standardContentInset = buildStandardContentInset(16, 24, 32);
|
|
1298
1312
|
var standardCardShadow = import_react4.css`
|
|
1299
1313
|
box-shadow:
|
|
1300
1314
|
0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LightTooltip
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-3EVAP5JT.js";
|
|
4
4
|
import "../chunk-55OQPFLF.js";
|
|
5
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-JK4BP73A.js";
|
|
6
6
|
import "../chunk-2VBDEO6M.js";
|
|
7
7
|
import "../chunk-E4EXM4SY.js";
|
|
8
8
|
import "../chunk-JSGRNWSB.js";
|
|
@@ -1304,30 +1304,44 @@ var import_styled = __toESM(require("@emotion/styled"), 1);
|
|
|
1304
1304
|
var rootFontSizePx = 12;
|
|
1305
1305
|
var rootFontSizeRems = rootFontSizePx / 16;
|
|
1306
1306
|
var standardLineHeightEms = 1.21;
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
`
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
`;
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1307
|
+
function buildStandardContentInset(smPx, minSmMaxLgPx, lgPx) {
|
|
1308
|
+
const smCSS = import_react4.css`
|
|
1309
|
+
${bp.sm(`
|
|
1310
|
+
margin-left: auto;
|
|
1311
|
+
margin-right: auto;
|
|
1312
|
+
width: calc(100% - ${smPx * 2}px);
|
|
1313
|
+
`)}
|
|
1314
|
+
`;
|
|
1315
|
+
const minSmMaxLgCSS = import_react4.css`
|
|
1316
|
+
${bp.minSmMaxLg(`
|
|
1317
|
+
margin-left: auto;
|
|
1318
|
+
margin-right: auto;
|
|
1319
|
+
width: calc(100% - ${minSmMaxLgPx * 2}px);
|
|
1320
|
+
`)}
|
|
1321
|
+
`;
|
|
1322
|
+
const lgCSS = import_react4.css`
|
|
1323
|
+
${bp.lg(`
|
|
1324
|
+
margin-left: auto;
|
|
1325
|
+
margin-right: auto;
|
|
1326
|
+
width: calc(100% - ${lgPx * 2}px);
|
|
1327
|
+
max-width: 1280px;
|
|
1328
|
+
`)}
|
|
1329
|
+
`;
|
|
1330
|
+
return {
|
|
1331
|
+
smPx,
|
|
1332
|
+
minSmMaxLgPx,
|
|
1333
|
+
lgPx,
|
|
1334
|
+
smCSS,
|
|
1335
|
+
minSmMaxLgCSS,
|
|
1336
|
+
lgCSS,
|
|
1337
|
+
css: import_react4.css`
|
|
1338
|
+
${lgCSS}
|
|
1339
|
+
${smCSS}
|
|
1340
|
+
${minSmMaxLgCSS}
|
|
1341
|
+
`
|
|
1342
|
+
};
|
|
1343
|
+
}
|
|
1344
|
+
var standardContentInset = buildStandardContentInset(16, 24, 32);
|
|
1331
1345
|
var standardCardShadow = import_react4.css`
|
|
1332
1346
|
box-shadow:
|
|
1333
1347
|
0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LightsparkProvider
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-H3RW6JSU.js";
|
|
4
|
+
import "../chunk-KMR5C25B.js";
|
|
5
5
|
import "../chunk-IJVWYT5G.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-JK4BP73A.js";
|
|
7
7
|
import "../chunk-2VBDEO6M.js";
|
|
8
8
|
import "../chunk-E4EXM4SY.js";
|
|
9
9
|
import "../chunk-JSGRNWSB.js";
|
|
@@ -1288,30 +1288,44 @@ function hexToRGB(hex) {
|
|
|
1288
1288
|
// src/styles/common.tsx
|
|
1289
1289
|
var rootFontSizePx = 12;
|
|
1290
1290
|
var rootFontSizeRems = rootFontSizePx / 16;
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
`
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
`;
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1291
|
+
function buildStandardContentInset(smPx, minSmMaxLgPx, lgPx) {
|
|
1292
|
+
const smCSS = import_react4.css`
|
|
1293
|
+
${bp.sm(`
|
|
1294
|
+
margin-left: auto;
|
|
1295
|
+
margin-right: auto;
|
|
1296
|
+
width: calc(100% - ${smPx * 2}px);
|
|
1297
|
+
`)}
|
|
1298
|
+
`;
|
|
1299
|
+
const minSmMaxLgCSS = import_react4.css`
|
|
1300
|
+
${bp.minSmMaxLg(`
|
|
1301
|
+
margin-left: auto;
|
|
1302
|
+
margin-right: auto;
|
|
1303
|
+
width: calc(100% - ${minSmMaxLgPx * 2}px);
|
|
1304
|
+
`)}
|
|
1305
|
+
`;
|
|
1306
|
+
const lgCSS = import_react4.css`
|
|
1307
|
+
${bp.lg(`
|
|
1308
|
+
margin-left: auto;
|
|
1309
|
+
margin-right: auto;
|
|
1310
|
+
width: calc(100% - ${lgPx * 2}px);
|
|
1311
|
+
max-width: 1280px;
|
|
1312
|
+
`)}
|
|
1313
|
+
`;
|
|
1314
|
+
return {
|
|
1315
|
+
smPx,
|
|
1316
|
+
minSmMaxLgPx,
|
|
1317
|
+
lgPx,
|
|
1318
|
+
smCSS,
|
|
1319
|
+
minSmMaxLgCSS,
|
|
1320
|
+
lgCSS,
|
|
1321
|
+
css: import_react4.css`
|
|
1322
|
+
${lgCSS}
|
|
1323
|
+
${smCSS}
|
|
1324
|
+
${minSmMaxLgCSS}
|
|
1325
|
+
`
|
|
1326
|
+
};
|
|
1327
|
+
}
|
|
1328
|
+
var standardContentInset = buildStandardContentInset(16, 24, 32);
|
|
1315
1329
|
var standardCardShadow = import_react4.css`
|
|
1316
1330
|
box-shadow:
|
|
1317
1331
|
0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Loading,
|
|
3
3
|
LoadingWrapper
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-J4FJQ3FN.js";
|
|
5
|
+
import "../chunk-RWIZ7Q74.js";
|
|
6
6
|
import "../chunk-LAMQKQU3.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-JK4BP73A.js";
|
|
8
8
|
import "../chunk-2VBDEO6M.js";
|
|
9
9
|
import "../chunk-E4EXM4SY.js";
|
|
10
10
|
import "../chunk-JSGRNWSB.js";
|