@tamagui/theme 1.22.7 → 1.22.8

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.
@@ -21,7 +21,7 @@ __export(replaceTheme_exports, {
21
21
  replaceTheme: () => replaceTheme
22
22
  });
23
23
  module.exports = __toCommonJS(replaceTheme_exports);
24
- var import_mutateTheme = require("./_mutateTheme.js");
24
+ var import_mutateTheme = require("./_mutateTheme");
25
25
  function replaceTheme({
26
26
  name,
27
27
  theme
@@ -21,7 +21,7 @@ __export(updateTheme_exports, {
21
21
  updateTheme: () => updateTheme
22
22
  });
23
23
  module.exports = __toCommonJS(updateTheme_exports);
24
- var import_mutateTheme = require("./_mutateTheme.js");
24
+ var import_mutateTheme = require("./_mutateTheme");
25
25
  function updateTheme({
26
26
  name,
27
27
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function replaceTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function replaceTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function updateTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function updateTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function replaceTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function replaceTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function updateTheme({
3
3
  name,
4
4
  theme
@@ -1,4 +1,4 @@
1
- import { _mutateTheme } from "./_mutateTheme.js";
1
+ import { _mutateTheme } from "./_mutateTheme";
2
2
  function updateTheme({
3
3
  name,
4
4
  theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/theme",
3
- "version": "1.22.7",
3
+ "version": "1.22.8",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -17,14 +17,14 @@
17
17
  "watch": "tamagui-build --watch"
18
18
  },
19
19
  "dependencies": {
20
- "@tamagui/constants": "1.22.7",
21
- "@tamagui/web": "1.22.7"
20
+ "@tamagui/constants": "1.22.8",
21
+ "@tamagui/web": "1.22.8"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "*"
25
25
  },
26
26
  "devDependencies": {
27
- "@tamagui/build": "1.22.7",
27
+ "@tamagui/build": "1.22.8",
28
28
  "react": "^18.2.0"
29
29
  },
30
30
  "publishConfig": {
@@ -1,6 +1,6 @@
1
1
  import type { ThemeDefinition } from '@tamagui/web'
2
2
 
3
- import { _mutateTheme } from './_mutateTheme.js'
3
+ import { _mutateTheme } from './_mutateTheme'
4
4
 
5
5
  export function replaceTheme({
6
6
  name,
@@ -1,7 +1,7 @@
1
1
  import { activeThemeManagers } from '@tamagui/web'
2
2
  import type { ThemeDefinition } from '@tamagui/web'
3
3
 
4
- import { _mutateTheme } from './_mutateTheme.js'
4
+ import { _mutateTheme } from './_mutateTheme'
5
5
 
6
6
  export function updateTheme({
7
7
  name,