react-autoql 8.0.0 → 8.0.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.
Binary file
@@ -251,7 +251,7 @@ a {
251
251
  height: auto;
252
252
  border-radius: 4px;
253
253
  outline: none !important;
254
- transition: all 0.2s ease;
254
+ transition: border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, color 0.2s ease;
255
255
  cursor: pointer; }
256
256
  .react-autoql-btn.btn-no-border {
257
257
  border: none !important; }
@@ -963,8 +963,9 @@ a {
963
963
  font-size: inherit;
964
964
  font-family: inherit;
965
965
  outline: none !important;
966
- transition: all 0.2s ease;
967
- transition-property: border-color, color, opacity;
966
+ transition-property: color, border-color, background-color, opacity;
967
+ transition-duration: 0.3s;
968
+ transition-timing-function: ease;
968
969
  padding: 10px;
969
970
  line-height: 1em; }
970
971
  .react-autoql-input-and-label-container .react-autoql-input-container .react-autoql-input:disabled {
@@ -1037,7 +1038,9 @@ a {
1037
1038
  border: 1px solid transparent;
1038
1039
  background-color: var(--react-autoql-background-color-secondary);
1039
1040
  color: var(--react-autoql-text-color-primary);
1040
- transition: all 0.2s ease;
1041
+ transition-property: color, border-color, background-color, opacity;
1042
+ transition-duration: 0.2s;
1043
+ transition-timing-function: ease;
1041
1044
  margin-right: 5px;
1042
1045
  font-size: 0.875em;
1043
1046
  border-radius: 50px;
@@ -1128,7 +1131,9 @@ a {
1128
1131
  flex-direction: column;
1129
1132
  padding: 2px 0;
1130
1133
  border-radius: 4px;
1131
- transition: all 0.3s ease;
1134
+ transition-property: color, border-color, background-color, opacity;
1135
+ transition-duration: 0.3s;
1136
+ transition-timing-function: ease;
1132
1137
  flex: 0 0 auto;
1133
1138
  margin-right: 12px; }
1134
1139
  .react-autoql-rule-simple .react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
@@ -1136,7 +1141,9 @@ a {
1136
1141
  flex-direction: column;
1137
1142
  padding: 2px 0;
1138
1143
  border-radius: 4px;
1139
- transition: all 0.3s ease;
1144
+ transition-property: color, border-color, background-color, opacity;
1145
+ transition-duration: 0.3s;
1146
+ transition-timing-function: ease;
1140
1147
  flex: 1; }
1141
1148
  .react-autoql-rule-simple .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
1142
1149
  flex: 0;
@@ -1715,7 +1722,9 @@ a {
1715
1722
  right: 50%;
1716
1723
  bottom: 50%;
1717
1724
  left: 50%;
1718
- transition: all 0.2s;
1725
+ transition-property: color, border-color, background-color, opacity;
1726
+ transition-duration: 0.2s;
1727
+ transition-timing-function: ease;
1719
1728
  background: var(--react-autoql-accent-color, #26a7df); }
1720
1729
 
1721
1730
  .react-autoql-checkbox-tick {
@@ -2254,7 +2263,9 @@ g.legendOrdinal .legendTitle tspan {
2254
2263
  outline: none !important;
2255
2264
  cursor: pointer;
2256
2265
  letter-spacing: 0.05em;
2257
- transition: all 0.1s ease;
2266
+ transition-property: color, border-color, background-color, opacity;
2267
+ transition-duration: 0.3s;
2268
+ transition-timing-function: ease;
2258
2269
  border: 1px solid rgba(0, 0, 0, 0.15);
2259
2270
  border-radius: 5px;
2260
2271
  color: inherit; }
@@ -2274,7 +2285,9 @@ g.legendOrdinal .legendTitle tspan {
2274
2285
  outline: none !important;
2275
2286
  cursor: pointer;
2276
2287
  letter-spacing: 0.05em;
2277
- transition: all 0.1s ease;
2288
+ transition-property: color, border-color, background-color, opacity;
2289
+ transition-duration: 0.3s;
2290
+ transition-timing-function: ease;
2278
2291
  border-color: #e2e2e26e;
2279
2292
  color: inherit; }
2280
2293
 
@@ -2775,7 +2788,9 @@ g.legendOrdinal .legendTitle tspan {
2775
2788
  top: 4px;
2776
2789
  left: 4px;
2777
2790
  border-radius: 100%;
2778
- transition: all 0.2s ease; }
2791
+ transition-property: color, border-color, background-color, opacity;
2792
+ transition-duration: 0.3s;
2793
+ transition-timing-function: ease; }
2779
2794
 
2780
2795
  .react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
2781
2796
  opacity: 0;
@@ -2791,7 +2806,9 @@ g.legendOrdinal .legendTitle tspan {
2791
2806
  padding: 3px 12px;
2792
2807
  border: 1px solid var(--react-autoql-border-color, #dcdcdc);
2793
2808
  margin-left: -1px;
2794
- transition: all 0.2s ease;
2809
+ transition-property: color, border-color, background-color, opacity;
2810
+ transition-duration: 0.3s;
2811
+ transition-timing-function: ease;
2795
2812
  cursor: pointer; }
2796
2813
  .react-autoql-radio-btn-container .react-autoql-radio-btn:not(:first-child) {
2797
2814
  border-left: 1px solid transparent; }
@@ -2830,7 +2847,9 @@ g.legendOrdinal .legendTitle tspan {
2830
2847
  text-align: center;
2831
2848
  font-size: 20px;
2832
2849
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2833
- transition: all 0.2s ease;
2850
+ transition-property: color, border-color, background-color, opacity;
2851
+ transition-duration: 0.2s;
2852
+ transition-timing-function: ease;
2834
2853
  margin-right: 5px;
2835
2854
  cursor: pointer; }
2836
2855
  .notification-rule-add-group-btn:hover {
@@ -2878,7 +2897,9 @@ g.legendOrdinal .legendTitle tspan {
2878
2897
  text-align: center;
2879
2898
  background: var(--react-autoql-background-color-secondary, white);
2880
2899
  color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.2));
2881
- transition: all 0.3s ease;
2900
+ transition-property: color, border-color, background-color, opacity;
2901
+ transition-duration: 0.3s;
2902
+ transition-timing-function: ease;
2882
2903
  cursor: pointer; }
2883
2904
  .notification-group-wrapper .react-autoql-notification-group-container .react-autoql-notification-group-add-btn:hover,
2884
2905
  .notification-group-wrapper .react-autoql-notification-group-container .react-autoql-notification-group-delete-btn:hover {
@@ -2922,7 +2943,9 @@ g.legendOrdinal .legendTitle tspan {
2922
2943
  color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.2));
2923
2944
  opacity: 0.5;
2924
2945
  border: 1px solid;
2925
- transition: all 0.2s ease;
2946
+ transition-property: color, border-color, background-color, opacity;
2947
+ transition-duration: 0.3s;
2948
+ transition-timing-function: ease;
2926
2949
  cursor: pointer; }
2927
2950
  .notification-group-wrapper .react-autoql-notification-group-container .react-autoql-notification-rule-add-btn:hover {
2928
2951
  opacity: 1;
@@ -3490,7 +3513,9 @@ g.legendOrdinal .legendTitle tspan {
3490
3513
  .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
3491
3514
  display: flex;
3492
3515
  font-size: 18px;
3493
- transition: all 0.2s ease;
3516
+ transition-property: color, border-color, background-color, opacity;
3517
+ transition-duration: 0.3s;
3518
+ transition-timing-function: ease;
3494
3519
  padding: 0 10px;
3495
3520
  color: var(--react-autoql-text-color-primary);
3496
3521
  cursor: pointer; }
@@ -3886,6 +3911,9 @@ g.legendOrdinal .legendTitle tspan {
3886
3911
  .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp-container .react-autoql-notification-timestamp .react-autoql-icon {
3887
3912
  margin-right: 3px; }
3888
3913
 
3914
+ .react-autoql-notification-options-popover .popover-container-content {
3915
+ padding: 0; }
3916
+
3889
3917
  .react-autoql-notification-list-item:nth-of-type(1) {
3890
3918
  animation-delay: 0s; }
3891
3919
 
@@ -3957,7 +3985,8 @@ g.legendOrdinal .legendTitle tspan {
3957
3985
  color: var(--react-autoql-text-color-primary); }
3958
3986
  .react-autoql-notification-list-container .notification-feed-list {
3959
3987
  padding: 0 20px;
3960
- padding-bottom: 10px; }
3988
+ padding-bottom: 10px;
3989
+ overflow: hidden; }
3961
3990
 
3962
3991
  .notification-feed-top-options-container {
3963
3992
  display: flex;
@@ -4437,7 +4466,9 @@ g.legendOrdinal .legendTitle tspan {
4437
4466
  .chat-single-message-container:first-of-type {
4438
4467
  margin-top: 10px; }
4439
4468
  .chat-single-message-container .query-more-btn {
4440
- transition: all 0.3s ease;
4469
+ transition-property: color, border-color, background-color, opacity;
4470
+ transition-duration: 0.3s;
4471
+ transition-timing-function: ease;
4441
4472
  font-size: 22px;
4442
4473
  padding: 13px;
4443
4474
  margin-bottom: 6px;
Binary file