@esportsplus/ui 0.20.9 → 0.20.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.
@@ -18,7 +18,7 @@ export { default as highlight } from './highlight/index.js';
18
18
  export { default as icon } from './icon/index.js';
19
19
  export { default as json } from './json/index.js';
20
20
  export * as link from './link/index.js';
21
- export * as loader from './loader/index.js';
21
+ export { default as loader } from './loader/index.js';
22
22
  export { default as loading } from './loading/index.js';
23
23
  export * as modal from './modal/index.js';
24
24
  export { default as number } from './number/index.js';
@@ -18,7 +18,7 @@ export { default as highlight } from './highlight/index.js';
18
18
  export { default as icon } from './icon/index.js';
19
19
  export { default as json } from './json/index.js';
20
20
  export * as link from './link/index.js';
21
- export * as loader from './loader/index.js';
21
+ export { default as loader } from './loader/index.js';
22
22
  export { default as loading } from './loading/index.js';
23
23
  export * as modal from './modal/index.js';
24
24
  export { default as number } from './number/index.js';
package/package.json CHANGED
@@ -48,7 +48,7 @@
48
48
  "private": false,
49
49
  "sideEffects": false,
50
50
  "type": "module",
51
- "version": "0.20.9",
51
+ "version": "0.20.10",
52
52
  "scripts": {
53
53
  "build": "run-s build:vite build:ts",
54
54
  "build:ts": "tsc && tsc-alias",
@@ -18,7 +18,7 @@ export { default as highlight } from './highlight';
18
18
  export { default as icon } from './icon';
19
19
  export { default as json } from './json';
20
20
  export * as link from './link';
21
- export * as loader from './loader';
21
+ export { default as loader } from './loader';
22
22
  export { default as loading } from './loading';
23
23
  export * as modal from './modal';
24
24
  export { default as number } from './number';