@epilot/base-elements 3.10.3 → 4.0.1
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/Autocomplete/types.d.ts +4 -0
- package/dist/Drawer360/DiscardDialog.js +2 -2
- package/dist/Drawer360/DiscardDialog.js.map +1 -1
- package/dist/Drawer360/helpers.js +49 -26
- package/dist/Drawer360/helpers.js.map +1 -1
- package/dist/FeedbackRating/FeedbackRating.js +28 -7
- package/dist/FeedbackRating/FeedbackRating.js.map +1 -1
- package/dist/IconButton/IconButton.d.ts +2 -2
- package/dist/IconButton/types.d.ts +1 -5
- package/dist/Pagination/Pagination.js +1 -0
- package/dist/Pagination/Pagination.js.map +1 -1
- package/dist/TextField/MaskedTextField.js +1 -1
- package/dist/TextField/MaskedTextField.js.map +1 -1
- package/dist/ThemeProvider/fonts.d.ts +2 -8
- package/dist/ThemeProvider/fonts.js +4 -17
- package/dist/ThemeProvider/fonts.js.map +1 -1
- package/dist/bundle.js +72 -72
- package/dist/bundle.js.map +1 -1
- package/package.json +13 -7
- package/.vscode/launch.json +0 -15
- package/CHANGELOG.md +0 -1249
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/base-elements",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "epilot GmbH",
|
|
6
6
|
"email": "info@epilot.cloud",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"@testing-library/react": "11.2.2",
|
|
56
56
|
"@testing-library/user-event": "12.6.0",
|
|
57
57
|
"@types/classnames": "^2.3.1",
|
|
58
|
-
"@types/react": "
|
|
58
|
+
"@types/react": "^18.3.1",
|
|
59
59
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
60
|
-
"@types/react-dom": "
|
|
60
|
+
"@types/react-dom": "^18.3.1",
|
|
61
61
|
"@types/react-input-mask": "3.0.0",
|
|
62
62
|
"@types/react-text-mask": "5.4.6",
|
|
63
63
|
"@types/resize-observer-browser": "^0.1.7",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"jest-cli": "^27.0.6",
|
|
75
75
|
"jest-junit": "^12.2.0",
|
|
76
76
|
"pinst": "^3.0.0",
|
|
77
|
-
"react": "
|
|
77
|
+
"react": "^18.3.1",
|
|
78
78
|
"react-docgen-typescript": "^1.20.5",
|
|
79
|
-
"react-dom": "
|
|
79
|
+
"react-dom": "^18.3.1",
|
|
80
80
|
"react-is": "17.0.1",
|
|
81
81
|
"standard-version": "9.0.0",
|
|
82
82
|
"storybook-addon-designs": "^6.3.1",
|
|
@@ -113,7 +113,13 @@
|
|
|
113
113
|
"react-input-mask": "2.0.4"
|
|
114
114
|
},
|
|
115
115
|
"resolutions": {
|
|
116
|
-
"css-loader": "^6.9.1"
|
|
116
|
+
"css-loader": "^6.9.1",
|
|
117
|
+
"@types/react": "^18.3.1",
|
|
118
|
+
"@types/react-dom": "^18.3.1"
|
|
117
119
|
},
|
|
118
|
-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
120
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
121
|
+
"volta": {
|
|
122
|
+
"node": "22.23.0",
|
|
123
|
+
"yarn": "1.22.22"
|
|
124
|
+
}
|
|
119
125
|
}
|
package/.vscode/launch.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Use IntelliSense to learn about possible attributes.
|
|
3
|
-
// Hover to view descriptions of existing attributes.
|
|
4
|
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
-
"version": "0.2.0",
|
|
6
|
-
"configurations": [
|
|
7
|
-
{
|
|
8
|
-
"type": "pwa-chrome",
|
|
9
|
-
"request": "launch",
|
|
10
|
-
"name": "Launch Chrome against localhost",
|
|
11
|
-
"url": "http://localhost:8080",
|
|
12
|
-
"webRoot": "${workspaceFolder}"
|
|
13
|
-
}
|
|
14
|
-
]
|
|
15
|
-
}
|