@agility/plenum-ui 1.1.72 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.1.72",
3
+ "version": "1.2.1",
4
4
  "description": "Components that are part of the Agility CMS design system.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -1,7 +0,0 @@
1
- import { FC } from 'react';
2
- export interface TreeItemProps {
3
- /** Prop comment */
4
- prop: string;
5
- }
6
- /** Comment */
7
- export declare const TreeItem: FC<TreeItemProps>;
@@ -1,6 +0,0 @@
1
- import { Meta } from '@storybook/react/types-6-0';
2
- import { Story } from '@storybook/react';
3
- import { TreeItemProps } from './TreeItem';
4
- declare const _default: Meta<import("@storybook/react").Args>;
5
- export default _default;
6
- export declare const TreeItemComponent: Story<TreeItemProps>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export * from './TreeItem';
@@ -1,12 +0,0 @@
1
- import React, { Dispatch, SetStateAction } from 'react';
2
- export interface TreeViewContextProps {
3
- isOpen: boolean;
4
- setIsOpen: Dispatch<SetStateAction<boolean>>;
5
- }
6
- export interface TreeViewProviderProps {
7
- children?: JSX.Element | HTMLDivElement;
8
- }
9
- declare const TreeViewContext: React.Context<Partial<TreeViewContextProps | null>>;
10
- declare const TreeViewProvider: ({ children }: TreeViewProviderProps) => JSX.Element;
11
- export declare const useTreeViewContext: () => Partial<TreeViewContextProps | null>;
12
- export { TreeViewContext, TreeViewProvider };
@@ -1,71 +0,0 @@
1
- export declare const data: ({
2
- key: string;
3
- type: string;
4
- title: string;
5
- lazy: boolean;
6
- expanded: boolean;
7
- folder: boolean;
8
- prefix: string;
9
- iconclass: string;
10
- galleryID: number;
11
- galleryFolderID: number;
12
- assetID: number;
13
- folderID: number;
14
- children: null;
15
- } | {
16
- key: string;
17
- type: string;
18
- title: string;
19
- lazy: boolean;
20
- expanded: boolean;
21
- folder: boolean;
22
- prefix: string;
23
- iconclass: string;
24
- galleryID: number;
25
- galleryFolderID: number;
26
- assetID: number;
27
- folderID: number;
28
- children: ({
29
- key: string;
30
- type: string;
31
- title: string;
32
- lazy: boolean;
33
- expanded: boolean;
34
- folder: boolean;
35
- prefix: string;
36
- iconclass: string;
37
- galleryID: number;
38
- galleryFolderID: number;
39
- assetID: number;
40
- folderID: number;
41
- children: {
42
- key: string;
43
- type: string;
44
- title: string;
45
- lazy: boolean;
46
- expanded: boolean;
47
- folder: boolean;
48
- prefix: string;
49
- iconclass: string;
50
- galleryID: number;
51
- galleryFolderID: number;
52
- assetID: number;
53
- folderID: number;
54
- children: null;
55
- }[];
56
- } | {
57
- key: string;
58
- type: string;
59
- title: string;
60
- lazy: boolean;
61
- expanded: boolean;
62
- folder: boolean;
63
- prefix: string;
64
- iconclass: string;
65
- galleryID: number;
66
- galleryFolderID: number;
67
- assetID: number;
68
- folderID: number;
69
- children: null;
70
- })[];
71
- })[];