@eric-emg/symphiq-components 1.2.206 → 1.2.207

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.206",
3
+ "version": "1.2.207",
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
@@ -654,6 +654,9 @@
654
654
  .mr-4 {
655
655
  margin-right: calc(var(--spacing) * 4);
656
656
  }
657
+ .mb-0 {
658
+ margin-bottom: calc(var(--spacing) * 0);
659
+ }
657
660
  .mb-0\.5 {
658
661
  margin-bottom: calc(var(--spacing) * 0.5);
659
662
  }