@geneui/components 3.0.0-next-7221a3a-16092024 → 3.0.0-next-1b7eefe-17092024

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 (135) hide show
  1. package/ActionableList/index.js +7 -8
  2. package/AdvancedSearch/index.js +5 -6
  3. package/Alert/index.js +3 -3
  4. package/Avatar/index.js +1 -1
  5. package/Badge/index.js +1 -1
  6. package/Breadcrumb/index.js +4 -5
  7. package/BusyLoader/index.js +2 -2
  8. package/Button/index.js +2 -2
  9. package/CHANGELOG.md +23 -0
  10. package/Card/index.js +4 -5
  11. package/CardList/index.js +11 -12
  12. package/{CellMeasurerCache-dbb3a6e5.js → CellMeasurerCache-f0690f3b.js} +2 -2
  13. package/Charts/index.js +19 -19
  14. package/Checkbox/index.js +4 -4
  15. package/CheckboxGroup/index.js +4 -4
  16. package/CheckboxGroupWithSearch/index.js +5 -6
  17. package/Collapse/index.js +2 -2
  18. package/ColorPicker/index.js +2 -2
  19. package/ComboBox/index.js +6 -6
  20. package/Copy/index.js +5 -5
  21. package/Counter/index.js +4 -5
  22. package/DateFilter/index.js +5 -6
  23. package/DatePicker/index.js +2 -2
  24. package/DatePickerInput/index.js +6 -7
  25. package/Divider/index.js +1 -1
  26. package/Drawer/index.js +5 -5
  27. package/Dropdown/index.js +8 -9
  28. package/Editor/index.js +7 -14
  29. package/Empty/index.js +1 -1
  30. package/ExtendedInput/index.js +5 -5
  31. package/Form/index.js +8 -9
  32. package/FormContainer/index.js +2 -2
  33. package/FormableCheckbox/index.js +5 -5
  34. package/FormableDatePicker/index.js +6 -7
  35. package/FormableDropdown/index.js +8 -9
  36. package/FormableEditor/index.js +3 -3
  37. package/{FormableHOC-c02b8928.js → FormableHOC-300e2dd7.js} +2 -2
  38. package/FormableMultiSelectDropdown/index.js +8 -9
  39. package/FormableNumberInput/index.js +5 -5
  40. package/FormableRadio/index.js +3 -3
  41. package/FormableSwitcher/index.js +3 -3
  42. package/FormableTextInput/index.js +5 -5
  43. package/FormableUploader/index.js +4 -5
  44. package/GeneUIProvider/index.js +3 -2
  45. package/Grid/index.js +3 -3
  46. package/HelperText/index.js +118 -0
  47. package/Holder/index.js +4 -5
  48. package/Icon/index.js +2 -2
  49. package/Image/index.js +6 -7
  50. package/ImagePreview/index.js +4 -5
  51. package/InteractiveWidget/index.js +4 -5
  52. package/KeyValue/index.js +2 -2
  53. package/Label/index.js +1 -1
  54. package/LinkButton/index.js +2 -2
  55. package/Menu/index.js +5 -5
  56. package/MobileNavigation/index.js +2 -2
  57. package/MobilePopup/index.js +5 -5
  58. package/Modal/index.js +3 -3
  59. package/ModuleTitle/index.js +5 -5
  60. package/NavigationMenu/index.js +6 -6
  61. package/Notification/index.js +3 -3
  62. package/Option/index.js +5 -5
  63. package/Overlay/index.js +4 -5
  64. package/Overspread/index.js +9 -10
  65. package/Pagination/index.js +4 -5
  66. package/Paper/index.js +2 -2
  67. package/Popover/index.js +411 -6
  68. package/PopoverV2/index.js +3 -3
  69. package/Products/index.js +3 -3
  70. package/Profile/index.js +4 -5
  71. package/Progress/index.js +2 -2
  72. package/Radio/index.js +2 -2
  73. package/RadioGroup/index.js +2 -2
  74. package/Range/index.js +3 -3
  75. package/Rating/index.js +4 -4
  76. package/RichEditor/index.js +1 -1
  77. package/{RichEditor-a3f1150e.js → RichEditor-3ad651c7.js} +1 -1
  78. package/Scrollbar/index.js +3 -3
  79. package/Search/index.js +4 -4
  80. package/SearchWithDropdown/index.js +9 -10
  81. package/Section/index.js +3 -3
  82. package/SkeletonLoader/index.js +2 -2
  83. package/Slider/index.js +5 -5
  84. package/Status/index.js +6 -6
  85. package/Steps/index.js +6 -6
  86. package/SuggestionList/index.js +3 -3
  87. package/Switcher/index.js +3 -3
  88. package/Table/index.js +16 -17
  89. package/TableCompositions/index.js +14 -15
  90. package/Tabs/index.js +2 -2
  91. package/Tag/index.js +3 -3
  92. package/Textarea/index.js +4 -4
  93. package/Time/index.js +2 -2
  94. package/TimePicker/index.js +57 -39
  95. package/Timeline/index.js +3 -3
  96. package/Title/index.js +3 -3
  97. package/Toaster/index.js +3 -3
  98. package/Tooltip/index.js +10 -153
  99. package/TransferList/index.js +9 -10
  100. package/Uploader/index.js +7 -8
  101. package/ValidatableCheckbox/index.js +4 -4
  102. package/ValidatableDatePicker/index.js +5 -6
  103. package/ValidatableDropdown/index.js +7 -8
  104. package/ValidatableElements/index.js +7 -8
  105. package/ValidatableMultiSelectDropdown/index.js +7 -8
  106. package/ValidatableNumberInput/index.js +4 -4
  107. package/ValidatableRadio/index.js +2 -2
  108. package/ValidatableSwitcher/index.js +2 -2
  109. package/ValidatableTextInput/index.js +4 -4
  110. package/ValidatableTimeInput/index.js +4 -4
  111. package/ValidatableUploader/index.js +3 -4
  112. package/Widget/index.js +4 -5
  113. package/_rollupPluginBabelHelpers-e8fb2e5c.js +16 -0
  114. package/{configs-1fb8eed2.js → configs-34847b77.js} +1 -1
  115. package/hooks/useDeviceType.js +1 -1
  116. package/index-006d8b06.js +3080 -0
  117. package/{index-34914e4c.js → index-263b0f0b.js} +1 -1
  118. package/{index-d10283d4.js → index-558ac559.js} +87 -64
  119. package/{index-46532c91.js → index-761141c1.js} +11 -10
  120. package/{index-282407ff.js → index-ac5c45f7.js} +3 -3
  121. package/index.d.ts +1 -0
  122. package/index.js +15 -15
  123. package/lib/atoms/Button/Button.d.ts +1 -1
  124. package/lib/atoms/HelperText/HelperText.d.ts +42 -0
  125. package/lib/atoms/HelperText/index.d.ts +1 -0
  126. package/lib/molecules/Tooltip/Tooltip.d.ts +58 -0
  127. package/lib/molecules/Tooltip/index.d.ts +1 -0
  128. package/objectWithoutPropertiesLoose-d8a4a68c.js +78 -0
  129. package/package.json +3 -2
  130. package/{rangeAndSlider-693a3d41.js → rangeAndSlider-63c5d423.js} +8 -16
  131. package/{react-beautiful-dnd.esm-ec039212.js → react-beautiful-dnd.esm-0ce25a0e.js} +7 -4
  132. package/{index-b7c1fe38.js → redux-b3e598ca.js} +2 -273
  133. package/Popover-f4d1cac0.js +0 -411
  134. package/_rollupPluginBabelHelpers-a83240e1.js +0 -11
  135. package/objectWithoutPropertiesLoose-e1596bdb.js +0 -62
@@ -1,4 +1,4 @@
1
1
  import { s as styleInject } from './style-inject.es-746bb8ed.js';
2
2
 
