@wavemaker/rn-codegen 11.14.3-rc.6401 → 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 +296 -1785
- package/package-lock.json +296 -1785
- 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.3-rc.6401",
|
|
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": {
|
|
@@ -87,8 +85,8 @@
|
|
|
87
85
|
}
|
|
88
86
|
},
|
|
89
87
|
"node_modules/@babel/compat-data": {
|
|
90
|
-
"version": "7.29.
|
|
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": {
|
|
@@ -142,8 +140,8 @@
|
|
|
142
140
|
}
|
|
143
141
|
},
|
|
144
142
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
145
|
-
"version": "7.29.
|
|
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": {
|
|
@@ -303,8 +301,8 @@
|
|
|
303
301
|
}
|
|
304
302
|
},
|
|
305
303
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
306
|
-
"version": "7.29.
|
|
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": {
|
|
@@ -381,8 +379,8 @@
|
|
|
381
379
|
}
|
|
382
380
|
},
|
|
383
381
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
384
|
-
"version": "7.29.
|
|
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": {
|
|
@@ -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
477
|
"@babel/template": "^7.28.6",
|
|
480
|
-
"@babel/types": "^7.
|
|
478
|
+
"@babel/types": "^7.29.0"
|
|
481
479
|
},
|
|
482
480
|
"engines": {
|
|
483
481
|
"node": ">=6.9.0"
|
|
@@ -730,8 +728,8 @@
|
|
|
730
728
|
}
|
|
731
729
|
},
|
|
732
730
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
733
|
-
"version": "7.29.
|
|
734
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "7.29.3",
|
|
732
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
735
733
|
"license": "MIT",
|
|
736
734
|
"dependencies": {
|
|
737
735
|
"@babel/types": "^7.29.0"
|
|
@@ -779,8 +777,8 @@
|
|
|
779
777
|
}
|
|
780
778
|
},
|
|
781
779
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
782
|
-
"version": "7.29.
|
|
783
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "7.29.3",
|
|
781
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
784
782
|
"license": "MIT",
|
|
785
783
|
"dependencies": {
|
|
786
784
|
"@babel/types": "^7.29.0"
|
|
@@ -821,208 +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
|
-
"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",
|
|
852
|
-
"license": "ISC",
|
|
853
|
-
"dependencies": {
|
|
854
|
-
"foreground-child": "^3.1.0",
|
|
855
|
-
"jackspeak": "^3.1.2",
|
|
856
|
-
"minimatch": "^9.0.4",
|
|
857
|
-
"minipass": "^7.1.2",
|
|
858
|
-
"package-json-from-dist": "^1.0.0",
|
|
859
|
-
"path-scurry": "^1.11.1"
|
|
860
|
-
},
|
|
861
|
-
"bin": {
|
|
862
|
-
"glob": "dist/esm/bin.mjs"
|
|
863
|
-
},
|
|
864
|
-
"funding": {
|
|
865
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
"node_modules/@bundled-es-modules/glob/node_modules/lru-cache": {
|
|
869
|
-
"version": "10.4.3",
|
|
870
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
871
|
-
"license": "ISC"
|
|
872
|
-
},
|
|
873
|
-
"node_modules/@bundled-es-modules/glob/node_modules/minimatch": {
|
|
874
|
-
"version": "9.0.5",
|
|
875
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
876
|
-
"license": "ISC",
|
|
877
|
-
"dependencies": {
|
|
878
|
-
"brace-expansion": "^2.0.1"
|
|
879
|
-
},
|
|
880
|
-
"engines": {
|
|
881
|
-
"node": ">=16 || 14 >=14.17"
|
|
882
|
-
},
|
|
883
|
-
"funding": {
|
|
884
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
"node_modules/@bundled-es-modules/glob/node_modules/path-scurry": {
|
|
888
|
-
"version": "1.11.1",
|
|
889
|
-
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
890
|
-
"license": "BlueOak-1.0.0",
|
|
891
|
-
"dependencies": {
|
|
892
|
-
"lru-cache": "^10.2.0",
|
|
893
|
-
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
894
|
-
},
|
|
895
|
-
"engines": {
|
|
896
|
-
"node": ">=16 || 14 >=14.18"
|
|
897
|
-
},
|
|
898
|
-
"funding": {
|
|
899
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
"node_modules/@bundled-es-modules/memfs": {
|
|
903
|
-
"version": "4.17.0",
|
|
904
|
-
"integrity": "sha512-ykdrkEmQr9BV804yd37ikXfNnvxrwYfY9Z2/EtMHFEFadEjsQXJ1zL9bVZrKNLDtm91UdUOEHso6Aweg93K6xQ==",
|
|
905
|
-
"license": "Apache-2.0",
|
|
906
|
-
"dependencies": {
|
|
907
|
-
"assert": "^2.1.0",
|
|
908
|
-
"buffer": "^6.0.3",
|
|
909
|
-
"events": "^3.3.0",
|
|
910
|
-
"memfs": "^4.17.0",
|
|
911
|
-
"path": "^0.12.7",
|
|
912
|
-
"stream": "^0.0.3",
|
|
913
|
-
"util": "^0.12.5"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
"node_modules/@isaacs/balanced-match": {
|
|
917
|
-
"version": "4.0.1",
|
|
918
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
919
|
-
"dev": true,
|
|
920
|
-
"license": "MIT",
|
|
921
|
-
"engines": {
|
|
922
|
-
"node": "20 || >=22"
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
926
|
-
"version": "5.0.1",
|
|
927
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
928
|
-
"dev": true,
|
|
929
|
-
"license": "MIT",
|
|
930
|
-
"dependencies": {
|
|
931
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
932
|
-
},
|
|
933
|
-
"engines": {
|
|
934
|
-
"node": "20 || >=22"
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
"node_modules/@isaacs/cliui": {
|
|
938
|
-
"version": "8.0.2",
|
|
939
|
-
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
940
|
-
"license": "ISC",
|
|
941
|
-
"dependencies": {
|
|
942
|
-
"string-width": "^5.1.2",
|
|
943
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
944
|
-
"strip-ansi": "^7.0.1",
|
|
945
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
946
|
-
"wrap-ansi": "^8.1.0",
|
|
947
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
948
|
-
},
|
|
949
|
-
"engines": {
|
|
950
|
-
"node": ">=12"
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
954
|
-
"version": "6.2.2",
|
|
955
|
-
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
956
|
-
"license": "MIT",
|
|
957
|
-
"engines": {
|
|
958
|
-
"node": ">=12"
|
|
959
|
-
},
|
|
960
|
-
"funding": {
|
|
961
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
965
|
-
"version": "6.2.3",
|
|
966
|
-
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
967
|
-
"license": "MIT",
|
|
968
|
-
"engines": {
|
|
969
|
-
"node": ">=12"
|
|
970
|
-
},
|
|
971
|
-
"funding": {
|
|
972
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
973
|
-
}
|
|
974
|
-
},
|
|
975
|
-
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
976
|
-
"version": "9.2.2",
|
|
977
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
978
|
-
"license": "MIT"
|
|
979
|
-
},
|
|
980
|
-
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
981
|
-
"version": "5.1.2",
|
|
982
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
983
|
-
"license": "MIT",
|
|
984
|
-
"dependencies": {
|
|
985
|
-
"eastasianwidth": "^0.2.0",
|
|
986
|
-
"emoji-regex": "^9.2.2",
|
|
987
|
-
"strip-ansi": "^7.0.1"
|
|
988
|
-
},
|
|
989
|
-
"engines": {
|
|
990
|
-
"node": ">=12"
|
|
991
|
-
},
|
|
992
|
-
"funding": {
|
|
993
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
997
|
-
"version": "7.1.2",
|
|
998
|
-
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
999
|
-
"license": "MIT",
|
|
1000
|
-
"dependencies": {
|
|
1001
|
-
"ansi-regex": "^6.0.1"
|
|
1002
|
-
},
|
|
1003
|
-
"engines": {
|
|
1004
|
-
"node": ">=12"
|
|
1005
|
-
},
|
|
1006
|
-
"funding": {
|
|
1007
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
1011
|
-
"version": "8.1.0",
|
|
1012
|
-
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
1013
|
-
"license": "MIT",
|
|
1014
|
-
"dependencies": {
|
|
1015
|
-
"ansi-styles": "^6.1.0",
|
|
1016
|
-
"string-width": "^5.0.1",
|
|
1017
|
-
"strip-ansi": "^7.0.1"
|
|
1018
|
-
},
|
|
1019
|
-
"engines": {
|
|
1020
|
-
"node": ">=12"
|
|
1021
|
-
},
|
|
1022
|
-
"funding": {
|
|
1023
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1024
|
-
}
|
|
1025
|
-
},
|
|
1026
822
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
1027
823
|
"version": "1.1.0",
|
|
1028
824
|
"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
@@ -1040,8 +836,8 @@
|
|
|
1040
836
|
}
|
|
1041
837
|
},
|
|
1042
838
|
"node_modules/@istanbuljs/schema": {
|
|
1043
|
-
"version": "0.1.
|
|
1044
|
-
"integrity": "sha512
|
|
839
|
+
"version": "0.1.6",
|
|
840
|
+
"integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==",
|
|
1045
841
|
"dev": true,
|
|
1046
842
|
"license": "MIT",
|
|
1047
843
|
"engines": {
|
|
@@ -1227,9 +1023,15 @@
|
|
|
1227
1023
|
}
|
|
1228
1024
|
}
|
|
1229
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
|
+
},
|
|
1230
1032
|
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
1231
|
-
"version": "1.1.
|
|
1232
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "1.1.14",
|
|
1034
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
1233
1035
|
"dev": true,
|
|
1234
1036
|
"license": "MIT",
|
|
1235
1037
|
"dependencies": {
|
|
@@ -1259,8 +1061,8 @@
|
|
|
1259
1061
|
}
|
|
1260
1062
|
},
|
|
1261
1063
|
"node_modules/@jest/reporters/node_modules/minimatch": {
|
|
1262
|
-
"version": "3.1.
|
|
1263
|
-
"integrity": "sha512-
|
|
1064
|
+
"version": "3.1.5",
|
|
1065
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
1264
1066
|
"dev": true,
|
|
1265
1067
|
"license": "ISC",
|
|
1266
1068
|
"dependencies": {
|
|
@@ -1410,487 +1212,90 @@
|
|
|
1410
1212
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
1411
1213
|
}
|
|
1412
1214
|
},
|
|
1413
|
-
"node_modules/@
|
|
1414
|
-
"version": "
|
|
1415
|
-
"integrity": "sha512-
|
|
1416
|
-
"
|
|
1417
|
-
"
|
|
1418
|
-
"node": ">=10.0"
|
|
1419
|
-
},
|
|
1420
|
-
"funding": {
|
|
1421
|
-
"type": "github",
|
|
1422
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1423
|
-
},
|
|
1424
|
-
"peerDependencies": {
|
|
1425
|
-
"tslib": "2"
|
|
1426
|
-
}
|
|
1215
|
+
"node_modules/@sinclair/typebox": {
|
|
1216
|
+
"version": "0.27.10",
|
|
1217
|
+
"integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
|
|
1218
|
+
"dev": true,
|
|
1219
|
+
"license": "MIT"
|
|
1427
1220
|
},
|
|
1428
|
-
"node_modules/@
|
|
1429
|
-
"version": "
|
|
1430
|
-
"integrity": "sha512-
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
"funding": {
|
|
1436
|
-
"type": "github",
|
|
1437
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1438
|
-
},
|
|
1439
|
-
"peerDependencies": {
|
|
1440
|
-
"tslib": "2"
|
|
1221
|
+
"node_modules/@sinonjs/commons": {
|
|
1222
|
+
"version": "3.0.1",
|
|
1223
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
1224
|
+
"dev": true,
|
|
1225
|
+
"license": "BSD-3-Clause",
|
|
1226
|
+
"dependencies": {
|
|
1227
|
+
"type-detect": "4.0.8"
|
|
1441
1228
|
}
|
|
1442
1229
|
},
|
|
1443
|
-
"node_modules/@
|
|
1444
|
-
"version": "
|
|
1445
|
-
"integrity": "sha512-
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
"funding": {
|
|
1451
|
-
"type": "github",
|
|
1452
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1453
|
-
},
|
|
1454
|
-
"peerDependencies": {
|
|
1455
|
-
"tslib": "2"
|
|
1230
|
+
"node_modules/@sinonjs/fake-timers": {
|
|
1231
|
+
"version": "10.3.0",
|
|
1232
|
+
"integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
|
|
1233
|
+
"dev": true,
|
|
1234
|
+
"license": "BSD-3-Clause",
|
|
1235
|
+
"dependencies": {
|
|
1236
|
+
"@sinonjs/commons": "^3.0.0"
|
|
1456
1237
|
}
|
|
1457
1238
|
},
|
|
1458
|
-
"node_modules/@
|
|
1459
|
-
"version": "
|
|
1460
|
-
"integrity": "sha512-
|
|
1461
|
-
"
|
|
1239
|
+
"node_modules/@types/adm-zip": {
|
|
1240
|
+
"version": "0.5.0",
|
|
1241
|
+
"integrity": "sha512-FCJBJq9ODsQZUNURo5ILAQueuA8WJhRvuihS3ke2iI25mJlfV2LK8jG2Qj2z2AWg8U0FtWWqBHVRetceLskSaw==",
|
|
1242
|
+
"dev": true,
|
|
1243
|
+
"license": "MIT",
|
|
1462
1244
|
"dependencies": {
|
|
1463
|
-
"@
|
|
1464
|
-
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1465
|
-
"thingies": "^2.5.0"
|
|
1466
|
-
},
|
|
1467
|
-
"engines": {
|
|
1468
|
-
"node": ">=10.0"
|
|
1469
|
-
},
|
|
1470
|
-
"funding": {
|
|
1471
|
-
"type": "github",
|
|
1472
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1473
|
-
},
|
|
1474
|
-
"peerDependencies": {
|
|
1475
|
-
"tslib": "2"
|
|
1245
|
+
"@types/node": "*"
|
|
1476
1246
|
}
|
|
1477
1247
|
},
|
|
1478
|
-
"node_modules/@
|
|
1479
|
-
"version": "
|
|
1480
|
-
"integrity": "sha512
|
|
1481
|
-
"
|
|
1248
|
+
"node_modules/@types/babel__core": {
|
|
1249
|
+
"version": "7.20.5",
|
|
1250
|
+
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
1251
|
+
"dev": true,
|
|
1252
|
+
"license": "MIT",
|
|
1482
1253
|
"dependencies": {
|
|
1483
|
-
"@
|
|
1484
|
-
"@
|
|
1485
|
-
"@
|
|
1486
|
-
"
|
|
1487
|
-
|
|
1488
|
-
"engines": {
|
|
1489
|
-
"node": ">=10.0"
|
|
1490
|
-
},
|
|
1491
|
-
"funding": {
|
|
1492
|
-
"type": "github",
|
|
1493
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1494
|
-
},
|
|
1495
|
-
"peerDependencies": {
|
|
1496
|
-
"tslib": "2"
|
|
1254
|
+
"@babel/parser": "^7.20.7",
|
|
1255
|
+
"@babel/types": "^7.20.7",
|
|
1256
|
+
"@types/babel__generator": "*",
|
|
1257
|
+
"@types/babel__template": "*",
|
|
1258
|
+
"@types/babel__traverse": "*"
|
|
1497
1259
|
}
|
|
1498
1260
|
},
|
|
1499
|
-
"node_modules/@
|
|
1500
|
-
"version": "
|
|
1501
|
-
"integrity": "sha512-
|
|
1502
|
-
"
|
|
1261
|
+
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1262
|
+
"version": "7.29.3",
|
|
1263
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
1264
|
+
"dev": true,
|
|
1265
|
+
"license": "MIT",
|
|
1503
1266
|
"dependencies": {
|
|
1504
|
-
"@
|
|
1505
|
-
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
1506
|
-
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1507
|
-
"@jsonjoy.com/fs-print": "4.56.10",
|
|
1508
|
-
"@jsonjoy.com/fs-snapshot": "4.56.10",
|
|
1509
|
-
"glob-to-regex.js": "^1.0.0",
|
|
1510
|
-
"thingies": "^2.5.0"
|
|
1511
|
-
},
|
|
1512
|
-
"engines": {
|
|
1513
|
-
"node": ">=10.0"
|
|
1267
|
+
"@babel/types": "^7.29.0"
|
|
1514
1268
|
},
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1517
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1269
|
+
"bin": {
|
|
1270
|
+
"parser": "bin/babel-parser.js"
|
|
1518
1271
|
},
|
|
1519
|
-
"peerDependencies": {
|
|
1520
|
-
"tslib": "2"
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
"node_modules/@jsonjoy.com/fs-node-builtins": {
|
|
1524
|
-
"version": "4.56.10",
|
|
1525
|
-
"integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==",
|
|
1526
|
-
"license": "Apache-2.0",
|
|
1527
1272
|
"engines": {
|
|
1528
|
-
"node": ">=
|
|
1529
|
-
},
|
|
1530
|
-
"funding": {
|
|
1531
|
-
"type": "github",
|
|
1532
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1533
|
-
},
|
|
1534
|
-
"peerDependencies": {
|
|
1535
|
-
"tslib": "2"
|
|
1273
|
+
"node": ">=6.0.0"
|
|
1536
1274
|
}
|
|
1537
1275
|
},
|
|
1538
|
-
"node_modules/@
|
|
1539
|
-
"version": "
|
|
1540
|
-
"integrity": "sha512-
|
|
1541
|
-
"
|
|
1276
|
+
"node_modules/@types/babel__generator": {
|
|
1277
|
+
"version": "7.6.4",
|
|
1278
|
+
"integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
|
|
1279
|
+
"dev": true,
|
|
1280
|
+
"license": "MIT",
|
|
1542
1281
|
"dependencies": {
|
|
1543
|
-
"@
|
|
1544
|
-
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
1545
|
-
"@jsonjoy.com/fs-node-utils": "4.56.10"
|
|
1546
|
-
},
|
|
1547
|
-
"engines": {
|
|
1548
|
-
"node": ">=10.0"
|
|
1549
|
-
},
|
|
1550
|
-
"funding": {
|
|
1551
|
-
"type": "github",
|
|
1552
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1553
|
-
},
|
|
1554
|
-
"peerDependencies": {
|
|
1555
|
-
"tslib": "2"
|
|
1282
|
+
"@babel/types": "^7.0.0"
|
|
1556
1283
|
}
|
|
1557
1284
|
},
|
|
1558
|
-
"node_modules/@
|
|
1559
|
-
"version": "
|
|
1560
|
-
"integrity": "sha512-
|
|
1561
|
-
"
|
|
1285
|
+
"node_modules/@types/babel__parser": {
|
|
1286
|
+
"version": "7.1.1",
|
|
1287
|
+
"integrity": "sha512-baSzIb0QQOUQSglfR9gwXVSbHH91YvY00C9Zjq6E7sPdnp8oyPyUsonIj3SF4wUl0s96vR/kyWeVv30gmM/xZw==",
|
|
1288
|
+
"deprecated": "Deprecated",
|
|
1289
|
+
"dev": true,
|
|
1562
1290
|
"dependencies": {
|
|
1563
|
-
"@
|
|
1564
|
-
},
|
|
1565
|
-
"engines": {
|
|
1566
|
-
"node": ">=10.0"
|
|
1567
|
-
},
|
|
1568
|
-
"funding": {
|
|
1569
|
-
"type": "github",
|
|
1570
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1571
|
-
},
|
|
1572
|
-
"peerDependencies": {
|
|
1573
|
-
"tslib": "2"
|
|
1291
|
+
"@babel/parser": "*"
|
|
1574
1292
|
}
|
|
1575
1293
|
},
|
|
1576
|
-
"node_modules/@
|
|
1577
|
-
"version": "4.
|
|
1578
|
-
"integrity": "sha512-
|
|
1579
|
-
"
|
|
1580
|
-
"
|
|
1581
|
-
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1582
|
-
"tree-dump": "^1.1.0"
|
|
1583
|
-
},
|
|
1584
|
-
"engines": {
|
|
1585
|
-
"node": ">=10.0"
|
|
1586
|
-
},
|
|
1587
|
-
"funding": {
|
|
1588
|
-
"type": "github",
|
|
1589
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1590
|
-
},
|
|
1591
|
-
"peerDependencies": {
|
|
1592
|
-
"tslib": "2"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
"node_modules/@jsonjoy.com/fs-snapshot": {
|
|
1596
|
-
"version": "4.56.10",
|
|
1597
|
-
"integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==",
|
|
1598
|
-
"license": "Apache-2.0",
|
|
1599
|
-
"dependencies": {
|
|
1600
|
-
"@jsonjoy.com/buffers": "^17.65.0",
|
|
1601
|
-
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
1602
|
-
"@jsonjoy.com/json-pack": "^17.65.0",
|
|
1603
|
-
"@jsonjoy.com/util": "^17.65.0"
|
|
1604
|
-
},
|
|
1605
|
-
"engines": {
|
|
1606
|
-
"node": ">=10.0"
|
|
1607
|
-
},
|
|
1608
|
-
"funding": {
|
|
1609
|
-
"type": "github",
|
|
1610
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1611
|
-
},
|
|
1612
|
-
"peerDependencies": {
|
|
1613
|
-
"tslib": "2"
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": {
|
|
1617
|
-
"version": "17.67.0",
|
|
1618
|
-
"integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==",
|
|
1619
|
-
"license": "Apache-2.0",
|
|
1620
|
-
"engines": {
|
|
1621
|
-
"node": ">=10.0"
|
|
1622
|
-
},
|
|
1623
|
-
"funding": {
|
|
1624
|
-
"type": "github",
|
|
1625
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1626
|
-
},
|
|
1627
|
-
"peerDependencies": {
|
|
1628
|
-
"tslib": "2"
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": {
|
|
1632
|
-
"version": "17.67.0",
|
|
1633
|
-
"integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==",
|
|
1634
|
-
"license": "Apache-2.0",
|
|
1635
|
-
"engines": {
|
|
1636
|
-
"node": ">=10.0"
|
|
1637
|
-
},
|
|
1638
|
-
"funding": {
|
|
1639
|
-
"type": "github",
|
|
1640
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1641
|
-
},
|
|
1642
|
-
"peerDependencies": {
|
|
1643
|
-
"tslib": "2"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": {
|
|
1647
|
-
"version": "17.67.0",
|
|
1648
|
-
"integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==",
|
|
1649
|
-
"license": "Apache-2.0",
|
|
1650
|
-
"dependencies": {
|
|
1651
|
-
"@jsonjoy.com/base64": "17.67.0",
|
|
1652
|
-
"@jsonjoy.com/buffers": "17.67.0",
|
|
1653
|
-
"@jsonjoy.com/codegen": "17.67.0",
|
|
1654
|
-
"@jsonjoy.com/json-pointer": "17.67.0",
|
|
1655
|
-
"@jsonjoy.com/util": "17.67.0",
|
|
1656
|
-
"hyperdyperid": "^1.2.0",
|
|
1657
|
-
"thingies": "^2.5.0",
|
|
1658
|
-
"tree-dump": "^1.1.0"
|
|
1659
|
-
},
|
|
1660
|
-
"engines": {
|
|
1661
|
-
"node": ">=10.0"
|
|
1662
|
-
},
|
|
1663
|
-
"funding": {
|
|
1664
|
-
"type": "github",
|
|
1665
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1666
|
-
},
|
|
1667
|
-
"peerDependencies": {
|
|
1668
|
-
"tslib": "2"
|
|
1669
|
-
}
|
|
1670
|
-
},
|
|
1671
|
-
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": {
|
|
1672
|
-
"version": "17.67.0",
|
|
1673
|
-
"integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==",
|
|
1674
|
-
"license": "Apache-2.0",
|
|
1675
|
-
"dependencies": {
|
|
1676
|
-
"@jsonjoy.com/util": "17.67.0"
|
|
1677
|
-
},
|
|
1678
|
-
"engines": {
|
|
1679
|
-
"node": ">=10.0"
|
|
1680
|
-
},
|
|
1681
|
-
"funding": {
|
|
1682
|
-
"type": "github",
|
|
1683
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1684
|
-
},
|
|
1685
|
-
"peerDependencies": {
|
|
1686
|
-
"tslib": "2"
|
|
1687
|
-
}
|
|
1688
|
-
},
|
|
1689
|
-
"node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": {
|
|
1690
|
-
"version": "17.67.0",
|
|
1691
|
-
"integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==",
|
|
1692
|
-
"license": "Apache-2.0",
|
|
1693
|
-
"dependencies": {
|
|
1694
|
-
"@jsonjoy.com/buffers": "17.67.0",
|
|
1695
|
-
"@jsonjoy.com/codegen": "17.67.0"
|
|
1696
|
-
},
|
|
1697
|
-
"engines": {
|
|
1698
|
-
"node": ">=10.0"
|
|
1699
|
-
},
|
|
1700
|
-
"funding": {
|
|
1701
|
-
"type": "github",
|
|
1702
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1703
|
-
},
|
|
1704
|
-
"peerDependencies": {
|
|
1705
|
-
"tslib": "2"
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
|
-
"node_modules/@jsonjoy.com/json-pack": {
|
|
1709
|
-
"version": "1.21.0",
|
|
1710
|
-
"integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
|
|
1711
|
-
"license": "Apache-2.0",
|
|
1712
|
-
"dependencies": {
|
|
1713
|
-
"@jsonjoy.com/base64": "^1.1.2",
|
|
1714
|
-
"@jsonjoy.com/buffers": "^1.2.0",
|
|
1715
|
-
"@jsonjoy.com/codegen": "^1.0.0",
|
|
1716
|
-
"@jsonjoy.com/json-pointer": "^1.0.2",
|
|
1717
|
-
"@jsonjoy.com/util": "^1.9.0",
|
|
1718
|
-
"hyperdyperid": "^1.2.0",
|
|
1719
|
-
"thingies": "^2.5.0",
|
|
1720
|
-
"tree-dump": "^1.1.0"
|
|
1721
|
-
},
|
|
1722
|
-
"engines": {
|
|
1723
|
-
"node": ">=10.0"
|
|
1724
|
-
},
|
|
1725
|
-
"funding": {
|
|
1726
|
-
"type": "github",
|
|
1727
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1728
|
-
},
|
|
1729
|
-
"peerDependencies": {
|
|
1730
|
-
"tslib": "2"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
"node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": {
|
|
1734
|
-
"version": "1.2.1",
|
|
1735
|
-
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
1736
|
-
"license": "Apache-2.0",
|
|
1737
|
-
"engines": {
|
|
1738
|
-
"node": ">=10.0"
|
|
1739
|
-
},
|
|
1740
|
-
"funding": {
|
|
1741
|
-
"type": "github",
|
|
1742
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1743
|
-
},
|
|
1744
|
-
"peerDependencies": {
|
|
1745
|
-
"tslib": "2"
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
"node_modules/@jsonjoy.com/json-pointer": {
|
|
1749
|
-
"version": "1.0.2",
|
|
1750
|
-
"integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
|
|
1751
|
-
"license": "Apache-2.0",
|
|
1752
|
-
"dependencies": {
|
|
1753
|
-
"@jsonjoy.com/codegen": "^1.0.0",
|
|
1754
|
-
"@jsonjoy.com/util": "^1.9.0"
|
|
1755
|
-
},
|
|
1756
|
-
"engines": {
|
|
1757
|
-
"node": ">=10.0"
|
|
1758
|
-
},
|
|
1759
|
-
"funding": {
|
|
1760
|
-
"type": "github",
|
|
1761
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1762
|
-
},
|
|
1763
|
-
"peerDependencies": {
|
|
1764
|
-
"tslib": "2"
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
1767
|
-
"node_modules/@jsonjoy.com/util": {
|
|
1768
|
-
"version": "1.9.0",
|
|
1769
|
-
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
1770
|
-
"license": "Apache-2.0",
|
|
1771
|
-
"dependencies": {
|
|
1772
|
-
"@jsonjoy.com/buffers": "^1.0.0",
|
|
1773
|
-
"@jsonjoy.com/codegen": "^1.0.0"
|
|
1774
|
-
},
|
|
1775
|
-
"engines": {
|
|
1776
|
-
"node": ">=10.0"
|
|
1777
|
-
},
|
|
1778
|
-
"funding": {
|
|
1779
|
-
"type": "github",
|
|
1780
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1781
|
-
},
|
|
1782
|
-
"peerDependencies": {
|
|
1783
|
-
"tslib": "2"
|
|
1784
|
-
}
|
|
1785
|
-
},
|
|
1786
|
-
"node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": {
|
|
1787
|
-
"version": "1.2.1",
|
|
1788
|
-
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
1789
|
-
"license": "Apache-2.0",
|
|
1790
|
-
"engines": {
|
|
1791
|
-
"node": ">=10.0"
|
|
1792
|
-
},
|
|
1793
|
-
"funding": {
|
|
1794
|
-
"type": "github",
|
|
1795
|
-
"url": "https://github.com/sponsors/streamich"
|
|
1796
|
-
},
|
|
1797
|
-
"peerDependencies": {
|
|
1798
|
-
"tslib": "2"
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
"node_modules/@pkgjs/parseargs": {
|
|
1802
|
-
"version": "0.11.0",
|
|
1803
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
1804
|
-
"license": "MIT",
|
|
1805
|
-
"optional": true,
|
|
1806
|
-
"engines": {
|
|
1807
|
-
"node": ">=14"
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
|
-
"node_modules/@sinclair/typebox": {
|
|
1811
|
-
"version": "0.27.10",
|
|
1812
|
-
"integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
|
|
1813
|
-
"dev": true,
|
|
1814
|
-
"license": "MIT"
|
|
1815
|
-
},
|
|
1816
|
-
"node_modules/@sinonjs/commons": {
|
|
1817
|
-
"version": "3.0.1",
|
|
1818
|
-
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
1819
|
-
"dev": true,
|
|
1820
|
-
"license": "BSD-3-Clause",
|
|
1821
|
-
"dependencies": {
|
|
1822
|
-
"type-detect": "4.0.8"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
"node_modules/@sinonjs/fake-timers": {
|
|
1826
|
-
"version": "10.3.0",
|
|
1827
|
-
"integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
|
|
1828
|
-
"dev": true,
|
|
1829
|
-
"license": "BSD-3-Clause",
|
|
1830
|
-
"dependencies": {
|
|
1831
|
-
"@sinonjs/commons": "^3.0.0"
|
|
1832
|
-
}
|
|
1833
|
-
},
|
|
1834
|
-
"node_modules/@types/adm-zip": {
|
|
1835
|
-
"version": "0.5.0",
|
|
1836
|
-
"integrity": "sha512-FCJBJq9ODsQZUNURo5ILAQueuA8WJhRvuihS3ke2iI25mJlfV2LK8jG2Qj2z2AWg8U0FtWWqBHVRetceLskSaw==",
|
|
1837
|
-
"dev": true,
|
|
1838
|
-
"license": "MIT",
|
|
1839
|
-
"dependencies": {
|
|
1840
|
-
"@types/node": "*"
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
"node_modules/@types/babel__core": {
|
|
1844
|
-
"version": "7.20.5",
|
|
1845
|
-
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
1846
|
-
"dev": true,
|
|
1847
|
-
"license": "MIT",
|
|
1848
|
-
"dependencies": {
|
|
1849
|
-
"@babel/parser": "^7.20.7",
|
|
1850
|
-
"@babel/types": "^7.20.7",
|
|
1851
|
-
"@types/babel__generator": "*",
|
|
1852
|
-
"@types/babel__template": "*",
|
|
1853
|
-
"@types/babel__traverse": "*"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1857
|
-
"version": "7.29.0",
|
|
1858
|
-
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
1859
|
-
"dev": true,
|
|
1860
|
-
"license": "MIT",
|
|
1861
|
-
"dependencies": {
|
|
1862
|
-
"@babel/types": "^7.29.0"
|
|
1863
|
-
},
|
|
1864
|
-
"bin": {
|
|
1865
|
-
"parser": "bin/babel-parser.js"
|
|
1866
|
-
},
|
|
1867
|
-
"engines": {
|
|
1868
|
-
"node": ">=6.0.0"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
"node_modules/@types/babel__generator": {
|
|
1872
|
-
"version": "7.6.4",
|
|
1873
|
-
"integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
|
|
1874
|
-
"dev": true,
|
|
1875
|
-
"license": "MIT",
|
|
1876
|
-
"dependencies": {
|
|
1877
|
-
"@babel/types": "^7.0.0"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
"node_modules/@types/babel__parser": {
|
|
1881
|
-
"version": "7.1.1",
|
|
1882
|
-
"integrity": "sha512-baSzIb0QQOUQSglfR9gwXVSbHH91YvY00C9Zjq6E7sPdnp8oyPyUsonIj3SF4wUl0s96vR/kyWeVv30gmM/xZw==",
|
|
1883
|
-
"deprecated": "Deprecated",
|
|
1884
|
-
"dev": true,
|
|
1885
|
-
"dependencies": {
|
|
1886
|
-
"@babel/parser": "*"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
"node_modules/@types/babel__template": {
|
|
1890
|
-
"version": "7.4.4",
|
|
1891
|
-
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1892
|
-
"dev": true,
|
|
1893
|
-
"license": "MIT",
|
|
1294
|
+
"node_modules/@types/babel__template": {
|
|
1295
|
+
"version": "7.4.4",
|
|
1296
|
+
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1297
|
+
"dev": true,
|
|
1298
|
+
"license": "MIT",
|
|
1894
1299
|
"dependencies": {
|
|
1895
1300
|
"@babel/parser": "^7.1.0",
|
|
1896
1301
|
"@babel/types": "^7.0.0"
|
|
@@ -1934,20 +1339,15 @@
|
|
|
1934
1339
|
}
|
|
1935
1340
|
},
|
|
1936
1341
|
"node_modules/@types/color-convert": {
|
|
1937
|
-
"version": "
|
|
1938
|
-
"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.",
|
|
1939
1345
|
"dev": true,
|
|
1940
1346
|
"license": "MIT",
|
|
1941
1347
|
"dependencies": {
|
|
1942
|
-
"
|
|
1348
|
+
"color-convert": "*"
|
|
1943
1349
|
}
|
|
1944
1350
|
},
|
|
1945
|
-
"node_modules/@types/color-name": {
|
|
1946
|
-
"version": "1.1.5",
|
|
1947
|
-
"integrity": "sha512-j2K5UJqGTxeesj6oQuGpMgifpT5k9HprgQd8D1Y0lOFqKHl3PJu5GMeS4Y5EgjS55AE6OQxf8mPED9uaGbf4Cg==",
|
|
1948
|
-
"dev": true,
|
|
1949
|
-
"license": "MIT"
|
|
1950
|
-
},
|
|
1951
1351
|
"node_modules/@types/css-tree": {
|
|
1952
1352
|
"version": "2.0.0",
|
|
1953
1353
|
"integrity": "sha512-mY2sXRLBnUPMYw6mkOT+6dABeaNxAEKZz6scE9kQPNJx8fKe1fOsm8Honl7+xFYe6TKX8WNk2+7oMp2vBArJ9Q==",
|
|
@@ -2090,37 +1490,14 @@
|
|
|
2090
1490
|
"@types/node": "*"
|
|
2091
1491
|
}
|
|
2092
1492
|
},
|
|
2093
|
-
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
2094
|
-
"version": "11.14.3-rc.6401",
|
|
2095
|
-
"integrity": "sha512-212vMLQUUb2U0RVg7jQGxnOxvr+6QiPTQ76n0QI6eEyLtvnZ+hYjr2huIBW5PQtg4SP7pHAAmuuPob+sIJzmQA==",
|
|
2096
|
-
"license": "ISC"
|
|
2097
|
-
},
|
|
2098
1493
|
"node_modules/@wavemaker/foundation-css": {
|
|
2099
|
-
"version": "11.14.
|
|
2100
|
-
"integrity": "sha512-
|
|
1494
|
+
"version": "11.14.4-rc.647538",
|
|
1495
|
+
"integrity": "sha512-FWwHwVRHjSBwaTs5g93Sk+jpPZvusN5yljQfQ/b4B8ahzhduQdrGIYgsU1A8abYtqy/Ilb+ij9Jj4DYuQHKmSw==",
|
|
2101
1496
|
"license": "ISC",
|
|
2102
1497
|
"dependencies": {
|
|
2103
1498
|
"chroma-js": "^3.1.2"
|
|
2104
1499
|
}
|
|
2105
1500
|
},
|
|
2106
|
-
"node_modules/@yarnpkg/lockfile": {
|
|
2107
|
-
"version": "1.1.0",
|
|
2108
|
-
"integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
|
|
2109
|
-
"license": "BSD-2-Clause"
|
|
2110
|
-
},
|
|
2111
|
-
"node_modules/@zip.js/zip.js": {
|
|
2112
|
-
"version": "2.8.17",
|
|
2113
|
-
"integrity": "sha512-3UdSsm9D9wy8+Oclimd3W9mWqiGptbrL7kBxAdXr/FLN2FSmNnAiyRol93heAffLGDzNwY5nnvDEjMmo8JbeeA==",
|
|
2114
|
-
"license": "BSD-3-Clause",
|
|
2115
|
-
"dependencies": {
|
|
2116
|
-
"web-worker": "^1.5.0"
|
|
2117
|
-
},
|
|
2118
|
-
"engines": {
|
|
2119
|
-
"bun": ">=0.7.0",
|
|
2120
|
-
"deno": ">=1.0.0",
|
|
2121
|
-
"node": ">=18.0.0"
|
|
2122
|
-
}
|
|
2123
|
-
},
|
|
2124
1501
|
"node_modules/adm-zip": {
|
|
2125
1502
|
"version": "0.5.9",
|
|
2126
1503
|
"integrity": "sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg==",
|
|
@@ -2174,6 +1551,22 @@
|
|
|
2174
1551
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2175
1552
|
}
|
|
2176
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
|
+
},
|
|
2177
1570
|
"node_modules/anymatch": {
|
|
2178
1571
|
"version": "3.1.3",
|
|
2179
1572
|
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
@@ -2196,18 +1589,6 @@
|
|
|
2196
1589
|
"sprintf-js": "~1.0.2"
|
|
2197
1590
|
}
|
|
2198
1591
|
},
|
|
2199
|
-
"node_modules/assert": {
|
|
2200
|
-
"version": "2.1.0",
|
|
2201
|
-
"integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==",
|
|
2202
|
-
"license": "MIT",
|
|
2203
|
-
"dependencies": {
|
|
2204
|
-
"call-bind": "^1.0.2",
|
|
2205
|
-
"is-nan": "^1.3.2",
|
|
2206
|
-
"object-is": "^1.1.5",
|
|
2207
|
-
"object.assign": "^4.1.4",
|
|
2208
|
-
"util": "^0.12.5"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
1592
|
"node_modules/asynckit": {
|
|
2212
1593
|
"version": "0.4.0",
|
|
2213
1594
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
@@ -2232,20 +1613,6 @@
|
|
|
2232
1613
|
"node": ">= 4.5.0"
|
|
2233
1614
|
}
|
|
2234
1615
|
},
|
|
2235
|
-
"node_modules/available-typed-arrays": {
|
|
2236
|
-
"version": "1.0.7",
|
|
2237
|
-
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
2238
|
-
"license": "MIT",
|
|
2239
|
-
"dependencies": {
|
|
2240
|
-
"possible-typed-array-names": "^1.0.0"
|
|
2241
|
-
},
|
|
2242
|
-
"engines": {
|
|
2243
|
-
"node": ">= 0.4"
|
|
2244
|
-
},
|
|
2245
|
-
"funding": {
|
|
2246
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2247
|
-
}
|
|
2248
|
-
},
|
|
2249
1616
|
"node_modules/axios": {
|
|
2250
1617
|
"version": "1.8.3",
|
|
2251
1618
|
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
|
|
@@ -2294,8 +1661,8 @@
|
|
|
2294
1661
|
}
|
|
2295
1662
|
},
|
|
2296
1663
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
2297
|
-
"version": "7.29.
|
|
2298
|
-
"integrity": "sha512-
|
|
1664
|
+
"version": "7.29.3",
|
|
1665
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
2299
1666
|
"dev": true,
|
|
2300
1667
|
"license": "MIT",
|
|
2301
1668
|
"dependencies": {
|
|
@@ -2391,9 +1758,13 @@
|
|
|
2391
1758
|
}
|
|
2392
1759
|
},
|
|
2393
1760
|
"node_modules/balanced-match": {
|
|
2394
|
-
"version": "
|
|
2395
|
-
"integrity": "sha512-
|
|
2396
|
-
"
|
|
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
|
+
}
|
|
2397
1768
|
},
|
|
2398
1769
|
"node_modules/base64-js": {
|
|
2399
1770
|
"version": "1.5.1",
|
|
@@ -2415,12 +1786,15 @@
|
|
|
2415
1786
|
"license": "MIT"
|
|
2416
1787
|
},
|
|
2417
1788
|
"node_modules/baseline-browser-mapping": {
|
|
2418
|
-
"version": "2.
|
|
2419
|
-
"integrity": "sha512-
|
|
1789
|
+
"version": "2.10.31",
|
|
1790
|
+
"integrity": "sha512-MujYO3eP72uvmSE0i4wltsodRfIpZATP3jvzRNRGGxgzId7aVocVJJV3nf01qnzzKFGxQVC9bpWxl5cjxTr/7Q==",
|
|
2420
1791
|
"dev": true,
|
|
2421
1792
|
"license": "Apache-2.0",
|
|
2422
1793
|
"bin": {
|
|
2423
|
-
"baseline-browser-mapping": "dist/cli.
|
|
1794
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
1795
|
+
},
|
|
1796
|
+
"engines": {
|
|
1797
|
+
"node": ">=6.0.0"
|
|
2424
1798
|
}
|
|
2425
1799
|
},
|
|
2426
1800
|
"node_modules/bl": {
|
|
@@ -2433,45 +1807,27 @@
|
|
|
2433
1807
|
"readable-stream": "^3.4.0"
|
|
2434
1808
|
}
|
|
2435
1809
|
},
|
|
2436
|
-
"node_modules/bl/node_modules/buffer": {
|
|
2437
|
-
"version": "5.7.1",
|
|
2438
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
2439
|
-
"funding": [
|
|
2440
|
-
{
|
|
2441
|
-
"type": "github",
|
|
2442
|
-
"url": "https://github.com/sponsors/feross"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"type": "patreon",
|
|
2446
|
-
"url": "https://www.patreon.com/feross"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"type": "consulting",
|
|
2450
|
-
"url": "https://feross.org/support"
|
|
2451
|
-
}
|
|
2452
|
-
],
|
|
2453
|
-
"license": "MIT",
|
|
2454
|
-
"dependencies": {
|
|
2455
|
-
"base64-js": "^1.3.1",
|
|
2456
|
-
"ieee754": "^1.1.13"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
1810
|
"node_modules/boolbase": {
|
|
2460
1811
|
"version": "1.0.0",
|
|
2461
1812
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
2462
1813
|
"license": "ISC"
|
|
2463
1814
|
},
|
|
2464
1815
|
"node_modules/brace-expansion": {
|
|
2465
|
-
"version": "
|
|
2466
|
-
"integrity": "sha512-
|
|
1816
|
+
"version": "5.0.6",
|
|
1817
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1818
|
+
"dev": true,
|
|
2467
1819
|
"license": "MIT",
|
|
2468
1820
|
"dependencies": {
|
|
2469
|
-
"balanced-match": "^
|
|
1821
|
+
"balanced-match": "^4.0.2"
|
|
1822
|
+
},
|
|
1823
|
+
"engines": {
|
|
1824
|
+
"node": "18 || 20 || >=22"
|
|
2470
1825
|
}
|
|
2471
1826
|
},
|
|
2472
1827
|
"node_modules/braces": {
|
|
2473
1828
|
"version": "3.0.3",
|
|
2474
1829
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
1830
|
+
"dev": true,
|
|
2475
1831
|
"license": "MIT",
|
|
2476
1832
|
"dependencies": {
|
|
2477
1833
|
"fill-range": "^7.1.1"
|
|
@@ -2481,8 +1837,8 @@
|
|
|
2481
1837
|
}
|
|
2482
1838
|
},
|
|
2483
1839
|
"node_modules/browserslist": {
|
|
2484
|
-
"version": "4.28.
|
|
2485
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "4.28.2",
|
|
1841
|
+
"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
|
|
2486
1842
|
"dev": true,
|
|
2487
1843
|
"funding": [
|
|
2488
1844
|
{
|
|
@@ -2500,11 +1856,11 @@
|
|
|
2500
1856
|
],
|
|
2501
1857
|
"license": "MIT",
|
|
2502
1858
|
"dependencies": {
|
|
2503
|
-
"baseline-browser-mapping": "^2.
|
|
2504
|
-
"caniuse-lite": "^1.0.
|
|
2505
|
-
"electron-to-chromium": "^1.5.
|
|
2506
|
-
"node-releases": "^2.0.
|
|
2507
|
-
"update-browserslist-db": "^1.2.
|
|
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"
|
|
2508
1864
|
},
|
|
2509
1865
|
"bin": {
|
|
2510
1866
|
"browserslist": "cli.js"
|
|
@@ -2535,8 +1891,8 @@
|
|
|
2535
1891
|
}
|
|
2536
1892
|
},
|
|
2537
1893
|
"node_modules/buffer": {
|
|
2538
|
-
"version": "
|
|
2539
|
-
"integrity": "sha512-
|
|
1894
|
+
"version": "5.7.1",
|
|
1895
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
2540
1896
|
"funding": [
|
|
2541
1897
|
{
|
|
2542
1898
|
"type": "github",
|
|
@@ -2554,7 +1910,7 @@
|
|
|
2554
1910
|
"license": "MIT",
|
|
2555
1911
|
"dependencies": {
|
|
2556
1912
|
"base64-js": "^1.3.1",
|
|
2557
|
-
"ieee754": "^1.
|
|
1913
|
+
"ieee754": "^1.1.13"
|
|
2558
1914
|
}
|
|
2559
1915
|
},
|
|
2560
1916
|
"node_modules/buffer-crc32": {
|
|
@@ -2571,23 +1927,6 @@
|
|
|
2571
1927
|
"dev": true,
|
|
2572
1928
|
"license": "MIT"
|
|
2573
1929
|
},
|
|
2574
|
-
"node_modules/call-bind": {
|
|
2575
|
-
"version": "1.0.8",
|
|
2576
|
-
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
2577
|
-
"license": "MIT",
|
|
2578
|
-
"dependencies": {
|
|
2579
|
-
"call-bind-apply-helpers": "^1.0.0",
|
|
2580
|
-
"es-define-property": "^1.0.0",
|
|
2581
|
-
"get-intrinsic": "^1.2.4",
|
|
2582
|
-
"set-function-length": "^1.2.2"
|
|
2583
|
-
},
|
|
2584
|
-
"engines": {
|
|
2585
|
-
"node": ">= 0.4"
|
|
2586
|
-
},
|
|
2587
|
-
"funding": {
|
|
2588
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2589
|
-
}
|
|
2590
|
-
},
|
|
2591
1930
|
"node_modules/call-bind-apply-helpers": {
|
|
2592
1931
|
"version": "1.0.2",
|
|
2593
1932
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
@@ -2600,21 +1939,6 @@
|
|
|
2600
1939
|
"node": ">= 0.4"
|
|
2601
1940
|
}
|
|
2602
1941
|
},
|
|
2603
|
-
"node_modules/call-bound": {
|
|
2604
|
-
"version": "1.0.4",
|
|
2605
|
-
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
2606
|
-
"license": "MIT",
|
|
2607
|
-
"dependencies": {
|
|
2608
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
2609
|
-
"get-intrinsic": "^1.3.0"
|
|
2610
|
-
},
|
|
2611
|
-
"engines": {
|
|
2612
|
-
"node": ">= 0.4"
|
|
2613
|
-
},
|
|
2614
|
-
"funding": {
|
|
2615
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
1942
|
"node_modules/callsites": {
|
|
2619
1943
|
"version": "3.1.0",
|
|
2620
1944
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
@@ -2642,8 +1966,8 @@
|
|
|
2642
1966
|
}
|
|
2643
1967
|
},
|
|
2644
1968
|
"node_modules/caniuse-lite": {
|
|
2645
|
-
"version": "1.0.
|
|
2646
|
-
"integrity": "sha512-
|
|
1969
|
+
"version": "1.0.30001793",
|
|
1970
|
+
"integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
|
|
2647
1971
|
"dev": true,
|
|
2648
1972
|
"funding": [
|
|
2649
1973
|
{
|
|
@@ -2664,6 +1988,7 @@
|
|
|
2664
1988
|
"node_modules/chalk": {
|
|
2665
1989
|
"version": "4.1.2",
|
|
2666
1990
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
1991
|
+
"dev": true,
|
|
2667
1992
|
"license": "MIT",
|
|
2668
1993
|
"dependencies": {
|
|
2669
1994
|
"ansi-styles": "^4.1.0",
|
|
@@ -2676,11 +2001,6 @@
|
|
|
2676
2001
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2677
2002
|
}
|
|
2678
2003
|
},
|
|
2679
|
-
"node_modules/change-case": {
|
|
2680
|
-
"version": "5.4.4",
|
|
2681
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
2682
|
-
"license": "MIT"
|
|
2683
|
-
},
|
|
2684
2004
|
"node_modules/char-regex": {
|
|
2685
2005
|
"version": "1.0.2",
|
|
2686
2006
|
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
|
|
@@ -2703,6 +2023,7 @@
|
|
|
2703
2023
|
"node_modules/ci-info": {
|
|
2704
2024
|
"version": "3.9.0",
|
|
2705
2025
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
2026
|
+
"dev": true,
|
|
2706
2027
|
"funding": [
|
|
2707
2028
|
{
|
|
2708
2029
|
"type": "github",
|
|
@@ -2778,20 +2099,25 @@
|
|
|
2778
2099
|
}
|
|
2779
2100
|
},
|
|
2780
2101
|
"node_modules/color-convert": {
|
|
2781
|
-
"version": "
|
|
2782
|
-
"integrity": "sha512-
|
|
2102
|
+
"version": "3.1.3",
|
|
2103
|
+
"integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
|
|
2104
|
+
"dev": true,
|
|
2783
2105
|
"license": "MIT",
|
|
2784
2106
|
"dependencies": {
|
|
2785
|
-
"color-name": "
|
|
2107
|
+
"color-name": "^2.0.0"
|
|
2786
2108
|
},
|
|
2787
2109
|
"engines": {
|
|
2788
|
-
"node": ">=
|
|
2110
|
+
"node": ">=14.6"
|
|
2789
2111
|
}
|
|
2790
2112
|
},
|
|
2791
2113
|
"node_modules/color-name": {
|
|
2792
|
-
"version": "
|
|
2793
|
-
"integrity": "sha512-
|
|
2794
|
-
"
|
|
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
|
+
}
|
|
2795
2121
|
},
|
|
2796
2122
|
"node_modules/color-string": {
|
|
2797
2123
|
"version": "1.9.1",
|
|
@@ -2802,34 +2128,36 @@
|
|
|
2802
2128
|
"simple-swizzle": "^0.2.2"
|
|
2803
2129
|
}
|
|
2804
2130
|
},
|
|
2805
|
-
"node_modules/
|
|
2806
|
-
"version": "1.
|
|
2807
|
-
"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==",
|
|
2808
2139
|
"license": "MIT",
|
|
2809
2140
|
"dependencies": {
|
|
2810
|
-
"
|
|
2141
|
+
"color-name": "~1.1.4"
|
|
2811
2142
|
},
|
|
2812
2143
|
"engines": {
|
|
2813
|
-
"node": ">=
|
|
2144
|
+
"node": ">=7.0.0"
|
|
2814
2145
|
}
|
|
2815
2146
|
},
|
|
2816
|
-
"node_modules/
|
|
2817
|
-
"version": "
|
|
2818
|
-
"integrity": "sha512-
|
|
2819
|
-
"license": "MIT"
|
|
2820
|
-
"engines": {
|
|
2821
|
-
"node": ">= 12"
|
|
2822
|
-
}
|
|
2147
|
+
"node_modules/color/node_modules/color-name": {
|
|
2148
|
+
"version": "1.1.4",
|
|
2149
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2150
|
+
"license": "MIT"
|
|
2823
2151
|
},
|
|
2824
|
-
"node_modules/
|
|
2825
|
-
"version": "
|
|
2826
|
-
"integrity": "sha512-
|
|
2152
|
+
"node_modules/combined-stream": {
|
|
2153
|
+
"version": "1.0.8",
|
|
2154
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
2827
2155
|
"license": "MIT",
|
|
2828
|
-
"
|
|
2829
|
-
"
|
|
2156
|
+
"dependencies": {
|
|
2157
|
+
"delayed-stream": "~1.0.0"
|
|
2830
2158
|
},
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2159
|
+
"engines": {
|
|
2160
|
+
"node": ">= 0.8"
|
|
2833
2161
|
}
|
|
2834
2162
|
},
|
|
2835
2163
|
"node_modules/concat-map": {
|
|
@@ -3004,8 +2332,8 @@
|
|
|
3004
2332
|
}
|
|
3005
2333
|
},
|
|
3006
2334
|
"node_modules/dedent": {
|
|
3007
|
-
"version": "1.7.
|
|
3008
|
-
"integrity": "sha512-
|
|
2335
|
+
"version": "1.7.2",
|
|
2336
|
+
"integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
|
|
3009
2337
|
"dev": true,
|
|
3010
2338
|
"license": "MIT",
|
|
3011
2339
|
"peerDependencies": {
|
|
@@ -3020,43 +2348,12 @@
|
|
|
3020
2348
|
"node_modules/deepmerge": {
|
|
3021
2349
|
"version": "4.3.1",
|
|
3022
2350
|
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
2351
|
+
"dev": true,
|
|
3023
2352
|
"license": "MIT",
|
|
3024
2353
|
"engines": {
|
|
3025
2354
|
"node": ">=0.10.0"
|
|
3026
2355
|
}
|
|
3027
2356
|
},
|
|
3028
|
-
"node_modules/define-data-property": {
|
|
3029
|
-
"version": "1.1.4",
|
|
3030
|
-
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
3031
|
-
"license": "MIT",
|
|
3032
|
-
"dependencies": {
|
|
3033
|
-
"es-define-property": "^1.0.0",
|
|
3034
|
-
"es-errors": "^1.3.0",
|
|
3035
|
-
"gopd": "^1.0.1"
|
|
3036
|
-
},
|
|
3037
|
-
"engines": {
|
|
3038
|
-
"node": ">= 0.4"
|
|
3039
|
-
},
|
|
3040
|
-
"funding": {
|
|
3041
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3042
|
-
}
|
|
3043
|
-
},
|
|
3044
|
-
"node_modules/define-properties": {
|
|
3045
|
-
"version": "1.2.1",
|
|
3046
|
-
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
3047
|
-
"license": "MIT",
|
|
3048
|
-
"dependencies": {
|
|
3049
|
-
"define-data-property": "^1.0.1",
|
|
3050
|
-
"has-property-descriptors": "^1.0.0",
|
|
3051
|
-
"object-keys": "^1.1.1"
|
|
3052
|
-
},
|
|
3053
|
-
"engines": {
|
|
3054
|
-
"node": ">= 0.4"
|
|
3055
|
-
},
|
|
3056
|
-
"funding": {
|
|
3057
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3058
|
-
}
|
|
3059
|
-
},
|
|
3060
2357
|
"node_modules/delayed-stream": {
|
|
3061
2358
|
"version": "1.0.0",
|
|
3062
2359
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
@@ -3152,14 +2449,9 @@
|
|
|
3152
2449
|
"node": ">= 0.4"
|
|
3153
2450
|
}
|
|
3154
2451
|
},
|
|
3155
|
-
"node_modules/eastasianwidth": {
|
|
3156
|
-
"version": "0.2.0",
|
|
3157
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
3158
|
-
"license": "MIT"
|
|
3159
|
-
},
|
|
3160
2452
|
"node_modules/electron-to-chromium": {
|
|
3161
|
-
"version": "1.5.
|
|
3162
|
-
"integrity": "sha512-
|
|
2453
|
+
"version": "1.5.361",
|
|
2454
|
+
"integrity": "sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==",
|
|
3163
2455
|
"dev": true,
|
|
3164
2456
|
"license": "ISC"
|
|
3165
2457
|
},
|
|
@@ -3288,14 +2580,6 @@
|
|
|
3288
2580
|
"node": ">=4"
|
|
3289
2581
|
}
|
|
3290
2582
|
},
|
|
3291
|
-
"node_modules/events": {
|
|
3292
|
-
"version": "3.3.0",
|
|
3293
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
3294
|
-
"license": "MIT",
|
|
3295
|
-
"engines": {
|
|
3296
|
-
"node": ">=0.8.x"
|
|
3297
|
-
}
|
|
3298
|
-
},
|
|
3299
2583
|
"node_modules/execa": {
|
|
3300
2584
|
"version": "5.0.0",
|
|
3301
2585
|
"integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==",
|
|
@@ -3401,6 +2685,7 @@
|
|
|
3401
2685
|
"node_modules/fill-range": {
|
|
3402
2686
|
"version": "7.1.1",
|
|
3403
2687
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
2688
|
+
"dev": true,
|
|
3404
2689
|
"license": "MIT",
|
|
3405
2690
|
"dependencies": {
|
|
3406
2691
|
"to-regex-range": "^5.0.1"
|
|
@@ -3421,17 +2706,9 @@
|
|
|
3421
2706
|
"node": ">=8"
|
|
3422
2707
|
}
|
|
3423
2708
|
},
|
|
3424
|
-
"node_modules/find-yarn-workspace-root": {
|
|
3425
|
-
"version": "2.0.0",
|
|
3426
|
-
"integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
|
|
3427
|
-
"license": "Apache-2.0",
|
|
3428
|
-
"dependencies": {
|
|
3429
|
-
"micromatch": "^4.0.2"
|
|
3430
|
-
}
|
|
3431
|
-
},
|
|
3432
2709
|
"node_modules/follow-redirects": {
|
|
3433
|
-
"version": "1.
|
|
3434
|
-
"integrity": "sha512-
|
|
2710
|
+
"version": "1.16.0",
|
|
2711
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
3435
2712
|
"funding": [
|
|
3436
2713
|
{
|
|
3437
2714
|
"type": "individual",
|
|
@@ -3448,46 +2725,6 @@
|
|
|
3448
2725
|
}
|
|
3449
2726
|
}
|
|
3450
2727
|
},
|
|
3451
|
-
"node_modules/for-each": {
|
|
3452
|
-
"version": "0.3.5",
|
|
3453
|
-
"integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
|
|
3454
|
-
"license": "MIT",
|
|
3455
|
-
"dependencies": {
|
|
3456
|
-
"is-callable": "^1.2.7"
|
|
3457
|
-
},
|
|
3458
|
-
"engines": {
|
|
3459
|
-
"node": ">= 0.4"
|
|
3460
|
-
},
|
|
3461
|
-
"funding": {
|
|
3462
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3463
|
-
}
|
|
3464
|
-
},
|
|
3465
|
-
"node_modules/foreground-child": {
|
|
3466
|
-
"version": "3.3.1",
|
|
3467
|
-
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
3468
|
-
"license": "ISC",
|
|
3469
|
-
"dependencies": {
|
|
3470
|
-
"cross-spawn": "^7.0.6",
|
|
3471
|
-
"signal-exit": "^4.0.1"
|
|
3472
|
-
},
|
|
3473
|
-
"engines": {
|
|
3474
|
-
"node": ">=14"
|
|
3475
|
-
},
|
|
3476
|
-
"funding": {
|
|
3477
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
3481
|
-
"version": "4.1.0",
|
|
3482
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3483
|
-
"license": "ISC",
|
|
3484
|
-
"engines": {
|
|
3485
|
-
"node": ">=14"
|
|
3486
|
-
},
|
|
3487
|
-
"funding": {
|
|
3488
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3489
|
-
}
|
|
3490
|
-
},
|
|
3491
2728
|
"node_modules/form-data": {
|
|
3492
2729
|
"version": "4.0.5",
|
|
3493
2730
|
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
@@ -3549,14 +2786,6 @@
|
|
|
3549
2786
|
"url": "https://github.com/sponsors/ljharb"
|
|
3550
2787
|
}
|
|
3551
2788
|
},
|
|
3552
|
-
"node_modules/generator-function": {
|
|
3553
|
-
"version": "2.0.1",
|
|
3554
|
-
"integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
|
|
3555
|
-
"license": "MIT",
|
|
3556
|
-
"engines": {
|
|
3557
|
-
"node": ">= 0.4"
|
|
3558
|
-
}
|
|
3559
|
-
},
|
|
3560
2789
|
"node_modules/gensync": {
|
|
3561
2790
|
"version": "1.0.0-beta.2",
|
|
3562
2791
|
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
@@ -3630,37 +2859,22 @@
|
|
|
3630
2859
|
}
|
|
3631
2860
|
},
|
|
3632
2861
|
"node_modules/glob": {
|
|
3633
|
-
"version": "13.0.
|
|
3634
|
-
"integrity": "sha512-
|
|
2862
|
+
"version": "13.0.6",
|
|
2863
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
3635
2864
|
"dev": true,
|
|
3636
2865
|
"license": "BlueOak-1.0.0",
|
|
3637
2866
|
"dependencies": {
|
|
3638
|
-
"minimatch": "^10.
|
|
3639
|
-
"minipass": "^7.1.
|
|
3640
|
-
"path-scurry": "^2.0.
|
|
2867
|
+
"minimatch": "^10.2.2",
|
|
2868
|
+
"minipass": "^7.1.3",
|
|
2869
|
+
"path-scurry": "^2.0.2"
|
|
3641
2870
|
},
|
|
3642
2871
|
"engines": {
|
|
3643
|
-
"node": "20 || >=22"
|
|
2872
|
+
"node": "18 || 20 || >=22"
|
|
3644
2873
|
},
|
|
3645
2874
|
"funding": {
|
|
3646
2875
|
"url": "https://github.com/sponsors/isaacs"
|
|
3647
2876
|
}
|
|
3648
2877
|
},
|
|
3649
|
-
"node_modules/glob-to-regex.js": {
|
|
3650
|
-
"version": "1.2.0",
|
|
3651
|
-
"integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==",
|
|
3652
|
-
"license": "Apache-2.0",
|
|
3653
|
-
"engines": {
|
|
3654
|
-
"node": ">=10.0"
|
|
3655
|
-
},
|
|
3656
|
-
"funding": {
|
|
3657
|
-
"type": "github",
|
|
3658
|
-
"url": "https://github.com/sponsors/streamich"
|
|
3659
|
-
},
|
|
3660
|
-
"peerDependencies": {
|
|
3661
|
-
"tslib": "2"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
2878
|
"node_modules/globals": {
|
|
3665
2879
|
"version": "11.12.0",
|
|
3666
2880
|
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
|
@@ -3716,22 +2930,12 @@
|
|
|
3716
2930
|
"node_modules/has-flag": {
|
|
3717
2931
|
"version": "4.0.0",
|
|
3718
2932
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
2933
|
+
"dev": true,
|
|
3719
2934
|
"license": "MIT",
|
|
3720
2935
|
"engines": {
|
|
3721
2936
|
"node": ">=8"
|
|
3722
2937
|
}
|
|
3723
2938
|
},
|
|
3724
|
-
"node_modules/has-property-descriptors": {
|
|
3725
|
-
"version": "1.0.2",
|
|
3726
|
-
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
3727
|
-
"license": "MIT",
|
|
3728
|
-
"dependencies": {
|
|
3729
|
-
"es-define-property": "^1.0.0"
|
|
3730
|
-
},
|
|
3731
|
-
"funding": {
|
|
3732
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3733
|
-
}
|
|
3734
|
-
},
|
|
3735
2939
|
"node_modules/has-symbols": {
|
|
3736
2940
|
"version": "1.1.0",
|
|
3737
2941
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
@@ -3758,8 +2962,8 @@
|
|
|
3758
2962
|
}
|
|
3759
2963
|
},
|
|
3760
2964
|
"node_modules/hasown": {
|
|
3761
|
-
"version": "2.0.
|
|
3762
|
-
"integrity": "sha512-
|
|
2965
|
+
"version": "2.0.3",
|
|
2966
|
+
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
|
3763
2967
|
"license": "MIT",
|
|
3764
2968
|
"dependencies": {
|
|
3765
2969
|
"function-bind": "^1.1.2"
|
|
@@ -3807,14 +3011,6 @@
|
|
|
3807
3011
|
"node": ">=10.17.0"
|
|
3808
3012
|
}
|
|
3809
3013
|
},
|
|
3810
|
-
"node_modules/hyperdyperid": {
|
|
3811
|
-
"version": "1.2.0",
|
|
3812
|
-
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
3813
|
-
"license": "MIT",
|
|
3814
|
-
"engines": {
|
|
3815
|
-
"node": ">=10.18"
|
|
3816
|
-
}
|
|
3817
|
-
},
|
|
3818
3014
|
"node_modules/iconv-lite": {
|
|
3819
3015
|
"version": "0.4.24",
|
|
3820
3016
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
@@ -3896,50 +3092,24 @@
|
|
|
3896
3092
|
"wrappy": "1"
|
|
3897
3093
|
}
|
|
3898
3094
|
},
|
|
3899
|
-
"node_modules/inherits": {
|
|
3900
|
-
"version": "2.0.4",
|
|
3901
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
3902
|
-
"license": "ISC"
|
|
3903
|
-
},
|
|
3904
|
-
"node_modules/is-arguments": {
|
|
3905
|
-
"version": "1.2.0",
|
|
3906
|
-
"integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
|
|
3907
|
-
"license": "MIT",
|
|
3908
|
-
"dependencies": {
|
|
3909
|
-
"call-bound": "^1.0.2",
|
|
3910
|
-
"has-tostringtag": "^1.0.2"
|
|
3911
|
-
},
|
|
3912
|
-
"engines": {
|
|
3913
|
-
"node": ">= 0.4"
|
|
3914
|
-
},
|
|
3915
|
-
"funding": {
|
|
3916
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3917
|
-
}
|
|
3918
|
-
},
|
|
3095
|
+
"node_modules/inherits": {
|
|
3096
|
+
"version": "2.0.4",
|
|
3097
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
3098
|
+
"license": "ISC"
|
|
3099
|
+
},
|
|
3919
3100
|
"node_modules/is-arrayish": {
|
|
3920
3101
|
"version": "0.2.1",
|
|
3921
3102
|
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
3922
3103
|
"dev": true,
|
|
3923
3104
|
"license": "MIT"
|
|
3924
3105
|
},
|
|
3925
|
-
"node_modules/is-callable": {
|
|
3926
|
-
"version": "1.2.7",
|
|
3927
|
-
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
|
3928
|
-
"license": "MIT",
|
|
3929
|
-
"engines": {
|
|
3930
|
-
"node": ">= 0.4"
|
|
3931
|
-
},
|
|
3932
|
-
"funding": {
|
|
3933
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3934
|
-
}
|
|
3935
|
-
},
|
|
3936
3106
|
"node_modules/is-core-module": {
|
|
3937
|
-
"version": "2.16.
|
|
3938
|
-
"integrity": "sha512-
|
|
3107
|
+
"version": "2.16.2",
|
|
3108
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
3939
3109
|
"dev": true,
|
|
3940
3110
|
"license": "MIT",
|
|
3941
3111
|
"dependencies": {
|
|
3942
|
-
"hasown": "^2.0.
|
|
3112
|
+
"hasown": "^2.0.3"
|
|
3943
3113
|
},
|
|
3944
3114
|
"engines": {
|
|
3945
3115
|
"node": ">= 0.4"
|
|
@@ -3948,20 +3118,6 @@
|
|
|
3948
3118
|
"url": "https://github.com/sponsors/ljharb"
|
|
3949
3119
|
}
|
|
3950
3120
|
},
|
|
3951
|
-
"node_modules/is-docker": {
|
|
3952
|
-
"version": "2.2.1",
|
|
3953
|
-
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
3954
|
-
"license": "MIT",
|
|
3955
|
-
"bin": {
|
|
3956
|
-
"is-docker": "cli.js"
|
|
3957
|
-
},
|
|
3958
|
-
"engines": {
|
|
3959
|
-
"node": ">=8"
|
|
3960
|
-
},
|
|
3961
|
-
"funding": {
|
|
3962
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
3121
|
"node_modules/is-fullwidth-code-point": {
|
|
3966
3122
|
"version": "3.0.0",
|
|
3967
3123
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
@@ -3979,75 +3135,15 @@
|
|
|
3979
3135
|
"node": ">=6"
|
|
3980
3136
|
}
|
|
3981
3137
|
},
|
|
3982
|
-
"node_modules/is-generator-function": {
|
|
3983
|
-
"version": "1.1.2",
|
|
3984
|
-
"integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
|
|
3985
|
-
"license": "MIT",
|
|
3986
|
-
"dependencies": {
|
|
3987
|
-
"call-bound": "^1.0.4",
|
|
3988
|
-
"generator-function": "^2.0.0",
|
|
3989
|
-
"get-proto": "^1.0.1",
|
|
3990
|
-
"has-tostringtag": "^1.0.2",
|
|
3991
|
-
"safe-regex-test": "^1.1.0"
|
|
3992
|
-
},
|
|
3993
|
-
"engines": {
|
|
3994
|
-
"node": ">= 0.4"
|
|
3995
|
-
},
|
|
3996
|
-
"funding": {
|
|
3997
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3998
|
-
}
|
|
3999
|
-
},
|
|
4000
|
-
"node_modules/is-nan": {
|
|
4001
|
-
"version": "1.3.2",
|
|
4002
|
-
"integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==",
|
|
4003
|
-
"license": "MIT",
|
|
4004
|
-
"dependencies": {
|
|
4005
|
-
"call-bind": "^1.0.0",
|
|
4006
|
-
"define-properties": "^1.1.3"
|
|
4007
|
-
},
|
|
4008
|
-
"engines": {
|
|
4009
|
-
"node": ">= 0.4"
|
|
4010
|
-
},
|
|
4011
|
-
"funding": {
|
|
4012
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4013
|
-
}
|
|
4014
|
-
},
|
|
4015
3138
|
"node_modules/is-number": {
|
|
4016
3139
|
"version": "7.0.0",
|
|
4017
3140
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
3141
|
+
"dev": true,
|
|
4018
3142
|
"license": "MIT",
|
|
4019
3143
|
"engines": {
|
|
4020
3144
|
"node": ">=0.12.0"
|
|
4021
3145
|
}
|
|
4022
3146
|
},
|
|
4023
|
-
"node_modules/is-plain-obj": {
|
|
4024
|
-
"version": "4.1.0",
|
|
4025
|
-
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
4026
|
-
"license": "MIT",
|
|
4027
|
-
"engines": {
|
|
4028
|
-
"node": ">=12"
|
|
4029
|
-
},
|
|
4030
|
-
"funding": {
|
|
4031
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4032
|
-
}
|
|
4033
|
-
},
|
|
4034
|
-
"node_modules/is-regex": {
|
|
4035
|
-
"version": "1.2.1",
|
|
4036
|
-
"integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
|
|
4037
|
-
"license": "MIT",
|
|
4038
|
-
"dependencies": {
|
|
4039
|
-
"call-bound": "^1.0.2",
|
|
4040
|
-
"gopd": "^1.2.0",
|
|
4041
|
-
"has-tostringtag": "^1.0.2",
|
|
4042
|
-
"hasown": "^2.0.2"
|
|
4043
|
-
},
|
|
4044
|
-
"engines": {
|
|
4045
|
-
"node": ">= 0.4"
|
|
4046
|
-
},
|
|
4047
|
-
"funding": {
|
|
4048
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4049
|
-
}
|
|
4050
|
-
},
|
|
4051
3147
|
"node_modules/is-stream": {
|
|
4052
3148
|
"version": "2.0.1",
|
|
4053
3149
|
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
@@ -4059,41 +3155,11 @@
|
|
|
4059
3155
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4060
3156
|
}
|
|
4061
3157
|
},
|
|
4062
|
-
"node_modules/is-typed-array": {
|
|
4063
|
-
"version": "1.1.15",
|
|
4064
|
-
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
|
4065
|
-
"license": "MIT",
|
|
4066
|
-
"dependencies": {
|
|
4067
|
-
"which-typed-array": "^1.1.16"
|
|
4068
|
-
},
|
|
4069
|
-
"engines": {
|
|
4070
|
-
"node": ">= 0.4"
|
|
4071
|
-
},
|
|
4072
|
-
"funding": {
|
|
4073
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4074
|
-
}
|
|
4075
|
-
},
|
|
4076
3158
|
"node_modules/is-what": {
|
|
4077
3159
|
"version": "3.14.1",
|
|
4078
3160
|
"integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
|
|
4079
3161
|
"license": "MIT"
|
|
4080
3162
|
},
|
|
4081
|
-
"node_modules/is-wsl": {
|
|
4082
|
-
"version": "2.2.0",
|
|
4083
|
-
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
4084
|
-
"license": "MIT",
|
|
4085
|
-
"dependencies": {
|
|
4086
|
-
"is-docker": "^2.0.0"
|
|
4087
|
-
},
|
|
4088
|
-
"engines": {
|
|
4089
|
-
"node": ">=8"
|
|
4090
|
-
}
|
|
4091
|
-
},
|
|
4092
|
-
"node_modules/isarray": {
|
|
4093
|
-
"version": "2.0.5",
|
|
4094
|
-
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
4095
|
-
"license": "MIT"
|
|
4096
|
-
},
|
|
4097
3163
|
"node_modules/isexe": {
|
|
4098
3164
|
"version": "2.0.0",
|
|
4099
3165
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
@@ -4125,8 +3191,8 @@
|
|
|
4125
3191
|
}
|
|
4126
3192
|
},
|
|
4127
3193
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
4128
|
-
"version": "7.29.
|
|
4129
|
-
"integrity": "sha512-
|
|
3194
|
+
"version": "7.29.3",
|
|
3195
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
4130
3196
|
"dev": true,
|
|
4131
3197
|
"license": "MIT",
|
|
4132
3198
|
"dependencies": {
|
|
@@ -4140,8 +3206,8 @@
|
|
|
4140
3206
|
}
|
|
4141
3207
|
},
|
|
4142
3208
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
4143
|
-
"version": "7.
|
|
4144
|
-
"integrity": "sha512-
|
|
3209
|
+
"version": "7.8.1",
|
|
3210
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
4145
3211
|
"dev": true,
|
|
4146
3212
|
"license": "ISC",
|
|
4147
3213
|
"bin": {
|
|
@@ -4201,20 +3267,6 @@
|
|
|
4201
3267
|
"node": ">=8"
|
|
4202
3268
|
}
|
|
4203
3269
|
},
|
|
4204
|
-
"node_modules/jackspeak": {
|
|
4205
|
-
"version": "3.4.3",
|
|
4206
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
4207
|
-
"license": "BlueOak-1.0.0",
|
|
4208
|
-
"dependencies": {
|
|
4209
|
-
"@isaacs/cliui": "^8.0.2"
|
|
4210
|
-
},
|
|
4211
|
-
"funding": {
|
|
4212
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4213
|
-
},
|
|
4214
|
-
"optionalDependencies": {
|
|
4215
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
4216
|
-
}
|
|
4217
|
-
},
|
|
4218
3270
|
"node_modules/jest": {
|
|
4219
3271
|
"version": "29.3.1",
|
|
4220
3272
|
"integrity": "sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==",
|
|
@@ -4396,9 +3448,15 @@
|
|
|
4396
3448
|
}
|
|
4397
3449
|
}
|
|
4398
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
|
+
},
|
|
4399
3457
|
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
4400
|
-
"version": "1.1.
|
|
4401
|
-
"integrity": "sha512-
|
|
3458
|
+
"version": "1.1.14",
|
|
3459
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
4402
3460
|
"dev": true,
|
|
4403
3461
|
"license": "MIT",
|
|
4404
3462
|
"dependencies": {
|
|
@@ -4428,8 +3486,8 @@
|
|
|
4428
3486
|
}
|
|
4429
3487
|
},
|
|
4430
3488
|
"node_modules/jest-config/node_modules/minimatch": {
|
|
4431
|
-
"version": "3.1.
|
|
4432
|
-
"integrity": "sha512-
|
|
3489
|
+
"version": "3.1.5",
|
|
3490
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
4433
3491
|
"dev": true,
|
|
4434
3492
|
"license": "ISC",
|
|
4435
3493
|
"dependencies": {
|
|
@@ -4719,9 +3777,15 @@
|
|
|
4719
3777
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
4720
3778
|
}
|
|
4721
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
|
+
},
|
|
4722
3786
|
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
4723
|
-
"version": "1.1.
|
|
4724
|
-
"integrity": "sha512-
|
|
3787
|
+
"version": "1.1.14",
|
|
3788
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
4725
3789
|
"dev": true,
|
|
4726
3790
|
"license": "MIT",
|
|
4727
3791
|
"dependencies": {
|
|
@@ -4751,8 +3815,8 @@
|
|
|
4751
3815
|
}
|
|
4752
3816
|
},
|
|
4753
3817
|
"node_modules/jest-runtime/node_modules/minimatch": {
|
|
4754
|
-
"version": "3.1.
|
|
4755
|
-
"integrity": "sha512-
|
|
3818
|
+
"version": "3.1.5",
|
|
3819
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
4756
3820
|
"dev": true,
|
|
4757
3821
|
"license": "ISC",
|
|
4758
3822
|
"dependencies": {
|
|
@@ -4794,8 +3858,8 @@
|
|
|
4794
3858
|
}
|
|
4795
3859
|
},
|
|
4796
3860
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
4797
|
-
"version": "7.
|
|
4798
|
-
"integrity": "sha512-
|
|
3861
|
+
"version": "7.8.1",
|
|
3862
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
4799
3863
|
"dev": true,
|
|
4800
3864
|
"license": "ISC",
|
|
4801
3865
|
"bin": {
|
|
@@ -4935,27 +3999,10 @@
|
|
|
4935
3999
|
"dev": true,
|
|
4936
4000
|
"license": "MIT"
|
|
4937
4001
|
},
|
|
4938
|
-
"node_modules/json-stable-stringify": {
|
|
4939
|
-
"version": "1.3.0",
|
|
4940
|
-
"integrity": "sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==",
|
|
4941
|
-
"license": "MIT",
|
|
4942
|
-
"dependencies": {
|
|
4943
|
-
"call-bind": "^1.0.8",
|
|
4944
|
-
"call-bound": "^1.0.4",
|
|
4945
|
-
"isarray": "^2.0.5",
|
|
4946
|
-
"jsonify": "^0.0.1",
|
|
4947
|
-
"object-keys": "^1.1.1"
|
|
4948
|
-
},
|
|
4949
|
-
"engines": {
|
|
4950
|
-
"node": ">= 0.4"
|
|
4951
|
-
},
|
|
4952
|
-
"funding": {
|
|
4953
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4954
|
-
}
|
|
4955
|
-
},
|
|
4956
4002
|
"node_modules/json5": {
|
|
4957
4003
|
"version": "2.2.3",
|
|
4958
4004
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
4005
|
+
"dev": true,
|
|
4959
4006
|
"license": "MIT",
|
|
4960
4007
|
"bin": {
|
|
4961
4008
|
"json5": "lib/cli.js"
|
|
@@ -4965,8 +4012,8 @@
|
|
|
4965
4012
|
}
|
|
4966
4013
|
},
|
|
4967
4014
|
"node_modules/jsonfile": {
|
|
4968
|
-
"version": "6.2.
|
|
4969
|
-
"integrity": "sha512-
|
|
4015
|
+
"version": "6.2.1",
|
|
4016
|
+
"integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
|
|
4970
4017
|
"license": "MIT",
|
|
4971
4018
|
"dependencies": {
|
|
4972
4019
|
"universalify": "^2.0.0"
|
|
@@ -4975,22 +4022,6 @@
|
|
|
4975
4022
|
"graceful-fs": "^4.1.6"
|
|
4976
4023
|
}
|
|
4977
4024
|
},
|
|
4978
|
-
"node_modules/jsonify": {
|
|
4979
|
-
"version": "0.0.1",
|
|
4980
|
-
"integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
|
|
4981
|
-
"license": "Public Domain",
|
|
4982
|
-
"funding": {
|
|
4983
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4984
|
-
}
|
|
4985
|
-
},
|
|
4986
|
-
"node_modules/klaw-sync": {
|
|
4987
|
-
"version": "6.0.0",
|
|
4988
|
-
"integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
|
|
4989
|
-
"license": "MIT",
|
|
4990
|
-
"dependencies": {
|
|
4991
|
-
"graceful-fs": "^4.1.11"
|
|
4992
|
-
}
|
|
4993
|
-
},
|
|
4994
4025
|
"node_modules/kleur": {
|
|
4995
4026
|
"version": "3.0.3",
|
|
4996
4027
|
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
|
|
@@ -5123,8 +4154,8 @@
|
|
|
5123
4154
|
}
|
|
5124
4155
|
},
|
|
5125
4156
|
"node_modules/make-dir/node_modules/semver": {
|
|
5126
|
-
"version": "7.
|
|
5127
|
-
"integrity": "sha512-
|
|
4157
|
+
"version": "7.8.1",
|
|
4158
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
5128
4159
|
"dev": true,
|
|
5129
4160
|
"license": "ISC",
|
|
5130
4161
|
"bin": {
|
|
@@ -5162,34 +4193,6 @@
|
|
|
5162
4193
|
"integrity": "sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==",
|
|
5163
4194
|
"license": "CC0-1.0"
|
|
5164
4195
|
},
|
|
5165
|
-
"node_modules/memfs": {
|
|
5166
|
-
"version": "4.56.10",
|
|
5167
|
-
"integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
|
|
5168
|
-
"license": "Apache-2.0",
|
|
5169
|
-
"dependencies": {
|
|
5170
|
-
"@jsonjoy.com/fs-core": "4.56.10",
|
|
5171
|
-
"@jsonjoy.com/fs-fsa": "4.56.10",
|
|
5172
|
-
"@jsonjoy.com/fs-node": "4.56.10",
|
|
5173
|
-
"@jsonjoy.com/fs-node-builtins": "4.56.10",
|
|
5174
|
-
"@jsonjoy.com/fs-node-to-fsa": "4.56.10",
|
|
5175
|
-
"@jsonjoy.com/fs-node-utils": "4.56.10",
|
|
5176
|
-
"@jsonjoy.com/fs-print": "4.56.10",
|
|
5177
|
-
"@jsonjoy.com/fs-snapshot": "4.56.10",
|
|
5178
|
-
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
5179
|
-
"@jsonjoy.com/util": "^1.9.0",
|
|
5180
|
-
"glob-to-regex.js": "^1.0.1",
|
|
5181
|
-
"thingies": "^2.5.0",
|
|
5182
|
-
"tree-dump": "^1.0.3",
|
|
5183
|
-
"tslib": "^2.0.0"
|
|
5184
|
-
},
|
|
5185
|
-
"funding": {
|
|
5186
|
-
"type": "github",
|
|
5187
|
-
"url": "https://github.com/sponsors/streamich"
|
|
5188
|
-
},
|
|
5189
|
-
"peerDependencies": {
|
|
5190
|
-
"tslib": "2"
|
|
5191
|
-
}
|
|
5192
|
-
},
|
|
5193
4196
|
"node_modules/merge-stream": {
|
|
5194
4197
|
"version": "2.0.0",
|
|
5195
4198
|
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
@@ -5198,6 +4201,7 @@
|
|
|
5198
4201
|
"node_modules/micromatch": {
|
|
5199
4202
|
"version": "4.0.8",
|
|
5200
4203
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
4204
|
+
"dev": true,
|
|
5201
4205
|
"license": "MIT",
|
|
5202
4206
|
"dependencies": {
|
|
5203
4207
|
"braces": "^3.0.3",
|
|
@@ -5247,15 +4251,15 @@
|
|
|
5247
4251
|
}
|
|
5248
4252
|
},
|
|
5249
4253
|
"node_modules/minimatch": {
|
|
5250
|
-
"version": "10.
|
|
5251
|
-
"integrity": "sha512-
|
|
4254
|
+
"version": "10.2.5",
|
|
4255
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
5252
4256
|
"dev": true,
|
|
5253
4257
|
"license": "BlueOak-1.0.0",
|
|
5254
4258
|
"dependencies": {
|
|
5255
|
-
"
|
|
4259
|
+
"brace-expansion": "^5.0.5"
|
|
5256
4260
|
},
|
|
5257
4261
|
"engines": {
|
|
5258
|
-
"node": "20 || >=22"
|
|
4262
|
+
"node": "18 || 20 || >=22"
|
|
5259
4263
|
},
|
|
5260
4264
|
"funding": {
|
|
5261
4265
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -5270,9 +4274,10 @@
|
|
|
5270
4274
|
}
|
|
5271
4275
|
},
|
|
5272
4276
|
"node_modules/minipass": {
|
|
5273
|
-
"version": "7.1.
|
|
5274
|
-
"integrity": "sha512-
|
|
5275
|
-
"
|
|
4277
|
+
"version": "7.1.3",
|
|
4278
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
4279
|
+
"dev": true,
|
|
4280
|
+
"license": "BlueOak-1.0.0",
|
|
5276
4281
|
"engines": {
|
|
5277
4282
|
"node": ">=16 || 14 >=14.17"
|
|
5278
4283
|
}
|
|
@@ -5359,10 +4364,13 @@
|
|
|
5359
4364
|
"license": "MIT"
|
|
5360
4365
|
},
|
|
5361
4366
|
"node_modules/node-releases": {
|
|
5362
|
-
"version": "2.0.
|
|
5363
|
-
"integrity": "sha512-
|
|
4367
|
+
"version": "2.0.46",
|
|
4368
|
+
"integrity": "sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==",
|
|
5364
4369
|
"dev": true,
|
|
5365
|
-
"license": "MIT"
|
|
4370
|
+
"license": "MIT",
|
|
4371
|
+
"engines": {
|
|
4372
|
+
"node": ">=18"
|
|
4373
|
+
}
|
|
5366
4374
|
},
|
|
5367
4375
|
"node_modules/normalize-path": {
|
|
5368
4376
|
"version": "3.0.0",
|
|
@@ -5395,59 +4403,6 @@
|
|
|
5395
4403
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
5396
4404
|
}
|
|
5397
4405
|
},
|
|
5398
|
-
"node_modules/object-inspect": {
|
|
5399
|
-
"version": "1.13.4",
|
|
5400
|
-
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
5401
|
-
"license": "MIT",
|
|
5402
|
-
"engines": {
|
|
5403
|
-
"node": ">= 0.4"
|
|
5404
|
-
},
|
|
5405
|
-
"funding": {
|
|
5406
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5407
|
-
}
|
|
5408
|
-
},
|
|
5409
|
-
"node_modules/object-is": {
|
|
5410
|
-
"version": "1.1.6",
|
|
5411
|
-
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
|
|
5412
|
-
"license": "MIT",
|
|
5413
|
-
"dependencies": {
|
|
5414
|
-
"call-bind": "^1.0.7",
|
|
5415
|
-
"define-properties": "^1.2.1"
|
|
5416
|
-
},
|
|
5417
|
-
"engines": {
|
|
5418
|
-
"node": ">= 0.4"
|
|
5419
|
-
},
|
|
5420
|
-
"funding": {
|
|
5421
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5422
|
-
}
|
|
5423
|
-
},
|
|
5424
|
-
"node_modules/object-keys": {
|
|
5425
|
-
"version": "1.1.1",
|
|
5426
|
-
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
5427
|
-
"license": "MIT",
|
|
5428
|
-
"engines": {
|
|
5429
|
-
"node": ">= 0.4"
|
|
5430
|
-
}
|
|
5431
|
-
},
|
|
5432
|
-
"node_modules/object.assign": {
|
|
5433
|
-
"version": "4.1.7",
|
|
5434
|
-
"integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
|
|
5435
|
-
"license": "MIT",
|
|
5436
|
-
"dependencies": {
|
|
5437
|
-
"call-bind": "^1.0.8",
|
|
5438
|
-
"call-bound": "^1.0.3",
|
|
5439
|
-
"define-properties": "^1.2.1",
|
|
5440
|
-
"es-object-atoms": "^1.0.0",
|
|
5441
|
-
"has-symbols": "^1.1.0",
|
|
5442
|
-
"object-keys": "^1.1.1"
|
|
5443
|
-
},
|
|
5444
|
-
"engines": {
|
|
5445
|
-
"node": ">= 0.4"
|
|
5446
|
-
},
|
|
5447
|
-
"funding": {
|
|
5448
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5449
|
-
}
|
|
5450
|
-
},
|
|
5451
4406
|
"node_modules/once": {
|
|
5452
4407
|
"version": "1.4.0",
|
|
5453
4408
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
@@ -5470,21 +4425,6 @@
|
|
|
5470
4425
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5471
4426
|
}
|
|
5472
4427
|
},
|
|
5473
|
-
"node_modules/open": {
|
|
5474
|
-
"version": "7.4.2",
|
|
5475
|
-
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
5476
|
-
"license": "MIT",
|
|
5477
|
-
"dependencies": {
|
|
5478
|
-
"is-docker": "^2.0.0",
|
|
5479
|
-
"is-wsl": "^2.1.1"
|
|
5480
|
-
},
|
|
5481
|
-
"engines": {
|
|
5482
|
-
"node": ">=8"
|
|
5483
|
-
},
|
|
5484
|
-
"funding": {
|
|
5485
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5486
|
-
}
|
|
5487
|
-
},
|
|
5488
4428
|
"node_modules/p-limit": {
|
|
5489
4429
|
"version": "3.1.0",
|
|
5490
4430
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
@@ -5533,11 +4473,6 @@
|
|
|
5533
4473
|
"node": ">=6"
|
|
5534
4474
|
}
|
|
5535
4475
|
},
|
|
5536
|
-
"node_modules/package-json-from-dist": {
|
|
5537
|
-
"version": "1.0.1",
|
|
5538
|
-
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
5539
|
-
"license": "BlueOak-1.0.0"
|
|
5540
|
-
},
|
|
5541
4476
|
"node_modules/parse-json": {
|
|
5542
4477
|
"version": "5.2.0",
|
|
5543
4478
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
@@ -5564,75 +4499,6 @@
|
|
|
5564
4499
|
"node": ">= 0.10"
|
|
5565
4500
|
}
|
|
5566
4501
|
},
|
|
5567
|
-
"node_modules/patch-package": {
|
|
5568
|
-
"version": "8.0.1",
|
|
5569
|
-
"integrity": "sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==",
|
|
5570
|
-
"license": "MIT",
|
|
5571
|
-
"dependencies": {
|
|
5572
|
-
"@yarnpkg/lockfile": "^1.1.0",
|
|
5573
|
-
"chalk": "^4.1.2",
|
|
5574
|
-
"ci-info": "^3.7.0",
|
|
5575
|
-
"cross-spawn": "^7.0.3",
|
|
5576
|
-
"find-yarn-workspace-root": "^2.0.0",
|
|
5577
|
-
"fs-extra": "^10.0.0",
|
|
5578
|
-
"json-stable-stringify": "^1.0.2",
|
|
5579
|
-
"klaw-sync": "^6.0.0",
|
|
5580
|
-
"minimist": "^1.2.6",
|
|
5581
|
-
"open": "^7.4.2",
|
|
5582
|
-
"semver": "^7.5.3",
|
|
5583
|
-
"slash": "^2.0.0",
|
|
5584
|
-
"tmp": "^0.2.4",
|
|
5585
|
-
"yaml": "^2.2.2"
|
|
5586
|
-
},
|
|
5587
|
-
"bin": {
|
|
5588
|
-
"patch-package": "index.js"
|
|
5589
|
-
},
|
|
5590
|
-
"engines": {
|
|
5591
|
-
"node": ">=14",
|
|
5592
|
-
"npm": ">5"
|
|
5593
|
-
}
|
|
5594
|
-
},
|
|
5595
|
-
"node_modules/patch-package/node_modules/fs-extra": {
|
|
5596
|
-
"version": "10.1.0",
|
|
5597
|
-
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
5598
|
-
"license": "MIT",
|
|
5599
|
-
"dependencies": {
|
|
5600
|
-
"graceful-fs": "^4.2.0",
|
|
5601
|
-
"jsonfile": "^6.0.1",
|
|
5602
|
-
"universalify": "^2.0.0"
|
|
5603
|
-
},
|
|
5604
|
-
"engines": {
|
|
5605
|
-
"node": ">=12"
|
|
5606
|
-
}
|
|
5607
|
-
},
|
|
5608
|
-
"node_modules/patch-package/node_modules/semver": {
|
|
5609
|
-
"version": "7.7.4",
|
|
5610
|
-
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
5611
|
-
"license": "ISC",
|
|
5612
|
-
"bin": {
|
|
5613
|
-
"semver": "bin/semver.js"
|
|
5614
|
-
},
|
|
5615
|
-
"engines": {
|
|
5616
|
-
"node": ">=10"
|
|
5617
|
-
}
|
|
5618
|
-
},
|
|
5619
|
-
"node_modules/patch-package/node_modules/slash": {
|
|
5620
|
-
"version": "2.0.0",
|
|
5621
|
-
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
|
|
5622
|
-
"license": "MIT",
|
|
5623
|
-
"engines": {
|
|
5624
|
-
"node": ">=6"
|
|
5625
|
-
}
|
|
5626
|
-
},
|
|
5627
|
-
"node_modules/path": {
|
|
5628
|
-
"version": "0.12.7",
|
|
5629
|
-
"integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
|
|
5630
|
-
"license": "MIT",
|
|
5631
|
-
"dependencies": {
|
|
5632
|
-
"process": "^0.11.1",
|
|
5633
|
-
"util": "^0.10.3"
|
|
5634
|
-
}
|
|
5635
|
-
},
|
|
5636
4502
|
"node_modules/path-exists": {
|
|
5637
4503
|
"version": "4.0.0",
|
|
5638
4504
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
@@ -5664,8 +4530,8 @@
|
|
|
5664
4530
|
"license": "MIT"
|
|
5665
4531
|
},
|
|
5666
4532
|
"node_modules/path-scurry": {
|
|
5667
|
-
"version": "2.0.
|
|
5668
|
-
"integrity": "sha512-
|
|
4533
|
+
"version": "2.0.2",
|
|
4534
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
5669
4535
|
"dev": true,
|
|
5670
4536
|
"license": "BlueOak-1.0.0",
|
|
5671
4537
|
"dependencies": {
|
|
@@ -5673,37 +4539,19 @@
|
|
|
5673
4539
|
"minipass": "^7.1.2"
|
|
5674
4540
|
},
|
|
5675
4541
|
"engines": {
|
|
5676
|
-
"node": "20 || >=22"
|
|
4542
|
+
"node": "18 || 20 || >=22"
|
|
5677
4543
|
},
|
|
5678
4544
|
"funding": {
|
|
5679
4545
|
"url": "https://github.com/sponsors/isaacs"
|
|
5680
4546
|
}
|
|
5681
4547
|
},
|
|
5682
|
-
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5683
|
-
"version": "11.
|
|
5684
|
-
"integrity": "sha512-
|
|
5685
|
-
"dev": true,
|
|
5686
|
-
"license": "BlueOak-1.0.0",
|
|
5687
|
-
"engines": {
|
|
5688
|
-
"node": "20 || >=22"
|
|
5689
|
-
}
|
|
5690
|
-
},
|
|
5691
|
-
"node_modules/path-unified": {
|
|
5692
|
-
"version": "0.1.0",
|
|
5693
|
-
"integrity": "sha512-/Oaz9ZJforrkmFrwkR/AcvjVsCAwGSJHO0X6O6ISj8YeFbATjIEBXLDcZfnK3MO4uvCBrJTdVIxdOc79PMqSdg==",
|
|
5694
|
-
"license": "MIT"
|
|
5695
|
-
},
|
|
5696
|
-
"node_modules/path/node_modules/inherits": {
|
|
5697
|
-
"version": "2.0.3",
|
|
5698
|
-
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
|
5699
|
-
"license": "ISC"
|
|
5700
|
-
},
|
|
5701
|
-
"node_modules/path/node_modules/util": {
|
|
5702
|
-
"version": "0.10.4",
|
|
5703
|
-
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
|
|
5704
|
-
"license": "MIT",
|
|
5705
|
-
"dependencies": {
|
|
5706
|
-
"inherits": "2.0.3"
|
|
4548
|
+
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
4549
|
+
"version": "11.5.0",
|
|
4550
|
+
"integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
|
|
4551
|
+
"dev": true,
|
|
4552
|
+
"license": "BlueOak-1.0.0",
|
|
4553
|
+
"engines": {
|
|
4554
|
+
"node": "20 || >=22"
|
|
5707
4555
|
}
|
|
5708
4556
|
},
|
|
5709
4557
|
"node_modules/pend": {
|
|
@@ -5717,8 +4565,9 @@
|
|
|
5717
4565
|
"license": "ISC"
|
|
5718
4566
|
},
|
|
5719
4567
|
"node_modules/picomatch": {
|
|
5720
|
-
"version": "2.3.
|
|
5721
|
-
"integrity": "sha512-
|
|
4568
|
+
"version": "2.3.2",
|
|
4569
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
4570
|
+
"dev": true,
|
|
5722
4571
|
"license": "MIT",
|
|
5723
4572
|
"engines": {
|
|
5724
4573
|
"node": ">=8.6"
|
|
@@ -5756,14 +4605,6 @@
|
|
|
5756
4605
|
"node": ">=8"
|
|
5757
4606
|
}
|
|
5758
4607
|
},
|
|
5759
|
-
"node_modules/possible-typed-array-names": {
|
|
5760
|
-
"version": "1.1.0",
|
|
5761
|
-
"integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
|
|
5762
|
-
"license": "MIT",
|
|
5763
|
-
"engines": {
|
|
5764
|
-
"node": ">= 0.4"
|
|
5765
|
-
}
|
|
5766
|
-
},
|
|
5767
4608
|
"node_modules/postcss-value-parser": {
|
|
5768
4609
|
"version": "3.3.1",
|
|
5769
4610
|
"integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
|
|
@@ -5806,14 +4647,6 @@
|
|
|
5806
4647
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5807
4648
|
}
|
|
5808
4649
|
},
|
|
5809
|
-
"node_modules/process": {
|
|
5810
|
-
"version": "0.11.10",
|
|
5811
|
-
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
5812
|
-
"license": "MIT",
|
|
5813
|
-
"engines": {
|
|
5814
|
-
"node": ">= 0.6.0"
|
|
5815
|
-
}
|
|
5816
|
-
},
|
|
5817
4650
|
"node_modules/progress": {
|
|
5818
4651
|
"version": "2.0.3",
|
|
5819
4652
|
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
|
@@ -5847,19 +4680,14 @@
|
|
|
5847
4680
|
"optional": true
|
|
5848
4681
|
},
|
|
5849
4682
|
"node_modules/pump": {
|
|
5850
|
-
"version": "3.0.
|
|
5851
|
-
"integrity": "sha512-
|
|
4683
|
+
"version": "3.0.4",
|
|
4684
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
5852
4685
|
"license": "MIT",
|
|
5853
4686
|
"dependencies": {
|
|
5854
4687
|
"end-of-stream": "^1.1.0",
|
|
5855
4688
|
"once": "^1.3.1"
|
|
5856
4689
|
}
|
|
5857
4690
|
},
|
|
5858
|
-
"node_modules/punycode": {
|
|
5859
|
-
"version": "1.4.1",
|
|
5860
|
-
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
|
5861
|
-
"license": "MIT"
|
|
5862
|
-
},
|
|
5863
4691
|
"node_modules/puppeteer": {
|
|
5864
4692
|
"version": "5.4.0",
|
|
5865
4693
|
"integrity": "sha512-LgTqVW2ClEP4XGAT64FLQ0QWVhdNSRwJp9HfMFVfoJlZHGQu3HUbuBhR1hBow3DXZH1K3b/WfHxt1n8hr2uayw==",
|
|
@@ -5900,20 +4728,6 @@
|
|
|
5900
4728
|
],
|
|
5901
4729
|
"license": "MIT"
|
|
5902
4730
|
},
|
|
5903
|
-
"node_modules/qs": {
|
|
5904
|
-
"version": "6.14.1",
|
|
5905
|
-
"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
|
|
5906
|
-
"license": "BSD-3-Clause",
|
|
5907
|
-
"dependencies": {
|
|
5908
|
-
"side-channel": "^1.1.0"
|
|
5909
|
-
},
|
|
5910
|
-
"engines": {
|
|
5911
|
-
"node": ">=0.6"
|
|
5912
|
-
},
|
|
5913
|
-
"funding": {
|
|
5914
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5915
|
-
}
|
|
5916
|
-
},
|
|
5917
4731
|
"node_modules/react-is": {
|
|
5918
4732
|
"version": "18.3.1",
|
|
5919
4733
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
@@ -5942,11 +4756,12 @@
|
|
|
5942
4756
|
}
|
|
5943
4757
|
},
|
|
5944
4758
|
"node_modules/resolve": {
|
|
5945
|
-
"version": "1.22.
|
|
5946
|
-
"integrity": "sha512-
|
|
4759
|
+
"version": "1.22.12",
|
|
4760
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
5947
4761
|
"dev": true,
|
|
5948
4762
|
"license": "MIT",
|
|
5949
4763
|
"dependencies": {
|
|
4764
|
+
"es-errors": "^1.3.0",
|
|
5950
4765
|
"is-core-module": "^2.16.1",
|
|
5951
4766
|
"path-parse": "^1.0.7",
|
|
5952
4767
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
@@ -6012,9 +4827,14 @@
|
|
|
6012
4827
|
"url": "https://github.com/sponsors/isaacs"
|
|
6013
4828
|
}
|
|
6014
4829
|
},
|
|
4830
|
+
"node_modules/rimraf/node_modules/balanced-match": {
|
|
4831
|
+
"version": "1.0.2",
|
|
4832
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4833
|
+
"license": "MIT"
|
|
4834
|
+
},
|
|
6015
4835
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
6016
|
-
"version": "1.1.
|
|
6017
|
-
"integrity": "sha512-
|
|
4836
|
+
"version": "1.1.14",
|
|
4837
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
6018
4838
|
"license": "MIT",
|
|
6019
4839
|
"dependencies": {
|
|
6020
4840
|
"balanced-match": "^1.0.0",
|
|
@@ -6042,8 +4862,8 @@
|
|
|
6042
4862
|
}
|
|
6043
4863
|
},
|
|
6044
4864
|
"node_modules/rimraf/node_modules/minimatch": {
|
|
6045
|
-
"version": "3.1.
|
|
6046
|
-
"integrity": "sha512-
|
|
4865
|
+
"version": "3.1.5",
|
|
4866
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
6047
4867
|
"license": "ISC",
|
|
6048
4868
|
"dependencies": {
|
|
6049
4869
|
"brace-expansion": "^1.1.7"
|
|
@@ -6071,22 +4891,6 @@
|
|
|
6071
4891
|
],
|
|
6072
4892
|
"license": "MIT"
|
|
6073
4893
|
},
|
|
6074
|
-
"node_modules/safe-regex-test": {
|
|
6075
|
-
"version": "1.1.0",
|
|
6076
|
-
"integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
|
|
6077
|
-
"license": "MIT",
|
|
6078
|
-
"dependencies": {
|
|
6079
|
-
"call-bound": "^1.0.2",
|
|
6080
|
-
"es-errors": "^1.3.0",
|
|
6081
|
-
"is-regex": "^1.2.1"
|
|
6082
|
-
},
|
|
6083
|
-
"engines": {
|
|
6084
|
-
"node": ">= 0.4"
|
|
6085
|
-
},
|
|
6086
|
-
"funding": {
|
|
6087
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6088
|
-
}
|
|
6089
|
-
},
|
|
6090
4894
|
"node_modules/safer-buffer": {
|
|
6091
4895
|
"version": "2.1.2",
|
|
6092
4896
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
@@ -6094,8 +4898,8 @@
|
|
|
6094
4898
|
"optional": true
|
|
6095
4899
|
},
|
|
6096
4900
|
"node_modules/sax": {
|
|
6097
|
-
"version": "1.
|
|
6098
|
-
"integrity": "sha512-
|
|
4901
|
+
"version": "1.6.0",
|
|
4902
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
6099
4903
|
"license": "BlueOak-1.0.0",
|
|
6100
4904
|
"optional": true,
|
|
6101
4905
|
"engines": {
|
|
@@ -6135,22 +4939,6 @@
|
|
|
6135
4939
|
"dev": true,
|
|
6136
4940
|
"license": "ISC"
|
|
6137
4941
|
},
|
|
6138
|
-
"node_modules/set-function-length": {
|
|
6139
|
-
"version": "1.2.2",
|
|
6140
|
-
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
6141
|
-
"license": "MIT",
|
|
6142
|
-
"dependencies": {
|
|
6143
|
-
"define-data-property": "^1.1.4",
|
|
6144
|
-
"es-errors": "^1.3.0",
|
|
6145
|
-
"function-bind": "^1.1.2",
|
|
6146
|
-
"get-intrinsic": "^1.2.4",
|
|
6147
|
-
"gopd": "^1.0.1",
|
|
6148
|
-
"has-property-descriptors": "^1.0.2"
|
|
6149
|
-
},
|
|
6150
|
-
"engines": {
|
|
6151
|
-
"node": ">= 0.4"
|
|
6152
|
-
}
|
|
6153
|
-
},
|
|
6154
4942
|
"node_modules/shebang-command": {
|
|
6155
4943
|
"version": "2.0.0",
|
|
6156
4944
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
@@ -6170,74 +4958,6 @@
|
|
|
6170
4958
|
"node": ">=8"
|
|
6171
4959
|
}
|
|
6172
4960
|
},
|
|
6173
|
-
"node_modules/side-channel": {
|
|
6174
|
-
"version": "1.1.0",
|
|
6175
|
-
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
6176
|
-
"license": "MIT",
|
|
6177
|
-
"dependencies": {
|
|
6178
|
-
"es-errors": "^1.3.0",
|
|
6179
|
-
"object-inspect": "^1.13.3",
|
|
6180
|
-
"side-channel-list": "^1.0.0",
|
|
6181
|
-
"side-channel-map": "^1.0.1",
|
|
6182
|
-
"side-channel-weakmap": "^1.0.2"
|
|
6183
|
-
},
|
|
6184
|
-
"engines": {
|
|
6185
|
-
"node": ">= 0.4"
|
|
6186
|
-
},
|
|
6187
|
-
"funding": {
|
|
6188
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6189
|
-
}
|
|
6190
|
-
},
|
|
6191
|
-
"node_modules/side-channel-list": {
|
|
6192
|
-
"version": "1.0.0",
|
|
6193
|
-
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
6194
|
-
"license": "MIT",
|
|
6195
|
-
"dependencies": {
|
|
6196
|
-
"es-errors": "^1.3.0",
|
|
6197
|
-
"object-inspect": "^1.13.3"
|
|
6198
|
-
},
|
|
6199
|
-
"engines": {
|
|
6200
|
-
"node": ">= 0.4"
|
|
6201
|
-
},
|
|
6202
|
-
"funding": {
|
|
6203
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6204
|
-
}
|
|
6205
|
-
},
|
|
6206
|
-
"node_modules/side-channel-map": {
|
|
6207
|
-
"version": "1.0.1",
|
|
6208
|
-
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
6209
|
-
"license": "MIT",
|
|
6210
|
-
"dependencies": {
|
|
6211
|
-
"call-bound": "^1.0.2",
|
|
6212
|
-
"es-errors": "^1.3.0",
|
|
6213
|
-
"get-intrinsic": "^1.2.5",
|
|
6214
|
-
"object-inspect": "^1.13.3"
|
|
6215
|
-
},
|
|
6216
|
-
"engines": {
|
|
6217
|
-
"node": ">= 0.4"
|
|
6218
|
-
},
|
|
6219
|
-
"funding": {
|
|
6220
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6221
|
-
}
|
|
6222
|
-
},
|
|
6223
|
-
"node_modules/side-channel-weakmap": {
|
|
6224
|
-
"version": "1.0.2",
|
|
6225
|
-
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
6226
|
-
"license": "MIT",
|
|
6227
|
-
"dependencies": {
|
|
6228
|
-
"call-bound": "^1.0.2",
|
|
6229
|
-
"es-errors": "^1.3.0",
|
|
6230
|
-
"get-intrinsic": "^1.2.5",
|
|
6231
|
-
"object-inspect": "^1.13.3",
|
|
6232
|
-
"side-channel-map": "^1.0.1"
|
|
6233
|
-
},
|
|
6234
|
-
"engines": {
|
|
6235
|
-
"node": ">= 0.4"
|
|
6236
|
-
},
|
|
6237
|
-
"funding": {
|
|
6238
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6239
|
-
}
|
|
6240
|
-
},
|
|
6241
4961
|
"node_modules/signal-exit": {
|
|
6242
4962
|
"version": "3.0.7",
|
|
6243
4963
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
@@ -6343,14 +5063,6 @@
|
|
|
6343
5063
|
"node": ">=10"
|
|
6344
5064
|
}
|
|
6345
5065
|
},
|
|
6346
|
-
"node_modules/stream": {
|
|
6347
|
-
"version": "0.0.3",
|
|
6348
|
-
"integrity": "sha512-aMsbn7VKrl4A2T7QAQQbzgN7NVc70vgF5INQrBXqn4dCXN1zy3L9HGgLO5s7PExmdrzTJ8uR/27aviW8or8/+A==",
|
|
6349
|
-
"license": "MIT",
|
|
6350
|
-
"dependencies": {
|
|
6351
|
-
"component-emitter": "^2.0.0"
|
|
6352
|
-
}
|
|
6353
|
-
},
|
|
6354
5066
|
"node_modules/string_decoder": {
|
|
6355
5067
|
"version": "1.3.0",
|
|
6356
5068
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
@@ -6385,20 +5097,6 @@
|
|
|
6385
5097
|
"node": ">=8"
|
|
6386
5098
|
}
|
|
6387
5099
|
},
|
|
6388
|
-
"node_modules/string-width-cjs": {
|
|
6389
|
-
"name": "string-width",
|
|
6390
|
-
"version": "4.2.3",
|
|
6391
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6392
|
-
"license": "MIT",
|
|
6393
|
-
"dependencies": {
|
|
6394
|
-
"emoji-regex": "^8.0.0",
|
|
6395
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
6396
|
-
"strip-ansi": "^6.0.1"
|
|
6397
|
-
},
|
|
6398
|
-
"engines": {
|
|
6399
|
-
"node": ">=8"
|
|
6400
|
-
}
|
|
6401
|
-
},
|
|
6402
5100
|
"node_modules/strip-ansi": {
|
|
6403
5101
|
"version": "6.0.1",
|
|
6404
5102
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6410,18 +5108,6 @@
|
|
|
6410
5108
|
"node": ">=8"
|
|
6411
5109
|
}
|
|
6412
5110
|
},
|
|
6413
|
-
"node_modules/strip-ansi-cjs": {
|
|
6414
|
-
"name": "strip-ansi",
|
|
6415
|
-
"version": "6.0.1",
|
|
6416
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6417
|
-
"license": "MIT",
|
|
6418
|
-
"dependencies": {
|
|
6419
|
-
"ansi-regex": "^5.0.1"
|
|
6420
|
-
},
|
|
6421
|
-
"engines": {
|
|
6422
|
-
"node": ">=8"
|
|
6423
|
-
}
|
|
6424
|
-
},
|
|
6425
5111
|
"node_modules/strip-bom": {
|
|
6426
5112
|
"version": "4.0.0",
|
|
6427
5113
|
"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
|
|
@@ -6451,46 +5137,10 @@
|
|
|
6451
5137
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6452
5138
|
}
|
|
6453
5139
|
},
|
|
6454
|
-
"node_modules/style-dictionary": {
|
|
6455
|
-
"version": "4.1.0",
|
|
6456
|
-
"integrity": "sha512-DfY64t/XsL0bycnabIcIna/H1GyjK4sKLui2t0q6flr2uM+VpRNoSNCPOpi5YSouhKEFjoiC6ediyrMzraTz8A==",
|
|
6457
|
-
"hasInstallScript": true,
|
|
6458
|
-
"license": "Apache-2.0",
|
|
6459
|
-
"dependencies": {
|
|
6460
|
-
"@bundled-es-modules/deepmerge": "^4.3.1",
|
|
6461
|
-
"@bundled-es-modules/glob": "^10.4.2",
|
|
6462
|
-
"@bundled-es-modules/memfs": "^4.9.4",
|
|
6463
|
-
"@zip.js/zip.js": "^2.7.44",
|
|
6464
|
-
"chalk": "^5.3.0",
|
|
6465
|
-
"change-case": "^5.3.0",
|
|
6466
|
-
"commander": "^8.3.0",
|
|
6467
|
-
"is-plain-obj": "^4.1.0",
|
|
6468
|
-
"json5": "^2.2.2",
|
|
6469
|
-
"patch-package": "^8.0.0",
|
|
6470
|
-
"path-unified": "^0.1.0",
|
|
6471
|
-
"tinycolor2": "^1.6.0"
|
|
6472
|
-
},
|
|
6473
|
-
"bin": {
|
|
6474
|
-
"style-dictionary": "bin/style-dictionary.js"
|
|
6475
|
-
},
|
|
6476
|
-
"engines": {
|
|
6477
|
-
"node": ">=18.0.0"
|
|
6478
|
-
}
|
|
6479
|
-
},
|
|
6480
|
-
"node_modules/style-dictionary/node_modules/chalk": {
|
|
6481
|
-
"version": "5.6.2",
|
|
6482
|
-
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
6483
|
-
"license": "MIT",
|
|
6484
|
-
"engines": {
|
|
6485
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
6486
|
-
},
|
|
6487
|
-
"funding": {
|
|
6488
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6489
|
-
}
|
|
6490
|
-
},
|
|
6491
5140
|
"node_modules/supports-color": {
|
|
6492
5141
|
"version": "7.2.0",
|
|
6493
5142
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
5143
|
+
"dev": true,
|
|
6494
5144
|
"license": "MIT",
|
|
6495
5145
|
"dependencies": {
|
|
6496
5146
|
"has-flag": "^4.0.0"
|
|
@@ -6551,9 +5201,15 @@
|
|
|
6551
5201
|
"node": ">=8"
|
|
6552
5202
|
}
|
|
6553
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
|
+
},
|
|
6554
5210
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
6555
|
-
"version": "1.1.
|
|
6556
|
-
"integrity": "sha512-
|
|
5211
|
+
"version": "1.1.14",
|
|
5212
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
6557
5213
|
"dev": true,
|
|
6558
5214
|
"license": "MIT",
|
|
6559
5215
|
"dependencies": {
|
|
@@ -6583,8 +5239,8 @@
|
|
|
6583
5239
|
}
|
|
6584
5240
|
},
|
|
6585
5241
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
6586
|
-
"version": "3.1.
|
|
6587
|
-
"integrity": "sha512-
|
|
5242
|
+
"version": "3.1.5",
|
|
5243
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
6588
5244
|
"dev": true,
|
|
6589
5245
|
"license": "ISC",
|
|
6590
5246
|
"dependencies": {
|
|
@@ -6594,39 +5250,11 @@
|
|
|
6594
5250
|
"node": "*"
|
|
6595
5251
|
}
|
|
6596
5252
|
},
|
|
6597
|
-
"node_modules/thingies": {
|
|
6598
|
-
"version": "2.5.0",
|
|
6599
|
-
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
|
6600
|
-
"license": "MIT",
|
|
6601
|
-
"engines": {
|
|
6602
|
-
"node": ">=10.18"
|
|
6603
|
-
},
|
|
6604
|
-
"funding": {
|
|
6605
|
-
"type": "github",
|
|
6606
|
-
"url": "https://github.com/sponsors/streamich"
|
|
6607
|
-
},
|
|
6608
|
-
"peerDependencies": {
|
|
6609
|
-
"tslib": "^2"
|
|
6610
|
-
}
|
|
6611
|
-
},
|
|
6612
5253
|
"node_modules/through": {
|
|
6613
5254
|
"version": "2.3.8",
|
|
6614
5255
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
6615
5256
|
"license": "MIT"
|
|
6616
5257
|
},
|
|
6617
|
-
"node_modules/tinycolor2": {
|
|
6618
|
-
"version": "1.6.0",
|
|
6619
|
-
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
|
|
6620
|
-
"license": "MIT"
|
|
6621
|
-
},
|
|
6622
|
-
"node_modules/tmp": {
|
|
6623
|
-
"version": "0.2.5",
|
|
6624
|
-
"integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
|
|
6625
|
-
"license": "MIT",
|
|
6626
|
-
"engines": {
|
|
6627
|
-
"node": ">=14.14"
|
|
6628
|
-
}
|
|
6629
|
-
},
|
|
6630
5258
|
"node_modules/tmpl": {
|
|
6631
5259
|
"version": "1.0.5",
|
|
6632
5260
|
"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
|
|
@@ -6636,6 +5264,7 @@
|
|
|
6636
5264
|
"node_modules/to-regex-range": {
|
|
6637
5265
|
"version": "5.0.1",
|
|
6638
5266
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
5267
|
+
"dev": true,
|
|
6639
5268
|
"license": "MIT",
|
|
6640
5269
|
"dependencies": {
|
|
6641
5270
|
"is-number": "^7.0.0"
|
|
@@ -6649,21 +5278,6 @@
|
|
|
6649
5278
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
6650
5279
|
"license": "MIT"
|
|
6651
5280
|
},
|
|
6652
|
-
"node_modules/tree-dump": {
|
|
6653
|
-
"version": "1.1.0",
|
|
6654
|
-
"integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==",
|
|
6655
|
-
"license": "Apache-2.0",
|
|
6656
|
-
"engines": {
|
|
6657
|
-
"node": ">=10.0"
|
|
6658
|
-
},
|
|
6659
|
-
"funding": {
|
|
6660
|
-
"type": "github",
|
|
6661
|
-
"url": "https://github.com/sponsors/streamich"
|
|
6662
|
-
},
|
|
6663
|
-
"peerDependencies": {
|
|
6664
|
-
"tslib": "2"
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
5281
|
"node_modules/ts-jest": {
|
|
6668
5282
|
"version": "29.0.3",
|
|
6669
5283
|
"integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
|
|
@@ -6767,29 +5381,6 @@
|
|
|
6767
5381
|
"through": "^2.3.8"
|
|
6768
5382
|
}
|
|
6769
5383
|
},
|
|
6770
|
-
"node_modules/unbzip2-stream/node_modules/buffer": {
|
|
6771
|
-
"version": "5.7.1",
|
|
6772
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
6773
|
-
"funding": [
|
|
6774
|
-
{
|
|
6775
|
-
"type": "github",
|
|
6776
|
-
"url": "https://github.com/sponsors/feross"
|
|
6777
|
-
},
|
|
6778
|
-
{
|
|
6779
|
-
"type": "patreon",
|
|
6780
|
-
"url": "https://www.patreon.com/feross"
|
|
6781
|
-
},
|
|
6782
|
-
{
|
|
6783
|
-
"type": "consulting",
|
|
6784
|
-
"url": "https://feross.org/support"
|
|
6785
|
-
}
|
|
6786
|
-
],
|
|
6787
|
-
"license": "MIT",
|
|
6788
|
-
"dependencies": {
|
|
6789
|
-
"base64-js": "^1.3.1",
|
|
6790
|
-
"ieee754": "^1.1.13"
|
|
6791
|
-
}
|
|
6792
|
-
},
|
|
6793
5384
|
"node_modules/universalify": {
|
|
6794
5385
|
"version": "2.0.1",
|
|
6795
5386
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
@@ -6834,30 +5425,6 @@
|
|
|
6834
5425
|
"deprecated": "Please see https://github.com/lydell/urix#deprecated",
|
|
6835
5426
|
"license": "MIT"
|
|
6836
5427
|
},
|
|
6837
|
-
"node_modules/url": {
|
|
6838
|
-
"version": "0.11.4",
|
|
6839
|
-
"integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
|
|
6840
|
-
"license": "MIT",
|
|
6841
|
-
"dependencies": {
|
|
6842
|
-
"punycode": "^1.4.1",
|
|
6843
|
-
"qs": "^6.12.3"
|
|
6844
|
-
},
|
|
6845
|
-
"engines": {
|
|
6846
|
-
"node": ">= 0.4"
|
|
6847
|
-
}
|
|
6848
|
-
},
|
|
6849
|
-
"node_modules/util": {
|
|
6850
|
-
"version": "0.12.5",
|
|
6851
|
-
"integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
|
|
6852
|
-
"license": "MIT",
|
|
6853
|
-
"dependencies": {
|
|
6854
|
-
"inherits": "^2.0.3",
|
|
6855
|
-
"is-arguments": "^1.0.4",
|
|
6856
|
-
"is-generator-function": "^1.0.7",
|
|
6857
|
-
"is-typed-array": "^1.1.3",
|
|
6858
|
-
"which-typed-array": "^1.1.2"
|
|
6859
|
-
}
|
|
6860
|
-
},
|
|
6861
5428
|
"node_modules/util-deprecate": {
|
|
6862
5429
|
"version": "1.0.2",
|
|
6863
5430
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
@@ -6886,11 +5453,6 @@
|
|
|
6886
5453
|
"makeerror": "1.0.12"
|
|
6887
5454
|
}
|
|
6888
5455
|
},
|
|
6889
|
-
"node_modules/web-worker": {
|
|
6890
|
-
"version": "1.5.0",
|
|
6891
|
-
"integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
|
|
6892
|
-
"license": "Apache-2.0"
|
|
6893
|
-
},
|
|
6894
5456
|
"node_modules/webidl-conversions": {
|
|
6895
5457
|
"version": "3.0.1",
|
|
6896
5458
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
@@ -6919,26 +5481,6 @@
|
|
|
6919
5481
|
"node": ">= 8"
|
|
6920
5482
|
}
|
|
6921
5483
|
},
|
|
6922
|
-
"node_modules/which-typed-array": {
|
|
6923
|
-
"version": "1.1.20",
|
|
6924
|
-
"integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
|
|
6925
|
-
"license": "MIT",
|
|
6926
|
-
"dependencies": {
|
|
6927
|
-
"available-typed-arrays": "^1.0.7",
|
|
6928
|
-
"call-bind": "^1.0.8",
|
|
6929
|
-
"call-bound": "^1.0.4",
|
|
6930
|
-
"for-each": "^0.3.5",
|
|
6931
|
-
"get-proto": "^1.0.1",
|
|
6932
|
-
"gopd": "^1.2.0",
|
|
6933
|
-
"has-tostringtag": "^1.0.2"
|
|
6934
|
-
},
|
|
6935
|
-
"engines": {
|
|
6936
|
-
"node": ">= 0.4"
|
|
6937
|
-
},
|
|
6938
|
-
"funding": {
|
|
6939
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
5484
|
"node_modules/wordwrap": {
|
|
6943
5485
|
"version": "1.0.0",
|
|
6944
5486
|
"integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
|
|
@@ -6960,23 +5502,6 @@
|
|
|
6960
5502
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6961
5503
|
}
|
|
6962
5504
|
},
|
|
6963
|
-
"node_modules/wrap-ansi-cjs": {
|
|
6964
|
-
"name": "wrap-ansi",
|
|
6965
|
-
"version": "7.0.0",
|
|
6966
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
6967
|
-
"license": "MIT",
|
|
6968
|
-
"dependencies": {
|
|
6969
|
-
"ansi-styles": "^4.0.0",
|
|
6970
|
-
"string-width": "^4.1.0",
|
|
6971
|
-
"strip-ansi": "^6.0.0"
|
|
6972
|
-
},
|
|
6973
|
-
"engines": {
|
|
6974
|
-
"node": ">=10"
|
|
6975
|
-
},
|
|
6976
|
-
"funding": {
|
|
6977
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6978
|
-
}
|
|
6979
|
-
},
|
|
6980
5505
|
"node_modules/wrappy": {
|
|
6981
5506
|
"version": "1.0.2",
|
|
6982
5507
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
@@ -7029,20 +5554,6 @@
|
|
|
7029
5554
|
"dev": true,
|
|
7030
5555
|
"license": "ISC"
|
|
7031
5556
|
},
|
|
7032
|
-
"node_modules/yaml": {
|
|
7033
|
-
"version": "2.8.2",
|
|
7034
|
-
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
7035
|
-
"license": "ISC",
|
|
7036
|
-
"bin": {
|
|
7037
|
-
"yaml": "bin.mjs"
|
|
7038
|
-
},
|
|
7039
|
-
"engines": {
|
|
7040
|
-
"node": ">= 14.6"
|
|
7041
|
-
},
|
|
7042
|
-
"funding": {
|
|
7043
|
-
"url": "https://github.com/sponsors/eemeli"
|
|
7044
|
-
}
|
|
7045
|
-
},
|
|
7046
5557
|
"node_modules/yargs": {
|
|
7047
5558
|
"version": "16.2.0",
|
|
7048
5559
|
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|