Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6a99a6a
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
7491769
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
eb13c4c
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
073c737
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
693b5bc
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
9f2a80c
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
e7ab480
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
9b2bf2c
TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.github…
azunaVT Feb 17, 2025
851603c
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
217bb98
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
f2c7b67
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
34b45fd
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
5c558f9
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
9a21f19
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
3bbb0c5
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
bda2efe
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
b4b616a
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
9abce02
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
16e46d3
TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap
azunaVT Feb 17, 2025
f047f4f
TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.github…
azunaVT Feb 17, 2025
7428882
TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.github…
azunaVT Feb 17, 2025
b7cb76a
TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.github…
azunaVT Feb 17, 2025
32f93b6
TOPS-800: Replacing raw.githubusercontent.com/gsoft-inc by raw.github…
azunaVT Feb 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
-->
Expand Down
2 changes: 1 addition & 1 deletion .storybook/components/github-link/getGithubUrl.ts
Original file line number Diff line number Diff line change
@@ -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}`}`;
Expand Down
4 changes: 2 additions & 2 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<link rel="shortcut icon" href="https://raw.githubusercontent.com/gsoft-inc/sg-orbit/master/assets/favicon.ico">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/gsoft-inc/sg-orbit/master/assets/favicon.png" sizes="192x192">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/workleap/sg-orbit/master/assets/favicon.ico">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/workleap/sg-orbit/master/assets/favicon.png" sizes="192x192">
2 changes: 1 addition & 1 deletion .storybook/styles/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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

Expand All @@ -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".

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="ShareGate Orbit" src="https://raw.githubusercontent.com/gsoft-inc/sg-orbit/master/assets/orbit-full.svg?sanitize=true" width="480">
<img alt="ShareGate Orbit" src="https://raw.githubusercontent.com/workleap/sg-orbit/master/assets/orbit-full.svg?sanitize=true" width="480">
</p>

<p align="center">
Expand Down Expand Up @@ -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.

4 changes: 2 additions & 2 deletions docs/getting-started/Installation.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/avatar/docs/Avatar.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ An avatar can accept a remote image url. If the remote image loading is *delayed

<Preview>
<Story name="remote image">
<Avatar src="https://raw.githubusercontent.com/gsoft-inc/sg-orbit/master/packages/components/src/avatar/docs/assets/hadfield.png" name="Chris Hadfield" />
<Avatar src="https://raw.githubusercontent.com/workleap/sg-orbit/master/packages/components/src/avatar/docs/assets/hadfield.png" name="Chris Hadfield" />
</Story>
</Preview>

Expand Down
2 changes: 1 addition & 1 deletion packages/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <img src="https://raw.githubusercontent.com/gsoft-inc/sg-orbit/master/packages/icons/assets/app-specific-icon.png" width="27">
- It should not be specific to an app, e.g. Azure specific icons. <img src="https://raw.githubusercontent.com/workleap/sg-orbit/master/packages/icons/assets/app-specific-icon.png" width="27">

- It must be used as part of an interface, illustrations and product icons shouldn't be submitted to this library.

Expand All @@ -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.
4 changes: 2 additions & 2 deletions packages/icons/docs/icons.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down