@zohodesk/testinglibrary 0.0.25-n20-experimental → 0.0.27-n20-experimental

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.
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ process.env.NODE_OPTIONS = '--experimental-specifier-resolution=node';
package/build/lib/cli.js CHANGED
@@ -11,6 +11,8 @@ var _clearCaches = _interopRequireDefault(require("../core/playwright/clear-cach
11
11
  var _helper = _interopRequireDefault(require("../setup-folder-structure/helper"));
12
12
  var _parseUserArgs = _interopRequireDefault(require("../core/playwright/helpers/parseUserArgs"));
13
13
  var _validateFeature = _interopRequireDefault(require("../core/playwright/validateFeature"));
14
+ require('./cli-bootstrap.js');
15
+
14
16
  // import createJestRunner from '../core/jest/runner/jest-runner';
15
17
 
16
18
  const [,, option, ...otherOptions] = process.argv;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.25-n20-experimental",
3
+ "version": "0.0.27-n20-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.0.25-n20-experimental",
9
+ "version": "0.0.27-n20-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -2589,6 +2589,37 @@
2589
2589
  "integrity": "sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==",
2590
2590
  "license": "MIT"
2591
2591
  },
2592
+ "node_modules/@emnapi/core": {
2593
+ "version": "1.7.1",
2594
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz",
2595
+ "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
2596
+ "license": "MIT",
2597
+ "optional": true,
2598
+ "dependencies": {
2599
+ "@emnapi/wasi-threads": "1.1.0",
2600
+ "tslib": "^2.4.0"
2601
+ }
2602
+ },
2603
+ "node_modules/@emnapi/runtime": {
2604
+ "version": "1.7.1",
2605
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz",
2606
+ "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
2607
+ "license": "MIT",
2608
+ "optional": true,
2609
+ "dependencies": {
2610
+ "tslib": "^2.4.0"
2611
+ }
2612
+ },
2613
+ "node_modules/@emnapi/wasi-threads": {
2614
+ "version": "1.1.0",
2615
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
2616
+ "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
2617
+ "license": "MIT",
2618
+ "optional": true,
2619
+ "dependencies": {
2620
+ "tslib": "^2.4.0"
2621
+ }
2622
+ },
2592
2623
  "node_modules/@eslint-community/eslint-utils": {
2593
2624
  "version": "4.9.0",
2594
2625
  "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
@@ -3094,6 +3125,38 @@
3094
3125
  }
3095
3126
  }
3096
3127
  },
3128
+ "node_modules/@jest/core/node_modules/ansi-styles": {
3129
+ "version": "5.2.0",
3130
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
3131
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
3132
+ "license": "MIT",
3133
+ "engines": {
3134
+ "node": ">=10"
3135
+ },
3136
+ "funding": {
3137
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3138
+ }
3139
+ },
3140
+ "node_modules/@jest/core/node_modules/pretty-format": {
3141
+ "version": "30.2.0",
3142
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
3143
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
3144
+ "license": "MIT",
3145
+ "dependencies": {
3146
+ "@jest/schemas": "30.0.5",
3147
+ "ansi-styles": "^5.2.0",
3148
+ "react-is": "^18.3.1"
3149
+ },
3150
+ "engines": {
3151
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
3152
+ }
3153
+ },
3154
+ "node_modules/@jest/core/node_modules/react-is": {
3155
+ "version": "18.3.1",
3156
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
3157
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
3158
+ "license": "MIT"
3159
+ },
3097
3160
  "node_modules/@jest/core/node_modules/slash": {
3098
3161
  "version": "3.0.0",
3099
3162
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
@@ -3523,6 +3586,18 @@
3523
3586
  "node": ">=18"
3524
3587
  }
3525
3588
  },
