@6thbridge/hexa 0.0.63 → 0.0.64
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 +44 -12
- package/dist/index.d.ts +44 -12
- package/dist/index.js +4 -4895
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4814
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +0 -25
- package/package.json +1 -1
- package/.turbo/turbo-build.log +0 -32
- package/.turbo/turbo-lint.log +0 -5
package/dist/output.css
CHANGED
@@ -851,10 +851,6 @@ video {
|
|
851
851
|
margin-top: 1.25rem;
|
852
852
|
}
|
853
853
|
|
854
|
-
.mb-3{
|
855
|
-
margin-bottom: 0.75rem;
|
856
|
-
}
|
857
|
-
|
858
854
|
.block{
|
859
855
|
display: block;
|
860
856
|
}
|
@@ -985,10 +981,6 @@ video {
|
|
985
981
|
height: 1px;
|
986
982
|
}
|
987
983
|
|
988
|
-
.h-3{
|
989
|
-
height: 0.75rem;
|
990
|
-
}
|
991
|
-
|
992
984
|
.max-h-48{
|
993
985
|
max-height: 12rem;
|
994
986
|
}
|
@@ -1151,10 +1143,6 @@ video {
|
|
1151
1143
|
width: max-content;
|
1152
1144
|
}
|
1153
1145
|
|
1154
|
-
.w-3{
|
1155
|
-
width: 0.75rem;
|
1156
|
-
}
|
1157
|
-
|
1158
1146
|
.\!min-w-\[40px\]{
|
1159
1147
|
min-width: 40px !important;
|
1160
1148
|
}
|
@@ -1318,10 +1306,6 @@ video {
|
|
1318
1306
|
flex-direction: row;
|
1319
1307
|
}
|
1320
1308
|
|
1321
|
-
.flex-row-reverse{
|
1322
|
-
flex-direction: row-reverse;
|
1323
|
-
}
|
1324
|
-
|
1325
1309
|
.flex-col{
|
1326
1310
|
flex-direction: column;
|
1327
1311
|
}
|
@@ -1404,10 +1388,6 @@ video {
|
|
1404
1388
|
row-gap: 1.25rem;
|
1405
1389
|
}
|
1406
1390
|
|
1407
|
-
.gap-y-14{
|
1408
|
-
row-gap: 3.5rem;
|
1409
|
-
}
|
1410
|
-
|
1411
1391
|
.-space-y-1 > :not([hidden]) ~ :not([hidden]){
|
1412
1392
|
--tw-space-y-reverse: 0;
|
1413
1393
|
margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
@@ -1896,11 +1876,6 @@ video {
|
|
1896
1876
|
background-color: rgb(234 179 8 / 0.2);
|
1897
1877
|
}
|
1898
1878
|
|
1899
|
-
.bg-\[\#62C554\]{
|
1900
|
-
--tw-bg-opacity: 1;
|
1901
|
-
background-color: rgb(98 197 84 / var(--tw-bg-opacity, 1));
|
1902
|
-
}
|
1903
|
-
|
1904
1879
|
.bg-opacity-40{
|
1905
1880
|
--tw-bg-opacity: 0.4;
|
1906
1881
|
}
|
package/package.json
CHANGED
package/.turbo/turbo-build.log
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
|
2
|
-
[43m[30m WARN [39m[49m Issue while reading "/Users/joachim/.nvm/versions/node/v20.17.0/lib/node_modules/npmrc". EISDIR: illegal operation on a directory, read
|
3
|
-
|
4
|
-
> @6thbridge/hexa@0.0.11 build /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
|
5
|
-
> tsup src/index.ts --format=esm,cjs --dts --clean --minify --sourcemap && pnpm run build:style
|
6
|
-
|
7
|
-
[34mCLI[39m Building entry: src/index.ts
|
8
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
9
|
-
[34mCLI[39m tsup v8.3.5
|
10
|
-
[34mCLI[39m Target: es2020
|
11
|
-
[34mCLI[39m Cleaning output folder
|
12
|
-
[34mESM[39m Build start
|
13
|
-
[34mCJS[39m Build start
|
14
|
-
[32mCJS[39m [1mdist/index.js [22m[32m42.23 KB[39m
|
15
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m117.76 KB[39m
|
16
|
-
[32mCJS[39m ⚡️ Build success in 36ms
|
17
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m40.07 KB[39m
|
18
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m117.97 KB[39m
|
19
|
-
[32mESM[39m ⚡️ Build success in 36ms
|
20
|
-
DTS Build start
|
21
|
-
DTS ⚡️ Build success in 2886ms
|
22
|
-
DTS dist/index.d.mts 10.41 KB
|
23
|
-
DTS dist/index.d.ts 10.41 KB
|
24
|
-
[43m[30m WARN [39m[49m Issue while reading "/Users/joachim/.nvm/versions/node/v20.17.0/lib/node_modules/npmrc". EISDIR: illegal operation on a directory, read
|
25
|
-
|
26
|
-
> @6thbridge/hexa@0.0.11 build:style /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
|
27
|
-
> tailwindcss -i ./src/styles/input.css -o ./dist/output.css
|
28
|
-
|
29
|
-
[31m[39m
|
30
|
-
[31mRebuilding...[39m
|
31
|
-
[31m[39m
|
32
|
-
[31mDone in 191ms.[39m
|
package/.turbo/turbo-lint.log
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
WARN Issue while reading "/Users/joachim/.nvm/versions/node/v20.17.0/lib/node_modules/npmrc". EISDIR: illegal operation on a directory, read
|
2
|
-
|
3
|
-
> @6thbridge/hexa@0.0.63 lint /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
|
4
|
-
> eslint . --max-warnings 0
|
5
|
-
|