@lukso/web-components 1.142.2 → 1.142.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/components/index.cjs +4 -4
  2. package/dist/components/index.js +4 -4
  3. package/dist/components/lukso-button/index.cjs +7 -5
  4. package/dist/components/lukso-button/index.d.ts +1 -1
  5. package/dist/components/lukso-button/index.d.ts.map +1 -1
  6. package/dist/components/lukso-button/index.js +7 -5
  7. package/dist/components/lukso-card/index.cjs +6 -6
  8. package/dist/components/lukso-card/index.js +6 -6
  9. package/dist/components/lukso-checkbox/index.cjs +3 -3
  10. package/dist/components/lukso-checkbox/index.js +3 -3
  11. package/dist/components/lukso-color-picker/index.cjs +11 -5
  12. package/dist/components/lukso-color-picker/index.d.ts.map +1 -1
  13. package/dist/components/lukso-color-picker/index.js +11 -5
  14. package/dist/components/lukso-color-picker/lukso-color-picker.stories.d.ts +3 -1
  15. package/dist/components/lukso-color-picker/lukso-color-picker.stories.d.ts.map +1 -1
  16. package/dist/components/lukso-dropdown/index.cjs +13 -9
  17. package/dist/components/lukso-dropdown/index.d.ts.map +1 -1
  18. package/dist/components/lukso-dropdown/index.js +13 -9
  19. package/dist/components/lukso-dropdown/lukso-dropdown.stories.d.ts +2 -0
  20. package/dist/components/lukso-dropdown/lukso-dropdown.stories.d.ts.map +1 -1
  21. package/dist/components/lukso-dropdown-option/index.cjs +11 -4
  22. package/dist/components/lukso-dropdown-option/index.d.ts.map +1 -1
  23. package/dist/components/lukso-dropdown-option/index.js +11 -4
  24. package/dist/components/lukso-footer/index.cjs +2 -2
  25. package/dist/components/lukso-footer/index.js +2 -2
  26. package/dist/components/lukso-icon/index.cjs +3 -3
  27. package/dist/components/lukso-icon/index.js +3 -3
  28. package/dist/components/lukso-image/index.cjs +4 -4
  29. package/dist/components/lukso-image/index.js +4 -4
  30. package/dist/components/lukso-input/index.cjs +3 -3
  31. package/dist/components/lukso-input/index.d.ts +1 -1
  32. package/dist/components/lukso-input/index.d.ts.map +1 -1
  33. package/dist/components/lukso-input/index.js +3 -3
  34. package/dist/components/lukso-modal/index.cjs +2 -2
  35. package/dist/components/lukso-modal/index.js +2 -2
  36. package/dist/components/lukso-navbar/index.cjs +3 -3
  37. package/dist/components/lukso-navbar/index.d.ts +1 -0
  38. package/dist/components/lukso-navbar/index.d.ts.map +1 -1
  39. package/dist/components/lukso-navbar/index.js +3 -3
  40. package/dist/components/lukso-pagination/index.cjs +10 -4
  41. package/dist/components/lukso-pagination/index.d.ts.map +1 -1
  42. package/dist/components/lukso-pagination/index.js +10 -4
  43. package/dist/components/lukso-profile/index.cjs +3 -3
  44. package/dist/components/lukso-profile/index.js +3 -3
  45. package/dist/components/lukso-progress/index.cjs +3 -3
  46. package/dist/components/lukso-progress/index.js +3 -3
  47. package/dist/components/lukso-radio/index.cjs +3 -3
  48. package/dist/components/lukso-radio/index.js +3 -3
  49. package/dist/components/lukso-radio-group/index.cjs +3 -3
  50. package/dist/components/lukso-radio-group/index.js +3 -3
  51. package/dist/components/lukso-sanitize/index.cjs +2 -2
  52. package/dist/components/lukso-sanitize/index.js +2 -2
  53. package/dist/components/lukso-search/index.cjs +6 -6
  54. package/dist/components/lukso-search/index.d.ts +1 -1
  55. package/dist/components/lukso-search/index.d.ts.map +1 -1
  56. package/dist/components/lukso-search/index.js +6 -6
  57. package/dist/components/lukso-select/index.cjs +15 -9
  58. package/dist/components/lukso-select/index.d.ts.map +1 -1
  59. package/dist/components/lukso-select/index.js +15 -9
  60. package/dist/components/lukso-select/lukso-select.stories.d.ts +4 -0
  61. package/dist/components/lukso-select/lukso-select.stories.d.ts.map +1 -1
  62. package/dist/components/lukso-share/index.cjs +2 -2
  63. package/dist/components/lukso-share/index.js +2 -2
  64. package/dist/components/lukso-switch/index.cjs +3 -3
  65. package/dist/components/lukso-switch/index.js +3 -3
  66. package/dist/components/lukso-tag/index.cjs +3 -3
  67. package/dist/components/lukso-tag/index.js +3 -3
  68. package/dist/components/lukso-terms/index.cjs +3 -3
  69. package/dist/components/lukso-terms/index.js +3 -3
  70. package/dist/components/lukso-test/index.cjs +3 -3
  71. package/dist/components/lukso-test/index.js +3 -3
  72. package/dist/components/lukso-textarea/index.cjs +9 -5
  73. package/dist/components/lukso-textarea/index.d.ts.map +1 -1
  74. package/dist/components/lukso-textarea/index.js +9 -5
  75. package/dist/components/lukso-tooltip/index.cjs +3 -3
  76. package/dist/components/lukso-tooltip/index.js +3 -3
  77. package/dist/components/lukso-username/index.cjs +4 -4
  78. package/dist/components/lukso-username/index.js +4 -4
  79. package/dist/components/lukso-wizard/index.cjs +3 -3
  80. package/dist/components/lukso-wizard/index.js +3 -3
  81. package/dist/{directive-helpers-BilhVy-E.cjs → directive-helpers-D-GSfYoF.cjs} +1 -1
  82. package/dist/{directive-helpers-DmfQA7B0.js → directive-helpers-HolCALDF.js} +1 -1
  83. package/dist/{index-CmV7e0vw.cjs → index-Bia7DdI2.cjs} +3 -3
  84. package/dist/{index-DGF2vbAO.js → index-C6mXmsh3.js} +1 -1
  85. package/dist/{index-D1Py8U6q.cjs → index-CdJ6sSDh.cjs} +2 -2
  86. package/dist/{index-DU7D2ZlZ.cjs → index-CmsSXJJP.cjs} +1 -1
  87. package/dist/index-CuduEaB2.cjs +50 -0
  88. package/dist/{index-uZYUCmTp.js → index-D0uJDSKi.js} +5 -5
  89. package/dist/{index-CFdnuKso.cjs → index-DHLarDqH.cjs} +5 -5
  90. package/dist/{index-Cb_JUuy4.js → index-DSVq9yxq.js} +3 -3
  91. package/dist/index-DqZeY5Ft.js +41 -0
  92. package/dist/{index--Rm5lIdY.js → index-mcfs95wa.js} +2 -2
  93. package/dist/index.cjs +4 -4
  94. package/dist/index.js +4 -4
  95. package/dist/{property-Ct2CR7yu.cjs → property-BAw-oPoY.cjs} +1 -1
  96. package/dist/{property-BNDS2YNq.js → property-UjLizyyC.js} +1 -1
  97. package/dist/shared/tailwind-element/index.cjs +1 -1
  98. package/dist/shared/tailwind-element/index.js +1 -1
  99. package/dist/shared/types.d.ts +1 -1
  100. package/dist/shared/types.d.ts.map +1 -1
  101. package/dist/{state-DQLdL2U7.js → state-Cp3uU49S.js} +1 -1
  102. package/dist/{state-N7_kBt7h.cjs → state-Dr1i5F-v.cjs} +1 -1
  103. package/dist/{style-map-DG3R-qeW.js → style-map-8Lfg1B1r.js} +1 -1
  104. package/dist/{style-map-CmYXi-8E.cjs → style-map-BDGPu5bX.cjs} +1 -1
  105. package/package.json +1 -1
  106. package/dist/index-ai1JMlH_.js +0 -41
  107. package/dist/index-sTnZd0lm.cjs +0 -50
