@wavemaker/rn-codegen 11.14.2-rc.6311 → 11.15.0-1.246

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 (266) hide show
  1. package/npm-shrinkwrap.json +623 -269
  2. package/package-lock.json +623 -269
  3. package/package.json +3 -3
  4. package/src/app.generator.js +27 -3
  5. package/src/app.generator.js.map +1 -1
  6. package/src/templates/app.template +11 -4
  7. package/src/templates/app.theme.template +4 -6
  8. package/src/templates/foundation-theme/build/android/wavemaker/components/basic/picture.less +0 -8
  9. package/src/templates/foundation-theme/build/android/wavemaker/components/container/accordion.less +7 -0
  10. package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/confirmdialog.less +1 -5
  11. package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/dialog.less +0 -24
  12. package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/navitem.less +0 -16
  13. package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/popover.less +4 -0
  14. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/carousel.less +10 -0
  15. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/webview.less +6 -2
  16. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/anchor.less +2 -2
  17. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/bottomsheet.less +6 -0
  18. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/button.less +17 -5
  19. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/buttongroup.less +22 -6
  20. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/label.less +150 -15
  21. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/lottie.less +6 -3
  22. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/picture.less +9 -0
  23. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/search.less +21 -2
  24. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel/panel-footer.less +13 -1
  25. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel.less +31 -34
  26. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs/tab-header.less +11 -5
  27. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs.less +2 -0
  28. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container.less +16 -4
  29. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/card.less +4 -1
  30. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form.less +75 -30
  31. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/list.less +10 -45
  32. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/device/camera.less +4 -3
  33. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/dialog.less +56 -12
  34. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/calendar.less +0 -1
  35. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/fileupload.less +1 -0
  36. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/switch.less +8 -0
  37. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/toggle.less +2 -0
  38. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/appnavbar.less +12 -4
  39. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/navitem.less +78 -17
  40. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/popover.less +19 -4
  41. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/tabbar.less +13 -2
  42. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/styles.less +1 -0
  43. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/webview.less +7 -0
  44. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/button-group.less +3 -1
  45. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/label.less +22 -7
  46. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/message.less +6 -0
  47. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/picture.less +6 -0
  48. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/search.less +8 -0
  49. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/container.less +10 -3
  50. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/linearlayout.less +8 -0
  51. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/panel.less +3 -7
  52. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/styles.less +2 -1
  53. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/tabs.less +8 -7
  54. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/list.less +22 -0
  55. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/dialogs/base-dialog.less +152 -3
  56. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/form.less +61 -26
  57. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/switch.less +2 -1
  58. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/appnavbar.less +12 -5
  59. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/page-content.less +1 -1
  60. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/tabbar.less +10 -2
  61. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/nav.less +19 -1
  62. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/popover.less +32 -1
  63. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.light.css +206 -383
  64. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/carousel.variant.less +8 -0
  65. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/container.variant.less +26 -3
  66. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/form-controls.variant.less +8 -2
  67. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/label.variant.less +35 -4
  68. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/navitem.variant.less +14 -0
  69. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/panel.variant.less +16 -8
  70. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/picture.variant.less +2 -2
  71. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/switch.variant.less +6 -1
  72. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/tabs.variant.less +6 -2
  73. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/toggle.variant.less +8 -0
  74. package/src/templates/foundation-theme/build/android/wavemaker/variables.js.less +2 -0
  75. package/src/templates/foundation-theme/build/android/wavemaker/variables.less +2 -0
  76. package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/picture.less +0 -8
  77. package/src/templates/foundation-theme/build/ios/wavemaker/components/container/accordion.less +7 -0
  78. package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/confirmdialog.less +1 -5
  79. package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/dialog.less +0 -24
  80. package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/navitem.less +0 -16
  81. package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/popover.less +4 -0
  82. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/carousel.less +10 -0
  83. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/webview.less +6 -2
  84. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/anchor.less +2 -2
  85. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/bottomsheet.less +6 -0
  86. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/button.less +17 -5
  87. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/buttongroup.less +22 -6
  88. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/label.less +150 -15
  89. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/lottie.less +6 -3
  90. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/picture.less +9 -0
  91. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/search.less +21 -2
  92. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel/panel-footer.less +13 -1
  93. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel.less +31 -34
  94. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs/tab-header.less +11 -5
  95. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs.less +2 -0
  96. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container.less +16 -4
  97. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/card.less +4 -1
  98. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form.less +75 -30
  99. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/list.less +10 -45
  100. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/device/camera.less +4 -3
  101. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/dialog.less +56 -12
  102. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/calendar.less +0 -1
  103. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/fileupload.less +1 -0
  104. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/switch.less +8 -0
  105. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/toggle.less +2 -0
  106. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/appnavbar.less +12 -4
  107. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/navitem.less +78 -17
  108. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/popover.less +19 -4
  109. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/tabbar.less +13 -2
  110. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/styles.less +1 -0
  111. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/webview.less +7 -0
  112. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/button-group.less +3 -1
  113. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/label.less +22 -7
  114. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/message.less +6 -0
  115. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/picture.less +6 -0
  116. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/search.less +8 -0
  117. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/container.less +10 -3
  118. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/linearlayout.less +8 -0
  119. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/panel.less +3 -7
  120. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/styles.less +2 -1
  121. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/tabs.less +8 -7
  122. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/list.less +22 -0
  123. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/dialogs/base-dialog.less +152 -3
  124. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/form.less +61 -26
  125. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/switch.less +2 -1
  126. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/appnavbar.less +12 -5
  127. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/page-content.less +1 -1
  128. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/tabbar.less +10 -2
  129. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/nav.less +19 -1
  130. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/popover.less +32 -1
  131. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/tokens.light.css +206 -383
  132. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/carousel.variant.less +8 -0
  133. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/container.variant.less +26 -3
  134. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/form-controls.variant.less +8 -2
  135. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/label.variant.less +35 -4
  136. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/navitem.variant.less +14 -0
  137. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/panel.variant.less +16 -8
  138. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/picture.variant.less +2 -2
  139. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/switch.variant.less +6 -1
  140. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/tabs.variant.less +6 -2
  141. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/toggle.variant.less +8 -0
  142. package/src/templates/foundation-theme/build/ios/wavemaker/variables.js.less +2 -0
  143. package/src/templates/foundation-theme/build/ios/wavemaker/variables.less +2 -0
  144. package/src/templates/foundation-theme/dist/android/style.css +209 -386
  145. package/src/templates/foundation-theme/dist/android/style.js +901 -300
  146. package/src/templates/foundation-theme/dist/android/tokens.js +262 -359
  147. package/src/templates/foundation-theme/dist/android/variables.js +2 -0
  148. package/src/templates/foundation-theme/dist/ios/style.css +209 -386
  149. package/src/templates/foundation-theme/dist/ios/style.js +901 -300
  150. package/src/templates/foundation-theme/dist/ios/tokens.js +262 -359
  151. package/src/templates/foundation-theme/dist/ios/variables.js +2 -0
  152. package/src/templates/foundation-theme/wavemaker/components/basic/picture.less +0 -8
  153. package/src/templates/foundation-theme/wavemaker/components/container/accordion.less +7 -0
  154. package/src/templates/foundation-theme/wavemaker/components/dialogs/confirmdialog.less +1 -5
  155. package/src/templates/foundation-theme/wavemaker/components/dialogs/dialog.less +0 -24
  156. package/src/templates/foundation-theme/wavemaker/components/navigation/navitem.less +0 -16
  157. package/src/templates/foundation-theme/wavemaker/components/navigation/popover.less +4 -0
  158. package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/carousel.less +10 -0
  159. package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/webview.less +6 -2
  160. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/anchor.less +2 -2
  161. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/bottomsheet.less +6 -0
  162. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/button.less +17 -5
  163. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/buttongroup.less +22 -6
  164. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/label.less +150 -15
  165. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/lottie.less +6 -3
  166. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/picture.less +9 -0
  167. package/src/templates/foundation-theme/wavemaker/design-tokens/basic/search.less +21 -2
  168. package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel/panel-footer.less +13 -1
  169. package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel.less +31 -34
  170. package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs/tab-header.less +11 -5
  171. package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs.less +2 -0
  172. package/src/templates/foundation-theme/wavemaker/design-tokens/container.less +16 -4
  173. package/src/templates/foundation-theme/wavemaker/design-tokens/data/card.less +4 -1
  174. package/src/templates/foundation-theme/wavemaker/design-tokens/data/form.less +75 -30
  175. package/src/templates/foundation-theme/wavemaker/design-tokens/data/list.less +10 -45
  176. package/src/templates/foundation-theme/wavemaker/design-tokens/device/camera.less +4 -3
  177. package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/dialog.less +56 -12
  178. package/src/templates/foundation-theme/wavemaker/design-tokens/input/calendar.less +0 -1
  179. package/src/templates/foundation-theme/wavemaker/design-tokens/input/fileupload.less +1 -0
  180. package/src/templates/foundation-theme/wavemaker/design-tokens/input/switch.less +8 -0
  181. package/src/templates/foundation-theme/wavemaker/design-tokens/input/toggle.less +2 -0
  182. package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/appnavbar.less +12 -4
  183. package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/navitem.less +78 -17
  184. package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/popover.less +19 -4
  185. package/src/templates/foundation-theme/wavemaker/design-tokens/page/tabbar.less +13 -2
  186. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/styles.less +1 -0
  187. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/webview.less +7 -0
  188. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/button-group.less +3 -1
  189. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/label.less +22 -7
  190. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/message.less +6 -0
  191. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/picture.less +6 -0
  192. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/search.less +8 -0
  193. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/container.less +10 -3
  194. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/linearlayout.less +8 -0
  195. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/panel.less +3 -7
  196. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/styles.less +2 -1
  197. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/tabs.less +8 -7
  198. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/list.less +22 -0
  199. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/dialogs/base-dialog.less +152 -3
  200. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/form.less +61 -26
  201. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/switch.less +2 -1
  202. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/appnavbar.less +12 -5
  203. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/page-content.less +1 -1
  204. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/tabbar.less +10 -2
  205. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/nav.less +19 -1
  206. package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/popover.less +32 -1
  207. package/src/templates/foundation-theme/wavemaker/design-tokens/tokens.light.css +206 -383
  208. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/carousel.variant.less +8 -0
  209. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/container.variant.less +26 -3
  210. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/form-controls.variant.less +8 -2
  211. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/label.variant.less +35 -4
  212. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/navitem.variant.less +14 -0
  213. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/panel.variant.less +16 -8
  214. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/picture.variant.less +2 -2
  215. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/switch.variant.less +6 -1
  216. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/tabs.variant.less +6 -2
  217. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/toggle.variant.less +8 -0
  218. package/src/templates/foundation-theme/wavemaker/variables.js.less +2 -0
  219. package/src/templates/foundation-theme/wavemaker/variables.less +2 -0
  220. package/src/templates/package.web.json +3 -3
  221. package/src/templates/project/app.json +1 -0
  222. package/src/templates/project/applyAutoLayout.styles.js +90 -0
  223. package/src/templates/project/esbuild/esbuild.script.js +23 -0
  224. package/src/templates/project/package.json +3 -3
  225. package/src/templates/project/scripts/post-build.js +22 -1
  226. package/src/templates/project/wavepulse/rn2css.json +3 -4
  227. package/src/templates/variables.template +5 -0
  228. package/src/theme/components/basic/picture.styledef.js +3 -34
  229. package/src/theme/components/basic/picture.styledef.js.map +1 -1
  230. package/src/theme/components/container/accordion.styledef.js +5 -0
  231. package/src/theme/components/container/accordion.styledef.js.map +1 -1
  232. package/src/theme/components/container/panel.styledef.js +2 -2
  233. package/src/theme/components/container/panel.styledef.js.map +1 -1
  234. package/src/theme/components/container/tabs/tabheader.styledef.js +4 -4
  235. package/src/theme/components/container/tabs/tabheader.styledef.js.map +1 -1
  236. package/src/theme/components/dialogs/confirmdialog.styledef.js +4 -24
  237. package/src/theme/components/dialogs/confirmdialog.styledef.js.map +1 -1
  238. package/src/theme/components/dialogs/dialog.styledef.js +4 -65
  239. package/src/theme/components/dialogs/dialog.styledef.js.map +1 -1
  240. package/src/theme/components/navigation/appnavbar.styledef.js +2 -2
  241. package/src/theme/components/navigation/appnavbar.styledef.js.map +1 -1
  242. package/src/theme/components/navigation/navitem.styledef.js +4 -68
  243. package/src/theme/components/navigation/navitem.styledef.js.map +1 -1
  244. package/src/theme/components/navigation/popover.styledef.js +4 -0
  245. package/src/theme/components/navigation/popover.styledef.js.map +1 -1
  246. package/src/theme/rn-stylesheet.transpiler.js +23 -10
  247. package/src/theme/rn-stylesheet.transpiler.js.map +1 -1
  248. package/src/theme/token.transpiler.js +52 -21
  249. package/src/theme/token.transpiler.js.map +1 -1
  250. package/src/theme/variables.js +3 -0
  251. package/src/theme/variables.js.map +1 -1
  252. package/src/transpile/components/container/container.transformer.js +8 -0
  253. package/src/transpile/components/container/container.transformer.js.map +1 -1
  254. package/src/transpile/components/data/form/form-field.transformer.js +2 -2
  255. package/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
  256. package/src/transpile/components/data/form.transformer.js +7 -1
  257. package/src/transpile/components/data/form.transformer.js.map +1 -1
  258. package/src/transpile/components/navigation/navitem.transformer.js +9 -1
  259. package/src/transpile/components/navigation/navitem.transformer.js.map +1 -1
  260. package/src/transpile/property/property-parser.js +9 -1
  261. package/src/transpile/property/property-parser.js.map +1 -1
  262. package/src/transpile/style.transformer.js +7 -0
  263. package/src/transpile/style.transformer.js.map +1 -1
  264. package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
  265. package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
  266. package/src/templates/foundation-theme/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/rn-codegen",
