formeo 4.1.4 → 4.2.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.
package/dist/formeo.css CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  formeo - https://formeo.io
4
- Version: 4.1.3
4
+ Version: 4.2.0
5
5
  Author: Draggable https://draggable.io
6
6
  */
7
7
 
@@ -596,20 +596,6 @@ button[class*=-clone]:hover .svg-icon {
596
596
  width: 12px;
597
597
  height: 12px;
598
598
  }
599
- .formeo.formeo-editor .component-tag .f-i-component-corner {
600
- position: absolute;
601
- width: 8px;
602
- height: 8px;
603
- }
604
- .formeo.formeo-editor .component-tag .f-i-component-corner.bottom-right {
605
- bottom: 0;
606
- right: -8px;
607
- }
608
- .formeo.formeo-editor .component-tag .f-i-component-corner.bottom-left {
609
- bottom: 0;
610
- left: -8px;
611
- transform: scaleX(-1);
612
- }
613
599
  .formeo.formeo-editor .children {
614
600
  margin: 0;
615
601
  padding: 0;
@@ -731,10 +717,6 @@ button[class*=-clone]:hover .svg-icon {
731
717
  left: -1px;
732
718
  border-color: rgb(229, 70, 188.2);
733
719
  }
734
- .formeo.formeo-editor .formeo-row .row-tag .f-i-component-corner {
735
- fill: #fff;
736
- stroke: rgb(229, 70, 188.2);
737
- }
738
720
  .formeo.formeo-editor .formeo-row:has(.hovering-column) .row-actions,
739
721
  .formeo.formeo-editor .formeo-row:has(.hovering-column) .field-actions {
740
722
  display: none;
@@ -761,9 +743,6 @@ button[class*=-clone]:hover .svg-icon {
761
743
  .formeo.formeo-editor .row-moving .row-tag {
762
744
  background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
763
745
  }
764
- .formeo.formeo-editor .row-moving .row-tag .f-i-component-corner {
765
- fill: rgb(244.7109004739, 181.7890995261, 228.56492891);
766
- }
767
746
  .formeo.formeo-editor .row-actions {
768
747
  left: 0;
769
748
  }
@@ -832,10 +811,6 @@ button[class*=-clone]:hover .svg-icon {
832
811
  .formeo.formeo-editor .formeo-column .column-tag {
833
812
  border-color: rgb(229, 142.6, 70);
834
813
  }
835
- .formeo.formeo-editor .formeo-column .column-tag .f-i-component-corner {
836
- fill: #fff;
837
- stroke: rgb(229, 142.6, 70);
838
- }
839
814
  .formeo.formeo-editor .formeo-column .column-tag,
840
815
  .formeo.formeo-editor .formeo-column .column-actions {
841
816
  transform: translateX(-50%);
@@ -966,9 +941,6 @@ button[class*=-clone]:hover .svg-icon {
966
941
  .formeo.formeo-editor .column-moving .column-tag {
967
942
  background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
968
943
  }
969
- .formeo.formeo-editor .column-moving .column-tag .f-i-component-corner {
970
- fill: rgb(244.7109004739, 210.5194312796, 181.7890995261);
971
- }
972
944
  .formeo.formeo-editor button.column-handle {
973
945
  background-color: rgba(255, 255, 255, 0.9);
974
946
  }
@@ -1073,10 +1045,6 @@ button[class*=-clone]:hover .svg-icon {
1073
1045
  border-color: rgb(124.6, 229, 70);
1074
1046
  background-color: #fff;
1075
1047
  }
1076
- .formeo.formeo-editor .field-tag .f-i-component-corner {
1077
- fill: #fff;
1078
- stroke: rgb(124.6, 229, 70);
1079
- }
1080
1048
  .formeo.formeo-editor .editing-field,
1081
1049
  .formeo.formeo-editor .hovering-field {
1082
1050
  box-shadow: 0 0 0 1px rgb(124.6, 229, 70);
@@ -1114,9 +1082,6 @@ button[class*=-clone]:hover .svg-icon {
1114
1082
  .formeo.formeo-editor .field-moving .field-tag {
1115
1083
  background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
1116
1084
  }
1117
- .formeo.formeo-editor .field-moving .field-tag .f-i-component-corner {
1118
- fill: rgb(203.3962085308, 244.7109004739, 181.7890995261);
1119
- }
1120
1085
  .formeo.formeo-editor .editing-field {
1121
1086
  z-index: 1;
1122
1087
  }