3589
+ "node_modules/@napi-rs/wasm-runtime": {
3590
+ "version": "0.2.12",
3591
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
3592
+ "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
3593
+ "license": "MIT",
3594
+ "optional": true,
3595
+ "dependencies": {
3596
+ "@emnapi/core": "^1.4.3",
3597
+ "@emnapi/runtime": "^1.4.3",
3598
+ "@tybys/wasm-util": "^0.10.0"
3599
+ }
3600
+ },
3526
3601
  "node_modules/@nicolo-ribaudo/chokidar-2": {
3527
3602
  "version": "2.1.8-no-fsevents.3",
3528
3603
  "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz",
@@ -3761,6 +3836,31 @@
3761
3836
  "yarn": ">=1"
3762
3837
  }
3763
3838
  },
3839
+ "node_modules/@testing-library/jest-dom/node_modules/aria-query": {
3840
+ "version": "5.3.2",
3841
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
3842
+ "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
3843
+ "license": "Apache-2.0",
3844
+ "engines": {
3845
+ "node": ">= 0.4"
3846
+ }
3847
+ },
3848
+ "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
3849
+ "version": "0.6.3",
3850
+ "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz",
3851
+ "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==",
3852
+ "license": "MIT"
3853
+ },
3854
+ "node_modules/@tybys/wasm-util": {
3855
+ "version": "0.10.1",
3856
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
3857
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
3858
+ "license": "MIT",
3859
+ "optional": true,
3860
+ "dependencies": {
3861
+ "tslib": "^2.4.0"
3862
+ }
3863
+ },
3764
3864
  "node_modules/@types/babel__core": {
3765
3865
  "version": "7.20.5",
3766
3866
  "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
@@ -3911,6 +4011,32 @@
3911
4011
  "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
3912
4012
  "license": "ISC"
3913
4013
  },
4014
+ "node_modules/@unrs/resolver-binding-android-arm-eabi": {
4015
+ "version": "1.11.1",
4016
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
4017
+ "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
4018
+ "cpu": [
4019
+ "arm"
4020
+ ],
4021
+ "license": "MIT",
4022
+ "optional": true,
4023
+ "os": [
4024
+ "android"
4025
+ ]
4026
+ },
4027
+ "node_modules/@unrs/resolver-binding-android-arm64": {
4028
+ "version": "1.11.1",
4029
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
4030
+ "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
4031
+ "cpu": [
4032
+ "arm64"
4033
+ ],
4034
+ "license": "MIT",
4035
+ "optional": true,
4036
+ "os": [
4037
+ "android"
4038
+ ]
4039
+ },
3914
4040
  "node_modules/@unrs/resolver-binding-darwin-arm64": {
3915
4041
  "version": "1.11.1",
3916
4042
  "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
@@ -3924,6 +4050,217 @@
3924
4050
  "darwin"
3925
4051
  ]
3926
4052
  },
