@mmb-digital/ds-lilly 1.0.0-alpha.14 → 1.0.0-alpha.15
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/_virtual/index.js +1 -1
- package/cjs/_virtual/index2.js +1 -1
- package/cjs/components/Components/Button/Button.d.ts +5 -3
- package/cjs/components/Components/Button/Button.d.ts.map +1 -1
- package/cjs/components/Components/Button/Button.js.map +1 -1
- package/cjs/components/Components/CompactButtons/CompactButtons.d.ts +14 -9
- package/cjs/components/Components/CompactButtons/CompactButtons.d.ts.map +1 -1
- package/cjs/components/Components/CompactButtons/CompactButtons.js +1 -1
- package/cjs/components/Components/CompactButtons/CompactButtons.js.map +1 -1
- package/cjs/components/Components/Dropdown/_elements_/DropdownItem.d.ts +3 -1
- package/cjs/components/Components/Dropdown/_elements_/DropdownItem.d.ts.map +1 -1
- package/cjs/components/Components/Dropdown/_elements_/DropdownItem.js +1 -1
- package/cjs/components/Components/Dropdown/_elements_/DropdownItem.js.map +1 -1
- package/cjs/ds-lilly.css +9 -80
- package/cjs/ext/camelcase/index.js +1 -1
- package/cjs/ext/camelcase/index.js.map +1 -1
- package/cjs/ext/react-dropzone/dist/es/index.js +1 -1
- package/cjs/ext/react-dropzone/dist/es/index.js.map +1 -1
- package/components/Components/Button/Button.d.ts +5 -3
- package/components/Components/Button/Button.d.ts.map +1 -1
- package/components/Components/Button/Button.js.map +1 -1
- package/components/Components/CompactButtons/CompactButtons.d.ts +14 -9
- package/components/Components/CompactButtons/CompactButtons.d.ts.map +1 -1
- package/components/Components/CompactButtons/CompactButtons.js +1 -1
- package/components/Components/CompactButtons/CompactButtons.js.map +1 -1
- package/components/Components/Dropdown/_elements_/DropdownItem.d.ts +3 -1
- package/components/Components/Dropdown/_elements_/DropdownItem.d.ts.map +1 -1
- package/components/Components/Dropdown/_elements_/DropdownItem.js +1 -1
- package/components/Components/Dropdown/_elements_/DropdownItem.js.map +1 -1
- package/ds-lilly.css +9 -80
- package/package.json +1 -1
- /package/assets/{01420ff016daa34fdefb.ttf → 061f2e6070843e2bdf2b.ttf} +0 -0
- /package/assets/{0155dc52849998bcf051.eot → 24cd7e50995435b1d508.eot} +0 -0
- /package/assets/{da97efdffda4f784687f.svg → 593d0da366013fb84dc0.svg} +0 -0
- /package/assets/{a0747b0121c67ec02ebd.eot → 5eaed598b6d24c4b9e0c.eot} +0 -0
- /package/assets/{f102eb9bb1c6c9cf21cd.svg → 637808902e739f90411b.svg} +0 -0
- /package/assets/{ac9c0496cb75ae75f4f2.ttf → 649f003b9ca976a42042.ttf} +0 -0
- /package/assets/{b650ae28703410526950.eot → 791081126ede272967dc.eot} +0 -0
- /package/assets/{8b5644bd1c98f85f56a6.gif → 80a61bd1982ef01771b9.gif} +0 -0
- /package/assets/{65a531ed68dcf5074646.woff → ab0d81996ba12a4f7ad0.woff} +0 -0
- /package/assets/{7386b9ba1155874b6ea5.woff → b807a58bae17e3ac2f93.woff} +0 -0
- /package/assets/{9288da3de8c05c02b14a.gif → d2abd3db573c3cf64583.gif} +0 -0
- /package/assets/{cc21b92903379a739adb.eot → da5a6e78f2fa9496893f.eot} +0 -0
package/ds-lilly.css
CHANGED
|
@@ -1129,6 +1129,7 @@ body {
|
|
|
1129
1129
|
--lineHeightOnlyIconXSmallBtn: 24px;
|
|
1130
1130
|
--widthOnlyIconXSmallBtn: 24px;
|
|
1131
1131
|
--minWidthOnlyIconXSmallBtn: 0;
|
|
1132
|
+
--gapWrapperCompactButtons: var(--spaceXSmall);
|
|
1132
1133
|
--backgroundCard: var(--bgNeutralSubtlest);
|
|
1133
1134
|
--borderCard: none;
|
|
1134
1135
|
--borderRadiusCard: var(--borderRadiusMedium);
|
|
@@ -4970,86 +4971,14 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
4970
4971
|
margin-left: 0px;
|
|
4971
4972
|
}
|
|
4972
4973
|
.c-compact-buttons .c-compact-buttons__wrapper {
|
|
4973
|
-
border: 1px solid var(--borderBrandDefault);
|
|
4974
|
-
border-radius: var(--borderRadiusSmall);
|
|
4975
4974
|
display: inline-flex;
|
|
4976
4975
|
overflow: hidden;
|
|
4977
|
-
|
|
4978
|
-
.c-compact-buttons .c-compact-buttons__button_separator {
|
|
4979
|
-
background: #fff;
|
|
4980
|
-
display: inline-block;
|
|
4981
|
-
margin: 2px 0;
|
|
4982
|
-
width: 1px;
|
|
4983
|
-
}
|
|
4984
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border .c-compact-buttons__button_separator {
|
|
4985
|
-
background-color: var(--bgBrandBold);
|
|
4986
|
-
}
|
|
4987
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--red {
|
|
4988
|
-
border: var(--borderRedBtn);
|
|
4989
|
-
}
|
|
4990
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--red .c-compact-buttons__button_separator {
|
|
4991
|
-
background: var(--backgroundRedBtn);
|
|
4992
|
-
}
|
|
4993
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--gold {
|
|
4994
|
-
border: var(--borderGoldBtn);
|
|
4995
|
-
}
|
|
4996
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--gold .c-compact-buttons__button_separator {
|
|
4997
|
-
background: var(--backgroundGoldBtn);
|
|
4998
|
-
}
|
|
4999
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--secondary {
|
|
5000
|
-
border: var(--borderSecondaryBtn);
|
|
5001
|
-
}
|
|
5002
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--secondary .c-compact-buttons__button_separator {
|
|
5003
|
-
background: var(--backgroundSecondaryBtn);
|
|
5004
|
-
}
|
|
5005
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--green {
|
|
5006
|
-
border: var(--borderGreenBtn);
|
|
5007
|
-
}
|
|
5008
|
-
.c-compact-buttons .c-compact-buttons__wrapper--border.c-compact-buttons__wrapper--green .c-compact-buttons__button_separator {
|
|
5009
|
-
background: var(--backgroundGreenBtn);
|
|
5010
|
-
}
|
|
5011
|
-
.c-compact-buttons .c-compact-buttons__wrapper--filled {
|
|
5012
|
-
background: var(--backgroundBtn);
|
|
5013
|
-
border: 0;
|
|
5014
|
-
}
|
|
5015
|
-
.c-compact-buttons .c-compact-buttons__wrapper--filled.c-compact-buttons__wrapper--red {
|
|
5016
|
-
background: var(--backgroundRedBtn);
|
|
5017
|
-
}
|
|
5018
|
-
.c-compact-buttons .c-compact-buttons__wrapper--filled.c-compact-buttons__wrapper--gold {
|
|
5019
|
-
background: var(--backgroundGoldBtn);
|
|
5020
|
-
}
|
|
5021
|
-
.c-compact-buttons .c-compact-buttons__wrapper--filled.c-compact-buttons__wrapper--secondary {
|
|
5022
|
-
background: var(--backgroundSecondaryBtn);
|
|
5023
|
-
}
|
|
5024
|
-
.c-compact-buttons .c-compact-buttons__wrapper--filled.c-compact-buttons__wrapper--greep {
|
|
5025
|
-
background: var(--backgroundGreenBtn);
|
|
5026
|
-
}
|
|
5027
|
-
.c-compact-buttons .c-compact-buttons__button {
|
|
5028
|
-
border: 0;
|
|
5029
|
-
border-radius: 0;
|
|
5030
|
-
margin: 0;
|
|
5031
|
-
min-width: auto;
|
|
5032
|
-
transition: none;
|
|
5033
|
-
}
|
|
5034
|
-
.c-compact-buttons .c-compact-buttons__button::after {
|
|
5035
|
-
border-radius: 0;
|
|
5036
|
-
}
|
|
5037
|
-
.c-compact-buttons .c-compact-buttons__button:hover {
|
|
5038
|
-
border: 0;
|
|
5039
|
-
}
|
|
5040
|
-
.c-compact-buttons .c-compact-buttons__button:last-child::before {
|
|
5041
|
-
content: none;
|
|
5042
|
-
}
|
|
5043
|
-
.c-compact-buttons .c-compact-buttons__button:first-child {
|
|
5044
|
-
border-left: 0;
|
|
4976
|
+
gap: var(--gapWrapperCompactButtons);
|
|
5045
4977
|
}
|
|
5046
4978
|
.c-compact-buttons .c-compact-buttons__button_box {
|
|
5047
4979
|
display: inline-flex;
|
|
5048
4980
|
white-space: nowrap;
|
|
5049
4981
|
}
|
|
5050
|
-
.c-compact-buttons .c-compact-buttons__button_box:last-child .c-compact-buttons__button_separator {
|
|
5051
|
-
display: none;
|
|
5052
|
-
}
|
|
5053
4982
|
.c-compact-buttons .c-compact-buttons__button_box--hidden {
|
|
5054
4983
|
left: 0;
|
|
5055
4984
|
position: absolute;
|
|
@@ -5262,7 +5191,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
5262
5191
|
color: var(--blueDark);
|
|
5263
5192
|
cursor: pointer;
|
|
5264
5193
|
display: block;
|
|
5265
|
-
font-size: var(--
|
|
5194
|
+
font-size: var(--fontSizeSmall);
|
|
5266
5195
|
font-weight: var(--fontWeightMedium);
|
|
5267
5196
|
line-height: var(--lineHeightMedium);
|
|
5268
5197
|
padding: var(--spaceXSmall) var(--spaceSmall);
|
|
@@ -5338,7 +5267,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
5338
5267
|
color: var(--fgNeutralDefault);
|
|
5339
5268
|
cursor: pointer;
|
|
5340
5269
|
display: flex;
|
|
5341
|
-
font-size: var(--
|
|
5270
|
+
font-size: var(--fontSizeSmall);
|
|
5342
5271
|
font-weight: var(--fontWeightMedium);
|
|
5343
5272
|
line-height: var(--lineHeightMedium);
|
|
5344
5273
|
padding: var(--spaceXSmall) var(--spaceSmall);
|
|
@@ -5412,7 +5341,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
5412
5341
|
color: var(--blueDark);
|
|
5413
5342
|
cursor: pointer;
|
|
5414
5343
|
display: block;
|
|
5415
|
-
font-size: var(--
|
|
5344
|
+
font-size: var(--fontSizeSmall);
|
|
5416
5345
|
font-weight: var(--fontWeightMedium);
|
|
5417
5346
|
line-height: var(--lineHeightMedium);
|
|
5418
5347
|
padding: var(--spaceXSmall) var(--spaceSmall);
|
|
@@ -5488,7 +5417,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
5488
5417
|
color: var(--fgNeutralDefault);
|
|
5489
5418
|
cursor: pointer;
|
|
5490
5419
|
display: flex;
|
|
5491
|
-
font-size: var(--
|
|
5420
|
+
font-size: var(--fontSizeSmall);
|
|
5492
5421
|
font-weight: var(--fontWeightMedium);
|
|
5493
5422
|
line-height: var(--lineHeightMedium);
|
|
5494
5423
|
padding: var(--spaceXSmall) var(--spaceSmall);
|
|
@@ -9548,7 +9477,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
9548
9477
|
/* Slider */
|
|
9549
9478
|
.slick-loading .slick-list
|
|
9550
9479
|
{
|
|
9551
|
-
background: #fff url('assets/
|
|
9480
|
+
background: #fff url('assets/d2abd3db573c3cf64583.gif') center center no-repeat;
|
|
9552
9481
|
}
|
|
9553
9482
|
|
|
9554
9483
|
/* Icons */
|
|
@@ -9558,8 +9487,8 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
9558
9487
|
font-weight: normal;
|
|
9559
9488
|
font-style: normal;
|
|
9560
9489
|
|
|
9561
|
-
src: url('assets/
|
|
9562
|
-
src: url('assets/
|
|
9490
|
+
src: url('assets/5eaed598b6d24c4b9e0c.eot');
|
|
9491
|
+
src: url('assets/791081126ede272967dc.eot') format('embedded-opentype'), url('assets/b807a58bae17e3ac2f93.woff') format('woff'), url('assets/649f003b9ca976a42042.ttf') format('truetype'), url('assets/593d0da366013fb84dc0.svg') format('svg');
|
|
9563
9492
|
}
|
|
9564
9493
|
/* Arrows */
|
|
9565
9494
|
.slick-prev,
|
package/package.json
CHANGED
|
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
|