Skip to content

Commit

Permalink
Update build css and update componets
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulConwayArk committed Mar 8, 2019
1 parent b650615 commit 86a4571
Show file tree
Hide file tree
Showing 22 changed files with 298 additions and 131 deletions.
4 changes: 3 additions & 1 deletion lib/components/datePicker/datePicker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import "react-dates/initialize";
import { Moment } from "moment";
import "react-dates/lib/css/_datepicker.css";
export declare type InputProps = {
labelName?: string;
requiredFieldText?: string;
value: Moment | null;
setDate: any;
update: any;
format: string;
placeHolder?: string;
numberOfMonths?: number;
Expand Down
82 changes: 56 additions & 26 deletions lib/components/datePicker/datePicker.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions lib/components/dropdown/dropdown.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/// <reference types="react" />
declare const Dropdown: ({ labelName, selectName, update, value, options, sortOptions, isMulti, customScrollBars, isDisabled, isSearchable, isClearable, closeMenuOnSelect, noOptionsMessage, placeholder }: {
declare const Dropdown: ({ labelName, selectName, change, value, options, sortOptions, isMulti, customScrollBars, isDisabled, isSearchable, isClearable, closeMenuOnSelect, noOptionsMessage, requiredFieldText, placeholder }: {
labelName?: string | undefined;
selectName: string;
value: any[];
update: any;
change: any;
options: any[];
sortOptions?: boolean | undefined;
isMulti?: boolean | undefined;
Expand All @@ -12,6 +12,7 @@ declare const Dropdown: ({ labelName, selectName, update, value, options, sortOp
isSearchable?: boolean | undefined;
isClearable?: boolean | undefined;
closeMenuOnSelect?: boolean | undefined;
requiredFieldText?: string | undefined;
noOptionsMessage?: string | undefined;
placeholder?: string | undefined;
}) => JSX.Element;
Expand Down
89 changes: 56 additions & 33 deletions lib/components/dropdown/dropdown.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/components/numericInput/numericInput.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86a4571

Please sign in to comment.