@splunk/react-ui 5.8.0 → 5.9.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/Menu.js CHANGED
@@ -63,37 +63,37 @@
63
63
  e.d(t, {
64
64
  Divider: () => /* reexport */ $,
65
65
  Heading: () => /* reexport */ Z,
66
- Item: () => /* reexport */ Ee,
66
+ Item: () => /* reexport */ _e,
67
67
  MenuContext: () => /* reexport */ T,
68
- default: () => /* reexport */ Ke
68
+ default: () => /* reexport */ Ve
69
69
  });
70
70
  // CONCATENATED MODULE: external "react"
71
71
  const r = require("react");
72
72
  var n = e.n(r);
73
73
  // CONCATENATED MODULE: external "lodash/omit"
74
- const o = require("lodash/omit");
75
- var i = e.n(o);
74
+ const i = require("lodash/omit");
75
+ var a = e.n(i);
76
76
  // CONCATENATED MODULE: external "prop-types"
77
- const a = require("prop-types");
78
- var l = e.n(a);
77
+ const o = require("prop-types");
78
+ var l = e.n(o);
79
79
  // CONCATENATED MODULE: external "@splunk/ui-utils/focus"
80
- const c = require("@splunk/ui-utils/focus");
80
+ const s = require("@splunk/ui-utils/focus");
81
81
  // CONCATENATED MODULE: external "styled-components"
82
- const s = require("styled-components");
83
- var u = e.n(s);
82
+ const c = require("styled-components");
83
+ var u = e.n(c);
84
84
  // CONCATENATED MODULE: external "@splunk/react-ui/Divider"
85
85
  const d = require("@splunk/react-ui/Divider");
86
- var v = e.n(d);
86
+ var f = e.n(d);
87
87
  // CONCATENATED MODULE: external "@splunk/themes"
88
- const p = require("@splunk/themes");
88
+ const v = require("@splunk/themes");
89
89
  // CONCATENATED MODULE: external "@splunk/react-ui/Checkbox"
90
- const f = require("@splunk/react-ui/Checkbox");
91
- var b = e.n(f);
90
+ const p = require("@splunk/react-ui/Checkbox");
91
+ var b = e.n(p);
92
92
  // CONCATENATED MODULE: external "@splunk/react-ui/Clickable"
93
93
  const m = require("@splunk/react-ui/Clickable");
94
94
  var y = e.n(m);
95
95
  // CONCATENATED MODULE: ./src/Menu/ItemStyles.ts
