@turquoisehealth/pit-viper 2.25.2 → 2.25.3

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.
@@ -639,7 +639,13 @@
639
639
  }
640
640
 
641
641
  [class*=pv-button]:not(.pv-button-icon):has(svg:is(:only-child)) {
642
- padding: var(--button-icon-only-padding, calc(0.5rem - 1px));
642
+ padding: var(--button-icon-only-padding, calc(0.25rem - 1px));
643
+ }
644
+ [class*=pv-button]:not(.pv-button-icon):has(svg:is(:only-child)).pv-button-small {
645
+ padding: var(--button-small-icon-only-padding, calc(0.125rem - 1px));
646
+ }
647
+ [class*=pv-button]:not(.pv-button-icon):has(svg:is(:only-child)).pv-button-large {
648
+ padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
643
649
  }
644
650
 
645
651
  .pv-button-icon {
@@ -657,7 +657,13 @@
657
657
  }
658
658
 
659
659
  [class*=pv-button]:not(.pv-button-icon):has(svg:is(:only-child)) {
660
- padding: var(--button-icon-only-padding, calc(0.5rem - 1px));
660
+ padding: var(--button-icon-only-padding, calc(0.25rem - 1px));
661
+ }
662
+ [class*=pv-button]:not(.pv-button-icon):has(svg:is(:only-child)).pv-button-small {
663
+ padding: var(--button-small-icon-only-padding, calc(0.125rem - 1px));
664
+ }
665
+ [class*=pv-button]:not(.pv-button-icon):has(svg:is(:only-child)).pv-button-large {
666
+ padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
661
667
  }
662
668
 
663
669
  .pv-button-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.25.2",
3
+ "version": "2.25.3",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {