@antscorp/antsomi-ui 1.2.2 → 1.2.3

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.
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ import { Checkbox } from './Checkbox';
4
+ declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
5
+ Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
6
+ }>;
7
+ export default _default;
8
+ export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
9
+ Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
10
+ }>;
11
+ export declare const Basic: ComponentStory<typeof Checkbox>;
12
+ export declare const ControlledCheckbox: ComponentStory<typeof Checkbox>;
13
+ export declare const CheckAll: ComponentStory<typeof Checkbox>;
14
+ export declare const Disabled: ComponentStory<typeof Checkbox>;
15
+ export declare const CheckboxGroup: ComponentStory<typeof Checkbox>;
@@ -3,6 +3,5 @@ export { Cascader } from './Cascader';
3
3
  export { Dropdown } from './Dropdown';
4
4
  export { Modal } from './Modal';
5
5
  export { Select } from './Select';
6
- export { CustomComponent } from './CustomComponent';
7
6
  export { DatePicker } from './DatePicker';
8
7
  export type { AdvancedPickerProps, TAdvancedPickerOption, TAdvancedRangePickerTimeRange, } from './DatePicker';
@@ -0,0 +1 @@
1
+ export { THEME } from './theme';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -13,7 +13,6 @@
13
13
  "eslint": "eslint --ext js,ts,tsx",
14
14
  "lint": "yarn run eslint src",
15
15
  "lint:fix": "yarn run eslint src --fix",
16
- "prepare": "husky install",
17
16
  "storybook": "start-storybook -p 6006 -s public",
18
17
  "build-storybook": "build-storybook",
19
18
  "serve-storybook": "serve storybook-static",
package/dist/package.json DELETED
@@ -1,110 +0,0 @@
1
- {
2
- "name": "@antscorp/antsomi-ui",
3
- "version": "1.1.10-beta.27",
4
- "description": "An enterprise-class UI design language and React UI library.",
5
- "main": "index.js",
6
- "module": "index.js",
7
- "types": "types",
8
- "sideEffects": false,
9
- "scripts": {
10
- "dev": "vite",
11
- "build": "rollup -c",
12
- "eslint": "eslint --ext js,ts,tsx",
13
- "lint": "yarn run eslint src",
14
- "lint:fix": "yarn run eslint src --fix",
15
- "prepare": "husky install",
16
- "storybook": "start-storybook -p 6006 -s public",
17
- "build-storybook": "build-storybook",
18
- "serve-storybook": "serve storybook-static",
19
- "version": "auto-changelog -p && git add CHANGELOG.md"
20
- },
21
- "husky": {
22
- "hooks": {
23
- "pre-commit": "lint-staged"
24
- }
25
- },
26
- "lint-staged": {
27
- "*.{ts,tsx,js,jsx}": [
28
- "yarn lint:fix"
29
- ]
30
- },
31
- "author": "",
32
- "license": "MIT",
33
- "dependencies": {
34
- "dayjs": "^1.11.7",
35
- "react-day-picker": "^8.6.0"
36
- },
37
- "devDependencies": {
38
- "@ant-design/cssinjs": "^1.6.2",
39
- "@antscorp/eslint-config-antsomi": "1.0.4",
40
- "@antscorp/icons": "^0.26.47",
41
- "@babel/core": "^7.21.3",
42
- "@babel/preset-env": "^7.20.2",
43
- "@babel/preset-react": "^7.18.6",
44
- "@commitlint/cli": "^17.5.0",
45
- "@commitlint/config-conventional": "^17.4.4",
46
- "@emotion/react": "^11.10.6",
47
- "@rollup/plugin-commonjs": "^24.0.1",
48
- "@rollup/plugin-image": "^3.0.2",
49
- "@rollup/plugin-node-resolve": "^15.0.1",
50
- "@rollup/plugin-typescript": "^11.0.0",
51
- "@storybook/addon-actions": "^6.5.16",
52
- "@storybook/addon-essentials": "^6.5.16",
53
- "@storybook/addon-interactions": "^6.5.16",
54
- "@storybook/addon-links": "^6.5.16",
55
- "@storybook/addon-postcss": "^2.0.0",
56
- "@storybook/builder-webpack5": "^6.5.16",
57
- "@storybook/manager-webpack5": "^6.5.16",
58
- "@storybook/react": "^6.5.16",
59
- "@storybook/testing-library": "^0.0.13",
60
- "@types/jest": "^29.2.5",
61
- "@types/node": "^18.15.10",
62
- "@types/react": "^18.0.29",
63
- "@types/react-dom": "^18.0.11",
64
- "@types/styled-components": "^5.1.26",
65
- "@typescript-eslint/eslint-plugin": "^5.55.0",
66
- "@typescript-eslint/parser": "^5.55.0",
67
- "@vitejs/plugin-react": "^3.1.0",
68
- "antd": "^5.3.2",
69
- "auto-changelog": "^2.4.0",
70
- "babel-loader": "^8.3.0",
71
- "clsx": "^1.2.1",
72
- "css-loader": "^6.7.3",
73
- "date-fns": "^2.29.3",
74
- "eslint": "^8.36.0",
75
- "eslint-config-airbnb": "^19.0.4",
76
- "eslint-config-airbnb-typescript": "^17.0.0",
77
- "eslint-plugin-import": "^2.27.5",
78
- "eslint-plugin-jsx-a11y": "^6.7.1",
79
- "eslint-plugin-react": "^7.32.2",
80
- "eslint-plugin-react-hooks": "^4.6.0",
81
- "eslint-plugin-storybook": "^0.6.11",
82
- "husky": "^8.0.3",
83
- "lint-staged": "^13.2.0",
84
- "postcss": "^8.4.21",
85
- "postcss-loader": "^7.1.0",
86
- "prettier": "^2.8.7",
87
- "react": "17.0.2",
88
- "react-dom": "17.0.2",
89
- "rollup": "^3.20.0",
90
- "rollup-plugin-dts": "^5.3.0",
91
- "rollup-plugin-peer-deps-external": "^2.2.4",
92
- "rollup-plugin-postcss": "^4.0.2",
93
- "rollup-plugin-terser": "^7.0.2",
94
- "rollup-plugin-typescript-paths": "^1.4.0",
95
- "sass": "^1.60.0",
96
- "sass-loader": "^13.2.1",
97
- "style-loader": "^3.3.2",
98
- "styled-components": "^5.3.9",
99
- "ts-loader": "^9.4.2",
100
- "tsconfig-paths-webpack-plugin": "^4.0.1",
101
- "tslib": "^2.5.0",
102
- "typescript": "^4.9.4",
103
- "vite": "^4.2.1",
104
- "webpack": "^5.75.0"
105
- },
106
- "peerDependencies": {
107
- "react": ">=16.9.0",
108
- "react-dom": ">=16.9.0"
109
- }
110
- }