impaktapps-ui-builder 0.0.382-alpha.37 → 0.0.382-alpha.39

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.
@@ -125,7 +125,6 @@ const PageMasterUiSchema = (theme) => {
125
125
  },
126
126
  config: {
127
127
  main: {
128
- color: "info",
129
128
  onClick: "onAddClickHandler",
130
129
  size: "small",
131
130
  icon: "AddIcon",
@@ -167,7 +166,6 @@ const PageMasterUiSchema = (theme) => {
167
166
  config: {
168
167
  main: {
169
168
  icon: "EditIcon",
170
- color: "primary",
171
169
  onClick: "Edit_Components",
172
170
  tooltipMessage: "Edit This Record"
173
171
  }
@@ -215,7 +213,6 @@ const PageMasterUiSchema = (theme) => {
215
213
  },
216
214
  config: {
217
215
  main: {
218
- color: "info",
219
216
  onClick: "eventAddHandler",
220
217
  size: "small",
221
218
  icon: "AddIcon",
@@ -255,7 +252,6 @@ const PageMasterUiSchema = (theme) => {
255
252
  },
256
253
  config: {
257
254
  main: {
258
- color: "info",
259
255
  size: "small",
260
256
  icon: "EditIcon",
261
257
  tooltipMessage: "Edit This Record",
@@ -302,7 +298,6 @@ const PageMasterUiSchema = (theme) => {
302
298
  name: "Save",
303
299
  startIcon: "ApproveIcon",
304
300
  variant: "contained",
305
- color: "info",
306
301
  type: "text",
307
302
  onClick: "saveHandler",
308
303
  size: "medium"
@@ -6313,7 +6308,6 @@ const componentBasicUiSchema = (theme) => {
6313
6308
  name: "Ok",
6314
6309
  startIcon: "ApproveIcon",
6315
6310
  variant: "contained",
6316
- color: "info",
6317
6311
  type: "text",
6318
6312
  onClick: "okHandler",
6319
6313
  size: "medium"
@@ -6335,7 +6329,6 @@ const componentBasicUiSchema = (theme) => {
6335
6329
  name: "Save & Exit",
6336
6330
  startIcon: "ApproveIcon",
6337
6331
  variant: "contained",
6338
- color: "info",
6339
6332
  type: "text",
6340
6333
  onClick: "saveHandler",
6341
6334
  size: "medium"
@@ -7787,7 +7780,6 @@ const EventUiSchema = (theme) => {
7787
7780
  },
7788
7781
  config: {
7789
7782
  main: {
7790
- color: "info",
7791
7783
  onClick: "addEvent",
7792
7784
  size: "small",
7793
7785
  icon: "AddIcon",
@@ -7827,7 +7819,6 @@ const EventUiSchema = (theme) => {
7827
7819
  },
7828
7820
  config: {
7829
7821
  main: {
7830
- color: "info",
7831
7822
  size: "small",
7832
7823
  icon: "EditIcon",
7833
7824
  tooltipMessage: "Edit This Record",
@@ -7894,7 +7885,6 @@ const EventUiSchema = (theme) => {
7894
7885
  name: "Ok",
7895
7886
  startIcon: "ApproveIcon",
7896
7887
  variant: "contained",
7897
- color: "info",
7898
7888
  type: "text",
7899
7889
  onClick: "okHandler",
7900
7890
  size: "medium"
@@ -7916,7 +7906,6 @@ const EventUiSchema = (theme) => {
7916
7906
  name: "Save & Exit",
7917
7907
  startIcon: "ApproveIcon",
7918
7908
  variant: "contained",
7919
- color: "info",
7920
7909
  type: "text",
7921
7910
  onClick: "saveHandler",
7922
7911
  size: "medium"