@lukso/web-components 1.21.0 → 1.22.2

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 (50) hide show
  1. package/README.md +2 -0
  2. package/dist/components/index.cjs +2 -2
  3. package/dist/components/index.js +2 -2
  4. package/dist/components/lukso-button/index.cjs +1 -1
  5. package/dist/components/lukso-button/index.js +1 -1
  6. package/dist/components/lukso-card/index.cjs +2 -2
  7. package/dist/components/lukso-card/index.js +2 -2
  8. package/dist/components/lukso-icon/index.cjs +2 -2
  9. package/dist/components/lukso-icon/index.js +2 -2
  10. package/dist/components/lukso-input/index.cjs +1 -1
  11. package/dist/components/lukso-input/index.d.ts +2 -2
  12. package/dist/components/lukso-input/index.d.ts.map +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-progress/index.cjs +2 -2
  21. package/dist/components/lukso-progress/index.js +2 -2
  22. package/dist/components/lukso-sanitize/index.cjs +1 -1
  23. package/dist/components/lukso-sanitize/index.js +1 -1
  24. package/dist/components/lukso-share/index.cjs +1 -1
  25. package/dist/components/lukso-share/index.js +1 -1
  26. package/dist/components/lukso-tag/index.cjs +2 -2
  27. package/dist/components/lukso-tag/index.js +2 -2
  28. package/dist/components/lukso-terms/index.cjs +2 -2
  29. package/dist/components/lukso-terms/index.js +2 -2
  30. package/dist/components/lukso-test/index.cjs +1 -1
  31. package/dist/components/lukso-test/index.js +1 -1
  32. package/dist/components/lukso-username/index.cjs +2 -2
  33. package/dist/components/lukso-username/index.js +2 -2
  34. package/dist/components/lukso-wizard/index.cjs +1 -1
  35. package/dist/components/lukso-wizard/index.js +1 -1
  36. package/dist/index-2ead6ca2.cjs +59 -0
  37. package/dist/index-e3189942.js +52 -0
  38. package/dist/index.cjs +2 -2
  39. package/dist/index.js +2 -2
  40. package/dist/shared/tailwind-element/index.cjs +1 -1
  41. package/dist/shared/tailwind-element/index.js +1 -1
  42. package/dist/{style-map-e4f9812f.cjs → style-map-3dc9363d.cjs} +1 -1
  43. package/dist/{style-map-0d6345c5.js → style-map-e2dd0466.js} +1 -1
  44. package/dist/styles/main.css +6 -0
  45. package/dist/styles/main.css.map +1 -1
  46. package/package.json +1 -1
  47. package/tools/sass/typography.scss +8 -0
  48. package/tools/styles/main.css +6 -0
  49. package/dist/index-a21672c8.js +0 -52
  50. package/dist/index-a41f869c.cjs +0 -59
package/README.md CHANGED
@@ -38,6 +38,8 @@ import('@lukso/web-components')
38
38
 
39
39
  > Hint: you can make import in root level of your project (`app.vue`) instead of importing in every component.
40
40
 
41
+ > Hint: In Frameworks that use SSR you need to import components only when window object is defined.
42
+
41
43
  Use components in the HTML with following rules:
42
44
 
43
45
  - components are lowercase and with `-` in name i.e `lukso-button`
@@ -17,11 +17,11 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
17
17
  const components_luksoTest_index = require('./lukso-test/index.cjs');
18
18
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
19
19
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
20
- const shared_tailwindElement_index = require('../index-a41f869c.cjs');
20
+ const shared_tailwindElement_index = require('../index-2ead6ca2.cjs');
21
21
  require('../directive-db00f5fb.cjs');
22
22
  require('../state-a62a7d5d.cjs');
23
23
  require('../index-7dc05ee5.cjs');
24
- require('../style-map-e4f9812f.cjs');
24
+ require('../style-map-3dc9363d.cjs');
25
25
 
26
26
 
27
27
 
@@ -13,8 +13,8 @@ export { LuksoTerms } from './lukso-terms/index.js';
13
13
  export { LuksoTest } from './lukso-test/index.js';
14
14
  export { LuksoUsername } from './lukso-username/index.js';
15
15
  export { LuksoWizard } from './lukso-wizard/index.js';