3
- var css_248z = "[data-gene-ui-version=\"2.15.0\"] .dropdown-holder{--input-message-padding-side:2rem;max-width:100%}[data-gene-ui-version=\"2.15.0\"] .dropdown-holder .read-only-cursor-default{cursor:default}[data-gene-ui-version=\"2.15.0\"] .dropdown-holder:not(.f-content-size){width:100%}[data-gene-ui-version=\"2.15.0\"] .dropdown-holder.a-minimal.s-small{--input-message-padding-side:0.7rem}[data-gene-ui-version=\"2.15.0\"] .pointer-events-none-dropdown:active{pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .dropdown-actions{align-items:center;color:var(--hero);display:flex;font:600 1.6rem/2rem var(--font-family);height:6.1rem;padding-inline-end:3rem;padding-inline-start:2rem;width:100%}[data-gene-ui-version=\"2.15.0\"] .dropdown-actions:not(:only-child){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .dropdown-actions>li:first-child{flex:auto}[data-gene-ui-version=\"2.15.0\"] .dropdown-actions>li:nth-child(2){flex-shrink:0}[data-gene-ui-version=\"2.15.0\"] .dropdown-item{align-items:center;display:flex;font:600 1.4rem/1.8rem var(--font-family);height:4rem;justify-content:flex-start;padding:0 1.4rem;transition:color .4s,background .4s;width:100%}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .dropdown-item.hovered,[data-gene-ui-version=\"2.15.0\"] .dropdown-item:not(.hover-disabled):hover{background:rgba(var(--background-sc-rgb),.05)}}html[dir=rtl] .dropdown-item{justify-content:flex-end}[data-gene-ui-version=\"2.15.0\"] .dropdown-item:not(.read-only){cursor:pointer}html[dir=rtl] .dropdown-item:not(.sticky-option,.group-title){display:flex;flex-direction:row-reverse;justify-content:flex-start;width:100%}html[dir=rtl] .dropdown-item:not(.sticky-option,.group-title) p{flex-grow:1!important}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label{grid-template-columns:1fr auto}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label>:first-child{order:0}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label>:last-child{order:1}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.sticky-option{position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.sticky-option.hovered{background:var(--background-hover)}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.sticky-option:not(.hovered){background:var(--background)}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .dropdown-item.sticky-option:not(.hover-disabled):hover{background:var(--background-hover)}}html[dir=rtl] .dropdown-item.sticky-option{display:flex;justify-content:flex-start;width:100%}html[dir=rtl] .dropdown-item.sticky-option .label-holder{display:flex;flex-direction:row-reverse}[data-gene-ui-version=\"2.15.0\"] .dropdown-item>p{align-items:center;display:flex;flex:auto;overflow:hidden}html[dir=rtl] .dropdown-item>p{flex:none}[data-gene-ui-version=\"2.15.0\"] .dropdown-item>p i{flex-shrink:0}html:not([dir=rtl]) .dropdown-item>p i{margin-right:1.2rem}html[dir=rtl] .dropdown-item>p i{margin-left:1.2rem}[data-gene-ui-version=\"2.15.0\"] .dropdown-item>p span{flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-gene-ui-version=\"2.15.0\"] .dropdown-item>small{flex-shrink:0}[data-gene-ui-version=\"2.15.0\"] .dropdown-item>small.bc-icon-selected:before{display:block;transform:scale(0);transition:transform .4s}[data-gene-ui-version=\"2.15.0\"] .selected.dropdown-item>small.bc-icon-selected:before{transform:scale(1)}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.selected{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.group-title{background:#0000;color:rgba(var(--background-sc-rgb),.75);display:flex;font-size:12px;font-weight:600;height:25px;line-height:16px;padding:0 1.2rem 0 .8rem;pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.group-title:hover{background:#0000}html[dir=rtl] .dropdown-item.group-title{flex-direction:row-reverse;justify-content:space-between;padding:0 .8rem 0 1.2rem}[data-gene-ui-version=\"2.15.0\"] .dropdown-item .group-title-icon{color:rgba(var(--background-sc-rgb),.75);pointer-events:auto}[data-gene-ui-version=\"2.15.0\"] .dropdown-item.groupLastChild{border-bottom:1px solid rgba(var(--background-sc-rgb),.16)}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.mobile-view .dropdown-item{height:4.8rem;padding:0 2rem}[data-gene-ui-version=\"2.15.0\"] .temporary-full-width{width:100%}[data-gene-ui-version=\"2.15.0\"] .dropdown-item-tag{flex-shrink:0;font:600 1.4rem/1.8rem var(--font-family);opacity:.5}[data-gene-ui-version=\"2.15.0\"] .busy-loader{align-items:center;border-radius:100%;display:block;display:flex;height:19rem;justify-content:center;margin:0 1rem}";
3
+ var css_248z = "[data-gene-ui-version=\"2.16.0\"] .dropdown-holder{--input-message-padding-side:2rem;max-width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-holder .read-only-cursor-default{cursor:default}[data-gene-ui-version=\"2.16.0\"] .dropdown-holder:not(.f-content-size){width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-holder.a-minimal.s-small{--input-message-padding-side:0.7rem}[data-gene-ui-version=\"2.16.0\"] .pointer-events-none-dropdown:active{pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions{align-items:center;color:var(--hero);display:flex;font:600 1.6rem/2rem var(--font-family);height:6.1rem;padding-inline-end:3rem;padding-inline-start:2rem;width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions:not(:only-child){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions>li:first-child{flex:auto}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions>li:nth-child(2){flex-shrink:0}[data-gene-ui-version=\"2.16.0\"] .dropdown-item{align-items:center;display:flex;font:600 1.4rem/1.8rem var(--font-family);height:4rem;justify-content:flex-start;padding:0 1.4rem;transition:color .4s,background .4s;width:100%}@media (hover:hover){[data-gene-ui-version=\"2.16.0\"] .dropdown-item.hovered,[data-gene-ui-version=\"2.16.0\"] .dropdown-item:not(.hover-disabled):hover{background:rgba(var(--background-sc-rgb),.05)}}html[dir=rtl] .dropdown-item{justify-content:flex-end}[data-gene-ui-version=\"2.16.0\"] .dropdown-item:not(.read-only){cursor:pointer}html[dir=rtl] .dropdown-item:not(.sticky-option,.group-title){display:flex;flex-direction:row-reverse;justify-content:flex-start;width:100%}html[dir=rtl] .dropdown-item:not(.sticky-option,.group-title) p{flex-grow:1!important}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label{grid-template-columns:1fr auto}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label>:first-child{order:0}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label>:last-child{order:1}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option{position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option.hovered{background:var(--background-hover)}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option:not(.hovered){background:var(--background)}@media (hover:hover){[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option:not(.hover-disabled):hover{background:var(--background-hover)}}html[dir=rtl] .dropdown-item.sticky-option{display:flex;justify-content:flex-start;width:100%}html[dir=rtl] .dropdown-item.sticky-option .label-holder{display:flex;flex-direction:row-reverse}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>p{align-items:center;display:flex;flex:auto;overflow:hidden}html[dir=rtl] .dropdown-item>p{flex:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>p i{flex-shrink:0}html:not([dir=rtl]) .dropdown-item>p i{margin-right:1.2rem}html[dir=rtl] .dropdown-item>p i{margin-left:1.2rem}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>p span{flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>small{flex-shrink:0}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>small.bc-icon-selected:before{display:block;transform:scale(0);transition:transform .4s}[data-gene-ui-version=\"2.16.0\"] .selected.dropdown-item>small.bc-icon-selected:before{transform:scale(1)}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.selected{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.group-title{background:#0000;color:rgba(var(--background-sc-rgb),.75);display:flex;font-size:12px;font-weight:600;height:25px;line-height:16px;padding:0 1.2rem 0 .8rem;pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.group-title:hover{background:#0000}html[dir=rtl] .dropdown-item.group-title{flex-direction:row-reverse;justify-content:space-between;padding:0 .8rem 0 1.2rem}[data-gene-ui-version=\"2.16.0\"] .dropdown-item .group-title-icon{color:rgba(var(--background-sc-rgb),.75);pointer-events:auto}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.groupLastChild{border-bottom:1px solid rgba(var(--background-sc-rgb),.16)}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .dropdown-item{height:4.8rem;padding:0 2rem}[data-gene-ui-version=\"2.16.0\"] .temporary-full-width{width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-item-tag{flex-shrink:0;font:600 1.4rem/1.8rem var(--font-family);opacity:.5}[data-gene-ui-version=\"2.16.0\"] .busy-loader{align-items:center;border-radius:100%;display:block;display:flex;height:19rem;justify-content:center;margin:0 1rem}";
4
4
  styleInject(css_248z);
