@lukso/web-components 1.13.0 → 1.14.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 (42) hide show
  1. package/dist/components/index.cjs +2 -2
  2. package/dist/components/index.js +2 -2
  3. package/dist/components/lukso-button/index.cjs +9 -3
  4. package/dist/components/lukso-button/index.d.ts +1 -0
  5. package/dist/components/lukso-button/index.d.ts.map +1 -1
  6. package/dist/components/lukso-button/index.js +9 -3
  7. package/dist/components/lukso-card/index.cjs +6 -4
  8. package/dist/components/lukso-card/index.d.ts.map +1 -1
  9. package/dist/components/lukso-card/index.js +6 -4
  10. package/dist/components/lukso-icon/index.cjs +2 -2
  11. package/dist/components/lukso-icon/index.js +2 -2
  12. package/dist/components/lukso-input/index.cjs +1 -1
  13. package/dist/components/lukso-input/index.js +1 -1
  14. package/dist/components/lukso-modal/index.cjs +1 -1
  15. package/dist/components/lukso-modal/index.js +1 -1
  16. package/dist/components/lukso-navbar/index.cjs +1 -1
  17. package/dist/components/lukso-navbar/index.js +1 -1
  18. package/dist/components/lukso-profile/index.cjs +2 -2
  19. package/dist/components/lukso-profile/index.js +2 -2
  20. package/dist/components/lukso-sanitize/index.cjs +1 -1
  21. package/dist/components/lukso-sanitize/index.js +1 -1
  22. package/dist/components/lukso-tag/index.cjs +2 -2
  23. package/dist/components/lukso-tag/index.js +2 -2
  24. package/dist/components/lukso-terms/index.cjs +2 -2
  25. package/dist/components/lukso-terms/index.js +2 -2
  26. package/dist/components/lukso-test/index.cjs +1 -1
  27. package/dist/components/lukso-test/index.js +1 -1
  28. package/dist/components/lukso-username/index.cjs +2 -2
  29. package/dist/components/lukso-username/index.js +2 -2
  30. package/dist/components/lukso-wizard/index.cjs +1 -1
  31. package/dist/components/lukso-wizard/index.js +1 -1
  32. package/dist/index-49e68682.cjs +67 -0
  33. package/dist/index-92dc4a16.js +59 -0
  34. package/dist/index.cjs +2 -2
  35. package/dist/index.js +2 -2
  36. package/dist/shared/tailwind-element/index.cjs +1 -1
  37. package/dist/shared/tailwind-element/index.js +1 -1
  38. package/dist/{style-map-8b1b8545.js → style-map-21d737a8.js} +1 -1
  39. package/dist/{style-map-9f53097b.cjs → style-map-917244c9.cjs} +1 -1
  40. package/package.json +1 -1
  41. package/dist/index-65ac952c.cjs +0 -67
  42. package/dist/index-bd97c2c3.js +0 -59
@@ -15,11 +15,11 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
15
15
  const components_luksoTest_index = require('./lukso-test/index.cjs');
16
16
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
17
17
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
18
- const shared_tailwindElement_index = require('../index-65ac952c.cjs');
18
+ const shared_tailwindElement_index = require('../index-49e68682.cjs');
19
19
  require('../directive-db00f5fb.cjs');
20
20
  require('../state-a62a7d5d.cjs');
21
21
  require('../index-7dc05ee5.cjs');
22
- require('../style-map-9f53097b.cjs');
22
+ require('../style-map-917244c9.cjs');
23
23
 
24
24
 
25
25
 
@@ -11,8 +11,8 @@ export { LuksoTerms } from './lukso-terms/index.js';
11
11
  export { LuksoTest } from './lukso-test/index.js';
12
12
  export { LuksoUsername } from './lukso-username/index.js';
13
13
  export { LuksoWizard } from './lukso-wizard/index.js';
14
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-bd97c2c3.js';
14
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-92dc4a16.js';
15
15
  import '../directive-9ec64c08.js';
16
16
  import '../state-7fde94d1.js';
17
17
  import '../index-714323c9.js';
18
- import '../style-map-8b1b8545.js';
18
+ import '../style-map-21d737a8.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-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.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');
@@ -35,6 +35,7 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
35
35
  this.target = "_blank";
