seat-editor 3.5.7 → 3.5.8

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.
@@ -3,7 +3,6 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
3
3
  import { optionsShape } from "../../components/form-tools/shape";
4
4
  import { ColorPicker, Flex, Form, InputNumber, Select } from "antd";
5
5
  import { useAppSelector } from "../../hooks/use-redux";
6
- import SectionLabel from "../../components/form-tools/label";
7
6
  import { useFormPlaceholder } from ".";
8
7
  const { Option } = Select;
9
8
  const SelectedGroup = () => {
@@ -53,6 +52,6 @@ const SelectedGroup = () => {
53
52
  if (Number.isNaN(num))
54
53
  return null;
55
54
  return Math.min(100, Math.max(0, num));
56
- }, suffix: "%" }) })] }), !allExtraComponent && _jsx(SectionLabel, {})] })] }) }));
55
+ }, suffix: "%" }) })] })] })] }) }));
57
56
  };
58
57
  export default SelectedGroup;
@@ -2,7 +2,6 @@
2
2
  import { optionsShape } from "../../components/form-tools/shape";
3
3
  import { ColorPicker, Flex, Form, InputNumber, Select } from "antd";
4
4
  import { useAppSelector } from "../../hooks/use-redux";
5
- import SectionLabel from "../../components/form-tools/label";
6
5
  import { useFormPlaceholder } from ".";
7
6
  const { Option } = Select;
8
7
  const SelectedGroup = () => {
@@ -126,7 +125,7 @@ const SelectedGroup = () => {
126
125
  }} suffix="%"/>
127
126
  </Form.Item>
128
127
  </Flex>
129
- {!allExtraComponent && <SectionLabel />}
128
+ {/* {!allExtraComponent && <SectionLabel />} */}
130
129
  {/* </>
131
130
  )} */}
132
131
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "3.5.7",
3
+ "version": "3.5.8",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",