@milaboratories/milaboratories.ui-examples.model 1.0.48 → 1.0.49

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.48 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.0.49 build /home/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
@@ -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.69 KB
14
- CJS dist/index.cjs.map 6.42 KB
15
- CJS ⚡️ Build success in 78ms
16
- ESM dist/index.js 2.70 KB
17
- ESM dist/index.js.map 6.29 KB
18
- ESM ⚡️ Build success in 78ms
13
+ ESM dist/index.js 2.76 KB
14
+ ESM dist/index.js.map 6.42 KB
15
+ ESM ⚡️ Build success in 80ms
16
+ CJS dist/index.cjs 2.75 KB
17
+ CJS dist/index.cjs.map 6.55 KB
18
+ CJS ⚡️ Build success in 81ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 857ms
21
- DTS dist/index.d.cts 2.09 KB
22
- DTS dist/index.d.ts 2.09 KB
20
+ DTS ⚡️ Build success in 842ms
21
+ DTS dist/index.d.cts 2.11 KB
22
+ DTS dist/index.d.ts 2.11 KB
23
23
  vite v5.4.11 building for production...
24
24
  transforming...
25
25
  ✓ 4 modules transformed.
26
26
  rendering chunks...
27
27
  computing gzip size...
28
- dist/bundle.js 144.01 kB │ gzip: 26.12 kB │ map: 308.82 kB
29
- dist/bundle.js 154.17 kB │ gzip: 26.60 kB │ map: 309.95 kB
30
- ✓ built in 417ms
28
+ dist/bundle.js 144.07 kB │ gzip: 26.14 kB │ map: 308.93 kB
29
+ dist/bundle.js 154.24 kB │ gzip: 26.61 kB │ map: 310.06 kB
30
+ ✓ built in 397ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.0.49
4
+
5
+ ### Patch Changes
6
+
7
+ - ec69dca: added support PlAgTextAndButtonCell for axis and fixed styles
8
+
3
9
  ## 1.0.48
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4856,7 +4856,8 @@
4856
4856
  { type: "link", href: "/errors", label: "Errors" },
4857
4857
  { type: "link", href: "/text-fields", label: "PlTextField" },
4858
4858
  { type: "link", href: "/tabs", label: "PlTabs" },
4859
- { type: "link", href: "/drafts", label: "Drafts" }
4859
+ { type: "link", href: "/drafts", label: "Drafts" },
4860
+ { type: "link", href: "/buttons", label: "ButtonsPage" }
4860
4861
  ];
4861
4862
  }).done();
4862
4863
  exports2.$BlockArgs = $BlockArgs;