@innovaccer/design-system 2.6.0-1 → 2.6.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 CHANGED
@@ -1,7 +1,9 @@
1
1
 
2
- ## 2.6.0-1 (2021-11-25)
2
+ ## 2.6.0 (2021-12-09)
3
3
  ### Highlights
4
- NA
4
+ * Calender exposes onHover events on date month and year values (bcaa4aed)
5
+ * New component Divider is added (7dc6034d)
6
+ * Library is now compatible with Node version 14.x LTS (33c736fd)
5
7
 
6
8
  ### Breaking changes
7
9
  NA
@@ -15,51 +17,27 @@ NA
15
17
  ### Features
16
18
  * Datepicker has example for date presets for date selections (d1a0f30c)
17
19
  * Switch and Button components are new accessible (AA) (1b64c361)
20
+ * Calender exposes onHover events on date month and year values (bcaa4aed)
21
+ * New component Divider is added (7dc6034d)
18
22
 
19
23
  ### Fixes
20
24
  * Navigation center alignment bug is fixed in Pageheader component (c6c08ba4)
21
25
  * Chip component's pointer style is fixed for hovering (01f2f9fc)
22
26
  * Design of Calendar component is improved (e4ea85df)
23
-
24
- ### Improvements
25
- NA
26
-
27
- ### Documentation
28
- NA
29
-
30
-
31
- -------------------
32
-
33
- ## 2.6.0-0 (2021-11-16)
34
- ### Highlights
35
- * Calender exposes onHover events on date month and year values (bcaa4aed)
36
- * New component Divider is added (7dc6034d)
37
-
38
- ### Breaking changes
39
- NA
40
-
41
- ### Migration guide
42
- NA
43
-
44
- ### Deprecations
45
- NA
46
-
47
- ### Features
48
- * Calender exposes onHover events on date month and year values (bcaa4aed)
49
- * New component Divider is added (7dc6034d)
50
-
51
-
52
- ### Fixes
53
27
  * Options with checkbox in dropdown can have truncated text now. (c4e8f3a3)
54
28
  * Text height of InlineMessage is corrected. (00bbd7e6)
55
29
  * Table search results going blank is now fixed. (d2a96002)
56
30
  * Table cell can render and position the dropdown inside properly. (3dea79b4)
57
31
 
32
+
58
33
  ### Improvements
59
34
  * Library is now compatible with Node version 14.x LTS (33c736fd)
60
35
  * Accessibility linting plugin is added. (6fbb5883)
61
36
 
37
+
62
38
  ### Documentation
39
+ NA
40
+
63
41
 
64
42
  -------------------
65
43
 
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1637822159457
3
+ * Generated on: 1639036105831
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.6.0-1
5
+ * Version: v2.6.0
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -20305,6 +20305,6 @@ Divider.defaultProps = {
20305
20305
  vertical: false
20306
20306
  };
20307
20307
 
20308
- var version = "2.6.0-1";
20308
+ var version = "2.6.0";
20309
20309
 
20310
20310
  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, 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: 1637822159793
3
+ * Generated on: 1639036106070
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.6.0-1
5
+ * Version: v2.6.0
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -14734,7 +14734,7 @@
14734
14734
  vertical: false
14735
14735
  };
14736
14736
 
14737
- var version = "2.6.0-1";
14737
+ var version = "2.6.0";
14738
14738
 
14739
14739
  exports.Avatar = Avatar;
14740
14740
  exports.AvatarGroup = AvatarGroup;