@milaboratories/milaboratories.ui-examples.model 1.2.24 → 1.2.25

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.model",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "Block model",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -14,7 +14,7 @@
14
14
  "typescript": "~5.6.3",
15
15
  "vite": "^6.3.5",
16
16
  "tsup": "~8.3.5",
17
- "@platforma-sdk/block-tools": "2.5.81"
17
+ "@platforma-sdk/block-tools": "2.5.82"
18
18
  },
19
19
  "tsup": {
20
20
  "entry": [
package/src/index.ts CHANGED
@@ -338,16 +338,17 @@ export const platforma = BlockModel.create('Heavy')
338
338
  { type: 'link', href: '/pl-number-field-page', label: 'PlNumberFieldPage' },
339
339
  { type: 'link', href: '/pl-error-boundary-page', label: 'PlErrorBoundaryPage' },
340
340
  { type: 'link', href: '/pl-element-list-page', label: 'PlElementList' },
341
- { type: 'link', href: '/errors', label: 'Errors' },
342
341
  { type: 'link', href: '/text-fields', label: 'PlTextField' },
343
342
  { type: 'link', href: '/tabs', label: 'PlTabs' },
343
+ { type: 'link', href: '/pl-autocomplete', label: 'PlAutocomplete' },
344
+ { type: 'link', href: '/radio', label: 'PlRadio' },
344
345
  { type: 'link', href: '/stacked-bar', label: 'PlChartStackedBar' },
345
346
  { type: 'link', href: '/histogram', label: 'PlChartHistogram' },
346
347
  { type: 'link', href: '/buttons', label: 'ButtonsPage' },
348
+ { type: 'link', href: '/errors', label: 'Errors' },
349
+ { type: 'link', href: '/downloads', label: 'Downloads' },
347
350
  { type: 'link', href: '/notifications', label: 'Notifications' },
348
351
  { type: 'link', href: '/drafts', label: 'Drafts' },
349
- { type: 'link', href: '/pl-autocomplete', label: 'PlAutocomplete' },
350
- { type: 'link', href: '/radio', label: 'PlRadio' },
351
352
  ...(dynamicSections.length
352
353
  ? [
353
354
  { type: 'delimiter' },