@ucloud-fe/react-components 1.3.3 → 1.3.7
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/CHANGELOG.md +25 -0
- package/README.md +4 -2
- package/dist/main.min.js +4 -4
- package/index.d.ts +29 -24
- package/lib/components/ActionList/ActionList.d.ts +9 -4
- package/lib/components/ActionList/index.d.ts +4 -2
- package/lib/components/Badge/Badge.d.ts +1 -1
- package/lib/components/Badge/index.d.ts +7 -2
- package/lib/components/Badge/index.js +6 -2
- package/lib/components/Breadcrumb/Item.d.ts +2 -2
- package/lib/components/Breadcrumb/index.d.ts +1 -1
- package/lib/components/Checkbox/index.d.ts +4 -2
- package/lib/components/Modal/Modal.js +2 -2
- package/lib/components/Notice/Notice.d.ts +16 -33
- package/lib/components/Notice/Notice.js +81 -130
- package/lib/components/Notice/index.d.ts +16 -2
- package/lib/components/Notice/index.js +13 -3
- package/lib/components/Notice/style/index.d.ts +12 -9
- package/lib/components/Notice/style/index.js +53 -112
- package/lib/components/NumberInput/style/index.js +5 -5
- package/lib/components/Switch/Switch.d.ts +1 -1
- package/lib/components/Switch/index.d.ts +2 -1
- package/lib/components/Tabs/Pane.d.ts +3 -2
- package/lib/components/Tabs/index.d.ts +5 -3
- package/lib/components/Tag/style/index.js +12 -12
- package/package.json +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ucloud-fe/react-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"title": "UCloud react components",
|
|
5
5
|
"description": "UCloud react components",
|
|
6
6
|
"keywords": [
|
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
"@babel/preset-typescript": "^7.10.4",
|
|
96
96
|
"@commitlint/cli": "^7.1.2",
|
|
97
97
|
"@commitlint/config-conventional": "^7.1.2",
|
|
98
|
-
"@rapiop/mod": "^1.1.2",
|
|
99
98
|
"@testing-library/jest-dom": "^5.11.4",
|
|
100
99
|
"@testing-library/react": "^11.0.0",
|
|
101
100
|
"@types/classnames": "^2.2.11",
|
|
@@ -145,10 +144,7 @@
|
|
|
145
144
|
"react-resizable": "^2.0.0",
|
|
146
145
|
"react-styleguidist": "^11.1.5",
|
|
147
146
|
"react-test-renderer": "^16",
|
|
148
|
-
"recodo-compiler": "^0.1.1",
|
|
149
|
-
"recodo-doc": "^0.1.6",
|
|
150
147
|
"recodo-gen": "^0.0.5",
|
|
151
|
-
"recodo-live": "^0.1.2",
|
|
152
148
|
"standard-version": "^8.0.2",
|
|
153
149
|
"style-loader": "^0.20.3",
|
|
154
150
|
"stylelint": "^9.9.0",
|