@volosoft/abp.ng.theme.lepton-x 1.0.0-rc.1 → 1.0.0-rc.4

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.
@@ -145,6 +145,10 @@ hr {
145
145
  opacity: 0.1 !important;
146
146
  }
147
147
 
148
+ .abp-block-area {
149
+ background: var(--lpx-card-bg);
150
+ }
151
+
148
152
  /* TODO: build for only angular-abp-pro package
149
153
  // file management breadcrumb
150
154
  abp-file-management-breadcrumb {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@volosoft/abp.ng.theme.lepton-x",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.4",
4
4
  "homepage": "https://abp.io",
5
5
  "peerDependencies": {
6
- "@abp/ng.components": "~6.0.0-preview20220719",
7
- "@abp/ng.theme.shared": "~6.0.0-preview20220719",
8
- "@volo/abp.commercial.ng.ui": "~6.0.0-preview20220719",
9
- "@volo/abp.ng.account.core": "~6.0.0-preview20220719",
10
- "@volo/ngx-lepton-x.core": "1.0.0-rc.1",
6
+ "@abp/ng.components": "~6.0.0-rc.3",
7
+ "@abp/ng.theme.shared": "~6.0.0-rc.3",
8
+ "@volo/abp.commercial.ng.ui": "~6.0.0-rc.3",
9
+ "@volo/abp.ng.account.core": "~6.0.0-rc.3",
10
+ "@volo/ngx-lepton-x.core": "1.0.0-rc.4",
11
11
  "@angular/core": "13.1.2",
12
12
  "@angular/common": "13.1.2",
13
13
  "@angular/router": "13.1.2",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "tslib": "^2.3.0",
25
- "@volosoft/ngx-lepton-x": "1.0.0-rc.1",
26
- "@volo/abp.ng.lepton-x.core": "1.0.0-rc.1"
25
+ "@volosoft/ngx-lepton-x": "1.0.0-rc.4",
26
+ "@volo/abp.ng.lepton-x.core": "1.0.0-rc.4"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"