@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.cjs.js
CHANGED
|
@@ -49680,7 +49680,7 @@ var ToastNotification = function ToastNotification(_ref) {
|
|
|
49680
49680
|
childGap = _ref$childGap === void 0 ? "1rem" : _ref$childGap,
|
|
49681
49681
|
backgroundColor = _ref.backgroundColor,
|
|
49682
49682
|
_ref$role = _ref.role,
|
|
49683
|
-
role = _ref$role === void 0 ? "
|
|
49683
|
+
role = _ref$role === void 0 ? "status" : _ref$role,
|
|
49684
49684
|
_ref$ariaLive = _ref.ariaLive,
|
|
49685
49685
|
ariaLive = _ref$ariaLive === void 0 ? "polite" : _ref$ariaLive,
|
|
49686
49686
|
screenReaderMessage = _ref.screenReaderMessage,
|