@lukso/web-components 1.41.0 → 1.43.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 (87) hide show
  1. package/dist/components/index.cjs +7 -6
  2. package/dist/components/index.js +7 -6
  3. package/dist/components/lukso-button/index.cjs +21 -20
  4. package/dist/components/lukso-button/index.js +5 -4
  5. package/dist/components/lukso-card/index.cjs +48 -54
  6. package/dist/components/lukso-card/index.d.ts.map +1 -1
  7. package/dist/components/lukso-card/index.js +38 -44
  8. package/dist/components/lukso-checkbox/index.cjs +16 -15
  9. package/dist/components/lukso-checkbox/index.js +5 -4
  10. package/dist/components/lukso-footer/index.cjs +39 -27
  11. package/dist/components/lukso-footer/index.d.ts +2 -0
  12. package/dist/components/lukso-footer/index.d.ts.map +1 -1
  13. package/dist/components/lukso-footer/index.js +39 -27
  14. package/dist/components/lukso-footer/lukso-footer.stories.d.ts +2 -0
  15. package/dist/components/lukso-footer/lukso-footer.stories.d.ts.map +1 -1
  16. package/dist/components/lukso-icon/index.cjs +9 -8
  17. package/dist/components/lukso-icon/index.js +4 -3
  18. package/dist/components/lukso-input/index.cjs +26 -25
  19. package/dist/components/lukso-input/index.js +5 -4
  20. package/dist/components/lukso-modal/index.cjs +7 -6
  21. package/dist/components/lukso-modal/index.js +4 -3
  22. package/dist/components/lukso-navbar/index.cjs +15 -14
  23. package/dist/components/lukso-navbar/index.js +6 -5
  24. package/dist/components/lukso-profile/index.cjs +10 -9
  25. package/dist/components/lukso-profile/index.js +5 -4
  26. package/dist/components/lukso-progress/index.cjs +10 -9
  27. package/dist/components/lukso-progress/index.js +5 -4
  28. package/dist/components/lukso-sanitize/index.cjs +7 -6
  29. package/dist/components/lukso-sanitize/index.js +3 -2
  30. package/dist/components/lukso-search/index.cjs +105 -55
  31. package/dist/components/lukso-search/index.d.ts +17 -12
  32. package/dist/components/lukso-search/index.d.ts.map +1 -1
  33. package/dist/components/lukso-search/index.js +85 -35
  34. package/dist/components/lukso-search/lukso-search.stories.d.ts.map +1 -1
  35. package/dist/components/lukso-share/index.cjs +24 -15
  36. package/dist/components/lukso-share/index.d.ts +8 -2
  37. package/dist/components/lukso-share/index.d.ts.map +1 -1
  38. package/dist/components/lukso-share/index.js +23 -14
  39. package/dist/components/lukso-share/lukso-share.stories.d.ts +5 -1
  40. package/dist/components/lukso-share/lukso-share.stories.d.ts.map +1 -1
  41. package/dist/components/lukso-switch/index.cjs +9 -8
  42. package/dist/components/lukso-switch/index.js +5 -4
  43. package/dist/components/lukso-tag/index.cjs +10 -9
  44. package/dist/components/lukso-tag/index.js +5 -4
  45. package/dist/components/lukso-terms/index.cjs +9 -7
  46. package/dist/components/lukso-terms/index.d.ts.map +1 -1
  47. package/dist/components/lukso-terms/index.js +7 -5
  48. package/dist/components/lukso-test/index.cjs +10 -9
  49. package/dist/components/lukso-test/index.js +4 -3
  50. package/dist/components/lukso-username/index.cjs +16 -15
  51. package/dist/components/lukso-username/index.js +5 -4
  52. package/dist/components/lukso-wizard/index.cjs +10 -9
  53. package/dist/components/lukso-wizard/index.js +5 -4
  54. package/dist/directive-2bb7789e.js +8 -0
  55. package/dist/directive-8278ab14.cjs +12 -0
  56. package/dist/{directive-helpers-1affe406.js → directive-helpers-422da386.js} +1 -1
  57. package/dist/{directive-helpers-e70702eb.cjs → directive-helpers-b2851157.cjs} +1 -1
  58. package/dist/index-5b6b1166.js +59 -0
  59. package/dist/{index-714323c9.js → index-5e194caf.js} +1 -1
  60. package/dist/index-7ef6f8a1.cjs +67 -0
  61. package/dist/{index-7dc05ee5.cjs → index-e9668573.cjs} +2 -2
  62. package/dist/index.cjs +7 -6
  63. package/dist/index.js +7 -6
  64. package/dist/query-assigned-elements-5200f974.cjs +24 -0
  65. package/dist/query-assigned-elements-e36df787.js +21 -0
  66. package/dist/shared/tailwind-element/index.cjs +1 -1
  67. package/dist/shared/tailwind-element/index.js +1 -1
  68. package/dist/{state-7fde94d1.js → state-02a92ffa.js} +1 -1
  69. package/dist/state-51b50a6b.cjs +11 -0
  70. package/dist/{style-map-5173bb70.js → style-map-6cdbbb8b.js} +2 -2
  71. package/dist/style-map-c00f9dd9.cjs +12 -0
  72. package/package.json +1 -1
  73. package/tailwind.config.cjs +1 -0
  74. package/tools/assets/images/social-discord.svg +4 -1
  75. package/tools/assets/images/social-github.svg +11 -1
  76. package/tools/assets/images/social-instagram.svg +6 -1
  77. package/tools/assets/images/social-linkedin.svg +4 -1
  78. package/tools/assets/images/social-medium.svg +6 -1
  79. package/tools/assets/images/social-reddit.svg +11 -1
  80. package/tools/assets/images/social-telegram.svg +4 -1
  81. package/tools/assets/images/social-twitter.svg +4 -1
  82. package/dist/directive-9ec64c08.js +0 -28
  83. package/dist/directive-db00f5fb.cjs +0 -34
  84. package/dist/index-9dfdafd2.js +0 -59
  85. package/dist/index-e765f94b.cjs +0 -67
  86. package/dist/state-a62a7d5d.cjs +0 -11
  87. package/dist/style-map-3a049df9.cjs +0 -12
