UNPKG

@salesforce/design-system-react

Version:

Salesforce Lightning Design System for React

444 lines (438 loc) 21.6 kB
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved */ /* Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */ import _SLDSSettings from './settings'; export { _SLDSSettings as SLDSSettings }; import _Settings from './settings'; export { _Settings as Settings }; import _SLDSIconSettings from './icon-settings'; export { _SLDSIconSettings as SLDSIconSettings }; import _IconSettings from './icon-settings'; export { _IconSettings as IconSettings }; import _SLDSAccordion from './accordion'; export { _SLDSAccordion as SLDSAccordion }; import _Accordion from './accordion'; export { _Accordion as Accordion }; import _SLDSAccordionPanel from './accordion/panel'; export { _SLDSAccordionPanel as SLDSAccordionPanel }; import _AccordionPanel from './accordion/panel'; export { _AccordionPanel as AccordionPanel }; import _SLDSAlert from './alert'; export { _SLDSAlert as SLDSAlert }; import _Alert from './alert'; export { _Alert as Alert }; import _SLDSAlertContainer from './alert/container'; export { _SLDSAlertContainer as SLDSAlertContainer }; import _AlertContainer from './alert/container'; export { _AlertContainer as AlertContainer }; import _SLDSAppLauncher from './app-launcher'; export { _SLDSAppLauncher as SLDSAppLauncher }; import _AppLauncher from './app-launcher'; export { _AppLauncher as AppLauncher }; import _SLDSAppLauncherExpandableSection from './app-launcher/expandable-section'; export { _SLDSAppLauncherExpandableSection as SLDSAppLauncherExpandableSection }; import _AppLauncherExpandableSection from './app-launcher/expandable-section'; export { _AppLauncherExpandableSection as AppLauncherExpandableSection }; import _SLDSAppLauncherLink from './app-launcher/link'; export { _SLDSAppLauncherLink as SLDSAppLauncherLink }; import _AppLauncherLink from './app-launcher/link'; export { _AppLauncherLink as AppLauncherLink }; import _SLDSAppLauncherTile from './app-launcher/tile'; export { _SLDSAppLauncherTile as SLDSAppLauncherTile }; import _AppLauncherTile from './app-launcher/tile'; export { _AppLauncherTile as AppLauncherTile }; import _SLDSAvatar from './avatar'; export { _SLDSAvatar as SLDSAvatar }; import _Avatar from './avatar'; export { _Avatar as Avatar }; import _SLDSBuilderHeader from './builder-header'; export { _SLDSBuilderHeader as SLDSBuilderHeader }; import _BuilderHeader from './builder-header'; export { _BuilderHeader as BuilderHeader }; import _SLDSBuilderHeaderNav from './builder-header/nav'; export { _SLDSBuilderHeaderNav as SLDSBuilderHeaderNav }; import _BuilderHeaderNav from './builder-header/nav'; export { _BuilderHeaderNav as BuilderHeaderNav }; import _SLDSBuilderHeaderNavDropdown from './builder-header/nav-dropdown'; export { _SLDSBuilderHeaderNavDropdown as SLDSBuilderHeaderNavDropdown }; import _BuilderHeaderNavDropdown from './builder-header/nav-dropdown'; export { _BuilderHeaderNavDropdown as BuilderHeaderNavDropdown }; import _SLDSBuilderHeaderNavLink from './builder-header/nav-link'; export { _SLDSBuilderHeaderNavLink as SLDSBuilderHeaderNavLink }; import _BuilderHeaderNavLink from './builder-header/nav-link'; export { _BuilderHeaderNavLink as BuilderHeaderNavLink }; import _SLDSBuilderHeaderToolbar from './builder-header/toolbar'; export { _SLDSBuilderHeaderToolbar as SLDSBuilderHeaderToolbar }; import _BuilderHeaderToolbar from './builder-header/toolbar'; export { _BuilderHeaderToolbar as BuilderHeaderToolbar }; import _SLDSBrandBand from './brand-band'; export { _SLDSBrandBand as SLDSBrandBand }; import _BrandBand from './brand-band'; export { _BrandBand as BrandBand }; import _SLDSButton from './button'; export { _SLDSButton as SLDSButton }; import _Button from './button'; export { _Button as Button }; import _SLDSButtonGroup from './button-group'; export { _SLDSButtonGroup as SLDSButtonGroup }; import _ButtonGroup from './button-group'; export { _ButtonGroup as ButtonGroup }; import _SLDSButtonStateful from './button-stateful'; export { _SLDSButtonStateful as SLDSButtonStateful }; import _ButtonStateful from './button-stateful'; export { _ButtonStateful as ButtonStateful }; /* Remove at next breaking change */ import _SLDSBreadCrumb from './breadcrumb'; export { _SLDSBreadCrumb as SLDSBreadCrumb }; import _BreadCrumb from './breadcrumb'; export { _BreadCrumb as BreadCrumb }; import _SLDSBreadcrumb from './breadcrumb'; export { _SLDSBreadcrumb as SLDSBreadcrumb }; import _Breadcrumb from './breadcrumb'; export { _Breadcrumb as Breadcrumb }; import _SLDSCard from './card'; export { _SLDSCard as SLDSCard }; import _Card from './card'; export { _Card as Card }; import _SLDSCardEmpty from './card/empty'; export { _SLDSCardEmpty as SLDSCardEmpty }; import _CardEmpty from './card/empty'; export { _CardEmpty as CardEmpty }; import _SLDSCardFilter from './card/filter'; export { _SLDSCardFilter as SLDSCardFilter }; import _CardFilter from './card/filter'; export { _CardFilter as CardFilter }; import _SLDSCarousel from './carousel'; export { _SLDSCarousel as SLDSCarousel }; import _Carousel from './carousel'; export { _Carousel as Carousel }; import _SLDSCheckbox from './forms/checkbox'; export { _SLDSCheckbox as SLDSCheckbox }; import _Checkbox from './forms/checkbox'; export { _Checkbox as Checkbox }; import _SLDSColorPicker from './color-picker'; export { _SLDSColorPicker as SLDSColorPicker }; import _ColorPicker from './color-picker'; export { _ColorPicker as ColorPicker }; import _SLDSCombobox from './combobox'; export { _SLDSCombobox as SLDSCombobox }; import _Combobox from './combobox'; export { _Combobox as Combobox }; import _SLDSExpandableSection from './expandable-section'; export { _SLDSExpandableSection as SLDSExpandableSection }; import _ExpandableSection from './expandable-section'; export { _ExpandableSection as ExpandableSection }; import _SLDSComboboxFilterAndLimit from './combobox/filter'; export { _SLDSComboboxFilterAndLimit as SLDSComboboxFilterAndLimit }; import _comboboxFilterAndLimit from './combobox/filter'; export { _comboboxFilterAndLimit as comboboxFilterAndLimit }; import _comboboxAddSubheadings from './combobox/add-subheadings'; export { _comboboxAddSubheadings as comboboxAddSubheadings }; import _SLDSGlobalHeader from './global-header'; export { _SLDSGlobalHeader as SLDSGlobalHeader }; import _GlobalHeader from './global-header'; export { _GlobalHeader as GlobalHeader }; import _SLDSGlobalHeaderButton from './global-header/button'; export { _SLDSGlobalHeaderButton as SLDSGlobalHeaderButton }; import _GlobalHeaderButton from './global-header/button'; export { _GlobalHeaderButton as GlobalHeaderButton }; import _SLDSGlobalHeaderDropdown from './global-header/dropdown'; export { _SLDSGlobalHeaderDropdown as SLDSGlobalHeaderDropdown }; import _GlobalHeaderDropdown from './global-header/dropdown'; export { _GlobalHeaderDropdown as GlobalHeaderDropdown }; import _SLDSGlobalHeaderFavorites from './global-header/favorites'; export { _SLDSGlobalHeaderFavorites as SLDSGlobalHeaderFavorites }; import _GlobalHeaderFavorites from './global-header/favorites'; export { _GlobalHeaderFavorites as GlobalHeaderFavorites }; import _SLDSGlobalHeaderHelp from './global-header/help'; export { _SLDSGlobalHeaderHelp as SLDSGlobalHeaderHelp }; import _GlobalHeaderHelp from './global-header/help'; export { _GlobalHeaderHelp as GlobalHeaderHelp }; import _SLDSGlobalHeaderNotifications from './global-header/notifications'; export { _SLDSGlobalHeaderNotifications as SLDSGlobalHeaderNotifications }; import _GlobalHeaderNotifications from './global-header/notifications'; export { _GlobalHeaderNotifications as GlobalHeaderNotifications }; import _SLDSGlobalHeaderProfile from './global-header/profile'; export { _SLDSGlobalHeaderProfile as SLDSGlobalHeaderProfile }; import _GlobalHeaderProfile from './global-header/profile'; export { _GlobalHeaderProfile as GlobalHeaderProfile }; import _SLDSGlobalHeaderSearch from './global-header/search'; export { _SLDSGlobalHeaderSearch as SLDSGlobalHeaderSearch }; import _GlobalHeaderSearch from './global-header/search'; export { _GlobalHeaderSearch as GlobalHeaderSearch }; import _SLDSGlobalHeaderSetup from './global-header/setup'; export { _SLDSGlobalHeaderSetup as SLDSGlobalHeaderSetup }; import _GlobalHeaderSetup from './global-header/setup'; export { _GlobalHeaderSetup as GlobalHeaderSetup }; import _SLDSGlobalHeaderTask from './global-header/task'; export { _SLDSGlobalHeaderTask as SLDSGlobalHeaderTask }; import _GlobalHeaderTask from './global-header/task'; export { _GlobalHeaderTask as GlobalHeaderTask }; import _SLDSGlobalNavigationBar from './global-navigation-bar'; export { _SLDSGlobalNavigationBar as SLDSGlobalNavigationBar }; import _GlobalNavigationBar from './global-navigation-bar'; export { _GlobalNavigationBar as GlobalNavigationBar }; import _SLDSGlobalNavigationBarRegion from './global-navigation-bar/region'; export { _SLDSGlobalNavigationBarRegion as SLDSGlobalNavigationBarRegion }; import _GlobalNavigationBarRegion from './global-navigation-bar/region'; export { _GlobalNavigationBarRegion as GlobalNavigationBarRegion }; import _SLDSGlobalNavigationBarLink from './global-navigation-bar/link'; export { _SLDSGlobalNavigationBarLink as SLDSGlobalNavigationBarLink }; import _GlobalNavigationBarLink from './global-navigation-bar/link'; export { _GlobalNavigationBarLink as GlobalNavigationBarLink }; import _SLDSGlobalNavigationBarDropdown from './global-navigation-bar/dropdown'; export { _SLDSGlobalNavigationBarDropdown as SLDSGlobalNavigationBarDropdown }; import _GlobalNavigationBarDropdown from './global-navigation-bar/dropdown'; export { _GlobalNavigationBarDropdown as GlobalNavigationBarDropdown }; import _SLDSDataTable from './data-table'; export { _SLDSDataTable as SLDSDataTable }; import _DataTable from './data-table'; export { _DataTable as DataTable }; import _SLDSDataTableCell from './data-table/cell'; export { _SLDSDataTableCell as SLDSDataTableCell }; import _DataTableCell from './data-table/cell'; export { _DataTableCell as DataTableCell }; import _SLDSDataTableHighlightCell from './data-table/highlight-cell'; export { _SLDSDataTableHighlightCell as SLDSDataTableHighlightCell }; import _DataTableHighlightCell from './data-table/highlight-cell'; export { _DataTableHighlightCell as DataTableHighlightCell }; import _SLDSDataTableColumn from './data-table/column'; export { _SLDSDataTableColumn as SLDSDataTableColumn }; import _DataTableColumn from './data-table/column'; export { _DataTableColumn as DataTableColumn }; import _SLDSDataTableRowActions from './data-table/row-actions'; export { _SLDSDataTableRowActions as SLDSDataTableRowActions }; import _DataTableRowActions from './data-table/row-actions'; export { _DataTableRowActions as DataTableRowActions }; import _SLDSDatepicker from './date-picker'; export { _SLDSDatepicker as SLDSDatepicker }; import _Datepicker from './date-picker'; export { _Datepicker as Datepicker }; import _SLDSIcon from './icon'; export { _SLDSIcon as SLDSIcon }; import _Icon from './icon'; export { _Icon as Icon }; import _SLDSIllustration from './illustration'; export { _SLDSIllustration as SLDSIllustration }; import _Illustration from './illustration'; export { _Illustration as Illustration }; // TODO: Should probably be removed from export and only used internally. This component does not implement Button Icons per SLDS, but only the icons in buttons import _SLDSButtonIcon from './icon/button-icon'; export { _SLDSButtonIcon as SLDSButtonIcon }; import _ButtonIcon from './icon/button-icon'; export { _ButtonIcon as ButtonIcon }; import _SLDSFilter from './filter'; export { _SLDSFilter as SLDSFilter }; import _Filter from './filter'; export { _Filter as Filter }; import _SLDSInlineEdit from './forms/input/inline'; export { _SLDSInlineEdit as SLDSInlineEdit }; import _InlineEdit from './forms/input/inline'; export { _InlineEdit as InlineEdit }; import _SLDSInput from './input'; export { _SLDSInput as SLDSInput }; import _Input from './input'; export { _Input as Input }; import _SLDSSearch from './input/search'; export { _SLDSSearch as SLDSSearch }; import _Search from './input/search'; export { _Search as Search }; import _SLDSInputIcon from './icon/input-icon'; export { _SLDSInputIcon as SLDSInputIcon }; import _InputIcon from './icon/input-icon'; export { _InputIcon as InputIcon }; import _SLDSLookup from './lookup'; export { _SLDSLookup as SLDSLookup }; import _Lookup from './lookup'; export { _Lookup as Lookup }; import _SLDSLookupDefaultFooter from './lookup/menu/default-footer'; export { _SLDSLookupDefaultFooter as SLDSLookupDefaultFooter }; import _LookupDefaultFooter from './lookup/menu/default-footer'; export { _LookupDefaultFooter as LookupDefaultFooter }; import _SLDSLookupDefaultHeader from './lookup/menu/default-header'; export { _SLDSLookupDefaultHeader as SLDSLookupDefaultHeader }; import _LookupDefaultHeader from './lookup/menu/default-header'; export { _LookupDefaultHeader as LookupDefaultHeader }; import _SLDSLookupDefaultSectionDivider from './lookup/menu/default-section-divider'; export { _SLDSLookupDefaultSectionDivider as SLDSLookupDefaultSectionDivider }; import _LookupDefaultSectionDivider from './lookup/menu/default-section-divider'; export { _LookupDefaultSectionDivider as LookupDefaultSectionDivider }; import _SLDSMediaObject from './media-object'; export { _SLDSMediaObject as SLDSMediaObject }; import _MediaObject from './media-object'; export { _MediaObject as MediaObject }; import _SLDSMenuDropdown from './menu-dropdown'; export { _SLDSMenuDropdown as SLDSMenuDropdown }; import _Dropdown from './menu-dropdown'; export { _Dropdown as Dropdown }; import _SLDSDropdownTrigger from './menu-dropdown/button-trigger'; export { _SLDSDropdownTrigger as SLDSDropdownTrigger }; import _DropdownTrigger from './menu-dropdown/button-trigger'; export { _DropdownTrigger as DropdownTrigger }; import _SLDSMenuPicklist from './menu-picklist'; export { _SLDSMenuPicklist as SLDSMenuPicklist }; import _Picklist from './menu-picklist'; export { _Picklist as Picklist }; import _SLDSModal from './modal'; export { _SLDSModal as SLDSModal }; import _Modal from './modal'; export { _Modal as Modal }; import _SLDSModalTrigger from './modal/trigger'; export { _SLDSModalTrigger as SLDSModalTrigger }; import _ModalTrigger from './modal/trigger'; export { _ModalTrigger as ModalTrigger }; import _SLDSNavigation from './vertical-navigation'; export { _SLDSNavigation as SLDSNavigation }; import _Navigation from './vertical-navigation'; export { _Navigation as Navigation }; import _SLDSNotification from './notification'; export { _SLDSNotification as SLDSNotification }; import _Notification from './notification'; export { _Notification as Notification }; import _SLDSPanel from './panel'; export { _SLDSPanel as SLDSPanel }; import _Panel from './panel'; export { _Panel as Panel }; import _SLDSPanelFilterGroup from './panel/filtering/group'; export { _SLDSPanelFilterGroup as SLDSPanelFilterGroup }; import _PanelFilterGroup from './panel/filtering/group'; export { _PanelFilterGroup as PanelFilterGroup }; import _SLDSPanelFilterList from './panel/filtering/list'; export { _SLDSPanelFilterList as SLDSPanelFilterList }; import _PanelFilterList from './panel/filtering/list'; export { _PanelFilterList as PanelFilterList }; import _SLDSPanelFilterListHeading from './panel/filtering/list-heading'; export { _SLDSPanelFilterListHeading as SLDSPanelFilterListHeading }; import _PanelFilterListHeading from './panel/filtering/list-heading'; export { _PanelFilterListHeading as PanelFilterListHeading }; import _SLDSPageHeader from './page-header'; export { _SLDSPageHeader as SLDSPageHeader }; import _PageHeader from './page-header'; export { _PageHeader as PageHeader }; import _SLDSPill from './pill'; export { _SLDSPill as SLDSPill }; import _Pill from './pill'; export { _Pill as Pill }; import _SLDSPillContainer from './pill-container'; export { _SLDSPillContainer as SLDSPillContainer }; import _PillContainer from './pill-container'; export { _PillContainer as PillContainer }; import _SLDSPopover from './popover'; export { _SLDSPopover as SLDSPopover }; import _Popover from './popover'; export { _Popover as Popover }; import _SLDSPopoverTooltip from './tooltip'; export { _SLDSPopoverTooltip as SLDSPopoverTooltip }; import _PopoverTooltip from './tooltip'; export { _PopoverTooltip as PopoverTooltip }; import _SLDSTooltip from './tooltip'; export { _SLDSTooltip as SLDSTooltip }; import _Tooltip from './tooltip'; export { _Tooltip as Tooltip }; import _SLDSEditDialog from './popover/edit-dialog'; export { _SLDSEditDialog as SLDSEditDialog }; import _EditDialog from './popover/edit-dialog'; export { _EditDialog as EditDialog }; import _SLDSProgressBar from './progress-bar'; export { _SLDSProgressBar as SLDSProgressBar }; import _ProgressBar from './progress-bar'; export { _ProgressBar as ProgressBar }; import _SLDSProgressIndicator from './progress-indicator'; export { _SLDSProgressIndicator as SLDSProgressIndicator }; import _ProgressIndicator from './progress-indicator'; export { _ProgressIndicator as ProgressIndicator }; import _SLDSProgressRing from './progress-ring'; export { _SLDSProgressRing as SLDSProgressRing }; import _ProgressRing from './progress-ring'; export { _ProgressRing as ProgressRing }; import _SLDSRadio from './radio'; export { _SLDSRadio as SLDSRadio }; import _Radio from './radio'; export { _Radio as Radio }; import _SLDSRadioButtonGroup from './radio-button-group'; export { _SLDSRadioButtonGroup as SLDSRadioButtonGroup }; import _RadioButtonGroup from './radio-button-group'; export { _RadioButtonGroup as RadioButtonGroup }; import _SLDSRadioGroup from './radio-group'; export { _SLDSRadioGroup as SLDSRadioGroup }; import _RadioGroup from './radio-group'; export { _RadioGroup as RadioGroup }; import _SLDSScopedNotification from './scoped-notification'; export { _SLDSScopedNotification as SLDSScopedNotification }; import _ScopedNotification from './scoped-notification'; export { _ScopedNotification as ScopedNotification }; import _SLDSSetupAssistant from './setup-assistant'; export { _SLDSSetupAssistant as SLDSSetupAssistant }; import _SetupAssistant from './setup-assistant'; export { _SetupAssistant as SetupAssistant }; import _SLDSSetupAssistantStep from './setup-assistant/step'; export { _SLDSSetupAssistantStep as SLDSSetupAssistantStep }; import _SetupAssistantStep from './setup-assistant/step'; export { _SetupAssistantStep as SetupAssistantStep }; import _SLDSSlider from './slider'; export { _SLDSSlider as SLDSSlider }; import _Slider from './slider'; export { _Slider as Slider }; import _SLDSSpinner from './spinner'; export { _SLDSSpinner as SLDSSpinner }; import _Spinner from './spinner'; export { _Spinner as Spinner }; // Remove at next breaking change import _SLDSSplitview from './split-view'; export { _SLDSSplitview as SLDSSplitview }; import _Splitview from './split-view'; export { _Splitview as Splitview }; import _SLDSSplitView from './split-view'; export { _SLDSSplitView as SLDSSplitView }; import _SplitView from './split-view'; export { _SplitView as SplitView }; import _SLDSSplitViewHeader from './split-view/header'; export { _SLDSSplitViewHeader as SLDSSplitViewHeader }; import _SplitViewHeader from './split-view/header'; export { _SplitViewHeader as SplitViewHeader }; import _SLDSSplitViewListbox from './split-view/listbox'; export { _SLDSSplitViewListbox as SLDSSplitViewListbox }; import _SplitViewListbox from './split-view/listbox'; export { _SplitViewListbox as SplitViewListbox }; import _SLDSTextarea from './textarea'; export { _SLDSTextarea as SLDSTextarea }; import _Textarea from './textarea'; export { _Textarea as Textarea }; import _SLDSTimepicker from './time-picker'; export { _SLDSTimepicker as SLDSTimepicker }; import _Timepicker from './time-picker'; export { _Timepicker as Timepicker }; import _SLDSTabs from './tabs'; export { _SLDSTabs as SLDSTabs }; import _Tabs from './tabs'; export { _Tabs as Tabs }; import _SLDSTabsPanel from './tabs/panel'; export { _SLDSTabsPanel as SLDSTabsPanel }; import _TabsPanel from './tabs/panel'; export { _TabsPanel as TabsPanel }; import _SLDSToast from './toast'; export { _SLDSToast as SLDSToast }; import _Toast from './toast'; export { _Toast as Toast }; import _SLDSToastContainer from './toast/container'; export { _SLDSToastContainer as SLDSToastContainer }; import _ToastContainer from './toast/container'; export { _ToastContainer as ToastContainer }; import _SLDSUtilityIcon from './utilities/utility-icon'; export { _SLDSUtilityIcon as SLDSUtilityIcon }; import _UtilityIcon from './utilities/utility-icon'; export { _UtilityIcon as UtilityIcon }; import _SLDSTree from './tree'; export { _SLDSTree as SLDSTree }; import _Tree from './tree'; export { _Tree as Tree }; import _SLDSVerticalNavigation from './vertical-navigation'; export { _SLDSVerticalNavigation as SLDSVerticalNavigation }; import _VerticalNavigation from './vertical-navigation'; export { _VerticalNavigation as VerticalNavigation }; import _SLDSDynamicIcon from './dynamic-icon'; export { _SLDSDynamicIcon as SLDSDynamicIcon }; import _DynamicIcon from './dynamic-icon'; export { _DynamicIcon as DynamicIcon }; // Library utilities import _log from '../utilities/log'; export { _log as log }; // eslint-disable-next-line camelcase import _UNSAFE_DirectionSettings from './utilities/UNSAFE_direction'; export { _UNSAFE_DirectionSettings as UNSAFE_DirectionSettings }; //# sourceMappingURL=index.js.map