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