@milaboratories/milaboratories.ui-examples.model 1.1.73 → 1.1.74

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 "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.ui-examples.model@1.1.73 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.1.74 build /home/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
- CJS dist/index.cjs 6.62 KB
15
- CJS dist/index.cjs.map 14.96 KB
16
- CJS ⚡️ Build success in 132ms
17
- ESM dist/index.js 6.51 KB
18
- ESM dist/index.js.map 14.87 KB
19
- ESM ⚡️ Build success in 132ms
14
+ CJS dist/index.cjs 6.69 KB
15
+ CJS dist/index.cjs.map 15.10 KB
16
+ CJS ⚡️ Build success in 100ms
17
+ ESM dist/index.js 6.59 KB
18
+ ESM dist/index.js.map 15.00 KB
19
+ ESM ⚡️ Build success in 100ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1490ms
22
- DTS dist/index.d.cts 4.33 KB
23
- DTS dist/index.d.ts 4.33 KB
21
+ DTS ⚡️ Build success in 1130ms
22
+ DTS dist/index.d.cts 4.35 KB
23
+ DTS dist/index.d.ts 4.35 KB
24
24
  vite v6.3.5 building for production...
25
25
  transforming...
26
26
  ✓ 11 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 190.76 kB │ gzip: 37.01 kB │ map: 409.84 kB
30
- dist/bundle.js 203.84 kB │ gzip: 37.68 kB │ map: 411.40 kB
31
- ✓ built in 950ms
29
+ dist/bundle.js 190.83 kB │ gzip: 37.03 kB │ map: 409.95 kB
30
+ dist/bundle.js 203.92 kB │ gzip: 37.70 kB │ map: 411.51 kB
31
+ ✓ built in 671ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.1.74
4
+
5
+ ### Patch Changes
6
+
7
+ - 45badc9: PlElementList implementation
8
+
3
9
  ## 1.1.73
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -6251,6 +6251,7 @@
6251
6251
  { type: "link", href: "/pl-splash-page", label: "PlSplashPage" },
6252
6252
  { type: "link", href: "/pl-file-input-page", label: "PlFileInputPage" },
6253
6253
  { type: "link", href: "/pl-error-boundary-page", label: "PlErrorBoundaryPage" },
6254
+ { type: "link", href: "/pl-element-list-page", label: "PlElementList" },
6254
6255
  { type: "link", href: "/errors", label: "Errors" },
6255
6256
  { type: "link", href: "/text-fields", label: "PlTextField" },
6256
6257
  { type: "link", href: "/tabs", label: "PlTabs" },