@object-ui/plugin-gantt 3.0.1 → 3.0.3

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": "@object-ui/plugin-gantt",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Gantt chart plugin for Object UI",
@@ -24,13 +24,13 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@objectstack/spec": "^3.0.2",
27
+ "@objectstack/spec": "^3.0.4",
28
28
  "lucide-react": "^0.563.0",
29
- "@object-ui/components": "3.0.1",
30
- "@object-ui/core": "3.0.1",
31
- "@object-ui/fields": "3.0.1",
32
- "@object-ui/react": "3.0.1",
33
- "@object-ui/types": "3.0.1"
29
+ "@object-ui/components": "3.0.3",
30
+ "@object-ui/core": "3.0.3",
31
+ "@object-ui/fields": "3.0.3",
32
+ "@object-ui/react": "3.0.3",
33
+ "@object-ui/types": "3.0.3"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^18.0.0 || ^19.0.0",
package/tsconfig.json CHANGED
@@ -14,5 +14,5 @@
14
14
  "skipLibCheck": true
15
15
  },
16
16
  "include": ["src"],
17
- "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
17
+ "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.tsx"]
18
18
  }
@@ -1,23 +0,0 @@
1
- import { StoryObj } from '@storybook/react';
2
- declare const meta: {
3
- title: string;
4
- component: import('react').ForwardRefExoticComponent<Omit<{
5
- schema: import('@object-ui/core').SchemaNode;
6
- } & Record<string, any>, "ref"> & import('react').RefAttributes<any>>;
7
- parameters: {
8
- layout: string;
9
- };
10
- tags: string[];
11
- argTypes: {
12
- schema: {
13
- table: {
14
- disable: true;
15
- };
16
- };
17
- };
18
- };
19
- export default meta;
20
- type Story = StoryObj<typeof meta>;
21
- export declare const Default: Story;
22
- export declare const SimpleTimeline: Story;
23
- //# sourceMappingURL=ObjectGantt.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectGantt.stories.d.ts","sourceRoot":"","sources":["../../src/ObjectGantt.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKvD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;CAUW,CAAC;AAEtB,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAUnC,eAAO,MAAM,OAAO,EAAE,KA+DrB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAkB5B,CAAC"}