@tamagui/config-default 1.77.0 → 1.78.0

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 (2) hide show
  1. package/package.json +4 -4
  2. package/types/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-default",
3
- "version": "1.77.0",
3
+ "version": "1.78.0",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist",
6
6
  "types": "./types/index.d.ts",
@@ -15,11 +15,11 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@tamagui/core": "1.77.0",
19
- "@tamagui/shorthands": "1.77.0"
18
+ "@tamagui/core": "1.78.0",
19
+ "@tamagui/shorthands": "1.78.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@tamagui/build": "1.77.0"
22
+ "@tamagui/build": "1.78.0"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
package/types/index.d.ts CHANGED
@@ -365,6 +365,6 @@ export declare function getDefaultTamaguiConfig(): import("@tamagui/core").Tamag
365
365
  autocompleteSpecificTokens?: (boolean | "except-special") | undefined;
366
366
  mediaPropOrder?: boolean | undefined;
367
367
  fastSchemeChange?: boolean | undefined;
368
- webContainerType?: "size" | "normal" | "inline-size" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | undefined;
368
+ webContainerType?: "size" | "unset" | "normal" | "inline-size" | "inherit" | "initial" | "revert" | "revert-layer" | undefined;
369
369
  }>;
370
370
  //# sourceMappingURL=index.d.ts.map