@rijkshuisstijl-community/design-tokens 4.0.1 → 4.1.0

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/_variables.scss +6 -1
  3. package/dist/index.css +6 -1
  4. package/dist/index.d.ts +6 -1
  5. package/dist/index.js +6 -1
  6. package/dist/index.json +5 -0
  7. package/dist/index.tokens.json +11 -0
  8. package/dist/koop/_variables.scss +1 -1
  9. package/dist/koop/index.css +1 -1
  10. package/dist/koop/index.d.ts +1 -1
  11. package/dist/koop/index.js +1 -1
  12. package/dist/koop/root.css +1 -1
  13. package/dist/koop/tokens.d.ts +1 -1
  14. package/dist/koop/tokens.js +1 -1
  15. package/dist/root.css +6 -1
  16. package/dist/tokens.d.ts +12 -1
  17. package/dist/tokens.js +122 -1
  18. package/dist/uitvoerend-groen/_variables.scss +1 -1
  19. package/dist/uitvoerend-groen/index.css +1 -1
  20. package/dist/uitvoerend-groen/index.d.ts +1 -1
  21. package/dist/uitvoerend-groen/index.js +1 -1
  22. package/dist/uitvoerend-groen/root.css +1 -1
  23. package/dist/uitvoerend-groen/tokens.d.ts +1 -1
  24. package/dist/uitvoerend-groen/tokens.js +1 -1
  25. package/dist/uitvoerend-hemelblauw/_variables.scss +1 -1
  26. package/dist/uitvoerend-hemelblauw/index.css +1 -1
  27. package/dist/uitvoerend-hemelblauw/index.d.ts +1 -1
  28. package/dist/uitvoerend-hemelblauw/index.js +1 -1
  29. package/dist/uitvoerend-hemelblauw/root.css +1 -1
  30. package/dist/uitvoerend-hemelblauw/tokens.d.ts +1 -1
  31. package/dist/uitvoerend-hemelblauw/tokens.js +1 -1
  32. package/dist/uitvoerend-mintgroen/_variables.scss +1 -1
  33. package/dist/uitvoerend-mintgroen/index.css +1 -1
  34. package/dist/uitvoerend-mintgroen/index.d.ts +1 -1
  35. package/dist/uitvoerend-mintgroen/index.js +1 -1
  36. package/dist/uitvoerend-mintgroen/root.css +1 -1
  37. package/dist/uitvoerend-mintgroen/tokens.d.ts +1 -1
  38. package/dist/uitvoerend-mintgroen/tokens.js +1 -1
  39. package/dist/uitvoerend-oranje/_variables.scss +1 -1
  40. package/dist/uitvoerend-oranje/index.css +1 -1
  41. package/dist/uitvoerend-oranje/index.d.ts +1 -1
  42. package/dist/uitvoerend-oranje/index.js +1 -1
  43. package/dist/uitvoerend-oranje/root.css +1 -1
  44. package/dist/uitvoerend-oranje/tokens.d.ts +1 -1
  45. package/dist/uitvoerend-oranje/tokens.js +1 -1
  46. package/dist/uitvoerend-paars/_variables.scss +1 -1
  47. package/dist/uitvoerend-paars/index.css +1 -1
  48. package/dist/uitvoerend-paars/index.d.ts +1 -1
  49. package/dist/uitvoerend-paars/index.js +1 -1
  50. package/dist/uitvoerend-paars/root.css +1 -1
  51. package/dist/uitvoerend-paars/tokens.d.ts +1 -1
  52. package/dist/uitvoerend-paars/tokens.js +1 -1
  53. package/dist/uitvoerend-violet/_variables.scss +1 -1
  54. package/dist/uitvoerend-violet/index.css +1 -1
  55. package/dist/uitvoerend-violet/index.d.ts +1 -1
  56. package/dist/uitvoerend-violet/index.js +1 -1
  57. package/dist/uitvoerend-violet/root.css +1 -1
  58. package/dist/uitvoerend-violet/tokens.d.ts +1 -1
  59. package/dist/uitvoerend-violet/tokens.js +1 -1
  60. package/dist/uitvoerend-violet-oud/_variables.scss +1 -1
  61. package/dist/uitvoerend-violet-oud/index.css +1 -1
  62. package/dist/uitvoerend-violet-oud/index.d.ts +1 -1
  63. package/dist/uitvoerend-violet-oud/index.js +1 -1
  64. package/dist/uitvoerend-violet-oud/root.css +1 -1
  65. package/dist/uitvoerend-violet-oud/tokens.d.ts +1 -1
  66. package/dist/uitvoerend-violet-oud/tokens.js +1 -1
  67. package/dist/wetgevend/_variables.scss +1 -1
  68. package/dist/wetgevend/index.css +1 -1
  69. package/dist/wetgevend/index.d.ts +1 -1
  70. package/dist/wetgevend/index.js +1 -1
  71. package/dist/wetgevend/root.css +1 -1
  72. package/dist/wetgevend/tokens.d.ts +1 -1
  73. package/dist/wetgevend/tokens.js +1 -1
  74. package/figma/figma.tokens.json +31 -1
  75. package/package.json +1 -1
  76. package/src/generated/base.tokens.json +26 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @rijkshuisstijl-community/design-tokens
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 08d4354: add expandable checkbox group
8
+
3
9
  ## 4.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
 
