@eric-emg/symphiq-components 1.2.181 → 1.2.183

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.181",
3
+ "version": "1.2.183",
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
@@ -1387,9 +1387,6 @@
1387
1387
  margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
1388
1388
  }
1389
1389
  }
1390
- .self-center {
1391
- align-self: center;
1392
- }
1393
1390
  .truncate {
1394
1391
  overflow: hidden;
1395
1392
  text-overflow: ellipsis;