@tamagui/progress 1.38.2 → 1.38.3

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/progress",
3
- "version": "1.38.2",
3
+ "version": "1.38.3",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -31,20 +31,20 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@tamagui/compose-refs": "1.38.2",
35
- "@tamagui/core": "1.38.2",
36
- "@tamagui/create-context": "1.38.2",
37
- "@tamagui/get-token": "1.38.2",
38
- "@tamagui/stacks": "1.38.2"
34
+ "@tamagui/compose-refs": "1.38.3",
35
+ "@tamagui/core": "1.38.3",
36
+ "@tamagui/create-context": "1.38.3",
37
+ "@tamagui/get-token": "1.38.3",
38
+ "@tamagui/stacks": "1.38.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "*",
42
42
  "react-native": "*"
43
43
  },
44
44
  "devDependencies": {
45
- "@tamagui/build": "1.38.2",
45
+ "@tamagui/build": "1.38.3",
46
46
  "react": "^18.2.0",
47
- "react-native": "^0.71.7"
47
+ "react-native": "^0.72.1"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
@@ -10,7 +10,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
10
10
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
11
11
  readonly fullscreen?: boolean | undefined;
12
12
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
13
- }, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
13
+ }, "circular" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
14
14
  readonly backgrounded?: boolean | undefined;
15
15
  readonly radiused?: boolean | undefined;
16
16
  readonly hoverTheme?: boolean | undefined;
@@ -27,7 +27,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
27
27
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
28
28
  readonly fullscreen?: boolean | undefined;
29
29
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
30
- }, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
30
+ }, "circular" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
31
31
  readonly backgrounded?: boolean | undefined;
32
32
  readonly radiused?: boolean | undefined;
33
33
  readonly hoverTheme?: boolean | undefined;
@@ -44,7 +44,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
44
44
  } & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
45
45
  readonly fullscreen?: boolean | undefined;
46
46
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
47
- }, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
47
+ }, "circular" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
48
48
  readonly backgrounded?: boolean | undefined;
49
49
  readonly radiused?: boolean | undefined;
50
50
  readonly hoverTheme?: boolean | undefined;