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

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,39 +1,18 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.6 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.8 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
- ../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5.4/node_modules/@ag-grid-community/vue3/dist/package/main.esm.mjs (1236:0): A comment
8
-
9
- "/*! Bundled license information:
10
-
11
- @vue/shared/dist/shared.esm-bundler.js:
12
- (**
13
- * @vue/shared v3.4.26
14
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
15
- * @license MIT
16
- **)
17
- (*! #__NO_SIDE_EFFECTS__ *)
18
-
19
- @vue/reactivity/dist/reactivity.esm-bundler.js:
20
- (**
21
- * @vue/reactivity v3.4.26
22
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
23
- * @license MIT
24
- **)
25
- */"
26
-
27
- in "../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5.4/node_modules/@ag-grid-community/vue3/dist/package/main.esm.mjs" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
28
- ✓ 153 modules transformed.
7
+ ✓ 140 modules transformed.
29
8
  rendering chunks...
30
9
  computing gzip size...
31
- dist/index.html  0.45 kB │ gzip: 0.30 kB
32
- dist/assets/index-BJSaT5J1.css 1,332.39 kB │ gzip: 348.07 kB
33
- dist/assets/index-DLcXKoYb.js 2,588.48 kB │ gzip: 738.74 kB │ map: 7,747.62 kB
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
34
13
  
35
14
  (!) Some chunks are larger than 500 kB after minification. Consider:
36
15
  - Using dynamic import() to code-split the application
37
16
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
38
17
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
39
- ✓ built in 6.62s
18
+ ✓ built in 7.69s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f72aa4: Ag Grid major version upgrade
8
+
9
+ ## 1.3.7
10
+
11
+ ### Patch Changes
12
+
13
+ - 22685b6: uikit: forbid text wrapping in PlBtnGroup options
14
+
3
15
  ## 1.3.6
4
16
 
5
17
  ### Patch Changes