@wavemaker/foundation-css 12.0.0-next.45064 → 12.0.0-next.45066

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.
@@ -653,6 +653,13 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
653
653
  --wm-card-footer-border-style: var(--wm-card-border-style);
654
654
  --wm-card-footer-border-color: var(--wm-card-border-color);
655
655
  /*--checkbox--*/
656
+ --wm-checkbox-gap: var(--wm-space-1);
657
+ --wm-checkbox-caption-font-size: var(--wm-body-large-font-size);
658
+ --wm-checkbox-caption-font-family: var(--wm-body-large-font-family);
659
+ --wm-checkbox-caption-font-weight: var(--wm-body-large-font-weight);
660
+ --wm-checkbox-caption-line-height: var(--wm-body-large-line-height);
661
+ --wm-checkbox-caption-letter-spacing: var(--wm-body-large-letter-spacing);
662
+ --wm-checkbox-size: 18px;
656
663
  --wm-checkbox-background: transparent;
657
664
  --wm-checkbox-border-width: 2px;
658
665
  --wm-checkbox-border-color: var(--wm-color-on-surface-variant);
@@ -660,10 +667,14 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
660
667
  --wm-checkbox-background-selected: var(--wm-color-primary);
661
668
  --wm-checkbox-icon-color-selected: var(--wm-color-on-primary);
662
669
  --wm-checkbox-border-color-selected: var(--wm-color-primary);
670
+ --wm-checkbox-state-layer-size: 40px;
663
671
  --wm-checkbox-state-hover: var(--wm-color-on-surface-hover);
664
672
  --wm-checkbox-state-focus: var(--wm-color-on-surface-focus);
673
+ --wm-checkbox-state-active: var(--wm-color-on-surface-active);
665
674
  --wm-checkbox-selected-state-hover: var(--wm-color-primary-hover);
666
675
  --wm-checkbox-selected-state-focus: var(--wm-color-primary-focus);
676
+ --wm-checkbox-selected-state-active: var(--wm-color-primary-active);
677
+ --wm-checkbox-icon-size: 10px;
667
678
  /*--form field/composite--*/
668
679
  --wm-caption-font-family: var(--wm-body-large-font-family);
669
680
  --wm-caption-font-size: var(--wm-body-large-font-size);
@@ -1157,6 +1168,13 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1157
1168
  --wm-progress-circle-danger-stroke-inactive: var(--wm-color-error-focus);
1158
1169
  --wm-progress-circle-danger-stroke-active: var(--wm-color-error);
1159
1170
  /*--radiobutton--*/
1171
+ --wm-radiobutton-gap: var(--wm-space-1);
1172
+ --wm-radiobutton-caption-font-size: var(--wm-body-large-font-size);
1173
+ --wm-radiobutton-caption-font-family: var(--wm-body-large-font-family);
1174
+ --wm-radiobutton-caption-font-weight: var(--wm-body-large-font-weight);
1175
+ --wm-radiobutton-caption-line-height: var(--wm-body-large-line-height);
1176
+ --wm-radiobutton-caption-letter-spacing: var(--wm-body-large-letter-spacing);
1177
+ --wm-radiobutton-size: 20px;
1160
1178
  --wm-radiobutton-background: transparent;
1161
1179
  --wm-radiobutton-border-width: 2px;
1162
1180
  --wm-radiobutton-border-color: var(--wm-color-on-surface-variant);
@@ -1164,10 +1182,13 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1164
1182
  --wm-radiobutton-background-selected: var(--wm-color-primary);
1165
1183
  --wm-radiobutton-icon-color-selected: var(--wm-color-on-primary);
1166
1184
  --wm-radiobutton-border-color-selected: var(--wm-color-primary);
1185
+ --wm-radiobutton-state-layer-size: 40px;
1167
1186
  --wm-radiobutton-state-hover: var(--wm-color-on-surface-hover);
1168
1187
  --wm-radiobutton-state-focus: var(--wm-color-on-surface-focus);
1188
+ --wm-radiobutton-state-active: var(--wm-color-on-surface-active);
1169
1189
  --wm-radiobutton-selected-state-hover: var(--wm-color-primary-hover);
1170
1190
  --wm-radiobutton-selected-state-focus: var(--wm-color-primary-focus);
1191
+ --wm-radiobutton-selected-state-active: var(--wm-color-primary-active);
1171
1192
  /*--Rating--*/
1172
1193
  --wm-rating-gap: var(--wm-space-2);
1173
1194
  --wm-rating-icon-gap: var(--wm-space-0);
