@bleedingdev/modern-js-runtime 3.2.0-ultramodern.87 → 3.2.0-ultramodern.89

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.
@@ -198,16 +198,17 @@ function BoundaryDebugger({ controlMode = 'visible', enabledByDefault = false, l
198
198
  alignItems: 'center',
199
199
  background: 'rgba(255, 255, 255, 0.96)',
200
200
  border: '1px solid rgba(0, 0, 0, 0.1)',
201
- borderRadius: 12,
202
- bottom: 20,
203
- boxShadow: '0 16px 40px rgba(0, 0, 0, 0.16)',
201
+ borderRadius: 10,
202
+ boxShadow: '0 10px 28px rgba(0, 0, 0, 0.14)',
204
203
  color: '#111827',
205
204
  display: 'flex',
206
- font: '600 14px/1.2 system-ui, sans-serif',
205
+ font: '600 13px/1.2 system-ui, sans-serif',
207
206
  gap: 8,
208
- left: 20,
209
- padding: '12px 14px',
207
+ left: 'max(12px, env(safe-area-inset-left))',
208
+ maxWidth: 'calc(100vw - 24px)',
209
+ padding: '9px 11px',
210
210
  position: 'fixed',
211
+ top: 'max(12px, env(safe-area-inset-top))',
211
212
  zIndex: 2147483000
212
213
  },
213
214
  children: [
@@ -169,16 +169,17 @@ function BoundaryDebugger({ controlMode = 'visible', enabledByDefault = false, l
169
169
  alignItems: 'center',
170
170
  background: 'rgba(255, 255, 255, 0.96)',
171
171
  border: '1px solid rgba(0, 0, 0, 0.1)',
172
- borderRadius: 12,
173
- bottom: 20,
174
- boxShadow: '0 16px 40px rgba(0, 0, 0, 0.16)',
172
+ borderRadius: 10,
173
+ boxShadow: '0 10px 28px rgba(0, 0, 0, 0.14)',
175
174
  color: '#111827',
176
175
  display: 'flex',
177
- font: '600 14px/1.2 system-ui, sans-serif',
176
+ font: '600 13px/1.2 system-ui, sans-serif',
178
177
  gap: 8,
179
- left: 20,
180
- padding: '12px 14px',
178
+ left: 'max(12px, env(safe-area-inset-left))',
179
+ maxWidth: 'calc(100vw - 24px)',
180
+ padding: '9px 11px',
181
181
  position: 'fixed',
182
+ top: 'max(12px, env(safe-area-inset-top))',
182
183
  zIndex: 2147483000
183
184
  },
184
185
  children: [
@@ -170,16 +170,17 @@ function BoundaryDebugger({ controlMode = 'visible', enabledByDefault = false, l
170
170
  alignItems: 'center',
171
171
  background: 'rgba(255, 255, 255, 0.96)',
172
172
  border: '1px solid rgba(0, 0, 0, 0.1)',
173
- borderRadius: 12,
174
- bottom: 20,
175
- boxShadow: '0 16px 40px rgba(0, 0, 0, 0.16)',
173
+ borderRadius: 10,
174
+ boxShadow: '0 10px 28px rgba(0, 0, 0, 0.14)',
176
175
  color: '#111827',
177
176
  display: 'flex',
178
- font: '600 14px/1.2 system-ui, sans-serif',
177
+ font: '600 13px/1.2 system-ui, sans-serif',
179
178
  gap: 8,
180
- left: 20,
181
- padding: '12px 14px',
179
+ left: 'max(12px, env(safe-area-inset-left))',
180
+ maxWidth: 'calc(100vw - 24px)',
181
+ padding: '9px 11px',
182
182
  position: 'fixed',
183
+ top: 'max(12px, env(safe-area-inset-top))',
183
184
  zIndex: 2147483000
184
185
  },
185
186
  children: [
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "modern",
18
18
  "modern.js"
19
19
  ],
20
- "version": "3.2.0-ultramodern.87",
20
+ "version": "3.2.0-ultramodern.89",
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
@@ -233,12 +233,12 @@
233
233
  "isbot": "5.1.40",
234
234
  "react-helmet-async": "3.0.0",
235
235
  "react-is": "^19.2.6",
236
- "@modern-js/plugin": "npm:@bleedingdev/modern-js-plugin@3.2.0-ultramodern.87",
237
- "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.87",
238
- "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.87",
239
- "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.87",
240
- "@modern-js/render": "npm:@bleedingdev/modern-js-render@3.2.0-ultramodern.87",
241
- "@modern-js/plugin-data-loader": "npm:@bleedingdev/modern-js-plugin-data-loader@3.2.0-ultramodern.87"
236
+ "@modern-js/plugin": "npm:@bleedingdev/modern-js-plugin@3.2.0-ultramodern.89",
237
+ "@modern-js/plugin-data-loader": "npm:@bleedingdev/modern-js-plugin-data-loader@3.2.0-ultramodern.89",
238
+ "@modern-js/render": "npm:@bleedingdev/modern-js-render@3.2.0-ultramodern.89",
239
+ "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.89",
240
+ "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.89",
241
+ "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.89"
242
242
  },
243
243
  "peerDependencies": {
244
244
  "react": "^19.2.6",
@@ -257,7 +257,7 @@
257
257
  "@typescript/native-preview": "7.0.0-dev.20260527.2",
258
258
  "react": "^19.2.6",
259
259
  "react-dom": "^19.2.6",
260
- "@modern-js/app-tools": "npm:@bleedingdev/modern-js-app-tools@3.2.0-ultramodern.87",
260
+ "@modern-js/app-tools": "npm:@bleedingdev/modern-js-app-tools@3.2.0-ultramodern.89",
261
261
  "@scripts/rstest-config": "2.66.0"
262
262
  },
263
263
  "sideEffects": false,