sass-cms-template-common 0.0.15 → 0.0.16
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.d.ts +5 -4
- package/dist/index.js +678 -651
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6755,8 +6755,8 @@ export declare type SelectOption = {
|
|
|
6755
6755
|
* - Trigger por defecto: borde `m3.outlineVariant` (#C4C6CF), texto `controlText`
|
|
6756
6756
|
* (#000) en negrita, fondo transparente; hover → `neutralHover` (state layer
|
|
6757
6757
|
* M3 `onSurface` al 8%, #191C20).
|
|
6758
|
-
* - Trigger
|
|
6759
|
-
* (#D8E2FF), sin borde.
|
|
6758
|
+
* - Trigger resaltado (valor activo, `highlighted`): fondo `secondary`
|
|
6759
|
+
* (#D8E2FF), sin borde. Abrir el menú NO lo colorea: queda outlined.
|
|
6760
6760
|
* - Opción del menú: hover → `neutralHover` (state layer M3 `onSurface` al 8%,
|
|
6761
6761
|
* #191C20); seleccionada → fondo `secondary` (#D8E2FF). El menú es full-bleed
|
|
6762
6762
|
* (sin padding lateral ni radio en los ítems): el resaltado llega de borde a
|
|
@@ -6764,8 +6764,9 @@ export declare type SelectOption = {
|
|
|
6764
6764
|
*/
|
|
6765
6765
|
export declare const SelectStyles: {
|
|
6766
6766
|
/**
|
|
6767
|
-
* Disparador outlined con label + chevron. Se rellena con `secondary`
|
|
6768
|
-
* está
|
|
6767
|
+
* Disparador outlined con label + chevron. Se rellena con `secondary` solo
|
|
6768
|
+
* cuando está resaltado (`highlighted`, valor activo); abrir el menú (`open`)
|
|
6769
|
+
* NO lo colorea.
|
|
6769
6770
|
*/
|
|
6770
6771
|
sxTrigger: (highlighted: boolean, open: boolean) => SxProps<Theme>;
|
|
6771
6772
|
/** Paper sin padding lateral: los ítems llegan de borde a borde. */
|