@fluid-topics/ft-search-locale-selector 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.
|
@@ -17,7 +17,7 @@ import { FtTooltip, } from "@fluid-topics/ft-tooltip";
|
|
|
17
17
|
import { selectorContext, selectorDefaultMessages, } from "./SearchLocaleSelectorMessages";
|
|
18
18
|
import { FtRadio, FtRadioGroup, } from "@fluid-topics/ft-radio";
|
|
19
19
|
import { FtTypography } from "@fluid-topics/ft-typography";
|
|
20
|
-
class FtSearchLocaleSelector extends withI18n(FtSearchComponent) {
|
|
20
|
+
export class FtSearchLocaleSelector extends withI18n(FtSearchComponent) {
|
|
21
21
|
constructor() {
|
|
22
22
|
super();
|
|
23
23
|
this.warningTooltipPosition = "left";
|
|
@@ -90,4 +90,3 @@ __decorate([
|
|
|
90
90
|
__decorate([
|
|
91
91
|
state()
|
|
92
92
|
], FtSearchLocaleSelector.prototype, "selectedSearchLocale", void 0);
|
|
93
|
-
export { FtSearchLocaleSelector };
|
|
@@ -2528,6 +2528,8 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2528
2528
|
`;var $t=class extends Pe{get typographyVariant(){return ue.body2}};$t.elementDefinitions={...Pe.elementDefinitions,"ft-or-ftds-typography":ee};$t.styles=P4;var ti=b(w());var z4=b(U()),H=b(w());var I4=z4.css`
|
|
2529
2529
|
* {
|
|
2530
2530
|
box-sizing: border-box;
|
|
2531
|
+
display: inline-flex;
|
|
2532
|
+
align-items: center;
|
|
2531
2533
|
--input-size: calc(${H.radio.circleSize} + 2 * (${H.radio.focusOutlineOffset} + ${H.radio.focusOutlineWidth}));
|
|
2532
2534
|
--input-margin: calc(-1 * ${H.radio.focusOutlineOffset} - ${H.radio.focusOutlineWidth});
|
|
2533
2535
|
}
|
|
@@ -2535,9 +2537,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2535
2537
|
.ft-radio {
|
|
2536
2538
|
box-sizing: border-box;
|
|
2537
2539
|
color: ${H.radio.color};
|
|
2538
|
-
|
|
2539
|
-
display: inline-flex;
|
|
2540
|
-
align-items: center;
|
|
2541
2540
|
gap: ${H.radio.horizontalGap};
|
|
2542
2541
|
}
|
|
2543
2542
|
|