revdev-components 0.96.0 → 0.98.0

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.
@@ -1,7 +1,6 @@
1
1
  import React from "react";
2
2
  import { SelectProps } from "antd";
3
3
  import { FormLineProps } from "../line";
4
- interface Props extends FormLineProps, Omit<SelectProps, "name"> {
4
+ export interface SelectFieldProps extends FormLineProps, Omit<SelectProps, "name"> {
5
5
  }
6
- export declare const SelectField: React.FC<Props>;
7
- export {};
6
+ export declare const SelectField: React.FC<SelectFieldProps>;
package/build/index.js CHANGED
@@ -129,7 +129,7 @@ var SvgArrowBackIos = function SvgArrowBackIos(props) {
129
129
  xmlns: "http://www.w3.org/2000/svg",
130
130
  viewBox: "0 0 32 32"
131
131
  }, props), _path$2k || (_path$2k = /*#__PURE__*/React__namespace.createElement("path", {
132
- d: "M15.563 5.188 4.75 16.001l10.813 10.813-2.375 2.375L0 16.001 13.188 2.813z"
132
+ d: "M23.781 5.189 12.969 16.001l10.812 10.812-2.375 2.375L8.218 16 21.406 2.812z"
133
133
  })));
134
134
  };
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.96.0",
3
+ "version": "0.98.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {