@lukso/web-components 1.99.0 → 1.100.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 (82) 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 +1 -1
  4. package/dist/components/lukso-button/index.js +1 -1
  5. package/dist/components/lukso-card/index.cjs +3 -3
  6. package/dist/components/lukso-card/index.js +3 -3
  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-color-picker/index.cjs +2 -2
  10. package/dist/components/lukso-color-picker/index.js +2 -2
  11. package/dist/components/lukso-dropdown/index.cjs +4 -4
  12. package/dist/components/lukso-dropdown/index.js +4 -4
  13. package/dist/components/lukso-dropdown-option/index.cjs +1 -1
  14. package/dist/components/lukso-dropdown-option/index.js +1 -1
  15. package/dist/components/lukso-footer/index.cjs +1 -1
  16. package/dist/components/lukso-footer/index.js +1 -1
  17. package/dist/components/lukso-icon/icons/maximize-vertical.d.ts +3 -0
  18. package/dist/components/lukso-icon/icons/maximize-vertical.d.ts.map +1 -0
  19. package/dist/components/lukso-icon/icons/minimize-vertical.d.ts +3 -0
  20. package/dist/components/lukso-icon/icons/minimize-vertical.d.ts.map +1 -0
  21. package/dist/components/lukso-icon/icons/qr-code.d.ts.map +1 -1
  22. package/dist/components/lukso-icon/index.cjs +87 -15
  23. package/dist/components/lukso-icon/index.d.ts.map +1 -1
  24. package/dist/components/lukso-icon/index.js +87 -15
  25. package/dist/components/lukso-image/index.cjs +2 -2
  26. package/dist/components/lukso-image/index.js +2 -2
  27. package/dist/components/lukso-input/index.cjs +2 -2
  28. package/dist/components/lukso-input/index.js +2 -2
  29. package/dist/components/lukso-modal/index.cjs +28 -7
  30. package/dist/components/lukso-modal/index.d.ts +1 -0
  31. package/dist/components/lukso-modal/index.d.ts.map +1 -1
  32. package/dist/components/lukso-modal/index.js +28 -7
  33. package/dist/components/lukso-modal/lukso-modal.stories.d.ts.map +1 -1
  34. package/dist/components/lukso-navbar/index.cjs +3 -3
  35. package/dist/components/lukso-navbar/index.js +3 -3
  36. package/dist/components/lukso-pagination/index.cjs +2 -2
  37. package/dist/components/lukso-pagination/index.js +2 -2
  38. package/dist/components/lukso-profile/index.cjs +2 -2
  39. package/dist/components/lukso-profile/index.js +2 -2
  40. package/dist/components/lukso-progress/index.cjs +2 -2
  41. package/dist/components/lukso-progress/index.js +2 -2
  42. package/dist/components/lukso-sanitize/index.cjs +1 -1
  43. package/dist/components/lukso-sanitize/index.js +1 -1
  44. package/dist/components/lukso-search/index.cjs +4 -4
  45. package/dist/components/lukso-search/index.js +4 -4
  46. package/dist/components/lukso-select/index.cjs +4 -4
  47. package/dist/components/lukso-select/index.js +4 -4
  48. package/dist/components/lukso-share/index.cjs +1 -1
  49. package/dist/components/lukso-share/index.js +1 -1
  50. package/dist/components/lukso-switch/index.cjs +2 -2
  51. package/dist/components/lukso-switch/index.js +2 -2
  52. package/dist/components/lukso-tag/index.cjs +2 -2
  53. package/dist/components/lukso-tag/index.js +2 -2
  54. package/dist/components/lukso-terms/index.cjs +2 -2
  55. package/dist/components/lukso-terms/index.js +2 -2
  56. package/dist/components/lukso-test/index.cjs +1 -1
  57. package/dist/components/lukso-test/index.js +1 -1
  58. package/dist/components/lukso-textarea/index.cjs +2 -2
  59. package/dist/components/lukso-textarea/index.js +2 -2
  60. package/dist/components/lukso-tooltip/index.cjs +2 -2
  61. package/dist/components/lukso-tooltip/index.js +2 -2
  62. package/dist/components/lukso-username/index.cjs +2 -2
  63. package/dist/components/lukso-username/index.js +2 -2
  64. package/dist/components/lukso-wizard/index.cjs +1 -1
  65. package/dist/components/lukso-wizard/index.js +1 -1
  66. package/dist/{index-5c3591a6.js → index-0e619106.js} +1 -1
  67. package/dist/{index-58a10c20.cjs → index-179a633e.cjs} +1 -1
  68. package/dist/{index-db743b52.js → index-464e8d00.js} +1 -1
  69. package/dist/{index-f522d699.cjs → index-7d7c95fa.cjs} +1 -1
  70. package/dist/{index-9f5793fc.js → index-8c5a9941.js} +1 -1
  71. package/dist/{index-c55ead8c.cjs → index-af864ee6.cjs} +1 -1
  72. package/dist/index.cjs +4 -4
  73. package/dist/index.js +4 -4
  74. package/dist/shared/tailwind-element/index.cjs +1 -1
  75. package/dist/shared/tailwind-element/index.js +1 -1
  76. package/dist/{style-map-009b02aa.js → style-map-1ee93d7f.js} +1 -1
  77. package/dist/{style-map-50ceb459.cjs → style-map-f36cc35f.cjs} +1 -1
  78. package/package.json +1 -1
  79. package/dist/vite.full.config.d.ts +0 -11
  80. package/dist/vite.full.config.d.ts.map +0 -1
  81. package/dist/vite.tools.config.d.ts +0 -2
  82. package/dist/vite.tools.config.d.ts.map +0 -1
