@salutejs/plasma-asdk 0.208.0-canary.1572.11972038908.0 → 0.208.0-canary.1588.11972699441.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,6 +40,7 @@ size: {
40
40
  body1: PolymorphicClassName;
41
41
  };
42
42
  }> & {
43
+ noWrap?: boolean | undefined;
43
44
  breakWord?: boolean | undefined;
44
45
  color?: string | undefined;
45
46
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -50,6 +51,7 @@ size: {
50
51
  body2: PolymorphicClassName;
51
52
  };
52
53
  }> & {
54
+ noWrap?: boolean | undefined;
53
55
  breakWord?: boolean | undefined;
54
56
  color?: string | undefined;
55
57
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -60,6 +62,7 @@ size: {
60
62
  l: PolymorphicClassName;
61
63
  };
62
64
  }> & {
65
+ noWrap?: boolean | undefined;
63
66
  breakWord?: boolean | undefined;
64
67
  color?: string | undefined;
65
68
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -70,6 +73,7 @@ size: {
70
73
  m: PolymorphicClassName;
71
74
  };
72
75
  }> & {
76
+ noWrap?: boolean | undefined;
73
77
  breakWord?: boolean | undefined;
74
78
  color?: string | undefined;
75
79
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -80,6 +84,7 @@ size: {
80
84
  s: PolymorphicClassName;
81
85
  };
82
86
  }> & {
87
+ noWrap?: boolean | undefined;
83
88
  breakWord?: boolean | undefined;
84
89
  color?: string | undefined;
85
90
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -90,6 +95,7 @@ size: {
90
95
  xs: PolymorphicClassName;
91
96
  };
92
97
  }> & {
98
+ noWrap?: boolean | undefined;
93
99
  breakWord?: boolean | undefined;
94
100
  color?: string | undefined;
95
101
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -100,6 +106,7 @@ size: {
100
106
  xxs: PolymorphicClassName;
101
107
  };
102
108
  }> & {
109
+ noWrap?: boolean | undefined;
103
110
  breakWord?: boolean | undefined;
104
111
  color?: string | undefined;
105
112
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -239,6 +246,7 @@ size: {
239
246
  l: PolymorphicClassName;
240
247
  };
241
248
  }> & {
249
+ noWrap?: boolean | undefined;
242
250
  breakWord?: boolean | undefined;
243
251
  color?: string | undefined;
244
252
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -249,6 +257,7 @@ size: {
249
257
  m: PolymorphicClassName;
250
258
  };
251
259
  }> & {
260
+ noWrap?: boolean | undefined;
252
261
  breakWord?: boolean | undefined;
253
262
  color?: string | undefined;
254
263
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -259,6 +268,7 @@ size: {
259
268
  s: PolymorphicClassName;
260
269
  };
261
270
  }> & {
271
+ noWrap?: boolean | undefined;
262
272
  breakWord?: boolean | undefined;
263
273
  color?: string | undefined;
264
274
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -283,6 +293,7 @@ size: {
283
293
  h1: PolymorphicClassName;
284
294
  };
285
295
  }> & {
296
+ noWrap?: boolean | undefined;
286
297
  breakWord?: boolean | undefined;
287
298
  color?: string | undefined;
288
299
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -293,6 +304,7 @@ size: {
293
304
  h2: PolymorphicClassName;
294
305
  };
295
306
  }> & {
307
+ noWrap?: boolean | undefined;
296
308
  breakWord?: boolean | undefined;
297
309
  color?: string | undefined;
298
310
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -303,6 +315,7 @@ size: {
303
315
  h3: PolymorphicClassName;
304
316
  };
305
317
  }> & {
318
+ noWrap?: boolean | undefined;
306
319
  breakWord?: boolean | undefined;
307
320
  color?: string | undefined;
308
321
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -313,6 +326,7 @@ size: {
313
326
  h4: PolymorphicClassName;
314
327
  };
315
328
  }> & {
329
+ noWrap?: boolean | undefined;
316
330
  breakWord?: boolean | undefined;
317
331
  color?: string | undefined;
318
332
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -323,6 +337,7 @@ size: {
323
337
  h5: PolymorphicClassName;
324
338
  };
325
339
  }> & {
340
+ noWrap?: boolean | undefined;
326
341
  breakWord?: boolean | undefined;
327
342
  color?: string | undefined;
328
343
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -529,6 +544,7 @@ size: {
529
544
  l: PolymorphicClassName;
530
545
  };
531
546
  }> & {
547
+ noWrap?: boolean | undefined;
532
548
  breakWord?: boolean | undefined;
533
549
  color?: string | undefined;
534
550
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -539,6 +555,7 @@ size: {
539
555
  m: PolymorphicClassName;
540
556
  };
541
557
  }> & {
558
+ noWrap?: boolean | undefined;
542
559
  breakWord?: boolean | undefined;
543
560
  color?: string | undefined;
544
561
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -549,6 +566,7 @@ size: {
549
566
  s: PolymorphicClassName;
550
567
  };
551
568
  }> & {
569
+ noWrap?: boolean | undefined;
552
570
  breakWord?: boolean | undefined;
553
571
  color?: string | undefined;
554
572
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -559,6 +577,7 @@ size: {
559
577
  xs: PolymorphicClassName;
560
578
  };
561
579
  }> & {
580
+ noWrap?: boolean | undefined;
562
581
  breakWord?: boolean | undefined;
563
582
  color?: string | undefined;
564
583
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -4,6 +4,7 @@ export declare const Body1: import("react").FunctionComponent<import("@salutejs/
4
4
  body1: 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 Body2: import("react").FunctionComponent<import("@salutejs/
12
13
  body2: 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 Body3: import("react").FunctionComponent<import("@salutejs/
20
22
  body3: 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>>;
@@ -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/plasma-asdk",
3
- "version": "0.208.0-canary.1572.11972038908.0",
3
+ "version": "0.208.0-canary.1588.11972699441.0",
4
4
  "description": "Salute Design System / React UI kit for Assistant web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/plasma-asdk"
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/plasma-tokens": "1.105.0",
24
24
  "@salutejs/plasma-tokens-b2b": "1.43.0",
25
25
  "@salutejs/plasma-typo": "0.40.0"
@@ -98,5 +98,5 @@
98
98
  "Fanil Zubairov"
99
99
  ],
100
100
  "sideEffects": false,
101
- "gitHead": "b4fe330b4803b1184c7921810244d307c6f59ec8"
101
+ "gitHead": "52a41c4c63e00f5a030bee026767af7c4c5dcff6"
102
102
  }
@@ -40,6 +40,7 @@ size: {
40
40
  body1: PolymorphicClassName;
41
41
  };
42
42
  }> & {
43
+ noWrap?: boolean | undefined;
43
44
  breakWord?: boolean | undefined;
44
45
  color?: string | undefined;
45
46
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -50,6 +51,7 @@ size: {
50
51
  body2: PolymorphicClassName;
51
52
  };
52
53
  }> & {
54
+ noWrap?: boolean | undefined;
53
55
  breakWord?: boolean | undefined;
54
56
  color?: string | undefined;
55
57
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -60,6 +62,7 @@ size: {
60
62
  l: PolymorphicClassName;
61
63
  };
62
64
  }> & {
65
+ noWrap?: boolean | undefined;
63
66
  breakWord?: boolean | undefined;
64
67
  color?: string | undefined;
65
68
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -70,6 +73,7 @@ size: {
70
73
  m: PolymorphicClassName;
71
74
  };
72
75
  }> & {
76
+ noWrap?: boolean | undefined;
73
77
  breakWord?: boolean | undefined;
74
78
  color?: string | undefined;
75
79
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -80,6 +84,7 @@ size: {
80
84
  s: PolymorphicClassName;
81
85
  };
82
86
  }> & {
87
+ noWrap?: boolean | undefined;
83
88
  breakWord?: boolean | undefined;
84
89
  color?: string | undefined;
85
90
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -90,6 +95,7 @@ size: {
90
95
  xs: PolymorphicClassName;
91
96
  };
92
97
  }> & {
98
+ noWrap?: boolean | undefined;
93
99
  breakWord?: boolean | undefined;
94
100
  color?: string | undefined;
95
101
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -100,6 +106,7 @@ size: {
100
106
  xxs: PolymorphicClassName;
101
107
  };
102
108
  }> & {
109
+ noWrap?: boolean | undefined;
103
110
  breakWord?: boolean | undefined;
104
111
  color?: string | undefined;
105
112
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -239,6 +246,7 @@ size: {
239
246
  l: PolymorphicClassName;
240
247
  };
241
248
  }> & {
249
+ noWrap?: boolean | undefined;
242
250
  breakWord?: boolean | undefined;
243
251
  color?: string | undefined;
244
252
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -249,6 +257,7 @@ size: {
249
257
  m: PolymorphicClassName;
250
258
  };
251
259
  }> & {
260
+ noWrap?: boolean | undefined;
252
261
  breakWord?: boolean | undefined;
253
262
  color?: string | undefined;
254
263
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -259,6 +268,7 @@ size: {
259
268
  s: PolymorphicClassName;
260
269
  };
261
270
  }> & {
271
+ noWrap?: boolean | undefined;
262
272
  breakWord?: boolean | undefined;
263
273
  color?: string | undefined;
264
274
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -283,6 +293,7 @@ size: {
283
293
  h1: PolymorphicClassName;
284
294
  };
285
295
  }> & {
296
+ noWrap?: boolean | undefined;
286
297
  breakWord?: boolean | undefined;
287
298
  color?: string | undefined;
288
299
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -293,6 +304,7 @@ size: {
293
304
  h2: PolymorphicClassName;
294
305
  };
295
306
  }> & {
307
+ noWrap?: boolean | undefined;
296
308
  breakWord?: boolean | undefined;
297
309
  color?: string | undefined;
298
310
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -303,6 +315,7 @@ size: {
303
315
  h3: PolymorphicClassName;
304
316
  };
305
317
  }> & {
318
+ noWrap?: boolean | undefined;
306
319
  breakWord?: boolean | undefined;
307
320
  color?: string | undefined;
308
321
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -313,6 +326,7 @@ size: {
313
326
  h4: PolymorphicClassName;
314
327
  };
315
328
  }> & {
329
+ noWrap?: boolean | undefined;
316
330
  breakWord?: boolean | undefined;
317
331
  color?: string | undefined;
318
332
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -323,6 +337,7 @@ size: {
323
337
  h5: PolymorphicClassName;
324
338
  };
325
339
  }> & {
340
+ noWrap?: boolean | undefined;
326
341
  breakWord?: boolean | undefined;
327
342
  color?: string | undefined;
328
343
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -529,6 +544,7 @@ size: {
529
544
  l: PolymorphicClassName;
530
545
  };
531
546
  }> & {
547
+ noWrap?: boolean | undefined;
532
548
  breakWord?: boolean | undefined;
533
549
  color?: string | undefined;
534
550
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -539,6 +555,7 @@ size: {
539
555
  m: PolymorphicClassName;
540
556
  };
541
557
  }> & {
558
+ noWrap?: boolean | undefined;
542
559
  breakWord?: boolean | undefined;
543
560
  color?: string | undefined;
544
561
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -549,6 +566,7 @@ size: {
549
566
  s: PolymorphicClassName;
550
567
  };
551
568
  }> & {
569
+ noWrap?: boolean | undefined;
552
570
  breakWord?: boolean | undefined;
553
571
  color?: string | undefined;
554
572
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
@@ -559,6 +577,7 @@ size: {
559
577
  xs: PolymorphicClassName;
560
578
  };
561
579
  }> & {
580
+ noWrap?: boolean | undefined;
562
581
  breakWord?: boolean | undefined;
563
582
  color?: string | undefined;
564
583
  } & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;