@trackunit/react-compound-components 0.0.209 → 0.0.212

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": "@trackunit/react-compound-components",
3
- "version": "0.0.209",
3
+ "version": "0.0.212",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "dependencies": {
@@ -8,7 +8,7 @@ export declare const Default: {
8
8
  name: string;
9
9
  render: (props: ComponentProps<typeof ImageCollection>) => import("react/jsx-runtime").JSX.Element;
10
10
  args: {
11
- items: {
11
+ imageIds: {
12
12
  id: string;
13
13
  original: string;
14
14
  thumbnail: string;
@@ -63,7 +63,6 @@ export declare const Default: {
63
63
  additionalClass?: string | undefined;
64
64
  useTranslate3D?: boolean | undefined;
65
65
  isRTL?: boolean | undefined;
66
- imageIds?: string[] | undefined;
67
66
  actions?: {
68
67
  upload?: {
69
68
  label: string;
@@ -83,7 +82,7 @@ export declare const EmptyState: {
83
82
  name: string;
84
83
  render: (props: ComponentProps<typeof ImageCollection>) => import("react/jsx-runtime").JSX.Element;
85
84
  args: {
86
- items: never[];
85
+ imageIds: never[];
87
86
  onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
88
87
  flickThreshold?: number | undefined;
89
88
  showNav?: boolean | undefined;
@@ -134,7 +133,6 @@ export declare const EmptyState: {
134
133
  additionalClass?: string | undefined;
135
134
  useTranslate3D?: boolean | undefined;
136
135
  isRTL?: boolean | undefined;
137
- imageIds?: string[] | undefined;
138
136
  actions?: {
139
137
  upload?: {
140
138
  label: string;