@lukso/web-components 1.56.0 → 1.57.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 (61) hide show
  1. package/dist/components/index.cjs +3 -3
  2. package/dist/components/index.js +3 -3
  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 +23 -22
  6. package/dist/components/lukso-card/index.d.ts.map +1 -1
  7. package/dist/components/lukso-card/index.js +23 -22
  8. package/dist/components/lukso-checkbox/index.cjs +1 -1
  9. package/dist/components/lukso-checkbox/index.js +1 -1
  10. package/dist/components/lukso-footer/index.cjs +1 -1
  11. package/dist/components/lukso-footer/index.js +1 -1
  12. package/dist/components/lukso-icon/icons/metamask-logo.d.ts +3 -0
  13. package/dist/components/lukso-icon/icons/metamask-logo.d.ts.map +1 -0
  14. package/dist/components/lukso-icon/index.cjs +291 -2
  15. package/dist/components/lukso-icon/index.d.ts.map +1 -1
  16. package/dist/components/lukso-icon/index.js +291 -2
  17. package/dist/components/lukso-input/index.cjs +1 -1
  18. package/dist/components/lukso-input/index.js +1 -1
  19. package/dist/components/lukso-modal/index.cjs +1 -1
  20. package/dist/components/lukso-modal/index.js +1 -1
  21. package/dist/components/lukso-navbar/index.cjs +2 -2
  22. package/dist/components/lukso-navbar/index.js +2 -2
  23. package/dist/components/lukso-profile/index.cjs +2 -2
  24. package/dist/components/lukso-profile/index.js +2 -2
  25. package/dist/components/lukso-progress/index.cjs +2 -2
  26. package/dist/components/lukso-progress/index.js +2 -2
  27. package/dist/components/lukso-sanitize/index.cjs +1 -1
  28. package/dist/components/lukso-sanitize/index.js +1 -1
  29. package/dist/components/lukso-search/index.cjs +3 -3
  30. package/dist/components/lukso-search/index.js +3 -3
  31. package/dist/components/lukso-select/index.cjs +3 -3
  32. package/dist/components/lukso-select/index.js +3 -3
  33. package/dist/components/lukso-share/index.cjs +1 -1
  34. package/dist/components/lukso-share/index.js +1 -1
  35. package/dist/components/lukso-switch/index.cjs +2 -2
  36. package/dist/components/lukso-switch/index.js +2 -2
  37. package/dist/components/lukso-tag/index.cjs +2 -2
  38. package/dist/components/lukso-tag/index.js +2 -2
  39. package/dist/components/lukso-terms/index.cjs +2 -2
  40. package/dist/components/lukso-terms/index.js +2 -2
  41. package/dist/components/lukso-test/index.cjs +1 -1
  42. package/dist/components/lukso-test/index.js +1 -1
  43. package/dist/components/lukso-tooltip/index.cjs +1 -1
  44. package/dist/components/lukso-tooltip/index.js +1 -1
  45. package/dist/components/lukso-username/index.cjs +2 -2
  46. package/dist/components/lukso-username/index.js +2 -2
  47. package/dist/components/lukso-wizard/index.cjs +1 -1
  48. package/dist/components/lukso-wizard/index.js +1 -1
  49. package/dist/index-4e37f431.cjs +46 -0
  50. package/dist/{index-4f378e44.cjs → index-67517059.cjs} +1 -1
  51. package/dist/{index-3e1c4760.js → index-8a1b283c.js} +1 -1
  52. package/dist/index-df3f9aca.js +39 -0
  53. package/dist/index.cjs +3 -3
  54. package/dist/index.js +3 -3
  55. package/dist/shared/tailwind-element/index.cjs +1 -1
  56. package/dist/shared/tailwind-element/index.js +1 -1
  57. package/dist/{style-map-6fdea6cc.js → style-map-7a7ca2de.js} +1 -1
  58. package/dist/{style-map-ed77e6b4.cjs → style-map-fc150c58.cjs} +1 -1
  59. package/package.json +1 -1
  60. package/dist/index-3d7e2144.js +0 -39
  61. package/dist/index-6da9ae7b.cjs +0 -46
@@ -23,15 +23,15 @@ const components_luksoTest_index = require('./lukso-test/index.cjs');
23
23
  const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
24
24
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
25
25
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
26
- const shared_tailwindElement_index = require('../index-6da9ae7b.cjs');
26
+ const shared_tailwindElement_index = require('../index-4e37f431.cjs');
27
27
  require('../cn-4ec0bd94.cjs');
