@eric-emg/symphiq-components 1.2.183 → 1.2.185

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.d.ts CHANGED
@@ -3684,7 +3684,7 @@ declare class IndeterminateSpinnerComponent {
3684
3684
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
3685
3685
  svgCircleRadius: _angular_core.Signal<number>;
3686
3686
  strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
3687
- dotSize: _angular_core.Signal<10 | 5 | 7>;
3687
+ dotSize: _angular_core.Signal<5 | 10 | 7>;
3688
3688
  containerClasses: _angular_core.Signal<{
3689
3689
  'w-10 h-10': boolean;
3690
3690
  'w-16 h-16': boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.183",
3
+ "version": "1.2.185",
4
4
  "description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
5
5
  "author": "Your Organization",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -570,6 +570,9 @@
570
570
  .-m-1 {
571
571
  margin: calc(var(--spacing) * -1);
572
572
  }
573
+ .m-0 {
574
+ margin: calc(var(--spacing) * 0);
575
+ }
573
576
  .-mx-1 {
574
577
  margin-inline: calc(var(--spacing) * -1);
575
578
  }