@rhc-shared-components/form-select-component 1.0.0 → 1.0.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.
- package/dist/FormSelectComponent.d.ts +29 -29
- package/dist/index.d.ts +3 -2
- package/dist/index.js +152 -9608
- package/dist/index.modern.js +129 -9591
- package/package.json +10 -14
- package/CHANGELOG.md +0 -70
- package/dist/index.test.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhc-shared-components/form-select-component",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "project description",
|
|
5
5
|
"author": "redhatofficial",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.modern.js",
|
|
10
|
-
"source": "src/index.tsx",
|
|
11
10
|
"engines": {
|
|
12
11
|
"node": ">=10"
|
|
13
12
|
},
|
|
@@ -30,13 +29,14 @@
|
|
|
30
29
|
"react-dom": ">=16.13.1"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
32
|
+
"@patternfly/react-core": "^5.3.4",
|
|
33
33
|
"@testing-library/jest-dom": "^4.2.4",
|
|
34
34
|
"@testing-library/react": "^9.5.0",
|
|
35
35
|
"@testing-library/user-event": "^7.2.1",
|
|
36
36
|
"@types/jest": "^25.1.4",
|
|
37
37
|
"@types/node": "^12.12.38",
|
|
38
|
-
"@types/react": "^
|
|
39
|
-
"@types/react-dom": "^
|
|
38
|
+
"@types/react": "^19.2.0",
|
|
39
|
+
"@types/react-dom": "^19.2.0",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
41
41
|
"@typescript-eslint/parser": "^2.26.0",
|
|
42
42
|
"babel-eslint": "^10.0.3",
|
|
@@ -51,28 +51,24 @@
|
|
|
51
51
|
"eslint-plugin-promise": "^4.2.1",
|
|
52
52
|
"eslint-plugin-react": "^7.17.0",
|
|
53
53
|
"eslint-plugin-standard": "^4.0.1",
|
|
54
|
+
"formik": "^2.1.4",
|
|
54
55
|
"microbundle": "^0.13.3",
|
|
55
56
|
"npm-run-all": "^4.1.5",
|
|
56
57
|
"prettier": "^2.0.4",
|
|
57
|
-
"react": "^
|
|
58
|
-
"react-dom": "^
|
|
58
|
+
"react": "^19.2.0",
|
|
59
|
+
"react-dom": "^19.2.0",
|
|
59
60
|
"react-scripts": "^3.4.1",
|
|
60
61
|
"rimraf": "^3.0.2",
|
|
61
62
|
"sass": "^1.57.1",
|
|
62
|
-
"typescript": "
|
|
63
|
+
"typescript": "~5.7.2"
|
|
63
64
|
},
|
|
64
65
|
"dependencies": {
|
|
65
|
-
"@
|
|
66
|
-
"@rhc-shared-components/form-group-container": "^1.0.1",
|
|
67
|
-
"formik": "^2.1.4",
|
|
68
|
-
"react": "^16.13.1",
|
|
69
|
-
"react-dom": "^16.13.1"
|
|
66
|
+
"@rhc-shared-components/form-group-container": "^3.0.1"
|
|
70
67
|
},
|
|
71
68
|
"files": [
|
|
72
69
|
"dist"
|
|
73
70
|
],
|
|
74
71
|
"publishConfig": {
|
|
75
72
|
"access": "public"
|
|
76
|
-
}
|
|
77
|
-
"gitHead": "e3ffbb8f2793c6be4ea9d3d4ec916fc0d9faba5d"
|
|
73
|
+
}
|
|
78
74
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.1.1](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.1.0...@rhc-shared-components/form-select-component@0.1.1) (2022-10-20)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @rhc-shared-components/form-select-component
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [0.1.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.0.4...@rhc-shared-components/form-select-component@0.1.0) (2022-10-20)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
19
|
-
* adding order prop for vulnerability summaries severity ([24e0c7c](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/24e0c7c992058f0c3e42e8c7ba6ad1bd98e70c4f))
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [0.0.6](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.0.5...@rhc-shared-components/form-select-component@0.0.6) (2022-08-22)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @rhc-shared-components/form-select-component
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## [0.0.5](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.0.4...@rhc-shared-components/form-select-component@0.0.5) (2022-08-22)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @rhc-shared-components/form-select-component
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [0.0.4](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.0.3...@rhc-shared-components/form-select-component@0.0.4) (2022-08-22)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Bug Fixes
|
|
45
|
-
|
|
46
|
-
* added ReactNode type to subLabel prop for formselect component ([060d955](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/060d9557e708e8f1a722f158c6f07ff6416aed60))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## [0.0.3](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.0.2...@rhc-shared-components/form-select-component@0.0.3) (2022-01-05)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @rhc-shared-components/form-select-component
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## [0.0.2](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-select-component@0.0.1...@rhc-shared-components/form-select-component@0.0.2) (2021-12-29)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @rhc-shared-components/form-select-component
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## 0.0.1 (2021-12-06)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @rhc-shared-components/form-select-component
|
package/dist/index.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|