@lukso/web-components 1.130.0 → 1.131.1
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 +8 -7
- package/dist/components/index.js +8 -8
- 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/index.cjs +3 -3
- package/dist/components/lukso-icon/index.js +3 -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 +16 -15
- package/dist/components/lukso-input/index.d.ts.map +1 -1
- package/dist/components/lukso-input/index.js +16 -15
- 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 +54 -20
- package/dist/components/lukso-search/index.d.ts +6 -1
- package/dist/components/lukso-search/index.d.ts.map +1 -1
- package/dist/components/lukso-search/index.js +53 -21
- package/dist/components/lukso-search/lukso-search.stories.d.ts.map +1 -1
- 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 +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 +9 -1330
- package/dist/components/lukso-username/index.js +6 -1336
- package/dist/components/lukso-wizard/index.cjs +45 -42
- package/dist/components/lukso-wizard/index.js +45 -42
- package/dist/{index-11b4b329.js → index-1db9d1ee.js} +1 -1
- package/dist/{index-de036f63.js → index-2f05f181.js} +2 -2
- package/dist/index-35fd0f44.js +1340 -0
- package/dist/index-44537fbb.js +39 -0
- package/dist/{index-8eb2e6d8.cjs → index-6bad7e66.cjs} +1 -1
- package/dist/index-96c96a31.cjs +1342 -0
- package/dist/index-b103f110.cjs +48 -0
- package/dist/{index-2f5d5d79.cjs → index-dfcb5b8a.cjs} +2 -2
- package/dist/index.cjs +8 -7
- package/dist/index.js +8 -8
- package/dist/{property-cfc5fabd.js → property-27a56e78.js} +1 -1
- package/dist/{property-7a90cede.cjs → property-e2dd6303.cjs} +1 -1
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{state-1aaee2b7.js → state-cda0c5ee.js} +1 -1
- package/dist/{state-09b048f8.cjs → state-e20739c9.cjs} +1 -1
- package/dist/{style-map-c8670fc8.js → style-map-d0cf7858.js} +1 -1
- package/dist/{style-map-2abffb39.cjs → style-map-ff389c6a.cjs} +1 -1
- package/dist/styles/main.css +1 -0
- package/dist/styles/main.css.map +1 -1
- package/dist/tailwind-config.cjs +1 -1
- package/dist/tailwind-config.js +1 -1
- package/package.json +1 -1
- package/tools/cn.cjs +1 -1
- package/tools/cn.js +1 -1
- package/tools/index.cjs +1 -1
- package/tools/index.js +1 -1
- package/tools/sass/colors.scss +1 -1
- package/tools/styles/main.css +1 -0
- package/tools/{tailwind-config-c5a676c5.js → tailwind-config-73222825.js} +1 -1
- package/tools/{tailwind-config-20125010.cjs → tailwind-config-d0ffa274.cjs} +1 -1
- package/tools/tailwind-config.cjs +1 -1
- package/tools/tailwind-config.js +1 -1
- package/dist/index-1fd569a9.cjs +0 -46
- package/dist/index-82b4fdeb.js +0 -37
|
@@ -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-dfcb5b8a.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');
|
|
@@ -27,17 +27,17 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
|
|
|
27
27
|
const components_luksoTest_index = require('./lukso-test/index.cjs');
|
|
28
28
|
const components_luksoTextarea_index = require('./lukso-textarea/index.cjs');
|
|
29
29
|
const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
|
|
30
|
-
const components_luksoUsername_index = require('
|
|
30
|
+
const components_luksoUsername_index = require('../index-96c96a31.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-b103f110.cjs');
|
|
33
33
|
require('../cn-b6daa995.cjs');
|
|
34
|
-
require('../property-
|
|
35
|
-
require('../state-
|
|
34
|
+
require('../property-e2dd6303.cjs');
|
|
35
|
+
require('../state-e20739c9.cjs');
|
|
36
36
|
require('../index-2b104ecb.cjs');
|
|
37
37
|
require('../tailwind-config.cjs');
|
|
38
|
-
require('../style-map-
|
|
38
|
+
require('../style-map-ff389c6a.cjs');
|
|
39
39
|
require('../directive-8278ab14.cjs');
|
|
40
|
-
require('../index-
|
|
40
|
+
require('../index-6bad7e66.cjs');
|
|
41
41
|
require('../index-e9668573.cjs');
|
|
42
42
|
require('../uniq-id-f0b18085.cjs');
|
|
43
43
|
|
|
@@ -111,6 +111,7 @@ Object.defineProperty(exports, 'LuksoSearch', {
|
|
|
111
111
|
enumerable: true,
|
|
112
112
|
get: () => components_luksoSearch_index.LuksoSearch
|
|
113
113
|
});
|
|
114
|
+
exports.SearchProfileType = components_luksoSearch_index.SearchProfileType;
|
|
114
115
|
Object.defineProperty(exports, 'LuksoSelect', {
|
|
115
116
|
enumerable: true,
|
|
116
117
|
get: () => components_luksoSelect_index.LuksoSelect
|
package/dist/components/index.js
CHANGED
|
@@ -11,10 +11,10 @@ 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-2f05f181.js';
|
|
15
15
|
export { LuksoProgress } from './lukso-progress/index.js';
|
|
16
16
|
export { LuksoSanitize } from './lukso-sanitize/index.js';
|
|
17
|
-
export { LuksoSearch } from './lukso-search/index.js';
|
|
17
|
+
export { LuksoSearch, SearchProfileType } from './lukso-search/index.js';
|
|
18
18
|
export { LuksoSelect } from './lukso-select/index.js';
|
|
19
19
|
export { LuksoShare } from './lukso-share/index.js';
|
|
20
20
|
export { LuksoSwitch } from './lukso-switch/index.js';
|
|
@@ -23,16 +23,16 @@ export { LuksoTerms } from './lukso-terms/index.js';
|
|
|
23
23
|
export { LuksoTest } from './lukso-test/index.js';
|
|
24
24
|
export { LuksoTextarea } from './lukso-textarea/index.js';
|
|
25
25
|
export { LuksoTooltip } from './lukso-tooltip/index.js';
|
|
26
|
-
export { LuksoUsername } from '
|
|
26
|
+
export { L as LuksoUsername } from '../index-35fd0f44.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-44537fbb.js';
|
|
29
29
|
import '../cn-90c03edf.js';
|
|
30
|
-
import '../property-
|
|
31
|
-
import '../state-
|
|
30
|
+
import '../property-27a56e78.js';
|
|
31
|
+
import '../state-cda0c5ee.js';
|
|
32
32
|
import '../index-d14b6a34.js';
|
|
33
33
|
import '../tailwind-config.js';
|
|
34
|
-
import '../style-map-
|
|
34
|
+
import '../style-map-d0cf7858.js';
|
|
35
35
|
import '../directive-2bb7789e.js';
|
|
36
|
-
import '../index-
|
|
36
|
+
import '../index-1db9d1ee.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.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-dfcb5b8a.cjs');
|
|
6
|
+
const shared_tailwindElement_index = require('../../index-b103f110.cjs');
|
|
7
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
8
|
+
const state = require('../../state-e20739c9.cjs');
|
|
9
|
+
const styleMap = require('../../style-map-ff389c6a.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-6bad7e66.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-2f05f181.js';
|
|
2
|
+
import { T as TailwindStyledElement, x, E } from '../../index-44537fbb.js';
|
|
3
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
4
|
+
import { r } from '../../state-cda0c5ee.js';
|
|
5
|
+
import { o as o$1 } from '../../style-map-d0cf7858.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-1db9d1ee.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
|
-
const styleMap = require('../../style-map-
|
|
9
|
+
const styleMap = require('../../style-map-ff389c6a.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
|
-
import { o } from '../../style-map-
|
|
5
|
+
import { o } from '../../style-map-d0cf7858.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
7
|
const index = require('../../index-2b104ecb.cjs');
|
|
8
8
|
require('../lukso-icon/index.cjs');
|
|
9
|
-
require('../../index-
|
|
10
|
-
require('
|
|
9
|
+
require('../../index-dfcb5b8a.cjs');
|
|
10
|
+
require('../../index-96c96a31.cjs');
|
|
11
11
|
const uniqId = require('../../uniq-id-f0b18085.cjs');
|
|
12
|
-
require('../../style-map-
|
|
12
|
+
require('../../style-map-ff389c6a.cjs');
|
|
13
13
|
require('../../directive-8278ab14.cjs');
|
|
14
14
|
require('../lukso-image/index.cjs');
|
|
15
|
-
require('../../state-
|
|
16
|
-
require('../../index-
|
|
15
|
+
require('../../state-e20739c9.cjs');
|
|
16
|
+
require('../../index-6bad7e66.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
3
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
4
4
|
import '../lukso-icon/index.js';
|
|
5
|
-
import '../../index-
|
|
6
|
-
import '
|
|
5
|
+
import '../../index-2f05f181.js';
|
|
6
|
+
import '../../index-35fd0f44.js';
|
|
7
7
|
import { u as uniqId } from '../../uniq-id-ce2d165c.js';
|
|
8
|
-
import '../../style-map-
|
|
8
|
+
import '../../style-map-d0cf7858.js';
|
|
9
9
|
import '../../directive-2bb7789e.js';
|
|
10
10
|
import '../lukso-image/index.js';
|
|
11
|
-
import '../../state-
|
|
12
|
-
import '../../index-
|
|
11
|
+
import '../../state-cda0c5ee.js';
|
|
12
|
+
import '../../index-1db9d1ee.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
3
|
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const styleMap = require('../../style-map-ff389c6a.cjs');
|
|
8
8
|
require('../../directive-8278ab14.cjs');
|
|
9
9
|
|
|
10
10
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { o } from '../../style-map-d0cf7858.js';
|
|
4
4
|
import '../../directive-2bb7789e.js';
|
|
5
5
|
|
|
6
6
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.cjs');
|
|
8
|
+
const styleMap = require('../../style-map-ff389c6a.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.js';
|
|
4
|
+
import { o } from '../../style-map-d0cf7858.js';
|
|
5
5
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
6
6
|
import '../../directive-2bb7789e.js';
|
|
7
7
|
|
|
@@ -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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-sanitize/index.cjs');
|
|
11
11
|
require('../../tailwind-config.cjs');
|
|
12
12
|
const cn = require('../../cn-b6daa995.cjs');
|
|
13
|
-
require('../../style-map-
|
|
13
|
+
require('../../style-map-ff389c6a.cjs');
|
|
14
14
|
require('../../directive-8278ab14.cjs');
|
|
15
15
|
|
|
16
16
|
const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
|
|
@@ -109,23 +109,23 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
|
|
|
109
109
|
},
|
|
110
110
|
size: {
|
|
111
111
|
small: {
|
|
112
|
-
input: "h-[28px] px-
|
|
113
|
-
unit: "h-[28px] paragraph-inter-
|
|
114
|
-
rightIcon: "right-
|
|
112
|
+
input: "h-[28px] px-3 py-1 paragraph-inter-12-regular rounded-8",
|
|
113
|
+
unit: "h-[28px] paragraph-inter-12-regular px-2 rounded-r-8 before:top-[calc(50%-6px)] before:h-[12px]",
|
|
114
|
+
rightIcon: "right-3"
|
|
115
115
|
},
|
|
116
116
|
medium: {
|
|
117
|
-
input: "h-[40px] px-
|
|
118
|
-
unit: "h-[40px] paragraph-inter-12-regular px-3
|
|
119
|
-
rightIcon: "right-
|
|
117
|
+
input: "h-[40px] px-3.5 py-2 paragraph-inter-14-regular rounded-[10px]",
|
|
118
|
+
unit: "h-[40px] paragraph-inter-12-regular px-3 rounded-r-[10px] before:top-[calc(50%-12px)] before:h-[24px]",
|
|
119
|
+
rightIcon: "right-4"
|
|
120
120
|
},
|
|
121
121
|
large: {
|
|
122
122
|
input: "h-[48px] px-4 py-2 paragraph-inter-14-regular rounded-12",
|
|
123
|
-
unit: "h-[48px] paragraph-inter-
|
|
124
|
-
rightIcon: "right-
|
|
123
|
+
unit: "h-[48px] paragraph-inter-12-regular pl-3 pr-4 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
|
|
124
|
+
rightIcon: "right-4"
|
|
125
125
|
},
|
|
126
126
|
"x-large": {
|
|
127
|
-
input: "h-[68px] px-
|
|
128
|
-
unit: "h-[68px] paragraph-inter-16-regular
|
|
127
|
+
input: "h-[68px] px-5 py-5 paragraph-inter-16-regular rounded-[14px]",
|
|
128
|
+
unit: "h-[68px] paragraph-inter-16-regular pl-3 pr-4 rounded-r-[14px] before:top-[calc(50%-12px)] before:h-[24px]",
|
|
129
129
|
rightIcon: "right-4"
|
|
130
130
|
}
|
|
131
131
|
},
|
|
@@ -245,9 +245,10 @@ exports.LuksoInput = class LuksoInput extends shared_tailwindElement_index.Tailw
|
|
|
245
245
|
</div>`;
|
|
246
246
|
}
|
|
247
247
|
rightIconTemplate(styles) {
|
|
248
|
+
const iconSize = this.size === "small" ? "small" : "medium";
|
|
248
249
|
return shared_tailwindElement_index.x`<lukso-icon
|
|
249
250
|
name=${this.rightIcon}
|
|
250
|
-
size
|
|
251
|
+
size=${iconSize}
|
|
251
252
|
class=${styles}
|
|
252
253
|
@click=${this.handleRightIconClick}
|
|
253
254
|
></lukso-icon>`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-input/index.ts"],"names":[],"mappings":"AAIA,OAAO,yBAAyB,CAAA;AAChC,OAAO,6BAA6B,CAAA;AAKpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAI/C,qBACa,UAAW,SAAQ,eAA4B;IAE1D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAO;IAGnB,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,UAAU,UAAQ;IAGlB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAU;IAG/C,SAAS,SAAK;IAGd,oBAAoB,UAAQ;IAG5B,iBAAiB,UAAQ;IAGzB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-input/index.ts"],"names":[],"mappings":"AAIA,OAAO,yBAAyB,CAAA;AAChC,OAAO,6BAA6B,CAAA;AAKpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;;AAI/C,qBACa,UAAW,SAAQ,eAA4B;IAE1D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAO;IAGnB,EAAE,SAAK;IAGP,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAY;IAGtC,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAY;IAGnC,UAAU,UAAQ;IAGlB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAU;IAG/C,SAAS,SAAK;IAGd,oBAAoB,UAAQ;IAG5B,iBAAiB,UAAQ;IAGzB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAE5B,OAAO,CAAC,WAAW,CAmHjB;IAEF,iBAAiB;IAYjB,aAAa,CAAC,MAAM,EAAE,MAAM;IAgC5B,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,YAAY,CAAC,MAAM,EAAE,MAAM;IAW3B,iBAAiB,CAAC,MAAM,EAAE,MAAM;IAUhC,OAAO,CAAC,WAAW;YAOL,UAAU;YAgBV,YAAY;YAcZ,WAAW;YAeX,WAAW;YAmBX,aAAa;YAcb,cAAc;IAc5B,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe;YAaT,gBAAgB;IAc9B,OAAO,CAAC,oBAAoB;IAY5B,MAAM;CA6BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAA;KAC1B;CACF"}
|
|
@@ -1,12 +1,12 @@
|
|
|
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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-sanitize/index.js';
|
|
7
7
|
import '../../tailwind-config.js';
|
|
8
8
|
import { c as cn } from '../../cn-90c03edf.js';
|
|
9
|
-
import '../../style-map-
|
|
9
|
+
import '../../style-map-d0cf7858.js';
|
|
10
10
|
import '../../directive-2bb7789e.js';
|
|
11
11
|
|
|
12
12
|
const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
|
|
@@ -105,23 +105,23 @@ let LuksoInput = class extends TailwindStyledElement(style) {
|
|
|
105
105
|
},
|
|
106
106
|
size: {
|
|
107
107
|
small: {
|
|
108
|
-
input: "h-[28px] px-
|
|
109
|
-
unit: "h-[28px] paragraph-inter-
|
|
110
|
-
rightIcon: "right-
|
|
108
|
+
input: "h-[28px] px-3 py-1 paragraph-inter-12-regular rounded-8",
|
|
109
|
+
unit: "h-[28px] paragraph-inter-12-regular px-2 rounded-r-8 before:top-[calc(50%-6px)] before:h-[12px]",
|
|
110
|
+
rightIcon: "right-3"
|
|
111
111
|
},
|
|
112
112
|
medium: {
|
|
113
|
-
input: "h-[40px] px-
|
|
114
|
-
unit: "h-[40px] paragraph-inter-12-regular px-3
|
|
115
|
-
rightIcon: "right-
|
|
113
|
+
input: "h-[40px] px-3.5 py-2 paragraph-inter-14-regular rounded-[10px]",
|
|
114
|
+
unit: "h-[40px] paragraph-inter-12-regular px-3 rounded-r-[10px] before:top-[calc(50%-12px)] before:h-[24px]",
|
|
115
|
+
rightIcon: "right-4"
|
|
116
116
|
},
|
|
117
117
|
large: {
|
|
118
118
|
input: "h-[48px] px-4 py-2 paragraph-inter-14-regular rounded-12",
|
|
119
|
-
unit: "h-[48px] paragraph-inter-
|
|
120
|
-
rightIcon: "right-
|
|
119
|
+
unit: "h-[48px] paragraph-inter-12-regular pl-3 pr-4 rounded-r-12 before:top-[calc(50%-12px)] before:h-[24px]",
|
|
120
|
+
rightIcon: "right-4"
|
|
121
121
|
},
|
|
122
122
|
"x-large": {
|
|
123
|
-
input: "h-[68px] px-
|
|
124
|
-
unit: "h-[68px] paragraph-inter-16-regular
|
|
123
|
+
input: "h-[68px] px-5 py-5 paragraph-inter-16-regular rounded-[14px]",
|
|
124
|
+
unit: "h-[68px] paragraph-inter-16-regular pl-3 pr-4 rounded-r-[14px] before:top-[calc(50%-12px)] before:h-[24px]",
|
|
125
125
|
rightIcon: "right-4"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -241,9 +241,10 @@ let LuksoInput = class extends TailwindStyledElement(style) {
|
|
|
241
241
|
</div>`;
|
|
242
242
|
}
|
|
243
243
|
rightIconTemplate(styles) {
|
|
244
|
+
const iconSize = this.size === "small" ? "small" : "medium";
|
|
244
245
|
return x`<lukso-icon
|
|
245
246
|
name=${this.rightIcon}
|
|
246
|
-
size
|
|
247
|
+
size=${iconSize}
|
|
247
248
|
class=${styles}
|
|
248
249
|
@click=${this.handleRightIconClick}
|
|
249
250
|
></lukso-icon>`;
|
|
@@ -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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.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-ff389c6a.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
|
-
require('../../index-
|
|
13
|
+
require('../../index-6bad7e66.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.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-d0cf7858.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
9
|
-
import '../../index-
|
|
9
|
+
import '../../index-1db9d1ee.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-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.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-ff389c6a.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-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.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-d0cf7858.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-b103f110.cjs');
|
|
6
|
+
require('../../property-e2dd6303.cjs');
|
|
7
|
+
const components_luksoProfile_index = require('../../index-dfcb5b8a.cjs');
|
|
8
8
|
require('../../index-2b104ecb.cjs');
|
|
9
9
|
require('../lukso-image/index.cjs');
|
|
10
|
-
require('../../state-
|
|
11
|
-
require('../../style-map-
|
|
10
|
+
require('../../state-e20739c9.cjs');
|
|
11
|
+
require('../../style-map-ff389c6a.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
13
|
|
|
14
14
|
|