@lukso/web-components 1.125.0 → 1.126.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 (103) 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 +21 -12
  4. package/dist/components/lukso-button/index.d.ts +1 -1
  5. package/dist/components/lukso-button/index.d.ts.map +1 -1
  6. package/dist/components/lukso-button/index.js +21 -12
  7. package/dist/components/lukso-button/lukso-button.stories.d.ts +4 -0
  8. package/dist/components/lukso-button/lukso-button.stories.d.ts.map +1 -1
  9. package/dist/components/lukso-card/index.cjs +6 -6
  10. package/dist/components/lukso-card/index.js +6 -6
  11. package/dist/components/lukso-checkbox/index.cjs +3 -3
  12. package/dist/components/lukso-checkbox/index.js +3 -3
  13. package/dist/components/lukso-color-picker/index.cjs +4 -4
  14. package/dist/components/lukso-color-picker/index.js +4 -4
  15. package/dist/components/lukso-dropdown/index.cjs +90 -20
  16. package/dist/components/lukso-dropdown/index.d.ts +6 -1
  17. package/dist/components/lukso-dropdown/index.d.ts.map +1 -1
  18. package/dist/components/lukso-dropdown/index.js +90 -20
  19. package/dist/components/lukso-dropdown/lukso-dropdown.stories.d.ts +10 -2
  20. package/dist/components/lukso-dropdown/lukso-dropdown.stories.d.ts.map +1 -1
  21. package/dist/components/lukso-dropdown-option/index.cjs +9 -3
  22. package/dist/components/lukso-dropdown-option/index.d.ts +1 -1
  23. package/dist/components/lukso-dropdown-option/index.d.ts.map +1 -1
  24. package/dist/components/lukso-dropdown-option/index.js +9 -3
  25. package/dist/components/lukso-footer/index.cjs +2 -2
  26. package/dist/components/lukso-footer/index.js +2 -2
  27. package/dist/components/lukso-icon/index.cjs +3 -3
  28. package/dist/components/lukso-icon/index.js +3 -3
  29. package/dist/components/lukso-image/index.cjs +4 -4
  30. package/dist/components/lukso-image/index.js +4 -4
  31. package/dist/components/lukso-input/index.cjs +15 -5
  32. package/dist/components/lukso-input/index.d.ts +1 -1
  33. package/dist/components/lukso-input/index.d.ts.map +1 -1
  34. package/dist/components/lukso-input/index.js +15 -5
  35. package/dist/components/lukso-modal/index.cjs +2 -2
  36. package/dist/components/lukso-modal/index.js +2 -2
  37. package/dist/components/lukso-navbar/index.cjs +5 -5
  38. package/dist/components/lukso-navbar/index.js +5 -5
  39. package/dist/components/lukso-pagination/index.cjs +4 -4
  40. package/dist/components/lukso-pagination/index.js +4 -4
  41. package/dist/components/lukso-profile/index.cjs +5 -5
  42. package/dist/components/lukso-profile/index.js +5 -5
  43. package/dist/components/lukso-progress/index.cjs +3 -3
  44. package/dist/components/lukso-progress/index.js +3 -3
  45. package/dist/components/lukso-sanitize/index.cjs +2 -2
  46. package/dist/components/lukso-sanitize/index.js +2 -2
  47. package/dist/components/lukso-search/index.cjs +9 -6
  48. package/dist/components/lukso-search/index.d.ts +1 -1
  49. package/dist/components/lukso-search/index.d.ts.map +1 -1
  50. package/dist/components/lukso-search/index.js +9 -6
  51. package/dist/components/lukso-select/index.cjs +74 -74
  52. package/dist/components/lukso-select/index.js +74 -74
  53. package/dist/components/lukso-share/index.cjs +24 -27
  54. package/dist/components/lukso-share/index.js +24 -27
  55. package/dist/components/lukso-switch/index.cjs +50 -50
  56. package/dist/components/lukso-switch/index.js +50 -50
  57. package/dist/components/lukso-tag/index.cjs +32 -35
  58. package/dist/components/lukso-tag/index.js +32 -35
  59. package/dist/components/lukso-terms/index.cjs +7 -10
  60. package/dist/components/lukso-terms/index.js +7 -10
  61. package/dist/components/lukso-test/index.cjs +13 -16
  62. package/dist/components/lukso-test/index.js +13 -16
  63. package/dist/components/lukso-textarea/index.cjs +83 -86
  64. package/dist/components/lukso-textarea/index.js +83 -86
  65. package/dist/components/lukso-tooltip/index.cjs +35 -38
  66. package/dist/components/lukso-tooltip/index.js +35 -38
  67. package/dist/components/lukso-username/index.cjs +50 -53
  68. package/dist/components/lukso-username/index.js +50 -53
  69. package/dist/components/lukso-wizard/index.cjs +42 -45
  70. package/dist/components/lukso-wizard/index.js +42 -45
  71. package/dist/{index-65515396.cjs → index-2ffc105b.cjs} +1 -1
  72. package/dist/index-869a59a0.js +37 -0
  73. package/dist/index-b44989bb.cjs +46 -0
  74. package/dist/{index-e496b515.js → index-b74237f9.js} +1 -1
  75. package/dist/{index-d8500104.js → index-da14e190.js} +2 -2
  76. package/dist/{index-188719ef.cjs → index-e5b0ba18.cjs} +2 -2
  77. package/dist/index.cjs +6 -6
  78. package/dist/index.js +6 -6
  79. package/dist/{property-a2c3c430.cjs → property-65ed3fa1.cjs} +1 -1
  80. package/dist/{property-2a7bbcd8.js → property-ff5733e6.js} +1 -1
  81. package/dist/shared/tailwind-element/index.cjs +1 -1
  82. package/dist/shared/tailwind-element/index.js +1 -1
  83. package/dist/{state-a01f91dc.js → state-9bdaddc0.js} +1 -1
  84. package/dist/{state-0d05f6ea.cjs → state-ec4491d8.cjs} +1 -1
  85. package/dist/{style-map-d3b1c1d5.cjs → style-map-227a49cb.cjs} +1 -1
  86. package/dist/{style-map-bece8358.js → style-map-8a1e2472.js} +1 -1
  87. package/dist/tailwind-config.cjs +1 -0
  88. package/dist/tailwind-config.d.ts +1 -0
  89. package/dist/tailwind-config.d.ts.map +1 -1
  90. package/dist/tailwind-config.js +1 -0
  91. package/package.json +1 -1
  92. package/tools/cn.cjs +1 -1
  93. package/tools/cn.js +1 -1
  94. package/tools/index.cjs +1 -1
  95. package/tools/index.js +1 -1
  96. package/tools/{tailwind-config-24192028.cjs → tailwind-config-20125010.cjs} +1 -0
  97. package/tools/{tailwind-config-e80c127f.js → tailwind-config-c5a676c5.js} +1 -0
  98. package/tools/tailwind-config.cjs +1 -1
  99. package/tools/tailwind-config.d.ts +1 -0
  100. package/tools/tailwind-config.d.ts.map +1 -1
  101. package/tools/tailwind-config.js +1 -1
  102. package/dist/index-51f597c4.cjs +0 -48
  103. package/dist/index-5d8104dc.js +0 -39
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
6
- const property = require('../../property-a2c3c430.cjs');
7
- const state = require('../../state-0d05f6ea.cjs');
5
+ const shared_tailwindElement_index = require('../../index-b44989bb.cjs');
6
+ const property = require('../../property-65ed3fa1.cjs');
7
+ const state = require('../../state-ec4491d8.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-b6daa995.cjs');
11
11
  require('../lukso-icon/index.cjs');