3
- "version": "11.14.2-rc.6311",
3
+ "version": "11.15.0-1.246",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/rn-codegen",
9
- "version": "11.14.2-rc.6311",
9
+ "version": "11.15.0-1.246",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -18,8 +18,8 @@
18
18
  "@types/node": "18.11.10",
19
19
  "@types/prettier": "2.7.1",
20
20
  "@types/yargs": "17.0.15",
21
- "@wavemaker/custom-widgets-m3": "11.14.2-rc.6311",
22
- "@wavemaker/foundation-css": "11.14.2-rc.6311",
21
+ "@wavemaker/custom-widgets-m3": "11.15.0-1.246",
22
+ "@wavemaker/foundation-css": "11.15.0-1.246",
23
23
  "adm-zip": "0.5.9",
24
24
  "axios": "1.8.3",
25
25
  "clean-css": "5.1.5",
@@ -74,11 +74,11 @@
74
74
  }
75
75
  },
76
76
  "node_modules/@babel/code-frame": {
77
- "version": "7.27.1",
78
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
77
+ "version": "7.29.0",
78
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
79
79
  "license": "MIT",
80
80
  "dependencies": {
81
- "@babel/helper-validator-identifier": "^7.27.1",
81
+ "@babel/helper-validator-identifier": "^7.28.5",
82
82
  "js-tokens": "^4.0.0",
83
83
  "picocolors": "^1.1.1"
84
84
  },
@@ -87,8 +87,8 @@
87
87
  }
88
88
  },
89
89
  "node_modules/@babel/compat-data": {
90
- "version": "7.28.5",
91
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
90
+ "version": "7.29.0",
91
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
92
92
  "dev": true,
93
93
  "license": "MIT",
94
94
  "engines": {
@@ -96,20 +96,20 @@
96
96
  }
97
97
  },
98
98
  "node_modules/@babel/core": {
99
- "version": "7.28.5",
100
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
99
+ "version": "7.29.0",
100
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
101
101
  "dev": true,
102
102
  "license": "MIT",
103
103
  "dependencies": {
104
- "@babel/code-frame": "^7.27.1",
105
- "@babel/generator": "^7.28.5",
106
- "@babel/helper-compilation-targets": "^7.27.2",
107
- "@babel/helper-module-transforms": "^7.28.3",
108
- "@babel/helpers": "^7.28.4",
109
- "@babel/parser": "^7.28.5",
110
- "@babel/template": "^7.27.2",
111
- "@babel/traverse": "^7.28.5",
112
- "@babel/types": "^7.28.5",
104
+ "@babel/code-frame": "^7.29.0",
105
+ "@babel/generator": "^7.29.0",
106
+ "@babel/helper-compilation-targets": "^7.28.6",
107
+ "@babel/helper-module-transforms": "^7.28.6",
108
+ "@babel/helpers": "^7.28.6",
109
+ "@babel/parser": "^7.29.0",
110
+ "@babel/template": "^7.28.6",
111
+ "@babel/traverse": "^7.29.0",
112
+ "@babel/types": "^7.29.0",
113
113
  "@jridgewell/remapping": "^2.3.5",
114
114
  "convert-source-map": "^2.0.0",
115
115
  "debug": "^4.1.0",
@@ -126,13 +126,13 @@
126
126
  }
127
127
  },
128
128
  "node_modules/@babel/core/node_modules/@babel/generator": {
129
- "version": "7.28.5",
130
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
129
+ "version": "7.29.1",
130
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
131
131
  "dev": true,
132
132
  "license": "MIT",
133
133
  "dependencies": {
134
- "@babel/parser": "^7.28.5",
135
- "@babel/types": "^7.28.5",
134
+ "@babel/parser": "^7.29.0",
135
+ "@babel/types": "^7.29.0",
136
136
  "@jridgewell/gen-mapping": "^0.3.12",
137
137
  "@jridgewell/trace-mapping": "^0.3.28",
138
138
  "jsesc": "^3.0.2"
@@ -142,12 +142,12 @@
142
142
  }
143
143
  },
