@symbo.ls/scratch 2.10.259 → 2.10.261
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/cjs/factory.js +0 -2
- package/package.json +2 -2
- package/src/factory.js +0 -2
package/dist/cjs/factory.js
CHANGED
|
@@ -860,7 +860,6 @@ __export(factory_exports, {
|
|
|
860
860
|
CSS_VARS: () => CSS_VARS,
|
|
861
861
|
FACTORY: () => FACTORY,
|
|
862
862
|
activateConfig: () => activateConfig,
|
|
863
|
-
default: () => factory_default,
|
|
864
863
|
getActiveConfig: () => getActiveConfig,
|
|
865
864
|
setActiveConfig: () => setActiveConfig
|
|
866
865
|
});
|
|
@@ -1095,4 +1094,3 @@ var setActiveConfig = (def) => {
|
|
|
1095
1094
|
FACTORY.active = FACTORY[def];
|
|
1096
1095
|
return FACTORY.active;
|
|
1097
1096
|
};
|
|
1098
|
-
var factory_default = CONFIG;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@symbo.ls/scratch",
|
|
3
3
|
"description": "Φ / CSS framework and methodology.",
|
|
4
4
|
"author": "symbo.ls",
|
|
5
|
-
"version": "2.10.
|
|
5
|
+
"version": "2.10.261",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@emotion/css": "^11.5.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "39a07b63363c6c6547fe25b904fc3e713ee84284"
|
|
36
36
|
}
|