@@ -97,7 +97,15 @@ export type ColorBorderAlias =
9797 | 'border-strong-hover'
9898 | 'border-subdued'
9999 | 'border-success'
100- | 'border-success-subdued' ;
100+ | 'border-success-subdued'
101+ | 'experimental-bg-input-hover'
102+ | 'experimental-bg-input-active'
103+ | 'experimental-bg-transparent'
104+ | 'experimental-bg-transparent-subdued'
105+ | 'experimental-bg-transparent-hover'
106+ | 'experimental-bg-transparent-active'
107+ | 'experimental-bg-inverse-transparent-hover'
108+ | 'experimental-bg-inverse-transparent-active' ;
101109
102110export type ColorIconAlias =
103111 | 'icon'
@@ -145,25 +153,14 @@ export type ColorTextAlias =
145153 | 'text-subdued'
146154 | 'text-success'
147155 | 'text-success-strong'
148- | 'text-warning-strong' ;
149-
150- type ColorExperimentalAlias =
151- | 'subdued-link'
152- | 'bg-input-hover'
153- | 'bg-input-active'
154- | 'bg-transparent'
155- | 'bg-transparent-subdued'
156- | 'bg-transparent-hover'
157- | 'bg-transparent-active'
158- | 'bg-inverse-transparent-hover'
159- | 'bg-inverse-transparent-active' ;
156+ | 'text-warning-strong'
157+ | 'experimental-subdued-link' ;
160158
161159export type ColorTokenName =
162160 | `color-${ColorBackgroundAlias } `
163161 | `color-${ColorBorderAlias } `
164162 | `color-${ColorIconAlias } `
165- | `color-${ColorTextAlias } `
166- | `color-experimental-${ColorExperimentalAlias } `;
163+ | `color-${ColorTextAlias } `;
167164
168165export type ColorTokenGroup = {
169166 [ TokenName in ColorTokenName ] : string ;
0 commit comments