@trackunit/iris-app-api 2.0.3 → 2.0.5-alpha-2ff0206584d.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
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 2.0.4 (2026-06-02)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
1
5
|
## 2.0.3 (2026-06-02)
|
|
2
6
|
|
|
3
7
|
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -13,6 +13,12 @@ export declare const iconNames: {
|
|
|
13
13
|
readonly Plug: "Plug";
|
|
14
14
|
readonly Pin: "Pin";
|
|
15
15
|
readonly MapSearch: "MapSearch";
|
|
16
|
+
readonly MapPinStop: "MapPinStop";
|
|
17
|
+
readonly MapPinQuestionMark: "MapPinQuestionMark";
|
|
18
|
+
readonly MapPinPlay: "MapPinPlay";
|
|
19
|
+
readonly MapPinPause: "MapPinPause";
|
|
20
|
+
readonly MapPinExclamation: "MapPinExclamation";
|
|
21
|
+
readonly MapPinCheck: "MapPinCheck";
|
|
16
22
|
readonly MapMarkerPointSquare: "MapMarkerPointSquare";
|
|
17
23
|
readonly MapMarkerPointRound: "MapMarkerPointRound";
|
|
18
24
|
readonly MapMarkerLabelSquare: "MapMarkerLabelSquare";
|
|
@@ -16,6 +16,12 @@ exports.iconNames = {
|
|
|
16
16
|
Plug: "Plug",
|
|
17
17
|
Pin: "Pin",
|
|
18
18
|
MapSearch: "MapSearch",
|
|
19
|
+
MapPinStop: "MapPinStop",
|
|
20
|
+
MapPinQuestionMark: "MapPinQuestionMark",
|
|
21
|
+
MapPinPlay: "MapPinPlay",
|
|
22
|
+
MapPinPause: "MapPinPause",
|
|
23
|
+
MapPinExclamation: "MapPinExclamation",
|
|
24
|
+
MapPinCheck: "MapPinCheck",
|
|
19
25
|
MapMarkerPointSquare: "MapMarkerPointSquare",
|
|
20
26
|
MapMarkerPointRound: "MapMarkerPointRound",
|
|
21
27
|
MapMarkerLabelSquare: "MapMarkerLabelSquare",
|