12
- require('../../style-map-d3b1c1d5.cjs');
12
+ require('../../style-map-227a49cb.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
 
15
15
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -27,95 +27,92 @@ var __decorateClass = (decorators, target, key, kind) => {
27
27
  };
28
28
  const FOCUS_DELAY_MS = 10;
29
29
  exports.LuksoTextarea = class LuksoTextarea extends shared_tailwindElement_index.TailwindStyledElement(style) {
30
- constructor() {
31
- super(...arguments);
32
- this.value = "";
33
- this.name = "";
34
- this.placeholder = "";
35
- this.label = "";
36
- this.id = "";
37
- this.ref = void 0;
38
- this.description = "";
39
- this.error = "";
40
- this.customClass = "";
41
- this.isFullWidth = false;
42
- this.isReadonly = false;
43
- this.isDisabled = false;
44
- this.autofocus = false;
45
- this.borderless = false;
46
- this.isNonResizable = false;
47
- this.keepFocusOnEscape = false;
48
- this.size = "medium";
49
- this.rows = 4;
50
- this.hasFocus = false;
51
- this.hasHighlight = false;
52
- this.styles = index.ce({
53
- slots: {
54
- wrapper: "group flex",
55
- input: `bg-neutral-100 border-solid placeholder:text-neutral-70 w-full
30
+ value = "";
31
+ name = "";
32
+ placeholder = "";
33
+ label = "";
34
+ id = "";
35
+ ref = void 0;
36
+ description = "";
37
+ error = "";
38
+ customClass = "";
39
+ isFullWidth = false;
40
+ isReadonly = false;
41
+ isDisabled = false;
42
+ autofocus = false;
43
+ borderless = false;
44
+ isNonResizable = false;
45
+ keepFocusOnEscape = false;
46
+ size = "medium";
47
+ rows = 4;
48
+ hasFocus = false;
49
+ hasHighlight = false;
50
+ styles = index.ce({
51
+ slots: {
52
+ wrapper: "group flex",
53
+ input: `bg-neutral-100 border-solid placeholder:text-neutral-70 w-full
56
54
  outline-none transition transition-all duration-150 appearance-none`
57
- },
58
- variants: {
59
- hasError: {
60
- true: {
61
- input: "border-red-85"
62
- },
63
- false: {
64
- input: "border-neutral-90"
65
- }
66
- },
67
- hasHighlight: {
68
- true: {
69
- input: "border-neutral-35"
70
- }
71
- },
72
- borderless: {
73
- true: { input: "border-0" },
74
- false: { input: "border" }
55
+ },
56
+ variants: {
57
+ hasError: {
58
+ true: {
59
+ input: "border-red-85"
75
60
  },
76
- isReadonly: {
77
- true: { input: "cursor-not-allowed" }
78
- },
79
- isDisabled: {
80
- true: {
81
- input: "text-neutral-60 cursor-not-allowed"
82
- },
83
- false: { input: "text-neutral-20" }
84
- },
85
- isFullWidth: {
86
- true: { wrapper: "w-full" },
87
- false: { wrapper: "w-[350px]" }
61
+ false: {
62
+ input: "border-neutral-90"
63
+ }
64
+ },
65
+ hasHighlight: {
66
+ true: {
67
+ input: "border-neutral-35"
68
+ }
69
+ },
70
+ borderless: {
71
+ true: { input: "border-0" },
72
+ false: { input: "border" }
73
+ },
74
+ isReadonly: {
75
+ true: { input: "cursor-not-allowed" }
76
+ },
77
+ isDisabled: {
78
+ true: {
79
+ input: "text-neutral-60 cursor-not-allowed"
88
80
  },
89
- size: {
90
- small: {
91
- input: "min-h-[28px] px-2 py-1 paragraph-inter-12-regular rounded-8"
92
- },
93
- medium: {
94
- input: "min-h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-12"
95
- }
81
+ false: { input: "text-neutral-20" }
82
+ },
83
+ isFullWidth: {
84
+ true: { wrapper: "w-full" },
85
+ false: { wrapper: "w-[350px]" }
86
+ },
87
+ size: {
88
+ small: {
89
+ input: "min-h-[28px] px-2 py-1 paragraph-inter-12-regular rounded-8"
96
90
  },
97
- isNonResizable: {
98
- true: {
99
- input: "resize-none"
100
- }
91
+ medium: {
92
+ input: "min-h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-12"
101
93
  }
102
94
  },
103
- compoundVariants: [
104
- {
105
- isFullWidth: false,
106
- size: "small",
107
- class: { wrapper: "w-[210px]" }
108
- },
109
- {
110
- hasHighlight: true,
111
- hasError: true,
112
- class: {
113
- input: "border-red-65"
114
- }
95
+ isNonResizable: {
96
+ true: {
97
+ input: "resize-none"
115
98
  }
116
- ]
117
- });
118
- }
99
+ }
100
+ },
101
+ compoundVariants: [
102
+ {
103
+ isFullWidth: false,
104
+ size: "small",
105
+ class: { wrapper: "w-[210px]" }
106
+ },
107
+ {
108
+ hasHighlight: true,
109
+ hasError: true,
110
+ class: {
111
+ input: "border-red-65"
112
+ }
113
+ }
114
+ ]
115
+ });
119
116
  connectedCallback() {
120
117
  super.connectedCallback();
121
118
  if (this.autofocus) {
@@ -1,11 +1,11 @@
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';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-869a59a0.js';
2
+ import { n, t } from '../../property-ff5733e6.js';
3
+ import { r } from '../../state-9bdaddc0.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../cn-90c03edf.js';
7
7
  import '../lukso-icon/index.js';
8
- import '../../style-map-bece8358.js';
8
+ import '../../style-map-8a1e2472.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
 
11
11
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -23,95 +23,92 @@ var __decorateClass = (decorators, target, key, kind) => {
23
23
  };
24
24
  const FOCUS_DELAY_MS = 10;
25
25
  let LuksoTextarea = class extends TailwindStyledElement(style) {
26
- constructor() {
27
- super(...arguments);
28
- this.value = "";
29
- this.name = "";
30
- this.placeholder = "";
31
- this.label = "";
32
- this.id = "";
33
- this.ref = void 0;
34
- this.description = "";
35
- this.error = "";
36
- this.customClass = "";
37
- this.isFullWidth = false;
38
- this.isReadonly = false;
39
- this.isDisabled = false;
40
- this.autofocus = false;
41
- this.borderless = false;
42
- this.isNonResizable = false;
43
- this.keepFocusOnEscape = false;
44
- this.size = "medium";
45
- this.rows = 4;
46
- this.hasFocus = false;
47
- this.hasHighlight = false;
48
- this.styles = ce({
49
- slots: {
50
- wrapper: "group flex",
51
- input: `bg-neutral-100 border-solid placeholder:text-neutral-70 w-full
26
+ value = "";
27
+ name = "";
28
+ placeholder = "";
29
+ label = "";
30
+ id = "";
31
+ ref = void 0;
32
+ description = "";
33
+ error = "";
34
+ customClass = "";
35
+ isFullWidth = false;
36
+ isReadonly = false;
37
+ isDisabled = false;
38
+ autofocus = false;
39
+ borderless = false;
40
+ isNonResizable = false;
41
+ keepFocusOnEscape = false;
42
+ size = "medium";
43
+ rows = 4;
44
+ hasFocus = false;
45
+ hasHighlight = false;
46
+ styles = ce({
47
+ slots: {
48
+ wrapper: "group flex",
49
+ input: `bg-neutral-100 border-solid placeholder:text-neutral-70 w-full
52
50
  outline-none transition transition-all duration-150 appearance-none`
53
- },
54
- variants: {
55
- hasError: {
56
- true: {
57
- input: "border-red-85"
58
- },
59
- false: {
60
- input: "border-neutral-90"
61
- }
62
- },
63
- hasHighlight: {
64
- true: {
65
- input: "border-neutral-35"
66
- }
67
- },
68
- borderless: {
69
- true: { input: "border-0" },
70
- false: { input: "border" }
51
+ },
52
+ variants: {
53
+ hasError: {
54
+ true: {
55
+ input: "border-red-85"
71
56
  },
72
- isReadonly: {
73
- true: { input: "cursor-not-allowed" }
74
- },
75
- isDisabled: {
76
- true: {
77
- input: "text-neutral-60 cursor-not-allowed"
78
- },
79
- false: { input: "text-neutral-20" }
80
- },
81
- isFullWidth: {
82
- true: { wrapper: "w-full" },
83
- false: { wrapper: "w-[350px]" }
57
+ false: {
58
+ input: "border-neutral-90"
59
+ }
60
+ },
61
+ hasHighlight: {
62
+ true: {
63
+ input: "border-neutral-35"
64
+ }
65
+ },
66
+ borderless: {
67
+ true: { input: "border-0" },
68
+ false: { input: "border" }
69
+ },
70
+ isReadonly: {
71
+ true: { input: "cursor-not-allowed" }
72
+ },
73
+ isDisabled: {
74
+ true: {
75
+ input: "text-neutral-60 cursor-not-allowed"
84
76
  },
85
- size: {
86
- small: {
87
- input: "min-h-[28px] px-2 py-1 paragraph-inter-12-regular rounded-8"
88
- },
89
- medium: {
90
- input: "min-h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-12"
91
- }
77
+ false: { input: "text-neutral-20" }
78
+ },
79
+ isFullWidth: {
80
+ true: { wrapper: "w-full" },
81
+ false: { wrapper: "w-[350px]" }
82
+ },
83
+ size: {
84
+ small: {
85
+ input: "min-h-[28px] px-2 py-1 paragraph-inter-12-regular rounded-8"
92
86
  },
93
- isNonResizable: {
94
- true: {
95
- input: "resize-none"
96
- }
87
+ medium: {
88
+ input: "min-h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-12"
97
89
  }
98
90
  },
99
- compoundVariants: [
100
- {
101
- isFullWidth: false,
102
- size: "small",
103
- class: { wrapper: "w-[210px]" }
104
- },
105
- {
106
- hasHighlight: true,
107
- hasError: true,
108
- class: {
109
- input: "border-red-65"
110
- }
91
+ isNonResizable: {
92
+ true: {
93
+ input: "resize-none"
111
94
  }
112
- ]
113
- });
114
- }
95
+ }
96
+ },
97
+ compoundVariants: [
98
+ {
99
+ isFullWidth: false,
100
+ size: "small",
101
+ class: { wrapper: "w-[210px]" }
102
+ },
103
+ {
104
+ hasHighlight: true,
105
+ hasError: true,
106
+ class: {
107
+ input: "border-red-65"
108
+ }
109
+ }
110
+ ]
111
+ });
115
112
  connectedCallback() {
116
113
  super.connectedCallback();
117
114
  if (this.autofocus) {
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
6
- const property = require('../../property-a2c3c430.cjs');
7
- const state = require('../../state-0d05f6ea.cjs');
5
+ const shared_tailwindElement_index = require('../../index-b44989bb.cjs');
6
+ const property = require('../../property-65ed3fa1.cjs');
7
+ const state = require('../../state-ec4491d8.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
- const styleMap = require('../../style-map-d3b1c1d5.cjs');
9
+ const styleMap = require('../../style-map-227a49cb.cjs');
10
10
  require('../../directive-8278ab14.cjs');
11
11
 
12
12
  var top = 'top';
@@ -3460,42 +3460,39 @@ var __decorateClass = (decorators, target, key, kind) => {
3460
3460
  return result;
3461
3461
  };
3462
3462
  exports.LuksoTooltip = class LuksoTooltip extends shared_tailwindElement_index.TailwindStyledElement(style) {
3463
- constructor() {
3464
- super(...arguments);
3465
- this.variant = "light";
3466
- this.size = "medium";
3467
- this.placement = "top";
3468
- this.trigger = "mouseenter";
3469
- this.text = "";
3470
- this.maxWidth = 300;
3471
- this.show = false;
3472
- this.hideOnClick = "true";
3473
- this.isClipboardCopy = false;
3474
- this.copyText = "";
3475
- this.copyValue = "";
3476
- this.offset = 10;
3477
- this.options = "";
3478
- this.showArrow = true;
3479
- this.showDelay = 300;
3480
- this.hideDelay = 300;
3481
- this.showCopy = false;
3482
- this.optionsParsed = [];
3483
- this.tooltipInstance = void 0;
3484
- this.styles = index.ce({
3485
- slots: {
3486
- tooltip: "hidden",
3487
- trigger: "cursor-pointer flex flex-col items-center",
3488
- options: "rounded-4 hover:bg-neutral-95"
3489
- },
3490
- variants: {
3491
- hasNoText: {
3492
- true: {
3493
- trigger: "cursor-default"
3494
- }
3463
+ variant = "light";
3464
+ size = "medium";
3465
+ placement = "top";
3466
+ trigger = "mouseenter";
3467
+ text = "";
3468
+ maxWidth = 300;
3469
+ show = false;
3470
+ hideOnClick = "true";
3471
+ isClipboardCopy = false;
3472
+ copyText = "";
3473
+ copyValue = "";
3474
+ offset = 10;
3475
+ options = "";
3476
+ showArrow = true;
3477
+ showDelay = 300;
3478
+ hideDelay = 300;
3479
+ showCopy = false;
3480
+ optionsParsed = [];
3481
+ tooltipInstance = void 0;
3482
+ styles = index.ce({
3483
+ slots: {
3484
+ tooltip: "hidden",
3485
+ trigger: "cursor-pointer flex flex-col items-center",
3486
+ options: "rounded-4 hover:bg-neutral-95"
3487
+ },
3488
+ variants: {
3489
+ hasNoText: {
3490
+ true: {
3491
+ trigger: "cursor-default"
3495
3492
  }
3496
3493
  }
3497
- });
3498
- }
3494
+ }
3495
+ });
3499
3496
  hideOnClickCheck() {
3500
3497
  if (this.hideOnClick === "toggle") {
3501
3498
  return this.hideOnClick;
@@ -1,8 +1,8 @@
1
- import { T as TailwindStyledElement, x } from '../../index-5d8104dc.js';
2
- import { n, t } from '../../property-2a7bbcd8.js';
3
- import { r } from '../../state-a01f91dc.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-869a59a0.js';
2
+ import { n, t } from '../../property-ff5733e6.js';
3
+ import { r } from '../../state-9bdaddc0.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
- import { o } from '../../style-map-bece8358.js';
5
+ import { o } from '../../style-map-8a1e2472.js';
6
6
  import '../../directive-2bb7789e.js';
7
7
 
8
8
  var top = 'top';
@@ -3456,42 +3456,39 @@ var __decorateClass = (decorators, target, key, kind) => {
3456
3456
  return result;
3457
3457
  };
3458
3458
  let LuksoTooltip = class extends TailwindStyledElement(style) {
3459
- constructor() {
3460
- super(...arguments);
3461
- this.variant = "light";
3462
- this.size = "medium";
3463
- this.placement = "top";
3464
- this.trigger = "mouseenter";
3465
- this.text = "";
3466
- this.maxWidth = 300;
3467
- this.show = false;
3468
- this.hideOnClick = "true";
3469
- this.isClipboardCopy = false;
3470
- this.copyText = "";
3471
- this.copyValue = "";
3472
- this.offset = 10;
3473
- this.options = "";
3474
- this.showArrow = true;
3475
- this.showDelay = 300;
3476
- this.hideDelay = 300;
3477
- this.showCopy = false;
3478
- this.optionsParsed = [];
3479
- this.tooltipInstance = void 0;
3480
- this.styles = ce({
3481
- slots: {
3482
- tooltip: "hidden",
3483
- trigger: "cursor-pointer flex flex-col items-center",
3484
- options: "rounded-4 hover:bg-neutral-95"
3485
- },
3486
- variants: {
3487
- hasNoText: {
3488
- true: {
3489
- trigger: "cursor-default"
3490
- }
3459
+ variant = "light";
3460
+ size = "medium";
3461
+ placement = "top";
3462
+ trigger = "mouseenter";
3463
+ text = "";
3464
+ maxWidth = 300;
3465
+ show = false;
3466
+ hideOnClick = "true";
3467
+ isClipboardCopy = false;
3468
+ copyText = "";
3469
+ copyValue = "";
3470
+ offset = 10;
3471
+ options = "";
3472
+ showArrow = true;
3473
+ showDelay = 300;
3474
+ hideDelay = 300;
3475
+ showCopy = false;
3476
+ optionsParsed = [];
3477
+ tooltipInstance = void 0;
3478
+ styles = ce({
3479
+ slots: {
3480
+ tooltip: "hidden",
3481
+ trigger: "cursor-pointer flex flex-col items-center",
3482
+ options: "rounded-4 hover:bg-neutral-95"
3483
+ },
3484
+ variants: {
3485
+ hasNoText: {
3486
+ true: {
3487
+ trigger: "cursor-default"
3491
3488
  }
3492
3489
  }
3493
- });
3494
- }
3490
+ }
3491
+ });
3495
3492
  hideOnClickCheck() {
3496
3493
  if (this.hideOnClick === "toggle") {
3497
3494
  return this.hideOnClick;