@@ -6,7 +6,7 @@ const components_luksoButton_index = require('./lukso-button/index.cjs');
6
6
  const components_luksoCard_index = require('./lukso-card/index.cjs');
7
7
  const components_luksoCheckbox_index = require('./lukso-checkbox/index.cjs');
8
8
  const components_luksoColorPicker_index = require('./lukso-color-picker/index.cjs');
9
- const components_luksoDropdown_index = require('../index-f522d699.cjs');
9
+ const components_luksoDropdown_index = require('../index-7d7c95fa.cjs');
10
10
  const components_luksoDropdownOption_index = require('./lukso-dropdown-option/index.cjs');
11
11
  const components_luksoFooter_index = require('./lukso-footer/index.cjs');
12
12
  const components_luksoIcon_index = require('./lukso-icon/index.cjs');
@@ -29,16 +29,16 @@ 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-58a10c20.cjs');
32
+ const shared_tailwindElement_index = require('../index-179a633e.cjs');
33
33
  require('../cn-5ceac001.cjs');
34
34
  require('../query-assigned-elements-d5e45650.cjs');
35
35
  require('../state-d9fb972b.cjs');
36
36
  require('../index-1d3f4a5a.cjs');
37
37
  require('../bundle-mjs-d58a83c6.cjs');
38
38
  require('../tailwind-config.cjs');
39
- require('../style-map-50ceb459.cjs');
39
+ require('../style-map-f36cc35f.cjs');
40
40
  require('../directive-8278ab14.cjs');
41
- require('../index-c55ead8c.cjs');
41
+ require('../index-af864ee6.cjs');
42
42
  require('../index-e9668573.cjs');
43
43
 
44
44
 
@@ -2,7 +2,7 @@ export { LuksoButton } from './lukso-button/index.js';
2
2
  export { LuksoCard } from './lukso-card/index.js';
3
3
  export { LuksoCheckbox } from './lukso-checkbox/index.js';
4
4
  export { LuksoColorPicker } from './lukso-color-picker/index.js';
5
- export { L as LuksoDropdown } from '../index-5c3591a6.js';
5
+ export { L as LuksoDropdown } from '../index-0e619106.js';
6
6
  export { LuksoDropdownOption } from './lukso-dropdown-option/index.js';
7
7
  export { LuksoFooter } from './lukso-footer/index.js';
8
8
  export { LuksoIcon } from './lukso-icon/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-9f5793fc.js';
28
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-8c5a9941.js';
29
29
  import '../cn-b54dcc61.js';
30
30
  import '../query-assigned-elements-1c8c9e90.js';
31
31
  import '../state-b9ca4e74.js';
32
32
  import '../index-ca8e900d.js';
33
33
  import '../bundle-mjs-fbc6e2a8.js';