144
144
  "node_modules/@babel/core/node_modules/@babel/parser": {
145
- "version": "7.28.5",
146
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
145
+ "version": "7.29.0",
146
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
147
147
  "dev": true,
148
148
  "license": "MIT",
149
149
  "dependencies": {
150
- "@babel/types": "^7.28.5"
150
+ "@babel/types": "^7.29.0"
151
151
  },
152
152
  "bin": {
153
153
  "parser": "bin/babel-parser.js"
@@ -157,17 +157,17 @@
157
157
  }
158
158
  },
159
159
  "node_modules/@babel/core/node_modules/@babel/traverse": {
160
- "version": "7.28.5",
161
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
160
+ "version": "7.29.0",
161
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
162
162
  "dev": true,
163
163
  "license": "MIT",
164
164
  "dependencies": {
165
- "@babel/code-frame": "^7.27.1",
166
- "@babel/generator": "^7.28.5",
165
+ "@babel/code-frame": "^7.29.0",
166
+ "@babel/generator": "^7.29.0",
167
167
  "@babel/helper-globals": "^7.28.0",
168
- "@babel/parser": "^7.28.5",
169
- "@babel/template": "^7.27.2",
170
- "@babel/types": "^7.28.5",
168
+ "@babel/parser": "^7.29.0",
169
+ "@babel/template": "^7.28.6",
170
+ "@babel/types": "^7.29.0",
171
171
  "debug": "^4.3.1"
172
172
  },
173
173
  "engines": {
@@ -206,12 +206,12 @@
206
206
  }
207
207
  },
208
208
  "node_modules/@babel/helper-compilation-targets": {
209
- "version": "7.27.2",
210
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
209
+ "version": "7.28.6",
210
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
211
211
  "dev": true,
212
212
  "license": "MIT",
213
213
  "dependencies": {
214
- "@babel/compat-data": "^7.27.2",
214
+ "@babel/compat-data": "^7.28.6",
215
215
  "@babel/helper-validator-option": "^7.27.1",
216
216
  "browserslist": "^4.24.0",
217
217
  "lru-cache": "^5.1.1",
@@ -274,26 +274,26 @@
274
274
  }
275
275
  },
276
276
  "node_modules/@babel/helper-module-imports": {
277
- "version": "7.27.1",
278
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
277
+ "version": "7.28.6",
278
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
279
279
  "dev": true,
280
280
  "license": "MIT",
281
281
  "dependencies": {
282
- "@babel/traverse": "^7.27.1",
283
- "@babel/types": "^7.27.1"
282
+ "@babel/traverse": "^7.28.6",
283
+ "@babel/types": "^7.28.6"
284
284
  },
285
285
  "engines": {
286
286
  "node": ">=6.9.0"
287
287
  }
288
288
  },
289
289
  "node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
290
- "version": "7.28.5",
291
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
290
+ "version": "7.29.1",
291
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
292
292
  "dev": true,
293
293
  "license": "MIT",
294
294
  "dependencies": {
295
- "@babel/parser": "^7.28.5",
296
- "@babel/types": "^7.28.5",
295
+ "@babel/parser": "^7.29.0",
296
+ "@babel/types": "^7.29.0",
297
297
  "@jridgewell/gen-mapping": "^0.3.12",
298
298
  "@jridgewell/trace-mapping": "^0.3.28",
299
299
  "jsesc": "^3.0.2"
@@ -303,12 +303,12 @@
303
303
  }
304
304
  },
305
305
  "node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
306
- "version": "7.28.5",
307
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
306
+ "version": "7.29.0",
307
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
308
308
  "dev": true,
309
309
  "license": "MIT",
310
310
  "dependencies": {
311
- "@babel/types": "^7.28.5"
311
+ "@babel/types": "^7.29.0"
312
312
  },
313
313
  "bin": {
314
314
  "parser": "bin/babel-parser.js"
@@ -318,17 +318,17 @@
318
318
  }
319
319
  },
320
320
  "node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
321
- "version": "7.28.5",
322
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
321
+ "version": "7.29.0",
322
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
323
323
  "dev": true,
324
324
  "license": "MIT",
325
325
  "dependencies": {
326
- "@babel/code-frame": "^7.27.1",
327
- "@babel/generator": "^7.28.5",
326
+ "@babel/code-frame": "^7.29.0",
327
+ "@babel/generator": "^7.29.0",
328
328
  "@babel/helper-globals": "^7.28.0",
329
- "@babel/parser": "^7.28.5",
330
- "@babel/template": "^7.27.2",
331
- "@babel/types": "^7.28.5",
329
+ "@babel/parser": "^7.29.0",
330
+ "@babel/template": "^7.28.6",
331
+ "@babel/types": "^7.29.0",
332
332
  "debug": "^4.3.1"
333
333
  },
334
334
  "engines": {
@@ -348,14 +348,14 @@
348
348
  }
349
349
  },
350
350
  "node_modules/@babel/helper-module-transforms": {
351
- "version": "7.28.3",
352
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
351
+ "version": "7.28.6",
352
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
353
353
  "dev": true,
354
354
  "license": "MIT",
355
355
  "dependencies": {
356
- "@babel/helper-module-imports": "^7.27.1",
357
- "@babel/helper-validator-identifier": "^7.27.1",
358
- "@babel/traverse": "^7.28.3"
356
+ "@babel/helper-module-imports": "^7.28.6",
357
+ "@babel/helper-validator-identifier": "^7.28.5",
358
+ "@babel/traverse": "^7.28.6"
359
359
  },
360
360
  "engines": {
361
361
  "node": ">=6.9.0"
@@ -365,13 +365,13 @@
365
365
  }
366
366
  },
367
367
  "node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
368
- "version": "7.28.5",
369
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
368
+ "version": "7.29.1",
369
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
370
370
  "dev": true,
371
371
  "license": "MIT",
372
372
  "dependencies": {
373
- "@babel/parser": "^7.28.5",
374
- "@babel/types": "^7.28.5",
373
+ "@babel/parser": "^7.29.0",
374
+ "@babel/types": "^7.29.0",
375
375
  "@jridgewell/gen-mapping": "^0.3.12",
376
376
  "@jridgewell/trace-mapping": "^0.3.28",
377
377
  "jsesc": "^3.0.2"
@@ -381,12 +381,12 @@
381
381
  }
382
382
  },
383
383
  "node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
384
- "version": "7.28.5",
385
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
384
+ "version": "7.29.0",
385
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
386
386
  "dev": true,
387
387
  "license": "MIT",
388
388
  "dependencies": {
389
- "@babel/types": "^7.28.5"
389
+ "@babel/types": "^7.29.0"
390
390
  },
391
391
  "bin": {
392
392
  "parser": "bin/babel-parser.js"
@@ -396,17 +396,17 @@
396
396
  }
397
397
  },
398
398
  "node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
399
- "version": "7.28.5",
400
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
399
+ "version": "7.29.0",
400
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
401
401
  "dev": true,
402
402
  "license": "MIT",
403
403
  "dependencies": {
404
- "@babel/code-frame": "^7.27.1",
405
- "@babel/generator": "^7.28.5",
404
+ "@babel/code-frame": "^7.29.0",
405
+ "@babel/generator": "^7.29.0",
406
406
  "@babel/helper-globals": "^7.28.0",
407
- "@babel/parser": "^7.28.5",
408
- "@babel/template": "^7.27.2",
409
- "@babel/types": "^7.28.5",
407
+ "@babel/parser": "^7.29.0",
408
+ "@babel/template": "^7.28.6",
409
+ "@babel/types": "^7.29.0",
410
410
  "debug": "^4.3.1"
411
411
  },
412
412
  "engines": {
@@ -426,8 +426,8 @@
426
426
  }
427
427
  },
428
428
  "node_modules/@babel/helper-plugin-utils": {
429
- "version": "7.27.1",
430
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
429
+ "version": "7.28.6",
430
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
431
431
  "dev": true,
432
432
  "license": "MIT",
433
433
  "engines": {
@@ -471,13 +471,13 @@
471
471
  }
472
472
  },
473
473
  "node_modules/@babel/helpers": {
474
- "version": "7.28.4",
475
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
474
+ "version": "7.28.6",
475
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
476
476
  "dev": true,
477
477
  "license": "MIT",
478
478
  "dependencies": {
479
- "@babel/template": "^7.27.2",
480
- "@babel/types": "^7.28.4"
479
+ "@babel/template": "^7.28.6",
480
+ "@babel/types": "^7.28.6"
481
481
  },
482
482
  "engines": {
483
483
  "node": ">=6.9.0"
@@ -546,12 +546,12 @@
546
546
  }
547
547
  },
