@lukso/web-components 1.115.2 → 1.115.3

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 (95) hide show
  1. package/dist/{bundle-mjs-d58a83c6.cjs → cn-90c03edf.js} +35 -4
  2. package/dist/{bundle-mjs-fbc6e2a8.js → cn-b6daa995.cjs} +39 -2
  3. package/dist/components/index.cjs +9 -12
  4. package/dist/components/index.js +9 -12
  5. package/dist/components/lukso-button/index.cjs +28 -31
  6. package/dist/components/lukso-button/index.js +11 -14
  7. package/dist/components/lukso-card/index.cjs +39 -29
  8. package/dist/components/lukso-card/index.js +30 -20
  9. package/dist/components/lukso-checkbox/index.cjs +18 -18
  10. package/dist/components/lukso-checkbox/index.js +8 -8
  11. package/dist/components/lukso-color-picker/index.cjs +30 -33
  12. package/dist/components/lukso-color-picker/index.js +16 -19
  13. package/dist/components/lukso-dropdown/index.cjs +9 -12
  14. package/dist/components/lukso-dropdown/index.js +9 -12
  15. package/dist/components/lukso-dropdown-option/index.cjs +10 -11
  16. package/dist/components/lukso-dropdown-option/index.js +4 -5
  17. package/dist/components/lukso-footer/index.cjs +4 -4
  18. package/dist/components/lukso-footer/index.js +3 -3
  19. package/dist/components/lukso-icon/index.cjs +8 -8
  20. package/dist/components/lukso-icon/index.js +4 -4
  21. package/dist/components/lukso-image/index.cjs +11 -12
  22. package/dist/components/lukso-image/index.js +9 -10
  23. package/dist/components/lukso-input/index.cjs +46 -49
  24. package/dist/components/lukso-input/index.js +22 -25
  25. package/dist/components/lukso-modal/index.cjs +7 -8
  26. package/dist/components/lukso-modal/index.js +4 -5
  27. package/dist/components/lukso-navbar/index.cjs +22 -23
  28. package/dist/components/lukso-navbar/index.js +13 -14
  29. package/dist/components/lukso-pagination/index.cjs +13 -16
  30. package/dist/components/lukso-pagination/index.js +8 -11
  31. package/dist/components/lukso-profile/index.cjs +6 -7
  32. package/dist/components/lukso-profile/index.js +6 -7
  33. package/dist/components/lukso-progress/index.cjs +10 -13
  34. package/dist/components/lukso-progress/index.js +5 -8
  35. package/dist/components/lukso-sanitize/index.cjs +6 -6
  36. package/dist/components/lukso-sanitize/index.js +4 -4
  37. package/dist/components/lukso-search/index.cjs +41 -44
  38. package/dist/components/lukso-search/index.js +17 -20
  39. package/dist/components/lukso-select/index.cjs +38 -41
  40. package/dist/components/lukso-select/index.js +20 -23
  41. package/dist/components/lukso-share/index.cjs +5 -5
  42. package/dist/components/lukso-share/index.js +3 -3
  43. package/dist/components/lukso-switch/index.cjs +7 -7
  44. package/dist/components/lukso-switch/index.js +4 -4
  45. package/dist/components/lukso-tag/index.cjs +10 -11
  46. package/dist/components/lukso-tag/index.js +5 -6
  47. package/dist/components/lukso-terms/index.cjs +7 -7
  48. package/dist/components/lukso-terms/index.js +6 -6
  49. package/dist/components/lukso-test/index.cjs +12 -12
  50. package/dist/components/lukso-test/index.js +10 -10
  51. package/dist/components/lukso-textarea/index.cjs +35 -38
  52. package/dist/components/lukso-textarea/index.js +17 -20
  53. package/dist/components/lukso-tooltip/index.cjs +24 -25
  54. package/dist/components/lukso-tooltip/index.js +8 -9
  55. package/dist/components/lukso-username/index.cjs +18 -21
  56. package/dist/components/lukso-username/index.js +7 -10
  57. package/dist/components/lukso-wizard/index.cjs +9 -10
  58. package/dist/components/lukso-wizard/index.js +7 -8
  59. package/dist/index-2b104ecb.cjs +2547 -0
  60. package/dist/{index-ffb387db.js → index-30c74dfe.js} +4 -4
  61. package/dist/{index-0fbcd7f4.js → index-40811e43.js} +6 -6
  62. package/dist/index-86a3fdc1.js +37 -0
  63. package/dist/{index-1b37efea.cjs → index-9f282d35.cjs} +10 -10
  64. package/dist/index-d14b6a34.js +2545 -0
  65. package/dist/{index-73fbf718.cjs → index-dbfb7d50.cjs} +14 -14
  66. package/dist/index-dda1809d.cjs +46 -0
  67. package/dist/{index-adf2fc92.js → index-eb08047e.js} +2 -2
  68. package/dist/{index-0917a814.cjs → index-f564f46f.cjs} +2 -2
  69. package/dist/index.cjs +9 -12
  70. package/dist/index.js +9 -12
  71. package/dist/property-140ef335.js +16 -0
  72. package/dist/property-46482bf7.cjs +19 -0
  73. package/dist/shared/tailwind-element/index.cjs +1 -1
  74. package/dist/shared/tailwind-element/index.js +1 -1
  75. package/dist/state-876605e4.js +9 -0
  76. package/dist/state-94c1d585.cjs +11 -0
  77. package/dist/style-map-15dde65e.js +10 -0
  78. package/dist/style-map-552ab28f.cjs +12 -0
  79. package/package.json +2 -14
  80. package/tools/index.cjs +0 -4
  81. package/tools/index.d.ts +0 -1
  82. package/tools/index.d.ts.map +1 -1
  83. package/tools/index.js +0 -3
  84. package/dist/cn-01b2d42a.js +0 -37
  85. package/dist/cn-fc6d6aa9.cjs +0 -40
  86. package/dist/index-0590cf31.js +0 -37
  87. package/dist/index-1d3f4a5a.cjs +0 -9
  88. package/dist/index-6457c2f8.cjs +0 -44
  89. package/dist/index-ca8e900d.js +0 -7
  90. package/dist/query-assigned-elements-1c8c9e90.js +0 -28
  91. package/dist/query-assigned-elements-d5e45650.cjs +0 -32
  92. package/dist/state-b9ca4e74.js +0 -9
  93. package/dist/state-d9fb972b.cjs +0 -11
  94. package/dist/style-map-54c139bb.cjs +0 -12
  95. package/dist/style-map-7a555e98.js +0 -10
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6457c2f8.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
- const state = require('../../state-d9fb972b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
6
+ const property = require('../../property-46482bf7.cjs');
7
+ const state = require('../../state-94c1d585.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
9
9
  require('../../directive-8278ab14.cjs');
10
10
 
@@ -145,8 +145,8 @@ exports.LuksoCheckbox = class LuksoCheckbox extends shared_tailwindElement_index
145
145
  @mouseleave=${this.handleMouseOut}
146
146
  >
147
147
  ${this.inputTemplate()} ${this.checkboxTemplate()}
148
- ${this.type === "text" ? this.labelTemplate() : shared_tailwindElement_index.A}
149
- ${this.type === "profile" ? this.profileUsernameTemplate() : shared_tailwindElement_index.A}
148
+ ${this.type === "text" ? this.labelTemplate() : shared_tailwindElement_index.E}
149
+ ${this.type === "profile" ? this.profileUsernameTemplate() : shared_tailwindElement_index.E}
150
150
  </label>
151
151
  </div>
152
152
  `;
@@ -179,41 +179,41 @@ exports.LuksoCheckbox = class LuksoCheckbox extends shared_tailwindElement_index
179
179
  }
180
180
  };
181
181
  __decorateClass([
182
- queryAssignedElements.n({ type: String })
182
+ property.n({ type: String })
183
183
  ], exports.LuksoCheckbox.prototype, "name", 2);
184
184
  __decorateClass([
185
- queryAssignedElements.n({ type: String })
185
+ property.n({ type: String })
186
186
  ], exports.LuksoCheckbox.prototype, "id", 2);
187
187
  __decorateClass([
188
- queryAssignedElements.n({ type: String })
188
+ property.n({ type: String })
189
189
  ], exports.LuksoCheckbox.prototype, "ref", 2);
190
190
  __decorateClass([
191
- queryAssignedElements.n({ type: String })
191
+ property.n({ type: String })
192
192
  ], exports.LuksoCheckbox.prototype, "type", 2);
193
193
  __decorateClass([
194
- queryAssignedElements.n({ type: String })
194
+ property.n({ type: String })
195
195
  ], exports.LuksoCheckbox.prototype, "size", 2);
196
196
  __decorateClass([
197
- queryAssignedElements.n({ type: String })
197
+ property.n({ type: String })
198
198
  ], exports.LuksoCheckbox.prototype, "error", 2);
199
199
  __decorateClass([
200
- queryAssignedElements.n({ type: Boolean })
200
+ property.n({ type: Boolean })
201
201
  ], exports.LuksoCheckbox.prototype, "checked", 2);
202
202
  __decorateClass([
203
- queryAssignedElements.n({ type: String, attribute: "custom-class" })
203
+ property.n({ type: String, attribute: "custom-class" })
204
204
  ], exports.LuksoCheckbox.prototype, "customClass", 2);
205
205
  __decorateClass([
206
- queryAssignedElements.n({ type: Boolean, attribute: "is-readonly" })
206
+ property.n({ type: Boolean, attribute: "is-readonly" })
207
207
  ], exports.LuksoCheckbox.prototype, "isReadonly", 2);
208
208
  __decorateClass([
209
- queryAssignedElements.n({ type: Boolean, attribute: "is-disabled" })
209
+ property.n({ type: Boolean, attribute: "is-disabled" })
210
210
  ], exports.LuksoCheckbox.prototype, "isDisabled", 2);
211
211
  __decorateClass([
212
- state.t()
212
+ state.r()
213
213
  ], exports.LuksoCheckbox.prototype, "hasFocus", 2);
214
214
  __decorateClass([
215
- state.t()
215
+ state.r()
216
216
  ], exports.LuksoCheckbox.prototype, "hasHighlight", 2);
217
217
  exports.LuksoCheckbox = __decorateClass([
218
- queryAssignedElements.e("lukso-checkbox")
218
+ property.t("lukso-checkbox")
219
219
  ], exports.LuksoCheckbox);
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x, A } from '../../index-0590cf31.js';
2
- import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
- import { t } from '../../state-b9ca4e74.js';
1
+ import { a as TailwindElement, x, E } from '../../index-86a3fdc1.js';
2
+ import { n, t } from '../../property-140ef335.js';
3
+ import { r } from '../../state-876605e4.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
5
5
  import '../../directive-2bb7789e.js';
6
6
 
@@ -141,8 +141,8 @@ let LuksoCheckbox = class extends TailwindElement {
141
141
  @mouseleave=${this.handleMouseOut}
142
142
  >
143
143
  ${this.inputTemplate()} ${this.checkboxTemplate()}
144
- ${this.type === "text" ? this.labelTemplate() : A}
145
- ${this.type === "profile" ? this.profileUsernameTemplate() : A}
144
+ ${this.type === "text" ? this.labelTemplate() : E}
145
+ ${this.type === "profile" ? this.profileUsernameTemplate() : E}
146
146
  </label>
147
147
  </div>
148
148
  `;
@@ -205,13 +205,13 @@ __decorateClass([
205
205
  n({ type: Boolean, attribute: "is-disabled" })
206
206
  ], LuksoCheckbox.prototype, "isDisabled", 2);
207
207
  __decorateClass([
208
- t()
208
+ r()
209
209
  ], LuksoCheckbox.prototype, "hasFocus", 2);
210
210
  __decorateClass([
211
- t()
211
+ r()
212
212
  ], LuksoCheckbox.prototype, "hasHighlight", 2);
213
213
  LuksoCheckbox = __decorateClass([
214
- e("lukso-checkbox")
214
+ t("lukso-checkbox")
215
215
  ], LuksoCheckbox);
216
216
 
217
217
  export { LuksoCheckbox };
@@ -2,17 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6457c2f8.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
- const state = require('../../state-d9fb972b.cjs');
8
- const index = require('../../index-1d3f4a5a.cjs');
9
- const styleMap = require('../../style-map-54c139bb.cjs');
5
+ const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
6
+ const property = require('../../property-46482bf7.cjs');
7
+ const state = require('../../state-94c1d585.cjs');
8
+ const index = require('../../index-2b104ecb.cjs');
9
+ const styleMap = require('../../style-map-552ab28f.cjs');
10
10
  require('../../tailwind-config.cjs');
11
- require('node:fs');
12
- require('node:path');
13
- const cn = require('../../cn-fc6d6aa9.cjs');
11
+ const cn = require('../../cn-b6daa995.cjs');
14
12
  require('../lukso-icon/index.cjs');
15
- require('../../bundle-mjs-d58a83c6.cjs');
16
13
  require('../../directive-8278ab14.cjs');
17
14
 
18
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}";
@@ -153,12 +150,12 @@ exports.LuksoColorPicker = class LuksoColorPicker extends shared_tailwindElement
153
150
  return shared_tailwindElement_index.x`
154
151
  <input
155
152
  .value=${this.value}
156
- name=${this.name ? this.name : shared_tailwindElement_index.A}
153
+ name=${this.name ? this.name : shared_tailwindElement_index.E}
157
154
  type="text"
158
- placeholder=${this.placeholder ? this.placeholder : shared_tailwindElement_index.A}
155
+ placeholder=${this.placeholder ? this.placeholder : shared_tailwindElement_index.E}
159
156
  ?autofocus=${this.autofocus}
160
157
  autocomplete="off"
161
- id=${this.id ? this.id : shared_tailwindElement_index.A}
158
+ id=${this.id ? this.id : shared_tailwindElement_index.E}
162
159
  data-testid=${this.name ? `input-${this.name}` : "input"}
163
160
  ?readonly=${this.isReadonly ? true : void 0}
164
161
  ?disabled=${this.isDisabled ? true : void 0}
@@ -200,7 +197,7 @@ exports.LuksoColorPicker = class LuksoColorPicker extends shared_tailwindElement
200
197
  descriptionTemplate() {
201
198
  return shared_tailwindElement_index.x`
202
199
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
203
- ${this.description ?? shared_tailwindElement_index.A}
200
+ ${this.description ?? shared_tailwindElement_index.E}
204
201
  </div>
205
202
  `;
206
203
  }
@@ -297,65 +294,65 @@ exports.LuksoColorPicker = class LuksoColorPicker extends shared_tailwindElement
297
294
  });
298
295
  return shared_tailwindElement_index.x`
299
296
  <div class="w-[inherit]">
300
- ${this.label ? this.labelTemplate() : shared_tailwindElement_index.A}
301
- ${this.description ? this.descriptionTemplate() : shared_tailwindElement_index.A}
297
+ ${this.label ? this.labelTemplate() : shared_tailwindElement_index.E}
298
+ ${this.description ? this.descriptionTemplate() : shared_tailwindElement_index.E}
302
299
  <div class=${wrapper()}>
303
300
  ${this.colorPickerTemplate(color(), colorInput())}
304
301
  <div class="relative w-full">${this.inputTemplate(input())}</div>
305
302
  </div>
306
- ${this.error ? this.errorTemplate() : shared_tailwindElement_index.A}
303
+ ${this.error ? this.errorTemplate() : shared_tailwindElement_index.E}
307
304
  </div>
308
305
  `;
309
306
  }
310
307
  };
311
308
  __decorateClass([
312
- queryAssignedElements.n({ type: String })
309
+ property.n({ type: String })
313
310
  ], exports.LuksoColorPicker.prototype, "value", 2);
314
311
  __decorateClass([
315
- queryAssignedElements.n({ type: String })
312
+ property.n({ type: String })
316
313
  ], exports.LuksoColorPicker.prototype, "name", 2);
317
314
  __decorateClass([
318
- queryAssignedElements.n({ type: String })
315
+ property.n({ type: String })
319
316
  ], exports.LuksoColorPicker.prototype, "placeholder", 2);
320
317
  __decorateClass([
321
- queryAssignedElements.n({ type: String })
318
+ property.n({ type: String })
322
319
  ], exports.LuksoColorPicker.prototype, "label", 2);
323
320
  __decorateClass([
324
- queryAssignedElements.n({ type: String })
321
+ property.n({ type: String })
325
322
  ], exports.LuksoColorPicker.prototype, "id", 2);
326
323
  __decorateClass([
327
- queryAssignedElements.n({ type: String })
324
+ property.n({ type: String })
328
325
  ], exports.LuksoColorPicker.prototype, "description", 2);
329
326
  __decorateClass([
330
- queryAssignedElements.n({ type: String })
327
+ property.n({ type: String })
331
328
  ], exports.LuksoColorPicker.prototype, "error", 2);
332
329
  __decorateClass([
333
- queryAssignedElements.n({ type: String, attribute: "custom-class" })
330
+ property.n({ type: String, attribute: "custom-class" })
334
331
  ], exports.LuksoColorPicker.prototype, "customClass", 2);
335
332
  __decorateClass([
336
- queryAssignedElements.n({ type: Boolean, attribute: "is-full-width" })
333
+ property.n({ type: Boolean, attribute: "is-full-width" })
337
334
  ], exports.LuksoColorPicker.prototype, "isFullWidth", 2);
338
335
  __decorateClass([
339
- queryAssignedElements.n({ type: Boolean, attribute: "is-readonly" })
336
+ property.n({ type: Boolean, attribute: "is-readonly" })
340
337
  ], exports.LuksoColorPicker.prototype, "isReadonly", 2);
341
338
  __decorateClass([
342
- queryAssignedElements.n({ type: Boolean, attribute: "is-disabled" })
339
+ property.n({ type: Boolean, attribute: "is-disabled" })
343
340
  ], exports.LuksoColorPicker.prototype, "isDisabled", 2);
344
341
  __decorateClass([
345
- queryAssignedElements.n({ type: Boolean })
342
+ property.n({ type: Boolean })
346
343
  ], exports.LuksoColorPicker.prototype, "autofocus", 2);
347
344
  __decorateClass([
348
- queryAssignedElements.n({ type: Boolean, attribute: "keep-focus-on-escape" })
345
+ property.n({ type: Boolean, attribute: "keep-focus-on-escape" })
349
346
  ], exports.LuksoColorPicker.prototype, "keepFocusOnEscape", 2);
350
347
  __decorateClass([
351
- queryAssignedElements.n({ type: String })
348
+ property.n({ type: String })
352
349
  ], exports.LuksoColorPicker.prototype, "size", 2);
353
350
  __decorateClass([
354
- state.t()
351
+ state.r()
355
352
  ], exports.LuksoColorPicker.prototype, "hasFocus", 2);
356
353
  __decorateClass([
357
- state.t()
354
+ state.r()
358
355
  ], exports.LuksoColorPicker.prototype, "hasHighlight", 2);
359
356
  exports.LuksoColorPicker = __decorateClass([
360
- queryAssignedElements.e("lukso-color-picker")
357
+ property.t("lukso-color-picker")
361
358
  ], exports.LuksoColorPicker);
@@ -1,14 +1,11 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-0590cf31.js';
2
- import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
- import { t } from '../../state-b9ca4e74.js';
4
- import { c as ce } from '../../index-ca8e900d.js';
5
- import { o } from '../../style-map-7a555e98.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-86a3fdc1.js';
2
+ import { n, t } from '../../property-140ef335.js';
3
+ import { r } from '../../state-876605e4.js';
4
+ import { c as ce } from '../../index-d14b6a34.js';
5
+ import { o } from '../../style-map-15dde65e.js';
6
6
  import '../../tailwind-config.js';
7
- import 'node:fs';
8
- import 'node:path';
9
- import { c as cn } from '../../cn-01b2d42a.js';
7
+ import { c as cn } from '../../cn-90c03edf.js';
10
8
  import '../lukso-icon/index.js';
11
- import '../../bundle-mjs-fbc6e2a8.js';
12
9
  import '../../directive-2bb7789e.js';
13
10
 
14
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}";
@@ -149,12 +146,12 @@ let LuksoColorPicker = class extends TailwindStyledElement(style) {
149
146
  return x`
150
147
  <input
151
148
  .value=${this.value}
152
- name=${this.name ? this.name : A}
149
+ name=${this.name ? this.name : E}
153
150
  type="text"
154
- placeholder=${this.placeholder ? this.placeholder : A}
151
+ placeholder=${this.placeholder ? this.placeholder : E}
155
152
  ?autofocus=${this.autofocus}
156
153
  autocomplete="off"
157
- id=${this.id ? this.id : A}
154
+ id=${this.id ? this.id : E}
158
155
  data-testid=${this.name ? `input-${this.name}` : "input"}
159
156
  ?readonly=${this.isReadonly ? true : void 0}
160
157
  ?disabled=${this.isDisabled ? true : void 0}
@@ -196,7 +193,7 @@ let LuksoColorPicker = class extends TailwindStyledElement(style) {
196
193
  descriptionTemplate() {
197
194
  return x`
198
195
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
199
- ${this.description ?? A}
196
+ ${this.description ?? E}
200
197
  </div>
201
198
  `;
202
199
  }
@@ -293,13 +290,13 @@ let LuksoColorPicker = class extends TailwindStyledElement(style) {
293
290
  });
294
291
  return x`
295
292
  <div class="w-[inherit]">
296
- ${this.label ? this.labelTemplate() : A}
297
- ${this.description ? this.descriptionTemplate() : A}
293
+ ${this.label ? this.labelTemplate() : E}
294
+ ${this.description ? this.descriptionTemplate() : E}
298
295
  <div class=${wrapper()}>
299
296
  ${this.colorPickerTemplate(color(), colorInput())}
300
297
  <div class="relative w-full">${this.inputTemplate(input())}</div>
301
298
  </div>
302
- ${this.error ? this.errorTemplate() : A}
299
+ ${this.error ? this.errorTemplate() : E}
303
300
  </div>
304
301
  `;
305
302
  }
