@plasmicpkgs/antd5 0.0.164 → 0.0.166

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.
@@ -9,13 +9,13 @@ export declare const AntdInput: React.ForwardRefExoticComponent<import("antd").I
9
9
  };
10
10
  export declare const AntdTextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
11
11
  export declare const AntdPassword: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("antd").InputRef>>;
12
- export declare const AntdInputNumber: (<T extends import("rc-input-number").ValueType = import("rc-input-number").ValueType>(props: import("antd").InputNumberProps<T> & {
12
+ export declare const AntdInputNumber: (<T extends import("@rc-component/mini-decimal").ValueType = import("@rc-component/mini-decimal").ValueType>(props: import("antd").InputNumberProps<T> & {
13
13
  children?: React.ReactNode;
14
14
  } & {
15
15
  ref?: React.Ref<HTMLInputElement> | undefined;
16
16
  }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
17
17
  displayName?: string | undefined;
18
- _InternalPanelDoNotUseOrYouWillBeFired: React.FC<import("antd").InputNumberProps<import("rc-input-number").ValueType>>;
18
+ _InternalPanelDoNotUseOrYouWillBeFired: React.FC<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType>>;
19
19
  };
20
20
  export declare const inputHelpers: {
21
21
  states: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/antd5",
3
- "version": "0.0.164",
3
+ "version": "0.0.166",
4
4
  "description": "Plasmic registration calls for antd components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  ],
49
49
  "scripts": {
50
- "build": "rollup -c rollup.config.mjs && yarn tsc --emitDeclarationOnly --declaration src/index.ts --incremental --tsBuildInfoFile ./dist/.tsbuildinfo --skipLibCheck --jsx react --esModuleInterop --strict --outDir ./dist/ && cp ./dist/*.d.ts skinny/ && rm skinny/index.d.ts",
50
+ "build": "rollup -c rollup.config.mjs && yarn tsc --emitDeclarationOnly --declaration src/index.ts --incremental --tsBuildInfoFile ./dist/.tsbuildinfo --skipLibCheck --jsx react --lib dom,esnext --esModuleInterop --strict --outDir ./dist/ && cp ./dist/*.d.ts skinny/ && rm skinny/index.d.ts",
51
51
  "prepare": "if-env PREPARE_NO_BUILD=true || yarn build",
52
52
  "clean": "rm -rf dist/ skinny/*.ts skinny/*.map skinny/*.js",
53
53
  "storybook": "storybook dev -p 6006",
@@ -56,6 +56,9 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "antd": "^5.7.3",
59
+ "classnames": "^2.3.2",
60
+ "dayjs": "^1.11.10",
61
+ "fast-deep-equal": "^3.1.3",
59
62
  "lodash": "^4.17.21"
60
63
  },
61
64
  "devDependencies": {
@@ -65,7 +68,7 @@
65
68
  "@plasmicapp/data-sources": "0.1.133",
66
69
  "@plasmicapp/host": "1.0.177",
67
70
  "@plasmicapp/query": "0.1.74",
68
- "@plasmicapp/react-web": "0.2.285",
71
+ "@plasmicapp/react-web": "0.2.287",
69
72
  "@rollup/plugin-commonjs": "^11.0.0",
70
73
  "@rollup/plugin-json": "^4.0.0",
71
74
  "@rollup/plugin-node-resolve": "^9.0.0",
@@ -80,10 +83,13 @@
80
83
  "@storybook/react-webpack5": "^7.4.0",
81
84
  "@storybook/test-runner": "^0.13.0",
82
85
  "@storybook/testing-library": "^0.0.13",
86
+ "@types/lodash": "^4.14.200",
83
87
  "@types/node": "^14.0.26",
84
88
  "@types/react": "^18.0.27",
85
89
  "@types/react-dom": "^18.0.10",
86
90
  "glob": "^8.1.0",
91
+ "rc-input-number": "^8.1.0",
92
+ "rc-menu": "^9.12.2",
87
93
  "react": "^18.2.0",
88
94
  "react-dom": "^18.2.0",
89
95
  "rollup": "^3.10.1",
@@ -102,5 +108,5 @@
102
108
  "publishConfig": {
103
109
  "access": "public"
104
110
  },
105
- "gitHead": "dd3fb05c217645973c4f62f7e70676799b3fd627"
111
+ "gitHead": "1a2ace7a5649cd34af43e7f389c80363e33e82f4"
106
112
  }
@@ -9,13 +9,13 @@ export declare const AntdInput: React.ForwardRefExoticComponent<import("antd").I
9
9
  };
10
10
  export declare const AntdTextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
11
11
  export declare const AntdPassword: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("antd").InputRef>>;
12
- export declare const AntdInputNumber: (<T extends import("rc-input-number").ValueType = import("rc-input-number").ValueType>(props: import("antd").InputNumberProps<T> & {
12
+ export declare const AntdInputNumber: (<T extends import("@rc-component/mini-decimal").ValueType = import("@rc-component/mini-decimal").ValueType>(props: import("antd").InputNumberProps<T> & {
13
13
  children?: React.ReactNode;
14
14
  } & {
15
15
  ref?: React.Ref<HTMLInputElement> | undefined;
16
16
  }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
17
17
  displayName?: string | undefined;
18
- _InternalPanelDoNotUseOrYouWillBeFired: React.FC<import("antd").InputNumberProps<import("rc-input-number").ValueType>>;
18
+ _InternalPanelDoNotUseOrYouWillBeFired: React.FC<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType>>;
19
19
  };
20
20
  export declare const inputHelpers: {
21
21
  states: {