@proprioo/salatim 29.7.1 → 29.8.0
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 +12 -0
- package/lib/date/src/DayPicker.js +1 -1
- package/lib/date/src/DayPicker.js.map +1 -1
- package/lib/date/src/datePickerWrapper/DatePickerWrapper.js +1 -8
- package/lib/date/src/datePickerWrapper/DatePickerWrapper.js.map +1 -1
- package/lib/energy/src/Energy.stories.js +2 -2
- package/lib/energy/src/Energy.stories.js.map +1 -1
- package/lib/energy/src/Energy.test.js +2 -2
- package/lib/energy/src/Energy.test.js.map +1 -1
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.stories.js +1 -1
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.stories.js.map +1 -1
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.test.js +7 -7
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.test.js.map +1 -1
- package/lib/forms/src/userForm/UserForm.stories.js +4 -4
- package/lib/forms/src/userForm/UserForm.stories.js.map +1 -1
- package/lib/index.js +7 -6
- package/lib/index.js.map +1 -1
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.js +2 -2
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.js.map +1 -1
- package/lib/ui/src/blockIcon/BlockIcon.js +2 -2
- package/lib/ui/src/blockIcon/BlockIcon.js.map +1 -1
- package/lib/ui/src/button/Button.js +2 -2
- package/lib/ui/src/button/Button.js.map +1 -1
- package/lib/ui/src/button/Button.stories.js +4 -4
- package/lib/ui/src/button/Button.stories.js.map +1 -1
- package/lib/ui/src/buttonRadioGroup/ButtonRadio.styles.js +1 -0
- package/lib/ui/src/buttonRadioGroup/ButtonRadio.styles.js.map +1 -1
- package/lib/ui/src/card/Card.js +1 -1
- package/lib/ui/src/card/Card.js.map +1 -1
- package/lib/ui/src/checkbox/Checkbox.js +3 -3
- package/lib/ui/src/checkbox/Checkbox.js.map +1 -1
- package/lib/ui/src/checkbox/Checkbox.stories.js +1 -1
- package/lib/ui/src/checkbox/Checkbox.stories.js.map +1 -1
- package/lib/ui/src/input/Input.js +1 -10
- package/lib/ui/src/input/Input.js.map +1 -1
- package/lib/ui/src/inputBase/InputBase.js +2 -10
- package/lib/ui/src/inputBase/InputBase.js.map +1 -1
- package/lib/ui/src/modal/Modal.d.ts +2 -1
- package/lib/ui/src/modal/Modal.js +15 -21
- package/lib/ui/src/modal/Modal.js.map +1 -1
- package/lib/ui/src/modal/Modal.stories.js +10 -0
- package/lib/ui/src/modal/Modal.stories.js.map +1 -1
- package/lib/ui/src/selectWrapper/SelectWrapper.test.js +1 -1
- package/lib/ui/src/selectWrapper/SelectWrapper.test.js.map +1 -1
- package/lib/ui/src/tag/Tag.js +3 -3
- package/lib/ui/src/tag/Tag.js.map +1 -1
- package/lib/ui/src/tag/Tag.stories.js +1 -1
- package/lib/ui/src/tag/Tag.stories.js.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proprioo/salatim",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.8.0",
|
|
4
4
|
"description": "Proprioo component library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"prepare": "husky install"
|
|
37
37
|
},
|
|
38
38
|
"resolutions": {
|
|
39
|
-
"@types/react": "^18.0.
|
|
39
|
+
"@types/react": "^18.0.33"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^17.
|
|
42
|
+
"@commitlint/cli": "^17.5.1",
|
|
43
43
|
"@commitlint/config-conventional": "^17.4.4",
|
|
44
|
-
"@popperjs/core": "^2.11.
|
|
44
|
+
"@popperjs/core": "^2.11.7",
|
|
45
45
|
"@proprioo/hokkaido": "^5.9.0",
|
|
46
46
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
47
47
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@testing-library/react": "^14.0.0",
|
|
57
57
|
"@testing-library/user-event": "^14.4.3",
|
|
58
58
|
"@types/googlemaps": "^3.43.3",
|
|
59
|
-
"@types/jest": "^29.
|
|
59
|
+
"@types/jest": "^29.5.0",
|
|
60
60
|
"@types/jest-axe": "^3.5.5",
|
|
61
61
|
"@types/mailcheck": "^1.1.33",
|
|
62
|
-
"@types/react": "^18.0.
|
|
62
|
+
"@types/react": "^18.0.33",
|
|
63
63
|
"@types/react-color": "^3.0.6",
|
|
64
64
|
"@types/react-dates": "^21.8.3",
|
|
65
65
|
"@types/react-dom": "^18.0.11",
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"email-validator": "^2.0.4",
|
|
75
75
|
"full-icu": "^1.5.0",
|
|
76
76
|
"husky": "^8.0.3",
|
|
77
|
-
"jest": "^29.
|
|
78
|
-
"jest-axe": "^7.0.
|
|
77
|
+
"jest": "^29.5.0",
|
|
78
|
+
"jest-axe": "^7.0.1",
|
|
79
79
|
"jest-coverage-badges": "^1.1.2",
|
|
80
|
-
"jest-environment-jsdom": "^29.
|
|
80
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
81
81
|
"libphonenumber-metadata-generator": "^1.0.1",
|
|
82
82
|
"mockdate": "^3.0.5",
|
|
83
83
|
"polished": "^4.2.2",
|
|
84
84
|
"postcss": "^8.4.21",
|
|
85
|
-
"prettier": "^2.8.
|
|
85
|
+
"prettier": "^2.8.7",
|
|
86
86
|
"pretty-quick": "^3.1.3",
|
|
87
87
|
"react": "^18.2.0",
|
|
88
88
|
"react-dates": "^21.8.0",
|
|
89
89
|
"react-dom": "^18.2.0",
|
|
90
|
-
"react-phone-number-input": "^3.2.
|
|
90
|
+
"react-phone-number-input": "^3.2.19",
|
|
91
91
|
"react-places-autocomplete": "^7.3.0",
|
|
92
92
|
"react-popper-tooltip": "^4.4.2",
|
|
93
93
|
"react-test-renderer": "^18.2.0",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"rollup-plugin-terser": "^7.0.2",
|
|
101
101
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
102
102
|
"source-map-explorer": "^2.5.3",
|
|
103
|
-
"styled-components": "^5.3.
|
|
104
|
-
"ts-jest": "^29.0
|
|
103
|
+
"styled-components": "^5.3.9",
|
|
104
|
+
"ts-jest": "^29.1.0",
|
|
105
105
|
"ts-node": "^10.9.1",
|
|
106
106
|
"tslint": "^6.1.3",
|
|
107
107
|
"tslint-config-prettier": "^1.18.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"polished": "^4.2.2",
|
|
117
117
|
"react": "^18.2.0",
|
|
118
118
|
"react-dom": "^18.2.0",
|
|
119
|
-
"styled-components": "^5.3.
|
|
119
|
+
"styled-components": "^5.3.9"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"mailcheck": "^1.1.1",
|