@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.0 (https://materializeweb.com)
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.0';
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`.
@@ -2519,7 +2519,7 @@ declare class Waves {
2519
2519
  static Init(): void;
2520
2520
  }
2521
2521
 
2522
- declare const version = "2.3.0";
2522
+ declare const version = "2.3.1";
2523
2523
  interface AutoInitOptions {
2524
2524
  Autocomplete?: Partial<AutocompleteOptions>;
2525
2525
  Cards?: Partial<CardsOptions>;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.0 (https://materializeweb.com)
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.0';
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`.