@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
|
@@ -522,6 +522,10 @@ type DataCategoricalEmphasis = Pick<Emphasis, 'subtle' | 'moderate' | 'intense'>
|
|
|
522
522
|
faint: string;
|
|
523
523
|
strong: string;
|
|
524
524
|
};
|
|
525
|
+
type SurfacePrimaryEmphasis = Pick<Emphasis, 'subtle' | 'moderate' | 'intense'> & {
|
|
526
|
+
faint: string;
|
|
527
|
+
strong: string;
|
|
528
|
+
};
|
|
525
529
|
type DataSequentialEmphasis = Omit<ColorChromaticScale, 'a50' | 'a150' | 'a100' | 'a200' | 'a400' | 'a500' | 'a600' | 'a700'>;
|
|
526
530
|
type DataColorCategories = 'blue' | 'green' | 'red' | 'orange' | 'skyBlue' | 'purple' | 'pink' | 'gold' | 'gray';
|
|
527
531
|
type SubtleOrIntenseEmphasis = Pick<Emphasis, 'subtle' | 'intense'>;
|
|
@@ -574,8 +578,8 @@ type Colors = {
|
|
|
574
578
|
interactive: {
|
|
575
579
|
background: Record<Exclude<InteractiveColorKeys, InteractiveBackgroundColorsWithGhost>, InteractiveStatesWithFadedHighlighted> & Record<InteractiveBackgroundColorsWithGhost, InteractiveBackgroundStatesWithGhost>;
|
|
576
580
|
border: Record<Exclude<InteractiveColorKeys, InteractiveBorderColorsWithFadedHighlighted>, InteractiveStates> & Record<InteractiveBorderColorsWithFadedHighlighted, InteractiveStatesWithFadedHighlighted>;
|
|
577
|
-
text: Record<InteractiveColorKeys | 'onPrimary', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
578
|
-
icon: Record<InteractiveColorKeys | 'onPrimary', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
581
|
+
text: Record<InteractiveColorKeys | 'onPrimary' | 'onNeutral', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
582
|
+
icon: Record<InteractiveColorKeys | 'onPrimary' | 'onNeutral', Pick<Emphasis, 'normal' | 'subtle' | 'muted' | 'disabled'>>;
|
|
579
583
|
};
|
|
580
584
|
feedback: {
|
|
581
585
|
background: Record<FeedbackColors, SubtleOrIntenseEmphasis>;
|
|
@@ -586,9 +590,10 @@ type Colors = {
|
|
|
586
590
|
surface: {
|
|
587
591
|
background: {
|
|
588
592
|
gray: Pick<Emphasis, 'subtle' | 'moderate' | 'intense'>;
|
|
589
|
-
primary:
|
|
593
|
+
primary: SurfacePrimaryEmphasis;
|
|
590
594
|
sea: SubtleOrIntenseEmphasis;
|
|
591
595
|
cloud: SubtleOrIntenseEmphasis;
|
|
596
|
+
accent: Pick<Emphasis, 'intense'>;
|
|
592
597
|
};
|
|
593
598
|
border: {
|
|
594
599
|
gray: Pick<Emphasis, 'normal' | 'subtle' | 'muted'>;
|
|
@@ -1958,7 +1963,7 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
1958
1963
|
readonly xl?: "platform-web" | undefined;
|
|
1959
1964
|
} | undefined;
|
|
1960
1965
|
} & MakeObjectResponsive<{
|
|
1961
|
-
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";
|
|
1966
|
+
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";
|
|
1962
1967
|
}, "backgroundColor"> & {
|
|
1963
1968
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
1964
1969
|
} & {
|
|
@@ -2115,6 +2120,8 @@ declare const BoldIcon: React$1.FunctionComponent<IconProps>;
|
|
|
2115
2120
|
|
|
2116
2121
|
declare const BookIcon: React$1.FunctionComponent<IconProps>;
|
|
2117
2122
|
|
|
2123
|
+
declare const BookmarkFilledIcon: React$1.FunctionComponent<IconProps>;
|
|
2124
|
+
|
|
2118
2125
|
declare const BookmarkIcon: React$1.FunctionComponent<IconProps>;
|
|
2119
2126
|
|
|
2120
2127
|
declare const BoxIcon: React$1.FunctionComponent<IconProps>;
|
|
@@ -3847,7 +3854,7 @@ declare const Accordion: React__default.ForwardRefExoticComponent<{
|
|
|
3847
3854
|
readonly xl?: "platform-web" | undefined;
|
|
3848
3855
|
} | undefined;
|
|
3849
3856
|
} & MakeObjectResponsive<{
|
|
3850
|
-
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";
|
|
3857
|
+
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";
|
|
3851
3858
|
}, "backgroundColor"> & {
|
|
3852
3859
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
3853
3860
|
} & {
|
|
@@ -5886,7 +5893,28 @@ type BaseButtonCommonProps = {
|
|
|
5886
5893
|
isLoading?: boolean;
|
|
5887
5894
|
accessibilityProps?: Partial<AccessibilityProps>;
|
|
5888
5895
|
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
5889
|
-
color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral' | 'transparent'
|
|
5896
|
+
color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral' | 'transparent'
|
|
5897
|
+
/**
|
|
5898
|
+
* Only supported with `variant="primary"`. Consumed by FloatingActionButton
|
|
5899
|
+
* and intentionally not exposed on `Button`.
|
|
5900
|
+
*/
|
|
5901
|
+
| 'black';
|
|
5902
|
+
/**
|
|
5903
|
+
* Overrides the size-derived border radius. Used by FloatingActionButton to
|
|
5904
|
+
* render a pill. `round` is excluded because a percentage radius distorts on
|
|
5905
|
+
* a non-square button.
|
|
5906
|
+
*/
|
|
5907
|
+
_borderRadius?: Exclude<keyof Theme['border']['radius'], 'round'>;
|
|
5908
|
+
/**
|
|
5909
|
+
* Overrides the size-derived icon size. Used by FloatingActionButton, whose
|
|
5910
|
+
* icon is larger than a `size="large"` Button's.
|
|
5911
|
+
*/
|
|
5912
|
+
_iconSize?: IconSize;
|
|
5913
|
+
/**
|
|
5914
|
+
* Overrides the color of the loading spinner. Used by FloatingActionButton,
|
|
5915
|
+
* whose contrast requirements differ from `Button`'s.
|
|
5916
|
+
*/
|
|
5917
|
+
_spinnerColor?: BaseSpinnerProps['color'];
|
|
5890
5918
|
} & TestID & StyledPropsBlade & BladeCommonEvents;
|
|
5891
5919
|
type BaseButtonWithoutIconProps = BaseButtonCommonProps & {
|
|
5892
5920
|
icon?: undefined;
|
|
@@ -8153,7 +8181,7 @@ declare const AppBar: React__default.ForwardRefExoticComponent<{
|
|
|
8153
8181
|
readonly xl?: "platform-web" | undefined;
|
|
8154
8182
|
} | undefined;
|
|
8155
8183
|
} & MakeObjectResponsive<{
|
|
8156
|
-
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";
|
|
8184
|
+
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";
|
|
8157
8185
|
}, "backgroundColor"> & {
|
|
8158
8186
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
8159
8187
|
} & {
|
|
@@ -13892,7 +13920,7 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
|
|
|
13892
13920
|
} | undefined;
|
|
13893
13921
|
autoPlay?: boolean | undefined;
|
|
13894
13922
|
showIndicators?: boolean | undefined;
|
|
13895
|
-
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;
|
|
13923
|
+
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;
|
|
13896
13924
|
navigationButtonPosition?: "bottom" | "side" | "side-overlap" | undefined;
|
|
13897
13925
|
navigationButtonVariant?: "filled" | "stroked" | undefined;
|
|
13898
13926
|
indicatorVariant?: "gray" | "blue" | "white" | undefined;
|
|
@@ -16332,6 +16360,33 @@ type ChartReferenceLineProps = {
|
|
|
16332
16360
|
*/
|
|
16333
16361
|
label: string;
|
|
16334
16362
|
};
|
|
16363
|
+
type ChartReferenceBandProps = {
|
|
16364
|
+
/**
|
|
16365
|
+
* The data key for the lower (minimum) bound of the range.
|
|
16366
|
+
* Each data row should hold a numeric value at this key.
|
|
16367
|
+
*/
|
|
16368
|
+
lowerDataKey: string;
|
|
16369
|
+
/**
|
|
16370
|
+
* The data key for the upper (maximum) bound of the range.
|
|
16371
|
+
* Each data row should hold a numeric value at this key.
|
|
16372
|
+
*/
|
|
16373
|
+
upperDataKey: string;
|
|
16374
|
+
/**
|
|
16375
|
+
* The label shown for the range in the legend.
|
|
16376
|
+
* @default 'Reference band'
|
|
16377
|
+
*/
|
|
16378
|
+
name?: string;
|
|
16379
|
+
/**
|
|
16380
|
+
* The fill color of the range band.
|
|
16381
|
+
* @default 'data.background.categorical.blue.faint'
|
|
16382
|
+
*/
|
|
16383
|
+
color?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
16384
|
+
/**
|
|
16385
|
+
* Whether to show a legend entry for the range.
|
|
16386
|
+
* @default true
|
|
16387
|
+
*/
|
|
16388
|
+
showLegend?: boolean;
|
|
16389
|
+
};
|
|
16335
16390
|
type ChartXAxisProps = Omit<XAxisProps, 'tick' | 'label' | 'dataKey' | 'stroke'> & {
|
|
16336
16391
|
/**
|
|
16337
16392
|
* The label of the x-axis.
|
|
@@ -16440,6 +16495,25 @@ type ChartSequentialColorToken = `data.background.sequential.${Exclude<DataColor
|
|
|
16440
16495
|
* This is computed in chart wrappers when secondaryDataKey is provided.
|
|
16441
16496
|
*/
|
|
16442
16497
|
type SecondaryLabelMap = Record<number, string | number | undefined>;
|
|
16498
|
+
/**
|
|
16499
|
+
* Legend info for a reference band, surfaced through context so the shared
|
|
16500
|
+
* legend can render a swatch for it (the band's bound lines are invisible, so
|
|
16501
|
+
* they don't produce a Recharts legend entry).
|
|
16502
|
+
*/
|
|
16503
|
+
type ReferenceBandLegendInfo = {
|
|
16504
|
+
name: string;
|
|
16505
|
+
color: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
16506
|
+
fillOpacity: number;
|
|
16507
|
+
};
|
|
16508
|
+
/**
|
|
16509
|
+
* Map of a line's dataKey to its reference-band range keys, surfaced through context so the shared
|
|
16510
|
+
* tooltip can show the industry range (low–high) for each series next to its value.
|
|
16511
|
+
*/
|
|
16512
|
+
type RangeMap = Record<string, {
|
|
16513
|
+
rangeLowerDataKey: string;
|
|
16514
|
+
rangeUpperDataKey: string;
|
|
16515
|
+
rangeName?: string;
|
|
16516
|
+
}>;
|
|
16443
16517
|
type CommonChartComponentsStateType = {
|
|
16444
16518
|
dataColorMapping?: DataColorMapping;
|
|
16445
16519
|
chartName?: ChartName;
|
|
@@ -16452,6 +16526,15 @@ type CommonChartComponentsStateType = {
|
|
|
16452
16526
|
* The number of data points in the chart, used for tick width calculation
|
|
16453
16527
|
*/
|
|
16454
16528
|
dataLength?: number;
|
|
16529
|
+
/**
|
|
16530
|
+
* Legend info for each reference band present in the chart (one per line with a range, plus any
|
|
16531
|
+
* standalone band), so the legend can render a swatch per band.
|
|
16532
|
+
*/
|
|
16533
|
+
referenceBands?: ReferenceBandLegendInfo[];
|
|
16534
|
+
/**
|
|
16535
|
+
* Map of line dataKey -> range keys, so the tooltip can show each series' industry range.
|
|
16536
|
+
*/
|
|
16537
|
+
rangeMap?: RangeMap;
|
|
16455
16538
|
};
|
|
16456
16539
|
type CommonChartComponentsDispatchType = {
|
|
16457
16540
|
setDataColorMapping?: (dataColorMapping: DataColorMapping) => void;
|
|
@@ -16499,9 +16582,37 @@ interface ChartLineProps {
|
|
|
16499
16582
|
*/
|
|
16500
16583
|
activeDot?: LineProps['activeDot'];
|
|
16501
16584
|
/**
|
|
16502
|
-
*
|
|
16585
|
+
* Whether to bridge gaps (`null` / `undefined` values) in the data.
|
|
16586
|
+
*
|
|
16587
|
+
* - `false` (default): the line breaks at null points, leaving a gap. Use this for genuine data
|
|
16588
|
+
* outages where no continuity should be implied.
|
|
16589
|
+
* - `true`: the line is connected across null points. Use `connectNullsStyle` to control whether
|
|
16590
|
+
* the bridge is drawn as a solid or dashed line.
|
|
16591
|
+
*
|
|
16592
|
+
* @default false
|
|
16593
|
+
*/
|
|
16594
|
+
connectNulls?: boolean;
|
|
16595
|
+
/**
|
|
16596
|
+
* The style of the line drawn across null points when `connectNulls` is `true`.
|
|
16597
|
+
*
|
|
16598
|
+
* - `'solid'` (default): nulls are bridged with a solid line.
|
|
16599
|
+
* - `'dashed'`: real data renders as a solid line while the stretch across null points renders
|
|
16600
|
+
* dashed, signalling "no data for this period" without implying a measured value.
|
|
16601
|
+
*
|
|
16602
|
+
* Note: `'dotted'` (which `strokeStyle` supports) is intentionally not offered for null bridges.
|
|
16603
|
+
* A dotted bridge reads as a decorative line style rather than a "missing data" signal, and the
|
|
16604
|
+
* dashed style is the agreed convention for representing gaps in this chart (see the
|
|
16605
|
+
* SR-data-null discussion). If a dotted bridge is ever needed, extend this union and the
|
|
16606
|
+
* rendering helpers together.
|
|
16607
|
+
*
|
|
16608
|
+
* Note: When `strokeStyle` is also set to `'dashed'`, the null bridge becomes visually
|
|
16609
|
+
* indistinguishable from the rest of the line. In that case, consider using `connectNullsStyle`
|
|
16610
|
+
* set to `'solid'` (the default) so the bridge reads as a continuous segment, or use a
|
|
16611
|
+
* different `strokeStyle` for the line to keep the dashed bridge visually distinct.
|
|
16612
|
+
*
|
|
16613
|
+
* @default 'solid'
|
|
16503
16614
|
*/
|
|
16504
|
-
|
|
16615
|
+
connectNullsStyle?: 'solid' | 'dashed';
|
|
16505
16616
|
/**
|
|
16506
16617
|
* Include this particular line in legend.
|
|
16507
16618
|
* @default : true
|
|
@@ -16521,6 +16632,41 @@ interface ChartLineProps {
|
|
|
16521
16632
|
* if no provided, we will pick colors from the default theme colors.
|
|
16522
16633
|
*/
|
|
16523
16634
|
color?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
16635
|
+
/**
|
|
16636
|
+
* Data key for the lower (minimum) bound of this line's reference band.
|
|
16637
|
+
* When both `rangeLowerDataKey` and `rangeUpperDataKey` are provided, a shaded range band is
|
|
16638
|
+
* drawn behind this line (e.g. the industry min–max range for this metric).
|
|
16639
|
+
*/
|
|
16640
|
+
rangeLowerDataKey?: string;
|
|
16641
|
+
/**
|
|
16642
|
+
* Data key for the upper (maximum) bound of this line's reference band.
|
|
16643
|
+
* @see rangeLowerDataKey
|
|
16644
|
+
*/
|
|
16645
|
+
rangeUpperDataKey?: string;
|
|
16646
|
+
/**
|
|
16647
|
+
* Legend / tooltip label for this line's reference band.
|
|
16648
|
+
* @default 'Industry range'
|
|
16649
|
+
*/
|
|
16650
|
+
rangeName?: string;
|
|
16651
|
+
/**
|
|
16652
|
+
* Fill color of this line's reference band.
|
|
16653
|
+
* @default the line's own color (auto color-matched)
|
|
16654
|
+
*/
|
|
16655
|
+
rangeColor?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
16656
|
+
/**
|
|
16657
|
+
* Whether to show this line's reference band as a separate entry in the legend.
|
|
16658
|
+
*
|
|
16659
|
+
* Defaults to the line's own `showLegend` value, so the band's swatch follows the line's legend
|
|
16660
|
+
* visibility unless explicitly overridden. Set this to `false` to hide only the band's legend
|
|
16661
|
+
* swatch while keeping the line's entry, or to `true` to show the band's swatch while hiding the
|
|
16662
|
+
* line's entry (`showLegend={false}` + `showRangeLegend={true}`).
|
|
16663
|
+
*
|
|
16664
|
+
* This mirrors the standalone `ChartReferenceBand` component's `showLegend` prop, allowing
|
|
16665
|
+
* independent control of the band's legend visibility for per-line bands.
|
|
16666
|
+
*
|
|
16667
|
+
* @default the line's `showLegend` value
|
|
16668
|
+
*/
|
|
16669
|
+
showRangeLegend?: boolean;
|
|
16524
16670
|
/**
|
|
16525
16671
|
* Style of the line in line chart.
|
|
16526
16672
|
* @default: solid
|
|
@@ -16569,9 +16715,37 @@ type ChartAreaProps = {
|
|
|
16569
16715
|
*/
|
|
16570
16716
|
type?: 'step' | 'stepAfter' | 'stepBefore' | 'linear' | 'monotone';
|
|
16571
16717
|
/**
|
|
16572
|
-
* Whether to
|
|
16718
|
+
* Whether to bridge gaps (`null` / `undefined` values) in the data.
|
|
16719
|
+
*
|
|
16720
|
+
* - `false` (default): the area breaks at null points, leaving a gap (no fill either). Use this
|
|
16721
|
+
* for genuine data outages where no continuity should be implied.
|
|
16722
|
+
* - `true`: a line bridges across null points while the fill stays gapped underneath (there's
|
|
16723
|
+
* never a fill under a no-data stretch). Use `connectNullsStyle` to control whether that bridge
|
|
16724
|
+
* line is solid or dashed.
|
|
16725
|
+
*
|
|
16726
|
+
* Narrowed to `boolean` (instead of `RechartAreaProps['connectNulls']`) intentionally: Blade
|
|
16727
|
+
* restricts the API surface to a controlled subset so that `connectNullsStyle` — a Blade-specific
|
|
16728
|
+
* concept with no Recharts equivalent — can be offered alongside it. This mirrors `ChartLine`.
|
|
16729
|
+
*
|
|
16730
|
+
* @default false
|
|
16731
|
+
* @see {@link connectNullsStyle} — only takes effect when this prop is `true`
|
|
16732
|
+
*/
|
|
16733
|
+
connectNulls?: boolean;
|
|
16734
|
+
/**
|
|
16735
|
+
* The style of the line drawn across null points. **Only takes effect when `connectNulls` is
|
|
16736
|
+
* `true`** — when `connectNulls` is `false` (or unset) the area simply breaks at null points and
|
|
16737
|
+
* this prop is ignored. In both cases the area fill is omitted under the no-data stretch — only
|
|
16738
|
+
* the bridge line differs.
|
|
16739
|
+
*
|
|
16740
|
+
* - `'solid'` (default): real data renders as a solid area and the gap is bridged with a solid
|
|
16741
|
+
* line (no fill underneath).
|
|
16742
|
+
* - `'dashed'`: real data renders as a solid area and the gap is bridged with a dashed line (no
|
|
16743
|
+
* fill underneath), signalling "no data for this period" without implying a measured value.
|
|
16744
|
+
*
|
|
16745
|
+
* @default 'solid'
|
|
16746
|
+
* @see {@link connectNulls} — must be `true` for this prop to have any effect
|
|
16573
16747
|
*/
|
|
16574
|
-
|
|
16748
|
+
connectNullsStyle?: 'solid' | 'dashed';
|
|
16575
16749
|
/**
|
|
16576
16750
|
* Whether to show the legend.
|
|
16577
16751
|
*/
|
|
@@ -16617,6 +16791,10 @@ type ChartAreaProps = {
|
|
|
16617
16791
|
* @private
|
|
16618
16792
|
*/
|
|
16619
16793
|
_totalAreas?: number;
|
|
16794
|
+
/**
|
|
16795
|
+
* @private
|
|
16796
|
+
*/
|
|
16797
|
+
_gradientNamespace?: string;
|
|
16620
16798
|
};
|
|
16621
16799
|
type data$2 = {
|
|
16622
16800
|
[key: string]: string | number | null;
|
|
@@ -16773,6 +16951,7 @@ declare const ChartCartesianGrid: React__default.FC<ChartCartesianGridProps>;
|
|
|
16773
16951
|
declare const ChartTooltip: React__default.FC<ChartTooltipProps>;
|
|
16774
16952
|
declare const ChartLegend: React__default.FC<ChartLegendProps>;
|
|
16775
16953
|
declare const ChartReferenceLine: React__default.FC<ChartReferenceLineProps>;
|
|
16954
|
+
declare const ChartReferenceBand: React__default.FC<ChartReferenceBandProps>;
|
|
16776
16955
|
|
|
16777
16956
|
declare const CommonChartComponentsContext: React$1.Context<CommonChartComponentsContextType>;
|
|
16778
16957
|
declare const useCommonChartComponentsContext: () => CommonChartComponentsContextType;
|
|
@@ -16785,6 +16964,7 @@ declare const componentId: {
|
|
|
16785
16964
|
chartCartesianGrid: string;
|
|
16786
16965
|
chartTooltip: string;
|
|
16787
16966
|
chartReferenceLine: string;
|
|
16967
|
+
chartReferenceBand: string;
|
|
16788
16968
|
};
|
|
16789
16969
|
|
|
16790
16970
|
type SankeyDataNode = {
|
|
@@ -19721,9 +19901,14 @@ type BaseFilterChipProps = {
|
|
|
19721
19901
|
|
|
19722
19902
|
type FilterChipSelectInputProps = Pick<BaseFilterChipProps, 'onKeyDown' | 'value' | 'label' | 'testID' | 'onClick' | 'selectionType' | 'onBlur' | 'showClearButton'> & {
|
|
19723
19903
|
accessibilityLabel?: string;
|
|
19904
|
+
/**
|
|
19905
|
+
* `selectedGroups` is only present when the Dropdown overlay content is a TreeView -
|
|
19906
|
+
* it contains the values of the topmost fully-selected branches
|
|
19907
|
+
*/
|
|
19724
19908
|
onChange?: (props: {
|
|
19725
19909
|
name: string;
|
|
19726
19910
|
values: string[];
|
|
19911
|
+
selectedGroups?: string[];
|
|
19727
19912
|
}) => void;
|
|
19728
19913
|
name?: string;
|
|
19729
19914
|
onClearButtonClick?: (props: {
|
|
@@ -20422,6 +20607,92 @@ declare const FileUpload: React$1.ForwardRefExoticComponent<FileUploadProps & Re
|
|
|
20422
20607
|
|
|
20423
20608
|
declare const FileUploadItem: React$1.MemoExoticComponent<({ file, onPreview, onRemove, onReupload, onDismiss, size: containerSize, width, minWidth, maxWidth, flexShrink, flexGrow, flexBasis, ...rest }: FileUploadItemProps) => React.ReactElement>;
|
|
20424
20609
|
|
|
20610
|
+
/**
|
|
20611
|
+
* Values mirror `Popover`'s `placement`, where the unsuffixed value is centered
|
|
20612
|
+
* and `start` / `end` name the inline edges.
|
|
20613
|
+
*/
|
|
20614
|
+
type FloatingActionButtonPlacement = 'bottom-end' | 'bottom-start' | 'bottom';
|
|
20615
|
+
type FloatingActionButtonCommonProps = {
|
|
20616
|
+
/**
|
|
20617
|
+
* Icon rendered inside the button.
|
|
20618
|
+
*
|
|
20619
|
+
* Accepts an icon component from blade.
|
|
20620
|
+
*/
|
|
20621
|
+
icon: IconComponent;
|
|
20622
|
+
/**
|
|
20623
|
+
* Color of the button.
|
|
20624
|
+
*
|
|
20625
|
+
* @default 'primary'
|
|
20626
|
+
*/
|
|
20627
|
+
color?: 'primary' | 'white' | 'black';
|
|
20628
|
+
/**
|
|
20629
|
+
* Corner of the viewport the button is anchored to.
|
|
20630
|
+
*
|
|
20631
|
+
* @default 'bottom-end'
|
|
20632
|
+
*/
|
|
20633
|
+
placement?: FloatingActionButtonPlacement;
|
|
20634
|
+
/**
|
|
20635
|
+
* Distance between the button and the edges it is anchored to.
|
|
20636
|
+
*
|
|
20637
|
+
* @default 'spacing.5'
|
|
20638
|
+
*/
|
|
20639
|
+
offset?: SpacingValueType;
|
|
20640
|
+
/**
|
|
20641
|
+
* zIndex of the button.
|
|
20642
|
+
*
|
|
20643
|
+
* Defaults to a value that sits above page content but below `BottomNav`,
|
|
20644
|
+
* `BottomSheet` and `Modal`.
|
|
20645
|
+
*
|
|
20646
|
+
* @default 99
|
|
20647
|
+
*/
|
|
20648
|
+
zIndex?: number;
|
|
20649
|
+
/**
|
|
20650
|
+
* @default false
|
|
20651
|
+
*/
|
|
20652
|
+
isDisabled?: boolean;
|
|
20653
|
+
/**
|
|
20654
|
+
* Shows a spinner in place of the button's content.
|
|
20655
|
+
*
|
|
20656
|
+
* @default false
|
|
20657
|
+
*/
|
|
20658
|
+
isLoading?: boolean;
|
|
20659
|
+
/**
|
|
20660
|
+
* Automatically renders the button with an `a` tag with `href` on web.
|
|
20661
|
+
*/
|
|
20662
|
+
href?: BaseButtonProps['href'];
|
|
20663
|
+
/**
|
|
20664
|
+
* anchor target attribute
|
|
20665
|
+
*
|
|
20666
|
+
* Should only be used alongside `href`
|
|
20667
|
+
*/
|
|
20668
|
+
target?: BaseButtonProps['target'];
|
|
20669
|
+
/**
|
|
20670
|
+
* anchor rel attribute
|
|
20671
|
+
*
|
|
20672
|
+
* Should only be used alongside `href`
|
|
20673
|
+
*/
|
|
20674
|
+
rel?: BaseButtonProps['rel'];
|
|
20675
|
+
/**
|
|
20676
|
+
* @default 'button'
|
|
20677
|
+
*/
|
|
20678
|
+
type?: 'button' | 'reset' | 'submit';
|
|
20679
|
+
onClick?: Platform.Select<{
|
|
20680
|
+
native: (event: GestureResponderEvent) => void;
|
|
20681
|
+
web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
|
|
20682
|
+
}>;
|
|
20683
|
+
} & TestID & StyledPropsBlade & DataAnalyticsAttribute & BladeCommonEvents;
|
|
20684
|
+
type FloatingActionButtonWithLabelProps = FloatingActionButtonCommonProps & {
|
|
20685
|
+
children: StringChildrenType;
|
|
20686
|
+
accessibilityLabel?: string;
|
|
20687
|
+
};
|
|
20688
|
+
type FloatingActionButtonIconOnlyProps = FloatingActionButtonCommonProps & {
|
|
20689
|
+
children?: undefined;
|
|
20690
|
+
accessibilityLabel: string;
|
|
20691
|
+
};
|
|
20692
|
+
type FloatingActionButtonProps = FloatingActionButtonWithLabelProps | FloatingActionButtonIconOnlyProps;
|
|
20693
|
+
|
|
20694
|
+
declare const FloatingActionButton: React__default.ForwardRefExoticComponent<FloatingActionButtonProps & React__default.RefAttributes<BladeElementRef>>;
|
|
20695
|
+
|
|
20425
20696
|
type InfoGroupProps = {
|
|
20426
20697
|
/**
|
|
20427
20698
|
* Defines how Key and Value are arranged — side by side or stacked
|
|
@@ -21526,7 +21797,7 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
|
|
|
21526
21797
|
readonly xl?: "platform-web" | undefined;
|
|
21527
21798
|
} | undefined;
|
|
21528
21799
|
} & MakeObjectResponsive<{
|
|
21529
|
-
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";
|
|
21800
|
+
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";
|
|
21530
21801
|
}, "backgroundColor"> & {
|
|
21531
21802
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
21532
21803
|
} & {
|
|
@@ -22054,9 +22325,16 @@ type DropdownInputTriggersCommonProps = Pick<BaseInputProps, 'label' | 'accessib
|
|
|
22054
22325
|
* Used to set the default value of SelectInput when it's uncontrolled. Use `value` instead for controlled SelectInput
|
|
22055
22326
|
*/
|
|
22056
22327
|
defaultValue?: string | string[];
|
|
22057
|
-
|
|
22328
|
+
/**
|
|
22329
|
+
* Selection change handler.
|
|
22330
|
+
*
|
|
22331
|
+
* `selectedGroups` is only present when the Dropdown overlay content is a TreeView -
|
|
22332
|
+
* it contains the values of the topmost fully-selected branches
|
|
22333
|
+
*/
|
|
22334
|
+
onChange?: ({ name, values, }: {
|
|
22058
22335
|
name?: string;
|
|
22059
22336
|
values: string[];
|
|
22337
|
+
selectedGroups?: string[];
|
|
22060
22338
|
}) => void;
|
|
22061
22339
|
/**
|
|
22062
22340
|
* Syncs the selected value to inputValue in AutoComplete
|
|
@@ -22208,9 +22486,10 @@ declare const AutoComplete: React__default.ForwardRefExoticComponent<Pick<BaseIn
|
|
|
22208
22486
|
icon?: IconComponent | undefined;
|
|
22209
22487
|
value?: string | string[] | undefined;
|
|
22210
22488
|
defaultValue?: string | string[] | undefined;
|
|
22211
|
-
onChange?: (({ name, values }: {
|
|
22489
|
+
onChange?: (({ name, values, }: {
|
|
22212
22490
|
name?: string | undefined;
|
|
22213
22491
|
values: string[];
|
|
22492
|
+
selectedGroups?: string[] | undefined;
|
|
22214
22493
|
}) => void) | undefined;
|
|
22215
22494
|
syncInputValueWithSelection?: ((value: string) => void) | undefined;
|
|
22216
22495
|
maxRows?: "multiple" | "single" | "expandable" | undefined;
|
|
@@ -30666,7 +30945,7 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
|
|
|
30666
30945
|
readonly xl?: "platform-web" | undefined;
|
|
30667
30946
|
} | undefined;
|
|
30668
30947
|
} & MakeObjectResponsive<{
|
|
30669
|
-
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";
|
|
30948
|
+
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";
|
|
30670
30949
|
}, "backgroundColor"> & {
|
|
30671
30950
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
30672
30951
|
} & {
|
|
@@ -31170,6 +31449,203 @@ type TopNavOverlayThemeOverrideProps = {
|
|
|
31170
31449
|
*/
|
|
31171
31450
|
declare const TopNavOverlayThemeOverride: ({ children, shouldOverrideTheme, }: TopNavOverlayThemeOverrideProps) => React__default.ReactElement;
|
|
31172
31451
|
|
|
31452
|
+
type TreeViewProps = {
|
|
31453
|
+
/**
|
|
31454
|
+
* Children of TreeView. Only `TreeViewItem` and `TreeViewLoadMore` are allowed
|
|
31455
|
+
*/
|
|
31456
|
+
children: React__default.ReactNode;
|
|
31457
|
+
/**
|
|
31458
|
+
* Selection type of the tree.
|
|
31459
|
+
*
|
|
31460
|
+
* Standalone only. Inside Dropdown, it is inherited from Dropdown's `selectionType`;
|
|
31461
|
+
* passing a conflicting prop logs a dev warning and Dropdown's value wins.
|
|
31462
|
+
*
|
|
31463
|
+
* @default 'single'
|
|
31464
|
+
*/
|
|
31465
|
+
selectionType?: 'single' | 'multiple';
|
|
31466
|
+
/**
|
|
31467
|
+
* Controlled selected leaf values.
|
|
31468
|
+
*
|
|
31469
|
+
* Standalone only. Inside Dropdown, use `value` on the trigger (SelectInput / FilterChipSelectInput) instead.
|
|
31470
|
+
*/
|
|
31471
|
+
value?: string[];
|
|
31472
|
+
/**
|
|
31473
|
+
* Default selected leaf values (uncontrolled).
|
|
31474
|
+
*
|
|
31475
|
+
* Standalone only. Inside Dropdown, use `defaultValue` on the trigger instead.
|
|
31476
|
+
*/
|
|
31477
|
+
defaultValue?: string[];
|
|
31478
|
+
/**
|
|
31479
|
+
* Selection change handler.
|
|
31480
|
+
*
|
|
31481
|
+
* Standalone only. Inside Dropdown, use `onChange` on the trigger instead.
|
|
31482
|
+
*
|
|
31483
|
+
* - `values`: selected leaf values (a branch's own value never appears here in multiple selection)
|
|
31484
|
+
* - `selectedGroups`: values of the topmost fully-selected branches
|
|
31485
|
+
*/
|
|
31486
|
+
onChange?: (event: {
|
|
31487
|
+
name?: string;
|
|
31488
|
+
values: string[];
|
|
31489
|
+
selectedGroups: string[];
|
|
31490
|
+
}) => void;
|
|
31491
|
+
/**
|
|
31492
|
+
* Name of the tree, passed in the `onChange` payload
|
|
31493
|
+
*/
|
|
31494
|
+
name?: string;
|
|
31495
|
+
} & TestID & DataAnalyticsAttribute;
|
|
31496
|
+
type TreeViewItemProps = {
|
|
31497
|
+
/**
|
|
31498
|
+
* Title of the item
|
|
31499
|
+
*/
|
|
31500
|
+
title: string;
|
|
31501
|
+
/**
|
|
31502
|
+
* Value of the item. Required and must be unique across the whole tree
|
|
31503
|
+
*/
|
|
31504
|
+
value: string;
|
|
31505
|
+
/**
|
|
31506
|
+
* Description shown below the title
|
|
31507
|
+
*/
|
|
31508
|
+
description?: string;
|
|
31509
|
+
/**
|
|
31510
|
+
* Leading element - icon, asset, or avatar.
|
|
31511
|
+
*
|
|
31512
|
+
* In multiple selection, it renders AFTER the checkbox (it is never replaced by it)
|
|
31513
|
+
*/
|
|
31514
|
+
leading?: React__default.ReactNode;
|
|
31515
|
+
/**
|
|
31516
|
+
* Trailing element - Counter, Badge, or Text
|
|
31517
|
+
*/
|
|
31518
|
+
trailing?: React__default.ReactNode;
|
|
31519
|
+
/**
|
|
31520
|
+
* Disables the item and its whole subtree - unselectable, not expandable, skipped by keyboard traversal
|
|
31521
|
+
*/
|
|
31522
|
+
isDisabled?: boolean;
|
|
31523
|
+
/**
|
|
31524
|
+
* When `false` on a branch item, the branch itself cannot be selected - clicking the row
|
|
31525
|
+
* (or pressing Enter/Space) toggles expansion instead, and no checkbox / selected state
|
|
31526
|
+
* is rendered for it. Use this when only leaf items should be selectable.
|
|
31527
|
+
*
|
|
31528
|
+
* Only supported on branch items - leaf items are always selectable
|
|
31529
|
+
*
|
|
31530
|
+
* @default true
|
|
31531
|
+
*/
|
|
31532
|
+
isSelectable?: boolean;
|
|
31533
|
+
/**
|
|
31534
|
+
* Nested `TreeViewItem` / `TreeViewLoadMore` children. Nesting defines depth
|
|
31535
|
+
*/
|
|
31536
|
+
children?: React__default.ReactNode;
|
|
31537
|
+
/**
|
|
31538
|
+
* Default expansion state (uncontrolled)
|
|
31539
|
+
*
|
|
31540
|
+
* @default false
|
|
31541
|
+
*/
|
|
31542
|
+
defaultIsExpanded?: boolean;
|
|
31543
|
+
/**
|
|
31544
|
+
* Controlled expansion state
|
|
31545
|
+
*/
|
|
31546
|
+
isExpanded?: boolean;
|
|
31547
|
+
/**
|
|
31548
|
+
* Expansion change handler
|
|
31549
|
+
*/
|
|
31550
|
+
onExpandChange?: (event: {
|
|
31551
|
+
isExpanded: boolean;
|
|
31552
|
+
}) => void;
|
|
31553
|
+
/**
|
|
31554
|
+
* Forces the branch affordance (chevron) before children exist. Use for on-demand (async) children
|
|
31555
|
+
*/
|
|
31556
|
+
hasChildren?: boolean;
|
|
31557
|
+
/**
|
|
31558
|
+
* Renders a Spinner in the chevron slot while children are being fetched
|
|
31559
|
+
*/
|
|
31560
|
+
isLoading?: boolean;
|
|
31561
|
+
/**
|
|
31562
|
+
* Per-item click handler. Mirrors the ActionListItem precedent:
|
|
31563
|
+
* `name` is the item's value (id), `value` is the post-click selected state,
|
|
31564
|
+
* and `event` is the DOM event (present on click, absent on keyboard activation)
|
|
31565
|
+
*/
|
|
31566
|
+
onClick?: (clickProps: {
|
|
31567
|
+
name: string;
|
|
31568
|
+
value: boolean;
|
|
31569
|
+
event?: React__default.MouseEvent<HTMLButtonElement>;
|
|
31570
|
+
}) => void;
|
|
31571
|
+
} & TestID & DataAnalyticsAttribute;
|
|
31572
|
+
type TreeViewLoadMoreProps = {
|
|
31573
|
+
/**
|
|
31574
|
+
* Label of the load more row
|
|
31575
|
+
*
|
|
31576
|
+
* @default 'Show more'
|
|
31577
|
+
*/
|
|
31578
|
+
children?: string;
|
|
31579
|
+
/**
|
|
31580
|
+
* Click handler that loads more items
|
|
31581
|
+
*/
|
|
31582
|
+
onClick: () => void;
|
|
31583
|
+
/**
|
|
31584
|
+
* Renders a Spinner, switches the label to "Loading..." and makes the row inert while more items are being fetched
|
|
31585
|
+
*/
|
|
31586
|
+
isLoading?: boolean;
|
|
31587
|
+
} & TestID & DataAnalyticsAttribute;
|
|
31588
|
+
|
|
31589
|
+
/**
|
|
31590
|
+
* ### TreeView
|
|
31591
|
+
*
|
|
31592
|
+
* Hierarchical list of expandable, selectable items. Works standalone on a page,
|
|
31593
|
+
* or inside `Dropdown` (in place of `ActionList`) where selection is controlled
|
|
31594
|
+
* through the trigger's `value` / `onChange` (SelectInput, FilterChipSelectInput).
|
|
31595
|
+
*
|
|
31596
|
+
* #### Usage
|
|
31597
|
+
*
|
|
31598
|
+
* ```jsx
|
|
31599
|
+
* <TreeView selectionType="multiple" onChange={({ values, selectedGroups }) => {}}>
|
|
31600
|
+
* <TreeViewItem title="India" value="india">
|
|
31601
|
+
* <TreeViewItem title="Karnataka" value="karnataka">
|
|
31602
|
+
* <TreeViewItem title="Bengaluru" value="bengaluru" />
|
|
31603
|
+
* <TreeViewItem title="Mysuru" value="mysuru" />
|
|
31604
|
+
* </TreeViewItem>
|
|
31605
|
+
* <TreeViewItem title="Goa" value="goa" />
|
|
31606
|
+
* </TreeViewItem>
|
|
31607
|
+
* </TreeView>
|
|
31608
|
+
* ```
|
|
31609
|
+
*/
|
|
31610
|
+
declare const TreeView: ({ children, selectionType, value, defaultValue, onChange, name, testID, ...rest }: TreeViewProps) => React__default.ReactElement;
|
|
31611
|
+
|
|
31612
|
+
/**
|
|
31613
|
+
* ### TreeViewItem
|
|
31614
|
+
*
|
|
31615
|
+
* Creates a row inside `TreeView`. Nest `TreeViewItem` inside another `TreeViewItem`
|
|
31616
|
+
* to create a hierarchy - nesting defines depth.
|
|
31617
|
+
*
|
|
31618
|
+
* #### Usage
|
|
31619
|
+
*
|
|
31620
|
+
* ```jsx
|
|
31621
|
+
* <TreeView selectionType="multiple">
|
|
31622
|
+
* <TreeViewItem title="India" value="india">
|
|
31623
|
+
* <TreeViewItem title="Karnataka" value="karnataka">
|
|
31624
|
+
* <TreeViewItem title="Bengaluru" value="bengaluru" />
|
|
31625
|
+
* </TreeViewItem>
|
|
31626
|
+
* </TreeViewItem>
|
|
31627
|
+
* </TreeView>
|
|
31628
|
+
* ```
|
|
31629
|
+
*/
|
|
31630
|
+
declare const TreeViewItem: (props: TreeViewItemProps) => React__default.ReactElement | null;
|
|
31631
|
+
|
|
31632
|
+
/**
|
|
31633
|
+
* ### TreeViewLoadMore
|
|
31634
|
+
*
|
|
31635
|
+
* Non-selectable action row inside `TreeView` for loading more items on demand.
|
|
31636
|
+
* Can be placed at any depth including the root, as the last child of its branch.
|
|
31637
|
+
*
|
|
31638
|
+
* #### Usage
|
|
31639
|
+
*
|
|
31640
|
+
* ```jsx
|
|
31641
|
+
* <TreeViewItem title="Karnataka" value="karnataka">
|
|
31642
|
+
* <TreeViewItem title="Bengaluru" value="bengaluru" />
|
|
31643
|
+
* <TreeViewLoadMore onClick={loadMoreCities} isLoading={isLoadingCities} />
|
|
31644
|
+
* </TreeViewItem>
|
|
31645
|
+
* ```
|
|
31646
|
+
*/
|
|
31647
|
+
declare const TreeViewLoadMore: (props: TreeViewLoadMoreProps) => React__default.ReactElement | null;
|
|
31648
|
+
|
|
31173
31649
|
type VisuallyHiddenProps = {
|
|
31174
31650
|
children: React.ReactNode;
|
|
31175
31651
|
} & TestID;
|
|
@@ -31434,6 +31910,27 @@ type GenUIAction = {
|
|
|
31434
31910
|
eventName?: string;
|
|
31435
31911
|
data?: Record<string, unknown>;
|
|
31436
31912
|
};
|
|
31913
|
+
type GenUIActionSlotProps<T extends GenUIBaseComponent = GenUIBaseComponent> = {
|
|
31914
|
+
data: T;
|
|
31915
|
+
componentRef: React.RefObject<HTMLDivElement>;
|
|
31916
|
+
componentType: string;
|
|
31917
|
+
};
|
|
31918
|
+
type GenUIActionSlotRenderer<T extends GenUIBaseComponent = GenUIBaseComponent> = (props: GenUIActionSlotProps<T>) => React.ReactNode;
|
|
31919
|
+
/**
|
|
31920
|
+
* Component types that render as block-level elements (wrapped in the animated
|
|
31921
|
+
* gradient border) and therefore support consumer-registered action slots.
|
|
31922
|
+
* Custom components with `animation.name === 'gradient-ring-entry'` are also
|
|
31923
|
+
* block-level at runtime, but their names are open-ended so they can't be
|
|
31924
|
+
* included in this static union — cast the registry if you need them.
|
|
31925
|
+
*/
|
|
31926
|
+
type GenUIBlockLevelComponentType = 'CARD' | 'TABLE';
|
|
31927
|
+
/**
|
|
31928
|
+
* Registry of consumer action slots, keyed by block-level component type.
|
|
31929
|
+
* Action slots only render for block-level components (CARD, TABLE, or custom
|
|
31930
|
+
* components with the gradient-ring-entry animation) — registering an action
|
|
31931
|
+
* for any other component type has no effect.
|
|
31932
|
+
*/
|
|
31933
|
+
type GenUIComponentActionsRegistry = Partial<Record<GenUIBlockLevelComponentType, GenUIActionSlotRenderer<GenUIBaseComponent>>>;
|
|
31437
31934
|
/**
|
|
31438
31935
|
* Component renderer function type
|
|
31439
31936
|
*/
|
|
@@ -31473,6 +31970,8 @@ type GenUIContextValue = {
|
|
|
31473
31970
|
registry: GenUIComponentRegistry;
|
|
31474
31971
|
/** Action click handler */
|
|
31475
31972
|
onActionClick?: (action: GenUIAction) => void;
|
|
31973
|
+
/** Consumer-registered action slot render props, keyed by component type */
|
|
31974
|
+
componentActions?: GenUIComponentActionsRegistry;
|
|
31476
31975
|
/** All valid component type names */
|
|
31477
31976
|
validComponentTypes: string[];
|
|
31478
31977
|
/** Whether text animation is active (for streaming) */
|
|
@@ -31489,6 +31988,10 @@ declare const useGenUI: () => GenUIContextValue;
|
|
|
31489
31988
|
* Hook to access action click handler (safe version that doesn't throw)
|
|
31490
31989
|
*/
|
|
31491
31990
|
declare const useGenUIAction: () => ((action: GenUIAction) => void) | undefined;
|
|
31991
|
+
/**
|
|
31992
|
+
* Hook to access the consumer-registered action slot registry (safe version that doesn't throw)
|
|
31993
|
+
*/
|
|
31994
|
+
declare const useGenUIComponentActions: () => GenUIComponentActionsRegistry | undefined;
|
|
31492
31995
|
|
|
31493
31996
|
/**
|
|
31494
31997
|
* GenUI Provider configuration
|
|
@@ -31498,6 +32001,12 @@ type GenUIConfig = {
|
|
|
31498
32001
|
components?: GenUIComponentRegistry;
|
|
31499
32002
|
/** Handler for action button clicks */
|
|
31500
32003
|
onActionClick?: (action: GenUIAction) => void;
|
|
32004
|
+
/**
|
|
32005
|
+
* Consumer-registered action UI, keyed by component type. When a component of a
|
|
32006
|
+
* registered type renders, GenUI renders the matching render prop in a slot below
|
|
32007
|
+
* the component and hands it the component's `data` and a `componentRef`.
|
|
32008
|
+
*/
|
|
32009
|
+
componentActions?: GenUIComponentActionsRegistry;
|
|
31501
32010
|
};
|
|
31502
32011
|
type GenUIProviderProps = {
|
|
31503
32012
|
children: React__default.ReactNode;
|
|
@@ -31527,6 +32036,22 @@ type GenUIProviderProps = {
|
|
|
31527
32036
|
* >
|
|
31528
32037
|
* <GenUISchemaRenderer components={components} />
|
|
31529
32038
|
* </GenUIProvider>
|
|
32039
|
+
*
|
|
32040
|
+
* // With consumer-registered action slots (render prop gets the component's data + ref)
|
|
32041
|
+
* <GenUIProvider
|
|
32042
|
+
* config={{
|
|
32043
|
+
* componentActions: {
|
|
32044
|
+
* TABLE: ({ data, componentRef }) => (
|
|
32045
|
+
* <Link onClick={() => exportCsv(data.rows)}>Download CSV</Link>
|
|
32046
|
+
* ),
|
|
32047
|
+
* CARD: ({ componentRef }) => (
|
|
32048
|
+
* <Link onClick={() => exportPng(componentRef.current)}>Download PNG</Link>
|
|
32049
|
+
* ),
|
|
32050
|
+
* },
|
|
32051
|
+
* }}
|
|
32052
|
+
* >
|
|
32053
|
+
* <GenUISchemaRenderer components={components} />
|
|
32054
|
+
* </GenUIProvider>
|
|
31530
32055
|
* ```
|
|
31531
32056
|
*/
|
|
31532
32057
|
declare const GenUIProvider: ({ children, config }: GenUIProviderProps) => React__default.JSX.Element;
|
|
@@ -31838,6 +32363,12 @@ type RzpGlassEffectToggles = {
|
|
|
31838
32363
|
type RzpGlassLightConfig = {
|
|
31839
32364
|
/** Strength of light sweep effect (default: 0.2) */
|
|
31840
32365
|
lightIntensity?: number;
|
|
32366
|
+
/**
|
|
32367
|
+
* Tint applied to the center element's specular highlight as RGB [0-1, 0-1, 0-1].
|
|
32368
|
+
* The highlight is white by default; use [0, 0, 0] to suppress it entirely on dark backgrounds.
|
|
32369
|
+
* (default: [1, 1, 1])
|
|
32370
|
+
*/
|
|
32371
|
+
specularTint?: [number, number, number];
|
|
31841
32372
|
/** Frame when light effect starts (default: 140) */
|
|
31842
32373
|
lightStartFrame?: number;
|
|
31843
32374
|
};
|
|
@@ -31959,6 +32490,7 @@ declare const RzpGlass: React$1.ForwardRefExoticComponent<{
|
|
|
31959
32490
|
enableLightSweep?: boolean | undefined;
|
|
31960
32491
|
} & {
|
|
31961
32492
|
lightIntensity?: number | undefined;
|
|
32493
|
+
specularTint?: [number, number, number] | undefined;
|
|
31962
32494
|
lightStartFrame?: number | undefined;
|
|
31963
32495
|
} & {
|
|
31964
32496
|
paused?: boolean | undefined;
|
|
@@ -31998,6 +32530,9 @@ declare const RzpGlass: React$1.ForwardRefExoticComponent<{
|
|
|
31998
32530
|
*
|
|
31999
32531
|
* @param preset - The preset name to preload assets for
|
|
32000
32532
|
* @param assetsPath - Optional CDN path for assets (defaults to Blade CDN)
|
|
32533
|
+
* @param colorScheme - Color scheme to preload for. Pass `'dark'` to preload the
|
|
32534
|
+
* dark gradient maps. Since this runs outside React it cannot read Blade's color
|
|
32535
|
+
* scheme itself, so pass the value from `useTheme()` when preloading in dark mode.
|
|
32001
32536
|
* @returns Promise that resolves when all assets are loaded
|
|
32002
32537
|
*
|
|
32003
32538
|
* @example
|
|
@@ -32007,9 +32542,13 @@ declare const RzpGlass: React$1.ForwardRefExoticComponent<{
|
|
|
32007
32542
|
*
|
|
32008
32543
|
* // Now mount the component - assets are already cached
|
|
32009
32544
|
* <RazorSense preset="circleSlideUp" />
|
|
32545
|
+
*
|
|
32546
|
+
* // In dark mode, preload the dark asset set
|
|
32547
|
+
* const { colorScheme } = useTheme();
|
|
32548
|
+
* await preloadRazorSenseAssets('circleSlideUp', undefined, colorScheme);
|
|
32010
32549
|
* ```
|
|
32011
32550
|
*/
|
|
32012
|
-
declare function preloadRazorSenseAssets(preset?: RzpGlassPreset, assetsPath?: string): Promise<void>;
|
|
32551
|
+
declare function preloadRazorSenseAssets(preset?: RzpGlassPreset, assetsPath?: string, colorScheme?: 'light' | 'dark'): Promise<void>;
|
|
32013
32552
|
|
|
32014
32553
|
interface FluidGradientProps {
|
|
32015
32554
|
/**
|
|
@@ -32061,4 +32600,4 @@ interface FluidGradientProps {
|
|
|
32061
32600
|
*/
|
|
32062
32601
|
declare function FluidGradient({ children, size, viewBox, origin, className, style, }: FluidGradientProps): React__default.JSX.Element;
|
|
32063
32602
|
|
|
32064
|
-
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, AvatarGroupProps, 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, TabItem, TabItemProps, TabList, TabNav, TabNavIconProp, TabNavItem, TabNavItemData, TabNavItemProps, TabNavItems, 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, 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, TopNavActions, TopNavBrand, TopNavBrandProps, TopNavContent, TopNavContextProps, TopNavOverlayThemeOverride, TopNavProps, 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, useAppBarContext, useCommonChartComponentsContext, useGenUI, useGenUIAction, useTheme, useToast, useTopNavContext };
|
|
32603
|
+
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, AvatarGroupProps, 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, TabItem, TabItemProps, TabList, TabNav, TabNavIconProp, TabNavItem, TabNavItemData, TabNavItemProps, TabNavItems, 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, 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, TopNavActions, TopNavBrand, TopNavBrandProps, TopNavContent, TopNavContextProps, TopNavOverlayThemeOverride, TopNavProps, 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, useAppBarContext, useCommonChartComponentsContext, useGenUI, useGenUIAction, useGenUIComponentActions, useTheme, useToast, useTopNavContext };
|