@atlaskit/smart-card 34.5.0 → 34.5.1
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 +8 -0
- package/dist/cjs/common/ui/icons/angle-brackets-icon.js +2 -11
- package/dist/cjs/common/ui/icons/audio-icon.js +2 -11
- package/dist/cjs/common/ui/icons/blog-icon.js +13 -0
- package/dist/cjs/common/ui/icons/chart-bar-icon.js +2 -11
- package/dist/cjs/common/ui/icons/file-icon.js +2 -11
- package/dist/cjs/common/ui/icons/folder-icon.js +2 -11
- package/dist/cjs/common/ui/icons/image-icon.js +2 -11
- package/dist/cjs/common/ui/icons/list-bullet-icon.js +2 -11
- package/dist/cjs/common/ui/icons/page-icon.js +2 -12
- package/dist/cjs/common/ui/icons/types.js +5 -0
- package/dist/cjs/common/ui/icons/utils.js +47 -0
- package/dist/cjs/common/ui/icons/video-icon.js +2 -11
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/index.js +395 -180
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.compiled.css +1 -0
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.js +16 -8
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/index.compiled.css +2 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/index.js +38 -20
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.compiled.css +2 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +23 -2
- package/dist/cjs/view/FlexibleCard/components/common/atlaskit-icon/index.js +43 -17
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +28 -8
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.compiled.css +0 -2
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +13 -12
- package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +35 -8
- package/dist/cjs/view/FlexibleCard/components/utils.js +23 -2
- package/dist/cjs/view/HoverCard/components/views/resolving/index.js +29 -14
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/common/ui/icons/angle-brackets-icon.js +2 -11
- package/dist/es2019/common/ui/icons/audio-icon.js +2 -11
- package/dist/es2019/common/ui/icons/blog-icon.js +6 -0
- package/dist/es2019/common/ui/icons/chart-bar-icon.js +2 -11
- package/dist/es2019/common/ui/icons/file-icon.js +2 -11
- package/dist/es2019/common/ui/icons/folder-icon.js +2 -11
- package/dist/es2019/common/ui/icons/image-icon.js +2 -11
- package/dist/es2019/common/ui/icons/list-bullet-icon.js +2 -11
- package/dist/es2019/common/ui/icons/page-icon.js +2 -12
- package/dist/es2019/common/ui/icons/types.js +1 -0
- package/dist/es2019/common/ui/icons/utils.js +39 -0
- package/dist/es2019/common/ui/icons/video-icon.js +2 -11
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/index.js +166 -53
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.compiled.css +1 -0
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.js +8 -3
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolved/index.compiled.css +2 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolved/index.js +24 -4
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.compiled.css +2 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +23 -2
- package/dist/es2019/view/FlexibleCard/components/common/atlaskit-icon/index.js +46 -21
- package/dist/es2019/view/FlexibleCard/components/common/image-icon/index.js +28 -8
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.compiled.css +0 -2
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +14 -12
- package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +35 -10
- package/dist/es2019/view/FlexibleCard/components/utils.js +22 -1
- package/dist/es2019/view/HoverCard/components/views/resolving/index.js +21 -6
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/common/ui/icons/angle-brackets-icon.js +2 -11
- package/dist/esm/common/ui/icons/audio-icon.js +2 -11
- package/dist/esm/common/ui/icons/blog-icon.js +6 -0
- package/dist/esm/common/ui/icons/chart-bar-icon.js +2 -11
- package/dist/esm/common/ui/icons/file-icon.js +2 -11
- package/dist/esm/common/ui/icons/folder-icon.js +2 -11
- package/dist/esm/common/ui/icons/image-icon.js +2 -11
- package/dist/esm/common/ui/icons/list-bullet-icon.js +2 -11
- package/dist/esm/common/ui/icons/page-icon.js +2 -12
- package/dist/esm/common/ui/icons/types.js +1 -0
- package/dist/esm/common/ui/icons/utils.js +40 -0
- package/dist/esm/common/ui/icons/video-icon.js +2 -11
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/index.js +261 -96
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.compiled.css +1 -0
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.js +8 -3
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolved/index.compiled.css +2 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolved/index.js +37 -19
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.compiled.css +2 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +23 -2
- package/dist/esm/view/FlexibleCard/components/common/atlaskit-icon/index.js +47 -21
- package/dist/esm/view/FlexibleCard/components/common/image-icon/index.js +28 -8
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.compiled.css +0 -2
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +13 -11
- package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +35 -8
- package/dist/esm/view/FlexibleCard/components/utils.js +22 -1
- package/dist/esm/view/HoverCard/components/views/resolving/index.js +21 -6
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/common/ui/icons/angle-brackets-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/audio-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/blog-icon.d.ts +8 -0
- package/dist/types/common/ui/icons/chart-bar-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/file-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/folder-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/image-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/list-bullet-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/page-icon.d.ts +2 -6
- package/dist/types/common/ui/icons/types.d.ts +6 -0
- package/dist/types/common/ui/icons/utils.d.ts +15 -0
- package/dist/types/common/ui/icons/video-icon.d.ts +2 -6
- package/dist/types/utils/index.d.ts +6 -2
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +3 -1
- package/dist/types/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +2 -1
- package/dist/types/view/FlexibleCard/components/common/image-icon/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/common/image-icon/types.d.ts +2 -0
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +4 -3
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/types.d.ts +17 -1
- package/dist/types/view/FlexibleCard/components/utils.d.ts +2 -0
- package/dist/types/view/HoverCard/components/views/resolving/index.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/angle-brackets-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/audio-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/blog-icon.d.ts +8 -0
- package/dist/types-ts4.5/common/ui/icons/chart-bar-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/file-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/folder-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/image-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/list-bullet-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/page-icon.d.ts +2 -6
- package/dist/types-ts4.5/common/ui/icons/types.d.ts +6 -0
- package/dist/types-ts4.5/common/ui/icons/utils.d.ts +15 -0
- package/dist/types-ts4.5/common/ui/icons/video-icon.d.ts +2 -6
- package/dist/types-ts4.5/utils/index.d.ts +6 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +3 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +2 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/image-icon/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/image-icon/types.d.ts +2 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +4 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/types.d.ts +17 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +2 -0
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/index.d.ts +0 -4
- package/package.json +5 -1
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IconTile } from '@atlaskit/icon';
|
|
4
1
|
import LegacyIcon from '@atlaskit/icon-file-type/glyph/generic/16';
|
|
5
2
|
import FileIcon from '@atlaskit/icon/core/file';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
appearance: "grayBold",
|
|
9
|
-
icon: FileIcon,
|
|
10
|
-
size: "16",
|
|
11
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
12
|
-
}));
|
|
13
|
-
};
|
|
3
|
+
import { renderIconTile } from './utils';
|
|
4
|
+
var FileIconWithColor = renderIconTile(FileIcon, 'grayBold', LegacyIcon);
|
|
14
5
|
FileIconWithColor.displayName = 'FileIconWithColor';
|
|
15
6
|
export default FileIconWithColor;
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IconTile } from '@atlaskit/icon';
|
|
4
1
|
import LegacyIcon from '@atlaskit/icon-file-type/glyph/folder/16';
|
|
5
2
|
import FolderClosedIcon from '@atlaskit/icon/core/folder-closed';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
appearance: "blueBold",
|
|
9
|
-
icon: FolderClosedIcon,
|
|
10
|
-
size: "16",
|
|
11
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
12
|
-
}));
|
|
13
|
-
};
|
|
3
|
+
import { renderIconTile } from './utils';
|
|
4
|
+
var FolderClosedIconWithColor = renderIconTile(FolderClosedIcon, 'blueBold', LegacyIcon);
|
|
14
5
|
FolderClosedIconWithColor.displayName = 'FolderClosedIconWithColor';
|
|
15
6
|
export default FolderClosedIconWithColor;
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IconTile } from '@atlaskit/icon';
|
|
4
1
|
import LegacyIcon from '@atlaskit/icon-file-type/glyph/image/16';
|
|
5
2
|
import ImageIcon from '@atlaskit/icon/core/image';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
appearance: "yellowBold",
|
|
9
|
-
icon: ImageIcon,
|
|
10
|
-
size: "16",
|
|
11
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
12
|
-
}));
|
|
13
|
-
};
|
|
3
|
+
import { renderIconTile } from './utils';
|
|
4
|
+
var ImageIconWithColor = renderIconTile(ImageIcon, 'yellowBold', LegacyIcon);
|
|
14
5
|
ImageIconWithColor.displayName = 'ImageIconWithColor';
|
|
15
6
|
export default ImageIconWithColor;
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IconTile } from '@atlaskit/icon';
|
|
4
1
|
import LegacyIcon from '@atlaskit/icon-file-type/glyph/spreadsheet/16';
|
|
5
2
|
import ListBulletedIcon from '@atlaskit/icon/core/list-bulleted';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
appearance: "greenBold",
|
|
9
|
-
icon: ListBulletedIcon,
|
|
10
|
-
size: "16",
|
|
11
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
12
|
-
}));
|
|
13
|
-
};
|
|
3
|
+
import { renderIconTile } from './utils';
|
|
4
|
+
var ListBulletedIconWithColor = renderIconTile(ListBulletedIcon, 'greenBold', LegacyIcon);
|
|
14
5
|
ListBulletedIconWithColor.displayName = 'ListBulletedIconWithColor';
|
|
15
6
|
export default ListBulletedIconWithColor;
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IconTile } from '@atlaskit/icon';
|
|
4
1
|
import LegacyIcon from '@atlaskit/icon-file-type/glyph/document/16';
|
|
5
2
|
import PageIcon from '@atlaskit/icon/core/page';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
appearance: "blueBold",
|
|
9
|
-
icon: PageIcon,
|
|
10
|
-
size: "16"
|
|
11
|
-
}, props, {
|
|
12
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
13
|
-
}));
|
|
14
|
-
};
|
|
3
|
+
import { renderIconTile } from './utils';
|
|
4
|
+
var PageIconWithColor = renderIconTile(PageIcon, 'blueBold', LegacyIcon);
|
|
15
5
|
PageIconWithColor.displayName = 'PageIconWithColor';
|
|
16
6
|
export default PageIconWithColor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size"],
|
|
4
|
+
_excluded2 = ["size"];
|
|
5
|
+
import React from 'react';
|
|
6
|
+
import { IconTile } from '@atlaskit/icon';
|
|
7
|
+
import { SmartLinkSize } from '../../../constants';
|
|
8
|
+
import { isIconSizeLarge } from '../../../utils';
|
|
9
|
+
export var transformSmartLinkSizeToIconTileSize = function transformSmartLinkSizeToIconTileSize(size) {
|
|
10
|
+
switch (size) {
|
|
11
|
+
case SmartLinkSize.XLarge:
|
|
12
|
+
case SmartLinkSize.Large:
|
|
13
|
+
return '24';
|
|
14
|
+
default:
|
|
15
|
+
return '16';
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export var renderIconPerSize = function renderIconPerSize(IconSmall, IconLarge) {
|
|
19
|
+
return function (_ref) {
|
|
20
|
+
var size = _ref.size,
|
|
21
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
22
|
+
if (isIconSizeLarge(size)) {
|
|
23
|
+
return /*#__PURE__*/React.createElement(IconLarge, props);
|
|
24
|
+
}
|
|
25
|
+
return /*#__PURE__*/React.createElement(IconSmall, props);
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export var renderIconTile = function renderIconTile(Icon, appearance, LegacyIcon) {
|
|
29
|
+
return function (_ref2) {
|
|
30
|
+
var size = _ref2.size,
|
|
31
|
+
props = _objectWithoutProperties(_ref2, _excluded2);
|
|
32
|
+
return /*#__PURE__*/React.createElement(IconTile, _extends({
|
|
33
|
+
appearance: appearance,
|
|
34
|
+
icon: Icon,
|
|
35
|
+
size: transformSmartLinkSizeToIconTileSize(size)
|
|
36
|
+
}, props, {
|
|
37
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
38
|
+
}));
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IconTile } from '@atlaskit/icon';
|
|
4
1
|
import LegacyIcon from '@atlaskit/icon-file-type/glyph/video/16';
|
|
5
2
|
import VideoIcon from '@atlaskit/icon/core/video';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
appearance: "redBold",
|
|
9
|
-
icon: VideoIcon,
|
|
10
|
-
size: "16",
|
|
11
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(LegacyIcon, props)
|
|
12
|
-
}));
|
|
13
|
-
};
|
|
3
|
+
import { renderIconTile } from './utils';
|
|
4
|
+
var VideoIconWithColor = renderIconTile(VideoIcon, 'redBold', LegacyIcon);
|
|
14
5
|
VideoIconWithColor.displayName = 'VideoIconWithColor';
|
|
15
6
|
export default VideoIconWithColor;
|
|
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export var context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "34.5.
|
|
7
|
+
packageVersion: "34.5.1"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import React from 'react';
|
|
|
6
6
|
import Loadable from 'react-loadable';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { themeObjectToString } from '@atlaskit/tokens';
|
|
9
|
-
import { IconType } from '../constants';
|
|
9
|
+
import { IconType, SmartLinkSize } from '../constants';
|
|
10
10
|
import extractFileFormatIcon from '../extractors/flexible/icon/extract-file-formatIcon';
|
|
11
11
|
export var isSpecialEvent = function isSpecialEvent(evt) {
|
|
12
12
|
return evt.isDefaultPrevented() && (isIframe() || isSpecialKey(evt) || isSpecialClick(evt));
|
|
@@ -224,111 +224,273 @@ var typeToIcon = {
|
|
|
224
224
|
return import('@atlaskit/icon-file-type/glyph/folder/16');
|
|
225
225
|
}]
|
|
226
226
|
};
|
|
227
|
+
|
|
228
|
+
// prettier-ignore
|
|
227
229
|
export var getLazyIcons = function getLazyIcons() {
|
|
228
230
|
var _ref3;
|
|
229
|
-
return _ref3 = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ref3, IconType.Document,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}), IconType.
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
}), IconType.
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
}), IconType.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}), IconType.
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
}),
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}), IconType.
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}), IconType.
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
}), IconType.
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
}), IconType.
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ref3, IconType.
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}), IconType.
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
}), IconType.
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
}), IconType.
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}), IconType.
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
}),
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
}), IconType.
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
return
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
return
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
231
|
+
return _ref3 = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ref3, IconType.Document, {
|
|
232
|
+
default: function _default() {
|
|
233
|
+
return import( /* webpackChunkName: "@atlaskit-internal_page-icon" */'../common/ui/icons/page-icon');
|
|
234
|
+
}
|
|
235
|
+
}), IconType.Blog, {
|
|
236
|
+
default: function _default() {
|
|
237
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphBlock" */'../common/ui/icons/blog-icon');
|
|
238
|
+
}
|
|
239
|
+
}), IconType.Audio, {
|
|
240
|
+
default: function _default() {
|
|
241
|
+
return import( /* webpackChunkName: "@atlaskit-internal_audio-icon" */'../common/ui/icons/audio-icon');
|
|
242
|
+
}
|
|
243
|
+
}), IconType.Code, {
|
|
244
|
+
default: function _default() {
|
|
245
|
+
return import( /* webpackChunkName: "@atlaskit-internal_angle-brackets-icon" */'../common/ui/icons/angle-brackets-icon');
|
|
246
|
+
}
|
|
247
|
+
}), IconType.File, {
|
|
248
|
+
default: function _default() {
|
|
249
|
+
return import( /* webpackChunkName: "@atlaskit-internal_file-icon" */'../common/ui/icons/file-icon');
|
|
250
|
+
}
|
|
251
|
+
}), IconType.Folder, {
|
|
252
|
+
default: function _default() {
|
|
253
|
+
return import( /* webpackChunkName: "@atlaskit-internal_folder-icon" */'../common/ui/icons/folder-icon');
|
|
254
|
+
}
|
|
255
|
+
}), IconType.Generic, {
|
|
256
|
+
default: function _default() {
|
|
257
|
+
return import( /* webpackChunkName: "@atlaskit-internal_file-icon" */'../common/ui/icons/file-icon');
|
|
258
|
+
}
|
|
259
|
+
}), IconType.Image, {
|
|
260
|
+
default: function _default() {
|
|
261
|
+
return import( /* webpackChunkName: "@atlaskit-internal_image-icon" */'../common/ui/icons/image-icon');
|
|
262
|
+
}
|
|
263
|
+
}), IconType.Presentation, {
|
|
264
|
+
default: function _default() {
|
|
265
|
+
return import( /* webpackChunkName: "@atlaskit-internal_chart-bar-icon" */'../common/ui/icons/chart-bar-icon');
|
|
266
|
+
}
|
|
267
|
+
}), IconType.Spreadsheet, {
|
|
268
|
+
default: function _default() {
|
|
269
|
+
return import( /* webpackChunkName: "@atlaskit-internal_list-bullet-icon" */'../common/ui/icons/list-bullet-icon');
|
|
270
|
+
}
|
|
271
|
+
}), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ref3, IconType.Video, {
|
|
272
|
+
default: function _default() {
|
|
273
|
+
return import( /* webpackChunkName: "@atlaskit-internal_video-icon" */'../common/ui/icons/video-icon');
|
|
274
|
+
}
|
|
275
|
+
}), IconType.Project, {
|
|
276
|
+
default: function _default() {
|
|
277
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphProject" */'@atlaskit/icon/core/migration/people-group');
|
|
278
|
+
}
|
|
279
|
+
}), IconType.Template, {
|
|
280
|
+
default: function _default() {
|
|
281
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphTemplate" */'@atlaskit/icon/core/migration/file--document-filled');
|
|
282
|
+
}
|
|
283
|
+
}), IconType.Forbidden, {
|
|
284
|
+
default: function _default() {
|
|
285
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphForbidden" */'@atlaskit/icon/core/migration/lock-locked--lock-filled');
|
|
286
|
+
}
|
|
287
|
+
}), IconType.Default, {
|
|
288
|
+
default: function _default() {
|
|
289
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphDefault" */'@atlaskit/icon/core/migration/link');
|
|
290
|
+
}
|
|
291
|
+
}), IconType.Archive, {
|
|
292
|
+
default: function _default() {
|
|
293
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphArchive" */'@atlaskit/icon-file-type/glyph/archive/16');
|
|
294
|
+
},
|
|
295
|
+
large: function large() {
|
|
296
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphArchive" */'@atlaskit/icon-file-type/glyph/archive/24');
|
|
297
|
+
}
|
|
298
|
+
}), IconType.Executable, {
|
|
299
|
+
default: function _default() {
|
|
300
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphExecutable" */'@atlaskit/icon-file-type/glyph/executable/16');
|
|
301
|
+
},
|
|
302
|
+
large: function large() {
|
|
303
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphExecutable" */'@atlaskit/icon-file-type/glyph/executable/24');
|
|
304
|
+
}
|
|
305
|
+
}), IconType.GIF, {
|
|
306
|
+
default: function _default() {
|
|
307
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGIF" */'@atlaskit/icon-file-type/glyph/gif/16');
|
|
308
|
+
},
|
|
309
|
+
large: function large() {
|
|
310
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGIF" */'@atlaskit/icon-file-type/glyph/gif/24');
|
|
311
|
+
}
|
|
312
|
+
}), IconType.GoogleDocs, {
|
|
313
|
+
default: function _default() {
|
|
314
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleDocs" */'@atlaskit/icon-file-type/glyph/google-doc/16');
|
|
315
|
+
},
|
|
316
|
+
large: function large() {
|
|
317
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleDocs" */'@atlaskit/icon-file-type/glyph/google-doc/24');
|
|
318
|
+
}
|
|
319
|
+
}), IconType.GoogleForms, {
|
|
320
|
+
default: function _default() {
|
|
321
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleForms" */'@atlaskit/icon-file-type/glyph/google-form/16');
|
|
322
|
+
},
|
|
323
|
+
large: function large() {
|
|
324
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleForms" */'@atlaskit/icon-file-type/glyph/google-form/24');
|
|
325
|
+
}
|
|
326
|
+
}), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ref3, IconType.GoogleSheets, {
|
|
327
|
+
default: function _default() {
|
|
328
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleSheets" */'@atlaskit/icon-file-type/glyph/google-sheet/16');
|
|
329
|
+
},
|
|
330
|
+
large: function large() {
|
|
331
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleSheets" */'@atlaskit/icon-file-type/glyph/google-sheet/24');
|
|
332
|
+
}
|
|
333
|
+
}), IconType.GoogleSlides, {
|
|
334
|
+
default: function _default() {
|
|
335
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleSlides" */'@atlaskit/icon-file-type/glyph/google-slide/16');
|
|
336
|
+
},
|
|
337
|
+
large: function large() {
|
|
338
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphGoogleSlides" */'@atlaskit/icon-file-type/glyph/google-slide/24');
|
|
339
|
+
}
|
|
340
|
+
}), IconType.MSExcel, {
|
|
341
|
+
default: function _default() {
|
|
342
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphMSExcel" */'@atlaskit/icon-file-type/glyph/excel-spreadsheet/16');
|
|
343
|
+
},
|
|
344
|
+
large: function large() {
|
|
345
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphMSExcel" */'@atlaskit/icon-file-type/glyph/excel-spreadsheet/24');
|
|
346
|
+
}
|
|
347
|
+
}), IconType.MSPowerpoint, {
|
|
348
|
+
default: function _default() {
|
|
349
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphMSPowerpoint" */'@atlaskit/icon-file-type/glyph/powerpoint-presentation/16');
|
|
350
|
+
},
|
|
351
|
+
large: function large() {
|
|
352
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphMSPowerpoint" */'@atlaskit/icon-file-type/glyph/powerpoint-presentation/24');
|
|
353
|
+
}
|
|
354
|
+
}), IconType.MSWord, {
|
|
355
|
+
default: function _default() {
|
|
356
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphMSWord" */'@atlaskit/icon-file-type/glyph/word-document/16');
|
|
357
|
+
},
|
|
358
|
+
large: function large() {
|
|
359
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphMSWord" */'@atlaskit/icon-file-type/glyph/word-document/24');
|
|
360
|
+
}
|
|
361
|
+
}), IconType.PDF, {
|
|
362
|
+
default: function _default() {
|
|
363
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphPDF" */'@atlaskit/icon-file-type/glyph/pdf-document/16');
|
|
364
|
+
},
|
|
365
|
+
large: function large() {
|
|
366
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphPDF" */'@atlaskit/icon-file-type/glyph/pdf-document/24');
|
|
367
|
+
}
|
|
368
|
+
}), IconType.Sketch, {
|
|
369
|
+
default: function _default() {
|
|
370
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphSketch" */'@atlaskit/icon-file-type/glyph/sketch/16');
|
|
371
|
+
},
|
|
372
|
+
large: function large() {
|
|
373
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphSketch" */'@atlaskit/icon-file-type/glyph/sketch/24');
|
|
374
|
+
}
|
|
375
|
+
}), IconType.Branch, {
|
|
376
|
+
default: function _default() {
|
|
377
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphBranch" */'@atlaskit/icon-object/glyph/branch/16');
|
|
378
|
+
},
|
|
379
|
+
large: function large() {
|
|
380
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphBranch" */'@atlaskit/icon-object/glyph/branch/24');
|
|
381
|
+
}
|
|
382
|
+
}), IconType.Commit, {
|
|
383
|
+
default: function _default() {
|
|
384
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphCommit" */'@atlaskit/icon-object/glyph/commit/16');
|
|
385
|
+
},
|
|
386
|
+
large: function large() {
|
|
387
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphCommit" */'@atlaskit/icon-object/glyph/commit/24');
|
|
388
|
+
}
|
|
389
|
+
}), IconType.PullRequest, {
|
|
390
|
+
default: function _default() {
|
|
391
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphPullRequest" */'@atlaskit/icon-object/glyph/pull-request/16');
|
|
392
|
+
},
|
|
393
|
+
large: function large() {
|
|
394
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphPullRequest" */'@atlaskit/icon-object/glyph/pull-request/24');
|
|
395
|
+
}
|
|
396
|
+
}), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ref3, IconType.Repo, {
|
|
397
|
+
default: function _default() {
|
|
398
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphRepo" */'@atlaskit/icon-object/glyph/code/16');
|
|
399
|
+
},
|
|
400
|
+
large: function large() {
|
|
401
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphRepo" */'@atlaskit/icon-object/glyph/code/24');
|
|
402
|
+
}
|
|
403
|
+
}), IconType.Bug, {
|
|
404
|
+
default: function _default() {
|
|
405
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphBug" */'@atlaskit/icon-object/glyph/bug/16');
|
|
406
|
+
},
|
|
407
|
+
large: function large() {
|
|
408
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphBug" */'@atlaskit/icon-object/glyph/bug/24');
|
|
409
|
+
}
|
|
410
|
+
}), IconType.Change, {
|
|
411
|
+
default: function _default() {
|
|
412
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphChange" */'@atlaskit/icon-object/glyph/changes/16');
|
|
413
|
+
},
|
|
414
|
+
large: function large() {
|
|
415
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphChange" */'@atlaskit/icon-object/glyph/changes/24');
|
|
416
|
+
}
|
|
417
|
+
}), IconType.Epic, {
|
|
418
|
+
default: function _default() {
|
|
419
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphEpic" */'@atlaskit/icon-object/glyph/epic/16');
|
|
420
|
+
},
|
|
421
|
+
large: function large() {
|
|
422
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphEpic" */'@atlaskit/icon-object/glyph/epic/24');
|
|
423
|
+
}
|
|
424
|
+
}), IconType.Incident, {
|
|
425
|
+
default: function _default() {
|
|
426
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphIncident" */'@atlaskit/icon-object/glyph/incident/16');
|
|
427
|
+
},
|
|
428
|
+
large: function large() {
|
|
429
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphIncident" */'@atlaskit/icon-object/glyph/incident/24');
|
|
430
|
+
}
|
|
431
|
+
}), IconType.Problem, {
|
|
432
|
+
default: function _default() {
|
|
433
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphProblem" */'@atlaskit/icon-object/glyph/problem/16');
|
|
434
|
+
},
|
|
435
|
+
large: function large() {
|
|
436
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphProblem" */'@atlaskit/icon-object/glyph/problem/24');
|
|
437
|
+
}
|
|
438
|
+
}), IconType.ServiceRequest, {
|
|
439
|
+
default: function _default() {
|
|
440
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphServiceRequest" */'@atlaskit/icon-object/glyph/issue/16');
|
|
441
|
+
},
|
|
442
|
+
large: function large() {
|
|
443
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphServiceRequest" */'@atlaskit/icon-object/glyph/issue/24');
|
|
444
|
+
}
|
|
445
|
+
}), IconType.Story, {
|
|
446
|
+
default: function _default() {
|
|
447
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphStory" */'@atlaskit/icon-object/glyph/story/16');
|
|
448
|
+
},
|
|
449
|
+
large: function large() {
|
|
450
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphStory" */'@atlaskit/icon-object/glyph/story/24');
|
|
451
|
+
}
|
|
452
|
+
}), IconType.SubTask, {
|
|
453
|
+
default: function _default() {
|
|
454
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphSubTask" */'@atlaskit/icon-object/glyph/subtask/16');
|
|
455
|
+
},
|
|
456
|
+
large: function large() {
|
|
457
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphSubTask" */'@atlaskit/icon-object/glyph/subtask/24');
|
|
458
|
+
}
|
|
459
|
+
}), IconType.Task, {
|
|
460
|
+
default: function _default() {
|
|
461
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphTask" */'@atlaskit/icon-object/glyph/task/16');
|
|
462
|
+
},
|
|
463
|
+
large: function large() {
|
|
464
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphTask" */'@atlaskit/icon-object/glyph/task/24');
|
|
465
|
+
}
|
|
466
|
+
}), _defineProperty(_defineProperty(_ref3, IconType.Confluence, {
|
|
467
|
+
default: function _default() {
|
|
468
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphConfluence" */'@atlaskit/logo/confluence-icon').then(function (_ref) {
|
|
469
|
+
var ConfluenceIcon = _ref.ConfluenceIcon;
|
|
470
|
+
return {
|
|
471
|
+
default: ConfluenceIcon
|
|
472
|
+
};
|
|
473
|
+
});
|
|
474
|
+
}
|
|
475
|
+
}), IconType.Jira, {
|
|
476
|
+
default: function _default() {
|
|
477
|
+
return import( /* webpackChunkName: "@atlaskit-internal_glyphJira" */'@atlaskit/logo/jira-icon').then(function (_ref2) {
|
|
478
|
+
var JiraIcon = _ref2.JiraIcon;
|
|
479
|
+
return {
|
|
480
|
+
default: JiraIcon
|
|
481
|
+
};
|
|
482
|
+
});
|
|
483
|
+
}
|
|
323
484
|
});
|
|
324
485
|
};
|
|
325
486
|
var getTypeToIconMap = function getTypeToIconMap(fileFormat) {
|
|
487
|
+
var _lazyIcons$iconDescri;
|
|
326
488
|
var iconDescriptor = extractFileFormatIcon(fileFormat);
|
|
327
489
|
if (!(iconDescriptor !== null && iconDescriptor !== void 0 && iconDescriptor.icon) || !iconDescriptor.label) {
|
|
328
490
|
return null;
|
|
329
491
|
}
|
|
330
492
|
var lazyIcons = getLazyIcons();
|
|
331
|
-
return [iconDescriptor.label, lazyIcons[iconDescriptor.icon]];
|
|
493
|
+
return [iconDescriptor.label, (_lazyIcons$iconDescri = lazyIcons[iconDescriptor.icon]) === null || _lazyIcons$iconDescri === void 0 ? void 0 : _lazyIcons$iconDescri.default];
|
|
332
494
|
};
|
|
333
495
|
export var getIframeSandboxAttribute = function getIframeSandboxAttribute(isTrusted) {
|
|
334
496
|
if (isTrusted) {
|
|
@@ -466,4 +628,7 @@ export var getPreviewUrlWithTheme = function getPreviewUrlWithTheme(previewUrl,
|
|
|
466
628
|
} catch (_unused) {
|
|
467
629
|
return previewUrl;
|
|
468
630
|
}
|
|
631
|
+
};
|
|
632
|
+
export var isIconSizeLarge = function isIconSizeLarge(size) {
|
|
633
|
+
return size && [SmartLinkSize.Large, SmartLinkSize.XLarge].includes(size);
|
|
469
634
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
1
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
4
|
var _excluded = ["actionGroup", "retry", "position", "testId", "title", "icon", "hideIcon"];
|
|
4
|
-
import
|
|
5
|
+
import "./index.compiled.css";
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
5
8
|
import { FormattedMessage } from 'react-intl-next';
|
|
6
9
|
import { Box } from '@atlaskit/primitives';
|
|
7
10
|
import { SmartLinkAlignment, SmartLinkDirection } from '../../../../../../constants';
|
|
@@ -32,7 +35,8 @@ var TitleBlockErroredViewNew = function TitleBlockErroredViewNew(_ref) {
|
|
|
32
35
|
values = _ref2.values;
|
|
33
36
|
var hasAction = onClick !== undefined;
|
|
34
37
|
return /*#__PURE__*/React.createElement(Block, _extends({}, blockProps, {
|
|
35
|
-
testId: "".concat(testId, "-errored-view")
|
|
38
|
+
testId: "".concat(testId, "-errored-view"),
|
|
39
|
+
className: ax(["_zulpu2gc"])
|
|
36
40
|
}), !hideIcon && /*#__PURE__*/React.createElement(LinkIcon, {
|
|
37
41
|
overrideIcon: icon,
|
|
38
42
|
position: position
|
|
@@ -48,4 +52,5 @@ var TitleBlockErroredViewNew = function TitleBlockErroredViewNew(_ref) {
|
|
|
48
52
|
})))), actionGroup);
|
|
49
53
|
};
|
|
50
54
|
export default TitleBlockErroredViewOld;
|
|
51
|
-
export { TitleBlockErroredViewNew };
|
|
55
|
+
export { TitleBlockErroredViewNew };
|
|
56
|
+
var titleBlockGapStyle = null;
|
package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolved/index.compiled.css
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
._zulppdf9{gap:var(--ds-space-050,.25rem)}
|
|
1
|
+
._zulppdf9{gap:var(--ds-space-050,.25rem)}
|
|
2
|
+
._zulpu2gc{gap:var(--ds-space-100,8px)}
|