@fluid-topics/ft-search-type 2.0.15 → 2.0.16
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-type.js +1 -2
- package/build/ft-search-type.light.js +2 -3
- package/build/ft-search-type.min.js +177 -178
- package/package.json +3 -3
package/build/ft-search-type.js
CHANGED
|
@@ -14,7 +14,7 @@ import { searchTypeContext, searchTypeDefaultMessages, } from "./FtSearchTypeMes
|
|
|
14
14
|
import { property, query, } from "lit/decorators.js";
|
|
15
15
|
import { keywordMatchSelector, searchInDocumentTitlesOnlySelector, } from "@fluid-topics/ft-search-context/build/store/FtSearchStateManager";
|
|
16
16
|
import { FtSearchKeywordMatch } from "@fluid-topics/public-api";
|
|
17
|
-
class FtSearchType extends withI18n(FtSearchComponent) {
|
|
17
|
+
export class FtSearchType extends withI18n(FtSearchComponent) {
|
|
18
18
|
constructor() {
|
|
19
19
|
super();
|
|
20
20
|
this.options = {
|
|
@@ -76,4 +76,3 @@ __decorate([
|
|
|
76
76
|
__decorate([
|
|
77
77
|
query("ft-filter")
|
|
78
78
|
], FtSearchType.prototype, "filter", void 0);
|
|
79
|
-
export { FtSearchType };
|
|
@@ -2529,6 +2529,8 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2529
2529
|
`;var xr=class extends Pe{get typographyVariant(){return ue.body2}};xr.elementDefinitions={...Pe.elementDefinitions,"ft-or-ftds-typography":se};xr.styles=M4;var ai=v(w());var P4=v(U()),H=v(w());var I4=P4.css`
|
|
2530
2530
|
* {
|
|
2531
2531
|
box-sizing: border-box;
|
|
2532
|
+
display: inline-flex;
|
|
2533
|
+
align-items: center;
|
|
2532
2534
|
--input-size: calc(${H.radio.circleSize} + 2 * (${H.radio.focusOutlineOffset} + ${H.radio.focusOutlineWidth}));
|
|
2533
2535
|
--input-margin: calc(-1 * ${H.radio.focusOutlineOffset} - ${H.radio.focusOutlineWidth});
|
|
2534
2536
|
}
|
|
@@ -2536,9 +2538,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2536
2538
|
.ft-radio {
|
|
2537
2539
|
box-sizing: border-box;
|
|
2538
2540
|
color: ${H.radio.color};
|
|
2539
|
-
|
|
2540
|
-
display: inline-flex;
|
|
2541
|
-
align-items: center;
|
|
2542
2541
|
gap: ${H.radio.horizontalGap};
|
|
2543
2542
|
}
|
|
2544
2543
|
|