@bcgov-sso/common-react-components 1.30.1 → 1.30.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/dist/cjs/index.js CHANGED
@@ -12350,7 +12350,7 @@ const styles$1 = {
12350
12350
  variant: {
12351
12351
  callout: {
12352
12352
  button: `
12353
- background-color: #fdb913;
12353
+ background-color: #fcba19;
12354
12354
  `,
12355
12355
  },
12356
12356
  primary: {
package/dist/esm/index.js CHANGED
@@ -12323,7 +12323,7 @@ const styles$1 = {
12323
12323
  variant: {
12324
12324
  callout: {
12325
12325
  button: `
12326
- background-color: #fdb913;
12326
+ background-color: #fcba19;
12327
12327
  `,
12328
12328
  },
12329
12329
  primary: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcgov-sso/common-react-components",
3
- "version": "1.30.1",
3
+ "version": "1.30.2",
4
4
  "description": "common react components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",