@energinet/watt 4.3.32 → 4.3.33

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.
@@ -76,6 +76,17 @@
76
76
  border-color: purple;
77
77
  }
78
78
 
79
+ .inset-reverse-stretch-box {
80
+ position: relative;
81
+ width: 150px;
82
+ height: 75px;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ border-style: solid;
87
+ border-color: fuchsia;
88
+ }
89
+
79
90
  .stack-box {
80
91
  position: relative;
81
92
  width: 150px;
@@ -16,6 +16,7 @@
16
16
  :root {
17
17
  --watt-space-xs: #{spaceVariables.$watt-space-baseline};
18
18
  --watt-space-s: #{spaceVariables.$watt-space-baseline * 2};
19
+ --watt-space-sm: #{spaceVariables.$watt-space-baseline * 3};
19
20
  --watt-space-m: #{spaceVariables.$watt-space-baseline * 4};
20
21
  --watt-space-ml: #{spaceVariables.$watt-space-baseline * 6};
21
22
  --watt-space-l: #{spaceVariables.$watt-space-baseline * 8};
@@ -63,3 +63,12 @@
63
63
  .watt-space-inset-stretch-m {
64
64
  @include space.inset-stretch-m;
65
65
  }
66
+
67
+ // Inset Reverse Stretch
68
+ .watt-space-reverse-inset-stretch-s {
69
+ @include space.reverse-inset-stretch-s;
70
+ }
71
+
72
+ .watt-space-reverse-inset-stretch-m {
73
+ @include space.reverse-inset-stretch-m;
74
+ }
@@ -66,6 +66,15 @@
66
66
  padding: #{spaceVariables.$watt-space-baseline * 6} var(--watt-space-m);
67
67
  }
68
68
 
69
+ // Inset Reverse Stretch
70
+ @mixin reverse-inset-stretch-s {
71
+ padding: var(--watt-space-s) #{spaceVariables.$watt-space-baseline * 3};
72
+ }
73
+
74
+ @mixin reverse-inset-stretch-m {
75
+ padding: var(--watt-space-m) #{spaceVariables.$watt-space-baseline * 6};
76
+ }
77
+
69
78
  // Stack
70
79
  @mixin stack-xxs {
71
80
  margin: 0 0 math.div(spaceVariables.$watt-space-baseline, 2) 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@energinet/watt",
4
- "version": "4.3.32",
4
+ "version": "4.3.33",
5
5
  "license": "Apache-2.0",
6
6
  "exports": {
7
7
  ".": {