app-studio 0.2.13 → 0.2.14
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/appstudio.cjs.development.js +0 -3
- package/dist/appstudio.cjs.development.js.map +1 -1
- package/dist/appstudio.cjs.production.min.js +1 -1
- package/dist/appstudio.cjs.production.min.js.map +1 -1
- package/dist/appstudio.esm.js +0 -3
- package/dist/appstudio.esm.js.map +1 -1
- package/dist/appstudio.umd.development.js +0 -3
- package/dist/appstudio.umd.development.js.map +1 -1
- package/dist/appstudio.umd.production.min.js +1 -1
- package/dist/appstudio.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -758,9 +758,6 @@ const cssRulesCache = /*#__PURE__*/new Map();
|
|
|
758
758
|
let classNameCounter = 0;
|
|
759
759
|
const generateClassName = styleProps => {
|
|
760
760
|
// Extract only relevant, primitive style properties
|
|
761
|
-
console.log({
|
|
762
|
-
styleProps
|
|
763
|
-
});
|
|
764
761
|
// Generate a unique hash based on relevantProps
|
|
765
762
|
const hash = hashObject(styleProps);
|
|
766
763
|
if (classCache.has(hash)) {
|