@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.
@@ -1,7 +1,7 @@
1
1
 
2
2
   WARN  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.1 build /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
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
  CLI Building entry: src/index.ts
@@ -11,25 +11,22 @@
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
- ESM dist/index.mjs 134.00 B
15
- ESM dist/index.mjs.map 260.00 B
16
- ESM ⚡️ Build success in 40ms
17
- CJS dist/index.js 615.00 B
18
- CJS dist/index.js.map 431.00 B
19
- CJS ⚡️ Build success in 40ms
14
+ CJS dist/index.js 37.04 KB
15
+ CJS dist/index.js.map 101.61 KB
16
+ CJS ⚡️ Build success in 45ms
17
+ ESM dist/index.mjs 35.19 KB
18
+ ESM dist/index.mjs.map 101.78 KB
19
+ ESM ⚡️ Build success in 46ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 482ms
22
- DTS dist/index.d.mts 136.00 B
23
- DTS dist/index.d.ts 136.00 B
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
   WARN  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.1 build:style /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
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
  
30
30
  Rebuilding...
31
- 
32
- warn - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.
33
- warn - https://tailwindcss.com/docs/content-configuration
34
31
  
35
- Done in 78ms.
32
+ Done in 135ms.
@@ -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.6 lint /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
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
  };