@milaboratories/milaboratories.ui-examples.ui 1.3.8 → 1.3.9

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,18 +1,18 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.8 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.9 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...
6
6
  transforming...
7
- ✓ 140 modules transformed.
7
+ ✓ 150 modules transformed.
8
8
  rendering chunks...
9
9
  computing gzip size...
10
- dist/index.html  0.45 kB │ gzip: 0.29 kB
11
- dist/assets/index-UECmcpVa.css 1,332.41 kB │ gzip: 348.07 kB
12
- dist/assets/index-C13iXizv.js 2,853.22 kB │ gzip: 826.54 kB │ map: 8,686.20 kB
10
+ dist/index.html  0.45 kB │ gzip: 0.30 kB
11
+ dist/assets/index-2SxOLg8n.css 1,335.65 kB │ gzip: 348.66 kB
12
+ dist/assets/index-BTWKq0c-.js 2,951.16 kB │ gzip: 860.00 kB │ map: 8,809.86 kB
13
13
  
14
14
  (!) Some chunks are larger than 500 kB after minification. Consider:
15
15
  - Using dynamic import() to code-split the application
16
16
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
17
17
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
18
- ✓ built in 7.69s
18
+ ✓ built in 7.71s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 28b2b5c: [sdk/ui-vue] Proportion box with legend (standalone)
8
+ - 0cce397: Add the first implementation of the PlChartStackedBar component
9
+ - Updated dependencies [28b2b5c]
10
+ - Updated dependencies [0cce397]
11
+ - @milaboratories/milaboratories.ui-examples.model@1.1.5
12
+
3
13
  ## 1.3.8
4
14
 
5
15
  ### Patch Changes