@wise/dynamic-flow-client-internal 5.6.2 → 5.7.0

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
@@ -153,6 +153,21 @@
153
153
  width: 300px;
154
154
  }
155
155
  }
156
+ .df-media-layout-avatar {
157
+ display: flex;
158
+ }
159
+ .df-media-layout-avatar.start {
160
+ justify-content: start;
161
+ align-items: start;
162
+ }
163
+ .df-media-layout-avatar.center {
164
+ justify-content: center;
165
+ align-items: center;
166
+ }
167
+ .df-media-layout-avatar.end {
168
+ justify-content: end;
169
+ align-items: end;
170
+ }
156
171
  .df-toolbar {
157
172
  display: flex;
158
173
  gap: 0.25em;