@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,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');
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
9
  require('../../tailwind-config.cjs');
10
- require('node:fs');
11
- require('node:path');
12
- const cn = require('../../cn-fc6d6aa9.cjs');
10
+ const cn = require('../../cn-b6daa995.cjs');
13
11
  require('../lukso-icon/index.cjs');
14
- require('../../bundle-mjs-d58a83c6.cjs');
15
- require('../../style-map-54c139bb.cjs');
12
+ require('../../style-map-552ab28f.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}";
@@ -177,18 +174,18 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
177
174
  inputTemplate(styles) {
178
175
  return shared_tailwindElement_index.x`
179
176
  <input
180
- name=${this.name ? this.name : shared_tailwindElement_index.A}
177
+ name=${this.name ? this.name : shared_tailwindElement_index.E}
181
178
  type=${this.type}
182
179
  .value=${this.value}
183
- placeholder=${this.placeholder ? this.placeholder : shared_tailwindElement_index.A}
180
+ placeholder=${this.placeholder ? this.placeholder : shared_tailwindElement_index.E}
184
181
  ?autofocus=${this.autofocus}
185
- min=${this.min ? this.min : shared_tailwindElement_index.A}
186
- max=${this.max ? this.max : shared_tailwindElement_index.A}
182
+ min=${this.min ? this.min : shared_tailwindElement_index.E}
183
+ max=${this.max ? this.max : shared_tailwindElement_index.E}
187
184
  autocomplete=${this.autocomplete}
188
- ref=${this.ref ? this.ref : shared_tailwindElement_index.A}
189
- id=${this.id ? this.id : shared_tailwindElement_index.A}
185
+ ref=${this.ref ? this.ref : shared_tailwindElement_index.E}
186
+ id=${this.id ? this.id : shared_tailwindElement_index.E}
190
187
  data-testid=${this.name ? `input-${this.name}` : "input"}
191
- accept=${this.accept ? this.accept : shared_tailwindElement_index.A}
188
+ accept=${this.accept ? this.accept : shared_tailwindElement_index.E}
192
189
  ?readonly=${this.isReadonly ? true : void 0}
193
190
  ?disabled=${this.isDisabled ? true : void 0}
194
191
  class=${cn.cn(styles, this.customClass)}
@@ -217,7 +214,7 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
217
214
  descriptionTemplate() {
218
215
  return shared_tailwindElement_index.x`
219
216
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
220
- ${this.description ?? shared_tailwindElement_index.A}
217
+ ${this.description ?? shared_tailwindElement_index.E}
221
218
  </div>
222
219
  `;
223
220
  }
@@ -395,98 +392,98 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
395
392
  });
396
393
  return shared_tailwindElement_index.x`
397
394
  <div class="w-[inherit]">
398
- ${this.label ? this.labelTemplate() : shared_tailwindElement_index.A}
399
- ${this.description ? this.descriptionTemplate() : shared_tailwindElement_index.A}
395
+ ${this.label ? this.labelTemplate() : shared_tailwindElement_index.E}
396
+ ${this.description ? this.descriptionTemplate() : shared_tailwindElement_index.E}
400
397
  <div class=${wrapper()}>
401
398
  <div class="relative w-[inherit]">
402
399
  ${this.inputTemplate(input())}
403
- ${this.rightIcon ? this.rightIconTemplate(rightIcon()) : shared_tailwindElement_index.A}
400
+ ${this.rightIcon ? this.rightIconTemplate(rightIcon()) : shared_tailwindElement_index.E}
404
401
  </div>
405
- ${this.unit ? this.unitTemplate(unit()) : shared_tailwindElement_index.A}
402
+ ${this.unit ? this.unitTemplate(unit()) : shared_tailwindElement_index.E}
406
403
  </div>
407
- ${this.error ? this.errorTemplate() : shared_tailwindElement_index.A}
404
+ ${this.error ? this.errorTemplate() : shared_tailwindElement_index.E}
408
405
  </div>
409
406
  `;
410
407
  }
411
408
  };
412
409
  __decorateClass([
413
- queryAssignedElements.n({ type: String })
410
+ property.n({ type: String })
414
411
  ], exports.LuksoInput.prototype, "value", 2);
415
412
  __decorateClass([
416
- queryAssignedElements.n({ type: String })
413
+ property.n({ type: String })
417
414
  ], exports.LuksoInput.prototype, "name", 2);
418
415
  __decorateClass([
419
- queryAssignedElements.n({ type: String })
416
+ property.n({ type: String })
420
417
  ], exports.LuksoInput.prototype, "type", 2);
421
418
  __decorateClass([
422
- queryAssignedElements.n({ type: String })
419
+ property.n({ type: String })
423
420
  ], exports.LuksoInput.prototype, "placeholder", 2);
424
421
  __decorateClass([
425
- queryAssignedElements.n({ type: String })
422
+ property.n({ type: String })
426
423
  ], exports.LuksoInput.prototype, "label", 2);
427
424
  __decorateClass([
428
- queryAssignedElements.n({ type: String })
425
+ property.n({ type: String })
429
426
  ], exports.LuksoInput.prototype, "autocomplete", 2);
430
427
  __decorateClass([
431
- queryAssignedElements.n({ type: String })
428
+ property.n({ type: String })
432
429
  ], exports.LuksoInput.prototype, "id", 2);
433
430
  __decorateClass([
434
- queryAssignedElements.n({ type: String })
431
+ property.n({ type: String })
435
432
  ], exports.LuksoInput.prototype, "ref", 2);
436
433
  __decorateClass([
437
- queryAssignedElements.n({ type: String })
434
+ property.n({ type: String })
438
435
  ], exports.LuksoInput.prototype, "accept", 2);
439
436
  __decorateClass([
440
- queryAssignedElements.n({ type: String })
437
+ property.n({ type: String })
441
438
  ], exports.LuksoInput.prototype, "description", 2);
442
439
  __decorateClass([
443
- queryAssignedElements.n({ type: String })
440
+ property.n({ type: String })
444
441
  ], exports.LuksoInput.prototype, "error", 2);
445
442
  __decorateClass([
446
- queryAssignedElements.n({ type: String })
443
+ property.n({ type: String })
447
444
  ], exports.LuksoInput.prototype, "unit", 2);
448
445
  __decorateClass([
449
- queryAssignedElements.n({ type: String, attribute: "custom-class" })
446
+ property.n({ type: String, attribute: "custom-class" })
450
447
  ], exports.LuksoInput.prototype, "customClass", 2);
451
448
  __decorateClass([
452
- queryAssignedElements.n({ type: Boolean, attribute: "is-full-width" })
449
+ property.n({ type: Boolean, attribute: "is-full-width" })
453
450
  ], exports.LuksoInput.prototype, "isFullWidth", 2);
454
451
  __decorateClass([
455
- queryAssignedElements.n({ type: Boolean, attribute: "is-readonly" })
452
+ property.n({ type: Boolean, attribute: "is-readonly" })
456
453
  ], exports.LuksoInput.prototype, "isReadonly", 2);
457
454
  __decorateClass([
458
- queryAssignedElements.n({ type: Boolean, attribute: "is-disabled" })
455
+ property.n({ type: Boolean, attribute: "is-disabled" })
459
456
  ], exports.LuksoInput.prototype, "isDisabled", 2);
460
457
  __decorateClass([
461
- queryAssignedElements.n({ type: Boolean })
458
+ property.n({ type: Boolean })
462
459
  ], exports.LuksoInput.prototype, "autofocus", 2);
463
460
  __decorateClass([
464
- queryAssignedElements.n({ type: Number })
461
+ property.n({ type: Number })
465
462
  ], exports.LuksoInput.prototype, "max", 2);
466
463
  __decorateClass([
467
- queryAssignedElements.n({ type: Number })
464
+ property.n({ type: Number })
468
465
  ], exports.LuksoInput.prototype, "min", 2);
469
466
  __decorateClass([
470
- queryAssignedElements.n({ type: Boolean })
467
+ property.n({ type: Boolean })
471
468
  ], exports.LuksoInput.prototype, "borderless", 2);
472
469
  __decorateClass([
473
- queryAssignedElements.n({ type: String })
470
+ property.n({ type: String })
474
471
  ], exports.LuksoInput.prototype, "size", 2);
475
472
  __decorateClass([
476
- queryAssignedElements.n({ type: String, attribute: "right-icon" })
473
+ property.n({ type: String, attribute: "right-icon" })
477
474
  ], exports.LuksoInput.prototype, "rightIcon", 2);
478
475
  __decorateClass([
479
- queryAssignedElements.n({ type: Boolean, attribute: "is-right-icon-clickable" })
476
+ property.n({ type: Boolean, attribute: "is-right-icon-clickable" })
480
477
  ], exports.LuksoInput.prototype, "isRightIconClickable", 2);
481
478
  __decorateClass([
482
- queryAssignedElements.n({ type: Boolean, attribute: "keep-focus-on-escape" })
479
+ property.n({ type: Boolean, attribute: "keep-focus-on-escape" })
483
480
  ], exports.LuksoInput.prototype, "keepFocusOnEscape", 2);
484
481
  __decorateClass([
485
- state.t()
482
+ state.r()
486
483
  ], exports.LuksoInput.prototype, "hasFocus", 2);
487
484
  __decorateClass([
488
- state.t()
485
+ state.r()
489
486
  ], exports.LuksoInput.prototype, "hasHighlight", 2);
490
487
  exports.LuksoInput = __decorateClass([
491
- queryAssignedElements.e("lukso-input")
488
+ property.t("lukso-input")
492
489
  ], exports.LuksoInput);
@@ -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';
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
5
  import '../../tailwind-config.js';
6
- import 'node:fs';
7
- import 'node:path';
8
- import { c as cn } from '../../cn-01b2d42a.js';
6
+ import { c as cn } from '../../cn-90c03edf.js';
9
7
  import '../lukso-icon/index.js';
10
- import '../../bundle-mjs-fbc6e2a8.js';
11
- import '../../style-map-7a555e98.js';
8
+ import '../../style-map-15dde65e.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}";
@@ -173,18 +170,18 @@ let LuksoInput = class extends TailwindStyledElement(style) {
173
170
  inputTemplate(styles) {
174
171
  return x`
175
172
  <input
176
- name=${this.name ? this.name : A}
173
+ name=${this.name ? this.name : E}
177
174
  type=${this.type}
178
175
  .value=${this.value}
179
- placeholder=${this.placeholder ? this.placeholder : A}
176
+ placeholder=${this.placeholder ? this.placeholder : E}
180
177
  ?autofocus=${this.autofocus}
181
- min=${this.min ? this.min : A}
182
- max=${this.max ? this.max : A}
178
+ min=${this.min ? this.min : E}
179
+ max=${this.max ? this.max : E}
183
180
  autocomplete=${this.autocomplete}
184
- ref=${this.ref ? this.ref : A}
185
- id=${this.id ? this.id : A}
181
+ ref=${this.ref ? this.ref : E}
182
+ id=${this.id ? this.id : E}
186
183
  data-testid=${this.name ? `input-${this.name}` : "input"}
187
- accept=${this.accept ? this.accept : A}
184
+ accept=${this.accept ? this.accept : E}
188
185
  ?readonly=${this.isReadonly ? true : void 0}
189
186
  ?disabled=${this.isDisabled ? true : void 0}
190
187
  class=${cn(styles, this.customClass)}
@@ -213,7 +210,7 @@ let LuksoInput = class extends TailwindStyledElement(style) {
213
210
  descriptionTemplate() {
214
211
  return x`
215
212
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
216
- ${this.description ?? A}
213
+ ${this.description ?? E}
217
214
  </div>
218
215
  `;
219
216
  }
@@ -391,16 +388,16 @@ let LuksoInput = class extends TailwindStyledElement(style) {
391
388
  });
392
389
  return x`
393
390
  <div class="w-[inherit]">
394
- ${this.label ? this.labelTemplate() : A}
395
- ${this.description ? this.descriptionTemplate() : A}
391
+ ${this.label ? this.labelTemplate() : E}
392
+ ${this.description ? this.descriptionTemplate() : E}
396
393
  <div class=${wrapper()}>
397
394
  <div class="relative w-[inherit]">
398
395
  ${this.inputTemplate(input())}
399
- ${this.rightIcon ? this.rightIconTemplate(rightIcon()) : A}
396
+ ${this.rightIcon ? this.rightIconTemplate(rightIcon()) : E}
400
397
  </div>
401
- ${this.unit ? this.unitTemplate(unit()) : A}
398
+ ${this.unit ? this.unitTemplate(unit()) : E}
402
399
  </div>
403
- ${this.error ? this.errorTemplate() : A}
400
+ ${this.error ? this.errorTemplate() : E}
404
401
  </div>
405
402
  `;
406
403
  }
@@ -478,13 +475,13 @@ __decorateClass([
478
475
  n({ type: Boolean, attribute: "keep-focus-on-escape" })
479
476
  ], LuksoInput.prototype, "keepFocusOnEscape", 2);
480
477
  __decorateClass([
481
- t()
478
+ r()
482
479
  ], LuksoInput.prototype, "hasFocus", 2);
483
480
  __decorateClass([
484
- t()
481
+ r()
485
482
  ], LuksoInput.prototype, "hasHighlight", 2);
486
483
  LuksoInput = __decorateClass([
487
- e("lukso-input")
484
+ t("lukso-input")
488
485
  ], LuksoInput);
489
486
 
490
487
  export { LuksoInput };
@@ -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
  var __defProp = Object.defineProperty;
11
10
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -98,14 +97,14 @@ exports.LuksoModal = class LuksoModal extends shared_tailwindElement_index.Tailw
98
97
  }
