@app-studio/web 0.7.17 → 0.7.18

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
@@ -1,8 +1,6 @@
1
1
  import React, { useRef, useState, useEffect, useCallback, useMemo, createContext, useContext, Fragment } from 'react';
2
2
  import { View as View$1, Element, Typography, Image, useTheme, Input, Form } from 'app-studio';
3
3
  import { Link as Link$1 } from 'react-router-dom';
4
- import { Horizontal as Horizontal$1 } from 'src/components/Layout/Horizontal/Horizontal';
5
- import { Vertical as Vertical$1 } from 'src/components/Layout/Vertical/Vertical';
6
4
  import format from 'date-fns/format';
7
5
  import { useFormikContext } from 'formik';
8
6
  import { create } from 'zustand';
@@ -3045,9 +3043,9 @@ var CheckboxView = function CheckboxView(_ref) {
3045
3043
  onMouseEnter: handleHover,
3046
3044
  onMouseLeave: handleHover,
3047
3045
  size: Typography.fontSizes[size]
3048
- }, checkboxStyle.container, props), React.createElement(Vertical$1, {
3046
+ }, checkboxStyle.container, props), React.createElement(Vertical, {
3049
3047
  gap: 8
3050
- }, React.createElement(Horizontal$1, {
3048
+ }, React.createElement(Horizontal, {
3051
3049
  gap: 10,
3052
3050
  alignItems: "center"
3053
3051
  }, labelPosition === 'left' && label && React.createElement(Text, Object.assign({