4053
+ "node_modules/@unrs/resolver-binding-darwin-x64": {
4054
+ "version": "1.11.1",
4055
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
4056
+ "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
4057
+ "cpu": [
4058
+ "x64"
4059
+ ],
4060
+ "license": "MIT",
4061
+ "optional": true,
4062
+ "os": [
4063
+ "darwin"
4064
+ ]
4065
+ },
4066
+ "node_modules/@unrs/resolver-binding-freebsd-x64": {
4067
+ "version": "1.11.1",
4068
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
4069
+ "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
4070
+ "cpu": [
4071
+ "x64"
4072
+ ],
4073
+ "license": "MIT",
4074
+ "optional": true,
4075
+ "os": [
4076
+ "freebsd"
4077
+ ]
4078
+ },
4079
+ "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
4080
+ "version": "1.11.1",
4081
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
4082
+ "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
4083
+ "cpu": [
4084
+ "arm"
4085
+ ],
4086
+ "license": "MIT",
4087
+ "optional": true,
4088
+ "os": [
4089
+ "linux"
4090
+ ]
4091
+ },
4092
+ "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
4093
+ "version": "1.11.1",
4094
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
4095
+ "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
4096
+ "cpu": [
4097
+ "arm"
4098
+ ],
4099
+ "license": "MIT",
4100
+ "optional": true,
4101
+ "os": [
4102
+ "linux"
4103
+ ]
4104
+ },
4105
+ "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
4106
+ "version": "1.11.1",
4107
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
4108
+ "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
4109
+ "cpu": [
4110
+ "arm64"
4111
+ ],
4112
+ "license": "MIT",
4113
+ "optional": true,
4114
+ "os": [
4115
+ "linux"
4116
+ ]
4117
+ },
4118
+ "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
4119
+ "version": "1.11.1",
4120
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
4121
+ "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
4122
+ "cpu": [
4123
+ "arm64"
4124
+ ],
4125
+ "license": "MIT",
4126
+ "optional": true,
4127
+ "os": [
4128
+ "linux"
4129
+ ]
4130
+ },
4131
+ "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
4132
+ "version": "1.11.1",
4133
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
4134
+ "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
4135
+ "cpu": [
4136
+ "ppc64"
4137
+ ],
4138
+ "license": "MIT",
4139
+ "optional": true,
4140
+ "os": [
4141
+ "linux"
4142
+ ]
4143
+ },
4144
+ "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
4145
+ "version": "1.11.1",
4146
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
4147
+ "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
4148
+ "cpu": [
4149
+ "riscv64"
4150
+ ],
4151
+ "license": "MIT",
4152
+ "optional": true,
4153
+ "os": [
4154
+ "linux"
4155
+ ]
4156
+ },
4157
+ "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
4158
+ "version": "1.11.1",
4159
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
4160
+ "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
4161
+ "cpu": [
4162
+ "riscv64"
4163
+ ],
4164
+ "license": "MIT",
4165
+ "optional": true,
4166
+ "os": [
4167
+ "linux"
4168
+ ]
4169
+ },
4170
+ "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
4171
+ "version": "1.11.1",
4172
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
4173
+ "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
4174
+ "cpu": [
4175
+ "s390x"
4176
+ ],
4177
+ "license": "MIT",
4178
+ "optional": true,
4179
+ "os": [
4180
+ "linux"
4181
+ ]
4182
+ },
4183
+ "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
4184
+ "version": "1.11.1",
4185
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
4186
+ "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
4187
+ "cpu": [
4188
+ "x64"
4189
+ ],
4190
+ "license": "MIT",
4191
+ "optional": true,
4192
+ "os": [
4193
+ "linux"
4194
+ ]
4195
+ },
4196
+ "node_modules/@unrs/resolver-binding-linux-x64-musl": {
4197
+ "version": "1.11.1",
4198
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
4199
+ "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
4200
+ "cpu": [
4201
+ "x64"
4202
+ ],
4203
+ "license": "MIT",
4204
+ "optional": true,
4205
+ "os": [
4206
+ "linux"
4207
+ ]
4208
+ },
4209
+ "node_modules/@unrs/resolver-binding-wasm32-wasi": {
4210
+ "version": "1.11.1",
4211
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
4212
+ "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
4213
+ "cpu": [
4214
+ "wasm32"
4215
+ ],
4216
+ "license": "MIT",
4217
+ "optional": true,
4218
+ "dependencies": {
4219
+ "@napi-rs/wasm-runtime": "^0.2.11"
4220
+ },
4221
+ "engines": {
4222
+ "node": ">=14.0.0"
4223
+ }
4224
+ },
4225
+ "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
4226
+ "version": "1.11.1",
4227
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
4228
+ "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
4229
+ "cpu": [
4230
+ "arm64"
4231
+ ],
4232
+ "license": "MIT",
4233
+ "optional": true,
4234
+ "os": [
4235
+ "win32"
4236
+ ]
4237
+ },
4238
+ "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
4239
+ "version": "1.11.1",
4240
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
4241
+ "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
4242
+ "cpu": [
4243
+ "ia32"
4244
+ ],
4245
+ "license": "MIT",
4246
+ "optional": true,
4247
+ "os": [
4248
+ "win32"
4249
+ ]
4250
+ },
4251
+ "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
4252
+ "version": "1.11.1",
4253
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
4254
+ "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
4255
+ "cpu": [
4256
+ "x64"
4257
+ ],
4258
+ "license": "MIT",
4259
+ "optional": true,
4260
+ "os": [
4261
+ "win32"
4262
+ ]
4263
+ },
3927
4264
  "node_modules/acorn": {
3928
4265
  "version": "8.15.0",
3929
4266
  "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
@@ -4052,15 +4389,6 @@
4052
4389
  "sprintf-js": "~1.0.2"
4053
4390
  }
