carbon-react 126.10.1 → 127.0.1
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__/checkable-input/checkable-input.component.js +362 -360
- package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
- package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
- package/esm/__internal__/input/input-presentation.component.js +19 -17
- package/esm/__internal__/input/input.component.js +355 -353
- package/esm/__internal__/input/input.style.d.ts +1 -1
- package/esm/__internal__/input/input.style.js +1 -7
- package/esm/__spec_helper__/index.js +5 -1
- package/esm/components/accordion/accordion.component.js +338 -336
- package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
- package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
- package/esm/components/anchor-navigation/anchor-navigation.component.js +6 -4
- package/esm/components/box/box.component.js +3785 -3783
- package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -314
- package/esm/components/breadcrumbs/crumb/crumb.component.js +64 -62
- package/esm/components/button/button.component.js +688 -684
- package/esm/components/checkbox/checkbox.component.js +524 -522
- package/esm/components/date/date.component.js +722 -720
- package/esm/components/decimal/decimal.component.js +536 -534
- package/esm/components/dialog/dialog.component.js +56 -54
- package/esm/components/draggable/draggable-container.component.js +160 -158
- package/esm/components/draggable/draggable-item.component.js +162 -160
- package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
- package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
- package/esm/components/file-input/file-input.component.js +191 -189
- package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
- package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
- package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
- package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
- package/esm/components/grouped-character/grouped-character.component.js +538 -536
- package/esm/components/help/help.component.js +172 -170
- package/esm/components/hr/hr.component.js +159 -157
- package/esm/components/icon/icon.component.js +181 -179
- package/esm/components/icon-button/icon-button.component.js +321 -319
- package/esm/components/link/link.component.js +72 -70
- package/esm/components/menu/__internal__/submenu/submenu.component.js +120 -118
- package/esm/components/menu/menu-divider/menu-divider.component.js +8 -6
- package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
- package/esm/components/message/message.component.js +168 -166
- package/esm/components/navigation-bar/navigation-bar.component.js +1279 -1277
- package/esm/components/note/__internal__/status-icon/status-icon.component.js +6 -4
- package/esm/components/number/number.component.js +536 -534
- package/esm/components/pod/pod.component.js +178 -176
- package/esm/components/radio-button/radio-button.component.js +523 -521
- package/esm/components/search/search.component.js +183 -181
- package/esm/components/select/filterable-select/filterable-select.component.js +554 -552
- package/esm/components/select/list-action-button/list-action-button.component.js +6 -4
- package/esm/components/select/multi-select/multi-select.component.js +551 -549
- package/esm/components/select/option/option.component.js +402 -400
- package/esm/components/select/option-group-header/option-group-header.component.js +11 -9
- package/esm/components/select/option-row/option-row.component.js +16 -14
- package/esm/components/select/select-list/select-list.component.js +34 -32
- package/esm/components/select/select-textbox/select-textbox.component.js +543 -541
- package/esm/components/select/simple-select/simple-select.component.js +550 -548
- package/esm/components/sidebar/sidebar.component.js +297 -295
- package/esm/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
- package/esm/components/simple-color-picker/simple-color-picker.component.js +173 -171
- package/esm/components/step-flow/step-flow.component.js +170 -168
- package/esm/components/switch/switch.component.js +524 -522
- package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
- package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
- package/esm/components/text-editor/text-editor.component.js +171 -169
- package/esm/components/textarea/textarea.component.js +532 -530
- package/esm/components/textbox/textbox.component.js +536 -534
- package/esm/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
- package/esm/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
- package/esm/components/tile-select/tile-select.component.js +180 -178
- package/esm/components/time/time.component.js +202 -200
- package/esm/components/toast/toast.component.js +18 -16
- package/esm/components/tooltip/tooltip.component.js +23 -21
- package/esm/components/vertical-divider/vertical-divider.component.js +316 -314
- package/lib/__internal__/checkable-input/checkable-input.component.js +362 -360
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
- package/lib/__internal__/input/input-presentation.component.js +19 -17
- package/lib/__internal__/input/input.component.js +355 -353
- package/lib/__internal__/input/input.style.d.ts +1 -1
- package/lib/__internal__/input/input.style.js +1 -7
- package/lib/__spec_helper__/index.js +5 -1
- package/lib/components/accordion/accordion.component.js +338 -336
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
- package/lib/components/anchor-navigation/anchor-navigation.component.js +6 -4
- package/lib/components/box/box.component.js +3785 -3783
- package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -314
- package/lib/components/breadcrumbs/crumb/crumb.component.js +64 -62
- package/lib/components/button/button.component.js +688 -684
- package/lib/components/checkbox/checkbox.component.js +524 -522
- package/lib/components/date/date.component.js +722 -720
- package/lib/components/decimal/decimal.component.js +536 -534
- package/lib/components/dialog/dialog.component.js +56 -54
- package/lib/components/draggable/draggable-container.component.js +160 -158
- package/lib/components/draggable/draggable-item.component.js +162 -160
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
- package/lib/components/file-input/file-input.component.js +191 -189
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
- package/lib/components/grouped-character/grouped-character.component.js +538 -536
- package/lib/components/help/help.component.js +172 -170
- package/lib/components/hr/hr.component.js +159 -157
- package/lib/components/icon/icon.component.js +181 -179
- package/lib/components/icon-button/icon-button.component.js +321 -319
- package/lib/components/link/link.component.js +72 -70
- package/lib/components/menu/__internal__/submenu/submenu.component.js +120 -118
- package/lib/components/menu/menu-divider/menu-divider.component.js +8 -6
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
- package/lib/components/message/message.component.js +168 -166
- package/lib/components/navigation-bar/navigation-bar.component.js +1279 -1277
- package/lib/components/note/__internal__/status-icon/status-icon.component.js +6 -4
- package/lib/components/number/number.component.js +536 -534
- package/lib/components/pod/pod.component.js +178 -176
- package/lib/components/radio-button/radio-button.component.js +523 -521
- package/lib/components/search/search.component.js +183 -181
- package/lib/components/select/filterable-select/filterable-select.component.js +554 -552
- package/lib/components/select/list-action-button/list-action-button.component.js +6 -4
- package/lib/components/select/multi-select/multi-select.component.js +551 -549
- package/lib/components/select/option/option.component.js +402 -400
- package/lib/components/select/option-group-header/option-group-header.component.js +11 -9
- package/lib/components/select/option-row/option-row.component.js +16 -14
- package/lib/components/select/select-list/select-list.component.js +34 -32
- package/lib/components/select/select-textbox/select-textbox.component.js +543 -541
- package/lib/components/select/simple-select/simple-select.component.js +550 -548
- package/lib/components/sidebar/sidebar.component.js +297 -295
- package/lib/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
- package/lib/components/simple-color-picker/simple-color-picker.component.js +173 -171
- package/lib/components/step-flow/step-flow.component.js +170 -168
- package/lib/components/switch/switch.component.js +524 -522
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
- package/lib/components/text-editor/text-editor.component.js +171 -169
- package/lib/components/textarea/textarea.component.js +532 -530
- package/lib/components/textbox/textbox.component.js +536 -534
- package/lib/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
- package/lib/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
- package/lib/components/tile-select/tile-select.component.js +180 -178
- package/lib/components/time/time.component.js +202 -200
- package/lib/components/toast/toast.component.js +18 -16
- package/lib/components/tooltip/tooltip.component.js +23 -21
- package/lib/components/vertical-divider/vertical-divider.component.js +316 -314
- package/package.json +1 -1
|
@@ -193,63 +193,65 @@ const Dialog = exports.Dialog = /*#__PURE__*/(0, _react.forwardRef)(({
|
|
|
193
193
|
ref: innerContentRef
|
|
194
194
|
}, contentPadding), children)))));
|
|
195
195
|
});
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
196
|
+
if (process.env.NODE_ENV !== "production") {
|
|
197
|
+
Dialog.propTypes = {
|
|
198
|
+
"aria-describedby": _propTypes.default.string,
|
|
199
|
+
"aria-label": _propTypes.default.string,
|
|
200
|
+
"aria-labelledby": _propTypes.default.string,
|
|
201
|
+
"ariaRole": _propTypes.default.string,
|
|
202
|
+
"bespokeFocusTrap": _propTypes.default.func,
|
|
203
|
+
"children": _propTypes.default.node,
|
|
204
|
+
"className": _propTypes.default.string,
|
|
205
|
+
"contentPadding": _propTypes.default.shape({
|
|
206
|
+
"p": _propTypes.default.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8]),
|
|
207
|
+
"px": _propTypes.default.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8]),
|
|
208
|
+
"py": _propTypes.default.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8])
|
|
209
|
+
}),
|
|
210
|
+
"data-component": _propTypes.default.string,
|
|
211
|
+
"data-element": _propTypes.default.string,
|
|
212
|
+
"data-role": _propTypes.default.string,
|
|
213
|
+
"disableAutoFocus": _propTypes.default.bool,
|
|
214
|
+
"disableClose": _propTypes.default.bool,
|
|
215
|
+
"disableEscKey": _propTypes.default.bool,
|
|
216
|
+
"disableFocusTrap": _propTypes.default.bool,
|
|
217
|
+
"enableBackgroundUI": _propTypes.default.bool,
|
|
218
|
+
"focusableContainers": _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
219
|
+
"current": function (props, propName) {
|
|
220
|
+
if (props[propName] == null) {
|
|
221
|
+
return null;
|
|
222
|
+
} else if (typeof props[propName] !== 'object' || props[propName].nodeType !== 1) {
|
|
223
|
+
return new Error("Expected prop '" + propName + "' to be of type Element");
|
|
224
|
+
}
|
|
223
225
|
}
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
"focusFirstElement": _propTypes.default.oneOfType([function (props, propName) {
|
|
228
|
-
if (props[propName] == null) {
|
|
229
|
-
return new Error("Prop '" + propName + "' is required but wasn't specified");
|
|
230
|
-
} else if (typeof props[propName] !== 'object' || props[propName].nodeType !== 1) {
|
|
231
|
-
return new Error("Expected prop '" + propName + "' to be of type Element");
|
|
232
|
-
}
|
|
233
|
-
}, _propTypes.default.shape({
|
|
234
|
-
"current": function (props, propName) {
|
|
226
|
+
})),
|
|
227
|
+
"focusableSelectors": _propTypes.default.string,
|
|
228
|
+
"focusFirstElement": _propTypes.default.oneOfType([function (props, propName) {
|
|
235
229
|
if (props[propName] == null) {
|
|
236
|
-
return
|
|
230
|
+
return new Error("Prop '" + propName + "' is required but wasn't specified");
|
|
237
231
|
} else if (typeof props[propName] !== 'object' || props[propName].nodeType !== 1) {
|
|
238
232
|
return new Error("Expected prop '" + propName + "' to be of type Element");
|
|
239
233
|
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
234
|
+
}, _propTypes.default.shape({
|
|
235
|
+
"current": function (props, propName) {
|
|
236
|
+
if (props[propName] == null) {
|
|
237
|
+
return null;
|
|
238
|
+
} else if (typeof props[propName] !== 'object' || props[propName].nodeType !== 1) {
|
|
239
|
+
return new Error("Expected prop '" + propName + "' to be of type Element");
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
})]),
|
|
243
|
+
"greyBackground": _propTypes.default.bool,
|
|
244
|
+
"height": _propTypes.default.string,
|
|
245
|
+
"help": _propTypes.default.string,
|
|
246
|
+
"onCancel": _propTypes.default.func,
|
|
247
|
+
"open": _propTypes.default.bool.isRequired,
|
|
248
|
+
"role": _propTypes.default.string,
|
|
249
|
+
"showCloseIcon": _propTypes.default.bool,
|
|
250
|
+
"size": _propTypes.default.oneOf(["auto", "extra-large", "extra-small", "large", "medium-large", "medium-small", "medium", "small"]),
|
|
251
|
+
"subtitle": _propTypes.default.string,
|
|
252
|
+
"timeout": _propTypes.default.number,
|
|
253
|
+
"title": _propTypes.default.node,
|
|
254
|
+
"topModalOverride": _propTypes.default.bool
|
|
255
|
+
};
|
|
256
|
+
}
|
|
255
257
|
var _default = exports.default = Dialog;
|
|
@@ -74,163 +74,165 @@ const DraggableContainer = ({
|
|
|
74
74
|
}, [item.props.children]);
|
|
75
75
|
})));
|
|
76
76
|
};
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
"
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
"
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
}
|
|
77
|
+
if (process.env.NODE_ENV !== "production") {
|
|
78
|
+
DraggableContainer.propTypes = {
|
|
79
|
+
"children": _propTypes.default.node,
|
|
80
|
+
"getOrder": _propTypes.default.func,
|
|
81
|
+
"m": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
82
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
83
|
+
"description": _propTypes.default.string,
|
|
84
|
+
"toString": _propTypes.default.func.isRequired,
|
|
85
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
86
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
87
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
88
|
+
"description": _propTypes.default.string,
|
|
89
|
+
"toString": _propTypes.default.func.isRequired,
|
|
90
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
91
|
+
}), _propTypes.default.string]),
|
|
92
|
+
"margin": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
93
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
94
|
+
"description": _propTypes.default.string,
|
|
95
|
+
"toString": _propTypes.default.func.isRequired,
|
|
96
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
97
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
98
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
99
|
+
"description": _propTypes.default.string,
|
|
100
|
+
"toString": _propTypes.default.func.isRequired,
|
|
101
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
102
|
+
}), _propTypes.default.string]),
|
|
103
|
+
"marginBottom": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
104
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
105
|
+
"description": _propTypes.default.string,
|
|
106
|
+
"toString": _propTypes.default.func.isRequired,
|
|
107
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
108
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
109
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
110
|
+
"description": _propTypes.default.string,
|
|
111
|
+
"toString": _propTypes.default.func.isRequired,
|
|
112
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
113
|
+
}), _propTypes.default.string]),
|
|
114
|
+
"marginLeft": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
115
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
116
|
+
"description": _propTypes.default.string,
|
|
117
|
+
"toString": _propTypes.default.func.isRequired,
|
|
118
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
119
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
120
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
121
|
+
"description": _propTypes.default.string,
|
|
122
|
+
"toString": _propTypes.default.func.isRequired,
|
|
123
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
124
|
+
}), _propTypes.default.string]),
|
|
125
|
+
"marginRight": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
126
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
127
|
+
"description": _propTypes.default.string,
|
|
128
|
+
"toString": _propTypes.default.func.isRequired,
|
|
129
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
130
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
131
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
132
|
+
"description": _propTypes.default.string,
|
|
133
|
+
"toString": _propTypes.default.func.isRequired,
|
|
134
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
135
|
+
}), _propTypes.default.string]),
|
|
136
|
+
"marginTop": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
137
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
138
|
+
"description": _propTypes.default.string,
|
|
139
|
+
"toString": _propTypes.default.func.isRequired,
|
|
140
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
141
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
142
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
143
|
+
"description": _propTypes.default.string,
|
|
144
|
+
"toString": _propTypes.default.func.isRequired,
|
|
145
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
146
|
+
}), _propTypes.default.string]),
|
|
147
|
+
"marginX": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
148
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
149
|
+
"description": _propTypes.default.string,
|
|
150
|
+
"toString": _propTypes.default.func.isRequired,
|
|
151
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
152
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
153
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
154
|
+
"description": _propTypes.default.string,
|
|
155
|
+
"toString": _propTypes.default.func.isRequired,
|
|
156
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
157
|
+
}), _propTypes.default.string]),
|
|
158
|
+
"marginY": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
159
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
160
|
+
"description": _propTypes.default.string,
|
|
161
|
+
"toString": _propTypes.default.func.isRequired,
|
|
162
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
163
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
164
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
165
|
+
"description": _propTypes.default.string,
|
|
166
|
+
"toString": _propTypes.default.func.isRequired,
|
|
167
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
168
|
+
}), _propTypes.default.string]),
|
|
169
|
+
"mb": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
170
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
171
|
+
"description": _propTypes.default.string,
|
|
172
|
+
"toString": _propTypes.default.func.isRequired,
|
|
173
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
174
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
175
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
176
|
+
"description": _propTypes.default.string,
|
|
177
|
+
"toString": _propTypes.default.func.isRequired,
|
|
178
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
179
|
+
}), _propTypes.default.string]),
|
|
180
|
+
"ml": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
181
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
182
|
+
"description": _propTypes.default.string,
|
|
183
|
+
"toString": _propTypes.default.func.isRequired,
|
|
184
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
185
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
186
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
187
|
+
"description": _propTypes.default.string,
|
|
188
|
+
"toString": _propTypes.default.func.isRequired,
|
|
189
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
190
|
+
}), _propTypes.default.string]),
|
|
191
|
+
"mr": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
192
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
193
|
+
"description": _propTypes.default.string,
|
|
194
|
+
"toString": _propTypes.default.func.isRequired,
|
|
195
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
196
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
197
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
198
|
+
"description": _propTypes.default.string,
|
|
199
|
+
"toString": _propTypes.default.func.isRequired,
|
|
200
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
201
|
+
}), _propTypes.default.string]),
|
|
202
|
+
"mt": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
203
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
204
|
+
"description": _propTypes.default.string,
|
|
205
|
+
"toString": _propTypes.default.func.isRequired,
|
|
206
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
207
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
208
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
209
|
+
"description": _propTypes.default.string,
|
|
210
|
+
"toString": _propTypes.default.func.isRequired,
|
|
211
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
212
|
+
}), _propTypes.default.string]),
|
|
213
|
+
"mx": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
214
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
215
|
+
"description": _propTypes.default.string,
|
|
216
|
+
"toString": _propTypes.default.func.isRequired,
|
|
217
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
218
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
219
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
220
|
+
"description": _propTypes.default.string,
|
|
221
|
+
"toString": _propTypes.default.func.isRequired,
|
|
222
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
223
|
+
}), _propTypes.default.string]),
|
|
224
|
+
"my": _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.number, _propTypes.default.shape({
|
|
225
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
226
|
+
"description": _propTypes.default.string,
|
|
227
|
+
"toString": _propTypes.default.func.isRequired,
|
|
228
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
229
|
+
}), _propTypes.default.string])), _propTypes.default.number, _propTypes.default.object, _propTypes.default.shape({
|
|
230
|
+
"__@toStringTag": _propTypes.default.string.isRequired,
|
|
231
|
+
"description": _propTypes.default.string,
|
|
232
|
+
"toString": _propTypes.default.func.isRequired,
|
|
233
|
+
"valueOf": _propTypes.default.func.isRequired
|
|
234
|
+
}), _propTypes.default.string])
|
|
235
|
+
};
|
|
236
|
+
}
|
|
235
237
|
DraggableContainer.displayName = "DraggableContainer";
|
|
236
238
|
var _default = exports.default = DraggableContainer;
|