@milaboratories/milaboratories.ui-examples.model 1.1.45 → 1.1.47

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,6 +1,6 @@
1
1
   WARN  Issue while reading "/opt/actions-runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.ui-examples.model@1.1.45 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.1.47 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/ui-examples/model
4
4
  > tsup && vite build && block-tools build-model
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,21 +11,21 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.js 4.81 KB
15
- ESM dist/index.js.map 11.38 KB
16
- ESM ⚡️ Build success in 109ms
17
- CJS dist/index.cjs 4.95 KB
18
- CJS dist/index.cjs.map 11.43 KB
19
- CJS ⚡️ Build success in 110ms
14
+ CJS dist/index.cjs 5.01 KB
15
+ CJS dist/index.cjs.map 11.55 KB
16
+ CJS ⚡️ Build success in 67ms
17
+ ESM dist/index.js 4.87 KB
18
+ ESM dist/index.js.map 11.51 KB
19
+ ESM ⚡️ Build success in 67ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1501ms
22
- DTS dist/index.d.cts 2.42 KB
23
- DTS dist/index.d.ts 2.42 KB
21
+ DTS ⚡️ Build success in 715ms
22
+ DTS dist/index.d.cts 2.43 KB
23
+ DTS dist/index.d.ts 2.43 KB
24
24
  vite v5.4.11 building for production...
25
25
  transforming...
26
26
  ✓ 9 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 183.10 kB │ gzip: 35.50 kB │ map: 392.98 kB
30
- dist/bundle.js 195.74 kB │ gzip: 36.13 kB │ map: 394.52 kB
31
- ✓ built in 677ms
29
+ dist/bundle.js 183.16 kB │ gzip: 35.51 kB │ map: 393.08 kB
30
+ dist/bundle.js 195.80 kB │ gzip: 36.14 kB │ map: 394.63 kB
31
+ ✓ built in 371ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.1.47
4
+
5
+ ### Patch Changes
6
+
7
+ - fc63533: Add PlRadio and PlRadioGroup components
8
+
9
+ ## 1.1.46
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6314f67]
14
+ - Updated dependencies [564e8d6]
15
+ - @platforma-sdk/model@1.29.14
16
+
3
17
  ## 1.1.45
4
18
 
5
19
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -5640,7 +5640,7 @@
5640
5640
  return this.ctx.getCurrentUnstableMarker();
5641
5641
  }
5642
5642
  }
5643
- const M = "1.29.13";
5643
+ const M = "1.29.14";
5644
5644
  function _t(t) {
5645
5645
  return t.__renderLambda === true;
5646
5646
  }
@@ -6039,6 +6039,7 @@
6039
6039
  { type: "link", href: "/notifications", label: "Notifications" },
6040
6040
  { type: "link", href: "/drafts", label: "Drafts" },
6041
6041
  { type: "link", href: "/pl-autocomplete", label: "PlAutocomplete" },
6042
+ { type: "link", href: "/radio", label: "PlRadio" },
6042
6043
  ...dynamicSections.length ? [
6043
6044
  { type: "delimiter" },
6044
6045
  ...dynamicSections,