@goodhood-web/nebenan-base 2.1.0-development.32 → 2.1.0-development.34

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ## The Christmas decoration component
3
+ * Renders a Christmas garland at the top of the **relatively positioned block**.
4
+ */
5
+ declare const ChristmasGarland: () => import("react/jsx-runtime").JSX.Element;
6
+ export default ChristmasGarland;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "2.1.0-development.32",
3
+ "version": "2.1.0-development.34",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",