@basic-ui/material 0.1.9 → 0.1.10

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.
@@ -887,8 +887,8 @@
887
887
  "affectsGlobalScope": false
888
888
  },
889
889
  "../../core/build/esm/hooks/useGestureHandlers.d.ts": {
890
- "version": "e7e433d418a11926df3aa5627cfc582745af7727c42c7e725a79867f2431ce88",
891
- "signature": "e7e433d418a11926df3aa5627cfc582745af7727c42c7e725a79867f2431ce88",
890
+ "version": "56f9f6f3290d64fd5a5c0e0429e4461d72160d0d5fdcf0a246a92c9e0c64c6b2",
891
+ "signature": "56f9f6f3290d64fd5a5c0e0429e4461d72160d0d5fdcf0a246a92c9e0c64c6b2",
892
892
  "affectsGlobalScope": false
893
893
  },
894
894
  "../../core/build/esm/hooks/useScope.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basic-ui/material",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Accessible React Components used as building blocks for UI patterns",
5
5
  "author": "Lucas Terra <lucasterra7@gmail.com>",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "test": "echo \"Error: no test specified\" && exit 1"
26
26
  },
27
27
  "dependencies": {
28
- "@basic-ui/core": "^0.0.34",
28
+ "@basic-ui/core": "^0.0.35",
29
29
  "@styled-system/should-forward-prop": "5.1.5",
30
30
  "@types/styled-system": "^5.1.10",
31
31
  "@types/styled-system__css": "^5.0.14",
@@ -48,5 +48,5 @@
48
48
  "react-dom": ">=16.14.0 || >=17.0.0",
49
49
  "react-spring": "^9.0.0"
50
50
  },
51
- "gitHead": "010fcc15ed96213f5532c44442039805530ec0c4"
51
+ "gitHead": "cbc74c92645db81f0f66c4bb52c69bf3f769bdcd"
52
52
  }