@pisell/private-materials 6.5.30 → 6.5.31

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.
@@ -213,6 +213,10 @@ function AdditionalModule(_ref) {
213
213
  } else {
214
214
  Toast.fail(locales.getText('pisell2.text.order-no-payment-cannot-send-link'));
215
215
  }
216
+ } else if (key === 'split-payment') {
217
+ handleButtonClick('split-payment');
218
+ } else if (key === 'print-receipt') {
219
+ handleButtonClick('print-receipt');
216
220
  }
217
221
  }
218
222
  },
@@ -282,6 +282,10 @@ function AdditionalModule({
282
282
  )
283
283
  );
284
284
  }
285
+ } else if (key === "split-payment") {
286
+ handleButtonClick("split-payment");
287
+ } else if (key === "print-receipt") {
288
+ handleButtonClick("print-receipt");
285
289
  }
286
290
  }
287
291
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.5.30",
3
+ "version": "6.5.31",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -63,8 +63,8 @@
63
63
  "@use-gesture/react": "^10.3.1",
64
64
  "@pisell/utils": "3.0.2",
65
65
  "@pisell/materials": "6.5.9",
66
- "@pisell/date-picker": "3.0.7",
67
- "@pisell/icon": "0.0.11"
66
+ "@pisell/icon": "0.0.11",
67
+ "@pisell/date-picker": "3.0.7"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "^18.0.0",