@desynova-digital/components 9.1.22 → 9.1.23

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 (63) hide show
  1. package/_helpers/utils.js +23 -20
  2. package/atoms/avatar/index.js +2 -1
  3. package/atoms/badge/index.js +2 -1
  4. package/atoms/button/button.js +2 -1
  5. package/atoms/card/index.js +2 -1
  6. package/atoms/cardStack/index.js +2 -1
  7. package/atoms/cardV2/cardV2.js +7 -6
  8. package/atoms/cardV2/content.js +8 -7
  9. package/atoms/cardV2/thumbnail.js +12 -11
  10. package/atoms/cardV2/timeline.js +2 -1
  11. package/atoms/customSelect/customSelect.js +2 -1
  12. package/atoms/datePicker/datePicker.js +12 -11
  13. package/atoms/draftInputText/draftInputText.js +45 -44
  14. package/atoms/dropdown/dropdown.js +2 -1
  15. package/atoms/dropdownList/dropdownList.js +2 -1
  16. package/atoms/graphs/circleDonut/circleDonut.js +2 -1
  17. package/atoms/graphs/circleGraph/circleGraph.js +2 -1
  18. package/atoms/graphs/circleNested/circleNested.js +2 -1
  19. package/atoms/graphs/pieChart/pieChart.js +2 -1
  20. package/atoms/graphs/verticalBarGraph/verticalBarGraph.js +2 -1
  21. package/atoms/icon/icons.json +1708 -1708
  22. package/atoms/icon/index.js +2 -1
  23. package/atoms/inputText/inputText.js +2 -1
  24. package/atoms/loader/CircleLoader.jsx +93 -93
  25. package/atoms/loader/ShimmerComponent/CollabShimmerCard.jsx +39 -39
  26. package/atoms/loader/ShimmerComponent/CollabShimmerCardTray.jsx +24 -24
  27. package/atoms/loader/ShimmerComponent/FiltersShimmer.jsx +19 -19
  28. package/atoms/loader/ShimmerComponent/GraphDetailShimmer.jsx +31 -31
  29. package/atoms/loader/ShimmerComponent/GraphTitleShimmer.jsx +23 -23
  30. package/atoms/loader/ShimmerComponent/GraphsComponentShimmer.jsx +23 -23
  31. package/atoms/loader/ShimmerComponent/Shimmer.js +2 -1
  32. package/atoms/loader/ShimmerComponent/Shimmer.jsx +48 -48
  33. package/atoms/loader/ThreeDotLoader.jsx +51 -51
  34. package/atoms/loader/index.js +2 -1
  35. package/atoms/loader/spinningLoader.jsx +69 -69
  36. package/atoms/popup/popup.js +2 -1
  37. package/atoms/radio/index.js +2 -1
  38. package/atoms/sideBar/sidebar.js +5 -4
  39. package/atoms/sideBar/sidebar.jsx +249 -249
  40. package/atoms/tag/index.js +2 -1
  41. package/atoms/thematicBreak/index.js +2 -1
  42. package/atoms/timeCodeDisplay/timCodeInput.story.js +1 -1
  43. package/atoms/timeCodeDisplay/timeCodeDisplay.js +1 -1
  44. package/atoms/timeCodeInput/timCodeInput.story.js +1 -1
  45. package/atoms/timeCodeInput/timeCodeInput.js +3 -2
  46. package/atoms/timeCodeInput/timeCodeMSInput.js +2 -1
  47. package/atoms/timeCodeInput/timeCodeMainInput.js +9 -8
  48. package/atoms/timeCodeInput/timeCodeStandardInput.js +2 -1
  49. package/atoms/timer/timer.js +2 -1
  50. package/atoms/toast/toast.js +2 -1
  51. package/atoms/videoCard/index.js +2 -1
  52. package/atoms/videoCard/videoCard.js +3 -3
  53. package/components.js +2 -1
  54. package/molecules/errorScreen/TableErrorScreen.jsx +85 -85
  55. package/molecules/errorScreen/errorScreen.js +9 -9
  56. package/molecules/errorScreen/errorScreen.jsx +149 -149
  57. package/molecules/filter/filter.js +40 -39
  58. package/molecules/graphDetailCard/graphDetailCard.js +2 -1
  59. package/molecules/pageHeader/index.js +2 -1
  60. package/molecules/richTextInput/RichTextInput.js +10 -9
  61. package/molecules/table/table.js +8 -7
  62. package/molecules/videoPlayer/videoPlayer.js +6 -6
  63. package/package.json +2 -2
@@ -18,7 +18,8 @@ var _react = _interopRequireWildcard(require("react"));
18
18
  var _propTypes = _interopRequireDefault(require("prop-types"));
19
19
  var _styledComponents = _interopRequireDefault(require("styled-components"));
20
20
  var _templateObject;
21
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
21
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
22
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
22
23
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
23
24
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
24
25
  var propTypes = {};