@fluid-topics/ft-search-type 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.
@@ -1123,7 +1123,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1123
1123
  <div tabindex="0"
1124
1124
  part="controls go-back"
1125
1125
  class="ft-filter-level--go-back"
1126
- aria-label="back to ${this.parent.label}"
1126
+ aria-label="Back to ${this.parent.label}"
1127
+ role="button"
1127
1128
  ?disabled=${this.disabled}
1128
1129
  @keyup=${this.goBackOnKeyPress}
1129
1130
  @click=${this.goBackOnClick}>
@@ -1143,10 +1144,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1143
1144
  ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?ke.nothing:ke.html`
1144
1145
  <ft-button icon="thin_arrow_right"
1145
1146
  part="controls navigate-hierarchy"
1146
- aria-label="expand node"
1147
- label="${n.label}"
1147
+ aria-label="Expand node"
1148
1148
  ?disabled=${this.disabled}
1149
- tooltipPosition="left"
1149
+ hideTooltip
1150
1150
  @click=${()=>this.displayLevel(n)}></ft-button>
1151
1151
  `}
1152
1152
  </div>
@@ -1168,7 +1168,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
1168
1168
  <div tabindex="0"
1169
1169
  part="controls go-back"
1170
1170
  class="ft-filter-level--go-back"
1171
- aria-label="back to ${this.parent.label}"
1171
+ aria-label="Back to ${this.parent.label}"
1172
+ role="button"
1172
1173
  ?disabled=${this.disabled}
1173
1174
  @keyup=${this.goBackOnKeyPress}
1174
1175
  @click=${this.goBackOnClick}>
@@ -1188,10 +1189,9 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
1188
1189
  ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?Y:D`
1189
1190
  <ft-button icon="thin_arrow_right"
1190
1191
  part="controls navigate-hierarchy"
1191
- aria-label="expand node"
1192
- label="${n.label}"
1192
+ aria-label="Expand node"
1193
1193
  ?disabled=${this.disabled}
1194
- tooltipPosition="left"
1194
+ hideTooltip
1195
1195
  @click=${()=>this.displayLevel(n)}></ft-button>
1196
1196
  `}
1197
1197
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-type",
3
- "version": "1.1.111",
3
+ "version": "1.1.112",
4
4
  "description": "Search",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.1.111",
22
+ "@fluid-topics/ft-wc-utils": "1.1.112",
23
23
  "lit": "3.1.0"
24
24
  },
25
- "gitHead": "23129f0e44db11e1d2c0431cedc4dde05c3241ee"
25
+ "gitHead": "8b02dc3bb87eda0b3f76e4c277967bbd7376d4fd"
26
26
  }