Skip to content

Commit

Permalink
added the Volto-Light-Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Molochem committed Jan 10, 2024
1 parent ff5c5c1 commit efe7896
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"@kitconcept/volto-export": "1.1.0",
"@kitconcept/volto-heading-block": "2.4.0",
"@kitconcept/volto-introduction-block": "1.0.0",
"@kitconcept/volto-light-theme": "3.0.0-alpha.1",
"@kitconcept/volto-separator-block": "4.0.0",
"@kitconcept/volto-slider-block": "5.1.1",
"@plone-collective/volto-authomatic": "1.3.0",
Expand Down Expand Up @@ -177,5 +178,6 @@
"volta": {
"node": "16.20.0",
"yarn": "3.5.1"
}
},
"theme": "@kitconcept/volto-light-theme"
}
6 changes: 5 additions & 1 deletion frontend/src/addons/volto-plonede/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon"
},
"addons": [
"@kitconcept/volto-light-theme"
],
"dependencies": {
"@plone/scripts": "*"
"@plone/scripts": "*",
"@kitconcept/volto-light-theme":"3.0.0-alpha.1"
}
}
18 changes: 18 additions & 0 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2749,6 +2749,23 @@ __metadata:
languageName: node
linkType: hard

"@kitconcept/volto-light-theme@npm:3.0.0-alpha.1":
version: 3.0.0-alpha.1
resolution: "@kitconcept/volto-light-theme@npm:3.0.0-alpha.1"
peerDependencies:
"@eeacms/volto-accordion-block": ^10.4.0
"@kitconcept/volto-button-block": ^2.3.1
"@kitconcept/volto-dsgvo-banner": ^1.3.0
"@kitconcept/volto-heading-block": ^2.4.0
"@kitconcept/volto-highlight-block": ^3.0.0
"@kitconcept/volto-introduction-block": ^1.0.0
"@kitconcept/volto-separator-block": ^4.0.0
"@kitconcept/volto-slider-block": ^6.1.0
"@plone/volto": ^17.8.0
checksum: 81a4c8a66f439a16878d1584bd471086135ed2bd280d6da79eb254021694814a9bfbcba5b18440b2a193e116bdf361cfafbc9acfa81e15914ed94d1559cd8c12
languageName: node
linkType: hard

"@kitconcept/volto-separator-block@npm:4.0.0":
version: 4.0.0
resolution: "@kitconcept/volto-separator-block@npm:4.0.0"
Expand Down Expand Up @@ -12148,6 +12165,7 @@ __metadata:
"@kitconcept/volto-export": 1.1.0
"@kitconcept/volto-heading-block": 2.4.0
"@kitconcept/volto-introduction-block": 1.0.0
"@kitconcept/volto-light-theme": 3.0.0-alpha.1
"@kitconcept/volto-separator-block": 4.0.0
"@kitconcept/volto-slider-block": 5.1.1
"@plone-collective/volto-authomatic": 1.3.0
Expand Down

0 comments on commit efe7896

Please sign in to comment.