diff --git a/.build/vue-web-types.js b/.build/vue-web-types.js index 3eb06edfa4..92e84910c1 100644 --- a/.build/vue-web-types.js +++ b/.build/vue-web-types.js @@ -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({ diff --git a/.eslintignore b/.eslintignore index 02fadd1c0d..8e31d65bfe 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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 @@ -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 diff --git a/.prettierignore b/.prettierignore index 8a885b15af..de9d5bd719 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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 diff --git a/CHANGELOG_NEXT.md b/CHANGELOG_NEXT.md index b0fe904f23..a8275aec9a 100644 --- a/CHANGELOG_NEXT.md +++ b/CHANGELOG_NEXT.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 1572e1b2b5..a319f008ad 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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 diff --git a/CHANGELOG_v12.md b/CHANGELOG_v12.md index 1754a2596d..6d6a1494fb 100644 --- a/CHANGELOG_v12.md +++ b/CHANGELOG_v12.md @@ -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 diff --git a/README.md b/README.md index 9e327307b4..7deaf1ebaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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. | diff --git a/docs/stories/development/02-upgrade/upgrade-guide.v13.stories.mdx b/docs/stories/development/02-upgrade/upgrade-guide.v13.stories.mdx index 3638ec0163..7c97fcb958 100644 --- a/docs/stories/development/02-upgrade/upgrade-guide.v13.stories.mdx +++ b/docs/stories/development/02-upgrade/upgrade-guide.v13.stories.mdx @@ -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+. @@ -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. diff --git a/package.json b/package.json index cdd3313206..ab0dc2271c 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/brand-icons/README.md b/packages/brand-icons/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/brand-icons/README.md +++ b/packages/brand-icons/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index 3cfb64d7d8..8dc0c8be25 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/components-angular/README.md b/packages/components-angular/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/components-angular/README.md +++ b/packages/components-angular/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index f9d169f991..573c183574 100644 --- a/packages/components-angular/package.json +++ b/packages/components-angular/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/components-react/README.md b/packages/components-react/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/components-react/README.md +++ b/packages/components-react/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 3198c73e4e..99b67c6231 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/components-table/CHANGELOG.md b/packages/components-table/CHANGELOG.md index 3e644abd1a..d13baa32a3 100644 --- a/packages/components-table/CHANGELOG.md +++ b/packages/components-table/CHANGELOG.md @@ -278,7 +278,7 @@ - [#806](https://github.com/baloise/design-system/pull/806) [`95f127928`](https://github.com/baloise/design-system/commit/95f12792866f62a40ade705316587d475c4aa37c) Thanks [@hirsch88](https://github.com/hirsch88)! - upgrade to `AG-Grid` v29. 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) **before** diff --git a/packages/components-table/README.md b/packages/components-table/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/components-table/README.md +++ b/packages/components-table/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/components-table/package.json b/packages/components-table/package.json index 79169d5b9f..e355ef4be1 100644 --- a/packages/components-table/package.json +++ b/packages/components-table/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/components-vue/README.md b/packages/components-vue/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/components-vue/README.md +++ b/packages/components-vue/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/components-vue/package.json b/packages/components-vue/package.json index 140334433f..0d2e93f355 100644 --- a/packages/components-vue/package.json +++ b/packages/components-vue/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index eeb5296531..a384acbfad 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -326,7 +326,7 @@ After upgrading the design system in your app, please take a moment to check if | toast | `--bal-z-index-toast` | `1200` | Default z-index for toast and snackbar messages. | | tooltip | `--bal-z-index-tooltip` | `1300` | Default z-index for tooltips. | -Have a look at the [Z-Index documentation](https://design.baloise.dev?path=/docs/foundation-elevation-design-tokens--page). +Have a look at the [Z-Index documentation](https://baloise-design-system.vercel.app?path=/docs/foundation-elevation-design-tokens--page). ### Minor Changes diff --git a/packages/components/README.md b/packages/components/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/components/README.md +++ b/packages/components/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/components/package.json b/packages/components/package.json index 07b5fc88b6..5951fcb2eb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/components/src/components/bal-button/test/bal-button.cy.html b/packages/components/src/components/bal-button/test/bal-button.cy.html index 8dd528dadc..5501949380 100644 --- a/packages/components/src/components/bal-button/test/bal-button.cy.html +++ b/packages/components/src/components/bal-button/test/bal-button.cy.html @@ -12,7 +12,7 @@
Primary Disabled - Link + Link + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/css/package.json b/packages/css/package.json index 6ffb46728e..0a3fcd1d1c 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/favicons/README.md b/packages/favicons/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/favicons/README.md +++ b/packages/favicons/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/favicons/package.json b/packages/favicons/package.json index 2eb479cd24..1f16a9ab77 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/fonts/README.md b/packages/fonts/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/fonts/README.md +++ b/packages/fonts/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 8c4889a957..dc27c58b0e 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/icons/README.md b/packages/icons/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/icons/package.json b/packages/icons/package.json index 5138f50f3e..d06055049b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/maps/README.md b/packages/maps/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/maps/README.md +++ b/packages/maps/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/maps/package.json b/packages/maps/package.json index 8907272f66..30c499d4c9 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/output-targets/angular/README.md b/packages/output-targets/angular/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/output-targets/angular/README.md +++ b/packages/output-targets/angular/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/output-targets/react/README.md b/packages/output-targets/react/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/output-targets/react/README.md +++ b/packages/output-targets/react/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/output-targets/vue/README.md b/packages/output-targets/vue/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/output-targets/vue/README.md +++ b/packages/output-targets/vue/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/testing/README.md b/packages/testing/README.md index a7efc485f4..5a4c86ee6d 100644 --- a/packages/testing/README.md +++ b/packages/testing/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -18,7 +18,7 @@ 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). +Check out the [documentation](https://baloise-design-system.vercel.app). ## Packages @@ -26,15 +26,15 @@ Check out the [documentation](https://design.baloise.dev). | 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. | diff --git a/packages/testing/package.json b/packages/testing/package.json index 7726b2c66d..c54f1aa848 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 523f221941..9ab62ccf9c 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -66,7 +66,7 @@ After upgrading the design system in your app, please take a moment to check if | toast | `--bal-z-index-toast` | `1200` | Default z-index for toast and snackbar messages. | | tooltip | `--bal-z-index-tooltip` | `1300` | Default z-index for tooltips. | -Have a look at the [Z-Index documentation](https://design.baloise.dev?path=/docs/foundation-elevation-design-tokens--page). +Have a look at the [Z-Index documentation](https://baloise-design-system.vercel.app?path=/docs/foundation-elevation-design-tokens--page). ## 13.7.1 diff --git a/packages/tokens/README.md b/packages/tokens/README.md index 282f2a13f6..fac8e30adb 100644 --- a/packages/tokens/README.md +++ b/packages/tokens/README.md @@ -1,4 +1,4 @@ - + Baloise Design System @@ -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). +Check out the [documentation](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. | diff --git a/packages/tokens/package.json b/packages/tokens/package.json index ebf678adbb..936a31526f 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -12,7 +12,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 (https://github.com/hirsch88)", "Yannick Holzenkamp (https://github.com/yannickholzenkamp)",