4054
4391
  },
4055
- "node_modules/aria-query": {
4056
- "version": "5.3.2",
4057
- "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
4058
- "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
4059
- "license": "Apache-2.0",
4060
- "engines": {
4061
- "node": ">= 0.4"
4062
- }
4063
- },
4064
4392
  "node_modules/array-buffer-byte-length": {
4065
4393
  "version": "1.0.2",
4066
4394
  "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
@@ -5039,12 +5367,6 @@
5039
5367
  "node": ">=0.3.1"
5040
5368
  }
5041
5369
  },
5042
- "node_modules/dom-accessibility-api": {
5043
- "version": "0.6.3",
5044
- "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz",
5045
- "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==",
5046
- "license": "MIT"
5047
- },
5048
5370
  "node_modules/dunder-proto": {
5049
5371
  "version": "1.0.1",
5050
5372
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -5882,6 +6204,20 @@
5882
6204
  "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
5883
6205
  "license": "ISC"
5884
6206
  },
6207
+ "node_modules/fsevents": {
6208
+ "version": "2.3.3",
6209
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
6210
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
6211
+ "hasInstallScript": true,
6212
+ "license": "MIT",
6213
+ "optional": true,
6214
+ "os": [
6215
+ "darwin"
6216
+ ],
6217
+ "engines": {
6218
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
6219
+ }
6220
+ },
5885
6221
  "node_modules/function-bind": {
5886
6222
  "version": "1.1.2",
5887
6223
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -7176,18 +7512,50 @@
7176
7512
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7177
7513
  }
7178
7514
  },
7179
- "node_modules/jest-circus/node_modules/slash": {
7180
- "version": "3.0.0",
7181
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
7182
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
7515
+ "node_modules/jest-circus/node_modules/ansi-styles": {
7516
+ "version": "5.2.0",
7517
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7518
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7183
7519
  "license": "MIT",
7184
7520
  "engines": {
7185
- "node": ">=8"
7521
+ "node": ">=10"
7522
+ },
7523
+ "funding": {
7524
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7186
7525
  }
7187
7526
  },
7188
- "node_modules/jest-cli": {
7527
+ "node_modules/jest-circus/node_modules/pretty-format": {
7189
7528
  "version": "30.2.0",
7190
- "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.2.0.tgz",
7529
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
7530
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
7531
+ "license": "MIT",
7532
+ "dependencies": {
7533
+ "@jest/schemas": "30.0.5",
7534
+ "ansi-styles": "^5.2.0",
7535
+ "react-is": "^18.3.1"
7536
+ },
7537
+ "engines": {
7538
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7539
+ }
7540
+ },
7541
+ "node_modules/jest-circus/node_modules/react-is": {
7542
+ "version": "18.3.1",
7543
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
7544
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
7545
+ "license": "MIT"
7546
+ },
7547
+ "node_modules/jest-circus/node_modules/slash": {
7548
+ "version": "3.0.0",
7549
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
7550
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
7551
+ "license": "MIT",
7552
+ "engines": {
7553
+ "node": ">=8"
7554
+ }
7555
+ },
7556
+ "node_modules/jest-cli": {
7557
+ "version": "30.2.0",
7558
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.2.0.tgz",
7191
7559
  "integrity": "sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==",
7192
7560
  "license": "MIT",
7193
7561
  "dependencies": {
@@ -7268,6 +7636,18 @@
7268
7636
  }
7269
7637
  }
7270
7638
  },
7639
+ "node_modules/jest-config/node_modules/ansi-styles": {
7640
+ "version": "5.2.0",
7641
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7642
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7643
+ "license": "MIT",
7644
+ "engines": {
7645
+ "node": ">=10"
7646
+ },
7647
+ "funding": {
7648
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7649
+ }
7650
+ },
7271
7651
  "node_modules/jest-config/node_modules/brace-expansion": {
7272
7652
  "version": "2.0.2",
7273
7653
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
@@ -7312,6 +7692,26 @@
7312
7692
  "url": "https://github.com/sponsors/isaacs"
7313
7693
  }
7314
7694
  },
