@broxus/react-uikit 0.6.7 → 0.6.8

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.
@@ -923,6 +923,8 @@
923
923
  @mixin hook-drawer-content() {}
924
924
  @mixin hook-drawer-mask() {}
925
925
  @mixin hook-drawer-mask-open() {}
926
+ @mixin hook-drawer-close() {}
927
+ @mixin hook-drawer-close-hover() {}
926
928
 
927
929
  @mixin hook-drop-misc() {}
928
930
 
@@ -923,6 +923,8 @@
923
923
  @mixin hook-drawer-content() {}
924
924
  @mixin hook-drawer-mask() {}
925
925
  @mixin hook-drawer-mask-open() {}
926
+ @mixin hook-drawer-close() {}
927
+ @mixin hook-drawer-close-hover() {}
926
928
 
927
929
  @mixin hook-drop-misc() {}
928
930
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@broxus/react-uikit",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "React-based UIkit library",
5
5
  "license": "AGPL-3.0",
6
6
  "keywords": [
@@ -82,5 +82,5 @@
82
82
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
83
83
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
84
84
  },
85
- "gitHead": "18e1ce8e2c1ef1ae13eaa169d60035bb48e4f787"
85
+ "gitHead": "3051f29e1f951f86ef5fd7b71343a9f6ef164908"
86
86
  }