Skip to content

Commit 6e9be35

Browse files
committed
2.2.2
1 parent 4fd3288 commit 6e9be35

13 files changed

+37
-21
lines changed

dist/css/materialize.css

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.2.1 (https://materializeweb.com)
2+
* Materialize v2.2.2 (https://materializeweb.com)
33
* Copyright 2014-2025 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -4497,6 +4497,7 @@ small {
44974497
-webkit-align-items: center;
44984498
-ms-flex-align: center;
44994499
align-items: center;
4500+
border: none;
45004501
cursor: pointer;
45014502
-webkit-tap-highlight-color: transparent;
45024503
white-space: nowrap;
@@ -5556,7 +5557,7 @@ body {
55565557
}
55575558

55585559
@media only screen and (min-width : 601px) {
5559-
nav.nav-extended .nav-wrapper {
5560+
.nav.nav-extended .nav-wrapper {
55605561
min-height: var(--navbar-height-mobile);
55615562
}
55625563
.nav, .navbar .nav-wrapper i, nav a.sidenav-trigger, .navbar a.sidenav-trigger i {
@@ -5763,6 +5764,7 @@ body {
57635764
-webkit-align-items: center;
57645765
-ms-flex-align: center;
57655766
align-items: center;
5767+
border: none;
57665768
cursor: pointer;
57675769
-webkit-tap-highlight-color: transparent;
57685770
white-space: nowrap;
@@ -6755,6 +6757,11 @@ textarea.materialize-textarea {
67556757
color: var(--md-sys-color-error);
67566758
}
67576759

6760+
/* Inline */
6761+
.inline {
6762+
display: inline-block;
6763+
}
6764+
67586765
/* Search Field */
67596766
.searchbar .prefix {
67606767
position: absolute;
@@ -7280,7 +7287,6 @@ select.browser-default {
72807287
}
72817288

72827289
select {
7283-
opacity: 0;
72847290
background-color: var(--md-sys-color-surface);
72857291
width: 100%;
72867292
padding: 5px;
@@ -7289,6 +7295,11 @@ select {
72897295
height: 3rem;
72907296
}
72917297

7298+
.select-wrapper:focus-within {
7299+
outline: 2px solid var(--md-sys-color-primary);
7300+
border-radius: 4px;
7301+
}
7302+
72927303
.select-wrapper {
72937304
position: relative;
72947305
}
@@ -7300,6 +7311,7 @@ select {
73007311
margin: auto 0;
73017312
z-index: 0;
73027313
fill: var(--md-sys-color-on-background);
7314+
pointer-events: none;
73037315
}
73047316
.select-wrapper .hide-select {
73057317
width: 0;
@@ -7408,12 +7420,14 @@ input[type=range] + .thumb {
74087420

74097421
input[type=range] {
74107422
position: relative;
7411-
background-color: transparent;
7423+
background: -webkit-gradient(linear, left top, left bottom, from(var(--md-sys-color-outline-variant)), to(var(--md-sys-color-outline-variant)));
7424+
background: linear-gradient(var(--md-sys-color-outline-variant), var(--md-sys-color-outline-variant));
74127425
border: none;
74137426
outline: none;
74147427
width: 100%;
74157428
margin: 15px 0;
74167429
padding: 0;
7430+
height: 3px;
74177431
}
74187432
input[type=range]:focus {
74197433
outline: none;
@@ -9393,6 +9407,7 @@ input[type=text].timepicker-input-minutes:focus {
93939407
-webkit-align-items: center;
93949408
-ms-flex-align: center;
93959409
align-items: center;
9410+
border: none;
93969411
cursor: pointer;
93979412
-webkit-tap-highlight-color: transparent;
93989413
white-space: nowrap;

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/css/materialize.min.css.map

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/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.2.1 (https://materializeweb.com)
2+
* Materialize v2.2.2 (https://materializeweb.com)
33
* Copyright 2014-2025 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8149,7 +8149,7 @@ class Toast {
81498149
}
81508150

81518151
/* eslint-disable @typescript-eslint/no-unused-vars */
8152-
const version = '2.2.1';
8152+
const version = '2.2.2';
81538153
/**
81548154
* Automatically initialize components.
81558155
* @param context Root element to initialize. Defaults to `document.body`.

dist/js/materialize.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ declare class Range extends Component<RangeOptions> {
25602560
static Init(): void;
25612561
}
25622562

2563-
declare const version = "2.2.1";
2563+
declare const version = "2.2.2";
25642564
interface AutoInitOptions {
25652565
Autocomplete?: Partial<AutocompleteOptions>;
25662566
Cards?: Partial<CardsOptions>;
@@ -2589,4 +2589,5 @@ interface AutoInitOptions {
25892589
*/
25902590
declare function AutoInit(context?: HTMLElement, options?: Partial<AutoInitOptions>): void;
25912591

2592-
export { AutoInit, type AutoInitOptions, Autocomplete, Cards, Carousel, CharacterCounter, Chips, Collapsible, Datepicker, Dropdown, FloatingActionButton, FormSelect, Forms, Materialbox, Modal, Parallax, Pushpin, Range, ScrollSpy, Sidenav, Slider, Tabs, TapTarget, Timepicker, Toast, Tooltip, Waves, version };
2592+
export { AutoInit, Autocomplete, Cards, Carousel, CharacterCounter, Chips, Collapsible, Datepicker, Dropdown, FloatingActionButton, FormSelect, Forms, Materialbox, Modal, Parallax, Pushpin, Range, ScrollSpy, Sidenav, Slider, Tabs, TapTarget, Timepicker, Toast, Tooltip, Waves, version };
2593+
export type { AutoInitOptions };

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.2.1 (https://materializeweb.com)
2+
* Materialize v2.2.2 (https://materializeweb.com)
33
* Copyright 2014-2025 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8150,7 +8150,7 @@ var M = (function (exports) {
81508150
}
81518151

81528152
/* eslint-disable @typescript-eslint/no-unused-vars */
8153-
const version = '2.2.1';
8153+
const version = '2.2.2';
81548154
/**
81558155
* Automatically initialize components.
81568156
* @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.2.1 (https://materializeweb.com)
2+
* Materialize v2.2.2 (https://materializeweb.com)
33
* Copyright 2014-2025 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8147,7 +8147,7 @@ class Toast {
81478147
}
81488148

81498149
/* eslint-disable @typescript-eslint/no-unused-vars */
8150-
const version = '2.2.1';
8150+
const version = '2.2.2';
81518151
/**
81528152
* Automatically initialize components.
81538153
* @param context Root element to initialize. Defaults to `document.body`.

dist/materialize-src-v2.2.2.zip

536 KB
Binary file not shown.

dist/materialize-v2.2.2.zip

383 KB
Binary file not shown.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The responsive front-end library based on Material Design from Google.",
44
"author": "The Materialize Team",
55
"homepage": "https://materializeweb.com",
6-
"version": "2.2.1",
6+
"version": "2.2.2",
77
"style": "dist/css/materialize.css",
88
"sass": "sass/materialize.scss",
99
"typings": "dist/js/materialize.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export { Tooltip } from './tooltip';
5454
export { Waves } from './waves';
5555
export { Range } from './range';
5656

57-
export const version = '2.2.1';
57+
export const version = '2.2.2';
5858

5959
export interface AutoInitOptions {
6060
Autocomplete?: Partial<AutocompleteOptions>;

0 commit comments

Comments
 (0)