@lukso/web-components 1.124.0 → 1.125.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 (76) 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 +3 -3
  4. package/dist/components/lukso-button/index.js +3 -3
  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/icons/flash.d.ts +3 -0
  18. package/dist/components/lukso-icon/icons/flash.d.ts.map +1 -0
  19. package/dist/components/lukso-icon/index.cjs +28 -4
  20. package/dist/components/lukso-icon/index.d.ts.map +1 -1
  21. package/dist/components/lukso-icon/index.js +28 -4
  22. package/dist/components/lukso-image/index.cjs +4 -4
  23. package/dist/components/lukso-image/index.js +4 -4
  24. package/dist/components/lukso-input/index.cjs +4 -4
  25. package/dist/components/lukso-input/index.js +4 -4
  26. package/dist/components/lukso-modal/index.cjs +2 -2
  27. package/dist/components/lukso-modal/index.js +2 -2
  28. package/dist/components/lukso-navbar/index.cjs +5 -5
  29. package/dist/components/lukso-navbar/index.js +5 -5
  30. package/dist/components/lukso-pagination/index.cjs +4 -4
  31. package/dist/components/lukso-pagination/index.js +4 -4
  32. package/dist/components/lukso-profile/index.cjs +5 -5
  33. package/dist/components/lukso-profile/index.js +5 -5
  34. package/dist/components/lukso-progress/index.cjs +3 -3
  35. package/dist/components/lukso-progress/index.js +3 -3
  36. package/dist/components/lukso-sanitize/index.cjs +2 -2
  37. package/dist/components/lukso-sanitize/index.js +2 -2
  38. package/dist/components/lukso-search/index.cjs +6 -6
  39. package/dist/components/lukso-search/index.js +6 -6
  40. package/dist/components/lukso-select/index.cjs +74 -74
  41. package/dist/components/lukso-select/index.js +74 -74
  42. package/dist/components/lukso-share/index.cjs +27 -24
  43. package/dist/components/lukso-share/index.js +27 -24
  44. package/dist/components/lukso-switch/index.cjs +50 -50
  45. package/dist/components/lukso-switch/index.js +50 -50
  46. package/dist/components/lukso-tag/index.cjs +35 -32
  47. package/dist/components/lukso-tag/index.js +35 -32
  48. package/dist/components/lukso-terms/index.cjs +10 -7
  49. package/dist/components/lukso-terms/index.js +10 -7
  50. package/dist/components/lukso-test/index.cjs +16 -13
  51. package/dist/components/lukso-test/index.js +16 -13
  52. package/dist/components/lukso-textarea/index.cjs +86 -83
  53. package/dist/components/lukso-textarea/index.js +86 -83
  54. package/dist/components/lukso-tooltip/index.cjs +38 -35
  55. package/dist/components/lukso-tooltip/index.js +38 -35
  56. package/dist/components/lukso-username/index.cjs +53 -50
  57. package/dist/components/lukso-username/index.js +53 -50
  58. package/dist/components/lukso-wizard/index.cjs +45 -42
  59. package/dist/components/lukso-wizard/index.js +45 -42
  60. package/dist/{index-0a59f6f3.cjs → index-188719ef.cjs} +2 -2
  61. package/dist/{index-6e93d985.cjs → index-51f597c4.cjs} +5 -3
  62. package/dist/{index-fe1a5136.js → index-5d8104dc.js} +5 -3
  63. package/dist/{index-81fa5713.cjs → index-65515396.cjs} +1 -1
  64. package/dist/{index-4c822bfb.js → index-d8500104.js} +2 -2
  65. package/dist/{index-9a28f700.js → index-e496b515.js} +1 -1
  66. package/dist/index.cjs +6 -6
  67. package/dist/index.js +6 -6
  68. package/dist/{property-208d291e.js → property-2a7bbcd8.js} +1 -1
  69. package/dist/{property-1bddca37.cjs → property-a2c3c430.cjs} +1 -1
  70. package/dist/shared/tailwind-element/index.cjs +1 -1
  71. package/dist/shared/tailwind-element/index.js +1 -1
  72. package/dist/{state-9fe86d6c.cjs → state-0d05f6ea.cjs} +1 -1
  73. package/dist/{state-c71c1fdf.js → state-a01f91dc.js} +1 -1
  74. package/dist/{style-map-620e6e0f.js → style-map-bece8358.js} +1 -1
  75. package/dist/{style-map-2c0d1631.cjs → style-map-d3b1c1d5.cjs} +1 -1
  76. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-fe1a5136.js';
