@public-ui/visual-tests 2.1.3 → 2.1.4

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": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "axe-playwright": "2.0.1",
27
27
  "portfinder": "1.0.32",
28
28
  "serve": "14.2.3",
29
- "@public-ui/sample-react": "2.1.3"
29
+ "@public-ui/sample-react": "2.1.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/eslint-parser": "7.24.7",
@@ -140,6 +140,30 @@ ROUTES.set('details/basic', {
140
140
  skipFailures: false,
141
141
  },
142
142
  });
143
+ ROUTES.set('drawer/basic?align=left', {
144
+ viewportSize: {
145
+ width: 1920,
146
+ height: 600,
147
+ },
148
+ });
149
+ ROUTES.set('drawer/basic?align=top', {
150
+ viewportSize: {
151
+ width: 800,
152
+ height: 600,
153
+ },
154
+ });
155
+ ROUTES.set('drawer/basic?align=right', {
156
+ viewportSize: {
157
+ width: 1920,
158
+ height: 600,
159
+ },
160
+ });
161
+ ROUTES.set('drawer/basic?align=bottom', {
162
+ viewportSize: {
163
+ width: 800,
164
+ height: 600,
165
+ },
166
+ });
143
167
  ROUTES.set('form/basic', {
144
168
  axe: {
145
169
  skipFailures: false,