@deque/cauldron-styles 4.5.0-canary.7f1627ef → 4.5.0-canary.a80cb0bb
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/index.css +5 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
--accent-secondary-active: var(--gray-30);
|
|
37
37
|
--focus-light: #c11bde;
|
|
38
38
|
--focus-dark: #eb94ff;
|
|
39
|
+
--issue-critical: #ed5959;
|
|
40
|
+
--issue-serious: #f3826b;
|
|
41
|
+
--issue-moderatee: #ffdd76;
|
|
42
|
+
--issue-minor: #d3dde0;
|
|
39
43
|
|
|
40
44
|
/* text colours */
|
|
41
45
|
--text-color-base: var(--gray-60);
|
|
@@ -2238,7 +2242,7 @@ p .Link {
|
|
|
2238
2242
|
|
|
2239
2243
|
.RadioCardGroup__Checked {
|
|
2240
2244
|
display: flex;
|
|
2241
|
-
justify-content: end;
|
|
2245
|
+
justify-content: flex-end;
|
|
2242
2246
|
min-height: 44px;
|
|
2243
2247
|
}
|
|
2244
2248
|
|
package/package.json
CHANGED