@materializecss/materialize 2.3.0 → 2.3.1
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/dist/css/materialize.colors.min.css +1 -1
- package/dist/css/materialize.css +505 -2141
- 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/_typography.scss +0 -1
- package/sass/_variables.scss +2 -3
- package/sass/materialize.scss +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Materialize v2.3.
|
|
2
|
+
* Materialize v2.3.1 (https://materializeweb.com)
|
|
3
3
|
* Copyright 2014-2026 Materialize
|
|
4
4
|
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -8280,7 +8280,7 @@ class Waves {
|
|
|
8280
8280
|
}
|
|
8281
8281
|
|
|
8282
8282
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
8283
|
-
const version = '2.3.
|
|
8283
|
+
const version = '2.3.1';
|
|
8284
8284
|
/**
|
|
8285
8285
|
* Automatically initialize components.
|
|
8286
8286
|
* @param context Root element to initialize. Defaults to `document.body`.
|
package/dist/js/materialize.d.ts
CHANGED
|
@@ -2519,7 +2519,7 @@ declare class Waves {
|
|
|
2519
2519
|
static Init(): void;
|
|
2520
2520
|
}
|
|
2521
2521
|
|
|
2522
|
-
declare const version = "2.3.
|
|
2522
|
+
declare const version = "2.3.1";
|
|
2523
2523
|
interface AutoInitOptions {
|
|
2524
2524
|
Autocomplete?: Partial<AutocompleteOptions>;
|
|
2525
2525
|
Cards?: Partial<CardsOptions>;
|
package/dist/js/materialize.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Materialize v2.3.
|
|
2
|
+
* Materialize v2.3.1 (https://materializeweb.com)
|
|
3
3
|
* Copyright 2014-2026 Materialize
|
|
4
4
|
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -8281,7 +8281,7 @@ var M = (function (exports) {
|
|
|
8281
8281
|
}
|
|
8282
8282
|
|
|
8283
8283
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
8284
|
-
const version = '2.3.
|
|
8284
|
+
const version = '2.3.1';
|
|
8285
8285
|
/**
|
|
8286
8286
|
* Automatically initialize components.
|
|
8287
8287
|
* @param context Root element to initialize. Defaults to `document.body`.
|