@rpg-engine/long-bow 0.8.54 → 0.8.55
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/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ConfirmModal.tsx +1 -1
|
@@ -34075,7 +34075,7 @@ var ConfirmModal = function ConfirmModal(_ref) {
|
|
|
34075
34075
|
var Overlay$2 = /*#__PURE__*/styled__default.div.withConfig({
|
|
34076
34076
|
displayName: "ConfirmModal__Overlay",
|
|
34077
34077
|
componentId: "sc-11qkyu1-0"
|
|
34078
|
-
})(["position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,
|
|
34078
|
+
})(["position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,1);z-index:1000;animation:fadeIn 0.2s ease-out;@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}"]);
|
|
34079
34079
|
var ModalContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
34080
34080
|
displayName: "ConfirmModal__ModalContainer",
|
|
34081
34081
|
componentId: "sc-11qkyu1-1"
|