@geneui/components 2.16.0-canary-12a636d-09092024 → 2.16.0-canary-7376102-11092024

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 (127) hide show
  1. package/ActionableList/index.js +5 -6
  2. package/AdvancedSearch/index.js +4 -5
  3. package/Alert/index.js +2 -2
  4. package/Avatar/index.js +1 -1
  5. package/Badge/index.js +1 -1
  6. package/Breadcrumb/index.js +3 -4
  7. package/BusyLoader/index.js +1 -1
  8. package/Button/index.js +1 -1
  9. package/CHANGELOG.md +7 -0
  10. package/Card/index.js +3 -4
  11. package/CardList/index.js +9 -10
  12. package/{CellMeasurerCache-b172f99b.js → CellMeasurerCache-b31d12fe.js} +1 -1
  13. package/Charts/index.js +18 -18
  14. package/Checkbox/index.js +3 -3
  15. package/CheckboxGroup/index.js +3 -3
  16. package/CheckboxGroupWithSearch/index.js +4 -5
  17. package/Collapse/index.js +1 -1
  18. package/ColorPicker/index.js +1 -1
  19. package/ComboBox/index.js +5 -5
  20. package/Copy/index.js +4 -4
  21. package/Counter/index.js +3 -4
  22. package/DateFilter/index.js +4 -5
  23. package/DatePicker/index.js +1 -1
  24. package/DatePickerInput/index.js +5 -6
  25. package/Divider/index.js +1 -1
  26. package/Drawer/index.js +4 -4
  27. package/Dropdown/index.js +6 -7
  28. package/Editor/index.js +2 -2
  29. package/Empty/index.js +1 -1
  30. package/ExtendedInput/index.js +4 -4
  31. package/Form/index.js +6 -7
  32. package/FormContainer/index.js +1 -1
  33. package/FormableCheckbox/index.js +4 -4
  34. package/FormableDatePicker/index.js +5 -6
  35. package/FormableDropdown/index.js +6 -7
  36. package/FormableEditor/index.js +2 -2
  37. package/{FormableHOC-b26c5b16.js → FormableHOC-8c6104f7.js} +1 -1
  38. package/FormableMultiSelectDropdown/index.js +6 -7
  39. package/FormableNumberInput/index.js +4 -4
  40. package/FormableRadio/index.js +2 -2
  41. package/FormableSwitcher/index.js +2 -2
  42. package/FormableTextInput/index.js +4 -4
  43. package/FormableUploader/index.js +3 -4
  44. package/GeneUIProvider/index.js +2 -1
  45. package/Grid/index.js +2 -2
  46. package/Holder/index.js +3 -4
  47. package/Icon/index.js +1 -1
  48. package/Image/index.js +6 -7
  49. package/ImagePreview/index.js +3 -4
  50. package/InteractiveWidget/index.js +3 -4
  51. package/KeyValue/index.js +1 -1
  52. package/Label/index.js +1 -1
  53. package/LinkButton/index.js +1 -1
  54. package/Menu/index.js +4 -4
  55. package/MobileNavigation/index.js +1 -1
  56. package/MobilePopup/index.js +4 -4
  57. package/Modal/index.js +2 -2
  58. package/ModuleTitle/index.js +4 -4
  59. package/NavigationMenu/index.js +5 -5
  60. package/Notification/index.js +2 -2
  61. package/Option/index.js +4 -4
  62. package/Overlay/index.js +3 -4
  63. package/Overspread/index.js +7 -8
  64. package/Pagination/index.js +3 -4
  65. package/Paper/index.js +1 -1
  66. package/Popover/index.js +410 -5
  67. package/PopoverV2/index.js +2 -2
  68. package/Products/index.js +2 -2
  69. package/Profile/index.js +3 -4
  70. package/Progress/index.js +1 -1
  71. package/Radio/index.js +1 -1
  72. package/RadioGroup/index.js +1 -1
  73. package/Range/index.js +2 -2
  74. package/Rating/index.js +4 -4
  75. package/RichEditor/index.js +1 -1
  76. package/{RichEditor-a3f1150e.js → RichEditor-de21fe2b.js} +1 -1
  77. package/Scrollbar/index.js +2 -2
  78. package/Search/index.js +3 -3
  79. package/SearchWithDropdown/index.js +7 -8
  80. package/Section/index.js +2 -2
  81. package/SkeletonLoader/index.js +1 -1
  82. package/Slider/index.js +4 -4
  83. package/Status/index.js +5 -5
  84. package/Steps/index.js +5 -5
  85. package/SuggestionList/index.js +2 -2
  86. package/Switcher/index.js +2 -2
  87. package/Table/index.js +15 -16
  88. package/TableCompositions/index.js +12 -13
  89. package/Tabs/index.js +1 -1
  90. package/Tag/index.js +2 -2
  91. package/Textarea/index.js +3 -3
  92. package/Time/index.js +1 -1
  93. package/TimePicker/index.js +5 -5
  94. package/Timeline/index.js +2 -2
  95. package/Title/index.js +2 -2
  96. package/Toaster/index.js +2 -2
  97. package/Tooltip/index.js +10 -153
  98. package/TransferList/index.js +7 -8
  99. package/Uploader/index.js +6 -7
  100. package/ValidatableCheckbox/index.js +3 -3
  101. package/ValidatableDatePicker/index.js +4 -5
  102. package/ValidatableDropdown/index.js +5 -6
  103. package/ValidatableElements/index.js +5 -6
  104. package/ValidatableMultiSelectDropdown/index.js +5 -6
  105. package/ValidatableNumberInput/index.js +3 -3
  106. package/ValidatableRadio/index.js +1 -1
  107. package/ValidatableSwitcher/index.js +1 -1
  108. package/ValidatableTextInput/index.js +3 -3
  109. package/ValidatableTimeInput/index.js +3 -3
  110. package/ValidatableUploader/index.js +2 -3
  111. package/Widget/index.js +3 -4
  112. package/{configs-1fb8eed2.js → configs-00612ce0.js} +1 -1
  113. package/hooks/useDeviceType.js +1 -1
  114. package/{index-617ffc3a.js → index-1d3b2bbf.js} +10 -9
  115. package/index-464ea32b.js +3064 -0
  116. package/{index-18431aad.js → index-664c705c.js} +2 -2
  117. package/{index-34914e4c.js → index-898121d3.js} +1 -1
  118. package/{index-1beae3bb.js → index-9e11ebfb.js} +4 -4
  119. package/index.js +12 -13
  120. package/lib/atoms/Button/Button.d.ts +1 -1
  121. package/lib/molecules/Tooltip/Tooltip.d.ts +62 -0
  122. package/lib/molecules/Tooltip/index.d.ts +1 -0
  123. package/package.json +2 -1
  124. package/{rangeAndSlider-63c5d423.js → rangeAndSlider-693a3d41.js} +16 -8
  125. package/{react-beautiful-dnd.esm-04c14563.js → react-beautiful-dnd.esm-be4bf1e2.js} +2 -1
  126. package/{index-b1e429a7.js → redux-b3e598ca.js} +1 -272
  127. package/Popover-f4d1cac0.js +0 -411
