@fluid-topics/ft-search-bar 1.1.99 → 1.1.100

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.
@@ -2916,7 +2916,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
2916
2916
  ${(0,wc.repeat)(this.searchBar.availableContentLocales,e=>e.lang,e=>Ue.html`
2917
2917
  <ft-select-option .value=${e.lang}
2918
2918
  label="${e.label}"
2919
- ?selected=${e.lang===this.searchBar.contentLocale}>
2919
+ ?selected=${e.lang==this.searchBar.contentLocale}>
2920
2920
  </ft-select-option>
2921
2921
  `)}
2922
2922
  </ft-select>
@@ -2961,7 +2961,7 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
2961
2961
  ${xe(this.searchBar.availableContentLocales,e=>e.lang,e=>v`
2962
2962
  <ft-select-option .value=${e.lang}
2963
2963
  label="${e.label}"
2964
- ?selected=${e.lang===this.searchBar.contentLocale}>
2964
+ ?selected=${e.lang==this.searchBar.contentLocale}>
2965
2965
  </ft-select-option>
2966
2966
  `)}
2967
2967
  </ft-select>
@@ -76,7 +76,7 @@ class DesktopSearchBarManager {
76
76
  ${repeat(this.searchBar.availableContentLocales, l => l.lang, l => html `
77
77
  <ft-select-option .value=${l.lang}
78
78
  label="${l.label}"
79
- ?selected=${l.lang === this.searchBar.contentLocale}>
79
+ ?selected=${l.lang == this.searchBar.contentLocale}>
80
80
  </ft-select-option>
81
81
  `)}
82
82
  </ft-select>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "1.1.99",
3
+ "version": "1.1.100",
4
4
  "description": "Search bar component using Fluid Topics public API",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,23 +19,23 @@
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.1.99",
23
- "@fluid-topics/ft-app-context": "1.1.99",
24
- "@fluid-topics/ft-button": "1.1.99",
25
- "@fluid-topics/ft-chip": "1.1.99",
26
- "@fluid-topics/ft-filter": "1.1.99",
27
- "@fluid-topics/ft-icon": "1.1.99",
28
- "@fluid-topics/ft-select": "1.1.99",
29
- "@fluid-topics/ft-size-watcher": "1.1.99",
30
- "@fluid-topics/ft-skeleton": "1.1.99",
31
- "@fluid-topics/ft-snap-scroll": "1.1.99",
32
- "@fluid-topics/ft-tooltip": "1.1.99",
33
- "@fluid-topics/ft-typography": "1.1.99",
34
- "@fluid-topics/ft-wc-utils": "1.1.99",
22
+ "@fluid-topics/ft-accordion": "1.1.100",
23
+ "@fluid-topics/ft-app-context": "1.1.100",
24
+ "@fluid-topics/ft-button": "1.1.100",
25
+ "@fluid-topics/ft-chip": "1.1.100",
26
+ "@fluid-topics/ft-filter": "1.1.100",
27
+ "@fluid-topics/ft-icon": "1.1.100",
28
+ "@fluid-topics/ft-select": "1.1.100",
29
+ "@fluid-topics/ft-size-watcher": "1.1.100",
30
+ "@fluid-topics/ft-skeleton": "1.1.100",
31
+ "@fluid-topics/ft-snap-scroll": "1.1.100",
32
+ "@fluid-topics/ft-tooltip": "1.1.100",
33
+ "@fluid-topics/ft-typography": "1.1.100",
34
+ "@fluid-topics/ft-wc-utils": "1.1.100",
35
35
  "lit": "3.1.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@fluid-topics/public-api": "1.0.73"
39
39
  },
40
- "gitHead": "4f91ba9bad271e32aa24473716e9dfb3dff630bf"
40
+ "gitHead": "1a88e4b0ddcb8947f3b0f82a2d9e893044199b22"
41
41
  }