@symbo.ls/scratch 2.10.273 → 2.10.291

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.
@@ -860,6 +860,7 @@ __export(var_exports, {
860
860
  setVariables: () => setVariables
861
861
  });
862
862
  module.exports = __toCommonJS(var_exports);
863
+ var import_utils2 = __toESM(require_cjs3(), 1);
863
864
 
864
865
  // src/factory.js
865
866
  var import_utils = __toESM(require_cjs3(), 1);
@@ -1080,7 +1081,6 @@ var getActiveConfig = (def) => {
1080
1081
  };
1081
1082
 
1082
1083
  // src/utils/var.js
1083
- var import_utils2 = __toESM(require_cjs3(), 1);
1084
1084
  var setVariables = (result, key) => {
1085
1085
  const CONFIG2 = getActiveConfig();
1086
1086
  const { CSS_VARS: CSS_VARS2 } = CONFIG2;
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.273",
5
+ "version": "2.10.291",
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": "3c31d52ceaa8952aae3306e6d553ed3ddd8202b9"
35
+ "gitHead": "bbb6844aa6db2e3681cac150fa5c531a3ea42e34"
36
36
  }
package/src/utils/var.js CHANGED
@@ -1,9 +1,7 @@
1
1
  'use strict'
2
2
 
3
- import { getActiveConfig } from '../factory.js'
4
3
  import { isObjectLike } from '@domql/utils'
5
-
6
- const ENV = process.env.NODE_ENV // eslint-disable-line
4
+ import { getActiveConfig } from '../factory.js'
7
5
 
8
6
  export const setVariables = (result, key) => {
9
7
  const CONFIG = getActiveConfig()