@@ -15,12 +15,12 @@ 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-D1Py8U6q.cjs');
18
+ const components_luksoProfile_index = require('../index-CdJ6sSDh.cjs');
19
19
  const components_luksoProgress_index = require('./lukso-progress/index.cjs');
20
20
  const components_luksoRadio_index = require('./lukso-radio/index.cjs');
21
21
  const components_luksoRadioGroup_index = require('./lukso-radio-group/index.cjs');
22
22
  const components_luksoSanitize_index = require('./lukso-sanitize/index.cjs');
23
- const components_luksoSearch_index = require('../index-CFdnuKso.cjs');
23
+ const components_luksoSearch_index = require('../index-DHLarDqH.cjs');
24
24
  const components_luksoSelect_index = require('./lukso-select/index.cjs');
25
25
  const components_luksoShare_index = require('./lukso-share/index.cjs');
26
26
  const components_luksoSwitch_index = require('./lukso-switch/index.cjs');
@@ -29,9 +29,9 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
29
29
  const components_luksoTest_index = require('./lukso-test/index.cjs');
30
30
  const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
31
31
  const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
32
- const components_luksoUsername_index = require('../index-CmV7e0vw.cjs');
32
+ const components_luksoUsername_index = require('../index-Bia7DdI2.cjs');
33
33
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
34
- const shared_tailwindElement_index = require('../index-sTnZd0lm.cjs');
34
+ const shared_tailwindElement_index = require('../index-CuduEaB2.cjs');
35
35
  require('../cn-CNdKneQ1.cjs');
