@salty-css/react 0.0.1-alpha.178 → 0.0.1-alpha.179

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