@batijs/elements 0.0.55 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5145,7 +5145,7 @@ function Bs() {
5145
5145
  var t = Ws();
5146
5146
  return y(t, D(Zt, {
5147
5147
  title: "Frontend",
5148
- features: ["UI Framework", "CSS", "Linter"],
5148
+ features: ["UI Framework", "CSS", "Linter", "storybook"],
5149
5149
  description: "Frontend app with a UI Framework and Tailwind CSS"
5150
5150
  }), null), y(t, D(Zt, {
5151
5151
  title: "Full-stack",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/elements",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "BatiJS website as Web Components",
5
5
  "type": "module",
6
6
  "main": "dist/elements/full.js",