36
36
 
37
37
 
@@ -11,12 +11,12 @@ 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--Rm5lIdY.js';
14
+ export { L as LuksoProfile } from '../index-mcfs95wa.js';
15
15
  export { LuksoProgress } from './lukso-progress/index.js';
16
16
  export { LuksoRadio } from './lukso-radio/index.js';
17
17
  export { LuksoRadioGroup } from './lukso-radio-group/index.js';
18
18
  export { LuksoSanitize } from './lukso-sanitize/index.js';
19
- export { L as LuksoSearch } from '../index-uZYUCmTp.js';
19
+ export { L as LuksoSearch } from '../index-D0uJDSKi.js';
20
20
  export { LuksoSelect } from './lukso-select/index.js';
21
21
  export { LuksoShare } from './lukso-share/index.js';
22
22
  export { LuksoSwitch } from './lukso-switch/index.js';
@@ -25,7 +25,7 @@ export { LuksoTerms } from './lukso-terms/index.js';
25
25
  export { LuksoTest } from './lukso-test/index.js';
26
26
  export { LuksoTextarea } from './lukso-textarea/index.js';
27
27
  export { LuksoTooltip } from './lukso-tooltip/index.js';
28
- export { L as LuksoUsername } from '../index-Cb_JUuy4.js';
28
+ export { L as LuksoUsername } from '../index-DSVq9yxq.js';
29
29
  export { LuksoWizard } from './lukso-wizard/index.js';
30
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-ai1JMlH_.js';
30
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-DqZeY5Ft.js';
31
31
  import '../cn-Cu9aP49j.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-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
7
- const state = require('../../state-N7_kBt7h.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
+ const state = require('../../state-Dr1i5F-v.cjs');
8
8
  const index = require('../../index-CaJky2qL.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-CNdKneQ1.cjs');
@@ -88,7 +88,8 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
88
88
  size: {
89
89
  small: "h-7 px-3 paragraph-inter-12-medium rounded-8",
90
90
  medium: "h-10 px-4 paragraph-inter-14-semi-bold rounded-10",
91
- large: "h-12 px-6 paragraph-inter-16-semi-bold rounded-12"
91
+ large: "h-12 px-6 paragraph-inter-16-semi-bold rounded-12",
92
+ "x-large": ""
92
93
  },
93
94
  isLongPress: {
94
95
  true: `relative overflow-hidden z-[1] active:outline-0
@@ -174,7 +175,8 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
174
175
  },
175
176
  large: {
176
177
  text: "ml-2"
177
- }
178
+ },
179
+ "x-large": {}
178
180
  }
179
181
  }
180
182
  });
@@ -5,7 +5,7 @@ export type LinkTarget = '_blank' | '_self' | '_parent' | '_top';
5
5
  declare const LuksoButton_base: typeof import('lit').LitElement;
6
6
  export declare class LuksoButton extends LuksoButton_base {
7
7
  variant: ButtonVariant;
8
- size: InputSize | 'large';
8
+ size: InputSize;
9
9
  disabled: boolean;
10
10
  isFullWidth: boolean;
11
11
  isLongPress: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-button/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,MAAM,aAAa,GACrB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,YAAY,GACZ,UAAU,GACV,MAAM,GACN,SAAS,GACT,QAAQ,GACR,SAAS,CAAA;AACb,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AACtD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,SAAS,GAAG,OAAO,CAAU;IAGnC,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,SAAS,UAAQ;IAGjB,IAAI,EAAE,UAAU,CAAW;IAG3B,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,QAAQ,UAAQ;IAGhB,KAAK,SAAK;IAGV,MAAM,UAAQ;IAGd,KAAK,SAAK;IAGV,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAOnB;IAEF,OAAO,CAAC,YAAY,CA8GlB;IAEF,OAAO,CAAC,aAAa,CAkBnB;IAEF,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,aAAa;IAcrB,eAAe;IAkBf,eAAe;IAQf,cAAc;IA+Bd,YAAY;IAwBZ,MAAM;CAGP;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-button/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,MAAM,aAAa,GACrB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,YAAY,GACZ,UAAU,GACV,MAAM,GACN,SAAS,GACT,QAAQ,GACR,SAAS,CAAA;AACb,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AACtD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,SAAS,CAAU;IAGzB,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,SAAS,UAAQ;IAGjB,IAAI,EAAE,UAAU,CAAW;IAG3B,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,QAAQ,UAAQ;IAGhB,KAAK,SAAK;IAGV,MAAM,UAAQ;IAGd,KAAK,SAAK;IAGV,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAOnB;IAEF,OAAO,CAAC,YAAY,CA+GlB;IAEF,OAAO,CAAC,aAAa,CAmBnB;IAEF,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,aAAa;IAcrB,eAAe;IAkBf,eAAe;IAQf,cAAc;IA+Bd,YAAY;IAwBZ,MAAM;CAGP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
3
- import { r } from '../../state-DQLdL2U7.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
+ import { r } from '../../state-Cp3uU49S.js';
4
4
  import { c as ce } from '../../index-B9iart53.js';
5
5
  import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../cn-Cu9aP49j.js';
@@ -84,7 +84,8 @@ let LuksoButton = class extends TailwindStyledElement(style) {
84
84
  size: {
85
85
  small: "h-7 px-3 paragraph-inter-12-medium rounded-8",
86
86
  medium: "h-10 px-4 paragraph-inter-14-semi-bold rounded-10",
87
- large: "h-12 px-6 paragraph-inter-16-semi-bold rounded-12"
87
+ large: "h-12 px-6 paragraph-inter-16-semi-bold rounded-12",
88
+ "x-large": ""
88
89
  },
89
90
  isLongPress: {
90
91
  true: `relative overflow-hidden z-[1] active:outline-0
@@ -170,7 +171,8 @@ let LuksoButton = class extends TailwindStyledElement(style) {
170
171
  },
171
172
  large: {
172
173
  text: "ml-2"
173
- }
174
+ },
175
+ "x-large": {}
174
176
  }
