@nypl/design-system-react-components 3.1.1-modal-rc-2 → 3.1.1-modal-rc-3

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.
@@ -38868,7 +38868,7 @@ const gc = X1((r) => {
38868
38868
  headingSize: "heading4"
38869
38869
  });
38870
38870
  return (!Zo(y) && v || Zo(y) && (p || C)) && console.warn(
38871
- "NYPL Reservoir Modal: The `onClose`, `onConfirm`, and `onCancel` props have all been set, but they can not all be used together. Only `onClose` will be used, while `onConfirm` and `onCancel` will be ignored."
38871
+ "NYPL Reservoir Modal: A combination of `onClose`, `onConfirm`, `onCancel`, and `confirmButtonLabel` props have been passed, but they can not be used as they are currently configured. Either pass the `onClose` prop (with the default type) or pass the `onCancel`, `onConfirm`, and `confirmButtonLabel` props (with the confirmation type)."
38872
38872
  ), /* @__PURE__ */ _(H2, { children: Zo(y) ? /* @__PURE__ */ c1(
38873
38873
  Sy,
38874
38874
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.1.1-modal-rc-2",
3
+ "version": "3.1.1-modal-rc-3",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",