Skip to content

pantoken / platforms/vanilla/src / VANILLA_TO_INSTUI

משתנה: VANILLA_TO_INSTUI

const VANILLA_TO_INSTUI: Readonly<Record<string, string>>

ניסיוני

נתיב משתנה של Foundation בנקודות → טוקן ה‑Instructure שממלא אותו.

דוגמה

קרא מיפוי, או הרחב את הכיסוי על ידי פיזור לתוך מפה חדשה

ts
import { VANILLA_TO_INSTUI } from "@pantoken/vanilla";

VANILLA_TO_INSTUI["global.mainColors.primary"]; // "--instui-color-background-brand"
const extended = { ...VANILLA_TO_INSTUI, "global.body.color": "--instui-color-text-base" };