@@ -347,13 +344,13 @@ __decorateClass([
347
344
  n({ type: String })
348
345
  ], LuksoColorPicker.prototype, "size", 2);
349
346
  __decorateClass([
350
- t()
347
+ r()
351
348
  ], LuksoColorPicker.prototype, "hasFocus", 2);
352
349
  __decorateClass([
353
- t()
350
+ r()
354
351
  ], LuksoColorPicker.prototype, "hasHighlight", 2);
355
352
  LuksoColorPicker = __decorateClass([
356
- e("lukso-color-picker")
353
+ t("lukso-color-picker")
357
354
  ], LuksoColorPicker);
358
355
 
359
356
  export { LuksoColorPicker };
@@ -2,23 +2,20 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- require('../../index-6457c2f8.cjs');
6
- require('../../query-assigned-elements-d5e45650.cjs');
7
- require('../../index-1d3f4a5a.cjs');
5
+ require('../../index-dda1809d.cjs');
6
+ require('../../property-46482bf7.cjs');
7
+ require('../../index-2b104ecb.cjs');
8
8
  require('../lukso-icon/index.cjs');
9
- require('../../index-1b37efea.cjs');
9
+ require('../../index-9f282d35.cjs');
10
10
  require('../lukso-username/index.cjs');
11
- const components_luksoDropdown_index = require('../../index-73fbf718.cjs');
12
- require('../../bundle-mjs-d58a83c6.cjs');
13
- require('../../style-map-54c139bb.cjs');
11
+ const components_luksoDropdown_index = require('../../index-dbfb7d50.cjs');
12
+ require('../../style-map-552ab28f.cjs');
14
13
  require('../../directive-8278ab14.cjs');
