@kosdev-code/kos-ui-sdk 2.0.20 → 2.0.22

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/index.js CHANGED
@@ -8885,6 +8885,9 @@ class Og {
8885
8885
  this.addTimeoutAction(n);
8886
8886
  });
8887
8887
  }
8888
+ get id() {
8889
+ return this.name;
8890
+ }
8888
8891
  /**
8889
8892
  * Starts the timer.
8890
8893
  */