@nldd/design-system 0.8.71 → 0.8.73

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 (23) hide show
  1. package/dist/components/components.js +1 -1
  2. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  3. package/dist/components/content/icon/icon-aliases.js +91 -13
  4. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  5. package/dist/components/content/icon/icon-gallery-status.d.ts +3 -0
  6. package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -0
  7. package/dist/components/content/icon/icon-gallery-status.js +82 -0
  8. package/dist/components/content/icon/icon-gallery-status.js.map +1 -0
  9. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  10. package/dist/components/content/icon/icon-registry.js +63 -26
  11. package/dist/components/content/icon/icon-registry.js.map +1 -1
  12. package/dist/components/{index-DzJola_U.js → index-73GOYriu.js} +1 -1
  13. package/dist/components/{index-n8evy8Za.js → index-BBerWrN2.js} +1 -1
  14. package/dist/components/{index-CbaaFM8N.js → index-CAIa-ZY1.js} +1 -1
  15. package/dist/components/{index-DRtuMofR.js → index-CChmEZdd.js} +1 -1
  16. package/dist/components/{index-t08wCuGl.js → index-CI0H6jWT.js} +171 -52
  17. package/dist/components/{index-CDK46KLh.js → index-JawcAuAj.js} +1 -1
  18. package/dist/components/{index-DuvuHfMi.js → index-fjTBz8ya.js} +1 -1
  19. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
  20. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +9 -5
  21. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
  22. package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js +2 -2
  23. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, g as EditorView, h as syntaxTree, j as EditorSelection, b as LRLanguage, i as indentNodeProp, f as foldNodeProp, k as bracketMatchingHandle } from "./index-t08wCuGl.js";
1
+ import { L as LRParser, E as ExternalTokenizer, C as ContextTracker, s as styleTags, t as tags, a as LanguageSupport, g as EditorView, h as syntaxTree, j as EditorSelection, b as LRLanguage, i as indentNodeProp, f as foldNodeProp, k as bracketMatchingHandle } from "./index-CI0H6jWT.js";
2
2
  const StartTag = 1, StartCloseTag = 2, MissingCloseTag = 3, mismatchedStartCloseTag = 4, incompleteStartCloseTag = 5, commentContent$1 = 36, piContent$1 = 37, cdataContent$1 = 38, Element$1 = 11, OpenTag = 13;