@@ -1,7 +1,7 @@
1
- import { _ as _extends$1 } from './_rollupPluginBabelHelpers-a83240e1.js';
1
+ import { _ as _extends$1 } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import * as React from 'react';
3
3
  import React__default, { forwardRef, useMemo, useCallback, useRef, useState, useEffect } from 'react';
4
- import { t as toPropertyKey, d as _typeof, a as _setPrototypeOf, b as _objectWithoutPropertiesLoose, _ as _defineProperty, c as _extends } from './objectWithoutPropertiesLoose-e1596bdb.js';
4
+ import { t as toPropertyKey, d as _typeof, a as _setPrototypeOf, b as _objectWithoutPropertiesLoose, _ as _defineProperty, c as _extends } from './objectWithoutPropertiesLoose-d8a4a68c.js';
5
5
  import { p as polyfill } from './react-lifecycles-compat.es-6e1f3768.js';
6
6
  import { c as clsx } from './clsx.m-2bb6df4b.js';
7
7
  import PropTypes from 'prop-types';
@@ -15,63 +15,81 @@ import useDeviceType from './hooks/useDeviceType.js';
15
15
  import useClickOutside from './hooks/useClickOutside.js';
16
16
  import useUpdatableRef from './hooks/useUpdatableRef.js';
17
17
  import { u as useEllipsisDetection } from './useEllipsisDetection-4d997d5d.js';
18
- import { i as inputConfig, s as screenTypes, d as popoverConfig } from './configs-1fb8eed2.js';
18
+ import { i as inputConfig, s as screenTypes, g as popoverConfig } from './configs-34847b77.js';
19
19
  import { s as stopEvent, n as noop$1 } from './index-a0e4e333.js';
20
20
  import BusyLoader from './BusyLoader/index.js';
21
21
  import Empty from './Empty/index.js';
22
- import { P as PopoverV2 } from './index-282407ff.js';
23
- import Tooltip from './Tooltip/index.js';
22
+ import { P as PopoverV2 } from './index-ac5c45f7.js';
23
+ import { T as Tooltip } from './index-006d8b06.js';
24
24
  import ExtendedInput from './ExtendedInput/index.js';
25
25
  import Icon from './Icon/index.js';
26
26
  import Checkbox from './Checkbox/index.js';
27
- import './index-34914e4c.js';
27
+ import './index-263b0f0b.js';
28
28
  import Tag from './Tag/index.js';
29
29
  import { c as callAfterDelay } from './callAfterDelay-7272faca.js';
30
30
 
