matcha-core 20.216.0 → 20.217.0
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/core.scss +2 -2
- package/matcha-core.css +31 -31
- package/matcha-core.min.css +1 -1
- package/package.json +1 -1
package/core.scss
CHANGED
|
@@ -556,6 +556,7 @@ $base-font-size: 16px;
|
|
|
556
556
|
$infix: if($media-size == null, "", "-#{$breakpoint}");
|
|
557
557
|
|
|
558
558
|
@each $class-suffix, $value in (
|
|
559
|
+
none: none,
|
|
559
560
|
inline: inline,
|
|
560
561
|
inline-block: inline-block,
|
|
561
562
|
block: block,
|
|
@@ -564,8 +565,7 @@ $base-font-size: 16px;
|
|
|
564
565
|
table-cell: table-cell,
|
|
565
566
|
table-row: table-row,
|
|
566
567
|
inline-flex: inline-flex,
|
|
567
|
-
flex: flex
|
|
568
|
-
none: none,
|
|
568
|
+
flex: flex
|
|
569
569
|
) {
|
|
570
570
|
.d#{$infix}-#{$class-suffix} {
|
|
571
571
|
display: $value;
|
package/matcha-core.css
CHANGED
|
@@ -68503,6 +68503,14 @@
|
|
|
68503
68503
|
* @ai-group display
|
|
68504
68504
|
* @ai-prefixes d
|
|
68505
68505
|
*/
|
|
68506
|
+
.d-none {
|
|
68507
|
+
display: none;
|
|
68508
|
+
}
|
|
68509
|
+
|
|
68510
|
+
.d-none--force {
|
|
68511
|
+
display: none !important;
|
|
68512
|
+
}
|
|
68513
|
+
|
|
68506
68514
|
.d-inline {
|
|
68507
68515
|
display: inline;
|
|
68508
68516
|
}
|
|
@@ -68575,15 +68583,15 @@
|
|
|
68575
68583
|
display: flex !important;
|
|
68576
68584
|
}
|
|
68577
68585
|
|
|
68578
|
-
|
|
68579
|
-
|
|
68580
|
-
|
|
68586
|
+
@media screen and (max-width: 599px) {
|
|
68587
|
+
.d-xs-none {
|
|
68588
|
+
display: none;
|
|
68589
|
+
}
|
|
68581
68590
|
|
|
68582
|
-
.d-none--force {
|
|
68583
|
-
|
|
68584
|
-
}
|
|
68591
|
+
.d-xs-none--force {
|
|
68592
|
+
display: none !important;
|
|
68593
|
+
}
|
|
68585
68594
|
|
|
68586
|
-
@media screen and (max-width: 599px) {
|
|
68587
68595
|
.d-xs-inline {
|
|
68588
68596
|
display: inline;
|
|
68589
68597
|
}
|
|
@@ -68655,17 +68663,17 @@
|
|
|
68655
68663
|
.d-xs-flex--force {
|
|
68656
68664
|
display: flex !important;
|
|
68657
68665
|
}
|
|
68666
|
+
}
|
|
68658
68667
|
|
|
68659
|
-
|
|
68668
|
+
@media screen and (min-width: 600px) {
|
|
68669
|
+
.d-sm-none {
|
|
68660
68670
|
display: none;
|
|
68661
68671
|
}
|
|
68662
68672
|
|
|
68663
|
-
.d-
|
|
68673
|
+
.d-sm-none--force {
|
|
68664
68674
|
display: none !important;
|
|
68665
68675
|
}
|
|
68666
|
-
}
|
|
68667
68676
|
|
|
68668
|
-
@media screen and (min-width: 600px) {
|
|
68669
68677
|
.d-sm-inline {
|
|
68670
68678
|
display: inline;
|
|
68671
68679
|
}
|
|
@@ -68737,17 +68745,17 @@
|
|
|
68737
68745
|
.d-sm-flex--force {
|
|
68738
68746
|
display: flex !important;
|
|
68739
68747
|
}
|
|
68748
|
+
}
|
|
68740
68749
|
|
|
68741
|
-
|
|
68750
|
+
@media screen and (min-width: 1024px) {
|
|
68751
|
+
.d-md-none {
|
|
68742
68752
|
display: none;
|
|
68743
68753
|
}
|
|
68744
68754
|
|
|
68745
|
-
.d-
|
|
68755
|
+
.d-md-none--force {
|
|
68746
68756
|
display: none !important;
|
|
68747
68757
|
}
|
|
68748
|
-
}
|
|
68749
68758
|
|
|
68750
|
-
@media screen and (min-width: 1024px) {
|
|
68751
68759
|
.d-md-inline {
|
|
68752
68760
|
display: inline;
|
|
68753
68761
|
}
|
|
@@ -68819,17 +68827,17 @@
|
|
|
68819
68827
|
.d-md-flex--force {
|
|
68820
68828
|
display: flex !important;
|
|
68821
68829
|
}
|
|
68830
|
+
}
|
|
68822
68831
|
|
|
68823
|
-
|
|
68832
|
+
@media screen and (min-width: 1440px) {
|
|
68833
|
+
.d-lg-none {
|
|
68824
68834
|
display: none;
|
|
68825
68835
|
}
|
|
68826
68836
|
|
|
68827
|
-
.d-
|
|
68837
|
+
.d-lg-none--force {
|
|
68828
68838
|
display: none !important;
|
|
68829
68839
|
}
|
|
68830
|
-
}
|
|
68831
68840
|
|
|
68832
|
-
@media screen and (min-width: 1440px) {
|
|
68833
68841
|
.d-lg-inline {
|
|
68834
68842
|
display: inline;
|
|
68835
68843
|
}
|
|
@@ -68901,17 +68909,17 @@
|
|
|
68901
68909
|
.d-lg-flex--force {
|
|
68902
68910
|
display: flex !important;
|
|
68903
68911
|
}
|
|
68912
|
+
}
|
|
68904
68913
|
|
|
68905
|
-
|
|
68914
|
+
@media screen and (min-width: 1920px) {
|
|
68915
|
+
.d-xl-none {
|
|
68906
68916
|
display: none;
|
|
68907
68917
|
}
|
|
68908
68918
|
|
|
68909
|
-
.d-
|
|
68919
|
+
.d-xl-none--force {
|
|
68910
68920
|
display: none !important;
|
|
68911
68921
|
}
|
|
68912
|
-
}
|
|
68913
68922
|
|
|
68914
|
-
@media screen and (min-width: 1920px) {
|
|
68915
68923
|
.d-xl-inline {
|
|
68916
68924
|
display: inline;
|
|
68917
68925
|
}
|
|
@@ -68983,14 +68991,6 @@
|
|
|
68983
68991
|
.d-xl-flex--force {
|
|
68984
68992
|
display: flex !important;
|
|
68985
68993
|
}
|
|
68986
|
-
|
|
68987
|
-
.d-xl-none {
|
|
68988
|
-
display: none;
|
|
68989
|
-
}
|
|
68990
|
-
|
|
68991
|
-
.d-xl-none--force {
|
|
68992
|
-
display: none !important;
|
|
68993
|
-
}
|
|
68994
68994
|
}
|
|
68995
68995
|
|
|
68996
68996
|
/**
|