@wavemaker/react-runtime 11.15.2-rc.249 → 11.15.3-rc.647481

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.
Files changed (2) hide show
  1. package/package-lock.json +150 -133
  2. package/package.json +2 -2
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/react-runtime",
3
- "version": "11.15.2-rc.249",
3
+ "version": "11.15.3-rc.647481",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/react-runtime",
9
- "version": "11.15.2-rc.249",
9
+ "version": "11.15.3-rc.647481",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@base-ui-components/react": "1.0.0-alpha.8",
@@ -59,7 +59,7 @@
59
59
  "@types/react": "^19.2.8",
60
60
  "@types/react-color": "^3.0.13",
61
61
  "@types/react-dom": "^19.2.3",
62
- "@wavemaker/variables": "11.15.2-rc.249",
62
+ "@wavemaker/variables": "11.15.3-rc.647481",
63
63
  "babel-plugin-module-resolver": "^5.0.2",
64
64
  "eslint": "^9",
65
65
  "eslint-config-next": "15.1.4",
@@ -112,8 +112,8 @@
112
112
  }
113
113
  },
114
114
  "node_modules/@babel/compat-data": {
115
- "version": "7.29.0",
116
- "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
115
+ "version": "7.29.3",
116
+ "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
117
117
  "dev": true,
118
118
  "license": "MIT",
119
119
  "engines": {
@@ -195,8 +195,8 @@
195
195
  }
196
196
  },
197
197
  "node_modules/@babel/helper-create-class-features-plugin": {
198
- "version": "7.28.6",
199
- "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
198
+ "version": "7.29.3",
199
+ "integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
200
200
  "dev": true,
201
201
  "license": "MIT",
202
202
  "dependencies": {
@@ -205,7 +205,7 @@
205
205
  "@babel/helper-optimise-call-expression": "^7.27.1",
206
206
  "@babel/helper-replace-supers": "^7.28.6",
207
207
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
208
- "@babel/traverse": "^7.28.6",
208
+ "@babel/traverse": "^7.29.0",
209
209
  "semver": "^6.3.1"
210
210
  },
211
211
  "engines": {
@@ -420,8 +420,8 @@
420
420
  }
421
421
  },
422
422
  "node_modules/@babel/parser": {
423
- "version": "7.29.2",
424
- "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
423
+ "version": "7.29.3",
424
+ "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
425
425
  "license": "MIT",
426
426
  "dependencies": {
427
427
  "@babel/types": "^7.29.0"
@@ -479,6 +479,22 @@
479
479
  "@babel/core": "^7.0.0"
480
480
  }
481
481
  },
482
+ "node_modules/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": {
483
+ "version": "7.29.3",
484
+ "integrity": "sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==",
485
+ "dev": true,
486
+ "license": "MIT",
487
+ "dependencies": {
488
+ "@babel/helper-plugin-utils": "^7.28.6",
489
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
490
+ },
491
+ "engines": {
492
+ "node": ">=6.9.0"
493
+ },
494
+ "peerDependencies": {
495
+ "@babel/core": "^7.0.0"
496
+ }
497
+ },
482
498
  "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
483
499
  "version": "7.27.1",
484
500
  "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
@@ -1014,8 +1030,8 @@
1014
1030
  }
1015
1031
  },
1016
1032
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1017
- "version": "7.29.0",
1018
- "integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
1033
+ "version": "7.29.4",
1034
+ "integrity": "sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==",
1019
1035
  "dev": true,
1020
1036
  "license": "MIT",
1021
1037
  "dependencies": {
@@ -1507,18 +1523,19 @@
1507
1523
  }
1508
1524
  },
