@6thbridge/hexa 0.0.46 → 0.0.47

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
@@ -634,12 +634,12 @@ video {
634
634
  top: 0.5rem;
635
635
  }
636
636
 
637
- .top-4{
638
- top: 1rem;
637
+ .top-3{
638
+ top: 0.75rem;
639
639
  }
640
640
 
641
- .top-5{
642
- top: 1.25rem;
641
+ .top-4{
642
+ top: 1rem;
643
643
  }
644
644
 
645
645
  .top-\[50\%\]{
@@ -1593,11 +1593,6 @@ video {
1593
1593
  padding-bottom: 0.75rem;
1594
1594
  }
1595
1595
 
1596
- .py-4{
1597
- padding-top: 1rem;
1598
- padding-bottom: 1rem;
1599
- }
1600
-
1601
1596
  .py-6{
1602
1597
  padding-top: 1.5rem;
1603
1598
  padding-bottom: 1.5rem;
@@ -1662,11 +1657,6 @@ video {
1662
1657
  text-align: center;
1663
1658
  }
1664
1659
 
1665
- .text-2xl{
1666
- font-size: 1.5rem;
1667
- line-height: 2rem;
1668
- }
1669
-
1670
1660
  .text-\[0\.875rem\]{
1671
1661
  font-size: 0.875rem;
1672
1662
  }
@@ -1688,6 +1678,11 @@ video {
1688
1678
  line-height: 1.5rem;
1689
1679
  }
1690
1680
 
1681
+ .text-lg{
1682
+ font-size: 1.125rem;
1683
+ line-height: 1.75rem;
1684
+ }
1685
+
1691
1686
  .text-sm{
1692
1687
  font-size: 0.875rem;
1693
1688
  line-height: 1.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {