indicator-ui 0.0.152 → 0.0.153

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.
@@ -60,4 +60,6 @@ export type FlexFieldPropsType = FieldsBasePropsType<string> & {
60
60
  * Событие нажатия на кнопку button.
61
61
  */
62
62
  onButtonClick?: () => void;
63
+ /** Дополнительные имена стилей */
64
+ additionStyles?: string | string[];
63
65
  };
@@ -20,5 +20,6 @@ declare const FlexField: React.ForwardRefExoticComponent<import("../..").FieldsB
20
20
  dropdownState?: boolean | string;
21
21
  buttonState?: "gray" | "red" | string;
22
22
  onButtonClick?: () => void;
23
+ additionStyles?: string | string[];
23
24
  } & React.RefAttributes<HTMLDivElement>>;
24
25
  export default FlexField;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",