28
28
  require('../query-assigned-elements-1d5d9d4c.cjs');
29
29
  require('../state-f73a8b4f.cjs');
30
30
  require('../index-e8741080.cjs');
31
31
  require('../tailwind-config.cjs');
32
- require('../style-map-ed77e6b4.cjs');
32
+ require('../style-map-fc150c58.cjs');
33
33
  require('../directive-8278ab14.cjs');
34
- require('../index-4f378e44.cjs');
34
+ require('../index-67517059.cjs');
35
35
  require('../index-e9668573.cjs');
36
36
 
37
37
 
@@ -19,13 +19,13 @@ export { LuksoTest } from './lukso-test/index.js';
19
19
  export { LuksoTooltip } from './lukso-tooltip/index.js';
20
20
  export { LuksoUsername } from './lukso-username/index.js';
21
21
  export { LuksoWizard } from './lukso-wizard/index.js';
22
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-3d7e2144.js';
22
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-df3f9aca.js';
23
23
  import '../cn-616567d4.js';
24
24
  import '../query-assigned-elements-5d94572f.js';
25
25
  import '../state-0a779257.js';
26
26
  import '../index-c55a1069.js';
27
27
  import '../tailwind-config.js';
28
- import '../style-map-6fdea6cc.js';
28
+ import '../style-map-7a7ca2de.js';
29
29
  import '../directive-2bb7789e.js';
30
- import '../index-3e1c4760.js';
30
+ import '../index-8a1b283c.js';
31
31
  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-6da9ae7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-4e37f431.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
7
  const state = require('../../state-f73a8b4f.cjs');
8
8
  const index = require('../../index-e8741080.cjs');
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x, A } from '../../index-3d7e2144.js';
1
+ import { T as TailwindStyledElement, x, A } from '../../index-df3f9aca.js';
2
2
  import { n, e } from '../../query-assigned-elements-5d94572f.js';
3
3
  import { t } from '../../state-0a779257.js';
4
4
  import { s as se } from '../../index-c55a1069.js';
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6da9ae7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-4e37f431.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
- const styleMap = require('../../style-map-ed77e6b4.cjs');
7
+ const styleMap = require('../../style-map-fc150c58.cjs');
8
8
  const index = require('../../index-e8741080.cjs');
9
9
  require('../lukso-profile/index.cjs');
10
10
  require('../../tailwind-config.cjs');
11
11
  const cn = require('../../cn-4ec0bd94.cjs');
12
- const index$1 = require('../../index-4f378e44.cjs');
12
+ const index$1 = require('../../index-67517059.cjs');
13
13
  require('../../directive-8278ab14.cjs');
14
14
  require('../../index-e9668573.cjs');
15
15
 
@@ -142,7 +142,7 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
142
142
  shadow: this.shadow,
143
143
  isHoverable: this.isHoverable,
144
144
  hasNoWidth: !this.width,
145
- class: `grid`
145
+ class: `grid grid-rows-[1fr,auto]`
146
146
  });
