UNPKG

@zohodesk/components

Version:

Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development

64 lines (63 loc) 1.71 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tabs_defaultProps = exports.Tab_defaultProps = exports.TabWrapper_defaultProps = exports.TabContent_defaultProps = exports.TabContentWrapper_defaultProps = void 0; var Tab_defaultProps = { dataId: 'tabMenu', contentAlign: 'both', contentAlignBox: 'row', customProps: {}, dataSelectorId: 'tab' }; exports.Tab_defaultProps = Tab_defaultProps; var TabContent_defaultProps = { dataId: 'tabContent', dataSelectorId: 'tabContent' }; exports.TabContent_defaultProps = TabContent_defaultProps; var TabContentWrapper_defaultProps = { children: [], dataSelectorId: 'tabContentWrapper', a11y: {} }; exports.TabContentWrapper_defaultProps = TabContentWrapper_defaultProps; var Tabs_defaultProps = { isAnimate: false, isResponsive: true, needTabBorder: false, type: 'alpha', dataId: 'highlight', align: 'horizontal', children: [], highlightClass: '', minTabsCount: 0, maxTabsCount: 100, moreButtonClass: '', moreBoxClass: '', menuItemClass: '', iconName: 'ZD-TB-menu', iconSize: '7', containerClass: '', customProps: {}, dataSelectorId: 'tabs', searchBoxSize: 'small', searchErrorText: 'No results', placeHolderText: 'Search', isAbsolutePositioningNeeded: true, isRestrictScroll: false, moreContainerClass: '' }; exports.Tabs_defaultProps = Tabs_defaultProps; var TabWrapper_defaultProps = { hookToDisableInternalState: false, isAnimate: false, needBorder: true, needPadding: true, needTabBorder: false, type: 'alpha', align: 'vertical', needAppearance: true, dataSelectorId: 'tabWrapper' }; exports.TabWrapper_defaultProps = TabWrapper_defaultProps;