@@ -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-00612ce0.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.15.1\"] .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.1\"] .popover-positioner.cr-smooth-radius{--popover-border-radius:0.4rem}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .popover-positioner .popover-top-bottom-padding{padding:1rem 0;width:100%}[data-gene-ui-version=\"2.15.1\"] .popover-positioner .popover-top-bottom-padding>div[style*=width]{width:100%!important}[data-gene-ui-version=\"2.15.1\"] .popover{width:100%}[data-gene-ui-version=\"2.15.1\"] .popover-positioner.mobile-view .popover{height:100%;position:relative}[data-gene-ui-version=\"2.15.1\"] .popover-positioner-disable{margin-top:5px;position:inherit!important;transform:none!important}[data-gene-ui-version=\"2.15.1\"] .popover-track{width:100%}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .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.1\"] .popover-positioner.mobile-view[style*=\"opacity: 0\"] .popover-content{transform:translateY(100%)}[data-gene-ui-version=\"2.15.1\"] .popover-positioner.mobile-view .popover-content{transform:translateY(0)}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .popover-footer,[data-gene-ui-version=\"2.15.1\"] .popover-header{background:var(--background);position:-webkit-sticky;position:sticky;z-index:1}[data-gene-ui-version=\"2.15.1\"] .popover-header{border-bottom:1px solid rgba(var(--background-sc-rgb),.1);top:0}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .popover-body{position:relative;z-index:0}[data-gene-ui-version=\"2.15.1\"] .popover-search{padding:1.4rem 1.5rem}[data-gene-ui-version=\"2.15.1\"] .empty-data-holder{align-items:center;display:flex;height:19rem;justify-content:center;width:100%}[data-gene-ui-version=\"2.15.1\"] .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) => {
@@ -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.15.1\"] .dropdown-holder{--input-message-padding-side:2rem;max-width:100%}[data-gene-ui-version=\"2.15.1\"] .dropdown-holder .read-only-cursor-default{cursor:default}[data-gene-ui-version=\"2.15.1\"] .dropdown-holder:not(.f-content-size){width:100%}[data-gene-ui-version=\"2.15.1\"] .dropdown-holder.a-minimal.s-small{--input-message-padding-side:0.7rem}[data-gene-ui-version=\"2.15.1\"] .pointer-events-none-dropdown:active{pointer-events:none}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .dropdown-actions:not(:only-child){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.1\"] .dropdown-actions>li:first-child{flex:auto}[data-gene-ui-version=\"2.15.1\"] .dropdown-actions>li:nth-child(2){flex-shrink:0}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .dropdown-item.hovered,[data-gene-ui-version=\"2.15.1\"] .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.1\"] .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.1\"] .dropdown-item.sticky-option{position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-gene-ui-version=\"2.15.1\"] .dropdown-item.sticky-option.hovered{background:var(--background-hover)}[data-gene-ui-version=\"2.15.1\"] .dropdown-item.sticky-option:not(.hovered){background:var(--background)}@media (hover:hover){[data-gene-ui-version=\"2.15.1\"] .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.1\"] .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.1\"] .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.1\"] .dropdown-item>p span{flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-gene-ui-version=\"2.15.1\"] .dropdown-item>small{flex-shrink:0}[data-gene-ui-version=\"2.15.1\"] .dropdown-item>small.bc-icon-selected:before{display:block;transform:scale(0);transition:transform .4s}[data-gene-ui-version=\"2.15.1\"] .selected.dropdown-item>small.bc-icon-selected:before{transform:scale(1)}[data-gene-ui-version=\"2.15.1\"] .dropdown-item.selected{color:var(--hero)}[data-gene-ui-version=\"2.15.1\"] .dropdown-item.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.15.1\"] .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.1\"] .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.1\"] .dropdown-item .group-title-icon{color:rgba(var(--background-sc-rgb),.75);pointer-events:auto}[data-gene-ui-version=\"2.15.1\"] .dropdown-item.groupLastChild{border-bottom:1px solid rgba(var(--background-sc-rgb),.16)}[data-gene-ui-version=\"2.15.1\"] .popover-positioner.mobile-view .dropdown-item{height:4.8rem;padding:0 2rem}[data-gene-ui-version=\"2.15.1\"] .temporary-full-width{width:100%}[data-gene-ui-version=\"2.15.1\"] .dropdown-item-tag{flex-shrink:0;font:600 1.4rem/1.8rem var(--font-family);opacity:.5}[data-gene-ui-version=\"2.15.1\"] .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);
@@ -15,16 +15,16 @@ 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-00612ce0.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-18431aad.js';
23
- import Tooltip from './Tooltip/index.js';
22
+ import { P as PopoverV2 } from './index-664c705c.js';
23
+ import { T as Tooltip } from './index-464ea32b.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-898121d3.js';
28
28
  import Tag from './Tag/index.js';
29
29
  import { c as callAfterDelay } from './callAfterDelay-7272faca.js';
30
30
 
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-18431aad.js';
17
+ export { P as PopoverV2 } from './index-664c705c.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';
@@ -33,7 +33,7 @@ export { default as Checkbox } from './Checkbox/index.js';
33
33
  export { default as Card } from './Card/index.js';
34
34
  export { default as Tag } from './Tag/index.js';
35
35
  export { default as Alert, alertTypes } from './Alert/index.js';
36
- export { default as Tooltip } from './Tooltip/index.js';
36
+ export { T as Tooltip } from './index-464ea32b.js';
37
37
  export { default as Range } from './Range/index.js';
38
38
  export { default as Slider } from './Slider/index.js';
39
39
  export { default as Pagination } from './Pagination/index.js';
@@ -86,7 +86,7 @@ export { default as FormableUploader } from './FormableUploader/index.js';
86
86
  export { default as FormableSwitcher } from './FormableSwitcher/index.js';
87
87
  export { default as FormableEditor } from './FormableEditor/index.js';
88
88
  export { default as FormableRadio } from './FormableRadio/index.js';
89
- export { F as FormableHOC } from './FormableHOC-b26c5b16.js';
89
+ export { F as FormableHOC } from './FormableHOC-8c6104f7.js';
90
90
  export { default as Toaster, toasterPositions } from './Toaster/index.js';
91
91
  export { default as SearchWithDropdown } from './SearchWithDropdown/index.js';
92
92
  export { default as CheckboxGroupWithSearch } from './CheckboxGroupWithSearch/index.js';