99
98
  };
100
99
  __decorateClass([
101
- queryAssignedElements.n({ type: Boolean, attribute: "is-open" })
100
+ property.n({ type: Boolean, attribute: "is-open" })
102
101
  ], exports.LuksoModal.prototype, "isOpen", 2);
103
102
  __decorateClass([
104
- queryAssignedElements.n({ type: Boolean, attribute: "disable-animations" })
103
+ property.n({ type: Boolean, attribute: "disable-animations" })
105
104
  ], exports.LuksoModal.prototype, "disableAnimations", 2);
106
105
  __decorateClass([
107
- queryAssignedElements.n({ type: String })
106
+ property.n({ type: String })
108
107
  ], exports.LuksoModal.prototype, "size", 2);
109
108
  exports.LuksoModal = __decorateClass([
110
- queryAssignedElements.e("lukso-modal")
109
+ property.t("lukso-modal")
111
110
  ], exports.LuksoModal);
@@ -1,7 +1,6 @@
1
- import { a as TailwindElement, 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 { a as TailwindElement, 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
  var __defProp = Object.defineProperty;
7
6
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -103,7 +102,7 @@ __decorateClass([
103
102
  n({ type: String })
104
103
  ], LuksoModal.prototype, "size", 2);
105
104
  LuksoModal = __decorateClass([
106
- e("lukso-modal")
105
+ t("lukso-modal")
107
106
  ], LuksoModal);
108
107
 
109
108
  export { LuksoModal };
@@ -2,16 +2,15 @@
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');
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
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-tag/index.cjs');
11
- require('../../bundle-mjs-d58a83c6.cjs');
12
- require('../../style-map-54c139bb.cjs');
11
+ require('../../style-map-552ab28f.cjs');
13
12
  require('../../directive-8278ab14.cjs');
14
- require('../../index-0917a814.cjs');
13
+ require('../../index-f564f46f.cjs');
15
14
 
16
15
  var __defProp = Object.defineProperty;
17
16
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -202,7 +201,7 @@ exports.LuksoNavbar = class LuksoNavbar extends shared_tailwindElement_index.Tai
202
201
  </div>
203
202
  ${this.isTestnet ? shared_tailwindElement_index.x`<lukso-tag background-color="yellow-65" class="ml-2">
204
203
  TESTNET
205
- </lukso-tag>` : shared_tailwindElement_index.A}
204
+ </lukso-tag>` : shared_tailwindElement_index.E}
206
205
  </div>
207
206
  ${this.icon ? shared_tailwindElement_index.x`<div
208
207
  class="flex border-l border-l-purple-82 h-7 items-center pl-3 ml-3"
@@ -213,45 +212,45 @@ exports.LuksoNavbar = class LuksoNavbar extends shared_tailwindElement_index.Tai
213
212
  color="purple-51"
214
213
  @click=${this.handleIconClick}
215
214
  ></lukso-icon>
216
- </div>` : shared_tailwindElement_index.A}
215
+ </div>` : shared_tailwindElement_index.E}
217
216
  </div>
218
- ${this.isCenter ? shared_tailwindElement_index.A : this.desktopCenterTemplate(styles)}
219
- ${this.isCenter ? shared_tailwindElement_index.A : this.hasMenu ? shared_tailwindElement_index.x`${this.desktopMenuTemplate(styles)}
220
- ${this.mobileMenuTemplate(styles)}` : shared_tailwindElement_index.A}
217
+ ${this.isCenter ? shared_tailwindElement_index.E : this.desktopCenterTemplate(styles)}
218
+ ${this.isCenter ? shared_tailwindElement_index.E : this.hasMenu ? shared_tailwindElement_index.x`${this.desktopMenuTemplate(styles)}
219
+ ${this.mobileMenuTemplate(styles)}` : shared_tailwindElement_index.E}
221
220
  </nav>
222
221
  `;
223
222
  }
224
223
  };
225
224
  __decorateClass([
226
- queryAssignedElements.n({ type: String })
225
+ property.n({ type: String })
227
226
  ], exports.LuksoNavbar.prototype, "title", 2);
228
227
  __decorateClass([
229
- queryAssignedElements.n({ type: Boolean, attribute: "is-center" })
228
+ property.n({ type: Boolean, attribute: "is-center" })
230
229
  ], exports.LuksoNavbar.prototype, "isCenter", 2);
231
230
  __decorateClass([
232
- queryAssignedElements.n({ type: Boolean, attribute: "is-sticky" })
231
+ property.n({ type: Boolean, attribute: "is-sticky" })
233
232
  ], exports.LuksoNavbar.prototype, "isSticky", 2);
234
233
  __decorateClass([
235
- queryAssignedElements.n({ type: Boolean, attribute: "is-transparent" })
234
+ property.n({ type: Boolean, attribute: "is-transparent" })
236
235
  ], exports.LuksoNavbar.prototype, "isTransparent", 2);
237
236
  __decorateClass([
238
- queryAssignedElements.n({ type: Boolean, attribute: "is-testnet" })
237
+ property.n({ type: Boolean, attribute: "is-testnet" })
239
238
  ], exports.LuksoNavbar.prototype, "isTestnet", 2);
240
239
  __decorateClass([
241
- queryAssignedElements.n({ type: String })
240
+ property.n({ type: String })
242
241
  ], exports.LuksoNavbar.prototype, "icon", 2);
243
242
  __decorateClass([
244
- queryAssignedElements.n({ type: Boolean, attribute: "has-menu" })
243
+ property.n({ type: Boolean, attribute: "has-menu" })
245
244
  ], exports.LuksoNavbar.prototype, "hasMenu", 2);
246
245
  __decorateClass([
247
- queryAssignedElements.n({ type: String, attribute: "logo-url" })
246
+ property.n({ type: String, attribute: "logo-url" })
248
247
  ], exports.LuksoNavbar.prototype, "logoUrl", 2);
249
248
  __decorateClass([
250
- queryAssignedElements.n({ type: String, attribute: "mobile-breakpoint" })
249
+ property.n({ type: String, attribute: "mobile-breakpoint" })
251
250
  ], exports.LuksoNavbar.prototype, "mobileBreakpoint", 2);
252
251
  __decorateClass([
253
- state.t()
252
+ state.r()
254
253
  ], exports.LuksoNavbar.prototype, "isMenuOpen", 2);
255
254
  exports.LuksoNavbar = __decorateClass([
256
- queryAssignedElements.e("lukso-navbar")
255
+ property.t("lukso-navbar")
257
256
  ], exports.LuksoNavbar);
@@ -1,13 +1,12 @@
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';
4
- import { c as ce } from '../../index-ca8e900d.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
+ import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-tag/index.js';
7
- import '../../bundle-mjs-fbc6e2a8.js';
8
- import '../../style-map-7a555e98.js';
7
+ import '../../style-map-15dde65e.js';
9
8
  import '../../directive-2bb7789e.js';
10
- import '../../index-adf2fc92.js';
9
+ import '../../index-eb08047e.js';
11
10
 
12
11
  var __defProp = Object.defineProperty;
13
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -198,7 +197,7 @@ let LuksoNavbar = class extends TailwindElement {
198
197
  </div>
199
198
  ${this.isTestnet ? x`<lukso-tag background-color="yellow-65" class="ml-2">
200
199
  TESTNET
201
- </lukso-tag>` : A}
200
+ </lukso-tag>` : E}
202
201
  </div>
