diff --git a/.changeset/shiny-wolves-report.md b/.changeset/shiny-wolves-report.md deleted file mode 100644 index ed73ac360..000000000 --- a/.changeset/shiny-wolves-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"flowbite-react": patch ---- - -Mega Menu - export all entities diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3a4d0b032..e6b1f8531 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -7,7 +7,7 @@ runs: - name: Setup Bun uses: oven-sh/setup-bun@v1 with: - bun-version: 1.1.0 + bun-version: 1.1.14 - name: Setup Node uses: actions/setup-node@v4 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 41effcf08..be4c03c81 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -11,26 +11,26 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "devDependencies": { - "@storybook/addon-essentials": "8.0.5", - "@storybook/addon-interactions": "8.0.5", - "@storybook/addon-links": "8.0.5", - "@storybook/addon-themes": "8.0.5", - "@storybook/blocks": "8.0.5", - "@storybook/react": "8.0.5", - "@storybook/react-vite": "8.0.5", - "@storybook/test": "8.0.5", - "@types/react": "18.2.73", - "@types/react-dom": "18.2.23", - "@vitejs/plugin-react": "4.2.1", + "@storybook/addon-essentials": "8.1.10", + "@storybook/addon-interactions": "8.1.10", + "@storybook/addon-links": "8.1.10", + "@storybook/addon-themes": "8.1.10", + "@storybook/blocks": "8.1.10", + "@storybook/react": "8.1.10", + "@storybook/react-vite": "8.1.10", + "@storybook/test": "8.1.10", + "@types/react": "18.3.3", + "@types/react-dom": "18.3.0", + "@vitejs/plugin-react": "4.3.1", "autoprefixer": "10.4.19", "postcss": "8.4.38", - "storybook": "8.0.5", - "tailwindcss": "3.4.3", - "typescript": "5.4.3", - "vite": "5.2.7" + "storybook": "8.1.10", + "tailwindcss": "3.4.4", + "typescript": "5.4.5", + "vite": "5.3.1" } } diff --git a/apps/storybook/turbo.json b/apps/storybook/turbo.json index 7df4d4ef4..5da1fb4c5 100644 --- a/apps/storybook/turbo.json +++ b/apps/storybook/turbo.json @@ -1,6 +1,6 @@ { "extends": ["//"], - "pipeline": { + "tasks": { "build": { "outputs": ["storybook-static/**"] } diff --git a/apps/web/components/banner.tsx b/apps/web/components/banner.tsx index fa7aca399..d8bf6f479 100644 --- a/apps/web/components/banner.tsx +++ b/apps/web/components/banner.tsx @@ -1,7 +1,6 @@ import Link from "next/link"; -import type { FC } from "react"; -export const Banner: FC = () => { +export function Banner() { return (
+ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +const codeRSC = ` +import { HRIcon } from "flowbite-react"; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} + +export const icon: CodeData = { + type: "single", + code: [ + { + fileName: "client", + language: "tsx", + code, + }, + { + fileName: "server", + language: "tsx", + code: codeRSC, + }, + ], + githubSlug: "/hr/hr.icon.tsx", + component:+ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} + +export const root: CodeData = { + type: "single", + code: [ + { + fileName: "client", + language: "tsx", + code, + }, + { + fileName: "server", + language: "tsx", + code, + }, + ], + githubSlug: "/hr/hr.root.tsx", + component:+ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +const codeRSC = ` +import { HRSquare } from "flowbite-react"; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} + +export const square: CodeData = { + type: "single", + code: [ + { + fileName: "client", + language: "tsx", + code, + }, + { + fileName: "server", + language: "tsx", + code: codeRSC, + }, + ], + githubSlug: "/hr/hr.square.tsx", + component:+ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +const codeRSC = ` +import { HRText } from "flowbite-react"; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} + +export const text: CodeData = { + type: "single", + code: [ + { + fileName: "client", + language: "tsx", + code, + }, + { + fileName: "server", + language: "tsx", + code: codeRSC, + }, + ], + githubSlug: "/hr/hr.text.tsx", + component:+ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +const codeRSC = ` +import { HRTrimmed } from "flowbite-react"; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} +`; + +function Component() { + return ( + <> ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest + data from other software development tools, so your IT support and operations teams have richer contextual + information to rapidly respond to requests, incidents, and changes. +
++ Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate + critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every + change. +
+ > + ); +} + +export const trimmed: CodeData = { + type: "single", + code: [ + { + fileName: "client", + language: "tsx", + code, + }, + { + fileName: "server", + language: "tsx", + code: codeRSC, + }, + ], + githubSlug: "/hr/hr.trimmed.tsx", + component: