@fast-china/utils 1.0.22 → 1.0.24
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/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.global.min.js +1 -1
- package/dist/index.global.min.js.map +1 -1
- package/es/dom/style.mjs +1 -1
- package/es/dom/style.mjs.map +1 -1
- package/es/vue/slots.d.ts +1 -1
- package/es/vue/slots.mjs.map +1 -1
- package/lib/dom/style.js +1 -1
- package/lib/dom/style.js.map +1 -1
- package/lib/vue/slots.d.ts +1 -1
- package/lib/vue/slots.js.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -13561,7 +13561,7 @@ var FastUtils = function(exports, vue) {
|
|
|
13561
13561
|
} else {
|
|
13562
13562
|
return Object.entries(styles).filter(([_, value]) => value !== null && value !== "").map(([key, value]) => {
|
|
13563
13563
|
const keyName = key.replace(/([A-Z])/g, "-$1").toLowerCase();
|
|
13564
|
-
return `${keyName}
|
|
13564
|
+
return `${keyName}:${value};`;
|
|
13565
13565
|
}).join(" ");
|
|
13566
13566
|
}
|
|
13567
13567
|
};
|