@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.
- 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-bf7054a5.system.entry.js → p-29a9d5c0.system.entry.js} +1 -1
- package/dist/mint-components/p-ca098be1.system.js +1 -1
- package/dist/mint-components/{p-c8fe5744.entry.js → p-cb5d9596.entry.js} +1 -1
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -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", {
|
|
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", {
|
|
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", {
|
|
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 `
|