@splunk/react-ui 5.0.0-beta.5 → 5.0.0-rc.2

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.
Files changed (52) hide show
  1. package/ButtonSimple.js +92 -168
  2. package/{CHANGELOG.v5.mdx → CHANGELOG.v5.md} +43 -0
  3. package/Calendar.js +148 -151
  4. package/Card.js +139 -139
  5. package/Code.js +197 -167
  6. package/CollapsiblePanel.js +172 -164
  7. package/Color.js +584 -506
  8. package/ComboBox.js +51 -51
  9. package/ControlGroup.js +132 -127
  10. package/Date.js +137 -150
  11. package/Dropdown.js +97 -96
  12. package/DualListbox.js +468 -469
  13. package/FetchOptions.d.ts +2 -2
  14. package/FormRows.js +158 -157
  15. package/JSONTree.js +354 -360
  16. package/{MIGRATION.mdx → MIGRATION.md} +13 -43
  17. package/{MIGRATION.v5.mdx → MIGRATION.v5.md} +67 -1
  18. package/Markdown.js +3 -4
  19. package/Menu.js +194 -195
  20. package/Modal.js +18 -18
  21. package/ModalLayer.js +171 -217
  22. package/Multiselect.js +785 -778
  23. package/Number.js +103 -102
  24. package/Popover.js +48 -46
  25. package/RadioBar.js +144 -146
  26. package/Resize.js +149 -151
  27. package/ResultsMenu.js +112 -114
  28. package/Search.js +49 -49
  29. package/Select.js +455 -457
  30. package/Slider.js +328 -331
  31. package/Switch.js +251 -178
  32. package/TabBar.js +277 -280
  33. package/Table.js +1212 -1178
  34. package/Text.js +45 -46
  35. package/Tooltip.js +192 -189
  36. package/Tree.js +177 -188
  37. package/package.json +10 -9
  38. package/types/src/Code/Code.d.ts +1 -1
  39. package/types/src/Color/Color.d.ts +2 -2
  40. package/types/src/ControlGroup/ControlGroup.d.ts +1 -2
  41. package/types/src/Dropdown/Dropdown.d.ts +5 -2
  42. package/types/src/Layer/Layer.d.ts +2 -1
  43. package/types/src/Layer/index.d.ts +1 -0
  44. package/types/src/ModalLayer/ModalLayer.d.ts +16 -21
  45. package/types/src/Number/Number.d.ts +1 -1
  46. package/types/src/Popover/Popover.d.ts +5 -2
  47. package/types/src/Table/HeadCell.d.ts +6 -1
  48. package/types/src/Table/HeadInner.d.ts +3 -1
  49. package/types/src/Tooltip/Tooltip.d.ts +7 -7
  50. package/types/src/fixtures/useFetchOptions.d.ts +33 -0
  51. package/useRovingFocus.js +20 -23
  52. package/types/src/fixtures/FetchOptions.d.ts +0 -76
package/Number.js CHANGED
@@ -67,8 +67,8 @@
67
67
  const n = require("react");
68
68
  var t = e.n(n);
69
69
  // CONCATENATED MODULE: external "prop-types"
70
- const a = require("prop-types");
71
- var o = e.n(a);
70
+ const o = require("prop-types");
71
+ var a = e.n(o);
72
72
  // CONCATENATED MODULE: external "lodash/isFinite"
73
73
  const i = require("lodash/isFinite");
74
74
  var l = e.n(i);
@@ -103,7 +103,7 @@
103
103
  // CONCATENATED MODULE: external "@splunk/themes"
104
104
  const x = require("@splunk/themes");
105
105
  // CONCATENATED MODULE: ./src/Number/NumberStyles.ts
106
- var E = "24px";
106
+ var A = "24px";
107
107
  var B = m()(C()).withConfig({
108
108
  displayName: "NumberStyles__StyledText",
109
109
  componentId: "sc-2ekj9s-0"
@@ -114,37 +114,37 @@
114
114
  var D = m().div.withConfig({
115
115
  displayName: "NumberStyles__StyledControls",
116
116
  componentId: "sc-2ekj9s-1"
117
- })([ "width:", ";height:100%;", "" ], E, (function(e) {
117
+ })([ "width:", ";height:100%;", "" ], A, (function(e) {
118
118
  var r = e.$isAppend, n = e.$disabled, t = e.$error;
119
- var a;
119
+ var o;
120
120
  if (n) {
121
- a = x.variables.interactiveColorBorderDisabled;
121
+ o = x.variables.interactiveColorBorderDisabled;
122
122
  } else if (t) {
123
- a = x.variables.interactiveColorAccentError;
123
+ o = x.variables.interactiveColorAccentError;
124
124
  } else {
125
- a = x.variables.interactiveColorBorder;
125
+ o = x.variables.interactiveColorBorder;
126
126
  }
127
- return (0, p.css)([ "", "" ], r ? (0, p.css)([ "border-inline-end:", " solid ", ";" ], x.variables.inputBorderWidth, a) : (0,
128
- p.css)([ "border-inline-start:", " solid ", ";" ], x.variables.inputBorderWidth, a));
127
+ return (0, p.css)([ "", "" ], r ? (0, p.css)([ "border-inline-end:", " solid ", ";" ], x.variables.inputBorderWidth, o) : (0,
128
+ p.css)([ "border-inline-start:", " solid ", ";" ], x.variables.inputBorderWidth, o));
129
129
  }));
130
- var A = (0, p.css)([ "height:12px;width:12px;" ]);
131
- var N = m()(k()).withConfig({
130
+ var N = (0, p.css)([ "height:12px;width:12px;" ]);
131
+ var P = m()(k()).withConfig({
132
132
  displayName: "NumberStyles__StyledChevronDown",
133
133
  componentId: "sc-2ekj9s-2"
134
- })([ "", ";" ], A);
135
- var P = m()(j()).withConfig({
134
+ })([ "", ";" ], N);
135
+ var T = m()(j()).withConfig({
136
136
  displayName: "NumberStyles__StyledChevronUp",
137
137
  componentId: "sc-2ekj9s-3"
138
- })([ "", ";" ], A);
139
- var T = (0, p.css)([ "display:flex;align-items:center;justify-content:center;font-size:inherit;min-width:0;min-height:0;color:", ";height:calc(50% - 0.5px);width:100%;&:hover:not([disabled]){background-color:", ";}&:active:not([disabled]){background-color:", ";box-shadow:", ";}" ], x.variables.contentColorActive, x.variables.actionColorBackgroundSecondaryHover, x.variables.actionColorBackgroundSecondary, x.variables.focusShadowInset);
140
- var _ = m()(y()).withConfig({
138
+ })([ "", ";" ], N);
139
+ var _ = (0, p.css)([ "display:flex;align-items:center;justify-content:center;font-size:inherit;min-width:0;min-height:0;color:", ";height:calc(50% - 0.5px);width:100%;&:hover:not([disabled]){background-color:", ";}&:active:not([disabled]){background-color:", ";box-shadow:", ";}" ], x.variables.contentColorActive, x.variables.actionColorBackgroundSecondaryHover, x.variables.actionColorBackgroundSecondary, x.variables.focusShadowInset);
140
+ var E = m()(y()).withConfig({
141
141
  displayName: "NumberStyles__StyledDecrementButton",
142
142
  componentId: "sc-2ekj9s-4"
143
- })([ "", ";border-top-left-radius:0;border-top-right-radius:0;" ], T);
143
+ })([ "", ";border-top-left-radius:0;border-top-right-radius:0;" ], _);
144
144
  var I = m()(y()).withConfig({
145
145
  displayName: "NumberStyles__StyledIncrementButton",
146
146
  componentId: "sc-2ekj9s-5"
147
- })([ "", ";border-bottom-left-radius:0;border-bottom-right-radius:0;" ], T);
147
+ })([ "", ";border-bottom-left-radius:0;border-bottom-right-radius:0;" ], _);
148
148
  var q = m()(g()).withConfig({
149
149
  displayName: "NumberStyles__StyledDivider",
150
150
  componentId: "sc-2ekj9s-6"
@@ -168,7 +168,7 @@
168
168
  return n.indexOf(",") > -1 ? "," : ".";
169
169
  };
170
170
  var R = function e(r) {
171
- var n = r.val, t = r.min, a = r.max, o = r.roundTo;
171
+ var n = r.val, t = r.min, o = r.max, a = r.roundTo;
172
172
  var i = n;
173
173
  if (!l()(n)) {
174
174
  return i;
@@ -176,14 +176,14 @@
176
176
  if (t !== undefined && l()(t)) {
177
177
  i = Math.max(t, i);
178
178
  }
179
- if (a !== undefined && l()(a)) {
180
- i = Math.min(a, i);
179
+ if (o !== undefined && l()(o)) {
180
+ i = Math.min(o, i);
181
181
  }
182
- var u = Math.pow(10, o);
182
+ var u = Math.pow(10, a);
183
183
  return Math.round(i * u) / u;
184
184
  };
185
185
  var U = function e(r) {
186
- var n = r.str, t = r.locale, a = r.min, o = r.max, i = r.roundTo;
186
+ var n = r.str, t = r.locale, o = r.min, a = r.max, i = r.roundTo;
187
187
  var u = n;
188
188
  if (!K()(u) || u === "") {
189
189
  return undefined;
@@ -197,8 +197,8 @@
197
197
  }
198
198
  var c = R({
199
199
  val: parseFloat(u),
200
- min: a,
201
- max: o,
200
+ min: o,
201
+ max: a,
202
202
  roundTo: i
203
203
  });
204
204
  if (l()(c)) {
@@ -307,7 +307,7 @@
307
307
  return ("string" === r ? String : Number)(e);
308
308
  }
309
309
  function Z(e, r) {
310
- return ae(e) || te(e, r) || re(e, r) || ee();
310
+ return oe(e) || te(e, r) || re(e, r) || ee();
311
311
  }
312
312
  function ee() {
313
313
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
@@ -329,38 +329,38 @@
329
329
  function te(e, r) {
330
330
  var n = null == e ? null : "undefined" != typeof Symbol && e[Symbol.iterator] || e["@@iterator"];
331
331
  if (null != n) {
332
- var t, a, o, i, l = [], u = !0, c = !1;
332
+ var t, o, a, i, l = [], u = !0, c = !1;
333
333
  try {
334
- if (o = (n = n.call(e)).next, 0 === r) {
334
+ if (a = (n = n.call(e)).next, 0 === r) {
335
335
  if (Object(n) !== n) return;
336
336
  u = !1;
337
- } else for (;!(u = (t = o.call(n)).done) && (l.push(t.value), l.length !== r); u = !0) {
337
+ } else for (;!(u = (t = a.call(n)).done) && (l.push(t.value), l.length !== r); u = !0) {
338
338
  }
339
339
  } catch (e) {
340
- c = !0, a = e;
340
+ c = !0, o = e;
341
341
  } finally {
342
342
  try {
343
343
  if (!u && null != n["return"] && (i = n["return"](), Object(i) !== i)) return;
344
344
  } finally {
345
- if (c) throw a;
345
+ if (c) throw o;
346
346
  }
347
347
  }
348
348
  return l;
349
349
  }
350
350
  }
351
- function ae(e) {
351
+ function oe(e) {
352
352
  if (Array.isArray(e)) return e;
353
353
  }
354
- function oe(e, r) {
354
+ function ae(e, r) {
355
355
  if (null == e) return {};
356
- var n, t, a = ie(e, r);
356
+ var n, t, o = ie(e, r);
357
357
  if (Object.getOwnPropertySymbols) {
358
- var o = Object.getOwnPropertySymbols(e);
359
- for (t = 0; t < o.length; t++) {
360
- n = o[t], r.includes(n) || {}.propertyIsEnumerable.call(e, n) && (a[n] = e[n]);
358
+ var a = Object.getOwnPropertySymbols(e);
359
+ for (t = 0; t < a.length; t++) {
360
+ n = a[t], r.includes(n) || {}.propertyIsEnumerable.call(e, n) && (o[n] = e[n]);
361
361
  }
362
362
  }
363
- return a;
363
+ return o;
364
364
  }
365
365
  function ie(e, r) {
366
366
  if (null == e) return {};
@@ -376,48 +376,48 @@
376
376
  /** @public */
377
377
  /** @public */
378
378
  /** @public */ var le = {
379
- append: o().bool,
380
- children: o().node,
381
- defaultValue: o().number,
382
- describedBy: o().string,
383
- disabled: o().bool,
384
- elementRef: o().oneOfType([ o().func, o().object ]),
385
- inputRef: o().oneOfType([ o().func, o().object ]),
386
- error: o().bool,
387
- hideStepButtons: o().bool,
388
- inline: o().bool,
389
- inputId: o().string,
390
- labelledBy: o().string,
391
- locale: o().string,
392
- max: o().number,
393
- min: o().number,
394
- name: o().string,
395
- onBlur: o().func,
396
- onChange: o().func,
397
- onClick: o().func,
398
- onFocus: o().func,
399
- endAdornment: o().node,
400
- startAdornment: o().node,
401
- onKeyDown: o().func,
402
- onKeyUp: o().func,
403
- onSelect: o().func,
404
- prepend: o().bool,
405
- roundTo: o().number,
406
- step: o().number,
407
- value: o().number
379
+ append: a().bool,
380
+ children: a().node,
381
+ defaultValue: a().number,
382
+ describedBy: a().string,
383
+ disabled: a().bool,
384
+ elementRef: a().oneOfType([ a().func, a().object ]),
385
+ inputRef: a().oneOfType([ a().func, a().object ]),
386
+ error: a().bool,
387
+ hideStepButtons: a().bool,
388
+ inline: a().bool,
389
+ inputId: a().string,
390
+ labelledBy: a().string,
391
+ locale: a().string,
392
+ max: a().number,
393
+ min: a().number,
394
+ name: a().string,
395
+ onBlur: a().func,
396
+ onChange: a().func,
397
+ onClick: a().func,
398
+ onFocus: a().func,
399
+ endAdornment: a().node,
400
+ startAdornment: a().node,
401
+ onKeyDown: a().func,
402
+ onKeyUp: a().func,
403
+ onSelect: a().func,
404
+ prepend: a().bool,
405
+ roundTo: a().number,
406
+ step: a().number,
407
+ value: a().number
408
408
  };
409
409
  function ue(e) {
410
- var r = e.append, a = e.defaultValue, o = e.describedBy, i = e.disabled, s = e.elementRef, f = e.error, p = e.hideStepButtons, m = e.inline, b = e.inputRef, y = e.locale, h = y === void 0 ? "en-US" : y, g = e.max, S = e.min, C = e.name, w = e.onBlur, k = e.onChange, O = e.onKeyDown, j = e.onKeyUp, x = e.prepend, E = e.roundTo, A = E === void 0 ? 5 : E, T = e.step, $ = T === void 0 ? 1 : T, K = e.endAdornment, H = e.startAdornment, J = e.value, Q = oe(e, [ "append", "defaultValue", "describedBy", "disabled", "elementRef", "error", "hideStepButtons", "inline", "inputRef", "locale", "max", "min", "name", "onBlur", "onChange", "onKeyDown", "onKeyUp", "prepend", "roundTo", "step", "endAdornment", "startAdornment", "value" ]);
410
+ var r = e.append, o = e.defaultValue, a = e.describedBy, i = e.disabled, s = e.elementRef, f = e.error, p = e.hideStepButtons, m = e.inline, b = e.inputRef, y = e.locale, h = y === void 0 ? "en-US" : y, g = e.max, S = e.min, C = e.name, w = e.onBlur, k = e.onChange, O = e.onKeyDown, j = e.onKeyUp, x = e.prepend, A = e.roundTo, N = A === void 0 ? 5 : A, _ = e.step, $ = _ === void 0 ? 1 : _, K = e.endAdornment, H = e.startAdornment, J = e.value, Q = ae(e, [ "append", "defaultValue", "describedBy", "disabled", "elementRef", "error", "hideStepButtons", "inline", "inputRef", "locale", "max", "min", "name", "onBlur", "onChange", "onKeyDown", "onKeyUp", "prepend", "roundTo", "step", "endAdornment", "startAdornment", "value" ]);
411
411
  // @docs-props-type NumberPropsBase
412
412
  var X = d()({
413
413
  componentName: "Number",
414
414
  /* eslint-disable-next-line prefer-rest-params */
415
415
  componentProps: arguments[0]
416
416
  });
417
- var Y = X ? J : a;
417
+ var Y = X ? J : o;
418
418
  // stringValue stores the current contents of the input text box - it might be out of range, invalid, ...
419
419
  var ee = (0, n.useState)(F(Y, h)), re = Z(ee, 2), ne = re[0], te = re[1];
420
- var ae = (0, n.useState)(Y), ie = Z(ae, 2), le = ie[0], ue = ie[1];
420
+ var oe = (0, n.useState)(Y), ie = Z(oe, 2), le = ie[0], ue = ie[1];
421
421
  var ce = v()(J);
422
422
  var se = (0, n.useRef)(null);
423
423
  var de = (0, n.useCallback)((function(e) {
@@ -443,16 +443,16 @@
443
443
  locale: h,
444
444
  min: S,
445
445
  max: g,
446
- roundTo: A
446
+ roundTo: N
447
447
  });
448
448
  var t;
449
449
  // increment appropriate number
450
450
  if (n !== undefined && l()(n)) {
451
451
  // increment the entered value
452
452
  t = n + r;
453
- } else if (a !== undefined && l()(a)) {
453
+ } else if (o !== undefined && l()(o)) {
454
454
  // increment the defaultValue
455
- t = a + r;
455
+ t = o + r;
456
456
  } else if (r > 0) {
457
457
  // increment up to max or step value
458
458
  t = g || $;
@@ -465,22 +465,22 @@
465
465
  val: t,
466
466
  min: S,
467
467
  max: g,
468
- roundTo: A
468
+ roundTo: N
469
469
  }));
470
- }), [ a, fe, h, g, S, A, $, ne ]);
470
+ }), [ o, fe, h, g, S, N, $, ne ]);
471
471
  var pe = (0, n.useCallback)((function(e, r) {
472
472
  var n = R({
473
473
  val: parseFloat(r.value),
474
474
  min: S,
475
475
  max: g,
476
- roundTo: A
476
+ roundTo: N
477
477
  });
478
478
  var t = F(n, h);
479
479
  te(t);
480
480
  w === null || w === void 0 ? void 0 : w(e, L(L({}, r), {}, {
481
481
  value: t
482
482
  }));
483
- }), [ h, g, S, w, A ]);
483
+ }), [ h, g, S, w, N ]);
484
484
  var me = (0, n.useCallback)((function(e, r) {
485
485
  var n = r.value;
486
486
  var t = U({
@@ -488,7 +488,7 @@
488
488
  locale: h,
489
489
  min: S,
490
490
  max: g,
491
- roundTo: A
491
+ roundTo: N
492
492
  });
493
493
  if (le !== t || !X) {
494
494
  k === null || k === void 0 ? void 0 : k(e, {
@@ -501,51 +501,52 @@
501
501
  if (!X) {
502
502
  ue(t);
503
503
  }
504
- }), [ X, h, g, S, C, k, A, le ]);
504
+ }), [ X, h, g, S, C, k, N, le ]);
505
505
  var be = (0, n.useCallback)((function(e) {
506
- if (!e.metaKey && !e.ctrlKey && !e.altKey && (0, c.addsCharacter)(e.nativeEvent) !== false) {
506
+ var r = e.altKey, n = e.ctrlKey, t = e.key, o = e.nativeEvent, a = e.metaKey;
507
+ if (!a && !n && !r && (0, c.addsCharacter)(o) !== false) {
507
508
  // only allow numbers, negative and decimals
508
- if (!(0, c.isNumeric)(e.nativeEvent, {
509
+ if (!(0, c.isNumeric)(o, {
509
510
  locale: h
510
511
  })) {
511
512
  e.preventDefault();
512
513
  }
513
- var r = S !== undefined && l()(S) && S >= 0;
514
+ var i = S !== undefined && l()(S) && S >= 0;
514
515
  // if minus is not allowed or there is already one, prevent input
515
- if ((0, c.isMinus)(e.nativeEvent) && (r || ne.indexOf("-") >= 0)) {
516
+ if ((0, c.isMinus)(o) && (i || ne.indexOf("-") >= 0)) {
516
517
  e.preventDefault();
517
518
  }
518
519
  // if decimal is not allowed or there is already one, prevent input
519
- if ((0, c.isDecimal)(e.nativeEvent, {
520
+ if ((0, c.isDecimal)(o, {
520
521
  locale: h
521
- }) && (A <= 0 || ne.indexOf(M(h)) >= 0)) {
522
+ }) && (N <= 0 || ne.indexOf(M(h)) >= 0)) {
522
523
  e.preventDefault();
523
524
  }
524
525
  }
525
526
  // Arrow up and down will increment
526
- if ((0, c.keycode)(e.nativeEvent) === "up") {
527
+ if (t === "ArrowUp") {
527
528
  ve(e, $);
528
529
  e.preventDefault();
529
- } else if ((0, c.keycode)(e.nativeEvent) === "down") {
530
+ } else if (t === "ArrowDown") {
530
531
  ve(e, -$);
531
532
  e.preventDefault();
532
533
  }
533
534
  O === null || O === void 0 ? void 0 : O(e);
534
- }), [ ve, h, S, O, A, $, ne ]);
535
+ }), [ ve, h, S, O, N, $, ne ]);
535
536
  var ye = (0, n.useCallback)((function(e) {
536
537
  var r;
537
- if ((0, c.keycode)(e.nativeEvent) === "enter" && (se === null || se === void 0 ? void 0 : (r = se.current) === null || r === void 0 ? void 0 : r.value)) {
538
+ if (e.key === "Enter" && (se === null || se === void 0 ? void 0 : (r = se.current) === null || r === void 0 ? void 0 : r.value)) {
538
539
  var n = se.current.value;
539
540
  var t = R({
540
541
  val: parseFloat(n),
541
542
  min: S,
542
543
  max: g,
543
- roundTo: A
544
+ roundTo: N
544
545
  });
545
546
  te(F(t, h));
546
547
  }
547
548
  j === null || j === void 0 ? void 0 : j(e);
548
- }), [ h, g, S, j, A ]);
549
+ }), [ h, g, S, j, N ]);
549
550
  var he = (0, n.useCallback)((function(e) {
550
551
  ve(e, $);
551
552
  }), [ ve, $ ]);
@@ -572,13 +573,13 @@
572
573
  locale: h,
573
574
  min: S,
574
575
  max: g,
575
- roundTo: A
576
+ roundTo: N
576
577
  });
577
578
  if (e !== J && X) {
578
579
  te(F(J, h));
579
580
  }
580
581
  }
581
- }), [ X, h, g, S, ce, A, J, ne ]);
582
+ }), [ X, h, g, S, ce, N, J, ne ]);
582
583
  var Se = {
583
584
  append: r,
584
585
  prepend: !r,
@@ -604,18 +605,18 @@
604
605
  "data-test": "increment",
605
606
  disabled: i || Ce,
606
607
  onClick: he
607
- }, Se), t().createElement(P, null)), t().createElement(q, {
608
+ }, Se), t().createElement(T, null)), t().createElement(q, {
608
609
  $disabled: i,
609
610
  $error: f
610
- }), t().createElement(_, G({
611
+ }), t().createElement(E, G({
611
612
  "aria-label": (0, u._)("Decrement"),
612
613
  "data-test": "decrement",
613
614
  disabled: i || we,
614
615
  onClick: ge
615
- }, Se), t().createElement(N, null)));
616
+ }, Se), t().createElement(P, null)));
616
617
  var je = ke && !p && Oe;
617
618
  var xe = !ke && !p && Oe;
618
- var Ee = H || je;
619
+ var Ae = H || je;
619
620
 
620
621
  return t().createElement(B, G({
621
622
  autoCapitalize: "off",
@@ -626,7 +627,7 @@
626
627
  inputRef: de,
627
628
  disabled: i,
628
629
  name: C,
629
- describedBy: o,
630
+ describedBy: a,
630
631
  append: r,
631
632
  prepend: x
632
633
  }, Q, {
@@ -637,12 +638,12 @@
637
638
  onKeyDown: be,
638
639
  onKeyUp: ye,
639
640
  value: ne,
640
- "aria-describedby": o,
641
+ "aria-describedby": a,
641
642
  error: f,
642
643
  "data-test-value": le,
643
- startAdornment: Ee,
644
+ startAdornment: Ae,
644
645
  endAdornment: K || xe,
645
- $startAdornment: !!Ee,
646
+ $startAdornment: !!Ae,
646
647
  role: "spinbutton",
647
648
  "aria-valuenow": le,
648
649
  "aria-valuemin": S,