@object-ui/plugin-gantt 3.0.2 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-gantt@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-gantt
2
+ > @object-ui/plugin-gantt@3.0.3 build /home/runner/work/objectui/objectui/packages/plugin-gantt
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -8,14 +8,9 @@ transforming...
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
- src/ObjectGantt.stories.tsx:4:43 - error TS2307: Cannot find module '@storybook-config/datasource' or its corresponding type declarations.
12
-
13
- 4 import { createStorybookDataSource } from '@storybook-config/datasource';
14
-    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
-
16
11
  computing gzip size...
17
12
  dist/index.js 221.49 kB │ gzip: 53.67 kB
18
- [vite:dts] Declaration files built in 12662ms.
13
+ [vite:dts] Declaration files built in 12069ms.
19
14
  
20
15
  dist/index.umd.cjs 160.27 kB │ gzip: 44.40 kB
21
- ✓ built in 17.60s
16
+ ✓ built in 16.36s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-gantt
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.3
8
+ - @object-ui/core@3.0.3
9
+ - @object-ui/react@3.0.3
10
+ - @object-ui/components@3.0.3
11
+ - @object-ui/fields@3.0.3
12
+
3
13
  ## 3.0.2
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-gantt",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Gantt chart plugin for Object UI",
@@ -26,11 +26,11 @@
26
26
  "dependencies": {
27
27
  "@objectstack/spec": "^3.0.4",
28
28
  "lucide-react": "^0.563.0",
29
- "@object-ui/components": "3.0.2",
30
- "@object-ui/core": "3.0.2",
31
- "@object-ui/fields": "3.0.2",
32
- "@object-ui/react": "3.0.2",
33
- "@object-ui/types": "3.0.2"
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"}