@lukso/web-components 1.122.0 → 1.124.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 (80) hide show
  1. package/dist/components/index.cjs +6 -6
  2. package/dist/components/index.js +6 -6
  3. package/dist/components/lukso-button/index.cjs +8 -8
  4. package/dist/components/lukso-button/index.js +8 -8
  5. package/dist/components/lukso-card/index.cjs +6 -6
  6. package/dist/components/lukso-card/index.js +6 -6
  7. package/dist/components/lukso-checkbox/index.cjs +3 -3
  8. package/dist/components/lukso-checkbox/index.js +3 -3
  9. package/dist/components/lukso-color-picker/index.cjs +4 -4
  10. package/dist/components/lukso-color-picker/index.js +4 -4
  11. package/dist/components/lukso-dropdown/index.cjs +6 -6
  12. package/dist/components/lukso-dropdown/index.js +6 -6
  13. package/dist/components/lukso-dropdown-option/index.cjs +2 -2
  14. package/dist/components/lukso-dropdown-option/index.js +2 -2
  15. package/dist/components/lukso-footer/index.cjs +2 -2
  16. package/dist/components/lukso-footer/index.js +2 -2
  17. package/dist/components/lukso-icon/index.cjs +3 -3
  18. package/dist/components/lukso-icon/index.js +3 -3
  19. package/dist/components/lukso-image/index.cjs +4 -4
  20. package/dist/components/lukso-image/index.js +4 -4
  21. package/dist/components/lukso-input/index.cjs +4 -4
  22. package/dist/components/lukso-input/index.js +4 -4
  23. package/dist/components/lukso-modal/index.cjs +5 -5
  24. package/dist/components/lukso-modal/index.js +5 -5
  25. package/dist/components/lukso-navbar/index.cjs +66 -57
  26. package/dist/components/lukso-navbar/index.d.ts +10 -0
  27. package/dist/components/lukso-navbar/index.d.ts.map +1 -1
  28. package/dist/components/lukso-navbar/index.js +66 -57
  29. package/dist/components/lukso-navbar/lukso-navbar.stories.d.ts +4 -0
  30. package/dist/components/lukso-navbar/lukso-navbar.stories.d.ts.map +1 -1
  31. package/dist/components/lukso-pagination/index.cjs +4 -4
  32. package/dist/components/lukso-pagination/index.js +4 -4
  33. package/dist/components/lukso-profile/index.cjs +5 -5
  34. package/dist/components/lukso-profile/index.js +5 -5
  35. package/dist/components/lukso-progress/index.cjs +3 -3
  36. package/dist/components/lukso-progress/index.js +3 -3
  37. package/dist/components/lukso-sanitize/index.cjs +2 -2
  38. package/dist/components/lukso-sanitize/index.js +2 -2
  39. package/dist/components/lukso-search/index.cjs +6 -6
  40. package/dist/components/lukso-search/index.js +6 -6
  41. package/dist/components/lukso-select/index.cjs +6 -6
  42. package/dist/components/lukso-select/index.js +6 -6
  43. package/dist/components/lukso-share/index.cjs +2 -2
  44. package/dist/components/lukso-share/index.js +2 -2
  45. package/dist/components/lukso-switch/index.cjs +3 -3
  46. package/dist/components/lukso-switch/index.js +3 -3
  47. package/dist/components/lukso-tag/index.cjs +3 -3
  48. package/dist/components/lukso-tag/index.js +3 -3
  49. package/dist/components/lukso-terms/index.cjs +4 -4
  50. package/dist/components/lukso-terms/index.js +4 -4
  51. package/dist/components/lukso-test/index.cjs +2 -2
  52. package/dist/components/lukso-test/index.js +2 -2
  53. package/dist/components/lukso-textarea/index.cjs +4 -4
  54. package/dist/components/lukso-textarea/index.js +4 -4
  55. package/dist/components/lukso-tooltip/index.cjs +4 -4
  56. package/dist/components/lukso-tooltip/index.js +4 -4
  57. package/dist/components/lukso-username/index.cjs +3 -3
  58. package/dist/components/lukso-username/index.js +3 -3
  59. package/dist/components/lukso-wizard/index.cjs +2 -2
  60. package/dist/components/lukso-wizard/index.js +2 -2
  61. package/dist/{index-abf2590d.cjs → index-0a59f6f3.cjs} +2 -2
  62. package/dist/{index-ec5cffa4.js → index-4c822bfb.js} +2 -2
  63. package/dist/index-6e93d985.cjs +46 -0
  64. package/dist/{index-52e2fafd.cjs → index-81fa5713.cjs} +1 -1
  65. package/dist/{index-d643c9c3.js → index-9a28f700.js} +1 -1
  66. package/dist/index-fe1a5136.js +37 -0
  67. package/dist/index.cjs +6 -6
  68. package/dist/index.js +6 -6
  69. package/dist/{property-80b4df33.cjs → property-1bddca37.cjs} +1 -1
  70. package/dist/{property-81c75dec.js → property-208d291e.js} +1 -1
  71. package/dist/shared/tailwind-element/index.cjs +1 -1
  72. package/dist/shared/tailwind-element/index.js +1 -1
  73. package/dist/{state-8f04f0af.cjs → state-9fe86d6c.cjs} +1 -1
  74. package/dist/{state-ebd3d73f.js → state-c71c1fdf.js} +1 -1
  75. package/dist/{style-map-68da71db.cjs → style-map-2c0d1631.cjs} +1 -1
  76. package/dist/{style-map-d9a53ff6.js → style-map-620e6e0f.js} +1 -1
  77. package/package.json +1 -1
  78. package/tailwind.config.cjs +11 -0
  79. package/dist/index-db8c2781.js +0 -37
  80. package/dist/index-e17ecbf3.cjs +0 -46
