@trafilea/afrodita-components 6.17.2 → 6.17.3

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.
@@ -739,6 +739,13 @@ declare type ThemeComponent = {
739
739
  backgroundColor: string;
740
740
  borderRadius: string;
741
741
  };
742
+ tooltip: {
743
+ margin: string;
744
+ text: {
745
+ alignment: string;
746
+ maxWidth: string;
747
+ };
748
+ };
742
749
  };
743
750
  };
744
751
  declare type ThemeTypography = {
@@ -842,6 +842,13 @@ var revel = {
842
842
  backgroundColor: '--colors-semantic-urgent-color',
843
843
  borderRadius: '5px',
844
844
  },
845
+ tooltip: {
846
+ margin: '3px 0 0 5px',
847
+ text: {
848
+ alignment: 'left',
849
+ maxWidth: '243px',
850
+ },
851
+ },
845
852
  },
846
853
  },
847
854
  typography: {
@@ -739,6 +739,13 @@ declare type ThemeComponent = {
739
739
  backgroundColor: string;
740
740
  borderRadius: string;
741
741
  };
742
+ tooltip: {
743
+ margin: string;
744
+ text: {
745
+ alignment: string;
746
+ maxWidth: string;
747
+ };
748
+ };
742
749
  };
743
750
  };
744
751
  declare type ThemeTypography = {
@@ -818,6 +818,13 @@ var shapermint = {
818
818
  backgroundColor: '--colors-semantic-urgent-color',
819
819
  borderRadius: '5px',
820
820
  },
821
+ tooltip: {
822
+ margin: '5px 0 0 5px',
823
+ text: {
824
+ alignment: 'left',
825
+ maxWidth: '243px',
826
+ },
827
+ },
821
828
  },
822
829
  },
823
830
  typography: {
@@ -739,6 +739,13 @@ declare type ThemeComponent = {
739
739
  backgroundColor: string;
740
740
  borderRadius: string;
741
741
  };
742
+ tooltip: {
743
+ margin: string;
744
+ text: {
745
+ alignment: string;
746
+ maxWidth: string;
747
+ };
748
+ };
742
749
  };
743
750
  };
744
751
  declare type ThemeTypography = {
@@ -820,6 +820,13 @@ var thebodcon = {
820
820
  backgroundColor: '--colors-semantic-urgent-color',
821
821
  borderRadius: '5px',
822
822
  },
823
+ tooltip: {
824
+ margin: '5px 0 0 5px',
825
+ text: {
826
+ alignment: 'left',
827
+ maxWidth: '243px',
828
+ },
829
+ },
823
830
  },
824
831
  },
825
832
  typography: {
@@ -739,6 +739,13 @@ declare type ThemeComponent = {
739
739
  backgroundColor: string;
740
740
  borderRadius: string;
741
741
  };
742
+ tooltip: {
743
+ margin: string;
744
+ text: {
745
+ alignment: string;
746
+ maxWidth: string;
747
+ };
748
+ };
742
749
  };
743
750
  };
744
751
  declare type ThemeTypography = {
@@ -803,6 +803,13 @@ var tsd = {
803
803
  backgroundColor: '--colors-pallete-primary-color',
804
804
  borderRadius: '4px 4px 0px 0px',
805
805
  },
806
+ tooltip: {
807
+ margin: '2px 0 0 5px',
808
+ text: {
809
+ alignment: 'center',
810
+ maxWidth: '243px',
811
+ },
812
+ },
806
813
  },
807
814
  },
808
815
  typography: {
@@ -739,6 +739,13 @@ declare type ThemeComponent = {
739
739
  backgroundColor: string;
740
740
  borderRadius: string;
741
741
  };
742
+ tooltip: {
743
+ margin: string;
744
+ text: {
745
+ alignment: string;
746
+ maxWidth: string;
747
+ };
748
+ };
742
749
  };
743
750
  };
744
751
  declare type ThemeTypography = {
@@ -910,6 +910,13 @@ var truekind = {
910
910
  backgroundColor: '--colors-semantic-urgent-color',
911
911
  borderRadius: '5px',
912
912
  },
913
+ tooltip: {
914
+ margin: '5px 0 0 5px',
915
+ text: {
916
+ alignment: 'left',
917
+ maxWidth: '243px',
918
+ },
919
+ },
913
920
  },
914
921
  },
915
922
  fonts: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.17.2",
6
+ "version": "6.17.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",