@spaced-out/ui-design-system 0.3.25 → 0.3.26
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
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.3.26](https://github.com/spaced-out/ui-design-system/compare/v0.3.25...v0.3.26) (2025-03-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* toast closeIcon ([#323](https://github.com/spaced-out/ui-design-system/issues/323)) ([b6ffe7a](https://github.com/spaced-out/ui-design-system/commit/b6ffe7a5f831aa2ea1807fa6dd601111393ff477))
|
|
11
|
+
|
|
5
12
|
### [0.3.25](https://github.com/spaced-out/ui-design-system/compare/v0.3.24...v0.3.25) (2025-03-01)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -188,7 +188,9 @@ const Toast = _ref5 => {
|
|
|
188
188
|
}, getComp('ToastTitle'), getComp('ToastBody')), time && /*#__PURE__*/React.createElement(_Text.SubTitleExtraSmall, {
|
|
189
189
|
className: classNames?.time
|
|
190
190
|
}, time)), footerWithClose), !hideCloseIcon && /*#__PURE__*/React.createElement(_Icon.CloseIcon, {
|
|
191
|
-
|
|
191
|
+
classNames: {
|
|
192
|
+
button: _ToastModule.default.closeIcon
|
|
193
|
+
},
|
|
192
194
|
onClick: onClose,
|
|
193
195
|
ariaLabel: "Close Button"
|
|
194
196
|
})));
|