548
548
  "node_modules/@babel/plugin-syntax-import-attributes": {
549
- "version": "7.27.1",
550
- "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
549
+ "version": "7.28.6",
550
+ "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
551
551
  "dev": true,
552
552
  "license": "MIT",
553
553
  "dependencies": {
554
- "@babel/helper-plugin-utils": "^7.27.1"
554
+ "@babel/helper-plugin-utils": "^7.28.6"
555
555
  },
556
556
  "engines": {
557
557
  "node": ">=6.9.0"
@@ -585,12 +585,12 @@
585
585
  }
586
586
  },
587
587
  "node_modules/@babel/plugin-syntax-jsx": {
588
- "version": "7.27.1",
589
- "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
588
+ "version": "7.28.6",
589
+ "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
590
590
  "dev": true,
591
591
  "license": "MIT",
592
592
  "dependencies": {
593
- "@babel/helper-plugin-utils": "^7.27.1"
593
+ "@babel/helper-plugin-utils": "^7.28.6"
594
594
  },
595
595
  "engines": {
596
596
  "node": ">=6.9.0"
@@ -702,12 +702,12 @@
702
702
  }
703
703
  },
704
704
  "node_modules/@babel/plugin-syntax-typescript": {
705
- "version": "7.27.1",
706
- "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
705
+ "version": "7.28.6",
706
+ "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
707
707
  "dev": true,
708
708
  "license": "MIT",
709
709
  "dependencies": {
710
- "@babel/helper-plugin-utils": "^7.27.1"
710
+ "@babel/helper-plugin-utils": "^7.28.6"
711
711
  },
712
712
  "engines": {
713
713
  "node": ">=6.9.0"
@@ -717,24 +717,24 @@
717
717
  }
718
718
  },
719
719
  "node_modules/@babel/template": {
720
- "version": "7.27.2",
721
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
720
+ "version": "7.28.6",
721
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
722
722
  "license": "MIT",
723
723
  "dependencies": {
724
- "@babel/code-frame": "^7.27.1",
725
- "@babel/parser": "^7.27.2",
726
- "@babel/types": "^7.27.1"
724
+ "@babel/code-frame": "^7.28.6",
725
+ "@babel/parser": "^7.28.6",
726
+ "@babel/types": "^7.28.6"
727
727
  },
728
728
  "engines": {
729
729
  "node": ">=6.9.0"
730
730
  }
731
731
  },
732
732
  "node_modules/@babel/template/node_modules/@babel/parser": {
733
- "version": "7.28.5",
734
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
733
+ "version": "7.29.0",
734
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
735
735
  "license": "MIT",
736
736
  "dependencies": {
737
- "@babel/types": "^7.28.5"
737
+ "@babel/types": "^7.29.0"
738
738
  },
739
739
  "bin": {
740
740
  "parser": "bin/babel-parser.js"
@@ -764,12 +764,12 @@
764
764
  }
765
765
  },
766
766
  "node_modules/@babel/traverse/node_modules/@babel/generator": {
767
- "version": "7.28.5",
768
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
767
+ "version": "7.29.1",
768
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
769
769
  "license": "MIT",
770
770
  "dependencies": {
771
- "@babel/parser": "^7.28.5",
772
- "@babel/types": "^7.28.5",
771
+ "@babel/parser": "^7.29.0",
772
+ "@babel/types": "^7.29.0",
773
773
  "@jridgewell/gen-mapping": "^0.3.12",
774
774
  "@jridgewell/trace-mapping": "^0.3.28",
775
775
  "jsesc": "^3.0.2"
@@ -779,11 +779,11 @@
779
779
  }
780
780
  },
781
781
  "node_modules/@babel/traverse/node_modules/@babel/parser": {
782
- "version": "7.28.5",
783
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
782
+ "version": "7.29.0",
783
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
784
784
  "license": "MIT",
785
785
  "dependencies": {
786
- "@babel/types": "^7.28.5"
786
+ "@babel/types": "^7.29.0"
787
787
  },
788
788
  "bin": {
789
789
  "parser": "bin/babel-parser.js"
@@ -804,8 +804,8 @@
804
804
  }
805
805
  },
806
806
  "node_modules/@babel/types": {
807
- "version": "7.28.5",
808
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
807
+ "version": "7.29.0",
808
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
809
809
  "license": "MIT",
810
810
  "dependencies": {
811
811
  "@babel/helper-string-parser": "^7.27.1",
@@ -845,9 +845,66 @@
845
845
  "url": "^0.11.3"
846
846
  }
847
847
  },
848
+ "node_modules/@bundled-es-modules/glob/node_modules/@isaacs/cliui": {
849
+ "version": "8.0.2",
850
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
851
+ "license": "ISC",
852
+ "dependencies": {
853
+ "string-width": "^5.1.2",
854
+ "string-width-cjs": "npm:string-width@^4.2.0",
855
+ "strip-ansi": "^7.0.1",
856
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
857
+ "wrap-ansi": "^8.1.0",
858
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
859
+ },
860
+ "engines": {
861
+ "node": ">=12"
862
+ }
863
+ },
864
+ "node_modules/@bundled-es-modules/glob/node_modules/ansi-regex": {
865
+ "version": "6.2.2",
866
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
867
+ "license": "MIT",
868
+ "engines": {
869
+ "node": ">=12"
870
+ },
871
+ "funding": {
872
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
873
+ }
874
+ },
875
+ "node_modules/@bundled-es-modules/glob/node_modules/ansi-styles": {
876
+ "version": "6.2.3",
877
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
878
+ "license": "MIT",
879
+ "engines": {
880
+ "node": ">=12"
881
+ },
882
+ "funding": {
883
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
884
+ }
885
+ },
886
+ "node_modules/@bundled-es-modules/glob/node_modules/balanced-match": {
887
+ "version": "1.0.2",
888
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
889
+ "license": "MIT"
890
+ },
891
+ "node_modules/@bundled-es-modules/glob/node_modules/brace-expansion": {
892
+ "version": "2.0.2",
893
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
894
+ "license": "MIT",
895
+ "dependencies": {
896
+ "balanced-match": "^1.0.0"
897
+ }
898
+ },
899
+ "node_modules/@bundled-es-modules/glob/node_modules/emoji-regex": {
900
+ "version": "9.2.2",
901
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
902
+ "license": "MIT"
903
+ },
848
904
  "node_modules/@bundled-es-modules/glob/node_modules/glob": {
849
905
  "version": "10.5.0",
850
906
  "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
907
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
851
908
  "license": "ISC",
852
909
  "dependencies": {
853
910
  "foreground-child": "^3.1.0",
@@ -864,6 +921,20 @@
864
921
  "url": "https://github.com/sponsors/isaacs"
865
922
  }
866
923
  },
924
+ "node_modules/@bundled-es-modules/glob/node_modules/jackspeak": {
925
+ "version": "3.4.3",
926
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
927
+ "license": "BlueOak-1.0.0",
928
+ "dependencies": {
929
+ "@isaacs/cliui": "^8.0.2"
930
+ },
931
+ "funding": {
932
+ "url": "https://github.com/sponsors/isaacs"
933
+ },
934
+ "optionalDependencies": {
935
+ "@pkgjs/parseargs": "^0.11.0"
936
+ }
937
+ },
867
938
  "node_modules/@bundled-es-modules/glob/node_modules/lru-cache": {
868
939
  "version": "10.4.3",
869
940
  "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
@@ -898,85 +969,7 @@
898
969
  "url": "https://github.com/sponsors/isaacs"
899
970
  }
900
971
  },
901
- "node_modules/@bundled-es-modules/memfs": {
902
- "version": "4.17.0",
903
- "integrity": "sha512-ykdrkEmQr9BV804yd37ikXfNnvxrwYfY9Z2/EtMHFEFadEjsQXJ1zL9bVZrKNLDtm91UdUOEHso6Aweg93K6xQ==",
904
- "license": "Apache-2.0",
905
- "dependencies": {
906
- "assert": "^2.1.0",
907
- "buffer": "^6.0.3",
908
- "events": "^3.3.0",
909
- "memfs": "^4.17.0",
910
- "path": "^0.12.7",
911
- "stream": "^0.0.3",
912
- "util": "^0.12.5"
913
- }
914
- },
915
- "node_modules/@isaacs/balanced-match": {
916
- "version": "4.0.1",
917
- "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
918
- "dev": true,
919
- "license": "MIT",
920
- "engines": {
921
- "node": "20 || >=22"
922
- }
923
- },
924
- "node_modules/@isaacs/brace-expansion": {
925
- "version": "5.0.0",
926
- "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
927
- "dev": true,
928
- "license": "MIT",
929
- "dependencies": {
930
- "@isaacs/balanced-match": "^4.0.1"
931
- },
932
- "engines": {
933
- "node": "20 || >=22"
934
- }
935
- },
936
- "node_modules/@isaacs/cliui": {
937
- "version": "8.0.2",
938
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
939
- "license": "ISC",
940
- "dependencies": {
941
- "string-width": "^5.1.2",
942
- "string-width-cjs": "npm:string-width@^4.2.0",
943
- "strip-ansi": "^7.0.1",
944
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
945
- "wrap-ansi": "^8.1.0",
946
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
947
- },
948
- "engines": {
949
- "node": ">=12"
950
- }
951
- },
952
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
953
- "version": "6.2.2",
954
- "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
955
- "license": "MIT",
956
- "engines": {
957
- "node": ">=12"
958
- },
959
- "funding": {
960
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
961
- }
962
- },
963
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
964
- "version": "6.2.3",
965
- "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
966
- "license": "MIT",
967
- "engines": {
968
- "node": ">=12"
969
- },
970
- "funding": {
971
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
972
- }
973
- },
974
- "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
975
- "version": "9.2.2",
976
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
977
- "license": "MIT"
978
- },
979
- "node_modules/@isaacs/cliui/node_modules/string-width": {
972
+ "node_modules/@bundled-es-modules/glob/node_modules/string-width": {
980
973
  "version": "5.1.2",
981
974
  "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
982
975
  "license": "MIT",
@@ -992,7 +985,7 @@
992
985
  "url": "https://github.com/sponsors/sindresorhus"
993
986
  }
994
987
  },
