@bcgov-sso/common-react-components 1.29.0 → 1.30.2
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/esm/index.js
CHANGED
|
@@ -12321,21 +12321,14 @@ 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
|
-
},
|
|
12331
12324
|
callout: {
|
|
12332
12325
|
button: `
|
|
12333
|
-
background-color: #
|
|
12326
|
+
background-color: #fcba19;
|
|
12334
12327
|
`,
|
|
12335
12328
|
},
|
|
12336
12329
|
primary: {
|
|
12337
12330
|
button: `
|
|
12338
|
-
background-color: #
|
|
12331
|
+
background-color: #003366;
|
|
12339
12332
|
color: #e8edff;
|
|
12340
12333
|
`,
|
|
12341
12334
|
},
|
|
@@ -12353,8 +12346,8 @@ const styles$1 = {
|
|
|
12353
12346
|
},
|
|
12354
12347
|
secondary: {
|
|
12355
12348
|
button: `
|
|
12356
|
-
box-shadow: 0px 0px 0px 3px #
|
|
12357
|
-
color: #
|
|
12349
|
+
box-shadow: 0px 0px 0px 3px #003366 inset;
|
|
12350
|
+
color: #003366;
|
|
12358
12351
|
background-color: #ffffff;
|
|
12359
12352
|
|
|
12360
12353
|
`,
|