diff --git a/.changeset/strong-hornets-jog.md b/.changeset/strong-hornets-jog.md new file mode 100644 index 00000000000..fc5489e114b --- /dev/null +++ b/.changeset/strong-hornets-jog.md @@ -0,0 +1,5 @@ +--- +'@graphql-hive/laboratory': major +--- + +First release diff --git a/package.json b/package.json index e524a037a03..317163fbbee 100644 --- a/package.json +++ b/package.json @@ -140,6 +140,7 @@ "ip": "npm:neoip@2.1.0", "miniflare@3>undici": "^7.18.2", "tailwindcss": "3.4.17", + "@graphql-hive/laboratory>tailwindcss": "4.1.18", "@hive/app>tailwindcss": "4.1.18", "@tailwindcss/node>tailwindcss": "4.1.18", "@tailwindcss/vite>tailwindcss": "4.1.18", @@ -153,7 +154,8 @@ "seroval@<1.4.1": "^1.4.1", "fast-xml-parser@<5.3.6": "^5.3.6", "minimatch@10.x.x": "^10.2.2", - "qs@<6.14.2": "^6.14.2" + "qs@<6.14.2": "^6.14.2", + "amqplib": "^0.8.0" }, "patchedDependencies": { "mjml-core@4.14.0": "patches/mjml-core@4.14.0.patch", diff --git a/packages/libraries/laboratory/components.json b/packages/libraries/laboratory/components.json new file mode 100644 index 00000000000..b266af2d175 --- /dev/null +++ b/packages/libraries/laboratory/components.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "new-york", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "", + "css": "src/index.css", + "baseColor": "neutral", + "cssVariables": true, + "prefix": "" + }, + "iconLibrary": "lucide", + "aliases": { + "components": "@/laboratory/components", + "utils": "@/laboratory/lib/utils", + "ui": "@/laboratory/components/ui", + "lib": "@/laboratory/lib", + "hooks": "@/laboratory/hooks" + }, + "registries": {} +} diff --git a/packages/libraries/laboratory/index.html b/packages/libraries/laboratory/index.html new file mode 100644 index 00000000000..4ae65e503e2 --- /dev/null +++ b/packages/libraries/laboratory/index.html @@ -0,0 +1,16 @@ + + +
+ + + +