7695
+ "node_modules/jest-config/node_modules/pretty-format": {
7696
+ "version": "30.2.0",
7697
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
7698
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
7699
+ "license": "MIT",
7700
+ "dependencies": {
7701
+ "@jest/schemas": "30.0.5",
7702
+ "ansi-styles": "^5.2.0",
7703
+ "react-is": "^18.3.1"
7704
+ },
7705
+ "engines": {
7706
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7707
+ }
7708
+ },
7709
+ "node_modules/jest-config/node_modules/react-is": {
7710
+ "version": "18.3.1",
7711
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
7712
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
7713
+ "license": "MIT"
7714
+ },
7315
7715
  "node_modules/jest-config/node_modules/slash": {
7316
7716
  "version": "3.0.0",
7317
7717
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
@@ -7336,6 +7736,38 @@
7336
7736
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7337
7737
  }
7338
7738
  },
7739
+ "node_modules/jest-diff/node_modules/ansi-styles": {
7740
+ "version": "5.2.0",
7741
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7742
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7743
+ "license": "MIT",
7744
+ "engines": {
7745
+ "node": ">=10"
7746
+ },
7747
+ "funding": {
7748
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7749
+ }
7750
+ },
7751
+ "node_modules/jest-diff/node_modules/pretty-format": {
7752
+ "version": "30.2.0",
7753
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
7754
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
7755
+ "license": "MIT",
7756
+ "dependencies": {
7757
+ "@jest/schemas": "30.0.5",
7758
+ "ansi-styles": "^5.2.0",
7759
+ "react-is": "^18.3.1"
7760
+ },
7761
+ "engines": {
7762
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7763
+ }
7764
+ },
7765
+ "node_modules/jest-diff/node_modules/react-is": {
7766
+ "version": "18.3.1",
7767
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
7768
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
7769
+ "license": "MIT"
7770
+ },
7339
7771
  "node_modules/jest-docblock": {
7340
7772
  "version": "30.2.0",
7341
7773
  "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-30.2.0.tgz",
@@ -7364,6 +7796,38 @@
7364
7796
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7365
7797
  }
7366
7798
  },
7799
+ "node_modules/jest-each/node_modules/ansi-styles": {
7800
+ "version": "5.2.0",
7801
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7802
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7803
+ "license": "MIT",
7804
+ "engines": {
7805
+ "node": ">=10"
7806
+ },
7807
+ "funding": {
7808
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7809
+ }
7810
+ },
7811
+ "node_modules/jest-each/node_modules/pretty-format": {
7812
+ "version": "30.2.0",
7813
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
7814
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
7815
+ "license": "MIT",
7816
+ "dependencies": {
7817
+ "@jest/schemas": "30.0.5",
7818
+ "ansi-styles": "^5.2.0",
7819
+ "react-is": "^18.3.1"
7820
+ },
7821
+ "engines": {
7822
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7823
+ }
7824
+ },
7825
+ "node_modules/jest-each/node_modules/react-is": {
7826
+ "version": "18.3.1",
7827
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
7828
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
7829
+ "license": "MIT"
7830
+ },
7367
7831
  "node_modules/jest-environment-jsdom": {
7368
7832
  "version": "30.2.0",
7369
7833
  "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-30.2.0.tgz",
@@ -7489,6 +7953,38 @@
7489
7953
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7490
7954
  }
7491
7955
  },