34
34
  import '../tailwind-config.js';
35
- import '../style-map-009b02aa.js';
35
+ import '../style-map-1ee93d7f.js';
36
36
  import '../directive-2bb7789e.js';
37
- import '../index-db743b52.js';
37
+ import '../index-464e8d00.js';
38
38
  import '../index-5e194caf.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-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const state = require('../../state-d9fb972b.cjs');
8
8
  const index = require('../../index-1d3f4a5a.cjs');
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-9f5793fc.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { t } from '../../state-b9ca4e74.js';
4
4
  import { c as ce } from '../../index-ca8e900d.js';
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const state = require('../../state-d9fb972b.cjs');
8
- const styleMap = require('../../style-map-50ceb459.cjs');
8
+ const styleMap = require('../../style-map-f36cc35f.cjs');
9
9
  const index = require('../../index-1d3f4a5a.cjs');
10
10
  require('../lukso-profile/index.cjs');
11
11
  require('../../tailwind-config.cjs');
12
12
  const cn = require('../../cn-5ceac001.cjs');
13
- const index$1 = require('../../index-c55ead8c.cjs');
13
+ const index$1 = require('../../index-af864ee6.cjs');
14
14
  require('../lukso-image/index.cjs');
15
15
  require('../../directive-8278ab14.cjs');
16
16
  require('../../bundle-mjs-d58a83c6.cjs');
@@ -1,12 +1,12 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-9f5793fc.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-8c5a9941.js';
2
2
  import { n, l, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { t } from '../../state-b9ca4e74.js';
4
- import { o } from '../../style-map-009b02aa.js';
4
+ import { o } from '../../style-map-1ee93d7f.js';
5
5
  import { c as ce } from '../../index-ca8e900d.js';
6
6
  import '../lukso-profile/index.js';
7
7
  import '../../tailwind-config.js';
8
8
  import { c as cn } from '../../cn-b54dcc61.js';
9
- import { c as customStyleMap } from '../../index-db743b52.js';
9
+ import { c as customStyleMap } from '../../index-464e8d00.js';
10
10
  import '../lukso-image/index.js';
11
11
  import '../../directive-2bb7789e.js';
12
12
  import '../../bundle-mjs-fbc6e2a8.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-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const state = require('../../state-d9fb972b.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-9f5793fc.js';
1
+ import { a as TailwindElement, x, A } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { t } from '../../state-b9ca4e74.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const state = require('../../state-d9fb972b.cjs');
8
8
  const index = require('../../index-1d3f4a5a.cjs');
9
- const styleMap = require('../../style-map-50ceb459.cjs');
9
+ const styleMap = require('../../style-map-f36cc35f.cjs');
10
10
  require('../../tailwind-config.cjs');
11
11
  const cn = require('../../cn-5ceac001.cjs');
12
12
  require('../lukso-icon/index.cjs');
@@ -1,8 +1,8 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-9f5793fc.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { t } from '../../state-b9ca4e74.js';
4
4
  import { c as ce } from '../../index-ca8e900d.js';
5
- import { o } from '../../style-map-009b02aa.js';
5
+ import { o } from '../../style-map-1ee93d7f.js';
6
6
  import '../../tailwind-config.js';
7
7
  import { c as cn } from '../../cn-b54dcc61.js';
8
8
  import '../lukso-icon/index.js';
@@ -2,19 +2,19 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- require('../../index-58a10c20.cjs');
5
+ require('../../index-179a633e.cjs');
6
6
  require('../../query-assigned-elements-d5e45650.cjs');
7
7
  require('../../index-1d3f4a5a.cjs');
8
8
  require('../lukso-icon/index.cjs');
9
9
  require('../lukso-profile/index.cjs');
10
10
  require('../lukso-username/index.cjs');
11
- const components_luksoDropdown_index = require('../../index-f522d699.cjs');
11
+ const components_luksoDropdown_index = require('../../index-7d7c95fa.cjs');
12
12
  require('../../bundle-mjs-d58a83c6.cjs');
13
- require('../../style-map-50ceb459.cjs');
13
+ require('../../style-map-f36cc35f.cjs');
14
14
  require('../../directive-8278ab14.cjs');
15
15
  require('../lukso-image/index.cjs');
16
16
  require('../../state-d9fb972b.cjs');
17
- require('../../index-c55ead8c.cjs');
17
+ require('../../index-af864ee6.cjs');
18
18
  require('../../tailwind-config.cjs');
19
19
  require('../../cn-5ceac001.cjs');
20
20
 
@@ -1,15 +1,15 @@
1
- import '../../index-9f5793fc.js';
1
+ import '../../index-8c5a9941.js';
2
2
  import '../../query-assigned-elements-1c8c9e90.js';
3
3
  import '../../index-ca8e900d.js';
4
4
  import '../lukso-icon/index.js';
5
5
  import '../lukso-profile/index.js';
6
6
  import '../lukso-username/index.js';
7
- export { L as LuksoDropdown } from '../../index-5c3591a6.js';
7
+ export { L as LuksoDropdown } from '../../index-0e619106.js';
8
8
  import '../../bundle-mjs-fbc6e2a8.js';
9
- import '../../style-map-009b02aa.js';
9
+ import '../../style-map-1ee93d7f.js';
10
10
  import '../../directive-2bb7789e.js';
11
11
  import '../lukso-image/index.js';
12
12
  import '../../state-b9ca4e74.js';
13
- import '../../index-db743b52.js';
13
+ import '../../index-464e8d00.js';
14
14
  import '../../tailwind-config.js';
15
15
  import '../../cn-b54dcc61.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-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const index = require('../../index-1d3f4a5a.cjs');
8
8
  require('../../bundle-mjs-d58a83c6.cjs');
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-9f5793fc.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { c as ce } from '../../index-ca8e900d.js';
4
4
  import '../../bundle-mjs-fbc6e2a8.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-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
 
8
8
  var __defProp = Object.defineProperty;
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x } from '../../index-9f5793fc.js';
1
+ import { a as TailwindElement, x } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
@@ -0,0 +1,3 @@
1
+ import type { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const maximizeVertical: (options: IconOptions) => import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=maximize-vertical.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"maximize-vertical.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/maximize-vertical.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,gBAAgB,YAAa,WAAW,yCAkCpD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const minimizeVertical: (options: IconOptions) => import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=minimize-vertical.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"minimize-vertical.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/minimize-vertical.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,gBAAgB,YAAa,WAAW,yCAyCpD,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"qr-code.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/qr-code.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,MAAM,YAAa,WAAW,yCAqG1C,CAAA"}
1
+ {"version":3,"file":"qr-code.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/qr-code.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,MAAM,YAAa,WAAW,yCA4F1C,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-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
- const styleMap = require('../../style-map-50ceb459.cjs');
7
+ const styleMap = require('../../style-map-f36cc35f.cjs');
8
8
  require('../../directive-8278ab14.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -2858,10 +2858,7 @@ const qrCode = (options) => {
2858
2858
  height: `${options.height}px`
2859
2859
  })}