1509
1525
  "node_modules/@babel/preset-env": {
1510
- "version": "7.29.2",
1511
- "integrity": "sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==",
1526
+ "version": "7.29.5",
1527
+ "integrity": "sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==",
1512
1528
  "dev": true,
1513
1529
  "license": "MIT",
1514
1530
  "dependencies": {
1515
- "@babel/compat-data": "^7.29.0",
1531
+ "@babel/compat-data": "^7.29.3",
1516
1532
  "@babel/helper-compilation-targets": "^7.28.6",
1517
1533
  "@babel/helper-plugin-utils": "^7.28.6",
1518
1534
  "@babel/helper-validator-option": "^7.27.1",
1519
1535
  "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
1520
1536
  "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
1521
1537
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
1538
+ "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.3",
1522
1539
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
1523
1540
  "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6",
1524
1541
  "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
@@ -1550,7 +1567,7 @@
1550
1567
  "@babel/plugin-transform-member-expression-literals": "^7.27.1",
1551
1568
  "@babel/plugin-transform-modules-amd": "^7.27.1",
1552
1569
  "@babel/plugin-transform-modules-commonjs": "^7.28.6",
1553
- "@babel/plugin-transform-modules-systemjs": "^7.29.0",
1570
+ "@babel/plugin-transform-modules-systemjs": "^7.29.4",
1554
1571
  "@babel/plugin-transform-modules-umd": "^7.27.1",
1555
1572
  "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
1556
1573
  "@babel/plugin-transform-new-target": "^7.27.1",
@@ -2975,13 +2992,13 @@
2975
2992
  }
2976
2993
  },
2977
2994
  "node_modules/@mui/private-theming": {
2978
- "version": "7.3.10",
2979
- "integrity": "sha512-j3EZN+zOctxUISvJSmsEPo5o2F8zse4l5vRkBY+ps6UtnL6J7o14kUaI4w7gwo73id9e3cDNMVQK/9BVaMHVBw==",
2995
+ "version": "7.3.11",
2996
+ "integrity": "sha512-9B+YKms0fRHbNrqp9tOT/DNbNnU5gyvJ1o3qAGXfq8GmZcbJnE3At9x07Zr/o0pkhzg4aDdwXVqe4+AcgtOCPA==",
2980
2997
  "license": "MIT",
2981
2998
  "peer": true,
2982
2999
  "dependencies": {
2983
3000
  "@babel/runtime": "^7.28.6",
2984
- "@mui/utils": "^7.3.10",
3001
+ "@mui/utils": "^7.3.11",
2985
3002
  "prop-types": "^15.8.1"
2986
3003
  },
2987
3004
  "engines": {
@@ -3002,8 +3019,8 @@
3002
3019
  }
3003
3020
  },
3004
3021
  "node_modules/@mui/private-theming/node_modules/@mui/utils": {
3005
- "version": "7.3.10",
3006
- "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3022
+ "version": "7.3.11",
3023
+ "integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
3007
3024
  "license": "MIT",
3008
3025
  "peer": true,
3009
3026
  "dependencies": {
@@ -3066,16 +3083,16 @@
3066
3083
  }
3067
3084
  },
3068
3085
  "node_modules/@mui/system": {
3069
- "version": "7.3.10",
3070
- "integrity": "sha512-/sfPpdpJaQn7BSF+avjIdHSYmxHp0UOBYNxSG9QGKfMOD6sLANCpRPCnanq1Pe0lFf0NHkO2iUk0TNzdWC1USQ==",
3086
+ "version": "7.3.11",
3087
+ "integrity": "sha512-7izwGWdNawAKpBKcRlx7f2gFnAAjmASBWvMcyX4YYEeLOFsbfGRbUYGInvnAcUeql3rPxI7F9Ft4oY2OLRz44g==",
3071
3088
  "license": "MIT",
3072
3089
  "peer": true,
3073
3090
  "dependencies": {
3074
3091
  "@babel/runtime": "^7.28.6",
3075
- "@mui/private-theming": "^7.3.10",
3092
+ "@mui/private-theming": "^7.3.11",
3076
3093
  "@mui/styled-engine": "^7.3.10",
3077
3094
  "@mui/types": "^7.4.12",
3078
- "@mui/utils": "^7.3.10",
3095
+ "@mui/utils": "^7.3.11",
3079
3096
  "clsx": "^2.1.1",
3080
3097
  "csstype": "^3.2.3",
3081
3098
  "prop-types": "^15.8.1"
@@ -3106,8 +3123,8 @@
3106
3123
  }
3107
3124
  },
