@app-studio/web 0.3.66 → 0.3.67
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
|
@@ -5,8 +5,12 @@ import format from 'date-fns/format';
|
|
|
5
5
|
import { useFormikContext } from 'formik';
|
|
6
6
|
import { create } from 'zustand';
|
|
7
7
|
import { View as View$2 } from 'src/components/Layout/View/View';
|
|
8
|
-
import { Horizontal as Horizontal$1
|
|
8
|
+
import { Horizontal as Horizontal$1 } from 'src/components/Layout/Horizontal/Horizontal';
|
|
9
|
+
import { Button as Button$1 } from 'src/components/Button/Button';
|
|
10
|
+
import { Text as Text$1 } from 'src/components/Text/Text';
|
|
11
|
+
import { Vertical as Vertical$1 } from 'src/components/Layout/Vertical/Vertical';
|
|
9
12
|
import { WarningSvg } from 'src/components/Svg';
|
|
13
|
+
import { Center as Center$1 } from 'src/components/Layout/Center/Center';
|
|
10
14
|
|
|
11
15
|
var useButtonState = function useButtonState() {
|
|
12
16
|
var _React$useState = React.useState(false),
|
|
@@ -5092,7 +5096,7 @@ var AlertView = function AlertView(_ref) {
|
|
|
5092
5096
|
padding: 16,
|
|
5093
5097
|
wrap: "nowrap",
|
|
5094
5098
|
borderColor: Themes[variant].container.border
|
|
5095
|
-
}, styles == null ? void 0 : styles.container), React.createElement(View$
|
|
5099
|
+
}, styles == null ? void 0 : styles.container), React.createElement(View$2, {
|
|
5096
5100
|
alignSelf: 'center'
|
|
5097
5101
|
}, icon ? icon : React.createElement(WarningSvg, {
|
|
5098
5102
|
size: 24,
|
|
@@ -5136,7 +5140,7 @@ var AspectRatioView = function AspectRatioView(_ref) {
|
|
|
5136
5140
|
overflow: "hidden",
|
|
5137
5141
|
paddingTop: 1 / ratio * 100 + "%",
|
|
5138
5142
|
borderRadius: 8
|
|
5139
|
-
}, props), React.createElement(View$
|
|
5143
|
+
}, props), React.createElement(View$2, {
|
|
5140
5144
|
position: "absolute",
|
|
5141
5145
|
top: 0,
|
|
5142
5146
|
right: 0,
|
|
@@ -5519,7 +5523,7 @@ var ToggleGroupView = function ToggleGroupView(_ref) {
|
|
|
5519
5523
|
display: "flex",
|
|
5520
5524
|
gap: 5
|
|
5521
5525
|
}, items.map(function (item) {
|
|
5522
|
-
return React.createElement(Toggle
|
|
5526
|
+
return React.createElement(Toggle, {
|
|
5523
5527
|
role: "toggle-" + item.id,
|
|
5524
5528
|
key: item.id,
|
|
5525
5529
|
colorScheme: colorScheme,
|