@@ -1,5 +1,7 @@
1
1
  import { TailwindElement } from '../../shared/tailwind-element';
2
+ import { Provider } from '../../components/lukso-share';
2
3
  export declare class LuksoFooter extends TailwindElement {
4
+ providers: Provider[];
3
5
  render(): import("lit").TemplateResult<1>;
4
6
  }
5
7
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-footer/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAC3D,OAAO,0BAA0B,CAAA;AAEjC,qBACa,WAAY,SAAQ,eAAe;IAC9C,MAAM;CAiCP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-footer/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAC3D,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAA;AAEnD,qBACa,WAAY,SAAQ,eAAe;IAE9C,SAAS,EAAE,QAAQ,EAAE,CASpB;IAED,MAAM;CA8BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
@@ -1,7 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-9dfdafd2.js';
2
- import { a as e } from '../../directive-9ec64c08.js';
1
+ import { a as TailwindElement, x } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
3
  import '../lukso-share/index.js';
4
- import '../../index-714323c9.js';
5
4
 
6
5
  var __defProp = Object.defineProperty;
7
6
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -15,42 +14,55 @@ var __decorateClass = (decorators, target, key, kind) => {
15
14
  return result;
16
15
  };
17
16
  let LuksoFooter = class extends TailwindElement {
17
+ constructor() {
18
+ super(...arguments);
19
+ this.providers = [
20
+ "twitter",
21
+ "instagram",
22
+ "linkedin",
23
+ "telegram",
24
+ "discord",
25
+ "reddit",
26
+ "medium",
27
+ "github"
28
+ ];
29
+ }
18
30
  render() {
19
31
  return x`
20
32
  <footer class="bg-neutral-100">
21
33
  <div
22
- class="p-10 grid gap-12 items-center lg:grid-cols-[auto,max-content]"
23
- >
24
- <slot name="top"></slot>
25
- <div className="flex lg:justify-end">
26
- <lukso-share></lukso-share>
27
- </div>
28
- </div>
29
- <div
30
- class="grid sm:grid-cols-[max-content,auto] px-10 py-6 bg-neutral-95 gap-8"
34
+ class="p-10 grid gap-8 items-center lg:grid-cols-[auto,max-content]"
31
35
  >
32
- <slot name="bottom"></slot>
33
- <div class="flex sm:justify-end">
34
- <a
35
- href="https://lukso.network/"
36
- target="_blank"
37
- class="sm:text-right opacity-50 text-neutral-30"
38
- >
39
- <span class="paragraph-inter-10-semi-bold">Powered by</span>
40
- <img
41
- src="/assets/images/lukso-logo.svg"
42
- alt="LUKSO"
43
- class="h-4"
44
- />
45
- </a>
36
+ <slot name="links"></slot>
37
+ <div class="flex sm:justify-between gap-4 flex-col sm:flex-row">
38
+ <lukso-share
39
+ providers=${JSON.stringify(this.providers)}
40
+ ></lukso-share>
41
+ <div class="flex sm:ml-8 sm:justify-end">
42
+ <a
43
+ href="https://lukso.network/"
44
+ target="_blank"
45
+ class="flex flex-col opacity-50 text-neutral-30 transition-opacity hover:opacity-80 sm:text-right"
46
+ >
47
+ <span class="paragraph-inter-10-semi-bold">Powered by</span>
48
+ <img
49
+ src="/assets/images/lukso-logo.svg"
50
+ alt="LUKSO"
51
+ class="h-4"
52
+ />
53
+ </a>
54
+ </div>
46
55
  </div>
47
56
  </div>
48
57
  </footer>
49
58
  `;
50
59
  }
51
60
  };
