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/dist/impaktapps-ui-builder.es.js +2 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -6339,7 +6339,7 @@ const componentBasicUiSchema = {
|
|
|
6339
6339
|
lg: 2.5
|
|
6340
6340
|
},
|
|
6341
6341
|
main: {
|
|
6342
|
-
name: "
|
|
6342
|
+
name: "Ok",
|
|
6343
6343
|
startIcon: "ApproveIcon",
|
|
6344
6344
|
variant: "contained",
|
|
6345
6345
|
color: "info",
|
|
@@ -7852,7 +7852,7 @@ const EventUiSchema = {
|
|
|
7852
7852
|
lg: 2.5
|
|
7853
7853
|
},
|
|
7854
7854
|
main: {
|
|
7855
|
-
name: "
|
|
7855
|
+
name: "Ok",
|
|
7856
7856
|
startIcon: "ApproveIcon",
|
|
7857
7857
|
variant: "contained",
|
|
7858
7858
|
color: "info",
|