@@ -15,7 +15,7 @@ const components_luksoInput_index = require('./lukso-input/index.cjs');
15
15
  const components_luksoModal_index = require('./lukso-modal/index.cjs');
16
16
  const components_luksoNavbar_index = require('./lukso-navbar/index.cjs');
17
17
  const components_luksoPagination_index = require('./lukso-pagination/index.cjs');
18
- const components_luksoProfile_index = require('../index-abf2590d.cjs');
18
+ const components_luksoProfile_index = require('../index-0a59f6f3.cjs');
19
19
  const components_luksoProgress_index = require('./lukso-progress/index.cjs');
20
20
  const components_luksoSanitize_index = require('./lukso-sanitize/index.cjs');
21
21
  const components_luksoSearch_index = require('./lukso-search/index.cjs');
@@ -29,15 +29,15 @@ const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
29
29
  const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
30
30
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
31
31
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
32
- const shared_tailwindElement_index = require('../index-e17ecbf3.cjs');
32
+ const shared_tailwindElement_index = require('../index-6e93d985.cjs');
33
33
  require('../cn-b6daa995.cjs');
34
- require('../property-80b4df33.cjs');
35
- require('../state-8f04f0af.cjs');
34
+ require('../property-1bddca37.cjs');
35
+ require('../state-9fe86d6c.cjs');
36
36
  require('../index-2b104ecb.cjs');
37
37
  require('../tailwind-config.cjs');
38
- require('../style-map-68da71db.cjs');
38
+ require('../style-map-2c0d1631.cjs');
39
39
  require('../directive-8278ab14.cjs');
40
- require('../index-52e2fafd.cjs');
40
+ require('../index-81fa5713.cjs');
41
41
  require('../index-e9668573.cjs');
42
42
  require('../uniq-id-f0b18085.cjs');
43
43
 
@@ -11,7 +11,7 @@ export { LuksoInput } from './lukso-input/index.js';
11
11
  export { LuksoModal } from './lukso-modal/index.js';
12
12
  export { LuksoNavbar } from './lukso-navbar/index.js';
13
13
  export { LuksoPagination } from './lukso-pagination/index.js';
14
- export { L as LuksoProfile } from '../index-ec5cffa4.js';
14
+ export { L as LuksoProfile } from '../index-4c822bfb.js';
15
15
  export { LuksoProgress } from './lukso-progress/index.js';
16
16
  export { LuksoSanitize } from './lukso-sanitize/index.js';
17
17
  export { LuksoSearch } from './lukso-search/index.js';
@@ -25,14 +25,14 @@ export { LuksoTextarea } from './lukso-textarea/index.js';
25
25
  export { LuksoTooltip } from './lukso-tooltip/index.js';
26
26
  export { LuksoUsername } from './lukso-username/index.js';
27
27
  export { LuksoWizard } from './lukso-wizard/index.js';
28
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-db8c2781.js';
28
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-fe1a5136.js';
29
29
  import '../cn-90c03edf.js';
30
- import '../property-81c75dec.js';
31
- import '../state-ebd3d73f.js';
30
+ import '../property-208d291e.js';
31
+ import '../state-c71c1fdf.js';
32
32
  import '../index-d14b6a34.js';
33
33
  import '../tailwind-config.js';
34
- import '../style-map-d9a53ff6.js';
34
+ import '../style-map-620e6e0f.js';
35
35
  import '../directive-2bb7789e.js';
