@object-ui/layout 3.0.2 → 3.1.0

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,30 +1,24 @@
1
1
 
2
- > @object-ui/layout@3.0.2 build /home/runner/work/objectui/objectui/packages/layout
2
+ > @object-ui/layout@3.1.0 build /home/runner/work/objectui/objectui/packages/layout
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
6
6
  transforming...
7
- ✓ 16 modules transformed.
7
+ ✓ 22 modules transformed.
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
- src/stories/AppShell.stories.tsx:3:54 - error TS2307: Cannot find module '@object-ui/layout' or its corresponding type declarations.
12
-
13
- 3 import { AppShell, PageHeader, ResponsiveGrid } from '@object-ui/layout';
14
-    ~~~~~~~~~~~~~~~~~~~
15
- src/stories/ResponsiveGrid.stories.tsx:3:32 - error TS2307: Cannot find module '@object-ui/layout' or its corresponding type declarations.
16
-
17
- 3 import { ResponsiveGrid } from '@object-ui/layout';
18
-    ~~~~~~~~~~~~~~~~~~~
19
-
20
11
  computing gzip size...
21
- dist/index.js 16.79 kB │ gzip: 5.11 kB
22
- [vite:dts] Declaration files built in 28293ms.
12
+ dist/index.js 103.86 kB │ gzip: 27.39 kB
13
+ [vite:dts] Declaration files built in 35453ms.
23
14
  
24
15
  No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
25
- No name was provided for external module "react" in "output.globals" – guessing "require$$0".
16
+ No name was provided for external module "react" in "output.globals" – guessing "React".
26
17
  No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
27
- No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
28
18
  No name was provided for external module "react-router-dom" in "output.globals" – guessing "reactRouterDom".
29
- dist/index.umd.cjs 12.10 kB │ gzip: 4.58 kB
30
- ✓ built in 30.48s
19
+ No name was provided for external module "lucide-react" in "output.globals" – guessing "LucideIcons".
20
+ No name was provided for external module "react-dom" in "output.globals" – guessing "reactDom".
21
+ No name was provided for external module "@object-ui/types" in "output.globals" – guessing "types".
22
+ No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
23
+ dist/index.umd.cjs 70.06 kB │ gzip: 23.13 kB
24
+ ✓ built in 39.49s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/layout
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
+
3
12
  ## 3.0.2
4
13
 
5
14
  ### Patch Changes