@lukso/web-components 1.128.0 → 1.130.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 (92) hide show
  1. package/dist/components/index.cjs +6 -6
  2. package/dist/components/index.js +6 -6
  3. package/dist/components/lukso-button/index.cjs +3 -3
  4. package/dist/components/lukso-button/index.js +3 -3
  5. package/dist/components/lukso-card/index.cjs +6 -6
  6. package/dist/components/lukso-card/index.js +6 -6
  7. package/dist/components/lukso-checkbox/index.cjs +3 -3
  8. package/dist/components/lukso-checkbox/index.js +3 -3
  9. package/dist/components/lukso-color-picker/index.cjs +6 -5
  10. package/dist/components/lukso-color-picker/index.d.ts.map +1 -1
  11. package/dist/components/lukso-color-picker/index.js +6 -5
  12. package/dist/components/lukso-dropdown/index.cjs +8 -14
  13. package/dist/components/lukso-dropdown/index.d.ts +1 -1
  14. package/dist/components/lukso-dropdown/index.d.ts.map +1 -1
  15. package/dist/components/lukso-dropdown/index.js +8 -14
  16. package/dist/components/lukso-dropdown-option/index.cjs +3 -9
  17. package/dist/components/lukso-dropdown-option/index.d.ts +1 -1
  18. package/dist/components/lukso-dropdown-option/index.d.ts.map +1 -1
  19. package/dist/components/lukso-dropdown-option/index.js +3 -9
  20. package/dist/components/lukso-footer/index.cjs +2 -2
  21. package/dist/components/lukso-footer/index.js +2 -2
  22. package/dist/components/lukso-icon/index.cjs +3 -3
  23. package/dist/components/lukso-icon/index.js +3 -3
  24. package/dist/components/lukso-image/index.cjs +4 -4
  25. package/dist/components/lukso-image/index.js +4 -4
  26. package/dist/components/lukso-input/index.cjs +18 -17
  27. package/dist/components/lukso-input/index.d.ts +1 -1
  28. package/dist/components/lukso-input/index.d.ts.map +1 -1
  29. package/dist/components/lukso-input/index.js +18 -17
  30. package/dist/components/lukso-input/lukso-input.stories.d.ts.map +1 -1
  31. package/dist/components/lukso-modal/index.cjs +14 -10
  32. package/dist/components/lukso-modal/index.d.ts.map +1 -1
  33. package/dist/components/lukso-modal/index.js +14 -10
  34. package/dist/components/lukso-navbar/index.cjs +5 -5
  35. package/dist/components/lukso-navbar/index.js +5 -5
  36. package/dist/components/lukso-pagination/index.cjs +4 -4
  37. package/dist/components/lukso-pagination/index.js +4 -4
  38. package/dist/components/lukso-profile/index.cjs +5 -5
  39. package/dist/components/lukso-profile/index.js +5 -5
  40. package/dist/components/lukso-progress/index.cjs +3 -3
  41. package/dist/components/lukso-progress/index.js +3 -3
  42. package/dist/components/lukso-sanitize/index.cjs +2 -2
  43. package/dist/components/lukso-sanitize/index.js +2 -2
  44. package/dist/components/lukso-search/index.cjs +64 -21
  45. package/dist/components/lukso-search/index.d.ts +11 -3
  46. package/dist/components/lukso-search/index.d.ts.map +1 -1
  47. package/dist/components/lukso-search/index.js +64 -21
  48. package/dist/components/lukso-search/lukso-search.stories.d.ts +1 -0
  49. package/dist/components/lukso-search/lukso-search.stories.d.ts.map +1 -1
  50. package/dist/components/lukso-select/index.cjs +76 -75
  51. package/dist/components/lukso-select/index.d.ts.map +1 -1
  52. package/dist/components/lukso-select/index.js +76 -75
  53. package/dist/components/lukso-share/index.cjs +24 -27
  54. package/dist/components/lukso-share/index.js +24 -27
  55. package/dist/components/lukso-switch/index.cjs +52 -51
  56. package/dist/components/lukso-switch/index.d.ts.map +1 -1
  57. package/dist/components/lukso-switch/index.js +52 -51
  58. package/dist/components/lukso-tag/index.cjs +32 -35
  59. package/dist/components/lukso-tag/index.js +32 -35
  60. package/dist/components/lukso-terms/index.cjs +7 -10
  61. package/dist/components/lukso-terms/index.js +7 -10
  62. package/dist/components/lukso-test/index.cjs +13 -16
  63. package/dist/components/lukso-test/index.js +13 -16
  64. package/dist/components/lukso-textarea/index.cjs +85 -87
  65. package/dist/components/lukso-textarea/index.d.ts.map +1 -1
  66. package/dist/components/lukso-textarea/index.js +85 -87
  67. package/dist/components/lukso-tooltip/index.cjs +35 -38
  68. package/dist/components/lukso-tooltip/index.js +35 -38
  69. package/dist/components/lukso-username/index.cjs +50 -53
  70. package/dist/components/lukso-username/index.js +50 -53
  71. package/dist/components/lukso-wizard/index.cjs +42 -45
  72. package/dist/components/lukso-wizard/index.js +42 -45
  73. package/dist/{index-323568a1.js → index-11b4b329.js} +1 -1
  74. package/dist/index-1fd569a9.cjs +46 -0
  75. package/dist/{index-541282c1.cjs → index-2f5d5d79.cjs} +2 -2
  76. package/dist/index-82b4fdeb.js +37 -0
  77. package/dist/{index-664bbe9a.cjs → index-8eb2e6d8.cjs} +1 -1
  78. package/dist/{index-efc0c2e6.js → index-de036f63.js} +2 -2
  79. package/dist/index.cjs +6 -6
  80. package/dist/index.js +6 -6
  81. package/dist/{property-cba034d3.cjs → property-7a90cede.cjs} +1 -1
  82. package/dist/{property-6d71df6f.js → property-cfc5fabd.js} +1 -1
  83. package/dist/shared/tailwind-element/index.cjs +1 -1
  84. package/dist/shared/tailwind-element/index.js +1 -1
  85. package/dist/{state-dd655282.cjs → state-09b048f8.cjs} +1 -1
  86. package/dist/{state-a4d47754.js → state-1aaee2b7.js} +1 -1
  87. package/dist/{style-map-41455c7b.cjs → style-map-2abffb39.cjs} +1 -1
  88. package/dist/{style-map-745a1d23.js → style-map-c8670fc8.js} +1 -1
  89. package/package.json +1 -1
  90. package/tools/sass/colors.scss +1 -0
  91. package/dist/index-4145c314.cjs +0 -48
  92. package/dist/index-a09c053e.js +0 -39
