@omnia/runtime 8.0.239-dev → 8.0.241-dev
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/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +33 -11
- package/dist/bundles/omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css +0 -4
- package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.public.en-us.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_admin_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_editor_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -776,6 +776,11 @@ html.v-overlay-scroll-blocked {
|
|
|
776
776
|
.v-progress-linear--rounded {
|
|
777
777
|
border-radius: 9999px;
|
|
778
778
|
}
|
|
779
|
+
@media (forced-colors: active) {
|
|
780
|
+
.v-progress-linear {
|
|
781
|
+
border: thin solid buttontext;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
779
784
|
|
|
780
785
|
.v-progress-linear__background,
|
|
781
786
|
.v-progress-linear__buffer {
|
|
@@ -790,6 +795,12 @@ html.v-overlay-scroll-blocked {
|
|
|
790
795
|
transition: inherit;
|
|
791
796
|
}
|
|
792
797
|
|
|
798
|
+
@media (forced-colors: active) {
|
|
799
|
+
.v-progress-linear__buffer {
|
|
800
|
+
background-color: highlight;
|
|
801
|
+
opacity: 0.3;
|
|
802
|
+
}
|
|
803
|
+
}
|
|
793
804
|
.v-progress-linear__content {
|
|
794
805
|
align-items: center;
|
|
795
806
|
display: flex;
|
|
@@ -806,6 +817,12 @@ html.v-overlay-scroll-blocked {
|
|
|
806
817
|
.v-progress-linear__indeterminate {
|
|
807
818
|
background: currentColor;
|
|
808
819
|
}
|
|
820
|
+
@media (forced-colors: active) {
|
|
821
|
+
.v-progress-linear__determinate,
|
|
822
|
+
.v-progress-linear__indeterminate {
|
|
823
|
+
background-color: highlight;
|
|
824
|
+
}
|
|
825
|
+
}
|
|
809
826
|
|
|
810
827
|
.v-progress-linear__determinate {
|
|
811
828
|
height: inherit;
|
|
@@ -2600,19 +2617,19 @@ html.v-overlay-scroll-blocked {
|
|
|
2600
2617
|
.v-input--hide-spin-buttons input[type=number] {
|
|
2601
2618
|
-moz-appearance: textfield;
|
|
2602
2619
|
}
|
|
2603
|
-
.v-input--plain-underlined .v-input__prepend,
|
|
2604
|
-
.v-input--plain-underlined .v-input__append {
|
|
2620
|
+
.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend,
|
|
2621
|
+
.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
2605
2622
|
align-items: flex-start;
|
|
2606
2623
|
}
|
|
2607
|
-
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
|
2624
|
+
.v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
2608
2625
|
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
2609
2626
|
}
|
|
2610
2627
|
|
|
2611
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
2628
|
+
.v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
2612
2629
|
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
2613
2630
|
}
|
|
2614
2631
|
|
|
2615
|
-
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
2632
|
+
.v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
2616
2633
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
2617
2634
|
}
|
|
2618
2635
|
.v-counter {
|
|
@@ -2902,6 +2919,11 @@ html.v-overlay-scroll-blocked {
|
|
|
2902
2919
|
position: relative;
|
|
2903
2920
|
width: 100%;
|
|
2904
2921
|
}
|
|
2922
|
+
.v-field.v-field--center-affix.v-field--variant-underlined .v-field__input, .v-field.v-field--center-affix.v-field--variant-plain .v-field__input {
|
|
2923
|
+
padding-top: unset;
|
|
2924
|
+
padding-bottom: unset;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2905
2927
|
.v-input--density-default .v-field__input {
|
|
2906
2928
|
row-gap: 8px;
|
|
2907
2929
|
}
|
|
@@ -2969,12 +2991,12 @@ textarea.v-field__input::placeholder {
|
|
|
2969
2991
|
padding-top: 0;
|
|
2970
2992
|
}
|
|
2971
2993
|
|
|
2972
|
-
.v-field.v-field--variant-underlined .v-field__append-inner,
|
|
2973
|
-
.v-field.v-field--variant-underlined .v-field__clearable,
|
|
2974
|
-
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
|
2975
|
-
.v-field.v-field--variant-plain .v-field__append-inner,
|
|
2976
|
-
.v-field.v-field--variant-plain .v-field__clearable,
|
|
2977
|
-
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
|
2994
|
+
.v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__append-inner,
|
|
2995
|
+
.v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__clearable,
|
|
2996
|
+
.v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__prepend-inner,
|
|
2997
|
+
.v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__append-inner,
|
|
2998
|
+
.v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__clearable,
|
|
2999
|
+
.v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__prepend-inner {
|
|
2978
3000
|
align-items: flex-start;
|
|
2979
3001
|
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
2980
3002
|
padding-bottom: var(--v-field-padding-bottom, 4px);
|