@fluid-topics/ft-search-selected-facets 1.1.77 → 1.1.78

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.
@@ -1198,7 +1198,11 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1198
1198
  :host {
1199
1199
  display: block;
1200
1200
  }
1201
- `;var uo=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(n<3?s(a):n>3?s(t,r,a):s(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},wt=class extends Us.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,this.focusCurrentChecked())},this.onFocusOut=t=>{!this.contains(t.relatedTarget)&&(this.tabIndex=0)}}render(){return Fs.html`
1201
+
1202
+ :host(:focus-visible) {
1203
+ outline: none;
1204
+ }
1205
+ `;var uo=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(n<3?s(a):n>3?s(t,r,a):s(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},wt=class extends Us.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=t=>{!this.contains(t.relatedTarget)&&(this.tabIndex=0)}}render(){return Fs.html`
1202
1206
  <slot @slotchange=${this.onSlotChange}
1203
1207
  @change=${this.onChange}
1204
1208
  @keydown=${this.onKeyDown}
@@ -1236,7 +1236,11 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
1236
1236
  :host {
1237
1237
  display: block;
1238
1238
  }
1239
- `;var Mr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Pe=class extends M{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,this.focusCurrentChecked())},this.onFocusOut=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}render(){return $`
1239
+
1240
+ :host(:focus-visible) {
1241
+ outline: none;
1242
+ }
1243
+ `;var Mr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Pe=class extends M{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}render(){return $`
1240
1244
  <slot @slotchange=${this.onSlotChange}
1241
1245
  @change=${this.onChange}
1242
1246
  @keydown=${this.onKeyDown}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-selected-facets",
3
- "version": "1.1.77",
3
+ "version": "1.1.78",
4
4
  "description": "List of selected facets in a designed search page context",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-chip": "1.1.77",
23
- "@fluid-topics/ft-search-context": "1.1.77",
24
- "@fluid-topics/ft-search-period-filter": "1.1.77",
25
- "@fluid-topics/ft-search-type": "1.1.77",
26
- "@fluid-topics/ft-tooltip": "1.1.77",
27
- "@fluid-topics/ft-wc-utils": "1.1.77",
22
+ "@fluid-topics/ft-chip": "1.1.78",
23
+ "@fluid-topics/ft-search-context": "1.1.78",
24
+ "@fluid-topics/ft-search-period-filter": "1.1.78",
25
+ "@fluid-topics/ft-search-type": "1.1.78",
26
+ "@fluid-topics/ft-tooltip": "1.1.78",
27
+ "@fluid-topics/ft-wc-utils": "1.1.78",
28
28
  "lit": "3.1.0"
29
29
  },
30
- "gitHead": "a88802e6c5be6f43ceced4a20a3747b09ea022c0"
30
+ "gitHead": "b4f44baf8cd02d5ef4ba2fd616f0aa9483a8a027"
31
31
  }