@telefonica/mistica 15.16.3 → 15.17.0

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.
Files changed (92) hide show
  1. package/css/mistica.css +1 -1
  2. package/css/roboto.css +102 -34
  3. package/dist/box.d.ts +1 -0
  4. package/dist/box.js +11 -10
  5. package/dist/chip.js +21 -22
  6. package/dist/dialog.js +53 -51
  7. package/dist/generated/mistica-icons/icon-box-star-filled.d.ts +4 -0
  8. package/dist/generated/mistica-icons/icon-box-star-filled.js +121 -0
  9. package/dist/generated/mistica-icons/icon-box-star-light.d.ts +4 -0
  10. package/dist/generated/mistica-icons/icon-box-star-light.js +117 -0
  11. package/dist/generated/mistica-icons/icon-box-star-regular.d.ts +4 -0
  12. package/dist/generated/mistica-icons/icon-box-star-regular.js +117 -0
  13. package/dist/generated/mistica-icons/icon-high-priority-filled.d.ts +4 -0
  14. package/dist/generated/mistica-icons/icon-high-priority-filled.js +111 -0
  15. package/dist/generated/mistica-icons/icon-high-priority-light.d.ts +4 -0
  16. package/dist/generated/mistica-icons/icon-high-priority-light.js +111 -0
  17. package/dist/generated/mistica-icons/icon-high-priority-regular.d.ts +4 -0
  18. package/dist/generated/mistica-icons/icon-high-priority-regular.js +111 -0
  19. package/dist/generated/mistica-icons/icon-mms-filled.d.ts +4 -0
  20. package/dist/generated/mistica-icons/icon-mms-filled.js +122 -0
  21. package/dist/generated/mistica-icons/icon-mms-light.d.ts +4 -0
  22. package/dist/generated/mistica-icons/icon-mms-light.js +134 -0
  23. package/dist/generated/mistica-icons/icon-mms-regular.d.ts +4 -0
  24. package/dist/generated/mistica-icons/icon-mms-regular.js +134 -0
  25. package/dist/generated/mistica-icons/icon-vivo-valoriza-filled.d.ts +4 -0
  26. package/dist/generated/mistica-icons/icon-vivo-valoriza-filled.js +111 -0
  27. package/dist/generated/mistica-icons/icon-vivo-valoriza-light.d.ts +4 -0
  28. package/dist/generated/mistica-icons/icon-vivo-valoriza-light.js +117 -0
  29. package/dist/generated/mistica-icons/icon-vivo-valoriza-regular.d.ts +4 -0
  30. package/dist/generated/mistica-icons/icon-vivo-valoriza-regular.js +117 -0
  31. package/dist/generated/mistica-icons/icons-keywords.js +31 -0
  32. package/dist/index.d.ts +12 -0
  33. package/dist/index.js +48 -0
  34. package/dist/list.d.ts +1 -0
  35. package/dist/list.js +163 -157
  36. package/dist/package-version.js +1 -1
  37. package/dist/select.js +103 -95
  38. package/dist/skins/blau.js +96 -8
  39. package/dist/skins/defaults.js +98 -10
  40. package/dist/skins/movistar.js +94 -6
  41. package/dist/skins/o2-new.js +95 -7
  42. package/dist/skins/o2.js +94 -6
  43. package/dist/skins/skin-contract.css-mistica.js +42 -10
  44. package/dist/skins/skin-contract.css.d.ts +32 -0
  45. package/dist/skins/telefonica.js +96 -8
  46. package/dist/skins/tu.js +94 -6
  47. package/dist/skins/types/index.d.ts +36 -28
  48. package/dist/skins/vivo-new.js +95 -7
  49. package/dist/skins/vivo.js +94 -6
  50. package/dist/snackbar.js +53 -51
  51. package/dist/table.js +12 -12
  52. package/dist/theme-context-provider.js +91 -63
  53. package/dist/theme-context.css-mistica.js +452 -0
  54. package/dist/theme-context.css.d.ts +432 -0
  55. package/dist/theme-context.css.ts.vanilla.css-mistica.js +11 -0
  56. package/dist-es/box.js +17 -16
  57. package/dist-es/chip.js +47 -48
  58. package/dist-es/dialog.js +70 -68
  59. package/dist-es/generated/mistica-icons/icon-box-star-filled.js +112 -0
  60. package/dist-es/generated/mistica-icons/icon-box-star-light.js +108 -0
  61. package/dist-es/generated/mistica-icons/icon-box-star-regular.js +108 -0
  62. package/dist-es/generated/mistica-icons/icon-high-priority-filled.js +102 -0
  63. package/dist-es/generated/mistica-icons/icon-high-priority-light.js +102 -0
  64. package/dist-es/generated/mistica-icons/icon-high-priority-regular.js +102 -0
  65. package/dist-es/generated/mistica-icons/icon-mms-filled.js +113 -0
  66. package/dist-es/generated/mistica-icons/icon-mms-light.js +125 -0
  67. package/dist-es/generated/mistica-icons/icon-mms-regular.js +125 -0
  68. package/dist-es/generated/mistica-icons/icon-vivo-valoriza-filled.js +102 -0
  69. package/dist-es/generated/mistica-icons/icon-vivo-valoriza-light.js +108 -0
  70. package/dist-es/generated/mistica-icons/icon-vivo-valoriza-regular.js +108 -0
  71. package/dist-es/generated/mistica-icons/icons-keywords.js +31 -0
  72. package/dist-es/index.js +1563 -1551
  73. package/dist-es/list.js +225 -219
  74. package/dist-es/package-version.js +1 -1
  75. package/dist-es/select.js +146 -138
  76. package/dist-es/skins/blau.js +96 -8
  77. package/dist-es/skins/defaults.js +97 -9
  78. package/dist-es/skins/movistar.js +94 -6
  79. package/dist-es/skins/o2-new.js +95 -7
  80. package/dist-es/skins/o2.js +94 -6
  81. package/dist-es/skins/skin-contract.css-mistica.js +42 -10
  82. package/dist-es/skins/telefonica.js +98 -10
  83. package/dist-es/skins/tu.js +94 -6
  84. package/dist-es/skins/vivo-new.js +95 -7
  85. package/dist-es/skins/vivo.js +94 -6
  86. package/dist-es/snackbar.js +62 -60
  87. package/dist-es/style.css +1 -1
  88. package/dist-es/table.js +31 -31
  89. package/dist-es/theme-context-provider.js +133 -105
  90. package/dist-es/theme-context.css-mistica.js +432 -0
  91. package/dist-es/theme-context.css.ts.vanilla.css-mistica.js +2 -0
  92. package/package.json +2 -3
