@saasquatch/mint-components 2.1.10-55 → 2.1.10-56

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.
@@ -7892,7 +7892,7 @@ function UserAttributeView(props) {
7892
7892
  const loadingSkeleton = (index.h("sqm-skeleton", { width: "200px", height: "20px" }));
7893
7893
  return (props.value && (index.h(index.Host, null,
7894
7894
  index.h("style", null, styleString),
7895
- index.h("p", { part: "sqm-base" }, props.loading ? loadingSkeleton : props.value))));
7895
+ index.h("p", { class: sheet.classes.P, part: "sqm-base" }, props.loading ? loadingSkeleton : props.value))));
7896
7896
  }
7897
7897
 
7898
7898
  const GET_CUSTOM_FIELDS = index_module.dist.gql `
@@ -15,5 +15,5 @@ export function UserAttributeView(props) {
15
15
  const loadingSkeleton = (h("sqm-skeleton", { width: "200px", height: "20px" }));
16
16
  return (props.value && (h(Host, null,
17
17
  h("style", null, styleString),
18
- h("p", { part: "sqm-base" }, props.loading ? loadingSkeleton : props.value))));
18
+ h("p", { class: sheet.classes.P, part: "sqm-base" }, props.loading ? loadingSkeleton : props.value))));
19
19
  }
@@ -7888,7 +7888,7 @@ function UserAttributeView(props) {
7888
7888
  const loadingSkeleton = (h$1("sqm-skeleton", { width: "200px", height: "20px" }));
7889
7889
  return (props.value && (h$1(Host, null,
7890
7890
  h$1("style", null, styleString),
7891
- h$1("p", { part: "sqm-base" }, props.loading ? loadingSkeleton : props.value))));
7891
+ h$1("p", { class: sheet.classes.P, part: "sqm-base" }, props.loading ? loadingSkeleton : props.value))));
7892
7892
  }
7893
7893
 
7894
7894
  const GET_CUSTOM_FIELDS = dist.gql `