@razorpay/blade 12.111.0 → 12.119.1
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/assets/spark/colorama-center-gradient-map-dark.jpg +0 -0
- package/assets/spark/colorama-gradient-map-dark.png +0 -0
- package/build/lib/native/components/Button/BaseButton/BaseButton.js +3 -3
- package/build/lib/native/components/Button/BaseButton/BaseButton.js.map +1 -1
- package/build/lib/native/components/Button/BaseButton/buttonTokens.js +1 -1
- package/build/lib/native/components/Button/BaseButton/buttonTokens.js.map +1 -1
- package/build/lib/native/components/Charts/AreaChart/AreaChart.native.js +2 -1
- package/build/lib/native/components/Charts/AreaChart/AreaChart.native.js.map +1 -1
- package/build/lib/native/components/Charts/CommonChartComponents/CommonChartComponents.native.js +2 -2
- package/build/lib/native/components/Charts/CommonChartComponents/CommonChartComponents.native.js.map +1 -1
- package/build/lib/native/components/Charts/CommonChartComponents/index.js +1 -1
- package/build/lib/native/components/Charts/CommonChartComponents/tokens.js +2 -2
- package/build/lib/native/components/Charts/CommonChartComponents/tokens.js.map +1 -1
- package/build/lib/native/components/Charts/LineChart/LineChart.native.js +4 -2
- package/build/lib/native/components/Charts/LineChart/LineChart.native.js.map +1 -1
- package/build/lib/native/components/Charts/utils/nullBridgeUtils.js +4 -0
- package/build/lib/native/components/Charts/utils/nullBridgeUtils.js.map +1 -0
- package/build/lib/native/components/Charts/utils/referenceBandUtils.js +6 -0
- package/build/lib/native/components/Charts/utils/referenceBandUtils.js.map +1 -0
- package/build/lib/native/components/CounterInput/CounterInput.native.js +3 -2
- package/build/lib/native/components/CounterInput/CounterInput.native.js.map +1 -1
- package/build/lib/native/components/CounterInput/token.js +2 -2
- package/build/lib/native/components/CounterInput/token.js.map +1 -1
- package/build/lib/native/components/DatePicker/Calendar.native.js +2 -2
- package/build/lib/native/components/DatePicker/Calendar.native.js.map +1 -1
- package/build/lib/native/components/DatePicker/utils.js +2 -2
- package/build/lib/native/components/DatePicker/utils.js.map +1 -1
- package/build/lib/native/components/Dropdown/Dropdown.js +1 -1
- package/build/lib/native/components/Dropdown/Dropdown.js.map +1 -1
- package/build/lib/native/components/Dropdown/FilterChipSelectInput.native.js +1 -1
- package/build/lib/native/components/Dropdown/FilterChipSelectInput.native.js.map +1 -1
- package/build/lib/native/components/Dropdown/dropdownUtils.js +1 -1
- package/build/lib/native/components/Dropdown/dropdownUtils.js.map +1 -1
- package/build/lib/native/components/Dropdown/filterChipSelectInputUtils.js +1 -1
- package/build/lib/native/components/Dropdown/filterChipSelectInputUtils.js.map +1 -1
- package/build/lib/native/components/Dropdown/useDropdown.js +1 -1
- package/build/lib/native/components/Dropdown/useDropdown.js.map +1 -1
- package/build/lib/native/components/FloatingActionButton/FloatingActionButton.js +14 -0
- package/build/lib/native/components/FloatingActionButton/FloatingActionButton.js.map +1 -0
- package/build/lib/native/components/FloatingActionButton/FloatingActionButtonContainer.native.js +20 -0
- package/build/lib/native/components/FloatingActionButton/FloatingActionButtonContainer.native.js.map +1 -0
- package/build/lib/native/components/FloatingActionButton/index.js +2 -0
- package/build/lib/native/components/FloatingActionButton/index.js.map +1 -0
- package/build/lib/native/components/GenUI/GenUIContext.native.js +2 -2
- package/build/lib/native/components/GenUI/GenUIContext.native.js.map +1 -1
- package/build/lib/native/components/GenUI/index.js +1 -1
- package/build/lib/native/components/Icons/BookmarkFilledIcon/BookmarkFilledIcon.js +14 -0
- package/build/lib/native/components/Icons/BookmarkFilledIcon/BookmarkFilledIcon.js.map +1 -0
- package/build/lib/native/components/Icons/BookmarkFilledIcon/index.js +2 -0
- package/build/lib/native/components/Icons/BookmarkFilledIcon/index.js.map +1 -0
- package/build/lib/native/components/Icons/index.js +1 -0
- package/build/lib/native/components/Icons/index.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/StyledBaseInput.native.js +1 -1
- package/build/lib/native/components/Input/BaseInput/StyledBaseInput.native.js.map +1 -1
- package/build/lib/native/components/Input/OTPInput/OTPInput.js +1 -1
- package/build/lib/native/components/Input/OTPInput/OTPInput.js.map +1 -1
- package/build/lib/native/components/Spark/RzpGlass/utils.native.js +1 -1
- package/build/lib/native/components/Spark/RzpGlass/utils.native.js.map +1 -1
- package/build/lib/native/components/TreeView/TreeView.native.js +4 -0
- package/build/lib/native/components/TreeView/TreeView.native.js.map +1 -0
- package/build/lib/native/components/TreeView/index.native.js +2 -0
- package/build/lib/native/components/TreeView/index.native.js.map +1 -0
- package/build/lib/native/components/index.js +7 -2
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/native/tokens/global/colors.js +1 -1
- package/build/lib/native/tokens/global/colors.js.map +1 -1
- package/build/lib/native/tokens/index.js +1 -0
- package/build/lib/native/tokens/index.js.map +1 -1
- package/build/lib/native/tokens/theme/bladeNeutralTheme.js +15 -0
- package/build/lib/native/tokens/theme/bladeNeutralTheme.js.map +1 -0
- package/build/lib/native/tokens/theme/bladeTheme.js +1 -1
- package/build/lib/native/tokens/theme/bladeTheme.js.map +1 -1
- package/build/lib/native/tokens/theme/index.js +1 -0
- package/build/lib/native/tokens/theme/index.js.map +1 -1
- package/build/lib/native/tokens/theme/theme.js.map +1 -1
- package/build/lib/native/utils/componentZIndices.js +1 -1
- package/build/lib/native/utils/componentZIndices.js.map +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/native/utils/useControlledDropdownInput/useControlledDropdownInput.js +1 -1
- package/build/lib/native/utils/useControlledDropdownInput/useControlledDropdownInput.js.map +1 -1
- package/build/lib/web/development/components/Button/BaseButton/BaseButton.js +124 -73
- package/build/lib/web/development/components/Button/BaseButton/BaseButton.js.map +1 -1
- package/build/lib/web/development/components/Button/BaseButton/buttonTokens.js +68 -2
- package/build/lib/web/development/components/Button/BaseButton/buttonTokens.js.map +1 -1
- package/build/lib/web/development/components/Charts/AreaChart/AreaChart.web.js +206 -18
- package/build/lib/web/development/components/Charts/AreaChart/AreaChart.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/CommonChartComponents/CommonChartComponents.web.js +159 -43
- package/build/lib/web/development/components/Charts/CommonChartComponents/CommonChartComponents.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/CommonChartComponents/index.js +1 -1
- package/build/lib/web/development/components/Charts/CommonChartComponents/tokens.js +15 -2
- package/build/lib/web/development/components/Charts/CommonChartComponents/tokens.js.map +1 -1
- package/build/lib/web/development/components/Charts/LineChart/LineChart.web.js +272 -15
- package/build/lib/web/development/components/Charts/LineChart/LineChart.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/LineChart/useReferenceBand.js +195 -0
- package/build/lib/web/development/components/Charts/LineChart/useReferenceBand.js.map +1 -0
- package/build/lib/web/development/components/Charts/utils/nullBridgeUtils.js +175 -0
- package/build/lib/web/development/components/Charts/utils/nullBridgeUtils.js.map +1 -0
- package/build/lib/web/development/components/Charts/utils/referenceBandUtils.js +66 -0
- package/build/lib/web/development/components/Charts/utils/referenceBandUtils.js.map +1 -0
- package/build/lib/web/development/components/CounterInput/CounterInput.web.js +29 -5
- package/build/lib/web/development/components/CounterInput/CounterInput.web.js.map +1 -1
- package/build/lib/web/development/components/CounterInput/StyledCounterInput.js +20 -4
- package/build/lib/web/development/components/CounterInput/StyledCounterInput.js.map +1 -1
- package/build/lib/web/development/components/CounterInput/token.js +6 -1
- package/build/lib/web/development/components/CounterInput/token.js.map +1 -1
- package/build/lib/web/development/components/DatePicker/BaseDatePicker.web.js +20 -0
- package/build/lib/web/development/components/DatePicker/BaseDatePicker.web.js.map +1 -1
- package/build/lib/web/development/components/DatePicker/Calendar.web.js +9 -2
- package/build/lib/web/development/components/DatePicker/Calendar.web.js.map +1 -1
- package/build/lib/web/development/components/DatePicker/utils.js +21 -1
- package/build/lib/web/development/components/DatePicker/utils.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/Dropdown.js +4 -1
- package/build/lib/web/development/components/Dropdown/Dropdown.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/FilterChipSelectInput.web.js +20 -12
- package/build/lib/web/development/components/Dropdown/FilterChipSelectInput.web.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/dropdownUtils.js +28 -2
- package/build/lib/web/development/components/Dropdown/dropdownUtils.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/filterChipSelectInputUtils.js +15 -1
- package/build/lib/web/development/components/Dropdown/filterChipSelectInputUtils.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/useDropdown.js +91 -5
- package/build/lib/web/development/components/Dropdown/useDropdown.js.map +1 -1
- package/build/lib/web/development/components/FloatingActionButton/FloatingActionButton.js +126 -0
- package/build/lib/web/development/components/FloatingActionButton/FloatingActionButton.js.map +1 -0
- package/build/lib/web/development/components/FloatingActionButton/FloatingActionButtonContainer.web.js +45 -0
- package/build/lib/web/development/components/FloatingActionButton/FloatingActionButtonContainer.web.js.map +1 -0
- package/build/lib/web/development/components/FloatingActionButton/index.js +2 -0
- package/build/lib/web/development/components/FloatingActionButton/index.js.map +1 -0
- package/build/lib/web/development/components/GenUI/GenUIComponents.web.js.map +1 -1
- package/build/lib/web/development/components/GenUI/GenUIContext.web.js +9 -1
- package/build/lib/web/development/components/GenUI/GenUIContext.web.js.map +1 -1
- package/build/lib/web/development/components/GenUI/GenUIProvider.web.js +17 -0
- package/build/lib/web/development/components/GenUI/GenUIProvider.web.js.map +1 -1
- package/build/lib/web/development/components/GenUI/GenUISchemaRenderer.web.js +31 -6
- package/build/lib/web/development/components/GenUI/GenUISchemaRenderer.web.js.map +1 -1
- package/build/lib/web/development/components/GenUI/index.js +1 -1
- package/build/lib/web/development/components/Icons/BookmarkFilledIcon/BookmarkFilledIcon.js +44 -0
- package/build/lib/web/development/components/Icons/BookmarkFilledIcon/BookmarkFilledIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/BookmarkFilledIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/BookmarkFilledIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/index.js +1 -0
- package/build/lib/web/development/components/Icons/index.js.map +1 -1
- package/build/lib/web/development/components/Input/OTPInput/OTPInput.js +3 -0
- package/build/lib/web/development/components/Input/OTPInput/OTPInput.js.map +1 -1
- package/build/lib/web/development/components/PopupArrow/PopupArrow.web.js +7 -1
- package/build/lib/web/development/components/PopupArrow/PopupArrow.web.js.map +1 -1
- package/build/lib/web/development/components/RollingText/RollingText.web.js +27 -20
- package/build/lib/web/development/components/RollingText/RollingText.web.js.map +1 -1
- package/build/lib/web/development/components/Spark/RzpGlass/RzpGlass.js +16 -7
- package/build/lib/web/development/components/Spark/RzpGlass/RzpGlass.js.map +1 -1
- package/build/lib/web/development/components/Spark/RzpGlass/RzpGlassMount.js +24 -6
- package/build/lib/web/development/components/Spark/RzpGlass/RzpGlassMount.js.map +1 -1
- package/build/lib/web/development/components/Spark/RzpGlass/presets.js +30 -1
- package/build/lib/web/development/components/Spark/RzpGlass/presets.js.map +1 -1
- package/build/lib/web/development/components/Spark/RzpGlass/rzpGlassShader.js +1 -1
- package/build/lib/web/development/components/Spark/RzpGlass/rzpGlassShader.js.map +1 -1
- package/build/lib/web/development/components/Spark/RzpGlass/utils.js +26 -10
- package/build/lib/web/development/components/Spark/RzpGlass/utils.js.map +1 -1
- package/build/lib/web/development/components/SpotlightPopoverTour/Tour.web.js +31 -18
- package/build/lib/web/development/components/SpotlightPopoverTour/Tour.web.js.map +1 -1
- package/build/lib/web/development/components/SpotlightPopoverTour/TourMask.web.js +14 -3
- package/build/lib/web/development/components/SpotlightPopoverTour/TourMask.web.js.map +1 -1
- package/build/lib/web/development/components/SpotlightPopoverTour/TourPopover.web.js +23 -4
- package/build/lib/web/development/components/SpotlightPopoverTour/TourPopover.web.js.map +1 -1
- package/build/lib/web/development/components/SpotlightPopoverTour/utils.js +58 -1
- package/build/lib/web/development/components/SpotlightPopoverTour/utils.js.map +1 -1
- package/build/lib/web/development/components/TreeView/StyledTreeViewRow.web.js +41 -0
- package/build/lib/web/development/components/TreeView/StyledTreeViewRow.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/TreeView.web.js +696 -0
- package/build/lib/web/development/components/TreeView/TreeView.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/TreeViewAnimator.web.js +184 -0
- package/build/lib/web/development/components/TreeView/TreeViewAnimator.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/TreeViewChevron.web.js +73 -0
- package/build/lib/web/development/components/TreeView/TreeViewChevron.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/TreeViewItem.web.js +295 -0
- package/build/lib/web/development/components/TreeView/TreeViewItem.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/TreeViewLoadMore.web.js +173 -0
- package/build/lib/web/development/components/TreeView/TreeViewLoadMore.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/componentIds.js +8 -0
- package/build/lib/web/development/components/TreeView/componentIds.js.map +1 -0
- package/build/lib/web/development/components/TreeView/index.web.js +4 -0
- package/build/lib/web/development/components/TreeView/index.web.js.map +1 -0
- package/build/lib/web/development/components/TreeView/treeViewUtils.js +475 -0
- package/build/lib/web/development/components/TreeView/treeViewUtils.js.map +1 -0
- package/build/lib/web/development/components/TreeView/useTreeView.js +24 -0
- package/build/lib/web/development/components/TreeView/useTreeView.js.map +1 -0
- package/build/lib/web/development/components/index.js +9 -2
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/tokens/global/colors.js +2 -2
- package/build/lib/web/development/tokens/global/colors.js.map +1 -1
- package/build/lib/web/development/tokens/index.js +1 -0
- package/build/lib/web/development/tokens/index.js.map +1 -1
- package/build/lib/web/development/tokens/theme/bladeNeutralTheme.js +1439 -0
- package/build/lib/web/development/tokens/theme/bladeNeutralTheme.js.map +1 -0
- package/build/lib/web/development/tokens/theme/bladeTheme.js +48 -12
- package/build/lib/web/development/tokens/theme/bladeTheme.js.map +1 -1
- package/build/lib/web/development/tokens/theme/index.js +1 -0
- package/build/lib/web/development/tokens/theme/index.js.map +1 -1
- package/build/lib/web/development/tokens/theme/theme.js.map +1 -1
- package/build/lib/web/development/utils/componentZIndices.js +2 -0
- package/build/lib/web/development/utils/componentZIndices.js.map +1 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js +4 -0
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/development/utils/useControlledDropdownInput/useControlledDropdownInput.js +12 -4
- package/build/lib/web/development/utils/useControlledDropdownInput/useControlledDropdownInput.js.map +1 -1
- package/build/lib/web/development/utils/useTruncationTitle/useTruncationTitle.web.js +2 -2
- package/build/lib/web/development/utils/useTruncationTitle/useTruncationTitle.web.js.map +1 -1
- package/build/lib/web/production/_virtual/flatten.js +1 -1
- package/build/lib/web/production/_virtual/flatten3.js +1 -1
- package/build/lib/web/production/components/Button/BaseButton/BaseButton.js +124 -73
- package/build/lib/web/production/components/Button/BaseButton/BaseButton.js.map +1 -1
- package/build/lib/web/production/components/Button/BaseButton/buttonTokens.js +68 -2
- package/build/lib/web/production/components/Button/BaseButton/buttonTokens.js.map +1 -1
- package/build/lib/web/production/components/Charts/AreaChart/AreaChart.web.js +206 -18
- package/build/lib/web/production/components/Charts/AreaChart/AreaChart.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/CommonChartComponents/CommonChartComponents.web.js +159 -43
- package/build/lib/web/production/components/Charts/CommonChartComponents/CommonChartComponents.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/CommonChartComponents/index.js +1 -1
- package/build/lib/web/production/components/Charts/CommonChartComponents/tokens.js +15 -2
- package/build/lib/web/production/components/Charts/CommonChartComponents/tokens.js.map +1 -1
- package/build/lib/web/production/components/Charts/LineChart/LineChart.web.js +272 -15
- package/build/lib/web/production/components/Charts/LineChart/LineChart.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/LineChart/useReferenceBand.js +195 -0
- package/build/lib/web/production/components/Charts/LineChart/useReferenceBand.js.map +1 -0
- package/build/lib/web/production/components/Charts/utils/nullBridgeUtils.js +175 -0
- package/build/lib/web/production/components/Charts/utils/nullBridgeUtils.js.map +1 -0
- package/build/lib/web/production/components/Charts/utils/referenceBandUtils.js +66 -0
- package/build/lib/web/production/components/Charts/utils/referenceBandUtils.js.map +1 -0
- package/build/lib/web/production/components/CounterInput/CounterInput.web.js +29 -5
- package/build/lib/web/production/components/CounterInput/CounterInput.web.js.map +1 -1
- package/build/lib/web/production/components/CounterInput/StyledCounterInput.js +20 -4
- package/build/lib/web/production/components/CounterInput/StyledCounterInput.js.map +1 -1
- package/build/lib/web/production/components/CounterInput/token.js +6 -1
- package/build/lib/web/production/components/CounterInput/token.js.map +1 -1
- package/build/lib/web/production/components/DatePicker/BaseDatePicker.web.js +20 -0
- package/build/lib/web/production/components/DatePicker/BaseDatePicker.web.js.map +1 -1
- package/build/lib/web/production/components/DatePicker/Calendar.web.js +9 -2
- package/build/lib/web/production/components/DatePicker/Calendar.web.js.map +1 -1
- package/build/lib/web/production/components/DatePicker/utils.js +21 -1
- package/build/lib/web/production/components/DatePicker/utils.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/Dropdown.js +4 -1
- package/build/lib/web/production/components/Dropdown/Dropdown.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/FilterChipSelectInput.web.js +20 -12
- package/build/lib/web/production/components/Dropdown/FilterChipSelectInput.web.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/dropdownUtils.js +28 -2
- package/build/lib/web/production/components/Dropdown/dropdownUtils.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/filterChipSelectInputUtils.js +15 -1
- package/build/lib/web/production/components/Dropdown/filterChipSelectInputUtils.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/useDropdown.js +91 -5
- package/build/lib/web/production/components/Dropdown/useDropdown.js.map +1 -1
- package/build/lib/web/production/components/FloatingActionButton/FloatingActionButton.js +126 -0
- package/build/lib/web/production/components/FloatingActionButton/FloatingActionButton.js.map +1 -0
- package/build/lib/web/production/components/FloatingActionButton/FloatingActionButtonContainer.web.js +45 -0
- package/build/lib/web/production/components/FloatingActionButton/FloatingActionButtonContainer.web.js.map +1 -0
- package/build/lib/web/production/components/FloatingActionButton/index.js +2 -0
- package/build/lib/web/production/components/FloatingActionButton/index.js.map +1 -0
- package/build/lib/web/production/components/GenUI/GenUIComponents.web.js.map +1 -1
- package/build/lib/web/production/components/GenUI/GenUIContext.web.js +9 -1
- package/build/lib/web/production/components/GenUI/GenUIContext.web.js.map +1 -1
- package/build/lib/web/production/components/GenUI/GenUIProvider.web.js +17 -0
- package/build/lib/web/production/components/GenUI/GenUIProvider.web.js.map +1 -1
- package/build/lib/web/production/components/GenUI/GenUISchemaRenderer.web.js +31 -6
- package/build/lib/web/production/components/GenUI/GenUISchemaRenderer.web.js.map +1 -1
- package/build/lib/web/production/components/GenUI/index.js +1 -1
- package/build/lib/web/production/components/Icons/BookmarkFilledIcon/BookmarkFilledIcon.js +44 -0
- package/build/lib/web/production/components/Icons/BookmarkFilledIcon/BookmarkFilledIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/BookmarkFilledIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/BookmarkFilledIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/index.js +1 -0
- package/build/lib/web/production/components/Icons/index.js.map +1 -1
- package/build/lib/web/production/components/Input/OTPInput/OTPInput.js +3 -0
- package/build/lib/web/production/components/Input/OTPInput/OTPInput.js.map +1 -1
- package/build/lib/web/production/components/PopupArrow/PopupArrow.web.js +7 -1
- package/build/lib/web/production/components/PopupArrow/PopupArrow.web.js.map +1 -1
- package/build/lib/web/production/components/RollingText/RollingText.web.js +27 -20
- package/build/lib/web/production/components/RollingText/RollingText.web.js.map +1 -1
- package/build/lib/web/production/components/Spark/RzpGlass/RzpGlass.js +16 -7
- package/build/lib/web/production/components/Spark/RzpGlass/RzpGlass.js.map +1 -1
- package/build/lib/web/production/components/Spark/RzpGlass/RzpGlassMount.js +24 -6
- package/build/lib/web/production/components/Spark/RzpGlass/RzpGlassMount.js.map +1 -1
- package/build/lib/web/production/components/Spark/RzpGlass/presets.js +30 -1
- package/build/lib/web/production/components/Spark/RzpGlass/presets.js.map +1 -1
- package/build/lib/web/production/components/Spark/RzpGlass/rzpGlassShader.js +1 -1
- package/build/lib/web/production/components/Spark/RzpGlass/rzpGlassShader.js.map +1 -1
- package/build/lib/web/production/components/Spark/RzpGlass/utils.js +26 -10
- package/build/lib/web/production/components/Spark/RzpGlass/utils.js.map +1 -1
- package/build/lib/web/production/components/SpotlightPopoverTour/Tour.web.js +31 -18
- package/build/lib/web/production/components/SpotlightPopoverTour/Tour.web.js.map +1 -1
- package/build/lib/web/production/components/SpotlightPopoverTour/TourMask.web.js +14 -3
- package/build/lib/web/production/components/SpotlightPopoverTour/TourMask.web.js.map +1 -1
- package/build/lib/web/production/components/SpotlightPopoverTour/TourPopover.web.js +23 -4
- package/build/lib/web/production/components/SpotlightPopoverTour/TourPopover.web.js.map +1 -1
- package/build/lib/web/production/components/SpotlightPopoverTour/utils.js +58 -1
- package/build/lib/web/production/components/SpotlightPopoverTour/utils.js.map +1 -1
- package/build/lib/web/production/components/TreeView/StyledTreeViewRow.web.js +41 -0
- package/build/lib/web/production/components/TreeView/StyledTreeViewRow.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/TreeView.web.js +696 -0
- package/build/lib/web/production/components/TreeView/TreeView.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/TreeViewAnimator.web.js +184 -0
- package/build/lib/web/production/components/TreeView/TreeViewAnimator.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/TreeViewChevron.web.js +73 -0
- package/build/lib/web/production/components/TreeView/TreeViewChevron.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/TreeViewItem.web.js +295 -0
- package/build/lib/web/production/components/TreeView/TreeViewItem.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/TreeViewLoadMore.web.js +173 -0
- package/build/lib/web/production/components/TreeView/TreeViewLoadMore.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/componentIds.js +8 -0
- package/build/lib/web/production/components/TreeView/componentIds.js.map +1 -0
- package/build/lib/web/production/components/TreeView/index.web.js +4 -0
- package/build/lib/web/production/components/TreeView/index.web.js.map +1 -0
- package/build/lib/web/production/components/TreeView/treeViewUtils.js +475 -0
- package/build/lib/web/production/components/TreeView/treeViewUtils.js.map +1 -0
- package/build/lib/web/production/components/TreeView/useTreeView.js +24 -0
- package/build/lib/web/production/components/TreeView/useTreeView.js.map +1 -0
- package/build/lib/web/production/components/index.js +9 -2
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/lib/web/production/node_modules/es-toolkit/dist/array/flatten.js +1 -1
- package/build/lib/web/production/node_modules/es-toolkit/dist/compat/array/flatten.js +1 -1
- package/build/lib/web/production/node_modules/es-toolkit/dist/compat/array/sortBy.js +2 -2
- package/build/lib/web/production/node_modules/es-toolkit/dist/compat/object/omit.js +2 -2
- package/build/lib/web/production/tokens/global/colors.js +2 -2
- package/build/lib/web/production/tokens/global/colors.js.map +1 -1
- package/build/lib/web/production/tokens/index.js +1 -0
- package/build/lib/web/production/tokens/index.js.map +1 -1
- package/build/lib/web/production/tokens/theme/bladeNeutralTheme.js +1439 -0
- package/build/lib/web/production/tokens/theme/bladeNeutralTheme.js.map +1 -0
- package/build/lib/web/production/tokens/theme/bladeTheme.js +48 -12
- package/build/lib/web/production/tokens/theme/bladeTheme.js.map +1 -1
- package/build/lib/web/production/tokens/theme/index.js +1 -0
- package/build/lib/web/production/tokens/theme/index.js.map +1 -1
- package/build/lib/web/production/tokens/theme/theme.js.map +1 -1
- package/build/lib/web/production/utils/componentZIndices.js +2 -0
- package/build/lib/web/production/utils/componentZIndices.js.map +1 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js +4 -0
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/production/utils/useControlledDropdownInput/useControlledDropdownInput.js +12 -4
- package/build/lib/web/production/utils/useControlledDropdownInput/useControlledDropdownInput.js.map +1 -1
- package/build/lib/web/production/utils/useTruncationTitle/useTruncationTitle.web.js +2 -2
- package/build/lib/web/production/utils/useTruncationTitle/useTruncationTitle.web.js.map +1 -1
- package/build/types/components/index.d.ts +557 -18
- package/build/types/components/index.native.d.ts +463 -16
- package/build/types/tokens/index.d.ts +11 -4
- package/build/types/tokens/index.native.d.ts +11 -4
- package/build/types/utils/index.d.ts +8 -3
- package/build/types/utils/index.native.d.ts +8 -3
- package/package.json +2 -2
|
@@ -521,6 +521,10 @@ type DataCategoricalEmphasis = Pick<Emphasis, 'subtle' | 'moderate' | 'intense'>
|
|
|
521
521
|
faint: string;
|
|
522
522
|
strong: string;
|
|
523
523
|
};
|
|
524
|
+
type SurfacePrimaryEmphasis = Pick<Emphasis, 'subtle' | 'moderate' | 'intense'> & {
|
|
525
|
+
faint: string;
|
|
526
|
+
strong: string;
|
|
527
|
+
};
|
|
524
528
|
type DataSequentialEmphasis = Omit<ColorChromaticScale, 'a50' | 'a150' | 'a100' | 'a200' | 'a400' | 'a500' | 'a600' | 'a700'>;
|
|
525
529
|
type DataColorCategories = 'blue' | 'green' | 'red' | 'orange' | 'skyBlue' | 'purple' | 'pink' | 'gold' | 'gray';
|
|
526
530
|
type SubtleOrIntenseEmphasis = Pick<Emphasis, 'subtle' | 'intense'>;
|
|
@@ -573,8 +577,8 @@ type Colors = {
|
|
|
573
577
|
interactive: {
|
|
574
578
|
background: Record<Exclude<InteractiveColorKeys, InteractiveBackgroundColorsWithGhost>, InteractiveStatesWithFadedHighlighted> & Record<InteractiveBackgroundColorsWithGhost, InteractiveBackgroundStatesWithGhost>;
|
|
575
579
|
border: Record<Exclude<InteractiveColorKeys, InteractiveBorderColorsWithFadedHighlighted>, InteractiveStates> & Record<InteractiveBorderColorsWithFadedHighlighted, InteractiveStatesWithFadedHighlighted>;
|
|
576
|
-
text: Record<InteractiveColorKeys | 'onPrimary', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
577
|
-
icon: Record<InteractiveColorKeys | 'onPrimary', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
580
|
+
text: Record<InteractiveColorKeys | 'onPrimary' | 'onNeutral', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
581
|
+
icon: Record<InteractiveColorKeys | 'onPrimary' | 'onNeutral', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
578
582
|
};
|
|
579
583
|
feedback: {
|
|
580
584
|
background: Record<FeedbackColors, SubtleOrIntenseEmphasis>;
|
|
@@ -585,9 +589,10 @@ type Colors = {
|
|
|
585
589
|
surface: {
|
|
586
590
|
background: {
|
|
587
591
|
gray: Pick<Emphasis, 'subtle' | 'moderate' | 'intense'>;
|
|
588
|
-
primary:
|
|
592
|
+
primary: SurfacePrimaryEmphasis;
|
|
589
593
|
sea: SubtleOrIntenseEmphasis;
|
|
590
594
|
cloud: SubtleOrIntenseEmphasis;
|
|
595
|
+
accent: Pick<Emphasis, 'intense'>;
|
|
591
596
|
};
|
|
592
597
|
border: {
|
|
593
598
|
gray: Pick<Emphasis, 'normal' | 'subtle' | 'muted'>;
|
|
@@ -1831,7 +1836,7 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
1831
1836
|
readonly xl?: "platform-native" | undefined;
|
|
1832
1837
|
} | undefined;
|
|
1833
1838
|
} & MakeObjectResponsive<{
|
|
1834
|
-
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.intense" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
1839
|
+
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.moderate" | "surface.background.primary.intense" | "surface.background.primary.faint" | "surface.background.primary.strong" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "surface.background.accent.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
1835
1840
|
}, "backgroundColor"> & {
|
|
1836
1841
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
1837
1842
|
} & {
|
|
@@ -1988,6 +1993,8 @@ declare const BoldIcon: React$1.FunctionComponent<IconProps>;
|
|
|
1988
1993
|
|
|
1989
1994
|
declare const BookIcon: React$1.FunctionComponent<IconProps>;
|
|
1990
1995
|
|
|
1996
|
+
declare const BookmarkFilledIcon: React$1.FunctionComponent<IconProps>;
|
|
1997
|
+
|
|
1991
1998
|
declare const BookmarkIcon: React$1.FunctionComponent<IconProps>;
|
|
1992
1999
|
|
|
1993
2000
|
declare const BoxIcon: React$1.FunctionComponent<IconProps>;
|
|
@@ -3468,7 +3475,7 @@ declare const Accordion: React__default.ForwardRefExoticComponent<{
|
|
|
3468
3475
|
readonly xl?: "platform-native" | undefined;
|
|
3469
3476
|
} | undefined;
|
|
3470
3477
|
} & MakeObjectResponsive<{
|
|
3471
|
-
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.intense" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
3478
|
+
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.moderate" | "surface.background.primary.intense" | "surface.background.primary.faint" | "surface.background.primary.strong" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "surface.background.accent.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
3472
3479
|
}, "backgroundColor"> & {
|
|
3473
3480
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
3474
3481
|
} & {
|
|
@@ -5129,7 +5136,28 @@ type BaseButtonCommonProps = {
|
|
|
5129
5136
|
isLoading?: boolean;
|
|
5130
5137
|
accessibilityProps?: Partial<AccessibilityProps>;
|
|
5131
5138
|
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
5132
|
-
color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral' | 'transparent'
|
|
5139
|
+
color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral' | 'transparent'
|
|
5140
|
+
/**
|
|
5141
|
+
* Only supported with `variant="primary"`. Consumed by FloatingActionButton
|
|
5142
|
+
* and intentionally not exposed on `Button`.
|
|
5143
|
+
*/
|
|
5144
|
+
| 'black';
|
|
5145
|
+
/**
|
|
5146
|
+
* Overrides the size-derived border radius. Used by FloatingActionButton to
|
|
5147
|
+
* render a pill. `round` is excluded because a percentage radius distorts on
|
|
5148
|
+
* a non-square button.
|
|
5149
|
+
*/
|
|
5150
|
+
_borderRadius?: Exclude<keyof Theme['border']['radius'], 'round'>;
|
|
5151
|
+
/**
|
|
5152
|
+
* Overrides the size-derived icon size. Used by FloatingActionButton, whose
|
|
5153
|
+
* icon is larger than a `size="large"` Button's.
|
|
5154
|
+
*/
|
|
5155
|
+
_iconSize?: IconSize;
|
|
5156
|
+
/**
|
|
5157
|
+
* Overrides the color of the loading spinner. Used by FloatingActionButton,
|
|
5158
|
+
* whose contrast requirements differ from `Button`'s.
|
|
5159
|
+
*/
|
|
5160
|
+
_spinnerColor?: BaseSpinnerProps['color'];
|
|
5133
5161
|
} & TestID & StyledPropsBlade & BladeCommonEvents;
|
|
5134
5162
|
type BaseButtonWithoutIconProps = BaseButtonCommonProps & {
|
|
5135
5163
|
icon?: undefined;
|
|
@@ -10768,7 +10796,7 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
|
|
|
10768
10796
|
} | undefined;
|
|
10769
10797
|
autoPlay?: boolean | undefined;
|
|
10770
10798
|
showIndicators?: boolean | undefined;
|
|
10771
|
-
scrollOverlayColor?: ("feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.intense" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "interactive.background.neutral.disabled" | "interactive.background.neutral.default" | "interactive.background.neutral.highlighted" | "interactive.background.neutral.faded" | "interactive.background.information.disabled" | "interactive.background.information.default" | "interactive.background.information.highlighted" | "interactive.background.information.faded" | "interactive.background.negative.disabled" | "interactive.background.negative.default" | "interactive.background.negative.highlighted" | "interactive.background.negative.faded" | "interactive.background.notice.disabled" | "interactive.background.notice.default" | "interactive.background.notice.highlighted" | "interactive.background.notice.faded" | "interactive.background.positive.disabled" | "interactive.background.positive.default" | "interactive.background.positive.highlighted" | "interactive.background.positive.faded" | "interactive.background.staticBlack.fadedHighlighted" | "interactive.background.staticBlack.disabled" | "interactive.background.staticBlack.default" | "interactive.background.staticBlack.highlighted" | "interactive.background.staticBlack.faded" | "interactive.background.staticWhite.fadedHighlighted" | "interactive.background.staticWhite.disabled" | "interactive.background.staticWhite.default" | "interactive.background.staticWhite.highlighted" | "interactive.background.staticWhite.faded" | "interactive.background.gray.disabled" | "interactive.background.gray.default" | "interactive.background.gray.highlighted" | "interactive.background.gray.faded" | "interactive.background.primary.disabled" | "interactive.background.primary.default" | "interactive.background.primary.highlighted" | "interactive.background.primary.faded" | "interactive.background.neutral.fadedHighlighted" | "interactive.background.information.fadedHighlighted" | "interactive.background.negative.fadedHighlighted" | "interactive.background.notice.fadedHighlighted" | "interactive.background.positive.fadedHighlighted" | "interactive.background.staticBlack.ghost" | "interactive.background.staticWhite.ghost" | "interactive.background.gray.fadedHighlighted" | "interactive.background.gray.ghost" | "interactive.background.primary.fadedHighlighted" | "overlay.background.subtle" | "overlay.background.moderate") | undefined;
|
|
10799
|
+
scrollOverlayColor?: ("feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.moderate" | "surface.background.primary.intense" | "surface.background.primary.faint" | "surface.background.primary.strong" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "surface.background.accent.intense" | "interactive.background.neutral.disabled" | "interactive.background.neutral.default" | "interactive.background.neutral.highlighted" | "interactive.background.neutral.faded" | "interactive.background.information.disabled" | "interactive.background.information.default" | "interactive.background.information.highlighted" | "interactive.background.information.faded" | "interactive.background.negative.disabled" | "interactive.background.negative.default" | "interactive.background.negative.highlighted" | "interactive.background.negative.faded" | "interactive.background.notice.disabled" | "interactive.background.notice.default" | "interactive.background.notice.highlighted" | "interactive.background.notice.faded" | "interactive.background.positive.disabled" | "interactive.background.positive.default" | "interactive.background.positive.highlighted" | "interactive.background.positive.faded" | "interactive.background.staticBlack.fadedHighlighted" | "interactive.background.staticBlack.disabled" | "interactive.background.staticBlack.default" | "interactive.background.staticBlack.highlighted" | "interactive.background.staticBlack.faded" | "interactive.background.staticWhite.fadedHighlighted" | "interactive.background.staticWhite.disabled" | "interactive.background.staticWhite.default" | "interactive.background.staticWhite.highlighted" | "interactive.background.staticWhite.faded" | "interactive.background.gray.disabled" | "interactive.background.gray.default" | "interactive.background.gray.highlighted" | "interactive.background.gray.faded" | "interactive.background.primary.disabled" | "interactive.background.primary.default" | "interactive.background.primary.highlighted" | "interactive.background.primary.faded" | "interactive.background.neutral.fadedHighlighted" | "interactive.background.information.fadedHighlighted" | "interactive.background.negative.fadedHighlighted" | "interactive.background.notice.fadedHighlighted" | "interactive.background.positive.fadedHighlighted" | "interactive.background.staticBlack.ghost" | "interactive.background.staticWhite.ghost" | "interactive.background.gray.fadedHighlighted" | "interactive.background.gray.ghost" | "interactive.background.primary.fadedHighlighted" | "overlay.background.subtle" | "overlay.background.moderate") | undefined;
|
|
10772
10800
|
navigationButtonPosition?: "bottom" | "side" | "side-overlap" | undefined;
|
|
10773
10801
|
navigationButtonVariant?: "filled" | "stroked" | undefined;
|
|
10774
10802
|
indicatorVariant?: "gray" | "blue" | "white" | undefined;
|
|
@@ -12842,6 +12870,33 @@ type ChartReferenceLineProps = {
|
|
|
12842
12870
|
*/
|
|
12843
12871
|
label: string;
|
|
12844
12872
|
};
|
|
12873
|
+
type ChartReferenceBandProps = {
|
|
12874
|
+
/**
|
|
12875
|
+
* The data key for the lower (minimum) bound of the range.
|
|
12876
|
+
* Each data row should hold a numeric value at this key.
|
|
12877
|
+
*/
|
|
12878
|
+
lowerDataKey: string;
|
|
12879
|
+
/**
|
|
12880
|
+
* The data key for the upper (maximum) bound of the range.
|
|
12881
|
+
* Each data row should hold a numeric value at this key.
|
|
12882
|
+
*/
|
|
12883
|
+
upperDataKey: string;
|
|
12884
|
+
/**
|
|
12885
|
+
* The label shown for the range in the legend.
|
|
12886
|
+
* @default 'Reference band'
|
|
12887
|
+
*/
|
|
12888
|
+
name?: string;
|
|
12889
|
+
/**
|
|
12890
|
+
* The fill color of the range band.
|
|
12891
|
+
* @default 'data.background.categorical.blue.faint'
|
|
12892
|
+
*/
|
|
12893
|
+
color?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
12894
|
+
/**
|
|
12895
|
+
* Whether to show a legend entry for the range.
|
|
12896
|
+
* @default true
|
|
12897
|
+
*/
|
|
12898
|
+
showLegend?: boolean;
|
|
12899
|
+
};
|
|
12845
12900
|
type ChartXAxisProps = Omit<XAxisProps, 'tick' | 'label' | 'dataKey' | 'stroke'> & {
|
|
12846
12901
|
/**
|
|
12847
12902
|
* The label of the x-axis.
|
|
@@ -12950,6 +13005,25 @@ type ChartSequentialColorToken = `data.background.sequential.${Exclude<DataColor
|
|
|
12950
13005
|
* This is computed in chart wrappers when secondaryDataKey is provided.
|
|
12951
13006
|
*/
|
|
12952
13007
|
type SecondaryLabelMap = Record<number, string | number | undefined>;
|
|
13008
|
+
/**
|
|
13009
|
+
* Legend info for a reference band, surfaced through context so the shared
|
|
13010
|
+
* legend can render a swatch for it (the band's bound lines are invisible, so
|
|
13011
|
+
* they don't produce a Recharts legend entry).
|
|
13012
|
+
*/
|
|
13013
|
+
type ReferenceBandLegendInfo = {
|
|
13014
|
+
name: string;
|
|
13015
|
+
color: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
13016
|
+
fillOpacity: number;
|
|
13017
|
+
};
|
|
13018
|
+
/**
|
|
13019
|
+
* Map of a line's dataKey to its reference-band range keys, surfaced through context so the shared
|
|
13020
|
+
* tooltip can show the industry range (low–high) for each series next to its value.
|
|
13021
|
+
*/
|
|
13022
|
+
type RangeMap = Record<string, {
|
|
13023
|
+
rangeLowerDataKey: string;
|
|
13024
|
+
rangeUpperDataKey: string;
|
|
13025
|
+
rangeName?: string;
|
|
13026
|
+
}>;
|
|
12953
13027
|
type CommonChartComponentsStateType = {
|
|
12954
13028
|
dataColorMapping?: DataColorMapping;
|
|
12955
13029
|
chartName?: ChartName;
|
|
@@ -12962,6 +13036,15 @@ type CommonChartComponentsStateType = {
|
|
|
12962
13036
|
* The number of data points in the chart, used for tick width calculation
|
|
12963
13037
|
*/
|
|
12964
13038
|
dataLength?: number;
|
|
13039
|
+
/**
|
|
13040
|
+
* Legend info for each reference band present in the chart (one per line with a range, plus any
|
|
13041
|
+
* standalone band), so the legend can render a swatch per band.
|
|
13042
|
+
*/
|
|
13043
|
+
referenceBands?: ReferenceBandLegendInfo[];
|
|
13044
|
+
/**
|
|
13045
|
+
* Map of line dataKey -> range keys, so the tooltip can show each series' industry range.
|
|
13046
|
+
*/
|
|
13047
|
+
rangeMap?: RangeMap;
|
|
12965
13048
|
};
|
|
12966
13049
|
type CommonChartComponentsDispatchType = {
|
|
12967
13050
|
setDataColorMapping?: (dataColorMapping: DataColorMapping) => void;
|
|
@@ -13009,9 +13092,37 @@ interface ChartLineProps {
|
|
|
13009
13092
|
*/
|
|
13010
13093
|
activeDot?: LineProps['activeDot'];
|
|
13011
13094
|
/**
|
|
13012
|
-
*
|
|
13095
|
+
* Whether to bridge gaps (`null` / `undefined` values) in the data.
|
|
13096
|
+
*
|
|
13097
|
+
* - `false` (default): the line breaks at null points, leaving a gap. Use this for genuine data
|
|
13098
|
+
* outages where no continuity should be implied.
|
|
13099
|
+
* - `true`: the line is connected across null points. Use `connectNullsStyle` to control whether
|
|
13100
|
+
* the bridge is drawn as a solid or dashed line.
|
|
13101
|
+
*
|
|
13102
|
+
* @default false
|
|
13103
|
+
*/
|
|
13104
|
+
connectNulls?: boolean;
|
|
13105
|
+
/**
|
|
13106
|
+
* The style of the line drawn across null points when `connectNulls` is `true`.
|
|
13107
|
+
*
|
|
13108
|
+
* - `'solid'` (default): nulls are bridged with a solid line.
|
|
13109
|
+
* - `'dashed'`: real data renders as a solid line while the stretch across null points renders
|
|
13110
|
+
* dashed, signalling "no data for this period" without implying a measured value.
|
|
13111
|
+
*
|
|
13112
|
+
* Note: `'dotted'` (which `strokeStyle` supports) is intentionally not offered for null bridges.
|
|
13113
|
+
* A dotted bridge reads as a decorative line style rather than a "missing data" signal, and the
|
|
13114
|
+
* dashed style is the agreed convention for representing gaps in this chart (see the
|
|
13115
|
+
* SR-data-null discussion). If a dotted bridge is ever needed, extend this union and the
|
|
13116
|
+
* rendering helpers together.
|
|
13117
|
+
*
|
|
13118
|
+
* Note: When `strokeStyle` is also set to `'dashed'`, the null bridge becomes visually
|
|
13119
|
+
* indistinguishable from the rest of the line. In that case, consider using `connectNullsStyle`
|
|
13120
|
+
* set to `'solid'` (the default) so the bridge reads as a continuous segment, or use a
|
|
13121
|
+
* different `strokeStyle` for the line to keep the dashed bridge visually distinct.
|
|
13122
|
+
*
|
|
13123
|
+
* @default 'solid'
|
|
13013
13124
|
*/
|
|
13014
|
-
|
|
13125
|
+
connectNullsStyle?: 'solid' | 'dashed';
|
|
13015
13126
|
/**
|
|
13016
13127
|
* Include this particular line in legend.
|
|
13017
13128
|
* @default : true
|
|
@@ -13031,6 +13142,41 @@ interface ChartLineProps {
|
|
|
13031
13142
|
* if no provided, we will pick colors from the default theme colors.
|
|
13032
13143
|
*/
|
|
13033
13144
|
color?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
13145
|
+
/**
|
|
13146
|
+
* Data key for the lower (minimum) bound of this line's reference band.
|
|
13147
|
+
* When both `rangeLowerDataKey` and `rangeUpperDataKey` are provided, a shaded range band is
|
|
13148
|
+
* drawn behind this line (e.g. the industry min–max range for this metric).
|
|
13149
|
+
*/
|
|
13150
|
+
rangeLowerDataKey?: string;
|
|
13151
|
+
/**
|
|
13152
|
+
* Data key for the upper (maximum) bound of this line's reference band.
|
|
13153
|
+
* @see rangeLowerDataKey
|
|
13154
|
+
*/
|
|
13155
|
+
rangeUpperDataKey?: string;
|
|
13156
|
+
/**
|
|
13157
|
+
* Legend / tooltip label for this line's reference band.
|
|
13158
|
+
* @default 'Industry range'
|
|
13159
|
+
*/
|
|
13160
|
+
rangeName?: string;
|
|
13161
|
+
/**
|
|
13162
|
+
* Fill color of this line's reference band.
|
|
13163
|
+
* @default the line's own color (auto color-matched)
|
|
13164
|
+
*/
|
|
13165
|
+
rangeColor?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
13166
|
+
/**
|
|
13167
|
+
* Whether to show this line's reference band as a separate entry in the legend.
|
|
13168
|
+
*
|
|
13169
|
+
* Defaults to the line's own `showLegend` value, so the band's swatch follows the line's legend
|
|
13170
|
+
* visibility unless explicitly overridden. Set this to `false` to hide only the band's legend
|
|
13171
|
+
* swatch while keeping the line's entry, or to `true` to show the band's swatch while hiding the
|
|
13172
|
+
* line's entry (`showLegend={false}` + `showRangeLegend={true}`).
|
|
13173
|
+
*
|
|
13174
|
+
* This mirrors the standalone `ChartReferenceBand` component's `showLegend` prop, allowing
|
|
13175
|
+
* independent control of the band's legend visibility for per-line bands.
|
|
13176
|
+
*
|
|
13177
|
+
* @default the line's `showLegend` value
|
|
13178
|
+
*/
|
|
13179
|
+
showRangeLegend?: boolean;
|
|
13034
13180
|
/**
|
|
13035
13181
|
* Style of the line in line chart.
|
|
13036
13182
|
* @default: solid
|
|
@@ -13086,9 +13232,37 @@ type ChartAreaProps = {
|
|
|
13086
13232
|
*/
|
|
13087
13233
|
type?: 'step' | 'stepAfter' | 'stepBefore' | 'linear' | 'monotone';
|
|
13088
13234
|
/**
|
|
13089
|
-
* Whether to
|
|
13235
|
+
* Whether to bridge gaps (`null` / `undefined` values) in the data.
|
|
13236
|
+
*
|
|
13237
|
+
* - `false` (default): the area breaks at null points, leaving a gap (no fill either). Use this
|
|
13238
|
+
* for genuine data outages where no continuity should be implied.
|
|
13239
|
+
* - `true`: a line bridges across null points while the fill stays gapped underneath (there's
|
|
13240
|
+
* never a fill under a no-data stretch). Use `connectNullsStyle` to control whether that bridge
|
|
13241
|
+
* line is solid or dashed.
|
|
13242
|
+
*
|
|
13243
|
+
* Narrowed to `boolean` (instead of `RechartAreaProps['connectNulls']`) intentionally: Blade
|
|
13244
|
+
* restricts the API surface to a controlled subset so that `connectNullsStyle` — a Blade-specific
|
|
13245
|
+
* concept with no Recharts equivalent — can be offered alongside it. This mirrors `ChartLine`.
|
|
13246
|
+
*
|
|
13247
|
+
* @default false
|
|
13248
|
+
* @see {@link connectNullsStyle} — only takes effect when this prop is `true`
|
|
13090
13249
|
*/
|
|
13091
|
-
connectNulls?:
|
|
13250
|
+
connectNulls?: boolean;
|
|
13251
|
+
/**
|
|
13252
|
+
* The style of the line drawn across null points. **Only takes effect when `connectNulls` is
|
|
13253
|
+
* `true`** — when `connectNulls` is `false` (or unset) the area simply breaks at null points and
|
|
13254
|
+
* this prop is ignored. In both cases the area fill is omitted under the no-data stretch — only
|
|
13255
|
+
* the bridge line differs.
|
|
13256
|
+
*
|
|
13257
|
+
* - `'solid'` (default): real data renders as a solid area and the gap is bridged with a solid
|
|
13258
|
+
* line (no fill underneath).
|
|
13259
|
+
* - `'dashed'`: real data renders as a solid area and the gap is bridged with a dashed line (no
|
|
13260
|
+
* fill underneath), signalling "no data for this period" without implying a measured value.
|
|
13261
|
+
*
|
|
13262
|
+
* @default 'solid'
|
|
13263
|
+
* @see {@link connectNulls} — must be `true` for this prop to have any effect
|
|
13264
|
+
*/
|
|
13265
|
+
connectNullsStyle?: 'solid' | 'dashed';
|
|
13092
13266
|
/**
|
|
13093
13267
|
* Whether to show the legend.
|
|
13094
13268
|
*/
|
|
@@ -13134,6 +13308,10 @@ type ChartAreaProps = {
|
|
|
13134
13308
|
* @private
|
|
13135
13309
|
*/
|
|
13136
13310
|
_totalAreas?: number;
|
|
13311
|
+
/**
|
|
13312
|
+
* @private
|
|
13313
|
+
*/
|
|
13314
|
+
_gradientNamespace?: string;
|
|
13137
13315
|
};
|
|
13138
13316
|
type data$2 = {
|
|
13139
13317
|
[key: string]: string | number | null;
|
|
@@ -13320,6 +13498,7 @@ declare const ChartCartesianGrid: (_props: ChartCartesianGridProps) => React__de
|
|
|
13320
13498
|
declare const ChartTooltip: (_props: ChartTooltipProps) => React__default.ReactElement | null;
|
|
13321
13499
|
declare const ChartLegend: (_props: ChartLegendProps) => React__default.ReactElement | null;
|
|
13322
13500
|
declare const ChartReferenceLine: (_props: ChartReferenceLineProps) => React__default.ReactElement | null;
|
|
13501
|
+
declare const ChartReferenceBand: (_props: ChartReferenceBandProps) => React__default.ReactElement | null;
|
|
13323
13502
|
|
|
13324
13503
|
declare const CommonChartComponentsContext: React$1.Context<CommonChartComponentsContextType>;
|
|
13325
13504
|
declare const useCommonChartComponentsContext: () => CommonChartComponentsContextType;
|
|
@@ -13332,6 +13511,7 @@ declare const componentId: {
|
|
|
13332
13511
|
chartCartesianGrid: string;
|
|
13333
13512
|
chartTooltip: string;
|
|
13334
13513
|
chartReferenceLine: string;
|
|
13514
|
+
chartReferenceBand: string;
|
|
13335
13515
|
};
|
|
13336
13516
|
|
|
13337
13517
|
type SankeyDataNode = {
|
|
@@ -16300,6 +16480,92 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<FileUploadPro
|
|
|
16300
16480
|
|
|
16301
16481
|
declare const FileUploadItem: React$1.MemoExoticComponent<({ file, onPreview, onRemove, onReupload, onDismiss, size: containerSize, width, minWidth, maxWidth, flexShrink, flexGrow, flexBasis, ...rest }: FileUploadItemProps) => React.ReactElement>;
|
|
16302
16482
|
|
|
16483
|
+
/**
|
|
16484
|
+
* Values mirror `Popover`'s `placement`, where the unsuffixed value is centered
|
|
16485
|
+
* and `start` / `end` name the inline edges.
|
|
16486
|
+
*/
|
|
16487
|
+
type FloatingActionButtonPlacement = 'bottom-end' | 'bottom-start' | 'bottom';
|
|
16488
|
+
type FloatingActionButtonCommonProps = {
|
|
16489
|
+
/**
|
|
16490
|
+
* Icon rendered inside the button.
|
|
16491
|
+
*
|
|
16492
|
+
* Accepts an icon component from blade.
|
|
16493
|
+
*/
|
|
16494
|
+
icon: IconComponent;
|
|
16495
|
+
/**
|
|
16496
|
+
* Color of the button.
|
|
16497
|
+
*
|
|
16498
|
+
* @default 'primary'
|
|
16499
|
+
*/
|
|
16500
|
+
color?: 'primary' | 'white' | 'black';
|
|
16501
|
+
/**
|
|
16502
|
+
* Corner of the viewport the button is anchored to.
|
|
16503
|
+
*
|
|
16504
|
+
* @default 'bottom-end'
|
|
16505
|
+
*/
|
|
16506
|
+
placement?: FloatingActionButtonPlacement;
|
|
16507
|
+
/**
|
|
16508
|
+
* Distance between the button and the edges it is anchored to.
|
|
16509
|
+
*
|
|
16510
|
+
* @default 'spacing.5'
|
|
16511
|
+
*/
|
|
16512
|
+
offset?: SpacingValueType;
|
|
16513
|
+
/**
|
|
16514
|
+
* zIndex of the button.
|
|
16515
|
+
*
|
|
16516
|
+
* Defaults to a value that sits above page content but below `BottomNav`,
|
|
16517
|
+
* `BottomSheet` and `Modal`.
|
|
16518
|
+
*
|
|
16519
|
+
* @default 99
|
|
16520
|
+
*/
|
|
16521
|
+
zIndex?: number;
|
|
16522
|
+
/**
|
|
16523
|
+
* @default false
|
|
16524
|
+
*/
|
|
16525
|
+
isDisabled?: boolean;
|
|
16526
|
+
/**
|
|
16527
|
+
* Shows a spinner in place of the button's content.
|
|
16528
|
+
*
|
|
16529
|
+
* @default false
|
|
16530
|
+
*/
|
|
16531
|
+
isLoading?: boolean;
|
|
16532
|
+
/**
|
|
16533
|
+
* Automatically renders the button with an `a` tag with `href` on web.
|
|
16534
|
+
*/
|
|
16535
|
+
href?: BaseButtonProps['href'];
|
|
16536
|
+
/**
|
|
16537
|
+
* anchor target attribute
|
|
16538
|
+
*
|
|
16539
|
+
* Should only be used alongside `href`
|
|
16540
|
+
*/
|
|
16541
|
+
target?: BaseButtonProps['target'];
|
|
16542
|
+
/**
|
|
16543
|
+
* anchor rel attribute
|
|
16544
|
+
*
|
|
16545
|
+
* Should only be used alongside `href`
|
|
16546
|
+
*/
|
|
16547
|
+
rel?: BaseButtonProps['rel'];
|
|
16548
|
+
/**
|
|
16549
|
+
* @default 'button'
|
|
16550
|
+
*/
|
|
16551
|
+
type?: 'button' | 'reset' | 'submit';
|
|
16552
|
+
onClick?: Platform.Select<{
|
|
16553
|
+
native: (event: GestureResponderEvent) => void;
|
|
16554
|
+
web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
|
|
16555
|
+
}>;
|
|
16556
|
+
} & TestID & StyledPropsBlade & DataAnalyticsAttribute & BladeCommonEvents;
|
|
16557
|
+
type FloatingActionButtonWithLabelProps = FloatingActionButtonCommonProps & {
|
|
16558
|
+
children: StringChildrenType;
|
|
16559
|
+
accessibilityLabel?: string;
|
|
16560
|
+
};
|
|
16561
|
+
type FloatingActionButtonIconOnlyProps = FloatingActionButtonCommonProps & {
|
|
16562
|
+
children?: undefined;
|
|
16563
|
+
accessibilityLabel: string;
|
|
16564
|
+
};
|
|
16565
|
+
type FloatingActionButtonProps = FloatingActionButtonWithLabelProps | FloatingActionButtonIconOnlyProps;
|
|
16566
|
+
|
|
16567
|
+
declare const FloatingActionButton: React__default.ForwardRefExoticComponent<FloatingActionButtonProps & React__default.RefAttributes<BladeElementRef>>;
|
|
16568
|
+
|
|
16303
16569
|
type InfoGroupProps = {
|
|
16304
16570
|
/**
|
|
16305
16571
|
* Defines how Key and Value are arranged — side by side or stacked
|
|
@@ -17145,7 +17411,7 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
|
|
|
17145
17411
|
readonly xl?: "platform-native" | undefined;
|
|
17146
17412
|
} | undefined;
|
|
17147
17413
|
} & MakeObjectResponsive<{
|
|
17148
|
-
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.intense" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
17414
|
+
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.moderate" | "surface.background.primary.intense" | "surface.background.primary.faint" | "surface.background.primary.strong" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "surface.background.accent.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
17149
17415
|
}, "backgroundColor"> & {
|
|
17150
17416
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
17151
17417
|
} & {
|
|
@@ -17547,9 +17813,16 @@ type DropdownInputTriggersCommonProps = Pick<BaseInputProps, 'label' | 'accessib
|
|
|
17547
17813
|
* Used to set the default value of SelectInput when it's uncontrolled. Use `value` instead for controlled SelectInput
|
|
17548
17814
|
*/
|
|
17549
17815
|
defaultValue?: string | string[];
|
|
17550
|
-
|
|
17816
|
+
/**
|
|
17817
|
+
* Selection change handler.
|
|
17818
|
+
*
|
|
17819
|
+
* `selectedGroups` is only present when the Dropdown overlay content is a TreeView -
|
|
17820
|
+
* it contains the values of the topmost fully-selected branches
|
|
17821
|
+
*/
|
|
17822
|
+
onChange?: ({ name, values, }: {
|
|
17551
17823
|
name?: string;
|
|
17552
17824
|
values: string[];
|
|
17825
|
+
selectedGroups?: string[];
|
|
17553
17826
|
}) => void;
|
|
17554
17827
|
/**
|
|
17555
17828
|
* Syncs the selected value to inputValue in AutoComplete
|
|
@@ -17701,9 +17974,10 @@ declare const AutoComplete: React__default.ForwardRefExoticComponent<Pick<BaseIn
|
|
|
17701
17974
|
icon?: IconComponent | undefined;
|
|
17702
17975
|
value?: string | string[] | undefined;
|
|
17703
17976
|
defaultValue?: string | string[] | undefined;
|
|
17704
|
-
onChange?: (({ name, values }: {
|
|
17977
|
+
onChange?: (({ name, values, }: {
|
|
17705
17978
|
name?: string | undefined;
|
|
17706
17979
|
values: string[];
|
|
17980
|
+
selectedGroups?: string[] | undefined;
|
|
17707
17981
|
}) => void) | undefined;
|
|
17708
17982
|
syncInputValueWithSelection?: ((value: string) => void) | undefined;
|
|
17709
17983
|
maxRows?: "multiple" | "single" | "expandable" | undefined;
|
|
@@ -23322,6 +23596,147 @@ type TopNavOverlayThemeOverrideProps = {
|
|
|
23322
23596
|
*/
|
|
23323
23597
|
declare const TopNavOverlayThemeOverride: ({ children, shouldOverrideTheme, }: TopNavOverlayThemeOverrideProps) => React__default.ReactElement;
|
|
23324
23598
|
|
|
23599
|
+
type TreeViewProps = {
|
|
23600
|
+
/**
|
|
23601
|
+
* Children of TreeView. Only `TreeViewItem` and `TreeViewLoadMore` are allowed
|
|
23602
|
+
*/
|
|
23603
|
+
children: React__default.ReactNode;
|
|
23604
|
+
/**
|
|
23605
|
+
* Selection type of the tree.
|
|
23606
|
+
*
|
|
23607
|
+
* Standalone only. Inside Dropdown, it is inherited from Dropdown's `selectionType`;
|
|
23608
|
+
* passing a conflicting prop logs a dev warning and Dropdown's value wins.
|
|
23609
|
+
*
|
|
23610
|
+
* @default 'single'
|
|
23611
|
+
*/
|
|
23612
|
+
selectionType?: 'single' | 'multiple';
|
|
23613
|
+
/**
|
|
23614
|
+
* Controlled selected leaf values.
|
|
23615
|
+
*
|
|
23616
|
+
* Standalone only. Inside Dropdown, use `value` on the trigger (SelectInput / FilterChipSelectInput) instead.
|
|
23617
|
+
*/
|
|
23618
|
+
value?: string[];
|
|
23619
|
+
/**
|
|
23620
|
+
* Default selected leaf values (uncontrolled).
|
|
23621
|
+
*
|
|
23622
|
+
* Standalone only. Inside Dropdown, use `defaultValue` on the trigger instead.
|
|
23623
|
+
*/
|
|
23624
|
+
defaultValue?: string[];
|
|
23625
|
+
/**
|
|
23626
|
+
* Selection change handler.
|
|
23627
|
+
*
|
|
23628
|
+
* Standalone only. Inside Dropdown, use `onChange` on the trigger instead.
|
|
23629
|
+
*
|
|
23630
|
+
* - `values`: selected leaf values (a branch's own value never appears here in multiple selection)
|
|
23631
|
+
* - `selectedGroups`: values of the topmost fully-selected branches
|
|
23632
|
+
*/
|
|
23633
|
+
onChange?: (event: {
|
|
23634
|
+
name?: string;
|
|
23635
|
+
values: string[];
|
|
23636
|
+
selectedGroups: string[];
|
|
23637
|
+
}) => void;
|
|
23638
|
+
/**
|
|
23639
|
+
* Name of the tree, passed in the `onChange` payload
|
|
23640
|
+
*/
|
|
23641
|
+
name?: string;
|
|
23642
|
+
} & TestID & DataAnalyticsAttribute;
|
|
23643
|
+
type TreeViewItemProps = {
|
|
23644
|
+
/**
|
|
23645
|
+
* Title of the item
|
|
23646
|
+
*/
|
|
23647
|
+
title: string;
|
|
23648
|
+
/**
|
|
23649
|
+
* Value of the item. Required and must be unique across the whole tree
|
|
23650
|
+
*/
|
|
23651
|
+
value: string;
|
|
23652
|
+
/**
|
|
23653
|
+
* Description shown below the title
|
|
23654
|
+
*/
|
|
23655
|
+
description?: string;
|
|
23656
|
+
/**
|
|
23657
|
+
* Leading element - icon, asset, or avatar.
|
|
23658
|
+
*
|
|
23659
|
+
* In multiple selection, it renders AFTER the checkbox (it is never replaced by it)
|
|
23660
|
+
*/
|
|
23661
|
+
leading?: React__default.ReactNode;
|
|
23662
|
+
/**
|
|
23663
|
+
* Trailing element - Counter, Badge, or Text
|
|
23664
|
+
*/
|
|
23665
|
+
trailing?: React__default.ReactNode;
|
|
23666
|
+
/**
|
|
23667
|
+
* Disables the item and its whole subtree - unselectable, not expandable, skipped by keyboard traversal
|
|
23668
|
+
*/
|
|
23669
|
+
isDisabled?: boolean;
|
|
23670
|
+
/**
|
|
23671
|
+
* When `false` on a branch item, the branch itself cannot be selected - clicking the row
|
|
23672
|
+
* (or pressing Enter/Space) toggles expansion instead, and no checkbox / selected state
|
|
23673
|
+
* is rendered for it. Use this when only leaf items should be selectable.
|
|
23674
|
+
*
|
|
23675
|
+
* Only supported on branch items - leaf items are always selectable
|
|
23676
|
+
*
|
|
23677
|
+
* @default true
|
|
23678
|
+
*/
|
|
23679
|
+
isSelectable?: boolean;
|
|
23680
|
+
/**
|
|
23681
|
+
* Nested `TreeViewItem` / `TreeViewLoadMore` children. Nesting defines depth
|
|
23682
|
+
*/
|
|
23683
|
+
children?: React__default.ReactNode;
|
|
23684
|
+
/**
|
|
23685
|
+
* Default expansion state (uncontrolled)
|
|
23686
|
+
*
|
|
23687
|
+
* @default false
|
|
23688
|
+
*/
|
|
23689
|
+
defaultIsExpanded?: boolean;
|
|
23690
|
+
/**
|
|
23691
|
+
* Controlled expansion state
|
|
23692
|
+
*/
|
|
23693
|
+
isExpanded?: boolean;
|
|
23694
|
+
/**
|
|
23695
|
+
* Expansion change handler
|
|
23696
|
+
*/
|
|
23697
|
+
onExpandChange?: (event: {
|
|
23698
|
+
isExpanded: boolean;
|
|
23699
|
+
}) => void;
|
|
23700
|
+
/**
|
|
23701
|
+
* Forces the branch affordance (chevron) before children exist. Use for on-demand (async) children
|
|
23702
|
+
*/
|
|
23703
|
+
hasChildren?: boolean;
|
|
23704
|
+
/**
|
|
23705
|
+
* Renders a Spinner in the chevron slot while children are being fetched
|
|
23706
|
+
*/
|
|
23707
|
+
isLoading?: boolean;
|
|
23708
|
+
/**
|
|
23709
|
+
* Per-item click handler. Mirrors the ActionListItem precedent:
|
|
23710
|
+
* `name` is the item's value (id), `value` is the post-click selected state,
|
|
23711
|
+
* and `event` is the DOM event (present on click, absent on keyboard activation)
|
|
23712
|
+
*/
|
|
23713
|
+
onClick?: (clickProps: {
|
|
23714
|
+
name: string;
|
|
23715
|
+
value: boolean;
|
|
23716
|
+
event?: React__default.MouseEvent<HTMLButtonElement>;
|
|
23717
|
+
}) => void;
|
|
23718
|
+
} & TestID & DataAnalyticsAttribute;
|
|
23719
|
+
type TreeViewLoadMoreProps = {
|
|
23720
|
+
/**
|
|
23721
|
+
* Label of the load more row
|
|
23722
|
+
*
|
|
23723
|
+
* @default 'Show more'
|
|
23724
|
+
*/
|
|
23725
|
+
children?: string;
|
|
23726
|
+
/**
|
|
23727
|
+
* Click handler that loads more items
|
|
23728
|
+
*/
|
|
23729
|
+
onClick: () => void;
|
|
23730
|
+
/**
|
|
23731
|
+
* Renders a Spinner, switches the label to "Loading..." and makes the row inert while more items are being fetched
|
|
23732
|
+
*/
|
|
23733
|
+
isLoading?: boolean;
|
|
23734
|
+
} & TestID & DataAnalyticsAttribute;
|
|
23735
|
+
|
|
23736
|
+
declare const TreeView: (_props: TreeViewProps) => never;
|
|
23737
|
+
declare const TreeViewItem: (_props: TreeViewItemProps) => never;
|
|
23738
|
+
declare const TreeViewLoadMore: (_props: TreeViewLoadMoreProps) => never;
|
|
23739
|
+
|
|
23325
23740
|
type VisuallyHiddenProps = {
|
|
23326
23741
|
children: React.ReactNode;
|
|
23327
23742
|
} & TestID;
|
|
@@ -23589,6 +24004,27 @@ type GenUIAction = {
|
|
|
23589
24004
|
eventName?: string;
|
|
23590
24005
|
data?: Record<string, unknown>;
|
|
23591
24006
|
};
|
|
24007
|
+
type GenUIActionSlotProps<T extends GenUIBaseComponent = GenUIBaseComponent> = {
|
|
24008
|
+
data: T;
|
|
24009
|
+
componentRef: React.RefObject<HTMLDivElement>;
|
|
24010
|
+
componentType: string;
|
|
24011
|
+
};
|
|
24012
|
+
type GenUIActionSlotRenderer<T extends GenUIBaseComponent = GenUIBaseComponent> = (props: GenUIActionSlotProps<T>) => React.ReactNode;
|
|
24013
|
+
/**
|
|
24014
|
+
* Component types that render as block-level elements (wrapped in the animated
|
|
24015
|
+
* gradient border) and therefore support consumer-registered action slots.
|
|
24016
|
+
* Custom components with `animation.name === 'gradient-ring-entry'` are also
|
|
24017
|
+
* block-level at runtime, but their names are open-ended so they can't be
|
|
24018
|
+
* included in this static union — cast the registry if you need them.
|
|
24019
|
+
*/
|
|
24020
|
+
type GenUIBlockLevelComponentType = 'CARD' | 'TABLE';
|
|
24021
|
+
/**
|
|
24022
|
+
* Registry of consumer action slots, keyed by block-level component type.
|
|
24023
|
+
* Action slots only render for block-level components (CARD, TABLE, or custom
|
|
24024
|
+
* components with the gradient-ring-entry animation) — registering an action
|
|
24025
|
+
* for any other component type has no effect.
|
|
24026
|
+
*/
|
|
24027
|
+
type GenUIComponentActionsRegistry = Partial<Record<GenUIBlockLevelComponentType, GenUIActionSlotRenderer<GenUIBaseComponent>>>;
|
|
23592
24028
|
/**
|
|
23593
24029
|
* Component renderer function type
|
|
23594
24030
|
*/
|
|
@@ -23624,11 +24060,16 @@ declare const useGenUI: () => GenUIContextValue;
|
|
|
23624
24060
|
* Hook to access action click handler (safe version that doesn't throw)
|
|
23625
24061
|
*/
|
|
23626
24062
|
declare const useGenUIAction: () => ((action: GenUIAction) => void) | undefined;
|
|
24063
|
+
/**
|
|
24064
|
+
* Hook to access the consumer-registered action slot registry (safe version that doesn't throw)
|
|
24065
|
+
*/
|
|
24066
|
+
declare const useGenUIComponentActions: () => undefined;
|
|
23627
24067
|
|
|
23628
24068
|
type GenUISchemaRendererProps = any;
|
|
23629
24069
|
declare const GenUISchemaRenderer: (_props: GenUISchemaRendererProps) => React__default.ReactElement;
|
|
23630
24070
|
|
|
23631
24071
|
type GenUIComponent = any;
|
|
24072
|
+
type TableComponent = any;
|
|
23632
24073
|
|
|
23633
24074
|
type RzpGlassPreset = 'default' | 'zoomed' | 'bottomWave' | 'rippleWave' | 'circleSlideUp';
|
|
23634
24075
|
|
|
@@ -23729,6 +24170,12 @@ type RzpGlassEffectToggles = {
|
|
|
23729
24170
|
type RzpGlassLightConfig = {
|
|
23730
24171
|
/** Strength of light sweep effect (default: 0.2) */
|
|
23731
24172
|
lightIntensity?: number;
|
|
24173
|
+
/**
|
|
24174
|
+
* Tint applied to the center element's specular highlight as RGB [0-1, 0-1, 0-1].
|
|
24175
|
+
* The highlight is white by default; use [0, 0, 0] to suppress it entirely on dark backgrounds.
|
|
24176
|
+
* (default: [1, 1, 1])
|
|
24177
|
+
*/
|
|
24178
|
+
specularTint?: [number, number, number];
|
|
23732
24179
|
/** Frame when light effect starts (default: 140) */
|
|
23733
24180
|
lightStartFrame?: number;
|
|
23734
24181
|
};
|
|
@@ -23807,7 +24254,7 @@ type RzpGlassProps = RzpGlassConfig & {
|
|
|
23807
24254
|
|
|
23808
24255
|
declare const RzpGlass: (_props: RzpGlassProps) => React.ReactElement;
|
|
23809
24256
|
|
|
23810
|
-
declare function preloadRazorSenseAssets(_preset?: RzpGlassPreset, _assetsPath?: string): Promise<void>;
|
|
24257
|
+
declare function preloadRazorSenseAssets(_preset?: RzpGlassPreset, _assetsPath?: string, _colorScheme?: 'light' | 'dark'): Promise<void>;
|
|
23811
24258
|
|
|
23812
24259
|
interface FluidGradientProps {
|
|
23813
24260
|
children?: React.ReactNode;
|
|
@@ -23817,4 +24264,4 @@ interface FluidGradientProps {
|
|
|
23817
24264
|
}
|
|
23818
24265
|
declare const FluidGradient: (_props: FluidGradientProps) => React.ReactElement;
|
|
23819
24266
|
|
|
23820
|
-
export { AcceptPaymentsFilledIcon, AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActionListSectionTitle, ActivityIcon, AddressBookIcon, AffordabilityFilledIcon, AffordabilityIcon, AgentStudioIcon, AirplayIcon, Alert, AlertCircleIcon, AlertColors, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AndroidIcon, AnimateInteractions, AnimateInteractionsProps, AnnouncementBanner, AnnouncementBannerProps, AnnouncementIcon, ApertureIcon, AppBar, AppBarActions, AppBarActionsProps, AppBarContextProps, AppBarLeading, AppBarLeadingProps, AppBarProps, AppStoreIcon, AppleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSquareDownIcon, ArrowSquareDownLeftIcon, ArrowSquareDownRightIcon, ArrowSquareLeftIcon, ArrowSquareRightIcon, ArrowSquareUpIcon, ArrowSquareUpLeftIcon, ArrowSquareUpRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollFilledIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AvatarProps, AwardIcon, Badge, BadgeProps, BankAccountVerificationFilledIcon, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, Battery100PercentIcon, Battery20PercentIcon, Battery40PercentIcon, Battery60PercentIcon, Battery80PercentIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiFilledIcon, BfsiIcon, BillIcon, BillMeFilledIcon, BillMeIcon, BladeCommonEvents, BladeFile, BladeFileList, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomNav, BottomNavItem, BottomNavItemProps, BottomNavProps, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsFilledIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementFilledIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarFilledIcon, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CardVariant, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, ChartArea, ChartAreaProps, ChartAreaWrapper, ChartAreaWrapperProps, ChartBar, ChartBarProps, ChartBarWrapper, ChartBarWrapperProps, ChartCartesianGrid, ChartCartesianGridProps, ChartDonut, ChartDonutCell, ChartDonutProps, ChartDonutWrapper, ChartDonutWrapperProps, ChartLabelContentProps, ChartLegend, ChartLegendProps, ChartLine, ChartLineProps, ChartLineWrapper, ChartLineWrapperProps, ChartReferenceLine, ChartReferenceLineProps, ChartSankey, ChartSankeyProps, ChartSankeyWrapper, ChartSankeyWrapperProps, ChartTooltip, ChartTooltipProps, ChartXAxis, ChartXAxisProps, ChartYAxis, ChartYAxisProps, ChatInput, ChatInputProps, ChatMessage, ChatMessageProps, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockFilledIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CollapsibleText, CollapsibleTextProps, ColorInput, ColorInputOnChange, ColorInputOnFocusBlur, ColorInputProps, ColorInputValue, CommandIcon, CommonChartComponentsContext, CompanyRegistrationFilledIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterInput, CounterProps, CpuIcon, CreditCardFilledIcon, CreditCardIcon, CreditsAndLoansFilledIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountFilledIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DEFAULT_COLOR, DashboardIcon, DataColorMapping, DatePicker, DatePickerProps, DeleteIcon, DiamondBlocksIcon, DigitalLendingFilledIcon, DigitalLendingIcon, DisbursePaymentsFilledIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerBody, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownIconButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceFilledIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationFilledIcon, EducationIcon, Elevate, ElevateProps, EmptyState, EmptyStateProps, EngageFilledIcon, EngageIcon, EqualsIcon, EscrowAccountFilledIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, Fade, FadeProps, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadItem, FileUploadItemProps, FileUploadProps, FileZipIcon, FilmIcon, FilterChipDatePicker, FilterChipGroup, FilterChipGroupContextType, FilterChipGroupProps, FilterChipSelectInput, FilterIcon, FlagIcon, FlaskIcon, FolderIcon, ForexManagementFilledIcon, ForexManagementIcon, FreelanceFilledIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GenUIAction, GenUIBaseComponent, GenUIComponent, GenUIComponentDefinition, GenUIComponentRegistry, GenUIComponentRenderer, GenUICustomComponent, GenUIProvider, GenUISchemaRenderer, GenUISchemaRendererProps, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, HorizontalBlocksIcon, IconButton, IconButtonEmphasis, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, IndiaFlagIcon, Indicator, IndicatorProps, InfoCard, InfoCardBody, InfoCardFooter, InfoCardProps, InfoGroup, InfoGroupProps, InfoIcon, InfoItem, InfoItemKey, InfoItemKeyProps, InfoItemProps, InfoItemValue, InfoItemValueProps, InputDropdownButton, InputGroup, InputGroupProps, InputRow, InputRowProps, InstagramIcon, InstantSettlementFilledIcon, InstantSettlementIcon, InternationalPaymentsFilledIcon, InternationalPaymentsIcon, InvoicesFilledIcon, InvoicesIcon, ItalicIcon, KeyIcon, KeyboardIcon, LayersIcon, LayoutIcon, LeftCircularCornerIcon, LifeBuoyIcon, LightBox, LightBoxBody, LightBoxBodyProps, LightBoxItem, LightBoxItemProps, LightBoxProps, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, ListSearchIcon, ListView, ListViewFilters, LoaderIcon, LoansForBusinessesFilledIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutFilledIcon, MagicCheckoutIcon, MagicKonnectFilledIcon, MagicKonnectIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppFilledIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreFilledIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, Morph, MorphProps, Move, MoveIcon, MoveProps, MusicIcon, MyAccountIcon, NavigationIcon, NoSignalIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerFilledIcon, OptimizerIcon, PackageIcon, Pagination, PaginationProps, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonFilledIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayFilledIcon, PaymentGatewayIcon, PaymentLinkFilledIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesFilledIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsFilledIcon, PayrollAddonsIcon, PayrollForCaFilledIcon, PayrollForCaIcon, PayrollForStartupOrSmeFilledIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetFilledIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosFilledIcon, PosIcon, PowerIcon, Preview, PreviewBody, PreviewBodyProps, PreviewFooter, PreviewFooterProps, PreviewHeader, PreviewHeaderProps, PreviewProps, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, PromptIcon, QRCodeIcon, QuickFilter, QuickFilterGroup, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RayIcon, RzpGlass as RazorSense, FluidGradient as RazorSenseGradient, FluidGradientProps as RazorSenseGradientProps, RzpGlassPreset as RazorSensePreset, RzpGlassProps as RazorSenseProps, RazorpayIcon, RazorpayTrustIcon, RazorpayXIcon, RazorpayxPayrollFilledIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, ReticleIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteFilledIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasFilledIcon, SaasIcon, SankeyDataLink, SankeyDataNode, SaveIcon, Scale, ScaleProps, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SecondaryLabelMap, SegmentedControl, SegmentedControlItem, SegmentedControlItemProps, SegmentedControlProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Signal1BarIcon, Signal2BarIcon, Signal3BarIcon, Signal4BarIcon, SignalIcon, SimCardIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, Slide, SlideProps, SlidersIcon, SmartCollectFilledIcon, SmartCollectIcon, SmartphoneIcon, SolutionsFilledIcon, SolutionsIcon, SortIcon, SourceToPayFilledIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, Stagger, StaggerProps, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsFilledIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TOAST_REJECTED, TabItem, TabItemProps, TabList, TabNav, TabNavIconProp, TabNavItem, TabNavItemData, TabNavItemProps, TabNavProps, TabPanel, TabPanelProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableEditableCell, TableEditableCellProps, TableEditableDropdownCell, TableEditableDropdownCellProps, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationProps$1 as TablePaginationProps, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsFilledIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketCard, TicketCardBody, TicketCardFooter, TicketCardProps, TicketIcon, TimePicker, TitleCollectionProps, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqFilledIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopLeftRoundedCornerIcon, TopLeftSharpCornerIcon, TopNav, TopNavContextProps, TopNavOverlayThemeOverride, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TranslateIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustBadge, TrustBadgeProps, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayFilledIcon, UpiAutopayIcon, UpiFilledIcon, UpiIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserFilledIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsFilledIcon, VendorPaymentsIcon, VerticalBlocksIcon, VideoIcon, VideoOffIcon, ViewLiveDemoFilledIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, VolumeOffIcon, VolumeOnIcon, WalletFilledIcon, WalletIcon, WatchIcon, WhatsAppIcon, WifiIcon, WifiOffIcon, WindIcon, WorldwideIcon, XCircleIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, componentId, destroyAnnouncer, drawerPadding, getHeadingProps, getTextProps, preloadRazorSenseAssets, screenReaderStyles, toastStore, useAppBarContext, useCommonChartComponentsContext, useGenUI, useGenUIAction, useTheme, useToast, useTopNavContext };
|
|
24267
|
+
export { AcceptPaymentsFilledIcon, AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActionListSectionTitle, ActivityIcon, AddressBookIcon, AffordabilityFilledIcon, AffordabilityIcon, AgentStudioIcon, AirplayIcon, Alert, AlertCircleIcon, AlertColors, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AndroidIcon, AnimateInteractions, AnimateInteractionsProps, AnnouncementBanner, AnnouncementBannerProps, AnnouncementIcon, ApertureIcon, AppBar, AppBarActions, AppBarActionsProps, AppBarContextProps, AppBarLeading, AppBarLeadingProps, AppBarProps, AppStoreIcon, AppleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSquareDownIcon, ArrowSquareDownLeftIcon, ArrowSquareDownRightIcon, ArrowSquareLeftIcon, ArrowSquareRightIcon, ArrowSquareUpIcon, ArrowSquareUpLeftIcon, ArrowSquareUpRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollFilledIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AvatarProps, AwardIcon, Badge, BadgeProps, BankAccountVerificationFilledIcon, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, Battery100PercentIcon, Battery20PercentIcon, Battery40PercentIcon, Battery60PercentIcon, Battery80PercentIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiFilledIcon, BfsiIcon, BillIcon, BillMeFilledIcon, BillMeIcon, BladeCommonEvents, BladeFile, BladeFileList, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkFilledIcon, BookmarkIcon, BottomNav, BottomNavItem, BottomNavItemProps, BottomNavProps, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsFilledIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementFilledIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarFilledIcon, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CardVariant, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, ChartArea, ChartAreaProps, ChartAreaWrapper, ChartAreaWrapperProps, ChartBar, ChartBarProps, ChartBarWrapper, ChartBarWrapperProps, ChartCartesianGrid, ChartCartesianGridProps, ChartDonut, ChartDonutCell, ChartDonutProps, ChartDonutWrapper, ChartDonutWrapperProps, ChartLabelContentProps, ChartLegend, ChartLegendProps, ChartLine, ChartLineProps, ChartLineWrapper, ChartLineWrapperProps, ChartReferenceBand, ChartReferenceBandProps, ChartReferenceLine, ChartReferenceLineProps, ChartSankey, ChartSankeyProps, ChartSankeyWrapper, ChartSankeyWrapperProps, ChartTooltip, ChartTooltipProps, ChartXAxis, ChartXAxisProps, ChartYAxis, ChartYAxisProps, ChatInput, ChatInputProps, ChatMessage, ChatMessageProps, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockFilledIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CollapsibleText, CollapsibleTextProps, ColorInput, ColorInputOnChange, ColorInputOnFocusBlur, ColorInputProps, ColorInputValue, CommandIcon, CommonChartComponentsContext, CompanyRegistrationFilledIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterInput, CounterProps, CpuIcon, CreditCardFilledIcon, CreditCardIcon, CreditsAndLoansFilledIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountFilledIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DEFAULT_COLOR, DashboardIcon, DataColorMapping, DatePicker, DatePickerProps, DeleteIcon, DiamondBlocksIcon, DigitalLendingFilledIcon, DigitalLendingIcon, DisbursePaymentsFilledIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerBody, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownIconButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceFilledIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationFilledIcon, EducationIcon, Elevate, ElevateProps, EmptyState, EmptyStateProps, EngageFilledIcon, EngageIcon, EqualsIcon, EscrowAccountFilledIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, Fade, FadeProps, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadItem, FileUploadItemProps, FileUploadProps, FileZipIcon, FilmIcon, FilterChipDatePicker, FilterChipGroup, FilterChipGroupContextType, FilterChipGroupProps, FilterChipSelectInput, FilterIcon, FlagIcon, FlaskIcon, FloatingActionButton, FloatingActionButtonPlacement, FloatingActionButtonProps, FolderIcon, ForexManagementFilledIcon, ForexManagementIcon, FreelanceFilledIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GenUIAction, GenUIActionSlotProps, GenUIActionSlotRenderer, GenUIBaseComponent, GenUIBlockLevelComponentType, GenUIComponent, GenUIComponentActionsRegistry, GenUIComponentDefinition, GenUIComponentRegistry, GenUIComponentRenderer, GenUICustomComponent, GenUIProvider, GenUISchemaRenderer, GenUISchemaRendererProps, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, HorizontalBlocksIcon, IconButton, IconButtonEmphasis, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, IndiaFlagIcon, Indicator, IndicatorProps, InfoCard, InfoCardBody, InfoCardFooter, InfoCardProps, InfoGroup, InfoGroupProps, InfoIcon, InfoItem, InfoItemKey, InfoItemKeyProps, InfoItemProps, InfoItemValue, InfoItemValueProps, InputDropdownButton, InputGroup, InputGroupProps, InputRow, InputRowProps, InstagramIcon, InstantSettlementFilledIcon, InstantSettlementIcon, InternationalPaymentsFilledIcon, InternationalPaymentsIcon, InvoicesFilledIcon, InvoicesIcon, ItalicIcon, KeyIcon, KeyboardIcon, LayersIcon, LayoutIcon, LeftCircularCornerIcon, LifeBuoyIcon, LightBox, LightBoxBody, LightBoxBodyProps, LightBoxItem, LightBoxItemProps, LightBoxProps, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, ListSearchIcon, ListView, ListViewFilters, LoaderIcon, LoansForBusinessesFilledIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutFilledIcon, MagicCheckoutIcon, MagicKonnectFilledIcon, MagicKonnectIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppFilledIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreFilledIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, Morph, MorphProps, Move, MoveIcon, MoveProps, MusicIcon, MyAccountIcon, NavigationIcon, NoSignalIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerFilledIcon, OptimizerIcon, PackageIcon, Pagination, PaginationProps, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonFilledIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayFilledIcon, PaymentGatewayIcon, PaymentLinkFilledIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesFilledIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsFilledIcon, PayrollAddonsIcon, PayrollForCaFilledIcon, PayrollForCaIcon, PayrollForStartupOrSmeFilledIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetFilledIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosFilledIcon, PosIcon, PowerIcon, Preview, PreviewBody, PreviewBodyProps, PreviewFooter, PreviewFooterProps, PreviewHeader, PreviewHeaderProps, PreviewProps, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, PromptIcon, QRCodeIcon, QuickFilter, QuickFilterGroup, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RayIcon, RzpGlass as RazorSense, FluidGradient as RazorSenseGradient, FluidGradientProps as RazorSenseGradientProps, RzpGlassPreset as RazorSensePreset, RzpGlassProps as RazorSenseProps, RazorpayIcon, RazorpayTrustIcon, RazorpayXIcon, RazorpayxPayrollFilledIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, ReticleIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteFilledIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasFilledIcon, SaasIcon, SankeyDataLink, SankeyDataNode, SaveIcon, Scale, ScaleProps, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SecondaryLabelMap, SegmentedControl, SegmentedControlItem, SegmentedControlItemProps, SegmentedControlProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Signal1BarIcon, Signal2BarIcon, Signal3BarIcon, Signal4BarIcon, SignalIcon, SimCardIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, Slide, SlideProps, SlidersIcon, SmartCollectFilledIcon, SmartCollectIcon, SmartphoneIcon, SolutionsFilledIcon, SolutionsIcon, SortIcon, SourceToPayFilledIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, Stagger, StaggerProps, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsFilledIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TOAST_REJECTED, TabItem, TabItemProps, TabList, TabNav, TabNavIconProp, TabNavItem, TabNavItemData, TabNavItemProps, TabNavProps, TabPanel, TabPanelProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableComponent, TableData, TableEditableCell, TableEditableCellProps, TableEditableDropdownCell, TableEditableDropdownCellProps, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationProps$1 as TablePaginationProps, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsFilledIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketCard, TicketCardBody, TicketCardFooter, TicketCardProps, TicketIcon, TimePicker, TitleCollectionProps, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqFilledIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopLeftRoundedCornerIcon, TopLeftSharpCornerIcon, TopNav, TopNavContextProps, TopNavOverlayThemeOverride, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TranslateIcon, TrashIcon, TreeView, TreeViewItem, TreeViewItemProps, TreeViewLoadMore, TreeViewLoadMoreProps, TreeViewProps, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustBadge, TrustBadgeProps, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayFilledIcon, UpiAutopayIcon, UpiFilledIcon, UpiIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserFilledIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsFilledIcon, VendorPaymentsIcon, VerticalBlocksIcon, VideoIcon, VideoOffIcon, ViewLiveDemoFilledIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, VolumeOffIcon, VolumeOnIcon, WalletFilledIcon, WalletIcon, WatchIcon, WhatsAppIcon, WifiIcon, WifiOffIcon, WindIcon, WorldwideIcon, XCircleIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, componentId, destroyAnnouncer, drawerPadding, getHeadingProps, getTextProps, preloadRazorSenseAssets, screenReaderStyles, toastStore, useAppBarContext, useCommonChartComponentsContext, useGenUI, useGenUIAction, useGenUIComponentActions, useTheme, useToast, useTopNavContext };
|