@tamagui/linear-gradient 1.111.3 → 1.111.4

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { normalizeColor, styled, useProps, useTheme } from "@tamagui/core";
3
3
  import { YStack } from "@tamagui/stacks";
4
- import { LinearGradient as ExpoLinearGradient } from "./linear-gradient.mjs";
4
+ import { LinearGradient as ExpoLinearGradient } from "./linear-gradient.native.mjs";
5
5
  var LinearGradientFrame = styled(YStack, {
6
6
  name: "LinearGradient",
7
7
  overflow: "hidden",
@@ -1,2 +1,2 @@
1
- export * from "./LinearGradient.mjs";
1
+ export * from "./LinearGradient.native.mjs";
2
2
  //# sourceMappingURL=index.native.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/linear-gradient",
3
- "version": "1.111.3",
3
+ "version": "1.111.4",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -33,11 +33,11 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@tamagui/core": "1.111.3",
37
- "@tamagui/stacks": "1.111.3"
36
+ "@tamagui/core": "1.111.4",
37
+ "@tamagui/stacks": "1.111.4"
38
38
  },
39
39
  "devDependencies": {
40
- "@tamagui/build": "1.111.3",
40
+ "@tamagui/build": "1.111.4",
41
41
  "expo-linear-gradient": "~13.0.2",
42
42
  "react": "^18.2.0 || ^19.0.0"
43
43
  },