|
18 | 18 | --sl-flex-direction-row-reverse: row-reverse; |
19 | 19 | --sl-flex-direction-column-reverse: column-reverse; |
20 | 20 | --sl-flex-direction-column: column; |
| 21 | + --sl-opacity-transparent: 0; |
| 22 | + --sl-opacity-1000: 1; |
| 23 | + --sl-opacity-900: 0.8; |
| 24 | + --sl-opacity-800: 0.64; |
| 25 | + --sl-opacity-700: 0.48; |
| 26 | + --sl-opacity-600: 0.32; |
| 27 | + --sl-opacity-500: 0.2; |
| 28 | + --sl-opacity-400: 0.16; |
| 29 | + --sl-opacity-300: 0.12; |
| 30 | + --sl-opacity-200: 0.08; |
| 31 | + --sl-opacity-150: 0.06; |
| 32 | + --sl-opacity-100: 0.04; |
| 33 | + --sl-opacity-50: 0.02; |
21 | 34 | --sl-size-avatar-3xl: 80px; |
22 | 35 | --sl-size-avatar-xl: 52px; |
23 | 36 | --sl-size-avatar-lg: 40px; |
|
38 | 51 | --sl-size-3xs: 4px; |
39 | 52 | --sl-size-4xs: 2px; |
40 | 53 | --sl-size-none: 0px; |
41 | | - --sl-opacity-transparent: 0; |
42 | | - --sl-opacity-1000: 1; |
43 | | - --sl-opacity-900: 0.8; |
44 | | - --sl-opacity-800: 0.64; |
45 | | - --sl-opacity-700: 0.48; |
46 | | - --sl-opacity-600: 0.32; |
47 | | - --sl-opacity-500: 0.2; |
48 | | - --sl-opacity-400: 0.16; |
49 | | - --sl-opacity-300: 0.12; |
50 | | - --sl-opacity-200: 0.08; |
51 | | - --sl-opacity-150: 0.06; |
52 | | - --sl-opacity-100: 0.04; |
53 | | - --sl-opacity-50: 0.02; |
54 | 54 | --sl-icon-typeset-font-size-2xs: 10px; |
55 | 55 | --sl-icon-core-ellipsis: ellipsis; |
56 | 56 | --sl-icon-core-circle-check-solid: circle-check; |
|
289 | 289 | --sl-size-input-option-lg: var(--sl-size-2xl); |
290 | 290 | --sl-size-input-option-md: var(--sl-size-xl); |
291 | 291 | --sl-size-input-option-sm: var(--sl-size-lg); |
| 292 | + --sl-size-select-indicator: var(--sl-size-3xs); |
292 | 293 | --sl-dialog-footer-justify-content: var(--sl-justify-content-end); |
293 | 294 | --sl-dialog-footer-flex-direction: var(--sl-flex-direction-row); |
294 | 295 | --sl-dialog-header-flex-direction: var(--sl-flex-direction-column); |
|
502 | 503 | --sl-space-tooltip-inline: var(--sl-space-md); |
503 | 504 | --sl-space-tooltip-block: var(--sl-space-sm); |
504 | 505 | --sl-space-tooltip-arrow-offset: var(--sl-space-sm); |
| 506 | + --sl-border-width-border-tabbar: var(--sl-border-width-xs); |
| 507 | + --sl-border-width-border-tab: var(--sl-border-width-xs); |
505 | 508 | --sl-border-width-tooltip-border: var(--sl-border-width-xs); |
506 | 509 | --sl-border-width-tooltip-none: var(--sl-border-width-none); |
507 | 510 | --sl-border-width-divider: var(--sl-border-width-xs); |
|
531 | 534 | --sl-border-radius-button-md: var(--sl-border-radius-full); |
532 | 535 | --sl-border-radius-button-sm: var(--sl-border-radius-full); |
533 | 536 | --sl-border-radius-badge-full: var(--sl-border-radius-full); |
| 537 | + --sl-text-tab-subtitle: var(--sl-text-typeset-font-weight-regular) var(--sl-text-typeset-font-size-md) / |
| 538 | + var(--sl-text-typeset-line-height-md) var(--sl-text-typeset-font-family-body); |
| 539 | + --sl-text-tab-title: var(--sl-text-typeset-font-weight-demibold) var(--sl-text-typeset-font-size-lg) / |
| 540 | + var(--sl-text-typeset-line-height-md) var(--sl-text-typeset-font-family-body); |
534 | 541 | --sl-text-list-sm-normal: var(--sl-text-typeset-font-weight-regular) var(--sl-text-typeset-font-size-md) / |
535 | 542 | var(--sl-text-typeset-line-height-md) var(--sl-text-typeset-font-family-body); |
536 | 543 | --sl-text-tooltip-text-title: var(--sl-text-typeset-font-weight-bold) var(--sl-text-typeset-font-size-sm) / |
|
778 | 785 | --sl-box-shadow-none: 0 0 0 0 rgb(var(--sl-color-palette-transparent-base)); |
779 | 786 | --sl-box-shadow-focus: 0 0 0 3px rgba(var(--sl-color-palette-info-500) / var(--sl-opacity-500)); |
780 | 787 | --sl-body-background: rgb(var(--sl-color-palette-white-base)); |
| 788 | + --sl-color-tab-active-border: rgb(var(--sl-color-palette-neutral-500)); |
| 789 | + --sl-color-tab-active-background: rgb(var(--sl-color-palette-accent-100)); |
| 790 | + --sl-color-tab-tabbar-border: rgb(var(--sl-color-palette-neutral-500)); |
| 791 | + --sl-color-tab-disabled-border: rgb(var(--sl-color-palette-neutral-500)); |
| 792 | + --sl-color-tab-hover-border: rgb(var(--sl-color-palette-neutral-500)); |
| 793 | + --sl-color-tab-hover-background: rgb(var(--sl-color-palette-accent-50)); |
| 794 | + --sl-color-tab-default-indicator: rgb(var(--sl-color-palette-primary-base)); |
| 795 | + --sl-color-tab-default-border: rgb(var(--sl-color-palette-neutral-500)); |
781 | 796 | --sl-color-inline-message-danger-icon: rgb(var(--sl-color-palette-danger-base)); |
782 | 797 | --sl-color-inline-message-danger-border: rgb(var(--sl-color-palette-danger-base)); |
783 | 798 | --sl-color-inline-message-danger-foreground: rgb(var(--sl-color-palette-danger-500)); |
|
1195 | 1210 | --sl-color-avatar-foreground: rgb(var(--sl-color-palette-white-base)); |
1196 | 1211 | --sl-color-avatar-background: rgb(var(--sl-color-palette-primary-base)); |
1197 | 1212 | --sl-body-foreground: rgb(var(--sl-color-palette-black-base)); |
| 1213 | + --sl-color-tab-content-background: var(--sl-body-background); |
| 1214 | + --sl-color-tab-tabbar-background: var(--sl-body-background); |
| 1215 | + --sl-color-tab-disabled-foreground: rgb(var(--sl-color-palette-neutral-400)); |
| 1216 | + --sl-color-tab-disabled-background: var(--sl-body-background); |
| 1217 | + --sl-color-tab-default-background: var(--sl-body-background); |
1198 | 1218 | --sl-color-inline-message-info-background: rgb(var(--sl-color-palette-info-50)); |
1199 | 1219 | --sl-color-dialog-border: var(--sl-body-background); |
1200 | 1220 | --sl-color-dialog-background: var(--sl-body-background); |
|
1368 | 1388 | --sl-color-button-primary-ghost-idle-background: var(--sl-body-background); |
1369 | 1389 | --sl-color-button-primary-outline-idle-background: var(--sl-body-background); |
1370 | 1390 | --sl-color-button-default-link-hover-foreground: rgb(var(--sl-color-palette-accent-700)); |
| 1391 | + --sl-color-tab-content-foreground: var(--sl-body-foreground); |
| 1392 | + --sl-color-tab-active-foreground: var(--sl-body-foreground); |
| 1393 | + --sl-color-tab-tabbar-foreground: var(--sl-body-foreground); |
| 1394 | + --sl-color-tab-hover-foreground: var(--sl-body-foreground); |
| 1395 | + --sl-color-tab-default-foreground: var(--sl-body-foreground); |
1371 | 1396 | --sl-color-dialog-foreground: var(--sl-body-foreground); |
1372 | 1397 | --sl-color-select-selectbox-valid-disabled-input-text: var(--sl-color-input-text-field-valid-disabled-input-text); |
1373 | 1398 | --sl-color-select-selectbox-valid-disabled-icon: var(--sl-color-input-text-field-valid-disabled-icon); |
|
0 commit comments