@buoy-gg/shared-ui 2.1.11 → 2.1.12

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.
@@ -7,7 +7,7 @@ exports.useNativeSafeAreaInsets = exports.safeAreaType = exports.hasSafeAreaPack
7
7
  /**
8
8
  * Auto-generated safe area implementation
9
9
  * Detected: none
10
- * Generated at: 2026-04-18T22:04:30.014Z
10
+ * Generated at: 2026-04-21T17:25:18.600Z
11
11
  *
12
12
  * DO NOT EDIT - This file is generated by scripts/detect-safe-area.js
13
13
  *
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Auto-generated safe area implementation
5
5
  * Detected: none
6
- * Generated at: 2026-04-18T22:04:30.014Z
6
+ * Generated at: 2026-04-21T17:25:18.600Z
7
7
  *
8
8
  * DO NOT EDIT - This file is generated by scripts/detect-safe-area.js
9
9
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated safe area implementation
3
3
  * Detected: none
4
- * Generated at: 2026-04-18T22:04:30.014Z
4
+ * Generated at: 2026-04-21T17:25:18.600Z
5
5
  *
6
6
  * DO NOT EDIT - This file is generated by scripts/detect-safe-area.js
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated safe area implementation
3
3
  * Detected: none
4
- * Generated at: 2026-04-18T22:04:30.014Z
4
+ * Generated at: 2026-04-21T17:25:18.600Z
5
5
  *
6
6
  * DO NOT EDIT - This file is generated by scripts/detect-safe-area.js
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buoy-gg/shared-ui",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "description": "Shared UI components, hooks, and utilities",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -114,19 +114,11 @@
114
114
  "scripts"
115
115
  ],
116
116
  "sideEffects": false,
117
- "scripts": {
118
- "postinstall": "node scripts/detect-clipboard.js && node scripts/detect-safe-area.js",
119
- "build": "bob build",
120
- "typecheck": "tsc --noEmit",
121
- "prepublishOnly": "REACT_BUOY_FALLBACK=1 node scripts/detect-safe-area.js && bob build",
122
- "clean": "rimraf lib",
123
- "test": "pnpm run typecheck"
124
- },
125
117
  "dependencies": {
126
- "@buoy-gg/floating-tools-core": "workspace:*"
118
+ "@buoy-gg/floating-tools-core": "2.1.12"
127
119
  },
128
120
  "peerDependencies": {
129
- "@buoy-gg/license": "2.1.11",
121
+ "@buoy-gg/license": "2.1.12",
130
122
  "@react-native-clipboard/clipboard": "*",
131
123
  "expo-clipboard": "*",
132
124
  "expo-file-system": "*",
@@ -149,12 +141,12 @@
149
141
  }
150
142
  },
151
143
  "devDependencies": {
152
- "@buoy-gg/license": "workspace:*",
153
144
  "@types/react": "^19.1.0",
154
145
  "@types/react-native": "^0.73.0",
155
146
  "expo-clipboard": "~7.1.5",
156
147
  "react-native-safe-area-context": "^5.6.2",
157
- "typescript": "~5.8.3"
148
+ "typescript": "~5.8.3",
149
+ "@buoy-gg/license": "2.1.12"
158
150
  },
159
151
  "react-native-builder-bob": {
160
152
  "source": "src",
@@ -189,5 +181,12 @@
189
181
  "publishConfig": {
190
182
  "access": "public",
191
183
  "tag": "latest"
184
+ },
185
+ "scripts": {
186
+ "postinstall": "node scripts/detect-clipboard.js && node scripts/detect-safe-area.js",
187
+ "build": "bob build",
188
+ "typecheck": "tsc --noEmit",
189
+ "clean": "rimraf lib",
190
+ "test": "pnpm run typecheck"
192
191
  }
193
- }
192
+ }