Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Edsardio committed May 13, 2022
1 parent ddf26ef commit 48e3442
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/module.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function src_default(Alpine) {
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"></div>
<!-- This element is to trick the browser into centering the modal contents. -->
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
<div class="relative inline-block align-bottom rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden transform transition-all sm:my-8 sm:align-middle max-w-7xl sm:p-6"
<span class="hidden align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
<div class="relative inline-block rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden transform transition-all sm:my-8 align-middle max-w-7xl sm:p-6"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="transform opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
x-transition:enter-end="transform opacity-100 translate-y-0 sm:scale-100"
Expand Down
4 changes: 2 additions & 2 deletions dist/module.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function src_default(Alpine) {
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"></div>
<!-- This element is to trick the browser into centering the modal contents. -->
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
<div class="relative inline-block align-bottom rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden transform transition-all sm:my-8 sm:align-middle max-w-7xl sm:p-6"
<span class="hidden align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
<div class="relative inline-block rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden transform transition-all sm:my-8 align-middle max-w-7xl sm:p-6"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="transform opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
x-transition:enter-end="transform opacity-100 translate-y-0 sm:scale-100"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edsardio/alpine-lightbox",
"version": "1.0.6",
"version": "1.0.7",
"description": "A dynamic lightbox using AlpineJS and TailwindCSS",
"main": "dist/module.cjs.js",
"module": "dist/module.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function (Alpine) {
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"></div>
<!-- This element is to trick the browser into centering the modal contents. -->
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
<div class="relative inline-block align-bottom rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden transform transition-all sm:my-8 sm:align-middle max-w-7xl sm:p-6"
<span class="hidden align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
<div class="relative inline-block rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden transform transition-all sm:my-8 align-middle max-w-7xl sm:p-6"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="transform opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
x-transition:enter-end="transform opacity-100 translate-y-0 sm:scale-100"
Expand Down

0 comments on commit 48e3442

Please sign in to comment.