@blockle/blocks-react 2.6.1 → 2.6.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.css.d.ts","sourceRoot":"","sources":["../../../../src/components/form/Button/Button.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"Button.css.d.ts","sourceRoot":"","sources":["../../../../src/components/form/Button/Button.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,QAMtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.css.d.ts","sourceRoot":"","sources":["../../../../src/components/overlay/Dialog/dialog.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"dialog.css.d.ts","sourceRoot":"","sources":["../../../../src/components/overlay/Dialog/dialog.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,QAcjB,CAAC"}
|
|
@@ -7,7 +7,8 @@ const dialog = style({
|
|
|
7
7
|
[layers.molecule]: {
|
|
8
8
|
position: "fixed",
|
|
9
9
|
inset: 0,
|
|
10
|
-
|
|
10
|
+
// Center the dialog
|
|
11
|
+
margin: "auto",
|
|
11
12
|
"::backdrop": {
|
|
12
13
|
// Remove pointer event to prevent clicks on the backdrop
|
|
13
14
|
// and make it easier to check if the click was outside the dialog
|