7956
+ "node_modules/jest-leak-detector/node_modules/ansi-styles": {
7957
+ "version": "5.2.0",
7958
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
7959
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
7960
+ "license": "MIT",
7961
+ "engines": {
7962
+ "node": ">=10"
7963
+ },
7964
+ "funding": {
7965
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7966
+ }
7967
+ },
7968
+ "node_modules/jest-leak-detector/node_modules/pretty-format": {
7969
+ "version": "30.2.0",
7970
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
7971
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
7972
+ "license": "MIT",
7973
+ "dependencies": {
7974
+ "@jest/schemas": "30.0.5",
7975
+ "ansi-styles": "^5.2.0",
7976
+ "react-is": "^18.3.1"
7977
+ },
7978
+ "engines": {
7979
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7980
+ }
7981
+ },
7982
+ "node_modules/jest-leak-detector/node_modules/react-is": {
7983
+ "version": "18.3.1",
7984
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
7985
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
7986
+ "license": "MIT"
7987
+ },
7492
7988
  "node_modules/jest-matcher-utils": {
7493
7989
  "version": "30.2.0",
7494
7990
  "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.2.0.tgz",
@@ -7504,6 +8000,38 @@
7504
8000
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7505
8001
  }
7506
8002
  },
8003
+ "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
8004
+ "version": "5.2.0",
8005
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
8006
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
8007
+ "license": "MIT",
8008
+ "engines": {
8009
+ "node": ">=10"
8010
+ },
8011
+ "funding": {
8012
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8013
+ }
8014
+ },
8015
+ "node_modules/jest-matcher-utils/node_modules/pretty-format": {
8016
+ "version": "30.2.0",
8017
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8018
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8019
+ "license": "MIT",
8020
+ "dependencies": {
8021
+ "@jest/schemas": "30.0.5",
8022
+ "ansi-styles": "^5.2.0",
8023
+ "react-is": "^18.3.1"
8024
+ },
8025
+ "engines": {
8026
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
8027
+ }
8028
+ },
8029
+ "node_modules/jest-matcher-utils/node_modules/react-is": {
8030
+ "version": "18.3.1",
8031
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
8032
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
8033
+ "license": "MIT"
8034
+ },
7507
8035
  "node_modules/jest-message-util": {
7508
8036
  "version": "30.2.0",
7509
8037
  "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.2.0.tgz",
@@ -7524,6 +8052,38 @@
7524
8052
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7525
8053
  }
7526
8054
  },
8055
+ "node_modules/jest-message-util/node_modules/ansi-styles": {
8056
+ "version": "5.2.0",
8057
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
8058
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
8059
+ "license": "MIT",
8060
+ "engines": {
8061
+ "node": ">=10"
8062
+ },
8063
+ "funding": {
8064
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8065
+ }
8066
+ },
8067
+ "node_modules/jest-message-util/node_modules/pretty-format": {
8068
+ "version": "30.2.0",
8069
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8070
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8071
+ "license": "MIT",
8072
+ "dependencies": {
8073
+ "@jest/schemas": "30.0.5",
8074
+ "ansi-styles": "^5.2.0",
8075
+ "react-is": "^18.3.1"
8076
+ },
8077
+ "engines": {
8078
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
8079
+ }
8080
+ },
8081
+ "node_modules/jest-message-util/node_modules/react-is": {
8082
+ "version": "18.3.1",
8083
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
8084
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
8085
+ "license": "MIT"
8086
+ },
7527
8087
  "node_modules/jest-message-util/node_modules/slash": {
7528
8088
  "version": "3.0.0",
7529
8089
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
@@ -7775,6 +8335,38 @@
7775
8335
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7776
8336
  }
7777
8337
  },
8338
+ "node_modules/jest-snapshot/node_modules/ansi-styles": {
8339
+ "version": "5.2.0",
8340
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
8341
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
8342
+ "license": "MIT",
8343
+ "engines": {
8344
+ "node": ">=10"
8345
+ },
8346
+ "funding": {
8347
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8348
+ }
8349
+ },
8350
+ "node_modules/jest-snapshot/node_modules/pretty-format": {
8351
+ "version": "30.2.0",
8352
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8353
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8354
+ "license": "MIT",
8355
+ "dependencies": {
8356
+ "@jest/schemas": "30.0.5",
8357
+ "ansi-styles": "^5.2.0",
8358
+ "react-is": "^18.3.1"
8359
+ },
8360
+ "engines": {
8361
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
8362
+ }
8363
+ },
8364
+ "node_modules/jest-snapshot/node_modules/react-is": {
8365
+ "version": "18.3.1",
8366
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
8367
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
8368
+ "license": "MIT"
8369
+ },
7778
8370
  "node_modules/jest-snapshot/node_modules/semver": {
7779
8371
  "version": "7.7.3",
7780
8372
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
@@ -7833,6 +8425,18 @@
7833
8425
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
7834
8426
  }