175
177
  }
176
178
  });
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const components_luksoProfile_index = require('../../index-D1Py8U6q.cjs');
6
- const shared_tailwindElement_index = require('../../index-sTnZd0lm.cjs');
7
- const property = require('../../property-Ct2CR7yu.cjs');
8
- const state = require('../../state-N7_kBt7h.cjs');
9
- const styleMap = require('../../style-map-CmYXi-8E.cjs');
5
+ const components_luksoProfile_index = require('../../index-CdJ6sSDh.cjs');
6
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
7
+ const property = require('../../property-BAw-oPoY.cjs');
8
+ const state = require('../../state-Dr1i5F-v.cjs');
9
+ const styleMap = require('../../style-map-BDGPu5bX.cjs');
10
10
  const index = require('../../index-CaJky2qL.cjs');
11
11
  require('../../tailwind-config.cjs');
12
12
  const cn = require('../../cn-CNdKneQ1.cjs');
13
- const index$1 = require('../../index-DU7D2ZlZ.cjs');
13
+ const index$1 = require('../../index-CmsSXJJP.cjs');
14
14
  require('../lukso-image/index.cjs');
15
15
 
16
16
  /**
@@ -1,12 +1,12 @@
1
- import { m as makeBlockie } from '../../index--Rm5lIdY.js';
2
- import { T as TailwindStyledElement, x, E } from '../../index-ai1JMlH_.js';
3
- import { n, t } from '../../property-BNDS2YNq.js';
4
- import { r } from '../../state-DQLdL2U7.js';
5
- import { o as o$1 } from '../../style-map-DG3R-qeW.js';
1
+ import { m as makeBlockie } from '../../index-mcfs95wa.js';
2
+ import { T as TailwindStyledElement, x, E } from '../../index-DqZeY5Ft.js';
3
+ import { n, t } from '../../property-UjLizyyC.js';
4
+ import { r } from '../../state-Cp3uU49S.js';
5
+ import { o as o$1 } from '../../style-map-8Lfg1B1r.js';
6
6
  import { c as ce } from '../../index-B9iart53.js';
7
7
  import '../../tailwind-config.js';
8
8
  import { c as cn } from '../../cn-Cu9aP49j.js';
9
- import { c as customStyleMap } from '../../index-DGF2vbAO.js';
9
+ import { c as customStyleMap } from '../../index-C6mXmsh3.js';
10
10
  import '../lukso-image/index.js';
11
11
 
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-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
7
- const state = require('../../state-N7_kBt7h.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
+ const state = require('../../state-Dr1i5F-v.cjs');
8
8
  const index = require('../../index-D0nCA-7X.cjs');
9
9
 
10
10
  var __defProp = Object.defineProperty;
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x, E } from '../../index-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
3
- import { r } from '../../state-DQLdL2U7.js';
1
+ import { a as TailwindElement, x, E } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
+ import { r } from '../../state-Cp3uU49S.js';
4
4
  import { c as customClassMap } from '../../index-F8ll4iy2.js';
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
7
- const state = require('../../state-N7_kBt7h.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
+ const state = require('../../state-Dr1i5F-v.cjs');
8
8
  const index = require('../../index-CaJky2qL.cjs');
9
- const styleMap = require('../../style-map-CmYXi-8E.cjs');
9
+ const styleMap = require('../../style-map-BDGPu5bX.cjs');
10
10
  require('../../tailwind-config.cjs');
11
11
  const cn = require('../../cn-CNdKneQ1.cjs');
12
12
  require('../lukso-icon/index.cjs');
@@ -95,10 +95,16 @@ exports.LuksoColorPicker = class LuksoColorPicker extends shared_tailwindElement
95
95
  color: "h-[28px] w-[28px]"
96
96
  },
97
97
  medium: {
98
+ wrapper: "grid-cols-[40px,auto] rounded-12",
99
+ input: "h-[40px] px-3 py-2 paragraph-inter-14-regular rounded-r-10",
100
+ color: "h-[40px] w-[40px]"
101
+ },
102
+ large: {
98
103
  wrapper: "grid-cols-[48px,auto] rounded-12",
99
104
  input: "h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-r-12",
100
105
  color: "h-[48px] w-[48px]"
101
- }
106
+ },
107
+ "x-large": {}
102
108
  }
103
109
  },
104
110
  compoundVariants: [
@@ -1 +1 @@
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
+ {"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,CA8FZ;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,8 +1,8 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
3
- import { r } from '../../state-DQLdL2U7.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
+ import { r } from '../../state-Cp3uU49S.js';
4
4
  import { c as ce } from '../../index-B9iart53.js';
5
- import { o } from '../../style-map-DG3R-qeW.js';
5
+ import { o } from '../../style-map-8Lfg1B1r.js';
6
6
  import '../../tailwind-config.js';
7
7
  import { c as cn } from '../../cn-Cu9aP49j.js';
8
8
  import '../lukso-icon/index.js';
@@ -91,10 +91,16 @@ let LuksoColorPicker = class extends TailwindStyledElement(style) {
91
91
  color: "h-[28px] w-[28px]"
92
92
  },
93
93
  medium: {
94
+ wrapper: "grid-cols-[40px,auto] rounded-12",
95
+ input: "h-[40px] px-3 py-2 paragraph-inter-14-regular rounded-r-10",
96
+ color: "h-[40px] w-[40px]"
97
+ },
98
+ large: {
94
99
  wrapper: "grid-cols-[48px,auto] rounded-12",
95
100
  input: "h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-r-12",
96
101
  color: "h-[48px] w-[48px]"
97
- }
102
+ },
103
+ "x-large": {}
98
104
  }
99
105
  },
100
106
  compoundVariants: [
@@ -15,5 +15,7 @@ export declare const ErrorInput: any;
15
15
  /** If you need input to take full width of the parent element add `is-full-width` property. */
