@companycam/slab-web 1.31.3 → 1.31.4
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/index.js +111 -105
- package/index.mjs +174 -165
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1129,7 +1129,7 @@ function zf(e, n) {
|
|
|
1129
1129
|
var Vf = function(e) {
|
|
1130
1130
|
return Object.assign(e, { isCss: !0 });
|
|
1131
1131
|
};
|
|
1132
|
-
function
|
|
1132
|
+
function pe(e) {
|
|
1133
1133
|
for (var n = [], t = 1; t < arguments.length; t++) n[t - 1] = arguments[t];
|
|
1134
1134
|
if (_o(e) || yo(e)) return Vf(ii(zf($l, li([e], n, !0))));
|
|
1135
1135
|
var r = e;
|
|
@@ -1139,7 +1139,7 @@ function fu(e, n, t) {
|
|
|
1139
1139
|
if (t === void 0 && (t = vo), !n) throw Ro(1, n);
|
|
1140
1140
|
var r = function(i) {
|
|
1141
1141
|
for (var o = [], a = 1; a < arguments.length; a++) o[a - 1] = arguments[a];
|
|
1142
|
-
return e(n, t,
|
|
1142
|
+
return e(n, t, pe.apply(void 0, li([i], o, !1)));
|
|
1143
1143
|
};
|
|
1144
1144
|
return r.attrs = function(i) {
|
|
1145
1145
|
return fu(e, n, ir(ir({}, t), { attrs: Array.prototype.concat(t.attrs, i).filter(Boolean) }));
|
|
@@ -1168,7 +1168,7 @@ var oy = (function() {
|
|
|
1168
1168
|
})();
|
|
1169
1169
|
function sy(e) {
|
|
1170
1170
|
for (var n = [], t = 1; t < arguments.length; t++) n[t - 1] = arguments[t];
|
|
1171
|
-
var r =
|
|
1171
|
+
var r = pe.apply(void 0, li([e], n, !1)), i = "sc-global-".concat(qu(JSON.stringify(r))), o = new oy(r, i);
|
|
1172
1172
|
process.env.NODE_ENV !== "production" && Zp(i);
|
|
1173
1173
|
var a = function(u) {
|
|
1174
1174
|
var f = uu(), p = U.useContext(Qu), g = U.useRef(f.styleSheet.allocateGSInstance(i)).current;
|
|
@@ -1192,7 +1192,7 @@ function sy(e) {
|
|
|
1192
1192
|
function hi(e) {
|
|
1193
1193
|
for (var n = [], t = 1; t < arguments.length; t++) n[t - 1] = arguments[t];
|
|
1194
1194
|
process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");
|
|
1195
|
-
var r = Wa(
|
|
1195
|
+
var r = Wa(pe.apply(void 0, li([e], n, !1))), i = qu(r);
|
|
1196
1196
|
return new du(i, r);
|
|
1197
1197
|
}
|
|
1198
1198
|
process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
@@ -1569,10 +1569,10 @@ const ly = "#0967d2", cy = "#142334", uy = "#ffd000", dy = "#0ce8d6", fy = "#794
|
|
|
1569
1569
|
...Pk
|
|
1570
1570
|
}, Wt = `font-family: system-ui, -apple-system, BlinkMacSystemFont,
|
|
1571
1571
|
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;`, wr = `font-family: 'Averta', system-ui, -apple-system, BlinkMacSystemFont,
|
|
1572
|
-
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;`, Ai =
|
|
1572
|
+
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;`, Ai = pe`
|
|
1573
1573
|
outline-width: var(--cc_size_border_width_m);
|
|
1574
1574
|
outline-style: solid;
|
|
1575
|
-
`, Ar =
|
|
1575
|
+
`, Ar = pe`
|
|
1576
1576
|
opacity: 0.5;
|
|
1577
1577
|
cursor: not-allowed;
|
|
1578
1578
|
`, Vt = (e) => {
|
|
@@ -1580,26 +1580,26 @@ const ly = "#0967d2", cy = "#142334", uy = "#ffd000", dy = "#0ce8d6", fy = "#794
|
|
|
1580
1580
|
return e === "success" && !n ? {
|
|
1581
1581
|
accentColor: "var(--cc_color_utility_success)",
|
|
1582
1582
|
icon: "check-circle-outline",
|
|
1583
|
-
focusStyles:
|
|
1583
|
+
focusStyles: pe`
|
|
1584
1584
|
${Ai}
|
|
1585
1585
|
outline-color: var(--cc_color_utility_success);
|
|
1586
1586
|
`
|
|
1587
1587
|
} : n ? {
|
|
1588
1588
|
accentColor: "var(--cc_color_utility_destroy)",
|
|
1589
1589
|
icon: "alert-circle-outline",
|
|
1590
|
-
focusStyles:
|
|
1590
|
+
focusStyles: pe`
|
|
1591
1591
|
${Ai}
|
|
1592
1592
|
outline-color: var(--cc_color_utility_destroy);
|
|
1593
1593
|
`
|
|
1594
1594
|
} : {
|
|
1595
1595
|
accentColor: "var(--cc_color_utility_info)",
|
|
1596
1596
|
icon: "information-outline",
|
|
1597
|
-
focusStyles:
|
|
1597
|
+
focusStyles: pe`
|
|
1598
1598
|
${Ai}
|
|
1599
1599
|
outline-color: var(--cc_color_border_input_active);
|
|
1600
1600
|
`
|
|
1601
1601
|
};
|
|
1602
|
-
}, xr =
|
|
1602
|
+
}, xr = pe`
|
|
1603
1603
|
margin: -1px;
|
|
1604
1604
|
padding: 0;
|
|
1605
1605
|
width: 1px;
|
|
@@ -1722,12 +1722,12 @@ const ly = "#0967d2", cy = "#142334", uy = "#ffd000", dy = "#0ce8d6", fy = "#794
|
|
|
1722
1722
|
line-height: ${(e) => io[e.size].lineHeight};
|
|
1723
1723
|
|
|
1724
1724
|
/* if ccMargin is specified in props, convert spacing tokens to CSS variables */
|
|
1725
|
-
${(e) => e.$ccMargin ?
|
|
1725
|
+
${(e) => e.$ccMargin ? pe`
|
|
1726
1726
|
margin: ${qr(e.$ccMargin)};
|
|
1727
1727
|
` : null}
|
|
1728
1728
|
|
|
1729
1729
|
/* if user specifies weight in props OR there is a weight default for the font size, set it in CSS */
|
|
1730
|
-
${(e) => e.$weight || io[e.size].weight ?
|
|
1730
|
+
${(e) => e.$weight || io[e.size].weight ? pe`
|
|
1731
1731
|
font-weight: ${e.$weight || io[e.size].weight};
|
|
1732
1732
|
` : null}
|
|
1733
1733
|
`;
|
|
@@ -1788,7 +1788,7 @@ const pi = ({ disabled: e = !1, readOnly: n = !1 }) => `
|
|
|
1788
1788
|
outline-offset: var(--cc_size_spacing_xxs);
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
|
-
${e || n ?
|
|
1791
|
+
${e || n ? pe`
|
|
1792
1792
|
pointer-events: none;
|
|
1793
1793
|
` : ""}
|
|
1794
1794
|
${e ? Ar : ""}
|
|
@@ -1825,7 +1825,7 @@ const pi = ({ disabled: e = !1, readOnly: n = !1 }) => `
|
|
|
1825
1825
|
large: 500,
|
|
1826
1826
|
auto: "auto"
|
|
1827
1827
|
}, Tk = j.div`
|
|
1828
|
-
${(e) => e.$size && Yf[e.$size] !== "auto" ?
|
|
1828
|
+
${(e) => e.$size && Yf[e.$size] !== "auto" ? pe`
|
|
1829
1829
|
width: ${Yf[e.$size]}px;
|
|
1830
1830
|
` : null}
|
|
1831
1831
|
`, Rk = j.div`
|
|
@@ -1868,7 +1868,7 @@ const pi = ({ disabled: e = !1, readOnly: n = !1 }) => `
|
|
|
1868
1868
|
transform: scale(0.97);
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
|
-
${(e) => e.$isSelected ?
|
|
1871
|
+
${(e) => e.$isSelected ? pe`
|
|
1872
1872
|
animation-name: ${Ik};
|
|
1873
1873
|
animation-duration: ${Ct.duration.medium};
|
|
1874
1874
|
animation-timing-function: ${Ct.easeOut};
|
|
@@ -1880,7 +1880,7 @@ const pi = ({ disabled: e = !1, readOnly: n = !1 }) => `
|
|
|
1880
1880
|
height: 100%;
|
|
1881
1881
|
object-fit: cover;
|
|
1882
1882
|
border-radius: var(--cc_size_border_radius_l);
|
|
1883
|
-
${(e) => e.$shouldBlurImage ?
|
|
1883
|
+
${(e) => e.$shouldBlurImage ? pe`
|
|
1884
1884
|
filter: blur(16px);
|
|
1885
1885
|
` : null}
|
|
1886
1886
|
`, Lk = j.div`
|
|
@@ -5110,7 +5110,7 @@ const YE = hi`
|
|
|
5110
5110
|
}
|
|
5111
5111
|
), KE = j.span`
|
|
5112
5112
|
/* if rendering as a button or link, do a style reset and add slab focus styles */
|
|
5113
|
-
${(e) => e.$href || e.onClick ?
|
|
5113
|
+
${(e) => e.$href || e.onClick ? pe`
|
|
5114
5114
|
all: initial;
|
|
5115
5115
|
cursor: pointer;
|
|
5116
5116
|
text-decoration: none;
|
|
@@ -5138,10 +5138,10 @@ const YE = hi`
|
|
|
5138
5138
|
font-weight: 600;
|
|
5139
5139
|
user-select: none;
|
|
5140
5140
|
|
|
5141
|
-
${(e) => e.$ccMargin ?
|
|
5141
|
+
${(e) => e.$ccMargin ? pe`
|
|
5142
5142
|
margin: ${qr(e.$ccMargin)};
|
|
5143
5143
|
` : null}
|
|
5144
|
-
${(e) => e.$design === "group" ?
|
|
5144
|
+
${(e) => e.$design === "group" ? pe`
|
|
5145
5145
|
box-shadow: 0 0 0
|
|
5146
5146
|
calc(
|
|
5147
5147
|
var(--cc_size_spacing_xxs) +
|
|
@@ -5508,7 +5508,7 @@ const u$ = ({
|
|
|
5508
5508
|
top: 0;
|
|
5509
5509
|
line-height: 1;
|
|
5510
5510
|
|
|
5511
|
-
${(e) => e.$isLoading ?
|
|
5511
|
+
${(e) => e.$isLoading ? pe`
|
|
5512
5512
|
visibility: hidden;
|
|
5513
5513
|
` : null}
|
|
5514
5514
|
`, f$ = ({
|
|
@@ -5545,7 +5545,7 @@ const u$ = ({
|
|
|
5545
5545
|
overflow: hidden;
|
|
5546
5546
|
text-overflow: ellipsis;
|
|
5547
5547
|
|
|
5548
|
-
${(e) => e.$isLoading ?
|
|
5548
|
+
${(e) => e.$isLoading ? pe`
|
|
5549
5549
|
visibility: hidden;
|
|
5550
5550
|
` : null}
|
|
5551
5551
|
`, qg = ({
|
|
@@ -5563,14 +5563,14 @@ const u$ = ({
|
|
|
5563
5563
|
`, m$ = j.span`
|
|
5564
5564
|
display: ${(e) => e.$isCentered ? "flex" : "inline-flex"};
|
|
5565
5565
|
flex-direction: ${(e) => e.$layout === "vertical" ? "column" : "row"};
|
|
5566
|
-
${(e) => e.$isCentered ?
|
|
5566
|
+
${(e) => e.$isCentered ? pe`
|
|
5567
5567
|
justify-content: center;
|
|
5568
5568
|
` : null}
|
|
5569
5569
|
align-items: center;
|
|
5570
5570
|
justify-content: center;
|
|
5571
5571
|
gap: calc(var(--cc_size_spacing_s) * 1.25);
|
|
5572
5572
|
|
|
5573
|
-
${(e) => e.$ccMargin ?
|
|
5573
|
+
${(e) => e.$ccMargin ? pe`
|
|
5574
5574
|
margin: ${qr(e.$ccMargin)};
|
|
5575
5575
|
` : null}
|
|
5576
5576
|
`, v$ = j.span`
|
|
@@ -5725,7 +5725,7 @@ const u$ = ({
|
|
|
5725
5725
|
font-family: 'Averta', system-ui, -apple-system, BlinkMacSystemFont,
|
|
5726
5726
|
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
5727
5727
|
font-size: ${(e) => Pl[e.$size]};
|
|
5728
|
-
${(e) => e.$ccMargin ?
|
|
5728
|
+
${(e) => e.$ccMargin ? pe`
|
|
5729
5729
|
margin: ${qr(e.$ccMargin)};
|
|
5730
5730
|
` : null}
|
|
5731
5731
|
|
|
@@ -5784,7 +5784,7 @@ const E$ = {
|
|
|
5784
5784
|
justify-content: center;
|
|
5785
5785
|
flex-direction: column;
|
|
5786
5786
|
|
|
5787
|
-
${(e) => e.$ccMargin ?
|
|
5787
|
+
${(e) => e.$ccMargin ? pe`
|
|
5788
5788
|
margin: ${qr(e.$ccMargin)};
|
|
5789
5789
|
` : null}
|
|
5790
5790
|
`, M$ = j.div`
|
|
@@ -5892,13 +5892,13 @@ Xg.displayName = "ButtonCondensed";
|
|
|
5892
5892
|
const A$ = (e) => {
|
|
5893
5893
|
switch (e) {
|
|
5894
5894
|
case "active":
|
|
5895
|
-
return
|
|
5895
|
+
return pe`
|
|
5896
5896
|
background-color: var(--cc_color_button_background_secondary);
|
|
5897
5897
|
color: var(--cc_color_button_text_secondary);
|
|
5898
5898
|
border-color: var(--cc_color_button_background_secondary);
|
|
5899
5899
|
`;
|
|
5900
5900
|
case "open":
|
|
5901
|
-
return
|
|
5901
|
+
return pe`
|
|
5902
5902
|
background-color: transparent;
|
|
5903
5903
|
color: var(--cc_color_link_secondary);
|
|
5904
5904
|
border-color: var(--cc_color_button_background_secondary);
|
|
@@ -5906,7 +5906,7 @@ const A$ = (e) => {
|
|
|
5906
5906
|
var(--cc_color_button_background_secondary);
|
|
5907
5907
|
`;
|
|
5908
5908
|
default:
|
|
5909
|
-
return
|
|
5909
|
+
return pe`
|
|
5910
5910
|
background-color: transparent;
|
|
5911
5911
|
color: var(--cc_color_link_subtle);
|
|
5912
5912
|
border-color: var(--cc_color_border_input_inactive);
|
|
@@ -5975,7 +5975,7 @@ const A$ = (e) => {
|
|
|
5975
5975
|
padding: 0;
|
|
5976
5976
|
gap: 0;
|
|
5977
5977
|
width: ${(e) => Ml[e.size]};
|
|
5978
|
-
${(e) => e.$shape === "circle" ?
|
|
5978
|
+
${(e) => e.$shape === "circle" ? pe`
|
|
5979
5979
|
border-radius: 100%;
|
|
5980
5980
|
` : null}
|
|
5981
5981
|
`, z$ = j.span`
|
|
@@ -6051,7 +6051,7 @@ const H$ = j.div`
|
|
|
6051
6051
|
border-radius: var(--cc_size_border_radius_l);
|
|
6052
6052
|
padding: var(--cc_size_spacing_m) var(--cc_size_spacing_xl)
|
|
6053
6053
|
var(--cc_size_spacing_m) var(--cc_size_spacing_m);
|
|
6054
|
-
${(e) => e.onClick || e.href ?
|
|
6054
|
+
${(e) => e.onClick || e.href ? pe`
|
|
6055
6055
|
width: 100%;
|
|
6056
6056
|
cursor: pointer;
|
|
6057
6057
|
text-align: start;
|
|
@@ -6119,7 +6119,7 @@ function SN({
|
|
|
6119
6119
|
n ? /* @__PURE__ */ L(Y$, { children: n }) : null
|
|
6120
6120
|
] });
|
|
6121
6121
|
}
|
|
6122
|
-
const em = (e) =>
|
|
6122
|
+
const em = (e) => pe`
|
|
6123
6123
|
display: inline-flex;
|
|
6124
6124
|
align-items: center;
|
|
6125
6125
|
border-width: 1px;
|
|
@@ -6130,11 +6130,11 @@ const em = (e) => ge`
|
|
|
6130
6130
|
color: var(--cc_color_text_subtle);
|
|
6131
6131
|
line-height: 1.5;
|
|
6132
6132
|
|
|
6133
|
-
${e === "small" ?
|
|
6133
|
+
${e === "small" ? pe`
|
|
6134
6134
|
height: 22px;
|
|
6135
6135
|
font-weight: 400;
|
|
6136
6136
|
font-size: var(--cc_size_text_xs);
|
|
6137
|
-
` :
|
|
6137
|
+
` : pe`
|
|
6138
6138
|
height: 28px;
|
|
6139
6139
|
font-weight: 500;
|
|
6140
6140
|
font-size: var(--cc_size_text_s);
|
|
@@ -6235,7 +6235,7 @@ function kN({ closeAction: e, ...n }) {
|
|
|
6235
6235
|
const eM = j.button`
|
|
6236
6236
|
${pi} // add reset and focus styles
|
|
6237
6237
|
${(e) => em(e.$size)} // add generic chip styles
|
|
6238
|
-
${(e) => e.$pressed ?
|
|
6238
|
+
${(e) => e.$pressed ? pe`
|
|
6239
6239
|
background: var(--cc_color_button_background_secondary);
|
|
6240
6240
|
color: var(--cc_color_button_text_secondary);
|
|
6241
6241
|
` : null}
|
|
@@ -6277,23 +6277,23 @@ const tM = j.div`
|
|
|
6277
6277
|
display: flex;
|
|
6278
6278
|
gap: var(--cc_size_spacing_s);
|
|
6279
6279
|
align-items: flex-start;
|
|
6280
|
-
${(e) => e.$design === "self" ?
|
|
6280
|
+
${(e) => e.$design === "self" ? pe`
|
|
6281
6281
|
flex-direction: row-reverse;
|
|
6282
6282
|
` : null}
|
|
6283
6283
|
|
|
6284
6284
|
/* if ccMargin is specified in props, convert spacing tokens to CSS variables */
|
|
6285
|
-
${(e) => e.$ccMargin ?
|
|
6285
|
+
${(e) => e.$ccMargin ? pe`
|
|
6286
6286
|
margin: ${qr(e.$ccMargin)};
|
|
6287
6287
|
` : null}
|
|
6288
6288
|
`, rM = j.blockquote`
|
|
6289
6289
|
all: initial;
|
|
6290
6290
|
display: block;
|
|
6291
6291
|
min-width: 0;
|
|
6292
|
-
${(e) => e.$design === "self" ?
|
|
6292
|
+
${(e) => e.$design === "self" ? pe`
|
|
6293
6293
|
text-align: end;
|
|
6294
6294
|
` : null}
|
|
6295
6295
|
`, bh = j(jt)`
|
|
6296
|
-
${(e) => e.$design === "self" ?
|
|
6296
|
+
${(e) => e.$design === "self" ? pe`
|
|
6297
6297
|
text-align: end;
|
|
6298
6298
|
` : null}
|
|
6299
6299
|
`, nM = (e) => {
|
|
@@ -6320,9 +6320,9 @@ const tM = j.div`
|
|
|
6320
6320
|
hyphens: auto;
|
|
6321
6321
|
color: ${(e) => e.$design === "self" ? "var(--cc_color_button_text_primary)" : "var(--cc_color_button_text_subtle)"};
|
|
6322
6322
|
${Wt}
|
|
6323
|
-
${(e) => e.$design === "self" ?
|
|
6323
|
+
${(e) => e.$design === "self" ? pe`
|
|
6324
6324
|
border-start-end-radius: 0;
|
|
6325
|
-
` :
|
|
6325
|
+
` : pe`
|
|
6326
6326
|
border-start-start-radius: 0;
|
|
6327
6327
|
`}
|
|
6328
6328
|
`;
|
|
@@ -6389,25 +6389,25 @@ const rm = hi`
|
|
|
6389
6389
|
`, sM = (e) => {
|
|
6390
6390
|
const n = e ? `var(--cc_size_spacing_${e})` : "0";
|
|
6391
6391
|
return {
|
|
6392
|
-
top:
|
|
6392
|
+
top: pe`
|
|
6393
6393
|
left: ${n};
|
|
6394
6394
|
right: ${n};
|
|
6395
6395
|
top: ${n};
|
|
6396
6396
|
bottom: auto;
|
|
6397
6397
|
`,
|
|
6398
|
-
right:
|
|
6398
|
+
right: pe`
|
|
6399
6399
|
inset-inline-start: auto;
|
|
6400
6400
|
inset-inline-end: ${n};
|
|
6401
6401
|
inset-block-start: ${n};
|
|
6402
6402
|
inset-block-end: ${n};
|
|
6403
6403
|
`,
|
|
6404
|
-
bottom:
|
|
6404
|
+
bottom: pe`
|
|
6405
6405
|
left: ${n};
|
|
6406
6406
|
right: ${n};
|
|
6407
6407
|
top: auto;
|
|
6408
6408
|
bottom: ${n};
|
|
6409
6409
|
`,
|
|
6410
|
-
left:
|
|
6410
|
+
left: pe`
|
|
6411
6411
|
inset-inline-start: ${n};
|
|
6412
6412
|
inset-inline-end: auto;
|
|
6413
6413
|
inset-block-start: ${n};
|
|
@@ -6426,16 +6426,16 @@ const rm = hi`
|
|
|
6426
6426
|
|
|
6427
6427
|
${(e) => sM(e.$offset)[e.$placement || "right"]};
|
|
6428
6428
|
`, fa = "50%", lM = {
|
|
6429
|
-
top:
|
|
6429
|
+
top: pe`
|
|
6430
6430
|
transform: translate3d(0, -${fa}, 0);
|
|
6431
6431
|
`,
|
|
6432
|
-
right:
|
|
6432
|
+
right: pe`
|
|
6433
6433
|
transform: translate3d(${fa}, 0, 0);
|
|
6434
6434
|
`,
|
|
6435
|
-
bottom:
|
|
6435
|
+
bottom: pe`
|
|
6436
6436
|
transform: translate3d(0, ${fa}, 0);
|
|
6437
6437
|
`,
|
|
6438
|
-
left:
|
|
6438
|
+
left: pe`
|
|
6439
6439
|
transform: translate3d(-${fa}, 0, 0);
|
|
6440
6440
|
`
|
|
6441
6441
|
}, cM = j.div`
|
|
@@ -6523,9 +6523,9 @@ const nm = j.span`
|
|
|
6523
6523
|
var n;
|
|
6524
6524
|
return (n = e.$breakpoints) == null ? void 0 : n.map((t) => {
|
|
6525
6525
|
const { areas: r, colGap: i, colAlign: o, cols: a, rowAlign: c, rowGap: u, rows: f } = t, p = a == null ? void 0 : a.map((y) => wh(y)).join(" "), g = f == null ? void 0 : f.map((y) => wh(y)).join(" ");
|
|
6526
|
-
return
|
|
6526
|
+
return pe`
|
|
6527
6527
|
@container ${uM(t)} {
|
|
6528
|
-
${r ? null :
|
|
6528
|
+
${r ? null : pe`
|
|
6529
6529
|
> ${nm} {
|
|
6530
6530
|
grid-area: auto !important;
|
|
6531
6531
|
}
|
|
@@ -6580,7 +6580,7 @@ const hM = j.hr`
|
|
|
6580
6580
|
var(--cc_color_border_default);
|
|
6581
6581
|
|
|
6582
6582
|
/* if ccMargin, convert spacing tokens to CSS variables */
|
|
6583
|
-
${(e) => e.$ccMargin ?
|
|
6583
|
+
${(e) => e.$ccMargin ? pe`
|
|
6584
6584
|
margin: ${qr(e.$ccMargin)};
|
|
6585
6585
|
` : null}
|
|
6586
6586
|
`;
|
|
@@ -6687,14 +6687,14 @@ const am = (e) => {
|
|
|
6687
6687
|
${(e) => e.$disabled ? Ar : null}
|
|
6688
6688
|
|
|
6689
6689
|
&:hover ${Es} {
|
|
6690
|
-
${(e) => e.$disabled ? null :
|
|
6690
|
+
${(e) => e.$disabled ? null : pe`
|
|
6691
6691
|
border-color: var(--cc_color_link_secondary);
|
|
6692
6692
|
`}
|
|
6693
6693
|
}
|
|
6694
6694
|
|
|
6695
6695
|
&:has(${So}:checked) {
|
|
6696
6696
|
&:hover ${Es} {
|
|
6697
|
-
${(e) => e.$disabled ? null :
|
|
6697
|
+
${(e) => e.$disabled ? null : pe`
|
|
6698
6698
|
border-color: var(--cc_color_link_subtle);
|
|
6699
6699
|
`}
|
|
6700
6700
|
}
|
|
@@ -6822,7 +6822,7 @@ const am = (e) => {
|
|
|
6822
6822
|
all: initial;
|
|
6823
6823
|
position: relative;
|
|
6824
6824
|
display: block;
|
|
6825
|
-
${(e) => e.$message ?
|
|
6825
|
+
${(e) => e.$message ? pe`
|
|
6826
6826
|
margin-block-end: var(--cc_size_spacing_s);
|
|
6827
6827
|
` : null}
|
|
6828
6828
|
`, bM = j.legend`
|
|
@@ -6874,11 +6874,11 @@ const am = (e) => {
|
|
|
6874
6874
|
);
|
|
6875
6875
|
}, SM = j.div`
|
|
6876
6876
|
margin-block-start: var(--cc_size_spacing_xxs);
|
|
6877
|
-
${(e) => e.$layout === "inline" ?
|
|
6877
|
+
${(e) => e.$layout === "inline" ? pe`
|
|
6878
6878
|
display: flex;
|
|
6879
6879
|
flex-wrap: wrap;
|
|
6880
6880
|
gap: var(--cc_size_spacing_m);
|
|
6881
|
-
` :
|
|
6881
|
+
` : pe`
|
|
6882
6882
|
display: grid;
|
|
6883
6883
|
row-gap: var(--cc_size_spacing_s);
|
|
6884
6884
|
column-gap: var(--cc_size_spacing_l);
|
|
@@ -13206,14 +13206,14 @@ function gR({
|
|
|
13206
13206
|
)
|
|
13207
13207
|
] });
|
|
13208
13208
|
}
|
|
13209
|
-
const mR =
|
|
13209
|
+
const mR = pe`
|
|
13210
13210
|
background: var(--cc_color_button_background_primary);
|
|
13211
13211
|
color: var(--cc_color_button_text_primary);
|
|
13212
13212
|
border-radius: var(--cc_size_border_radius_l);
|
|
13213
13213
|
&:hover {
|
|
13214
13214
|
background: var(--cc_color_button_background_primary);
|
|
13215
13215
|
}
|
|
13216
|
-
`, Hc =
|
|
13216
|
+
`, Hc = pe`
|
|
13217
13217
|
background: var(--cc_color_button_background_secondary);
|
|
13218
13218
|
color: var(--cc_color_button_text_secondary);
|
|
13219
13219
|
border-radius: var(--cc_size_border_radius_l);
|
|
@@ -13304,10 +13304,10 @@ const mR = ge`
|
|
|
13304
13304
|
border-radius: var(--cc_size_border_radius_l);
|
|
13305
13305
|
transition: border-color 0.2s;
|
|
13306
13306
|
|
|
13307
|
-
${(e) => e.$disabled ?
|
|
13307
|
+
${(e) => e.$disabled ? pe`
|
|
13308
13308
|
${Ar}
|
|
13309
13309
|
background-color: var(--cc_color_background_3);
|
|
13310
|
-
` :
|
|
13310
|
+
` : pe`
|
|
13311
13311
|
&:hover {
|
|
13312
13312
|
border-color: var(--cc_color_button_background_secondary);
|
|
13313
13313
|
}
|
|
@@ -13344,11 +13344,11 @@ const mR = ge`
|
|
|
13344
13344
|
font-size: ${(e) => e.$size === "large" ? "var(--cc_size_text_m)" : "var(--cc_size_text_s)"};
|
|
13345
13345
|
height: ${(e) => e.$size === "medium" ? 38 : 48}px;
|
|
13346
13346
|
padding: ${(e) => e.$size === "large" ? "0 var(--cc_size_spacing_m)" : "0 calc(var(--cc_size_spacing_m) * 0.75)"};
|
|
13347
|
-
${(e) => e.$hideLabel ?
|
|
13347
|
+
${(e) => e.$hideLabel ? pe`
|
|
13348
13348
|
&::placeholder {
|
|
13349
13349
|
color: var(--cc_color_text_subtle);
|
|
13350
13350
|
}
|
|
13351
|
-
` :
|
|
13351
|
+
` : pe`
|
|
13352
13352
|
&::placeholder {
|
|
13353
13353
|
color: var(--cc_color_text_nonessential);
|
|
13354
13354
|
}
|
|
@@ -13368,7 +13368,7 @@ const mR = ge`
|
|
|
13368
13368
|
}
|
|
13369
13369
|
}
|
|
13370
13370
|
`, yR = j.label`
|
|
13371
|
-
${(e) => e.$hideLabel ? xr :
|
|
13371
|
+
${(e) => e.$hideLabel ? xr : pe`
|
|
13372
13372
|
all: initial;
|
|
13373
13373
|
display: block;
|
|
13374
13374
|
margin-block-end: var(--cc_size_spacing_xs);
|
|
@@ -13462,7 +13462,7 @@ const bR = j.ul`
|
|
|
13462
13462
|
border-radius: var(--cc_size_border_radius_m);
|
|
13463
13463
|
`, xR = j.div`
|
|
13464
13464
|
position: relative;
|
|
13465
|
-
${(e) => e.$isDragOver ?
|
|
13465
|
+
${(e) => e.$isDragOver ? pe`
|
|
13466
13466
|
${wd} {
|
|
13467
13467
|
border-color: var(--cc_color_border_input_active);
|
|
13468
13468
|
border-style: solid;
|
|
@@ -13476,7 +13476,7 @@ const bR = j.ul`
|
|
|
13476
13476
|
opacity: 0;
|
|
13477
13477
|
position: absolute;
|
|
13478
13478
|
cursor: pointer;
|
|
13479
|
-
${(e) => e.$isDragOver ? null :
|
|
13479
|
+
${(e) => e.$isDragOver ? null : pe`
|
|
13480
13480
|
&:hover ~ ${wd} {
|
|
13481
13481
|
border-color: var(--cc_color_button_background_secondary);
|
|
13482
13482
|
}
|
|
@@ -13585,7 +13585,7 @@ const RN = Gt(
|
|
|
13585
13585
|
}
|
|
13586
13586
|
), ER = j.label`
|
|
13587
13587
|
all: initial;
|
|
13588
|
-
${(e) => e.$hideLabel ? xr :
|
|
13588
|
+
${(e) => e.$hideLabel ? xr : pe`
|
|
13589
13589
|
box-sizing: border-box;
|
|
13590
13590
|
display: block;
|
|
13591
13591
|
margin-block-end: var(--cc_size_spacing_xs);
|
|
@@ -13605,7 +13605,7 @@ const RN = Gt(
|
|
|
13605
13605
|
&::placeholder {
|
|
13606
13606
|
color: var(--cc_color_text_nonessential);
|
|
13607
13607
|
}
|
|
13608
|
-
${(e) => e.disabled ?
|
|
13608
|
+
${(e) => e.disabled ? pe`
|
|
13609
13609
|
cursor: not-allowed;
|
|
13610
13610
|
` : null}
|
|
13611
13611
|
`, MR = j.div`
|
|
@@ -13614,7 +13614,7 @@ const RN = Gt(
|
|
|
13614
13614
|
border-color: ${(e) => e.$status === "error" ? "var(--cc_color_utility_destroy)" : "var(--cc_color_border_input_inactive)"};
|
|
13615
13615
|
${(e) => {
|
|
13616
13616
|
if (!e.$status)
|
|
13617
|
-
return
|
|
13617
|
+
return pe`
|
|
13618
13618
|
@supports selector(:user-invalid) {
|
|
13619
13619
|
&:has(input:user-invalid) {
|
|
13620
13620
|
border-color: var(--cc_color_utility_destroy);
|
|
@@ -13629,10 +13629,10 @@ const RN = Gt(
|
|
|
13629
13629
|
border-radius: var(--cc_size_border_radius_l);
|
|
13630
13630
|
background: var(--cc_color_background_1);
|
|
13631
13631
|
${(e) => e.$message ? "margin-block-end: var(--cc_size_spacing_xs);" : null}
|
|
13632
|
-
${(e) => e.$disabled ?
|
|
13632
|
+
${(e) => e.$disabled ? pe`
|
|
13633
13633
|
${Ar}
|
|
13634
13634
|
background-color: var(--cc_color_background_3);
|
|
13635
|
-
` :
|
|
13635
|
+
` : pe`
|
|
13636
13636
|
&:hover {
|
|
13637
13637
|
border-color: var(--cc_color_button_background_secondary);
|
|
13638
13638
|
}
|
|
@@ -13821,13 +13821,13 @@ const RN = Gt(
|
|
|
13821
13821
|
}
|
|
13822
13822
|
|
|
13823
13823
|
&:hover:not(:has(${as}:checked)) ${ss} ${Va} {
|
|
13824
|
-
${(e) => e.$disabled ? null :
|
|
13824
|
+
${(e) => e.$disabled ? null : pe`
|
|
13825
13825
|
border-color: var(--cc_color_link_secondary);
|
|
13826
13826
|
`}
|
|
13827
13827
|
}
|
|
13828
13828
|
|
|
13829
13829
|
&:hover:has(${as}:checked) ${ss} ${Va} {
|
|
13830
|
-
${(e) => e.$disabled ? null :
|
|
13830
|
+
${(e) => e.$disabled ? null : pe`
|
|
13831
13831
|
border-color: var(--cc_color_link_subtle);
|
|
13832
13832
|
`}
|
|
13833
13833
|
}
|
|
@@ -13918,12 +13918,12 @@ const LR = j.span`
|
|
|
13918
13918
|
flex-shrink: 0;
|
|
13919
13919
|
`, OR = j.label`
|
|
13920
13920
|
all: initial;
|
|
13921
|
-
${(e) => e.$hideLabel ? xr :
|
|
13921
|
+
${(e) => e.$hideLabel ? xr : pe`
|
|
13922
13922
|
box-sizing: border-box;
|
|
13923
13923
|
display: block;
|
|
13924
13924
|
margin-block-end: var(--cc_size_spacing_xs);
|
|
13925
13925
|
`}
|
|
13926
|
-
`, ep =
|
|
13926
|
+
`, ep = pe`
|
|
13927
13927
|
width: 100%;
|
|
13928
13928
|
height: var(--cc_size_spacing_xs);
|
|
13929
13929
|
background: var(--cc_color_button_background_subtle);
|
|
@@ -13931,7 +13931,7 @@ const LR = j.span`
|
|
|
13931
13931
|
&:hover {
|
|
13932
13932
|
border-color: var(--cc_color_link_secondary);
|
|
13933
13933
|
}
|
|
13934
|
-
`, tp = (e, n) =>
|
|
13934
|
+
`, tp = (e, n) => pe`
|
|
13935
13935
|
box-sizing: border-box;
|
|
13936
13936
|
background: ${e === "error" || e === "success" ? Vt(e).accentColor : "var(--cc_color_button_background_secondary)"};
|
|
13937
13937
|
height: var(--cc_size_spacing_m);
|
|
@@ -14074,7 +14074,7 @@ const LR = j.span`
|
|
|
14074
14074
|
}
|
|
14075
14075
|
), BR = j.label`
|
|
14076
14076
|
all: initial;
|
|
14077
|
-
${(e) => e.$hideLabel ? xr :
|
|
14077
|
+
${(e) => e.$hideLabel ? xr : pe`
|
|
14078
14078
|
box-sizing: border-box;
|
|
14079
14079
|
display: block;
|
|
14080
14080
|
margin-block-end: var(--cc_size_spacing_xs);
|
|
@@ -14084,16 +14084,25 @@ const LR = j.span`
|
|
|
14084
14084
|
border-width: var(--cc_size_border_width_s);
|
|
14085
14085
|
border-style: solid;
|
|
14086
14086
|
border-color: ${(e) => e.$status === "error" ? "var(--cc_color_utility_destroy)" : "var(--cc_color_border_input_inactive)"};
|
|
14087
|
+
${(e) => {
|
|
14088
|
+
if (!e.$status)
|
|
14089
|
+
return pe`
|
|
14090
|
+
@supports selector(:user-invalid) {
|
|
14091
|
+
&:has(select:user-invalid) {
|
|
14092
|
+
border-color: var(--cc_color_utility_destroy);
|
|
14093
|
+
}
|
|
14094
|
+
}
|
|
14095
|
+
`;
|
|
14096
|
+
}}
|
|
14087
14097
|
min-width: 165px;
|
|
14088
14098
|
transition: border-color 0.2s;
|
|
14089
14099
|
border-radius: var(--cc_size_border_radius_l);
|
|
14090
14100
|
background: var(--cc_color_background_1);
|
|
14091
|
-
border-color: ${(e) => e.$status === "error" ? "var(--cc_color_utility_destroy)" : "var(--cc_color_border_input_inactive)"};
|
|
14092
14101
|
${(e) => e.$message ? "margin-block-end: var(--cc_size_spacing_xs);" : null}
|
|
14093
|
-
${(e) => e.$disabled ?
|
|
14102
|
+
${(e) => e.$disabled ? pe`
|
|
14094
14103
|
${Ar}
|
|
14095
14104
|
background-color: var(--cc_color_background_3);
|
|
14096
|
-
` :
|
|
14105
|
+
` : pe`
|
|
14097
14106
|
&:hover {
|
|
14098
14107
|
border-color: var(--cc_color_button_background_secondary);
|
|
14099
14108
|
}
|
|
@@ -14172,7 +14181,7 @@ const LR = j.span`
|
|
|
14172
14181
|
{
|
|
14173
14182
|
ref: f,
|
|
14174
14183
|
"aria-describedby": t ? `${u.id}-message` : "",
|
|
14175
|
-
"aria-invalid": r === "error",
|
|
14184
|
+
"aria-invalid": r === "error" ? !0 : void 0,
|
|
14176
14185
|
$inputSize: c,
|
|
14177
14186
|
...u,
|
|
14178
14187
|
children: a.map((p) => /* @__PURE__ */ L(
|
|
@@ -14213,7 +14222,7 @@ const LR = j.span`
|
|
|
14213
14222
|
border-color: ${(e) => e.$status === "error" ? "var(--cc_color_utility_destroy)" : "var(--cc_color_border_input_inactive)"};
|
|
14214
14223
|
${(e) => {
|
|
14215
14224
|
if (!e.$status)
|
|
14216
|
-
return
|
|
14225
|
+
return pe`
|
|
14217
14226
|
@supports selector(:user-invalid) {
|
|
14218
14227
|
&:user-invalid {
|
|
14219
14228
|
border-color: var(--cc_color_utility_destroy);
|
|
@@ -14234,17 +14243,17 @@ const LR = j.span`
|
|
|
14234
14243
|
outline-offset: -2px;
|
|
14235
14244
|
}
|
|
14236
14245
|
|
|
14237
|
-
${(e) => e.disabled ?
|
|
14246
|
+
${(e) => e.disabled ? pe`
|
|
14238
14247
|
${Ar}
|
|
14239
14248
|
background-color: var(--cc_color_background_3);
|
|
14240
|
-
` :
|
|
14249
|
+
` : pe`
|
|
14241
14250
|
&:hover {
|
|
14242
14251
|
border-color: var(--cc_color_button_background_secondary);
|
|
14243
14252
|
}
|
|
14244
14253
|
`}
|
|
14245
14254
|
`, qR = j.label`
|
|
14246
14255
|
all: initial;
|
|
14247
|
-
${(e) => e.$hideLabel ? xr :
|
|
14256
|
+
${(e) => e.$hideLabel ? xr : pe`
|
|
14248
14257
|
box-sizing: border-box;
|
|
14249
14258
|
display: block;
|
|
14250
14259
|
margin-block-end: var(--cc_size_spacing_xs);
|
|
@@ -14641,10 +14650,10 @@ function eI() {
|
|
|
14641
14650
|
function T() {
|
|
14642
14651
|
h || (h = S(function(H) {
|
|
14643
14652
|
function G() {
|
|
14644
|
-
function J(
|
|
14645
|
-
var W, x, E =
|
|
14653
|
+
function J(ge, R) {
|
|
14654
|
+
var W, x, E = ge.length, ie, Q, Ee, Ve;
|
|
14646
14655
|
for (x = 0; x < E; x += 1)
|
|
14647
|
-
if (W =
|
|
14656
|
+
if (W = ge[x], "ks" in W && !W.completed) {
|
|
14648
14657
|
if (W.completed = !0, W.hasMask) {
|
|
14649
14658
|
var je = W.masksProperties;
|
|
14650
14659
|
for (Q = je.length, ie = 0; ie < Q; ie += 1)
|
|
@@ -14657,47 +14666,47 @@ function eI() {
|
|
|
14657
14666
|
W.ty === 0 ? (W.layers = $(W.refId, R), J(W.layers, R)) : W.ty === 4 ? D(W.shapes) : W.ty === 5 && Ke(W);
|
|
14658
14667
|
}
|
|
14659
14668
|
}
|
|
14660
|
-
function z(
|
|
14661
|
-
if (
|
|
14662
|
-
var W = 0, x =
|
|
14669
|
+
function z(ge, R) {
|
|
14670
|
+
if (ge) {
|
|
14671
|
+
var W = 0, x = ge.length;
|
|
14663
14672
|
for (W = 0; W < x; W += 1)
|
|
14664
|
-
|
|
14673
|
+
ge[W].t === 1 && (ge[W].data.layers = $(ge[W].data.refId, R), J(ge[W].data.layers, R));
|
|
14665
14674
|
}
|
|
14666
14675
|
}
|
|
14667
|
-
function I(
|
|
14676
|
+
function I(ge, R) {
|
|
14668
14677
|
for (var W = 0, x = R.length; W < x; ) {
|
|
14669
|
-
if (R[W].id ===
|
|
14678
|
+
if (R[W].id === ge)
|
|
14670
14679
|
return R[W];
|
|
14671
14680
|
W += 1;
|
|
14672
14681
|
}
|
|
14673
14682
|
return null;
|
|
14674
14683
|
}
|
|
14675
|
-
function $(
|
|
14676
|
-
var W = I(
|
|
14684
|
+
function $(ge, R) {
|
|
14685
|
+
var W = I(ge, R);
|
|
14677
14686
|
return W ? W.layers.__used ? JSON.parse(JSON.stringify(W.layers)) : (W.layers.__used = !0, W.layers) : null;
|
|
14678
14687
|
}
|
|
14679
|
-
function D(
|
|
14680
|
-
var R, W =
|
|
14688
|
+
function D(ge) {
|
|
14689
|
+
var R, W = ge.length, x, E;
|
|
14681
14690
|
for (R = W - 1; R >= 0; R -= 1)
|
|
14682
|
-
if (
|
|
14683
|
-
if (
|
|
14684
|
-
O(
|
|
14691
|
+
if (ge[R].ty === "sh")
|
|
14692
|
+
if (ge[R].ks.k.i)
|
|
14693
|
+
O(ge[R].ks.k);
|
|
14685
14694
|
else
|
|
14686
|
-
for (E =
|
|
14687
|
-
|
|
14688
|
-
else
|
|
14695
|
+
for (E = ge[R].ks.k.length, x = 0; x < E; x += 1)
|
|
14696
|
+
ge[R].ks.k[x].s && O(ge[R].ks.k[x].s[0]), ge[R].ks.k[x].e && O(ge[R].ks.k[x].e[0]);
|
|
14697
|
+
else ge[R].ty === "gr" && D(ge[R].it);
|
|
14689
14698
|
}
|
|
14690
|
-
function O(
|
|
14691
|
-
var R, W =
|
|
14699
|
+
function O(ge) {
|
|
14700
|
+
var R, W = ge.i.length;
|
|
14692
14701
|
for (R = 0; R < W; R += 1)
|
|
14693
|
-
|
|
14702
|
+
ge.i[R][0] += ge.v[R][0], ge.i[R][1] += ge.v[R][1], ge.o[R][0] += ge.v[R][0], ge.o[R][1] += ge.v[R][1];
|
|
14694
14703
|
}
|
|
14695
|
-
function q(
|
|
14704
|
+
function q(ge, R) {
|
|
14696
14705
|
var W = R ? R.split(".") : [100, 100, 100];
|
|
14697
|
-
return
|
|
14706
|
+
return ge[0] > W[0] ? !0 : W[0] > ge[0] ? !1 : ge[1] > W[1] ? !0 : W[1] > ge[1] ? !1 : ge[2] > W[2] ? !0 : W[2] > ge[2] ? !1 : null;
|
|
14698
14707
|
}
|
|
14699
14708
|
var te = /* @__PURE__ */ (function() {
|
|
14700
|
-
var
|
|
14709
|
+
var ge = [4, 4, 14];
|
|
14701
14710
|
function R(x) {
|
|
14702
14711
|
var E = x.t.d;
|
|
14703
14712
|
x.t.d = {
|
|
@@ -14713,16 +14722,16 @@ function eI() {
|
|
|
14713
14722
|
x[E].ty === 5 && R(x[E]);
|
|
14714
14723
|
}
|
|
14715
14724
|
return function(x) {
|
|
14716
|
-
if (q(
|
|
14725
|
+
if (q(ge, x.v) && (W(x.layers), x.assets)) {
|
|
14717
14726
|
var E, ie = x.assets.length;
|
|
14718
14727
|
for (E = 0; E < ie; E += 1)
|
|
14719
14728
|
x.assets[E].layers && W(x.assets[E].layers);
|
|
14720
14729
|
}
|
|
14721
14730
|
};
|
|
14722
14731
|
})(), oe = /* @__PURE__ */ (function() {
|
|
14723
|
-
var
|
|
14732
|
+
var ge = [4, 7, 99];
|
|
14724
14733
|
return function(R) {
|
|
14725
|
-
if (R.chars && !q(
|
|
14734
|
+
if (R.chars && !q(ge, R.v)) {
|
|
14726
14735
|
var W, x = R.chars.length;
|
|
14727
14736
|
for (W = 0; W < x; W += 1) {
|
|
14728
14737
|
var E = R.chars[W];
|
|
@@ -14784,7 +14793,7 @@ function eI() {
|
|
|
14784
14793
|
}
|
|
14785
14794
|
};
|
|
14786
14795
|
})(), me = /* @__PURE__ */ (function() {
|
|
14787
|
-
var
|
|
14796
|
+
var ge = [5, 7, 15];
|
|
14788
14797
|
function R(x) {
|
|
14789
14798
|
var E = x.t.p;
|
|
14790
14799
|
typeof E.a == "number" && (E.a = {
|
|
@@ -14804,14 +14813,14 @@ function eI() {
|
|
|
14804
14813
|
x[E].ty === 5 && R(x[E]);
|
|
14805
14814
|
}
|
|
14806
14815
|
return function(x) {
|
|
14807
|
-
if (q(
|
|
14816
|
+
if (q(ge, x.v) && (W(x.layers), x.assets)) {
|
|
14808
14817
|
var E, ie = x.assets.length;
|
|
14809
14818
|
for (E = 0; E < ie; E += 1)
|
|
14810
14819
|
x.assets[E].layers && W(x.assets[E].layers);
|
|
14811
14820
|
}
|
|
14812
14821
|
};
|
|
14813
14822
|
})(), We = /* @__PURE__ */ (function() {
|
|
14814
|
-
var
|
|
14823
|
+
var ge = [4, 1, 9];
|
|
14815
14824
|
function R(x) {
|
|
14816
14825
|
var E, ie = x.length, Q, Ee;
|
|
14817
14826
|
for (E = 0; E < ie; E += 1)
|
|
@@ -14830,14 +14839,14 @@ function eI() {
|
|
|
14830
14839
|
x[E].ty === 4 && R(x[E].shapes);
|
|
14831
14840
|
}
|
|
14832
14841
|
return function(x) {
|
|
14833
|
-
if (q(
|
|
14842
|
+
if (q(ge, x.v) && (W(x.layers), x.assets)) {
|
|
14834
14843
|
var E, ie = x.assets.length;
|
|
14835
14844
|
for (E = 0; E < ie; E += 1)
|
|
14836
14845
|
x.assets[E].layers && W(x.assets[E].layers);
|
|
14837
14846
|
}
|
|
14838
14847
|
};
|
|
14839
14848
|
})(), Fe = /* @__PURE__ */ (function() {
|
|
14840
|
-
var
|
|
14849
|
+
var ge = [4, 4, 18];
|
|
14841
14850
|
function R(x) {
|
|
14842
14851
|
var E, ie = x.length, Q, Ee;
|
|
14843
14852
|
for (E = ie - 1; E >= 0; E -= 1)
|
|
@@ -14865,18 +14874,18 @@ function eI() {
|
|
|
14865
14874
|
}
|
|
14866
14875
|
}
|
|
14867
14876
|
return function(x) {
|
|
14868
|
-
if (q(
|
|
14877
|
+
if (q(ge, x.v) && (W(x.layers), x.assets)) {
|
|
14869
14878
|
var E, ie = x.assets.length;
|
|
14870
14879
|
for (E = 0; E < ie; E += 1)
|
|
14871
14880
|
x.assets[E].layers && W(x.assets[E].layers);
|
|
14872
14881
|
}
|
|
14873
14882
|
};
|
|
14874
14883
|
})();
|
|
14875
|
-
function xe(
|
|
14876
|
-
|
|
14884
|
+
function xe(ge) {
|
|
14885
|
+
ge.__complete || (We(ge), te(ge), oe(ge), me(ge), Fe(ge), J(ge.layers, ge.assets), z(ge.chars, ge.assets), ge.__complete = !0);
|
|
14877
14886
|
}
|
|
14878
|
-
function Ke(
|
|
14879
|
-
|
|
14887
|
+
function Ke(ge) {
|
|
14888
|
+
ge.t.a.length === 0 && "m" in ge.t.p;
|
|
14880
14889
|
}
|
|
14881
14890
|
var De = {};
|
|
14882
14891
|
return De.completeData = xe, De.checkColors = We, De.checkChars = oe, De.checkPathProperties = me, De.checkShapes = Fe, De.completeLayers = J, De;
|
|
@@ -15550,12 +15559,12 @@ function eI() {
|
|
|
15550
15559
|
for (W = 0; W < h; W += 1)
|
|
15551
15560
|
l[W].animation.mute(R);
|
|
15552
15561
|
}
|
|
15553
|
-
function
|
|
15562
|
+
function ge(R) {
|
|
15554
15563
|
var W;
|
|
15555
15564
|
for (W = 0; W < h; W += 1)
|
|
15556
15565
|
l[W].animation.unmute(R);
|
|
15557
15566
|
}
|
|
15558
|
-
return s.registerAnimation = k, s.loadAnimation = H, s.setSpeed = G, s.setDirection = Y, s.play = J, s.pause = $, s.stop = O, s.togglePause = q, s.searchAnimations = oe, s.resize = me, s.goToAndStop = D, s.destroy = te, s.freeze = Fe, s.unfreeze = xe, s.setVolume = Ke, s.mute = De, s.unmute =
|
|
15567
|
+
return s.registerAnimation = k, s.loadAnimation = H, s.setSpeed = G, s.setDirection = Y, s.play = J, s.pause = $, s.stop = O, s.togglePause = q, s.searchAnimations = oe, s.resize = me, s.goToAndStop = D, s.destroy = te, s.freeze = Fe, s.unfreeze = xe, s.setVolume = Ke, s.mute = De, s.unmute = ge, s.getRegisteredAnimations = A, s;
|
|
15559
15568
|
})(), zo = (function() {
|
|
15560
15569
|
var s = {};
|
|
15561
15570
|
s.getBezierEasing = d;
|
|
@@ -15747,9 +15756,9 @@ function eI() {
|
|
|
15747
15756
|
J < 0 ? J = 0 : J > 1 && (J = 1);
|
|
15748
15757
|
var $ = k(J, I);
|
|
15749
15758
|
z = z > 1 ? 1 : z;
|
|
15750
|
-
var D = k(z, I), O, q = M.length, te = 1 - $, oe = 1 - D, me = te * te * te, We = $ * te * te * 3, Fe = $ * $ * te * 3, xe = $ * $ * $, Ke = te * te * oe, De = $ * te * oe + te * $ * oe + te * te * D,
|
|
15759
|
+
var D = k(z, I), O, q = M.length, te = 1 - $, oe = 1 - D, me = te * te * te, We = $ * te * te * 3, Fe = $ * $ * te * 3, xe = $ * $ * $, Ke = te * te * oe, De = $ * te * oe + te * $ * oe + te * te * D, ge = $ * $ * oe + te * $ * D + $ * te * D, R = $ * $ * D, W = te * oe * oe, x = $ * oe * oe + te * D * oe + te * oe * D, E = $ * D * oe + te * D * D + $ * oe * D, ie = $ * D * D, Q = oe * oe * oe, Ee = D * oe * oe + oe * D * oe + oe * oe * D, Ve = D * D * oe + oe * D * D + D * oe * D, je = D * D * D;
|
|
15751
15760
|
for (O = 0; O < q; O += 1)
|
|
15752
|
-
V[O * 4] = s.round((me * M[O] + We * G[O] + Fe * Y[O] + xe * H[O]) * 1e3) / 1e3, V[O * 4 + 1] = s.round((Ke * M[O] + De * G[O] +
|
|
15761
|
+
V[O * 4] = s.round((me * M[O] + We * G[O] + Fe * Y[O] + xe * H[O]) * 1e3) / 1e3, V[O * 4 + 1] = s.round((Ke * M[O] + De * G[O] + ge * Y[O] + R * H[O]) * 1e3) / 1e3, V[O * 4 + 2] = s.round((W * M[O] + x * G[O] + E * Y[O] + ie * H[O]) * 1e3) / 1e3, V[O * 4 + 3] = s.round((Q * M[O] + Ee * G[O] + Ve * Y[O] + je * H[O]) * 1e3) / 1e3;
|
|
15753
15762
|
return V;
|
|
15754
15763
|
}
|
|
15755
15764
|
return {
|
|
@@ -15810,8 +15819,8 @@ function eI() {
|
|
|
15810
15819
|
else if (s <= I)
|
|
15811
15820
|
h[0] = k.s[0], h[1] = k.s[1], h[2] = k.s[2];
|
|
15812
15821
|
else {
|
|
15813
|
-
var De = Gd(k.s),
|
|
15814
|
-
c_(h, l_(De,
|
|
15822
|
+
var De = Gd(k.s), ge = Gd($), R = (s - I) / (z - I);
|
|
15823
|
+
c_(h, l_(De, ge, R));
|
|
15815
15824
|
}
|
|
15816
15825
|
else
|
|
15817
15826
|
for (m = 0; m < S; m += 1)
|
|
@@ -16042,9 +16051,9 @@ function eI() {
|
|
|
16042
16051
|
else if (z >= De[De.length - 1].t - this.offsetTime)
|
|
16043
16052
|
O = De[De.length - 1].s ? De[De.length - 1].s[0] : De[De.length - 2].e[0], te = !0;
|
|
16044
16053
|
else {
|
|
16045
|
-
for (var
|
|
16046
|
-
|
|
16047
|
-
if (ie = this.keyframesMetadata[
|
|
16054
|
+
for (var ge = D, R = De.length - 1, W = !0, x, E, ie; W && (x = De[ge], E = De[ge + 1], !(E.t - this.offsetTime > z)); )
|
|
16055
|
+
ge < R - 1 ? ge += 1 : W = !1;
|
|
16056
|
+
if (ie = this.keyframesMetadata[ge] || {}, te = x.h === 1, D = ge, !te) {
|
|
16048
16057
|
if (z >= E.t - this.offsetTime)
|
|
16049
16058
|
xe = 1;
|
|
16050
16059
|
else if (z < x.t - this.offsetTime)
|
|
@@ -16142,13 +16151,13 @@ function eI() {
|
|
|
16142
16151
|
this.elem.globalData.frameId !== this.frameId && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties(), this._mdf && this.convertToPath());
|
|
16143
16152
|
},
|
|
16144
16153
|
convertStarToPath: function() {
|
|
16145
|
-
var $ = Math.floor(this.pt.v) * 2, D = Math.PI * 2 / $, O = !0, q = this.or.v, te = this.ir.v, oe = this.os.v, me = this.is.v, We = 2 * Math.PI * q / ($ * 2), Fe = 2 * Math.PI * te / ($ * 2), xe, Ke, De,
|
|
16154
|
+
var $ = Math.floor(this.pt.v) * 2, D = Math.PI * 2 / $, O = !0, q = this.or.v, te = this.ir.v, oe = this.os.v, me = this.is.v, We = 2 * Math.PI * q / ($ * 2), Fe = 2 * Math.PI * te / ($ * 2), xe, Ke, De, ge, R = -Math.PI / 2;
|
|
16146
16155
|
R += this.r.v;
|
|
16147
16156
|
var W = this.data.d === 3 ? -1 : 1;
|
|
16148
16157
|
for (this.v._length = 0, xe = 0; xe < $; xe += 1) {
|
|
16149
|
-
Ke = O ? q : te, De = O ? oe : me,
|
|
16158
|
+
Ke = O ? q : te, De = O ? oe : me, ge = O ? We : Fe;
|
|
16150
16159
|
var x = Ke * Math.cos(R), E = Ke * Math.sin(R), ie = x === 0 && E === 0 ? 0 : E / Math.sqrt(x * x + E * E), Q = x === 0 && E === 0 ? 0 : -x / Math.sqrt(x * x + E * E);
|
|
16151
|
-
x += +this.p.v[0], E += +this.p.v[1], this.v.setTripleAt(x, E, x - ie *
|
|
16160
|
+
x += +this.p.v[0], E += +this.p.v[1], this.v.setTripleAt(x, E, x - ie * ge * De * W, E - Q * ge * De * W, x + ie * ge * De * W, E + Q * ge * De * W, xe, !0), O = !O, R += D * W;
|
|
16152
16161
|
}
|
|
16153
16162
|
},
|
|
16154
16163
|
convertPolygonToPath: function() {
|
|
@@ -16331,7 +16340,7 @@ function eI() {
|
|
|
16331
16340
|
var ie = this.props;
|
|
16332
16341
|
return Math.round((x * ie[0] + E * ie[4] + ie[12]) * 100) / 100 + "," + Math.round((x * ie[1] + E * ie[5] + ie[13]) * 100) / 100;
|
|
16333
16342
|
}
|
|
16334
|
-
function
|
|
16343
|
+
function ge() {
|
|
16335
16344
|
for (var x = 0, E = this.props, ie = "matrix3d(", Q = 1e4; x < 16; )
|
|
16336
16345
|
ie += h(E[x] * Q) / Q, ie += x === 15 ? ")" : ",", x += 1;
|
|
16337
16346
|
return ie;
|
|
@@ -16345,7 +16354,7 @@ function eI() {
|
|
|
16345
16354
|
return "matrix(" + E + "," + ie + "," + Q + "," + Ee + "," + Ve + "," + je + ")";
|
|
16346
16355
|
}
|
|
16347
16356
|
return function() {
|
|
16348
|
-
this.reset = v, this.rotate = m, this.rotateX = S, this.rotateY = T, this.rotateZ = k, this.skew = V, this.skewFromAxis = re, this.shear = A, this.scale = M, this.setTransform = H, this.translate = G, this.transform = Y, this.multiply = J, this.applyToPoint = O, this.applyToX = q, this.applyToY = te, this.applyToZ = oe, this.applyToPointArray = Ke, this.applyToTriplePoints = xe, this.applyToPointStringified = De, this.toCSS =
|
|
16357
|
+
this.reset = v, this.rotate = m, this.rotateX = S, this.rotateY = T, this.rotateZ = k, this.skew = V, this.skewFromAxis = re, this.shear = A, this.scale = M, this.setTransform = H, this.translate = G, this.transform = Y, this.multiply = J, this.applyToPoint = O, this.applyToX = q, this.applyToY = te, this.applyToZ = oe, this.applyToPointArray = Ke, this.applyToTriplePoints = xe, this.applyToPointStringified = De, this.toCSS = ge, this.to2dCSS = W, this.clone = $, this.cloneFromProps = D, this.equals = I, this.inversePoints = Fe, this.inversePoint = We, this.getInverseMatrix = me, this._t = this.transform, this.isIdentity = z, this._identity = !0, this._identityCalculated = !1, this.props = b("float32", 16), this.reset();
|
|
16349
16358
|
};
|
|
16350
16359
|
})();
|
|
16351
16360
|
function sc(s) {
|
|
@@ -17338,7 +17347,7 @@ function eI() {
|
|
|
17338
17347
|
this.fonts = [], this.chars = null, this.typekitLoaded = 0, this.isLoaded = !1, this._warned = !1, this.initTime = Date.now(), this.setIsLoadedBinded = this.setIsLoaded.bind(this), this.checkLoadedFontsBinded = this.checkLoadedFonts.bind(this);
|
|
17339
17348
|
};
|
|
17340
17349
|
De.isModifier = q, De.isZeroWidthJoiner = te, De.isFlagEmoji = We, De.isRegionalCode = me, De.isCombinedCharacter = Fe, De.isRegionalFlag = xe, De.isVariationSelector = oe, De.BLACK_FLAG_CODE_POINT = h;
|
|
17341
|
-
var
|
|
17350
|
+
var ge = {
|
|
17342
17351
|
addChars: z,
|
|
17343
17352
|
addFonts: J,
|
|
17344
17353
|
getCharData: I,
|
|
@@ -17347,7 +17356,7 @@ function eI() {
|
|
|
17347
17356
|
checkLoadedFonts: G,
|
|
17348
17357
|
setIsLoaded: Ke
|
|
17349
17358
|
};
|
|
17350
|
-
return De.prototype =
|
|
17359
|
+
return De.prototype = ge, De;
|
|
17351
17360
|
})();
|
|
17352
17361
|
function df(s) {
|
|
17353
17362
|
this.animationData = s;
|
|
@@ -18335,8 +18344,8 @@ function eI() {
|
|
|
18335
18344
|
Fe || (Fe = Math.sqrt(Math.pow(J[0] - z[0], 2) + Math.pow(J[1] - z[1], 2)));
|
|
18336
18345
|
var xe = Math.atan2(z[1] - J[1], z[0] - J[0]), Ke = M.h.v;
|
|
18337
18346
|
Ke >= 1 ? Ke = 0.99 : Ke <= -1 && (Ke = -0.99);
|
|
18338
|
-
var De = Fe * Ke,
|
|
18339
|
-
G.setAttribute("fx",
|
|
18347
|
+
var De = Fe * Ke, ge = Math.cos(xe + M.a.v) * De + J[0], R = Math.sin(xe + M.a.v) * De + J[1];
|
|
18348
|
+
G.setAttribute("fx", ge), G.setAttribute("fy", R), Y && !M.g._collapsable && (M.of.setAttribute("fx", ge), M.of.setAttribute("fy", R));
|
|
18340
18349
|
}
|
|
18341
18350
|
}
|
|
18342
18351
|
}
|
|
@@ -18537,9 +18546,9 @@ function eI() {
|
|
|
18537
18546
|
Fe += I.ascent * s.finalSize / 100, this.canResize && s.finalSize > this.minimumFontSize && We < Fe ? (s.finalSize -= 1, s.finalLineHeight = s.finalSize * s.lh / s.s) : (s.finalText = xe, m = s.finalText.length, oe = !1);
|
|
18538
18547
|
}
|
|
18539
18548
|
G = -q, D = 0;
|
|
18540
|
-
var De = 0,
|
|
18549
|
+
var De = 0, ge;
|
|
18541
18550
|
for (v = 0; v < m; v += 1)
|
|
18542
|
-
if (S = !1,
|
|
18551
|
+
if (S = !1, ge = s.finalText[v], te = ge.charCodeAt(0), te === 13 || te === 3 ? (De = 0, H.push(G), Y = G > Y ? G : Y, G = -2 * q, k = "", S = !0, M += 1) : k = ge, l.chars ? ($ = l.getCharData(ge, I.fStyle, l.getFontByName(s.f).fFamily), D = S ? 0 : $.w * s.finalSize / 100) : D = l.measureText(k, s.f, s.finalSize), ge === " " ? De += D + q : (G += D + q + De, De = 0), h.push({
|
|
18543
18552
|
l: D,
|
|
18544
18553
|
an: D,
|
|
18545
18554
|
add: V,
|
|
@@ -18728,7 +18737,7 @@ function eI() {
|
|
|
18728
18737
|
O = q[$].points, D = O[I - 1], Y = O[I], te = Y.partialLength;
|
|
18729
18738
|
}
|
|
18730
18739
|
re = M.length, k = 0, A = 0;
|
|
18731
|
-
var De = s.finalSize * 1.2 * 0.714,
|
|
18740
|
+
var De = s.finalSize * 1.2 * 0.714, ge = !0, R, W, x, E, ie;
|
|
18732
18741
|
E = h.length;
|
|
18733
18742
|
var Q, Ee = -1, Ve, je, et, tt = G, Ft = $, fr = I, Xr = -1, hr, Bt, _r, ht, Te, vn, qn, _n, Zr = "", yn = this.defaultPropsArray, bn;
|
|
18734
18743
|
if (s.j === 2 || s.j === 1) {
|
|
@@ -18748,7 +18757,7 @@ function eI() {
|
|
|
18748
18757
|
}
|
|
18749
18758
|
for (V = 0; V < re; V += 1) {
|
|
18750
18759
|
if (m.reset(), hr = 1, M[V].n)
|
|
18751
|
-
k = 0, A += s.yOffset, A +=
|
|
18760
|
+
k = 0, A += s.yOffset, A += ge ? 1 : 0, G = tt, ge = !1, this._hasMaskedPath && ($ = Ft, I = fr, O = q[$].points, D = O[I - 1], Y = O[I], te = Y.partialLength, J = 0), Zr = "", _n = "", vn = "", bn = "", yn = this.defaultPropsArray;
|
|
18752
18761
|
else {
|
|
18753
18762
|
if (this._hasMaskedPath) {
|
|
18754
18763
|
if (Xr !== M[V].line) {
|
|
@@ -19165,7 +19174,7 @@ function eI() {
|
|
|
19165
19174
|
}
|
|
19166
19175
|
var tI = /* @__PURE__ */ eI();
|
|
19167
19176
|
const rI = /* @__PURE__ */ Bp(tI), nI = j.div`
|
|
19168
|
-
${(e) => e.$ccMargin ?
|
|
19177
|
+
${(e) => e.$ccMargin ? pe`
|
|
19169
19178
|
margin: ${qr(e.$ccMargin)};
|
|
19170
19179
|
` : null}
|
|
19171
19180
|
> svg {
|
|
@@ -21939,7 +21948,7 @@ function jN({
|
|
|
21939
21948
|
}
|
|
21940
21949
|
) });
|
|
21941
21950
|
}
|
|
21942
|
-
const L2 =
|
|
21951
|
+
const L2 = pe`
|
|
21943
21952
|
white-space: nowrap;
|
|
21944
21953
|
text-overflow: ellipsis;
|
|
21945
21954
|
overflow: hidden;
|
|
@@ -21947,7 +21956,7 @@ const L2 = ge`
|
|
|
21947
21956
|
display: flex;
|
|
21948
21957
|
flex-direction: column;
|
|
21949
21958
|
align-items: ${({ $isLoading: e }) => e ? "center" : "flex-start"};
|
|
21950
|
-
${({ $isLoading: e }) => e ?
|
|
21959
|
+
${({ $isLoading: e }) => e ? pe`
|
|
21951
21960
|
justify-content: center;
|
|
21952
21961
|
` : null}
|
|
21953
21962
|
gap: var(--cc_size_spacing_s);
|
|
@@ -22154,13 +22163,13 @@ const Od = "calc(var(--cc_size_spacing_m) * 1.25) var(--cc_size_spacing_l)", j2
|
|
|
22154
22163
|
all: initial;
|
|
22155
22164
|
min-width: 0;
|
|
22156
22165
|
`, G2 = (e) => {
|
|
22157
|
-
const n = "calc(100% - var(--cc_size_spacing_xl))", t =
|
|
22166
|
+
const n = "calc(100% - var(--cc_size_spacing_xl))", t = pe`
|
|
22158
22167
|
max-width: ${n};
|
|
22159
22168
|
max-height: ${n};
|
|
22160
22169
|
`;
|
|
22161
22170
|
switch (e) {
|
|
22162
22171
|
case "small":
|
|
22163
|
-
return
|
|
22172
|
+
return pe`
|
|
22164
22173
|
width: ${n};
|
|
22165
22174
|
${t}
|
|
22166
22175
|
@container (min-width: 600px) {
|
|
@@ -22168,7 +22177,7 @@ const Od = "calc(var(--cc_size_spacing_m) * 1.25) var(--cc_size_spacing_l)", j2
|
|
|
22168
22177
|
}
|
|
22169
22178
|
`;
|
|
22170
22179
|
case "medium":
|
|
22171
|
-
return
|
|
22180
|
+
return pe`
|
|
22172
22181
|
width: ${n};
|
|
22173
22182
|
${t}
|
|
22174
22183
|
@container (min-width: 900px) {
|
|
@@ -22537,7 +22546,7 @@ const nL = j.dialog`
|
|
|
22537
22546
|
line-height: 1.3;
|
|
22538
22547
|
|
|
22539
22548
|
/* if ccMargin is specified in props, convert spacing tokens to CSS variables */
|
|
22540
|
-
${(e) => e.$ccMargin ?
|
|
22549
|
+
${(e) => e.$ccMargin ? pe`
|
|
22541
22550
|
margin: ${qr(e.$ccMargin)};
|
|
22542
22551
|
` : null}
|
|
22543
22552
|
`, hL = j.span`
|
|
@@ -22599,7 +22608,7 @@ function UN({
|
|
|
22599
22608
|
const mL = j.header`
|
|
22600
22609
|
all: initial;
|
|
22601
22610
|
display: block;
|
|
22602
|
-
${(e) => e.$hasBottomBorder ?
|
|
22611
|
+
${(e) => e.$hasBottomBorder ? pe`
|
|
22603
22612
|
padding-block-end: var(--cc_size_spacing_m);
|
|
22604
22613
|
border-block-end: var(--cc_size_border_width_s) solid
|
|
22605
22614
|
var(--cc_color_border_default);
|
|
@@ -22751,7 +22760,7 @@ function XN({
|
|
|
22751
22760
|
const CL = j.div`
|
|
22752
22761
|
position: relative;
|
|
22753
22762
|
`, EL = j.label`
|
|
22754
|
-
${(e) => e.$hideLabel ? xr :
|
|
22763
|
+
${(e) => e.$hideLabel ? xr : pe`
|
|
22755
22764
|
all: initial;
|
|
22756
22765
|
display: block;
|
|
22757
22766
|
${Wt}
|
|
@@ -22759,11 +22768,11 @@ const CL = j.div`
|
|
|
22759
22768
|
font-size: ${e.$size === "medium" ? "var(--cc_size_text_s)" : "var(--cc_size_text_xs)"};
|
|
22760
22769
|
margin-block-end: var(--cc_size_spacing_s);
|
|
22761
22770
|
`}
|
|
22762
|
-
`, Ap =
|
|
22771
|
+
`, Ap = pe`
|
|
22763
22772
|
border: none;
|
|
22764
22773
|
background-color: var(--cc_color_background_3);
|
|
22765
22774
|
border-radius: var(--cc_size_border_radius_pill);
|
|
22766
|
-
`, Lp = (e, n) =>
|
|
22775
|
+
`, Lp = (e, n) => pe`
|
|
22767
22776
|
background-color: ${Zu(e)};
|
|
22768
22777
|
border-radius: var(--cc_size_border_radius_pill) 0 0
|
|
22769
22778
|
var(--cc_size_border_radius_pill);
|
|
@@ -22843,10 +22852,10 @@ const ML = {
|
|
|
22843
22852
|
display: grid;
|
|
22844
22853
|
place-items: center;
|
|
22845
22854
|
|
|
22846
|
-
${(e) => e.$ccMargin ?
|
|
22855
|
+
${(e) => e.$ccMargin ? pe`
|
|
22847
22856
|
margin: ${qr(e.$ccMargin)};
|
|
22848
22857
|
` : null}
|
|
22849
|
-
`, qv =
|
|
22858
|
+
`, qv = pe`
|
|
22850
22859
|
position: absolute;
|
|
22851
22860
|
width: 100%;
|
|
22852
22861
|
height: 100%;
|
|
@@ -23088,14 +23097,14 @@ function ez({
|
|
|
23088
23097
|
}
|
|
23089
23098
|
);
|
|
23090
23099
|
}
|
|
23091
|
-
const KL = (e, n) => e ? xr : n === "group" ?
|
|
23100
|
+
const KL = (e, n) => e ? xr : n === "group" ? pe`
|
|
23092
23101
|
flex: 1;
|
|
23093
23102
|
min-width: 1px;
|
|
23094
23103
|
` : null, yl = bt.size_avatar_s, UL = j.div`
|
|
23095
23104
|
display: flex;
|
|
23096
23105
|
align-items: center;
|
|
23097
23106
|
gap: var(--cc_size_spacing_s);
|
|
23098
|
-
${(e) => e.$message ?
|
|
23107
|
+
${(e) => e.$message ? pe`
|
|
23099
23108
|
margin-block-end: var(--cc_size_spacing_s);
|
|
23100
23109
|
` : null}
|
|
23101
23110
|
`, QL = j.label`
|
|
@@ -23153,9 +23162,9 @@ const KL = (e, n) => e ? xr : n === "group" ? ge`
|
|
|
23153
23162
|
outline-offset: var(--cc_size_spacing_xs);
|
|
23154
23163
|
}
|
|
23155
23164
|
${(e) => e.disabled ? Ar : null}
|
|
23156
|
-
${(e) => e.$isPressed ?
|
|
23165
|
+
${(e) => e.$isPressed ? pe`
|
|
23157
23166
|
background-color: ${e.$status !== "normal" ? Vt(e.$status).accentColor : "var(--cc_color_button_background_secondary)"};
|
|
23158
|
-
` :
|
|
23167
|
+
` : pe`
|
|
23159
23168
|
background-color: var(--cc_color_button_background_subtle);
|
|
23160
23169
|
`}
|
|
23161
23170
|
`, tz = ({
|
|
@@ -25043,7 +25052,7 @@ const KO = j.button`
|
|
|
25043
25052
|
]
|
|
25044
25053
|
}
|
|
25045
25054
|
);
|
|
25046
|
-
}, ZO = (e) => e === "fill" ? "minmax(100px, 1fr)" : typeof e == "number" ? `${e}px` : e, Vp =
|
|
25055
|
+
}, ZO = (e) => e === "fill" ? "minmax(100px, 1fr)" : typeof e == "number" ? `${e}px` : e, Vp = pe`
|
|
25047
25056
|
white-space: normal;
|
|
25048
25057
|
overflow-wrap: break-word;
|
|
25049
25058
|
hyphens: auto;
|
|
@@ -25056,7 +25065,7 @@ const KO = j.button`
|
|
|
25056
25065
|
white-space: nowrap;
|
|
25057
25066
|
|
|
25058
25067
|
/* if ccMargin is specified in props, convert spacing tokens to CSS variables */
|
|
25059
|
-
${(e) => e.$ccMargin ?
|
|
25068
|
+
${(e) => e.$ccMargin ? pe`
|
|
25060
25069
|
margin: ${qr(e.$ccMargin)};
|
|
25061
25070
|
` : null}
|
|
25062
25071
|
|
|
@@ -25075,7 +25084,7 @@ const KO = j.button`
|
|
|
25075
25084
|
${(e) => {
|
|
25076
25085
|
var t;
|
|
25077
25086
|
const n = (t = e.$columnSizes) == null ? void 0 : t.map((r) => ZO(r)).join(" ");
|
|
25078
|
-
return
|
|
25087
|
+
return pe`
|
|
25079
25088
|
grid-template-columns: ${n};
|
|
25080
25089
|
`;
|
|
25081
25090
|
}}
|
|
@@ -25094,7 +25103,7 @@ const KO = j.button`
|
|
|
25094
25103
|
${Vp}
|
|
25095
25104
|
}
|
|
25096
25105
|
|
|
25097
|
-
${(e) => e.$enableStickyHeaders ?
|
|
25106
|
+
${(e) => e.$enableStickyHeaders ? pe`
|
|
25098
25107
|
thead th {
|
|
25099
25108
|
position: sticky;
|
|
25100
25109
|
top: 0;
|