@atom-learning/components 6.16.0 → 6.16.1-beta.0
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/components/dialog/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/toast/ToastProvider.js +2 -1
- package/dist/components/toast/ToastProvider.js.map +1 -1
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/package.json +2 -1
- package/src/index.css +2 -0
package/dist/index.cjs.js
CHANGED
|
@@ -5862,7 +5862,7 @@ var DialogContent = ({ size = "sm", children, closeDialogText = "Close dialog",
|
|
|
5862
5862
|
hasTooltip: false,
|
|
5863
5863
|
size: "md",
|
|
5864
5864
|
theme: "neutral",
|
|
5865
|
-
className: "
|
|
5865
|
+
className: "top-safe-offset-4 right-safe-offset-4 absolute size-12"
|
|
5866
5866
|
}, /* @__PURE__ */ react.createElement(Icon, { is: _atom_learning_icons.Close })), react.Children.map(children, (child) => child?.type !== DialogBackground && child))));
|
|
5867
5867
|
//#endregion
|
|
5868
5868
|
//#region src/components/dialog/DialogFooter.tsx
|
|
@@ -9289,7 +9289,8 @@ var ToastProviderBase = styled("div", { base: [
|
|
|
9289
9289
|
"z-2147483647",
|
|
9290
9290
|
"inset-2",
|
|
9291
9291
|
"pointer-events-none",
|
|
9292
|
-
"
|
|
9292
|
+
"top-safe-or-2",
|
|
9293
|
+
"sm:top-safe-or-3"
|
|
9293
9294
|
] });
|
|
9294
9295
|
var ToastWrapper = styled("div", {
|
|
9295
9296
|
base: [
|