@orangesk/orange-design-system 1.11.0 → 1.11.2

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.
@@ -1,10 +1,10 @@
1
1
  self.__precacheManifest = (self.__precacheManifest || []).concat([
2
2
  {
3
- "revision": "63f977ee2d027eb20d17",
3
+ "revision": "74fa4e7044db64e0162a",
4
4
  "url": "/app.css"
5
5
  },
6
6
  {
7
- "revision": "63f977ee2d027eb20d17",
7
+ "revision": "74fa4e7044db64e0162a",
8
8
  "url": "/app.js"
9
9
  },
10
10
  {
@@ -12,7 +12,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
12
12
  "url": "/app.js.LICENSE.txt"
13
13
  },
14
14
  {
15
- "revision": "6523582b86d226bef0d3",
15
+ "revision": "c794e388ef3c2cda9f78",
16
16
  "url": "/index.css"
17
17
  },
18
18
  {
@@ -20,7 +20,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
20
20
  "url": "/index.html"
21
21
  },
22
22
  {
23
- "revision": "6523582b86d226bef0d3",
23
+ "revision": "c794e388ef3c2cda9f78",
24
24
  "url": "/index.js"
25
25
  },
26
26
  {
@@ -148,7 +148,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
148
148
  "url": "/components/CarouselPromotions/CarouselPromotions.static.js.LICENSE.txt"
149
149
  },
150
150
  {
151
- "revision": "3db5ed92115c1fbb64f7",
151
+ "revision": "6a45fd3747a1a9013308",
152
152
  "url": "/components/CarouselPromotions/index.js"
153
153
  },
154
154
  {
@@ -156,7 +156,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
156
156
  "url": "/components/CarouselPromotions/index.js.LICENSE.txt"
157
157
  },
158
158
  {
159
- "revision": "3db5ed92115c1fbb64f7",
159
+ "revision": "6a45fd3747a1a9013308",
160
160
  "url": "/components/CarouselPromotions/style.css"
161
161
  },
162
162
  {
@@ -816,7 +816,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
816
816
  "url": "/components/Tooltip/style.css"
817
817
  },
818
818
  {
819
- "revision": "4cdd156997a7151e4c46",
819
+ "revision": "fce6b3ed0b5c05379632",
820
820
  "url": "/components/index.js"
821
821
  },
822
822
  {
@@ -836,7 +836,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
836
836
  "url": "/components/static.js.LICENSE.txt"
837
837
  },
838
838
  {
839
- "revision": "4cdd156997a7151e4c46",
839
+ "revision": "fce6b3ed0b5c05379632",
840
840
  "url": "/components/style.css"
841
841
  }
842
842
  ]);
@@ -14,7 +14,7 @@
14
14
  importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
15
15
 
16
16
  importScripts(
17
- "/precache-manifest.bcec161b6e91c0dcdd3c56db0841babe.js"
17
+ "/precache-manifest.4308dd9eed646e61b6302a067515a80a.js"
18
18
  );
19
19
 
20
20
  self.addEventListener('message', (event) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangesk/orange-design-system",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "private": false,
5
5
  "engines": {
6
6
  "node": ">=18.x"
@@ -95,10 +95,8 @@
95
95
 
96
96
  @mixin slide-base {
97
97
  display: flex;
98
- gap: space.get('small');
99
98
  max-width: 100%;
100
99
  flex: 0 0 auto;
101
- padding: space.get('small');
102
100
  user-select: none;
103
101
  background-color: color.$white;
104
102
 
@@ -112,16 +110,10 @@
112
110
  }
113
111
 
114
112
  @include breakpoint.get('md') {
115
- padding: space.get('medium') convert.to-rem(50px) space.get('medium')
116
- space.get('medium');
117
113
  flex-direction: row-reverse;
118
114
  justify-content: space-between;
119
115
  }
120
116
 
121
- @include breakpoint.get('lg') {
122
- padding-right: convert.to-rem(100px);
123
- }
124
-
125
117
  &:is(a) {
126
118
  cursor: pointer;
127
119
  &,
@@ -147,6 +139,7 @@
147
139
  height: convert.to-rem(100px);
148
140
  display: flex;
149
141
  flex-shrink: 0;
142
+ margin: space.get('small');
150
143
 
151
144
  picture,
152
145
  img {
@@ -168,6 +161,7 @@
168
161
  background-color: unset;
169
162
  justify-content: end;
170
163
  position: relative;
164
+ margin: 0 convert.to-rem(50px) 0 0;
171
165
 
172
166
  img,
173
167
  picture {
@@ -180,6 +174,7 @@
180
174
  @include breakpoint.get('lg') {
181
175
  width: convert.to-rem(200px);
182
176
  height: convert.to-rem(200px);
177
+ margin-right: convert.to-rem(100px);
183
178
 
184
179
  img,
185
180
  picture {
@@ -215,6 +210,8 @@
215
210
  display: flex;
216
211
  flex-direction: column;
217
212
  align-items: flex-start;
213
+ justify-content: center;
214
+ padding: space.get('small') space.get('small') space.get('small') 0;
218
215
 
219
216
  > *:last-child {
220
217
  margin-bottom: 0;
@@ -224,6 +221,7 @@
224
221
  height: 100%;
225
222
  max-width: convert.to-rem(545px);
226
223
  justify-content: space-between;
224
+ padding: space.get('medium');
227
225
  }
228
226
  }
229
227