@driveflux/ui 3.0.0 → 3.0.2

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.
@@ -126,6 +126,11 @@ var getModalComponent = function(modalContentConfig, controls) {
126
126
  open: open,
127
127
  close: close
128
128
  }, otherProps));
129
+ default:
130
+ {
131
+ var _exhaustiveCheck = modalContentConfig;
132
+ return null;
133
+ }
129
134
  }
130
135
  };
131
136
  var isModalOpenOptions = function(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/ui",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -55,7 +55,7 @@
55
55
  "@types/node": "^24.9.1",
56
56
  "@types/react": "19.2.2",
57
57
  "del-cli": "^7.0.0",
58
- "next": "16.0.0",
58
+ "next": "16.0.3",
59
59
  "react": "19.2.0",
60
60
  "swr": "^2.3.6",
61
61
  "type-fest": "^5.1.0",