@nl-design-system/component-progress 1.0.1-alpha.68 → 1.0.1-alpha.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.json CHANGED
@@ -15809,7 +15809,7 @@
15809
15809
  ]
15810
15810
  },
15811
15811
  {
15812
- "relayStep": "HELP_WANTED",
15812
+ "relayStep": "COMMUNITY",
15813
15813
  "title": "Skip Link",
15814
15814
  "number": 74,
15815
15815
  "backlog": "https://github.com/nl-design-system/backlog/issues/74#issue-784526390",
@@ -15935,8 +15935,8 @@
15935
15935
  "dataType": "SINGLE_SELECT",
15936
15936
  "name": "Implementatie voldoet",
15937
15937
  "id": "PVTSSF_lADOBGdlVM4AdZHkzggWBRU",
15938
- "value": "",
15939
- "checked": false
15938
+ "value": "Done",
15939
+ "checked": true
15940
15940
  },
15941
15941
  {
15942
15942
  "dataType": "SINGLE_SELECT",
@@ -16016,9 +16016,9 @@
16016
16016
  "checked": true
16017
16017
  }
16018
16018
  ],
16019
- "done": false,
16019
+ "done": true,
16020
16020
  "progress": {
16021
- "value": 14,
16021
+ "value": 15,
16022
16022
  "max": 15
16023
16023
  }
16024
16024
  },
@@ -23286,7 +23286,7 @@
23286
23286
  ]
23287
23287
  },
23288
23288
  {
23289
- "relayStep": "HELP_WANTED",
23289
+ "relayStep": "COMMUNITY",
23290
23290
  "title": "Unordered List",
23291
23291
  "number": 116,
23292
23292
  "backlog": "https://github.com/nl-design-system/backlog/issues/116#issue-864683504",
@@ -23412,8 +23412,8 @@
23412
23412
  "dataType": "SINGLE_SELECT",
23413
23413
  "name": "Implementatie voldoet",
23414
23414
  "id": "PVTSSF_lADOBGdlVM4AdZHkzggWBRU",
23415
- "value": "",
23416
- "checked": false
23415
+ "value": "Done",
23416
+ "checked": true
23417
23417
  },
23418
23418
  {
23419
23419
  "dataType": "SINGLE_SELECT",
@@ -23493,9 +23493,9 @@
23493
23493
  "checked": true
23494
23494
  }
23495
23495
  ],
23496
- "done": false,
23496
+ "done": true,
23497
23497
  "progress": {
23498
- "value": 14,
23498
+ "value": 15,
23499
23499
  "max": 15
23500
23500
  }
23501
23501
  },
@@ -940,7 +940,7 @@
940
940
  "title": "Components - 2 - Community",
941
941
  "shortDescription": "Door de community gebouwd volgens de richtlijnen.",
942
942
  "url": "https://github.com/orgs/nl-design-system/projects/29",
943
- "updatedAt": "2024-10-08T09:10:18Z",
943
+ "updatedAt": "2024-10-08T16:15:46Z",
944
944
  "key": "COMMUNITY",
945
945
  "tasks": [
946
946
  {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.1-alpha.68",
2
+ "version": "1.0.1-alpha.69",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Script to get the component progress for the documentation of NL Design System",
5
5
  "license": "EUPL-1.2",
@@ -32,5 +32,5 @@
32
32
  "@types/node": "22.3.0",
33
33
  "lodash.isempty": "4.4.0"
34
34
  },
35
- "gitHead": "36635c2a0420d3166b739b1862fa73ce6543f633"
35
+ "gitHead": "74f34290ef79b72d0057d2ba507633f2201b5fd0"
36
36
  }