@lukso/web-components 1.8.1 → 1.9.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 (50) hide show
  1. package/dist/components/index.cjs +2 -2
  2. package/dist/components/index.js +2 -2
  3. package/dist/components/lukso-button/index.cjs +5 -6
  4. package/dist/components/lukso-button/index.d.ts +4 -4
  5. package/dist/components/lukso-button/index.d.ts.map +1 -1
  6. package/dist/components/lukso-button/index.js +5 -6
  7. package/dist/components/lukso-card/index.cjs +2 -2
  8. package/dist/components/lukso-card/index.js +2 -2
  9. package/dist/components/lukso-icon/icons/desktop-sharp.d.ts +3 -0
  10. package/dist/components/lukso-icon/icons/desktop-sharp.d.ts.map +1 -0
  11. package/dist/components/lukso-icon/icons/logo-brave.d.ts +3 -0
  12. package/dist/components/lukso-icon/icons/logo-brave.d.ts.map +1 -0
  13. package/dist/components/lukso-icon/icons/logo-edge.d.ts +3 -0
  14. package/dist/components/lukso-icon/icons/logo-edge.d.ts.map +1 -0
  15. package/dist/components/lukso-icon/icons/logo-firefox.d.ts +3 -0
  16. package/dist/components/lukso-icon/icons/logo-firefox.d.ts.map +1 -0
  17. package/dist/components/lukso-icon/icons/logo-opera.d.ts +3 -0
  18. package/dist/components/lukso-icon/icons/logo-opera.d.ts.map +1 -0
  19. package/dist/components/lukso-icon/icons/logo-safari.d.ts +3 -0
  20. package/dist/components/lukso-icon/icons/logo-safari.d.ts.map +1 -0
  21. package/dist/components/lukso-icon/index.cjs +173 -3
  22. package/dist/components/lukso-icon/index.d.ts.map +1 -1
  23. package/dist/components/lukso-icon/index.js +173 -3
  24. package/dist/components/lukso-input/index.cjs +1 -1
  25. package/dist/components/lukso-input/index.js +1 -1
  26. package/dist/components/lukso-modal/index.cjs +1 -1
  27. package/dist/components/lukso-modal/index.js +1 -1
  28. package/dist/components/lukso-navbar/index.cjs +1 -1
  29. package/dist/components/lukso-navbar/index.js +1 -1
  30. package/dist/components/lukso-profile/index.cjs +2 -2
  31. package/dist/components/lukso-profile/index.js +2 -2
  32. package/dist/components/lukso-sanitize/index.cjs +1 -1
  33. package/dist/components/lukso-sanitize/index.js +1 -1
  34. package/dist/components/lukso-tag/index.cjs +2 -2
  35. package/dist/components/lukso-tag/index.js +2 -2
  36. package/dist/components/lukso-test/index.cjs +1 -1
  37. package/dist/components/lukso-test/index.js +1 -1
  38. package/dist/components/lukso-username/index.cjs +2 -2
  39. package/dist/components/lukso-username/index.js +2 -2
  40. package/dist/components/lukso-wizard/index.cjs +1 -1
  41. package/dist/components/lukso-wizard/index.js +1 -1
  42. package/dist/{index-687bd80b.cjs → index-c20a98f8.cjs} +1 -1
  43. package/dist/{index-f9b6cb04.js → index-d0b3df5b.js} +1 -1
  44. package/dist/index.cjs +2 -2
  45. package/dist/index.js +2 -2
  46. package/dist/shared/tailwind-element/index.cjs +1 -1
  47. package/dist/shared/tailwind-element/index.js +1 -1
  48. package/dist/{style-map-086bae47.cjs → style-map-1a17c547.cjs} +1 -1
  49. package/dist/{style-map-ec9692b2.js → style-map-9349d42d.js} +1 -1
  50. package/package.json +1 -1
@@ -14,11 +14,11 @@ const components_luksoTag_index = require('./lukso-tag/index.cjs');
14
14
  const components_luksoTest_index = require('./lukso-test/index.cjs');
15
15
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
16
16
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
17
- const shared_tailwindElement_index = require('../index-687bd80b.cjs');
17
+ const shared_tailwindElement_index = require('../index-c20a98f8.cjs');
18
18
  require('../directive-db00f5fb.cjs');
19
19
  require('../state-a62a7d5d.cjs');
20
20
  require('../index-7dc05ee5.cjs');
21
- require('../style-map-086bae47.cjs');
21
+ require('../style-map-1a17c547.cjs');
22
22
 
23
23
 
24
24
 
@@ -10,8 +10,8 @@ export { LuksoTag } from './lukso-tag/index.js';
10
10
  export { LuksoTest } from './lukso-test/index.js';
11
11
  export { LuksoUsername } from './lukso-username/index.js';
12
12
  export { LuksoWizard } from './lukso-wizard/index.js';
13
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-f9b6cb04.js';
13
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-d0b3df5b.js';
14
14
  import '../directive-9ec64c08.js';
15
15
  import '../state-7fde94d1.js';
16
16
  import '../index-714323c9.js';