61
+ __decorateClass([
62
+ e({ type: Array })
63
+ ], LuksoFooter.prototype, "providers", 2);
52
64
  LuksoFooter = __decorateClass([
53
- e("lukso-footer")
65
+ e$1("lukso-footer")
54
66
  ], LuksoFooter);
55
67
 
56
68
  export { LuksoFooter };
@@ -4,4 +4,6 @@ declare const meta: Meta;
4
4
  export default meta;
5
5
  /** Example of default footer. */
6
6
  export declare const DefaultFooter: any;
7
+ /** With `providers` attribute pick only providers that you want, you can also control order this way. Use `JSON.stringify` to encode `array`. */
8
+ export declare const LimitProviders: any;
7
9
  //# sourceMappingURL=lukso-footer.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lukso-footer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-footer/lukso-footer.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAEhD,OAAO,SAAS,CAAA;AAEhB,8HAA8H;AAC9H,QAAA,MAAM,IAAI,EAAE,IAcX,CAAA;AAED,eAAe,IAAI,CAAA;AAiCnB,kCAAkC;AAClC,eAAO,MAAM,aAAa,KAAoB,CAAA"}
1
+ {"version":3,"file":"lukso-footer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-footer/lukso-footer.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAEhD,OAAO,SAAS,CAAA;AAEhB,8HAA8H;AAC9H,QAAA,MAAM,IAAI,EAAE,IAyBX,CAAA;AAED,eAAe,IAAI,CAAA;AAiDnB,kCAAkC;AAClC,eAAO,MAAM,aAAa,KAAoB,CAAA;AAE9C,iJAAiJ;AACjJ,eAAO,MAAM,cAAc,KAAoB,CAAA"}
@@ -2,9 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-3a049df9.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const styleMap = require('../../style-map-c00f9dd9.cjs');
8
+ require('../../directive-8278ab14.cjs');
8
9
 
