@6thbridge/hexa 0.0.51 → 0.0.52

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/output.css CHANGED
@@ -1046,6 +1046,10 @@ video {
1046
1046
  resize: none;
1047
1047
  }
1048
1048
 
1049
+ .resize{
1050
+ resize: both;
1051
+ }
1052
+
1049
1053
  .flex-row{
1050
1054
  flex-direction: row;
1051
1055
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@radix-ui/react-dialog": "^1.1.5",
43
+ "@radix-ui/react-dismissable-layer": "1.1.0",
44
+ "@radix-ui/react-focus-scope": "1.1.0",
43
45
  "@radix-ui/react-label": "^2.1.1",
44
46
  "@radix-ui/react-popover": "^1.1.5",
45
47
  "@radix-ui/react-scroll-area": "^1.2.2",
46
- "@radix-ui/react-dismissable-layer": "1.1.0",
47
- "@radix-ui/react-focus-scope": "1.1.0",
48
48
  "@radix-ui/react-slot": "^1.1.1",
49
49
  "@tanstack/react-table": "^8.21.2",
50
50
  "class-variance-authority": "^0.7.1",
@@ -58,7 +58,6 @@
58
58
  "react-otp-input": "^3.1.1",
59
59
  "react-paginate": "8.2.0",
60
60
  "react-phone-number-input": "^3.3.9",
61
- "react-use": "^17.6.0",
62
61
  "tailwind-merge": "^2.6.0",
63
62
  "tailwindcss-animate": "^1.0.7",
64
63
  "vaul": "^1.1.2"