7835
8427
  },
8428
+ "node_modules/jest-validate/node_modules/ansi-styles": {
8429
+ "version": "5.2.0",
8430
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
8431
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
8432
+ "license": "MIT",
8433
+ "engines": {
8434
+ "node": ">=10"
8435
+ },
8436
+ "funding": {
8437
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8438
+ }
8439
+ },
7836
8440
  "node_modules/jest-validate/node_modules/camelcase": {
7837
8441
  "version": "6.3.0",
7838
8442
  "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
@@ -7845,6 +8449,26 @@
7845
8449
  "url": "https://github.com/sponsors/sindresorhus"
7846
8450
  }
7847
8451
  },
8452
+ "node_modules/jest-validate/node_modules/pretty-format": {
8453
+ "version": "30.2.0",
8454
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8455
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8456
+ "license": "MIT",
8457
+ "dependencies": {
8458
+ "@jest/schemas": "30.0.5",
8459
+ "ansi-styles": "^5.2.0",
8460
+ "react-is": "^18.3.1"
8461
+ },
8462
+ "engines": {
8463
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
8464
+ }
8465
+ },
8466
+ "node_modules/jest-validate/node_modules/react-is": {
8467
+ "version": "18.3.1",
8468
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
8469
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
8470
+ "license": "MIT"
8471
+ },
7848
8472
  "node_modules/jest-watcher": {
7849
8473
  "version": "30.2.0",
7850
8474
  "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.2.0.tgz",
@@ -9078,6 +9702,20 @@
9078
9702
  "node": ">=18"
9079
9703
  }
9080
9704
  },
9705
+ "node_modules/playwright/node_modules/fsevents": {
9706
+ "version": "2.3.2",
9707
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
9708
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
9709
+ "hasInstallScript": true,
9710
+ "license": "MIT",
9711
+ "optional": true,
9712
+ "os": [
9713
+ "darwin"
9714
+ ],
9715
+ "engines": {
9716
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
9717
+ }
9718
+ },
9081
9719
  "node_modules/possible-typed-array-names": {
9082
9720
  "version": "1.1.0",
9083
9721
  "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
@@ -9098,32 +9736,6 @@
9098
9736
  "node": ">= 0.8.0"
9099
9737
  }
9100
9738
  },
9101
- "node_modules/pretty-format": {
9102
- "version": "30.2.0",
9103
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
9104
- "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
9105
- "license": "MIT",
9106
- "dependencies": {
9107
- "@jest/schemas": "30.0.5",
9108
- "ansi-styles": "^5.2.0",
9109
- "react-is": "^18.3.1"
9110
- },
9111
- "engines": {
9112
- "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
9113
- }
9114
- },
9115
- "node_modules/pretty-format/node_modules/ansi-styles": {
9116
- "version": "5.2.0",
9117
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
9118
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
9119
- "license": "MIT",
9120
- "engines": {
9121
- "node": ">=10"
9122
- },
9123
- "funding": {
9124
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9125
- }
9126
- },
9127
9739
  "node_modules/progress": {
9128
9740
  "version": "2.0.3",
9129
9741
  "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
@@ -9241,12 +9853,6 @@
9241
9853
  "react": "^19.2.3"
9242
9854
  }
9243
9855
  },
9244
- "node_modules/react-is": {
9245
- "version": "18.3.1",
9246
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
9247
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
9248
- "license": "MIT"
9249
- },
9250
9856
  "node_modules/read-pkg": {
9251
9857
  "version": "5.2.0",
9252
9858
  "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.25-n20-experimental",
3
+ "version": "0.0.27-n20-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {