@lukso/web-components 1.20.0 → 1.21.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 (48) 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 +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-icon/index.cjs +2 -2
  8. package/dist/components/lukso-icon/index.js +2 -2
  9. package/dist/components/lukso-input/index.cjs +1 -1
  10. package/dist/components/lukso-input/index.js +1 -1
  11. package/dist/components/lukso-modal/index.cjs +1 -1
  12. package/dist/components/lukso-modal/index.js +1 -1
  13. package/dist/components/lukso-navbar/index.cjs +1 -1
  14. package/dist/components/lukso-navbar/index.js +1 -1
  15. package/dist/components/lukso-profile/index.cjs +2 -2
  16. package/dist/components/lukso-profile/index.js +2 -2
  17. package/dist/components/lukso-progress/index.cjs +2 -2
  18. package/dist/components/lukso-progress/index.js +2 -2
  19. package/dist/components/lukso-sanitize/index.cjs +1 -1
  20. package/dist/components/lukso-sanitize/index.js +1 -1
  21. package/dist/components/lukso-share/index.cjs +5 -5
  22. package/dist/components/lukso-share/index.js +5 -5
  23. package/dist/components/lukso-tag/index.cjs +2 -2
  24. package/dist/components/lukso-tag/index.js +2 -2
  25. package/dist/components/lukso-terms/index.cjs +2 -2
  26. package/dist/components/lukso-terms/index.js +2 -2
  27. package/dist/components/lukso-test/index.cjs +1 -1
  28. package/dist/components/lukso-test/index.js +1 -1
  29. package/dist/components/lukso-username/index.cjs +2 -2
  30. package/dist/components/lukso-username/index.js +2 -2
  31. package/dist/components/lukso-wizard/index.cjs +1 -1
  32. package/dist/components/lukso-wizard/index.js +1 -1
  33. package/dist/index-a21672c8.js +52 -0
  34. package/dist/index-a41f869c.cjs +59 -0
  35. package/dist/index.cjs +2 -2
  36. package/dist/index.js +2 -2
  37. package/dist/shared/tailwind-element/index.cjs +1 -1
  38. package/dist/shared/tailwind-element/index.js +1 -1
  39. package/dist/{style-map-ad6bcb0b.js → style-map-0d6345c5.js} +1 -1
  40. package/dist/{style-map-43c394ff.cjs → style-map-e4f9812f.cjs} +1 -1
  41. package/dist/styles/main.css +4 -1
  42. package/dist/styles/main.css.map +1 -1
  43. package/package.json +1 -1
  44. package/tailwind.config.cjs +5 -0
  45. package/tools/sass/typography.scss +5 -1
  46. package/tools/styles/main.css +4 -1
  47. package/dist/index-05e1e8a5.js +0 -52
  48. package/dist/index-c3f288b5.cjs +0 -59
@@ -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-c3f288b5.cjs');
20
+ const shared_tailwindElement_index = require('../index-a41f869c.cjs');
21
21
  require('../directive-db00f5fb.cjs');
22
22
  require('../state-a62a7d5d.cjs');
23
23
  require('../index-7dc05ee5.cjs');
24
- require('../style-map-43c394ff.cjs');
24
+ require('../style-map-e4f9812f.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-05e1e8a5.js';
16
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-a21672c8.js';
17
17
  import '../directive-9ec64c08.js';
18
18
  import '../state-7fde94d1.js';
19
19
  import '../index-714323c9.js';
20
- import '../style-map-ad6bcb0b.js';
20
+ import '../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-a21672c8.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-43c394ff.cjs');
7
+ const styleMap = require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-a21672c8.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-ad6bcb0b.js';
3
+ import { o } from '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-43c394ff.cjs');
7
+ const styleMap = require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-a21672c8.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-ad6bcb0b.js';
3
+ import { o } from '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x, A } from '../../index-a21672c8.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x } from '../../index-a21672c8.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x } from '../../index-a21672c8.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-43c394ff.cjs');
7
+ const styleMap = require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x } from '../../index-a21672c8.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-ad6bcb0b.js';
3
+ import { o } from '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-43c394ff.cjs');
7
+ const styleMap = require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x } from '../../index-a21672c8.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-ad6bcb0b.js';
3
+ import { o } from '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { A, b as T, a as TailwindElement, x } from '../../index-a21672c8.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const index = require('../../index-7dc05ee5.cjs');
8
8
 
@@ -25,11 +25,11 @@ exports.LuksoShare = class LuksoShare extends shared_tailwindElement_index.Tailw
25
25
  this.customClass = "";
26
26
  this.urls = {
27
27
  twitter: "https://twitter.com/lukso_io",
28
- instagram: "https://www.instagram.com/lukso/",
29
- linkedin: "https://www.linkedin.com/company/18289660/",
28
+ instagram: "https://www.instagram.com/lukso",
29
+ linkedin: "https://linkedin.com/company/lukso",
30
30
  telegram: "https://t.me/lukso",
31
- discord: "https://discord.com/invite/lukso",
32
- reddit: "https://www.reddit.com/r/lukso/",
31
+ discord: "https://discord.gg/lukso",
32
+ reddit: "https://www.reddit.com/r/lukso",
33
33
  medium: "https://medium.com/lukso",
34
34
  github: "https://github.com/lukso-network"
35
35
  };
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-05e1e8a5.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-a21672c8.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
 
@@ -21,11 +21,11 @@ let LuksoShare = class extends TailwindStyledElement(style) {
21
21
  this.customClass = "";
22
22
  this.urls = {
23
23
  twitter: "https://twitter.com/lukso_io",
24
- instagram: "https://www.instagram.com/lukso/",
25
- linkedin: "https://www.linkedin.com/company/18289660/",
24
+ instagram: "https://www.instagram.com/lukso",
25
+ linkedin: "https://linkedin.com/company/lukso",
26
26
  telegram: "https://t.me/lukso",
27
- discord: "https://discord.com/invite/lukso",
28
- reddit: "https://www.reddit.com/r/lukso/",
27
+ discord: "https://discord.gg/lukso",
28
+ reddit: "https://www.reddit.com/r/lukso",
29
29
  medium: "https://medium.com/lukso",
30
30
  github: "https://github.com/lukso-network"
31
31
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-43c394ff.cjs');
7
+ const styleMap = require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x } from '../../index-a21672c8.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-ad6bcb0b.js';
3
+ import { o } from '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-43c394ff.cjs');
11
+ require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-a21672c8.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-ad6bcb0b.js';
7
+ import '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-a21672c8.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-43c394ff.cjs');
7
+ const styleMap = require('../../style-map-e4f9812f.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-05e1e8a5.js';
1
+ import { a as TailwindElement, x } from '../../index-a21672c8.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-ad6bcb0b.js';
3
+ import { o } from '../../style-map-0d6345c5.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-c3f288b5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-a41f869c.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-05e1e8a5.js';
1
+ import { Z, b as T, a as TailwindElement, x } from '../../index-a21672c8.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