147
147
  return shared_tailwindElement_index.x`
148
148
  <div
@@ -158,7 +158,7 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
158
158
  backgroundImage: this.backgroundImageOrGradient()
159
159
  })}
160
160
  class=${cn.cn(
161
- "row-end-1 col-span-1 col-end-1 row-span-1 h-full w-full bg-center bg-cover rounded-24 relative",
161
+ "min-h-[92px] -mb-6 w-full bg-center bg-cover rounded-[24px_24px_0_0] relative",
162
162
  this.headerClass
163
163
  )}
164
164
  >
@@ -169,27 +169,28 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
169
169
  <slot name="header"></slot>
170
170
  </div>
171
171
  </div>
172
+
172
173
  <div
173
- class="grid grid-rows-[1fr,auto] row-end-1 col-span-1 col-end-1 row-span-1"
174
+ style=${index$1.customStyleMap({
175
+ [`width: ${this.width}px`]: !!this.width
176
+ })}
177
+ class="bg-neutral-100 rounded-24 relative break-normal"
174
178
  >
175
- <div></div>
176
- <div class="bg-neutral-100 rounded-24 relative">
177
- <lukso-profile
178
- profile-url=${this.profileUrl}
179
- size="large"
180
- profile-address=${this.profileAddress}
181
- has-identicon
182
- class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
183
- ></lukso-profile>
179
+ <lukso-profile
180
+ profile-url=${this.profileUrl}
181
+ size="large"
182
+ profile-address=${this.profileAddress}
183
+ has-identicon
184
+ class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
185
+ ></lukso-profile>
186
+ <div
187
+ class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-3"
188
+ >
184
189
  <div
185
- class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-3"
186
- >
187
- <div
188
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
189
- ></div>
190
- </div>
191
- <slot name="content"></slot>
190
+ class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
191
+ ></div>
192
192
  </div>
193
+ <slot name="content"></slot>
193
194
  </div>
194
195
  </div>
195
196
  `;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/index.ts"],"names":[],"mappings":"AAOA,OAAO,4BAA4B,CAAA;AAInC,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,aAAa,GACb,SAAS,GACT,WAAW,GACX,MAAM,GACN,MAAM,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;AAE1C,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;;AAEtD,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAY;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,IAAI,EAAE,SAAS,CAAW;IAG1B,MAAM,EAAE,WAAW,CAAU;IAG7B,WAAW,UAAQ;IAEnB,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,WAAW,CAA0C;IAC7D,OAAO,CAAC,gBAAgB,CAAmE;IAE3F,OAAO,CAAC,yBAAyB;IAYjC,OAAO,CAAC,UAAU,CAoChB;IAEF,aAAa;IAsBb,kBAAkB;IA4BlB,eAAe;IA6Df,gBAAgB;IA+DhB,YAAY;IAsCZ,YAAY;IAwCZ,MAAM;CAgBP;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-card/index.ts"],"names":[],"mappings":"AAOA,OAAO,4BAA4B,CAAA;AAInC,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,aAAa,GACb,SAAS,GACT,WAAW,GACX,MAAM,GACN,MAAM,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;AAE1C,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;;AAEtD,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAY;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,IAAI,EAAE,SAAS,CAAW;IAG1B,MAAM,EAAE,WAAW,CAAU;IAG7B,WAAW,UAAQ;IAEnB,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,WAAW,CAA0C;IAC7D,OAAO,CAAC,gBAAgB,CAAmE;IAE3F,OAAO,CAAC,yBAAyB;IAYjC,OAAO,CAAC,UAAU,CAoChB;IAEF,aAAa;IAsBb,kBAAkB;IA4BlB,eAAe;IA8Df,gBAAgB;IA+DhB,YAAY;IAsCZ,YAAY;IAwCZ,MAAM;CAgBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
@@ -1,11 +1,11 @@
1
- import { T as TailwindStyledElement, x } from '../../index-3d7e2144.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-df3f9aca.js';
2
2
  import { n, e } from '../../query-assigned-elements-5d94572f.js';
3
- import { o } from '../../style-map-6fdea6cc.js';
3
+ import { o } from '../../style-map-7a7ca2de.js';
4
4
  import { s as se } from '../../index-c55a1069.js';
5
5
  import '../lukso-profile/index.js';
6
6
  import '../../tailwind-config.js';
7
7
  import { c as cn } from '../../cn-616567d4.js';
8
- import { c as customStyleMap } from '../../index-3e1c4760.js';
8
+ import { c as customStyleMap } from '../../index-8a1b283c.js';
9
9
  import '../../directive-2bb7789e.js';
10
10
  import '../../index-5e194caf.js';
11
11
 
@@ -138,7 +138,7 @@ let LuksoCard = class extends TailwindStyledElement(style) {
138
138
  shadow: this.shadow,
139
139
  isHoverable: this.isHoverable,
140
140
  hasNoWidth: !this.width,
141
- class: `grid`
141
+ class: `grid grid-rows-[1fr,auto]`
142
142
  });
143
143
  return x`
144
144
  <div
@@ -154,7 +154,7 @@ let LuksoCard = class extends TailwindStyledElement(style) {
154
154
  backgroundImage: this.backgroundImageOrGradient()
155
155
  })}
156
156
  class=${cn(
157
- "row-end-1 col-span-1 col-end-1 row-span-1 h-full w-full bg-center bg-cover rounded-24 relative",
157
+ "min-h-[92px] -mb-6 w-full bg-center bg-cover rounded-[24px_24px_0_0] relative",
158
158
  this.headerClass
159
159
  )}
160
160
  >
@@ -165,27 +165,28 @@ let LuksoCard = class extends TailwindStyledElement(style) {
165
165
  <slot name="header"></slot>
166
166
  </div>
167
167
  </div>
168
+
168
169
  <div
169
- class="grid grid-rows-[1fr,auto] row-end-1 col-span-1 col-end-1 row-span-1"
170
+ style=${customStyleMap({
171
+ [`width: ${this.width}px`]: !!this.width
172
+ })}
173
+ class="bg-neutral-100 rounded-24 relative break-normal"
170
174
  >
171
- <div></div>
172
- <div class="bg-neutral-100 rounded-24 relative">
173
- <lukso-profile
174
- profile-url=${this.profileUrl}
175
- size="large"
176
- profile-address=${this.profileAddress}
177
- has-identicon
178
- class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
179
- ></lukso-profile>
175
+ <lukso-profile
176
+ profile-url=${this.profileUrl}
177
+ size="large"
178
+ profile-address=${this.profileAddress}
179
+ has-identicon
180
+ class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
181
+ ></lukso-profile>
182
+ <div
183
+ class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-3"
184
+ >
180
185
  <div
181
- class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-3"
182
- >
183
- <div
184
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
185
- ></div>
186
- </div>
187
- <slot name="content"></slot>
186
+ class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
187
+ ></div>
188
188
  </div>
189
+ <slot name="content"></slot>
189
190
  </div>
190
191
  </div>
191
192
  `;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-6da9ae7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-4e37f431.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