3108
3125
  "node_modules/@mui/system/node_modules/@mui/utils": {
3109
- "version": "7.3.10",
3110
- "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3126
+ "version": "7.3.11",
3127
+ "integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
3111
3128
  "license": "MIT",
3112
3129
  "peer": true,
3113
3130
  "dependencies": {
@@ -3194,8 +3211,8 @@
3194
3211
  }
3195
3212
  },
3196
3213
  "node_modules/@mui/x-date-pickers": {
3197
- "version": "8.28.3",
3198
- "integrity": "sha512-YaNZR0/bAniPeOuZETZvFMrCVmyo/WxGhdgogUdX6kh0NBWrLe8oPoxJFrL6eqO0khD9gZ6JoJaHrrNwT2nsLg==",
3214
+ "version": "8.28.4",
3215
+ "integrity": "sha512-XrbhhrVuFucFCiHEgup8UCn4+vBC5IqRb7QI8VzfZcRZIgmEgxlHPM74JnBFweg1dzlZG4GUgnmBMloSYIiSHw==",
3199
3216
  "license": "MIT",
3200
3217
  "dependencies": {
3201
3218
  "@babel/runtime": "^7.28.4",
@@ -3259,8 +3276,8 @@
3259
3276
  }
3260
3277
  },
3261
3278
  "node_modules/@mui/x-date-pickers/node_modules/@mui/utils": {
3262
- "version": "7.3.10",
3263
- "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3279
+ "version": "7.3.11",
3280
+ "integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
3264
3281
  "license": "MIT",
3265
3282
  "dependencies": {
3266
3283
  "@babel/runtime": "^7.28.6",
@@ -3309,8 +3326,8 @@
3309
3326
  }
3310
3327
  },
3311
3328
  "node_modules/@mui/x-internals/node_modules/@mui/utils": {
3312
- "version": "7.3.10",
3313
- "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==",
3329
+ "version": "7.3.11",
3330
+ "integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
3314
3331
  "license": "MIT",
3315
3332
  "dependencies": {
3316
3333
  "@babel/runtime": "^7.28.6",
@@ -3667,8 +3684,8 @@
3667
3684
  }
3668
3685
  },
3669
3686
  "node_modules/@tybys/wasm-util": {
3670
- "version": "0.10.1",
3671
- "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
3687
+ "version": "0.10.2",
3688
+ "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
3672
3689
  "dev": true,
3673
3690
  "license": "MIT",
3674
3691
  "optional": true,
@@ -3731,8 +3748,8 @@
3731
3748
  "license": "MIT"
3732
3749
  },
3733
3750
  "node_modules/@types/estree": {
3734
- "version": "1.0.8",
3735
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
3751
+ "version": "1.0.9",
3752
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
3736
3753
  "dev": true,
3737
3754
  "license": "MIT"
3738
3755
  },
@@ -3846,16 +3863,16 @@
3846
3863
  "license": "MIT"
3847
3864
  },
3848
3865
  "node_modules/@typescript-eslint/eslint-plugin": {
3849
- "version": "8.58.2",
3850
- "integrity": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==",
3866
+ "version": "8.59.2",
3867
+ "integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==",
3851
3868
  "dev": true,
3852
3869
  "license": "MIT",
3853
3870
  "dependencies": {
3854
3871
  "@eslint-community/regexpp": "^4.12.2",
3855
- "@typescript-eslint/scope-manager": "8.58.2",
3856
- "@typescript-eslint/type-utils": "8.58.2",
3857
- "@typescript-eslint/utils": "8.58.2",
3858
- "@typescript-eslint/visitor-keys": "8.58.2",
3872
+ "@typescript-eslint/scope-manager": "8.59.2",
3873
+ "@typescript-eslint/type-utils": "8.59.2",
3874
+ "@typescript-eslint/utils": "8.59.2",
3875
+ "@typescript-eslint/visitor-keys": "8.59.2",
3859
3876
  "ignore": "^7.0.5",
3860
3877
  "natural-compare": "^1.4.0",
3861
3878
  "ts-api-utils": "^2.5.0"
@@ -3868,7 +3885,7 @@
3868
3885
  "url": "https://opencollective.com/typescript-eslint"
3869
3886
  },
3870
3887
  "peerDependencies": {
3871
- "@typescript-eslint/parser": "^8.58.2",
3888
+ "@typescript-eslint/parser": "^8.59.2",
3872
3889
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
3873
3890
  "typescript": ">=4.8.4 <6.1.0"
3874
3891
  }
@@ -3883,15 +3900,15 @@
3883
3900
  }
