@wavemaker/rn-codegen 11.14.2-rc.6311 → 11.14.4-rc.647538
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/command.js +0 -6
- package/command.js.map +1 -1
- package/index.js +4 -17
- package/index.js.map +1 -1
- package/npm-shrinkwrap.json +341 -1524
- package/package-lock.json +341 -1524
- package/package.json +3 -5
- package/src/app.generator.js +39 -143
- package/src/app.generator.js.map +1 -1
- package/src/handlebar-helpers.js +0 -8
- package/src/handlebar-helpers.js.map +1 -1
- package/src/increment-builder.js +0 -3
- package/src/increment-builder.js.map +1 -1
- package/src/project.service.js +2 -69
- package/src/project.service.js.map +1 -1
- package/src/templates/app.template +2 -22
- package/src/templates/app.theme.template +9 -47
- package/src/templates/component/component.template +5 -25
- package/src/templates/component/style-def.template +2 -3
- package/src/templates/package.web.json +3 -3
- package/src/templates/project/package.json +3 -3
- package/src/templates/project/wavepulse/rn2css.json +11 -79
- package/src/theme/components/advanced/carousel.styledef.js +9 -94
- package/src/theme/components/advanced/carousel.styledef.js.map +1 -1
- package/src/theme/components/advanced/webview.styledef.js +0 -6
- package/src/theme/components/advanced/webview.styledef.js.map +1 -1
- package/src/theme/components/basic/anchor.styledef.js +5 -174
- package/src/theme/components/basic/anchor.styledef.js.map +1 -1
- package/src/theme/components/basic/bottomsheet.styledef.js +6 -6
- package/src/theme/components/basic/bottomsheet.styledef.js.map +1 -1
- package/src/theme/components/basic/button.styledef.js +3 -10
- package/src/theme/components/basic/button.styledef.js.map +1 -1
- package/src/theme/components/basic/buttongroup.styledef.js +2 -51
- package/src/theme/components/basic/buttongroup.styledef.js.map +1 -1
- package/src/theme/components/basic/icon.styledef.js +3 -20
- package/src/theme/components/basic/icon.styledef.js.map +1 -1
- package/src/theme/components/basic/label.styledef.js +2 -92
- package/src/theme/components/basic/label.styledef.js.map +1 -1
- package/src/theme/components/basic/message.styledef.js +4 -66
- package/src/theme/components/basic/message.styledef.js.map +1 -1
- package/src/theme/components/basic/picture.styledef.js +2 -33
- package/src/theme/components/basic/picture.styledef.js.map +1 -1
- package/src/theme/components/basic/progress-bar.styledef.js +5 -50
- package/src/theme/components/basic/progress-bar.styledef.js.map +1 -1
- package/src/theme/components/basic/progress-circle.styledef.js +5 -45
- package/src/theme/components/basic/progress-circle.styledef.js.map +1 -1
- package/src/theme/components/basic/search.styledef.js +13 -80
- package/src/theme/components/basic/search.styledef.js.map +1 -1
- package/src/theme/components/basic/spinner.styledef.js +3 -18
- package/src/theme/components/basic/spinner.styledef.js.map +1 -1
- package/src/theme/components/container/accordion.styledef.js +4 -9
- package/src/theme/components/container/accordion.styledef.js.map +1 -1
- package/src/theme/components/container/layoutgrid/gridcolumn.styledef.js +1 -1
- package/src/theme/components/container/layoutgrid/gridcolumn.styledef.js.map +1 -1
- package/src/theme/components/container/tabs/tabheader.styledef.js +4 -4
- package/src/theme/components/container/tabs/tabheader.styledef.js.map +1 -1
- package/src/theme/components/container/tabs/tabpane.styledef.js +0 -3
- package/src/theme/components/container/tabs/tabpane.styledef.js.map +1 -1
- package/src/theme/components/container/tabs.styledef.js +1 -13
- package/src/theme/components/container/tabs.styledef.js.map +1 -1
- package/src/theme/components/container/tile.styledef.js +2 -43
- package/src/theme/components/container/tile.styledef.js.map +1 -1
- package/src/theme/components/container/wizard.styledef.js +17 -8
- package/src/theme/components/container/wizard.styledef.js.map +1 -1
- package/src/theme/components/container.styledef.js +2 -11
- package/src/theme/components/container.styledef.js.map +1 -1
- package/src/theme/components/data/card/card-footer.styledef.js +0 -5
- package/src/theme/components/data/card/card-footer.styledef.js.map +1 -1
- package/src/theme/components/data/card.styledef.js +0 -47
- package/src/theme/components/data/card.styledef.js.map +1 -1
- package/src/theme/components/data/form/form-action.styledef.js +1 -4
- package/src/theme/components/data/form/form-action.styledef.js.map +1 -1
- package/src/theme/components/data/form.styledef.js +1 -50
- package/src/theme/components/data/form.styledef.js.map +1 -1
- package/src/theme/components/data/list.styledef.js +8 -107
- package/src/theme/components/data/list.styledef.js.map +1 -1
- package/src/theme/components/device/barcodescanner.styledef.js +0 -21
- package/src/theme/components/device/barcodescanner.styledef.js.map +1 -1
- package/src/theme/components/device/camera.styledef.js +0 -21
- package/src/theme/components/device/camera.styledef.js.map +1 -1
- package/src/theme/components/dialogs/alertdialog.styledef.js +0 -6
- package/src/theme/components/dialogs/alertdialog.styledef.js.map +1 -1
- package/src/theme/components/dialogs/confirmdialog.styledef.js +3 -35
- package/src/theme/components/dialogs/confirmdialog.styledef.js.map +1 -1
- package/src/theme/components/dialogs/dialog.styledef.js +4 -70
- package/src/theme/components/dialogs/dialog.styledef.js.map +1 -1
- package/src/theme/components/input/calendar.styledef.js +6 -126
- package/src/theme/components/input/calendar.styledef.js.map +1 -1
- package/src/theme/components/input/checkbox.styledef.js +5 -80
- package/src/theme/components/input/checkbox.styledef.js.map +1 -1
- package/src/theme/components/input/checkboxset.styledef.js +6 -91
- package/src/theme/components/input/checkboxset.styledef.js.map +1 -1
- package/src/theme/components/input/chips.styledef.js +4 -58
- package/src/theme/components/input/chips.styledef.js.map +1 -1
- package/src/theme/components/input/composite.styledef.js +1 -4
- package/src/theme/components/input/composite.styledef.js.map +1 -1
- package/src/theme/components/input/currency.styledef.js +4 -70
- package/src/theme/components/input/currency.styledef.js.map +1 -1
- package/src/theme/components/input/epoch/datetime.styledef.js +2 -9
- package/src/theme/components/input/epoch/datetime.styledef.js.map +1 -1
- package/src/theme/components/input/fileupload.styledef.js +2 -5
- package/src/theme/components/input/fileupload.styledef.js.map +1 -1
- package/src/theme/components/input/number.styledef.js +0 -22
- package/src/theme/components/input/number.styledef.js.map +1 -1
- package/src/theme/components/input/radioset.styledef.js +6 -75
- package/src/theme/components/input/radioset.styledef.js.map +1 -1
- package/src/theme/components/input/rating.styledef.js +2 -24
- package/src/theme/components/input/rating.styledef.js.map +1 -1
- package/src/theme/components/input/select.styledef.js +8 -56
- package/src/theme/components/input/select.styledef.js.map +1 -1
- package/src/theme/components/input/slider.styledef.js +6 -49
- package/src/theme/components/input/slider.styledef.js.map +1 -1
- package/src/theme/components/input/switch.styledef.js +6 -48
- package/src/theme/components/input/switch.styledef.js.map +1 -1
- package/src/theme/components/input/text.styledef.js +2 -117
- package/src/theme/components/input/text.styledef.js.map +1 -1
- package/src/theme/components/input/textarea.styledef.js +2 -54
- package/src/theme/components/input/textarea.styledef.js.map +1 -1
- package/src/theme/components/input/toggle.styledef.js +6 -60
- package/src/theme/components/input/toggle.styledef.js.map +1 -1
- package/src/theme/components/navigation/menu.styledef.js +1 -42
- package/src/theme/components/navigation/menu.styledef.js.map +1 -1
- package/src/theme/components/navigation/navitem.styledef.js +2 -71
- package/src/theme/components/navigation/navitem.styledef.js.map +1 -1
- package/src/theme/components/page/tabbar.styledef.js +7 -44
- package/src/theme/components/page/tabbar.styledef.js.map +1 -1
- package/src/theme/components/style-definition.provider.js +3 -11
- package/src/theme/components/style-definition.provider.js.map +1 -1
- package/src/theme/rn-stylesheet.transpiler.js +7 -32
- package/src/theme/rn-stylesheet.transpiler.js.map +1 -1
- package/src/theme/theme.service.js +7 -91
- package/src/theme/theme.service.js.map +1 -1
- package/src/theme/variables.js +0 -1
- package/src/theme/variables.js.map +1 -1
- package/src/transpile/components/basic/buttongroup.transformer.js +1 -2
- package/src/transpile/components/basic/buttongroup.transformer.js.map +1 -1
- package/src/transpile/components/data/form/form-field.transformer.js +2 -8
- package/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
- package/src/transpile/components/input/epoch/date.transformer.js +0 -7
- package/src/transpile/components/input/epoch/date.transformer.js.map +1 -1
- package/src/transpile/components/input/epoch/datetime.transformer.js +0 -7
- package/src/transpile/components/input/epoch/datetime.transformer.js.map +1 -1
- package/src/transpile/components/input/epoch/time.transformer.js +0 -7
- package/src/transpile/components/input/epoch/time.transformer.js.map +1 -1
- package/src/transpile/components/input/number.transformer.js +1 -2
- package/src/transpile/components/input/number.transformer.js.map +1 -1
- package/src/transpile/components/input/select.transformer.js +0 -7
- package/src/transpile/components/input/select.transformer.js.map +1 -1
- package/src/transpile/components/input/text.transformer.js +1 -2
- package/src/transpile/components/input/text.transformer.js.map +1 -1
- package/src/transpile/components/input/textarea.transformer.js +0 -6
- package/src/transpile/components/input/textarea.transformer.js.map +1 -1
- package/src/transpile/components/transform-register.js +0 -4
- package/src/transpile/components/transform-register.js.map +1 -1
- package/src/transpile/style.transformer.js +2 -13
- package/src/transpile/style.transformer.js.map +1 -1
- package/src/transpile/transpile.js +0 -3
- package/src/transpile/transpile.js.map +1 -1
- package/src/utils.js +1 -17
- package/src/utils.js.map +1 -1
- package/src/templates/component/design-token.style.template +0 -8
- package/src/templates/component/design-tokens-defaults.template +0 -12
- package/src/templates/foundation-theme/.wmproject.properties +0 -11
- package/src/templates/foundation-theme/build/android/custom/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/build/android/custom/os/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/build/android/custom/os/variables.less +0 -0
- package/src/templates/foundation-theme/build/android/custom/variables.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/font.config.js.hbs +0 -14
- package/src/templates/foundation-theme/build/android/wavemaker/assets/fonts/font.config.json +0 -53
- package/src/templates/foundation-theme/build/android/wavemaker/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/carousel/carousel-content.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/carousel/carousel-template.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/carousel.less +0 -126
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/customwidgetcontainer.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/login.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/network-toast.less +0 -40
- package/src/templates/foundation-theme/build/android/wavemaker/components/advanced/webview.less +0 -23
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/anchor.less +0 -266
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/audio.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/base.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/bottomsheet.less +0 -48
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/button.less +0 -284
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/buttongroup.less +0 -45
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/custom.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/icon.less +0 -37
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/label.less +0 -300
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/lottie.less +0 -23
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/message.less +0 -497
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/modal.less +0 -17
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/picture.less +0 -33
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/progress-bar.less +0 -164
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/progress-circle.less +0 -145
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/search.less +0 -119
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/skeleton.less +0 -26
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/spinner.less +0 -45
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic/video.less +0 -23
- package/src/templates/foundation-theme/build/android/wavemaker/components/basic.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/area-chart.less +0 -113
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/bar-chart.less +0 -57
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/bubble-chart.less +0 -53
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/column-chart.less +0 -53
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/donut-chart.less +0 -49
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/line-chart.less +0 -53
- package/src/templates/foundation-theme/build/android/wavemaker/components/chart/pie-chart.less +0 -45
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/accordion/accordionpane.less +0 -14
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/accordion.less +0 -174
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/layoutgrid/gridcolumn.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/layoutgrid/gridrow.less +0 -32
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/layoutgrid.less +0 -37
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/linearlayout/linearlayoutitem.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/linearlayout.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/panel/panel-content.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/panel/panel-footer.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/panel.less +0 -230
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/tabs/tab-header.less +0 -87
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/tabs/tabpane.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/tabs.less +0 -35
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/tile.less +0 -95
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/wizard/wizardstep.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/container/wizard.less +0 -238
- package/src/templates/foundation-theme/build/android/wavemaker/components/container.less +0 -46
- package/src/templates/foundation-theme/build/android/wavemaker/components/core/components/error-fallback.less +0 -82
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/card/card-content.less +0 -20
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/card/card-footer.less +0 -14
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/card.less +0 -77
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/form/form-body.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/form/form-field.less +0 -24
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/form/form-footer.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/form.less +0 -71
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/list/list-action-template.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/list/list-template.less +0 -21
- package/src/templates/foundation-theme/build/android/wavemaker/components/data/list.less +0 -143
- package/src/templates/foundation-theme/build/android/wavemaker/components/device/barcodescanner.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/components/device/camera.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/alertdialog.less +0 -41
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/confirmdialog.less +0 -61
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/dialog.less +0 -84
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/dialogactions.less +0 -13
- package/src/templates/foundation-theme/build/android/wavemaker/components/dialogs/dialogcontent.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/basedataset.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/baseinput.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/basenumber.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/calendar/views.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/calendar.less +0 -207
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/checkbox.less +0 -100
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/checkboxset.less +0 -90
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/chips.less +0 -150
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/composite.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/currency.less +0 -101
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/epoch/date.less +0 -83
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/epoch/datetime.less +0 -92
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/epoch/time.less +0 -83
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/epoch/wheelpickermodal/datetime-picker-modal.less +0 -41
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/fileupload.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/number.less +0 -71
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/radioset.less +0 -93
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/rating.less +0 -36
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/select.less +0 -132
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/slider.less +0 -129
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/switch.less +0 -79
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/text.less +0 -108
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/textarea.less +0 -82
- package/src/templates/foundation-theme/build/android/wavemaker/components/input/toggle.less +0 -73
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/appnavbar.less +0 -150
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/basenav.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/menu.less +0 -64
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/navbar.less +0 -26
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/navitem.less +0 -83
- package/src/templates/foundation-theme/build/android/wavemaker/components/navigation/popover.less +0 -43
- package/src/templates/foundation-theme/build/android/wavemaker/components/page/content.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/page/left-panel.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/page/page-content.less +0 -20
- package/src/templates/foundation-theme/build/android/wavemaker/components/page/partial-container.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/page/partial.less +0 -16
- package/src/templates/foundation-theme/build/android/wavemaker/components/page/tabbar.less +0 -108
- package/src/templates/foundation-theme/build/android/wavemaker/components/page.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/components/prefab.less +0 -19
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/carousel/carousel-content.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/carousel/carousel-template.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/carousel.less +0 -114
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/customwidgetcontainer.less +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/login.less +0 -14
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/network-toast.less +0 -15
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/advanced/webview.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/anchor.less +0 -38
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/audio.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/base.less +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/bottomsheet.less +0 -33
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/button.less +0 -73
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/buttongroup.less +0 -36
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/custom.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/icon.less +0 -22
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/label.less +0 -203
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/lottie.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/message.less +0 -81
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/modal.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/picture.less +0 -51
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/progress-bar.less +0 -76
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/progress-circle.less +0 -28
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/search.less +0 -106
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/skeleton.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/spinner.less +0 -41
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/video.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/area-chart.less +0 -81
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/bar-chart.less +0 -39
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/bubble-chart.less +0 -36
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/column-chart.less +0 -36
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/donut-chart.less +0 -33
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/line-chart.less +0 -36
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/chart/pie-chart.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/accordion/accordionpane.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/accordion.less +0 -118
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/layoutgrid/gridcolumn.less +0 -8
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/layoutgrid/gridrow.less +0 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/layoutgrid.less +0 -11
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/linearlayout/linearlayoutitem.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/linearlayout.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel/panel-content.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel/panel-footer.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/panel.less +0 -176
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs/tab-header.less +0 -45
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs/tabpane.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tabs.less +0 -10
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/tile.less +0 -50
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/wizard/wizardstep.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container/wizard.less +0 -95
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/container.less +0 -62
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/card/card-content.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/card/card-footer.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/card.less +0 -55
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form/form-body.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form/form-field.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form/form-footer.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form.less +0 -243
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/list/list-action-template.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/list/list-template.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/list.less +0 -46
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/device/barcodescanner.less +0 -28
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/device/camera.less +0 -20
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/alertdialog.less +0 -15
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/confirmdialog.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/dialog.less +0 -75
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/dialogactions.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/dialogs/dialogcontent.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/basedataset.less +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/baseinput.less +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/basenumber.less +0 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/calendar/views.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/calendar.less +0 -103
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/checkbox.less +0 -47
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/checkboxset.less +0 -63
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/chips.less +0 -109
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/composite.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/currency.less +0 -74
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/epoch/date.less +0 -44
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/epoch/datetime.less +0 -38
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/epoch/time.less +0 -38
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/epoch/wheelpickermodal/datetime-picker-modal.less +0 -62
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/fileupload.less +0 -25
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/number.less +0 -40
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/radioset.less +0 -76
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/rating.less +0 -30
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/select.less +0 -79
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/slider.less +0 -43
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/switch.less +0 -37
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/text.less +0 -69
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/textarea.less +0 -63
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/toggle.less +0 -39
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/appnavbar.less +0 -102
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/basenav.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/menu.less +0 -56
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/navbar.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/navitem.less +0 -27
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/popover.less +0 -62
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/content.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/left-panel.less +0 -8
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/page-content.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/partial-container.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/partial.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page/tabbar.less +0 -74
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/page.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/prefab.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/carousel.less +0 -73
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/login.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/advanced/styles.less +0 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/anchor.less +0 -16
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/button-group.less +0 -45
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/button.less +0 -21
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/icon.less +0 -21
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/label.less +0 -28
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/message.less +0 -70
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/picture.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/progress-bar.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/progress-circle.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/search.less +0 -31
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/spinner.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/basic/styles.less +0 -11
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/accordion.less +0 -26
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/container.less +0 -18
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/grid.less +0 -8
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/panel.less +0 -46
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/styles.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/tabs.less +0 -113
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/tile.less +0 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/container/wizard.less +0 -33
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/card.less +0 -25
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/form.less +0 -22
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/list.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/styles.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/device/barcode.less +0 -23
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/device/camera.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/device/styles.less +0 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/dialogs/alert-dialog.less +0 -10
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/dialogs/base-dialog.less +0 -31
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/dialogs/confirm-dialog.less +0 -26
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/dialogs/styles.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/calendar.less +0 -8
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/checkbox.less +0 -78
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/checkboxset.less +0 -67
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/chips.less +0 -11
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/currency.less +0 -16
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/date.less +0 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/epoch/datetime-picker-modal.less +0 -49
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/form.less +0 -170
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/number.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/radioset.less +0 -110
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/rating.less +0 -21
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/select.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/slider.less +0 -49
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/styles.less +0 -17
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/switch.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/text.less +0 -6
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/textarea.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/toggle.less +0 -98
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/appnavbar.less +0 -71
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/content.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/page-content.less +0 -11
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/page.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/styles.less +0 -5
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/layouts/tabbar.less +0 -36
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/menu.less +0 -21
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/nav.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/popover.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/navigation/styles.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/styles.less +0 -17
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.dark.css +0 -52
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.light.css +0 -1535
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/accordion.variant.less +0 -14
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/button.variant.less +0 -314
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/cards.variant.less +0 -23
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/carousel.variant.less +0 -4
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/checkbox.variant.less +0 -16
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/checkboxset.variant.less +0 -18
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/chips.variant.less +0 -40
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/container.variant.less +0 -21
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/form-controls.variant.less +0 -14
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/icon.variant.less +0 -48
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/label.variant.less +0 -148
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/message.variant.less +0 -29
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/panel.variant.less +0 -47
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/picture.variant.less +0 -37
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/progress-bar.variant.less +0 -24
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/progress-circle.variant.less +0 -24
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/radioset.variant.less +0 -12
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/rating.variant.less +0 -8
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/select.variant.less +0 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/switch.variant.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/tabbar.variant.less +0 -10
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/tabs.variant.less +0 -10
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/tile.variant.less +0 -79
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/toggle.variant.less +0 -9
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/wizard.variant.less +0 -26
- package/src/templates/foundation-theme/build/android/wavemaker/styles.less +0 -110
- package/src/templates/foundation-theme/build/android/wavemaker/variables.js.less +0 -365
- package/src/templates/foundation-theme/build/android/wavemaker/variables.less +0 -363
- package/src/templates/foundation-theme/build/ios/custom/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/build/ios/custom/os/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/build/ios/custom/os/variables.less +0 -0
- package/src/templates/foundation-theme/build/ios/custom/variables.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/font.config.js.hbs +0 -14
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/fonts/font.config.json +0 -53
- package/src/templates/foundation-theme/build/ios/wavemaker/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/carousel/carousel-content.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/carousel/carousel-template.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/carousel.less +0 -126
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/customwidgetcontainer.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/login.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/network-toast.less +0 -40
- package/src/templates/foundation-theme/build/ios/wavemaker/components/advanced/webview.less +0 -23
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/anchor.less +0 -266
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/audio.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/base.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/bottomsheet.less +0 -48
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/button.less +0 -284
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/buttongroup.less +0 -45
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/custom.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/icon.less +0 -37
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/label.less +0 -300
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/lottie.less +0 -23
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/message.less +0 -497
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/modal.less +0 -17
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/picture.less +0 -33
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/progress-bar.less +0 -164
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/progress-circle.less +0 -145
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/search.less +0 -119
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/skeleton.less +0 -26
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/spinner.less +0 -45
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic/video.less +0 -23
- package/src/templates/foundation-theme/build/ios/wavemaker/components/basic.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/area-chart.less +0 -113
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/bar-chart.less +0 -57
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/bubble-chart.less +0 -53
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/column-chart.less +0 -53
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/donut-chart.less +0 -49
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/line-chart.less +0 -53
- package/src/templates/foundation-theme/build/ios/wavemaker/components/chart/pie-chart.less +0 -45
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/accordion/accordionpane.less +0 -14
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/accordion.less +0 -174
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/layoutgrid/gridcolumn.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/layoutgrid/gridrow.less +0 -32
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/layoutgrid.less +0 -37
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/linearlayout/linearlayoutitem.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/linearlayout.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/panel/panel-content.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/panel/panel-footer.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/panel.less +0 -230
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/tabs/tab-header.less +0 -87
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/tabs/tabpane.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/tabs.less +0 -35
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/tile.less +0 -95
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/wizard/wizardstep.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container/wizard.less +0 -238
- package/src/templates/foundation-theme/build/ios/wavemaker/components/container.less +0 -46
- package/src/templates/foundation-theme/build/ios/wavemaker/components/core/components/error-fallback.less +0 -82
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/card/card-content.less +0 -20
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/card/card-footer.less +0 -14
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/card.less +0 -77
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/form/form-body.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/form/form-field.less +0 -24
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/form/form-footer.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/form.less +0 -71
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/list/list-action-template.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/list/list-template.less +0 -21
- package/src/templates/foundation-theme/build/ios/wavemaker/components/data/list.less +0 -143
- package/src/templates/foundation-theme/build/ios/wavemaker/components/device/barcodescanner.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/components/device/camera.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/alertdialog.less +0 -41
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/confirmdialog.less +0 -61
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/dialog.less +0 -84
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/dialogactions.less +0 -13
- package/src/templates/foundation-theme/build/ios/wavemaker/components/dialogs/dialogcontent.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/basedataset.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/baseinput.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/basenumber.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/calendar/views.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/calendar.less +0 -207
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/checkbox.less +0 -100
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/checkboxset.less +0 -90
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/chips.less +0 -150
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/composite.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/currency.less +0 -101
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/epoch/date.less +0 -83
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/epoch/datetime.less +0 -92
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/epoch/time.less +0 -83
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/epoch/wheelpickermodal/datetime-picker-modal.less +0 -41
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/fileupload.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/number.less +0 -71
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/radioset.less +0 -93
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/rating.less +0 -36
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/select.less +0 -132
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/slider.less +0 -129
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/switch.less +0 -79
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/text.less +0 -108
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/textarea.less +0 -82
- package/src/templates/foundation-theme/build/ios/wavemaker/components/input/toggle.less +0 -73
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/appnavbar.less +0 -150
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/basenav.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/menu.less +0 -64
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/navbar.less +0 -26
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/navitem.less +0 -83
- package/src/templates/foundation-theme/build/ios/wavemaker/components/navigation/popover.less +0 -43
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page/content.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page/left-panel.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page/page-content.less +0 -20
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page/partial-container.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page/partial.less +0 -16
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page/tabbar.less +0 -108
- package/src/templates/foundation-theme/build/ios/wavemaker/components/page.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/components/prefab.less +0 -19
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/carousel/carousel-content.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/carousel/carousel-template.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/carousel.less +0 -114
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/customwidgetcontainer.less +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/login.less +0 -14
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/network-toast.less +0 -15
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/advanced/webview.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/anchor.less +0 -38
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/audio.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/base.less +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/bottomsheet.less +0 -33
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/button.less +0 -73
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/buttongroup.less +0 -36
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/custom.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/icon.less +0 -22
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/label.less +0 -203
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/lottie.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/message.less +0 -81
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/modal.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/picture.less +0 -51
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/progress-bar.less +0 -76
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/progress-circle.less +0 -28
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/search.less +0 -106
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/skeleton.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/spinner.less +0 -41
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/video.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/area-chart.less +0 -81
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/bar-chart.less +0 -39
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/bubble-chart.less +0 -36
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/column-chart.less +0 -36
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/donut-chart.less +0 -33
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/line-chart.less +0 -36
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/chart/pie-chart.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/accordion/accordionpane.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/accordion.less +0 -118
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/layoutgrid/gridcolumn.less +0 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/layoutgrid/gridrow.less +0 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/layoutgrid.less +0 -11
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/linearlayout/linearlayoutitem.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/linearlayout.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel/panel-content.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel/panel-footer.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/panel.less +0 -176
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs/tab-header.less +0 -45
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs/tabpane.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tabs.less +0 -10
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/tile.less +0 -50
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/wizard/wizardstep.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container/wizard.less +0 -95
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/container.less +0 -62
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/card/card-content.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/card/card-footer.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/card.less +0 -55
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form/form-body.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form/form-field.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form/form-footer.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form.less +0 -243
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/list/list-action-template.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/list/list-template.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/list.less +0 -46
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/device/barcodescanner.less +0 -28
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/device/camera.less +0 -20
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/alertdialog.less +0 -15
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/confirmdialog.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/dialog.less +0 -75
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/dialogactions.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/dialogs/dialogcontent.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/basedataset.less +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/baseinput.less +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/basenumber.less +0 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/calendar/views.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/calendar.less +0 -103
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/checkbox.less +0 -47
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/checkboxset.less +0 -63
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/chips.less +0 -109
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/composite.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/currency.less +0 -74
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/epoch/date.less +0 -44
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/epoch/datetime.less +0 -38
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/epoch/time.less +0 -38
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/epoch/wheelpickermodal/datetime-picker-modal.less +0 -62
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/fileupload.less +0 -25
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/number.less +0 -40
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/radioset.less +0 -76
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/rating.less +0 -30
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/select.less +0 -79
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/slider.less +0 -43
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/switch.less +0 -37
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/text.less +0 -69
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/textarea.less +0 -63
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/toggle.less +0 -39
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/appnavbar.less +0 -102
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/basenav.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/menu.less +0 -56
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/navbar.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/navitem.less +0 -27
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/popover.less +0 -62
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/content.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/left-panel.less +0 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/page-content.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/partial-container.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/partial.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page/tabbar.less +0 -74
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/page.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/prefab.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/carousel.less +0 -73
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/login.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/advanced/styles.less +0 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/anchor.less +0 -16
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/button-group.less +0 -45
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/button.less +0 -21
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/icon.less +0 -21
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/label.less +0 -28
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/message.less +0 -70
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/picture.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/progress-bar.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/progress-circle.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/search.less +0 -31
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/spinner.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/basic/styles.less +0 -11
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/accordion.less +0 -26
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/container.less +0 -18
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/grid.less +0 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/panel.less +0 -46
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/styles.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/tabs.less +0 -113
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/tile.less +0 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/container/wizard.less +0 -33
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/card.less +0 -25
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/form.less +0 -22
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/list.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/styles.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/device/barcode.less +0 -23
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/device/camera.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/device/styles.less +0 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/dialogs/alert-dialog.less +0 -10
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/dialogs/base-dialog.less +0 -31
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/dialogs/confirm-dialog.less +0 -26
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/dialogs/styles.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/calendar.less +0 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/checkbox.less +0 -78
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/checkboxset.less +0 -67
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/chips.less +0 -11
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/currency.less +0 -16
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/date.less +0 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/epoch/datetime-picker-modal.less +0 -49
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/form.less +0 -170
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/number.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/radioset.less +0 -110
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/rating.less +0 -21
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/select.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/slider.less +0 -49
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/styles.less +0 -17
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/switch.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/text.less +0 -6
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/textarea.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/toggle.less +0 -98
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/appnavbar.less +0 -71
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/content.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/page-content.less +0 -11
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/page.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/styles.less +0 -5
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/layouts/tabbar.less +0 -36
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/menu.less +0 -21
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/nav.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/popover.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/navigation/styles.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/styles.less +0 -17
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/tokens.dark.css +0 -52
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/tokens.light.css +0 -1535
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/accordion.variant.less +0 -14
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/button.variant.less +0 -314
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/cards.variant.less +0 -23
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/carousel.variant.less +0 -4
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/checkbox.variant.less +0 -16
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/checkboxset.variant.less +0 -18
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/chips.variant.less +0 -40
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/container.variant.less +0 -21
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/form-controls.variant.less +0 -14
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/icon.variant.less +0 -48
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/label.variant.less +0 -148
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/message.variant.less +0 -29
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/panel.variant.less +0 -47
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/picture.variant.less +0 -37
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/progress-bar.variant.less +0 -24
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/progress-circle.variant.less +0 -24
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/radioset.variant.less +0 -12
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/rating.variant.less +0 -8
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/select.variant.less +0 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/switch.variant.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/tabbar.variant.less +0 -10
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/tabs.variant.less +0 -10
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/tile.variant.less +0 -79
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/toggle.variant.less +0 -9
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/wizard.variant.less +0 -26
- package/src/templates/foundation-theme/build/ios/wavemaker/styles.less +0 -110
- package/src/templates/foundation-theme/build/ios/wavemaker/variables.js.less +0 -365
- package/src/templates/foundation-theme/build/ios/wavemaker/variables.less +0 -363
- package/src/templates/foundation-theme/dist/.wmproject.properties +0 -11
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/android/assets/fonts/font.config.js +0 -53
- package/src/templates/foundation-theme/dist/android/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/dist/android/style.css +0 -1593
- package/src/templates/foundation-theme/dist/android/style.js +0 -4694
- package/src/templates/foundation-theme/dist/android/tokens.js +0 -1518
- package/src/templates/foundation-theme/dist/android/variables.js +0 -365
- package/src/templates/foundation-theme/dist/index.html +0 -132
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/src/templates/foundation-theme/dist/ios/assets/fonts/font.config.js +0 -53
- package/src/templates/foundation-theme/dist/ios/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/dist/ios/style.css +0 -1593
- package/src/templates/foundation-theme/dist/ios/style.js +0 -4694
- package/src/templates/foundation-theme/dist/ios/tokens.js +0 -1518
- package/src/templates/foundation-theme/dist/ios/variables.js +0 -365
- package/src/templates/foundation-theme/dist/theme.png +0 -0
- package/src/templates/foundation-theme/src/android/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/src/android/variables.less +0 -0
- package/src/templates/foundation-theme/src/common/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/src/common/variables.less +0 -5
- package/src/templates/foundation-theme/src/ios/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/src/ios/variables.less +0 -0
- package/src/templates/foundation-theme/theme.png +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/src/templates/foundation-theme/wavemaker/assets/fonts/font.config.js.hbs +0 -14
- package/src/templates/foundation-theme/wavemaker/assets/fonts/font.config.json +0 -53
- package/src/templates/foundation-theme/wavemaker/assets/readme.txt +0 -1
- package/src/templates/foundation-theme/wavemaker/components/advanced/carousel/carousel-content.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/advanced/carousel/carousel-template.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/advanced/carousel.less +0 -126
- package/src/templates/foundation-theme/wavemaker/components/advanced/customwidgetcontainer.less +0 -5
- package/src/templates/foundation-theme/wavemaker/components/advanced/login.less +0 -30
- package/src/templates/foundation-theme/wavemaker/components/advanced/network-toast.less +0 -40
- package/src/templates/foundation-theme/wavemaker/components/advanced/webview.less +0 -23
- package/src/templates/foundation-theme/wavemaker/components/basic/anchor.less +0 -266
- package/src/templates/foundation-theme/wavemaker/components/basic/audio.less +0 -30
- package/src/templates/foundation-theme/wavemaker/components/basic/base.less +0 -5
- package/src/templates/foundation-theme/wavemaker/components/basic/bottomsheet.less +0 -48
- package/src/templates/foundation-theme/wavemaker/components/basic/button.less +0 -284
- package/src/templates/foundation-theme/wavemaker/components/basic/buttongroup.less +0 -45
- package/src/templates/foundation-theme/wavemaker/components/basic/custom.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/basic/icon.less +0 -37
- package/src/templates/foundation-theme/wavemaker/components/basic/label.less +0 -300
- package/src/templates/foundation-theme/wavemaker/components/basic/lottie.less +0 -23
- package/src/templates/foundation-theme/wavemaker/components/basic/message.less +0 -497
- package/src/templates/foundation-theme/wavemaker/components/basic/modal.less +0 -17
- package/src/templates/foundation-theme/wavemaker/components/basic/picture.less +0 -33
- package/src/templates/foundation-theme/wavemaker/components/basic/progress-bar.less +0 -164
- package/src/templates/foundation-theme/wavemaker/components/basic/progress-circle.less +0 -145
- package/src/templates/foundation-theme/wavemaker/components/basic/search.less +0 -119
- package/src/templates/foundation-theme/wavemaker/components/basic/skeleton.less +0 -26
- package/src/templates/foundation-theme/wavemaker/components/basic/spinner.less +0 -45
- package/src/templates/foundation-theme/wavemaker/components/basic/video.less +0 -23
- package/src/templates/foundation-theme/wavemaker/components/basic.less +0 -30
- package/src/templates/foundation-theme/wavemaker/components/chart/area-chart.less +0 -113
- package/src/templates/foundation-theme/wavemaker/components/chart/bar-chart.less +0 -57
- package/src/templates/foundation-theme/wavemaker/components/chart/bubble-chart.less +0 -53
- package/src/templates/foundation-theme/wavemaker/components/chart/column-chart.less +0 -53
- package/src/templates/foundation-theme/wavemaker/components/chart/donut-chart.less +0 -49
- package/src/templates/foundation-theme/wavemaker/components/chart/line-chart.less +0 -53
- package/src/templates/foundation-theme/wavemaker/components/chart/pie-chart.less +0 -45
- package/src/templates/foundation-theme/wavemaker/components/container/accordion/accordionpane.less +0 -14
- package/src/templates/foundation-theme/wavemaker/components/container/accordion.less +0 -174
- package/src/templates/foundation-theme/wavemaker/components/container/layoutgrid/gridcolumn.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/container/layoutgrid/gridrow.less +0 -32
- package/src/templates/foundation-theme/wavemaker/components/container/layoutgrid.less +0 -37
- package/src/templates/foundation-theme/wavemaker/components/container/linearlayout/linearlayoutitem.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/container/linearlayout.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/container/panel/panel-content.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/container/panel/panel-footer.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/container/panel.less +0 -230
- package/src/templates/foundation-theme/wavemaker/components/container/tabs/tab-header.less +0 -87
- package/src/templates/foundation-theme/wavemaker/components/container/tabs/tabpane.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/container/tabs.less +0 -35
- package/src/templates/foundation-theme/wavemaker/components/container/tile.less +0 -95
- package/src/templates/foundation-theme/wavemaker/components/container/wizard/wizardstep.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/container/wizard.less +0 -238
- package/src/templates/foundation-theme/wavemaker/components/container.less +0 -46
- package/src/templates/foundation-theme/wavemaker/components/core/components/error-fallback.less +0 -82
- package/src/templates/foundation-theme/wavemaker/components/data/card/card-content.less +0 -20
- package/src/templates/foundation-theme/wavemaker/components/data/card/card-footer.less +0 -14
- package/src/templates/foundation-theme/wavemaker/components/data/card.less +0 -77
- package/src/templates/foundation-theme/wavemaker/components/data/form/form-body.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/data/form/form-field.less +0 -24
- package/src/templates/foundation-theme/wavemaker/components/data/form/form-footer.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/data/form.less +0 -71
- package/src/templates/foundation-theme/wavemaker/components/data/list/list-action-template.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/data/list/list-template.less +0 -21
- package/src/templates/foundation-theme/wavemaker/components/data/list.less +0 -143
- package/src/templates/foundation-theme/wavemaker/components/device/barcodescanner.less +0 -30
- package/src/templates/foundation-theme/wavemaker/components/device/camera.less +0 -30
- package/src/templates/foundation-theme/wavemaker/components/dialogs/alertdialog.less +0 -41
- package/src/templates/foundation-theme/wavemaker/components/dialogs/confirmdialog.less +0 -61
- package/src/templates/foundation-theme/wavemaker/components/dialogs/dialog.less +0 -84
- package/src/templates/foundation-theme/wavemaker/components/dialogs/dialogactions.less +0 -13
- package/src/templates/foundation-theme/wavemaker/components/dialogs/dialogcontent.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/input/basedataset.less +0 -5
- package/src/templates/foundation-theme/wavemaker/components/input/baseinput.less +0 -5
- package/src/templates/foundation-theme/wavemaker/components/input/basenumber.less +0 -5
- package/src/templates/foundation-theme/wavemaker/components/input/calendar/views.less +0 -9
- package/src/templates/foundation-theme/wavemaker/components/input/calendar.less +0 -207
- package/src/templates/foundation-theme/wavemaker/components/input/checkbox.less +0 -100
- package/src/templates/foundation-theme/wavemaker/components/input/checkboxset.less +0 -90
- package/src/templates/foundation-theme/wavemaker/components/input/chips.less +0 -150
- package/src/templates/foundation-theme/wavemaker/components/input/composite.less +0 -9
- package/src/templates/foundation-theme/wavemaker/components/input/currency.less +0 -101
- package/src/templates/foundation-theme/wavemaker/components/input/epoch/date.less +0 -83
- package/src/templates/foundation-theme/wavemaker/components/input/epoch/datetime.less +0 -92
- package/src/templates/foundation-theme/wavemaker/components/input/epoch/time.less +0 -83
- package/src/templates/foundation-theme/wavemaker/components/input/epoch/wheelpickermodal/datetime-picker-modal.less +0 -41
- package/src/templates/foundation-theme/wavemaker/components/input/fileupload.less +0 -30
- package/src/templates/foundation-theme/wavemaker/components/input/number.less +0 -71
- package/src/templates/foundation-theme/wavemaker/components/input/radioset.less +0 -93
- package/src/templates/foundation-theme/wavemaker/components/input/rating.less +0 -36
- package/src/templates/foundation-theme/wavemaker/components/input/select.less +0 -132
- package/src/templates/foundation-theme/wavemaker/components/input/slider.less +0 -129
- package/src/templates/foundation-theme/wavemaker/components/input/switch.less +0 -79
- package/src/templates/foundation-theme/wavemaker/components/input/text.less +0 -108
- package/src/templates/foundation-theme/wavemaker/components/input/textarea.less +0 -82
- package/src/templates/foundation-theme/wavemaker/components/input/toggle.less +0 -73
- package/src/templates/foundation-theme/wavemaker/components/navigation/appnavbar.less +0 -150
- package/src/templates/foundation-theme/wavemaker/components/navigation/basenav.less +0 -9
- package/src/templates/foundation-theme/wavemaker/components/navigation/menu.less +0 -64
- package/src/templates/foundation-theme/wavemaker/components/navigation/navbar.less +0 -26
- package/src/templates/foundation-theme/wavemaker/components/navigation/navitem.less +0 -83
- package/src/templates/foundation-theme/wavemaker/components/navigation/popover.less +0 -43
- package/src/templates/foundation-theme/wavemaker/components/page/content.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/page/left-panel.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/page/page-content.less +0 -20
- package/src/templates/foundation-theme/wavemaker/components/page/partial-container.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/page/partial.less +0 -16
- package/src/templates/foundation-theme/wavemaker/components/page/tabbar.less +0 -108
- package/src/templates/foundation-theme/wavemaker/components/page.less +0 -12
- package/src/templates/foundation-theme/wavemaker/components/prefab.less +0 -19
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/carousel/carousel-content.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/carousel/carousel-template.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/carousel.less +0 -114
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/customwidgetcontainer.less +0 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/login.less +0 -14
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/network-toast.less +0 -15
- package/src/templates/foundation-theme/wavemaker/design-tokens/advanced/webview.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/anchor.less +0 -38
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/audio.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/base.less +0 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/bottomsheet.less +0 -33
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/button.less +0 -73
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/buttongroup.less +0 -36
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/custom.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/icon.less +0 -22
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/label.less +0 -203
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/lottie.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/message.less +0 -81
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/modal.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/picture.less +0 -51
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/progress-bar.less +0 -76
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/progress-circle.less +0 -28
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/search.less +0 -106
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/skeleton.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/spinner.less +0 -41
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/video.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/area-chart.less +0 -81
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/bar-chart.less +0 -39
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/bubble-chart.less +0 -36
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/column-chart.less +0 -36
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/donut-chart.less +0 -33
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/line-chart.less +0 -36
- package/src/templates/foundation-theme/wavemaker/design-tokens/chart/pie-chart.less +0 -30
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/accordion/accordionpane.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/accordion.less +0 -118
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/layoutgrid/gridcolumn.less +0 -8
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/layoutgrid/gridrow.less +0 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/layoutgrid.less +0 -11
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/linearlayout/linearlayoutitem.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/linearlayout.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel/panel-content.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel/panel-footer.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/panel.less +0 -176
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs/tab-header.less +0 -45
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs/tabpane.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/tabs.less +0 -10
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/tile.less +0 -50
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/wizard/wizardstep.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/container/wizard.less +0 -95
- package/src/templates/foundation-theme/wavemaker/design-tokens/container.less +0 -62
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/card/card-content.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/card/card-footer.less +0 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/card.less +0 -55
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/form/form-body.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/form/form-field.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/form/form-footer.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/form.less +0 -243
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/list/list-action-template.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/list/list-template.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/list.less +0 -46
- package/src/templates/foundation-theme/wavemaker/design-tokens/device/barcodescanner.less +0 -28
- package/src/templates/foundation-theme/wavemaker/design-tokens/device/camera.less +0 -20
- package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/alertdialog.less +0 -15
- package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/confirmdialog.less +0 -30
- package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/dialog.less +0 -75
- package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/dialogactions.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/dialogs/dialogcontent.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/basedataset.less +0 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/baseinput.less +0 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/basenumber.less +0 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/calendar/views.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/calendar.less +0 -103
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/checkbox.less +0 -47
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/checkboxset.less +0 -63
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/chips.less +0 -109
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/composite.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/currency.less +0 -74
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/epoch/date.less +0 -44
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/epoch/datetime.less +0 -38
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/epoch/time.less +0 -38
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/epoch/wheelpickermodal/datetime-picker-modal.less +0 -62
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/fileupload.less +0 -25
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/number.less +0 -40
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/radioset.less +0 -76
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/rating.less +0 -30
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/select.less +0 -79
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/slider.less +0 -43
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/switch.less +0 -37
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/text.less +0 -69
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/textarea.less +0 -63
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/toggle.less +0 -39
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/appnavbar.less +0 -102
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/basenav.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/menu.less +0 -56
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/navbar.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/navitem.less +0 -27
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/popover.less +0 -62
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/content.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/left-panel.less +0 -8
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/page-content.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/partial-container.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/partial.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/page/tabbar.less +0 -74
- package/src/templates/foundation-theme/wavemaker/design-tokens/page.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/prefab.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/carousel.less +0 -73
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/login.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/advanced/styles.less +0 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/anchor.less +0 -16
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/button-group.less +0 -45
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/button.less +0 -21
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/icon.less +0 -21
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/label.less +0 -28
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/message.less +0 -70
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/picture.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/progress-bar.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/progress-circle.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/search.less +0 -31
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/spinner.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/basic/styles.less +0 -11
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/accordion.less +0 -26
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/container.less +0 -18
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/grid.less +0 -8
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/panel.less +0 -46
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/styles.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/tabs.less +0 -113
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/tile.less +0 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/container/wizard.less +0 -33
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/card.less +0 -25
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/form.less +0 -22
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/list.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/styles.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/device/barcode.less +0 -23
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/device/camera.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/device/styles.less +0 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/dialogs/alert-dialog.less +0 -10
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/dialogs/base-dialog.less +0 -31
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/dialogs/confirm-dialog.less +0 -26
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/dialogs/styles.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/calendar.less +0 -8
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/checkbox.less +0 -78
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/checkboxset.less +0 -67
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/chips.less +0 -11
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/currency.less +0 -16
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/date.less +0 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/epoch/datetime-picker-modal.less +0 -49
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/form.less +0 -170
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/number.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/radioset.less +0 -110
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/rating.less +0 -21
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/select.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/slider.less +0 -49
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/styles.less +0 -17
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/switch.less +0 -12
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/text.less +0 -6
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/textarea.less +0 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/toggle.less +0 -98
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/appnavbar.less +0 -71
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/content.less +0 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/page-content.less +0 -11
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/page.less +0 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/styles.less +0 -5
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/layouts/tabbar.less +0 -36
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/menu.less +0 -21
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/nav.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/popover.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/navigation/styles.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/styles.less +0 -17
- package/src/templates/foundation-theme/wavemaker/design-tokens/tokens.dark.css +0 -52
- package/src/templates/foundation-theme/wavemaker/design-tokens/tokens.light.css +0 -1535
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/accordion.variant.less +0 -14
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/button-group.variant.less +0 -7
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/button.variant.less +0 -314
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/cards.variant.less +0 -23
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/carousel.variant.less +0 -4
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/checkbox.variant.less +0 -16
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/checkboxset.variant.less +0 -18
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/chips.variant.less +0 -40
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/container.variant.less +0 -21
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/form-controls.variant.less +0 -14
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/icon.variant.less +0 -48
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/label.variant.less +0 -148
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/message.variant.less +0 -29
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/panel.variant.less +0 -47
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/picture.variant.less +0 -37
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/progress-bar.variant.less +0 -24
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/progress-circle.variant.less +0 -24
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/radioset.variant.less +0 -12
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/rating.variant.less +0 -8
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/select.variant.less +0 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/switch.variant.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/tabbar.variant.less +0 -10
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/tabs.variant.less +0 -10
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/tile.variant.less +0 -79
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/toggle.variant.less +0 -9
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/wizard.variant.less +0 -26
- package/src/templates/foundation-theme/wavemaker/styles.less +0 -110
- package/src/templates/foundation-theme/wavemaker/variables.js.less +0 -365
- package/src/templates/foundation-theme/wavemaker/variables.less +0 -363
- package/src/templates/token.overrides.template +0 -5
- package/src/theme/app-override-css.generator.js +0 -299
- package/src/theme/app-override-css.generator.js.map +0 -1
- package/src/theme/components/advanced/customwidgetcontainer.styledef.js +0 -6
- package/src/theme/components/advanced/customwidgetcontainer.styledef.js.map +0 -1
- package/src/theme/components/basic/base.styledef.js +0 -23
- package/src/theme/components/basic/base.styledef.js.map +0 -1
- package/src/theme/components/design-token.provider.js +0 -223
- package/src/theme/components/design-token.provider.js.map +0 -1
- package/src/theme/components/input/epoch/wheelpickermodal/datetime-picker-modal.styledef.js +0 -64
- package/src/theme/components/input/epoch/wheelpickermodal/datetime-picker-modal.styledef.js.map +0 -1
- package/src/theme/style-dictionary-wrapper.js +0 -20
- package/src/theme/token.transpiler.js +0 -160
- package/src/theme/token.transpiler.js.map +0 -1
- package/src/transpile/components/advanced/customwidget.transformer.js +0 -37
- package/src/transpile/components/advanced/customwidget.transformer.js.map +0 -1
- package/src/transpile/components/advanced/customwidgetcontainer.transformer.js +0 -13
- package/src/transpile/components/advanced/customwidgetcontainer.transformer.js.map +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.14.
|
|
3
|
+
"version": "11.14.4-rc.647538",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.14.
|
|
9
|
+
"version": "11.14.4-rc.647538",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/
|
|
22
|
-
"@wavemaker/foundation-css": "11.14.2-rc.6311",
|
|
21
|
+
"@wavemaker/foundation-css": "11.14.4-rc.647538",
|
|
23
22
|
"adm-zip": "0.5.9",
|
|
24
23
|
"axios": "1.8.3",
|
|
25
24
|
"clean-css": "5.1.5",
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"prettier": "2.3.0",
|
|
37
36
|
"puppeteer": "5.4.0",
|
|
38
37
|
"rimraf": "3.0.2",
|
|
39
|
-
"style-dictionary": "4.1.0",
|
|
40
38
|
"yargs": "16.2.0"
|
|
41
39
|
},
|
|
42
40
|
"bin": {
|
|
@@ -74,11 +72,11 @@
|
|
|
74
72
|
}
|
|
75
73
|
},
|
|
76
74
|
"node_modules/@babel/code-frame": {
|
|
77
|
-
"version": "7.
|
|
78
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "7.29.0",
|
|
76
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
79
77
|
"license": "MIT",
|
|
80
78
|
"dependencies": {
|
|
81
|
-
"@babel/helper-validator-identifier": "^7.
|
|
79
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
82
80
|
"js-tokens": "^4.0.0",
|
|
83
81
|
"picocolors": "^1.1.1"
|
|
84
82
|
},
|
|
@@ -87,8 +85,8 @@
|
|
|
87
85
|
}
|
|
88
86
|
},
|
|
89
87
|
"node_modules/@babel/compat-data": {
|
|
90
|
-
"version": "7.
|
|
91
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "7.29.3",
|
|
89
|
+
"integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
|
|
92
90
|
"dev": true,
|
|
93
91
|
"license": "MIT",
|
|
94
92
|
"engines": {
|
|
@@ -96,20 +94,20 @@
|
|
|
96
94
|
}
|
|
97
95
|
},
|
|
98
96
|
"node_modules/@babel/core": {
|
|
99
|
-
"version": "7.
|
|
100
|
-
"integrity": "sha512-
|
|
97
|
+
"version": "7.29.0",
|
|
98
|
+
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
|
|
101
99
|
"dev": true,
|
|
102
100
|
"license": "MIT",
|
|
103
101
|
"dependencies": {
|
|
104
|
-
"@babel/code-frame": "^7.
|
|
105
|
-
"@babel/generator": "^7.
|
|
106
|
-
"@babel/helper-compilation-targets": "^7.
|
|
107
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
108
|
-
"@babel/helpers": "^7.28.
|
|
109
|
-
"@babel/parser": "^7.
|
|
110
|
-
"@babel/template": "^7.
|
|
111
|
-
"@babel/traverse": "^7.
|
|
112
|
-
"@babel/types": "^7.
|
|
102
|
+
"@babel/code-frame": "^7.29.0",
|
|
103
|
+
"@babel/generator": "^7.29.0",
|
|
104
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
105
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
106
|
+
"@babel/helpers": "^7.28.6",
|
|
107
|
+
"@babel/parser": "^7.29.0",
|
|
108
|
+
"@babel/template": "^7.28.6",
|
|
109
|
+
"@babel/traverse": "^7.29.0",
|
|
110
|
+
"@babel/types": "^7.29.0",
|
|
113
111
|
"@jridgewell/remapping": "^2.3.5",
|
|
114
112
|
"convert-source-map": "^2.0.0",
|
|
115
113
|
"debug": "^4.1.0",
|
|
@@ -126,13 +124,13 @@
|
|
|
126
124
|
}
|
|
127
125
|
},
|
|
128
126
|
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
129
|
-
"version": "7.
|
|
130
|
-
"integrity": "sha512-
|
|
127
|
+
"version": "7.29.1",
|
|
128
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
131
129
|
"dev": true,
|
|
132
130
|
"license": "MIT",
|
|
133
131
|
"dependencies": {
|
|
134
|
-
"@babel/parser": "^7.
|
|
135
|
-
"@babel/types": "^7.
|
|
132
|
+
"@babel/parser": "^7.29.0",
|
|
133
|
+
"@babel/types": "^7.29.0",
|
|
136
134
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
137
135
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
138
136
|
"jsesc": "^3.0.2"
|
|
@@ -142,12 +140,12 @@
|
|
|
142
140
|
}
|
|
143
141
|
},
|
|
144
142
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
145
|
-
"version": "7.
|
|
146
|
-
"integrity": "sha512-
|
|
143
|
+
"version": "7.29.3",
|
|
144
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
147
145
|
"dev": true,
|
|
148
146
|
"license": "MIT",
|
|
149
147
|
"dependencies": {
|
|
150
|
-
"@babel/types": "^7.
|
|
148
|
+
"@babel/types": "^7.29.0"
|
|
151
149
|
},
|
|
152
150
|
"bin": {
|
|
153
151
|
"parser": "bin/babel-parser.js"
|
|
@@ -157,17 +155,17 @@
|
|
|
157
155
|
}
|
|
158
156
|
},
|
|
159
157
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
160
|
-
"version": "7.
|
|
161
|
-
"integrity": "sha512-
|
|
158
|
+
"version": "7.29.0",
|
|
159
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
162
160
|
"dev": true,
|
|
163
161
|
"license": "MIT",
|
|
164
162
|
"dependencies": {
|
|
165
|
-
"@babel/code-frame": "^7.
|
|
166
|
-
"@babel/generator": "^7.
|
|
163
|
+
"@babel/code-frame": "^7.29.0",
|
|
164
|
+
"@babel/generator": "^7.29.0",
|
|
167
165
|
"@babel/helper-globals": "^7.28.0",
|
|
168
|
-
"@babel/parser": "^7.
|
|
169
|
-
"@babel/template": "^7.
|
|
170
|
-
"@babel/types": "^7.
|
|
166
|
+
"@babel/parser": "^7.29.0",
|
|
167
|
+
"@babel/template": "^7.28.6",
|
|
168
|
+
"@babel/types": "^7.29.0",
|
|
171
169
|
"debug": "^4.3.1"
|
|
172
170
|
},
|
|
173
171
|
"engines": {
|
|
@@ -206,12 +204,12 @@
|
|
|
206
204
|
}
|
|
207
205
|
},
|
|
208
206
|
"node_modules/@babel/helper-compilation-targets": {
|
|
209
|
-
"version": "7.
|
|
210
|
-
"integrity": "sha512-
|
|
207
|
+
"version": "7.28.6",
|
|
208
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
211
209
|
"dev": true,
|
|
212
210
|
"license": "MIT",
|
|
213
211
|
"dependencies": {
|
|
214
|
-
"@babel/compat-data": "^7.
|
|
212
|
+
"@babel/compat-data": "^7.28.6",
|
|
215
213
|
"@babel/helper-validator-option": "^7.27.1",
|
|
216
214
|
"browserslist": "^4.24.0",
|
|
217
215
|
"lru-cache": "^5.1.1",
|
|
@@ -274,26 +272,26 @@
|
|
|
274
272
|
}
|
|
275
273
|
},
|
|
276
274
|
"node_modules/@babel/helper-module-imports": {
|
|
277
|
-
"version": "7.
|
|
278
|
-
"integrity": "sha512-
|
|
275
|
+
"version": "7.28.6",
|
|
276
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
279
277
|
"dev": true,
|
|
280
278
|
"license": "MIT",
|
|
281
279
|
"dependencies": {
|
|
282
|
-
"@babel/traverse": "^7.
|
|
283
|
-
"@babel/types": "^7.
|
|
280
|
+
"@babel/traverse": "^7.28.6",
|
|
281
|
+
"@babel/types": "^7.28.6"
|
|
284
282
|
},
|
|
285
283
|
"engines": {
|
|
286
284
|
"node": ">=6.9.0"
|
|
287
285
|
}
|
|
288
286
|
},
|
|
289
287
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
|
|
290
|
-
"version": "7.
|
|
291
|
-
"integrity": "sha512-
|
|
288
|
+
"version": "7.29.1",
|
|
289
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
292
290
|
"dev": true,
|
|
293
291
|
"license": "MIT",
|
|
294
292
|
"dependencies": {
|
|
295
|
-
"@babel/parser": "^7.
|
|
296
|
-
"@babel/types": "^7.
|
|
293
|
+
"@babel/parser": "^7.29.0",
|
|
294
|
+
"@babel/types": "^7.29.0",
|
|
297
295
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
298
296
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
299
297
|
"jsesc": "^3.0.2"
|
|
@@ -303,12 +301,12 @@
|
|
|
303
301
|
}
|
|
304
302
|
},
|
|
305
303
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
306
|
-
"version": "7.
|
|
307
|
-
"integrity": "sha512-
|
|
304
|
+
"version": "7.29.3",
|
|
305
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
308
306
|
"dev": true,
|
|
309
307
|
"license": "MIT",
|
|
310
308
|
"dependencies": {
|
|
311
|
-
"@babel/types": "^7.
|
|
309
|
+
"@babel/types": "^7.29.0"
|
|
312
310
|
},
|
|
313
311
|
"bin": {
|
|
314
312
|
"parser": "bin/babel-parser.js"
|
|
@@ -318,17 +316,17 @@
|
|
|
318
316
|
}
|
|
319
317
|
},
|
|
320
318
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
|
321
|
-
"version": "7.
|
|
322
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "7.29.0",
|
|
320
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
323
321
|
"dev": true,
|
|
324
322
|
"license": "MIT",
|
|
325
323
|
"dependencies": {
|
|
326
|
-
"@babel/code-frame": "^7.
|
|
327
|
-
"@babel/generator": "^7.
|
|
324
|
+
"@babel/code-frame": "^7.29.0",
|
|
325
|
+
"@babel/generator": "^7.29.0",
|
|
328
326
|
"@babel/helper-globals": "^7.28.0",
|
|
329
|
-
"@babel/parser": "^7.
|
|
330
|
-
"@babel/template": "^7.
|
|
331
|
-
"@babel/types": "^7.
|
|
327
|
+
"@babel/parser": "^7.29.0",
|
|
328
|
+
"@babel/template": "^7.28.6",
|
|
329
|
+
"@babel/types": "^7.29.0",
|
|
332
330
|
"debug": "^4.3.1"
|
|
333
331
|
},
|
|
334
332
|
"engines": {
|
|
@@ -348,14 +346,14 @@
|
|
|
348
346
|
}
|
|
349
347
|
},
|
|
350
348
|
"node_modules/@babel/helper-module-transforms": {
|
|
351
|
-
"version": "7.28.
|
|
352
|
-
"integrity": "sha512-
|
|
349
|
+
"version": "7.28.6",
|
|
350
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
353
351
|
"dev": true,
|
|
354
352
|
"license": "MIT",
|
|
355
353
|
"dependencies": {
|
|
356
|
-
"@babel/helper-module-imports": "^7.
|
|
357
|
-
"@babel/helper-validator-identifier": "^7.
|
|
358
|
-
"@babel/traverse": "^7.28.
|
|
354
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
355
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
356
|
+
"@babel/traverse": "^7.28.6"
|
|
359
357
|
},
|
|
360
358
|
"engines": {
|
|
361
359
|
"node": ">=6.9.0"
|
|
@@ -365,13 +363,13 @@
|
|
|
365
363
|
}
|
|
366
364
|
},
|
|
367
365
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
368
|
-
"version": "7.
|
|
369
|
-
"integrity": "sha512-
|
|
366
|
+
"version": "7.29.1",
|
|
367
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
370
368
|
"dev": true,
|
|
371
369
|
"license": "MIT",
|
|
372
370
|
"dependencies": {
|
|
373
|
-
"@babel/parser": "^7.
|
|
374
|
-
"@babel/types": "^7.
|
|
371
|
+
"@babel/parser": "^7.29.0",
|
|
372
|
+
"@babel/types": "^7.29.0",
|
|
375
373
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
376
374
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
377
375
|
"jsesc": "^3.0.2"
|
|
@@ -381,12 +379,12 @@
|
|
|
381
379
|
}
|
|
382
380
|
},
|
|
383
381
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
384
|
-
"version": "7.
|
|
385
|
-
"integrity": "sha512-
|
|
382
|
+
"version": "7.29.3",
|
|
383
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
386
384
|
"dev": true,
|
|
387
385
|
"license": "MIT",
|
|
388
386
|
"dependencies": {
|
|
389
|
-
"@babel/types": "^7.
|
|
387
|
+
"@babel/types": "^7.29.0"
|
|
390
388
|
},
|
|
391
389
|
"bin": {
|
|
392
390
|
"parser": "bin/babel-parser.js"
|
|
@@ -396,17 +394,17 @@
|
|
|
396
394
|
}
|
|
397
395
|
},
|
|
398
396
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
399
|
-
"version": "7.
|
|
400
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "7.29.0",
|
|
398
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
401
399
|
"dev": true,
|
|
402
400
|
"license": "MIT",
|
|
403
401
|
"dependencies": {
|
|
404
|
-
"@babel/code-frame": "^7.
|
|
405
|
-
"@babel/generator": "^7.
|
|
402
|
+
"@babel/code-frame": "^7.29.0",
|
|
403
|
+
"@babel/generator": "^7.29.0",
|
|
406
404
|
"@babel/helper-globals": "^7.28.0",
|
|
407
|
-
"@babel/parser": "^7.
|
|
408
|
-
"@babel/template": "^7.
|
|
409
|
-
"@babel/types": "^7.
|
|
405
|
+
"@babel/parser": "^7.29.0",
|
|
406
|
+
"@babel/template": "^7.28.6",
|
|
407
|
+
"@babel/types": "^7.29.0",
|
|
410
408
|
"debug": "^4.3.1"
|
|
411
409
|
},
|
|
412
410
|
"engines": {
|
|
@@ -426,8 +424,8 @@
|
|
|
426
424
|
}
|
|
427
425
|
},
|
|
428
426
|
"node_modules/@babel/helper-plugin-utils": {
|
|
429
|
-
"version": "7.
|
|
430
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "7.28.6",
|
|
428
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
431
429
|
"dev": true,
|
|
432
430
|
"license": "MIT",
|
|
433
431
|
"engines": {
|
|
@@ -471,13 +469,13 @@
|
|
|
471
469
|
}
|
|
472
470
|
},
|
|
473
471
|
"node_modules/@babel/helpers": {
|
|
474
|
-
"version": "7.
|
|
475
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "7.29.2",
|
|
473
|
+
"integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
|
|
476
474
|
"dev": true,
|
|
477
475
|
"license": "MIT",
|
|
478
476
|
"dependencies": {
|
|
479
|
-
"@babel/template": "^7.
|
|
480
|
-
"@babel/types": "^7.
|
|
477
|
+
"@babel/template": "^7.28.6",
|
|
478
|
+
"@babel/types": "^7.29.0"
|
|
481
479
|
},
|
|
482
480
|
"engines": {
|
|
483
481
|
"node": ">=6.9.0"
|
|
@@ -546,12 +544,12 @@
|
|
|
546
544
|
}
|
|
547
545
|
},
|
|
548
546
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
549
|
-
"version": "7.
|
|
550
|
-
"integrity": "sha512-
|
|
547
|
+
"version": "7.28.6",
|
|
548
|
+
"integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
|
|
551
549
|
"dev": true,
|
|
552
550
|
"license": "MIT",
|
|
553
551
|
"dependencies": {
|
|
554
|
-
"@babel/helper-plugin-utils": "^7.
|
|
552
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
555
553
|
},
|
|
556
554
|
"engines": {
|
|
557
555
|
"node": ">=6.9.0"
|
|
@@ -585,12 +583,12 @@
|
|
|
585
583
|
}
|
|
586
584
|
},
|
|
587
585
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
588
|
-
"version": "7.
|
|
589
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "7.28.6",
|
|
587
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
590
588
|
"dev": true,
|
|
591
589
|
"license": "MIT",
|
|
592
590
|
"dependencies": {
|
|
593
|
-
"@babel/helper-plugin-utils": "^7.
|
|
591
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
594
592
|
},
|
|
595
593
|
"engines": {
|
|
596
594
|
"node": ">=6.9.0"
|
|
@@ -702,12 +700,12 @@
|
|
|
702
700
|
}
|
|
703
701
|
},
|
|
704
702
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
705
|
-
"version": "7.
|
|
706
|
-
"integrity": "sha512
|
|
703
|
+
"version": "7.28.6",
|
|
704
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
707
705
|
"dev": true,
|
|
708
706
|
"license": "MIT",
|
|
709
707
|
"dependencies": {
|
|
710
|
-
"@babel/helper-plugin-utils": "^7.
|
|
708
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
711
709
|
},
|
|
712
710
|
"engines": {
|
|
713
711
|
"node": ">=6.9.0"
|
|
@@ -717,24 +715,24 @@
|
|
|
717
715
|
}
|
|
718
716
|
},
|
|
719
717
|
"node_modules/@babel/template": {
|
|
720
|
-
"version": "7.
|
|
721
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "7.28.6",
|
|
719
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
722
720
|
"license": "MIT",
|
|
723
721
|
"dependencies": {
|
|
724
|
-
"@babel/code-frame": "^7.
|
|
725
|
-
"@babel/parser": "^7.
|
|
726
|
-
"@babel/types": "^7.
|
|
722
|
+
"@babel/code-frame": "^7.28.6",
|
|
723
|
+
"@babel/parser": "^7.28.6",
|
|
724
|
+
"@babel/types": "^7.28.6"
|
|
727
725
|
},
|
|
728
726
|
"engines": {
|
|
729
727
|
"node": ">=6.9.0"
|
|
730
728
|
}
|
|
731
729
|
},
|
|
732
730
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
733
|
-
"version": "7.
|
|
734
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "7.29.3",
|
|
732
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
735
733
|
"license": "MIT",
|
|
736
734
|
"dependencies": {
|
|
737
|
-
"@babel/types": "^7.
|
|
735
|
+
"@babel/types": "^7.29.0"
|
|
738
736
|
},
|
|
739
737
|
"bin": {
|
|
740
738
|
"parser": "bin/babel-parser.js"
|
|
@@ -764,12 +762,12 @@
|
|
|
764
762
|
}
|
|
765
763
|
},
|
|
766
764
|
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
767
|
-
"version": "7.
|
|
768
|
-
"integrity": "sha512-
|
|
765
|
+
"version": "7.29.1",
|
|
766
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
769
767
|
"license": "MIT",
|
|
770
768
|
"dependencies": {
|
|
771
|
-
"@babel/parser": "^7.
|
|
772
|
-
"@babel/types": "^7.
|
|
769
|
+
"@babel/parser": "^7.29.0",
|
|
770
|
+
"@babel/types": "^7.29.0",
|
|
773
771
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
774
772
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
775
773
|
"jsesc": "^3.0.2"
|
|
@@ -779,11 +777,11 @@
|
|
|
779
777
|
}
|
|
780
778
|
},
|
|
781
779
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
782
|
-
"version": "7.
|
|
783
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "7.29.3",
|
|
781
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
784
782
|
"license": "MIT",
|
|
785
783
|
"dependencies": {
|
|
786
|
-
"@babel/types": "^7.
|
|
784
|
+
"@babel/types": "^7.29.0"
|
|
787
785
|
},
|
|
788
786
|
"bin": {
|
|
789
787
|
"parser": "bin/babel-parser.js"
|
|
@@ -804,8 +802,8 @@
|
|
|
804
802
|
}
|
|
805
803
|
},
|
|
806
804
|
"node_modules/@babel/types": {
|
|
807
|
-
"version": "7.
|
|
808
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "7.29.0",
|
|
806
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
809
807
|
"license": "MIT",
|
|
810
808
|
"dependencies": {
|
|
811
809
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -821,207 +819,6 @@
|
|
|
821
819
|
"dev": true,
|
|
822
820
|
"license": "MIT"
|
|
823
821
|
},
|
|
824
|
-
"node_modules/@bundled-es-modules/deepmerge": {
|
|
825
|
-
"version": "4.3.1",
|
|
826
|
-
"integrity": "sha512-Rk453EklPUPC3NRWc3VUNI/SSUjdBaFoaQvFRmNBNtMHVtOFD5AntiWg5kEE1hqcPqedYFDzxE3ZcMYPcA195w==",
|
|
827
|
-
"license": "ISC",
|
|
828
|
-
"dependencies": {
|
|
829
|
-
"deepmerge": "^4.3.1"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
"node_modules/@bundled-es-modules/glob": {
|
|
833
|
-
"version": "10.4.2",
|
|
834
|
-
"integrity": "sha512-740y5ofkzydsFao5EXJrGilcIL6EFEw/cmPf2uhTw9J6G1YOhiIFjNFCHdpgEiiH5VlU3G0SARSjlFlimRRSMA==",
|
|
835
|
-
"hasInstallScript": true,
|
|
836
|
-
"license": "ISC",
|
|
837
|
-
"dependencies": {
|
|
838
|
-
"buffer": "^6.0.3",
|
|
839
|
-
"events": "^3.3.0",
|
|
840
|
-
"glob": "^10.4.2",
|
|
841
|
-
"patch-package": "^8.0.0",
|
|
842
|
-
"path": "^0.12.7",
|
|
843
|
-
"stream": "^0.0.3",
|
|
844
|
-
"string_decoder": "^1.3.0",
|
|
845
|
-
"url": "^0.11.3"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
"node_modules/@bundled-es-modules/glob/node_modules/glob": {
|
|
849
|
-
"version": "10.5.0",
|
|
850
|
-
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
851
|
-
"license": "ISC",
|
|
852
|
-
"dependencies": {
|
|
853
|
-
"foreground-child": "^3.1.0",
|
|
854
|
-
"jackspeak": "^3.1.2",
|
|
855
|
-
"minimatch": "^9.0.4",
|
|
856
|
-
"minipass": "^7.1.2",
|
|
857
|
-
"package-json-from-dist": "^1.0.0",
|
|
858
|
-
"path-scurry": "^1.11.1"
|
|
859
|
-
},
|
|
860
|
-
"bin": {
|
|
861
|
-
"glob": "dist/esm/bin.mjs"
|
|
862
|
-
},
|
|
863
|
-
"funding": {
|
|
864
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
|
-
"node_modules/@bundled-es-modules/glob/node_modules/lru-cache": {
|
|
868
|
-
"version": "10.4.3",
|
|
869
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
870
|
-
"license": "ISC"
|
|
871
|
-
},
|
|
872
|
-
"node_modules/@bundled-es-modules/glob/node_modules/minimatch": {
|
|
873
|
-
"version": "9.0.5",
|
|
874
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
875
|
-
"license": "ISC",
|
|
876
|
-
"dependencies": {
|
|
877
|
-
"brace-expansion": "^2.0.1"
|
|
878
|
-
},
|
|
879
|
-
"engines": {
|
|
880
|
-
"node": ">=16 || 14 >=14.17"
|
|
881
|
-
},
|
|
882
|
-
"funding": {
|
|
883
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
"node_modules/@bundled-es-modules/glob/node_modules/path-scurry": {
|
|
887
|
-
"version": "1.11.1",
|
|
888
|
-
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
889
|
-
"license": "BlueOak-1.0.0",
|
|
890
|
-
"dependencies": {
|
|
891
|
-
"lru-cache": "^10.2.0",
|
|
892
|
-
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
893
|
-
},
|
|
894
|
-
"engines": {
|
|
895
|
-
"node": ">=16 || 14 >=14.18"
|
|
896
|
-
},
|
|
897
|
-
"funding": {
|
|
898
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
899
|
-
}
|
|
900
|
-
},
|
|
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": {
|
|
980
|
-
"version": "5.1.2",
|
|
981
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
982
|
-
"license": "MIT",
|
|
983
|
-
"dependencies": {
|
|
984
|
-
"eastasianwidth": "^0.2.0",
|
|
985
|
-
"emoji-regex": "^9.2.2",
|
|
986
|
-
"strip-ansi": "^7.0.1"
|
|
987
|
-
},
|
|
988
|
-
"engines": {
|
|
989
|
-
"node": ">=12"
|
|
990
|
-
},
|
|
991
|
-
"funding": {
|
|
992
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
996
|
-
"version": "7.1.2",
|
|
997
|
-
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
998
|
-
"license": "MIT",
|
|
999
|
-
"dependencies": {
|
|
1000
|
-
"ansi-regex": "^6.0.1"
|
|
1001
|
-
},
|
|
1002
|
-
"engines": {
|
|
1003
|
-
"node": ">=12"
|
|
1004
|
-
},
|
|
1005
|
-
"funding": {
|
|
1006
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
|
-
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
1010
|
-
"version": "8.1.0",
|
|
1011
|
-
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
1012
|
-
"license": "MIT",
|
|
1013
|
-
"dependencies": {
|
|
1014
|
-
"ansi-styles": "^6.1.0",
|
|
1015
|
-
"string-width": "^5.0.1",
|
|
1016
|
-
"strip-ansi": "^7.0.1"
|
|
1017
|
-
},
|
|
1018
|
-
"engines": {
|
|
1019
|
-
"node": ">=12"
|
|
1020
|
-
},
|
|
1021
|
-
"funding": {
|
|
1022
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
822
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
1026
823
|
"version": "1.1.0",
|
|
1027
824
|
"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
@@ -1039,8 +836,8 @@
|
|
|
1039
836
|
}
|
|
1040
837
|
},
|
|
1041
838
|
"node_modules/@istanbuljs/schema": {
|
|
1042
|
-
"version": "0.1.
|
|
1043
|
-
"integrity": "sha512
|
|
839
|
+
"version": "0.1.6",
|
|
840
|
+
"integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==",
|
|
1044
841
|
"dev": true,
|
|
1045
842
|
"license": "MIT",
|
|
1046
843
|
"engines": {
|
|
@@ -1226,9 +1023,15 @@
|
|
|
1226
1023
|
}
|
|
1227
1024
|
}
|
|
1228
1025
|
},
|
|
1026
|
+
"node_modules/@jest/reporters/node_modules/balanced-match": {
|
|
1027
|
+
"version": "1.0.2",
|
|
1028
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1029
|
+
"dev": true,
|
|
1030
|
+
"license": "MIT"
|
|
1031
|
+
},
|
|
1229
1032
|
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
1230
|
-
"version": "1.1.
|
|
1231
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "1.1.14",
|
|
1034
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
1232
1035
|
"dev": true,
|
|
1233
1036
|
"license": "MIT",
|
|
1234
1037
|
"dependencies": {
|
|
@@ -1239,7 +1042,7 @@
|
|
|
1239
1042
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
1240
1043
|
"version": "7.2.3",
|
|
1241
1044
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1242
|
-
"deprecated": "
|
|
1045
|
+
"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
1046
|
"dev": true,
|
|
1244
1047
|
"license": "ISC",
|
|
1245
1048
|
"dependencies": {
|
|
@@ -1258,8 +1061,8 @@
|
|
|
1258
1061
|
}
|
|
1259
1062
|
},
|
|
1260
1063
|
"node_modules/@jest/reporters/node_modules/minimatch": {
|
|
1261
|
-
"version": "3.1.
|
|
1262
|
-
"integrity": "sha512-
|
|
1064
|
+
"version": "3.1.5",
|
|
1065
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
1263
1066
|
"dev": true,
|
|
1264
1067
|
"license": "ISC",
|
|
1265
1068
|
"dependencies": {
|
|
@@ -1409,126 +1212,9 @@
|
|
|
1409
1212
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
1410
1213
|
}
|
|
1411
1214
|
},
|
|
1412
|
-
"node_modules/@jsonjoy.com/base64": {
|
|
1413
|
-
"version": "1.1.2",
|
|
1414
|
-
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
1415
|
-
"license": "Apache-2.0",
|
|
1416
|
-
"engines": {
|
|
1417
|
-
"node": ">=10.0"
|
|
1418
|
-
},
|
|
1419
|
-
"funding": {
|
|
1420
|
-
"type": "github",
|
|
1421
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1422
|
-
},
|
|
1423
|
-
"peerDependencies": {
|
|
1424
|
-
"tslib": "2"
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
"node_modules/@jsonjoy.com/buffers": {
|
|
1428
|
-
"version": "1.2.1",
|
|
1429
|
-
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
1430
|
-
"license": "Apache-2.0",
|
|
1431
|
-
"engines": {
|
|
1432
|
-
"node": ">=10.0"
|
|
1433
|
-
},
|
|
1434
|
-
"funding": {
|
|
1435
|
-
"type": "github",
|
|
1436
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1437
|
-
},
|
|
1438
|
-
"peerDependencies": {
|
|
1439
|
-
"tslib": "2"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
"node_modules/@jsonjoy.com/codegen": {
|
|
1443
|
-
"version": "1.0.0",
|
|
1444
|
-
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
1445
|
-
"license": "Apache-2.0",
|
|
1446
|
-
"engines": {
|
|
1447
|
-
"node": ">=10.0"
|
|
1448
|
-
},
|
|
1449
|
-
"funding": {
|
|
1450
|
-
"type": "github",
|
|
1451
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1452
|
-
},
|
|
1453
|
-
"peerDependencies": {
|
|
1454
|
-
"tslib": "2"
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
"node_modules/@jsonjoy.com/json-pack": {
|
|
1458
|
-
"version": "1.21.0",
|
|
1459
|
-
"integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
|
|
1460
|
-
"license": "Apache-2.0",
|
|
1461
|
-
"dependencies": {
|
|
1462
|
-
"@jsonjoy.com/base64": "^1.1.2",
|
|
1463
|
-
"@jsonjoy.com/buffers": "^1.2.0",
|
|
1464
|
-
"@jsonjoy.com/codegen": "^1.0.0",
|
|
1465
|
-
"@jsonjoy.com/json-pointer": "^1.0.2",
|
|
1466
|
-
"@jsonjoy.com/util": "^1.9.0",
|
|
1467
|
-
"hyperdyperid": "^1.2.0",
|
|
1468
|
-
"thingies": "^2.5.0",
|
|
1469
|
-
"tree-dump": "^1.1.0"
|
|
1470
|
-
},
|
|
1471
|
-
"engines": {
|
|
1472
|
-
"node": ">=10.0"
|
|
1473
|
-
},
|
|
1474
|
-
"funding": {
|
|
1475
|
-
"type": "github",
|
|
1476
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1477
|
-
},
|
|
1478
|
-
"peerDependencies": {
|
|
1479
|
-
"tslib": "2"
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
"node_modules/@jsonjoy.com/json-pointer": {
|
|
1483
|
-
"version": "1.0.2",
|
|
1484
|
-
"integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
|
|
1485
|
-
"license": "Apache-2.0",
|
|
1486
|
-
"dependencies": {
|
|
1487
|
-
"@jsonjoy.com/codegen": "^1.0.0",
|
|
1488
|
-
"@jsonjoy.com/util": "^1.9.0"
|
|
1489
|
-
},
|
|
1490
|
-
"engines": {
|
|
1491
|
-
"node": ">=10.0"
|
|
1492
|
-
},
|
|
1493
|
-
"funding": {
|
|
1494
|
-
"type": "github",
|
|
1495
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1496
|
-
},
|
|
1497
|
-
"peerDependencies": {
|
|
1498
|
-
"tslib": "2"
|
|
1499
|
-
}
|
|
1500
|
-
},
|
|
1501
|
-
"node_modules/@jsonjoy.com/util": {
|
|
1502
|
-
"version": "1.9.0",
|
|
1503
|
-
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
1504
|
-
"license": "Apache-2.0",
|
|
1505
|
-
"dependencies": {
|
|
1506
|
-
"@jsonjoy.com/buffers": "^1.0.0",
|
|
1507
|
-
"@jsonjoy.com/codegen": "^1.0.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/@pkgjs/parseargs": {
|
|
1521
|
-
"version": "0.11.0",
|
|
1522
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
1523
|
-
"license": "MIT",
|
|
1524
|
-
"optional": true,
|
|
1525
|
-
"engines": {
|
|
1526
|
-
"node": ">=14"
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
1215
|
"node_modules/@sinclair/typebox": {
|
|
1530
|
-
"version": "0.27.
|
|
1531
|
-
"integrity": "sha512
|
|
1216
|
+
"version": "0.27.10",
|
|
1217
|
+
"integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
|
|
1532
1218
|
"dev": true,
|
|
1533
1219
|
"license": "MIT"
|
|
1534
1220
|
},
|
|
@@ -1573,12 +1259,12 @@
|
|
|
1573
1259
|
}
|
|
1574
1260
|
},
|
|
1575
1261
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1576
|
-
"version": "7.
|
|
1577
|
-
"integrity": "sha512-
|
|
1262
|
+
"version": "7.29.3",
|
|
1263
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
1578
1264
|
"dev": true,
|
|
1579
1265
|
"license": "MIT",
|
|
1580
1266
|
"dependencies": {
|
|
1581
|
-
"@babel/types": "^7.
|
|
1267
|
+
"@babel/types": "^7.29.0"
|
|
1582
1268
|
},
|
|
1583
1269
|
"bin": {
|
|
1584
1270
|
"parser": "bin/babel-parser.js"
|
|
@@ -1653,20 +1339,15 @@
|
|
|
1653
1339
|
}
|
|
1654
1340
|
},
|
|
1655
1341
|
"node_modules/@types/color-convert": {
|
|
1656
|
-
"version": "
|
|
1657
|
-
"integrity": "sha512-
|
|
1342
|
+
"version": "3.0.1",
|
|
1343
|
+
"integrity": "sha512-Wj7O4Y7tPo/3y9z4K0XRLbLBP2hCHq2vlmLkR0uQDGmLdoUVDmUrXy50ZffMxZKzBpYxFT+4FnDT8xzMlnKRQQ==",
|
|
1344
|
+
"deprecated": "This is a stub types definition. color-convert provides its own type definitions, so you do not need this installed.",
|
|
1658
1345
|
"dev": true,
|
|
1659
1346
|
"license": "MIT",
|
|
1660
1347
|
"dependencies": {
|
|
1661
|
-
"
|
|
1348
|
+
"color-convert": "*"
|
|
1662
1349
|
}
|
|
1663
1350
|
},
|
|
1664
|
-
"node_modules/@types/color-name": {
|
|
1665
|
-
"version": "1.1.5",
|
|
1666
|
-
"integrity": "sha512-j2K5UJqGTxeesj6oQuGpMgifpT5k9HprgQd8D1Y0lOFqKHl3PJu5GMeS4Y5EgjS55AE6OQxf8mPED9uaGbf4Cg==",
|
|
1667
|
-
"dev": true,
|
|
1668
|
-
"license": "MIT"
|
|
1669
|
-
},
|
|
1670
1351
|
"node_modules/@types/css-tree": {
|
|
1671
1352
|
"version": "2.0.0",
|
|
1672
1353
|
"integrity": "sha512-mY2sXRLBnUPMYw6mkOT+6dABeaNxAEKZz6scE9kQPNJx8fKe1fOsm8Honl7+xFYe6TKX8WNk2+7oMp2vBArJ9Q==",
|
|
@@ -1809,34 +1490,14 @@
|
|
|
1809
1490
|
"@types/node": "*"
|
|
1810
1491
|
}
|
|
1811
1492
|
},
|
|
1812
|
-
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1813
|
-
"version": "11.14.2-rc.6311",
|
|
1814
|
-
"integrity": "sha512-JBab4nvAW3oeF4BFBHEhLVhAoQ2G9DLBvt2gns5mpePHFQHi6SadYQDtjJBISZEks4JaoWhy1G05jwFDK52dzw==",
|
|
1815
|
-
"license": "ISC"
|
|
1816
|
-
},
|
|
1817
1493
|
"node_modules/@wavemaker/foundation-css": {
|
|
1818
|
-
"version": "11.14.
|
|
1819
|
-
"integrity": "sha512-
|
|
1494
|
+
"version": "11.14.4-rc.647538",
|
|
1495
|
+
"integrity": "sha512-FWwHwVRHjSBwaTs5g93Sk+jpPZvusN5yljQfQ/b4B8ahzhduQdrGIYgsU1A8abYtqy/Ilb+ij9Jj4DYuQHKmSw==",
|
|
1820
1496
|
"license": "ISC",
|
|
1821
1497
|
"dependencies": {
|
|
1822
1498
|
"chroma-js": "^3.1.2"
|
|
1823
1499
|
}
|
|
1824
1500
|
},
|
|
1825
|
-
"node_modules/@yarnpkg/lockfile": {
|
|
1826
|
-
"version": "1.1.0",
|
|
1827
|
-
"integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
|
|
1828
|
-
"license": "BSD-2-Clause"
|
|
1829
|
-
},
|
|
1830
|
-
"node_modules/@zip.js/zip.js": {
|
|
1831
|
-
"version": "2.8.11",
|
|
1832
|
-
"integrity": "sha512-0fztsk/0ryJ+2PPr9EyXS5/Co7OK8q3zY/xOoozEWaUsL5x+C0cyZ4YyMuUffOO2Dx/rAdq4JMPqW0VUtm+vzA==",
|
|
1833
|
-
"license": "BSD-3-Clause",
|
|
1834
|
-
"engines": {
|
|
1835
|
-
"bun": ">=0.7.0",
|
|
1836
|
-
"deno": ">=1.0.0",
|
|
1837
|
-
"node": ">=18.0.0"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
1501
|
"node_modules/adm-zip": {
|
|
1841
1502
|
"version": "0.5.9",
|
|
1842
1503
|
"integrity": "sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg==",
|
|
@@ -1890,6 +1551,22 @@
|
|
|
1890
1551
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1891
1552
|
}
|
|
1892
1553
|
},
|
|
1554
|
+
"node_modules/ansi-styles/node_modules/color-convert": {
|
|
1555
|
+
"version": "2.0.1",
|
|
1556
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
1557
|
+
"license": "MIT",
|
|
1558
|
+
"dependencies": {
|
|
1559
|
+
"color-name": "~1.1.4"
|
|
1560
|
+
},
|
|
1561
|
+
"engines": {
|
|
1562
|
+
"node": ">=7.0.0"
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"node_modules/ansi-styles/node_modules/color-name": {
|
|
1566
|
+
"version": "1.1.4",
|
|
1567
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
1568
|
+
"license": "MIT"
|
|
1569
|
+
},
|
|
1893
1570
|
"node_modules/anymatch": {
|
|
1894
1571
|
"version": "3.1.3",
|
|
1895
1572
|
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
@@ -1912,18 +1589,6 @@
|
|
|
1912
1589
|
"sprintf-js": "~1.0.2"
|
|
1913
1590
|
}
|
|
1914
1591
|
},
|
|
1915
|
-
"node_modules/assert": {
|
|
1916
|
-
"version": "2.1.0",
|
|
1917
|
-
"integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==",
|
|
1918
|
-
"license": "MIT",
|
|
1919
|
-
"dependencies": {
|
|
1920
|
-
"call-bind": "^1.0.2",
|
|
1921
|
-
"is-nan": "^1.3.2",
|
|
1922
|
-
"object-is": "^1.1.5",
|
|
1923
|
-
"object.assign": "^4.1.4",
|
|
1924
|
-
"util": "^0.12.5"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
1592
|
"node_modules/asynckit": {
|
|
1928
1593
|
"version": "0.4.0",
|
|
1929
1594
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
@@ -1948,20 +1613,6 @@
|
|
|
1948
1613
|
"node": ">= 4.5.0"
|
|
1949
1614
|
}
|
|
1950
1615
|
},
|
|
1951
|
-
"node_modules/available-typed-arrays": {
|
|
1952
|
-
"version": "1.0.7",
|
|
1953
|
-
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
1954
|
-
"license": "MIT",
|
|
1955
|
-
"dependencies": {
|
|
1956
|
-
"possible-typed-array-names": "^1.0.0"
|
|
1957
|
-
},
|
|
1958
|
-
"engines": {
|
|
1959
|
-
"node": ">= 0.4"
|
|
1960
|
-
},
|
|
1961
|
-
"funding": {
|
|
1962
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
1616
|
"node_modules/axios": {
|
|
1966
1617
|
"version": "1.8.3",
|
|
1967
1618
|
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
|
|
@@ -2010,12 +1661,12 @@
|
|
|
2010
1661
|
}
|
|
2011
1662
|
},
|
|
2012
1663
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
2013
|
-
"version": "7.
|
|
2014
|
-
"integrity": "sha512-
|
|
1664
|
+
"version": "7.29.3",
|
|
1665
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
2015
1666
|
"dev": true,
|
|
2016
1667
|
"license": "MIT",
|
|
2017
1668
|
"dependencies": {
|
|
2018
|
-
"@babel/types": "^7.
|
|
1669
|
+
"@babel/types": "^7.29.0"
|
|
2019
1670
|
},
|
|
2020
1671
|
"bin": {
|
|
2021
1672
|
"parser": "bin/babel-parser.js"
|
|
@@ -2107,10 +1758,14 @@
|
|
|
2107
1758
|
}
|
|
2108
1759
|
},
|
|
2109
1760
|
"node_modules/balanced-match": {
|
|
2110
|
-
"version": "
|
|
2111
|
-
"integrity": "sha512-
|
|
2112
|
-
"
|
|
2113
|
-
|
|
1761
|
+
"version": "4.0.4",
|
|
1762
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1763
|
+
"dev": true,
|
|
1764
|
+
"license": "MIT",
|
|
1765
|
+
"engines": {
|
|
1766
|
+
"node": "18 || 20 || >=22"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
2114
1769
|
"node_modules/base64-js": {
|
|
2115
1770
|
"version": "1.5.1",
|
|
2116
1771
|
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
@@ -2131,12 +1786,15 @@
|
|
|
2131
1786
|
"license": "MIT"
|
|
2132
1787
|
},
|
|
2133
1788
|
"node_modules/baseline-browser-mapping": {
|
|
2134
|
-
"version": "2.
|
|
2135
|
-
"integrity": "sha512-
|
|
1789
|
+
"version": "2.10.31",
|
|
1790
|
+
"integrity": "sha512-MujYO3eP72uvmSE0i4wltsodRfIpZATP3jvzRNRGGxgzId7aVocVJJV3nf01qnzzKFGxQVC9bpWxl5cjxTr/7Q==",
|
|
2136
1791
|
"dev": true,
|
|
2137
1792
|
"license": "Apache-2.0",
|
|
2138
1793
|
"bin": {
|
|
2139
|
-
"baseline-browser-mapping": "dist/cli.
|
|
1794
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
1795
|
+
},
|
|
1796
|
+
"engines": {
|
|
1797
|
+
"node": ">=6.0.0"
|
|
2140
1798
|
}
|
|
2141
1799
|
},
|
|
2142
1800
|
"node_modules/bl": {
|
|
@@ -2149,45 +1807,27 @@
|
|
|
2149
1807
|
"readable-stream": "^3.4.0"
|
|
2150
1808
|
}
|
|
2151
1809
|
},
|
|
2152
|
-
"node_modules/bl/node_modules/buffer": {
|
|
2153
|
-
"version": "5.7.1",
|
|
2154
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
2155
|
-
"funding": [
|
|
2156
|
-
{
|
|
2157
|
-
"type": "github",
|
|
2158
|
-
"url": "https://github.com/sponsors/feross"
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"type": "patreon",
|
|
2162
|
-
"url": "https://www.patreon.com/feross"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"type": "consulting",
|
|
2166
|
-
"url": "https://feross.org/support"
|
|
2167
|
-
}
|
|
2168
|
-
],
|
|
2169
|
-
"license": "MIT",
|
|
2170
|
-
"dependencies": {
|
|
2171
|
-
"base64-js": "^1.3.1",
|
|
2172
|
-
"ieee754": "^1.1.13"
|
|
2173
|
-
}
|
|
2174
|
-
},
|
|
2175
1810
|
"node_modules/boolbase": {
|
|
2176
1811
|
"version": "1.0.0",
|
|
2177
1812
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
2178
1813
|
"license": "ISC"
|
|
2179
1814
|
},
|
|
2180
1815
|
"node_modules/brace-expansion": {
|
|
2181
|
-
"version": "
|
|
2182
|
-
"integrity": "sha512-
|
|
1816
|
+
"version": "5.0.6",
|
|
1817
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1818
|
+
"dev": true,
|
|
2183
1819
|
"license": "MIT",
|
|
2184
1820
|
"dependencies": {
|
|
2185
|
-
"balanced-match": "^
|
|
1821
|
+
"balanced-match": "^4.0.2"
|
|
1822
|
+
},
|
|
1823
|
+
"engines": {
|
|
1824
|
+
"node": "18 || 20 || >=22"
|
|
2186
1825
|
}
|
|
2187
1826
|
},
|
|
2188
1827
|
"node_modules/braces": {
|
|
2189
1828
|
"version": "3.0.3",
|
|
2190
1829
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
1830
|
+
"dev": true,
|
|
2191
1831
|
"license": "MIT",
|
|
2192
1832
|
"dependencies": {
|
|
2193
1833
|
"fill-range": "^7.1.1"
|
|
@@ -2197,8 +1837,8 @@
|
|
|
2197
1837
|
}
|
|
2198
1838
|
},
|
|
2199
1839
|
"node_modules/browserslist": {
|
|
2200
|
-
"version": "4.28.
|
|
2201
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "4.28.2",
|
|
1841
|
+
"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
|
|
2202
1842
|
"dev": true,
|
|
2203
1843
|
"funding": [
|
|
2204
1844
|
{
|
|
@@ -2216,11 +1856,11 @@
|
|
|
2216
1856
|
],
|
|
2217
1857
|
"license": "MIT",
|
|
2218
1858
|
"dependencies": {
|
|
2219
|
-
"baseline-browser-mapping": "^2.
|
|
2220
|
-
"caniuse-lite": "^1.0.
|
|
2221
|
-
"electron-to-chromium": "^1.5.
|
|
2222
|
-
"node-releases": "^2.0.
|
|
2223
|
-
"update-browserslist-db": "^1.
|
|
1859
|
+
"baseline-browser-mapping": "^2.10.12",
|
|
1860
|
+
"caniuse-lite": "^1.0.30001782",
|
|
1861
|
+
"electron-to-chromium": "^1.5.328",
|
|
1862
|
+
"node-releases": "^2.0.36",
|
|
1863
|
+
"update-browserslist-db": "^1.2.3"
|
|
2224
1864
|
},
|
|
2225
1865
|
"bin": {
|
|
2226
1866
|
"browserslist": "cli.js"
|
|
@@ -2251,8 +1891,8 @@
|
|
|
2251
1891
|
}
|
|
2252
1892
|
},
|
|
2253
1893
|
"node_modules/buffer": {
|
|
2254
|
-
"version": "
|
|
2255
|
-
"integrity": "sha512-
|
|
1894
|
+
"version": "5.7.1",
|
|
1895
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
2256
1896
|
"funding": [
|
|
2257
1897
|
{
|
|
2258
1898
|
"type": "github",
|
|
@@ -2270,7 +1910,7 @@
|
|
|
2270
1910
|
"license": "MIT",
|
|
2271
1911
|
"dependencies": {
|
|
2272
1912
|
"base64-js": "^1.3.1",
|
|
2273
|
-
"ieee754": "^1.
|
|
1913
|
+
"ieee754": "^1.1.13"
|
|
2274
1914
|
}
|
|
2275
1915
|
},
|
|
2276
1916
|
"node_modules/buffer-crc32": {
|
|
@@ -2287,23 +1927,6 @@
|
|
|
2287
1927
|
"dev": true,
|
|
2288
1928
|
"license": "MIT"
|
|
2289
1929
|
},
|
|
2290
|
-
"node_modules/call-bind": {
|
|
2291
|
-
"version": "1.0.8",
|
|
2292
|
-
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
2293
|
-
"license": "MIT",
|
|
2294
|
-
"dependencies": {
|
|
2295
|
-
"call-bind-apply-helpers": "^1.0.0",
|
|
2296
|
-
"es-define-property": "^1.0.0",
|
|
2297
|
-
"get-intrinsic": "^1.2.4",
|
|
2298
|
-
"set-function-length": "^1.2.2"
|
|
2299
|
-
},
|
|
2300
|
-
"engines": {
|
|
2301
|
-
"node": ">= 0.4"
|
|
2302
|
-
},
|
|
2303
|
-
"funding": {
|
|
2304
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2305
|
-
}
|
|
2306
|
-
},
|
|
2307
1930
|
"node_modules/call-bind-apply-helpers": {
|
|
2308
1931
|
"version": "1.0.2",
|
|
2309
1932
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
@@ -2316,21 +1939,6 @@
|
|
|
2316
1939
|
"node": ">= 0.4"
|
|
2317
1940
|
}
|
|
2318
1941
|
},
|
|
2319
|
-
"node_modules/call-bound": {
|
|
2320
|
-
"version": "1.0.4",
|
|
2321
|
-
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
2322
|
-
"license": "MIT",
|
|
2323
|
-
"dependencies": {
|
|
2324
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
2325
|
-
"get-intrinsic": "^1.3.0"
|
|
2326
|
-
},
|
|
2327
|
-
"engines": {
|
|
2328
|
-
"node": ">= 0.4"
|
|
2329
|
-
},
|
|
2330
|
-
"funding": {
|
|
2331
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2332
|
-
}
|
|
2333
|
-
},
|
|
2334
1942
|
"node_modules/callsites": {
|
|
2335
1943
|
"version": "3.1.0",
|
|
2336
1944
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
@@ -2358,8 +1966,8 @@
|
|
|
2358
1966
|
}
|
|
2359
1967
|
},
|
|
2360
1968
|
"node_modules/caniuse-lite": {
|
|
2361
|
-
"version": "1.0.
|
|
2362
|
-
"integrity": "sha512-
|
|
1969
|
+
"version": "1.0.30001793",
|
|
1970
|
+
"integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
|
|
2363
1971
|
"dev": true,
|
|
2364
1972
|
"funding": [
|
|
2365
1973
|
{
|
|
@@ -2380,6 +1988,7 @@
|
|
|
2380
1988
|
"node_modules/chalk": {
|
|
2381
1989
|
"version": "4.1.2",
|
|
2382
1990
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
1991
|
+
"dev": true,
|
|
2383
1992
|
"license": "MIT",
|
|
2384
1993
|
"dependencies": {
|
|
2385
1994
|
"ansi-styles": "^4.1.0",
|
|
@@ -2392,11 +2001,6 @@
|
|
|
2392
2001
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2393
2002
|
}
|
|
2394
2003
|
},
|
|
2395
|
-
"node_modules/change-case": {
|
|
2396
|
-
"version": "5.4.4",
|
|
2397
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
2398
|
-
"license": "MIT"
|
|
2399
|
-
},
|
|
2400
2004
|
"node_modules/char-regex": {
|
|
2401
2005
|
"version": "1.0.2",
|
|
2402
2006
|
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
|
|
@@ -2412,13 +2016,14 @@
|
|
|
2412
2016
|
"license": "ISC"
|
|
2413
2017
|
},
|
|
2414
2018
|
"node_modules/chroma-js": {
|
|
2415
|
-
"version": "3.
|
|
2416
|
-
"integrity": "sha512-
|
|
2019
|
+
"version": "3.2.0",
|
|
2020
|
+
"integrity": "sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw==",
|
|
2417
2021
|
"license": "(BSD-3-Clause AND Apache-2.0)"
|
|
2418
2022
|
},
|
|
2419
2023
|
"node_modules/ci-info": {
|
|
2420
2024
|
"version": "3.9.0",
|
|
2421
2025
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
2026
|
+
"dev": true,
|
|
2422
2027
|
"funding": [
|
|
2423
2028
|
{
|
|
2424
2029
|
"type": "github",
|
|
@@ -2494,20 +2099,25 @@
|
|
|
2494
2099
|
}
|
|
2495
2100
|
},
|
|
2496
2101
|
"node_modules/color-convert": {
|
|
2497
|
-
"version": "
|
|
2498
|
-
"integrity": "sha512-
|
|
2102
|
+
"version": "3.1.3",
|
|
2103
|
+
"integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
|
|
2104
|
+
"dev": true,
|
|
2499
2105
|
"license": "MIT",
|
|
2500
2106
|
"dependencies": {
|
|
2501
|
-
"color-name": "
|
|
2107
|
+
"color-name": "^2.0.0"
|
|
2502
2108
|
},
|
|
2503
2109
|
"engines": {
|
|
2504
|
-
"node": ">=
|
|
2110
|
+
"node": ">=14.6"
|
|
2505
2111
|
}
|
|
2506
2112
|
},
|
|
2507
2113
|
"node_modules/color-name": {
|
|
2508
|
-
"version": "
|
|
2509
|
-
"integrity": "sha512-
|
|
2510
|
-
"
|
|
2114
|
+
"version": "2.1.0",
|
|
2115
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
2116
|
+
"dev": true,
|
|
2117
|
+
"license": "MIT",
|
|
2118
|
+
"engines": {
|
|
2119
|
+
"node": ">=12.20"
|
|
2120
|
+
}
|
|
2511
2121
|
},
|
|
2512
2122
|
"node_modules/color-string": {
|
|
2513
2123
|
"version": "1.9.1",
|
|
@@ -2518,34 +2128,36 @@
|
|
|
2518
2128
|
"simple-swizzle": "^0.2.2"
|
|
2519
2129
|
}
|
|
2520
2130
|
},
|
|
2521
|
-
"node_modules/
|
|
2522
|
-
"version": "1.
|
|
2523
|
-
"integrity": "sha512-
|
|
2131
|
+
"node_modules/color-string/node_modules/color-name": {
|
|
2132
|
+
"version": "1.1.4",
|
|
2133
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2134
|
+
"license": "MIT"
|
|
2135
|
+
},
|
|
2136
|
+
"node_modules/color/node_modules/color-convert": {
|
|
2137
|
+
"version": "2.0.1",
|
|
2138
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
2524
2139
|
"license": "MIT",
|
|
2525
2140
|
"dependencies": {
|
|
2526
|
-
"
|
|
2141
|
+
"color-name": "~1.1.4"
|
|
2527
2142
|
},
|
|
2528
2143
|
"engines": {
|
|
2529
|
-
"node": ">=
|
|
2144
|
+
"node": ">=7.0.0"
|
|
2530
2145
|
}
|
|
2531
2146
|
},
|
|
2532
|
-
"node_modules/
|
|
2533
|
-
"version": "
|
|
2534
|
-
"integrity": "sha512-
|
|
2535
|
-
"license": "MIT"
|
|
2536
|
-
"engines": {
|
|
2537
|
-
"node": ">= 12"
|
|
2538
|
-
}
|
|
2147
|
+
"node_modules/color/node_modules/color-name": {
|
|
2148
|
+
"version": "1.1.4",
|
|
2149
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2150
|
+
"license": "MIT"
|
|
2539
2151
|
},
|
|
2540
|
-
"node_modules/
|
|
2541
|
-
"version": "
|
|
2542
|
-
"integrity": "sha512-
|
|
2152
|
+
"node_modules/combined-stream": {
|
|
2153
|
+
"version": "1.0.8",
|
|
2154
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
2543
2155
|
"license": "MIT",
|
|
2544
|
-
"
|
|
2545
|
-
"
|
|
2156
|
+
"dependencies": {
|
|
2157
|
+
"delayed-stream": "~1.0.0"
|
|
2546
2158
|
},
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2159
|
+
"engines": {
|
|
2160
|
+
"node": ">= 0.8"
|
|
2549
2161
|
}
|
|
2550
2162
|
},
|
|
2551
2163
|
"node_modules/concat-map": {
|
|
@@ -2720,8 +2332,8 @@
|
|
|
2720
2332
|
}
|
|
2721
2333
|
},
|
|
2722
2334
|
"node_modules/dedent": {
|
|
2723
|
-
"version": "1.7.
|
|
2724
|
-
"integrity": "sha512-
|
|
2335
|
+
"version": "1.7.2",
|
|
2336
|
+
"integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
|
|
2725
2337
|
"dev": true,
|
|
2726
2338
|
"license": "MIT",
|
|
2727
2339
|
"peerDependencies": {
|
|
@@ -2736,43 +2348,12 @@
|
|
|
2736
2348
|
"node_modules/deepmerge": {
|
|
2737
2349
|
"version": "4.3.1",
|
|
2738
2350
|
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
2351
|
+
"dev": true,
|
|
2739
2352
|
"license": "MIT",
|
|
2740
2353
|
"engines": {
|
|
2741
2354
|
"node": ">=0.10.0"
|
|
2742
2355
|
}
|
|
2743
2356
|
},
|
|
2744
|
-
"node_modules/define-data-property": {
|
|
2745
|
-
"version": "1.1.4",
|
|
2746
|
-
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
2747
|
-
"license": "MIT",
|
|
2748
|
-
"dependencies": {
|
|
2749
|
-
"es-define-property": "^1.0.0",
|
|
2750
|
-
"es-errors": "^1.3.0",
|
|
2751
|
-
"gopd": "^1.0.1"
|
|
2752
|
-
},
|
|
2753
|
-
"engines": {
|
|
2754
|
-
"node": ">= 0.4"
|
|
2755
|
-
},
|
|
2756
|
-
"funding": {
|
|
2757
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
|
-
"node_modules/define-properties": {
|
|
2761
|
-
"version": "1.2.1",
|
|
2762
|
-
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
2763
|
-
"license": "MIT",
|
|
2764
|
-
"dependencies": {
|
|
2765
|
-
"define-data-property": "^1.0.1",
|
|
2766
|
-
"has-property-descriptors": "^1.0.0",
|
|
2767
|
-
"object-keys": "^1.1.1"
|
|
2768
|
-
},
|
|
2769
|
-
"engines": {
|
|
2770
|
-
"node": ">= 0.4"
|
|
2771
|
-
},
|
|
2772
|
-
"funding": {
|
|
2773
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
2357
|
"node_modules/delayed-stream": {
|
|
2777
2358
|
"version": "1.0.0",
|
|
2778
2359
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
@@ -2868,14 +2449,9 @@
|
|
|
2868
2449
|
"node": ">= 0.4"
|
|
2869
2450
|
}
|
|
2870
2451
|
},
|
|
2871
|
-
"node_modules/eastasianwidth": {
|
|
2872
|
-
"version": "0.2.0",
|
|
2873
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
2874
|
-
"license": "MIT"
|
|
2875
|
-
},
|
|
2876
2452
|
"node_modules/electron-to-chromium": {
|
|
2877
|
-
"version": "1.5.
|
|
2878
|
-
"integrity": "sha512-
|
|
2453
|
+
"version": "1.5.361",
|
|
2454
|
+
"integrity": "sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==",
|
|
2879
2455
|
"dev": true,
|
|
2880
2456
|
"license": "ISC"
|
|
2881
2457
|
},
|
|
@@ -3004,14 +2580,6 @@
|
|
|
3004
2580
|
"node": ">=4"
|
|
3005
2581
|
}
|
|
3006
2582
|
},
|
|
3007
|
-
"node_modules/events": {
|
|
3008
|
-
"version": "3.3.0",
|
|
3009
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
3010
|
-
"license": "MIT",
|
|
3011
|
-
"engines": {
|
|
3012
|
-
"node": ">=0.8.x"
|
|
3013
|
-
}
|
|
3014
|
-
},
|
|
3015
2583
|
"node_modules/execa": {
|
|
3016
2584
|
"version": "5.0.0",
|
|
3017
2585
|
"integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==",
|
|
@@ -3117,6 +2685,7 @@
|
|
|
3117
2685
|
"node_modules/fill-range": {
|
|
3118
2686
|
"version": "7.1.1",
|
|
3119
2687
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
2688
|
+
"dev": true,
|
|
3120
2689
|
"license": "MIT",
|
|
3121
2690
|
"dependencies": {
|
|
3122
2691
|
"to-regex-range": "^5.0.1"
|
|
@@ -3137,17 +2706,9 @@
|
|
|
3137
2706
|
"node": ">=8"
|
|
3138
2707
|
}
|
|
3139
2708
|
},
|
|
3140
|
-
"node_modules/find-yarn-workspace-root": {
|
|
3141
|
-
"version": "2.0.0",
|
|
3142
|
-
"integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
|
|
3143
|
-
"license": "Apache-2.0",
|
|
3144
|
-
"dependencies": {
|
|
3145
|
-
"micromatch": "^4.0.2"
|
|
3146
|
-
}
|
|
3147
|
-
},
|
|
3148
2709
|
"node_modules/follow-redirects": {
|
|
3149
|
-
"version": "1.
|
|
3150
|
-
"integrity": "sha512-
|
|
2710
|
+
"version": "1.16.0",
|
|
2711
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
3151
2712
|
"funding": [
|
|
3152
2713
|
{
|
|
3153
2714
|
"type": "individual",
|
|
@@ -3164,46 +2725,6 @@
|
|
|
3164
2725
|
}
|
|
3165
2726
|
}
|
|
3166
2727
|
},
|
|
3167
|
-
"node_modules/for-each": {
|
|
3168
|
-
"version": "0.3.5",
|
|
3169
|
-
"integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
|
|
3170
|
-
"license": "MIT",
|
|
3171
|
-
"dependencies": {
|
|
3172
|
-
"is-callable": "^1.2.7"
|
|
3173
|
-
},
|
|
3174
|
-
"engines": {
|
|
3175
|
-
"node": ">= 0.4"
|
|
3176
|
-
},
|
|
3177
|
-
"funding": {
|
|
3178
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3179
|
-
}
|
|
3180
|
-
},
|
|
3181
|
-
"node_modules/foreground-child": {
|
|
3182
|
-
"version": "3.3.1",
|
|
3183
|
-
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
3184
|
-
"license": "ISC",
|
|
3185
|
-
"dependencies": {
|
|
3186
|
-
"cross-spawn": "^7.0.6",
|
|
3187
|
-
"signal-exit": "^4.0.1"
|
|
3188
|
-
},
|
|
3189
|
-
"engines": {
|
|
3190
|
-
"node": ">=14"
|
|
3191
|
-
},
|
|
3192
|
-
"funding": {
|
|
3193
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3194
|
-
}
|
|
3195
|
-
},
|
|
3196
|
-
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
3197
|
-
"version": "4.1.0",
|
|
3198
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3199
|
-
"license": "ISC",
|
|
3200
|
-
"engines": {
|
|
3201
|
-
"node": ">=14"
|
|
3202
|
-
},
|
|
3203
|
-
"funding": {
|
|
3204
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3205
|
-
}
|
|
3206
|
-
},
|
|
3207
2728
|
"node_modules/form-data": {
|
|
3208
2729
|
"version": "4.0.5",
|
|
3209
2730
|
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
@@ -3265,14 +2786,6 @@
|
|
|
3265
2786
|
"url": "https://github.com/sponsors/ljharb"
|
|
3266
2787
|
}
|
|
3267
2788
|
},
|
|
3268
|
-
"node_modules/generator-function": {
|
|
3269
|
-
"version": "2.0.1",
|
|
3270
|
-
"integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
|
|
3271
|
-
"license": "MIT",
|
|
3272
|
-
"engines": {
|
|
3273
|
-
"node": ">= 0.4"
|
|
3274
|
-
}
|
|
3275
|
-
},
|
|
3276
2789
|
"node_modules/gensync": {
|
|
3277
2790
|
"version": "1.0.0-beta.2",
|
|
3278
2791
|
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
@@ -3346,37 +2859,22 @@
|
|
|
3346
2859
|
}
|
|
3347
2860
|
},
|
|
3348
2861
|
"node_modules/glob": {
|
|
3349
|
-
"version": "13.0.
|
|
3350
|
-
"integrity": "sha512-
|
|
2862
|
+
"version": "13.0.6",
|
|
2863
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
3351
2864
|
"dev": true,
|
|
3352
2865
|
"license": "BlueOak-1.0.0",
|
|
3353
2866
|
"dependencies": {
|
|
3354
|
-
"minimatch": "^10.
|
|
3355
|
-
"minipass": "^7.1.
|
|
3356
|
-
"path-scurry": "^2.0.
|
|
2867
|
+
"minimatch": "^10.2.2",
|
|
2868
|
+
"minipass": "^7.1.3",
|
|
2869
|
+
"path-scurry": "^2.0.2"
|
|
3357
2870
|
},
|
|
3358
2871
|
"engines": {
|
|
3359
|
-
"node": "20 || >=22"
|
|
2872
|
+
"node": "18 || 20 || >=22"
|
|
3360
2873
|
},
|
|
3361
2874
|
"funding": {
|
|
3362
2875
|
"url": "https://github.com/sponsors/isaacs"
|
|
3363
2876
|
}
|
|
3364
2877
|
},
|
|
3365
|
-
"node_modules/glob-to-regex.js": {
|
|
3366
|
-
"version": "1.2.0",
|
|
3367
|
-
"integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==",
|
|
3368
|
-
"license": "Apache-2.0",
|
|
3369
|
-
"engines": {
|
|
3370
|
-
"node": ">=10.0"
|
|
3371
|
-
},
|
|
3372
|
-
"funding": {
|
|
3373
|
-
"type": "github",
|
|
3374
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3375
|
-
},
|
|
3376
|
-
"peerDependencies": {
|
|
3377
|
-
"tslib": "2"
|
|
3378
|
-
}
|
|
3379
|
-
},
|
|
3380
2878
|
"node_modules/globals": {
|
|
3381
2879
|
"version": "11.12.0",
|
|
3382
2880
|
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
|
@@ -3432,22 +2930,12 @@
|
|
|
3432
2930
|
"node_modules/has-flag": {
|
|
3433
2931
|
"version": "4.0.0",
|
|
3434
2932
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
2933
|
+
"dev": true,
|
|
3435
2934
|
"license": "MIT",
|
|
3436
2935
|
"engines": {
|
|
3437
2936
|
"node": ">=8"
|
|
3438
2937
|
}
|
|
3439
2938
|
},
|
|
3440
|
-
"node_modules/has-property-descriptors": {
|
|
3441
|
-
"version": "1.0.2",
|
|
3442
|
-
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
3443
|
-
"license": "MIT",
|
|
3444
|
-
"dependencies": {
|
|
3445
|
-
"es-define-property": "^1.0.0"
|
|
3446
|
-
},
|
|
3447
|
-
"funding": {
|
|
3448
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3449
|
-
}
|
|
3450
|
-
},
|
|
3451
2939
|
"node_modules/has-symbols": {
|
|
3452
2940
|
"version": "1.1.0",
|
|
3453
2941
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
@@ -3474,8 +2962,8 @@
|
|
|
3474
2962
|
}
|
|
3475
2963
|
},
|
|
3476
2964
|
"node_modules/hasown": {
|
|
3477
|
-
"version": "2.0.
|
|
3478
|
-
"integrity": "sha512-
|
|
2965
|
+
"version": "2.0.3",
|
|
2966
|
+
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
|
3479
2967
|
"license": "MIT",
|
|
3480
2968
|
"dependencies": {
|
|
3481
2969
|
"function-bind": "^1.1.2"
|
|
@@ -3523,14 +3011,6 @@
|
|
|
3523
3011
|
"node": ">=10.17.0"
|
|
3524
3012
|
}
|
|
3525
3013
|
},
|
|
3526
|
-
"node_modules/hyperdyperid": {
|
|
3527
|
-
"version": "1.2.0",
|
|
3528
|
-
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
3529
|
-
"license": "MIT",
|
|
3530
|
-
"engines": {
|
|
3531
|
-
"node": ">=10.18"
|
|
3532
|
-
}
|
|
3533
|
-
},
|
|
3534
3014
|
"node_modules/iconv-lite": {
|
|
3535
3015
|
"version": "0.4.24",
|
|
3536
3016
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
@@ -3617,45 +3097,19 @@
|
|
|
3617
3097
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
3618
3098
|
"license": "ISC"
|
|
3619
3099
|
},
|
|
3620
|
-
"node_modules/is-arguments": {
|
|
3621
|
-
"version": "1.2.0",
|
|
3622
|
-
"integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
|
|
3623
|
-
"license": "MIT",
|
|
3624
|
-
"dependencies": {
|
|
3625
|
-
"call-bound": "^1.0.2",
|
|
3626
|
-
"has-tostringtag": "^1.0.2"
|
|
3627
|
-
},
|
|
3628
|
-
"engines": {
|
|
3629
|
-
"node": ">= 0.4"
|
|
3630
|
-
},
|
|
3631
|
-
"funding": {
|
|
3632
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3633
|
-
}
|
|
3634
|
-
},
|
|
3635
3100
|
"node_modules/is-arrayish": {
|
|
3636
3101
|
"version": "0.2.1",
|
|
3637
3102
|
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
3638
3103
|
"dev": true,
|
|
3639
3104
|
"license": "MIT"
|
|
3640
3105
|
},
|
|
3641
|
-
"node_modules/is-callable": {
|
|
3642
|
-
"version": "1.2.7",
|
|
3643
|
-
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
|
3644
|
-
"license": "MIT",
|
|
3645
|
-
"engines": {
|
|
3646
|
-
"node": ">= 0.4"
|
|
3647
|
-
},
|
|
3648
|
-
"funding": {
|
|
3649
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3650
|
-
}
|
|
3651
|
-
},
|
|
3652
3106
|
"node_modules/is-core-module": {
|
|
3653
|
-
"version": "2.16.
|
|
3654
|
-
"integrity": "sha512-
|
|
3107
|
+
"version": "2.16.2",
|
|
3108
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
3655
3109
|
"dev": true,
|
|
3656
3110
|
"license": "MIT",
|
|
3657
3111
|
"dependencies": {
|
|
3658
|
-
"hasown": "^2.0.
|
|
3112
|
+
"hasown": "^2.0.3"
|
|
3659
3113
|
},
|
|
3660
3114
|
"engines": {
|
|
3661
3115
|
"node": ">= 0.4"
|
|
@@ -3664,20 +3118,6 @@
|
|
|
3664
3118
|
"url": "https://github.com/sponsors/ljharb"
|
|
3665
3119
|
}
|
|
3666
3120
|
},
|
|
3667
|
-
"node_modules/is-docker": {
|
|
3668
|
-
"version": "2.2.1",
|
|
3669
|
-
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
3670
|
-
"license": "MIT",
|
|
3671
|
-
"bin": {
|
|
3672
|
-
"is-docker": "cli.js"
|
|
3673
|
-
},
|
|
3674
|
-
"engines": {
|
|
3675
|
-
"node": ">=8"
|
|
3676
|
-
},
|
|
3677
|
-
"funding": {
|
|
3678
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3679
|
-
}
|
|
3680
|
-
},
|
|
3681
3121
|
"node_modules/is-fullwidth-code-point": {
|
|
3682
3122
|
"version": "3.0.0",
|
|
3683
3123
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
@@ -3695,78 +3135,18 @@
|
|
|
3695
3135
|
"node": ">=6"
|
|
3696
3136
|
}
|
|
3697
3137
|
},
|
|
3698
|
-
"node_modules/is-
|
|
3699
|
-
"version": "
|
|
3700
|
-
"integrity": "sha512-
|
|
3138
|
+
"node_modules/is-number": {
|
|
3139
|
+
"version": "7.0.0",
|
|
3140
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
3141
|
+
"dev": true,
|
|
3701
3142
|
"license": "MIT",
|
|
3702
|
-
"dependencies": {
|
|
3703
|
-
"call-bound": "^1.0.4",
|
|
3704
|
-
"generator-function": "^2.0.0",
|
|
3705
|
-
"get-proto": "^1.0.1",
|
|
3706
|
-
"has-tostringtag": "^1.0.2",
|
|
3707
|
-
"safe-regex-test": "^1.1.0"
|
|
3708
|
-
},
|
|
3709
3143
|
"engines": {
|
|
3710
|
-
"node": ">=
|
|
3711
|
-
},
|
|
3712
|
-
"funding": {
|
|
3713
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3144
|
+
"node": ">=0.12.0"
|
|
3714
3145
|
}
|
|
3715
3146
|
},
|
|
3716
|
-
"node_modules/is-
|
|
3717
|
-
"version": "
|
|
3718
|
-
"integrity": "sha512-
|
|
3719
|
-
"license": "MIT",
|
|
3720
|
-
"dependencies": {
|
|
3721
|
-
"call-bind": "^1.0.0",
|
|
3722
|
-
"define-properties": "^1.1.3"
|
|
3723
|
-
},
|
|
3724
|
-
"engines": {
|
|
3725
|
-
"node": ">= 0.4"
|
|
3726
|
-
},
|
|
3727
|
-
"funding": {
|
|
3728
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3729
|
-
}
|
|
3730
|
-
},
|
|
3731
|
-
"node_modules/is-number": {
|
|
3732
|
-
"version": "7.0.0",
|
|
3733
|
-
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
3734
|
-
"license": "MIT",
|
|
3735
|
-
"engines": {
|
|
3736
|
-
"node": ">=0.12.0"
|
|
3737
|
-
}
|
|
3738
|
-
},
|
|
3739
|
-
"node_modules/is-plain-obj": {
|
|
3740
|
-
"version": "4.1.0",
|
|
3741
|
-
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
3742
|
-
"license": "MIT",
|
|
3743
|
-
"engines": {
|
|
3744
|
-
"node": ">=12"
|
|
3745
|
-
},
|
|
3746
|
-
"funding": {
|
|
3747
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3748
|
-
}
|
|
3749
|
-
},
|
|
3750
|
-
"node_modules/is-regex": {
|
|
3751
|
-
"version": "1.2.1",
|
|
3752
|
-
"integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
|
|
3753
|
-
"license": "MIT",
|
|
3754
|
-
"dependencies": {
|
|
3755
|
-
"call-bound": "^1.0.2",
|
|
3756
|
-
"gopd": "^1.2.0",
|
|
3757
|
-
"has-tostringtag": "^1.0.2",
|
|
3758
|
-
"hasown": "^2.0.2"
|
|
3759
|
-
},
|
|
3760
|
-
"engines": {
|
|
3761
|
-
"node": ">= 0.4"
|
|
3762
|
-
},
|
|
3763
|
-
"funding": {
|
|
3764
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3765
|
-
}
|
|
3766
|
-
},
|
|
3767
|
-
"node_modules/is-stream": {
|
|
3768
|
-
"version": "2.0.1",
|
|
3769
|
-
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
3147
|
+
"node_modules/is-stream": {
|
|
3148
|
+
"version": "2.0.1",
|
|
3149
|
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
3770
3150
|
"license": "MIT",
|
|
3771
3151
|
"engines": {
|
|
3772
3152
|
"node": ">=8"
|
|
@@ -3775,41 +3155,11 @@
|
|
|
3775
3155
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3776
3156
|
}
|
|
3777
3157
|
},
|
|
3778
|
-
"node_modules/is-typed-array": {
|
|
3779
|
-
"version": "1.1.15",
|
|
3780
|
-
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
|
3781
|
-
"license": "MIT",
|
|
3782
|
-
"dependencies": {
|
|
3783
|
-
"which-typed-array": "^1.1.16"
|
|
3784
|
-
},
|
|
3785
|
-
"engines": {
|
|
3786
|
-
"node": ">= 0.4"
|
|
3787
|
-
},
|
|
3788
|
-
"funding": {
|
|
3789
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3792
3158
|
"node_modules/is-what": {
|
|
3793
3159
|
"version": "3.14.1",
|
|
3794
3160
|
"integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
|
|
3795
3161
|
"license": "MIT"
|
|
3796
3162
|
},
|
|
3797
|
-
"node_modules/is-wsl": {
|
|
3798
|
-
"version": "2.2.0",
|
|
3799
|
-
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
3800
|
-
"license": "MIT",
|
|
3801
|
-
"dependencies": {
|
|
3802
|
-
"is-docker": "^2.0.0"
|
|
3803
|
-
},
|
|
3804
|
-
"engines": {
|
|
3805
|
-
"node": ">=8"
|
|
3806
|
-
}
|
|
3807
|
-
},
|
|
3808
|
-
"node_modules/isarray": {
|
|
3809
|
-
"version": "2.0.5",
|
|
3810
|
-
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
3811
|
-
"license": "MIT"
|
|
3812
|
-
},
|
|
3813
3163
|
"node_modules/isexe": {
|
|
3814
3164
|
"version": "2.0.0",
|
|
3815
3165
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
@@ -3841,12 +3191,12 @@
|
|
|
3841
3191
|
}
|
|
3842
3192
|
},
|
|
3843
3193
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
3844
|
-
"version": "7.
|
|
3845
|
-
"integrity": "sha512-
|
|
3194
|
+
"version": "7.29.3",
|
|
3195
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
3846
3196
|
"dev": true,
|
|
3847
3197
|
"license": "MIT",
|
|
3848
3198
|
"dependencies": {
|
|
3849
|
-
"@babel/types": "^7.
|
|
3199
|
+
"@babel/types": "^7.29.0"
|
|
3850
3200
|
},
|
|
3851
3201
|
"bin": {
|
|
3852
3202
|
"parser": "bin/babel-parser.js"
|
|
@@ -3856,8 +3206,8 @@
|
|
|
3856
3206
|
}
|
|
3857
3207
|
},
|
|
3858
3208
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
3859
|
-
"version": "7.
|
|
3860
|
-
"integrity": "sha512-
|
|
3209
|
+
"version": "7.8.1",
|
|
3210
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
3861
3211
|
"dev": true,
|
|
3862
3212
|
"license": "ISC",
|
|
3863
3213
|
"bin": {
|
|
@@ -3917,20 +3267,6 @@
|
|
|
3917
3267
|
"node": ">=8"
|
|
3918
3268
|
}
|
|
3919
3269
|
},
|
|
3920
|
-
"node_modules/jackspeak": {
|
|
3921
|
-
"version": "3.4.3",
|
|
3922
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
3923
|
-
"license": "BlueOak-1.0.0",
|
|
3924
|
-
"dependencies": {
|
|
3925
|
-
"@isaacs/cliui": "^8.0.2"
|
|
3926
|
-
},
|
|
3927
|
-
"funding": {
|
|
3928
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3929
|
-
},
|
|
3930
|
-
"optionalDependencies": {
|
|
3931
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
3270
|
"node_modules/jest": {
|
|
3935
3271
|
"version": "29.3.1",
|
|
3936
3272
|
"integrity": "sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==",
|
|
@@ -4112,9 +3448,15 @@
|
|
|
4112
3448
|
}
|
|
4113
3449
|
}
|
|
4114
3450
|
},
|
|
3451
|
+
"node_modules/jest-config/node_modules/balanced-match": {
|
|
3452
|
+
"version": "1.0.2",
|
|
3453
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3454
|
+
"dev": true,
|
|
3455
|
+
"license": "MIT"
|
|
3456
|
+
},
|
|
4115
3457
|
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
4116
|
-
"version": "1.1.
|
|
4117
|
-
"integrity": "sha512-
|
|
3458
|
+
"version": "1.1.14",
|
|
3459
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
4118
3460
|
"dev": true,
|
|
4119
3461
|
"license": "MIT",
|
|
4120
3462
|
"dependencies": {
|
|
@@ -4125,7 +3467,7 @@
|
|
|
4125
3467
|
"node_modules/jest-config/node_modules/glob": {
|
|
4126
3468
|
"version": "7.2.3",
|
|
4127
3469
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
4128
|
-
"deprecated": "
|
|
3470
|
+
"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
3471
|
"dev": true,
|
|
4130
3472
|
"license": "ISC",
|
|
4131
3473
|
"dependencies": {
|
|
@@ -4144,8 +3486,8 @@
|
|
|
4144
3486
|
}
|
|
4145
3487
|
},
|
|
4146
3488
|
"node_modules/jest-config/node_modules/minimatch": {
|
|
4147
|
-
"version": "3.1.
|
|
4148
|
-
"integrity": "sha512-
|
|
3489
|
+
"version": "3.1.5",
|
|
3490
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
4149
3491
|
"dev": true,
|
|
4150
3492
|
"license": "ISC",
|
|
4151
3493
|
"dependencies": {
|
|
@@ -4435,9 +3777,15 @@
|
|
|
4435
3777
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
4436
3778
|
}
|
|
4437
3779
|
},
|
|
3780
|
+
"node_modules/jest-runtime/node_modules/balanced-match": {
|
|
3781
|
+
"version": "1.0.2",
|
|
3782
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3783
|
+
"dev": true,
|
|
3784
|
+
"license": "MIT"
|
|
3785
|
+
},
|
|
4438
3786
|
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
4439
|
-
"version": "1.1.
|
|
4440
|
-
"integrity": "sha512-
|
|
3787
|
+
"version": "1.1.14",
|
|
3788
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
4441
3789
|
"dev": true,
|
|
4442
3790
|
"license": "MIT",
|
|
4443
3791
|
"dependencies": {
|
|
@@ -4448,7 +3796,7 @@
|
|
|
4448
3796
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
4449
3797
|
"version": "7.2.3",
|
|
4450
3798
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
4451
|
-
"deprecated": "
|
|
3799
|
+
"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
3800
|
"dev": true,
|
|
4453
3801
|
"license": "ISC",
|
|
4454
3802
|
"dependencies": {
|
|
@@ -4467,8 +3815,8 @@
|
|
|
4467
3815
|
}
|
|
4468
3816
|
},
|
|
4469
3817
|
"node_modules/jest-runtime/node_modules/minimatch": {
|
|
4470
|
-
"version": "3.1.
|
|
4471
|
-
"integrity": "sha512-
|
|
3818
|
+
"version": "3.1.5",
|
|
3819
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
4472
3820
|
"dev": true,
|
|
4473
3821
|
"license": "ISC",
|
|
4474
3822
|
"dependencies": {
|
|
@@ -4510,8 +3858,8 @@
|
|
|
4510
3858
|
}
|
|
4511
3859
|
},
|
|
4512
3860
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
4513
|
-
"version": "7.
|
|
4514
|
-
"integrity": "sha512-
|
|
3861
|
+
"version": "7.8.1",
|
|
3862
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
4515
3863
|
"dev": true,
|
|
4516
3864
|
"license": "ISC",
|
|
4517
3865
|
"bin": {
|
|
@@ -4651,27 +3999,10 @@
|
|
|
4651
3999
|
"dev": true,
|
|
4652
4000
|
"license": "MIT"
|
|
4653
4001
|
},
|
|
4654
|
-
"node_modules/json-stable-stringify": {
|
|
4655
|
-
"version": "1.3.0",
|
|
4656
|
-
"integrity": "sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==",
|
|
4657
|
-
"license": "MIT",
|
|
4658
|
-
"dependencies": {
|
|
4659
|
-
"call-bind": "^1.0.8",
|
|
4660
|
-
"call-bound": "^1.0.4",
|
|
4661
|
-
"isarray": "^2.0.5",
|
|
4662
|
-
"jsonify": "^0.0.1",
|
|
4663
|
-
"object-keys": "^1.1.1"
|
|
4664
|
-
},
|
|
4665
|
-
"engines": {
|
|
4666
|
-
"node": ">= 0.4"
|
|
4667
|
-
},
|
|
4668
|
-
"funding": {
|
|
4669
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4670
|
-
}
|
|
4671
|
-
},
|
|
4672
4002
|
"node_modules/json5": {
|
|
4673
4003
|
"version": "2.2.3",
|
|
4674
4004
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
4005
|
+
"dev": true,
|
|
4675
4006
|
"license": "MIT",
|
|
4676
4007
|
"bin": {
|
|
4677
4008
|
"json5": "lib/cli.js"
|
|
@@ -4681,8 +4012,8 @@
|
|
|
4681
4012
|
}
|
|
4682
4013
|
},
|
|
4683
4014
|
"node_modules/jsonfile": {
|
|
4684
|
-
"version": "6.2.
|
|
4685
|
-
"integrity": "sha512-
|
|
4015
|
+
"version": "6.2.1",
|
|
4016
|
+
"integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
|
|
4686
4017
|
"license": "MIT",
|
|
4687
4018
|
"dependencies": {
|
|
4688
4019
|
"universalify": "^2.0.0"
|
|
@@ -4691,22 +4022,6 @@
|
|
|
4691
4022
|
"graceful-fs": "^4.1.6"
|
|
4692
4023
|
}
|
|
4693
4024
|
},
|
|
4694
|
-
"node_modules/jsonify": {
|
|
4695
|
-
"version": "0.0.1",
|
|
4696
|
-
"integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
|
|
4697
|
-
"license": "Public Domain",
|
|
4698
|
-
"funding": {
|
|
4699
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4700
|
-
}
|
|
4701
|
-
},
|
|
4702
|
-
"node_modules/klaw-sync": {
|
|
4703
|
-
"version": "6.0.0",
|
|
4704
|
-
"integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
|
|
4705
|
-
"license": "MIT",
|
|
4706
|
-
"dependencies": {
|
|
4707
|
-
"graceful-fs": "^4.1.11"
|
|
4708
|
-
}
|
|
4709
|
-
},
|
|
4710
4025
|
"node_modules/kleur": {
|
|
4711
4026
|
"version": "3.0.3",
|
|
4712
4027
|
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
|
|
@@ -4839,8 +4154,8 @@
|
|
|
4839
4154
|
}
|
|
4840
4155
|
},
|
|
4841
4156
|
"node_modules/make-dir/node_modules/semver": {
|
|
4842
|
-
"version": "7.
|
|
4843
|
-
"integrity": "sha512-
|
|
4157
|
+
"version": "7.8.1",
|
|
4158
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
4844
4159
|
"dev": true,
|
|
4845
4160
|
"license": "ISC",
|
|
4846
4161
|
"bin": {
|
|
@@ -4878,23 +4193,6 @@
|
|
|
4878
4193
|
"integrity": "sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==",
|
|
4879
4194
|
"license": "CC0-1.0"
|
|
4880
4195
|
},
|
|
4881
|
-
"node_modules/memfs": {
|
|
4882
|
-
"version": "4.51.0",
|
|
4883
|
-
"integrity": "sha512-4zngfkVM/GpIhC8YazOsM6E8hoB33NP0BCESPOA6z7qaL6umPJNqkO8CNYaLV2FB2MV6H1O3x2luHHOSqppv+A==",
|
|
4884
|
-
"license": "Apache-2.0",
|
|
4885
|
-
"dependencies": {
|
|
4886
|
-
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
4887
|
-
"@jsonjoy.com/util": "^1.9.0",
|
|
4888
|
-
"glob-to-regex.js": "^1.0.1",
|
|
4889
|
-
"thingies": "^2.5.0",
|
|
4890
|
-
"tree-dump": "^1.0.3",
|
|
4891
|
-
"tslib": "^2.0.0"
|
|
4892
|
-
},
|
|
4893
|
-
"funding": {
|
|
4894
|
-
"type": "github",
|
|
4895
|
-
"url": "https://github.com/sponsors/streamich"
|
|
4896
|
-
}
|
|
4897
|
-
},
|
|
4898
4196
|
"node_modules/merge-stream": {
|
|
4899
4197
|
"version": "2.0.0",
|
|
4900
4198
|
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
@@ -4903,6 +4201,7 @@
|
|
|
4903
4201
|
"node_modules/micromatch": {
|
|
4904
4202
|
"version": "4.0.8",
|
|
4905
4203
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
4204
|
+
"dev": true,
|
|
4906
4205
|
"license": "MIT",
|
|
4907
4206
|
"dependencies": {
|
|
4908
4207
|
"braces": "^3.0.3",
|
|
@@ -4952,15 +4251,15 @@
|
|
|
4952
4251
|
}
|
|
4953
4252
|
},
|
|
4954
4253
|
"node_modules/minimatch": {
|
|
4955
|
-
"version": "10.
|
|
4956
|
-
"integrity": "sha512-
|
|
4254
|
+
"version": "10.2.5",
|
|
4255
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
4957
4256
|
"dev": true,
|
|
4958
4257
|
"license": "BlueOak-1.0.0",
|
|
4959
4258
|
"dependencies": {
|
|
4960
|
-
"
|
|
4259
|
+
"brace-expansion": "^5.0.5"
|
|
4961
4260
|
},
|
|
4962
4261
|
"engines": {
|
|
4963
|
-
"node": "20 || >=22"
|
|
4262
|
+
"node": "18 || 20 || >=22"
|
|
4964
4263
|
},
|
|
4965
4264
|
"funding": {
|
|
4966
4265
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -4975,9 +4274,10 @@
|
|
|
4975
4274
|
}
|
|
4976
4275
|
},
|
|
4977
4276
|
"node_modules/minipass": {
|
|
4978
|
-
"version": "7.1.
|
|
4979
|
-
"integrity": "sha512-
|
|
4980
|
-
"
|
|
4277
|
+
"version": "7.1.3",
|
|
4278
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
4279
|
+
"dev": true,
|
|
4280
|
+
"license": "BlueOak-1.0.0",
|
|
4981
4281
|
"engines": {
|
|
4982
4282
|
"node": ">=16 || 14 >=14.17"
|
|
4983
4283
|
}
|
|
@@ -5064,10 +4364,13 @@
|
|
|
5064
4364
|
"license": "MIT"
|
|
5065
4365
|
},
|
|
5066
4366
|
"node_modules/node-releases": {
|
|
5067
|
-
"version": "2.0.
|
|
5068
|
-
"integrity": "sha512-
|
|
4367
|
+
"version": "2.0.46",
|
|
4368
|
+
"integrity": "sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==",
|
|
5069
4369
|
"dev": true,
|
|
5070
|
-
"license": "MIT"
|
|
4370
|
+
"license": "MIT",
|
|
4371
|
+
"engines": {
|
|
4372
|
+
"node": ">=18"
|
|
4373
|
+
}
|
|
5071
4374
|
},
|
|
5072
4375
|
"node_modules/normalize-path": {
|
|
5073
4376
|
"version": "3.0.0",
|
|
@@ -5100,59 +4403,6 @@
|
|
|
5100
4403
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
5101
4404
|
}
|
|
5102
4405
|
},
|
|
5103
|
-
"node_modules/object-inspect": {
|
|
5104
|
-
"version": "1.13.4",
|
|
5105
|
-
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
5106
|
-
"license": "MIT",
|
|
5107
|
-
"engines": {
|
|
5108
|
-
"node": ">= 0.4"
|
|
5109
|
-
},
|
|
5110
|
-
"funding": {
|
|
5111
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5112
|
-
}
|
|
5113
|
-
},
|
|
5114
|
-
"node_modules/object-is": {
|
|
5115
|
-
"version": "1.1.6",
|
|
5116
|
-
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
|
|
5117
|
-
"license": "MIT",
|
|
5118
|
-
"dependencies": {
|
|
5119
|
-
"call-bind": "^1.0.7",
|
|
5120
|
-
"define-properties": "^1.2.1"
|
|
5121
|
-
},
|
|
5122
|
-
"engines": {
|
|
5123
|
-
"node": ">= 0.4"
|
|
5124
|
-
},
|
|
5125
|
-
"funding": {
|
|
5126
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5127
|
-
}
|
|
5128
|
-
},
|
|
5129
|
-
"node_modules/object-keys": {
|
|
5130
|
-
"version": "1.1.1",
|
|
5131
|
-
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
5132
|
-
"license": "MIT",
|
|
5133
|
-
"engines": {
|
|
5134
|
-
"node": ">= 0.4"
|
|
5135
|
-
}
|
|
5136
|
-
},
|
|
5137
|
-
"node_modules/object.assign": {
|
|
5138
|
-
"version": "4.1.7",
|
|
5139
|
-
"integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
|
|
5140
|
-
"license": "MIT",
|
|
5141
|
-
"dependencies": {
|
|
5142
|
-
"call-bind": "^1.0.8",
|
|
5143
|
-
"call-bound": "^1.0.3",
|
|
5144
|
-
"define-properties": "^1.2.1",
|
|
5145
|
-
"es-object-atoms": "^1.0.0",
|
|
5146
|
-
"has-symbols": "^1.1.0",
|
|
5147
|
-
"object-keys": "^1.1.1"
|
|
5148
|
-
},
|
|
5149
|
-
"engines": {
|
|
5150
|
-
"node": ">= 0.4"
|
|
5151
|
-
},
|
|
5152
|
-
"funding": {
|
|
5153
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5154
|
-
}
|
|
5155
|
-
},
|
|
5156
4406
|
"node_modules/once": {
|
|
5157
4407
|
"version": "1.4.0",
|
|
5158
4408
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
@@ -5175,21 +4425,6 @@
|
|
|
5175
4425
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5176
4426
|
}
|
|
5177
4427
|
},
|
|
5178
|
-
"node_modules/open": {
|
|
5179
|
-
"version": "7.4.2",
|
|
5180
|
-
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
5181
|
-
"license": "MIT",
|
|
5182
|
-
"dependencies": {
|
|
5183
|
-
"is-docker": "^2.0.0",
|
|
5184
|
-
"is-wsl": "^2.1.1"
|
|
5185
|
-
},
|
|
5186
|
-
"engines": {
|
|
5187
|
-
"node": ">=8"
|
|
5188
|
-
},
|
|
5189
|
-
"funding": {
|
|
5190
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5191
|
-
}
|
|
5192
|
-
},
|
|
5193
4428
|
"node_modules/p-limit": {
|
|
5194
4429
|
"version": "3.1.0",
|
|
5195
4430
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
@@ -5238,11 +4473,6 @@
|
|
|
5238
4473
|
"node": ">=6"
|
|
5239
4474
|
}
|
|
5240
4475
|
},
|
|
5241
|
-
"node_modules/package-json-from-dist": {
|
|
5242
|
-
"version": "1.0.1",
|
|
5243
|
-
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
5244
|
-
"license": "BlueOak-1.0.0"
|
|
5245
|
-
},
|
|
5246
4476
|
"node_modules/parse-json": {
|
|
5247
4477
|
"version": "5.2.0",
|
|
5248
4478
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
@@ -5269,75 +4499,6 @@
|
|
|
5269
4499
|
"node": ">= 0.10"
|
|
5270
4500
|
}
|
|
5271
4501
|
},
|
|
5272
|
-
"node_modules/patch-package": {
|
|
5273
|
-
"version": "8.0.1",
|
|
5274
|
-
"integrity": "sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==",
|
|
5275
|
-
"license": "MIT",
|
|
5276
|
-
"dependencies": {
|
|
5277
|
-
"@yarnpkg/lockfile": "^1.1.0",
|
|
5278
|
-
"chalk": "^4.1.2",
|
|
5279
|
-
"ci-info": "^3.7.0",
|
|
5280
|
-
"cross-spawn": "^7.0.3",
|
|
5281
|
-
"find-yarn-workspace-root": "^2.0.0",
|
|
5282
|
-
"fs-extra": "^10.0.0",
|
|
5283
|
-
"json-stable-stringify": "^1.0.2",
|
|
5284
|
-
"klaw-sync": "^6.0.0",
|
|
5285
|
-
"minimist": "^1.2.6",
|
|
5286
|
-
"open": "^7.4.2",
|
|
5287
|
-
"semver": "^7.5.3",
|
|
5288
|
-
"slash": "^2.0.0",
|
|
5289
|
-
"tmp": "^0.2.4",
|
|
5290
|
-
"yaml": "^2.2.2"
|
|
5291
|
-
},
|
|
5292
|
-
"bin": {
|
|
5293
|
-
"patch-package": "index.js"
|
|
5294
|
-
},
|
|
5295
|
-
"engines": {
|
|
5296
|
-
"node": ">=14",
|
|
5297
|
-
"npm": ">5"
|
|
5298
|
-
}
|
|
5299
|
-
},
|
|
5300
|
-
"node_modules/patch-package/node_modules/fs-extra": {
|
|
5301
|
-
"version": "10.1.0",
|
|
5302
|
-
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
5303
|
-
"license": "MIT",
|
|
5304
|
-
"dependencies": {
|
|
5305
|
-
"graceful-fs": "^4.2.0",
|
|
5306
|
-
"jsonfile": "^6.0.1",
|
|
5307
|
-
"universalify": "^2.0.0"
|
|
5308
|
-
},
|
|
5309
|
-
"engines": {
|
|
5310
|
-
"node": ">=12"
|
|
5311
|
-
}
|
|
5312
|
-
},
|
|
5313
|
-
"node_modules/patch-package/node_modules/semver": {
|
|
5314
|
-
"version": "7.7.3",
|
|
5315
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
5316
|
-
"license": "ISC",
|
|
5317
|
-
"bin": {
|
|
5318
|
-
"semver": "bin/semver.js"
|
|
5319
|
-
},
|
|
5320
|
-
"engines": {
|
|
5321
|
-
"node": ">=10"
|
|
5322
|
-
}
|
|
5323
|
-
},
|
|
5324
|
-
"node_modules/patch-package/node_modules/slash": {
|
|
5325
|
-
"version": "2.0.0",
|
|
5326
|
-
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
|
|
5327
|
-
"license": "MIT",
|
|
5328
|
-
"engines": {
|
|
5329
|
-
"node": ">=6"
|
|
5330
|
-
}
|
|
5331
|
-
},
|
|
5332
|
-
"node_modules/path": {
|
|
5333
|
-
"version": "0.12.7",
|
|
5334
|
-
"integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
|
|
5335
|
-
"license": "MIT",
|
|
5336
|
-
"dependencies": {
|
|
5337
|
-
"process": "^0.11.1",
|
|
5338
|
-
"util": "^0.10.3"
|
|
5339
|
-
}
|
|
5340
|
-
},
|
|
5341
4502
|
"node_modules/path-exists": {
|
|
5342
4503
|
"version": "4.0.0",
|
|
5343
4504
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
@@ -5369,8 +4530,8 @@
|
|
|
5369
4530
|
"license": "MIT"
|
|
5370
4531
|
},
|
|
5371
4532
|
"node_modules/path-scurry": {
|
|
5372
|
-
"version": "2.0.
|
|
5373
|
-
"integrity": "sha512-
|
|
4533
|
+
"version": "2.0.2",
|
|
4534
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
5374
4535
|
"dev": true,
|
|
5375
4536
|
"license": "BlueOak-1.0.0",
|
|
5376
4537
|
"dependencies": {
|
|
@@ -5378,39 +4539,21 @@
|
|
|
5378
4539
|
"minipass": "^7.1.2"
|
|
5379
4540
|
},
|
|
5380
4541
|
"engines": {
|
|
5381
|
-
"node": "20 || >=22"
|
|
4542
|
+
"node": "18 || 20 || >=22"
|
|
5382
4543
|
},
|
|
5383
4544
|
"funding": {
|
|
5384
4545
|
"url": "https://github.com/sponsors/isaacs"
|
|
5385
4546
|
}
|
|
5386
4547
|
},
|
|
5387
4548
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5388
|
-
"version": "11.
|
|
5389
|
-
"integrity": "sha512-
|
|
4549
|
+
"version": "11.5.0",
|
|
4550
|
+
"integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
|
|
5390
4551
|
"dev": true,
|
|
5391
|
-
"license": "
|
|
4552
|
+
"license": "BlueOak-1.0.0",
|
|
5392
4553
|
"engines": {
|
|
5393
4554
|
"node": "20 || >=22"
|
|
5394
4555
|
}
|
|
5395
4556
|
},
|
|
5396
|
-
"node_modules/path-unified": {
|
|
5397
|
-
"version": "0.1.0",
|
|
5398
|
-
"integrity": "sha512-/Oaz9ZJforrkmFrwkR/AcvjVsCAwGSJHO0X6O6ISj8YeFbATjIEBXLDcZfnK3MO4uvCBrJTdVIxdOc79PMqSdg==",
|
|
5399
|
-
"license": "MIT"
|
|
5400
|
-
},
|
|
5401
|
-
"node_modules/path/node_modules/inherits": {
|
|
5402
|
-
"version": "2.0.3",
|
|
5403
|
-
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
|
5404
|
-
"license": "ISC"
|
|
5405
|
-
},
|
|
5406
|
-
"node_modules/path/node_modules/util": {
|
|
5407
|
-
"version": "0.10.4",
|
|
5408
|
-
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
|
|
5409
|
-
"license": "MIT",
|
|
5410
|
-
"dependencies": {
|
|
5411
|
-
"inherits": "2.0.3"
|
|
5412
|
-
}
|
|
5413
|
-
},
|
|
5414
4557
|
"node_modules/pend": {
|
|
5415
4558
|
"version": "1.2.0",
|
|
5416
4559
|
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
|
@@ -5422,8 +4565,9 @@
|
|
|
5422
4565
|
"license": "ISC"
|
|
5423
4566
|
},
|
|
5424
4567
|
"node_modules/picomatch": {
|
|
5425
|
-
"version": "2.3.
|
|
5426
|
-
"integrity": "sha512-
|
|
4568
|
+
"version": "2.3.2",
|
|
4569
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
4570
|
+
"dev": true,
|
|
5427
4571
|
"license": "MIT",
|
|
5428
4572
|
"engines": {
|
|
5429
4573
|
"node": ">=8.6"
|
|
@@ -5461,14 +4605,6 @@
|
|
|
5461
4605
|
"node": ">=8"
|
|
5462
4606
|
}
|
|
5463
4607
|
},
|
|
5464
|
-
"node_modules/possible-typed-array-names": {
|
|
5465
|
-
"version": "1.1.0",
|
|
5466
|
-
"integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
|
|
5467
|
-
"license": "MIT",
|
|
5468
|
-
"engines": {
|
|
5469
|
-
"node": ">= 0.4"
|
|
5470
|
-
}
|
|
5471
|
-
},
|
|
5472
4608
|
"node_modules/postcss-value-parser": {
|
|
5473
4609
|
"version": "3.3.1",
|
|
5474
4610
|
"integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
|
|
@@ -5511,14 +4647,6 @@
|
|
|
5511
4647
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5512
4648
|
}
|
|
5513
4649
|
},
|
|
5514
|
-
"node_modules/process": {
|
|
5515
|
-
"version": "0.11.10",
|
|
5516
|
-
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
5517
|
-
"license": "MIT",
|
|
5518
|
-
"engines": {
|
|
5519
|
-
"node": ">= 0.6.0"
|
|
5520
|
-
}
|
|
5521
|
-
},
|
|
5522
4650
|
"node_modules/progress": {
|
|
5523
4651
|
"version": "2.0.3",
|
|
5524
4652
|
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
|
@@ -5552,19 +4680,14 @@
|
|
|
5552
4680
|
"optional": true
|
|
5553
4681
|
},
|
|
5554
4682
|
"node_modules/pump": {
|
|
5555
|
-
"version": "3.0.
|
|
5556
|
-
"integrity": "sha512-
|
|
4683
|
+
"version": "3.0.4",
|
|
4684
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
5557
4685
|
"license": "MIT",
|
|
5558
4686
|
"dependencies": {
|
|
5559
4687
|
"end-of-stream": "^1.1.0",
|
|
5560
4688
|
"once": "^1.3.1"
|
|
5561
4689
|
}
|
|
5562
4690
|
},
|
|
5563
|
-
"node_modules/punycode": {
|
|
5564
|
-
"version": "1.4.1",
|
|
5565
|
-
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
|
5566
|
-
"license": "MIT"
|
|
5567
|
-
},
|
|
5568
4691
|
"node_modules/puppeteer": {
|
|
5569
4692
|
"version": "5.4.0",
|
|
5570
4693
|
"integrity": "sha512-LgTqVW2ClEP4XGAT64FLQ0QWVhdNSRwJp9HfMFVfoJlZHGQu3HUbuBhR1hBow3DXZH1K3b/WfHxt1n8hr2uayw==",
|
|
@@ -5605,20 +4728,6 @@
|
|
|
5605
4728
|
],
|
|
5606
4729
|
"license": "MIT"
|
|
5607
4730
|
},
|
|
5608
|
-
"node_modules/qs": {
|
|
5609
|
-
"version": "6.14.0",
|
|
5610
|
-
"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
|
|
5611
|
-
"license": "BSD-3-Clause",
|
|
5612
|
-
"dependencies": {
|
|
5613
|
-
"side-channel": "^1.1.0"
|
|
5614
|
-
},
|
|
5615
|
-
"engines": {
|
|
5616
|
-
"node": ">=0.6"
|
|
5617
|
-
},
|
|
5618
|
-
"funding": {
|
|
5619
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5620
|
-
}
|
|
5621
|
-
},
|
|
5622
4731
|
"node_modules/react-is": {
|
|
5623
4732
|
"version": "18.3.1",
|
|
5624
4733
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
@@ -5647,11 +4756,12 @@
|
|
|
5647
4756
|
}
|
|
5648
4757
|
},
|
|
5649
4758
|
"node_modules/resolve": {
|
|
5650
|
-
"version": "1.22.
|
|
5651
|
-
"integrity": "sha512-
|
|
4759
|
+
"version": "1.22.12",
|
|
4760
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
5652
4761
|
"dev": true,
|
|
5653
4762
|
"license": "MIT",
|
|
5654
4763
|
"dependencies": {
|
|
4764
|
+
"es-errors": "^1.3.0",
|
|
5655
4765
|
"is-core-module": "^2.16.1",
|
|
5656
4766
|
"path-parse": "^1.0.7",
|
|
5657
4767
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
@@ -5717,9 +4827,14 @@
|
|
|
5717
4827
|
"url": "https://github.com/sponsors/isaacs"
|
|
5718
4828
|
}
|
|
5719
4829
|
},
|
|
4830
|
+
"node_modules/rimraf/node_modules/balanced-match": {
|
|
4831
|
+
"version": "1.0.2",
|
|
4832
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4833
|
+
"license": "MIT"
|
|
4834
|
+
},
|
|
5720
4835
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
5721
|
-
"version": "1.1.
|
|
5722
|
-
"integrity": "sha512-
|
|
4836
|
+
"version": "1.1.14",
|
|
4837
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
5723
4838
|
"license": "MIT",
|
|
5724
4839
|
"dependencies": {
|
|
5725
4840
|
"balanced-match": "^1.0.0",
|
|
@@ -5729,7 +4844,7 @@
|
|
|
5729
4844
|
"node_modules/rimraf/node_modules/glob": {
|
|
5730
4845
|
"version": "7.2.3",
|
|
5731
4846
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
5732
|
-
"deprecated": "
|
|
4847
|
+
"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
4848
|
"license": "ISC",
|
|
5734
4849
|
"dependencies": {
|
|
5735
4850
|
"fs.realpath": "^1.0.0",
|
|
@@ -5747,8 +4862,8 @@
|
|
|
5747
4862
|
}
|
|
5748
4863
|
},
|
|
5749
4864
|
"node_modules/rimraf/node_modules/minimatch": {
|
|
5750
|
-
"version": "3.1.
|
|
5751
|
-
"integrity": "sha512-
|
|
4865
|
+
"version": "3.1.5",
|
|
4866
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
5752
4867
|
"license": "ISC",
|
|
5753
4868
|
"dependencies": {
|
|
5754
4869
|
"brace-expansion": "^1.1.7"
|
|
@@ -5776,22 +4891,6 @@
|
|
|
5776
4891
|
],
|
|
5777
4892
|
"license": "MIT"
|
|
5778
4893
|
},
|
|
5779
|
-
"node_modules/safe-regex-test": {
|
|
5780
|
-
"version": "1.1.0",
|
|
5781
|
-
"integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
|
|
5782
|
-
"license": "MIT",
|
|
5783
|
-
"dependencies": {
|
|
5784
|
-
"call-bound": "^1.0.2",
|
|
5785
|
-
"es-errors": "^1.3.0",
|
|
5786
|
-
"is-regex": "^1.2.1"
|
|
5787
|
-
},
|
|
5788
|
-
"engines": {
|
|
5789
|
-
"node": ">= 0.4"
|
|
5790
|
-
},
|
|
5791
|
-
"funding": {
|
|
5792
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5793
|
-
}
|
|
5794
|
-
},
|
|
5795
4894
|
"node_modules/safer-buffer": {
|
|
5796
4895
|
"version": "2.1.2",
|
|
5797
4896
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
@@ -5799,10 +4898,13 @@
|
|
|
5799
4898
|
"optional": true
|
|
5800
4899
|
},
|
|
5801
4900
|
"node_modules/sax": {
|
|
5802
|
-
"version": "1.
|
|
5803
|
-
"integrity": "sha512-
|
|
4901
|
+
"version": "1.6.0",
|
|
4902
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
5804
4903
|
"license": "BlueOak-1.0.0",
|
|
5805
|
-
"optional": true
|
|
4904
|
+
"optional": true,
|
|
4905
|
+
"engines": {
|
|
4906
|
+
"node": ">=11.0.0"
|
|
4907
|
+
}
|
|
5806
4908
|
},
|
|
5807
4909
|
"node_modules/semver": {
|
|
5808
4910
|
"version": "7.5.0",
|
|
@@ -5837,22 +4939,6 @@
|
|
|
5837
4939
|
"dev": true,
|
|
5838
4940
|
"license": "ISC"
|
|
5839
4941
|
},
|
|
5840
|
-
"node_modules/set-function-length": {
|
|
5841
|
-
"version": "1.2.2",
|
|
5842
|
-
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
5843
|
-
"license": "MIT",
|
|
5844
|
-
"dependencies": {
|
|
5845
|
-
"define-data-property": "^1.1.4",
|
|
5846
|
-
"es-errors": "^1.3.0",
|
|
5847
|
-
"function-bind": "^1.1.2",
|
|
5848
|
-
"get-intrinsic": "^1.2.4",
|
|
5849
|
-
"gopd": "^1.0.1",
|
|
5850
|
-
"has-property-descriptors": "^1.0.2"
|
|
5851
|
-
},
|
|
5852
|
-
"engines": {
|
|
5853
|
-
"node": ">= 0.4"
|
|
5854
|
-
}
|
|
5855
|
-
},
|
|
5856
4942
|
"node_modules/shebang-command": {
|
|
5857
4943
|
"version": "2.0.0",
|
|
5858
4944
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
@@ -5872,74 +4958,6 @@
|
|
|
5872
4958
|
"node": ">=8"
|
|
5873
4959
|
}
|
|
5874
4960
|
},
|
|
5875
|
-
"node_modules/side-channel": {
|
|
5876
|
-
"version": "1.1.0",
|
|
5877
|
-
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
5878
|
-
"license": "MIT",
|
|
5879
|
-
"dependencies": {
|
|
5880
|
-
"es-errors": "^1.3.0",
|
|
5881
|
-
"object-inspect": "^1.13.3",
|
|
5882
|
-
"side-channel-list": "^1.0.0",
|
|
5883
|
-
"side-channel-map": "^1.0.1",
|
|
5884
|
-
"side-channel-weakmap": "^1.0.2"
|
|
5885
|
-
},
|
|
5886
|
-
"engines": {
|
|
5887
|
-
"node": ">= 0.4"
|
|
5888
|
-
},
|
|
5889
|
-
"funding": {
|
|
5890
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5891
|
-
}
|
|
5892
|
-
},
|
|
5893
|
-
"node_modules/side-channel-list": {
|
|
5894
|
-
"version": "1.0.0",
|
|
5895
|
-
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
5896
|
-
"license": "MIT",
|
|
5897
|
-
"dependencies": {
|
|
5898
|
-
"es-errors": "^1.3.0",
|
|
5899
|
-
"object-inspect": "^1.13.3"
|
|
5900
|
-
},
|
|
5901
|
-
"engines": {
|
|
5902
|
-
"node": ">= 0.4"
|
|
5903
|
-
},
|
|
5904
|
-
"funding": {
|
|
5905
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5906
|
-
}
|
|
5907
|
-
},
|
|
5908
|
-
"node_modules/side-channel-map": {
|
|
5909
|
-
"version": "1.0.1",
|
|
5910
|
-
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
5911
|
-
"license": "MIT",
|
|
5912
|
-
"dependencies": {
|
|
5913
|
-
"call-bound": "^1.0.2",
|
|
5914
|
-
"es-errors": "^1.3.0",
|
|
5915
|
-
"get-intrinsic": "^1.2.5",
|
|
5916
|
-
"object-inspect": "^1.13.3"
|
|
5917
|
-
},
|
|
5918
|
-
"engines": {
|
|
5919
|
-
"node": ">= 0.4"
|
|
5920
|
-
},
|
|
5921
|
-
"funding": {
|
|
5922
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5923
|
-
}
|
|
5924
|
-
},
|
|
5925
|
-
"node_modules/side-channel-weakmap": {
|
|
5926
|
-
"version": "1.0.2",
|
|
5927
|
-
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
5928
|
-
"license": "MIT",
|
|
5929
|
-
"dependencies": {
|
|
5930
|
-
"call-bound": "^1.0.2",
|
|
5931
|
-
"es-errors": "^1.3.0",
|
|
5932
|
-
"get-intrinsic": "^1.2.5",
|
|
5933
|
-
"object-inspect": "^1.13.3",
|
|
5934
|
-
"side-channel-map": "^1.0.1"
|
|
5935
|
-
},
|
|
5936
|
-
"engines": {
|
|
5937
|
-
"node": ">= 0.4"
|
|
5938
|
-
},
|
|
5939
|
-
"funding": {
|
|
5940
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5941
|
-
}
|
|
5942
|
-
},
|
|
5943
4961
|
"node_modules/signal-exit": {
|
|
5944
4962
|
"version": "3.0.7",
|
|
5945
4963
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
@@ -6045,14 +5063,6 @@
|
|
|
6045
5063
|
"node": ">=10"
|
|
6046
5064
|
}
|
|
6047
5065
|
},
|
|
6048
|
-
"node_modules/stream": {
|
|
6049
|
-
"version": "0.0.3",
|
|
6050
|
-
"integrity": "sha512-aMsbn7VKrl4A2T7QAQQbzgN7NVc70vgF5INQrBXqn4dCXN1zy3L9HGgLO5s7PExmdrzTJ8uR/27aviW8or8/+A==",
|
|
6051
|
-
"license": "MIT",
|
|
6052
|
-
"dependencies": {
|
|
6053
|
-
"component-emitter": "^2.0.0"
|
|
6054
|
-
}
|
|
6055
|
-
},
|
|
6056
5066
|
"node_modules/string_decoder": {
|
|
6057
5067
|
"version": "1.3.0",
|
|
6058
5068
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
@@ -6087,20 +5097,6 @@
|
|
|
6087
5097
|
"node": ">=8"
|
|
6088
5098
|
}
|
|
6089
5099
|
},
|
|
6090
|
-
"node_modules/string-width-cjs": {
|
|
6091
|
-
"name": "string-width",
|
|
6092
|
-
"version": "4.2.3",
|
|
6093
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6094
|
-
"license": "MIT",
|
|
6095
|
-
"dependencies": {
|
|
6096
|
-
"emoji-regex": "^8.0.0",
|
|
6097
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
6098
|
-
"strip-ansi": "^6.0.1"
|
|
6099
|
-
},
|
|
6100
|
-
"engines": {
|
|
6101
|
-
"node": ">=8"
|
|
6102
|
-
}
|
|
6103
|
-
},
|
|
6104
5100
|
"node_modules/strip-ansi": {
|
|
6105
5101
|
"version": "6.0.1",
|
|
6106
5102
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6112,18 +5108,6 @@
|
|
|
6112
5108
|
"node": ">=8"
|
|
6113
5109
|
}
|
|
6114
5110
|
},
|
|
6115
|
-
"node_modules/strip-ansi-cjs": {
|
|
6116
|
-
"name": "strip-ansi",
|
|
6117
|
-
"version": "6.0.1",
|
|
6118
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6119
|
-
"license": "MIT",
|
|
6120
|
-
"dependencies": {
|
|
6121
|
-
"ansi-regex": "^5.0.1"
|
|
6122
|
-
},
|
|
6123
|
-
"engines": {
|
|
6124
|
-
"node": ">=8"
|
|
6125
|
-
}
|
|
6126
|
-
},
|
|
6127
5111
|
"node_modules/strip-bom": {
|
|
6128
5112
|
"version": "4.0.0",
|
|
6129
5113
|
"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
|
|
@@ -6153,46 +5137,10 @@
|
|
|
6153
5137
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6154
5138
|
}
|
|
6155
5139
|
},
|
|
6156
|
-
"node_modules/style-dictionary": {
|
|
6157
|
-
"version": "4.1.0",
|
|
6158
|
-
"integrity": "sha512-DfY64t/XsL0bycnabIcIna/H1GyjK4sKLui2t0q6flr2uM+VpRNoSNCPOpi5YSouhKEFjoiC6ediyrMzraTz8A==",
|
|
6159
|
-
"hasInstallScript": true,
|
|
6160
|
-
"license": "Apache-2.0",
|
|
6161
|
-
"dependencies": {
|
|
6162
|
-
"@bundled-es-modules/deepmerge": "^4.3.1",
|
|
6163
|
-
"@bundled-es-modules/glob": "^10.4.2",
|
|
6164
|
-
"@bundled-es-modules/memfs": "^4.9.4",
|
|
6165
|
-
"@zip.js/zip.js": "^2.7.44",
|
|
6166
|
-
"chalk": "^5.3.0",
|
|
6167
|
-
"change-case": "^5.3.0",
|
|
6168
|
-
"commander": "^8.3.0",
|
|
6169
|
-
"is-plain-obj": "^4.1.0",
|
|
6170
|
-
"json5": "^2.2.2",
|
|
6171
|
-
"patch-package": "^8.0.0",
|
|
6172
|
-
"path-unified": "^0.1.0",
|
|
6173
|
-
"tinycolor2": "^1.6.0"
|
|
6174
|
-
},
|
|
6175
|
-
"bin": {
|
|
6176
|
-
"style-dictionary": "bin/style-dictionary.js"
|
|
6177
|
-
},
|
|
6178
|
-
"engines": {
|
|
6179
|
-
"node": ">=18.0.0"
|
|
6180
|
-
}
|
|
6181
|
-
},
|
|
6182
|
-
"node_modules/style-dictionary/node_modules/chalk": {
|
|
6183
|
-
"version": "5.6.2",
|
|
6184
|
-
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
6185
|
-
"license": "MIT",
|
|
6186
|
-
"engines": {
|
|
6187
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
6188
|
-
},
|
|
6189
|
-
"funding": {
|
|
6190
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6191
|
-
}
|
|
6192
|
-
},
|
|
6193
5140
|
"node_modules/supports-color": {
|
|
6194
5141
|
"version": "7.2.0",
|
|
6195
5142
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
5143
|
+
"dev": true,
|
|
6196
5144
|
"license": "MIT",
|
|
6197
5145
|
"dependencies": {
|
|
6198
5146
|
"has-flag": "^4.0.0"
|
|
@@ -6253,9 +5201,15 @@
|
|
|
6253
5201
|
"node": ">=8"
|
|
6254
5202
|
}
|
|
6255
5203
|
},
|
|
5204
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
5205
|
+
"version": "1.0.2",
|
|
5206
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
5207
|
+
"dev": true,
|
|
5208
|
+
"license": "MIT"
|
|
5209
|
+
},
|
|
6256
5210
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
6257
|
-
"version": "1.1.
|
|
6258
|
-
"integrity": "sha512-
|
|
5211
|
+
"version": "1.1.14",
|
|
5212
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
6259
5213
|
"dev": true,
|
|
6260
5214
|
"license": "MIT",
|
|
6261
5215
|
"dependencies": {
|
|
@@ -6266,7 +5220,7 @@
|
|
|
6266
5220
|
"node_modules/test-exclude/node_modules/glob": {
|
|
6267
5221
|
"version": "7.2.3",
|
|
6268
5222
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
6269
|
-
"deprecated": "
|
|
5223
|
+
"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
5224
|
"dev": true,
|
|
6271
5225
|
"license": "ISC",
|
|
6272
5226
|
"dependencies": {
|
|
@@ -6285,8 +5239,8 @@
|
|
|
6285
5239
|
}
|
|
6286
5240
|
},
|
|
6287
5241
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
6288
|
-
"version": "3.1.
|
|
6289
|
-
"integrity": "sha512-
|
|
5242
|
+
"version": "3.1.5",
|
|
5243
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
6290
5244
|
"dev": true,
|
|
6291
5245
|
"license": "ISC",
|
|
6292
5246
|
"dependencies": {
|
|
@@ -6296,39 +5250,11 @@
|
|
|
6296
5250
|
"node": "*"
|
|
6297
5251
|
}
|
|
6298
5252
|
},
|
|
6299
|
-
"node_modules/thingies": {
|
|
6300
|
-
"version": "2.5.0",
|
|
6301
|
-
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
|
6302
|
-
"license": "MIT",
|
|
6303
|
-
"engines": {
|
|
6304
|
-
"node": ">=10.18"
|
|
6305
|
-
},
|
|
6306
|
-
"funding": {
|
|
6307
|
-
"type": "github",
|
|
6308
|
-
"url": "https://github.com/sponsors/streamich"
|
|
6309
|
-
},
|
|
6310
|
-
"peerDependencies": {
|
|
6311
|
-
"tslib": "^2"
|
|
6312
|
-
}
|
|
6313
|
-
},
|
|
6314
5253
|
"node_modules/through": {
|
|
6315
5254
|
"version": "2.3.8",
|
|
6316
5255
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
6317
5256
|
"license": "MIT"
|
|
6318
5257
|
},
|
|
6319
|
-
"node_modules/tinycolor2": {
|
|
6320
|
-
"version": "1.6.0",
|
|
6321
|
-
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
|
|
6322
|
-
"license": "MIT"
|
|
6323
|
-
},
|
|
6324
|
-
"node_modules/tmp": {
|
|
6325
|
-
"version": "0.2.5",
|
|
6326
|
-
"integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
|
|
6327
|
-
"license": "MIT",
|
|
6328
|
-
"engines": {
|
|
6329
|
-
"node": ">=14.14"
|
|
6330
|
-
}
|
|
6331
|
-
},
|
|
6332
5258
|
"node_modules/tmpl": {
|
|
6333
5259
|
"version": "1.0.5",
|
|
6334
5260
|
"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
|
|
@@ -6338,6 +5264,7 @@
|
|
|
6338
5264
|
"node_modules/to-regex-range": {
|
|
6339
5265
|
"version": "5.0.1",
|
|
6340
5266
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
5267
|
+
"dev": true,
|
|
6341
5268
|
"license": "MIT",
|
|
6342
5269
|
"dependencies": {
|
|
6343
5270
|
"is-number": "^7.0.0"
|
|
@@ -6351,21 +5278,6 @@
|
|
|
6351
5278
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
6352
5279
|
"license": "MIT"
|
|
6353
5280
|
},
|
|
6354
|
-
"node_modules/tree-dump": {
|
|
6355
|
-
"version": "1.1.0",
|
|
6356
|
-
"integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==",
|
|
6357
|
-
"license": "Apache-2.0",
|
|
6358
|
-
"engines": {
|
|
6359
|
-
"node": ">=10.0"
|
|
6360
|
-
},
|
|
6361
|
-
"funding": {
|
|
6362
|
-
"type": "github",
|
|
6363
|
-
"url": "https://github.com/sponsors/streamich"
|
|
6364
|
-
},
|
|
6365
|
-
"peerDependencies": {
|
|
6366
|
-
"tslib": "2"
|
|
6367
|
-
}
|
|
6368
|
-
},
|
|
6369
5281
|
"node_modules/ts-jest": {
|
|
6370
5282
|
"version": "29.0.3",
|
|
6371
5283
|
"integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
|
|
@@ -6469,29 +5381,6 @@
|
|
|
6469
5381
|
"through": "^2.3.8"
|
|
6470
5382
|
}
|
|
6471
5383
|
},
|
|
6472
|
-
"node_modules/unbzip2-stream/node_modules/buffer": {
|
|
6473
|
-
"version": "5.7.1",
|
|
6474
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
6475
|
-
"funding": [
|
|
6476
|
-
{
|
|
6477
|
-
"type": "github",
|
|
6478
|
-
"url": "https://github.com/sponsors/feross"
|
|
6479
|
-
},
|
|
6480
|
-
{
|
|
6481
|
-
"type": "patreon",
|
|
6482
|
-
"url": "https://www.patreon.com/feross"
|
|
6483
|
-
},
|
|
6484
|
-
{
|
|
6485
|
-
"type": "consulting",
|
|
6486
|
-
"url": "https://feross.org/support"
|
|
6487
|
-
}
|
|
6488
|
-
],
|
|
6489
|
-
"license": "MIT",
|
|
6490
|
-
"dependencies": {
|
|
6491
|
-
"base64-js": "^1.3.1",
|
|
6492
|
-
"ieee754": "^1.1.13"
|
|
6493
|
-
}
|
|
6494
|
-
},
|
|
6495
5384
|
"node_modules/universalify": {
|
|
6496
5385
|
"version": "2.0.1",
|
|
6497
5386
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
@@ -6501,8 +5390,8 @@
|
|
|
6501
5390
|
}
|
|
6502
5391
|
},
|
|
6503
5392
|
"node_modules/update-browserslist-db": {
|
|
6504
|
-
"version": "1.
|
|
6505
|
-
"integrity": "sha512-
|
|
5393
|
+
"version": "1.2.3",
|
|
5394
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
6506
5395
|
"dev": true,
|
|
6507
5396
|
"funding": [
|
|
6508
5397
|
{
|
|
@@ -6536,30 +5425,6 @@
|
|
|
6536
5425
|
"deprecated": "Please see https://github.com/lydell/urix#deprecated",
|
|
6537
5426
|
"license": "MIT"
|
|
6538
5427
|
},
|
|
6539
|
-
"node_modules/url": {
|
|
6540
|
-
"version": "0.11.4",
|
|
6541
|
-
"integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
|
|
6542
|
-
"license": "MIT",
|
|
6543
|
-
"dependencies": {
|
|
6544
|
-
"punycode": "^1.4.1",
|
|
6545
|
-
"qs": "^6.12.3"
|
|
6546
|
-
},
|
|
6547
|
-
"engines": {
|
|
6548
|
-
"node": ">= 0.4"
|
|
6549
|
-
}
|
|
6550
|
-
},
|
|
6551
|
-
"node_modules/util": {
|
|
6552
|
-
"version": "0.12.5",
|
|
6553
|
-
"integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
|
|
6554
|
-
"license": "MIT",
|
|
6555
|
-
"dependencies": {
|
|
6556
|
-
"inherits": "^2.0.3",
|
|
6557
|
-
"is-arguments": "^1.0.4",
|
|
6558
|
-
"is-generator-function": "^1.0.7",
|
|
6559
|
-
"is-typed-array": "^1.1.3",
|
|
6560
|
-
"which-typed-array": "^1.1.2"
|
|
6561
|
-
}
|
|
6562
|
-
},
|
|
6563
5428
|
"node_modules/util-deprecate": {
|
|
6564
5429
|
"version": "1.0.2",
|
|
6565
5430
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
@@ -6616,26 +5481,6 @@
|
|
|
6616
5481
|
"node": ">= 8"
|
|
6617
5482
|
}
|
|
6618
5483
|
},
|
|
6619
|
-
"node_modules/which-typed-array": {
|
|
6620
|
-
"version": "1.1.19",
|
|
6621
|
-
"integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
|
|
6622
|
-
"license": "MIT",
|
|
6623
|
-
"dependencies": {
|
|
6624
|
-
"available-typed-arrays": "^1.0.7",
|
|
6625
|
-
"call-bind": "^1.0.8",
|
|
6626
|
-
"call-bound": "^1.0.4",
|
|
6627
|
-
"for-each": "^0.3.5",
|
|
6628
|
-
"get-proto": "^1.0.1",
|
|
6629
|
-
"gopd": "^1.2.0",
|
|
6630
|
-
"has-tostringtag": "^1.0.2"
|
|
6631
|
-
},
|
|
6632
|
-
"engines": {
|
|
6633
|
-
"node": ">= 0.4"
|
|
6634
|
-
},
|
|
6635
|
-
"funding": {
|
|
6636
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6637
|
-
}
|
|
6638
|
-
},
|
|
6639
5484
|
"node_modules/wordwrap": {
|
|
6640
5485
|
"version": "1.0.0",
|
|
6641
5486
|
"integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
|
|
@@ -6657,23 +5502,6 @@
|
|
|
6657
5502
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6658
5503
|
}
|
|
6659
5504
|
},
|
|
6660
|
-
"node_modules/wrap-ansi-cjs": {
|
|
6661
|
-
"name": "wrap-ansi",
|
|
6662
|
-
"version": "7.0.0",
|
|
6663
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
6664
|
-
"license": "MIT",
|
|
6665
|
-
"dependencies": {
|
|
6666
|
-
"ansi-styles": "^4.0.0",
|
|
6667
|
-
"string-width": "^4.1.0",
|
|
6668
|
-
"strip-ansi": "^6.0.0"
|
|
6669
|
-
},
|
|
6670
|
-
"engines": {
|
|
6671
|
-
"node": ">=10"
|
|
6672
|
-
},
|
|
6673
|
-
"funding": {
|
|
6674
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6675
|
-
}
|
|
6676
|
-
},
|
|
6677
5505
|
"node_modules/wrappy": {
|
|
6678
5506
|
"version": "1.0.2",
|
|
6679
5507
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
@@ -6726,17 +5554,6 @@
|
|
|
6726
5554
|
"dev": true,
|
|
6727
5555
|
"license": "ISC"
|
|
6728
5556
|
},
|
|
6729
|
-
"node_modules/yaml": {
|
|
6730
|
-
"version": "2.8.1",
|
|
6731
|
-
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
6732
|
-
"license": "ISC",
|
|
6733
|
-
"bin": {
|
|
6734
|
-
"yaml": "bin.mjs"
|
|
6735
|
-
},
|
|
6736
|
-
"engines": {
|
|
6737
|
-
"node": ">= 14.6"
|
|
6738
|
-
}
|
|
6739
|
-
},
|
|
6740
5557
|
"node_modules/yargs": {
|
|
6741
5558
|
"version": "16.2.0",
|
|
6742
5559
|
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|