2860
2860
  >
2861
- <mask
2862
- id="path-1-inside-1_2994_36309"
2863
- fill="var(--${options.secondaryColor})"
2864
- >
2861
+ <mask id="path-1-inside-1_2994_36309" fill="var(--${options.color})">
2865
2862
  <rect x="4" y="4" width="6.4" height="6.4" rx="1" />
2866
2863
  </mask>
2867
2864
  <rect
@@ -2874,10 +2871,7 @@ const qrCode = (options) => {
2874
2871
  stroke-width="3"
2875
2872
  mask="url(#path-1-inside-1_2994_36309)"
2876
2873
  />
2877
- <mask
2878
- id="path-2-inside-2_2994_36309"
2879
- fill="var(--${options.secondaryColor})"
2880
- >
2874
+ <mask id="path-2-inside-2_2994_36309" fill="var(--${options.color})">
2881
2875
  <rect x="4" y="13.6" width="6.4" height="6.4" rx="1" />
2882
2876
  </mask>
2883
2877
  <rect
@@ -2930,10 +2924,7 @@ const qrCode = (options) => {
2930
2924
  rx="0.8"
2931
2925
  fill="var(--${options.color})"
2932
2926
  />
2933
- <mask
2934
- id="path-8-inside-3_2994_36309"
2935
- fill="var(--${options.secondaryColor})"
2936
- >
2927
+ <mask id="path-8-inside-3_2994_36309" fill="var(--${options.color})">
2937
2928
  <rect x="13.6001" y="4" width="6.4" height="6.4" rx="1" />
2938
2929
  </mask>
2939
2930
  <rect
@@ -6493,6 +6484,85 @@ const logoElfsightMono = (options) => {
6493
6484
  </svg> `;
6494
6485
  };
6495
6486
 
6487
+ const maximizeVertical = (options) => {
6488
+ return shared_tailwindElement_index.x`<svg
6489
+ width="24"
6490
+ height="24"
6491
+ viewBox="0 0 24 24"
6492
+ fill="none"
6493
+ xmlns="http://www.w3.org/2000/svg"
6494
+ style=${styleMap.o({
6495
+ width: `${options.width}px`,
6496
+ height: `${options.height}px`
6497
+ })}
6498
+ >
6499
+ <path
6500
+ d="M11.9994 3.51473L12.0005 20.4853"
6501
+ stroke="var(--${options.color})"
6502
+ stroke-width="1.3125"
6503
+ stroke-linecap="round"
6504
+ stroke-linejoin="round"
6505
+ />
6506
+ <path
6507
+ d="M14.828 6.34296L11.9994 3.51472L9.17114 6.34332"
6508
+ stroke="var(--${options.color})"
6509
+ stroke-width="1.3125"
6510
+ stroke-linecap="round"
6511
+ stroke-linejoin="round"
6512
+ />
6513
+ <path
6514
+ d="M9.17188 17.657L12.0005 20.4853L14.8287 17.6567"
6515
+ stroke="var(--${options.color})"
6516
+ stroke-width="1.3125"
6517
+ stroke-linecap="round"
6518
+ stroke-linejoin="round"
6519
+ />
6520
+ </svg> `;
6521
+ };
6522
+
6523
+ const minimizeVertical = (options) => {
6524
+ return shared_tailwindElement_index.x`<svg
6525
+ width="24"
6526
+ height="24"
6527
+ viewBox="0 0 24 24"
6528
+ fill="none"
6529
+ xmlns="http://www.w3.org/2000/svg"
6530
+ style=${styleMap.o({
6531
+ width: `${options.width}px`,
6532
+ height: `${options.height}px`
6533
+ })}
6534
+ >
6535
+ <path
6536
+ d="M12.3238 3.77781V8.62654"
6537
+ stroke="var(--${options.color})"
6538
+ stroke-width="1.3125"
6539
+ stroke-linecap="round"
6540
+ stroke-linejoin="round"
6541
+ />
6542
+ <path
6543
+ d="M9.49183 7.01028L12.3203 9.83871L15.1487 7.01028"
6544
+ stroke="var(--${options.color})"
6545
+ stroke-width="1.3125"
6546
+ stroke-linecap="round"
6547
+ stroke-linejoin="round"
6548
+ />
6549
+ <path
6550
+ d="M12.3313 16.0754V20.9241"
6551
+ stroke="var(--${options.color})"
6552
+ stroke-width="1.3125"
6553
+ stroke-linecap="round"
6554
+ stroke-linejoin="round"
6555
+ />
6556
+ <path
6557
+ d="M15.1484 17.6917L12.32 14.8633L9.49158 17.6917"
6558
+ stroke="var(--${options.color})"
6559
+ stroke-width="1.3125"
6560
+ stroke-linecap="round"
6561
+ stroke-linejoin="round"
6562
+ />
6563
+ </svg> `;
6564
+ };
6565
+
6496
6566
  var __defProp = Object.defineProperty;
6497
6567
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6498
6568
  var __decorateClass = (decorators, target, key, kind) => {
@@ -6669,7 +6739,9 @@ const iconMap = {
6669
6739
  "logo-youtube-mono": logoYoutubeMono,
6670
6740
  "add-grid": addGrid,
6671
6741
  gallery,
6672
- "logo-elfsight-mono": logoElfsightMono
6742
+ "logo-elfsight-mono": logoElfsightMono,
6743
+ "maximize-vertical": maximizeVertical,
6744
+ "minimize-vertical": minimizeVertical
6673
6745
  };
6674
6746
  exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.TailwindStyledElement(style) {
6675
6747
  constructor() {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"AA2KA,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAA;;AAgL5E,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CA0BZ;IAED,MAAM;CAyBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"AA6KA,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAA;;AAkL5E,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CA0BZ;IAED,MAAM;CAyBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
@@ -1,6 +1,6 @@
1
- import { x, T as TailwindStyledElement } from '../../index-9f5793fc.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
- import { o } from '../../style-map-009b02aa.js';
3
+ import { o } from '../../style-map-1ee93d7f.js';
4
4
  import '../../directive-2bb7789e.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -2854,10 +2854,7 @@ const qrCode = (options) => {
2854
2854
  height: `${options.height}px`
2855
2855
  })}
2856
2856
  >
2857
- <mask
2858
- id="path-1-inside-1_2994_36309"
2859
- fill="var(--${options.secondaryColor})"
2860
- >
2857
+ <mask id="path-1-inside-1_2994_36309" fill="var(--${options.color})">
2861
2858
  <rect x="4" y="4" width="6.4" height="6.4" rx="1" />
2862
2859
  </mask>
2863
2860
  <rect
@@ -2870,10 +2867,7 @@ const qrCode = (options) => {
2870
2867
  stroke-width="3"
2871
2868
  mask="url(#path-1-inside-1_2994_36309)"
2872
2869
  />
2873
- <mask
2874
- id="path-2-inside-2_2994_36309"
2875
- fill="var(--${options.secondaryColor})"
2876
- >
2870
+ <mask id="path-2-inside-2_2994_36309" fill="var(--${options.color})">
2877
2871
  <rect x="4" y="13.6" width="6.4" height="6.4" rx="1" />
2878
2872
  </mask>
2879
2873
  <rect
@@ -2926,10 +2920,7 @@ const qrCode = (options) => {
2926
2920
  rx="0.8"
2927
2921
  fill="var(--${options.color})"
2928
2922
  />
2929
- <mask
2930
- id="path-8-inside-3_2994_36309"
2931
- fill="var(--${options.secondaryColor})"
2932
- >
2923
+ <mask id="path-8-inside-3_2994_36309" fill="var(--${options.color})">
2933
2924
  <rect x="13.6001" y="4" width="6.4" height="6.4" rx="1" />
2934
2925
  </mask>
2935
2926
  <rect
@@ -6489,6 +6480,85 @@ const logoElfsightMono = (options) => {
6489
6480
  </svg> `;
6490
6481
  };
6491
6482
 
6483
+ const maximizeVertical = (options) => {
6484
+ return x`<svg
6485
+ width="24"
6486
+ height="24"
6487
+ viewBox="0 0 24 24"
6488
+ fill="none"
6489
+ xmlns="http://www.w3.org/2000/svg"
6490
+ style=${o({
6491
+ width: `${options.width}px`,
6492
+ height: `${options.height}px`
6493
+ })}
6494
+ >
6495
+ <path
6496
+ d="M11.9994 3.51473L12.0005 20.4853"
6497
+ stroke="var(--${options.color})"
6498
+ stroke-width="1.3125"
6499
+ stroke-linecap="round"
6500
+ stroke-linejoin="round"
6501
+ />
6502
+ <path
6503
+ d="M14.828 6.34296L11.9994 3.51472L9.17114 6.34332"
6504
+ stroke="var(--${options.color})"
6505
+ stroke-width="1.3125"
6506
+ stroke-linecap="round"
6507
+ stroke-linejoin="round"
6508
+ />
6509
+ <path
6510
+ d="M9.17188 17.657L12.0005 20.4853L14.8287 17.6567"
6511
+ stroke="var(--${options.color})"
6512
+ stroke-width="1.3125"
6513
+ stroke-linecap="round"
6514
+ stroke-linejoin="round"
6515
+ />
6516
+ </svg> `;
6517
+ };
6518
+
6519
+ const minimizeVertical = (options) => {
6520
+ return x`<svg
6521
+ width="24"
6522
+ height="24"
6523
+ viewBox="0 0 24 24"
6524
+ fill="none"
6525
+ xmlns="http://www.w3.org/2000/svg"
6526
+ style=${o({
6527
+ width: `${options.width}px`,
6528
+ height: `${options.height}px`
6529
+ })}
6530
+ >
6531
+ <path
6532
+ d="M12.3238 3.77781V8.62654"
6533
+ stroke="var(--${options.color})"
6534
+ stroke-width="1.3125"
6535
+ stroke-linecap="round"
6536
+ stroke-linejoin="round"
6537
+ />
6538
+ <path
6539
+ d="M9.49183 7.01028L12.3203 9.83871L15.1487 7.01028"
6540
+ stroke="var(--${options.color})"
6541
+ stroke-width="1.3125"
6542
+ stroke-linecap="round"
6543
+ stroke-linejoin="round"
6544
+ />
6545
+ <path
6546
+ d="M12.3313 16.0754V20.9241"
6547
+ stroke="var(--${options.color})"
6548
+ stroke-width="1.3125"
6549
+ stroke-linecap="round"
6550
+ stroke-linejoin="round"
6551
+ />
6552
+ <path
6553
+ d="M15.1484 17.6917L12.32 14.8633L9.49158 17.6917"
6554
+ stroke="var(--${options.color})"
6555
+ stroke-width="1.3125"
6556
+ stroke-linecap="round"
6557
+ stroke-linejoin="round"
6558
+ />
6559
+ </svg> `;
6560
+ };
6561
+
6492
6562
  var __defProp = Object.defineProperty;
6493
6563
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6494
6564
  var __decorateClass = (decorators, target, key, kind) => {
@@ -6665,7 +6735,9 @@ const iconMap = {
6665
6735
  "logo-youtube-mono": logoYoutubeMono,
6666
6736
  "add-grid": addGrid,
6667
6737
  gallery,
6668
- "logo-elfsight-mono": logoElfsightMono
6738
+ "logo-elfsight-mono": logoElfsightMono,
6739
+ "maximize-vertical": maximizeVertical,
6740
+ "minimize-vertical": minimizeVertical
6669
6741
  };
6670
6742
  let LuksoIcon = class extends TailwindStyledElement(style) {
6671
6743
  constructor() {
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const state = require('../../state-d9fb972b.cjs');
8
- const styleMap = require('../../style-map-50ceb459.cjs');
8
+ const styleMap = require('../../style-map-f36cc35f.cjs');
9
9
  const index = require('../../index-1d3f4a5a.cjs');
10
10
  require('../../directive-8278ab14.cjs');
11
11
  require('../../bundle-mjs-d58a83c6.cjs');
@@ -1,7 +1,7 @@
1
- import { a as TailwindElement, x } from '../../index-9f5793fc.js';
1
+ import { a as TailwindElement, x } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { t } from '../../state-b9ca4e74.js';
4
- import { o } from '../../style-map-009b02aa.js';
4
+ import { o } from '../../style-map-1ee93d7f.js';
5
5
  import { c as ce } from '../../index-ca8e900d.js';
6
6
  import '../../directive-2bb7789e.js';
7
7
  import '../../bundle-mjs-fbc6e2a8.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-58a10c20.cjs');
5
+ const shared_tailwindElement_index = require('../../index-179a633e.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
7
7
  const state = require('../../state-d9fb972b.cjs');
8
8
  const index = require('../../index-1d3f4a5a.cjs');
@@ -10,7 +10,7 @@ require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-5ceac001.cjs');
11
11
  require('../lukso-icon/index.cjs');
12
12
  require('../../bundle-mjs-d58a83c6.cjs');
13
- require('../../style-map-50ceb459.cjs');
13
+ require('../../style-map-f36cc35f.cjs');
14
14
  require('../../directive-8278ab14.cjs');
15
15
 
16
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}";
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-9f5793fc.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-8c5a9941.js';
2
2
  import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
3
3
  import { t } from '../../state-b9ca4e74.js';
4
4
  import { c as ce } from '../../index-ca8e900d.js';
@@ -6,7 +6,7 @@ import '../../tailwind-config.js';
6
6
  import { c as cn } from '../../cn-b54dcc61.js';
7
7
  import '../lukso-icon/index.js';
8
8
  import '../../bundle-mjs-fbc6e2a8.js';
9
- import '../../style-map-009b02aa.js';
9
+ import '../../style-map-1ee93d7f.js';
10
10
  import '../../directive-2bb7789e.js';
11
11
 
12
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}";