@telefonica/mistica 16.7.0 → 16.9.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 (259) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/accordion.css-mistica.js +6 -6
  3. package/dist/align.css-mistica.js +1 -1
  4. package/dist/avatar.css-mistica.js +1 -1
  5. package/dist/badge.css-mistica.js +1 -1
  6. package/dist/box.css-mistica.js +13 -13
  7. package/dist/boxed.css-mistica.js +23 -23
  8. package/dist/button-group.css-mistica.js +1 -1
  9. package/dist/button-layout.css-mistica.js +13 -13
  10. package/dist/button.css-mistica.js +16 -16
  11. package/dist/callout.css-mistica.js +5 -5
  12. package/dist/card.css-mistica.js +3 -3
  13. package/dist/carousel.css-mistica.js +6 -6
  14. package/dist/checkbox.css-mistica.js +7 -7
  15. package/dist/chip.css-mistica.js +24 -24
  16. package/dist/chip.css.d.ts +2 -1
  17. package/dist/chip.js +15 -12
  18. package/dist/circle.css-mistica.js +1 -1
  19. package/dist/community/advanced-data-card.css-mistica.js +6 -6
  20. package/dist/community/blocks.css-mistica.js +1 -1
  21. package/dist/community/blocks.d.ts +2 -1
  22. package/dist/community/blocks.js +44 -30
  23. package/dist/community/example-component.css-mistica.js +1 -1
  24. package/dist/counter.css-mistica.js +1 -1
  25. package/dist/cover-hero.css-mistica.js +3 -3
  26. package/dist/credit-card-number-field.css-mistica.js +3 -3
  27. package/dist/date-field.css-mistica.js +1 -1
  28. package/dist/date-time-picker.css-mistica.js +1 -1
  29. package/dist/dialog.css-mistica.js +4 -4
  30. package/dist/divider.css-mistica.js +2 -2
  31. package/dist/double-field.css-mistica.js +2 -2
  32. package/dist/drawer.css-mistica.js +48 -0
  33. package/dist/drawer.css.d.ts +11 -0
  34. package/dist/drawer.css.ts.vanilla.css-mistica.js +11 -0
  35. package/dist/drawer.d.ts +37 -0
  36. package/dist/drawer.js +328 -0
  37. package/dist/empty-state-card.css-mistica.js +1 -1
  38. package/dist/empty-state.css-mistica.js +5 -5
  39. package/dist/fade-in.css-mistica.js +1 -1
  40. package/dist/feedback.css-mistica.js +1 -1
  41. package/dist/fixed-footer-layout.css-mistica.js +4 -4
  42. package/dist/form.css-mistica.js +1 -1
  43. package/dist/form.js +86 -76
  44. package/dist/generated/mistica-icons/icon-artificial-intelligence-filled.d.ts +4 -0
  45. package/dist/generated/mistica-icons/icon-artificial-intelligence-filled.js +111 -0
  46. package/dist/generated/mistica-icons/icon-artificial-intelligence-light.d.ts +4 -0
  47. package/dist/generated/mistica-icons/icon-artificial-intelligence-light.js +111 -0
  48. package/dist/generated/mistica-icons/icon-artificial-intelligence-regular.d.ts +4 -0
  49. package/dist/generated/mistica-icons/icon-artificial-intelligence-regular.js +111 -0
  50. package/dist/generated/mistica-icons/icon-floppy-disk-filled.d.ts +4 -0
  51. package/dist/generated/mistica-icons/icon-floppy-disk-filled.js +117 -0
  52. package/dist/generated/mistica-icons/icon-floppy-disk-light.d.ts +4 -0
  53. package/dist/generated/mistica-icons/icon-floppy-disk-light.js +111 -0
  54. package/dist/generated/mistica-icons/icon-floppy-disk-regular.d.ts +4 -0
  55. package/dist/generated/mistica-icons/icon-floppy-disk-regular.js +111 -0
  56. package/dist/generated/mistica-icons/icon-my-handy-filled.d.ts +4 -0
  57. package/dist/generated/mistica-icons/icon-my-handy-filled.js +111 -0
  58. package/dist/generated/mistica-icons/icon-my-handy-light.d.ts +4 -0
  59. package/dist/generated/mistica-icons/icon-my-handy-light.js +117 -0
  60. package/dist/generated/mistica-icons/icon-my-handy-regular.d.ts +4 -0
  61. package/dist/generated/mistica-icons/icon-my-handy-regular.js +117 -0
  62. package/dist/generated/mistica-icons/icon-router-regular.js +10 -20
  63. package/dist/generated/mistica-icons/icon-video-camera-disabled-filled.js +4 -4
  64. package/dist/generated/mistica-icons/icon-video-camera-disabled-light.js +14 -14
  65. package/dist/generated/mistica-icons/icon-video-camera-disabled-regular.js +9 -9
  66. package/dist/generated/mistica-icons/icon-video-camera-filled.js +1 -1
  67. package/dist/generated/mistica-icons/icon-video-camera-light.js +13 -13
  68. package/dist/generated/mistica-icons/icon-video-camera-regular.js +8 -8
  69. package/dist/generated/mistica-icons/icons-keywords.js +69 -36
  70. package/dist/grid-layout.css-mistica.js +3 -3
  71. package/dist/grid.css-mistica.js +122 -122
  72. package/dist/header.css-mistica.js +1 -1
  73. package/dist/hero.css-mistica.js +2 -2
  74. package/dist/highlighted-card.css-mistica.js +4 -4
  75. package/dist/horizontal-scroll.css-mistica.js +1 -1
  76. package/dist/icon-button.css-mistica.js +42 -42
  77. package/dist/icons/icon-chevron.css-mistica.js +2 -2
  78. package/dist/icons/icon-error.css-mistica.js +1 -1
  79. package/dist/image.css-mistica.js +2 -2
  80. package/dist/index.d.ts +10 -0
  81. package/dist/index.js +40 -0
  82. package/dist/inline.css-mistica.js +6 -6
  83. package/dist/list.css-mistica.js +1 -1
  84. package/dist/loading-bar.css-mistica.js +1 -1
  85. package/dist/loading-screen.css-mistica.js +4 -4
  86. package/dist/logo.css-mistica.js +5 -5
  87. package/dist/maybe-dismissable.css-mistica.js +1 -1
  88. package/dist/menu.css-mistica.js +12 -12
  89. package/dist/mosaic.css-mistica.js +1 -1
  90. package/dist/navigation-bar.css-mistica.js +16 -16
  91. package/dist/navigation-breadcrumbs.css-mistica.js +1 -1
  92. package/dist/package-version.js +1 -1
  93. package/dist/pin-field.css-mistica.js +1 -1
  94. package/dist/popover.css-mistica.js +1 -1
  95. package/dist/portal.js +14 -16
  96. package/dist/progress-bar.css-mistica.js +4 -4
  97. package/dist/radio-button.css-mistica.js +14 -14
  98. package/dist/rating.css-mistica.js +2 -2
  99. package/dist/responsive-layout.css-mistica.js +4 -4
  100. package/dist/screen-reader-only.css-mistica.js +1 -1
  101. package/dist/select.css-mistica.js +15 -15
  102. package/dist/sheet-action-row.css-mistica.js +1 -1
  103. package/dist/sheet-common.css-mistica.js +1 -1
  104. package/dist/sheet-info.css-mistica.js +1 -1
  105. package/dist/skeletons.css-mistica.js +4 -4
  106. package/dist/skins/blau.js +4 -4
  107. package/dist/skins/movistar.js +4 -4
  108. package/dist/skins/o2-new.js +4 -4
  109. package/dist/skins/o2.js +4 -4
  110. package/dist/skins/skin-contract.css-mistica.js +314 -314
  111. package/dist/skins/telefonica.js +4 -4
  112. package/dist/skins/tu.js +4 -4
  113. package/dist/skins/vivo-new.js +4 -4
  114. package/dist/skins/vivo.js +4 -4
  115. package/dist/slider.css-mistica.js +10 -10
  116. package/dist/snackbar.css-mistica.js +4 -4
  117. package/dist/spinner.css-mistica.js +1 -1
  118. package/dist/stack.css-mistica.js +5 -5
  119. package/dist/stacking-group.css-mistica.js +1 -1
  120. package/dist/stepper.css-mistica.js +2 -2
  121. package/dist/switch-component.css-mistica.js +26 -26
  122. package/dist/table.css-mistica.js +8 -8
  123. package/dist/tabs.css-mistica.js +12 -12
  124. package/dist/tag.css-mistica.js +1 -1
  125. package/dist/text-field-base.css-mistica.js +1 -1
  126. package/dist/text-field-components.css-mistica.js +3 -3
  127. package/dist/text-link.css-mistica.js +3 -3
  128. package/dist/text.css-mistica.js +7 -7
  129. package/dist/theme-context.css-mistica.js +354 -354
  130. package/dist/timer.css-mistica.js +6 -6
  131. package/dist/tooltip.css-mistica.js +1 -1
  132. package/dist/touchable.css-mistica.js +1 -1
  133. package/dist/utils/aspect-ratio-support.css-mistica.js +3 -3
  134. package/dist/utils/platform.js +5 -5
  135. package/dist/video.css-mistica.js +1 -1
  136. package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  137. package/dist-es/accordion.css-mistica.js +6 -6
  138. package/dist-es/align.css-mistica.js +1 -1
  139. package/dist-es/avatar.css-mistica.js +1 -1
  140. package/dist-es/badge.css-mistica.js +1 -1
  141. package/dist-es/box.css-mistica.js +13 -13
  142. package/dist-es/boxed.css-mistica.js +23 -23
  143. package/dist-es/button-group.css-mistica.js +1 -1
  144. package/dist-es/button-layout.css-mistica.js +13 -13
  145. package/dist-es/button.css-mistica.js +16 -16
  146. package/dist-es/callout.css-mistica.js +5 -5
  147. package/dist-es/card.css-mistica.js +3 -3
  148. package/dist-es/carousel.css-mistica.js +6 -6
  149. package/dist-es/checkbox.css-mistica.js +7 -7
  150. package/dist-es/chip.css-mistica.js +12 -15
  151. package/dist-es/chip.js +39 -36
  152. package/dist-es/circle.css-mistica.js +1 -1
  153. package/dist-es/community/advanced-data-card.css-mistica.js +6 -6
  154. package/dist-es/community/blocks.css-mistica.js +1 -1
  155. package/dist-es/community/blocks.js +62 -48
  156. package/dist-es/community/example-component.css-mistica.js +1 -1
  157. package/dist-es/counter.css-mistica.js +1 -1
  158. package/dist-es/cover-hero.css-mistica.js +3 -3
  159. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  160. package/dist-es/date-field.css-mistica.js +1 -1
  161. package/dist-es/date-time-picker.css-mistica.js +1 -1
  162. package/dist-es/dialog.css-mistica.js +4 -4
  163. package/dist-es/divider.css-mistica.js +2 -2
  164. package/dist-es/double-field.css-mistica.js +2 -2
  165. package/dist-es/drawer.css-mistica.js +4 -0
  166. package/dist-es/drawer.css.ts.vanilla.css-mistica.js +2 -0
  167. package/dist-es/drawer.js +273 -0
  168. package/dist-es/empty-state-card.css-mistica.js +1 -1
  169. package/dist-es/empty-state.css-mistica.js +5 -5
  170. package/dist-es/fade-in.css-mistica.js +1 -1
  171. package/dist-es/feedback.css-mistica.js +1 -1
  172. package/dist-es/fixed-footer-layout.css-mistica.js +4 -4
  173. package/dist-es/form.css-mistica.js +1 -1
  174. package/dist-es/form.js +96 -86
  175. package/dist-es/generated/mistica-icons/icon-artificial-intelligence-filled.js +102 -0
  176. package/dist-es/generated/mistica-icons/icon-artificial-intelligence-light.js +102 -0
  177. package/dist-es/generated/mistica-icons/icon-artificial-intelligence-regular.js +102 -0
  178. package/dist-es/generated/mistica-icons/icon-floppy-disk-filled.js +108 -0
  179. package/dist-es/generated/mistica-icons/icon-floppy-disk-light.js +102 -0
  180. package/dist-es/generated/mistica-icons/icon-floppy-disk-regular.js +102 -0
  181. package/dist-es/generated/mistica-icons/icon-my-handy-filled.js +102 -0
  182. package/dist-es/generated/mistica-icons/icon-my-handy-light.js +108 -0
  183. package/dist-es/generated/mistica-icons/icon-my-handy-regular.js +108 -0
  184. package/dist-es/generated/mistica-icons/icon-router-regular.js +16 -26
  185. package/dist-es/generated/mistica-icons/icon-video-camera-disabled-filled.js +9 -9
  186. package/dist-es/generated/mistica-icons/icon-video-camera-disabled-light.js +20 -20
  187. package/dist-es/generated/mistica-icons/icon-video-camera-disabled-regular.js +17 -17
  188. package/dist-es/generated/mistica-icons/icon-video-camera-filled.js +1 -1
  189. package/dist-es/generated/mistica-icons/icon-video-camera-light.js +14 -14
  190. package/dist-es/generated/mistica-icons/icon-video-camera-regular.js +18 -18
  191. package/dist-es/generated/mistica-icons/icons-keywords.js +69 -36
  192. package/dist-es/grid-layout.css-mistica.js +3 -3
  193. package/dist-es/grid.css-mistica.js +122 -122
  194. package/dist-es/header.css-mistica.js +1 -1
  195. package/dist-es/hero.css-mistica.js +2 -2
  196. package/dist-es/highlighted-card.css-mistica.js +4 -4
  197. package/dist-es/horizontal-scroll.css-mistica.js +1 -1
  198. package/dist-es/icon-button.css-mistica.js +42 -42
  199. package/dist-es/icons/icon-chevron.css-mistica.js +2 -2
  200. package/dist-es/icons/icon-error.css-mistica.js +1 -1
  201. package/dist-es/image.css-mistica.js +2 -2
  202. package/dist-es/index.js +1828 -1818
  203. package/dist-es/inline.css-mistica.js +6 -6
  204. package/dist-es/list.css-mistica.js +1 -1
  205. package/dist-es/loading-bar.css-mistica.js +1 -1
  206. package/dist-es/loading-screen.css-mistica.js +4 -4
  207. package/dist-es/logo.css-mistica.js +5 -5
  208. package/dist-es/maybe-dismissable.css-mistica.js +1 -1
  209. package/dist-es/menu.css-mistica.js +12 -12
  210. package/dist-es/mosaic.css-mistica.js +1 -1
  211. package/dist-es/navigation-bar.css-mistica.js +16 -16
  212. package/dist-es/navigation-breadcrumbs.css-mistica.js +1 -1
  213. package/dist-es/package-version.js +1 -1
  214. package/dist-es/pin-field.css-mistica.js +1 -1
  215. package/dist-es/popover.css-mistica.js +1 -1
  216. package/dist-es/portal.js +17 -19
  217. package/dist-es/progress-bar.css-mistica.js +4 -4
  218. package/dist-es/radio-button.css-mistica.js +14 -14
  219. package/dist-es/rating.css-mistica.js +2 -2
  220. package/dist-es/responsive-layout.css-mistica.js +4 -4
  221. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  222. package/dist-es/select.css-mistica.js +15 -15
  223. package/dist-es/sheet-action-row.css-mistica.js +1 -1
  224. package/dist-es/sheet-common.css-mistica.js +1 -1
  225. package/dist-es/sheet-info.css-mistica.js +1 -1
  226. package/dist-es/skeletons.css-mistica.js +4 -4
  227. package/dist-es/skins/blau.js +4 -4
  228. package/dist-es/skins/movistar.js +4 -4
  229. package/dist-es/skins/o2-new.js +4 -4
  230. package/dist-es/skins/o2.js +4 -4
  231. package/dist-es/skins/skin-contract.css-mistica.js +314 -314
  232. package/dist-es/skins/telefonica.js +4 -4
  233. package/dist-es/skins/tu.js +4 -4
  234. package/dist-es/skins/vivo-new.js +4 -4
  235. package/dist-es/skins/vivo.js +4 -4
  236. package/dist-es/slider.css-mistica.js +10 -10
  237. package/dist-es/snackbar.css-mistica.js +4 -4
  238. package/dist-es/spinner.css-mistica.js +1 -1
  239. package/dist-es/stack.css-mistica.js +5 -5
  240. package/dist-es/stacking-group.css-mistica.js +1 -1
  241. package/dist-es/stepper.css-mistica.js +2 -2
  242. package/dist-es/style.css +1 -1
  243. package/dist-es/switch-component.css-mistica.js +26 -26
  244. package/dist-es/table.css-mistica.js +8 -8
  245. package/dist-es/tabs.css-mistica.js +12 -12
  246. package/dist-es/tag.css-mistica.js +1 -1
  247. package/dist-es/text-field-base.css-mistica.js +1 -1
  248. package/dist-es/text-field-components.css-mistica.js +3 -3
  249. package/dist-es/text-link.css-mistica.js +3 -3
  250. package/dist-es/text.css-mistica.js +7 -7
  251. package/dist-es/theme-context.css-mistica.js +354 -354
  252. package/dist-es/timer.css-mistica.js +6 -6
  253. package/dist-es/tooltip.css-mistica.js +1 -1
  254. package/dist-es/touchable.css-mistica.js +1 -1
  255. package/dist-es/utils/aspect-ratio-support.css-mistica.js +3 -3
  256. package/dist-es/utils/platform.js +5 -5
  257. package/dist-es/video.css-mistica.js +1 -1
  258. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  259. package/package.json +6 -4