203
202
  ${this.icon ? x`<div
204
203
  class="flex border-l border-l-purple-82 h-7 items-center pl-3 ml-3"
@@ -209,11 +208,11 @@ let LuksoNavbar = class extends TailwindElement {
209
208
  color="purple-51"
210
209
  @click=${this.handleIconClick}
211
210
  ></lukso-icon>
212
- </div>` : A}
211
+ </div>` : E}
213
212
  </div>
214
- ${this.isCenter ? A : this.desktopCenterTemplate(styles)}
215
- ${this.isCenter ? A : this.hasMenu ? x`${this.desktopMenuTemplate(styles)}
216
- ${this.mobileMenuTemplate(styles)}` : A}
213
+ ${this.isCenter ? E : this.desktopCenterTemplate(styles)}
214
+ ${this.isCenter ? E : this.hasMenu ? x`${this.desktopMenuTemplate(styles)}
215
+ ${this.mobileMenuTemplate(styles)}` : E}
217
216
  </nav>
218
217
  `;
219
218
  }
@@ -246,10 +245,10 @@ __decorateClass([
246
245
  n({ type: String, attribute: "mobile-breakpoint" })
247
246
  ], LuksoNavbar.prototype, "mobileBreakpoint", 2);
248
247
  __decorateClass([
249
- t()
248
+ r()
250
249
  ], LuksoNavbar.prototype, "isMenuOpen", 2);
