Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: adjust links to homepage #1273

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .build/vue-web-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
const slots = []
const events = []
const componentName = pascalCase(component.tag)
const docUrl = 'https://design.baloise.dev/#/components/' + component.tag + '/readme'
const docUrl = 'https://baloise-design-system.vercel.app/#/components/' + component.tag + '/readme'

for (const prop of component.props || []) {
attributes.push({
Expand Down
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ packages/icons/src/icons.ts

packages/components/loader/
packages/components/www/
packages/components/components/
packages/components/.storybook/vue/generated/
packages/components/src/assets/fonts
packages/components/src/components/**/readme.md
Expand All @@ -42,3 +43,5 @@ packages/components-angular/src/directives/
packages/components-angular/src/overlays
packages/components-vue/src/proxies.ts
packages/components-vue/.build/template/utils.ts

packages/components-angular/**/*.d.ts
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ packages/output-targets/*/README.md
packages/tokens/src/tokens.ts
packages/components/loader/
packages/components/www/
packages/components/components/
packages/components/.storybook/vue/generated/
packages/components/src/assets/fonts
packages/components/src/components/**/readme.md
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7277,7 +7277,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [9.0.0](https://github.com/baloise/design-system/compare/v8.0.1...v9.0.0) (2022-01-10)

Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
Follow the migration guide [Migration from 8.x to 9.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### ⚠ BREAKING CHANGES

Expand Down Expand Up @@ -7330,7 +7330,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### ⚠ BREAKING CHANGES

- **tabs:** `rounded` prop is removed use `interface` `tabs-sub`
- Follow the migration guide [Migration from 7.x to 8.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 7.x to 8.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand All @@ -7351,14 +7351,14 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- The unsupported browsers has been moved to [@baloise/web-app-unsupported-browsers](https://github.com/baloise/web-app-utils/tree/master/packages/unsupported-browsers).
- Follow the migration guide [Migration from 6.x to 7.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 6.x to 7.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

# [6.0.0](https://github.com/baloise/design-system/compare/v5.0.0...v6.0.0) (2021-12-28)

### BREAKING CHANGES

- Added and improved the css helper classes.
- Follow the migration guide [Migration from 5.x to 6.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 5.x to 6.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand All @@ -7375,7 +7375,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- The component `bal-app` lost his props, due better integration for our proxy libraries.
- Follow the migration guide [Migration from 4.x to 5.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 4.x to 5.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand Down Expand Up @@ -7462,7 +7462,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- The breakpoints and spacing helpers are adjusted to new guidlines and duplicated/old css class are removed.
- Follow the migration guide [Migration from 3.x to 4.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 3.x to 4.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand All @@ -7482,7 +7482,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- `has-sticky-footer` has to be set explicit to the `ba-app` component.
- Follow the migration guide [Migration from 2.x to 3.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 2.x to 3.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

## [2.0.5](https://github.com/baloise/design-system/compare/v2.0.4...v2.0.5) (2021-11-24)

Expand All @@ -7501,7 +7501,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- Moved utils, filters/pipes and validators to [web-app-utils](https://github.com/baloise/web-app-utils) packages.
- Follow the migration guide [Migration from 1.x to 2.x](https://design.baloise.dev/components/migration/migration-from-1.x.html)
- Follow the migration guide [Migration from 1.x to 2.x](https://baloise-design-system.vercel.app/components/migration/migration-from-1.x.html)

### Bug Fixes

Expand Down
18 changes: 9 additions & 9 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [9.0.0](https://github.com/baloise/design-system/compare/v8.0.1...v9.0.0) (2022-01-10)

Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
Follow the migration guide [Migration from 8.x to 9.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### ⚠ BREAKING CHANGES

Expand Down Expand Up @@ -810,7 +810,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### ⚠ BREAKING CHANGES

- **tabs:** `rounded` prop is removed use `interface` `tabs-sub`
- Follow the migration guide [Migration from 7.x to 8.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 7.x to 8.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand All @@ -831,14 +831,14 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- The unsupported browsers has been moved to [@baloise/web-app-unsupported-browsers](https://github.com/baloise/web-app-utils/tree/master/packages/unsupported-browsers).
- Follow the migration guide [Migration from 6.x to 7.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 6.x to 7.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

# [6.0.0](https://github.com/baloise/design-system/compare/v5.0.0...v6.0.0) (2021-12-28)

### BREAKING CHANGES

- Added and improved the css helper classes.
- Follow the migration guide [Migration from 5.x to 6.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 5.x to 6.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand All @@ -855,7 +855,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- The component `bal-app` lost his props, due better integration for our proxy libraries.
- Follow the migration guide [Migration from 4.x to 5.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 4.x to 5.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand Down Expand Up @@ -942,7 +942,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- The breakpoints and spacing helpers are adjusted to new guidlines and duplicated/old css class are removed.
- Follow the migration guide [Migration from 3.x to 4.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 3.x to 4.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

### Features

Expand All @@ -962,7 +962,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- `has-sticky-footer` has to be set explicit to the `ba-app` component.
- Follow the migration guide [Migration from 2.x to 3.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v10--page)
- Follow the migration guide [Migration from 2.x to 3.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v10--page)

## [2.0.5](https://github.com/baloise/design-system/compare/v2.0.4...v2.0.5) (2021-11-24)

Expand All @@ -981,7 +981,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
### BREAKING CHANGES

- Moved utils, filters/pipes and validators to [web-app-utils](https://github.com/baloise/web-app-utils) packages.
- Follow the migration guide [Migration from 1.x to 2.x](https://design.baloise.dev/components/migration/migration-from-1.x.html)
- Follow the migration guide [Migration from 1.x to 2.x](https://baloise-design-system.vercel.app/components/migration/migration-from-1.x.html)

### Bug Fixes

Expand Down Expand Up @@ -1553,7 +1553,7 @@ Follow the migration guide [Migration from 8.x to 9.x](https://design.baloise.de
- `BalUiLibraryModule` renamed to `BaloiseDesignSystemModule`
- package `@baloise/ui-library-testing` renamed to `@baloise/design-system-testing`
- new font package `@baloise/design-system-fonts`
- follow the new style [instalation guide](https://design.baloise.dev/components/getting-started/vue/styles.html)
- follow the new style [instalation guide](https://baloise-design-system.vercel.app/components/getting-started/vue/styles.html)
- new icon package `@baloise/design-system-icons`
- removed vue-2 proxy libary
- removed unuesed `bal-teaser-step` component
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_v12.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ There are 2 other changelogs for previous states of the Design System

# [11.0.0](https://github.com/baloise/design-system/compare/v10.24.10...v11.0.0) (2022-10-17)

Follow the migration guide [Migration from 10.x to 11.x](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v11--page)
Follow the migration guide [Migration from 10.x to 11.x](https://baloise-design-system.vercel.app/?path=/docs/development-upgrade-guides-updating-to-v11--page)

### ⚠ BREAKING CHANGES

Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://design.baloise.dev" target="blank">
<a href="https://baloise-design-system.vercel.app" target="blank">
<img src="https://raw.githubusercontent.com/baloise/design-system/main/resources/images/banner.svg?sanitize=true" alt="Baloise Design System" />
</a>

Expand All @@ -18,21 +18,21 @@

The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.

Check out the [documentation](https://design.baloise.dev) or direct on [Vercel](https://baloise-design-system.vercel.app)
Check out the [documentation](https://baloise-design-system.vercel.app) or direct on [Vercel](https://baloise-design-system.vercel.app)

## Packages

| Package | Status | Description |
| ------------------------------------------------------- | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| [Components](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components) | Core package build with web components and global styling. |
| [Components Angular](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-angular) | Angular component proxies based on the the core package. |
| [Components Vue](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-vue) | Vue component proxies based on the the core package. |
| [Components React](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-react) | React component proxies based on the the core package. |
| [Components Table](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-table) | Integration library for AG-Grid with styles and renderer functions |
| [Tokens](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-tokens) | Design Tokens like color and spacing. |
| [CSS](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-css) | Basic CSS styles with utility classes. |
| [Icons](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-icons) | SVG icons of the design system. |
| [Favicons](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-favicons) | Favicons of the design system. |
| [Maps](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-maps) | Google Maps styles and icons. |
| [Fonts](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-fonts) | Web-Font of the design system. |
| [Testing](https://design.baloise.dev) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-testing) | Testing package with custom and overridden commands for each component. |
| [Components](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components) | Core package build with web components and global styling. |
| [Components Angular](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-angular) | Angular component proxies based on the the core package. |
| [Components Vue](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-vue) | Vue component proxies based on the the core package. |
| [Components React](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-react) | React component proxies based on the the core package. |
| [Components Table](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-components-table) | Integration library for AG-Grid with styles and renderer functions |
| [Tokens](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-tokens) | Design Tokens like color and spacing. |
| [CSS](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-css) | Basic CSS styles with utility classes. |
| [Icons](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-icons) | SVG icons of the design system. |
| [Favicons](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-favicons) | Favicons of the design system. |
| [Maps](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-maps) | Google Maps styles and icons. |
| [Fonts](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-fonts) | Web-Font of the design system. |
| [Testing](https://baloise-design-system.vercel.app) | ![npm](https://img.shields.io/npm/v/@baloise/design-system-testing) | Testing package with custom and overridden commands for each component. |
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ All component types are now located in the component folders `*.interfaces.ts` f

Breaking changes are the theming that changed from SASS variables to CSS variables.
Moreover, our styles are just an extension to the `AG-Grid` styles.
Therefor please import them before the Baloise styles also check out our [documentation](https://design.baloise.dev/?path=/docs/components-table--basic#aggrid)
Therefor please import them before the Baloise styles also check out our [documentation](https://baloise-design-system.vercel.app/?path=/docs/components-table--basic#aggrid)

##### 1. The Design System v13 supports AG-Grid 29+.

Expand Down Expand Up @@ -507,7 +507,7 @@ scrollHandler.disconnect()

### Locale changes

Please follow [internationalization guide](https://design.baloise.dev/?path=/docs/development-internationalization--page) to set languages and regions.
Please follow [internationalization guide](https://baloise-design-system.vercel.app/?path=/docs/development-internationalization--page) to set languages and regions.

The property `locale` has been removed on the components `bal-footer` and `bal-datepicker`. They will get the locale information automatically
from our Design System config object and get notified when there is a change.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bugs": {
"url": "https://github.com/baloise/design-system/issues"
},
"homepage": "https://design.baloise.dev",
"homepage": "https://baloise-design-system.vercel.app",
"contributors": [
"Gery Hirschfeld <gerhard.hirschfeld@baloise.ch> (https://github.com/hirsch88)",
"Yannick Holzenkamp <yannick.holzenkamp@baloise.ch> (https://github.com/yannickholzenkamp)",
Expand Down
Loading