Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan505 authored and github-actions[bot] committed Jan 8, 2024
1 parent a4ba97e commit 51e258d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
98 changes: 49 additions & 49 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"lit-plugin.rules.no-unknown-slot": "off",
"workbench.colorCustomizations": {
"activityBar.background": "#0f3b65",
"activityBar.foreground": "#FFFFFF",
"activityBar.inactiveForeground": "#ffffffbe",
"titleBar.activeBackground": "#0f3b65",
"titleBar.activeForeground": "#FFFFFF"
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.exclude": {
"button": true,
"check": true,
"chip": true,
"color-field": true,
"core": true,
"currency-field": true,
"hyperlink": true,
"icon": true,
"icons": true,
"label": true,
"number-field": true,
"password-field": true,
"radio": true,
"render-element": true,
"search-field": true,
"select": true,
"text-field": true,
"utils": true,
"switch": true,
"date-picker": true,
"email-field": true,
"pin-field": true,
"calendar": true,
"keyboard": true,
"modal": true,
"tab": true,
"toast": true,
"alert": true,
"expander": true
}
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"lit-plugin.rules.no-unknown-slot": "off",
"workbench.colorCustomizations": {
"activityBar.background": "#0f3b65",
"activityBar.foreground": "#FFFFFF",
"activityBar.inactiveForeground": "#ffffffbe",
"titleBar.activeBackground": "#0f3b65",
"titleBar.activeForeground": "#FFFFFF"
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.exclude": {
"button": true,
"check": true,
"chip": true,
"color-field": true,
"core": true,
"currency-field": true,
"hyperlink": true,
"icon": true,
"icons": true,
"label": true,
"number-field": true,
"password-field": true,
"radio": true,
"render-element": true,
"search-field": true,
"select": true,
"text-field": true,
"utils": true,
"switch": true,
"date-picker": true,
"email-field": true,
"pin-field": true,
"calendar": true,
"keyboard": true,
"modal": true,
"tab": true,
"toast": true,
"alert": true,
"expander": true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capitec/omni-components",
"version": "0.9.5",
"version": "0.9.6",
"type": "module",
"description": "Modern UI component library for mobile and web",
"scripts": {
Expand Down

0 comments on commit 51e258d

Please sign in to comment.