@salutejs/sdds-dfa 0.178.0-canary.1572.11972038908.0 → 0.178.0-canary.1588.11972699441.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1198,6 +1198,7 @@ size: {
1198
1198
  l: PolymorphicClassName;
1199
1199
  };
1200
1200
  }> & {
1201
+ noWrap?: boolean | undefined;
1201
1202
  breakWord?: boolean | undefined;
1202
1203
  color?: string | undefined;
1203
1204
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1212,6 +1213,7 @@ size: {
1212
1213
  m: PolymorphicClassName;
1213
1214
  };
1214
1215
  }> & {
1216
+ noWrap?: boolean | undefined;
1215
1217
  breakWord?: boolean | undefined;
1216
1218
  color?: string | undefined;
1217
1219
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1226,6 +1228,7 @@ size: {
1226
1228
  s: PolymorphicClassName;
1227
1229
  };
1228
1230
  }> & {
1231
+ noWrap?: boolean | undefined;
1229
1232
  breakWord?: boolean | undefined;
1230
1233
  color?: string | undefined;
1231
1234
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1240,6 +1243,7 @@ size: {
1240
1243
  xs: PolymorphicClassName;
1241
1244
  };
1242
1245
  }> & {
1246
+ noWrap?: boolean | undefined;
1243
1247
  breakWord?: boolean | undefined;
1244
1248
  color?: string | undefined;
1245
1249
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1254,6 +1258,7 @@ size: {
1254
1258
  xxs: PolymorphicClassName;
1255
1259
  };
1256
1260
  }> & {
1261
+ noWrap?: boolean | undefined;
1257
1262
  breakWord?: boolean | undefined;
1258
1263
  color?: string | undefined;
1259
1264
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1839,6 +1844,7 @@ size: {
1839
1844
  l: PolymorphicClassName;
1840
1845
  };
1841
1846
  }> & {
1847
+ noWrap?: boolean | undefined;
1842
1848
  breakWord?: boolean | undefined;
1843
1849
  color?: string | undefined;
1844
1850
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1853,6 +1859,7 @@ size: {
1853
1859
  m: PolymorphicClassName;
1854
1860
  };
1855
1861
  }> & {
1862
+ noWrap?: boolean | undefined;
1856
1863
  breakWord?: boolean | undefined;
1857
1864
  color?: string | undefined;
1858
1865
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1867,6 +1874,7 @@ size: {
1867
1874
  s: PolymorphicClassName;
1868
1875
  };
1869
1876
  }> & {
1877
+ noWrap?: boolean | undefined;
1870
1878
  breakWord?: boolean | undefined;
1871
1879
  color?: string | undefined;
1872
1880
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1900,6 +1908,7 @@ size: {
1900
1908
  h1: PolymorphicClassName;
1901
1909
  };
1902
1910
  }> & {
1911
+ noWrap?: boolean | undefined;
1903
1912
  breakWord?: boolean | undefined;
1904
1913
  color?: string | undefined;
1905
1914
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1914,6 +1923,7 @@ size: {
1914
1923
  h2: PolymorphicClassName;
1915
1924
  };
1916
1925
  }> & {
1926
+ noWrap?: boolean | undefined;
1917
1927
  breakWord?: boolean | undefined;
1918
1928
  color?: string | undefined;
1919
1929
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1928,6 +1938,7 @@ size: {
1928
1938
  h3: PolymorphicClassName;
1929
1939
  };
1930
1940
  }> & {
1941
+ noWrap?: boolean | undefined;
1931
1942
  breakWord?: boolean | undefined;
1932
1943
  color?: string | undefined;
1933
1944
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1942,6 +1953,7 @@ size: {
1942
1953
  h4: PolymorphicClassName;
1943
1954
  };
1944
1955
  }> & {
1956
+ noWrap?: boolean | undefined;
1945
1957
  breakWord?: boolean | undefined;
1946
1958
  color?: string | undefined;
1947
1959
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1956,6 +1968,7 @@ size: {
1956
1968
  h5: PolymorphicClassName;
1957
1969
  };
1958
1970
  }> & {
1971
+ noWrap?: boolean | undefined;
1959
1972
  breakWord?: boolean | undefined;
1960
1973
  color?: string | undefined;
1961
1974
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5409,6 +5422,7 @@ size: {
5409
5422
  l: PolymorphicClassName;
5410
5423
  };
5411
5424
  }> & {
5425
+ noWrap?: boolean | undefined;
5412
5426
  breakWord?: boolean | undefined;
5413
5427
  color?: string | undefined;
5414
5428
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5423,6 +5437,7 @@ size: {
5423
5437
  m: PolymorphicClassName;
5424
5438
  };
5425
5439
  }> & {
5440
+ noWrap?: boolean | undefined;
5426
5441
  breakWord?: boolean | undefined;
5427
5442
  color?: string | undefined;
5428
5443
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5437,6 +5452,7 @@ size: {
5437
5452
  s: PolymorphicClassName;
5438
5453
  };
5439
5454
  }> & {
5455
+ noWrap?: boolean | undefined;
5440
5456
  breakWord?: boolean | undefined;
5441
5457
  color?: string | undefined;
5442
5458
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5451,6 +5467,7 @@ size: {
5451
5467
  xs: PolymorphicClassName;
5452
5468
  };
5453
5469
  }> & {
5470
+ noWrap?: boolean | undefined;
5454
5471
  breakWord?: boolean | undefined;
5455
5472
  color?: string | undefined;
5456
5473
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -4,6 +4,7 @@ export declare const BodyM: import("react").FunctionComponent<import("@salutejs/
4
4
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
5
  };
6
6
  }> & {
7
+ noWrap?: boolean | undefined;
7
8
  breakWord?: boolean | undefined;
8
9
  color?: string | undefined;
9
10
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -12,6 +13,7 @@ export declare const BodyL: import("react").FunctionComponent<import("@salutejs/
12
13
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
14
  };
14
15
  }> & {
16
+ noWrap?: boolean | undefined;
15
17
  breakWord?: boolean | undefined;
16
18
  color?: string | undefined;
17
19
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -20,6 +22,7 @@ export declare const BodyS: import("react").FunctionComponent<import("@salutejs/
20
22
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
23
  };
22
24
  }> & {
25
+ noWrap?: boolean | undefined;
23
26
  breakWord?: boolean | undefined;
24
27
  color?: string | undefined;
25
28
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -28,6 +31,7 @@ export declare const BodyXS: import("react").FunctionComponent<import("@salutejs
28
31
  xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
32
  };
30
33
  }> & {
34
+ noWrap?: boolean | undefined;
31
35
  breakWord?: boolean | undefined;
32
36
  color?: string | undefined;
33
37
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -36,6 +40,7 @@ export declare const BodyXXS: import("react").FunctionComponent<import("@salutej
36
40
  xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
41
  };
38
42
  }> & {
43
+ noWrap?: boolean | undefined;
39
44
  breakWord?: boolean | undefined;
40
45
  color?: string | undefined;
41
46
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -44,6 +49,7 @@ export declare const DsplM: import("react").FunctionComponent<import("@salutejs/
44
49
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
45
50
  };
46
51
  }> & {
52
+ noWrap?: boolean | undefined;
47
53
  breakWord?: boolean | undefined;
48
54
  color?: string | undefined;
49
55
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -52,6 +58,7 @@ export declare const DsplL: import("react").FunctionComponent<import("@salutejs/
52
58
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
53
59
  };
54
60
  }> & {
61
+ noWrap?: boolean | undefined;
55
62
  breakWord?: boolean | undefined;
56
63
  color?: string | undefined;
57
64
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -60,6 +67,7 @@ export declare const DsplS: import("react").FunctionComponent<import("@salutejs/
60
67
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
61
68
  };
62
69
  }> & {
70
+ noWrap?: boolean | undefined;
63
71
  breakWord?: boolean | undefined;
64
72
  color?: string | undefined;
65
73
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -68,6 +76,7 @@ export declare const H1: import("react").FunctionComponent<import("@salutejs/pla
68
76
  h1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
69
77
  };
70
78
  }> & {
79
+ noWrap?: boolean | undefined;
71
80
  breakWord?: boolean | undefined;
72
81
  color?: string | undefined;
73
82
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -76,6 +85,7 @@ export declare const H2: import("react").FunctionComponent<import("@salutejs/pla
76
85
  h2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
77
86
  };
78
87
  }> & {
88
+ noWrap?: boolean | undefined;
79
89
  breakWord?: boolean | undefined;
80
90
  color?: string | undefined;
81
91
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -84,6 +94,7 @@ export declare const H3: import("react").FunctionComponent<import("@salutejs/pla
84
94
  h3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
85
95
  };
86
96
  }> & {
97
+ noWrap?: boolean | undefined;
87
98
  breakWord?: boolean | undefined;
88
99
  color?: string | undefined;
89
100
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -92,6 +103,7 @@ export declare const H4: import("react").FunctionComponent<import("@salutejs/pla
92
103
  h4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
93
104
  };
94
105
  }> & {
106
+ noWrap?: boolean | undefined;
95
107
  breakWord?: boolean | undefined;
96
108
  color?: string | undefined;
97
109
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -100,6 +112,7 @@ export declare const H5: import("react").FunctionComponent<import("@salutejs/pla
100
112
  h5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
101
113
  };
102
114
  }> & {
115
+ noWrap?: boolean | undefined;
103
116
  breakWord?: boolean | undefined;
104
117
  color?: string | undefined;
105
118
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -108,6 +121,7 @@ export declare const TextM: import("react").FunctionComponent<import("@salutejs/
108
121
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
109
122
  };
110
123
  }> & {
124
+ noWrap?: boolean | undefined;
111
125
  breakWord?: boolean | undefined;
112
126
  color?: string | undefined;
113
127
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -116,6 +130,7 @@ export declare const TextL: import("react").FunctionComponent<import("@salutejs/
116
130
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
117
131
  };
118
132
  }> & {
133
+ noWrap?: boolean | undefined;
119
134
  breakWord?: boolean | undefined;
120
135
  color?: string | undefined;
121
136
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -124,6 +139,7 @@ export declare const TextS: import("react").FunctionComponent<import("@salutejs/
124
139
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
125
140
  };
126
141
  }> & {
142
+ noWrap?: boolean | undefined;
127
143
  breakWord?: boolean | undefined;
128
144
  color?: string | undefined;
129
145
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -132,6 +148,7 @@ export declare const TextXS: import("react").FunctionComponent<import("@salutejs
132
148
  xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
133
149
  };
134
150
  }> & {
151
+ noWrap?: boolean | undefined;
135
152
  breakWord?: boolean | undefined;
136
153
  color?: string | undefined;
137
154
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-dfa",
3
- "version": "0.178.0-canary.1572.11972038908.0",
3
+ "version": "0.178.0-canary.1588.11972699441.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.197.0-canary.1572.11972038908.0",
22
+ "@salutejs/plasma-new-hope": "0.197.0-canary.1588.11972699441.0",
23
23
  "@salutejs/sdds-themes": "0.27.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -95,5 +95,5 @@
95
95
  "Anton Vinogradov"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "b4fe330b4803b1184c7921810244d307c6f59ec8"
98
+ "gitHead": "52a41c4c63e00f5a030bee026767af7c4c5dcff6"
99
99
  }