251
250
  LuksoNavbar = __decorateClass([
252
- e("lukso-navbar")
251
+ t("lukso-navbar")
253
252
  ], LuksoNavbar);
254
253
 
255
254
  export { LuksoNavbar };
@@ -2,19 +2,16 @@
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');
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
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-button/index.cjs');
11
- require('../../bundle-mjs-d58a83c6.cjs');
12
- require('../../style-map-54c139bb.cjs');
11
+ require('../../style-map-552ab28f.cjs');
13
12
  require('../../directive-8278ab14.cjs');
14
13
  require('../../tailwind-config.cjs');
15
- require('node:fs');
16
- require('node:path');
17
- require('../../cn-fc6d6aa9.cjs');
14
+ require('../../cn-b6daa995.cjs');
18
15
 
19
16
  const style = ":host {\n display: inline-flex\n}";
20
17
 
@@ -194,23 +191,23 @@ exports.LuksoPagination = class LuksoPagination extends shared_tailwindElement_i
194
191
  }
195
192
  };
196
193
  __decorateClass([
197
- queryAssignedElements.n({ type: String })
194
+ property.n({ type: String })
198
195
  ], exports.LuksoPagination.prototype, "variant", 2);
199
196
  __decorateClass([
200
- queryAssignedElements.n({ type: String })
197
+ property.n({ type: String })
201
198
  ], exports.LuksoPagination.prototype, "size", 2);