9
10
  const style = ":host {\n display: inline-flex\n}";
10
11
 
@@ -4802,17 +4803,17 @@ exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.Tailwin
4802
4803
  }
4803
4804
  };
4804
4805
  __decorateClass([
4805
- directive.e({ type: String })
4806
+ queryAssignedElements.e({ type: String })
4806
4807
  ], exports.LuksoIcon.prototype, "name", 2);
4807
4808
  __decorateClass([
4808
- directive.e({ type: String })
4809
+ queryAssignedElements.e({ type: String })
4809
4810
  ], exports.LuksoIcon.prototype, "size", 2);
4810
4811
  __decorateClass([
4811
- directive.e({ type: String })
4812
+ queryAssignedElements.e({ type: String })
4812
4813
  ], exports.LuksoIcon.prototype, "color", 2);
4813
4814
  __decorateClass([
4814
- directive.e({ type: String, attribute: "secondary-color" })
4815
+ queryAssignedElements.e({ type: String, attribute: "secondary-color" })
4815
4816
  ], exports.LuksoIcon.prototype, "secondaryColor", 2);
4816
4817
  exports.LuksoIcon = __decorateClass([
4817
- directive.e$1("lukso-icon")
4818
+ queryAssignedElements.e$1("lukso-icon")
4818
4819
  ], exports.LuksoIcon);
@@ -1,6 +1,7 @@
1
- import { x, T as TailwindStyledElement } from '../../index-9dfdafd2.js';
2
- import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-5173bb70.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
+ import { o } from '../../style-map-6cdbbb8b.js';
4
+ import '../../directive-2bb7789e.js';
4
5
 
5
6
  const style = ":host {\n display: inline-flex\n}";
6
7
 
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
7
- const state = require('../../state-a62a7d5d.cjs');
8
- const index = require('../../index-7dc05ee5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const state = require('../../state-51b50a6b.cjs');
8
+ const index = require('../../index-e9668573.cjs');
9
+ require('../../directive-8278ab14.cjs');
9
10
 
10
11
  var __defProp = Object.defineProperty;
11
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -248,64 +249,64 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
248
249
  }
249
250
  };
250
251
  __decorateClass([
251
- directive.e({ type: String })
252
+ queryAssignedElements.e({ type: String })
252
253
  ], exports.LuksoInput.prototype, "value", 2);
253
254
  __decorateClass([
254
- directive.e({ type: String })
255
+ queryAssignedElements.e({ type: String })
255
256
  ], exports.LuksoInput.prototype, "name", 2);
256
257
  __decorateClass([
257
- directive.e({ type: String })
258
+ queryAssignedElements.e({ type: String })
258
259
  ], exports.LuksoInput.prototype, "type", 2);
259
260
  __decorateClass([
260
- directive.e({ type: String })
261
+ queryAssignedElements.e({ type: String })
261
262
  ], exports.LuksoInput.prototype, "placeholder", 2);
262
263
  __decorateClass([
263
- directive.e({ type: String })
264
+ queryAssignedElements.e({ type: String })
264
265
  ], exports.LuksoInput.prototype, "label", 2);
265
266
  __decorateClass([
266
- directive.e({ type: String })
267
+ queryAssignedElements.e({ type: String })
267
268
  ], exports.LuksoInput.prototype, "autocomplete", 2);
268
269
  __decorateClass([
269
- directive.e({ type: String })
270
+ queryAssignedElements.e({ type: String })
270
271
  ], exports.LuksoInput.prototype, "id", 2);
271
272
  __decorateClass([
272
- directive.e({ type: String })
273
+ queryAssignedElements.e({ type: String })
273
274
  ], exports.LuksoInput.prototype, "ref", 2);
274
275
  __decorateClass([
275
- directive.e({ type: String })
276
+ queryAssignedElements.e({ type: String })
276
277
  ], exports.LuksoInput.prototype, "accept", 2);
