Skip to content

pantoken / packages/utils/src / elevationDeclarations

Fonksiyon: elevationDeclarations()

elevationDeclarations(): [string, string][]

Beta

The --instui-elevation-* ad/değer çiftleri (her biri çok katmanlı bir box-shadow). Değerler referans verir, temalı drop-shadow renk token'larına, bu yüzden bir token sayfası yüklendiği her yerde tema bazında uyum sağlar.

Döndürür

[string, string][]

Her seviye ve alias için bir [customProperty, value] çifti.

Örnek

ts
import { elevationDeclarations } from "@pantoken/utils";

elevationDeclarations(); // [["--instui-elevation-resting", "…"], ["--instui-elevation-above", "…"], …]