Skip to content

Commit fd960b4

Browse files
feat: rename Orange Business Tools to Orange Compact (#3339)
Co-authored-by: Vincent Prothais <vincent.prothais@orange.com>
1 parent d713c5f commit fd960b4

File tree

164 files changed

+119
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+119
-99
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
nuget pack "nuget\ouds-web-common.sass.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
3030
nuget pack "packages\orange\nuget\ouds-web-orange.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
3131
nuget pack "packages\orange\nuget\ouds-web-orange.sass.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
32-
nuget pack "packages\orange-business-tools\nuget\ouds-web-orange-business-tools.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
33-
nuget pack "packages\orange-business-tools\nuget\ouds-web-orange-business-tools.sass.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
32+
nuget pack "packages\orange-compact\nuget\ouds-web-orange-compact.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
33+
nuget pack "packages\orange-compact\nuget\ouds-web-orange-compact.sass.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
3434
nuget pack "packages\sosh\nuget\ouds-web-sosh.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
3535
nuget pack "packages\sosh\nuget\ouds-web-sosh.sass.nuspec" -Verbosity detailed -NonInteractive -BasePath . -Version $bsversion
3636
nuget push "ouds-web-common.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
3737
nuget push "ouds-web-common.sass.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
3838
nuget push "ouds-web-orange.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
3939
nuget push "ouds-web-orange.sass.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
40-
nuget push "ouds-web-orange-business-tools.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
41-
nuget push "ouds-web-orange-business-tools.sass.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
40+
nuget push "ouds-web-orange-compact.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
41+
nuget push "ouds-web-orange-compact.sass.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
4242
nuget push "ouds-web-sosh.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"
4343
nuget push "ouds-web-sosh.sass.$bsversion.nupkg" -Verbosity detailed -NonInteractive -Source "https://api.nuget.org/v3/index.json"

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Any use or displaying shall constitute an infringement under intellectual proper
1111
nuget/ouds-web.png
1212
packages/**/nuget/ouds-web.png
1313
packages/orange/orange-logo.png
14-
packages/orange/orange-business-tools-logo.png
14+
packages/orange/orange-compact-logo.png
1515
packages/sosh/sosh-logo.png
1616
packages/**/scss/tokens/_composite.scss
1717
site/static/[brand]/docs/[version]/assets/brand/orange-logo.svg
18-
site/static/[brand]/docs/[version]/assets/brand/orange-business-tools-logo.svg
18+
site/static/[brand]/docs/[version]/assets/brand/orange-compact-logo.svg
1919
site/static/[brand]/docs/[version]/assets/brand/sosh-logo.svg
2020
site/static/[brand]/docs/[version]/assets/img/navbar-contact.png
2121
site/static/[brand]/docs/[version]/assets/img/thumbnail.png

README.md

Lines changed: 1 addition & 1 deletion

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"scripts": {
3333
"start": "npm-run-all --parallel dev-*",
3434
"dev-orange": "npm run astro-dev -w packages/orange",
35-
"dev-orange-business-tools": "npm run astro-dev -w packages/orange-business-tools",
35+
"dev-orange-compact": "npm run astro-dev -w packages/orange-compact",
3636
"dev-sosh": "npm run astro-dev -w packages/sosh",
3737
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
3838
"css": "npm-run-all css-dev-* css-lint css-prefix-examples",
3939
"css-dev-orange": "npm run css -w packages/orange",
40-
"css-dev-orange-business-tools": "npm run css -w packages/orange-business-tools",
40+
"css-dev-orange-compact": "npm run css -w packages/orange-compact",
4141
"css-dev-sosh": "npm run css -w packages/sosh",
4242
"css-lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*",
4343
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache",
@@ -63,7 +63,7 @@
6363
"js-test-jquery": "cross-env JQUERY=true npm run js-test-karma",
6464
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint",
6565
"docs": "npm-run-all docs-build docs-lint",
66-
"docs-build": "rm -rf _site && npm-run-all dist release-sri && npm run astro-build -w packages/orange-business-tools && npm run astro-build -w packages/sosh && npm run astro-build -w packages/orange",
66+
"docs-build": "rm -rf _site && npm-run-all dist release-sri && npm run astro-build -w packages/orange-compact && npm run astro-build -w packages/sosh && npm run astro-build -w packages/orange",
6767
"docs-vnu": "node build/vnu-jar.mjs",
6868
"docs-lint": "npm-run-all docs-prettier-check docs-vnu",
6969
"docs-pa11y": "pa11y-ci --config build/.pa11yci.json --sitemap http://localhost:9001/sitemap-0.xml -f https://web.unified-design-system.orange.com -r http://localhost:9001",
@@ -77,7 +77,7 @@
7777
"release": "npm-run-all storybook-build release-zip*",
7878
"release-sri": "node build/generate-sri.mjs",
7979
"release-version": "node build/change-version.mjs",
80-
"release-zip": "npm run release-zip -w packages/orange-business-tools && npm run release-zip -w packages/sosh && npm run release-zip -w packages/orange",
80+
"release-zip": "npm run release-zip -w packages/orange-compact && npm run release-zip -w packages/sosh && npm run release-zip -w packages/orange",
8181
"release-zip-examples": "node build/zip-examples.mjs",
8282
"dist": "npm-run-all --aggregate-output --parallel css js",
8383
"test": "npm-run-all lint dist js-test docs-build docs-lint",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and reproducing the content of the NOTICE and DOCUMENTATION files.
99
Any use or displaying shall constitute an infringement under intellectual property laws of France and international conventions.
1010

1111
nuget/ouds-web.png
12-
orange-business-tools-logo.svg
12+
orange-compact-logo.svg
1313
scss/_composite.scss
1414

1515
End of the parts list under Orange SA Copyright
Lines changed: 6 additions & 6 deletions
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
title: "OUDS Web Orange Business Tools"
1+
title: "OUDS Web Orange Compact"
22
baseURL: "https://web.unified-design-system.orange.com"
3-
brand: "orange-business-tools"
4-
display_brand: "Orange Business Tools"
3+
brand: "orange-compact"
4+
display_brand: "Orange Compact"
55

66
docsDir: "site"
77

8-
subtitle: "OUDS Web Orange Business Tools is a Bootstrap based, Orange Business Tools branded accessible and ergonomic components library…"
8+
subtitle: "OUDS Web Orange Compact is a Bootstrap based, Orange Compact branded accessible and ergonomic components library…"
99
description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins."
10-
authors: "Orange and OUDS Web Orange Business Tools contributors"
10+
authors: "Orange and OUDS Web Orange Compact contributors"
1111

1212
current_version: "1.0.0"
1313
current_ruby_version: "1.0.0"
@@ -35,18 +35,18 @@ algolia:
3535

3636
download:
3737
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v1.0.0-ouds-web.zip"
38-
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v1.0.0-ouds-web/ouds-web-orange-business-tools-1.0.0-dist.zip"
39-
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v1.0.0-ouds-web/ouds-web-orange-business-tools-1.0.0-examples.zip"
38+
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v1.0.0-ouds-web/ouds-web-orange-compact-1.0.0-dist.zip"
39+
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v1.0.0-ouds-web/ouds-web-orange-compact-1.0.0-examples.zip"
4040

4141
cdn:
4242
# See https://www.srihash.org for info on how to generate the hashes
43-
css: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-business-tools@1.0.0/dist/css/ouds-web.min.css"
43+
css: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-compact@1.0.0/dist/css/ouds-web.min.css"
4444
css_hash: "sha384-jrGXgF9kcaOZ6+eUwML5UNeAysx377YxHY+EWnObISXQ1dmdXrK1iRRH36Oiq6bp"
45-
css_bootstrap: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-business-tools@1.0.0/dist/css/ouds-web-bootstrap.min.css"
45+
css_bootstrap: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-compact@1.0.0/dist/css/ouds-web-bootstrap.min.css"
4646
css_bootstrap_hash: "sha384-/sP1huIAS3Kd8ccu+f2AmgKA5CCR3Q81E3qnK9fq8uqUh44+lFrn3g4F9FXP+Sz3"
47-
css_bootstrap_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-business-tools@1.0.0/dist/css/ouds-web-bootstrap.rtl.min.css"
47+
css_bootstrap_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-compact@1.0.0/dist/css/ouds-web-bootstrap.rtl.min.css"
4848
css_bootstrap_rtl_hash: "sha384-eJiwpXMxz084Toc0m+3gpyK0A5y7XfnlNMyrJGkKC2F4bVZHEhNTFpLH0/1Dr+wB"
49-
css_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-business-tools@1.0.0/dist/css/ouds-web.rtl.min.css"
49+
css_rtl: "https://cdn.jsdelivr.net/npm/@ouds/web-orange-compact@1.0.0/dist/css/ouds-web.rtl.min.css"
5050
css_rtl_hash: "sha384-QcwhfDgx6Y1S6SfOIiHoD6GdEoXWart1D8SVBm0+Z2Xv1WMMa0FH/14109lgoR7h"
5151
js: "https://cdn.jsdelivr.net/npm/@ouds/web-common@1.0.0/dist/js/ouds-web.min.js"
5252
js_hash: "sha384-Rs27admHe0B2LarwzYXf1BJdqD7OSswGJNpbxki7UZe7cnuctxZIcQRfMfhkr6fJ"

packages/orange-business-tools/dist/css/ouds-web-bootstrap.css renamed to packages/orange-compact/dist/css/ouds-web-bootstrap.css

File renamed without changes.

0 commit comments

Comments
 (0)