Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Verwijzingen naar Help wanted componenten in Figma toegevoegd
  • Loading branch information
jeffreylauwers authored and Robbert committed Mar 4, 2024
1 parent 598d786 commit 0a890dd
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions packages/component-index/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,12 @@ export const componentIndex: DesignSystemComponent[] = [
implementation: 'https://github.com/nl-design-system/denhaag/blob/main/components/Modal/src/index.scss',
story: 'https://nl-design-system.github.io/denhaag/?path=/story/css-feedback-modal--default-story',
},
{
organisation: ORGANISATIONS.NLDS,
type: COMPONENT_TYPES.FIGMA,
implementation:
'https://www.figma.com/file/shhwGcqPLi2CapK0P1zz8O/NLDS---Voorbeeld---Bibliotheek?type=design&node-id=5910-3096&',
},
],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/66',
Expand Down Expand Up @@ -842,7 +848,14 @@ export const componentIndex: DesignSystemComponent[] = [
aliases: [],
state: COMPONENT_STATES.TODO,
communityDocs: [],
implementations: [],
implementations: [
{
organisation: ORGANISATIONS.NLDS,
type: COMPONENT_TYPES.FIGMA,
implementation:
'https://www.figma.com/file/shhwGcqPLi2CapK0P1zz8O/NLDS---Voorbeeld---Bibliotheek?type=design&node-id=2217-10122',
},
],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/74',
},
Expand Down Expand Up @@ -1370,7 +1383,14 @@ export const componentIndex: DesignSystemComponent[] = [
aliases: [],
state: COMPONENT_STATES.TODO,
communityDocs: [],
implementations: [],
implementations: [
{
organisation: ORGANISATIONS.NLDS,
type: COMPONENT_TYPES.FIGMA,
implementation:
'https://www.figma.com/file/shhwGcqPLi2CapK0P1zz8O/NLDS---Voorbeeld---Bibliotheek?type=design&node-id=851-939',
},
],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/122',
},
Expand Down Expand Up @@ -1437,7 +1457,14 @@ export const componentIndex: DesignSystemComponent[] = [
aliases: ['radio-button-group'],
state: COMPONENT_STATES.TODO,
communityDocs: [],
implementations: [],
implementations: [
{
organisation: ORGANISATIONS.NLDS,
type: COMPONENT_TYPES.FIGMA,
implementation:
'https://www.figma.com/file/shhwGcqPLi2CapK0P1zz8O/NLDS---Voorbeeld---Bibliotheek?type=design&node-id=954-1910',
},
],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/129',
},
Expand Down Expand Up @@ -1512,7 +1539,14 @@ export const componentIndex: DesignSystemComponent[] = [
aliases: [],
state: COMPONENT_STATES.TODO,
communityDocs: [],
implementations: [],
implementations: [
{
organisation: ORGANISATIONS.NLDS,
type: COMPONENT_TYPES.FIGMA,
implementation:
'https://www.figma.com/file/shhwGcqPLi2CapK0P1zz8O/NLDS---Voorbeeld---Bibliotheek?type=design&node-id=4626-10492',
},
],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/153',
},
Expand Down

0 comments on commit 0a890dd

Please sign in to comment.