@bigbinary/neetoui 4.4.18 → 4.4.19
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/README.md +21 -3
- package/formik.cjs.js +5 -5
- package/formik.js +5 -5
- package/index.cjs.js +5 -5
- package/index.css +1 -1
- package/index.d.ts +4 -0
- package/index.js +5 -5
- package/layouts.cjs.js +14 -4
- package/layouts.js +14 -4
- package/managers.cjs.js +1 -1
- package/managers.js +1 -1
- package/package.json +40 -17
- package/CHANGELOG.md +0 -772
package/CHANGELOG.md
DELETED
|
@@ -1,772 +0,0 @@
|
|
|
1
|
-
<!---
|
|
2
|
-
|
|
3
|
-
------ FOLLOW THESE WHILE ADDING AN ENTRY ------
|
|
4
|
-
|
|
5
|
-
** Add BREAKING keyword in bold for changes which could potentially break the component, eg: **BREAKING**
|
|
6
|
-
** Represent a component name in italics, eg: _Modal_
|
|
7
|
-
** Enclose a prop name in double backticks, eg: `isLoading`
|
|
8
|
-
** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2]
|
|
9
|
-
|
|
10
|
-
--->
|
|
11
|
-
# Changelog
|
|
12
|
-
|
|
13
|
-
All notable changes to this project will be documented in this file.
|
|
14
|
-
|
|
15
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
16
|
-
|
|
17
|
-
Prefix the change with one of these keywords:
|
|
18
|
-
|
|
19
|
-
- *Added*: for new features.
|
|
20
|
-
- *Changed*: for changes in existing functionality.
|
|
21
|
-
- *Deprecated*: for soon-to-be removed features.
|
|
22
|
-
- *Removed*: for now removed features.
|
|
23
|
-
- *Fixed*: for any bug fixes.
|
|
24
|
-
- *Security*: in case of vulnerabilities.
|
|
25
|
-
|
|
26
|
-
## 4.4.18 - 2023-03-24
|
|
27
|
-
|
|
28
|
-
- Changed: -the default row size to 30 and hidden the page size changer in the *Table* component.
|
|
29
|
-
|
|
30
|
-
## 4.4.17 - 2023-03-22
|
|
31
|
-
|
|
32
|
-
- Fixed: weird behavior or create new option in *MultiEmailInput*.
|
|
33
|
-
|
|
34
|
-
## 4.4.16 - 2023-03-20
|
|
35
|
-
|
|
36
|
-
- Added: keyboard accessibility to color picker.
|
|
37
|
-
|
|
38
|
-

