@prosperitainova/mirage-ui 1.0.17 → 1.0.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { Props as ReactSelectProps } from "react-select";
3
- import "../../../src/theme/fonts/ProximaNova.css";
4
- export type SelectProps = ReactSelectProps & {
5
- error?: string;
6
- success?: boolean;
7
- helper?: string;
8
- label?: string;
9
- };
10
- declare const AppSelect: (props: SelectProps) => JSX.Element;
11
- export default AppSelect;
@@ -1,5 +0,0 @@
1
- import { SelectProps } from "./Sellect";
2
- import { Story, Meta } from "@storybook/react";
3
- declare const SelectStories: Meta<SelectProps>;
4
- export default SelectStories;
5
- export declare const Primary: Story<SelectProps>;
@@ -1 +0,0 @@
1
- export { default } from "./Sellect";
@@ -1,3 +0,0 @@
1
- import { StylesConfig } from "react-select";
2
- declare const ReactSelectStyles: StylesConfig;
3
- export default ReactSelectStyles;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { Props as ReactSelectProps } from "react-select";
3
- import "../../../src/theme/fonts/ProximaNova.css";
4
- export type SelectProps = ReactSelectProps & {
5
- error?: string;
6
- success?: boolean;
7
- helper?: string;
8
- label?: string;
9
- };
10
- declare const AppSelect: (props: SelectProps) => JSX.Element;
11
- export default AppSelect;
@@ -1,5 +0,0 @@
1
- import { SelectProps } from "./Sellect";
2
- import { Story, Meta } from "@storybook/react";
3
- declare const SelectStories: Meta<SelectProps>;
4
- export default SelectStories;
5
- export declare const Primary: Story<SelectProps>;
@@ -1 +0,0 @@
1
- export { default } from "./Sellect";
@@ -1,3 +0,0 @@
1
- import { StylesConfig } from "react-select";
2
- declare const ReactSelectStyles: StylesConfig;
3
- export default ReactSelectStyles;