@innovaccer/design-system 2.9.0 → 2.9.1
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.
|
@@ -241,9 +241,10 @@ export class DateRangePicker extends React.Component<DateRangePickerProps, DateR
|
|
|
241
241
|
else onRangeChange(undefined, undefined, sValue, eValue);
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
+
|
|
244
245
|
if (this.state.startDate && this.state.endDate) {
|
|
245
246
|
this.setState({
|
|
246
|
-
open:
|
|
247
|
+
open: false,
|
|
247
248
|
});
|
|
248
249
|
}
|
|
249
250
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1648561850582
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.9.
|
|
5
|
+
* Version: v2.9.1
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -15581,7 +15581,7 @@ var DateRangePicker = /*#__PURE__*/function (_React$Component) {
|
|
|
15581
15581
|
|
|
15582
15582
|
if (this.state.startDate && this.state.endDate) {
|
|
15583
15583
|
this.setState({
|
|
15584
|
-
open:
|
|
15584
|
+
open: false
|
|
15585
15585
|
});
|
|
15586
15586
|
}
|
|
15587
15587
|
}
|
|
@@ -20482,6 +20482,6 @@ Divider.defaultProps = {
|
|
|
20482
20482
|
vertical: false
|
|
20483
20483
|
};
|
|
20484
20484
|
|
|
20485
|
-
var version = "2.9.
|
|
20485
|
+
var version = "2.9.1";
|
|
20486
20486
|
|
|
20487
20487
|
export { Avatar, AvatarGroup, Backdrop, Badge, Breadcrumbs, Button, Calendar, Caption, Card, CardBody, CardFooter, CardHeader, CardSubdued, ChatMessage, Checkbox, Chip, ChipGroup, ChipInput, ChoiceList, Collapsible, Column, DatePicker, DateRangePicker, Dialog, Divider, Dropdown, Dropzone, EditableChipInput, EditableDropdown, EditableInput, EmptyState, FileList, FileUploader, FileUploaderList, FullscreenModal, Grid, GridCell, Heading, HorizontalNav, Icon, InlineMessage, Input, X as InputMask, Label, Legend, Link, List, Message, MetaList, MetricInput, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, MultiSlider, Navigation, OutsideClick, PageHeader, Pagination, Paragraph, Pills, Placeholder, PlaceholderParagraph, Popover, ProgressBar, ProgressRing, Radio, RangeSlider, Row, Sidesheet, Slider, Spinner, StatusHint, Stepper, Subheading, Switch, Tab, Table, Tabs, TabsWrapper, Text, Textarea, TimePicker, Toast, Tooltip, index$1 as Utils, VerificationCodeInput, VerticalNav, version };
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1648561850811
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.9.
|
|
5
|
+
* Version: v2.9.1
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -10252,7 +10252,7 @@
|
|
|
10252
10252
|
|
|
10253
10253
|
if (this.state.startDate && this.state.endDate) {
|
|
10254
10254
|
this.setState({
|
|
10255
|
-
open:
|
|
10255
|
+
open: false
|
|
10256
10256
|
});
|
|
10257
10257
|
}
|
|
10258
10258
|
}
|
|
@@ -14924,7 +14924,7 @@
|
|
|
14924
14924
|
vertical: false
|
|
14925
14925
|
};
|
|
14926
14926
|
|
|
14927
|
-
var version = "2.9.
|
|
14927
|
+
var version = "2.9.1";
|
|
14928
14928
|
|
|
14929
14929
|
exports.Avatar = Avatar;
|
|
14930
14930
|
exports.AvatarGroup = AvatarGroup;
|