@splunk/react-ui 4.6.0 → 4.9.0
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/Accordion.js +7 -7
- package/Anchor.js +2 -2
- package/Animation.js +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +13 -13
- package/ButtonGroup.js +4 -4
- package/ButtonSimple.js +6 -6
- package/CHANGELOG.md +41 -3
- package/Calendar.js +35 -35
- package/Card.js +49 -49
- package/CardLayout.js +4 -4
- package/Chip.js +10 -10
- package/Clickable.js +5 -4
- package/CloseButton.js +8 -8
- package/Code.js +4 -4
- package/CollapsiblePanel.js +9 -9
- package/Color.js +20 -20
- package/ColumnLayout.js +4 -4
- package/ComboBox.js +8 -8
- package/Concertina.js +15 -15
- package/ControlGroup.js +12 -12
- package/Date.js +10 -10
- package/DefinitionList.js +2 -2
- package/Dropdown.js +4 -4
- package/EventListener.js +4 -4
- package/FetchOptions.js +8 -8
- package/File.js +26 -26
- package/FormRows.js +13 -13
- package/Heading.js +2 -2
- package/Image.js +14 -14
- package/JSONTree.js +4 -4
- package/Layer.js +10 -10
- package/Link.js +6 -6
- package/List.js +2 -2
- package/Markdown.js +50 -15
- package/Menu.js +140 -75
- package/Message.js +246 -305
- package/MessageBar.d.ts +2 -0
- package/MessageBar.js +789 -0
- package/Modal.js +58 -53
- package/ModalLayer.js +5 -4
- package/Monogram.js +4 -4
- package/Multiselect.js +50 -41
- package/Number.js +8 -8
- package/Paginator.js +43 -43
- package/Paragraph.js +2 -2
- package/Popover.js +12 -12
- package/Progress.js +6 -6
- package/RadioBar.js +25 -12
- package/RadioList.js +2 -2
- package/Resize.js +8 -8
- package/ResultsMenu.js +25 -23
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +6 -6
- package/ScrollContainerContext.js +2 -2
- package/Search.js +14 -14
- package/Select.js +44 -35
- package/SidePanel.js +6 -6
- package/Slider.js +14 -14
- package/SlidingPanels.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +18 -18
- package/Switch.js +17 -31
- package/TabBar.js +60 -46
- package/TabLayout.js +4 -4
- package/Table.js +57 -50
- package/Text.js +31 -30
- package/Tooltip.js +20 -16
- package/TransitionOpen.js +9 -9
- package/WaitSpinner.js +2 -2
- package/cypress/support/index.ts +1 -0
- package/package.json +16 -6
- package/stubs-splunkui.d.ts +1 -0
- package/types/src/Accordion/docs/examples/Controlled.d.ts +2 -0
- package/types/src/Accordion/docs/examples/FixedHeight.d.ts +2 -0
- package/types/src/Accordion/docs/examples/InDropdown.d.ts +2 -0
- package/types/src/Accordion/docs/examples/Inset.d.ts +2 -0
- package/types/src/Accordion/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Anchor/docs/examples/Basic.d.ts +2 -0
- package/types/src/Animation/Animation.d.ts +0 -1
- package/types/src/AnimationToggle/docs/examples/Provider.d.ts +11 -0
- package/types/src/AnimationToggle/docs/examples/ReducedMotionComponent.d.ts +2 -0
- package/types/src/AnimationToggle/docs/examples/ReducedMotionHook.d.ts +2 -0
- package/types/src/AnimationToggle/docs/examples/ToggleComponent.d.ts +9 -0
- package/types/src/AnimationToggle/docs/examples/ToggleHook.d.ts +2 -0
- package/types/src/Button/docs/examples/Basic.d.ts +2 -0
- package/types/src/Button/docs/examples/Block.d.ts +2 -0
- package/types/src/Button/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Button/docs/examples/Icons.d.ts +2 -0
- package/types/src/Button/docs/examples/Menus.d.ts +2 -0
- package/types/src/Button/docs/examples/Selected.d.ts +2 -0
- package/types/src/Button/docs/examples/To.d.ts +2 -0
- package/types/src/Button/docs/examples/Truncated.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/Basic.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/Block.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/Disabled.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/Icons.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/Menus.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/To.d.ts +2 -0
- package/types/src/Button/docs/examples/prisma/Truncated.d.ts +2 -0
- package/types/src/ButtonGroup/docs/examples/Basic.d.ts +1 -0
- package/types/src/ButtonGroup/docs/examples/prisma/Basic.d.ts +1 -0
- package/types/src/ButtonSimple/ButtonSimple.d.ts +2 -6
- package/types/src/Calendar/DateTable.d.ts +0 -1
- package/types/src/Card/docs/examples/Basic.d.ts +2 -0
- package/types/src/Card/docs/examples/Clickable.d.ts +2 -0
- package/types/src/Card/docs/examples/Full.d.ts +2 -0
- package/types/src/Card/docs/examples/Images.d.ts +2 -0
- package/types/src/Card/docs/examples/Selectable.d.ts +2 -0
- package/types/src/Card/docs/examples/prisma/Actions.d.ts +2 -0
- package/types/src/CardLayout/docs/examples/Basic.d.ts +2 -0
- package/types/src/CardLayout/docs/examples/Interactive.d.ts +28 -0
- package/types/src/Chip/docs/examples/Appearance.d.ts +2 -0
- package/types/src/Chip/docs/examples/Basic.d.ts +2 -0
- package/types/src/Chip/docs/examples/CustomColors.d.ts +2 -0
- package/types/src/Chip/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Chip/docs/examples/Icon.d.ts +2 -0
- package/types/src/Chip/docs/examples/Removable.d.ts +2 -0
- package/types/src/Chip/docs/examples/prisma/Appearance.d.ts +2 -0
- package/types/src/Clickable/NavigationProvider.d.ts +1 -0
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -0
- package/types/src/Clickable/docs/examples/NavigationProvider.d.ts +2 -0
- package/types/src/Code/docs/examples/Default.d.ts +2 -0
- package/types/src/Code/docs/examples/HideIndent.d.ts +2 -0
- package/types/src/Code/docs/examples/Language.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/BasicControlled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/BasicUncontrolled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/MultiControlled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/MultiUncontrolled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/TitleWithActions.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/prisma/BasicControlled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/prisma/BasicUncontrolled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/prisma/Content.d.ts +1 -0
- package/types/src/CollapsiblePanel/docs/examples/prisma/MultiControlled.d.ts +2 -0
- package/types/src/CollapsiblePanel/docs/examples/prisma/MultiUncontrolled.d.ts +2 -0
- package/types/src/Color/Color.d.ts +3 -3
- package/types/src/Color/docs/examples/Controlled.d.ts +2 -0
- package/types/src/Color/docs/examples/Null.d.ts +2 -0
- package/types/src/Color/docs/examples/ThemeVariables.d.ts +1 -0
- package/types/src/Color/docs/examples/Transparent.d.ts +2 -0
- package/types/src/Color/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Color/docs/examples/prisma/Controlled.d.ts +2 -0
- package/types/src/Color/docs/examples/prisma/CustomizedPalette.d.ts +1 -0
- package/types/src/Color/docs/examples/prisma/HideInput.d.ts +2 -0
- package/types/src/Color/docs/examples/prisma/ThemeVariables.d.ts +1 -0
- package/types/src/Color/docs/examples/prisma/Uncontrolled.d.ts +2 -0
- package/types/src/ColumnLayout/docs/examples/AlignItems.d.ts +2 -0
- package/types/src/ColumnLayout/docs/examples/Basic.d.ts +2 -0
- package/types/src/ColumnLayout/docs/examples/Dividers.d.ts +2 -0
- package/types/src/ColumnLayout/docs/examples/Gutters.d.ts +2 -0
- package/types/src/ComboBox/docs/examples/Controlled.d.ts +2 -0
- package/types/src/ComboBox/docs/examples/Fetching.d.ts +2 -0
- package/types/src/ComboBox/docs/examples/Headings.d.ts +1 -0
- package/types/src/ComboBox/docs/examples/Label.d.ts +2 -0
- package/types/src/ComboBox/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -0
- package/types/src/ComboBox/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Concertina/docs/examples/Basic.d.ts +2 -0
- package/types/src/Concertina/docs/examples/Disabled.d.ts +9 -0
- package/types/src/Concertina/docs/examples/Status.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/Basic.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/CustomizedLabelTarget.d.ts +10 -0
- package/types/src/ControlGroup/docs/examples/Error.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/HelpWithLinks.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/LabelTop.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/LayoutFill.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/LayoutFillJoin.d.ts +2 -0
- package/types/src/ControlGroup/docs/examples/LayoutNone.d.ts +2 -0
- package/types/src/Date/Icon.d.ts +0 -1
- package/types/src/Date/docs/examples/Basic.d.ts +2 -0
- package/types/src/Date/docs/examples/Controlled.d.ts +10 -0
- package/types/src/Date/docs/examples/CustomDate.d.ts +2 -0
- package/types/src/Date/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Date/docs/examples/HighlightToday.d.ts +10 -0
- package/types/src/DefinitionList/docs/examples/Basic.d.ts +2 -0
- package/types/src/DefinitionList/docs/examples/Customize.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/Basic.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/BasicMenu.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/ControlledDropdown.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/Dialog.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/OtherToggles.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/ScrollContainer.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/ScrollingMenu.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/prisma/Basic.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/prisma/BasicMenu.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/prisma/ControlledDropdown.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/prisma/Dialog.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/prisma/OtherToggles.d.ts +2 -0
- package/types/src/Dropdown/docs/examples/prisma/ScrollingMenu.d.ts +2 -0
- package/types/src/File/Icon.d.ts +0 -1
- package/types/src/File/IconCloud.d.ts +0 -1
- package/types/src/File/PaperClip.d.ts +0 -1
- package/types/src/File/Retry.d.ts +0 -1
- package/types/src/File/Trash.d.ts +0 -1
- package/types/src/File/docs/examples/CustomChildren.d.ts +12 -0
- package/types/src/File/docs/examples/CustomizedMessages.d.ts +1 -0
- package/types/src/File/docs/examples/Disabled.d.ts +12 -0
- package/types/src/File/docs/examples/DropAnywhere.d.ts +15 -0
- package/types/src/File/docs/examples/Error.d.ts +1 -0
- package/types/src/File/docs/examples/FullScreen.d.ts +15 -0
- package/types/src/File/docs/examples/Multi.d.ts +16 -0
- package/types/src/File/docs/examples/Progress.d.ts +15 -0
- package/types/src/File/docs/examples/Single.d.ts +12 -0
- package/types/src/File/docs/examples/prisma/Disabled.d.ts +12 -0
- package/types/src/File/docs/examples/prisma/Error.d.ts +1 -0
- package/types/src/File/docs/examples/prisma/Progress.d.ts +1 -0
- package/types/src/FormRows/docs/examples/Basic.d.ts +12 -0
- package/types/src/FormRows/docs/examples/Header.d.ts +12 -0
- package/types/src/FormRows/docs/examples/Menu.d.ts +13 -0
- package/types/src/FormRows/docs/examples/ReorderOnly.d.ts +10 -0
- package/types/src/Heading/docs/examples/Basic.d.ts +2 -0
- package/types/src/Image/docs/examples/Basic.d.ts +2 -0
- package/types/src/JSONTree/docs/examples/Basic.d.ts +1 -0
- package/types/src/JSONTree/docs/examples/Events.d.ts +13 -0
- package/types/src/Layer/docs/examples/Basic.d.ts +2 -0
- package/types/src/Link/docs/examples/Basic.d.ts +2 -0
- package/types/src/Link/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Link/docs/examples/Inline.d.ts +2 -0
- package/types/src/Link/docs/examples/NewTab.d.ts +2 -0
- package/types/src/List/docs/examples/Decimal.d.ts +2 -0
- package/types/src/List/docs/examples/Disc.d.ts +2 -0
- package/types/src/List/docs/examples/LowerAlpha.d.ts +2 -0
- package/types/src/List/docs/examples/UpperAlpha.d.ts +2 -0
- package/types/src/Markdown/Markdown.d.ts +7 -1
- package/types/src/Markdown/docs/examples/Basic.d.ts +2 -0
- package/types/src/Markdown/docs/examples/I18n.d.ts +2 -0
- package/types/src/Markdown/docs/examples/RenderProps.d.ts +2 -0
- package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +15 -0
- package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
- package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
- package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
- package/types/src/Markdown/renderers/index.d.ts +2 -1
- package/types/src/Menu/Divider.d.ts +0 -1
- package/types/src/Menu/docs/examples/Basic.d.ts +2 -0
- package/types/src/Menu/docs/examples/Complex.d.ts +2 -0
- package/types/src/Menu/docs/examples/Descriptions.d.ts +2 -0
- package/types/src/Menu/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Menu/docs/examples/Dividers.d.ts +2 -0
- package/types/src/Menu/docs/examples/Headings.d.ts +2 -0
- package/types/src/Menu/docs/examples/Icons.d.ts +2 -0
- package/types/src/Menu/docs/examples/Links.d.ts +2 -0
- package/types/src/Menu/docs/examples/MatchRanges.d.ts +2 -0
- package/types/src/Menu/docs/examples/Selectable.d.ts +2 -0
- package/types/src/Menu/docs/examples/SelectableWithIcons.d.ts +2 -0
- package/types/src/Menu/docs/examples/Truncate.d.ts +2 -0
- package/types/src/Message/Link.d.ts +2 -0
- package/types/src/Message/Message.d.ts +6 -1
- package/types/src/Message/docs/examples/Basic.d.ts +2 -0
- package/types/src/Message/docs/examples/Content.d.ts +2 -0
- package/types/src/Message/docs/examples/Fill.d.ts +2 -0
- package/types/src/Message/docs/examples/Removable.d.ts +2 -0
- package/types/src/Message/docs/examples/prisma/Title.d.ts +2 -0
- package/types/src/MessageBar/MessageBar.d.ts +28 -0
- package/types/src/MessageBar/docs/examples/Types.d.ts +2 -0
- package/types/src/MessageBar/index.d.ts +2 -0
- package/types/src/Modal/Modal.d.ts +1 -0
- package/types/src/Modal/docs/examples/Basic.d.ts +2 -0
- package/types/src/Modal/docs/examples/InitialFocus.d.ts +2 -0
- package/types/src/Modal/docs/examples/TypicalUsage.d.ts +2 -0
- package/types/src/Modal/docs/examples/Undismissable.d.ts +2 -0
- package/types/src/Modal/docs/examples/prisma/TypicalUsage.d.ts +2 -0
- package/types/src/Monogram/Monogram.d.ts +2 -2
- package/types/src/Monogram/docs/examples/BackgroundAuto.d.ts +1 -0
- package/types/src/Monogram/docs/examples/BackgroundCustom.d.ts +1 -0
- package/types/src/Monogram/docs/examples/Basic.d.ts +1 -0
- package/types/src/Monogram/docs/examples/Interactive.d.ts +1 -0
- package/types/src/Monogram/docs/examples/Size.d.ts +1 -0
- package/types/src/Multiselect/docs/examples/Children.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/Compact.d.ts +2 -0
- package/types/src/Multiselect/docs/examples/Controlled.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/CustomizeSelected.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/Disabled.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/Error.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/Fetching.d.ts +23 -0
- package/types/src/Multiselect/docs/examples/Headings.d.ts +1 -0
- package/types/src/Multiselect/docs/examples/Icons.d.ts +2 -0
- package/types/src/Multiselect/docs/examples/LoadMoreOnScrollBottom.d.ts +26 -0
- package/types/src/Multiselect/docs/examples/NewValues.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/TabInput.d.ts +10 -0
- package/types/src/Multiselect/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Number/IncrementIcon.d.ts +0 -1
- package/types/src/Number/Number.d.ts +3 -3
- package/types/src/Number/docs/examples/Basic.d.ts +10 -0
- package/types/src/Number/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Number/docs/examples/Error.d.ts +2 -0
- package/types/src/Number/docs/examples/Limits.d.ts +10 -0
- package/types/src/Number/docs/examples/Locale.d.ts +10 -0
- package/types/src/Number/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Paginator/PageSeparator.d.ts +0 -1
- package/types/src/Paginator/docs/examples/Basic.d.ts +2 -0
- package/types/src/Paragraph/docs/examples/Basic.d.ts +2 -0
- package/types/src/Popover/Popover.d.ts +1 -2
- package/types/src/Popover/docs/examples/Basic.d.ts +2 -0
- package/types/src/Progress/docs/examples/Basic.d.ts +2 -0
- package/types/src/Progress/docs/examples/prisma/Type.d.ts +2 -0
- package/types/src/RadioBar/Option.d.ts +13 -3
- package/types/src/RadioBar/RadioBar.d.ts +2 -0
- package/types/src/RadioBar/docs/examples/AdornmentAriaExamples.d.ts +2 -0
- package/types/src/RadioBar/docs/examples/Basic.d.ts +2 -0
- package/types/src/RadioBar/docs/examples/Disabled.d.ts +2 -0
- package/types/src/RadioBar/docs/examples/Error.d.ts +2 -0
- package/types/src/RadioBar/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/RadioList/docs/examples/Basic.d.ts +2 -0
- package/types/src/RadioList/docs/examples/Composing.d.ts +2 -0
- package/types/src/RadioList/docs/examples/Disabled.d.ts +2 -0
- package/types/src/RadioList/docs/examples/Error.d.ts +2 -0
- package/types/src/RadioList/docs/examples/Row.d.ts +2 -0
- package/types/src/RadioList/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Resize/docs/examples/Appearance.d.ts +2 -0
- package/types/src/Resize/docs/examples/Percentage.d.ts +2 -0
- package/types/src/Resize/docs/examples/SizingInner.d.ts +2 -0
- package/types/src/Resize/docs/examples/SizingOuter.d.ts +2 -0
- package/types/src/Resize/docs/examples/Typical.d.ts +2 -0
- package/types/src/ScreenReaderContent/docs/examples/Basic.d.ts +2 -0
- package/types/src/Scroll/docs/examples/Controlled.d.ts +13 -0
- package/types/src/Scroll/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/ScrollContainerContext/docs/examples/Consumer.d.ts +2 -0
- package/types/src/ScrollContainerContext/docs/examples/Provider.d.ts +2 -0
- package/types/src/Search/docs/examples/Controlled.d.ts +2 -0
- package/types/src/Search/docs/examples/Loading.d.ts +2 -0
- package/types/src/Search/docs/examples/Options.d.ts +2 -0
- package/types/src/Search/docs/examples/Results.d.ts +2 -0
- package/types/src/Select/Select.d.ts +2 -2
- package/types/src/Select/SelectBase.d.ts +3 -3
- package/types/src/Select/docs/examples/Appearance.d.ts +14 -0
- package/types/src/Select/docs/examples/Basic.d.ts +10 -0
- package/types/src/Select/docs/examples/Children.d.ts +10 -0
- package/types/src/Select/docs/examples/Descriptions.d.ts +10 -0
- package/types/src/Select/docs/examples/Error.d.ts +2 -0
- package/types/src/Select/docs/examples/Fetching.d.ts +23 -0
- package/types/src/Select/docs/examples/Filter.d.ts +10 -0
- package/types/src/Select/docs/examples/Headings.d.ts +10 -0
- package/types/src/Select/docs/examples/Icons.d.ts +10 -0
- package/types/src/Select/docs/examples/LoadMoreOnScrollBottom.d.ts +25 -0
- package/types/src/Select/docs/examples/Prefix.d.ts +10 -0
- package/types/src/Select/docs/examples/Truncate.d.ts +10 -0
- package/types/src/Select/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Select/docs/examples/prisma/Appearance.d.ts +14 -0
- package/types/src/SidePanel/docs/examples/Basic.d.ts +2 -0
- package/types/src/SidePanel/docs/examples/ChangeSize.d.ts +2 -0
- package/types/src/SidePanel/docs/examples/Composition.d.ts +2 -0
- package/types/src/Slider/docs/examples/Basic.d.ts +2 -0
- package/types/src/Slider/docs/examples/Controlled.d.ts +12 -0
- package/types/src/Slider/docs/examples/CustomLabels.d.ts +12 -0
- package/types/src/Slider/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Slider/docs/examples/StepMarks.d.ts +2 -0
- package/types/src/Slider/docs/examples/prisma/Error.d.ts +2 -0
- package/types/src/SlidingPanels/docs/examples/Basic.d.ts +11 -0
- package/types/src/SlidingPanels/docs/examples/Dropdown.d.ts +11 -0
- package/types/src/SlidingPanels/docs/examples/Modal.d.ts +14 -0
- package/types/src/StaticContent/docs/examples/Basic.d.ts +2 -0
- package/types/src/StaticContent/docs/examples/FieldValue.d.ts +2 -0
- package/types/src/StepBar/docs/examples/Basic.d.ts +2 -0
- package/types/src/StepBar/docs/examples/prisma/Error.d.ts +2 -0
- package/types/src/Switch/CheckIcon.d.ts +0 -1
- package/types/src/Switch/Switch.d.ts +7 -7
- package/types/src/Switch/docs/examples/Basic.d.ts +10 -0
- package/types/src/Switch/docs/examples/Disabled.d.ts +10 -0
- package/types/src/Switch/docs/examples/Error.d.ts +2 -0
- package/types/src/TabBar/docs/examples/Basic.d.ts +2 -0
- package/types/src/TabBar/docs/examples/IconsInline.d.ts +2 -0
- package/types/src/TabBar/docs/examples/IconsSmall.d.ts +2 -0
- package/types/src/TabBar/docs/examples/Tooltips.d.ts +2 -0
- package/types/src/TabBar/docs/examples/Vertical.d.ts +2 -0
- package/types/src/TabBar/docs/examples/VerticalSmallIcons.d.ts +2 -0
- package/types/src/TabBar/docs/examples/WithCount.d.ts +2 -0
- package/types/src/TabBar/docs/examples/prisma/Context.d.ts +2 -0
- package/types/src/TabBar/docs/examples/prisma/Disabled.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/AutoActivate.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/Controlled.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/Icons.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/Vertical.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/VerticalIcons.d.ts +2 -0
- package/types/src/TabLayout/docs/examples/prisma/Context.d.ts +2 -0
- package/types/src/Table/DragHandle.d.ts +0 -1
- package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
- package/types/src/Table/Toggle.d.ts +0 -1
- package/types/src/Table/docs/examples/Basic.d.ts +2 -0
- package/types/src/Table/docs/examples/Click.d.ts +16 -0
- package/types/src/Table/docs/examples/ClickRows.d.ts +16 -0
- package/types/src/Table/docs/examples/Complex.d.ts +39 -0
- package/types/src/Table/docs/examples/DockedHeader.d.ts +2 -0
- package/types/src/Table/docs/examples/ExpandableRows.d.ts +2 -0
- package/types/src/Table/docs/examples/ExpandableRowsControlled.d.ts +2 -0
- package/types/src/Table/docs/examples/FixedHeader.d.ts +2 -0
- package/types/src/Table/docs/examples/HeadDropdownCell.d.ts +18 -0
- package/types/src/Table/docs/examples/ReorderColumns.d.ts +21 -0
- package/types/src/Table/docs/examples/ReorderRows.d.ts +21 -0
- package/types/src/Table/docs/examples/Resizable.d.ts +23 -0
- package/types/src/Table/docs/examples/ResizableFill.d.ts +23 -0
- package/types/src/Table/docs/examples/Selectable.d.ts +18 -0
- package/types/src/Table/docs/examples/SortableColumns.d.ts +12 -0
- package/types/src/Table/docs/examples/prisma/Basic.d.ts +2 -0
- package/types/src/Table/docs/examples/prisma/Complex.d.ts +48 -0
- package/types/src/Table/docs/examples/prisma/DockedHeader.d.ts +2 -0
- package/types/src/Table/docs/examples/prisma/RowActions.d.ts +39 -0
- package/types/src/Text/IconOutlinedHide.d.ts +0 -1
- package/types/src/Text/IconOutlinedView.d.ts +0 -1
- package/types/src/Text/Text.d.ts +5 -5
- package/types/src/Text/docs/examples/Basic.d.ts +10 -0
- package/types/src/Text/docs/examples/CustomizedIcon.d.ts +2 -0
- package/types/src/Text/docs/examples/Disabled.d.ts +2 -0
- package/types/src/Text/docs/examples/Error.d.ts +10 -0
- package/types/src/Text/docs/examples/Inline.d.ts +10 -0
- package/types/src/Text/docs/examples/Multiline.d.ts +10 -0
- package/types/src/Text/docs/examples/Password.d.ts +10 -0
- package/types/src/Text/docs/examples/Search.d.ts +10 -0
- package/types/src/Text/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/Text/docs/examples/prisma/Multiline.d.ts +10 -0
- package/types/src/Text/docs/examples/prisma/Search.d.ts +10 -0
- package/types/src/Tooltip/InfoIcon.d.ts +0 -1
- package/types/src/Tooltip/Tooltip.d.ts +7 -5
- package/types/src/Tooltip/docs/examples/Basic.d.ts +2 -0
- package/types/src/Tooltip/docs/examples/ContentRelationship.d.ts +2 -0
- package/types/src/Tooltip/docs/examples/Controlled.d.ts +12 -0
- package/types/src/Tooltip/docs/examples/CustomContent.d.ts +2 -0
- package/types/src/Tooltip/docs/examples/CustomDelay.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/ExpandHeight.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/ExpandWidth.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/None.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/SlideFromBottom.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/SlideFromLeft.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/SlideFromRight.d.ts +2 -0
- package/types/src/TransitionOpen/docs/examples/SlideFromTop.d.ts +2 -0
- package/types/src/WaitSpinner/docs/examples/Basic.d.ts +2 -0
- package/types/src/WaitSpinner/docs/examples/prisma/Basic.d.ts +2 -0
- package/types/src/fixtures/FetchOptions.d.ts +2 -0
- package/types/src/fixtures/text.d.ts +1 -0
- package/types/src/icons/Alert.d.ts +0 -1
- package/types/src/icons/AlertFilled.d.ts +0 -1
- package/types/src/icons/CaretDown.d.ts +0 -1
- package/types/src/icons/CaretRight.d.ts +0 -1
- package/types/src/icons/Check.d.ts +0 -1
- package/types/src/icons/ChevronDown.d.ts +0 -1
- package/types/src/icons/ChevronLeft.d.ts +0 -1
- package/types/src/icons/ChevronRight.d.ts +0 -1
- package/types/src/icons/CrossMark.d.ts +0 -1
- package/types/src/icons/External.d.ts +0 -1
- package/types/src/icons/InfoFilled.d.ts +0 -1
- package/types/src/icons/More.d.ts +0 -1
- package/types/src/icons/MoreVertical.d.ts +0 -1
- package/types/src/icons/Plus.d.ts +0 -1
- package/types/src/icons/SVG.d.ts +0 -1
- package/types/src/icons/Search.d.ts +0 -1
- package/types/src/icons/Sort.d.ts +0 -1
- package/types/src/icons/SortedDown.d.ts +0 -1
- package/types/src/icons/SortedUp.d.ts +0 -1
- package/types/src/icons/Success.d.ts +0 -1
- package/types/src/icons/SuccessFilled.d.ts +0 -1
- package/types/src/icons/WarningFilled.d.ts +0 -1
- package/types/src/utils/types.d.ts +0 -1
- package/unit-test-setup-testing-library.ts +9 -0
- package/usePrevious.js +2 -2
- package/types/src/Message/Banner.d.ts +0 -8
package/Table.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 114);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -276,7 +276,8 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
276
276
|
module.exports = require("@splunk/ui-utils/id");
|
|
277
277
|
|
|
278
278
|
/***/ }),
|
|
279
|
-
/* 11
|
|
279
|
+
/* 11 */,
|
|
280
|
+
/* 12 */
|
|
280
281
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
281
282
|
|
|
282
283
|
"use strict";
|
|
@@ -302,18 +303,17 @@ function updateReactRef(ref, current) {
|
|
|
302
303
|
|
|
303
304
|
|
|
304
305
|
/***/ }),
|
|
305
|
-
/* 12 */,
|
|
306
306
|
/* 13 */,
|
|
307
307
|
/* 14 */
|
|
308
308
|
/***/ (function(module, exports) {
|
|
309
309
|
|
|
310
|
-
module.exports = require("@splunk/react-ui/
|
|
310
|
+
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
311
311
|
|
|
312
312
|
/***/ }),
|
|
313
313
|
/* 15 */
|
|
314
314
|
/***/ (function(module, exports) {
|
|
315
315
|
|
|
316
|
-
module.exports = require("@splunk/react-ui/
|
|
316
|
+
module.exports = require("@splunk/react-ui/EventListener");
|
|
317
317
|
|
|
318
318
|
/***/ }),
|
|
319
319
|
/* 16 */
|
|
@@ -461,16 +461,19 @@ module.exports = require("@splunk/react-icons/Caret");
|
|
|
461
461
|
/* 44 */,
|
|
462
462
|
/* 45 */,
|
|
463
463
|
/* 46 */,
|
|
464
|
-
/* 47
|
|
464
|
+
/* 47 */,
|
|
465
|
+
/* 48 */
|
|
465
466
|
/***/ (function(module, exports) {
|
|
466
467
|
|
|
467
468
|
module.exports = require("@splunk/react-ui/Tooltip");
|
|
468
469
|
|
|
469
470
|
/***/ }),
|
|
470
|
-
/* 48 */,
|
|
471
471
|
/* 49 */,
|
|
472
472
|
/* 50 */,
|
|
473
|
-
/* 51
|
|
473
|
+
/* 51 */,
|
|
474
|
+
/* 52 */,
|
|
475
|
+
/* 53 */,
|
|
476
|
+
/* 54 */
|
|
474
477
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
475
478
|
|
|
476
479
|
"use strict";
|
|
@@ -493,20 +496,22 @@ function assertDefined(val, msg) {
|
|
|
493
496
|
|
|
494
497
|
|
|
495
498
|
/***/ }),
|
|
496
|
-
/* 52 */,
|
|
497
|
-
/* 53 */,
|
|
498
|
-
/* 54 */,
|
|
499
499
|
/* 55 */,
|
|
500
500
|
/* 56 */,
|
|
501
501
|
/* 57 */,
|
|
502
|
-
/* 58
|
|
502
|
+
/* 58 */,
|
|
503
|
+
/* 59 */,
|
|
504
|
+
/* 60 */,
|
|
505
|
+
/* 61 */,
|
|
506
|
+
/* 62 */,
|
|
507
|
+
/* 63 */
|
|
503
508
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
504
509
|
|
|
505
510
|
"use strict";
|
|
506
511
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
|
|
507
512
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
508
513
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
509
|
-
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
514
|
+
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(64);
|
|
510
515
|
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__);
|
|
511
516
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
512
517
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -536,21 +541,21 @@ function MoreVertical(props) {
|
|
|
536
541
|
}
|
|
537
542
|
|
|
538
543
|
/***/ }),
|
|
539
|
-
/*
|
|
544
|
+
/* 64 */
|
|
540
545
|
/***/ (function(module, exports) {
|
|
541
546
|
|
|
542
547
|
module.exports = require("@splunk/react-icons/MoreVertical");
|
|
543
548
|
|
|
544
549
|
/***/ }),
|
|
545
|
-
/*
|
|
546
|
-
/*
|
|
550
|
+
/* 65 */,
|
|
551
|
+
/* 66 */
|
|
547
552
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
548
553
|
|
|
549
554
|
"use strict";
|
|
550
555
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronDown; });
|
|
551
556
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
552
557
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
553
|
-
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
558
|
+
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
|
|
554
559
|
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__);
|
|
555
560
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
556
561
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -592,26 +597,21 @@ function ChevronDown(props) {
|
|
|
592
597
|
}
|
|
593
598
|
|
|
594
599
|
/***/ }),
|
|
595
|
-
/*
|
|
600
|
+
/* 67 */
|
|
596
601
|
/***/ (function(module, exports) {
|
|
597
602
|
|
|
598
603
|
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
599
604
|
|
|
600
605
|
/***/ }),
|
|
601
|
-
/*
|
|
602
|
-
/*
|
|
603
|
-
/*
|
|
604
|
-
/*
|
|
605
|
-
/* 67 */
|
|
606
|
+
/* 68 */,
|
|
607
|
+
/* 69 */,
|
|
608
|
+
/* 70 */,
|
|
609
|
+
/* 71 */
|
|
606
610
|
/***/ (function(module, exports) {
|
|
607
611
|
|
|
608
612
|
module.exports = require("@splunk/react-ui/Switch");
|
|
609
613
|
|
|
610
614
|
/***/ }),
|
|
611
|
-
/* 68 */,
|
|
612
|
-
/* 69 */,
|
|
613
|
-
/* 70 */,
|
|
614
|
-
/* 71 */,
|
|
615
615
|
/* 72 */,
|
|
616
616
|
/* 73 */,
|
|
617
617
|
/* 74 */,
|
|
@@ -640,40 +640,46 @@ module.exports = require("@splunk/react-ui/Switch");
|
|
|
640
640
|
/* 97 */,
|
|
641
641
|
/* 98 */,
|
|
642
642
|
/* 99 */,
|
|
643
|
-
/* 100
|
|
643
|
+
/* 100 */,
|
|
644
|
+
/* 101 */,
|
|
645
|
+
/* 102 */,
|
|
646
|
+
/* 103 */,
|
|
647
|
+
/* 104 */,
|
|
648
|
+
/* 105 */,
|
|
649
|
+
/* 106 */
|
|
644
650
|
/***/ (function(module, exports) {
|
|
645
651
|
|
|
646
652
|
module.exports = require("react-resize-detector");
|
|
647
653
|
|
|
648
654
|
/***/ }),
|
|
649
|
-
/*
|
|
655
|
+
/* 107 */
|
|
650
656
|
/***/ (function(module, exports) {
|
|
651
657
|
|
|
652
658
|
module.exports = require("@splunk/react-icons/SortedDown");
|
|
653
659
|
|
|
654
660
|
/***/ }),
|
|
655
|
-
/*
|
|
661
|
+
/* 108 */
|
|
656
662
|
/***/ (function(module, exports) {
|
|
657
663
|
|
|
658
664
|
module.exports = require("@splunk/react-icons/SortedUp");
|
|
659
665
|
|
|
660
666
|
/***/ }),
|
|
661
|
-
/*
|
|
667
|
+
/* 109 */
|
|
662
668
|
/***/ (function(module, exports) {
|
|
663
669
|
|
|
664
670
|
module.exports = require("@splunk/react-icons/Sort");
|
|
665
671
|
|
|
666
672
|
/***/ }),
|
|
667
|
-
/*
|
|
673
|
+
/* 110 */
|
|
668
674
|
/***/ (function(module, exports) {
|
|
669
675
|
|
|
670
676
|
module.exports = require("@splunk/react-icons/Info");
|
|
671
677
|
|
|
672
678
|
/***/ }),
|
|
673
|
-
/*
|
|
674
|
-
/*
|
|
675
|
-
/*
|
|
676
|
-
/*
|
|
679
|
+
/* 111 */,
|
|
680
|
+
/* 112 */,
|
|
681
|
+
/* 113 */,
|
|
682
|
+
/* 114 */
|
|
677
683
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
678
684
|
|
|
679
685
|
"use strict";
|
|
@@ -702,11 +708,11 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
702
708
|
var external_lodash_ = __webpack_require__(4);
|
|
703
709
|
|
|
704
710
|
// EXTERNAL MODULE: external "react-resize-detector"
|
|
705
|
-
var external_react_resize_detector_ = __webpack_require__(
|
|
711
|
+
var external_react_resize_detector_ = __webpack_require__(106);
|
|
706
712
|
var external_react_resize_detector_default = /*#__PURE__*/__webpack_require__.n(external_react_resize_detector_);
|
|
707
713
|
|
|
708
714
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
709
|
-
var EventListener_ = __webpack_require__(
|
|
715
|
+
var EventListener_ = __webpack_require__(15);
|
|
710
716
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
711
717
|
|
|
712
718
|
// EXTERNAL MODULE: external "@splunk/ui-utils/keyboard"
|
|
@@ -731,7 +737,7 @@ var Styled = external_styled_components_default.a.tbody.withConfig({
|
|
|
731
737
|
})(["", ""], themes_["mixins"].reset('table-row-group'));
|
|
732
738
|
|
|
733
739
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
734
|
-
var updateReactRef = __webpack_require__(
|
|
740
|
+
var updateReactRef = __webpack_require__(12);
|
|
735
741
|
|
|
736
742
|
// CONCATENATED MODULE: ./src/Table/Body.tsx
|
|
737
743
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
@@ -1406,7 +1412,7 @@ Cell_defineProperty(Cell_Cell, "defaultProps", Cell_defaultProps);
|
|
|
1406
1412
|
var i18n_ = __webpack_require__(5);
|
|
1407
1413
|
|
|
1408
1414
|
// EXTERNAL MODULE: external "@splunk/react-icons/SortedDown"
|
|
1409
|
-
var SortedDown_ = __webpack_require__(
|
|
1415
|
+
var SortedDown_ = __webpack_require__(107);
|
|
1410
1416
|
var SortedDown_default = /*#__PURE__*/__webpack_require__.n(SortedDown_);
|
|
1411
1417
|
|
|
1412
1418
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -1453,7 +1459,7 @@ function SortedDown(props) {
|
|
|
1453
1459
|
}, props));
|
|
1454
1460
|
}
|
|
1455
1461
|
// EXTERNAL MODULE: external "@splunk/react-icons/SortedUp"
|
|
1456
|
-
var SortedUp_ = __webpack_require__(
|
|
1462
|
+
var SortedUp_ = __webpack_require__(108);
|
|
1457
1463
|
var SortedUp_default = /*#__PURE__*/__webpack_require__.n(SortedUp_);
|
|
1458
1464
|
|
|
1459
1465
|
// CONCATENATED MODULE: ./src/icons/SortedUp.tsx
|
|
@@ -1494,7 +1500,7 @@ function SortedUp(props) {
|
|
|
1494
1500
|
}, props));
|
|
1495
1501
|
}
|
|
1496
1502
|
// EXTERNAL MODULE: external "@splunk/react-icons/Sort"
|
|
1497
|
-
var Sort_ = __webpack_require__(
|
|
1503
|
+
var Sort_ = __webpack_require__(109);
|
|
1498
1504
|
var Sort_default = /*#__PURE__*/__webpack_require__.n(Sort_);
|
|
1499
1505
|
|
|
1500
1506
|
// CONCATENATED MODULE: ./src/icons/Sort.tsx
|
|
@@ -1538,7 +1544,7 @@ function CaretDown(props) {
|
|
|
1538
1544
|
var icons_CaretDown = __webpack_require__(36);
|
|
1539
1545
|
|
|
1540
1546
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
1541
|
-
var ScreenReaderContent_ = __webpack_require__(
|
|
1547
|
+
var ScreenReaderContent_ = __webpack_require__(14);
|
|
1542
1548
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
1543
1549
|
|
|
1544
1550
|
// CONCATENATED MODULE: ./src/Table/HeadInnerStyles.ts
|
|
@@ -2446,7 +2452,7 @@ HeadCell_defineProperty(HeadCell_HeadCell, "defaultProps", HeadCell_defaultProps
|
|
|
2446
2452
|
|
|
2447
2453
|
/* harmony default export */ var Table_HeadCell = (HeadCell_HeadCell);
|
|
2448
2454
|
// EXTERNAL MODULE: external "@splunk/react-icons/Info"
|
|
2449
|
-
var Info_ = __webpack_require__(
|
|
2455
|
+
var Info_ = __webpack_require__(110);
|
|
2450
2456
|
var Info_default = /*#__PURE__*/__webpack_require__.n(Info_);
|
|
2451
2457
|
|
|
2452
2458
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
@@ -2482,14 +2488,14 @@ var Dropdown_ = __webpack_require__(19);
|
|
|
2482
2488
|
var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
|
|
2483
2489
|
|
|
2484
2490
|
// EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
|
|
2485
|
-
var Tooltip_ = __webpack_require__(
|
|
2491
|
+
var Tooltip_ = __webpack_require__(48);
|
|
2486
2492
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
2487
2493
|
|
|
2488
2494
|
// EXTERNAL MODULE: ./src/icons/ChevronDown.tsx
|
|
2489
|
-
var ChevronDown = __webpack_require__(
|
|
2495
|
+
var ChevronDown = __webpack_require__(66);
|
|
2490
2496
|
|
|
2491
2497
|
// EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
|
|
2492
|
-
var MoreVertical = __webpack_require__(
|
|
2498
|
+
var MoreVertical = __webpack_require__(63);
|
|
2493
2499
|
|
|
2494
2500
|
// CONCATENATED MODULE: ./src/Table/RowDragCell.tsx
|
|
2495
2501
|
function RowDragCell_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { RowDragCell_typeof = function _typeof(obj) { return typeof obj; }; } else { RowDragCell_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return RowDragCell_typeof(obj); }
|
|
@@ -2771,7 +2777,7 @@ var StyledCellExpansionDisabled = external_styled_components_default()(Table_Cel
|
|
|
2771
2777
|
}));
|
|
2772
2778
|
|
|
2773
2779
|
// EXTERNAL MODULE: external "@splunk/react-ui/Switch"
|
|
2774
|
-
var Switch_ = __webpack_require__(
|
|
2780
|
+
var Switch_ = __webpack_require__(71);
|
|
2775
2781
|
var Switch_default = /*#__PURE__*/__webpack_require__.n(Switch_);
|
|
2776
2782
|
|
|
2777
2783
|
// CONCATENATED MODULE: ./src/Table/ToggleStyles.ts
|
|
@@ -2885,6 +2891,7 @@ function Row_extends() { Row_extends = Object.assign || function (target) { for
|
|
|
2885
2891
|
|
|
2886
2892
|
|
|
2887
2893
|
|
|
2894
|
+
|
|
2888
2895
|
var StyledStripeComponents = {
|
|
2889
2896
|
odd: StyledStripeOdd,
|
|
2890
2897
|
even: StyledStripeEven,
|
|
@@ -3136,7 +3143,7 @@ var Row_Row = /*#__PURE__*/function (_Component) {
|
|
|
3136
3143
|
$expandable: !!expandable,
|
|
3137
3144
|
ref: this.handleMount,
|
|
3138
3145
|
tabIndex: onClick ? 0 : undefined
|
|
3139
|
-
}, otherProps, {
|
|
3146
|
+
}, Object(external_lodash_["omit"])(otherProps, 'data'), {
|
|
3140
3147
|
onClick: onClick ? this.handleClick : undefined,
|
|
3141
3148
|
onKeyDown: this.handleKeyDown,
|
|
3142
3149
|
$rowSelected: !!(onRequestToggle && selected)
|
|
@@ -4221,7 +4228,7 @@ HeadTable_defineProperty(HeadTable_HeadTable, "defaultProps", HeadTable_defaultP
|
|
|
4221
4228
|
|
|
4222
4229
|
/* harmony default export */ var Table_HeadTable = (HeadTable_HeadTable);
|
|
4223
4230
|
// EXTERNAL MODULE: ./src/utils/types.ts
|
|
4224
|
-
var types = __webpack_require__(
|
|
4231
|
+
var types = __webpack_require__(54);
|
|
4225
4232
|
|
|
4226
4233
|
// CONCATENATED MODULE: ./src/Table/Table.tsx
|
|
4227
4234
|
function Table_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { Table_typeof = function _typeof(obj) { return typeof obj; }; } else { Table_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return Table_typeof(obj); }
|
package/Text.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 132);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 111:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/ControlGroup");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 12:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 132:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -157,30 +157,30 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
157
157
|
var external_lodash_ = __webpack_require__(4);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "@splunk/ui-utils/style"
|
|
160
|
-
var style_ = __webpack_require__(
|
|
160
|
+
var style_ = __webpack_require__(40);
|
|
161
161
|
|
|
162
162
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
163
|
-
var EventListener_ = __webpack_require__(
|
|
163
|
+
var EventListener_ = __webpack_require__(15);
|
|
164
164
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
165
165
|
|
|
166
166
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
167
|
-
var ScreenReaderContent_ = __webpack_require__(
|
|
167
|
+
var ScreenReaderContent_ = __webpack_require__(14);
|
|
168
168
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
169
169
|
|
|
170
170
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
171
171
|
var themes_ = __webpack_require__(0);
|
|
172
172
|
|
|
173
173
|
// EXTERNAL MODULE: external "@splunk/react-ui/ControlGroup"
|
|
174
|
-
var ControlGroup_ = __webpack_require__(
|
|
174
|
+
var ControlGroup_ = __webpack_require__(111);
|
|
175
175
|
|
|
176
176
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
177
177
|
var i18n_ = __webpack_require__(5);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: ./src/icons/Search.tsx
|
|
180
|
-
var Search = __webpack_require__(
|
|
180
|
+
var Search = __webpack_require__(44);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
183
|
-
var CrossMark = __webpack_require__(
|
|
183
|
+
var CrossMark = __webpack_require__(20);
|
|
184
184
|
|
|
185
185
|
// CONCATENATED MODULE: ./src/Text/syncHeightWithShadow.ts
|
|
186
186
|
// This file was adapted from [Call-Em-All's material-ui](https://github.com/mui-org/material-ui),
|
|
@@ -258,10 +258,10 @@ function syncHeightWithShadow(_ref) {
|
|
|
258
258
|
return false;
|
|
259
259
|
}
|
|
260
260
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
261
|
-
var updateReactRef = __webpack_require__(
|
|
261
|
+
var updateReactRef = __webpack_require__(12);
|
|
262
262
|
|
|
263
263
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVG"
|
|
264
|
-
var SVG_ = __webpack_require__(
|
|
264
|
+
var SVG_ = __webpack_require__(24);
|
|
265
265
|
var SVG_default = /*#__PURE__*/__webpack_require__.n(SVG_);
|
|
266
266
|
|
|
267
267
|
// CONCATENATED MODULE: ./src/Text/IconOutlinedHide.tsx
|
|
@@ -1233,6 +1233,7 @@ var Text_Text = /*#__PURE__*/function (_Component) {
|
|
|
1233
1233
|
var hasEndAdornment = !!this.renderEndAdornment();
|
|
1234
1234
|
var hasStartAdornment = !!this.renderStartAdornment();
|
|
1235
1235
|
return /*#__PURE__*/external_react_default.a.createElement(StyledBox, Text_extends({
|
|
1236
|
+
tabIndex: -1,
|
|
1236
1237
|
$isTimeInput: isTimeInput,
|
|
1237
1238
|
className: Object(style_["toClassName"])(className, classNamePrivate),
|
|
1238
1239
|
"data-test": "text",
|
|
@@ -1329,14 +1330,14 @@ TextWithTheme.componentType = Text_Text.componentType;
|
|
|
1329
1330
|
/***/ 14:
|
|
1330
1331
|
/***/ (function(module, exports) {
|
|
1331
1332
|
|
|
1332
|
-
module.exports = require("@splunk/react-ui/
|
|
1333
|
+
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
1333
1334
|
|
|
1334
1335
|
/***/ }),
|
|
1335
1336
|
|
|
1336
1337
|
/***/ 15:
|
|
1337
1338
|
/***/ (function(module, exports) {
|
|
1338
1339
|
|
|
1339
|
-
module.exports = require("@splunk/react-ui/
|
|
1340
|
+
module.exports = require("@splunk/react-ui/EventListener");
|
|
1340
1341
|
|
|
1341
1342
|
/***/ }),
|
|
1342
1343
|
|
|
@@ -1354,14 +1355,14 @@ module.exports = require("react");
|
|
|
1354
1355
|
|
|
1355
1356
|
/***/ }),
|
|
1356
1357
|
|
|
1357
|
-
/***/
|
|
1358
|
+
/***/ 20:
|
|
1358
1359
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1359
1360
|
|
|
1360
1361
|
"use strict";
|
|
1361
1362
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
1362
1363
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
1363
1364
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1364
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1365
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22);
|
|
1365
1366
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
1366
1367
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
1367
1368
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -1404,17 +1405,17 @@ function CrossMark(props) {
|
|
|
1404
1405
|
|
|
1405
1406
|
/***/ }),
|
|
1406
1407
|
|
|
1407
|
-
/***/
|
|
1408
|
+
/***/ 22:
|
|
1408
1409
|
/***/ (function(module, exports) {
|
|
1409
1410
|
|
|
1410
|
-
module.exports = require("@splunk/react-icons/
|
|
1411
|
+
module.exports = require("@splunk/react-icons/Close");
|
|
1411
1412
|
|
|
1412
1413
|
/***/ }),
|
|
1413
1414
|
|
|
1414
|
-
/***/
|
|
1415
|
+
/***/ 24:
|
|
1415
1416
|
/***/ (function(module, exports) {
|
|
1416
1417
|
|
|
1417
|
-
module.exports = require("@splunk/react-icons/
|
|
1418
|
+
module.exports = require("@splunk/react-icons/SVG");
|
|
1418
1419
|
|
|
1419
1420
|
/***/ }),
|
|
1420
1421
|
|
|
@@ -1425,28 +1426,28 @@ module.exports = require("styled-components");
|
|
|
1425
1426
|
|
|
1426
1427
|
/***/ }),
|
|
1427
1428
|
|
|
1428
|
-
/***/
|
|
1429
|
+
/***/ 4:
|
|
1429
1430
|
/***/ (function(module, exports) {
|
|
1430
1431
|
|
|
1431
|
-
module.exports = require("
|
|
1432
|
+
module.exports = require("lodash");
|
|
1432
1433
|
|
|
1433
1434
|
/***/ }),
|
|
1434
1435
|
|
|
1435
|
-
/***/
|
|
1436
|
+
/***/ 40:
|
|
1436
1437
|
/***/ (function(module, exports) {
|
|
1437
1438
|
|
|
1438
|
-
module.exports = require("
|
|
1439
|
+
module.exports = require("@splunk/ui-utils/style");
|
|
1439
1440
|
|
|
1440
1441
|
/***/ }),
|
|
1441
1442
|
|
|
1442
|
-
/***/
|
|
1443
|
+
/***/ 44:
|
|
1443
1444
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1444
1445
|
|
|
1445
1446
|
"use strict";
|
|
1446
1447
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Search; });
|
|
1447
1448
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
1448
1449
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1449
|
-
/* harmony import */ var _splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1450
|
+
/* harmony import */ var _splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
1450
1451
|
/* harmony import */ var _splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1__);
|
|
1451
1452
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
1452
1453
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -1489,17 +1490,17 @@ function Search(props) {
|
|
|
1489
1490
|
|
|
1490
1491
|
/***/ }),
|
|
1491
1492
|
|
|
1492
|
-
/***/
|
|
1493
|
+
/***/ 5:
|
|
1493
1494
|
/***/ (function(module, exports) {
|
|
1494
1495
|
|
|
1495
|
-
module.exports = require("@splunk/
|
|
1496
|
+
module.exports = require("@splunk/ui-utils/i18n");
|
|
1496
1497
|
|
|
1497
1498
|
/***/ }),
|
|
1498
1499
|
|
|
1499
|
-
/***/
|
|
1500
|
+
/***/ 51:
|
|
1500
1501
|
/***/ (function(module, exports) {
|
|
1501
1502
|
|
|
1502
|
-
module.exports = require("@splunk/
|
|
1503
|
+
module.exports = require("@splunk/react-icons/Search");
|
|
1503
1504
|
|
|
1504
1505
|
/***/ }),
|
|
1505
1506
|
|
package/Tooltip.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 149);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,14 +108,21 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 11:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 14:
|
|
119
|
+
/***/ (function(module, exports) {
|
|
120
|
+
|
|
121
|
+
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
122
|
+
|
|
123
|
+
/***/ }),
|
|
124
|
+
|
|
125
|
+
/***/ 149:
|
|
119
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
127
|
|
|
121
128
|
"use strict";
|
|
@@ -141,7 +148,7 @@ var Popover_ = __webpack_require__(16);
|
|
|
141
148
|
var Popover_default = /*#__PURE__*/__webpack_require__.n(Popover_);
|
|
142
149
|
|
|
143
150
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
144
|
-
var ScreenReaderContent_ = __webpack_require__(
|
|
151
|
+
var ScreenReaderContent_ = __webpack_require__(14);
|
|
145
152
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
146
153
|
|
|
147
154
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -154,7 +161,7 @@ var id_ = __webpack_require__(10);
|
|
|
154
161
|
var i18n_ = __webpack_require__(5);
|
|
155
162
|
|
|
156
163
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVG"
|
|
157
|
-
var SVG_ = __webpack_require__(
|
|
164
|
+
var SVG_ = __webpack_require__(24);
|
|
158
165
|
var SVG_default = /*#__PURE__*/__webpack_require__.n(SVG_);
|
|
159
166
|
|
|
160
167
|
// CONCATENATED MODULE: ./src/Tooltip/InfoIcon.tsx
|
|
@@ -202,7 +209,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
202
209
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
203
210
|
|
|
204
211
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
205
|
-
var Clickable_ = __webpack_require__(
|
|
212
|
+
var Clickable_ = __webpack_require__(11);
|
|
206
213
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
207
214
|
|
|
208
215
|
// CONCATENATED MODULE: ./src/Tooltip/TooltipStyles.ts
|
|
@@ -300,6 +307,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
300
307
|
|
|
301
308
|
|
|
302
309
|
var propTypes = {
|
|
310
|
+
/** @private */
|
|
311
|
+
appearance: external_prop_types_default.a.string,
|
|
303
312
|
children: external_prop_types_default.a.node,
|
|
304
313
|
closeDelay: external_prop_types_default.a.number,
|
|
305
314
|
content: external_prop_types_default.a.node,
|
|
@@ -316,6 +325,7 @@ var propTypes = {
|
|
|
316
325
|
splunkTheme: external_prop_types_default.a.object
|
|
317
326
|
};
|
|
318
327
|
var defaultProps = {
|
|
328
|
+
appearance: 'inverted',
|
|
319
329
|
closeDelay: 0,
|
|
320
330
|
contentRelationship: 'description',
|
|
321
331
|
defaultPlacement: 'theme',
|
|
@@ -498,6 +508,7 @@ var Tooltip_Tooltip = /*#__PURE__*/function (_Component) {
|
|
|
498
508
|
key: "render",
|
|
499
509
|
value: function render() {
|
|
500
510
|
var _this$props3 = this.props,
|
|
511
|
+
appearance = _this$props3.appearance,
|
|
501
512
|
children = _this$props3.children,
|
|
502
513
|
content = _this$props3.content,
|
|
503
514
|
defaultPlacement = _this$props3.defaultPlacement,
|
|
@@ -508,7 +519,7 @@ var Tooltip_Tooltip = /*#__PURE__*/function (_Component) {
|
|
|
508
519
|
open = _this$props3.open,
|
|
509
520
|
splunkTheme = _this$props3.splunkTheme,
|
|
510
521
|
contentRelationship = _this$props3.contentRelationship,
|
|
511
|
-
otherProps = _objectWithoutProperties(_this$props3, ["children", "content", "defaultPlacement", "elementRef", "inline", "onRequestClose", "onRequestOpen", "open", "splunkTheme", "contentRelationship"]);
|
|
522
|
+
otherProps = _objectWithoutProperties(_this$props3, ["appearance", "children", "content", "defaultPlacement", "elementRef", "inline", "onRequestClose", "onRequestOpen", "open", "splunkTheme", "contentRelationship"]);
|
|
512
523
|
|
|
513
524
|
var anchor = this.state.anchor;
|
|
514
525
|
var hasContent = !!content;
|
|
@@ -559,7 +570,7 @@ var Tooltip_Tooltip = /*#__PURE__*/function (_Component) {
|
|
|
559
570
|
role: "tooltip",
|
|
560
571
|
align: "center",
|
|
561
572
|
anchor: anchor,
|
|
562
|
-
appearance:
|
|
573
|
+
appearance: appearance,
|
|
563
574
|
closeReasons: ['offScreen', 'escapeKey'],
|
|
564
575
|
defaultPlacement: defaultPlacement === 'theme' ? placement : defaultPlacement,
|
|
565
576
|
id: this.popoverId,
|
|
@@ -586,13 +597,6 @@ TooltipWithTheme.propTypes = Tooltip_Tooltip.propTypes;
|
|
|
586
597
|
|
|
587
598
|
|
|
588
599
|
|
|
589
|
-
/***/ }),
|
|
590
|
-
|
|
591
|
-
/***/ 15:
|
|
592
|
-
/***/ (function(module, exports) {
|
|
593
|
-
|
|
594
|
-
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
595
|
-
|
|
596
600
|
/***/ }),
|
|
597
601
|
|
|
598
602
|
/***/ 16:
|
|
@@ -609,7 +613,7 @@ module.exports = require("react");
|
|
|
609
613
|
|
|
610
614
|
/***/ }),
|
|
611
615
|
|
|
612
|
-
/***/
|
|
616
|
+
/***/ 24:
|
|
613
617
|
/***/ (function(module, exports) {
|
|
614
618
|
|
|
615
619
|
module.exports = require("@splunk/react-icons/SVG");
|