@@ -1198,6 +1198,7 @@ size: {
1198
1198
  l: PolymorphicClassName;
1199
1199
  };
1200
1200
  }> & {
1201
+ noWrap?: boolean | undefined;
1201
1202
  breakWord?: boolean | undefined;
1202
1203
  color?: string | undefined;
1203
1204
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1212,6 +1213,7 @@ size: {
1212
1213
  m: PolymorphicClassName;
1213
1214
  };
1214
1215
  }> & {
1216
+ noWrap?: boolean | undefined;
1215
1217
  breakWord?: boolean | undefined;
1216
1218
  color?: string | undefined;
1217
1219
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1226,6 +1228,7 @@ size: {
1226
1228
  s: PolymorphicClassName;
1227
1229
  };
1228
1230
  }> & {
1231
+ noWrap?: boolean | undefined;
1229
1232
  breakWord?: boolean | undefined;
1230
1233
  color?: string | undefined;
1231
1234
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1240,6 +1243,7 @@ size: {
1240
1243
  xs: PolymorphicClassName;
1241
1244
  };
1242
1245
  }> & {
1246
+ noWrap?: boolean | undefined;
1243
1247
  breakWord?: boolean | undefined;
1244
1248
  color?: string | undefined;
1245
1249
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1254,6 +1258,7 @@ size: {
1254
1258
  xxs: PolymorphicClassName;
1255
1259
  };
1256
1260
  }> & {
1261
+ noWrap?: boolean | undefined;
1257
1262
  breakWord?: boolean | undefined;
1258
1263
  color?: string | undefined;
1259
1264
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1839,6 +1844,7 @@ size: {
1839
1844
  l: PolymorphicClassName;
1840
1845
  };
1841
1846
  }> & {
1847
+ noWrap?: boolean | undefined;
1842
1848
  breakWord?: boolean | undefined;
1843
1849
  color?: string | undefined;
1844
1850
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1853,6 +1859,7 @@ size: {
1853
1859
  m: PolymorphicClassName;
1854
1860
  };
1855
1861
  }> & {
1862
+ noWrap?: boolean | undefined;
1856
1863
  breakWord?: boolean | undefined;
1857
1864
  color?: string | undefined;
1858
1865
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1867,6 +1874,7 @@ size: {
1867
1874
  s: PolymorphicClassName;
1868
1875
  };
1869
1876
  }> & {
1877
+ noWrap?: boolean | undefined;
1870
1878
  breakWord?: boolean | undefined;
1871
1879
  color?: string | undefined;
1872
1880
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1900,6 +1908,7 @@ size: {
1900
1908
  h1: PolymorphicClassName;
1901
1909
  };
1902
1910
  }> & {
1911
+ noWrap?: boolean | undefined;
1903
1912
  breakWord?: boolean | undefined;
1904
1913
  color?: string | undefined;
1905
1914
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1914,6 +1923,7 @@ size: {
1914
1923
  h2: PolymorphicClassName;
1915
1924
  };
1916
1925
  }> & {
1926
+ noWrap?: boolean | undefined;
1917
1927
  breakWord?: boolean | undefined;
1918
1928
  color?: string | undefined;
1919
1929
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1928,6 +1938,7 @@ size: {
1928
1938
  h3: PolymorphicClassName;
1929
1939
  };
1930
1940
  }> & {
1941
+ noWrap?: boolean | undefined;
1931
1942
  breakWord?: boolean | undefined;
1932
1943
  color?: string | undefined;
1933
1944
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1942,6 +1953,7 @@ size: {
1942
1953
  h4: PolymorphicClassName;
1943
1954
  };
1944
1955
  }> & {
1956
+ noWrap?: boolean | undefined;
1945
1957
  breakWord?: boolean | undefined;
1946
1958
  color?: string | undefined;
1947
1959
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -1956,6 +1968,7 @@ size: {
1956
1968
  h5: PolymorphicClassName;
1957
1969
  };
1958
1970
  }> & {
1971
+ noWrap?: boolean | undefined;
1959
1972
  breakWord?: boolean | undefined;
1960
1973
  color?: string | undefined;
1961
1974
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5409,6 +5422,7 @@ size: {
5409
5422
  l: PolymorphicClassName;
5410
5423
  };
5411
5424
  }> & {
5425
+ noWrap?: boolean | undefined;
5412
5426
  breakWord?: boolean | undefined;
5413
5427
  color?: string | undefined;
5414
5428
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5423,6 +5437,7 @@ size: {
5423
5437
  m: PolymorphicClassName;
5424
5438
  };
5425
5439
  }> & {
5440
+ noWrap?: boolean | undefined;
5426
5441
  breakWord?: boolean | undefined;
5427
5442
  color?: string | undefined;
5428
5443
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5437,6 +5452,7 @@ size: {
5437
5452
  s: PolymorphicClassName;
5438
5453
  };
5439
5454
  }> & {
5455
+ noWrap?: boolean | undefined;
5440
5456
  breakWord?: boolean | undefined;
5441
5457
  color?: string | undefined;
5442
5458
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -5451,6 +5467,7 @@ size: {
5451
5467
  xs: PolymorphicClassName;
5452
5468
  };
5453
5469
  }> & {
5470
+ noWrap?: boolean | undefined;
5454
5471
  breakWord?: boolean | undefined;
5455
5472
  color?: string | undefined;
5456
5473
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;