@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 CHANGED
@@ -56565,7 +56565,7 @@ var colors = {
56565
56565
  800: '#430F0F',
56566
56566
  900: '#210707'
56567
56567
  },
56568
- background: '#F4FDFF',
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: '#F4FDFF',
56542
+ background: '#FBFBFB',
56543
56543
  gray: {
56544
56544
  50: '#F8FAFC',
56545
56545
  100: '#F1F5F9',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paygreen/pgui",
3
- "version": "2.12.2",
3
+ "version": "2.13.0",
4
4
  "description": "PGUI is the design system coming from Paygreen.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",