277
278
  __decorateClass([
278
- directive.e({ type: String })
279
+ queryAssignedElements.e({ type: String })
279
280
  ], exports.LuksoInput.prototype, "description", 2);
280
281
  __decorateClass([
281
- directive.e({ type: String })
282
+ queryAssignedElements.e({ type: String })
282
283
  ], exports.LuksoInput.prototype, "error", 2);
283
284
  __decorateClass([
284
- directive.e({ type: String })
285
+ queryAssignedElements.e({ type: String })
285
286
  ], exports.LuksoInput.prototype, "unit", 2);
286
287
  __decorateClass([
287
- directive.e({ type: String, attribute: "custom-class" })
288
+ queryAssignedElements.e({ type: String, attribute: "custom-class" })
288
289
  ], exports.LuksoInput.prototype, "customClass", 2);
289
290
  __decorateClass([
290
- directive.e({ type: Boolean, attribute: "is-full-width" })
291
+ queryAssignedElements.e({ type: Boolean, attribute: "is-full-width" })
291
292
  ], exports.LuksoInput.prototype, "isFullWidth", 2);
292
293
  __decorateClass([
293
- directive.e({ type: Boolean, attribute: "is-readonly" })
294
+ queryAssignedElements.e({ type: Boolean, attribute: "is-readonly" })
294
295
  ], exports.LuksoInput.prototype, "isReadonly", 2);
295
296
  __decorateClass([
296
- directive.e({ type: Boolean, attribute: "is-disabled" })
297
+ queryAssignedElements.e({ type: Boolean, attribute: "is-disabled" })
297
298
  ], exports.LuksoInput.prototype, "isDisabled", 2);
298
299
  __decorateClass([
299
- directive.e({ type: Boolean })
300
+ queryAssignedElements.e({ type: Boolean })
300
301
  ], exports.LuksoInput.prototype, "autofocus", 2);
301
302
  __decorateClass([
302
- directive.e({ type: Number })
303
+ queryAssignedElements.e({ type: Number })
303
304
  ], exports.LuksoInput.prototype, "max", 2);
304
305
  __decorateClass([
305
- directive.e({ type: Number })
306
+ queryAssignedElements.e({ type: Number })
306
307
  ], exports.LuksoInput.prototype, "min", 2);
307
308
  __decorateClass([
308
- directive.e({ type: Boolean })
309
+ queryAssignedElements.e({ type: Boolean })
309
310
  ], exports.LuksoInput.prototype, "borderless", 2);