15
14
  require('../lukso-image/index.cjs');
16
- require('../../state-d9fb972b.cjs');
17
- require('../../index-0917a814.cjs');
15
+ require('../../state-94c1d585.cjs');
16
+ require('../../index-f564f46f.cjs');
18
17
  require('../../tailwind-config.cjs');
19
- require('node:fs');
20
- require('node:path');
21
- require('../../cn-fc6d6aa9.cjs');
18
+ require('../../cn-b6daa995.cjs');
22
19
 
23
20
 
24
21
 
@@ -1,17 +1,14 @@
1
- import '../../index-0590cf31.js';
2
- import '../../query-assigned-elements-1c8c9e90.js';
3
- import '../../index-ca8e900d.js';
1
+ import '../../index-86a3fdc1.js';
2
+ import '../../property-140ef335.js';
3
+ import '../../index-d14b6a34.js';
4
4
  import '../lukso-icon/index.js';
5
- import '../../index-ffb387db.js';
5
+ import '../../index-30c74dfe.js';
6
6
  import '../lukso-username/index.js';
7
- export { L as LuksoDropdown } from '../../index-0fbcd7f4.js';
8
- import '../../bundle-mjs-fbc6e2a8.js';
9
- import '../../style-map-7a555e98.js';
7
+ export { L as LuksoDropdown } from '../../index-40811e43.js';
8
+ import '../../style-map-15dde65e.js';
10
9
  import '../../directive-2bb7789e.js';
