@omnia/runtime 8.0.232-dev → 8.0.234-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.
@@ -978,43 +978,6 @@ html.v-overlay-scroll-blocked {
978
978
  background-position-x: var(--v-progress-linear-height);
979
979
  }
980
980
  }
981
- .v-ripple__container {
982
- color: inherit;
983
- border-radius: inherit;
984
- position: absolute;
985
- width: 100%;
986
- height: 100%;
987
- left: 0;
988
- top: 0;
989
- overflow: hidden;
990
- z-index: 0;
991
- pointer-events: none;
992
- contain: strict;
993
- }
994
- .v-ripple__animation {
995
- color: inherit;
996
- position: absolute;
997
- top: 0;
998
- left: 0;
999
- border-radius: 50%;
1000
- background: currentColor;
1001
- opacity: 0;
1002
- pointer-events: none;
1003
- overflow: hidden;
1004
- will-change: transform, opacity;
1005
- }
1006
- .v-ripple__animation--enter {
1007
- transition: none;
1008
- opacity: 0;
1009
- }
1010
- .v-ripple__animation--in {
1011
- transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
1012
- opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
1013
- }
1014
- .v-ripple__animation--out {
1015
- transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
1016
- opacity: 0;
1017
- }
1018
981
  .v-icon {
1019
982
  --v-icon-size-multiplier: 1;
1020
983
  align-items: center;
@@ -1171,6 +1134,43 @@ html.v-overlay-scroll-blocked {
1171
1134
  transform: rotate(270deg);
1172
1135
  }
1173
1136
  }
1137
+ .v-ripple__container {
1138
+ color: inherit;
1139
+ border-radius: inherit;
1140
+ position: absolute;
1141
+ width: 100%;
1142
+ height: 100%;
1143
+ left: 0;
1144
+ top: 0;
1145
+ overflow: hidden;
1146
+ z-index: 0;
1147
+ pointer-events: none;
1148
+ contain: strict;
1149
+ }
1150
+ .v-ripple__animation {
1151
+ color: inherit;
1152
+ position: absolute;
1153
+ top: 0;
1154
+ left: 0;
1155
+ border-radius: 50%;
1156
+ background: currentColor;
1157
+ opacity: 0;
1158
+ pointer-events: none;
1159
+ overflow: hidden;
1160
+ will-change: transform, opacity;
1161
+ }
1162
+ .v-ripple__animation--enter {
1163
+ transition: none;
1164
+ opacity: 0;
1165
+ }
1166
+ .v-ripple__animation--in {
1167
+ transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
1168
+ opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
1169
+ }
1170
+ .v-ripple__animation--out {
1171
+ transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
1172
+ opacity: 0;
1173
+ }
1174
1174
  .v-infinite-scroll--horizontal {
1175
1175
  display: flex;
1176
1176
  flex-direction: row;