ngx-mq 2.7.0 → 2.7.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.
- package/README.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ These functions return standard Angular `Provider` instances that can be injecte
|
|
|
164
164
|
| `provideBreakpoints()` | `bps: MqBreakpoints` | Registers a custom set of breakpoints. |
|
|
165
165
|
| `provideTailwindBreakpoints()` | none | Registers the default Tailwind CSS breakpoints. |
|
|
166
166
|
| `provideBootstrapBreakpoints()` | none | Registers the default Bootstrap breakpoints. |
|
|
167
|
-
| `provideMaterialBreakpoints()` | none | Registers the default
|
|
167
|
+
| `provideMaterialBreakpoints()` | none | Registers the default Material 2 breakpoints. |
|
|
168
168
|
| `provideBreakpointEpsilon()` | `epsilon: number` | Sets the epsilon threshold used when comparing breakpoint values. |
|
|
169
169
|
| `provideSsrValue()` | `value: boolean` | Defines the static signal value used during SSR, since media queries are not available on the server. Defaults to `false`. |
|
|
170
170
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-mq",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "Signal-powered breakpoints and media queries for Angular.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"matchMedia",
|
|
15
15
|
"media-query",
|
|
16
16
|
"breakpoints",
|
|
17
|
-
"media-observer",
|
|
18
17
|
"responsive"
|
|
19
18
|
],
|
|
20
19
|
"license": "MIT",
|