@materializecss/materialize 2.2.0 → 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.
- package/README.md +8 -11
- package/dist/css/materialize.css +9471 -0
- package/dist/css/materialize.min.css +6 -0
- package/dist/css/materialize.min.css.map +1 -0
- package/dist/js/materialize.cjs.js +8239 -0
- package/dist/js/materialize.d.ts +2593 -0
- package/dist/js/materialize.js +8244 -0
- package/dist/js/materialize.min.js +6 -0
- package/dist/js/materialize.mjs +8211 -0
- package/package.json +7 -4
- package/sass/components/_badges.scss +1 -1
- package/sass/components/_breadcrumb.scss +27 -0
- package/sass/components/_buttons.scss +60 -167
- package/sass/components/_cards.scss +36 -17
- package/sass/components/_carousel.scss +16 -18
- package/sass/components/_chips.scss +6 -14
- package/sass/components/_collapsible.scss +8 -5
- package/sass/components/_collection.scss +2 -3
- package/sass/components/_color-variables.scss +35 -3
- package/sass/components/_datepicker.scss +95 -48
- package/sass/components/_dropdown.scss +11 -7
- package/sass/components/_global.scss +22 -111
- package/sass/components/_grid.scss +3 -1
- package/sass/components/_materialbox.scss +5 -6
- package/sass/components/_modal.scss +11 -4
- package/sass/components/_navbar.scss +17 -16
- package/sass/components/_pagination.scss +47 -0
- package/sass/components/_preloader.scss +3 -1
- package/sass/components/_pulse.scss +3 -3
- package/sass/components/_sidenav.scss +15 -17
- package/sass/components/_slider.scss +2 -4
- package/sass/components/_tabs.scss +45 -33
- package/sass/components/_tapTarget.scss +10 -11
- package/sass/components/_timepicker.scss +62 -47
- package/sass/components/_toast.scss +3 -0
- package/sass/components/_tooltip.scss +0 -8
- package/sass/components/_transitions.scss +2 -3
- package/sass/components/_typography.scss +5 -5
- package/sass/components/_variables.scss +3 -2
- package/sass/components/forms/_checkboxes.scss +1 -2
- package/sass/components/forms/_file-input.scss +7 -9
- package/sass/components/forms/_forms.scss +8 -14
- package/sass/components/forms/_input-fields.scss +17 -11
- package/sass/components/forms/_range.scss +6 -1
- package/sass/components/forms/_select.scss +11 -103
- package/sass/components/forms/_switches.scss +2 -0
- package/sass/components/mixins.module.scss +159 -0
- package/sass/materialize.scss +39 -43
- package/dist/materialize-src-v2.2.0.zip +0 -0
- package/dist/materialize-v2.2.0.zip +0 -0
- 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
|
[](https://opencollective.com/materialize#backers)
|
|
92
89
|
|
|
93
90
|
## Copyright and license
|
|
94
|
-
Code Copyright
|
|
91
|
+
Code Copyright 2025 Materialize. Code released under the MIT license.
|