2
- import { n, t } from '../../property-208d291e.js';
3
- import { o } from '../../style-map-620e6e0f.js';
1
+ import { a as TailwindElement, x } from '../../index-5d8104dc.js';
2
+ import { n, t } from '../../property-2a7bbcd8.js';
3
+ import { o } from '../../style-map-bece8358.js';
4
4
  import '../../tailwind-config.js';
5
5
  import { c as cn } from '../../cn-90c03edf.js';
6
6
  import '../../directive-2bb7789e.js';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
- const property = require('../../property-1bddca37.cjs');
5
+ const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
6
+ const property = require('../../property-a2c3c430.cjs');
7
7
  const directive = require('../../directive-8278ab14.cjs');
8
8
 
9
9
  /**
@@ -1,5 +1,5 @@
1
- import { E, b as T, a as TailwindElement, x } from '../../index-fe1a5136.js';
2
- import { n, t as t$1 } from '../../property-208d291e.js';
1
+ import { E, b as T, a as TailwindElement, x } from '../../index-5d8104dc.js';
2
+ import { n, t as t$1 } from '../../property-2a7bbcd8.js';
3
3
  import { i, t, e as e$1 } from '../../directive-2bb7789e.js';
4
4
 
5
5
  /**
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
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');
5
+ const components_luksoProfile_index = require('../../index-188719ef.cjs');
6
+ const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
7
+ const property = require('../../property-a2c3c430.cjs');
8
+ const state = require('../../state-0d05f6ea.cjs');
9
9
  const index = require('../../index-2b104ecb.cjs');
10
10
  require('../lukso-dropdown/index.cjs');
11
11
  require('../lukso-dropdown-option/index.cjs');
@@ -13,12 +13,12 @@ require('../lukso-icon/index.cjs');
13
13
  require('../lukso-input/index.cjs');
14
14
  require('../lukso-username/index.cjs');
15
15
  require('../lukso-image/index.cjs');
16
- require('../../style-map-2c0d1631.cjs');
16
+ require('../../style-map-d3b1c1d5.cjs');
17
17
  require('../../directive-8278ab14.cjs');
18
18
  require('../../uniq-id-f0b18085.cjs');
19
19
  require('../../tailwind-config.cjs');
20
20
  require('../../cn-b6daa995.cjs');
21
- require('../../index-81fa5713.cjs');
21
+ require('../../index-65515396.cjs');
22
22
 
23
23
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
24
24
 
@@ -1,7 +1,7 @@
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';
1
+ import { m as makeBlockie } from '../../index-d8500104.js';
2
+ import { T as TailwindStyledElement, x, E } from '../../index-5d8104dc.js';
3
+ import { n, t } from '../../property-2a7bbcd8.js';
4
+ import { r } from '../../state-a01f91dc.js';
5
5
  import { c as ce } from '../../index-d14b6a34.js';
6
6
  import '../lukso-dropdown/index.js';
7
7
  import '../lukso-dropdown-option/index.js';
@@ -9,12 +9,12 @@ import '../lukso-icon/index.js';
9
9
  import '../lukso-input/index.js';
10
10
  import '../lukso-username/index.js';
11
11
  import '../lukso-image/index.js';
12
- import '../../style-map-620e6e0f.js';
12
+ import '../../style-map-bece8358.js';
13
13
  import '../../directive-2bb7789e.js';
14
14
  import '../../uniq-id-ce2d165c.js';
15
15
  import '../../tailwind-config.js';
16
16
  import '../../cn-90c03edf.js';
17
- import '../../index-9a28f700.js';
17
+ import '../../index-e496b515.js';
18
18
 
19
19
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
20
20
 
@@ -2,20 +2,20 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
- const property = require('../../property-1bddca37.cjs');
7
- const state = require('../../state-9fe86d6c.cjs');
5
+ const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
6
+ const property = require('../../property-a2c3c430.cjs');
7
+ const state = require('../../state-0d05f6ea.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
- const components_luksoProfile_index = require('../../index-0a59f6f3.cjs');
9
+ const components_luksoProfile_index = require('../../index-188719ef.cjs');
10
10
  require('../lukso-icon/index.cjs');
11
11
  require('../lukso-username/index.cjs');
12
12
  require('../lukso-dropdown/index.cjs');
13
13
  require('../lukso-dropdown-option/index.cjs');
14
14
  const uniqId = require('../../uniq-id-f0b18085.cjs');
15
15
  require('../lukso-image/index.cjs');
16
- require('../../style-map-2c0d1631.cjs');
16
+ require('../../style-map-d3b1c1d5.cjs');
17
17
  require('../../directive-8278ab14.cjs');
18
- require('../../index-81fa5713.cjs');
18
+ require('../../index-65515396.cjs');
19
19
  require('../../tailwind-config.cjs');
20
20
  require('../../cn-b6daa995.cjs');
21
21
 
@@ -33,84 +33,84 @@ var __decorateClass = (decorators, target, key, kind) => {
33
33
  return result;
34
34
  };
35
35
  exports.LuksoSelect = class LuksoSelect extends shared_tailwindElement_index.TailwindStyledElement(style) {
36
- value = "";
37
- placeholder = "";
38
- label = "";
39
- id = "";
40
- description = "";
41
- error = "";
42
- isFullWidth = false;
43
- isReadonly = false;
44
- isDisabled = false;
45
- borderless = false;
46
- options = "";
47
- selected = void 0;
48
- isOpen = false;
49
- openTop = false;
50
- isLargeIcon = false;
51
- isRight = false;
52
- size = "medium";
53
- showSelectionCounter = false;
54
- optionsParsed = [];
55
- valueParsed = void 0;
56
36
  constructor() {
57
37
  super();
58
- if (!this.id) {
59
- this.id = uniqId.uniqId();
60
- }
61
- }
62
- inputStyles = index.ce({
63
- base: `bg-neutral-100
38
+ this.value = "";
39
+ this.placeholder = "";
40
+ this.label = "";
41
+ this.id = "";
42
+ this.description = "";
43
+ this.error = "";
44
+ this.isFullWidth = false;
45
+ this.isReadonly = false;
46
+ this.isDisabled = false;
47
+ this.borderless = false;
48
+ this.options = "";
49
+ this.selected = void 0;
50
+ this.isOpen = false;
51
+ this.openTop = false;
52
+ this.isLargeIcon = false;
53
+ this.isRight = false;
54
+ this.size = "medium";
55
+ this.showSelectionCounter = false;
56
+ this.optionsParsed = [];
57
+ this.valueParsed = void 0;
58
+ this.inputStyles = index.ce({
59
+ base: `bg-neutral-100
64
60
  border border-solid placeholder:text-neutral-70 select-none whitespace-nowrap
65
61
  outline-none transition transition-all duration-150 appearance-none
66
62
  text-neutral-20 cursor-pointer border-neutral-90 group-hover:border-neutral-35
67
63
  flex items-center`,
68
- variants: {
69
- isFullWidth: {
70
- true: "w-full"
71
- },
72
- isDisabled: {
73
- true: "cursor-not-allowed text-neutral-60 group-hover:border-neutral-90"
74
- },
75
- hasError: {
76
- true: "border-red-85 group-hover:border-red-65"
77
- },
78
- borderless: {
79
- true: "border-0"
80
- },
81
- size: {
82
- small: "h-[28px] px-3 py-2 pr-8 paragraph-inter-12-regular rounded-8",
83
- medium: "h-[48px] px-4 py-3 pr-11 paragraph-inter-14-regular rounded-12"
64
+ variants: {
65
+ isFullWidth: {
66
+ true: "w-full"
67
+ },
68
+ isDisabled: {
69
+ true: "cursor-not-allowed text-neutral-60 group-hover:border-neutral-90"
70
+ },
71
+ hasError: {
72
+ true: "border-red-85 group-hover:border-red-65"
73
+ },
74
+ borderless: {
75
+ true: "border-0"
76
+ },
77
+ size: {
78
+ small: "h-[28px] px-3 py-2 pr-8 paragraph-inter-12-regular rounded-8",
79
+ medium: "h-[48px] px-4 py-3 pr-11 paragraph-inter-14-regular rounded-12"
80
+ }
84
81
  }
85
- }
86
- });
87
- counterStyles = index.ce({
88
- base: "border border-neutral-20",
89
- variants: {
90
- isDisabled: {
91
- true: "opacity-60 cursor-not-allowed"
92
- },
93
- size: {
94
- small: "paragraph-inter-10-semi-bold rounded-4 py-[1px] px-[5px] ml-1.5",
95
- medium: "paragraph-inter-14-semi-bold rounded-8 py-[2px] px-[10px] ml-3"
82
+ });
83
+ this.counterStyles = index.ce({
84
+ base: "border border-neutral-20",
85
+ variants: {
86
+ isDisabled: {
87
+ true: "opacity-60 cursor-not-allowed"
88
+ },
89
+ size: {
90
+ small: "paragraph-inter-10-semi-bold rounded-4 py-[1px] px-[5px] ml-1.5",
91
+ medium: "paragraph-inter-14-semi-bold rounded-8 py-[2px] px-[10px] ml-3"
92
+ }
96
93
  }
97
- }
98
- });
99
- iconStyles = index.ce({
100
- base: "absolute right-0 transition cursor-pointer",
101
- variants: {
102
- isDisabled: {
103
- true: "opacity-60 cursor-not-allowed"
104
- },
105
- isOpen: {
106
- true: "rotate-180"
107
- },
108
- size: {
109
- small: "mr-2",
110
- medium: "mr-3"
94
+ });
95
+ this.iconStyles = index.ce({
96
+ base: "absolute right-0 transition cursor-pointer",
97
+ variants: {
98
+ isDisabled: {
99
+ true: "opacity-60 cursor-not-allowed"
100
+ },
101
+ isOpen: {
102
+ true: "rotate-180"
103
+ },
104
+ size: {
105
+ small: "mr-2",
106
+ medium: "mr-3"
107
+ }
111
108
  }
109
+ });
110
+ if (!this.id) {
111
+ this.id = uniqId.uniqId();
112
112
  }
113
- });
113
+ }
114
114
  connectedCallback() {
115
115
  super.connectedCallback();
116
116
  window.addEventListener("click", this.handleOutsideDropdownClick.bind(this));
@@ -1,17 +1,17 @@
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';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-5d8104dc.js';
2
+ import { n, t } from '../../property-2a7bbcd8.js';
3
+ import { r } from '../../state-a01f91dc.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
- import { m as makeBlockie } from '../../index-4c822bfb.js';
5
+ import { m as makeBlockie } from '../../index-d8500104.js';
6
6
  import '../lukso-icon/index.js';
7
7
  import '../lukso-username/index.js';
8
8
  import '../lukso-dropdown/index.js';
9
9
  import '../lukso-dropdown-option/index.js';
10
10
  import { u as uniqId } from '../../uniq-id-ce2d165c.js';
11
11
  import '../lukso-image/index.js';
12
- import '../../style-map-620e6e0f.js';
12
+ import '../../style-map-bece8358.js';
13
13
  import '../../directive-2bb7789e.js';
14
- import '../../index-9a28f700.js';
14
+ import '../../index-e496b515.js';
15
15
  import '../../tailwind-config.js';
16
16
  import '../../cn-90c03edf.js';
17
17
 
@@ -29,84 +29,84 @@ var __decorateClass = (decorators, target, key, kind) => {
29
29
  return result;
30
30
  };
31
31
  let LuksoSelect = class extends TailwindStyledElement(style) {
32
- value = "";
33
- placeholder = "";
34
- label = "";
35
- id = "";
36
- description = "";
37
- error = "";
38
- isFullWidth = false;
39
- isReadonly = false;
40
- isDisabled = false;
41
- borderless = false;
42
- options = "";
43
- selected = void 0;
44
- isOpen = false;
45
- openTop = false;
46
- isLargeIcon = false;
47
- isRight = false;
48
- size = "medium";
49
- showSelectionCounter = false;
50
- optionsParsed = [];
51
- valueParsed = void 0;
52
32
  constructor() {
53
33
  super();
54
- if (!this.id) {
55
- this.id = uniqId();
56
- }
57
- }
58
- inputStyles = ce({
59
- base: `bg-neutral-100
34
+ this.value = "";
35
+ this.placeholder = "";
36
+ this.label = "";
37
+ this.id = "";
38
+ this.description = "";
39
+ this.error = "";
40
+ this.isFullWidth = false;
41
+ this.isReadonly = false;
42
+ this.isDisabled = false;
43
+ this.borderless = false;
44
+ this.options = "";
45
+ this.selected = void 0;
46
+ this.isOpen = false;
47
+ this.openTop = false;
48
+ this.isLargeIcon = false;
49
+ this.isRight = false;
50
+ this.size = "medium";
51
+ this.showSelectionCounter = false;
52
+ this.optionsParsed = [];
53
+ this.valueParsed = void 0;
54
+ this.inputStyles = ce({
55
+ base: `bg-neutral-100
60
56
  border border-solid placeholder:text-neutral-70 select-none whitespace-nowrap
61
57
  outline-none transition transition-all duration-150 appearance-none
62
58
  text-neutral-20 cursor-pointer border-neutral-90 group-hover:border-neutral-35
63
59
  flex items-center`,
64
- variants: {
65
- isFullWidth: {
66
- true: "w-full"
67
- },
68
- isDisabled: {
69
- true: "cursor-not-allowed text-neutral-60 group-hover:border-neutral-90"
70
- },
71
- hasError: {
72
- true: "border-red-85 group-hover:border-red-65"
73
- },
74
- borderless: {
75
- true: "border-0"
76
- },
77
- size: {
78
- small: "h-[28px] px-3 py-2 pr-8 paragraph-inter-12-regular rounded-8",
79
- medium: "h-[48px] px-4 py-3 pr-11 paragraph-inter-14-regular rounded-12"
60
+ variants: {
61
+ isFullWidth: {
62
+ true: "w-full"
63
+ },
64
+ isDisabled: {
65
+ true: "cursor-not-allowed text-neutral-60 group-hover:border-neutral-90"
66
+ },
67
+ hasError: {
68
+ true: "border-red-85 group-hover:border-red-65"
69
+ },
70
+ borderless: {
71
+ true: "border-0"
72
+ },
73
+ size: {
74
+ small: "h-[28px] px-3 py-2 pr-8 paragraph-inter-12-regular rounded-8",
75
+ medium: "h-[48px] px-4 py-3 pr-11 paragraph-inter-14-regular rounded-12"
76
+ }
80
77
  }
81
- }
82
- });
83
- counterStyles = ce({
84
- base: "border border-neutral-20",
85
- variants: {
86
- isDisabled: {
87
- true: "opacity-60 cursor-not-allowed"
88
- },
89
- size: {
90
- small: "paragraph-inter-10-semi-bold rounded-4 py-[1px] px-[5px] ml-1.5",
91
- medium: "paragraph-inter-14-semi-bold rounded-8 py-[2px] px-[10px] ml-3"
78
+ });
79
+ this.counterStyles = ce({
80
+ base: "border border-neutral-20",
81
+ variants: {
82
+ isDisabled: {
83
+ true: "opacity-60 cursor-not-allowed"
84
+ },
85
+ size: {
86
+ small: "paragraph-inter-10-semi-bold rounded-4 py-[1px] px-[5px] ml-1.5",
87
+ medium: "paragraph-inter-14-semi-bold rounded-8 py-[2px] px-[10px] ml-3"
88
+ }
92
89
  }
93
- }
94
- });
95
- iconStyles = ce({
96
- base: "absolute right-0 transition cursor-pointer",
97
- variants: {
98
- isDisabled: {
99
- true: "opacity-60 cursor-not-allowed"
100
- },
101
- isOpen: {
102
- true: "rotate-180"
103
- },
104
- size: {
105
- small: "mr-2",
106
- medium: "mr-3"
90
+ });
91
+ this.iconStyles = ce({
92
+ base: "absolute right-0 transition cursor-pointer",
93
+ variants: {
94
+ isDisabled: {
95
+ true: "opacity-60 cursor-not-allowed"
96
+ },
97
+ isOpen: {
98
+ true: "rotate-180"
99
+ },
100
+ size: {
101
+ small: "mr-2",
102
+ medium: "mr-3"
103
+ }
107
104
  }
105
+ });
106
+ if (!this.id) {
107
+ this.id = uniqId();
108
108
  }
109
- });
109
+ }
110
110
  connectedCallback() {
111
111
  super.connectedCallback();
112
112
  window.addEventListener("click", this.handleOutsideDropdownClick.bind(this));
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6e93d985.cjs');
6
- const property = require('../../property-1bddca37.cjs');
5
+ const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
6
+ const property = require('../../property-a2c3c430.cjs');
7
7
 
8
8
  const style = ":host {\n display: inline-flex\n}";
9
9
 
@@ -19,28 +19,31 @@ var __decorateClass = (decorators, target, key, kind) => {
19
19
  return result;
20
20
  };
21
21
  exports.LuksoShare = class LuksoShare extends shared_tailwindElement_index.TailwindStyledElement(style) {
22
- customStyle = "";
23
- providers = "";
24
- defaultProviders = [
25
- "twitter",
26
- "instagram",
27
- "linkedin",
28
- "telegram",
29
- "discord",
30
- "reddit",
31
- "medium",
32
- "github"
33
- ];
34
- defaultProviderLinks = {
35
- twitter: "https://twitter.com/ERC725Account",
36
- instagram: "https://www.instagram.com/lukso",
37
- linkedin: "https://linkedin.com/company/lukso",
38
- telegram: "https://t.me/LUKSO_News",
39
- discord: "https://discord.gg/lukso",
40
- reddit: "https://www.reddit.com/r/lukso",
41
- medium: "https://medium.com/lukso",
42
- github: "https://github.com/lukso-network"
43
- };
22
+ constructor() {
23
+ super(...arguments);
24
+ this.customStyle = "";
25
+ this.providers = "";
26
+ this.defaultProviders = [
27
+ "twitter",
28
+ "instagram",
29
+ "linkedin",
30
+ "telegram",
31
+ "discord",
32
+ "reddit",
33
+ "medium",
34
+ "github"
35
+ ];
36
+ this.defaultProviderLinks = {
37
+ twitter: "https://twitter.com/ERC725Account",
38
+ instagram: "https://www.instagram.com/lukso",
39
+ linkedin: "https://linkedin.com/company/lukso",
40
+ telegram: "https://t.me/LUKSO_News",
41
+ discord: "https://discord.gg/lukso",
42
+ reddit: "https://www.reddit.com/r/lukso",
43
+ medium: "https://medium.com/lukso",
44
+ github: "https://github.com/lukso-network"
45
+ };
46
+ }
44
47
  linkTemplate(name, url) {
45
48
  return shared_tailwindElement_index.x`<a
46
49
  href=${url}
@@ -1,5 +1,5 @@
1
- import { T as TailwindStyledElement, x } from '../../index-fe1a5136.js';
2
- import { n, t } from '../../property-208d291e.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-5d8104dc.js';
2
+ import { n, t } from '../../property-2a7bbcd8.js';
3
3
 
4
4
  const style = ":host {\n display: inline-flex\n}";
5
5
 
@@ -15,28 +15,31 @@ var __decorateClass = (decorators, target, key, kind) => {
15
15
  return result;
16
16
  };
17
17
  let LuksoShare = class extends TailwindStyledElement(style) {
18
- customStyle = "";
19
- providers = "";
20
- defaultProviders = [
21
- "twitter",
22
- "instagram",
23
- "linkedin",
24
- "telegram",
25
- "discord",
26
- "reddit",
27
- "medium",
28
- "github"
29
- ];
30
- defaultProviderLinks = {
31
- twitter: "https://twitter.com/ERC725Account",
32
- instagram: "https://www.instagram.com/lukso",
33
- linkedin: "https://linkedin.com/company/lukso",
34
- telegram: "https://t.me/LUKSO_News",
35
- discord: "https://discord.gg/lukso",
36
- reddit: "https://www.reddit.com/r/lukso",
37
- medium: "https://medium.com/lukso",
38
- github: "https://github.com/lukso-network"
39
- };
18
+ constructor() {
19
+ super(...arguments);
20
+ this.customStyle = "";
21
+ this.providers = "";
22
+ this.defaultProviders = [
23
+ "twitter",
24
+ "instagram",
25
+ "linkedin",
26
+ "telegram",
27
+ "discord",
28
+ "reddit",
29
+ "medium",
30
+ "github"
31
+ ];
32
+ this.defaultProviderLinks = {
33
+ twitter: "https://twitter.com/ERC725Account",
34
+ instagram: "https://www.instagram.com/lukso",
35
+ linkedin: "https://linkedin.com/company/lukso",
36
+ telegram: "https://t.me/LUKSO_News",
37
+ discord: "https://discord.gg/lukso",
38
+ reddit: "https://www.reddit.com/r/lukso",
39
+ medium: "https://medium.com/lukso",
40
+ github: "https://github.com/lukso-network"
41
+ };
42
+ }
40
43
  linkTemplate(name, url) {
41
44
  return x`<a
42
45
  href=${url}