@fluid-topics/ft-search-bar 0.1.13 → 0.1.14
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.
|
@@ -34,7 +34,6 @@ export const searchBarCss = css `
|
|
|
34
34
|
flex-direction: column;
|
|
35
35
|
gap: 8px;
|
|
36
36
|
color: ${FtSearchBarCssVariables.colorOnSurface};
|
|
37
|
-
background: ${FtSearchBarCssVariables.colorSurface};
|
|
38
37
|
outline: none;
|
|
39
38
|
}
|
|
40
39
|
|
|
@@ -50,6 +49,7 @@ export const searchBarCss = css `
|
|
|
50
49
|
right: ${FtSearchBarCssVariables.mobileOpenRight};
|
|
51
50
|
z-index: ${FtSearchBarCssVariables.floatingZIndex};
|
|
52
51
|
padding: 16px;
|
|
52
|
+
background: ${FtSearchBarCssVariables.colorSurface};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-search-bar {
|
|
@@ -1780,7 +1780,6 @@ const ui=e.css`.mdc-touch-target-wrapper{display:inline}.mdc-radio{padding:calc(
|
|
|
1780
1780
|
flex-direction: column;
|
|
1781
1781
|
gap: 8px;
|
|
1782
1782
|
color: ${go.colorOnSurface};
|
|
1783
|
-
background: ${go.colorSurface};
|
|
1784
1783
|
outline: none;
|
|
1785
1784
|
}
|
|
1786
1785
|
|
|
@@ -1796,6 +1795,7 @@ const ui=e.css`.mdc-touch-target-wrapper{display:inline}.mdc-radio{padding:calc(
|
|
|
1796
1795
|
right: ${go.mobileOpenRight};
|
|
1797
1796
|
z-index: ${go.floatingZIndex};
|
|
1798
1797
|
padding: 16px;
|
|
1798
|
+
background: ${go.colorSurface};
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
1801
|
.ft-search-bar {
|
|
@@ -1895,7 +1895,6 @@ class Nr extends vt{constructor(t){if(super(t),this.it=M,t.type!==mt)throw Error
|
|
|
1895
1895
|
flex-direction: column;
|
|
1896
1896
|
gap: 8px;
|
|
1897
1897
|
color: ${go.colorOnSurface};
|
|
1898
|
-
background: ${go.colorSurface};
|
|
1899
1898
|
outline: none;
|
|
1900
1899
|
}
|
|
1901
1900
|
|
|
@@ -1911,6 +1910,7 @@ class Nr extends vt{constructor(t){if(super(t),this.it=M,t.type!==mt)throw Error
|
|
|
1911
1910
|
right: ${go.mobileOpenRight};
|
|
1912
1911
|
z-index: ${go.floatingZIndex};
|
|
1913
1912
|
padding: 16px;
|
|
1913
|
+
background: ${go.colorSurface};
|
|
1914
1914
|
}
|
|
1915
1915
|
|
|
1916
1916
|
.ft-search-bar {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,17 +19,17 @@
|
|
|
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": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-button": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-chip": "^0.1.
|
|
25
|
-
"@fluid-topics/ft-filter": "^0.1.
|
|
26
|
-
"@fluid-topics/ft-icon": "^0.1.
|
|
27
|
-
"@fluid-topics/ft-select": "^0.1.
|
|
28
|
-
"@fluid-topics/ft-size-watcher": "^0.1.
|
|
29
|
-
"@fluid-topics/ft-snap-scroll": "^0.1.
|
|
30
|
-
"@fluid-topics/ft-tooltip": "^0.1.
|
|
31
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
32
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-accordion": "^0.1.14",
|
|
23
|
+
"@fluid-topics/ft-button": "^0.1.14",
|
|
24
|
+
"@fluid-topics/ft-chip": "^0.1.14",
|
|
25
|
+
"@fluid-topics/ft-filter": "^0.1.14",
|
|
26
|
+
"@fluid-topics/ft-icon": "^0.1.14",
|
|
27
|
+
"@fluid-topics/ft-select": "^0.1.14",
|
|
28
|
+
"@fluid-topics/ft-size-watcher": "^0.1.14",
|
|
29
|
+
"@fluid-topics/ft-snap-scroll": "^0.1.14",
|
|
30
|
+
"@fluid-topics/ft-tooltip": "^0.1.14",
|
|
31
|
+
"@fluid-topics/ft-typography": "^0.1.14",
|
|
32
|
+
"@fluid-topics/ft-wc-utils": "^0.1.14",
|
|
33
33
|
"@material/mwc-icon": "^0.25.3",
|
|
34
34
|
"lit": "2.1.3"
|
|
35
35
|
},
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@fluid-topics/public-api": "^1.0.14"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7a978e38836c87af6e3a953984218fd9b8692bc0"
|
|
43
43
|
}
|