@6thbridge/hexa 0.0.100 → 0.0.104
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 +38 -2
- package/dist/index.d.ts +38 -2
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -3
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +54 -0
- package/package.json +4 -3
- package/tsup.config.ts +11 -0
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
|
}
|
|
@@ -826,6 +838,10 @@
|
|
|
826
838
|
min-width: 80px;
|
|
827
839
|
}
|
|
828
840
|
|
|
841
|
+
.\!max-w-full{
|
|
842
|
+
max-width: 100% !important;
|
|
843
|
+
}
|
|
844
|
+
|
|
829
845
|
.\!max-w-max{
|
|
830
846
|
max-width: -moz-max-content !important;
|
|
831
847
|
max-width: max-content !important;
|
|
@@ -1219,6 +1235,16 @@
|
|
|
1219
1235
|
border-radius: 0.75rem;
|
|
1220
1236
|
}
|
|
1221
1237
|
|
|
1238
|
+
.\!rounded-l-none{
|
|
1239
|
+
border-top-left-radius: 0px !important;
|
|
1240
|
+
border-bottom-left-radius: 0px !important;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.\!rounded-r-none{
|
|
1244
|
+
border-top-right-radius: 0px !important;
|
|
1245
|
+
border-bottom-right-radius: 0px !important;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1222
1248
|
.\!rounded-s-none{
|
|
1223
1249
|
border-start-start-radius: 0px !important;
|
|
1224
1250
|
border-end-start-radius: 0px !important;
|
|
@@ -1342,6 +1368,10 @@
|
|
|
1342
1368
|
border-left-width: 1px;
|
|
1343
1369
|
}
|
|
1344
1370
|
|
|
1371
|
+
.border-l-\[0\.5px\]{
|
|
1372
|
+
border-left-width: 0.5px;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1345
1375
|
.border-r{
|
|
1346
1376
|
border-right-width: 1px;
|
|
1347
1377
|
}
|
|
@@ -1401,6 +1431,11 @@
|
|
|
1401
1431
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
1402
1432
|
}
|
|
1403
1433
|
|
|
1434
|
+
.border-gray-100{
|
|
1435
|
+
--tw-border-opacity: 1;
|
|
1436
|
+
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1404
1439
|
.border-gray-200{
|
|
1405
1440
|
--tw-border-opacity: 1;
|
|
1406
1441
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1468,6 +1503,11 @@
|
|
|
1468
1503
|
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
|
|
1469
1504
|
}
|
|
1470
1505
|
|
|
1506
|
+
.\!border-l-white{
|
|
1507
|
+
--tw-border-opacity: 1 !important;
|
|
1508
|
+
border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1471
1511
|
.border-b-gray-200{
|
|
1472
1512
|
--tw-border-opacity: 1;
|
|
1473
1513
|
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1722,6 +1762,11 @@
|
|
|
1722
1762
|
padding-right: 0px !important;
|
|
1723
1763
|
}
|
|
1724
1764
|
|
|
1765
|
+
.\!px-2{
|
|
1766
|
+
padding-left: 0.5rem !important;
|
|
1767
|
+
padding-right: 0.5rem !important;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1725
1770
|
.\!px-4{
|
|
1726
1771
|
padding-left: 1rem !important;
|
|
1727
1772
|
padding-right: 1rem !important;
|
|
@@ -2942,10 +2987,19 @@ input:-webkit-autofill:active {
|
|
|
2942
2987
|
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
|
2943
2988
|
}
|
|
2944
2989
|
|
|
2990
|
+
.focus\:bg-primary-accent:focus{
|
|
2991
|
+
background-color: var(--color-primary-accent);
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2945
2994
|
.focus\:bg-primary-main:focus{
|
|
2946
2995
|
background-color: var(--color-primary);
|
|
2947
2996
|
}
|
|
2948
2997
|
|
|
2998
|
+
.focus\:bg-red-50:focus{
|
|
2999
|
+
--tw-bg-opacity: 1;
|
|
3000
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
3001
|
+
}
|
|
3002
|
+
|
|
2949
3003
|
.focus\:bg-white:focus{
|
|
2950
3004
|
--tw-bg-opacity: 1;
|
|
2951
3005
|
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.104",
|
|
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",
|
|
@@ -99,8 +100,8 @@
|
|
|
99
100
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
100
101
|
"build:style": "tailwindcss -i ./src/styles/input.css -o ./dist/output.css",
|
|
101
102
|
"dev:style": "tailwindcss -i ./src/styles/input.css -o ./dist/output.css --watch",
|
|
102
|
-
"build-fast": "tsup
|
|
103
|
-
"build": "tsup
|
|
103
|
+
"build-fast": "tsup --no-dts --watch",
|
|
104
|
+
"build": "tsup && pnpm run build:style",
|
|
104
105
|
"dev": "concurrently \"pnpm run build-fast\" \"pnpm run dev:style\"",
|
|
105
106
|
"pack:local": "rm -f 6thbridge-hexa-local.tgz && pnpm pack --pack-destination . && mv 6thbridge-hexa-*.tgz 6thbridge-hexa-local.tgz"
|
|
106
107
|
}
|