@trafilea/afrodita-components 7.27.2 → 7.27.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.
@@ -983,84 +983,99 @@ var truekind = {
983
983
  family: 'CircularXX',
984
984
  src: 'CircularXX-Regular.otf',
985
985
  weight: 'normal',
986
+ display: 'swap',
986
987
  },
987
988
  {
988
989
  family: 'CircularXX',
989
990
  src: 'CircularXX-RegularItalic.otf',
990
991
  weight: 'normal',
991
992
  style: 'italic',
993
+ display: 'swap',
992
994
  },
993
995
  {
994
996
  family: 'CircularXX',
995
997
  src: 'CircularXX-Bold.otf',
996
998
  weight: 'bold',
999
+ display: 'swap',
997
1000
  },
998
1001
  {
999
1002
  family: 'CircularXX',
1000
1003
  src: 'CircularXX-BoldItalic.otf',
1001
1004
  weight: 'bold',
1002
1005
  style: 'italic',
1006
+ display: 'swap',
1003
1007
  },
1004
1008
  {
1005
1009
  family: 'CircularXX',
1006
1010
  src: 'CircularXX-Thin.otf',
1007
1011
  weight: 100,
1012
+ display: 'swap',
1008
1013
  },
1009
1014
  {
1010
1015
  family: 'CircularXX',
1011
1016
  src: 'CircularXX-ThinItalic.otf',
1012
1017
  weight: 100,
1013
1018
  style: 'italic',
1019
+ display: 'swap',
1014
1020
  },
1015
1021
  {
1016
1022
  family: 'CircularXX',
1017
1023
  src: 'CircularXX-Light.otf',
1018
1024
  weight: 200,
1025
+ display: 'swap',
1019
1026
  },
1020
1027
  {
1021
1028
  family: 'CircularXX',
1022
1029
  src: 'CircularXX-LightItalic.otf',
1023
1030
  weight: 200,
1024
1031
  style: 'italic',
1032
+ display: 'swap',
1025
1033
  },
1026
1034
  {
1027
1035
  family: 'CircularXX',
1028
1036
  src: 'CircularXX-Regular.otf',
1029
1037
  weight: 300,
1038
+ display: 'swap',
1030
1039
  },
1031
1040
  {
1032
1041
  family: 'CircularXX',
1033
1042
  src: 'CircularXX-RegularItalic.otf',
1034
1043
  weight: 300,
1035
1044
  style: 'italic',
1045
+ display: 'swap',
1036
1046
  },
1037
1047
  {
1038
1048
  family: 'CircularXX',
1039
1049
  src: 'CircularXX-Book.otf',
1040
1050
  weight: 400,
1051
+ display: 'swap',
1041
1052
  },
1042
1053
  {
1043
1054
  family: 'CircularXX',
1044
1055
  src: 'CircularXX-BookItalic.otf',
1045
1056
  weight: 400,
1046
1057
  style: 'italic',
1058
+ display: 'swap',
1047
1059
  },
1048
1060
  {
1049
1061
  family: 'CircularXX',
1050
1062
  src: 'CircularXX-Medium.otf',
1051
1063
  weight: 500,
1064
+ display: 'swap',
1052
1065
  },
1053
1066
  {
1054
1067
  family: 'CircularXX',
1055
1068
  src: 'CircularXX-MediumItalic.otf',
1056
1069
  weight: 500,
1057
1070
  style: 'italic',
1071
+ display: 'swap',
1058
1072
  },
1059
1073
  {
1060
1074
  family: 'CircularXX',
1061
1075
  src: 'CircularXX-Bold.otf',
1062
1076
  weight: 700,
1063
1077
  stretch: 'condensed',
1078
+ display: 'swap',
1064
1079
  },
1065
1080
  {
1066
1081
  family: 'CircularXX',
@@ -1068,6 +1083,7 @@ var truekind = {
1068
1083
  weight: 700,
1069
1084
  stretch: 'condensed',
1070
1085
  style: 'italic',
1086
+ display: 'swap',
1071
1087
  },
1072
1088
  {
1073
1089
  family: 'CircularXX',
@@ -1075,18 +1091,21 @@ var truekind = {
1075
1091
  weight: 800,
1076
1092
  stretch: 'condensed',
1077
1093
  style: 'italic',
1094
+ display: 'swap',
1078
1095
  },
1079
1096
  {
1080
1097
  family: 'CircularXX',
1081
1098
  src: 'CircularXX-Black.otf',
1082
1099
  weight: 800,
1083
1100
  stretch: 'condensed',
1101
+ display: 'swap',
1084
1102
  },
1085
1103
  {
1086
1104
  family: 'CircularXX',
1087
1105
  src: 'CircularXX-ExtraBlack.otf',
1088
1106
  weight: 900,
1089
1107
  stretch: 'condensed',
1108
+ display: 'swap',
1090
1109
  },
1091
1110
  {
1092
1111
  family: 'CircularXX',
@@ -1094,6 +1113,7 @@ var truekind = {
1094
1113
  weight: 900,
1095
1114
  stretch: 'condensed',
1096
1115
  style: 'italic',
1116
+ display: 'swap',
1097
1117
  },
1098
1118
  ],
1099
1119
  },
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": "7.27.2",
6
+ "version": "7.27.3",
7
7
  "private": false,
8
8
  "main": "build/lib/index.js",
9
9
  "style": "build/es/index.css",