@public-ui/visual-tests 4.1.2-rc.5 → 4.1.2-rc.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/visual-tests",
3
- "version": "4.1.2-rc.5",
3
+ "version": "4.1.2-rc.7",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "axe-html-reporter": "2.2.11",
30
30
  "http-server": "14.1.1",
31
31
  "portfinder": "1.0.38",
32
- "@public-ui/sample-react": "4.1.2-rc.5"
32
+ "@public-ui/sample-react": "4.1.2-rc.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/eslint-parser": "7.28.6",
@@ -724,6 +724,48 @@ ROUTES.set('popover-button/basic', {
724
724
  ROUTES.set('popover-button/inline', {
725
725
  snapshot: {},
726
726
  });
727
+ ROUTES.set('meter/basic', {
728
+ snapshot: {
729
+ zoom: {
730
+ skip: true,
731
+ },
732
+ },
733
+ });
734
+ ROUTES.set('meter/unit', {
735
+ snapshot: {
736
+ zoom: {
737
+ skip: true,
738
+ },
739
+ },
740
+ });
741
+ ROUTES.set('meter/min-max', {
742
+ snapshot: {
743
+ zoom: {
744
+ skip: true,
745
+ },
746
+ },
747
+ });
748
+ ROUTES.set('meter/ranges', {
749
+ snapshot: {
750
+ zoom: {
751
+ skip: true,
752
+ },
753
+ },
754
+ });
755
+ ROUTES.set('meter/optimum', {
756
+ snapshot: {
757
+ zoom: {
758
+ skip: true,
759
+ },
760
+ },
761
+ });
762
+ ROUTES.set('meter/orientation', {
763
+ snapshot: {
764
+ zoom: {
765
+ skip: true,
766
+ },
767
+ },
768
+ });
727
769
  ROUTES.set('progress/basic', {
728
770
  snapshot: {
729
771
  zoom: {