@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
18 lines • 704 B
JavaScript
import{Color as e}from"../utils/tokens/theme.js";import{createStyleDefinition as t}from"../utils/tokens/create-style-definition.js";
/**
* @license
* Copyright 2026 Kai-Orion & Sandlada
* SPDX-License-Identifier: MIT
*
* @fileoverview
* Style definition for the `mdc-tabs` container.
*
* The container itself is a transparent flex row; the only themed surface it
* paints is the trailing divider that separates the tab bar from the content
* below it.
*
* @link
* https://m3.material.io/components/tabs/overview
*/
const n=t({"enabled-container-color":`transparent`,"enabled-divider-color":e.OutlineVariant,"divider-height":`1px`});export{n as TabsDefinition};
//# sourceMappingURL=tabs.definition.js.map