3884
3901
  },
3885
3902
  "node_modules/@typescript-eslint/parser": {
3886
- "version": "8.58.2",
3887
- "integrity": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==",
3903
+ "version": "8.59.2",
3904
+ "integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
3888
3905
  "dev": true,
3889
3906
  "license": "MIT",
3890
3907
  "dependencies": {
3891
- "@typescript-eslint/scope-manager": "8.58.2",
3892
- "@typescript-eslint/types": "8.58.2",
3893
- "@typescript-eslint/typescript-estree": "8.58.2",
3894
- "@typescript-eslint/visitor-keys": "8.58.2",
3908
+ "@typescript-eslint/scope-manager": "8.59.2",
3909
+ "@typescript-eslint/types": "8.59.2",
3910
+ "@typescript-eslint/typescript-estree": "8.59.2",
3911
+ "@typescript-eslint/visitor-keys": "8.59.2",
3895
3912
  "debug": "^4.4.3"
3896
3913
  },
3897
3914
  "engines": {
@@ -3907,13 +3924,13 @@
3907
3924
  }
3908
3925
  },
3909
3926
  "node_modules/@typescript-eslint/project-service": {
3910
- "version": "8.58.2",
3911
- "integrity": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==",
3927
+ "version": "8.59.2",
3928
+ "integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
3912
3929
  "dev": true,
3913
3930
  "license": "MIT",
3914
3931
  "dependencies": {
3915
- "@typescript-eslint/tsconfig-utils": "^8.58.2",
3916
- "@typescript-eslint/types": "^8.58.2",
3932
+ "@typescript-eslint/tsconfig-utils": "^8.59.2",
3933
+ "@typescript-eslint/types": "^8.59.2",
3917
3934
  "debug": "^4.4.3"
3918
3935
  },
3919
3936
  "engines": {
@@ -3928,13 +3945,13 @@
3928
3945
  }
3929
3946
  },
3930
3947
  "node_modules/@typescript-eslint/scope-manager": {
3931
- "version": "8.58.2",
3932
- "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
3948
+ "version": "8.59.2",
3949
+ "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
3933
3950
  "dev": true,
3934
3951
  "license": "MIT",
3935
3952
  "dependencies": {
3936
- "@typescript-eslint/types": "8.58.2",
3937
- "@typescript-eslint/visitor-keys": "8.58.2"
3953
+ "@typescript-eslint/types": "8.59.2",
3954
+ "@typescript-eslint/visitor-keys": "8.59.2"
3938
3955
  },
3939
3956
  "engines": {
3940
3957
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3945,8 +3962,8 @@
3945
3962
  }
3946
3963
  },
3947
3964
  "node_modules/@typescript-eslint/tsconfig-utils": {
3948
- "version": "8.58.2",
3949
- "integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
3965
+ "version": "8.59.2",
3966
+ "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
3950
3967
  "dev": true,
3951
3968
  "license": "MIT",
3952
3969
  "engines": {
@@ -3961,14 +3978,14 @@
3961
3978
  }
3962
3979
  },
3963
3980
  "node_modules/@typescript-eslint/type-utils": {
3964
- "version": "8.58.2",
3965
- "integrity": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==",
3981
+ "version": "8.59.2",
3982
+ "integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==",
3966
3983
  "dev": true,
3967
3984
  "license": "MIT",
3968
3985
  "dependencies": {
3969
- "@typescript-eslint/types": "8.58.2",
3970
- "@typescript-eslint/typescript-estree": "8.58.2",
3971
- "@typescript-eslint/utils": "8.58.2",
3986
+ "@typescript-eslint/types": "8.59.2",
3987
+ "@typescript-eslint/typescript-estree": "8.59.2",
3988
+ "@typescript-eslint/utils": "8.59.2",
3972
3989
  "debug": "^4.4.3",
3973
3990
  "ts-api-utils": "^2.5.0"
3974
3991
  },
@@ -3985,8 +4002,8 @@
3985
4002
  }
