@oliasoft-open-source/react-ui-library 5.23.0-beta-1 → 5.23.0-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/components/audit-log/audit-log.d.ts +6 -34
- package/dist/components/audit-log/audit-log.d.ts.map +1 -1
- package/dist/components/audit-log/comparison-view-modal.d.ts +2 -10
- package/dist/components/audit-log/comparison-view-modal.d.ts.map +1 -1
- package/dist/index.js +359 -384
- package/package.json +1 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.23.0-beta-
|
|
3
|
+
"version": "5.23.0-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": {
|
|
@@ -44,16 +44,13 @@
|
|
|
44
44
|
"@tiptap/markdown": "^3.20.0",
|
|
45
45
|
"@tiptap/react": "^3.20.0",
|
|
46
46
|
"@tiptap/starter-kit": "^3.20.0",
|
|
47
|
-
"@types/rc-slider": "^9.3.1",
|
|
48
47
|
"@types/react-resizable": "^3.0.8",
|
|
49
48
|
"@types/react-window": "^1.8.8",
|
|
50
|
-
"@types/styled-components": "^5.1.34",
|
|
51
49
|
"classnames": "^2.5.1",
|
|
52
50
|
"csstype": "^3.1.3",
|
|
53
51
|
"memoize-one": "^5.2.1",
|
|
54
52
|
"normalize.css": "^8.0.1",
|
|
55
53
|
"papaparse": "^5.5.2",
|
|
56
|
-
"path": "^0.12.7",
|
|
57
54
|
"rc-slider": "11.1.9",
|
|
58
55
|
"react-diff-viewer-continued": "^4.0.6",
|
|
59
56
|
"react-dnd": "^16.0.1",
|
|
@@ -76,30 +73,21 @@
|
|
|
76
73
|
"@dnd-kit/core": "^6.3.1",
|
|
77
74
|
"@dnd-kit/sortable": "^8.0.0",
|
|
78
75
|
"@dnd-kit/utilities": "^3.2.2",
|
|
79
|
-
"@mdx-js/react": "^3",
|
|
80
76
|
"@oliasoft-open-source/units": "^4.5.3",
|
|
81
77
|
"@storybook/addon-docs": "^10.2.8",
|
|
82
|
-
"@storybook/addon-links": "^10.2.8",
|
|
83
78
|
"@storybook/addon-themes": "^10.2.8",
|
|
84
79
|
"@storybook/addon-vitest": "^10.3.6",
|
|
85
80
|
"@storybook/react-vite": "^10.3.6",
|
|
86
81
|
"@testing-library/dom": "^10.4.1",
|
|
87
82
|
"@testing-library/react": "^16.3.1",
|
|
88
|
-
"@testing-library/user-event": "^14.6.1",
|
|
89
|
-
"@types/jest": "^29.5.14",
|
|
90
83
|
"@types/papaparse": "^5.3.16",
|
|
91
84
|
"@types/react": "^18.3.18",
|
|
92
85
|
"@types/react-dom": "^18.3.5",
|
|
93
|
-
"@types/react-redux": "^7.1.34",
|
|
94
86
|
"@types/react-transition-group": "^4.4.12",
|
|
95
|
-
"@types/seamless-immutable": "^7.1.19",
|
|
96
87
|
"@vitejs/plugin-react": "^6.0.1",
|
|
97
88
|
"@vitest/browser": "^4.1.6",
|
|
98
89
|
"@vitest/browser-playwright": "^4.1.6",
|
|
99
90
|
"@vitest/coverage-v8": "^4.1.6",
|
|
100
|
-
"ajv": "^8.17.1",
|
|
101
|
-
"ajv-errors": "^3.0.0",
|
|
102
|
-
"ajv-keywords": "^5.1.0",
|
|
103
91
|
"es-toolkit": "^1.43.0",
|
|
104
92
|
"http-server": "^14.1.1",
|
|
105
93
|
"husky": "^9",
|
|
@@ -111,15 +99,12 @@
|
|
|
111
99
|
"oxlint": "^1.46.0",
|
|
112
100
|
"playwright": "^1.58.2",
|
|
113
101
|
"prettier": "3.5.3",
|
|
114
|
-
"prop-types": "^15",
|
|
115
102
|
"react": "^18.3.1",
|
|
116
103
|
"react-dom": "^18.3.1",
|
|
117
104
|
"storybook": "^10.2.8",
|
|
118
105
|
"typescript": "^5.9.3",
|
|
119
106
|
"vite": "^8.0.12",
|
|
120
107
|
"vite-plugin-dts": "^5.0.0",
|
|
121
|
-
"vite-plugin-html": "^3.2.2",
|
|
122
|
-
"vite-preset-react": "^2.3.0",
|
|
123
108
|
"vitest": "^4.1.6",
|
|
124
109
|
"wait-on": "^9.0.3"
|
|
125
110
|
},
|
|
@@ -128,11 +113,7 @@
|
|
|
128
113
|
"@dnd-kit/sortable": "^8.0.0",
|
|
129
114
|
"@dnd-kit/utilities": "^3.2.2",
|
|
130
115
|
"@oliasoft-open-source/units": "^4",
|
|
131
|
-
"ajv": "^8.17.1",
|
|
132
|
-
"ajv-errors": "^3.0.0",
|
|
133
|
-
"ajv-keywords": "^5.1.0",
|
|
134
116
|
"es-toolkit": "^1",
|
|
135
|
-
"prop-types": "^15",
|
|
136
117
|
"react": ">=17 <19",
|
|
137
118
|
"react-dom": ">= 17 <19"
|
|
138
119
|
},
|