16
16
  export declare const FullWidth: any;
17
17
  /** Example of `small` size input. */
18
- export declare const Small: any;
18
+ export declare const SmallSize: any;
19
+ /** Example of `medium` size input. */
20
+ export declare const MediumSize: any;
19
21
  //# sourceMappingURL=lukso-color-picker.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lukso-color-picker.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-color-picker/lukso-color-picker.stories.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAErD,OAAO,SAAS,CAAA;AAEhB,sEAAsE;AACtE,QAAA,MAAM,IAAI,EAAE,IA2LX,CAAA;AAED,eAAe,IAAI,CAAA;AA6CnB,8CAA8C;AAC9C,eAAO,MAAM,YAAY,KAAoB,CAAA;AAE7C,gDAAgD;AAChD,eAAO,MAAM,eAAe,KAAoB,CAAA;AAMhD,qCAAqC;AACrC,eAAO,MAAM,KAAK,KAAoB,CAAA;AAKtC,uDAAuD;AACvD,eAAO,MAAM,mBAAmB,KAAoB,CAAA;AAMpD,qCAAqC;AACrC,eAAO,MAAM,UAAU,KAAoB,CAAA;AAO3C,+FAA+F;AAC/F,eAAO,MAAM,SAAS,KAAoB,CAAA;AAK1C,qCAAqC;AACrC,eAAO,MAAM,KAAK,KAAoB,CAAA"}
