@salty-css/react 0.0.1-alpha.186 → 0.0.1-alpha.188

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.
Files changed (3) hide show
  1. package/config.cjs +1 -1
  2. package/config.js +10 -13
  3. package/package.json +2 -2
package/config.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=e=>e;class r{constructor(t){this._current=t}get isGlobalDefine(){return!0}}const i=e=>new r(e);class n{constructor(t){this._current=t}get isDefineVariables(){return!0}}const l=e=>new n(e),o=e=>new n({variables:e}),c=e=>new n({responsiveVariables:e}),u=e=>new n({conditionalVariables:e});class s{constructor(t){this._current=t}get isDefineTemplates(){return!0}}const f=e=>new s(e);exports.GlobalStylesFactory=r;exports.TemplatesFactory=s;exports.VariablesFactory=n;exports.defineConditionalVariables=u;exports.defineConfig=a;exports.defineGlobalStyles=i;exports.defineResponsiveVariables=c;exports.defineStaticVariables=o;exports.defineTemplates=f;exports.defineVariables=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=e=>e;class r{constructor(t){this._current=t}get isGlobalDefine(){return!0}}const l=e=>new r(e);class n{constructor(t){this._current=t}get isDefineVariables(){return!0}}const i=e=>new n(e);class s{constructor(t){this._current=t}get isDefineTemplates(){return!0}}const o=e=>new s(e);exports.GlobalStylesFactory=r;exports.TemplatesFactory=s;exports.VariablesFactory=n;exports.defineConfig=a;exports.defineGlobalStyles=l;exports.defineTemplates=o;exports.defineVariables=i;
package/config.js CHANGED
@@ -1,5 +1,5 @@
1
- const i = (e) => e;
2
- class n {
1
+ const c = (e) => e;
2
+ class r {
3
3
  constructor(t) {
4
4
  this._current = t;
5
5
  }
@@ -7,8 +7,8 @@ class n {
7
7
  return !0;
8
8
  }
9
9
  }
10
- const a = (e) => new n(e);
11
- class r {
10
+ const a = (e) => new r(e);
11
+ class n {
12
12
  constructor(t) {
13
13
  this._current = t;
14
14
  }
@@ -16,7 +16,7 @@ class r {
16
16
  return !0;
17
17
  }
18
18
  }
19
- const o = (e) => new r(e), c = (e) => new r({ variables: e }), l = (e) => new r({ responsiveVariables: e }), u = (e) => new r({ conditionalVariables: e });
19
+ const o = (e) => new n(e);
20
20
  class s {
21
21
  constructor(t) {
22
22
  this._current = t;
@@ -25,16 +25,13 @@ class s {
25
25
  return !0;
26
26
  }
27
27
  }
28
- const f = (e) => new s(e);
28
+ const i = (e) => new s(e);
29
29
  export {
30
- n as GlobalStylesFactory,
30
+ r as GlobalStylesFactory,
31
31
  s as TemplatesFactory,
32
- r as VariablesFactory,
33
- u as defineConditionalVariables,
34
- i as defineConfig,
32
+ n as VariablesFactory,
33
+ c as defineConfig,
35
34
  a as defineGlobalStyles,
36
- l as defineResponsiveVariables,
37
- c as defineStaticVariables,
38
- f as defineTemplates,
35
+ i as defineTemplates,
39
36
  o as defineVariables
40
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/react",
3
- "version": "0.0.1-alpha.186",
3
+ "version": "0.0.1-alpha.188",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@salty-css/core": "^0.0.1-alpha.186",
57
+ "@salty-css/core": "^0.0.1-alpha.188",
58
58
  "clsx": ">=2.x",
59
59
  "react": ">=19.x || >=18.3.x"
60
60
  }