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 CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://materialize.kevinzarshenas.com" target="_blank">
3
- <img src="https://materializeweb.com/images/materialize.svg" width="200"/>
3
+ <img src="images/materialize.svg" width="200"/>
4
4
  </a>
5
5
  </p>
6
6
 
@@ -83,7 +83,7 @@
83
83
  max-width: 50%;
84
84
 
85
85
  img {
86
- border-radius: 2px 0 0 2px;
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: 2px 2px 0 0;
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 2px 2px;
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 2px 2px;
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 {
@@ -15,7 +15,9 @@
15
15
  margin: 0;
16
16
  display: none;
17
17
  min-width: 100px;
18
+ border-radius: 12px;
18
19
  overflow-y: auto;
20
+ overflow-x: hidden;
19
21
  opacity: 0;
20
22
  position: absolute;
21
23
  left: 0;
@@ -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
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.3-1.0.0 (https://materializeweb.com)
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
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.3-1.0.0 (https://materializeweb.com)
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: 2px 0 0 2px;
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: 2px 2px 0 0;
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 2px 2px;
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 2px 2px;
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
  }