@lukso/web-components 1.110.0 → 1.112.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.cjs +4 -4
- package/dist/components/index.js +4 -4
- package/dist/components/lukso-button/index.cjs +1 -1
- package/dist/components/lukso-button/index.js +1 -1
- package/dist/components/lukso-card/index.cjs +3 -3
- package/dist/components/lukso-card/index.js +3 -3
- package/dist/components/lukso-checkbox/index.cjs +1 -1
- package/dist/components/lukso-checkbox/index.js +1 -1
- package/dist/components/lukso-color-picker/index.cjs +2 -2
- package/dist/components/lukso-color-picker/index.js +2 -2
- package/dist/components/lukso-dropdown/index.cjs +4 -4
- package/dist/components/lukso-dropdown/index.js +4 -4
- package/dist/components/lukso-dropdown-option/index.cjs +1 -1
- package/dist/components/lukso-dropdown-option/index.js +1 -1
- package/dist/components/lukso-footer/index.cjs +1 -1
- package/dist/components/lukso-footer/index.js +1 -1
- package/dist/components/lukso-icon/icons/arrow-long-down.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-long-down.d.ts.map +1 -0
- package/dist/components/lukso-icon/icons/logo-facebook-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-facebook-round.d.ts.map +1 -0
- package/dist/components/lukso-icon/icons/logo-farcaster-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-farcaster-round.d.ts.map +1 -0
- package/dist/components/lukso-icon/icons/logo-linkedin-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-linkedin-round.d.ts.map +1 -0
- package/dist/components/lukso-icon/index.cjs +104 -31
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +104 -31
- package/dist/components/lukso-image/index.cjs +2 -2
- package/dist/components/lukso-image/index.js +2 -2
- package/dist/components/lukso-input/index.cjs +2 -2
- package/dist/components/lukso-input/index.js +2 -2
- package/dist/components/lukso-modal/index.cjs +1 -1
- package/dist/components/lukso-modal/index.js +1 -1
- package/dist/components/lukso-navbar/index.cjs +3 -3
- package/dist/components/lukso-navbar/index.js +3 -3
- package/dist/components/lukso-pagination/index.cjs +2 -2
- package/dist/components/lukso-pagination/index.js +2 -2
- package/dist/components/lukso-profile/index.cjs +2 -2
- package/dist/components/lukso-profile/index.js +2 -2
- package/dist/components/lukso-progress/index.cjs +2 -2
- package/dist/components/lukso-progress/index.js +2 -2
- package/dist/components/lukso-sanitize/index.cjs +1 -1
- package/dist/components/lukso-sanitize/index.js +1 -1
- package/dist/components/lukso-search/index.cjs +4 -4
- package/dist/components/lukso-search/index.js +4 -4
- package/dist/components/lukso-select/index.cjs +72 -72
- package/dist/components/lukso-select/index.js +72 -72
- package/dist/components/lukso-share/index.cjs +26 -23
- package/dist/components/lukso-share/index.js +26 -23
- package/dist/components/lukso-switch/index.cjs +10 -7
- package/dist/components/lukso-switch/index.js +10 -7
- package/dist/components/lukso-tag/index.cjs +34 -31
- package/dist/components/lukso-tag/index.js +34 -31
- package/dist/components/lukso-terms/index.cjs +8 -5
- package/dist/components/lukso-terms/index.js +8 -5
- package/dist/components/lukso-test/index.cjs +15 -12
- package/dist/components/lukso-test/index.js +15 -12
- package/dist/components/lukso-textarea/index.cjs +84 -81
- package/dist/components/lukso-textarea/index.js +84 -81
- package/dist/components/lukso-tooltip/index.cjs +36 -33
- package/dist/components/lukso-tooltip/index.js +36 -33
- package/dist/components/lukso-username/index.cjs +52 -49
- package/dist/components/lukso-username/index.js +52 -49
- package/dist/components/lukso-wizard/index.cjs +44 -41
- package/dist/components/lukso-wizard/index.js +44 -41
- package/dist/{index-0917a814.cjs → index-09e32e34.cjs} +1 -1
- package/dist/{index-6457c2f8.cjs → index-4c212653.cjs} +5 -3
- package/dist/{index-adf2fc92.js → index-4f97c98a.js} +1 -1
- package/dist/{index-abeb568f.cjs → index-71b9ef80.cjs} +1 -1
- package/dist/{index-0590cf31.js → index-a7ef4df5.js} +5 -3
- package/dist/{index-58d4add3.js → index-c026f363.js} +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.js +4 -4
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{style-map-54c139bb.cjs → style-map-2f57cddf.cjs} +1 -1
- package/dist/{style-map-7a555e98.js → style-map-cca13c1d.js} +1 -1
- package/package.json +1 -1
- package/dist/components/lukso-icon/icons/logo-facebook-mono.d.ts +0 -3
- package/dist/components/lukso-icon/icons/logo-facebook-mono.d.ts.map +0 -1
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
|
-
const styleMap = require('../../style-map-
|
|
8
|
+
const styleMap = require('../../style-map-2f57cddf.cjs');
|
|
9
9
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
10
10
|
require('../../directive-8278ab14.cjs');
|
|
11
11
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
|
-
import { o } from '../../style-map-
|
|
4
|
+
import { o } from '../../style-map-cca13c1d.js';
|
|
5
5
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
6
6
|
import '../../directive-2bb7789e.js';
|
|
7
7
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
@@ -10,7 +10,7 @@ require('../../tailwind-config.cjs');
|
|
|
10
10
|
const cn = require('../../cn-5ceac001.cjs');
|
|
11
11
|
require('../lukso-icon/index.cjs');
|
|
12
12
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
13
|
-
require('../../style-map-
|
|
13
|
+
require('../../style-map-2f57cddf.cjs');
|
|
14
14
|
require('../../directive-8278ab14.cjs');
|
|
15
15
|
|
|
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}";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
@@ -6,7 +6,7 @@ import '../../tailwind-config.js';
|
|
|
6
6
|
import { c as cn } from '../../cn-b54dcc61.js';
|
|
7
7
|
import '../lukso-icon/index.js';
|
|
8
8
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
9
|
-
import '../../style-map-
|
|
9
|
+
import '../../style-map-cca13c1d.js';
|
|
10
10
|
import '../../directive-2bb7789e.js';
|
|
11
11
|
|
|
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}";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
8
8
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
4
4
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-tag/index.cjs');
|
|
11
11
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
12
|
-
require('../../style-map-
|
|
12
|
+
require('../../style-map-2f57cddf.cjs');
|
|
13
13
|
require('../../directive-8278ab14.cjs');
|
|
14
|
-
require('../../index-
|
|
14
|
+
require('../../index-09e32e34.cjs');
|
|
15
15
|
|
|
16
16
|
var __defProp = Object.defineProperty;
|
|
17
17
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { a as TailwindElement, x, A } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-tag/index.js';
|
|
7
7
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
8
|
-
import '../../style-map-
|
|
8
|
+
import '../../style-map-cca13c1d.js';
|
|
9
9
|
import '../../directive-2bb7789e.js';
|
|
10
|
-
import '../../index-
|
|
10
|
+
import '../../index-4f97c98a.js';
|
|
11
11
|
|
|
12
12
|
var __defProp = Object.defineProperty;
|
|
13
13
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-button/index.cjs');
|
|
11
11
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
12
|
-
require('../../style-map-
|
|
12
|
+
require('../../style-map-2f57cddf.cjs');
|
|
13
13
|
require('../../directive-8278ab14.cjs');
|
|
14
14
|
require('../../tailwind-config.cjs');
|
|
15
15
|
require('../../cn-5ceac001.cjs');
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-button/index.js';
|
|
7
7
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
8
|
-
import '../../style-map-
|
|
8
|
+
import '../../style-map-cca13c1d.js';
|
|
9
9
|
import '../../directive-2bb7789e.js';
|
|
10
10
|
import '../../tailwind-config.js';
|
|
11
11
|
import '../../cn-b54dcc61.js';
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
8
8
|
require('../lukso-image/index.cjs');
|
|
9
9
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
10
10
|
require('../../state-d9fb972b.cjs');
|
|
11
|
-
require('../../style-map-
|
|
11
|
+
require('../../style-map-2f57cddf.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
13
|
|
|
14
14
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
4
4
|
import '../lukso-image/index.js';
|
|
5
5
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
6
6
|
import '../../state-b9ca4e74.js';
|
|
7
|
-
import '../../style-map-
|
|
7
|
+
import '../../style-map-cca13c1d.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
9
9
|
|
|
10
10
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-2f57cddf.cjs');
|
|
8
8
|
require('../../tailwind-config.cjs');
|
|
9
9
|
const cn = require('../../cn-5ceac001.cjs');
|
|
10
10
|
require('../../directive-8278ab14.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-cca13c1d.js';
|
|
4
4
|
import '../../tailwind-config.js';
|
|
5
5
|
import { c as cn } from '../../cn-b54dcc61.js';
|
|
6
6
|
import '../../directive-2bb7789e.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const directive = require('../../directive-8278ab14.cjs');
|
|
8
8
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A, b as T, a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { A, b as T, a as TailwindElement, x } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e as e$2 } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { i, t, e as e$1 } from '../../directive-2bb7789e.js';
|
|
4
4
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
@@ -10,13 +10,13 @@ require('../lukso-icon/index.cjs');
|
|
|
10
10
|
require('../lukso-profile/index.cjs');
|
|
11
11
|
require('../lukso-username/index.cjs');
|
|
12
12
|
require('../lukso-input/index.cjs');
|
|
13
|
-
require('../../index-
|
|
13
|
+
require('../../index-71b9ef80.cjs');
|
|
14
14
|
require('../lukso-dropdown-option/index.cjs');
|
|
15
15
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
16
|
-
require('../../style-map-
|
|
16
|
+
require('../../style-map-2f57cddf.cjs');
|
|
17
17
|
require('../../directive-8278ab14.cjs');
|
|
18
18
|
require('../lukso-image/index.cjs');
|
|
19
|
-
require('../../index-
|
|
19
|
+
require('../../index-09e32e34.cjs');
|
|
20
20
|
require('../../tailwind-config.cjs');
|
|
21
21
|
require('../../cn-5ceac001.cjs');
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
@@ -6,13 +6,13 @@ import '../lukso-icon/index.js';
|
|
|
6
6
|
import '../lukso-profile/index.js';
|
|
7
7
|
import '../lukso-username/index.js';
|
|
8
8
|
import '../lukso-input/index.js';
|
|
9
|
-
import '../../index-
|
|
9
|
+
import '../../index-c026f363.js';
|
|
10
10
|
import '../lukso-dropdown-option/index.js';
|
|
11
11
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
12
|
-
import '../../style-map-
|
|
12
|
+
import '../../style-map-cca13c1d.js';
|
|
13
13
|
import '../../directive-2bb7789e.js';
|
|
14
14
|
import '../lukso-image/index.js';
|
|
15
|
-
import '../../index-
|
|
15
|
+
import '../../index-4f97c98a.js';
|
|
16
16
|
import '../../tailwind-config.js';
|
|
17
17
|
import '../../cn-b54dcc61.js';
|
|
18
18
|
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-4c212653.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const state = require('../../state-d9fb972b.cjs');
|
|
8
8
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-profile/index.cjs');
|
|
11
11
|
require('../lukso-username/index.cjs');
|
|
12
|
-
const components_luksoDropdown_index = require('../../index-
|
|
12
|
+
const components_luksoDropdown_index = require('../../index-71b9ef80.cjs');
|
|
13
13
|
require('../lukso-dropdown-option/index.cjs');
|
|
14
14
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
15
|
-
require('../../style-map-
|
|
15
|
+
require('../../style-map-2f57cddf.cjs');
|
|
16
16
|
require('../../directive-8278ab14.cjs');
|
|
17
17
|
require('../lukso-image/index.cjs');
|
|
18
|
-
require('../../index-
|
|
18
|
+
require('../../index-09e32e34.cjs');
|
|
19
19
|
require('../../tailwind-config.cjs');
|
|
20
20
|
require('../../cn-5ceac001.cjs');
|
|
21
21
|
|
|
@@ -33,84 +33,84 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
33
33
|
return result;
|
|
34
34
|
};
|
|
35
35
|
exports.LuksoSelect = class LuksoSelect extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
36
|
-
value = "";
|
|
37
|
-
placeholder = "";
|
|
38
|
-
label = "";
|
|
39
|
-
id = "";
|
|
40
|
-
description = "";
|
|
41
|
-
error = "";
|
|
42
|
-
isFullWidth = false;
|
|
43
|
-
isReadonly = false;
|
|
44
|
-
isDisabled = false;
|
|
45
|
-
borderless = false;
|
|
46
|
-
options = "";
|
|
47
|
-
selected = void 0;
|
|
48
|
-
isOpen = false;
|
|
49
|
-
openTop = false;
|
|
50
|
-
isLargeIcon = false;
|
|
51
|
-
isRight = false;
|
|
52
|
-
size = "medium";
|
|
53
|
-
showSelectionCounter = false;
|
|
54
|
-
optionsParsed = [];
|
|
55
|
-
valueParsed = void 0;
|
|
56
36
|
constructor() {
|
|
57
37
|
super();
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
38
|
+
this.value = "";
|
|
39
|
+
this.placeholder = "";
|
|
40
|
+
this.label = "";
|
|
41
|
+
this.id = "";
|
|
42
|
+
this.description = "";
|
|
43
|
+
this.error = "";
|
|
44
|
+
this.isFullWidth = false;
|
|
45
|
+
this.isReadonly = false;
|
|
46
|
+
this.isDisabled = false;
|
|
47
|
+
this.borderless = false;
|
|
48
|
+
this.options = "";
|
|
49
|
+
this.selected = void 0;
|
|
50
|
+
this.isOpen = false;
|
|
51
|
+
this.openTop = false;
|
|
52
|
+
this.isLargeIcon = false;
|
|
53
|
+
this.isRight = false;
|
|
54
|
+
this.size = "medium";
|
|
55
|
+
this.showSelectionCounter = false;
|
|
56
|
+
this.optionsParsed = [];
|
|
57
|
+
this.valueParsed = void 0;
|
|
58
|
+
this.inputStyles = index.ce({
|
|
59
|
+
base: `bg-neutral-100
|
|
64
60
|
border border-solid placeholder:text-neutral-70 select-none whitespace-nowrap
|
|
65
61
|
outline-none transition transition-all duration-150 appearance-none
|
|
66
62
|
text-neutral-20 cursor-pointer border-neutral-90 group-hover:border-neutral-35
|
|
67
63
|
flex items-center`,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
64
|
+
variants: {
|
|
65
|
+
isFullWidth: {
|
|
66
|
+
true: "w-full"
|
|
67
|
+
},
|
|
68
|
+
isDisabled: {
|
|
69
|
+
true: "cursor-not-allowed text-neutral-60 group-hover:border-neutral-90"
|
|
70
|
+
},
|
|
71
|
+
hasError: {
|
|
72
|
+
true: "border-red-85 group-hover:border-red-65"
|
|
73
|
+
},
|
|
74
|
+
borderless: {
|
|
75
|
+
true: "border-0"
|
|
76
|
+
},
|
|
77
|
+
size: {
|
|
78
|
+
small: "h-[28px] px-3 py-2 pr-8 paragraph-inter-12-regular rounded-8",
|
|
79
|
+
medium: "h-[48px] px-4 py-3 pr-11 paragraph-inter-14-regular rounded-12"
|
|
80
|
+
}
|
|
84
81
|
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
82
|
+
});
|
|
83
|
+
this.counterStyles = index.ce({
|
|
84
|
+
base: "border border-neutral-20",
|
|
85
|
+
variants: {
|
|
86
|
+
isDisabled: {
|
|
87
|
+
true: "opacity-60 cursor-not-allowed"
|
|
88
|
+
},
|
|
89
|
+
size: {
|
|
90
|
+
small: "paragraph-inter-10-semi-bold rounded-4 py-[1px] px-[5px] ml-1.5",
|
|
91
|
+
medium: "paragraph-inter-14-semi-bold rounded-8 py-[2px] px-[10px] ml-3"
|
|
92
|
+
}
|
|
96
93
|
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
94
|
+
});
|
|
95
|
+
this.iconStyles = index.ce({
|
|
96
|
+
base: "absolute right-0 transition cursor-pointer",
|
|
97
|
+
variants: {
|
|
98
|
+
isDisabled: {
|
|
99
|
+
true: "opacity-60 cursor-not-allowed"
|
|
100
|
+
},
|
|
101
|
+
isOpen: {
|
|
102
|
+
true: "rotate-180"
|
|
103
|
+
},
|
|
104
|
+
size: {
|
|
105
|
+
small: "mr-2",
|
|
106
|
+
medium: "mr-3"
|
|
107
|
+
}
|
|
111
108
|
}
|
|
109
|
+
});
|
|
110
|
+
if (!this.id) {
|
|
111
|
+
this.id = components_luksoDropdown_index.uniqId();
|
|
112
112
|
}
|
|
113
|
-
}
|
|
113
|
+
}
|
|
114
114
|
connectedCallback() {
|
|
115
115
|
super.connectedCallback();
|
|
116
116
|
window.addEventListener("click", this.handleOutsideDropdownClick.bind(this));
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-a7ef4df5.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { t } from '../../state-b9ca4e74.js';
|
|
4
4
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-profile/index.js';
|
|
7
7
|
import '../lukso-username/index.js';
|
|
8
|
-
import { u as uniqId } from '../../index-
|
|
8
|
+
import { u as uniqId } from '../../index-c026f363.js';
|
|
9
9
|
import '../lukso-dropdown-option/index.js';
|
|
10
10
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
11
|
-
import '../../style-map-
|
|
11
|
+
import '../../style-map-cca13c1d.js';
|
|
12
12
|
import '../../directive-2bb7789e.js';
|
|
13
13
|
import '../lukso-image/index.js';
|
|
14
|
-
import '../../index-
|
|
14
|
+
import '../../index-4f97c98a.js';
|
|
15
15
|
import '../../tailwind-config.js';
|
|
16
16
|
import '../../cn-b54dcc61.js';
|
|
17
17
|
|
|
@@ -29,84 +29,84 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
29
29
|
return result;
|
|
30
30
|
};
|
|
31
31
|
let LuksoSelect = class extends TailwindStyledElement(style) {
|
|
32
|
-
value = "";
|
|
33
|
-
placeholder = "";
|
|
34
|
-
label = "";
|
|
35
|
-
id = "";
|
|
36
|
-
description = "";
|
|
37
|
-
error = "";
|
|
38
|
-
isFullWidth = false;
|
|
39
|
-
isReadonly = false;
|
|
40
|
-
isDisabled = false;
|
|
41
|
-
borderless = false;
|
|
42
|
-
options = "";
|
|
43
|
-
selected = void 0;
|
|
44
|
-
isOpen = false;
|
|
45
|
-
openTop = false;
|
|
46
|
-
isLargeIcon = false;
|
|
47
|
-
isRight = false;
|
|
48
|
-
size = "medium";
|
|
49
|
-
showSelectionCounter = false;
|
|
50
|
-
optionsParsed = [];
|
|
51
|
-
valueParsed = void 0;
|
|
52
32
|
constructor() {
|
|
53
33
|
super();
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
34
|
+
this.value = "";
|
|
35
|
+
this.placeholder = "";
|
|
36
|
+
this.label = "";
|
|
37
|
+
this.id = "";
|
|
38
|
+
this.description = "";
|
|
39
|
+
this.error = "";
|
|
40
|
+
this.isFullWidth = false;
|
|
41
|
+
this.isReadonly = false;
|
|
42
|
+
this.isDisabled = false;
|
|
43
|
+
this.borderless = false;
|
|
44
|
+
this.options = "";
|
|
45
|
+
this.selected = void 0;
|
|
46
|
+
this.isOpen = false;
|
|
47
|
+
this.openTop = false;
|
|
48
|
+
this.isLargeIcon = false;
|
|
49
|
+
this.isRight = false;
|
|
50
|
+
this.size = "medium";
|
|
51
|
+
this.showSelectionCounter = false;
|
|
52
|
+
this.optionsParsed = [];
|
|
53
|
+
this.valueParsed = void 0;
|
|
54
|
+
this.inputStyles = ce({
|
|
55
|
+
base: `bg-neutral-100
|
|
60
56
|
border border-solid placeholder:text-neutral-70 select-none whitespace-nowrap
|
|
61
57
|
outline-none transition transition-all duration-150 appearance-none
|
|
62
58
|
text-neutral-20 cursor-pointer border-neutral-90 group-hover:border-neutral-35
|
|
63
59
|
flex items-center`,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
60
|
+
variants: {
|
|
61
|
+
isFullWidth: {
|
|
62
|
+
true: "w-full"
|
|
63
|
+
},
|
|
64
|
+
isDisabled: {
|
|
65
|
+
true: "cursor-not-allowed text-neutral-60 group-hover:border-neutral-90"
|
|
66
|
+
},
|
|
67
|
+
hasError: {
|
|
68
|
+
true: "border-red-85 group-hover:border-red-65"
|
|
69
|
+
},
|
|
70
|
+
borderless: {
|
|
71
|
+
true: "border-0"
|
|
72
|
+
},
|
|
73
|
+
size: {
|
|
74
|
+
small: "h-[28px] px-3 py-2 pr-8 paragraph-inter-12-regular rounded-8",
|
|
75
|
+
medium: "h-[48px] px-4 py-3 pr-11 paragraph-inter-14-regular rounded-12"
|
|
76
|
+
}
|
|
80
77
|
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
78
|
+
});
|
|
79
|
+
this.counterStyles = ce({
|
|
80
|
+
base: "border border-neutral-20",
|
|
81
|
+
variants: {
|
|
82
|
+
isDisabled: {
|
|
83
|
+
true: "opacity-60 cursor-not-allowed"
|
|
84
|
+
},
|
|
85
|
+
size: {
|
|
86
|
+
small: "paragraph-inter-10-semi-bold rounded-4 py-[1px] px-[5px] ml-1.5",
|
|
87
|
+
medium: "paragraph-inter-14-semi-bold rounded-8 py-[2px] px-[10px] ml-3"
|
|
88
|
+
}
|
|
92
89
|
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
90
|
+
});
|
|
91
|
+
this.iconStyles = ce({
|
|
92
|
+
base: "absolute right-0 transition cursor-pointer",
|
|
93
|
+
variants: {
|
|
94
|
+
isDisabled: {
|
|
95
|
+
true: "opacity-60 cursor-not-allowed"
|
|
96
|
+
},
|
|
97
|
+
isOpen: {
|
|
98
|
+
true: "rotate-180"
|
|
99
|
+
},
|
|
100
|
+
size: {
|
|
101
|
+
small: "mr-2",
|
|
102
|
+
medium: "mr-3"
|
|
103
|
+
}
|
|
107
104
|
}
|
|
105
|
+
});
|
|
106
|
+
if (!this.id) {
|
|
107
|
+
this.id = uniqId();
|
|
108
108
|
}
|
|
109
|
-
}
|
|
109
|
+
}
|
|
110
110
|
connectedCallback() {
|
|
111
111
|
super.connectedCallback();
|
|
112
112
|
window.addEventListener("click", this.handleOutsideDropdownClick.bind(this));
|