@carbon/ibm-products 2.54.0-canary.19 → 2.54.0-canary.20
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/es/_virtual/_rollupPluginBabelHelpers.js +1 -1
- package/es/components/AddSelect/hooks/useFocus.js +1 -2
- package/es/components/AddSelect/hooks/useParentSelect.js +1 -2
- package/es/components/AddSelect/hooks/usePath.js +1 -2
- package/es/components/Checklist/Checklist.js +1 -1
- package/es/components/Checklist/ChecklistIcon.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -2
- package/es/components/ConditionBuilder/utils/util.js +0 -4
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +2 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
- package/es/components/Datagrid/useCustomizeColumns.js +4 -4
- package/es/components/Datagrid/useDatagrid.js +2 -2
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -2
- package/es/components/Datagrid/useEditableCell.js +1 -2
- package/es/components/Datagrid/useFlexResize.js +1 -2
- package/es/components/Datagrid/useFloatingScroll.js +1 -2
- package/es/components/Datagrid/useNestedRowExpander.js +1 -2
- package/es/components/Datagrid/useParentDimensions.js +1 -2
- package/es/components/Datagrid/useResizeTable.js +1 -2
- package/es/components/Datagrid/useRowExpander.js +1 -2
- package/es/components/Datagrid/useRowRenderer.js +1 -2
- package/es/components/Datagrid/useRowSize.js +1 -2
- package/es/components/Datagrid/useSkeletonRows.js +1 -2
- package/es/components/EmptyStates/EmptyStateIllustration.js +1 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -2
- package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -2
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -2
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -2
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -2
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -2
- package/es/components/Nav/NavItemLink.js +1 -2
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -2
- package/es/index.js +1 -1
- package/lib/_virtual/_rollupPluginBabelHelpers.js +1 -1
- package/lib/components/AddSelect/hooks/useFocus.js +1 -2
- package/lib/components/AddSelect/hooks/useParentSelect.js +1 -2
- package/lib/components/AddSelect/hooks/usePath.js +1 -2
- package/lib/components/Checklist/ChecklistChart.js +7 -7
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -2
- package/lib/components/ConditionBuilder/utils/util.js +0 -4
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
- package/lib/components/Datagrid/useColumnOrder.js +1 -1
- package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -2
- package/lib/components/Datagrid/useEditableCell.js +1 -2
- package/lib/components/Datagrid/useFlexResize.js +1 -2
- package/lib/components/Datagrid/useFloatingScroll.js +1 -2
- package/lib/components/Datagrid/useNestedRowExpander.js +1 -2
- package/lib/components/Datagrid/useParentDimensions.js +1 -2
- package/lib/components/Datagrid/useResizeTable.js +1 -2
- package/lib/components/Datagrid/useRowExpander.js +1 -2
- package/lib/components/Datagrid/useRowRenderer.js +1 -2
- package/lib/components/Datagrid/useRowSize.js +1 -2
- package/lib/components/Datagrid/useSkeletonRows.js +1 -2
- package/lib/components/EmptyStates/EmptyStateIllustration.js +1 -2
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +1 -2
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +1 -2
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +1 -2
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +1 -2
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +1 -2
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -2
- package/lib/components/Nav/NavItemLink.js +1 -2
- package/lib/global/js/hooks/usePrefersReducedMotion.js +1 -2
- package/lib/index.js +109 -109
- package/package.json +7 -7
@@ -9,10 +9,10 @@
|
|
9
9
|
|
10
10
|
var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
|
11
11
|
var React = require('react');
|
12
|
-
var index
|
12
|
+
var index = require('../../_virtual/index.js');
|
13
13
|
var cx = require('classnames');
|
14
14
|
var clamp = require('lodash/clamp');
|
15
|
-
var index = require('../../node_modules/@carbon/colors/es/index.js');
|
15
|
+
var index$1 = require('../../node_modules/@carbon/colors/es/index.js');
|
16
16
|
var devtools = require('../../global/js/utils/devtools.js');
|
17
17
|
var settings = require('../../settings.js');
|
18
18
|
var Checklist_types = require('./Checklist.types.js');
|
@@ -38,8 +38,8 @@ function (_ref, ref) {
|
|
38
38
|
theme = _ref$theme === void 0 ? defaults.theme : _ref$theme,
|
39
39
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
40
40
|
var numDegrees = clamp(value * 360, 0, 360);
|
41
|
-
var circleColor = theme === Checklist_types.Themes.light ? index.gray20 : index.gray70; // $ui-03 (-ish)
|
42
|
-
var progressColor = index.purple50;
|
41
|
+
var circleColor = theme === Checklist_types.Themes.light ? index$1.gray20 : index$1.gray70; // $ui-03 (-ish)
|
42
|
+
var progressColor = index$1.purple50;
|
43
43
|
React.useEffect(function () {
|
44
44
|
var ele = document.getElementsByClassName("".concat(blockClass));
|
45
45
|
setTimeout(function () {
|
@@ -75,15 +75,15 @@ ChecklistChart.propTypes = {
|
|
75
75
|
/**
|
76
76
|
* Optional class name for this component.
|
77
77
|
*/
|
78
|
-
className: index
|
78
|
+
className: index.default.string,
|
79
79
|
/**
|
80
80
|
* Determines the theme of the component.
|
81
81
|
*/
|
82
|
-
theme: index
|
82
|
+
theme: index.default.oneOf([Checklist_types.Themes.light, Checklist_types.Themes.dark]),
|
83
83
|
/**
|
84
84
|
* Number between 0 and 1.
|
85
85
|
*/
|
86
|
-
value: index
|
86
|
+
value: index.default.number.isRequired
|
87
87
|
};
|
88
88
|
|
89
89
|
exports.ChecklistChart = ChecklistChart;
|
@@ -50,10 +50,6 @@ var traverseReverse = function traverseReverse(eachElem, index, allElements, rot
|
|
50
50
|
}
|
51
51
|
};
|
52
52
|
var checkForHoldingKey = function checkForHoldingKey(evt, key) {
|
53
|
-
// possible key inputs: altKey,ctrlKey,metaKey,shiftKey
|
54
|
-
if (key === 'cmd') {
|
55
|
-
return evt.metaKey || evt.ctrlKey;
|
56
|
-
}
|
57
53
|
return evt[key];
|
58
54
|
};
|
59
55
|
var checkIsValid = function checkIsValid(item) {
|
@@ -61,12 +61,12 @@ var ResizeHeader = function ResizeHeader(_ref) {
|
|
61
61
|
if (key === 'ArrowLeft') {
|
62
62
|
if (currentColumnWidth - incrementAmount > Math.max(Number(minWidth), 50)) {
|
63
63
|
var newWidth = currentColumnWidth - incrementAmount;
|
64
|
-
stateReducer.handleColumnResizingEvent(dispatch, header, newWidth
|
64
|
+
stateReducer.handleColumnResizingEvent(dispatch, header, newWidth);
|
65
65
|
}
|
66
66
|
}
|
67
67
|
if (key === 'ArrowRight') {
|
68
68
|
var _newWidth = currentColumnWidth + incrementAmount;
|
69
|
-
stateReducer.handleColumnResizingEvent(dispatch, header, _newWidth
|
69
|
+
stateReducer.handleColumnResizingEvent(dispatch, header, _newWidth);
|
70
70
|
}
|
71
71
|
}
|
72
72
|
};
|
package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js
CHANGED
@@ -191,6 +191,5 @@ CustomizeColumnsTearsheet.propTypes = {
|
|
191
191
|
selectAllLabel: index.default.string,
|
192
192
|
setIsTearsheetOpen: index.default.func.isRequired
|
193
193
|
};
|
194
|
-
var CustomizeColumnsTearsheet$1 = CustomizeColumnsTearsheet;
|
195
194
|
|
196
|
-
exports.default = CustomizeColumnsTearsheet
|
195
|
+
exports.default = CustomizeColumnsTearsheet;
|
@@ -65,6 +65,5 @@ var TearsheetWrapper = function TearsheetWrapper(_ref) {
|
|
65
65
|
TearsheetWrapper.propTypes = {
|
66
66
|
instance: index.default.object.isRequired
|
67
67
|
};
|
68
|
-
var CustomizeColumnsTearsheetWrapper = TearsheetWrapper;
|
69
68
|
|
70
|
-
exports.default =
|
69
|
+
exports.default = TearsheetWrapper;
|
@@ -316,7 +316,6 @@ FilterPanel.propTypes = {
|
|
316
316
|
title: index.default.string,
|
317
317
|
updateMethod: index.default.oneOf([constants.BATCH, constants.INSTANT])
|
318
318
|
};
|
319
|
-
var FilterPanel$1 = FilterPanel;
|
320
319
|
|
321
320
|
exports.componentClass = componentClass;
|
322
|
-
exports.default = FilterPanel
|
321
|
+
exports.default = FilterPanel;
|
@@ -33,6 +33,5 @@ var useShouldDisableButtons = function useShouldDisableButtons(_ref) {
|
|
33
33
|
}, [filtersState, prevFiltersRef]);
|
34
34
|
return [shouldDisableButtons, setShouldDisableButtons];
|
35
35
|
};
|
36
|
-
var useShouldDisableButtons$1 = useShouldDisableButtons;
|
37
36
|
|
38
|
-
exports.default = useShouldDisableButtons
|
37
|
+
exports.default = useShouldDisableButtons;
|
package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js
CHANGED
@@ -25,6 +25,5 @@ var useSubscribeToEventEmitter = function useSubscribeToEventEmitter(type, callb
|
|
25
25
|
EventEmitter.subscribe(type, callback);
|
26
26
|
});
|
27
27
|
};
|
28
|
-
var useSubscribeToEventEmitter$1 = useSubscribeToEventEmitter;
|
29
28
|
|
30
|
-
exports.default = useSubscribeToEventEmitter
|
29
|
+
exports.default = useSubscribeToEventEmitter;
|
@@ -89,6 +89,5 @@ RowSizeRadioGroup.propTypes = {
|
|
89
89
|
selectedOption: index.default.string.isRequired,
|
90
90
|
tableId: index.default.string.isRequired
|
91
91
|
};
|
92
|
-
var RowSizeRadioGroup$1 = RowSizeRadioGroup;
|
93
92
|
|
94
|
-
exports.default = RowSizeRadioGroup
|
93
|
+
exports.default = RowSizeRadioGroup;
|
@@ -30,7 +30,7 @@ var handleColumnResizeEndEvent = function handleColumnResizeEndEvent(dispatch, o
|
|
30
30
|
});
|
31
31
|
};
|
32
32
|
var handleColumnResizingEvent = function handleColumnResizingEvent(dispatch, header, newWidth, isKeyEvent) {
|
33
|
-
|
33
|
+
{
|
34
34
|
dispatch({
|
35
35
|
type: COLUMN_RESIZE_START,
|
36
36
|
payload: {
|
@@ -40,6 +40,5 @@ var useDefaultStringRenderer = function useDefaultStringRenderer(hooks) {
|
|
40
40
|
};
|
41
41
|
hooks.visibleColumns.push(visibleColumns);
|
42
42
|
};
|
43
|
-
var useDefaultStringRenderer$1 = useDefaultStringRenderer;
|
44
43
|
|
45
|
-
exports.default = useDefaultStringRenderer
|
44
|
+
exports.default = useDefaultStringRenderer;
|
@@ -14,6 +14,5 @@ var useInlineEdit = require('./useInlineEdit.js');
|
|
14
14
|
var useEditableCell = function useEditableCell(hooks) {
|
15
15
|
useInlineEdit.default(hooks);
|
16
16
|
};
|
17
|
-
var useEditableCell$1 = useEditableCell;
|
18
17
|
|
19
|
-
exports.default = useEditableCell
|
18
|
+
exports.default = useEditableCell;
|
@@ -77,6 +77,5 @@ var useFloatingScroll = function useFloatingScroll(hooks) {
|
|
77
77
|
hooks.useInstance.push(useAddScrollListener);
|
78
78
|
hooks.useInstance.push(useInstance);
|
79
79
|
};
|
80
|
-
var useFloatingScroll$1 = useFloatingScroll;
|
81
80
|
|
82
|
-
exports.default = useFloatingScroll
|
81
|
+
exports.default = useFloatingScroll;
|
@@ -119,6 +119,5 @@ var useNestedRowExpander = function useNestedRowExpander(hooks) {
|
|
119
119
|
hooks.visibleColumns.push(visibleColumns);
|
120
120
|
hooks.useInstance.push(useInstance);
|
121
121
|
};
|
122
|
-
var useNestedRowExpander$1 = useNestedRowExpander;
|
123
122
|
|
124
|
-
exports.default = useNestedRowExpander
|
123
|
+
exports.default = useNestedRowExpander;
|
@@ -69,6 +69,5 @@ var useRowExpander = function useRowExpander(hooks) {
|
|
69
69
|
hooks.visibleColumns.push(visibleColumns);
|
70
70
|
hooks.useInstance.push(useInstance);
|
71
71
|
};
|
72
|
-
var useRowExpander$1 = useRowExpander;
|
73
72
|
|
74
|
-
exports.default = useRowExpander
|
73
|
+
exports.default = useRowExpander;
|
@@ -61,6 +61,5 @@ var EmptyStateIllustration = function EmptyStateIllustration(_ref) {
|
|
61
61
|
EmptyStateIllustration.propTypes = {
|
62
62
|
kind: index.default.string
|
63
63
|
};
|
64
|
-
var EmptyStateIllustration$1 = EmptyStateIllustration;
|
65
64
|
|
66
|
-
exports.default = EmptyStateIllustration
|
65
|
+
exports.default = EmptyStateIllustration;
|
@@ -41,7 +41,7 @@ exports.ErrorEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--error")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(ErrorIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(ErrorIllustration.ErrorIllustration, {
|
45
45
|
theme: illustrationTheme,
|
46
46
|
size: size,
|
47
47
|
alt: illustrationDescription || title
|
@@ -42,7 +42,7 @@ exports.NoDataEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
42
42
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
43
43
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--noData")),
|
44
44
|
ref: ref
|
45
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoDataIllustration.
|
45
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoDataIllustration.NoDataIllustration, {
|
46
46
|
theme: illustrationTheme,
|
47
47
|
size: size,
|
48
48
|
alt: illustrationDescription || title
|
@@ -41,7 +41,7 @@ exports.NoTagsEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--noTags")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoTagsIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoTagsIllustration.NoTagsIllustration, {
|
45
45
|
theme: illustrationTheme,
|
46
46
|
size: size,
|
47
47
|
alt: illustrationDescription || title
|
@@ -41,7 +41,7 @@ exports.NotFoundEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref)
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--notFound")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotFoundIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotFoundIllustration.NotFoundIllustration, {
|
45
45
|
theme: illustrationTheme,
|
46
46
|
size: size,
|
47
47
|
alt: illustrationDescription || title
|
@@ -41,7 +41,7 @@ exports.NotificationsEmptyState = /*#__PURE__*/React.forwardRef(function (_ref,
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--notifications")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotificationsIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotificationsIllustration.NotificationsIllustration, {
|
45
45
|
size: size,
|
46
46
|
theme: illustrationTheme,
|
47
47
|
alt: illustrationDescription || title
|
@@ -42,7 +42,7 @@ exports.UnauthorizedEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, r
|
|
42
42
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
43
43
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--unauthorized")),
|
44
44
|
ref: ref
|
45
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(UnauthorizedIllustration.
|
45
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(UnauthorizedIllustration.UnauthorizedIllustration, {
|
46
46
|
size: size,
|
47
47
|
theme: illustrationTheme,
|
48
48
|
alt: illustrationDescription || title
|
@@ -215,7 +215,6 @@ ErrorIllustration.propTypes = {
|
|
215
215
|
size: index.default.oneOf(['lg', 'sm']),
|
216
216
|
theme: index.default.oneOf(['light', 'dark'])
|
217
217
|
};
|
218
|
-
var ErrorIllustration$1 = ErrorIllustration;
|
219
218
|
|
220
219
|
exports.ErrorIllustration = ErrorIllustration;
|
221
|
-
exports.default = ErrorIllustration
|
220
|
+
exports.default = ErrorIllustration;
|
@@ -178,7 +178,6 @@ NoDataIllustration.propTypes = {
|
|
178
178
|
size: index.default.oneOf(['lg', 'sm']),
|
179
179
|
theme: index.default.oneOf(['light', 'dark'])
|
180
180
|
};
|
181
|
-
var NoDataIllustration$1 = NoDataIllustration;
|
182
181
|
|
183
182
|
exports.NoDataIllustration = NoDataIllustration;
|
184
|
-
exports.default = NoDataIllustration
|
183
|
+
exports.default = NoDataIllustration;
|
@@ -485,7 +485,6 @@ NoTagsIllustration.propTypes = {
|
|
485
485
|
size: index.default.oneOf(['lg', 'sm']),
|
486
486
|
theme: index.default.oneOf(['light', 'dark'])
|
487
487
|
};
|
488
|
-
var NoTagsIllustration$1 = NoTagsIllustration;
|
489
488
|
|
490
489
|
exports.NoTagsIllustration = NoTagsIllustration;
|
491
|
-
exports.default = NoTagsIllustration
|
490
|
+
exports.default = NoTagsIllustration;
|
@@ -362,7 +362,6 @@ NotFoundIllustration.propTypes = {
|
|
362
362
|
size: index.default.oneOf(['lg', 'sm']),
|
363
363
|
theme: index.default.oneOf(['light', 'dark'])
|
364
364
|
};
|
365
|
-
var NotFoundIllustration$1 = NotFoundIllustration;
|
366
365
|
|
367
366
|
exports.NotFoundIllustration = NotFoundIllustration;
|
368
|
-
exports.default = NotFoundIllustration
|
367
|
+
exports.default = NotFoundIllustration;
|
@@ -332,7 +332,6 @@ NotificationsIllustration.propTypes = {
|
|
332
332
|
size: index.default.oneOf(['lg', 'sm']),
|
333
333
|
theme: index.default.oneOf(['light', 'dark'])
|
334
334
|
};
|
335
|
-
var NotificationsIllustration$1 = NotificationsIllustration;
|
336
335
|
|
337
336
|
exports.NotificationsIllustration = NotificationsIllustration;
|
338
|
-
exports.default = NotificationsIllustration
|
337
|
+
exports.default = NotificationsIllustration;
|
@@ -306,7 +306,6 @@ UnauthorizedIllustration.propTypes = {
|
|
306
306
|
size: index.default.oneOf(['lg', 'sm']),
|
307
307
|
theme: index.default.oneOf(['light', 'dark'])
|
308
308
|
};
|
309
|
-
var UnauthorizedIllustration$1 = UnauthorizedIllustration;
|
310
309
|
|
311
310
|
exports.UnauthorizedIllustration = UnauthorizedIllustration;
|
312
|
-
exports.default = UnauthorizedIllustration
|
311
|
+
exports.default = UnauthorizedIllustration;
|
@@ -33,6 +33,5 @@ var usePrefersReducedMotion = function usePrefersReducedMotion() {
|
|
33
33
|
}, []);
|
34
34
|
return prefersReducedMotion;
|
35
35
|
};
|
36
|
-
var usePrefersReducedMotion$1 = usePrefersReducedMotion;
|
37
36
|
|
38
|
-
exports.default = usePrefersReducedMotion
|
37
|
+
exports.default = usePrefersReducedMotion;
|