@decidables/decidables-elements 0.2.0 → 0.3.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.
@@ -3647,6 +3647,8 @@
3647
3647
  ---font-family-base: var(--font-family-base, "Source Sans", sans-serif);
3648
3648
  ---font-family-math: var(--font-family-math, "Source Serif", serif);
3649
3649
 
3650
+ ---border: var(--border, 1px solid var(---color-border));
3651
+ ---border-radius: var(--border-radius, 0.25rem);
3650
3652
  ---transition-duration: var(--transition-duration, 500ms);
3651
3653
 
3652
3654
  font-family: var(---font-family-base);
@@ -3680,7 +3682,7 @@
3680
3682
  width: 0;
3681
3683
  height: 0;
3682
3684
  }
3683
- `), o$3(this.cssBoxShadow(0)), o$3(this.cssBoxShadow(2)), o$3(this.cssBoxShadow(4)), o$3(this.cssBoxShadow(8)), o$3(this.greys.white), o$3(this.greys.light75), o$3(this.greys.dark75), o$3(this.greys.white), o$3(this.greys.dark25), o$3(this.greys.light75), o$3(this.greys.light50), o$3(this.greys.grey), o$3(this.greys.dark25), o$3(this.greys.dark50), o$3(this.greys.dark75));
3685
+ `), o$3(this.cssBoxShadow(0)), o$3(this.cssBoxShadow(2)), o$3(this.cssBoxShadow(4)), o$3(this.cssBoxShadow(8)), o$3(this.greys.white), o$3(this.greys.light75), o$3(this.greys.dark75), o$3(this.greys.white), o$3(this.greys.dark25), o$3(this.greys.light75), o$3(this.greys.light50), o$3(this.greys.dark25), o$3(this.greys.grey), o$3(this.greys.dark50), o$3(this.greys.dark75));
3684
3686
  }
3685
3687
 
3686
3688
  }
@@ -3722,7 +3724,7 @@
3722
3724
  color: var(---color-text-inverse);
3723
3725
 
3724
3726
  border: 0;
3725
- border-radius: 0.25rem;
3727
+ border-radius: var(---border-radius);
3726
3728
  outline: none;
3727
3729
  }
3728
3730