@@ -0,0 +1,102 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = _object_without_properties_loose(source, excluded);
57
+ var key, i;
58
+ if (Object.getOwnPropertySymbols) {
59
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
60
+ for(i = 0; i < sourceSymbolKeys.length; i++){
61
+ key = sourceSymbolKeys[i];
62
+ if (excluded.indexOf(key) >= 0) continue;
63
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ return target;
68
+ }
69
+ function _object_without_properties_loose(source, excluded) {
70
+ if (source == null) return {};
71
+ var target = {};
72
+ var sourceKeys = Object.keys(source);
73
+ var key, i;
74
+ for(i = 0; i < sourceKeys.length; i++){
75
+ key = sourceKeys[i];
76
+ if (excluded.indexOf(key) >= 0) continue;
77
+ target[key] = source[key];
78
+ }
79
+ return target;
80
+ }
81
+ import { jsx as e } from "react/jsx-runtime";
82
+ import { useIsInverseOrMediaVariant as n } from "../../theme-variant-context.js";
83
+ import { vars as i } from "../../skins/skin-contract.css-mistica.js";
84
+ const a = (_param)=>{
85
+ var { color: r, size: l = 24 } = _param, o = _object_without_properties(_param, [
86
+ "color",
87
+ "size"
88
+ ]);
89
+ const t = n(), c = r !== null && r !== void 0 ? r : t ? i.colors.inverse : i.colors.neutralHigh;
90
+ return /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
91
+ width: l,
92
+ height: l,
93
+ viewBox: "0 0 24 24",
94
+ role: "presentation"
95
+ }, o), {
96
+ children: /* @__PURE__ */ e("path", {
97
+ fill: c,
98
+ d: "m4.332 7.975-.79-1.75-1.75-.79a.5.5 0 0 1 0-.91l1.75-.79.79-1.76a.5.5 0 0 1 .91 0l.79 1.75 1.76.79a.5.5 0 0 1 0 .91l-1.75.79-.79 1.76c-.18.39-.74.39-.92 0M6.539 22.014l-.79-1.75-1.75-.79a.5.5 0 0 1 0-.91l1.75-.79.79-1.76a.5.5 0 0 1 .91 0l.79 1.75 1.76.79a.5.5 0 0 1 0 .91l-1.75.79-.79 1.76c-.18.39-.74.39-.92 0M15.006 6l-1.59 3.5-3.5 1.59c-.78.35-.78 1.46 0 1.82l3.5 1.59 1.59 3.5c.35.78 1.46.78 1.82 0l1.59-3.5 3.5-1.59c.78-.35.78-1.46 0-1.82l-3.5-1.59-1.59-3.5c-.35-.78-1.47-.78-1.82 0"
99
+ })
100
+ }));
101
+ }, m = a;
102
+ export { m as default };
@@ -0,0 +1,102 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = _object_without_properties_loose(source, excluded);
57
+ var key, i;
58
+ if (Object.getOwnPropertySymbols) {
59
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
60
+ for(i = 0; i < sourceSymbolKeys.length; i++){
61
+ key = sourceSymbolKeys[i];
62
+ if (excluded.indexOf(key) >= 0) continue;
63
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ return target;
68
+ }
69
+ function _object_without_properties_loose(source, excluded) {
70
+ if (source == null) return {};
71
+ var target = {};
72
+ var sourceKeys = Object.keys(source);
73
+ var key, i;
74
+ for(i = 0; i < sourceKeys.length; i++){
75
+ key = sourceKeys[i];
76
+ if (excluded.indexOf(key) >= 0) continue;
77
+ target[key] = source[key];
78
+ }
79
+ return target;
80
+ }
81
+ import { jsx as a } from "react/jsx-runtime";
82
+ import { useIsInverseOrMediaVariant as o } from "../../theme-variant-context.js";
83
+ import { vars as i } from "../../skins/skin-contract.css-mistica.js";
84
+ const n = (_param)=>{
85
+ var { color: r, size: l = 24 } = _param, c = _object_without_properties(_param, [
86
+ "color",
87
+ "size"
88
+ ]);
89
+ const e = o(), t = r !== null && r !== void 0 ? r : e ? i.colors.inverse : i.colors.neutralHigh;
90
+ return /* @__PURE__ */ a("svg", _object_spread_props(_object_spread({
91
+ width: l,
92
+ height: l,
93
+ viewBox: "0 0 24 24",
94
+ role: "presentation"
95
+ }, c), {
96
+ children: /* @__PURE__ */ a("path", {
97
+ fill: t,
98
+ d: "m3.541 6.225.79 1.75c.18.39.74.39.92 0l.79-1.76 1.75-.79a.5.5 0 0 0 0-.91l-1.76-.79-.79-1.75a.5.5 0 0 0-.91 0l-.79 1.76-1.75.79a.5.5 0 0 0 0 .91zm.658-.658-.83-.374a.237.237 0 0 1 0-.432l.83-.374.374-.834a.237.237 0 0 1 .432 0l.374.83.834.374a.237.237 0 0 1 0 .431l-.83.374-.373.835a.24.24 0 0 1-.437 0zM15.006 6l-1.59 3.5-3.5 1.59c-.78.35-.78 1.46 0 1.82l3.5 1.59 1.59 3.5c.35.78 1.46.78 1.82 0l1.59-3.5 3.5-1.59c.78-.35.78-1.46 0-1.82l-3.5-1.59-1.59-3.5c-.35-.78-1.47-.78-1.82 0m-.721 7.631-3.46-1.475c-.258-.18 0-.29 0-.29l3.46-1.484 1.39-3.26c.131-.275.372-.38.521 0l1.338 3.247 3.34 1.427c.183.081.164.264.045.32l-3.371 1.502-1.46 3.165c-.098.197-.285.34-.434 0zM6.539 22.014l-.79-1.75-1.75-.79a.5.5 0 0 1 0-.91l1.75-.79.79-1.76a.5.5 0 0 1 .91 0l.79 1.75 1.76.79a.5.5 0 0 1 0 .91l-1.75.79-.79 1.76c-.18.39-.74.39-.92 0m.242-1.578a.24.24 0 0 0 .436 0l.374-.835.83-.374a.237.237 0 0 0 0-.431l-.835-.375-.374-.83a.237.237 0 0 0-.431 0l-.375.835-.83.374a.237.237 0 0 0 0 .432l.83.374z"
99
+ })
100
+ }));
101
+ }, h = n;
102
+ export { h as default };
@@ -0,0 +1,102 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = _object_without_properties_loose(source, excluded);
57
+ var key, i;
58
+ if (Object.getOwnPropertySymbols) {
59
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
60
+ for(i = 0; i < sourceSymbolKeys.length; i++){
61
+ key = sourceSymbolKeys[i];
62
+ if (excluded.indexOf(key) >= 0) continue;
63
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ return target;
68
+ }
69
+ function _object_without_properties_loose(source, excluded) {
70
+ if (source == null) return {};
71
+ var target = {};
72
+ var sourceKeys = Object.keys(source);
73
+ var key, i;
74
+ for(i = 0; i < sourceKeys.length; i++){
75
+ key = sourceKeys[i];
76
+ if (excluded.indexOf(key) >= 0) continue;
77
+ target[key] = source[key];
78
+ }
79
+ return target;
80
+ }
81
+ import { jsx as r } from "react/jsx-runtime";
82
+ import { useIsInverseOrMediaVariant as c } from "../../theme-variant-context.js";
83
+ import { vars as e } from "../../skins/skin-contract.css-mistica.js";
84
+ const n = (_param)=>{
85
+ var { color: a, size: l = 24 } = _param, i = _object_without_properties(_param, [
86
+ "color",
87
+ "size"
88
+ ]);
89
+ const o = c(), t = a !== null && a !== void 0 ? a : o ? e.colors.inverse : e.colors.neutralHigh;
90
+ return /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
91
+ width: l,
92
+ height: l,
93
+ viewBox: "0 0 24 24",
94
+ role: "presentation"
95
+ }, i), {
96
+ children: /* @__PURE__ */ r("path", {
97
+ fill: t,
98
+ d: "m4.332 7.975-.79-1.75-1.75-.79a.5.5 0 0 1 0-.91l1.75-.79.79-1.76a.5.5 0 0 1 .91 0l.79 1.75 1.76.79a.5.5 0 0 1 0 .91l-1.75.79-.79 1.76c-.18.39-.74.39-.92 0M6.539 22.014l-.79-1.75-1.75-.79a.5.5 0 0 1 0-.91l1.75-.79.79-1.76a.5.5 0 0 1 .91 0l.79 1.75 1.76.79a.5.5 0 0 1 0 .91l-1.75.79-.79 1.76c-.18.39-.74.39-.92 0M13.416 9.5l1.59-3.5c.35-.78 1.47-.78 1.82 0l1.59 3.5 3.5 1.59c.78.36.78 1.47 0 1.82l-3.5 1.59-1.59 3.5c-.36.78-1.47.78-1.82 0l-1.59-3.5-3.5-1.59c-.78-.36-.78-1.47 0-1.82zm2.04 5.5c.18.39.74.39.92 0l.79-1.76 1.75-.79a.5.5 0 0 0 0-.91l-1.76-.79-.79-1.75a.5.5 0 0 0-.91 0l-.79 1.76-1.75.79a.5.5 0 0 0 0 .91l1.75.79z"
99
+ })
100
+ }));
101
+ }, g = n;
102
+ export { g as default };
@@ -0,0 +1,108 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = _object_without_properties_loose(source, excluded);
57
+ var key, i;
58
+ if (Object.getOwnPropertySymbols) {
59
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
60
+ for(i = 0; i < sourceSymbolKeys.length; i++){
61
+ key = sourceSymbolKeys[i];
62
+ if (excluded.indexOf(key) >= 0) continue;
63
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ return target;
68
+ }
69
+ function _object_without_properties_loose(source, excluded) {
70
+ if (source == null) return {};
71
+ var target = {};
72
+ var sourceKeys = Object.keys(source);
73
+ var key, i;
74
+ for(i = 0; i < sourceKeys.length; i++){
75
+ key = sourceKeys[i];
76
+ if (excluded.indexOf(key) >= 0) continue;
77
+ target[key] = source[key];
78
+ }
79
+ return target;
80
+ }
81
+ import { jsxs as n, jsx as l } from "react/jsx-runtime";
82
+ import { useIsInverseOrMediaVariant as a } from "../../theme-variant-context.js";
83
+ import { vars as s } from "../../skins/skin-contract.css-mistica.js";
84
+ const h = (_param)=>{
85
+ var { color: e, size: o = 24 } = _param, i = _object_without_properties(_param, [
86
+ "color",
87
+ "size"
88
+ ]);
89
+ const t = a(), r = e !== null && e !== void 0 ? e : t ? s.colors.inverse : s.colors.neutralHigh;
90
+ return /* @__PURE__ */ n("svg", _object_spread_props(_object_spread({
91
+ width: o,
92
+ height: o,
93
+ viewBox: "0 0 24 24",
94
+ role: "presentation"
95
+ }, i), {
96
+ children: [
97
+ /* @__PURE__ */ l("path", {
98
+ fill: r,
99
+ d: "M5.6 2h1.6v5.2a1.6 1.6 0 0 0 1.6 1.6h6.4a1.6 1.6 0 0 0 1.6-1.6V2h.8a.4.4 0 0 1 .283.117l4 4A.4.4 0 0 1 22 6.4v12a3.6 3.6 0 0 1-3.6 3.6H5.6A3.6 3.6 0 0 1 2 18.4V5.6A3.6 3.6 0 0 1 5.6 2"
100
+ }),
101
+ /* @__PURE__ */ l("path", {
102
+ fill: r,
103
+ d: "M8.8 2h6.4v5.2H8.8z"
104
+ })
105
+ ]
106
+ }));
107
+ }, d = h;
108
+ export { d as default };
@@ -0,0 +1,102 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = _object_without_properties_loose(source, excluded);
57
+ var key, i;
58
+ if (Object.getOwnPropertySymbols) {
59
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
60
+ for(i = 0; i < sourceSymbolKeys.length; i++){
61
+ key = sourceSymbolKeys[i];
62
+ if (excluded.indexOf(key) >= 0) continue;
63
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ return target;
68
+ }
69
+ function _object_without_properties_loose(source, excluded) {
70
+ if (source == null) return {};
71
+ var target = {};
72
+ var sourceKeys = Object.keys(source);
73
+ var key, i;
74
+ for(i = 0; i < sourceKeys.length; i++){
75
+ key = sourceKeys[i];
76
+ if (excluded.indexOf(key) >= 0) continue;
77
+ target[key] = source[key];
78
+ }
79
+ return target;
80
+ }
81
+ import { jsx as r } from "react/jsx-runtime";
82
+ import { useIsInverseOrMediaVariant as n } from "../../theme-variant-context.js";
83
+ import { vars as t } from "../../skins/skin-contract.css-mistica.js";
84
+ const a = (_param)=>{
85
+ var { color: i, size: o = 24 } = _param, s = _object_without_properties(_param, [
86
+ "color",
87
+ "size"
88
+ ]);
89
+ const e = n(), l = i !== null && i !== void 0 ? i : e ? t.colors.inverse : t.colors.neutralHigh;
90
+ return /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
91
+ width: o,
92
+ height: o,
93
+ viewBox: "0 0 24 24",
94
+ role: "presentation"
95
+ }, s), {
96
+ children: /* @__PURE__ */ r("path", {
97
+ fill: l,
98
+ d: "M17.385 2c.204 0 .4.081.543.225l3.847 3.846a.77.77 0 0 1 .225.544v11.539A3.846 3.846 0 0 1 18.154 22H5.846A3.846 3.846 0 0 1 2 18.154V5.846A3.846 3.846 0 0 1 5.846 2zM3.538 5.846v12.308a2.31 2.31 0 0 0 2.308 2.308h12.308a2.31 2.31 0 0 0 2.308-2.308V6.934l-3.396-3.396h-.45v3.847c0 .85-.69 1.538-1.54 1.538H8.924c-.85 0-1.538-.689-1.538-1.538V3.538H5.846a2.31 2.31 0 0 0-2.308 2.308m11.539-2.308H8.923v3.847h6.154z"
99
+ })
100
+ }));
101
+ }, v = a;
102
+ export { v as default };
@@ -0,0 +1,102 @@
1
+ "use client";
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
23
+ }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function ownKeys(object, enumerableOnly) {
31
+ var keys = Object.keys(object);
32
+ if (Object.getOwnPropertySymbols) {
33
+ var symbols = Object.getOwnPropertySymbols(object);
34
+ if (enumerableOnly) {
35
+ symbols = symbols.filter(function(sym) {
36
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
37
+ });
38
+ }
39
+ keys.push.apply(keys, symbols);
40
+ }
41
+ return keys;
42
+ }
43
+ function _object_spread_props(target, source) {
44
+ source = source != null ? source : {};
45
+ if (Object.getOwnPropertyDescriptors) {
46
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
+ } else {
48
+ ownKeys(Object(source)).forEach(function(key) {
49
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
+ });
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = _object_without_properties_loose(source, excluded);
57
+ var key, i;
58
+ if (Object.getOwnPropertySymbols) {
59
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
60
+ for(i = 0; i < sourceSymbolKeys.length; i++){
61
+ key = sourceSymbolKeys[i];
62
+ if (excluded.indexOf(key) >= 0) continue;
63
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ return target;
68
+ }
69
+ function _object_without_properties_loose(source, excluded) {
70
+ if (source == null) return {};
71
+ var target = {};
72
+ var sourceKeys = Object.keys(source);
73
+ var key, i;
74
+ for(i = 0; i < sourceKeys.length; i++){
75
+ key = sourceKeys[i];
76
+ if (excluded.indexOf(key) >= 0) continue;
77
+ target[key] = source[key];
78
+ }
79
+ return target;
80
+ }
81
+ import { jsx as r } from "react/jsx-runtime";
82
+ import { useIsInverseOrMediaVariant as a } from "../../theme-variant-context.js";
83
+ import { vars as e } from "../../skins/skin-contract.css-mistica.js";
84
+ const n = (_param)=>{
85
+ var { color: s, size: o = 24 } = _param, l = _object_without_properties(_param, [
86
+ "color",
87
+ "size"
88
+ ]);
89
+ const t = a(), i = s !== null && s !== void 0 ? s : t ? e.colors.inverse : e.colors.neutralHigh;
90
+ return /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
91
+ width: o,
92
+ height: o,
93
+ viewBox: "0 0 24 24",
94
+ role: "presentation"
95
+ }, l), {
96
+ children: /* @__PURE__ */ r("path", {
97
+ fill: i,
98
+ d: "M17.385 2c.204 0 .4.081.543.225l3.847 3.846a.77.77 0 0 1 .225.544v11.539A3.846 3.846 0 0 1 18.154 22H5.846A3.846 3.846 0 0 1 2 18.154V5.846A3.846 3.846 0 0 1 5.846 2zM3.538 5.846v12.308a2.31 2.31 0 0 0 2.308 2.308h12.308a2.31 2.31 0 0 0 2.308-2.308V6.934l-3.396-3.396h-.45v3.847c0 .85-.69 1.538-1.54 1.538H8.924c-.85 0-1.538-.689-1.538-1.538V3.538H5.846a2.31 2.31 0 0 0-2.308 2.308m11.539-2.308H8.923v3.847h6.154z"
99
+ })
100
+ }));
101
+ }, h = n;
102
+ export { h as default };