@inmotionnow/momentum-components 102.31.0 → 102.32.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.
|
@@ -440,8 +440,8 @@
|
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
/*
|
|
444
|
-
Add WCAG Reflow Compliance
|
|
443
|
+
/*
|
|
444
|
+
Add WCAG Reflow Compliance
|
|
445
445
|
While WCAG Reflow (SC 1.4.10) specifically requires support up to 400% zoom,
|
|
446
446
|
applied reflow styles starting at 250% zoom, since some elements are cut off
|
|
447
447
|
or difficult to use even at that level.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inmotionnow/momentum-components",
|
|
3
|
-
"version": "102.
|
|
3
|
+
"version": "102.32.1",
|
|
4
4
|
"description": "CSS Components for inMotionNow",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"flatpickr": "3.0.7",
|
|
27
27
|
"focus-visible": "4.1.5"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "b76d802456eddc982eabdf31c51dab53a6e032a1"
|
|
30
30
|
}
|