@ng-vagabond-lab/ng-dsv 0.2.31 → 0.2.32

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.
@@ -136,7 +136,7 @@ hr {
136
136
  flex-direction: column;
137
137
  height: calc(100%);
138
138
 
139
- &>*>dsv-scroll-infinite {
139
+ &>*>dsv-scroll-infinite:not(.no-padding) {
140
140
  padding: 0 5px !important;
141
141
  width: calc(100% - 10px) !important;
142
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-vagabond-lab/ng-dsv",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"