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

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.28 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.63 KB
14
+ CJS dist/index.cjs.map 6.66 KB
15
+ CJS ⚡️ Build success in 89ms
16
+ ESM dist/index.js 2.57 KB
17
+ ESM dist/index.js.map 6.60 KB
18
+ ESM ⚡️ Build success in 89ms
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 1054ms
21
+ DTS dist/index.d.cts 1.66 KB
22
+ DTS dist/index.d.ts 1.66 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.71 kB │ gzip: 22.99 kB │ map: 279.21 kB
29
+ dist/bundle.js 141.10 kB │ gzip: 23.42 kB │ map: 280.26 kB
30
+ ✓ built in 426ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - 4a745bf: Added password type for PlTextField
8
+
9
+ ## 1.0.27
10
+
11
+ ### Patch Changes
12
+
13
+ - c16492e: Update icon-set
14
+
3
15
  ## 1.0.26
4
16
 
5
17
  ### 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" },
@@ -4464,7 +4465,8 @@
4464
4465
  { type: "link", href: "/typography", label: "Typography" },
4465
4466
  { type: "link", href: "/ag-grid-vue", label: "AgGridVue" },
4466
4467
  { type: "link", href: "/pl-ag-data-table", label: "PlAgDataTable" },
4467
- { type: "link", href: "/errors", label: "Errors" }
4468
+ { type: "link", href: "/errors", label: "Errors" },
4469
+ { type: "link", href: "/text-fields", label: "PlTextField" }
4468
4470
  ];
4469
4471
  }).done();
4470
4472
  exports2.$BlockArgs = $BlockArgs;