@lukso/web-components 1.36.0 → 1.37.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 (51) hide show
  1. package/dist/components/index.cjs +3 -3
  2. package/dist/components/index.js +3 -3
  3. package/dist/components/lukso-button/index.cjs +1 -1
  4. package/dist/components/lukso-button/index.js +1 -1
  5. package/dist/components/lukso-card/index.cjs +2 -2
  6. package/dist/components/lukso-card/index.js +2 -2
  7. package/dist/components/lukso-checkbox/index.cjs +1 -1
  8. package/dist/components/lukso-checkbox/index.js +1 -1
  9. package/dist/components/lukso-footer/index.cjs +1 -1
  10. package/dist/components/lukso-footer/index.js +1 -1
  11. package/dist/components/lukso-icon/index.cjs +2 -2
  12. package/dist/components/lukso-icon/index.js +2 -2
  13. package/dist/components/lukso-input/index.cjs +1 -1
  14. package/dist/components/lukso-input/index.js +1 -1
  15. package/dist/components/lukso-modal/index.cjs +1 -1
  16. package/dist/components/lukso-modal/index.js +1 -1
  17. package/dist/components/lukso-navbar/index.cjs +2 -2
  18. package/dist/components/lukso-navbar/index.js +2 -2
  19. package/dist/components/lukso-profile/index.cjs +2 -2
  20. package/dist/components/lukso-profile/index.js +2 -2
  21. package/dist/components/lukso-progress/index.cjs +2 -2
  22. package/dist/components/lukso-progress/index.js +2 -2
  23. package/dist/components/lukso-sanitize/index.cjs +1 -1
  24. package/dist/components/lukso-sanitize/index.js +1 -1
  25. package/dist/components/lukso-search/index.cjs +4 -4
  26. package/dist/components/lukso-search/index.js +4 -4
  27. package/dist/components/lukso-share/index.cjs +1 -1
  28. package/dist/components/lukso-share/index.js +1 -1
  29. package/dist/components/lukso-switch/index.cjs +2 -2
  30. package/dist/components/lukso-switch/index.js +2 -2
  31. package/dist/components/lukso-tag/index.cjs +2 -2
  32. package/dist/components/lukso-tag/index.js +2 -2
  33. package/dist/components/lukso-terms/index.cjs +2 -2
  34. package/dist/components/lukso-terms/index.js +2 -2
  35. package/dist/components/lukso-test/index.cjs +2 -2
  36. package/dist/components/lukso-test/index.js +2 -2
  37. package/dist/components/lukso-username/index.cjs +2 -2
  38. package/dist/components/lukso-username/index.js +2 -2
  39. package/dist/components/lukso-wizard/index.cjs +2 -2
  40. package/dist/components/lukso-wizard/index.js +2 -2
  41. package/dist/{directive-helpers-ac1c0bc1.cjs → directive-helpers-4cd23d94.cjs} +1 -1
  42. package/dist/{directive-helpers-2de20c85.js → directive-helpers-d9ee371a.js} +1 -1
  43. package/dist/{index-e65ce6e8.js → index-542bfe30.js} +1 -1
  44. package/dist/{index-3027d420.cjs → index-d03a63b5.cjs} +1 -1
  45. package/dist/index.cjs +3 -3
  46. package/dist/index.js +3 -3
  47. package/dist/shared/tailwind-element/index.cjs +1 -1
  48. package/dist/shared/tailwind-element/index.js +1 -1
  49. package/dist/{style-map-52b1e12c.cjs → style-map-3929e25a.cjs} +1 -1
  50. package/dist/{style-map-0a64ef32.js → style-map-a0675feb.js} +1 -1
  51. package/package.json +1 -1
@@ -21,12 +21,12 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
21
21
  const components_luksoTest_index = require('./lukso-test/index.cjs');
22
22
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
23
23
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
24
- const shared_tailwindElement_index = require('../index-3027d420.cjs');
24
+ const shared_tailwindElement_index = require('../index-d03a63b5.cjs');
25
25
  require('../directive-db00f5fb.cjs');
26
26
  require('../state-a62a7d5d.cjs');
27
27
  require('../index-7dc05ee5.cjs');
28
- require('../style-map-52b1e12c.cjs');
29
- require('../directive-helpers-ac1c0bc1.cjs');
28
+ require('../style-map-3929e25a.cjs');
29
+ require('../directive-helpers-4cd23d94.cjs');
30
30
 
31
31
 
32
32
 
@@ -17,9 +17,9 @@ export { LuksoTerms } from './lukso-terms/index.js';
17
17
  export { LuksoTest } from './lukso-test/index.js';
18
18
  export { LuksoUsername } from './lukso-username/index.js';
19
19
  export { LuksoWizard } from './lukso-wizard/index.js';
20
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-e65ce6e8.js';
20
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-542bfe30.js';
21
21
  import '../directive-9ec64c08.js';
22
22
  import '../state-7fde94d1.js';
23
23
  import '../index-714323c9.js';
24
- import '../style-map-0a64ef32.js';
25
- import '../directive-helpers-2de20c85.js';
24
+ import '../style-map-a0675feb.js';
25
+ import '../directive-helpers-d9ee371a.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.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-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-profile/index.cjs');
10
10
 
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-profile/index.js';
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x, A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  require('../lukso-share/index.cjs');
8
8
  require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { a as e } from '../../directive-9ec64c08.js';
3
3
  import '../lukso-share/index.js';
4
4
  import '../../index-714323c9.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-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
 
