@deque/cauldron-styles 6.7.0-canary.b2cf09f3 → 6.7.0-canary.eb761896

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 +2 -8
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1567,7 +1567,6 @@ button.Link {
1567
1567
  --icon-button-background-color-error-disabled: var(
1568
1568
  --button-background-color-error-disabled
1569
1569
  );
1570
- --icon-button-icon-size: var(--icon-size);
1571
1570
  }
1572
1571
 
1573
1572
  .IconButton {
@@ -1594,8 +1593,8 @@ a.IconButton {
1594
1593
  }
1595
1594
 
1596
1595
  .IconButton .Icon {
1597
- height: calc(var(--icon-button-icon-size) - 8px);
1598
- width: calc(var(--icon-button-icon-size) - 8px);
1596
+ height: var(--space-small);
1597
+ width: var(--space-small);
1599
1598
  pointer-events: none;
1600
1599
  }
1601
1600
 
@@ -1624,11 +1623,6 @@ a.IconButton {
1624
1623
  width: var(--icon-button-large-height);
1625
1624
  }
1626
1625
 
1627
- .IconButton--large .Icon {
1628
- height: var(--icon-button-icon-size);
1629
- width: var(--icon-button-icon-size);
1630
- }
1631
-
1632
1626
  .IconButton--secondary:is([aria-disabled='true'], [disabled]),
1633
1627
  .IconButton--secondary:is([aria-disabled='true'], [disabled]):active {
1634
1628
  color: var(--icon-button-text-color-disabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.7.0-canary.b2cf09f3",
3
+ "version": "6.7.0-canary.eb761896",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",