@softheon/armature 17.5.10 → 17.5.11

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.
@@ -1726,23 +1726,68 @@ mat-card {
1726
1726
  padding-top: 0px !important;
1727
1727
  }
1728
1728
 
1729
- .mat-mdc-tooltip {
1730
- cursor: pointer !important;
1731
- width: 234px !important;
1732
- height: auto !important;
1733
- font-family: "Poppins", sans-serif !important;
1734
- font-size: 12px !important;
1729
+ .mdc-tooltip__surface {
1730
+ color: #fff !important;
1731
+ font-size: 14px !important;
1735
1732
  font-style: normal !important;
1736
1733
  font-weight: 400 !important;
1737
- line-height: 18px !important;
1738
- letter-spacing: 0.4px !important;
1739
- text-align: left !important;
1740
- display: flex !important;
1741
- align-items: center !important;
1742
- color: #ffffff !important;
1743
- background-color: #333333 !important;
1734
+ font-family: Poppins !important;
1735
+ line-height: normal !important;
1736
+ background-color: #333333!important;
1737
+ border-radius: 8px !important;
1738
+ position: relative;
1739
+ padding: 3px 8px !important;
1740
+ &::after {
1741
+ width: 0;
1742
+ height: 0;
1743
+ content: '';
1744
+ position: absolute;
1745
+ border-left: 0.5rem solid transparent;
1746
+ border-right: 0.5rem solid transparent;
1747
+ border-bottom: 0.5rem solid #333333 !important;
1748
+ }
1749
+ &.below {
1750
+ overflow: initial;
1751
+ margin-top: 1rem;
1752
+ &:after {
1753
+ top: -0.5rem;
1754
+ right: calc(50% - 0.5rem);
1755
+ transform: rotate(0);
1756
+ }
1757
+ }
1758
+
1759
+ &.above {
1760
+ overflow: initial;
1761
+ margin-bottom: 1rem;
1762
+ &:after {
1763
+ bottom: -0.5rem;
1764
+ right: calc(50% - 0.5rem);
1765
+ transform: rotate(180deg);
1766
+ }
1767
+ }
1768
+
1769
+ &.right {
1770
+ overflow: initial;
1771
+ margin-left: 1rem;
1772
+ &:after {
1773
+ left: -0.75rem;
1774
+ top: calc(50% - 0.25rem);
1775
+ transform: rotate(270deg);
1776
+ }
1777
+ }
1778
+
1779
+ &.left {
1780
+ overflow: initial;
1781
+ margin-right: 1rem;
1782
+ &:after {
1783
+ right: -0.75rem;
1784
+ top: calc(50% - 0.25rem);
1785
+ transform: rotate(90deg);
1786
+ }
1787
+ }
1744
1788
  }
1745
1789
 
1790
+
1746
1791
  .mat-mdc-chip {
1747
1792
  font-style: normal !important;
1748
1793
  font-weight: 500 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.5.10",
3
+ "version": "17.5.11",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },