@milaboratories/milaboratories.ui-examples.ui 1.3.23 → 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,20 +1,20 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.23 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
7
  [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
8
8
  [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
9
- ✓ 168 modules transformed.
9
+ ✓ 176 modules transformed.
10
10
  rendering chunks...
11
11
  computing gzip size...
12
12
  dist/index.html  0.45 kB │ gzip: 0.30 kB
13
- dist/assets/index-DmxTERuE.css 1,338.45 kB │ gzip: 349.21 kB
14
- dist/assets/index-BJn31dUr.js 3,222.99 kB │ gzip: 918.07 kB │ map: 10,629.01 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
15
15
  
16
16
  (!) Some chunks are larger than 500 kB after minification. Consider:
17
17
  - Using dynamic import() to code-split the application
18
18
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
19
19
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
20
- ✓ built in 9.02s
20
+ ✓ built in 8.46s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 1.3.23
4
12
 
5
13
  ### Patch Changes