@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -34071,7 +34071,7 @@ var ConfirmModal = function ConfirmModal(_ref) {
|
|
|
34071
34071
|
var Overlay$2 = /*#__PURE__*/styled.div.withConfig({
|
|
34072
34072
|
displayName: "ConfirmModal__Overlay",
|
|
34073
34073
|
componentId: "sc-11qkyu1-0"
|
|
34074
|
-
})(["position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,
|
|
34074
|
+
})(["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;}}"]);
|
|
34075
34075
|
var ModalContainer = /*#__PURE__*/styled.div.withConfig({
|
|
34076
34076
|
displayName: "ConfirmModal__ModalContainer",
|
|
34077
34077
|
componentId: "sc-11qkyu1-1"
|