5
5
  $basis-focus-outline-width: 2px;
6
6
  $basis-focus-inverse-outline-color: #fff;
@@ -536,6 +536,11 @@ $rhc-data-summary-font-family: 'Fira Sans', Arial, Verdana, sans-serif;
536
536
  $rhc-dot-badge-size: 12px;
537
537
  $rhc-dot-badge-color: #d52b1e;
538
538
  $rhc-dot-badge-border-radius: 999px;
539
+ $rhc-expandable-checkbox-group-summary-text-decoration: underline;
540
+ $rhc-expandable-checkbox-group-summary-margin-block-start: 0.5rem;
541
+ $rhc-expandable-checkbox-group-summary-margin-block-end: 0.5rem;
542
+ $rhc-expandable-checkbox-group-summary-color: #01689b;
543
+ $rhc-expandable-checkbox-group-details-margin-block-start: 0.5rem;
539
544
  $rhc-file-subtitle-color: #64748B;
540
545
  $rhc-file-error-border-color: #d52b1e;
541
546
  $rhc-file-column-gap: 0.25rem;
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  .rhc-theme {
@@ -538,6 +538,11 @@
538
538
  --rhc-dot-badge-size: 12px;
539
539
  --rhc-dot-badge-color: #d52b1e;
540
540
  --rhc-dot-badge-border-radius: 999px;
541
+ --rhc-expandable-checkbox-group-summary-text-decoration: underline;
542
+ --rhc-expandable-checkbox-group-summary-margin-block-start: 0.5rem;
543
+ --rhc-expandable-checkbox-group-summary-margin-block-end: 0.5rem;
544
+ --rhc-expandable-checkbox-group-summary-color: #01689b;
545
+ --rhc-expandable-checkbox-group-details-margin-block-start: 0.5rem;
541
546
  --rhc-file-subtitle-color: #64748B;
542
547
  --rhc-file-error-border-color: #d52b1e;
543
548
  --rhc-file-column-gap: 0.25rem;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  export const utrechtColumnLayoutColumnRuleColor : string;
@@ -1001,6 +1001,11 @@ export const rhcFilePaddingBlockEnd : string;
1001
1001
  export const rhcFileColumnGap : string;
1002
1002
  export const rhcFileErrorBorderColor : string;
1003
1003
  export const rhcFileSubtitleColor : string;
1004
+ export const rhcExpandableCheckboxGroupDetailsMarginBlockStart : string;
1005
+ export const rhcExpandableCheckboxGroupSummaryColor : string;
1006
+ export const rhcExpandableCheckboxGroupSummaryMarginBlockEnd : string;
1007
+ export const rhcExpandableCheckboxGroupSummaryMarginBlockStart : string;
1008
+ export const rhcExpandableCheckboxGroupSummaryTextDecoration : string;
1004
1009
  export const rhcDotBadgeBorderRadius : string;
1005
1010
  export const rhcDotBadgeColor : string;
1006
1011
  export const rhcDotBadgeSize : string;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  export const utrechtColumnLayoutColumnRuleColor = "transparent";
@@ -1001,6 +1001,11 @@ export const rhcFilePaddingBlockEnd = "0.75rem";
1001
1001
  export const rhcFileColumnGap = "0.25rem";
1002
1002
  export const rhcFileErrorBorderColor = "#d52b1e";
1003
1003
  export const rhcFileSubtitleColor = "#64748B";
1004
+ export const rhcExpandableCheckboxGroupDetailsMarginBlockStart = "0.5rem";
1005
+ export const rhcExpandableCheckboxGroupSummaryColor = "#01689b";
1006
+ export const rhcExpandableCheckboxGroupSummaryMarginBlockEnd = "0.5rem";
1007
+ export const rhcExpandableCheckboxGroupSummaryMarginBlockStart = "0.5rem";
1008
+ export const rhcExpandableCheckboxGroupSummaryTextDecoration = "underline";
1004
1009
  export const rhcDotBadgeBorderRadius = "999px";
1005
1010
  export const rhcDotBadgeColor = "#d52b1e";
1006
1011
  export const rhcDotBadgeSize = "12px";
package/dist/index.json CHANGED
@@ -997,6 +997,11 @@
997
997
  "rhcFileColumnGap": "0.25rem",
998
998
  "rhcFileErrorBorderColor": "#d52b1e",
999
999
  "rhcFileSubtitleColor": "#64748B",
1000
+ "rhcExpandableCheckboxGroupDetailsMarginBlockStart": "0.5rem",
1001
+ "rhcExpandableCheckboxGroupSummaryColor": "#01689b",
1002
+ "rhcExpandableCheckboxGroupSummaryMarginBlockEnd": "0.5rem",
1003
+ "rhcExpandableCheckboxGroupSummaryMarginBlockStart": "0.5rem",
1004
+ "rhcExpandableCheckboxGroupSummaryTextDecoration": "underline",
1000
1005
  "rhcDotBadgeBorderRadius": "999px",
1001
1006
  "rhcDotBadgeColor": "#d52b1e",
1002
1007
  "rhcDotBadgeSize": "12px",
@@ -1550,6 +1550,17 @@
1550
1550
  "color": "#64748B"
1551
1551
  }