@@ -1177,6 +1198,21 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1177
1198
  --wm-rating-icon-opacity-inactive: 0.38;
1178
1199
  --wm-rating-icon-opacity-active: 1;
1179
1200
  --wm-rating-icon-opacity-readonly: 0.38;
1201
+ /*--segmented button--*/
1202
+ --wm-segmented-btn-height: 40px;
1203
+ --wm-segmented-btn-border-width: var(--wm-border-width);
1204
+ --wm-segmented-btn-border-style: var(--wm-border-style);
1205
+ --wm-segmented-btn-border-color: var(--wm-border-color);
1206
+ --wm-segmented-btn-radius: var(--wm-radius-pill);
1207
+ --wm-segmented-btn-icon-size: var(--wm-icon-size-sm);
1208
+ --wm-segmented-btn-background: none;
1209
+ --wm-segmented-btn-color: var(--wm-color-on-surface);
1210
+ --wm-segmented-btn-background-active: var(--wm-color-secondary-container);
1211
+ --wm-segmented-btn-color-active: var(--wm-color-on-secondary-container);
1212
+ --wm-segmented-btn-state-layer-color: var(--wm-segmented-btn-color);
1213
+ --wm-segmented-btn-hover-state-layer-opacity: var(--wm-opacity-hover);
1214
+ --wm-segmented-btn-focus-state-layer-opacity: var(--wm-opacity-focus);
1215
+ --wm-segmented-btn-active-state-layer-opacity: var(--wm-opacity-active);
1180
1216
  --wm-spinner-min-height: 6rem;
1181
1217
  --wm-spinner-background: var(--wm-color-scrim);
1182
1218
  --wm-spinner-background-opacity: 0.3;
@@ -11249,52 +11285,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
11249
11285
  overflow: hidden;
11250
11286
  text-overflow: ellipsis;
11251
11287
  }
11252
- .wm-app .app-switch {
11253
- position: relative;
11254
- display: inline-block;
11255
- border-radius: 500px;
11256
- background: #fff;
11257
- overflow: hidden;
11258
- transform: scale(1);
11259
- }
11260
- .wm-app .app-switch .model-holder {
11261
- width: 0;
11262
- height: 0;
11263
- position: absolute;
11264
- top: 23px;
11265
- left: 50%;
11266
- z-index: -1000;
11267
- }
11268
- .wm-app .app-switch .app-icon {
11269
- margin-right: 0.2em;
11270
- }
11271
- .wm-app .app-switch .btn-group {
11272
- position: relative;
11273
- overflow: hidden;
11274
- height: 100%;
11275
- }
11276
- .wm-app .app-switch .btn-group > .btn {
11277
- border-radius: 500px;
11278
- height: 100%;
11279
- }
11280
- .wm-app .app-switch[disabled] {
11281
- opacity: 0.65;
11282
- }
11283
- .wm-app .app-switch[disabled] span.app-switch-overlay {
11284
- cursor: not-allowed;
11285
- }
11286
- .wm-app .app-switch span.app-switch-overlay {
11287
- position: absolute;
11288
- top: 0;
11289
- bottom: 0;
11290
- left: -100%;
11291
- z-index: 10;
11292
- margin-left: 0;
11293
- pointer-events: inherit;
11294
- height: 100%;
11295
- vertical-align: middle;
11296
- border-radius: 0;
11297
- }
11298
11288
  .wm-app .mobile-input {
11299
11289
  left: 0;
11300
11290
  top: 0;
@@ -14472,12 +14462,14 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
14472
14462
  }
14473
14463
  .wm-app .app-checkbox.checkbox > label {
14474
14464
  padding: var(--wm-space-0);
14475
- display: inline-block;
14465
+ display: inline-flex;
14476
14466
  width: auto;
14477
- min-height: 40px;
14478
- font-size: var(--wm-form-control-font-size);
14479
- font-weight: var(--wm-form-control-font-weight);
14480
- line-height: var(--wm-form-control-line-height);
14467
+ min-height: var(--wm-checkbox-state-layer-size);
14468
+ font-size: var(--wm-checkbox-caption-font-size);
14469
+ font-family: var(--wm-checkbox-caption-font-family);
14470
+ font-weight: var(--wm-checkbox-caption-font-weight);
14471
+ line-height: var(--wm-checkbox-caption-line-height);
14472
+ letter-spacing: var(--wm-checkbox-caption-letter-spacing);
14481
14473
  cursor: pointer;
14482
14474
  }
