@6thbridge/hexa 0.0.76 → 0.0.78

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
@@ -750,6 +750,10 @@ video {
750
750
  right: -22px;
751
751
  }
752
752
 
753
+ .-top-7{
754
+ top: -1.75rem;
755
+ }
756
+
753
757
  .bottom-0{
754
758
  bottom: 0px;
755
759
  }
@@ -1024,6 +1028,14 @@ video {
1024
1028
  height: 1.25rem !important;
1025
1029
  }
1026
1030
 
1031
+ .\!h-7{
1032
+ height: 1.75rem !important;
1033
+ }
1034
+
1035
+ .\!h-9{
1036
+ height: 2.25rem !important;
1037
+ }
1038
+
1027
1039
  .h-1\.5{
1028
1040
  height: 0.375rem;
1029
1041
  }
@@ -1060,10 +1072,6 @@ video {
1060
1072
  height: 1.5rem;
1061
1073
  }
1062
1074
 
1063
- .h-7{
1064
- height: 1.75rem;
1065
- }
1066
-
1067
1075
  .h-72{
1068
1076
  height: 18rem;
1069
1077
  }
@@ -1169,6 +1177,14 @@ video {
1169
1177
  width: 1.5rem !important;
1170
1178
  }
1171
1179
 
1180
+ .\!w-7{
1181
+ width: 1.75rem !important;
1182
+ }
1183
+
1184
+ .\!w-9{
1185
+ width: 2.25rem !important;
1186
+ }
1187
+
1172
1188
  .\!w-full{
1173
1189
  width: 100% !important;
1174
1190
  }
@@ -1217,10 +1233,6 @@ video {
1217
1233
  width: 16rem;
1218
1234
  }
1219
1235
 
1220
- .w-7{
1221
- width: 1.75rem;
1222
- }
1223
-
1224
1236
  .w-72{
1225
1237
  width: 18rem;
1226
1238
  }
@@ -1277,6 +1289,10 @@ video {
1277
1289
  width: 90%;
1278
1290
  }
1279
1291
 
1292
+ .w-\[95\%\]{
1293
+ width: 95%;
1294
+ }
1295
+
1280
1296
  .w-\[calc\(100\%-0\.375rem\)\]{
1281
1297
  width: calc(100% - 0.375rem);
1282
1298
  }
@@ -1303,6 +1319,11 @@ video {
1303
1319
  min-width: 40px !important;
1304
1320
  }
1305
1321
 
1322
+ .\!min-w-max{
1323
+ min-width: -moz-max-content !important;
1324
+ min-width: max-content !important;
1325
+ }
1326
+
1306
1327
  .min-w-0{
1307
1328
  min-width: 0px;
1308
1329
  }
@@ -3198,6 +3219,10 @@ input:-webkit-autofill:active {
3198
3219
  background-color: var(--color-primary-accent);
3199
3220
  }
3200
3221
 
3222
+ .hover\:bg-primary-main:hover{
3223
+ background-color: var(--color-primary);
3224
+ }
3225
+
3201
3226
  .hover\:bg-red-600\/70:hover{
3202
3227
  background-color: rgb(220 38 38 / 0.7);
3203
3228
  }
@@ -3237,6 +3262,10 @@ input:-webkit-autofill:active {
3237
3262
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
3238
3263
  }
3239
3264
 
3265
+ .focus\:bg-primary-main:focus{
3266
+ background-color: var(--color-primary);
3267
+ }
3268
+
3240
3269
  .focus\:bg-white:focus{
3241
3270
  --tw-bg-opacity: 1;
3242
3271
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
@@ -3776,6 +3805,10 @@ input:-webkit-autofill:active {
3776
3805
  width: 14rem;
3777
3806
  }
3778
3807
 
3808
+ .sm\:w-full{
3809
+ width: 100%;
3810
+ }
3811
+
3779
3812
  .sm\:max-w-\[512px\]{
3780
3813
  max-width: 512px;
3781
3814
  }
@@ -3886,6 +3919,19 @@ input:-webkit-autofill:active {
3886
3919
  }
3887
3920
  }
3888
3921
 
3922
+ .\[\&\:has\(\[aria-selected\]\)\>button\]\:bg-primary-main:has([aria-selected])>button{
3923
+ background-color: var(--color-primary);
3924
+ }
3925
+
3926
+ .\[\&\:has\(\[aria-selected\]\)\]\:\!bg-primary-main:has([aria-selected]){
3927
+ background-color: var(--color-primary) !important;
3928
+ }
3929
+
3930
+ .\[\&\:has\(\[aria-selected\]\)\]\:text-white:has([aria-selected]){
3931
+ --tw-text-opacity: 1;
3932
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3933
+ }
3934
+
3889
3935
  .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{
3890
3936
  border-top-left-radius: 0.375rem;
3891
3937
  border-bottom-left-radius: 0.375rem;
@@ -3909,6 +3955,15 @@ input:-webkit-autofill:active {
3909
3955
  justify-content: flex-start;
3910
3956
  }
3911
3957
 
3958
+ .\[\&\[aria-selected\=true\]\>button\]\:bg-primary-main[aria-selected=true]>button{
3959
+ background-color: var(--color-primary);
3960
+ }
3961
+
3962
+ .\[\&\[aria-selected\=true\]\>button\]\:text-white[aria-selected=true]>button{
3963
+ --tw-text-opacity: 1;
3964
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3965
+ }
3966
+
3912
3967
  .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{
3913
3968
  padding-left: 0.5rem;
3914
3969
  padding-right: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -66,7 +66,7 @@
66
66
  "framer-motion": "^12.4.3",
67
67
  "lucide-react": "^0.474.0",
68
68
  "react": "^18",
69
- "react-day-picker": "^8.8.0",
69
+ "react-day-picker": "^9.13.1",
70
70
  "react-dom": "^18",
71
71
  "react-hook-form": "^7.57.0",
72
72
  "react-icons": "^5.5.0",