11
10
  import '../lukso-image/index.js';
12
- import '../../state-b9ca4e74.js';
13
- import '../../index-adf2fc92.js';
11
+ import '../../state-876605e4.js';
12
+ import '../../index-eb08047e.js';
14
13
  import '../../tailwind-config.js';
15
- import 'node:fs';
16
- import 'node:path';
17
- import '../../cn-01b2d42a.js';
14
+ import '../../cn-90c03edf.js';
@@ -2,10 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6457c2f8.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
- const index = require('../../index-1d3f4a5a.cjs');
8
- require('../../bundle-mjs-d58a83c6.cjs');
5
+ const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
6
+ const property = require('../../property-46482bf7.cjs');
7
+ const index = require('../../index-2b104ecb.cjs');
9
8
 
10
9
  const style = ":host {\n display: block\n}";
11
10
 
@@ -88,23 +87,23 @@ exports.LuksoDropdownOption = class LuksoDropdownOption extends shared_tailwindE
88
87
  }
89
88
  };
90
89
  __decorateClass([
91
- queryAssignedElements.n({ type: Boolean, attribute: "is-readonly" })
90
+ property.n({ type: Boolean, attribute: "is-readonly" })
92
91
  ], exports.LuksoDropdownOption.prototype, "isReadonly", 2);
93
92
  __decorateClass([
94
- queryAssignedElements.n({ type: Boolean, attribute: "is-disabled" })
93
+ property.n({ type: Boolean, attribute: "is-disabled" })
95
94
  ], exports.LuksoDropdownOption.prototype, "isDisabled", 2);
96
95
  __decorateClass([
97
- queryAssignedElements.n({ type: Boolean, attribute: "is-selected" })
96
+ property.n({ type: Boolean, attribute: "is-selected" })
98
97
  ], exports.LuksoDropdownOption.prototype, "isSelected", 2);
99
98
  __decorateClass([
100
- queryAssignedElements.n({ type: Boolean, attribute: "is-active" })
99
+ property.n({ type: Boolean, attribute: "is-active" })
101
100
  ], exports.LuksoDropdownOption.prototype, "isActive", 2);
102
101
  __decorateClass([
103
- queryAssignedElements.n({ type: Boolean, attribute: "is-group" })
102
+ property.n({ type: Boolean, attribute: "is-group" })
104
103
  ], exports.LuksoDropdownOption.prototype, "isGroup", 2);
105
104
  __decorateClass([
106
- queryAssignedElements.n({ type: String })
105
+ property.n({ type: String })
107
106
  ], exports.LuksoDropdownOption.prototype, "size", 2);
