Skip to content

Commit

Permalink
Released 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Jul 27, 2021
1 parent f53476b commit c287bf8
Show file tree
Hide file tree
Showing 8 changed files with 1,244 additions and 2,327 deletions.
3,545 changes: 1,231 additions & 2,314 deletions dist/.lib/tsconfig.type.tsbuildinfo

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/index.esm.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

/**
* Generated on: 1626266248600
* Generated on: 1627401099748
* Package: @innovaccer/design-system
* Version: v2.2.0-2
* Version: v2.2.0
* License: MIT
* Docs: https://innovaccer.github.io/design-system
*/
Expand Down Expand Up @@ -17204,10 +17204,10 @@ var VirtualScroll = /*#__PURE__*/function (_React$Component) {
length = _this$props2.length,
buffer = _this$props2.buffer;
_this$props2.offset;
_this$props2.renderItems;
_this$props2.renderItem;
_this$props2.minItemHeight;
var forwardRef = _this$props2.forwardRef,
rest = _objectWithoutProperties(_this$props2, ["totalLength", "length", "buffer", "offset", "renderItems", "minItemHeight", "forwardRef"]);
rest = _objectWithoutProperties(_this$props2, ["totalLength", "length", "buffer", "offset", "renderItem", "minItemHeight", "forwardRef"]);

var _this$state = this.state,
init = _this$state.init,
Expand Down Expand Up @@ -19288,6 +19288,6 @@ var VerificationCodeInput = function VerificationCodeInput(props) {

VerificationCodeInput.displayName = 'VerificationCodeInput';

var version = "2.2.0-2";
var version = "2.2.0";

export { Avatar, AvatarGroup, Backdrop, Badge, Breadcrumbs, Button, Calendar, Caption, Card, CardBody, CardFooter, CardHeader, CardSubdued, ChatMessage, Checkbox, Chip, ChipGroup, ChipInput, Collapsible, Column, DatePicker, DateRangePicker, Dialog, Dropdown, Dropzone, EditableChipInput, EditableDropdown, EditableInput, EmptyState, FileList, FileUploader, FileUploaderList, FullscreenModal, Grid, GridCell, Heading, HorizontalNav, Icon, Input, InputMask, Label, Legend, Link, List, Message, MetaList, MetricInput, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, 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 };
10 changes: 5 additions & 5 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js

Large diffs are not rendered by default.

Binary file modified dist/index.umd.js.br
Binary file not shown.
Binary file modified dist/index.umd.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innovaccer/design-system",
"version": "2.2.0-2",
"version": "2.2.0",
"description": "React components library project for Innovaccer Design System",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c287bf8

Please sign in to comment.