@taiga-ui/styles 4.47.0 → 4.48.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.
@@ -16,14 +16,17 @@
16
16
  margin-block-end: @fields-space-mobile;
17
17
  }
18
18
 
19
+ &_margin-top_none, // TODO: drop in v5
19
20
  &_margin-block-start_none {
20
21
  margin-block-start: 0;
21
22
  }
22
23
 
24
+ &_margin-bottom_none, // TODO: drop in v5
23
25
  &_margin-block-end_none {
24
26
  margin-block-end: 0;
25
27
  }
26
28
 
29
+ &_margin-bottom_small, // TODO: drop in v5
27
30
  &_margin-block-end_small {
28
31
  margin-block-end: @fields-space - 0.25rem;
29
32
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@taiga-ui/styles",
3
- "version": "4.47.0",
3
+ "version": "4.48.0",
4
4
  "description": "Global Styles for Taiga UI",
5
5
  "peerDependencies": {
6
- "@taiga-ui/cdk": "^4.47.0",
7
- "@taiga-ui/core": "^4.47.0",
6
+ "@taiga-ui/cdk": "^4.48.0",
7
+ "@taiga-ui/core": "^4.48.0",
8
8
  "tslib": ">=2.8.1"
9
9
  }
10
10
  }