@ornikar/kitt-universal 26.1.0 → 26.1.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.
- package/CHANGELOG.md +17 -0
- package/dist/definitions/BottomSheet/BottomSheet.d.ts +4 -0
- package/dist/definitions/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/dist/definitions/BottomSheet/BottomSheet.web.d.ts +4 -0
- package/dist/definitions/BottomSheet/BottomSheet.web.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts +11 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +15 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +15 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +13 -1
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +5 -1
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +13 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +5 -1
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +15 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +5 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -3853,6 +3853,11 @@ function BottomSheetComponent() {
|
|
|
3853
3853
|
// noop
|
|
3854
3854
|
return null;
|
|
3855
3855
|
}
|
|
3856
|
+
|
|
3857
|
+
/**
|
|
3858
|
+
* @@internal This component is for kitt-universal internal use only.
|
|
3859
|
+
* Please use `NavigationBottomSheet` instead.
|
|
3860
|
+
*/
|
|
3856
3861
|
const BottomSheet = /*#__PURE__*/react.forwardRef(BottomSheetComponent);
|
|
3857
3862
|
function NoopComponent() {
|
|
3858
3863
|
return null;
|
|
@@ -8115,7 +8120,6 @@ function StaticMapMarker$1({
|
|
|
8115
8120
|
alignItems: "center",
|
|
8116
8121
|
width: containerWidth,
|
|
8117
8122
|
height: containerHeight,
|
|
8118
|
-
backgroundColor: "kitt.accentLight",
|
|
8119
8123
|
children: [/*#__PURE__*/jsxRuntime.jsx(Animated__default.View, {
|
|
8120
8124
|
style: animatedStyle,
|
|
8121
8125
|
children: variant === MapMarkerVariantEnum.MEETING_POINT ? /*#__PURE__*/jsxRuntime.jsx(SvgMeetingPointMarkerinline, {
|