@bcgov-sso/common-react-components 1.29.0 → 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
@@ -12348,13 +12348,6 @@ const styles$1 = {
12348
12348
  },
12349
12349
  },
12350
12350
  variant: {
12351
- govStandard: {
12352
- button: `
12353
- color: #003366;
12354
- background-color: #ffffff;
12355
- border: solid 2.5px #003366;
12356
- `,
12357
- },
12358
12351
  callout: {
12359
12352
  button: `
12360
12353
  background-color: #fdb913;
@@ -12362,7 +12355,7 @@ const styles$1 = {
12362
12355
  },
12363
12356
  primary: {
12364
12357
  button: `
12365
- background-color: #1a4dff;
12358
+ background-color: #003366;
12366
12359
  color: #e8edff;
12367
12360
  `,
12368
12361
  },
@@ -12380,8 +12373,8 @@ const styles$1 = {
12380
12373
  },
12381
12374
  secondary: {
12382
12375
  button: `
12383
- box-shadow: 0px 0px 0px 3px #1a4dff inset;
12384
- color: #1a4dff;
12376
+ box-shadow: 0px 0px 0px 3px #003366 inset;
12377
+ color: #003366;
12385
12378
  background-color: #ffffff;
12386
12379
 
12387
12380
  `,