@@ -15,7 +15,7 @@ const components_luksoInput_index = require('./lukso-input/index.cjs');
15
15
  const components_luksoModal_index = require('./lukso-modal/index.cjs');
16
16
  const components_luksoNavbar_index = require('./lukso-navbar/index.cjs');
17
17
  const components_luksoPagination_index = require('./lukso-pagination/index.cjs');
18
- const components_luksoProfile_index = require('../index-541282c1.cjs');
18
+ const components_luksoProfile_index = require('../index-2f5d5d79.cjs');
19
19
  const components_luksoProgress_index = require('./lukso-progress/index.cjs');
20
20
  const components_luksoSanitize_index = require('./lukso-sanitize/index.cjs');
21
21
  const components_luksoSearch_index = require('./lukso-search/index.cjs');
@@ -29,15 +29,15 @@ const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
29
29
  const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
30
30
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
31
31
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
32
- const shared_tailwindElement_index = require('../index-4145c314.cjs');
32
+ const shared_tailwindElement_index = require('../index-1fd569a9.cjs');
33
33
  require('../cn-b6daa995.cjs');
34
- require('../property-cba034d3.cjs');
35
- require('../state-dd655282.cjs');
34
+ require('../property-7a90cede.cjs');
35
+ require('../state-09b048f8.cjs');
36
36
  require('../index-2b104ecb.cjs');
37
37
  require('../tailwind-config.cjs');
38
- require('../style-map-41455c7b.cjs');
38
+ require('../style-map-2abffb39.cjs');
39
39
  require('../directive-8278ab14.cjs');
40
- require('../index-664bbe9a.cjs');
40
+ require('../index-8eb2e6d8.cjs');
41
41
  require('../index-e9668573.cjs');
42
42
  require('../uniq-id-f0b18085.cjs');
43
43
 
@@ -11,7 +11,7 @@ export { LuksoInput } from './lukso-input/index.js';
11
11
  export { LuksoModal } from './lukso-modal/index.js';
