@tamagui/next-theme 1.86.4 → 1.86.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/next-theme",
3
- "version": "1.86.4",
3
+ "version": "1.86.5",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -20,14 +20,14 @@
20
20
  "clean:build": "tamagui-build clean:build"
21
21
  },
22
22
  "dependencies": {
23
- "@tamagui/constants": "1.86.4",
24
- "@tamagui/use-event": "1.86.4"
23
+ "@tamagui/constants": "1.86.5",
24
+ "@tamagui/use-event": "1.86.5"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "*"
28
28
  },
29
29
  "devDependencies": {
30
- "@tamagui/build": "1.86.4",
30
+ "@tamagui/build": "1.86.5",
31
31
  "react": "^18.2.0"
32
32
  },
33
33
  "publishConfig": {
@@ -1,26 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var useIsomorphicLayoutEffect_exports = {};
16
- __export(useIsomorphicLayoutEffect_exports, {
17
- useIsomorphicLayoutEffect: () => useIsomorphicLayoutEffect
18
- });
19
- module.exports = __toCommonJS(useIsomorphicLayoutEffect_exports);
20
- var import_react = require("react");
21
- const useIsomorphicLayoutEffect = typeof window < "u" ? import_react.useLayoutEffect : import_react.useEffect;
22
- // Annotate the CommonJS export names for ESM import in node:
23
- 0 && (module.exports = {
24
- useIsomorphicLayoutEffect
25
- });
26
- //# sourceMappingURL=useIsomorphicLayoutEffect.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/useIsomorphicLayoutEffect.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA2C;AAEpC,MAAM,4BACX,OAAO,SAAW,MAAc,+BAAkB;",
5
- "names": []
6
- }
@@ -1,27 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var useIsomorphicLayoutEffect_exports = {};
17
- __export(useIsomorphicLayoutEffect_exports, {
18
- useIsomorphicLayoutEffect: () => useIsomorphicLayoutEffect
19
- });
20
- module.exports = __toCommonJS(useIsomorphicLayoutEffect_exports);
21
- var import_react = require("react");
22
- const useIsomorphicLayoutEffect = typeof window < "u" ? import_react.useLayoutEffect : import_react.useEffect;
23
- // Annotate the CommonJS export names for ESM import in node:
24
- 0 && (module.exports = {
25
- useIsomorphicLayoutEffect
26
- });
27
- //# sourceMappingURL=useIsomorphicLayoutEffect.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/useIsomorphicLayoutEffect.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA2C;AAEpC,MAAM,4BACX,OAAO,SAAW,MAAc,+BAAkB;",
5
- "names": []
6
- }
@@ -1,6 +0,0 @@
1
- import { useEffect, useLayoutEffect } from "react";
2
- const useIsomorphicLayoutEffect = typeof window < "u" ? useLayoutEffect : useEffect;
3
- export {
4
- useIsomorphicLayoutEffect
5
- };
6
- //# sourceMappingURL=useIsomorphicLayoutEffect.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/useIsomorphicLayoutEffect.tsx"],
4
- "mappings": "AAAA,SAAS,WAAW,uBAAuB;AAEpC,MAAM,4BACX,OAAO,SAAW,MAAc,kBAAkB;",
5
- "names": []
6
- }
@@ -1,6 +0,0 @@
1
- import { useEffect, useLayoutEffect } from "react";
2
- const useIsomorphicLayoutEffect = typeof window < "u" ? useLayoutEffect : useEffect;
3
- export {
4
- useIsomorphicLayoutEffect
5
- };
6
- //# sourceMappingURL=useIsomorphicLayoutEffect.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/useIsomorphicLayoutEffect.tsx"],
4
- "mappings": "AAAA,SAAS,WAAW,uBAAuB;AAEpC,MAAM,4BACX,OAAO,SAAW,MAAc,kBAAkB;",
5
- "names": []
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"useIsomorphicLayoutEffect.d.ts","sourceRoot":"","sources":["../src/useIsomorphicLayoutEffect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,eAAe,EAAE,MAAM,OAAO,CAAA;AAElD,eAAO,MAAM,yBAAyB,wBACuB,CAAA"}