bippy 0.3.13 → 0.3.15

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.
Files changed (50) hide show
  1. package/LICENSE +1 -1
  2. package/dist/chunk-DWy1uDak.cjs +47 -0
  3. package/dist/core-BHLOH6E0.js +744 -0
  4. package/dist/core-BOYfIZ0s.d.cts +293 -0
  5. package/dist/core-C9jPbnEc.cjs +1164 -0
  6. package/dist/core-CmL25iLV.d.ts +293 -0
  7. package/dist/core.cjs +79 -286
  8. package/dist/core.d.cts +2 -221
  9. package/dist/core.d.ts +2 -221
  10. package/dist/core.js +11 -2
  11. package/dist/experiments/inspect.cjs +1109 -1400
  12. package/dist/experiments/inspect.d.cts +12 -10
  13. package/dist/experiments/inspect.d.ts +12 -10
  14. package/dist/experiments/inspect.js +1101 -1385
  15. package/dist/index-BtBZHVmz.d.cts +1 -0
  16. package/dist/index-D0E78WnU.d.ts +1 -0
  17. package/dist/index.cjs +80 -287
  18. package/dist/index.d.cts +3 -5
  19. package/dist/index.d.ts +3 -5
  20. package/dist/index.iife.js +9 -0
  21. package/dist/index.js +12 -3
  22. package/dist/jsx-dev-runtime.cjs +18 -33
  23. package/dist/jsx-dev-runtime.d.cts +7 -6
  24. package/dist/jsx-dev-runtime.d.ts +7 -6
  25. package/dist/jsx-dev-runtime.js +17 -28
  26. package/dist/jsx-runtime.cjs +16 -12
  27. package/dist/jsx-runtime.d.cts +3 -3
  28. package/dist/jsx-runtime.d.ts +3 -3
  29. package/dist/jsx-runtime.js +12 -4
  30. package/dist/source-C6Kcs2bv.cjs +2438 -0
  31. package/dist/source-CAKKlkON.js +2446 -0
  32. package/dist/source.cjs +84 -300
  33. package/dist/source.d.cts +8 -10
  34. package/dist/source.d.ts +8 -10
  35. package/dist/source.iife.js +14 -0
  36. package/dist/source.js +13 -4
  37. package/dist/src-BMy3jWE4.cjs +14 -0
  38. package/dist/{chunk-H6ZLR634.js → src-CAEV45VU.js} +5 -4
  39. package/package.json +6 -7
  40. package/dist/chunk-3DXHQSXK.js +0 -788
  41. package/dist/chunk-4N6XEHJD.cjs +0 -859
  42. package/dist/chunk-AQ674A4M.cjs +0 -38
  43. package/dist/chunk-EPG3GO3H.js +0 -35
  44. package/dist/chunk-FUZZZTS6.js +0 -2255
  45. package/dist/chunk-NKMRHYKS.cjs +0 -2259
  46. package/dist/chunk-TGUPYBYL.cjs +0 -15
  47. package/dist/index.global.js +0 -9
  48. package/dist/jsx-runtime-KafG0Y8O.d.cts +0 -72
  49. package/dist/jsx-runtime-KafG0Y8O.d.ts +0 -72
  50. package/dist/source.global.js +0 -9
@@ -1,16 +1,18 @@
1
- import React__default from 'react';
1
+ import React from "react";
2
2
 
3
+ //#region src/experiments/inspect.d.ts
3
4
  interface InspectorProps {
4
- enabled?: boolean;
5
- children?: React__default.ReactNode;
6
- dangerouslyRunInProduction?: boolean;
5
+ enabled?: boolean;
6
+ children?: React.ReactNode;
7
+ dangerouslyRunInProduction?: boolean;
7
8
  }
8
9
  interface InspectorHandle {
9
- enable: () => void;
10
- disable: () => void;
11
- inspectElement: (element: Element) => void;
10
+ enable: () => void;
11
+ disable: () => void;
12
+ inspectElement: (element: Element) => void;
12
13
  }
13
- declare const RawInspector: React__default.ForwardRefExoticComponent<InspectorProps & React__default.RefAttributes<InspectorHandle>>;
14
- declare const Inspector: React__default.ForwardRefExoticComponent<InspectorProps & React__default.RefAttributes<InspectorHandle>>;
14
+ declare const RawInspector: React.ForwardRefExoticComponent<InspectorProps & React.RefAttributes<InspectorHandle>>;
15
+ declare const Inspector: React.ForwardRefExoticComponent<InspectorProps & React.RefAttributes<InspectorHandle>>;
15
16
 
16
- export { Inspector, type InspectorHandle, type InspectorProps, RawInspector, Inspector as default };
17
+ //#endregion
18
+ export { Inspector, Inspector as default, InspectorHandle, InspectorProps, RawInspector };
@@ -1,16 +1,18 @@
1
- import React__default from 'react';
1
+ import React from "react";
2
2
 
3
+ //#region src/experiments/inspect.d.ts
3
4
  interface InspectorProps {
4
- enabled?: boolean;
5
- children?: React__default.ReactNode;
6
- dangerouslyRunInProduction?: boolean;
5
+ enabled?: boolean;
6
+ children?: React.ReactNode;
7
+ dangerouslyRunInProduction?: boolean;
7
8
  }
8
9
  interface InspectorHandle {
9
- enable: () => void;
10
- disable: () => void;
11
- inspectElement: (element: Element) => void;
10
+ enable: () => void;
11
+ disable: () => void;
12
+ inspectElement: (element: Element) => void;
12
13
  }
13
- declare const RawInspector: React__default.ForwardRefExoticComponent<InspectorProps & React__default.RefAttributes<InspectorHandle>>;
14
- declare const Inspector: React__default.ForwardRefExoticComponent<InspectorProps & React__default.RefAttributes<InspectorHandle>>;
14
+ declare const RawInspector: React.ForwardRefExoticComponent<InspectorProps & React.RefAttributes<InspectorHandle>>;
15
+ declare const Inspector: React.ForwardRefExoticComponent<InspectorProps & React.RefAttributes<InspectorHandle>>;
15
16
 
16
- export { Inspector, type InspectorHandle, type InspectorProps, RawInspector, Inspector as default };
17
+ //#endregion
18
+ export { Inspector, Inspector as default, InspectorHandle, InspectorProps, RawInspector };