96
- var g = (0, s.css)([ "", " overflow:inherit;white-space:inherit;text-overflow:inherit;" ], p.mixins.typography("smallBody"));
96
+ var g = (0, c.css)([ "", " overflow:inherit;white-space:inherit;text-overflow:inherit;" ], v.mixins.typography("smallBody"));
97
97
  var h = u().div.withConfig({
98
98
  displayName: "ItemStyles__StyledItemDescriptionBottom",
99
99
  componentId: "sc-4kc053-0"
@@ -101,45 +101,45 @@
101
101
  var S = u().span.withConfig({
102
102
  displayName: "ItemStyles__StyledItemDescriptionRight",
103
103
  componentId: "sc-4kc053-1"
104
- })([ "", ";display:flex;align-self:flex-start;align-items:center;float:right;padding-left:", ";max-width:50%;min-height:20px;text-align:right;" ], g, p.variables.spacingLarge);
105
- var O = (0, s.css)([ "", " flex:0 0 auto;& > svg{height:20px;}" ], p.mixins.reset("inline-flex"));
104
+ })([ "", ";display:flex;align-self:flex-start;align-items:center;float:right;padding-left:", ";max-width:50%;min-height:20px;text-align:right;" ], g, v.variables.spacingLarge);
105
+ var O = (0, c.css)([ "", " flex:0 0 auto;& > svg{height:20px;}" ], v.mixins.reset("inline-flex"));
106
106
  var w = u().div.withConfig({
107
107
  displayName: "ItemStyles__StyledItemSelectedAdornment",
108
108
  componentId: "sc-4kc053-2"
109
- })([ "", ";padding-left:", ";align-items:flex-start;color:", ";" ], O, p.variables.spacingLarge, p.variables.contentColorActive);
109
+ })([ "", ";padding-left:", ";align-items:flex-start;color:", ";" ], O, v.variables.spacingLarge, v.variables.contentColorActive);
110
110
  var k = u().span.withConfig({
111
111
  displayName: "ItemStyles__StyledItemAdornment",
112
112
  componentId: "sc-4kc053-3"
113
113
  })([ "", ";", " padding-right:", ";align-items:center;color:", ";" ], O, (function(e) {
114
114
  var t = e.endAdornment;
115
- return t && (0, s.css)([ "padding-left:", ";" ], p.variables.spacingSmall);
116
- }), p.variables.spacingSmall, p.variables.contentColorMuted);
115
+ return t && (0, c.css)([ "padding-left:", ";" ], v.variables.spacingSmall);
116
+ }), v.variables.spacingSmall, v.variables.contentColorMuted);
117
117
  var x = u()(b()).withConfig({
118
118
  displayName: "ItemStyles__StyledCheckbox",
119
119
  componentId: "sc-4kc053-4"
120
- })([ "min-height:0;padding-right:", ";" ], p.variables.spacingSmall);
120
+ })([ "min-height:0;padding-right:", ";" ], v.variables.spacingSmall);
121
121
  var C = u()(y()).withConfig({
122
122
  displayName: "ItemStyles__StyledClickable",
123
123
  componentId: "sc-4kc053-5"
124
- })([ "line-height:", ";display:block;position:relative;cursor:pointer;color:", ";word-wrap:break-word;max-width:100%;width:100%;min-height:", ";padding:", " ", ";", " ", " ", " &:not([disabled],[aria-disabled='true']){&:hover{background:", ";", "}&:active{background:", ";}", "}&:focus{outline:0;box-shadow:", ";background:", ";}&[disabled],&[aria-disabled='true']{color:", ";", ",", ",", ",", "{color:", ";}}" ], p.variables.lineHeightSpacious, p.variables.contentColorActive, p.variables.inputHeight, p.variables.spacingXSmall, p.variables.spacingLarge, (function(e) {
124
+ })([ "line-height:", ";display:block;position:relative;cursor:pointer;color:", ";word-wrap:break-word;max-width:100%;width:100%;min-height:", ";padding:", " ", ";", " ", " ", " &:not([disabled],[aria-disabled='true']){&:hover{background:", ";", "}&:active{background:", ";}", "}&:focus{outline:0;box-shadow:", ";background:", ";}&[disabled],&[aria-disabled='true']{color:", ";", ",", ",", ",", "{color:", ";}}" ], v.variables.lineHeightSpacious, v.variables.contentColorActive, v.variables.inputHeight, v.variables.spacingXSmall, v.variables.spacingLarge, (function(e) {
125
125
  var t = e.$active, r = e.$preventFocus;
126
- return t && !r && (0, s.css)([ "box-shadow:", ";" ], p.variables.focusShadowInset);
126
+ return t && !r && (0, c.css)([ "box-shadow:", ";" ], v.variables.focusShadowInset);
127
127
  }), (function(e) {
128
128
  var t = e.$active;
129
- return t && (0, s.css)([ "background:", ";font-weight:", ";" ], p.variables.interactiveColorOverlayActive, p.variables.fontWeightBold);
129
+ return t && (0, c.css)([ "background:", ";font-weight:", ";" ], v.variables.interactiveColorOverlayActive, v.variables.fontWeightBold);
130
130
  }), (function(e) {
131
131
  var t = e.$isSelectable, r = e.$selectableAppearance, n = e.$selected;
132
132
  return t && !n && r === "checkmark" && // Adds whitespace to right to reserve space for checkmark for selectable Items
133
133
  // spacingLarge x 3 = padding-left + icon size + padding-right
134
- (0, s.css)([ "padding-right:calc(", " * 3);" ], p.variables.spacingLarge);
135
- }), p.variables.interactiveColorOverlayHover, (function(e) {
134
+ (0, c.css)([ "padding-right:calc(", " * 3);" ], v.variables.spacingLarge);
135
+ }), v.variables.interactiveColorOverlayHover, (function(e) {
136
136
  var t = e.$active;
137
- return t && (0, s.css)([ "background:", ";" ], p.mixins.overlayColors(p.variables.interactiveColorOverlayActive, p.variables.interactiveColorOverlayHover));
138
- }), p.variables.interactiveColorOverlayActive, (function(e) {
137
+ return t && (0, c.css)([ "background:", ";" ], v.mixins.overlayColors(v.variables.interactiveColorOverlayActive, v.variables.interactiveColorOverlayHover));
138
+ }), v.variables.interactiveColorOverlayActive, (function(e) {
139
139
  var t = e.$selected, r = e.$active;
140
- return t && (0, s.css)([ "font-weight:", ";", "" ], p.variables.fontWeightSemiBold, r && (0,
141
- s.css)([ "font-weight:", ";" ], p.variables.fontWeightBold));
142
- }), p.variables.focusShadowInset, p.variables.interactiveColorOverlayHover, p.variables.contentColorDisabled, /* sc-sel */ h, /* sc-sel */ S, /* sc-sel */ w, /* sc-sel */ k, p.variables.contentColorDisabled);
140
+ return t && (0, c.css)([ "font-weight:", ";", "" ], v.variables.fontWeightSemiBold, r && (0,
141
+ c.css)([ "font-weight:", ";" ], v.variables.fontWeightBold));
142
+ }), v.variables.focusShadowInset, v.variables.interactiveColorOverlayHover, v.variables.contentColorDisabled, /* sc-sel */ h, /* sc-sel */ S, /* sc-sel */ w, /* sc-sel */ k, v.variables.contentColorDisabled);
143
143
  var j = u().span.withConfig({
144
144
  displayName: "ItemStyles__StyledInnerWrapper",
145
145
  componentId: "sc-4kc053-6"
@@ -149,32 +149,32 @@
149
149
  componentId: "sc-4kc053-7"
150
150
  })([ "display:flex;flex:1;width:100%;align-self:flex-start;word-break:break-word;white-space:normal;", " ", "" ], (function(e) {
151
151
  var t = e.$descriptionBottom;
152
- return t && (0, s.css)([ "flex-direction:column;" ]);
152
+ return t && (0, c.css)([ "flex-direction:column;" ]);
153
153
  }), (function(e) {
154
154
  var t = e.$truncate;
155
- return t && (0, s.css)([ "white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" ]);
155
+ return t && (0, c.css)([ "white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" ]);
156
156
  }));
157
157
  var P = u().div.withConfig({
158
158
  displayName: "ItemStyles__StyledLabel",
159
159
  componentId: "sc-4kc053-8"
160
160
  })([ "flex:1;overflow:inherit;white-space:inherit;text-overflow:inherit;max-width:100%;min-height:20px;", "" ], (function(e) {
161
161
  var t = e.$truncate;
162
- return t && (0, s.css)([ "display:block;clear:both;" ]);
162
+ return t && (0, c.css)([ "display:block;clear:both;" ]);
163
163
  }));
164
164
  var E = u().span.withConfig({
165
165
  displayName: "ItemStyles__StyledMatch",
166
166
  componentId: "sc-4kc053-9"
167
- })([ "border-bottom:1px solid ", ";" ], p.variables.contentColorActive);
167
+ })([ "border-bottom:1px solid ", ";" ], v.variables.contentColorActive);
168
168
  var _ = u().span.withConfig({
169
169
  displayName: "ItemStyles__StyledSubmenu",
170
170
  componentId: "sc-4kc053-10"
171
- })([ "float:right;padding-left:", ";color:", ";" ], p.variables.spacingSmall, p.variables.contentColorDefault);
171
+ })([ "float:right;padding-left:", ";color:", ";" ], v.variables.spacingSmall, v.variables.contentColorDefault);
172
172
  // CONCATENATED MODULE: ./src/Menu/DividerStyles.ts
173
173
  // Adds margin if direct sibling is a Menu.Item to provide spacing between Divider and Item
