@telefonica/mistica 14.22.1 → 14.22.2
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/css/mistica.css +1 -1
- package/dist/button.css-mistica.js +28 -31
- package/dist/button.css.d.ts +1 -3
- package/dist/button.js +71 -63
- package/dist/package-version.js +1 -1
- package/dist-es/button.css-mistica.js +8 -8
- package/dist-es/button.js +104 -96
- package/dist-es/package-version.js +1 -1
- package/dist-es/style.css +1 -1
- package/package.json +1 -1
package/dist/button.js
CHANGED
|
@@ -10,7 +10,7 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
ButtonDanger: function() {
|
|
13
|
-
return
|
|
13
|
+
return Re;
|
|
14
14
|
},
|
|
15
15
|
ButtonLink: function() {
|
|
16
16
|
return Ne;
|
|
@@ -19,7 +19,7 @@ _export(exports, {
|
|
|
19
19
|
return _e;
|
|
20
20
|
},
|
|
21
21
|
ButtonSecondary: function() {
|
|
22
|
-
return
|
|
22
|
+
return we;
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
const _jsxruntime = require("react/jsx-runtime");
|
|
@@ -160,8 +160,8 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
160
160
|
}
|
|
161
161
|
return target;
|
|
162
162
|
}
|
|
163
|
-
const
|
|
164
|
-
let { content: e , defaultIconSize:
|
|
163
|
+
const N = (param)=>{
|
|
164
|
+
let { content: e , defaultIconSize: i , renderText: n } = param;
|
|
165
165
|
const c = (0, _utils.flattenChildren)(e), f = c.length, d = [];
|
|
166
166
|
let l = [];
|
|
167
167
|
const g = ()=>{
|
|
@@ -174,7 +174,7 @@ const w = (param)=>{
|
|
|
174
174
|
if (/*#__PURE__*/ _react.isValidElement(u)) {
|
|
175
175
|
l.length && g();
|
|
176
176
|
var _u_props_size;
|
|
177
|
-
const v = (_u_props_size = u.props.size) !== null && _u_props_size !== void 0 ? _u_props_size :
|
|
177
|
+
const v = (_u_props_size = u.props.size) !== null && _u_props_size !== void 0 ? _u_props_size : i;
|
|
178
178
|
d.push(/* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
|
|
179
179
|
style: {
|
|
180
180
|
display: "flex",
|
|
@@ -188,7 +188,7 @@ const w = (param)=>{
|
|
|
188
188
|
}, d.length));
|
|
189
189
|
} else l.push(u), s && g();
|
|
190
190
|
}), d;
|
|
191
|
-
},
|
|
191
|
+
}, de = ()=>/* @__PURE__ */ (0, _jsxruntime.jsx)("svg", {
|
|
192
192
|
width: "0.5em",
|
|
193
193
|
height: "1.25em",
|
|
194
194
|
viewBox: "0 0 8 20",
|
|
@@ -196,9 +196,9 @@ const w = (param)=>{
|
|
|
196
196
|
d: "M6.32595 11.0107L3.03801 7.7086L3.03292 7.70375L3.032 7.70291L3.02931 7.70047L3.02848 7.69974L3.02248 7.69436C2.88533 7.57121 2.71386 7.53733 2.56343 7.55395C2.41648 7.57018 2.27272 7.63567 2.16886 7.73711C2.06893 7.83185 2.01209 7.97816 2.00175 8.11707C1.99083 8.26377 2.02925 8.43959 2.16869 8.57393L5.24446 11.5515L2.15859 14.512L2.15375 14.5171L2.1529 14.518L2.15046 14.5207L2.14974 14.5215L2.14435 14.5275C2.02121 14.6647 1.98733 14.8361 2.00394 14.9866C2.02017 15.1335 2.08567 15.2773 2.18711 15.3811C2.28184 15.4811 2.42816 15.5379 2.56706 15.5483C2.71377 15.5592 2.88958 15.5208 3.02392 15.3813L6.32595 12.0922C6.6246 11.7936 6.6246 11.3094 6.32595 11.0107Z",
|
|
197
197
|
fill: "currentColor"
|
|
198
198
|
})
|
|
199
|
-
}),
|
|
200
|
-
let { showSpinner: e , children:
|
|
201
|
-
const s = n ? _buttoncssmistica.SMALL_ICON_SIZE : _buttoncssmistica.ICON_SIZE,
|
|
199
|
+
}), z = (param)=>{
|
|
200
|
+
let { showSpinner: e , children: i , small: n , loadingText: c , shouldRenderSpinner: f , setShouldRenderSpinner: d , renderText: l , textContentStyle: g , StartIcon: u , EndIcon: m , withChevron: a } = param;
|
|
201
|
+
const s = n ? _buttoncssmistica.SMALL_ICON_SIZE : _buttoncssmistica.ICON_SIZE, r = (0, _css.pxToRem)(n ? _buttoncssmistica.SMALL_SPINNER_SIZE : _buttoncssmistica.SPINNER_SIZE);
|
|
202
202
|
return /* @__PURE__ */ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
203
203
|
children: [
|
|
204
204
|
/* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
|
|
@@ -216,8 +216,8 @@ const w = (param)=>{
|
|
|
216
216
|
color: "currentColor"
|
|
217
217
|
})
|
|
218
218
|
}),
|
|
219
|
-
|
|
220
|
-
content:
|
|
219
|
+
N({
|
|
220
|
+
content: i,
|
|
221
221
|
defaultIconSize: s,
|
|
222
222
|
renderText: l
|
|
223
223
|
}),
|
|
@@ -238,7 +238,7 @@ const w = (param)=>{
|
|
|
238
238
|
alignItems: "center",
|
|
239
239
|
marginLeft: _buttoncssmistica.CHEVRON_MARGIN_LEFT_LINK
|
|
240
240
|
},
|
|
241
|
-
children: /* @__PURE__ */ (0, _jsxruntime.jsx)(
|
|
241
|
+
children: /* @__PURE__ */ (0, _jsxruntime.jsx)(de, {})
|
|
242
242
|
})
|
|
243
243
|
]
|
|
244
244
|
}),
|
|
@@ -246,10 +246,10 @@ const w = (param)=>{
|
|
|
246
246
|
className: _buttoncssmistica.loadingFiller,
|
|
247
247
|
"aria-hidden": !0,
|
|
248
248
|
style: c ? {
|
|
249
|
-
paddingLeft:
|
|
249
|
+
paddingLeft: r,
|
|
250
250
|
paddingRight: _buttoncssmistica.ICON_MARGIN_PX + 2 * (n ? _buttoncssmistica.X_SMALL_PADDING_PX : _buttoncssmistica.X_PADDING_PX)
|
|
251
251
|
} : void 0,
|
|
252
|
-
children:
|
|
252
|
+
children: N({
|
|
253
253
|
content: c,
|
|
254
254
|
defaultIconSize: s,
|
|
255
255
|
renderText: l
|
|
@@ -266,17 +266,17 @@ const w = (param)=>{
|
|
|
266
266
|
rolePresentation: !!c,
|
|
267
267
|
color: "currentcolor",
|
|
268
268
|
delay: "0s",
|
|
269
|
-
size:
|
|
269
|
+
size: r
|
|
270
270
|
}) : /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
|
|
271
271
|
style: {
|
|
272
272
|
display: "inline-block",
|
|
273
|
-
width:
|
|
274
|
-
height:
|
|
273
|
+
width: r,
|
|
274
|
+
height: r
|
|
275
275
|
}
|
|
276
276
|
}),
|
|
277
277
|
c ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
|
|
278
278
|
paddingLeft: 8,
|
|
279
|
-
children:
|
|
279
|
+
children: N({
|
|
280
280
|
content: c,
|
|
281
281
|
defaultIconSize: s,
|
|
282
282
|
renderText: l
|
|
@@ -286,12 +286,12 @@ const w = (param)=>{
|
|
|
286
286
|
})
|
|
287
287
|
]
|
|
288
288
|
});
|
|
289
|
-
},
|
|
290
|
-
const { textPresets: n } = (0, _hooks.useTheme)(), { eventFormat: c } = (0, _analytics.useTrackingConfig)(), { formStatus: f , formId: d } = (0, _formcontext.useForm)(), l = (0, _themevariantcontext.useIsInverseVariant)(), { loadingText: g } = e, u = !!e.submit, m = f === "sending", [a, s] = _react.useState(!1),
|
|
289
|
+
}, _ = /*#__PURE__*/ _react.forwardRef((e, i)=>{
|
|
290
|
+
const { textPresets: n } = (0, _hooks.useTheme)(), { eventFormat: c } = (0, _analytics.useTrackingConfig)(), { formStatus: f , formId: d } = (0, _formcontext.useForm)(), l = (0, _themevariantcontext.useIsInverseVariant)(), { loadingText: g } = e, u = !!e.submit, m = f === "sending", [a, s] = _react.useState(!1), r = e.showSpinner || m && u || a, [v, L] = _react.useState(!!r);
|
|
291
291
|
_react.useEffect(()=>{
|
|
292
|
-
|
|
292
|
+
r && !v && L(!0);
|
|
293
293
|
}, [
|
|
294
|
-
|
|
294
|
+
r,
|
|
295
295
|
v,
|
|
296
296
|
f
|
|
297
297
|
]);
|
|
@@ -304,25 +304,25 @@ const w = (param)=>{
|
|
|
304
304
|
category: _analytics.eventCategories.userInteraction,
|
|
305
305
|
action: `${e.type}_button_tapped`,
|
|
306
306
|
label: (0, _common.getTextFromChildren)(e.children)
|
|
307
|
-
},
|
|
307
|
+
}, b = (I)=>e.small ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text, {
|
|
308
308
|
size: 14,
|
|
309
309
|
lineHeight: 20,
|
|
310
310
|
weight: n.button.weight,
|
|
311
311
|
truncate: 1,
|
|
312
312
|
color: "inherit",
|
|
313
313
|
as: "div",
|
|
314
|
-
children:
|
|
314
|
+
children: I
|
|
315
315
|
}) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text3, {
|
|
316
316
|
weight: n.button.weight,
|
|
317
317
|
truncate: 1,
|
|
318
318
|
color: "inherit",
|
|
319
319
|
as: "div",
|
|
320
|
-
children:
|
|
320
|
+
children: I
|
|
321
321
|
}), h = {
|
|
322
|
-
ref:
|
|
322
|
+
ref: i,
|
|
323
323
|
className: (0, _classnames.default)(l ? _buttoncssmistica.inverseVariants[e.type] : _buttoncssmistica.variants[e.type], e.className, {
|
|
324
324
|
[_buttoncssmistica.small]: e.small,
|
|
325
|
-
[_buttoncssmistica.isLoading]:
|
|
325
|
+
[_buttoncssmistica.isLoading]: r
|
|
326
326
|
}),
|
|
327
327
|
style: _object_spread({
|
|
328
328
|
cursor: e.fake ? "pointer" : void 0
|
|
@@ -332,19 +332,19 @@ const w = (param)=>{
|
|
|
332
332
|
"aria-controls": e["aria-controls"],
|
|
333
333
|
"aria-expanded": e["aria-expanded"],
|
|
334
334
|
tabIndex: e.tabIndex,
|
|
335
|
-
children:
|
|
336
|
-
showSpinner:
|
|
335
|
+
children: z({
|
|
336
|
+
showSpinner: r,
|
|
337
337
|
shouldRenderSpinner: v,
|
|
338
338
|
setShouldRenderSpinner: L,
|
|
339
339
|
children: e.children,
|
|
340
340
|
loadingText: g,
|
|
341
341
|
small: e.small,
|
|
342
|
-
renderText:
|
|
342
|
+
renderText: b,
|
|
343
343
|
textContentStyle: _buttoncssmistica.textContent,
|
|
344
344
|
StartIcon: e.StartIcon,
|
|
345
345
|
EndIcon: e.EndIcon
|
|
346
346
|
}),
|
|
347
|
-
disabled: e.disabled ||
|
|
347
|
+
disabled: e.disabled || r || m,
|
|
348
348
|
role: "button"
|
|
349
349
|
};
|
|
350
350
|
if (process.env.NODE_ENV !== "production" && (e.to === "" || e.href === "")) throw Error("to or href props are empty strings");
|
|
@@ -360,9 +360,9 @@ const w = (param)=>{
|
|
|
360
360
|
onPress: ()=>{}
|
|
361
361
|
}, h));
|
|
362
362
|
if (e.onPress) return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, _object_spread_props(_object_spread({}, h), {
|
|
363
|
-
onPress: (
|
|
364
|
-
const
|
|
365
|
-
|
|
363
|
+
onPress: (I)=>{
|
|
364
|
+
const w = e.onPress(I);
|
|
365
|
+
w && (s(!0), w.finally(()=>s(!1)));
|
|
366
366
|
}
|
|
367
367
|
}));
|
|
368
368
|
if (e.to || e.to === "") return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, _object_spread_props(_object_spread({}, h), {
|
|
@@ -376,14 +376,14 @@ const w = (param)=>{
|
|
|
376
376
|
}));
|
|
377
377
|
if (process.env.NODE_ENV !== "production") throw Error("Bad button props");
|
|
378
378
|
return null;
|
|
379
|
-
}), Ne = /*#__PURE__*/ _react.forwardRef((e,
|
|
379
|
+
}), Ne = /*#__PURE__*/ _react.forwardRef((e, i)=>{
|
|
380
380
|
var _e_withChevron;
|
|
381
|
-
const { formStatus: n } = (0, _formcontext.useForm)(), c = (0, _themevariantcontext.useIsInverseVariant)(), { analytics: f , textPresets: d } = (0, _hooks.useTheme)(), { loadingText: l } = e, g = n === "sending", [u, m] = _react.useState(!1), a = e.showSpinner || u, s = (_e_withChevron = e.withChevron) !== null && _e_withChevron !== void 0 ? _e_withChevron : !!e.href || !!e.to, [
|
|
381
|
+
const { formStatus: n } = (0, _formcontext.useForm)(), c = (0, _themevariantcontext.useIsInverseVariant)(), { analytics: f , textPresets: d } = (0, _hooks.useTheme)(), { loadingText: l } = e, g = n === "sending", [u, m] = _react.useState(!1), a = e.showSpinner || u, s = (_e_withChevron = e.withChevron) !== null && _e_withChevron !== void 0 ? _e_withChevron : !!e.href || !!e.to, [r, v] = _react.useState(!!a);
|
|
382
382
|
_react.useEffect(()=>{
|
|
383
|
-
a && !
|
|
383
|
+
a && !r && v(!0);
|
|
384
384
|
}, [
|
|
385
385
|
a,
|
|
386
|
-
|
|
386
|
+
r,
|
|
387
387
|
n
|
|
388
388
|
]);
|
|
389
389
|
var _e_trackingEvent;
|
|
@@ -400,21 +400,29 @@ const w = (param)=>{
|
|
|
400
400
|
truncate: 1,
|
|
401
401
|
color: "inherit",
|
|
402
402
|
children: h
|
|
403
|
-
}),
|
|
403
|
+
}), b = {
|
|
404
404
|
className: (0, _classnames.default)(_buttoncssmistica.link, {
|
|
405
405
|
[_buttoncssmistica.inverseLink]: c,
|
|
406
|
-
[_buttoncssmistica.alignedLeftLink]: !!e.bleedLeft || !!e.aligned,
|
|
407
|
-
[_buttoncssmistica.alignedRightLink]: !!e.bleedRight,
|
|
408
|
-
[_buttoncssmistica.alignedVerticalLink]: !!e.bleedY,
|
|
409
406
|
[_buttoncssmistica.isLoading]: a
|
|
410
407
|
}),
|
|
408
|
+
/**
|
|
409
|
+
* Setting bleed classes with style to override the margin:0 set by the Touchable component.
|
|
410
|
+
* If we set it using className, it may not work depending on the order in which the styles are applied.
|
|
411
|
+
*/ style: _object_spread({}, e.bleedLeft || e.aligned ? {
|
|
412
|
+
marginLeft: -_buttoncssmistica.PADDING_X_LINK
|
|
413
|
+
} : void 0, e.bleedRight ? {
|
|
414
|
+
marginRight: -_buttoncssmistica.PADDING_X_LINK
|
|
415
|
+
} : void 0, e.bleedY ? {
|
|
416
|
+
marginTop: -_buttoncssmistica.PADDING_Y_LINK,
|
|
417
|
+
marginBottom: -_buttoncssmistica.PADDING_Y_LINK
|
|
418
|
+
} : void 0),
|
|
411
419
|
trackingEvent: (_e_trackingEvent = e.trackingEvent) !== null && _e_trackingEvent !== void 0 ? _e_trackingEvent : e.trackEvent ? L() : void 0,
|
|
412
420
|
dataAttributes: _object_spread({
|
|
413
421
|
"component-name": "ButtonLink"
|
|
414
422
|
}, e.dataAttributes),
|
|
415
|
-
children:
|
|
423
|
+
children: z({
|
|
416
424
|
showSpinner: a,
|
|
417
|
-
shouldRenderSpinner:
|
|
425
|
+
shouldRenderSpinner: r,
|
|
418
426
|
setShouldRenderSpinner: v,
|
|
419
427
|
children: e.children,
|
|
420
428
|
loadingText: l,
|
|
@@ -429,60 +437,60 @@ const w = (param)=>{
|
|
|
429
437
|
};
|
|
430
438
|
if (process.env.NODE_ENV !== "production" && (e.to === "" || e.href === "")) throw Error("to or href props are empty strings");
|
|
431
439
|
if (e.onPress) return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, _object_spread_props(_object_spread({
|
|
432
|
-
ref:
|
|
433
|
-
},
|
|
440
|
+
ref: i
|
|
441
|
+
}, b), {
|
|
434
442
|
onPress: (h)=>{
|
|
435
|
-
const
|
|
436
|
-
|
|
443
|
+
const I = e.onPress(h);
|
|
444
|
+
I && (m(!0), I.finally(()=>m(!1)));
|
|
437
445
|
}
|
|
438
446
|
}));
|
|
439
447
|
if (e.to || e.to === "") return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, _object_spread_props(_object_spread({
|
|
440
|
-
ref:
|
|
441
|
-
},
|
|
448
|
+
ref: i
|
|
449
|
+
}, b), {
|
|
442
450
|
to: e.to,
|
|
443
451
|
fullPageOnWebView: e.fullPageOnWebView
|
|
444
452
|
}));
|
|
445
453
|
if (e.href || e.href === "") return /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.BaseTouchable, _object_spread_props(_object_spread({
|
|
446
|
-
ref:
|
|
447
|
-
},
|
|
454
|
+
ref: i
|
|
455
|
+
}, b), {
|
|
448
456
|
href: e.href,
|
|
449
457
|
newTab: e.newTab
|
|
450
458
|
}));
|
|
451
459
|
if (process.env.NODE_ENV !== "production") throw Error("Bad button props");
|
|
452
460
|
return null;
|
|
453
461
|
}), _e = /*#__PURE__*/ _react.forwardRef((_param, n)=>/* @__PURE__ */ {
|
|
454
|
-
var { dataAttributes: e } = _param,
|
|
462
|
+
var { dataAttributes: e } = _param, i = _object_without_properties(_param, [
|
|
455
463
|
"dataAttributes"
|
|
456
464
|
]);
|
|
457
|
-
return (0, _jsxruntime.jsx)(
|
|
465
|
+
return (0, _jsxruntime.jsx)(_, _object_spread_props(_object_spread({
|
|
458
466
|
dataAttributes: _object_spread({
|
|
459
467
|
"component-name": "ButtonPrimary"
|
|
460
468
|
}, e)
|
|
461
|
-
},
|
|
469
|
+
}, i), {
|
|
462
470
|
ref: n,
|
|
463
471
|
type: "primary"
|
|
464
472
|
}));
|
|
465
|
-
}),
|
|
466
|
-
var { dataAttributes: e } = _param,
|
|
473
|
+
}), we = /*#__PURE__*/ _react.forwardRef((_param, n)=>/* @__PURE__ */ {
|
|
474
|
+
var { dataAttributes: e } = _param, i = _object_without_properties(_param, [
|
|
467
475
|
"dataAttributes"
|
|
468
476
|
]);
|
|
469
|
-
return (0, _jsxruntime.jsx)(
|
|
477
|
+
return (0, _jsxruntime.jsx)(_, _object_spread_props(_object_spread({
|
|
470
478
|
dataAttributes: _object_spread({
|
|
471
479
|
"component-name": "ButtonSecondary"
|
|
472
480
|
}, e)
|
|
473
|
-
},
|
|
481
|
+
}, i), {
|
|
474
482
|
ref: n,
|
|
475
483
|
type: "secondary"
|
|
476
484
|
}));
|
|
477
|
-
}),
|
|
478
|
-
var { dataAttributes: e } = _param,
|
|
485
|
+
}), Re = /*#__PURE__*/ _react.forwardRef((_param, n)=>/* @__PURE__ */ {
|
|
486
|
+
var { dataAttributes: e } = _param, i = _object_without_properties(_param, [
|
|
479
487
|
"dataAttributes"
|
|
480
488
|
]);
|
|
481
|
-
return (0, _jsxruntime.jsx)(
|
|
489
|
+
return (0, _jsxruntime.jsx)(_, _object_spread_props(_object_spread({
|
|
482
490
|
dataAttributes: _object_spread({
|
|
483
491
|
"component-name": "ButtonDanger"
|
|
484
492
|
}, e)
|
|
485
|
-
},
|
|
493
|
+
}, i), {
|
|
486
494
|
ref: n,
|
|
487
495
|
type: "danger"
|
|
488
496
|
}));
|
package/dist/package-version.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "./sprinkles.css.ts.vanilla.css-mistica.js";
|
|
2
2
|
import "./button.css.ts.vanilla.css-mistica.js";
|
|
3
|
-
var _ = 104,
|
|
4
|
-
primary: "
|
|
5
|
-
secondary: "
|
|
6
|
-
danger: "rrbrpnt rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf20 _1y2v1nf3m"
|
|
7
|
-
}, z = "rrbrpn0", l = "rrbrpng _1y2v1nf8t _1y2v1nfa2 _1y2v1nfb9 _1y2v1nfbt _1y2v1nfaz _1y2v1nfdu _1y2v1nfdn _1y2v1nf27 _1y2v1nf5y _1y2v1nfe5 _1y2v1nfcz", o = "rrbrpn7 _1y2v1nfb6 _1y2v1nfb0 _1y2v1nfeb _1y2v1nffk _1y2v1nfbe _1y2v1nfbk", k = "rrbrpn4 _1y2v1nfb7 _1y2v1nfca _1y2v1nfe5", g = "rrbrpn5", s = "rrbrpn9 _1y2v1nfb5 _1y2v1nfbk _1y2v1nfbe", S = "rrbrpnk _1y2v1nfb5 _1y2v1nfbk _1y2v1nfbe", m = {
|
|
8
|
-
primary: "rrbrpno rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf20 _1y2v1nf3r",
|
|
9
|
-
secondary: "rrbrpnp rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf23 _1y2v1nf5y",
|
|
3
|
+
var _ = 104, y = 2, r = 8, f = 24, b = 12, a = 6, e = 20, p = 16, t = 20, I = 14.5, N = 10.5, i = "rrbrpni _1y2v1nf28", d = {
|
|
4
|
+
primary: "rrbrpno rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf21 _1y2v1nf3s",
|
|
5
|
+
secondary: "rrbrpnp rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf25 _1y2v1nf5y",
|
|
10
6
|
danger: "rrbrpnq rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf20 _1y2v1nf3m"
|
|
7
|
+
}, z = "rrbrpn0", L = "rrbrpng _1y2v1nf8t _1y2v1nfa2 _1y2v1nfb9 _1y2v1nfbt _1y2v1nfaz _1y2v1nfdu _1y2v1nfdn _1y2v1nf27 _1y2v1nf5y _1y2v1nfe5 _1y2v1nfcz", o = "rrbrpn7 _1y2v1nfb6 _1y2v1nfb0 _1y2v1nfeb _1y2v1nffk _1y2v1nfbe _1y2v1nfbk", s = "rrbrpn4 _1y2v1nfb7 _1y2v1nfca _1y2v1nfe5", A = "rrbrpn5", D = "rrbrpn9 _1y2v1nfb5 _1y2v1nfbk _1y2v1nfbe", P = "rrbrpnk _1y2v1nfb5 _1y2v1nfbk _1y2v1nfbe", S = {
|
|
8
|
+
primary: "rrbrpnl rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf20 _1y2v1nf3r",
|
|
9
|
+
secondary: "rrbrpnm rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf23 _1y2v1nf5y",
|
|
10
|
+
danger: "rrbrpnn rrbrpn2 _1y2v1nf5z _1y2v1nf78 _1y2v1nf8h _1y2v1nf9q _1y2v1nfb9 _1y2v1nfaz _1y2v1nfbt _1y2v1nfdu _1y2v1nfe5 _1y2v1nf20 _1y2v1nf3m"
|
|
11
11
|
};
|
|
12
|
-
export { _ as BUTTON_MIN_WIDTH,
|
|
12
|
+
export { _ as BUTTON_MIN_WIDTH, y as CHEVRON_MARGIN_LEFT_LINK, r as ICON_MARGIN_PX, f as ICON_SIZE, b as PADDING_X_LINK, a as PADDING_Y_LINK, e as SMALL_ICON_SIZE, p as SMALL_SPINNER_SIZE, t as SPINNER_SIZE, I as X_PADDING_PX, N as X_SMALL_PADDING_PX, i as inverseLink, d as inverseVariants, z as isLoading, L as link, o as loadingContent, s as loadingFiller, A as small, D as textContent, P as textContentLink, S as variants };
|