202
199
  __decorateClass([
203
- queryAssignedElements.n({ type: Number, attribute: "current-page" })
200
+ property.n({ type: Number, attribute: "current-page" })
204
201
  ], exports.LuksoPagination.prototype, "currentPage", 2);
205
202
  __decorateClass([
206
- queryAssignedElements.n({ type: Number, attribute: "total-pages" })
203
+ property.n({ type: Number, attribute: "total-pages" })
207
204
  ], exports.LuksoPagination.prototype, "totalPages", 2);
208
205
  __decorateClass([
209
- queryAssignedElements.n({ type: Boolean, attribute: "is-mobile" })
206
+ property.n({ type: Boolean, attribute: "is-mobile" })
210
207
  ], exports.LuksoPagination.prototype, "isMobile", 2);
211
208
  __decorateClass([
212
- state.t()
209
+ state.r()
213
210
  ], exports.LuksoPagination.prototype, "pagination", 2);
214
211
  exports.LuksoPagination = __decorateClass([
215
- queryAssignedElements.e("lukso-pagination")
212
+ property.t("lukso-pagination")
216
213
  ], exports.LuksoPagination);
@@ -1,16 +1,13 @@
1
- import { T as TailwindStyledElement, x } 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';
1
+ import { T as TailwindStyledElement, x } 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
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-button/index.js';
7
- import '../../bundle-mjs-fbc6e2a8.js';
8
- import '../../style-map-7a555e98.js';
7
+ import '../../style-map-15dde65e.js';
9
8
  import '../../directive-2bb7789e.js';
