Skip to content

Commit

Permalink
chore: update digdir designsystem version
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed Nov 21, 2023
1 parent 43f8dfa commit 632be66
Show file tree
Hide file tree
Showing 12 changed files with 645 additions and 184 deletions.
2 changes: 1 addition & 1 deletion apps/catalog-admin/components/codes-editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const CodesEditor = ({ codeList: dbCodeList, dirty }: Props) => {
createNewCode();
setIsEditViewOpen(true);
}}
variant='outline'
variant='secondary'
>
{localization.catalogAdmin.createCode}
</FdsButton>
Expand Down
277 changes: 139 additions & 138 deletions apps/concept-catalog/app/[catalogId]/[conceptId]/concept-page-client.tsx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const ChangeRequestForm = ({
)}
{editTitleFlag ? (
<Button
variant='outline'
variant='secondary'
color='secondary'
onClick={() => {
setEditTitleFlag(false);
Expand All @@ -146,7 +146,7 @@ export const ChangeRequestForm = ({
</Button>
) : (
<Button
variant='outline'
variant='secondary'
color='secondary'
onClick={() => setEditTitleFlag(true)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const SearchPageClient = ({
)}
{hasAdminPermission && (
<UploadButton
variant='outline'
variant='secondary'
icon={<FileImportIcon fontSize='1.5rem' />}
allowedMimeTypes={[
'text/csv',
Expand Down
1 change: 0 additions & 1 deletion libs/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export * from './lib/icon';
export * from './lib/page-banner';
export * from './lib/search-hit';
export * from './lib/search-field';
export * from './lib/toggle-button-group';
export * from './lib/layout';
export * from './lib/language-indicator';
export * from './lib/select';
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/src/lib/tag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Tag = ({ children }: TagProps) => {
<FdsTag
className={styles[children ? `${children}`.toLocaleLowerCase() : '']}
size='small'
variant='outlined'
variant='secondary'
>
{children && capitalizeFirstLetter(`${children}`)}
</FdsTag>
Expand Down
1 change: 0 additions & 1 deletion libs/ui/src/lib/toggle-button-group/index.tsx

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions libs/ui/src/lib/toggle-button-group/toggle-button-group.tsx

This file was deleted.

2 changes: 2 additions & 0 deletions libs/utils/src/lib/language/nb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const nb = {
showMore: 'Vis flere',
showLess: 'Vis færre',
title: 'Tittel',
changeHistory: 'Endringshistorikk',

language: {
nb: 'Bokmål',
Expand Down Expand Up @@ -237,6 +238,7 @@ export const nb = {
confirmDelete: 'Er du sikker du ønsker å slette begrepet?',
noName: 'Uten navn',
version: 'Versjon',
versions: 'Versjoner',
validPeriod: 'Gyldighetsperiode',
label: 'Merkelapp',
relatedConcepts: 'Relaterte begreper ({conceptCount})',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"private": true,
"dependencies": {
"@altinn/figma-design-tokens": "^6.0.1",
"@digdir/design-system-react": "^0.26.0",
"@digdir/design-system-tokens": "^0.7.0",
"@digdir/design-system-react": "^0.37.0",
"@digdir/design-system-tokens": "^0.10.0",
"@fellesdatakatalog/icons": "^0.8.3",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
Expand Down
Loading

0 comments on commit 632be66

Please sign in to comment.