995
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
988
+ "node_modules/@bundled-es-modules/glob/node_modules/strip-ansi": {
996
989
  "version": "7.1.2",
997
990
  "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
998
991
  "license": "MIT",
@@ -1006,7 +999,7 @@
1006
999
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1007
1000
  }
1008
1001
  },
1009
- "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
1002
+ "node_modules/@bundled-es-modules/glob/node_modules/wrap-ansi": {
1010
1003
  "version": "8.1.0",
1011
1004
  "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
1012
1005
  "license": "MIT",
@@ -1022,6 +1015,29 @@
1022
1015
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1023
1016
  }
1024
1017
  },
1018
+ "node_modules/@bundled-es-modules/memfs": {
1019
+ "version": "4.17.0",
1020
+ "integrity": "sha512-ykdrkEmQr9BV804yd37ikXfNnvxrwYfY9Z2/EtMHFEFadEjsQXJ1zL9bVZrKNLDtm91UdUOEHso6Aweg93K6xQ==",
1021
+ "license": "Apache-2.0",
1022
+ "dependencies": {
1023
+ "assert": "^2.1.0",
1024
+ "buffer": "^6.0.3",
1025
+ "events": "^3.3.0",
1026
+ "memfs": "^4.17.0",
1027
+ "path": "^0.12.7",
1028
+ "stream": "^0.0.3",
1029
+ "util": "^0.12.5"
1030
+ }
1031
+ },
1032
+ "node_modules/@isaacs/cliui": {
1033
+ "version": "9.0.0",
1034
+ "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
1035
+ "dev": true,
1036
+ "license": "BlueOak-1.0.0",
1037
+ "engines": {
1038
+ "node": ">=18"
1039
+ }
1040
+ },
1025
1041
  "node_modules/@istanbuljs/load-nyc-config": {
1026
1042
  "version": "1.1.0",
1027
1043
  "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
@@ -1226,6 +1242,12 @@
1226
1242
  }
1227
1243
  }
1228
1244
  },
1245
+ "node_modules/@jest/reporters/node_modules/balanced-match": {
1246
+ "version": "1.0.2",
1247
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1248
+ "dev": true,
1249
+ "license": "MIT"
1250
+ },
1229
1251
  "node_modules/@jest/reporters/node_modules/brace-expansion": {
1230
1252
  "version": "1.1.12",
1231
1253
  "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
@@ -1239,7 +1261,7 @@
1239
1261
  "node_modules/@jest/reporters/node_modules/glob": {
1240
1262
  "version": "7.2.3",
1241
1263
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
1242
- "deprecated": "Glob versions prior to v9 are no longer supported",
1264
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
1243
1265
  "dev": true,
1244
1266
  "license": "ISC",
1245
1267
  "dependencies": {
@@ -1425,8 +1447,8 @@
1425
1447
  }
1426
1448
  },
1427
1449
  "node_modules/@jsonjoy.com/buffers": {
1428
- "version": "1.2.1",
1429
- "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
1450
+ "version": "17.67.0",
1451
+ "integrity": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==",
1430
1452
  "license": "Apache-2.0",
1431
1453
  "engines": {
1432
1454
  "node": ">=10.0"
@@ -1454,6 +1476,256 @@
1454
1476
  "tslib": "2"
1455
1477
  }
1456
1478
  },
1479
+ "node_modules/@jsonjoy.com/fs-core": {
1480
+ "version": "4.56.10",
1481
+ "integrity": "sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw==",
1482
+ "license": "Apache-2.0",
1483
+ "dependencies": {
1484
+ "@jsonjoy.com/fs-node-builtins": "4.56.10",
1485
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
1486
+ "thingies": "^2.5.0"
1487
+ },
1488
+ "engines": {
1489
+ "node": ">=10.0"
1490
+ },
1491
+ "funding": {
1492
+ "type": "github",
1493
+ "url": "https://github.com/sponsors/streamich"
1494
+ },
1495
+ "peerDependencies": {
1496
+ "tslib": "2"
1497
+ }
1498
+ },
1499
+ "node_modules/@jsonjoy.com/fs-fsa": {
1500
+ "version": "4.56.10",
1501
+ "integrity": "sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q==",
1502
+ "license": "Apache-2.0",
1503
+ "dependencies": {
1504
+ "@jsonjoy.com/fs-core": "4.56.10",
1505
+ "@jsonjoy.com/fs-node-builtins": "4.56.10",
1506
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
1507
+ "thingies": "^2.5.0"
1508
+ },
1509
+ "engines": {
1510
+ "node": ">=10.0"
1511
+ },
1512
+ "funding": {
1513
+ "type": "github",
1514
+ "url": "https://github.com/sponsors/streamich"
1515
+ },
1516
+ "peerDependencies": {
1517
+ "tslib": "2"
1518
+ }
1519
+ },
1520
+ "node_modules/@jsonjoy.com/fs-node": {
1521
+ "version": "4.56.10",
1522
+ "integrity": "sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q==",
1523
+ "license": "Apache-2.0",
1524
+ "dependencies": {
1525
+ "@jsonjoy.com/fs-core": "4.56.10",
1526
+ "@jsonjoy.com/fs-node-builtins": "4.56.10",
1527
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
1528
+ "@jsonjoy.com/fs-print": "4.56.10",
1529
+ "@jsonjoy.com/fs-snapshot": "4.56.10",
1530
+ "glob-to-regex.js": "^1.0.0",
1531
+ "thingies": "^2.5.0"
1532
+ },
1533
+ "engines": {
1534
+ "node": ">=10.0"
1535
+ },
1536
+ "funding": {
1537
+ "type": "github",
1538
+ "url": "https://github.com/sponsors/streamich"
1539
+ },
1540
+ "peerDependencies": {
1541
+ "tslib": "2"
1542
+ }
1543
+ },
1544
+ "node_modules/@jsonjoy.com/fs-node-builtins": {
1545
+ "version": "4.56.10",
1546
+ "integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==",
1547
+ "license": "Apache-2.0",
1548
+ "engines": {
1549
+ "node": ">=10.0"
1550
+ },
1551
+ "funding": {
1552
+ "type": "github",
1553
+ "url": "https://github.com/sponsors/streamich"
1554
+ },
1555
+ "peerDependencies": {
1556
+ "tslib": "2"
1557
+ }
1558
+ },
1559
+ "node_modules/@jsonjoy.com/fs-node-to-fsa": {
1560
+ "version": "4.56.10",
1561
+ "integrity": "sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw==",
1562
+ "license": "Apache-2.0",
1563
+ "dependencies": {
1564
+ "@jsonjoy.com/fs-fsa": "4.56.10",
1565
+ "@jsonjoy.com/fs-node-builtins": "4.56.10",
1566
+ "@jsonjoy.com/fs-node-utils": "4.56.10"
1567
+ },
1568
+ "engines": {
1569
+ "node": ">=10.0"
1570
+ },
1571
+ "funding": {
1572
+ "type": "github",
1573
+ "url": "https://github.com/sponsors/streamich"
1574
+ },
1575
+ "peerDependencies": {
1576
+ "tslib": "2"
1577
+ }
1578
+ },
1579
+ "node_modules/@jsonjoy.com/fs-node-utils": {
1580
+ "version": "4.56.10",
1581
+ "integrity": "sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg==",
1582
+ "license": "Apache-2.0",
1583
+ "dependencies": {
1584
+ "@jsonjoy.com/fs-node-builtins": "4.56.10"
1585
+ },
1586
+ "engines": {
1587
+ "node": ">=10.0"
1588
+ },
1589
+ "funding": {
1590
+ "type": "github",
1591
+ "url": "https://github.com/sponsors/streamich"
1592
+ },
1593
+ "peerDependencies": {
1594
+ "tslib": "2"
1595
+ }
1596
+ },
1597
+ "node_modules/@jsonjoy.com/fs-print": {
1598
+ "version": "4.56.10",
1599
+ "integrity": "sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw==",
1600
+ "license": "Apache-2.0",
1601
+ "dependencies": {
1602
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
1603
+ "tree-dump": "^1.1.0"
1604
+ },
1605
+ "engines": {
1606
+ "node": ">=10.0"
1607
+ },
1608
+ "funding": {
1609
+ "type": "github",
1610
+ "url": "https://github.com/sponsors/streamich"
1611
+ },
1612
+ "peerDependencies": {
1613
+ "tslib": "2"
1614
+ }
1615
+ },
1616
+ "node_modules/@jsonjoy.com/fs-snapshot": {
1617
+ "version": "4.56.10",
1618
+ "integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==",
1619
+ "license": "Apache-2.0",
1620
+ "dependencies": {
1621
+ "@jsonjoy.com/buffers": "^17.65.0",
1622
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
1623
+ "@jsonjoy.com/json-pack": "^17.65.0",
1624
+ "@jsonjoy.com/util": "^17.65.0"
1625
+ },
1626
+ "engines": {
1627
+ "node": ">=10.0"
1628
+ },
1629
+ "funding": {
1630
+ "type": "github",
1631
+ "url": "https://github.com/sponsors/streamich"
1632
+ },
1633
+ "peerDependencies": {
1634
+ "tslib": "2"
1635
+ }
1636
+ },
1637
+ "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": {
1638
+ "version": "17.67.0",
1639
+ "integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==",
1640
+ "license": "Apache-2.0",
1641
+ "engines": {
1642
+ "node": ">=10.0"
1643
+ },
1644
+ "funding": {
1645
+ "type": "github",
1646
+ "url": "https://github.com/sponsors/streamich"
1647
+ },
1648
+ "peerDependencies": {
1649
+ "tslib": "2"
1650
+ }
1651
+ },
1652
+ "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": {
1653
+ "version": "17.67.0",
1654
+ "integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==",
1655
+ "license": "Apache-2.0",
1656
+ "engines": {
1657
+ "node": ">=10.0"
1658
+ },
1659
+ "funding": {
1660
+ "type": "github",
1661
+ "url": "https://github.com/sponsors/streamich"
1662
+ },
1663
+ "peerDependencies": {
1664
+ "tslib": "2"
1665
+ }
1666
+ },
1667
+ "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": {
1668
+ "version": "17.67.0",
1669
+ "integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==",
1670
+ "license": "Apache-2.0",
1671
+ "dependencies": {
1672
+ "@jsonjoy.com/base64": "17.67.0",
1673
+ "@jsonjoy.com/buffers": "17.67.0",
1674
+ "@jsonjoy.com/codegen": "17.67.0",
1675
+ "@jsonjoy.com/json-pointer": "17.67.0",
1676
+ "@jsonjoy.com/util": "17.67.0",
1677
+ "hyperdyperid": "^1.2.0",
1678
+ "thingies": "^2.5.0",
1679
+ "tree-dump": "^1.1.0"
1680
+ },
1681
+ "engines": {
1682
+ "node": ">=10.0"
1683
+ },
1684
+ "funding": {
1685
+ "type": "github",
1686
+ "url": "https://github.com/sponsors/streamich"
1687
+ },
1688
+ "peerDependencies": {
1689
+ "tslib": "2"
1690
+ }
1691
+ },
1692
+ "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": {
1693
+ "version": "17.67.0",
1694
+ "integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==",
1695
+ "license": "Apache-2.0",
1696
+ "dependencies": {
1697
+ "@jsonjoy.com/util": "17.67.0"
1698
+ },
1699
+ "engines": {
1700
+ "node": ">=10.0"
1701
+ },
1702
+ "funding": {
1703
+ "type": "github",
1704
+ "url": "https://github.com/sponsors/streamich"
1705
+ },
1706
+ "peerDependencies": {
1707
+ "tslib": "2"
1708
+ }
1709
+ },
1710
+ "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": {
1711
+ "version": "17.67.0",
1712
+ "integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==",
1713
+ "license": "Apache-2.0",
1714
+ "dependencies": {
1715
+ "@jsonjoy.com/buffers": "17.67.0",
1716
+ "@jsonjoy.com/codegen": "17.67.0"
1717
+ },
1718
+ "engines": {
1719
+ "node": ">=10.0"
1720
+ },
1721
+ "funding": {
1722
+ "type": "github",
1723
+ "url": "https://github.com/sponsors/streamich"
1724
+ },
1725
+ "peerDependencies": {
1726
+ "tslib": "2"
1727
+ }
1728
+ },
1457
1729
  "node_modules/@jsonjoy.com/json-pack": {
1458
1730
  "version": "1.21.0",
1459
1731
  "integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
@@ -1479,6 +1751,21 @@
1479
1751
  "tslib": "2"
1480
1752
  }
1481
1753
  },
