@milaboratories/milaboratories.ui-examples.ui 1.3.2 → 1.3.4

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
- > @milaboratories/milaboratories.ui-examples.ui@1.3.2 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.4 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
3
3
  > vue-tsc -b && vite build
4
4
 
5
5
  vite v5.4.11 building for production...
@@ -25,15 +25,15 @@ transforming...
25
25
  */"
26
26
 
27
27
  in "../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5.4/node_modules/@ag-grid-community/vue3/dist/package/main.esm.mjs" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
28
- ✓ 151 modules transformed.
28
+ ✓ 153 modules transformed.
29
29
  rendering chunks...
30
30
  computing gzip size...
31
- dist/index.html  0.45 kB │ gzip: 0.30 kB
32
- dist/assets/index-CWxqC88d.css 1,332.00 kB │ gzip: 347.97 kB
33
- dist/assets/index-P09Z4mSY.js 2,585.52 kB │ gzip: 737.78 kB │ map: 7,738.81 kB
31
+ dist/index.html  0.45 kB │ gzip: 0.29 kB
32
+ dist/assets/index-DUOSQKRg.css 1,332.39 kB │ gzip: 348.07 kB
33
+ dist/assets/index-D3DbvdUo.js 2,586.95 kB │ gzip: 738.17 kB │ map: 7,738.48 kB
34
34
  
35
35
  (!) Some chunks are larger than 500 kB after minification. Consider:
36
36
  - Using dynamic import() to code-split the application
37
37
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
38
38
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
39
- ✓ built in 6.43s
39
+ ✓ built in 6.56s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 4360a85: fix: add PlAgCellStatusTag (need update platforma deps)
8
+ - Updated dependencies [4360a85]
9
+ - @milaboratories/milaboratories.ui-examples.model@1.1.3
10
+
11
+ ## 1.3.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [8903a30]
16
+ - @platforma-sdk/model@1.20.6
17
+ - @milaboratories/milaboratories.ui-examples.model@1.1.2
18
+
3
19
  ## 1.3.2
4
20
 
5
21
  ### Patch Changes