kmaterialize 2.3.3-1.0.0 → 2.3.3-1.0.2
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/README.md +1 -1
- package/components/card/_cards.scss +4 -4
- package/components/dropdown/_dropdown.scss +2 -0
- package/components/list/_collection.scss +3 -0
- package/dist/css/materialize.colors.min.css +1 -1
- package/dist/css/materialize.css +12 -5
- package/dist/css/materialize.min.css +2 -2
- package/dist/js/materialize.cjs.js +10 -2
- package/dist/js/materialize.d.ts +7 -2
- package/dist/js/materialize.js +10 -2
- package/dist/js/materialize.min.js +2 -2
- package/dist/js/materialize.mjs +10 -3
- package/package.json +2 -2
- package/sass/_typography.scss +7 -0
- package/sass/colors.module.css +74 -0
- package/sass/pulse.css +35 -0
- package/sass/theme.module.css +140 -0
- package/sass/tokens.module.css +272 -0
- package/sass/transitions.css +10 -0
- package/sass/typography.module.css +150 -0
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
max-width: 50%;
|
|
84
84
|
|
|
85
85
|
img {
|
|
86
|
-
border-radius:
|
|
86
|
+
border-radius: 12px 0 0 12px;
|
|
87
87
|
max-width: 100%;
|
|
88
88
|
width: auto;
|
|
89
89
|
}
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
// Image background for content
|
|
120
120
|
img {
|
|
121
121
|
display: block;
|
|
122
|
-
border-radius:
|
|
122
|
+
border-radius: 12px 12px 0 0;
|
|
123
123
|
position: relative;
|
|
124
124
|
left: 0;
|
|
125
125
|
right: 0;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
|
|
154
154
|
.card-content {
|
|
155
155
|
padding: 24px;
|
|
156
|
-
border-radius: 0 0
|
|
156
|
+
border-radius: 0 0 12px 12px;
|
|
157
157
|
|
|
158
158
|
p {
|
|
159
159
|
margin: 0;
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
padding: 0 1.6rem;
|
|
179
179
|
|
|
180
180
|
&:last-child {
|
|
181
|
-
border-radius: 0 0
|
|
181
|
+
border-radius: 0 0 12px 12px;
|
|
182
182
|
}
|
|
183
183
|
// Replaced card links with buttons (Accessibility, @see https://github.com/materializecss/materialize/issues/565)
|
|
184
184
|
a {
|
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
height: 42px;
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
left: 15px;
|
|
33
|
+
top: 21px; // vertically center within the 84px min-height row - without
|
|
34
|
+
// this, absolute's default "static position" fallback puts
|
|
35
|
+
// an <img> and an <i> icon glyph at different heights
|
|
33
36
|
display: inline-block;
|
|
34
37
|
vertical-align: middle;
|
|
35
38
|
}
|
package/dist/css/materialize.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Materialize v2.3.3-1.0.
|
|
2
|
+
* Materialize v2.3.3-1.0.2 (https://materializeweb.com)
|
|
3
3
|
* Copyright 2014-2026 Materialize
|
|
4
4
|
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -3390,6 +3390,10 @@ html {
|
|
|
3390
3390
|
}
|
|
3391
3391
|
}
|
|
3392
3392
|
|
|
3393
|
+
html[data-font=muli] {
|
|
3394
|
+
font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3393
3397
|
h1, h2, h3, h4, h5, h6 {
|
|
3394
3398
|
font-weight: 400;
|
|
3395
3399
|
line-height: 1.3;
|
|
@@ -5732,7 +5736,7 @@ table span.badge {
|
|
|
5732
5736
|
max-width: 50%;
|
|
5733
5737
|
}
|
|
5734
5738
|
.card.horizontal .card-image img {
|
|
5735
|
-
border-radius:
|
|
5739
|
+
border-radius: 12px 0 0 12px;
|
|
5736
5740
|
max-width: 100%;
|
|
5737
5741
|
width: auto;
|
|
5738
5742
|
}
|
|
@@ -5770,7 +5774,7 @@ table span.badge {
|
|
|
5770
5774
|
}
|
|
5771
5775
|
.card .card-image img {
|
|
5772
5776
|
display: block;
|
|
5773
|
-
border-radius:
|
|
5777
|
+
border-radius: 12px 12px 0 0;
|
|
5774
5778
|
position: relative;
|
|
5775
5779
|
left: 0;
|
|
5776
5780
|
right: 0;
|
|
@@ -5799,7 +5803,7 @@ table span.badge {
|
|
|
5799
5803
|
}
|
|
5800
5804
|
.card .card-content {
|
|
5801
5805
|
padding: 24px;
|
|
5802
|
-
border-radius: 0 0
|
|
5806
|
+
border-radius: 0 0 12px 12px;
|
|
5803
5807
|
}
|
|
5804
5808
|
.card .card-content p {
|
|
5805
5809
|
margin: 0;
|
|
@@ -5819,7 +5823,7 @@ table span.badge {
|
|
|
5819
5823
|
padding: 0 1.6rem;
|
|
5820
5824
|
}
|
|
5821
5825
|
.card .card-action:last-child {
|
|
5822
|
-
border-radius: 0 0
|
|
5826
|
+
border-radius: 0 0 12px 12px;
|
|
5823
5827
|
}
|
|
5824
5828
|
.card .card-action a {
|
|
5825
5829
|
height: var(--btn-height);
|
|
@@ -6169,7 +6173,9 @@ table span.badge {
|
|
|
6169
6173
|
margin: 0;
|
|
6170
6174
|
display: none;
|
|
6171
6175
|
min-width: 100px;
|
|
6176
|
+
border-radius: 12px;
|
|
6172
6177
|
overflow-y: auto;
|
|
6178
|
+
overflow-x: hidden;
|
|
6173
6179
|
opacity: 0;
|
|
6174
6180
|
position: absolute;
|
|
6175
6181
|
left: 0;
|
|
@@ -6263,6 +6269,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6263
6269
|
height: 42px;
|
|
6264
6270
|
overflow: hidden;
|
|
6265
6271
|
left: 15px;
|
|
6272
|
+
top: 21px;
|
|
6266
6273
|
display: inline-block;
|
|
6267
6274
|
vertical-align: middle;
|
|
6268
6275
|
}
|