react-grab 0.0.75 → 0.0.76

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/core.cjs CHANGED
@@ -1,30 +1,30 @@
1
1
  'use strict';
2
2
 
3
- var chunkT2UGKGNQ_cjs = require('./chunk-T2UGKGNQ.cjs');
3
+ var chunkIKBHXHKY_cjs = require('./chunk-IKBHXHKY.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "DEFAULT_THEME", {
8
8
  enumerable: true,
9
- get: function () { return chunkT2UGKGNQ_cjs.DEFAULT_THEME; }
9
+ get: function () { return chunkIKBHXHKY_cjs.DEFAULT_THEME; }
10
10
  });
11
11
  Object.defineProperty(exports, "formatElementInfo", {
12
12
  enumerable: true,
13
- get: function () { return chunkT2UGKGNQ_cjs.getElementContext; }
13
+ get: function () { return chunkIKBHXHKY_cjs.getElementContext; }
14
14
  });
15
15
  Object.defineProperty(exports, "generateSnippet", {
16
16
  enumerable: true,
17
- get: function () { return chunkT2UGKGNQ_cjs.generateSnippet; }
17
+ get: function () { return chunkIKBHXHKY_cjs.generateSnippet; }
18
18
  });
19
19
  Object.defineProperty(exports, "getStack", {
20
20
  enumerable: true,
21
- get: function () { return chunkT2UGKGNQ_cjs.getStack; }
21
+ get: function () { return chunkIKBHXHKY_cjs.getStack; }
22
22
  });
23
23
  Object.defineProperty(exports, "init", {
24
24
  enumerable: true,
25
- get: function () { return chunkT2UGKGNQ_cjs.init; }
25
+ get: function () { return chunkIKBHXHKY_cjs.init; }
26
26
  });
27
27
  Object.defineProperty(exports, "isInstrumentationActive", {
28
28
  enumerable: true,
29
- get: function () { return chunkT2UGKGNQ_cjs.Ee; }
29
+ get: function () { return chunkIKBHXHKY_cjs.Ee; }
30
30
  });
package/dist/core.js CHANGED
@@ -1 +1 @@
1
- export { DEFAULT_THEME, getElementContext as formatElementInfo, generateSnippet, getStack, init, Ee as isInstrumentationActive } from './chunk-BQIOOKBH.js';
1
+ export { DEFAULT_THEME, getElementContext as formatElementInfo, generateSnippet, getStack, init, Ee as isInstrumentationActive } from './chunk-FZG56F6B.js';
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkT2UGKGNQ_cjs = require('./chunk-T2UGKGNQ.cjs');
3
+ var chunkIKBHXHKY_cjs = require('./chunk-IKBHXHKY.cjs');
4
4
 
5
5
  /**
6
6
  * @license MIT
@@ -31,7 +31,7 @@ if (typeof window !== "undefined") {
31
31
  if (window.__REACT_GRAB__) {
32
32
  globalApi = window.__REACT_GRAB__;
33
33
  } else {
34
- globalApi = chunkT2UGKGNQ_cjs.init();
34
+ globalApi = chunkIKBHXHKY_cjs.init();
35
35
  window.__REACT_GRAB__ = globalApi;
36
36
  window.dispatchEvent(
37
37
  new CustomEvent("react-grab:init", { detail: globalApi })
@@ -41,27 +41,27 @@ if (typeof window !== "undefined") {
41
41
 
42
42
  Object.defineProperty(exports, "DEFAULT_THEME", {
43
43
  enumerable: true,
44
- get: function () { return chunkT2UGKGNQ_cjs.DEFAULT_THEME; }
44
+ get: function () { return chunkIKBHXHKY_cjs.DEFAULT_THEME; }
45
45
  });
46
46
  Object.defineProperty(exports, "formatElementInfo", {
47
47
  enumerable: true,
48
- get: function () { return chunkT2UGKGNQ_cjs.getElementContext; }
48
+ get: function () { return chunkIKBHXHKY_cjs.getElementContext; }
49
49
  });
50
50
  Object.defineProperty(exports, "generateSnippet", {
51
51
  enumerable: true,
52
- get: function () { return chunkT2UGKGNQ_cjs.generateSnippet; }
52
+ get: function () { return chunkIKBHXHKY_cjs.generateSnippet; }
53
53
  });
54
54
  Object.defineProperty(exports, "getStack", {
55
55
  enumerable: true,
56
- get: function () { return chunkT2UGKGNQ_cjs.getStack; }
56
+ get: function () { return chunkIKBHXHKY_cjs.getStack; }
57
57
  });
58
58
  Object.defineProperty(exports, "init", {
59
59
  enumerable: true,
60
- get: function () { return chunkT2UGKGNQ_cjs.init; }
60
+ get: function () { return chunkIKBHXHKY_cjs.init; }
61
61
  });
62
62
  Object.defineProperty(exports, "isInstrumentationActive", {
63
63
  enumerable: true,
64
- get: function () { return chunkT2UGKGNQ_cjs.Ee; }
64
+ get: function () { return chunkIKBHXHKY_cjs.Ee; }
65
65
  });
66
66
  exports.getGlobalApi = getGlobalApi;
67
67
  exports.setGlobalApi = setGlobalApi;