108
107
  exports.LuksoDropdownOption = __decorateClass([
109
- queryAssignedElements.e("lukso-dropdown-option")
108
+ property.t("lukso-dropdown-option")
110
109
  ], exports.LuksoDropdownOption);
@@ -1,7 +1,6 @@
1
- import { T as TailwindStyledElement, x } from '../../index-0590cf31.js';
2
- import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
- import { c as ce } from '../../index-ca8e900d.js';
4
- import '../../bundle-mjs-fbc6e2a8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-86a3fdc1.js';
2
+ import { n, t } from '../../property-140ef335.js';
3
+ import { c as ce } from '../../index-d14b6a34.js';
5
4
 
6
5
  const style = ":host {\n display: block\n}";
7
6
 
@@ -102,7 +101,7 @@ __decorateClass([
102
101
  n({ type: String })
103
102
  ], LuksoDropdownOption.prototype, "size", 2);
104
103
  LuksoDropdownOption = __decorateClass([
105
- e("lukso-dropdown-option")
104
+ t("lukso-dropdown-option")
106
105
  ], LuksoDropdownOption);
107
106
 
108
107
  export { LuksoDropdownOption };
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6457c2f8.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
5
+ const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
6
+ const property = require('../../property-46482bf7.cjs');
7
7
 
