@milaboratories/milaboratories.ui-examples.ui 1.3.21 → 1.3.23

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.21 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.23 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
+ [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
8
+ [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
7
9
  ✓ 168 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-Bf7C462b.css 1,338.45 kB │ gzip: 349.21 kB
12
- dist/assets/index-Ce8KzmCB.js 3,221.94 kB │ gzip: 917.87 kB │ map: 9,589.17 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
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 8.14s
20
+ ✓ built in 9.02s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 3ff9dcd: Enable nested source maps in dev sdk mode
8
+
9
+ ## 1.3.22
10
+
11
+ ### Patch Changes
12
+
13
+ - 93e9a66: [sdk/ui-vue] Align PlDialogModal with figma (size props, etc)
14
+
3
15
  ## 1.3.21
4
16
 
5
17
  ### Patch Changes