@lukso/web-components 1.161.2 → 1.163.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 (155) hide show
  1. package/dist/components/index.cjs +5 -5
  2. package/dist/components/index.js +5 -5
  3. package/dist/components/lukso-button/index.cjs +23 -23
  4. package/dist/components/lukso-button/index.d.ts.map +1 -1
  5. package/dist/components/lukso-button/index.js +6 -6
  6. package/dist/components/lukso-card/index.cjs +23 -23
  7. package/dist/components/lukso-card/index.d.ts.map +1 -1
  8. package/dist/components/lukso-card/index.js +10 -10
  9. package/dist/components/lukso-checkbox/index.cjs +16 -16
  10. package/dist/components/lukso-checkbox/index.d.ts.map +1 -1
  11. package/dist/components/lukso-checkbox/index.js +6 -6
  12. package/dist/components/lukso-collapse/index.cjs +140 -45
  13. package/dist/components/lukso-collapse/index.d.ts +9 -1
  14. package/dist/components/lukso-collapse/index.d.ts.map +1 -1
  15. package/dist/components/lukso-collapse/index.js +135 -40
  16. package/dist/components/lukso-collapse/lukso-collapse.stories.d.ts +16 -2
  17. package/dist/components/lukso-collapse/lukso-collapse.stories.d.ts.map +1 -1
  18. package/dist/components/lukso-color-picker/index.cjs +26 -26
  19. package/dist/components/lukso-color-picker/index.d.ts.map +1 -1
  20. package/dist/components/lukso-color-picker/index.js +12 -12
  21. package/dist/components/lukso-dropdown/index.cjs +15 -15
  22. package/dist/components/lukso-dropdown/index.d.ts.map +1 -1
  23. package/dist/components/lukso-dropdown/index.js +5 -5
  24. package/dist/components/lukso-dropdown-option/index.cjs +10 -10
  25. package/dist/components/lukso-dropdown-option/index.d.ts.map +1 -1
  26. package/dist/components/lukso-dropdown-option/index.js +4 -4
  27. package/dist/components/lukso-footer/index.cjs +4 -4
  28. package/dist/components/lukso-footer/index.d.ts.map +1 -1
  29. package/dist/components/lukso-footer/index.js +3 -3
  30. package/dist/components/lukso-icon/index.cjs +12 -12
  31. package/dist/components/lukso-icon/index.d.ts.map +1 -1
  32. package/dist/components/lukso-icon/index.js +5 -5
  33. package/dist/components/lukso-image/index.cjs +7 -7
  34. package/dist/components/lukso-image/index.d.ts.map +1 -1
  35. package/dist/components/lukso-image/index.js +5 -5
  36. package/dist/components/lukso-input/index.cjs +38 -38
  37. package/dist/components/lukso-input/index.d.ts.map +1 -1
  38. package/dist/components/lukso-input/index.js +14 -14
  39. package/dist/components/lukso-markdown/index.cjs +9 -9
  40. package/dist/components/lukso-markdown/index.d.ts.map +1 -1
  41. package/dist/components/lukso-markdown/index.js +4 -4
  42. package/dist/components/lukso-markdown-editor/index.cjs +24 -24
  43. package/dist/components/lukso-markdown-editor/index.d.ts.map +1 -1
  44. package/dist/components/lukso-markdown-editor/index.js +6 -6
  45. package/dist/components/lukso-modal/index.cjs +6 -6
  46. package/dist/components/lukso-modal/index.d.ts.map +1 -1
  47. package/dist/components/lukso-modal/index.js +3 -3
  48. package/dist/components/lukso-navbar/index.cjs +15 -15
  49. package/dist/components/lukso-navbar/index.d.ts.map +1 -1
  50. package/dist/components/lukso-navbar/index.js +5 -5
  51. package/dist/components/lukso-pagination/index.cjs +9 -9
  52. package/dist/components/lukso-pagination/index.d.ts.map +1 -1
  53. package/dist/components/lukso-pagination/index.js +4 -4
  54. package/dist/components/lukso-profile/index.cjs +3 -3
  55. package/dist/components/lukso-profile/index.d.ts.map +1 -1
  56. package/dist/components/lukso-profile/index.js +3 -3
  57. package/dist/components/lukso-progress/index.cjs +9 -9
  58. package/dist/components/lukso-progress/index.d.ts.map +1 -1
  59. package/dist/components/lukso-progress/index.js +4 -4
  60. package/dist/components/lukso-radio/index.cjs +15 -15
  61. package/dist/components/lukso-radio/index.d.ts.map +1 -1
  62. package/dist/components/lukso-radio/index.js +6 -6
  63. package/dist/components/lukso-radio-group/index.cjs +7 -7
  64. package/dist/components/lukso-radio-group/index.d.ts.map +1 -1
  65. package/dist/components/lukso-radio-group/index.js +4 -4
  66. package/dist/components/lukso-sanitize/index.cjs +4 -4
  67. package/dist/components/lukso-sanitize/index.d.ts.map +1 -1
  68. package/dist/components/lukso-sanitize/index.js +4 -4
  69. package/dist/components/lukso-search/index.cjs +6 -6
  70. package/dist/components/lukso-search/index.d.ts.map +1 -1
  71. package/dist/components/lukso-search/index.js +6 -6
  72. package/dist/components/lukso-select/index.cjs +29 -29
  73. package/dist/components/lukso-select/index.d.ts.map +1 -1
  74. package/dist/components/lukso-select/index.js +10 -10
  75. package/dist/components/lukso-share/index.cjs +5 -5
  76. package/dist/components/lukso-share/index.d.ts.map +1 -1
  77. package/dist/components/lukso-share/index.js +3 -3
  78. package/dist/components/lukso-switch/index.cjs +13 -13
  79. package/dist/components/lukso-switch/index.d.ts.map +1 -1
  80. package/dist/components/lukso-switch/index.js +5 -5
  81. package/dist/components/lukso-tag/index.cjs +10 -10
  82. package/dist/components/lukso-tag/index.d.ts.map +1 -1
  83. package/dist/components/lukso-tag/index.js +5 -5
  84. package/dist/components/lukso-terms/index.cjs +6 -6
  85. package/dist/components/lukso-terms/index.d.ts.map +1 -1
  86. package/dist/components/lukso-terms/index.js +5 -5
  87. package/dist/components/lukso-textarea/index.cjs +26 -26
  88. package/dist/components/lukso-textarea/index.d.ts.map +1 -1
  89. package/dist/components/lukso-textarea/index.js +8 -8
  90. package/dist/components/lukso-tooltip/index.cjs +20 -20
  91. package/dist/components/lukso-tooltip/index.d.ts.map +1 -1
  92. package/dist/components/lukso-tooltip/index.js +5 -5
  93. package/dist/components/lukso-username/index.cjs +4 -4
  94. package/dist/components/lukso-username/index.d.ts.map +1 -1
  95. package/dist/components/lukso-username/index.js +4 -4
  96. package/dist/components/lukso-wizard/index.cjs +7 -7
  97. package/dist/components/lukso-wizard/index.d.ts.map +1 -1
  98. package/dist/components/lukso-wizard/index.js +4 -4
  99. package/dist/docs/Typography.stories.d.ts.map +1 -1
  100. package/dist/{index-BJwLob67.js → index-1J-jqsT9.js} +3 -3
  101. package/dist/{index-f-xajtU2.js → index-B0BrUQTX.js} +4 -4
  102. package/dist/{index-JvkSiEeQ.js → index-BEawLNoE.js} +4 -4
  103. package/dist/{index-CEnG_x_7.cjs → index-BHZk9HTM.cjs} +36 -36
  104. package/dist/{index-Zriuvita.cjs → index-BgNWF02P.cjs} +1 -1
  105. package/dist/index-C4AqmOTg.js +41 -0
  106. package/dist/index-CE4mgetK.cjs +50 -0
  107. package/dist/{index-Chl2HHJ6.cjs → index-CX03Xr6x.cjs} +7 -7
  108. package/dist/{index-C2uvRzO4.cjs → index-D1tHxVU9.cjs} +15 -15
  109. package/dist/{index-BOWftFAY.js → index-DSByq2Lm.js} +1 -1
  110. package/dist/{index-BDC9pVk6.cjs → index-Dv9A3Ltm.cjs} +9 -9
  111. package/dist/{index-oQecUOlb.js → index-OytYtq41.js} +6 -6
  112. package/dist/index.cjs +5 -5
  113. package/dist/index.js +5 -5
  114. package/dist/{property-CPkYmAYi.js → safe-custom-element-BuFHdvWD.js} +11 -9
  115. package/dist/{property-Cs8qVdri.cjs → safe-custom-element-CEr2QRTr.cjs} +11 -9
  116. package/dist/shared/index.d.ts +1 -0
  117. package/dist/shared/index.d.ts.map +1 -1
  118. package/dist/shared/safe-custom-element.d.ts +32 -0
  119. package/dist/shared/safe-custom-element.d.ts.map +1 -0
  120. package/dist/shared/tailwind-element/index.cjs +1 -1
  121. package/dist/shared/tailwind-element/index.js +1 -1
  122. package/dist/{state-CtrTo6cC.js → state-D-OZ3KEf.js} +1 -1
  123. package/dist/state-DE9RNbPD.cjs +11 -0
  124. package/dist/{style-map-BBz25umN.js → style-map-CNeYTqXM.js} +1 -1
  125. package/dist/{style-map-DhbNG03r.cjs → style-map-CTRp4AN8.cjs} +1 -1
  126. package/dist/styles/main.css +0 -63
  127. package/dist/styles/main.css.map +1 -1
  128. package/dist/tailwind-config.cjs +6 -1
  129. package/dist/tailwind-config.d.ts +4 -0
  130. package/dist/tailwind-config.d.ts.map +1 -1
  131. package/dist/tailwind-config.js +6 -1
  132. package/dist/{unsafe-html-Cb1yjpJn.cjs → unsafe-html-DA2kPIsd.cjs} +1 -1
  133. package/dist/{unsafe-html-DTE5r2A7.js → unsafe-html-bTQk6t7a.js} +1 -1
  134. package/package.json +1 -1
  135. package/tailwind.config.cjs +0 -1
  136. package/tools/cn.cjs +1 -1
  137. package/tools/cn.js +1 -1
  138. package/tools/index.cjs +1 -1
  139. package/tools/index.js +1 -1
  140. package/tools/sass/fonts.scss +0 -28
  141. package/tools/sass/typography.scss +2 -58
  142. package/tools/styles/main.css +0 -63
  143. package/tools/{tailwind-config-DoMZEvsr.cjs → tailwind-config-BbwTTnsk.cjs} +6 -1
  144. package/tools/{tailwind-config-DVTyRd7x.js → tailwind-config-Cp1XJZvN.js} +6 -1
  145. package/tools/tailwind-config.cjs +1 -1
  146. package/tools/tailwind-config.d.ts +4 -0
  147. package/tools/tailwind-config.d.ts.map +1 -1
  148. package/tools/tailwind-config.js +1 -1
  149. package/dist/index-BFqOU6o6.cjs +0 -50
  150. package/dist/index-CQq_Eyeu.js +0 -41
  151. package/dist/state-Bh6EXopE.cjs +0 -11
  152. package/tools/assets/fonts/Apax-Bold.woff2 +0 -0
  153. package/tools/assets/fonts/Apax-Light.woff2 +0 -0
  154. package/tools/assets/fonts/Apax-Medium.woff2 +0 -0
  155. package/tools/assets/fonts/Apax-Regular.woff2 +0 -0