310
311
  __decorateClass([
311
312
  state.t()
@@ -314,5 +315,5 @@ __decorateClass([
314
315
  state.t()
315
316
  ], exports.LuksoInput.prototype, "hasHighlight", 2);
316
317
  exports.LuksoInput = __decorateClass([
317
- directive.e$1("lukso-input")
318
+ queryAssignedElements.e$1("lukso-input")
318
319
  ], exports.LuksoInput);
@@ -1,7 +1,8 @@
1
- import { a as TailwindElement, x, A } from '../../index-9dfdafd2.js';
2
- import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { t } from '../../state-7fde94d1.js';
4
- import { c as customClassMap } from '../../index-714323c9.js';
1
+ import { a as TailwindElement, x, A } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
+ import { t } from '../../state-02a92ffa.js';
4
+ import { c as customClassMap } from '../../index-5e194caf.js';
5
+ import '../../directive-2bb7789e.js';
5
6
 
6
7
  var __defProp = Object.defineProperty;
7
8
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2,9 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
7
- const index = require('../../index-7dc05ee5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const index = require('../../index-e9668573.cjs');
8
+ require('../../directive-8278ab14.cjs');
8
9
 
9
10
  var __defProp = Object.defineProperty;
10
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -60,11 +61,11 @@ exports.LuksoModal = class LuksoModal extends shared_tailwindElement_index.Tailw
60
61
  }
61
62
  };
62
63
  __decorateClass([
63
- directive.e({ type: Boolean, attribute: "is-open" })
64
+ queryAssignedElements.e({ type: Boolean, attribute: "is-open" })
64
65
  ], exports.LuksoModal.prototype, "isOpen", 2);
65
66
  __decorateClass([
66
- directive.e({ type: String })
67
+ queryAssignedElements.e({ type: String })
67
68
  ], exports.LuksoModal.prototype, "size", 2);
68
69
  exports.LuksoModal = __decorateClass([
69
- directive.e$1("lukso-modal")
70
+ queryAssignedElements.e$1("lukso-modal")
70
71
  ], exports.LuksoModal);
@@ -1,6 +1,7 @@
1
- import { a as TailwindElement, x } from '../../index-9dfdafd2.js';
2
- import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { c as customClassMap } from '../../index-714323c9.js';
1
+ import { a as TailwindElement, x } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
+ import { c as customClassMap } from '../../index-5e194caf.js';
4
+ import '../../directive-2bb7789e.js';
4
5
 
5
6
  var __defProp = Object.defineProperty;
6
7
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2,13 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
7
- const state = require('../../state-a62a7d5d.cjs');
8
- const index = require('../../index-7dc05ee5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const state = require('../../state-51b50a6b.cjs');
8
+ const index = require('../../index-e9668573.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-tag/index.cjs');
11
- require('../../style-map-3a049df9.cjs');
11
+ require('../../directive-8278ab14.cjs');
12
+ require('../../style-map-c00f9dd9.cjs');
12
13
 
13
14
  var __defProp = Object.defineProperty;
14
15
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -125,32 +126,32 @@ exports.LuksoNavbar = class LuksoNavbar extends shared_tailwindElement_index.Tai
125
126
  }
126
127
  };
127
128
  __decorateClass([
128
- directive.e({ type: String })
129
+ queryAssignedElements.e({ type: String })
129
130
  ], exports.LuksoNavbar.prototype, "title", 2);
130
131
  __decorateClass([
131
- directive.e({ type: Boolean, attribute: "is-center" })
132
+ queryAssignedElements.e({ type: Boolean, attribute: "is-center" })
132
133
  ], exports.LuksoNavbar.prototype, "isCenter", 2);
133
134
  __decorateClass([
134
- directive.e({ type: Boolean, attribute: "is-sticky" })
135
+ queryAssignedElements.e({ type: Boolean, attribute: "is-sticky" })
135
136
  ], exports.LuksoNavbar.prototype, "isSticky", 2);
136
137
  __decorateClass([
137
- directive.e({ type: Boolean, attribute: "is-transparent" })
138
+ queryAssignedElements.e({ type: Boolean, attribute: "is-transparent" })
138
139
  ], exports.LuksoNavbar.prototype, "isTransparent", 2);
139
140
  __decorateClass([
140
- directive.e({ type: Boolean, attribute: "is-testnet" })
141
+ queryAssignedElements.e({ type: Boolean, attribute: "is-testnet" })
141
142
  ], exports.LuksoNavbar.prototype, "isTestnet", 2);
142
143
  __decorateClass([
143
- directive.e({ type: String })
144
+ queryAssignedElements.e({ type: String })
144
145
  ], exports.LuksoNavbar.prototype, "icon", 2);
145
146
  __decorateClass([
146
- directive.e({ type: Boolean, attribute: "has-menu" })
147
+ queryAssignedElements.e({ type: Boolean, attribute: "has-menu" })
147
148
  ], exports.LuksoNavbar.prototype, "hasMenu", 2);
148
149
  __decorateClass([
149
- directive.e({ type: String, attribute: "logo-url" })
150
+ queryAssignedElements.e({ type: String, attribute: "logo-url" })
150
151
  ], exports.LuksoNavbar.prototype, "logoUrl", 2);
151
152
  __decorateClass([
152
153
  state.t()
153
154
  ], exports.LuksoNavbar.prototype, "isMenuOpen", 2);
