kmaterialize 2.3.3-1.0.4 → 2.3.3-1.0.6
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 +2 -2
- package/components/list/_collection.scss +1 -0
- package/dist/css/materialize.colors.min.css +1 -1
- package/dist/css/materialize.css +16 -2
- package/dist/css/materialize.min.css +2 -2
- package/dist/js/materialize.cjs.js +2 -2
- package/dist/js/materialize.d.ts +1 -1
- package/dist/js/materialize.js +2 -2
- package/dist/js/materialize.min.js +2 -2
- package/dist/js/materialize.mjs +2 -2
- package/package.json +1 -1
- package/sass/mixins.module.scss +6 -6
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ The documentation can be found at <https://materialize.kevinzarshenas.com>. To r
|
|
|
28
28
|
This is the core project with all the components. To see how they are used we recommend using an example project or go to the documentation.
|
|
29
29
|
|
|
30
30
|
### Running documentation locally
|
|
31
|
-
See [Materialize Docs Repo](https://github.com/materializecss/materialize-docs)
|
|
31
|
+
kmaterialize doesn't have its own docs site yet. See the upstream [Materialize Docs Repo](https://github.com/materializecss/materialize-docs) for an example of Materialize's components in action.
|
|
32
32
|
|
|
33
33
|
### Releases
|
|
34
34
|
Previous releases are available [here](https://github.com/kekefreedog/kmaterialize/releases). You can also find the changelog under each release.
|
|
@@ -49,7 +49,7 @@ We use Jasmine as our testing framework and we're trying to write a robust test
|
|
|
49
49
|
For quick testing install live-server node package globally and run `npm run demo`
|
|
50
50
|
|
|
51
51
|
## Contributing
|
|
52
|
-
Check out the [CONTRIBUTING document](docs/CONTRIBUTING.md) in the root of the repository to learn how you can contribute.
|
|
52
|
+
Check out the [CONTRIBUTING document](docs/CONTRIBUTING.md) in the root of the repository to learn how you can contribute.
|
|
53
53
|
|
|
54
54
|
## Copyright and license
|
|
55
55
|
Code Copyright 2026 kmaterialize. Code released under the MIT license.
|
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.6 (https://materializeweb.com)
|
|
3
3
|
* Copyright 2014-2026 Materialize
|
|
4
4
|
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -5163,6 +5163,19 @@ body {
|
|
|
5163
5163
|
outline-offset: 2px;
|
|
5164
5164
|
}
|
|
5165
5165
|
|
|
5166
|
+
.btn.elevated, .elevated.btn-small, .elevated.btn-large, .elevated.btn-floating {
|
|
5167
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
5168
|
+
background-color: var(--md-sys-color-secondary-container);
|
|
5169
|
+
}
|
|
5170
|
+
.btn.elevated:hover, .elevated.btn-small:hover, .elevated.btn-large:hover, .elevated.btn-floating:hover, .btn.elevated:focus, .elevated.btn-small:focus, .elevated.btn-large:focus, .elevated.btn-floating:focus {
|
|
5171
|
+
color: var(--md-sys-color-primary);
|
|
5172
|
+
}
|
|
5173
|
+
.btn.elevated:hover, .elevated.btn-small:hover, .elevated.btn-large:hover, .elevated.btn-floating:hover {
|
|
5174
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary-container), var(--md-sys-color-on-secondary-container) 16%);
|
|
5175
|
+
}
|
|
5176
|
+
.btn.elevated:focus, .elevated.btn-small:focus, .elevated.btn-large:focus, .elevated.btn-floating:focus {
|
|
5177
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary-container), var(--md-sys-color-primary) 20%);
|
|
5178
|
+
}
|
|
5166
5179
|
.btn.elevated:focus-visible, .elevated.btn-small:focus-visible, .elevated.btn-large:focus-visible, .elevated.btn-floating:focus-visible {
|
|
5167
5180
|
outline: 3px solid var(--md-sys-color-secondary);
|
|
5168
5181
|
outline-offset: 2px;
|
|
@@ -5194,7 +5207,7 @@ body {
|
|
|
5194
5207
|
|
|
5195
5208
|
.btn.text, .text.btn-small, .text.btn-large, .text.btn-floating, .btn-flat {
|
|
5196
5209
|
color: var(--md-sys-color-primary);
|
|
5197
|
-
background-color:
|
|
5210
|
+
background-color: var(--md-sys-color-surface-variant);
|
|
5198
5211
|
}
|
|
5199
5212
|
.btn.text:hover, .text.btn-small:hover, .text.btn-large:hover, .text.btn-floating:hover, .btn.text:focus, .text.btn-small:focus, .text.btn-large:focus, .text.btn-floating:focus, .btn-flat:hover, .btn-flat:focus {
|
|
5200
5213
|
color: var(--md-sys-color-primary);
|
|
@@ -6186,6 +6199,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6186
6199
|
.collection {
|
|
6187
6200
|
padding-left: 0;
|
|
6188
6201
|
list-style-type: none;
|
|
6202
|
+
background-color: var(--md-sys-color-surface);
|
|
6189
6203
|
margin: 0.5rem 0 1rem 0;
|
|
6190
6204
|
border: 1px solid var(--md-sys-color-outline-variant);
|
|
6191
6205
|
border-radius: 2px;
|