@lukso/web-components 1.35.0 → 1.37.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 (59) hide show
  1. package/dist/components/index.cjs +3 -3
  2. package/dist/components/index.js +3 -3
  3. package/dist/components/lukso-button/index.cjs +1 -1
  4. package/dist/components/lukso-button/index.js +1 -1
  5. package/dist/components/lukso-card/index.cjs +2 -2
  6. package/dist/components/lukso-card/index.js +2 -2
  7. package/dist/components/lukso-checkbox/index.cjs +1 -1
  8. package/dist/components/lukso-checkbox/index.js +1 -1
  9. package/dist/components/lukso-footer/index.cjs +1 -1
  10. package/dist/components/lukso-footer/index.js +1 -1
  11. package/dist/components/lukso-icon/index.cjs +2 -2
  12. package/dist/components/lukso-icon/index.js +2 -2
  13. package/dist/components/lukso-input/index.cjs +1 -1
  14. package/dist/components/lukso-input/index.js +1 -1
  15. package/dist/components/lukso-modal/index.cjs +1 -1
  16. package/dist/components/lukso-modal/index.js +1 -1
  17. package/dist/components/lukso-navbar/index.cjs +2 -2
  18. package/dist/components/lukso-navbar/index.js +2 -2
  19. package/dist/components/lukso-profile/index.cjs +2 -2
  20. package/dist/components/lukso-profile/index.js +2 -2
  21. package/dist/components/lukso-progress/index.cjs +2 -2
  22. package/dist/components/lukso-progress/index.js +2 -2
  23. package/dist/components/lukso-sanitize/index.cjs +1 -1
  24. package/dist/components/lukso-sanitize/index.js +1 -1
  25. package/dist/components/lukso-search/index.cjs +4 -4
  26. package/dist/components/lukso-search/index.d.ts +2 -1
  27. package/dist/components/lukso-search/index.d.ts.map +1 -1
  28. package/dist/components/lukso-search/index.js +4 -4
  29. package/dist/components/lukso-share/index.cjs +1 -1
  30. package/dist/components/lukso-share/index.js +1 -1
  31. package/dist/components/lukso-switch/index.cjs +2 -2
  32. package/dist/components/lukso-switch/index.js +2 -2
  33. package/dist/components/lukso-tag/index.cjs +2 -2
  34. package/dist/components/lukso-tag/index.js +2 -2
  35. package/dist/components/lukso-terms/index.cjs +2 -2
  36. package/dist/components/lukso-terms/index.js +2 -2
  37. package/dist/components/lukso-test/index.cjs +2 -2
  38. package/dist/components/lukso-test/index.js +2 -2
  39. package/dist/components/lukso-username/index.cjs +11 -3
  40. package/dist/components/lukso-username/index.d.ts +2 -0
  41. package/dist/components/lukso-username/index.d.ts.map +1 -1
  42. package/dist/components/lukso-username/index.js +11 -3
  43. package/dist/components/lukso-username/lukso-username.stories.d.ts +9 -5
  44. package/dist/components/lukso-username/lukso-username.stories.d.ts.map +1 -1
  45. package/dist/components/lukso-wizard/index.cjs +2 -2
  46. package/dist/components/lukso-wizard/index.js +2 -2
  47. package/dist/{directive-helpers-ac1c0bc1.cjs → directive-helpers-4cd23d94.cjs} +1 -1
  48. package/dist/{directive-helpers-2de20c85.js → directive-helpers-d9ee371a.js} +1 -1
  49. package/dist/{index-e65ce6e8.js → index-542bfe30.js} +1 -1
  50. package/dist/{index-3027d420.cjs → index-d03a63b5.cjs} +1 -1
  51. package/dist/index.cjs +3 -3
  52. package/dist/index.js +3 -3
  53. package/dist/shared/tailwind-element/index.cjs +1 -1
  54. package/dist/shared/tailwind-element/index.js +1 -1
  55. package/dist/shared/types.d.ts +2 -0
  56. package/dist/shared/types.d.ts.map +1 -0
  57. package/dist/{style-map-52b1e12c.cjs → style-map-3929e25a.cjs} +1 -1
  58. package/dist/{style-map-0a64ef32.js → style-map-a0675feb.js} +1 -1
  59. package/package.json +1 -1
@@ -21,12 +21,12 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
21
21
  const components_luksoTest_index = require('./lukso-test/index.cjs');
