@bcgov-sso/common-react-components 1.28.6 → 1.30.1

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
@@ -12355,7 +12355,7 @@ const styles$1 = {
12355
12355
  },
12356
12356
  primary: {
12357
12357
  button: `
12358
- background-color: #1a4dff;
12358
+ background-color: #003366;
12359
12359
  color: #e8edff;
12360
12360
  `,
12361
12361
  },
@@ -12373,8 +12373,8 @@ const styles$1 = {
12373
12373
  },
12374
12374
  secondary: {
12375
12375
  button: `
12376
- box-shadow: 0px 0px 0px 3px #1a4dff inset;
12377
- color: #1a4dff;
12376
+ box-shadow: 0px 0px 0px 3px #003366 inset;
12377
+ color: #003366;
12378
12378
  background-color: #ffffff;
12379
12379
 
12380
12380
  `,
package/dist/esm/index.js CHANGED
@@ -12328,7 +12328,7 @@ const styles$1 = {
12328
12328
  },
12329
12329
  primary: {
12330
12330
  button: `
12331
- background-color: #1a4dff;
12331
+ background-color: #003366;
12332
12332
  color: #e8edff;
12333
12333
  `,
12334
12334
  },
@@ -12346,8 +12346,8 @@ const styles$1 = {
12346
12346
  },
12347
12347
  secondary: {
12348
12348
  button: `
12349
- box-shadow: 0px 0px 0px 3px #1a4dff inset;
12350
- color: #1a4dff;
12349
+ box-shadow: 0px 0px 0px 3px #003366 inset;
12350
+ color: #003366;
12351
12351
  background-color: #ffffff;
12352
12352
 
12353
12353
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcgov-sso/common-react-components",
3
- "version": "1.28.6",
3
+ "version": "1.30.1",
4
4
  "description": "common react components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",