3986
4003
  },
3987
4004
  "node_modules/@typescript-eslint/types": {
3988
- "version": "8.58.2",
3989
- "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
4005
+ "version": "8.59.2",
4006
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
3990
4007
  "dev": true,
3991
4008
  "license": "MIT",
3992
4009
  "engines": {
@@ -3998,15 +4015,15 @@
3998
4015
  }
3999
4016
  },
4000
4017
  "node_modules/@typescript-eslint/typescript-estree": {
4001
- "version": "8.58.2",
4002
- "integrity": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==",
4018
+ "version": "8.59.2",
4019
+ "integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
4003
4020
  "dev": true,
4004
4021
  "license": "MIT",
4005
4022
  "dependencies": {
4006
- "@typescript-eslint/project-service": "8.58.2",
4007
- "@typescript-eslint/tsconfig-utils": "8.58.2",
4008
- "@typescript-eslint/types": "8.58.2",
4009
- "@typescript-eslint/visitor-keys": "8.58.2",
4023
+ "@typescript-eslint/project-service": "8.59.2",
4024
+ "@typescript-eslint/tsconfig-utils": "8.59.2",
4025
+ "@typescript-eslint/types": "8.59.2",
4026
+ "@typescript-eslint/visitor-keys": "8.59.2",
4010
4027
  "debug": "^4.4.3",
4011
4028
  "minimatch": "^10.2.2",
4012
4029
  "semver": "^7.7.3",
@@ -4073,15 +4090,15 @@
4073
4090
  }
4074
4091
  },
4075
4092
  "node_modules/@typescript-eslint/utils": {
4076
- "version": "8.58.2",
4077
- "integrity": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==",
4093
+ "version": "8.59.2",
4094
+ "integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==",
4078
4095
  "dev": true,
4079
4096
  "license": "MIT",
4080
4097
  "dependencies": {
4081
4098
  "@eslint-community/eslint-utils": "^4.9.1",
4082
- "@typescript-eslint/scope-manager": "8.58.2",
4083
- "@typescript-eslint/types": "8.58.2",
4084
- "@typescript-eslint/typescript-estree": "8.58.2"
4099
+ "@typescript-eslint/scope-manager": "8.59.2",
4100
+ "@typescript-eslint/types": "8.59.2",
4101
+ "@typescript-eslint/typescript-estree": "8.59.2"
4085
4102
  },
4086
4103
  "engines": {
4087
4104
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4096,12 +4113,12 @@
4096
4113
  }
4097
4114
  },
4098
4115
  "node_modules/@typescript-eslint/visitor-keys": {
4099
- "version": "8.58.2",
4100
- "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
4116
+ "version": "8.59.2",
4117
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
4101
4118
  "dev": true,
4102
4119
  "license": "MIT",
4103
4120
  "dependencies": {
4104
- "@typescript-eslint/types": "8.58.2",
4121
+ "@typescript-eslint/types": "8.59.2",
4105
4122
  "eslint-visitor-keys": "^5.0.0"
4106
4123
  },
4107
4124
  "engines": {
@@ -4375,8 +4392,8 @@
4375
4392
  ]
4376
4393
  },
4377
4394
  "node_modules/@wavemaker/variables": {
4378
- "version": "11.15.2-rc.249",
4379
- "integrity": "sha512-14gP/zP8PS1DZkPgP2DtU45u4SI8yg+ZMRL9sNYre8igSUBBHsbtL/DVwsPeZSwC8RMNVL2yzmrmDeB7hacXWg==",
4395
+ "version": "11.15.3-rc.647481",
4396
+ "integrity": "sha512-yQhqyTTXPYUCJcU1/4LuhGJTPoNdGjJ5cMoN4LvY7/oI6b1TxBc+OweoTEPtt4qmrLhpMI4iDWWh29I9yynemg==",
4380
4397
  "dev": true,
4381
4398
  "license": "ISC",
4382
4399
  "dependencies": {
@@ -4418,8 +4435,8 @@
4418
4435
  }
4419
4436
  },
