@lukso/web-components 1.128.0 → 1.129.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 +6 -6
- package/dist/components/index.js +6 -6
- 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 +6 -5
- package/dist/components/lukso-color-picker/index.d.ts.map +1 -1
- package/dist/components/lukso-color-picker/index.js +6 -5
- 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 +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 +6 -5
- package/dist/components/lukso-input/index.d.ts.map +1 -1
- package/dist/components/lukso-input/index.js +6 -5
- package/dist/components/lukso-input/lukso-input.stories.d.ts.map +1 -1
- package/dist/components/lukso-modal/index.cjs +4 -4
- package/dist/components/lukso-modal/index.d.ts.map +1 -1
- package/dist/components/lukso-modal/index.js +4 -4
- package/dist/components/lukso-navbar/index.cjs +5 -5
- package/dist/components/lukso-navbar/index.js +5 -5
- package/dist/components/lukso-pagination/index.cjs +4 -4
- package/dist/components/lukso-pagination/index.js +4 -4
- package/dist/components/lukso-profile/index.cjs +5 -5
- package/dist/components/lukso-profile/index.js +5 -5
- package/dist/components/lukso-progress/index.cjs +3 -3
- package/dist/components/lukso-progress/index.js +3 -3
- package/dist/components/lukso-sanitize/index.cjs +2 -2
- package/dist/components/lukso-sanitize/index.js +2 -2
- package/dist/components/lukso-search/index.cjs +7 -6
- package/dist/components/lukso-search/index.js +7 -6
- package/dist/components/lukso-select/index.cjs +76 -75
- package/dist/components/lukso-select/index.d.ts.map +1 -1
- package/dist/components/lukso-select/index.js +76 -75
- package/dist/components/lukso-share/index.cjs +24 -27
- package/dist/components/lukso-share/index.js +24 -27
- package/dist/components/lukso-switch/index.cjs +52 -51
- package/dist/components/lukso-switch/index.d.ts.map +1 -1
- package/dist/components/lukso-switch/index.js +52 -51
- package/dist/components/lukso-tag/index.cjs +32 -35
- package/dist/components/lukso-tag/index.js +32 -35
- package/dist/components/lukso-terms/index.cjs +7 -10
- package/dist/components/lukso-terms/index.js +7 -10
- package/dist/components/lukso-test/index.cjs +13 -16
- package/dist/components/lukso-test/index.js +13 -16
- package/dist/components/lukso-textarea/index.cjs +85 -87
- package/dist/components/lukso-textarea/index.d.ts.map +1 -1
- package/dist/components/lukso-textarea/index.js +85 -87
- package/dist/components/lukso-tooltip/index.cjs +35 -38
- package/dist/components/lukso-tooltip/index.js +35 -38
- package/dist/components/lukso-username/index.cjs +50 -53
- package/dist/components/lukso-username/index.js +50 -53
- package/dist/components/lukso-wizard/index.cjs +42 -45
- package/dist/components/lukso-wizard/index.js +42 -45
- package/dist/{index-664bbe9a.cjs → index-2ffc105b.cjs} +1 -1
- package/dist/{index-a09c053e.js → index-869a59a0.js} +3 -5
- package/dist/{index-4145c314.cjs → index-b44989bb.cjs} +3 -5
- package/dist/{index-323568a1.js → index-b74237f9.js} +1 -1
- package/dist/{index-efc0c2e6.js → index-da14e190.js} +2 -2
- package/dist/{index-541282c1.cjs → index-e5b0ba18.cjs} +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.js +6 -6
- package/dist/{property-cba034d3.cjs → property-65ed3fa1.cjs} +1 -1
- package/dist/{property-6d71df6f.js → property-ff5733e6.js} +1 -1
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{state-a4d47754.js → state-9bdaddc0.js} +1 -1
- package/dist/{state-dd655282.cjs → state-ec4491d8.cjs} +1 -1
- package/dist/{style-map-41455c7b.cjs → style-map-227a49cb.cjs} +1 -1
- package/dist/{style-map-745a1d23.js → style-map-8a1e2472.js} +1 -1
- package/package.json +1 -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-
|
|
6
|
-
const property = require('../../property-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-b44989bb.cjs');
|
|
6
|
+
const property = require('../../property-65ed3fa1.cjs');
|
|
7
7
|
const index = require('../../index-2b104ecb.cjs');
|
|
8
|
-
const index$1 = require('../../index-
|
|
8
|
+
const index$1 = require('../../index-2ffc105b.cjs');
|
|
9
9
|
require('../../tailwind-config.cjs');
|
|
10
10
|
const cn = require('../../cn-b6daa995.cjs');
|
|
11
11
|
require('../../directive-8278ab14.cjs');
|
|
@@ -1178,60 +1178,57 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
1178
1178
|
return result;
|
|
1179
1179
|
};
|
|
1180
1180
|
exports.LuksoUsername = class LuksoUsername extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
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
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
small: {
|
|
1209
|
-
wrapper: "paragraph-ptmono-12-bold"
|
|
1210
|
-
},
|
|
1211
|
-
medium: {
|
|
1212
|
-
wrapper: "paragraph-ptmono-14-bold"
|
|
1213
|
-
},
|
|
1214
|
-
large: {
|
|
1215
|
-
wrapper: "paragraph-ptmono-16-bold"
|
|
1216
|
-
},
|
|
1217
|
-
"x-large": {
|
|
1218
|
-
wrapper: "paragraph-ptmono-24-bold"
|
|
1219
|
-
}
|
|
1181
|
+
name = "";
|
|
1182
|
+
address = "";
|
|
1183
|
+
maxWidth = 200;
|
|
1184
|
+
size = "large";
|
|
1185
|
+
sliceBy = 8;
|
|
1186
|
+
addressColor = "";
|
|
1187
|
+
nameColor = "";
|
|
1188
|
+
customClass = "";
|
|
1189
|
+
hidePrefix = false;
|
|
1190
|
+
prefix = "@";
|
|
1191
|
+
noTransform = false;
|
|
1192
|
+
/** Width of the first 4 bytes of the address */
|
|
1193
|
+
bytesWidth = 52;
|
|
1194
|
+
styles = index.ce({
|
|
1195
|
+
slots: {
|
|
1196
|
+
wrapper: "inline-flex",
|
|
1197
|
+
name: "inline-block whitespace-nowrap overflow-hidden text-ellipsis",
|
|
1198
|
+
address: "inline-block",
|
|
1199
|
+
bytes: "inline-block"
|
|
1200
|
+
},
|
|
1201
|
+
variants: {
|
|
1202
|
+
size: {
|
|
1203
|
+
"x-small": {
|
|
1204
|
+
wrapper: "paragraph-ptmono-10-bold"
|
|
1205
|
+
},
|
|
1206
|
+
small: {
|
|
1207
|
+
wrapper: "paragraph-ptmono-12-bold"
|
|
1220
1208
|
},
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1224
|
-
}
|
|
1209
|
+
medium: {
|
|
1210
|
+
wrapper: "paragraph-ptmono-14-bold"
|
|
1225
1211
|
},
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1212
|
+
large: {
|
|
1213
|
+
wrapper: "paragraph-ptmono-16-bold"
|
|
1214
|
+
},
|
|
1215
|
+
"x-large": {
|
|
1216
|
+
wrapper: "paragraph-ptmono-24-bold"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
hasNameColor: {
|
|
1220
|
+
false: {
|
|
1221
|
+
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
hasAddressColor: {
|
|
1225
|
+
false: {
|
|
1226
|
+
address: "text-neutral-20",
|
|
1227
|
+
bytes: "text-neutral-60"
|
|
1231
1228
|
}
|
|
1232
1229
|
}
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1230
|
+
}
|
|
1231
|
+
});
|
|
1235
1232
|
transformName(name) {
|
|
1236
1233
|
if (this.noTransform) {
|
|
1237
1234
|
return name;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x, E } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
1
|
+
import { T as TailwindStyledElement, x, E } from '../../index-869a59a0.js';
|
|
2
|
+
import { n, t } from '../../property-ff5733e6.js';
|
|
3
3
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
4
|
-
import { c as customStyleMap } from '../../index-
|
|
4
|
+
import { c as customStyleMap } from '../../index-b74237f9.js';
|
|
5
5
|
import '../../tailwind-config.js';
|
|
6
6
|
import { c as cn } from '../../cn-90c03edf.js';
|
|
7
7
|
import '../../directive-2bb7789e.js';
|
|
@@ -1174,60 +1174,57 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
1174
1174
|
return result;
|
|
1175
1175
|
};
|
|
1176
1176
|
let LuksoUsername = class extends TailwindStyledElement(style) {
|
|
1177
|
-
|
|
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
|
-
small: {
|
|
1205
|
-
wrapper: "paragraph-ptmono-12-bold"
|
|
1206
|
-
},
|
|
1207
|
-
medium: {
|
|
1208
|
-
wrapper: "paragraph-ptmono-14-bold"
|
|
1209
|
-
},
|
|
1210
|
-
large: {
|
|
1211
|
-
wrapper: "paragraph-ptmono-16-bold"
|
|
1212
|
-
},
|
|
1213
|
-
"x-large": {
|
|
1214
|
-
wrapper: "paragraph-ptmono-24-bold"
|
|
1215
|
-
}
|
|
1177
|
+
name = "";
|
|
1178
|
+
address = "";
|
|
1179
|
+
maxWidth = 200;
|
|
1180
|
+
size = "large";
|
|
1181
|
+
sliceBy = 8;
|
|
1182
|
+
addressColor = "";
|
|
1183
|
+
nameColor = "";
|
|
1184
|
+
customClass = "";
|
|
1185
|
+
hidePrefix = false;
|
|
1186
|
+
prefix = "@";
|
|
1187
|
+
noTransform = false;
|
|
1188
|
+
/** Width of the first 4 bytes of the address */
|
|
1189
|
+
bytesWidth = 52;
|
|
1190
|
+
styles = ce({
|
|
1191
|
+
slots: {
|
|
1192
|
+
wrapper: "inline-flex",
|
|
1193
|
+
name: "inline-block whitespace-nowrap overflow-hidden text-ellipsis",
|
|
1194
|
+
address: "inline-block",
|
|
1195
|
+
bytes: "inline-block"
|
|
1196
|
+
},
|
|
1197
|
+
variants: {
|
|
1198
|
+
size: {
|
|
1199
|
+
"x-small": {
|
|
1200
|
+
wrapper: "paragraph-ptmono-10-bold"
|
|
1201
|
+
},
|
|
1202
|
+
small: {
|
|
1203
|
+
wrapper: "paragraph-ptmono-12-bold"
|
|
1216
1204
|
},
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1220
|
-
}
|
|
1205
|
+
medium: {
|
|
1206
|
+
wrapper: "paragraph-ptmono-14-bold"
|
|
1221
1207
|
},
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1208
|
+
large: {
|
|
1209
|
+
wrapper: "paragraph-ptmono-16-bold"
|
|
1210
|
+
},
|
|
1211
|
+
"x-large": {
|
|
1212
|
+
wrapper: "paragraph-ptmono-24-bold"
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
hasNameColor: {
|
|
1216
|
+
false: {
|
|
1217
|
+
name: "text-transparent bg-clip-text bg-gradient-to-r from-gradient-1-start to-gradient-1-end"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
hasAddressColor: {
|
|
1221
|
+
false: {
|
|
1222
|
+
address: "text-neutral-20",
|
|
1223
|
+
bytes: "text-neutral-60"
|
|
1227
1224
|
}
|
|
1228
1225
|
}
|
|
1229
|
-
}
|
|
1230
|
-
}
|
|
1226
|
+
}
|
|
1227
|
+
});
|
|
1231
1228
|
transformName(name) {
|
|
1232
1229
|
if (this.noTransform) {
|
|
1233
1230
|
return name;
|
|
@@ -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-b44989bb.cjs');
|
|
6
|
+
const property = require('../../property-65ed3fa1.cjs');
|
|
7
7
|
const directive = require('../../directive-8278ab14.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
9
|
|
|
@@ -34,61 +34,58 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
exports.LuksoWizard = class LuksoWizard extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
slots: {
|
|
44
|
-
base: `inline-flex flex-col items-center justify-end first:-ml-12 last:-mr-12 relative
|
|
37
|
+
steps = "";
|
|
38
|
+
activeStep = 1;
|
|
39
|
+
size = "medium";
|
|
40
|
+
stepStyles = index.ce({
|
|
41
|
+
slots: {
|
|
42
|
+
base: `inline-flex flex-col items-center justify-end first:-ml-12 last:-mr-12 relative
|
|
45
43
|
[&>.lukso-wizard-circle]:after:last:hidden [&>.lukso-wizard-circle]:before:last:hidden`,
|
|
46
|
-
|
|
44
|
+
circle: `lukso-wizard-circle bg-neutral-90 w-4 h-4 rounded-full shadow-wizard-step mt-2 flex items-center
|
|
47
45
|
border-[1px] border-solid border-[rgba(255,255,255,0.8)]
|
|
48
46
|
after:block after:absolute after:bottom-[7px] after:ml-[15px] after:h-[2px]
|
|
49
47
|
after:content:'' after:bg-transparent after:transition-width after:duration-300
|
|
50
48
|
before:block before:absolute before:bottom-[7px] before:ml-[15px] before:h-[2px]
|
|
51
49
|
before:content:'' before:bg-neutral-90 before:shadow-wizard-line before:w-[calc(100%-16px)]`,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
large: {
|
|
63
|
-
base: "w-[180px]"
|
|
64
|
-
},
|
|
65
|
-
["full-width"]: {
|
|
66
|
-
base: "w-full"
|
|
67
|
-
}
|
|
50
|
+
innerCircle: "lukso-wizard-circle-inner rounded-full w-[10px] h-[10px] ml-[2px]"
|
|
51
|
+
},
|
|
52
|
+
variants: {
|
|
53
|
+
size: {
|
|
54
|
+
small: {
|
|
55
|
+
base: "w-[92px]"
|
|
56
|
+
},
|
|
57
|
+
medium: {
|
|
58
|
+
base: "w-[121px]"
|
|
68
59
|
},
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
60
|
+
large: {
|
|
61
|
+
base: "w-[180px]"
|
|
62
|
+
},
|
|
63
|
+
["full-width"]: {
|
|
64
|
+
base: "w-full"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
completed: {
|
|
68
|
+
true: {
|
|
69
|
+
base: `[&>.lukso-wizard-circle]:after:bg-purple-51
|
|
72
70
|
[&_.lukso-wizard-circle-inner]:bg-gradient-to-t
|
|
73
71
|
[&_.lukso-wizard-circle-inner]:from-gradient-3-start
|
|
74
72
|
[&_.lukso-wizard-circle-inner]:to-gradient-3-end`,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
73
|
+
circle: "completed"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
current: {
|
|
77
|
+
true: {
|
|
78
|
+
circle: "current"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
active: {
|
|
82
|
+
true: {
|
|
83
|
+
base: `[&_.lukso-wizard-circle-inner]:border-2 [&_.lukso-wizard-circle-inner]:border-purple-51`,
|
|
84
|
+
innerCircle: "[&_.lukso-wizard-circle-inner]:border-2 [&_.lukso-wizard-circle-inner]:border-purple-51"
|
|
88
85
|
}
|
|
89
86
|
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
87
|
+
}
|
|
88
|
+
});
|
|
92
89
|
stepTemplate(step, index) {
|
|
93
90
|
const { base, circle, innerCircle } = this.stepStyles({
|
|
94
91
|
completed: index + 1 < this.activeStep,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Z, b as T, T as TailwindStyledElement, x } from '../../index-
|
|
2
|
-
import { n, t as t$2 } from '../../property-
|
|
1
|
+
import { Z, b as T, T as TailwindStyledElement, x } from '../../index-869a59a0.js';
|
|
2
|
+
import { n, t as t$2 } from '../../property-ff5733e6.js';
|
|
3
3
|
import { e, i, t as t$1 } from '../../directive-2bb7789e.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
5
|
|
|
@@ -30,61 +30,58 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
30
30
|
return result;
|
|
31
31
|
};
|
|
32
32
|
let LuksoWizard = class extends TailwindStyledElement(style) {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
slots: {
|
|
40
|
-
base: `inline-flex flex-col items-center justify-end first:-ml-12 last:-mr-12 relative
|
|
33
|
+
steps = "";
|
|
34
|
+
activeStep = 1;
|
|
35
|
+
size = "medium";
|
|
36
|
+
stepStyles = ce({
|
|
37
|
+
slots: {
|
|
38
|
+
base: `inline-flex flex-col items-center justify-end first:-ml-12 last:-mr-12 relative
|
|
41
39
|
[&>.lukso-wizard-circle]:after:last:hidden [&>.lukso-wizard-circle]:before:last:hidden`,
|
|
42
|
-
|
|
40
|
+
circle: `lukso-wizard-circle bg-neutral-90 w-4 h-4 rounded-full shadow-wizard-step mt-2 flex items-center
|
|
43
41
|
border-[1px] border-solid border-[rgba(255,255,255,0.8)]
|
|
44
42
|
after:block after:absolute after:bottom-[7px] after:ml-[15px] after:h-[2px]
|
|
45
43
|
after:content:'' after:bg-transparent after:transition-width after:duration-300
|
|
46
44
|
before:block before:absolute before:bottom-[7px] before:ml-[15px] before:h-[2px]
|
|
47
45
|
before:content:'' before:bg-neutral-90 before:shadow-wizard-line before:w-[calc(100%-16px)]`,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
},
|
|
58
|
-
large: {
|
|
59
|
-
base: "w-[180px]"
|
|
60
|
-
},
|
|
61
|
-
["full-width"]: {
|
|
62
|
-
base: "w-full"
|
|
63
|
-
}
|
|
46
|
+
innerCircle: "lukso-wizard-circle-inner rounded-full w-[10px] h-[10px] ml-[2px]"
|
|
47
|
+
},
|
|
48
|
+
variants: {
|
|
49
|
+
size: {
|
|
50
|
+
small: {
|
|
51
|
+
base: "w-[92px]"
|
|
52
|
+
},
|
|
53
|
+
medium: {
|
|
54
|
+
base: "w-[121px]"
|
|
64
55
|
},
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
56
|
+
large: {
|
|
57
|
+
base: "w-[180px]"
|
|
58
|
+
},
|
|
59
|
+
["full-width"]: {
|
|
60
|
+
base: "w-full"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
completed: {
|
|
64
|
+
true: {
|
|
65
|
+
base: `[&>.lukso-wizard-circle]:after:bg-purple-51
|
|
68
66
|
[&_.lukso-wizard-circle-inner]:bg-gradient-to-t
|
|
69
67
|
[&_.lukso-wizard-circle-inner]:from-gradient-3-start
|
|
70
68
|
[&_.lukso-wizard-circle-inner]:to-gradient-3-end`,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
69
|
+
circle: "completed"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
current: {
|
|
73
|
+
true: {
|
|
74
|
+
circle: "current"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
active: {
|
|
78
|
+
true: {
|
|
79
|
+
base: `[&_.lukso-wizard-circle-inner]:border-2 [&_.lukso-wizard-circle-inner]:border-purple-51`,
|
|
80
|
+
innerCircle: "[&_.lukso-wizard-circle-inner]:border-2 [&_.lukso-wizard-circle-inner]:border-purple-51"
|
|
84
81
|
}
|
|
85
82
|
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
83
|
+
}
|
|
84
|
+
});
|
|
88
85
|
stepTemplate(step, index) {
|
|
89
86
|
const { base, circle, innerCircle } = this.stepStyles({
|
|
90
87
|
completed: index + 1 < this.activeStep,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const shared_tailwindElement_index = require('./index-
|
|
3
|
+
const shared_tailwindElement_index = require('./index-b44989bb.cjs');
|
|
4
4
|
const directive = require('./directive-8278ab14.cjs');
|
|
5
5
|
|
|
6
6
|
class CustomStyleMapDirective extends directive.i {
|