22
22
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
23
23
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
24
- const shared_tailwindElement_index = require('../index-3027d420.cjs');
24
+ const shared_tailwindElement_index = require('../index-d03a63b5.cjs');
25
25
  require('../directive-db00f5fb.cjs');
26
26
  require('../state-a62a7d5d.cjs');
27
27
  require('../index-7dc05ee5.cjs');
28
- require('../style-map-52b1e12c.cjs');
29
- require('../directive-helpers-ac1c0bc1.cjs');
28
+ require('../style-map-3929e25a.cjs');
29
+ require('../directive-helpers-4cd23d94.cjs');
30
30
 
31
31
 
32
32
 
@@ -17,9 +17,9 @@ export { LuksoTerms } from './lukso-terms/index.js';
17
17
  export { LuksoTest } from './lukso-test/index.js';
18
18
  export { LuksoUsername } from './lukso-username/index.js';
19
19
  export { LuksoWizard } from './lukso-wizard/index.js';
20
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-e65ce6e8.js';
20
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-542bfe30.js';
21
21
  import '../directive-9ec64c08.js';
22
22
  import '../state-7fde94d1.js';
23
23
  import '../index-714323c9.js';
24
- import '../style-map-0a64ef32.js';
25
- import '../directive-helpers-2de20c85.js';
24
+ import '../style-map-a0675feb.js';
25
+ import '../directive-helpers-d9ee371a.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-profile/index.cjs');
10
10
 
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-profile/index.js';
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x, A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  require('../lukso-share/index.cjs');
8
8
  require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { a as e } from '../../directive-9ec64c08.js';
3
3
  import '../lukso-share/index.js';
4
4
  import '../../index-714323c9.js';
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
 
9
9
  const style = ":host {\n display: inline-flex\n}";
10
10
 
@@ -1,6 +1,6 @@
1
- import { x, T as TailwindStyledElement } from '../../index-e65ce6e8.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
 
5
5
  const style = ":host {\n display: inline-flex\n}";
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x, A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const index = require('../../index-7dc05ee5.cjs');
8
8
 
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { c as customClassMap } from '../../index-714323c9.js';
4
4
 
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-tag/index.cjs');
11
- require('../../style-map-52b1e12c.cjs');
11
+ require('../../style-map-3929e25a.cjs');
12
12
 
13
13
  var __defProp = Object.defineProperty;
14
14
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,10 +1,10 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-tag/index.js';
7
- import '../../style-map-0a64ef32.js';
7
+ import '../../style-map-a0675feb.js';
8
8
 
9
9
  var __defProp = Object.defineProperty;
10
10
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
 
