impaktapps-ui-builder 0.0.101-alpha.80 → 0.0.101-alpha.81

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.101-alpha.80",
3
+ "version": "0.0.101-alpha.81",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -452,12 +452,12 @@ export const componentBasicUiSchema: any = (theme)=>{
452
452
  borderRadius: 0,
453
453
  boxShadow: 0,
454
454
  backgroundColor: "transparent",
455
- color: theme.myTheme.palette.primary.main,
456
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
457
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
455
+ color: theme.palette.primary.main,
456
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
457
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
458
458
  "&:hover": {
459
- color: theme.myTheme.palette.primary.contrastText,
460
- backgroundColor: theme.myTheme.palette.primary.main,
459
+ color: theme.palette.primary.contrastText,
460
+ backgroundColor: theme.palette.primary.main,
461
461
  boxShadow: "none"
462
462
  }
463
463
  }
@@ -577,12 +577,12 @@ export const componentBasicUiSchema: any = (theme)=>{
577
577
  borderRadius: 0,
578
578
  boxShadow: 0,
579
579
  backgroundColor: "transparent",
580
- color: theme.myTheme.palette.primary.main,
581
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
582
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
580
+ color: theme.palette.primary.main,
581
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
582
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
583
583
  "&:hover": {
584
- color: theme.myTheme.palette.primary.contrastText,
585
- backgroundColor: theme.myTheme.palette.primary.main,
584
+ color: theme.palette.primary.contrastText,
585
+ backgroundColor: theme.palette.primary.main,
586
586
  boxShadow: "none"
587
587
  }
588
588
  }
@@ -614,12 +614,12 @@ export const PageMasterUiSchema: any = (theme) => {
614
614
  borderRadius: 0,
615
615
  boxShadow: 0,
616
616
  backgroundColor: "transparent",
617
- color: theme.myTheme.palette.primary.main,
618
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
619
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
617
+ color: theme.palette.primary.main,
618
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
619
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
620
620
  "&:hover": {
621
- color: theme.myTheme.palette.primary.contrastText,
622
- backgroundColor: theme.myTheme.palette.primary.main,
621
+ color: theme.palette.primary.contrastText,
622
+ backgroundColor: theme.palette.primary.main,
623
623
  boxShadow: "none"
624
624
  }
625
625
  }
@@ -739,12 +739,12 @@ export const PageMasterUiSchema: any = (theme) => {
739
739
  borderRadius: 0,
740
740
  boxShadow: 0,
741
741
  backgroundColor: "transparent",
742
- color: theme.myTheme.palette.primary.main,
743
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
744
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
742
+ color: theme.palette.primary.main,
743
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
744
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
745
745
  "&:hover": {
746
- color: theme.myTheme.palette.primary.contrastText,
747
- backgroundColor: theme.myTheme.palette.primary.main,
746
+ color: theme.palette.primary.contrastText,
747
+ backgroundColor: theme.palette.primary.main,
748
748
  boxShadow: "none"
749
749
  }
750
750
  }
@@ -428,12 +428,12 @@ export const EventUiSchema: any = (theme) => {
428
428
  borderRadius: 0,
429
429
  boxShadow: 0,
430
430
  backgroundColor: "transparent",
431
- color: theme.myTheme.palette.primary.main,
432
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
433
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
431
+ color: theme.palette.primary.main,
432
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
433
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
434
434
  "&:hover": {
435
- color: theme.myTheme.palette.primary.contrastText,
436
- backgroundColor: theme.myTheme.palette.primary.main,
435
+ color: theme.palette.primary.contrastText,
436
+ backgroundColor: theme.palette.primary.main,
437
437
  boxShadow: "none"
438
438
  }
439
439
  }