@uipath/apollo-react 3.26.2-pr202.14a4e30 → 3.26.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 +0 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -68,8 +68,6 @@ pnpm add @uipath/apollo-react
|
|
|
68
68
|
yarn add @uipath/apollo-react
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
**Note:** This package is published to both npm and GitHub Package Registry. External users will automatically pull from npm. Internal UiPath users with `.npmrc` configured will automatically pull from GitHub Package Registry.
|
|
72
|
-
|
|
73
71
|
## Quick Start
|
|
74
72
|
|
|
75
73
|
### Apollo Themes with Standard Material UI
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-react",
|
|
3
|
-
"version": "3.26.2
|
|
3
|
+
"version": "3.26.2",
|
|
4
4
|
"description": "Apollo Design System - React component library with Material UI theming",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
"use-sync-external-store": "^1.2.0",
|
|
198
198
|
"zod": "^4.3.5",
|
|
199
199
|
"zustand": "^5.0.9",
|
|
200
|
-
"@uipath/apollo-
|
|
201
|
-
"@uipath/apollo-
|
|
200
|
+
"@uipath/apollo-core": "5.6.2",
|
|
201
|
+
"@uipath/apollo-wind": "0.7.3"
|
|
202
202
|
},
|
|
203
203
|
"devDependencies": {
|
|
204
204
|
"@lingui/cli": "^5.6.1",
|