@mmb-digital/ds-lilly 1.0.85 → 1.0.87
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/components/Components/DataTable/DataTable.d.ts.map +1 -1
- package/cjs/components/Components/DataTable/DataTable.js +1 -1
- package/cjs/components/Components/DataTable/DataTable.js.map +1 -1
- package/cjs/components/Components/ProductCard/ProductCard.d.ts +3 -1
- package/cjs/components/Components/ProductCard/ProductCard.d.ts.map +1 -1
- package/cjs/components/Components/ProductCard/ProductCard.js +1 -1
- package/cjs/components/Components/ProductCard/ProductCard.js.map +1 -1
- package/cjs/components/Components/ProductHeader/ProductHeader.d.ts +16 -13
- package/cjs/components/Components/ProductHeader/ProductHeader.d.ts.map +1 -1
- package/cjs/components/Components/ProductHeader/ProductHeader.js +1 -1
- package/cjs/components/Components/ProductHeader/ProductHeader.js.map +1 -1
- package/cjs/components/Form/FileUpload/FileUpload.d.ts +2 -1
- package/cjs/components/Form/FileUpload/FileUpload.d.ts.map +1 -1
- package/cjs/components/Form/FileUpload/FileUpload.js +1 -1
- package/cjs/components/Form/FileUpload/FileUpload.js.map +1 -1
- package/cjs/components/Form/FileUpload/_parts_/MergeDialog.d.ts +2 -1
- package/cjs/components/Form/FileUpload/_parts_/MergeDialog.d.ts.map +1 -1
- package/cjs/components/Form/FileUpload/_parts_/MergeDialog.js +1 -1
- package/cjs/components/Form/FileUpload/_parts_/MergeDialog.js.map +1 -1
- package/cjs/components/Form/FileUpload/_parts_/MergeImageCard.js +1 -1
- package/cjs/components/Form/FileUpload/_parts_/MergeImageCard.js.map +1 -1
- package/cjs/ds-lilly.css +54 -106
- package/components/Components/DataTable/DataTable.d.ts.map +1 -1
- package/components/Components/DataTable/DataTable.js +1 -1
- package/components/Components/DataTable/DataTable.js.map +1 -1
- package/components/Components/ProductCard/ProductCard.d.ts +3 -1
- package/components/Components/ProductCard/ProductCard.d.ts.map +1 -1
- package/components/Components/ProductCard/ProductCard.js +1 -1
- package/components/Components/ProductCard/ProductCard.js.map +1 -1
- package/components/Components/ProductHeader/ProductHeader.d.ts +16 -13
- package/components/Components/ProductHeader/ProductHeader.d.ts.map +1 -1
- package/components/Components/ProductHeader/ProductHeader.js +1 -1
- package/components/Components/ProductHeader/ProductHeader.js.map +1 -1
- package/components/Form/FileUpload/FileUpload.d.ts +2 -1
- package/components/Form/FileUpload/FileUpload.d.ts.map +1 -1
- package/components/Form/FileUpload/FileUpload.js +1 -1
- package/components/Form/FileUpload/FileUpload.js.map +1 -1
- package/components/Form/FileUpload/_parts_/MergeDialog.d.ts +2 -1
- package/components/Form/FileUpload/_parts_/MergeDialog.d.ts.map +1 -1
- package/components/Form/FileUpload/_parts_/MergeDialog.js +1 -1
- package/components/Form/FileUpload/_parts_/MergeDialog.js.map +1 -1
- package/components/Form/FileUpload/_parts_/MergeImageCard.js +1 -1
- package/components/Form/FileUpload/_parts_/MergeImageCard.js.map +1 -1
- package/ds-lilly.css +54 -106
- package/package.json +1 -1
- /package/assets/{2e42f30719ad68f3612c.woff → 0d2d2c2163972288b0ad.woff} +0 -0
- /package/assets/{21d7635a1fba6762771b.ttf → 33527a233a637c2cb9be.ttf} +0 -0
- /package/assets/{51e0a65ec90514e97d6d.eot → 343cd43b208244eb374e.eot} +0 -0
- /package/assets/{62fd63a4dc58097a693b.eot → 391df29e43c20e6d10d5.eot} +0 -0
- /package/assets/{91862453024aa6cedc5a.svg → 736bb83efda55c83eb4b.svg} +0 -0
- /package/assets/{5774ee71ca174808db86.ttf → 77a497735e6132c64f0a.ttf} +0 -0
- /package/assets/{1ac5798d1f0662570bb1.gif → 7872d13cbed1a9d9e9e4.gif} +0 -0
- /package/assets/{c6d40ded2b428c87ca5b.svg → 918cd085dada3df2aa9d.svg} +0 -0
- /package/assets/{b31940e07effadbe95e5.eot → 9e2e232d3fddc56dfb48.eot} +0 -0
- /package/assets/{8409c71a94df2c6046c5.gif → a320e35546dd15973a55.gif} +0 -0
- /package/assets/{d07b72c241feb13ac635.eot → aa1d178f64049b3d06f4.eot} +0 -0
- /package/assets/{fcc58815a70a1ea5344f.woff → fa1524a1ca1d16e15f5c.woff} +0 -0
package/ds-lilly.css
CHANGED
|
@@ -6607,6 +6607,16 @@ body.dark .c-logo__svg {
|
|
|
6607
6607
|
.c-dataTable--contentRightAligned .c-dataTableItem__content {
|
|
6608
6608
|
text-align: right;
|
|
6609
6609
|
}
|
|
6610
|
+
@media screen and (max-width: 799px) {
|
|
6611
|
+
.c-dataTable--contentRightAligned .c-dataTableItem__content {
|
|
6612
|
+
text-align: left;
|
|
6613
|
+
}
|
|
6614
|
+
}
|
|
6615
|
+
@media screen and (max-width: 799px) {
|
|
6616
|
+
.c-dataTable--contentRightAligned.c-dataTable--noStack .c-dataTableItem__content {
|
|
6617
|
+
text-align: right;
|
|
6618
|
+
}
|
|
6619
|
+
}
|
|
6610
6620
|
|
|
6611
6621
|
.c-dataTableItem__label,
|
|
6612
6622
|
.c-dataTableItem__content {
|
|
@@ -6870,77 +6880,55 @@ body.dark .c-logo__svg {
|
|
|
6870
6880
|
text-decoration: none;
|
|
6871
6881
|
}
|
|
6872
6882
|
|
|
6873
|
-
.c-
|
|
6874
|
-
display:
|
|
6875
|
-
|
|
6876
|
-
|
|
6883
|
+
.c-productHeader__layout {
|
|
6884
|
+
display: flex;
|
|
6885
|
+
flex-direction: row;
|
|
6886
|
+
align-items: flex-start;
|
|
6877
6887
|
column-gap: var(--spaceXXXSmall);
|
|
6878
|
-
row-gap: var(--spaceXXXSmall);
|
|
6879
|
-
align-items: stretch;
|
|
6880
|
-
}
|
|
6881
|
-
|
|
6882
|
-
.c-productHeader--withTitleIcon .c-productHeader__grid {
|
|
6883
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
6884
6888
|
}
|
|
6885
6889
|
|
|
6886
|
-
.c-
|
|
6890
|
+
.c-productHeader__colLeft {
|
|
6891
|
+
display: flex;
|
|
6892
|
+
flex-direction: column;
|
|
6893
|
+
gap: var(--spaceXXSmall);
|
|
6894
|
+
flex: 1 1 0;
|
|
6887
6895
|
min-width: 0;
|
|
6888
6896
|
}
|
|
6889
6897
|
|
|
6890
|
-
.c-
|
|
6891
|
-
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
.c-productHeader__gridTitle {
|
|
6898
|
-
grid-column: 1;
|
|
6899
|
-
grid-row: 1;
|
|
6900
|
-
}
|
|
6901
|
-
|
|
6902
|
-
.c-productHeader__gridSubtitle {
|
|
6903
|
-
margin: 0;
|
|
6904
|
-
grid-column: 1;
|
|
6905
|
-
grid-row: 2;
|
|
6906
|
-
}
|
|
6907
|
-
|
|
6908
|
-
.c-productHeader__gridAmount {
|
|
6909
|
-
grid-column: 2;
|
|
6910
|
-
grid-row: 1;
|
|
6911
|
-
justify-self: end;
|
|
6912
|
-
}
|
|
6913
|
-
|
|
6914
|
-
.c-productHeader__gridSecondary {
|
|
6915
|
-
grid-column: 2;
|
|
6916
|
-
grid-row: 2;
|
|
6917
|
-
justify-self: end;
|
|
6918
|
-
}
|
|
6919
|
-
|
|
6920
|
-
.c-productHeader--withTitleIcon .c-productHeader__gridTitle {
|
|
6921
|
-
grid-column: 2;
|
|
6898
|
+
.c-productHeader__colRight {
|
|
6899
|
+
display: flex;
|
|
6900
|
+
flex-direction: column;
|
|
6901
|
+
gap: var(--spaceXXSmall);
|
|
6902
|
+
flex: 0 0 auto;
|
|
6903
|
+
align-items: flex-end;
|
|
6922
6904
|
}
|
|
6923
6905
|
|
|
6924
|
-
.c-productHeader--withTitleIcon .c-
|
|
6925
|
-
|
|
6906
|
+
.c-productHeader--withTitleIcon .c-productHeader__colLeft {
|
|
6907
|
+
flex-direction: row;
|
|
6908
|
+
align-items: flex-start;
|
|
6909
|
+
flex-wrap: nowrap;
|
|
6926
6910
|
}
|
|
6927
6911
|
|
|
6928
|
-
.c-productHeader--withTitleIcon .c-
|
|
6929
|
-
|
|
6912
|
+
.c-productHeader--withTitleIcon .c-productHeader__colLeftInner {
|
|
6913
|
+
display: flex;
|
|
6914
|
+
flex-direction: column;
|
|
6915
|
+
gap: var(--spaceXXSmall);
|
|
6916
|
+
min-width: 0;
|
|
6917
|
+
flex: 1 1 0;
|
|
6930
6918
|
}
|
|
6931
6919
|
|
|
6932
|
-
.c-
|
|
6933
|
-
|
|
6920
|
+
.c-productHeader__colIcon {
|
|
6921
|
+
flex: 0 0 auto;
|
|
6922
|
+
align-self: flex-start;
|
|
6923
|
+
padding-right: var(--spaceXSmall);
|
|
6934
6924
|
}
|
|
6935
6925
|
|
|
6936
|
-
.c-
|
|
6937
|
-
|
|
6938
|
-
align-self: end;
|
|
6926
|
+
.c-productHeader__colTitle {
|
|
6927
|
+
min-width: 0;
|
|
6939
6928
|
}
|
|
6940
6929
|
|
|
6941
|
-
.c-
|
|
6942
|
-
|
|
6943
|
-
align-self: start;
|
|
6930
|
+
.c-productHeader__colSubtitle {
|
|
6931
|
+
margin: 0;
|
|
6944
6932
|
}
|
|
6945
6933
|
|
|
6946
6934
|
.c-productHeader__subtitle {
|
|
@@ -7012,59 +7000,19 @@ body.dark .c-logo__svg {
|
|
|
7012
7000
|
/* MOBILE */
|
|
7013
7001
|
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
|
|
7014
7002
|
@media screen and (max-width: 480px) {
|
|
7015
|
-
.c-
|
|
7016
|
-
|
|
7017
|
-
grid-template-rows: auto auto auto auto;
|
|
7018
|
-
row-gap: var(--spaceXXXSmall);
|
|
7019
|
-
}
|
|
7020
|
-
.c-productHeader--withTitleIcon .c-productHeader__grid {
|
|
7021
|
-
grid-template-columns: auto minmax(0, 1fr);
|
|
7022
|
-
grid-template-rows: auto auto auto auto;
|
|
7003
|
+
.c-productHeader__layout {
|
|
7004
|
+
flex-direction: column;
|
|
7023
7005
|
row-gap: var(--spaceXXXSmall);
|
|
7024
7006
|
}
|
|
7025
|
-
.c-
|
|
7026
|
-
grid-column: 1;
|
|
7027
|
-
grid-row: 1;
|
|
7028
|
-
align-self: start;
|
|
7029
|
-
}
|
|
7030
|
-
.c-productHeader__gridSubtitle {
|
|
7031
|
-
grid-column: 1;
|
|
7032
|
-
grid-row: 2;
|
|
7033
|
-
align-self: start;
|
|
7034
|
-
}
|
|
7035
|
-
.c-productHeader__gridAmount {
|
|
7036
|
-
grid-column: 1;
|
|
7037
|
-
grid-row: 3;
|
|
7038
|
-
justify-self: start;
|
|
7039
|
-
align-self: start;
|
|
7007
|
+
.c-productHeader__colLeft {
|
|
7040
7008
|
width: 100%;
|
|
7041
7009
|
}
|
|
7042
|
-
.c-
|
|
7043
|
-
|
|
7044
|
-
grid-row: 4;
|
|
7045
|
-
justify-self: start;
|
|
7046
|
-
align-self: start;
|
|
7047
|
-
}
|
|
7048
|
-
.c-productHeader--withTitleIcon .c-productHeader__gridIcon {
|
|
7049
|
-
grid-column: 1;
|
|
7050
|
-
grid-row: 1;
|
|
7051
|
-
align-self: end;
|
|
7052
|
-
}
|
|
7053
|
-
.c-productHeader--withTitleIcon .c-productHeader__gridTitle {
|
|
7054
|
-
grid-column: 2;
|
|
7055
|
-
grid-row: 1;
|
|
7056
|
-
}
|
|
7057
|
-
.c-productHeader--withTitleIcon .c-productHeader__gridSubtitle {
|
|
7058
|
-
grid-column: 2;
|
|
7059
|
-
grid-row: 2;
|
|
7060
|
-
}
|
|
7061
|
-
.c-productHeader--withTitleIcon .c-productHeader__gridAmount {
|
|
7062
|
-
grid-column: 1/-1;
|
|
7063
|
-
grid-row: 3;
|
|
7010
|
+
.c-productHeader--withTitleIcon .c-productHeader__colLeft {
|
|
7011
|
+
width: 100%;
|
|
7064
7012
|
}
|
|
7065
|
-
.c-
|
|
7066
|
-
|
|
7067
|
-
|
|
7013
|
+
.c-productHeader__colRight {
|
|
7014
|
+
align-items: flex-start;
|
|
7015
|
+
width: 100%;
|
|
7068
7016
|
}
|
|
7069
7017
|
.c-productHeader__actions {
|
|
7070
7018
|
padding-top: var(--spaceSmall);
|
|
@@ -10559,7 +10507,7 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
10559
10507
|
/* Slider */
|
|
10560
10508
|
.slick-loading .slick-list
|
|
10561
10509
|
{
|
|
10562
|
-
background: #fff url('assets/
|
|
10510
|
+
background: #fff url('assets/7872d13cbed1a9d9e9e4.gif') center center no-repeat;
|
|
10563
10511
|
}
|
|
10564
10512
|
|
|
10565
10513
|
/* Icons */
|
|
@@ -10569,8 +10517,8 @@ body.dark .u-fg--fgWhiteDefault {
|
|
|
10569
10517
|
font-weight: normal;
|
|
10570
10518
|
font-style: normal;
|
|
10571
10519
|
|
|
10572
|
-
src: url('assets/
|
|
10573
|
-
src: url('assets/
|
|
10520
|
+
src: url('assets/aa1d178f64049b3d06f4.eot');
|
|
10521
|
+
src: url('assets/343cd43b208244eb374e.eot') format('embedded-opentype'), url('assets/0d2d2c2163972288b0ad.woff') format('woff'), url('assets/77a497735e6132c64f0a.ttf') format('truetype'), url('assets/736bb83efda55c83eb4b.svg') format('svg');
|
|
10574
10522
|
}
|
|
10575
10523
|
/* Arrows */
|
|
10576
10524
|
.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
|