@nl-design-system/component-progress 1.0.14 → 1.0.15
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 +4 -4
- package/dist/projects.json +1 -1
- package/package.json +1 -1
package/dist/index.json
CHANGED
|
@@ -61020,8 +61020,8 @@
|
|
|
61020
61020
|
"dataType": "TEXT",
|
|
61021
61021
|
"name": "Theme Storybook URL",
|
|
61022
61022
|
"id": "PVTF_lADOBGdlVM4AijfuzgbDto4",
|
|
61023
|
-
"value": "",
|
|
61024
|
-
"checked":
|
|
61023
|
+
"value": "https://nl-design-system.github.io/themes/?path=/story/utrecht-root--utrecht-theme",
|
|
61024
|
+
"checked": true
|
|
61025
61025
|
},
|
|
61026
61026
|
{
|
|
61027
61027
|
"dataType": "TEXT",
|
|
@@ -61122,9 +61122,9 @@
|
|
|
61122
61122
|
"checked": true
|
|
61123
61123
|
}
|
|
61124
61124
|
],
|
|
61125
|
-
"done":
|
|
61125
|
+
"done": true,
|
|
61126
61126
|
"progress": {
|
|
61127
|
-
"value":
|
|
61127
|
+
"value": 11,
|
|
61128
61128
|
"max": 11
|
|
61129
61129
|
}
|
|
61130
61130
|
},
|
package/dist/projects.json
CHANGED
|
@@ -2140,7 +2140,7 @@
|
|
|
2140
2140
|
"title": "Community Components - Utrecht",
|
|
2141
2141
|
"shortDescription": null,
|
|
2142
2142
|
"url": "https://github.com/orgs/nl-design-system/projects/36",
|
|
2143
|
-
"updatedAt": "2026-05-
|
|
2143
|
+
"updatedAt": "2026-05-12T09:08:58Z",
|
|
2144
2144
|
"key": "UTRECHT",
|
|
2145
2145
|
"tasks": [
|
|
2146
2146
|
{
|
package/package.json
CHANGED