@gxp-dev/mod-ui 2.0.1 → 2.0.3

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.
Files changed (1) hide show
  1. package/package.json +122 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxp-dev/mod-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "JSON-driven Vue 3 module UI component library for the GxP platform. Provides shadcn-vue primitives, a templating engine (IndexPage / ShowPage), card/element renderers, and a FormBuilder.",
5
5
  "type": "module",
6
6
  "files": [
@@ -69,16 +69,6 @@
69
69
  "./styles/themes/*": "./dist/styles/themes/*"
70
70
  },
71
71
  "peerDependencies": {
72
- "pinia": "^2.2.0 || ^3.0.0",
73
- "reka-ui": "^2.8.0",
74
- "vue": "^3.4.0"
75
- },
76
- "peerDependenciesMeta": {
77
- "reka-ui": {
78
- "optional": false
79
- }
80
- },
81
- "dependencies": {
82
72
  "@codemirror/lang-css": "^6.3.1",
83
73
  "@codemirror/lang-html": "^6.4.11",
84
74
  "@codemirror/lang-javascript": "^6.2.5",
@@ -92,36 +82,142 @@
92
82
  "@ericblade/quagga2": "^1.12.1",
93
83
  "@fix-webm-duration/fix": "^1.0.1",
94
84
  "@internationalized/date": "^3.12.1",
95
- "@tiptap/extension-color": "^3.23.2",
96
- "@tiptap/extension-font-family": "^3.23.2",
97
- "@tiptap/extension-image": "^3.23.2",
98
- "@tiptap/extension-link": "^3.23.2",
99
- "@tiptap/extension-table": "^3.23.2",
100
- "@tiptap/extension-text-align": "^3.23.2",
101
- "@tiptap/extension-text-style": "^3.23.2",
102
- "@tiptap/extension-underline": "^3.23.2",
103
- "@tiptap/starter-kit": "3.23.2",
104
- "@tiptap/vue-3": "3.23.2",
105
- "@types/leaflet": "1.9.21",
85
+ "@tiptap/extension-color": "^3.0.0",
86
+ "@tiptap/extension-font-family": "^3.0.0",
87
+ "@tiptap/extension-image": "^3.0.0",
88
+ "@tiptap/extension-link": "^3.0.0",
89
+ "@tiptap/extension-table": "^3.0.0",
90
+ "@tiptap/extension-text-align": "^3.0.0",
91
+ "@tiptap/extension-text-style": "^3.0.0",
92
+ "@tiptap/extension-underline": "^3.0.0",
93
+ "@tiptap/starter-kit": "^3.0.0",
94
+ "@tiptap/vue-3": "^3.0.0",
106
95
  "@vee-validate/zod": "^4.15.1",
107
96
  "@vueuse/core": "^14.2.0",
108
97
  "axios": "^1.9.0",
109
- "chart.js": "4.5.1",
98
+ "chart.js": "^4.5.1",
110
99
  "class-variance-authority": "^0.7.0",
111
100
  "clsx": "^2.1.0",
112
101
  "codemirror": "^6.0.2",
113
- "embla-carousel-vue": "8.6.0",
102
+ "embla-carousel-vue": "^8.6.0",
114
103
  "jsbarcode": "^3.12.1",
115
- "leaflet": "1.9.4",
104
+ "leaflet": "^1.9.4",
116
105
  "lucide-vue-next": "^0.344.0",
106
+ "pinia": "^2.2.0 || ^3.0.0",
117
107
  "qrcode": "^1.5.4",
108
+ "reka-ui": "^2.8.0",
118
109
  "tailwind-merge": "^2.5.0",
119
110
  "tw-animate-css": "^1.2.0",
120
111
  "vee-validate": "^4.15.1",
121
- "vue-chartjs": "5.3.3",
112
+ "vue": "^3.4.0",
113
+ "vue-chartjs": "^5.3.3",
122
114
  "vue-sonner": "^2.0.9",
123
115
  "zod": "^3.25.76"
124
116
  },
117
+ "peerDependenciesMeta": {
118
+ "@codemirror/lang-css": {
119
+ "optional": true
120
+ },
121
+ "@codemirror/lang-html": {
122
+ "optional": true
123
+ },
124
+ "@codemirror/lang-javascript": {
125
+ "optional": true
126
+ },
127
+ "@codemirror/lang-json": {
128
+ "optional": true
129
+ },
130
+ "@codemirror/lang-php": {
131
+ "optional": true
132
+ },
133
+ "@codemirror/lang-python": {
134
+ "optional": true
135
+ },
136
+ "@codemirror/lang-sql": {
137
+ "optional": true
138
+ },
139
+ "@codemirror/state": {
140
+ "optional": true
141
+ },
142
+ "@codemirror/theme-one-dark": {
143
+ "optional": true
144
+ },
145
+ "@codemirror/view": {
146
+ "optional": true
147
+ },
148
+ "@ericblade/quagga2": {
149
+ "optional": true
150
+ },
151
+ "@fix-webm-duration/fix": {
152
+ "optional": true
153
+ },
154
+ "@internationalized/date": {
155
+ "optional": true
156
+ },
157
+ "@tiptap/extension-color": {
158
+ "optional": true
159
+ },
160
+ "@tiptap/extension-font-family": {
161
+ "optional": true
162
+ },
163
+ "@tiptap/extension-image": {
164
+ "optional": true
165
+ },
166
+ "@tiptap/extension-link": {
167
+ "optional": true
168
+ },
169
+ "@tiptap/extension-table": {
170
+ "optional": true
171
+ },
172
+ "@tiptap/extension-text-align": {
173
+ "optional": true
174
+ },
175
+ "@tiptap/extension-text-style": {
176
+ "optional": true
177
+ },
178
+ "@tiptap/extension-underline": {
179
+ "optional": true
180
+ },
181
+ "@tiptap/starter-kit": {
182
+ "optional": true
183
+ },
184
+ "@tiptap/vue-3": {
185
+ "optional": true
186
+ },
187
+ "@vee-validate/zod": {
188
+ "optional": true
189
+ },
190
+ "chart.js": {
191
+ "optional": true
192
+ },
193
+ "codemirror": {
194
+ "optional": true
195
+ },
196
+ "embla-carousel-vue": {
197
+ "optional": true
198
+ },
199
+ "jsbarcode": {
200
+ "optional": true
201
+ },
202
+ "leaflet": {
203
+ "optional": true
204
+ },
205
+ "qrcode": {
206
+ "optional": true
207
+ },
208
+ "vue-chartjs": {
209
+ "optional": true
210
+ },
211
+ "vue-sonner": {
212
+ "optional": true
213
+ },
214
+ "reka-ui": {
215
+ "optional": false
216
+ }
217
+ },
218
+ "dependencies": {
219
+ "@types/leaflet": "1.9.21"
220
+ },
125
221
  "devDependencies": {
126
222
  "@storybook/addon-a11y": "^9.1.20",
127
223
  "@storybook/addon-docs": "^9.1.20",