12
12
  export { LuksoNavbar } from './lukso-navbar/index.js';
13
13
  export { LuksoPagination } from './lukso-pagination/index.js';
14
- export { L as LuksoProfile } from '../index-efc0c2e6.js';
14
+ export { L as LuksoProfile } from '../index-de036f63.js';
15
15
  export { LuksoProgress } from './lukso-progress/index.js';
16
16
  export { LuksoSanitize } from './lukso-sanitize/index.js';
17
17
  export { LuksoSearch } from './lukso-search/index.js';
@@ -25,14 +25,14 @@ export { LuksoTextarea } from './lukso-textarea/index.js';
25
25
  export { LuksoTooltip } from './lukso-tooltip/index.js';
26
26
  export { LuksoUsername } from './lukso-username/index.js';
27
27
  export { LuksoWizard } from './lukso-wizard/index.js';
28
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-a09c053e.js';
28
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-82b4fdeb.js';
29
29
  import '../cn-90c03edf.js';
30
- import '../property-6d71df6f.js';
31
- import '../state-a4d47754.js';
30
+ import '../property-cfc5fabd.js';
31
+ import '../state-1aaee2b7.js';
32
32
  import '../index-d14b6a34.js';
33
33
  import '../tailwind-config.js';
34
- import '../style-map-745a1d23.js';
34
+ import '../style-map-c8670fc8.js';
35
35
  import '../directive-2bb7789e.js';
36
- import '../index-323568a1.js';
36
+ import '../index-11b4b329.js';
37
37
  import '../index-5e194caf.js';
38
38
  import '../uniq-id-ce2d165c.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-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
7
- const state = require('../../state-dd655282.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
+ const state = require('../../state-09b048f8.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-b6daa995.cjs');
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
3
- import { r } from '../../state-a4d47754.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
+ import { r } from '../../state-1aaee2b7.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../cn-90c03edf.js';
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const components_luksoProfile_index = require('../../index-541282c1.cjs');
6
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
7
- const property = require('../../property-cba034d3.cjs');
8
- const state = require('../../state-dd655282.cjs');
9
- const styleMap = require('../../style-map-41455c7b.cjs');
5
+ const components_luksoProfile_index = require('../../index-2f5d5d79.cjs');
6
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
7
+ const property = require('../../property-7a90cede.cjs');
8
+ const state = require('../../state-09b048f8.cjs');
9
+ const styleMap = require('../../style-map-2abffb39.cjs');
10
10
  const index = require('../../index-2b104ecb.cjs');
11
11
  require('../../tailwind-config.cjs');
12
12
  const cn = require('../../cn-b6daa995.cjs');
13
- const index$1 = require('../../index-664bbe9a.cjs');
13
+ const index$1 = require('../../index-8eb2e6d8.cjs');
14
14
  require('../lukso-image/index.cjs');
15
15
  require('../../directive-8278ab14.cjs');
16
16
 
@@ -1,12 +1,12 @@
1
- import { m as makeBlockie } from '../../index-efc0c2e6.js';
2
- import { T as TailwindStyledElement, x, E } from '../../index-a09c053e.js';
3
- import { n, t } from '../../property-6d71df6f.js';
4
- import { r } from '../../state-a4d47754.js';
5
- import { o as o$1 } from '../../style-map-745a1d23.js';
1
+ import { m as makeBlockie } from '../../index-de036f63.js';
2
+ import { T as TailwindStyledElement, x, E } from '../../index-82b4fdeb.js';
3
+ import { n, t } from '../../property-cfc5fabd.js';
4
+ import { r } from '../../state-1aaee2b7.js';
5
+ import { o as o$1 } from '../../style-map-c8670fc8.js';
6
6
  import { c as ce } from '../../index-d14b6a34.js';
7
7
  import '../../tailwind-config.js';
8
8
  import { c as cn } from '../../cn-90c03edf.js';
9
- import { c as customStyleMap } from '../../index-323568a1.js';
9
+ import { c as customStyleMap } from '../../index-11b4b329.js';
10
10
  import '../lukso-image/index.js';
11
11
  import '../../directive-2bb7789e.js';
12
12
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
7
- const state = require('../../state-dd655282.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
+ const state = require('../../state-09b048f8.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
9
9
  require('../../directive-8278ab14.cjs');
10
10
 
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x, E } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
3
- import { r } from '../../state-a4d47754.js';
1
+ import { a as TailwindElement, x, E } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
+ import { r } from '../../state-1aaee2b7.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
5
5
  import '../../directive-2bb7789e.js';
6
6
 
@@ -2,14 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
7
- const state = require('../../state-dd655282.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
+ const state = require('../../state-09b048f8.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
- const styleMap = require('../../style-map-41455c7b.cjs');
9
+ const styleMap = require('../../style-map-2abffb39.cjs');
10
10
  require('../../tailwind-config.cjs');
11
11
  const cn = require('../../cn-b6daa995.cjs');
12
12
  require('../lukso-icon/index.cjs');
13
+ require('../lukso-sanitize/index.cjs');
13
14
  require('../../directive-8278ab14.cjs');
14
15
 
15
16
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -197,7 +198,7 @@ exports.LuksoColorPicker = class LuksoColorPicker extends shared_tailwindElement
197
198
  descriptionTemplate() {
198
199
  return shared_tailwindElement_index.x`
199
200
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
200
- ${this.description ?? shared_tailwindElement_index.E}
201
+ <lukso-sanitize html-content=${this.description}></lukso-sanitize>
201
202
  </div>
202
203
  `;
203
204
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-color-picker/index.ts"],"names":[],"mappings":"AAOA,OAAO,yBAAyB,CAAA;AAGhC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAI/C,qBACa,gBAAiB,SAAQ,qBAA4B;IAEhE,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAY;IAGvB,KAAK,SAAK;IAGV,EAAE,SAAK;IAGP,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,iBAAiB,UAAQ;IAGzB,IAAI,EAAE,SAAS,CAAW;IAG1B,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,MAAM,CAwFZ;IAEF,iBAAiB;IAajB,aAAa,CAAC,MAAM,EAAE,MAAM;IAwB5B,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM;IAiB5D,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,OAAO,CAAC,WAAW;YAOL,UAAU;YAgBV,YAAY;YAcZ,WAAW;YAeX,WAAW;YAmBX,aAAa;IAe3B,MAAM;CAsBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAA;KACvC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-color-picker/index.ts"],"names":[],"mappings":"AAOA,OAAO,yBAAyB,CAAA;AAChC,OAAO,6BAA6B,CAAA;AAGpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAI/C,qBACa,gBAAiB,SAAQ,qBAA4B;IAEhE,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAY;IAGvB,KAAK,SAAK;IAGV,EAAE,SAAK;IAGP,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,iBAAiB,UAAQ;IAGzB,IAAI,EAAE,SAAS,CAAW;IAG1B,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,MAAM,CAwFZ;IAEF,iBAAiB;IAajB,aAAa,CAAC,MAAM,EAAE,MAAM;IAwB5B,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM;IAiB5D,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,OAAO,CAAC,WAAW;YAOL,UAAU;YAgBV,YAAY;YAcZ,WAAW;YAeX,WAAW;YAmBX,aAAa;IAe3B,MAAM;CAsBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAA;KACvC;CACF"}
@@ -1,11 +1,12 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
3
- import { r } from '../../state-a4d47754.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
+ import { r } from '../../state-1aaee2b7.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
- import { o } from '../../style-map-745a1d23.js';
5
+ import { o } from '../../style-map-c8670fc8.js';
6
6
  import '../../tailwind-config.js';
7
7
  import { c as cn } from '../../cn-90c03edf.js';
8
8
  import '../lukso-icon/index.js';
9
+ import '../lukso-sanitize/index.js';
9
10
  import '../../directive-2bb7789e.js';
10
11
 
11
12
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -193,7 +194,7 @@ let LuksoColorPicker = class extends TailwindStyledElement(style) {
193
194
  descriptionTemplate() {
194
195
  return x`
195
196
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
196
- ${this.description ?? E}
197
+ <lukso-sanitize html-content=${this.description}></lukso-sanitize>
197
198
  </div>
198
199
  `;
199
200
  }
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
  require('../lukso-icon/index.cjs');
9
- require('../../index-541282c1.cjs');
9
+ require('../../index-2f5d5d79.cjs');
10
10
  require('../lukso-username/index.cjs');
11
11
  const uniqId = require('../../uniq-id-f0b18085.cjs');
12
- require('../../style-map-41455c7b.cjs');
12
+ require('../../style-map-2abffb39.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
  require('../lukso-image/index.cjs');
15
- require('../../state-dd655282.cjs');
16
- require('../../index-664bbe9a.cjs');
15
+ require('../../state-09b048f8.cjs');
16
+ require('../../index-8eb2e6d8.cjs');
17
17
  require('../../tailwind-config.cjs');
18
18
  require('../../cn-b6daa995.cjs');
19
19
 
@@ -70,8 +70,7 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
70
70
  },
71
71
  medium: {
72
72
  dropdown: "rounded-12 p-3 mt-2 min-w-[200px] paragraph-inter-14-regular max-h-64"
73
- },
74
- large: "rounded-12 p-3 mt-2 min-w-[200px] paragraph-inter-16-semi-bold max-h-64"
73
+ }
75
74
  },
76
75
  isRight: {
77
76
  true: {
@@ -93,11 +92,6 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
93
92
  size: "medium",
94
93
  class: { dropdown: "max-w-[300px]" }
95
94
  },
96
- {
97
- isFullWidth: false,
98
- size: "large",
99
- class: { dropdown: "max-w-[400px]" }
100
- },
101
95
  {
102
96
  openTop: true,
103
97
  size: "small",
@@ -105,7 +99,7 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
105
99
  },
106
100
  {
107
101
  openTop: true,
108
- size: ["medium", "large"],
102
+ size: ["medium"],
109
103
  class: { wrapper: "bottom-12 mb-2" }
110
104
  }
111
105
  ]
@@ -13,7 +13,7 @@ export declare class LuksoDropdown extends LuksoDropdown_base {
13
13
  openTop: boolean;
14
14
  isRight: boolean;
15
15
  isFullWidth: boolean;
16
- size: InputSize | 'large';
16
+ size: InputSize;
17
17
  trigger: LuksoDropdownTrigger;
18
18
  constructor();
19
19
  private styles;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAIxD,OAAO,yBAAyB,CAAA;AAChC,OAAO,4BAA4B,CAAA;AACnC,OAAO,6BAA6B,CAAA;AAMpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,MAAM,gCAAgC,GAAG;IAC7C,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,OAAO,GAAG,OAAO,CAAA;;AAEpD,qBACa,aAAc,SAAQ,kBAA4B;IAE7D,EAAE,SAAK;IAGP,SAAS,SAAK;IAGd,MAAM,UAAQ;IAGd,oBAAoB,UAAQ;IAG5B,OAAO,UAAQ;IAGf,OAAO,UAAQ;IAGf,WAAW,UAAQ;IAGnB,IAAI,EAAE,SAAS,GAAG,OAAO,CAAW;IAGpC,OAAO,EAAE,oBAAoB,CAAU;;IAUvC,OAAO,CAAC,MAAM,CA4DZ;IAEF,OAAO,CAAC,gBAAgB,CAEvB;IAED,OAAO,CAAC,gBAAgB,CASvB;IAED,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAiB/C,iBAAiB;IAejB,oBAAoB;IAcd,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAiBxD,OAAO,CAAC,WAAW,CAajB;IAEF,MAAM;CAkBP;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-dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAIxD,OAAO,yBAAyB,CAAA;AAChC,OAAO,4BAA4B,CAAA;AACnC,OAAO,6BAA6B,CAAA;AAMpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,MAAM,gCAAgC,GAAG;IAC7C,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,OAAO,GAAG,OAAO,CAAA;;AAEpD,qBACa,aAAc,SAAQ,kBAA4B;IAE7D,EAAE,SAAK;IAGP,SAAS,SAAK;IAGd,MAAM,UAAQ;IAGd,oBAAoB,UAAQ;IAG5B,OAAO,UAAQ;IAGf,OAAO,UAAQ;IAGf,WAAW,UAAQ;IAGnB,IAAI,EAAE,SAAS,CAAW;IAG1B,OAAO,EAAE,oBAAoB,CAAU;;IAUvC,OAAO,CAAC,MAAM,CAqDZ;IAEF,OAAO,CAAC,gBAAgB,CAEvB;IAED,OAAO,CAAC,gBAAgB,CASvB;IAED,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAiB/C,iBAAiB;IAejB,oBAAoB;IAcd,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAiBxD,OAAO,CAAC,WAAW,CAajB;IAEF,MAAM;CAkBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAA;KAChC;CACF"}
@@ -1,15 +1,15 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
  import '../lukso-icon/index.js';
5
- import '../../index-efc0c2e6.js';
5
+ import '../../index-de036f63.js';
6
6
  import '../lukso-username/index.js';
7
7
  import { u as uniqId } from '../../uniq-id-ce2d165c.js';
8
- import '../../style-map-745a1d23.js';
8
+ import '../../style-map-c8670fc8.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
  import '../lukso-image/index.js';
11
- import '../../state-a4d47754.js';
12
- import '../../index-323568a1.js';
11
+ import '../../state-1aaee2b7.js';
12
+ import '../../index-11b4b329.js';
13
13
  import '../../tailwind-config.js';
14
14
  import '../../cn-90c03edf.js';
15
15
 
@@ -66,8 +66,7 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
66
66
  },
67
67
  medium: {
68
68
  dropdown: "rounded-12 p-3 mt-2 min-w-[200px] paragraph-inter-14-regular max-h-64"
69
- },
70
- large: "rounded-12 p-3 mt-2 min-w-[200px] paragraph-inter-16-semi-bold max-h-64"
69
+ }
71
70
  },
72
71
  isRight: {
73
72
  true: {
@@ -89,11 +88,6 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
89
88
  size: "medium",
90
89
  class: { dropdown: "max-w-[300px]" }
91
90
  },
92
- {
93
- isFullWidth: false,
94
- size: "large",
95
- class: { dropdown: "max-w-[400px]" }
96
- },
97
91
  {
98
92
  openTop: true,
99
93
  size: "small",
@@ -101,7 +95,7 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
101
95
  },
102
96
  {
103
97
  openTop: true,
104
- size: ["medium", "large"],
98
+ size: ["medium"],
105
99
  class: { wrapper: "bottom-12 mb-2" }
106
100
  }
107
101
  ]
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
 
9
9
  const style = ":host {\n display: block\n}";
@@ -43,8 +43,7 @@ exports.LuksoDropdownOption = class LuksoDropdownOption extends shared_tailwindE
43
43
  },
44
44
  size: {
45
45
  small: "paragraph-inter-12-regular rounded-4 px-2 min-h-[28px]",
46
- medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]",
47
- large: "paragraph-inter-16-semi-bold rounded-8 px-3 min-h-[38px]"
46
+ medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]"
48
47
  },
49
48
  isDisabled: {
50
49
  true: "opacity-60 cursor-not-allowed"
@@ -65,11 +64,6 @@ exports.LuksoDropdownOption = class LuksoDropdownOption extends shared_tailwindE
65
64
  size: "medium",
66
65
  class: "pl-4"
67
66
  },
68
- {
69
- isGroup: true,
70
- size: "large",
71
- class: "pl-4"
72
- },
73
67
  {
74
68
  isReadonly: false,
75
69
  isSelected: true,
@@ -6,7 +6,7 @@ export declare class LuksoDropdownOption extends LuksoDropdownOption_base {
6
6
  isSelected: boolean;
7
7
  isActive: boolean;
8
8
  isGroup: boolean;
9
- size: InputSize | 'large';
9
+ size: InputSize;
10
10
  private styles;
11
11
  render(): import("lit-html").TemplateResult<1>;
12
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-dropdown-option/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAE/C,qBACa,mBAAoB,SAAQ,wBAA4B;IAEnE,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,QAAQ,UAAQ;IAGhB,OAAO,UAAQ;IAGf,IAAI,EAAE,SAAS,GAAG,OAAO,CAAW;IAEpC,OAAO,CAAC,MAAM,CAgDZ;IAEF,MAAM;CAcP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uBAAuB,EAAE,mBAAmB,CAAA;KAC7C;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-dropdown-option/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAE/C,qBACa,mBAAoB,SAAQ,wBAA4B;IAEnE,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,QAAQ,UAAQ;IAGhB,OAAO,UAAQ;IAGf,IAAI,EAAE,SAAS,CAAW;IAE1B,OAAO,CAAC,MAAM,CA0CZ;IAEF,MAAM;CAcP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uBAAuB,EAAE,mBAAmB,CAAA;KAC7C;CACF"}
@@ -1,5 +1,5 @@
1
- import { T as TailwindStyledElement, x } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
 
5
5
  const style = ":host {\n display: block\n}";
@@ -39,8 +39,7 @@ let LuksoDropdownOption = class extends TailwindStyledElement(style) {
39
39
  },
40
40
  size: {
41
41
  small: "paragraph-inter-12-regular rounded-4 px-2 min-h-[28px]",
42
- medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]",
43
- large: "paragraph-inter-16-semi-bold rounded-8 px-3 min-h-[38px]"
42
+ medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]"
44
43
  },
45
44
  isDisabled: {
46
45
  true: "opacity-60 cursor-not-allowed"
@@ -61,11 +60,6 @@ let LuksoDropdownOption = class extends TailwindStyledElement(style) {
61
60
  size: "medium",
62
61
  class: "pl-4"
63
62
  },
64
- {
65
- isGroup: true,
66
- size: "large",
67
- class: "pl-4"
68
- },
69
63
  {
70
64
  isReadonly: false,
71
65
  isSelected: true,
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
7
 
8
8
  var __defProp = Object.defineProperty;
9
9
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,5 +1,5 @@
1
- import { a as TailwindElement, x } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
1
+ import { a as TailwindElement, x } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  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-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
7
- const styleMap = require('../../style-map-41455c7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
+ const styleMap = require('../../style-map-2abffb39.cjs');
8
8
  require('../../directive-8278ab14.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -1,6 +1,6 @@
1
- import { x, T as TailwindStyledElement } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
3
- import { o } from '../../style-map-745a1d23.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
+ import { o } from '../../style-map-c8670fc8.js';
4
4
  import '../../directive-2bb7789e.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
7
- const state = require('../../state-dd655282.cjs');
8
- const styleMap = require('../../style-map-41455c7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
+ const state = require('../../state-09b048f8.cjs');
8
+ const styleMap = require('../../style-map-2abffb39.cjs');
9
9
  const index = require('../../index-2b104ecb.cjs');
10
10
  require('../../directive-8278ab14.cjs');
11
11
 
@@ -1,7 +1,7 @@
1
- import { a as TailwindElement, x } from '../../index-a09c053e.js';
2
- import { n, t } from '../../property-6d71df6f.js';
3
- import { r } from '../../state-a4d47754.js';
4
- import { o } from '../../style-map-745a1d23.js';
1
+ import { a as TailwindElement, x } from '../../index-82b4fdeb.js';
2
+ import { n, t } from '../../property-cfc5fabd.js';
3
+ import { r } from '../../state-1aaee2b7.js';
4
+ import { o } from '../../style-map-c8670fc8.js';
5
5
  import { c as ce } from '../../index-d14b6a34.js';
6
6
  import '../../directive-2bb7789e.js';
7
7
 
@@ -2,14 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-4145c314.cjs');
6
- const property = require('../../property-cba034d3.cjs');
7
- const state = require('../../state-dd655282.cjs');
5
+ const shared_tailwindElement_index = require('../../index-1fd569a9.cjs');
6
+ const property = require('../../property-7a90cede.cjs');
7
+ const state = require('../../state-09b048f8.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
+ require('../lukso-sanitize/index.cjs');
10
11
  require('../../tailwind-config.cjs');
11
12
  const cn = require('../../cn-b6daa995.cjs');
12
- require('../../style-map-41455c7b.cjs');
13
+ require('../../style-map-2abffb39.cjs');
13
14
  require('../../directive-8278ab14.cjs');
14
15
 
15
16
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -49,7 +50,7 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
49
50
  this.max = void 0;
50
51
  this.min = void 0;
51
52
  this.borderless = false;
52
- this.size = "medium";
53
+ this.size = "large";
53
54
  this.rightIcon = "";
54
55
  this.isRightIconClickable = false;
55
56
  this.keepFocusOnEscape = false;
@@ -113,13 +114,18 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
113
114
  rightIcon: "right-2"
114
115
  },
115
116
  medium: {
116
- input: "h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-12",
117
- unit: "h-[48px] paragraph-inter-12-regular px-3.5 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
117
+ input: "h-[40px] px-4 py-2 paragraph-inter-14-regular rounded-12",
118
+ unit: "h-[40px] paragraph-inter-12-regular px-3.5 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
118
119
  rightIcon: "right-3"
119
120
  },
120
121
  large: {
121
- input: "h-[70px] px-4 py-5 paragraph-inter-16-regular rounded-12",
122
- unit: "h-[48px] paragraph-inter-16-semi-bold px-3.5 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
122
+ input: "h-[48px] px-4 py-2 paragraph-inter-14-regular rounded-12",
123
+ unit: "h-[48px] paragraph-inter-14-regular px-3.5 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
124
+ rightIcon: "right-3"
125
+ },
126
+ "x-large": {
127
+ input: "h-[68px] px-4 py-5 paragraph-inter-16-regular rounded-12",
128
+ unit: "h-[68px] paragraph-inter-16-regular px-3.5 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
123
129
  rightIcon: "right-4"
124
130
  }
125
131
  },
@@ -155,12 +161,7 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
155
161
  },
156
162
  {
157
163
  hasRightIcon: true,
158
- size: "large",
159
- class: { input: "pr-10" }
160
- },
161
- {
162
- hasRightIcon: true,
163
- size: "medium",
164
+ size: ["medium", "large", "x-large"],
164
165
  class: { input: "pr-10" }
165
166
  },
166
167
  {
@@ -224,7 +225,7 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
224
225
  descriptionTemplate() {
225
226
  return shared_tailwindElement_index.x`
226
227
  <div class="paragraph-inter-12-regular text-neutral-20 pb-2">
227
- ${this.description ?? shared_tailwindElement_index.E}
228
+ <lukso-sanitize html-content=${this.description}></lukso-sanitize>
228
229
  </div>
229
230
  `;
230
231
  }
@@ -246,7 +247,7 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
246
247
  rightIconTemplate(styles) {
247
248
  return shared_tailwindElement_index.x`<lukso-icon
248
249
  name=${this.rightIcon}
249
- size=${this.size}
250
+ size="medium"
250
251
  class=${styles}
251
252
  @click=${this.handleRightIconClick}
252
253
  ></lukso-icon>`;
@@ -21,7 +21,7 @@ export declare class LuksoInput extends LuksoInput_base {
21
21
  max: number | undefined;
22
22
  min: number | undefined;
23
23
  borderless: boolean;
24
- size: InputSize | 'large';
24
+ size: InputSize | 'large' | 'x-large';
25
25
  rightIcon: string;
26
26
  isRightIconClickable: boolean;
27
27
  keepFocusOnEscape: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-input/index.ts"],"names":[],"mappings":"AAIA,OAAO,yBAAyB,CAAA;AAKhC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAI/C,qBACa,UAAW,SAAQ,eAA4B;IAE1D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAO;IAGnB,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,UAAU,UAAQ;IAGlB,IAAI,EAAE,SAAS,GAAG,OAAO,CAAW;IAGpC,SAAS,SAAK;IAGd,oBAAoB,UAAQ;IAG5B,iBAAiB,UAAQ;IAGzB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,WAAW,CAkHjB;IAEF,iBAAiB;IAYjB,aAAa,CAAC,MAAM,EAAE,MAAM;IAgC5B,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,YAAY,CAAC,MAAM,EAAE,MAAM;IAW3B,iBAAiB,CAAC,MAAM,EAAE,MAAM;IAShC,OAAO,CAAC,WAAW;YAOL,UAAU;YAgBV,YAAY;YAcZ,WAAW;YAeX,WAAW;YAmBX,aAAa;YAcb,cAAc;IAc5B,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe;YAaT,gBAAgB;IAc9B,OAAO,CAAC,oBAAoB;IAY5B,MAAM;CA6BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAA;KAC1B;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-input/index.ts"],"names":[],"mappings":"AAIA,OAAO,yBAAyB,CAAA;AAChC,OAAO,6BAA6B,CAAA;AAKpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAI/C,qBACa,UAAW,SAAQ,eAA4B;IAE1D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAO;IAGnB,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,UAAU,UAAQ;IAGlB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAU;IAG/C,SAAS,SAAK;IAGd,oBAAoB,UAAQ;IAG5B,iBAAiB,UAAQ;IAGzB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,WAAW,CAkHjB;IAEF,iBAAiB;IAYjB,aAAa,CAAC,MAAM,EAAE,MAAM;IAgC5B,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,YAAY,CAAC,MAAM,EAAE,MAAM;IAW3B,iBAAiB,CAAC,MAAM,EAAE,MAAM;IAShC,OAAO,CAAC,WAAW;YAOL,UAAU;YAgBV,YAAY;YAcZ,WAAW;YAeX,WAAW;YAmBX,aAAa;YAcb,cAAc;IAc5B,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe;YAaT,gBAAgB;IAc9B,OAAO,CAAC,oBAAoB;IAY5B,MAAM;CA6BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAA;KAC1B;CACF"}