@eric-emg/symphiq-components 1.2.224 → 1.2.225

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.224",
3
+ "version": "1.2.225",
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
@@ -447,9 +447,6 @@
447
447
  .top-4 {
448
448
  top: calc(var(--spacing) * 4);
449
449
  }
450
- .top-32 {
451
- top: calc(var(--spacing) * 32);
452
- }
453
450
  .top-\[60px\] {
454
451
  top: 60px;
455
452
  }