@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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
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.
@@ -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
-