154
155
  exports.LuksoNavbar = __decorateClass([
155
- directive.e$1("lukso-navbar")
156
+ queryAssignedElements.e$1("lukso-navbar")
156
157
  ], exports.LuksoNavbar);
@@ -1,10 +1,11 @@
1
- import { a as TailwindElement, x } from '../../index-9dfdafd2.js';
2
- import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { t } from '../../state-7fde94d1.js';
4
- import { c as customClassMap } from '../../index-714323c9.js';
1
+ import { a as TailwindElement, x } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
+ import { t } from '../../state-02a92ffa.js';
4
+ import { c as customClassMap } from '../../index-5e194caf.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-tag/index.js';
7
- import '../../style-map-5173bb70.js';
7
+ import '../../directive-2bb7789e.js';
8
+ import '../../style-map-6cdbbb8b.js';
8
9
 
9
10
  var __defProp = Object.defineProperty;
10
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-3a049df9.cjs');
8
- const index = require('../../index-7dc05ee5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const styleMap = require('../../style-map-c00f9dd9.cjs');
8
+ const index = require('../../index-e9668573.cjs');
9
+ require('../../directive-8278ab14.cjs');
9
10
 
10
11
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
11
12
 
@@ -540,17 +541,17 @@ exports.LuksoProfile = class LuksoProfile extends shared_tailwindElement_index.T
540
541
  }
541
542
  };
542
543
  __decorateClass([
543
- directive.e({ type: String, attribute: "profile-url" })
544
+ queryAssignedElements.e({ type: String, attribute: "profile-url" })
544
545
  ], exports.LuksoProfile.prototype, "profileUrl", 2);
545
546
  __decorateClass([
546
- directive.e({ type: String, attribute: "profile-address" })
547
+ queryAssignedElements.e({ type: String, attribute: "profile-address" })
547
548
  ], exports.LuksoProfile.prototype, "profileAddress", 2);
548
549
  __decorateClass([
549
- directive.e({ type: Boolean, attribute: "has-identicon" })
550
+ queryAssignedElements.e({ type: Boolean, attribute: "has-identicon" })
550
551
  ], exports.LuksoProfile.prototype, "hasIdenticon", 2);
551
552
  __decorateClass([
552
- directive.e({ type: String })
553
+ queryAssignedElements.e({ type: String })
553
554
  ], exports.LuksoProfile.prototype, "size", 2);
554
555
  exports.LuksoProfile = __decorateClass([
555
- directive.e$1("lukso-profile")
556
+ queryAssignedElements.e$1("lukso-profile")
556
557
  ], exports.LuksoProfile);
@@ -1,7 +1,8 @@
1
- import { a as TailwindElement, x } from '../../index-9dfdafd2.js';
2
- import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-5173bb70.js';
4
- import { c as customClassMap } from '../../index-714323c9.js';
1
+ import { a as TailwindElement, x } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
+ import { o } from '../../style-map-6cdbbb8b.js';
4
+ import { c as customClassMap } from '../../index-5e194caf.js';
5
+ import '../../directive-2bb7789e.js';
5
6
 
6
7
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
7
8
 
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-3a049df9.cjs');
8
- const index = require('../../index-7dc05ee5.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const styleMap = require('../../style-map-c00f9dd9.cjs');
8
+ const index = require('../../index-e9668573.cjs');
9
+ require('../../directive-8278ab14.cjs');
9
10
 
10
11
  var __defProp = Object.defineProperty;
11
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -53,17 +54,17 @@ exports.LuksoProgress = class LuksoProgress extends shared_tailwindElement_index
53
54
  }
54
55
  };
55
56
  __decorateClass([
56
- directive.e({ type: Number })
57
+ queryAssignedElements.e({ type: Number })
57
58
  ], exports.LuksoProgress.prototype, "min", 2);
58
59
  __decorateClass([
59
- directive.e({ type: Number })
60
+ queryAssignedElements.e({ type: Number })
60
61
  ], exports.LuksoProgress.prototype, "max", 2);