1754
+ "node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": {
1755
+ "version": "1.2.1",
1756
+ "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
1757
+ "license": "Apache-2.0",
1758
+ "engines": {
1759
+ "node": ">=10.0"
1760
+ },
1761
+ "funding": {
1762
+ "type": "github",
1763
+ "url": "https://github.com/sponsors/streamich"
1764
+ },
1765
+ "peerDependencies": {
1766
+ "tslib": "2"
1767
+ }
1768
+ },
1482
1769
  "node_modules/@jsonjoy.com/json-pointer": {
1483
1770
  "version": "1.0.2",
1484
1771
  "integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
@@ -1517,6 +1804,21 @@
1517
1804
  "tslib": "2"
1518
1805
  }
1519
1806
  },
1807
+ "node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": {
1808
+ "version": "1.2.1",
1809
+ "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
1810
+ "license": "Apache-2.0",
1811
+ "engines": {
1812
+ "node": ">=10.0"
1813
+ },
1814
+ "funding": {
1815
+ "type": "github",
1816
+ "url": "https://github.com/sponsors/streamich"
1817
+ },
1818
+ "peerDependencies": {
1819
+ "tslib": "2"
1820
+ }
1821
+ },
1520
1822
  "node_modules/@pkgjs/parseargs": {
1521
1823
  "version": "0.11.0",
1522
1824
  "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
@@ -1527,8 +1829,8 @@
1527
1829
  }
1528
1830
  },
1529
1831
  "node_modules/@sinclair/typebox": {
1530
- "version": "0.27.8",
1531
- "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
1832
+ "version": "0.27.10",
1833
+ "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
1532
1834
  "dev": true,
1533
1835
  "license": "MIT"
1534
1836
  },
@@ -1573,12 +1875,12 @@
1573
1875
  }
1574
1876
  },
1575
1877
  "node_modules/@types/babel__core/node_modules/@babel/parser": {
1576
- "version": "7.28.5",
1577
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
1878
+ "version": "7.29.0",
1879
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
1578
1880
  "dev": true,
1579
1881
  "license": "MIT",
1580
1882
  "dependencies": {
1581
- "@babel/types": "^7.28.5"
1883
+ "@babel/types": "^7.29.0"
1582
1884
  },
1583
1885
  "bin": {
1584
1886
  "parser": "bin/babel-parser.js"
@@ -1810,13 +2112,13 @@
1810
2112
  }
1811
2113
  },
1812
2114
  "node_modules/@wavemaker/custom-widgets-m3": {
1813
- "version": "11.14.2-rc.6311",
1814
- "integrity": "sha512-JBab4nvAW3oeF4BFBHEhLVhAoQ2G9DLBvt2gns5mpePHFQHi6SadYQDtjJBISZEks4JaoWhy1G05jwFDK52dzw==",
2115
+ "version": "11.15.0-1.246",
2116
+ "integrity": "sha512-d9hwH0F79gsbry5m1atuxFuTMqU09Y3Ud/Fzg8OM7xhMPHtVEJpai4Ml+rYVOXmK2osjYsg7684FCWXVYfJseg==",
1815
2117
  "license": "ISC"
1816
2118
  },
1817
2119
  "node_modules/@wavemaker/foundation-css": {
1818
- "version": "11.14.2-rc.6311",
1819
- "integrity": "sha512-RZPYwWipSso46C6Uk9w1tDOgUIE5Vvu+dNxTLTslEXp1IOip8BWQ7EnDIErHeyZxrEeQHN1ESTIZN3SyxDnTOA==",
2120
+ "version": "11.15.0-1.246",
2121
+ "integrity": "sha512-Gj8Prcdh7GD6VhT10zR9WB9GJng//ARJTY9Ek/beUE0Fjcsvqs4UGIig8iTUjFllhdU6NsL8hjem3EDnR7rmpA==",
1820
2122
  "license": "ISC",
1821
2123
  "dependencies": {
1822
2124
  "chroma-js": "^3.1.2"
@@ -1828,8 +2130,8 @@
1828
2130
  "license": "BSD-2-Clause"
1829
2131
  },
1830
2132
  "node_modules/@zip.js/zip.js": {
1831
- "version": "2.8.11",
1832
- "integrity": "sha512-0fztsk/0ryJ+2PPr9EyXS5/Co7OK8q3zY/xOoozEWaUsL5x+C0cyZ4YyMuUffOO2Dx/rAdq4JMPqW0VUtm+vzA==",
2133
+ "version": "2.8.20",
2134
+ "integrity": "sha512-oJzVhK9gnSKD++WLG37QEgeTgm5W8XUYmNv0EhOxytSr85vXn9EMpOoKNTK3yWDLa55Z0MovKW/6RNeh9OUmnA==",
1833
2135
  "license": "BSD-3-Clause",
1834
2136
  "engines": {
1835
2137
  "bun": ">=0.7.0",
@@ -2010,12 +2312,12 @@
2010
2312
  }
2011
2313
  },
2012
2314
  "node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
2013
- "version": "7.28.5",
2014
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
2315
+ "version": "7.29.0",
2316
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
2015
2317
  "dev": true,
2016
2318
  "license": "MIT",
2017
2319
  "dependencies": {
2018
- "@babel/types": "^7.28.5"
2320
+ "@babel/types": "^7.29.0"
2019
2321
  },
2020
2322
  "bin": {
2021
2323
  "parser": "bin/babel-parser.js"
@@ -2107,9 +2409,16 @@
2107
2409
  }
2108
2410
  },
