Add delete confirmation overlay pattern with tokens and docs

This commit is contained in:
2026-05-28 08:51:04 +02:00
parent 9e16eb5480
commit bf7a6675fb
6 changed files with 170 additions and 0 deletions
+10
View File
@@ -197,6 +197,16 @@
--text-align-text-layout-column-left: left;
--text-align-text-layout-column-center: center;
--text-align-text-layout-column-right: right;
--surface-delete-confirmation-overlay: var(--color-light-grey);
--text-delete-confirmation-overlay: var(--color-font-dark);
--layout-delete-confirmation-target-max-width: 35rem;
--layout-delete-confirmation-overlay-max-width: 28rem;
--layout-delete-confirmation-overlay-offset-block-start: var(--spacing-large);
--layout-delete-confirmation-content-gap: var(--spacing-small);
--layout-delete-confirmation-actions-gap: var(--spacing-small);
--layout-delete-confirmation-label-width: var(--dimension-input-label-width);
--layout-delete-confirmation-target-dim-factor: 0.6;
--layer-delete-confirmation-overlay: 50;
/* Typography */
--font-family-base: "Open Sans", sans-serif;