36
36
  this.rel = "";
37
37
  this.loadingText = "";
38
+ this.customClass = "";
38
39
  this.isPressed = false;
39
40
  this.noTransition = false;
40
41
  this.timer = 0;
@@ -123,7 +124,8 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
123
124
  ["w-full"]: this.isFullWidth,
124
125
  [this.longPressStyles]: this.isLongPress,
125
126
  [this.pressedStyles]: this.isPressed,
126
- [this.noTransitionStyles]: this.noTransition
127
+ [this.noTransitionStyles]: this.noTransition,
128
+ [this.customClass]: !!this.customClass
127
129
  })}
128
130
  @mousedown=${this.handleMouseDown}
129
131
  @mouseup=${this.handleMouseUp}
@@ -146,7 +148,8 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
146
148
  [this.landingStyles]: this.variant === "landing",
147
149
  [this.textStyles]: this.variant === "text",
148
150
  [this.linkStyles]: this.variant === "text",
149
- ["w-full"]: this.isFullWidth
151
+ ["w-full"]: this.isFullWidth,
152
+ [this.customClass]: !!this.customClass
150
153
  })}
151
154
  href=${this.href}
152
155
  target=${this.target}
@@ -193,6 +196,9 @@ __decorateClass([
193
196
  __decorateClass([
194
197
  directive.e({ type: String, attribute: "loading-text" })
195
198
  ], exports.LuksoButton.prototype, "loadingText", 2);
199
+ __decorateClass([
200
+ directive.e({ type: String, attribute: "custom-class" })
201
+ ], exports.LuksoButton.prototype, "customClass", 2);
196
202
  __decorateClass([
197
203
  state.t()
198
204
  ], exports.LuksoButton.prototype, "isPressed", 2);
@@ -14,6 +14,7 @@ export declare class LuksoButton extends LuksoButton_base {
14
14
  target: LinkTarget;
15
15
  rel: string;
16
16
  loadingText: string;
17
+ customClass: string;
17
18
  private isPressed;
18
19
  private noTransition;
19
20
  private timer;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAOA,oBAAY,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAA;AACxE,oBAAY,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAA;AAC3C,oBAAY,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,UAAU,CAAW;IAG3B,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,SAAS,UAAQ;IAGjB,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,WAAW,SAAK;IAGhB,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAGqE;IAE1F,OAAO,CAAC,eAAe,CACoD;IAE3E,OAAO,CAAC,aAAa,CAIE;IAEvB,OAAO,CAAC,aAAa,CAIC;IAEtB,OAAO,CAAC,UAAU,CAGS;IAE3B,OAAO,CAAC,UAAU,CAAyE;IAE3F,OAAO,CAAC,eAAe,CAEyD;IAEhF,OAAO,CAAC,aAAa,CAAgC;IAErD,OAAO,CAAC,kBAAkB,CAA2B;IAErD,OAAO,CAAC,UAAU,CAAsD;IAExE,OAAO,CAAC,SAAS,CAAwF;IAEzG,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,aAAa;IAcrB,eAAe,IAAI,OAAO;IAc1B,cAAc;IA2Bd,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":["index.ts"],"names":[],"mappings":"AAOA,oBAAY,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAA;AACxE,oBAAY,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAA;AAC3C,oBAAY,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,UAAU,CAAW;IAG3B,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,SAAS,UAAQ;IAGjB,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAGqE;IAE1F,OAAO,CAAC,eAAe,CACoD;IAE3E,OAAO,CAAC,aAAa,CAIE;IAEvB,OAAO,CAAC,aAAa,CAIC;IAEtB,OAAO,CAAC,UAAU,CAGS;IAE3B,OAAO,CAAC,UAAU,CAAyE;IAE3F,OAAO,CAAC,eAAe,CAEyD;IAEhF,OAAO,CAAC,aAAa,CAAgC;IAErD,OAAO,CAAC,kBAAkB,CAA2B;IAErD,OAAO,CAAC,UAAU,CAAsD;IAExE,OAAO,CAAC,SAAS,CAAwF;IAEzG,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,aAAa;IAcrB,eAAe,IAAI,OAAO;IAc1B,cAAc;IA4Bd,YAAY;IAyBZ,MAAM;CAGP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, y } from '../../index-bd97c2c3.js';
1
+ import { T as TailwindStyledElement, y } from '../../index-92dc4a16.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';
@@ -31,6 +31,7 @@ let LuksoButton = class extends TailwindStyledElement(style) {
31
31
  this.target = "_blank";
32
32
  this.rel = "";
33
33
  this.loadingText = "";
34
+ this.customClass = "";
34
35
  this.isPressed = false;
35
36
  this.noTransition = false;
36
37
  this.timer = 0;
@@ -119,7 +120,8 @@ let LuksoButton = class extends TailwindStyledElement(style) {
119
120
  ["w-full"]: this.isFullWidth,
120
121
  [this.longPressStyles]: this.isLongPress,
121
122
  [this.pressedStyles]: this.isPressed,
122
- [this.noTransitionStyles]: this.noTransition
123
+ [this.noTransitionStyles]: this.noTransition,
124
+ [this.customClass]: !!this.customClass
123
125
  })}
124
126
  @mousedown=${this.handleMouseDown}
125
127
  @mouseup=${this.handleMouseUp}
@@ -142,7 +144,8 @@ let LuksoButton = class extends TailwindStyledElement(style) {
142
144
  [this.landingStyles]: this.variant === "landing",
143
145
  [this.textStyles]: this.variant === "text",
144
146
  [this.linkStyles]: this.variant === "text",
145
- ["w-full"]: this.isFullWidth
147
+ ["w-full"]: this.isFullWidth,
148
+ [this.customClass]: !!this.customClass
146
149
  })}
