@fluid-topics/ft-reader-topic-metadata 2.1.20 → 2.1.21

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.
@@ -8,7 +8,7 @@ import { html, nothing, } from "lit";
8
8
  import { property, state, } from "lit/decorators.js";
9
9
  import { styles } from "./ft-reader-topic-metadata.styles";
10
10
  import { FtReaderTopicComponent } from "@fluid-topics/ft-reader-topic-context/build/registration";
11
- import { ClusteringHelper, } from "@fluid-topics/ft-wc-utils";
11
+ import { ClusteringHelper, numberProperty, } from "@fluid-topics/ft-wc-utils";
12
12
  import { FtTooltip } from "@fluid-topics/ft-tooltip";
13
13
  import { FtChip } from "@fluid-topics/ft-chip";
14
14
  import { withDateFormat } from "@fluid-topics/ft-app-context/build/mixins/withDateFormat";
@@ -114,7 +114,7 @@ __decorate([
114
114
  property({ type: Boolean })
115
115
  ], FtReaderTopicMetadata.prototype, "displayLabel", void 0);
116
116
  __decorate([
117
- property({ type: Number })
117
+ numberProperty()
118
118
  ], FtReaderTopicMetadata.prototype, "hierarchicalValueTruncatingLevel", void 0);
119
119
  __decorate([
120
120
  property({ type: Boolean })