chore: install design system

This commit is contained in:
Christel Westerberg
2024-02-23 16:27:37 +01:00
parent 6abf6f3b5e
commit 33a34450d6
3 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
/* eslint-disable @next/next/no-css-tags */
import "@scandic-hotels/design-system/style.css"
import AdobeScript from "@/components/Current/AdobeScript"
import Footer from "@/components/Current/Footer"

View File

@@ -2,6 +2,7 @@ import { renderOptions } from "./renderOptions"
import Image from "@/components/Image"
import JsonToHtml from "@/components/JsonToHtml"
import { Button } from "@scandic-hotels/design-system"
import styles from "./puff.module.css"
@@ -27,6 +28,7 @@ export default function Puff({
/>
))}
<section className={styles.content}>
<Button>Hej!</Button>
<header>
<h3 className={styles.heading}>{title}</h3>
</header>

View File

@@ -19,6 +19,7 @@
"@contentstack/live-preview-utils": "^1.4.0",
"@netlify/plugin-nextjs": "^5.0.0-beta.9",
"@t3-oss/env-nextjs": "^0.9.2",
"@scandic-hotels/design-system": "git+ssh://git@scandic.bitbucket.org:scandic-swap/design-system.git#v0.1.0-rc.1",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",