@ornikar/kitt-universal 26.1.0 → 26.1.1
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 +9 -0
- package/dist/index-metro.es.android.js +0 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +0 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +0 -1
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +0 -1
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +0 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +0 -1
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +0 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [26.1.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@26.1.0...@ornikar/kitt-universal@26.1.1) (2025-07-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **MapMarker:** delete unused backgroundColor [no issue] ([#2625](https://github.com/ornikar/kitt/issues/2625)) ([aa8552f](https://github.com/ornikar/kitt/commit/aa8552f059b8df659075c10761f133ceec69337f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [26.1.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@26.0.0...@ornikar/kitt-universal@26.1.0) (2025-07-11)
|
|
7
16
|
|
|
8
17
|
|
|
@@ -8900,7 +8900,6 @@ function StaticMapMarker$1({
|
|
|
8900
8900
|
alignItems: "center",
|
|
8901
8901
|
width: containerWidth,
|
|
8902
8902
|
height: containerHeight,
|
|
8903
|
-
backgroundColor: "kitt.accentLight",
|
|
8904
8903
|
children: [/*#__PURE__*/jsx(Animated.View, {
|
|
8905
8904
|
style: animatedStyle,
|
|
8906
8905
|
children: variant === MapMarkerVariantEnum.MEETING_POINT ? /*#__PURE__*/jsx(SvgMeetingPointMarkerinline, {
|