@milaboratories/milaboratories.ui-examples.ui 1.3.1 → 1.3.3

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.1 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.3 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...
@@ -29,11 +29,11 @@ in "../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5
29
29
  rendering chunks...
30
30
  computing gzip size...
31
31
  dist/index.html  0.45 kB │ gzip: 0.30 kB
32
- dist/assets/index-DDxyQA7N.css 1,332.08 kB │ gzip: 347.93 kB
33
- dist/assets/index-DdfwE6SX.js 2,584.92 kB │ gzip: 737.66 kB │ map: 7,737.94 kB
32
+ dist/assets/index-DHWcK0dI.css 1,332.00 kB │ gzip: 347.97 kB
33
+ dist/assets/index-C_b6To4x.js 2,586.12 kB │ gzip: 737.87 kB │ map: 7,739.94 kB
34
34
  
35
35
  (!) Some chunks are larger than 500 kB after minification. Consider:
36
36
  - Using dynamic import() to code-split the application
37
37
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
38
38
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
39
- ✓ built in 6.65s
39
+ ✓ built in 7.00s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8903a30]
8
+ - @platforma-sdk/model@1.20.6
9
+ - @milaboratories/milaboratories.ui-examples.model@1.1.2
10
+
11
+ ## 1.3.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 9799fa1: [Ui-kit] Proper Cursor Styles in Dropdown Fields
16
+
3
17
  ## 1.3.1
4
18
 
5
19
  ### Patch Changes