@equinor/echo-framework 0.24.1 → 0.24.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-framework",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "peerDependencies": {
5
5
  "@equinor/echo-base": ">= 0.7.5 < 0.8.0",
6
6
  "@equinor/echo-components": ">= 0.12.4 < 0.13.0",
@@ -20,7 +20,8 @@ declare function isMeasuringPointId(itemId: GlobalSelectionTypes.ItemId): itemId
20
20
  * @returns {GlobalSelectionTypes.TagId} - The mapped tag ID.
21
21
  */
22
22
  /**
23
- * Maps an item to its corresponding ID object by checking the item's type and returning the appropriate ID object.
23
+ * Maps an item to its corresponding ID object by checking the item's type and returning the appropriate ID object,
24
+ * removing leading zeros from the ID string and trimming whitespace.
24
25
  * If the item type is not recognized, an error is thrown.
25
26
  *
26
27
  * @param {GlobalSelectionTypes.ItemId} item - The data to be mapped to its ID type.