@splunk/react-ui 4.18.0 → 4.20.0
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/Accordion.js +6 -6
- package/Anchor.js +2 -2
- package/Animation.js +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Breadcrumbs.d.ts +2 -0
- package/Breadcrumbs.js +299 -0
- package/Button.js +17 -17
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +25 -1
- package/Calendar.js +17 -17
- package/Card.js +10 -10
- package/CardLayout.js +2 -2
- package/Chip.js +32 -25
- package/Clickable.js +16 -14
- package/CloseButton.js +8 -8
- package/Code.js +40 -15
- package/CollapsiblePanel.js +10 -10
- package/Color.js +33 -33
- package/ColumnLayout.js +8 -8
- package/ComboBox.js +28 -28
- package/Concertina.js +18 -18
- package/ControlGroup.js +13 -13
- package/Date.js +29 -29
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +21 -21
- package/DualListbox.js +24 -24
- package/EventListener.js +4 -4
- package/File.js +23 -23
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +23 -23
- package/JSONTree.js +20 -20
- package/Layer.js +14 -14
- package/Link.js +7 -7
- package/List.js +2 -2
- package/Markdown.js +19 -20
- package/Menu.js +252 -232
- package/Message.js +43 -43
- package/MessageBar.js +39 -39
- package/Modal.js +20 -20
- package/ModalLayer.js +6 -6
- package/Monogram.js +3 -3
- package/Multiselect.js +2987 -2493
- package/Number.js +8 -8
- package/Paginator.js +16 -16
- package/Paragraph.js +2 -2
- package/Popover.js +113 -50
- package/Progress.js +10 -10
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +43 -22
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +8 -8
- package/ScrollContainerContext.js +4 -4
- package/Search.js +25 -25
- package/Select.js +517 -120
- package/SidePanel.js +6 -6
- package/Slider.js +8 -8
- package/SlidingPanels.js +10 -10
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +6 -6
- package/TabLayout.js +6 -6
- package/Table.js +145 -111
- package/Text.js +40 -38
- package/TextArea.js +42 -40
- package/Tooltip.js +15 -15
- package/TransitionOpen.js +11 -11
- package/Typography.js +4 -4
- package/WaitSpinner.js +5 -5
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +17 -17
- package/types/src/Breadcrumbs/Breadcrumbs.d.ts +25 -0
- package/types/src/Breadcrumbs/Item.d.ts +42 -0
- package/types/src/Breadcrumbs/docs/examples/Adornments.d.ts +2 -0
- package/types/src/Breadcrumbs/docs/examples/Basic.d.ts +2 -0
- package/types/src/Breadcrumbs/index.d.ts +2 -0
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/Code/Code.d.ts +1 -1
- package/types/src/FormRows/FormRows.d.ts +1 -2
- package/types/src/FormRows/Row.d.ts +2 -12
- package/types/src/FormRows/RowInternal.d.ts +19 -0
- package/types/src/FormRows/SortableList.d.ts +8 -2
- package/types/src/FormRows/SortableRow.d.ts +20 -0
- package/types/src/Heading/Heading.d.ts +1 -1
- package/types/src/Link/Link.d.ts +5 -0
- package/types/src/Multiselect/Compact.d.ts +4 -0
- package/types/src/Multiselect/Multiselect.d.ts +5 -0
- package/types/src/Multiselect/docs/examples/CompactSelectAll.d.ts +2 -0
- package/types/src/Select/SelectAllOption.d.ts +14 -0
- package/types/src/Select/SelectBase.d.ts +11 -3
- package/types/src/Table/Table.d.ts +4 -0
- package/types/src/Text/Text.d.ts +3 -3
- package/types/src/TextArea/TextArea.d.ts +3 -3
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +4 -4
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
- package/types/src/Typography/docs/examples/Variants.d.ts +0 -2
package/File.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 173);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,14 +108,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 133:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("lodash/toUpper");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 134:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("@splunk/react-ui/Progress");
|
|
@@ -129,7 +129,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 173:
|
|
133
133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
134
|
|
|
135
135
|
"use strict";
|
|
@@ -149,7 +149,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
149
149
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "lodash/debounce"
|
|
152
|
-
var debounce_ = __webpack_require__(
|
|
152
|
+
var debounce_ = __webpack_require__(68);
|
|
153
153
|
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -157,7 +157,7 @@ var omit_ = __webpack_require__(5);
|
|
|
157
157
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "lodash/toUpper"
|
|
160
|
-
var toUpper_ = __webpack_require__(
|
|
160
|
+
var toUpper_ = __webpack_require__(133);
|
|
161
161
|
var toUpper_default = /*#__PURE__*/__webpack_require__.n(toUpper_);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "lodash/isString"
|
|
@@ -178,23 +178,23 @@ var i18n_ = __webpack_require__(4);
|
|
|
178
178
|
var id_ = __webpack_require__(8);
|
|
179
179
|
|
|
180
180
|
// EXTERNAL MODULE: external "lodash/isUndefined"
|
|
181
|
-
var isUndefined_ = __webpack_require__(
|
|
181
|
+
var isUndefined_ = __webpack_require__(42);
|
|
182
182
|
var isUndefined_default = /*#__PURE__*/__webpack_require__.n(isUndefined_);
|
|
183
183
|
|
|
184
184
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
185
|
-
var Cross_ = __webpack_require__(
|
|
185
|
+
var Cross_ = __webpack_require__(26);
|
|
186
186
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
187
187
|
|
|
188
188
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
189
|
-
var Close_ = __webpack_require__(
|
|
189
|
+
var Close_ = __webpack_require__(27);
|
|
190
190
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
191
191
|
|
|
192
192
|
// EXTERNAL MODULE: external "@splunk/react-ui/Progress"
|
|
193
|
-
var Progress_ = __webpack_require__(
|
|
193
|
+
var Progress_ = __webpack_require__(134);
|
|
194
194
|
var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
|
|
195
195
|
|
|
196
196
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
197
|
-
var format_ = __webpack_require__(
|
|
197
|
+
var format_ = __webpack_require__(29);
|
|
198
198
|
|
|
199
199
|
// CONCATENATED MODULE: ./src/File/FileContext.tsx
|
|
200
200
|
|
|
@@ -204,7 +204,7 @@ var FileContext = /*#__PURE__*/Object(external_react_["createContext"])({
|
|
|
204
204
|
FileContext.displayName = 'File';
|
|
205
205
|
/* harmony default export */ var File_FileContext = (FileContext);
|
|
206
206
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVGEnterprise"
|
|
207
|
-
var SVGEnterprise_ = __webpack_require__(
|
|
207
|
+
var SVGEnterprise_ = __webpack_require__(34);
|
|
208
208
|
var SVGEnterprise_default = /*#__PURE__*/__webpack_require__.n(SVGEnterprise_);
|
|
209
209
|
|
|
210
210
|
// CONCATENATED MODULE: ./src/File/PaperClip.tsx
|
|
@@ -278,7 +278,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
278
278
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
279
279
|
|
|
280
280
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
281
|
-
var mixins_ = __webpack_require__(
|
|
281
|
+
var mixins_ = __webpack_require__(83);
|
|
282
282
|
|
|
283
283
|
// CONCATENATED MODULE: ./src/File/ItemStyles.ts
|
|
284
284
|
|
|
@@ -1099,21 +1099,21 @@ module.exports = require("lodash/isString");
|
|
|
1099
1099
|
|
|
1100
1100
|
/***/ }),
|
|
1101
1101
|
|
|
1102
|
-
/***/
|
|
1102
|
+
/***/ 26:
|
|
1103
1103
|
/***/ (function(module, exports) {
|
|
1104
1104
|
|
|
1105
1105
|
module.exports = require("@splunk/react-icons/Cross");
|
|
1106
1106
|
|
|
1107
1107
|
/***/ }),
|
|
1108
1108
|
|
|
1109
|
-
/***/
|
|
1109
|
+
/***/ 27:
|
|
1110
1110
|
/***/ (function(module, exports) {
|
|
1111
1111
|
|
|
1112
1112
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
1113
1113
|
|
|
1114
1114
|
/***/ }),
|
|
1115
1115
|
|
|
1116
|
-
/***/
|
|
1116
|
+
/***/ 29:
|
|
1117
1117
|
/***/ (function(module, exports) {
|
|
1118
1118
|
|
|
1119
1119
|
module.exports = require("@splunk/ui-utils/format");
|
|
@@ -1127,24 +1127,24 @@ module.exports = require("styled-components");
|
|
|
1127
1127
|
|
|
1128
1128
|
/***/ }),
|
|
1129
1129
|
|
|
1130
|
-
/***/
|
|
1130
|
+
/***/ 34:
|
|
1131
1131
|
/***/ (function(module, exports) {
|
|
1132
1132
|
|
|
1133
1133
|
module.exports = require("@splunk/react-icons/SVGEnterprise");
|
|
1134
1134
|
|
|
1135
1135
|
/***/ }),
|
|
1136
1136
|
|
|
1137
|
-
/***/
|
|
1137
|
+
/***/ 4:
|
|
1138
1138
|
/***/ (function(module, exports) {
|
|
1139
1139
|
|
|
1140
|
-
module.exports = require("
|
|
1140
|
+
module.exports = require("@splunk/ui-utils/i18n");
|
|
1141
1141
|
|
|
1142
1142
|
/***/ }),
|
|
1143
1143
|
|
|
1144
|
-
/***/
|
|
1144
|
+
/***/ 42:
|
|
1145
1145
|
/***/ (function(module, exports) {
|
|
1146
1146
|
|
|
1147
|
-
module.exports = require("
|
|
1147
|
+
module.exports = require("lodash/isUndefined");
|
|
1148
1148
|
|
|
1149
1149
|
/***/ }),
|
|
1150
1150
|
|
|
@@ -1162,7 +1162,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1162
1162
|
|
|
1163
1163
|
/***/ }),
|
|
1164
1164
|
|
|
1165
|
-
/***/
|
|
1165
|
+
/***/ 68:
|
|
1166
1166
|
/***/ (function(module, exports) {
|
|
1167
1167
|
|
|
1168
1168
|
module.exports = require("lodash/debounce");
|
|
@@ -1176,7 +1176,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
1176
1176
|
|
|
1177
1177
|
/***/ }),
|
|
1178
1178
|
|
|
1179
|
-
/***/
|
|
1179
|
+
/***/ 83:
|
|
1180
1180
|
/***/ (function(module, exports) {
|
|
1181
1181
|
|
|
1182
1182
|
module.exports = require("@splunk/themes/mixins");
|