@tamagui/demos 1.125.8 → 1.125.9

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.
@@ -106,8 +106,8 @@ function Demo({
106
106
  }), /* @__PURE__ */(0, import_jsx_runtime.jsxs)(import_tamagui.Popover.Content, {
107
107
  borderWidth: 1,
108
108
  borderColor: "$borderColor",
109
- width: 250,
110
- height: 250,
109
+ width: 300,
110
+ height: 300,
111
111
  enterStyle: {
112
112
  y: -10,
113
113
  opacity: 0
@@ -91,8 +91,8 @@ function Demo({
91
91
  {
92
92
  borderWidth: 1,
93
93
  borderColor: "$borderColor",
94
- width: 250,
95
- height: 250,
94
+ width: 300,
95
+ height: 300,
96
96
  enterStyle: { y: -10, opacity: 0 },
97
97
  exitStyle: { y: -10, opacity: 0 },
98
98
  elevate: !0,
@@ -113,8 +113,8 @@ function Demo(param) {
113
113
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_tamagui.Popover.Content, {
114
114
  borderWidth: 1,
115
115
  borderColor: "$borderColor",
116
- width: 250,
117
- height: 250,
116
+ width: 300,
117
+ height: 300,
118
118
  enterStyle: {
119
119
  y: -10,
120
120
  opacity: 0
@@ -74,8 +74,8 @@ function Demo({
74
74
  {
75
75
  borderWidth: 1,
76
76
  borderColor: "$borderColor",
77
- width: 250,
78
- height: 250,
77
+ width: 300,
78
+ height: 300,
79
79
  enterStyle: { y: -10, opacity: 0 },
80
80
  exitStyle: { y: -10, opacity: 0 },
81
81
  elevate: !0,
@@ -80,8 +80,8 @@ function Demo({
80
80
  }), /* @__PURE__ */jsxs(Popover.Content, {
81
81
  borderWidth: 1,
82
82
  borderColor: "$borderColor",
83
- width: 250,
84
- height: 250,
83
+ width: 300,
84
+ height: 300,
85
85
  enterStyle: {
86
86
  y: -10,
87
87
  opacity: 0
@@ -83,8 +83,8 @@ function Demo(param) {
83
83
  }), /* @__PURE__ */_jsxs(Popover.Content, {
84
84
  borderWidth: 1,
85
85
  borderColor: "$borderColor",
86
- width: 250,
87
- height: 250,
86
+ width: 300,
87
+ height: 300,
88
88
  enterStyle: {
89
89
  y: -10,
90
90
  opacity: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/demos",
3
- "version": "1.125.8",
3
+ "version": "1.125.9",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -45,30 +45,30 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@tamagui/avatar": "1.125.8",
49
- "@tamagui/button": "1.125.8",
50
- "@tamagui/config": "1.125.8",
51
- "@tamagui/core": "1.125.8",
52
- "@tamagui/list-item": "1.125.8",
53
- "@tamagui/logo": "1.125.8",
54
- "@tamagui/lucide-icons": "1.125.8",
55
- "@tamagui/menu": "1.125.8",
56
- "@tamagui/popover": "1.125.8",
57
- "@tamagui/progress": "1.125.8",
58
- "@tamagui/radio-group": "1.125.8",
59
- "@tamagui/select": "1.125.8",
60
- "@tamagui/sheet": "1.125.8",
61
- "@tamagui/slider": "1.125.8",
62
- "@tamagui/stacks": "1.125.8",
63
- "@tamagui/tamagui-dev-config": "1.125.8",
64
- "@tamagui/toast": "1.125.8",
65
- "tamagui": "1.125.8"
48
+ "@tamagui/avatar": "1.125.9",
49
+ "@tamagui/button": "1.125.9",
50
+ "@tamagui/config": "1.125.9",
51
+ "@tamagui/core": "1.125.9",
52
+ "@tamagui/list-item": "1.125.9",
53
+ "@tamagui/logo": "1.125.9",
54
+ "@tamagui/lucide-icons": "1.125.9",
55
+ "@tamagui/menu": "1.125.9",
56
+ "@tamagui/popover": "1.125.9",
57
+ "@tamagui/progress": "1.125.9",
58
+ "@tamagui/radio-group": "1.125.9",
59
+ "@tamagui/select": "1.125.9",
60
+ "@tamagui/sheet": "1.125.9",
61
+ "@tamagui/slider": "1.125.9",
62
+ "@tamagui/stacks": "1.125.9",
63
+ "@tamagui/tamagui-dev-config": "1.125.9",
64
+ "@tamagui/toast": "1.125.9",
65
+ "tamagui": "1.125.9"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "*"
69
69
  },
70
70
  "devDependencies": {
71
- "@tamagui/build": "1.125.8",
71
+ "@tamagui/build": "1.125.9",
72
72
  "react": "*"
73
73
  },
74
74
  "publishConfig": {
@@ -75,8 +75,8 @@ export function Demo({
75
75
  <Popover.Content
76
76
  borderWidth={1}
77
77
  borderColor="$borderColor"
78
- width={250}
79
- height={250}
78
+ width={300}
79
+ height={300}
80
80
  enterStyle={{ y: -10, opacity: 0 }}
81
81
  exitStyle={{ y: -10, opacity: 0 }}
82
82
  elevate