@innovaccer/design-system 2.16.1-1 → 2.16.2
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 +75 -0
- package/css/dist/index.css +4 -0
- package/css/dist/index.css.map +1 -1
- package/css/src/components/checkbox.css +4 -0
- package/dist/.lib/tsconfig.type.tsbuildinfo +1 -1
- package/dist/index.esm.js +5 -5
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,78 @@
|
|
|
1
|
+
## 2.16.1 (2023-07-12)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- feat(collapsible): update state for collapsible footer (f8de839b)
|
|
6
|
+
- feat(paragraph): add color support in paragraph component (a58fb784)
|
|
7
|
+
- feat(heading): add color support in heading component (192582ad)
|
|
8
|
+
- feat(subheading): add color support in subheading component (6a6d0ba9)
|
|
9
|
+
- feat(helptext): add stories for helptext component (73250c26)
|
|
10
|
+
- feat(statusHint): add overflow behaviour of label (2f2ce04b)
|
|
11
|
+
- feat(stepper): add state for stepper component (e7f22270)
|
|
12
|
+
- feat(input): add subcomponent action button for right icon (7e42ddd5)
|
|
13
|
+
- feat(metricinput): add onKeyDown prop (494fa050)
|
|
14
|
+
|
|
15
|
+
### Breaking changes
|
|
16
|
+
|
|
17
|
+
NA
|
|
18
|
+
|
|
19
|
+
### Migration guide
|
|
20
|
+
|
|
21
|
+
NA
|
|
22
|
+
|
|
23
|
+
### Deprecations
|
|
24
|
+
|
|
25
|
+
NA
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
- feat(collapsible): update state for collapsible footer (f8de839b)
|
|
30
|
+
- feat(paragraph): add color support in paragraph component (a58fb784)
|
|
31
|
+
- feat(heading): add color support in heading component (192582ad)
|
|
32
|
+
- feat(subheading): add color support in subheading component (6a6d0ba9)
|
|
33
|
+
- feat(helptext): add stories for helptext component (73250c26)
|
|
34
|
+
- feat(statusHint): add overflow behaviour of label (2f2ce04b)
|
|
35
|
+
- feat(stepper): add state for stepper component (e7f22270)
|
|
36
|
+
- feat(input): add subcomponent action button for right icon (7e42ddd5)
|
|
37
|
+
- feat(metricinput): add onKeyDown prop (494fa050)
|
|
38
|
+
|
|
39
|
+
### Fixes
|
|
40
|
+
|
|
41
|
+
- fix(link): update tiny link alignment and stories (8c9c1aab)
|
|
42
|
+
- fix(dropzone): update link with linkButton inside sampleFileLink (3a85f6c0)
|
|
43
|
+
- fix(slider): update cursor for disabled state and fix stories (c092423a)
|
|
44
|
+
- fix(rangeSlider): update cursor for disabled state and fix stories (8f1b02a3)
|
|
45
|
+
- fix(radio): update spacing in radio group and fix stories (0f3af373)
|
|
46
|
+
- fix(link): update disabled focus state (74c48596)
|
|
47
|
+
- fix(sidesheet): update footer,body animation,seperator color and stories (54573a2a)
|
|
48
|
+
- fix(dropdown): update selection label and padding (d5ba8673)
|
|
49
|
+
- fix(tab): fix height, spacing & stories in tab component (ce9b3f59)
|
|
50
|
+
- fix(collapsible): add shadow to open panel on hover event (e7d8c5ed)
|
|
51
|
+
- fix(metalist): remove icon, label & separator appearance (412ceb5e)
|
|
52
|
+
- fix(inlineMessage): align the icon alignment to top for long messages (c099eda7)
|
|
53
|
+
- fix(input): update paddings,labels,lefticon color and readonly tabindex (66d656e1)
|
|
54
|
+
- fix(breadcrumbs): update breadcrumb height and stories (bd3456c6)
|
|
55
|
+
- fix(dropzone): update icon size, animation and border spacing in background image (b047ea9b)
|
|
56
|
+
- fix(chip): fix chip custom icon spacing and disabled state (292cbff9)
|
|
57
|
+
- fix(message): update action link to linkButton (d96e9a85)
|
|
58
|
+
- fix(textarea): update cursor over scroll and shadow on active state (6db7fbac)
|
|
59
|
+
- fix(dropdown): update option grouping logic (8d296c16)
|
|
60
|
+
- fix(metricinput): update decimal operation logic (c9218f72)
|
|
61
|
+
|
|
62
|
+
### Improvements
|
|
63
|
+
|
|
64
|
+
- fix(stepper): update stories in stepper component (c2f3ea22)
|
|
65
|
+
- fix(popover): update popover stories (492c60c7)
|
|
66
|
+
- fix(chipGroup): update chip group stories and prop table (6de5cad5)
|
|
67
|
+
- fix(datepicker): update stories for datepicker component (529733b3)
|
|
68
|
+
- fix(docs): fix width of live preview component (4df27509)
|
|
69
|
+
|
|
70
|
+
### Documentation
|
|
71
|
+
|
|
72
|
+
- docs(docs): add typography color guidelines (8779a191)
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
1
76
|
## 2.16.0 (2023-06-15)
|
|
2
77
|
|
|
3
78
|
### Highlights
|
package/css/dist/index.css
CHANGED