@paygreen/pgui 2.12.2 → 2.13.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.
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -56565,7 +56565,7 @@ var colors = {
|
|
|
56565
56565
|
800: '#430F0F',
|
|
56566
56566
|
900: '#210707'
|
|
56567
56567
|
},
|
|
56568
|
-
background: '#
|
|
56568
|
+
background: '#FBFBFB',
|
|
56569
56569
|
gray: {
|
|
56570
56570
|
50: '#F8FAFC',
|
|
56571
56571
|
100: '#F1F5F9',
|
package/dist/esm/index.js
CHANGED
|
@@ -56539,7 +56539,7 @@ var colors = {
|
|
|
56539
56539
|
800: '#430F0F',
|
|
56540
56540
|
900: '#210707'
|
|
56541
56541
|
},
|
|
56542
|
-
background: '#
|
|
56542
|
+
background: '#FBFBFB',
|
|
56543
56543
|
gray: {
|
|
56544
56544
|
50: '#F8FAFC',
|
|
56545
56545
|
100: '#F1F5F9',
|