@swisspost/design-system-styles 8.6.0 → 8.6.1

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.
@@ -31,35 +31,6 @@
31
31
  }
32
32
  }
33
33
 
34
- // Overwrites gutter on rg-sized screens and bigger
35
- @include media-breakpoint-up(rg) {
36
- .col,
37
- [class*='col-'] {
38
- padding-right: portal-variables.$grid-gutter-width-rg * 0.5;
39
- padding-left: portal-variables.$grid-gutter-width-rg * 0.5;
40
- }
41
-
42
- .row {
43
- margin-right: -(portal-variables.$grid-gutter-width-rg * 0.5);
44
- margin-left: -(portal-variables.$grid-gutter-width-rg * 0.5);
45
-
46
- &.no-gutters {
47
- margin-right: 0;
48
- margin-left: 0;
49
- }
50
- }
51
-
52
- //deprecated
53
- .vertical-gutters {
54
- margin-bottom: -(portal-variables.$grid-gutter-width-rg);
55
-
56
- > .col,
57
- > [class*='col-'] {
58
- padding-bottom: portal-variables.$grid-gutter-width-rg;
59
- }
60
- }
61
- }
62
-
63
34
  //deprecated
64
35
  @each $breakpoint in grid.$grid-breakpoints-list {
65
36
  .container-fluid-#{$breakpoint} {
@@ -160,7 +160,6 @@
160
160
  border-color: var(--post-gray-40);
161
161
  border-style: dashed;
162
162
  background-clip: padding-box;
163
- text-decoration: line-through;
164
163
  // In case rules need to be slightly adjusted
165
164
  @content;
166
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swisspost/design-system-styles",
3
- "version": "8.6.0",
3
+ "version": "8.6.1",
4
4
  "description": "Design System Styles for the Swiss Post web platform.",
5
5
  "author": "Swiss Post <design-system@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -37,8 +37,8 @@
37
37
  "bootstrap": "5.3.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@swisspost/design-system-tokens": "8.6.0",
41
- "@swisspost/design-system-icons": "8.6.0",
40
+ "@swisspost/design-system-tokens": "8.6.1",
41
+ "@swisspost/design-system-icons": "8.6.1",
42
42
  "@types/node": "20.14.14",
43
43
  "autoprefixer": "10.4.19",
44
44
  "copyfiles": "2.4.1",