@fluid-topics/ft-search-bar 1.0.0 → 1.0.1

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.
@@ -2315,7 +2315,7 @@ const G=Symbol.for(""),X=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
2315
2315
  `}))}))}
2316
2316
  ${t?i.html`
2317
2317
  <ft-chip part="selected-filters mobile-filters-opener"
2318
- icon="add"
2318
+ icon="plus"
2319
2319
  clickable
2320
2320
  @click=${()=>{this.searchBar.mobileMenuOpen=!0,this.searchBar.displayFacets=!0}}>
2321
2321
  ${this.searchBar.labelResolver.resolve("filtersButton")}
@@ -2448,7 +2448,7 @@ class Mi extends Tt{constructor(t){if(super(t),this.et=tt,t.type!==Ut)throw Erro
2448
2448
  `}))}))}
2449
2449
  ${t?Q`
2450
2450
  <ft-chip part="selected-filters mobile-filters-opener"
2451
- icon="add"
2451
+ icon="plus"
2452
2452
  clickable
2453
2453
  @click=${()=>{this.searchBar.mobileMenuOpen=!0,this.searchBar.displayFacets=!0}}>
2454
2454
  ${this.searchBar.labelResolver.resolve("filtersButton")}
@@ -55,7 +55,7 @@ class FacetsChipsManager {
55
55
  })}
56
56
  ${isMobile ? html `
57
57
  <ft-chip part="selected-filters mobile-filters-opener"
58
- icon="add"
58
+ icon="plus"
59
59
  clickable
60
60
  @click=${() => {
61
61
  this.searchBar.mobileMenuOpen = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Search bar component using Fluid Topics public API",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,18 +19,18 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-accordion": "1.0.0",
23
- "@fluid-topics/ft-button": "1.0.0",
24
- "@fluid-topics/ft-chip": "1.0.0",
25
- "@fluid-topics/ft-filter": "1.0.0",
26
- "@fluid-topics/ft-icon": "1.0.0",
27
- "@fluid-topics/ft-select": "1.0.0",
28
- "@fluid-topics/ft-size-watcher": "1.0.0",
29
- "@fluid-topics/ft-skeleton": "1.0.0",
30
- "@fluid-topics/ft-snap-scroll": "1.0.0",
31
- "@fluid-topics/ft-tooltip": "1.0.0",
32
- "@fluid-topics/ft-typography": "1.0.0",
33
- "@fluid-topics/ft-wc-utils": "1.0.0",
22
+ "@fluid-topics/ft-accordion": "1.0.1",
23
+ "@fluid-topics/ft-button": "1.0.1",
24
+ "@fluid-topics/ft-chip": "1.0.1",
25
+ "@fluid-topics/ft-filter": "1.0.1",
26
+ "@fluid-topics/ft-icon": "1.0.1",
27
+ "@fluid-topics/ft-select": "1.0.1",
28
+ "@fluid-topics/ft-size-watcher": "1.0.1",
29
+ "@fluid-topics/ft-skeleton": "1.0.1",
30
+ "@fluid-topics/ft-snap-scroll": "1.0.1",
31
+ "@fluid-topics/ft-tooltip": "1.0.1",
32
+ "@fluid-topics/ft-typography": "1.0.1",
33
+ "@fluid-topics/ft-wc-utils": "1.0.1",
34
34
  "lit": "2.7.2"
35
35
  },
36
36
  "devDependencies": {
@@ -39,5 +39,5 @@
39
39
  "peerDependencies": {
40
40
  "@fluid-topics/public-api": "1.0.33"
41
41
  },
42
- "gitHead": "90895771e0ea740f1a0d972b9fd3796051757255"
42
+ "gitHead": "8e883d50248d276ce48981f8a1a0407e46400bd1"
43
43
  }