avo 3.11.0 → 3.11.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f8dfd2427a19d5e2700a60013dc358f09ea5045296d27bd94660a3a8a2e8728
4
- data.tar.gz: c981ab154fa0a42682eb1b8db713585165a4e8864a7612d534f9e9ac07aebbad
3
+ metadata.gz: 6fb9b2eb3bd55c119f433e997421a3b00fca725e2af36b9bb810dc87679f5f9d
4
+ data.tar.gz: 45f850bb69ee80c8a8a53c523104edbc63d3742df1032196f6c1987d72ec6c16
5
5
  SHA512:
6
- metadata.gz: 2d0eb9fd3be357036607c18cdb8e8d7663ddee4d6f917981c4209397227c68924737b76c39c8f47a1e029924dd3e192a9d612064f2d4f8b042ed82eb47903716
7
- data.tar.gz: cfbf2d89029d9997f9c13b8bb203de79212ffbf612c2f08d876031bbf39037beff6b93c9b31fccd7cf8117af0417f699966057f1e6cc93d8d659f41019801fa5
6
+ metadata.gz: 772db05c13a06567ffce9b2fc431fd21f4e9cc326d80bf7f0684994b09a13874c0b140d24314ba75fce3aac60c155e9301937d120da811aa3c523fbbcfdbf217
7
+ data.tar.gz: '095f7c0ffb23d81ebd58b9eedd94e103373ae554a29762e1663a61c810ae60a815d6d66b5a51faf45009c149dd0f2ba5e4b945c83c91a21acf6a27a56e743740'
data/Gemfile.lock CHANGED
@@ -106,7 +106,7 @@ GIT
106
106
  PATH
107
107
  remote: .
108
108
  specs:
109
- avo (3.11.0)
109
+ avo (3.11.1)
110
110
  actionview (>= 6.1)
111
111
  active_link_to
112
112
  activerecord (>= 6.1)
@@ -8640,6 +8640,10 @@ tag.tagify__tag{
8640
8640
  border-radius:0.25rem
8641
8641
  }
8642
8642
 
8643
+ .rounded-2xl{
8644
+ border-radius:1rem
8645
+ }
8646
+
8643
8647
  .rounded-full{
8644
8648
  border-radius:9999px
8645
8649
  }
@@ -8657,7 +8661,7 @@ tag.tagify__tag{
8657
8661
  }
8658
8662
 
8659
8663
  .rounded-xl{
8660
- border-radius:1rem
8664
+ border-radius:0.75rem
8661
8665
  }
8662
8666
 
8663
8667
  .rounded-l{
@@ -158048,6 +158048,12 @@ img.ProseMirror-separator {
158048
158048
  reference2.removeAttribute("title");
158049
158049
  reference2.removeAttribute("data-tippy");
158050
158050
  return title;
158051
+ },
158052
+ onShow(tooltipInstance) {
158053
+ if (tooltipInstance.props.content === null || tooltipInstance.props.content.length === 0) {
158054
+ return false;
158055
+ }
158056
+ return tooltipInstance;
158051
158057
  }
158052
158058
  });
158053
158059
  }