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
|
@@ -757,9 +757,6 @@
|
|
|
757
757
|
let classNameCounter = 0;
|
|
758
758
|
const generateClassName = styleProps => {
|
|
759
759
|
// Extract only relevant, primitive style properties
|
|
760
|
-
console.log({
|
|
761
|
-
styleProps
|
|
762
|
-
});
|
|
763
760
|
// Generate a unique hash based on relevantProps
|
|
764
761
|
const hash = hashObject(styleProps);
|
|
765
762
|
if (classCache.has(hash)) {
|