@lukso/web-components 1.120.0 → 1.122.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 (76) 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 +4 -4
  10. package/dist/components/lukso-color-picker/index.js +4 -4
  11. package/dist/components/lukso-dropdown/index.cjs +6 -6
  12. package/dist/components/lukso-dropdown/index.js +6 -6
  13. package/dist/components/lukso-dropdown-option/index.cjs +2 -2
  14. package/dist/components/lukso-dropdown-option/index.js +2 -2
  15. package/dist/components/lukso-footer/index.cjs +2 -2
  16. package/dist/components/lukso-footer/index.js +2 -2
  17. package/dist/components/lukso-icon/icons/category.d.ts +3 -0
  18. package/dist/components/lukso-icon/icons/category.d.ts.map +1 -0
  19. package/dist/components/lukso-icon/index.cjs +52 -4
  20. package/dist/components/lukso-icon/index.d.ts.map +1 -1
  21. package/dist/components/lukso-icon/index.js +52 -4
  22. package/dist/components/lukso-image/index.cjs +4 -4
  23. package/dist/components/lukso-image/index.js +4 -4
  24. package/dist/components/lukso-input/index.cjs +4 -4
  25. package/dist/components/lukso-input/index.js +4 -4
  26. package/dist/components/lukso-modal/index.cjs +2 -2
  27. package/dist/components/lukso-modal/index.js +2 -2
  28. package/dist/components/lukso-navbar/index.cjs +6 -6
  29. package/dist/components/lukso-navbar/index.js +6 -6
  30. package/dist/components/lukso-pagination/index.cjs +4 -4
  31. package/dist/components/lukso-pagination/index.js +4 -4
  32. package/dist/components/lukso-profile/index.cjs +5 -5
  33. package/dist/components/lukso-profile/index.js +5 -5
  34. package/dist/components/lukso-progress/index.cjs +3 -3
  35. package/dist/components/lukso-progress/index.js +3 -3
  36. package/dist/components/lukso-sanitize/index.cjs +2 -2
  37. package/dist/components/lukso-sanitize/index.js +2 -2
  38. package/dist/components/lukso-search/index.cjs +6 -6
  39. package/dist/components/lukso-search/index.js +6 -6
  40. package/dist/components/lukso-select/index.cjs +6 -6
  41. package/dist/components/lukso-select/index.js +6 -6
  42. package/dist/components/lukso-share/index.cjs +2 -2
  43. package/dist/components/lukso-share/index.js +2 -2
  44. package/dist/components/lukso-switch/index.cjs +3 -3
  45. package/dist/components/lukso-switch/index.js +3 -3
  46. package/dist/components/lukso-tag/index.cjs +3 -3
  47. package/dist/components/lukso-tag/index.js +3 -3
  48. package/dist/components/lukso-terms/index.cjs +4 -4
  49. package/dist/components/lukso-terms/index.js +4 -4
  50. package/dist/components/lukso-test/index.cjs +2 -2
  51. package/dist/components/lukso-test/index.js +2 -2
  52. package/dist/components/lukso-textarea/index.cjs +4 -4
  53. package/dist/components/lukso-textarea/index.js +4 -4
  54. package/dist/components/lukso-tooltip/index.cjs +4 -4
  55. package/dist/components/lukso-tooltip/index.js +4 -4
  56. package/dist/components/lukso-username/index.cjs +3 -3
  57. package/dist/components/lukso-username/index.js +3 -3
  58. package/dist/components/lukso-wizard/index.cjs +2 -2
  59. package/dist/components/lukso-wizard/index.js +2 -2
  60. package/dist/{index-b1f10728.cjs → index-52e2fafd.cjs} +1 -1
  61. package/dist/{index-2c4a91c9.cjs → index-abf2590d.cjs} +2 -2
  62. package/dist/{index-81a8cb3d.js → index-d643c9c3.js} +1 -1
  63. package/dist/{index-c074fb48.js → index-db8c2781.js} +1 -1
  64. package/dist/{index-f785b4c0.cjs → index-e17ecbf3.cjs} +1 -1
  65. package/dist/{index-0fc204c6.js → index-ec5cffa4.js} +2 -2
  66. package/dist/index.cjs +6 -6
  67. package/dist/index.js +6 -6
  68. package/dist/{property-0715f936.cjs → property-80b4df33.cjs} +1 -1
  69. package/dist/{property-db140eda.js → property-81c75dec.js} +1 -1
  70. package/dist/shared/tailwind-element/index.cjs +1 -1
  71. package/dist/shared/tailwind-element/index.js +1 -1
  72. package/dist/{state-908940e8.cjs → state-8f04f0af.cjs} +1 -1
  73. package/dist/{state-13f19dcc.js → state-ebd3d73f.js} +1 -1
  74. package/dist/{style-map-074a8e8b.cjs → style-map-68da71db.cjs} +1 -1
  75. package/dist/{style-map-3fe95282.js → style-map-d9a53ff6.js} +1 -1
  76. package/package.json +1 -1
