@saasquatch/mint-components 2.0.8-5 → 2.0.8-7

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.
@@ -3379,12 +3379,6 @@ function useDemoPayoutStatusAlert(props) {
3379
3379
  console.log("the value of states is ", states);
3380
3380
  console.log("the value of formatted states is ", formatted);
3381
3381
  return cjs.cjs({
3382
- // states: {
3383
- // error: props.demoData.states.error || false,
3384
- // status: states.status,
3385
- // loading: props.demoData.states.loading || false,
3386
- // veriffLoading: props.demoData.states.veriffLoading || false,
3387
- // },
3388
3382
  states: {
3389
3383
  error: false,
3390
3384
  status: states.status,
@@ -1065,12 +1065,6 @@ function useDemoPayoutStatusAlert(props) {
1065
1065
  console.log("the value of states is ", states);
1066
1066
  console.log("the value of formatted states is ", formatted);
1067
1067
  return deepmerge({
1068
- // states: {
1069
- // error: props.demoData.states.error || false,
1070
- // status: states.status,
1071
- // loading: props.demoData.states.loading || false,
1072
- // veriffLoading: props.demoData.states.veriffLoading || false,
1073
- // },
1074
1068
  states: {
1075
1069
  error: false,
1076
1070
  status: states.status,
@@ -3375,12 +3375,6 @@ function useDemoPayoutStatusAlert(props) {
3375
3375
  console.log("the value of states is ", states);
3376
3376
  console.log("the value of formatted states is ", formatted);
3377
3377
  return cjs({
3378
- // states: {
3379
- // error: props.demoData.states.error || false,
3380
- // status: states.status,
3381
- // loading: props.demoData.states.loading || false,
3382
- // veriffLoading: props.demoData.states.veriffLoading || false,
3383
- // },
3384
3378
  states: {
3385
3379
  error: false,
3386
3380
  status: states.status,
package/docs/docs.docx CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasquatch/mint-components",
3
3
  "title": "Mint Components",
4
- "version": "2.0.8-5",
4
+ "version": "2.0.8-7",
5
5
  "description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
6
6
  "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
7
7
  "raisins": "docs/raisins.json",