@rxap/plugin-angular 16.1.0-dev.41 → 16.1.0-dev.42
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [16.1.0-dev.42](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.41...@rxap/plugin-angular@16.1.0-dev.42) (2023-09-28)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- improve dynamic theme handling ([7ffd28b](https://gitlab.com/rxap/packages/commit/7ffd28b0a6d86cd6690cac1d750bda104108fb74))
|
|
11
|
+
|
|
6
12
|
# [16.1.0-dev.41](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.40...@rxap/plugin-angular@16.1.0-dev.41) (2023-09-28)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.1.0-dev.
|
|
2
|
+
"version": "16.1.0-dev.42",
|
|
3
3
|
"name": "@rxap/plugin-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
"schematics": "./generators.json",
|
|
96
96
|
"type": "commonjs",
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "e28a10ac86b9cef14c9085244342d9e53bfe567e",
|
|
98
98
|
"main": "./src/index.js",
|
|
99
99
|
"types": "./src/index.d.ts"
|
|
100
100
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
1
|
@use "fonts/material-icons";
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
|
3
|
+
@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Inclusive%20Sans&display=swap');
|
|
5
|
+
@import url('https://fonts.googleapis.com/css2?family=Pixelify%20Sans&display=swap');
|
|
6
|
+
@import url('https://fonts.googleapis.com/css2?family=Roboto%20Mono&display=swap');
|
|
7
|
+
@import url('https://fonts.googleapis.com/css2?family=Croissant%20One&display=swap');
|
|
8
|
+
@import url('https://fonts.googleapis.com/css2?family=Young%20Serif&display=swap');
|
|
9
|
+
@import url('https://fonts.googleapis.com/css2?family=Fuggles&display=swap');
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
accent: mat.$cyan-palette,
|
|
36
36
|
warn: mat.$red-palette
|
|
37
37
|
),
|
|
38
|
+
typography: mat.define-typography-config(
|
|
39
|
+
$font-family: var(--font-family)
|
|
40
|
+
),
|
|
38
41
|
));
|
|
39
42
|
@include mat.core-theme($theme);
|
|
40
43
|
@include density($theme);
|
|
@@ -54,30 +57,6 @@
|
|
|
54
57
|
)));
|
|
55
58
|
--density: #{$i};
|
|
56
59
|
}
|
|
57
|
-
&.typography-mono {
|
|
58
|
-
@include typography(mat.define-light-theme((
|
|
59
|
-
typography: mat.define-typography-config(
|
|
60
|
-
$font-family: theme("fontFamily.mono")
|
|
61
|
-
),
|
|
62
|
-
)));
|
|
63
|
-
--typography: mono;
|
|
64
|
-
}
|
|
65
|
-
&.typography-serif {
|
|
66
|
-
@include typography(mat.define-light-theme((
|
|
67
|
-
typography: mat.define-typography-config(
|
|
68
|
-
$font-family: theme("fontFamily.serif")
|
|
69
|
-
),
|
|
70
|
-
)));
|
|
71
|
-
--typography: serif;
|
|
72
|
-
}
|
|
73
|
-
&.typography-sans {
|
|
74
|
-
@include typography(mat.define-light-theme((
|
|
75
|
-
typography: mat.define-typography-config(
|
|
76
|
-
$font-family: theme("fontFamily.sans")
|
|
77
|
-
),
|
|
78
|
-
)));
|
|
79
|
-
--typography: sans;
|
|
80
|
-
}
|
|
81
60
|
}
|
|
82
61
|
}
|
|
83
62
|
|
|
@@ -59,5 +59,19 @@
|
|
|
59
59
|
--contrast-a400: rgba(black, 0.87);
|
|
60
60
|
--contrast-a700: rgba(black, 0.87);
|
|
61
61
|
|
|
62
|
+
--font-family-sans: 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
|
|
63
|
+
--font-family-serif: 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif';
|
|
64
|
+
--font-family-mono: 'ui-monospace', 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', '"Liberation Mono"', '"Courier New"', 'monospace';
|
|
65
|
+
--font-family-default: 'Roboto', 'sans-serif';
|
|
66
|
+
--font-family-mooli: 'Mooli', 'sans-serif';
|
|
67
|
+
--font-family-inclusive-sans: 'Inclusive Sans', 'sans-serif';
|
|
68
|
+
--font-family-fuggles: 'Fuggles', 'sans-serif';
|
|
69
|
+
--font-family-pixelify-sans: 'Pixelify Sans', 'sans-serif';
|
|
70
|
+
--font-family-roboto-mono: 'Roboto Mono', 'sans-serif';
|
|
71
|
+
--font-family-croissant-one: 'Croissant One', 'sans-serif';
|
|
72
|
+
--font-family-young-serif: 'Young Serif', 'sans-serif';
|
|
73
|
+
--font-family: var(--font-family-default);
|
|
74
|
+
--density: 0;
|
|
75
|
+
|
|
62
76
|
}
|
|
63
77
|
|