@@ -95,14 +95,14 @@ export { default as Overspread } from './Overspread/index.js';
95
95
  export { default as DatePicker } from './DatePicker/index.js';
96
96
  export { default as DateFilter } from './DateFilter/index.js';
97
97
  export { ComboTable, PaginationSelector, PaperWrapper, TableContainer, TableHeader, TablePagination, TableTitle, WithHeader, WithTitle } from './TableCompositions/index.js';
98
- export { D as Dropdown } from './index-1beae3bb.js';
99
- export { T as Table } from './index-617ffc3a.js';
98
+ export { D as Dropdown } from './index-9e11ebfb.js';
99
+ export { T as Table } from './index-1d3b2bbf.js';
100
100
  export { CardList, WrappedCardList } from './CardList/index.js';
101
101
  import 'react';
102
102
  import 'prop-types';
103
103
  export { default as Form } from './FormContainer/index.js';
104
104
  export { default as TransferList } from './TransferList/index.js';
105
- export { R as RichEditor } from './RichEditor-a3f1150e.js';
105
+ export { R as RichEditor } from './RichEditor-de21fe2b.js';
106
106
  export { default as Drawer } from './Drawer/index.js';
107
107
  export { default as ActionableList } from './ActionableList/index.js';
108
108
  export { GeneUIDesignSystemContext, default as GeneUIProvider } from './GeneUIProvider/index.js';
@@ -129,7 +129,7 @@ import './tslib.es6-f211516f.js';
129
129
  import './index-031ff73c.js';
130
130
  import './style-inject.es-746bb8ed.js';
131
131
  import './_rollupPluginBabelHelpers-e8fb2e5c.js';
132
- import './configs-1fb8eed2.js';
132
+ import './configs-00612ce0.js';
133
133
  import './index-a0e4e333.js';
134
134
  import './dateValidation-67caec66.js';
135
135
  import './_commonjsHelpers-24198af3.js';
@@ -137,10 +137,9 @@ import 'react-dom';
137
137
  import './checkboxRadioSwitcher-5b69d7bd.js';
138
138
  import './guid-8ddf77b3.js';
139
139
  import './localization-4ba17032.js';
140
- import './Popover-f4d1cac0.js';
141
140
  import './index-122432cd.js';
142
141
  import './debounce-4419bc2f.js';
143
- import './rangeAndSlider-63c5d423.js';
142
+ import './rangeAndSlider-693a3d41.js';
144
143
  import './index-45eafea6.js';
145
144
  import './react-lifecycles-compat.es-6e1f3768.js';
146
145
  import './SuggestionList/index.js';
@@ -149,9 +148,9 @@ import './callAfterDelay-7272faca.js';
149
148
  import './checkTimeValidation-e56771be.js';
150
149
  import './hooks/useHover.js';
151
150
  import './index-262edd7a.js';
152
- import './index-34914e4c.js';
151
+ import './index-898121d3.js';
153
152
  import './objectWithoutPropertiesLoose-d8a4a68c.js';
154
153
  import './clsx.m-2bb6df4b.js';
155
- import './CellMeasurerCache-b172f99b.js';
156
- import './index-b1e429a7.js';
157
- import './react-beautiful-dnd.esm-04c14563.js';
154
+ import './CellMeasurerCache-b31d12fe.js';
155
+ import './redux-b3e598ca.js';
156
+ import './react-beautiful-dnd.esm-be4bf1e2.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,62 @@
1
+ import { CSSProperties, JSX, MouseEvent, FC } from 'react';
2
+ import './Tooltip.scss';
3
+ interface ICustomPosition {
4
+ left?: number;
5
+ top?: number;
6
+ }
7
+ export interface ITooltipProps {
8
+ /**
9
+ * The Tooltip component size<br> Possible values: `default | small`
10
+ */
11
+ size?: 'default' | 'small';
12
+ /**
13
+ * Main content for the component.
14
+ */
15
+ text?: string;
16
+ /**
17
+ * Title for the component.
18
+ */
19
+ title?: string;
20
+ /**
21
+ * Style object, to have extra styles.
22
+ */
23
+ style?: CSSProperties;
24
+ /**
25
+ * If `true` the component will be visible without any action.
26
+ */
27
+ alwaysShow?: boolean;
28
+ /**
29
+ * Will display the component in the specified location.
30
+ */
31
+ customPosition?: ICustomPosition;
32
+ /**
33
+ * Any valid React node.
34
+ */
35
+ children: JSX.Element | JSX.Element[];
36
+ /**
37
+ * Disable/Enable auto repositions.
38
+ */
39
+ disableReposition?: boolean;
40
+ /**
41
+ * Positions where will be displayed the Tooltip relates the child component.<br> Possible values: `top | right | bottom | left`
42
+ */
43
+ position?: 'top' | 'right' | 'bottom' | 'left';
44
+ /**
45
+ * Tooltip padding related to the target element
46
+ */
47
+ padding?: number;
48
+ /**
49
+ * Control with screenType appearance of component
50
+ */
51
+ screenType?: 'desktop' | 'mobile';
52
+ /**
53
+ * In case of `false` value, the children component will rendered without Tooltip.
54
+ */
55
+ isVisible?: boolean;
56
+ /**
57
+ * The action will triggered when the Tooltip component will clicked.
58
+ */
59
+ onClick?: (e: MouseEvent) => void;
60
+ }
61
+ declare const Tooltip: FC<ITooltipProps>;
62
+ export default Tooltip;
@@ -0,0 +1 @@
1
+ export { ITooltipProps, default as default } from './Tooltip';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@geneui/components",
3
3
  "description": "The Gene UI components library designed for BI tools",