@@ -18,12 +18,12 @@ const components_luksoMarkdownEditor_index = require('./lukso-markdown-editor/in
18
18
  const components_luksoModal_index = require('./lukso-modal/index.cjs');
19
19
  const components_luksoNavbar_index = require('./lukso-navbar/index.cjs');
20
20
  const components_luksoPagination_index = require('./lukso-pagination/index.cjs');
21
- const components_luksoProfile_index = require('../index-BDC9pVk6.cjs');
21
+ const components_luksoProfile_index = require('../index-Dv9A3Ltm.cjs');
22
22
  const components_luksoProgress_index = require('./lukso-progress/index.cjs');
23
23
  const components_luksoRadio_index = require('./lukso-radio/index.cjs');
24
24
  const components_luksoRadioGroup_index = require('./lukso-radio-group/index.cjs');
25
- const components_luksoSanitize_index = require('../index-Chl2HHJ6.cjs');
26
- const components_luksoSearch_index = require('../index-CEnG_x_7.cjs');
25
+ const components_luksoSanitize_index = require('../index-CX03Xr6x.cjs');
26
+ const components_luksoSearch_index = require('../index-BHZk9HTM.cjs');
27
27
  const components_luksoSelect_index = require('./lukso-select/index.cjs');
28
28
  const components_luksoShare_index = require('./lukso-share/index.cjs');
29
29
  const components_luksoSwitch_index = require('./lukso-switch/index.cjs');
@@ -31,9 +31,9 @@ const components_luksoTag_index = require('./lukso-tag/index.cjs');
31
31
  const components_luksoTerms_index = require('./lukso-terms/index.cjs');
32
32
  const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
33
33
  const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
34
- const components_luksoUsername_index = require('../index-C2uvRzO4.cjs');
34
+ const components_luksoUsername_index = require('../index-D1tHxVU9.cjs');
35
35
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
36
- const shared_tailwindElement_index = require('../index-BFqOU6o6.cjs');
36
+ const shared_tailwindElement_index = require('../index-CE4mgetK.cjs');
37
37
  require('../axe-C-H1UVi1.cjs');
38
38
 
39
39
 
@@ -14,12 +14,12 @@ export { LuksoMarkdownEditor } from './lukso-markdown-editor/index.js';
14
14
  export { LuksoModal } from './lukso-modal/index.js';
15
15
  export { LuksoNavbar } from './lukso-navbar/index.js';
16
16
  export { LuksoPagination } from './lukso-pagination/index.js';
17
- export { L as LuksoProfile } from '../index-BJwLob67.js';
17
+ export { L as LuksoProfile } from '../index-1J-jqsT9.js';
18
18
  export { LuksoProgress } from './lukso-progress/index.js';
19
19
  export { LuksoRadio } from './lukso-radio/index.js';
20
20
  export { LuksoRadioGroup } from './lukso-radio-group/index.js';
21
- export { D as DEFAULT_OPTIONS, L as LuksoSanitize, N as NO_HTML_TAGS_OPTIONS } from '../index-JvkSiEeQ.js';
22
- export { L as LuksoSearch } from '../index-oQecUOlb.js';
21
+ export { D as DEFAULT_OPTIONS, L as LuksoSanitize, N as NO_HTML_TAGS_OPTIONS } from '../index-BEawLNoE.js';
22
+ export { L as LuksoSearch } from '../index-OytYtq41.js';
23
23
  export { LuksoSelect } from './lukso-select/index.js';
24
24
  export { LuksoShare } from './lukso-share/index.js';
25
25
  export { LuksoSwitch } from './lukso-switch/index.js';
@@ -27,7 +27,7 @@ export { LuksoTag } from './lukso-tag/index.js';
27
27
  export { LuksoTerms } from './lukso-terms/index.js';
28
28
  export { LuksoTextarea } from './lukso-textarea/index.js';
29
29
  export { LuksoTooltip } from './lukso-tooltip/index.js';
30
- export { L as LuksoUsername } from '../index-f-xajtU2.js';
30
+ export { L as LuksoUsername } from '../index-B0BrUQTX.js';
31
31
  export { LuksoWizard } from './lukso-wizard/index.js';
32
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-CQq_Eyeu.js';
32
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-C4AqmOTg.js';
33
33
  import '../axe-BK9JSROP.js';
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-BFqOU6o6.cjs');
6
- const property = require('../../property-Cs8qVdri.cjs');
7
- const state = require('../../state-Bh6EXopE.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CE4mgetK.cjs');
6
+ const safeCustomElement = require('../../safe-custom-element-CEr2QRTr.cjs');
7
+ const state = require('../../state-DE9RNbPD.cjs');
8
8
  const index = require('../../index-CaJky2qL.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const axe = require('../../axe-C-H1UVi1.cjs');
@@ -73,8 +73,8 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
73
73
  active:text-neutral-35 active:scale-100
74
74
  disabled:text-neutral-90`,
75
75
  link: "bg-transparent border-none active:!scale-100 underline text-purple-51 hover:text-purple-41",
76
- "nav-button": "nav-apax-12-medium-uppercase text-purple-41 !text-12",
77
- "nav-text": "bg-transparent border-none nav-apax-12-medium-uppercase text-purple-63 hover:text-purple-41 !text-12 transition",
76
+ "nav-button": "nav-inter-12-medium-uppercase text-purple-41 !text-12",
77
+ "nav-text": "bg-transparent border-none nav-inter-12-medium-uppercase text-purple-63 hover:text-purple-41 !text-12 transition",
78
78
  success: `bg-green-54 border-green-54 text-neutral-100
79
79
  disabled:hover:!bg-green-54 disabled:hover:!border-green-54
80
80
  hover:bg-green-63 hover:border-green-63 before:bg-green-54`,
@@ -284,55 +284,55 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
284
284
  }
285
285
  };
286
286
  __decorateClass([
287
- property.n({ type: String })
287
+ safeCustomElement.n({ type: String })
288
288
  ], exports.LuksoButton.prototype, "variant", 2);
289
289
  __decorateClass([
290
- property.n({ type: String })
290
+ safeCustomElement.n({ type: String })
291
291
  ], exports.LuksoButton.prototype, "size", 2);
292
292
  __decorateClass([
293
- property.n({ type: Boolean })
293
+ safeCustomElement.n({ type: Boolean })
294
294
  ], exports.LuksoButton.prototype, "disabled", 2);
295
295
  __decorateClass([
296
- property.n({ type: Boolean, attribute: "is-full-width" })
296
+ safeCustomElement.n({ type: Boolean, attribute: "is-full-width" })
297
297
  ], exports.LuksoButton.prototype, "isFullWidth", 2);
298
298
  __decorateClass([
299
- property.n({ type: Boolean, attribute: "is-long-press" })
299
+ safeCustomElement.n({ type: Boolean, attribute: "is-long-press" })
300
300
  ], exports.LuksoButton.prototype, "isLongPress", 2);
301
301
  __decorateClass([
302
- property.n({ type: Boolean, attribute: "is-link" })
302
+ safeCustomElement.n({ type: Boolean, attribute: "is-link" })
303
303
  ], exports.LuksoButton.prototype, "isLink", 2);
304
304
  __decorateClass([
305
- property.n({ type: Boolean, attribute: "is-loading" })
305
+ safeCustomElement.n({ type: Boolean, attribute: "is-loading" })
306
306
  ], exports.LuksoButton.prototype, "isLoading", 2);
307
307
  __decorateClass([
308
- property.n({ type: String })
308
+ safeCustomElement.n({ type: String })
309
309
  ], exports.LuksoButton.prototype, "type", 2);
310
310
  __decorateClass([
311
- property.n({ type: String })
311
+ safeCustomElement.n({ type: String })
312
312
  ], exports.LuksoButton.prototype, "href", 2);
313
313
  __decorateClass([
314
- property.n({ type: String })
314
+ safeCustomElement.n({ type: String })
315
315
  ], exports.LuksoButton.prototype, "target", 2);
316
316
  __decorateClass([
317
- property.n({ type: String })
317
+ safeCustomElement.n({ type: String })
318
318
  ], exports.LuksoButton.prototype, "rel", 2);
319
319
  __decorateClass([
320
- property.n({ type: String, attribute: "loading-text" })
320
+ safeCustomElement.n({ type: String, attribute: "loading-text" })
321
321
  ], exports.LuksoButton.prototype, "loadingText", 2);
322
322
  __decorateClass([
323
- property.n({ type: String, attribute: "custom-class" })
323
+ safeCustomElement.n({ type: String, attribute: "custom-class" })
324
324
  ], exports.LuksoButton.prototype, "customClass", 2);
325
325
  __decorateClass([
326
- property.n({ type: Boolean, attribute: "is-active" })
326
+ safeCustomElement.n({ type: Boolean, attribute: "is-active" })
327
327
  ], exports.LuksoButton.prototype, "isActive", 2);
328
328
  __decorateClass([
329
- property.n({ type: Number })
329
+ safeCustomElement.n({ type: Number })
330
330
  ], exports.LuksoButton.prototype, "count", 2);
331
331
  __decorateClass([
332
- property.n({ type: Boolean, attribute: "is-icon" })
332
+ safeCustomElement.n({ type: Boolean, attribute: "is-icon" })
333
333
  ], exports.LuksoButton.prototype, "isIcon", 2);
334
334
  __decorateClass([
335
- property.n({ type: String })
335
+ safeCustomElement.n({ type: String })
336
336
  ], exports.LuksoButton.prototype, "label", 2);
337
337
  __decorateClass([
338
338
  state.r()
@@ -344,5 +344,5 @@ __decorateClass([
344
344
  state.r()
345
345
  ], exports.LuksoButton.prototype, "timer", 2);
346
346
  exports.LuksoButton = __decorateClass([
347
- property.t("lukso-button")
347
+ safeCustomElement.safeCustomElement("lukso-button")
348
348
  ], exports.LuksoButton);
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-button/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,MAAM,aAAa,GACrB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,YAAY,GACZ,UAAU,GACV,MAAM,GACN,SAAS,GACT,QAAQ,GACR,SAAS,CAAA;AACb,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AACtD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,SAAS,CAAU;IAGzB,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,SAAS,UAAQ;IAGjB,IAAI,EAAE,UAAU,CAAW;IAG3B,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,QAAQ,UAAQ;IAGhB,KAAK,SAAK;IAGV,MAAM,UAAQ;IAGd,KAAK,SAAK;IAGV,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAOnB;IAEF,OAAO,CAAC,YAAY,CA+GlB;IAEF,OAAO,CAAC,aAAa,CAmBnB;IAEF,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,aAAa;IAcrB,eAAe;IAkBf,eAAe;IAQf,cAAc;IA+Bd,YAAY;IAwBZ,MAAM;CAGP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-button/index.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,MAAM,aAAa,GACrB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,YAAY,GACZ,UAAU,GACV,MAAM,GACN,SAAS,GACT,QAAQ,GACR,SAAS,CAAA;AACb,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AACtD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,SAAS,CAAU;IAGzB,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,SAAS,UAAQ;IAGjB,IAAI,EAAE,UAAU,CAAW;IAG3B,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,QAAQ,UAAQ;IAGhB,KAAK,SAAK;IAGV,MAAM,UAAQ;IAGd,KAAK,SAAK;IAGV,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAOnB;IAEF,OAAO,CAAC,YAAY,CA+GlB;IAEF,OAAO,CAAC,aAAa,CAmBnB;IAEF,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,aAAa;IAcrB,eAAe;IAkBf,eAAe;IAQf,cAAc;IA+Bd,YAAY;IAwBZ,MAAM;CAGP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-CQq_Eyeu.js';
2
- import { n, t } from '../../property-CPkYmAYi.js';
3
- import { r } from '../../state-CtrTo6cC.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-C4AqmOTg.js';
2
+ import { n, s as safeCustomElement } from '../../safe-custom-element-BuFHdvWD.js';
3
+ import { r } from '../../state-D-OZ3KEf.js';
4
4
  import { c as ce } from '../../index-B9iart53.js';
5
5
  import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../axe-BK9JSROP.js';
@@ -69,8 +69,8 @@ let LuksoButton = class extends TailwindStyledElement(style) {
69
69
  active:text-neutral-35 active:scale-100
70
70
  disabled:text-neutral-90`,
71
71
  link: "bg-transparent border-none active:!scale-100 underline text-purple-51 hover:text-purple-41",
72
- "nav-button": "nav-apax-12-medium-uppercase text-purple-41 !text-12",
73
- "nav-text": "bg-transparent border-none nav-apax-12-medium-uppercase text-purple-63 hover:text-purple-41 !text-12 transition",
72
+ "nav-button": "nav-inter-12-medium-uppercase text-purple-41 !text-12",
73
+ "nav-text": "bg-transparent border-none nav-inter-12-medium-uppercase text-purple-63 hover:text-purple-41 !text-12 transition",
74
74
  success: `bg-green-54 border-green-54 text-neutral-100
75
75
  disabled:hover:!bg-green-54 disabled:hover:!border-green-54
76
76
  hover:bg-green-63 hover:border-green-63 before:bg-green-54`,
@@ -340,7 +340,7 @@ __decorateClass([
340
340
  r()
341
341
  ], LuksoButton.prototype, "timer", 2);
342
342
  LuksoButton = __decorateClass([
343
- t("lukso-button")
343
+ safeCustomElement("lukso-button")
344
344
  ], LuksoButton);
345
345
 
346
346
  export { LuksoButton };
@@ -2,17 +2,17 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const components_luksoProfile_index = require('../../index-BDC9pVk6.cjs');
6
- const shared_tailwindElement_index = require('../../index-BFqOU6o6.cjs');
7
- const property = require('../../property-Cs8qVdri.cjs');
8
- const state = require('../../state-Bh6EXopE.cjs');
5
+ const components_luksoProfile_index = require('../../index-Dv9A3Ltm.cjs');
6
+ const shared_tailwindElement_index = require('../../index-CE4mgetK.cjs');
7
+ const safeCustomElement = require('../../safe-custom-element-CEr2QRTr.cjs');
8
+ const state = require('../../state-DE9RNbPD.cjs');
9
9
  const base = require('../../base-NFGX42U4.cjs');
10
- const styleMap = require('../../style-map-DhbNG03r.cjs');
10
+ const styleMap = require('../../style-map-CTRp4AN8.cjs');
11
11
  const index = require('../../index-CaJky2qL.cjs');
12
12
  require('../../tailwind-config.cjs');
13
13
  const axe = require('../../axe-C-H1UVi1.cjs');
14
14
  const isAddress = require('../../isAddress-DYM3mZP7.cjs');
15
- const index$1 = require('../../index-Zriuvita.cjs');
15
+ const index$1 = require('../../index-BgNWF02P.cjs');
16
16
  require('../lukso-image/index.cjs');
17
17
 
18
18
  /**
@@ -207,7 +207,7 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
207
207
  class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-3"
208
208
  >
209
209
  <div
210
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
210
+ class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-12"
211
211
  ></div>
212
212
  </div>
213
213
  <slot name="content"></slot>
@@ -270,7 +270,7 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
270
270
  class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-2"
271
271
  >
272
272
  <div
273
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
273
+ class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-12"
274
274
  ></div>
275
275
  </div>
276
276
  <slot name="content"></slot>
@@ -306,7 +306,7 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
306
306
  backgroundImage: backgroundGradient(this.profileAddress)
307
307
  })}
308
308
  class=${axe.cn(
309
- "min-h-[40px] bg-center bg-cover rounded-t-[inherit] rounded-b-0 relative bg-neutral-100",
309
+ "min-h-10 bg-center bg-cover rounded-t-[inherit] rounded-b-0 relative bg-neutral-100",
310
310
  this.headerClass
311
311
  )}
312
312
  >
@@ -436,43 +436,43 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
436
436
  }
437
437
  };
438
438
  __decorateClass([
439
- property.n({ type: String })
439
+ safeCustomElement.n({ type: String })
440
440
  ], exports.LuksoCard.prototype, "variant", 2);
441
441
  __decorateClass([
442
- property.n({ type: String, attribute: "background-url" })
442
+ safeCustomElement.n({ type: String, attribute: "background-url" })
443
443
  ], exports.LuksoCard.prototype, "backgroundUrl", 2);
444
444
  __decorateClass([
445
- property.n({ type: String, attribute: "profile-url" })
445
+ safeCustomElement.n({ type: String, attribute: "profile-url" })
446
446
  ], exports.LuksoCard.prototype, "profileUrl", 2);
447
447
  __decorateClass([
448
- property.n({ type: String, attribute: "profile-address" })
448
+ safeCustomElement.n({ type: String, attribute: "profile-address" })
449
449
  ], exports.LuksoCard.prototype, "profileAddress", 2);
450
450
  __decorateClass([
451
- property.n({ type: Number })
451
+ safeCustomElement.n({ type: Number })
452
452
  ], exports.LuksoCard.prototype, "width", 2);
453
453
  __decorateClass([
454
- property.n({ type: Number })
454
+ safeCustomElement.n({ type: Number })
455
455
  ], exports.LuksoCard.prototype, "height", 2);
456
456
  __decorateClass([
457
- property.n({ type: String, attribute: "custom-class" })
457
+ safeCustomElement.n({ type: String, attribute: "custom-class" })
458
458
  ], exports.LuksoCard.prototype, "customClass", 2);
459
459
  __decorateClass([
460
- property.n({ type: String, attribute: "header-class" })
460
+ safeCustomElement.n({ type: String, attribute: "header-class" })
461
461
  ], exports.LuksoCard.prototype, "headerClass", 2);
462
462
  __decorateClass([
463
- property.n({ type: String, attribute: "border-radius" })
463
+ safeCustomElement.n({ type: String, attribute: "border-radius" })
464
464
  ], exports.LuksoCard.prototype, "borderRadius", 2);
465
465
  __decorateClass([
466
- property.n({ type: String })
466
+ safeCustomElement.n({ type: String })
467
467
  ], exports.LuksoCard.prototype, "shadow", 2);
468
468
  __decorateClass([
469
- property.n({ type: Boolean, attribute: "is-hoverable" })
469
+ safeCustomElement.n({ type: Boolean, attribute: "is-hoverable" })
470
470
  ], exports.LuksoCard.prototype, "isHoverable", 2);
471
471
  __decorateClass([
472
- property.n({ type: Boolean, attribute: "has-overlay" })
472
+ safeCustomElement.n({ type: Boolean, attribute: "has-overlay" })
473
473
  ], exports.LuksoCard.prototype, "hasOverlay", 2);
474
474
  __decorateClass([
475
- property.n({ type: Boolean, attribute: "is-eoa" })
475
+ safeCustomElement.n({ type: Boolean, attribute: "is-eoa" })
476
476
  ], exports.LuksoCard.prototype, "isEoa", 2);
477
477
  __decorateClass([
478
478
  o({ slot: "bottom", flatten: true })
@@ -481,5 +481,5 @@ __decorateClass([
481
481
  state.r()
482
482
  ], exports.LuksoCard.prototype, "hasBottom", 2);
483
483
  exports.LuksoCard = __decorateClass([
484
- property.t("lukso-card")
484
+ safeCustomElement.safeCustomElement("lukso-card")
485
485
  ], exports.LuksoCard);
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/index.ts"],"names":[],"mappings":"AAaA,OAAO,4BAA4B,CAAA;AAGnC,OAAO,0BAA0B,CAAA;AAGjC,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,aAAa,GACb,SAAS,GACT,WAAW,GACX,MAAM,GACN,MAAM,GACN,WAAW,CAAA;AAEf,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE1D,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;;AAEtD,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAY;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,YAAY,EAAE,gBAAgB,CAAW;IAGzC,MAAM,EAAE,WAAW,CAAU;IAG7B,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,KAAK,UAAQ;IAGb,OAAO,CAAC,WAAW,CAAyB;IAG5C,OAAO,CAAC,SAAS,CAAQ;IAEzB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,UAAU,CAqChB;IAEF,aAAa;IAsBb,kBAAkB;IA8BlB,eAAe;IAuEf,gBAAgB;IA0EhB,gBAAgB;IA4DhB,YAAY;IAyCZ,YAAY;IA4CZ,MAAM;CAkBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/index.ts"],"names":[],"mappings":"AASA,OAAO,4BAA4B,CAAA;AAGnC,OAAO,0BAA0B,CAAA;AAGjC,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,aAAa,GACb,SAAS,GACT,WAAW,GACX,MAAM,GACN,MAAM,GACN,WAAW,CAAA;AAEf,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE1D,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;;AAEtD,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAY;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,YAAY,EAAE,gBAAgB,CAAW;IAGzC,MAAM,EAAE,WAAW,CAAU;IAG7B,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,KAAK,UAAQ;IAGb,OAAO,CAAC,WAAW,CAAyB;IAG5C,OAAO,CAAC,SAAS,CAAQ;IAEzB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,UAAU,CAqChB;IAEF,aAAa;IAsBb,kBAAkB;IA8BlB,eAAe;IAuEf,gBAAgB;IA0EhB,gBAAgB;IA4DhB,YAAY;IAyCZ,YAAY;IA4CZ,MAAM;CAkBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
@@ -1,14 +1,14 @@
1
- import { m as makeBlockie } from '../../index-BJwLob67.js';
2
- import { T as TailwindStyledElement, x, E } from '../../index-CQq_Eyeu.js';
3
- import { n, t } from '../../property-CPkYmAYi.js';
4
- import { r } from '../../state-CtrTo6cC.js';
1
+ import { m as makeBlockie } from '../../index-1J-jqsT9.js';
2
+ import { T as TailwindStyledElement, x, E } from '../../index-C4AqmOTg.js';
3
+ import { n, s as safeCustomElement } from '../../safe-custom-element-BuFHdvWD.js';
4
+ import { r } from '../../state-D-OZ3KEf.js';
5
5
  import { e } from '../../base-Cl6v8-BZ.js';
6
- import { o as o$1 } from '../../style-map-BBz25umN.js';
6
+ import { o as o$1 } from '../../style-map-CNeYTqXM.js';
7
7
  import { c as ce } from '../../index-B9iart53.js';
8
8
  import '../../tailwind-config.js';
9
9
  import { c as cn } from '../../axe-BK9JSROP.js';
10
10
  import { i as isAddress } from '../../isAddress-ZNhN82OL.js';
11
- import { c as customStyleMap } from '../../index-BOWftFAY.js';
11
+ import { c as customStyleMap } from '../../index-DSByq2Lm.js';
12
12
  import '../lukso-image/index.js';
13
13
 
14
14
  /**
@@ -203,7 +203,7 @@ let LuksoCard = class extends TailwindStyledElement(style) {
203
203
  class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-3"
204
204
  >
205
205
  <div
206
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
206
+ class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-12"
207
207
  ></div>
208
208
  </div>
209
209
  <slot name="content"></slot>
@@ -266,7 +266,7 @@ let LuksoCard = class extends TailwindStyledElement(style) {
266
266
  class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-2"
267
267
  >
268
268
  <div
269
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
269
+ class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-12"
270
270
  ></div>
271
271
  </div>
272
272
  <slot name="content"></slot>
@@ -302,7 +302,7 @@ let LuksoCard = class extends TailwindStyledElement(style) {
302
302
  backgroundImage: backgroundGradient(this.profileAddress)
303
303
  })}
304
304
  class=${cn(
305
- "min-h-[40px] bg-center bg-cover rounded-t-[inherit] rounded-b-0 relative bg-neutral-100",
305
+ "min-h-10 bg-center bg-cover rounded-t-[inherit] rounded-b-0 relative bg-neutral-100",
306
306
  this.headerClass
307
307
  )}
308
308
  >
@@ -477,7 +477,7 @@ __decorateClass([
477
477
  r()
478
478
  ], LuksoCard.prototype, "hasBottom", 2);
479
479
  LuksoCard = __decorateClass([
480
- t("lukso-card")
480
+ safeCustomElement("lukso-card")
481
481
  ], LuksoCard);
482
482
 
483
483
  export { LuksoCard };
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-BFqOU6o6.cjs');
6
- const property = require('../../property-Cs8qVdri.cjs');
7
- const state = require('../../state-Bh6EXopE.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CE4mgetK.cjs');
6
+ const safeCustomElement = require('../../safe-custom-element-CEr2QRTr.cjs');
7
+ const state = require('../../state-DE9RNbPD.cjs');
8
8
  const index = require('../../index-D0nCA-7X.cjs');
9
9
 
10
10
  var __defProp = Object.defineProperty;
@@ -71,9 +71,9 @@ exports.LuksoCheckbox = class LuksoCheckbox extends shared_tailwindElement_index
71
71
  [this.error === "" ? "border-neutral-90" : "border-red-85"]: !this.hasHighlight,
72
72
  [this.error === "" ? "border-neutral-35" : "border-red-65"]: this.hasHighlight,
73
73
  ["border-neutral-60"]: this.isDisabled,
74
- ["h-[40px] w-[40px]"]: this.size === "medium",
74
+ ["h-10 w-[40px]"]: this.size === "medium",
75
75
  ["h-[32px] w-[32px]"]: this.size === "small",
76
- ["h-[28px] w-[28px]"]: this.size === "x-small",
76
+ ["h-7 w-[28px]"]: this.size === "x-small",
77
77
  [this.customClass]: !!this.customClass
78
78
  })}
79
79
  >
@@ -177,34 +177,34 @@ exports.LuksoCheckbox = class LuksoCheckbox extends shared_tailwindElement_index
177
177
  }
178
178
  };
179
179
  __decorateClass([
180
- property.n({ type: String })
180
+ safeCustomElement.n({ type: String })
181
181
  ], exports.LuksoCheckbox.prototype, "name", 2);
182
182
  __decorateClass([
183
- property.n({ type: String })
183
+ safeCustomElement.n({ type: String })
184
184
  ], exports.LuksoCheckbox.prototype, "id", 2);
185
185
  __decorateClass([
186
- property.n({ type: String })
186
+ safeCustomElement.n({ type: String })
187
187
  ], exports.LuksoCheckbox.prototype, "ref", 2);
188
188
  __decorateClass([
189
- property.n({ type: String })
189
+ safeCustomElement.n({ type: String })
190
190
  ], exports.LuksoCheckbox.prototype, "type", 2);
191
191
  __decorateClass([
192
- property.n({ type: String })
192
+ safeCustomElement.n({ type: String })
193
193
  ], exports.LuksoCheckbox.prototype, "size", 2);
194
194
  __decorateClass([
195
- property.n({ type: String })
195
+ safeCustomElement.n({ type: String })
196
196
  ], exports.LuksoCheckbox.prototype, "error", 2);
197
197
  __decorateClass([
198
- property.n({ type: Boolean })
198
+ safeCustomElement.n({ type: Boolean })
199
199
  ], exports.LuksoCheckbox.prototype, "checked", 2);
200
200
  __decorateClass([
201
- property.n({ type: String, attribute: "custom-class" })
201
+ safeCustomElement.n({ type: String, attribute: "custom-class" })
202
202
  ], exports.LuksoCheckbox.prototype, "customClass", 2);
203
203
  __decorateClass([
204
- property.n({ type: Boolean, attribute: "is-readonly" })
204
+ safeCustomElement.n({ type: Boolean, attribute: "is-readonly" })
205
205
  ], exports.LuksoCheckbox.prototype, "isReadonly", 2);
206
206
  __decorateClass([
207
- property.n({ type: Boolean, attribute: "is-disabled" })
207
+ safeCustomElement.n({ type: Boolean, attribute: "is-disabled" })
208
208
  ], exports.LuksoCheckbox.prototype, "isDisabled", 2);
209
209
  __decorateClass([
210
210
  state.r()
@@ -213,5 +213,5 @@ __decorateClass([
213
213
  state.r()
214
214
  ], exports.LuksoCheckbox.prototype, "hasHighlight", 2);
215
215
  exports.LuksoCheckbox = __decorateClass([
216
- property.t("lukso-checkbox")
216
+ safeCustomElement.safeCustomElement("lukso-checkbox")
217
217
  ], exports.LuksoCheckbox);
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-checkbox/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAG3D,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;AACzD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,CAAA;AAE7C,qBACa,aAAc,SAAQ,eAAe;IAEhD,IAAI,SAAK;IAGT,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,IAAI,EAAE,YAAY,CAAS;IAG3B,IAAI,EAAE,YAAY,CAAW;IAG7B,KAAK,SAAK;IAGV,OAAO,EAAE,OAAO,CAAQ;IAGxB,WAAW,SAAK;IAGhB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,sBAAsB,CAG3B;IAEH,OAAO,CAAC,kBAAkB,CAKvB;IAEH,OAAO,CAAC,kBAAkB,CAEvB;IAEH,OAAO,CAAC,qBAAqB,CAKkD;IAE/E,mBAAmB,IAAI,OAAO;IAY9B,gBAAgB,IAAI,OAAO;IAqB3B,aAAa;IAqBb,aAAa;IAQb,aAAa;IAiBb,uBAAuB;IAQvB,MAAM;YAoBQ,YAAY;IAkB1B,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;CAKvB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAA;KAChC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-checkbox/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAG3D,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;AACzD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,CAAA;AAE7C,qBACa,aAAc,SAAQ,eAAe;IAEhD,IAAI,SAAK;IAGT,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,IAAI,EAAE,YAAY,CAAS;IAG3B,IAAI,EAAE,YAAY,CAAW;IAG7B,KAAK,SAAK;IAGV,OAAO,EAAE,OAAO,CAAQ;IAGxB,WAAW,SAAK;IAGhB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,sBAAsB,CAG3B;IAEH,OAAO,CAAC,kBAAkB,CAKvB;IAEH,OAAO,CAAC,kBAAkB,CAEvB;IAEH,OAAO,CAAC,qBAAqB,CAKkD;IAE/E,mBAAmB,IAAI,OAAO;IAY9B,gBAAgB,IAAI,OAAO;IAqB3B,aAAa;IAqBb,aAAa;IAQb,aAAa;IAiBb,uBAAuB;IAQvB,MAAM;YAoBQ,YAAY;IAkB1B,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;CAKvB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAA;KAChC;CACF"}
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x, E } from '../../index-CQq_Eyeu.js';
2
- import { n, t } from '../../property-CPkYmAYi.js';
3
- import { r } from '../../state-CtrTo6cC.js';
1
+ import { a as TailwindElement, x, E } from '../../index-C4AqmOTg.js';
2
+ import { n, s as safeCustomElement } from '../../safe-custom-element-BuFHdvWD.js';
3
+ import { r } from '../../state-D-OZ3KEf.js';
4
4
  import { c as customClassMap } from '../../index-F8ll4iy2.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -67,9 +67,9 @@ let LuksoCheckbox = class extends TailwindElement {
67
67
  [this.error === "" ? "border-neutral-90" : "border-red-85"]: !this.hasHighlight,
68
68
  [this.error === "" ? "border-neutral-35" : "border-red-65"]: this.hasHighlight,
69
69
  ["border-neutral-60"]: this.isDisabled,
70
- ["h-[40px] w-[40px]"]: this.size === "medium",
70
+ ["h-10 w-[40px]"]: this.size === "medium",
71
71
  ["h-[32px] w-[32px]"]: this.size === "small",
72
- ["h-[28px] w-[28px]"]: this.size === "x-small",
72
+ ["h-7 w-[28px]"]: this.size === "x-small",
73
73
  [this.customClass]: !!this.customClass
74
74
  })}
75
75
  >
@@ -209,7 +209,7 @@ __decorateClass([
209
209
  r()
210
210
  ], LuksoCheckbox.prototype, "hasHighlight", 2);
211
211
  LuksoCheckbox = __decorateClass([
212
- t("lukso-checkbox")
212
+ safeCustomElement("lukso-checkbox")
213
213
  ], LuksoCheckbox);
214
214
 
215
215
  export { LuksoCheckbox };