@materializecss/materialize 2.2.1 → 2.2.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.
Files changed (49) hide show
  1. package/README.md +8 -11
  2. package/dist/css/materialize.css +2790 -2140
  3. package/dist/css/materialize.min.css +3 -5
  4. package/dist/css/materialize.min.css.map +1 -1
  5. package/dist/js/materialize.cjs.js +528 -215
  6. package/dist/js/materialize.d.ts +115 -13
  7. package/dist/js/materialize.js +528 -215
  8. package/dist/js/materialize.min.js +3 -3
  9. package/dist/js/materialize.mjs +528 -215
  10. package/package.json +5 -3
  11. package/sass/components/_badges.scss +1 -1
  12. package/sass/components/_breadcrumb.scss +27 -0
  13. package/sass/components/_buttons.scss +60 -167
  14. package/sass/components/_cards.scss +36 -17
  15. package/sass/components/_carousel.scss +16 -18
  16. package/sass/components/_chips.scss +6 -14
  17. package/sass/components/_collapsible.scss +8 -5
  18. package/sass/components/_collection.scss +2 -3
  19. package/sass/components/_color-variables.scss +35 -3
  20. package/sass/components/_datepicker.scss +95 -48
  21. package/sass/components/_dropdown.scss +11 -7
  22. package/sass/components/_global.scss +22 -111
  23. package/sass/components/_grid.scss +3 -1
  24. package/sass/components/_materialbox.scss +5 -6
  25. package/sass/components/_modal.scss +11 -4
  26. package/sass/components/_navbar.scss +17 -16
  27. package/sass/components/_pagination.scss +47 -0
  28. package/sass/components/_preloader.scss +3 -1
  29. package/sass/components/_pulse.scss +3 -3
  30. package/sass/components/_sidenav.scss +15 -17
  31. package/sass/components/_slider.scss +2 -4
  32. package/sass/components/_tabs.scss +45 -33
  33. package/sass/components/_tapTarget.scss +10 -11
  34. package/sass/components/_timepicker.scss +62 -47
  35. package/sass/components/_toast.scss +3 -0
  36. package/sass/components/_tooltip.scss +0 -8
  37. package/sass/components/_transitions.scss +2 -3
  38. package/sass/components/_typography.scss +5 -5
  39. package/sass/components/_variables.scss +3 -2
  40. package/sass/components/forms/_checkboxes.scss +1 -2
  41. package/sass/components/forms/_file-input.scss +7 -9
  42. package/sass/components/forms/_forms.scss +8 -14
  43. package/sass/components/forms/_input-fields.scss +17 -11
  44. package/sass/components/forms/_range.scss +6 -1
  45. package/sass/components/forms/_select.scss +11 -103
  46. package/sass/components/forms/_switches.scss +2 -0
  47. package/sass/components/mixins.module.scss +159 -0
  48. package/sass/materialize.scss +39 -43
  49. package/sass/components/_color-classes.scss +0 -32
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://materializeweb.com" target="_blank">
3
- <img src="https://materializeweb.com/images/materialize.svg" width="200">
3
+ <img src="https://materializeweb.com/images/materialize.svg" width="200"/>
4
4
  </a>
5
5
  </p>
6
6
 
@@ -13,19 +13,19 @@
13
13
  <br>
14
14
  <br>
15
15
  <a href="https://github.com/materializecss/materialize/actions/">
16
- <img src="https://github.com/materializecss/materialize/actions/workflows/nightly.yml/badge.svg" alt="GitHub Actions badge">
16
+ <img src="https://github.com/materializecss/materialize/actions/workflows/nightly.yml/badge.svg" alt="GitHub Actions badge"/>
17
17
  </a>
18
18
  <a href="https://www.npmjs.com/package/@materializecss/materialize">
19
- <img src="https://badge.fury.io/js/%40materializecss%2Fmaterialize.svg" alt="npm version badge">
19
+ <img src="https://badge.fury.io/js/%40materializecss%2Fmaterialize.svg" alt="npm version badge"/>
20
20
  </a>
21
21
  <a href="https://www.jsdelivr.com/package/npm/@materializecss/materialize">
22
- <img src="https://data.jsdelivr.com/v1/package/npm/@materializecss/materialize/badge" alt="jsDelivr version badge">
22
+ <img src="https://data.jsdelivr.com/v1/package/npm/@materializecss/materialize/badge" alt="jsDelivr version badge"/>
23
23
  </a>
24
24
  <a href="https://gitter.im/materializecss/materialize">
25
- <img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge">
25
+ <img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge"/>
26
26
  </a>
27
27
  <a href="https://opencollective.com/materialize">
28
- <img alt="Open Collective backers and sponsors" src="https://img.shields.io/opencollective/all/materialize">
28
+ <img alt="Open Collective backers and sponsors" src="https://img.shields.io/opencollective/all/materialize"/>
29
29
  </a>
30
30
  </p>
31
31
 
@@ -50,7 +50,7 @@ This is the core project with all the components. To see how they are used we re
50
50
  See [Materialize Docs Repo](https://github.com/materializecss/materialize-docs) to see Materialize in Action.
51
51
 
52
52
  ### Releases
53
- Previous releases are available [here](https://github.com/materializecss/materialize/releases).
53
+ Previous releases are available [here](https://github.com/materializecss/materialize/releases). You can also find the changelog under each release.
54
54
 
55
55
  ## Supported Browsers:
56
56
  Materialize is compatible with:
@@ -61,9 +61,6 @@ Materialize is compatible with:
61
61
  - Opera
62
62
  - Edge
63
63
 
64
- ## Changelog
65
- For changelogs, check out [the Releases section of materialize](https://github.com/materializecss/materialize/releases) or the [CHANGELOG.md](CHANGELOG.md).
66
-
67
64
  ## Testing
68
65
  We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](CONTRIBUTING.md#jasmine-testing-guide).
69
66
 
@@ -91,4 +88,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
91
88
  [![Backers](https://opencollective.com/materialize/backers.svg?width=890)](https://opencollective.com/materialize#backers)
92
89
 
93
90
  ## Copyright and license
94
- Code Copyright 2024 Materialize. Code released under the MIT license.
91
+ Code Copyright 2025 Materialize. Code released under the MIT license.