@eric-emg/symphiq-components 1.2.201 → 1.2.202

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.201",
3
+ "version": "1.2.202",
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
@@ -486,9 +486,6 @@
486
486
  .bottom-24 {
487
487
  bottom: calc(var(--spacing) * 24);
488
488
  }
489
- .bottom-32 {
490
- bottom: calc(var(--spacing) * 32);
491
- }
492
489
  .-left-\[9999px\] {
493
490
  left: calc(9999px * -1);
494
491
  }