61
62
  __decorateClass([
62
- directive.e({ type: Number })
63
+ queryAssignedElements.e({ type: Number })
63
64
  ], exports.LuksoProgress.prototype, "current", 2);
64
65
  __decorateClass([
65
- directive.e({ type: String })
66
+ queryAssignedElements.e({ type: String })
66
67
  ], exports.LuksoProgress.prototype, "variant", 2);
67
68
  exports.LuksoProgress = __decorateClass([
68
- directive.e$1("lukso-progress")
69
+ queryAssignedElements.e$1("lukso-progress")
69
70
  ], exports.LuksoProgress);
@@ -1,7 +1,8 @@
1
- import { a as TailwindElement, x } from '../../index-9dfdafd2.js';
2
- import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-5173bb70.js';
4
- import { c as customClassMap } from '../../index-714323c9.js';
1
+ import { a as TailwindElement, x } from '../../index-5b6b1166.js';
2
+ import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
+ import { o } from '../../style-map-6cdbbb8b.js';
4
+ import { c as customClassMap } from '../../index-5e194caf.js';
5
+ import '../../directive-2bb7789e.js';
5
6
 
6
7
  var __defProp = Object.defineProperty;
7
8
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2,14 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-e765f94b.cjs');
6
- const directive = require('../../directive-db00f5fb.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
+ const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
+ const directive = require('../../directive-8278ab14.cjs');
7
8
 
8
9
  /**
9
10
  * @license
10
11
  * Copyright 2017 Google LLC
11
12
  * SPDX-License-Identifier: BSD-3-Clause
12
- */class e extends directive.i{constructor(i){if(super(i),this.et=shared_tailwindElement_index.A$1,i.type!==directive.t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===shared_tailwindElement_index.A$1||null==r)return this.ft=void 0,this.et=r;if(r===shared_tailwindElement_index.T)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.et)return this.ft;this.et=r;const s=[r];return s.raw=s,this.ft={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=directive.e$2(e);
13
+ */class e extends directive.i{constructor(i){if(super(i),this.et=shared_tailwindElement_index.A$1,i.type!==directive.t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===shared_tailwindElement_index.A$1||null==r)return this.ft=void 0,this.et=r;if(r===shared_tailwindElement_index.T)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.et)return this.ft;this.et=r;const s=[r];return s.raw=s,this.ft={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=directive.e(e);
13
14
 
14
15
  /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
15
16
 
@@ -1667,11 +1668,11 @@ exports.LuksoSanitize = class LuksoSanitize extends shared_tailwindElement_index
1667
1668
  }
1668
1669
  };
1669
1670
  __decorateClass([
1670
- directive.e({ type: String, attribute: "html-content" })
1671
+ queryAssignedElements.e({ type: String, attribute: "html-content" })
1671
1672
  ], exports.LuksoSanitize.prototype, "htmlContent", 2);
1672
1673
  __decorateClass([
1673
- directive.e({ type: Boolean, attribute: "is-pre" })
1674
+ queryAssignedElements.e({ type: Boolean, attribute: "is-pre" })
1674
1675
  ], exports.LuksoSanitize.prototype, "isPre", 2);
1675
1676
  exports.LuksoSanitize = __decorateClass([
1676
- directive.e$1("lukso-sanitize")
1677
+ queryAssignedElements.e$1("lukso-sanitize")
1677
1678
  ], exports.LuksoSanitize);
@@ -1,5 +1,6 @@
1
- import { c as A, b as T, a as TailwindElement, x } from '../../index-9dfdafd2.js';
2
- import { i, t, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js';
1
+ import { c as A, b as T, a as TailwindElement, x } from '../../index-5b6b1166.js';
2
+ import { e as e$2, a as e$3 } from '../../query-assigned-elements-e36df787.js';
3
+ import { i, t, e as e$1 } from '../../directive-2bb7789e.js';
3
4
 
4
5
  /**
5
6
  * @license