8
8
  var __defProp = Object.defineProperty;
9
9
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -69,8 +69,8 @@ exports.LuksoFooter = class LuksoFooter extends shared_tailwindElement_index.Tai
69
69
  }
70
70
  };
71
71
  __decorateClass([
72
- queryAssignedElements.n({ type: String })
72
+ property.n({ type: String })
73
73
  ], exports.LuksoFooter.prototype, "providers", 2);
74
74
  exports.LuksoFooter = __decorateClass([
75
- queryAssignedElements.e("lukso-footer")
75
+ property.t("lukso-footer")
76
76
  ], exports.LuksoFooter);
@@ -1,5 +1,5 @@
1
- import { a as TailwindElement, x } from '../../index-0590cf31.js';
2
- import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
1
+ import { a as TailwindElement, x } from '../../index-86a3fdc1.js';
2
+ import { n, t } from '../../property-140ef335.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -68,7 +68,7 @@ __decorateClass([
68
68
  n({ type: String })
69
69
  ], LuksoFooter.prototype, "providers", 2);
70
70
  LuksoFooter = __decorateClass([
71
- e("lukso-footer")
71
+ t("lukso-footer")
72
72
  ], LuksoFooter);
73
73
 
74
74
  export { LuksoFooter };
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6457c2f8.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
- const styleMap = require('../../style-map-54c139bb.cjs');
5
+ const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
6
+ const property = require('../../property-46482bf7.cjs');
7
+ const styleMap = require('../../style-map-552ab28f.cjs');
8
8
  require('../../directive-8278ab14.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -7750,17 +7750,17 @@ exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.Tailwin
7750
7750
  }
7751
7751
  };
7752
7752
  __decorateClass([
7753
- queryAssignedElements.n({ type: String })
7753
+ property.n({ type: String })
7754
7754
  ], exports.LuksoIcon.prototype, "name", 2);
7755
7755
  __decorateClass([
7756
- queryAssignedElements.n({ type: String })
7756
+ property.n({ type: String })
7757
7757
  ], exports.LuksoIcon.prototype, "size", 2);
7758
7758
  __decorateClass([
7759
- queryAssignedElements.n({ type: String })
7759
+ property.n({ type: String })
7760
7760
  ], exports.LuksoIcon.prototype, "color", 2);
7761
7761
  __decorateClass([
7762
- queryAssignedElements.n({ type: String, attribute: "secondary-color" })
7762
+ property.n({ type: String, attribute: "secondary-color" })
7763
7763
  ], exports.LuksoIcon.prototype, "secondaryColor", 2);
