@eric-emg/symphiq-components 1.2.204 → 1.2.206

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.204",
3
+ "version": "1.2.206",
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
@@ -1239,6 +1239,9 @@
1239
1239
  .flex-wrap {
1240
1240
  flex-wrap: wrap;
1241
1241
  }
1242
+ .place-content-between {
1243
+ place-content: space-between;
1244
+ }
1242
1245
  .items-baseline {
1243
1246
  align-items: baseline;
1244
1247
  }