@tamagui/radio-group 1.123.3 → 1.123.5

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.
@@ -73,7 +73,7 @@ const RADIO_GROUP_ITEM_NAME = "RadioGroupItem",
73
73
  },
74
74
  pressStyle: {
75
75
  borderColor: "$borderColor",
76
- backgroundColor: "$backgroundColor"
76
+ backgroundColor: "$background"
77
77
  },
78
78
  focusVisibleStyle: {
79
79
  outlineWidth: 0
@@ -64,7 +64,7 @@ const RADIO_GROUP_ITEM_NAME = "RadioGroupItem", RadioGroupItemFrame = (0, import
64
64
  },
65
65
  pressStyle: {
66
66
  borderColor: "$borderColor",
67
- backgroundColor: "$backgroundColor"
67
+ backgroundColor: "$background"
68
68
  },
69
69
  focusVisibleStyle: {
70
70
  outlineWidth: 0
@@ -64,7 +64,7 @@ var import_core = require("@tamagui/core"), import_get_token = require("@tamagui
64
64
  },
65
65
  pressStyle: {
66
66
  borderColor: "$borderColor",
67
- backgroundColor: "$backgroundColor"
67
+ backgroundColor: "$background"
68
68
  },
69
69
  focusVisibleStyle: {
70
70
  outlineWidth: 0
@@ -45,7 +45,7 @@ const RADIO_GROUP_ITEM_NAME = "RadioGroupItem", RadioGroupItemFrame = styled(The
45
45
  },
46
46
  pressStyle: {
47
47
  borderColor: "$borderColor",
48
- backgroundColor: "$backgroundColor"
48
+ backgroundColor: "$background"
49
49
  },
50
50
  focusVisibleStyle: {
51
51
  outlineWidth: 0
@@ -46,7 +46,7 @@ const RADIO_GROUP_ITEM_NAME = "RadioGroupItem",
46
46
  },
47
47
  pressStyle: {
48
48
  borderColor: "$borderColor",
49
- backgroundColor: "$backgroundColor"
49
+ backgroundColor: "$background"
50
50
  },
51
51
  focusVisibleStyle: {
52
52
  outlineWidth: 0
@@ -45,7 +45,7 @@ var RADIO_GROUP_ITEM_NAME = "RadioGroupItem", RadioGroupItemFrame = styled(Theme
45
45
  },
46
46
  pressStyle: {
47
47
  borderColor: "$borderColor",
48
- backgroundColor: "$backgroundColor"
48
+ backgroundColor: "$background"
49
49
  },
50
50
  focusVisibleStyle: {
51
51
  outlineWidth: 0
@@ -45,7 +45,7 @@ const RADIO_GROUP_ITEM_NAME = "RadioGroupItem", RadioGroupItemFrame = styled(The
45
45
  },
46
46
  pressStyle: {
47
47
  borderColor: "$borderColor",
48
- backgroundColor: "$backgroundColor"
48
+ backgroundColor: "$background"
49
49
  },
50
50
  focusVisibleStyle: {
51
51
  outlineWidth: 0
@@ -46,7 +46,7 @@ const RADIO_GROUP_ITEM_NAME = "RadioGroupItem",
46
46
  },
47
47
  pressStyle: {
48
48
  borderColor: "$borderColor",
49
- backgroundColor: "$backgroundColor"
49
+ backgroundColor: "$background"
50
50
  },
51
51
  focusVisibleStyle: {
52
52
  outlineWidth: 0
@@ -45,7 +45,7 @@ var RADIO_GROUP_ITEM_NAME = "RadioGroupItem", RadioGroupItemFrame = styled(Theme
45
45
  },
46
46
  pressStyle: {
47
47
  borderColor: "$borderColor",
48
- backgroundColor: "$backgroundColor"
48
+ backgroundColor: "$background"
49
49
  },
50
50
  focusVisibleStyle: {
51
51
  outlineWidth: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/radio-group",
3
- "version": "1.123.3",
3
+ "version": "1.123.5",
4
4
  "removeSideEffects": true,
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -37,22 +37,22 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@tamagui/compose-refs": "1.123.3",
41
- "@tamagui/constants": "1.123.3",
42
- "@tamagui/core": "1.123.3",
43
- "@tamagui/create-context": "1.123.3",
44
- "@tamagui/focusable": "1.123.3",
45
- "@tamagui/get-token": "1.123.3",
46
- "@tamagui/helpers": "1.123.3",
47
- "@tamagui/label": "1.123.3",
48
- "@tamagui/radio-headless": "1.123.3",
49
- "@tamagui/roving-focus": "1.123.3",
50
- "@tamagui/stacks": "1.123.3",
51
- "@tamagui/use-controllable-state": "1.123.3",
52
- "@tamagui/use-previous": "1.123.3"
40
+ "@tamagui/compose-refs": "1.123.5",
41
+ "@tamagui/constants": "1.123.5",
42
+ "@tamagui/core": "1.123.5",
43
+ "@tamagui/create-context": "1.123.5",
44
+ "@tamagui/focusable": "1.123.5",
45
+ "@tamagui/get-token": "1.123.5",
46
+ "@tamagui/helpers": "1.123.5",
47
+ "@tamagui/label": "1.123.5",
48
+ "@tamagui/radio-headless": "1.123.5",
49
+ "@tamagui/roving-focus": "1.123.5",
50
+ "@tamagui/stacks": "1.123.5",
51
+ "@tamagui/use-controllable-state": "1.123.5",
52
+ "@tamagui/use-previous": "1.123.5"
53
53
  },
54
54
  "devDependencies": {
55
- "@tamagui/build": "1.123.3",
55
+ "@tamagui/build": "1.123.5",
56
56
  "react": "*"
57
57
  },
58
58
  "publishConfig": {
@@ -61,4 +61,4 @@
61
61
  "peerDependencies": {
62
62
  "react": "*"
63
63
  }
64
- }
64
+ }
@@ -56,7 +56,7 @@ export const RadioGroupItemFrame = styled(ThemeableStack, {
56
56
 
57
57
  pressStyle: {
58
58
  borderColor: '$borderColor',
59
- backgroundColor: '$backgroundColor',
59
+ backgroundColor: '$background',
60
60
  },
61
61
 
62
62
  focusVisibleStyle: {