package/dist/dialog.js CHANGED
@@ -154,9 +154,9 @@ function _object_without_properties_loose(source, excluded) {
154
154
  return target;
155
155
  }
156
156
  const ce = ()=>process.env.NODE_ENV !== "test" && !(0, _platform.isRunningAcceptanceTest)(), de = (t)=>{
157
- const { texts: i } = (0, _hooks.useTheme)(), { className: d, title: r, message: m, icon: n, extra: c, showCancelButton: s, showAcceptButton: l, cancelText: f = i.dialogCancelButton, acceptText: b = i.dialogAcceptButton, onCancel: g, onAccept: v, destructive: B = !1 } = t, u = t.type === "dialog", h = u && !!t.link || l || s, C = {
158
- onPress: v || (()=>{}),
159
- children: b,
157
+ const { texts: i } = (0, _hooks.useTheme)(), { className: d, title: r, message: f, icon: o, extra: c, showCancelButton: s, showAcceptButton: l, cancelText: g = i.dialogCancelButton, acceptText: m = i.dialogAcceptButton, onCancel: h, onAccept: C, destructive: B = !1 } = t, u = t.type === "dialog", p = u && !!t.link || l || s, y = {
158
+ onPress: C || (()=>{}),
159
+ children: m,
160
160
  // @deprecated - testid should be removed but many webapp tests depend on this
161
161
  dataAttributes: {
162
162
  testid: "dialog-accept-button"
@@ -165,11 +165,11 @@ const ce = ()=>process.env.NODE_ENV !== "test" && !(0, _platform.isRunningAccept
165
165
  return /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
166
166
  className: (0, _classnames.default)(_dialogcssmistica.variants[u ? "dialog" : "default"], d),
167
167
  children: [
168
- n && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
168
+ o && /* @__PURE__ */ (0, _jsxruntime.jsx)(_box.default, {
169
169
  paddingBottom: 24,
170
170
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
171
171
  className: _dialogcssmistica.iconContainer,
172
- children: /*#__PURE__*/ _react.cloneElement(n, {
172
+ children: /*#__PURE__*/ _react.cloneElement(o, {
173
173
  size: "100%"
174
174
  })
175
175
  })
@@ -201,134 +201,136 @@ const ce = ()=>process.env.NODE_ENV !== "test" && !(0, _platform.isRunningAccept
201
201
  /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text3, {
202
202
  color: _skincontractcssmistica.vars.colors.textSecondary,
203
203
  regular: !0,
204
- children: m
204
+ children: f
205
205
  }),
206
206
  c
207
207
  ]
208
208
  })
209
209
  }),
210
- h && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
210
+ p && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
211
211
  className: _dialogcssmistica.dialogActions,
212
212
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_buttonlayout.default, {
213
213
  link: u ? t.link : void 0,
214
214
  primaryButton: l ? B ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_button.ButtonDanger, _object_spread({
215
215
  tabIndex: 1
216
- }, C)) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_button.ButtonPrimary, _object_spread({
216
+ }, y)) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_button.ButtonPrimary, _object_spread({
217
217
  tabIndex: 1
218
- }, C)) : void 0,
218
+ }, y)) : void 0,
219
219
  secondaryButton: s ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_button.ButtonSecondary, {
220
220
  tabIndex: 2,
221
- onPress: g || (()=>{}),
221
+ onPress: h || (()=>{}),
222
222
  dataAttributes: {
223
223
  testid: "dialog-cancel-button"
224
224
  },
225
- children: f
225
+ children: g
226
226
  }) : void 0
227
227
  })
228
228
  })
229
229
  ]
