@milaboratories/milaboratories.ui-examples.ui 1.3.22 → 1.3.24

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,20 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.22 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.24 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
- ✓ 168 modules transformed.
7
+ [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
8
+ [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
9
+ ✓ 176 modules transformed.
8
10
  rendering chunks...
9
11
  computing gzip size...
10
12
  dist/index.html  0.45 kB │ gzip: 0.30 kB
11
- dist/assets/index-BAGoOWSb.css 1,338.45 kB │ gzip: 349.21 kB
12
- dist/assets/index-CgivL3td.js 3,222.79 kB │ gzip: 918.01 kB │ map: 9,590.90 kB
13
+ dist/assets/index-CSH2gGW0.css 1,338.47 kB │ gzip: 349.20 kB
14
+ dist/assets/index-BnY_HQaE.js 3,228.05 kB │ gzip: 919.20 kB │ map: 10,640.41 kB
13
15
  
14
16
  (!) Some chunks are larger than 500 kB after minification. Consider:
15
17
  - Using dynamic import() to code-split the application
16
18
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
17
19
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
18
- ✓ built in 7.96s
20
+ ✓ built in 8.46s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.24
4
+
5
+ ### Patch Changes
6
+
7
+ - ca66b2a: [ui-kit] Check that all standard components have tooltip slot
8
+ - Updated dependencies [ca66b2a]
9
+ - @milaboratories/milaboratories.ui-examples.model@1.1.13
10
+
11
+ ## 1.3.23
12
+
13
+ ### Patch Changes
14
+
15
+ - 3ff9dcd: Enable nested source maps in dev sdk mode
16
+
3
17
  ## 1.3.22
4
18
 
5
19
  ### Patch Changes