shineout 3.3.2 → 3.3.3-beta.2

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.
@@ -10,3 +10,4 @@ export interface CardGroupComponent extends RefCardGroup {
10
10
  }
11
11
  declare const CardGroupComp: CardGroupComponent;
12
12
  export default CardGroupComp;
13
+ export { LazyLoad } from '@sheinx/base';
@@ -6,4 +6,5 @@ Item.displayName = 'ShineoutCardGroupItem';
6
6
  var CardGroupComp = CardGroup;
7
7
  CardGroupComp.displayName = 'ShineoutCardGroup';
8
8
  CardGroupComp.Item = Item;
9
- export default CardGroupComp;
9
+ export default CardGroupComp;
10
+ export { LazyLoad } from '@sheinx/base';
package/esm/index.js CHANGED
@@ -58,5 +58,5 @@ export * from "./deprecated";
58
58
  import * as _TYPE from "./type";
59
59
  export { _TYPE as TYPE };
60
60
  export default {
61
- version: '3.3.2'
61
+ version: '3.3.3-beta.2'
62
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shineout",
3
- "version": "3.3.2",
3
+ "version": "3.3.3-beta.2",
4
4
  "description": "A components library for React",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -16,10 +16,10 @@
16
16
  "module": "./esm/index.js",
17
17
  "typings": "./cjs/index.d.ts",
18
18
  "dependencies": {
19
- "@sheinx/base": "3.3.2",
20
- "@sheinx/hooks": "3.3.2",
21
- "@sheinx/shineout-style": "3.3.2",
22
- "@sheinx/theme": "3.3.2",
19
+ "@sheinx/base": "3.3.3-beta.2",
20
+ "@sheinx/hooks": "3.3.3-beta.2",
21
+ "@sheinx/shineout-style": "3.3.3-beta.2",
22
+ "@sheinx/theme": "3.3.3-beta.2",
23
23
  "classnames": "^2.0.0",
24
24
  "immer": "^10.0.0",
25
25
  "deep-eql": "^4.0.0"