@milaboratories/milaboratories.ui-examples.model 1.0.26 → 1.0.27

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.model@1.0.26 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.0.27 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
3
3
  > tsup && vite build && block-tools build-model
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,21 +10,21 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 2.50 KB
14
- CJS dist/index.cjs.map 6.39 KB
15
- CJS ⚡️ Build success in 99ms
16
- ESM dist/index.js 2.45 KB
17
- ESM dist/index.js.map 6.33 KB
18
- ESM ⚡️ Build success in 99ms
13
+ CJS dist/index.cjs 2.56 KB
14
+ CJS dist/index.cjs.map 6.52 KB
15
+ CJS ⚡️ Build success in 113ms
16
+ ESM dist/index.js 2.51 KB
17
+ ESM dist/index.js.map 6.46 KB
18
+ ESM ⚡️ Build success in 113ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1090ms
21
- DTS dist/index.d.cts 1.63 KB
22
- DTS dist/index.d.ts 1.63 KB
20
+ DTS ⚡️ Build success in 1068ms
21
+ DTS dist/index.d.cts 1.64 KB
22
+ DTS dist/index.d.ts 1.64 KB
23
23
  vite v5.4.10 building for production...
24
24
  transforming...
25
25
  ✓ 4 modules transformed.
26
26
  rendering chunks...
27
27
  computing gzip size...
28
- dist/bundle.js 131.59 kB │ gzip: 22.96 kB │ map: 278.98 kB
29
- dist/bundle.js 140.97 kB │ gzip: 23.39 kB │ map: 280.03 kB
30
- ✓ built in 449ms
28
+ dist/bundle.js 131.65 kB │ gzip: 22.98 kB │ map: 279.09 kB
29
+ dist/bundle.js 141.03 kB │ gzip: 23.41 kB │ map: 280.14 kB
30
+ ✓ built in 438ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.0.27
4
+
5
+ ### Patch Changes
6
+
7
+ - c16492e: Update icon-set
8
+
3
9
  ## 1.0.26
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4455,6 +4455,7 @@
4455
4455
  }).sections((ctx) => {
4456
4456
  return [
4457
4457
  { type: "link", href: "/", label: "PlLogView" },
4458
+ { type: "link", href: "/icons", label: "Icons/Masks" },
4458
4459
  { type: "link", href: "/modals", label: "Modals" },
4459
4460
  { type: "link", href: "/select-files", label: "Select Files" },
4460
4461
  { type: "link", href: "/inject-env", label: "Inject env" },