4420
4437
  "node_modules/ajv": {
4421
- "version": "6.14.0",
4422
- "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
4438
+ "version": "6.15.0",
4439
+ "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
4423
4440
  "dev": true,
4424
4441
  "license": "MIT",
4425
4442
  "dependencies": {
@@ -4701,8 +4718,8 @@
4701
4718
  }
4702
4719
  },
4703
4720
  "node_modules/axe-core": {
4704
- "version": "4.11.3",
4705
- "integrity": "sha512-zBQouZixDTbo3jMGqHKyePxYxr1e5W8UdTmBQ7sNtaA9M2bE32daxxPLS/jojhKOHxQ7LWwPjfiwf/fhaJWzlg==",
4721
+ "version": "4.11.4",
4722
+ "integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==",
4706
4723
  "dev": true,
4707
4724
  "license": "MPL-2.0",
4708
4725
  "engines": {
@@ -4710,11 +4727,11 @@
4710
4727
  }
4711
4728
  },
4712
4729
  "node_modules/axios": {
4713
- "version": "1.15.0",
4714
- "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
4730
+ "version": "1.16.0",
4731
+ "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
4715
4732
  "license": "MIT",
4716
4733
  "dependencies": {
4717
- "follow-redirects": "^1.15.11",
4734
+ "follow-redirects": "^1.16.0",
4718
4735
  "form-data": "^4.0.5",
4719
4736
  "proxy-from-env": "^2.1.0"
4720
4737
  }
@@ -4850,8 +4867,8 @@
4850
4867
  "license": "MIT"
4851
4868
  },
4852
4869
  "node_modules/baseline-browser-mapping": {
4853
- "version": "2.10.20",
4854
- "integrity": "sha512-1AaXxEPfXT+GvTBJFuy4yXVHWJBXa4OdbIebGN/wX5DlsIkU0+wzGnd2lOzokSk51d5LUmqjgBLRLlypLUqInQ==",
4870
+ "version": "2.10.27",
4871
+ "integrity": "sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==",
4855
4872
  "license": "Apache-2.0",
4856
4873
  "bin": {
4857
4874
  "baseline-browser-mapping": "dist/cli.cjs"
@@ -4983,8 +5000,8 @@
4983
5000
  }
4984
5001
  },
4985
5002
  "node_modules/caniuse-lite": {
4986
- "version": "1.0.30001788",
4987
- "integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
5003
+ "version": "1.0.30001792",
5004
+ "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
4988
5005
  "funding": [
4989
5006
  {
4990
5007
  "type": "opencollective",
@@ -5489,8 +5506,8 @@
5489
5506
  }
5490
5507
  },
5491
5508
  "node_modules/dompurify": {
5492
- "version": "3.4.0",
5493
- "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
5509
+ "version": "3.4.2",
5510
+ "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==",
5494
5511
  "license": "(MPL-2.0 OR Apache-2.0)",
5495
5512
  "optionalDependencies": {
5496
5513
  "@types/trusted-types": "^2.0.7"
@@ -5510,8 +5527,8 @@
5510
5527
  }
5511
5528
  },
5512
5529
  "node_modules/electron-to-chromium": {
5513
- "version": "1.5.340",
5514
- "integrity": "sha512-908qahOGocRMinT2nM3ajCEM99H4iPdv84eagPP3FfZy/1ZGeOy2CZYzjhms81ckOPCXPlW7LkY4XpxD8r1DrA==",
5530
+ "version": "1.5.352",
5531
+ "integrity": "sha512-9wHk8x6dyuimoe18EdiDPWKExNdxYqo4fn4FwOVVper6RxT3cmpBwBkWWfSOCYJjQdIco/nPhJhNLmn4Ufg1Yg==",
5515
5532
  "dev": true,
5516
5533
  "license": "ISC"
5517
5534
  },
@@ -5706,8 +5723,8 @@
5706
5723
  }
