Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
dfc061f
refactor: icons
nmerget Aug 25, 2023
3e1609b
feat: add custom icon font generator
nmerget Aug 26, 2023
4df3516
chore: update generator for file sizes
nmerget Aug 27, 2023
1684f98
chore: update snapshots
nmerget Aug 27, 2023
a9e0447
refactor: regenerated lock file
mfranzke Aug 27, 2023
81bace4
Merge branch 'main' of github.com:db-ui/mono into refactor-icons
nmerget Aug 28, 2023
f6046d0
chore: update docs
nmerget Aug 28, 2023
642d66a
chore: update package-lock.json
nmerget Aug 28, 2023
a63afb8
feat: split icon fonts to different files and use font-weight for sizing
nmerget Aug 28, 2023
988eeee
Merge branch 'main' of github.com:db-ui/mono into refactor-icons
nmerget Aug 28, 2023
46d01a7
chore: update from main
nmerget Aug 28, 2023
bcbe113
chore: update screenshots
nmerget Aug 29, 2023
02b6793
chore: update screenshots
nmerget Aug 29, 2023
bf53b25
Merge branch 'main' into refactor-icons
mfranzke Aug 29, 2023
2567d3b
Update package.json
nmerget Aug 29, 2023
00b11f8
Update package.json
nmerget Aug 29, 2023
6005f61
Update packages/foundations/README.md
nmerget Aug 29, 2023
f427200
Update packages/foundations/package.json
nmerget Aug 29, 2023
a87e8b4
fix: missed this script
mfranzke Aug 29, 2023
0144d90
Update packages/foundations/scripts/generate-icon-fonts/index.js
nmerget Aug 29, 2023
2137736
chore: update icon-fonts to center them
nmerget Aug 29, 2023
ca6f5ce
fix: this needs to be an underscore as well
mfranzke Aug 29, 2023
09844fd
fix: issue with navigation-item.scss
nmerget Aug 29, 2023
68127f2
Update _icons.helpers.scss
mfranzke Aug 29, 2023
a747e6e
Merge branch 'refactor-icons' of https://github.com/db-ui/mono into r…
mfranzke Aug 29, 2023
6adc9db
Update README.md
mfranzke Aug 29, 2023
879361f
chore: update foundations scripts to use clean-icon
nmerget Aug 29, 2023
c44cbd1
Update packages/components/src/components/navigation-item/navigation-…
nmerget Aug 29, 2023
668d062
Merge remote-tracking branch 'origin/refactor-icons' into refactor-icons
nmerget Aug 29, 2023
1e16f55
refactor: updated lock file
mfranzke Aug 29, 2023
2166587
chore: update package-lock.json
nmerget Aug 29, 2023
c1c2a51
Merge remote-tracking branch 'origin/refactor-icons' into refactor-icons
nmerget Aug 29, 2023
a9889f0
fix: clean icons for variants
nmerget Aug 29, 2023
969238c
Merge branch 'main' into refactor-icons
nmerget Aug 29, 2023
94a095c
chore: update lintstaged to run update:icon-fonts if a icon changes
nmerget Aug 29, 2023
96919ff
Merge remote-tracking branch 'origin/refactor-icons' into refactor-icons
nmerget Aug 29, 2023
6742b53
Merge branch 'main' into refactor-icons
mfranzke Aug 30, 2023
0ce0655
refactor: prevent that new extra div tag
mfranzke Aug 30, 2023
9863892
refactor: aligned this with the previous version
mfranzke Aug 30, 2023
cfb3057
Update README.md
mfranzke Aug 30, 2023
924b5dc
Update README.md
mfranzke Aug 30, 2023
e561130
Update packages/foundations/scripts/clean-icons/cli.js
nmerget Aug 30, 2023
e3b3436
chore: update navigation-item
nmerget Aug 30, 2023
46a2a2c
Update packages/foundations/scripts/generate-icon-fonts/index.js
nmerget Aug 30, 2023
6fe5b8c
fix: issue with wrong import
nmerget Aug 30, 2023
3e6cdb4
Merge remote-tracking branch 'origin/refactor-icons' into refactor-icons
nmerget Aug 30, 2023
524985b
Merge branch 'main' into refactor-icons
nmerget Aug 30, 2023
e8df48a
refactor: added prefix
mfranzke Aug 30, 2023
7fe6a69
refactor: added prefix
mfranzke Aug 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ showcases/patternhub/public/iframe-resizer/*
/showcases/**/test-results/

/__snapshots__/**/*-win32.png
/packages/foundations/assets/icons/functional/tmp/
/packages/foundations/assets/icons/functional/fonts/**/index.html
/packages/foundations/assets/icons/functional/fonts/**/index.css
/packages/foundations/assets/icons/functional/fonts/**/font-face.css
/packages/foundations/assets/icons/functional/fonts/**/info.json
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

npx validate-branch-name
npm run scripts:check-commit-mail
npx lint-staged --config ./.lintstagedrc
npx lint-staged --config ./.lintstagedrc.js
npm run lint:jscpd
4 changes: 2 additions & 2 deletions .jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"packages/components/src/components/tag/tag.spec.tsx",
"**/**config.ts",
"**/navigation-items.ts",
"packages/foundations/assets/icons/functional/fonts/sources/*.json",
"showcases/angular-showcase/.angular/cache"
"showcases/angular-showcase/.angular/cache",
"packages/foundations/assets/icons/functional/fonts/**"
],
"absolute": true
}
6 changes: 0 additions & 6 deletions .lintstagedrc

This file was deleted.

8 changes: 8 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
'packages/foundations/assets/icons/functional/**/*.svg': () =>
'update:icon-fonts',
'*.md': 'markdownlint -c .markdown-lint.yml',
'*.{css,scss}': 'stylelint --fix',
'*.{js,ts,tsx}': 'xo --fix',
'!*.{js,ts,tsx}': 'prettier --write --ignore-unknown'
};
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ output
build-outputs
build-power-apps
build-showcases
packages/foundations/scripts/generate-icon-fonts/styles/**
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ output/
source/_patterns/**
showcases/patternhub/**
showcases/**/public/**
packages/foundations/scripts/generate-icon-fonts/styles/**
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading