@luminati-io/uikit 1.7.5 → 1.7.6
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/dist/uikit.umd.js +18 -25
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
|
@@ -9035,33 +9035,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9035
9035
|
|
|
9036
9036
|
|
|
9037
9037
|
/*jslint react:true*/
|
|
9038
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
9039
9038
|
|
|
9040
9039
|
|
|
9041
9040
|
|
|
9042
9041
|
|
|
9043
|
-
var Flex =
|
|
9044
|
-
|
|
9045
|
-
ref: ref
|
|
9046
|
-
}, props));
|
|
9047
|
-
});
|
|
9048
|
-
Flex.defaultProps = {
|
|
9049
|
-
flex_direction: 'row'
|
|
9050
|
-
};
|
|
9051
|
-
Flex.propTypes = {
|
|
9052
|
-
inline: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().bool),
|
|
9053
|
-
align_items: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['stretch', 'flex-start', 'flex-end', 'center', 'baseline', 'start', 'end', 'self-start', 'self-end']),
|
|
9054
|
-
align_content: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['normal', 'stretch', 'flex-start', 'flex-end', 'center', 'start', 'end', 'space-between', 'space-around', 'space-evenly', 'baseline']),
|
|
9055
|
-
justify_items: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string),
|
|
9056
|
-
justify_content: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly']),
|
|
9057
|
-
flex_wrap: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['nowrap', 'wrap', 'wrap-reverse']),
|
|
9058
|
-
flex_direction: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['row', 'row-reverse', 'column', 'column-reverse']),
|
|
9059
|
-
gap: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string),
|
|
9060
|
-
row_gap: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string),
|
|
9061
|
-
column_gap: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string)
|
|
9062
|
-
};
|
|
9063
|
-
var StyledFlex = styled_components__WEBPACK_IMPORTED_MODULE_1___default()(_box__WEBPACK_IMPORTED_MODULE_3__["default"]).withConfig({
|
|
9064
|
-
displayName: "StyledFlex",
|
|
9042
|
+
var Flex = styled_components__WEBPACK_IMPORTED_MODULE_1___default()(_box__WEBPACK_IMPORTED_MODULE_3__["default"]).withConfig({
|
|
9043
|
+
displayName: "Flex",
|
|
9065
9044
|
componentId: "sc-2aqm31-0"
|
|
9066
9045
|
})(["display:", ";align-items:", ";align-content:", ";justify-items:", ";justify-content:", ";flex-wrap:", ";flex-direction:", ";gap:", ";row-gap:", ";column-gap:", ";"], function (props) {
|
|
9067
9046
|
return props.inline ? 'inline-flex' : 'flex';
|
|
@@ -9084,6 +9063,21 @@ var StyledFlex = styled_components__WEBPACK_IMPORTED_MODULE_1___default()(_box__
|
|
|
9084
9063
|
}, function (props) {
|
|
9085
9064
|
return props.column_gap;
|
|
9086
9065
|
});
|
|
9066
|
+
Flex.defaultProps = {
|
|
9067
|
+
flex_direction: 'row'
|
|
9068
|
+
};
|
|
9069
|
+
Flex.propTypes = {
|
|
9070
|
+
inline: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().bool),
|
|
9071
|
+
align_items: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['stretch', 'flex-start', 'flex-end', 'center', 'baseline', 'start', 'end', 'self-start', 'self-end']),
|
|
9072
|
+
align_content: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['normal', 'stretch', 'flex-start', 'flex-end', 'center', 'start', 'end', 'space-between', 'space-around', 'space-evenly', 'baseline']),
|
|
9073
|
+
justify_items: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string),
|
|
9074
|
+
justify_content: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly']),
|
|
9075
|
+
flex_wrap: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['nowrap', 'wrap', 'wrap-reverse']),
|
|
9076
|
+
flex_direction: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['row', 'row-reverse', 'column', 'column-reverse']),
|
|
9077
|
+
gap: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string),
|
|
9078
|
+
row_gap: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string),
|
|
9079
|
+
column_gap: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().string)
|
|
9080
|
+
};
|
|
9087
9081
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Flex);
|
|
9088
9082
|
|
|
9089
9083
|
/***/ }),
|
|
@@ -10728,7 +10722,7 @@ var MenuButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default()(_icon_
|
|
|
10728
10722
|
return {
|
|
10729
10723
|
variant: 'ghost',
|
|
10730
10724
|
tooltip: 'Functions',
|
|
10731
|
-
tooltipPlacement: '
|
|
10725
|
+
tooltipPlacement: 'top',
|
|
10732
10726
|
icon: 'DotsHorizontal',
|
|
10733
10727
|
onClick: props.popover.toggle,
|
|
10734
10728
|
style: {
|
|
@@ -11936,7 +11930,6 @@ var TableFooter = function TableFooter(props) {
|
|
|
11936
11930
|
var _useTableContext5 = (0,_context__WEBPACK_IMPORTED_MODULE_8__.useTableContext)(),
|
|
11937
11931
|
footerGroups = _useTableContext5.footerGroups,
|
|
11938
11932
|
allColumns = _useTableContext5.allColumns;
|
|
11939
|
-
console.log(allColumns);
|
|
11940
11933
|
var hasFooter = allColumns.some(function (col) {
|
|
11941
11934
|
return col.Footer && !isEmptyRenderer(col.Footer);
|
|
11942
11935
|
});
|