@fluid-topics/ft-radio 0.2.19 → 0.2.20

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.
package/build/ft-radio.js CHANGED
@@ -175,7 +175,7 @@ __decorate([
175
175
  property()
176
176
  ], FtRadio.prototype, "name", void 0);
177
177
  __decorate([
178
- property({ type: Boolean })
178
+ property({ type: Boolean, reflect: true })
179
179
  ], FtRadio.prototype, "checked", void 0);
180
180
  __decorate([
181
181
  property({ type: Boolean })
@@ -322,7 +322,7 @@ const tt=Symbol.for(""),it=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)=
322
322
  .ft-radio--disabled .ft-radio--box:after {
323
323
  background-color: ${Oi.colorOnSurfaceDisabled};
324
324
  }
325
- `,_i([o.property()],ji.prototype,"value",void 0),_i([o.property()],ji.prototype,"name",void 0),_i([o.property({type:Boolean})],ji.prototype,"checked",void 0),_i([o.property({type:Boolean})],ji.prototype,"disabled",void 0),_i([o.query(".ft-radio")],ji.prototype,"container",void 0),_i([o.query("ft-ripple")],ji.prototype,"ripple",void 0),_i([o.query("input")],ji.prototype,"input",void 0);var Ni=function(t,i,e,o){for(var s,r=arguments.length,n=r<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,h=t.length-1;h>=0;h--)(s=t[h])&&(n=(r<3?s(n):r>3?s(i,e,n):s(i,e))||n);return r>3&&n&&Object.defineProperty(i,e,n),n};class Di extends i.FtLitElement{constructor(){super(...arguments),this.name=""}render(){return e.html`
325
+ `,_i([o.property()],ji.prototype,"value",void 0),_i([o.property()],ji.prototype,"name",void 0),_i([o.property({type:Boolean,reflect:!0})],ji.prototype,"checked",void 0),_i([o.property({type:Boolean})],ji.prototype,"disabled",void 0),_i([o.query(".ft-radio")],ji.prototype,"container",void 0),_i([o.query("ft-ripple")],ji.prototype,"ripple",void 0),_i([o.query("input")],ji.prototype,"input",void 0);var Ni=function(t,i,e,o){for(var s,r=arguments.length,n=r<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,h=t.length-1;h>=0;h--)(s=t[h])&&(n=(r<3?s(n):r>3?s(i,e,n):s(i,e))||n);return r>3&&n&&Object.defineProperty(i,e,n),n};class Di extends i.FtLitElement{constructor(){super(...arguments),this.name=""}render(){return e.html`
326
326
  <slot @slotchange=${this.onSlotChange}
327
327
  @change=${this.onChange}
328
328
  @keydown=${this.onKeyDown}
@@ -411,7 +411,7 @@ const At=Symbol.for(""),Lt=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)=
411
411
  .ft-radio--disabled .ft-radio--box:after {
412
412
  background-color: ${ae.colorOnSurfaceDisabled};
413
413
  }
414
- `,ne([o()],he.prototype,"value",void 0),ne([o()],he.prototype,"name",void 0),ne([o({type:Boolean})],he.prototype,"checked",void 0),ne([o({type:Boolean})],he.prototype,"disabled",void 0),ne([n(".ft-radio")],he.prototype,"container",void 0),ne([n("ft-ripple")],he.prototype,"ripple",void 0),ne([n("input")],he.prototype,"input",void 0);var ce=function(t,i,e,o){for(var r,s=arguments.length,n=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(i,e,n):r(i,e))||n);return s>3&&n&&Object.defineProperty(i,e,n),n};class pe extends yt{constructor(){super(...arguments),this.name=""}render(){return H`
414
+ `,ne([o()],he.prototype,"value",void 0),ne([o()],he.prototype,"name",void 0),ne([o({type:Boolean,reflect:!0})],he.prototype,"checked",void 0),ne([o({type:Boolean})],he.prototype,"disabled",void 0),ne([n(".ft-radio")],he.prototype,"container",void 0),ne([n("ft-ripple")],he.prototype,"ripple",void 0),ne([n("input")],he.prototype,"input",void 0);var ce=function(t,i,e,o){for(var r,s=arguments.length,n=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(i,e,n):r(i,e))||n);return s>3&&n&&Object.defineProperty(i,e,n),n};class pe extends yt{constructor(){super(...arguments),this.name=""}render(){return H`
415
415
  <slot @slotchange=${this.onSlotChange}
416
416
  @change=${this.onChange}
417
417
  @keydown=${this.onKeyDown}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-radio",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "A radio component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,10 +19,10 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-ripple": "^0.2.19",
23
- "@fluid-topics/ft-typography": "^0.2.19",
24
- "@fluid-topics/ft-wc-utils": "^0.2.19",
22
+ "@fluid-topics/ft-ripple": "^0.2.20",
23
+ "@fluid-topics/ft-typography": "^0.2.20",
24
+ "@fluid-topics/ft-wc-utils": "^0.2.20",
25
25
  "lit": "2.1.3"
26
26
  },
27
- "gitHead": "d61a4095bbb6a067c6e0a0389dc934264c9a4b55"
27
+ "gitHead": "12b770753cd907c340153c5f9fed0909ecb1eefc"
28
28
  }