lucent-ui 0.14.1 → 0.14.2
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.
- package/dist/index.cjs +25 -25
- package/dist/index.d.ts +2 -1
- package/dist/index.js +109 -131
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1007,6 +1007,7 @@ declare interface SemanticColorTokens {
|
|
|
1007
1007
|
borderDefault: string;
|
|
1008
1008
|
borderSubtle: string;
|
|
1009
1009
|
borderStrong: string;
|
|
1010
|
+
controlTrack: string;
|
|
1010
1011
|
textPrimary: string;
|
|
1011
1012
|
textSecondary: string;
|
|
1012
1013
|
textDisabled: string;
|
|
@@ -1259,7 +1260,7 @@ export declare type Theme = 'light' | 'dark';
|
|
|
1259
1260
|
* infoDefault: '#3b82f6',
|
|
1260
1261
|
* });
|
|
1261
1262
|
*/
|
|
1262
|
-
export declare type ThemeAnchors = Pick<LucentTokens, 'bgBase' | 'surface' | 'borderDefault' | '
|
|
1263
|
+
export declare type ThemeAnchors = Pick<LucentTokens, 'bgBase' | 'surface' | 'borderDefault' | 'accentDefault' | 'successDefault' | 'warningDefault' | 'dangerDefault' | 'infoDefault'> & Partial<Pick<LucentTokens, 'textPrimary'>>;
|
|
1263
1264
|
|
|
1264
1265
|
/**
|
|
1265
1266
|
* Semantic guidance for each ThemeAnchors key.
|