@bnsights/bbsf-admin-portal 1.2.22 → 1.2.23

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,6 +9,7 @@ For more info please visit [BBSF documentation](https://bnsightsprojects.visuals
9
9
  =====================
10
10
 
11
11
  - Update controls package to 1.2.26.
12
+ - Exposed the controls package `LogoCropperComponent` through the admin portal package update.
12
13
  - Added explicit package exports for admin portal style assets so Angular browser and application builders can resolve package SCSS imports.
13
14
  - Updated admin portal global styles to import controls variables with the explicit `.scss` extension while preserving the existing deep asset path.
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.15",
6
6
  "@angular/cdk": "^19.2.15",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@amcharts/amcharts5": "5.6.2",
16
- "@bnsights/bbsf-controls": "1.2.25",
16
+ "@bnsights/bbsf-controls": "1.2.26",
17
17
  "@bnsights/bbsf-utilities": "1.2.10",
18
18
  "@bnsights/bbsf-utilities-doc": "1.2.1",
19
19
  "@fortawesome/fontawesome-free": "5.15.2",