carbon-react 104.58.8 → 105.0.2
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.
- package/esm/__internal__/popover/popover.component.d.ts +1 -1
- package/esm/__internal__/popover/popover.component.js +15 -5
- package/esm/components/menu/menu-full-screen/menu-full-screen.component.js +2 -1
- package/esm/components/menu/menu.component.js +2 -1
- package/esm/components/menu/menu.context.d.ts +1 -0
- package/esm/components/menu/menu.context.js +2 -1
- package/esm/components/menu/menu.d.ts +1 -0
- package/esm/components/modal/modal.component.js +2 -1
- package/esm/components/select/__internal__/select-text/select-text.component.d.ts +1 -5
- package/esm/components/select/__internal__/select-text/select-text.component.js +4 -28
- package/esm/components/select/select-textbox/select-textbox.component.js +5 -2
- package/esm/components/vertical-divider/index.d.ts +1 -2
- package/esm/components/vertical-divider/vertical-divider.component.d.ts +11 -9
- package/esm/components/vertical-divider/vertical-divider.component.js +1410 -25
- package/esm/components/vertical-divider/vertical-divider.style.d.ts +4 -2
- package/esm/components/vertical-divider/vertical-divider.style.js +1 -1
- package/lib/__internal__/popover/popover.component.d.ts +1 -1
- package/lib/__internal__/popover/popover.component.js +15 -4
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +2 -1
- package/lib/components/menu/menu.component.js +2 -1
- package/lib/components/menu/menu.context.d.ts +1 -0
- package/lib/components/menu/menu.context.js +2 -1
- package/lib/components/menu/menu.d.ts +1 -0
- package/lib/components/modal/modal.component.js +2 -1
- package/lib/components/select/__internal__/select-text/select-text.component.d.ts +1 -5
- package/lib/components/select/__internal__/select-text/select-text.component.js +4 -33
- package/lib/components/select/select-textbox/select-textbox.component.js +5 -2
- package/lib/components/vertical-divider/index.d.ts +1 -2
- package/lib/components/vertical-divider/vertical-divider.component.d.ts +11 -9
- package/lib/components/vertical-divider/vertical-divider.component.js +1459 -28
- package/lib/components/vertical-divider/vertical-divider.style.d.ts +4 -2
- package/lib/components/vertical-divider/vertical-divider.style.js +1 -1
- package/package.json +1 -1
- package/esm/components/row/column/column.component.d.ts +0 -30
- package/esm/components/row/column/column.component.js +0 -72
- package/esm/components/row/column/column.d.ts +0 -22
- package/esm/components/row/column/column.style.d.ts +0 -2
- package/esm/components/row/column/column.style.js +0 -32
- package/esm/components/row/index.d.ts +0 -2
- package/esm/components/row/index.js +0 -2
- package/esm/components/row/row.component.d.ts +0 -24
- package/esm/components/row/row.component.js +0 -59
- package/esm/components/row/row.config.d.ts +0 -11
- package/esm/components/row/row.config.js +0 -12
- package/esm/components/row/row.d.ts +0 -27
- package/esm/components/row/row.style.d.ts +0 -2
- package/esm/components/row/row.style.js +0 -53
- package/esm/components/vertical-divider/vertical-divider.d.ts +0 -113
- package/lib/components/row/column/column.component.d.ts +0 -30
- package/lib/components/row/column/column.component.js +0 -87
- package/lib/components/row/column/column.d.ts +0 -22
- package/lib/components/row/column/column.style.d.ts +0 -2
- package/lib/components/row/column/column.style.js +0 -45
- package/lib/components/row/index.d.ts +0 -2
- package/lib/components/row/index.js +0 -23
- package/lib/components/row/package.json +0 -6
- package/lib/components/row/row.component.d.ts +0 -24
- package/lib/components/row/row.component.js +0 -73
- package/lib/components/row/row.config.d.ts +0 -11
- package/lib/components/row/row.config.js +0 -20
- package/lib/components/row/row.d.ts +0 -27
- package/lib/components/row/row.style.d.ts +0 -2
- package/lib/components/row/row.style.js +0 -71
- package/lib/components/vertical-divider/vertical-divider.d.ts +0 -113
|
@@ -1,51 +1,1482 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
4
|
+
value: true,
|
|
5
5
|
});
|
|
6
|
-
exports.default = void 0;
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
exports.default = void 0;
|
|
9
8
|
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _menu = require("../menu/menu.component");
|
|
13
13
|
|
|
14
14
|
var _verticalDivider = require("./vertical-divider.style");
|
|
15
15
|
|
|
16
|
-
function
|
|
16
|
+
function _getRequireWildcardCache() {
|
|
17
|
+
if (typeof WeakMap !== "function") return null;
|
|
18
|
+
var cache = new WeakMap();
|
|
19
|
+
_getRequireWildcardCache = function () {
|
|
20
|
+
return cache;
|
|
21
|
+
};
|
|
22
|
+
return cache;
|
|
23
|
+
}
|
|
17
24
|
|
|
18
|
-
function
|
|
25
|
+
function _interopRequireWildcard(obj) {
|
|
26
|
+
if (obj && obj.__esModule) {
|
|
27
|
+
return obj;
|
|
28
|
+
}
|
|
29
|
+
if (obj === null || (typeof obj !== "object" && typeof obj !== "function")) {
|
|
30
|
+
return { default: obj };
|
|
31
|
+
}
|
|
32
|
+
var cache = _getRequireWildcardCache();
|
|
33
|
+
if (cache && cache.has(obj)) {
|
|
34
|
+
return cache.get(obj);
|
|
35
|
+
}
|
|
36
|
+
var newObj = {};
|
|
37
|
+
var hasPropertyDescriptor =
|
|
38
|
+
Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
39
|
+
for (var key in obj) {
|
|
40
|
+
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
41
|
+
var desc = hasPropertyDescriptor
|
|
42
|
+
? Object.getOwnPropertyDescriptor(obj, key)
|
|
43
|
+
: null;
|
|
44
|
+
if (desc && (desc.get || desc.set)) {
|
|
45
|
+
Object.defineProperty(newObj, key, desc);
|
|
46
|
+
} else {
|
|
47
|
+
newObj[key] = obj[key];
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
newObj.default = obj;
|
|
52
|
+
if (cache) {
|
|
53
|
+
cache.set(obj, newObj);
|
|
54
|
+
}
|
|
55
|
+
return newObj;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
function _extends() {
|
|
59
|
+
_extends =
|
|
60
|
+
Object.assign ||
|
|
61
|
+
function (target) {
|
|
62
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
63
|
+
var source = arguments[i];
|
|
64
|
+
for (var key in source) {
|
|
65
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
66
|
+
target[key] = source[key];
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
return target;
|
|
71
|
+
};
|
|
72
|
+
return _extends.apply(this, arguments);
|
|
73
|
+
}
|
|
19
74
|
|
|
20
75
|
const VerticalDivider = ({
|
|
21
76
|
h,
|
|
77
|
+
height,
|
|
22
78
|
displayInline = false,
|
|
23
79
|
tint = 80,
|
|
24
80
|
...props
|
|
25
|
-
}) =>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
81
|
+
}) => {
|
|
82
|
+
const { inMenu } = (0, _react.useContext)(_menu.MenuContext);
|
|
83
|
+
return /*#__PURE__*/ _react.default.createElement(
|
|
84
|
+
_verticalDivider.StyledVerticalWrapper,
|
|
85
|
+
_extends(
|
|
86
|
+
{
|
|
87
|
+
"data-component": "vertical-divider",
|
|
88
|
+
p: props.p || 3,
|
|
89
|
+
height: h || height,
|
|
90
|
+
displayInline: displayInline,
|
|
91
|
+
},
|
|
92
|
+
props,
|
|
93
|
+
{
|
|
94
|
+
as: inMenu ? "li" : "div",
|
|
95
|
+
"aria-hidden": !!inMenu,
|
|
96
|
+
}
|
|
97
|
+
),
|
|
98
|
+
/*#__PURE__*/ _react.default.createElement(_verticalDivider.StyledDivider, {
|
|
99
|
+
tint: tint,
|
|
100
|
+
})
|
|
101
|
+
);
|
|
102
|
+
};
|
|
33
103
|
|
|
34
104
|
VerticalDivider.propTypes = {
|
|
35
|
-
/** Styled system spacing props */
|
|
36
|
-
..._propTypes2.default.space,
|
|
37
|
-
|
|
38
|
-
/** Set a custom height for the component, if passing a number it will set the value in `px` */
|
|
39
|
-
h: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]),
|
|
40
|
-
|
|
41
|
-
/** Set this flag if using component in a non-flex container */
|
|
42
105
|
displayInline: _propTypes.default.bool,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
106
|
+
h: _propTypes.default.oneOfType([
|
|
107
|
+
_propTypes.default.number,
|
|
108
|
+
_propTypes.default.string,
|
|
109
|
+
]),
|
|
110
|
+
height: _propTypes.default.oneOfType([
|
|
111
|
+
_propTypes.default.number,
|
|
112
|
+
_propTypes.default.string,
|
|
113
|
+
]),
|
|
114
|
+
/**
|
|
115
|
+
* Margin on top, left, bottom and right
|
|
116
|
+
*/
|
|
117
|
+
m: _propTypes.default.oneOfType([
|
|
118
|
+
_propTypes.default.arrayOf(
|
|
119
|
+
_propTypes.default.oneOfType([
|
|
120
|
+
_propTypes.default.oneOf([null]),
|
|
121
|
+
_propTypes.default.number,
|
|
122
|
+
_propTypes.default.shape({
|
|
123
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
124
|
+
/**
|
|
125
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
126
|
+
*/
|
|
127
|
+
description: _propTypes.default.string,
|
|
128
|
+
/**
|
|
129
|
+
* Returns a string representation of an object.
|
|
130
|
+
*/
|
|
131
|
+
toString: _propTypes.default.func.isRequired,
|
|
132
|
+
/**
|
|
133
|
+
* Returns the primitive value of the specified object.
|
|
134
|
+
*/
|
|
135
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
136
|
+
}),
|
|
137
|
+
_propTypes.default.string,
|
|
138
|
+
])
|
|
139
|
+
),
|
|
140
|
+
_propTypes.default.number,
|
|
141
|
+
_propTypes.default.object,
|
|
142
|
+
_propTypes.default.shape({
|
|
143
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
144
|
+
/**
|
|
145
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
146
|
+
*/
|
|
147
|
+
description: _propTypes.default.string,
|
|
148
|
+
/**
|
|
149
|
+
* Returns a string representation of an object.
|
|
150
|
+
*/
|
|
151
|
+
toString: _propTypes.default.func.isRequired,
|
|
152
|
+
/**
|
|
153
|
+
* Returns the primitive value of the specified object.
|
|
154
|
+
*/
|
|
155
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
156
|
+
}),
|
|
157
|
+
_propTypes.default.string,
|
|
158
|
+
]),
|
|
159
|
+
/**
|
|
160
|
+
* Margin on top, left, bottom and right
|
|
161
|
+
*/
|
|
162
|
+
margin: _propTypes.default.oneOfType([
|
|
163
|
+
_propTypes.default.arrayOf(
|
|
164
|
+
_propTypes.default.oneOfType([
|
|
165
|
+
_propTypes.default.oneOf([null]),
|
|
166
|
+
_propTypes.default.number,
|
|
167
|
+
_propTypes.default.shape({
|
|
168
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
169
|
+
/**
|
|
170
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
171
|
+
*/
|
|
172
|
+
description: _propTypes.default.string,
|
|
173
|
+
/**
|
|
174
|
+
* Returns a string representation of an object.
|
|
175
|
+
*/
|
|
176
|
+
toString: _propTypes.default.func.isRequired,
|
|
177
|
+
/**
|
|
178
|
+
* Returns the primitive value of the specified object.
|
|
179
|
+
*/
|
|
180
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
181
|
+
}),
|
|
182
|
+
_propTypes.default.string,
|
|
183
|
+
])
|
|
184
|
+
),
|
|
185
|
+
_propTypes.default.number,
|
|
186
|
+
_propTypes.default.object,
|
|
187
|
+
_propTypes.default.shape({
|
|
188
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
189
|
+
/**
|
|
190
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
191
|
+
*/
|
|
192
|
+
description: _propTypes.default.string,
|
|
193
|
+
/**
|
|
194
|
+
* Returns a string representation of an object.
|
|
195
|
+
*/
|
|
196
|
+
toString: _propTypes.default.func.isRequired,
|
|
197
|
+
/**
|
|
198
|
+
* Returns the primitive value of the specified object.
|
|
199
|
+
*/
|
|
200
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
201
|
+
}),
|
|
202
|
+
_propTypes.default.string,
|
|
203
|
+
]),
|
|
204
|
+
/**
|
|
205
|
+
* Margin on bottom
|
|
206
|
+
*/
|
|
207
|
+
marginBottom: _propTypes.default.oneOfType([
|
|
208
|
+
_propTypes.default.arrayOf(
|
|
209
|
+
_propTypes.default.oneOfType([
|
|
210
|
+
_propTypes.default.oneOf([null]),
|
|
211
|
+
_propTypes.default.number,
|
|
212
|
+
_propTypes.default.shape({
|
|
213
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
214
|
+
/**
|
|
215
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
216
|
+
*/
|
|
217
|
+
description: _propTypes.default.string,
|
|
218
|
+
/**
|
|
219
|
+
* Returns a string representation of an object.
|
|
220
|
+
*/
|
|
221
|
+
toString: _propTypes.default.func.isRequired,
|
|
222
|
+
/**
|
|
223
|
+
* Returns the primitive value of the specified object.
|
|
224
|
+
*/
|
|
225
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
226
|
+
}),
|
|
227
|
+
_propTypes.default.string,
|
|
228
|
+
])
|
|
229
|
+
),
|
|
230
|
+
_propTypes.default.number,
|
|
231
|
+
_propTypes.default.object,
|
|
232
|
+
_propTypes.default.shape({
|
|
233
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
234
|
+
/**
|
|
235
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
236
|
+
*/
|
|
237
|
+
description: _propTypes.default.string,
|
|
238
|
+
/**
|
|
239
|
+
* Returns a string representation of an object.
|
|
240
|
+
*/
|
|
241
|
+
toString: _propTypes.default.func.isRequired,
|
|
242
|
+
/**
|
|
243
|
+
* Returns the primitive value of the specified object.
|
|
244
|
+
*/
|
|
245
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
246
|
+
}),
|
|
247
|
+
_propTypes.default.string,
|
|
248
|
+
]),
|
|
249
|
+
/**
|
|
250
|
+
* Margin on left
|
|
251
|
+
*/
|
|
252
|
+
marginLeft: _propTypes.default.oneOfType([
|
|
253
|
+
_propTypes.default.arrayOf(
|
|
254
|
+
_propTypes.default.oneOfType([
|
|
255
|
+
_propTypes.default.oneOf([null]),
|
|
256
|
+
_propTypes.default.number,
|
|
257
|
+
_propTypes.default.shape({
|
|
258
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
259
|
+
/**
|
|
260
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
261
|
+
*/
|
|
262
|
+
description: _propTypes.default.string,
|
|
263
|
+
/**
|
|
264
|
+
* Returns a string representation of an object.
|
|
265
|
+
*/
|
|
266
|
+
toString: _propTypes.default.func.isRequired,
|
|
267
|
+
/**
|
|
268
|
+
* Returns the primitive value of the specified object.
|
|
269
|
+
*/
|
|
270
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
271
|
+
}),
|
|
272
|
+
_propTypes.default.string,
|
|
273
|
+
])
|
|
274
|
+
),
|
|
275
|
+
_propTypes.default.number,
|
|
276
|
+
_propTypes.default.object,
|
|
277
|
+
_propTypes.default.shape({
|
|
278
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
279
|
+
/**
|
|
280
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
281
|
+
*/
|
|
282
|
+
description: _propTypes.default.string,
|
|
283
|
+
/**
|
|
284
|
+
* Returns a string representation of an object.
|
|
285
|
+
*/
|
|
286
|
+
toString: _propTypes.default.func.isRequired,
|
|
287
|
+
/**
|
|
288
|
+
* Returns the primitive value of the specified object.
|
|
289
|
+
*/
|
|
290
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
291
|
+
}),
|
|
292
|
+
_propTypes.default.string,
|
|
293
|
+
]),
|
|
294
|
+
/**
|
|
295
|
+
* Margin on right
|
|
296
|
+
*/
|
|
297
|
+
marginRight: _propTypes.default.oneOfType([
|
|
298
|
+
_propTypes.default.arrayOf(
|
|
299
|
+
_propTypes.default.oneOfType([
|
|
300
|
+
_propTypes.default.oneOf([null]),
|
|
301
|
+
_propTypes.default.number,
|
|
302
|
+
_propTypes.default.shape({
|
|
303
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
304
|
+
/**
|
|
305
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
306
|
+
*/
|
|
307
|
+
description: _propTypes.default.string,
|
|
308
|
+
/**
|
|
309
|
+
* Returns a string representation of an object.
|
|
310
|
+
*/
|
|
311
|
+
toString: _propTypes.default.func.isRequired,
|
|
312
|
+
/**
|
|
313
|
+
* Returns the primitive value of the specified object.
|
|
314
|
+
*/
|
|
315
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
316
|
+
}),
|
|
317
|
+
_propTypes.default.string,
|
|
318
|
+
])
|
|
319
|
+
),
|
|
320
|
+
_propTypes.default.number,
|
|
321
|
+
_propTypes.default.object,
|
|
322
|
+
_propTypes.default.shape({
|
|
323
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
324
|
+
/**
|
|
325
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
326
|
+
*/
|
|
327
|
+
description: _propTypes.default.string,
|
|
328
|
+
/**
|
|
329
|
+
* Returns a string representation of an object.
|
|
330
|
+
*/
|
|
331
|
+
toString: _propTypes.default.func.isRequired,
|
|
332
|
+
/**
|
|
333
|
+
* Returns the primitive value of the specified object.
|
|
334
|
+
*/
|
|
335
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
336
|
+
}),
|
|
337
|
+
_propTypes.default.string,
|
|
338
|
+
]),
|
|
339
|
+
/**
|
|
340
|
+
* Margin on top
|
|
341
|
+
*/
|
|
342
|
+
marginTop: _propTypes.default.oneOfType([
|
|
343
|
+
_propTypes.default.arrayOf(
|
|
344
|
+
_propTypes.default.oneOfType([
|
|
345
|
+
_propTypes.default.oneOf([null]),
|
|
346
|
+
_propTypes.default.number,
|
|
347
|
+
_propTypes.default.shape({
|
|
348
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
349
|
+
/**
|
|
350
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
351
|
+
*/
|
|
352
|
+
description: _propTypes.default.string,
|
|
353
|
+
/**
|
|
354
|
+
* Returns a string representation of an object.
|
|
355
|
+
*/
|
|
356
|
+
toString: _propTypes.default.func.isRequired,
|
|
357
|
+
/**
|
|
358
|
+
* Returns the primitive value of the specified object.
|
|
359
|
+
*/
|
|
360
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
361
|
+
}),
|
|
362
|
+
_propTypes.default.string,
|
|
363
|
+
])
|
|
364
|
+
),
|
|
365
|
+
_propTypes.default.number,
|
|
366
|
+
_propTypes.default.object,
|
|
367
|
+
_propTypes.default.shape({
|
|
368
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
369
|
+
/**
|
|
370
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
371
|
+
*/
|
|
372
|
+
description: _propTypes.default.string,
|
|
373
|
+
/**
|
|
374
|
+
* Returns a string representation of an object.
|
|
375
|
+
*/
|
|
376
|
+
toString: _propTypes.default.func.isRequired,
|
|
377
|
+
/**
|
|
378
|
+
* Returns the primitive value of the specified object.
|
|
379
|
+
*/
|
|
380
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
381
|
+
}),
|
|
382
|
+
_propTypes.default.string,
|
|
383
|
+
]),
|
|
384
|
+
/**
|
|
385
|
+
* Margin on left and right
|
|
386
|
+
*/
|
|
387
|
+
marginX: _propTypes.default.oneOfType([
|
|
388
|
+
_propTypes.default.arrayOf(
|
|
389
|
+
_propTypes.default.oneOfType([
|
|
390
|
+
_propTypes.default.oneOf([null]),
|
|
391
|
+
_propTypes.default.number,
|
|
392
|
+
_propTypes.default.shape({
|
|
393
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
394
|
+
/**
|
|
395
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
396
|
+
*/
|
|
397
|
+
description: _propTypes.default.string,
|
|
398
|
+
/**
|
|
399
|
+
* Returns a string representation of an object.
|
|
400
|
+
*/
|
|
401
|
+
toString: _propTypes.default.func.isRequired,
|
|
402
|
+
/**
|
|
403
|
+
* Returns the primitive value of the specified object.
|
|
404
|
+
*/
|
|
405
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
406
|
+
}),
|
|
407
|
+
_propTypes.default.string,
|
|
408
|
+
])
|
|
409
|
+
),
|
|
410
|
+
_propTypes.default.number,
|
|
411
|
+
_propTypes.default.object,
|
|
412
|
+
_propTypes.default.shape({
|
|
413
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
414
|
+
/**
|
|
415
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
416
|
+
*/
|
|
417
|
+
description: _propTypes.default.string,
|
|
418
|
+
/**
|
|
419
|
+
* Returns a string representation of an object.
|
|
420
|
+
*/
|
|
421
|
+
toString: _propTypes.default.func.isRequired,
|
|
422
|
+
/**
|
|
423
|
+
* Returns the primitive value of the specified object.
|
|
424
|
+
*/
|
|
425
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
426
|
+
}),
|
|
427
|
+
_propTypes.default.string,
|
|
428
|
+
]),
|
|
429
|
+
/**
|
|
430
|
+
* Margin on top and bottom
|
|
431
|
+
*/
|
|
432
|
+
marginY: _propTypes.default.oneOfType([
|
|
433
|
+
_propTypes.default.arrayOf(
|
|
434
|
+
_propTypes.default.oneOfType([
|
|
435
|
+
_propTypes.default.oneOf([null]),
|
|
436
|
+
_propTypes.default.number,
|
|
437
|
+
_propTypes.default.shape({
|
|
438
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
439
|
+
/**
|
|
440
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
441
|
+
*/
|
|
442
|
+
description: _propTypes.default.string,
|
|
443
|
+
/**
|
|
444
|
+
* Returns a string representation of an object.
|
|
445
|
+
*/
|
|
446
|
+
toString: _propTypes.default.func.isRequired,
|
|
447
|
+
/**
|
|
448
|
+
* Returns the primitive value of the specified object.
|
|
449
|
+
*/
|
|
450
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
451
|
+
}),
|
|
452
|
+
_propTypes.default.string,
|
|
453
|
+
])
|
|
454
|
+
),
|
|
455
|
+
_propTypes.default.number,
|
|
456
|
+
_propTypes.default.object,
|
|
457
|
+
_propTypes.default.shape({
|
|
458
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
459
|
+
/**
|
|
460
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
461
|
+
*/
|
|
462
|
+
description: _propTypes.default.string,
|
|
463
|
+
/**
|
|
464
|
+
* Returns a string representation of an object.
|
|
465
|
+
*/
|
|
466
|
+
toString: _propTypes.default.func.isRequired,
|
|
467
|
+
/**
|
|
468
|
+
* Returns the primitive value of the specified object.
|
|
469
|
+
*/
|
|
470
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
471
|
+
}),
|
|
472
|
+
_propTypes.default.string,
|
|
473
|
+
]),
|
|
474
|
+
/**
|
|
475
|
+
* Margin on bottom
|
|
476
|
+
*/
|
|
477
|
+
mb: _propTypes.default.oneOfType([
|
|
478
|
+
_propTypes.default.arrayOf(
|
|
479
|
+
_propTypes.default.oneOfType([
|
|
480
|
+
_propTypes.default.oneOf([null]),
|
|
481
|
+
_propTypes.default.number,
|
|
482
|
+
_propTypes.default.shape({
|
|
483
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
484
|
+
/**
|
|
485
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
486
|
+
*/
|
|
487
|
+
description: _propTypes.default.string,
|
|
488
|
+
/**
|
|
489
|
+
* Returns a string representation of an object.
|
|
490
|
+
*/
|
|
491
|
+
toString: _propTypes.default.func.isRequired,
|
|
492
|
+
/**
|
|
493
|
+
* Returns the primitive value of the specified object.
|
|
494
|
+
*/
|
|
495
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
496
|
+
}),
|
|
497
|
+
_propTypes.default.string,
|
|
498
|
+
])
|
|
499
|
+
),
|
|
500
|
+
_propTypes.default.number,
|
|
501
|
+
_propTypes.default.object,
|
|
502
|
+
_propTypes.default.shape({
|
|
503
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
504
|
+
/**
|
|
505
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
506
|
+
*/
|
|
507
|
+
description: _propTypes.default.string,
|
|
508
|
+
/**
|
|
509
|
+
* Returns a string representation of an object.
|
|
510
|
+
*/
|
|
511
|
+
toString: _propTypes.default.func.isRequired,
|
|
512
|
+
/**
|
|
513
|
+
* Returns the primitive value of the specified object.
|
|
514
|
+
*/
|
|
515
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
516
|
+
}),
|
|
517
|
+
_propTypes.default.string,
|
|
518
|
+
]),
|
|
519
|
+
/**
|
|
520
|
+
* Margin on left
|
|
521
|
+
*/
|
|
522
|
+
ml: _propTypes.default.oneOfType([
|
|
523
|
+
_propTypes.default.arrayOf(
|
|
524
|
+
_propTypes.default.oneOfType([
|
|
525
|
+
_propTypes.default.oneOf([null]),
|
|
526
|
+
_propTypes.default.number,
|
|
527
|
+
_propTypes.default.shape({
|
|
528
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
529
|
+
/**
|
|
530
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
531
|
+
*/
|
|
532
|
+
description: _propTypes.default.string,
|
|
533
|
+
/**
|
|
534
|
+
* Returns a string representation of an object.
|
|
535
|
+
*/
|
|
536
|
+
toString: _propTypes.default.func.isRequired,
|
|
537
|
+
/**
|
|
538
|
+
* Returns the primitive value of the specified object.
|
|
539
|
+
*/
|
|
540
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
541
|
+
}),
|
|
542
|
+
_propTypes.default.string,
|
|
543
|
+
])
|
|
544
|
+
),
|
|
545
|
+
_propTypes.default.number,
|
|
546
|
+
_propTypes.default.object,
|
|
547
|
+
_propTypes.default.shape({
|
|
548
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
549
|
+
/**
|
|
550
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
551
|
+
*/
|
|
552
|
+
description: _propTypes.default.string,
|
|
553
|
+
/**
|
|
554
|
+
* Returns a string representation of an object.
|
|
555
|
+
*/
|
|
556
|
+
toString: _propTypes.default.func.isRequired,
|
|
557
|
+
/**
|
|
558
|
+
* Returns the primitive value of the specified object.
|
|
559
|
+
*/
|
|
560
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
561
|
+
}),
|
|
562
|
+
_propTypes.default.string,
|
|
563
|
+
]),
|
|
564
|
+
/**
|
|
565
|
+
* Margin on right
|
|
566
|
+
*/
|
|
567
|
+
mr: _propTypes.default.oneOfType([
|
|
568
|
+
_propTypes.default.arrayOf(
|
|
569
|
+
_propTypes.default.oneOfType([
|
|
570
|
+
_propTypes.default.oneOf([null]),
|
|
571
|
+
_propTypes.default.number,
|
|
572
|
+
_propTypes.default.shape({
|
|
573
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
574
|
+
/**
|
|
575
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
576
|
+
*/
|
|
577
|
+
description: _propTypes.default.string,
|
|
578
|
+
/**
|
|
579
|
+
* Returns a string representation of an object.
|
|
580
|
+
*/
|
|
581
|
+
toString: _propTypes.default.func.isRequired,
|
|
582
|
+
/**
|
|
583
|
+
* Returns the primitive value of the specified object.
|
|
584
|
+
*/
|
|
585
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
586
|
+
}),
|
|
587
|
+
_propTypes.default.string,
|
|
588
|
+
])
|
|
589
|
+
),
|
|
590
|
+
_propTypes.default.number,
|
|
591
|
+
_propTypes.default.object,
|
|
592
|
+
_propTypes.default.shape({
|
|
593
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
594
|
+
/**
|
|
595
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
596
|
+
*/
|
|
597
|
+
description: _propTypes.default.string,
|
|
598
|
+
/**
|
|
599
|
+
* Returns a string representation of an object.
|
|
600
|
+
*/
|
|
601
|
+
toString: _propTypes.default.func.isRequired,
|
|
602
|
+
/**
|
|
603
|
+
* Returns the primitive value of the specified object.
|
|
604
|
+
*/
|
|
605
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
606
|
+
}),
|
|
607
|
+
_propTypes.default.string,
|
|
608
|
+
]),
|
|
609
|
+
/**
|
|
610
|
+
* Margin on top
|
|
611
|
+
*/
|
|
612
|
+
mt: _propTypes.default.oneOfType([
|
|
613
|
+
_propTypes.default.arrayOf(
|
|
614
|
+
_propTypes.default.oneOfType([
|
|
615
|
+
_propTypes.default.oneOf([null]),
|
|
616
|
+
_propTypes.default.number,
|
|
617
|
+
_propTypes.default.shape({
|
|
618
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
619
|
+
/**
|
|
620
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
621
|
+
*/
|
|
622
|
+
description: _propTypes.default.string,
|
|
623
|
+
/**
|
|
624
|
+
* Returns a string representation of an object.
|
|
625
|
+
*/
|
|
626
|
+
toString: _propTypes.default.func.isRequired,
|
|
627
|
+
/**
|
|
628
|
+
* Returns the primitive value of the specified object.
|
|
629
|
+
*/
|
|
630
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
631
|
+
}),
|
|
632
|
+
_propTypes.default.string,
|
|
633
|
+
])
|
|
634
|
+
),
|
|
635
|
+
_propTypes.default.number,
|
|
636
|
+
_propTypes.default.object,
|
|
637
|
+
_propTypes.default.shape({
|
|
638
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
639
|
+
/**
|
|
640
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
641
|
+
*/
|
|
642
|
+
description: _propTypes.default.string,
|
|
643
|
+
/**
|
|
644
|
+
* Returns a string representation of an object.
|
|
645
|
+
*/
|
|
646
|
+
toString: _propTypes.default.func.isRequired,
|
|
647
|
+
/**
|
|
648
|
+
* Returns the primitive value of the specified object.
|
|
649
|
+
*/
|
|
650
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
651
|
+
}),
|
|
652
|
+
_propTypes.default.string,
|
|
653
|
+
]),
|
|
654
|
+
/**
|
|
655
|
+
* Margin on left and right
|
|
656
|
+
*/
|
|
657
|
+
mx: _propTypes.default.oneOfType([
|
|
658
|
+
_propTypes.default.arrayOf(
|
|
659
|
+
_propTypes.default.oneOfType([
|
|
660
|
+
_propTypes.default.oneOf([null]),
|
|
661
|
+
_propTypes.default.number,
|
|
662
|
+
_propTypes.default.shape({
|
|
663
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
664
|
+
/**
|
|
665
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
666
|
+
*/
|
|
667
|
+
description: _propTypes.default.string,
|
|
668
|
+
/**
|
|
669
|
+
* Returns a string representation of an object.
|
|
670
|
+
*/
|
|
671
|
+
toString: _propTypes.default.func.isRequired,
|
|
672
|
+
/**
|
|
673
|
+
* Returns the primitive value of the specified object.
|
|
674
|
+
*/
|
|
675
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
676
|
+
}),
|
|
677
|
+
_propTypes.default.string,
|
|
678
|
+
])
|
|
679
|
+
),
|
|
680
|
+
_propTypes.default.number,
|
|
681
|
+
_propTypes.default.object,
|
|
682
|
+
_propTypes.default.shape({
|
|
683
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
684
|
+
/**
|
|
685
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
686
|
+
*/
|
|
687
|
+
description: _propTypes.default.string,
|
|
688
|
+
/**
|
|
689
|
+
* Returns a string representation of an object.
|
|
690
|
+
*/
|
|
691
|
+
toString: _propTypes.default.func.isRequired,
|
|
692
|
+
/**
|
|
693
|
+
* Returns the primitive value of the specified object.
|
|
694
|
+
*/
|
|
695
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
696
|
+
}),
|
|
697
|
+
_propTypes.default.string,
|
|
698
|
+
]),
|
|
699
|
+
/**
|
|
700
|
+
* Margin on top and bottom
|
|
701
|
+
*/
|
|
702
|
+
my: _propTypes.default.oneOfType([
|
|
703
|
+
_propTypes.default.arrayOf(
|
|
704
|
+
_propTypes.default.oneOfType([
|
|
705
|
+
_propTypes.default.oneOf([null]),
|
|
706
|
+
_propTypes.default.number,
|
|
707
|
+
_propTypes.default.shape({
|
|
708
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
709
|
+
/**
|
|
710
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
711
|
+
*/
|
|
712
|
+
description: _propTypes.default.string,
|
|
713
|
+
/**
|
|
714
|
+
* Returns a string representation of an object.
|
|
715
|
+
*/
|
|
716
|
+
toString: _propTypes.default.func.isRequired,
|
|
717
|
+
/**
|
|
718
|
+
* Returns the primitive value of the specified object.
|
|
719
|
+
*/
|
|
720
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
721
|
+
}),
|
|
722
|
+
_propTypes.default.string,
|
|
723
|
+
])
|
|
724
|
+
),
|
|
725
|
+
_propTypes.default.number,
|
|
726
|
+
_propTypes.default.object,
|
|
727
|
+
_propTypes.default.shape({
|
|
728
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
729
|
+
/**
|
|
730
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
731
|
+
*/
|
|
732
|
+
description: _propTypes.default.string,
|
|
733
|
+
/**
|
|
734
|
+
* Returns a string representation of an object.
|
|
735
|
+
*/
|
|
736
|
+
toString: _propTypes.default.func.isRequired,
|
|
737
|
+
/**
|
|
738
|
+
* Returns the primitive value of the specified object.
|
|
739
|
+
*/
|
|
740
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
741
|
+
}),
|
|
742
|
+
_propTypes.default.string,
|
|
743
|
+
]),
|
|
744
|
+
/**
|
|
745
|
+
* Padding on top, left, bottom and right
|
|
746
|
+
*/
|
|
747
|
+
p: _propTypes.default.oneOfType([
|
|
748
|
+
_propTypes.default.arrayOf(
|
|
749
|
+
_propTypes.default.oneOfType([
|
|
750
|
+
_propTypes.default.oneOf([null]),
|
|
751
|
+
_propTypes.default.number,
|
|
752
|
+
_propTypes.default.shape({
|
|
753
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
754
|
+
/**
|
|
755
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
756
|
+
*/
|
|
757
|
+
description: _propTypes.default.string,
|
|
758
|
+
/**
|
|
759
|
+
* Returns a string representation of an object.
|
|
760
|
+
*/
|
|
761
|
+
toString: _propTypes.default.func.isRequired,
|
|
762
|
+
/**
|
|
763
|
+
* Returns the primitive value of the specified object.
|
|
764
|
+
*/
|
|
765
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
766
|
+
}),
|
|
767
|
+
_propTypes.default.string,
|
|
768
|
+
])
|
|
769
|
+
),
|
|
770
|
+
_propTypes.default.number,
|
|
771
|
+
_propTypes.default.object,
|
|
772
|
+
_propTypes.default.shape({
|
|
773
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
774
|
+
/**
|
|
775
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
776
|
+
*/
|
|
777
|
+
description: _propTypes.default.string,
|
|
778
|
+
/**
|
|
779
|
+
* Returns a string representation of an object.
|
|
780
|
+
*/
|
|
781
|
+
toString: _propTypes.default.func.isRequired,
|
|
782
|
+
/**
|
|
783
|
+
* Returns the primitive value of the specified object.
|
|
784
|
+
*/
|
|
785
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
786
|
+
}),
|
|
787
|
+
_propTypes.default.string,
|
|
788
|
+
]),
|
|
789
|
+
/**
|
|
790
|
+
* Padding on top, left, bottom and right
|
|
791
|
+
*/
|
|
792
|
+
padding: _propTypes.default.oneOfType([
|
|
793
|
+
_propTypes.default.arrayOf(
|
|
794
|
+
_propTypes.default.oneOfType([
|
|
795
|
+
_propTypes.default.oneOf([null]),
|
|
796
|
+
_propTypes.default.number,
|
|
797
|
+
_propTypes.default.shape({
|
|
798
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
799
|
+
/**
|
|
800
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
801
|
+
*/
|
|
802
|
+
description: _propTypes.default.string,
|
|
803
|
+
/**
|
|
804
|
+
* Returns a string representation of an object.
|
|
805
|
+
*/
|
|
806
|
+
toString: _propTypes.default.func.isRequired,
|
|
807
|
+
/**
|
|
808
|
+
* Returns the primitive value of the specified object.
|
|
809
|
+
*/
|
|
810
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
811
|
+
}),
|
|
812
|
+
_propTypes.default.string,
|
|
813
|
+
])
|
|
814
|
+
),
|
|
815
|
+
_propTypes.default.number,
|
|
816
|
+
_propTypes.default.object,
|
|
817
|
+
_propTypes.default.shape({
|
|
818
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
819
|
+
/**
|
|
820
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
821
|
+
*/
|
|
822
|
+
description: _propTypes.default.string,
|
|
823
|
+
/**
|
|
824
|
+
* Returns a string representation of an object.
|
|
825
|
+
*/
|
|
826
|
+
toString: _propTypes.default.func.isRequired,
|
|
827
|
+
/**
|
|
828
|
+
* Returns the primitive value of the specified object.
|
|
829
|
+
*/
|
|
830
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
831
|
+
}),
|
|
832
|
+
_propTypes.default.string,
|
|
833
|
+
]),
|
|
834
|
+
/**
|
|
835
|
+
* Padding on bottom
|
|
836
|
+
*/
|
|
837
|
+
paddingBottom: _propTypes.default.oneOfType([
|
|
838
|
+
_propTypes.default.arrayOf(
|
|
839
|
+
_propTypes.default.oneOfType([
|
|
840
|
+
_propTypes.default.oneOf([null]),
|
|
841
|
+
_propTypes.default.number,
|
|
842
|
+
_propTypes.default.shape({
|
|
843
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
844
|
+
/**
|
|
845
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
846
|
+
*/
|
|
847
|
+
description: _propTypes.default.string,
|
|
848
|
+
/**
|
|
849
|
+
* Returns a string representation of an object.
|
|
850
|
+
*/
|
|
851
|
+
toString: _propTypes.default.func.isRequired,
|
|
852
|
+
/**
|
|
853
|
+
* Returns the primitive value of the specified object.
|
|
854
|
+
*/
|
|
855
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
856
|
+
}),
|
|
857
|
+
_propTypes.default.string,
|
|
858
|
+
])
|
|
859
|
+
),
|
|
860
|
+
_propTypes.default.number,
|
|
861
|
+
_propTypes.default.object,
|
|
862
|
+
_propTypes.default.shape({
|
|
863
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
864
|
+
/**
|
|
865
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
866
|
+
*/
|
|
867
|
+
description: _propTypes.default.string,
|
|
868
|
+
/**
|
|
869
|
+
* Returns a string representation of an object.
|
|
870
|
+
*/
|
|
871
|
+
toString: _propTypes.default.func.isRequired,
|
|
872
|
+
/**
|
|
873
|
+
* Returns the primitive value of the specified object.
|
|
874
|
+
*/
|
|
875
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
876
|
+
}),
|
|
877
|
+
_propTypes.default.string,
|
|
878
|
+
]),
|
|
879
|
+
/**
|
|
880
|
+
* Padding on left
|
|
881
|
+
*/
|
|
882
|
+
paddingLeft: _propTypes.default.oneOfType([
|
|
883
|
+
_propTypes.default.arrayOf(
|
|
884
|
+
_propTypes.default.oneOfType([
|
|
885
|
+
_propTypes.default.oneOf([null]),
|
|
886
|
+
_propTypes.default.number,
|
|
887
|
+
_propTypes.default.shape({
|
|
888
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
889
|
+
/**
|
|
890
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
891
|
+
*/
|
|
892
|
+
description: _propTypes.default.string,
|
|
893
|
+
/**
|
|
894
|
+
* Returns a string representation of an object.
|
|
895
|
+
*/
|
|
896
|
+
toString: _propTypes.default.func.isRequired,
|
|
897
|
+
/**
|
|
898
|
+
* Returns the primitive value of the specified object.
|
|
899
|
+
*/
|
|
900
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
901
|
+
}),
|
|
902
|
+
_propTypes.default.string,
|
|
903
|
+
])
|
|
904
|
+
),
|
|
905
|
+
_propTypes.default.number,
|
|
906
|
+
_propTypes.default.object,
|
|
907
|
+
_propTypes.default.shape({
|
|
908
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
909
|
+
/**
|
|
910
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
911
|
+
*/
|
|
912
|
+
description: _propTypes.default.string,
|
|
913
|
+
/**
|
|
914
|
+
* Returns a string representation of an object.
|
|
915
|
+
*/
|
|
916
|
+
toString: _propTypes.default.func.isRequired,
|
|
917
|
+
/**
|
|
918
|
+
* Returns the primitive value of the specified object.
|
|
919
|
+
*/
|
|
920
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
921
|
+
}),
|
|
922
|
+
_propTypes.default.string,
|
|
923
|
+
]),
|
|
924
|
+
/**
|
|
925
|
+
* Padding on right
|
|
926
|
+
*/
|
|
927
|
+
paddingRight: _propTypes.default.oneOfType([
|
|
928
|
+
_propTypes.default.arrayOf(
|
|
929
|
+
_propTypes.default.oneOfType([
|
|
930
|
+
_propTypes.default.oneOf([null]),
|
|
931
|
+
_propTypes.default.number,
|
|
932
|
+
_propTypes.default.shape({
|
|
933
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
934
|
+
/**
|
|
935
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
936
|
+
*/
|
|
937
|
+
description: _propTypes.default.string,
|
|
938
|
+
/**
|
|
939
|
+
* Returns a string representation of an object.
|
|
940
|
+
*/
|
|
941
|
+
toString: _propTypes.default.func.isRequired,
|
|
942
|
+
/**
|
|
943
|
+
* Returns the primitive value of the specified object.
|
|
944
|
+
*/
|
|
945
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
946
|
+
}),
|
|
947
|
+
_propTypes.default.string,
|
|
948
|
+
])
|
|
949
|
+
),
|
|
950
|
+
_propTypes.default.number,
|
|
951
|
+
_propTypes.default.object,
|
|
952
|
+
_propTypes.default.shape({
|
|
953
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
954
|
+
/**
|
|
955
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
956
|
+
*/
|
|
957
|
+
description: _propTypes.default.string,
|
|
958
|
+
/**
|
|
959
|
+
* Returns a string representation of an object.
|
|
960
|
+
*/
|
|
961
|
+
toString: _propTypes.default.func.isRequired,
|
|
962
|
+
/**
|
|
963
|
+
* Returns the primitive value of the specified object.
|
|
964
|
+
*/
|
|
965
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
966
|
+
}),
|
|
967
|
+
_propTypes.default.string,
|
|
968
|
+
]),
|
|
969
|
+
/**
|
|
970
|
+
* Padding on top
|
|
971
|
+
*/
|
|
972
|
+
paddingTop: _propTypes.default.oneOfType([
|
|
973
|
+
_propTypes.default.arrayOf(
|
|
974
|
+
_propTypes.default.oneOfType([
|
|
975
|
+
_propTypes.default.oneOf([null]),
|
|
976
|
+
_propTypes.default.number,
|
|
977
|
+
_propTypes.default.shape({
|
|
978
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
979
|
+
/**
|
|
980
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
981
|
+
*/
|
|
982
|
+
description: _propTypes.default.string,
|
|
983
|
+
/**
|
|
984
|
+
* Returns a string representation of an object.
|
|
985
|
+
*/
|
|
986
|
+
toString: _propTypes.default.func.isRequired,
|
|
987
|
+
/**
|
|
988
|
+
* Returns the primitive value of the specified object.
|
|
989
|
+
*/
|
|
990
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
991
|
+
}),
|
|
992
|
+
_propTypes.default.string,
|
|
993
|
+
])
|
|
994
|
+
),
|
|
995
|
+
_propTypes.default.number,
|
|
996
|
+
_propTypes.default.object,
|
|
997
|
+
_propTypes.default.shape({
|
|
998
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
999
|
+
/**
|
|
1000
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1001
|
+
*/
|
|
1002
|
+
description: _propTypes.default.string,
|
|
1003
|
+
/**
|
|
1004
|
+
* Returns a string representation of an object.
|
|
1005
|
+
*/
|
|
1006
|
+
toString: _propTypes.default.func.isRequired,
|
|
1007
|
+
/**
|
|
1008
|
+
* Returns the primitive value of the specified object.
|
|
1009
|
+
*/
|
|
1010
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1011
|
+
}),
|
|
1012
|
+
_propTypes.default.string,
|
|
1013
|
+
]),
|
|
1014
|
+
/**
|
|
1015
|
+
* Padding on left and right
|
|
1016
|
+
*/
|
|
1017
|
+
paddingX: _propTypes.default.oneOfType([
|
|
1018
|
+
_propTypes.default.arrayOf(
|
|
1019
|
+
_propTypes.default.oneOfType([
|
|
1020
|
+
_propTypes.default.oneOf([null]),
|
|
1021
|
+
_propTypes.default.number,
|
|
1022
|
+
_propTypes.default.shape({
|
|
1023
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1024
|
+
/**
|
|
1025
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1026
|
+
*/
|
|
1027
|
+
description: _propTypes.default.string,
|
|
1028
|
+
/**
|
|
1029
|
+
* Returns a string representation of an object.
|
|
1030
|
+
*/
|
|
1031
|
+
toString: _propTypes.default.func.isRequired,
|
|
1032
|
+
/**
|
|
1033
|
+
* Returns the primitive value of the specified object.
|
|
1034
|
+
*/
|
|
1035
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1036
|
+
}),
|
|
1037
|
+
_propTypes.default.string,
|
|
1038
|
+
])
|
|
1039
|
+
),
|
|
1040
|
+
_propTypes.default.number,
|
|
1041
|
+
_propTypes.default.object,
|
|
1042
|
+
_propTypes.default.shape({
|
|
1043
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1044
|
+
/**
|
|
1045
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1046
|
+
*/
|
|
1047
|
+
description: _propTypes.default.string,
|
|
1048
|
+
/**
|
|
1049
|
+
* Returns a string representation of an object.
|
|
1050
|
+
*/
|
|
1051
|
+
toString: _propTypes.default.func.isRequired,
|
|
1052
|
+
/**
|
|
1053
|
+
* Returns the primitive value of the specified object.
|
|
1054
|
+
*/
|
|
1055
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1056
|
+
}),
|
|
1057
|
+
_propTypes.default.string,
|
|
1058
|
+
]),
|
|
1059
|
+
/**
|
|
1060
|
+
* Padding on top and bottom
|
|
1061
|
+
*/
|
|
1062
|
+
paddingY: _propTypes.default.oneOfType([
|
|
1063
|
+
_propTypes.default.arrayOf(
|
|
1064
|
+
_propTypes.default.oneOfType([
|
|
1065
|
+
_propTypes.default.oneOf([null]),
|
|
1066
|
+
_propTypes.default.number,
|
|
1067
|
+
_propTypes.default.shape({
|
|
1068
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1069
|
+
/**
|
|
1070
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1071
|
+
*/
|
|
1072
|
+
description: _propTypes.default.string,
|
|
1073
|
+
/**
|
|
1074
|
+
* Returns a string representation of an object.
|
|
1075
|
+
*/
|
|
1076
|
+
toString: _propTypes.default.func.isRequired,
|
|
1077
|
+
/**
|
|
1078
|
+
* Returns the primitive value of the specified object.
|
|
1079
|
+
*/
|
|
1080
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1081
|
+
}),
|
|
1082
|
+
_propTypes.default.string,
|
|
1083
|
+
])
|
|
1084
|
+
),
|
|
1085
|
+
_propTypes.default.number,
|
|
1086
|
+
_propTypes.default.object,
|
|
1087
|
+
_propTypes.default.shape({
|
|
1088
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1089
|
+
/**
|
|
1090
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1091
|
+
*/
|
|
1092
|
+
description: _propTypes.default.string,
|
|
1093
|
+
/**
|
|
1094
|
+
* Returns a string representation of an object.
|
|
1095
|
+
*/
|
|
1096
|
+
toString: _propTypes.default.func.isRequired,
|
|
1097
|
+
/**
|
|
1098
|
+
* Returns the primitive value of the specified object.
|
|
1099
|
+
*/
|
|
1100
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1101
|
+
}),
|
|
1102
|
+
_propTypes.default.string,
|
|
1103
|
+
]),
|
|
1104
|
+
/**
|
|
1105
|
+
* Padding on bottom
|
|
1106
|
+
*/
|
|
1107
|
+
pb: _propTypes.default.oneOfType([
|
|
1108
|
+
_propTypes.default.arrayOf(
|
|
1109
|
+
_propTypes.default.oneOfType([
|
|
1110
|
+
_propTypes.default.oneOf([null]),
|
|
1111
|
+
_propTypes.default.number,
|
|
1112
|
+
_propTypes.default.shape({
|
|
1113
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1114
|
+
/**
|
|
1115
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1116
|
+
*/
|
|
1117
|
+
description: _propTypes.default.string,
|
|
1118
|
+
/**
|
|
1119
|
+
* Returns a string representation of an object.
|
|
1120
|
+
*/
|
|
1121
|
+
toString: _propTypes.default.func.isRequired,
|
|
1122
|
+
/**
|
|
1123
|
+
* Returns the primitive value of the specified object.
|
|
1124
|
+
*/
|
|
1125
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1126
|
+
}),
|
|
1127
|
+
_propTypes.default.string,
|
|
1128
|
+
])
|
|
1129
|
+
),
|
|
1130
|
+
_propTypes.default.number,
|
|
1131
|
+
_propTypes.default.object,
|
|
1132
|
+
_propTypes.default.shape({
|
|
1133
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1134
|
+
/**
|
|
1135
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1136
|
+
*/
|
|
1137
|
+
description: _propTypes.default.string,
|
|
1138
|
+
/**
|
|
1139
|
+
* Returns a string representation of an object.
|
|
1140
|
+
*/
|
|
1141
|
+
toString: _propTypes.default.func.isRequired,
|
|
1142
|
+
/**
|
|
1143
|
+
* Returns the primitive value of the specified object.
|
|
1144
|
+
*/
|
|
1145
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1146
|
+
}),
|
|
1147
|
+
_propTypes.default.string,
|
|
1148
|
+
]),
|
|
1149
|
+
/**
|
|
1150
|
+
* Padding on left
|
|
1151
|
+
*/
|
|
1152
|
+
pl: _propTypes.default.oneOfType([
|
|
1153
|
+
_propTypes.default.arrayOf(
|
|
1154
|
+
_propTypes.default.oneOfType([
|
|
1155
|
+
_propTypes.default.oneOf([null]),
|
|
1156
|
+
_propTypes.default.number,
|
|
1157
|
+
_propTypes.default.shape({
|
|
1158
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1159
|
+
/**
|
|
1160
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1161
|
+
*/
|
|
1162
|
+
description: _propTypes.default.string,
|
|
1163
|
+
/**
|
|
1164
|
+
* Returns a string representation of an object.
|
|
1165
|
+
*/
|
|
1166
|
+
toString: _propTypes.default.func.isRequired,
|
|
1167
|
+
/**
|
|
1168
|
+
* Returns the primitive value of the specified object.
|
|
1169
|
+
*/
|
|
1170
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1171
|
+
}),
|
|
1172
|
+
_propTypes.default.string,
|
|
1173
|
+
])
|
|
1174
|
+
),
|
|
1175
|
+
_propTypes.default.number,
|
|
1176
|
+
_propTypes.default.object,
|
|
1177
|
+
_propTypes.default.shape({
|
|
1178
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1179
|
+
/**
|
|
1180
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1181
|
+
*/
|
|
1182
|
+
description: _propTypes.default.string,
|
|
1183
|
+
/**
|
|
1184
|
+
* Returns a string representation of an object.
|
|
1185
|
+
*/
|
|
1186
|
+
toString: _propTypes.default.func.isRequired,
|
|
1187
|
+
/**
|
|
1188
|
+
* Returns the primitive value of the specified object.
|
|
1189
|
+
*/
|
|
1190
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1191
|
+
}),
|
|
1192
|
+
_propTypes.default.string,
|
|
1193
|
+
]),
|
|
1194
|
+
/**
|
|
1195
|
+
* Padding on right
|
|
1196
|
+
*/
|
|
1197
|
+
pr: _propTypes.default.oneOfType([
|
|
1198
|
+
_propTypes.default.arrayOf(
|
|
1199
|
+
_propTypes.default.oneOfType([
|
|
1200
|
+
_propTypes.default.oneOf([null]),
|
|
1201
|
+
_propTypes.default.number,
|
|
1202
|
+
_propTypes.default.shape({
|
|
1203
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1204
|
+
/**
|
|
1205
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1206
|
+
*/
|
|
1207
|
+
description: _propTypes.default.string,
|
|
1208
|
+
/**
|
|
1209
|
+
* Returns a string representation of an object.
|
|
1210
|
+
*/
|
|
1211
|
+
toString: _propTypes.default.func.isRequired,
|
|
1212
|
+
/**
|
|
1213
|
+
* Returns the primitive value of the specified object.
|
|
1214
|
+
*/
|
|
1215
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1216
|
+
}),
|
|
1217
|
+
_propTypes.default.string,
|
|
1218
|
+
])
|
|
1219
|
+
),
|
|
1220
|
+
_propTypes.default.number,
|
|
1221
|
+
_propTypes.default.object,
|
|
1222
|
+
_propTypes.default.shape({
|
|
1223
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1224
|
+
/**
|
|
1225
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1226
|
+
*/
|
|
1227
|
+
description: _propTypes.default.string,
|
|
1228
|
+
/**
|
|
1229
|
+
* Returns a string representation of an object.
|
|
1230
|
+
*/
|
|
1231
|
+
toString: _propTypes.default.func.isRequired,
|
|
1232
|
+
/**
|
|
1233
|
+
* Returns the primitive value of the specified object.
|
|
1234
|
+
*/
|
|
1235
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1236
|
+
}),
|
|
1237
|
+
_propTypes.default.string,
|
|
1238
|
+
]),
|
|
1239
|
+
/**
|
|
1240
|
+
* Padding on top
|
|
1241
|
+
*/
|
|
1242
|
+
pt: _propTypes.default.oneOfType([
|
|
1243
|
+
_propTypes.default.arrayOf(
|
|
1244
|
+
_propTypes.default.oneOfType([
|
|
1245
|
+
_propTypes.default.oneOf([null]),
|
|
1246
|
+
_propTypes.default.number,
|
|
1247
|
+
_propTypes.default.shape({
|
|
1248
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1249
|
+
/**
|
|
1250
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1251
|
+
*/
|
|
1252
|
+
description: _propTypes.default.string,
|
|
1253
|
+
/**
|
|
1254
|
+
* Returns a string representation of an object.
|
|
1255
|
+
*/
|
|
1256
|
+
toString: _propTypes.default.func.isRequired,
|
|
1257
|
+
/**
|
|
1258
|
+
* Returns the primitive value of the specified object.
|
|
1259
|
+
*/
|
|
1260
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1261
|
+
}),
|
|
1262
|
+
_propTypes.default.string,
|
|
1263
|
+
])
|
|
1264
|
+
),
|
|
1265
|
+
_propTypes.default.number,
|
|
1266
|
+
_propTypes.default.object,
|
|
1267
|
+
_propTypes.default.shape({
|
|
1268
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1269
|
+
/**
|
|
1270
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1271
|
+
*/
|
|
1272
|
+
description: _propTypes.default.string,
|
|
1273
|
+
/**
|
|
1274
|
+
* Returns a string representation of an object.
|
|
1275
|
+
*/
|
|
1276
|
+
toString: _propTypes.default.func.isRequired,
|
|
1277
|
+
/**
|
|
1278
|
+
* Returns the primitive value of the specified object.
|
|
1279
|
+
*/
|
|
1280
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1281
|
+
}),
|
|
1282
|
+
_propTypes.default.string,
|
|
1283
|
+
]),
|
|
1284
|
+
/**
|
|
1285
|
+
* Padding on left and right
|
|
1286
|
+
*/
|
|
1287
|
+
px: _propTypes.default.oneOfType([
|
|
1288
|
+
_propTypes.default.arrayOf(
|
|
1289
|
+
_propTypes.default.oneOfType([
|
|
1290
|
+
_propTypes.default.oneOf([null]),
|
|
1291
|
+
_propTypes.default.number,
|
|
1292
|
+
_propTypes.default.shape({
|
|
1293
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1294
|
+
/**
|
|
1295
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1296
|
+
*/
|
|
1297
|
+
description: _propTypes.default.string,
|
|
1298
|
+
/**
|
|
1299
|
+
* Returns a string representation of an object.
|
|
1300
|
+
*/
|
|
1301
|
+
toString: _propTypes.default.func.isRequired,
|
|
1302
|
+
/**
|
|
1303
|
+
* Returns the primitive value of the specified object.
|
|
1304
|
+
*/
|
|
1305
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1306
|
+
}),
|
|
1307
|
+
_propTypes.default.string,
|
|
1308
|
+
])
|
|
1309
|
+
),
|
|
1310
|
+
_propTypes.default.number,
|
|
1311
|
+
_propTypes.default.object,
|
|
1312
|
+
_propTypes.default.shape({
|
|
1313
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1314
|
+
/**
|
|
1315
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1316
|
+
*/
|
|
1317
|
+
description: _propTypes.default.string,
|
|
1318
|
+
/**
|
|
1319
|
+
* Returns a string representation of an object.
|
|
1320
|
+
*/
|
|
1321
|
+
toString: _propTypes.default.func.isRequired,
|
|
1322
|
+
/**
|
|
1323
|
+
* Returns the primitive value of the specified object.
|
|
1324
|
+
*/
|
|
1325
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1326
|
+
}),
|
|
1327
|
+
_propTypes.default.string,
|
|
1328
|
+
]),
|
|
1329
|
+
/**
|
|
1330
|
+
* Padding on top and bottom
|
|
1331
|
+
*/
|
|
1332
|
+
py: _propTypes.default.oneOfType([
|
|
1333
|
+
_propTypes.default.arrayOf(
|
|
1334
|
+
_propTypes.default.oneOfType([
|
|
1335
|
+
_propTypes.default.oneOf([null]),
|
|
1336
|
+
_propTypes.default.number,
|
|
1337
|
+
_propTypes.default.shape({
|
|
1338
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1339
|
+
/**
|
|
1340
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1341
|
+
*/
|
|
1342
|
+
description: _propTypes.default.string,
|
|
1343
|
+
/**
|
|
1344
|
+
* Returns a string representation of an object.
|
|
1345
|
+
*/
|
|
1346
|
+
toString: _propTypes.default.func.isRequired,
|
|
1347
|
+
/**
|
|
1348
|
+
* Returns the primitive value of the specified object.
|
|
1349
|
+
*/
|
|
1350
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1351
|
+
}),
|
|
1352
|
+
_propTypes.default.string,
|
|
1353
|
+
])
|
|
1354
|
+
),
|
|
1355
|
+
_propTypes.default.number,
|
|
1356
|
+
_propTypes.default.object,
|
|
1357
|
+
_propTypes.default.shape({
|
|
1358
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
1359
|
+
/**
|
|
1360
|
+
* Expose the [[Description]] internal slot of a symbol directly.
|
|
1361
|
+
*/
|
|
1362
|
+
description: _propTypes.default.string,
|
|
1363
|
+
/**
|
|
1364
|
+
* Returns a string representation of an object.
|
|
1365
|
+
*/
|
|
1366
|
+
toString: _propTypes.default.func.isRequired,
|
|
1367
|
+
/**
|
|
1368
|
+
* Returns the primitive value of the specified object.
|
|
1369
|
+
*/
|
|
1370
|
+
valueOf: _propTypes.default.func.isRequired,
|
|
1371
|
+
}),
|
|
1372
|
+
_propTypes.default.string,
|
|
1373
|
+
]),
|
|
1374
|
+
/**
|
|
1375
|
+
* the supported rage is 1-100
|
|
1376
|
+
*/
|
|
1377
|
+
tint: _propTypes.default.oneOf([
|
|
1378
|
+
1,
|
|
1379
|
+
2,
|
|
1380
|
+
3,
|
|
1381
|
+
4,
|
|
1382
|
+
5,
|
|
1383
|
+
6,
|
|
1384
|
+
7,
|
|
1385
|
+
8,
|
|
1386
|
+
9,
|
|
1387
|
+
10,
|
|
1388
|
+
11,
|
|
1389
|
+
12,
|
|
1390
|
+
13,
|
|
1391
|
+
14,
|
|
1392
|
+
15,
|
|
1393
|
+
16,
|
|
1394
|
+
17,
|
|
1395
|
+
18,
|
|
1396
|
+
19,
|
|
1397
|
+
20,
|
|
1398
|
+
21,
|
|
1399
|
+
22,
|
|
1400
|
+
23,
|
|
1401
|
+
24,
|
|
1402
|
+
25,
|
|
1403
|
+
26,
|
|
1404
|
+
27,
|
|
1405
|
+
28,
|
|
1406
|
+
29,
|
|
1407
|
+
30,
|
|
1408
|
+
31,
|
|
1409
|
+
32,
|
|
1410
|
+
33,
|
|
1411
|
+
34,
|
|
1412
|
+
35,
|
|
1413
|
+
36,
|
|
1414
|
+
37,
|
|
1415
|
+
38,
|
|
1416
|
+
39,
|
|
1417
|
+
40,
|
|
1418
|
+
41,
|
|
1419
|
+
42,
|
|
1420
|
+
43,
|
|
1421
|
+
44,
|
|
1422
|
+
45,
|
|
1423
|
+
46,
|
|
1424
|
+
47,
|
|
1425
|
+
48,
|
|
1426
|
+
49,
|
|
1427
|
+
50,
|
|
1428
|
+
51,
|
|
1429
|
+
52,
|
|
1430
|
+
53,
|
|
1431
|
+
54,
|
|
1432
|
+
55,
|
|
1433
|
+
56,
|
|
1434
|
+
57,
|
|
1435
|
+
58,
|
|
1436
|
+
59,
|
|
1437
|
+
60,
|
|
1438
|
+
61,
|
|
1439
|
+
62,
|
|
1440
|
+
63,
|
|
1441
|
+
64,
|
|
1442
|
+
65,
|
|
1443
|
+
66,
|
|
1444
|
+
67,
|
|
1445
|
+
68,
|
|
1446
|
+
69,
|
|
1447
|
+
70,
|
|
1448
|
+
71,
|
|
1449
|
+
72,
|
|
1450
|
+
73,
|
|
1451
|
+
74,
|
|
1452
|
+
75,
|
|
1453
|
+
76,
|
|
1454
|
+
77,
|
|
1455
|
+
78,
|
|
1456
|
+
79,
|
|
1457
|
+
80,
|
|
1458
|
+
81,
|
|
1459
|
+
82,
|
|
1460
|
+
83,
|
|
1461
|
+
84,
|
|
1462
|
+
85,
|
|
1463
|
+
86,
|
|
1464
|
+
87,
|
|
1465
|
+
88,
|
|
1466
|
+
89,
|
|
1467
|
+
90,
|
|
1468
|
+
91,
|
|
1469
|
+
92,
|
|
1470
|
+
93,
|
|
1471
|
+
94,
|
|
1472
|
+
95,
|
|
1473
|
+
96,
|
|
1474
|
+
97,
|
|
1475
|
+
98,
|
|
1476
|
+
99,
|
|
1477
|
+
100,
|
|
1478
|
+
]),
|
|
49
1479
|
};
|
|
1480
|
+
|
|
50
1481
|
var _default = VerticalDivider;
|
|
51
|
-
exports.default = _default;
|
|
1482
|
+
exports.default = _default;
|