@steedos-widgets/amis-object 6.10.1-beta.55 → 6.10.1-beta.57

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.
@@ -664,6 +664,9 @@ fieldset.antd-Collapse > legend{
664
664
  .visible {
665
665
  visibility: visible;
666
666
  }
667
+ .invisible {
668
+ visibility: hidden;
669
+ }
667
670
  .collapse {
668
671
  visibility: collapse;
669
672
  }
@@ -725,9 +728,9 @@ fieldset.antd-Collapse > legend{
725
728
  margin-left: 0px !important;
726
729
  margin-right: 0px !important;
727
730
  }
728
- .mx-3 {
729
- margin-left: 0.75rem;
730
- margin-right: 0.75rem;
731
+ .mx-4 {
732
+ margin-left: 1rem;
733
+ margin-right: 1rem;
731
734
  }
732
735
  .my-2 {
733
736
  margin-top: 0.5rem;
@@ -775,6 +778,9 @@ fieldset.antd-Collapse > legend{
775
778
  .ml-4 {
776
779
  margin-left: 1rem;
777
780
  }
781
+ .ml-6 {
782
+ margin-left: 1.5rem;
783
+ }
778
784
  .mr-0 {
779
785
  margin-right: 0px;
780
786
  }
@@ -799,6 +805,9 @@ fieldset.antd-Collapse > legend{
799
805
  .mt-1 {
800
806
  margin-top: 0.25rem;
801
807
  }
808
+ .mt-2 {
809
+ margin-top: 0.5rem;
810
+ }
802
811
  .mt-3 {
803
812
  margin-top: 0.75rem;
804
813
  }
@@ -907,9 +916,6 @@ fieldset.antd-Collapse > legend{
907
916
  .w-64 {
908
917
  width: 16rem;
909
918
  }
910
- .w-7 {
911
- width: 1.75rem;
912
- }
913
919
  .w-8 {
914
920
  width: 2rem;
915
921
  }
@@ -1406,7 +1412,7 @@ fieldset.antd-Collapse > legend{
1406
1412
 
1407
1413
 
1408
1414
  .shadow, .sm\:shadow {
1409
- box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px !important;
1415
+ box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;
1410
1416
  }
1411
1417
 
1412
1418
 
@@ -1426,12 +1432,6 @@ fieldset.antd-Collapse > legend{
1426
1432
  }
1427
1433
 
1428
1434
 
1429
- .hover\:bg-white:hover {
1430
- --tw-bg-opacity: 1;
1431
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1432
- }
1433
-
1434
-
1435
1435
  .hover\:font-bold:hover {
1436
1436
  font-weight: 700;
1437
1437
  }
@@ -1490,6 +1490,9 @@ fieldset.antd-Collapse > legend{
1490
1490
  .sm\:border {
1491
1491
  border-width: 1px;
1492
1492
  }
1493
+ .sm\:border-l {
1494
+ border-left-width: 1px;
1495
+ }
1493
1496
  .sm\:border-r {
1494
1497
  border-right-width: 1px;
1495
1498
  }