studio-engine 0.56.3 → 0.56.4

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: 96609f446a3aab29cce64201a8ffbad206cdbc4c14ad1e50b43b838d854d384a
4
- data.tar.gz: 468731ef76905afad9bcae15a189c2a0352d3c30626d0d134a61a0afec2a2392
3
+ metadata.gz: 216b05af34191f532de7327a210aad3314e6e85d5b846bb1b4480ac353978c51
4
+ data.tar.gz: 370fb4b8ab9149ac386a46c512f942bc3d64771310c80524206e178d8aab5294
5
5
  SHA512:
6
- metadata.gz: 5137e8db160f8f0a13d2341db981115a39de7415b289d76a759fb2e92eefe89b6a3e3095c65b647a89b218c1493f5a0b4685552fd72a9f7aea42d1194fb7e7ac
7
- data.tar.gz: a6382097a1123c2b52fbd19ad40f25f307274f4c41b2cae82b0a9e73f8d4bf418d7b2239ff7e1d88159c8411f4d7e6986b1c609378c6232d2502f431d6bf77ae
6
+ metadata.gz: a27cd3a883a74ce065b463acc8d2fa3ac1054981c5d588460f7cdc179ef0612c5f36fc96afd6eeb249c1820f3e8353d1387c1e765638868c1bd8485de5f7adde
7
+ data.tar.gz: 4791c90ffd8d9601a7583ced8a85417cbcba52f71b942e4fc45c0bbf4578bdcc0fdc1cbd58da8d7ce6fe8bbe3ca14a9835cd6176097075d96e0a574edc2d3c89
@@ -66,8 +66,8 @@
66
66
  tooltip_content = capture do
67
67
  %>
68
68
  <span data-studio-banner-tooltip
69
- class="pointer-events-none absolute right-0 top-full z-[140] mt-2 w-max max-w-[260px] rounded bg-white px-3 py-2 text-xs font-semibold text-slate-900 opacity-0 shadow-lg ring-1 ring-black/10 transition-opacity duration-150 group-hover:opacity-100 group-focus-visible:opacity-100"
70
- style="position:absolute; right:0; top:100%; z-index:140; margin-top:8px; max-width:260px; width:max-content; border-radius:4px; background:#ffffff; color:#111827; padding:8px 12px; font-size:12px; font-weight:700; line-height:1.2; opacity:0; pointer-events:none; box-shadow:0 8px 18px rgba(0,0,0,0.18); transition:opacity 150ms ease;">
69
+ class="pointer-events-none absolute right-0 top-full z-[140] mt-2 w-max max-w-[260px] whitespace-normal rounded bg-white px-3 py-2 text-xs font-semibold text-slate-900 opacity-0 shadow-lg ring-1 ring-black/10 transition-opacity duration-150 group-hover:opacity-100 group-focus-visible:opacity-100"
70
+ style="position:absolute; right:0; top:100%; z-index:140; margin-top:8px; max-width:260px; width:max-content; white-space:normal; border-radius:4px; background:#ffffff; color:#111827; padding:8px 12px; font-size:12px; font-weight:700; line-height:1.2; opacity:0; pointer-events:none; box-shadow:0 8px 18px rgba(0,0,0,0.18); transition:opacity 150ms ease;">
71
71
  <%= tooltip %>
72
72
  </span>
73
73
  <%
@@ -1,3 +1,3 @@
1
1
  module Studio
2
- VERSION = "0.56.3"
2
+ VERSION = "0.56.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: studio-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.3
4
+ version: 0.56.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex McRitchie