@zohodesk/components 1.0.0-temp-190.2 → 1.0.0-temp-191
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/.cli/PropLessFiles.html +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/README.md +12 -5
- package/assets/Appearance/dark/mode/Component_DarkMode.module.css +2 -29
- package/assets/Appearance/light/mode/Component_LightMode.module.css +2 -29
- package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +2 -29
- package/es/AppContainer/AppContainer.js +10 -9
- package/es/AppContainer/AppContainer.module.css +2 -2
- package/es/Avatar/Avatar.js +4 -5
- package/es/Avatar/Avatar.module.css +22 -52
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/AvatarTeam.module.css +74 -66
- package/es/Button/Button.js +5 -6
- package/es/Button/css/Button.module.css +100 -162
- package/es/Buttongroup/Buttongroup.module.css +17 -52
- package/es/CheckBox/CheckBox.js +18 -8
- package/es/CheckBox/CheckBox.module.css +60 -37
- package/es/CheckBox/props/propTypes.js +1 -0
- package/es/DateTime/DateTime.module.css +57 -86
- package/es/DateTime/DateWidget.module.css +7 -11
- package/es/DateTime/YearView.module.css +21 -34
- package/es/DropBox/DropBox.js +10 -11
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +79 -105
- package/es/DropBox/css/DropBox.module.css +6 -24
- package/es/DropDown/DropDown.js +2 -1
- package/es/DropDown/DropDown.module.css +2 -2
- package/es/DropDown/DropDownHeading.module.css +13 -19
- package/es/DropDown/DropDownItem.module.css +22 -43
- package/es/DropDown/DropDownSearch.module.css +3 -3
- package/es/DropDown/DropDownSeparator.module.css +2 -2
- package/es/Heading/Heading.module.css +2 -2
- package/es/Label/Label.module.css +23 -12
- package/es/Label/LabelColors.module.css +7 -1
- package/es/Layout/Layout.module.css +15 -15
- package/es/ListItem/ListContainer.js +6 -5
- package/es/ListItem/ListItem.js +4 -5
- package/es/ListItem/ListItem.module.css +87 -90
- package/es/ListItem/ListItemWithAvatar.js +4 -5
- package/es/ListItem/ListItemWithCheckBox.js +4 -5
- package/es/ListItem/ListItemWithIcon.js +4 -5
- package/es/ListItem/ListItemWithRadio.js +4 -5
- package/es/Modal/Modal.js +4 -5
- package/es/MultiSelect/AdvancedMultiSelect.js +8 -9
- package/es/MultiSelect/MobileHeader/MobileHeader.module.css +19 -16
- package/es/MultiSelect/MultiSelect.module.css +69 -55
- package/es/MultiSelect/MultiSelectWithAvatar.js +4 -5
- package/es/MultiSelect/SelectedOptions.js +6 -8
- package/es/MultiSelect/SelectedOptions.module.css +5 -11
- package/es/MultiSelect/Suggestions.js +6 -8
- package/es/PopOver/PopOver.module.css +4 -4
- package/es/Popup/Popup.js +3 -4
- package/es/Radio/Radio.js +25 -6
- package/es/Radio/Radio.module.css +40 -23
- package/es/Radio/__tests__/__snapshots__/Radio.spec.js.snap +3 -3
- package/es/Radio/props/defaultProps.js +1 -0
- package/es/Radio/props/propTypes.js +7 -0
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +2 -4
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
- package/es/Ribbon/Ribbon.module.css +64 -147
- package/es/RippleEffect/RippleEffect.module.css +27 -9
- package/es/Select/Select.js +4 -5
- package/es/Select/Select.module.css +22 -33
- package/es/Stencils/Stencils.module.css +14 -32
- package/es/Switch/Switch.js +8 -8
- package/es/Switch/Switch.module.css +35 -32
- package/es/Tab/Tab.js +4 -5
- package/es/Tab/Tab.module.css +39 -28
- package/es/Tab/TabContentWrapper.js +4 -5
- package/es/Tab/TabWrapper.js +2 -4
- package/es/Tab/Tabs.js +16 -16
- package/es/Tab/Tabs.module.css +29 -51
- package/es/Tag/Tag.module.css +91 -66
- package/es/TextBox/TextBox.js +5 -5
- package/es/TextBox/TextBox.module.css +20 -36
- package/es/TextBoxIcon/TextBoxIcon.js +2 -4
- package/es/TextBoxIcon/TextBoxIcon.module.css +6 -18
- package/es/Textarea/Textarea.js +4 -6
- package/es/Textarea/Textarea.module.css +60 -36
- package/es/Tooltip/Tooltip.module.css +13 -12
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +4 -5
- package/es/common/animation.module.css +29 -227
- package/es/common/avatarsizes.module.css +16 -16
- package/es/common/basicReset.module.css +15 -5
- package/es/common/common.module.css +36 -82
- package/es/common/customscroll.module.css +32 -29
- package/es/common/transition.module.css +10 -50
- package/es/deprecated/PortalLayer/PortalLayer.js +8 -6
- package/es/semantic/Button/semanticButton.module.css +3 -3
- package/es/v1/Animation/Animation.js +1 -1
- package/es/v1/AppContainer/AppContainer.js +10 -9
- package/es/v1/Avatar/Avatar.js +4 -5
- package/es/v1/AvatarTeam/AvatarTeam.js +7 -7
- package/es/v1/Button/Button.js +5 -6
- package/es/v1/Card/Card.js +1 -1
- package/es/v1/CheckBox/CheckBox.js +15 -9
- package/es/v1/CheckBox/props/propTypes.js +1 -0
- package/es/v1/DropBox/DropBox.js +10 -11
- package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
- package/es/v1/DropDown/DropDown.js +2 -1
- package/es/v1/ListItem/ListContainer.js +7 -6
- package/es/v1/ListItem/ListItem.js +4 -5
- package/es/v1/ListItem/ListItemWithAvatar.js +4 -5
- package/es/v1/ListItem/ListItemWithCheckBox.js +4 -5
- package/es/v1/ListItem/ListItemWithIcon.js +4 -5
- package/es/v1/ListItem/ListItemWithRadio.js +4 -5
- package/es/v1/Modal/Modal.js +4 -5
- package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +1 -1
- package/es/v1/MultiSelect/AdvancedMultiSelect.js +9 -10
- package/es/v1/MultiSelect/MultiSelectWithAvatar.js +5 -6
- package/es/v1/MultiSelect/SelectedOptions.js +6 -8
- package/es/v1/MultiSelect/Suggestions.js +6 -8
- package/es/v1/MultiSelect/props/defaultProps.js +1 -1
- package/es/v1/Popup/Popup.js +3 -4
- package/es/v1/Radio/Radio.js +21 -6
- package/es/v1/Radio/props/defaultProps.js +1 -0
- package/es/v1/Radio/props/propTypes.js +7 -0
- package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +3 -5
- package/es/v1/Select/GroupSelect.js +1 -1
- package/es/v1/Select/Select.js +5 -6
- package/es/v1/Select/SelectWithAvatar.js +5 -7
- package/es/v1/Select/SelectWithIcon.js +1 -1
- package/es/v1/Select/props/defaultProps.js +1 -1
- package/es/v1/Select/props/propTypes.js +1 -3
- package/es/v1/Switch/Switch.js +8 -8
- package/es/v1/Tab/Tab.js +4 -5
- package/es/v1/Tab/TabContentWrapper.js +4 -5
- package/es/v1/Tab/TabWrapper.js +2 -4
- package/es/v1/Tab/Tabs.js +18 -18
- package/es/v1/Tab/v1Tab.module.css +39 -28
- package/es/v1/Tab/v1Tabs.module.css +29 -51
- package/es/v1/TextBox/TextBox.js +5 -5
- package/es/v1/TextBoxIcon/TextBoxIcon.js +2 -4
- package/es/v1/Textarea/Textarea.js +4 -6
- package/es/v1/Tooltip/Tooltip.js +1 -1
- package/es/v1/Typography/css/Typography.module.css +33 -39
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +4 -5
- package/lib/AppContainer/AppContainer.module.css +2 -2
- package/lib/Avatar/Avatar.module.css +22 -52
- package/lib/AvatarTeam/AvatarTeam.module.css +74 -66
- package/lib/Button/css/Button.module.css +100 -162
- package/lib/Buttongroup/Buttongroup.module.css +17 -52
- package/lib/CheckBox/CheckBox.js +34 -24
- package/lib/CheckBox/CheckBox.module.css +60 -37
- package/lib/CheckBox/props/propTypes.js +1 -0
- package/lib/DateTime/DateTime.module.css +57 -86
- package/lib/DateTime/DateWidget.module.css +7 -11
- package/lib/DateTime/YearView.module.css +21 -34
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +79 -105
- package/lib/DropBox/css/DropBox.module.css +6 -24
- package/lib/DropDown/DropDown.module.css +2 -2
- package/lib/DropDown/DropDownHeading.module.css +13 -19
- package/lib/DropDown/DropDownItem.module.css +22 -43
- package/lib/DropDown/DropDownSearch.module.css +3 -3
- package/lib/DropDown/DropDownSeparator.module.css +2 -2
- package/lib/Heading/Heading.module.css +2 -2
- package/lib/Label/Label.module.css +23 -12
- package/lib/Label/LabelColors.module.css +7 -1
- package/lib/Layout/Layout.module.css +15 -15
- package/lib/ListItem/ListItem.module.css +87 -90
- package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +19 -16
- package/lib/MultiSelect/MultiSelect.module.css +69 -55
- package/lib/MultiSelect/SelectedOptions.module.css +5 -11
- package/lib/PopOver/PopOver.module.css +4 -4
- package/lib/Radio/Radio.js +45 -26
- package/lib/Radio/Radio.module.css +40 -23
- package/lib/Radio/__tests__/__snapshots__/Radio.spec.js.snap +3 -3
- package/lib/Radio/props/defaultProps.js +1 -0
- package/lib/Radio/props/propTypes.js +7 -0
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
- package/lib/Ribbon/Ribbon.module.css +64 -147
- package/lib/RippleEffect/RippleEffect.module.css +27 -9
- package/lib/Select/Select.module.css +22 -33
- package/lib/Stencils/Stencils.module.css +14 -32
- package/lib/Switch/Switch.module.css +35 -32
- package/lib/Tab/Tab.module.css +39 -28
- package/lib/Tab/Tabs.module.css +29 -51
- package/lib/Tag/Tag.module.css +91 -66
- package/lib/TextBox/TextBox.module.css +20 -36
- package/lib/TextBoxIcon/TextBoxIcon.module.css +6 -18
- package/lib/Textarea/Textarea.module.css +60 -36
- package/lib/Tooltip/Tooltip.module.css +13 -12
- package/lib/common/animation.module.css +29 -227
- package/lib/common/avatarsizes.module.css +16 -16
- package/lib/common/basicReset.module.css +15 -5
- package/lib/common/common.module.css +36 -82
- package/lib/common/customscroll.module.css +32 -29
- package/lib/common/transition.module.css +10 -50
- package/lib/semantic/Button/semanticButton.module.css +3 -3
- package/lib/v1/Animation/Animation.js +1 -1
- package/lib/v1/Card/Card.js +1 -1
- package/lib/v1/CheckBox/CheckBox.js +7 -1
- package/lib/v1/CheckBox/props/propTypes.js +1 -0
- package/lib/v1/DropBox/utils/isMobilePopover.js +1 -1
- package/lib/v1/ListItem/ListContainer.js +1 -1
- package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +1 -1
- package/lib/v1/MultiSelect/AdvancedMultiSelect.js +1 -1
- package/lib/v1/MultiSelect/props/defaultProps.js +1 -1
- package/lib/v1/Radio/Radio.js +22 -7
- package/lib/v1/Radio/props/defaultProps.js +1 -0
- package/lib/v1/Radio/props/propTypes.js +7 -0
- package/lib/v1/ResponsiveDropBox/ResponsiveDropBox.js +1 -1
- package/lib/v1/Select/GroupSelect.js +1 -1
- package/lib/v1/Select/Select.js +1 -1
- package/lib/v1/Select/SelectWithAvatar.js +4 -6
- package/lib/v1/Select/SelectWithIcon.js +1 -1
- package/lib/v1/Select/props/defaultProps.js +1 -1
- package/lib/v1/Select/props/propTypes.js +1 -3
- package/lib/v1/Tab/Tabs.js +2 -2
- package/lib/v1/Tab/v1Tab.module.css +39 -28
- package/lib/v1/Tab/v1Tabs.module.css +29 -51
- package/lib/v1/Tooltip/Tooltip.js +1 -1
- package/lib/v1/Typography/css/Typography.module.css +33 -39
- package/package.json +10 -10
- package/es/v1/Provider/AvatarSize.js +0 -13
- package/es/v1/Provider/Config.js +0 -18
- package/es/v1/Provider/CssProvider.js +0 -16
- package/es/v1/Provider/IdProvider.js +0 -66
- package/es/v1/Provider/LibraryContext.js +0 -37
- package/es/v1/Provider/LibraryContextInit.js +0 -3
- package/es/v1/Provider/NumberGenerator/NumberGenerator.js +0 -136
- package/es/v1/Provider/ZindexProvider.js +0 -57
- package/es/v1/Provider/index.js +0 -4
- package/es/v1/Responsive/CustomResponsive.js +0 -195
- package/es/v1/Responsive/RefWrapper.js +0 -39
- package/es/v1/Responsive/ResizeComponent.js +0 -197
- package/es/v1/Responsive/ResizeObserver.js +0 -140
- package/es/v1/Responsive/Responsive.js +0 -194
- package/es/v1/Responsive/index.js +0 -9
- package/es/v1/Responsive/props/defaultProps.js +0 -13
- package/es/v1/Responsive/props/propTypes.js +0 -25
- package/lib/v1/Provider/AvatarSize.js +0 -24
- package/lib/v1/Provider/Config.js +0 -27
- package/lib/v1/Provider/CssProvider.js +0 -27
- package/lib/v1/Provider/IdProvider.js +0 -79
- package/lib/v1/Provider/LibraryContext.js +0 -76
- package/lib/v1/Provider/LibraryContextInit.js +0 -15
- package/lib/v1/Provider/NumberGenerator/NumberGenerator.js +0 -174
- package/lib/v1/Provider/ZindexProvider.js +0 -69
- package/lib/v1/Provider/index.js +0 -81
- package/lib/v1/Responsive/CustomResponsive.js +0 -242
- package/lib/v1/Responsive/RefWrapper.js +0 -57
- package/lib/v1/Responsive/ResizeComponent.js +0 -268
- package/lib/v1/Responsive/ResizeObserver.js +0 -168
- package/lib/v1/Responsive/Responsive.js +0 -274
- package/lib/v1/Responsive/index.js +0 -55
- package/lib/v1/Responsive/props/defaultProps.js +0 -23
- package/lib/v1/Responsive/props/propTypes.js +0 -39
- package/result.json +0 -1
|
@@ -15,7 +15,7 @@ var _Label = _interopRequireDefault(require("../Label/Label"));
|
|
|
15
15
|
|
|
16
16
|
var _Layout = require("../Layout");
|
|
17
17
|
|
|
18
|
-
var _CssProvider = _interopRequireDefault(require("
|
|
18
|
+
var _CssProvider = _interopRequireDefault(require("../../Provider/CssProvider"));
|
|
19
19
|
|
|
20
20
|
var _CheckBoxModule = _interopRequireDefault(require("../../CheckBox/CheckBox.module.css"));
|
|
21
21
|
|
|
@@ -38,6 +38,7 @@ var CheckBox = function CheckBox(props) {
|
|
|
38
38
|
isFilled = props.isFilled,
|
|
39
39
|
isClipped = props.isClipped,
|
|
40
40
|
getRef = props.getRef,
|
|
41
|
+
getContainerRef = props.getContainerRef,
|
|
41
42
|
variant = props.variant,
|
|
42
43
|
active = props.active,
|
|
43
44
|
dataId = props.dataId,
|
|
@@ -53,6 +54,10 @@ var CheckBox = function CheckBox(props) {
|
|
|
53
54
|
onChange && onChange(!checked, e);
|
|
54
55
|
}
|
|
55
56
|
|
|
57
|
+
function handleGetContainerRef(ele) {
|
|
58
|
+
getContainerRef && getContainerRef(ele, id);
|
|
59
|
+
}
|
|
60
|
+
|
|
56
61
|
var _customProps$CheckBox = customProps.CheckBoxProps,
|
|
57
62
|
CheckBoxProps = _customProps$CheckBox === void 0 ? {} : _customProps$CheckBox,
|
|
58
63
|
_customProps$LabelPro = customProps.LabelProps,
|
|
@@ -85,6 +90,7 @@ var CheckBox = function CheckBox(props) {
|
|
|
85
90
|
onClick: isReadOnly || disabled ? null : onChange,
|
|
86
91
|
tabIndex: isReadOnly || disabled || ariaHidden ? '-1' : '0',
|
|
87
92
|
"aria-checked": ariaChecked,
|
|
93
|
+
eleRef: handleGetContainerRef,
|
|
88
94
|
role: role,
|
|
89
95
|
"aria-label": ariaLabel,
|
|
90
96
|
"aria-labelledby": ariaLabelledby,
|
|
@@ -18,6 +18,7 @@ var propTypes = {
|
|
|
18
18
|
disabled: _propTypes["default"].bool,
|
|
19
19
|
disabledTitle: _propTypes["default"].string,
|
|
20
20
|
getRef: _propTypes["default"].func,
|
|
21
|
+
getContainerRef: _propTypes["default"].func,
|
|
21
22
|
id: _propTypes["default"].string,
|
|
22
23
|
isFilled: _propTypes["default"].bool,
|
|
23
24
|
isClipped: _propTypes["default"].bool,
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = isMobilePopover;
|
|
7
7
|
|
|
8
|
-
var _Config = require("
|
|
8
|
+
var _Config = require("../../../Provider/Config");
|
|
9
9
|
|
|
10
10
|
function isMobilePopover(needResponsive) {
|
|
11
11
|
// let { needResponsive } = props;
|
|
@@ -19,7 +19,7 @@ var _defaultProps = require("./props/defaultProps");
|
|
|
19
19
|
|
|
20
20
|
var _propTypes = require("./props/propTypes");
|
|
21
21
|
|
|
22
|
-
var _CustomResponsive = require("
|
|
22
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
23
23
|
|
|
24
24
|
var _excluded = ["role", "ariaSelected", "ariaLabel", "insetFocus"];
|
|
25
25
|
|
|
@@ -37,7 +37,7 @@ var _IdProvider = require("../../Provider/IdProvider");
|
|
|
37
37
|
|
|
38
38
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
39
39
|
|
|
40
|
-
var _CustomResponsive = require("
|
|
40
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
41
41
|
|
|
42
42
|
var _icons = require("@zohodesk/icons");
|
|
43
43
|
|
|
@@ -37,7 +37,7 @@ var _IdProvider = require("../../Provider/IdProvider");
|
|
|
37
37
|
|
|
38
38
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
39
39
|
|
|
40
|
-
var _CustomResponsive = require("
|
|
40
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
41
41
|
|
|
42
42
|
var _Loader = _interopRequireDefault(require("@zohodesk/svg/lib/Loader/Loader"));
|
|
43
43
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.Suggestions_defaultProps = exports.SelectedOptions_defaultProps = exports.MultiSelect_defaultProps = exports.MultiSelectWithAvatar_defaultProps = exports.MultiSelectHeader_defaultProps = exports.EmptyState_defaultProps = exports.AdvancedMultiSelect_defaultProps = exports.AdvancedGroupMultiSelect_defaultProps = void 0;
|
|
7
7
|
|
|
8
|
-
var _Config = require("
|
|
8
|
+
var _Config = require("../../../Provider/Config");
|
|
9
9
|
|
|
10
10
|
var AdvancedGroupMultiSelect_defaultProps = {
|
|
11
11
|
animationStyle: 'bounce',
|
package/lib/v1/Radio/Radio.js
CHANGED
|
@@ -19,6 +19,8 @@ var _RadioModule = _interopRequireDefault(require("../../Radio/Radio.module.css"
|
|
|
19
19
|
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
21
|
|
|
22
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
23
|
+
|
|
22
24
|
var Radio = function Radio(props) {
|
|
23
25
|
var id = props.id,
|
|
24
26
|
name = props.name,
|
|
@@ -37,6 +39,9 @@ var Radio = function Radio(props) {
|
|
|
37
39
|
active = props.active,
|
|
38
40
|
isFilled = props.isFilled,
|
|
39
41
|
customClass = props.customClass,
|
|
42
|
+
customProps = props.customProps,
|
|
43
|
+
getRef = props.getRef,
|
|
44
|
+
children = props.children,
|
|
40
45
|
a11y = props.a11y;
|
|
41
46
|
var _customClass$customRa = customClass.customRadioWrap,
|
|
42
47
|
customRadioWrap = _customClass$customRa === void 0 ? '' : _customClass$customRa,
|
|
@@ -49,19 +54,28 @@ var Radio = function Radio(props) {
|
|
|
49
54
|
var ariaHidden = a11y.ariaHidden,
|
|
50
55
|
_a11y$role = a11y.role,
|
|
51
56
|
role = _a11y$role === void 0 ? 'radio' : _a11y$role,
|
|
57
|
+
tabIndex = a11y.tabIndex,
|
|
52
58
|
_a11y$ariaChecked = a11y.ariaChecked,
|
|
53
59
|
ariaChecked = _a11y$ariaChecked === void 0 ? checked : _a11y$ariaChecked,
|
|
54
60
|
ariaLabel = a11y.ariaLabel,
|
|
55
61
|
ariaLabelledby = a11y.ariaLabelledby,
|
|
56
62
|
_a11y$ariaReadonly = a11y.ariaReadonly,
|
|
57
63
|
ariaReadonly = _a11y$ariaReadonly === void 0 ? isReadOnly || disabled ? true : false : _a11y$ariaReadonly;
|
|
64
|
+
var _customProps$Containe = customProps.ContainerProps,
|
|
65
|
+
ContainerProps = _customProps$Containe === void 0 ? {} : _customProps$Containe,
|
|
66
|
+
_customProps$LabelPro = customProps.LabelProps,
|
|
67
|
+
LabelProps = _customProps$LabelPro === void 0 ? {} : _customProps$LabelPro;
|
|
58
68
|
|
|
59
69
|
function onChange(e) {
|
|
60
70
|
var onChange = props.onChange;
|
|
61
71
|
onChange && onChange(value, e);
|
|
62
72
|
}
|
|
63
73
|
|
|
64
|
-
|
|
74
|
+
function handleGetRef(ele) {
|
|
75
|
+
getRef && getRef(ele, value);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, _extends({
|
|
65
79
|
dataId: value ? value.toLowerCase() : 'RadioComp',
|
|
66
80
|
isCover: false,
|
|
67
81
|
isInline: text ? false : true,
|
|
@@ -71,13 +85,14 @@ var Radio = function Radio(props) {
|
|
|
71
85
|
"data-title": toolTip,
|
|
72
86
|
onClick: !isReadOnly && !disabled ? onChange : '',
|
|
73
87
|
"aria-checked": ariaChecked,
|
|
74
|
-
tabindex: isReadOnly || disabled || ariaHidden ? '-1' : '0',
|
|
88
|
+
tabindex: isReadOnly || disabled || ariaHidden ? '-1' : tabIndex || '0',
|
|
89
|
+
eleRef: handleGetRef,
|
|
75
90
|
role: role,
|
|
76
91
|
"aria-Hidden": ariaHidden,
|
|
77
92
|
"aria-label": ariaLabel,
|
|
78
93
|
"aria-labelledby": ariaLabelledby,
|
|
79
94
|
"aria-readonly": ariaReadonly
|
|
80
|
-
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
95
|
+
}, ContainerProps), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
81
96
|
className: "".concat(_RadioModule["default"].radio, " ").concat(checked ? "".concat(_RadioModule["default"]["rdBox".concat(palette)]) : '', "\n ").concat(isReadOnly || disabled ? '' : "".concat(_RadioModule["default"]["hover".concat(palette)]), " ").concat(_RadioModule["default"][size], " ").concat(isFilled ? _RadioModule["default"].filled : '', " ").concat(_RadioModule["default"]["centerPath".concat(palette)], " ").concat(customRadio)
|
|
82
97
|
}, /*#__PURE__*/_react["default"].createElement("input", {
|
|
83
98
|
type: "hidden",
|
|
@@ -102,17 +117,17 @@ var Radio = function Radio(props) {
|
|
|
102
117
|
}) : null))), text && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
103
118
|
flexible: true,
|
|
104
119
|
className: _RadioModule["default"].text
|
|
105
|
-
}, /*#__PURE__*/_react["default"].createElement(_Label["default"], {
|
|
120
|
+
}, /*#__PURE__*/_react["default"].createElement(_Label["default"], _extends({
|
|
106
121
|
text: text,
|
|
107
|
-
palette:
|
|
122
|
+
palette: labelPalette,
|
|
108
123
|
size: labelSize,
|
|
109
124
|
type: "title",
|
|
110
125
|
clipped: true,
|
|
111
126
|
dataId: "".concat(text, "_label"),
|
|
112
127
|
variant: variant,
|
|
113
128
|
title: toolTip ? toolTip : text,
|
|
114
|
-
customClass: "".concat(checked && active
|
|
115
|
-
})));
|
|
129
|
+
customClass: "".concat(checked && active ? "".concat(_RadioModule["default"]["".concat(palette, "checkedActive")]) : '', "\n ").concat(_RadioModule["default"]["".concat(palette, "Label")], " ").concat(accessMode, " ").concat(customLabel)
|
|
130
|
+
}, LabelProps))), children);
|
|
116
131
|
};
|
|
117
132
|
|
|
118
133
|
var _default = Radio;
|
|
@@ -14,6 +14,7 @@ var propTypes = {
|
|
|
14
14
|
checked: _propTypes["default"].bool,
|
|
15
15
|
disabled: _propTypes["default"].bool,
|
|
16
16
|
disabledTitle: _propTypes["default"].string,
|
|
17
|
+
getRef: _propTypes["default"].func,
|
|
17
18
|
id: _propTypes["default"].string,
|
|
18
19
|
isFilled: _propTypes["default"].bool,
|
|
19
20
|
isReadOnly: _propTypes["default"].bool,
|
|
@@ -30,14 +31,20 @@ var propTypes = {
|
|
|
30
31
|
customRadio: _propTypes["default"].string,
|
|
31
32
|
customLabel: _propTypes["default"].string
|
|
32
33
|
}),
|
|
34
|
+
customProps: _propTypes["default"].exact({
|
|
35
|
+
ContainerProps: _propTypes["default"].object,
|
|
36
|
+
LabelProps: _propTypes["default"].object
|
|
37
|
+
}),
|
|
33
38
|
a11y: _propTypes["default"].shape({
|
|
34
39
|
ariaChecked: _propTypes["default"].bool,
|
|
35
40
|
ariaHidden: _propTypes["default"].bool,
|
|
36
41
|
role: _propTypes["default"].string,
|
|
42
|
+
tabIndex: _propTypes["default"].oneOfType(_propTypes["default"].string, _propTypes["default"].number),
|
|
37
43
|
ariaLabelledby: _propTypes["default"].string,
|
|
38
44
|
ariaLabel: _propTypes["default"].string,
|
|
39
45
|
ariaReadonly: _propTypes["default"].bool
|
|
40
46
|
}),
|
|
47
|
+
children: _propTypes["default"].node,
|
|
41
48
|
onChange: _propTypes["default"].func,
|
|
42
49
|
text: _propTypes["default"].string
|
|
43
50
|
};
|
|
@@ -17,7 +17,7 @@ var _DropBox = _interopRequireDefault(require("../DropBox/DropBox"));
|
|
|
17
17
|
|
|
18
18
|
var _Layout = require("../Layout");
|
|
19
19
|
|
|
20
|
-
var _CustomResponsive = require("
|
|
20
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
21
21
|
|
|
22
22
|
var _ResponsiveDropBoxModule = _interopRequireDefault(require("../../ResponsiveDropBox/ResponsiveDropBox.module.css"));
|
|
23
23
|
|
|
@@ -37,7 +37,7 @@ var _IdProvider = require("../../Provider/IdProvider");
|
|
|
37
37
|
|
|
38
38
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
39
39
|
|
|
40
|
-
var _CustomResponsive = require("
|
|
40
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
41
41
|
|
|
42
42
|
var _SelectModule = _interopRequireDefault(require("../../Select/Select.module.css"));
|
|
43
43
|
|
package/lib/v1/Select/Select.js
CHANGED
|
@@ -33,7 +33,7 @@ var _icons = require("@zohodesk/icons");
|
|
|
33
33
|
|
|
34
34
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
35
35
|
|
|
36
|
-
var _CustomResponsive = require("
|
|
36
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
37
37
|
|
|
38
38
|
var _Loader = _interopRequireDefault(require("@zohodesk/svg/lib/Loader/Loader"));
|
|
39
39
|
|
|
@@ -37,7 +37,7 @@ var _IdProvider = require("../../Provider/IdProvider");
|
|
|
37
37
|
|
|
38
38
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
39
39
|
|
|
40
|
-
var _CustomResponsive = require("
|
|
40
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
41
41
|
|
|
42
42
|
var _Loader = _interopRequireDefault(require("@zohodesk/svg/lib/Loader/Loader"));
|
|
43
43
|
|
|
@@ -208,9 +208,7 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
208
208
|
htmlId = _this$props.htmlId,
|
|
209
209
|
needEffect = _this$props.needEffect,
|
|
210
210
|
isLoading = _this$props.isLoading,
|
|
211
|
-
dataSelectorId = _this$props.dataSelectorId
|
|
212
|
-
getHeader = _this$props.getHeader,
|
|
213
|
-
getFooter = _this$props.getFooter;
|
|
211
|
+
dataSelectorId = _this$props.dataSelectorId;
|
|
214
212
|
i18nKeys = Object.assign({}, i18nKeys, {
|
|
215
213
|
emptyText: i18nKeys.emptyText || emptyMessage,
|
|
216
214
|
searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage
|
|
@@ -343,7 +341,7 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
343
341
|
a11y: {
|
|
344
342
|
role: 'heading'
|
|
345
343
|
}
|
|
346
|
-
})) : null,
|
|
344
|
+
})) : null, suggestions.length ? /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
|
|
347
345
|
activeId: selectedId,
|
|
348
346
|
suggestions: suggestions,
|
|
349
347
|
getRef: _this2.suggestionItemRef,
|
|
@@ -370,7 +368,7 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
370
368
|
}), isFetchingOptions && /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
371
369
|
isCover: false,
|
|
372
370
|
align: "both"
|
|
373
|
-
}, /*#__PURE__*/_react["default"].createElement(_Loader["default"], null)))
|
|
371
|
+
}, /*#__PURE__*/_react["default"].createElement(_Loader["default"], null))))));
|
|
374
372
|
}) : null);
|
|
375
373
|
}
|
|
376
374
|
}]);
|
|
@@ -31,7 +31,7 @@ var _IdProvider = require("../../Provider/IdProvider");
|
|
|
31
31
|
|
|
32
32
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
33
33
|
|
|
34
|
-
var _CustomResponsive = require("
|
|
34
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
35
35
|
|
|
36
36
|
var _Loader = _interopRequireDefault(require("@zohodesk/svg/lib/Loader/Loader"));
|
|
37
37
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.Select_defaultProps = exports.SelectWithIcon_defaultProps = exports.SelectWithAvatar_defaultProps = exports.GroupSelect_defaultProps = void 0;
|
|
7
7
|
|
|
8
|
-
var _Config = require("
|
|
8
|
+
var _Config = require("../../../Provider/Config");
|
|
9
9
|
|
|
10
10
|
var _SelectWithIcon_defau;
|
|
11
11
|
|
|
@@ -249,9 +249,7 @@ var SelectWithAvatar_propTypes = _objectSpread(_objectSpread({}, Select_propType
|
|
|
249
249
|
htmlId: _propTypes["default"].string,
|
|
250
250
|
needEffect: _propTypes["default"].bool,
|
|
251
251
|
isLoading: _propTypes["default"].bool,
|
|
252
|
-
dataSelectorId: _propTypes["default"].string
|
|
253
|
-
getFooter: _propTypes["default"].func,
|
|
254
|
-
getHeader: _propTypes["default"].func
|
|
252
|
+
dataSelectorId: _propTypes["default"].string
|
|
255
253
|
});
|
|
256
254
|
|
|
257
255
|
exports.SelectWithAvatar_propTypes = SelectWithAvatar_propTypes;
|
package/lib/v1/Tab/Tabs.js
CHANGED
|
@@ -21,7 +21,7 @@ var _Common = require("../../utils/Common");
|
|
|
21
21
|
|
|
22
22
|
var _Layout = require("../Layout");
|
|
23
23
|
|
|
24
|
-
var _ResizeObserver = _interopRequireDefault(require("
|
|
24
|
+
var _ResizeObserver = _interopRequireDefault(require("../../Responsive/ResizeObserver"));
|
|
25
25
|
|
|
26
26
|
var _ListItem = _interopRequireDefault(require("../ListItem/ListItem"));
|
|
27
27
|
|
|
@@ -33,7 +33,7 @@ var _Popup = _interopRequireDefault(require("../Popup/Popup"));
|
|
|
33
33
|
|
|
34
34
|
var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
|
|
35
35
|
|
|
36
|
-
var _CustomResponsive = require("
|
|
36
|
+
var _CustomResponsive = require("../../Responsive/CustomResponsive");
|
|
37
37
|
|
|
38
38
|
var _semanticButtonModule = _interopRequireDefault(require("../../semantic/Button/semanticButton.module.css"));
|
|
39
39
|
|
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
.tab {
|
|
2
2
|
text-transform: uppercase;
|
|
3
|
+
cursor: pointer;
|
|
3
4
|
letter-spacing: 0.6px;
|
|
4
5
|
text-decoration: none;
|
|
5
|
-
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
+
|
|
7
8
|
.vertical {
|
|
8
|
-
height: 100
|
|
9
|
+
height: 100%;
|
|
9
10
|
}
|
|
11
|
+
|
|
10
12
|
.horizontal {
|
|
11
|
-
width: 100
|
|
12
|
-
max-width: 100
|
|
13
|
+
width: 100%;
|
|
14
|
+
max-width: 100%;
|
|
13
15
|
}
|
|
16
|
+
|
|
14
17
|
.textContainer,
|
|
15
18
|
.tabText {
|
|
16
|
-
max-width: inherit
|
|
19
|
+
max-width: inherit;
|
|
17
20
|
}
|
|
21
|
+
|
|
18
22
|
.tabText {
|
|
19
23
|
composes: dotted from '../../common/common.module.css';
|
|
20
24
|
}
|
|
25
|
+
|
|
21
26
|
.disabled {
|
|
22
27
|
cursor: not-allowed;
|
|
23
28
|
}
|
|
29
|
+
|
|
24
30
|
.border {
|
|
25
31
|
border-bottom: 1px solid var(--zdt_tab_default_border);
|
|
26
32
|
}
|
|
@@ -30,71 +36,76 @@
|
|
|
30
36
|
.delta {
|
|
31
37
|
transition: all var(--zd_transition2);
|
|
32
38
|
}
|
|
39
|
+
|
|
33
40
|
.alpha {
|
|
34
|
-
|
|
41
|
+
padding: 0 18px;
|
|
42
|
+
font-size: 11px;
|
|
35
43
|
line-height: 3;
|
|
36
|
-
padding: 0 var(--zd_size18) ;
|
|
37
44
|
}
|
|
45
|
+
|
|
38
46
|
.tabAlpha {
|
|
39
47
|
composes: alpha;
|
|
40
48
|
color: var(--zdt_tab_alpha_text);
|
|
41
49
|
}
|
|
50
|
+
|
|
42
51
|
.alphaHover:hover {
|
|
43
|
-
color: var(--
|
|
52
|
+
color: var(--zdt_base_color);
|
|
44
53
|
background-color: var(--zdt_tab_alpha_hover_bg);
|
|
45
54
|
}
|
|
55
|
+
|
|
46
56
|
.alphaActive {
|
|
47
57
|
composes: alpha;
|
|
48
58
|
color: var(--zdt_tab_alpha_active_text);
|
|
49
59
|
}
|
|
50
|
-
|
|
60
|
+
|
|
61
|
+
.alphaActive_border,
|
|
62
|
+
.betaActive_border {
|
|
51
63
|
border-color: var(--zdt_tab_alpha_active_border);
|
|
52
64
|
}
|
|
65
|
+
|
|
53
66
|
.deltaActive_border {
|
|
54
67
|
border-color: var(--zdt_tab_delta_active_border);
|
|
55
68
|
}
|
|
69
|
+
|
|
56
70
|
.beta {
|
|
57
|
-
|
|
71
|
+
padding: 0 4px;
|
|
72
|
+
font-size: 14px;
|
|
58
73
|
line-height: 4.2857;
|
|
74
|
+
margin-right: 40px;
|
|
59
75
|
text-transform: capitalize;
|
|
60
|
-
padding: 0 var(--zd_size4) ;
|
|
61
|
-
}
|
|
62
|
-
[dir=ltr] .beta {
|
|
63
|
-
margin-right: var(--zd_size40) ;
|
|
64
|
-
}
|
|
65
|
-
[dir=rtl] .beta {
|
|
66
|
-
margin-left: var(--zd_size40) ;
|
|
67
76
|
}
|
|
77
|
+
|
|
68
78
|
.tabBeta {
|
|
69
79
|
composes: beta;
|
|
70
80
|
color: var(--zdt_tab_alpha_text);
|
|
71
81
|
}
|
|
82
|
+
|
|
72
83
|
.betaHover:hover {
|
|
73
|
-
color: var(--
|
|
84
|
+
color: var(--zdt_base_color);
|
|
74
85
|
}
|
|
86
|
+
|
|
75
87
|
.betaActive {
|
|
76
88
|
composes: beta;
|
|
77
|
-
color: var(--
|
|
89
|
+
color: var(--zdt_base_color);
|
|
78
90
|
}
|
|
91
|
+
|
|
79
92
|
.delta {
|
|
80
|
-
|
|
93
|
+
padding: 0 4px;
|
|
94
|
+
font-size: 11px;
|
|
81
95
|
line-height: 3;
|
|
82
|
-
|
|
83
|
-
}
|
|
84
|
-
[dir=ltr] .delta {
|
|
85
|
-
margin-right: var(--zd_size10) ;
|
|
86
|
-
}
|
|
87
|
-
[dir=rtl] .delta {
|
|
88
|
-
margin-left: var(--zd_size10) ;
|
|
96
|
+
margin-right: 10px;
|
|
89
97
|
}
|
|
98
|
+
|
|
90
99
|
.tabDelta {
|
|
91
100
|
composes: delta;
|
|
92
101
|
color: var(--zdt_tab_alpha_text);
|
|
93
102
|
}
|
|
103
|
+
|
|
94
104
|
.deltaHover:hover {
|
|
95
105
|
color: var(--zdt_tab_alpha_active_text);
|
|
96
106
|
}
|
|
107
|
+
|
|
97
108
|
.deltaActive {
|
|
98
109
|
composes: delta;
|
|
99
110
|
color: var(--zdt_tab_alpha_active_text);
|
|
100
|
-
}
|
|
111
|
+
}
|
|
@@ -5,16 +5,12 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.alpha {
|
|
8
|
-
height:
|
|
9
|
-
background-color: var(--
|
|
8
|
+
height: 35px;
|
|
9
|
+
background-color: var(--zdt_base_bg);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
padding-left:
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[dir=rtl] .alpha_padding {
|
|
17
|
-
padding-right: var(--zd_size15) ;
|
|
12
|
+
.alpha_padding {
|
|
13
|
+
padding-left: 15px;
|
|
18
14
|
}
|
|
19
15
|
|
|
20
16
|
.alpha_border {
|
|
@@ -27,50 +23,32 @@
|
|
|
27
23
|
content: '';
|
|
28
24
|
position: absolute;
|
|
29
25
|
z-index: -2;
|
|
30
|
-
width: 76
|
|
31
|
-
bottom: 0
|
|
32
|
-
height:
|
|
26
|
+
width: 76%;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
height: 10px;
|
|
29
|
+
left: 12%;
|
|
33
30
|
border-radius: 100px / 5px;
|
|
34
31
|
box-shadow: var(--zd_bs_tabs_shadow);
|
|
35
32
|
}
|
|
36
33
|
|
|
37
|
-
[dir=ltr] .alpha::after {
|
|
38
|
-
left: 12% ;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
[dir=rtl] .alpha::after {
|
|
42
|
-
right: 12% ;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
34
|
.alpha:before {
|
|
46
35
|
content: '';
|
|
47
36
|
position: absolute;
|
|
48
37
|
z-index: -1;
|
|
49
|
-
width: 100
|
|
50
|
-
height: 100% ;
|
|
51
|
-
top: 0 ;
|
|
38
|
+
width: 100%;
|
|
52
39
|
background: inherit;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
left: 0 ;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
[dir=rtl] .alpha:before {
|
|
60
|
-
right: 0 ;
|
|
40
|
+
height: 100%;
|
|
41
|
+
left: 0;
|
|
42
|
+
top: 0;
|
|
61
43
|
}
|
|
62
44
|
|
|
63
45
|
.beta {
|
|
64
|
-
height:
|
|
65
|
-
background-color: var(--
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
[dir=ltr] .beta_padding {
|
|
69
|
-
padding-left: var(--zd_size13) ;
|
|
46
|
+
height: 61px;
|
|
47
|
+
background-color: var(--zdt_base_bg);
|
|
70
48
|
}
|
|
71
49
|
|
|
72
|
-
|
|
73
|
-
padding-
|
|
50
|
+
.beta_padding {
|
|
51
|
+
padding-left: 13px;
|
|
74
52
|
}
|
|
75
53
|
|
|
76
54
|
.beta_border {
|
|
@@ -78,16 +56,12 @@
|
|
|
78
56
|
}
|
|
79
57
|
|
|
80
58
|
.delta {
|
|
81
|
-
height:
|
|
82
|
-
background-color: var(--
|
|
59
|
+
height: 35px;
|
|
60
|
+
background-color: var(--zdt_base_bg);
|
|
83
61
|
}
|
|
84
62
|
|
|
85
|
-
|
|
86
|
-
padding-left:
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
[dir=rtl] .delta_padding {
|
|
90
|
-
padding-right: var(--zd_size10) ;
|
|
63
|
+
.delta_padding {
|
|
64
|
+
padding-left: 10px;
|
|
91
65
|
}
|
|
92
66
|
|
|
93
67
|
.delta_border {
|
|
@@ -99,12 +73,12 @@
|
|
|
99
73
|
}
|
|
100
74
|
|
|
101
75
|
.maxWidth {
|
|
102
|
-
max-width: 100
|
|
76
|
+
max-width: 100%;
|
|
103
77
|
}
|
|
104
78
|
|
|
105
79
|
.highlight {
|
|
106
80
|
position: absolute;
|
|
107
|
-
bottom: 0
|
|
81
|
+
bottom: 0;
|
|
108
82
|
border-bottom: 1px solid var(--zdt_tabs_highlight_border);
|
|
109
83
|
}
|
|
110
84
|
|
|
@@ -118,20 +92,24 @@
|
|
|
118
92
|
}
|
|
119
93
|
|
|
120
94
|
.menuBox {
|
|
121
|
-
max-height:
|
|
95
|
+
max-height: 220px;
|
|
122
96
|
}
|
|
97
|
+
|
|
98
|
+
/*rtl:begin:ignore*/
|
|
123
99
|
.bottomRightToLeft,
|
|
124
100
|
.topRightToLeft,
|
|
125
101
|
.bottomCenterToLeft {
|
|
126
|
-
right: calc(var(--tab_position_gap) * -1);
|
|
102
|
+
right: calc(var(--tab_position_gap) * -1);
|
|
127
103
|
}
|
|
128
104
|
|
|
129
105
|
.bottomLeftToRight,
|
|
130
106
|
.topLeftToRight,
|
|
131
107
|
.bottomCenterToRight {
|
|
132
|
-
left: calc(var(--tab_position_gap) * -1);
|
|
108
|
+
left: calc(var(--tab_position_gap) * -1);
|
|
133
109
|
}
|
|
134
110
|
|
|
111
|
+
/*rtl:end:ignore*/
|
|
112
|
+
|
|
135
113
|
.hidden {
|
|
136
114
|
visibility: hidden;
|
|
137
115
|
}
|
|
@@ -17,7 +17,7 @@ var _Config = require("../../Provider/Config");
|
|
|
17
17
|
|
|
18
18
|
var _TooltipModule = _interopRequireDefault(require("../../Tooltip/Tooltip.module.css"));
|
|
19
19
|
|
|
20
|
-
var _ResizeObserver = _interopRequireDefault(require("
|
|
20
|
+
var _ResizeObserver = _interopRequireDefault(require("../../Responsive/ResizeObserver"));
|
|
21
21
|
|
|
22
22
|
var _selectn = _interopRequireDefault(require("selectn"));
|
|
23
23
|
|