14483
14475
  .wm-app .app-checkbox.checkbox > label > input[type="checkbox"] {
@@ -14485,10 +14477,10 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
14485
14477
  -moz-appearance: none;
14486
14478
  -webkit-appearance: none;
14487
14479
  margin: 0;
14488
- width: 40px;
14489
- height: 40px;
14480
+ width: var(--wm-checkbox-state-layer-size);
14481
+ height: var(--wm-checkbox-state-layer-size);
14490
14482
  position: absolute;
14491
- left: -11px;
14483
+ left: 0px;
14492
14484
  border-radius: 50%;
14493
14485
  z-index: 1;
14494
14486
  cursor: pointer;
@@ -14500,6 +14492,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
14500
14492
  background: var(--wm-checkbox-state-focus);
14501
14493
  outline: 0 !important;
14502
14494
  }
14495
+ .wm-app .app-checkbox.checkbox > label > input[type="checkbox"]:active {
14496
+ background: var(--wm-checkbox-state-active);
14497
+ }
14503
14498
  .wm-app .app-checkbox.checkbox > label > input[type="checkbox"]:checked + .caption:before {
14504
14499
  background: var(--wm-checkbox-background-selected);
14505
14500
  border-color: var(--wm-checkbox-border-color-selected);
@@ -14513,11 +14508,13 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
14513
14508
  .wm-app .app-checkbox.checkbox > label > input[type="checkbox"]:checked:focus {
14514
14509
  background: var(--wm-checkbox-selected-state-focus);
14515
14510
  }
14511
+ .wm-app .app-checkbox.checkbox > label > input[type="checkbox"]:checked:active {
14512
+ background: var(--wm-checkbox-selected-state-active);
14513
+ }
14516
14514
  .wm-app .app-checkbox.checkbox > label .caption {
14517
- padding-left: 32px;
14518
- margin-top: 8px;
14519
14515
  display: inline-block;
14520
- min-height: 24px;
14516
+ padding-left: calc(var(--wm-checkbox-state-layer-size) + var(--wm-checkbox-gap));
14517
+ padding-top: calc(calc(var(--wm-checkbox-state-layer-size) - var(--wm-checkbox-caption-line-height)) / 2);
14521
14518
  }
14522
14519
  .wm-app .app-checkbox.checkbox > label .caption:before,
14523
14520
  .wm-app .app-checkbox.checkbox > label .caption:after {
@@ -14526,20 +14523,20 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
14526
14523
  position: absolute;
14527
14524
  }
14528
14525
  .wm-app .app-checkbox.checkbox > label .caption:before {
14529
- width: 18px;
14530
- height: 18px;
14531
- left: 0px;
14532
- top: 11px;
14526
+ width: var(--wm-checkbox-size);
14527
+ height: var(--wm-checkbox-size);
14528
+ left: calc(calc(var(--wm-checkbox-state-layer-size) - var(--wm-checkbox-size))/2);
14529
+ top: calc(calc(var(--wm-checkbox-state-layer-size) - var(--wm-checkbox-size))/2);
14533
14530
  background: var(--wm-checkbox-background);
14534
14531
  border: var(--wm-checkbox-border-width) solid var(--wm-checkbox-border-color);
14535
14532
  border-radius: var(--wm-checkbox-border-radius);
14536
14533
  box-sizing: border-box;
14537
14534
  }
14538
14535
  .wm-app .app-checkbox.checkbox > label .caption:after {
14539
- top: 11px;
14540
- left: 0px;
14541
- width: 10px;
14542
- height: 5px;
14536
+ top: calc(calc(var(--wm-checkbox-state-layer-size) - var(--wm-checkbox-size))/2);
14537
+ left: calc(calc(var(--wm-checkbox-state-layer-size) - var(--wm-checkbox-size))/2);
14538
+ width: var(--wm-checkbox-icon-size);
14539
+ height: calc(var(--wm-checkbox-icon-size) * 0.5);
14543
14540
  border: solid 2px var(--wm-checkbox-icon-color-selected);
14544
14541
  border-right: none;
14545
14542
  border-top: none;
@@ -16879,8 +16876,134 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
16879
16876
  .wm-app .app-radio {
16880
16877
  position: relative;
16881
16878
  }
16882
- .wm-app .app-radioset {
16883
- position: relative;
16879
+ .wm-app .app-radio.radio {
16880
+ display: inline-block;
16881
+ }
16882
+ .wm-app .app-radio.radio > label {
16883
+ padding: var(--wm-space-0);
16884
+ display: inline-flex;
16885
+ width: auto;
16886
+ min-height: var(--wm-radiobutton-state-layer-size);
16887
+ font-size: var(--wm-radiobutton-caption-font-size);
16888
+ font-family: var(--wm-radiobutton-caption-font-family);
16889
+ font-weight: var(--wm-radiobutton-caption-font-weight);
16890
+ line-height: var(--wm-radiobutton-caption-line-height);
16891
+ letter-spacing: var(--wm-radiobutton-caption-letter-spacing);
16892
+ cursor: pointer;
16893
+ }
16894
+ .wm-app .app-radio.radio > label > input[type="radio"] {
16895
+ appearance: none;
16896
+ -moz-appearance: none;
16897
+ -webkit-appearance: none;
16898
+ margin: 0;
16899
+ width: var(--wm-radiobutton-state-layer-size);
16900
+ height: var(--wm-radiobutton-state-layer-size);
16901
+ position: absolute;
16902
+ left: 0px;
16903
+ border-radius: 50%;
16904
+ z-index: 1;
16905
+ cursor: pointer;
16906
+ }
16907
+ .wm-app .app-radio.radio > label > input[type="radio"]:hover {
16908
+ background: var(--wm-radiobutton-state-hover);
16909
+ }
16910
+ .wm-app .app-radio.radio > label > input[type="radio"]:focus {
16911
+ background: var(--wm-radiobutton-state-focus);
16912
+ outline: 0 !important;
16913
+ }
16914
+ .wm-app .app-radio.radio > label > input[type="radio"]:active {
16915
+ background: var(--wm-radiobutton-state-active);
16916
+ }
16917
+ .wm-app .app-radio.radio > label > input[type="radio"]:checked + .caption:before {
16918
+ border-color: var(--wm-radiobutton-border-color-selected);
16919
+ }
16920
+ .wm-app .app-radio.radio > label > input[type="radio"]:checked + .caption:after {
16921
+ transform: scale(1);
16922
+ }
16923
+ .wm-app .app-radio.radio > label > input[type="radio"]:checked:hover {
16924
+ background: var(--wm-radiobutton-selected-state-hover);
16925
+ }
16926
+ .wm-app .app-radio.radio > label > input[type="radio"]:checked:focus {
16927
+ background: var(--wm-radiobutton-selected-state-focus);
16928
+ }
16929
+ .wm-app .app-radio.radio > label > input[type="radio"]:checked:active {
16930
+ background: var(--wm-radiobutton-selected-state-active);
16931
+ }
16932
+ .wm-app .app-radio.radio > label .caption {
16933
+ display: inline-block;
16934
+ padding-left: calc(var(--wm-radiobutton-state-layer-size) + var(--wm-radiobutton-gap));
16935
+ padding-top: calc(calc(var(--wm-radiobutton-state-layer-size) - var(--wm-radiobutton-caption-line-height)) / 2);
16936
+ }
16937
+ .wm-app .app-radio.radio > label .caption:before,
16938
+ .wm-app .app-radio.radio > label .caption:after {
16939
+ content: "";
16940
+ display: inline-block;
16941
+ position: absolute;
16942
+ }
16943
+ .wm-app .app-radio.radio > label .caption:before {
16944
+ width: var(--wm-radiobutton-size);
16945
+ height: var(--wm-radiobutton-size);
16946
+ left: calc(calc(var(--wm-radiobutton-state-layer-size) - var(--wm-radiobutton-size))/2);
16947
+ top: calc(calc(var(--wm-radiobutton-state-layer-size) - var(--wm-radiobutton-size))/2);
16948
+ background: var(--wm-radiobutton-background);
16949
+ border: var(--wm-radiobutton-border-width) solid var(--wm-radiobutton-border-color);
16950
+ border-radius: var(--wm-radiobutton-border-radius);
16951
+ box-sizing: border-box;
16952
+ }
16953
+ .wm-app .app-radio.radio > label .caption:after {
16954
+ top: calc(var(--wm-radiobutton-size) * 0.75);
16955
+ left: calc(var(--wm-radiobutton-size) * 0.75);
16956
+ width: calc(var(--wm-radiobutton-size) / 2);
16957
+ height: calc(var(--wm-radiobutton-size) / 2);
16958
+ transform: scale(0);
16959
+ transition: all 0.2s ease-in-out;
16960
+ background: var(--wm-radiobutton-border-color-selected);
16961
+ border-radius: 50%;
16962
+ }
16963
+ .wm-app .app-radio.radio > label > img {
16964
+ display: none;
16965
+ }
16966
+ .wm-app .app-radio.radio.secondary {
16967
+ --wm-radiobutton-background-selected: var(--wm-color-secondary);
16968
+ --wm-radiobutton-border-color-selected: var(--wm-color-secondary);
16969
+ --wm-radiobutton-icon-color-selected: var(--wm-color-on-secondary);
16970
+ --wm-radiobutton-selected-state-hover: var(--wm-color-secondary-hover);
16971
+ --wm-radiobutton-selected-state-focus: var(--wm-color-secondary-focus);
16972
+ }
16973
+ .wm-app .app-radio.radio.tertiary {
16974
+ --wm-radiobutton-background-selected: var(--wm-color-tertiary);
16975
+ --wm-radiobutton-border-color-selected: var(--wm-color-tertiary);
16976
+ --wm-radiobutton-icon-color-selected: var(--wm-color-on-tertiary);
16977
+ --wm-radiobutton-selected-state-hover: var(--wm-color-tertiary-hover);
16978
+ --wm-radiobutton-selected-state-focus: var(--wm-color-tertiary-focus);
16979
+ }
16980
+ .wm-app .app-radio.radio.success {
16981
+ --wm-radiobutton-background-selected: var(--wm-color-success);
16982
+ --wm-radiobutton-border-color-selected: var(--wm-color-success);
16983
+ --wm-radiobutton-icon-color-selected: var(--wm-color-on-success);
16984
+ --wm-radiobutton-selected-state-hover: var(--wm-color-success-hover);
16985
+ --wm-radiobutton-selected-state-focus: var(--wm-color-success-focus);
16986
+ }
16987
+ .wm-app .app-radio.radio.info {
16988
+ --wm-radiobutton-background-selected: var(--wm-color-info);
16989
+ --wm-radiobutton-border-color-selected: var(--wm-color-info);
16990
+ --wm-radiobutton-icon-color-selected: var(--wm-color-on-info);
16991
+ --wm-radiobutton-selected-state-hover: var(--wm-color-info-hover);
16992
+ --wm-radiobutton-selected-state-focus: var(--wm-color-info-focus);
16993
+ }
16994
+ .wm-app .app-radio.radio.warning {
16995
+ --wm-radiobutton-background-selected: var(--wm-color-warning);
16996
+ --wm-radiobutton-border-color-selected: var(--wm-color-warning);
16997
+ --wm-radiobutton-icon-color-selected: var(--wm-color-on-warning);
16998
+ --wm-radiobutton-selected-state-hover: var(--wm-color-warning-hover);
16999
+ --wm-radiobutton-selected-state-focus: var(--wm-color-warning-focus);
17000
+ }
17001
+ .wm-app .app-radio.radio.error {
17002
+ --wm-radiobutton-background-selected: var(--wm-color-error);
17003
+ --wm-radiobutton-border-color-selected: var(--wm-color-error);
17004
+ --wm-radiobutton-icon-color-selected: var(--wm-color-on-error);
17005
+ --wm-radiobutton-selected-state-hover: var(--wm-color-error-hover);
17006
+ --wm-radiobutton-selected-state-focus: var(--wm-color-error-focus);
16884
17007
  }
16885
17008
  .wm-app .app-ratings {
16886
17009
  display: inline-flex;
@@ -16968,6 +17091,73 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
16968
17091
  .wm-app .app-ratings[readonly="true"] {
16969
17092
  opacity: var(--wm-rating-icon-opacity-readonly);
16970
17093
  }
17094
+ .wm-app .app-switch > .btn-group {
17095
+ display: flex;
17096
+ flex-direction: row;
17097
+ flex-wrap: nowrap;
17098
+ }
17099
+ .wm-app .app-switch > .btn-group > .btn {
17100
+ background: var(--wm-segmented-btn-background);
17101
+ color: var(--wm-segmented-btn-color);
17102
+ border-radius: 0;
17103
+ margin: 0 -1px;
17104
+ width: 100%;
17105
+ min-height: var(--wm-segmented-btn-height);
17106
+ height: var(--wm-segmented-btn-height);
17107
+ border: var(--wm-segmented-btn-border-width) var(--wm-segmented-btn-border-style) var(--wm-segmented-btn-border-color);
17108
+ }
17109
+ .wm-app .app-switch > .btn-group > .btn:first-child {
17110
+ border-top-left-radius: var(--wm-segmented-btn-radius);
17111
+ border-bottom-left-radius: var(--wm-segmented-btn-radius);
17112
+ }
17113
+ .wm-app .app-switch > .btn-group > .btn:last-child {
17114
+ border-top-right-radius: var(--wm-segmented-btn-radius);
17115
+ border-bottom-right-radius: var(--wm-segmented-btn-radius);
17116
+ }
17117
+ .wm-app .app-switch > .btn-group > .btn i {
17118
+ display: inline-flex;
17119
+ align-items: center;
17120
+ justify-content: center;
17121
+ font-size: var(--wm-segmented-btn-icon-size);
17122
+ min-width: var(--wm-segmented-btn-icon-size);
17123
+ width: var(--wm-segmented-btn-icon-size);
17124
+ height: var(--wm-segmented-btn-icon-size);
17125
+ margin-left: var(--wm-space-0);
17126
+ }
17127
+ .wm-app .app-switch > .btn-group > .btn:before {
17128
+ content: "";
17129
+ top: 0;
17130
+ left: 0;
17131
+ right: 0;
17132
+ bottom: 0;
17133
+ position: absolute;
17134
+ pointer-events: none;
17135
+ border-radius: inherit;
17136
+ opacity: 0;
17137
+ background: var(--wm-segmented-btn-state-layer-color);
17138
+ }
17139
+ .wm-app .app-switch > .btn-group > .btn:hover::before,
17140
+ .wm-app .app-switch > .btn-group > .btn.hover::before {
17141
+ opacity: var(--wm-segmented-btn-hover-state-layer-opacity);
17142
+ }
17143
+ .wm-app .app-switch > .btn-group > .btn:focus::before,
17144
+ .wm-app .app-switch > .btn-group > .btn.focus::before {
17145
+ opacity: var(--wm-segmented-btn-focus-state-layer-opacity);
17146
+ }
17147
+ .wm-app .app-switch > .btn-group > .btn:active::before,
17148
+ .wm-app .app-switch > .btn-group > .btn:active:focus::before,
17149
+ .wm-app .app-switch > .btn-group > .btn:active:hover::before,
17150
+ .wm-app .app-switch > .btn-group > .btn:active.focus::before {
17151
+ opacity: var(--wm-segmented-btn-active-state-layer-opacity);
17152
+ }
17153
+ .wm-app .app-switch > .btn-group > .btn.selected {
17154
+ --wm-segmented-btn-background: var(--wm-segmented-btn-background-active);
17155
+ --wm-segmented-btn-color: var(--wm-segmented-btn-color-active);
17156
+ --wm-segmented-btn-state-layer-color: var(--wm-segmented-btn-color);
17157
+ }
17158
+ .wm-app .app-switch > .switch-handle {
17159
+ display: none;
17160
+ }
16971
17161
  .wm-app .app-spinner {
16972
17162
  min-height: var(--wm-spinner-min-height);
16973
17163
  display: flex;
@@ -20358,6 +20548,57 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
20358
20548
  -webkit-animation-name: zoomOutUp;
20359
20549
  animation-name: zoomOutUp;
20360
20550
  }
20551
+ @keyframes animation-indeterminate-start {
20552
+ 0% {
20553
+ width: 0%;
20554
+ }
20555
+ 25% {
20556
+ width: 12.5%;
20557
+ }
20558
+ 50% {
20559
+ width: 25%;
20560
+ }
20561
+ 75% {
20562
+ width: 62.5%;
20563
+ }
20564
+ 100% {
20565
+ width: 100%;
20566
+ }
20567
+ }
20568
+ @keyframes animation-indeterminate-active {
20569
+ 0% {
20570
+ width: 0%;
20571
+ }
20572
+ 25% {
20573
+ width: 25%;
20574
+ }
20575
+ 50% {
20576
+ width: 50%;
20577
+ }
20578
+ 75% {
20579
+ width: 25%;
20580
+ }
20581
+ 100% {
20582
+ width: 0%;
20583
+ }
20584
+ }
20585
+ @keyframes animation-indeterminate-end {
20586
+ 0% {
20587
+ width: 100%;
20588
+ }
20589
+ 25% {
20590
+ width: 62.5%;
20591
+ }
20592
+ 50% {
20593
+ width: 25%;
20594
+ }
20595
+ 75% {
20596
+ width: 12.5%;
20597
+ }
20598
+ 100% {
20599
+ width: 0%;
20600
+ }
20601
+ }
20361
20602
  .wm-app .m-0 {
20362
20603
  margin: var(--wm-spacer-0) !important;
20363
20604
  }