kmaterialize 2.3.3-1.0.4 → 2.3.3-1.0.5
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 +2 -1
- 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/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.5 (https://materializeweb.com)
|
|
3
3
|
* Copyright 2014-2026 Materialize
|
|
4
4
|
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -6186,6 +6186,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6186
6186
|
.collection {
|
|
6187
6187
|
padding-left: 0;
|
|
6188
6188
|
list-style-type: none;
|
|
6189
|
+
background-color: var(--md-sys-color-surface);
|
|
6189
6190
|
margin: 0.5rem 0 1rem 0;
|
|
6190
6191
|
border: 1px solid var(--md-sys-color-outline-variant);
|
|
6191
6192
|
border-radius: 2px;
|