@6thbridge/hexa 0.0.10 → 0.0.12

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
@@ -649,9 +649,9 @@ video {
649
649
  margin-right: -0.25rem;
650
650
  }
651
651
 
652
- .mx-3{
653
- margin-left: 0.75rem;
654
- margin-right: 0.75rem;
652
+ .mx-2{
653
+ margin-left: 0.5rem;
654
+ margin-right: 0.5rem;
655
655
  }
656
656
 
657
657
  .mx-auto{
@@ -683,6 +683,10 @@ video {
683
683
  margin-right: 0.5rem;
684
684
  }
685
685
 
686
+ .mt-2{
687
+ margin-top: 0.5rem;
688
+ }
689
+
686
690
  .mt-5{
687
691
  margin-top: 1.25rem;
688
692
  }
@@ -784,16 +788,12 @@ video {
784
788
  height: 1px;
785
789
  }
786
790
 
787
- .max-h-\[270px\]{
788
- max-height: 270px;
789
- }
790
-
791
- .max-h-\[300px\]{
792
- max-height: 300px;
791
+ .max-h-\[225px\]{
792
+ max-height: 225px;
793
793
  }
794
794
 
795
- .max-h-\[700px\]{
796
- max-height: 700px;
795
+ .max-h-\[270px\]{
796
+ max-height: 270px;
797
797
  }
798
798
 
799
799
  .min-h-\[80px\]{
@@ -1207,6 +1207,11 @@ video {
1207
1207
  background-color: transparent !important;
1208
1208
  }
1209
1209
 
1210
+ .bg-\[\#959595\]{
1211
+ --tw-bg-opacity: 1;
1212
+ background-color: rgb(149 149 149 / var(--tw-bg-opacity, 1));
1213
+ }
1214
+
1210
1215
  .bg-\[\#F6F6F6\]{
1211
1216
  --tw-bg-opacity: 1;
1212
1217
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
@@ -1302,16 +1307,6 @@ video {
1302
1307
  padding: 1px;
1303
1308
  }
1304
1309
 
1305
- .\!px-3{
1306
- padding-left: 0.75rem !important;
1307
- padding-right: 0.75rem !important;
1308
- }
1309
-
1310
- .\!py-2{
1311
- padding-top: 0.5rem !important;
1312
- padding-bottom: 0.5rem !important;
1313
- }
1314
-
1315
1310
  .px-0{
1316
1311
  padding-left: 0px;
1317
1312
  padding-right: 0px;
@@ -1392,6 +1387,14 @@ video {
1392
1387
  padding-bottom: 0.75rem;
1393
1388
  }
1394
1389
 
1390
+ .\!pl-3{
1391
+ padding-left: 0.75rem !important;
1392
+ }
1393
+
1394
+ .\!pr-3{
1395
+ padding-right: 0.75rem !important;
1396
+ }
1397
+
1395
1398
  .pl-0{
1396
1399
  padding-left: 0px;
1397
1400
  }
@@ -1408,6 +1411,10 @@ video {
1408
1411
  padding-left: 0.625rem;
1409
1412
  }
1410
1413
 
1414
+ .pr-0{
1415
+ padding-right: 0px;
1416
+ }
1417
+
1411
1418
  .pr-2{
1412
1419
  padding-right: 0.5rem;
1413
1420
  }
@@ -1922,6 +1929,11 @@ input:-webkit-autofill:active {
1922
1929
  cursor: pointer;
1923
1930
  }
1924
1931
 
1932
+ .hover\:bg-\[\#808080\]:hover{
1933
+ --tw-bg-opacity: 1;
1934
+ background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
1935
+ }
1936
+
1925
1937
  .hover\:bg-gray-50:hover{
1926
1938
  --tw-bg-opacity: 1;
1927
1939
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -58,6 +58,10 @@
58
58
  "react": ">=18.0.0",
59
59
  "react-dom": ">=18.0.0"
60
60
  },
61
+ "resolutions": {
62
+ "@radix-ui/react-dismissable-layer": "1.1.0",
63
+ "@radix-ui/react-focus-scope": "1.1.0"
64
+ },
61
65
  "scripts": {
62
66
  "lint": "eslint . --max-warnings 0",
63
67
  "generate:component": "turbo gen react-component",