@lukso/web-components 1.110.0 → 1.112.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.
- package/dist/components/index.cjs +4 -4
- package/dist/components/index.js +4 -4
- package/dist/components/lukso-button/index.cjs +1 -1
- package/dist/components/lukso-button/index.js +1 -1
- package/dist/components/lukso-card/index.cjs +3 -3
- package/dist/components/lukso-card/index.js +3 -3
- package/dist/components/lukso-checkbox/index.cjs +1 -1
- package/dist/components/lukso-checkbox/index.js +1 -1
- package/dist/components/lukso-color-picker/index.cjs +2 -2
- package/dist/components/lukso-color-picker/index.js +2 -2
- package/dist/components/lukso-dropdown/index.cjs +4 -4
- package/dist/components/lukso-dropdown/index.js +4 -4
- package/dist/components/lukso-dropdown-option/index.cjs +1 -1
- package/dist/components/lukso-dropdown-option/index.js +1 -1
- package/dist/components/lukso-footer/index.cjs +1 -1
- package/dist/components/lukso-footer/index.js +1 -1
- package/dist/components/lukso-icon/icons/arrow-long-down.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-long-down.d.ts.map +1 -0
- package/dist/components/lukso-icon/icons/logo-facebook-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-facebook-round.d.ts.map +1 -0
- package/dist/components/lukso-icon/icons/logo-farcaster-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-farcaster-round.d.ts.map +1 -0
- package/dist/components/lukso-icon/icons/logo-linkedin-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-linkedin-round.d.ts.map +1 -0
- package/dist/components/lukso-icon/index.cjs +104 -31
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +104 -31
- package/dist/components/lukso-image/index.cjs +2 -2
- package/dist/components/lukso-image/index.js +2 -2
- package/dist/components/lukso-input/index.cjs +2 -2
- package/dist/components/lukso-input/index.js +2 -2
- package/dist/components/lukso-modal/index.cjs +1 -1
- package/dist/components/lukso-modal/index.js +1 -1
- package/dist/components/lukso-navbar/index.cjs +3 -3
- package/dist/components/lukso-navbar/index.js +3 -3
- package/dist/components/lukso-pagination/index.cjs +2 -2
- package/dist/components/lukso-pagination/index.js +2 -2
- package/dist/components/lukso-profile/index.cjs +2 -2
- package/dist/components/lukso-profile/index.js +2 -2
- package/dist/components/lukso-progress/index.cjs +2 -2
- package/dist/components/lukso-progress/index.js +2 -2
- package/dist/components/lukso-sanitize/index.cjs +1 -1
- package/dist/components/lukso-sanitize/index.js +1 -1
- package/dist/components/lukso-search/index.cjs +4 -4
- package/dist/components/lukso-search/index.js +4 -4
- package/dist/components/lukso-select/index.cjs +72 -72
- package/dist/components/lukso-select/index.js +72 -72
- package/dist/components/lukso-share/index.cjs +26 -23
- package/dist/components/lukso-share/index.js +26 -23
- package/dist/components/lukso-switch/index.cjs +10 -7
- package/dist/components/lukso-switch/index.js +10 -7
- package/dist/components/lukso-tag/index.cjs +34 -31
- package/dist/components/lukso-tag/index.js +34 -31
- package/dist/components/lukso-terms/index.cjs +8 -5
- package/dist/components/lukso-terms/index.js +8 -5
- package/dist/components/lukso-test/index.cjs +15 -12
- package/dist/components/lukso-test/index.js +15 -12
- package/dist/components/lukso-textarea/index.cjs +84 -81
- package/dist/components/lukso-textarea/index.js +84 -81
- package/dist/components/lukso-tooltip/index.cjs +36 -33
- package/dist/components/lukso-tooltip/index.js +36 -33
- package/dist/components/lukso-username/index.cjs +52 -49
- package/dist/components/lukso-username/index.js +52 -49
- package/dist/components/lukso-wizard/index.cjs +44 -41
- package/dist/components/lukso-wizard/index.js +44 -41
- package/dist/{index-0917a814.cjs → index-09e32e34.cjs} +1 -1
- package/dist/{index-6457c2f8.cjs → index-4c212653.cjs} +5 -3
- package/dist/{index-adf2fc92.js → index-4f97c98a.js} +1 -1
- package/dist/{index-abeb568f.cjs → index-71b9ef80.cjs} +1 -1
- package/dist/{index-0590cf31.js → index-a7ef4df5.js} +5 -3
- package/dist/{index-58d4add3.js → index-c026f363.js} +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.js +4 -4
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{style-map-54c139bb.cjs → style-map-2f57cddf.cjs} +1 -1
- package/dist/{style-map-7a555e98.js → style-map-cca13c1d.js} +1 -1
- package/package.json +1 -1
- package/dist/components/lukso-icon/icons/logo-facebook-mono.d.ts +0 -3
- package/dist/components/lukso-icon/icons/logo-facebook-mono.d.ts.map +0 -1
|
@@ -6,7 +6,7 @@ const components_luksoButton_index = require('./lukso-button/index.cjs');
|
|
|
6
6
|
const components_luksoCard_index = require('./lukso-card/index.cjs');
|
|
7
7
|
const components_luksoCheckbox_index = require('./lukso-checkbox/index.cjs');
|
|
8
8
|
const components_luksoColorPicker_index = require('./lukso-color-picker/index.cjs');
|
|
9
|
-
const components_luksoDropdown_index = require('../index-
|
|
9
|
+
const components_luksoDropdown_index = require('../index-71b9ef80.cjs');
|
|
10
10
|
const components_luksoDropdownOption_index = require('./lukso-dropdown-option/index.cjs');
|
|
11
11
|
const components_luksoFooter_index = require('./lukso-footer/index.cjs');
|
|
12
12
|
const components_luksoIcon_index = require('./lukso-icon/index.cjs');
|
|
@@ -29,16 +29,16 @@ const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
|
|
|
29
29
|
const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
|
|
30
30
|
const components_luksoUsername_index = require('./lukso-username/index.cjs');
|
|
31
31
|
const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
|
|
32
|
-
const shared_tailwindElement_index = require('../index-
|
|
32
|
+
const shared_tailwindElement_index = require('../index-4c212653.cjs');
|
|
33
33
|
require('../cn-5ceac001.cjs');
|
|
34
34
|
require('../query-assigned-elements-d5e45650.cjs');
|
|
35
35
|
require('../state-d9fb972b.cjs');
|
|
36
36
|
require('../index-1d3f4a5a.cjs');
|
|
37
37
|
require('../bundle-mjs-d58a83c6.cjs');
|
|
38
38
|
require('../tailwind-config.cjs');
|
|
39
|
-
require('../style-map-
|
|
39
|
+
require('../style-map-2f57cddf.cjs');
|
|
40
40
|
require('../directive-8278ab14.cjs');
|
|
41
|
-
require('../index-
|
|
41
|
+
require('../index-09e32e34.cjs');
|
|
42
42
|
require('../index-e9668573.cjs');
|
|
43
43
|
|
|
44
44
|
|
package/dist/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@ export { LuksoButton } from './lukso-button/index.js';
|
|
|
2
2
|
export { LuksoCard } from './lukso-card/index.js';
|
|
3
3
|
export { LuksoCheckbox } from './lukso-checkbox/index.js';
|
|
4
4
|
export { LuksoColorPicker } from './lukso-color-picker/index.js';
|
|
5
|
-
export { L as LuksoDropdown } from '../index-
|
|
5
|
+
export { L as LuksoDropdown } from '../index-c026f363.js';
|
|
6
6
|
export { LuksoDropdownOption } from './lukso-dropdown-option/index.js';
|
|
7
7
|
export { LuksoFooter } from './lukso-footer/index.js';
|
|
8
8
|
export { LuksoIcon } from './lukso-icon/index.js';
|
|
@@ -25,14 +25,14 @@ export { LuksoTextarea } from './lukso-textarea/index.js';
|
|
|
25
25
|
export { LuksoTooltip } from './lukso-tooltip/index.js';
|
|
26
26
|
export { LuksoUsername } from './lukso-username/index.js';
|
|
27
27
|
export { LuksoWizard } from './lukso-wizard/index.js';
|
|
28
|
-
export { a as TailwindElement, T as TailwindStyledElement } from '../index-
|
|
28
|
+
export { a as TailwindElement, T as TailwindStyledElement } from '../index-a7ef4df5.js';
|
|
29
29
|
import '../cn-b54dcc61.js';
|
|
30
30
|
import '../query-assigned-elements-1c8c9e90.js';
|
|
31
31
|
import '../state-b9ca4e74.js';
|
|
32
32
|
import '../index-ca8e900d.js';
|
|
33
33
|
import '../bundle-mjs-fbc6e2a8.js';
|
|
34
34
|
import '../tailwind-config.js';
|
|
35
|
-
import '../style-map-
|
|
35
|
+
import '../style-map-cca13c1d.js';
|
|
36
36
|
import '../directive-2bb7789e.js';
|
|
37
|
-
import '../index-
|
|
37
|
+
import '../index-4f97c98a.js';
|
|
38
38
|
import '../index-5e194caf.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
|
-
const styleMap = require('../../style-map-
|
|
8
|
+
const styleMap = require('../../style-map-2f57cddf.cjs');
|
|
9
9
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
10
10
|
require('../lukso-profile/index.cjs');
|
|
11
11
|
require('../../tailwind-config.cjs');
|
|
12
12
|
const cn = require('../../cn-5ceac001.cjs');
|
|
13
|
-
const index$1 = require('../../index-
|
|
13
|
+
const index$1 = require('../../index-09e32e34.cjs');
|
|
14
14
|
require('../lukso-image/index.cjs');
|
|
15
15
|
require('../../directive-8278ab14.cjs');
|
|
16
16
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, l, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
|
-
import { o } from '../../style-map-
|
|
4
|
+
import { o } from '../../style-map-cca13c1d.js';
|
|
5
5
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
6
6
|
import '../lukso-profile/index.js';
|
|
7
7
|
import '../../tailwind-config.js';
|
|
8
8
|
import { c as cn } from '../../cn-b54dcc61.js';
|
|
9
|
-
import { c as customStyleMap } from '../../index-
|
|
9
|
+
import { c as customStyleMap } from '../../index-4f97c98a.js';
|
|
10
10
|
import '../lukso-image/index.js';
|
|
11
11
|
import '../../directive-2bb7789e.js';
|
|
12
12
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-e9668573.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TailwindElement, x, A } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-5e194caf.js';
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
9
|
-
const styleMap = require('../../style-map-
|
|
9
|
+
const styleMap = require('../../style-map-2f57cddf.cjs');
|
|
10
10
|
require('../../tailwind-config.cjs');
|
|
11
11
|
const cn = require('../../cn-5ceac001.cjs');
|
|
12
12
|
require('../lukso-icon/index.cjs');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
5
|
-
import { o } from '../../style-map-
|
|
5
|
+
import { o } from '../../style-map-cca13c1d.js';
|
|
6
6
|
import '../../tailwind-config.js';
|
|
7
7
|
import { c as cn } from '../../cn-b54dcc61.js';
|
|
8
8
|
import '../lukso-icon/index.js';
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
require('../../index-
|
|
5
|
+
require('../../index-4c212653.cjs');
|
|
6
6
|
require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
require('../../index-1d3f4a5a.cjs');
|
|
8
8
|
require('../lukso-icon/index.cjs');
|
|
9
9
|
require('../lukso-profile/index.cjs');
|
|
10
10
|
require('../lukso-username/index.cjs');
|
|
11
|
-
const components_luksoDropdown_index = require('../../index-
|
|
11
|
+
const components_luksoDropdown_index = require('../../index-71b9ef80.cjs');
|
|
12
12
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
13
|
-
require('../../style-map-
|
|
13
|
+
require('../../style-map-2f57cddf.cjs');
|
|
14
14
|
require('../../directive-8278ab14.cjs');
|
|
15
15
|
require('../lukso-image/index.cjs');
|
|
16
16
|
require('../../state-d9fb972b.cjs');
|
|
17
|
-
require('../../index-
|
|
17
|
+
require('../../index-09e32e34.cjs');
|
|
18
18
|
require('../../tailwind-config.cjs');
|
|
19
19
|
require('../../cn-5ceac001.cjs');
|
|
20
20
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import '../../index-
|
|
1
|
+
import '../../index-a7ef4df5.js';
|
|
2
2
|
import '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import '../../index-ca8e900d.js';
|
|
4
4
|
import '../lukso-icon/index.js';
|
|
5
5
|
import '../lukso-profile/index.js';
|
|
6
6
|
import '../lukso-username/index.js';
|
|
7
|
-
export { L as LuksoDropdown } from '../../index-
|
|
7
|
+
export { L as LuksoDropdown } from '../../index-c026f363.js';
|
|
8
8
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
9
|
-
import '../../style-map-
|
|
9
|
+
import '../../style-map-cca13c1d.js';
|
|
10
10
|
import '../../directive-2bb7789e.js';
|
|
11
11
|
import '../lukso-image/index.js';
|
|
12
12
|
import '../../state-b9ca4e74.js';
|
|
13
|
-
import '../../index-
|
|
13
|
+
import '../../index-4f97c98a.js';
|
|
14
14
|
import '../../tailwind-config.js';
|
|
15
15
|
import '../../cn-b54dcc61.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
8
8
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
4
4
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
|
|
8
8
|
var __defProp = Object.defineProperty;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-long-down.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/arrow-long-down.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,aAAa,YAAa,WAAW,yCA2BjD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo-facebook-round.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/logo-facebook-round.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,iBAAiB,YAAa,WAAW,yCAkBrD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo-farcaster-round.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/logo-farcaster-round.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,kBAAkB,YAAa,WAAW,yCAoBtD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo-linkedin-round.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/logo-linkedin-round.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,iBAAiB,YAAa,WAAW,yCAsBrD,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-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-2f57cddf.cjs');
|
|
8
8
|
require('../../directive-8278ab14.cjs');
|
|
9
9
|
|
|
10
10
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -5935,32 +5935,6 @@ const logoFantom = (options) => {
|
|
|
5935
5935
|
</svg> `;
|
|
5936
5936
|
};
|
|
5937
5937
|
|
|
5938
|
-
const logoFacebookMono = (options) => {
|
|
5939
|
-
return shared_tailwindElement_index.x`<svg
|
|
5940
|
-
width="24"
|
|
5941
|
-
height="24"
|
|
5942
|
-
viewBox="0 0 24 24"
|
|
5943
|
-
fill="none"
|
|
5944
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5945
|
-
style=${styleMap.o({
|
|
5946
|
-
width: `${options.width}px`,
|
|
5947
|
-
height: `${options.height}px`
|
|
5948
|
-
})}
|
|
5949
|
-
>
|
|
5950
|
-
<g clip-path="url(#clip0_3223_11837)">
|
|
5951
|
-
<path
|
|
5952
|
-
d="M9.101 23.691V15.711H6.627V12.044H9.101V10.464C9.101 6.37901 10.949 4.48601 14.959 4.48601C15.36 4.48601 15.914 4.52801 16.427 4.58901C16.8112 4.62855 17.1924 4.69369 17.568 4.78401V8.10901C17.3509 8.08875 17.133 8.07675 16.915 8.07301C16.6707 8.06667 16.4264 8.06367 16.182 8.06401C15.475 8.06401 14.923 8.16001 14.507 8.37301C14.2273 8.51332 13.9922 8.72869 13.828 8.99501C13.57 9.41501 13.454 9.99001 13.454 10.747V12.044H17.373L16.987 14.147L16.7 15.711H13.454V23.956C19.396 23.238 24 18.179 24 12.044C24 5.41701 18.627 0.0440063 12 0.0440063C5.373 0.0440063 0 5.41701 0 12.044C0 17.672 3.874 22.394 9.101 23.691Z"
|
|
5953
|
-
fill="var(--${options.color})"
|
|
5954
|
-
/>
|
|
5955
|
-
</g>
|
|
5956
|
-
<defs>
|
|
5957
|
-
<clipPath id="clip0_3223_11837">
|
|
5958
|
-
<rect width="24" height="24" fill="white" />
|
|
5959
|
-
</clipPath>
|
|
5960
|
-
</defs>
|
|
5961
|
-
</svg> `;
|
|
5962
|
-
};
|
|
5963
|
-
|
|
5964
5938
|
const logoXMono = (options) => {
|
|
5965
5939
|
return shared_tailwindElement_index.x`<svg
|
|
5966
5940
|
width="24"
|
|
@@ -7197,7 +7171,7 @@ const logoXround = (options) => {
|
|
|
7197
7171
|
>
|
|
7198
7172
|
<path
|
|
7199
7173
|
d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z"
|
|
7200
|
-
fill="
|
|
7174
|
+
fill="var(--${options.color})"
|
|
7201
7175
|
/>
|
|
7202
7176
|
<path
|
|
7203
7177
|
d="M16.2156 5.4375H18.4236L13.5996 10.9515L19.275 18.4533H14.8314L11.3514 13.9029L7.3686 18.4533H5.1594L10.3194 12.5553L4.875 5.4381H9.4314L12.5772 9.5973L16.2156 5.4375ZM15.441 17.1321H16.6644L8.7666 6.6897H7.4538L15.441 17.1321Z"
|
|
@@ -7348,6 +7322,101 @@ const share = (options) => {
|
|
|
7348
7322
|
</svg> `;
|
|
7349
7323
|
};
|
|
7350
7324
|
|
|
7325
|
+
const logoFacebookRound = (options) => {
|
|
7326
|
+
return shared_tailwindElement_index.x`<svg
|
|
7327
|
+
width="24"
|
|
7328
|
+
height="24"
|
|
7329
|
+
viewBox="0 0 24 24"
|
|
7330
|
+
fill="none"
|
|
7331
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7332
|
+
style=${styleMap.o({
|
|
7333
|
+
width: `${options.width}px`,
|
|
7334
|
+
height: `${options.height}px`
|
|
7335
|
+
})}
|
|
7336
|
+
>
|
|
7337
|
+
<rect width="24" height="24" rx="12" fill="var(--${options.color})" />
|
|
7338
|
+
<path
|
|
7339
|
+
d="M16.6711 15.4688L17.2031 12H13.875V9.74906C13.875 8.80008 14.34 7.875 15.8306 7.875H17.3438V4.92188C17.3438 4.92188 15.9705 4.6875 14.6576 4.6875C11.9166 4.6875 10.125 6.34875 10.125 9.35625V12H7.07812V15.4688H10.125V23.8542C10.736 23.9501 11.362 24 12 24C12.638 24 13.264 23.9501 13.875 23.8542V15.4688H16.6711Z"
|
|
7340
|
+
fill="white"
|
|
7341
|
+
/>
|
|
7342
|
+
</svg> `;
|
|
7343
|
+
};
|
|
7344
|
+
|
|
7345
|
+
const logoFarcasterRound = (options) => {
|
|
7346
|
+
return shared_tailwindElement_index.x`<svg
|
|
7347
|
+
width="24"
|
|
7348
|
+
height="24"
|
|
7349
|
+
viewBox="0 0 24 24"
|
|
7350
|
+
fill="none"
|
|
7351
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7352
|
+
style=${styleMap.o({
|
|
7353
|
+
width: `${options.width}px`,
|
|
7354
|
+
height: `${options.height}px`
|
|
7355
|
+
})}
|
|
7356
|
+
>
|
|
7357
|
+
<rect width="24" height="24" rx="12" fill="var(--${options.color})" />
|
|
7358
|
+
<path
|
|
7359
|
+
fill-rule="evenodd"
|
|
7360
|
+
clip-rule="evenodd"
|
|
7361
|
+
d="M9.45884 19.4798H4.22042V18.9072C4.22042 18.6437 4.43408 18.43 4.69761 18.43H4.79304V17.8574C4.79304 17.5939 5.00667 17.3803 5.2702 17.3803V8.8866H4.74532L4.125 6.78704H6.89259V4.6875H17.2949V6.78704H20.0625L19.4422 8.8866H18.9173V17.3803C19.1808 17.3803 19.3945 17.5939 19.3945 17.8574V18.43H19.4899C19.7534 18.43 19.9671 18.6437 19.9671 18.9072V19.4798H14.7345V18.9072C14.7345 18.6437 14.9482 18.43 15.2117 18.43H15.3072V17.8574C15.3072 17.5994 15.512 17.3891 15.768 17.3805V12.704C15.5992 10.8313 14.0104 9.36376 12.0937 9.36376C10.1771 9.36376 8.58831 10.8313 8.41954 12.704V17.3804C8.67822 17.3859 8.88622 17.5974 8.88622 17.8574V18.1437V18.43H8.98165C9.24518 18.43 9.45884 18.6437 9.45884 18.9072V19.4798Z"
|
|
7362
|
+
fill="white"
|
|
7363
|
+
/>
|
|
7364
|
+
</svg> `;
|
|
7365
|
+
};
|
|
7366
|
+
|
|
7367
|
+
const logoLinkedinRound = (options) => {
|
|
7368
|
+
return shared_tailwindElement_index.x`<svg
|
|
7369
|
+
width="24"
|
|
7370
|
+
height="24"
|
|
7371
|
+
viewBox="0 0 24 24"
|
|
7372
|
+
fill="none"
|
|
7373
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7374
|
+
style=${styleMap.o({
|
|
7375
|
+
width: `${options.width}px`,
|
|
7376
|
+
height: `${options.height}px`
|
|
7377
|
+
})}
|
|
7378
|
+
>
|
|
7379
|
+
<rect width="24" height="24" rx="12" fill="var(--${options.color})" />
|
|
7380
|
+
<path
|
|
7381
|
+
d="M5.83397 9.75642H8.45389V18.1879H5.83397V9.75642ZM7.14491 5.56534C7.98273 5.56534 8.66285 6.24545 8.66285 7.08525C8.66285 7.92504 7.98273 8.60515 7.14491 8.60515C6.30512 8.60515 5.625 7.92504 5.625 7.08525C5.62303 6.24742 6.30315 5.56534 7.14491 5.56534Z"
|
|
7382
|
+
fill="white"
|
|
7383
|
+
/>
|
|
7384
|
+
<path
|
|
7385
|
+
d="M10.098 9.7564H12.6115V10.9077H12.6469C12.9959 10.2453 13.8495 9.54547 15.1269 9.54547C17.7803 9.54547 18.2712 11.2921 18.2712 13.5611V18.1879H15.6513V14.0894C15.6513 13.1097 15.6335 11.8539 14.2891 11.8539C12.9249 11.8539 12.7159 12.9184 12.7159 14.0185V18.1898H10.098V9.7564Z"
|
|
7386
|
+
fill="white"
|
|
7387
|
+
/>
|
|
7388
|
+
</svg> `;
|
|
7389
|
+
};
|
|
7390
|
+
|
|
7391
|
+
const arrowLongDown = (options) => {
|
|
7392
|
+
return shared_tailwindElement_index.x`<svg
|
|
7393
|
+
width="24"
|
|
7394
|
+
height="24"
|
|
7395
|
+
viewBox="0 0 24 24"
|
|
7396
|
+
fill="none"
|
|
7397
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7398
|
+
style=${styleMap.o({
|
|
7399
|
+
width: `${options.width}px`,
|
|
7400
|
+
height: `${options.height}px`
|
|
7401
|
+
})}
|
|
7402
|
+
>
|
|
7403
|
+
<path
|
|
7404
|
+
d="M8.99999 16.1715C10.2887 17.4602 11.8284 19 11.8284 19L14.6568 16.1716"
|
|
7405
|
+
stroke="var(--${options.color})"
|
|
7406
|
+
stroke-width="${options.strokeWidth}"
|
|
7407
|
+
stroke-linecap="round"
|
|
7408
|
+
stroke-linejoin="round"
|
|
7409
|
+
/>
|
|
7410
|
+
<path
|
|
7411
|
+
d="M11.8284 6.00003L11.8284 18"
|
|
7412
|
+
stroke="var(--${options.color})"
|
|
7413
|
+
stroke-width="${options.strokeWidth}"
|
|
7414
|
+
stroke-linecap="round"
|
|
7415
|
+
stroke-linejoin="round"
|
|
7416
|
+
/>
|
|
7417
|
+
</svg> `;
|
|
7418
|
+
};
|
|
7419
|
+
|
|
7351
7420
|
var __defProp = Object.defineProperty;
|
|
7352
7421
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7353
7422
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -7507,7 +7576,7 @@ const iconMap = {
|
|
|
7507
7576
|
"cube-outline": cubeOutline,
|
|
7508
7577
|
"film-outline": filmOutline,
|
|
7509
7578
|
"video-outline": videoOutline,
|
|
7510
|
-
"logo-facebook-mono":
|
|
7579
|
+
"logo-facebook-mono": logoFacebookRound,
|
|
7511
7580
|
"logo-x-mono": logoXMono,
|
|
7512
7581
|
"logo-instagram-mono": logoInstagramMono,
|
|
7513
7582
|
"logo-medium-mono": logoMediumMono,
|
|
@@ -7546,7 +7615,11 @@ const iconMap = {
|
|
|
7546
7615
|
"logo-farcaster": logoFarcaster,
|
|
7547
7616
|
"logo-linkedin": logoLinkedin,
|
|
7548
7617
|
"profile-restore-no-setup": profileRestoreNoSetup,
|
|
7549
|
-
share
|
|
7618
|
+
share,
|
|
7619
|
+
"logo-facebook-round": logoFacebookRound,
|
|
7620
|
+
"logo-farcaster-round": logoFarcasterRound,
|
|
7621
|
+
"logo-linkedin-round": logoLinkedinRound,
|
|
7622
|
+
"arrow-long-down": arrowLongDown
|
|
7550
7623
|
};
|
|
7551
7624
|
exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
7552
7625
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-icon/index.ts"],"names":[],"mappings":"AAoMA,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;;AA0M5E,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-
|
|
1
|
+
import { x, T as TailwindStyledElement } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-cca13c1d.js';
|
|
4
4
|
import '../../directive-2bb7789e.js';
|
|
5
5
|
|
|
6
6
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -5931,32 +5931,6 @@ const logoFantom = (options) => {
|
|
|
5931
5931
|
</svg> `;
|
|
5932
5932
|
};
|
|
5933
5933
|
|
|
5934
|
-
const logoFacebookMono = (options) => {
|
|
5935
|
-
return x`<svg
|
|
5936
|
-
width="24"
|
|
5937
|
-
height="24"
|
|
5938
|
-
viewBox="0 0 24 24"
|
|
5939
|
-
fill="none"
|
|
5940
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5941
|
-
style=${o({
|
|
5942
|
-
width: `${options.width}px`,
|
|
5943
|
-
height: `${options.height}px`
|
|
5944
|
-
})}
|
|
5945
|
-
>
|
|
5946
|
-
<g clip-path="url(#clip0_3223_11837)">
|
|
5947
|
-
<path
|
|
5948
|
-
d="M9.101 23.691V15.711H6.627V12.044H9.101V10.464C9.101 6.37901 10.949 4.48601 14.959 4.48601C15.36 4.48601 15.914 4.52801 16.427 4.58901C16.8112 4.62855 17.1924 4.69369 17.568 4.78401V8.10901C17.3509 8.08875 17.133 8.07675 16.915 8.07301C16.6707 8.06667 16.4264 8.06367 16.182 8.06401C15.475 8.06401 14.923 8.16001 14.507 8.37301C14.2273 8.51332 13.9922 8.72869 13.828 8.99501C13.57 9.41501 13.454 9.99001 13.454 10.747V12.044H17.373L16.987 14.147L16.7 15.711H13.454V23.956C19.396 23.238 24 18.179 24 12.044C24 5.41701 18.627 0.0440063 12 0.0440063C5.373 0.0440063 0 5.41701 0 12.044C0 17.672 3.874 22.394 9.101 23.691Z"
|
|
5949
|
-
fill="var(--${options.color})"
|
|
5950
|
-
/>
|
|
5951
|
-
</g>
|
|
5952
|
-
<defs>
|
|
5953
|
-
<clipPath id="clip0_3223_11837">
|
|
5954
|
-
<rect width="24" height="24" fill="white" />
|
|
5955
|
-
</clipPath>
|
|
5956
|
-
</defs>
|
|
5957
|
-
</svg> `;
|
|
5958
|
-
};
|
|
5959
|
-
|
|
5960
5934
|
const logoXMono = (options) => {
|
|
5961
5935
|
return x`<svg
|
|
5962
5936
|
width="24"
|
|
@@ -7193,7 +7167,7 @@ const logoXround = (options) => {
|
|
|
7193
7167
|
>
|
|
7194
7168
|
<path
|
|
7195
7169
|
d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z"
|
|
7196
|
-
fill="
|
|
7170
|
+
fill="var(--${options.color})"
|
|
7197
7171
|
/>
|
|
7198
7172
|
<path
|
|
7199
7173
|
d="M16.2156 5.4375H18.4236L13.5996 10.9515L19.275 18.4533H14.8314L11.3514 13.9029L7.3686 18.4533H5.1594L10.3194 12.5553L4.875 5.4381H9.4314L12.5772 9.5973L16.2156 5.4375ZM15.441 17.1321H16.6644L8.7666 6.6897H7.4538L15.441 17.1321Z"
|
|
@@ -7344,6 +7318,101 @@ const share = (options) => {
|
|
|
7344
7318
|
</svg> `;
|
|
7345
7319
|
};
|
|
7346
7320
|
|
|
7321
|
+
const logoFacebookRound = (options) => {
|
|
7322
|
+
return x`<svg
|
|
7323
|
+
width="24"
|
|
7324
|
+
height="24"
|
|
7325
|
+
viewBox="0 0 24 24"
|
|
7326
|
+
fill="none"
|
|
7327
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7328
|
+
style=${o({
|
|
7329
|
+
width: `${options.width}px`,
|
|
7330
|
+
height: `${options.height}px`
|
|
7331
|
+
})}
|
|
7332
|
+
>
|
|
7333
|
+
<rect width="24" height="24" rx="12" fill="var(--${options.color})" />
|
|
7334
|
+
<path
|
|
7335
|
+
d="M16.6711 15.4688L17.2031 12H13.875V9.74906C13.875 8.80008 14.34 7.875 15.8306 7.875H17.3438V4.92188C17.3438 4.92188 15.9705 4.6875 14.6576 4.6875C11.9166 4.6875 10.125 6.34875 10.125 9.35625V12H7.07812V15.4688H10.125V23.8542C10.736 23.9501 11.362 24 12 24C12.638 24 13.264 23.9501 13.875 23.8542V15.4688H16.6711Z"
|
|
7336
|
+
fill="white"
|
|
7337
|
+
/>
|
|
7338
|
+
</svg> `;
|
|
7339
|
+
};
|
|
7340
|
+
|
|
7341
|
+
const logoFarcasterRound = (options) => {
|
|
7342
|
+
return x`<svg
|
|
7343
|
+
width="24"
|
|
7344
|
+
height="24"
|
|
7345
|
+
viewBox="0 0 24 24"
|
|
7346
|
+
fill="none"
|
|
7347
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7348
|
+
style=${o({
|
|
7349
|
+
width: `${options.width}px`,
|
|
7350
|
+
height: `${options.height}px`
|
|
7351
|
+
})}
|
|
7352
|
+
>
|
|
7353
|
+
<rect width="24" height="24" rx="12" fill="var(--${options.color})" />
|
|
7354
|
+
<path
|
|
7355
|
+
fill-rule="evenodd"
|
|
7356
|
+
clip-rule="evenodd"
|
|
7357
|
+
d="M9.45884 19.4798H4.22042V18.9072C4.22042 18.6437 4.43408 18.43 4.69761 18.43H4.79304V17.8574C4.79304 17.5939 5.00667 17.3803 5.2702 17.3803V8.8866H4.74532L4.125 6.78704H6.89259V4.6875H17.2949V6.78704H20.0625L19.4422 8.8866H18.9173V17.3803C19.1808 17.3803 19.3945 17.5939 19.3945 17.8574V18.43H19.4899C19.7534 18.43 19.9671 18.6437 19.9671 18.9072V19.4798H14.7345V18.9072C14.7345 18.6437 14.9482 18.43 15.2117 18.43H15.3072V17.8574C15.3072 17.5994 15.512 17.3891 15.768 17.3805V12.704C15.5992 10.8313 14.0104 9.36376 12.0937 9.36376C10.1771 9.36376 8.58831 10.8313 8.41954 12.704V17.3804C8.67822 17.3859 8.88622 17.5974 8.88622 17.8574V18.1437V18.43H8.98165C9.24518 18.43 9.45884 18.6437 9.45884 18.9072V19.4798Z"
|
|
7358
|
+
fill="white"
|
|
7359
|
+
/>
|
|
7360
|
+
</svg> `;
|
|
7361
|
+
};
|
|
7362
|
+
|
|
7363
|
+
const logoLinkedinRound = (options) => {
|
|
7364
|
+
return x`<svg
|
|
7365
|
+
width="24"
|
|
7366
|
+
height="24"
|
|
7367
|
+
viewBox="0 0 24 24"
|
|
7368
|
+
fill="none"
|
|
7369
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7370
|
+
style=${o({
|
|
7371
|
+
width: `${options.width}px`,
|
|
7372
|
+
height: `${options.height}px`
|
|
7373
|
+
})}
|
|
7374
|
+
>
|
|
7375
|
+
<rect width="24" height="24" rx="12" fill="var(--${options.color})" />
|
|
7376
|
+
<path
|
|
7377
|
+
d="M5.83397 9.75642H8.45389V18.1879H5.83397V9.75642ZM7.14491 5.56534C7.98273 5.56534 8.66285 6.24545 8.66285 7.08525C8.66285 7.92504 7.98273 8.60515 7.14491 8.60515C6.30512 8.60515 5.625 7.92504 5.625 7.08525C5.62303 6.24742 6.30315 5.56534 7.14491 5.56534Z"
|
|
7378
|
+
fill="white"
|
|
7379
|
+
/>
|
|
7380
|
+
<path
|
|
7381
|
+
d="M10.098 9.7564H12.6115V10.9077H12.6469C12.9959 10.2453 13.8495 9.54547 15.1269 9.54547C17.7803 9.54547 18.2712 11.2921 18.2712 13.5611V18.1879H15.6513V14.0894C15.6513 13.1097 15.6335 11.8539 14.2891 11.8539C12.9249 11.8539 12.7159 12.9184 12.7159 14.0185V18.1898H10.098V9.7564Z"
|
|
7382
|
+
fill="white"
|
|
7383
|
+
/>
|
|
7384
|
+
</svg> `;
|
|
7385
|
+
};
|
|
7386
|
+
|
|
7387
|
+
const arrowLongDown = (options) => {
|
|
7388
|
+
return x`<svg
|
|
7389
|
+
width="24"
|
|
7390
|
+
height="24"
|
|
7391
|
+
viewBox="0 0 24 24"
|
|
7392
|
+
fill="none"
|
|
7393
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7394
|
+
style=${o({
|
|
7395
|
+
width: `${options.width}px`,
|
|
7396
|
+
height: `${options.height}px`
|
|
7397
|
+
})}
|
|
7398
|
+
>
|
|
7399
|
+
<path
|
|
7400
|
+
d="M8.99999 16.1715C10.2887 17.4602 11.8284 19 11.8284 19L14.6568 16.1716"
|
|
7401
|
+
stroke="var(--${options.color})"
|
|
7402
|
+
stroke-width="${options.strokeWidth}"
|
|
7403
|
+
stroke-linecap="round"
|
|
7404
|
+
stroke-linejoin="round"
|
|
7405
|
+
/>
|
|
7406
|
+
<path
|
|
7407
|
+
d="M11.8284 6.00003L11.8284 18"
|
|
7408
|
+
stroke="var(--${options.color})"
|
|
7409
|
+
stroke-width="${options.strokeWidth}"
|
|
7410
|
+
stroke-linecap="round"
|
|
7411
|
+
stroke-linejoin="round"
|
|
7412
|
+
/>
|
|
7413
|
+
</svg> `;
|
|
7414
|
+
};
|
|
7415
|
+
|
|
7347
7416
|
var __defProp = Object.defineProperty;
|
|
7348
7417
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7349
7418
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -7503,7 +7572,7 @@ const iconMap = {
|
|
|
7503
7572
|
"cube-outline": cubeOutline,
|
|
7504
7573
|
"film-outline": filmOutline,
|
|
7505
7574
|
"video-outline": videoOutline,
|
|
7506
|
-
"logo-facebook-mono":
|
|
7575
|
+
"logo-facebook-mono": logoFacebookRound,
|
|
7507
7576
|
"logo-x-mono": logoXMono,
|
|
7508
7577
|
"logo-instagram-mono": logoInstagramMono,
|
|
7509
7578
|
"logo-medium-mono": logoMediumMono,
|
|
@@ -7542,7 +7611,11 @@ const iconMap = {
|
|
|
7542
7611
|
"logo-farcaster": logoFarcaster,
|
|
7543
7612
|
"logo-linkedin": logoLinkedin,
|
|
7544
7613
|
"profile-restore-no-setup": profileRestoreNoSetup,
|
|
7545
|
-
share
|
|
7614
|
+
share,
|
|
7615
|
+
"logo-facebook-round": logoFacebookRound,
|
|
7616
|
+
"logo-farcaster-round": logoFarcasterRound,
|
|
7617
|
+
"logo-linkedin-round": logoLinkedinRound,
|
|
7618
|
+
"arrow-long-down": arrowLongDown
|
|
7546
7619
|
};
|
|
7547
7620
|
let LuksoIcon = class extends TailwindStyledElement(style) {
|
|
7548
7621
|
constructor() {
|