16
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-a21672c8.js';
16
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-e3189942.js';
17
17
  import '../directive-9ec64c08.js';
18
18
  import '../state-7fde94d1.js';
19
19
  import '../index-714323c9.js';
20
- import '../style-map-0d6345c5.js';
20
+ import '../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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-a21672c8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-e3189942.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-e4f9812f.cjs');
7
+ const styleMap = require('../../style-map-3dc9363d.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-a21672c8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-e3189942.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0d6345c5.js';
3
+ import { o } from '../../style-map-e2dd0466.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-profile/index.js';
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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-e4f9812f.cjs');
7
+ const styleMap = require('../../style-map-3dc9363d.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-a21672c8.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-e3189942.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0d6345c5.js';
3
+ import { o } from '../../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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');
@@ -7,8 +7,8 @@ export declare class LuksoInput extends TailwindElement {
7
7
  label: string;
8
8
  autocomplete: string;
9
9
  id: string;
10
- ref: any;
11
- accept: any;
10
+ ref: string | undefined;
11
+ accept: string | undefined;
12
12
  description: string;
13
13
  error: string;
14
14
  unit: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-input/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAG3D,qBACa,UAAW,SAAQ,eAAe;IAE7C,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAO;IAGnB,EAAE,SAAK;IAGP,GAAG,MAAY;IAGf,MAAM,MAAY;IAGlB,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,kBAAkB,CAE4C;IAEtE,OAAO,CAAC,iBAAiB,CAG0B;IAGnD,aAAa;IA2Cb,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,YAAY;IAgBZ,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,UAAU;IAelB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,aAAa;IAarB,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,cAAc;IAMtB,MAAM;CAYP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAA;KAC1B;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-input/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAG3D,qBACa,UAAW,SAAQ,eAAe;IAE7C,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAO;IAGnB,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,kBAAkB,CAE4C;IAEtE,OAAO,CAAC,iBAAiB,CAG0B;IAGnD,aAAa;IA2Cb,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,YAAY;IAgBZ,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,UAAU;IAelB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,aAAa;IAarB,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,cAAc;IAMtB,MAAM;CAYP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAA;KAC1B;CACF"}
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-a21672c8.js';
1
+ import { a as TailwindElement, x, A } from '../../index-e3189942.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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-a21672c8.js';
1
+ import { a as TailwindElement, x } from '../../index-e3189942.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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 } from '../../index-a21672c8.js';
1
+ import { a as TailwindElement, x } from '../../index-e3189942.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-e4f9812f.cjs');
7
+ const styleMap = require('../../style-map-3dc9363d.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-a21672c8.js';
1
+ import { a as TailwindElement, x } from '../../index-e3189942.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0d6345c5.js';
3
+ import { o } from '../../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-e4f9812f.cjs');
7
+ const styleMap = require('../../style-map-3dc9363d.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-a21672c8.js';
1
+ import { a as TailwindElement, x } from '../../index-e3189942.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0d6345c5.js';
3
+ import { o } from '../../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { A, b as T, a as TailwindElement, x } from '../../index-a21672c8.js';
1
+ import { A, b as T, a as TailwindElement, x } from '../../index-e3189942.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,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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-a21672c8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-e3189942.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-e4f9812f.cjs');
7
+ const styleMap = require('../../style-map-3dc9363d.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-a21672c8.js';
1
+ import { a as TailwindElement, x } from '../../index-e3189942.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0d6345c5.js';
3
+ import { o } from '../../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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-e4f9812f.cjs');
11
+ require('../../style-map-3dc9363d.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-a21672c8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-e3189942.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-0d6345c5.js';
7
+ import '../../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-a21672c8.js';
1
+ import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-e3189942.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-e4f9812f.cjs');
7
+ const styleMap = require('../../style-map-3dc9363d.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, x } from '../../index-a21672c8.js';
1
+ import { a as TailwindElement, x } from '../../index-e3189942.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0d6345c5.js';
3
+ import { o } from '../../style-map-e2dd0466.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-a41f869c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-2ead6ca2.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 { Z, b as T, a as TailwindElement, x } from '../../index-a21672c8.js';
1
+ import { Z, b as T, a as TailwindElement, x } from '../../index-e3189942.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