@symphony-talent/component-library 3.96.0 → 3.97.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": "3.96.0",
3
+ "version": "3.97.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -248,6 +248,9 @@ body {
248
248
  .sfx-border-bottom-mdm-black-1 {
249
249
  border-bottom: 1px solid $color-mdm-black;
250
250
  }
251
+ .sfx-border-bottom-black-2 {
252
+ border-bottom: 2px solid $color-black;
253
+ }
251
254
  .sfx-border-bottom-black-5 {
252
255
  border-bottom: 5px solid $color-black;
253
256
  }