@tamagui/theme 1.130.5 → 1.130.7

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.
@@ -23,7 +23,7 @@ __export(addTheme_exports, {
23
23
  addTheme: () => addTheme
24
24
  });
25
25
  module.exports = __toCommonJS(addTheme_exports);
26
- var import_mutateTheme = require("./_mutateTheme.cjs");
26
+ var import_mutateTheme = require("./_mutateTheme");
27
27
  function addTheme(props) {
28
28
  return (0, import_mutateTheme._mutateTheme)({
29
29
  ...props,
@@ -24,7 +24,7 @@ __export(index_exports, {
24
24
  mutateThemes: () => import_mutateTheme.mutateThemes
25
25
  });
26
26
  module.exports = __toCommonJS(index_exports);
27
- __reExport(index_exports, require("./addTheme.cjs"), module.exports);
28
- __reExport(index_exports, require("./updateTheme.cjs"), module.exports);
29
- __reExport(index_exports, require("./replaceTheme.cjs"), module.exports);
30
- var import_mutateTheme = require("./_mutateTheme.cjs");
27
+ __reExport(index_exports, require("./addTheme"), module.exports);
28
+ __reExport(index_exports, require("./updateTheme"), module.exports);
29
+ __reExport(index_exports, require("./replaceTheme"), module.exports);
30
+ var import_mutateTheme = require("./_mutateTheme");
@@ -23,7 +23,7 @@ __export(replaceTheme_exports, {
23
23
  replaceTheme: () => replaceTheme
24
24
  });
25
25
  module.exports = __toCommonJS(replaceTheme_exports);
26
- var import_mutateTheme = require("./_mutateTheme.cjs");
26
+ var import_mutateTheme = require("./_mutateTheme");
27
27
  function replaceTheme({
28
28
  name,
29
29
  theme
@@ -23,7 +23,7 @@ __export(updateTheme_exports, {
23
23
  updateTheme: () => updateTheme
24
24
  });
25
25
  module.exports = __toCommonJS(updateTheme_exports);
26
- var import_mutateTheme = require("./_mutateTheme.cjs");
26
+ var import_mutateTheme = require("./_mutateTheme");
27
27
  function updateTheme({
28
28
  name,
29
29
  theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/theme",
3
- "version": "1.130.5",
3
+ "version": "1.130.7",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -33,11 +33,12 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@tamagui/constants": "1.130.5",
37
- "@tamagui/web": "1.130.5"
36
+ "@tamagui/constants": "1.130.7",
37
+ "@tamagui/start-transition": "1.130.7",
38
+ "@tamagui/web": "1.130.7"
38
39
  },
39
40
  "devDependencies": {
40
- "@tamagui/build": "1.130.5",
41
+ "@tamagui/build": "1.130.7",
41
42
  "react": "*"
42
43
  },
43
44
  "publishConfig": {