@wavemaker/app-runtime-wm-build 12.0.0-next.45082 → 12.0.0-next.45085

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.
@@ -452,6 +452,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
452
452
  --wm-color-on-tertiary-container: #ffd8e4;
453
453
  --wm-color-on-tertiary-fixed: #31111d;
454
454
  --wm-color-on-tertiary-fixed-variant: #633b48;
455
+ --wm-color-on-success: #1d192b;
455
456
  --wm-color-outline: #938f99;
456
457
  --wm-color-outline-variant: #49454f;
457
458
  --wm-color-primary: #d0bcfe;
@@ -463,7 +464,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
463
464
  --wm-color-secondary-container: #4a4458;
464
465
  --wm-color-secondary-fixed: #e8def8;
465
466
  --wm-color-secondary-fixed-dim: #ccc2dc;
466
- --wm-color-shadow: #000000;
467
+ --wm-color-shadow: #ffffff;
467
468
  --wm-color-surface: #141218;
468
469
  --wm-color-surface-bright: #3b383e;
469
470
  --wm-color-surface-container: #211f26;
@@ -554,7 +555,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
554
555
  /* Tertiary Colors */
555
556
  --wm-badge-tertiary: var(--wm-color-tertiary);
556
557
  --wm-badge-tertiary-background: var(--wm-color-tertiary-container);
557
- --wm-list-item-badge-background: var(--wm-color-white);
558
+ --wm-list-item-badge-background: var(--wm-color-surface-container-lowest);
558
559
  --wm-anchor-badge-background: var(--wm-color-black-hover);
559
560
  --wm-anchor-badge-padding: var(--wm-space-1) var(--wm-space-3);
560
561
  --wm-anchor-badge-radius: var(--wm-radius-lg);
@@ -832,7 +833,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
832
833
  --wm-caption-margin: var(--wm-space-0);
833
834
  --wm-caption-padding: var(--wm-space-0);
834
835
  --wm-form-control-color: var(--wm-color-on-surface);
835
- --wm-form-control-background: var(--wm-color-white);
836
+ --wm-form-control-background: var(--wm-color-surface-container-lowest);
836
837
  --wm-form-control-border-width: var(--wm-border-width);
837
838
  --wm-form-control-border-style: var(--wm-border-style);
838
839
  --wm-form-control-border-width-focus: calc(var(--wm-border-width) * 3);
@@ -873,7 +874,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
873
874
  --wm-currency-inputgroup-addon-letter-spacing: var(--wm-form-control-letter-spacing);
874
875
  /* table variables */
875
876
  --wm-data-table-border-collapse: unset;
876
- --wm-data-table-overlay-background: var(--wm-color-white);
877
+ --wm-data-table-overlay-background: var(--wm-color-surface-container-lowest);
877
878
  --wm-data-table-overlay-color: var(--wm-color-black);
878
879
  --wm-data-table-overlay-opacity: 75%;
879
880
  --wm-data-table-border-spacing: unset;
@@ -1378,7 +1379,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1378
1379
  --wm-progress-bar-background-active: var(--wm-color-primary);
1379
1380
  --wm-progress-bar-label-color: var(--wm-color-on-primary);
1380
1381
  --wm-progress-bar-radius: var(--wm-radius-lg);
1381
- --wm-progress-bar-striped: linear-gradient(45deg, var(--wm-color-white-active) 25%, transparent 25%, transparent 50%, var(--wm-color-white-active) 50%, var(--wm-color-white-active) 75%, transparent 75%, transparent);
1382
+ --wm-progress-bar-striped: linear-gradient(45deg, var(--wm-color-surface-container-lowest-active) 25%, transparent 25%, transparent 50%, var(--wm-color-surface-container-lowest-active) 50%, var(--wm-color-surface-container-lowest-active) 75%, transparent 75%, transparent);
1382
1383
  --wm-progress-bar-striped-size: var(--wm-space-10) var(--wm-space-10);
1383
1384
  --wm-progress-bar-margin: var(--wm-space-2) var(--wm-space-0);
1384
1385
  --wm-progress-bar-transition-time: 0.5s;
@@ -15793,6 +15794,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
15793
15794
  background: var(--wm-modal-backdrop-background);
15794
15795
  padding: var(--wm-modal-margin);
15795
15796
  margin: var(--wm-space-0);
15797
+ pointer-events: none;
15796
15798
  }
15797
15799
  .wm-app .modal-dialog .modal-content {
15798
15800
  display: flex;
@@ -15803,6 +15805,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
15803
15805
  max-height: 100%;
15804
15806
  background: var(--wm-modal-background);
15805
15807
  border-radius: var(--wm-modal-radius);
15808
+ pointer-events: auto;
15806
15809
  }
15807
15810
  .wm-app .modal-dialog .modal-content .modal-header {
15808
15811
  padding: var(--wm-modal-header-padding);
@@ -15829,7 +15832,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
15829
15832
  }
15830
15833
  .wm-app .modal-dialog .modal-content .modal-body {
15831
15834
  height: 100%;
15832
- overflow: auto;
15833
15835
  padding: var(--wm-modal-body-padding);
15834
15836
  }
15835
15837
  .wm-app .modal-dialog .modal-content .modal-body > .app-grid-layout {
@@ -15871,6 +15873,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
15871
15873
  --wm-modal-radius: var(--wm-modal-full-screen-radius);
15872
15874
  --wm-modal-margin: var(--wm-modal-full-screen-margin);
15873
15875
  }
15876
+ .wm-app .modal-dialog:not(.modal-sheet).modal-full-screen .modal-body {
15877
+ overflow: auto;
15878
+ }
15874
15879
  .wm-app .modal-dialog.modal-sheet {
15875
15880
  --wm-modal-width: var(--wm-modal-sheet-width);
15876
15881
  --wm-modal-radius: var(--wm-modal-sheet-radius);
@@ -15886,6 +15891,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
15886
15891
  .wm-app .modal-dialog.modal-sheet.sheet-position-right .modal-content {
15887
15892
  height: var(--wm-modal-full-screen-height);
15888
15893
  }
15894
+ .wm-app .modal-dialog.modal-sheet.sheet-position-right .modal-content .modal-body {
15895
+ overflow: auto;
15896
+ }
15889
15897
  .wm-app .modal-dialog.modal-sheet.sheet-position-bottom {
15890
15898
  align-items: flex-end;
15891
15899
  --wm-modal-width: var(--wm-modal-full-screen-width);
@@ -15896,6 +15904,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
15896
15904
  .wm-app .modal-dialog.modal-sheet.sheet-position-left .modal-content {
15897
15905
  height: var(--wm-modal-full-screen-height);
15898
15906
  }
15907
+ .wm-app .modal-dialog.modal-sheet.sheet-position-left .modal-content .modal-body {
15908
+ overflow: auto;
15909
+ }
15899
15910
  .wm-app .app-navbar {
15900
15911
  position: relative;
15901
15912
  border: none;
@@ -16163,7 +16174,7 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
16163
16174
  }
16164
16175
  .wm-app .app-page .app-header .app-search,
16165
16176
  .wm-app .app-page .app-mobile-header .app-search {
16166
- --wm-form-control-background: var(--wm-color-white);
16177
+ --wm-form-control-background: var(--wm-color-surface-container-lowest);
16167
16178
  --wm-form-control-radius: var(--wm-radius-pill);
16168
16179
  }
16169
16180
  .wm-app .app-page .app-header .app-search.input-group .input-group-addon,