@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.
@@ -78,6 +78,8 @@ var Z,Q;null==J||J(L,F),(null!==(y=globalThis.litHtmlVersions)&&void 0!==y?y:glo
78
78
  ---font-family-base: var(--font-family-base, "Source Sans", sans-serif);
79
79
  ---font-family-math: var(--font-family-math, "Source Serif", serif);
80
80
 
81
+ ---border: var(--border, 1px solid var(---color-border));
82
+ ---border-radius: var(--border-radius, 0.25rem);
81
83
  ---transition-duration: var(--transition-duration, 500ms);
82
84
 
83
85
  font-family: var(---font-family-base);
@@ -111,7 +113,7 @@ var Z,Q;null==J||J(L,F),(null!==(y=globalThis.litHtmlVersions)&&void 0!==y?y:glo
111
113
  width: 0;
112
114
  height: 0;
113
115
  }
114
- `),o(this.cssBoxShadow(0)),o(this.cssBoxShadow(2)),o(this.cssBoxShadow(4)),o(this.cssBoxShadow(8)),o(this.greys.white),o(this.greys.light75),o(this.greys.dark75),o(this.greys.white),o(this.greys.dark25),o(this.greys.light75),o(this.greys.light50),o(this.greys.grey),o(this.greys.dark25),o(this.greys.dark50),o(this.greys.dark75))}}let Rr,Nr,Pr=t=>t;class Mr extends Cr{static get properties(){return{disabled:{attribute:"disabled",type:Boolean,reflect:!0}}}constructor(){super(),this.disabled=!1}static get styles(){return[super.styles,s(Rr||(Rr=Pr`
116
+ `),o(this.cssBoxShadow(0)),o(this.cssBoxShadow(2)),o(this.cssBoxShadow(4)),o(this.cssBoxShadow(8)),o(this.greys.white),o(this.greys.light75),o(this.greys.dark75),o(this.greys.white),o(this.greys.dark25),o(this.greys.light75),o(this.greys.light50),o(this.greys.dark25),o(this.greys.grey),o(this.greys.dark50),o(this.greys.dark75))}}let Rr,Nr,Pr=t=>t;class Mr extends Cr{static get properties(){return{disabled:{attribute:"disabled",type:Boolean,reflect:!0}}}constructor(){super(),this.disabled=!1}static get styles(){return[super.styles,s(Rr||(Rr=Pr`
115
117
  :host {
116
118
  margin: 0.25rem;
117
119
  }
@@ -127,7 +129,7 @@ var Z,Q;null==J||J(L,F),(null!==(y=globalThis.litHtmlVersions)&&void 0!==y?y:glo
127
129
  color: var(---color-text-inverse);
128
130
 
129
131
  border: 0;
130
- border-radius: 0.25rem;
132
+ border-radius: var(---border-radius);
131
133
  outline: none;
132
134
  }
133
135