@lukso/web-components 1.124.0 → 1.125.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 +6 -6
- package/dist/components/index.js +6 -6
- package/dist/components/lukso-button/index.cjs +3 -3
- package/dist/components/lukso-button/index.js +3 -3
- package/dist/components/lukso-card/index.cjs +6 -6
- package/dist/components/lukso-card/index.js +6 -6
- package/dist/components/lukso-checkbox/index.cjs +3 -3
- package/dist/components/lukso-checkbox/index.js +3 -3
- package/dist/components/lukso-color-picker/index.cjs +4 -4
- package/dist/components/lukso-color-picker/index.js +4 -4
- package/dist/components/lukso-dropdown/index.cjs +6 -6
- package/dist/components/lukso-dropdown/index.js +6 -6
- package/dist/components/lukso-dropdown-option/index.cjs +2 -2
- package/dist/components/lukso-dropdown-option/index.js +2 -2
- package/dist/components/lukso-footer/index.cjs +2 -2
- package/dist/components/lukso-footer/index.js +2 -2
- package/dist/components/lukso-icon/icons/flash.d.ts +3 -0
- package/dist/components/lukso-icon/icons/flash.d.ts.map +1 -0
- package/dist/components/lukso-icon/index.cjs +28 -4
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +28 -4
- package/dist/components/lukso-image/index.cjs +4 -4
- package/dist/components/lukso-image/index.js +4 -4
- package/dist/components/lukso-input/index.cjs +4 -4
- package/dist/components/lukso-input/index.js +4 -4
- package/dist/components/lukso-modal/index.cjs +2 -2
- package/dist/components/lukso-modal/index.js +2 -2
- package/dist/components/lukso-navbar/index.cjs +5 -5
- package/dist/components/lukso-navbar/index.js +5 -5
- package/dist/components/lukso-pagination/index.cjs +4 -4
- package/dist/components/lukso-pagination/index.js +4 -4
- package/dist/components/lukso-profile/index.cjs +5 -5
- package/dist/components/lukso-profile/index.js +5 -5
- package/dist/components/lukso-progress/index.cjs +3 -3
- package/dist/components/lukso-progress/index.js +3 -3
- package/dist/components/lukso-sanitize/index.cjs +2 -2
- package/dist/components/lukso-sanitize/index.js +2 -2
- package/dist/components/lukso-search/index.cjs +6 -6
- package/dist/components/lukso-search/index.js +6 -6
- package/dist/components/lukso-select/index.cjs +74 -74
- package/dist/components/lukso-select/index.js +74 -74
- package/dist/components/lukso-share/index.cjs +27 -24
- package/dist/components/lukso-share/index.js +27 -24
- package/dist/components/lukso-switch/index.cjs +50 -50
- package/dist/components/lukso-switch/index.js +50 -50
- package/dist/components/lukso-tag/index.cjs +35 -32
- package/dist/components/lukso-tag/index.js +35 -32
- package/dist/components/lukso-terms/index.cjs +10 -7
- package/dist/components/lukso-terms/index.js +10 -7
- package/dist/components/lukso-test/index.cjs +16 -13
- package/dist/components/lukso-test/index.js +16 -13
- package/dist/components/lukso-textarea/index.cjs +86 -83
- package/dist/components/lukso-textarea/index.js +86 -83
- package/dist/components/lukso-tooltip/index.cjs +38 -35
- package/dist/components/lukso-tooltip/index.js +38 -35
- package/dist/components/lukso-username/index.cjs +53 -50
- package/dist/components/lukso-username/index.js +53 -50
- package/dist/components/lukso-wizard/index.cjs +45 -42
- package/dist/components/lukso-wizard/index.js +45 -42
- package/dist/{index-0a59f6f3.cjs → index-188719ef.cjs} +2 -2
- package/dist/{index-6e93d985.cjs → index-51f597c4.cjs} +5 -3
- package/dist/{index-fe1a5136.js → index-5d8104dc.js} +5 -3
- package/dist/{index-81fa5713.cjs → index-65515396.cjs} +1 -1
- package/dist/{index-4c822bfb.js → index-d8500104.js} +2 -2
- package/dist/{index-9a28f700.js → index-e496b515.js} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.js +6 -6
- package/dist/{property-208d291e.js → property-2a7bbcd8.js} +1 -1
- package/dist/{property-1bddca37.cjs → property-a2c3c430.cjs} +1 -1
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{state-9fe86d6c.cjs → state-0d05f6ea.cjs} +1 -1
- package/dist/{state-c71c1fdf.js → state-a01f91dc.js} +1 -1
- package/dist/{style-map-620e6e0f.js → style-map-bece8358.js} +1 -1
- package/dist/{style-map-2c0d1631.cjs → style-map-d3b1c1d5.cjs} +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ const components_luksoInput_index = require('./lukso-input/index.cjs');
|
|
|
15
15
|
const components_luksoModal_index = require('./lukso-modal/index.cjs');
|
|
16
16
|
const components_luksoNavbar_index = require('./lukso-navbar/index.cjs');
|
|
17
17
|
const components_luksoPagination_index = require('./lukso-pagination/index.cjs');
|
|
18
|
-
const components_luksoProfile_index = require('../index-
|
|
18
|
+
const components_luksoProfile_index = require('../index-188719ef.cjs');
|
|
19
19
|
const components_luksoProgress_index = require('./lukso-progress/index.cjs');
|
|
20
20
|
const components_luksoSanitize_index = require('./lukso-sanitize/index.cjs');
|
|
21
21
|
const components_luksoSearch_index = require('./lukso-search/index.cjs');
|
|
@@ -29,15 +29,15 @@ const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
|
|
|
29
29
|
const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
|
|
30
30
|
const components_luksoUsername_index = require('./lukso-username/index.cjs');
|
|
31
31
|
const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
|
|
32
|
-
const shared_tailwindElement_index = require('../index-
|
|
32
|
+
const shared_tailwindElement_index = require('../index-51f597c4.cjs');
|
|
33
33
|
require('../cn-b6daa995.cjs');
|
|
34
|
-
require('../property-
|
|
35
|
-
require('../state-
|
|
34
|
+
require('../property-a2c3c430.cjs');
|
|
35
|
+
require('../state-0d05f6ea.cjs');
|
|
36
36
|
require('../index-2b104ecb.cjs');
|
|
37
37
|
require('../tailwind-config.cjs');
|
|
38
|
-
require('../style-map-
|
|
38
|
+
require('../style-map-d3b1c1d5.cjs');
|
|
39
39
|
require('../directive-8278ab14.cjs');
|
|
40
|
-
require('../index-
|
|
40
|
+
require('../index-65515396.cjs');
|
|
41
41
|
require('../index-e9668573.cjs');
|
|
42
42
|
require('../uniq-id-f0b18085.cjs');
|
|
43
43
|
|
package/dist/components/index.js
CHANGED
|
@@ -11,7 +11,7 @@ export { LuksoInput } from './lukso-input/index.js';
|
|
|
11
11
|
export { LuksoModal } from './lukso-modal/index.js';
|
|
12
12
|
export { LuksoNavbar } from './lukso-navbar/index.js';
|
|
13
13
|
export { LuksoPagination } from './lukso-pagination/index.js';
|
|
14
|
-
export { L as LuksoProfile } from '../index-
|
|
14
|
+
export { L as LuksoProfile } from '../index-d8500104.js';
|
|
15
15
|
export { LuksoProgress } from './lukso-progress/index.js';
|
|
16
16
|
export { LuksoSanitize } from './lukso-sanitize/index.js';
|
|
17
17
|
export { LuksoSearch } from './lukso-search/index.js';
|
|
@@ -25,14 +25,14 @@ export { LuksoTextarea } from './lukso-textarea/index.js';
|
|
|
25
25
|
export { LuksoTooltip } from './lukso-tooltip/index.js';
|
|
26
26
|
export { LuksoUsername } from './lukso-username/index.js';
|
|
27
27
|
export { LuksoWizard } from './lukso-wizard/index.js';
|
|
28
|
-
export { a as TailwindElement, T as TailwindStyledElement } from '../index-
|
|
28
|
+
export { a as TailwindElement, T as TailwindStyledElement } from '../index-5d8104dc.js';
|
|
29
29
|
import '../cn-90c03edf.js';
|
|
30
|
-
import '../property-
|
|
31
|
-
import '../state-
|
|
30
|
+
import '../property-2a7bbcd8.js';
|
|
31
|
+
import '../state-a01f91dc.js';
|
|
32
32
|
import '../index-d14b6a34.js';
|
|
33
33
|
import '../tailwind-config.js';
|
|
34
|
-
import '../style-map-
|
|
34
|
+
import '../style-map-bece8358.js';
|
|
35
35
|
import '../directive-2bb7789e.js';
|
|
36
|
-
import '../index-
|
|
36
|
+
import '../index-e496b515.js';
|
|
37
37
|
import '../index-5e194caf.js';
|
|
38
38
|
import '../uniq-id-ce2d165c.js';
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../../tailwind-config.cjs');
|
|
10
10
|
const cn = require('../../cn-b6daa995.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, E } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { T as TailwindStyledElement, x, E } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
5
|
import '../../tailwind-config.js';
|
|
6
6
|
import { c as cn } from '../../cn-90c03edf.js';
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const components_luksoProfile_index = require('../../index-
|
|
6
|
-
const shared_tailwindElement_index = require('../../index-
|
|
7
|
-
const property = require('../../property-
|
|
8
|
-
const state = require('../../state-
|
|
9
|
-
const styleMap = require('../../style-map-
|
|
5
|
+
const components_luksoProfile_index = require('../../index-188719ef.cjs');
|
|
6
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
7
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
8
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
9
|
+
const styleMap = require('../../style-map-d3b1c1d5.cjs');
|
|
10
10
|
const index = require('../../index-2b104ecb.cjs');
|
|
11
11
|
require('../../tailwind-config.cjs');
|
|
12
12
|
const cn = require('../../cn-b6daa995.cjs');
|
|
13
|
-
const index$1 = require('../../index-
|
|
13
|
+
const index$1 = require('../../index-65515396.cjs');
|
|
14
14
|
require('../lukso-image/index.cjs');
|
|
15
15
|
require('../../directive-8278ab14.cjs');
|
|
16
16
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { m as makeBlockie } from '../../index-
|
|
2
|
-
import { T as TailwindStyledElement, x, E } from '../../index-
|
|
3
|
-
import { n, t } from '../../property-
|
|
4
|
-
import { r } from '../../state-
|
|
5
|
-
import { o as o$1 } from '../../style-map-
|
|
1
|
+
import { m as makeBlockie } from '../../index-d8500104.js';
|
|
2
|
+
import { T as TailwindStyledElement, x, E } from '../../index-5d8104dc.js';
|
|
3
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
4
|
+
import { r } from '../../state-a01f91dc.js';
|
|
5
|
+
import { o as o$1 } from '../../style-map-bece8358.js';
|
|
6
6
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
7
7
|
import '../../tailwind-config.js';
|
|
8
8
|
import { c as cn } from '../../cn-90c03edf.js';
|
|
9
|
-
import { c as customStyleMap } from '../../index-
|
|
9
|
+
import { c as customStyleMap } from '../../index-e496b515.js';
|
|
10
10
|
import '../lukso-image/index.js';
|
|
11
11
|
import '../../directive-2bb7789e.js';
|
|
12
12
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
8
|
const index = require('../../index-e9668573.cjs');
|
|
9
9
|
require('../../directive-8278ab14.cjs');
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x, E } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { a as TailwindElement, x, E } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-5e194caf.js';
|
|
5
5
|
import '../../directive-2bb7789e.js';
|
|
6
6
|
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
|
-
const styleMap = require('../../style-map-
|
|
9
|
+
const styleMap = require('../../style-map-d3b1c1d5.cjs');
|
|
10
10
|
require('../../tailwind-config.cjs');
|
|
11
11
|
const cn = require('../../cn-b6daa995.cjs');
|
|
12
12
|
require('../lukso-icon/index.cjs');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, E } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { T as TailwindStyledElement, x, E } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
|
-
import { o } from '../../style-map-
|
|
5
|
+
import { o } from '../../style-map-bece8358.js';
|
|
6
6
|
import '../../tailwind-config.js';
|
|
7
7
|
import { c as cn } from '../../cn-90c03edf.js';
|
|
8
8
|
import '../lukso-icon/index.js';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
7
|
const index = require('../../index-2b104ecb.cjs');
|
|
8
8
|
require('../lukso-icon/index.cjs');
|
|
9
|
-
require('../../index-
|
|
9
|
+
require('../../index-188719ef.cjs');
|
|
10
10
|
require('../lukso-username/index.cjs');
|
|
11
11
|
const uniqId = require('../../uniq-id-f0b18085.cjs');
|
|
12
|
-
require('../../style-map-
|
|
12
|
+
require('../../style-map-d3b1c1d5.cjs');
|
|
13
13
|
require('../../directive-8278ab14.cjs');
|
|
14
14
|
require('../lukso-image/index.cjs');
|
|
15
|
-
require('../../state-
|
|
16
|
-
require('../../index-
|
|
15
|
+
require('../../state-0d05f6ea.cjs');
|
|
16
|
+
require('../../index-65515396.cjs');
|
|
17
17
|
require('../../tailwind-config.cjs');
|
|
18
18
|
require('../../cn-b6daa995.cjs');
|
|
19
19
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, E, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
1
|
+
import { T as TailwindStyledElement, E, x } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
3
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
4
4
|
import '../lukso-icon/index.js';
|
|
5
|
-
import '../../index-
|
|
5
|
+
import '../../index-d8500104.js';
|
|
6
6
|
import '../lukso-username/index.js';
|
|
7
7
|
import { u as uniqId } from '../../uniq-id-ce2d165c.js';
|
|
8
|
-
import '../../style-map-
|
|
8
|
+
import '../../style-map-bece8358.js';
|
|
9
9
|
import '../../directive-2bb7789e.js';
|
|
10
10
|
import '../lukso-image/index.js';
|
|
11
|
-
import '../../state-
|
|
12
|
-
import '../../index-
|
|
11
|
+
import '../../state-a01f91dc.js';
|
|
12
|
+
import '../../index-e496b515.js';
|
|
13
13
|
import '../../tailwind-config.js';
|
|
14
14
|
import '../../cn-90c03edf.js';
|
|
15
15
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
7
|
const index = require('../../index-2b104ecb.cjs');
|
|
8
8
|
|
|
9
9
|
const style = ":host {\n display: block\n}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
3
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
4
4
|
|
|
5
5
|
const style = ":host {\n display: block\n}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
7
|
|
|
8
8
|
var __defProp = Object.defineProperty;
|
|
9
9
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
3
|
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flash.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/flash.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,KAAK,YAAa,WAAW,yCAqBzC,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-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const styleMap = require('../../style-map-d3b1c1d5.cjs');
|
|
8
8
|
require('../../directive-8278ab14.cjs');
|
|
9
9
|
|
|
10
10
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -7558,6 +7558,29 @@ const category = (options) => {
|
|
|
7558
7558
|
</svg> `;
|
|
7559
7559
|
};
|
|
7560
7560
|
|
|
7561
|
+
const flash = (options) => {
|
|
7562
|
+
return shared_tailwindElement_index.x`<svg
|
|
7563
|
+
width="24"
|
|
7564
|
+
height="24"
|
|
7565
|
+
viewBox="0 0 24 24"
|
|
7566
|
+
fill="none"
|
|
7567
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7568
|
+
style=${styleMap.o({
|
|
7569
|
+
width: `${options.width}px`,
|
|
7570
|
+
height: `${options.height}px`
|
|
7571
|
+
})}
|
|
7572
|
+
>
|
|
7573
|
+
<path
|
|
7574
|
+
d="M6.0901 13.2799H9.1801V20.4799C9.1801 22.1599 10.0901 22.4999 11.2001 21.2399L18.7701 12.6399C19.7001 11.5899 19.3101 10.7199 17.9001 10.7199H14.8101V3.5199C14.8101 1.8399 13.9001 1.4999 12.7901 2.7599L5.2201 11.3599C4.3001 12.4199 4.6901 13.2799 6.0901 13.2799Z"
|
|
7575
|
+
stroke="var(--${options.color})"
|
|
7576
|
+
stroke-width="${options.strokeWidth}"
|
|
7577
|
+
stroke-miterlimit="10"
|
|
7578
|
+
stroke-linecap="round"
|
|
7579
|
+
stroke-linejoin="round"
|
|
7580
|
+
/>
|
|
7581
|
+
</svg> `;
|
|
7582
|
+
};
|
|
7583
|
+
|
|
7561
7584
|
var __defProp = Object.defineProperty;
|
|
7562
7585
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7563
7586
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -7764,7 +7787,8 @@ const iconMap = {
|
|
|
7764
7787
|
"arrow-long-down": arrowLongDown,
|
|
7765
7788
|
gas,
|
|
7766
7789
|
"minus-filled": minusFilled,
|
|
7767
|
-
category
|
|
7790
|
+
category,
|
|
7791
|
+
flash
|
|
7768
7792
|
};
|
|
7769
7793
|
exports.LuksoIcon = class LuksoIcon extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
7770
7794
|
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":"AAyMA,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;;AA+M5E,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-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { o } from '../../style-map-
|
|
1
|
+
import { x, T as TailwindStyledElement } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { o } from '../../style-map-bece8358.js';
|
|
4
4
|
import '../../directive-2bb7789e.js';
|
|
5
5
|
|
|
6
6
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -7554,6 +7554,29 @@ const category = (options) => {
|
|
|
7554
7554
|
</svg> `;
|
|
7555
7555
|
};
|
|
7556
7556
|
|
|
7557
|
+
const flash = (options) => {
|
|
7558
|
+
return x`<svg
|
|
7559
|
+
width="24"
|
|
7560
|
+
height="24"
|
|
7561
|
+
viewBox="0 0 24 24"
|
|
7562
|
+
fill="none"
|
|
7563
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7564
|
+
style=${o({
|
|
7565
|
+
width: `${options.width}px`,
|
|
7566
|
+
height: `${options.height}px`
|
|
7567
|
+
})}
|
|
7568
|
+
>
|
|
7569
|
+
<path
|
|
7570
|
+
d="M6.0901 13.2799H9.1801V20.4799C9.1801 22.1599 10.0901 22.4999 11.2001 21.2399L18.7701 12.6399C19.7001 11.5899 19.3101 10.7199 17.9001 10.7199H14.8101V3.5199C14.8101 1.8399 13.9001 1.4999 12.7901 2.7599L5.2201 11.3599C4.3001 12.4199 4.6901 13.2799 6.0901 13.2799Z"
|
|
7571
|
+
stroke="var(--${options.color})"
|
|
7572
|
+
stroke-width="${options.strokeWidth}"
|
|
7573
|
+
stroke-miterlimit="10"
|
|
7574
|
+
stroke-linecap="round"
|
|
7575
|
+
stroke-linejoin="round"
|
|
7576
|
+
/>
|
|
7577
|
+
</svg> `;
|
|
7578
|
+
};
|
|
7579
|
+
|
|
7557
7580
|
var __defProp = Object.defineProperty;
|
|
7558
7581
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7559
7582
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -7760,7 +7783,8 @@ const iconMap = {
|
|
|
7760
7783
|
"arrow-long-down": arrowLongDown,
|
|
7761
7784
|
gas,
|
|
7762
7785
|
"minus-filled": minusFilled,
|
|
7763
|
-
category
|
|
7786
|
+
category,
|
|
7787
|
+
flash
|
|
7764
7788
|
};
|
|
7765
7789
|
let LuksoIcon = class extends TailwindStyledElement(style) {
|
|
7766
7790
|
constructor() {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
8
|
-
const styleMap = require('../../style-map-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
|
+
const styleMap = require('../../style-map-d3b1c1d5.cjs');
|
|
9
9
|
const index = require('../../index-2b104ecb.cjs');
|
|
10
10
|
require('../../directive-8278ab14.cjs');
|
|
11
11
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
4
|
-
import { o } from '../../style-map-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
|
+
import { o } from '../../style-map-bece8358.js';
|
|
5
5
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
6
6
|
import '../../directive-2bb7789e.js';
|
|
7
7
|
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../../tailwind-config.cjs');
|
|
10
10
|
const cn = require('../../cn-b6daa995.cjs');
|
|
11
11
|
require('../lukso-icon/index.cjs');
|
|
12
|
-
require('../../style-map-
|
|
12
|
+
require('../../style-map-d3b1c1d5.cjs');
|
|
13
13
|
require('../../directive-8278ab14.cjs');
|
|
14
14
|
|
|
15
15
|
const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, E } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { T as TailwindStyledElement, x, E } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
5
|
import '../../tailwind-config.js';
|
|
6
6
|
import { c as cn } from '../../cn-90c03edf.js';
|
|
7
7
|
import '../lukso-icon/index.js';
|
|
8
|
-
import '../../style-map-
|
|
8
|
+
import '../../style-map-bece8358.js';
|
|
9
9
|
import '../../directive-2bb7789e.js';
|
|
10
10
|
|
|
11
11
|
const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
7
|
const index = require('../../index-2b104ecb.cjs');
|
|
8
8
|
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
3
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
4
4
|
|
|
5
5
|
var __defProp = Object.defineProperty;
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-tag/index.cjs');
|
|
11
|
-
require('../../style-map-
|
|
11
|
+
require('../../style-map-d3b1c1d5.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
|
-
require('../../index-
|
|
13
|
+
require('../../index-65515396.cjs');
|
|
14
14
|
|
|
15
15
|
var __defProp = Object.defineProperty;
|
|
16
16
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { a as TailwindElement, x, E } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { a as TailwindElement, x, E } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-tag/index.js';
|
|
7
|
-
import '../../style-map-
|
|
7
|
+
import '../../style-map-bece8358.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
9
|
-
import '../../index-
|
|
9
|
+
import '../../index-e496b515.js';
|
|
10
10
|
|
|
11
11
|
var __defProp = Object.defineProperty;
|
|
12
12
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const state = require('../../state-0d05f6ea.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-button/index.cjs');
|
|
11
|
-
require('../../style-map-
|
|
11
|
+
require('../../style-map-d3b1c1d5.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
13
|
require('../../tailwind-config.cjs');
|
|
14
14
|
require('../../cn-b6daa995.cjs');
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-5d8104dc.js';
|
|
2
|
+
import { n, t } from '../../property-2a7bbcd8.js';
|
|
3
|
+
import { r } from '../../state-a01f91dc.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-button/index.js';
|
|
7
|
-
import '../../style-map-
|
|
7
|
+
import '../../style-map-bece8358.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
9
9
|
import '../../tailwind-config.js';
|
|
10
10
|
import '../../cn-90c03edf.js';
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
require('../../index-
|
|
6
|
-
require('../../property-
|
|
7
|
-
const components_luksoProfile_index = require('../../index-
|
|
5
|
+
require('../../index-51f597c4.cjs');
|
|
6
|
+
require('../../property-a2c3c430.cjs');
|
|
7
|
+
const components_luksoProfile_index = require('../../index-188719ef.cjs');
|
|
8
8
|
require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../lukso-image/index.cjs');
|
|
10
|
-
require('../../state-
|
|
11
|
-
require('../../style-map-
|
|
10
|
+
require('../../state-0d05f6ea.cjs');
|
|
11
|
+
require('../../style-map-d3b1c1d5.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '../../index-
|
|
2
|
-
import '../../property-
|
|
3
|
-
export { L as LuksoProfile } from '../../index-
|
|
1
|
+
import '../../index-5d8104dc.js';
|
|
2
|
+
import '../../property-2a7bbcd8.js';
|
|
3
|
+
export { L as LuksoProfile } from '../../index-d8500104.js';
|
|
4
4
|
import '../../index-d14b6a34.js';
|
|
5
5
|
import '../lukso-image/index.js';
|
|
6
|
-
import '../../state-
|
|
7
|
-
import '../../style-map-
|
|
6
|
+
import '../../state-a01f91dc.js';
|
|
7
|
+
import '../../style-map-bece8358.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-51f597c4.cjs');
|
|
6
|
+
const property = require('../../property-a2c3c430.cjs');
|
|
7
|
+
const styleMap = require('../../style-map-d3b1c1d5.cjs');
|
|
8
8
|
require('../../tailwind-config.cjs');
|
|
9
9
|
const cn = require('../../cn-b6daa995.cjs');
|
|
10
10
|
require('../../directive-8278ab14.cjs');
|