react-grab 0.1.9 → 0.1.10
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.
- package/dist/{chunk-OTL3Q3UR.cjs → chunk-FP7IOKPO.cjs} +2 -2
- package/dist/{chunk-SGCZQGYN.js → chunk-H433UU7E.js} +2 -2
- package/dist/core/index.cjs +1 -1
- package/dist/core/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.global.js +2 -2
- package/dist/index.js +1 -1
- package/dist/react.cjs +2 -2
- package/dist/react.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {o}from'./chunk-
|
|
1
|
+
import {o}from'./chunk-H433UU7E.js';export{j as DEFAULT_THEME,g as captureElementScreenshot,f as combineBounds,n as commentPlugin,l as copyHtmlPlugin,h as copyImageToClipboard,c as formatElementInfo,e as generateSnippet,b as getStack,o as init,a as isInstrumentationActive,i as isScreenshotSupported,m as openPlugin,k as screenshotPlugin}from'./chunk-H433UU7E.js';/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Aiden Bai
|
package/dist/react.cjs
CHANGED
|
@@ -2152,7 +2152,7 @@ var VERSION, VIEWPORT_MARGIN_PX, OFFSCREEN_POSITION, SELECTION_LERP_FACTOR, FEED
|
|
|
2152
2152
|
var init_constants = __esm({
|
|
2153
2153
|
"src/constants.ts"() {
|
|
2154
2154
|
"use strict";
|
|
2155
|
-
VERSION = "0.1.
|
|
2155
|
+
VERSION = "0.1.10";
|
|
2156
2156
|
VIEWPORT_MARGIN_PX = 8;
|
|
2157
2157
|
OFFSCREEN_POSITION = -1e3;
|
|
2158
2158
|
SELECTION_LERP_FACTOR = 0.95;
|
|
@@ -12950,7 +12950,7 @@ var init_log_intro = __esm({
|
|
|
12950
12950
|
init_is_extension_context();
|
|
12951
12951
|
logIntro = () => {
|
|
12952
12952
|
try {
|
|
12953
|
-
const version = "0.1.
|
|
12953
|
+
const version = "0.1.10";
|
|
12954
12954
|
const logoDataUri = `data:image/svg+xml;base64,${btoa(LOGO_SVG)}`;
|
|
12955
12955
|
console.log(
|
|
12956
12956
|
`%cReact Grab${version ? ` v${version}` : ""}%c
|
package/dist/react.js
CHANGED
|
@@ -2140,7 +2140,7 @@ var VERSION, VIEWPORT_MARGIN_PX, OFFSCREEN_POSITION, SELECTION_LERP_FACTOR, FEED
|
|
|
2140
2140
|
var init_constants = __esm({
|
|
2141
2141
|
"src/constants.ts"() {
|
|
2142
2142
|
"use strict";
|
|
2143
|
-
VERSION = "0.1.
|
|
2143
|
+
VERSION = "0.1.10";
|
|
2144
2144
|
VIEWPORT_MARGIN_PX = 8;
|
|
2145
2145
|
OFFSCREEN_POSITION = -1e3;
|
|
2146
2146
|
SELECTION_LERP_FACTOR = 0.95;
|
|
@@ -12938,7 +12938,7 @@ var init_log_intro = __esm({
|
|
|
12938
12938
|
init_is_extension_context();
|
|
12939
12939
|
logIntro = () => {
|
|
12940
12940
|
try {
|
|
12941
|
-
const version = "0.1.
|
|
12941
|
+
const version = "0.1.10";
|
|
12942
12942
|
const logoDataUri = `data:image/svg+xml;base64,${btoa(LOGO_SVG)}`;
|
|
12943
12943
|
console.log(
|
|
12944
12944
|
`%cReact Grab${version ? ` v${version}` : ""}%c
|