@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
  */
@@ -8278,7 +8278,7 @@ class Waves {
8278
8278
  }
8279
8279
 
8280
8280
  /* eslint-disable @typescript-eslint/no-unused-vars */
8281
- const version = '2.3.0';
8281
+ const version = '2.3.1';
8282
8282
  /**
8283
8283
  * Automatically initialize components.
8284
8284
  * @param context Root element to initialize. Defaults to `document.body`.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "The responsive front-end library based on Material Design from Google.",
4
4
  "author": "The Materialize Team",
5
5
  "homepage": "https://materializeweb.com",
6
- "version": "2.3.0",
6
+ "version": "2.3.1",
7
7
  "style": "dist/css/materialize.css",
8
8
  "sass": "sass/materialize.scss",
9
9
  "typings": "dist/js/materialize.d.ts",
@@ -1,4 +1,3 @@
1
-
2
1
  @use "sass:math";
3
2
  @use './variables' as *;
4
3
 
@@ -1,9 +1,8 @@
1
+ @use "sass:math";
2
+
1
3
  // TypeScale
2
4
  $md_sys_typescale_body-large_size: 16px;
3
5
 
4
- @use "sass:math";
5
- @use "./_colors";
6
-
7
6
  // Colors
8
7
  $success-color: colorFunc("green", "base") !default;
9
8
  $link-color: colorFunc("light-blue", "darken-1") !default;
@@ -7,7 +7,6 @@
7
7
  @forward "./colors.module.css";
8
8
  @forward "./typography";
9
9
  @forward "./mixins.module";
10
- // @forward "./colors"; // => put in seperate file
11
10
  @forward "./variables";
12
11
  @forward "./global";
13
12
  @forward "./grid";
@@ -46,3 +45,4 @@
46
45
  @forward '../components/text-fields/input-fields';
47
46
  @forward '../components/text-fields/select';
48
47
  @forward '../components/text-fields/file-input';
48
+ @forward '../components/text-fields/formfields.css';