@volo/ngx-lepton-x.lite 5.2.0-rc.3 → 5.2.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.
@@ -1301,3 +1301,6 @@ pre code::-webkit-scrollbar-track,
1301
1301
  border-top-right-radius: 0;
1302
1302
  }
1303
1303
  }
1304
+ .lpx-footbar-container {
1305
+ right: 0;
1306
+ }
@@ -1305,5 +1305,8 @@ pre code::-webkit-scrollbar-track,
1305
1305
  border-top-left-radius: 0;
1306
1306
  }
1307
1307
  }
1308
+ .lpx-footbar-container {
1309
+ left: 0;
1310
+ }
1308
1311
 
1309
1312
  /*# sourceMappingURL=layout-bundle.rtl.css.map */
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.lite",
3
- "version": "5.2.0-rc.3",
3
+ "version": "5.2.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bootstrap-icons": "~1.7.2",
7
7
  "@ng-bootstrap/ng-bootstrap": "~20.0.0",
8
- "@volo/ngx-lepton-x.core": "5.2.0-rc.3"
8
+ "@volo/ngx-lepton-x.core": "5.2.0"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"