@eric-emg/symphiq-components 1.3.84 → 1.3.85

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.3.84",
3
+ "version": "1.3.85",
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
@@ -6288,6 +6288,9 @@
6288
6288
  .py-3 {
6289
6289
  padding-block: calc(var(--spacing) * 3);
6290
6290
  }
6291
+ .py-3\.5 {
6292
+ padding-block: calc(var(--spacing) * 3.5);
6293
+ }
6291
6294
  .py-4 {
6292
6295
  padding-block: calc(var(--spacing) * 4);
6293
6296
  }