1
+ {"version":3,"file":"lukso-color-picker.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-color-picker/lukso-color-picker.stories.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAErD,OAAO,SAAS,CAAA;AAEhB,sEAAsE;AACtE,QAAA,MAAM,IAAI,EAAE,IA2LX,CAAA;AAED,eAAe,IAAI,CAAA;AA6CnB,8CAA8C;AAC9C,eAAO,MAAM,YAAY,KAAoB,CAAA;AAE7C,gDAAgD;AAChD,eAAO,MAAM,eAAe,KAAoB,CAAA;AAMhD,qCAAqC;AACrC,eAAO,MAAM,KAAK,KAAoB,CAAA;AAKtC,uDAAuD;AACvD,eAAO,MAAM,mBAAmB,KAAoB,CAAA;AAMpD,qCAAqC;AACrC,eAAO,MAAM,UAAU,KAAoB,CAAA;AAO3C,+FAA+F;AAC/F,eAAO,MAAM,SAAS,KAAoB,CAAA;AAK1C,qCAAqC;AACrC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAK1C,sCAAsC;AACtC,eAAO,MAAM,UAAU,KAAoB,CAAA"}
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
7
  const index = require('../../index-CaJky2qL.cjs');
8
8
  require('../lukso-icon/index.cjs');
9
- require('../../index-D1Py8U6q.cjs');
10
- require('../../index-CmV7e0vw.cjs');
9
+ require('../../index-CdJ6sSDh.cjs');
10
+ require('../../index-Bia7DdI2.cjs');
11
11
  const uniqId = require('../../uniq-id-Cszs24DQ.cjs');
12
12
 
13
13
  const debounceFunction = (func, timeout = 100) => {
@@ -42,7 +42,7 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
42
42
  this.openTop = false;
43
43
  this.isRight = false;
44
44
  this.isFullWidth = false;
45
- this.size = "medium";
45
+ this.size = "large";
46
46
  this.trigger = "click";
47
47
  this.maxHeight = void 0;
48
48
  this.styles = index.ce({
@@ -62,8 +62,12 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
62
62
  dropdown: "rounded-8 p-2 mt-1 min-w-[120px] paragraph-inter-12-regular"
63
63
  },
64
64
  medium: {
65
+ dropdown: "rounded-10 p-3 mt-2 min-w-[200px] paragraph-inter-14-regular"
66
+ },
67
+ large: {
65
68
  dropdown: "rounded-12 p-3 mt-2 min-w-[200px] paragraph-inter-14-regular"
66
- }
69
+ },
70
+ "x-large": {}
67
71
  },
68
72
  isRight: {
69
73
  true: {
@@ -85,7 +89,7 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
85
89
  },
86
90
  {
87
91
  isFullWidth: false,
88
- size: "medium",
92
+ size: "large",
89
93
  class: { dropdown: "max-w-[300px]" }
90
94
  },
91
95
  {
@@ -95,7 +99,7 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
95
99
  },
96
100
  {
97
101
  openTop: true,
98
- size: ["medium"],
102
+ size: ["large"],
99
103
  class: { wrapper: "bottom-12 mb-2" }
100
104
  },
101
105
  {
@@ -105,7 +109,7 @@ exports.LuksoDropdown = class LuksoDropdown extends shared_tailwindElement_index
105
109
  },
106
110
  {
107
111
  hasMaxHeight: false,
108
- size: "medium",
112
+ size: "large",
109
113
  class: { dropdown: "max-h-64" }
110
114
  }
111
115
  ]
@@ -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,CAAW;IAG1B,OAAO,EAAE,oBAAoB,CAAU;IAGvC,SAAS,MAAY;;IAUrB,OAAO,CAAC,MAAM,CAkEZ;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;CAsBP;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,CAAU;IAGzB,OAAO,EAAE,oBAAoB,CAAU;IAGvC,SAAS,MAAY;;IAUrB,OAAO,CAAC,MAAM,CAuEZ;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;CAsBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAA;KAChC;CACF"}
@@ -1,9 +1,9 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
3
  import { c as ce } from '../../index-B9iart53.js';
4
4
  import '../lukso-icon/index.js';
5
- import '../../index--Rm5lIdY.js';
6
- import '../../index-Cb_JUuy4.js';
5
+ import '../../index-mcfs95wa.js';
6
+ import '../../index-DSVq9yxq.js';
7
7
  import { u as uniqId } from '../../uniq-id-CGUN-pJV.js';
8
8
 