4
- "version": "2.16.0-canary-12a636d-09092024",
4
+ "version": "2.16.0-canary-7376102-11092024",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
7
7
  "repository": {
@@ -156,6 +156,7 @@
156
156
  "yargs": "^17.7.2"
157
157
  },
158
158
  "dependencies": {
159
+ "@floating-ui/react": "^0.26.16",
159
160
  "classnames": "^2.3.2",
160
161
  "dayjs": "^1.11.5",
161
162
  "draft-js": "^0.11.7",
@@ -251,12 +251,20 @@ var _cof = function (it) {
251
251
  return toString$2.call(it).slice(8, -1);
252
252
  };
253
253
 
254
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
255
- var cof$2 = _cof;
256
- // eslint-disable-next-line no-prototype-builtins
257
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
258
- return cof$2(it) == 'String' ? it.split('') : Object(it);
259
- };
254
+ var _iobject;
255
+ var hasRequired_iobject;
256
+
257
+ function require_iobject () {
258
+ if (hasRequired_iobject) return _iobject;
259
+ hasRequired_iobject = 1;
260
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
261
+ var cof = _cof;
262
+ // eslint-disable-next-line no-prototype-builtins
263
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
264
+ return cof(it) == 'String' ? it.split('') : Object(it);
265
+ };
266
+ return _iobject;
267
+ }
260
268
 
261
269
  // 7.2.1 RequireObjectCoercible(argument)
