@6thbridge/hexa 0.0.99 → 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 +49 -7
- package/dist/index.d.ts +49 -7
- 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 +62 -0
- package/package.json +4 -2
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
|
}
|
|
@@ -643,6 +651,10 @@
|
|
|
643
651
|
width: 1rem !important;
|
|
644
652
|
}
|
|
645
653
|
|
|
654
|
+
.\!w-5{
|
|
655
|
+
width: 1.25rem !important;
|
|
656
|
+
}
|
|
657
|
+
|
|
646
658
|
.\!w-6{
|
|
647
659
|
width: 1.5rem !important;
|
|
648
660
|
}
|
|
@@ -806,6 +818,10 @@
|
|
|
806
818
|
min-width: 24rem;
|
|
807
819
|
}
|
|
808
820
|
|
|
821
|
+
.min-w-\[10rem\]{
|
|
822
|
+
min-width: 10rem;
|
|
823
|
+
}
|
|
824
|
+
|
|
809
825
|
.min-w-\[110px\]{
|
|
810
826
|
min-width: 110px;
|
|
811
827
|
}
|
|
@@ -1215,6 +1231,11 @@
|
|
|
1215
1231
|
border-radius: 0.75rem;
|
|
1216
1232
|
}
|
|
1217
1233
|
|
|
1234
|
+
.\!rounded-l-none{
|
|
1235
|
+
border-top-left-radius: 0px !important;
|
|
1236
|
+
border-bottom-left-radius: 0px !important;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1218
1239
|
.\!rounded-s-none{
|
|
1219
1240
|
border-start-start-radius: 0px !important;
|
|
1220
1241
|
border-end-start-radius: 0px !important;
|
|
@@ -1260,6 +1281,11 @@
|
|
|
1260
1281
|
border-bottom-right-radius: 9999px;
|
|
1261
1282
|
}
|
|
1262
1283
|
|
|
1284
|
+
.rounded-r-none{
|
|
1285
|
+
border-top-right-radius: 0px;
|
|
1286
|
+
border-bottom-right-radius: 0px;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1263
1289
|
.rounded-s-md{
|
|
1264
1290
|
border-start-start-radius: 0.375rem;
|
|
1265
1291
|
border-end-start-radius: 0.375rem;
|
|
@@ -1338,6 +1364,10 @@
|
|
|
1338
1364
|
border-left-width: 1px;
|
|
1339
1365
|
}
|
|
1340
1366
|
|
|
1367
|
+
.border-l-\[0\.5px\]{
|
|
1368
|
+
border-left-width: 0.5px;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1341
1371
|
.border-r{
|
|
1342
1372
|
border-right-width: 1px;
|
|
1343
1373
|
}
|
|
@@ -1397,6 +1427,11 @@
|
|
|
1397
1427
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
1398
1428
|
}
|
|
1399
1429
|
|
|
1430
|
+
.border-gray-100{
|
|
1431
|
+
--tw-border-opacity: 1;
|
|
1432
|
+
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1400
1435
|
.border-gray-200{
|
|
1401
1436
|
--tw-border-opacity: 1;
|
|
1402
1437
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1464,6 +1499,11 @@
|
|
|
1464
1499
|
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
|
|
1465
1500
|
}
|
|
1466
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
|
+
|
|
1467
1507
|
.border-b-gray-200{
|
|
1468
1508
|
--tw-border-opacity: 1;
|
|
1469
1509
|
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1718,6 +1758,11 @@
|
|
|
1718
1758
|
padding-right: 0px !important;
|
|
1719
1759
|
}
|
|
1720
1760
|
|
|
1761
|
+
.\!px-2{
|
|
1762
|
+
padding-left: 0.5rem !important;
|
|
1763
|
+
padding-right: 0.5rem !important;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1721
1766
|
.\!px-4{
|
|
1722
1767
|
padding-left: 1rem !important;
|
|
1723
1768
|
padding-right: 1rem !important;
|
|
@@ -1893,6 +1938,10 @@
|
|
|
1893
1938
|
padding-left: 0.25rem;
|
|
1894
1939
|
}
|
|
1895
1940
|
|
|
1941
|
+
.pl-1\.5{
|
|
1942
|
+
padding-left: 0.375rem;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1896
1945
|
.pl-12{
|
|
1897
1946
|
padding-left: 3rem;
|
|
1898
1947
|
}
|
|
@@ -1917,6 +1966,10 @@
|
|
|
1917
1966
|
padding-right: 0px;
|
|
1918
1967
|
}
|
|
1919
1968
|
|
|
1969
|
+
.pr-1{
|
|
1970
|
+
padding-right: 0.25rem;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1920
1973
|
.pr-10{
|
|
1921
1974
|
padding-right: 2.5rem;
|
|
1922
1975
|
}
|
|
@@ -2930,10 +2983,19 @@ input:-webkit-autofill:active {
|
|
|
2930
2983
|
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
|
2931
2984
|
}
|
|
2932
2985
|
|
|
2986
|
+
.focus\:bg-primary-accent:focus{
|
|
2987
|
+
background-color: var(--color-primary-accent);
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2933
2990
|
.focus\:bg-primary-main:focus{
|
|
2934
2991
|
background-color: var(--color-primary);
|
|
2935
2992
|
}
|
|
2936
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
|
+
|
|
2937
2999
|
.focus\:bg-white:focus{
|
|
2938
3000
|
--tw-bg-opacity: 1;
|
|
2939
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",
|
|
@@ -101,6 +102,7 @@
|
|
|
101
102
|
"dev:style": "tailwindcss -i ./src/styles/input.css -o ./dist/output.css --watch",
|
|
102
103
|
"build-fast": "tsup src/index.ts --format=esm,cjs --no-dts --watch",
|
|
103
104
|
"build": "tsup src/index.ts --format=esm,cjs --dts --clean --minify --sourcemap && pnpm run build:style",
|
|
104
|
-
"dev": "concurrently \"pnpm run build-fast\" \"pnpm run dev:style\""
|
|
105
|
+
"dev": "concurrently \"pnpm run build-fast\" \"pnpm run dev:style\"",
|
|
106
|
+
"pack:local": "rm -f 6thbridge-hexa-local.tgz && pnpm pack --pack-destination . && mv 6thbridge-hexa-*.tgz 6thbridge-hexa-local.tgz"
|
|
105
107
|
}
|
|
106
108
|
}
|