@tedi-design-system/core 3.0.1 → 3.2.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.
@@ -1,4 +1,5 @@
1
1
  .tedi-theme--rit {
2
+ --accordion-action-color: var(--general-icon-brand);
2
3
  --alert-default-background-danger: var(--general-status-danger-background-primary);
3
4
  --alert-default-background-info: var(--general-status-info-background-light);
4
5
  --alert-default-background-success: var(--general-status-success-background-primary);
@@ -242,6 +243,7 @@
242
243
  --empty-state-border: var(--card-border-primary);
243
244
  --empty-state-icon-primary: var(--rit-accent-400);
244
245
  --empty-state-icon-secondary: var(--general-icon-tertiary);
246
+ --feedback-indicator: var(--general-icon-background-brand-primary);
245
247
  --file-dropzone-background-default: var(--form-input-background-default);
246
248
  --file-dropzone-background-disabled: var(--form-general-background-disabled);
247
249
  --file-dropzone-background-drop-over: var(--general-surface-brand-quaternary);
@@ -254,24 +256,24 @@
254
256
  --file-dropzone-border-hover: var(--form-input-border-hover);
255
257
  --file-dropzone-text-default: var(--general-text-brand);
256
258
  --file-dropzone-text-drop-over: var(--general-text-tertiary);
257
- --filter-primary-active-background: var(--form-checkbox-radio-card-primary-selected-background);
258
- --filter-primary-active-border: var(--form-checkbox-radio-card-primary-selected-border-group);
259
- --filter-primary-active-text: var(--form-checkbox-radio-card-primary-selected-text);
259
+ --filter-primary-default-background: var(--form-checkbox-radio-card-primary-default-background);
260
+ --filter-primary-default-border: var(--form-checkbox-radio-card-primary-default-border-separate);
261
+ --filter-primary-default-text: var(--form-checkbox-radio-card-primary-default-text);
260
262
  --filter-primary-hover-background: var(--form-checkbox-radio-card-primary-hover-background);
261
263
  --filter-primary-hover-border: var(--form-checkbox-radio-card-primary-hover-border);
262
264
  --filter-primary-hover-text: var(--form-checkbox-radio-card-primary-hover-text);
263
- --filter-primary-inactive-background: var(--form-checkbox-radio-card-primary-default-background);
264
- --filter-primary-inactive-border: var(--form-checkbox-radio-card-primary-default-border-separate);
265
- --filter-primary-inactive-text: var(--form-checkbox-radio-card-primary-default-text);
266
- --filter-secondary-active-background: var(--form-checkbox-radio-card-secondary-selected-background);
267
- --filter-secondary-active-border: var(--form-checkbox-radio-card-secondary-selected-border);
268
- --filter-secondary-active-text: var(--form-checkbox-radio-card-secondary-selected-text);
265
+ --filter-primary-selected-background: var(--form-checkbox-radio-card-primary-selected-background);
266
+ --filter-primary-selected-border: var(--form-checkbox-radio-card-primary-selected-border-group);
267
+ --filter-primary-selected-text: var(--form-checkbox-radio-card-primary-selected-text);
268
+ --filter-secondary-default-background: var(--form-checkbox-radio-card-secondary-default-background);
269
+ --filter-secondary-default-border: var(--form-checkbox-radio-card-secondary-default-border);
270
+ --filter-secondary-default-text: var(--form-checkbox-radio-card-secondary-default-text);
269
271
  --filter-secondary-hover-background: var(--form-checkbox-radio-card-secondary-hover-background);
270
272
  --filter-secondary-hover-border: var(--form-checkbox-radio-card-secondary-hover-border);
271
273
  --filter-secondary-hover-text: var(--form-checkbox-radio-card-secondary-hover-text);
272
- --filter-secondary-inactive-background: var(--form-checkbox-radio-card-secondary-default-background);
273
- --filter-secondary-inactive-border: var(--form-checkbox-radio-card-secondary-default-border);
274
- --filter-secondary-inactive-text: var(--form-checkbox-radio-card-secondary-default-text);
274
+ --filter-secondary-selected-background: var(--form-checkbox-radio-card-secondary-selected-background);
275
+ --filter-secondary-selected-border: var(--form-checkbox-radio-card-secondary-selected-border);
276
+ --filter-secondary-selected-text: var(--form-checkbox-radio-card-secondary-selected-text);
275
277
  --footer-background: var(--general-surface-inverted-secondary);
276
278
  --footer-bottom-background: var(--general-surface-inverted-tertiary);
277
279
  --footer-icon-background: var(--tedi-alpha-white-20);
@@ -405,6 +407,7 @@
405
407
  --general-border-brand: var(--rit-primary-800);
406
408
  --general-border-primary: var(--tedi-neutral-350);
407
409
  --general-border-secondary: var(--tedi-neutral-450);
410
+ --general-border-transparent-white: var(--rit-alpha-white-30);
408
411
  --general-border-white: var(--tedi-neutral-100);
409
412
  --general-icon-accent: var(--rit-accent-400);
410
413
  --general-icon-background-brand-primary: var(--rit-accent-400);
@@ -485,6 +488,7 @@
485
488
  --header-popover-item-active: var(--rit-primary-800);
486
489
  --header-popover-item-hover: var(--general-surface-hover);
487
490
  --header-popover-item-selected: var(--rit-primary-800);
491
+ --header-top-header-border-bottom: var(--general-border-primary);
488
492
  --link-inverted-active: var(--general-text-white);
489
493
  --link-inverted-default: var(--general-text-white);
490
494
  --link-inverted-focus: var(--general-text-white);
@@ -8,6 +8,10 @@
8
8
  --body-extra-small-line-height: var(--tedi-line-height-00);
9
9
  --body-extra-small-size: var(--tedi-size-00);
10
10
  --body-extra-small-weight: var(--tedi-weight-02);
11
+ --body-link-line-height: var(--body-regular-line-height);
12
+ --body-link-size-regular: var(--body-regular-size);
13
+ --body-link-size-responsive: var(--body-small-regular-size);
14
+ --body-link-size-small: var(--body-small-regular-size);
11
15
  --body-regular-line-height: var(--tedi-line-height-03);
12
16
  --body-regular-size: var(--tedi-size-02);
13
17
  --body-regular-weight: var(--tedi-weight-02);