@oliasoft-open-source/react-ui-library 5.8.10 → 5.8.11-beta-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/global.css +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.js +262 -169
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.11-beta-2",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"react-router-dom": "^7.2.0",
|
|
82
82
|
"react-svg": "^16.3.0",
|
|
83
83
|
"react-toastify": "^9.1.3",
|
|
84
|
+
"react-transition-group": "^4.4.5",
|
|
84
85
|
"react-window": "^1.8.11",
|
|
85
86
|
"remirror": "^2.0.31",
|
|
86
87
|
"resize-observer-polyfill": "^1.5.1",
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"@types/react": "^18.3.18",
|
|
111
112
|
"@types/react-dom": "^18.3.5",
|
|
112
113
|
"@types/react-redux": "^7.1.34",
|
|
114
|
+
"@types/react-transition-group": "^4.4.12",
|
|
113
115
|
"@types/seamless-immutable": "^7.1.19",
|
|
114
116
|
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
115
117
|
"@typescript-eslint/parser": "^8.26.0",
|