@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.
- package/build/app.css +1 -1
- package/build/app.css.map +1 -1
- package/build/app.js +1 -1
- package/build/asset-manifest.json +1 -1
- package/build/components/CarouselPromotions/style.css +1 -1
- package/build/components/CarouselPromotions/style.css.map +1 -1
- package/build/components/style.css +1 -1
- package/build/components/style.css.map +1 -1
- package/build/index.css +1 -1
- package/build/index.css.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/{precache-manifest.bf99fc5050abfcf4f6af584e5a612315.js → precache-manifest.394b0e413b1e8908b719f6f593e83dc0.js} +4 -4
- package/build/{precache-manifest.bcec161b6e91c0dcdd3c56db0841babe.js → precache-manifest.4308dd9eed646e61b6302a067515a80a.js} +4 -4
- package/build/service-worker.js +1 -1
- package/package.json +1 -1
- package/src/components/CarouselPromotions/styles/mixins.scss +6 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
2
2
|
{
|
|
3
|
-
"revision": "
|
|
3
|
+
"revision": "74fa4e7044db64e0162a",
|
|
4
4
|
"url": "/app.css"
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
|
-
"revision": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
839
|
+
"revision": "fce6b3ed0b5c05379632",
|
|
840
840
|
"url": "/components/style.css"
|
|
841
841
|
}
|
|
842
842
|
]);
|
package/build/service-worker.js
CHANGED
|
@@ -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.
|
|
17
|
+
"/precache-manifest.4308dd9eed646e61b6302a067515a80a.js"
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
self.addEventListener('message', (event) => {
|
package/package.json
CHANGED
|
@@ -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
|
|