@6thbridge/hexa 0.0.6 → 0.0.8
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-build.log +12 -15
- package/.turbo/turbo-lint.log +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1773
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1725
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +34 -32
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
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
3
|
|
4
|
-
> @6thbridge/hexa@0.0.
|
4
|
+
> @6thbridge/hexa@0.0.8 build /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
|
5
5
|
> tsup src/index.ts --format=esm,cjs --dts --clean --minify --sourcemap && pnpm run build:style
|
6
6
|
|
7
7
|
[34mCLI[39m Building entry: src/index.ts
|
@@ -11,25 +11,22 @@
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
12
12
|
[34mESM[39m Build start
|
13
13
|
[34mCJS[39m Build start
|
14
|
-
[
|
15
|
-
[
|
16
|
-
[
|
17
|
-
[
|
18
|
-
[
|
19
|
-
[
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m37.04 KB[39m
|
15
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m101.61 KB[39m
|
16
|
+
[32mCJS[39m ⚡️ Build success in 45ms
|
17
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m35.19 KB[39m
|
18
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m101.78 KB[39m
|
19
|
+
[32mESM[39m ⚡️ Build success in 46ms
|
20
20
|
DTS Build start
|
21
|
-
DTS ⚡️ Build success in
|
22
|
-
DTS dist/index.d.mts
|
23
|
-
DTS dist/index.d.ts
|
21
|
+
DTS ⚡️ Build success in 1477ms
|
22
|
+
DTS dist/index.d.mts 7.95 KB
|
23
|
+
DTS dist/index.d.ts 7.95 KB
|
24
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
25
|
|
26
|
-
> @6thbridge/hexa@0.0.
|
26
|
+
> @6thbridge/hexa@0.0.8 build:style /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
|
27
27
|
> tailwindcss -i ./src/styles/input.css -o ./dist/output.css
|
28
28
|
|
29
29
|
[31m[39m
|
30
30
|
[31mRebuilding...[39m
|
31
|
-
[33m[39m
|
32
|
-
[33m[1m[33mwarn[39m[22m - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.[39m
|
33
|
-
[33m[1m[33mwarn[39m[22m - https://tailwindcss.com/docs/content-configuration[39m
|
34
31
|
[31m[39m
|
35
|
-
[31mDone in
|
32
|
+
[31mDone in 135ms.[39m
|
package/.turbo/turbo-lint.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
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
2
|
|
3
|
-
> @6thbridge/hexa@0.0.
|
3
|
+
> @6thbridge/hexa@0.0.8 lint /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
|
4
4
|
> eslint . --max-warnings 0
|
5
5
|
|
package/dist/index.d.mts
CHANGED
@@ -62,8 +62,8 @@ declare const Input: {
|
|
62
62
|
type PasswordInputProps = InputProps & {
|
63
63
|
/**
|
64
64
|
* onValidate(validated: boolean, value: string) => void
|
65
|
-
* validated: this is boolean value that indicated that all validation options were met
|
66
|
-
* value: this is the string input value
|
65
|
+
* args - validated: this is boolean value that indicated that all validation options were met
|
66
|
+
* args - value: this is the string input value
|
67
67
|
*/
|
68
68
|
onValidate?: (validated: boolean, value: string) => void;
|
69
69
|
};
|
package/dist/index.d.ts
CHANGED
@@ -62,8 +62,8 @@ declare const Input: {
|
|
62
62
|
type PasswordInputProps = InputProps & {
|
63
63
|
/**
|
64
64
|
* onValidate(validated: boolean, value: string) => void
|
65
|
-
* validated: this is boolean value that indicated that all validation options were met
|
66
|
-
* value: this is the string input value
|
65
|
+
* args - validated: this is boolean value that indicated that all validation options were met
|
66
|
+
* args - value: this is the string input value
|
67
67
|
*/
|
68
68
|
onValidate?: (validated: boolean, value: string) => void;
|
69
69
|
};
|