@bcgov-sso/common-react-components 1.28.6 → 1.29.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.
@@ -15,6 +15,9 @@ export declare const styles: {
15
15
  };
16
16
  };
17
17
  variant: {
18
+ govStandard: {
19
+ button: string;
20
+ };
18
21
  callout: {
19
22
  button: string;
20
23
  };
package/dist/esm/index.js CHANGED
@@ -12321,6 +12321,13 @@ const styles$1 = {
12321
12321
  },
12322
12322
  },
12323
12323
  variant: {
12324
+ govStandard: {
12325
+ button: `
12326
+ color: #003366;
12327
+ background-color: #ffffff;
12328
+ border: solid 2.5px #003366;
12329
+ `,
12330
+ },
12324
12331
  callout: {
12325
12332
  button: `
12326
12333
  background-color: #fdb913;