2109
2411
  "node_modules/balanced-match": {
2110
- "version": "1.0.2",
2111
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2112
- "license": "MIT"
2412
+ "version": "4.0.2",
2413
+ "integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
2414
+ "dev": true,
2415
+ "license": "MIT",
2416
+ "dependencies": {
2417
+ "jackspeak": "^4.2.3"
2418
+ },
2419
+ "engines": {
2420
+ "node": "20 || >=22"
2421
+ }
2113
2422
  },
2114
2423
  "node_modules/base64-js": {
2115
2424
  "version": "1.5.1",
@@ -2131,8 +2440,8 @@
2131
2440
  "license": "MIT"
2132
2441
  },
2133
2442
  "node_modules/baseline-browser-mapping": {
2134
- "version": "2.8.31",
2135
- "integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==",
2443
+ "version": "2.9.19",
2444
+ "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
2136
2445
  "dev": true,
2137
2446
  "license": "Apache-2.0",
2138
2447
  "bin": {
@@ -2178,11 +2487,15 @@
2178
2487
  "license": "ISC"
2179
2488
  },
2180
2489
  "node_modules/brace-expansion": {
2181
- "version": "2.0.2",
2182
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
2490
+ "version": "5.0.2",
2491
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
2492
+ "dev": true,
2183
2493
  "license": "MIT",
2184
2494
  "dependencies": {
2185
- "balanced-match": "^1.0.0"
2495
+ "balanced-match": "^4.0.2"
2496
+ },
2497
+ "engines": {
2498
+ "node": "20 || >=22"
2186
2499
  }
2187
2500
  },
2188
2501
  "node_modules/braces": {
@@ -2197,8 +2510,8 @@
2197
2510
  }
2198
2511
  },
2199
2512
  "node_modules/browserslist": {
2200
- "version": "4.28.0",
2201
- "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
2513
+ "version": "4.28.1",
2514
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
2202
2515
  "dev": true,
2203
2516
  "funding": [
2204
2517
  {
@@ -2216,11 +2529,11 @@
2216
2529
  ],
2217
2530
  "license": "MIT",
2218
2531
  "dependencies": {
2219
- "baseline-browser-mapping": "^2.8.25",
2220
- "caniuse-lite": "^1.0.30001754",
2221
- "electron-to-chromium": "^1.5.249",
2532
+ "baseline-browser-mapping": "^2.9.0",
2533
+ "caniuse-lite": "^1.0.30001759",
2534
+ "electron-to-chromium": "^1.5.263",
2222
2535
  "node-releases": "^2.0.27",
2223
- "update-browserslist-db": "^1.1.4"
2536
+ "update-browserslist-db": "^1.2.0"
2224
2537
  },
2225
2538
  "bin": {
2226
2539
  "browserslist": "cli.js"
@@ -2358,8 +2671,8 @@
2358
2671
  }
2359
2672
  },
2360
2673
  "node_modules/caniuse-lite": {
2361
- "version": "1.0.30001757",
2362
- "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
2674
+ "version": "1.0.30001769",
2675
+ "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
2363
2676
  "dev": true,
2364
2677
  "funding": [
2365
2678
  {
@@ -2412,8 +2725,8 @@
2412
2725
  "license": "ISC"
2413
2726
  },
2414
2727
  "node_modules/chroma-js": {
2415
- "version": "3.1.2",
2416
- "integrity": "sha512-IJnETTalXbsLx1eKEgx19d5L6SRM7cH4vINw/99p/M11HCuXGRWL+6YmCm7FWFGIo6dtWuQoQi1dc5yQ7ESIHg==",
2728
+ "version": "3.2.0",
2729
+ "integrity": "sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw==",
2417
2730
  "license": "(BSD-3-Clause AND Apache-2.0)"
2418
2731
  },
2419
2732
  "node_modules/ci-info": {
@@ -2720,8 +3033,8 @@
2720
3033
  }
2721
3034
  },
2722
3035
  "node_modules/dedent": {
2723
- "version": "1.7.0",
2724
- "integrity": "sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==",
3036
+ "version": "1.7.1",
3037
+ "integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
2725
3038
  "dev": true,
2726
3039
  "license": "MIT",
2727
3040
  "peerDependencies": {
@@ -2874,8 +3187,8 @@
2874
3187
  "license": "MIT"
2875
3188
  },
2876
3189
  "node_modules/electron-to-chromium": {
2877
- "version": "1.5.262",
2878
- "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
3190
+ "version": "1.5.286",
3191
+ "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
2879
3192
  "dev": true,
2880
3193
  "license": "ISC"
2881
3194
  },
@@ -3346,12 +3659,12 @@
3346
3659
  }
3347
3660
  },
3348
3661
  "node_modules/glob": {
3349
- "version": "13.0.0",
3350
- "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
3662
+ "version": "13.0.3",
3663
+ "integrity": "sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA==",
3351
3664
  "dev": true,
3352
3665
  "license": "BlueOak-1.0.0",
3353
3666
  "dependencies": {
3354
- "minimatch": "^10.1.1",
3667
+ "minimatch": "^10.2.0",
3355
3668
  "minipass": "^7.1.2",
3356
3669
  "path-scurry": "^2.0.0"
3357
3670
  },
@@ -3841,12 +4154,12 @@
3841
4154
  }
3842
4155
  },
3843
4156
  "node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
3844
- "version": "7.28.5",
3845
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
4157
+ "version": "7.29.0",
4158
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
3846
4159
  "dev": true,
3847
4160
  "license": "MIT",
3848
4161
  "dependencies": {
3849
- "@babel/types": "^7.28.5"
4162
+ "@babel/types": "^7.29.0"
3850
4163
  },
3851
4164
  "bin": {
3852
4165
  "parser": "bin/babel-parser.js"
@@ -3856,8 +4169,8 @@
3856
4169
  }
3857
4170
  },
3858
4171
  "node_modules/istanbul-lib-instrument/node_modules/semver": {
3859
- "version": "7.7.3",
3860
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4172
+ "version": "7.7.4",
4173
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3861
4174
  "dev": true,
3862
4175
  "license": "ISC",
3863
4176
  "bin": {
@@ -3918,17 +4231,18 @@
3918
4231
  }
3919
4232
  },
3920
4233
  "node_modules/jackspeak": {
3921
- "version": "3.4.3",
3922
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
4234
+ "version": "4.2.3",
4235
+ "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
4236
+ "dev": true,
3923
4237
  "license": "BlueOak-1.0.0",
3924
4238
  "dependencies": {
3925
- "@isaacs/cliui": "^8.0.2"
4239
+ "@isaacs/cliui": "^9.0.0"
4240
+ },
4241
+ "engines": {
4242
+ "node": "20 || >=22"
3926
4243
  },
3927
4244
  "funding": {
3928
4245
  "url": "https://github.com/sponsors/isaacs"
3929
- },
3930
- "optionalDependencies": {
3931
- "@pkgjs/parseargs": "^0.11.0"
3932
4246
  }
3933
4247
  },
3934
4248
  "node_modules/jest": {
@@ -4112,6 +4426,12 @@
4112
4426
  }
4113
4427
  }
4114
4428
  },
