@lukso/web-components 1.47.1 → 1.48.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 +3 -3
- package/dist/components/index.js +3 -3
- 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 +3 -3
- package/dist/components/lukso-card/index.js +3 -3
- package/dist/components/lukso-checkbox/index.cjs +2 -2
- package/dist/components/lukso-checkbox/index.js +2 -2
- 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 +2 -2
- package/dist/components/lukso-input/index.js +2 -2
- package/dist/components/lukso-modal/index.cjs +2 -2
- package/dist/components/lukso-modal/index.js +2 -2
- package/dist/components/lukso-navbar/index.cjs +3 -3
- package/dist/components/lukso-navbar/index.js +3 -3
- package/dist/components/lukso-profile/index.cjs +3 -3
- package/dist/components/lukso-profile/index.js +3 -3
- 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 +3 -3
- package/dist/components/lukso-search/index.js +3 -3
- package/dist/components/lukso-share/index.cjs +1 -1
- package/dist/components/lukso-share/index.js +1 -1
- package/dist/components/lukso-switch/index.cjs +3 -3
- package/dist/components/lukso-switch/index.js +3 -3
- package/dist/components/lukso-tag/index.cjs +3 -3
- package/dist/components/lukso-tag/index.js +3 -3
- package/dist/components/lukso-terms/index.cjs +3 -3
- package/dist/components/lukso-terms/index.js +3 -3
- 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 +3 -3
- package/dist/components/lukso-username/index.js +3 -3
- package/dist/components/lukso-wizard/index.cjs +2 -2
- package/dist/components/lukso-wizard/index.js +2 -2
- package/dist/index-944f6ebe.js +2543 -0
- package/dist/index-97750d66.cjs +2546 -0
- package/dist/index-a03613f8.cjs +46 -0
- package/dist/index-c72ac15f.js +39 -0
- package/dist/index.cjs +4 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{style-map-5d518e86.js → style-map-cd69bc0c.js} +1 -1
- package/dist/{style-map-f57e0b7e.cjs → style-map-d09deecd.cjs} +1 -1
- package/dist/vite.full.config.d.ts.map +1 -1
- package/dist/vite.tools.config.d.ts.map +1 -1
- package/package.json +6 -1
- package/tools/cn.cjs +2530 -0
- package/tools/cn.d.ts +3 -0
- package/tools/cn.d.ts.map +1 -0
- package/tools/cn.js +2526 -0
- package/tools/index.cjs +2 -0
- package/tools/index.d.ts +1 -0
- package/tools/index.d.ts.map +1 -1
- package/tools/index.js +1 -0
- package/dist/index-10b4e725.js +0 -39
- package/dist/index-416afa07.cjs +0 -46
- package/dist/index-5e194caf.js +0 -18
- package/dist/index-e9668573.cjs +0 -20
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite.full.config.d.ts","sourceRoot":"","sources":["../../vite.full.config.ts"],"names":[],"mappings":"AAcA,wBAAsB,QAAQ,CAAC,GAAG,KAAA,EAAE,MAAM,QAAK;WAEpC,MAAM;YACL,MAAM;UACR,MAAM;cACF,MAAM;aACP,MAAM;cACL,MAAM;WACT,MAAM;KAmFhB;
|
|
1
|
+
{"version":3,"file":"vite.full.config.d.ts","sourceRoot":"","sources":["../../vite.full.config.ts"],"names":[],"mappings":"AAcA,wBAAsB,QAAQ,CAAC,GAAG,KAAA,EAAE,MAAM,QAAK;WAEpC,MAAM;YACL,MAAM;UACR,MAAM;cACF,MAAM;aACP,MAAM;cACL,MAAM;WACT,MAAM;KAmFhB;AAyJD,wBAAsB,GAAG,CAAC,IAAI,EAAE,GAAG,iBA0FlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite.tools.config.d.ts","sourceRoot":"","sources":["../../vite.tools.config.ts"],"names":[],"mappings":"AAsBA,wBAAsB,GAAG,CAAC,IAAI,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"vite.tools.config.d.ts","sourceRoot":"","sources":["../../vite.tools.config.ts"],"names":[],"mappings":"AAsBA,wBAAsB,GAAG,CAAC,IAAI,EAAE,GAAG,iBAyHlC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/web-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.48.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -61,6 +61,11 @@
|
|
|
61
61
|
"import": "./tools/copy-assets.js",
|
|
62
62
|
"types": "./tools/copy-assets.d.ts"
|
|
63
63
|
},
|
|
64
|
+
"./tools/cn": {
|
|
65
|
+
"require": "./tools/cn.cjs",
|
|
66
|
+
"import": "./tools/cn.js",
|
|
67
|
+
"types": "./tools/cn.d.ts"
|
|
68
|
+
},
|
|
64
69
|
"./tools/": "./tools/",
|
|
65
70
|
"./tools": {
|
|
66
71
|
"require": "./tools/index.cjs",
|