@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,QAOtB,CAAC"}
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"}
@@ -5,7 +5,6 @@ setFileScope("src/components/form/Button/Button.css.ts", "@blockle/blocks-react"
5
5
  const buttonReset = style({
6
6
  "@layer": {
7
7
  [layers.reset]: {
8
- all: "unset",
9
8
  cursor: "pointer"
10
9
  }
11
10
  }
@@ -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,QAajB,CAAC"}
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
- border: "none",
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockle/blocks-react",
3
- "version": "2.6.1",
3
+ "version": "2.6.3",
4
4
  "description": "React hooks and components for Blockle",
5
5
  "type": "module",
6
6
  "exports": {