@fluid-topics/ft-search-bar 1.3.61 → 1.3.63
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.
- package/build/ft-search-bar.light.js +647 -647
- package/build/ft-search-bar.min.js +469 -469
- package/build/ft-search-bar.styles.js +0 -3
- package/package.json +16 -16
|
@@ -4,7 +4,6 @@ import { FtButtonCssVariables } from "@fluid-topics/ft-button/build/ft-button.st
|
|
|
4
4
|
import { FtInputLabelCssVariables } from "@fluid-topics/ft-input-label/build/ft-input-label.styles";
|
|
5
5
|
import { FtSelectCssVariables } from "@fluid-topics/ft-select/build/ft-select.styles";
|
|
6
6
|
import { FtSkeletonCssVariables } from "@fluid-topics/ft-skeleton/build/ft-skeleton.styles";
|
|
7
|
-
import { FtTooltipCssVariables } from "@fluid-topics/ft-tooltip/build/ft-tooltip.styles";
|
|
8
7
|
import { FtSnapScrollCssVariables } from "@fluid-topics/ft-snap-scroll/build/ft-snap-scroll.styles";
|
|
9
8
|
import { FtFilterCssVariables } from "@fluid-topics/ft-filter/build/ft-filter.styles";
|
|
10
9
|
import { FtTypographyCssVariables } from "@fluid-topics/ft-typography/build/ft-typography.styles";
|
|
@@ -131,8 +130,6 @@ export const searchBarCss = css `
|
|
|
131
130
|
flex-direction: row;
|
|
132
131
|
align-items: center;
|
|
133
132
|
height: 100%;
|
|
134
|
-
|
|
135
|
-
${setVariable(FtTooltipCssVariables.zIndex, `calc(${FtSearchBarCssVariables.floatingZIndex} + 1)`)};
|
|
136
133
|
}
|
|
137
134
|
|
|
138
135
|
.ft-search-bar > ft-button,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.63",
|
|
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.3.
|
|
23
|
-
"@fluid-topics/ft-app-context": "1.3.
|
|
24
|
-
"@fluid-topics/ft-button": "1.3.
|
|
25
|
-
"@fluid-topics/ft-chip": "1.3.
|
|
26
|
-
"@fluid-topics/ft-filter": "1.3.
|
|
27
|
-
"@fluid-topics/ft-icon": "1.3.
|
|
28
|
-
"@fluid-topics/ft-select": "1.3.
|
|
29
|
-
"@fluid-topics/ft-size-watcher": "1.3.
|
|
30
|
-
"@fluid-topics/ft-skeleton": "1.3.
|
|
31
|
-
"@fluid-topics/ft-snap-scroll": "1.3.
|
|
32
|
-
"@fluid-topics/ft-tooltip": "1.3.
|
|
33
|
-
"@fluid-topics/ft-typography": "1.3.
|
|
34
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-accordion": "1.3.63",
|
|
23
|
+
"@fluid-topics/ft-app-context": "1.3.63",
|
|
24
|
+
"@fluid-topics/ft-button": "1.3.63",
|
|
25
|
+
"@fluid-topics/ft-chip": "1.3.63",
|
|
26
|
+
"@fluid-topics/ft-filter": "1.3.63",
|
|
27
|
+
"@fluid-topics/ft-icon": "1.3.63",
|
|
28
|
+
"@fluid-topics/ft-select": "1.3.63",
|
|
29
|
+
"@fluid-topics/ft-size-watcher": "1.3.63",
|
|
30
|
+
"@fluid-topics/ft-skeleton": "1.3.63",
|
|
31
|
+
"@fluid-topics/ft-snap-scroll": "1.3.63",
|
|
32
|
+
"@fluid-topics/ft-tooltip": "1.3.63",
|
|
33
|
+
"@fluid-topics/ft-typography": "1.3.63",
|
|
34
|
+
"@fluid-topics/ft-wc-utils": "1.3.63",
|
|
35
35
|
"lit": "3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fluid-topics/public-api": "1.0.
|
|
38
|
+
"@fluid-topics/public-api": "1.0.114"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "d5a25917d4f07daff26d04ec39843e9d03c7a86e"
|
|
41
41
|
}
|