5707
5724
  },
5708
5725
  "node_modules/es-toolkit": {
5709
- "version": "1.45.1",
5710
- "integrity": "sha512-/jhoOj/Fx+A+IIyDNOvO3TItGmlMKhtX8ISAHKE90c4b/k1tqaqEZ+uUqfpU8DMnW5cgNJv606zS55jGvza0Xw==",
5726
+ "version": "1.46.1",
5727
+ "integrity": "sha512-5eNtXOs3tbfxXOj04tjjseeWkRWaoCjdEI+96DgwzZoe6c9juL49pXlzAFTI72aWC9Y8p7168g6XIKjh7k6pyQ==",
5711
5728
  "license": "MIT",
5712
5729
  "workspaces": [
5713
5730
  "docs",
@@ -6370,8 +6387,8 @@
6370
6387
  }
6371
6388
  },
6372
6389
  "node_modules/fs-extra": {
6373
- "version": "11.3.4",
6374
- "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
6390
+ "version": "11.3.5",
6391
+ "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
6375
6392
  "dev": true,
6376
6393
  "license": "MIT",
6377
6394
  "dependencies": {
@@ -6970,11 +6987,11 @@
6970
6987
  }
6971
6988
  },
6972
6989
  "node_modules/is-core-module": {
6973
- "version": "2.16.1",
6974
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
6990
+ "version": "2.16.2",
6991
+ "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
6975
6992
  "license": "MIT",
6976
6993
  "dependencies": {
6977
- "hasown": "^2.0.2"
6994
+ "hasown": "^2.0.3"
6978
6995
  },
6979
6996
  "engines": {
6980
6997
  "node": ">= 0.4"
@@ -7420,8 +7437,8 @@
7420
7437
  }
7421
7438
  },
7422
7439
  "node_modules/jsonfile": {
7423
- "version": "6.2.0",
7424
- "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
7440
+ "version": "6.2.1",
7441
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
7425
7442
  "dev": true,
7426
7443
  "license": "MIT",
7427
7444
  "dependencies": {
@@ -7533,8 +7550,8 @@
7533
7550
  }
7534
7551
  },
7535
7552
  "node_modules/lint-staged/node_modules/yaml": {
7536
- "version": "2.8.3",
7537
- "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
7553
+ "version": "2.8.4",
7554
+ "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
7538
7555
  "license": "ISC",
7539
7556
  "bin": {
7540
7557
  "yaml": "bin.mjs"
@@ -7789,8 +7806,8 @@
7789
7806
  }
7790
7807
  },
