@6thbridge/hexa 0.0.49 → 0.0.51

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
@@ -2620,6 +2620,10 @@ input:-webkit-autofill:active {
2620
2620
  max-width: 512px;
2621
2621
  }
2622
2622
 
2623
+ .sm\:\!flex-row{
2624
+ flex-direction: row !important;
2625
+ }
2626
+
2623
2627
  .sm\:flex-row{
2624
2628
  flex-direction: row;
2625
2629
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -43,6 +43,8 @@
43
43
  "@radix-ui/react-label": "^2.1.1",
44
44
  "@radix-ui/react-popover": "^1.1.5",
45
45
  "@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",
46
48
  "@radix-ui/react-slot": "^1.1.1",
47
49
  "@tanstack/react-table": "^8.21.2",
48
50
  "class-variance-authority": "^0.7.1",