Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"verbb/expanded-singles": "3.0.3",
"verbb/navigation": "3.0.13",
"viget/craft-classnames": "3.0.0",
"viget/craft-parts-kit": "dev-main",
"viget/craft-parts-kit": "dev-jp/plugin-release",
"vlucas/phpdotenv": "^5.4.0"
},
"require-dev": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"url": "https://github.com/vigetlabs/craft-parts-kit.git"
}
]
}
}
29 changes: 14 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1758315776
dateModified: 1761934217
elementSources:
craft\elements\Entry:
-
Expand Down Expand Up @@ -149,6 +149,10 @@ plugins:
enabled: true
licenseKey: REPLACE
schemaVersion: 2.1.1
parts-kit:
edition: standard
enabled: true
schemaVersion: 1.0.0
retour:
edition: standard
enabled: true
Expand All @@ -159,10 +163,6 @@ plugins:
enabled: true
licenseKey: REPLACE
schemaVersion: 3.0.13
viget-parts-kit:
edition: standard
enabled: true
schemaVersion: 1.0.0
vite:
edition: standard
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/accordion/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "viget-parts-kit/layout.twig" %}
{% extends "parts-kit/layout.twig" %}
{% from '_components/accordion' import Accordion %}

{% block main %}
Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/alert-banner/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/alert-banner' import AlertBanner %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/button/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/button' import Button %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/call-to-action/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/call-to-action' import CallToAction %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/card/card-with-icon.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/card-icon' import CardIcon %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/card/card-with-image.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/card-image' import CardImage %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/dialog/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "viget-parts-kit/layout.twig" %}
{% extends "parts-kit/layout.twig" %}

{% from '_components/button' import Button %}
{% from '_components/dialog' import Dialog %}
Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/dialog/digalog-triggers-dialog.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "viget-parts-kit/layout.twig" %}
{% extends "parts-kit/layout.twig" %}

{% from '_components/button' import Button %}
{% from '_components/dialog' import Dialog %}
Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/forms/select.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/field-select' import FieldSelect %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/forms/text-input.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/field-text-input' import FieldTextInput %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/forms/textarea.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/field-textarea' import FieldTextarea %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/icons/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/icon.twig' import Icon %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/image-caption/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/image-caption' import ImageCaption %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/image/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/image' import Image %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/page-hero/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/page-hero' import PageHero %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/paginaton/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/pagination' import Pagination %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/tabs/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "viget-parts-kit/layout.twig" %}
{% extends "parts-kit/layout.twig" %}

{% from '_components/tabs' import Tabs %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/tag/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "viget-parts-kit/layout.twig" %}
{% extends "parts-kit/layout.twig" %}

{% from '_components/tag' import Tag %}

Expand Down
2 changes: 1 addition & 1 deletion templates/parts-kit/video/default.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'viget-parts-kit/layout.twig' %}
{% extends 'parts-kit/layout.twig' %}

{% from '_components/video' import Video %}

Expand Down