@bcgov-sso/common-react-components 1.17.0 → 1.18.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.
@@ -24,6 +24,9 @@ export declare const styles: {
24
24
  plainText: {
25
25
  button: string;
26
26
  };
27
+ danger: {
28
+ button: string;
29
+ };
27
30
  secondary: {
28
31
  button: string;
29
32
  };
package/dist/esm/index.js CHANGED
@@ -8368,6 +8368,12 @@ const styles$1 = {
8368
8368
  button: `
8369
8369
  background-color: unset;
8370
8370
  color: #0139ff;
8371
+ `,
8372
+ },
8373
+ danger: {
8374
+ button: `
8375
+ background-color: #ff1c1c;
8376
+ color: white;
8371
8377
  `,
8372
8378
  },
8373
8379
  secondary: {