@sebgroup/green-core 3.12.0 → 3.12.1

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.
@@ -107,7 +107,7 @@ const style = css`
107
107
  }
108
108
 
109
109
  @media (max-width: 576px) {
110
- font: var(--gds-sys-text-detail-book-xs);
110
+ font: var(--gds-sys-text-detail-xs-book);
111
111
  --_padding-inline: var(--gds-sys-space-xs);
112
112
  }
113
113
  }
@@ -1168,7 +1168,7 @@ renderTableRow_fn = function(row, index) {
1168
1168
  return html`
1169
1169
  <tr
1170
1170
  class=${classMap(presentation.classes)}
1171
- aria-level="1"
1171
+ aria-level=${ifDefined(__privateGet(this, _isExpandableEnabled, isExpandableEnabled_get) ? "1" : void 0)}
1172
1172
  aria-expanded=${ifDefined(presentation.ariaExpanded)}
1173
1173
  >
1174
1174
  ${[