1552
1552
  },
1553
+ "expandable-checkbox-group": {
1554
+ "details": {
1555
+ "margin-block-start": "0.5rem"
1556
+ },
1557
+ "summary": {
1558
+ "color": "#01689b",
1559
+ "margin-block-end": "0.5rem",
1560
+ "margin-block-start": "0.5rem",
1561
+ "text-decoration": "underline"
1562
+ }
1563
+ },
1553
1564
  "dot-badge": {
1554
1565
  "border-radius": "999px",
1555
1566
  "color": "#d52b1e",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  .koop {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/dist/root.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -538,6 +538,11 @@
538
538
  --rhc-dot-badge-size: 12px;
539
539
  --rhc-dot-badge-color: #d52b1e;
540
540
  --rhc-dot-badge-border-radius: 999px;
541
+ --rhc-expandable-checkbox-group-summary-text-decoration: underline;
542
+ --rhc-expandable-checkbox-group-summary-margin-block-start: 0.5rem;
543
+ --rhc-expandable-checkbox-group-summary-margin-block-end: 0.5rem;
544
+ --rhc-expandable-checkbox-group-summary-color: #01689b;
545
+ --rhc-expandable-checkbox-group-details-margin-block-start: 0.5rem;
541
546
  --rhc-file-subtitle-color: #64748B;
542
547
  --rhc-file-error-border-color: #d52b1e;
543
548
  --rhc-file-column-gap: 0.25rem;
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1573,6 +1573,17 @@ declare const tokens: {
1573
1573
  "color": DesignToken
1574
1574
  }
1575
1575
  },
1576
+ "expandable-checkbox-group": {
1577
+ "details": {
1578
+ "margin-block-start": DesignToken
1579
+ },
1580
+ "summary": {
1581
+ "color": DesignToken,
1582
+ "margin-block-end": DesignToken,
1583
+ "margin-block-start": DesignToken,
1584
+ "text-decoration": DesignToken
1585
+ }
1586
+ },
1576
1587
  "dot-badge": {
1577
1588
  "border-radius": DesignToken,
1578
1589
  "color": DesignToken,
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -23499,6 +23499,127 @@ module.exports = {
23499
23499
  }
23500
23500
  }
23501
23501
  },
