sprof 0.0.65 → 0.0.67
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/components/organisms/PTabs/ITab.d.ts +2 -2
- package/dist/core/helpers/index.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/sprof.js +3166 -3121
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -3,11 +3,11 @@ import { Sizes } from '../types/Sizes';
|
|
|
3
3
|
import { Statuses } from '../types/Statuses';
|
|
4
4
|
import { default as Arrays } from './Arrays';
|
|
5
5
|
import { default as Axios } from './Axios';
|
|
6
|
-
import { default as BaseStore } from './BaseStore';
|
|
7
6
|
import { default as Cache } from './Cache';
|
|
8
7
|
import { default as CarouselSwipe } from './CarouselSwipe';
|
|
9
8
|
import { default as Hooks } from './Hooks';
|
|
10
9
|
import { default as Id } from './Id';
|
|
10
|
+
import { default as BaseStore } from './BaseStore';
|
|
11
11
|
import { default as Color } from './Color';
|
|
12
12
|
import { default as CreateSortModels } from './CreateSortModels';
|
|
13
13
|
import { default as Cursor } from './Cursor';
|
package/dist/index.d.ts
CHANGED