@atlaskit/spotlight 0.4.0 → 0.4.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
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ export { SpotlightDismissControl, type SpotlightDismissControlProps } from './ui
|
|
|
12
12
|
export { SpotlightShowMoreControl, type SpotlightShowMoreControlProps, } from './ui/show-more-control';
|
|
13
13
|
export { SpotlightMedia, type SpotlightMediaProps } from './ui/media';
|
|
14
14
|
export { PopoverProvider } from './ui/popover-provider';
|
|
15
|
-
export { PopoverContent } from './ui/popover-content';
|
|
15
|
+
export { PopoverContent, type PopoverContentProps } from './ui/popover-content';
|
|
16
16
|
export { PopoverTarget } from './ui/popover-target';
|
|
17
17
|
export { type Placement } from './types';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { type ReactNode } from 'react';
|
|
6
6
|
import type { Placement } from '../../types';
|
|
7
|
-
interface PopoverContentProps {
|
|
7
|
+
export interface PopoverContentProps {
|
|
8
8
|
/**
|
|
9
9
|
* A `testId` prop is provided for specified elements, which is a unique
|
|
10
10
|
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
@@ -21,4 +21,3 @@ interface PopoverContentProps {
|
|
|
21
21
|
* A `PopoverContent` is the element that is shown as a popover.
|
|
22
22
|
*/
|
|
23
23
|
export declare const PopoverContent: ({ children, placement, isVisible, testId, }: PopoverContentProps) => JSX.Element;
|
|
24
|
-
export {};
|
|
@@ -12,6 +12,6 @@ export { SpotlightDismissControl, type SpotlightDismissControlProps } from './ui
|
|
|
12
12
|
export { SpotlightShowMoreControl, type SpotlightShowMoreControlProps, } from './ui/show-more-control';
|
|
13
13
|
export { SpotlightMedia, type SpotlightMediaProps } from './ui/media';
|
|
14
14
|
export { PopoverProvider } from './ui/popover-provider';
|
|
15
|
-
export { PopoverContent } from './ui/popover-content';
|
|
15
|
+
export { PopoverContent, type PopoverContentProps } from './ui/popover-content';
|
|
16
16
|
export { PopoverTarget } from './ui/popover-target';
|
|
17
17
|
export { type Placement } from './types';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { type ReactNode } from 'react';
|
|
6
6
|
import type { Placement } from '../../types';
|
|
7
|
-
interface PopoverContentProps {
|
|
7
|
+
export interface PopoverContentProps {
|
|
8
8
|
/**
|
|
9
9
|
* A `testId` prop is provided for specified elements, which is a unique
|
|
10
10
|
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
@@ -21,4 +21,3 @@ interface PopoverContentProps {
|
|
|
21
21
|
* A `PopoverContent` is the element that is shown as a popover.
|
|
22
22
|
*/
|
|
23
23
|
export declare const PopoverContent: ({ children, placement, isVisible, testId, }: PopoverContentProps) => JSX.Element;
|
|
24
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/spotlight",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "A spotlight introduces users to various points of interest across Atlassian through focused messages or multi-step tours.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|