5
5
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
6
6
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  var __defProp = Object.defineProperty;
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { c as A, b as T, a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { c as A, b as T, a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { i, t, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js';
3
3
 
4
4
  /**
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-profile/index.cjs');
11
11
  require('../lukso-username/index.cjs');
12
- require('../../style-map-52b1e12c.cjs');
12
+ require('../../style-map-3929e25a.cjs');
13
13
 
14
14
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
15
15
 
@@ -121,7 +121,7 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
121
121
  }
122
122
  }
123
123
  return shared_tailwindElement_index.x`<div
124
- class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1"
124
+ class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1 overflow-y-auto max-h-60 scroll"
125
125
  >
126
126
  ${resultTemplates}
127
127
  </div>`;
@@ -147,7 +147,7 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
147
147
  size="x-small"
148
148
  ></lukso-profile>
149
149
  <lukso-username
150
- name="${result.name}"
150
+ name="${result.name?.toLowerCase()}"
151
151
  address="${result.address}"
152
152
  name-color="neutral-20"
153
153
  max-width="300"
@@ -1,9 +1,10 @@
1
+ import { Address } from '../../shared/types';
1
2
  export type StringResult = {
2
3
  id?: string;
3
4
  value: string;
4
5
  };
5
6
  export type ProfileResult = {
6
- address: string;
7
+ address: Address;
7
8
  image?: string;
8
9
  name?: string;
9
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-search/index.ts"],"names":[],"mappings":"AAMA,OAAO,yBAAyB,CAAA;AAChC,OAAO,4BAA4B,CAAA;AACnC,OAAO,6BAA6B,CAAA;AAEpC,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;;AAED,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAQ;IAGpB,EAAE,SAAK;IAGP,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,UAAU,UAAQ;IAGlB,OAAO,SAAK;IAGZ,QAAQ,SAAM;IAGd,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,WAAW,CAAQ;IAG3B,OAAO,CAAC,aAAa,CAAgB;IAErC,OAAO,CAAC,kBAAkB,CAEuD;IAEjF,aAAa;IAoCb,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,eAAe;IA2Bf,oBAAoB,CAAC,MAAM,EAAE,YAAY;IAUzC,qBAAqB,CAAC,MAAM,EAAE,aAAa;IAqB3C,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,YAAY;IAUpB,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,MAAM;CAoBP;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-search/index.ts"],"names":[],"mappings":"AAMA,OAAO,yBAAyB,CAAA;AAChC,OAAO,4BAA4B,CAAA;AACnC,OAAO,6BAA6B,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAExC,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;;AAED,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAQ;IAGpB,EAAE,SAAK;IAGP,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,UAAU,UAAQ;IAGlB,OAAO,SAAK;IAGZ,QAAQ,SAAM;IAGd,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,WAAW,CAAQ;IAG3B,OAAO,CAAC,aAAa,CAAgB;IAErC,OAAO,CAAC,kBAAkB,CAEuD;IAEjF,aAAa;IAoCb,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,eAAe;IA2Bf,oBAAoB,CAAC,MAAM,EAAE,YAAY;IAUzC,qBAAqB,CAAC,MAAM,EAAE,aAAa;IAqB3C,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,YAAY;IAUpB,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,MAAM;CAoBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
@@ -1,11 +1,11 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-profile/index.js';
7
7
  import '../lukso-username/index.js';
8
- import '../../style-map-0a64ef32.js';
8
+ import '../../style-map-a0675feb.js';
9
9
 
10
10
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
11
11
 
@@ -117,7 +117,7 @@ let LuksoSearch = class extends TailwindStyledElement(style) {
117
117
  }
118
118
  }
119
119
  return x`<div
120
- class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1"
120
+ class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1 overflow-y-auto max-h-60 scroll"
121
121
  >
122
122
  ${resultTemplates}
123
123
  </div>`;
@@ -143,7 +143,7 @@ let LuksoSearch = class extends TailwindStyledElement(style) {
143
143
  size="x-small"
144
144
  ></lukso-profile>
145
145
  <lukso-username
146
- name="${result.name}"
146
+ name="${result.name?.toLowerCase()}"
147
147
  address="${result.address}"
148
148
  name-color="neutral-20"
149
149
  max-width="300"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const index = require('../../index-7dc05ee5.cjs');
8
8
 
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { c as customClassMap } from '../../index-714323c9.js';
4
4
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  var __defProp = Object.defineProperty;
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-e65ce6e8.js';
1
+ import { a as TailwindElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-sanitize/index.cjs');
11
- require('../../style-map-52b1e12c.cjs');
11
+ require('../../style-map-3929e25a.cjs');
12
12
 
13
13
  const style = ":host {\n display: flex;\n height: 100%\n}";
14
14
 
@@ -1,10 +1,10 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-sanitize/index.js';
7
- import '../../style-map-0a64ef32.js';
7
+ import '../../style-map-a0675feb.js';
8
8
 
9
9
  const style = ":host {\n display: flex;\n height: 100%\n}";
10
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-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const directiveHelpers = require('../../directive-helpers-ac1c0bc1.cjs');
7
+ const directiveHelpers = require('../../directive-helpers-4cd23d94.cjs');
8
8
 
9
9
  /**
10
10
  * @license
@@ -1,6 +1,6 @@
1
- import { c as A$1, b as T, T as TailwindStyledElement, x as x$1 } from '../../index-e65ce6e8.js';
1
+ import { c as A$1, b as T, T as TailwindStyledElement, x as x$1 } from '../../index-542bfe30.js';
2
2
  import { i as i$1, t as t$1, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js';
3
- import { e } from '../../directive-helpers-2de20c85.js';
3
+ import { e } from '../../directive-helpers-d9ee371a.js';
4
4
 
5
5
  /**
6
6
  * @license
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-52b1e12c.cjs');
7
+ const styleMap = require('../../style-map-3929e25a.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
@@ -44,6 +44,8 @@ exports.LuksoUsername = class LuksoUsername extends shared_tailwindElement_index
44
44
  this.addressColor = "";
45
45
  this.nameColor = "";
46
46
  this.customClass = "";
47
+ this.hidePrefix = false;
48
+ this.prefix = "@";
47
49
  /** Width of the first 4 bytes of the address */
48
50
  this.bytesWidth = 52;
49
51
  }
@@ -77,7 +79,7 @@ exports.LuksoUsername = class LuksoUsername extends shared_tailwindElement_index
77
79
  maxWidth: `${this.maxWidth - this.bytesWidth}px`
78
80
  })}