31
- function _classCallCheck(a, n) {
32
- if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
31
+ function _classCallCheck(instance, Constructor) {
32
+ if (!(instance instanceof Constructor)) {
33
+ throw new TypeError("Cannot call a class as a function");
34
+ }
33
35
  }
34
36
 
35
- function _defineProperties(e, r) {
36
- for (var t = 0; t < r.length; t++) {
37
- var o = r[t];
38
- o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
37
+ function _defineProperties(target, props) {
38
+ for (var i = 0; i < props.length; i++) {
39
+ var descriptor = props[i];
40
+ descriptor.enumerable = descriptor.enumerable || false;
41
+ descriptor.configurable = true;
42
+ if ("value" in descriptor) descriptor.writable = true;
43
+ Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
39
44
  }
40
45
  }
41
- function _createClass(e, r, t) {
42
- return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
43
- writable: !1
44
- }), e;
46
+ function _createClass(Constructor, protoProps, staticProps) {
47
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
48
+ if (staticProps) _defineProperties(Constructor, staticProps);
49
+ Object.defineProperty(Constructor, "prototype", {
50
+ writable: false
51
+ });
52
+ return Constructor;
45
53
  }
46
54
 
47
- function _assertThisInitialized(e) {
48
- if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
49
- return e;
55
+ function _assertThisInitialized(self) {
56
+ if (self === void 0) {
57
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
58
+ }
59
+ return self;
50
60
  }
51
61
 
52
- function _possibleConstructorReturn(t, e) {
53
- if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
54
- if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
55
- return _assertThisInitialized(t);
62
+ function _possibleConstructorReturn(self, call) {
63
+ if (call && (_typeof(call) === "object" || typeof call === "function")) {
64
+ return call;
65
+ } else if (call !== void 0) {
66
+ throw new TypeError("Derived constructors may only return object or undefined");
67
+ }
68
+ return _assertThisInitialized(self);
56
69
  }
57
70
 
58
- function _getPrototypeOf(t) {
59
- return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
60
- return t.__proto__ || Object.getPrototypeOf(t);
61
- }, _getPrototypeOf(t);
71
+ function _getPrototypeOf(o) {
72
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
73
+ return o.__proto__ || Object.getPrototypeOf(o);
74
+ };
75
+ return _getPrototypeOf(o);
62
76
  }
63
77
 
64
- function _inherits(t, e) {
65
- if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
66
- t.prototype = Object.create(e && e.prototype, {
78
+ function _inherits(subClass, superClass) {
79
+ if (typeof superClass !== "function" && superClass !== null) {
80
+ throw new TypeError("Super expression must either be null or a function");
81
+ }
82
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
67
83
  constructor: {
68
- value: t,
69
- writable: !0,
70
- configurable: !0
84
+ value: subClass,
85
+ writable: true,
86
+ configurable: true
71
87
  }
72
- }), Object.defineProperty(t, "prototype", {
73
- writable: !1
74
- }), e && _setPrototypeOf(t, e);
88
+ });
89
+ Object.defineProperty(subClass, "prototype", {
90
+ writable: false
91
+ });
92
+ if (superClass) _setPrototypeOf(subClass, superClass);
75
93
  }
76
94
 
77
95
  /**
@@ -100,16 +118,20 @@ function calculateSizeAndPositionDataAndUpdateScrollOffset(_ref) {
100
118
  }
101
119
  }
102
120
 
103
- function _objectWithoutProperties(e, t) {
104
- if (null == e) return {};
105
- var o,
106
- r,
107
- i = _objectWithoutPropertiesLoose(e, t);
121
+ function _objectWithoutProperties(source, excluded) {
122
+ if (source == null) return {};
123
+ var target = _objectWithoutPropertiesLoose(source, excluded);
124
+ var key, i;
108
125
  if (Object.getOwnPropertySymbols) {
109
- var n = Object.getOwnPropertySymbols(e);
110
- for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
126
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
127
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
128
+ key = sourceSymbolKeys[i];
129
+ if (excluded.indexOf(key) >= 0) continue;
130
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
131
+ target[key] = source[key];
132
+ }
111
133
  }
112
- return i;
134
+ return target;
113
135
  }
114
136
 
115
137
  process.env.NODE_ENV === 'production' ? null : {
@@ -4470,34 +4492,35 @@ process.env.NODE_ENV !== "production" ? {
4470
4492
  width: PropTypes.number.isRequired
4471
4493
  } : {};
4472
4494
 
4473
- function _arrayLikeToArray(r, a) {
4474
- (null == a || a > r.length) && (a = r.length);
4475
- for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
4476
- return n;
4495
+ function _arrayLikeToArray(arr, len) {
4496
+ if (len == null || len > arr.length) len = arr.length;
4497
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
4498
+ return arr2;
4477
4499
  }
4478
4500
 
4479
- function _arrayWithoutHoles(r) {
4480
- if (Array.isArray(r)) return _arrayLikeToArray(r);
4501
+ function _arrayWithoutHoles(arr) {
4502
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
4481
4503
  }
4482
4504
 
4483
- function _iterableToArray(r) {
4484
- if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
4505
+ function _iterableToArray(iter) {
4506
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
4485
4507
  }
4486
4508
 
4487
- function _unsupportedIterableToArray(r, a) {
4488
- if (r) {
4489
- if ("string" == typeof r) return _arrayLikeToArray(r, a);
4490
- var t = {}.toString.call(r).slice(8, -1);
4491
- return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
4492
- }
4509
+ function _unsupportedIterableToArray(o, minLen) {
4510
+ if (!o) return;
4511
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
4512
+ var n = Object.prototype.toString.call(o).slice(8, -1);
4513
+ if (n === "Object" && o.constructor) n = o.constructor.name;
4514
+ if (n === "Map" || n === "Set") return Array.from(o);
4515
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
4493
4516
  }
4494
4517
 
4495
4518
  function _nonIterableSpread() {
4496
4519
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
4497
4520
  }
4498
4521
 
4499
- function _toConsumableArray(r) {
4500
- return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
4522
+ function _toConsumableArray(arr) {
4523
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
4501
4524
  }
4502
4525
 
4503
4526
  /**
@@ -5126,8 +5149,8 @@ _defineProperty(List, "defaultProps", {
5126
5149
  style: {}
5127
5150
  });
5128
5151
 
5129
- function _arrayWithHoles(r) {
5130
- if (Array.isArray(r)) return r;
5152
+ function _arrayWithHoles(arr) {
5153
+ if (Array.isArray(arr)) return arr;
5131
5154
  }
5132
5155
 
5133
5156
  function _iterableToArrayLimit(r, l) {
@@ -5162,8 +5185,8 @@ function _nonIterableRest() {
5162
5185
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
5163
5186
  }
5164
5187
 
5165
- function _slicedToArray(r, e) {
5166
- return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
5188
+ function _slicedToArray(arr, i) {
5189
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
5167
5190
  }
5168
5191
 
5169
5192
  /**
@@ -1,20 +1,20 @@
1
- import { _ as _extends } from './_rollupPluginBabelHelpers-a83240e1.js';
1
+ import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { createContext, memo, useEffect, useLayoutEffect, useState, useCallback, useMemo, isValidElement, cloneElement, useContext, useRef, forwardRef } from 'react';
3
3
  import PropTypes from 'prop-types';
4
- import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-d10283d4.js';
5
- import { C as CellMeasurerCache } from './CellMeasurerCache-dbb3a6e5.js';
4
+ import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-558ac559.js';
5
+ import { C as CellMeasurerCache } from './CellMeasurerCache-f0690f3b.js';
6
6
  import { c as classnames } from './index-031ff73c.js';
7
7
  import { s as stopEvent, o as oneIsRequired, n as noop } from './index-a0e4e333.js';
8
8
  import useMount from './hooks/useMount.js';
9
9
  import useUpdate from './hooks/useUpdate.js';
10
- import './configs-1fb8eed2.js';
10
+ import './configs-34847b77.js';
11
11
  import useThrottle from './hooks/useThrottle.js';
12
12
  import Empty from './Empty/index.js';
13
13
  import CustomScrollbar from './Scrollbar/index.js';
14
14
  import BusyLoader from './BusyLoader/index.js';
15
15
  import useMutationObserver from './hooks/useMutationObserver.js';
16
16
  import Icon from './Icon/index.js';
17
- import { a as createStore, r as reactIsExports } from './index-b7c1fe38.js';
17
+ import { r as reactIsExports } from './index-006d8b06.js';
18
18
  import Button from './Button/index.js';
19
19
  import { s as styleInject } from './style-inject.es-746bb8ed.js';
20
20
  import './dateValidation-67caec66.js';
@@ -27,7 +27,8 @@ import Popover from './Popover/index.js';
27
27
  import ExtendedInput from './ExtendedInput/index.js';
28
28
  import Menu from './Menu/index.js';
29
29
  import { d as debounce } from './debounce-4419bc2f.js';
30
- import { j as jsxRuntimeExports } from './index-282407ff.js';
30
+ import { j as jsxRuntimeExports } from './index-ac5c45f7.js';
31
+ import { a as createStore } from './redux-b3e598ca.js';
31
32
 
32
33
  /**
33
34
  * Create the React Context
@@ -4753,7 +4754,7 @@ const Body = _ref => {
4753
4754
  };
4754
4755
  var Body$1 = /*#__PURE__*/memo(Body, reactFastCompare);
4755
4756
 
4756
- var css_248z$3 = "[data-gene-ui-version=\"2.15.0\"] .nested-table{border:1px solid rgba(var(--background-sc-rgb),.1);border-radius:.4rem;display:flex;flex-direction:column;font:600 1.4rem/2rem var(--font-family);overflow:hidden;width:100%}[data-gene-ui-version=\"2.15.0\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"2.15.0\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"2.15.0\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"2.15.0\"] .nt-cell~.nt-cell:before{background:var(--background);border-right:1px solid rgba(var(--background-sc-rgb),.15);bottom:1rem;content:\"\";display:block;position:absolute;top:1rem}html:not([dir=rtl]) .nt-cell~.nt-cell:before{left:0}html[dir=rtl] .nt-cell~.nt-cell:before{right:0}";
4757
+ var css_248z$3 = "[data-gene-ui-version=\"2.16.0\"] .nested-table{border:1px solid rgba(var(--background-sc-rgb),.1);border-radius:.4rem;display:flex;flex-direction:column;font:600 1.4rem/2rem var(--font-family);overflow:hidden;width:100%}[data-gene-ui-version=\"2.16.0\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"2.16.0\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"2.16.0\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"2.16.0\"] .nt-cell~.nt-cell:before{background:var(--background);border-right:1px solid rgba(var(--background-sc-rgb),.15);bottom:1rem;content:\"\";display:block;position:absolute;top:1rem}html:not([dir=rtl]) .nt-cell~.nt-cell:before{left:0}html[dir=rtl] .nt-cell~.nt-cell:before{right:0}";
4757
4758
  styleInject(css_248z$3);
4758
4759
 
4759
4760
  function Nested(_ref) {
@@ -5499,7 +5500,7 @@ HeaderItem.defaultProps = {
5499
5500
  };
5500
5501
  var HeaderItem$1 = /*#__PURE__*/memo(HeaderItem, reactFastCompare);
5501
5502
 
5502
- var css_248z$2 = "[data-gene-ui-version=\"2.15.0\"] .ta-header{top:0}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"2.15.0\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"2.15.0\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon{color:rgba(var(--background-sc-rgb),.38);cursor:pointer;flex-shrink:0;margin:0 .4rem;position:relative}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:after,[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"2.15.0\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"2.15.0\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"2.15.0\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"2.15.0\"] .th-divider-holder{bottom:0;display:flex;padding:.9rem;position:absolute;top:0;transform:translateZ(0);transform:translateX(-50%);z-index:10}html:not([dir=rtl]) .th-divider-holder{left:100%}html[dir=rtl] .th-divider-holder{right:100%;transform:translateX(50%)}[data-gene-ui-version=\"2.15.0\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"2.15.0\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"2.15.0\"] .sticky .th-divider,[data-gene-ui-version=\"2.15.0\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"2.15.0\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"2.15.0\"] .table-resize-handle{bottom:0;cursor:col-resize;display:flex;left:0;padding:.4rem .9rem;position:absolute;top:0}[data-gene-ui-version=\"2.15.0\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"2.15.0\"] .table-resize-handle:before{border-left:1px dashed rgba(var(--background-sc-rgb),.18);content:\"\";display:block;width:1px}[data-gene-ui-version=\"2.15.0\"] .table-resize-handle:active:before{border-color:var(--hero)}";
5503
+ var css_248z$2 = "[data-gene-ui-version=\"2.16.0\"] .ta-header{top:0}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"2.16.0\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"2.16.0\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon{color:rgba(var(--background-sc-rgb),.38);cursor:pointer;flex-shrink:0;margin:0 .4rem;position:relative}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:after,[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"2.16.0\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"2.16.0\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"2.16.0\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"2.16.0\"] .th-divider-holder{bottom:0;display:flex;padding:.9rem;position:absolute;top:0;transform:translateZ(0);transform:translateX(-50%);z-index:10}html:not([dir=rtl]) .th-divider-holder{left:100%}html[dir=rtl] .th-divider-holder{right:100%;transform:translateX(50%)}[data-gene-ui-version=\"2.16.0\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"2.16.0\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"2.16.0\"] .sticky .th-divider,[data-gene-ui-version=\"2.16.0\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"2.16.0\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"2.16.0\"] .table-resize-handle{bottom:0;cursor:col-resize;display:flex;left:0;padding:.4rem .9rem;position:absolute;top:0}[data-gene-ui-version=\"2.16.0\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"2.16.0\"] .table-resize-handle:before{border-left:1px dashed rgba(var(--background-sc-rgb),.18);content:\"\";display:block;width:1px}[data-gene-ui-version=\"2.16.0\"] .table-resize-handle:active:before{border-color:var(--hero)}";
5503
5504
  styleInject(css_248z$2);
5504
5505
 
5505
5506
  const Header = /*#__PURE__*/forwardRef((_ref, ref) => {
@@ -5667,7 +5668,7 @@ function FooterItem(_ref) {
5667
5668
  }
5668
5669
  var FooterItem$1 = /*#__PURE__*/memo(FooterItem, reactFastCompare);
5669
5670
 
5670
- var css_248z$1 = "[data-gene-ui-version=\"2.15.0\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
5671
+ var css_248z$1 = "[data-gene-ui-version=\"2.16.0\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
5671
5672
  styleInject(css_248z$1);
5672
5673
 
5673
5674
  function Footer(_ref) {
@@ -5703,7 +5704,7 @@ Footer.defaultProps = {
5703
5704
  withLeftCorners: []
5704
5705
  };
5705
5706
 
5706
- var css_248z = "[data-gene-ui-version=\"2.15.0\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.15.0\"] .table-holder{display:flex;flex-direction:column;font:600 1.4rem/1.8rem var(--font-family);position:relative;width:100%}[data-gene-ui-version=\"2.15.0\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.15.0\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.15.0\"] .table-holder .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer{max-width:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.15.0\"] .table-holder:not(.content-empty){max-height:calc(100vh - var(--header-height, 0px) - var(--table-max-height-additional-calc, 0px))}[data-gene-ui-version=\"2.15.0\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.15.0\"] .content-empty .ta-body{position:-webkit-sticky;position:sticky}html:not([dir=rtl]) .content-empty .ta-body{left:0}html[dir=rtl] .content-empty .ta-body{right:0}[data-gene-ui-version=\"2.15.0\"] .ta-n-body{background:var(--background);display:inline-block;font-weight:700;min-width:100%;position:-webkit-sticky;position:sticky;-webkit-user-select:none;user-select:none;z-index:10}[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .ta-group{display:inline-flex;flex-direction:column;min-width:100%;position:relative;width:auto!important}html:not([dir=rtl]) .ta-group{right:auto!important}html[dir=rtl] .ta-group{left:auto!important}html:not([dir=rtl]) .ta-group{left:0!important}html[dir=rtl] .ta-group{right:0!important}[data-gene-ui-version=\"2.15.0\"] .ta-gr-left-line{bottom:0;display:flex;pointer-events:none;position:absolute;top:-1px;width:100%;z-index:12}html:not([dir=rtl]) .ta-gr-left-line{left:0}html[dir=rtl] .ta-gr-left-line{right:0}[data-gene-ui-version=\"2.15.0\"] .ta-gr-left-line:before{background:var(--hero);content:\"\";display:block;height:100%;position:-webkit-sticky;position:sticky;transform:translateX(-110%);transition:transform .3s;width:.3rem}html:not([dir=rtl]) .ta-gr-left-line:before{left:0}html[dir=rtl] .ta-gr-left-line:before{right:0;transform:translateX(110%)}[data-gene-ui-version=\"2.15.0\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.15.0\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.15.0\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.15.0\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .ta-cell{align-items:center;display:flex;flex-shrink:0;min-height:4.2rem;min-width:4.2rem;position:relative;will-change:width,background-color,position}[data-gene-ui-version=\"2.15.0\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.15.0\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.15.0\"] .ta-cell:not(.a-square){padding:0 1.2rem 0 2rem}html[dir=rtl] .ta-cell:not(.a-square){padding:0 2rem 0 1.2rem}[data-gene-ui-version=\"2.15.0\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.15.0\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.15.0\"] .ta-cell.sticky{background-color:inherit;box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background);position:-webkit-sticky;position:sticky;transition:none;z-index:11}[data-gene-ui-version=\"2.15.0\"] .ta-cell.sticky:before{background:inherit;content:\"\";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}[data-gene-ui-version=\"2.15.0\"] .ta-cell.sticky:after{bottom:-1px;content:\"\";display:block;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:2rem}[data-gene-ui-version=\"2.15.0\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.15.0\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.15.0\"] .ta-cell.sticky.now-sticky{box-shadow:inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-left{left:0}html[dir=rtl] .ta-cell.sticky.sticky-left{right:0}[data-gene-ui-version=\"2.15.0\"] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-left:after{left:100%}html[dir=rtl] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0));right:100%}[data-gene-ui-version=\"2.15.0\"] sub:last-of-type+.ta-cell.sticky.sticky-left{box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-right{right:0}html[dir=rtl] .ta-cell.sticky.sticky-right{left:0}[data-gene-ui-version=\"2.15.0\"] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-right:after{right:100%}html[dir=rtl] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0));left:100%}[data-gene-ui-version=\"2.15.0\"] sup:first-of-type+.ta-cell.sticky.sticky-right{box-shadow:-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}[data-gene-ui-version=\"2.15.0\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.15.0\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.15.0\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.15.0\"] .ta-nested-child-holder{cursor:auto;max-width:var(--table-max-width);overflow:hidden;position:-webkit-sticky;position:sticky;-webkit-user-select:text;user-select:text;width:100%}html:not([dir=rtl]) .ta-nested-child-holder{left:0}html[dir=rtl] .ta-nested-child-holder{right:0}[data-gene-ui-version=\"2.15.0\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.15.0\"] .tl-bc-icon-action{cursor:pointer;position:relative;text-align:center;transition:color .3s,transform .3s;width:100%;z-index:1}[data-gene-ui-version=\"2.15.0\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.15.0\"] .table-splash-loader{background:rgba(var(--background-rgb),.6);border-radius:2rem;height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}[data-gene-ui-version=\"2.15.0\"] .table-empty-holder{align-items:center;display:flex;justify-content:center;min-height:42rem;padding:2rem;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"2.15.0\"] .right-actions-holder{width:5.2rem}html:not([dir=rtl]) .right-actions-holder{right:0}html[dir=rtl] .right-actions-holder{left:0}[data-gene-ui-version=\"2.15.0\"] .ta-n-body .right-actions-holder:not(.sticky){opacity:0;pointer-events:none}html:not([dir=rtl]) .left-actions-holder{left:0}html[dir=rtl] .left-actions-holder{right:0}[data-gene-ui-version=\"2.15.0\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.15.0\"] .left-actions-holder:after,[data-gene-ui-version=\"2.15.0\"] .left-actions-holder:before{bottom:0;content:\"\";pointer-events:none;position:absolute;top:0}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{right:-2rem}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{left:-2rem}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{left:0}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{right:0}[data-gene-ui-version=\"2.15.0\"] .left-actions-holder:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .left-actions-holder:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.15.0\"] .even-coloring .left-actions-holder:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .left-actions-holder:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.15.0\"] .left-actions-holder:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .left-actions-holder:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.15.0\"] .ta-action{align-items:center;bottom:0;display:flex;padding:0 .6rem;position:absolute;top:0}html:not([dir=rtl]) .ta-action{right:0}html[dir=rtl] .ta-action{left:0}[data-gene-ui-version=\"2.15.0\"] .ta-action:after,[data-gene-ui-version=\"2.15.0\"] .ta-action:before{bottom:0;content:\"\";position:absolute;top:0}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{left:-3rem}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{right:-3rem}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{right:0}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{left:0}[data-gene-ui-version=\"2.15.0\"] .ta-action:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .ta-action:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.15.0\"] .even-coloring .ta-action:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .ta-action:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.15.0\"] .ta-action:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .ta-action:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.15.0\"] .ta-action.ta-a-2,[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"2.15.0\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.15.0\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.15.0\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.15.0\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.15.0\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
5707
+ var css_248z = "[data-gene-ui-version=\"2.16.0\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.16.0\"] .table-holder{display:flex;flex-direction:column;font:600 1.4rem/1.8rem var(--font-family);position:relative;width:100%}[data-gene-ui-version=\"2.16.0\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.16.0\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.16.0\"] .table-holder .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer{max-width:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.16.0\"] .table-holder:not(.content-empty){max-height:calc(100vh - var(--header-height, 0px) - var(--table-max-height-additional-calc, 0px))}[data-gene-ui-version=\"2.16.0\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.16.0\"] .content-empty .ta-body{position:-webkit-sticky;position:sticky}html:not([dir=rtl]) .content-empty .ta-body{left:0}html[dir=rtl] .content-empty .ta-body{right:0}[data-gene-ui-version=\"2.16.0\"] .ta-n-body{background:var(--background);display:inline-block;font-weight:700;min-width:100%;position:-webkit-sticky;position:sticky;-webkit-user-select:none;user-select:none;z-index:10}[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .ta-group{display:inline-flex;flex-direction:column;min-width:100%;position:relative;width:auto!important}html:not([dir=rtl]) .ta-group{right:auto!important}html[dir=rtl] .ta-group{left:auto!important}html:not([dir=rtl]) .ta-group{left:0!important}html[dir=rtl] .ta-group{right:0!important}[data-gene-ui-version=\"2.16.0\"] .ta-gr-left-line{bottom:0;display:flex;pointer-events:none;position:absolute;top:-1px;width:100%;z-index:12}html:not([dir=rtl]) .ta-gr-left-line{left:0}html[dir=rtl] .ta-gr-left-line{right:0}[data-gene-ui-version=\"2.16.0\"] .ta-gr-left-line:before{background:var(--hero);content:\"\";display:block;height:100%;position:-webkit-sticky;position:sticky;transform:translateX(-110%);transition:transform .3s;width:.3rem}html:not([dir=rtl]) .ta-gr-left-line:before{left:0}html[dir=rtl] .ta-gr-left-line:before{right:0;transform:translateX(110%)}[data-gene-ui-version=\"2.16.0\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.16.0\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.16.0\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.16.0\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .ta-cell{align-items:center;display:flex;flex-shrink:0;min-height:4.2rem;min-width:4.2rem;position:relative;will-change:width,background-color,position}[data-gene-ui-version=\"2.16.0\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.16.0\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.16.0\"] .ta-cell:not(.a-square){padding:0 1.2rem 0 2rem}html[dir=rtl] .ta-cell:not(.a-square){padding:0 2rem 0 1.2rem}[data-gene-ui-version=\"2.16.0\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.16.0\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.16.0\"] .ta-cell.sticky{background-color:inherit;box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background);position:-webkit-sticky;position:sticky;transition:none;z-index:11}[data-gene-ui-version=\"2.16.0\"] .ta-cell.sticky:before{background:inherit;content:\"\";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}[data-gene-ui-version=\"2.16.0\"] .ta-cell.sticky:after{bottom:-1px;content:\"\";display:block;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:2rem}[data-gene-ui-version=\"2.16.0\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.16.0\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.16.0\"] .ta-cell.sticky.now-sticky{box-shadow:inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-left{left:0}html[dir=rtl] .ta-cell.sticky.sticky-left{right:0}[data-gene-ui-version=\"2.16.0\"] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-left:after{left:100%}html[dir=rtl] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0));right:100%}[data-gene-ui-version=\"2.16.0\"] sub:last-of-type+.ta-cell.sticky.sticky-left{box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-right{right:0}html[dir=rtl] .ta-cell.sticky.sticky-right{left:0}[data-gene-ui-version=\"2.16.0\"] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-right:after{right:100%}html[dir=rtl] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0));left:100%}[data-gene-ui-version=\"2.16.0\"] sup:first-of-type+.ta-cell.sticky.sticky-right{box-shadow:-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}[data-gene-ui-version=\"2.16.0\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.16.0\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.16.0\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.16.0\"] .ta-nested-child-holder{cursor:auto;max-width:var(--table-max-width);overflow:hidden;position:-webkit-sticky;position:sticky;-webkit-user-select:text;user-select:text;width:100%}html:not([dir=rtl]) .ta-nested-child-holder{left:0}html[dir=rtl] .ta-nested-child-holder{right:0}[data-gene-ui-version=\"2.16.0\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.16.0\"] .tl-bc-icon-action{cursor:pointer;position:relative;text-align:center;transition:color .3s,transform .3s;width:100%;z-index:1}[data-gene-ui-version=\"2.16.0\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.16.0\"] .table-splash-loader{background:rgba(var(--background-rgb),.6);border-radius:2rem;height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}[data-gene-ui-version=\"2.16.0\"] .table-empty-holder{align-items:center;display:flex;justify-content:center;min-height:42rem;padding:2rem;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"2.16.0\"] .right-actions-holder{width:5.2rem}html:not([dir=rtl]) .right-actions-holder{right:0}html[dir=rtl] .right-actions-holder{left:0}[data-gene-ui-version=\"2.16.0\"] .ta-n-body .right-actions-holder:not(.sticky){opacity:0;pointer-events:none}html:not([dir=rtl]) .left-actions-holder{left:0}html[dir=rtl] .left-actions-holder{right:0}[data-gene-ui-version=\"2.16.0\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.16.0\"] .left-actions-holder:after,[data-gene-ui-version=\"2.16.0\"] .left-actions-holder:before{bottom:0;content:\"\";pointer-events:none;position:absolute;top:0}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{right:-2rem}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{left:-2rem}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{left:0}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{right:0}[data-gene-ui-version=\"2.16.0\"] .left-actions-holder:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .left-actions-holder:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.16.0\"] .even-coloring .left-actions-holder:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .left-actions-holder:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.16.0\"] .left-actions-holder:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .left-actions-holder:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.16.0\"] .ta-action{align-items:center;bottom:0;display:flex;padding:0 .6rem;position:absolute;top:0}html:not([dir=rtl]) .ta-action{right:0}html[dir=rtl] .ta-action{left:0}[data-gene-ui-version=\"2.16.0\"] .ta-action:after,[data-gene-ui-version=\"2.16.0\"] .ta-action:before{bottom:0;content:\"\";position:absolute;top:0}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{left:-3rem}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{right:-3rem}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{right:0}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{left:0}[data-gene-ui-version=\"2.16.0\"] .ta-action:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .ta-action:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.16.0\"] .even-coloring .ta-action:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .ta-action:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.16.0\"] .ta-action:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .ta-action:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.16.0\"] .ta-action.ta-a-2,[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"2.16.0\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.16.0\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.16.0\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.16.0\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.16.0\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
5707
5708
  styleInject(css_248z);
5708
5709
 
5709
5710
  function Table(props) {
@@ -1,4 +1,4 @@
1
- import { _ as _extends } from './_rollupPluginBabelHelpers-a83240e1.js';
1
+ import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { forwardRef, useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
3
3
  import { c as commonjsGlobal } from './_commonjsHelpers-24198af3.js';
4
4
  import ReactDOM__default from 'react-dom';
@@ -8,7 +8,7 @@ import PropTypes from 'prop-types';
8
8
  import { n as noop, s as stopEvent } from './index-a0e4e333.js';
9
9
  import useDeviceType from './hooks/useDeviceType.js';
10
10
  import useClickOutside from './hooks/useClickOutside.js';
11
- import { f as popoverV2Config, s as screenTypes } from './configs-1fb8eed2.js';
11
+ import { p as popoverV2Config, s as screenTypes } from './configs-34847b77.js';
12
12
  import CustomScrollbar from './Scrollbar/index.js';
13
13
  import { GeneUIDesignSystemContext } from './GeneUIProvider/index.js';
14
14
  import { s as styleInject } from './style-inject.es-746bb8ed.js';
@@ -1592,7 +1592,7 @@ ArrowContainer$1.ArrowContainer = ArrowContainer;
1592
1592
 
1593
1593
  } (Popover));
1594
1594
 
1595
- var css_248z = "[data-gene-ui-version=\"2.15.0\"] .popover-positioner{--popover-border-radius:1rem;--popover-shadow:0 0.2rem 0.4rem 0 #0000000d,0 0 0 1px rgba(var(--background-sc-rgb),0.08);z-index:400}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.cr-smooth-radius{--popover-border-radius:0.4rem}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.mobile-view{--popover-border-radius:0.8rem 0.8rem 0 0;--popover-shadow:0 -1px 0.2rem 0 #0000000d;bottom:0;left:0!important;overflow:hidden;position:fixed!important;top:0!important;transform:translate(0)!important;width:100%}[data-gene-ui-version=\"2.15.0\"] .popover-positioner .popover-top-bottom-padding{padding:1rem 0;width:100%}[data-gene-ui-version=\"2.15.0\"] .popover-positioner .popover-top-bottom-padding>div[style*=width]{width:100%!important}[data-gene-ui-version=\"2.15.0\"] .popover{width:100%}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.mobile-view .popover{height:100%;position:relative}[data-gene-ui-version=\"2.15.0\"] .popover-positioner-disable{margin-top:5px;position:inherit!important;transform:none!important}[data-gene-ui-version=\"2.15.0\"] .popover-track{width:100%}[data-gene-ui-version=\"2.15.0\"] .popover-content{background:var(--background);border-radius:var(--popover-border-radius);box-shadow:var(--popover-shadow);overflow:hidden;padding:0 0 env(safe-area-inset-bottom);transition:padding .4s;width:100%}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.mobile-view .popover-content{-webkit-overflow-scrolling:auto;bottom:0;left:0;max-height:calc(100% - 10rem);overflow-x:hidden;overflow-y:auto;position:absolute;z-index:1}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.mobile-view[style*=\"opacity: 0\"] .popover-content{transform:translateY(100%)}[data-gene-ui-version=\"2.15.0\"] .popover-positioner.mobile-view .popover-content{transform:translateY(0)}[data-gene-ui-version=\"2.15.0\"] .popover-mobile-backdrop{background:#0003;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:0}[data-gene-ui-version=\"2.15.0\"] .popover-footer,[data-gene-ui-version=\"2.15.0\"] .popover-header{background:var(--background);position:-webkit-sticky;position:sticky;z-index:1}[data-gene-ui-version=\"2.15.0\"] .popover-header{border-bottom:1px solid rgba(var(--background-sc-rgb),.1);top:0}[data-gene-ui-version=\"2.15.0\"] .popover-footer{align-items:stretch;border-top:1px solid rgba(var(--background-sc-rgb),.1);bottom:calc(env(safe-area-inset-bottom)*-1);display:flex;padding:0 0 env(safe-area-inset-bottom);transition:padding .4s}[data-gene-ui-version=\"2.15.0\"] .popover-body{position:relative;z-index:0}[data-gene-ui-version=\"2.15.0\"] .popover-search{padding:1.4rem 1.5rem}[data-gene-ui-version=\"2.15.0\"] .empty-data-holder{align-items:center;display:flex;height:19rem;justify-content:center;width:100%}[data-gene-ui-version=\"2.15.0\"] .popover-disabled{opacity:.5;pointer-events:none;transition:opacity .5s}";
1595
+ var css_248z = "[data-gene-ui-version=\"2.16.0\"] .popover-positioner{--popover-border-radius:1rem;--popover-shadow:0 0.2rem 0.4rem 0 #0000000d,0 0 0 1px rgba(var(--background-sc-rgb),0.08);z-index:400}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.cr-smooth-radius{--popover-border-radius:0.4rem}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view{--popover-border-radius:0.8rem 0.8rem 0 0;--popover-shadow:0 -1px 0.2rem 0 #0000000d;bottom:0;left:0!important;overflow:hidden;position:fixed!important;top:0!important;transform:translate(0)!important;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner .popover-top-bottom-padding{padding:1rem 0;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner .popover-top-bottom-padding>div[style*=width]{width:100%!important}[data-gene-ui-version=\"2.16.0\"] .popover{width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .popover{height:100%;position:relative}[data-gene-ui-version=\"2.16.0\"] .popover-positioner-disable{margin-top:5px;position:inherit!important;transform:none!important}[data-gene-ui-version=\"2.16.0\"] .popover-track{width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-content{background:var(--background);border-radius:var(--popover-border-radius);box-shadow:var(--popover-shadow);overflow:hidden;padding:0 0 env(safe-area-inset-bottom);transition:padding .4s;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .popover-content{-webkit-overflow-scrolling:auto;bottom:0;left:0;max-height:calc(100% - 10rem);overflow-x:hidden;overflow-y:auto;position:absolute;z-index:1}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view[style*=\"opacity: 0\"] .popover-content{transform:translateY(100%)}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .popover-content{transform:translateY(0)}[data-gene-ui-version=\"2.16.0\"] .popover-mobile-backdrop{background:#0003;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:0}[data-gene-ui-version=\"2.16.0\"] .popover-footer,[data-gene-ui-version=\"2.16.0\"] .popover-header{background:var(--background);position:-webkit-sticky;position:sticky;z-index:1}[data-gene-ui-version=\"2.16.0\"] .popover-header{border-bottom:1px solid rgba(var(--background-sc-rgb),.1);top:0}[data-gene-ui-version=\"2.16.0\"] .popover-footer{align-items:stretch;border-top:1px solid rgba(var(--background-sc-rgb),.1);bottom:calc(env(safe-area-inset-bottom)*-1);display:flex;padding:0 0 env(safe-area-inset-bottom);transition:padding .4s}[data-gene-ui-version=\"2.16.0\"] .popover-body{position:relative;z-index:0}[data-gene-ui-version=\"2.16.0\"] .popover-search{padding:1.4rem 1.5rem}[data-gene-ui-version=\"2.16.0\"] .empty-data-holder{align-items:center;display:flex;height:19rem;justify-content:center;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-disabled{opacity:.5;pointer-events:none;transition:opacity .5s}";
1596
1596
  styleInject(css_248z);
1597
1597
 
1598
1598
  const PopoverV2 = /*#__PURE__*/forwardRef((props, ref) => {
package/index.d.ts CHANGED
@@ -24,6 +24,7 @@ export { default as QRCode } from './lib/atoms/QRCode';
24
24
  export { default as Paper, paperWraps, alignItems, justifyContents, paperDirections, cornersRadius } from './lib/atoms/Paper';
25
25
  export { default as Avatar } from './lib/atoms/Avatar/index';
26
26
  export { default as LinkButton } from './lib/atoms/LinkButton/index';
27
+ export { default as HelperText } from './lib/atoms/HelperText';
27
28
  export { Row, Col } from './lib/molecules/Grid';
28
29
  export { Tab, Tabs } from './lib/molecules/Tabs';
29
30
  export { Step, Steps } from './lib/molecules/Steps';
package/index.js CHANGED
@@ -14,7 +14,7 @@ export { default as Scrollbar } from './Scrollbar/index.js';
14
14
  export { default as Time } from './Time/index.js';
15
15
  export { default as Empty } from './Empty/index.js';
16
16
  export { default as Popover } from './Popover/index.js';
17
- export { P as PopoverV2 } from './index-282407ff.js';
17
+ export { P as PopoverV2 } from './index-ac5c45f7.js';
18
18
  export { default as Title } from './Title/index.js';
19
19
  export { default as Image } from './Image/index.js';
20
20
  export { default as KeyValue } from './KeyValue/index.js';
@@ -24,6 +24,7 @@ export { default as QRCode } from './QRCode/index.js';
24
24
  export { default as Paper, alignItems, cornersRadius, justifyContents, paperDirections, paperWraps } from './Paper/index.js';
25
25
  export { default as Avatar } from './Avatar/index.js';
26
26
  export { default as LinkButton } from './LinkButton/index.js';
27
+ export { default as HelperText } from './HelperText/index.js';
27
28
  export { Col, Row } from './Grid/index.js';
28
29
  export { Tab, Tabs } from './Tabs/index.js';
29
30
  export { Step, Steps } from './Steps/index.js';
@@ -33,7 +34,7 @@ export { default as Checkbox } from './Checkbox/index.js';
33
34
  export { default as Card } from './Card/index.js';
34
35
  export { default as Tag } from './Tag/index.js';
35
36
  export { default as Alert, alertTypes } from './Alert/index.js';
36
- export { default as Tooltip } from './Tooltip/index.js';
37
+ export { T as Tooltip } from './index-006d8b06.js';
37
38
  export { default as Range } from './Range/index.js';
38
39
  export { default as Slider } from './Slider/index.js';
39
40
  export { default as Pagination } from './Pagination/index.js';
@@ -86,7 +87,7 @@ export { default as FormableUploader } from './FormableUploader/index.js';
86
87
  export { default as FormableSwitcher } from './FormableSwitcher/index.js';
87
88
  export { default as FormableEditor } from './FormableEditor/index.js';
88
89
  export { default as FormableRadio } from './FormableRadio/index.js';
89
- export { F as FormableHOC } from './FormableHOC-c02b8928.js';
90
+ export { F as FormableHOC } from './FormableHOC-300e2dd7.js';
90
91
  export { default as Toaster, toasterPositions } from './Toaster/index.js';
91
92
  export { default as SearchWithDropdown } from './SearchWithDropdown/index.js';
92
93
  export { default as CheckboxGroupWithSearch } from './CheckboxGroupWithSearch/index.js';
@@ -95,14 +96,14 @@ export { default as Overspread } from './Overspread/index.js';
95
96
  export { default as DatePicker } from './DatePicker/index.js';
96
97
  export { default as DateFilter } from './DateFilter/index.js';
97
98
  export { ComboTable, PaginationSelector, PaperWrapper, TableContainer, TableHeader, TablePagination, TableTitle, WithHeader, WithTitle } from './TableCompositions/index.js';
98
- export { D as Dropdown } from './index-d10283d4.js';
99
- export { T as Table } from './index-46532c91.js';
99
+ export { D as Dropdown } from './index-558ac559.js';
100
+ export { T as Table } from './index-761141c1.js';
100
101
  export { CardList, WrappedCardList } from './CardList/index.js';
101
102
  import 'react';
102
103
  import 'prop-types';
103
104
  export { default as Form } from './FormContainer/index.js';
104
105
  export { default as TransferList } from './TransferList/index.js';
105
- export { R as RichEditor } from './RichEditor-a3f1150e.js';
106
+ export { R as RichEditor } from './RichEditor-3ad651c7.js';
106
107
  export { default as Drawer } from './Drawer/index.js';
107
108
  export { default as ActionableList } from './ActionableList/index.js';
108
109
  export { GeneUIDesignSystemContext, default as GeneUIProvider } from './GeneUIProvider/index.js';
@@ -128,8 +129,8 @@ export { u as useEllipsisDetection } from './useEllipsisDetection-4d997d5d.js';
128
129
  import './tslib.es6-f211516f.js';
129
130
  import './index-031ff73c.js';
130
131
  import './style-inject.es-746bb8ed.js';
131
- import './_rollupPluginBabelHelpers-a83240e1.js';
132
- import './configs-1fb8eed2.js';
132
+ import './_rollupPluginBabelHelpers-e8fb2e5c.js';
133
+ import './configs-34847b77.js';
133
134
  import './index-a0e4e333.js';
134
135
  import './dateValidation-67caec66.js';
135
136
  import './_commonjsHelpers-24198af3.js';
@@ -137,10 +138,9 @@ import 'react-dom';
137
138
  import './checkboxRadioSwitcher-5b69d7bd.js';
138
139
  import './guid-8ddf77b3.js';
139
140
  import './localization-4ba17032.js';
140
- import './Popover-f4d1cac0.js';
141
141
  import './index-122432cd.js';
142
142
  import './debounce-4419bc2f.js';
143
- import './rangeAndSlider-693a3d41.js';
143
+ import './rangeAndSlider-63c5d423.js';
144
144
  import './index-45eafea6.js';
145
145
  import './react-lifecycles-compat.es-6e1f3768.js';
146
146
  import './SuggestionList/index.js';
@@ -149,9 +149,9 @@ import './callAfterDelay-7272faca.js';
149
149
  import './checkTimeValidation-e56771be.js';
150
150
  import './hooks/useHover.js';
151
151
  import './index-262edd7a.js';
152
- import './index-34914e4c.js';
153
- import './objectWithoutPropertiesLoose-e1596bdb.js';
152
+ import './index-263b0f0b.js';
153
+ import './objectWithoutPropertiesLoose-d8a4a68c.js';
154
154
  import './clsx.m-2bb6df4b.js';
155
- import './CellMeasurerCache-dbb3a6e5.js';
156
- import './index-b7c1fe38.js';
157
- import './react-beautiful-dnd.esm-ec039212.js';
155
+ import './CellMeasurerCache-f0690f3b.js';
156
+ import './redux-b3e598ca.js';
157
+ import './react-beautiful-dnd.esm-0ce25a0e.js';
@@ -20,7 +20,7 @@ export interface IButtonProps extends HTMLAttributes<HTMLButtonElement> {
20
20
  * How to display inscription in relation to it's parent in Button <br/>
21
21
  * Possible values: `default | content-size | full-width`
22
22
  */
23
- flexibility: 'default' | 'content-size' | 'full-width';
23
+ flexibility?: 'default' | 'content-size' | 'full-width';
24
24
  /**
25
25
  * Button color <br/>
26
26
  * Possible values: `primary | confirm | danger | default`
@@ -0,0 +1,42 @@
1
+ import { FC, JSX } from 'react';
2
+ import './HelperText.scss';
3
+ interface IHelperTextProps {
4
+ /**
5
+ * Defines the size of the helper text.<br>
6
+ * Possible values: `medium | small`.
7
+ */
8
+ size?: 'medium' | 'small';
9
+ /**
10
+ * Specifies the type of the helper text. <br>
11
+ * Possible values: `rest | danger | warning`.
12
+ * `rest` for default information, `danger` for error messages, or `warning` for cautions.
13
+ */
14
+ type?: 'rest' | 'danger' | 'warning';
15
+ /**
16
+ * The actual text content to be displayed as helper text.
17
+ * This provides guidance or additional information related to the input field.
18
+ */
19
+ text: string;
20
+ /**
21
+ * Optional. Icon to be displayed alongside the helper text.
22
+ * If the `type` prop is set to `danger` or `warning`, a default icon will be used (ErrorAlertFill for `danger` and WarningFill for `warning`) unless an `Icon` is explicitly provided.
23
+ * If `type` is `rest`, the provided `Icon` will be used (if supplied), otherwise no icon will be displayed.
24
+ * The size of the icon will automatically adjust based on the `size` prop (`small` or `medium`).
25
+ */
26
+ Icon?: JSX.Element;
27
+ /**
28
+ * Determines whether the helper text is disabled.
29
+ * If `true`, the helper text will appear dimmed and non-interactive.
30
+ */
31
+ isDisabled?: boolean;
32
+ /**
33
+ * Indicates whether the component is in a loading state.
34
+ * When `true`, a loading skeleton is displayed instead of the actual helper text.
35
+ */
36
+ isLoading?: boolean;
37
+ }
38
+ /**
39
+ * The Helper Text provides users with additional information or guidance related to a specific input field in a form. This text helps users understand the expected format, requirements, or purpose of the input, thereby improving form completion accuracy and user confidence.
40
+ */
41
+ declare const HelperText: FC<IHelperTextProps>;
42
+ export { IHelperTextProps, HelperText as default };
@@ -0,0 +1 @@
1
+ export { IHelperTextProps, default as default } from './HelperText';