@eric-emg/symphiq-components 1.2.183 → 1.2.184

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": "@eric-emg/symphiq-components",
3
- "version": "1.2.183",
3
+ "version": "1.2.184",
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
  }