@omnia/fx-models 8.0.11-dev → 8.0.12-dev
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.
|
@@ -130,7 +130,7 @@ export type SkeletonLoaderTypesCombination = `${SkeletonLoaderTypes}` | `${Skele
|
|
|
130
130
|
export declare const ScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
|
|
131
131
|
export type ScrollOffsetTypes = "dialog" | "drawer" | string;
|
|
132
132
|
export declare const ScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
133
|
-
export declare const TabVariantDefinitions: readonly ["default", "navigation", "settings"];
|
|
133
|
+
export declare const TabVariantDefinitions: readonly ["default", "navigation", "settings", "header"];
|
|
134
134
|
export type TabVariants = typeof TabVariantDefinitions[number];
|
|
135
135
|
export declare const TabVariantsName = "TabVariants";
|
|
136
136
|
/** Text Box */
|
|
@@ -99,7 +99,7 @@ exports.SkeletonLoaderName = "SkeletonLoaderTypes";
|
|
|
99
99
|
/** Tabs */
|
|
100
100
|
exports.ScrollOffsetTypeDefinitions = ["dialog", "drawer"];
|
|
101
101
|
exports.ScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
102
|
-
exports.TabVariantDefinitions = ["default", "navigation", "settings"];
|
|
102
|
+
exports.TabVariantDefinitions = ["default", "navigation", "settings", "header"];
|
|
103
103
|
exports.TabVariantsName = "TabVariants";
|
|
104
104
|
/** Text Box */
|
|
105
105
|
//export const TextBoxVariantTypeDefinitions = ["default", "filter-menu", "search", "find-slim", "numberselector", "numberselector-prepend", "link", "media"] as const;
|