@milaboratories/milaboratories.ui-examples.ui 1.3.28 → 1.3.30

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.28 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.30 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...
@@ -7,12 +7,12 @@ transforming...
7
7
  ✓ 178 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-t4yyIvTm.css 1,339.10 kB │ gzip: 349.39 kB
12
- dist/assets/index-Cyit-AMi.js 3,230.86 kB │ gzip: 919.91 kB │ map: 10,671.25 kB
10
+ dist/index.html  0.45 kB │ gzip: 0.30 kB
11
+ dist/assets/index-DMuI660z.css 1,343.81 kB │ gzip: 349.91 kB
12
+ dist/assets/index-Cn3qO9Le.js 3,232.04 kB │ gzip: 920.09 kB │ map: 10,675.76 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 8.70s
18
+ ✓ built in 8.68s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.30
4
+
5
+ ### Patch Changes
6
+
7
+ - 19c273b: SDK Eslint config
8
+ - Updated dependencies [19c273b]
9
+ - @milaboratories/milaboratories.ui-examples.model@1.1.17
10
+
11
+ ## 1.3.29
12
+
13
+ ### Patch Changes
14
+
15
+ - 4f23447: [sdk/ui-vue] Fix PlAccordionSection "twitching"
16
+
3
17
  ## 1.3.28
4
18
 
5
19
  ### Patch Changes