3
3
  function nameChar(ch) {
4
4
  return ch == 45 || ch == 46 || ch == 58 || ch >= 65 && ch <= 90 || ch == 95 || ch >= 97 && ch <= 122 || ch >= 161;
@@ -1,4 +1,4 @@
1
- import { a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, E as ExternalTokenizer, l as ifNotIn, m as completeFromList, L as LRParser, h as syntaxTree, t as tags } from "./index-t08wCuGl.js";
1
+ import { a as LanguageSupport, b as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, E as ExternalTokenizer, l as ifNotIn, m as completeFromList, L as LRParser, h as syntaxTree, t as tags } from "./index-CI0H6jWT.js";
2
2
  const whitespace = 36, LineComment = 1, BlockComment = 2, String$1 = 3, Number = 4, Bool = 5, Null = 6, ParenL = 7, ParenR = 8, BraceL = 9, BraceR = 10, BracketL = 11, BracketR = 12, Semi = 13, Dot = 14, Operator = 15, Punctuation = 16, SpecialVar = 17, Identifier = 18, QuotedIdentifier = 19, Keyword = 20, Type = 21, Bits = 22, Bytes = 23, Builtin = 24;
3
3
  function isAlpha(ch) {
4
4
  return ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122 || ch >= 48 && ch <= 57;
@@ -1 +1 @@
1
- {"version":3,"file":"timeline-track-cell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,yBAmJnC,CAAC"}
1
+ {"version":3,"file":"timeline-track-cell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,yBAuJnC,CAAC"}
@@ -16,7 +16,7 @@ export const timelineTrackCellStyles = css `
16
16
  --_ring-color: var(--context-parent-background-color, var(--semantics-surfaces-base-background-color));
17
17
  --_marker-content-color: var(--semantics-content-contrast-color);
18
18
  --_future-content-color: var(--semantics-content-secondary-color);
19
- --_current-fill-color: light-dark(var(--primitives-color-accent-100), var(--primitives-color-accent-150));
19
+ --_current-fill-color: light-dark(var(--primitives-color-accent-75), var(--primitives-color-accent-100));
20
20
  --_icon-size: calc(var(--_marker-size) * 2 / 3);
21
21
 
22
22
  isolation: isolate;
@@ -33,7 +33,7 @@ export const timelineTrackCellStyles = css `
33
33
  }
34
34
 
35
35
  :host([minor]) {
36
- --_marker-size: var(--primitives-space-8);
36
+ --_marker-size: var(--primitives-space-10);
37
37
  }
38
38
 
39
39
  :host([variant="step"]) {
@@ -64,9 +64,13 @@ export const timelineTrackCellStyles = css `
64
64
  width: var(--_line-width);
65
65
  }
66
66
 
67
+ /* The lines that run on downward also bridge the row boundary: an
68
+ nldd-list-item reserves a divider's worth of space below itself, and
69
+ without this the track breaks at every row. The top line needs nothing —
70
+ the row above already covers the band. */
67
71
  .timeline-track-cell__full-line {
68
72
  top: 0;
69
- bottom: 0;
73
+ bottom: calc(-1 * var(--semantics-dividers-thickness));
70
74
  }
71
75
 
72
76
  .timeline-track-cell__top-line {
@@ -76,7 +80,7 @@ export const timelineTrackCellStyles = css `
76
80
 
77
81
  .timeline-track-cell__bottom-line {
78
82
  top: 50%;
79
- height: 50%;
83
+ bottom: calc(-1 * var(--semantics-dividers-thickness));
80
84
  }
81
85
 
82
86
  :host([status="future"]) .timeline-track-cell__top-line,
@@ -114,7 +118,7 @@ export const timelineTrackCellStyles = css `
114
118
  /* Ring in the background color: masks the line running underneath. */
115
119
  box-shadow: 0 0 0 var(--_ring-thickness) var(--_ring-color);
116
120
  color: var(--_marker-content-color);
117
- font: var(--primitives-font-body-sm-regular-flat);
121
+ font: var(--primitives-font-body-sm-medium-flat);
118
122
  }
119
123
 
120
124
  :host([status="past"]) .timeline-track-cell__marker,
@@ -1 +1 @@
1
- {"version":3,"file":"timeline-track-cell.styles.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmJzC,CAAC"}
1
+ {"version":3,"file":"timeline-track-cell.styles.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuJzC,CAAC"}
@@ -26,7 +26,7 @@ export const stepIndicatorStyles = css `
26
26
  --_ring-color: var(--context-parent-background-color, var(--semantics-surfaces-base-background-color));
27
27
  --_marker-content-color: var(--semantics-content-secondary-color);
28
28
  --_progress-content-color: var(--semantics-content-contrast-color);
29
- --_current-fill-color: light-dark(var(--primitives-color-accent-100), var(--primitives-color-accent-150));
29
+ --_current-fill-color: light-dark(var(--primitives-color-accent-75), var(--primitives-color-accent-100));
30
30
  --_icon-size: var(--primitives-space-16);
31
31
  --_title-color: var(--semantics-content-secondary-color);
32
32
  --_current-title-color: var(--semantics-content-color);
@@ -183,7 +183,7 @@ export const stepIndicatorItemStyles = css `
183
183
  box-shadow: 0 0 0 var(--_ring-thickness) var(--_ring-color);
184
184
  background-color: var(--_track-color);
185
185
  color: var(--_marker-content-color);
186
- font: var(--primitives-font-body-sm-regular-flat);
186
+ font: var(--primitives-font-body-sm-medium-flat);
187
187
 
188
188
  @media (forced-colors: active) {
189
189
  border: var(--primitives-border-width-regular) solid CanvasText;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nldd/design-system",
3
- "version": "0.8.71",
3
+ "version": "0.8.73",
4
4
  "description": "Design System voor Nederlandse Digitale Dienst",
5
5
  "type": "module",
6
6
  "main": "dist/components/components.js",