@milaboratories/milaboratories.ui-examples.model 1.0.24

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.
@@ -0,0 +1,31 @@
1
+  WARN  Issue while reading "/home/runner/work/platforma/platforma/.npmrc". Failed to replace env in config: ${milaboratory}
2
+
3
+ > @milaboratories/milaboratories.ui-examples.model@1.0.24 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
4
+ > tsup && vite build && block-tools build-model
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.2.4
9
+ CLI Using tsup config: /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model/package.json
10
+ CLI Target: es2022
11
+ CLI Cleaning output folder
12
+ CJS Build start
13
+ ESM Build start
14
+ CJS dist/index.cjs 1.11 KB
15
+ CJS dist/index.cjs.map 2.46 KB
16
+ CJS ⚡️ Build success in 67ms
17
+ ESM dist/index.js 1.05 KB
18
+ ESM dist/index.js.map 2.43 KB
19
+ ESM ⚡️ Build success in 68ms
20
+ DTS Build start
21
+ DTS ⚡️ Build success in 986ms
22
+ DTS dist/index.d.cts 869.00 B
23
+ DTS dist/index.d.ts 869.00 B
24
+ vite v5.4.10 building for production...
25
+ transforming...
26
+ ✓ 4 modules transformed.
27
+ rendering chunks...
28
+ computing gzip size...
29
+ dist/bundle.js 129.97 kB │ gzip: 22.56 kB │ map: 275.61 kB
30
+ dist/bundle.js 139.29 kB │ gzip: 22.99 kB │ map: 276.66 kB
31
+ ✓ built in 422ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,126 @@
1
+ # @milaboratories/milaboratories.ui-examples.model
2
+
3
+ ## 1.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - e859df0: chore: make ui-examples public
8
+
9
+ ## 1.0.23
10
+
11
+ ### Patch Changes
12
+
13
+ - 7f90dda: bring the dialog modal in line with the design
14
+
15
+ ## 1.0.22
16
+
17
+ ### Patch Changes
18
+
19
+ - @platforma-sdk/model@1.7.20
20
+
21
+ ## 1.0.21
22
+
23
+ ### Patch Changes
24
+
25
+ - @platforma-sdk/model@1.7.16
26
+
27
+ ## 1.0.20
28
+
29
+ ### Patch Changes
30
+
31
+ - 57c64c8: fix custom Ag Grid theme and add an example page to the ui-examples block
32
+
33
+ ## 1.0.19
34
+
35
+ ### Patch Changes
36
+
37
+ - 2c914cc: add the Typography example page to the ui-examples block
38
+
39
+ ## 1.0.18
40
+
41
+ ### Patch Changes
42
+
43
+ - @platforma-sdk/model@1.7.9
44
+
45
+ ## 1.0.17
46
+
47
+ ### Patch Changes
48
+
49
+ - f782eea: add "label or text" options to PlBtnGroup and PlCheckboxGroup components
50
+
51
+ ## 1.0.16
52
+
53
+ ### Patch Changes
54
+
55
+ - @platforma-sdk/model@1.7.0
56
+
57
+ ## 1.0.15
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [eb079e9]
62
+ - @platforma-sdk/model@1.6.0
63
+
64
+ ## 1.0.14
65
+
66
+ ### Patch Changes
67
+
68
+ - 60e38dc: Add PlDropdownRef component, update examples
69
+
70
+ ## 1.0.13
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [13013ee]
75
+ - @platforma-sdk/model@1.5.40
76
+
77
+ ## 1.0.12
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [892ef23]
82
+ - @platforma-sdk/model@1.2.32
83
+
84
+ ## 1.0.11
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [7812ae6]
89
+ - @platforma-sdk/model@1.2.31
90
+
91
+ ## 1.0.10
92
+
93
+ ### Patch Changes
94
+
95
+ - 7a12b39: Add useWatchFetch usable
96
+
97
+ ## 1.0.9
98
+
99
+ ### Patch Changes
100
+
101
+ - 9ea877e: modals modals modals
102
+
103
+ ## 1.0.8
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies [3c85025]
108
+ - @platforma-sdk/model@1.2.30
109
+
110
+ ## 1.0.7
111
+
112
+ ### Patch Changes
113
+
114
+ - 95f1b0d: Make any dropdown option accept "label" or "text" fields (for backward compatibility)
115
+
116
+ ## 1.0.6
117
+
118
+ ### Patch Changes
119
+
120
+ - 60223f4: Update example blocks, fix h1-h6 colors in uikit
121
+
122
+ ## 1.0.5
123
+
124
+ ### Patch Changes
125
+
126
+ - aff132f: Create ui-examples block, add PlSlideModal example