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 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) to see Materialize in Action.
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. You can also browse the [help-wanted](https://github.com/kekefreedog/kmaterialize/labels/help-wanted) tag in our issue tracker to find things to do.
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.
@@ -3,6 +3,7 @@
3
3
  .collection {
4
4
  padding-left: 0;
5
5
  list-style-type: none;
6
+ background-color: var(--md-sys-color-surface);
6
7
  margin: $element-top-margin 0 $element-bottom-margin 0;
7
8
  border: 1px solid var(--md-sys-color-outline-variant);
8
9
  border-radius: 2px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.3-1.0.4 (https://materializeweb.com)
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
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.3-1.0.4 (https://materializeweb.com)
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;