7764
7764
  exports.LuksoIcon = __decorateClass([
7765
- queryAssignedElements.e("lukso-icon")
7765
+ property.t("lukso-icon")
7766
7766
  ], exports.LuksoIcon);
@@ -1,6 +1,6 @@
1
- import { x, T as TailwindStyledElement } from '../../index-0590cf31.js';
2
- import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
- import { o } from '../../style-map-7a555e98.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-86a3fdc1.js';
2
+ import { n, t } from '../../property-140ef335.js';
3
+ import { o } from '../../style-map-15dde65e.js';
4
4
  import '../../directive-2bb7789e.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -7758,7 +7758,7 @@ __decorateClass([
7758
7758
  n({ type: String, attribute: "secondary-color" })
7759
7759
  ], LuksoIcon.prototype, "secondaryColor", 2);
7760
7760
  LuksoIcon = __decorateClass([
7761
- e("lukso-icon")
7761
+ t("lukso-icon")
7762
7762
  ], LuksoIcon);
7763
7763
 
7764
7764
  export { LuksoIcon };
@@ -2,13 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6457c2f8.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
- const state = require('../../state-d9fb972b.cjs');
8
- const styleMap = require('../../style-map-54c139bb.cjs');
9
- const index = require('../../index-1d3f4a5a.cjs');
5
+ const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
6
+ const property = require('../../property-46482bf7.cjs');
7
+ const state = require('../../state-94c1d585.cjs');
8
+ const styleMap = require('../../style-map-552ab28f.cjs');
9
+ const index = require('../../index-2b104ecb.cjs');
10
10
  require('../../directive-8278ab14.cjs');
11
- require('../../bundle-mjs-d58a83c6.cjs');
12
11
 
13
12
  var __defProp = Object.defineProperty;
14
13
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -113,20 +112,20 @@ exports.LuksoImage = class LuksoImage extends shared_tailwindElement_index.Tailw
113
112
  }
114
113
  };
115
114
  __decorateClass([
116
- queryAssignedElements.n({ type: String })
115
+ property.n({ type: String })
117
116
  ], exports.LuksoImage.prototype, "src", 2);
118
117
  __decorateClass([
119
- queryAssignedElements.n({ type: String })
118
+ property.n({ type: String })
120
119
  ], exports.LuksoImage.prototype, "placeholder", 2);
121
120
  __decorateClass([
122
- state.t()
121
+ state.r()
123
122
  ], exports.LuksoImage.prototype, "isLoading", 2);
124
123
  __decorateClass([
125
- state.t()
124
+ state.r()
126
125
  ], exports.LuksoImage.prototype, "resolvedPlaceholder", 2);
127
126
  __decorateClass([
128
- state.t()
127
+ state.r()
129
128
  ], exports.LuksoImage.prototype, "hasError", 2);
130
129
  exports.LuksoImage = __decorateClass([
131
- queryAssignedElements.e("lukso-image")
130
+ property.t("lukso-image")
132
131
  ], exports.LuksoImage);
@@ -1,10 +1,9 @@
1
- import { a as TailwindElement, x } from '../../index-0590cf31.js';
2
- import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
- import { t } from '../../state-b9ca4e74.js';
4
- import { o } from '../../style-map-7a555e98.js';
5
- import { c as ce } from '../../index-ca8e900d.js';
1
+ import { a as TailwindElement, x } from '../../index-86a3fdc1.js';
2
+ import { n, t } from '../../property-140ef335.js';
3
+ import { r } from '../../state-876605e4.js';
4
+ import { o } from '../../style-map-15dde65e.js';
5
+ import { c as ce } from '../../index-d14b6a34.js';
6
6
  import '../../directive-2bb7789e.js';
7
- import '../../bundle-mjs-fbc6e2a8.js';
8
7
 
9
8
  var __defProp = Object.defineProperty;
10
9
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -115,16 +114,16 @@ __decorateClass([
115
114
  n({ type: String })
116
115
  ], LuksoImage.prototype, "placeholder", 2);
117
116
  __decorateClass([
118
- t()
117
+ r()
119
118
  ], LuksoImage.prototype, "isLoading", 2);
120
119
  __decorateClass([
121
- t()
120
+ r()
122
121
  ], LuksoImage.prototype, "resolvedPlaceholder", 2);
123
122
  __decorateClass([
124
- t()
123
+ r()
125
124
  ], LuksoImage.prototype, "hasError", 2);
126
125
  LuksoImage = __decorateClass([
127
- e("lukso-image")
126
+ t("lukso-image")
128
127
  ], LuksoImage);
129
128
 
130
129
  export { LuksoImage };