diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4a9c1bfc87..45ee4b8ad8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: Thank you for taking the time to report a bug! Please make sure to fill as much details as possible to help us better understand the bug. - If you have a question, suggestion, feature request, or need for help, please ask on [GitHub Discussions](https://github.com/mondaycom/monday-ui-react-core/discussions). + If you have a question, suggestion, feature request, or need for help, please ask on [GitHub Discussions](https://github.com/mondaycom/vibe/discussions). Thanks! - type: input id: version diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ac5cecc17b..6f8453f526 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: false contact_links: - name: Feature Request - url: https://github.com/mondaycom/monday-ui-react-core/discussions + url: https://github.com/mondaycom/vibe/discussions about: Suggest new features - name: Questions & Discussions - url: https://github.com/mondaycom/monday-ui-react-core/discussions + url: https://github.com/mondaycom/vibe/discussions about: Use GitHub discussions for questions and suggestions - - name: Storybook Docs - url: https://style.monday.com/ - about: Check out our docs and examples in Storybook diff --git a/README.md b/README.md index a82bb71473..042024fc54 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ > [!IMPORTANT] > -> **Exciting Update**: The `monday-ui-react-core` repository is getting a new name - `vibe`! -> -> As this project has evolved, it now includes a comprehensive design system toolkit, including components, styles, icons, hooks, and more. It's become more than just a "core" library; it's a full-fledged design system, now with all related packages unified under one umbrella. -> -> The change will apply in the upcoming weeks, no additional action is required on your part. All issues, PRs, branches will remain intact. Stay tuned! +> **Exciting Update**: The `monday-ui-react-core` repository is now - `vibe`! Vibe Design System, by monday.com @@ -34,7 +30,6 @@ If you're new to Vibe Design System, we recommend starting with our main package - [core](packages/core/README.md): This is the core of the Vibe Design System. Follow the installation guide and getting started instructions to integrate it into your project. - ## Contributing We welcome every contributor, please read the [contribution guidelines](packages/core/CONTRIBUTING.md) before submitting a PR diff --git a/packages/core/CONTRIBUTING.md b/packages/core/CONTRIBUTING.md index bf75570de0..83f5b496d3 100644 --- a/packages/core/CONTRIBUTING.md +++ b/packages/core/CONTRIBUTING.md @@ -62,7 +62,7 @@ We are using [Semantic commits](https://gist.github.com/joshbuchea/6f47e86d2510b ### Releasing -To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/monday-ui-react-core/actions/workflows/release.yml). +To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/vibe/actions/workflows/release.yml). If you want to run it locally, you can do so with [Github's CLI](https://cli.github.com/): diff --git a/packages/core/package.json b/packages/core/package.json index 31a1006405..dd9be09d59 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -86,7 +86,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mondaycom/monday-ui-react-core.git" + "url": "git+https://github.com/mondaycom/vibe.git" }, "author": "", "license": "MIT", @@ -97,9 +97,9 @@ "THEME_README.md" ], "bugs": { - "url": "https://github.com/mondaycom/monday-ui-react-core/issues" + "url": "https://github.com/mondaycom/vibe/issues" }, - "homepage": "https://github.com/mondaycom/monday-ui-react-core#readme", + "homepage": "https://github.com/mondaycom/vibe#readme", "dependencies": { "@popperjs/core": "2.11.6", "a11y-dialog": "^7.5.2", diff --git a/packages/core/src/storybook/stand-alone-documentaion/welcome/abilities-description/abilities-description.jsx b/packages/core/src/storybook/stand-alone-documentaion/welcome/abilities-description/abilities-description.jsx index 642174bcf2..dfc61d52e5 100644 --- a/packages/core/src/storybook/stand-alone-documentaion/welcome/abilities-description/abilities-description.jsx +++ b/packages/core/src/storybook/stand-alone-documentaion/welcome/abilities-description/abilities-description.jsx @@ -7,7 +7,7 @@ export const AbilitiesDescription = () => ( Instructions and welcome to the monday.com OS design system diff --git a/packages/core/src/storybook/stand-alone-documentaion/welcome/welcome.mdx b/packages/core/src/storybook/stand-alone-documentaion/welcome/welcome.mdx index 3dd36303e5..171b63f9de 100644 --- a/packages/core/src/storybook/stand-alone-documentaion/welcome/welcome.mdx +++ b/packages/core/src/storybook/stand-alone-documentaion/welcome/welcome.mdx @@ -25,7 +25,7 @@ Our design principles were developed based on best practices to ensure top-notch ## Resources - [Figma](https://www.figma.com/file/pTpO3Wobs5cQwRsabt21Nd/monday.com-UI-kit?node-id=14811%3A20455) -- [Github](https://github.com/mondaycom/monday-ui-react-core/) +- [Github](https://github.com/mondaycom/vibe/) - [Animation style guide](https://monday.com/lp/motion/) ## Contributors @@ -33,7 +33,7 @@ Our design principles were developed based on best practices to ensure top-notch monday.com’s designers, developers, and writers provide teams with universal assets—elements, components, patterns, and code—and the guidance on how to design and build with them. We welcome contributions to monday.com design system! -Read ourcontribution guideand help us build and improve our components. +Read ourcontribution guideand help us build and improve our components. ### Meet the Vibe team diff --git a/packages/storybook-blocks/CONTRIBUTING.md b/packages/storybook-blocks/CONTRIBUTING.md index fd897bae5f..b9e6cae7d2 100644 --- a/packages/storybook-blocks/CONTRIBUTING.md +++ b/packages/storybook-blocks/CONTRIBUTING.md @@ -1,4 +1,5 @@ # Contribution guidelines + This is an **official library** of shared UI **storybook components**. It is used both for internal and external storybook pages development. This library is open-sourced, and we encourage everyone to use and contribute into it. @@ -21,18 +22,22 @@ This library is open-sourced, and we encourage everyone to use and contribute in ## Information about the project ### Storybook + As the main development environment and documentation playground, we are using [Storybook](https://storybook.js.org/). Each component should be developed in isolation in the Storybook environment. You can read more about our docs implementation best practices [here](COMPONENTS_DOCUMENTATION_GUIDELINES.md). ### Linting + We use [Prettier](https://prettier.io/) with the default community guidelines. Please, make sure that you are formatting your code with prettier. ### Commits + We are using [Semantic commits](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) convention for creating Pull Requests and commits messages inside the Pull Request. ### Releasing [only for maintainers] -To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/monday-ui-react-core/actions/workflows/release.yml). + +To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/vibe/actions/workflows/release.yml). If you want to run it locally, you can do so with [Github's CLI](https://cli.github.com/): diff --git a/packages/storybook-blocks/README.md b/packages/storybook-blocks/README.md index 0bad1254a9..164ea561b0 100644 --- a/packages/storybook-blocks/README.md +++ b/packages/storybook-blocks/README.md @@ -2,7 +2,7 @@ ![image](https://user-images.githubusercontent.com/60314759/147566893-63c5209a-8b83-4f32-af61-8b4c350ec770.png) -[monday.com](https://www.monday.com) Collection of Storybook components, with which [monday-ui-react-core](https://github.com/mondaycom/monday-ui-react-core) storybook is built - [style.monday.com](https://style.monday.com). +[monday.com](https://www.monday.com) Collection of Storybook components, with which [Vibe](https://github.com/mondaycom/vibe) storybook is built - [style.monday.com](https://style.monday.com). ## Installation diff --git a/packages/storybook-blocks/package.json b/packages/storybook-blocks/package.json index c3840e3622..a61a15f7be 100644 --- a/packages/storybook-blocks/package.json +++ b/packages/storybook-blocks/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:mondaycom/monday-ui-react-core.git" + "url": "git@github.com:mondaycom/vibe.git" }, "sideEffects": [ "*.scss", diff --git a/packages/style/package.json b/packages/style/package.json index 898dfe8205..d2c7ec7f8c 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mondaycom/monday-ui-react-core.git" + "url": "git+https://github.com/mondaycom/vibe.git" }, "keywords": [ "CSS", @@ -38,9 +38,9 @@ "stylelint-config/" ], "bugs": { - "url": "https://github.com/mondaycom/monday-ui-react-core/issues" + "url": "https://github.com/mondaycom/vibe/issues" }, - "homepage": "https://github.com/mondaycom/monday-ui-react-core#readme", + "homepage": "https://github.com/mondaycom/vibe#readme", "dependencies": { "postcss": "8.4.31", "postcss-scss": "^4.0.9",