10
9
  import '../../tailwind-config.js';
11
- import 'node:fs';
12
- import 'node:path';
13
- import '../../cn-01b2d42a.js';
10
+ import '../../cn-90c03edf.js';
14
11
 
15
12
  const style = ":host {\n display: inline-flex\n}";
16
13
 
@@ -205,10 +202,10 @@ __decorateClass([
205
202
  n({ type: Boolean, attribute: "is-mobile" })
206
203
  ], LuksoPagination.prototype, "isMobile", 2);
207
204
  __decorateClass([
208
- t()
205
+ r()
209
206
  ], LuksoPagination.prototype, "pagination", 2);
210
207
  LuksoPagination = __decorateClass([
211
- e("lukso-pagination")
208
+ t("lukso-pagination")
212
209
  ], LuksoPagination);
213
210
 
214
211
  export { LuksoPagination };
@@ -2,14 +2,13 @@
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
- const components_luksoProfile_index = require('../../index-1b37efea.cjs');
8
- require('../../index-1d3f4a5a.cjs');
5
+ require('../../index-dda1809d.cjs');
6
+ require('../../property-46482bf7.cjs');
7
+ const components_luksoProfile_index = require('../../index-9f282d35.cjs');
8
+ require('../../index-2b104ecb.cjs');
9
9
  require('../lukso-image/index.cjs');
10
- require('../../bundle-mjs-d58a83c6.cjs');
11
- require('../../state-d9fb972b.cjs');
12
- require('../../style-map-54c139bb.cjs');
10
+ require('../../state-94c1d585.cjs');
11
+ require('../../style-map-552ab28f.cjs');
13
12
  require('../../directive-8278ab14.cjs');
14
13
 
15
14
 
@@ -1,9 +1,8 @@
1
- import '../../index-0590cf31.js';
2
- import '../../query-assigned-elements-1c8c9e90.js';
3
- export { L as LuksoProfile } from '../../index-ffb387db.js';
4
- import '../../index-ca8e900d.js';
1
+ import '../../index-86a3fdc1.js';
2
+ import '../../property-140ef335.js';
3
+ export { L as LuksoProfile } from '../../index-30c74dfe.js';
4
+ import '../../index-d14b6a34.js';
5
5
  import '../lukso-image/index.js';
6
- import '../../bundle-mjs-fbc6e2a8.js';
7
- import '../../state-b9ca4e74.js';
8
- import '../../style-map-7a555e98.js';
6
+ import '../../state-876605e4.js';
7
+ import '../../style-map-15dde65e.js';
9
8
  import '../../directive-2bb7789e.js';