9
9
  const style = ":host {\n display: inline-flex\n}";
10
10
 
@@ -1,6 +1,6 @@
1
- import { x, T as TailwindStyledElement } from '../../index-e65ce6e8.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
 
5
5
  const style = ":host {\n display: inline-flex\n}";
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x, A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const index = require('../../index-7dc05ee5.cjs');
8
8
 
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { c as customClassMap } from '../../index-714323c9.js';
4
4
 
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-tag/index.cjs');
11
- require('../../style-map-52b1e12c.cjs');
11
+ require('../../style-map-3929e25a.cjs');
12
12
 
13
13
  var __defProp = Object.defineProperty;
14
14
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,10 +1,10 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-tag/index.js';
7
- import '../../style-map-0a64ef32.js';
7
+ import '../../style-map-a0675feb.js';
8
8
 
9
9
  var __defProp = Object.defineProperty;
10
10
  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-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
 
5
5
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
6
6
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  var __defProp = Object.defineProperty;
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { c as A, b as T, a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { c as A, b as T, a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { i, t, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js';
3
3
 
4
4
  /**
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-profile/index.cjs');
11
11
  require('../lukso-username/index.cjs');
12
- require('../../style-map-52b1e12c.cjs');
12
+ require('../../style-map-3929e25a.cjs');
13
13
 
14
14
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
15
15
 
@@ -121,7 +121,7 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
121
121
  }
122
122
  }
123
123
  return shared_tailwindElement_index.x`<div
124
- class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1"
124
+ class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1 overflow-y-auto max-h-60 scroll"
125
125
  >
126
126
  ${resultTemplates}
127
127
  </div>`;
@@ -147,7 +147,7 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
147
147
  size="x-small"
148
148
  ></lukso-profile>
149
149
  <lukso-username
150
- name="${result.name}"
150
+ name="${result.name?.toLowerCase()}"
151
151
  address="${result.address}"
152
152
  name-color="neutral-20"
153
153
  max-width="300"
@@ -1,11 +1,11 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-profile/index.js';
7
7
  import '../lukso-username/index.js';
8
- import '../../style-map-0a64ef32.js';
8
+ import '../../style-map-a0675feb.js';
9
9
 
10
10
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
11
11
 
@@ -117,7 +117,7 @@ let LuksoSearch = class extends TailwindStyledElement(style) {
117
117
  }
118
118
  }
119
119
  return x`<div
120
- class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1"
120
+ class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1 overflow-y-auto max-h-60 scroll"
121
121
  >
122
122
  ${resultTemplates}
123
123
  </div>`;
@@ -143,7 +143,7 @@ let LuksoSearch = class extends TailwindStyledElement(style) {
143
143
  size="x-small"
144
144
  ></lukso-profile>
145
145
  <lukso-username
146
- name="${result.name}"
146
+ name="${result.name?.toLowerCase()}"
147
147
  address="${result.address}"
148
148
  name-color="neutral-20"
149
149
  max-width="300"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const index = require('../../index-7dc05ee5.cjs');
8
8
 
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { c as customClassMap } from '../../index-714323c9.js';
4
4
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  var __defProp = Object.defineProperty;
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-sanitize/index.cjs');
11
- require('../../style-map-52b1e12c.cjs');
11
+ require('../../style-map-3929e25a.cjs');
12
12
 
13
13
  const style = ":host {\n display: flex;\n height: 100%\n}";
14
14
 
@@ -1,10 +1,10 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-sanitize/index.js';
7
- import '../../style-map-0a64ef32.js';
7
+ import '../../style-map-a0675feb.js';
8
8
 
9
9
  const style = ":host {\n display: flex;\n height: 100%\n}";
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const directiveHelpers = require('../../directive-helpers-ac1c0bc1.cjs');
7
+ const directiveHelpers = require('../../directive-helpers-4cd23d94.cjs');
8
8
 
9
9
  /**
10
10
  * @license
@@ -1,6 +1,6 @@
1
- import { c as A$1, b as T, T as TailwindStyledElement, x as x$1 } from '../../index-e65ce6e8.js';
1
+ import { c as A$1, b as T, T as TailwindStyledElement, x as x$1 } from '../../index-542bfe30.js';
2
2
  import { i as i$1, t as t$1, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js';
3
- import { e } from '../../directive-helpers-2de20c85.js';
3
+ import { e } from '../../directive-helpers-d9ee371a.js';
4
4
 
5
5
  /**
6
6
  * @license
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x, c as A } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x, c as A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const directiveHelpers = require('../../directive-helpers-ac1c0bc1.cjs');
7
+ const directiveHelpers = require('../../directive-helpers-4cd23d94.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  /**
@@ -1,6 +1,6 @@
1
- import { b as T, T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { b as T, T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { b as e, i, t, e as e$1, a as e$2 } from '../../directive-9ec64c08.js';
3
- import { m, f, c as c$1, p, a } from '../../directive-helpers-2de20c85.js';
3
+ import { m, f, c as c$1, p, a } from '../../directive-helpers-d9ee371a.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const shared_tailwindElement_index = require('./index-3027d420.cjs');
3
+ const shared_tailwindElement_index = require('./index-d03a63b5.cjs');
4
4
 
5
5
  /**
6
6
  * @license
@@ -1,4 +1,4 @@
1
- import { j } from './index-e65ce6e8.js';
1
+ import { j } from './index-542bfe30.js';
2
2
 
3
3
  /**
4
4
  * @license