@symphony-talent/component-library 4.94.0 → 4.95.0

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": "@symphony-talent/component-library",
3
- "version": "4.94.0",
3
+ "version": "4.95.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -768,4 +768,11 @@ body {
768
768
  }
769
769
  }
770
770
  }
771
+ }
772
+ .widget-list-container-wrap {
773
+ display: block;
774
+ border-bottom: 1px solid $color-v2-gray-1;
775
+ &:last-child {
776
+ border-color: transparent;
777
+ }
771
778
  }