@atlaskit/editor-plugin-card 2.6.1 → 2.6.2

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.
@@ -1,10 +0,0 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { jsx } from '@emotion/react';
4
- export type LeftIconOverlayProps = React.HTMLAttributes<HTMLSpanElement> & {
5
- isSelected?: boolean;
6
- isVisible?: boolean;
7
- testId?: string;
8
- };
9
- declare const LeftIconOverlay: ({ children, isSelected, isVisible, testId, ...props }: React.PropsWithChildren<LeftIconOverlayProps>) => jsx.JSX.Element;
10
- export default LeftIconOverlay;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export type SmallLinkDropdownProps = {
3
- testId: string;
4
- };
5
- declare const ConfigureLinkDropdown: (props: SmallLinkDropdownProps) => JSX.Element;
6
- export default ConfigureLinkDropdown;
@@ -1,10 +0,0 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { jsx } from '@emotion/react';
4
- export type LeftIconOverlayProps = React.HTMLAttributes<HTMLSpanElement> & {
5
- isSelected?: boolean;
6
- isVisible?: boolean;
7
- testId?: string;
8
- };
9
- declare const LeftIconOverlay: ({ children, isSelected, isVisible, testId, ...props }: React.PropsWithChildren<LeftIconOverlayProps>) => jsx.JSX.Element;
10
- export default LeftIconOverlay;