@razorpay/blade 12.110.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/AnimateInteractions/AnimateInteractions.native.js +5 -5
- package/build/lib/native/components/AnimateInteractions/AnimateInteractions.native.js.map +1 -1
- package/build/lib/native/components/AnimateInteractions/AnimateInteractionsProvider.js +6 -0
- package/build/lib/native/components/AnimateInteractions/AnimateInteractionsProvider.js.map +1 -0
- package/build/lib/native/components/BaseMotion/BaseMotion.native.js +22 -0
- package/build/lib/native/components/BaseMotion/BaseMotion.native.js.map +1 -0
- package/build/lib/native/components/BaseMotion/baseMotionInterpreter.native.js +11 -0
- package/build/lib/native/components/BaseMotion/baseMotionInterpreter.native.js.map +1 -0
- package/build/lib/native/components/BaseMotion/baseMotionUtils.js +4 -0
- package/build/lib/native/components/BaseMotion/baseMotionUtils.js.map +1 -0
- package/build/lib/native/components/BaseMotion/index.js +3 -0
- package/build/lib/native/components/BaseMotion/index.js.map +1 -0
- package/build/lib/native/components/BaseMotion/types.js +2 -0
- package/build/lib/native/components/BaseMotion/types.js.map +1 -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 +2 -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 +4 -0
- package/build/lib/native/components/Dropdown/filterChipSelectInputUtils.js.map +1 -0
- 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/Fade/Fade.native.js +7 -5
- package/build/lib/native/components/Fade/Fade.native.js.map +1 -1
- package/build/lib/native/components/FilterChip/BaseFilterChip.native.js +2 -2
- package/build/lib/native/components/FilterChip/BaseFilterChip.native.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/Morph/Morph.native.js +9 -5
- package/build/lib/native/components/Morph/Morph.native.js.map +1 -1
- package/build/lib/native/components/Move/Move.native.js +8 -5
- package/build/lib/native/components/Move/Move.native.js.map +1 -1
- package/build/lib/native/components/Scale/Scale.native.js +7 -5
- package/build/lib/native/components/Scale/Scale.native.js.map +1 -1
- package/build/lib/native/components/SegmentedControl/SegmentedControl.native.js +27 -0
- package/build/lib/native/components/SegmentedControl/SegmentedControl.native.js.map +1 -0
- package/build/lib/native/components/SegmentedControl/SegmentedControlContext.js +8 -0
- package/build/lib/native/components/SegmentedControl/SegmentedControlContext.js.map +1 -0
- package/build/lib/native/components/SegmentedControl/SegmentedControlItem.native.js +18 -0
- package/build/lib/native/components/SegmentedControl/SegmentedControlItem.native.js.map +1 -0
- package/build/lib/native/components/SegmentedControl/index.js +3 -0
- package/build/lib/native/components/SegmentedControl/index.js.map +1 -0
- package/build/lib/native/components/SegmentedControl/segmentedControlTokens.js +4 -0
- package/build/lib/native/components/SegmentedControl/segmentedControlTokens.js.map +1 -0
- package/build/lib/native/components/Slide/Slide.native.js +7 -5
- package/build/lib/native/components/Slide/Slide.native.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/Stagger/Stagger.native.js +10 -5
- package/build/lib/native/components/Stagger/Stagger.native.js.map +1 -1
- package/build/lib/native/components/Stagger/StaggerProvider.js +6 -0
- package/build/lib/native/components/Stagger/StaggerProvider.js.map +1 -0
- 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 +10 -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/msToSeconds.js +4 -0
- package/build/lib/native/utils/msToSeconds.js.map +1 -0
- 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/_virtual/flatten.js +1 -1
- package/build/lib/web/development/_virtual/flatten3.js +1 -1
- package/build/lib/web/development/components/AnimateInteractions/AnimateInteractions.web.js +1 -1
- package/build/lib/web/development/components/AnimateInteractions/AnimateInteractionsProvider.js +2 -1
- package/build/lib/web/development/components/AnimateInteractions/AnimateInteractionsProvider.js.map +1 -1
- package/build/lib/web/development/components/AnimateInteractions/{useFocusWithin.js → useFocusWithin.web.js} +1 -1
- package/build/lib/web/development/components/AnimateInteractions/useFocusWithin.web.js.map +1 -0
- 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 +28 -1
- 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/FilterChipDatePicker/DatePickerFilterChip.web.js +4 -1
- package/build/lib/web/development/components/DatePicker/FilterChipDatePicker/DatePickerFilterChip.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/FilterChipGroup.web.js +40 -5
- package/build/lib/web/development/components/Dropdown/FilterChipGroup.web.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/FilterChipSelectInput.web.js +30 -32
- 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 +60 -0
- package/build/lib/web/development/components/Dropdown/filterChipSelectInputUtils.js.map +1 -0
- 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/FilterChip/BaseFilterChip.web.js +35 -11
- package/build/lib/web/development/components/FilterChip/BaseFilterChip.web.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/SegmentedControl/SegmentedControl.web.js +196 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControl.web.js.map +1 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControlContext.js +18 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControlContext.js.map +1 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControlIndicator.web.js +109 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControlIndicator.web.js.map +1 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControlItem.web.js +170 -0
- package/build/lib/web/development/components/SegmentedControl/SegmentedControlItem.web.js.map +1 -0
- package/build/lib/web/development/components/SegmentedControl/index.js +3 -0
- package/build/lib/web/development/components/SegmentedControl/index.js.map +1 -0
- package/build/lib/web/development/components/SegmentedControl/segmentedControlTokens.js +53 -0
- package/build/lib/web/development/components/SegmentedControl/segmentedControlTokens.js.map +1 -0
- 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/Stagger/StaggerProvider.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 +12 -2
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/node_modules/es-toolkit/dist/array/flatten.js +1 -1
- package/build/lib/web/development/node_modules/es-toolkit/dist/compat/array/flatten.js +1 -1
- package/build/lib/web/development/node_modules/es-toolkit/dist/compat/array/sortBy.js +2 -2
- package/build/lib/web/development/node_modules/es-toolkit/dist/compat/object/omit.js +2 -2
- 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 +7 -1
- 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/AnimateInteractions/AnimateInteractions.web.js +1 -1
- package/build/lib/web/production/components/AnimateInteractions/AnimateInteractionsProvider.js +2 -1
- package/build/lib/web/production/components/AnimateInteractions/AnimateInteractionsProvider.js.map +1 -1
- package/build/lib/web/production/components/AnimateInteractions/{useFocusWithin.js → useFocusWithin.web.js} +1 -1
- package/build/lib/web/production/components/AnimateInteractions/useFocusWithin.web.js.map +1 -0
- 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 +28 -1
- 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/FilterChipDatePicker/DatePickerFilterChip.web.js +4 -1
- package/build/lib/web/production/components/DatePicker/FilterChipDatePicker/DatePickerFilterChip.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/FilterChipGroup.web.js +40 -5
- package/build/lib/web/production/components/Dropdown/FilterChipGroup.web.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/FilterChipSelectInput.web.js +30 -32
- 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 +60 -0
- package/build/lib/web/production/components/Dropdown/filterChipSelectInputUtils.js.map +1 -0
- 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/FilterChip/BaseFilterChip.web.js +35 -11
- package/build/lib/web/production/components/FilterChip/BaseFilterChip.web.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/SegmentedControl/SegmentedControl.web.js +196 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControl.web.js.map +1 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControlContext.js +18 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControlContext.js.map +1 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControlIndicator.web.js +109 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControlIndicator.web.js.map +1 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControlItem.web.js +170 -0
- package/build/lib/web/production/components/SegmentedControl/SegmentedControlItem.web.js.map +1 -0
- package/build/lib/web/production/components/SegmentedControl/index.js +3 -0
- package/build/lib/web/production/components/SegmentedControl/index.js.map +1 -0
- package/build/lib/web/production/components/SegmentedControl/segmentedControlTokens.js +53 -0
- package/build/lib/web/production/components/SegmentedControl/segmentedControlTokens.js.map +1 -0
- 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/Stagger/StaggerProvider.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 +12 -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 +7 -1
- 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 +794 -25
- package/build/types/components/index.native.d.ts +872 -29
- 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
- package/build/lib/web/development/components/AnimateInteractions/useFocusWithin.js.map +0 -1
- package/build/lib/web/production/components/AnimateInteractions/useFocusWithin.js.map +0 -1
|
@@ -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 = {
|
|
@@ -19004,7 +19184,14 @@ type DatePickerProps<Type extends DateSelectionType> = Omit<CalendarProps<Type>,
|
|
|
19004
19184
|
*/
|
|
19005
19185
|
inputPlaceHolder?: string;
|
|
19006
19186
|
/**
|
|
19007
|
-
* Decides whether to render a clear
|
|
19187
|
+
* Decides whether to render a clear (cross) button on the input.
|
|
19188
|
+
*
|
|
19189
|
+
* For the regular `DatePicker` input this is the existing opt-in behaviour. For the filter-chip
|
|
19190
|
+
* variant (`FilterChipDatePicker`) the clear button is shown by default once a value is
|
|
19191
|
+
* selected; pass `showClearButton={false}` there for filters that must always hold a value
|
|
19192
|
+
* (e.g. a mandatory default date).
|
|
19193
|
+
*
|
|
19194
|
+
* @default true (filter-chip variant) / undefined (regular DatePicker input)
|
|
19008
19195
|
*/
|
|
19009
19196
|
showClearButton?: boolean;
|
|
19010
19197
|
/**
|
|
@@ -19023,8 +19210,16 @@ type FilterChipDatePickerProps = Omit<DatePickerProps<'single' | 'range'>, 'labe
|
|
|
19023
19210
|
*/
|
|
19024
19211
|
label: string;
|
|
19025
19212
|
/**
|
|
19213
|
+
* Callback which fires when the clear (cross) button is clicked.
|
|
19214
|
+
*
|
|
19215
|
+
* Clearing also fires `onChange` with an empty value (`null` for single selection,
|
|
19216
|
+
* `[null, null]` for range). When the FilterChipDatePicker is controlled (a `value` is
|
|
19217
|
+
* provided), the chip cannot clear itself — you must reset `value` in response to
|
|
19218
|
+
* `onChange`/`onClearButtonClick`. In the uncontrolled case (only `defaultValue`), the chip
|
|
19219
|
+
* clears itself automatically.
|
|
19026
19220
|
*
|
|
19027
|
-
*
|
|
19221
|
+
* Tip: pass `showClearButton={false}` to hide the clear button for filters that must always
|
|
19222
|
+
* hold a value.
|
|
19028
19223
|
*/
|
|
19029
19224
|
onClearButtonClick?: () => void;
|
|
19030
19225
|
};
|
|
@@ -19560,15 +19755,55 @@ type DropdownOverlayProps = {
|
|
|
19560
19755
|
type FilterChipGroupProps = TestID & DataAnalyticsAttribute & {
|
|
19561
19756
|
children: React__default.ReactNode;
|
|
19562
19757
|
/**
|
|
19563
|
-
* Callback
|
|
19758
|
+
* Callback fired when the **Clear** action is clicked.
|
|
19759
|
+
*
|
|
19760
|
+
* "Clear" empties every filter and returns the group to the no-filter (empty) state. The group
|
|
19761
|
+
* performs the emptying itself, so uncontrolled chips are cleared and controlled chips receive
|
|
19762
|
+
* `onChange([])`.
|
|
19763
|
+
*
|
|
19764
|
+
* Providing this (or leaving `showClearButton` at its default) renders the Clear action.
|
|
19564
19765
|
*/
|
|
19565
19766
|
onClearButtonClick?: () => void;
|
|
19566
19767
|
/**
|
|
19567
|
-
*
|
|
19568
|
-
*
|
|
19768
|
+
* Callback fired when the **Reset** action is clicked.
|
|
19769
|
+
*
|
|
19770
|
+
* "Reset" is semantically different from "Clear": it returns filters to their **default**
|
|
19771
|
+
* values (which may be non-empty, e.g. `Status: Active`) rather than emptying them. The group
|
|
19772
|
+
* does NOT empty the chips in this mode — it only fires this callback, which is your hook to
|
|
19773
|
+
* restore each filter's default (for controlled filters, reset their `value` here).
|
|
19569
19774
|
*
|
|
19775
|
+
* Providing this renders the Reset action. It can be shown **alongside** the Clear action, so a
|
|
19776
|
+
* group can offer both "Reset" and "Clear".
|
|
19777
|
+
*
|
|
19778
|
+
* ⚠️ For **uncontrolled** chips (no `value` prop) reset cannot restore defaults yet — there is
|
|
19779
|
+
* no `defaultValue` for the group to restore, so those chips visually retain their values.
|
|
19780
|
+
* Uncontrolled reset-to-defaults is Phase 2 — see `_decisions/filter-chip-reset.md`.
|
|
19781
|
+
*/
|
|
19782
|
+
onResetButtonClick?: () => void;
|
|
19783
|
+
/**
|
|
19784
|
+
* Controls visibility of the group-level **Clear** action link (NOT the per-chip clear/cross
|
|
19785
|
+
* button). When `true`, the Clear link is shown whenever the group has at least one selected
|
|
19786
|
+
* filter.
|
|
19787
|
+
*
|
|
19788
|
+
* Note: this is distinct from `showClearButton` on `FilterChipSelectInput` /
|
|
19789
|
+
* `FilterChipDatePicker`, which toggles the individual chip's cross button. Set this to `false`
|
|
19790
|
+
* (and provide `onResetButtonClick`) for a group that should only offer Reset.
|
|
19791
|
+
*
|
|
19792
|
+
* @default true
|
|
19570
19793
|
*/
|
|
19571
19794
|
showClearButton?: boolean;
|
|
19795
|
+
/**
|
|
19796
|
+
* Custom label for the **Clear** action link.
|
|
19797
|
+
*
|
|
19798
|
+
* @default "Clear Filter" (auto-pluralised to "Clear Filters" when more than one filter is selected)
|
|
19799
|
+
*/
|
|
19800
|
+
clearButtonText?: string;
|
|
19801
|
+
/**
|
|
19802
|
+
* Custom label for the **Reset** action link.
|
|
19803
|
+
*
|
|
19804
|
+
* @default "Reset"
|
|
19805
|
+
*/
|
|
19806
|
+
resetButtonText?: string;
|
|
19572
19807
|
};
|
|
19573
19808
|
type FilterChipGroupContextType = {
|
|
19574
19809
|
/**
|
|
@@ -19619,6 +19854,28 @@ type BaseFilterChipProps = {
|
|
|
19619
19854
|
onClearButtonClick?: ({ value }: {
|
|
19620
19855
|
value: string | string[];
|
|
19621
19856
|
}) => void;
|
|
19857
|
+
/**
|
|
19858
|
+
* Whether to render the clear (cross) button when the chip has a selected value.
|
|
19859
|
+
*
|
|
19860
|
+
* Set to `false` for filters that should always hold a value (e.g. a date filter
|
|
19861
|
+
* with a mandatory default) so users can't clear it to an empty state.
|
|
19862
|
+
*
|
|
19863
|
+
* **Controlled / uncontrolled clearing contract:**
|
|
19864
|
+
* When the clear button is clicked, `onClearButtonClick` fires. If the parent
|
|
19865
|
+
* controls `value` (passes it explicitly), the chip cannot clear itself — the
|
|
19866
|
+
* parent must reset `value` in response to `onClearButtonClick`. In the uncontrolled
|
|
19867
|
+
* case, the chip clears itself automatically.
|
|
19868
|
+
*
|
|
19869
|
+
* Note: this only controls the chip's own visual cross button. It does NOT opt the chip
|
|
19870
|
+
* out of a group-level clear — a `FilterChipGroup`'s Clear action (`onClearButtonClick`) still
|
|
19871
|
+
* empties every chip (including those with `showClearButton={false}`). For a filter that must
|
|
19872
|
+
* never be emptied from the group, offer a Reset action instead (`onResetButtonClick`) and
|
|
19873
|
+
* restore the filter's default yourself, or hide the group's Clear action via
|
|
19874
|
+
* `showClearButton={false}` on the group.
|
|
19875
|
+
*
|
|
19876
|
+
* @default true
|
|
19877
|
+
*/
|
|
19878
|
+
showClearButton?: boolean;
|
|
19622
19879
|
/**
|
|
19623
19880
|
* Children. Title of the Chip
|
|
19624
19881
|
*/
|
|
@@ -19642,11 +19899,16 @@ type BaseFilterChipProps = {
|
|
|
19642
19899
|
accessibilityProps?: Partial<AccessibilityProps>;
|
|
19643
19900
|
} & TestID & DataAnalyticsAttribute;
|
|
19644
19901
|
|
|
19645
|
-
type FilterChipSelectInputProps = Pick<BaseFilterChipProps, 'onKeyDown' | 'value' | 'label' | 'testID' | 'onClick' | 'selectionType' | 'onBlur'> & {
|
|
19902
|
+
type FilterChipSelectInputProps = Pick<BaseFilterChipProps, 'onKeyDown' | 'value' | 'label' | 'testID' | 'onClick' | 'selectionType' | 'onBlur' | 'showClearButton'> & {
|
|
19646
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
|
+
*/
|
|
19647
19908
|
onChange?: (props: {
|
|
19648
19909
|
name: string;
|
|
19649
19910
|
values: string[];
|
|
19911
|
+
selectedGroups?: string[];
|
|
19650
19912
|
}) => void;
|
|
19651
19913
|
name?: string;
|
|
19652
19914
|
onClearButtonClick?: (props: {
|
|
@@ -19657,7 +19919,7 @@ type FilterChipSelectInputProps = Pick<BaseFilterChipProps, 'onKeyDown' | 'value
|
|
|
19657
19919
|
} & DataAnalyticsAttribute;
|
|
19658
19920
|
declare const FilterChipSelectInput: (props: FilterChipSelectInputProps) => React__default.ReactElement;
|
|
19659
19921
|
|
|
19660
|
-
declare const FilterChipGroup: ({ testID, children, showClearButton, onClearButtonClick, ...rest }: FilterChipGroupProps) => React.ReactElement;
|
|
19922
|
+
declare const FilterChipGroup: ({ testID, children, showClearButton, onClearButtonClick, onResetButtonClick, clearButtonText, resetButtonText, ...rest }: FilterChipGroupProps) => React.ReactElement;
|
|
19661
19923
|
|
|
19662
19924
|
type BaseInputDropDownButtonProps = {
|
|
19663
19925
|
/**
|
|
@@ -20345,6 +20607,92 @@ declare const FileUpload: React$1.ForwardRefExoticComponent<FileUploadProps & Re
|
|
|
20345
20607
|
|
|
20346
20608
|
declare const FileUploadItem: React$1.MemoExoticComponent<({ file, onPreview, onRemove, onReupload, onDismiss, size: containerSize, width, minWidth, maxWidth, flexShrink, flexGrow, flexBasis, ...rest }: FileUploadItemProps) => React.ReactElement>;
|
|
20347
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
|
+
|
|
20348
20696
|
type InfoGroupProps = {
|
|
20349
20697
|
/**
|
|
20350
20698
|
* Defines how Key and Value are arranged — side by side or stacked
|
|
@@ -21449,7 +21797,7 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
|
|
|
21449
21797
|
readonly xl?: "platform-web" | undefined;
|
|
21450
21798
|
} | undefined;
|
|
21451
21799
|
} & MakeObjectResponsive<{
|
|
21452
|
-
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";
|
|
21453
21801
|
}, "backgroundColor"> & {
|
|
21454
21802
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
21455
21803
|
} & {
|
|
@@ -21977,9 +22325,16 @@ type DropdownInputTriggersCommonProps = Pick<BaseInputProps, 'label' | 'accessib
|
|
|
21977
22325
|
* Used to set the default value of SelectInput when it's uncontrolled. Use `value` instead for controlled SelectInput
|
|
21978
22326
|
*/
|
|
21979
22327
|
defaultValue?: string | string[];
|
|
21980
|
-
|
|
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, }: {
|
|
21981
22335
|
name?: string;
|
|
21982
22336
|
values: string[];
|
|
22337
|
+
selectedGroups?: string[];
|
|
21983
22338
|
}) => void;
|
|
21984
22339
|
/**
|
|
21985
22340
|
* Syncs the selected value to inputValue in AutoComplete
|
|
@@ -22131,9 +22486,10 @@ declare const AutoComplete: React__default.ForwardRefExoticComponent<Pick<BaseIn
|
|
|
22131
22486
|
icon?: IconComponent | undefined;
|
|
22132
22487
|
value?: string | string[] | undefined;
|
|
22133
22488
|
defaultValue?: string | string[] | undefined;
|
|
22134
|
-
onChange?: (({ name, values }: {
|
|
22489
|
+
onChange?: (({ name, values, }: {
|
|
22135
22490
|
name?: string | undefined;
|
|
22136
22491
|
values: string[];
|
|
22492
|
+
selectedGroups?: string[] | undefined;
|
|
22137
22493
|
}) => void) | undefined;
|
|
22138
22494
|
syncInputValueWithSelection?: ((value: string) => void) | undefined;
|
|
22139
22495
|
maxRows?: "multiple" | "single" | "expandable" | undefined;
|
|
@@ -25355,6 +25711,159 @@ type ScaleProps = Pick<BaseMotionBoxProps, 'type' | 'motionTriggers' | 'children
|
|
|
25355
25711
|
*/
|
|
25356
25712
|
declare const Scale: ({ children, isHighlighted, type, variant, motionTriggers, }: ScaleProps) => React__default.ReactElement;
|
|
25357
25713
|
|
|
25714
|
+
type SegmentedControlSize = 'small' | 'medium' | 'large';
|
|
25715
|
+
type SegmentedControlCommonProps = {
|
|
25716
|
+
/**
|
|
25717
|
+
* The content of the SegmentedControl, accepts `SegmentedControlItem` components.
|
|
25718
|
+
*/
|
|
25719
|
+
children: React__default.ReactNode;
|
|
25720
|
+
/**
|
|
25721
|
+
* The controlled selected value.
|
|
25722
|
+
*/
|
|
25723
|
+
value?: string;
|
|
25724
|
+
/**
|
|
25725
|
+
* The default value when uncontrolled.
|
|
25726
|
+
*/
|
|
25727
|
+
defaultValue?: string;
|
|
25728
|
+
/**
|
|
25729
|
+
* Callback fired when the selected value changes.
|
|
25730
|
+
*/
|
|
25731
|
+
onChange?: ({ name, value }: {
|
|
25732
|
+
name: string | undefined;
|
|
25733
|
+
value: string;
|
|
25734
|
+
}) => void;
|
|
25735
|
+
/**
|
|
25736
|
+
* The size of the segmented control.
|
|
25737
|
+
*
|
|
25738
|
+
* @default 'medium'
|
|
25739
|
+
*/
|
|
25740
|
+
size?: SegmentedControlSize;
|
|
25741
|
+
/**
|
|
25742
|
+
* If `true`, the entire segmented control is disabled.
|
|
25743
|
+
*
|
|
25744
|
+
* @default false
|
|
25745
|
+
*/
|
|
25746
|
+
isDisabled?: boolean;
|
|
25747
|
+
/**
|
|
25748
|
+
* Name attribute for form identification.
|
|
25749
|
+
*/
|
|
25750
|
+
name?: string;
|
|
25751
|
+
/**
|
|
25752
|
+
* Sets the position of the label.
|
|
25753
|
+
*
|
|
25754
|
+
* @default 'top'
|
|
25755
|
+
*/
|
|
25756
|
+
labelPosition?: 'top' | 'left';
|
|
25757
|
+
/**
|
|
25758
|
+
* Help text displayed below the segmented control.
|
|
25759
|
+
*/
|
|
25760
|
+
helpText?: string;
|
|
25761
|
+
/**
|
|
25762
|
+
* Error text displayed when `validationState` is set to 'error'.
|
|
25763
|
+
* Overrides helpText.
|
|
25764
|
+
*/
|
|
25765
|
+
errorText?: string;
|
|
25766
|
+
/**
|
|
25767
|
+
* Sets the validation state of the segmented control.
|
|
25768
|
+
* If set to `error`, renders the `errorText`.
|
|
25769
|
+
*
|
|
25770
|
+
* @default 'none'
|
|
25771
|
+
*/
|
|
25772
|
+
validationState?: 'error' | 'none';
|
|
25773
|
+
/**
|
|
25774
|
+
* Renders a necessity indicator after the label.
|
|
25775
|
+
*
|
|
25776
|
+
* @default 'none'
|
|
25777
|
+
*/
|
|
25778
|
+
necessityIndicator?: 'required' | 'optional' | 'none';
|
|
25779
|
+
/**
|
|
25780
|
+
* Sets the required state of the segmented control.
|
|
25781
|
+
*
|
|
25782
|
+
* @default false
|
|
25783
|
+
*/
|
|
25784
|
+
isRequired?: boolean;
|
|
25785
|
+
} & TestID & DataAnalyticsAttribute & StyledPropsBlade;
|
|
25786
|
+
type SegmentedControlPropsWithLabel = {
|
|
25787
|
+
/**
|
|
25788
|
+
* Renders the label of the segmented control.
|
|
25789
|
+
*/
|
|
25790
|
+
label: string;
|
|
25791
|
+
/**
|
|
25792
|
+
* Accessibility label for the segmented control.
|
|
25793
|
+
*/
|
|
25794
|
+
accessibilityLabel?: string;
|
|
25795
|
+
};
|
|
25796
|
+
type SegmentedControlPropsWithA11yLabel = {
|
|
25797
|
+
/**
|
|
25798
|
+
* Renders the label of the segmented control.
|
|
25799
|
+
*/
|
|
25800
|
+
label?: undefined;
|
|
25801
|
+
/**
|
|
25802
|
+
* Accessibility label for the segmented control (required when no visible label).
|
|
25803
|
+
*/
|
|
25804
|
+
accessibilityLabel: string;
|
|
25805
|
+
};
|
|
25806
|
+
type SegmentedControlProps = (SegmentedControlPropsWithLabel | SegmentedControlPropsWithA11yLabel) & SegmentedControlCommonProps;
|
|
25807
|
+
type SegmentedControlItemIconWithLabel = {
|
|
25808
|
+
/**
|
|
25809
|
+
* A leading icon component.
|
|
25810
|
+
*/
|
|
25811
|
+
leading: IconComponent;
|
|
25812
|
+
/**
|
|
25813
|
+
* The label content of the item.
|
|
25814
|
+
*/
|
|
25815
|
+
children: React__default.ReactNode;
|
|
25816
|
+
/**
|
|
25817
|
+
* Accessibility label for the item.
|
|
25818
|
+
*/
|
|
25819
|
+
accessibilityLabel?: string;
|
|
25820
|
+
};
|
|
25821
|
+
type SegmentedControlItemIconOnly = {
|
|
25822
|
+
/**
|
|
25823
|
+
* A leading icon component.
|
|
25824
|
+
*/
|
|
25825
|
+
leading: IconComponent;
|
|
25826
|
+
/**
|
|
25827
|
+
* The label content of the item. Omit for icon-only items.
|
|
25828
|
+
*/
|
|
25829
|
+
children?: undefined;
|
|
25830
|
+
/**
|
|
25831
|
+
* Accessibility label for the item. Required for icon-only items.
|
|
25832
|
+
*/
|
|
25833
|
+
accessibilityLabel: string;
|
|
25834
|
+
};
|
|
25835
|
+
type SegmentedControlItemWithIconProps = SegmentedControlItemIconWithLabel | SegmentedControlItemIconOnly;
|
|
25836
|
+
type SegmentedControlItemWithoutIconProps = {
|
|
25837
|
+
/**
|
|
25838
|
+
* A leading icon component.
|
|
25839
|
+
*/
|
|
25840
|
+
leading?: undefined;
|
|
25841
|
+
/**
|
|
25842
|
+
* The label content of the item.
|
|
25843
|
+
*/
|
|
25844
|
+
children: React__default.ReactNode;
|
|
25845
|
+
/**
|
|
25846
|
+
* Accessibility label for the item.
|
|
25847
|
+
*/
|
|
25848
|
+
accessibilityLabel?: string;
|
|
25849
|
+
};
|
|
25850
|
+
type SegmentedControlItemProps = (SegmentedControlItemWithIconProps | SegmentedControlItemWithoutIconProps) & {
|
|
25851
|
+
/**
|
|
25852
|
+
* The unique value for this item.
|
|
25853
|
+
*/
|
|
25854
|
+
value: string;
|
|
25855
|
+
/**
|
|
25856
|
+
* If `true`, this item is disabled.
|
|
25857
|
+
*
|
|
25858
|
+
* @default false
|
|
25859
|
+
*/
|
|
25860
|
+
isDisabled?: boolean;
|
|
25861
|
+
} & TestID & DataAnalyticsAttribute;
|
|
25862
|
+
|
|
25863
|
+
declare const SegmentedControl: React__default.ForwardRefExoticComponent<SegmentedControlProps & React__default.RefAttributes<BladeElementRef>>;
|
|
25864
|
+
|
|
25865
|
+
declare const SegmentedControlItem: ({ children, value, leading: Leading, isDisabled: isItemDisabled, accessibilityLabel, testID, ...rest }: SegmentedControlItemProps) => React__default.ReactElement;
|
|
25866
|
+
|
|
25358
25867
|
declare const SideNav: React__default.ForwardRefExoticComponent<{
|
|
25359
25868
|
children: React__default.ReactNode;
|
|
25360
25869
|
isOpen?: boolean | undefined;
|
|
@@ -30436,7 +30945,7 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
|
|
|
30436
30945
|
readonly xl?: "platform-web" | undefined;
|
|
30437
30946
|
} | undefined;
|
|
30438
30947
|
} & MakeObjectResponsive<{
|
|
30439
|
-
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";
|
|
30440
30949
|
}, "backgroundColor"> & {
|
|
30441
30950
|
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
30442
30951
|
} & {
|
|
@@ -30940,6 +31449,203 @@ type TopNavOverlayThemeOverrideProps = {
|
|
|
30940
31449
|
*/
|
|
30941
31450
|
declare const TopNavOverlayThemeOverride: ({ children, shouldOverrideTheme, }: TopNavOverlayThemeOverrideProps) => React__default.ReactElement;
|
|
30942
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
|
+
|
|
30943
31649
|
type VisuallyHiddenProps = {
|
|
30944
31650
|
children: React.ReactNode;
|
|
30945
31651
|
} & TestID;
|
|
@@ -31204,6 +31910,27 @@ type GenUIAction = {
|
|
|
31204
31910
|
eventName?: string;
|
|
31205
31911
|
data?: Record<string, unknown>;
|
|
31206
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>>>;
|
|
31207
31934
|
/**
|
|
31208
31935
|
* Component renderer function type
|
|
31209
31936
|
*/
|
|
@@ -31243,6 +31970,8 @@ type GenUIContextValue = {
|
|
|
31243
31970
|
registry: GenUIComponentRegistry;
|
|
31244
31971
|
/** Action click handler */
|
|
31245
31972
|
onActionClick?: (action: GenUIAction) => void;
|
|
31973
|
+
/** Consumer-registered action slot render props, keyed by component type */
|
|
31974
|
+
componentActions?: GenUIComponentActionsRegistry;
|
|
31246
31975
|
/** All valid component type names */
|
|
31247
31976
|
validComponentTypes: string[];
|
|
31248
31977
|
/** Whether text animation is active (for streaming) */
|
|
@@ -31259,6 +31988,10 @@ declare const useGenUI: () => GenUIContextValue;
|
|
|
31259
31988
|
* Hook to access action click handler (safe version that doesn't throw)
|
|
31260
31989
|
*/
|
|
31261
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;
|
|
31262
31995
|
|
|
31263
31996
|
/**
|
|
31264
31997
|
* GenUI Provider configuration
|
|
@@ -31268,6 +32001,12 @@ type GenUIConfig = {
|
|
|
31268
32001
|
components?: GenUIComponentRegistry;
|
|
31269
32002
|
/** Handler for action button clicks */
|
|
31270
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;
|
|
31271
32010
|
};
|
|
31272
32011
|
type GenUIProviderProps = {
|
|
31273
32012
|
children: React__default.ReactNode;
|
|
@@ -31297,6 +32036,22 @@ type GenUIProviderProps = {
|
|
|
31297
32036
|
* >
|
|
31298
32037
|
* <GenUISchemaRenderer components={components} />
|
|
31299
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>
|
|
31300
32055
|
* ```
|
|
31301
32056
|
*/
|
|
31302
32057
|
declare const GenUIProvider: ({ children, config }: GenUIProviderProps) => React__default.JSX.Element;
|
|
@@ -31608,6 +32363,12 @@ type RzpGlassEffectToggles = {
|
|
|
31608
32363
|
type RzpGlassLightConfig = {
|
|
31609
32364
|
/** Strength of light sweep effect (default: 0.2) */
|
|
31610
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];
|
|
31611
32372
|
/** Frame when light effect starts (default: 140) */
|
|
31612
32373
|
lightStartFrame?: number;
|
|
31613
32374
|
};
|
|
@@ -31729,6 +32490,7 @@ declare const RzpGlass: React$1.ForwardRefExoticComponent<{
|
|
|
31729
32490
|
enableLightSweep?: boolean | undefined;
|
|
31730
32491
|
} & {
|
|
31731
32492
|
lightIntensity?: number | undefined;
|
|
32493
|
+
specularTint?: [number, number, number] | undefined;
|
|
31732
32494
|
lightStartFrame?: number | undefined;
|
|
31733
32495
|
} & {
|
|
31734
32496
|
paused?: boolean | undefined;
|
|
@@ -31768,6 +32530,9 @@ declare const RzpGlass: React$1.ForwardRefExoticComponent<{
|
|
|
31768
32530
|
*
|
|
31769
32531
|
* @param preset - The preset name to preload assets for
|
|
31770
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.
|
|
31771
32536
|
* @returns Promise that resolves when all assets are loaded
|
|
31772
32537
|
*
|
|
31773
32538
|
* @example
|
|
@@ -31777,9 +32542,13 @@ declare const RzpGlass: React$1.ForwardRefExoticComponent<{
|
|
|
31777
32542
|
*
|
|
31778
32543
|
* // Now mount the component - assets are already cached
|
|
31779
32544
|
* <RazorSense preset="circleSlideUp" />
|
|
32545
|
+
*
|
|
32546
|
+
* // In dark mode, preload the dark asset set
|
|
32547
|
+
* const { colorScheme } = useTheme();
|
|
32548
|
+
* await preloadRazorSenseAssets('circleSlideUp', undefined, colorScheme);
|
|
31780
32549
|
* ```
|
|
31781
32550
|
*/
|
|
31782
|
-
declare function preloadRazorSenseAssets(preset?: RzpGlassPreset, assetsPath?: string): Promise<void>;
|
|
32551
|
+
declare function preloadRazorSenseAssets(preset?: RzpGlassPreset, assetsPath?: string, colorScheme?: 'light' | 'dark'): Promise<void>;
|
|
31783
32552
|
|
|
31784
32553
|
interface FluidGradientProps {
|
|
31785
32554
|
/**
|
|
@@ -31831,4 +32600,4 @@ interface FluidGradientProps {
|
|
|
31831
32600
|
*/
|
|
31832
32601
|
declare function FluidGradient({ children, size, viewBox, origin, className, style, }: FluidGradientProps): React__default.JSX.Element;
|
|
31833
32602
|
|
|
31834
|
-
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, 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 };
|