@saasquatch/mint-components 2.1.10-51 → 2.1.10-52

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.
@@ -7879,7 +7879,7 @@ const TimelineReward = class {
7879
7879
 
7880
7880
  function UserAttributeView(props) {
7881
7881
  return (props.value && (index.h(index.Host, null,
7882
- index.h("p", { exportparts: "sqm-base" }, props.loading ? props.loadingText : props.value))));
7882
+ index.h("p", { part: "sqm-base" }, props.loading ? props.loadingText : props.value))));
7883
7883
  }
7884
7884
 
7885
7885
  const GET_CUSTOM_FIELDS = index_module.dist.gql `
@@ -1,5 +1,5 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export function UserAttributeView(props) {
3
3
  return (props.value && (h(Host, null,
4
- h("p", { exportparts: "sqm-base" }, props.loading ? props.loadingText : props.value))));
4
+ h("p", { part: "sqm-base" }, props.loading ? props.loadingText : props.value))));
5
5
  }
@@ -7875,7 +7875,7 @@ const TimelineReward = class {
7875
7875
 
7876
7876
  function UserAttributeView(props) {
7877
7877
  return (props.value && (h$1(Host, null,
7878
- h$1("p", { exportparts: "sqm-base" }, props.loading ? props.loadingText : props.value))));
7878
+ h$1("p", { part: "sqm-base" }, props.loading ? props.loadingText : props.value))));
7879
7879
  }
7880
7880
 
7881
7881
  const GET_CUSTOM_FIELDS = dist.gql `