@app-studio/web 0.3.68 → 0.3.69
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
|
@@ -4,7 +4,6 @@ import { Link as Link$1 } from 'react-router-dom';
|
|
|
4
4
|
import format from 'date-fns/format';
|
|
5
5
|
import { useFormikContext } from 'formik';
|
|
6
6
|
import { create } from 'zustand';
|
|
7
|
-
import { Horizontal as Horizontal$1 } from 'src/components/Layout/Horizontal/Horizontal';
|
|
8
7
|
|
|
9
8
|
var useButtonState = function useButtonState() {
|
|
10
9
|
var _React$useState = React.useState(false),
|
|
@@ -5541,7 +5540,7 @@ var ToggleGroupView = function ToggleGroupView(_ref) {
|
|
|
5541
5540
|
return newActiveToggles;
|
|
5542
5541
|
});
|
|
5543
5542
|
}, [onToggleChange, setActiveToggles]);
|
|
5544
|
-
return React.createElement(Horizontal
|
|
5543
|
+
return React.createElement(Horizontal, {
|
|
5545
5544
|
role: "ToggleGroup",
|
|
5546
5545
|
display: "flex",
|
|
5547
5546
|
gap: 5
|