@atlaskit/media-card 73.7.0 → 73.8.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/CHANGELOG.md +12 -0
- package/dist/cjs/root/cardView.js +1 -1
- package/dist/cjs/utils/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/root/cardView.js +1 -1
- package/dist/es2019/utils/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/root/cardView.js +1 -1
- package/dist/esm/utils/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -4
- package/dist/cjs/root/ui/loadingRateLimited/loadingRateLimited.js +0 -35
- package/dist/cjs/root/ui/loadingRateLimited/styled.js +0 -43
- package/dist/es2019/root/ui/loadingRateLimited/loadingRateLimited.js +0 -16
- package/dist/es2019/root/ui/loadingRateLimited/styled.js +0 -43
- package/dist/esm/root/ui/loadingRateLimited/loadingRateLimited.js +0 -17
- package/dist/esm/root/ui/loadingRateLimited/styled.js +0 -17
- package/dist/types/root/ui/loadingRateLimited/loadingRateLimited.d.ts +0 -6
- package/dist/types/root/ui/loadingRateLimited/styled.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/media-card
|
|
2
2
|
|
|
3
|
+
## 73.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`01203d58916`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01203d58916) - Removed Unnecessary semicolon found in media-card
|
|
8
|
+
- [`1a76e2839e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a76e2839e6) - Default value for mediaUploadApiV2 Media feature flag set to true.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`cccc7370667`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cccc7370667) - [MEX-1633] Removed unused Loading Rate Limited Component
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 73.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -497,7 +497,7 @@ var CardViewBase = /*#__PURE__*/function (_React$Component) {
|
|
|
497
497
|
return /*#__PURE__*/_react.default.createElement(_styled4.IconWrapper, {
|
|
498
498
|
breakpoint: this.breakpoint,
|
|
499
499
|
hasTitleBox: hasTitleBox
|
|
500
|
-
}, /*#__PURE__*/_react.default.createElement(_playButton.PlayButton, null)
|
|
500
|
+
}, /*#__PURE__*/_react.default.createElement(_playButton.PlayButton, null));
|
|
501
501
|
} //This Blanket will provide a shadow backround for uploading status by
|
|
502
502
|
//setting isFixed.
|
|
503
503
|
|
|
@@ -30,7 +30,7 @@ var relevantFlags = {
|
|
|
30
30
|
observedWidth: true,
|
|
31
31
|
mediaInline: false,
|
|
32
32
|
folderUploads: false,
|
|
33
|
-
mediaUploadApiV2:
|
|
33
|
+
mediaUploadApiV2: true
|
|
34
34
|
};
|
|
35
35
|
var LOGGED_FEATURE_FLAGS = (0, _mediaCommon.filterFeatureFlagNames)(relevantFlags);
|
|
36
36
|
exports.LOGGED_FEATURE_FLAGS = LOGGED_FEATURE_FLAGS;
|
package/dist/cjs/version.json
CHANGED
|
@@ -440,7 +440,7 @@ export class CardViewBase extends React.Component {
|
|
|
440
440
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
441
441
|
breakpoint: this.breakpoint,
|
|
442
442
|
hasTitleBox: hasTitleBox
|
|
443
|
-
}, /*#__PURE__*/React.createElement(PlayButton, null)
|
|
443
|
+
}, /*#__PURE__*/React.createElement(PlayButton, null));
|
|
444
444
|
} //This Blanket will provide a shadow backround for uploading status by
|
|
445
445
|
//setting isFixed.
|
|
446
446
|
|
|
@@ -9,7 +9,7 @@ const relevantFlags = {
|
|
|
9
9
|
observedWidth: true,
|
|
10
10
|
mediaInline: false,
|
|
11
11
|
folderUploads: false,
|
|
12
|
-
mediaUploadApiV2:
|
|
12
|
+
mediaUploadApiV2: true
|
|
13
13
|
};
|
|
14
14
|
export const LOGGED_FEATURE_FLAGS = filterFeatureFlagNames(relevantFlags);
|
|
15
15
|
export const LOGGED_FEATURE_FLAG_KEYS = filterFeatureFlagKeysAllProducts(relevantFlags);
|
package/dist/es2019/version.json
CHANGED
|
@@ -462,7 +462,7 @@ export var CardViewBase = /*#__PURE__*/function (_React$Component) {
|
|
|
462
462
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
463
463
|
breakpoint: this.breakpoint,
|
|
464
464
|
hasTitleBox: hasTitleBox
|
|
465
|
-
}, /*#__PURE__*/React.createElement(PlayButton, null)
|
|
465
|
+
}, /*#__PURE__*/React.createElement(PlayButton, null));
|
|
466
466
|
} //This Blanket will provide a shadow backround for uploading status by
|
|
467
467
|
//setting isFixed.
|
|
468
468
|
|
|
@@ -15,7 +15,7 @@ var relevantFlags = {
|
|
|
15
15
|
observedWidth: true,
|
|
16
16
|
mediaInline: false,
|
|
17
17
|
folderUploads: false,
|
|
18
|
-
mediaUploadApiV2:
|
|
18
|
+
mediaUploadApiV2: true
|
|
19
19
|
};
|
|
20
20
|
export var LOGGED_FEATURE_FLAGS = filterFeatureFlagNames(relevantFlags);
|
|
21
21
|
export var LOGGED_FEATURE_FLAG_KEYS = filterFeatureFlagKeysAllProducts(relevantFlags);
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-card",
|
|
3
|
-
"version": "73.
|
|
3
|
+
"version": "73.8.0",
|
|
4
4
|
"description": "Includes all media card related components, CardView, CardViewSmall, Card...",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@atlaskit/editor-shared-styles": "^2.1.0",
|
|
35
35
|
"@atlaskit/icon": "^21.10.0",
|
|
36
36
|
"@atlaskit/in-product-testing": "^0.1.0",
|
|
37
|
-
"@atlaskit/media-client": "^
|
|
38
|
-
"@atlaskit/media-common": "^2.
|
|
37
|
+
"@atlaskit/media-client": "^17.0.0",
|
|
38
|
+
"@atlaskit/media-common": "^2.15.0",
|
|
39
39
|
"@atlaskit/media-ui": "^22.1.0",
|
|
40
|
-
"@atlaskit/media-viewer": "^46.
|
|
40
|
+
"@atlaskit/media-viewer": "^46.5.0",
|
|
41
41
|
"@atlaskit/spinner": "^15.1.0",
|
|
42
42
|
"@atlaskit/theme": "^12.1.0",
|
|
43
43
|
"@atlaskit/tooltip": "^17.5.0",
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.LoadingRateLimited = void 0;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
|
-
var _errorIcon = require("@atlaskit/media-ui/errorIcon");
|
|
13
|
-
|
|
14
|
-
var _styled = require("./styled");
|
|
15
|
-
|
|
16
|
-
var _styled2 = require("../../styled");
|
|
17
|
-
|
|
18
|
-
var _mediaUi = require("@atlaskit/media-ui");
|
|
19
|
-
|
|
20
|
-
var _reactIntlNext = require("react-intl-next");
|
|
21
|
-
|
|
22
|
-
var _common = require("../common");
|
|
23
|
-
|
|
24
|
-
var LoadingRateLimited = function LoadingRateLimited(_ref) {
|
|
25
|
-
var _ref$breakpoint = _ref.breakpoint,
|
|
26
|
-
breakpoint = _ref$breakpoint === void 0 ? _common.Breakpoint.SMALL : _ref$breakpoint,
|
|
27
|
-
_ref$positionBottom = _ref.positionBottom,
|
|
28
|
-
positionBottom = _ref$positionBottom === void 0 ? true : _ref$positionBottom;
|
|
29
|
-
return /*#__PURE__*/_react.default.createElement(_styled.LoadingRateLimitedContainer, null, /*#__PURE__*/_react.default.createElement(_styled.WarningIconWrapper, null, _errorIcon.errorIcon), /*#__PURE__*/_react.default.createElement(_styled.LoadingRateLimitedTextWrapper, {
|
|
30
|
-
breakpoint: breakpoint,
|
|
31
|
-
positionBottom: positionBottom
|
|
32
|
-
}, /*#__PURE__*/_react.default.createElement(_styled.CouldntLoadWrapper, null, /*#__PURE__*/_react.default.createElement(_styled2.FormattedMessageWrapper, null, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _mediaUi.messages.couldnt_load_file))), /*#__PURE__*/_react.default.createElement(_styled.ErrorWrapper, null, /*#__PURE__*/_react.default.createElement(_styled2.FormattedMessageWrapper, null, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _mediaUi.messages.error_429)))));
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
exports.LoadingRateLimited = LoadingRateLimited;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.WarningIconWrapper = exports.LoadingRateLimitedTextWrapper = exports.LoadingRateLimitedContainer = exports.ErrorWrapper = exports.CouldntLoadWrapper = void 0;
|
|
9
|
-
|
|
10
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
11
|
-
|
|
12
|
-
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
13
|
-
|
|
14
|
-
var _styled = require("../progressBar/styled");
|
|
15
|
-
|
|
16
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
17
|
-
|
|
18
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
|
19
|
-
|
|
20
|
-
var LoadingRateLimitedContainer = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n"])));
|
|
21
|
-
|
|
22
|
-
exports.LoadingRateLimitedContainer = LoadingRateLimitedContainer;
|
|
23
|
-
|
|
24
|
-
var WarningIconWrapper = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n justify-content: center;\n display: flex;\n /* Required to allow end users to select text in the error message */\n cursor: auto;\n user-select: text;\n > svg {\n width: 45px;\n }\n"])));
|
|
25
|
-
|
|
26
|
-
exports.WarningIconWrapper = WarningIconWrapper;
|
|
27
|
-
|
|
28
|
-
var LoadingRateLimitedTextWrapper = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", "\n"])), function (_ref) {
|
|
29
|
-
var breakpoint = _ref.breakpoint,
|
|
30
|
-
positionBottom = _ref.positionBottom;
|
|
31
|
-
return "\n margin-top: 10px;\n overflow: hidden;\n color: ".concat(_colors.N300, ";\n display: block;\n width:100%;\n text-align:center;\n ").concat((0, _styled.generateResponsiveStyles)(breakpoint, positionBottom, false, 1), "\n ");
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
exports.LoadingRateLimitedTextWrapper = LoadingRateLimitedTextWrapper;
|
|
35
|
-
LoadingRateLimitedTextWrapper.displayName = 'LoadingRateLimitedTextWrapper';
|
|
36
|
-
|
|
37
|
-
var CouldntLoadWrapper = _styledComponents.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 550;\n"])));
|
|
38
|
-
|
|
39
|
-
exports.CouldntLoadWrapper = CouldntLoadWrapper;
|
|
40
|
-
|
|
41
|
-
var ErrorWrapper = _styledComponents.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 350;\n"])));
|
|
42
|
-
|
|
43
|
-
exports.ErrorWrapper = ErrorWrapper;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { errorIcon } from '@atlaskit/media-ui/errorIcon';
|
|
3
|
-
import { WarningIconWrapper, LoadingRateLimitedContainer, CouldntLoadWrapper, ErrorWrapper, LoadingRateLimitedTextWrapper } from './styled';
|
|
4
|
-
import { FormattedMessageWrapper } from '../../styled';
|
|
5
|
-
import { messages } from '@atlaskit/media-ui';
|
|
6
|
-
import { FormattedMessage } from 'react-intl-next';
|
|
7
|
-
import { Breakpoint } from '../common';
|
|
8
|
-
export const LoadingRateLimited = ({
|
|
9
|
-
breakpoint = Breakpoint.SMALL,
|
|
10
|
-
positionBottom = true
|
|
11
|
-
}) => {
|
|
12
|
-
return /*#__PURE__*/React.createElement(LoadingRateLimitedContainer, null, /*#__PURE__*/React.createElement(WarningIconWrapper, null, errorIcon), /*#__PURE__*/React.createElement(LoadingRateLimitedTextWrapper, {
|
|
13
|
-
breakpoint: breakpoint,
|
|
14
|
-
positionBottom: positionBottom
|
|
15
|
-
}, /*#__PURE__*/React.createElement(CouldntLoadWrapper, null, /*#__PURE__*/React.createElement(FormattedMessageWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.couldnt_load_file))), /*#__PURE__*/React.createElement(ErrorWrapper, null, /*#__PURE__*/React.createElement(FormattedMessageWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.error_429)))));
|
|
16
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
2
|
-
import { generateResponsiveStyles } from '../progressBar/styled';
|
|
3
|
-
import { N300 } from '@atlaskit/theme/colors';
|
|
4
|
-
export const LoadingRateLimitedContainer = styled.div`
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 100%;
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
flex-direction: column;
|
|
11
|
-
`;
|
|
12
|
-
export const WarningIconWrapper = styled.div`
|
|
13
|
-
width: 100%;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
display: flex;
|
|
16
|
-
/* Required to allow end users to select text in the error message */
|
|
17
|
-
cursor: auto;
|
|
18
|
-
user-select: text;
|
|
19
|
-
> svg {
|
|
20
|
-
width: 45px;
|
|
21
|
-
}
|
|
22
|
-
`;
|
|
23
|
-
export const LoadingRateLimitedTextWrapper = styled.div`
|
|
24
|
-
${({
|
|
25
|
-
breakpoint,
|
|
26
|
-
positionBottom
|
|
27
|
-
}) => `
|
|
28
|
-
margin-top: 10px;
|
|
29
|
-
overflow: hidden;
|
|
30
|
-
color: ${N300};
|
|
31
|
-
display: block;
|
|
32
|
-
width:100%;
|
|
33
|
-
text-align:center;
|
|
34
|
-
${generateResponsiveStyles(breakpoint, positionBottom, false, 1)}
|
|
35
|
-
`}
|
|
36
|
-
`;
|
|
37
|
-
LoadingRateLimitedTextWrapper.displayName = 'LoadingRateLimitedTextWrapper';
|
|
38
|
-
export const CouldntLoadWrapper = styled.div`
|
|
39
|
-
font-weight: 550;
|
|
40
|
-
`;
|
|
41
|
-
export const ErrorWrapper = styled.div`
|
|
42
|
-
font-weight: 350;
|
|
43
|
-
`;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { errorIcon } from '@atlaskit/media-ui/errorIcon';
|
|
3
|
-
import { WarningIconWrapper, LoadingRateLimitedContainer, CouldntLoadWrapper, ErrorWrapper, LoadingRateLimitedTextWrapper } from './styled';
|
|
4
|
-
import { FormattedMessageWrapper } from '../../styled';
|
|
5
|
-
import { messages } from '@atlaskit/media-ui';
|
|
6
|
-
import { FormattedMessage } from 'react-intl-next';
|
|
7
|
-
import { Breakpoint } from '../common';
|
|
8
|
-
export var LoadingRateLimited = function LoadingRateLimited(_ref) {
|
|
9
|
-
var _ref$breakpoint = _ref.breakpoint,
|
|
10
|
-
breakpoint = _ref$breakpoint === void 0 ? Breakpoint.SMALL : _ref$breakpoint,
|
|
11
|
-
_ref$positionBottom = _ref.positionBottom,
|
|
12
|
-
positionBottom = _ref$positionBottom === void 0 ? true : _ref$positionBottom;
|
|
13
|
-
return /*#__PURE__*/React.createElement(LoadingRateLimitedContainer, null, /*#__PURE__*/React.createElement(WarningIconWrapper, null, errorIcon), /*#__PURE__*/React.createElement(LoadingRateLimitedTextWrapper, {
|
|
14
|
-
breakpoint: breakpoint,
|
|
15
|
-
positionBottom: positionBottom
|
|
16
|
-
}, /*#__PURE__*/React.createElement(CouldntLoadWrapper, null, /*#__PURE__*/React.createElement(FormattedMessageWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.couldnt_load_file))), /*#__PURE__*/React.createElement(ErrorWrapper, null, /*#__PURE__*/React.createElement(FormattedMessageWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.error_429)))));
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
|
-
|
|
3
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
|
4
|
-
|
|
5
|
-
import styled from 'styled-components';
|
|
6
|
-
import { generateResponsiveStyles } from '../progressBar/styled';
|
|
7
|
-
import { N300 } from '@atlaskit/theme/colors';
|
|
8
|
-
export var LoadingRateLimitedContainer = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n"])));
|
|
9
|
-
export var WarningIconWrapper = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n justify-content: center;\n display: flex;\n /* Required to allow end users to select text in the error message */\n cursor: auto;\n user-select: text;\n > svg {\n width: 45px;\n }\n"])));
|
|
10
|
-
export var LoadingRateLimitedTextWrapper = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n ", "\n"])), function (_ref) {
|
|
11
|
-
var breakpoint = _ref.breakpoint,
|
|
12
|
-
positionBottom = _ref.positionBottom;
|
|
13
|
-
return "\n margin-top: 10px;\n overflow: hidden;\n color: ".concat(N300, ";\n display: block;\n width:100%;\n text-align:center;\n ").concat(generateResponsiveStyles(breakpoint, positionBottom, false, 1), "\n ");
|
|
14
|
-
});
|
|
15
|
-
LoadingRateLimitedTextWrapper.displayName = 'LoadingRateLimitedTextWrapper';
|
|
16
|
-
export var CouldntLoadWrapper = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n font-weight: 550;\n"])));
|
|
17
|
-
export var ErrorWrapper = styled.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n font-weight: 350;\n"])));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, ComponentClass } from 'react';
|
|
2
|
-
import { Breakpoint } from '../common';
|
|
3
|
-
export declare const LoadingRateLimitedContainer: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, any, import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>>;
|
|
4
|
-
export declare const WarningIconWrapper: ComponentClass<HTMLAttributes<{}>>;
|
|
5
|
-
export declare type StyledTextProps = {
|
|
6
|
-
breakpoint: Breakpoint;
|
|
7
|
-
positionBottom: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare const LoadingRateLimitedTextWrapper: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledTextProps, any, import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledTextProps>;
|
|
10
|
-
export declare const CouldntLoadWrapper: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, any, import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>>;
|
|
11
|
-
export declare const ErrorWrapper: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, any, import("react").ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>>;
|