@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.
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-user-attribute/sqm-user-attribute-view.js +1 -1
- package/dist/esm/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-1405b126.system.entry.js → p-8fb1708b.system.entry.js} +1 -1
- package/dist/mint-components/{p-a5636a5d.entry.js → p-a7f52290.entry.js} +1 -1
- package/dist/mint-components/p-ca098be1.system.js +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -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 `
|