@teambit/react.ui.loader-fallback 0.0.105 → 0.0.107

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.
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
- export declare const RegularComponent: () => JSX.Element;
3
- export declare const UndefinedComponent: () => JSX.Element;
4
- export declare const ChangingComponent: () => JSX.Element;
5
- export declare const LongChangingComponent: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const RegularComponent: () => React.JSX.Element;
3
+ export declare const UndefinedComponent: () => React.JSX.Element;
4
+ export declare const ChangingComponent: () => React.JSX.Element;
5
+ export declare const LongChangingComponent: () => React.JSX.Element;
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/633786a8db5eb76897544549d9cae6b12f050100/teambit.react_ui_loader-fallback@0.0.105/dist/loader-fallback.compositions.js';
2
- import * as overview_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/633786a8db5eb76897544549d9cae6b12f050100/teambit.react_ui_loader-fallback@0.0.105/dist/loader-fallback.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_ui_loader-fallback@0.0.107/dist/loader-fallback.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_ui_loader-fallback@0.0.107/dist/loader-fallback.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/react.ui.loader-fallback",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "homepage": "https://bit.cloud/teambit/react/ui/loader-fallback",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.react",
8
8
  "name": "ui/loader-fallback",
9
- "version": "0.0.105"
9
+ "version": "0.0.107"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0",
@@ -18,7 +18,7 @@
18
18
  "@types/node": "12.20.4",
19
19
  "@types/react-dom": "^17.0.5",
20
20
  "@types/jest": "^26.0.0",
21
- "@babel/runtime": "7.20.0",
21
+ "@babel/runtime": "7.23.2",
22
22
  "@types/testing-library__jest-dom": "5.9.5"
23
23
  },
24
24
  "peerDependencies": {