147
150
  href=${this.href}
148
151
  target=${this.target}
@@ -189,6 +192,9 @@ __decorateClass([
189
192
  __decorateClass([
190
193
  e({ type: String, attribute: "loading-text" })
191
194
  ], LuksoButton.prototype, "loadingText", 2);
195
+ __decorateClass([
196
+ e({ type: String, attribute: "custom-class" })
197
+ ], LuksoButton.prototype, "customClass", 2);
192
198
  __decorateClass([
193
199
  t()
194
200
  ], LuksoButton.prototype, "isPressed", 2);
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-9f53097b.cjs');
7
+ const styleMap = require('../../style-map-917244c9.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-profile/index.cjs');
10
10
 
@@ -84,6 +84,9 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
84
84
  <div
85
85
  class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10 absolute opacity-10"
86
86
  ></div>
87
+ <div>
88
+ <slot name="header"></slot>
89
+ </div>
87
90
  </div>
88
91
  <div
89
92
  class="bg-neutral-100 shadow-neutral-above-shadow-1xl rounded-24 relative"
@@ -96,14 +99,13 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
96
99
  class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
97
100
  ></lukso-profile>
98
101
  <div
99
- class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center"
102
+ class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-2"
100
103
  >
101
104
  <div
102
105
  class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]
103
106
  shadow-neutral-above-shadow-1xl"
104
107
  ></div>
105
108
  </div>
106
-
107
109
  <slot name="content"></slot>
108
110
  </div>
109
111
  </div>
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAOA,OAAO,4BAA4B,CAAA;AAEnC,oBAAY,YAAY,GAAG,OAAO,GAAG,aAAa,GAAG,SAAS,CAAA;;AAE9D,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,YAAY,UAAQ;IAGpB,aAAa,UAAQ;IAErB,OAAO,CAAC,aAAa,CAA4C;IAEjE,aAAa;IAeb,kBAAkB;IAoBlB,eAAe;IA6Cf,MAAM;CAWP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAOA,OAAO,4BAA4B,CAAA;AAEnC,oBAAY,YAAY,GAAG,OAAO,GAAG,aAAa,GAAG,SAAS,CAAA;;AAE9D,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,YAAY,UAAQ;IAGpB,aAAa,UAAQ;IAErB,OAAO,CAAC,aAAa,CAA4C;IAEjE,aAAa;IAeb,kBAAkB;IAoBlB,eAAe;IA+Cf,MAAM;CAWP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, y } from '../../index-bd97c2c3.js';
1
+ import { T as TailwindStyledElement, y } from '../../index-92dc4a16.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { i } from '../../style-map-8b1b8545.js';
3
+ import { i } from '../../style-map-21d737a8.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-profile/index.js';
6
6
 
