@bcgov-sso/common-react-components 1.15.0 → 1.16.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
@@ -8355,6 +8355,47 @@ const styles$1 = {
8355
8355
  color: #1a4dff;
8356
8356
  background-color: #ffffff;
8357
8357
 
8358
+ `,
8359
+ },
8360
+ bcPrimary: {
8361
+ button: `
8362
+ background-color: #003366;
8363
+ box-shadow: 0px 0px 0px 2px #003366 inset !important;
8364
+ color: #fff;
8365
+ border-radius: 0.222em;
8366
+ &:hover {
8367
+ text-decoration: underline;
8368
+ opacity: 0.80;
8369
+ }
8370
+ &:focus {
8371
+ outline: 4px solid #3B99FC;
8372
+ outline-offset: 1px;
8373
+ }
8374
+ &:active {
8375
+ opacity: 1;
8376
+ }
8377
+ &:disabled {
8378
+ background-color: #003366;
8379
+ box-shadow: 0px 0px 0px 2px #fff inset !important;
8380
+ color: #fff;
8381
+ cursor: not-allowed;
8382
+ opacity: 0.3;
8383
+ &:hover {
8384
+ text-decoration: none;
8385
+ }
8386
+ }
8387
+ `,
8388
+ },
8389
+ bcSecondary: {
8390
+ button: `
8391
+ background-color: #b2b2b2;
8392
+ border-radius: 0.222em;
8393
+ color: white;
8394
+ box-shadow: none !important;
8395
+
8396
+ &:hover {
8397
+ background-color: #b2b2b2;
8398
+ }
8358
8399
  `,
8359
8400
  },
8360
8401
  },