@6thbridge/hexa 0.0.99 → 0.0.100

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
@@ -643,6 +643,10 @@
643
643
  width: 1rem !important;
644
644
  }
645
645
 
646
+ .\!w-5{
647
+ width: 1.25rem !important;
648
+ }
649
+
646
650
  .\!w-6{
647
651
  width: 1.5rem !important;
648
652
  }
@@ -1893,6 +1897,10 @@
1893
1897
  padding-left: 0.25rem;
1894
1898
  }
1895
1899
 
1900
+ .pl-1\.5{
1901
+ padding-left: 0.375rem;
1902
+ }
1903
+
1896
1904
  .pl-12{
1897
1905
  padding-left: 3rem;
1898
1906
  }
@@ -1917,6 +1925,10 @@
1917
1925
  padding-right: 0px;
1918
1926
  }
1919
1927
 
1928
+ .pr-1{
1929
+ padding-right: 0.25rem;
1930
+ }
1931
+
1920
1932
  .pr-10{
1921
1933
  padding-right: 2.5rem;
1922
1934
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/DexlerNG/payfusion-component-library.git",
@@ -101,6 +101,7 @@
101
101
  "dev:style": "tailwindcss -i ./src/styles/input.css -o ./dist/output.css --watch",
102
102
  "build-fast": "tsup src/index.ts --format=esm,cjs --no-dts --watch",
103
103
  "build": "tsup src/index.ts --format=esm,cjs --dts --clean --minify --sourcemap && pnpm run build:style",
104
- "dev": "concurrently \"pnpm run build-fast\" \"pnpm run dev:style\""
104
+ "dev": "concurrently \"pnpm run build-fast\" \"pnpm run dev:style\"",
105
+ "pack:local": "rm -f 6thbridge-hexa-local.tgz && pnpm pack --pack-destination . && mv 6thbridge-hexa-*.tgz 6thbridge-hexa-local.tgz"
105
106
  }
106
107
  }