@6thbridge/hexa 0.0.56 → 0.0.57
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/.turbo/turbo-lint.log +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +18 -2
- package/package.json +1 -1
- package/.turbo/turbo-build.log +0 -32
package/dist/output.css
CHANGED
@@ -725,8 +725,8 @@ video {
|
|
725
725
|
margin-right: auto;
|
726
726
|
}
|
727
727
|
|
728
|
-
.-ml-
|
729
|
-
margin-left: -
|
728
|
+
.-ml-16{
|
729
|
+
margin-left: -4rem;
|
730
730
|
}
|
731
731
|
|
732
732
|
.mb-0{
|
@@ -1023,6 +1023,10 @@ video {
|
|
1023
1023
|
width: 200px;
|
1024
1024
|
}
|
1025
1025
|
|
1026
|
+
.w-\[270px\]{
|
1027
|
+
width: 270px;
|
1028
|
+
}
|
1029
|
+
|
1026
1030
|
.w-\[311px\]{
|
1027
1031
|
width: 311px;
|
1028
1032
|
}
|
@@ -1085,6 +1089,14 @@ video {
|
|
1085
1089
|
max-width: 100px;
|
1086
1090
|
}
|
1087
1091
|
|
1092
|
+
.max-w-\[150px\]{
|
1093
|
+
max-width: 150px;
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
.max-w-\[70\%\]{
|
1097
|
+
max-width: 70%;
|
1098
|
+
}
|
1099
|
+
|
1088
1100
|
.max-w-full{
|
1089
1101
|
max-width: 100%;
|
1090
1102
|
}
|
@@ -1347,6 +1359,10 @@ video {
|
|
1347
1359
|
white-space: nowrap;
|
1348
1360
|
}
|
1349
1361
|
|
1362
|
+
.text-nowrap{
|
1363
|
+
text-wrap: nowrap;
|
1364
|
+
}
|
1365
|
+
|
1350
1366
|
.rounded{
|
1351
1367
|
border-radius: 0.25rem;
|
1352
1368
|
}
|
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
|