@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.
package/dist/cjs/index.js CHANGED
@@ -8376,6 +8376,12 @@ const styles$1 = {
8376
8376
  button: `
8377
8377
  background-color: unset;
8378
8378
  color: #0139ff;
8379
+ `,
8380
+ },
8381
+ danger: {
8382
+ button: `
8383
+ background-color: #ff1c1c;
8384
+ color: white;
8379
8385
  `,
8380
8386
  },
8381
8387
  secondary: {