@mmb-digital/ds-lilly 1.0.73 → 1.0.74
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 +12 -3
- package/ds-lilly.css +12 -3
- package/package.json +2 -2
- /package/assets/{99def322ad6adba2d23d.svg → 002dd93adbf54e31345d.svg} +0 -0
- /package/assets/{2bb50f940f4a16e301e8.eot → 2340a5d8e16ea114aea7.eot} +0 -0
- /package/assets/{aad1abbb6cdd95c4b164.ttf → 60cb585ae10c7b004eb5.ttf} +0 -0
- /package/assets/{81fff596d524fae20426.gif → 6b85aed329cdf56132ef.gif} +0 -0
- /package/assets/{4c7a851824c3e8298a46.eot → 95a09435e94cc3f67d00.eot} +0 -0
- /package/assets/{e391da62850352de1641.gif → a0ec3ddfd0ed67bba80b.gif} +0 -0
- /package/assets/{cca333ff243bc6f1a1cd.eot → b05a77eed85be6f6bd37.eot} +0 -0
- /package/assets/{9e88819de1bbde79329b.svg → b4d9c8731a6bd53579af.svg} +0 -0
- /package/assets/{0de4213539571ef06b3f.woff → b6d35ef7956667326417.woff} +0 -0
- /package/assets/{d15252c30e1fadae2e5c.woff → c77a76c244e1301394ef.woff} +0 -0
- /package/assets/{cd5beb3c14ead7f1fe1e.eot → d76279a68e13b1544d4d.eot} +0 -0
- /package/assets/{e70ba74ee54081797b95.ttf → daeefe511f0030e4b1e6.ttf} +0 -0
package/cjs/ds-lilly.css
CHANGED
|
@@ -7807,6 +7807,15 @@ body.dark .c-logo__svg {
|
|
|
7807
7807
|
background: var(--backgroundIndicatorCheckedDisabledCheckbox2);
|
|
7808
7808
|
color: var(--colorIndicatorCheckedDisabledCheckbox2);
|
|
7809
7809
|
}
|
|
7810
|
+
.f-checkbox--disabled:hover .f-checkbox__indicator, .f-checkbox--disabled:focus-within .f-checkbox__indicator {
|
|
7811
|
+
border: var(--borderIndicatorDisabledCheckbox2);
|
|
7812
|
+
background: var(--backgroundIndicatorDisabledCheckbox2);
|
|
7813
|
+
}
|
|
7814
|
+
.f-checkbox--disabled:hover .f-checkbox__indicator--checked, .f-checkbox--disabled:focus-within .f-checkbox__indicator--checked {
|
|
7815
|
+
border: var(--borderIndicatorCheckedDisabledCheckbox2);
|
|
7816
|
+
background: var(--backgroundIndicatorCheckedDisabledCheckbox2);
|
|
7817
|
+
color: var(--colorIndicatorCheckedDisabledCheckbox2);
|
|
7818
|
+
}
|
|
7810
7819
|
.f-checkbox--disabled .f-checkbox__text {
|
|
7811
7820
|
color: var(--colorTextDisabledCheckbox2);
|
|
7812
7821
|
}
|
|
@@ -10298,7 +10307,7 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
10298
10307
|
/* Slider */
|
|
10299
10308
|
.slick-loading .slick-list
|
|
10300
10309
|
{
|
|
10301
|
-
background: #fff url('assets/
|
|
10310
|
+
background: #fff url('assets/6b85aed329cdf56132ef.gif') center center no-repeat;
|
|
10302
10311
|
}
|
|
10303
10312
|
|
|
10304
10313
|
/* Icons */
|
|
@@ -10308,8 +10317,8 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
10308
10317
|
font-weight: normal;
|
|
10309
10318
|
font-style: normal;
|
|
10310
10319
|
|
|
10311
|
-
src: url('assets/
|
|
10312
|
-
src: url('assets/
|
|
10320
|
+
src: url('assets/95a09435e94cc3f67d00.eot');
|
|
10321
|
+
src: url('assets/d76279a68e13b1544d4d.eot') format('embedded-opentype'), url('assets/b6d35ef7956667326417.woff') format('woff'), url('assets/60cb585ae10c7b004eb5.ttf') format('truetype'), url('assets/002dd93adbf54e31345d.svg') format('svg');
|
|
10313
10322
|
}
|
|
10314
10323
|
/* Arrows */
|
|
10315
10324
|
.slick-prev,
|
package/ds-lilly.css
CHANGED
|
@@ -7807,6 +7807,15 @@ body.dark .c-logo__svg {
|
|
|
7807
7807
|
background: var(--backgroundIndicatorCheckedDisabledCheckbox2);
|
|
7808
7808
|
color: var(--colorIndicatorCheckedDisabledCheckbox2);
|
|
7809
7809
|
}
|
|
7810
|
+
.f-checkbox--disabled:hover .f-checkbox__indicator, .f-checkbox--disabled:focus-within .f-checkbox__indicator {
|
|
7811
|
+
border: var(--borderIndicatorDisabledCheckbox2);
|
|
7812
|
+
background: var(--backgroundIndicatorDisabledCheckbox2);
|
|
7813
|
+
}
|
|
7814
|
+
.f-checkbox--disabled:hover .f-checkbox__indicator--checked, .f-checkbox--disabled:focus-within .f-checkbox__indicator--checked {
|
|
7815
|
+
border: var(--borderIndicatorCheckedDisabledCheckbox2);
|
|
7816
|
+
background: var(--backgroundIndicatorCheckedDisabledCheckbox2);
|
|
7817
|
+
color: var(--colorIndicatorCheckedDisabledCheckbox2);
|
|
7818
|
+
}
|
|
7810
7819
|
.f-checkbox--disabled .f-checkbox__text {
|
|
7811
7820
|
color: var(--colorTextDisabledCheckbox2);
|
|
7812
7821
|
}
|
|
@@ -10298,7 +10307,7 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
10298
10307
|
/* Slider */
|
|
10299
10308
|
.slick-loading .slick-list
|
|
10300
10309
|
{
|
|
10301
|
-
background: #fff url('assets/
|
|
10310
|
+
background: #fff url('assets/a0ec3ddfd0ed67bba80b.gif') center center no-repeat;
|
|
10302
10311
|
}
|
|
10303
10312
|
|
|
10304
10313
|
/* Icons */
|
|
@@ -10308,8 +10317,8 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
10308
10317
|
font-weight: normal;
|
|
10309
10318
|
font-style: normal;
|
|
10310
10319
|
|
|
10311
|
-
src: url('assets/
|
|
10312
|
-
src: url('assets/
|
|
10320
|
+
src: url('assets/2340a5d8e16ea114aea7.eot');
|
|
10321
|
+
src: url('assets/b05a77eed85be6f6bd37.eot') format('embedded-opentype'), url('assets/c77a76c244e1301394ef.woff') format('woff'), url('assets/daeefe511f0030e4b1e6.ttf') format('truetype'), url('assets/b4d9c8731a6bd53579af.svg') format('svg');
|
|
10313
10322
|
}
|
|
10314
10323
|
/* Arrows */
|
|
10315
10324
|
.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.
|
|
6
|
+
"version": "1.0.74",
|
|
7
7
|
"description": "MMB LILLY design system",
|
|
8
8
|
"license": "UNLICENSED",
|
|
9
9
|
"sideEffects": [
|
|
@@ -51,4 +51,4 @@
|
|
|
51
51
|
},
|
|
52
52
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
53
53
|
"private": false
|
|
54
|
-
}
|
|
54
|
+
}
|
|
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
|