@@ -80,6 +80,9 @@ let LuksoCard = class extends TailwindStyledElement(style) {
80
80
  <div
81
81
  class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10 absolute opacity-10"
82
82
  ></div>
83
+ <div>
84
+ <slot name="header"></slot>
85
+ </div>
83
86
  </div>
84
87
  <div
85
88
  class="bg-neutral-100 shadow-neutral-above-shadow-1xl rounded-24 relative"
@@ -92,14 +95,13 @@ let LuksoCard = class extends TailwindStyledElement(style) {
92
95
  class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
93
96
  ></lukso-profile>
94
97
  <div
95
- class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center"
98
+ class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-2"
96
99
  >
97
100
  <div
98
101
  class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]
99
102
  shadow-neutral-above-shadow-1xl"
100
103
  ></div>
101
104
  </div>
102
-
103
105
  <slot name="content"></slot>
104
106
  </div>
105
107
  </div>
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-9f53097b.cjs');
7
+ const styleMap = require('../../style-map-917244c9.cjs');
8
8
 
9
9
  const style = ":host {\n display: inline-flex\n}";
10
10
 
@@ -1,6 +1,6 @@
1
- import { y, T as TailwindStyledElement } from '../../index-bd97c2c3.js';
1
+ import { y, T as TailwindStyledElement } from '../../index-92dc4a16.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { i } from '../../style-map-8b1b8545.js';
3
+ import { i } from '../../style-map-21d737a8.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-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.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, y, b } from '../../index-bd97c2c3.js';
1
+ import { a as TailwindElement, y, b } from '../../index-92dc4a16.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-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.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, y } from '../../index-bd97c2c3.js';
1
+ import { a as TailwindElement, y } from '../../index-92dc4a16.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,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.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, y } from '../../index-bd97c2c3.js';
1
+ import { a as TailwindElement, y } from '../../index-92dc4a16.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-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-9f53097b.cjs');
7
+ const styleMap = require('../../style-map-917244c9.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, y } from '../../index-bd97c2c3.js';
1
+ import { a as TailwindElement, y } from '../../index-92dc4a16.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { i } from '../../style-map-8b1b8545.js';
3
+ import { i } from '../../style-map-21d737a8.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,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { c as b, x, a as TailwindElement, y } from '../../index-bd97c2c3.js';
1
+ import { c as b, x, a as TailwindElement, y } from '../../index-92dc4a16.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,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-9f53097b.cjs');
7
+ const styleMap = require('../../style-map-917244c9.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, y } from '../../index-bd97c2c3.js';
1
+ import { a as TailwindElement, y } from '../../index-92dc4a16.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { i } from '../../style-map-8b1b8545.js';
3
+ import { i } from '../../style-map-21d737a8.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.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-9f53097b.cjs');
11
+ require('../../style-map-917244c9.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, y } from '../../index-bd97c2c3.js';
1
+ import { T as TailwindStyledElement, y } from '../../index-92dc4a16.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-8b1b8545.js';
7
+ import '../../style-map-21d737a8.js';
8
8
 
9
9
  const style = ":host {\n display: flex;\n height: 100%\n}";
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { x as x$2, T as TailwindStyledElement, y } from '../../index-bd97c2c3.js';
1
+ import { x as x$2, T as TailwindStyledElement, y } from '../../index-92dc4a16.js';
2
2
  import { b as e$3, i as i$3, t as t$3, e as e$4, a as e$5 } from '../../directive-9ec64c08.js';
3
3
 
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-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-9f53097b.cjs');
7
+ const styleMap = require('../../style-map-917244c9.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 { a as TailwindElement, y } from '../../index-bd97c2c3.js';
1
+ import { a as TailwindElement, y } from '../../index-92dc4a16.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { i } from '../../style-map-8b1b8545.js';
3
+ import { i } from '../../style-map-21d737a8.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-65ac952c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-49e68682.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 { L, x, a as TailwindElement, y } from '../../index-bd97c2c3.js';
1
+ import { L, x, a as TailwindElement, y } from '../../index-92dc4a16.js';
2
2
  import { b as e, i, t, e as e$1, a as e$2 } from '../../directive-9ec64c08.js';
3
3
  import { c as customClassMap } from '../../index-714323c9.js';
4
4