acsi-core 0.1.65 → 0.1.68

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.
@@ -2,6 +2,7 @@ import React from "react";
2
2
  interface IOption {
3
3
  label: string;
4
4
  value: string;
5
+ disabled?: boolean;
5
6
  }
6
7
  interface IProps {
7
8
  name: string;
@@ -5,6 +5,7 @@ interface IProps {
5
5
  onChange: (name: string, value: string) => void;
6
6
  width?: number;
7
7
  onPressEnter?: (value: string) => void;
8
+ placeholder?: string;
8
9
  }
9
10
  declare const CoreSearch: (props: IProps) => React.JSX.Element;
10
11
  export default CoreSearch;
package/dist/index.css CHANGED
@@ -127,6 +127,9 @@
127
127
  ._2HB5r {
128
128
  padding-right: 30px !important; }
129
129
 
130
+ ._4ehXP {
131
+ width: 400px !important; }
132
+
130
133
  ._xvNBN {
131
134
  border-radius: 8px;
132
135
  font-size: 14px;