36
- import '../index-d643c9c3.js';
36
+ import '../index-9a28f700.js';
37
37
  import '../index-5e194caf.js';
38
38
  import '../uniq-id-ce2d165c.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-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
7
- const state = require('../../state-8f04f0af.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
+ const state = require('../../state-9fe86d6c.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-b6daa995.cjs');
@@ -87,12 +87,12 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
87
87
  hover:bg-yellow-65 hover:border-yellow-65 before:bg-yellow-55`
88
88
  },
89
89
  size: {
90
- medium: "h-[48px] px-6 paragraph-inter-16-semi-bold rounded-12",
91
- small: "h-[28px] px-3 paragraph-inter-12-medium rounded-8"
90
+ medium: "h-12 px-6 paragraph-inter-16-semi-bold rounded-12",
91
+ small: "h-7 px-3 paragraph-inter-12-medium rounded-8"
92
92
  },
93
93
  isLongPress: {
94
94
  true: `relative overflow-hidden z-[1] active:outline-0
95
- before:absolute before:content-[''] before:top-0 before:left-0 before:w-0 before:h-[48px]
95
+ before:absolute before:content-[''] before:top-0 before:left-0 before:w-0 before:h-12
96
96
  before:transition-all before:duration-[2000ms] before:z-[-1] before:rounded-0`
97
97
  },
98
98
  isFullWidth: {
@@ -145,12 +145,12 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
145
145
  {
146
146
  isIcon: true,
147
147
  size: ["medium"],
148
- class: "px-3"
148
+ class: "px-0 w-12"
149
149
  },
150
150
  {
151
151
  isIcon: true,
152
152
  size: ["small"],
153
- class: "px-[1px]"
153
+ class: "px-0 w-7"
154
154
  }
155
155
  ]
156
156
  });
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
3
- import { r } from '../../state-ebd3d73f.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
+ import { r } from '../../state-c71c1fdf.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../cn-90c03edf.js';
@@ -83,12 +83,12 @@ let LuksoButton = class extends TailwindStyledElement(style) {
83
83
  hover:bg-yellow-65 hover:border-yellow-65 before:bg-yellow-55`
84
84
  },
85
85
  size: {
86
- medium: "h-[48px] px-6 paragraph-inter-16-semi-bold rounded-12",
87
- small: "h-[28px] px-3 paragraph-inter-12-medium rounded-8"
86
+ medium: "h-12 px-6 paragraph-inter-16-semi-bold rounded-12",
87
+ small: "h-7 px-3 paragraph-inter-12-medium rounded-8"
88
88
  },
89
89
  isLongPress: {
90
90
  true: `relative overflow-hidden z-[1] active:outline-0
91
- before:absolute before:content-[''] before:top-0 before:left-0 before:w-0 before:h-[48px]
91
+ before:absolute before:content-[''] before:top-0 before:left-0 before:w-0 before:h-12
92
92
  before:transition-all before:duration-[2000ms] before:z-[-1] before:rounded-0`
93
93
  },
94
94
  isFullWidth: {
@@ -141,12 +141,12 @@ let LuksoButton = class extends TailwindStyledElement(style) {
141
141
  {
142
142
  isIcon: true,
143
143
  size: ["medium"],
144
- class: "px-3"
144
+ class: "px-0 w-12"
145
145
  },
146
146
  {
147
147
  isIcon: true,
148
148
  size: ["small"],
149
- class: "px-[1px]"
149
+ class: "px-0 w-7"
150
150
  }
151
151
  ]
152
152
  });
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const components_luksoProfile_index = require('../../index-abf2590d.cjs');
6
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
7
- const property = require('../../property-80b4df33.cjs');
8
- const state = require('../../state-8f04f0af.cjs');
9
- const styleMap = require('../../style-map-68da71db.cjs');
5
+ const components_luksoProfile_index = require('../../index-0a59f6f3.cjs');
6
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
7
+ const property = require('../../property-1bddca37.cjs');
8
+ const state = require('../../state-9fe86d6c.cjs');
9
+ const styleMap = require('../../style-map-2c0d1631.cjs');
10
10
  const index = require('../../index-2b104ecb.cjs');
11
11
  require('../../tailwind-config.cjs');
12
12
  const cn = require('../../cn-b6daa995.cjs');
13
- const index$1 = require('../../index-52e2fafd.cjs');
13
+ const index$1 = require('../../index-81fa5713.cjs');
14
14
  require('../lukso-image/index.cjs');
15
15
  require('../../directive-8278ab14.cjs');
16
16
 
