@sats-group/ui-lib 85.1.1 → 85.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-group/ui-lib",
3
- "version": "85.1.1",
3
+ "version": "85.2.0",
4
4
  "description": "SATS web user interface library",
5
5
  "author": "developer@sats.no",
6
6
  "license": "UNLICENSED",
@@ -17,7 +17,6 @@
17
17
  width: 100vw;
18
18
  height: 100vh;
19
19
  height: 100svh;
20
- padding: 0 spacing.$m;
21
20
 
22
21
  &::backdrop {
23
22
  background: color-mix(
@@ -52,12 +51,10 @@
52
51
 
53
52
  @include break {
54
53
  @include elevation.level(24);
55
- padding: 0 spacing.$l;
54
+ padding: 0;
56
55
  border-radius: corner-radius.$s;
57
56
  max-width: 640px;
58
57
  height: min-content;
59
- max-height: 95vh;
60
- max-height: 95svh;
61
58
  }
62
59
 
63
60
  &__texts {
@@ -124,11 +121,12 @@
124
121
  display: flex;
125
122
  gap: spacing.$m;
126
123
  justify-content: space-between;
127
- padding-top: spacing.$l;
124
+ padding: spacing.$l spacing.$m 0;
128
125
  height: min-content;
129
126
 
130
127
  @include break {
131
128
  margin-bottom: 0;
129
+ padding-inline: spacing.$l;
132
130
  }
133
131
  }
134
132
 
@@ -137,7 +135,11 @@
137
135
  overflow-x: hidden;
138
136
  overflow-y: auto;
139
137
  overscroll-behavior: contain;
140
- padding: spacing.$l 0;
138
+ padding: spacing.$l spacing.$m;
141
139
  margin-bottom: auto;
140
+
141
+ @include break {
142
+ padding: spacing.$l;
143
+ }
142
144
  }
143
145
  }