@fluid-topics/ft-search-bar 1.2.66 → 1.2.68

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.
@@ -387,11 +387,4 @@ export const facetsCss = css `
387
387
  .ft-search-bar--desktop-menu .ft-search-bar--launch-search {
388
388
  margin: 0;
389
389
  }
390
-
391
- .ft-search-bar--aria-live {
392
- position: absolute;
393
- width: 0;
394
- height: 0;
395
- opacity: 0;
396
- }
397
390
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "1.2.66",
3
+ "version": "1.2.68",
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.2.66",
23
- "@fluid-topics/ft-app-context": "1.2.66",
24
- "@fluid-topics/ft-button": "1.2.66",
25
- "@fluid-topics/ft-chip": "1.2.66",
26
- "@fluid-topics/ft-filter": "1.2.66",
27
- "@fluid-topics/ft-icon": "1.2.66",
28
- "@fluid-topics/ft-select": "1.2.66",
29
- "@fluid-topics/ft-size-watcher": "1.2.66",
30
- "@fluid-topics/ft-skeleton": "1.2.66",
31
- "@fluid-topics/ft-snap-scroll": "1.2.66",
32
- "@fluid-topics/ft-tooltip": "1.2.66",
33
- "@fluid-topics/ft-typography": "1.2.66",
34
- "@fluid-topics/ft-wc-utils": "1.2.66",
22
+ "@fluid-topics/ft-accordion": "1.2.68",
23
+ "@fluid-topics/ft-app-context": "1.2.68",
24
+ "@fluid-topics/ft-button": "1.2.68",
25
+ "@fluid-topics/ft-chip": "1.2.68",
26
+ "@fluid-topics/ft-filter": "1.2.68",
27
+ "@fluid-topics/ft-icon": "1.2.68",
28
+ "@fluid-topics/ft-select": "1.2.68",
29
+ "@fluid-topics/ft-size-watcher": "1.2.68",
30
+ "@fluid-topics/ft-skeleton": "1.2.68",
31
+ "@fluid-topics/ft-snap-scroll": "1.2.68",
32
+ "@fluid-topics/ft-tooltip": "1.2.68",
33
+ "@fluid-topics/ft-typography": "1.2.68",
34
+ "@fluid-topics/ft-wc-utils": "1.2.68",
35
35
  "lit": "3.1.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluid-topics/public-api": "1.0.95"
38
+ "@fluid-topics/public-api": "1.0.98"
39
39
  },
40
- "gitHead": "9a20b33e06cb203d5decfef5737a1f245777dddc"
40
+ "gitHead": "9e118cc3ee36e48d4b93d953ea7f7ea610ef450d"
41
41
  }