174
- var D = u()(v()).withConfig({
174
+ var D = u()(f()).withConfig({
175
175
  displayName: "DividerStyles__Styled",
176
176
  componentId: "l3zfh3-0"
177
- })([ "", " + &,& + ", "{margin-block-start:", ";}" ], C, C, p.variables.spacingSmall);
177
+ })([ "", " + &,& + ", "{margin-block-start:", ";}" ], C, C, v.variables.spacingSmall);
178
178
  // CONCATENATED MODULE: ./src/Menu/MenuContext.tsx
179
179
  var A = (0, r.createContext)({
180
180
  role: "menu",
@@ -198,10 +198,10 @@
198
198
  * A non-interactive menu item used to visually separate groups of items in the menu.
199
199
  */ function q(e) {
200
200
  var t = N({}, e);
201
- var o = (0, r.useContext)(T), i = o.role;
201
+ var i = (0, r.useContext)(T), a = i.role;
202
202
 
203
203
  return n().createElement(D, N({
204
- "aria-hidden": i === "listbox",
204
+ "aria-hidden": a === "listbox",
205
205
  "data-test": "divider",
206
206
  role: "separator"
207
207
  }, t));
@@ -219,11 +219,11 @@
219
219
  var F = u().div.withConfig({
220
220
  displayName: "HeadingStyles__Styled",
221
221
  componentId: "mcd2ws-0"
222
- })([ "", " border-top:1px solid transparent;padding:", " ", ";&:not(:first-child){border-top:1px solid ", ";margin-top:", ";}" ], p.mixins.reset("block"), p.variables.spacingSmall, p.variables.spacingLarge, p.variables.borderColor, p.variables.spacingSmall);
222
+ })([ "", " border-top:1px solid transparent;padding:", " ", ";&:not(:first-child){border-top:1px solid ", ";margin-top:", ";}" ], v.mixins.reset("block"), v.variables.spacingSmall, v.variables.spacingLarge, v.variables.borderColor, v.variables.spacingSmall);
223
223
  var L = u()(M()).withConfig({
224
224
  displayName: "HeadingStyles__StyledHeading",
225
225
  componentId: "mcd2ws-1"
226
- })([ "color:", ";" ], p.variables.contentColorDefault);
226
+ })([ "color:", ";" ], v.variables.contentColorDefault);
227
227
  // CONCATENATED MODULE: ./src/Menu/Heading.tsx
228
228
  function B(e) {
229
229
  "@babel/helpers - typeof";
@@ -244,7 +244,7 @@
244
244
  return e;
245
245
  }, K.apply(null, arguments);
246
246
  }
