@thecb/components 10.7.2-beta.0 → 10.7.2-beta.1
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/dist/index.esm.js
CHANGED
|
@@ -49672,7 +49672,7 @@ var ToastNotification = function ToastNotification(_ref) {
|
|
|
49672
49672
|
childGap = _ref$childGap === void 0 ? "1rem" : _ref$childGap,
|
|
49673
49673
|
backgroundColor = _ref.backgroundColor,
|
|
49674
49674
|
_ref$role = _ref.role,
|
|
49675
|
-
role = _ref$role === void 0 ? "
|
|
49675
|
+
role = _ref$role === void 0 ? "status" : _ref$role,
|
|
49676
49676
|
_ref$ariaLive = _ref.ariaLive,
|
|
49677
49677
|
ariaLive = _ref$ariaLive === void 0 ? "polite" : _ref$ariaLive,
|
|
49678
49678
|
screenReaderMessage = _ref.screenReaderMessage,
|