@angular/material-experimental 17.0.0-next.6 → 17.0.0-rc.0
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/esm2022/version.mjs
CHANGED
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { Version } from '@angular/core';
|
|
9
9
|
/** Current version of the Material experimental package. */
|
|
10
|
-
export const VERSION = new Version('17.0.0-
|
|
10
|
+
export const VERSION = new Version('17.0.0-rc.0');
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0=
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Version } from '@angular/core';
|
|
2
2
|
|
|
3
3
|
/** Current version of the Material experimental package. */
|
|
4
|
-
const VERSION = new Version('17.0.0-
|
|
4
|
+
const VERSION = new Version('17.0.0-rc.0');
|
|
5
5
|
|
|
6
6
|
export { VERSION };
|
|
7
7
|
//# sourceMappingURL=material-experimental.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('17.0.0-
|
|
1
|
+
{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('17.0.0-rc.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material-experimental",
|
|
3
|
-
"version": "17.0.0-
|
|
3
|
+
"version": "17.0.0-rc.0",
|
|
4
4
|
"description": "Experimental components for Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@angular/animations": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
|
|
52
|
-
"@angular/cdk": "17.0.0-
|
|
52
|
+
"@angular/cdk": "17.0.0-rc.0",
|
|
53
53
|
"@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
|
|
54
54
|
"@angular/common": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
|
|
55
55
|
"@angular/forms": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
|
|
56
56
|
"@angular/platform-browser": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
|
|
57
|
-
"@angular/material": "17.0.0-
|
|
57
|
+
"@angular/material": "17.0.0-rc.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"tslib": "^2.3.0",
|
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/// Generates custom tokens for the mat-radio.
|
|
68
|
+
/// @param {Map} $systems The MDC system tokens
|
|
69
|
+
/// @param {Boolean} $exclude-hardcoded Whether to exclude hardcoded token values
|
|
70
|
+
/// @return {Map} A set of custom tokens for the mat-radio
|
|
67
71
|
@function radio($systems, $exclude-hardcoded) {
|
|
68
72
|
@return (
|
|
69
73
|
ripple-color: map.get($systems, md-sys-color, on-surface),
|
package/theming/_m3-density.scss
CHANGED
|
@@ -22,10 +22,13 @@ $_density-tokens: (
|
|
|
22
22
|
(mdc, elevated-card): (),
|
|
23
23
|
(mdc, outlined-card): (),
|
|
24
24
|
(mdc, slider): (),
|
|
25
|
+
(mdc, snackbar): (),
|
|
25
26
|
(mdc, plain-tooltip): (),
|
|
27
|
+
(mdc, circular-progress): (),
|
|
26
28
|
(mdc, radio): (
|
|
27
29
|
state-layer-size: (40px, 36px, 32px, 28px),
|
|
28
30
|
),
|
|
31
|
+
(mdc, linear-progress): (),
|
|
29
32
|
// Custom Angular Material tokens
|
|
30
33
|
(mat, card): (),
|
|
31
34
|
(mat, toolbar): (
|
|
@@ -33,6 +36,7 @@ $_density-tokens: (
|
|
|
33
36
|
mobile-height: (56px, 52px, 48px, 44px),
|
|
34
37
|
),
|
|
35
38
|
(mat, slider): (),
|
|
39
|
+
(mat, snack-bar): (),
|
|
36
40
|
(mat, radio): (),
|
|
37
41
|
);
|
|
38
42
|
|
package/theming/_m3-tokens.scss
CHANGED
|
@@ -213,6 +213,10 @@
|
|
|
213
213
|
mdc-tokens.md-comp-radio-button-values($systems, $exclude-hardcoded),
|
|
214
214
|
$token-slots
|
|
215
215
|
),
|
|
216
|
+
_namespace-tokens(
|
|
217
|
+
(mdc, linear-progress),
|
|
218
|
+
mdc-tokens.md-comp-linear-progress-indicator-values($systems, $exclude-hardcoded),
|
|
219
|
+
$token-slots),
|
|
216
220
|
// Choose values for our made up tokens based on MDC system tokens or sensible hardcoded
|
|
217
221
|
// values.
|
|
218
222
|
_namespace-tokens(
|