@wise/dynamic-flow-client-internal 2.2.0-beta-365401.15 → 2.2.1

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/build/main.css CHANGED
@@ -149,25 +149,6 @@
149
149
  width: 100%;
150
150
  z-index: 10000;
151
151
  }
152
- .orientation-lock-overlay {
153
- display: none;
154
- position: fixed;
155
- inset: 0;
156
- background-color: var(--color-dark);
157
- color: var(--color-white);
158
- text-align: center;
159
- font-size: var(--font-size-16);
160
- font-weight: var(--font-weight-semi-bold);
161
- flex-direction: column;
162
- justify-content: center;
163
- align-items: center;
164
- z-index: 1000;
165
- }
166
- @media screen and (orientation: landscape) and (max-height: 767px) {
167
- .orientation-lock-overlay {
168
- display: flex;
169
- }
170
- }
171
152
  .df-image {
172
153
  display: flex;
173
154
  justify-content: center;