@mmb-digital/ds-lilly 1.0.0-alpha.90 → 1.0.0-alpha.92
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/cjs/ds-lilly.css +3 -3
- package/ds-lilly.css +3 -3
- package/package.json +2 -2
- /package/assets/{1adec76e9ae362fa1a5b.woff → 1d8fabbc624d2af4623c.woff} +0 -0
- /package/assets/{53ffc0d6d35c84f76d41.woff → 4da30c7ae895c89e6f09.woff} +0 -0
- /package/assets/{8e15865ed4548de7a50c.eot → 92b083b7226de26c1b01.eot} +0 -0
- /package/assets/{020da34c9970b84c8a0d.svg → a4f537bca81132a12ab0.svg} +0 -0
- /package/assets/{97aa80cbdd43dbe1accf.eot → a5e8a89bdaa976c4b36b.eot} +0 -0
- /package/assets/{9ec0b195eb3f0af1d694.ttf → a97babcad920be9bc2a4.ttf} +0 -0
- /package/assets/{febfa8c785736f10177a.ttf → a9b153e2e3aa8d13eca5.ttf} +0 -0
- /package/assets/{5ebe51a0b60557220172.gif → b5b10903a494343245bb.gif} +0 -0
- /package/assets/{ee08f7062978e391e5b4.gif → deaa7d6b3fbb967fe0d7.gif} +0 -0
- /package/assets/{d430fe8083afa980fafb.eot → f3c9629e5bd080de62e4.eot} +0 -0
- /package/assets/{f6fd64f00e706949134a.eot → fc2d35d792f64ad4bf12.eot} +0 -0
- /package/assets/{961c16053b8fc359f98a.svg → fdf621c8529de7230f53.svg} +0 -0
package/cjs/ds-lilly.css
CHANGED
|
@@ -9492,7 +9492,7 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
9492
9492
|
/* Slider */
|
|
9493
9493
|
.slick-loading .slick-list
|
|
9494
9494
|
{
|
|
9495
|
-
background: #fff url('assets/
|
|
9495
|
+
background: #fff url('assets/b5b10903a494343245bb.gif') center center no-repeat;
|
|
9496
9496
|
}
|
|
9497
9497
|
|
|
9498
9498
|
/* Icons */
|
|
@@ -9502,8 +9502,8 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
9502
9502
|
font-weight: normal;
|
|
9503
9503
|
font-style: normal;
|
|
9504
9504
|
|
|
9505
|
-
src: url('assets/
|
|
9506
|
-
src: url('assets/
|
|
9505
|
+
src: url('assets/92b083b7226de26c1b01.eot');
|
|
9506
|
+
src: url('assets/fc2d35d792f64ad4bf12.eot') format('embedded-opentype'), url('assets/4da30c7ae895c89e6f09.woff') format('woff'), url('assets/a97babcad920be9bc2a4.ttf') format('truetype'), url('assets/fdf621c8529de7230f53.svg') format('svg');
|
|
9507
9507
|
}
|
|
9508
9508
|
/* Arrows */
|
|
9509
9509
|
.slick-prev,
|
package/ds-lilly.css
CHANGED
|
@@ -9492,7 +9492,7 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
9492
9492
|
/* Slider */
|
|
9493
9493
|
.slick-loading .slick-list
|
|
9494
9494
|
{
|
|
9495
|
-
background: #fff url('assets/
|
|
9495
|
+
background: #fff url('assets/deaa7d6b3fbb967fe0d7.gif') center center no-repeat;
|
|
9496
9496
|
}
|
|
9497
9497
|
|
|
9498
9498
|
/* Icons */
|
|
@@ -9502,8 +9502,8 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
9502
9502
|
font-weight: normal;
|
|
9503
9503
|
font-style: normal;
|
|
9504
9504
|
|
|
9505
|
-
src: url('assets/
|
|
9506
|
-
src: url('assets/
|
|
9505
|
+
src: url('assets/a5e8a89bdaa976c4b36b.eot');
|
|
9506
|
+
src: url('assets/f3c9629e5bd080de62e4.eot') format('embedded-opentype'), url('assets/1d8fabbc624d2af4623c.woff') format('woff'), url('assets/a9b153e2e3aa8d13eca5.ttf') format('truetype'), url('assets/a4f537bca81132a12ab0.svg') format('svg');
|
|
9507
9507
|
}
|
|
9508
9508
|
/* Arrows */
|
|
9509
9509
|
.slick-prev,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"module": "./index.js",
|
|
4
4
|
"typings": "./index.d.ts",
|
|
5
5
|
"name": "@mmb-digital/ds-lilly",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.92",
|
|
7
7
|
"description": "MMB LILLY design system",
|
|
8
8
|
"license": "UNLICENSED",
|
|
9
9
|
"sideEffects": [
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
"react-router-dom": "5.1.2"
|
|
50
50
|
},
|
|
51
51
|
"private": false
|
|
52
|
-
}
|
|
52
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|