linkmore-design 1.1.19-beta → 1.1.19-beta.1

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 (26) hide show
  1. package/dist/LmTable/components/Container/Container.d.ts +1 -1
  2. package/dist/LmTable/components/Item/Item.d.ts +1 -1
  3. package/dist/LmTable/components/Item/components/Action/Action.d.ts +1 -1
  4. package/dist/index.umd.css +56 -56
  5. package/dist/index.umd.js +6 -7
  6. package/dist/index.umd.min.css +1 -1
  7. package/dist/index.umd.min.js +2 -2
  8. package/es/LmTable/components/Container/{Container.module.css → Container.css} +0 -0
  9. package/es/LmTable/components/Container/Container.d.ts +1 -1
  10. package/es/LmTable/components/Container/Container.js +1 -1
  11. package/es/LmTable/components/Item/{Item.module.css → Item.css} +15 -15
  12. package/es/LmTable/components/Item/Item.d.ts +1 -1
  13. package/es/LmTable/components/Item/Item.js +6 -6
  14. package/{lib/LmTable/components/Item/components/Action/Action.module.css → es/LmTable/components/Item/components/Action/Action.css} +7 -7
  15. package/es/LmTable/components/Item/components/Action/Action.d.ts +1 -1
  16. package/es/LmTable/components/Item/components/Action/Action.js +2 -2
  17. package/lib/LmTable/components/Container/{Container.module.css → Container.css} +0 -0
  18. package/lib/LmTable/components/Container/Container.d.ts +1 -1
  19. package/lib/LmTable/components/Container/Container.js +1 -1
  20. package/lib/LmTable/components/Item/{Item.module.css → Item.css} +15 -15
  21. package/lib/LmTable/components/Item/Item.d.ts +1 -1
  22. package/lib/LmTable/components/Item/Item.js +6 -6
  23. package/{es/LmTable/components/Item/components/Action/Action.module.css → lib/LmTable/components/Item/components/Action/Action.css} +7 -7
  24. package/lib/LmTable/components/Item/components/Action/Action.d.ts +1 -1
  25. package/lib/LmTable/components/Item/components/Action/Action.js +2 -2
  26. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import './Container.module.less';
