@fluid-topics/ft-search-selected-facets 1.1.111 → 1.1.112

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.
@@ -1437,7 +1437,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1437
1437
  <div tabindex="0"
1438
1438
  part="controls go-back"
1439
1439
  class="ft-filter-level--go-back"
1440
- aria-label="back to ${this.parent.label}"
1440
+ aria-label="Back to ${this.parent.label}"
1441
+ role="button"
1441
1442
  ?disabled=${this.disabled}
1442
1443
  @keyup=${this.goBackOnKeyPress}
1443
1444
  @click=${this.goBackOnClick}>
@@ -1457,10 +1458,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1457
1458
  ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?Ve.nothing:Ve.html`
1458
1459
  <ft-button icon="thin_arrow_right"
1459
1460
  part="controls navigate-hierarchy"
1460
- aria-label="expand node"
1461
- label="${n.label}"
1461
+ aria-label="Expand node"
1462
1462
  ?disabled=${this.disabled}
1463
- tooltipPosition="left"
1463
+ hideTooltip
1464
1464
  @click=${()=>this.displayLevel(n)}></ft-button>
1465
1465
  `}
1466
1466
  </div>
@@ -1482,7 +1482,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:i.extend("--ft-conte
1482
1482
  <div tabindex="0"
1483
1483
  part="controls go-back"
1484
1484
  class="ft-filter-level--go-back"
1485
- aria-label="back to ${this.parent.label}"
1485
+ aria-label="Back to ${this.parent.label}"
1486
+ role="button"
1486
1487
  ?disabled=${this.disabled}
1487
1488
  @keyup=${this.goBackOnKeyPress}
1488
1489
  @click=${this.goBackOnClick}>
@@ -1502,10 +1503,9 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:i.extend("--ft-conte
1502
1503
  ${this.preventNavigation||o.selected||((n=o.subOptions)!==null&&n!==void 0?n:[]).length===0?B:P`
1503
1504
  <ft-button icon="thin_arrow_right"
1504
1505
  part="controls navigate-hierarchy"
1505
- aria-label="expand node"
1506
- label="${o.label}"
1506
+ aria-label="Expand node"
1507
1507
  ?disabled=${this.disabled}
1508
- tooltipPosition="left"
1508
+ hideTooltip
1509
1509
  @click=${()=>this.displayLevel(o)}></ft-button>
1510
1510
  `}
1511
1511
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-selected-facets",
3
- "version": "1.1.111",
3
+ "version": "1.1.112",
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.111",
23
- "@fluid-topics/ft-search-context": "1.1.111",
24
- "@fluid-topics/ft-search-period-filter": "1.1.111",
25
- "@fluid-topics/ft-search-type": "1.1.111",
26
- "@fluid-topics/ft-tooltip": "1.1.111",
27
- "@fluid-topics/ft-wc-utils": "1.1.111",
22
+ "@fluid-topics/ft-chip": "1.1.112",
23
+ "@fluid-topics/ft-search-context": "1.1.112",
24
+ "@fluid-topics/ft-search-period-filter": "1.1.112",
25
+ "@fluid-topics/ft-search-type": "1.1.112",
26
+ "@fluid-topics/ft-tooltip": "1.1.112",
27
+ "@fluid-topics/ft-wc-utils": "1.1.112",
28
28
  "lit": "3.1.0"
29
29
  },
30
- "gitHead": "23129f0e44db11e1d2c0431cedc4dde05c3241ee"
30
+ "gitHead": "8b02dc3bb87eda0b3f76e4c277967bbd7376d4fd"
31
31
  }