@object-ui/plugin-calendar 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-calendar@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.0.3 build /home/runner/work/objectui/objectui/packages/plugin-calendar
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/ObjectCalendar.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 38.73 kB │ gzip: 10.08 kB
18
- [vite:dts] Declaration files built in 13799ms.
13
+ [vite:dts] Declaration files built in 14245ms.
19
14
  
20
15
  dist/index.umd.cjs 26.12 kB │ gzip: 8.86 kB
21
- ✓ built in 15.35s
16
+ ✓ built in 15.46s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-calendar
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
+ - @object-ui/mobile@3.0.3
13
+
3
14
  ## 3.0.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-calendar",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "lucide-react": "^0.563.0",
28
- "@object-ui/components": "3.0.2",
29
- "@object-ui/fields": "3.0.2",
30
- "@object-ui/core": "3.0.2",
31
- "@object-ui/react": "3.0.2",
32
- "@object-ui/mobile": "3.0.2",
33
- "@object-ui/types": "3.0.2"
28
+ "@object-ui/components": "3.0.3",
29
+ "@object-ui/core": "3.0.3",
30
+ "@object-ui/fields": "3.0.3",
31
+ "@object-ui/mobile": "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",
@@ -43,7 +43,7 @@
43
43
  "typescript": "^5.9.3",
44
44
  "vite": "^7.3.1",
45
45
  "vite-plugin-dts": "^4.5.4",
46
- "@object-ui/data-objectstack": "3.0.2"
46
+ "@object-ui/data-objectstack": "3.0.3"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "vite build",
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 MonthlyEvents: Story;
23
- //# sourceMappingURL=ObjectCalendar.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectCalendar.stories.d.ts","sourceRoot":"","sources":["../../src/ObjectCalendar.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,KA0BrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAyB3B,CAAC"}