@app-studio/web 0.8.20 → 0.8.21

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/web.esm.js CHANGED
@@ -9,11 +9,9 @@ import { Link as Link$1 } from 'react-router-dom';
9
9
  import 'core-js/modules/es.array.includes.js';
10
10
  import 'core-js/modules/es.string.includes.js';
11
11
  import 'core-js/modules/es.string.starts-with.js';
12
- import { ChevronIcon as ChevronIcon$1, SearchIcon as SearchIcon$1, TickIcon as TickIcon$1 } from 'src/components/Icon/Icon';
13
12
  import format from 'date-fns/format';
14
13
  import { useFormikContext, getIn } from 'formik';
15
14
  import { create } from 'zustand';
16
- import { Vertical as Vertical$1 } from 'src/components/Layout';
17
15
 
18
16
  var Top = props => (/*#__PURE__*/React.createElement(View$1, Object.assign({
19
17
  marginBottom: "auto"
@@ -5290,12 +5288,12 @@ var CountryPickerView = _ref5 => {
5290
5288
  }, fieldStyles, props, {
5291
5289
  value: value,
5292
5290
  onChange: handleChange
5293
- }))), /*#__PURE__*/React.createElement(FieldIcons, null, hide ? (/*#__PURE__*/React.createElement(ChevronIcon$1, {
5291
+ }))), /*#__PURE__*/React.createElement(FieldIcons, null, hide ? (/*#__PURE__*/React.createElement(ChevronIcon, {
5294
5292
  orientation: "down",
5295
5293
  size: IconSizes$4[size],
5296
5294
  color: IconColor,
5297
5295
  style: styles['icon']
5298
- })) : (/*#__PURE__*/React.createElement(ChevronIcon$1, {
5296
+ })) : (/*#__PURE__*/React.createElement(ChevronIcon, {
5299
5297
  orientation: "up",
5300
5298
  size: IconSizes$4[size],
5301
5299
  color: IconColor,
@@ -5628,7 +5626,7 @@ var ComboBoxView = _ref => {
5628
5626
  onChange: value => handleSearch(value),
5629
5627
  hint: placeholder,
5630
5628
  isClearable: false,
5631
- leftChild: /*#__PURE__*/React.createElement(SearchIcon$1, {
5629
+ leftChild: /*#__PURE__*/React.createElement(SearchIcon, {
5632
5630
  size: 12
5633
5631
  }),
5634
5632
  styles: {
@@ -5650,7 +5648,7 @@ var ComboBoxView = _ref => {
5650
5648
  backgroundColor: index === highlightedIndex ? 'color.gray.100' : 'transparent',
5651
5649
  onMouseEnter: () => setHighlightedIndex(index),
5652
5650
  onClick: () => handleSelect(item)
5653
- }, styles == null ? void 0 : styles.item), /*#__PURE__*/React.createElement(Text, null, item.label), /*#__PURE__*/React.createElement(React.Fragment, null, item.icon && item.icon, item.value === selectedItem.value && showTick && !item.icon && /*#__PURE__*/React.createElement(TickIcon$1, {
5651
+ }, styles == null ? void 0 : styles.item), /*#__PURE__*/React.createElement(Text, null, item.label), /*#__PURE__*/React.createElement(React.Fragment, null, item.icon && item.icon, item.value === selectedItem.value && showTick && !item.icon && /*#__PURE__*/React.createElement(TickIcon, {
5654
5652
  size: 20
5655
5653
  }))))))))))));
5656
5654
  };
@@ -6660,7 +6658,7 @@ var TabsView = props => {
6660
6658
  // Returns a boolean indicating if the given tab is identical to the first tab in 'tabsState'.
6661
6659
  return tab.value === tabsState[0].value;
6662
6660
  };
6663
- return /*#__PURE__*/React.createElement(Vertical$1, Object.assign({
6661
+ return /*#__PURE__*/React.createElement(Vertical, Object.assign({
6664
6662
  width: "100w",
6665
6663
  height: '100%'
6666
6664
  }, styles == null ? void 0 : styles.container), /*#__PURE__*/React.createElement(Horizontal, Object.assign({