@castlabs/ui 4.20.1 → 4.20.3

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.
@@ -2625,7 +2625,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2625
2625
  name: 'ClUI',
2626
2626
  computed: {
2627
2627
  version: function () {
2628
- return "4.20.1" ?? 0;
2628
+ return "4.20.3" ?? 0;
2629
2629
  }
2630
2630
  }
2631
2631
  }));
@@ -2643,7 +2643,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2643
2643
  name: 'ClUI',
2644
2644
  computed: {
2645
2645
  version: function () {
2646
- return "4.20.1" ?? 0;
2646
+ return "4.20.3" ?? 0;
2647
2647
  }
2648
2648
  }
2649
2649
  }));