impaktapps-ui-builder 0.0.339 → 0.0.340

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": "impaktapps-ui-builder",
3
- "version": "0.0.339",
3
+ "version": "0.0.340",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -244,7 +244,7 @@ export const componentBasicUiSchema: any = {
244
244
  lg: 2.5,
245
245
  },
246
246
  main: {
247
- name: "ok",
247
+ name: "Ok",
248
248
  startIcon: "ApproveIcon",
249
249
  variant: "contained",
250
250
  color: "info",
@@ -263,7 +263,7 @@ export const EventUiSchema: any = {
263
263
  lg: 2.5,
264
264
  },
265
265
  main: {
266
- name: "ok",
266
+ name: "Ok",
267
267
  startIcon: "ApproveIcon",
268
268
  variant: "contained",
269
269
  color: "info",