@odigos/ui-kit 0.0.12 → 0.0.13

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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.13](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.12...ui-kit-v0.0.13) (2025-03-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * rule enum ([#36](https://github.com/odigos-io/ui-kit/issues/36)) ([e4f593f](https://github.com/odigos-io/ui-kit/commit/e4f593f8424c4020d7fd84c61d2e9ad6c9bea3d6))
9
+
3
10
  ## [0.0.12](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.11...ui-kit-v0.0.12) (2025-03-20)
4
11
 
5
12
 
@@ -2,7 +2,7 @@ import { type FC } from 'react';
2
2
  import { type NavIcon } from '@/components';
3
3
  declare enum NavIconIds {
4
4
  Overview = "overview",
5
- InstrumentationRules = "instrumentation rule",
5
+ InstrumentationRules = "instrumentation-rule",
6
6
  Sources = "source",
7
7
  Actions = "action",
8
8
  Destinations = "destination"
package/lib/containers.js CHANGED
@@ -15023,7 +15023,7 @@ const NotificationListItem = ({ id, seen, type, title, message, time, crdType, t
15023
15023
  var NavIconIds;
15024
15024
  (function (NavIconIds) {
15025
15025
  NavIconIds["Overview"] = "overview";
15026
- NavIconIds["InstrumentationRules"] = "instrumentation rule";
15026
+ NavIconIds["InstrumentationRules"] = "instrumentation-rule";
15027
15027
  NavIconIds["Sources"] = "source";
15028
15028
  NavIconIds["Actions"] = "action";
15029
15029
  NavIconIds["Destinations"] = "destination";
@@ -60,7 +60,7 @@ export declare enum EntityTypes {
60
60
  Source = "source",
61
61
  Destination = "destination",
62
62
  Action = "action",
63
- InstrumentationRule = "instrumentation rule"
63
+ InstrumentationRule = "instrumentation-rule"
64
64
  }
65
65
  export declare enum FieldTypes {
66
66
  Input = "input",
package/lib/types.js CHANGED
@@ -58,7 +58,7 @@ var EntityTypes;
58
58
  EntityTypes["Source"] = "source";
59
59
  EntityTypes["Destination"] = "destination";
60
60
  EntityTypes["Action"] = "action";
61
- EntityTypes["InstrumentationRule"] = "instrumentation rule";
61
+ EntityTypes["InstrumentationRule"] = "instrumentation-rule";
62
62
  })(EntityTypes || (EntityTypes = {}));
63
63
  var FieldTypes;
64
64
  (function (FieldTypes) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odigos/ui-kit",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "author": "Odigos",
5
5
  "repository": {
6
6
  "type": "git",