Skip to content

Commit bf17cf3

Browse files
committed
2.3.2
1 parent 123579f commit bf17cf3

13 files changed

Lines changed: 17 additions & 18 deletions

dist/css/materialize.colors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/materialize.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.1 (https://materializeweb.com)
2+
* Materialize v2.3.2 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -6877,7 +6877,6 @@ input[type=range] + .thumb {
68776877

68786878
input[type=range] {
68796879
position: relative;
6880-
background: -webkit-gradient(linear, left top, left bottom, from(var(--md-sys-color-outline-variant)), to(var(--md-sys-color-outline-variant)));
68816880
background: linear-gradient(var(--md-sys-color-outline-variant), var(--md-sys-color-outline-variant));
68826881
border: none;
68836882
outline: none;

dist/css/materialize.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/materialize.cjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.1 (https://materializeweb.com)
2+
* Materialize v2.3.2 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8280,7 +8280,7 @@ class Waves {
82808280
}
82818281

82828282
/* eslint-disable @typescript-eslint/no-unused-vars */
8283-
const version = '2.3.1';
8283+
const version = '2.3.2';
82848284
/**
82858285
* Automatically initialize components.
82868286
* @param context Root element to initialize. Defaults to `document.body`.

dist/js/materialize.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,7 @@ declare class Waves {
25192519
static Init(): void;
25202520
}
25212521

2522-
declare const version = "2.3.1";
2522+
declare const version = "2.3.2";
25232523
interface AutoInitOptions {
25242524
Autocomplete?: Partial<AutocompleteOptions>;
25252525
Cards?: Partial<CardsOptions>;

dist/js/materialize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.1 (https://materializeweb.com)
2+
* Materialize v2.3.2 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8281,7 +8281,7 @@ var M = (function (exports) {
82818281
}
82828282

82838283
/* eslint-disable @typescript-eslint/no-unused-vars */
8284-
const version = '2.3.1';
8284+
const version = '2.3.2';
82858285
/**
82868286
* Automatically initialize components.
82878287
* @param context Root element to initialize. Defaults to `document.body`.

dist/js/materialize.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/materialize.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.1 (https://materializeweb.com)
2+
* Materialize v2.3.2 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8278,7 +8278,7 @@ class Waves {
82788278
}
82798279

82808280
/* eslint-disable @typescript-eslint/no-unused-vars */
8281-
const version = '2.3.1';
8281+
const version = '2.3.2';
82828282
/**
82838283
* Automatically initialize components.
82848284
* @param context Root element to initialize. Defaults to `document.body`.

dist/materialize-src-v2.3.2.zip

411 KB
Binary file not shown.

dist/materialize-v2.3.2.zip

373 KB
Binary file not shown.

0 commit comments

Comments
 (0)