@6thbridge/hexa 0.0.100 → 0.0.101
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/index.d.mts +34 -1
- package/dist/index.d.ts +34 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +50 -0
- package/package.json +2 -1
package/dist/output.css
CHANGED
|
@@ -490,6 +490,14 @@
|
|
|
490
490
|
height: 2.25rem !important;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
+
.\!h-auto{
|
|
494
|
+
height: auto !important;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.\!h-full{
|
|
498
|
+
height: 100% !important;
|
|
499
|
+
}
|
|
500
|
+
|
|
493
501
|
.h-1\.5{
|
|
494
502
|
height: 0.375rem;
|
|
495
503
|
}
|
|
@@ -810,6 +818,10 @@
|
|
|
810
818
|
min-width: 24rem;
|
|
811
819
|
}
|
|
812
820
|
|
|
821
|
+
.min-w-\[10rem\]{
|
|
822
|
+
min-width: 10rem;
|
|
823
|
+
}
|
|
824
|
+
|
|
813
825
|
.min-w-\[110px\]{
|
|
814
826
|
min-width: 110px;
|
|
815
827
|
}
|
|
@@ -1219,6 +1231,11 @@
|
|
|
1219
1231
|
border-radius: 0.75rem;
|
|
1220
1232
|
}
|
|
1221
1233
|
|
|
1234
|
+
.\!rounded-l-none{
|
|
1235
|
+
border-top-left-radius: 0px !important;
|
|
1236
|
+
border-bottom-left-radius: 0px !important;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1222
1239
|
.\!rounded-s-none{
|
|
1223
1240
|
border-start-start-radius: 0px !important;
|
|
1224
1241
|
border-end-start-radius: 0px !important;
|
|
@@ -1264,6 +1281,11 @@
|
|
|
1264
1281
|
border-bottom-right-radius: 9999px;
|
|
1265
1282
|
}
|
|
1266
1283
|
|
|
1284
|
+
.rounded-r-none{
|
|
1285
|
+
border-top-right-radius: 0px;
|
|
1286
|
+
border-bottom-right-radius: 0px;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1267
1289
|
.rounded-s-md{
|
|
1268
1290
|
border-start-start-radius: 0.375rem;
|
|
1269
1291
|
border-end-start-radius: 0.375rem;
|
|
@@ -1342,6 +1364,10 @@
|
|
|
1342
1364
|
border-left-width: 1px;
|
|
1343
1365
|
}
|
|
1344
1366
|
|
|
1367
|
+
.border-l-\[0\.5px\]{
|
|
1368
|
+
border-left-width: 0.5px;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1345
1371
|
.border-r{
|
|
1346
1372
|
border-right-width: 1px;
|
|
1347
1373
|
}
|
|
@@ -1401,6 +1427,11 @@
|
|
|
1401
1427
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
1402
1428
|
}
|
|
1403
1429
|
|
|
1430
|
+
.border-gray-100{
|
|
1431
|
+
--tw-border-opacity: 1;
|
|
1432
|
+
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1404
1435
|
.border-gray-200{
|
|
1405
1436
|
--tw-border-opacity: 1;
|
|
1406
1437
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1468,6 +1499,11 @@
|
|
|
1468
1499
|
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
|
|
1469
1500
|
}
|
|
1470
1501
|
|
|
1502
|
+
.\!border-l-white{
|
|
1503
|
+
--tw-border-opacity: 1 !important;
|
|
1504
|
+
border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1471
1507
|
.border-b-gray-200{
|
|
1472
1508
|
--tw-border-opacity: 1;
|
|
1473
1509
|
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1722,6 +1758,11 @@
|
|
|
1722
1758
|
padding-right: 0px !important;
|
|
1723
1759
|
}
|
|
1724
1760
|
|
|
1761
|
+
.\!px-2{
|
|
1762
|
+
padding-left: 0.5rem !important;
|
|
1763
|
+
padding-right: 0.5rem !important;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1725
1766
|
.\!px-4{
|
|
1726
1767
|
padding-left: 1rem !important;
|
|
1727
1768
|
padding-right: 1rem !important;
|
|
@@ -2942,10 +2983,19 @@ input:-webkit-autofill:active {
|
|
|
2942
2983
|
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
|
2943
2984
|
}
|
|
2944
2985
|
|
|
2986
|
+
.focus\:bg-primary-accent:focus{
|
|
2987
|
+
background-color: var(--color-primary-accent);
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2945
2990
|
.focus\:bg-primary-main:focus{
|
|
2946
2991
|
background-color: var(--color-primary);
|
|
2947
2992
|
}
|
|
2948
2993
|
|
|
2994
|
+
.focus\:bg-red-50:focus{
|
|
2995
|
+
--tw-bg-opacity: 1;
|
|
2996
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2949
2999
|
.focus\:bg-white:focus{
|
|
2950
3000
|
--tw-bg-opacity: 1;
|
|
2951
3001
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@6thbridge/hexa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.101",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/DexlerNG/payfusion-component-library.git",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"@radix-ui/react-checkbox": "1.3.3",
|
|
51
51
|
"@radix-ui/react-dialog": "1.1.15",
|
|
52
52
|
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
53
|
+
"@radix-ui/react-dropdown-menu": "2.1.20",
|
|
53
54
|
"@radix-ui/react-focus-scope": "1.1.8",
|
|
54
55
|
"@radix-ui/react-label": "2.1.8",
|
|
55
56
|
"@radix-ui/react-popover": "1.1.15",
|