79
81
  >
80
- @${this.name}
82
+ ${this.hidePrefix ? shared_tailwindElement_index.A$1 : this.prefix}${this.name}
81
83
  </div>`;
82
84
  }
83
85
  /**
@@ -143,6 +145,12 @@ __decorateClass([
143
145
  __decorateClass([
144
146
  directive.e({ type: String, attribute: "custom-class" })
145
147
  ], exports.LuksoUsername.prototype, "customClass", 2);
148
+ __decorateClass([
149
+ directive.e({ type: Boolean, attribute: "hide-prefix" })
150
+ ], exports.LuksoUsername.prototype, "hidePrefix", 2);
151
+ __decorateClass([
152
+ directive.e({ type: String })
153
+ ], exports.LuksoUsername.prototype, "prefix", 2);
146
154
  exports.LuksoUsername = __decorateClass([
147
155
  directive.e$1("lukso-username")
148
156
  ], exports.LuksoUsername);
@@ -9,6 +9,8 @@ export declare class LuksoUsername extends LuksoUsername_base {
9
9
  addressColor: string;
10
10
  nameColor: string;
11
11
  customClass: string;
12
+ hidePrefix: boolean;
13
+ prefix: string;
12
14
  /** Width of the first 4 bytes of the address */
13
15
  private bytesWidth;
14
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-username/index.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;;AAEnE,qBACa,aAAc,SAAQ,kBAA4B;IAE7D,IAAI,SAAK;IAGT,OAAO,SAAK;IAGZ,QAAQ,SAAM;IAGd,IAAI,EAAE,YAAY,CAAU;IAG5B,OAAO,SAAI;IAGX,YAAY,SAAK;IAGjB,SAAS,SAAK;IAGd,WAAW,SAAK;IAEhB,gDAAgD;IAChD,OAAO,CAAC,UAAU,CAAK;IAEvB;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAW5B;;;OAGG;IACH,OAAO,CAAC,YAAY;IAiBpB;;;OAGG;IACH,OAAO,CAAC,eAAe;IAWvB,MAAM;CA2BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAA;KAChC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-username/index.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;;AAEnE,qBACa,aAAc,SAAQ,kBAA4B;IAE7D,IAAI,SAAK;IAGT,OAAO,SAAK;IAGZ,QAAQ,SAAM;IAGd,IAAI,EAAE,YAAY,CAAU;IAG5B,OAAO,SAAI;IAGX,YAAY,SAAK;IAGjB,SAAS,SAAK;IAGd,WAAW,SAAK;IAGhB,UAAU,UAAQ;IAGlB,MAAM,SAAM;IAEZ,gDAAgD;IAChD,OAAO,CAAC,UAAU,CAAK;IAEvB;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAW5B;;;OAGG;IACH,OAAO,CAAC,YAAY;IAiBpB;;;OAGG;IACH,OAAO,CAAC,eAAe;IAWvB,MAAM;CA2BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAA;KAChC;CACF"}
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x } from '../../index-e65ce6e8.js';
1
+ import { T as TailwindStyledElement, x, c as A } from '../../index-542bfe30.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { o } from '../../style-map-0a64ef32.js';
3
+ import { o } from '../../style-map-a0675feb.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
 
6
6
  const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
@@ -40,6 +40,8 @@ let LuksoUsername = class extends TailwindStyledElement(style) {
40
40
  this.addressColor = "";
41
41
  this.nameColor = "";
42
42
  this.customClass = "";
43
+ this.hidePrefix = false;
44
+ this.prefix = "@";
43
45
  /** Width of the first 4 bytes of the address */
44
46
  this.bytesWidth = 52;
45
47
  }
@@ -73,7 +75,7 @@ let LuksoUsername = class extends TailwindStyledElement(style) {
73
75
  maxWidth: `${this.maxWidth - this.bytesWidth}px`
74
76
  })}
75
77
  >
76
- @${this.name}
78
+ ${this.hidePrefix ? A : this.prefix}${this.name}
77
79
  </div>`;
78
80
  }
