UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

8 lines 1.7 kB
import{State as e}from"../node_modules/@sandlada/mdk/build/domain/state.js";import"../node_modules/@sandlada/mdk/build/index.js";import{Color as t}from"../utils/tokens/theme.js";import{createStyleDefinition as n}from"../utils/tokens/create-style-definition.js"; /** * @license * Copyright 2025 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ const r=n({"enabled-icon-color-selected":t.Primary,"enabled-icon-color-unselected":t.OnSurfaceVariant,"icon-size":`20px`,"state-layer-size":`40px`,"disabled-icon-color-selected":t.OnSurface,"disabled-icon-opacity-selected":`0.38`,"disabled-icon-color-unselected":t.OnSurface,"disabled-icon-opacity-unselected":`0.38`,"hovered-icon-color-selected":t.Primary,"hovered-icon-color-unselected":t.OnSurface,"hovered-state-layer-color-selected":t.Primary,"hovered-state-layer-opacity-selected":e.HoveredStateLayerOpacity,"hovered-state-layer-color-unselected":t.OnSurface,"hovered-state-layer-opacity-unselected":e.HoveredStateLayerOpacity,"focused-icon-color-selected":t.Primary,"focused-icon-color-unselected":t.OnSurface,"focused-state-layer-color-selected":t.Primary,"focused-state-layer-opacity-selected":e.FocusedStateLayerOpacity,"focused-state-layer-color-unselected":t.OnSurface,"focused-state-layer-opacity-unselected":e.FocusedStateLayerOpacity,"pressed-icon-color-selected":t.Primary,"pressed-icon-color-unselected":t.OnSurface,"pressed-state-layer-color-selected":t.OnSurface,"pressed-state-layer-opacity-selected":e.PressedStateLayerOpacity,"pressed-state-layer-color-unselected":t.Primary,"pressed-state-layer-opacity-unselected":e.PressedStateLayerOpacity});export{r as RadioButtonDefinition}; //# sourceMappingURL=radio-button.definition.js.map