@luminati-io/uikit 3.2.14 → 3.2.16
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.
@@ -41212,7 +41212,7 @@ Tab.defaultProps = {
|
|
41212
41212
|
};
|
41213
41213
|
Tab.propTypes = {
|
41214
41214
|
variant: prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOf(['main', 'underline', 'contain', 'vertical']),
|
41215
|
-
text: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().
|
41215
|
+
text: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().node).isRequired,
|
41216
41216
|
selected: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
41217
41217
|
disabled: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
41218
41218
|
leftContent: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().element),
|
@@ -43171,6 +43171,7 @@ var IndeterminateCheckbox = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___defa
|
|
43171
43171
|
ref: resolvedRef
|
43172
43172
|
}, rest));
|
43173
43173
|
});
|
43174
|
+
IndeterminateCheckbox.displayName = 'IndeterminateCheckbox';
|
43174
43175
|
var useInstance = function useInstance(instance) {
|
43175
43176
|
var onSelectRows = instance.onSelectRows,
|
43176
43177
|
state = instance.state;
|
@@ -43935,8 +43936,8 @@ var StyledTagBody = styled_components__WEBPACK_IMPORTED_MODULE_2___default()(_la
|
|
43935
43936
|
"use strict";
|
43936
43937
|
__webpack_require__.r(__webpack_exports__);
|
43937
43938
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
43938
|
-
/* harmony export */
|
43939
|
-
/* harmony export */
|
43939
|
+
/* harmony export */ ClickableTag: () => (/* binding */ ClickableTag),
|
43940
|
+
/* harmony export */ StyledTagBase: () => (/* binding */ StyledTagBase)
|
43940
43941
|
/* harmony export */ });
|
43941
43942
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
43942
43943
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
@@ -43988,18 +43989,16 @@ ClickableTag.propTypes = {
|
|
43988
43989
|
onClick: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().func).isRequired,
|
43989
43990
|
disabled: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().bool)
|
43990
43991
|
};
|
43991
|
-
var activeCss = (0,styled_components__WEBPACK_IMPORTED_MODULE_1__.css)(["background-color:", ";border-color:", ";"], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.blue_2, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.blue_11);
|
43992
43992
|
var StyledTagBase = styled_components__WEBPACK_IMPORTED_MODULE_1___default()(_base__WEBPACK_IMPORTED_MODULE_4__["default"]).withConfig({
|
43993
43993
|
displayName: "StyledTagBase",
|
43994
43994
|
componentId: "sc-pc5g8t-0"
|
43995
43995
|
})(["", ";"], function (props) {
|
43996
|
-
return props.active &&
|
43996
|
+
return props.active && (0,styled_components__WEBPACK_IMPORTED_MODULE_1__.css)(["background-color:", ";border-color:", ";"], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.blue_2, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.blue_11);
|
43997
43997
|
});
|
43998
43998
|
var StyledButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default().button.withConfig({
|
43999
43999
|
displayName: "StyledButton",
|
44000
44000
|
componentId: "sc-pc5g8t-1"
|
44001
|
-
})(["display:flex;background:transparent;padding:0;margin:0;border:none;cursor:pointer;&:hover > ", "{background-color:", ";border-color:", ";}&:active > ", "{", "}&:disabled > ", "{background-color:", ";border-color:transparent;color:", ";cursor:not-allowed;}"], StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_2, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_6, StyledTagBase,
|
44002
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ClickableTag);
|
44001
|
+
})(["display:flex;background:transparent;padding:0;margin:0;border:none;cursor:pointer;&:hover > ", "{background-color:", ";border-color:", ";}&:active > ", "{background-color:", ";border-color:", ";}&:disabled > ", "{background-color:", ";border-color:transparent;color:", ";cursor:not-allowed;}"], StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_2, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_6, StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.blue_2, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.blue_11, StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_2, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_9);
|
44003
44002
|
|
44004
44003
|
/***/ }),
|
44005
44004
|
|
@@ -44012,9 +44011,9 @@ var StyledButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default().butt
|
|
44012
44011
|
"use strict";
|
44013
44012
|
__webpack_require__.r(__webpack_exports__);
|
44014
44013
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
44015
|
-
/* harmony export */ ClickableTag: () => (/* reexport safe */ _clickable_tag__WEBPACK_IMPORTED_MODULE_0__
|
44016
|
-
/* harmony export */ RemovableTag: () => (/* reexport safe */ _removable_tag__WEBPACK_IMPORTED_MODULE_1__
|
44017
|
-
/* harmony export */ TagGroup: () => (/* reexport safe */ _tag_group__WEBPACK_IMPORTED_MODULE_2__
|
44014
|
+
/* harmony export */ ClickableTag: () => (/* reexport safe */ _clickable_tag__WEBPACK_IMPORTED_MODULE_0__.ClickableTag),
|
44015
|
+
/* harmony export */ RemovableTag: () => (/* reexport safe */ _removable_tag__WEBPACK_IMPORTED_MODULE_1__.RemovableTag),
|
44016
|
+
/* harmony export */ TagGroup: () => (/* reexport safe */ _tag_group__WEBPACK_IMPORTED_MODULE_2__.TagGroup)
|
44018
44017
|
/* harmony export */ });
|
44019
44018
|
/* harmony import */ var _clickable_tag__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./clickable_tag */ "./src/tag/clickable_tag.js");
|
44020
44019
|
/* harmony import */ var _removable_tag__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./removable_tag */ "./src/tag/removable_tag.js");
|
@@ -44027,7 +44026,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
44027
44026
|
|
44028
44027
|
|
44029
44028
|
|
44030
|
-
|
44031
44029
|
/***/ }),
|
44032
44030
|
|
44033
44031
|
/***/ "./src/tag/removable_tag.js":
|
@@ -44039,7 +44037,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
44039
44037
|
"use strict";
|
44040
44038
|
__webpack_require__.r(__webpack_exports__);
|
44041
44039
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
44042
|
-
/* harmony export */
|
44040
|
+
/* harmony export */ RemovableTag: () => (/* binding */ RemovableTag)
|
44043
44041
|
/* harmony export */ });
|
44044
44042
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
44045
44043
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
@@ -44100,7 +44098,6 @@ var StyledRemoveButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default(
|
|
44100
44098
|
displayName: "StyledRemoveButton",
|
44101
44099
|
componentId: "sc-4wrknd-1"
|
44102
44100
|
})(["border-radius:", ";min-width:16px;width:16px;min-height:16px;height:16px;:disabled{background-color:", ";}"], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['05'], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].color.gray_2);
|
44103
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (RemovableTag);
|
44104
44101
|
|
44105
44102
|
/***/ }),
|
44106
44103
|
|
@@ -44113,6 +44110,7 @@ var StyledRemoveButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default(
|
|
44113
44110
|
"use strict";
|
44114
44111
|
__webpack_require__.r(__webpack_exports__);
|
44115
44112
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
44113
|
+
/* harmony export */ TagGroup: () => (/* binding */ TagGroup),
|
44116
44114
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
44117
44115
|
/* harmony export */ });
|
44118
44116
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
@@ -44123,7 +44121,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
44123
44121
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__);
|
44124
44122
|
/* harmony import */ var _theme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../theme */ "./src/theme.js");
|
44125
44123
|
/* harmony import */ var _clickable_tag__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./clickable_tag */ "./src/tag/clickable_tag.js");
|
44126
|
-
/* harmony import */ var _layout__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../layout */ "./src/layout/index.js");
|
44127
44124
|
// LICENSE_CODE ZON
|
44128
44125
|
|
44129
44126
|
|
@@ -44133,7 +44130,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
44133
44130
|
|
44134
44131
|
|
44135
44132
|
|
44136
|
-
|
44137
44133
|
var TagGroup = function TagGroup(props) {
|
44138
44134
|
var className = props.className,
|
44139
44135
|
style = props.style,
|
@@ -44156,7 +44152,7 @@ var TagGroup = function TagGroup(props) {
|
|
44156
44152
|
}, options.map(function (o, i) {
|
44157
44153
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", {
|
44158
44154
|
key: "tag_group_item-".concat(o.id, "-").concat(i)
|
44159
|
-
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_clickable_tag__WEBPACK_IMPORTED_MODULE_4__
|
44155
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_clickable_tag__WEBPACK_IMPORTED_MODULE_4__.ClickableTag, {
|
44160
44156
|
size: size,
|
44161
44157
|
text: o.text,
|
44162
44158
|
icon: o.icon,
|
@@ -44171,15 +44167,10 @@ TagGroup.propTypes = {
|
|
44171
44167
|
onChange: (prop_types__WEBPACK_IMPORTED_MODULE_2___default().func).isRequired,
|
44172
44168
|
size: prop_types__WEBPACK_IMPORTED_MODULE_2___default().oneOf(['sm', 'md'])
|
44173
44169
|
};
|
44174
|
-
var StyledGroup = styled_components__WEBPACK_IMPORTED_MODULE_1___default()
|
44175
|
-
align_items: 'stretch',
|
44176
|
-
as: 'ul',
|
44177
|
-
margin: 0,
|
44178
|
-
padding: 0
|
44179
|
-
}).withConfig({
|
44170
|
+
var StyledGroup = styled_components__WEBPACK_IMPORTED_MODULE_1___default().ul.withConfig({
|
44180
44171
|
displayName: "StyledGroup",
|
44181
44172
|
componentId: "sc-cpk6as-0"
|
44182
|
-
})(["li{display:inline-flex;list-style:none;margin:0;padding:0;}", "{border-radius:0;height:100%;}& > *:first-of-type ", "{border-top-left-radius:", ";border-bottom-left-radius:", ";}& > *:last-of-type ", "{border-top-right-radius:", ";border-bottom-right-radius:", ";}"], _clickable_tag__WEBPACK_IMPORTED_MODULE_4__.StyledTagBase, _clickable_tag__WEBPACK_IMPORTED_MODULE_4__.StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02'], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02'], _clickable_tag__WEBPACK_IMPORTED_MODULE_4__.StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02'], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02']);
|
44173
|
+
})(["display:flex;align-items:stretch;margin:0;padding:0;li{display:inline-flex;list-style:none;margin:0;padding:0;}", "{border-radius:0;height:100%;}& > *:first-of-type ", "{border-top-left-radius:", ";border-bottom-left-radius:", ";}& > *:last-of-type ", "{border-top-right-radius:", ";border-bottom-right-radius:", ";}"], _clickable_tag__WEBPACK_IMPORTED_MODULE_4__.StyledTagBase, _clickable_tag__WEBPACK_IMPORTED_MODULE_4__.StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02'], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02'], _clickable_tag__WEBPACK_IMPORTED_MODULE_4__.StyledTagBase, _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02'], _theme__WEBPACK_IMPORTED_MODULE_3__["default"].spacing['02']);
|
44183
44174
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (TagGroup);
|
44184
44175
|
|
44185
44176
|
/***/ }),
|