@ornikar/kitt-universal 25.46.1-canary.9950f4eb84cbfcf1d45de4e6c9ad226210c5404f.0 → 25.47.0
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/CHANGELOG.md +2 -4
- package/dist/definitions/NavigationModal/NavigationModal.d.ts +1 -1
- package/dist/definitions/NavigationModal/NavigationModal.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +4 -2
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +4 -2
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +4 -2
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +4 -2
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +4 -2
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +4 -2
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +4 -2
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11783,7 +11783,8 @@ function NavigationModal(_ref) {
|
|
|
11783
11783
|
var body = _ref.body,
|
|
11784
11784
|
backgroundColor = _ref.backgroundColor,
|
|
11785
11785
|
footer = _ref.footer,
|
|
11786
|
-
header = _ref.header
|
|
11786
|
+
header = _ref.header,
|
|
11787
|
+
contentContainer = _ref.contentContainer;
|
|
11787
11788
|
var Component = useBreakpointValue({
|
|
11788
11789
|
base: FullscreenModal,
|
|
11789
11790
|
small: CardModal
|
|
@@ -11792,7 +11793,8 @@ function NavigationModal(_ref) {
|
|
|
11792
11793
|
body: body,
|
|
11793
11794
|
backgroundColor: backgroundColor,
|
|
11794
11795
|
footer: footer,
|
|
11795
|
-
header: header
|
|
11796
|
+
header: header,
|
|
11797
|
+
contentContainer: contentContainer
|
|
11796
11798
|
});
|
|
11797
11799
|
}
|
|
11798
11800
|
function Header(props) {
|