@lukso/web-components 1.117.0 → 1.118.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 +7 -7
- package/dist/components/index.js +7 -7
- 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 +7 -7
- package/dist/components/lukso-dropdown/index.js +7 -7
- 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/document-text.d.ts +3 -0
- package/dist/components/lukso-icon/icons/document-text.d.ts.map +1 -0
- package/dist/components/lukso-icon/index.cjs +27 -3
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +27 -3
- 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 +7 -7
- package/dist/components/lukso-search/index.js +7 -7
- package/dist/components/lukso-select/index.cjs +75 -75
- package/dist/components/lukso-select/index.js +75 -75
- package/dist/components/lukso-share/index.cjs +24 -27
- package/dist/components/lukso-share/index.js +24 -27
- package/dist/components/lukso-switch/index.cjs +8 -11
- package/dist/components/lukso-switch/index.js +8 -11
- package/dist/components/lukso-tag/index.cjs +32 -35
- package/dist/components/lukso-tag/index.js +32 -35
- package/dist/components/lukso-terms/index.cjs +7 -10
- package/dist/components/lukso-terms/index.js +7 -10
- package/dist/components/lukso-test/index.cjs +13 -16
- package/dist/components/lukso-test/index.js +13 -16
- package/dist/components/lukso-textarea/index.cjs +83 -86
- package/dist/components/lukso-textarea/index.js +83 -86
- package/dist/components/lukso-tooltip/index.cjs +35 -38
- package/dist/components/lukso-tooltip/index.js +35 -38
- package/dist/components/lukso-username/index.cjs +50 -53
- package/dist/components/lukso-username/index.js +50 -53
- package/dist/components/lukso-wizard/index.cjs +42 -45
- package/dist/components/lukso-wizard/index.js +42 -45
- package/dist/{index-ff8d75cd.js → index-30c74dfe.js} +2 -2
- package/dist/{index-12775596.js → index-40811e43.js} +3 -3
- package/dist/{index-92dc158d.js → index-86a3fdc1.js} +3 -5
- package/dist/{index-67915f32.cjs → index-9f282d35.cjs} +2 -2
- package/dist/{index-104cf124.cjs → index-dbfb7d50.cjs} +3 -3
- package/dist/{index-68c61387.cjs → index-dda1809d.cjs} +3 -5
- package/dist/{index-7bb28a79.js → index-eb08047e.js} +1 -1
- package/dist/{index-3926da18.cjs → index-f564f46f.cjs} +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/dist/{property-eaa52bd9.js → property-140ef335.js} +1 -1
- package/dist/{property-bf2eee83.cjs → property-46482bf7.cjs} +1 -1
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{state-1fc9a224.js → state-876605e4.js} +1 -1
- package/dist/{state-375dfffc.cjs → state-94c1d585.cjs} +1 -1
- package/dist/{style-map-5aef4b6f.js → style-map-15dde65e.js} +1 -1
- package/dist/{style-map-8e54f508.cjs → style-map-552ab28f.cjs} +1 -1
- package/package.json +1 -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-dbfb7d50.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');
|
|
@@ -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-9f282d35.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-dda1809d.cjs');
|
|
33
33
|
require('../cn-b6daa995.cjs');
|
|
34
|
-
require('../property-
|
|
35
|
-
require('../state-
|
|
34
|
+
require('../property-46482bf7.cjs');
|
|
35
|
+
require('../state-94c1d585.cjs');
|
|
36
36
|
require('../index-2b104ecb.cjs');
|
|
37
37
|
require('../tailwind-config.cjs');
|
|
38
|
-
require('../style-map-
|
|
38
|
+
require('../style-map-552ab28f.cjs');
|
|
39
39
|
require('../directive-8278ab14.cjs');
|
|
40
|
-
require('../index-
|
|
40
|
+
require('../index-f564f46f.cjs');
|
|
41
41
|
require('../index-e9668573.cjs');
|
|
42
42
|
|
|
43
43
|
|
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-40811e43.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';
|
|
@@ -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-30c74dfe.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,13 +25,13 @@ 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-86a3fdc1.js';
|
|
29
29
|
import '../cn-90c03edf.js';
|
|
30
|
-
import '../property-
|
|
31
|
-
import '../state-
|
|
30
|
+
import '../property-140ef335.js';
|
|
31
|
+
import '../state-876605e4.js';
|
|
32
32
|
import '../index-d14b6a34.js';
|
|
33
33
|
import '../tailwind-config.js';
|
|
34
|
-
import '../style-map-
|
|
34
|
+
import '../style-map-15dde65e.js';
|
|
35
35
|
import '../directive-2bb7789e.js';
|
|
36
|
-
import '../index-
|
|
36
|
+
import '../index-eb08047e.js';
|
|
37
37
|
import '../index-5e194caf.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.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-9f282d35.cjs');
|
|
6
|
+
const shared_tailwindElement_index = require('../../index-dda1809d.cjs');
|
|
7
|
+
const property = require('../../property-46482bf7.cjs');
|
|
8
|
+
const state = require('../../state-94c1d585.cjs');
|
|
9
|
+
const styleMap = require('../../style-map-552ab28f.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-f564f46f.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-30c74dfe.js';
|
|
2
|
+
import { T as TailwindStyledElement, x, E } from '../../index-86a3fdc1.js';
|
|
3
|
+
import { n, t } from '../../property-140ef335.js';
|
|
4
|
+
import { r } from '../../state-876605e4.js';
|
|
5
|
+
import { o as o$1 } from '../../style-map-15dde65e.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-eb08047e.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
|
-
const styleMap = require('../../style-map-
|
|
9
|
+
const styleMap = require('../../style-map-552ab28f.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
|
-
import { o } from '../../style-map-
|
|
5
|
+
import { o } from '../../style-map-15dde65e.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
|
-
require('../../index-
|
|
6
|
-
require('../../property-
|
|
5
|
+
require('../../index-dda1809d.cjs');
|
|
6
|
+
require('../../property-46482bf7.cjs');
|
|
7
7
|
require('../../index-2b104ecb.cjs');
|
|
8
8
|
require('../lukso-icon/index.cjs');
|
|
9
|
-
require('../../index-
|
|
9
|
+
require('../../index-9f282d35.cjs');
|
|
10
10
|
require('../lukso-username/index.cjs');
|
|
11
|
-
const components_luksoDropdown_index = require('../../index-
|
|
12
|
-
require('../../style-map-
|
|
11
|
+
const components_luksoDropdown_index = require('../../index-dbfb7d50.cjs');
|
|
12
|
+
require('../../style-map-552ab28f.cjs');
|
|
13
13
|
require('../../directive-8278ab14.cjs');
|
|
14
14
|
require('../lukso-image/index.cjs');
|
|
15
|
-
require('../../state-
|
|
16
|
-
require('../../index-
|
|
15
|
+
require('../../state-94c1d585.cjs');
|
|
16
|
+
require('../../index-f564f46f.cjs');
|
|
17
17
|
require('../../tailwind-config.cjs');
|
|
18
18
|
require('../../cn-b6daa995.cjs');
|
|
19
19
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '../../index-
|
|
2
|
-
import '../../property-
|
|
1
|
+
import '../../index-86a3fdc1.js';
|
|
2
|
+
import '../../property-140ef335.js';
|
|
3
3
|
import '../../index-d14b6a34.js';
|
|
4
4
|
import '../lukso-icon/index.js';
|
|
5
|
-
import '../../index-
|
|
5
|
+
import '../../index-30c74dfe.js';
|
|
6
6
|
import '../lukso-username/index.js';
|
|
7
|
-
export { L as LuksoDropdown } from '../../index-
|
|
8
|
-
import '../../style-map-
|
|
7
|
+
export { L as LuksoDropdown } from '../../index-40811e43.js';
|
|
8
|
+
import '../../style-map-15dde65e.js';
|
|
9
9
|
import '../../directive-2bb7789e.js';
|
|
10
10
|
import '../lukso-image/index.js';
|
|
11
|
-
import '../../state-
|
|
12
|
-
import '../../index-
|
|
11
|
+
import '../../state-876605e4.js';
|
|
12
|
+
import '../../index-eb08047e.js';
|
|
13
13
|
import '../../tailwind-config.js';
|
|
14
14
|
import '../../cn-90c03edf.js';
|
|
@@ -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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
3
|
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-text.d.ts","sourceRoot":"","sources":["../../../../../../src/components/lukso-icon/icons/document-text.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,eAAO,MAAM,YAAY,YAAa,WAAW,yCAqBhD,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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const styleMap = require('../../style-map-552ab28f.cjs');
|
|
8
8
|
require('../../directive-8278ab14.cjs');
|
|
9
9
|
|
|
10
10
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -7488,6 +7488,29 @@ const minusFilled = (options) => {
|
|
|
7488
7488
|
</svg> `;
|
|
7489
7489
|
};
|
|
7490
7490
|
|
|
7491
|
+
const documentText = (options) => {
|
|
7492
|
+
return shared_tailwindElement_index.x`<svg
|
|
7493
|
+
width="24"
|
|
7494
|
+
height="24"
|
|
7495
|
+
viewBox="0 0 25 24"
|
|
7496
|
+
fill="none"
|
|
7497
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7498
|
+
style=${styleMap.o({
|
|
7499
|
+
width: `${options.width}px`,
|
|
7500
|
+
height: `${options.height}px`
|
|
7501
|
+
})}
|
|
7502
|
+
>
|
|
7503
|
+
<path
|
|
7504
|
+
d="M16.417 22.75h-8c-3.65 0-5.75-2.1-5.75-5.75V7c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75v10c0 3.65-2.1 5.75-5.75 5.75m-8-20c-2.86 0-4.25 1.39-4.25 4.25v10c0 2.86 1.39 4.25 4.25 4.25h8c2.86 0 4.25-1.39 4.25-4.25V7c0-2.86-1.39-4.25-4.25-4.25z"
|
|
7505
|
+
fill="var(--${options.color})"
|
|
7506
|
+
/>
|
|
7507
|
+
<path
|
|
7508
|
+
d="M18.917 9.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75m-6.5 4.5h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m4 4h-8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"
|
|
7509
|
+
fill="var(--${options.color})"
|
|
7510
|
+
/>
|
|
7511
|
+
</svg> `;
|
|
7512
|
+
};
|
|
7513
|
+
|
|
7491
7514
|
var __defProp = Object.defineProperty;
|
|
7492
7515
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7493
7516
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -7643,6 +7666,7 @@ const iconMap = {
|
|
|
7643
7666
|
"extension-outline": extensionOutline,
|
|
7644
7667
|
"lukso-logo": luksoLogo,
|
|
7645
7668
|
"document-outline": documentOutline,
|
|
7669
|
+
"document-text": documentText,
|
|
7646
7670
|
"headset-outline": headsetOutline,
|
|
7647
7671
|
"cube-outline": cubeOutline,
|
|
7648
7672
|
"film-outline": filmOutline,
|
|
@@ -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":"AAuMA,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAA;;AA6M5E,qBACa,SAAU,SAAQ,cAA4B;IAEzD,IAAI,SAAK;IAGT,IAAI,SAAW;IAGf,KAAK,SAAe;IAGpB,cAAc,SAAK;IAEnB,OAAO,CAAC,KAAK,CA0BZ;IAED,MAAM;CAyBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
|
|
@@ -1,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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { o } from '../../style-map-15dde65e.js';
|
|
4
4
|
import '../../directive-2bb7789e.js';
|
|
5
5
|
|
|
6
6
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -7484,6 +7484,29 @@ const minusFilled = (options) => {
|
|
|
7484
7484
|
</svg> `;
|
|
7485
7485
|
};
|
|
7486
7486
|
|
|
7487
|
+
const documentText = (options) => {
|
|
7488
|
+
return x`<svg
|
|
7489
|
+
width="24"
|
|
7490
|
+
height="24"
|
|
7491
|
+
viewBox="0 0 25 24"
|
|
7492
|
+
fill="none"
|
|
7493
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7494
|
+
style=${o({
|
|
7495
|
+
width: `${options.width}px`,
|
|
7496
|
+
height: `${options.height}px`
|
|
7497
|
+
})}
|
|
7498
|
+
>
|
|
7499
|
+
<path
|
|
7500
|
+
d="M16.417 22.75h-8c-3.65 0-5.75-2.1-5.75-5.75V7c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75v10c0 3.65-2.1 5.75-5.75 5.75m-8-20c-2.86 0-4.25 1.39-4.25 4.25v10c0 2.86 1.39 4.25 4.25 4.25h8c2.86 0 4.25-1.39 4.25-4.25V7c0-2.86-1.39-4.25-4.25-4.25z"
|
|
7501
|
+
fill="var(--${options.color})"
|
|
7502
|
+
/>
|
|
7503
|
+
<path
|
|
7504
|
+
d="M18.917 9.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75m-6.5 4.5h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m4 4h-8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"
|
|
7505
|
+
fill="var(--${options.color})"
|
|
7506
|
+
/>
|
|
7507
|
+
</svg> `;
|
|
7508
|
+
};
|
|
7509
|
+
|
|
7487
7510
|
var __defProp = Object.defineProperty;
|
|
7488
7511
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7489
7512
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -7639,6 +7662,7 @@ const iconMap = {
|
|
|
7639
7662
|
"extension-outline": extensionOutline,
|
|
7640
7663
|
"lukso-logo": luksoLogo,
|
|
7641
7664
|
"document-outline": documentOutline,
|
|
7665
|
+
"document-text": documentText,
|
|
7642
7666
|
"headset-outline": headsetOutline,
|
|
7643
7667
|
"cube-outline": cubeOutline,
|
|
7644
7668
|
"film-outline": filmOutline,
|
|
@@ -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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.cjs');
|
|
8
|
+
const styleMap = require('../../style-map-552ab28f.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.js';
|
|
4
|
+
import { o } from '../../style-map-15dde65e.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.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-552ab28f.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.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-15dde65e.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.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-552ab28f.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
|
-
require('../../index-
|
|
13
|
+
require('../../index-f564f46f.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.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-15dde65e.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
9
|
-
import '../../index-
|
|
9
|
+
import '../../index-eb08047e.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-dda1809d.cjs');
|
|
6
|
+
const property = require('../../property-46482bf7.cjs');
|
|
7
|
+
const state = require('../../state-94c1d585.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-552ab28f.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-86a3fdc1.js';
|
|
2
|
+
import { n, t } from '../../property-140ef335.js';
|
|
3
|
+
import { r } from '../../state-876605e4.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-15dde65e.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-dda1809d.cjs');
|
|
6
|
+
require('../../property-46482bf7.cjs');
|
|
7
|
+
const components_luksoProfile_index = require('../../index-9f282d35.cjs');
|
|
8
8
|
require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../lukso-image/index.cjs');
|
|
10
|
-
require('../../state-
|
|
11
|
-
require('../../style-map-
|
|
10
|
+
require('../../state-94c1d585.cjs');
|
|
11
|
+
require('../../style-map-552ab28f.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-86a3fdc1.js';
|
|
2
|
+
import '../../property-140ef335.js';
|
|
3
|
+
export { L as LuksoProfile } from '../../index-30c74dfe.js';
|
|
4
4
|
import '../../index-d14b6a34.js';
|
|
5
5
|
import '../lukso-image/index.js';
|
|
6
|
-
import '../../state-
|
|
7
|
-
import '../../style-map-
|
|
6
|
+
import '../../state-876605e4.js';
|
|
7
|
+
import '../../style-map-15dde65e.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|