@@ -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-2c4a91c9.cjs');
18
+ const components_luksoProfile_index = require('../index-abf2590d.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-f785b4c0.cjs');
32
+ const shared_tailwindElement_index = require('../index-e17ecbf3.cjs');
33
33
  require('../cn-b6daa995.cjs');
34
- require('../property-0715f936.cjs');
35
- require('../state-908940e8.cjs');
34
+ require('../property-80b4df33.cjs');
35
+ require('../state-8f04f0af.cjs');
36
36
  require('../index-2b104ecb.cjs');
37
37
  require('../tailwind-config.cjs');
38
- require('../style-map-074a8e8b.cjs');
38
+ require('../style-map-68da71db.cjs');
39
39
  require('../directive-8278ab14.cjs');
40
- require('../index-b1f10728.cjs');
40
+ require('../index-52e2fafd.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-0fc204c6.js';
14
+ export { L as LuksoProfile } from '../index-ec5cffa4.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-c074fb48.js';
28
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-db8c2781.js';
29
29
  import '../cn-90c03edf.js';
30
- import '../property-db140eda.js';
31
- import '../state-13f19dcc.js';
30
+ import '../property-81c75dec.js';
31
+ import '../state-ebd3d73f.js';
32
32
  import '../index-d14b6a34.js';
33
33
  import '../tailwind-config.js';
34
- import '../style-map-3fe95282.js';
34
+ import '../style-map-d9a53ff6.js';
35
35
  import '../directive-2bb7789e.js';
36
- import '../index-81a8cb3d.js';
36
+ import '../index-d643c9c3.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-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.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-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.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-2c4a91c9.cjs');
6
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
7
- const property = require('../../property-0715f936.cjs');
8
- const state = require('../../state-908940e8.cjs');
9
- const styleMap = require('../../style-map-074a8e8b.cjs');
5
+ const components_luksoProfile_index = require('../../index-abf2590d.cjs');
6
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
7
+ const property = require('../../property-80b4df33.cjs');
8
+ const state = require('../../state-8f04f0af.cjs');
9
+ const styleMap = require('../../style-map-68da71db.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-b1f10728.cjs');
13
+ const index$1 = require('../../index-52e2fafd.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-0fc204c6.js';
2
- import { T as TailwindStyledElement, x, E } from '../../index-c074fb48.js';
3
- import { n, t } from '../../property-db140eda.js';
4
- import { r } from '../../state-13f19dcc.js';
5
- import { o as o$1 } from '../../style-map-3fe95282.js';
1
+ import { m as makeBlockie } from '../../index-ec5cffa4.js';
2
+ import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
3
+ import { n, t } from '../../property-81c75dec.js';
4
+ import { r } from '../../state-ebd3d73f.js';
5
+ import { o as o$1 } from '../../style-map-d9a53ff6.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-81a8cb3d.js';
9
+ import { c as customStyleMap } from '../../index-d643c9c3.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-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.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-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
1
+ import { a as TailwindElement, x, E } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
5
5
  import '../../directive-2bb7789e.js';
6
6
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
- const styleMap = require('../../style-map-074a8e8b.cjs');
9
+ const styleMap = require('../../style-map-68da71db.cjs');
10
10
  require('../../tailwind-config.cjs');
11
11
  const cn = require('../../cn-b6daa995.cjs');
12
12
  require('../lukso-icon/index.cjs');
@@ -1,8 +1,8 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
- import { o } from '../../style-map-3fe95282.js';
5
+ import { o } from '../../style-map-d9a53ff6.js';
6
6
  import '../../tailwind-config.js';
7
7
  import { c as cn } from '../../cn-90c03edf.js';
8
8
  import '../lukso-icon/index.js';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
  require('../lukso-icon/index.cjs');
9
- require('../../index-2c4a91c9.cjs');
9
+ require('../../index-abf2590d.cjs');
10
10
  require('../lukso-username/index.cjs');
11
11
  const uniqId = require('../../uniq-id-f0b18085.cjs');
12
- require('../../style-map-074a8e8b.cjs');
12
+ require('../../style-map-68da71db.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
  require('../lukso-image/index.cjs');
15
- require('../../state-908940e8.cjs');
16
- require('../../index-b1f10728.cjs');
15
+ require('../../state-8f04f0af.cjs');
16
+ require('../../index-52e2fafd.cjs');
17
17
  require('../../tailwind-config.cjs');
18
18
  require('../../cn-b6daa995.cjs');
19
19
 
@@ -1,15 +1,15 @@
1
- import { T as TailwindStyledElement, E, x } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
1
+ import { T as TailwindStyledElement, E, x } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
  import '../lukso-icon/index.js';
5
- import '../../index-0fc204c6.js';
5
+ import '../../index-ec5cffa4.js';
6
6
  import '../lukso-username/index.js';
7
7
  import { u as uniqId } from '../../uniq-id-ce2d165c.js';
8
- import '../../style-map-3fe95282.js';
8
+ import '../../style-map-d9a53ff6.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
  import '../lukso-image/index.js';
11
- import '../../state-13f19dcc.js';
12
- import '../../index-81a8cb3d.js';
11
+ import '../../state-ebd3d73f.js';
12
+ import '../../index-d643c9c3.js';
13
13
  import '../../tailwind-config.js';
14
14
  import '../../cn-90c03edf.js';
15
15
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
 
9
9
  const style = ":host {\n display: block\n}";
@@ -1,5 +1,5 @@
1
- import { T as TailwindStyledElement, x } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
 
5
5
  const style = ":host {\n display: block\n}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.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-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
1
+ import { a as TailwindElement, x } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -0,0 +1,3 @@
1
+ import type { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const category: (options: IconOptions) => import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=category.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/category.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,QAAQ,YAAa,WAAW,yCA6C5C,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-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const styleMap = require('../../style-map-074a8e8b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const styleMap = require('../../style-map-68da71db.cjs');
8
8
  require('../../directive-8278ab14.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -7511,6 +7511,53 @@ const documentText = (options) => {
7511
7511
  </svg> `;
7512
7512
  };
7513
7513
 
7514
+ const category = (options) => {
7515
+ return shared_tailwindElement_index.x`<svg
7516
+ width="24"
7517
+ height="24"
7518
+ viewBox="0 0 24 24"
7519
+ fill="none"
7520
+ xmlns="http://www.w3.org/2000/svg"
7521
+ style=${styleMap.o({
7522
+ width: `${options.width}px`,
7523
+ height: `${options.height}px`
7524
+ })}
7525
+ >
7526
+ <path
7527
+ d="M5 10H7C9 10 10 9 10 7V5C10 3 9 2 7 2H5C3 2 2 3 2 5V7C2 9 3 10 5 10Z"
7528
+ stroke="var(--${options.color})"
7529
+ stroke-width="${options.strokeWidth}"
7530
+ stroke-miterlimit="10"
7531
+ stroke-linecap="round"
7532
+ stroke-linejoin="round"
7533
+ />
7534
+ <path
7535
+ d="M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z"
7536
+ stroke="var(--${options.color})"
7537
+ stroke-width="${options.strokeWidth}"
7538
+ stroke-miterlimit="10"
7539
+ stroke-linecap="round"
7540
+ stroke-linejoin="round"
7541
+ />
7542
+ <path
7543
+ d="M17 22H19C21 22 22 21 22 19V17C22 15 21 14 19 14H17C15 14 14 15 14 17V19C14 21 15 22 17 22Z"
7544
+ stroke="var(--${options.color})"
7545
+ stroke-width="${options.strokeWidth}"
7546
+ stroke-miterlimit="10"
7547
+ stroke-linecap="round"
7548
+ stroke-linejoin="round"
7549
+ />
7550
+ <path
7551
+ d="M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z"
7552
+ stroke="var(--${options.color})"
7553
+ stroke-width="${options.strokeWidth}"
7554
+ stroke-miterlimit="10"
7555
+ stroke-linecap="round"
7556
+ stroke-linejoin="round"
7557
+ />
7558
+ </svg> `;
7559
+ };
7560
+
7514
7561
  var __defProp = Object.defineProperty;
7515
7562
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7516
7563
  var __decorateClass = (decorators, target, key, kind) => {
@@ -7716,7 +7763,8 @@ const iconMap = {
7716
7763
  "logo-linkedin-round": logoLinkedinRound,
7717
7764
  "arrow-long-down": arrowLongDown,
7718
7765
  gas,
7719
- "minus-filled": minusFilled
7766
+ "minus-filled": minusFilled,
7767
+ category
7720
7768
  };
7721
7769
  exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.TailwindStyledElement(style) {
7722
7770
  constructor() {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"AAuMA,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;;AA6M5E,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":"AAwMA,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;;AA8M5E,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-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { o } from '../../style-map-3fe95282.js';
1
+ import { x, T as TailwindStyledElement } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { o } from '../../style-map-d9a53ff6.js';
4
4
  import '../../directive-2bb7789e.js';
5
5
 
6
6
  const style = ":host {\n display: inline-flex\n}";
@@ -7507,6 +7507,53 @@ const documentText = (options) => {
7507
7507
  </svg> `;
7508
7508
  };
7509
7509
 
7510
+ const category = (options) => {
7511
+ return x`<svg
7512
+ width="24"
7513
+ height="24"
7514
+ viewBox="0 0 24 24"
7515
+ fill="none"
7516
+ xmlns="http://www.w3.org/2000/svg"
7517
+ style=${o({
7518
+ width: `${options.width}px`,
7519
+ height: `${options.height}px`
7520
+ })}
7521
+ >
7522
+ <path
7523
+ d="M5 10H7C9 10 10 9 10 7V5C10 3 9 2 7 2H5C3 2 2 3 2 5V7C2 9 3 10 5 10Z"
7524
+ stroke="var(--${options.color})"
7525
+ stroke-width="${options.strokeWidth}"
7526
+ stroke-miterlimit="10"
7527
+ stroke-linecap="round"
7528
+ stroke-linejoin="round"
7529
+ />
7530
+ <path
7531
+ d="M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z"
7532
+ stroke="var(--${options.color})"
7533
+ stroke-width="${options.strokeWidth}"
7534
+ stroke-miterlimit="10"
7535
+ stroke-linecap="round"
7536
+ stroke-linejoin="round"
7537
+ />
7538
+ <path
7539
+ d="M17 22H19C21 22 22 21 22 19V17C22 15 21 14 19 14H17C15 14 14 15 14 17V19C14 21 15 22 17 22Z"
7540
+ stroke="var(--${options.color})"
7541
+ stroke-width="${options.strokeWidth}"
7542
+ stroke-miterlimit="10"
7543
+ stroke-linecap="round"
7544
+ stroke-linejoin="round"
7545
+ />
7546
+ <path
7547
+ d="M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z"
7548
+ stroke="var(--${options.color})"
7549
+ stroke-width="${options.strokeWidth}"
7550
+ stroke-miterlimit="10"
7551
+ stroke-linecap="round"
7552
+ stroke-linejoin="round"
7553
+ />
7554
+ </svg> `;
7555
+ };
7556
+
7510
7557
  var __defProp = Object.defineProperty;
7511
7558
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7512
7559
  var __decorateClass = (decorators, target, key, kind) => {
@@ -7712,7 +7759,8 @@ const iconMap = {
7712
7759
  "logo-linkedin-round": logoLinkedinRound,
7713
7760
  "arrow-long-down": arrowLongDown,
7714
7761
  gas,
7715
- "minus-filled": minusFilled
7762
+ "minus-filled": minusFilled,
7763
+ category
7716
7764
  };
7717
7765
  let LuksoIcon = class extends TailwindStyledElement(style) {
7718
7766
  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-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
8
- const styleMap = require('../../style-map-074a8e8b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.cjs');
8
+ const styleMap = require('../../style-map-68da71db.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-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
4
- import { o } from '../../style-map-3fe95282.js';
1
+ import { a as TailwindElement, x } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.js';
4
+ import { o } from '../../style-map-d9a53ff6.js';
5
5
  import { c as ce } from '../../index-d14b6a34.js';
6
6
  import '../../directive-2bb7789e.js';
7
7
 
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../../tailwind-config.cjs');
10
10
  const cn = require('../../cn-b6daa995.cjs');
11
11
  require('../lukso-icon/index.cjs');
12
- require('../../style-map-074a8e8b.cjs');
12
+ require('../../style-map-68da71db.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
 
15
15
  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,11 +1,11 @@
1
- import { T as TailwindStyledElement, x, E } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
1
+ import { T as TailwindStyledElement, x, E } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.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';
7
7
  import '../lukso-icon/index.js';
8
- import '../../style-map-3fe95282.js';
8
+ import '../../style-map-d9a53ff6.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
 
11
11
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
7
  const index = require('../../index-2b104ecb.cjs');
8
8
 
9
9
  var __defProp = Object.defineProperty;
@@ -1,5 +1,5 @@
1
- import { a as TailwindElement, x } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
1
+ import { a as TailwindElement, x } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
3
  import { c as ce } from '../../index-d14b6a34.js';
4
4
 
5
5
  var __defProp = Object.defineProperty;
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-tag/index.cjs');
11
- require('../../style-map-074a8e8b.cjs');
11
+ require('../../style-map-68da71db.cjs');
12
12
  require('../../directive-8278ab14.cjs');
13
- require('../../index-b1f10728.cjs');
13
+ require('../../index-52e2fafd.cjs');
14
14
 
15
15
  var __defProp = Object.defineProperty;
16
16
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -183,7 +183,7 @@ exports.LuksoNavbar = class LuksoNavbar extends shared_tailwindElement_index.Tai
183
183
  });
184
184
  return shared_tailwindElement_index.x`
185
185
  <nav data-testid="navbar" class=${styles.wrapper()}>
186
- <div class="flex items-center px-7 h-[inherit] sm:px-10">
186
+ <div class="flex items-center px-10 h-[inherit]">
187
187
  <div
188
188
  class="flex cursor-pointer group"
189
189
  @click=${this.handleBrandClick}
@@ -1,12 +1,12 @@
1
- import { a as TailwindElement, x, E } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
1
+ import { a as TailwindElement, x, E } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-tag/index.js';
7
- import '../../style-map-3fe95282.js';
7
+ import '../../style-map-d9a53ff6.js';
8
8
  import '../../directive-2bb7789e.js';
9
- import '../../index-81a8cb3d.js';
9
+ import '../../index-d643c9c3.js';
10
10
 
11
11
  var __defProp = Object.defineProperty;
12
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -179,7 +179,7 @@ let LuksoNavbar = class extends TailwindElement {
179
179
  });
180
180
  return x`
181
181
  <nav data-testid="navbar" class=${styles.wrapper()}>
182
- <div class="flex items-center px-7 h-[inherit] sm:px-10">
182
+ <div class="flex items-center px-10 h-[inherit]">
183
183
  <div
184
184
  class="flex cursor-pointer group"
185
185
  @click=${this.handleBrandClick}
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-f785b4c0.cjs');
6
- const property = require('../../property-0715f936.cjs');
7
- const state = require('../../state-908940e8.cjs');
5
+ const shared_tailwindElement_index = require('../../index-e17ecbf3.cjs');
6
+ const property = require('../../property-80b4df33.cjs');
7
+ const state = require('../../state-8f04f0af.cjs');
8
8
  const index = require('../../index-2b104ecb.cjs');
9
9
  require('../lukso-icon/index.cjs');
10
10
  require('../lukso-button/index.cjs');
11
- require('../../style-map-074a8e8b.cjs');
11
+ require('../../style-map-68da71db.cjs');
12
12
  require('../../directive-8278ab14.cjs');
13
13
  require('../../tailwind-config.cjs');
14
14
  require('../../cn-b6daa995.cjs');
@@ -1,10 +1,10 @@
1
- import { T as TailwindStyledElement, x } from '../../index-c074fb48.js';
2
- import { n, t } from '../../property-db140eda.js';
3
- import { r } from '../../state-13f19dcc.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-db8c2781.js';
2
+ import { n, t } from '../../property-81c75dec.js';
3
+ import { r } from '../../state-ebd3d73f.js';
4
4
  import { c as ce } from '../../index-d14b6a34.js';
5
5
  import '../lukso-icon/index.js';
6
6
  import '../lukso-button/index.js';
7
- import '../../style-map-3fe95282.js';
7
+ import '../../style-map-d9a53ff6.js';
8
8
  import '../../directive-2bb7789e.js';
9
9
  import '../../tailwind-config.js';
10
10
  import '../../cn-90c03edf.js';