From d6185c1785b6c60394b41f7e0a78da8f131b52fc Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Mon, 26 Feb 2024 09:38:12 +0100 Subject: [PATCH] format files 2 --- .github/workflows/ci.yml | 4 +- cspell.json | 211 +++++++++++++++++- .../components/bal-checkbox/bal-checkbox.mdx | 2 +- .../components/bal-radio/bal-radio.mdx | 2 +- .../00-guides/00-getting-started.stories.mdx | 4 +- .../02-upgrade/upgrade-guide.v16.stories.mdx | 44 ++-- .../foundation/Iconography.stories.mdx | 2 +- .../foundation/brand-assets.stories.mdx | 2 +- .../utilities/border/border-color.stories.mdx | 2 +- .../typography/typography-family.stories.mdx | 2 +- .../typography/typography-weight.stories.mdx | 4 +- docs/stories/welcome.stories.mdx | 2 +- 12 files changed, 235 insertions(+), 46 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24c322f2..a986ca33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,8 @@ jobs: - name: Check format run: npx nx format:check - # - name: Check spelling - # run: npm run spell + - name: Check spelling + run: npm run spell - name: Lint & test run: npx nx run-many -t lint test diff --git a/cspell.json b/cspell.json index 65ed89a4..e39bde6a 100644 --- a/cspell.json +++ b/cspell.json @@ -2,24 +2,213 @@ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "version": "0.2", "language": "en", - "dictionaries": [ - "en_us", - "softwareTerms", - "lorem-ipsum", - "typescript", - "html" - ], + "dictionaries": ["en_us", "softwareTerms", "lorem-ipsum", "typescript", "css", "html"], "useGitignore": true, - "files": [ - "docss/stories/**/*.{md,mdx}", - "packages/core/src/**/*.{tsx,ts}" + "files": ["docs/stories/**/*.{md,mdx}", "packages/core/src/**/*.{tsx,ts}"], + "ignorePaths": [ + "packages/core/src/**/*.i18n.ts", + "packages/core/src/**/*.data.ts", + "packages/core/src/**/*.spec.ts", + "docs/stories/components/bal-select/code-sandbox/*", + "docs/public/*", + "docs/assets/*" ], "words": [ + "adipiscing", + "adipisicing", + "aliqua", + "amet", + "Anlegen", + "Arialabelled", + "asterix", + "autocorrect", "baloise", "Baloise", + "bday", + "browserconfig", "bubu", + "Bulma", + "camelcase", + "Chainable", + "Chiudere", + "clastzoo", + "codesandbox", + "colorify", + "Combi", + "commitlint", + "consectetur", "contactjs", + "Contentful", + "copyfiles", + "datepicker", + "datestring", + "degit", + "Deutsch", + "do", + "dolor", + "dolore", + "dont", + "eiusmod", + "elit", + "enterprisenumber", + "eslintignore", + "et", + "fakepath", + "FAVICONS", + "Fermer", + "filesize", + "filesize.js", + "fileupload", + "Finanzierung", + "firstname", + "flexbox", + "footmobile", + "Fullhd", + "fullheight", + "fullscreen", + "fullwidth", + "Gagne", + "gapless", + "Gery", + "gitignore", + "googlemaps", + "halfheight", + "Hausratversicherung", + "hirsch", + "Hirschfeld", + "iban", + "impp", + "incididunt", + "ipsum", + "isarray", + "isempty", + "isnil", + "isstring", + "Jasmin", + "Karten", + "kebabcase", + "Kontakt", + "Konten", + "Kundenservice", + "labore", + "Lastname", + "Laurent", + "lintstagedrc", + "listr2", + "Loggable", + "luxon", + "magna", + "mainmobile", + "melden", + "metamobile", + "mladenplaninicic", + "msapplication", + "myusername", + "ngcc", + "ngzone", + "nobilo", + "nomodule", + "numberinput", + "Panter", + "Pinia", + "popperjs", + "prettierignore", + "prettierrc", + "privatkunden", + "Privatkunden", + "rebranded", + "Rebranding", + "Recht", + "sbdocs", + "Schaden", + "Schliessen", + "sed", + "selopt", + "Servcies", + "sit", + "Sluiten", + "snackbars", + "splitted", + "Sprache", + "subcomponents", + "Suchen", "swipeleft", - "swiperight" + "swiperight", + "Tauber", + "tempor", + "testid", + "timeframe", + "timeinput", + "TimeouLoggabletable", + "Timeoutable", + "touchpoint", + "typeahead", + "unref", + "upperfirst", + "ut", + "vcentered", + "Versichern", + "Versicherungslösungen", + "Versorgen", + "verticaly", + "Viewports", + "vite", + "vue", + "wählen", + "WCAG", + "Wohnen", + "xsmall", + "consetetur", + "sadipscing", + "elitr", + "nonumy", + "eirmod", + "invidunt", + "aliquyam", + "voluptua", + "consetetur", + "sadipscing", + "elitr", + "nonumy", + "eirmod", + "invidunt", + "aliquyam", + "voluptua", + "accusam", + "rebum", + "clita", + "kasd", + "gubergren", + "takimata", + "accusam", + "rebum", + "clita", + "kasd", + "gubergren", + "takimata", + "accusam", + "rebum", + "clita", + "kasd", + "gubergren", + "takimata", + "accusam", + "rebum", + "clita", + "kasd", + "gubergren", + "takimata", + "Frontify", + "Progessbar", + "Italiano", + "marginless", + "paddingless", + "devkit", + "ngneat", + "transloco", + "TRANSLOCO", + "scannability", + "samira", + "liebendoerfer" ] } diff --git a/docs/stories/components/bal-checkbox/bal-checkbox.mdx b/docs/stories/components/bal-checkbox/bal-checkbox.mdx index 76acd3e2..e9b6ce2a 100644 --- a/docs/stories/components/bal-checkbox/bal-checkbox.mdx +++ b/docs/stories/components/bal-checkbox/bal-checkbox.mdx @@ -19,7 +19,7 @@ import * as CheckboxStories from './bal-checkbox.stories'
-Ther is a new way of adding a options to the bal-checkbox-group +There is a new way of adding a options to the bal-checkbox-group by introducing the `options` property in which options can be passed using a Javascript. To use the `bal-checkbox-group` with options the `control` attribute is set to true. diff --git a/docs/stories/components/bal-radio/bal-radio.mdx b/docs/stories/components/bal-radio/bal-radio.mdx index c994738c..41b035bb 100644 --- a/docs/stories/components/bal-radio/bal-radio.mdx +++ b/docs/stories/components/bal-radio/bal-radio.mdx @@ -18,7 +18,7 @@ import * as RadioStories from './bal-radio.stories'
-Ther is a new way of adding a options to the bal-radio-group +There is a new way of adding a options to the bal-radio-group by introducing the `options` property in which options can be passed using a Javascript. ```html diff --git a/docs/stories/development/00-guides/00-getting-started.stories.mdx b/docs/stories/development/00-guides/00-getting-started.stories.mdx index 9d3a141f..f9a3866e 100644 --- a/docs/stories/development/00-guides/00-getting-started.stories.mdx +++ b/docs/stories/development/00-guides/00-getting-started.stories.mdx @@ -71,7 +71,7 @@ nx g @baloise/design-system-cli:ng-add ## Manual Installation -Continue here for the manual instalation guide without schematics. +Continue here for the manual installation guide without schematics. ### Zone.js @@ -665,7 +665,7 @@ Add the `BalApp` to your root element (App.vue). - If the stylesheet `baloise-design-system` was used the please split into the following files. -- It is recommanded to migrate `legacy` sass file. +- It is recommended to migrate `legacy` sass file. @@ -260,7 +260,7 @@ The name of the breakpoints are still the same only the syntax has changed. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-background-blue\` | \`bg-primary\` | | \`has-background-\*\` | \`bg-\*\` | @@ -271,7 +271,7 @@ The name of the breakpoints are still the same only the syntax has changed. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-border-light-blue\` | \`border-primary-hovered\` | | \`has-border-primary-dark\` | \`border-primary-pressed\` | @@ -283,7 +283,7 @@ The name of the breakpoints are still the same only the syntax has changed. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-radius-\*\` | \`radius-\*\` | `} @@ -295,7 +295,7 @@ The name of the breakpoints are still the same only the syntax has changed. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-opacity-1\` | \`opacity-100\` | | \`has-opacity-\*\` | \`opacity-\*\` | @@ -306,7 +306,7 @@ The name of the breakpoints are still the same only the syntax has changed. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-shadow-\*\` | \`shadow-\*\` | | \`has-text-shadow\` | \`text-shadow-normal\` | @@ -320,7 +320,7 @@ Every flex CSS utility class has lost his `is-` prefix. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`fg-\*\` | \`gap-\*\` | | \`is-flex-wrap-nowrap\` | \`flex-nowrap\` | @@ -347,7 +347,7 @@ Every flex CSS utility class has lost his `is-` prefix. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`columns\` | \`grid\` | | \`column\` | \`col\` | @@ -365,7 +365,7 @@ The responsive markers have changed to. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-clickable\` | \`cursor-pointer\` | `} @@ -375,7 +375,7 @@ The responsive markers have changed to. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-vertical-align\*\` | \`vertical-align\*\` | | \`is-inline-block\` | \`inline-block\` | @@ -398,7 +398,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-marginless\` | \`m-none\` | | \`is-paddingless\` | \`p-none\` | @@ -409,7 +409,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-fullheight\` | \`h-full\` | | \`is-fullwidth\` | \`w-full\` | @@ -422,7 +422,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-size-display\` | \`text-xxxxx-large\` | | \`is-size-display-2\` | \`text-xxxx-large\` | @@ -442,7 +442,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-text-\*\` | \`text-\*\` | `} @@ -452,7 +452,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-text-centered\` | \`text-align-center\` | | \`has-text-justified\` | \`text-align-justify\` | @@ -465,7 +465,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-family-title\` | \`font-family-title\` | | \`is-family-text\` | \`font-family-text\` | @@ -476,7 +476,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-text-weight\` | \`text-weight\` | `} @@ -486,7 +486,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-white-space-normal\` | \`white-space-normal\` | | \`has-no-wrap\` | \`white-space-nowrap\` | @@ -498,7 +498,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`is-capitalized\` | \`capitalize\` | | \`is-lowercase\` | \`lowercase\` | @@ -510,7 +510,7 @@ The spacing helpers have not been renamed only the responsive markers. {` -| CSS (DEPRECATED) | Stypes (NEW) | +| CSS (DEPRECATED) | Styles (NEW) | | ----------------------- | ------------ | | \`has-z-index\*\` | \`z-index\*\` | `} @@ -522,7 +522,7 @@ The spacing helpers have not been renamed only the responsive markers. ### Button -Properties `topRounded` and `bottomRounded` has been removed, due to not match the design criterias. +Properties `topRounded` and `bottomRounded` has been removed, due to not match the design criteria. ### Navigation diff --git a/docs/stories/foundation/Iconography.stories.mdx b/docs/stories/foundation/Iconography.stories.mdx index 80e7927a..cd642610 100644 --- a/docs/stories/foundation/Iconography.stories.mdx +++ b/docs/stories/foundation/Iconography.stories.mdx @@ -28,7 +28,7 @@ Introducing a collection of up to 100 vector graphics from the esteemed [Core So series by [Streamline](https://www.streamlinehq.com). These icons are presented in primary and white colors, with specific variations for disabled or invalid states. -They seamlessly integrate into a wide range of UI elements including buttons, snackbars, navigations, tabs, and lists. +They seamlessly integrate into a wide range of UI elements including buttons, snackbars, navigation, tabs, and lists. All these icons are included in the package `@baloise/design-system-icons`. diff --git a/docs/stories/foundation/brand-assets.stories.mdx b/docs/stories/foundation/brand-assets.stories.mdx index 5287bd0f..71449d96 100644 --- a/docs/stories/foundation/brand-assets.stories.mdx +++ b/docs/stories/foundation/brand-assets.stories.mdx @@ -276,7 +276,7 @@ To start designing you'll need to download and install the custom favicons which /> diff --git a/docs/stories/utilities/border/border-color.stories.mdx b/docs/stories/utilities/border/border-color.stories.mdx index 96d52194..cd6119fe 100644 --- a/docs/stories/utilities/border/border-color.stories.mdx +++ b/docs/stories/utilities/border/border-color.stories.mdx @@ -34,7 +34,7 @@ import { Banner, Lead, Code, CssBorderColors, Footer, LinkCard, LinkCards } from
Warning
`} /> -## Postiton +## Position Rich Features - CSS utility classNamees style elements, Cypress test utilities enhance web app testing, and Sass mixins + CSS utility classNames style elements, Cypress test utilities enhance web app testing, and Sass mixins simplify application stylesheets.