@deque/cauldron-styles 5.7.0 → 5.7.1-canary.024ab594
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 +16 -6
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1716,10 +1716,9 @@ textarea.Field--has-error:focus:hover,
|
|
|
1716
1716
|
display: flex;
|
|
1717
1717
|
align-items: center;
|
|
1718
1718
|
text-align: left;
|
|
1719
|
-
color: var(--field-label-text-color);
|
|
1720
|
-
font-size: var(--text-size-small);
|
|
1721
1719
|
font-weight: var(--font-weight-normal);
|
|
1722
1720
|
cursor: default;
|
|
1721
|
+
margin-bottom: unset;
|
|
1723
1722
|
}
|
|
1724
1723
|
|
|
1725
1724
|
.Field__required-text {
|
|
@@ -1930,7 +1929,6 @@ p .Link {
|
|
|
1930
1929
|
|
|
1931
1930
|
.OptionsMenu {
|
|
1932
1931
|
position: relative;
|
|
1933
|
-
width: 34px;
|
|
1934
1932
|
color: var(--text-color-base);
|
|
1935
1933
|
}
|
|
1936
1934
|
|
|
@@ -3549,7 +3547,7 @@ button.TooltipTabstop {
|
|
|
3549
3547
|
color: var(--table-header-text-color);
|
|
3550
3548
|
display: flex;
|
|
3551
3549
|
align-items: center;
|
|
3552
|
-
justify-content:
|
|
3550
|
+
justify-content: flex-start;
|
|
3553
3551
|
padding: var(--table-space) var(--space-smallest);
|
|
3554
3552
|
}
|
|
3555
3553
|
|
|
@@ -3614,6 +3612,10 @@ button.TooltipTabstop {
|
|
|
3614
3612
|
border: 1px solid var(--gray-40);
|
|
3615
3613
|
}
|
|
3616
3614
|
|
|
3615
|
+
.Table--border .TableHeader {
|
|
3616
|
+
border-bottom: 2px solid var(--gray-40);
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3617
3619
|
.cauldron--theme-dark .Table--border,
|
|
3618
3620
|
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3619
3621
|
.cauldron--theme-dark .Table--border .TableFooter,
|
|
@@ -4346,6 +4348,14 @@ fieldset.Panel {
|
|
|
4346
4348
|
}
|
|
4347
4349
|
}
|
|
4348
4350
|
|
|
4351
|
+
:root {
|
|
4352
|
+
--breadcrumb-separator-color: var(--gray-60);
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.cauldron--theme-dark {
|
|
4356
|
+
--breadcrumb-separator-color: var(--accent-light);
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4349
4359
|
.Breadcrumb ol {
|
|
4350
4360
|
display: block;
|
|
4351
4361
|
word-break: break-all;
|
|
@@ -4356,8 +4366,8 @@ fieldset.Panel {
|
|
|
4356
4366
|
}
|
|
4357
4367
|
|
|
4358
4368
|
.Breadcrumb__Separator {
|
|
4359
|
-
color: var(--gray-40);
|
|
4360
4369
|
padding: 0 var(--space-half);
|
|
4370
|
+
color: var(--breadcrumb-separator-color);
|
|
4361
4371
|
}
|
|
4362
4372
|
|
|
4363
4373
|
.Breadcrumb__Link {
|
|
@@ -4664,7 +4674,7 @@ fieldset.Panel {
|
|
|
4664
4674
|
|
|
4665
4675
|
:root {
|
|
4666
4676
|
--accordion-trigger-background-color: var(--white);
|
|
4667
|
-
--accordion-trigger-background-color-expanded: var(--
|
|
4677
|
+
--accordion-trigger-background-color-expanded: var(--white);
|
|
4668
4678
|
--accordion-trigger-text-color: var(--gray-90);
|
|
4669
4679
|
--accordion-trigger-text-color-hover: var(--accent-primary);
|
|
4670
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.7.
|
|
3
|
+
"version": "5.7.1-canary.024ab594",
|
|
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
|
+
}
|