262
270
  var _defined = function (it) {
@@ -265,7 +273,7 @@ var _defined = function (it) {
265
273
  };
266
274
 
267
275
  // to indexed object, toObject with fallback for non-array-like ES3 strings
268
- var IObject = _iobject;
276
+ var IObject = require_iobject();
269
277
  var defined$2 = _defined;
270
278
  var _toIobject = function (it) {
271
279
  return IObject(defined$2(it));
@@ -438,7 +446,7 @@ function require_objectAssign () {
438
446
  var gOPS = _objectGops;
439
447
  var pIE = require_objectPie();
440
448
  var toObject = _toObject;
441
- var IObject = _iobject;
449
+ var IObject = require_iobject();
442
450
  var $assign = Object.assign;
443
451
 
444
452
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -1,7 +1,8 @@
1
1
  import React__default, { useLayoutEffect, useEffect, useMemo as useMemo$1, useContext, useReducer, useRef, useState } from 'react';
2
2
  import { a as _setPrototypeOf, b as _objectWithoutPropertiesLoose, c as _extends } from './objectWithoutPropertiesLoose-d8a4a68c.js';
3
- import { r as reactIsExports$1, c as compose, b as bindActionCreators$1, a as createStore$1, d as applyMiddleware } from './index-b1e429a7.js';
3
+ import { c as compose, b as bindActionCreators$1, a as createStore$1, d as applyMiddleware } from './redux-b3e598ca.js';
4
4
  import PropTypes from 'prop-types';
5
+ import { r as reactIsExports$1 } from './index-464ea32b.js';
5
6
  import ReactDOM__default, { unstable_batchedUpdates } from 'react-dom';
6
7
 
7
8
  function _inheritsLoose(subClass, superClass) {
@@ -533,275 +533,4 @@ function applyMiddleware() {
533
533
  };
534
534
  }
535
535
 
536
- var reactIsExports = {};
537
- var reactIs = {
538
- get exports(){ return reactIsExports; },
539
- set exports(v){ reactIsExports = v; },
540
- };
541
-
542
- var reactIs_production_min = {};
543
-
544
- /** @license React v17.0.2
545
- * react-is.production.min.js
546
- *
547
- * Copyright (c) Facebook, Inc. and its affiliates.
548
- *
549
- * This source code is licensed under the MIT license found in the
550
- * LICENSE file in the root directory of this source tree.
551
- */
552
-
553
- var hasRequiredReactIs_production_min;
554
-
555
- function requireReactIs_production_min () {
556
- if (hasRequiredReactIs_production_min) return reactIs_production_min;
557
- hasRequiredReactIs_production_min = 1;
558
- var b=60103,c=60106,d=60107,e=60108,f=60114,g=60109,h=60110,k=60112,l=60113,m=60120,n=60115,p=60116,q=60121,r=60122,u=60117,v=60129,w=60131;
559
- if("function"===typeof Symbol&&Symbol.for){var x=Symbol.for;b=x("react.element");c=x("react.portal");d=x("react.fragment");e=x("react.strict_mode");f=x("react.profiler");g=x("react.provider");h=x("react.context");k=x("react.forward_ref");l=x("react.suspense");m=x("react.suspense_list");n=x("react.memo");p=x("react.lazy");q=x("react.block");r=x("react.server.block");u=x("react.fundamental");v=x("react.debug_trace_mode");w=x("react.legacy_hidden");}
560
- function y(a){if("object"===typeof a&&null!==a){var t=a.$$typeof;switch(t){case b:switch(a=a.type,a){case d:case f:case e:case l:case m:return a;default:switch(a=a&&a.$$typeof,a){case h:case k:case p:case n:case g:return a;default:return t}}case c:return t}}}var z=g,A=b,B=k,C=d,D=p,E=n,F=c,G=f,H=e,I=l;reactIs_production_min.ContextConsumer=h;reactIs_production_min.ContextProvider=z;reactIs_production_min.Element=A;reactIs_production_min.ForwardRef=B;reactIs_production_min.Fragment=C;reactIs_production_min.Lazy=D;reactIs_production_min.Memo=E;reactIs_production_min.Portal=F;reactIs_production_min.Profiler=G;reactIs_production_min.StrictMode=H;
561
- reactIs_production_min.Suspense=I;reactIs_production_min.isAsyncMode=function(){return !1};reactIs_production_min.isConcurrentMode=function(){return !1};reactIs_production_min.isContextConsumer=function(a){return y(a)===h};reactIs_production_min.isContextProvider=function(a){return y(a)===g};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===b};reactIs_production_min.isForwardRef=function(a){return y(a)===k};reactIs_production_min.isFragment=function(a){return y(a)===d};reactIs_production_min.isLazy=function(a){return y(a)===p};reactIs_production_min.isMemo=function(a){return y(a)===n};
562
- reactIs_production_min.isPortal=function(a){return y(a)===c};reactIs_production_min.isProfiler=function(a){return y(a)===f};reactIs_production_min.isStrictMode=function(a){return y(a)===e};reactIs_production_min.isSuspense=function(a){return y(a)===l};reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===d||a===f||a===v||a===e||a===l||a===m||a===w||"object"===typeof a&&null!==a&&(a.$$typeof===p||a.$$typeof===n||a.$$typeof===g||a.$$typeof===h||a.$$typeof===k||a.$$typeof===u||a.$$typeof===q||a[0]===r)?!0:!1};
563
- reactIs_production_min.typeOf=y;
564
- return reactIs_production_min;
565
- }
566
-
567
- var reactIs_development = {};
568
-
569
- /** @license React v17.0.2
570
- * react-is.development.js
571
- *
572
- * Copyright (c) Facebook, Inc. and its affiliates.
573
- *
574
- * This source code is licensed under the MIT license found in the
575
- * LICENSE file in the root directory of this source tree.
576
- */
577
-
578
- var hasRequiredReactIs_development;
579
-
580
- function requireReactIs_development () {
581
- if (hasRequiredReactIs_development) return reactIs_development;
582
- hasRequiredReactIs_development = 1;
583
-
584
- if (process.env.NODE_ENV !== "production") {
585
- (function() {
586
-
587
- // ATTENTION
588
- // When adding new symbols to this file,
589
- // Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'
590
- // The Symbol used to tag the ReactElement-like types. If there is no native Symbol
591
- // nor polyfill, then a plain number is used for performance.
592
- var REACT_ELEMENT_TYPE = 0xeac7;
593
- var REACT_PORTAL_TYPE = 0xeaca;
594
- var REACT_FRAGMENT_TYPE = 0xeacb;
595
- var REACT_STRICT_MODE_TYPE = 0xeacc;
596
- var REACT_PROFILER_TYPE = 0xead2;
597
- var REACT_PROVIDER_TYPE = 0xeacd;
598
- var REACT_CONTEXT_TYPE = 0xeace;
599
- var REACT_FORWARD_REF_TYPE = 0xead0;
600
- var REACT_SUSPENSE_TYPE = 0xead1;
601
- var REACT_SUSPENSE_LIST_TYPE = 0xead8;
602
- var REACT_MEMO_TYPE = 0xead3;
603
- var REACT_LAZY_TYPE = 0xead4;
604
- var REACT_BLOCK_TYPE = 0xead9;
605
- var REACT_SERVER_BLOCK_TYPE = 0xeada;
606
- var REACT_FUNDAMENTAL_TYPE = 0xead5;
607
- var REACT_DEBUG_TRACING_MODE_TYPE = 0xeae1;
608
- var REACT_LEGACY_HIDDEN_TYPE = 0xeae3;
609
-
610
- if (typeof Symbol === 'function' && Symbol.for) {
611
- var symbolFor = Symbol.for;
612
- REACT_ELEMENT_TYPE = symbolFor('react.element');
613
- REACT_PORTAL_TYPE = symbolFor('react.portal');
614
- REACT_FRAGMENT_TYPE = symbolFor('react.fragment');
615
- REACT_STRICT_MODE_TYPE = symbolFor('react.strict_mode');
616
- REACT_PROFILER_TYPE = symbolFor('react.profiler');
617
- REACT_PROVIDER_TYPE = symbolFor('react.provider');
618
- REACT_CONTEXT_TYPE = symbolFor('react.context');
619
- REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref');
620
- REACT_SUSPENSE_TYPE = symbolFor('react.suspense');
621
- REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list');
622
- REACT_MEMO_TYPE = symbolFor('react.memo');
623
- REACT_LAZY_TYPE = symbolFor('react.lazy');
624
- REACT_BLOCK_TYPE = symbolFor('react.block');
625
- REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block');
626
- REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental');
627
- symbolFor('react.scope');
628
- symbolFor('react.opaque.id');
629
- REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode');
630
- symbolFor('react.offscreen');
631
- REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden');
632
- }
633
-
634
- // Filter certain DOM attributes (e.g. src, href) if their values are empty strings.
635
-
636
- var enableScopeAPI = false; // Experimental Create Event Handle API.
637
-
638
- function isValidElementType(type) {
639
- if (typeof type === 'string' || typeof type === 'function') {
640
- return true;
641
- } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).
642
-
643
-
644
- if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || type === REACT_DEBUG_TRACING_MODE_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || type === REACT_LEGACY_HIDDEN_TYPE || enableScopeAPI ) {
645
- return true;
646
- }
647
-
648
- if (typeof type === 'object' && type !== null) {
649
- if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_BLOCK_TYPE || type[0] === REACT_SERVER_BLOCK_TYPE) {
650
- return true;
651
- }
652
- }
653
-
654
- return false;
655
- }
656
-
657
- function typeOf(object) {
658
- if (typeof object === 'object' && object !== null) {
659
- var $$typeof = object.$$typeof;
660
-
661
- switch ($$typeof) {
662
- case REACT_ELEMENT_TYPE:
663
- var type = object.type;
664
-
665
- switch (type) {
666
- case REACT_FRAGMENT_TYPE:
667
- case REACT_PROFILER_TYPE:
668
- case REACT_STRICT_MODE_TYPE:
669
- case REACT_SUSPENSE_TYPE:
670
- case REACT_SUSPENSE_LIST_TYPE:
671
- return type;
672
-
673
- default:
674
- var $$typeofType = type && type.$$typeof;
675
-
676
- switch ($$typeofType) {
677
- case REACT_CONTEXT_TYPE:
678
- case REACT_FORWARD_REF_TYPE:
679
- case REACT_LAZY_TYPE:
680
- case REACT_MEMO_TYPE:
681
- case REACT_PROVIDER_TYPE:
682
- return $$typeofType;
683
-
684
- default:
685
- return $$typeof;
686
- }
687
-
688
- }
689
-
690
- case REACT_PORTAL_TYPE:
691
- return $$typeof;
692
- }
693
- }
694
-
695
- return undefined;
696
- }
697
- var ContextConsumer = REACT_CONTEXT_TYPE;
698
- var ContextProvider = REACT_PROVIDER_TYPE;
699
- var Element = REACT_ELEMENT_TYPE;
700
- var ForwardRef = REACT_FORWARD_REF_TYPE;
701
- var Fragment = REACT_FRAGMENT_TYPE;
702
- var Lazy = REACT_LAZY_TYPE;
703
- var Memo = REACT_MEMO_TYPE;
704
- var Portal = REACT_PORTAL_TYPE;
705
- var Profiler = REACT_PROFILER_TYPE;
706
- var StrictMode = REACT_STRICT_MODE_TYPE;
707
- var Suspense = REACT_SUSPENSE_TYPE;
708
- var hasWarnedAboutDeprecatedIsAsyncMode = false;
709
- var hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated
710
-
711
- function isAsyncMode(object) {
712
- {
713
- if (!hasWarnedAboutDeprecatedIsAsyncMode) {
714
- hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
715
-
716
- console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');
717
- }
718
- }
719
-
720
- return false;
721
- }
722
- function isConcurrentMode(object) {
723
- {
724
- if (!hasWarnedAboutDeprecatedIsConcurrentMode) {
725
- hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint
726
-
727
- console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');
728
- }
729
- }
730
-
731
- return false;
732
- }
733
- function isContextConsumer(object) {
734
- return typeOf(object) === REACT_CONTEXT_TYPE;
735
- }
736
- function isContextProvider(object) {
737
- return typeOf(object) === REACT_PROVIDER_TYPE;
738
- }
739
- function isElement(object) {
740
- return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
741
- }
742
- function isForwardRef(object) {
743
- return typeOf(object) === REACT_FORWARD_REF_TYPE;
744
- }
745
- function isFragment(object) {
746
- return typeOf(object) === REACT_FRAGMENT_TYPE;
747
- }
748
- function isLazy(object) {
749
- return typeOf(object) === REACT_LAZY_TYPE;
750
- }
751
- function isMemo(object) {
752
- return typeOf(object) === REACT_MEMO_TYPE;
753
- }
754
- function isPortal(object) {
755
- return typeOf(object) === REACT_PORTAL_TYPE;
756
- }
757
- function isProfiler(object) {
758
- return typeOf(object) === REACT_PROFILER_TYPE;
759
- }
760
- function isStrictMode(object) {
761
- return typeOf(object) === REACT_STRICT_MODE_TYPE;
762
- }
763
- function isSuspense(object) {
764
- return typeOf(object) === REACT_SUSPENSE_TYPE;
765
- }
766
-
767
- reactIs_development.ContextConsumer = ContextConsumer;
768
- reactIs_development.ContextProvider = ContextProvider;
769
- reactIs_development.Element = Element;
770
- reactIs_development.ForwardRef = ForwardRef;
771
- reactIs_development.Fragment = Fragment;
772
- reactIs_development.Lazy = Lazy;
773
- reactIs_development.Memo = Memo;
774
- reactIs_development.Portal = Portal;
775
- reactIs_development.Profiler = Profiler;
776
- reactIs_development.StrictMode = StrictMode;
777
- reactIs_development.Suspense = Suspense;
778
- reactIs_development.isAsyncMode = isAsyncMode;
779
- reactIs_development.isConcurrentMode = isConcurrentMode;
780
- reactIs_development.isContextConsumer = isContextConsumer;
781
- reactIs_development.isContextProvider = isContextProvider;
782
- reactIs_development.isElement = isElement;
783
- reactIs_development.isForwardRef = isForwardRef;
784
- reactIs_development.isFragment = isFragment;
785
- reactIs_development.isLazy = isLazy;
786
- reactIs_development.isMemo = isMemo;
787
- reactIs_development.isPortal = isPortal;
788
- reactIs_development.isProfiler = isProfiler;
789
- reactIs_development.isStrictMode = isStrictMode;
790
- reactIs_development.isSuspense = isSuspense;
791
- reactIs_development.isValidElementType = isValidElementType;
792
- reactIs_development.typeOf = typeOf;
793
- })();
794
- }
795
- return reactIs_development;
796
- }
797
-
798
- (function (module) {
799
-
800
- if (process.env.NODE_ENV === 'production') {
801
- module.exports = requireReactIs_production_min();
802
- } else {
803
- module.exports = requireReactIs_development();
804
- }
805
- } (reactIs));
806
-
807
- export { createStore as a, bindActionCreators as b, compose as c, applyMiddleware as d, reactIsExports as r };
536
+ export { createStore as a, bindActionCreators as b, compose as c, applyMiddleware as d };