Skip to content

Commit

Permalink
update pushword/js-helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Aug 19, 2022
1 parent bd1ed2e commit 7ed5d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/templates/component/show_more.html.twig
@@ -1,15 +1,15 @@
{% block before %}
<div class="show-more">
<input type="checkbox" id="{{ id }}" class="hidden show-hide-input">
<div class="max-h-[120px] overflow-hidden transition-all delay-75 duration-300">
<div class="max-h-[180px] overflow-hidden transition-all delay-75 duration-300">
{% endblock %}

{% block after %}
<div class="text-center -mt-6">
<label for="{{ id }}" class="text-3xl text-gray-600 cursor-pointer after:content-[\'↥\']"></label>
<label for="{{ id }}" class="text-3xl text-gray-600 cursor-pointer after:content-['↥']"></label>
</div>
</div>
<div class="show-more-btn transition-all delay-75 duration-150 text-center pt-20 -mt-[120px] h-[120px] bg-gradient-to-b from-transparent {{ to_background|default('to-white') }} relative z-10">
<label for="{{ id }}" class="text-6xl text-gray-600 cursor-pointer after:content-[\'↧\']"></label>
<label for="{{ id }}" class="text-6xl text-gray-600 cursor-pointer after:content-['↧']"></label>
</div></div>
{% endblock %}
2 changes: 1 addition & 1 deletion packages/js-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "@pushword/js-helper",
"version": "0.0.74",
"version": "0.0.75",
"description": "Pushword front end helpers. ",
"author": "Robin@PiedWeb <contact@piedweb.com>",
"license": "MIT",
Expand Down

0 comments on commit 7ed5d73

Please sign in to comment.