@innovaccer/design-system 2.13.0-0 → 2.13.0
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/CHANGELOG.md +39 -0
- package/dist/index.esm.js +3 -3
- package/dist/index.js +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,43 @@
|
|
|
1
1
|
|
|
2
|
+
## 2.13.0 (2022-06-21)
|
|
3
|
+
|
|
4
|
+
### Highlights
|
|
5
|
+
NA
|
|
6
|
+
|
|
7
|
+
### Breaking changes
|
|
8
|
+
NA
|
|
9
|
+
|
|
10
|
+
### Migration guide
|
|
11
|
+
NA
|
|
12
|
+
|
|
13
|
+
### Deprecations
|
|
14
|
+
NA
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
NA
|
|
18
|
+
|
|
19
|
+
### Fixes
|
|
20
|
+
* fix(timepicker): fix placeholder value getting disappear (1ac69560)
|
|
21
|
+
* fix(modal): fix modal closing animation (d0236cfe)
|
|
22
|
+
* fix(popover): fix popover animation flickering issue (3c01529b)
|
|
23
|
+
* fix(inputMask): fix cursor position on input mask (cbd7f31a)
|
|
24
|
+
* fix(grid): fix grid loading state (aa3672bb)
|
|
25
|
+
* fix(grid): fix loading state in grid (0a8719d5)
|
|
26
|
+
* fix(datepicker): reset to default on blur state (d5565fd2)
|
|
27
|
+
* fix(docs): remove checkbox from mobile nav (3d4aa0f1)
|
|
28
|
+
* fix(datePicker): fix event handlers for datepicker (f79e3c29)
|
|
29
|
+
* fix(docs): fix links on mobile overview page (17e621ba)
|
|
30
|
+
* fix(docs): add missing images (17483411)
|
|
31
|
+
|
|
32
|
+
### Improvements
|
|
33
|
+
NA
|
|
34
|
+
|
|
35
|
+
### Documentation
|
|
36
|
+
* docs(docs): add checkbox in mobile (929861d6)
|
|
37
|
+
* docs(docs): add help text in web components (c5e9fd8a)
|
|
38
|
+
|
|
39
|
+
-------------------
|
|
40
|
+
|
|
2
41
|
## 2.13.0-0 (2022-06-20)
|
|
3
42
|
|
|
4
43
|
### Highlights
|
package/dist/index.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1655797974582
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.13.0
|
|
5
|
+
* Version: v2.13.0
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -20303,6 +20303,6 @@ Divider.defaultProps = {
|
|
|
20303
20303
|
vertical: false
|
|
20304
20304
|
};
|
|
20305
20305
|
|
|
20306
|
-
var version = "2.13.0
|
|
20306
|
+
var version = "2.13.0";
|
|
20307
20307
|
|
|
20308
20308
|
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 as Utils, VerificationCodeInput, VerticalNav, version };
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1655797974984
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.13.0
|
|
5
|
+
* Version: v2.13.0
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -14738,7 +14738,7 @@
|
|
|
14738
14738
|
vertical: false
|
|
14739
14739
|
};
|
|
14740
14740
|
|
|
14741
|
-
var version = "2.13.0
|
|
14741
|
+
var version = "2.13.0";
|
|
14742
14742
|
|
|
14743
14743
|
exports.Avatar = Avatar;
|
|
14744
14744
|
exports.AvatarGroup = AvatarGroup;
|