7791
7808
  "node_modules/moment-timezone": {
7792
- "version": "0.6.1",
7793
- "integrity": "sha512-1B9lmAhB9D9/sHaPC1N7wLFEVUoFldxOpOO96lOD1PvJ43vCd0ozDPbu0FEL3++VvawOlDkq8YD373tJmP5JHw==",
7809
+ "version": "0.6.2",
7810
+ "integrity": "sha512-lDsQv8FoGdBUdf0+TjGsq2orxKuXdwFlQ6Zw6TX3xIcTwTfEpCLyKqvEauvCHJ8iu3KBV8+uPhlv70YsNGdUBQ==",
7794
7811
  "license": "MIT",
7795
7812
  "dependencies": {
7796
7813
  "moment": "^2.29.4"
@@ -7805,8 +7822,8 @@
7805
7822
  "license": "MIT"
7806
7823
  },
7807
7824
  "node_modules/nanoid": {
7808
- "version": "3.3.11",
7809
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
7825
+ "version": "3.3.12",
7826
+ "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
7810
7827
  "funding": [
7811
7828
  {
7812
7829
  "type": "github",
@@ -7921,8 +7938,8 @@
7921
7938
  }
7922
7939
  },
7923
7940
  "node_modules/node-releases": {
7924
- "version": "2.0.37",
7925
- "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
7941
+ "version": "2.0.38",
7942
+ "integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==",
7926
7943
  "dev": true,
7927
7944
  "license": "MIT"
7928
7945
  },
@@ -8521,8 +8538,8 @@
8521
8538
  "license": "MIT"
8522
8539
  },
8523
8540
  "node_modules/react": {
8524
- "version": "19.2.5",
8525
- "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
8541
+ "version": "19.2.6",
8542
+ "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
8526
8543
  "license": "MIT",
8527
8544
  "engines": {
8528
8545
  "node": ">=0.10.0"
@@ -8566,19 +8583,19 @@
8566
8583
  }
8567
8584
  },
8568
8585
  "node_modules/react-dom": {
8569
- "version": "19.2.5",
8570
- "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
8586
+ "version": "19.2.6",
8587
+ "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
8571
8588
  "license": "MIT",
8572
8589
  "dependencies": {
8573
8590
  "scheduler": "^0.27.0"
8574
8591
  },
8575
8592
  "peerDependencies": {
8576
- "react": "^19.2.5"
8593
+ "react": "^19.2.6"
8577
8594
  }
8578
8595
  },
8579
8596
  "node_modules/react-hook-form": {
8580
- "version": "7.72.1",
8581
- "integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==",
8597
+ "version": "7.75.0",
8598
+ "integrity": "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw==",
8582
8599
  "license": "MIT",
8583
8600
  "engines": {
8584
8601
  "node": ">=18.0.0"
@@ -8592,8 +8609,8 @@
8592
8609
  }
8593
8610
  },
8594
8611
  "node_modules/react-is": {
8595
- "version": "19.2.5",
8596
- "integrity": "sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ==",
8612
+ "version": "19.2.6",
8613
+ "integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==",
8597
8614
  "license": "MIT"
8598
8615
  },
8599
8616
  "node_modules/react-redux": {
@@ -8903,14 +8920,14 @@
8903
8920
  }
8904
8921
  },
8905
8922
  "node_modules/safe-array-concat": {
8906
- "version": "1.1.3",
8907
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
8923
+ "version": "1.1.4",
8924
+ "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==",
8908
8925
  "dev": true,
8909
8926
  "license": "MIT",
8910
8927
  "dependencies": {
8911
- "call-bind": "^1.0.8",
8912
- "call-bound": "^1.0.2",
8913
- "get-intrinsic": "^1.2.6",
8928
+ "call-bind": "^1.0.9",
8929
+ "call-bound": "^1.0.4",
8930
+ "get-intrinsic": "^1.3.0",
8914
8931
  "has-symbols": "^1.1.0",
8915
8932
  "isarray": "^2.0.5"
8916
8933
  },
@@ -9251,8 +9268,8 @@
9251
9268
  }
9252
9269
  },
9253
9270
  "node_modules/string-width": {
9254
- "version": "8.2.0",
9255
- "integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
9271
+ "version": "8.2.1",
9272
+ "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
9256
9273
  "license": "MIT",
9257
9274
  "dependencies": {
9258
9275
  "get-east-asian-width": "^1.5.0",
@@ -9484,8 +9501,8 @@
9484
9501
  "license": "MIT"
9485
9502
  },
9486
9503
  "node_modules/tinyexec": {
9487
- "version": "1.1.1",
9488
- "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
9504
+ "version": "1.1.2",
9505
+ "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
9489
9506
  "license": "MIT",
9490
9507
  "engines": {
9491
9508
  "node": ">=18"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/react-runtime",
3
- "version": "11.15.2-rc.249",
3
+ "version": "11.15.3-rc.647481",
4
4
  "description": "React runtime package for Wavemaker",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -78,7 +78,7 @@
78
78
  "@types/react": "^19.2.8",
79
79
  "@types/react-color": "^3.0.13",
80
80
  "@types/react-dom": "^19.2.3",
81
- "@wavemaker/variables": "11.15.2-rc.249",
81
+ "@wavemaker/variables": "11.15.3-rc.647481",
82
82
  "babel-plugin-module-resolver": "^5.0.2",
83
83
  "eslint": "^9",
84
84
  "eslint-config-next": "15.1.4",