9
9
  const debounceFunction = (func, timeout = 100) => {
@@ -38,7 +38,7 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
38
38
  this.openTop = false;
39
39
  this.isRight = false;
40
40
  this.isFullWidth = false;
41
- this.size = "medium";
41
+ this.size = "large";
42
42
  this.trigger = "click";
43
43
  this.maxHeight = void 0;
44
44
  this.styles = ce({
@@ -58,8 +58,12 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
58
58
  dropdown: "rounded-8 p-2 mt-1 min-w-[120px] paragraph-inter-12-regular"
59
59
  },
60
60
  medium: {
61
+ dropdown: "rounded-10 p-3 mt-2 min-w-[200px] paragraph-inter-14-regular"
62
+ },
63
+ large: {
61
64
  dropdown: "rounded-12 p-3 mt-2 min-w-[200px] paragraph-inter-14-regular"
62
- }
65
+ },
66
+ "x-large": {}
63
67
  },
64
68
  isRight: {
65
69
  true: {
@@ -81,7 +85,7 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
81
85
  },
82
86
  {
83
87
  isFullWidth: false,
84
- size: "medium",
88
+ size: "large",
85
89
  class: { dropdown: "max-w-[300px]" }
86
90
  },
87
91
  {
@@ -91,7 +95,7 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
91
95
  },
92
96
  {
93
97
  openTop: true,
94
- size: ["medium"],
98
+ size: ["large"],
95
99
  class: { wrapper: "bottom-12 mb-2" }
96
100
  },
97
101
  {
@@ -101,7 +105,7 @@ let LuksoDropdown = class extends TailwindStyledElement(style) {
101
105
  },
102
106
  {
103
107
  hasMaxHeight: false,
104
- size: "medium",
108
+ size: "large",
105
109
  class: { dropdown: "max-h-64" }
106
110
  }
107
111
  ]
@@ -6,6 +6,8 @@ export default meta;
6
6
  export declare const Default: any;
7
7
  /** Example of `small` dropdown. */
8
8
  export declare const SmallSize: any;
9
+ /** Example of `medium` dropdown. */
10
+ export declare const MediumSize: any;
9
11
  /** Example of right side dropdown. */
10
12
  export declare const RightSide: any;
11
13
  /** Example of dropdown that opens to the top. */
@@ -1 +1 @@
1
- {"version":3,"file":"lukso-dropdown.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-dropdown/lukso-dropdown.stories.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAErD,OAAO,uBAAuB,CAAA;AAC9B,OAAO,gCAAgC,CAAA;AACvC,OAAO,SAAS,CAAA;AAEhB,iEAAiE;AACjE,QAAA,MAAM,IAAI,EAAE,IAoJX,CAAA;AAED,eAAe,IAAI,CAAA;AAiEnB,4BAA4B;AAC5B,eAAO,MAAM,OAAO,KAAoB,CAAA;AAMxC,oCAAoC;AACpC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAO1C,uCAAuC;AACvC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAQ1C,kDAAkD;AAClD,eAAO,MAAM,OAAO,KAAoB,CAAA;AAOxC,uCAAuC;AACvC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAO1C,+CAA+C;AAC/C,eAAO,MAAM,YAAY,KAAoB,CAAA"}
1
+ {"version":3,"file":"lukso-dropdown.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-dropdown/lukso-dropdown.stories.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAErD,OAAO,uBAAuB,CAAA;AAC9B,OAAO,gCAAgC,CAAA;AACvC,OAAO,SAAS,CAAA;AAEhB,iEAAiE;AACjE,QAAA,MAAM,IAAI,EAAE,IAoJX,CAAA;AAED,eAAe,IAAI,CAAA;AAiEnB,4BAA4B;AAC5B,eAAO,MAAM,OAAO,KAAoB,CAAA;AAMxC,oCAAoC;AACpC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAO1C,qCAAqC;AACrC,eAAO,MAAM,UAAU,KAAoB,CAAA;AAO3C,uCAAuC;AACvC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAQ1C,kDAAkD;AAClD,eAAO,MAAM,OAAO,KAAoB,CAAA;AAOxC,uCAAuC;AACvC,eAAO,MAAM,SAAS,KAAoB,CAAA;AAO1C,+CAA+C;AAC/C,eAAO,MAAM,YAAY,KAAoB,CAAA"}
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
7
  const index = require('../../index-CaJky2qL.cjs');
8
8
 
9
9
  const style = ":host {\n display: block\n}";
@@ -26,7 +26,7 @@ exports.LuksoDropdownOption = class LuksoDropdownOption extends shared_tailwindE
26
26
  this.isSelected = false;
27
27
  this.isActive = false;
28
28
  this.isGroup = false;
29
- this.size = "medium";
29
+ this.size = "large";
30
30
  this.styles = index.ce({
31
31
  base: `text-neutral-20 cursor-pointer select-none
32
32
  whitespace-nowrap flex items-center truncate gap-2`,
@@ -42,7 +42,9 @@ exports.LuksoDropdownOption = class LuksoDropdownOption extends shared_tailwindE
42
42
  },
43
43
  size: {
44
44
  small: "paragraph-inter-12-regular rounded-4 px-2 min-h-[28px]",
45
- medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]"
45
+ medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]",
46
+ large: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]",
47
+ "x-large": ""
46
48
  },
47
49
  isDisabled: {
48
50
  true: "opacity-60 cursor-not-allowed"
@@ -63,6 +65,11 @@ exports.LuksoDropdownOption = class LuksoDropdownOption extends shared_tailwindE
63
65
  size: "medium",
64
66
  class: "pl-4"
65
67
  },
68
+ {
69
+ isGroup: true,
70
+ size: "large",
71
+ class: "pl-4"
72
+ },
66
73
  {
67
74
  isReadonly: false,
68
75
  isSelected: true,
@@ -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,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
+ {"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,CAAU;IAEzB,OAAO,CAAC,MAAM,CAiDZ;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-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
3
  import { c as ce } from '../../index-B9iart53.js';
4
4
 
5
5
  const style = ":host {\n display: block\n}";
@@ -22,7 +22,7 @@ let LuksoDropdownOption = class extends TailwindStyledElement(style) {
22
22
  this.isSelected = false;
23
23
  this.isActive = false;
24
24
  this.isGroup = false;
25
- this.size = "medium";
25
+ this.size = "large";
26
26
  this.styles = ce({
27
27
  base: `text-neutral-20 cursor-pointer select-none
28
28
  whitespace-nowrap flex items-center truncate gap-2`,
@@ -38,7 +38,9 @@ let LuksoDropdownOption = class extends TailwindStyledElement(style) {
38
38
  },
39
39
  size: {
40
40
  small: "paragraph-inter-12-regular rounded-4 px-2 min-h-[28px]",
41
- medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]"
41
+ medium: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]",
42
+ large: "paragraph-inter-14-regular rounded-8 px-3 min-h-[38px]",
43
+ "x-large": ""
42
44
  },
43
45
  isDisabled: {
44
46
  true: "opacity-60 cursor-not-allowed"
@@ -59,6 +61,11 @@ let LuksoDropdownOption = class extends TailwindStyledElement(style) {
59
61
  size: "medium",
60
62
  class: "pl-4"
61
63
  },
64
+ {
65
+ isGroup: true,
66
+ size: "large",
67
+ class: "pl-4"
68
+ },
62
69
  {
63
70
  isReadonly: false,
64
71
  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-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.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-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
1
+ import { a as TailwindElement, x } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.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-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
7
- const styleMap = require('../../style-map-CmYXi-8E.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
+ const styleMap = require('../../style-map-BDGPu5bX.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-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
3
- import { o } from '../../style-map-DG3R-qeW.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
+ import { o } from '../../style-map-8Lfg1B1r.js';
4
4
 
5
5
  const style = ":host {\n display: inline-flex\n}";
6
6
 
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
7
- const state = require('../../state-N7_kBt7h.cjs');
8
- const styleMap = require('../../style-map-CmYXi-8E.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
+ const state = require('../../state-Dr1i5F-v.cjs');
8
+ const styleMap = require('../../style-map-BDGPu5bX.cjs');
9
9
  const index = require('../../index-CaJky2qL.cjs');
10
10
 
11
11
  var __defProp = Object.defineProperty;
@@ -1,7 +1,7 @@
1
- import { a as TailwindElement, x } from '../../index-ai1JMlH_.js';
2
- import { n, t } from '../../property-BNDS2YNq.js';
3
- import { r } from '../../state-DQLdL2U7.js';
4
- import { o } from '../../style-map-DG3R-qeW.js';
1
+ import { a as TailwindElement, x } from '../../index-DqZeY5Ft.js';
2
+ import { n, t } from '../../property-UjLizyyC.js';
3
+ import { r } from '../../state-Cp3uU49S.js';
4
+ import { o } from '../../style-map-8Lfg1B1r.js';
5
5
  import { c as ce } from '../../index-B9iart53.js';
6
6
 
7
7
  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-sTnZd0lm.cjs');
6
- const property = require('../../property-Ct2CR7yu.cjs');
7
- const state = require('../../state-N7_kBt7h.cjs');
5
+ const shared_tailwindElement_index = require('../../index-CuduEaB2.cjs');
6
+ const property = require('../../property-BAw-oPoY.cjs');
7
+ const state = require('../../state-Dr1i5F-v.cjs');
8
8
  const index = require('../../index-CaJky2qL.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-sanitize/index.cjs');