diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 206220a7d..5d1c255ed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Before submitting your pull request, please: - 1. Read our contributing documentation: https://github.com/gsoft-inc/sg-orbit/blob/master/CONTRIBUTING.md + 1. Read our contributing documentation: https://github.com/workleap/sg-orbit/blob/master/CONTRIBUTING.md 2. Ensure there are no linting or TypeScript errors: `yarn lint` 3. Verify that tests pass: `yarn jest` --> diff --git a/.storybook/components/github-link/getGithubUrl.ts b/.storybook/components/github-link/getGithubUrl.ts index d7a794cdf..2b6685853 100644 --- a/.storybook/components/github-link/getGithubUrl.ts +++ b/.storybook/components/github-link/getGithubUrl.ts @@ -1,4 +1,4 @@ -const GITHUB_REPOSITORY_URL = "https://github.com/gsoft-inc/sg-orbit/tree/master"; +const GITHUB_REPOSITORY_URL = "https://github.com/workleap/sg-orbit/tree/master"; export function getGithubUrl(relativePath: string) { return `${GITHUB_REPOSITORY_URL}${relativePath.startsWith("/") ? relativePath : `/${relativePath}`}`; diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html index 7750ac62c..c1b62cbb0 100644 --- a/.storybook/manager-head.html +++ b/.storybook/manager-head.html @@ -1,2 +1,2 @@ - - + + diff --git a/.storybook/styles/themes.js b/.storybook/styles/themes.js index 736cbefd9..37f7f4c4a 100644 --- a/.storybook/styles/themes.js +++ b/.storybook/styles/themes.js @@ -5,7 +5,7 @@ export const Themes = { base: "light", brandTitle: "ShareGate Orbit", brandUrl: "https://sharegate.com", - brandImage: "https://raw.githubusercontent.com/gsoft-inc/sg-orbit/master/assets/orbit-full.svg?sanitize=true" + brandImage: "https://raw.githubusercontent.com/workleap/sg-orbit/master/assets/orbit-full.svg?sanitize=true" }), docs: create({ base: "light", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a77bb5cd..041dc96c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -303,7 +303,7 @@ Therefore, prefer this approach to [interactions](#interaction-testing) and [api Setting all the tools to perform automated visual tests involve a lot of time and knowledge. Therefore, we bought a license of [Chromatic QA](https://www.chromaticqa.com). This is the perfect tool for us since it perfectly integrate with Storybook. -For access to our Chromatic QA environment, ask to join the [gsoft-inc](https://github.com/gsoft-inc) organization on Github. +For access to our Chromatic QA environment, ask to join the [gsoft-inc](https://github.com/workleap) organization on Github. For more information about automated visual testing: @@ -340,7 +340,7 @@ To facilite those tests, we use a combination of [Jest](https://jestjs.io/) and ## CI -[Circle CI](https://circleci.com) is the continuous integration platform for this repository. To have access to the CI environment, ask to join the [gsoft-inc](https://github.com/gsoft-inc) on Github. +[Circle CI](https://circleci.com) is the continuous integration platform for this repository. To have access to the CI environment, ask to join the [gsoft-inc](https://github.com/workleap) on Github. 2 builds are currently configured: @@ -370,7 +370,7 @@ Sadly the Chromatic CLI doesn't properly relay Storybook compilation errors. To There is a few steps to add a new packages to the monorepo. -Before you add a new package, please read the [GSoft Github guidelines](https://github.com/gsoft-inc/github-guidelines#npm-package-name). +Before you add a new package, please read the [GSoft Github guidelines](https://github.com/workleap/github-guidelines#npm-package-name). ### Create the package @@ -384,7 +384,7 @@ yarn init Answer the CLI questions. -Once the *package.json* is generated, please read again the [GSoft Github guidelines](https://github.com/gsoft-inc/github-guidelines#npm-package-name) and make sure the package name, author and license are valid. +Once the *package.json* is generated, please read again the [GSoft Github guidelines](https://github.com/workleap/github-guidelines#npm-package-name) and make sure the package name, author and license are valid. Don't forget to add the [npm scope](https://docs.npmjs.com/about-scopes) *"@orbit-ui"* before the package name. For example if the project name is "foo", your package name should be "@orbit-ui/foo". diff --git a/README.md b/README.md index 6ab5d1e26..59377d97b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
@@ -40,5 +40,5 @@ View the [contributors documentation](CONTRIBUTING.md).
## License
-Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
+Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE.
diff --git a/docs/getting-started/Installation.stories.mdx b/docs/getting-started/Installation.stories.mdx
index 7662f50be..978eb6be4 100644
--- a/docs/getting-started/Installation.stories.mdx
+++ b/docs/getting-started/Installation.stories.mdx
@@ -27,7 +27,7 @@ To install Orbit's experimental components, open a terminal at the root of your
## Import styles
-Orbit styles include the ShareGate font, a [CSS bootstrap](https://github.com/gsoft-inc/sg-orbit/tree/master/packages/css/src) and of course the component's styles.
+Orbit styles include the ShareGate font, a [CSS bootstrap](https://github.com/workleap/sg-orbit/tree/master/packages/css/src) and of course the component's styles.
To import Orbit styles, add the following import declaration to your root stylesheet:
@@ -49,7 +49,7 @@ To import Orbit experimental components styles, also add the following import de
Orbit offer an ESLint plugin to see in-context help in your IDE. This includes accessibility pointers, deprecation notices, and other helpful tips.
-> This config is designed to complement the [suggested Workleap ESLint Configuration](https://github.com/gsoft-inc/wl-web-configs).
+> This config is designed to complement the [suggested Workleap ESLint Configuration](https://github.com/workleap/wl-web-configs).
First, add the ESlint plugin to your dependencies:
diff --git a/package.json b/package.json
index 3431b1f21..f50d5c2fb 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "sg-orbit",
"version": "0.0.0",
"private": true,
- "repository": "https://github.com/gsoft-inc/sg-orbit.git",
+ "repository": "https://github.com/workleap/sg-orbit.git",
"license": "Apache-2.0",
"workspaces": {
"packages": [
diff --git a/packages/bundle/README.md b/packages/bundle/README.md
index c2fac1701..3a748eec5 100644
--- a/packages/bundle/README.md
+++ b/packages/bundle/README.md
@@ -4,4 +4,4 @@ Full documentation available at: https://orbit.sharegate.design
## License
-Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
+Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE.
diff --git a/packages/bundle/package.json b/packages/bundle/package.json
index 6cf47d6ea..e374aa0d6 100644
--- a/packages/bundle/package.json
+++ b/packages/bundle/package.json
@@ -2,7 +2,7 @@
"name": "@sharegate/orbit-ui",
"version": "35.0.3",
"description": "Orbit design system",
- "repository": "https://github.com/gsoft-inc/sg-orbit.git",
+ "repository": "https://github.com/workleap/sg-orbit.git",
"author": "Groupe ShareGate inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
diff --git a/packages/components/README.md b/packages/components/README.md
index a5e445293..89c4cdb4b 100644
--- a/packages/components/README.md
+++ b/packages/components/README.md
@@ -302,7 +302,7 @@ All components should follow [WAI-ARIA practices](https://www.w3.org/WAI/ARIA/ap
## License
-Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
+Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE.
diff --git a/packages/components/package.json b/packages/components/package.json
index 737276d6a..2bfe440bd 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -2,7 +2,7 @@
"name": "@orbit-ui/components",
"version": "35.0.3",
"description": "Orbit components",
- "repository": "https://github.com/gsoft-inc/sg-orbit.git",
+ "repository": "https://github.com/workleap/sg-orbit.git",
"author": "Groupe Sharegate inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
diff --git a/packages/components/src/avatar/docs/Avatar.stories.mdx b/packages/components/src/avatar/docs/Avatar.stories.mdx
index b20937d91..22740a6e6 100644
--- a/packages/components/src/avatar/docs/Avatar.stories.mdx
+++ b/packages/components/src/avatar/docs/Avatar.stories.mdx
@@ -57,7 +57,7 @@ An avatar can accept a remote image url. If the remote image loading is *delayed
+- It should not be specific to an app, e.g. Azure specific icons.
- It must be used as part of an interface, illustrations and product icons shouldn't be submitted to this library.
@@ -30,4 +30,4 @@ In order to be included in Orbit an icon must satisfy the following guidelines
## License
-Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
+Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE.
diff --git a/packages/icons/docs/icons.stories.mdx b/packages/icons/docs/icons.stories.mdx
index 84e345462..91d994163 100644
--- a/packages/icons/docs/icons.stories.mdx
+++ b/packages/icons/docs/icons.stories.mdx
@@ -183,7 +183,7 @@ All icons are provided as Major icons, which serve as the primary variation of t
#### Minor
-To keep your icon from taking up too much space compared to text or other elements surrounding it, use a smaller version of the icon. The overall icon size remains the same 20x20, but the icon within the component is reduced in size. If a minor version of an icon is not available in Orbit and you need one, please request it by submitting an issue on [Github](https://github.com/gsoft-inc/sg-orbit/issues).
+To keep your icon from taking up too much space compared to text or other elements surrounding it, use a smaller version of the icon. The overall icon size remains the same 20x20, but the icon within the component is reduced in size. If a minor version of an icon is not available in Orbit and you need one, please request it by submitting an issue on [Github](https://github.com/workleap/sg-orbit/issues).
#### Usage
@@ -217,7 +217,7 @@ function render() {
An SVG object get it's color from the [fill attribute](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Fills_and_Strokes). When an SVG object doesn't define a `fill` attribute on his elements, CSS can be use to style the internal color of the elements of the objects with the `fill` property.
-This means you can alter the color of an icon by specifying a new `fill` value. If the SVG already contains a `fill` attribute, please [fill an issue](https://github.com/gsoft-inc/sg-orbit/issues).
+This means you can alter the color of an icon by specifying a new `fill` value. If the SVG already contains a `fill` attribute, please [fill an issue](https://github.com/workleap/sg-orbit/issues).
### React components
diff --git a/packages/icons/package.json b/packages/icons/package.json
index 1900a9875..00cb976e3 100644
--- a/packages/icons/package.json
+++ b/packages/icons/package.json
@@ -2,7 +2,7 @@
"name": "@orbit-ui/icons",
"version": "12.2.1",
"description": "Orbit icons",
- "repository": "https://github.com/gsoft-inc/sg-orbit.git",
+ "repository": "https://github.com/workleap/sg-orbit.git",
"author": "Groupe Sharegate inc.",
"license": "Apache-2.0",
"files": [
diff --git a/tooling/eslint-plugin/package.json b/tooling/eslint-plugin/package.json
index 56138b824..b9d845ae7 100644
--- a/tooling/eslint-plugin/package.json
+++ b/tooling/eslint-plugin/package.json
@@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
- "url": "git+https://github.com/gsoft-inc/sg-orbit.git",
+ "url": "git+https://github.com/workleap/sg-orbit.git",
"directory": "tooling/eslint-plugin"
},
"license": "Apache-2.0",