230
230
  });
231
231
  }, ue = (param)=>{
232
- let { type: t, message: i, title: d, acceptText: r, cancelText: m, onAccept: n, onCancel: c, onDestroy: s } = param;
232
+ let { type: t, message: i, title: d, acceptText: r, cancelText: f, onAccept: o, onCancel: c, onDestroy: s } = param;
233
233
  return t === "confirm" ? (0, _webviewbridge.nativeConfirm)({
234
234
  message: i,
235
235
  title: d,
236
- cancelText: m,
236
+ cancelText: f,
237
237
  acceptText: r
238
238
  }).then((l)=>{
239
- l ? n == null || n() : c == null || c(), s();
239
+ l ? o == null || o() : c == null || c(), s();
240
240
  }) : (0, _webviewbridge.nativeAlert)({
241
241
  message: i,
242
242
  title: d,
243
243
  buttonText: r
244
244
  }).then(()=>{
245
- n == null || n(), s();
245
+ o == null || o(), s();
246
246
  });
247
247
  }, me = (param)=>{
248
- let { type: t, onAccept: i, onCancel: d, onDestroy: r, acceptText: m, cancelText: n, message: c, title: s } = param;
249
- const { texts: l } = (0, _hooks.useTheme)(), f = _react.useRef({
248
+ let { type: t, onAccept: i, onCancel: d, onDestroy: r, acceptText: f, cancelText: o, message: c, title: s } = param;
249
+ const { texts: l } = (0, _hooks.useTheme)(), g = _react.useRef({
250
250
  type: t,
251
251
  onAccept: i,
252
252
  onCancel: d,
253
253
  onDestroy: r,
254
- acceptText: m || l.dialogAcceptButton,
255
- cancelText: n || l.dialogCancelButton,
254
+ acceptText: f || l.dialogAcceptButton,
255
+ cancelText: o || l.dialogCancelButton,
256
256
  message: c,
257
257
  title: s
258
- });
258
+ }), m = _react.useRef(!1);
259
259
  return _react.useEffect(()=>{
260
- ue(f.current);
260
+ m.current || (m.current = !0, ue(g.current).finally(()=>{
261
+ m.current = !1;
262
+ }));
261
263
  }, []), /* @__PURE__ */ (0, _jsxruntime.jsx)(_jsxruntime.Fragment, {});
262
264
  }, Ie = (t)=>{
263
265
  (0, _modalcontextprovider.useSetModalStateEffect)();
264
- const i = _react.useRef(null), { texts: d } = (0, _hooks.useTheme)(), [r, m] = _react.useState(!1), n = _react.useRef(!1), c = _react.useRef(!1), [s, l] = _react.useState(!1), f = _react.useRef(!1), b = _react.useRef(ce() ? _dialogcssmistica.ANIMATION_DURATION_MS : 0), g = t.type !== "dialog" && (0, _webviewbridge.isWebViewBridgeAvailable)(), v = t.type === "dialog", B = t.type === "alert", { onAccept: u, onCancel: h, onDestroy: C } = t, I = _object_without_properties(t, [
266
+ const i = _react.useRef(null), { texts: d } = (0, _hooks.useTheme)(), [r, f] = _react.useState(!1), o = _react.useRef(!1), c = _react.useRef(!1), [s, l] = _react.useState(!1), g = _react.useRef(!1), m = _react.useRef(ce() ? _dialogcssmistica.ANIMATION_DURATION_MS : 0), h = t.type !== "dialog" && (0, _webviewbridge.isWebViewBridgeAvailable)(), C = t.type === "dialog", B = t.type === "alert", { onAccept: u, onCancel: p, onDestroy: y } = t, I = _object_without_properties(t, [
265
267
  "onAccept",
266
268
  "onCancel",
267
269
  "onDestroy"
268
270
  ]);
269
271
  _react.useEffect(()=>{
270
272
  const a = setTimeout(()=>{
271
- n.current || l(!0);
272
- }, b.current);
273
+ o.current || l(!0);
274
+ }, m.current);
273
275
  return ()=>{
274
276
  clearTimeout(a);
275
277
  };
276
278
  }, []);
277
279
  const x = _react.useCallback(()=>{
278
- c.current || (c.current = !0, f.current ? u == null || u() : h == null || h(), C());
280
+ c.current || (c.current = !0, g.current ? u == null || u() : p == null || p(), y());
279
281
  }, [
280
282
  u,
281
- h,
282
- C
283
+ p,
284
+ y
283
285
  ]), R = _react.useCallback(()=>{
284
286
  let a;
285
- return !n.current && s && (n.current = !0, l(!1), m(!0), a = setTimeout(x, b.current)), ()=>{
287
+ return !o.current && s && (o.current = !0, l(!1), f(!0), a = setTimeout(x, m.current)), ()=>{
286
288
  a && clearTimeout(a);
287
289
  };
288
290
  }, [
289
291
  x,
290
292
  s
291
293
  ]), N = _react.useCallback(()=>{
292
- f.current = !0, R();
294
+ g.current = !0, R();
293
295
  }, [
294
296
  R
295
- ]), y = _react.useCallback(()=>{
296
- f.current = !1, R();
297
+ ]), b = _react.useCallback(()=>{
298
+ g.current = !1, R();
297
299
  }, [
298
300
  R
299
- ]), p = _react.useCallback(()=>{
300
- n.current || (B ? N() : y());
301
+ ]), v = _react.useCallback(()=>{
302
+ o.current || (B ? N() : b());
301
303
  }, [
302
304
  N,
303
- y,
305
+ b,
304
306
  B
305
307
  ]), T = _react.useCallback((a)=>{
306
- a.key === _keys.ESC && (a.stopPropagation(), a.preventDefault(), p());
308
+ a.key === _keys.ESC && (a.stopPropagation(), a.preventDefault(), v());
307
309
  }, [
308
- p
310
+ v
309
311
  ]);
310
312
  _react.useEffect(()=>{
311
- if (!g) return document.addEventListener("keydown", T), ()=>{
313
+ if (!h) return document.addEventListener("keydown", T), ()=>{
312
314
  document.removeEventListener("keydown", T);
313
315
  };
314
316
  }, [
315
317
  T,
316
- g
318
+ h
317
319
  ]), _react.useEffect(()=>{
318
- if (!g) return window.addEventListener("popstate", p), ()=>{
319
- window.removeEventListener("popstate", p);
320
+ if (!h) return window.addEventListener("popstate", v), ()=>{
321
+ window.removeEventListener("popstate", v);
320
322
  };
321
323
  }, [
322
- p,
323
- g
324
+ v,
325
+ h
324
326
  ]);
325
327
  const P = _react.useCallback((a)=>{
326
- a.stopPropagation(), v && y();
328
+ a.stopPropagation(), C && b();
327
329
  }, [
328
- v,
329
- y
330
+ C,
331
+ b
330
332
  ]);
331
- return g ? /* @__PURE__ */ (0, _jsxruntime.jsx)(me, _object_spread({}, t)) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_portal.Portal, {
333
+ return h ? /* @__PURE__ */ (0, _jsxruntime.jsx)(me, _object_spread({}, t)) : /* @__PURE__ */ (0, _jsxruntime.jsx)(_portal.Portal, {
332
334
  className: _dialogcssmistica.wrapper,
333
335
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_focustrap.default, {
334
336
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
@@ -345,19 +347,19 @@ const ce = ()=>process.env.NODE_ENV !== "test" && !(0, _platform.isRunningAccept
345
347
  children: /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
346
348
  ref: i,
347
349
  onAnimationEnd: (a)=>{
348
- a.target === i.current && (n.current || l(!0));
350
+ a.target === i.current && (o.current || l(!0));
349
351
  },
350
352
  onTransitionEnd: (a)=>{
351
- a.target === i.current && n.current && x();
353
+ a.target === i.current && o.current && x();
352
354
  },
353
355
  className: (0, _classnames.default)(_dialogcssmistica.modalContent, {
354
356
  [_dialogcssmistica.closedModalContent]: r
355
357
  }),
356
358
  children: [
357
- v && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
359
+ C && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
358
360
  className: _dialogcssmistica.modalCloseButtonContainer,
359
361
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_iconbutton.InternalIconButton, {
360
- onPress: p,
362
+ onPress: v,
361
363
  "aria-label": d.modalClose || d.closeButtonLabel,
362
364
  bleedLeft: !0,
363
365
  bleedRight: !0,
@@ -368,7 +370,7 @@ const ce = ()=>process.env.NODE_ENV !== "test" && !(0, _platform.isRunningAccept
368
370
  /* @__PURE__ */ (0, _jsxruntime.jsx)(de, _object_spread_props(_object_spread({}, I), {
369
371
  showAcceptButton: t.type !== "dialog" || !!t.onAccept,
370
372
  showCancelButton: t.type === "confirm" || t.type === "dialog" && !!t.onCancel,
371
- onCancel: y,
373
+ onCancel: b,
372
374
  onAccept: N
373
375
  }))
374
376
  ]
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from '../../utils/types';
3
+ declare const IconBoxStarFilled: ({ color, size, ...rest }: IconProps) => JSX.Element;
4
+ export default IconBoxStarFilled;
@@ -0,0 +1,121 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return h;
10
+ }
11
+ });
12
+ const _jsxruntime = require("react/jsx-runtime");
13
+ const _themevariantcontext = require("../../theme-variant-context.js");
14
+ const _skincontractcssmistica = require("../../skins/skin-contract.css-mistica.js");
15
+ function _define_property(obj, key, value) {
16
+ if (key in obj) {
17
+ Object.defineProperty(obj, key, {
18
+ value: value,
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true
22
+ });
23
+ } else {
24
+ obj[key] = value;
25
+ }
26
+ return obj;
27
+ }
28
+ function _object_spread(target) {
29
+ for(var i = 1; i < arguments.length; i++){
30
+ var source = arguments[i] != null ? arguments[i] : {};
31
+ var ownKeys = Object.keys(source);
32
+ if (typeof Object.getOwnPropertySymbols === "function") {
33
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
34
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
35
+ }));
36
+ }
37
+ ownKeys.forEach(function(key) {
38
+ _define_property(target, key, source[key]);
39
+ });
40
+ }
41
+ return target;
42
+ }
43
+ function ownKeys(object, enumerableOnly) {
44
+ var keys = Object.keys(object);
45
+ if (Object.getOwnPropertySymbols) {
46
+ var symbols = Object.getOwnPropertySymbols(object);
47
+ if (enumerableOnly) {
48
+ symbols = symbols.filter(function(sym) {
49
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
50
+ });
51
+ }
52
+ keys.push.apply(keys, symbols);
53
+ }
54
+ return keys;
55
+ }
56
+ function _object_spread_props(target, source) {
57
+ source = source != null ? source : {};
58
+ if (Object.getOwnPropertyDescriptors) {
59
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
60
+ } else {
61
+ ownKeys(Object(source)).forEach(function(key) {
62
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
63
+ });
64
+ }
65
+ return target;
66
+ }
67
+ function _object_without_properties(source, excluded) {
68
+ if (source == null) return {};
69
+ var target = _object_without_properties_loose(source, excluded);
70
+ var key, i;
71
+ if (Object.getOwnPropertySymbols) {
72
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
73
+ for(i = 0; i < sourceSymbolKeys.length; i++){
74
+ key = sourceSymbolKeys[i];
75
+ if (excluded.indexOf(key) >= 0) continue;
76
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
77
+ target[key] = source[key];
78
+ }
79
+ }
80
+ return target;
81
+ }
82
+ function _object_without_properties_loose(source, excluded) {
83
+ if (source == null) return {};
84
+ var target = {};
85
+ var sourceKeys = Object.keys(source);
86
+ var key, i;
87
+ for(i = 0; i < sourceKeys.length; i++){
88
+ key = sourceKeys[i];
89
+ if (excluded.indexOf(key) >= 0) continue;
90
+ target[key] = source[key];
91
+ }
92
+ return target;
93
+ }
94
+ const n = (_param)=>{
95
+ var { color: t, size: o = 24 } = _param, e = _object_without_properties(_param, [
96
+ "color",
97
+ "size"
98
+ ]);
99
+ const s = (0, _themevariantcontext.useIsInverseVariant)(), l = t !== null && t !== void 0 ? t : s ? _skincontractcssmistica.vars.colors.inverse : _skincontractcssmistica.vars.colors.neutralHigh;
100
+ return /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", _object_spread_props(_object_spread({
101
+ width: o,
102
+ height: o,
103
+ viewBox: "0 0 24 24",
104
+ role: "presentation"
105
+ }, e), {
106
+ children: [
107
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
108
+ fill: l,
109
+ d: "M13.524 10.094a.84.84 0 0 0 .9-.052.9.9 0 0 0 .367-.892l-.265-1.64c-.02-.153-.016-.164.11-.29l1.104-1.112a.91.91 0 0 0 .212-.932.88.88 0 0 0-.698-.597l-1.569-.239c-.124-.018-.142-.042-.199-.149l-.704-1.487a.859.859 0 0 0-1.564 0l-.701 1.48c-.06.122-.089.136-.186.154l-1.585.24a.88.88 0 0 0-.697.598.91.91 0 0 0 .212.932l1.144 1.163c.077.08.1.112.073.24l-.27 1.64a.9.9 0 0 0 .366.89c.265.19.615.21.9.053l1.443-.791c.056-.036.103-.03.159-.003z"
110
+ }),
111
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
112
+ fill: l,
113
+ d: "M8.26 7.403a.5.5 0 0 1-.263.657L5.474 9.14a.1.1 0 0 0 .001.185l6.439 2.689a.3.3 0 0 0 .23 0l6.435-2.687a.1.1 0 0 0 .001-.184L16.053 8.06a.5.5 0 0 1 .394-.92l3.5 1.5q.063.027.114.068l.019-.008.043.067a.5.5 0 0 1 .084.13l1.092 1.694a1 1 0 0 1-.433 1.455l-6.037 2.698a1 1 0 0 1-1.208-.313l-1.512-2.018a.1.1 0 0 0-.16 0l-1.511 2.018a1 1 0 0 1-1.209.313l-6.037-2.698a1 1 0 0 1-.432-1.455l1.07-1.66a.5.5 0 0 1 .123-.19l.026-.041.013.006a.5.5 0 0 1 .111-.066l3.5-1.5a.5.5 0 0 1 .657.263"
114
+ }),
115
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
116
+ fill: l,
117
+ d: "m10.795 15.558.567-.96c.052-.088.186-.052.186.05v6.397a.5.5 0 0 1-.683.464L4.09 18.83a1 1 0 0 1-.632-.93v-4.422a.1.1 0 0 1 .14-.092l2.73 1.184 3.205 1.397a1 1 0 0 0 1.261-.409M13.264 15.558l-.568-.96c-.051-.088-.186-.052-.186.05v6.397a.5.5 0 0 0 .684.464l6.774-2.679a1 1 0 0 0 .632-.93v-4.422a.1.1 0 0 0-.14-.092L17.73 14.57l-3.205 1.397a1 1 0 0 1-1.26-.409"
118
+ })
119
+ ]
120
+ }));
121
+ }, h = n;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from '../../utils/types';
3
+ declare const IconBoxStarLight: ({ color, size, ...rest }: IconProps) => JSX.Element;
4
+ export default IconBoxStarLight;
@@ -0,0 +1,117 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return f;
10
+ }
11
+ });
12
+ const _jsxruntime = require("react/jsx-runtime");
13
+ const _themevariantcontext = require("../../theme-variant-context.js");
14
+ const _skincontractcssmistica = require("../../skins/skin-contract.css-mistica.js");
15
+ function _define_property(obj, key, value) {
16
+ if (key in obj) {
17
+ Object.defineProperty(obj, key, {
18
+ value: value,
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true
22
+ });
23
+ } else {
24
+ obj[key] = value;
25
+ }
26
+ return obj;
27
+ }
28
+ function _object_spread(target) {
29
+ for(var i = 1; i < arguments.length; i++){
30
+ var source = arguments[i] != null ? arguments[i] : {};
31
+ var ownKeys = Object.keys(source);
32
+ if (typeof Object.getOwnPropertySymbols === "function") {
33
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
34
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
35
+ }));
36
+ }
37
+ ownKeys.forEach(function(key) {
38
+ _define_property(target, key, source[key]);
39
+ });
40
+ }
41
+ return target;
42
+ }
43
+ function ownKeys(object, enumerableOnly) {
44
+ var keys = Object.keys(object);
45
+ if (Object.getOwnPropertySymbols) {
46
+ var symbols = Object.getOwnPropertySymbols(object);
47
+ if (enumerableOnly) {
48
+ symbols = symbols.filter(function(sym) {
49
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
50
+ });
51
+ }
52
+ keys.push.apply(keys, symbols);
53
+ }
54
+ return keys;
55
+ }
56
+ function _object_spread_props(target, source) {
57
+ source = source != null ? source : {};
58
+ if (Object.getOwnPropertyDescriptors) {
59
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
60
+ } else {
61
+ ownKeys(Object(source)).forEach(function(key) {
62
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
63
+ });
64
+ }
65
+ return target;
66
+ }
67
+ function _object_without_properties(source, excluded) {
68
+ if (source == null) return {};
69
+ var target = _object_without_properties_loose(source, excluded);
70
+ var key, i;
71
+ if (Object.getOwnPropertySymbols) {
72
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
73
+ for(i = 0; i < sourceSymbolKeys.length; i++){
74
+ key = sourceSymbolKeys[i];
75
+ if (excluded.indexOf(key) >= 0) continue;
76
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
77
+ target[key] = source[key];
78
+ }
79
+ }
80
+ return target;
81
+ }
82
+ function _object_without_properties_loose(source, excluded) {
83
+ if (source == null) return {};
84
+ var target = {};
85
+ var sourceKeys = Object.keys(source);
86
+ var key, i;
87
+ for(i = 0; i < sourceKeys.length; i++){
88
+ key = sourceKeys[i];
89
+ if (excluded.indexOf(key) >= 0) continue;
90
+ target[key] = source[key];
91
+ }
92
+ return target;
93
+ }
94
+ const n = (_param)=>{
95
+ var { color: r, size: l = 24 } = _param, t = _object_without_properties(_param, [
96
+ "color",
97
+ "size"
98
+ ]);
99
+ const s = (0, _themevariantcontext.useIsInverseVariant)(), c = r !== null && r !== void 0 ? r : s ? _skincontractcssmistica.vars.colors.inverse : _skincontractcssmistica.vars.colors.neutralHigh;
100
+ return /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", _object_spread_props(_object_spread({
101
+ width: l,
102
+ height: l,
103
+ viewBox: "0 0 24 24",
104
+ role: "presentation"
105
+ }, t), {
106
+ children: [
107
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
108
+ fill: c,
109
+ d: "M12 2.6c-.452 0-.853.261-1.045.67l-.579 1.221-1.283.195c-.436.066-.79.374-.929.79-.146.428-.037.902.28 1.224l.942.958-.223 1.359c-.074.45.106.903.483 1.17.358.257.83.282 1.213.07l1.142-.625 1.14.625h.001a1.14 1.14 0 0 0 1.214-.07c.375-.266.556-.719.483-1.17l-.22-1.368.94-.947.001-.002a1.2 1.2 0 0 0 .28-1.224 1.17 1.17 0 0 0-.93-.79l-1.284-.195-.579-1.222a1.16 1.16 0 0 0-1.046-.669m-.321 1.01a.352.352 0 0 1 .645.002l.62 1.31.005.008.004.007c.02.038.072.138.165.213.113.09.237.11.3.119l1.372.208c.129.02.243.111.291.254v.001a.4.4 0 0 1-.092.408l-.963.97-.009.009c-.04.04-.132.13-.178.25a.64.64 0 0 0-.024.32l.001.01.233 1.447a.39.39 0 0 1-.157.39.34.34 0 0 1-.363.021l-1.28-.702-.011-.005a.517.517 0 0 0-.51.02l-1.254.687a.34.34 0 0 1-.364-.02l-.002-.002a.39.39 0 0 1-.156-.389l.235-1.427a.6.6 0 0 0-.013-.324c-.041-.117-.12-.2-.15-.23l-.005-.005-1.005-1.02a.4.4 0 0 1-.093-.406l.002-.004a.37.37 0 0 1 .29-.253l1.395-.212.007-.001.005-.001a.6.6 0 0 0 .261-.111.7.7 0 0 0 .181-.24l.616-1.3z"
110
+ }),
111
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
112
+ fill: c,
113
+ d: "m11.567 21.645-7.1-2.88c-.44-.18-.72-.59-.72-1.07v-4.4l-.75-.36a1.14 1.14 0 0 1-.49-1.63c1.22-1.98 1.33-2.05 1.48-2.1l3.38-1.38c.18-.07.38.01.46.19.07.18-.01.38-.19.46l-2.61 1.07 6.98 2.93 6.98-2.93-2.62-1.07a.345.345 0 0 1-.19-.46c.08-.18.28-.26.46-.19l3.4 1.38c.14.05.25.12 1.47 2.1a1.145 1.145 0 0 1-.49 1.63l-.75.36v4.4c0 .47-.28.89-.72 1.07l-7.1 2.88c-.14.06-.28.08-.43.08l-.01.01c-.15 0-.3-.03-.44-.09m.79-8.108v7.388l6.92-2.81c.17-.07.28-.23.28-.42v-4.08l-4.7 2.1c-.54.24-1.17.04-1.47-.48l-.79-1.37a3 3 0 0 0-.24-.328m-7.9.093v4.065c0 .18.11.35.28.42l6.92 2.81v-7.39c-.07.09-.16.21-.26.36l-.78 1.35c-.3.51-.93.72-1.47.48zm4.98 1.445c.21.09.46.02.57-.19l.79-1.37c.18-.26.33-.46.47-.61l-7.06-2.95c-.14.2-.45.67-1.1 1.72-.07.11-.08.23-.05.36.04.12.12.22.24.28l.95.45.01-.01zm3.76-1.57.8 1.39c.12.2.36.28.57.19l5.18-2.32.95-.45c.12-.06.2-.15.24-.28a.42.42 0 0 0-.05-.36c-.64-1.05-.95-1.52-1.1-1.72l-7.06 2.96h.01c.13.14.29.33.46.59"
114
+ })
115
+ ]
116
+ }));
117
+ }, f = n;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from '../../utils/types';
3
+ declare const IconBoxStarRegular: ({ color, size, ...rest }: IconProps) => JSX.Element;
4
+ export default IconBoxStarRegular;
@@ -0,0 +1,117 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return f;
10
+ }
11
+ });
12
+ const _jsxruntime = require("react/jsx-runtime");
13
+ const _themevariantcontext = require("../../theme-variant-context.js");
14
+ const _skincontractcssmistica = require("../../skins/skin-contract.css-mistica.js");
15
+ function _define_property(obj, key, value) {
16
+ if (key in obj) {
17
+ Object.defineProperty(obj, key, {
18
+ value: value,
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true
22
+ });
23
+ } else {
24
+ obj[key] = value;
25
+ }
26
+ return obj;
27
+ }
28
+ function _object_spread(target) {
29
+ for(var i = 1; i < arguments.length; i++){
30
+ var source = arguments[i] != null ? arguments[i] : {};
31
+ var ownKeys = Object.keys(source);
32
+ if (typeof Object.getOwnPropertySymbols === "function") {
33
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
34
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
35
+ }));
36
+ }
37
+ ownKeys.forEach(function(key) {
38
+ _define_property(target, key, source[key]);
39
+ });
40
+ }
41
+ return target;
42
+ }
43
+ function ownKeys(object, enumerableOnly) {
44
+ var keys = Object.keys(object);
45
+ if (Object.getOwnPropertySymbols) {
46
+ var symbols = Object.getOwnPropertySymbols(object);
47
+ if (enumerableOnly) {
48
+ symbols = symbols.filter(function(sym) {
49
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
50
+ });
51
+ }
52
+ keys.push.apply(keys, symbols);
53
+ }
54
+ return keys;
55
+ }
56
+ function _object_spread_props(target, source) {
57
+ source = source != null ? source : {};
58
+ if (Object.getOwnPropertyDescriptors) {
59
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
60
+ } else {
61
+ ownKeys(Object(source)).forEach(function(key) {
62
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
63
+ });
64
+ }
65
+ return target;
66
+ }
67
+ function _object_without_properties(source, excluded) {
68
+ if (source == null) return {};
69
+ var target = _object_without_properties_loose(source, excluded);
70
+ var key, i;
71
+ if (Object.getOwnPropertySymbols) {
72
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
73
+ for(i = 0; i < sourceSymbolKeys.length; i++){
74
+ key = sourceSymbolKeys[i];
75
+ if (excluded.indexOf(key) >= 0) continue;
76
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
77
+ target[key] = source[key];
78
+ }
79
+ }
80
+ return target;
81
+ }
82
+ function _object_without_properties_loose(source, excluded) {
83
+ if (source == null) return {};
84
+ var target = {};
85
+ var sourceKeys = Object.keys(source);
86
+ var key, i;
87
+ for(i = 0; i < sourceKeys.length; i++){
88
+ key = sourceKeys[i];
89
+ if (excluded.indexOf(key) >= 0) continue;
90
+ target[key] = source[key];
91
+ }
92
+ return target;
93
+ }
94
+ const i = (_param)=>{
95
+ var { color: o, size: l = 24 } = _param, t = _object_without_properties(_param, [
96
+ "color",
97
+ "size"
98
+ ]);
99
+ const e = (0, _themevariantcontext.useIsInverseVariant)(), a = o !== null && o !== void 0 ? o : e ? _skincontractcssmistica.vars.colors.inverse : _skincontractcssmistica.vars.colors.neutralHigh;
100
+ return /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", _object_spread_props(_object_spread({
101
+ width: l,
102
+ height: l,
103
+ viewBox: "0 0 24 24",
104
+ role: "presentation"
105
+ }, t), {
106
+ children: [
107
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
108
+ fill: a,
109
+ d: "M12 2.1c-.533 0-1.003.308-1.227.785L10.24 4.01l-1.177.178a1.37 1.37 0 0 0-1.089.924c-.17.5-.042 1.052.327 1.428l.871.885-.207 1.258a1.39 1.39 0 0 0 .564 1.366c.421.3.975.33 1.425.082L12 9.558l1.043.571.002.001a1.34 1.34 0 0 0 1.426-.082c.438-.312.65-.841.564-1.366l-.204-1.266.868-.875.002-.002c.37-.377.495-.93.326-1.428a1.37 1.37 0 0 0-1.089-.924l-1.178-.179-.533-1.124A1.36 1.36 0 0 0 12 2.1m0 1.2c.054 0 .11.029.142.098l.622 1.313.007.012.003.006a.9.9 0 0 0 .218.277c.157.124.327.15.394.16h.002l1.37.208c.051.008.106.045.13.12l.001.002a.2.2 0 0 1-.044.201l-.001.001-.962.969-.006.006a.9.9 0 0 0-.226.322c-.072.189-.043.375-.035.422v.008l.002.007.232 1.443v.001a.19.19 0 0 1-.075.194h-.001a.136.136 0 0 1-.149.01l-1.286-.705-.017-.008a.716.716 0 0 0-.695.027l-1.25.685a.14.14 0 0 1-.15-.008l-.003-.002a.19.19 0 0 1-.074-.193l.234-1.423a.8.8 0 0 0-.021-.426c-.057-.162-.165-.272-.195-.302l-.004-.005-1.007-1.022a.2.2 0 0 1-.045-.2l.001-.006a.17.17 0 0 1 .131-.118l1.397-.212.01-.002.007-.001a.8.8 0 0 0 .347-.15c.139-.11.208-.25.236-.308l.001-.002.617-1.301v-.003c.032-.066.085-.095.141-.095"
110
+ }),
111
+ /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
112
+ fill: a,
113
+ d: "M16.726 7.444a.6.6 0 1 0-.452 1.112l2.062.839-6.327 2.651-6.332-2.653 2.05-.838a.6.6 0 1 0-.454-1.11L3.882 8.83a.7.7 0 0 0-.214.142l-.002.001a1 1 0 0 0-.083.09 3 3 0 0 0-.138.184c-.096.134-.214.313-.34.509-.255.393-.557.88-.8 1.277A1.394 1.394 0 0 0 2.9 13.02l.609.289v4.243a1.4 1.4 0 0 0 .873 1.297l7.1 2.885a1.4 1.4 0 0 0 1.054 0l7.1-2.885a1.4 1.4 0 0 0 .873-1.297V13.31l.608-.289a1.394 1.394 0 0 0 .595-1.988 67 67 0 0 0-.799-1.276 15 15 0 0 0-.34-.51 3 3 0 0 0-.139-.182 1 1 0 0 0-.083-.09l-.001-.002a.7.7 0 0 0-.215-.142zm2.989 2.674q.086.128.19.29c.246.38.542.858.784 1.252a.194.194 0 0 1-.085.277l-.947.448-5.184 2.323a.2.2 0 0 1-.255-.083l-.8-1.39-.01-.017a6 6 0 0 0-.252-.351zm-.406 3.738v3.697a.2.2 0 0 1-.125.185l-6.575 2.672v-6.177l.569.99a1.4 1.4 0 0 0 1.786.58zm-7.9 6.554-6.576-2.672a.2.2 0 0 1-.124-.185v-3.697l4.344 1.947a1.4 1.4 0 0 0 1.786-.58l.57-.99zm-7.05-8.025-.946-.448a.194.194 0 0 1-.085-.277c.242-.395.538-.871.784-1.252q.105-.161.19-.29l6.56 2.749q-.129.166-.253.351l-.01.017-.8 1.39a.2.2 0 0 1-.255.083z"
114
+ })
115
+ ]
116
+ }));
117
+ }, f = i;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from '../../utils/types';
3
+ declare const IconHighPriorityFilled: ({ color, size, ...rest }: IconProps) => JSX.Element;
4
+ export default IconHighPriorityFilled;