@open-ui-kit/core 2.2.0 → 2.2.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/README.md +2 -2
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A React component library and theme system built on Material UI, with Open UI Kit defaults for product interfaces.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@open-ui-kit/core)
|
|
6
|
-
[](https://
|
|
6
|
+
[](https://open-ui-kit.outshift.ai/storybook/)
|
|
7
7
|
[](../../LICENSE)
|
|
8
8
|
|
|
9
9
|
## What you get
|
|
@@ -123,7 +123,7 @@ yarn workspace @open-ui-kit/core storybook:build
|
|
|
123
123
|
|
|
124
124
|
## Documentation
|
|
125
125
|
|
|
126
|
-
- Storybook: https://
|
|
126
|
+
- Storybook: https://open-ui-kit.outshift.ai/storybook/
|
|
127
127
|
- Installation guide: https://github.com/outshift-open/open-ui-kit/blob/main/docs/data/material/getting-started/installation/installation.md
|
|
128
128
|
- Usage guide: https://github.com/outshift-open/open-ui-kit/blob/main/docs/data/material/getting-started/usage/usage.md
|
|
129
129
|
- Theming guide: https://github.com/outshift-open/open-ui-kit/blob/main/docs/data/material/getting-started/theming/theming.md
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@open-ui-kit/core",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.2",
|
|
5
5
|
"description": "A comprehensive React component library built on Material-UI",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
"dayjs": ">=1.11",
|
|
60
60
|
"framer-motion": ">=12",
|
|
61
61
|
"react": ">=18",
|
|
62
|
-
"react-code-blocks": ">=0.1.6",
|
|
63
62
|
"react-dom": ">=18",
|
|
64
63
|
"react-router-dom": ">=7.5.0",
|
|
65
64
|
"react-syntax-highlighter": ">=15.6",
|
|
@@ -84,7 +83,7 @@
|
|
|
84
83
|
"dayjs": "^1.11.21",
|
|
85
84
|
"framer-motion": "^12.40.0",
|
|
86
85
|
"material-react-table": "^3.2.1",
|
|
87
|
-
"
|
|
86
|
+
"prismjs": "^1.30.0",
|
|
88
87
|
"react-syntax-highlighter": "^16.1.1",
|
|
89
88
|
"react-virtuoso": "^4.18.7",
|
|
90
89
|
"recharts": "^2.15.3",
|