@deque/cauldron-styles 4.7.0-canary.f729866a → 4.7.0-canary.f7f6318a
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 +36 -9
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
--accent-medium: #283640;
|
|
21
21
|
--accent-light: #d4dde0;
|
|
22
22
|
--accent-success: #a5db75;
|
|
23
|
+
--accent-success-high-contrast: #4fa630;
|
|
23
24
|
--accent-success-light: #d1ffa4;
|
|
24
25
|
--accent-success-dark: #57a711;
|
|
25
26
|
--accent-error: #d93251;
|
|
@@ -38,8 +39,8 @@
|
|
|
38
39
|
--focus-light: #c11bde;
|
|
39
40
|
--focus-dark: #eb94ff;
|
|
40
41
|
--issue-critical: var(--accent-danger);
|
|
41
|
-
--issue-serious:
|
|
42
|
-
--issue-moderate:
|
|
42
|
+
--issue-serious: var(--accent-warning);
|
|
43
|
+
--issue-moderate: #f0c4f8;
|
|
43
44
|
--issue-minor: var(--gray-20);
|
|
44
45
|
|
|
45
46
|
/* text colours */
|
|
@@ -699,6 +700,12 @@ button.Link {
|
|
|
699
700
|
padding: 0;
|
|
700
701
|
}
|
|
701
702
|
|
|
703
|
+
/* Ensure both <a> and <button> IconButtons are aligned correctly. See #846. */
|
|
704
|
+
|
|
705
|
+
a.IconButton {
|
|
706
|
+
vertical-align: middle;
|
|
707
|
+
}
|
|
708
|
+
|
|
702
709
|
.IconButton .Icon {
|
|
703
710
|
width: 100%;
|
|
704
711
|
height: 100%;
|
|
@@ -1835,7 +1842,7 @@ textarea.Field--has-error:focus:hover,
|
|
|
1835
1842
|
|
|
1836
1843
|
.Link:hover {
|
|
1837
1844
|
text-decoration: underline;
|
|
1838
|
-
color: var(--link-text-color);
|
|
1845
|
+
color: var(--link-text-color-hover);
|
|
1839
1846
|
}
|
|
1840
1847
|
|
|
1841
1848
|
.Link:focus {
|
|
@@ -2259,9 +2266,9 @@ p .Link {
|
|
|
2259
2266
|
}
|
|
2260
2267
|
|
|
2261
2268
|
.RadioCardGroup__Icon.Icon svg {
|
|
2262
|
-
/**
|
|
2269
|
+
/**
|
|
2263
2270
|
* this is edge case to pass color-contrast when the radio-card is selected,
|
|
2264
|
-
* it is not a color we want to live in cauldron as a variable
|
|
2271
|
+
* it is not a color we want to live in cauldron as a variable
|
|
2265
2272
|
* @see https://github.com/dequelabs/cauldron/pull/736
|
|
2266
2273
|
*/
|
|
2267
2274
|
color: #4f990f;
|
|
@@ -2305,6 +2312,10 @@ p .Link {
|
|
|
2305
2312
|
justify-content: center;
|
|
2306
2313
|
}
|
|
2307
2314
|
|
|
2315
|
+
.cauldron--theme-dark .RadioCardGroup__Icon.Icon svg {
|
|
2316
|
+
color: var(--accent-success);
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2308
2319
|
:root {
|
|
2309
2320
|
--tile-background-color: var(--white);
|
|
2310
2321
|
--list-separator: rgba(153, 153, 153, 0.15);
|
|
@@ -2602,15 +2613,14 @@ p .Link {
|
|
|
2602
2613
|
|
|
2603
2614
|
.TooltipHead {
|
|
2604
2615
|
background: var(--gray-20);
|
|
2605
|
-
font-size:
|
|
2616
|
+
font-size: var(--text-size-small);
|
|
2606
2617
|
color: var(--gray-90);
|
|
2607
|
-
padding:
|
|
2618
|
+
padding: var(--space-small) var(--space-large);
|
|
2608
2619
|
text-align: center;
|
|
2609
2620
|
}
|
|
2610
2621
|
|
|
2611
2622
|
.TooltipContent {
|
|
2612
2623
|
background: #fff;
|
|
2613
|
-
font-size: var(--font-size-smaller);
|
|
2614
2624
|
text-align: left;
|
|
2615
2625
|
}
|
|
2616
2626
|
|
|
@@ -3395,6 +3405,7 @@ button.TooltipTabstop {
|
|
|
3395
3405
|
--table-row-border-color: var(--gray-40);
|
|
3396
3406
|
--table-space: 11px;
|
|
3397
3407
|
--table-header-sorting-border-color: var(--gray-90);
|
|
3408
|
+
--table-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
|
|
3398
3409
|
}
|
|
3399
3410
|
|
|
3400
3411
|
.cauldron--theme-dark {
|
|
@@ -3479,10 +3490,26 @@ button.TooltipTabstop {
|
|
|
3479
3490
|
padding: var(--table-space) var(--space-smallest);
|
|
3480
3491
|
}
|
|
3481
3492
|
|
|
3482
|
-
.TableRow:last-child .TableCell {
|
|
3493
|
+
.Table:not(.Table--border) .TableRow:last-child .TableCell {
|
|
3483
3494
|
border: none;
|
|
3484
3495
|
}
|
|
3485
3496
|
|
|
3497
|
+
.Table--border {
|
|
3498
|
+
box-shadow: var(--table-box-shadow);
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
.Table--border,
|
|
3502
|
+
.Table--border .TableHeader,
|
|
3503
|
+
.Table--border .TableCell {
|
|
3504
|
+
border: 1px solid var(--gray-40);
|
|
3505
|
+
}
|
|
3506
|
+
|
|
3507
|
+
.cauldron--theme-dark .Table--border,
|
|
3508
|
+
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3509
|
+
.cauldron--theme-dark .Table--border .TableCell {
|
|
3510
|
+
border-color: var(--stroke-dark);
|
|
3511
|
+
}
|
|
3512
|
+
|
|
3486
3513
|
:root {
|
|
3487
3514
|
--data-list-background-color: var(--gray-20);
|
|
3488
3515
|
--data-list-value-background-color: var(--white);
|
package/package.json
CHANGED