17
- import '../style-map-ec9692b2.js';
17
+ import '../style-map-9349d42d.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-687bd80b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-c20a98f8.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
7
  const state = require('../../state-a62a7d5d.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
@@ -36,20 +36,19 @@ exports.LuksoButton = class LuksoButton extends shared_tailwindElement_index.Tai
36
36
  this.isPressed = false;
37
37
  this.noTransition = false;
38
38
  this.timer = 0;
39
- this.defaultStyles = `flex justify-center items-center relative
39
+ this.defaultStyles = `flex justify-center items-center relative text-center
40
40
  border border-solid cursor-pointer transition duration-0
41
41
  hover:duration-250 active:scale-98 active:duration-25
42
- disabled:shadow-none disabled:cursor-not-allowed disabled:scale-100`;
42
+ disabled:shadow-none disabled:cursor-not-allowed disabled:scale-100 disabled:opacity-50`;
43
43
  this.secondaryStyles = `bg-neutral-100 border-neutral-90 text-neutral-20
44
- disabled:bg-neutral-90 disabled:border-neutral-90 disabled:text-neutral-100
45
44
  hover:shadow-button-hover-secondary active:shadow-button-press-secondary`;
46
45
  this.primaryStyles = `bg-neutral-20 border-neutral-20 text-neutral-100
47
- disabled:bg-neutral-90 disabled:border-neutral-90
46
+ disabled:hover:!bg-neutral-20 disabled:hover:!border-neutral-20
48
47
  hover:shadow-button-hover-primary hover:bg-neutral-25 hover:border-neutral-25
49
48
  active:shadow-button-press-primary active:bg-neutral-25 active:border-neutral-25
50
49
  before:bg-neutral-10`;
51
50
  this.landingStyles = `bg-purple-51 border-purple-51 text-neutral-100
52
- disabled:bg-neutral-90 disabled:border-neutral-90
51
+ disabled:hover:!bg-purple-51 disabled:hover:!border-purple-51
53
52
  hover:shadow-button-hover-primary hover:bg-purple-58 hover:border-purple-58
54
53
  active:shadow-button-press-primary
55
54
  before:bg-purple-51`;
@@ -1,10 +1,10 @@
1
- export declare type ButtonVariants = 'primary' | 'secondary' | 'landing' | 'text';
2
- export declare type ButtonSizes = 'small' | 'medium';
1
+ export declare type ButtonVariant = 'primary' | 'secondary' | 'landing' | 'text';
2
+ export declare type ButtonSize = 'small' | 'medium';
3
3
  export declare type LinkTarget = '_blank' | '_self' | '_parent' | '_top';
4
4
  declare const LuksoButton_base: typeof import("lit").LitElement;
5
5
  export declare class LuksoButton extends LuksoButton_base {
6
- variant: ButtonVariants;
7
- size: ButtonSizes;
6
+ variant: ButtonVariant;
7
+ size: ButtonSize;
8
8
  disabled: boolean;
9
9
  isFullWidth: boolean;
10
10
  isLongPress: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAOA,oBAAY,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAA;AACzE,oBAAY,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAA;AAC5C,oBAAY,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,cAAc,CAAY;IAGnC,IAAI,EAAE,WAAW,CAAW;IAG5B,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAGiD;IAEtE,OAAO,CAAC,eAAe,CAEoD;IAE3E,OAAO,CAAC,aAAa,CAIE;IAEvB,OAAO,CAAC,aAAa,CAIC;IAEtB,OAAO,CAAC,UAAU,CAGS;IAE3B,OAAO,CAAC,UAAU,CAAyE;IAE3F,OAAO,CAAC,eAAe,CAEyD;IAEhF,OAAO,CAAC,aAAa,CAAgC;IAErD,OAAO,CAAC,kBAAkB,CAA2B;IAErD,OAAO,CAAC,UAAU,CAAsD;IAExE,OAAO,CAAC,SAAS,CAAwF;IAEzG,OAAO,CAAC,eAAe;IAuBvB,OAAO,CAAC,aAAa;IAcrB,cAAc;IA2Bd,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":["index.ts"],"names":[],"mappings":"AAOA,oBAAY,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAA;AACxE,oBAAY,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAA;AAC3C,oBAAY,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;;AAIhE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,OAAO,EAAE,aAAa,CAAY;IAGlC,IAAI,EAAE,UAAU,CAAW;IAG3B,QAAQ,UAAQ;IAGhB,WAAW,UAAQ;IAGnB,WAAW,UAAQ;IAGnB,MAAM,UAAQ;IAGd,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAW;IAG7B,GAAG,SAAK;IAGR,OAAO,CAAC,SAAS,CAAQ;IAGzB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,KAAK,CAAI;IAEjB,OAAO,CAAC,aAAa,CAGqE;IAE1F,OAAO,CAAC,eAAe,CACoD;IAE3E,OAAO,CAAC,aAAa,CAIE;IAEvB,OAAO,CAAC,aAAa,CAIC;IAEtB,OAAO,CAAC,UAAU,CAGS;IAE3B,OAAO,CAAC,UAAU,CAAyE;IAE3F,OAAO,CAAC,eAAe,CAEyD;IAEhF,OAAO,CAAC,aAAa,CAAgC;IAErD,OAAO,CAAC,kBAAkB,CAA2B;IAErD,OAAO,CAAC,UAAU,CAAsD;IAExE,OAAO,CAAC,SAAS,CAAwF;IAEzG,OAAO,CAAC,eAAe;IAuBvB,OAAO,CAAC,aAAa;IAcrB,cAAc;IA2Bd,YAAY;IAwBZ,MAAM;CAGP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, y } from '../../index-f9b6cb04.js';
1
+ import { T as TailwindStyledElement, y } from '../../index-d0b3df5b.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
3
  import { t } from '../../state-7fde94d1.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
@@ -32,20 +32,19 @@ let LuksoButton = class extends TailwindStyledElement(style) {
32
32
  this.isPressed = false;
33
33
  this.noTransition = false;
34
34
  this.timer = 0;
35
- this.defaultStyles = `flex justify-center items-center relative
35
+ this.defaultStyles = `flex justify-center items-center relative text-center
36
36
  border border-solid cursor-pointer transition duration-0
37
37
  hover:duration-250 active:scale-98 active:duration-25
38
- disabled:shadow-none disabled:cursor-not-allowed disabled:scale-100`;
38
+ disabled:shadow-none disabled:cursor-not-allowed disabled:scale-100 disabled:opacity-50`;
39
39
  this.secondaryStyles = `bg-neutral-100 border-neutral-90 text-neutral-20
40
- disabled:bg-neutral-90 disabled:border-neutral-90 disabled:text-neutral-100
41
40
  hover:shadow-button-hover-secondary active:shadow-button-press-secondary`;
42
41
  this.primaryStyles = `bg-neutral-20 border-neutral-20 text-neutral-100
43
- disabled:bg-neutral-90 disabled:border-neutral-90
42
+ disabled:hover:!bg-neutral-20 disabled:hover:!border-neutral-20
44
43
  hover:shadow-button-hover-primary hover:bg-neutral-25 hover:border-neutral-25
45
44
  active:shadow-button-press-primary active:bg-neutral-25 active:border-neutral-25
46
45
  before:bg-neutral-10`;
47
46
  this.landingStyles = `bg-purple-51 border-purple-51 text-neutral-100
48
- disabled:bg-neutral-90 disabled:border-neutral-90
47
+ disabled:hover:!bg-purple-51 disabled:hover:!border-purple-51
49
48
  hover:shadow-button-hover-primary hover:bg-purple-58 hover:border-purple-58
50
49
  active:shadow-button-press-primary
51
50
  before:bg-purple-51`;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-687bd80b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-c20a98f8.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-086bae47.cjs');
7
+ const styleMap = require('../../style-map-1a17c547.cjs');
8
8
  const index = require('../../index-7dc05ee5.cjs');
9
9
  require('../lukso-profile/index.cjs');
10
10
 
@@ -1,6 +1,6 @@
1
- import { T as TailwindStyledElement, y } from '../../index-f9b6cb04.js';
1
+ import { T as TailwindStyledElement, y } from '../../index-d0b3df5b.js';
2
2
  import { e, a as e$1 } from '../../directive-9ec64c08.js';
3
- import { i } from '../../style-map-ec9692b2.js';
3
+ import { i } from '../../style-map-9349d42d.js';
4
4
  import { c as customClassMap } from '../../index-714323c9.js';
5
5
  import '../lukso-profile/index.js';
6
6
 
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const desktopSharp: (options: IconOptions) => import("lit").TemplateResult<1>;
3
+ //# sourceMappingURL=desktop-sharp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"desktop-sharp.d.ts","sourceRoot":"","sources":["desktop-sharp.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,YAAY,YAAa,WAAW,oCAiBhD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const logoBrave: (options: IconOptions) => import("lit").TemplateResult<1>;
3
+ //# sourceMappingURL=logo-brave.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-brave.d.ts","sourceRoot":"","sources":["logo-brave.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,SAAS,YAAa,WAAW,oCAkC7C,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const logoEdge: (options: IconOptions) => import("lit").TemplateResult<1>;
3
+ //# sourceMappingURL=logo-edge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-edge.d.ts","sourceRoot":"","sources":["logo-edge.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,QAAQ,YAAa,WAAW,oCAyB5C,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const logoFirefox: (options: IconOptions) => import("lit").TemplateResult<1>;
3
+ //# sourceMappingURL=logo-firefox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-firefox.d.ts","sourceRoot":"","sources":["logo-firefox.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,WAAW,YAAa,WAAW,oCAiB/C,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const logoOpera: (options: IconOptions) => import("lit").TemplateResult<1>;
3
+ //# sourceMappingURL=logo-opera.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-opera.d.ts","sourceRoot":"","sources":["logo-opera.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,SAAS,YAAa,WAAW,oCAiB7C,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const logoSafari: (options: IconOptions) => import("lit").TemplateResult<1>;
3
+ //# sourceMappingURL=logo-safari.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-safari.d.ts","sourceRoot":"","sources":["logo-safari.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,UAAU,YAAa,WAAW,oCA0C9C,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-687bd80b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-c20a98f8.cjs');
6
6
  const directive = require('../../directive-db00f5fb.cjs');
7
- const styleMap = require('../../style-map-086bae47.cjs');
7
+ const styleMap = require('../../style-map-1a17c547.cjs');
8
8
 
9
9
  const style = ":host {\n display: inline-flex\n}";
10
10
 
@@ -1766,6 +1766,151 @@ const logoChrome = (options) => {
1766
1766
  </svg> `;
1767
1767
  };
1768
1768
 
1769
+ const logoBrave = (options) => {
1770
+ return shared_tailwindElement_index.y`<svg
1771
+ width="24"
1772
+ height="24"
1773
+ viewBox="0 0 24 24"
1774
+ fill="none"
1775
+ xmlns="http://www.w3.org/2000/svg"
1776
+ style=${styleMap.i({
1777
+ width: `${options.width}px`,
1778
+ height: `${options.height}px`
1779
+ })}
1780
+ >
1781
+ <path
1782
+ d="M22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12Z"
1783
+ fill="var(--${options.color})"
1784
+ stroke="var(--${options.color})"
1785
+ />
1786
+ <g clip-path="url(#clip0_859_26885)">
1787
+ <path
1788
+ d="M14.2485 5.3999C14.3316 5.3999 14.4107 5.43629 14.4656 5.49978L15.5291 6.72896C15.5423 6.72644 15.556 6.72391 15.5701 6.72138C15.8263 6.67571 16.0903 6.65901 16.3437 6.68926C16.6675 6.72792 16.9444 6.84088 17.1503 7.05066C17.3653 7.26972 17.5793 7.4932 17.7824 7.70933C17.8535 7.78498 17.9182 7.85435 17.9752 7.91593C17.9952 7.93753 18.0129 7.95662 18.028 7.97303C18.1236 8.07729 18.1456 8.19893 18.1031 8.30513L17.8287 8.99135L18.1943 10.0556C18.2133 10.1111 18.2157 10.171 18.2009 10.2278C18.1983 10.2379 18.1983 10.2379 18.186 10.2856C18.1691 10.3509 18.1691 10.3509 18.1437 10.4489C18.0981 10.6248 18.0473 10.8208 17.9927 11.032C17.8365 11.6353 17.6802 12.239 17.5345 12.8031C17.1746 14.1955 16.9386 15.1123 16.8818 15.3407C16.5725 16.5844 16.3272 17.0162 15.5341 17.5847C14.8393 18.0829 13.3895 19.0824 13.1108 19.2599C13.0841 19.2769 13.0547 19.2967 13.0156 19.3236C13.0005 19.334 12.9268 19.3853 12.9057 19.3998C12.7702 19.4932 12.6735 19.5531 12.5693 19.6024C12.4372 19.665 12.3108 19.6999 12.1826 19.6999C12.0544 19.6999 11.9279 19.665 11.7958 19.6024C11.6916 19.5531 11.5949 19.4932 11.4594 19.3998C11.4383 19.3853 11.3647 19.334 11.3495 19.3236C11.3105 19.2967 11.281 19.2769 11.2544 19.2599C10.9756 19.0824 9.52579 18.0829 8.831 17.5847C8.03793 17.0162 7.79259 16.5844 7.48335 15.3408C7.42654 15.1123 7.19056 14.1955 6.83331 12.8133C6.68489 12.239 6.52868 11.6353 6.37247 11.032C6.3178 10.8208 6.26703 10.6248 6.22147 10.4489C6.19609 10.3509 6.19609 10.3509 6.17916 10.2856C6.1668 10.2379 6.1668 10.2379 6.1642 10.2278C6.14948 10.171 6.15179 10.1111 6.17084 10.0556L6.53645 8.99135L6.26205 8.30513C6.21958 8.19893 6.24157 8.07729 6.31841 7.99342C6.35226 7.95662 6.3699 7.93753 6.38991 7.91593C6.44696 7.85435 6.51166 7.78498 6.58276 7.70933C6.78586 7.4932 6.9998 7.26972 7.21481 7.05066C7.42072 6.84088 7.69768 6.72792 8.02146 6.68926C8.27487 6.65901 8.53886 6.67571 8.795 6.72138C8.80916 6.72391 8.82285 6.72644 8.83606 6.72896L9.8995 5.49978C9.95443 5.43629 10.0335 5.3999 10.1167 5.3999H14.2485ZM14.1177 5.98874H10.2474L9.15744 7.24863C9.08412 7.33337 8.96963 7.36799 8.86273 7.33774C8.85716 7.33616 8.84325 7.33253 8.82201 7.3275C8.78474 7.31868 8.74209 7.30975 8.69512 7.30138C8.48969 7.26475 8.27883 7.25141 8.08889 7.27409C7.8839 7.29856 7.72625 7.36286 7.62426 7.46677C7.41246 7.68255 7.20138 7.90305 7.00099 8.11628C6.95367 8.16664 6.90924 8.21415 6.86809 8.25835L7.11368 8.8725C7.14024 8.93892 7.14206 9.01292 7.11881 9.08061L6.74633 10.1649C6.75644 10.2039 6.76013 10.2181 6.78104 10.2988C6.82661 10.4747 6.87738 10.6708 6.93206 10.882C7.08829 11.4854 7.24452 12.0892 7.39033 12.6533C7.75114 14.0493 7.98685 14.9651 8.04435 15.1963C8.32257 16.3152 8.49969 16.6269 9.1643 17.1034C9.8512 17.5959 11.2934 18.5901 11.5613 18.7608C11.5951 18.7822 11.6299 18.8056 11.6743 18.8362C11.6907 18.8476 11.7642 18.8987 11.7839 18.9123C11.8958 18.9894 11.9708 19.0358 12.0401 19.0686C12.1019 19.0979 12.1496 19.1111 12.1826 19.1111C12.2155 19.1111 12.2633 19.0979 12.325 19.0686C12.3944 19.0358 12.4694 18.9894 12.5812 18.9123C12.601 18.8987 12.6744 18.8476 12.6908 18.8362C12.7352 18.8056 12.7701 18.7822 12.8038 18.7608C13.0718 18.5901 14.5139 17.5959 15.2008 17.1034C15.8654 16.6269 16.0426 16.3152 16.3208 15.1963C16.3783 14.9651 16.614 14.0493 16.9722 12.6635C17.1206 12.0891 17.2768 11.4853 17.4331 10.8819C17.4878 10.6708 17.5385 10.4747 17.5841 10.2988C17.605 10.2181 17.6087 10.2039 17.6188 10.1649L17.2463 9.08061C17.2231 9.01292 17.2249 8.93892 17.2515 8.8725L17.497 8.25835C17.4559 8.21415 17.4115 8.16664 17.3641 8.11628C17.1638 7.90305 16.9527 7.68255 16.7409 7.46677C16.6389 7.36286 16.4812 7.29856 16.2763 7.27409C16.0863 7.25141 15.8754 7.26475 15.67 7.30138C15.623 7.30975 15.5804 7.31868 15.5431 7.3275C15.5219 7.33253 15.508 7.33616 15.5024 7.33774C15.3955 7.36799 15.281 7.33337 15.2077 7.24863L14.1177 5.98874ZM12.1826 14.227C12.2612 14.227 12.7651 14.4082 13.1695 14.6214C13.5738 14.8346 13.8669 14.9854 13.9606 15.0451C14.0542 15.1048 13.9971 15.2175 13.9118 15.2789C13.8264 15.3404 12.6798 16.245 12.5686 16.3449C12.4573 16.4449 12.2937 16.6101 12.1826 16.6101C12.0714 16.6101 11.9078 16.4449 11.7966 16.3449C11.6853 16.245 10.5387 15.3404 10.4534 15.2789C10.368 15.2175 10.3109 15.1048 10.4046 15.0451C10.4983 14.9854 10.7913 14.8346 11.1957 14.6214C11.6 14.4082 12.1039 14.227 12.1826 14.227ZM12.1841 7.78408C12.2047 7.78441 12.4285 7.79048 12.7564 7.90184C13.1007 8.01877 13.4738 8.16494 13.6459 8.16494C13.8181 8.16494 15.0949 7.91646 15.0949 7.91646C15.0949 7.91646 16.6081 9.78006 16.6081 10.1784C16.6081 10.5767 16.4177 10.6818 16.2263 10.8888C16.0349 11.0959 15.1991 12.0002 15.0917 12.1163C14.9844 12.2324 14.7609 12.4085 14.8924 12.7254C15.0238 13.0423 15.2177 13.4456 15.0021 13.8546C14.7865 14.2637 14.417 14.5367 14.1803 14.4915C13.9436 14.4464 13.3877 14.1504 13.1832 14.0152C12.9788 13.88 12.3309 13.3355 12.3309 13.1272C12.3309 12.9189 13.0006 12.5449 13.1244 12.46C13.2481 12.375 13.8125 12.0461 13.8241 11.917C13.8356 11.7879 13.8312 11.75 13.6647 11.431C13.4981 11.112 13.1982 10.6863 13.2481 10.4031C13.298 10.1199 13.7818 9.97261 14.127 9.83978C14.4722 9.70697 15.1369 9.45613 15.2199 9.41713C15.3029 9.3781 15.2815 9.34095 15.0299 9.31666C14.7784 9.29236 14.0647 9.19584 13.7429 9.28722C13.4211 9.3786 12.8713 9.51763 12.8268 9.59136C12.7823 9.66508 12.743 9.66757 12.7887 9.92189C12.8344 10.1762 13.0699 11.3966 13.0927 11.6133C13.1156 11.8301 13.1603 11.9734 12.9309 12.0268C12.7015 12.0803 12.3153 12.1731 12.1826 12.1731C12.0499 12.1731 11.6637 12.0803 11.4343 12.0268C11.2048 11.9734 11.2495 11.8301 11.2724 11.6133C11.2953 11.3966 11.5307 10.1762 11.5764 9.92189C11.6221 9.66757 11.5829 9.66508 11.5384 9.59136C11.4938 9.51763 10.944 9.3786 10.6222 9.28722C10.3005 9.19584 9.58671 9.29236 9.33519 9.31666C9.08367 9.34095 9.06221 9.3781 9.14524 9.41713C9.22828 9.45613 9.89296 9.70697 10.2381 9.83978C10.5833 9.97261 11.0671 10.1199 11.1171 10.4031C11.167 10.6863 10.867 11.112 10.7005 11.431C10.5339 11.75 10.5295 11.7879 10.541 11.917C10.5526 12.0461 11.117 12.375 11.2408 12.46C11.3645 12.5449 12.0343 12.9189 12.0343 13.1272C12.0343 13.3355 11.3863 13.88 11.1819 14.0152C10.9775 14.1504 10.4215 14.4464 10.1848 14.4915C9.9481 14.5367 9.57868 14.2637 9.36302 13.8546C9.1474 13.4456 9.3413 13.0423 9.47272 12.7254C9.60416 12.4085 9.38073 12.2324 9.27336 12.1163C9.16605 12.0002 8.33016 11.0959 8.13878 10.8888C7.9474 10.6818 7.75708 10.5767 7.75708 10.1784C7.75708 9.78006 9.27023 7.91646 9.27023 7.91646C9.27023 7.91646 10.5471 8.16494 10.7192 8.16494C10.8914 8.16494 11.2644 8.01877 11.6087 7.90184C11.953 7.78491 12.1826 7.78406 12.1826 7.78406L12.1841 7.78408Z"
1789
+ fill="var(--${options.secondaryColor})"
1790
+ />
1791
+ </g>
1792
+ <defs>
1793
+ <clipPath id="clip0_859_26885">
1794
+ <rect
1795
+ width="12.0559"
1796
+ height="14.3"
1797
+ fill="var(--${options.secondaryColor})"
1798
+ transform="translate(6.15463 5.3999)"
1799
+ />
1800
+ </clipPath>
1801
+ </defs>
1802
+ </svg> `;
1803
+ };
1804
+
1805
+ const logoEdge = (options) => {
1806
+ return shared_tailwindElement_index.y`<svg
1807
+ width="24"
1808
+ height="24"
1809
+ viewBox="0 0 24 24"
1810
+ fill="none"
1811
+ xmlns="http://www.w3.org/2000/svg"
1812
+ style=${styleMap.i({
1813
+ width: `${options.width}px`,
1814
+ height: `${options.height}px`
1815
+ })}
1816
+ >
1817
+ <g clip-path="url(#clip0_859_26884)">
1818
+ <path
1819
+ d="M20.3792 18.3324L20.3792 18.3325L20.3856 18.3301C20.4942 18.2913 20.6015 18.2491 20.7074 18.2037C18.7523 20.9256 15.5598 22.7031 11.9766 22.7031C6.06521 22.7031 1.22656 17.8645 1.22656 11.9531C1.22656 6.04177 6.06521 1.20312 11.9766 1.20312C17.6126 1.20312 22.7269 4.94604 22.7313 10.4441C22.7311 11.7578 22.0963 12.9708 21.3781 13.7275C20.4951 14.6565 19.1827 15.1431 17.9565 15.2037C17.3333 15.2346 16.6235 15.1858 15.9857 15.0623C15.333 14.9358 14.8205 14.7432 14.5407 14.5286C14.4113 14.4291 14.3577 14.3591 14.3361 14.3215L14.3392 14.3181C14.8725 13.7129 15.3312 12.9108 15.3312 11.9484C15.3312 10.0945 13.8201 8.63125 11.9813 8.63125C10.2858 8.63125 8.816 9.9177 8.65259 11.5461C8.50542 12.9873 8.8311 14.1355 9.38198 15.0553C9.92325 15.9591 10.9029 16.9737 12.0915 17.6799C13.2875 18.3905 14.9624 18.8618 16.3468 18.9214C17.5657 18.975 18.582 18.9477 20.3792 18.3324ZM14.3224 14.2898C14.3225 14.2897 14.3229 14.2912 14.3233 14.294C14.3224 14.2912 14.3223 14.2898 14.3224 14.2898Z"
1820
+ fill="var(--${options.color})"
1821
+ stroke="var(--${options.color})"
1822
+ />
1823
+ </g>
1824
+ <defs>
1825
+ <clipPath id="clip0_859_26884">
1826
+ <rect width="24" height="24" fill="white" />
1827
+ </clipPath>
1828
+ </defs>
1829
+ </svg> `;
1830
+ };
1831
+
1832
+ const logoFirefox = (options) => {
1833
+ return shared_tailwindElement_index.y`<svg
1834
+ width="24"
1835
+ height="24"
1836
+ viewBox="0 0 24 24"
1837
+ fill="none"
1838
+ xmlns="http://www.w3.org/2000/svg"
1839
+ style=${styleMap.i({
1840
+ width: `${options.width}px`,
1841
+ height: `${options.height}px`
1842
+ })}
1843
+ >
1844
+ <path
1845
+ d="M22.0996 9.12283V9.11954C22.0893 9.08392 22.0785 9.04829 22.0677 9.01267C22.0654 9.00376 22.0625 8.99486 22.0597 8.98642C22.0396 8.91892 22.019 8.85142 21.9974 8.78439L21.9946 8.77501C21.8631 8.3664 21.7065 7.96627 21.5258 7.57689C21.3508 7.19123 21.1487 6.81843 20.9211 6.46126C20.0421 5.04908 18.8416 3.86469 17.4177 3.0047C15.7832 2.01749 13.9094 1.49709 11.9999 1.50001C11.6718 1.50001 11.3436 1.51595 11.024 1.54689C9.89333 1.66595 7.98739 2.07236 6.44099 3.43033C12.0702 0.55595 19.5908 4.0172 18.951 10.4531C18.7232 12.75 16.7732 14.3283 14.9577 14.5945C14.6348 14.6439 14.3065 14.6472 13.9827 14.6044C9.5488 13.988 9.82021 10.3538 11.1674 8.79986C9.38614 8.78861 8.00474 10.9931 8.67599 13.1592C7.13145 10.2914 8.69239 5.79986 12.0008 4.44048C8.11255 3.87798 4.46755 5.76236 3.29614 9.03751C3.43603 7.84036 3.71527 6.66363 4.12817 5.53126C4.12817 5.53126 2.00849 7.20657 1.5763 10.7297C1.56974 10.7841 1.56364 10.8385 1.55802 10.8933C1.55567 10.912 1.5538 10.9308 1.55192 10.95C1.53536 11.1141 1.52286 11.2792 1.51442 11.4455C1.51442 11.4581 1.51442 11.4708 1.51442 11.4834C1.51114 11.5528 1.50833 11.6241 1.50646 11.6925V11.7511C1.50646 11.8336 1.50317 11.9161 1.50317 11.9991C1.50317 17.798 6.20427 22.4991 12.0032 22.4991C17.8021 22.4991 22.4999 17.7989 22.4999 12C22.5004 11.027 22.3657 10.0587 22.0996 9.12283Z"
1846
+ fill="var(--${options.color})"
1847
+ />
1848
+ </svg> `;
1849
+ };
1850
+
1851
+ const logoOpera = (options) => {
1852
+ return shared_tailwindElement_index.y`<svg
1853
+ width="24"
1854
+ height="24"
1855
+ viewBox="0 0 24 24"
1856
+ fill="none"
1857
+ xmlns="http://www.w3.org/2000/svg"
1858
+ style=${styleMap.i({
1859
+ width: `${options.width}px`,
1860
+ height: `${options.height}px`
1861
+ })}
1862
+ >
1863
+ <path
1864
+ d="M8.38088 5.80142C7.1621 7.2369 6.37562 9.36097 6.32062 11.7413V12.2583C6.37672 14.6398 7.1632 16.7606 8.37978 18.1982C9.95716 20.2464 12.3023 21.5466 14.9247 21.5466C16.4943 21.543 18.0275 21.0737 19.3301 20.198C17.1832 22.1276 14.3604 23.13 11.4773 22.9865C8.6536 22.8527 5.9898 21.6368 4.03885 19.591C2.08791 17.5452 0.999662 14.8267 1 11.9998C1 5.92352 5.92572 1 11.9998 1H12.0405C14.7321 1.00722 17.327 2.004 19.3312 3.80056C18.0268 2.92612 16.4929 2.45692 14.9225 2.45198C12.3023 2.45198 9.95716 3.75326 8.37758 5.80142H8.37978H8.38088ZM22.9997 11.9998C23.0016 13.548 22.6758 15.0791 22.0435 16.4923C21.4112 17.9055 20.4868 19.1688 19.3312 20.1991C16.5098 21.5741 13.8808 20.6127 13.0096 20.0121C15.7816 19.4027 17.8748 16.0522 17.8748 11.9998C17.8748 7.94639 15.7816 4.59694 13.0096 3.98865C13.8797 3.38916 16.5098 2.42668 19.3312 3.80056C20.487 4.83074 21.4114 6.09402 22.0437 7.50725C22.676 8.92048 23.0018 10.4516 22.9997 11.9998Z"
1865
+ fill="var(--${options.color})"
1866
+ />
1867
+ </svg> `;
1868
+ };
1869
+
1870
+ const logoSafari = (options) => {
1871
+ return shared_tailwindElement_index.y`<svg
1872
+ width="24"
1873
+ height="24"
1874
+ viewBox="0 0 24 24"
1875
+ fill="none"
1876
+ xmlns="http://www.w3.org/2000/svg"
1877
+ style=${styleMap.i({
1878
+ width: `${options.width}px`,
1879
+ height: `${options.height}px`
1880
+ })}
1881
+ >
1882
+ <g clip-path="url(#clip0_1898_22739)">
1883
+ <path
1884
+ d="M23.25 12C23.25 13.4774 22.959 14.9403 22.3936 16.3052C21.8283 17.6701 20.9996 18.9103 19.9549 19.955C18.9103 20.9996 17.6701 21.8283 16.3052 22.3937C14.9403 22.959 13.4774 23.25 12 23.25C9.0163 23.25 6.15483 22.0647 4.04505 19.955C1.93526 17.8452 0.75 14.9837 0.75 12C0.75 9.01632 1.93526 6.15484 4.04505 4.04505C6.15483 1.93527 9.01631 0.750001 12 0.75C13.4774 0.75 14.9403 1.04099 16.3052 1.60636C17.6701 2.17172 18.9103 3.00039 19.9549 4.04505C20.9996 5.08971 21.8283 6.3299 22.3936 7.69481C22.959 9.05972 23.25 10.5226 23.25 12Z"
1885
+ stroke="var(--${options.color})"
1886
+ stroke-width="${options.strokeWidth}"
1887
+ stroke-linecap="round"
1888
+ stroke-linejoin="round"
1889
+ />
1890
+ <path
1891
+ fill-rule="evenodd"
1892
+ clip-rule="evenodd"
1893
+ d="M11.5001 3.01394C10.1046 3.09162 8.73306 3.49395 7.50005 4.20582C6.95968 4.51781 6.45749 4.88257 5.99941 5.29238L7.05031 6.34328C7.24557 6.53854 7.24557 6.85512 7.05031 7.05038C6.85504 7.24565 6.53846 7.24565 6.3432 7.05038L5.29232 5.99951C4.36055 7.04115 3.67521 8.29546 3.30672 9.67068C3.14523 10.2734 3.04805 10.8864 3.01392 11.5001H4.50005C4.77619 11.5001 5.00005 11.7239 5.00005 12.0001C5.00005 12.2762 4.77619 12.5001 4.50005 12.5001H3.01394C3.09162 13.8955 3.49395 15.267 4.20582 16.5001C4.51784 17.0405 4.88264 17.5427 5.29249 18.0008L6.34352 16.9498C6.47495 16.8184 6.66135 16.7754 6.82871 16.8209L10.6884 11.273L12.5985 13.155L7.14098 17.073C7.2388 17.2613 7.20868 17.4989 7.05063 17.6569L5.99963 18.7079C7.04125 19.6396 8.29551 20.3249 9.67068 20.6934C10.2734 20.8549 10.8864 20.9521 11.5001 20.9862V19.5001C11.5001 19.2239 11.7239 19.0001 12.0001 19.0001C12.2762 19.0001 12.5001 19.2239 12.5001 19.5001V20.9862C13.8955 20.9085 15.267 20.5062 16.5001 19.7943C17.0404 19.4823 17.5426 19.1176 18.0006 18.7078L16.9497 17.6569C16.7545 17.4617 16.7545 17.1451 16.9497 16.9498C17.145 16.7546 17.4616 16.7546 17.6568 16.9498L18.7077 18.0007C19.6395 16.959 20.3249 15.7047 20.6934 14.3294C20.8549 13.7267 20.9521 13.1137 20.9862 12.5001H19.5001C19.2239 12.5001 19.0001 12.2762 19.0001 12.0001C19.0001 11.7239 19.2239 11.5001 19.5001 11.5001H20.9862C20.9085 10.1046 20.5062 8.73306 19.7943 7.50005C19.4823 6.95961 19.1174 6.45736 18.7076 5.99923L17.6567 7.05012C17.4614 7.24538 17.1448 7.24538 16.9496 7.05012C16.9283 7.02889 16.9094 7.00622 16.8928 6.98243L12.5988 13.1547L10.6887 11.2727L16.8314 6.86278C16.7696 6.687 16.809 6.48357 16.9496 6.34301L18.0004 5.29216C16.9588 4.36047 15.7046 3.67519 14.3294 3.30672C13.7267 3.14523 13.1137 3.04805 12.5001 3.01392V4.50008C12.5001 4.77622 12.2762 5.00008 12.0001 5.00008C11.7239 5.00008 11.5001 4.77622 11.5001 4.50008V3.01394Z"
1894
+ fill="var(--${options.color})"
1895
+ />
1896
+ <rect
1897
+ x="10.6477"
1898
+ y="11.3079"
1899
+ width="1.92994"
1900
+ height="1.92994"
1901
+ rx="0.96497"
1902
+ transform="rotate(-1.74608 10.6477 11.3079)"
1903
+ fill="var(--${options.color})"
1904
+ />
1905
+ </g>
1906
+ <defs>
1907
+ <clipPath id="clip0_1898_22739">
1908
+ <rect width="24" height="24" fill="white" />
1909
+ </clipPath>
1910
+ </defs>
1911
+ </svg> `;
1912
+ };
1913
+
1769
1914
  const mail = (options) => {
1770
1915
  return shared_tailwindElement_index.y`<svg
1771
1916
  width="24"
@@ -4177,6 +4322,25 @@ const completeFilledFadeIn = (options) => {
4177
4322
  </svg> `;
4178
4323
  };
4179
4324
 
4325
+ const desktopSharp = (options) => {
4326
+ return shared_tailwindElement_index.y`<svg
4327
+ width="24"
4328
+ height="24"
4329
+ viewBox="0 0 24 24"
4330
+ fill="none"
4331
+ xmlns="http://www.w3.org/2000/svg"
4332
+ style=${styleMap.i({
4333
+ width: `${options.width}px`,
4334
+ height: `${options.height}px`
4335
+ })}
4336
+ >
4337
+ <path
4338
+ d="M22.5 2.25H1.5C1.30109 2.25 1.11032 2.32902 0.96967 2.46967C0.829018 2.61032 0.75 2.80109 0.75 3V18C0.75 18.1989 0.829018 18.3897 0.96967 18.5303C1.11032 18.671 1.30109 18.75 1.5 18.75H9.375V20.25H6V21.75H18V20.25H14.625V18.75H22.5C22.6989 18.75 22.8897 18.671 23.0303 18.5303C23.171 18.3897 23.25 18.1989 23.25 18V3C23.25 2.80109 23.171 2.61032 23.0303 2.46967C22.8897 2.32902 22.6989 2.25 22.5 2.25ZM21.5625 3.9375V14.0625H2.4375V3.9375H21.5625ZM11.2561 16.5975C11.2358 16.4422 11.2646 16.2844 11.3385 16.1463C11.4125 16.0082 11.5278 15.8967 11.6683 15.8274C11.8089 15.7582 11.9675 15.7347 12.1221 15.7603C12.2766 15.7858 12.4193 15.8591 12.5301 15.9699C12.6409 16.0807 12.7142 16.2234 12.7397 16.3779C12.7653 16.5325 12.7418 16.6911 12.6726 16.8317C12.6033 16.9722 12.4918 17.0875 12.3537 17.1615C12.2156 17.2354 12.0578 17.2642 11.9025 17.2439C11.7386 17.2225 11.5863 17.1475 11.4694 17.0306C11.3525 16.9137 11.2775 16.7614 11.2561 16.5975Z"
4339
+ fill="var(--${options.color})"
4340
+ />
4341
+ </svg> `;
4342
+ };
4343
+
4180
4344
  var __defProp = Object.defineProperty;
4181
4345
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4182
4346
  var __decorateClass = (decorators, target, key, kind) => {
@@ -4242,6 +4406,11 @@ const iconMap = {
4242
4406
  "login-2": login2,
4243
4407
  "login-3": login3,
4244
4408
  "logo-chrome": logoChrome,
4409
+ "logo-brave": logoBrave,
4410
+ "logo-edge": logoEdge,
4411
+ "logo-firefox": logoFirefox,
4412
+ "logo-opera": logoOpera,
4413
+ "logo-safari": logoSafari,
4245
4414
  mail,
4246
4415
  "menu-1": menu1,
4247
4416
  "menu-2": menu2,
@@ -4297,7 +4466,8 @@ const iconMap = {
4297
4466
  "progress-indicator": progressIndicator,
4298
4467
  "pulse-dot": pulseDot,
4299
4468
  "progress-complete": progressComplete,
4300
- "complete-filled-fade-in": completeFilledFadeIn
4469
+ "complete-filled-fade-in": completeFilledFadeIn,
4470
+ "desktop-sharp": desktopSharp
4301
4471
  };
4302
4472
  exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.TailwindStyledElement(style) {
4303
4473
  constructor() {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAmHA,oBAAY,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,oBAAY,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAA;;AAwH/D,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CAqBZ;IAED,MAAM;CAuBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAyHA,oBAAY,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,oBAAY,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAA;;AA8H/D,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CAqBZ;IAED,MAAM;CAuBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}