@6thbridge/hexa 0.0.28 → 0.0.30

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/output.css CHANGED
@@ -724,10 +724,6 @@ video {
724
724
  height: 1.25rem !important;
725
725
  }
726
726
 
727
- .\!h-full{
728
- height: 100% !important;
729
- }
730
-
731
727
  .h-10{
732
728
  height: 2.5rem;
733
729
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -1,32 +0,0 @@
1
-
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
-
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
- CLI Building entry: src/index.ts
8
- CLI Using tsconfig: tsconfig.json
9
- CLI tsup v8.3.5
10
- CLI Target: es2020
11
- CLI Cleaning output folder
12
- ESM Build start
13
- CJS Build start
14
- CJS dist/index.js 42.23 KB
15
- CJS dist/index.js.map 117.76 KB
16
- CJS ⚡️ Build success in 36ms
17
- ESM dist/index.mjs 40.07 KB
18
- ESM dist/index.mjs.map 117.97 KB
19
- ESM ⚡️ 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
-  WARN  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
- 
30
- Rebuilding...
31
- 
32
- Done in 191ms.