oxpi-nglib 1.0.47 → 1.0.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.5",
6
6
  "@angular/core": "^14.0.5"
@@ -172,10 +172,16 @@
172
172
  .margin-top-32 {
173
173
  margin-top: 32px !important;
174
174
  }
175
-
175
+ .margin-top-8 {
176
+ margin-top: 8px !important;
177
+ }
176
178
  .margin-top-16 {
177
179
  margin-top: 16px !important;
178
180
  }
181
+ .gap-4
182
+ {
183
+ gap: 4px !important;
184
+ }
179
185
  .gap-8
180
186
  {
181
187
  gap: 8px !important;