@fluid-topics/ft-search-sort-selector 2.0.38 → 2.1.1

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.
@@ -4,7 +4,7 @@ import { FtSearchSortSelectorProperties } from "./ft-search-sort-selector.proper
4
4
  import { FtSearchSortOption } from "@fluid-topics/public-api";
5
5
  import { FtSearchComponent } from "@fluid-topics/ft-search-context/build/registration";
6
6
  import { I18nAttributeValue } from "@fluid-topics/ft-i18n/build/decorators/i18nAttribute";
7
- import { PropertyValues } from "lit/development";
7
+ import { PropertyValues } from "lit";
8
8
  declare const FtSearchSortSelector_base: typeof FtSearchComponent & import("@fluid-topics/ft-wc-utils").Constructor<import("@fluid-topics/ft-i18n").FtLitElementWithI18nInterface>;
9
9
  export declare class FtSearchSortSelector extends FtSearchSortSelector_base implements FtSearchSortSelectorProperties {
10
10
  static elementDefinitions: ElementDefinitionsMap;