@deque/cauldron-styles 5.7.0 → 5.7.1-canary.0dd10f2c

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.
Files changed (2) hide show
  1. package/dist/index.css +10 -3
  2. 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 {
@@ -4346,6 +4345,14 @@ fieldset.Panel {
4346
4345
  }
4347
4346
  }
4348
4347
 
4348
+ :root {
4349
+ --breadcrumb-separator-color: var(--gray-60);
4350
+ }
4351
+
4352
+ .cauldron--theme-dark {
4353
+ --breadcrumb-separator-color: var(--accent-light);
4354
+ }
4355
+
4349
4356
  .Breadcrumb ol {
4350
4357
  display: block;
4351
4358
  word-break: break-all;
@@ -4356,8 +4363,8 @@ fieldset.Panel {
4356
4363
  }
4357
4364
 
4358
4365
  .Breadcrumb__Separator {
4359
- color: var(--gray-40);
4360
4366
  padding: 0 var(--space-half);
4367
+ color: var(--breadcrumb-separator-color);
4361
4368
  }
4362
4369
 
4363
4370
  .Breadcrumb__Link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.7.0",
3
+ "version": "5.7.1-canary.0dd10f2c",
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
+ }