@app-studio/web 0.7.16 → 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,7 +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 { Vertical as Vertical$1, Horizontal as Horizontal$1 } from 'src/components/Layout';
|
|
5
4
|
import format from 'date-fns/format';
|
|
6
5
|
import { useFormikContext } from 'formik';
|
|
7
6
|
import { create } from 'zustand';
|
|
@@ -3044,9 +3043,9 @@ var CheckboxView = function CheckboxView(_ref) {
|
|
|
3044
3043
|
onMouseEnter: handleHover,
|
|
3045
3044
|
onMouseLeave: handleHover,
|
|
3046
3045
|
size: Typography.fontSizes[size]
|
|
3047
|
-
}, checkboxStyle.container, props), React.createElement(Vertical
|
|
3046
|
+
}, checkboxStyle.container, props), React.createElement(Vertical, {
|
|
3048
3047
|
gap: 8
|
|
3049
|
-
}, React.createElement(Horizontal
|
|
3048
|
+
}, React.createElement(Horizontal, {
|
|
3050
3049
|
gap: 10,
|
|
3051
3050
|
alignItems: "center"
|
|
3052
3051
|
}, labelPosition === 'left' && label && React.createElement(Text, Object.assign({
|