23502
+ "expandable-checkbox-group": {
23503
+ "details": {
23504
+ "margin-block-start": {
23505
+ "value": "0.5rem",
23506
+ "type": "dimension",
23507
+ "filePath": "src/generated/base.tokens.json",
23508
+ "isSource": true,
23509
+ "original": {
23510
+ "value": "0.5rem",
23511
+ "type": "dimension"
23512
+ },
23513
+ "name": "rhcExpandableCheckboxGroupDetailsMarginBlockStart",
23514
+ "attributes": {
23515
+ "category": "rhc",
23516
+ "type": "expandable-checkbox-group",
23517
+ "item": "details",
23518
+ "subitem": "margin-block-start"
23519
+ },
23520
+ "path": [
23521
+ "rhc",
23522
+ "expandable-checkbox-group",
23523
+ "details",
23524
+ "margin-block-start"
23525
+ ]
23526
+ }
23527
+ },
23528
+ "summary": {
23529
+ "color": {
23530
+ "value": "#01689b",
23531
+ "type": "color",
23532
+ "filePath": "src/generated/base.tokens.json",
23533
+ "isSource": true,
23534
+ "original": {
23535
+ "value": "#01689b",
23536
+ "type": "color"
23537
+ },
23538
+ "name": "rhcExpandableCheckboxGroupSummaryColor",
23539
+ "attributes": {
23540
+ "category": "rhc",
23541
+ "type": "expandable-checkbox-group",
23542
+ "item": "summary",
23543
+ "subitem": "color"
23544
+ },
23545
+ "path": [
23546
+ "rhc",
23547
+ "expandable-checkbox-group",
23548
+ "summary",
23549
+ "color"
23550
+ ]
23551
+ },
23552
+ "margin-block-end": {
23553
+ "value": "0.5rem",
23554
+ "type": "dimension",
23555
+ "filePath": "src/generated/base.tokens.json",
23556
+ "isSource": true,
23557
+ "original": {
23558
+ "value": "0.5rem",
23559
+ "type": "dimension"
23560
+ },
23561
+ "name": "rhcExpandableCheckboxGroupSummaryMarginBlockEnd",
23562
+ "attributes": {
23563
+ "category": "rhc",
23564
+ "type": "expandable-checkbox-group",
23565
+ "item": "summary",
23566
+ "subitem": "margin-block-end"
23567
+ },
23568
+ "path": [
23569
+ "rhc",
23570
+ "expandable-checkbox-group",
23571
+ "summary",
23572
+ "margin-block-end"
23573
+ ]
23574
+ },
23575
+ "margin-block-start": {
23576
+ "value": "0.5rem",
23577
+ "type": "dimension",
23578
+ "filePath": "src/generated/base.tokens.json",
23579
+ "isSource": true,
23580
+ "original": {
23581
+ "value": "0.5rem",
23582
+ "type": "dimension"
23583
+ },
23584
+ "name": "rhcExpandableCheckboxGroupSummaryMarginBlockStart",
23585
+ "attributes": {
23586
+ "category": "rhc",
23587
+ "type": "expandable-checkbox-group",
23588
+ "item": "summary",
23589
+ "subitem": "margin-block-start"
23590
+ },
23591
+ "path": [
23592
+ "rhc",
23593
+ "expandable-checkbox-group",
23594
+ "summary",
23595
+ "margin-block-start"
23596
+ ]
23597
+ },
23598
+ "text-decoration": {
23599
+ "type": "textDecoration",
23600
+ "value": "underline",
23601
+ "filePath": "src/generated/base.tokens.json",
23602
+ "isSource": true,
23603
+ "original": {
23604
+ "type": "textDecoration",
23605
+ "value": "underline"
23606
+ },
23607
+ "name": "rhcExpandableCheckboxGroupSummaryTextDecoration",
23608
+ "attributes": {
23609
+ "category": "rhc",
23610
+ "type": "expandable-checkbox-group",
23611
+ "item": "summary",
23612
+ "subitem": "text-decoration"
23613
+ },
23614
+ "path": [
23615
+ "rhc",
23616
+ "expandable-checkbox-group",
23617
+ "summary",
23618
+ "text-decoration"
23619
+ ]
23620
+ }
23621
+ }
23622
+ },
23502
23623
  "dot-badge": {
23503
23624
  "border-radius": {
23504
23625
  "value": "999px",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-groen {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-hemelblauw {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:47 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-mintgroen {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-oranje {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:50 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-paars {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-violet {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-violet-oud {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ // Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
 
5
5
  $rhc-space-700: 3.5rem;
6
6
  $rhc-space-600: 3rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  .wetgevend {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  export const utrechtTextboxHoverBackgroundColor = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:49 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Jul 2025 08:31:48 GMT
3
+ * Generated on Fri, 01 Aug 2025 12:51:45 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -3843,6 +3843,36 @@
3843
3843
  }
3844
3844
  }
3845
3845
  }
3846
+ },
3847
+ "components/expandable-checkbox-group": {
3848
+ "rhc": {
3849
+ "expandable-checkbox-group": {
3850
+ "details": {
3851
+ "margin-block-start": {
3852
+ "value": "{rhc.space.100}",
3853
+ "type": "dimension"
3854
+ }
3855
+ },
3856
+ "summary": {
3857
+ "color": {
3858
+ "value": "{rhc.color.foreground.link}",
3859
+ "type": "color"
3860
+ },
3861
+ "margin-block-end": {
3862
+ "value": "{rhc.space.100}",
3863
+ "type": "dimension"
3864
+ },
3865
+ "margin-block-start": {
3866
+ "value": "{rhc.space.100}",
3867
+ "type": "dimension"
3868
+ },
3869
+ "text-decoration": {
3870
+ "type": "textDecoration",
3871
+ "value": "underline"
3872
+ }
3873
+ }
3874
+ }
3875
+ }
3846
3876
  },
3847
3877
  "components/fieldset": {
3848
3878
  "utrecht": {
@@ -10970,4 +11000,4 @@
10970
11000
  "overwrites/koop/link"
10971
11001
  ]
10972
11002
  }
10973
- }
11003
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rijkshuisstijl-community/design-tokens",
3
- "version": "4.0.1",
3
+ "version": "4.1.0",
4
4
  "author": "Community for NL Design System",
5
5
  "description": "Example design tokens",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -4692,6 +4692,32 @@
4692
4692
  }
4693
4693
  }
4694
4694
  },
4695
+ "expandable-checkbox-group": {
4696
+ "details": {
4697
+ "margin-block-start": {
4698
+ "value": "0.5rem",
4699
+ "type": "dimension"
4700
+ }
4701
+ },
4702
+ "summary": {
4703
+ "color": {
4704
+ "value": "#01689b",
4705
+ "type": "color"
4706
+ },
4707
+ "margin-block-end": {
4708
+ "value": "0.5rem",
4709
+ "type": "dimension"
4710
+ },
4711
+ "margin-block-start": {
4712
+ "value": "0.5rem",
4713
+ "type": "dimension"
4714
+ },
4715
+ "text-decoration": {
4716
+ "type": "textDecoration",
4717
+ "value": "underline"
4718
+ }
4719
+ }
4720
+ },
4695
4721
  "dot-badge": {
4696
4722
  "border-radius": {
4697
4723
  "value": "999px",