79
81
  /**
@@ -139,6 +141,12 @@ __decorateClass([
139
141
  __decorateClass([
140
142
  e({ type: String, attribute: "custom-class" })
141
143
  ], LuksoUsername.prototype, "customClass", 2);
144
+ __decorateClass([
145
+ e({ type: Boolean, attribute: "hide-prefix" })
146
+ ], LuksoUsername.prototype, "hidePrefix", 2);
147
+ __decorateClass([
148
+ e({ type: String })
149
+ ], LuksoUsername.prototype, "prefix", 2);
142
150
  LuksoUsername = __decorateClass([
143
151
  e$1("lukso-username")
144
152
  ], LuksoUsername);
@@ -4,14 +4,18 @@ declare const meta: Meta;
4
4
  export default meta;
5
5
  /** By default user name is displayed as `name` prefixed with `@` character and 4 bytes of `address` */
6
6
  export declare const DefaultUsername: any;
7
- /** Long names get truncated. You can control width of the component with `max-width` property. */
7
+ /** Long names get truncated. You can control width of the component with `max-width` attribute. */
8
8
  export declare const LongName: any;
9
- /** Example of component that has only `name` property. */
9
+ /** Example of component that has only `name` attribute. */
10
10
  export declare const OnlyName: any;
11
- /** Example of component that has only `address` property and `small` size. */
11
+ /** Example of component that has only `address` attribute and `small` size. */
12
12
  export declare const OnlyAddress: any;
13
- /** You can specify amount of sliced characters in the address with `slice-by` property. */
13
+ /** You can specify amount of sliced characters in the address with `slice-by` attribute. */
14
14
  export declare const SliceAddressBy4: any;
15
- /** Color of the address and name can be changed via `name-color` and `address-color` property. */
15
+ /** Color of the address and name can be changed via `name-color` and `address-color` attribute. */
16
16
  export declare const CustomColor: any;
17
+ /** You can customize prefix with `prefix` attribute. */
18
+ export declare const CustomPrefixColor: any;
19
+ /** You can hide prefix completely by adding `hide-prefix` attribute. */
20
+ export declare const HidePrefix: any;
17
21
  //# sourceMappingURL=lukso-username.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lukso-username.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-username/lukso-username.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAEhD,OAAO,SAAS,CAAA;AAEhB,iIAAiI;AACjI,QAAA,MAAM,IAAI,EAAE,IA0FX,CAAA;AAED,eAAe,IAAI,CAAA;AAqBnB,uGAAuG;AACvG,eAAO,MAAM,eAAe,KAAoB,CAAA;AAEhD,kGAAkG;AAClG,eAAO,MAAM,QAAQ,KAAoB,CAAA;AAKzC,0DAA0D;AAC1D,eAAO,MAAM,QAAQ,KAAoB,CAAA;AAKzC,8EAA8E;AAC9E,eAAO,MAAM,WAAW,KAAoB,CAAA;AAO5C,2FAA2F;AAC3F,eAAO,MAAM,eAAe,KAAoB,CAAA;AAOhD,kGAAkG;AAClG,eAAO,MAAM,WAAW,KAAoB,CAAA"}
1
+ {"version":3,"file":"lukso-username.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-username/lukso-username.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAEhD,OAAO,SAAS,CAAA;AAEhB,iIAAiI;AACjI,QAAA,MAAM,IAAI,EAAE,IA2HX,CAAA;AAED,eAAe,IAAI,CAAA;AA2BnB,uGAAuG;AACvG,eAAO,MAAM,eAAe,KAAoB,CAAA;AAEhD,mGAAmG;AACnG,eAAO,MAAM,QAAQ,KAAoB,CAAA;AAKzC,2DAA2D;AAC3D,eAAO,MAAM,QAAQ,KAAoB,CAAA;AAKzC,+EAA+E;AAC/E,eAAO,MAAM,WAAW,KAAoB,CAAA;AAO5C,4FAA4F;AAC5F,eAAO,MAAM,eAAe,KAAoB,CAAA;AAOhD,mGAAmG;AACnG,eAAO,MAAM,WAAW,KAAoB,CAAA;AAM5C,wDAAwD;AACxD,eAAO,MAAM,iBAAiB,KAAoB,CAAA;AAKlD,wEAAwE;AACxE,eAAO,MAAM,UAAU,KAAoB,CAAA"}
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-3027d420.cjs');
5
+ const shared_tailwindElement_index = require('../../index-d03a63b5.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const directiveHelpers = require('../../directive-helpers-ac1c0bc1.cjs');
7
+ const directiveHelpers = require('../../directive-helpers-4cd23d94.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
 
10
10
  /**