@lukso/web-components 1.32.1 → 1.33.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 +2 -2
- package/dist/components/index.js +2 -2
- 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 +38 -6
- package/dist/components/lukso-card/index.d.ts +2 -1
- package/dist/components/lukso-card/index.js +38 -6
- package/dist/components/lukso-card/lukso-card.stories.d.ts +2 -0
- package/dist/components/lukso-card/lukso-card.stories.d.ts.map +1 -1
- package/dist/components/lukso-checkbox/index.cjs +1 -1
- package/dist/components/lukso-checkbox/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/index.cjs +2 -2
- package/dist/components/lukso-icon/index.js +2 -2
- package/dist/components/lukso-input/index.cjs +1 -1
- package/dist/components/lukso-input/index.js +1 -1
- 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 +2 -2
- package/dist/components/lukso-navbar/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 +1 -1
- package/dist/components/lukso-progress/index.js +1 -1
- package/dist/components/lukso-sanitize/index.cjs +1 -1
- package/dist/components/lukso-sanitize/index.js +1 -1
- package/dist/components/lukso-share/index.cjs +2 -2
- package/dist/components/lukso-share/index.js +2 -2
- package/dist/components/lukso-switch/index.cjs +2 -2
- package/dist/components/lukso-switch/index.js +2 -2
- package/dist/components/lukso-tag/index.cjs +2 -2
- package/dist/components/lukso-tag/index.js +2 -2
- package/dist/components/lukso-terms/index.cjs +2 -2
- package/dist/components/lukso-terms/index.js +2 -2
- package/dist/components/lukso-test/index.cjs +1 -1
- package/dist/components/lukso-test/index.js +1 -1
- package/dist/components/lukso-username/index.cjs +1 -1
- package/dist/components/lukso-username/index.js +1 -1
- package/dist/components/lukso-wizard/index.cjs +1 -1
- package/dist/components/lukso-wizard/index.js +1 -1
- package/dist/index-b4ea8061.js +54 -0
- package/dist/index-ecb4f096.cjs +61 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{style-map-8491c144.cjs → style-map-28878b7b.cjs} +1 -1
- package/dist/{style-map-62fb8069.js → style-map-4bc52757.js} +1 -1
- package/package.json +1 -1
- package/dist/index-0910f19f.cjs +0 -61
- package/dist/index-bbe92b0f.js +0 -54
|
@@ -20,11 +20,11 @@ const components_luksoTerms_index = require('./lukso-terms/index.cjs');
|
|
|
20
20
|
const components_luksoTest_index = require('./lukso-test/index.cjs');
|
|
21
21
|
const components_luksoUsername_index = require('./lukso-username/index.cjs');
|
|
22
22
|
const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
|
|
23
|
-
const shared_tailwindElement_index = require('../index-
|
|
23
|
+
const shared_tailwindElement_index = require('../index-ecb4f096.cjs');
|
|
24
24
|
require('../directive-db00f5fb.cjs');
|
|
25
25
|
require('../state-a62a7d5d.cjs');
|
|
26
26
|
require('../index-7dc05ee5.cjs');
|
|
27
|
-
require('../style-map-
|
|
27
|
+
require('../style-map-28878b7b.cjs');
|
|
28
28
|
require('../style-map-ce3031bc.cjs');
|
|
29
29
|
|
|
30
30
|
|
package/dist/components/index.js
CHANGED
|
@@ -16,9 +16,9 @@ export { LuksoTerms } from './lukso-terms/index.js';
|
|
|
16
16
|
export { LuksoTest } from './lukso-test/index.js';
|
|
17
17
|
export { LuksoUsername } from './lukso-username/index.js';
|
|
18
18
|
export { LuksoWizard } from './lukso-wizard/index.js';
|
|
19
|
-
export { a as TailwindElement, T as TailwindStyledElement } from '../index-
|
|
19
|
+
export { a as TailwindElement, T as TailwindStyledElement } from '../index-b4ea8061.js';
|
|
20
20
|
import '../directive-9ec64c08.js';
|
|
21
21
|
import '../state-7fde94d1.js';
|
|
22
22
|
import '../index-714323c9.js';
|
|
23
|
-
import '../style-map-
|
|
23
|
+
import '../style-map-4bc52757.js';
|
|
24
24
|
import '../style-map-06219dec.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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const state = require('../../state-a62a7d5d.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { t } from '../../state-7fde94d1.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.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-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-28878b7b.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
require('../lukso-profile/index.cjs');
|
|
10
10
|
|
|
@@ -97,10 +97,10 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
|
|
|
97
97
|
style=${styleMap.o({
|
|
98
98
|
backgroundImage: `url(${this.backgroundUrl})`
|
|
99
99
|
})}
|
|
100
|
-
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative"
|
|
100
|
+
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative bg-neutral-90"
|
|
101
101
|
>
|
|
102
102
|
<div
|
|
103
|
-
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-
|
|
103
|
+
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-20/10 absolute"
|
|
104
104
|
></div>
|
|
105
105
|
<div>
|
|
106
106
|
<slot name="header"></slot>
|
|
@@ -147,10 +147,10 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
|
|
|
147
147
|
style=${styleMap.o({
|
|
148
148
|
backgroundImage: `url(${this.backgroundUrl})`
|
|
149
149
|
})}
|
|
150
|
-
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative"
|
|
150
|
+
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative bg-neutral-90"
|
|
151
151
|
>
|
|
152
152
|
<div
|
|
153
|
-
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10 absolute
|
|
153
|
+
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10/10 absolute"
|
|
154
154
|
></div>
|
|
155
155
|
<div>
|
|
156
156
|
<slot name="header"></slot>
|
|
@@ -182,6 +182,36 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
|
|
|
182
182
|
</div>
|
|
183
183
|
`;
|
|
184
184
|
}
|
|
185
|
+
heroTemplate() {
|
|
186
|
+
return shared_tailwindElement_index.x`
|
|
187
|
+
<div
|
|
188
|
+
data-testid="card"
|
|
189
|
+
class="h-[240px] flex bg-neutral-90 ${index.customClassMap({
|
|
190
|
+
[this.mediumStyles]: !this.customClass && this.size === "medium",
|
|
191
|
+
[this.smallStyles]: !this.customClass && this.size === "small",
|
|
192
|
+
[this.smallHoverStyles]: this.isHoverable && this.size === "small",
|
|
193
|
+
[this.customClass]: !!this.customClass,
|
|
194
|
+
["w-[362px]"]: this.isFixedWidth,
|
|
195
|
+
["min-h-[534px]"]: this.isFixedHeight,
|
|
196
|
+
["w-full"]: this.isFullWidth
|
|
197
|
+
})}"
|
|
198
|
+
>
|
|
199
|
+
<div
|
|
200
|
+
style=${styleMap.o({
|
|
201
|
+
backgroundImage: `url(${this.backgroundUrl})`
|
|
202
|
+
})}
|
|
203
|
+
class="h-full w-full -mb-6 bg-center bg-cover rounded-24 relative"
|
|
204
|
+
>
|
|
205
|
+
<div class="h-full w-full rounded-24 bg-neutral-20/10 absolute"></div>
|
|
206
|
+
<div
|
|
207
|
+
class="h-full w-full flex flex-col items-center justify-center absolute"
|
|
208
|
+
>
|
|
209
|
+
<slot name="content"></slot>
|
|
210
|
+
</div>
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
`;
|
|
214
|
+
}
|
|
185
215
|
render() {
|
|
186
216
|
switch (this.variant) {
|
|
187
217
|
case "with-header":
|
|
@@ -190,6 +220,8 @@ exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.Tailwin
|
|
|
190
220
|
return this.profileTemplate();
|
|
191
221
|
case "profile-2":
|
|
192
222
|
return this.profile2Template();
|
|
223
|
+
case "hero":
|
|
224
|
+
return this.heroTemplate();
|
|
193
225
|
default:
|
|
194
226
|
return this.basicTemplate();
|
|
195
227
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type CardVariants = 'basic' | 'with-header' | 'profile' | 'profile-2';
|
|
1
|
+
export type CardVariants = 'basic' | 'with-header' | 'profile' | 'profile-2' | 'hero';
|
|
2
2
|
export type CardSizes = 'small' | 'medium';
|
|
3
3
|
declare const LuksoCard_base: typeof import("lit").LitElement;
|
|
4
4
|
export declare class LuksoCard extends LuksoCard_base {
|
|
@@ -19,6 +19,7 @@ export declare class LuksoCard extends LuksoCard_base {
|
|
|
19
19
|
withHeaderTemplate(): import("lit").TemplateResult<1>;
|
|
20
20
|
profileTemplate(): import("lit").TemplateResult<1>;
|
|
21
21
|
profile2Template(): import("lit").TemplateResult<1>;
|
|
22
|
+
heroTemplate(): import("lit").TemplateResult<1>;
|
|
22
23
|
render(): import("lit").TemplateResult<1>;
|
|
23
24
|
}
|
|
24
25
|
declare global {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-4bc52757.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
import '../lukso-profile/index.js';
|
|
6
6
|
|
|
@@ -93,10 +93,10 @@ let LuksoCard = class extends TailwindStyledElement(style) {
|
|
|
93
93
|
style=${o({
|
|
94
94
|
backgroundImage: `url(${this.backgroundUrl})`
|
|
95
95
|
})}
|
|
96
|
-
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative"
|
|
96
|
+
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative bg-neutral-90"
|
|
97
97
|
>
|
|
98
98
|
<div
|
|
99
|
-
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-
|
|
99
|
+
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-20/10 absolute"
|
|
100
100
|
></div>
|
|
101
101
|
<div>
|
|
102
102
|
<slot name="header"></slot>
|
|
@@ -143,10 +143,10 @@ let LuksoCard = class extends TailwindStyledElement(style) {
|
|
|
143
143
|
style=${o({
|
|
144
144
|
backgroundImage: `url(${this.backgroundUrl})`
|
|
145
145
|
})}
|
|
146
|
-
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative"
|
|
146
|
+
class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative bg-neutral-90"
|
|
147
147
|
>
|
|
148
148
|
<div
|
|
149
|
-
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10 absolute
|
|
149
|
+
class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10/10 absolute"
|
|
150
150
|
></div>
|
|
151
151
|
<div>
|
|
152
152
|
<slot name="header"></slot>
|
|
@@ -178,6 +178,36 @@ let LuksoCard = class extends TailwindStyledElement(style) {
|
|
|
178
178
|
</div>
|
|
179
179
|
`;
|
|
180
180
|
}
|
|
181
|
+
heroTemplate() {
|
|
182
|
+
return x`
|
|
183
|
+
<div
|
|
184
|
+
data-testid="card"
|
|
185
|
+
class="h-[240px] flex bg-neutral-90 ${customClassMap({
|
|
186
|
+
[this.mediumStyles]: !this.customClass && this.size === "medium",
|
|
187
|
+
[this.smallStyles]: !this.customClass && this.size === "small",
|
|
188
|
+
[this.smallHoverStyles]: this.isHoverable && this.size === "small",
|
|
189
|
+
[this.customClass]: !!this.customClass,
|
|
190
|
+
["w-[362px]"]: this.isFixedWidth,
|
|
191
|
+
["min-h-[534px]"]: this.isFixedHeight,
|
|
192
|
+
["w-full"]: this.isFullWidth
|
|
193
|
+
})}"
|
|
194
|
+
>
|
|
195
|
+
<div
|
|
196
|
+
style=${o({
|
|
197
|
+
backgroundImage: `url(${this.backgroundUrl})`
|
|
198
|
+
})}
|
|
199
|
+
class="h-full w-full -mb-6 bg-center bg-cover rounded-24 relative"
|
|
200
|
+
>
|
|
201
|
+
<div class="h-full w-full rounded-24 bg-neutral-20/10 absolute"></div>
|
|
202
|
+
<div
|
|
203
|
+
class="h-full w-full flex flex-col items-center justify-center absolute"
|
|
204
|
+
>
|
|
205
|
+
<slot name="content"></slot>
|
|
206
|
+
</div>
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
`;
|
|
210
|
+
}
|
|
181
211
|
render() {
|
|
182
212
|
switch (this.variant) {
|
|
183
213
|
case "with-header":
|
|
@@ -186,6 +216,8 @@ let LuksoCard = class extends TailwindStyledElement(style) {
|
|
|
186
216
|
return this.profileTemplate();
|
|
187
217
|
case "profile-2":
|
|
188
218
|
return this.profile2Template();
|
|
219
|
+
case "hero":
|
|
220
|
+
return this.heroTemplate();
|
|
189
221
|
default:
|
|
190
222
|
return this.basicTemplate();
|
|
191
223
|
}
|
|
@@ -16,6 +16,8 @@ export declare const CardWithCustomHeader: any;
|
|
|
16
16
|
export declare const ProfileCard: any;
|
|
17
17
|
/** Example of `profile-2` variant. */
|
|
18
18
|
export declare const Profile2Card: any;
|
|
19
|
+
/** Example of `hero` variant with custom content. */
|
|
20
|
+
export declare const HeroCard: any;
|
|
19
21
|
/** You can customize card with `custom-class` property, it will be used instead of default styles. */
|
|
20
22
|
export declare const CustomCard: any;
|
|
21
23
|
/** You can select card size with `size` property. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lukso-card.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/lukso-card.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAEhD,OAAO,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"lukso-card.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/lukso-card.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAA;AAEhD,OAAO,SAAS,CAAA;AAChB,OAAO,kBAAkB,CAAA;AACzB,OAAO,mBAAmB,CAAA;AAE1B,qJAAqJ;AACrJ,QAAA,MAAM,IAAI,EAAE,IA0IX,CAAA;AAED,eAAe,IAAI,CAAA;AAsInB,iDAAiD;AACjD,eAAO,MAAM,WAAW,KAA2B,CAAA;AAQnD,qGAAqG;AACrG,eAAO,MAAM,SAAS,KAA2B,CAAA;AAYjD,kGAAkG;AAClG,eAAO,MAAM,aAAa,KAA2B,CAAA;AAWrD,wCAAwC;AACxC,eAAO,MAAM,cAAc,KAA2B,CAAA;AAatD,+EAA+E;AAC/E,eAAO,MAAM,oBAAoB,KAAgC,CAAA;AAajE,sIAAsI;AACtI,eAAO,MAAM,WAAW,KAA2B,CAAA;AAmBnD,uCAAuC;AACvC,eAAO,MAAM,YAAY,KAA2B,CAAA;AAOpD,sDAAsD;AACtD,eAAO,MAAM,QAAQ,KAAwB,CAAA;AAM7C,uGAAuG;AACvG,eAAO,MAAM,UAAU,KAA2B,CAAA;AAalD,sDAAsD;AACtD,eAAO,MAAM,SAAS,KAA2B,CAAA;AAKjD,sEAAsE;AACtE,eAAO,MAAM,aAAa,KAA2B,CAAA"}
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const state = require('../../state-a62a7d5d.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TailwindElement, x, A } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x, A } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { t } from '../../state-7fde94d1.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
require('../lukso-share/index.cjs');
|
|
8
8
|
require('../../index-7dc05ee5.cjs');
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-28878b7b.cjs');
|
|
8
8
|
|
|
9
9
|
const style = ":host {\n display: inline-flex\n}";
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { x, T as TailwindStyledElement } from '../../index-
|
|
1
|
+
import { x, T as TailwindStyledElement } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-4bc52757.js';
|
|
4
4
|
|
|
5
5
|
const style = ":host {\n display: inline-flex\n}";
|
|
6
6
|
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const state = require('../../state-a62a7d5d.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TailwindElement, x, A } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x, A } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { t } from '../../state-7fde94d1.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const index = require('../../index-7dc05ee5.cjs');
|
|
8
8
|
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const state = require('../../state-a62a7d5d.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-tag/index.cjs');
|
|
11
|
-
require('../../style-map-
|
|
11
|
+
require('../../style-map-28878b7b.cjs');
|
|
12
12
|
|
|
13
13
|
var __defProp = Object.defineProperty;
|
|
14
14
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { t } from '../../state-7fde94d1.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-tag/index.js';
|
|
7
|
-
import '../../style-map-
|
|
7
|
+
import '../../style-map-4bc52757.js';
|
|
8
8
|
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
10
10
|
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-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-28878b7b.cjs');
|
|
8
8
|
|
|
9
9
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-4bc52757.js';
|
|
4
4
|
|
|
5
5
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
6
6
|
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const styleMap = require('../../style-map-ce3031bc.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { o } from '../../style-map-06219dec.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const index = require('../../index-7dc05ee5.cjs');
|
|
8
8
|
|
|
@@ -27,7 +27,7 @@ exports.LuksoShare = class LuksoShare extends shared_tailwindElement_index.Tailw
|
|
|
27
27
|
twitter: "https://twitter.com/lukso_io",
|
|
28
28
|
instagram: "https://www.instagram.com/lukso",
|
|
29
29
|
linkedin: "https://linkedin.com/company/lukso",
|
|
30
|
-
telegram: "https://t.me/
|
|
30
|
+
telegram: "https://t.me/LUKSO_News",
|
|
31
31
|
discord: "https://discord.gg/lukso",
|
|
32
32
|
reddit: "https://www.reddit.com/r/lukso",
|
|
33
33
|
medium: "https://medium.com/lukso",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
4
4
|
|
|
@@ -23,7 +23,7 @@ let LuksoShare = class extends TailwindStyledElement(style) {
|
|
|
23
23
|
twitter: "https://twitter.com/lukso_io",
|
|
24
24
|
instagram: "https://www.instagram.com/lukso",
|
|
25
25
|
linkedin: "https://linkedin.com/company/lukso",
|
|
26
|
-
telegram: "https://t.me/
|
|
26
|
+
telegram: "https://t.me/LUKSO_News",
|
|
27
27
|
discord: "https://discord.gg/lukso",
|
|
28
28
|
reddit: "https://www.reddit.com/r/lukso",
|
|
29
29
|
medium: "https://medium.com/lukso",
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-28878b7b.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
|
|
10
10
|
var __defProp = Object.defineProperty;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-4bc52757.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-28878b7b.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
|
|
10
10
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-4bc52757.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
|
|
6
6
|
const style = ":host {\n display: inline-flex\n}";
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const state = require('../../state-a62a7d5d.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-sanitize/index.cjs');
|
|
11
|
-
require('../../style-map-
|
|
11
|
+
require('../../style-map-28878b7b.cjs');
|
|
12
12
|
|
|
13
13
|
const style = ":host {\n display: flex;\n height: 100%\n}";
|
|
14
14
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { t } from '../../state-7fde94d1.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-sanitize/index.js';
|
|
7
|
-
import '../../style-map-
|
|
7
|
+
import '../../style-map-4bc52757.js';
|
|
8
8
|
|
|
9
9
|
const style = ":host {\n display: flex;\n height: 100%\n}";
|
|
10
10
|
|
|
@@ -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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-
|
|
1
|
+
import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-b4ea8061.js';
|
|
2
2
|
import { b as e$3, i as i$3, t as t$3, e as e$4, a as e$5 } from '../../directive-9ec64c08.js';
|
|
3
3
|
|
|
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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const styleMap = require('../../style-map-ce3031bc.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { o } from '../../style-map-06219dec.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.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-ecb4f096.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const index = require('../../index-7dc05ee5.cjs');
|
|
8
8
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Z, b as T, T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { Z, b as T, T as TailwindStyledElement, x } from '../../index-b4ea8061.js';
|
|
2
2
|
import { b as e, i, t, e as e$1, a as e$2 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
4
4
|
|