2
+ import './Container.less';
3
3
  export interface Props {
4
4
  children: React.ReactNode;
5
5
  columns?: number;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { DraggableSyntheticListeners } from '@dnd-kit/core';
3
3
  import type { Transform } from '@dnd-kit/utilities';
4
- import './Item.module.less';
4
+ import './Item.less';
5
5
  export interface Props {
6
6
  dragOverlay?: boolean;
7
7
  color?: string;
@@ -1,5 +1,5 @@
1
1
  import React, { CSSProperties } from 'react';
2
- import './Action.module.less';
2
+ import './Action.less';
3
3
  export interface Props extends React.HTMLAttributes<HTMLButtonElement> {
4
4
  active?: {
5
5
  fill: string;
@@ -26539,7 +26539,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26539
26539
  width: auto;
26540
26540
  }
26541
26541
 
26542
- .Action-module_Action__6JUtX {
26542
+ .dnd_item_actions {
26543
26543
  display: -webkit-box;
26544
26544
  display: -ms-flexbox;
26545
26545
  display: -webkit-flex;
@@ -26568,14 +26568,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
26568
26568
  -webkit-tap-highlight-color: transparent;
26569
26569
  }
26570
26570
  @media (hover: hover) {
26571
- .Action-module_Action__6JUtX:hover {
26571
+ .dnd_item_actions:hover {
26572
26572
  background-color: var(--action-background, rgba(0, 0, 0, 0.05));
26573
26573
  }
26574
- .Action-module_Action__6JUtX:hover svg {
26574
+ .dnd_item_actions:hover svg {
26575
26575
  fill: #6f7b88;
26576
26576
  }
26577
26577
  }
26578
- .Action-module_Action__6JUtX svg {
26578
+ .dnd_item_actions svg {
26579
26579
  -webkit-box-flex: 0;
26580
26580
  -ms-flex: 0 0 auto;
26581
26581
  flex: 0 0 auto;
@@ -26584,19 +26584,19 @@ div.ant-typography-edit-content.ant-typography-rtl {
26584
26584
  overflow: visible;
26585
26585
  fill: #919eab;
26586
26586
  }
26587
- .Action-module_Action__6JUtX:active {
26587
+ .dnd_item_actions:active {
26588
26588
  background-color: var(--background, rgba(0, 0, 0, 0.05));
26589
26589
  }
26590
- .Action-module_Action__6JUtX:active svg {
26590
+ .dnd_item_actions:active svg {
26591
26591
  fill: var(--fill, #788491);
26592
26592
  }
26593
- .Action-module_Action__6JUtX:focus-visible {
26593
+ .dnd_item_actions:focus-visible {
26594
26594
  outline: none;
26595
26595
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0px 0px 2px #4c9ffe;
26596
26596
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0px 0px 2px #4c9ffe;
26597
26597
  }
26598
26598
 
26599
- @-webkit-keyframes Item-module_pop__3JV4- {
26599
+ @-webkit-keyframes pop {
26600
26600
  0% {
26601
26601
  -webkit-transform: scale(1);
26602
26602
  transform: scale(1);
@@ -26610,7 +26610,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26610
26610
  box-shadow: var(--box-shadow-picked-up);
26611
26611
  }
26612
26612
  }
26613
- @keyframes Item-module_pop__3JV4- {
26613
+ @keyframes pop {
26614
26614
  0% {
26615
26615
  -webkit-transform: scale(1);
26616
26616
  transform: scale(1);
@@ -26624,7 +26624,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26624
26624
  box-shadow: var(--box-shadow-picked-up);
26625
26625
  }
26626
26626
  }
26627
- @-webkit-keyframes Item-module_fadeIn__2PxPO {
26627
+ @-webkit-keyframes fadeIn {
26628
26628
  0% {
26629
26629
  opacity: 0;
26630
26630
  }
@@ -26632,7 +26632,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26632
26632
  opacity: 1;
26633
26633
  }
26634
26634
  }
26635
- @keyframes Item-module_fadeIn__2PxPO {
26635
+ @keyframes fadeIn {
26636
26636
  0% {
26637
26637
  opacity: 0;
26638
26638
  }
@@ -26640,7 +26640,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26640
26640
  opacity: 1;
26641
26641
  }
26642
26642
  }
26643
- .Item-module_Wrapper__2Glop {
26643
+ .dnd_com_item_Wrapper {
26644
26644
  display: -webkit-box;
26645
26645
  display: -ms-flexbox;
26646
26646
  display: -webkit-flex;
@@ -26656,11 +26656,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
26656
26656
  margin-right: 6px;
26657
26657
  margin-bottom: 6px;
26658
26658
  }
26659
- .Item-module_Wrapper__2Glop.Item-module_fadeIn__2PxPO {
26660
- -webkit-animation: Item-module_fadeIn__2PxPO 500ms ease;
26661
- animation: Item-module_fadeIn__2PxPO 500ms ease;
26659
+ .dnd_com_item_Wrapper.fadeIn {
26660
+ -webkit-animation: fadeIn 500ms ease;
26661
+ animation: fadeIn 500ms ease;
26662
26662
  }
26663
- .Item-module_Wrapper__2Glop.Item-module_dragOverlay__2Ozss {
26663
+ .dnd_com_item_Wrapper.dragOverlay {
26664
26664
  --scale: 1.05;
26665
26665
  --box-shadow: 0 0 0 -webkit-calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px -webkit-calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26666
26666
  --box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
@@ -26672,7 +26672,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26672
26672
  0px 15px 15px 0 rgba(34, 33, 81, 0.25);
26673
26673
  z-index: 999;
26674
26674
  }
26675
- .Item-module_Item__29XKM {
26675
+ .dnd_com_Item {
26676
26676
  position: relative;
26677
26677
  display: -webkit-box;
26678
26678
  display: -ms-flexbox;
@@ -26686,8 +26686,8 @@ div.ant-typography-edit-content.ant-typography-rtl {
26686
26686
  align-items: center;
26687
26687
  padding: 6px;
26688
26688
  background-color: #fff;
26689
- -webkit-box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26690
- box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26689
+ -webkit-box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26690
+ box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26691
26691
  outline: none;
26692
26692
  border-radius: -webkit-calc(4px / var(--scale-x, 1));
26693
26693
  border-radius: calc(4px / var(--scale-x, 1));
@@ -26709,45 +26709,45 @@ div.ant-typography-edit-content.ant-typography-rtl {
26709
26709
  transition: box-shadow 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
26710
26710
  transition: box-shadow 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22), -webkit-box-shadow 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
26711
26711
  }
26712
- .Item-module_Item__29XKM:focus-visible {
26713
- -webkit-box-shadow: 0 0px 4px 1px #4c9ffe, 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26714
- box-shadow: 0 0px 4px 1px #4c9ffe, 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26712
+ .dnd_com_Item:focus-visible {
26713
+ -webkit-box-shadow: 0 0px 4px 1px #4c9ffe, 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26714
+ box-shadow: 0 0px 4px 1px #4c9ffe, 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26715
26715
  }
26716
- .Item-module_Item__29XKM:not(.Item-module_withHandle__3b4II) {
26716
+ .dnd_com_Item:not(.withHandle) {
26717
26717
  -ms-touch-action: manipulation;
26718
26718
  touch-action: manipulation;
26719
26719
  cursor: -webkit-grab;
26720
26720
  cursor: grab;
26721
26721
  }
26722
- .Item-module_Item__29XKM.Item-module_dragging__2ygaM:not(.Item-module_dragOverlay__2Ozss) {
26722
+ .dnd_com_Item.dragging:not(.dragOverlay) {
26723
26723
  opacity: var(--dragging-opacity, 0.5);
26724
26724
  z-index: 0;
26725
26725
  }
26726
- .Item-module_Item__29XKM.Item-module_dragging__2ygaM:not(.Item-module_dragOverlay__2Ozss):focus {
26727
- -webkit-box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26728
- box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26726
+ .dnd_com_Item.dragging:not(.dragOverlay):focus {
26727
+ -webkit-box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26728
+ box-shadow: 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26729
26729
  }
26730
- .Item-module_Item__29XKM.Item-module_disabled__1Tt-L {
26730
+ .dnd_com_Item.disabled {
26731
26731
  color: #999;
26732
26732
  background-color: #f1f1f1;
26733
26733
  cursor: not-allowed;
26734
26734
  }
26735
- .Item-module_Item__29XKM.Item-module_disabled__1Tt-L:focus {
26736
- -webkit-box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1), 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26737
- box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1), 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26735
+ .dnd_com_Item.disabled:focus {
26736
+ -webkit-box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1), 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26737
+ box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1), 0 0 0 calc(1px / var(--scale-x, 1)) rgba(63, 63, 68, 0.05), 0 1px calc(3px / var(--scale-x, 1)) 0 rgba(34, 33, 81, 0.15);
26738
26738
  }
26739
- .Item-module_Item__29XKM.Item-module_dragOverlay__2Ozss {
26739
+ .dnd_com_Item.dragOverlay {
26740
26740
  cursor: inherit;
26741
26741
  /* box-shadow: 0 0px 6px 2px @focused-outline-color; */
26742
- -webkit-animation: Item-module_pop__3JV4- 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
26743
- animation: Item-module_pop__3JV4- 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
26742
+ -webkit-animation: pop 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
26743
+ animation: pop 200ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
26744
26744
  -webkit-transform: scale(var(--scale));
26745
26745
  transform: scale(var(--scale));
26746
26746
  -webkit-box-shadow: var(--box-shadow-picked-up);
26747
26747
  box-shadow: var(--box-shadow-picked-up);
26748
26748
  opacity: 1;
26749
26749
  }
26750
- .Item-module_Item__29XKM.Item-module_color__3FBcA:before {
26750
+ .dnd_com_Item.color:before {
26751
26751
  content: '';
26752
26752
  position: absolute;
26753
26753
  top: 50%;
@@ -26761,14 +26761,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
26761
26761
  border-bottom-left-radius: 3px;
26762
26762
  background-color: var(--color);
26763
26763
  }
26764
- .Item-module_Item__29XKM:hover .Item-module_Remove__2EE2q {
26764
+ .dnd_com_Item:hover .dnd_com_Remove {
26765
26765
  visibility: visible;
26766
26766
  }
26767
- .Item-module_Remove__2EE2q {
26767
+ .dnd_com_Remove {
26768
26768
  margin-left: 6px;
26769
26769
  color: #666;
26770
26770
  }
26771
- .Item-module_Actions__QzYWC {
26771
+ .dnd_com_Actions {
26772
26772
  display: -webkit-box;
26773
26773
  display: -ms-flexbox;
26774
26774
  display: -webkit-flex;
@@ -26778,7 +26778,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26778
26778
  align-items: center;
26779
26779
  }
26780
26780
 
26781
- .Container-module_dnd_container__158Wm {
26781
+ .dnd_container {
26782
26782
  display: -webkit-box;
26783
26783
  display: -ms-flexbox;
26784
26784
  display: -webkit-flex;
@@ -26808,25 +26808,25 @@ div.ant-typography-edit-content.ant-typography-rtl {
26808
26808
  border: 1px solid rgba(0, 0, 0, 0.05);
26809
26809
  font-size: 1em;
26810
26810
  }
26811
- .Container-module_dnd_container__158Wm:last-child {
26811
+ .dnd_container:last-child {
26812
26812
  margin-right: 0;
26813
26813
  }
26814
- .Container-module_dnd_container__158Wm ul {
26814
+ .dnd_container ul {
26815
26815
  display: -webkit-box;
26816
26816
  display: -ms-flexbox;
26817
26817
  display: -webkit-flex;
26818
26818
  display: flex;
26819
26819
  -ms-flex-wrap: wrap;
26820
- flex-wrap: wrap;
26820
+ flex-wrap: wrap;
26821
26821
  list-style: none;
26822
26822
  padding: 10px;
26823
26823
  margin: 0;
26824
26824
  min-height: 40px;
26825
26825
  }
26826
- .Container-module_dnd_container__158Wm.Container-module_scrollable__1d8PP ul {
26826
+ .dnd_container.scrollable ul {
26827
26827
  overflow-y: auto;
26828
26828
  }
26829
- .Container-module_dnd_container__158Wm.Container-module_placeholder__dFiKU {
26829
+ .dnd_container.placeholder {
26830
26830
  -webkit-box-pack: center;
26831
26831
  -ms-flex-pack: center;
26832
26832
  justify-content: center;
@@ -26839,33 +26839,33 @@ div.ant-typography-edit-content.ant-typography-rtl {
26839
26839
  border-style: dashed;
26840
26840
  border-color: rgba(0, 0, 0, 0.08);
26841
26841
  }
26842
- .Container-module_dnd_container__158Wm.Container-module_placeholder__dFiKU:hover {
26842
+ .dnd_container.placeholder:hover {
26843
26843
  border-color: rgba(0, 0, 0, 0.15);
26844
26844
  }
26845
- .Container-module_dnd_container__158Wm.Container-module_hover__20F_H {
26845
+ .dnd_container.hover {
26846
26846
  background-color: #ebebeb;
26847
26847
  }
26848
- .Container-module_dnd_container__158Wm.Container-module_unstyled__17njt {
26848
+ .dnd_container.unstyled {
26849
26849
  overflow: visible;
26850
26850
  background-color: transparent !important;
26851
26851
  border: none !important;
26852
26852
  }
26853
- .Container-module_dnd_container__158Wm.Container-module_horizontal__2SCAx {
26853
+ .dnd_container.horizontal {
26854
26854
  width: 100%;
26855
26855
  }
26856
- .Container-module_dnd_container__158Wm.Container-module_horizontal__2SCAx ul {
26856
+ .dnd_container.horizontal ul {
26857
26857
  grid-auto-flow: column;
26858
26858
  }
26859
- .Container-module_dnd_container__158Wm.Container-module_shadow__2CauV {
26859
+ .dnd_container.shadow {
26860
26860
  -webkit-box-shadow: 0 1px 10px 0 rgba(34, 33, 81, 0.1);
26861
26861
  box-shadow: 0 1px 10px 0 rgba(34, 33, 81, 0.1);
26862
26862
  }
26863
- .Container-module_dnd_container__158Wm:focus-visible {
26863
+ .dnd_container:focus-visible {
26864
26864
  border-color: transparent;
26865
26865
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0px 0px 2px #4c9ffe;
26866
26866
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0px 0px 2px #4c9ffe;
26867
26867
  }
26868
- .Container-module_dnd_header__26VmK {
26868
+ .dnd_header {
26869
26869
  display: -webkit-box;
26870
26870
  display: -ms-flexbox;
26871
26871
  display: -webkit-flex;
@@ -26883,19 +26883,19 @@ div.ant-typography-edit-content.ant-typography-rtl {
26883
26883
  border-top-right-radius: 5px;
26884
26884
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
26885
26885
  }
26886
- .Container-module_dnd_header__26VmK:hover .Container-module_Actions__K-mlC > * {
26886
+ .dnd_header:hover .Actions > * {
26887
26887
  opacity: 1 !important;
26888
26888
  }
26889
- .Container-module_dnd_actions__kKf7H {
26889
+ .dnd_actions {
26890
26890
  display: -webkit-box;
26891
26891
  display: -ms-flexbox;
26892
26892
  display: -webkit-flex;
26893
26893
  display: flex;
26894
26894
  }
26895
- .Container-module_dnd_actions__kKf7H > *:first-child:not(:last-child) {
26895
+ .dnd_actions > *:first-child:not(:last-child) {
26896
26896
  opacity: 0;
26897
26897
  }
26898
- .Container-module_dnd_actions__kKf7H > *:first-child:not(:last-child):focus-visible {
26898
+ .dnd_actions > *:first-child:not(:last-child):focus-visible {
26899
26899
  opacity: 1;
26900
26900
  }
26901
26901
 
package/dist/index.umd.js CHANGED
@@ -222727,7 +222727,7 @@
222727
222727
  return /*#__PURE__*/React__default['default'].createElement("button", _objectSpread(_objectSpread({
222728
222728
  ref: ref
222729
222729
  }, props), {}, {
222730
- className: _classnames_2_3_2_classnames('Action', className),
222730
+ className: _classnames_2_3_2_classnames('dnd_item_actions', className),
222731
222731
  tabIndex: 0,
222732
222732
  style: _objectSpread(_objectSpread({}, style), {}, {
222733
222733
  cursor: cursor,
@@ -222788,7 +222788,7 @@
222788
222788
  props = _objectWithoutProperties$1(_ref, _excluded$1U);
222789
222789
  React.useEffect(function () {
222790
222790
  if (!dragOverlay) {
222791
- return null;
222791
+ return undefined;
222792
222792
  }
222793
222793
  document.body.style.cursor = 'grabbing';
222794
222794
  return function () {
@@ -222808,7 +222808,7 @@
222808
222808
  transition: transition,
222809
222809
  value: value
222810
222810
  }) : /*#__PURE__*/React__default['default'].createElement("li", {
222811
- className: _classnames_2_3_2_classnames('Wrapper', fadeIn && 'fadeIn', sorting && 'sorting', dragOverlay && 'dragOverlay'),
222811
+ className: _classnames_2_3_2_classnames('dnd_com_item_Wrapper', fadeIn && 'fadeIn', sorting && 'sorting', dragOverlay && 'dragOverlay'),
222812
222812
  style: _objectSpread(_objectSpread({}, wrapperStyle), {}, {
222813
222813
  transition: [transition, wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.transition].filter(Boolean).join(', '),
222814
222814
  // @ts-ignore
@@ -222821,15 +222821,15 @@
222821
222821
  }),
222822
222822
  ref: ref
222823
222823
  }, /*#__PURE__*/React__default['default'].createElement("div", _objectSpread(_objectSpread(_objectSpread({
222824
- className: _classnames_2_3_2_classnames('Item', dragging && 'dragging', handle && 'withHandle', dragOverlay && 'dragOverlay', disabled && 'disabled', color && 'color'),
222824
+ className: _classnames_2_3_2_classnames('dnd_com_Item', dragging && 'dragging', handle && 'withHandle', dragOverlay && 'dragOverlay', disabled && 'disabled', color && 'color'),
222825
222825
  style: style,
222826
222826
  "data-cypress": "draggable-item"
222827
222827
  }, !handle ? listeners : undefined), props), {}, {
222828
222828
  tabIndex: !handle ? 0 : undefined
222829
222829
  }), /*#__PURE__*/React__default['default'].createElement("div", null, value), /*#__PURE__*/React__default['default'].createElement("span", {
222830
- className: "Actions"
222830
+ className: "dnd_com_Actions"
222831
222831
  }, onRemove ? /*#__PURE__*/React__default['default'].createElement(Remove, {
222832
- className: "Remove",
222832
+ className: "dnd_com_Remove",
222833
222833
  onClick: onRemove
222834
222834
  }) :
222835
222835
  // <IconFont className={styles.Remove} type="lmweb-close-circle-fill" onClick={onRemove} />
@@ -277074,7 +277074,6 @@
277074
277074
  })
277075
277075
  };
277076
277076
  }, [sortOpen, resizeable, components, colSortOpen]);
277077
- console.log(config);
277078
277077
  return /*#__PURE__*/React__default['default'].createElement("div", {
277079
277078
  style: {
277080
277079
  height: '100%',