@app-studio/web 0.8.21 → 0.8.22

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.
@@ -158,7 +158,7 @@
158
158
  var Text = TextComponent;
159
159
 
160
160
  var _excluded$1 = ["justifyContent", "isReversed"];
161
- var VerticalView = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
161
+ var Vertical = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
162
162
  var {
163
163
  // Sets a default alignment for content within the Vertical container to 'flex-start'
164
164
  justifyContent = 'flex-start',
@@ -174,12 +174,10 @@
174
174
  ref: ref
175
175
  }));
176
176
  });
177
- VerticalView.displayName = 'VerticalView';
178
-
179
- var Vertical = props => (/*#__PURE__*/React__default.createElement(VerticalView, Object.assign({}, props)));
177
+ Vertical.displayName = 'Vertical';
180
178
 
181
179
  var _excluded$2 = ["justifyContent", "isReversed"];
182
- var HorizontalView = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
180
+ var Horizontal = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
183
181
  var {
184
182
  // Sets a default alignment for content within the Horizontal container to 'flex-start'
185
183
  justifyContent = 'flex-start',
@@ -195,12 +193,10 @@
195
193
  ref: ref
196
194
  }));
197
195
  });
198
- HorizontalView.displayName = 'Horizontal';
199
-
200
- var Horizontal = props => (/*#__PURE__*/React__default.createElement(HorizontalView, Object.assign({}, props)));
196
+ Horizontal.displayName = 'Horizontal';
201
197
 
202
198
  var _excluded$3 = ["isReversed"];
203
- var CenterView = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
199
+ var Center = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
204
200
  var props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
205
201
  return /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
206
202
  display: "flex",
@@ -210,9 +206,7 @@
210
206
  ref: ref
211
207
  }));
212
208
  });
213
- CenterView.displayName = 'Center';
214
-
215
- var Center = props => (/*#__PURE__*/React__default.createElement(CenterView, Object.assign({}, props)));
209
+ Center.displayName = 'Center';
216
210
 
217
211
  var _excluded$4 = ["size", "color"],
218
212
  _excluded2 = ["size", "color"],