@orangesk/orange-design-system 1.11.1 → 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.fe9d47172d662d74780b6e8d4ff660f6.js → precache-manifest.394b0e413b1e8908b719f6f593e83dc0.js} +4 -4
- package/build/{precache-manifest.d2263c4c50409296e89d80b99f93c1e5.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 +1 -0
|
@@ -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