@maxio-com/react-ui-components 8.10.5 → 8.10.7
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 -2
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# React UI Components
|
|
2
2
|
|
|
3
|
-
UI Components for React Applications. Built with [Maxio CSS Design System 7.8.
|
|
3
|
+
UI Components for React Applications. Built with [Maxio CSS Design System 7.8.7](https://maxio-com.github.io/front-end-platform/?path=/docs/design-system_foundations-start-here--docs).
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
7
|
Make sure to include the snippet with design system stylesheet CSS file on Your page:
|
|
8
8
|
|
|
9
|
-
`<link rel="stylesheet" href="https://ui.maxio.com/7.8.
|
|
9
|
+
`<link rel="stylesheet" href="https://ui.maxio.com/7.8.7/styles.css">`
|
|
10
10
|
|
|
11
11
|
or import it in main js file:
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maxio-com/react-ui-components",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.7",
|
|
4
4
|
"description": "React UI components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "88678009383352accb2115fcb842123729ba35b1"
|
|
64
64
|
}
|