@deque/cauldron-styles 5.7.1-canary.f2f134b5 → 5.8.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/index.css +6 -3
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1929,7 +1929,6 @@ p .Link {
|
|
|
1929
1929
|
|
|
1930
1930
|
.OptionsMenu {
|
|
1931
1931
|
position: relative;
|
|
1932
|
-
width: 34px;
|
|
1933
1932
|
color: var(--text-color-base);
|
|
1934
1933
|
}
|
|
1935
1934
|
|
|
@@ -3548,7 +3547,7 @@ button.TooltipTabstop {
|
|
|
3548
3547
|
color: var(--table-header-text-color);
|
|
3549
3548
|
display: flex;
|
|
3550
3549
|
align-items: center;
|
|
3551
|
-
justify-content:
|
|
3550
|
+
justify-content: flex-start;
|
|
3552
3551
|
padding: var(--table-space) var(--space-smallest);
|
|
3553
3552
|
}
|
|
3554
3553
|
|
|
@@ -3613,6 +3612,10 @@ button.TooltipTabstop {
|
|
|
3613
3612
|
border: 1px solid var(--gray-40);
|
|
3614
3613
|
}
|
|
3615
3614
|
|
|
3615
|
+
.Table--border .TableHeader {
|
|
3616
|
+
border-bottom: 2px solid var(--gray-40);
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3616
3619
|
.cauldron--theme-dark .Table--border,
|
|
3617
3620
|
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3618
3621
|
.cauldron--theme-dark .Table--border .TableFooter,
|
|
@@ -4671,7 +4674,7 @@ fieldset.Panel {
|
|
|
4671
4674
|
|
|
4672
4675
|
:root {
|
|
4673
4676
|
--accordion-trigger-background-color: var(--white);
|
|
4674
|
-
--accordion-trigger-background-color-expanded: var(--
|
|
4677
|
+
--accordion-trigger-background-color-expanded: var(--white);
|
|
4675
4678
|
--accordion-trigger-text-color: var(--gray-90);
|
|
4676
4679
|
--accordion-trigger-text-color-hover: var(--accent-primary);
|
|
4677
4680
|
--accordion-trigger-box-shadow-hover: var(--accent-primary);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-styles",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "deque cauldron pattern library styles",
|
|
6
6
|
"repository": "https://github.com/dequelabs/cauldron",
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"postcss-cli": "^7.1.1",
|
|
23
23
|
"postcss-import": "^12.0.1"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|