@narmi/design_system 1.7.3 → 1.7.4-beta.4

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 ADDED
@@ -0,0 +1,157 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ### [1.7.3](https://github.com/narmi/design_system/compare/v1.7.2...v1.7.3) (2021-11-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove tooltip from dist ([a6dd180](https://github.com/narmi/design_system/commit/a6dd18092ee7dd2e9814687dbbb9f2ec34195b97))
12
+
13
+ ### [1.7.2](https://github.com/narmi/design_system/compare/v1.7.1...v1.7.2) (2021-11-01)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * make Tooltip importable ([3cecda8](https://github.com/narmi/design_system/commit/3cecda89ed90e8ee4ef0ba6355d06636cd39eed2))
19
+
20
+ ### [1.7.1](https://github.com/narmi/design_system/compare/v1.7.0...v1.7.1) (2021-11-01)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **Modal:** condition showing action row element on if actions are passed in ([#306](https://github.com/narmi/design_system/issues/306)) ([3dacefd](https://github.com/narmi/design_system/commit/3dacefd1242487dcf2afccde806934fa3deb5ca8))
26
+
27
+ ## [1.7.0](https://github.com/narmi/design_system/compare/v1.6.0...v1.7.0) (2021-10-28)
28
+
29
+
30
+ ### Features
31
+
32
+ * **Modal:** add styles and support for wide detail modals ([#280](https://github.com/narmi/design_system/issues/280)) ([5f6bbf5](https://github.com/narmi/design_system/commit/5f6bbf546dc518f24cc93bae746a81d5b91391c0))
33
+
34
+ ## [1.6.0](https://github.com/narmi/design_system/compare/v1.5.0...v1.6.0) (2021-10-28)
35
+
36
+
37
+ ### Features
38
+
39
+ * **RadioButtons:** add RadioButtons ([#294](https://github.com/narmi/design_system/issues/294)) ([9e77354](https://github.com/narmi/design_system/commit/9e77354bfbf118e79e319f7f742c6fafdb28a658))
40
+
41
+ ## [1.5.0](https://github.com/narmi/design_system/compare/v1.4.5...v1.5.0) (2021-10-28)
42
+
43
+
44
+ ### Features
45
+
46
+ * add Tooltip component ([8bc6e0c](https://github.com/narmi/design_system/commit/8bc6e0cfcd456eed6b0b3578f6a706f2c47308d3))
47
+
48
+ ### [1.4.5](https://github.com/narmi/design_system/compare/v1.4.4...v1.4.5) (2021-10-27)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * remove optimizeLegibility for headers ([#289](https://github.com/narmi/design_system/issues/289)) ([24883dd](https://github.com/narmi/design_system/commit/24883dde4ef847cb4c2a7f71d8609080a43f8c82))
54
+
55
+ ### [1.4.4](https://github.com/narmi/design_system/compare/v1.4.3...v1.4.4) (2021-10-27)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **Button:** set font size to 16px for PlainButton ([#287](https://github.com/narmi/design_system/issues/287)) ([d9887cd](https://github.com/narmi/design_system/commit/d9887cd41d8eadf01cd4e6d40021d25058ca22ea))
61
+
62
+ ### [1.4.3](https://github.com/narmi/design_system/compare/v1.4.2...v1.4.3) (2021-10-27)
63
+
64
+
65
+ ### Bug Fixes
66
+
67
+ * **DateInput:** increase space between input element and calendar ([#288](https://github.com/narmi/design_system/issues/288)) ([ac448c7](https://github.com/narmi/design_system/commit/ac448c7ade66cb0dc0e73b99cafae92e3fc6353c))
68
+
69
+ ### [1.4.2](https://github.com/narmi/design_system/compare/v1.4.1...v1.4.2) (2021-10-27)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * **Input:** set font weight for value to 400 ([#286](https://github.com/narmi/design_system/issues/286)) ([cf165c5](https://github.com/narmi/design_system/commit/cf165c5c3848b6061c3ab4e786f2a7c9402b1f65))
75
+
76
+ ### [1.4.1](https://github.com/narmi/design_system/compare/v1.4.0...v1.4.1) (2021-10-27)
77
+
78
+
79
+ ### Bug Fixes
80
+
81
+ * **Modal:** hide scrollbar space if not needed ([#285](https://github.com/narmi/design_system/issues/285)) ([1a0c522](https://github.com/narmi/design_system/commit/1a0c522eb48592e7621c1027dded7eea1109063c))
82
+
83
+ ## [1.4.0](https://github.com/narmi/design_system/compare/v1.3.2...v1.4.0) (2021-10-27)
84
+
85
+
86
+ ### Features
87
+
88
+ * **Modal:** allow setting maxWidth CSS property on modal container ([b67a6c1](https://github.com/narmi/design_system/commit/b67a6c1dc2d34fdc5f9515d80b6494137f4ffda4))
89
+
90
+ ### [1.3.2](https://github.com/narmi/design_system/compare/v1.3.1...v1.3.2) (2021-10-26)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * **Card:** set font size inside card content to be 16px ([#283](https://github.com/narmi/design_system/issues/283)) ([292b205](https://github.com/narmi/design_system/commit/292b20522e9851e0de2fea6e0af0501d11086f00))
96
+
97
+ ### [1.3.1](https://github.com/narmi/design_system/compare/v1.3.0...v1.3.1) (2021-10-25)
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * **Input:** set line height and lower font weight ([#276](https://github.com/narmi/design_system/issues/276)) ([c10646e](https://github.com/narmi/design_system/commit/c10646e47a3083532fd59e549d98372d9c2d86a5))
103
+
104
+ ## [1.3.0](https://github.com/narmi/design_system/compare/v1.2.1...v1.3.0) (2021-10-19)
105
+
106
+
107
+ ### Features
108
+
109
+ * **DateInput:** expose dateFormat prop ([319f298](https://github.com/narmi/design_system/commit/319f298dfdd5e392f24983508ff28747e6688ce7))
110
+
111
+ ### [1.2.1](https://github.com/narmi/design_system/compare/v1.2.0...v1.2.1) (2021-10-19)
112
+
113
+
114
+ ### Bug Fixes
115
+
116
+ * **Modal:** limit height of modal, and allow for vertical scroll ([#250](https://github.com/narmi/design_system/issues/250)) ([eb37832](https://github.com/narmi/design_system/commit/eb37832e636628bd4f05404c728784283b750baa))
117
+
118
+ ## [1.2.0](https://github.com/narmi/design_system/compare/v1.1.1...v1.2.0) (2021-10-19)
119
+
120
+
121
+ ### Features
122
+
123
+ * **DateInput:** allow defaultDate to be set; document all prop types ([e0b726b](https://github.com/narmi/design_system/commit/e0b726b0d54cceb556964c58cac17fd45de46d2e))
124
+
125
+ ### [1.1.1](https://github.com/narmi/design_system/compare/v1.1.0...v1.1.1) (2021-10-19)
126
+
127
+
128
+ ### Bug Fixes
129
+
130
+ * **Modal:** continue to support closing modal via handleClose prop ([#246](https://github.com/narmi/design_system/issues/246)) ([1017d5c](https://github.com/narmi/design_system/commit/1017d5cbd3a55d229856733e30654dc91be79a51))
131
+
132
+ ## [1.1.0](https://github.com/narmi/design_system/compare/v1.0.0...v1.1.0) (2021-10-18)
133
+
134
+
135
+ ### Features
136
+
137
+ * **DateInput:** add `disableDays` prop for disabling dates ([d7dd43a](https://github.com/narmi/design_system/commit/d7dd43acbf6eb01356fb4a2ea2e1ec850633f154))
138
+
139
+ ## [1.0.0](https://github.com/narmi/design_system/compare/v0.2.0...v1.0.0) (2021-10-12)
140
+
141
+
142
+ ### ⚠ BREAKING CHANGES
143
+
144
+ * remove dist dir from versioning
145
+
146
+ ### Code Refactoring
147
+
148
+ * remove dist dir from versioning ([9f6bca4](https://github.com/narmi/design_system/commit/9f6bca47b70cee488ec483528fec74563a2f5755))
149
+
150
+ ## [0.2.0](https://github.com/narmi/design_system/compare/v0.1.0...v0.2.0) (2021-10-12)
151
+
152
+
153
+ ### Features
154
+
155
+ * force first release ([e9d223d](https://github.com/narmi/design_system/commit/e9d223d019e4da380f2aa3739628b85933993973))
156
+ * update release github token ([b5f932f](https://github.com/narmi/design_system/commit/b5f932ff5a8258b4144b5b228078a059ca03915d))
157
+ * use workflow dispatch for releases for now ([7b99b70](https://github.com/narmi/design_system/commit/7b99b700cf2f275aa1725bc6ddcf0c34cad727db))