@salty-css/core 0.0.1-alpha.149 → 0.0.1-alpha.150

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/config/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=e=>e;exports.defineConfig=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../factories/index.cjs"),a=i=>i;exports.GlobalStylesFactory=e.GlobalStylesFactory;exports.VariablesFactory=e.VariablesFactory;exports.defineConditionalVariables=e.defineConditionalVariables;exports.defineGlobalStyles=e.defineGlobalStyles;exports.defineResponsiveVariables=e.defineResponsiveVariables;exports.defineStaticVariables=e.defineStaticVariables;exports.defineVariables=e.defineVariables;exports.defineConfig=a;
package/config/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export * from '../types/config-types';
2
1
  export * from './define-config';
2
+ export * from '../factories';
3
+ export * from '../types/config-types';
package/config/index.js CHANGED
@@ -1,4 +1,12 @@
1
- const n = (e) => e;
1
+ import { GlobalStylesFactory as n, VariablesFactory as o, defineConditionalVariables as r, defineGlobalStyles as t, defineResponsiveVariables as s, defineStaticVariables as f, defineVariables as b } from "../factories/index.js";
2
+ const a = (e) => e;
2
3
  export {
3
- n as defineConfig
4
+ n as GlobalStylesFactory,
5
+ o as VariablesFactory,
6
+ r as defineConditionalVariables,
7
+ a as defineConfig,
8
+ t as defineGlobalStyles,
9
+ s as defineResponsiveVariables,
10
+ f as defineStaticVariables,
11
+ b as defineVariables
4
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/core",
3
- "version": "0.0.1-alpha.149",
3
+ "version": "0.0.1-alpha.150",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",