4429
+ "node_modules/jest-config/node_modules/balanced-match": {
4430
+ "version": "1.0.2",
4431
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
4432
+ "dev": true,
4433
+ "license": "MIT"
4434
+ },
4115
4435
  "node_modules/jest-config/node_modules/brace-expansion": {
4116
4436
  "version": "1.1.12",
4117
4437
  "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
@@ -4125,7 +4445,7 @@
4125
4445
  "node_modules/jest-config/node_modules/glob": {
4126
4446
  "version": "7.2.3",
4127
4447
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
4128
- "deprecated": "Glob versions prior to v9 are no longer supported",
4448
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
4129
4449
  "dev": true,
4130
4450
  "license": "ISC",
4131
4451
  "dependencies": {
@@ -4435,6 +4755,12 @@
4435
4755
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4436
4756
  }
4437
4757
  },
4758
+ "node_modules/jest-runtime/node_modules/balanced-match": {
4759
+ "version": "1.0.2",
4760
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
4761
+ "dev": true,
4762
+ "license": "MIT"
4763
+ },
4438
4764
  "node_modules/jest-runtime/node_modules/brace-expansion": {
4439
4765
  "version": "1.1.12",
4440
4766
  "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
@@ -4448,7 +4774,7 @@
4448
4774
  "node_modules/jest-runtime/node_modules/glob": {
4449
4775
  "version": "7.2.3",
4450
4776
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
4451
- "deprecated": "Glob versions prior to v9 are no longer supported",
4777
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
4452
4778
  "dev": true,
4453
4779
  "license": "ISC",
4454
4780
  "dependencies": {
@@ -4510,8 +4836,8 @@
4510
4836
  }
4511
4837
  },
4512
4838
  "node_modules/jest-snapshot/node_modules/semver": {
4513
- "version": "7.7.3",
4514
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4839
+ "version": "7.7.4",
4840
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
4515
4841
  "dev": true,
4516
4842
  "license": "ISC",
4517
4843
  "bin": {
@@ -4839,8 +5165,8 @@
4839
5165
  }
4840
5166
  },
4841
5167
  "node_modules/make-dir/node_modules/semver": {
4842
- "version": "7.7.3",
4843
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
5168
+ "version": "7.7.4",
5169
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
4844
5170
  "dev": true,
4845
5171
  "license": "ISC",
4846
5172
  "bin": {
@@ -4879,10 +5205,18 @@
4879
5205
  "license": "CC0-1.0"
4880
5206
  },
4881
5207
  "node_modules/memfs": {
4882
- "version": "4.51.0",
4883
- "integrity": "sha512-4zngfkVM/GpIhC8YazOsM6E8hoB33NP0BCESPOA6z7qaL6umPJNqkO8CNYaLV2FB2MV6H1O3x2luHHOSqppv+A==",
5208
+ "version": "4.56.10",
5209
+ "integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
4884
5210
  "license": "Apache-2.0",
4885
5211
  "dependencies": {
5212
+ "@jsonjoy.com/fs-core": "4.56.10",
5213
+ "@jsonjoy.com/fs-fsa": "4.56.10",
5214
+ "@jsonjoy.com/fs-node": "4.56.10",
5215
+ "@jsonjoy.com/fs-node-builtins": "4.56.10",
5216
+ "@jsonjoy.com/fs-node-to-fsa": "4.56.10",
5217
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
5218
+ "@jsonjoy.com/fs-print": "4.56.10",
5219
+ "@jsonjoy.com/fs-snapshot": "4.56.10",
4886
5220
  "@jsonjoy.com/json-pack": "^1.11.0",
4887
5221
  "@jsonjoy.com/util": "^1.9.0",
4888
5222
  "glob-to-regex.js": "^1.0.1",
@@ -4893,6 +5227,9 @@
4893
5227
  "funding": {
4894
5228
  "type": "github",
4895
5229
  "url": "https://github.com/sponsors/streamich"
5230
+ },
5231
+ "peerDependencies": {
5232
+ "tslib": "2"
4896
5233
  }
4897
5234
  },
4898
5235
  "node_modules/merge-stream": {
@@ -4952,12 +5289,12 @@
4952
5289
  }
4953
5290
  },
4954
5291
  "node_modules/minimatch": {
4955
- "version": "10.1.1",
4956
- "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
5292
+ "version": "10.2.0",
5293
+ "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
4957
5294
  "dev": true,
4958
5295
  "license": "BlueOak-1.0.0",
4959
5296
  "dependencies": {
4960
- "@isaacs/brace-expansion": "^5.0.0"
5297
+ "brace-expansion": "^5.0.2"
4961
5298
  },
4962
5299
  "engines": {
4963
5300
  "node": "20 || >=22"
@@ -5311,8 +5648,8 @@
5311
5648
  }
5312
5649
  },
5313
5650
  "node_modules/patch-package/node_modules/semver": {
5314
- "version": "7.7.3",
5315
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
5651
+ "version": "7.7.4",
5652
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
5316
5653
  "license": "ISC",
5317
5654
  "bin": {
5318
5655
  "semver": "bin/semver.js"
@@ -5385,10 +5722,10 @@
5385
5722
  }
5386
5723
  },
5387
5724
  "node_modules/path-scurry/node_modules/lru-cache": {
5388
- "version": "11.2.2",
5389
- "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
5725
+ "version": "11.2.6",
5726
+ "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
5390
5727
  "dev": true,
5391
- "license": "ISC",
5728
+ "license": "BlueOak-1.0.0",
5392
5729
  "engines": {
5393
5730
  "node": "20 || >=22"
5394
5731
  }
@@ -5606,8 +5943,8 @@
5606
5943
  "license": "MIT"
5607
5944
  },
5608
5945
  "node_modules/qs": {
5609
- "version": "6.14.0",
5610
- "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
5946
+ "version": "6.14.2",
5947
+ "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
5611
5948
  "license": "BSD-3-Clause",
5612
5949
  "dependencies": {
5613
5950
  "side-channel": "^1.1.0"
@@ -5717,6 +6054,11 @@
5717
6054
  "url": "https://github.com/sponsors/isaacs"
5718
6055
  }
5719
6056
  },
6057
+ "node_modules/rimraf/node_modules/balanced-match": {
6058
+ "version": "1.0.2",
6059
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
6060
+ "license": "MIT"
6061
+ },
5720
6062
  "node_modules/rimraf/node_modules/brace-expansion": {
5721
6063
  "version": "1.1.12",
5722
6064
  "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
@@ -5729,7 +6071,7 @@
5729
6071
  "node_modules/rimraf/node_modules/glob": {
5730
6072
  "version": "7.2.3",
5731
6073
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
5732
- "deprecated": "Glob versions prior to v9 are no longer supported",
6074
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
5733
6075
  "license": "ISC",
5734
6076
  "dependencies": {
5735
6077
  "fs.realpath": "^1.0.0",
@@ -5799,10 +6141,13 @@
5799
6141
  "optional": true
5800
6142
  },
5801
6143
  "node_modules/sax": {
5802
- "version": "1.4.3",
5803
- "integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
6144
+ "version": "1.4.4",
6145
+ "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
5804
6146
  "license": "BlueOak-1.0.0",
5805
- "optional": true
6147
+ "optional": true,
6148
+ "engines": {
6149
+ "node": ">=11.0.0"
6150
+ }
5806
6151
  },
5807
6152
  "node_modules/semver": {
5808
6153
  "version": "7.5.0",
@@ -6253,6 +6598,12 @@
6253
6598
  "node": ">=8"
6254
6599
  }
6255
6600
  },
6601
+ "node_modules/test-exclude/node_modules/balanced-match": {
6602
+ "version": "1.0.2",
6603
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
6604
+ "dev": true,
6605
+ "license": "MIT"
6606
+ },
6256
6607
  "node_modules/test-exclude/node_modules/brace-expansion": {
6257
6608
  "version": "1.1.12",
6258
6609
  "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
@@ -6266,7 +6617,7 @@
6266
6617
  "node_modules/test-exclude/node_modules/glob": {
6267
6618
  "version": "7.2.3",
6268
6619
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
6269
- "deprecated": "Glob versions prior to v9 are no longer supported",
6620
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
6270
6621
  "dev": true,
6271
6622
  "license": "ISC",
6272
6623
  "dependencies": {
@@ -6501,8 +6852,8 @@
6501
6852
  }
6502
6853
  },
6503
6854
  "node_modules/update-browserslist-db": {
6504
- "version": "1.1.4",
6505
- "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
6855
+ "version": "1.2.3",
6856
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
6506
6857
  "dev": true,
6507
6858
  "funding": [
6508
6859
  {
@@ -6617,8 +6968,8 @@
6617
6968
  }
6618
6969
  },
6619
6970
  "node_modules/which-typed-array": {
6620
- "version": "1.1.19",
6621
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
6971
+ "version": "1.1.20",
6972
+ "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
6622
6973
  "license": "MIT",
6623
6974
  "dependencies": {
6624
6975
  "available-typed-arrays": "^1.0.7",
@@ -6727,14 +7078,17 @@
6727
7078
  "license": "ISC"
6728
7079
  },
6729
7080
  "node_modules/yaml": {
6730
- "version": "2.8.1",
6731
- "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
7081
+ "version": "2.8.2",
7082
+ "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
6732
7083
  "license": "ISC",
6733
7084
  "bin": {
6734
7085
  "yaml": "bin.mjs"
6735
7086
  },
6736
7087
  "engines": {
6737
7088
  "node": ">= 14.6"
7089
+ },
7090
+ "funding": {
7091
+ "url": "https://github.com/sponsors/eemeli"
6738
7092
  }
6739
7093
  },
6740
7094
  "node_modules/yargs": {