@@ -1,12 +1,12 @@
1
- import { m as makeBlockie } from '../../index-ec5cffa4.js';
2
- import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
3
- import { n, t } from '../../property-81c75dec.js';
4
- import { r } from '../../state-ebd3d73f.js';
5
- import { o as o$1 } from '../../style-map-d9a53ff6.js';
1
+ import { m as makeBlockie } from '../../index-4c822bfb.js';
2
+ import { T as TailwindStyledElement, x, E } from '../../index-fe1a5136.js';
3
+ import { n, t } from '../../property-208d291e.js';
4
+ import { r } from '../../state-c71c1fdf.js';
5
+ import { o as o$1 } from '../../style-map-620e6e0f.js';
6
6
  import { c as ce } from '../../index-d14b6a34.js';
7
7
  import '../../tailwind-config.js';
8
8
  import { c as cn } from '../../cn-90c03edf.js';
9
- import { c as customStyleMap } from '../../index-d643c9c3.js';
9
+ import { c as customStyleMap } from '../../index-9a28f700.js';
10
10
  import '../lukso-image/index.js';
11
11
  import '../../directive-2bb7789e.js';
12
12
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
7
- const state = require('../../state-8f04f0af.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
+ const state = require('../../state-9fe86d6c.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
9
9
  require('../../directive-8278ab14.cjs');
10
10
 
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x, E } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
3
- import { r } from '../../state-ebd3d73f.js';
1
+ import { a as TailwindElement, x, E } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
+ import { r } from '../../state-c71c1fdf.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
5
5
  import '../../directive-2bb7789e.js';
6
6
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
7
- const state = require('../../state-8f04f0af.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
+ const state = require('../../state-9fe86d6c.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
- const styleMap = require('../../style-map-68da71db.cjs');
9
+ const styleMap = require('../../style-map-2c0d1631.cjs');
10
10
  require('../../tailwind-config.cjs');
11
11
  const cn = require('../../cn-b6daa995.cjs');
12
12
  require('../lukso-icon/index.cjs');
@@ -1,8 +1,8 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
3
- import { r } from '../../state-ebd3d73f.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
+ import { r } from '../../state-c71c1fdf.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
- import { o } from '../../style-map-d9a53ff6.js';
5
+ import { o } from '../../style-map-620e6e0f.js';
6
6
  import '../../tailwind-config.js';
7
7
  import { c as cn } from '../../cn-90c03edf.js';
8
8
  import '../lukso-icon/index.js';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
  require('../lukso-icon/index.cjs');
9
- require('../../index-abf2590d.cjs');
9
+ require('../../index-0a59f6f3.cjs');
10
10
  require('../lukso-username/index.cjs');
11
11
  const uniqId = require('../../uniq-id-f0b18085.cjs');
12
- require('../../style-map-68da71db.cjs');
12
+ require('../../style-map-2c0d1631.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
  require('../lukso-image/index.cjs');
15
- require('../../state-8f04f0af.cjs');
16
- require('../../index-52e2fafd.cjs');
15
+ require('../../state-9fe86d6c.cjs');
16
+ require('../../index-81fa5713.cjs');
17
17
  require('../../tailwind-config.cjs');
18
18
  require('../../cn-b6daa995.cjs');
19
19
 
@@ -1,15 +1,15 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
  import '../lukso-icon/index.js';
5
- import '../../index-ec5cffa4.js';
5
+ import '../../index-4c822bfb.js';
6
6
  import '../lukso-username/index.js';
7
7
  import { u as uniqId } from '../../uniq-id-ce2d165c.js';
8
- import '../../style-map-d9a53ff6.js';
8
+ import '../../style-map-620e6e0f.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
  import '../lukso-image/index.js';
11
- import '../../state-ebd3d73f.js';
12
- import '../../index-d643c9c3.js';
11
+ import '../../state-c71c1fdf.js';
12
+ import '../../index-9a28f700.js';
13
13
  import '../../tailwind-config.js';
14
14
  import '../../cn-90c03edf.js';
15
15
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
 
9
9
  const style = ":host {\n display: block\n}";
@@ -1,5 +1,5 @@
1
- import { T as TailwindStyledElement, x } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
 
5
5
  const style = ":host {\n display: block\n}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
7
 
8
8
  var __defProp = Object.defineProperty;
9
9
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,5 +1,5 @@
1
- import { a as TailwindElement, x } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
1
+ import { a as TailwindElement, x } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
7
- const styleMap = require('../../style-map-68da71db.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
+ const styleMap = require('../../style-map-2c0d1631.cjs');
8
8
  require('../../directive-8278ab14.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -1,6 +1,6 @@
1
- import { x, T as TailwindStyledElement } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
3
- import { o } from '../../style-map-d9a53ff6.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
+ import { o } from '../../style-map-620e6e0f.js';
4
4
  import '../../directive-2bb7789e.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
7
- const state = require('../../state-8f04f0af.cjs');
8
- const styleMap = require('../../style-map-68da71db.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
+ const state = require('../../state-9fe86d6c.cjs');
8
+ const styleMap = require('../../style-map-2c0d1631.cjs');
9
9
  const index = require('../../index-2b104ecb.cjs');
10
10
  require('../../directive-8278ab14.cjs');
11
11
 
@@ -1,7 +1,7 @@
1
- import { a as TailwindElement, x } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
3
- import { r } from '../../state-ebd3d73f.js';
4
- import { o } from '../../style-map-d9a53ff6.js';
1
+ import { a as TailwindElement, x } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
+ import { r } from '../../state-c71c1fdf.js';
4
+ import { o } from '../../style-map-620e6e0f.js';
5
5
  import { c as ce } from '../../index-d14b6a34.js';
6
6
  import '../../directive-2bb7789e.js';
7
7
 
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
7
- const state = require('../../state-8f04f0af.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
+ const state = require('../../state-9fe86d6c.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-b6daa995.cjs');
11
11
  require('../lukso-icon/index.cjs');
12
- require('../../style-map-68da71db.cjs');
12
+ require('../../style-map-2c0d1631.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
 
15
15
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -1,11 +1,11 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
3
- import { r } from '../../state-ebd3d73f.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
+ import { r } from '../../state-c71c1fdf.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../cn-90c03edf.js';
7
7
  import '../lukso-icon/index.js';
8
- import '../../style-map-d9a53ff6.js';
8
+ import '../../style-map-620e6e0f.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
 
11
11
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
- const property = require('../../property-80b4df33.cjs');
5
+ const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
+ const property = require('../../property-1bddca37.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
 
9
9
  var __defProp = Object.defineProperty;
@@ -25,9 +25,9 @@ exports.LuksoModal = class LuksoModal extends shared_tailwindElement_index.Tailw
25
25
  this.size = "small";
26
26
  this.styles = index.ce({
27
27
  slots: {
28
- wrapper: "opacity-0 fixed z-[1000] transition-opacity top-0 left-0 p-6",
29
- overlay: "bg-[rgba(196,202,206,0.6)] backdrop-blur-sm fixed top-0 left-0 w-[100vw] h-[100vh] z-[999]",
30
- dialog: "bg-neutral-98 rounded-12 shadow-neutral-shadow-round-3xl z-[1001]"
28
+ wrapper: "opacity-0 fixed z-[1011] transition-opacity top-0 left-0 p-6",
29
+ overlay: "bg-[rgba(196,202,206,0.6)] backdrop-blur-sm fixed top-0 left-0 w-[100vw] h-[100vh] z-[1010]",
30
+ dialog: "bg-neutral-98 rounded-12 shadow-neutral-shadow-round-3xl z-[1012]"
31
31
  },
32
32
  variants: {
33
33
  isOpen: {
@@ -1,5 +1,5 @@
1
- import { a as TailwindElement, x } from '../../index-db8c2781.js';
2
- import { n, t } from '../../property-81c75dec.js';
1
+ import { a as TailwindElement, x } from '../../index-fe1a5136.js';
2
+ import { n, t } from '../../property-208d291e.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
 
5
5
  var __defProp = Object.defineProperty;
@@ -21,9 +21,9 @@ let LuksoModal = class extends TailwindElement {
21
21
  this.size = "small";
22
22
  this.styles = ce({
23
23
  slots: {
24
- wrapper: "opacity-0 fixed z-[1000] transition-opacity top-0 left-0 p-6",
25
- overlay: "bg-[rgba(196,202,206,0.6)] backdrop-blur-sm fixed top-0 left-0 w-[100vw] h-[100vh] z-[999]",
26
- dialog: "bg-neutral-98 rounded-12 shadow-neutral-shadow-round-3xl z-[1001]"
24
+ wrapper: "opacity-0 fixed z-[1011] transition-opacity top-0 left-0 p-6",
25
+ overlay: "bg-[rgba(196,202,206,0.6)] backdrop-blur-sm fixed top-0 left-0 w-[100vw] h-[100vh] z-[1010]",
26
+ dialog: "bg-neutral-98 rounded-12 shadow-neutral-shadow-round-3xl z-[1012]"
27
27
  },
28
28
  variants: {
29
29
  isOpen: {