Skip to content

Commit 55853e6

Browse files
committed
[Toolkit] Rework recipe name
1 parent 5966758 commit 55853e6

File tree

102 files changed

+117
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+117
-94
lines changed
File renamed without changes.

src/Toolkit/kits/shadcn/AlertDialog/manifest.json renamed to src/Toolkit/kits/shadcn/alert-dialog/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"templates/": "templates/"
99
},
1010
"dependencies": {
11-
"recipe": ["Button"],
11+
"recipe": ["button"],
1212
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"],
1313
"npm": ["el-transition"],
1414
"importmap": ["el-transition"]
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% props variant = 'default' %}
22
<twig:Button variant="{{ variant }}" {{ ...attributes }}>
3-
{{ block(outerBlocks.content) }}
3+
{{- block(outerBlocks.content) -}}
44
</twig:Button>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)