@volo/ngx-lepton-x.lite 4.3.3 → 4.3.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.
@@ -2326,6 +2326,10 @@ progress {
2326
2326
  } */
2327
2327
  }
2328
2328
 
2329
+ .table-primary {
2330
+ --bs-table-striped-bg: inherit;
2331
+ }
2332
+
2329
2333
  .table > :not(caption) > * > * {
2330
2334
  background-color: inherit !important;
2331
2335
  color: inherit !important;
@@ -2326,6 +2326,10 @@ progress {
2326
2326
  } */
2327
2327
  }
2328
2328
 
2329
+ .table-primary {
2330
+ --bs-table-striped-bg: inherit;
2331
+ }
2332
+
2329
2333
  .table > :not(caption) > * > * {
2330
2334
  background-color: inherit !important;
2331
2335
  color: inherit !important;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.lite",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bootstrap-icons": "~1.7.2",
7
7
  "@ng-bootstrap/ng-bootstrap": "~19.0.0",
8
- "@volo/ngx-lepton-x.core": "4.3.3"
8
+ "@volo/ngx-lepton-x.core": "4.3.4"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"