7
  const state = require('../../state-f73a8b4f.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x, A } from '../../index-3d7e2144.js';
1
+ import { a as TailwindElement, x, A } from '../../index-df3f9aca.js';
2
2
  import { n, e } from '../../query-assigned-elements-5d94572f.js';
3
3
  import { t } from '../../state-0a779257.js';
4
4
  import { c as customClassMap } from '../../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-6da9ae7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-4e37f431.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
7
 
8
8
  var __defProp = Object.defineProperty;
@@ -1,4 +1,4 @@
1
- import { a as TailwindElement, x } from '../../index-3d7e2144.js';
1
+ import { a as TailwindElement, x } from '../../index-df3f9aca.js';
2
2
  import { n, e } from '../../query-assigned-elements-5d94572f.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
@@ -0,0 +1,3 @@
1
+ import { IconOptions } from '../../../components/lukso-icon/index.js';
2
+ export declare const metamaskLogo: (options: IconOptions) => import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=metamask-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metamask-logo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/metamask-logo.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,eAAO,MAAM,YAAY,YAAa,WAAW,yCA8RhD,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-6da9ae7b.cjs');
5
+ const shared_tailwindElement_index = require('../../index-4e37f431.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
- const styleMap = require('../../style-map-ed77e6b4.cjs');
7
+ const styleMap = require('../../style-map-fc150c58.cjs');
8
8
  require('../../directive-8278ab14.cjs');
9
9
 
10
10
  const style = ":host {\n display: inline-flex\n}";
@@ -5178,6 +5178,294 @@ const luksoLogo = (options) => {
5178
5178
  </svg> `;
5179
5179
  };
5180
5180
 
5181
+ const metamaskLogo = (options) => {
5182
+ return shared_tailwindElement_index.x`<svg
5183
+ width="28"
5184
+ height="26"
5185
+ viewBox="0 0 28 26"
5186
+ fill="none"
5187
+ style=${styleMap.o({
5188
+ width: `${options.width}px`,
5189
+ height: `${options.height}px`
5190
+ })}
5191
+ xmlns="http://www.w3.org/2000/svg"
5192
+ >
5193
+ <g id="metamask">
5194
+ <path
5195
+ id="Vector"
5196
+ d="M25.5986 1L15.4971 8.50254L17.3651 4.07614L25.5986 1Z"
5197
+ fill="#E2761B"
5198
+ stroke="#E2761B"
5199
+ stroke-width="1.25143"
5200
+ stroke-linecap="round"
5201
+ stroke-linejoin="round"
5202
+ />
5203
+ <g id="Group">
5204
+ <path
5205
+ id="Vector_2"
5206
+ d="M2.2793 1L12.2996 8.5736L10.5229 4.07614L2.2793 1Z"
5207
+ fill="#E4761B"
5208
+ stroke="#E4761B"
5209
+ stroke-width="1.25143"
5210
+ stroke-linecap="round"
5211
+ stroke-linejoin="round"
5212
+ />
5213
+ <path
5214
+ id="Vector_3"
5215
+ d="M21.9648 18.3909L19.2744 22.5127L25.0308 24.0965L26.6856 18.4822L21.9648 18.3909Z"
5216
+ fill="#E4761B"
5217
+ stroke="#E4761B"
5218
+ stroke-width="1.25143"
5219
+ stroke-linecap="round"
5220
+ stroke-linejoin="round"
5221
+ />
5222
+ <path
5223
+ id="Vector_4"
5224
+ d="M1.21289 18.4822L2.85756 24.0965L8.6139 22.5127L5.92355 18.3909L1.21289 18.4822Z"
5225
+ fill="#E4761B"
5226
+ stroke="#E4761B"
5227
+ stroke-width="1.25143"
5228
+ stroke-linecap="round"
5229
+ stroke-linejoin="round"
5230
+ />
5231
+ <path
5232
+ id="Vector_5"
5233
+ d="M8.28961 11.4265L6.68555 13.8529L12.4013 14.1067L12.1982 7.9646L8.28961 11.4265Z"
5234
+ fill="#E4761B"
5235
+ stroke="#E4761B"
5236
+ stroke-width="1.25143"
5237
+ stroke-linecap="round"
5238
+ stroke-linejoin="round"
5239
+ />
5240
+ <path
5241
+ id="Vector_6"
5242
+ d="M19.5884 11.4263L15.629 7.89331L15.4971 14.1065L21.2027 13.8527L19.5884 11.4263Z"
5243
+ fill="#E4761B"
5244
+ stroke="#E4761B"
5245
+ stroke-width="1.25143"
5246
+ stroke-linecap="round"
5247
+ stroke-linejoin="round"
5248
+ />
5249
+ <path
5250
+ id="Vector_7"
5251
+ d="M8.61426 22.5128L12.0457 20.8377L9.08126 18.5229L8.61426 22.5128Z"
5252
+ fill="#E4761B"
5253
+ stroke="#E4761B"
5254
+ stroke-width="1.25143"
5255
+ stroke-linecap="round"
5256
+ stroke-linejoin="round"
5257
+ />
5258
+ <path
5259
+ id="Vector_8"
5260
+ d="M15.832 20.8377L19.2737 22.5128L18.7965 18.5229L15.832 20.8377Z"
5261
+ fill="#E4761B"
5262
+ stroke="#E4761B"
5263
+ stroke-width="1.25143"
5264
+ stroke-linecap="round"
5265
+ stroke-linejoin="round"
5266
+ />
5267
+ </g>
5268
+ <g id="Group_2">
5269
+ <path
5270
+ id="Vector_9"
5271
+ d="M19.2746 22.5128L15.833 20.8376L16.1071 23.0813L16.0767 24.0255L19.2746 22.5128Z"
5272
+ fill="#D7C1B3"
5273
+ stroke="#D7C1B3"
5274
+ stroke-width="1.25143"
5275
+ stroke-linecap="round"
5276
+ stroke-linejoin="round"
5277
+ />
5278
+ <path
5279
+ id="Vector_10"
5280
+ d="M8.61426 22.5128L11.8122 24.0255L11.7919 23.0813L12.0457 20.8376L8.61426 22.5128Z"
5281
+ fill="#D7C1B3"
5282
+ stroke="#D7C1B3"
5283
+ stroke-width="1.25143"
5284
+ stroke-linecap="round"
5285
+ stroke-linejoin="round"
5286
+ />
5287
+ </g>
5288
+ <path
5289
+ id="Vector_11"
5290
+ d="M11.8629 17.0407L9 16.198L11.0203 15.2742L11.8629 17.0407Z"
5291
+ fill="#233447"
5292
+ stroke="#233447"
5293
+ stroke-width="1.25143"
5294
+ stroke-linecap="round"
5295
+ stroke-linejoin="round"
5296
+ />
5297
+ <path
5298
+ id="Vector_12"
5299
+ d="M16.0156 17.0407L16.8583 15.2742L18.8887 16.198L16.0156 17.0407Z"
5300
+ fill="#233447"
5301
+ stroke="#233447"
5302
+ stroke-width="1.25143"
5303
+ stroke-linecap="round"
5304
+ stroke-linejoin="round"
5305
+ />
5306
+ <g id="Group_3">
5307
+ <path
5308
+ id="Vector_13"
5309
+ d="M8.61418 22.5127L9.10149 18.3909L5.92383 18.4822L8.61418 22.5127Z"
5310
+ fill="#CD6116"
5311
+ stroke="#CD6116"
5312
+ stroke-width="1.25143"
5313
+ stroke-linecap="round"
5314
+ stroke-linejoin="round"
5315
+ />
5316
+ <path
5317
+ id="Vector_14"
5318
+ d="M18.7871 18.3909L19.2744 22.5127L21.9648 18.4822L18.7871 18.3909Z"
5319
+ fill="#CD6116"
5320
+ stroke="#CD6116"
5321
+ stroke-width="1.25143"
5322
+ stroke-linecap="round"
5323
+ stroke-linejoin="round"
5324
+ />
5325
+ <path
5326
+ id="Vector_15"
5327
+ d="M21.2027 13.8528L15.4971 14.1066L16.025 17.0406L16.8676 15.2741L18.8981 16.198L21.2027 13.8528Z"
5328
+ fill="#CD6116"
5329
+ stroke="#CD6116"
5330
+ stroke-width="1.25143"
5331
+ stroke-linecap="round"
5332
+ stroke-linejoin="round"
5333
+ />
5334
+ <path
5335
+ id="Vector_16"
5336
+ d="M9.00027 16.198L11.0307 15.2741L11.8632 17.0406L12.4013 14.1066L6.68555 13.8528L9.00027 16.198Z"
5337
+ fill="#CD6116"
5338
+ stroke="#CD6116"
5339
+ stroke-width="1.25143"
5340
+ stroke-linecap="round"
5341
+ stroke-linejoin="round"
5342
+ />
5343
+ </g>
5344
+ <g id="Group_4">
5345
+ <path
5346
+ id="Vector_17"
5347
+ d="M6.68555 13.8528L9.08149 18.5228L9.00027 16.198L6.68555 13.8528Z"
5348
+ fill="#E4751F"
5349
+ stroke="#E4751F"
5350
+ stroke-width="1.25143"
5351
+ stroke-linecap="round"
5352
+ stroke-linejoin="round"
5353
+ />
5354
+ <path
5355
+ id="Vector_18"
5356
+ d="M18.8984 16.198L18.7969 18.5228L21.203 13.8528L18.8984 16.198Z"
5357
+ fill="#E4751F"
5358
+ stroke="#E4751F"
5359
+ stroke-width="1.25143"
5360
+ stroke-linecap="round"
5361
+ stroke-linejoin="round"
5362
+ />
5363
+ <path
5364
+ id="Vector_19"
5365
+ d="M12.4014 14.1067L11.8633 17.0407L12.5333 20.5026L12.6856 15.9443L12.4014 14.1067Z"
5366
+ fill="#E4751F"
5367
+ stroke="#E4751F"
5368
+ stroke-width="1.25143"
5369
+ stroke-linecap="round"
5370
+ stroke-linejoin="round"
5371
+ />
5372
+ <path
5373
+ id="Vector_20"
5374
+ d="M15.4977 14.1067L15.2236 15.9341L15.3455 20.5026L16.0257 17.0407L15.4977 14.1067Z"
5375
+ fill="#E4751F"
5376
+ stroke="#E4751F"
5377
+ stroke-width="1.25143"
5378
+ stroke-linecap="round"
5379
+ stroke-linejoin="round"
5380
+ />
5381
+ </g>
5382
+ <path
5383
+ id="Vector_21"
5384
+ d="M16.0249 17.0406L15.3447 20.5026L15.832 20.8376L18.7965 18.5229L18.898 16.198L16.0249 17.0406Z"
5385
+ fill="#F6851B"
5386
+ stroke="#F6851B"
5387
+ stroke-width="1.25143"
5388
+ stroke-linecap="round"
5389
+ stroke-linejoin="round"
5390
+ />
5391
+ <path
5392
+ id="Vector_22"
5393
+ d="M9 16.198L9.08122 18.5229L12.0457 20.8376L12.533 20.5026L11.8629 17.0406L9 16.198Z"
5394
+ fill="#F6851B"
5395
+ stroke="#F6851B"
5396
+ stroke-width="1.25143"
5397
+ stroke-linecap="round"
5398
+ stroke-linejoin="round"
5399
+ />
5400
+ <path
5401
+ id="Vector_23"
5402
+ d="M16.0762 24.0254L16.1066 23.0812L15.8528 22.8579H12.0254L11.7919 23.0812L11.8122 24.0254L8.61426 22.5127L9.73101 23.4264L11.995 25H15.8833L18.1574 23.4264L19.2742 22.5127L16.0762 24.0254Z"
5403
+ fill="#C0AD9E"
5404
+ stroke="#C0AD9E"
5405
+ stroke-width="1.25143"
5406
+ stroke-linecap="round"
5407
+ stroke-linejoin="round"
5408
+ />
5409
+ <path
5410
+ id="Vector_24"
5411
+ d="M15.8326 20.8375L15.3453 20.5024H12.5331L12.0458 20.8375L11.792 23.0811L12.0255 22.8578H15.8529L16.1067 23.0811L15.8326 20.8375Z"
5412
+ fill="#161616"
5413
+ stroke="#161616"
5414
+ stroke-width="1.25143"
5415
+ stroke-linecap="round"
5416
+ stroke-linejoin="round"
5417
+ />
5418
+ <g id="Group_5">
5419
+ <path
5420
+ id="Vector_25"
5421
+ d="M26.0259 8.98985L26.8888 4.84772L25.5995 1L15.833 8.24873L19.5894 11.4264L24.899 12.9797L26.0767 11.6091L25.569 11.2437L26.3812 10.5025L25.7518 10.0152L26.564 9.39594L26.0259 8.98985Z"
5422
+ fill="#763D16"
5423
+ stroke="#763D16"
5424
+ stroke-width="1.25143"
5425
+ stroke-linecap="round"
5426
+ stroke-linejoin="round"
5427
+ />
5428
+ <path
5429
+ id="Vector_26"
5430
+ d="M1 4.84772L1.86294 8.98985L1.31472 9.39594L2.1269 10.0152L1.50761 10.5025L2.3198 11.2437L1.81218 11.6091L2.9797 12.9797L8.28934 11.4264L12.0457 8.24873L2.27919 1L1 4.84772Z"
5431
+ fill="#763D16"
5432
+ stroke="#763D16"
5433
+ stroke-width="1.25143"
5434
+ stroke-linecap="round"
5435
+ stroke-linejoin="round"
5436
+ />
5437
+ </g>
5438
+ <path
5439
+ id="Vector_27"
5440
+ d="M24.8984 12.9798L19.5888 11.4265L21.203 13.8529L18.7969 18.523L21.9644 18.4824H26.6852L24.8984 12.9798Z"
5441
+ fill="#F6851B"
5442
+ stroke="#F6851B"
5443
+ stroke-width="1.25143"
5444
+ stroke-linecap="round"
5445
+ stroke-linejoin="round"
5446
+ />
5447
+ <path
5448
+ id="Vector_28"
5449
+ d="M8.28903 11.4265L2.97939 12.9798L1.21289 18.4824H5.92355L9.08091 18.523L6.68497 13.8529L8.28903 11.4265Z"
5450
+ fill="#F6851B"
5451
+ stroke="#F6851B"
5452
+ stroke-width="1.25143"
5453
+ stroke-linecap="round"
5454
+ stroke-linejoin="round"
5455
+ />
5456
+ <path
5457
+ id="Vector_29"
5458
+ d="M15.4971 14.1066L15.8321 8.24876L17.3753 4.07617H10.5225L12.0453 8.24876L12.4006 14.1066L12.5225 15.9543L12.5326 20.5026H15.3448L15.3651 15.9543L15.4971 14.1066Z"
5459
+ fill="#F6851B"
5460
+ stroke="#F6851B"
5461
+ stroke-width="1.25143"
5462
+ stroke-linecap="round"
5463
+ stroke-linejoin="round"
5464
+ />
5465
+ </g>
5466
+ </svg>`;
5467
+ };
5468
+
5181
5469
  var __defProp = Object.defineProperty;
5182
5470
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5183
5471
  var __decorateClass = (decorators, target, key, kind) => {
@@ -5252,6 +5540,7 @@ const iconMap = {
5252
5540
  mail,
5253
5541
  "menu-1": menu1,
5254
5542
  "menu-2": menu2,
5543
+ "metamask-logo": metamaskLogo,
5255
5544
  migrate,
5256
5545
  minimize,
5257
5546
  network,
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"AA2IA,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;;AAgJ5E,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CA0BZ;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":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"AA4IA,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;;AAiJ5E,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CA0BZ;IAED,MAAM;CAuBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}