@6thbridge/hexa 0.0.50 → 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/.turbo/turbo-lint.log +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +8 -0
- package/package.json +3 -2
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
|
}
|
@@ -2620,6 +2624,10 @@ input:-webkit-autofill:active {
|
|
2620
2624
|
max-width: 512px;
|
2621
2625
|
}
|
2622
2626
|
|
2627
|
+
.sm\:\!flex-row{
|
2628
|
+
flex-direction: row !important;
|
2629
|
+
}
|
2630
|
+
|
2623
2631
|
.sm\:flex-row{
|
2624
2632
|
flex-direction: row;
|
2625
2633
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@6thbridge/hexa",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.52",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"exports": {
|
@@ -40,6 +40,8 @@
|
|
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",
|
@@ -56,7 +58,6 @@
|
|
56
58
|
"react-otp-input": "^3.1.1",
|
57
59
|
"react-paginate": "8.2.0",
|
58
60
|
"react-phone-number-input": "^3.3.9",
|
59
|
-
"react-use": "^17.6.0",
|
60
61
|
"tailwind-merge": "^2.6.0",
|
61
62
|
"tailwindcss-animate": "^1.0.7",
|
62
63
|
"vaul": "^1.1.2"
|