@6thbridge/hexa 0.0.0-pr76-133 → 0.0.0-pr76-135

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
@@ -1348,6 +1348,10 @@
1348
1348
  border-style: solid;
1349
1349
  }
1350
1350
 
1351
+ .\!border-none{
1352
+ border-style: none !important;
1353
+ }
1354
+
1351
1355
  .border-none{
1352
1356
  border-style: none;
1353
1357
  }
@@ -1472,6 +1476,11 @@
1472
1476
  border-top-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
1473
1477
  }
1474
1478
 
1479
+ .border-t-gray-300{
1480
+ --tw-border-opacity: 1;
1481
+ border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1482
+ }
1483
+
1475
1484
  .border-t-transparent{
1476
1485
  border-top-color: transparent;
1477
1486
  }
@@ -1878,6 +1887,10 @@
1878
1887
  padding-left: 0px;
1879
1888
  }
1880
1889
 
1890
+ .pl-1{
1891
+ padding-left: 0.25rem;
1892
+ }
1893
+
1881
1894
  .pl-12{
1882
1895
  padding-left: 3rem;
1883
1896
  }
@@ -2346,6 +2359,11 @@
2346
2359
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2347
2360
  }
2348
2361
 
2362
+ .\!outline-none{
2363
+ outline: 2px solid transparent !important;
2364
+ outline-offset: 2px !important;
2365
+ }
2366
+
2349
2367
  .outline-none{
2350
2368
  outline: 2px solid transparent;
2351
2369
  outline-offset: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.0-pr76-133",
3
+ "version": "0.0.0-pr76-135",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/DexlerNG/payfusion-component-library.git",