@milaboratories/milaboratories.ui-examples.model 1.1.27 → 1.1.29

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.1.27 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.1.29 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
3
  > tsup && vite build && block-tools build-model
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,12 +12,12 @@
12
12
  ESM Build start
13
13
  ESM dist/index.js 4.29 KB
14
14
  ESM dist/index.js.map 10.11 KB
15
- ESM ⚡️ Build success in 67ms
15
+ ESM ⚡️ Build success in 72ms
16
16
  CJS dist/index.cjs 4.39 KB
17
17
  CJS dist/index.cjs.map 10.15 KB
18
- CJS ⚡️ Build success in 67ms
18
+ CJS ⚡️ Build success in 72ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 643ms
20
+ DTS ⚡️ Build success in 696ms
21
21
  DTS dist/index.d.cts 1.82 KB
22
22
  DTS dist/index.d.ts 1.82 KB
23
23
  vite v5.4.11 building for production...
@@ -25,6 +25,6 @@ transforming...
25
25
  ✓ 6 modules transformed.
26
26
  rendering chunks...
27
27
  computing gzip size...
28
- dist/bundle.js 155.30 kB │ gzip: 29.26 kB │ map: 338.93 kB
29
- dist/bundle.js 166.23 kB │ gzip: 29.80 kB │ map: 340.19 kB
30
- ✓ built in 360ms
28
+ dist/bundle.js 155.30 kB │ gzip: 29.26 kB │ map: 338.98 kB
29
+ dist/bundle.js 166.23 kB │ gzip: 29.80 kB │ map: 340.24 kB
30
+ ✓ built in 350ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.1.29
4
+
5
+ ### Patch Changes
6
+
7
+ - @platforma-sdk/model@1.24.11
8
+
9
+ ## 1.1.28
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [4812a12]
14
+ - @platforma-sdk/model@1.24.10
15
+
3
16
  ## 1.1.27
4
17
 
5
18
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4244,7 +4244,7 @@
4244
4244
  }).describe(
4245
4245
  "Universal reference type, allowing to set block connections. It is crucial that {@link __isRef} is present and equal to true, internal logic relies on this marker to build block dependency trees."
4246
4246
  ).strict().readonly();
4247
- function Sn(n) {
4247
+ function Vn(n) {
4248
4248
  return typeof n == "object" && n !== null && "__isRef" in n && n.__isRef === true && "blockId" in n && "name" in n;
4249
4249
  }
4250
4250
  function Fn(n, t) {
@@ -4621,7 +4621,7 @@
4621
4621
  const r = {};
4622
4622
  if (!(e instanceof wn))
4623
4623
  for (const [a, u] of Object.entries(e))
4624
- if (Sn(u)) {
4624
+ if (Vn(u)) {
4625
4625
  const g2 = this.getPColumnSpecByRef(u);
4626
4626
  if (!g2)
4627
4627
  return;
@@ -4847,7 +4847,7 @@
4847
4847
  return this.ctx.getCurrentUnstableMarker();
4848
4848
  }
4849
4849
  }
4850
- const L = "1.24.9";
4850
+ const L = "1.24.11";
4851
4851
  function Je(t) {
4852
4852
  return t.__renderLambda === true;
4853
4853
  }