|
|
39
|
-
|
|
40
|
-
## 4.4.15 - 2023-03-17
|
|
41
|
-
|
|
42
|
-
Added terser plugin to rollup config to minimise bundle size.
|
|
43
|
-
|
|
44
|
-
## 4.4.13 - 2023-03-16
|
|
45
|
-
|
|
46
|
-
- Renamed the lib folder to src.
|
|
47
|
-
- Made the corresponding changes in config files.
|
|
48
|
-
- Updated imports with lib to use aliased imports.
|
|
49
|
-
- Updated the documentation.
|
|
50
|
-
- Ensured tests are running as expected.
|
|
51
|
-
|
|
52
|
-
## 4.4.12 - 2023-03-15
|
|
53
|
-
|
|
54
|
-
This PR adds the following changes to the *Switch* component.
|
|
55
|
-
|
|
56
|
-
- Added `forwardRef` to the *Switch* component so that it supports adding *Tooltip* to it, as per this [guide](https://github.com/atomiks/tippyjs-react#component-children).
|
|
57
|
-
|
|
58
|
-
## 4.4.11 - 2023-03-14
|
|
59
|
-
|
|
60
|
-
- Added: `liveChat` prop to *HelpSection* component.
|
|
61
|
-
- Added: data-cy to `helpLink` prop.
|
|
62
|
-
- Changed: label into an optional value in LinkType.
|
|
63
|
-
|
|
64
|
-
## 4.4.10 - 2023-03-14
|
|
65
|
-
|
|
66
|
-
- Updated: product title font weight in ProductSwitcher from `normal` to `medium`.
|
|
67
|
-
|
|
68
|
-
<img width="725" alt="Group 6" src="https://user-images.githubusercontent.com/48869249/224666135-be677e88-6e79-4d1d-8cd7-b89842e55c51.png">
|
|
69
|
-
- Updated: Accordion border color from `--neeto-ui-gray-400` to `--neeto-ui-gray-300`.
|
|
70
|
-
-
|
|
71
|
-
- Updated: Label color from `--neeto-ui-gray-700` to `--neeto-ui-black`.
|
|
72
|
-
-
|
|
73
|
-
- Updated: Label font weight from `normal` to `medium`.
|
|
74
|
-
-
|
|
75
|
-
- Updated: Help text color from `--neeto-ui-gray-600` to `--neeto-ui-gray-700`.
|
|
76
|
-
-
|
|
77
|
-
<img width="725" alt="Group 8" src="https://user-images.githubusercontent.com/48869249/224667904-67512253-f120-4cca-9ec3-a85e6c7e1499.png">
|
|
78
|
-
- Fixed: Modal spacing when there is no footer.
|
|
79
|
-
<img width="725" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/224668860-20a74fb4-2f86-4159-9d49-c6ffa0c178d2.png">
|
|
80
|
-
- Added: Storybook example for using Tooltip in Table header
|
|
81
|
-
<img width="855" alt="Screenshot 2023-03-13 at 3 33 29 PM" src="https://user-images.githubusercontent.com/48869249/224669900-6ffd52b4-b9dd-4e2f-9c33-be5053548d63.png">
|
|
82
|
-
- Fixed: Horizontal scroll issue in Table header
|
|
83
|
-
## 4.4.8 - 2023-03-10
|
|
84
|
-
- Fixed: Issue with overriding components in *Select* component
|
|
85
|
-
## 4.4.7 - 2023-03-10
|
|
86
|
-
- Added: entry points for TypeScript resolutions in package.json
|
|
87
|
-
## 4.4.6 - 2023-03-09
|
|
88
|
-
- Added: new fallback avatars in the *Avatar* component using `boringavatars`.
|
|
89
|
-
## 4.4.4 - 2023-03-07
|
|
90
|
-
|
|
91
|
-
- Added: the ability to add a custom separator text between the primary and secondary buttons using the `buttonSeparatorText` prop for the *NoData* component.
|
|
92
|
-
|
|
93
|
-
## 4.4.3 - 2023-03-07
|
|
94
|
-
|
|
95
|
-
- Changed: Exported both cjs and esm bundles.
|
|
96
|
-
|
|
97
|
-
## 4.4.2 - 2023-03-03
|
|
98
|
-
|
|
99
|
-
Fixed empty toastr message when errors or errorCodes are given null values.
|
|
100
|
-
|
|
101
|
-
## 4.4.1 - 2023-03-03
|
|
102
|
-
|
|
103
|
-
- Added feature to display string from custom message key from response , when the noticeCode is custom_message
|
|
104
|
-
|
|
105
|
-
## 4.4.0 - 2023-02-24
|
|
106
|
-
|
|
107
|
-
- Fixed: Alignment issues in Table headers when sort is enabled.
|
|
108
|
-
- Fixed: Made Table headers popout.
|
|
109
|
-
|
|
110
|
-
**Color contrast improvements**
|
|
111
|
-
|
|
112
|
-
- Updated: `--neeto-ui-black` from `#1b1f23` to `#121212`.
|
|
113
|
-
- Updated: `--neeto-ui-gray-800` from `#2f3941` to `#1f1f1f`.
|
|
114
|
-
- Updated: `--neeto-ui-gray-700` from `#49545c` to `#2f3941`.
|
|
115
|
-
|
|
116
|
-
<img width="532" alt="Group 2" src="https://user-images.githubusercontent.com/48869249/220600134-0e92558c-4bb5-498b-a09a-63a04725fc0b.png">
|
|
117
|
-
- Updated: `h1`, `h2`, `h3`, `h4`, `h5`, `h6` color to `--neeto-ui-black` (`#121212`).
|
|
118
|
-
<img width="898" alt="Group 3" src="https://user-images.githubusercontent.com/48869249/220602168-ab61369c-5576-4661-aaf4-e532230ad5eb.png">
|
|
119
|
-
- Updated: Color contrast of `secondary`, `text` and `link` variants of Button.
|
|
120
|
-
<img width="545" alt="Group 7" src="https://user-images.githubusercontent.com/48869249/220705083-484434cc-d345-40b9-b331-fb9d33590f40.png">
|
|
121
|
-
- Updated: Tags color contrast.
|
|
122
|
-
<img width="1002" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/220823524-3f8eec49-8bf7-4391-8cdc-cf79b289a2ef.png">
|
|
123
|
-
- Updated: Menubar color contrast.
|
|
124
|
-
|
|
125
|
-
---
|
|
126
|
-
|
|
127
|
-
- Updated: Search icon position from right to left in AppSwitcher search input.
|
|
128
|
-
|
|
129
|
-
<img width="747" alt="Group 4" src="https://user-images.githubusercontent.com/48869249/220603160-2bb5f207-e2cc-4eb1-9d46-1f913c9d915f.png">
|
|
130
|
-
- Added: Borders to Table.
|
|
131
|
-
<img width="1440" alt="Screenshot 2023-02-22 at 4 41 14 PM" src="https://user-images.githubusercontent.com/48869249/220603744-4cdecc30-fa2d-4471-83ec-d88f5df5da63.png">
|
|
132
|
-
**Dropdown changes**
|
|
133
|
-
- Updated: `--neeto-ui-shadow-lg` to `0 8px 24px rgba(140,149,159,0.2)`.
|
|
134
|
-
- Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
135
|
-
- Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
136
|
-
- Updated: Date/Time picker dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
137
|
-
<img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
|
|
138
|
-
- Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
|
|
139
|
-
- Updated: Select dropdown `max-height` to `480px`
|
|
140
|
-
<img width="407" alt="max" src="https://user-images.githubusercontent.com/48869249/220604606-976fa6ee-76b0-4928-95a0-70f714a0723a.png">
|
|
141
|
-
- Improved: The spacing in NoData component
|
|
142
|
-
- Updated: AppSwitcher selection styles.
|
|
143
|
-
<img width="1440" alt="Screenshot 2023-02-22 at 11 04 47 PM" src="https://user-images.githubusercontent.com/48869249/220709676-2ed9735e-1030-431d-a87e-53e78d9f5b2c.png">
|
|
144
|
-
## 4.3.3 - 2023-02-17
|
|
145
|
-
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
146
|
-
## 4.3.2 - 2023-02-16
|
|
147
|
-
- Updated: styles of preset ranges in *DatePicker*.
|
|
148
|
-
## 4.3.1 - 2023-02-14
|
|
149
|
-
- Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
|
|
150
|
-
- Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
|
|
151
|
-
- Removed: `subdomain` and `environment` props from *AppSwitcher* component.
|
|
152
|
-
## 4.3.0 - 2023-02-13
|
|
153
|
-
- Fixed: overlay issues with Subheader Tippy dropdown
|
|
154
|
-
- Fixed: logo sizing in Sidebar
|
|
155
|
-
Before
|
|
156
|
-
<img width="965" alt="Screenshot 2023-02-09 at 8 26 47 AM" src="https://user-images.githubusercontent.com/48869249/217706767-1350dd62-2a23-4093-b989-a1d2ba98cb97.png">
|
|
157
|
-
After
|
|
158
|
-
<img width="968" alt="Screenshot 2023-02-09 at 8 27 04 AM" src="https://user-images.githubusercontent.com/48869249/217706816-2bc90bed-5a69-43dc-9cbd-ea4312ae73a6.png">
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
Before
|
|
163
|
-
|
|
164
|
-
<img width="73" alt="Screenshot 2023-02-09 at 8 34 16 AM" src="https://user-images.githubusercontent.com/48869249/217708196-9d60c9db-87c5-4c12-a88e-7a643a46db0a.png">
|
|
165
|
-
After
|
|
166
|
-
<img width="74" alt="Screenshot 2023-02-09 at 8 36 36 AM" src="https://user-images.githubusercontent.com/48869249/217708237-933c98b8-af0e-4647-9a92-19bdb2b7ba2b.png">
|
|
167
|
-
## 4.2.9 - 2023-02-08
|
|
168
|
-
- Changed: `Neeto` logo in the sidebar.
|
|
169
|
-
## 4.2.8 - 2023-02-08
|
|
170
|
-
- Fixed: *Modal* and *Alert* was adding a `margin-right` to the *body* when there was no scrollbar which caused the UI elements to shift right.
|
|
171
|
-
## 4.2.7 - 2023-02-08
|
|
172
|
-
- Updated: Pageloader component.
|
|
173
|
-
## 4.2.6 - 2023-02-08
|
|
174
|
-
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
175
|
-
## 4.2.5 - 2023-02-07
|
|
176
|
-
- Updated : Table sorting UI styles
|
|
177
|
-
## 4.2.4 - 2023-01-31
|
|
178
|
-
- Updated : `neeto-icons`
|
|
179
|
-
## 4.2.3 - 2023-01-30
|
|
180
|
-
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
181
|
-
## 4.2.2 - 2023-01-29
|
|
182
|
-
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
183
|
-
## 4.2.1 - 2023-01-24
|
|
184
|
-
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
185
|
-
- Changed: product name from **Review** to **Deploy** in the app switcher.
|
|
186
|
-
## 4.2.0 - 2023-01-19
|
|
187
|
-
Fixed getToastrMessage in Toastr to accept object with the placeholder value for the translations.
|
|
188
|
-
|
|
189
|
-
## 4.1.44 - 2023-01-17
|
|
190
|
-
|
|
191
|
-
- Updated: Button keyboard focus styles
|
|
192
|
-
- Updated: Radio keyboard focus styles
|
|
193
|
-
- Updated: Checkbox keyboard focus styles
|
|
194
|
-
- Updated: `antd` Checkbox focus styles in Table
|
|
195
|
-
- Added: Switch focus styles
|
|
196
|
-
- Added: Tab focus styles
|
|
197
|
-
- Added: Accordion focus styles
|
|
198
|
-
- Added: Pagination focus styles
|
|
199
|
-
- Added: `antd` Pagination focus styles in Table
|
|
200
|
-
|
|
201
|
-
Screenshot
|
|
202
|
-
|
|
203
|
-
<img width="992" alt="Group 1 (1)" src="https://user-images.githubusercontent.com/48869249/212918441-d5c2c57c-16b1-4da7-a472-e64134b659ce.png">
|
|
204
|
-
## 4.1.43 - 2023-01-09
|
|
205
|
-
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
206
|
-
## 4.1.42 - 2023-01-05
|
|
207
|
-
- Updated: Sidebar neeto logo.
|
|
208
|
-
## 4.1.41 - 2023-01-05
|
|
209
|
-
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
210
|
-
## 4.1.40 - 2022-12-30
|
|
211
|
-
- Added: word break for *Modal* body and *Tooltip* content
|
|
212
|
-
## 4.1.38 - 2022-12-29
|
|
213
|
-
- Fixed: proptypes declaration being included in production bundle (3% bundle size reduction)
|
|
214
|
-
- Changed: github workflow compilation environment to `production`
|
|
215
|
-
## 4.1.37 - 2022-12-28
|
|
216
|
-
- Fixed: issue with multiple links in *Sidebar* getting active at the same time.
|
|
217
|
-
- Changed: logic in *Select* component to respect `getOptionValue` prop.
|
|
218
|
-
## 4.1.35 - 2022-12-27
|
|
219
|
-
- Added: the ability to choose email from options in *EmailInput*.
|
|
220
|
-
## 4.1.34 - 2022-12-26
|
|
221
|
-
- Fixed: Select dropdown width when strategy fixed.
|
|
222
|
-
## 4.1.33 - 2022-12-25
|
|
223
|
-
- Fixed: Issues with `value` prop of *Select* component.
|
|
224
|
-
## 4.1.32 - 2022-12-25
|
|
225
|
-
Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
226
|
-
## 4.1.31 - 2022-12-21
|
|
227
|
-
- Fixed: issue with continue in *BlockNavigation*.
|
|
228
|
-
## 4.1.30 - 2022-12-21
|
|
229
|
-
- Added: functionality to scroll to the selected value in *Select* component
|
|
230
|
-
## 4.1.29 - 2022-12-21
|
|
231
|
-
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
232
|
-
## 4.1.28 - 2022-12-20
|
|
233
|
-
- Fixed: **Form** `validateOnChange` and `validateOnBlur` is not being triggered after the form is submitted by pressing enter key and there are validation errors.
|
|
234
|
-
## 4.1.27 - 2022-12-19
|
|
235
|
-
- Updated: *Product switcher* component in neetoUI
|
|
236
|
-
- Updated: the icon Tooltip content from "App switcher" to "Product switcher"
|
|
237
|
-
## 4.1.26 - 2022-12-19
|
|
238
|
-
|
|
239
|
-
- Added: support for `neeto-ui-shadow-sm`, `neeto-ui-shadow-md` and `neeto-ui-shadow-lg`.
|
|
240
|
-
|
|
241
|
-
## 4.1.25 - 2022-12-14
|
|
242
|
-
|
|
243
|
-
Fixed: Issue with overlapping column headers for fixed columns in tables.
|
|
244
|
-
|
|
245
|
-
## 4.1.24 - 2022-12-12
|
|
246
|
-
|
|
247
|
-
Added: `labelProps` to form elements to customize `Label`.
|
|
248
|
-
Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
249
|
-
|
|
250
|
-
## 4.1.22 - 2022-12-07
|
|
251
|
-
|
|
252
|
-
- Added: *Popover* component
|
|
253
|
-
|
|
254
|
-
<img width="1100" alt="Screenshot 2022-12-05 at 5 42 51 PM" src="https://user-images.githubusercontent.com/24496302/205637383-afe596b8-c117-43ce-ad00-fee566fa0859.png">
|
|
255
|
-
## 4.1.20 - 2022-12-06
|
|
256
|
-
- Changed: `color` prop in *Tag* component as optional in type definition.
|
|
257
|
-
## 4.1.19 - 2022-12-05
|
|
258
|
-
- Fixed: Prevented form submission on the `enter` key for neetoEditor.
|
|
259
|
-
## 4.1.18 - 2022-12-02
|
|
260
|
-
Added: `shouldDynamicallyRenderRowSize` to calculate rows per page dynamically based on viewport height.
|
|
261
|
-
## 4.1.17 - 2022-12-01
|
|
262
|
-
Fixed: Issue with class instance producing undefined in the host application.
|
|
263
|
-
Added: Types for `manager`.
|
|
264
|
-
## 4.1.16 - 2022-12-01
|
|
265
|
-
Fixed: Prevents form submission when the `enter` key is pressed.
|
|
266
|
-
## 4.1.15 - 2022-11-28
|
|
267
|
-
Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
268
|
-
## 4.1.13 - 2022-11-24
|
|
269
|
-
- Fixed: Wrong managers bundle entry point in rollup config
|
|
270
|
-
- Added: `OverlayManager` which is used by all overlay components in neetoUI internally. The host application can use the methods inside the class to determine whether an Overlay is open in the product or not.
|
|
271
|
-
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
272
|
-
## 4.1.12 - 2022-11-24
|
|
273
|
-
- Fixed: UI issues in Subheader
|
|
274
|
-
## 4.1.11 - 2022-11-21
|
|
275
|
-
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
276
|
-
## 4.1.10 - 2022-11-17
|
|
277
|
-
- Adds formikBag to onSubmit
|
|
278
|
-
## 4.1.9 - 2022-11-16
|
|
279
|
-
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|
|
280
|
-
## 4.1.8 - 2022-11-16
|
|
281
|
-
- Updated: Toaster styles.
|
|
282
|
-
- Added: POC for Toasters with minimum content and bottom left positioning
|
|
283
|
-
## 4.1.7 - 2022-11-14
|
|
284
|
-
- Changed: color-picker related dependencies to dev dependency
|
|
285
|
-
## 4.1.6 - 2022-11-13
|
|
286
|
-
- Fixed: issue with *Select* dropdown when scrolling the page.
|
|
287
|
-
## 4.1.5 - 2022-11-11
|
|
288
|
-
- Added `system-ui` to `font-family` in `_base.scss`
|
|
289
|
-
## 4.1.4 - 2022-11-10
|
|
290
|
-
- Added: `className` as props to *Form* component.
|
|
291
|
-
## 4.1.3 - 2022-11-10
|
|
292
|
-
- Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
|
|
293
|
-
## 4.1.2 - 2022-11-09
|
|
294
|
-
- Added `Form` component to `neetoui/formik`.
|
|
295
|
-
- Added relevant tests for `Form` component.
|
|
296
|
-
- Removed the usage of `Formik` and `Form` from `formik` in stories and used `Form`.
|
|
297
|
-
- Fixed flaky tests.
|
|
298
|
-
## 4.1.1 - 2022-11-03
|
|
299
|
-
- Added: Eyedropper to *ColorPicker*
|
|
300
|
-
## 4.1.0 - 2022-11-03
|
|
301
|
-
- Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
|
|
302
|
-
## 4.0.17 - 2022-10-28
|
|
303
|
-
- Fixed:`ValidateDOMNesting` warning in *DatePicker* component.
|
|
304
|
-
- Fixed: the issue with date items looking disabled in normal state
|
|
305
|
-
## 4.0.16 - 2022-10-28
|
|
306
|
-
Changes documentations to sentence case from title casing.
|
|
307
|
-
## 4.0.15 - 2022-10-28
|
|
308
|
-
|
|
309
|
-
- Added: Border for menubar block and item active states.
|
|
310
|
-
|
|
311
|
-
## 4.0.14 - 2022-10-28
|
|
312
|
-
|
|
313
|
-
- Added: ability to pass custom config to Toastr.
|
|
314
|
-
|
|
315
|
-
## 4.0.13 - 2022-10-20
|
|
316
|
-
|
|
317
|
-
- Fixed: Icons grabbing away click events & onClick not being triggered when icons are replaced during a state change.
|
|
318
|
-
- Fixed: False positive type errors for MenuBar & Dropdown subcomponents
|
|
319
|
-
|
|
320
|
-
## 4.0.12 - 2022-10-17
|
|
321
|
-
|
|
322
|
-
- Added: tooltip to *Avatar* component
|
|
323
|
-
|
|
324
|
-
## 4.0.11 - 2022-10-10
|
|
325
|
-
|
|
326
|
-
- Fixed false positive type errors
|
|
327
|
-
|
|
328
|
-
## 4.0.10 - 2022-10-05
|
|
329
|
-
|
|
330
|
-
- Fixed: issue with week picker in `DatePicker`.
|
|
331
|
-
|
|
332
|
-
## 4.0.9 - 2022-09-29
|
|
333
|
-
|
|
334
|
-
- Fixed: warnings in `Tag` and `DatePicker` props.
|
|
335
|
-
- Added: neetoReview app to `AppSwitcher`.
|
|
336
|
-
|
|
337
|
-
## 4.0.8 - 2022-09-28
|
|
338
|
-
|
|
339
|
-
- Added: *Kbd* component to render keyboard keys.
|
|
340
|
-
|
|
341
|
-
## 4.0.7 - 2022-09-22
|
|
342
|
-
|
|
343
|
-
- Fixed: Clicking on neetoQuiz from the app switcher takes the user to the consumer page.
|
|
344
|
-
|
|
345
|
-
## 4.0.6 - 2022-09-20
|
|
346
|
-
|
|
347
|
-
- Changed: default value of `defaultPageSize` prop of *Table* component from 100 to 15.
|
|
348
|
-
|
|
349
|
-
## 4.0.5 - 2022-09-20
|
|
350
|
-
|
|
351
|
-
- Added: type support for data-cy props in all components that are forward referenced to HTML native elements.
|
|
352
|
-
|
|
353
|
-
## 4.0.4 - 2022-09-16
|
|
354
|
-
|
|
355
|
-
- Changed: Allowed `hideOnSinglePage` override in *Table* `paginationProps`
|
|
356
|
-
|
|
357
|
-
## 4.0.3 - 2022-09-13
|
|
358
|
-
|
|
359
|
-
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
360
|
-
- Fixed: date/time input color in darkmode
|
|
361
|
-
- Fixed: overlapping issue with *Dropdown* in *Table*
|
|
362
|
-
|
|
363
|
-
## 4.0.2 - 2022-09-12
|
|
364
|
-
|
|
365
|
-
- Fixed: navigation issue in *BlockNavigation* component
|
|
366
|
-
|
|
367
|
-
## 4.0.1 - 2022-09-12
|
|
368
|
-
|
|
369
|
-
- Added: `secondary` style variant
|
|
370
|
-
- Added: `info` style variant
|
|
371
|
-
- Removed: `inactive` style variant
|
|
372
|
-
- Fixed issue with custom target in *Dropdown*
|
|
373
|
-
- Fixed alignment issues in Dropdown `sizing` Story
|
|
374
|
-
- Updated select styles of antd table pagination
|
|
375
|
-
- Fixed Menuhorizontal button size in Table
|
|
376
|
-
|
|
377
|
-
## 4.0.0 - 2022-09-02
|
|
378
|
-
|
|
379
|
-
- Updated: Color palette
|
|
380
|
-
- Added: CSS variables support
|
|
381
|
-
- Added: Custom theming support
|
|
382
|
-
- Added: Default dark theme support
|
|
383
|
-
- Added: Design preview in Storybook
|
|
384
|
-
- Added: Guidelines to structure content in applications
|
|
385
|
-
- Changed: bundle type to `CJS`
|
|
386
|
-
- Fixed: delay while opening overlays
|
|
387
|
-
- Removed: `framer-motion` from dependencies.
|
|
388
|
-
|
|
389
|
-
### Color palette 🎨
|
|
390
|
-
|
|
391
|
-
- Updated color naming convention
|
|
392
|
-
- Added CSS variables support for colors
|
|
393
|
-
- Implemented dynamic color palette to support default dark mode
|
|
394
|
-
- Served color codes as RBG numbers in CSS variables to achieve color transparency
|
|
395
|
-
- Enhanced contrast of status color (info, success, error, warning)
|
|
396
|
-
- Included existing pastel colors as the color swatches of primary, success, error, warning, and info
|
|
397
|
-
- Added new set of pastel colors
|
|
398
|
-
- Removed unused colors from the palette
|
|
399
|
-
- Updated utility classes to match the new variable naming
|
|
400
|
-
- Restructured documentation and created new documentation for color palette
|
|
401
|
-
- Deprecated `neeto-ui-accent1`, `neeto-ui-accent2`, `neeto-ui-accent3`, `neeto-ui-accent4` colors and utility classes
|
|
402
|
-
- Deprecated `neeto-ui-secondary-indigo`, `neeto-ui-secondary-green`, `neeto-ui-secondary-teal` colors and utility classes
|
|
403
|
-
- Deprecated `neeto-ui-pastel-teal`
|
|
404
|
-
- Renamed `neeto-ui-success` to `neeto-ui-success-500`
|
|
405
|
-
- Renamed `neeto-ui-info` to `neeto-ui-info-500`
|
|
406
|
-
- Renamed `neeto-ui-error` to `neeto-ui-error-500`
|
|
407
|
-
- Renamed `neeto-ui-warning` to `neeto-ui-warning-500`
|
|
408
|
-
- Renamed `neeto-ui-pastel-blue` to `neeto-ui-info-100`
|
|
409
|
-
- Renamed `neeto-ui-pastel-green` to `neeto-ui-success-100`
|
|
410
|
-
- Renamed `neeto-ui-pastel-yellow` to `neeto-ui-warning-100`
|
|
411
|
-
- Renamed `neeto-ui-pastel-red` to `neeto-ui-error-100`
|
|
412
|
-
|
|
413
|
-
### Cosmetic changes 👁
|
|
414
|
-
|
|
415
|
-
#### Button
|
|
416
|
-
|
|
417
|
-
- Updated primary button color to `neeto-ui-primary-500`
|
|
418
|
-
- Added `:focus` rings to buttons for accessibility
|
|
419
|
-
- Updated `:focus-visible` styles to match the new design
|
|
420
|
-
- Updated border radius to `5px`
|
|
421
|
-
- Updated CSS transition from `all .3s ease-in-out` to `all .3s linear`
|
|
422
|
-
- Deprecated variants story in Storybook doc
|
|
423
|
-
- Created independent stories for `Styles`, `Sizes`, `Icon only` etc
|
|
424
|
-
|
|
425
|
-
#### Checkbox
|
|
426
|
-
|
|
427
|
-
- Replaced checked state icon with neetoIcon
|
|
428
|
-
- Updated checked state color to `neeto-ui-primary-500`
|
|
429
|
-
- Changed default state border color from `grey 300` to `grey 400`
|
|
430
|
-
- Updated `:hover` border color to `grey 500`
|
|
431
|
-
- Updated `:focus-visible` border color to `neeto-ui-primary-500`
|
|
432
|
-
- Updated focus ring styles to match `neeto-ui-primary` color
|
|
433
|
-
- Improved spacing in component
|
|
434
|
-
|
|
435
|
-
#### Radio
|
|
436
|
-
|
|
437
|
-
- Replaced checked state icon with neetoIcon
|
|
438
|
-
- Updated checked state color to `neeto-ui-primary-500`
|
|
439
|
-
- Changed default state border color from `grey 300` to `grey 400`
|
|
440
|
-
- Updated `:hover` border color to `grey 500`
|
|
441
|
-
- Updated `:focus-visible` border color to `neeto-ui-primary-500`
|
|
442
|
-
- Updated focus ring styles to match `neeto-ui-primary` color
|
|
443
|
-
- Improved spacing in component
|
|
444
|
-
|
|
445
|
-
#### Input
|
|
446
|
-
|
|
447
|
-
- Updated border-radius to `5px`
|
|
448
|
-
- Updated focus ring styles to match `neeto-ui-primary` color
|
|
449
|
-
- Fixed unwanted spacing in maxLength label
|
|
450
|
-
- Fixed alignment issues in Input with maxLength and no label text
|
|
451
|
-
- Fixed spacing inconsistencies in error test and helper text - used same margin value for both
|
|
452
|
-
- Fixed alignment issues in naked inputs
|
|
453
|
-
- Deprecate `variants` story in Storybook and created individual stories for `Input sizing`
|
|
454
|
-
|
|
455
|
-
#### Textarea
|
|
456
|
-
|
|
457
|
-
- Updated border-radius to `5px`
|
|
458
|
-
- Updated focus ring styles to match `neeto-ui-primary` color
|
|
459
|
-
- Fixed unwanted spacing in the maxLength label
|
|
460
|
-
- Fixed alignment issues in Input with maxLength and no label text
|
|
461
|
-
- Fix spacing inconsistencies in error test and helper text - used the same margin value for both
|
|
462
|
-
- Fixed alignment issues in naked inputs
|
|
463
|
-
- Added size prop to Textarea
|
|
464
|
-
|
|
465
|
-
#### Select
|
|
466
|
-
|
|
467
|
-
- Updated border-radius to `5px`
|
|
468
|
-
- Updated focus ring styles to match `neeto-ui-primary` color
|
|
469
|
-
- Replaced the default dropdown icons with neetoIcons
|
|
470
|
-
- Added CSS transition to the select options
|
|
471
|
-
- Applied Badge styles to Multi select items
|
|
472
|
-
- Replaced multivalue remove icon with neetoIcon
|
|
473
|
-
- Updated multivalue error styles
|
|
474
|
-
- Increased Story heights for better view
|
|
475
|
-
|
|
476
|
-
#### Email input
|
|
477
|
-
|
|
478
|
-
- Updated border radius to `5px`
|
|
479
|
-
- Updated selected values styles to match Tag styles
|
|
480
|
-
- Fixed prefix and suffix spacing
|
|
481
|
-
- Updated prefix icon size to `16px`
|
|
482
|
-
- Updated focus ring styles to match `neeto-ui-primary` color
|
|
483
|
-
- Fixed spacing issues in counter
|
|
484
|
-
- Fixed alignment issues in label row
|
|
485
|
-
- Fixed spacing inconsistencies in error test and helper text - used same margin for both
|
|
486
|
-
- Updated error styles of multivalue select
|
|
487
|
-
|
|
488
|
-
#### Label
|
|
489
|
-
|
|
490
|
-
- Updated label bottom margin to 8px
|
|
491
|
-
- Removed letter-spacing in label text
|
|
492
|
-
|
|
493
|
-
#### Dropdown & Action Dropdown
|
|
494
|
-
|
|
495
|
-
- Updated border-radius to `5px`
|
|
496
|
-
- Reduced the height of Dropdown options to `32px`
|
|
497
|
-
- Created Storybook examples with semantic markup for easy keyboard win
|
|
498
|
-
- Separated Delete/Remove actions with a border
|
|
499
|
-
- Updated `box-shadow`
|
|
500
|
-
|
|
501
|
-
#### Date Time picker
|
|
502
|
-
|
|
503
|
-
- Replaced default icons with neetoIcons
|
|
504
|
-
- Updated selection color to `neeto-ui-primary`
|
|
505
|
-
- Added border to date and time dropdown
|
|
506
|
-
- Updated box shadow of dropdown
|
|
507
|
-
|
|
508
|
-
#### Accordion
|
|
509
|
-
|
|
510
|
-
- Updated font weight of Accordion title to `500`
|
|
511
|
-
- Updated `border-radius` to `8px`
|
|
512
|
-
|
|
513
|
-
#### Avatar
|
|
514
|
-
|
|
515
|
-
- Updated background colors to new pastel colors
|
|
516
|
-
- Updated square variant `border-radius` to `5px`
|
|
517
|
-
|
|
518
|
-
#### Table
|
|
519
|
-
|
|
520
|
-
- Updated column title color to `grey 600`
|
|
521
|
-
- Updated column title font weight to 700
|
|
522
|
-
- Reduced cell padding from `12px 16px` to `8px 16px` to accommodate more number of row in a given height
|
|
523
|
-
- Removed border from pagination items
|
|
524
|
-
- Updated pagination buttons to match neetoUI button style
|
|
525
|
-
- Updated active pagination item styles to `neeto-ui-primary`
|
|
526
|
-
- Replaced default icons with neetoIcons
|
|
527
|
-
|
|
528
|
-
#### PageLoader
|
|
529
|
-
|
|
530
|
-
- Updated neeto logo
|
|
531
|
-
|
|
532
|
-
#### Color picker
|
|
533
|
-
|
|
534
|
-
- Added border to input
|
|
535
|
-
|
|
536
|
-
#### Alert & Modal
|
|
537
|
-
|
|
538
|
-
- Reduced outer padding from `32px ` to `24px` to provide the compact view
|
|
539
|
-
- Updated `border-radius` to `12px`
|
|
540
|
-
|
|
541
|
-
#### Toast
|
|
542
|
-
|
|
543
|
-
- Applied `48px` minimum height
|
|
544
|
-
- Applied dark theme to all variants
|
|
545
|
-
- Reduced text font weight to `400`
|
|
546
|
-
|
|
547
|
-
#### Tooltip
|
|
548
|
-
|
|
549
|
-
- Changed box shadow of light theme variant to `--neeto-ui-shadow-s`
|
|
550
|
-
|
|
551
|
-
#### Sidebar
|
|
552
|
-
|
|
553
|
-
- Increased width from `64px` to `72px`
|
|
554
|
-
- Changed background color from `neeto-ui-gray-200` to `neeto-ui-white`
|
|
555
|
-
- Added border on the right side
|
|
556
|
-
- Updated `padding-top` and `padding-bottom` to `24px`
|
|
557
|
-
|
|
558
|
-
### Functionality changes 🛠️
|
|
559
|
-
|
|
560
|
-
#### Input
|
|
561
|
-
|
|
562
|
-
- Changed: `maxlength` prop logic to allow typing characters beyond the specified maxlength. The character count will be shown only when the input length reaches 90% of maxlength and changes the state to error when input exceeds the maxlength
|
|
563
|
-
|
|
564
|
-
#### TextArea
|
|
565
|
-
|
|
566
|
-
- Changed: `maxlength` prop logic to allow typing characters beyond the specified maxlength. Character count will be shown only when the input length reaches 90% of maxlength and changes the state to error when input exceeds the maxlength
|
|
567
|
-
|
|
568
|
-
#### Dropdown
|
|
569
|
-
|
|
570
|
-
- Changed: **BREAKING** Renamed `ulProps` prop to `dropdownProps`
|
|
571
|
-
- Added: `buttonSize` prop
|
|
572
|
-
|
|
573
|
-
#### ActionDropdown
|
|
574
|
-
|
|
575
|
-
- Changed: **BREAKING** Renamed `size` prop to `buttonSize`
|
|
576
|
-
- Changed: **BREAKING** Renamed `style` prop to `buttonStyle`
|
|
577
|
-
|
|
578
|
-
#### Tag
|
|
579
|
-
|
|
580
|
-
- Changed: **BREAKING** Renamed `style` prop to `type`
|
|
581
|
-
- Removed: **BREAKING** Renamed `color` and `indicatorColor` props
|
|
582
|
-
- Added: **BREAKING** `style` and `indicatorStyle` props with options `"success" | "warning" | "danger" | "primary" | "inactive"`
|
|
583
|
-
|
|
584
|
-
#### ColorPicker
|
|
585
|
-
|
|
586
|
-
- Added: `Size` prop
|
|
587
|
-
|
|
588
|
-
#### Typography
|
|
589
|
-
|
|
590
|
-
- Added: new variant **nano**
|
|
591
|
-
|
|
592
|
-
#### Modal
|
|
593
|
-
|
|
594
|
-
- Added: `description` prop in header
|
|
595
|
-
- Added: `initialFocusRef` and `finalFocusRef` to programmatically add focus to custom components.
|
|
596
|
-
- Added: `blockScrollOnMount` prop to enable/disable body scrolling when the modal opens.
|
|
597
|
-
- Added: focus trapping to focusable elements in Modal.
|
|
598
|
-
|
|
599
|
-
#### Sidebar
|
|
600
|
-
|
|
601
|
-
- Removed: **BREAKING** `footerLinks` props
|
|
602
|
-
- Removed: **BREAKING** `isCollapsed` prop and **expanded state** of sidebar
|
|
603
|
-
|
|
604
|
-
## 3.5.17 - 2022-08-25
|
|
605
|
-
|
|
606
|
-
- Fixed: false positive type errors for tooltip
|
|
607
|
-
|
|
608
|
-
## 3.5.16 - 2022-08-17
|
|
609
|
-
|
|
610
|
-
- Changed: avoided showing duplicate toastr when called multiple times with the same arguments.
|
|
611
|
-
|
|
612
|
-
## 3.5.15 - 2022-08-05
|
|
613
|
-
|
|
614
|
-
- Fixed: Fixed false positive ts errors which were thrown since some of the fields were not marked optional.
|
|
615
|
-
|
|
616
|
-
## 3.5.14 - 2022-08-01
|
|
617
|
-
|
|
618
|
-
- Added: neetoTestify and neetoSite to AppSwitcher
|
|
619
|
-
|
|
620
|
-
## 3.5.13 - 2022-07-28
|
|
621
|
-
|
|
622
|
-
- Added: type support for all exported components. IDE will now auto-predict the component props.
|
|
623
|
-
- Changed: Deprecated babel-eslint was replaced with @babel/eslint-parser
|
|
624
|
-
|
|
625
|
-
## 3.5.12 - 2022-07-25
|
|
626
|
-
|
|
627
|
-
- Security: Bump moment from 2.29.3 to 2.29.4
|
|
628
|
-
|
|
629
|
-
## 3.5.11 - 2022-07-06
|
|
630
|
-
|
|
631
|
-
- Added: a *Button* component in neetoui/formik that automatically disables itself if the form is not in a submittable state. Example: the form contains any invalid data, the form content has not been changed, or the form is already being submitted. To make this work, you need to import *Button* from "neetoui/formik" as your submit button.
|
|
632
|
-
- Changed: *ActionBlock* will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
|
|
633
|
-
|
|
634
|
-
## 3.5.10 - 2022-07-05
|
|
635
|
-
|
|
636
|
-
- Fixed: issue with closeOnEsc prop when the Pane is controlled.
|
|
637
|
-
|
|
638
|
-
## 3.5.9 - 2022-07-05
|
|
639
|
-
|
|
640
|
-
- Fixed: Checkbox in *Table* component cut off in lower screen resolutions.
|
|
641
|
-
|
|
642
|
-
## 3.5.8 - 2022-07-01
|
|
643
|
-
|
|
644
|
-
- Fixed: Error when handling `axios` error objects with `undefined` response in `Toastr.error`
|
|
645
|
-
|
|
646
|
-
## 3.5.7 - 2022-06-24
|
|
647
|
-
|
|
648
|
-
- Added: `startsFrom` to `counter` prop of *EmailInput* component.
|
|
649
|
-
|
|
650
|
-
## 3.5.6 - 2022-06-13
|
|
651
|
-
|
|
652
|
-
- Fixed: Calendar icon overflowing under the clear icon in Date Range picker
|
|
653
|
-
|
|
654
|
-
## 3.5.5 - 2022-06-09
|
|
655
|
-
|
|
656
|
-
- Fixed: issue with `onClose` function reference when closing the *Modal* using `Esc`.
|
|
657
|
-
|
|
658
|
-
## 3.5.4 - 2022-06-08
|
|
659
|
-
|
|
660
|
-
Fixed: `TypeError` issue in *Toastr* component.
|
|
661
|
-
|
|
662
|
-
## 3.5.3 - 2022-06-07
|
|
663
|
-
|
|
664
|
-
- Fixed: issue with `closeOnEsc` prop when the *Dropdown* is controlled.
|
|
665
|
-
|
|
666
|
-
## 3.5.2 - 2022-06-07
|
|
667
|
-
|
|
668
|
-
- Fixed : placeholder content extending into multiple lines in *Select* component.
|
|
669
|
-
|
|
670
|
-
## 3.5.1 - 2022-06-07
|
|
671
|
-
|
|
672
|
-
- Fixed: `useInsertionEffect` export issue due to `terser` compression.
|
|
673
|
-
|
|
674
|
-
## 3.5.0 - 2022-05-25
|
|
675
|
-
|
|
676
|
-
- Changed: Replaced webpack with rollup for bundling the package.
|
|
677
|
-
|
|
678
|
-
## 3.4.6 - 2022-05-19
|
|
679
|
-
|
|
680
|
-
- Updated: `react-toastify` to `9.0.1`
|
|
681
|
-
|
|
682
|
-
## 3.4.4
|
|
683
|
-
|
|
684
|
-
- Fixed: import for molecule components.
|
|
685
|
-
|
|
686
|
-
## 3.4.3
|
|
687
|
-
|
|
688
|
-
- Added: `prefix` and `suffix` to *EmailInput*.
|
|
689
|
-
|
|
690
|
-
## 3.4.2
|
|
691
|
-
|
|
692
|
-
- Fixed: issue with search not working with `isCreatable` *Select*.
|
|
693
|
-
|
|
694
|
-
## 3.4.1
|
|
695
|
-
|
|
696
|
-
- Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
|
|
697
|
-
|
|
698
|
-
## 3.4.0
|
|
699
|
-
|
|
700
|
-
- Removed: all instances of TailwindCSS.
|
|
701
|
-
- Added: `label` prop in *Tags* molecule.
|
|
702
|
-
- Changed: Added `neetoCal` into *AppSwitcher* app list .
|
|
703
|
-
- Removed: `count` limiting (to 99) logic from *MenuBar.Block*.
|
|
704
|
-
|
|
705
|
-
## 3.3.13
|
|
706
|
-
|
|
707
|
-
- Added: Tags in the molecule section.
|
|
708
|
-
|
|
709
|
-
## 3.3.12
|
|
710
|
-
|
|
711
|
-
- Fixed: loading state in *ActionBlock* component.
|
|
712
|
-
|
|
713
|
-
## 3.3.11
|
|
714
|
-
|
|
715
|
-
- Added: New input format for the *EmailInput* component.
|
|
716
|
-
|
|
717
|
-
## 3.3.10
|
|
718
|
-
|
|
719
|
-
- Fixed: Removed unnecessary scrollbar in *Table* component.
|
|
720
|
-
- Added: `maxHeight` prop to the *EmailInput* component.
|
|
721
|
-
|
|
722
|
-
## 3.3.9
|
|
723
|
-
|
|
724
|
-
- Fixed: *ActionDropdown* issues with common props for button and dropdown
|
|
725
|
-
|
|
726
|
-
## 3.3.7
|
|
727
|
-
|
|
728
|
-
- Changed: Updated React version to 17.0.2.
|
|
729
|
-
|
|
730
|
-
## 3.3.6
|
|
731
|
-
|
|
732
|
-
- Fixed: Reset Formik data on continue action in *BlockNavigation* component.
|
|
733
|
-
|
|
734
|
-
## 3.3.5
|
|
735
|
-
|
|
736
|
-
- Added: active state to `NavLink` in *Sidebar* component.
|
|
737
|
-
|
|
738
|
-
## 3.3.4
|
|
739
|
-
|
|
740
|
-
- Added: `hideOnTargetExit` prop to *Tooltip* component
|
|
741
|
-
|
|
742
|
-
## 3.3.3
|
|
743
|
-
|
|
744
|
-
- Added: data-cy for in *Alert* component elements
|
|
745
|
-
|
|
746
|
-
## 3.3.2
|
|
747
|
-
|
|
748
|
-
- Fixed: Added override for `onClick` prop in *Dropdown* component
|
|
749
|
-
|
|
750
|
-
## 3.3.1
|
|
751
|
-
|
|
752
|
-
- Fixed: Typography of Header in *Alert* component.
|
|
753
|
-
- Fixed: Max width issue in *Dropdown* component.
|
|
754
|
-
|
|
755
|
-
## 3.3.0
|
|
756
|
-
|
|
757
|
-
- Changed: **BREAKING** `isLoading` prop of *Table* to `loading`.
|
|
758
|
-
- Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
|
|
759
|
-
- Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
|
|
760
|
-
- Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
|
|
761
|
-
|
|
762
|
-
#### UI
|
|
763
|
-
|
|
764
|
-
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in *Color Palette*
|
|
765
|
-
- Changed: the text color in *Table* to `$neeto-ui-black`
|
|
766
|
-
- Changed: UI of *Tag* of component
|
|
767
|
-
- Changed: look and feel of *Danger Button*
|
|
768
|
-
- Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
|
|
769
|
-
- Changed: Made *Modal* Header text and Close icon aligned in a line
|
|
770
|
-
- Added: new variant for *Danger Button* -`danger-text`
|
|
771
|
-
- Added: new accent colors
|
|
772
|
-
- 
|