@worldresources/wri-design-systems 2.158.0 → 2.159.0

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,8 +40,9 @@ With this custom theme you can change the color scheme according to your Project
40
40
 
41
41
  ```tsx
42
42
  import { createSystem, defaultConfig } from '@chakra-ui/react'
43
+ import { designSystemStyles } from '@worldresources/wri-design-systems'
43
44
 
44
- export const system = createSystem(defaultConfig, {
45
+ export const system = createSystem(designSystemStyles._config, {
45
46
  theme: {
46
47
  tokens: {
47
48
  colors: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.158.0",
3
+ "version": "2.159.0",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",