astro-vtbot
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -34,3 +34,3 @@ import { defineToolbarApp } from 'astro/toolbar'; | ||
<p>Put your view transitions through their paces!</p><hr> | ||
<p><span id="inspection-chamber-status">If you see this text, bad things happened. If you got here in a web-container, like e.g. Stackblitz, try to open the preview of your project in a new tab. If this does not help, <a href="https://github.com/martrapp/astro-vtbot/issues/new/choose">please file a bug report</a> with the related errors from the browser's console.</span></p><p>You notice a little sign near the power button of The Chamber: | ||
<p><span id="inspection-chamber-status">If you see this text, bad things happened. If you got here in a web-container, like e.g. Stackblitz, try to open the preview of your project in a new tab. If this does not help, <a href="https://github.com/martrapp/astro-vtbot/issues/new/choose">please file a bug report</a> with the related errors from the browser's console.</span></p><p>You notice a little sign near the Inspection Chamber's power button: | ||
<astro-dev-toolbar-button id="inspection-chamber-button">Out of Order</astro-dev-toolbar-button></p> | ||
@@ -79,3 +79,3 @@ <style> | ||
if (!document.startViewTransition) { | ||
status.textContent = 'Your browser does not support view transitions. You notice a little sign near the power button of The Chamber:'; | ||
status.textContent = 'Your browser does not support view transitions.'; | ||
button.textContent = 'Out of Order'; | ||
@@ -85,3 +85,3 @@ button.disabled = true; | ||
status.textContent = 'The Chamber is currently in standby mode.'; | ||
button.textContent = 'Reactivate the Inspection Chamber'; | ||
button.textContent = 'Reactivate'; | ||
button.addEventListener('click', () => { | ||
@@ -94,3 +94,3 @@ top!.sessionStorage.removeItem('vtbag-ui-standby'); | ||
status.innerHTML = 'This page has an <code><InspectionChamber /></code> component.'; | ||
button.textContent = 'Switch Inspection Chamber to standby mode'; | ||
button.textContent = 'Switch to standby mode'; | ||
button.addEventListener('click', () => { | ||
@@ -102,3 +102,3 @@ top!.sessionStorage.setItem('vtbag-ui-standby', 'true'); | ||
status.textContent = 'Chamber was activated via Dev Toolbar.'; | ||
button.textContent = 'Turn off the Inspection Chamber'; | ||
button.textContent = 'Turn off'; | ||
@@ -111,3 +111,3 @@ button.addEventListener('click', () => { | ||
status.textContent = 'There is an Inspection Chamber here.'; | ||
button.textContent = 'Go ahead and power up the Inspection Chamber'; | ||
button.textContent = 'Power up'; | ||
button.addEventListener('click', () => { | ||
@@ -114,0 +114,0 @@ top!.sessionStorage.removeItem('vtbag-ui-closed'); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "The π Bag of Tricks β¨ for Astro's View Transitions", | ||
@@ -79,3 +79,3 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"dependencies": { | ||
"@vtbag/element-crossing": "^1.0.0", | ||
"@vtbag/element-crossing": "^1.0.1", | ||
"@vtbag/inspection-chamber": "^1.0.10" | ||
@@ -85,9 +85,9 @@ }, | ||
"@astrojs/check": "^0.9.3", | ||
"@astrojs/starlight": "^0.26.3", | ||
"@astrojs/starlight": "^0.27.1", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "^2.27.8", | ||
"@playwright/test": "^1.46.1", | ||
"@playwright/test": "^1.47.0", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.5.4", | ||
"astro": "^4.15.3", | ||
"astro": "^4.15.4", | ||
"prettier": "^3.3.3", | ||
@@ -94,0 +94,0 @@ "prettier-plugin-astro": "^0.14.1", |
@@ -45,2 +45,4 @@ No, its **_NOT_** a roBOT π€, its a π <b>B</b>ag <b>o</b>f <b>T</b>ricks!β¨ | ||
BrakePad π¦₯ | ~0.2k | ||
ElementCrossing πΈ | ~1.2K | ||
InspectionChamber π¬ | ~27k | ||
Linter π§Ή | ~1.9k | ||
@@ -47,0 +49,0 @@ LoadingIndicator β³ | ~0.4k |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100
130633