247
- function W(e, t) {
247
+ function V(e, t) {
248
248
  var r = Object.keys(e);
249
249
  if (Object.getOwnPropertySymbols) {
250
250
  var n = Object.getOwnPropertySymbols(e);
@@ -254,18 +254,18 @@
254
254
  }
255
255
  return r;
256
256
  }
257
- function z(e) {
257
+ function W(e) {
258
258
  for (var t = 1; t < arguments.length; t++) {
259
259
  var r = null != arguments[t] ? arguments[t] : {};
260
- t % 2 ? W(Object(r), !0).forEach((function(t) {
261
- V(e, t, r[t]);
262
- })) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : W(Object(r)).forEach((function(t) {
260
+ t % 2 ? V(Object(r), !0).forEach((function(t) {
261
+ z(e, t, r[t]);
262
+ })) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : V(Object(r)).forEach((function(t) {
263
263
  Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
264
264
  }));
265
265
  }
266
266
  return e;
267
267
  }
268
- function V(e, t, r) {
268
+ function z(e, t, r) {
269
269
  return (t = X(t)) in e ? Object.defineProperty(e, t, {
270
270
  value: r,
271
271
  enumerable: !0,
@@ -289,14 +289,14 @@
289
289
  }
290
290
  function J(e, t) {
291
291
  if (null == e) return {};
292
- var r, n, o = Q(e, t);
292
+ var r, n, i = Q(e, t);
293
293
  if (Object.getOwnPropertySymbols) {
294
- var i = Object.getOwnPropertySymbols(e);
295
- for (n = 0; n < i.length; n++) {
296
- r = i[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (o[r] = e[r]);
294
+ var a = Object.getOwnPropertySymbols(e);
295
+ for (n = 0; n < a.length; n++) {
296
+ r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (i[r] = e[r]);
297
297
  }
298
298
  }
299
- return o;
299
+ return i;
300
300
  }
301
301
  function Q(e, t) {
302
302
  if (null == e) return {};
@@ -317,27 +317,27 @@
317
317
  /**
318
318
  * A non-interactive `Menu` item used to separate and label groups of `Menu` items.
319
319
  */ function Y(e) {
320
- var t = e.children, o = e.outerStyle, i = e.title, a = J(e, [ "children", "outerStyle", "title" ]);
320
+ var t = e.children, i = e.outerStyle, a = e.title, o = J(e, [ "children", "outerStyle", "title" ]);
321
321
  // @docs-props-type HeadingPropsBase
322
- var l = (0, r.useContext)(T), c = l.role;
323
- var s = (0, r.useMemo)((function() {
324
- return z(z({}, o), {}, {
322
+ var l = (0, r.useContext)(T), s = l.role;
323
+ var c = (0, r.useMemo)((function() {
324
+ return W(W({}, i), {}, {
325
325
  margin: 0
326
326
  });
327
- }), [ o ]);
327
+ }), [ i ]);
328
328
  // headings are not supported in role="listbox"
329
329
  // this causes Firefox to incorrectly read the total number
330
330
  // of items in the list if it contains a heading or divider
331
331
  // so we set them to aria-hidden to prevent that
332
332
 
333
333
  return n().createElement(F, {
334
- "aria-hidden": c === "listbox" ? true : undefined
334
+ "aria-hidden": s === "listbox" ? true : undefined
335
335
  }, n().createElement(L, K({
336
- style: s,
337
- level: i ? 4 : 5,
338
- variant: i ? "title5" : "title6",
336
+ style: c,
337
+ level: a ? 4 : 5,
338
+ variant: a ? "title5" : "title6",
339
339
  "data-test": "heading"
340
- }, a), t));
340
+ }, o), t));
341
341
  }
342
342
  Y.propTypes = U;
343
343
  /* Remove consecutive items with filterConsecutive = true (Dividers and Headings) */ Y.filterConsecutive = true;
@@ -351,29 +351,71 @@
351
351
  const re = require("@splunk/react-icons/Checkmark");
352
352
  var ne = e.n(re);
353
353
  // CONCATENATED MODULE: external "@splunk/react-icons/ChevronRight"
354
- const oe = require("@splunk/react-icons/ChevronRight");
355
- var ie = e.n(oe);
354
+ const ie = require("@splunk/react-icons/ChevronRight");
355
+ var ae = e.n(ie);
356
356
  // CONCATENATED MODULE: external "@splunk/react-ui/ScreenReaderContent"
357
- const ae = require("@splunk/react-ui/ScreenReaderContent");
358
- var le = e.n(ae);
357
+ const oe = require("@splunk/react-ui/ScreenReaderContent");
358
+ var le = e.n(oe);
359
359
  // CONCATENATED MODULE: external "@splunk/react-ui/Tooltip"
360
- const ce = require("@splunk/react-ui/Tooltip");
361
- var se = e.n(ce);
360
+ const se = require("@splunk/react-ui/Tooltip");
361
+ var ce = e.n(se);
362
362
  // CONCATENATED MODULE: external "@splunk/ui-utils/i18n"
363
363
  const ue = require("@splunk/ui-utils/i18n");
364
364
  // CONCATENATED MODULE: external "@splunk/react-icons/ArrowSquareTopRightInset"
365
365
  const de = require("@splunk/react-icons/ArrowSquareTopRightInset");
366
- var ve = e.n(de);
366
+ var fe = e.n(de);
367
367
  // CONCATENATED MODULE: ./src/Menu/icons/External.tsx
368
- var pe = u()(ve()).withConfig({
368
+ var ve = u()(fe()).withConfig({
369
369
  displayName: "External__Styled",
370
370
  componentId: "sc-1turs2s-0"
371
371
  })([ "vertical-align:text-top;margin:0 0 0 4px;" ]);
372
- function fe() {
372
+ function pe() {
373
373
 
374
- return n().createElement(pe, null);
374
+ return n().createElement(ve, null);
375
+ }
376
+ /* harmony default export */ const be = pe;
377
+ // CONCATENATED MODULE: ./src/utils/disabled.ts
378
+ /**
379
+ * Normalizes the disabled prop and returns both the boolean state and normalized string value.
380
+ * Use this function to ensure consistent handling of disabled prop across components.
381
+ *
382
+ * @param disabled - The disabled prop value
383
+ * @param defaultWhenBooleanTrue - Optional normalization override for disabled={true}
384
+ * @returns Object with isDisabled boolean|undefined and disabledValue string
385
+ *
386
+ * TODO (SUI-8600): `disabled` prop should default to 'dimmed' for data entry components
387
+ */
388
+ function me(e) {
389
+ var t = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "dimmed";
390
+ if (e === "dimmed") {
391
+ return {
392
+ isDisabled: true,
393
+ disabledValue: "dimmed"
394
+ };
395
+ }
396
+ if (e === true) {
397
+ return {
398
+ isDisabled: true,
399
+ disabledValue: t
400
+ };
401
+ }
402
+ if (e === "disabled") {
403
+ return {
404
+ isDisabled: true,
405
+ disabledValue: "disabled"
406
+ };
407
+ }
408
+ if (e === false) {
409
+ return {
410
+ isDisabled: false,
411
+ disabledValue: undefined
412
+ };
413
+ }
414
+ return {
415
+ isDisabled: undefined,
416
+ disabledValue: undefined
417
+ };
375
418
  }
376
- /* harmony default export */ const be = fe;
377
419
  // CONCATENATED MODULE: ./src/utils/updateReactRef.ts
378
420
  /**
379
421
  * Updates a React ref. Callback refs and object refs (from `createRef` and `useRef`) are supported.
@@ -381,7 +423,7 @@
381
423
  * @param ref - The React callback or object ref. Can be `null` or `undefined`.
382
424
  * @param current - The new value of the ref.
383
425
  */
384
- function me(e, t) {
426
+ function ye(e, t) {
385
427
  if (e) {
386
428
  if (typeof e === "function") {
387
429
  e(t);
@@ -394,15 +436,15 @@
394
436
  }
395
437
  }
396
438
  // CONCATENATED MODULE: ./src/Menu/Item.tsx
397
- function ye(e) {
439
+ function ge(e) {
398
440
  "@babel/helpers - typeof";
399
- return ye = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
441
+ return ge = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
400
442
  return typeof e;
401
443
  } : function(e) {
402
444
  return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
403
- }, ye(e);
445
+ }, ge(e);
404
446
  }
405
- function ge(e, t) {
447
+ function he(e, t) {
406
448
  var r = Object.keys(e);
407
449
  if (Object.getOwnPropertySymbols) {
408
450
  var n = Object.getOwnPropertySymbols(e);
@@ -412,41 +454,41 @@
412
454
  }
413
455
  return r;
414
456
  }
415
- function he(e) {
457
+ function Se(e) {
416
458
  for (var t = 1; t < arguments.length; t++) {
417
459
  var r = null != arguments[t] ? arguments[t] : {};
418
- t % 2 ? ge(Object(r), !0).forEach((function(t) {
419
- Se(e, t, r[t]);
420
- })) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : ge(Object(r)).forEach((function(t) {
460
+ t % 2 ? he(Object(r), !0).forEach((function(t) {
461
+ Oe(e, t, r[t]);
462
+ })) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : he(Object(r)).forEach((function(t) {
421
463
  Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
422
464
  }));
423
465
  }
424
466
  return e;
425
467
  }
426
- function Se(e, t, r) {
427
- return (t = Oe(t)) in e ? Object.defineProperty(e, t, {
468
+ function Oe(e, t, r) {
469
+ return (t = we(t)) in e ? Object.defineProperty(e, t, {
428
470
  value: r,
429
471
  enumerable: !0,
430
472
  configurable: !0,
431
473
  writable: !0
432
474
  }) : e[t] = r, e;
433
475
  }
434
- function Oe(e) {
435
- var t = we(e, "string");
436
- return "symbol" == ye(t) ? t : t + "";
476
+ function we(e) {
477
+ var t = ke(e, "string");
478
+ return "symbol" == ge(t) ? t : t + "";
437
479
  }
438
- function we(e, t) {
439
- if ("object" != ye(e) || !e) return e;
480
+ function ke(e, t) {
481
+ if ("object" != ge(e) || !e) return e;
440
482
  var r = e[Symbol.toPrimitive];
441
483
  if (void 0 !== r) {
442
484
  var n = r.call(e, t || "default");
443
- if ("object" != ye(n)) return n;
485
+ if ("object" != ge(n)) return n;
444
486
  throw new TypeError("@@toPrimitive must return a primitive value.");
445
487
  }
446
488
  return ("string" === t ? String : Number)(e);
447
489
  }
448
- function ke() {
449
- return ke = Object.assign ? Object.assign.bind() : function(e) {
490
+ function xe() {
491
+ return xe = Object.assign ? Object.assign.bind() : function(e) {
450
492
  for (var t = 1; t < arguments.length; t++) {
451
493
  var r = arguments[t];
452
494
  for (var n in r) {
@@ -454,20 +496,20 @@
454
496
  }
455
497
  }
456
498
  return e;
457
- }, ke.apply(null, arguments);
499
+ }, xe.apply(null, arguments);
458
500
  }
459
- function xe(e, t) {
501
+ function Ce(e, t) {
460
502
  if (null == e) return {};
461
- var r, n, o = Ce(e, t);
503
+ var r, n, i = je(e, t);
462
504
  if (Object.getOwnPropertySymbols) {
463
- var i = Object.getOwnPropertySymbols(e);
464
- for (n = 0; n < i.length; n++) {
465
- r = i[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (o[r] = e[r]);
505
+ var a = Object.getOwnPropertySymbols(e);
506
+ for (n = 0; n < a.length; n++) {
507
+ r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (i[r] = e[r]);
466
508
  }
467
509
  }
468
- return o;
510
+ return i;
469
511
  }
470
- function Ce(e, t) {
512
+ function je(e, t) {
471
513
  if (null == e) return {};
472
514
  var r = {};
473
515
  for (var n in e) {
@@ -478,7 +520,7 @@
478
520
  }
479
521
  return r;
480
522
  }
481
- var je = {
523
+ var Ie = {
482
524
  active: l().bool,
483
525
  children: l().node,
484
526
  description: l().string,
@@ -507,10 +549,10 @@
507
549
  to: l().string,
508
550
  truncate: l().bool
509
551
  };
510
- var Ie = (0, ue._)("(Opens new window)");
511
- function Pe(e) {
552
+ var Pe = (0, ue._)("(Opens new window)");
553
+ function Ee(e) {
512
554
  var t;
513
- var o = e.active, a = e.children, l = e.description, c = e.descriptionPosition, s = c === void 0 ? "bottom" : c, u = e.disabled, d = e.endAdornment, v = e.elementRef, p = e.hasSubmenu, f = e.itemKey, b = e.matchRanges, m = e.onClick, y = e.onFocus, g = e.openInNewContext, O = e.role, D = e.selectable, A = e.selectableAppearance, N = A === void 0 ? "checkmark" : A, R = e.selected, q = e.startAdornment, $ = e.to, H = e.truncate, M = xe(e, [ "active", "children", "description", "descriptionPosition", "disabled", "endAdornment", "elementRef", "hasSubmenu", "itemKey", "matchRanges", "onClick", "onFocus", "openInNewContext", "role", "selectable", "selectableAppearance", "selected", "startAdornment", "to", "truncate" ]);
555
+ var i = e.active, o = e.children, l = e.description, s = e.descriptionPosition, c = s === void 0 ? "bottom" : s, u = e.disabled, d = e.endAdornment, f = e.elementRef, v = e.hasSubmenu, p = e.itemKey, b = e.matchRanges, m = e.onClick, y = e.onFocus, g = e.openInNewContext, O = e.role, D = e.selectable, A = e.selectableAppearance, N = A === void 0 ? "checkmark" : A, R = e.selected, q = e.startAdornment, $ = e.to, H = e.truncate, M = Ce(e, [ "active", "children", "description", "descriptionPosition", "disabled", "endAdornment", "elementRef", "hasSubmenu", "itemKey", "matchRanges", "onClick", "onFocus", "openInNewContext", "role", "selectable", "selectableAppearance", "selected", "startAdornment", "to", "truncate" ]);
514
556
  // @docs-props-type ItemPropsBase
515
557
  var F = (0, r.useContext)(T), L = F.preventFocus;
516
558
  // Use arguments[0] (raw props) to check if `selectableAppearance` was explicitly passed by the caller.
@@ -519,24 +561,24 @@
519
561
  var B = (t = arguments[0]) === null || t === void 0 ? void 0 : t.selectableAppearance;
520
562
  (0, r.useEffect)((function() {
521
563
  if (false) {}
522
- }), [ H, s, b, a, R, D, N, B ]);
564
+ }), [ H, c, b, o, R, D, N, B ]);
523
565
  var K = (0, r.useCallback)((function(e) {
524
566
  y === null || y === void 0 ? void 0 : y(e, {
525
- itemKey: f
567
+ itemKey: p
526
568
  });
527
- }), [ f, y ]);
528
- var W = (0, r.useCallback)((function(e) {
569
+ }), [ p, y ]);
570
+ var V = (0, r.useCallback)((function(e) {
529
571
  if (L) {
530
572
  e.preventDefault();
531
573
  }
532
574
  }), [ L ]);
533
- var z = (0, r.useMemo)((function() {
534
- if (!b || !te()(a)) {
535
- return a;
575
+ var W = (0, r.useMemo)((function() {
576
+ if (!b || !te()(o)) {
577
+ return o;
536
578
  }
537
579
  var e = [];
538
580
  // before first match. May be empty string.
539
- e.push(a.substring(0, b[0].start));
581
+ e.push(o.substring(0, b[0].start));
540
582
  b.forEach((function(t, r) {
541
583
  e.push(
542
584
 
@@ -544,73 +586,75 @@
544
586
  n().createElement(E, {
545
587
  key: r,
546
588
  "data-test": "match"
547
- }, a.substring(t.start, t.end)));
589
+ }, o.substring(t.start, t.end)));
548
590
  if (r < b.length - 1) {
549
- e.push(a.substring(t.end, b[r + 1].start));
591
+ e.push(o.substring(t.end, b[r + 1].start));
550
592
  } else {
551
- e.push(a.substring(t.end, a.length));
593
+ e.push(o.substring(t.end, o.length));
552
594
  }
553
595
  }));
554
596
  return e;
555
- }), [ a, b ]);
556
- var V = R === true || R === "some";
557
- var X = D || V;
558
- var G = O || {
597
+ }), [ o, b ]);
598
+ var z = R === true || R === "some";
599
+ var X = D || z;
600
+ var G = me(u), J = G.isDisabled, Q = G.disabledValue;
601
+ var U = O || {
559
602
  nonselectable: "menuitem",
560
603
  checkmark: "menuitemradio",
561
604
  checkbox: "menuitemcheckbox"
562
605
  }[X ? N : "nonselectable"];
563
- var J = (0, r.useMemo)((function() {
606
+ var Y = (0, r.useMemo)((function() {
564
607
  return {
565
- "aria-haspopup": p ? true : undefined
608
+ "aria-haspopup": v ? true : undefined
566
609
  };
567
- }), [ p ]);
568
- if (G === "menuitemradio" || G === "menuitemcheckbox") {
569
- J["aria-checked"] = R === "some" ? "mixed" : V;
570
- } else if (G === "option") {
571
- J["aria-selected"] = V;
610
+ }), [ v ]);
611
+ if (U === "menuitemradio" || U === "menuitemcheckbox") {
612
+ Y["aria-checked"] = R === "some" ? "mixed" : z;
613
+ } else if (U === "option") {
614
+ Y["aria-selected"] = z;
572
615
  }
573
- var Q = l && s === "right";
574
- var U = l && !Q;
575
- var Y = false;
576
- var Z;
616
+ var Z = l && c === "right";
617
+ var ee = l && !Z;
618
+ var re = false;
619
+ var ie;
577
620
  if (g) {
578
- Y = true;
579
- Z = typeof g === "string" ? g : Ie;
621
+ re = true;
622
+ ie = typeof g === "string" ? g : Pe;
580
623
  }
581
- var ee = (0, r.useMemo)((function() {
624
+ var oe = (0, r.useMemo)((function() {
582
625
 
583
- return n().createElement(C, ke({
584
- $active: o,
626
+ return n().createElement(C, xe({
627
+ $active: i,
585
628
  $isSelectable: X,
586
629
  $preventFocus: L || false,
587
630
  $selectableAppearance: N !== null && N !== void 0 ? N : false,
588
- $selected: V,
631
+ $selected: z,
589
632
  "data-has-icon": !!q || !!d,
590
633
  "data-test": "item",
591
- "data-test-selected": X ? V : null,
634
+ "data-test-disabled": Q,
635
+ "data-test-selected": X ? z : null,
592
636
  disabled: u,
593
- elementRef: v,
637
+ elementRef: f,
594
638
  onClick: m,
595
639
  onFocus: K,
596
- onMouseDown: W,
597
- openInNewContext: Y,
598
- role: G,
640
+ onMouseDown: V,
641
+ openInNewContext: re,
642
+ role: U,
599
643
  tabIndex: L ? -1 : undefined,
600
644
  to: $
601
- }, J, i()(M, "onFocus")), p && n().createElement(_, null, n().createElement(ie(), null)), n().createElement(j, null, D && N === "checkbox" && n().createElement(x, {
645
+ }, Y, a()(M, "onFocus")), v && n().createElement(_, null, n().createElement(ae(), null)), n().createElement(j, null, D && N === "checkbox" && n().createElement(x, {
602
646
  checked: R === "some" ? "indeterminate" : R,
603
- disabled: !!u,
647
+ disabled: J,
604
648
  inert: true
605
649
  }), q && n().createElement(k, null, q), n().createElement(I, {
606
- $descriptionBottom: !!U,
650
+ $descriptionBottom: !!ee,
607
651
  $truncate: H !== null && H !== void 0 ? H : false
608
652
  }, n().createElement(P, {
609
653
  $truncate: H !== null && H !== void 0 ? H : false,
610
654
  "data-test": "label"
611
- }, z, g && n().createElement(n().Fragment, null, n().createElement(be, null), n().createElement(le(), null, Z))), U && n().createElement(h, {
655
+ }, W, g && n().createElement(n().Fragment, null, n().createElement(be, null), n().createElement(le(), null, ie))), ee && n().createElement(h, {
612
656
  "data-test": "description"
613
- }, l), Q && n().createElement(S, {
657
+ }, l), Z && n().createElement(S, {
614
658
  "data-test": "description"
615
659
  }, l)), d && n().createElement(k, {
616
660
  endAdornment: d
@@ -618,71 +662,71 @@
618
662
  "data-test": "selected-checkmark",
619
663
  inline: true
620
664
  }))));
621
- }), [ o, X, L, N, V, q, d, u, v, m, K, W, Y, G, $, J, M, p, D, R, U, H, z, g, Z, l, Q ]);
622
- var re = H && te()(a);
623
- var oe = (0, r.useCallback)((function(e) {
665
+ }), [ i, X, L, N, z, q, d, Q, u, f, m, K, V, re, U, $, Y, M, v, D, R, J, ee, H, W, g, ie, l, Z ]);
666
+ var se = H && te()(o);
667
+ var ue = (0, r.useCallback)((function(e) {
624
668
  var t = function t(r) {
625
- me(e.elementRef, r);
626
- me(ee.props.elementRef, r);
669
+ ye(e.elementRef, r);
670
+ ye(oe.props.elementRef, r);
627
671
  };
628
672
  // Merge the anchorProps from Tooltip with the props of the clickable element to ensure consistent behavior for screen readers
629
- var r = n().cloneElement(ee, he(he(he({}, "aria-describedby" in e ? {
673
+ var r = n().cloneElement(oe, Se(Se(Se({}, "aria-describedby" in e ? {
630
674
  "aria-describedby": e["aria-describedby"]
631
675
  } : {}), "aria-labelledby" in e ? {
632
676
  "aria-labelledby": e["aria-labelledby"]
633
677
  } : {}), {}, {
634
678
  onFocus: function t(r) {
635
- var n, o, i;
679
+ var n, i, a;
636
680
  (n = e.onFocus) === null || n === void 0 ? void 0 : n.call(e, r);
637
- (o = (i = ee.props).onFocus) === null || o === void 0 ? void 0 : o.call(i, r);
681
+ (i = (a = oe.props).onFocus) === null || i === void 0 ? void 0 : i.call(a, r);
638
682
  },
639
683
  onBlur: function t(r) {
640
- var n, o, i;
684
+ var n, i, a;
641
685
  (n = e.onBlur) === null || n === void 0 ? void 0 : n.call(e, r);
642
- (o = (i = ee.props).onBlur) === null || o === void 0 ? void 0 : o.call(i, r);
686
+ (i = (a = oe.props).onBlur) === null || i === void 0 ? void 0 : i.call(a, r);
643
687
  },
644
688
  onClick: function t(r) {
645
- var n, o, i;
689
+ var n, i, a;
646
690
  (n = e.onClick) === null || n === void 0 ? void 0 : n.call(e, r);
647
- (o = (i = ee.props).onClick) === null || o === void 0 ? void 0 : o.call(i, r);
691
+ (i = (a = oe.props).onClick) === null || i === void 0 ? void 0 : i.call(a, r);
648
692
  },
649
693
  elementRef: t
650
694
  }));
651
695
  return r;
652
- }), [ ee ]);
653
- if (re) {
696
+ }), [ oe ]);
697
+ if (se) {
654
698
 
655
- return n().createElement(se(), {
656
- content: a,
699
+ return n().createElement(ce(), {
700
+ content: o,
657
701
  defaultPlacement: "right",
658
702
  inline: false,
659
703
  contentRelationship: "label",
660
- renderAnchor: oe
704
+ renderAnchor: ue
661
705
  });
662
706
  }
663
- return ee;
707
+ return oe;
664
708
  }
665
- Pe.propTypes = je;
666
- Pe.as = "Item";
667
- /* harmony default export */ const Ee = Pe;
709
+ Ee.propTypes = Ie;
710
+ Ee.as = "Item";
711
+ /* harmony default export */ const _e = Ee;
668
712
  // only for styled components using Item
669
713
  // CONCATENATED MODULE: external "@splunk/react-ui/Scroll"
670
- const _e = require("@splunk/react-ui/Scroll");
671
- var De = e.n(_e);
714
+ const De = require("@splunk/react-ui/Scroll");
715
+ var Ae = e.n(De);
672
716
  // CONCATENATED MODULE: ./src/Menu/MenuStyles.ts
673
- var Ae = (0, s.css)([ "border-top:1px solid ", ";" ], p.variables.borderColor);
674
- var Te = (0, s.css)([ "", ";background-color:", ";border-radius:", ";min-width:60px;overflow:auto;position:relative;padding:", " 0;&:focus{outline:0;box-shadow:", ";background:", ";}& + &{", "}" ], p.mixins.reset("block"), p.variables.backgroundColorPopup, p.variables.borderRadius, p.variables.spacingSmall, p.variables.focusShadowInset, p.variables.interactiveColorOverlayHover, Ae);
675
- var Ne = u().div.withConfig({
717
+ var Te = (0, c.css)([ "border-top:1px solid ", ";" ], v.variables.borderColor);
718
+ var Ne = (0, c.css)([ "", ";background-color:", ";border-radius:", ";min-width:60px;overflow:auto;position:relative;padding:", " 0;&:focus{outline:0;box-shadow:", ";background:", ";}& + &{", "}" ], v.mixins.reset("block"), v.variables.backgroundColorPopup, v.variables.borderRadius, v.variables.spacingSmall, v.variables.focusShadowInset, v.variables.interactiveColorOverlayHover, Te);
719
+ var Re = u().div.withConfig({
676
720
  displayName: "MenuStyles__Styled",
677
721
  componentId: "sc-1olffp9-0"
678
- })([ "", "" ], Te);
679
- var Re = u()(De()).withConfig({
722
+ })([ "", "" ], Ne);
723
+ var qe = u()(Ae()).withConfig({
680
724
  displayName: "MenuStyles__StyledScroll",
681
725
  componentId: "sc-1olffp9-1"
682
- })([ "", " ", " + &,& + ", "{", "}" ], Te, /* sc-sel */ Ne, /* sc-sel */ Ne, Ae);
726
+ })([ "", " ", " + &,& + ", "{", "}" ], Ne, /* sc-sel */ Re, /* sc-sel */ Re, Te);
683
727
  // CONCATENATED MODULE: ./src/Menu/Menu.tsx
684
- function qe() {
685
- return qe = Object.assign ? Object.assign.bind() : function(e) {
728
+ function $e() {
729
+ return $e = Object.assign ? Object.assign.bind() : function(e) {
686
730
  for (var t = 1; t < arguments.length; t++) {
687
731
  var r = arguments[t];
688
732
  for (var n in r) {
@@ -690,20 +734,20 @@
690
734
  }
691
735
  }
692
736
  return e;
693
- }, qe.apply(null, arguments);
737
+ }, $e.apply(null, arguments);
694
738
  }
695
- function $e(e, t) {
739
+ function He(e, t) {
696
740
  if (null == e) return {};
697
- var r, n, o = He(e, t);
741
+ var r, n, i = Me(e, t);
698
742
  if (Object.getOwnPropertySymbols) {
699
- var i = Object.getOwnPropertySymbols(e);
700
- for (n = 0; n < i.length; n++) {
701
- r = i[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (o[r] = e[r]);
743
+ var a = Object.getOwnPropertySymbols(e);
744
+ for (n = 0; n < a.length; n++) {
745
+ r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (i[r] = e[r]);
702
746
  }
703
747
  }
704
- return o;
748
+ return i;
705
749
  }
706
- function He(e, t) {
750
+ function Me(e, t) {
707
751
  if (null == e) return {};
708
752
  var r = {};
709
753
  for (var n in e) {
@@ -714,14 +758,14 @@
714
758
  }
715
759
  return r;
716
760
  }
717
- var Me = {
761
+ var Fe = {
718
762
  children: l().node,
719
763
  elementRef: l().oneOfType([ l().func, l().object ]),
720
764
  focusMode: l().oneOf([ "roving", "normal", "never" ]),
721
765
  stopScrollPropagation: l().bool
722
766
  };
723
767
  // the default focus control for Menu: loop, verticalArrows(up/down keys), home/end keys
724
- var Fe = function e() {
768
+ var Le = function e() {
725
769
  return {
726
770
  enableLoop: true,
727
771
  orientation: "vertical",
@@ -729,19 +773,19 @@
729
773
  enableHomeEnd: true
730
774
  };
731
775
  };
732
- var Le = function e(t) {
776
+ var Be = function e(t) {
733
777
  var r = t.key;
734
778
  // Handle special case for tab navigation
735
- if (r === "Tab" && (0, c.isTabKey)(t.nativeEvent)) {
779
+ if (r === "Tab" && (0, s.isTabKey)(t.nativeEvent)) {
736
780
  return t.shiftKey ? "tabShift" : "Tab";
737
781
  }
738
782
  return r;
739
783
  };
740
- function Be(e) {
741
- var t = e.children, o = e.elementRef, a = e.focusMode, l = a === void 0 ? "roving" : a, s = e.stopScrollPropagation, u = $e(e, [ "children", "elementRef", "focusMode", "stopScrollPropagation" ]);
784
+ function Ke(e) {
785
+ var t = e.children, i = e.elementRef, o = e.focusMode, l = o === void 0 ? "roving" : o, c = e.stopScrollPropagation, u = He(e, [ "children", "elementRef", "focusMode", "stopScrollPropagation" ]);
742
786
  // @docs-props-type MenuPropsBase
743
- var d = (0, r.useContext)(T), v = d.role, p = v === void 0 ? "menu" : v;
744
- var f = (0, r.useRef)(null);
787
+ var d = (0, r.useContext)(T), f = d.role, v = f === void 0 ? "menu" : f;
788
+ var p = (0, r.useRef)(null);
745
789
  var b = r.Children.toArray(t).filter(r.isValidElement).reduce((function(e, t, r, n) {
746
790
  /* Filter out initial Dividers
747
791
  * Requires reduce() over filter() because a Heading may have been
@@ -753,8 +797,8 @@
753
797
  // Filter out consecutive Dividers and Headings
754
798
  // If Divider is next to Heading then it will remove both Heading and Divider unless Heading has title prop set to it
755
799
  if ((t.type.as === "Heading" || t.type.as === "Divider") && !t.props.title && t.type.filterConsecutive && n.length > r + 1) {
756
- var o = n[r + 1];
757
- if (o.type.as === "Heading" || o.type.as === "Divider") {
800
+ var i = n[r + 1];
801
+ if (i.type.as === "Heading" || i.type.as === "Divider") {
758
802
  return e;
759
803
  }
760
804
  }
@@ -766,16 +810,16 @@
766
810
  return e;
767
811
  }), []);
768
812
  var m = (0, r.useCallback)((function(e) {
769
- f.current = e;
770
- me(o, e);
771
- }), [ o ]);
772
- var y = Fe();
813
+ p.current = e;
814
+ ye(i, e);
815
+ }), [ i ]);
816
+ var y = Le();
773
817
  var g = (0, r.useCallback)((function(e) {
774
818
  // if command key on Mac was pressed ignore
775
819
  if (e.nativeEvent.metaKey) {
776
820
  return;
777
821
  }
778
- var t = Le(e);
822
+ var t = Be(e);
779
823
  var r = t === "Tab" || t === "tabShift";
780
824
  var n = t === "Enter";
781
825
  // Allow default behavior for the enter key.
@@ -784,16 +828,16 @@
784
828
  if (!n && (y.enableTab || !r)) {
785
829
  e.preventDefault();
786
830
  }
787
- var o = f.current;
788
- var i = [];
789
- if (o) {
790
- i = (0, c.getSortedTabbableElements)(o, {
831
+ var i = p.current;
832
+ var a = [];
833
+ if (i) {
834
+ a = (0, s.getSortedTabbableElements)(i, {
791
835
  ignoreTabIndex: true
792
836
  });
793
837
  }
794
- var a = e.target instanceof HTMLElement ? e.target : o === null || o === void 0 ? void 0 : o.querySelector(":focus");
795
- var l = a instanceof HTMLElement ? i.indexOf(a) : -1;
796
- (0, c.handleFocus)(t, i, l, y);
838
+ var o = e.target instanceof HTMLElement ? e.target : i === null || i === void 0 ? void 0 : i.querySelector(":focus");
839
+ var l = o instanceof HTMLElement ? a.indexOf(o) : -1;
840
+ (0, s.handleFocus)(t, a, l, y);
797
841
  }), [ y ]);
798
842
  var h = function e() {
799
843
  return {
@@ -805,22 +849,22 @@
805
849
  var O = {
806
850
  "data-test": "menu",
807
851
  onKeyDown: S,
808
- role: p
852
+ role: v
809
853
  };
810
- return s ? n().createElement(Re, qe({}, O, {
854
+ return c ? n().createElement(qe, $e({}, O, {
811
855
  elementRef: m,
812
856
  stopScrollPropagation: true
813
- }, i()(u, "tagName")), b) : n().createElement(Ne, qe({}, O, {
857
+ }, a()(u, "tagName")), b) : n().createElement(Re, $e({}, O, {
814
858
  ref: m
815
859
  }, u), n().createElement(T.Provider, {
816
860
  value: h()
817
861
  }, b));
818
862
  }
819
- Be.propTypes = Me;
820
- Be.Item = Ee;
821
- Be.Divider = $;
822
- Be.Heading = Z;
823
- /* harmony default export */ const Ke = Be;
863
+ Ke.propTypes = Fe;
864
+ Ke.Item = _e;
865
+ Ke.Divider = $;
866
+ Ke.Heading = Z;
867
+ /* harmony default export */ const Ve = Ke;
824
868
  // CONCATENATED MODULE: ./src/Menu/index.ts
825
869
  module.exports = t;
826
870
  /******/})();