@clickhouse/click-ui 0.0.177 → 0.0.178
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/click-ui.es.js +656 -87
- package/dist/click-ui.umd.js +917 -348
- package/dist/components/Link/Link.d.ts +1 -2
- package/dist/components/Link/common.d.ts +7 -0
- package/dist/components/Panel/Panel.d.ts +11 -10
- package/dist/components/cursorOptions.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/click-ui.umd.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function(global2, factory) {
|
|
2
2
|
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("react/jsx-runtime"), require("styled-components"), require("react"), require("react-dom")) : typeof define === "function" && define.amd ? define(["exports", "react/jsx-runtime", "styled-components", "react", "react-dom"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["click-ui"] = {}, global2.jsxRuntime, global2.styled, global2.React, global2.ReactDOM));
|
|
3
|
-
})(this, function(exports2, jsxRuntime,
|
|
3
|
+
})(this, function(exports2, jsxRuntime, styledComponents, React, ReactDOM) {
|
|
4
4
|
"use strict";var __defProp = Object.defineProperty;
|
|
5
5
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
6
|
var __publicField = (obj, key, value) => {
|
|
@@ -239,7 +239,7 @@ var __publicField = (obj, key, value) => {
|
|
|
239
239
|
/* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 8.6V21h16V8.6" }),
|
|
240
240
|
/* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m2 10 10-7 10 7M15 21v-6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6" })
|
|
241
241
|
] });
|
|
242
|
-
const animationCircle1 =
|
|
242
|
+
const animationCircle1 = styledComponents.keyframes`
|
|
243
243
|
0 {
|
|
244
244
|
r: 0;
|
|
245
245
|
}
|
|
@@ -253,7 +253,7 @@ var __publicField = (obj, key, value) => {
|
|
|
253
253
|
r: 0;
|
|
254
254
|
}
|
|
255
255
|
`;
|
|
256
|
-
const animationCircle2 =
|
|
256
|
+
const animationCircle2 = styledComponents.keyframes`
|
|
257
257
|
0 {
|
|
258
258
|
r: 0;
|
|
259
259
|
}
|
|
@@ -270,7 +270,7 @@ var __publicField = (obj, key, value) => {
|
|
|
270
270
|
r: 0
|
|
271
271
|
}
|
|
272
272
|
`;
|
|
273
|
-
const animationCircle3 =
|
|
273
|
+
const animationCircle3 = styledComponents.keyframes`
|
|
274
274
|
0 {
|
|
275
275
|
r: 0;
|
|
276
276
|
}
|
|
@@ -284,7 +284,7 @@ var __publicField = (obj, key, value) => {
|
|
|
284
284
|
r: 0
|
|
285
285
|
}
|
|
286
286
|
`;
|
|
287
|
-
const HorizontalLoading =
|
|
287
|
+
const HorizontalLoading = styledComponents.styled(DotsHorizontal).withConfig({
|
|
288
288
|
componentId: "sc-1b02o5c-0"
|
|
289
289
|
})(["circle{animation-name:horizontal-loading;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:horizontal-loading;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:horizontal-loading;-moz-animation-duration:1.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;&:nth-child(1){animation-name:", ";-webkit-animation-name:", ";-moz-animation-name:", ";}&:nth-child(2){animation-name:", ";-webkit-animation-name:", ";-moz-animation-name:", ";}&:nth-child(3){animation-name:", ";-webkit-animation-name:", ";-moz-animation-name:", ";}}"], animationCircle1, animationCircle1, animationCircle1, animationCircle2, animationCircle2, animationCircle2, animationCircle3, animationCircle3, animationCircle3);
|
|
290
290
|
const Http = (props) => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 13.8v-3.6M5.88 10.2v3.6M5.88 12H3M10.92 10.2H8.04M9.48 10.2v3.6M18.12 10.2v3.6M15.96 10.2h-2.88M14.52 10.2v3.6M18.12 10.2h1.755c.621 0 1.125.504 1.125 1.125v0c0 .621-.504 1.125-1.125 1.125H18.12M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2" }) });
|
|
@@ -331,7 +331,7 @@ var __publicField = (obj, key, value) => {
|
|
|
331
331
|
/* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.25, d: "M16.375 15.125H19.5v3.125" }),
|
|
332
332
|
/* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.5 12a7.495 7.495 0 0 0 14.312 3.125" })
|
|
333
333
|
] });
|
|
334
|
-
const LoadingFlipped =
|
|
334
|
+
const LoadingFlipped = styledComponents.styled(Loading).withConfig({
|
|
335
335
|
componentId: "sc-15ao23s-0"
|
|
336
336
|
})(["transform:scaleX(-1);"]);
|
|
337
337
|
const Lock = (props) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
@@ -339,7 +339,7 @@ var __publicField = (obj, key, value) => {
|
|
|
339
339
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12.375 14.458V17.5537", stroke: "#161517", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
340
340
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.375 21.6813H7.375C6.27 21.6813 5.375 20.7578 5.375 19.6176V12.3943C5.375 11.2541 6.27 10.3306 7.375 10.3306H17.375C18.48 10.3306 19.375 11.2541 19.375 12.3943V19.6176C19.375 20.7578 18.48 21.6813 17.375 21.6813Z", stroke: "#161517", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
341
341
|
] });
|
|
342
|
-
const spin =
|
|
342
|
+
const spin = styledComponents.keyframes`
|
|
343
343
|
from {
|
|
344
344
|
transform: rotate(0deg) scaleX(-1);
|
|
345
345
|
}
|
|
@@ -347,7 +347,7 @@ var __publicField = (obj, key, value) => {
|
|
|
347
347
|
transform: rotate(360deg) scaleX(-1);
|
|
348
348
|
}
|
|
349
349
|
`;
|
|
350
|
-
const LoadingAnimated =
|
|
350
|
+
const LoadingAnimated = styledComponents.styled(LoadingFlipped).withConfig({
|
|
351
351
|
componentId: "sc-1h6qu7m-0"
|
|
352
352
|
})(["animation:", " 1s infinite linear;"], spin);
|
|
353
353
|
const Metrics = (props) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
@@ -1411,7 +1411,7 @@ var __publicField = (obj, key, value) => {
|
|
|
1411
1411
|
] }),
|
|
1412
1412
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_5333_368", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "30", height: "20", rx: "1", fill: "white" }) }) })
|
|
1413
1413
|
] });
|
|
1414
|
-
const FormRoot =
|
|
1414
|
+
const FormRoot = styledComponents.styled.div.withConfig({
|
|
1415
1415
|
componentId: "sc-1sddmxu-0"
|
|
1416
1416
|
})(["display:flex;width:100%;gap:", ";", " *{box-shadow:none;outline:none;}"], ({
|
|
1417
1417
|
theme: theme2
|
|
@@ -1430,7 +1430,7 @@ var __publicField = (obj, key, value) => {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
` : ""}
|
|
1432
1432
|
`);
|
|
1433
|
-
const Error$1 =
|
|
1433
|
+
const Error$1 = styledComponents.styled.div.withConfig({
|
|
1434
1434
|
componentId: "sc-1sddmxu-1"
|
|
1435
1435
|
})(["", ";"], ({
|
|
1436
1436
|
theme: theme2
|
|
@@ -1438,10 +1438,10 @@ var __publicField = (obj, key, value) => {
|
|
|
1438
1438
|
font: ${theme2.click.field.typography.label.error};
|
|
1439
1439
|
color: ${theme2.click.field.color.label.error};
|
|
1440
1440
|
`);
|
|
1441
|
-
const EmptyButton$1 =
|
|
1441
|
+
const EmptyButton$1 = styledComponents.styled.button.withConfig({
|
|
1442
1442
|
componentId: "sc-1sddmxu-2"
|
|
1443
1443
|
})(["background:transparent;border:none;cursor:pointer;outline:none;padding:0;border:0;color:inherit;font:inherit;&:disabled{cursor:not-allowed;}"]);
|
|
1444
|
-
const CrossButton =
|
|
1444
|
+
const CrossButton = styledComponents.styled(EmptyButton$1).withConfig({
|
|
1445
1445
|
componentId: "sc-1sddmxu-3"
|
|
1446
1446
|
})(["padding:", " ", ";background:", ";border-radius:", ";&:hover{background:", ";}"], ({
|
|
1447
1447
|
theme: theme2
|
|
@@ -1454,10 +1454,10 @@ var __publicField = (obj, key, value) => {
|
|
|
1454
1454
|
}) => theme2.click.button.iconButton.radii.all, ({
|
|
1455
1455
|
theme: theme2
|
|
1456
1456
|
}) => theme2.click.button.iconButton.color.primary.background.hover);
|
|
1457
|
-
|
|
1457
|
+
styledComponents.styled.div.withConfig({
|
|
1458
1458
|
componentId: "sc-1sddmxu-4"
|
|
1459
1459
|
})(["display:grid;place-items:center;width:100%;height:100%;"]);
|
|
1460
|
-
const BaseButton =
|
|
1460
|
+
const BaseButton = styledComponents.styled.button.withConfig({
|
|
1461
1461
|
componentId: "sc-1sddmxu-5"
|
|
1462
1462
|
})(["display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;", ""], ({
|
|
1463
1463
|
theme: theme2
|
|
@@ -1483,7 +1483,7 @@ var __publicField = (obj, key, value) => {
|
|
|
1483
1483
|
cursor: not-allowed;
|
|
1484
1484
|
}
|
|
1485
1485
|
`);
|
|
1486
|
-
const SvgImageElement =
|
|
1486
|
+
const SvgImageElement = styledComponents.styled.svg.withConfig({
|
|
1487
1487
|
componentId: "sc-1sddmxu-6"
|
|
1488
1488
|
})(["display:flex;align-items:center;", ""], ({
|
|
1489
1489
|
theme: theme2,
|
|
@@ -1494,12 +1494,12 @@ var __publicField = (obj, key, value) => {
|
|
|
1494
1494
|
height: ${theme2.click.image[$size].size.height};
|
|
1495
1495
|
` : ""}
|
|
1496
1496
|
`);
|
|
1497
|
-
const FormElementContainer =
|
|
1497
|
+
const FormElementContainer = styledComponents.styled.div.withConfig({
|
|
1498
1498
|
componentId: "sc-1sddmxu-7"
|
|
1499
1499
|
})(["display:flex;flex-direction:column;align-items:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;gap:", ";"], ({
|
|
1500
1500
|
theme: theme2
|
|
1501
1501
|
}) => theme2.click.field.space.gap);
|
|
1502
|
-
|
|
1502
|
+
styledComponents.styled.span.withConfig({
|
|
1503
1503
|
componentId: "sc-1sddmxu-8"
|
|
1504
1504
|
})(["display:flex;white-space:nowrap;overflow:hidden;justify-content:flex-end;gap:inherit;& > *:not(button){overflow:hidden;text-overflow:ellipsis;}"]);
|
|
1505
1505
|
const Switzerland = (props) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: "30", height: "20", viewBox: "0 0 30 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
@@ -2398,7 +2398,7 @@ var __publicField = (obj, key, value) => {
|
|
|
2398
2398
|
}) => {
|
|
2399
2399
|
const {
|
|
2400
2400
|
name: themeName
|
|
2401
|
-
} =
|
|
2401
|
+
} = styledComponents.useTheme();
|
|
2402
2402
|
const Component = ["light", "classic"].includes(theme2 ?? themeName) ? LogosLight[name2] : LogosDark[name2];
|
|
2403
2403
|
if (!Component) {
|
|
2404
2404
|
return null;
|
|
@@ -2477,7 +2477,7 @@ var __publicField = (obj, key, value) => {
|
|
|
2477
2477
|
}
|
|
2478
2478
|
return /* @__PURE__ */ jsxRuntime.jsx(SvgWrapper, { $color: color, $width: width, $height: height, $size: size2, className, state, children: /* @__PURE__ */ jsxRuntime.jsx(Component, { ...props }) });
|
|
2479
2479
|
};
|
|
2480
|
-
const SvgWrapper =
|
|
2480
|
+
const SvgWrapper = styledComponents.styled.div.withConfig({
|
|
2481
2481
|
componentId: "sc-29ieut-0"
|
|
2482
2482
|
})(["display:flex;align-items:center;", " ", ""], ({
|
|
2483
2483
|
theme: theme2,
|
|
@@ -2537,7 +2537,7 @@ var __publicField = (obj, key, value) => {
|
|
|
2537
2537
|
return /* @__PURE__ */ jsxRuntime.jsx(Button$2, { ...props, $styleType: type, $size: size2, ref, role: "button", "aria-label": iconName, children: /* @__PURE__ */ jsxRuntime.jsx(SvgImage, { name: icon, size: "sm" }) });
|
|
2538
2538
|
});
|
|
2539
2539
|
IconButton$1.displayName = "IconButton";
|
|
2540
|
-
const Button$2 =
|
|
2540
|
+
const Button$2 = styledComponents.styled.button.withConfig({
|
|
2541
2541
|
componentId: "sc-4ff7ue-0"
|
|
2542
2542
|
})(["", ""], ({
|
|
2543
2543
|
theme: theme2,
|
|
@@ -2575,7 +2575,7 @@ var __publicField = (obj, key, value) => {
|
|
|
2575
2575
|
cursor: not-allowed;
|
|
2576
2576
|
}
|
|
2577
2577
|
`);
|
|
2578
|
-
const FormFieldLabel$1 =
|
|
2578
|
+
const FormFieldLabel$1 = styledComponents.styled.label.withConfig({
|
|
2579
2579
|
componentId: "sc-1gg29zb-0"
|
|
2580
2580
|
})(["", ""], ({
|
|
2581
2581
|
theme: theme2,
|
|
@@ -2607,7 +2607,7 @@ var __publicField = (obj, key, value) => {
|
|
|
2607
2607
|
children,
|
|
2608
2608
|
...props
|
|
2609
2609
|
}) => /* @__PURE__ */ jsxRuntime.jsx(FormFieldLabel$1, { disabled, $error: error2, ...props, children });
|
|
2610
|
-
const FormFieldLabel =
|
|
2610
|
+
const FormFieldLabel = styledComponents.styled.label.withConfig({
|
|
2611
2611
|
componentId: "sc-e2xmgs-0"
|
|
2612
2612
|
})(["", ""], ({
|
|
2613
2613
|
theme: theme2,
|
|
@@ -7717,7 +7717,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7717
7717
|
const $d08ef79370b62062$export$d7a01e11500dfb6f = $d08ef79370b62062$export$2f307d81a64f5442;
|
|
7718
7718
|
const $d08ef79370b62062$export$2ea8a7a591ac5eac = $d08ef79370b62062$export$21dcb7ec56f874cf;
|
|
7719
7719
|
const $d08ef79370b62062$export$6d4de93b380beddf = $d08ef79370b62062$export$f34ec8bc2482cc5f;
|
|
7720
|
-
const GenericMenuPanel =
|
|
7720
|
+
const GenericMenuPanel = styledComponents.styled.div.withConfig({
|
|
7721
7721
|
componentId: "sc-1fv0ktx-0"
|
|
7722
7722
|
})(["outline:none;max-width:var(--radix-", "-content-available-width);max-height:var(--radix-", "-content-available-height);overflow:hidden;display:flex;align-items:flex-start;pointer-events:auto;", ";", ";"], ({
|
|
7723
7723
|
$type
|
|
@@ -7747,7 +7747,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7747
7747
|
margin-left: -1px;
|
|
7748
7748
|
}
|
|
7749
7749
|
` : "");
|
|
7750
|
-
const GenericPopoverMenuPanel =
|
|
7750
|
+
const GenericPopoverMenuPanel = styledComponents.styled.div.withConfig({
|
|
7751
7751
|
componentId: "sc-1fv0ktx-1"
|
|
7752
7752
|
})(["outline:none;max-width:var(--radix-", "-content-available-width);max-height:var(--radix-", "-content-available-height);overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;z-index:1;", " ", ";"], ({
|
|
7753
7753
|
$type
|
|
@@ -7764,7 +7764,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7764
7764
|
`, ({
|
|
7765
7765
|
$showArrow
|
|
7766
7766
|
}) => $showArrow ? "margin: -1px 0;" : "");
|
|
7767
|
-
const Arrow$1 =
|
|
7767
|
+
const Arrow$1 = styledComponents.styled.svg.withConfig({
|
|
7768
7768
|
componentId: "sc-1fv0ktx-2"
|
|
7769
7769
|
})(["filter:drop-shadow(rgba(0,0,0,0.1) 0px 4px 6px);", ";"], ({
|
|
7770
7770
|
theme: theme2
|
|
@@ -7772,7 +7772,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7772
7772
|
fill: ${theme2.click.genericMenu.panel.color.background.default};
|
|
7773
7773
|
stroke: ${theme2.click.genericMenu.panel.color.stroke.default};
|
|
7774
7774
|
`);
|
|
7775
|
-
const GenericMenuItem =
|
|
7775
|
+
const GenericMenuItem = styledComponents.styled.div.withConfig({
|
|
7776
7776
|
componentId: "sc-1fv0ktx-3"
|
|
7777
7777
|
})(["display:flex;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}", ';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}&[hidden]{display:none;}'], ({
|
|
7778
7778
|
theme: theme2
|
|
@@ -7818,7 +7818,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7818
7818
|
}
|
|
7819
7819
|
});
|
|
7820
7820
|
};
|
|
7821
|
-
const EllipsisContainer$1 =
|
|
7821
|
+
const EllipsisContainer$1 = styledComponents.styled.div.withConfig({
|
|
7822
7822
|
componentId: "sc-1ibz5fp-0"
|
|
7823
7823
|
})(["display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;justify-content:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;& > *:not(button){overflow:hidden;text-overflow:ellipsis;}"]);
|
|
7824
7824
|
const _EllipsisContent = ({
|
|
@@ -7832,7 +7832,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7832
7832
|
}]), ...props });
|
|
7833
7833
|
};
|
|
7834
7834
|
const EllipsisContent = React.forwardRef(_EllipsisContent);
|
|
7835
|
-
const LabelContainer$1 =
|
|
7835
|
+
const LabelContainer$1 = styledComponents.styled.div.withConfig({
|
|
7836
7836
|
componentId: "sc-1likhxd-0"
|
|
7837
7837
|
})(["display:grid;grid-template-columns:", ";align-items:center;justify-content:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;gap:", ";"], ({
|
|
7838
7838
|
$hasIcon,
|
|
@@ -7856,7 +7856,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7856
7856
|
] });
|
|
7857
7857
|
};
|
|
7858
7858
|
const Dropdown = (props) => /* @__PURE__ */ jsxRuntime.jsx($d08ef79370b62062$export$be92b6f5f03c0fe9, { ...props });
|
|
7859
|
-
const DropdownMenuItem =
|
|
7859
|
+
const DropdownMenuItem = styledComponents.styled(GenericMenuItem).withConfig({
|
|
7860
7860
|
componentId: "sc-18bhwbw-0"
|
|
7861
7861
|
})(['position:relative;display:flex;&[data-state="open"]{', "}"], ({
|
|
7862
7862
|
theme: theme2
|
|
@@ -7866,7 +7866,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7866
7866
|
color: ${theme2.click.genericMenu.item.color.text.hover};
|
|
7867
7867
|
cursor: pointer;
|
|
7868
7868
|
`);
|
|
7869
|
-
const Trigger$5 =
|
|
7869
|
+
const Trigger$5 = styledComponents.styled($d08ef79370b62062$export$41fb9f06171c75f4).withConfig({
|
|
7870
7870
|
componentId: "sc-18bhwbw-1"
|
|
7871
7871
|
})(["cursor:pointer;width:fit-content;&[disabled]{cursor:not-allowed;}"]);
|
|
7872
7872
|
const DropdownTrigger = ({
|
|
@@ -7889,7 +7889,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7889
7889
|
};
|
|
7890
7890
|
DropdownTrigger.displayName = "DropdownTrigger";
|
|
7891
7891
|
Dropdown.Trigger = DropdownTrigger;
|
|
7892
|
-
const DropdownMenuContent =
|
|
7892
|
+
const DropdownMenuContent = styledComponents.styled(GenericMenuPanel).withConfig({
|
|
7893
7893
|
componentId: "sc-18bhwbw-2"
|
|
7894
7894
|
})(["min-width:", ";flex-direction:column;z-index:1;"], ({
|
|
7895
7895
|
theme: theme2
|
|
@@ -7908,7 +7908,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7908
7908
|
};
|
|
7909
7909
|
DropdownContent$1.displayName = "DropdownContent";
|
|
7910
7910
|
Dropdown.Content = DropdownContent$1;
|
|
7911
|
-
const DropdownMenuGroup =
|
|
7911
|
+
const DropdownMenuGroup = styledComponents.styled($d08ef79370b62062$export$eb2fcfdbd7ba97d4).withConfig({
|
|
7912
7912
|
componentId: "sc-18bhwbw-3"
|
|
7913
7913
|
})(["width:100%;border-bottom:1px solid ", ";"], ({
|
|
7914
7914
|
theme: theme2
|
|
@@ -7918,7 +7918,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7918
7918
|
};
|
|
7919
7919
|
DropdownGroup.displayName = "DropdownGroup";
|
|
7920
7920
|
Dropdown.Group = DropdownGroup;
|
|
7921
|
-
const DropdownMenuSub =
|
|
7921
|
+
const DropdownMenuSub = styledComponents.styled($d08ef79370b62062$export$d7a01e11500dfb6f).withConfig({
|
|
7922
7922
|
componentId: "sc-18bhwbw-4"
|
|
7923
7923
|
})(["border-bottom:1px solid ", ";"], ({
|
|
7924
7924
|
theme: theme2
|
|
@@ -8358,12 +8358,12 @@ var __publicField = (obj, key, value) => {
|
|
|
8358
8358
|
children
|
|
8359
8359
|
] })
|
|
8360
8360
|
] }) });
|
|
8361
|
-
const AccordionRoot$1 =
|
|
8361
|
+
const AccordionRoot$1 = styledComponents.styled($1bf158f521e1b1b4$export$be92b6f5f03c0fe9).withConfig({
|
|
8362
8362
|
componentId: "sc-1ysh219-0"
|
|
8363
8363
|
})(["", ";"], ({
|
|
8364
8364
|
$fillWidth
|
|
8365
8365
|
}) => $fillWidth && "width: 100%");
|
|
8366
|
-
const AccordionTrigger$1 =
|
|
8366
|
+
const AccordionTrigger$1 = styledComponents.styled($1bf158f521e1b1b4$export$41fb9f06171c75f4).withConfig({
|
|
8367
8367
|
componentId: "sc-1ysh219-1"
|
|
8368
8368
|
})(["border:none;padding:0;background-color:transparent;display:flex;align-items:center;", " ", ";"], ({
|
|
8369
8369
|
theme: theme2,
|
|
@@ -8387,21 +8387,21 @@ var __publicField = (obj, key, value) => {
|
|
|
8387
8387
|
`, ({
|
|
8388
8388
|
$fillWidth
|
|
8389
8389
|
}) => $fillWidth && "width: 100%");
|
|
8390
|
-
const AccordionIconWrapper$1 =
|
|
8390
|
+
const AccordionIconWrapper$1 = styledComponents.styled.div.withConfig({
|
|
8391
8391
|
componentId: "sc-1ysh219-2"
|
|
8392
8392
|
})(["display:flex;align-items:center;justify-content:center;transition:transform 200ms cubic-bezier(0.87,0,0.13,1);", "[data-state='open'] &{transform:rotate(90deg);}"], AccordionTrigger$1);
|
|
8393
|
-
const AccordionIconsWrapper$1 =
|
|
8393
|
+
const AccordionIconsWrapper$1 = styledComponents.styled.div.withConfig({
|
|
8394
8394
|
componentId: "sc-1ysh219-3"
|
|
8395
8395
|
})(["display:flex;align-items:center;justify-content:center;"]);
|
|
8396
|
-
const AccordionContent$1 =
|
|
8396
|
+
const AccordionContent$1 = styledComponents.styled($1bf158f521e1b1b4$export$7c6e2c02157bb7d2).withConfig({
|
|
8397
8397
|
componentId: "sc-1ysh219-4"
|
|
8398
8398
|
})([""]);
|
|
8399
|
-
|
|
8399
|
+
styledComponents.styled(Accordion).withConfig({
|
|
8400
8400
|
componentId: "sc-1ysh219-5"
|
|
8401
8401
|
})(["", "{gap:", ";}p{margin:0;}", "{visibility:hidden;}&:hover ", "{visibility:revert;}&:active ", "{visibility:revert;}", "[data-state='open'] ", "{visibility:revert;}"], AccordionTrigger$1, ({
|
|
8402
8402
|
theme: theme2
|
|
8403
8403
|
}) => theme2.click.sidebar.navigation.item.default.space.gap, AccordionIconWrapper$1, AccordionIconWrapper$1, AccordionIconWrapper$1, AccordionTrigger$1, AccordionIconWrapper$1);
|
|
8404
|
-
const AccordionToExport =
|
|
8404
|
+
const AccordionToExport = styledComponents.styled(Accordion).withConfig({
|
|
8405
8405
|
componentId: "sc-1ysh219-6"
|
|
8406
8406
|
})([""]);
|
|
8407
8407
|
const stateIconMap = {
|
|
@@ -8433,7 +8433,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8433
8433
|
dismissible && /* @__PURE__ */ jsxRuntime.jsx(DismissWrapper$1, { "data-testid": "click-alert-dismiss-button", onClick: () => setIsVisible(false), children: /* @__PURE__ */ jsxRuntime.jsx(SvgImage, { name: "cross", "aria-label": "close" }) })
|
|
8434
8434
|
] }) : null;
|
|
8435
8435
|
};
|
|
8436
|
-
const Wrapper$d =
|
|
8436
|
+
const Wrapper$d = styledComponents.styled.div.withConfig({
|
|
8437
8437
|
componentId: "sc-1wvczk0-0"
|
|
8438
8438
|
})(["display:flex;border-radius:", ";justify-content:", ";overflow:hidden;background-color:", ";color:", ";width:100%;"], ({
|
|
8439
8439
|
$type,
|
|
@@ -8447,7 +8447,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8447
8447
|
$state = "neutral",
|
|
8448
8448
|
theme: theme2
|
|
8449
8449
|
}) => theme2.click.alert.color.text[$state]);
|
|
8450
|
-
const IconWrapper$2 =
|
|
8450
|
+
const IconWrapper$2 = styledComponents.styled.div.withConfig({
|
|
8451
8451
|
componentId: "sc-1wvczk0-1"
|
|
8452
8452
|
})(["display:flex;align-items:center;background-color:", ";", ""], ({
|
|
8453
8453
|
$state = "neutral",
|
|
@@ -8461,7 +8461,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8461
8461
|
color: ${theme2.click.alert.color.iconForeground[$state]};
|
|
8462
8462
|
padding: ${theme2.click.alert[$size].space.y} ${theme2.click.alert[$size].space.x};
|
|
8463
8463
|
`);
|
|
8464
|
-
const StyledIcon =
|
|
8464
|
+
const StyledIcon = styledComponents.styled(SvgImage).withConfig({
|
|
8465
8465
|
componentId: "sc-1wvczk0-2"
|
|
8466
8466
|
})(["", ""], ({
|
|
8467
8467
|
$size,
|
|
@@ -8470,7 +8470,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8470
8470
|
height: ${theme2.click.alert[$size].icon.height};
|
|
8471
8471
|
width: ${theme2.click.alert[$size].icon.width};
|
|
8472
8472
|
`);
|
|
8473
|
-
const TextWrapper =
|
|
8473
|
+
const TextWrapper = styledComponents.styled.div.withConfig({
|
|
8474
8474
|
componentId: "sc-1wvczk0-3"
|
|
8475
8475
|
})(["display:flex;flex-flow:column;word-break:break-word;", ""], ({
|
|
8476
8476
|
$size,
|
|
@@ -8484,19 +8484,19 @@ var __publicField = (obj, key, value) => {
|
|
|
8484
8484
|
text-decoration: underline;
|
|
8485
8485
|
}
|
|
8486
8486
|
`);
|
|
8487
|
-
const Title$4 =
|
|
8487
|
+
const Title$4 = styledComponents.styled.h6.withConfig({
|
|
8488
8488
|
componentId: "sc-1wvczk0-4"
|
|
8489
8489
|
})(["margin:0;font:", ";"], ({
|
|
8490
8490
|
theme: theme2,
|
|
8491
8491
|
$size
|
|
8492
8492
|
}) => theme2.click.alert[$size].typography.title.default);
|
|
8493
|
-
const Text$1 =
|
|
8493
|
+
const Text$1 = styledComponents.styled.div.withConfig({
|
|
8494
8494
|
componentId: "sc-1wvczk0-5"
|
|
8495
8495
|
})(["margin:0;font:", ";"], ({
|
|
8496
8496
|
theme: theme2,
|
|
8497
8497
|
$size
|
|
8498
8498
|
}) => theme2.click.alert[$size].typography.text.default);
|
|
8499
|
-
const DismissWrapper$1 =
|
|
8499
|
+
const DismissWrapper$1 = styledComponents.styled.button.withConfig({
|
|
8500
8500
|
componentId: "sc-1wvczk0-6"
|
|
8501
8501
|
})(["display:flex;align-items:center;margin-left:auto;border:none;background-color:transparent;color:inherit;cursor:pointer;"]);
|
|
8502
8502
|
const DangerAlert = (props) => /* @__PURE__ */ jsxRuntime.jsx(Alert, { ...props, state: "danger" });
|
|
@@ -8808,7 +8808,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8808
8808
|
return /* @__PURE__ */ jsxRuntime.jsx(Item, { ...props }, `autocomplete-${id}-item-${index2}`);
|
|
8809
8809
|
}
|
|
8810
8810
|
});
|
|
8811
|
-
const SelectPopoverRoot$1 =
|
|
8811
|
+
const SelectPopoverRoot$1 = styledComponents.styled($cb5cc270b50c6fcd$export$be92b6f5f03c0fe9).withConfig({
|
|
8812
8812
|
componentId: "sc-87wbnc-0"
|
|
8813
8813
|
})(["width:100%;", " overflow:hidden;display:flex;padding:0.5rem 0rem;align-items:flex-start;gap:0.625rem;"], ({
|
|
8814
8814
|
theme: theme2
|
|
@@ -8819,10 +8819,10 @@ var __publicField = (obj, key, value) => {
|
|
|
8819
8819
|
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
|
8820
8820
|
border-radius: 0.25rem;
|
|
8821
8821
|
`);
|
|
8822
|
-
const PopoverContent$1 =
|
|
8822
|
+
const PopoverContent$1 = styledComponents.styled($cb5cc270b50c6fcd$export$7c6e2c02157bb7d2).withConfig({
|
|
8823
8823
|
componentId: "sc-87wbnc-1"
|
|
8824
8824
|
})(["width:var(--radix-popover-trigger-width);display:flex;flex-direction:column;align-items:flex-start;gap:5px;"]);
|
|
8825
|
-
const SelectGroupContainer$1 =
|
|
8825
|
+
const SelectGroupContainer$1 = styledComponents.styled.div.withConfig({
|
|
8826
8826
|
componentId: "sc-87wbnc-2"
|
|
8827
8827
|
})(["display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:-webkit-fill-available;width:fill-available;width:stretch;overflow:hidden;background:transparent;&[aria-selected]{outline:none;}", ";&[hidden]{display:none;}"], ({
|
|
8828
8828
|
theme: theme2
|
|
@@ -8830,7 +8830,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8830
8830
|
font: ${theme2.click.genericMenu.item.typography.sectionHeader.default};
|
|
8831
8831
|
color: ${theme2.click.genericMenu.item.color.text.muted};
|
|
8832
8832
|
`);
|
|
8833
|
-
const SelectGroupName$1 =
|
|
8833
|
+
const SelectGroupName$1 = styledComponents.styled.div.withConfig({
|
|
8834
8834
|
componentId: "sc-87wbnc-3"
|
|
8835
8835
|
})(["display:flex;width:100%;flex-direction:column;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;", ""], ({
|
|
8836
8836
|
theme: theme2
|
|
@@ -8841,10 +8841,10 @@ var __publicField = (obj, key, value) => {
|
|
|
8841
8841
|
gap: ${theme2.click.genericMenu.item.space.gap};
|
|
8842
8842
|
border-bottom: 1px solid ${theme2.click.genericMenu.item.color.stroke.default};
|
|
8843
8843
|
`);
|
|
8844
|
-
const SelectGroupContent$1 =
|
|
8844
|
+
const SelectGroupContent$1 = styledComponents.styled.div.withConfig({
|
|
8845
8845
|
componentId: "sc-87wbnc-4"
|
|
8846
8846
|
})(["width:inherit;"]);
|
|
8847
|
-
const SelectListContent$1 =
|
|
8847
|
+
const SelectListContent$1 = styledComponents.styled.div.withConfig({
|
|
8848
8848
|
componentId: "sc-87wbnc-5"
|
|
8849
8849
|
})(["width:inherit;overflow:overlay;flex:1;"]);
|
|
8850
8850
|
const childrenToComboboxItemArray$1 = (children, callback, heading) => {
|
|
@@ -8878,7 +8878,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8878
8878
|
return [];
|
|
8879
8879
|
});
|
|
8880
8880
|
};
|
|
8881
|
-
const SelectNoDataContainer$1 =
|
|
8881
|
+
const SelectNoDataContainer$1 = styledComponents.styled.div.withConfig({
|
|
8882
8882
|
componentId: "sc-87wbnc-6"
|
|
8883
8883
|
})(['border:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;cursor:default;&[hidden="true"]{display:none;}', ""], ({
|
|
8884
8884
|
theme: theme2
|
|
@@ -8888,7 +8888,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8888
8888
|
background: ${theme2.click.genericMenu.button.color.background.default};
|
|
8889
8889
|
color: ${theme2.click.genericMenu.button.color.label.default};
|
|
8890
8890
|
`);
|
|
8891
|
-
const SelectList$1 =
|
|
8891
|
+
const SelectList$1 = styledComponents.styled.div.withConfig({
|
|
8892
8892
|
componentId: "sc-87wbnc-7"
|
|
8893
8893
|
})(["display:flex;flex-direction:column;width:inherit;max-height:var(--radix-popover-content-available-height);", ""], ({
|
|
8894
8894
|
theme: theme2
|
|
@@ -9123,7 +9123,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9123
9123
|
] });
|
|
9124
9124
|
});
|
|
9125
9125
|
Group.displayName = "AutoComplete.Group";
|
|
9126
|
-
const CheckIcon$2 =
|
|
9126
|
+
const CheckIcon$2 = styledComponents.styled.svg.withConfig({
|
|
9127
9127
|
componentId: "sc-87wbnc-8"
|
|
9128
9128
|
})(["opacity:", ";"], ({
|
|
9129
9129
|
$showCheck
|
|
@@ -9273,13 +9273,13 @@ var __publicField = (obj, key, value) => {
|
|
|
9273
9273
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarImage, { src, srcSet, alt: text2 }),
|
|
9274
9274
|
/* @__PURE__ */ jsxRuntime.jsx(StyledFallback, { $textSize: textSize, delayMs: 0, children: text2.trim().replace(/(^.)([^ ]* )?(.).*/, "$1$3").trim().toUpperCase() })
|
|
9275
9275
|
] });
|
|
9276
|
-
const StyledRoot =
|
|
9276
|
+
const StyledRoot = styledComponents.styled($cddcb0b647441e34$export$be92b6f5f03c0fe9).withConfig({
|
|
9277
9277
|
componentId: "sc-181etfq-0"
|
|
9278
9278
|
})(["width:", ";height:", ";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;user-select:none;background-color:", ";color:", ";border-radius:", ";&:active{background-color:", ";color:", ";}&:hover{background-color:", ";color:", ";}"], (props) => props.theme.click.avatar.size.width, (props) => props.theme.click.avatar.size.height, (props) => props.theme.click.avatar.color.background.default, (props) => props.theme.click.avatar.color.text.default, (props) => props.theme.click.avatar.radii.all, (props) => props.theme.click.avatar.color.background.active, (props) => props.theme.click.avatar.color.text.active, (props) => props.theme.click.avatar.color.background.hover, (props) => props.theme.click.avatar.color.text.hover);
|
|
9279
|
-
const AvatarImage =
|
|
9279
|
+
const AvatarImage = styledComponents.styled($cddcb0b647441e34$export$3e431a229df88919).withConfig({
|
|
9280
9280
|
componentId: "sc-181etfq-1"
|
|
9281
9281
|
})(["width:100%;height:100%;object-fit:cover;border-radius:inherit;"]);
|
|
9282
|
-
const StyledFallback =
|
|
9282
|
+
const StyledFallback = styledComponents.styled($cddcb0b647441e34$export$fb8d7f40caaeea67).withConfig({
|
|
9283
9283
|
componentId: "sc-181etfq-2"
|
|
9284
9284
|
})(["width:", ";display:inline-flex;align-items:center;justify-content:center;", ""], (props) => props.theme.click.avatar.size.label.width, ({
|
|
9285
9285
|
theme: theme2,
|
|
@@ -9295,7 +9295,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9295
9295
|
font: ${theme2.click.avatar.typography.label[$textSize].hover};
|
|
9296
9296
|
}
|
|
9297
9297
|
`);
|
|
9298
|
-
const Wrapper$c =
|
|
9298
|
+
const Wrapper$c = styledComponents.styled.div.withConfig({
|
|
9299
9299
|
componentId: "sc-471xo0-0"
|
|
9300
9300
|
})(["display:inline-flex;", ""], ({
|
|
9301
9301
|
$state = "default",
|
|
@@ -9309,13 +9309,13 @@ var __publicField = (obj, key, value) => {
|
|
|
9309
9309
|
border: ${theme2.click.badge.stroke} solid ${theme2.click.badge.color.stroke[$state]};
|
|
9310
9310
|
padding: ${theme2.click.badge.space[$size].y} ${theme2.click.badge.space[$size].x};
|
|
9311
9311
|
`);
|
|
9312
|
-
const Content$4 =
|
|
9312
|
+
const Content$4 = styledComponents.styled.div.withConfig({
|
|
9313
9313
|
componentId: "sc-471xo0-1"
|
|
9314
9314
|
})(["display:inline-flex;align-items:center;gap:", ";max-width:100%;justify-content:flex-start;"], ({
|
|
9315
9315
|
$size = "md",
|
|
9316
9316
|
theme: theme2
|
|
9317
9317
|
}) => theme2.click.badge.space[$size].gap);
|
|
9318
|
-
const SvgContainer =
|
|
9318
|
+
const SvgContainer = styledComponents.styled.svg.withConfig({
|
|
9319
9319
|
componentId: "sc-471xo0-2"
|
|
9320
9320
|
})(["", ""], ({
|
|
9321
9321
|
$state = "default",
|
|
@@ -9326,7 +9326,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9326
9326
|
height: ${theme2.click.badge.icon[$size].size.height};
|
|
9327
9327
|
width: ${theme2.click.badge.icon[$size].size.width};
|
|
9328
9328
|
`);
|
|
9329
|
-
const BadgeContent =
|
|
9329
|
+
const BadgeContent = styledComponents.styled.div.withConfig({
|
|
9330
9330
|
componentId: "sc-471xo0-3"
|
|
9331
9331
|
})(["width:auto;overflow:hidden;svg{", "}"], ({
|
|
9332
9332
|
$state = "default",
|
|
@@ -9366,7 +9366,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9366
9366
|
/* @__PURE__ */ jsxRuntime.jsx(Label, { $state: state, $size: size2, children: label }),
|
|
9367
9367
|
/* @__PURE__ */ jsxRuntime.jsx(Title$3, { $state: state, $size: size2, children: title })
|
|
9368
9368
|
] });
|
|
9369
|
-
const Wrapper$b =
|
|
9369
|
+
const Wrapper$b = styledComponents.styled.div.withConfig({
|
|
9370
9370
|
componentId: "sc-u5029o-0"
|
|
9371
9371
|
})(["display:flex;justify-content:center;box-sizing:border-box;", ""], ({
|
|
9372
9372
|
$fillWidth = false,
|
|
@@ -9390,7 +9390,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9390
9390
|
width: ${$fillWidth === true ? "100%" : "auto"};
|
|
9391
9391
|
max-width: ${$maxWidth ? $maxWidth : "none"};
|
|
9392
9392
|
`);
|
|
9393
|
-
const Label =
|
|
9393
|
+
const Label = styledComponents.styled.div.withConfig({
|
|
9394
9394
|
componentId: "sc-u5029o-1"
|
|
9395
9395
|
})(["", ""], ({
|
|
9396
9396
|
$state = "default",
|
|
@@ -9400,7 +9400,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9400
9400
|
color: ${theme2.click.bigStat.color.label[$state]};
|
|
9401
9401
|
font: ${theme2.click.bigStat.typography[$size].label[$state]};
|
|
9402
9402
|
`);
|
|
9403
|
-
const Title$3 =
|
|
9403
|
+
const Title$3 = styledComponents.styled.div.withConfig({
|
|
9404
9404
|
componentId: "sc-u5029o-2"
|
|
9405
9405
|
})(["", ""], ({
|
|
9406
9406
|
$state = "default",
|
|
@@ -9429,7 +9429,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9429
9429
|
});
|
|
9430
9430
|
return /* @__PURE__ */ jsxRuntime.jsx(ButtonGroupWrapper, { $fillWidth: fillWidth, $type: type, ...props, children: btns });
|
|
9431
9431
|
};
|
|
9432
|
-
const ButtonGroupWrapper =
|
|
9432
|
+
const ButtonGroupWrapper = styledComponents.styled.div.withConfig({
|
|
9433
9433
|
componentId: "sc-ukgugp-0"
|
|
9434
9434
|
})(["box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:0px;gap:", ";border:1px solid ", ";background:", ";border-radius:", ";width:", ";"], ({
|
|
9435
9435
|
theme: theme2,
|
|
@@ -9448,7 +9448,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9448
9448
|
const leftBorderRadius = `${endRadii} 0px 0px ${endRadii}`;
|
|
9449
9449
|
const rightBorderRadius = `0px ${endRadii} ${endRadii} 0px`;
|
|
9450
9450
|
const centerBorderRadius = "var(--click-button-button-group-radii-center)";
|
|
9451
|
-
const Button$1 =
|
|
9451
|
+
const Button$1 = styledComponents.styled.button.attrs((props) => ({
|
|
9452
9452
|
"aria-pressed": props.$active
|
|
9453
9453
|
})).withConfig({
|
|
9454
9454
|
componentId: "sc-ukgugp-1"
|
|
@@ -9518,10 +9518,10 @@ var __publicField = (obj, key, value) => {
|
|
|
9518
9518
|
showLabelWithLoading ? label ?? children : ""
|
|
9519
9519
|
] })
|
|
9520
9520
|
] });
|
|
9521
|
-
const LoadingIconWrapper =
|
|
9521
|
+
const LoadingIconWrapper = styledComponents.styled.div.withConfig({
|
|
9522
9522
|
componentId: "sc-1k4tz4c-0"
|
|
9523
9523
|
})(["background-color:inherit;top:0;left:0;bottom:0;right:0;display:flex;align-content:center;justify-content:center;align-items:center;gap:0.5rem;"]);
|
|
9524
|
-
const StyledButton =
|
|
9524
|
+
const StyledButton = styledComponents.styled(BaseButton).withConfig({
|
|
9525
9525
|
componentId: "sc-1k4tz4c-1"
|
|
9526
9526
|
})(["width:", ";color:", ";background-color:", ";border:", " solid ", ";font:", ";position:relative;display:flex;align-items:center;justify-content:", ";white-space:nowrap;&:hover{background-color:", ";border:", " solid ", ";transition:", ";font:", ";}&:active,&:focus{background-color:", ";border:1px solid ", ";font:", ";}&:disabled,&:disabled:hover,&:disabled:active{background-color:", ";color:", ";border:", " solid ", ";font:", ";}"], ({
|
|
9527
9527
|
$fillWidth
|
|
@@ -9574,7 +9574,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9574
9574
|
}) => theme2.click.button.basic.color[$styleType].stroke.disabled, ({
|
|
9575
9575
|
theme: theme2
|
|
9576
9576
|
}) => theme2.click.button.basic.typography.label.disabled);
|
|
9577
|
-
const ButtonIcon =
|
|
9577
|
+
const ButtonIcon = styledComponents.styled(SvgImage).withConfig({
|
|
9578
9578
|
componentId: "sc-1k4tz4c-2"
|
|
9579
9579
|
})(["height:", ";width:", ";svg{height:", ";width:", ";}"], ({
|
|
9580
9580
|
theme: theme2
|
|
@@ -9594,7 +9594,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9594
9594
|
children,
|
|
9595
9595
|
...props
|
|
9596
9596
|
}, ref) => /* @__PURE__ */ jsxRuntime.jsx(CuiTitle, { ref, $align: align, $color: color, $size: size2, $family: family, as: type, ...props, children }));
|
|
9597
|
-
const CuiTitle =
|
|
9597
|
+
const CuiTitle = styledComponents.styled.div.withConfig({
|
|
9598
9598
|
componentId: "sc-1bq7thb-0"
|
|
9599
9599
|
})(["font:", ";color:", ";margin:0;padding:0;font-style:inherit;text-align:", ";a,a:visited{color:", ";cursor:pointer;}a:hover{color:", ";}"], ({
|
|
9600
9600
|
$size = "md",
|
|
@@ -9622,7 +9622,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9622
9622
|
fillWidth,
|
|
9623
9623
|
...props
|
|
9624
9624
|
}, ref) => /* @__PURE__ */ jsxRuntime.jsx(CuiText, { as: component ?? "p", ref, $align: align, $color: color, $size: size2, $weight: weight, $fillWidth: fillWidth, className, ...props, children });
|
|
9625
|
-
const CuiText =
|
|
9625
|
+
const CuiText = styledComponents.styled.p.withConfig({
|
|
9626
9626
|
componentId: "sc-6r74pj-0"
|
|
9627
9627
|
})(["font:", ";color:", ";text-align:", ";margin:0;", ";"], ({
|
|
9628
9628
|
$size = "md",
|
|
@@ -9638,10 +9638,10 @@ var __publicField = (obj, key, value) => {
|
|
|
9638
9638
|
}) => $fillWidth && "width: 100%");
|
|
9639
9639
|
_Text.displayName = "Text";
|
|
9640
9640
|
const Text = React.forwardRef(_Text);
|
|
9641
|
-
const Header$4 =
|
|
9641
|
+
const Header$4 = styledComponents.styled.div.withConfig({
|
|
9642
9642
|
componentId: "sc-1drx130-0"
|
|
9643
9643
|
})(["display:flex;justify-content:space-between;align-items:center;"]);
|
|
9644
|
-
const HeaderLeft =
|
|
9644
|
+
const HeaderLeft = styledComponents.styled.div.withConfig({
|
|
9645
9645
|
componentId: "sc-1drx130-1"
|
|
9646
9646
|
})(["display:flex;align-items:center;gap:", ";h3,svg{color:", ";}"], ({
|
|
9647
9647
|
theme: theme2
|
|
@@ -9649,24 +9649,24 @@ var __publicField = (obj, key, value) => {
|
|
|
9649
9649
|
$disabled,
|
|
9650
9650
|
theme: theme2
|
|
9651
9651
|
}) => $disabled == true ? theme2.click.global.color.text.muted : theme2.click.global.color.text.default);
|
|
9652
|
-
const Content$3 =
|
|
9652
|
+
const Content$3 = styledComponents.styled.div.withConfig({
|
|
9653
9653
|
componentId: "sc-1drx130-2"
|
|
9654
9654
|
})(["display:flex;flex-direction:column;flex:1;"]);
|
|
9655
|
-
const CustomIcon$1 =
|
|
9655
|
+
const CustomIcon$1 = styledComponents.styled.img.withConfig({
|
|
9656
9656
|
componentId: "sc-1drx130-3"
|
|
9657
9657
|
})(["height:", ";width:", ";"], ({
|
|
9658
9658
|
theme: theme2
|
|
9659
9659
|
}) => theme2.click.image.lg.size.height, ({
|
|
9660
9660
|
theme: theme2
|
|
9661
9661
|
}) => theme2.click.image.lg.size.width);
|
|
9662
|
-
const InfoLink =
|
|
9662
|
+
const InfoLink = styledComponents.styled.a.withConfig({
|
|
9663
9663
|
componentId: "sc-1drx130-4"
|
|
9664
9664
|
})(["display:flex;align-items:center;color:", ";gap:", ";text-decoration:none;"], ({
|
|
9665
9665
|
theme: theme2
|
|
9666
9666
|
}) => theme2.click.card.secondary.color.link.default, ({
|
|
9667
9667
|
theme: theme2
|
|
9668
9668
|
}) => theme2.click.card.secondary.space.link.gap);
|
|
9669
|
-
const LinkIconContainer =
|
|
9669
|
+
const LinkIconContainer = styledComponents.styled(SvgImage).withConfig({
|
|
9670
9670
|
componentId: "sc-1drx130-5"
|
|
9671
9671
|
})(["color:", ";height:", ";width:", ";"], ({
|
|
9672
9672
|
theme: theme2
|
|
@@ -9675,13 +9675,13 @@ var __publicField = (obj, key, value) => {
|
|
|
9675
9675
|
}) => theme2.click.image.md.size.height, ({
|
|
9676
9676
|
theme: theme2
|
|
9677
9677
|
}) => theme2.click.image.md.size.width);
|
|
9678
|
-
const LinkText =
|
|
9678
|
+
const LinkText = styledComponents.styled(Text).withConfig({
|
|
9679
9679
|
componentId: "sc-1drx130-6"
|
|
9680
9680
|
})([""]);
|
|
9681
|
-
const LinkIcon =
|
|
9681
|
+
const LinkIcon = styledComponents.styled(LinkIconContainer).withConfig({
|
|
9682
9682
|
componentId: "sc-1drx130-7"
|
|
9683
9683
|
})([""]);
|
|
9684
|
-
const Wrapper$a =
|
|
9684
|
+
const Wrapper$a = styledComponents.styled.div.withConfig({
|
|
9685
9685
|
componentId: "sc-1drx130-8"
|
|
9686
9686
|
})(["background-color:", ";border-radius:", ";border:", ";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:", ";gap:", ";box-shadow:", ";&:hover,:focus{background-color:", ";cursor:pointer;", ",", "{color:", ';}}&[aria-disabled="true"],&[aria-disabled="true"]:hover,&[aria-disabled="true"]:focus,&[aria-disabled="true"]:active{', "}"], ({
|
|
9687
9687
|
theme: theme2
|
|
@@ -9766,7 +9766,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9766
9766
|
}, ref) => {
|
|
9767
9767
|
return /* @__PURE__ */ jsxRuntime.jsx(Wrapper$9, { ref, as: component ?? "div", $alignItems: alignItems ?? (orientation === "vertical" ? "start" : "center"), $fillWidth: fillWidth, $gapSize: gap, $grow: grow, $shrink: shrink, $isResponsive: isResponsive, $justifyContent: justifyContent, $maxWidth: maxWidth, $minWidth: minWidth, $orientation: orientation, $paddingSize: padding, $wrap: wrap, $fillHeight: fillHeight, $maxHeight: maxHeight, $minHeight: minHeight, $overflow: overflow, "data-testid": "container", ...props, children });
|
|
9768
9768
|
};
|
|
9769
|
-
const Wrapper$9 =
|
|
9769
|
+
const Wrapper$9 = styledComponents.styled.div.withConfig({
|
|
9770
9770
|
componentId: "sc-bcplth-0"
|
|
9771
9771
|
})(["display:flex;", " ", " ", " flex-wrap:", ";gap:", ";max-width:", ";min-width:", ";padding:", ";width:", ";flex-direction:", ";align-items:", ";justify-content:", ";@media (max-width:", "){width:", ";max-width:", ";flex-direction:", ";}"], ({
|
|
9772
9772
|
$grow,
|
|
@@ -9817,10 +9817,10 @@ var __publicField = (obj, key, value) => {
|
|
|
9817
9817
|
$isResponsive = true
|
|
9818
9818
|
}) => $isResponsive === true ? "column" : "auto");
|
|
9819
9819
|
const Container = React.forwardRef(_Container);
|
|
9820
|
-
const TopBadgeWrapper =
|
|
9820
|
+
const TopBadgeWrapper = styledComponents.styled(Container).withConfig({
|
|
9821
9821
|
componentId: "sc-1d5pqpo-0"
|
|
9822
9822
|
})(["position:relative;"]);
|
|
9823
|
-
const CardPrimaryTopBadge =
|
|
9823
|
+
const CardPrimaryTopBadge = styledComponents.styled(Badge).withConfig({
|
|
9824
9824
|
componentId: "sc-1d5pqpo-1"
|
|
9825
9825
|
})(["position:absolute;top:0;left:50%;transform:translate(-50%,-50%);", " div:active + &{border-color:", ";}"], ({
|
|
9826
9826
|
$isSelected,
|
|
@@ -9837,7 +9837,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9837
9837
|
topBadgeText && /* @__PURE__ */ jsxRuntime.jsx(CardPrimaryTopBadge, { "data-testid": "card-top-badge", text: topBadgeText, $isSelected: props.isSelected || false })
|
|
9838
9838
|
] });
|
|
9839
9839
|
};
|
|
9840
|
-
const Wrapper$8 =
|
|
9840
|
+
const Wrapper$8 = styledComponents.styled.div.withConfig({
|
|
9841
9841
|
componentId: "sc-2dguvi-0"
|
|
9842
9842
|
})(["background-color:", ";border-radius:", ";border:", ";display:flex;width:100%;max-width:100%;text-align:", ";flex-direction:column;padding:", ";gap:", ";box-shadow:", ";&:hover,&:focus{background-color:", ";cursor:pointer;button{background-color:", ";border-color:", ";&:active{background-color:", ";border-color:", ";}}}&:active{border-color:", ';}&[aria-disabled="true"],&[aria-disabled="true"]:hover,&[aria-disabled="true"]:focus,&[aria-disabled="true"]:active{', "}", ""], ({
|
|
9843
9843
|
theme: theme2
|
|
@@ -9887,7 +9887,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9887
9887
|
$isSelected,
|
|
9888
9888
|
theme: theme2
|
|
9889
9889
|
}) => $isSelected ? `border-color: ${theme2.click.button.basic.color.primary.stroke.active};` : "");
|
|
9890
|
-
const Header$3 =
|
|
9890
|
+
const Header$3 = styledComponents.styled.div.withConfig({
|
|
9891
9891
|
componentId: "sc-2dguvi-1"
|
|
9892
9892
|
})(["display:flex;flex-direction:column;align-items:", ";gap:", ";h3{color:", ";}svg,img{height:", ";width:", ";}"], ({
|
|
9893
9893
|
$alignContent = "center"
|
|
@@ -9904,7 +9904,7 @@ var __publicField = (obj, key, value) => {
|
|
|
9904
9904
|
$size = "md",
|
|
9905
9905
|
theme: theme2
|
|
9906
9906
|
}) => theme2.click.card.primary.size.icon[$size].all);
|
|
9907
|
-
const Content$2 =
|
|
9907
|
+
const Content$2 = styledComponents.styled.div.withConfig({
|
|
9908
9908
|
componentId: "sc-2dguvi-2"
|
|
9909
9909
|
})(["width:100%;display:flex;flex-direction:column;align-self:", ";gap:", ";flex:1;"], ({
|
|
9910
9910
|
$alignContent = "center"
|
|
@@ -9957,15 +9957,15 @@ var __publicField = (obj, key, value) => {
|
|
|
9957
9957
|
] });
|
|
9958
9958
|
};
|
|
9959
9959
|
const CardPrimary = withTopBadge(Card);
|
|
9960
|
-
const Header$2 =
|
|
9960
|
+
const Header$2 = styledComponents.styled.div.withConfig({
|
|
9961
9961
|
componentId: "sc-1qnbjoa-0"
|
|
9962
9962
|
})(["display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:100%;gap:inherit;"]);
|
|
9963
|
-
const Description =
|
|
9963
|
+
const Description = styledComponents.styled.div.withConfig({
|
|
9964
9964
|
componentId: "sc-1qnbjoa-1"
|
|
9965
9965
|
})(["display:flex;flex-direction:column;align-self:center;gap:", ";flex:1;"], ({
|
|
9966
9966
|
theme: theme2
|
|
9967
9967
|
}) => theme2.click.card.horizontal.space.gap);
|
|
9968
|
-
const Wrapper$7 =
|
|
9968
|
+
const Wrapper$7 = styledComponents.styled.div.withConfig({
|
|
9969
9969
|
componentId: "sc-1qnbjoa-2"
|
|
9970
9970
|
})(["display:inline-flex;width:100%;max-width:100%;align-items:center;justify-content:flex-start;", ""], ({
|
|
9971
9971
|
theme: theme2,
|
|
@@ -10023,7 +10023,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10023
10023
|
}
|
|
10024
10024
|
` : ""}
|
|
10025
10025
|
`);
|
|
10026
|
-
const CardIcon$1 =
|
|
10026
|
+
const CardIcon$1 = styledComponents.styled(SvgImage).withConfig({
|
|
10027
10027
|
componentId: "sc-1qnbjoa-3"
|
|
10028
10028
|
})(["", ""], ({
|
|
10029
10029
|
theme: theme2
|
|
@@ -10031,7 +10031,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10031
10031
|
height: ${theme2.click.card.horizontal.icon.size.all};
|
|
10032
10032
|
width: ${theme2.click.card.horizontal.icon.size.all};
|
|
10033
10033
|
`);
|
|
10034
|
-
const ContentWrapper =
|
|
10034
|
+
const ContentWrapper = styledComponents.styled.div.withConfig({
|
|
10035
10035
|
componentId: "sc-1qnbjoa-4"
|
|
10036
10036
|
})(["display:flex;flex-direction:column;"]);
|
|
10037
10037
|
const CardHorizontal = ({
|
|
@@ -10053,7 +10053,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10053
10053
|
] })
|
|
10054
10054
|
] });
|
|
10055
10055
|
};
|
|
10056
|
-
const Background =
|
|
10056
|
+
const Background = styledComponents.styled.div.withConfig({
|
|
10057
10057
|
componentId: "sc-6jamj6-0"
|
|
10058
10058
|
})(["", ""], ({
|
|
10059
10059
|
theme: theme2
|
|
@@ -10068,7 +10068,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10068
10068
|
background: ${theme2.click.card.promotion.color.stroke.focus};
|
|
10069
10069
|
}
|
|
10070
10070
|
`);
|
|
10071
|
-
const Wrapper$6 =
|
|
10071
|
+
const Wrapper$6 = styledComponents.styled.div.withConfig({
|
|
10072
10072
|
componentId: "sc-6jamj6-1"
|
|
10073
10073
|
})(["display:flex;width:100%;align-items:center;justify-content:flex-start;cursor:pointer;", ""], ({
|
|
10074
10074
|
theme: theme2
|
|
@@ -10090,7 +10090,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10090
10090
|
color: ${theme2.click.card.promotion.color.text.active};
|
|
10091
10091
|
}
|
|
10092
10092
|
`);
|
|
10093
|
-
const CardIcon =
|
|
10093
|
+
const CardIcon = styledComponents.styled(SvgImage).withConfig({
|
|
10094
10094
|
componentId: "sc-6jamj6-2"
|
|
10095
10095
|
})(["", ""], ({
|
|
10096
10096
|
theme: theme2
|
|
@@ -10099,7 +10099,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10099
10099
|
width: ${theme2.click.card.promotion.icon.size.all};
|
|
10100
10100
|
color: ${theme2.click.card.promotion.color.icon.default};
|
|
10101
10101
|
`);
|
|
10102
|
-
const DismissWrapper =
|
|
10102
|
+
const DismissWrapper = styledComponents.styled.button.withConfig({
|
|
10103
10103
|
componentId: "sc-6jamj6-3"
|
|
10104
10104
|
})(["display:flex;align-items:center;margin-left:auto;border:none;background-color:transparent;color:inherit;cursor:pointer;"]);
|
|
10105
10105
|
const CardPromotion = ({
|
|
@@ -10266,7 +10266,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10266
10266
|
}
|
|
10267
10267
|
const $e698a72e93240346$export$be92b6f5f03c0fe9 = $e698a72e93240346$export$48513f6b9f8ce62d;
|
|
10268
10268
|
const $e698a72e93240346$export$adb584737d712b70 = $e698a72e93240346$export$59aad738f51d1c05;
|
|
10269
|
-
const Wrapper$5 =
|
|
10269
|
+
const Wrapper$5 = styledComponents.styled(FormRoot).withConfig({
|
|
10270
10270
|
componentId: "sc-1sck1ja-0"
|
|
10271
10271
|
})(["align-items:center;max-width:fit-content;"]);
|
|
10272
10272
|
const Checkbox = ({
|
|
@@ -10284,7 +10284,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10284
10284
|
label && /* @__PURE__ */ jsxRuntime.jsx(GenericLabel, { htmlFor: id ?? defaultId, disabled, children: label })
|
|
10285
10285
|
] });
|
|
10286
10286
|
};
|
|
10287
|
-
const CheckInput =
|
|
10287
|
+
const CheckInput = styledComponents.styled($e698a72e93240346$export$be92b6f5f03c0fe9).withConfig({
|
|
10288
10288
|
componentId: "sc-1sck1ja-1"
|
|
10289
10289
|
})(["display:flex;align-items:center;justify-content:center;", ";"], ({
|
|
10290
10290
|
theme: theme2,
|
|
@@ -10313,7 +10313,7 @@ var __publicField = (obj, key, value) => {
|
|
|
10313
10313
|
}
|
|
10314
10314
|
}
|
|
10315
10315
|
`);
|
|
10316
|
-
const CheckIconWrapper =
|
|
10316
|
+
const CheckIconWrapper = styledComponents.styled($e698a72e93240346$export$adb584737d712b70).withConfig({
|
|
10317
10317
|
componentId: "sc-1sck1ja-2"
|
|
10318
10318
|
})(["", ""], ({
|
|
10319
10319
|
theme: theme2
|
|
@@ -13563,6 +13563,634 @@ var __publicField = (obj, key, value) => {
|
|
|
13563
13563
|
sql_1 = sql2;
|
|
13564
13564
|
return sql_1;
|
|
13565
13565
|
}
|
|
13566
|
+
var typescript_1;
|
|
13567
|
+
var hasRequiredTypescript;
|
|
13568
|
+
function requireTypescript() {
|
|
13569
|
+
if (hasRequiredTypescript)
|
|
13570
|
+
return typescript_1;
|
|
13571
|
+
hasRequiredTypescript = 1;
|
|
13572
|
+
const IDENT_RE2 = "[A-Za-z$_][0-9A-Za-z$_]*";
|
|
13573
|
+
const KEYWORDS = [
|
|
13574
|
+
"as",
|
|
13575
|
+
// for exports
|
|
13576
|
+
"in",
|
|
13577
|
+
"of",
|
|
13578
|
+
"if",
|
|
13579
|
+
"for",
|
|
13580
|
+
"while",
|
|
13581
|
+
"finally",
|
|
13582
|
+
"var",
|
|
13583
|
+
"new",
|
|
13584
|
+
"function",
|
|
13585
|
+
"do",
|
|
13586
|
+
"return",
|
|
13587
|
+
"void",
|
|
13588
|
+
"else",
|
|
13589
|
+
"break",
|
|
13590
|
+
"catch",
|
|
13591
|
+
"instanceof",
|
|
13592
|
+
"with",
|
|
13593
|
+
"throw",
|
|
13594
|
+
"case",
|
|
13595
|
+
"default",
|
|
13596
|
+
"try",
|
|
13597
|
+
"switch",
|
|
13598
|
+
"continue",
|
|
13599
|
+
"typeof",
|
|
13600
|
+
"delete",
|
|
13601
|
+
"let",
|
|
13602
|
+
"yield",
|
|
13603
|
+
"const",
|
|
13604
|
+
"class",
|
|
13605
|
+
// JS handles these with a special rule
|
|
13606
|
+
// "get",
|
|
13607
|
+
// "set",
|
|
13608
|
+
"debugger",
|
|
13609
|
+
"async",
|
|
13610
|
+
"await",
|
|
13611
|
+
"static",
|
|
13612
|
+
"import",
|
|
13613
|
+
"from",
|
|
13614
|
+
"export",
|
|
13615
|
+
"extends"
|
|
13616
|
+
];
|
|
13617
|
+
const LITERALS = [
|
|
13618
|
+
"true",
|
|
13619
|
+
"false",
|
|
13620
|
+
"null",
|
|
13621
|
+
"undefined",
|
|
13622
|
+
"NaN",
|
|
13623
|
+
"Infinity"
|
|
13624
|
+
];
|
|
13625
|
+
const TYPES = [
|
|
13626
|
+
"Intl",
|
|
13627
|
+
"DataView",
|
|
13628
|
+
"Number",
|
|
13629
|
+
"Math",
|
|
13630
|
+
"Date",
|
|
13631
|
+
"String",
|
|
13632
|
+
"RegExp",
|
|
13633
|
+
"Object",
|
|
13634
|
+
"Function",
|
|
13635
|
+
"Boolean",
|
|
13636
|
+
"Error",
|
|
13637
|
+
"Symbol",
|
|
13638
|
+
"Set",
|
|
13639
|
+
"Map",
|
|
13640
|
+
"WeakSet",
|
|
13641
|
+
"WeakMap",
|
|
13642
|
+
"Proxy",
|
|
13643
|
+
"Reflect",
|
|
13644
|
+
"JSON",
|
|
13645
|
+
"Promise",
|
|
13646
|
+
"Float64Array",
|
|
13647
|
+
"Int16Array",
|
|
13648
|
+
"Int32Array",
|
|
13649
|
+
"Int8Array",
|
|
13650
|
+
"Uint16Array",
|
|
13651
|
+
"Uint32Array",
|
|
13652
|
+
"Float32Array",
|
|
13653
|
+
"Array",
|
|
13654
|
+
"Uint8Array",
|
|
13655
|
+
"Uint8ClampedArray",
|
|
13656
|
+
"ArrayBuffer",
|
|
13657
|
+
"BigInt64Array",
|
|
13658
|
+
"BigUint64Array",
|
|
13659
|
+
"BigInt"
|
|
13660
|
+
];
|
|
13661
|
+
const ERROR_TYPES = [
|
|
13662
|
+
"EvalError",
|
|
13663
|
+
"InternalError",
|
|
13664
|
+
"RangeError",
|
|
13665
|
+
"ReferenceError",
|
|
13666
|
+
"SyntaxError",
|
|
13667
|
+
"TypeError",
|
|
13668
|
+
"URIError"
|
|
13669
|
+
];
|
|
13670
|
+
const BUILT_IN_GLOBALS = [
|
|
13671
|
+
"setInterval",
|
|
13672
|
+
"setTimeout",
|
|
13673
|
+
"clearInterval",
|
|
13674
|
+
"clearTimeout",
|
|
13675
|
+
"require",
|
|
13676
|
+
"exports",
|
|
13677
|
+
"eval",
|
|
13678
|
+
"isFinite",
|
|
13679
|
+
"isNaN",
|
|
13680
|
+
"parseFloat",
|
|
13681
|
+
"parseInt",
|
|
13682
|
+
"decodeURI",
|
|
13683
|
+
"decodeURIComponent",
|
|
13684
|
+
"encodeURI",
|
|
13685
|
+
"encodeURIComponent",
|
|
13686
|
+
"escape",
|
|
13687
|
+
"unescape"
|
|
13688
|
+
];
|
|
13689
|
+
const BUILT_IN_VARIABLES = [
|
|
13690
|
+
"arguments",
|
|
13691
|
+
"this",
|
|
13692
|
+
"super",
|
|
13693
|
+
"console",
|
|
13694
|
+
"window",
|
|
13695
|
+
"document",
|
|
13696
|
+
"localStorage",
|
|
13697
|
+
"module",
|
|
13698
|
+
"global"
|
|
13699
|
+
// Node.js
|
|
13700
|
+
];
|
|
13701
|
+
const BUILT_INS = [].concat(
|
|
13702
|
+
BUILT_IN_GLOBALS,
|
|
13703
|
+
BUILT_IN_VARIABLES,
|
|
13704
|
+
TYPES,
|
|
13705
|
+
ERROR_TYPES
|
|
13706
|
+
);
|
|
13707
|
+
function source2(re) {
|
|
13708
|
+
if (!re)
|
|
13709
|
+
return null;
|
|
13710
|
+
if (typeof re === "string")
|
|
13711
|
+
return re;
|
|
13712
|
+
return re.source;
|
|
13713
|
+
}
|
|
13714
|
+
function lookahead(re) {
|
|
13715
|
+
return concat2("(?=", re, ")");
|
|
13716
|
+
}
|
|
13717
|
+
function concat2(...args) {
|
|
13718
|
+
const joined = args.map((x) => source2(x)).join("");
|
|
13719
|
+
return joined;
|
|
13720
|
+
}
|
|
13721
|
+
function javascript(hljs) {
|
|
13722
|
+
const hasClosingTag = (match, { after }) => {
|
|
13723
|
+
const tag2 = "</" + match[0].slice(1);
|
|
13724
|
+
const pos = match.input.indexOf(tag2, after);
|
|
13725
|
+
return pos !== -1;
|
|
13726
|
+
};
|
|
13727
|
+
const IDENT_RE$1 = IDENT_RE2;
|
|
13728
|
+
const FRAGMENT = {
|
|
13729
|
+
begin: "<>",
|
|
13730
|
+
end: "</>"
|
|
13731
|
+
};
|
|
13732
|
+
const XML_TAG = {
|
|
13733
|
+
begin: /<[A-Za-z0-9\\._:-]+/,
|
|
13734
|
+
end: /\/[A-Za-z0-9\\._:-]+>|\/>/,
|
|
13735
|
+
/**
|
|
13736
|
+
* @param {RegExpMatchArray} match
|
|
13737
|
+
* @param {CallbackResponse} response
|
|
13738
|
+
*/
|
|
13739
|
+
isTrulyOpeningTag: (match, response) => {
|
|
13740
|
+
const afterMatchIndex = match[0].length + match.index;
|
|
13741
|
+
const nextChar = match.input[afterMatchIndex];
|
|
13742
|
+
if (nextChar === "<") {
|
|
13743
|
+
response.ignoreMatch();
|
|
13744
|
+
return;
|
|
13745
|
+
}
|
|
13746
|
+
if (nextChar === ">") {
|
|
13747
|
+
if (!hasClosingTag(match, { after: afterMatchIndex })) {
|
|
13748
|
+
response.ignoreMatch();
|
|
13749
|
+
}
|
|
13750
|
+
}
|
|
13751
|
+
}
|
|
13752
|
+
};
|
|
13753
|
+
const KEYWORDS$1 = {
|
|
13754
|
+
$pattern: IDENT_RE2,
|
|
13755
|
+
keyword: KEYWORDS,
|
|
13756
|
+
literal: LITERALS,
|
|
13757
|
+
built_in: BUILT_INS
|
|
13758
|
+
};
|
|
13759
|
+
const decimalDigits = "[0-9](_?[0-9])*";
|
|
13760
|
+
const frac = `\\.(${decimalDigits})`;
|
|
13761
|
+
const decimalInteger = `0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*`;
|
|
13762
|
+
const NUMBER = {
|
|
13763
|
+
className: "number",
|
|
13764
|
+
variants: [
|
|
13765
|
+
// DecimalLiteral
|
|
13766
|
+
{ begin: `(\\b(${decimalInteger})((${frac})|\\.)?|(${frac}))[eE][+-]?(${decimalDigits})\\b` },
|
|
13767
|
+
{ begin: `\\b(${decimalInteger})\\b((${frac})\\b|\\.)?|(${frac})\\b` },
|
|
13768
|
+
// DecimalBigIntegerLiteral
|
|
13769
|
+
{ begin: `\\b(0|[1-9](_?[0-9])*)n\\b` },
|
|
13770
|
+
// NonDecimalIntegerLiteral
|
|
13771
|
+
{ begin: "\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b" },
|
|
13772
|
+
{ begin: "\\b0[bB][0-1](_?[0-1])*n?\\b" },
|
|
13773
|
+
{ begin: "\\b0[oO][0-7](_?[0-7])*n?\\b" },
|
|
13774
|
+
// LegacyOctalIntegerLiteral (does not include underscore separators)
|
|
13775
|
+
// https://tc39.es/ecma262/#sec-additional-syntax-numeric-literals
|
|
13776
|
+
{ begin: "\\b0[0-7]+n?\\b" }
|
|
13777
|
+
],
|
|
13778
|
+
relevance: 0
|
|
13779
|
+
};
|
|
13780
|
+
const SUBST = {
|
|
13781
|
+
className: "subst",
|
|
13782
|
+
begin: "\\$\\{",
|
|
13783
|
+
end: "\\}",
|
|
13784
|
+
keywords: KEYWORDS$1,
|
|
13785
|
+
contains: []
|
|
13786
|
+
// defined later
|
|
13787
|
+
};
|
|
13788
|
+
const HTML_TEMPLATE = {
|
|
13789
|
+
begin: "html`",
|
|
13790
|
+
end: "",
|
|
13791
|
+
starts: {
|
|
13792
|
+
end: "`",
|
|
13793
|
+
returnEnd: false,
|
|
13794
|
+
contains: [
|
|
13795
|
+
hljs.BACKSLASH_ESCAPE,
|
|
13796
|
+
SUBST
|
|
13797
|
+
],
|
|
13798
|
+
subLanguage: "xml"
|
|
13799
|
+
}
|
|
13800
|
+
};
|
|
13801
|
+
const CSS_TEMPLATE = {
|
|
13802
|
+
begin: "css`",
|
|
13803
|
+
end: "",
|
|
13804
|
+
starts: {
|
|
13805
|
+
end: "`",
|
|
13806
|
+
returnEnd: false,
|
|
13807
|
+
contains: [
|
|
13808
|
+
hljs.BACKSLASH_ESCAPE,
|
|
13809
|
+
SUBST
|
|
13810
|
+
],
|
|
13811
|
+
subLanguage: "css"
|
|
13812
|
+
}
|
|
13813
|
+
};
|
|
13814
|
+
const TEMPLATE_STRING = {
|
|
13815
|
+
className: "string",
|
|
13816
|
+
begin: "`",
|
|
13817
|
+
end: "`",
|
|
13818
|
+
contains: [
|
|
13819
|
+
hljs.BACKSLASH_ESCAPE,
|
|
13820
|
+
SUBST
|
|
13821
|
+
]
|
|
13822
|
+
};
|
|
13823
|
+
const JSDOC_COMMENT = hljs.COMMENT(
|
|
13824
|
+
/\/\*\*(?!\/)/,
|
|
13825
|
+
"\\*/",
|
|
13826
|
+
{
|
|
13827
|
+
relevance: 0,
|
|
13828
|
+
contains: [
|
|
13829
|
+
{
|
|
13830
|
+
className: "doctag",
|
|
13831
|
+
begin: "@[A-Za-z]+",
|
|
13832
|
+
contains: [
|
|
13833
|
+
{
|
|
13834
|
+
className: "type",
|
|
13835
|
+
begin: "\\{",
|
|
13836
|
+
end: "\\}",
|
|
13837
|
+
relevance: 0
|
|
13838
|
+
},
|
|
13839
|
+
{
|
|
13840
|
+
className: "variable",
|
|
13841
|
+
begin: IDENT_RE$1 + "(?=\\s*(-)|$)",
|
|
13842
|
+
endsParent: true,
|
|
13843
|
+
relevance: 0
|
|
13844
|
+
},
|
|
13845
|
+
// eat spaces (not newlines) so we can find
|
|
13846
|
+
// types or variables
|
|
13847
|
+
{
|
|
13848
|
+
begin: /(?=[^\n])\s/,
|
|
13849
|
+
relevance: 0
|
|
13850
|
+
}
|
|
13851
|
+
]
|
|
13852
|
+
}
|
|
13853
|
+
]
|
|
13854
|
+
}
|
|
13855
|
+
);
|
|
13856
|
+
const COMMENT2 = {
|
|
13857
|
+
className: "comment",
|
|
13858
|
+
variants: [
|
|
13859
|
+
JSDOC_COMMENT,
|
|
13860
|
+
hljs.C_BLOCK_COMMENT_MODE,
|
|
13861
|
+
hljs.C_LINE_COMMENT_MODE
|
|
13862
|
+
]
|
|
13863
|
+
};
|
|
13864
|
+
const SUBST_INTERNALS = [
|
|
13865
|
+
hljs.APOS_STRING_MODE,
|
|
13866
|
+
hljs.QUOTE_STRING_MODE,
|
|
13867
|
+
HTML_TEMPLATE,
|
|
13868
|
+
CSS_TEMPLATE,
|
|
13869
|
+
TEMPLATE_STRING,
|
|
13870
|
+
NUMBER,
|
|
13871
|
+
hljs.REGEXP_MODE
|
|
13872
|
+
];
|
|
13873
|
+
SUBST.contains = SUBST_INTERNALS.concat({
|
|
13874
|
+
// we need to pair up {} inside our subst to prevent
|
|
13875
|
+
// it from ending too early by matching another }
|
|
13876
|
+
begin: /\{/,
|
|
13877
|
+
end: /\}/,
|
|
13878
|
+
keywords: KEYWORDS$1,
|
|
13879
|
+
contains: [
|
|
13880
|
+
"self"
|
|
13881
|
+
].concat(SUBST_INTERNALS)
|
|
13882
|
+
});
|
|
13883
|
+
const SUBST_AND_COMMENTS = [].concat(COMMENT2, SUBST.contains);
|
|
13884
|
+
const PARAMS_CONTAINS = SUBST_AND_COMMENTS.concat([
|
|
13885
|
+
// eat recursive parens in sub expressions
|
|
13886
|
+
{
|
|
13887
|
+
begin: /\(/,
|
|
13888
|
+
end: /\)/,
|
|
13889
|
+
keywords: KEYWORDS$1,
|
|
13890
|
+
contains: ["self"].concat(SUBST_AND_COMMENTS)
|
|
13891
|
+
}
|
|
13892
|
+
]);
|
|
13893
|
+
const PARAMS = {
|
|
13894
|
+
className: "params",
|
|
13895
|
+
begin: /\(/,
|
|
13896
|
+
end: /\)/,
|
|
13897
|
+
excludeBegin: true,
|
|
13898
|
+
excludeEnd: true,
|
|
13899
|
+
keywords: KEYWORDS$1,
|
|
13900
|
+
contains: PARAMS_CONTAINS
|
|
13901
|
+
};
|
|
13902
|
+
return {
|
|
13903
|
+
name: "Javascript",
|
|
13904
|
+
aliases: ["js", "jsx", "mjs", "cjs"],
|
|
13905
|
+
keywords: KEYWORDS$1,
|
|
13906
|
+
// this will be extended by TypeScript
|
|
13907
|
+
exports: { PARAMS_CONTAINS },
|
|
13908
|
+
illegal: /#(?![$_A-z])/,
|
|
13909
|
+
contains: [
|
|
13910
|
+
hljs.SHEBANG({
|
|
13911
|
+
label: "shebang",
|
|
13912
|
+
binary: "node",
|
|
13913
|
+
relevance: 5
|
|
13914
|
+
}),
|
|
13915
|
+
{
|
|
13916
|
+
label: "use_strict",
|
|
13917
|
+
className: "meta",
|
|
13918
|
+
relevance: 10,
|
|
13919
|
+
begin: /^\s*['"]use (strict|asm)['"]/
|
|
13920
|
+
},
|
|
13921
|
+
hljs.APOS_STRING_MODE,
|
|
13922
|
+
hljs.QUOTE_STRING_MODE,
|
|
13923
|
+
HTML_TEMPLATE,
|
|
13924
|
+
CSS_TEMPLATE,
|
|
13925
|
+
TEMPLATE_STRING,
|
|
13926
|
+
COMMENT2,
|
|
13927
|
+
NUMBER,
|
|
13928
|
+
{
|
|
13929
|
+
// object attr container
|
|
13930
|
+
begin: concat2(
|
|
13931
|
+
/[{,\n]\s*/,
|
|
13932
|
+
// we need to look ahead to make sure that we actually have an
|
|
13933
|
+
// attribute coming up so we don't steal a comma from a potential
|
|
13934
|
+
// "value" container
|
|
13935
|
+
//
|
|
13936
|
+
// NOTE: this might not work how you think. We don't actually always
|
|
13937
|
+
// enter this mode and stay. Instead it might merely match `,
|
|
13938
|
+
// <comments up next>` and then immediately end after the , because it
|
|
13939
|
+
// fails to find any actual attrs. But this still does the job because
|
|
13940
|
+
// it prevents the value contain rule from grabbing this instead and
|
|
13941
|
+
// prevening this rule from firing when we actually DO have keys.
|
|
13942
|
+
lookahead(concat2(
|
|
13943
|
+
// we also need to allow for multiple possible comments inbetween
|
|
13944
|
+
// the first key:value pairing
|
|
13945
|
+
/(((\/\/.*$)|(\/\*(\*[^/]|[^*])*\*\/))\s*)*/,
|
|
13946
|
+
IDENT_RE$1 + "\\s*:"
|
|
13947
|
+
))
|
|
13948
|
+
),
|
|
13949
|
+
relevance: 0,
|
|
13950
|
+
contains: [
|
|
13951
|
+
{
|
|
13952
|
+
className: "attr",
|
|
13953
|
+
begin: IDENT_RE$1 + lookahead("\\s*:"),
|
|
13954
|
+
relevance: 0
|
|
13955
|
+
}
|
|
13956
|
+
]
|
|
13957
|
+
},
|
|
13958
|
+
{
|
|
13959
|
+
// "value" container
|
|
13960
|
+
begin: "(" + hljs.RE_STARTERS_RE + "|\\b(case|return|throw)\\b)\\s*",
|
|
13961
|
+
keywords: "return throw case",
|
|
13962
|
+
contains: [
|
|
13963
|
+
COMMENT2,
|
|
13964
|
+
hljs.REGEXP_MODE,
|
|
13965
|
+
{
|
|
13966
|
+
className: "function",
|
|
13967
|
+
// we have to count the parens to make sure we actually have the
|
|
13968
|
+
// correct bounding ( ) before the =>. There could be any number of
|
|
13969
|
+
// sub-expressions inside also surrounded by parens.
|
|
13970
|
+
begin: "(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|" + hljs.UNDERSCORE_IDENT_RE + ")\\s*=>",
|
|
13971
|
+
returnBegin: true,
|
|
13972
|
+
end: "\\s*=>",
|
|
13973
|
+
contains: [
|
|
13974
|
+
{
|
|
13975
|
+
className: "params",
|
|
13976
|
+
variants: [
|
|
13977
|
+
{
|
|
13978
|
+
begin: hljs.UNDERSCORE_IDENT_RE,
|
|
13979
|
+
relevance: 0
|
|
13980
|
+
},
|
|
13981
|
+
{
|
|
13982
|
+
className: null,
|
|
13983
|
+
begin: /\(\s*\)/,
|
|
13984
|
+
skip: true
|
|
13985
|
+
},
|
|
13986
|
+
{
|
|
13987
|
+
begin: /\(/,
|
|
13988
|
+
end: /\)/,
|
|
13989
|
+
excludeBegin: true,
|
|
13990
|
+
excludeEnd: true,
|
|
13991
|
+
keywords: KEYWORDS$1,
|
|
13992
|
+
contains: PARAMS_CONTAINS
|
|
13993
|
+
}
|
|
13994
|
+
]
|
|
13995
|
+
}
|
|
13996
|
+
]
|
|
13997
|
+
},
|
|
13998
|
+
{
|
|
13999
|
+
// could be a comma delimited list of params to a function call
|
|
14000
|
+
begin: /,/,
|
|
14001
|
+
relevance: 0
|
|
14002
|
+
},
|
|
14003
|
+
{
|
|
14004
|
+
className: "",
|
|
14005
|
+
begin: /\s/,
|
|
14006
|
+
end: /\s*/,
|
|
14007
|
+
skip: true
|
|
14008
|
+
},
|
|
14009
|
+
{
|
|
14010
|
+
// JSX
|
|
14011
|
+
variants: [
|
|
14012
|
+
{ begin: FRAGMENT.begin, end: FRAGMENT.end },
|
|
14013
|
+
{
|
|
14014
|
+
begin: XML_TAG.begin,
|
|
14015
|
+
// we carefully check the opening tag to see if it truly
|
|
14016
|
+
// is a tag and not a false positive
|
|
14017
|
+
"on:begin": XML_TAG.isTrulyOpeningTag,
|
|
14018
|
+
end: XML_TAG.end
|
|
14019
|
+
}
|
|
14020
|
+
],
|
|
14021
|
+
subLanguage: "xml",
|
|
14022
|
+
contains: [
|
|
14023
|
+
{
|
|
14024
|
+
begin: XML_TAG.begin,
|
|
14025
|
+
end: XML_TAG.end,
|
|
14026
|
+
skip: true,
|
|
14027
|
+
contains: ["self"]
|
|
14028
|
+
}
|
|
14029
|
+
]
|
|
14030
|
+
}
|
|
14031
|
+
],
|
|
14032
|
+
relevance: 0
|
|
14033
|
+
},
|
|
14034
|
+
{
|
|
14035
|
+
className: "function",
|
|
14036
|
+
beginKeywords: "function",
|
|
14037
|
+
end: /[{;]/,
|
|
14038
|
+
excludeEnd: true,
|
|
14039
|
+
keywords: KEYWORDS$1,
|
|
14040
|
+
contains: [
|
|
14041
|
+
"self",
|
|
14042
|
+
hljs.inherit(hljs.TITLE_MODE, { begin: IDENT_RE$1 }),
|
|
14043
|
+
PARAMS
|
|
14044
|
+
],
|
|
14045
|
+
illegal: /%/
|
|
14046
|
+
},
|
|
14047
|
+
{
|
|
14048
|
+
// prevent this from getting swallowed up by function
|
|
14049
|
+
// since they appear "function like"
|
|
14050
|
+
beginKeywords: "while if switch catch for"
|
|
14051
|
+
},
|
|
14052
|
+
{
|
|
14053
|
+
className: "function",
|
|
14054
|
+
// we have to count the parens to make sure we actually have the correct
|
|
14055
|
+
// bounding ( ). There could be any number of sub-expressions inside
|
|
14056
|
+
// also surrounded by parens.
|
|
14057
|
+
begin: hljs.UNDERSCORE_IDENT_RE + "\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",
|
|
14058
|
+
// end parens
|
|
14059
|
+
returnBegin: true,
|
|
14060
|
+
contains: [
|
|
14061
|
+
PARAMS,
|
|
14062
|
+
hljs.inherit(hljs.TITLE_MODE, { begin: IDENT_RE$1 })
|
|
14063
|
+
]
|
|
14064
|
+
},
|
|
14065
|
+
// hack: prevents detection of keywords in some circumstances
|
|
14066
|
+
// .keyword()
|
|
14067
|
+
// $keyword = x
|
|
14068
|
+
{
|
|
14069
|
+
variants: [
|
|
14070
|
+
{ begin: "\\." + IDENT_RE$1 },
|
|
14071
|
+
{ begin: "\\$" + IDENT_RE$1 }
|
|
14072
|
+
],
|
|
14073
|
+
relevance: 0
|
|
14074
|
+
},
|
|
14075
|
+
{
|
|
14076
|
+
// ES6 class
|
|
14077
|
+
className: "class",
|
|
14078
|
+
beginKeywords: "class",
|
|
14079
|
+
end: /[{;=]/,
|
|
14080
|
+
excludeEnd: true,
|
|
14081
|
+
illegal: /[:"[\]]/,
|
|
14082
|
+
contains: [
|
|
14083
|
+
{ beginKeywords: "extends" },
|
|
14084
|
+
hljs.UNDERSCORE_TITLE_MODE
|
|
14085
|
+
]
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
begin: /\b(?=constructor)/,
|
|
14089
|
+
end: /[{;]/,
|
|
14090
|
+
excludeEnd: true,
|
|
14091
|
+
contains: [
|
|
14092
|
+
hljs.inherit(hljs.TITLE_MODE, { begin: IDENT_RE$1 }),
|
|
14093
|
+
"self",
|
|
14094
|
+
PARAMS
|
|
14095
|
+
]
|
|
14096
|
+
},
|
|
14097
|
+
{
|
|
14098
|
+
begin: "(get|set)\\s+(?=" + IDENT_RE$1 + "\\()",
|
|
14099
|
+
end: /\{/,
|
|
14100
|
+
keywords: "get set",
|
|
14101
|
+
contains: [
|
|
14102
|
+
hljs.inherit(hljs.TITLE_MODE, { begin: IDENT_RE$1 }),
|
|
14103
|
+
{ begin: /\(\)/ },
|
|
14104
|
+
// eat to avoid empty params
|
|
14105
|
+
PARAMS
|
|
14106
|
+
]
|
|
14107
|
+
},
|
|
14108
|
+
{
|
|
14109
|
+
begin: /\$[(.]/
|
|
14110
|
+
// relevance booster for a pattern common to JS libs: `$(something)` and `$.something`
|
|
14111
|
+
}
|
|
14112
|
+
]
|
|
14113
|
+
};
|
|
14114
|
+
}
|
|
14115
|
+
function typescript2(hljs) {
|
|
14116
|
+
const IDENT_RE$1 = IDENT_RE2;
|
|
14117
|
+
const NAMESPACE = {
|
|
14118
|
+
beginKeywords: "namespace",
|
|
14119
|
+
end: /\{/,
|
|
14120
|
+
excludeEnd: true
|
|
14121
|
+
};
|
|
14122
|
+
const INTERFACE = {
|
|
14123
|
+
beginKeywords: "interface",
|
|
14124
|
+
end: /\{/,
|
|
14125
|
+
excludeEnd: true,
|
|
14126
|
+
keywords: "interface extends"
|
|
14127
|
+
};
|
|
14128
|
+
const USE_STRICT = {
|
|
14129
|
+
className: "meta",
|
|
14130
|
+
relevance: 10,
|
|
14131
|
+
begin: /^\s*['"]use strict['"]/
|
|
14132
|
+
};
|
|
14133
|
+
const TYPES2 = [
|
|
14134
|
+
"any",
|
|
14135
|
+
"void",
|
|
14136
|
+
"number",
|
|
14137
|
+
"boolean",
|
|
14138
|
+
"string",
|
|
14139
|
+
"object",
|
|
14140
|
+
"never",
|
|
14141
|
+
"enum"
|
|
14142
|
+
];
|
|
14143
|
+
const TS_SPECIFIC_KEYWORDS = [
|
|
14144
|
+
"type",
|
|
14145
|
+
"namespace",
|
|
14146
|
+
"typedef",
|
|
14147
|
+
"interface",
|
|
14148
|
+
"public",
|
|
14149
|
+
"private",
|
|
14150
|
+
"protected",
|
|
14151
|
+
"implements",
|
|
14152
|
+
"declare",
|
|
14153
|
+
"abstract",
|
|
14154
|
+
"readonly"
|
|
14155
|
+
];
|
|
14156
|
+
const KEYWORDS$1 = {
|
|
14157
|
+
$pattern: IDENT_RE2,
|
|
14158
|
+
keyword: KEYWORDS.concat(TS_SPECIFIC_KEYWORDS),
|
|
14159
|
+
literal: LITERALS,
|
|
14160
|
+
built_in: BUILT_INS.concat(TYPES2)
|
|
14161
|
+
};
|
|
14162
|
+
const DECORATOR = {
|
|
14163
|
+
className: "meta",
|
|
14164
|
+
begin: "@" + IDENT_RE$1
|
|
14165
|
+
};
|
|
14166
|
+
const swapMode = (mode, label, replacement) => {
|
|
14167
|
+
const indx = mode.contains.findIndex((m) => m.label === label);
|
|
14168
|
+
if (indx === -1) {
|
|
14169
|
+
throw new Error("can not find mode to replace");
|
|
14170
|
+
}
|
|
14171
|
+
mode.contains.splice(indx, 1, replacement);
|
|
14172
|
+
};
|
|
14173
|
+
const tsLanguage = javascript(hljs);
|
|
14174
|
+
Object.assign(tsLanguage.keywords, KEYWORDS$1);
|
|
14175
|
+
tsLanguage.exports.PARAMS_CONTAINS.push(DECORATOR);
|
|
14176
|
+
tsLanguage.contains = tsLanguage.contains.concat([
|
|
14177
|
+
DECORATOR,
|
|
14178
|
+
NAMESPACE,
|
|
14179
|
+
INTERFACE
|
|
14180
|
+
]);
|
|
14181
|
+
swapMode(tsLanguage, "shebang", hljs.SHEBANG());
|
|
14182
|
+
swapMode(tsLanguage, "use_strict", USE_STRICT);
|
|
14183
|
+
const functionDeclaration = tsLanguage.contains.find((m) => m.className === "function");
|
|
14184
|
+
functionDeclaration.relevance = 0;
|
|
14185
|
+
Object.assign(tsLanguage, {
|
|
14186
|
+
name: "TypeScript",
|
|
14187
|
+
aliases: ["ts", "tsx"]
|
|
14188
|
+
});
|
|
14189
|
+
return tsLanguage;
|
|
14190
|
+
}
|
|
14191
|
+
typescript_1 = typescript2;
|
|
14192
|
+
return typescript_1;
|
|
14193
|
+
}
|
|
13566
14194
|
function _setPrototypeOf(o, p) {
|
|
13567
14195
|
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
|
|
13568
14196
|
o2.__proto__ = p2;
|
|
@@ -13578,72 +14206,8 @@ var __publicField = (obj, key, value) => {
|
|
|
13578
14206
|
}
|
|
13579
14207
|
var SyntaxHighlighter = highlight$2(core$1, {});
|
|
13580
14208
|
SyntaxHighlighter.registerLanguage = core$1.registerLanguage;
|
|
13581
|
-
var typescript_1;
|
|
13582
|
-
var hasRequiredTypescript;
|
|
13583
|
-
function requireTypescript() {
|
|
13584
|
-
if (hasRequiredTypescript)
|
|
13585
|
-
return typescript_1;
|
|
13586
|
-
hasRequiredTypescript = 1;
|
|
13587
|
-
typescript_1 = typescript2;
|
|
13588
|
-
typescript2.displayName = "typescript";
|
|
13589
|
-
typescript2.aliases = ["ts"];
|
|
13590
|
-
function typescript2(Prism) {
|
|
13591
|
-
(function(Prism2) {
|
|
13592
|
-
Prism2.languages.typescript = Prism2.languages.extend("javascript", {
|
|
13593
|
-
"class-name": {
|
|
13594
|
-
pattern: /(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,
|
|
13595
|
-
lookbehind: true,
|
|
13596
|
-
greedy: true,
|
|
13597
|
-
inside: null
|
|
13598
|
-
// see below
|
|
13599
|
-
},
|
|
13600
|
-
builtin: /\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/
|
|
13601
|
-
});
|
|
13602
|
-
Prism2.languages.typescript.keyword.push(
|
|
13603
|
-
/\b(?:abstract|declare|is|keyof|readonly|require)\b/,
|
|
13604
|
-
// keywords that have to be followed by an identifier
|
|
13605
|
-
/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,
|
|
13606
|
-
// This is for `import type *, {}`
|
|
13607
|
-
/\btype\b(?=\s*(?:[\{*]|$))/
|
|
13608
|
-
);
|
|
13609
|
-
delete Prism2.languages.typescript["parameter"];
|
|
13610
|
-
delete Prism2.languages.typescript["literal-property"];
|
|
13611
|
-
var typeInside = Prism2.languages.extend("typescript", {});
|
|
13612
|
-
delete typeInside["class-name"];
|
|
13613
|
-
Prism2.languages.typescript["class-name"].inside = typeInside;
|
|
13614
|
-
Prism2.languages.insertBefore("typescript", "function", {
|
|
13615
|
-
decorator: {
|
|
13616
|
-
pattern: /@[$\w\xA0-\uFFFF]+/,
|
|
13617
|
-
inside: {
|
|
13618
|
-
at: {
|
|
13619
|
-
pattern: /^@/,
|
|
13620
|
-
alias: "operator"
|
|
13621
|
-
},
|
|
13622
|
-
function: /^[\s\S]+/
|
|
13623
|
-
}
|
|
13624
|
-
},
|
|
13625
|
-
"generic-function": {
|
|
13626
|
-
// e.g. foo<T extends "bar" | "baz">( ...
|
|
13627
|
-
pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,
|
|
13628
|
-
greedy: true,
|
|
13629
|
-
inside: {
|
|
13630
|
-
function: /^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,
|
|
13631
|
-
generic: {
|
|
13632
|
-
pattern: /<[\s\S]+/,
|
|
13633
|
-
// everything after the first <
|
|
13634
|
-
alias: "class-name",
|
|
13635
|
-
inside: typeInside
|
|
13636
|
-
}
|
|
13637
|
-
}
|
|
13638
|
-
}
|
|
13639
|
-
});
|
|
13640
|
-
Prism2.languages.ts = Prism2.languages.typescript;
|
|
13641
|
-
})(Prism);
|
|
13642
|
-
}
|
|
13643
|
-
return typescript_1;
|
|
13644
|
-
}
|
|
13645
14209
|
const useColorStyle = (defaultTheme) => {
|
|
13646
|
-
const theme2 =
|
|
14210
|
+
const theme2 = styledComponents.useTheme();
|
|
13647
14211
|
const inheritedThemeName = theme2.name !== "classic" ? theme2.name : "light";
|
|
13648
14212
|
const themeName = !defaultTheme ? inheritedThemeName : defaultTheme;
|
|
13649
14213
|
const codeTheme = theme2.click.codeblock[`${themeName}Mode`].color;
|
|
@@ -13822,8 +14386,8 @@ var __publicField = (obj, key, value) => {
|
|
|
13822
14386
|
SyntaxHighlighter.registerLanguage("sql", sql);
|
|
13823
14387
|
SyntaxHighlighter.registerLanguage("bash", bash);
|
|
13824
14388
|
SyntaxHighlighter.registerLanguage("json", json);
|
|
13825
|
-
SyntaxHighlighter.registerLanguage("
|
|
13826
|
-
const CodeBlockContainer =
|
|
14389
|
+
SyntaxHighlighter.registerLanguage("tsx", tsx);
|
|
14390
|
+
const CodeBlockContainer = styledComponents.styled.div.withConfig({
|
|
13827
14391
|
componentId: "sc-18gnqgi-0"
|
|
13828
14392
|
})(["width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;position:relative;cursor:pointer;", ""], ({
|
|
13829
14393
|
theme: theme2,
|
|
@@ -13838,7 +14402,7 @@ var __publicField = (obj, key, value) => {
|
|
|
13838
14402
|
}
|
|
13839
14403
|
`;
|
|
13840
14404
|
});
|
|
13841
|
-
const CodeButton =
|
|
14405
|
+
const CodeButton = styledComponents.styled(EmptyButton$1).withConfig({
|
|
13842
14406
|
componentId: "sc-18gnqgi-1"
|
|
13843
14407
|
})(["", ""], ({
|
|
13844
14408
|
$copied,
|
|
@@ -13849,13 +14413,13 @@ var __publicField = (obj, key, value) => {
|
|
|
13849
14413
|
padding: 0;
|
|
13850
14414
|
border: 0;
|
|
13851
14415
|
`);
|
|
13852
|
-
const Highlighter =
|
|
14416
|
+
const Highlighter = styledComponents.styled(SyntaxHighlighter).withConfig({
|
|
13853
14417
|
componentId: "sc-18gnqgi-2"
|
|
13854
14418
|
})(["background:transparent;padding:0;margin:0;"]);
|
|
13855
|
-
const CodeContent =
|
|
14419
|
+
const CodeContent = styledComponents.styled.code.withConfig({
|
|
13856
14420
|
componentId: "sc-18gnqgi-3"
|
|
13857
14421
|
})(["font-family:inherit;color:inherit;"]);
|
|
13858
|
-
const ButtonContainer =
|
|
14422
|
+
const ButtonContainer = styledComponents.styled.div.withConfig({
|
|
13859
14423
|
componentId: "sc-18gnqgi-4"
|
|
13860
14424
|
})(["position:absolute;display:flex;", ""], ({
|
|
13861
14425
|
theme: theme2
|
|
@@ -14338,7 +14902,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14338
14902
|
[calendar, getBody, getHeaders, setNext, setPrev, viewType]
|
|
14339
14903
|
);
|
|
14340
14904
|
}
|
|
14341
|
-
const Wrapper$4 =
|
|
14905
|
+
const Wrapper$4 = styledComponents.styled.div.withConfig({
|
|
14342
14906
|
componentId: "sc-1pvd2nj-0"
|
|
14343
14907
|
})(["width:inherit;display:flex;align-items:center;justify-content:space-between;align-items:center;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}", ""], ({
|
|
14344
14908
|
theme: theme2,
|
|
@@ -14429,7 +14993,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14429
14993
|
}
|
|
14430
14994
|
}
|
|
14431
14995
|
`);
|
|
14432
|
-
const StyledLabel =
|
|
14996
|
+
const StyledLabel = styledComponents.styled(Label$1).withConfig({
|
|
14433
14997
|
componentId: "sc-1pvd2nj-1"
|
|
14434
14998
|
})(["", ""], ({
|
|
14435
14999
|
$labelColor
|
|
@@ -14456,7 +15020,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14456
15020
|
label && /* @__PURE__ */ jsxRuntime.jsx(StyledLabel, { htmlFor: id, disabled, error: !!error2, $labelColor: labelColor, children: label })
|
|
14457
15021
|
] });
|
|
14458
15022
|
};
|
|
14459
|
-
const InputElement =
|
|
15023
|
+
const InputElement = styledComponents.styled.input.withConfig({
|
|
14460
15024
|
componentId: "sc-1pvd2nj-2"
|
|
14461
15025
|
})(["background:transparent;border:none;outline:none;width:100%;color:inherit;font:inherit;", ""], ({
|
|
14462
15026
|
theme: theme2
|
|
@@ -14471,7 +15035,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14471
15035
|
color: ${theme2.click.field.color.placeholder.disabled};
|
|
14472
15036
|
}
|
|
14473
15037
|
`);
|
|
14474
|
-
const NumberInputElement =
|
|
15038
|
+
const NumberInputElement = styledComponents.styled(InputElement).withConfig({
|
|
14475
15039
|
componentId: "sc-1pvd2nj-3"
|
|
14476
15040
|
})(["", ""], ({
|
|
14477
15041
|
$hideControls
|
|
@@ -14486,7 +15050,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14486
15050
|
-moz-appearance: textfield;
|
|
14487
15051
|
` : ""}
|
|
14488
15052
|
`);
|
|
14489
|
-
const TextAreaElement =
|
|
15053
|
+
const TextAreaElement = styledComponents.styled.textarea.withConfig({
|
|
14490
15054
|
componentId: "sc-1pvd2nj-4"
|
|
14491
15055
|
})(["background:transparent;border:none;outline:none;width:100%;color:inherit;font:inherit;resize:none;", ""], ({
|
|
14492
15056
|
theme: theme2
|
|
@@ -14497,10 +15061,10 @@ var __publicField = (obj, key, value) => {
|
|
|
14497
15061
|
color: ${theme2.click.field.color.placeholder.default};
|
|
14498
15062
|
}
|
|
14499
15063
|
`);
|
|
14500
|
-
|
|
15064
|
+
styledComponents.styled(InputWrapper).withConfig({
|
|
14501
15065
|
componentId: "sc-1pvd2nj-5"
|
|
14502
15066
|
})(["resize:vertical;overflow:auto;color:red;"]);
|
|
14503
|
-
const IconButton =
|
|
15067
|
+
const IconButton = styledComponents.styled.button.withConfig({
|
|
14504
15068
|
componentId: "sc-1pvd2nj-6"
|
|
14505
15069
|
})(["background:transparent;color:inherit;border:none;padding:0;outline:none;&:not(:disabled){cursor:pointer;}", ""], ({
|
|
14506
15070
|
theme: theme2,
|
|
@@ -14509,7 +15073,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14509
15073
|
padding: ${theme2.click.field.space.y} 0;
|
|
14510
15074
|
visibility: ${$show ? "visible" : "hidden"};
|
|
14511
15075
|
`);
|
|
14512
|
-
|
|
15076
|
+
styledComponents.styled.svg.withConfig({
|
|
14513
15077
|
componentId: "sc-1pvd2nj-7"
|
|
14514
15078
|
})(["", ""], ({
|
|
14515
15079
|
theme: theme2
|
|
@@ -14535,7 +15099,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14535
15099
|
year: "numeric"
|
|
14536
15100
|
});
|
|
14537
15101
|
const explicitWidth = "250px";
|
|
14538
|
-
const HighlightedInputWrapper = styled(InputWrapper).withConfig({
|
|
15102
|
+
const HighlightedInputWrapper = styledComponents.styled(InputWrapper).withConfig({
|
|
14539
15103
|
componentId: "sc-1kfphgn-0"
|
|
14540
15104
|
})(["", " width:", ";}"], ({
|
|
14541
15105
|
$isActive,
|
|
@@ -14543,12 +15107,12 @@ var __publicField = (obj, key, value) => {
|
|
|
14543
15107
|
}) => {
|
|
14544
15108
|
return `border: ${theme2.click.datePicker.dateOption.stroke} solid ${$isActive ? theme2.click.datePicker.dateOption.color.stroke.active : theme2.click.field.color.stroke.default};`;
|
|
14545
15109
|
}, explicitWidth);
|
|
14546
|
-
const DatePickerContainer = styled(Container).withConfig({
|
|
15110
|
+
const DatePickerContainer = styledComponents.styled(Container).withConfig({
|
|
14547
15111
|
componentId: "sc-1kfphgn-1"
|
|
14548
15112
|
})(["background:", ";"], ({
|
|
14549
15113
|
theme: theme2
|
|
14550
15114
|
}) => theme2.click.datePicker.dateOption.color.background.default);
|
|
14551
|
-
const UnselectableTitle = styled.h2.withConfig({
|
|
15115
|
+
const UnselectableTitle = styledComponents.styled.h2.withConfig({
|
|
14552
15116
|
componentId: "sc-1kfphgn-2"
|
|
14553
15117
|
})(["", " user-select:none;"], ({
|
|
14554
15118
|
theme: theme2
|
|
@@ -14556,7 +15120,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14556
15120
|
color: ${theme2.click.datePicker.color.title.default};
|
|
14557
15121
|
font: ${theme2.click.datePicker.typography.title.default};
|
|
14558
15122
|
`);
|
|
14559
|
-
const DateTable = styled.table.withConfig({
|
|
15123
|
+
const DateTable = styledComponents.styled.table.withConfig({
|
|
14560
15124
|
componentId: "sc-1kfphgn-3"
|
|
14561
15125
|
})(["border-collapse:separate;border-spacing:0;font:", " table-layout:fixed;user-select:none;width:", ";thead tr{height:", ";}tbody{cursor:pointer;}td,th{", ";padding:4px;}"], ({
|
|
14562
15126
|
theme: theme2
|
|
@@ -14565,7 +15129,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14565
15129
|
}) => theme2.click.datePicker.dateOption.size.height, ({
|
|
14566
15130
|
theme: theme2
|
|
14567
15131
|
}) => `border: ${theme2.click.datePicker.dateOption.stroke} solid ${theme2.click.datePicker.dateOption.color.stroke.default}`);
|
|
14568
|
-
const DateTableHeader = styled.th.withConfig({
|
|
15132
|
+
const DateTableHeader = styledComponents.styled.th.withConfig({
|
|
14569
15133
|
componentId: "sc-1kfphgn-4"
|
|
14570
15134
|
})(["", " width:14%;"], ({
|
|
14571
15135
|
theme: theme2
|
|
@@ -14573,7 +15137,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14573
15137
|
color: ${theme2.click.datePicker.color.daytitle.default};
|
|
14574
15138
|
font: ${theme2.click.datePicker.typography.daytitle.default};
|
|
14575
15139
|
`);
|
|
14576
|
-
const DateTableCell = styled.td.withConfig({
|
|
15140
|
+
const DateTableCell = styledComponents.styled.td.withConfig({
|
|
14577
15141
|
componentId: "sc-1kfphgn-5"
|
|
14578
15142
|
})(["", " ", " ", " text-align:center;", " &:hover{", ";}"], ({
|
|
14579
15143
|
theme: theme2
|
|
@@ -14974,7 +15538,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14974
15538
|
}) => {
|
|
14975
15539
|
return /* @__PURE__ */ jsxRuntime.jsx($5d3850c4d0b4e6c7$export$be92b6f5f03c0fe9, { ...props, children });
|
|
14976
15540
|
};
|
|
14977
|
-
const Trigger$4 =
|
|
15541
|
+
const Trigger$4 = styledComponents.styled($5d3850c4d0b4e6c7$export$41fb9f06171c75f4).withConfig({
|
|
14978
15542
|
componentId: "sc-1wr6otn-0"
|
|
14979
15543
|
})(["width:fit-content;background:transparent;border:none;cursor:pointer;"]);
|
|
14980
15544
|
const DialogTrigger = ({
|
|
@@ -14992,7 +15556,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14992
15556
|
}) => /* @__PURE__ */ jsxRuntime.jsx($5d3850c4d0b4e6c7$export$f39c2d165cd861fe, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(Button, { type, label, ...props }) });
|
|
14993
15557
|
DialogClose.displayName = "DialogClose";
|
|
14994
15558
|
Dialog.Close = DialogClose;
|
|
14995
|
-
const overlayShow =
|
|
15559
|
+
const overlayShow = styledComponents.keyframes({
|
|
14996
15560
|
"0%": {
|
|
14997
15561
|
opacity: 0
|
|
14998
15562
|
},
|
|
@@ -15000,7 +15564,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15000
15564
|
opacity: 1
|
|
15001
15565
|
}
|
|
15002
15566
|
});
|
|
15003
|
-
const contentShow =
|
|
15567
|
+
const contentShow = styledComponents.keyframes({
|
|
15004
15568
|
"0%": {
|
|
15005
15569
|
opacity: 0,
|
|
15006
15570
|
transform: "translate(-50%, -48%) scale(.96)"
|
|
@@ -15010,12 +15574,12 @@ var __publicField = (obj, key, value) => {
|
|
|
15010
15574
|
transform: "translate(-50%, -50%) scale(1)"
|
|
15011
15575
|
}
|
|
15012
15576
|
});
|
|
15013
|
-
const DialogOverlay =
|
|
15577
|
+
const DialogOverlay = styledComponents.styled($5d3850c4d0b4e6c7$export$c6fdb837b070b4ff).withConfig({
|
|
15014
15578
|
componentId: "sc-1wr6otn-1"
|
|
15015
15579
|
})(["background-color:", ";position:fixed;inset:0;animation:", " 150ms cubic-bezier(0.16,1,0.3,1);"], ({
|
|
15016
15580
|
theme: theme2
|
|
15017
15581
|
}) => theme2.click.dialog.color.opaqueBackground.default, overlayShow);
|
|
15018
|
-
const ContentArea =
|
|
15582
|
+
const ContentArea = styledComponents.styled($5d3850c4d0b4e6c7$export$7c6e2c02157bb7d2).withConfig({
|
|
15019
15583
|
componentId: "sc-1wr6otn-2"
|
|
15020
15584
|
})(["background:", ";border-radius:", ";padding:", " ", ";box-shadow:", ";border:1px solid ", ";width:75%;max-width:670px;position:fixed;top:50%;left:50%;max-height:75%;overflow:auto;transform:translate(-50%,-50%);animation:", " 150ms cubic-bezier(0.16,1,0.3,1);outline:none;"], ({
|
|
15021
15585
|
theme: theme2
|
|
@@ -15030,12 +15594,12 @@ var __publicField = (obj, key, value) => {
|
|
|
15030
15594
|
}) => theme2.click.dialog.shadow.default, ({
|
|
15031
15595
|
theme: theme2
|
|
15032
15596
|
}) => theme2.click.global.color.stroke.default, contentShow);
|
|
15033
|
-
const TitleArea =
|
|
15597
|
+
const TitleArea = styledComponents.styled.div.withConfig({
|
|
15034
15598
|
componentId: "sc-1wr6otn-3"
|
|
15035
15599
|
})(["display:flex;justify-content:space-between;align-items:center;min-height:", ";"], ({
|
|
15036
15600
|
theme: theme2
|
|
15037
15601
|
}) => theme2.sizes[9]);
|
|
15038
|
-
const Title$1 =
|
|
15602
|
+
const Title$1 = styledComponents.styled.h2.withConfig({
|
|
15039
15603
|
componentId: "sc-1wr6otn-4"
|
|
15040
15604
|
})(["font:", ";padding:0;margin:0;"], ({
|
|
15041
15605
|
theme: theme2
|
|
@@ -15067,10 +15631,10 @@ var __publicField = (obj, key, value) => {
|
|
|
15067
15631
|
};
|
|
15068
15632
|
DialogContent$1.displayName = "DialogContent";
|
|
15069
15633
|
Dialog.Content = DialogContent$1;
|
|
15070
|
-
const ActionsWrapper =
|
|
15634
|
+
const ActionsWrapper = styledComponents.styled.div.withConfig({
|
|
15071
15635
|
componentId: "sc-6eozxy-0"
|
|
15072
15636
|
})(["display:flex;justify-content:flex-end;gap:", ";"], (props) => props.theme.click.dialog.space.gap);
|
|
15073
|
-
const DialogContent =
|
|
15637
|
+
const DialogContent = styledComponents.styled.div.withConfig({
|
|
15074
15638
|
componentId: "sc-6eozxy-1"
|
|
15075
15639
|
})(["overflow:hidden;display:flex;flex-direction:column;"]);
|
|
15076
15640
|
const ConfirmationDialog = ({
|
|
@@ -15120,7 +15684,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15120
15684
|
};
|
|
15121
15685
|
Trigger$3.displayName = "Flyout.Trigger";
|
|
15122
15686
|
Flyout.Trigger = Trigger$3;
|
|
15123
|
-
const animationWidth = () =>
|
|
15687
|
+
const animationWidth = () => styledComponents.keyframes({
|
|
15124
15688
|
from: {
|
|
15125
15689
|
width: 0
|
|
15126
15690
|
},
|
|
@@ -15128,7 +15692,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15128
15692
|
width: "fit-content"
|
|
15129
15693
|
}
|
|
15130
15694
|
});
|
|
15131
|
-
const FlyoutContent =
|
|
15695
|
+
const FlyoutContent = styledComponents.styled($5d3850c4d0b4e6c7$export$b6d9565de1e068cf).withConfig({
|
|
15132
15696
|
componentId: "sc-1vtv6sf-0"
|
|
15133
15697
|
})(["display:flex;flex-direction:column;align-items:center;overflow:hidden;top:0;bottom:0;width:fit-content;--flyout-width:", ";animation:", " 500ms cubic-bezier(0.16,1,0.3,1) forwards;", ""], ({
|
|
15134
15698
|
theme: theme2,
|
|
@@ -15164,7 +15728,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15164
15728
|
}
|
|
15165
15729
|
}
|
|
15166
15730
|
`);
|
|
15167
|
-
const FlyoutContainer =
|
|
15731
|
+
const FlyoutContainer = styledComponents.styled.div.withConfig({
|
|
15168
15732
|
componentId: "sc-1vtv6sf-1"
|
|
15169
15733
|
})(["display:flex;gap:0;width:var(--flyout-width);max-width:100%;flex-flow:column nowrap;gap:inherit;"]);
|
|
15170
15734
|
const Content$1 = ({
|
|
@@ -15194,7 +15758,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15194
15758
|
};
|
|
15195
15759
|
Content$1.displayName = "Flyout.Content";
|
|
15196
15760
|
Flyout.Content = Content$1;
|
|
15197
|
-
const FlyoutElement =
|
|
15761
|
+
const FlyoutElement = styledComponents.styled(Container).withConfig({
|
|
15198
15762
|
componentId: "sc-1vtv6sf-2"
|
|
15199
15763
|
})(["max-width:100%;max-width:-webkit-fill-available;max-width:fill-available;max-width:stretch;", ""], ({
|
|
15200
15764
|
theme: theme2,
|
|
@@ -15209,7 +15773,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15209
15773
|
}) => /* @__PURE__ */ jsxRuntime.jsx(FlyoutElement, { orientation: "vertical", padding: "none", gap: "none", $type: type, ...props });
|
|
15210
15774
|
Element$1.displayName = "Flyout.Element";
|
|
15211
15775
|
Flyout.Element = Element$1;
|
|
15212
|
-
const FlyoutHeaderContainer =
|
|
15776
|
+
const FlyoutHeaderContainer = styledComponents.styled(Container).withConfig({
|
|
15213
15777
|
componentId: "sc-1vtv6sf-3"
|
|
15214
15778
|
})(["", ""], ({
|
|
15215
15779
|
theme: theme2,
|
|
@@ -15219,7 +15783,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15219
15783
|
column-gap: ${theme2.click.flyout.space[$type].content["column-gap"]};
|
|
15220
15784
|
padding: ${theme2.click.flyout.space[$type].y} ${theme2.click.flyout.space[$type].y} 0 ${theme2.click.flyout.space[$type].y} ;
|
|
15221
15785
|
`);
|
|
15222
|
-
const FlyoutTitle =
|
|
15786
|
+
const FlyoutTitle = styledComponents.styled($5d3850c4d0b4e6c7$export$16f7638e4a34b909).withConfig({
|
|
15223
15787
|
componentId: "sc-1vtv6sf-4"
|
|
15224
15788
|
})(["", ""], ({
|
|
15225
15789
|
theme: theme2,
|
|
@@ -15230,7 +15794,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15230
15794
|
margin: 0;
|
|
15231
15795
|
padding: 0;
|
|
15232
15796
|
`);
|
|
15233
|
-
const FlyoutDescription =
|
|
15797
|
+
const FlyoutDescription = styledComponents.styled($5d3850c4d0b4e6c7$export$94e94c2ec2c954d5).withConfig({
|
|
15234
15798
|
componentId: "sc-1vtv6sf-5"
|
|
15235
15799
|
})(["", ""], ({
|
|
15236
15800
|
theme: theme2,
|
|
@@ -15272,7 +15836,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15272
15836
|
};
|
|
15273
15837
|
Header$1.displayName = "Flyout.Header";
|
|
15274
15838
|
Flyout.Header = Header$1;
|
|
15275
|
-
const FlyoutBody =
|
|
15839
|
+
const FlyoutBody = styledComponents.styled(Container).withConfig({
|
|
15276
15840
|
componentId: "sc-1vtv6sf-6"
|
|
15277
15841
|
})(["width:var(--flyout-width);max-width:100%;margin-top:", ";"], ({
|
|
15278
15842
|
$align = "default"
|
|
@@ -15283,7 +15847,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15283
15847
|
}) => /* @__PURE__ */ jsxRuntime.jsx(FlyoutBody, { overflow: "auto", orientation: "vertical", grow: "1", $align: align, ...props });
|
|
15284
15848
|
Body.displayName = "Flyout.Body";
|
|
15285
15849
|
Flyout.Body = Body;
|
|
15286
|
-
const FlyoutFooter =
|
|
15850
|
+
const FlyoutFooter = styledComponents.styled(Container).withConfig({
|
|
15287
15851
|
componentId: "sc-1vtv6sf-7"
|
|
15288
15852
|
})(["", ""], ({
|
|
15289
15853
|
theme: theme2,
|
|
@@ -15301,7 +15865,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15301
15865
|
};
|
|
15302
15866
|
FlyoutClose.displayName = "Flyout.Close";
|
|
15303
15867
|
Flyout.Close = FlyoutClose;
|
|
15304
|
-
const FooterContainer =
|
|
15868
|
+
const FooterContainer = styledComponents.styled(Container).withConfig({
|
|
15305
15869
|
componentId: "sc-1vtv6sf-8"
|
|
15306
15870
|
})(["width:var(--flyout-width);max-width:100%;"]);
|
|
15307
15871
|
const Footer = (props) => {
|
|
@@ -15312,7 +15876,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15312
15876
|
};
|
|
15313
15877
|
Footer.displayName = "Flyout.Footer";
|
|
15314
15878
|
Flyout.Footer = Footer;
|
|
15315
|
-
const CustomCodeBlock =
|
|
15879
|
+
const CustomCodeBlock = styledComponents.styled(CodeBlock).withConfig({
|
|
15316
15880
|
componentId: "sc-1vtv6sf-9"
|
|
15317
15881
|
})(["display:flex;height:100%;pre{flex:1;overflow-wrap:break-word;code{display:inline-block;max-width:calc(100% - 1rem);}}"]);
|
|
15318
15882
|
const FlyoutCodeBlock = ({
|
|
@@ -15376,7 +15940,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15376
15940
|
}) => {
|
|
15377
15941
|
return /* @__PURE__ */ jsxRuntime.jsx(Wrapper$3, { $alignItems: alignItems, $alignContent: alignContent, $columnGap: columnGap, $gap: gap, $gridAutoColumns: gridAutoColumns, $gridAutoFlow: gridAutoFlow, $gridAutoRows: gridAutoRows, $gridTemplateAreas: gridTemplateAreas, $gridTemplateColumns: gridTemplateColumns, $gridTemplateRows: gridTemplateRows, $gridTemplate: gridTemplate, $inline: inline, $isResponsive: isResponsive, $justifyContent: justifyContent, $justifyItems: justifyItems, $rowGap: rowGap, $height: height, $maxHeight: maxHeight, $minHeight: minHeight, $fillWidth: fillWidth, $maxWidth: maxWidth, $minWidth: minWidth, $overflow: overflow, "data-testid": "grid-container", ...props, children });
|
|
15378
15942
|
};
|
|
15379
|
-
const Wrapper$3 =
|
|
15943
|
+
const Wrapper$3 = styledComponents.styled.div.withConfig({
|
|
15380
15944
|
componentId: "sc-r57kdn-0"
|
|
15381
15945
|
})(["align-items:", ";align-content:", ";display:", ";", ";", ";", ";", ";", ";", ";", ";justify-content:", ";justify-items:", ";", " ", " ", " ", " @media (max-width:", "){grid-template-columns:", ";}"], ({
|
|
15382
15946
|
$alignItems = "stretch"
|
|
@@ -15438,7 +16002,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15438
16002
|
}) => $isResponsive === true ? "1fr" : ({
|
|
15439
16003
|
$gridTemplateColumns
|
|
15440
16004
|
}) => $gridTemplateColumns || "auto");
|
|
15441
|
-
const InlineContainer =
|
|
16005
|
+
const InlineContainer = styledComponents.styled.span.withConfig({
|
|
15442
16006
|
componentId: "sc-ugg5k0-0"
|
|
15443
16007
|
})(["", ""], ({
|
|
15444
16008
|
theme: theme2
|
|
@@ -15679,7 +16243,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15679
16243
|
};
|
|
15680
16244
|
ContextMenuSubTrigger.displayName = "ContextMenuSubTrigger";
|
|
15681
16245
|
ContextMenu.SubTrigger = ContextMenuSubTrigger;
|
|
15682
|
-
const RightMenuContent =
|
|
16246
|
+
const RightMenuContent = styledComponents.styled(GenericMenuPanel).withConfig({
|
|
15683
16247
|
componentId: "sc-8z6kye-0"
|
|
15684
16248
|
})(["flex-direction:column;z-index:1;", ";"], ({
|
|
15685
16249
|
$showArrow
|
|
@@ -15718,7 +16282,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15718
16282
|
};
|
|
15719
16283
|
ContextMenuContent.displayName = "ContextMenuContent";
|
|
15720
16284
|
ContextMenu.Content = ContextMenuContent;
|
|
15721
|
-
const RightMenuGroup =
|
|
16285
|
+
const RightMenuGroup = styledComponents.styled($1b0217ee4a91d156$export$eb2fcfdbd7ba97d4).withConfig({
|
|
15722
16286
|
componentId: "sc-8z6kye-1"
|
|
15723
16287
|
})(["width:100%;border-bottom:1px solid ", ";"], ({
|
|
15724
16288
|
theme: theme2
|
|
@@ -15728,7 +16292,7 @@ var __publicField = (obj, key, value) => {
|
|
|
15728
16292
|
};
|
|
15729
16293
|
ContextMenuGroup.displayName = "ContextMenuGroup";
|
|
15730
16294
|
ContextMenu.Group = ContextMenuGroup;
|
|
15731
|
-
const RightMenuSub =
|
|
16295
|
+
const RightMenuSub = styledComponents.styled($1b0217ee4a91d156$export$d7a01e11500dfb6f).withConfig({
|
|
15732
16296
|
componentId: "sc-8z6kye-2"
|
|
15733
16297
|
})(["border-bottom:1px solid ", ";"], ({
|
|
15734
16298
|
theme: theme2
|
|
@@ -16836,7 +17400,7 @@ var __publicField = (obj, key, value) => {
|
|
|
16836
17400
|
}, !bailoutOnChildren && children(childParams));
|
|
16837
17401
|
}
|
|
16838
17402
|
}
|
|
16839
|
-
const StyledCell =
|
|
17403
|
+
const StyledCell = styledComponents.styled.div.withConfig({
|
|
16840
17404
|
componentId: "sc-30izhw-0"
|
|
16841
17405
|
})(['display:block;text-align:left;&[data-align="right"]{text-align:right;}overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default;width:100%;box-sizing:border-box;', " ", ";"], ({
|
|
16842
17406
|
theme: theme2,
|
|
@@ -16891,7 +17455,7 @@ var __publicField = (obj, key, value) => {
|
|
|
16891
17455
|
${$selectionType === "selectDirect" && $isLastColumn ? `border-right: 1px solid ${theme2.click.grid[$type].cell.color.stroke.selectDirect};` : ""}
|
|
16892
17456
|
}
|
|
16893
17457
|
` : "");
|
|
16894
|
-
const RowNumberColumnContainer =
|
|
17458
|
+
const RowNumberColumnContainer = styledComponents.styled.div.withConfig({
|
|
16895
17459
|
componentId: "sc-7gbi4d-0"
|
|
16896
17460
|
})(["position:sticky;left:0;", " ", ""], ({
|
|
16897
17461
|
$height,
|
|
@@ -16904,7 +17468,7 @@ var __publicField = (obj, key, value) => {
|
|
|
16904
17468
|
$scrolledHorizontal,
|
|
16905
17469
|
theme: theme2
|
|
16906
17470
|
}) => $scrolledHorizontal ? `box-shadow: 0px 0 0px 1px ${theme2.click.grid.header.cell.color.stroke.default};` : "");
|
|
16907
|
-
const RowNumberCell =
|
|
17471
|
+
const RowNumberCell = styledComponents.styled.div.withConfig({
|
|
16908
17472
|
componentId: "sc-7gbi4d-1"
|
|
16909
17473
|
})(["position:absolute;left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;", ""], ({
|
|
16910
17474
|
$height,
|
|
@@ -17200,7 +17764,7 @@ var __publicField = (obj, key, value) => {
|
|
|
17200
17764
|
};
|
|
17201
17765
|
};
|
|
17202
17766
|
const DOUBLE_CLICK_THRESHOLD_MSEC = 300;
|
|
17203
|
-
const ResizeSpan =
|
|
17767
|
+
const ResizeSpan = styledComponents.styled.div.withConfig({
|
|
17204
17768
|
componentId: "sc-1r6e5v3-0"
|
|
17205
17769
|
})(["top:", ";left:", ";z-index:1;position:absolute;height:", "px;cursor:col-resize;width:4px;overflow:auto;&:hover,&:active,&:hover{background:", ";}", ""], initialPosition.top, initialPosition.left, ({
|
|
17206
17770
|
$height
|
|
@@ -17298,7 +17862,7 @@ var __publicField = (obj, key, value) => {
|
|
|
17298
17862
|
setIsPressed(columnIndex, false);
|
|
17299
17863
|
}, onClick: (e) => e.stopPropagation(), "data-resize": true, style: position });
|
|
17300
17864
|
};
|
|
17301
|
-
const HeaderContainer =
|
|
17865
|
+
const HeaderContainer = styledComponents.styled.div.withConfig({
|
|
17302
17866
|
componentId: "sc-1oadqc8-0"
|
|
17303
17867
|
})(["position:sticky;top:0;left:0;display:flex;flex-direction:row;height:", "px;", ""], ({
|
|
17304
17868
|
$height
|
|
@@ -17306,12 +17870,12 @@ var __publicField = (obj, key, value) => {
|
|
|
17306
17870
|
$scrolledVertical,
|
|
17307
17871
|
theme: theme2
|
|
17308
17872
|
}) => $scrolledVertical ? `box-shadow: 0px 0 0px 1px ${theme2.click.grid.header.cell.color.stroke.default};` : "");
|
|
17309
|
-
const ScrollableHeaderContainer =
|
|
17873
|
+
const ScrollableHeaderContainer = styledComponents.styled.div.withConfig({
|
|
17310
17874
|
componentId: "sc-1oadqc8-1"
|
|
17311
17875
|
})(["position:relative;left:", "px;"], ({
|
|
17312
17876
|
$left
|
|
17313
17877
|
}) => $left);
|
|
17314
|
-
const HeaderCellContainer =
|
|
17878
|
+
const HeaderCellContainer = styledComponents.styled.div.withConfig({
|
|
17315
17879
|
componentId: "sc-1oadqc8-2"
|
|
17316
17880
|
})(["position:absolute;display:flex;width:", ";height:", "px;left:", "px;&:hover [data-resize]{background:", ";}"], ({
|
|
17317
17881
|
$width
|
|
@@ -17322,7 +17886,7 @@ var __publicField = (obj, key, value) => {
|
|
|
17322
17886
|
}) => $columnPosition, ({
|
|
17323
17887
|
theme: theme2
|
|
17324
17888
|
}) => theme2.click.grid.header.cell.color.stroke.selectDirect);
|
|
17325
|
-
const RowColumnContainer =
|
|
17889
|
+
const RowColumnContainer = styledComponents.styled(HeaderCellContainer).withConfig({
|
|
17326
17890
|
componentId: "sc-1oadqc8-3"
|
|
17327
17891
|
})(["position:sticky;top:0;left:0;width:", ";text-align:right;", ""], ({
|
|
17328
17892
|
$width
|
|
@@ -17330,7 +17894,7 @@ var __publicField = (obj, key, value) => {
|
|
|
17330
17894
|
$scrolledHorizontal,
|
|
17331
17895
|
theme: theme2
|
|
17332
17896
|
}) => $scrolledHorizontal ? `box-shadow: 0px 0 0px 1px ${theme2.click.grid.header.cell.color.stroke.default};` : "");
|
|
17333
|
-
const RowColumn =
|
|
17897
|
+
const RowColumn = styledComponents.styled(StyledCell).withConfig({
|
|
17334
17898
|
componentId: "sc-1oadqc8-4"
|
|
17335
17899
|
})(["width:100%;text-align:right;"]);
|
|
17336
17900
|
const Column = ({
|
|
@@ -31924,7 +32488,7 @@ var __publicField = (obj, key, value) => {
|
|
|
31924
32488
|
const NO_BUTTONS_PRESSED = 0;
|
|
31925
32489
|
const LEFT_BUTTON_PRESSED = 1;
|
|
31926
32490
|
const RIGHT_BUTTON_PRESSED = 2;
|
|
31927
|
-
const GridContainer =
|
|
32491
|
+
const GridContainer = styledComponents.styled.div.withConfig({
|
|
31928
32492
|
componentId: "sc-175eneg-0"
|
|
31929
32493
|
})(["display:flex;flex-direction:column-reverse;user-select:none;overflow-anchor:none;"]);
|
|
31930
32494
|
const getRenderedCursor = (children) => children.reduce(([minRow, maxRow, minColumn, maxColumn], {
|
|
@@ -31947,7 +32511,7 @@ var __publicField = (obj, key, value) => {
|
|
|
31947
32511
|
}
|
|
31948
32512
|
return [minRow, maxRow, minColumn, maxColumn];
|
|
31949
32513
|
}, [Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY]);
|
|
31950
|
-
const GridDataContainer =
|
|
32514
|
+
const GridDataContainer = styledComponents.styled.div.withConfig({
|
|
31951
32515
|
componentId: "sc-175eneg-1"
|
|
31952
32516
|
})(["position:absolute;top:0;left:0;", ""], ({
|
|
31953
32517
|
$top,
|
|
@@ -31956,7 +32520,7 @@ var __publicField = (obj, key, value) => {
|
|
|
31956
32520
|
margin-top: ${$top}px;
|
|
31957
32521
|
margin-left: ${$left}px;
|
|
31958
32522
|
`);
|
|
31959
|
-
const ContextMenuTrigger =
|
|
32523
|
+
const ContextMenuTrigger = styledComponents.styled.div.withConfig({
|
|
31960
32524
|
componentId: "sc-175eneg-2"
|
|
31961
32525
|
})(["outline:none;overflow:hidden;height:", ";width:100%;background:", ";border-radius:", ";", ";"], ({
|
|
31962
32526
|
$height
|
|
@@ -32707,7 +33271,7 @@ var __publicField = (obj, key, value) => {
|
|
|
32707
33271
|
}) => {
|
|
32708
33272
|
return /* @__PURE__ */ jsxRuntime.jsx($cef8881cdc69808e$export$be92b6f5f03c0fe9, { ...props, children });
|
|
32709
33273
|
};
|
|
32710
|
-
const Trigger$2 =
|
|
33274
|
+
const Trigger$2 = styledComponents.styled($cef8881cdc69808e$export$41fb9f06171c75f4).withConfig({
|
|
32711
33275
|
componentId: "sc-1ect7b6-0"
|
|
32712
33276
|
})(["width:fit-content;"]);
|
|
32713
33277
|
const HoverCardTrigger = ({
|
|
@@ -32732,9 +33296,7 @@ var __publicField = (obj, key, value) => {
|
|
|
32732
33296
|
};
|
|
32733
33297
|
HoverCardContent.displayName = "HoverCardContent";
|
|
32734
33298
|
HoverCard.Content = HoverCardContent;
|
|
32735
|
-
const
|
|
32736
|
-
componentId: "sc-1bwz77u-0"
|
|
32737
|
-
})(["font:", ";color:", ";margin:0;text-decoration:none;display:inline-flex;gap:", ";margin-right:", ";align-items:center;&:hover,&:focus{color:", ";transition:", ";text-decoration:underline;cursor:pointer;}&:visited{color:", ";}"], ({
|
|
33299
|
+
const linkStyles = styledComponents.css(["font:", ";color:", ";margin:0;text-decoration:none;display:inline-flex;gap:", ";margin-right:", ";align-items:center;&:hover,&:focus{color:", ";transition:", ";text-decoration:underline;cursor:pointer;}&:visited{color:", ";}"], ({
|
|
32738
33300
|
$size,
|
|
32739
33301
|
$weight = "normal",
|
|
32740
33302
|
theme: theme2
|
|
@@ -32753,7 +33315,10 @@ var __publicField = (obj, key, value) => {
|
|
|
32753
33315
|
}) => theme2.transition.default, ({
|
|
32754
33316
|
theme: theme2
|
|
32755
33317
|
}) => theme2.click.global.color.text.link.default);
|
|
32756
|
-
const
|
|
33318
|
+
const CuiLink = styledComponents.styled.a.withConfig({
|
|
33319
|
+
componentId: "sc-1bwz77u-0"
|
|
33320
|
+
})(["", ""], linkStyles);
|
|
33321
|
+
const IconWrapper$1 = styledComponents.styled.span.withConfig({
|
|
32757
33322
|
componentId: "sc-1bwz77u-1"
|
|
32758
33323
|
})([".external-icon{height:", ";width:", ";}"], ({
|
|
32759
33324
|
$size,
|
|
@@ -32826,7 +33391,7 @@ var __publicField = (obj, key, value) => {
|
|
|
32826
33391
|
}) => {
|
|
32827
33392
|
return /* @__PURE__ */ jsxRuntime.jsx($cb5cc270b50c6fcd$export$be92b6f5f03c0fe9, { ...props, children });
|
|
32828
33393
|
};
|
|
32829
|
-
const Trigger$1 =
|
|
33394
|
+
const Trigger$1 = styledComponents.styled($cb5cc270b50c6fcd$export$41fb9f06171c75f4).withConfig({
|
|
32830
33395
|
componentId: "sc-1dii14g-0"
|
|
32831
33396
|
})(["width:fit-content;font:inherit;color:inherit;background:inherit;border:none;"]);
|
|
32832
33397
|
const PopoverTrigger = ({
|
|
@@ -32841,7 +33406,7 @@ var __publicField = (obj, key, value) => {
|
|
|
32841
33406
|
};
|
|
32842
33407
|
PopoverTrigger.displayName = "PopoverTrigger";
|
|
32843
33408
|
Popover.Trigger = PopoverTrigger;
|
|
32844
|
-
const MenuPanel =
|
|
33409
|
+
const MenuPanel = styledComponents.styled(GenericMenuPanel).withConfig({
|
|
32845
33410
|
componentId: "sc-1dii14g-1"
|
|
32846
33411
|
})(["display:block;padding:", " ", ";background-color:", ";border:1px solid ", ";border-radius:", ";box-shadow:", ";", ";"], ({
|
|
32847
33412
|
theme: theme2
|
|
@@ -32858,7 +33423,7 @@ var __publicField = (obj, key, value) => {
|
|
|
32858
33423
|
}) => theme2.click.popover.shadow.default, ({
|
|
32859
33424
|
$showClose
|
|
32860
33425
|
}) => $showClose ? "padding-top: 1rem;" : "");
|
|
32861
|
-
const CloseButton =
|
|
33426
|
+
const CloseButton = styledComponents.styled(EmptyButton$1).withConfig({
|
|
32862
33427
|
componentId: "sc-1dii14g-2"
|
|
32863
33428
|
})(["position:absolute;top:", ";right:", ";width:", ";height:", ";"], ({
|
|
32864
33429
|
theme: theme2
|
|
@@ -32885,7 +33450,7 @@ var __publicField = (obj, key, value) => {
|
|
|
32885
33450
|
};
|
|
32886
33451
|
PopoverContent.displayName = "PopoverContent";
|
|
32887
33452
|
Popover.Content = PopoverContent;
|
|
32888
|
-
const CustomSelect =
|
|
33453
|
+
const CustomSelect = styledComponents.styled.div.withConfig({
|
|
32889
33454
|
componentId: "sc-dicnqe-0"
|
|
32890
33455
|
})(["width:150px;"]);
|
|
32891
33456
|
const Pagination = ({
|
|
@@ -32984,24 +33549,25 @@ var __publicField = (obj, key, value) => {
|
|
|
32984
33549
|
] });
|
|
32985
33550
|
};
|
|
32986
33551
|
const Panel = ({
|
|
32987
|
-
|
|
32988
|
-
|
|
33552
|
+
alignItems = "center",
|
|
33553
|
+
children,
|
|
32989
33554
|
color,
|
|
32990
|
-
|
|
33555
|
+
cursor,
|
|
33556
|
+
fillHeight,
|
|
33557
|
+
fillWidth,
|
|
32991
33558
|
gap,
|
|
32992
|
-
|
|
33559
|
+
hasBorder,
|
|
33560
|
+
hasShadow,
|
|
33561
|
+
height,
|
|
32993
33562
|
orientation = "horizontal",
|
|
32994
|
-
|
|
33563
|
+
padding,
|
|
32995
33564
|
radii = "sm",
|
|
32996
|
-
|
|
32997
|
-
height,
|
|
32998
|
-
fillHeight,
|
|
32999
|
-
alignItems = "center",
|
|
33565
|
+
width,
|
|
33000
33566
|
...props
|
|
33001
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(Wrapper$2, { $
|
|
33002
|
-
const Wrapper$2 =
|
|
33567
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(Wrapper$2, { $alignItems: alignItems, $color: color, $cursor: cursor, $fillHeight: fillHeight, $fillWidth: fillWidth, $gap: gap, $hasBorder: hasBorder, $hasShadow: hasShadow, $height: height, $orientation: orientation, $padding: padding, $radii: radii, $width: width, ...props, children });
|
|
33568
|
+
const Wrapper$2 = styledComponents.styled.div.withConfig({
|
|
33003
33569
|
componentId: "sc-1q78udp-0"
|
|
33004
|
-
})(["display:flex;flex-flow:", ";align-items:", ";width:", ";height:", ";background-color:", ";border-radius:", ";padding:", ";border:", ";box-shadow:", ";gap:", ";"], ({
|
|
33570
|
+
})(["display:flex;flex-flow:", ";align-items:", ";width:", ";height:", ";background-color:", ";border-radius:", ";padding:", ";border:", ";box-shadow:", ";gap:", ";", ";"], ({
|
|
33005
33571
|
$orientation = "horizontal"
|
|
33006
33572
|
}) => $orientation === "horizontal" ? "row wrap" : "column", ({
|
|
33007
33573
|
$alignItems = "center"
|
|
@@ -33029,8 +33595,10 @@ var __publicField = (obj, key, value) => {
|
|
|
33029
33595
|
}) => $hasShadow ? theme2.shadow[1] : "none", ({
|
|
33030
33596
|
$gap = "sm",
|
|
33031
33597
|
theme: theme2
|
|
33032
|
-
}) => theme2.click.panel.space.gap[$gap]
|
|
33033
|
-
|
|
33598
|
+
}) => theme2.click.panel.space.gap[$gap], ({
|
|
33599
|
+
$cursor
|
|
33600
|
+
}) => $cursor && `cursor: ${$cursor}`);
|
|
33601
|
+
const ProgressContainer = styledComponents.styled.div.withConfig({
|
|
33034
33602
|
componentId: "sc-16gr3cg-0"
|
|
33035
33603
|
})(["display:flex;justify-content:space-between;align-items:center;overflow:hidden;transition:all 100ms ease-in-out;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;min-height:2px;", ";"], ({
|
|
33036
33604
|
theme: theme2,
|
|
@@ -33061,10 +33629,10 @@ var __publicField = (obj, key, value) => {
|
|
|
33061
33629
|
background-position: center;
|
|
33062
33630
|
}
|
|
33063
33631
|
`);
|
|
33064
|
-
const ProgressText =
|
|
33632
|
+
const ProgressText = styledComponents.styled.span.withConfig({
|
|
33065
33633
|
componentId: "sc-16gr3cg-1"
|
|
33066
33634
|
})(["width:100%;font:inherit;mix-blend-mode:difference;"]);
|
|
33067
|
-
const ProgressCloseButton =
|
|
33635
|
+
const ProgressCloseButton = styledComponents.styled.button.withConfig({
|
|
33068
33636
|
componentId: "sc-16gr3cg-2"
|
|
33069
33637
|
})(["mix-blend-mode:difference;border:0;visibility:", ";"], ({
|
|
33070
33638
|
$dismissable
|
|
@@ -33290,7 +33858,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33290
33858
|
const $f99a8c78507165f7$export$be92b6f5f03c0fe9 = $f99a8c78507165f7$export$a98f0dcb43a68a25;
|
|
33291
33859
|
const $f99a8c78507165f7$export$6d08773d2e66f8f2 = $f99a8c78507165f7$export$9f866c100ef519e4;
|
|
33292
33860
|
const $f99a8c78507165f7$export$adb584737d712b70 = $f99a8c78507165f7$export$5fb54c671a65c88;
|
|
33293
|
-
const RadioGroupRoot =
|
|
33861
|
+
const RadioGroupRoot = styledComponents.styled($f99a8c78507165f7$export$be92b6f5f03c0fe9).withConfig({
|
|
33294
33862
|
componentId: "sc-p6cydr-0"
|
|
33295
33863
|
})(["display:flex;flex-wrap:wrap;gap:", ";flex-direction:", ";label{", "}"], ({
|
|
33296
33864
|
theme: theme2
|
|
@@ -33336,14 +33904,14 @@ var __publicField = (obj, key, value) => {
|
|
|
33336
33904
|
};
|
|
33337
33905
|
RadioGroupItem.displayName = "RadioGroupItem";
|
|
33338
33906
|
RadioGroup.Item = RadioGroupItem;
|
|
33339
|
-
const Wrapper$1 =
|
|
33907
|
+
const Wrapper$1 = styledComponents.styled(FormRoot).withConfig({
|
|
33340
33908
|
componentId: "sc-p6cydr-1"
|
|
33341
33909
|
})(["padding:", ";display:flex;align-items:center;gap:", ";width:auto;"], ({
|
|
33342
33910
|
theme: theme2
|
|
33343
33911
|
}) => theme2.click.checkbox.space.all, ({
|
|
33344
33912
|
theme: theme2
|
|
33345
33913
|
}) => theme2.click.checkbox.space.gap);
|
|
33346
|
-
const RadioInput =
|
|
33914
|
+
const RadioInput = styledComponents.styled($f99a8c78507165f7$export$6d08773d2e66f8f2).withConfig({
|
|
33347
33915
|
componentId: "sc-p6cydr-2"
|
|
33348
33916
|
})(["display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;", ";"], ({
|
|
33349
33917
|
theme: theme2
|
|
@@ -33366,7 +33934,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33366
33934
|
border-color: ${theme2.click.radio.color.stroke.disabled};
|
|
33367
33935
|
}
|
|
33368
33936
|
`);
|
|
33369
|
-
const RadioGroupIndicator =
|
|
33937
|
+
const RadioGroupIndicator = styledComponents.styled($f99a8c78507165f7$export$adb584737d712b70).withConfig({
|
|
33370
33938
|
componentId: "sc-p6cydr-3"
|
|
33371
33939
|
})(["", ""], ({
|
|
33372
33940
|
theme: theme2
|
|
@@ -33428,13 +33996,13 @@ var __publicField = (obj, key, value) => {
|
|
|
33428
33996
|
loading && /* @__PURE__ */ jsxRuntime.jsx(SvgImage, { name: "loading-animated", size: "sm" })
|
|
33429
33997
|
] });
|
|
33430
33998
|
});
|
|
33431
|
-
const SelectPopoverRoot =
|
|
33999
|
+
const SelectPopoverRoot = styledComponents.styled($cb5cc270b50c6fcd$export$be92b6f5f03c0fe9).withConfig({
|
|
33432
34000
|
componentId: "sc-oudbwg-0"
|
|
33433
34001
|
})(["width:100%;"]);
|
|
33434
|
-
const SelectValue =
|
|
34002
|
+
const SelectValue = styledComponents.styled.div.withConfig({
|
|
33435
34003
|
componentId: "sc-oudbwg-1"
|
|
33436
34004
|
})(["text-align:left;flex:1;gap:inherit;color:inherit;font:inherit;overflow:hidden;"]);
|
|
33437
|
-
const StyledSelectTrigger =
|
|
34005
|
+
const StyledSelectTrigger = styledComponents.styled($cb5cc270b50c6fcd$export$41fb9f06171c75f4).withConfig({
|
|
33438
34006
|
componentId: "sc-oudbwg-2"
|
|
33439
34007
|
})(["width:100%;display:flex;align-items:center;justify-content:space-between;align-items:center;cursor:pointer;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}", " [data-hide-in-trigger]{display:none;}"], ({
|
|
33440
34008
|
theme: theme2,
|
|
@@ -33482,7 +34050,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33482
34050
|
cursor: not-allowed;
|
|
33483
34051
|
}
|
|
33484
34052
|
`);
|
|
33485
|
-
const SelectPopoverContent =
|
|
34053
|
+
const SelectPopoverContent = styledComponents.styled($cb5cc270b50c6fcd$export$7c6e2c02157bb7d2).withConfig({
|
|
33486
34054
|
componentId: "sc-oudbwg-3"
|
|
33487
34055
|
})(["width:var(--radix-popover-trigger-width);max-height:var(--radix-popover-content-available-height);border-radius:0.25rem;pointer-events:auto;", " ", " overflow:hidden;display:flex;padding:0.5rem 0rem;align-items:flex-start;gap:0.625rem;"], ({
|
|
33488
34056
|
$useFullWidthItems,
|
|
@@ -33502,7 +34070,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33502
34070
|
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
|
33503
34071
|
border-radius: 0.25rem;
|
|
33504
34072
|
`);
|
|
33505
|
-
const SearchBarContainer =
|
|
34073
|
+
const SearchBarContainer = styledComponents.styled.div.withConfig({
|
|
33506
34074
|
componentId: "sc-oudbwg-4"
|
|
33507
34075
|
})(["width:auto;position:relative;display:flex;justify-content:flex-start;align-items:center;", ""], ({
|
|
33508
34076
|
theme: theme2,
|
|
@@ -33513,7 +34081,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33513
34081
|
font: ${theme2.click.genericMenu.autocomplete.typography.search.term.default};
|
|
33514
34082
|
height: ${$showSearch ? "auto" : " 0"};
|
|
33515
34083
|
`);
|
|
33516
|
-
const SearchBar =
|
|
34084
|
+
const SearchBar = styledComponents.styled.input.withConfig({
|
|
33517
34085
|
componentId: "sc-oudbwg-5"
|
|
33518
34086
|
})(["background:transparent;border:none;width:100%;outline:none;", ""], ({
|
|
33519
34087
|
theme: theme2,
|
|
@@ -33532,7 +34100,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33532
34100
|
font: ${theme2.click.genericMenu.autocomplete.typography.search.placeholder.default};
|
|
33533
34101
|
}
|
|
33534
34102
|
`);
|
|
33535
|
-
const SearchClose =
|
|
34103
|
+
const SearchClose = styledComponents.styled.button.withConfig({
|
|
33536
34104
|
componentId: "sc-oudbwg-6"
|
|
33537
34105
|
})(["position:absolute;", " visibility:", ";"], ({
|
|
33538
34106
|
theme: theme2
|
|
@@ -33542,16 +34110,16 @@ var __publicField = (obj, key, value) => {
|
|
|
33542
34110
|
`, ({
|
|
33543
34111
|
$showClose
|
|
33544
34112
|
}) => $showClose ? "visible" : "hidden");
|
|
33545
|
-
const SelectList =
|
|
34113
|
+
const SelectList = styledComponents.styled.div.withConfig({
|
|
33546
34114
|
componentId: "sc-oudbwg-7"
|
|
33547
34115
|
})(["display:flex;flex-direction:column;width:inherit;max-height:calc(var(--radix-popover-content-available-height) - 1rem);"]);
|
|
33548
|
-
const SelectListContent =
|
|
34116
|
+
const SelectListContent = styledComponents.styled.div.withConfig({
|
|
33549
34117
|
componentId: "sc-oudbwg-8"
|
|
33550
34118
|
})(["width:inherit;overflow:auto;flex:1;"]);
|
|
33551
|
-
const HiddenSelectElement =
|
|
34119
|
+
const HiddenSelectElement = styledComponents.styled.select.withConfig({
|
|
33552
34120
|
componentId: "sc-oudbwg-9"
|
|
33553
34121
|
})(["visibility:hidden;position:absolute;z-index:-1;height:0;"]);
|
|
33554
|
-
const SelectGroupContainer =
|
|
34122
|
+
const SelectGroupContainer = styledComponents.styled.div.withConfig({
|
|
33555
34123
|
componentId: "sc-oudbwg-10"
|
|
33556
34124
|
})(["display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:-webkit-fill-available;width:fill-available;width:stretch;overflow:hidden;background:transparent;&[aria-selected]{outline:none;}", ";&[hidden]{display:none;}"], ({
|
|
33557
34125
|
theme: theme2
|
|
@@ -33559,7 +34127,7 @@ var __publicField = (obj, key, value) => {
|
|
|
33559
34127
|
font: ${theme2.click.genericMenu.item.typography.sectionHeader.default};
|
|
33560
34128
|
color: ${theme2.click.genericMenu.item.color.text.muted};
|
|
33561
34129
|
`);
|
|
33562
|
-
const SelectGroupName =
|
|
34130
|
+
const SelectGroupName = styledComponents.styled.div.withConfig({
|
|
33563
34131
|
componentId: "sc-oudbwg-11"
|
|
33564
34132
|
})(["display:flex;width:100%;flex-direction:column;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;", ""], ({
|
|
33565
34133
|
theme: theme2
|
|
@@ -33570,10 +34138,10 @@ var __publicField = (obj, key, value) => {
|
|
|
33570
34138
|
gap: ${theme2.click.genericMenu.item.space.gap};
|
|
33571
34139
|
border-bottom: 1px solid ${theme2.click.genericMenu.item.color.stroke.default};
|
|
33572
34140
|
`);
|
|
33573
|
-
const SelectGroupContent =
|
|
34141
|
+
const SelectGroupContent = styledComponents.styled.div.withConfig({
|
|
33574
34142
|
componentId: "sc-oudbwg-12"
|
|
33575
34143
|
})(["width:inherit;"]);
|
|
33576
|
-
const SelectNoDataContainer =
|
|
34144
|
+
const SelectNoDataContainer = styledComponents.styled.div.withConfig({
|
|
33577
34145
|
componentId: "sc-oudbwg-13"
|
|
33578
34146
|
})(['border:none;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;&[hidden="true"]{display:none;}', ""], ({
|
|
33579
34147
|
theme: theme2,
|
|
@@ -36882,10 +37450,10 @@ Please read the updated README.md at https://github.com/SortableJS/react-sortabl
|
|
|
36882
37450
|
$parcel$exportWildcard(module2.exports, $faefaad95e5fcca0$exports);
|
|
36883
37451
|
})(dist);
|
|
36884
37452
|
var distExports = dist.exports;
|
|
36885
|
-
const BadgeList =
|
|
37453
|
+
const BadgeList = styledComponents.styled.div.withConfig({
|
|
36886
37454
|
componentId: "sc-1ryyiol-0"
|
|
36887
37455
|
})(["display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:inherit;font:inherit;color:inherit;"]);
|
|
36888
|
-
const MultiSelectBadge =
|
|
37456
|
+
const MultiSelectBadge = styledComponents.styled.div.withConfig({
|
|
36889
37457
|
componentId: "sc-1ryyiol-1"
|
|
36890
37458
|
})(["width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;max-width:fit-content;"]);
|
|
36891
37459
|
const MultiSelectValue = ({
|
|
@@ -36945,7 +37513,7 @@ Please read the updated README.md at https://github.com/SortableJS/react-sortabl
|
|
|
36945
37513
|
return /* @__PURE__ */ jsxRuntime.jsx(MultiSelectBadge, { as: Badge, size: "sm", state: disabled ? "disabled" : "default", ...otherProps }, `multi-select-${id}-${value}`);
|
|
36946
37514
|
}) });
|
|
36947
37515
|
};
|
|
36948
|
-
const SelectValueContainer =
|
|
37516
|
+
const SelectValueContainer = styledComponents.styled.div.withConfig({
|
|
36949
37517
|
componentId: "sc-1bceuv1-0"
|
|
36950
37518
|
})(["display:flex;width:100%;align-items:center;cursor:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:inherit;"]);
|
|
36951
37519
|
const SingleSelectValue = ({
|
|
@@ -37265,7 +37833,7 @@ Please read the updated README.md at https://github.com/SortableJS/react-sortabl
|
|
|
37265
37833
|
] });
|
|
37266
37834
|
});
|
|
37267
37835
|
SelectGroup.displayName = "Select.Group";
|
|
37268
|
-
const CheckIcon$1 =
|
|
37836
|
+
const CheckIcon$1 = styledComponents.styled.svg.withConfig({
|
|
37269
37837
|
componentId: "sc-howzwz-0"
|
|
37270
37838
|
})(["opacity:", ";"], ({
|
|
37271
37839
|
$showCheck
|
|
@@ -37562,7 +38130,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37562
38130
|
return $89eedd556c436f6a$var$ORIENTATIONS.includes(orientation);
|
|
37563
38131
|
}
|
|
37564
38132
|
const $89eedd556c436f6a$export$be92b6f5f03c0fe9 = $89eedd556c436f6a$export$1ff3c3f08ae963c0;
|
|
37565
|
-
const CUISeparator =
|
|
38133
|
+
const CUISeparator = styledComponents.styled($89eedd556c436f6a$export$be92b6f5f03c0fe9).withConfig({
|
|
37566
38134
|
componentId: "sc-ladr1y-0"
|
|
37567
38135
|
})(["", ""], ({
|
|
37568
38136
|
theme: theme2,
|
|
@@ -37583,12 +38151,12 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37583
38151
|
orientation = "horizontal",
|
|
37584
38152
|
...props
|
|
37585
38153
|
}) => /* @__PURE__ */ jsxRuntime.jsx(CUISeparator, { orientation, ...props });
|
|
37586
|
-
const LabelContainer =
|
|
38154
|
+
const LabelContainer = styledComponents.styled.span.withConfig({
|
|
37587
38155
|
componentId: "sc-1cu1l45-0"
|
|
37588
38156
|
})(["display:flex;align-items:center;justify-content:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;flex:1;gap:", ";overflow:hidden;"], ({
|
|
37589
38157
|
theme: theme2
|
|
37590
38158
|
}) => theme2.click.sidebar.navigation.item.default.space.gap);
|
|
37591
|
-
const EllipsisContainer =
|
|
38159
|
+
const EllipsisContainer = styledComponents.styled.span.withConfig({
|
|
37592
38160
|
componentId: "sc-1cu1l45-1"
|
|
37593
38161
|
})(["display:flex;white-space:nowrap;overflow:hidden;justify-content:flex-start;gap:inherit;flex:1;& > *:not(button){overflow:hidden;text-overflow:ellipsis;}"]);
|
|
37594
38162
|
const IconWrapper = ({
|
|
@@ -37614,7 +38182,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37614
38182
|
}, ref) => {
|
|
37615
38183
|
return /* @__PURE__ */ jsxRuntime.jsx(SidebarItemWrapper, { $level: level, "data-selected": selected, $type: type, ref, "aria-disabled": disabled, ...props, children: /* @__PURE__ */ jsxRuntime.jsx(IconWrapper, { icon, iconDir, children: label }) });
|
|
37616
38184
|
});
|
|
37617
|
-
const SidebarItemWrapper =
|
|
38185
|
+
const SidebarItemWrapper = styledComponents.styled.div.withConfig({
|
|
37618
38186
|
componentId: "sc-1rz759l-0"
|
|
37619
38187
|
})(["display:flex;align-items:center;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;flex-wrap:nowrap;", ""], ({
|
|
37620
38188
|
theme: theme2,
|
|
@@ -37686,7 +38254,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37686
38254
|
open: false,
|
|
37687
38255
|
onOpenChange: () => null
|
|
37688
38256
|
});
|
|
37689
|
-
const CollapsibleContainer =
|
|
38257
|
+
const CollapsibleContainer = styledComponents.styled.div.withConfig({
|
|
37690
38258
|
componentId: "sc-guwmyz-0"
|
|
37691
38259
|
})(['width:100%;[data-trigger-icon]{visibility:hidden;transition:transform 150ms cubic-bezier(0.87,0,0.13,1);&[data-open="true"]{transform:rotate(90deg);}}[data-collapsible-header]:hover [data-trigger-icon]{visibility:visible;}']);
|
|
37692
38260
|
const Collapsible = ({
|
|
@@ -37713,7 +38281,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37713
38281
|
};
|
|
37714
38282
|
return /* @__PURE__ */ jsxRuntime.jsx(CollapsibleContainer, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(NavContext.Provider, { value, children }) });
|
|
37715
38283
|
};
|
|
37716
|
-
const CollapsipleHeaderContainer =
|
|
38284
|
+
const CollapsipleHeaderContainer = styledComponents.styled.div.withConfig({
|
|
37717
38285
|
componentId: "sc-guwmyz-1"
|
|
37718
38286
|
})(["margin-left:", ";user-select:none;"], ({
|
|
37719
38287
|
theme: theme2,
|
|
@@ -37746,7 +38314,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37746
38314
|
});
|
|
37747
38315
|
CollapsipleHeader.displayName = "CollapsibleHeader";
|
|
37748
38316
|
Collapsible.Header = CollapsipleHeader;
|
|
37749
|
-
const CollapsipleTriggerButton =
|
|
38317
|
+
const CollapsipleTriggerButton = styledComponents.styled(EmptyButton$1).withConfig({
|
|
37750
38318
|
componentId: "sc-guwmyz-2"
|
|
37751
38319
|
})(["display:flex;align-items:center;font:inherit;color:inherit;cursor:inherit;"]);
|
|
37752
38320
|
const CollapsipleTrigger = ({
|
|
@@ -37777,7 +38345,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37777
38345
|
};
|
|
37778
38346
|
CollapsipleTrigger.displayName = "CollapsibleTrigger";
|
|
37779
38347
|
Collapsible.Trigger = CollapsipleTrigger;
|
|
37780
|
-
const CollapsibleContentWrapper =
|
|
38348
|
+
const CollapsibleContentWrapper = styledComponents.styled.div.withConfig({
|
|
37781
38349
|
componentId: "sc-guwmyz-3"
|
|
37782
38350
|
})(["", ""], ({
|
|
37783
38351
|
theme: theme2,
|
|
@@ -37828,7 +38396,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37828
38396
|
}) => {
|
|
37829
38397
|
return /* @__PURE__ */ jsxRuntime.jsx(SidebarTitleWrapper, { "data-selected": selected, $type: type, ...props, children: /* @__PURE__ */ jsxRuntime.jsx(IconWrapper, { icon, iconDir, children: label }) });
|
|
37830
38398
|
};
|
|
37831
|
-
const SidebarTitleWrapper =
|
|
38399
|
+
const SidebarTitleWrapper = styledComponents.styled.button.withConfig({
|
|
37832
38400
|
componentId: "sc-1rg1a4o-0"
|
|
37833
38401
|
})(["display:inline-flex;align-items:center;background:transparent;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;cursor:pointer;", " a{color:inherit;text-decoration:none;&:active{color:inherit;}}"], ({
|
|
37834
38402
|
theme: theme2,
|
|
@@ -37873,7 +38441,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37873
38441
|
/* @__PURE__ */ jsxRuntime.jsx(Collapsible.Content, { children })
|
|
37874
38442
|
] });
|
|
37875
38443
|
};
|
|
37876
|
-
const CUISpacer =
|
|
38444
|
+
const CUISpacer = styledComponents.styled.div.withConfig({
|
|
37877
38445
|
componentId: "sc-6ga865-0"
|
|
37878
38446
|
})(["background:transparent;display:flex;padding:", ";"], ({
|
|
37879
38447
|
theme: theme2,
|
|
@@ -37922,7 +38490,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37922
38490
|
/* @__PURE__ */ jsxRuntime.jsx(DropdownContent, { as: Dropdown.Content, side, $width: width, sideOffset: 4, align: "end", children: menu.map((item, index2) => /* @__PURE__ */ jsxRuntime.jsx(MenuContentItem, { parentKey: `split-menu-option-${index2}`, ...item }, `split-menu-option-${index2}`)) })
|
|
37923
38491
|
] });
|
|
37924
38492
|
};
|
|
37925
|
-
const DropdownContent =
|
|
38493
|
+
const DropdownContent = styledComponents.styled.div.withConfig({
|
|
37926
38494
|
componentId: "sc-85zs9e-0"
|
|
37927
38495
|
})(["min-width:", "px;"], ({
|
|
37928
38496
|
$width
|
|
@@ -37949,7 +38517,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37949
38517
|
] });
|
|
37950
38518
|
}
|
|
37951
38519
|
};
|
|
37952
|
-
const SplitButtonTrigger =
|
|
38520
|
+
const SplitButtonTrigger = styledComponents.styled.div.withConfig({
|
|
37953
38521
|
componentId: "sc-85zs9e-1"
|
|
37954
38522
|
})(["display:inline-flex;align-items:center;overflow:hidden;user-select:none;", ""], ({
|
|
37955
38523
|
theme: theme2,
|
|
@@ -37972,7 +38540,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
37972
38540
|
}
|
|
37973
38541
|
`}
|
|
37974
38542
|
`);
|
|
37975
|
-
const PrimaryButton =
|
|
38543
|
+
const PrimaryButton = styledComponents.styled(BaseButton).withConfig({
|
|
37976
38544
|
componentId: "sc-85zs9e-2"
|
|
37977
38545
|
})(["border:none;align-self:stretch;border-radius:0;align-items:center;padding:", ";", ""], ({
|
|
37978
38546
|
theme: theme2
|
|
@@ -38002,7 +38570,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38002
38570
|
font: ${theme2.click.button.split.typography.label.disabled};
|
|
38003
38571
|
}
|
|
38004
38572
|
`);
|
|
38005
|
-
const SecondaryButton =
|
|
38573
|
+
const SecondaryButton = styledComponents.styled(BaseButton).withConfig({
|
|
38006
38574
|
componentId: "sc-85zs9e-3"
|
|
38007
38575
|
})(["border:none;align-self:stretch;border-radius:0;", ""], ({
|
|
38008
38576
|
theme: theme2,
|
|
@@ -38024,7 +38592,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38024
38592
|
color: ${theme2.click.button.split[$type].text.disabled};
|
|
38025
38593
|
}
|
|
38026
38594
|
`);
|
|
38027
|
-
const ButtonData =
|
|
38595
|
+
const ButtonData = styledComponents.styled.div.withConfig({
|
|
38028
38596
|
componentId: "sc-85zs9e-4"
|
|
38029
38597
|
})(["width:auto;"]);
|
|
38030
38598
|
const $6be4966fd9bbc698$var$SWITCH_NAME = "Switch";
|
|
@@ -38137,7 +38705,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38137
38705
|
}
|
|
38138
38706
|
const $6be4966fd9bbc698$export$be92b6f5f03c0fe9 = $6be4966fd9bbc698$export$b5d5cf8927ab7262;
|
|
38139
38707
|
const $6be4966fd9bbc698$export$6521433ed15a34db = $6be4966fd9bbc698$export$4d07bf653ea69106;
|
|
38140
|
-
const Wrapper =
|
|
38708
|
+
const Wrapper = styledComponents.styled(FormRoot).withConfig({
|
|
38141
38709
|
componentId: "sc-egkkgl-0"
|
|
38142
38710
|
})(["align-items:center;max-width:fit-content;"]);
|
|
38143
38711
|
const Switch = React.forwardRef(({
|
|
@@ -38196,7 +38764,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38196
38764
|
};
|
|
38197
38765
|
}
|
|
38198
38766
|
};
|
|
38199
|
-
const SwitchRoot =
|
|
38767
|
+
const SwitchRoot = styledComponents.styled($6be4966fd9bbc698$export$be92b6f5f03c0fe9).withConfig({
|
|
38200
38768
|
componentId: "sc-egkkgl-1"
|
|
38201
38769
|
})((props) => {
|
|
38202
38770
|
const vars = getRootVars(props.theme, props.disabled, props.checked);
|
|
@@ -38210,7 +38778,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38210
38778
|
padding: 0
|
|
38211
38779
|
};
|
|
38212
38780
|
});
|
|
38213
|
-
const SwitchThumb =
|
|
38781
|
+
const SwitchThumb = styledComponents.styled($6be4966fd9bbc698$export$6521433ed15a34db).withConfig({
|
|
38214
38782
|
componentId: "sc-egkkgl-2"
|
|
38215
38783
|
})((props) => {
|
|
38216
38784
|
const vars = getThumbVars(props.theme, props.$disabled, props.$checked);
|
|
@@ -38362,13 +38930,13 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38362
38930
|
const $69cb30bb0017df05$export$54c2e3dc7acea9f5 = $69cb30bb0017df05$export$9712d22edc0d78c1;
|
|
38363
38931
|
const $69cb30bb0017df05$export$41fb9f06171c75f4 = $69cb30bb0017df05$export$8114b9fdfdf9f3ba;
|
|
38364
38932
|
const $69cb30bb0017df05$export$7c6e2c02157bb7d2 = $69cb30bb0017df05$export$bd905d70e8fd2ebb;
|
|
38365
|
-
const Trigger =
|
|
38933
|
+
const Trigger = styledComponents.styled($69cb30bb0017df05$export$41fb9f06171c75f4).withConfig({
|
|
38366
38934
|
componentId: "sc-tj736u-0"
|
|
38367
38935
|
})(["padding:", ";border-top-left-radius:", ";border-top-right-radius:", ";border:none;border-bottom:2px solid ", ";background-color:", ";color:", ";font:", ';cursor:pointer;&[data-state="active"]{border-bottom:2px solid ', ";color:", ";font:", ";&:hover{font:", ";}}&:hover{border-bottom:2px solid ", ";background-color:", ";color:", ";font:", ';}&:hover[data-state="active"]{border-bottom:2px solid ', ";}"], (props) => `${props.theme.click.tabs.space.y} ${props.theme.click.tabs.space.x}`, (props) => props.theme.click.tabs.radii.all, (props) => props.theme.click.tabs.radii.all, (props) => props.theme.click.tabs.basic.color.stroke.default, (props) => props.theme.click.tabs.basic.color.background.default, (props) => props.theme.click.tabs.basic.color.text.default, (props) => props.theme.click.tabs.typography.label.default, (props) => props.theme.click.tabs.basic.color.stroke.active, (props) => props.theme.click.tabs.basic.color.text.active, (props) => props.theme.click.tabs.typography.label.active, (props) => props.theme.click.tabs.typography.label.active, (props) => props.theme.click.tabs.basic.color.stroke.hover, (props) => props.theme.click.tabs.basic.color.background.hover, (props) => props.theme.click.tabs.basic.color.text.hover, (props) => props.theme.click.tabs.typography.label.hover, (props) => props.theme.click.tabs.basic.color.stroke.active);
|
|
38368
|
-
const Content =
|
|
38936
|
+
const Content = styledComponents.styled($69cb30bb0017df05$export$7c6e2c02157bb7d2).withConfig({
|
|
38369
38937
|
componentId: "sc-tj736u-1"
|
|
38370
38938
|
})([""]);
|
|
38371
|
-
const TriggersList =
|
|
38939
|
+
const TriggersList = styledComponents.styled($69cb30bb0017df05$export$54c2e3dc7acea9f5).withConfig({
|
|
38372
38940
|
componentId: "sc-tj736u-2"
|
|
38373
38941
|
})(["border-bottom:1px solid ", ";display:flex;"], (props) => props.theme.click.global.color.stroke.default);
|
|
38374
38942
|
const Tabs = ({
|
|
@@ -38383,10 +38951,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38383
38951
|
Tabs.TriggersList = TriggersList;
|
|
38384
38952
|
Tabs.Trigger = Trigger;
|
|
38385
38953
|
Tabs.Content = Content;
|
|
38386
|
-
const FullWidthTabs =
|
|
38954
|
+
const FullWidthTabs = styledComponents.styled(Tabs).withConfig({
|
|
38387
38955
|
componentId: "sc-tj736u-3"
|
|
38388
38956
|
})(["width:100%;"]);
|
|
38389
|
-
FullWidthTabs.Trigger =
|
|
38957
|
+
FullWidthTabs.Trigger = styledComponents.styled(Trigger).withConfig({
|
|
38390
38958
|
componentId: "sc-tj736u-4"
|
|
38391
38959
|
})(["", ";"], (props) => props.width ? `width: ${props.width};` : `
|
|
38392
38960
|
flex-basis: auto;
|
|
@@ -38394,12 +38962,12 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38394
38962
|
flex-shrink: 1;
|
|
38395
38963
|
`);
|
|
38396
38964
|
FullWidthTabs.TriggersList = TriggersList;
|
|
38397
|
-
const TabsContainer =
|
|
38965
|
+
const TabsContainer = styledComponents.styled.div.withConfig({
|
|
38398
38966
|
componentId: "sc-137ymle-0"
|
|
38399
38967
|
})(["display:flex;position:relative;overflow:auto;overscroll-behavior:none;scrollbar-width:0;max-width:", ";&::-webkit-scrollbar{height:0;}"], ({
|
|
38400
38968
|
$count
|
|
38401
38969
|
}) => `${$count * 200}px`);
|
|
38402
|
-
const TabsSortableContainer =
|
|
38970
|
+
const TabsSortableContainer = styledComponents.styled.div.withConfig({
|
|
38403
38971
|
componentId: "sc-137ymle-1"
|
|
38404
38972
|
})(["display:flex;& > div{height:100%;outline:none;min-width:100px;width:clamp(100px,100%,200px);&.sortable-ghost{opacity:0;}}"]);
|
|
38405
38973
|
const TabContext = React.createContext({
|
|
@@ -38470,7 +39038,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38470
39038
|
}
|
|
38471
39039
|
}, revertOnSpill: true, ...props, children: React.Children.map(children, (child, index2) => /* @__PURE__ */ jsxRuntime.jsx("div", { tabIndex: index2 + 1, role: "tab", onClick: onSelect(index2), children: child }, `tab-element-${index2}`)) }) }) });
|
|
38472
39040
|
};
|
|
38473
|
-
const TabElement =
|
|
39041
|
+
const TabElement = styledComponents.styled.div.withConfig({
|
|
38474
39042
|
componentId: "sc-137ymle-2"
|
|
38475
39043
|
})(["display:grid;justify-content:flex-start;align-items:center;outline:none;max-width:100%;max-width:-webkit-fill-available;max-width:fill-available;max-width:stretch;border:none;cursor:pointer;height:100%;max-height:100%;box-sizing:border-box;", ' [data-type="close"]{display:none;}[data-indicator]{display:block;}&:hover{[data-type="close"]{display:block;}[data-indicator]{display:none;}}'], ({
|
|
38476
39044
|
theme: theme2,
|
|
@@ -38508,7 +39076,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38508
39076
|
`}
|
|
38509
39077
|
${$preview === true ? "font-style: italic;" : ""}
|
|
38510
39078
|
`);
|
|
38511
|
-
const Indicator =
|
|
39079
|
+
const Indicator = styledComponents.styled.div.withConfig({
|
|
38512
39080
|
componentId: "sc-137ymle-3"
|
|
38513
39081
|
})(['position:relative;&::after{position:absolute;left:0.25rem;top:0.25rem;content:"";width:0.5rem;height:0.5rem;', "}"], ({
|
|
38514
39082
|
theme: theme2,
|
|
@@ -38517,15 +39085,15 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38517
39085
|
background: ${$status === "default" ? "transparent" : theme2.click.alert.color.text[$status]};
|
|
38518
39086
|
border-radius: 50%;
|
|
38519
39087
|
`);
|
|
38520
|
-
const TabContent =
|
|
39088
|
+
const TabContent = styledComponents.styled.div.withConfig({
|
|
38521
39089
|
componentId: "sc-137ymle-4"
|
|
38522
39090
|
})(["display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;overflow:hidden;gap:", ";"], ({
|
|
38523
39091
|
theme: theme2
|
|
38524
39092
|
}) => theme2.click.tabs.fileTabs.space.gap);
|
|
38525
|
-
const TabContentText =
|
|
39093
|
+
const TabContentText = styledComponents.styled.span.withConfig({
|
|
38526
39094
|
componentId: "sc-137ymle-5"
|
|
38527
39095
|
})(["display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;"]);
|
|
38528
|
-
const EmptyButton =
|
|
39096
|
+
const EmptyButton = styledComponents.styled.button.withConfig({
|
|
38529
39097
|
componentId: "sc-137ymle-6"
|
|
38530
39098
|
})(["padding:0;", ";&:hover{background:", ";}"], ({
|
|
38531
39099
|
theme: theme2
|
|
@@ -38584,7 +39152,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38584
39152
|
children && /* @__PURE__ */ jsxRuntime.jsx(TabContentText, { children })
|
|
38585
39153
|
] });
|
|
38586
39154
|
};
|
|
38587
|
-
const StyledHeader =
|
|
39155
|
+
const StyledHeader = styledComponents.styled.th.withConfig({
|
|
38588
39156
|
componentId: "sc-1q458rb-0"
|
|
38589
39157
|
})(["", " text-align:left;"], ({
|
|
38590
39158
|
theme: theme2,
|
|
@@ -38594,10 +39162,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38594
39162
|
font: ${theme2.click.table.header.title.default};
|
|
38595
39163
|
color: ${theme2.click.table.header.color.title.default};
|
|
38596
39164
|
`);
|
|
38597
|
-
const HeaderContentWrapper =
|
|
39165
|
+
const HeaderContentWrapper = styledComponents.styled.div.withConfig({
|
|
38598
39166
|
componentId: "sc-1q458rb-1"
|
|
38599
39167
|
})(["display:flex;align-items:center;justify-content:start;gap:inherit;"]);
|
|
38600
|
-
const SortIcon =
|
|
39168
|
+
const SortIcon = styledComponents.styled(SvgImage).withConfig({
|
|
38601
39169
|
componentId: "sc-1q458rb-2"
|
|
38602
39170
|
})(["transition:all 200ms;transform:rotate(", ");"], ({
|
|
38603
39171
|
$sortDir
|
|
@@ -38657,7 +39225,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38657
39225
|
] }) })
|
|
38658
39226
|
] });
|
|
38659
39227
|
};
|
|
38660
|
-
const TableRow =
|
|
39228
|
+
const TableRow = styledComponents.styled.tr.withConfig({
|
|
38661
39229
|
componentId: "sc-1q458rb-3"
|
|
38662
39230
|
})(["overflow:hidden;", " &:last-of-type,&:last-child{border-bottom:none;}@media (max-width:768px){position:relative;display:flex;flex-wrap:wrap;", "}"], ({
|
|
38663
39231
|
theme: theme2,
|
|
@@ -38690,7 +39258,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38690
39258
|
${$isSelectable ? `padding-left: calc(${theme2.click.table.body.cell.space.sm.x} + ${theme2.click.table.body.cell.space.sm.x} + ${theme2.click.checkbox.size.all});` : ""}
|
|
38691
39259
|
${$showActions ? `padding-right: calc(${theme2.click.table.body.cell.space.sm.x} + ${theme2.click.table.body.cell.space.sm.x} + ${theme2.click.image.sm.size.width} + ${theme2.click.button.iconButton.default.space.x} + ${theme2.click.button.iconButton.default.space.x});` : ""}
|
|
38692
39260
|
`);
|
|
38693
|
-
const TableData =
|
|
39261
|
+
const TableData = styledComponents.styled.td.withConfig({
|
|
38694
39262
|
componentId: "sc-1q458rb-4"
|
|
38695
39263
|
})(["overflow:hidden;", " @media (max-width:768px){width:auto;min-width:40%;", "}"], ({
|
|
38696
39264
|
theme: theme2,
|
|
@@ -38704,10 +39272,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38704
39272
|
}) => `
|
|
38705
39273
|
padding: ${theme2.click.table.body.cell.space.sm.y} ${theme2.click.table.body.cell.space.sm.x};
|
|
38706
39274
|
`);
|
|
38707
|
-
const StyledColGroup =
|
|
39275
|
+
const StyledColGroup = styledComponents.styled.colgroup.withConfig({
|
|
38708
39276
|
componentId: "sc-1q458rb-5"
|
|
38709
39277
|
})(["@media (max-width:768px){display:none;}"]);
|
|
38710
|
-
const StyledThead =
|
|
39278
|
+
const StyledThead = styledComponents.styled.thead.withConfig({
|
|
38711
39279
|
componentId: "sc-1q458rb-6"
|
|
38712
39280
|
})(["tr{overflow:hidden;background-color:", ";", "}@media (max-width:768px){display:none;}"], ({
|
|
38713
39281
|
theme: theme2
|
|
@@ -38715,7 +39283,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38715
39283
|
theme: theme2
|
|
38716
39284
|
}) => ` border-bottom: ${theme2.click.table.cell.stroke} solid ${theme2.click.table.row.color.stroke.default};
|
|
38717
39285
|
`);
|
|
38718
|
-
const MobileHeader =
|
|
39286
|
+
const MobileHeader = styledComponents.styled.div.withConfig({
|
|
38719
39287
|
componentId: "sc-1q458rb-7"
|
|
38720
39288
|
})(["display:none;", " @media (max-width:768px){display:block;}"], ({
|
|
38721
39289
|
theme: theme2
|
|
@@ -38723,10 +39291,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38723
39291
|
color: ${theme2.click.table.row.color.label.default};
|
|
38724
39292
|
font: ${theme2.click.table.cell.label.default};
|
|
38725
39293
|
`);
|
|
38726
|
-
const Tbody =
|
|
39294
|
+
const Tbody = styledComponents.styled.tbody.withConfig({
|
|
38727
39295
|
componentId: "sc-1q458rb-8"
|
|
38728
39296
|
})(["@media (max-width:768px){display:flex;flex-direction:column;gap:0.25rem;}"]);
|
|
38729
|
-
const SelectData =
|
|
39297
|
+
const SelectData = styledComponents.styled.td.withConfig({
|
|
38730
39298
|
componentId: "sc-1q458rb-9"
|
|
38731
39299
|
})(["overflow:hidden;", " @media (max-width:768px){width:auto;align-self:stretch;position:absolute;left:0;top:0;bottom:0;", "}"], ({
|
|
38732
39300
|
theme: theme2,
|
|
@@ -38741,7 +39309,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38741
39309
|
padding: ${theme2.click.table.body.cell.space.sm.y} ${theme2.click.table.body.cell.space.sm.x};
|
|
38742
39310
|
border-right: ${theme2.click.table.cell.stroke} solid ${theme2.click.table.row.color.stroke.default};
|
|
38743
39311
|
`);
|
|
38744
|
-
const ActionsList =
|
|
39312
|
+
const ActionsList = styledComponents.styled.td.withConfig({
|
|
38745
39313
|
componentId: "sc-1q458rb-10"
|
|
38746
39314
|
})(["overflow:hidden;", " @media (max-width:768px){width:auto;align-self:stretch;position:absolute;right:0;top:0;bottom:0;", "}"], ({
|
|
38747
39315
|
theme: theme2,
|
|
@@ -38756,10 +39324,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38756
39324
|
padding: ${theme2.click.table.body.cell.space.sm.y} ${theme2.click.table.body.cell.space.sm.x};
|
|
38757
39325
|
border-left: 1px solid ${theme2.click.table.row.color.stroke.default};
|
|
38758
39326
|
`);
|
|
38759
|
-
const ActionsContainer =
|
|
39327
|
+
const ActionsContainer = styledComponents.styled.div.withConfig({
|
|
38760
39328
|
componentId: "sc-1q458rb-11"
|
|
38761
39329
|
})(["display:flex;flex-wrap:wrap;gap:0.5rem;overflow:hidden;@media (max-width:768px){flex-direction:column;overflow:auto;flex-wrap:nowrap;}"]);
|
|
38762
|
-
const TableWrapper =
|
|
39330
|
+
const TableWrapper = styledComponents.styled.div.withConfig({
|
|
38763
39331
|
componentId: "sc-1q458rb-12"
|
|
38764
39332
|
})(["width:100%;height:100%;overflow:auto;", ""], ({
|
|
38765
39333
|
theme: theme2
|
|
@@ -38767,18 +39335,18 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38767
39335
|
border: ${theme2.click.table.cell.stroke} solid ${theme2.click.table.global.color.stroke.default};
|
|
38768
39336
|
border-radius: ${theme2.click.table.radii.all}
|
|
38769
39337
|
`);
|
|
38770
|
-
const TableOuterContainer =
|
|
39338
|
+
const TableOuterContainer = styledComponents.styled.div.withConfig({
|
|
38771
39339
|
componentId: "sc-1q458rb-13"
|
|
38772
39340
|
})(["display:flex;flex-direction:column;gap:1rem;width:100%;"]);
|
|
38773
|
-
const MobileActions =
|
|
39341
|
+
const MobileActions = styledComponents.styled.div.withConfig({
|
|
38774
39342
|
componentId: "sc-1q458rb-14"
|
|
38775
39343
|
})(["display:none;@media (max-width:768px){display:flex;justify-content:space-between;align-items:center;padding:0 ", ";}"], ({
|
|
38776
39344
|
theme: theme2
|
|
38777
39345
|
}) => theme2.click.table.body.cell.space.sm.x);
|
|
38778
|
-
const EditButton =
|
|
39346
|
+
const EditButton = styledComponents.styled.button.withConfig({
|
|
38779
39347
|
componentId: "sc-1q458rb-15"
|
|
38780
39348
|
})(["&:disabled{background:transparent;}"]);
|
|
38781
|
-
const TableRowCloseButton =
|
|
39349
|
+
const TableRowCloseButton = styledComponents.styled.button.withConfig({
|
|
38782
39350
|
componentId: "sc-1q458rb-16"
|
|
38783
39351
|
})(["svg{transition:transform 200ms;", "}&:disabled{background:transparent;}"], ({
|
|
38784
39352
|
$isDeleted
|
|
@@ -38818,10 +39386,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38818
39386
|
] }) })
|
|
38819
39387
|
] });
|
|
38820
39388
|
};
|
|
38821
|
-
const SpanedTableData =
|
|
39389
|
+
const SpanedTableData = styledComponents.styled(TableData).withConfig({
|
|
38822
39390
|
componentId: "sc-1q458rb-17"
|
|
38823
39391
|
})(["text-align:center;"]);
|
|
38824
|
-
const CustomTableDataMessage =
|
|
39392
|
+
const CustomTableDataMessage = styledComponents.styled.div.withConfig({
|
|
38825
39393
|
componentId: "sc-1q458rb-18"
|
|
38826
39394
|
})(["display:flex;gap:0.5rem;justify-content:center;"]);
|
|
38827
39395
|
const LoadingData = () => {
|
|
@@ -38908,7 +39476,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
38908
39476
|
] }) })
|
|
38909
39477
|
] });
|
|
38910
39478
|
});
|
|
38911
|
-
const StyledTable =
|
|
39479
|
+
const StyledTable = styledComponents.styled.table.withConfig({
|
|
38912
39480
|
componentId: "sc-1q458rb-19"
|
|
38913
39481
|
})(["width:100%;border-collapse:collapse;overflow:hidden;table-layout:fixed;@media (max-width:768px){border:none;table-layout:auto;}"]);
|
|
38914
39482
|
const TextAreaField = React.forwardRef(({
|
|
@@ -39514,7 +40082,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
39514
40082
|
};
|
|
39515
40083
|
TooltipTrigger.displayName = "TooltipTrigger";
|
|
39516
40084
|
Tooltip.Trigger = TooltipTrigger;
|
|
39517
|
-
const RadixTooltipContent =
|
|
40085
|
+
const RadixTooltipContent = styledComponents.styled($a093c7e1ec25a057$export$7c6e2c02157bb7d2).withConfig({
|
|
39518
40086
|
componentId: "sc-ymqkp1-0"
|
|
39519
40087
|
})(["display:flex;align-items:flex-start;", ""], ({
|
|
39520
40088
|
theme: theme2,
|
|
@@ -39528,7 +40096,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
39528
40096
|
white-space: pre-wrap;
|
|
39529
40097
|
${$maxWidth && `max-width: ${$maxWidth}`};
|
|
39530
40098
|
`);
|
|
39531
|
-
const Arrow =
|
|
40099
|
+
const Arrow = styledComponents.styled.svg.withConfig({
|
|
39532
40100
|
componentId: "sc-ymqkp1-1"
|
|
39533
40101
|
})(["", ";"], ({
|
|
39534
40102
|
theme: theme2
|
|
@@ -40239,7 +40807,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40239
40807
|
const ToastContext = React.createContext({
|
|
40240
40808
|
createToast: () => null
|
|
40241
40809
|
});
|
|
40242
|
-
const ToastIcon =
|
|
40810
|
+
const ToastIcon = styledComponents.styled(SvgImage).withConfig({
|
|
40243
40811
|
componentId: "sc-tmc8vl-0"
|
|
40244
40812
|
})(["", ""], ({
|
|
40245
40813
|
theme: theme2,
|
|
@@ -40249,7 +40817,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40249
40817
|
height: ${theme2.click.toast.icon.size.height};
|
|
40250
40818
|
color: ${theme2.click.toast.color.icon[$type]}
|
|
40251
40819
|
`);
|
|
40252
|
-
const hide =
|
|
40820
|
+
const hide = styledComponents.keyframes`
|
|
40253
40821
|
from {
|
|
40254
40822
|
opacity: 1;
|
|
40255
40823
|
}
|
|
@@ -40257,7 +40825,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40257
40825
|
opacity: 0;
|
|
40258
40826
|
}
|
|
40259
40827
|
`;
|
|
40260
|
-
const slideIn =
|
|
40828
|
+
const slideIn = styledComponents.keyframes`
|
|
40261
40829
|
from {
|
|
40262
40830
|
transform: translateX(calc(100% + var(--viewport-padding)));
|
|
40263
40831
|
}
|
|
@@ -40265,7 +40833,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40265
40833
|
transform: translateX(0);
|
|
40266
40834
|
}
|
|
40267
40835
|
`;
|
|
40268
|
-
const swipeOut =
|
|
40836
|
+
const swipeOut = styledComponents.keyframes`
|
|
40269
40837
|
from {
|
|
40270
40838
|
transform: translateX(var(--radix-toast-swipe-end-x));
|
|
40271
40839
|
}
|
|
@@ -40273,7 +40841,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40273
40841
|
transform: translateX(calc(100% + var(--viewport-padding)));
|
|
40274
40842
|
}
|
|
40275
40843
|
`;
|
|
40276
|
-
const ToastRoot =
|
|
40844
|
+
const ToastRoot = styledComponents.styled($054eb8030ebde76e$export$be92b6f5f03c0fe9).withConfig({
|
|
40277
40845
|
componentId: "sc-tmc8vl-1"
|
|
40278
40846
|
})(["display:flex;flex-direction:column;align-items:flex-start;width:100%;", " &[data-state='open']{animation:", ' 150ms cubic-bezier(0.16,1,0.3,1);}&[data-state="closed"]{animation:', ' 100ms ease-in;}&[data-swipe="move"]{transform:translateX(var(--radix-toast-swipe-move-x));}&[data-swipe="cancel"]{transform:translateX(0);transition:transform 200ms ease-out;}&[data-swipe="end"]{animation:', " 100ms ease-out;}"], ({
|
|
40279
40847
|
theme: theme2
|
|
@@ -40285,7 +40853,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40285
40853
|
background: ${theme2.click.global.color.background.default};
|
|
40286
40854
|
box-shadow: ${theme2.click.toast.shadow};
|
|
40287
40855
|
`, slideIn, hide, swipeOut);
|
|
40288
|
-
const ToastHeader =
|
|
40856
|
+
const ToastHeader = styledComponents.styled($054eb8030ebde76e$export$f99233281efd08a0).withConfig({
|
|
40289
40857
|
componentId: "sc-tmc8vl-2"
|
|
40290
40858
|
})(["display:flex;justify-content:space-between;align-items:center;width:100%;gap:inherit;", ""], ({
|
|
40291
40859
|
theme: theme2
|
|
@@ -40293,7 +40861,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40293
40861
|
font: ${theme2.click.toast.typography.title.default};
|
|
40294
40862
|
color: ${theme2.click.toast.color.title.default};
|
|
40295
40863
|
`);
|
|
40296
|
-
const ToastDescriptionContainer =
|
|
40864
|
+
const ToastDescriptionContainer = styledComponents.styled.div.withConfig({
|
|
40297
40865
|
componentId: "sc-tmc8vl-3"
|
|
40298
40866
|
})(["display:flex;justify-content:space-between;width:100%;align-items:flex-end;gap:inherit;", ""], ({
|
|
40299
40867
|
theme: theme2
|
|
@@ -40301,7 +40869,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40301
40869
|
font: ${theme2.click.toast.typography.title.default};
|
|
40302
40870
|
color: ${theme2.click.toast.color.title.default};
|
|
40303
40871
|
`);
|
|
40304
|
-
const ToastDescriptionContent =
|
|
40872
|
+
const ToastDescriptionContent = styledComponents.styled.div.withConfig({
|
|
40305
40873
|
componentId: "sc-tmc8vl-4"
|
|
40306
40874
|
})(["display:flex;align-self:stretch;gap:inherit;", ""], ({
|
|
40307
40875
|
theme: theme2
|
|
@@ -40309,7 +40877,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40309
40877
|
font: ${theme2.click.toast.typography.description.default};
|
|
40310
40878
|
color: ${theme2.click.toast.color.description.default};
|
|
40311
40879
|
`);
|
|
40312
|
-
const Title =
|
|
40880
|
+
const Title = styledComponents.styled.div.withConfig({
|
|
40313
40881
|
componentId: "sc-tmc8vl-5"
|
|
40314
40882
|
})(["flex:1;"]);
|
|
40315
40883
|
const Toast = ({
|
|
@@ -40343,7 +40911,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
40343
40911
|
] })
|
|
40344
40912
|
] });
|
|
40345
40913
|
};
|
|
40346
|
-
const Viewport =
|
|
40914
|
+
const Viewport = styledComponents.styled($054eb8030ebde76e$export$d5c6c08dc2d3ca7).withConfig({
|
|
40347
40915
|
componentId: "sc-tmc8vl-6"
|
|
40348
40916
|
})(["--viewport-padding:25px;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:var(--viewport-padding);gap:", ";width:", ";max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none;"], ({
|
|
40349
40917
|
theme: theme2
|
|
@@ -49159,7 +49727,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49159
49727
|
classic: merge$1({}, theme, classicTheme)
|
|
49160
49728
|
};
|
|
49161
49729
|
const useCUITheme = () => {
|
|
49162
|
-
const theme2 =
|
|
49730
|
+
const theme2 = styledComponents.useTheme();
|
|
49163
49731
|
return {
|
|
49164
49732
|
breakpoint: theme2.breakpoint,
|
|
49165
49733
|
global: theme2.global,
|
|
@@ -49167,11 +49735,11 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49167
49735
|
sizes: theme2.sizes
|
|
49168
49736
|
};
|
|
49169
49737
|
};
|
|
49170
|
-
const GlobalStyle =
|
|
49738
|
+
const GlobalStyle = styledComponents.createGlobalStyle(["body{color:", ";background-color:", "}"], (props) => props.theme.click.global.color.text.default, (props) => props.theme.click.global.color.background.default);
|
|
49171
49739
|
const ThemeProvider = ({
|
|
49172
49740
|
theme: name2,
|
|
49173
49741
|
children
|
|
49174
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
49742
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(styledComponents.ThemeProvider, { theme: themes[name2], children: [
|
|
49175
49743
|
/* @__PURE__ */ jsxRuntime.jsx(GlobalStyle, {}),
|
|
49176
49744
|
children
|
|
49177
49745
|
] });
|
|
@@ -49196,7 +49764,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49196
49764
|
const StepperContext = React.createContext({
|
|
49197
49765
|
type: "numbered"
|
|
49198
49766
|
});
|
|
49199
|
-
const StepRoot =
|
|
49767
|
+
const StepRoot = styledComponents.styled.div.withConfig({
|
|
49200
49768
|
componentId: "sc-xro1ly-0"
|
|
49201
49769
|
})(["display:flex;flex-direction:column;align-items:flex-start;counter-reset:vertical-stepper;width:100%;"]);
|
|
49202
49770
|
const VerticalStepper = ({
|
|
@@ -49209,7 +49777,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49209
49777
|
};
|
|
49210
49778
|
return /* @__PURE__ */ jsxRuntime.jsx(StepRoot, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(StepperContext.Provider, { value, children }) });
|
|
49211
49779
|
};
|
|
49212
|
-
const StepItem =
|
|
49780
|
+
const StepItem = styledComponents.styled.div.withConfig({
|
|
49213
49781
|
componentId: "sc-xro1ly-1"
|
|
49214
49782
|
})(["display:flex;flex-direction:column;position:relative;width:100%;padding:0;", ""], ({
|
|
49215
49783
|
theme: theme2,
|
|
@@ -49234,7 +49802,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49234
49802
|
}
|
|
49235
49803
|
}
|
|
49236
49804
|
`);
|
|
49237
|
-
const StepTrigger =
|
|
49805
|
+
const StepTrigger = styledComponents.styled.button.withConfig({
|
|
49238
49806
|
componentId: "sc-xro1ly-2"
|
|
49239
49807
|
})(["", ""], ({
|
|
49240
49808
|
$status
|
|
@@ -49249,7 +49817,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49249
49817
|
cursor: ${$status === "active" ? "default" : $status === "complete" ? "pointer" : "not-allowed"};
|
|
49250
49818
|
flex-direction: row;
|
|
49251
49819
|
`);
|
|
49252
|
-
const StepBubble =
|
|
49820
|
+
const StepBubble = styledComponents.styled.div.withConfig({
|
|
49253
49821
|
componentId: "sc-xro1ly-3"
|
|
49254
49822
|
})(["", ""], ({
|
|
49255
49823
|
theme: theme2,
|
|
@@ -49288,10 +49856,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49288
49856
|
}
|
|
49289
49857
|
` : ""};
|
|
49290
49858
|
`);
|
|
49291
|
-
const CheckIcon =
|
|
49859
|
+
const CheckIcon = styledComponents.styled(SvgImage).withConfig({
|
|
49292
49860
|
componentId: "sc-xro1ly-4"
|
|
49293
49861
|
})(["color:inherit;path{stroke-width:3;}"]);
|
|
49294
|
-
const StepLabel =
|
|
49862
|
+
const StepLabel = styledComponents.styled.div.withConfig({
|
|
49295
49863
|
componentId: "sc-xro1ly-5"
|
|
49296
49864
|
})(["display:flex;flex-direction:column;", ")"], ({
|
|
49297
49865
|
theme: theme2,
|
|
@@ -49302,7 +49870,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49302
49870
|
color: ${theme2.click.stepper.vertical[$type].color.title[$status]};
|
|
49303
49871
|
gap: inherit;
|
|
49304
49872
|
`);
|
|
49305
|
-
const StepContent =
|
|
49873
|
+
const StepContent = styledComponents.styled.div.withConfig({
|
|
49306
49874
|
componentId: "sc-xro1ly-6"
|
|
49307
49875
|
})(["display:flex;width:100%;flex-direction:column;", ""], ({
|
|
49308
49876
|
theme: theme2,
|
|
@@ -49401,7 +49969,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49401
49969
|
};
|
|
49402
49970
|
MultiAccordionItem.displayName = "MultiAccordion.Item";
|
|
49403
49971
|
MultiAccordion.Item = MultiAccordionItem;
|
|
49404
|
-
const AccordionRoot =
|
|
49972
|
+
const AccordionRoot = styledComponents.styled($1bf158f521e1b1b4$export$be92b6f5f03c0fe9).withConfig({
|
|
49405
49973
|
componentId: "sc-1lb3204-0"
|
|
49406
49974
|
})(["display:flex;flex-direction:column;justify-content:start;align-items:start;gap:", ";", ";"], ({
|
|
49407
49975
|
theme: theme2,
|
|
@@ -49409,7 +49977,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49409
49977
|
}) => theme2.click.container.gap[$gap], ({
|
|
49410
49978
|
$fillWidth
|
|
49411
49979
|
}) => $fillWidth && "width: 100%");
|
|
49412
|
-
const AccordionItem =
|
|
49980
|
+
const AccordionItem = styledComponents.styled($1bf158f521e1b1b4$export$6d08773d2e66f8f2).withConfig({
|
|
49413
49981
|
componentId: "sc-1lb3204-1"
|
|
49414
49982
|
})(["", ";", ";"], ({
|
|
49415
49983
|
theme: theme2,
|
|
@@ -49420,7 +49988,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49420
49988
|
`, ({
|
|
49421
49989
|
$fillWidth
|
|
49422
49990
|
}) => $fillWidth && "width: 100%");
|
|
49423
|
-
const AccordionTrigger =
|
|
49991
|
+
const AccordionTrigger = styledComponents.styled($1bf158f521e1b1b4$export$41fb9f06171c75f4).withConfig({
|
|
49424
49992
|
componentId: "sc-1lb3204-2"
|
|
49425
49993
|
})(["width:100%;border:none;padding:0;background-color:transparent;display:flex;align-items:center;", ';border-radius:inherit;&[data-state="open"]{border-bottom-left-radius:0px;border-bottom-right-radius:0px;[data-icon="accordion-status"]{color:', ";}}"], ({
|
|
49426
49994
|
theme: theme2,
|
|
@@ -49453,13 +50021,13 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49453
50021
|
}, ({
|
|
49454
50022
|
theme: theme2
|
|
49455
50023
|
}) => theme2.global.color.accent.default);
|
|
49456
|
-
const AccordionIconWrapper =
|
|
50024
|
+
const AccordionIconWrapper = styledComponents.styled.div.withConfig({
|
|
49457
50025
|
componentId: "sc-1lb3204-3"
|
|
49458
50026
|
})(["display:flex;align-items:center;justify-content:center;transition:transform 200ms cubic-bezier(0.87,0,0.13,1);", "[data-state='open'] &{transform:rotate(90deg);}"], AccordionTrigger);
|
|
49459
|
-
const AccordionIconsWrapper =
|
|
50027
|
+
const AccordionIconsWrapper = styledComponents.styled.div.withConfig({
|
|
49460
50028
|
componentId: "sc-1lb3204-4"
|
|
49461
50029
|
})(["display:flex;align-items:center;justify-content:center;"]);
|
|
49462
|
-
const CustomIcon =
|
|
50030
|
+
const CustomIcon = styledComponents.styled(SvgImage).withConfig({
|
|
49463
50031
|
componentId: "sc-1lb3204-5"
|
|
49464
50032
|
})(["", ""], ({
|
|
49465
50033
|
$isCompleted,
|
|
@@ -49473,7 +50041,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49473
50041
|
fill: ${theme2.global.color.accent.default} !important;;
|
|
49474
50042
|
}
|
|
49475
50043
|
`);
|
|
49476
|
-
const AccordionContent =
|
|
50044
|
+
const AccordionContent = styledComponents.styled($1bf158f521e1b1b4$export$7c6e2c02157bb7d2).withConfig({
|
|
49477
50045
|
componentId: "sc-1lb3204-6"
|
|
49478
50046
|
})(["padding:", ";padding-top:0;"], ({
|
|
49479
50047
|
theme: theme2,
|
|
@@ -49551,6 +50119,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49551
50119
|
exports2.VerticalStepper = VerticalStepper;
|
|
49552
50120
|
exports2.WarningAlert = WarningAlert;
|
|
49553
50121
|
exports2.createToast = createToast;
|
|
50122
|
+
exports2.linkStyles = linkStyles;
|
|
49554
50123
|
exports2.themes = themes;
|
|
49555
50124
|
exports2.useCUITheme = useCUITheme;
|
|
49556
50125
|
exports2.useToast = useToast;
|