From 6a99a6ad7ccc3b8e43d776c05fd1e744a139240f Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:35 -0500 Subject: [PATCH 01/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- docs/getting-started/Installation.stories.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From 74917697e65a23a61bb6433066915391a516ac92 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:35 -0500 Subject: [PATCH 02/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/icons/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [ From eb13c4cab8a0b08940f93f8e6b6c561432703a14 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:35 -0500 Subject: [PATCH 03/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [ From 073c7375321c9388814696ac4f8c2e83cd52cfda Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 04/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` --> From 693b5bc25b7c3e808cafe20a70887bcea3637877 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 05/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/experimental/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/experimental/README.md b/packages/experimental/README.md index 503ce65b6..84bfe8d82 100644 --- a/packages/experimental/README.md +++ b/packages/experimental/README.md @@ -13,14 +13,14 @@ By having fewer requirements in regards to the design team approbation, testing ## What should an “experimental” component support from day 1? An “experimental” component must: -- Leverage Orbit’s [shared utilities](https://github.com/gsoft-inc/sg-orbit/tree/master/packages/components/src/shared/src) +- Leverage Orbit’s [shared utilities](https://github.com/workleap/sg-orbit/tree/master/packages/components/src/shared/src) - Use Orbit’s [tokens](https://orbit.sharegate.design/?path=/docs/tokens--page), [color schemes](https://orbit.sharegate.design/?path=/docs/color-schemes--page) and [theming](https://orbit.sharegate.design/?path=/docs/theming--page) - Implement Orbit’s [style props](https://orbit.sharegate.design/?path=/docs/style-props--page) - Support Orbit’s [responsive styles](https://orbit.sharegate.design/?path=/docs/responsive-styles--page) - Support Orbit’s [as function](https://orbit.sharegate.design/?path=/docs/as--page) -- Follow Orbit’s [components software design requirements](https://github.com/gsoft-inc/sg-orbit/tree/master/packages/components#design) -- Match Orbit’s [developers experience expectations](https://github.com/gsoft-inc/sg-orbit/tree/master/packages/components#developer-experience) -- Follow Orbit’s [naming conventions](https://github.com/gsoft-inc/sg-orbit/tree/master/packages/components#component-props-naming) +- Follow Orbit’s [components software design requirements](https://github.com/workleap/sg-orbit/tree/master/packages/components#design) +- Match Orbit’s [developers experience expectations](https://github.com/workleap/sg-orbit/tree/master/packages/components#developer-experience) +- Follow Orbit’s [naming conventions](https://github.com/workleap/sg-orbit/tree/master/packages/components#component-props-naming) ## Rules As we do not want the package to me be misused nor cause harm to Orbit’s “stable” components we define rules which will guide our actions. @@ -37,7 +37,7 @@ Those rules will have to be included in the “experimental” package documenta ## Adding a new “experimental” component -Refer to the "Adding a new component" section in the [components' package README](https://github.com/gsoft-inc/sg-orbit/tree/master/packages/components#add-a-new-component) +Refer to the "Adding a new component" section in the [components' package README](https://github.com/workleap/sg-orbit/tree/master/packages/components#add-a-new-component) ## Flagging an “experimental” component in the documentation @@ -54,4 +54,4 @@ Some props are available to detail the component's status. ## 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. From 9f2a80c6d40ca6d5c82bf49434b83d56db42c94f Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 06/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/bundle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From e7ab48018fe1e54deb9d82ab5095cfe0f1e1b92b Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 07/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab5d1e26..e3027ba70 100644 --- a/README.md +++ b/README.md @@ -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. From 9b2bf2ca957a311827a7f6f2d0b807f7d89878bd Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 08/23] TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.com/workleap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3027ba70..59377d97b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- ShareGate Orbit + ShareGate Orbit

From 851603ceac684350ccacab594efec5a0d4c60283 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 09/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- tooling/eslint-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 217bb988353d208ef62d9907ebdad876d86718a8 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 10/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/css/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css/package.json b/packages/css/package.json index 7ef5da610..a472b20da 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -2,7 +2,7 @@ "name": "@orbit-ui/css", "version": "2.1.2", "description": "Orbit CSS bootstrap", - "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": "src/index.css", From f2c7b67b64015b5742c82a29bc68f1f52b830246 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:36 -0500 Subject: [PATCH 11/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/icons/docs/icons.stories.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 34b45fd65f8148979f2ca2901d1488b60033b47a Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 12/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 5c558f92d565eabcc4e09a603b5e43a0213228ea Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 13/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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". From 9a21f19c23356582bb4b05e4cc436c692de3f854 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 14/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/experimental/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/experimental/package.json b/packages/experimental/package.json index 998de9172..f940a2e7c 100644 --- a/packages/experimental/package.json +++ b/packages/experimental/package.json @@ -2,7 +2,7 @@ "name": "@orbit-ui/experimental", "version": "6.0.0", "description": "Orbit experimental 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", From 3bbb0c5074ff0351e49cb340d4d03586605fbadf Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 15/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/css/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css/README.md b/packages/css/README.md index 98d419435..c81d1f567 100644 --- a/packages/css/README.md +++ b/packages/css/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. From bda2efe256a5c67a60fe942084f3919e0220066c Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 16/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From b4b616a22aa0d03e4b117b1d06ada227147c7755 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 17/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- .storybook/components/github-link/getGithubUrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`}`; From 9abce02c1f478a7968fc0489661255cfab6f4622 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 18/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/bundle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 16e46d358edaaf4422be6da5a5ca32ad27141e8b Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 19/23] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/icons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons/README.md b/packages/icons/README.md index f149dcf9c..87dfedf47 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -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. From f047f4f5379b2e0d33381af5abf761b19377b212 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:37 -0500 Subject: [PATCH 20/23] TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.com/workleap --- packages/icons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons/README.md b/packages/icons/README.md index 87dfedf47..c205a4edf 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -10,7 +10,7 @@ The following documentation is only for the maintainers of this repository. In order to be included in Orbit an icon must satisfy the following guidelines -- It should not be specific to an app, e.g. Azure specific icons. +- 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. From 74288824e319b0ca540ff81268c75a4e5faa50fa Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:38 -0500 Subject: [PATCH 21/23] TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.com/workleap --- packages/components/src/avatar/docs/Avatar.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - + From b7cb76ae990b1f9790fc9a2d9acedbbd708bd2b8 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:38 -0500 Subject: [PATCH 22/23] TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.com/workleap --- .storybook/styles/themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 32f93b69fbca3e03f30cb370b7af839c6a27bd4a Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:14:38 -0500 Subject: [PATCH 23/23] TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.githubusercontent.com/workleap --- .storybook/manager-head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ - - + +