@lukso/web-components 1.112.0 → 1.113.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/{cn-b54dcc61.js → cn-01b2d42a.js} +1 -1
- package/dist/{cn-5ceac001.cjs → cn-fc6d6aa9.cjs} +4 -4
- package/dist/components/index.cjs +6 -6
- package/dist/components/index.js +6 -6
- package/dist/components/lukso-button/index.cjs +2 -2
- package/dist/components/lukso-button/index.js +2 -2
- package/dist/components/lukso-card/index.cjs +13 -9
- package/dist/components/lukso-card/index.d.ts +1 -0
- package/dist/components/lukso-card/index.d.ts.map +1 -1
- package/dist/components/lukso-card/index.js +13 -9
- 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-color-picker/index.cjs +3 -3
- package/dist/components/lukso-color-picker/index.js +3 -3
- package/dist/components/lukso-dropdown/index.cjs +6 -6
- package/dist/components/lukso-dropdown/index.js +6 -6
- package/dist/components/lukso-dropdown-option/index.cjs +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/index.cjs +2 -2
- package/dist/components/lukso-icon/index.js +2 -2
- 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 +3 -3
- package/dist/components/lukso-input/index.js +3 -3
- 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 +3 -3
- package/dist/components/lukso-pagination/index.js +3 -3
- package/dist/components/lukso-profile/index.cjs +9 -595
- package/dist/components/lukso-profile/index.js +5 -600
- 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 +1 -1
- package/dist/components/lukso-sanitize/index.js +1 -1
- package/dist/components/lukso-search/index.cjs +6 -6
- package/dist/components/lukso-search/index.js +6 -6
- package/dist/components/lukso-select/index.cjs +74 -74
- package/dist/components/lukso-select/index.js +74 -74
- package/dist/components/lukso-share/index.cjs +23 -26
- package/dist/components/lukso-share/index.js +23 -26
- package/dist/components/lukso-switch/index.cjs +7 -10
- package/dist/components/lukso-switch/index.js +7 -10
- package/dist/components/lukso-tag/index.cjs +31 -34
- package/dist/components/lukso-tag/index.js +31 -34
- package/dist/components/lukso-terms/index.cjs +5 -8
- package/dist/components/lukso-terms/index.js +5 -8
- package/dist/components/lukso-test/index.cjs +12 -15
- package/dist/components/lukso-test/index.js +12 -15
- package/dist/components/lukso-textarea/index.cjs +82 -85
- package/dist/components/lukso-textarea/index.js +82 -85
- package/dist/components/lukso-tooltip/index.cjs +33 -36
- package/dist/components/lukso-tooltip/index.js +33 -36
- package/dist/components/lukso-username/index.cjs +50 -53
- package/dist/components/lukso-username/index.js +50 -53
- package/dist/components/lukso-wizard/index.cjs +41 -44
- package/dist/components/lukso-wizard/index.js +41 -44
- package/dist/{index-a7ef4df5.js → index-0590cf31.js} +3 -5
- package/dist/{index-09e32e34.cjs → index-0917a814.cjs} +1 -1
- package/dist/{index-c026f363.js → index-0fbcd7f4.js} +2 -2
- package/dist/index-1b37efea.cjs +602 -0
- package/dist/{index-4c212653.cjs → index-6457c2f8.cjs} +3 -5
- package/dist/{index-71b9ef80.cjs → index-73fbf718.cjs} +2 -2
- package/dist/{index-4f97c98a.js → index-adf2fc92.js} +1 -1
- package/dist/index-ffb387db.js +600 -0
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{style-map-2f57cddf.cjs → style-map-54c139bb.cjs} +1 -1
- package/dist/{style-map-cca13c1d.js → style-map-7a555e98.js} +1 -1
- package/package.json +1 -1
- package/tools/cn.cjs +1 -1
- package/tools/cn.d.ts +1 -1
- package/tools/cn.d.ts.map +1 -1
- package/tools/cn.js +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-0590cf31.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 '../../tailwind-config.js';
|
|
6
|
-
import { c as cn } from '../../cn-
|
|
6
|
+
import { c as cn } from '../../cn-01b2d42a.js';
|
|
7
7
|
import '../lukso-icon/index.js';
|
|
8
8
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
9
|
-
import '../../style-map-
|
|
9
|
+
import '../../style-map-7a555e98.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}";
|
|
@@ -24,95 +24,92 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
24
24
|
};
|
|
25
25
|
const FOCUS_DELAY_MS = 10;
|
|
26
26
|
let LuksoTextarea = class extends TailwindStyledElement(style) {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
wrapper: "group flex",
|
|
52
|
-
input: `bg-neutral-100 border-solid placeholder:text-neutral-70 w-full
|
|
27
|
+
value = "";
|
|
28
|
+
name = "";
|
|
29
|
+
placeholder = "";
|
|
30
|
+
label = "";
|
|
31
|
+
id = "";
|
|
32
|
+
ref = void 0;
|
|
33
|
+
description = "";
|
|
34
|
+
error = "";
|
|
35
|
+
customClass = "";
|
|
36
|
+
isFullWidth = false;
|
|
37
|
+
isReadonly = false;
|
|
38
|
+
isDisabled = false;
|
|
39
|
+
autofocus = false;
|
|
40
|
+
borderless = false;
|
|
41
|
+
isNonResizable = false;
|
|
42
|
+
keepFocusOnEscape = false;
|
|
43
|
+
size = "medium";
|
|
44
|
+
rows = 4;
|
|
45
|
+
hasFocus = false;
|
|
46
|
+
hasHighlight = false;
|
|
47
|
+
styles = ce({
|
|
48
|
+
slots: {
|
|
49
|
+
wrapper: "group flex",
|
|
50
|
+
input: `bg-neutral-100 border-solid placeholder:text-neutral-70 w-full
|
|
53
51
|
outline-none transition transition-all duration-150 appearance-none`
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
false: {
|
|
61
|
-
input: "border-neutral-90"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
hasHighlight: {
|
|
65
|
-
true: {
|
|
66
|
-
input: "border-neutral-35"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
borderless: {
|
|
70
|
-
true: { input: "border-0" },
|
|
71
|
-
false: { input: "border" }
|
|
52
|
+
},
|
|
53
|
+
variants: {
|
|
54
|
+
hasError: {
|
|
55
|
+
true: {
|
|
56
|
+
input: "border-red-85"
|
|
72
57
|
},
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
58
|
+
false: {
|
|
59
|
+
input: "border-neutral-90"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
hasHighlight: {
|
|
63
|
+
true: {
|
|
64
|
+
input: "border-neutral-35"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
borderless: {
|
|
68
|
+
true: { input: "border-0" },
|
|
69
|
+
false: { input: "border" }
|
|
70
|
+
},
|
|
71
|
+
isReadonly: {
|
|
72
|
+
true: { input: "cursor-not-allowed" }
|
|
73
|
+
},
|
|
74
|
+
isDisabled: {
|
|
75
|
+
true: {
|
|
76
|
+
input: "text-neutral-60 cursor-not-allowed"
|
|
85
77
|
},
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
78
|
+
false: { input: "text-neutral-20" }
|
|
79
|
+
},
|
|
80
|
+
isFullWidth: {
|
|
81
|
+
true: { wrapper: "w-full" },
|
|
82
|
+
false: { wrapper: "w-[350px]" }
|
|
83
|
+
},
|
|
84
|
+
size: {
|
|
85
|
+
small: {
|
|
86
|
+
input: "min-h-[28px] px-2 py-1 paragraph-inter-12-regular rounded-8"
|
|
93
87
|
},
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
input: "resize-none"
|
|
97
|
-
}
|
|
88
|
+
medium: {
|
|
89
|
+
input: "min-h-[48px] px-4 py-3 paragraph-inter-14-regular rounded-12"
|
|
98
90
|
}
|
|
99
91
|
},
|
|
100
|
-
|
|
101
|
-
{
|
|
102
|
-
|
|
103
|
-
size: "small",
|
|
104
|
-
class: { wrapper: "w-[210px]" }
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
hasHighlight: true,
|
|
108
|
-
hasError: true,
|
|
109
|
-
class: {
|
|
110
|
-
input: "border-red-65"
|
|
111
|
-
}
|
|
92
|
+
isNonResizable: {
|
|
93
|
+
true: {
|
|
94
|
+
input: "resize-none"
|
|
112
95
|
}
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
compoundVariants: [
|
|
99
|
+
{
|
|
100
|
+
isFullWidth: false,
|
|
101
|
+
size: "small",
|
|
102
|
+
class: { wrapper: "w-[210px]" }
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
hasHighlight: true,
|
|
106
|
+
hasError: true,
|
|
107
|
+
class: {
|
|
108
|
+
input: "border-red-65"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
});
|
|
116
113
|
connectedCallback() {
|
|
117
114
|
super.connectedCallback();
|
|
118
115
|
if (this.autofocus) {
|
|
@@ -2,11 +2,11 @@
|
|
|
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-6457c2f8.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
|
-
const styleMap = require('../../style-map-
|
|
9
|
+
const styleMap = require('../../style-map-54c139bb.cjs');
|
|
10
10
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
11
11
|
require('../../directive-8278ab14.cjs');
|
|
12
12
|
|
|
@@ -3461,42 +3461,39 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
3461
3461
|
return result;
|
|
3462
3462
|
};
|
|
3463
3463
|
exports.LuksoTooltip = class LuksoTooltip extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
true: {
|
|
3494
|
-
trigger: "cursor-default"
|
|
3495
|
-
}
|
|
3464
|
+
variant = "light";
|
|
3465
|
+
size = "medium";
|
|
3466
|
+
placement = "top";
|
|
3467
|
+
trigger = "mouseenter";
|
|
3468
|
+
text = "";
|
|
3469
|
+
maxWidth = 300;
|
|
3470
|
+
show = false;
|
|
3471
|
+
hideOnClick = "true";
|
|
3472
|
+
isClipboardCopy = false;
|
|
3473
|
+
copyText = "";
|
|
3474
|
+
copyValue = "";
|
|
3475
|
+
offset = 10;
|
|
3476
|
+
options = "";
|
|
3477
|
+
showArrow = true;
|
|
3478
|
+
showDelay = 300;
|
|
3479
|
+
hideDelay = 300;
|
|
3480
|
+
showCopy = false;
|
|
3481
|
+
optionsParsed = [];
|
|
3482
|
+
tooltipInstance = void 0;
|
|
3483
|
+
styles = index.ce({
|
|
3484
|
+
slots: {
|
|
3485
|
+
tooltip: "hidden",
|
|
3486
|
+
trigger: "cursor-pointer flex flex-col items-center",
|
|
3487
|
+
options: "rounded-4 hover:bg-neutral-95"
|
|
3488
|
+
},
|
|
3489
|
+
variants: {
|
|
3490
|
+
hasNoText: {
|
|
3491
|
+
true: {
|
|
3492
|
+
trigger: "cursor-default"
|
|
3496
3493
|
}
|
|
3497
3494
|
}
|
|
3498
|
-
}
|
|
3499
|
-
}
|
|
3495
|
+
}
|
|
3496
|
+
});
|
|
3500
3497
|
hideOnClickCheck() {
|
|
3501
3498
|
if (this.hideOnClick === "toggle") {
|
|
3502
3499
|
return this.hideOnClick;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-0590cf31.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
|
-
import { o } from '../../style-map-
|
|
5
|
+
import { o } from '../../style-map-7a555e98.js';
|
|
6
6
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
7
7
|
import '../../directive-2bb7789e.js';
|
|
8
8
|
|
|
@@ -3457,42 +3457,39 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
3457
3457
|
return result;
|
|
3458
3458
|
};
|
|
3459
3459
|
let LuksoTooltip = class extends TailwindStyledElement(style) {
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
true: {
|
|
3490
|
-
trigger: "cursor-default"
|
|
3491
|
-
}
|
|
3460
|
+
variant = "light";
|
|
3461
|
+
size = "medium";
|
|
3462
|
+
placement = "top";
|
|
3463
|
+
trigger = "mouseenter";
|
|
3464
|
+
text = "";
|
|
3465
|
+
maxWidth = 300;
|
|
3466
|
+
show = false;
|
|
3467
|
+
hideOnClick = "true";
|
|
3468
|
+
isClipboardCopy = false;
|
|
3469
|
+
copyText = "";
|
|
3470
|
+
copyValue = "";
|
|
3471
|
+
offset = 10;
|
|
3472
|
+
options = "";
|
|
3473
|
+
showArrow = true;
|
|
3474
|
+
showDelay = 300;
|
|
3475
|
+
hideDelay = 300;
|
|
3476
|
+
showCopy = false;
|
|
3477
|
+
optionsParsed = [];
|
|
3478
|
+
tooltipInstance = void 0;
|
|
3479
|
+
styles = ce({
|
|
3480
|
+
slots: {
|
|
3481
|
+
tooltip: "hidden",
|
|
3482
|
+
trigger: "cursor-pointer flex flex-col items-center",
|
|
3483
|
+
options: "rounded-4 hover:bg-neutral-95"
|
|
3484
|
+
},
|
|
3485
|
+
variants: {
|
|
3486
|
+
hasNoText: {
|
|
3487
|
+
true: {
|
|
3488
|
+
trigger: "cursor-default"
|
|
3492
3489
|
}
|
|
3493
3490
|
}
|
|
3494
|
-
}
|
|
3495
|
-
}
|
|
3491
|
+
}
|
|
3492
|
+
});
|
|
3496
3493
|
hideOnClickCheck() {
|
|
3497
3494
|
if (this.hideOnClick === "toggle") {
|
|
3498
3495
|
return this.hideOnClick;
|
|
@@ -2,12 +2,12 @@
|
|
|
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-6457c2f8.cjs');
|
|
6
6
|
const queryAssignedElements = require('../../query-assigned-elements-d5e45650.cjs');
|
|
7
7
|
const index = require('../../index-1d3f4a5a.cjs');
|
|
8
|
-
const index$1 = require('../../index-
|
|
8
|
+
const index$1 = require('../../index-0917a814.cjs');
|
|
9
9
|
require('../../tailwind-config.cjs');
|
|
10
|
-
const cn = require('../../cn-
|
|
10
|
+
const cn = require('../../cn-fc6d6aa9.cjs');
|
|
11
11
|
require('../../bundle-mjs-d58a83c6.cjs');
|
|
12
12
|
require('../../directive-8278ab14.cjs');
|
|
13
13
|
|
|
@@ -1179,60 +1179,57 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
1179
1179
|
return result;
|
|
1180
1180
|
};
|
|
1181
1181
|
exports.LuksoUsername = class LuksoUsername extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
small: {
|
|
1210
|
-
wrapper: "paragraph-ptmono-12-bold"
|
|
1211
|
-
},
|
|
1212
|
-
medium: {
|
|
1213
|
-
wrapper: "paragraph-ptmono-14-bold"
|
|
1214
|
-
},
|
|
1215
|
-
large: {
|
|
1216
|
-
wrapper: "paragraph-ptmono-16-bold"
|
|
1217
|
-
},
|
|
1218
|
-
"x-large": {
|
|
1219
|
-
wrapper: "paragraph-ptmono-24-bold"
|
|
1220
|
-
}
|
|
1182
|
+
name = "";
|
|
1183
|
+
address = "";
|
|
1184
|
+
maxWidth = 200;
|
|
1185
|
+
size = "large";
|
|
1186
|
+
sliceBy = 8;
|
|
1187
|
+
addressColor = "";
|
|
1188
|
+
nameColor = "";
|
|
1189
|
+
customClass = "";
|
|
1190
|
+
hidePrefix = false;
|
|
1191
|
+
prefix = "@";
|
|
1192
|
+
noTransform = false;
|
|
1193
|
+
/** Width of the first 4 bytes of the address */
|
|
1194
|
+
bytesWidth = 52;
|
|
1195
|
+
styles = index.ce({
|
|
1196
|
+
slots: {
|
|
1197
|
+
wrapper: "inline-flex",
|
|
1198
|
+
name: "inline-block whitespace-nowrap overflow-hidden text-ellipsis",
|
|
1199
|
+
address: "inline-block",
|
|
1200
|
+
bytes: "inline-block"
|
|
1201
|
+
},
|
|
1202
|
+
variants: {
|
|
1203
|
+
size: {
|
|
1204
|
+
"x-small": {
|
|
1205
|
+
wrapper: "paragraph-ptmono-10-bold"
|
|
1206
|
+
},
|
|
1207
|
+
small: {
|
|
1208
|
+
wrapper: "paragraph-ptmono-12-bold"
|
|
1221
1209
|
},
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1225
|
-
}
|
|
1210
|
+
medium: {
|
|
1211
|
+
wrapper: "paragraph-ptmono-14-bold"
|
|
1226
1212
|
},
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1213
|
+
large: {
|
|
1214
|
+
wrapper: "paragraph-ptmono-16-bold"
|
|
1215
|
+
},
|
|
1216
|
+
"x-large": {
|
|
1217
|
+
wrapper: "paragraph-ptmono-24-bold"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
hasNameColor: {
|
|
1221
|
+
false: {
|
|
1222
|
+
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
hasAddressColor: {
|
|
1226
|
+
false: {
|
|
1227
|
+
address: "text-neutral-20",
|
|
1228
|
+
bytes: "text-neutral-60"
|
|
1232
1229
|
}
|
|
1233
1230
|
}
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1231
|
+
}
|
|
1232
|
+
});
|
|
1236
1233
|
transformName(name) {
|
|
1237
1234
|
if (this.noTransform) {
|
|
1238
1235
|
return name;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, A } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x, A } from '../../index-0590cf31.js';
|
|
2
2
|
import { n, e } from '../../query-assigned-elements-1c8c9e90.js';
|
|
3
3
|
import { c as ce } from '../../index-ca8e900d.js';
|
|
4
|
-
import { c as customStyleMap } from '../../index-
|
|
4
|
+
import { c as customStyleMap } from '../../index-adf2fc92.js';
|
|
5
5
|
import '../../tailwind-config.js';
|
|
6
|
-
import { c as cn } from '../../cn-
|
|
6
|
+
import { c as cn } from '../../cn-01b2d42a.js';
|
|
7
7
|
import '../../bundle-mjs-fbc6e2a8.js';
|
|
8
8
|
import '../../directive-2bb7789e.js';
|
|
9
9
|
|
|
@@ -1175,60 +1175,57 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
1175
1175
|
return result;
|
|
1176
1176
|
};
|
|
1177
1177
|
let LuksoUsername = class extends TailwindStyledElement(style) {
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
small: {
|
|
1206
|
-
wrapper: "paragraph-ptmono-12-bold"
|
|
1207
|
-
},
|
|
1208
|
-
medium: {
|
|
1209
|
-
wrapper: "paragraph-ptmono-14-bold"
|
|
1210
|
-
},
|
|
1211
|
-
large: {
|
|
1212
|
-
wrapper: "paragraph-ptmono-16-bold"
|
|
1213
|
-
},
|
|
1214
|
-
"x-large": {
|
|
1215
|
-
wrapper: "paragraph-ptmono-24-bold"
|
|
1216
|
-
}
|
|
1178
|
+
name = "";
|
|
1179
|
+
address = "";
|
|
1180
|
+
maxWidth = 200;
|
|
1181
|
+
size = "large";
|
|
1182
|
+
sliceBy = 8;
|
|
1183
|
+
addressColor = "";
|
|
1184
|
+
nameColor = "";
|
|
1185
|
+
customClass = "";
|
|
1186
|
+
hidePrefix = false;
|
|
1187
|
+
prefix = "@";
|
|
1188
|
+
noTransform = false;
|
|
1189
|
+
/** Width of the first 4 bytes of the address */
|
|
1190
|
+
bytesWidth = 52;
|
|
1191
|
+
styles = ce({
|
|
1192
|
+
slots: {
|
|
1193
|
+
wrapper: "inline-flex",
|
|
1194
|
+
name: "inline-block whitespace-nowrap overflow-hidden text-ellipsis",
|
|
1195
|
+
address: "inline-block",
|
|
1196
|
+
bytes: "inline-block"
|
|
1197
|
+
},
|
|
1198
|
+
variants: {
|
|
1199
|
+
size: {
|
|
1200
|
+
"x-small": {
|
|
1201
|
+
wrapper: "paragraph-ptmono-10-bold"
|
|
1202
|
+
},
|
|
1203
|
+
small: {
|
|
1204
|
+
wrapper: "paragraph-ptmono-12-bold"
|
|
1217
1205
|
},
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1221
|
-
}
|
|
1206
|
+
medium: {
|
|
1207
|
+
wrapper: "paragraph-ptmono-14-bold"
|
|
1222
1208
|
},
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1209
|
+
large: {
|
|
1210
|
+
wrapper: "paragraph-ptmono-16-bold"
|
|
1211
|
+
},
|
|
1212
|
+
"x-large": {
|
|
1213
|
+
wrapper: "paragraph-ptmono-24-bold"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
hasNameColor: {
|
|
1217
|
+
false: {
|
|
1218
|
+
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
hasAddressColor: {
|
|
1222
|
+
false: {
|
|
1223
|
+
address: "text-neutral-20",
|
|
1224
|
+
bytes: "text-neutral-60"
|
|
1228
1225
|
}
|
|
1229
1226
|
}
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1227
|
+
}
|
|
1228
|
+
});
|
|
1232
1229
|
transformName(name) {
|
|
1233
1230
|
if (this.noTransform) {
|
|
1234
1231
|
return name;
|