diff --git a/src/design/tokens/tokens.json b/src/design/tokens/tokens.json deleted file mode 100644 index 0330a6e..0000000 --- a/src/design/tokens/tokens.json +++ /dev/null @@ -1,26166 +0,0 @@ -{ - "aura/primitive": { - "border": { - "radius": { - "none": { - "value": "0", - "type": "borderRadius" - }, - "xs": { - "value": "2px", - "type": "borderRadius" - }, - "sm": { - "value": "4px", - "type": "borderRadius" - }, - "md": { - "value": "6px", - "type": "borderRadius" - }, - "lg": { - "value": "8px", - "type": "borderRadius" - }, - "xl": { - "value": "12px", - "type": "borderRadius" - } - } - }, - "emerald": { - "50": { - "value": "#ecfdf4", - "type": "color" - }, - "100": { - "value": "#d1fae5", - "type": "color" - }, - "200": { - "value": "#a7f3d0", - "type": "color" - }, - "300": { - "value": "#6ee7b7", - "type": "color" - }, - "400": { - "value": "#34d399", - "type": "color" - }, - "500": { - "value": "red", - "type": "color" - }, - "600": { - "value": "#059669", - "type": "color" - }, - "700": { - "value": "#047857", - "type": "color" - }, - "800": { - "value": "#065f46", - "type": "color" - }, - "900": { - "value": "#064e3b", - "type": "color" - }, - "950": { - "value": "#022c22", - "type": "color" - } - }, - "green": { - "50": { - "value": "#f0fdf4", - "type": "color" - }, - "100": { - "value": "#dcfce7", - "type": "color" - }, - "200": { - "value": "#bbf7d0", - "type": "color" - }, - "300": { - "value": "#86efac", - "type": "color" - }, - "400": { - "value": "#4ade80", - "type": "color" - }, - "500": { - "value": "#22c55e", - "type": "color" - }, - "600": { - "value": "#16a34a", - "type": "color" - }, - "700": { - "value": "#15803d", - "type": "color" - }, - "800": { - "value": "#166534", - "type": "color" - }, - "900": { - "value": "#14532d", - "type": "color" - }, - "950": { - "value": "#052e16", - "type": "color" - } - }, - "lime": { - "50": { - "value": "#f7fee7", - "type": "color" - }, - "100": { - "value": "#ecfccb", - "type": "color" - }, - "200": { - "value": "#d9f99d", - "type": "color" - }, - "300": { - "value": "#bef264", - "type": "color" - }, - "400": { - "value": "#a3e635", - "type": "color" - }, - "500": { - "value": "#84cc16", - "type": "color" - }, - "600": { - "value": "#65a30d", - "type": "color" - }, - "700": { - "value": "#4d7c0f", - "type": "color" - }, - "800": { - "value": "#3f6212", - "type": "color" - }, - "900": { - "value": "#365314", - "type": "color" - }, - "950": { - "value": "#1a2e05", - "type": "color" - } - }, - "red": { - "50": { - "value": "#fef2f2", - "type": "color" - }, - "100": { - "value": "#fee2e2", - "type": "color" - }, - "200": { - "value": "#fecaca", - "type": "color" - }, - "300": { - "value": "#fca5a5", - "type": "color" - }, - "400": { - "value": "#f87171", - "type": "color" - }, - "500": { - "value": "#ef4444", - "type": "color" - }, - "600": { - "value": "#dc2626", - "type": "color" - }, - "700": { - "value": "#b91c1c", - "type": "color" - }, - "800": { - "value": "#991b1b", - "type": "color" - }, - "900": { - "value": "#7f1d1d", - "type": "color" - }, - "950": { - "value": "#450a0a", - "type": "color" - } - }, - "orange": { - "50": { - "value": "#fff7ed", - "type": "color" - }, - "100": { - "value": "#ffedd5", - "type": "color" - }, - "200": { - "value": "#fed7aa", - "type": "color" - }, - "300": { - "value": "#fdba74", - "type": "color" - }, - "400": { - "value": "#fb923c", - "type": "color" - }, - "500": { - "value": "#f97316", - "type": "color" - }, - "600": { - "value": "#ea580c", - "type": "color" - }, - "700": { - "value": "#c2410c", - "type": "color" - }, - "800": { - "value": "#9a3412", - "type": "color" - }, - "900": { - "value": "#7c2d12", - "type": "color" - }, - "950": { - "value": "#431407", - "type": "color" - } - }, - "amber": { - "50": { - "value": "#fffbeb", - "type": "color" - }, - "100": { - "value": "#fef3c7", - "type": "color" - }, - "200": { - "value": "#fde68a", - "type": "color" - }, - "300": { - "value": "#fcd34d", - "type": "color" - }, - "400": { - "value": "#fbbf24", - "type": "color" - }, - "500": { - "value": "#f59e0b", - "type": "color" - }, - "600": { - "value": "#d97706", - "type": "color" - }, - "700": { - "value": "#b45309", - "type": "color" - }, - "800": { - "value": "#92400e", - "type": "color" - }, - "900": { - "value": "#78350f", - "type": "color" - }, - "950": { - "value": "#451a03", - "type": "color" - } - }, - "yellow": { - "50": { - "value": "#fefce8", - "type": "color" - }, - "100": { - "value": "#fef9c3", - "type": "color" - }, - "200": { - "value": "#fef08a", - "type": "color" - }, - "300": { - "value": "#fde047", - "type": "color" - }, - "400": { - "value": "#facc15", - "type": "color" - }, - "500": { - "value": "#eab308", - "type": "color" - }, - "600": { - "value": "#ca8a04", - "type": "color" - }, - "700": { - "value": "#a16207", - "type": "color" - }, - "800": { - "value": "#854d0e", - "type": "color" - }, - "900": { - "value": "#713f12", - "type": "color" - }, - "950": { - "value": "#422006", - "type": "color" - } - }, - "teal": { - "50": { - "value": "#f0fdfa", - "type": "color" - }, - "100": { - "value": "#ccfbf1", - "type": "color" - }, - "200": { - "value": "#99f6e4", - "type": "color" - }, - "300": { - "value": "#5eead4", - "type": "color" - }, - "400": { - "value": "#2dd4bf", - "type": "color" - }, - "500": { - "value": "#14b8a6", - "type": "color" - }, - "600": { - "value": "#0d9488", - "type": "color" - }, - "700": { - "value": "#0f766e", - "type": "color" - }, - "800": { - "value": "#115e59", - "type": "color" - }, - "900": { - "value": "#134e4a", - "type": "color" - }, - "950": { - "value": "#042f2e", - "type": "color" - } - }, - "cyan": { - "50": { - "value": "#ecfeff", - "type": "color" - }, - "100": { - "value": "#cffafe", - "type": "color" - }, - "200": { - "value": "#a5f3fc", - "type": "color" - }, - "300": { - "value": "#67e8f9", - "type": "color" - }, - "400": { - "value": "#22d3ee", - "type": "color" - }, - "500": { - "value": "#06b6d4", - "type": "color" - }, - "600": { - "value": "#0891b2", - "type": "color" - }, - "700": { - "value": "#0e7490", - "type": "color" - }, - "800": { - "value": "#155e75", - "type": "color" - }, - "900": { - "value": "#164e63", - "type": "color" - }, - "950": { - "value": "#083344", - "type": "color" - } - }, - "sky": { - "50": { - "value": "#f0f9ff", - "type": "color" - }, - "100": { - "value": "#e0f2fe", - "type": "color" - }, - "200": { - "value": "#bae6fd", - "type": "color" - }, - "300": { - "value": "#7dd3fc", - "type": "color" - }, - "400": { - "value": "#38bdf8", - "type": "color" - }, - "500": { - "value": "#0ea5e9", - "type": "color" - }, - "600": { - "value": "#0284c7", - "type": "color" - }, - "700": { - "value": "#0369a1", - "type": "color" - }, - "800": { - "value": "#075985", - "type": "color" - }, - "900": { - "value": "#0c4a6e", - "type": "color" - }, - "950": { - "value": "#082f49", - "type": "color" - } - }, - "blue": { - "50": { - "value": "#eff6ff", - "type": "color" - }, - "100": { - "value": "#dbeafe", - "type": "color" - }, - "200": { - "value": "#bfdbfe", - "type": "color" - }, - "300": { - "value": "#93c5fd", - "type": "color" - }, - "400": { - "value": "#60a5fa", - "type": "color" - }, - "500": { - "value": "#3b82f6", - "type": "color" - }, - "600": { - "value": "#2563eb", - "type": "color" - }, - "700": { - "value": "#1d4ed8", - "type": "color" - }, - "800": { - "value": "#1e40af", - "type": "color" - }, - "900": { - "value": "#1e3a8a", - "type": "color" - }, - "950": { - "value": "#172554", - "type": "color" - } - }, - "indigo": { - "50": { - "value": "#eef2ff", - "type": "color" - }, - "100": { - "value": "#e0e7ff", - "type": "color" - }, - "200": { - "value": "#c7d2fe", - "type": "color" - }, - "300": { - "value": "#a5b4fc", - "type": "color" - }, - "400": { - "value": "#818cf8", - "type": "color" - }, - "500": { - "value": "#6366f1", - "type": "color" - }, - "600": { - "value": "#4f46e5", - "type": "color" - }, - "700": { - "value": "#4338ca", - "type": "color" - }, - "800": { - "value": "#3730a3", - "type": "color" - }, - "900": { - "value": "#312e81", - "type": "color" - }, - "950": { - "value": "#1e1b4b", - "type": "color" - } - }, - "violet": { - "50": { - "value": "#f5f3ff", - "type": "color" - }, - "100": { - "value": "#ede9fe", - "type": "color" - }, - "200": { - "value": "#ddd6fe", - "type": "color" - }, - "300": { - "value": "#c4b5fd", - "type": "color" - }, - "400": { - "value": "#a78bfa", - "type": "color" - }, - "500": { - "value": "#8b5cf6", - "type": "color" - }, - "600": { - "value": "#7c3aed", - "type": "color" - }, - "700": { - "value": "#6d28d9", - "type": "color" - }, - "800": { - "value": "#5b21b6", - "type": "color" - }, - "900": { - "value": "#4c1d95", - "type": "color" - }, - "950": { - "value": "#2e1065", - "type": "color" - } - }, - "purple": { - "50": { - "value": "#faf5ff", - "type": "color" - }, - "100": { - "value": "#f3e8ff", - "type": "color" - }, - "200": { - "value": "#e9d5ff", - "type": "color" - }, - "300": { - "value": "#d8b4fe", - "type": "color" - }, - "400": { - "value": "#c084fc", - "type": "color" - }, - "500": { - "value": "#a855f7", - "type": "color" - }, - "600": { - "value": "#9333ea", - "type": "color" - }, - "700": { - "value": "#7e22ce", - "type": "color" - }, - "800": { - "value": "#6b21a8", - "type": "color" - }, - "900": { - "value": "#581c87", - "type": "color" - }, - "950": { - "value": "#3b0764", - "type": "color" - } - }, - "fuchsia": { - "50": { - "value": "#fdf4ff", - "type": "color" - }, - "100": { - "value": "#fae8ff", - "type": "color" - }, - "200": { - "value": "#f5d0fe", - "type": "color" - }, - "300": { - "value": "#f0abfc", - "type": "color" - }, - "400": { - "value": "#e879f9", - "type": "color" - }, - "500": { - "value": "#d946ef", - "type": "color" - }, - "600": { - "value": "#c026d3", - "type": "color" - }, - "700": { - "value": "#a21caf", - "type": "color" - }, - "800": { - "value": "#86198f", - "type": "color" - }, - "900": { - "value": "#701a75", - "type": "color" - }, - "950": { - "value": "#4a044e", - "type": "color" - } - }, - "pink": { - "50": { - "value": "#fdf2f8", - "type": "color" - }, - "100": { - "value": "#fce7f3", - "type": "color" - }, - "200": { - "value": "#fbcfe8", - "type": "color" - }, - "300": { - "value": "#f9a8d4", - "type": "color" - }, - "400": { - "value": "#f472b6", - "type": "color" - }, - "500": { - "value": "#ec4899", - "type": "color" - }, - "600": { - "value": "#db2777", - "type": "color" - }, - "700": { - "value": "#be185d", - "type": "color" - }, - "800": { - "value": "#9d174d", - "type": "color" - }, - "900": { - "value": "#831843", - "type": "color" - }, - "950": { - "value": "#500724", - "type": "color" - } - }, - "rose": { - "50": { - "value": "#fff1f2", - "type": "color" - }, - "100": { - "value": "#ffe4e6", - "type": "color" - }, - "200": { - "value": "#fecdd3", - "type": "color" - }, - "300": { - "value": "#fda4af", - "type": "color" - }, - "400": { - "value": "#fb7185", - "type": "color" - }, - "500": { - "value": "#f43f5e", - "type": "color" - }, - "600": { - "value": "#e11d48", - "type": "color" - }, - "700": { - "value": "#be123c", - "type": "color" - }, - "800": { - "value": "#9f1239", - "type": "color" - }, - "900": { - "value": "#881337", - "type": "color" - }, - "950": { - "value": "#4c0519", - "type": "color" - } - }, - "slate": { - "50": { - "value": "#f8fafc", - "type": "color" - }, - "100": { - "value": "#f1f5f9", - "type": "color" - }, - "200": { - "value": "#e2e8f0", - "type": "color" - }, - "300": { - "value": "#cbd5e1", - "type": "color" - }, - "400": { - "value": "#94a3b8", - "type": "color" - }, - "500": { - "value": "#64748b", - "type": "color" - }, - "600": { - "value": "#475569", - "type": "color" - }, - "700": { - "value": "#334155", - "type": "color" - }, - "800": { - "value": "#1e293b", - "type": "color" - }, - "900": { - "value": "#0f172a", - "type": "color" - }, - "950": { - "value": "#020617", - "type": "color" - } - }, - "gray": { - "50": { - "value": "#f9fafb", - "type": "color" - }, - "100": { - "value": "#f3f4f6", - "type": "color" - }, - "200": { - "value": "#e5e7eb", - "type": "color" - }, - "300": { - "value": "#d1d5db", - "type": "color" - }, - "400": { - "value": "#9ca3af", - "type": "color" - }, - "500": { - "value": "#6b7280", - "type": "color" - }, - "600": { - "value": "#4b5563", - "type": "color" - }, - "700": { - "value": "#374151", - "type": "color" - }, - "800": { - "value": "#1f2937", - "type": "color" - }, - "900": { - "value": "#111827", - "type": "color" - }, - "950": { - "value": "#030712", - "type": "color" - } - }, - "zinc": { - "50": { - "value": "#fafafa", - "type": "color" - }, - "100": { - "value": "#f4f4f5", - "type": "color" - }, - "200": { - "value": "#e4e4e7", - "type": "color" - }, - "300": { - "value": "#d4d4d8", - "type": "color" - }, - "400": { - "value": "#a1a1aa", - "type": "color" - }, - "500": { - "value": "#71717a", - "type": "color" - }, - "600": { - "value": "#52525b", - "type": "color" - }, - "700": { - "value": "#3f3f46", - "type": "color" - }, - "800": { - "value": "#27272a", - "type": "color" - }, - "900": { - "value": "#18181b", - "type": "color" - }, - "950": { - "value": "#09090b", - "type": "color" - } - }, - "neutral": { - "50": { - "value": "#fafafa", - "type": "color" - }, - "100": { - "value": "#f5f5f5", - "type": "color" - }, - "200": { - "value": "#e5e5e5", - "type": "color" - }, - "300": { - "value": "#d4d4d4", - "type": "color" - }, - "400": { - "value": "#a3a3a3", - "type": "color" - }, - "500": { - "value": "#737373", - "type": "color" - }, - "600": { - "value": "#525252", - "type": "color" - }, - "700": { - "value": "#404040", - "type": "color" - }, - "800": { - "value": "#262626", - "type": "color" - }, - "900": { - "value": "#171717", - "type": "color" - }, - "950": { - "value": "#0a0a0a", - "type": "color" - } - }, - "stone": { - "50": { - "value": "#fafaf9", - "type": "color" - }, - "100": { - "value": "#f5f5f4", - "type": "color" - }, - "200": { - "value": "#e7e5e4", - "type": "color" - }, - "300": { - "value": "#d6d3d1", - "type": "color" - }, - "400": { - "value": "#a8a29e", - "type": "color" - }, - "500": { - "value": "#78716c", - "type": "color" - }, - "600": { - "value": "#57534e", - "type": "color" - }, - "700": { - "value": "#44403c", - "type": "color" - }, - "800": { - "value": "#292524", - "type": "color" - }, - "900": { - "value": "#1c1917", - "type": "color" - }, - "950": { - "value": "#0c0a09", - "type": "color" - } - } - }, - "aura/semantic": { - "primary": { - "50": { - "value": { - "value": "{emerald.50}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "100": { - "value": { - "value": "{emerald.100}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "200": { - "value": { - "value": "{emerald.200}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "300": { - "value": { - "value": "{emerald.300}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "400": { - "value": { - "value": "{emerald.400}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "500": { - "value": { - "value": "{emerald.500}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "600": { - "value": { - "value": "{emerald.600}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "700": { - "value": { - "value": "{emerald.700}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "800": { - "value": { - "value": "{emerald.800}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "900": { - "value": { - "value": "{emerald.900}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "950": { - "value": { - "value": "{emerald.950}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - } - }, - "anchor": { - "gutter": { - "value": { - "value": "2px", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - }, - "icon": { - "size": { - "value": { - "value": "1rem", - "type": "other" - }, - "type": { - "value": "sizing", - "type": "other" - } - } - }, - "disabled": { - "opacity": { - "value": { - "value": "0.6", - "type": "other" - }, - "type": { - "value": "opacity", - "type": "other" - } - } - }, - "form": { - "field": { - "padding": { - "x": { - "value": { - "value": "0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "y": { - "value": { - "value": "0.5rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - }, - "border": { - "radius": { - "value": { - "value": "{border.radius.md}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - }, - "focus": { - "ring": { - "width": { - "value": { - "value": "0", - "type": "other" - }, - "type": { - "value": "borderWidth", - "type": "other" - } - }, - "style": { - "value": { - "value": "none", - "type": "other" - }, - "type": { - "value": "other", - "type": "other" - } - }, - "color": { - "value": { - "value": "transparent", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "offset": { - "value": { - "value": "0", - "type": "other" - }, - "type": { - "value": "borderWidth", - "type": "other" - } - }, - "shadow": { - "value": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "0", - "type": "other" - }, - "blur": { - "value": "0", - "type": "other" - }, - "spread": { - "value": "0", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - }, - "type": { - "value": "boxShadow", - "type": "other" - } - } - } - }, - "sm": { - "font": { - "size": { - "value": { - "value": "0.875rem", - "type": "other" - }, - "type": { - "value": "fontSizes", - "type": "other" - } - } - }, - "padding": { - "x": { - "value": { - "value": "0.625rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "y": { - "value": { - "value": "0.375rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - } - }, - "lg": { - "font": { - "size": { - "value": { - "value": "1.125rem", - "type": "other" - }, - "type": { - "value": "fontSizes", - "type": "other" - } - } - }, - "padding": { - "x": { - "value": { - "value": "0.875rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "y": { - "value": { - "value": "0.625rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - } - } - } - }, - "content": { - "border": { - "radius": { - "value": { - "value": "{border.radius.md}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - } - }, - "focus": { - "ring": { - "width": { - "value": { - "value": "1", - "type": "other" - }, - "type": { - "value": "borderWidth", - "type": "other" - } - }, - "color": { - "value": { - "value": "{primary.color}", - "type": "other" - }, - "type": { - "value": "color", - "type": "other" - } - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{focus.ring.offset}", - "style": "solid" - }, - "type": "border" - }, - "value": { - "value": "2", - "type": "other" - }, - "type": { - "value": "borderWidth", - "type": "other" - } - }, - "shadow": { - "value": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "0", - "type": "other" - }, - "blur": { - "value": "0", - "type": "other" - }, - "spread": { - "value": "0", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - }, - "type": { - "value": "boxShadow", - "type": "other" - } - }, - "stroke": { - "value": { - "color": { - "value": "{focus.ring.color}", - "type": "other" - }, - "width": { - "value": "{focus.ring.offset} + {focus.ring.width}", - "type": "other" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - } - }, - "type": { - "value": "border", - "type": "other" - } - }, - "style": { - "value": { - "value": "solid", - "type": "other" - }, - "type": { - "value": "other", - "type": "other" - } - } - } - }, - "list": { - "padding": { - "value": { - "value": "0.25rem 0.25rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "gap": { - "value": { - "value": "2px", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "header": { - "padding": { - "value": { - "value": "0.5rem 0.75rem 0.25rem 0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - }, - "option": { - "padding": { - "value": { - "value": "0.5rem 0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "border": { - "radius": { - "value": { - "value": "{border.radius.sm}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - }, - "group": { - "padding": { - "value": { - "value": "0.5rem 0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "font": { - "weight": { - "value": { - "value": "600", - "type": "other" - }, - "type": { - "value": "fontWeights", - "type": "other" - } - } - } - } - } - }, - "navigation": { - "list": { - "padding": { - "value": { - "value": "0.25rem 0.25rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "gap": { - "value": { - "value": "2px", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - }, - "item": { - "padding": { - "value": { - "value": "0.5rem 0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "border": { - "radius": { - "value": { - "value": "{border.radius.sm}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - }, - "gap": { - "value": { - "value": "0.5rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - } - }, - "submenu": { - "label": { - "padding": { - "value": { - "value": "0.5rem 0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "font": { - "weight": { - "value": { - "value": "600", - "type": "other" - }, - "type": { - "value": "fontWeights", - "type": "other" - } - } - } - }, - "icon": { - "size": { - "value": { - "value": "0.875rem", - "type": "other" - }, - "type": { - "value": "sizing", - "type": "other" - } - } - } - } - }, - "overlay": { - "select": { - "border": { - "radius": { - "value": { - "value": "{border.radius.md}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - }, - "shadow": { - "value": { - "0": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "4", - "type": "other" - }, - "blur": { - "value": "6", - "type": "other" - }, - "spread": { - "value": "-1", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - }, - "1": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "2", - "type": "other" - }, - "blur": { - "value": "4", - "type": "other" - }, - "spread": { - "value": "-2", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - } - }, - "type": { - "value": "boxShadow", - "type": "other" - } - } - }, - "popover": { - "border": { - "radius": { - "value": { - "value": "{border.radius.md}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - }, - "padding": { - "value": { - "value": "0.75rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "shadow": { - "value": { - "0": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "4", - "type": "other" - }, - "blur": { - "value": "6", - "type": "other" - }, - "spread": { - "value": "-1", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - }, - "1": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "2", - "type": "other" - }, - "blur": { - "value": "4", - "type": "other" - }, - "spread": { - "value": "-2", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - } - }, - "type": { - "value": "boxShadow", - "type": "other" - } - } - }, - "modal": { - "border": { - "radius": { - "value": { - "value": "{border.radius.xl}", - "type": "other" - }, - "type": { - "value": "borderRadius", - "type": "other" - } - } - }, - "padding": { - "value": { - "value": "1.25rem", - "type": "other" - }, - "type": { - "value": "spacing", - "type": "other" - } - }, - "shadow": { - "value": { - "0": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "20", - "type": "other" - }, - "blur": { - "value": "25", - "type": "other" - }, - "spread": { - "value": "-5", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - }, - "1": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "8", - "type": "other" - }, - "blur": { - "value": "10", - "type": "other" - }, - "spread": { - "value": "-6", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - } - }, - "type": { - "value": "boxShadow", - "type": "other" - } - } - }, - "navigation": { - "shadow": { - "value": { - "0": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "4", - "type": "other" - }, - "blur": { - "value": "6", - "type": "other" - }, - "spread": { - "value": "-1", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - }, - "1": { - "x": { - "value": "0", - "type": "other" - }, - "y": { - "value": "2", - "type": "other" - }, - "blur": { - "value": "4", - "type": "other" - }, - "spread": { - "value": "-2", - "type": "other" - }, - "color": { - "value": "rgba(0, 0, 0, 0.1)", - "type": "other" - }, - "type": { - "value": "dropShadow", - "type": "other" - } - } - }, - "type": { - "value": "boxShadow", - "type": "other" - } - } - } - } - }, - "aura/semantic/light": { - "surface": { - "0": { - "value": "#ffffff", - "type": "color" - }, - "50": { - "value": "{slate.50}", - "type": "color" - }, - "100": { - "value": "{slate.100}", - "type": "color" - }, - "200": { - "value": "{slate.200}", - "type": "color" - }, - "300": { - "value": "{slate.300}", - "type": "color" - }, - "400": { - "value": "{slate.400}", - "type": "color" - }, - "500": { - "value": "{slate.500}", - "type": "color" - }, - "600": { - "value": "{slate.600}", - "type": "color" - }, - "700": { - "value": "{slate.700}", - "type": "color" - }, - "800": { - "value": "{slate.800}", - "type": "color" - }, - "900": { - "value": "{slate.900}", - "type": "color" - }, - "950": { - "value": "{slate.950}", - "type": "color" - } - }, - "primary": { - "color": { - "value": "{primary.500}", - "type": "color" - }, - "contrast": { - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "hover": { - "color": { - "value": "{primary.600}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{primary.700}", - "type": "color" - } - } - }, - "highlight": { - "background": { - "value": "{primary.50}", - "type": "color" - }, - "focus": { - "background": { - "value": "{primary.100}", - "type": "color" - }, - "color": { - "value": "{primary.800}", - "type": "color" - } - }, - "color": { - "value": "{primary.700}", - "type": "color" - } - }, - "mask": { - "background": { - "value": "rgba(0,0,0,0.4)", - "type": "color" - }, - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "form": { - "field": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{surface.50}", - "type": "color" - }, - "focus": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "hover": { - "border": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{red.400}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{red.600}", - "type": "color" - } - } - }, - "placeholder": { - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "float": { - "label": { - "color": { - "value": "{surface.500}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "invalid": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - } - }, - "icon": { - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(18, 18, 23, 0.05)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - } - }, - "content": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "text": { - "color": { - "value": "{surface.700}", - "type": "color" - }, - "hover": { - "color": { - "value": "{surface.800}", - "type": "color" - }, - "muted": { - "color": { - "value": "{surface.600}", - "type": "color" - } - } - }, - "muted": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - }, - "overlay": { - "select": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "popover": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "modal": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - } - }, - "list": { - "option": { - "focus": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{highlight.focus.background}", - "type": "color" - }, - "color": { - "value": "{highlight.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "icon": { - "color": { - "value": "{surface.400}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - }, - "group": { - "background": { - "value": "transparent", - "type": "color" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - } - } - } - }, - "navigation": { - "item": { - "focus": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "icon": { - "color": { - "value": "{surface.400}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - } - }, - "submenu": { - "label": { - "background": { - "value": "transparent", - "type": "color" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - } - }, - "icon": { - "color": { - "value": "{surface.400}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - } - } - } - }, - "aura/semantic/dark": { - "surface": { - "0": { - "value": "#ffffff", - "type": "color" - }, - "50": { - "value": "{zinc.50}", - "type": "color" - }, - "100": { - "value": "{zinc.100}", - "type": "color" - }, - "200": { - "value": "{zinc.200}", - "type": "color" - }, - "300": { - "value": "{zinc.300}", - "type": "color" - }, - "400": { - "value": "{zinc.400}", - "type": "color" - }, - "500": { - "value": "{zinc.500}", - "type": "color" - }, - "600": { - "value": "{zinc.600}", - "type": "color" - }, - "700": { - "value": "{zinc.700}", - "type": "color" - }, - "800": { - "value": "{zinc.800}", - "type": "color" - }, - "900": { - "value": "{zinc.900}", - "type": "color" - }, - "950": { - "value": "{zinc.950}", - "type": "color" - } - }, - "primary": { - "color": { - "value": "{primary.400}", - "type": "color" - }, - "contrast": { - "color": { - "value": "{surface.900}", - "type": "color" - } - }, - "hover": { - "color": { - "value": "{primary.300}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{primary.200}", - "type": "color" - } - } - }, - "highlight": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{primary.400}", - "type": "color" - }, - "focus": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.24", - "space": "srgb" - } - } - }, - "value": "{primary.400}", - "type": "color" - }, - "color": { - "value": "rgba(255,255,255,.87)", - "type": "color" - } - }, - "color": { - "value": "rgba(255,255,255,.87)", - "type": "color" - } - }, - "mask": { - "background": { - "value": "rgba(0,0,0,0.6)", - "type": "color" - }, - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "form": { - "field": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "focus": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "hover": { - "border": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{red.300}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{red.400}", - "type": "color" - } - } - }, - "placeholder": { - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "float": { - "label": { - "color": { - "value": "{surface.400}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "invalid": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - } - }, - "icon": { - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(18, 18, 23, 0.05)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "content": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "text": { - "color": { - "value": "{surface.0}", - "type": "color" - }, - "hover": { - "color": { - "value": "{surface.0}", - "type": "color" - }, - "muted": { - "color": { - "value": "{surface.300}", - "type": "color" - } - } - }, - "muted": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - }, - "overlay": { - "select": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "popover": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "modal": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - } - } - }, - "list": { - "option": { - "focus": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{highlight.focus.background}", - "type": "color" - }, - "color": { - "value": "{highlight.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "icon": { - "color": { - "value": "{surface.500}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - }, - "group": { - "background": { - "value": "transparent", - "type": "color" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - } - } - } - }, - "navigation": { - "item": { - "focus": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "icon": { - "color": { - "value": "{surface.500}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - } - }, - "submenu": { - "label": { - "background": { - "value": "transparent", - "type": "color" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - } - }, - "icon": { - "color": { - "value": "{surface.500}", - "type": "color" - }, - "focus": { - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - } - } - } - }, - "aura/component": { - "inputtext": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{form.field.filled.hover.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{inputtext.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{inputtext.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{inputtext.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "ring": { - "stroke": { - "value": { - "color": "{inputtext.focus.ring.color}", - "width": "{inputtext.focus.ring.width} + {inputtext.focus.ring.offset}", - "style": "{inputtext.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{inputtext.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{inputtext.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "sm": { - "font": { - "size": { - "value": "0.875rem", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.sm.padding.y}", - "type": "spacing" - } - } - }, - "lg": { - "padding": { - "x": { - "value": "{form.field.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.lg.padding.y}", - "type": "spacing" - } - }, - "font": { - "size": { - "value": "1.125rem", - "type": "fontSizes" - } - } - } - }, - "panel": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "header": { - "background": { - "value": "transparent", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "0", - "type": "borderRadius" - } - }, - "padding": { - "value": "1.125rem", - "type": "spacing" - } - }, - "figma": { - "header": { - "stroke": { - "value": { - "color": "{panel.header.border.color}", - "width": "0", - "style": "none" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{panel.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "toggleableHeader": { - "padding": { - "value": "0.375rem 1.125rem", - "type": "spacing" - } - }, - "title": { - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "content": { - "padding": { - "value": "0 1.125rem 1.125rem 1.125rem", - "type": "spacing" - } - }, - "footer": { - "padding": { - "value": "0 1.125rem 1.125rem 1.125rem", - "type": "spacing" - } - } - }, - "button": { - "border": { - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "rounded": { - "border": { - "radius": { - "value": "2rem", - "type": "borderRadius" - } - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "icon": { - "only": { - "width": { - "value": "2.5rem", - "type": "sizing" - } - } - }, - "sm": { - "font": { - "size": { - "value": "0.875rem", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "0.625rem", - "type": "spacing" - }, - "y": { - "value": "0.375rem", - "type": "spacing" - } - } - }, - "lg": { - "font": { - "size": { - "value": "1.125rem", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "0.875rem", - "type": "spacing" - }, - "y": { - "value": "0.625rem", - "type": "spacing" - } - } - }, - "label": { - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - } - } - }, - "raised": { - "shadow": { - "value": [ - { - "x": "0", - "y": "3", - "blur": "1", - "spread": "-2", - "color": "rgba(0, 0, 0, 0.2)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "2", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 0.14)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "5", - "spread": "0", - "color": "rgba(0, 0, 0, 0.12)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - } - } - } - }, - "iconfield": { - "icon": { - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - }, - "figma": { - "sm": { - "icon": { - "size": { - "value": "{inputtext.sm.font.size}", - "type": "sizing" - } - } - }, - "lg": { - "icon": { - "size": { - "value": "{inputtext.lg.font.size}", - "type": "sizing" - } - } - } - } - }, - "toggleswitch": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "height": { - "value": "1.5rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "30px", - "type": "borderRadius" - }, - "width": { - "value": "1px", - "type": "borderWidth" - }, - "color": { - "value": "transparent", - "type": "color" - } - }, - "gap": { - "value": "0.25rem", - "type": "spacing" - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "hover": { - "border": { - "color": { - "value": "transparent", - "type": "color" - } - } - }, - "checked": { - "border": { - "color": { - "value": "transparent", - "type": "color" - } - }, - "hover": { - "border": { - "color": { - "value": "transparent", - "type": "color" - } - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "handle": { - "border": { - "radius": { - "value": "{toggleswitch.handle.size}/2", - "type": "borderRadius" - } - }, - "size": { - "value": "1rem", - "type": "sizing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{toggleswitch.border.color}", - "width": "{toggleswitch.border.width}", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{toggleswitch.hover.border.color}", - "width": "{toggleswitch.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "checked": { - "stroke": { - "value": { - "color": "{toggleswitch.checked.border.color}", - "width": "{toggleswitch.border.width}", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{toggleswitch.checked.hover.border.color}", - "width": "{toggleswitch.border.width}", - "style": "solid" - }, - "type": "border" - } - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{toggleswitch.invalid.border.color}", - "width": "{toggleswitch.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toggleswitch.focus.ring.color}", - "width": "{toggleswitch.focus.ring.width} + {toggleswitch.focus.ring.offset}", - "style": "{toggleswitch.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{toggleswitch.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "focus": { - "ring": { - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - }, - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - } - } - } - }, - "float": { - "label": { - "color": { - "value": "{form.field.float.label.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{form.field.float.label.focus.color}", - "type": "color" - } - }, - "invalid": { - "color": { - "value": "{form.field.float.label.invalid.color}", - "type": "color" - } - } - } - }, - "radiobutton": { - "width": { - "value": "1.25rem", - "type": "sizing" - }, - "height": { - "value": "1.25rem", - "type": "sizing" - }, - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "checked": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{primary.hover.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{primary.hover.color}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "focus": { - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "disabled": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - } - } - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "icon": { - "size": { - "value": "0.75rem", - "type": "sizing" - }, - "checked": { - "color": { - "value": "{primary.contrast.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - } - }, - "disabled": { - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "sm": { - "size": { - "value": "0.5rem", - "type": "sizing" - } - }, - "lg": { - "size": { - "value": "1rem", - "type": "sizing" - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{radiobutton.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{radiobutton.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{radiobutton.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "ring": { - "stroke": { - "value": { - "color": "{radiobutton.focus.ring.color}", - "width": "{radiobutton.focus.ring.width} + {radiobutton.focus.ring.offset}", - "style": "{radiobutton.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{radiobutton.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "checked": { - "stroke": { - "value": { - "color": "{radiobutton.checked.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{radiobutton.checked.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{radiobutton.checked.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "disabled": { - "stroke": { - "value": { - "color": "{radiobutton.checked.disabled.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{radiobutton.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "sm": { - "width": { - "value": "1rem", - "type": "sizing" - }, - "height": { - "value": "1rem", - "type": "sizing" - } - }, - "lg": { - "width": { - "value": "1.5rem", - "type": "sizing" - }, - "height": { - "value": "1.5rem", - "type": "sizing" - } - } - }, - "checkbox": { - "border": { - "radius": { - "value": "{border.radius.sm}", - "type": "borderRadius" - }, - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "width": { - "value": "1.25rem", - "type": "sizing" - }, - "height": { - "value": "1.25rem", - "type": "sizing" - }, - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "checked": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{primary.hover.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{primary.hover.color}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "focus": { - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "disabled": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - } - } - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "icon": { - "size": { - "value": "0.875rem", - "type": "sizing" - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "checked": { - "color": { - "value": "{primary.contrast.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - } - }, - "disabled": { - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "sm": { - "size": { - "value": "0.75rem", - "type": "sizing" - } - }, - "lg": { - "size": { - "value": "1rem", - "type": "sizing" - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{checkbox.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{checkbox.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{checkbox.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "ring": { - "stroke": { - "value": { - "color": "{checkbox.focus.ring.color}", - "width": "{checkbox.focus.ring.width} + {checkbox.focus.ring.offset}", - "style": "{checkbox.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{checkbox.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "checked": { - "stroke": { - "value": { - "color": "{checkbox.checked.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{checkbox.checked.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{checkbox.checked.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "disabled": { - "stroke": { - "value": { - "color": "{checkbox.checked.disabled.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{checkbox.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "sm": { - "width": { - "value": "1rem", - "type": "sizing" - }, - "height": { - "value": "1rem", - "type": "sizing" - } - }, - "lg": { - "width": { - "value": "1.5rem", - "type": "sizing" - }, - "height": { - "value": "1.5rem", - "type": "sizing" - } - } - }, - "autocomplete": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{form.field.filled.hover.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "overlay": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - } - }, - "list": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{list.gap}", - "type": "spacing" - } - }, - "option": { - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{list.option.selected.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{list.option.selected.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.selected.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.selected.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - }, - "group": { - "background": { - "value": "{list.option.group.background}", - "type": "color" - }, - "color": { - "value": "{list.option.group.color}", - "type": "color" - }, - "font": { - "weight": { - "value": "{list.option.group.font.weight}", - "type": "fontWeights" - } - }, - "padding": { - "value": "{list.option.group.padding}", - "type": "spacing" - } - } - }, - "dropdown": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - } - }, - "active": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "sm": { - "width": { - "value": "2rem", - "type": "sizing" - } - }, - "lg": { - "width": { - "value": "3rem", - "type": "sizing" - } - } - }, - "chip": { - "border": { - "radius": { - "value": "{border.radius.sm}", - "type": "borderRadius" - } - } - }, - "empty": { - "message": { - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - } - } - }, - "figma": { - "overlay": { - "stroke": { - "value": { - "color": "{autocomplete.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "dropdown": { - "stroke": { - "value": { - "color": "{autocomplete.dropdown.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{autocomplete.dropdown.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{autocomplete.dropdown.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "chip": { - "padding": { - "top": { - "value": "{autocomplete.padding.y}/2", - "type": "spacing" - }, - "bottom": { - "value": "{autocomplete.padding.y} /2", - "type": "spacing" - } - } - }, - "input": { - "multiple": { - "gap": { - "value": "{autocomplete.padding.y} /2", - "type": "spacing" - }, - "padding": { - "y": { - "value": "{autocomplete.padding.y} / 2", - "type": "spacing" - } - }, - "haschip": { - "padding": { - "x": { - "value": "{autocomplete.padding.y} / 2", - "type": "spacing" - } - } - } - }, - "chip": { - "padding": { - "top": { - "value": "{autocomplete.padding.y} / 2", - "type": "spacing" - }, - "bottom": { - "value": "{autocomplete.padding.y} / 2", - "type": "spacing" - } - } - } - }, - "stroke": { - "value": { - "color": "{autocomplete.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{autocomplete.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{autocomplete.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{autocomplete.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "multiple": { - "border": { - "radius": { - "value": "0", - "type": "borderRadius" - } - } - } - } - }, - "datepicker": { - "figma": { - "dropdown": { - "stroke": { - "value": { - "color": "{datepicker.dropdown.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{datepicker.dropdown.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{datepicker.dropdown.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "buttonbar": { - "stroke": { - "value": { - "color": "{datepicker.buttonbar.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "panel": { - "stroke": { - "value": { - "color": "{datepicker.panel.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "header": { - "stroke": { - "value": { - "color": "{datepicker.header.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "time": { - "picker": { - "stroke": { - "value": { - "color": "{datepicker.time.picker.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "panel": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - }, - "padding": { - "value": "{overlay.popover.padding}", - "type": "spacing" - } - }, - "header": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0 0 0.5rem 0", - "type": "spacing" - } - }, - "title": { - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - } - } - }, - "dropdown": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - } - }, - "active": { - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "sm": { - "width": { - "value": "2rem", - "type": "sizing" - } - }, - "lg": { - "width": { - "value": "3rem", - "type": "sizing" - } - } - }, - "input": { - "icon": { - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - } - }, - "select": { - "month": { - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.25rem 0.5rem", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - }, - "year": { - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.25rem 0.5rem", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - } - }, - "group": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "gap": { - "value": "{overlay.popover.padding}", - "type": "spacing" - } - }, - "day": { - "view": { - "margin": { - "value": "0.5rem 0 0 0", - "type": "spacing" - } - } - }, - "week": { - "day": { - "padding": { - "value": "0.25rem", - "type": "spacing" - }, - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - } - } - }, - "date": { - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "range": { - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "width": { - "value": "2rem", - "type": "sizing" - }, - "height": { - "value": "2rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{datepicker.date.width} / 2", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.25rem", - "type": "spacing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "month": { - "view": { - "margin": { - "value": "0.5rem 0 0 0", - "type": "spacing" - } - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.375rem", - "type": "spacing" - } - }, - "year": { - "view": { - "margin": { - "value": "0.5rem 0 0 0", - "type": "spacing" - } - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.375rem", - "type": "spacing" - } - }, - "buttonbar": { - "padding": { - "value": "0.5rem 0 0 0", - "type": "spacing" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "time": { - "picker": { - "padding": { - "value": "0.5rem 0 0 0", - "type": "spacing" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "button": { - "gap": { - "value": "0.25rem", - "type": "spacing" - } - } - } - } - }, - "rating": { - "gap": { - "value": "0.25rem", - "type": "spacing" - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "figma": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{rating.focus.ring.color}", - "width": "{rating.focus.ring.width} + {rating.focus.ring.offset}", - "style": "{rating.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{rating.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "avatar": { - "width": { - "value": "2rem", - "type": "sizing" - }, - "height": { - "value": "2rem", - "type": "sizing" - }, - "font": { - "size": { - "value": "1rem", - "type": "fontSizes" - } - }, - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "group": { - "border": { - "color": { - "value": "{content.background}", - "type": "color" - } - }, - "offset": { - "value": "-0.75rem", - "type": "spacing" - }, - "stroke": { - "value": { - "color": "{avatar.group.border.color}", - "width": "2", - "style": "solid" - }, - "type": "border" - } - }, - "lg": { - "width": { - "value": "3rem", - "type": "sizing" - }, - "height": { - "value": "3rem", - "type": "sizing" - }, - "font": { - "size": { - "value": "1.5rem", - "type": "fontSizes" - } - }, - "icon": { - "size": { - "value": "1.5rem", - "type": "sizing" - } - }, - "group": { - "offset": { - "value": "-1rem", - "type": "spacing" - } - } - }, - "xl": { - "width": { - "value": "4rem", - "type": "sizing" - }, - "height": { - "value": "4rem", - "type": "sizing" - }, - "font": { - "size": { - "value": "2rem", - "type": "fontSizes" - } - }, - "icon": { - "size": { - "value": "2rem", - "type": "sizing" - } - }, - "group": { - "offset": { - "value": "-1.5rem", - "type": "spacing" - } - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "figma": { - "circle": { - "border": { - "radius": { - "value": "{avatar.width} / 2", - "type": "borderRadius" - } - }, - "lg": { - "border": { - "radius": { - "value": "{avatar.lg.width} / 2", - "type": "borderRadius" - } - } - }, - "xl": { - "border": { - "radius": { - "value": "{avatar.xl.width} / 2", - "type": "borderRadius" - } - } - } - } - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - } - } - }, - "badge": { - "border": { - "radius": { - "value": "{border.radius.md}", - "type": "borderRadius" - } - }, - "padding": { - "value": "0 0.5rem", - "type": "spacing" - }, - "font": { - "size": { - "value": "0.75rem", - "type": "fontSizes" - }, - "weight": { - "value": "700", - "type": "fontWeights" - } - }, - "min": { - "width": { - "value": "1.5rem", - "type": "sizing" - } - }, - "height": { - "value": "1.5rem", - "type": "sizing" - }, - "dot": { - "size": { - "value": "0.5rem", - "type": "sizing" - } - }, - "sm": { - "font": { - "size": { - "value": "0.625rem", - "type": "fontSizes" - } - }, - "min": { - "width": { - "value": "1.25rem", - "type": "sizing" - } - }, - "height": { - "value": "1.25rem", - "type": "sizing" - } - }, - "lg": { - "font": { - "size": { - "value": "0.875rem", - "type": "fontSizes" - } - }, - "min": { - "width": { - "value": "1.75rem", - "type": "sizing" - } - }, - "height": { - "value": "1.75rem", - "type": "sizing" - } - }, - "xl": { - "font": { - "size": { - "value": "1rem", - "type": "fontSizes" - } - }, - "min": { - "width": { - "value": "2rem", - "type": "sizing" - } - }, - "height": { - "value": "2rem", - "type": "sizing" - } - } - }, - "chip": { - "border": { - "radius": { - "value": "16px", - "type": "borderRadius" - } - }, - "padding": { - "x": { - "value": "0.75rem", - "type": "spacing" - }, - "y": { - "value": "0.5rem", - "type": "spacing" - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "image": { - "width": { - "value": "2rem", - "type": "sizing" - }, - "height": { - "value": "2rem", - "type": "sizing" - } - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - } - }, - "remove": { - "icon": { - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - } - } - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - }, - "size": { - "value": "1rem", - "type": "sizing" - } - } - }, - "figma": { - "remove": { - "icon": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{chip.remove.icon.focus.ring.color}", - "width": "{chip.remove.icon.focus.ring.width} + {chip.remove.icon.focus.ring.offset}", - "style": "{chip.remove.icon.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{chip.background}", - "width": "{chip.remove.icon.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "image": { - "padding": { - "left": { - "value": "{chip.padding.x} - {chip.padding.y}", - "type": "spacing" - }, - "y": { - "value": "{chip.padding.y}/2", - "type": "spacing" - } - } - } - } - }, - "progressbar": { - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "value": { - "background": { - "value": "{primary.color}", - "type": "color" - } - }, - "label": { - "color": { - "value": "{primary.contrast.color}", - "type": "color" - }, - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "font": { - "size": { - "value": "0.75rem", - "type": "fontSizes" - } - }, - "height": { - "value": "1.25rem", - "type": "sizing" - }, - "type": "other" - }, - "message": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "content": { - "padding": { - "value": "0.5rem 0.75rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "sm": { - "padding": { - "value": "0.375rem 0.625rem", - "type": "spacing" - } - }, - "lg": { - "padding": { - "value": "0.625rem 0.875rem", - "type": "spacing" - } - } - }, - "text": { - "font": { - "size": { - "value": "1rem", - "type": "fontSizes" - }, - "weight": { - "value": "500", - "type": "fontWeights" - } - }, - "sm": { - "font": { - "size": { - "value": "0.875rem", - "type": "fontSizes" - } - } - }, - "lg": { - "font": { - "size": { - "value": "1.125rem", - "type": "fontSizes" - } - } - } - }, - "icon": { - "size": { - "value": "1.125rem", - "type": "sizing" - }, - "sm": { - "size": { - "value": "1rem", - "type": "sizing" - } - }, - "lg": { - "size": { - "value": "1.25rem", - "type": "sizing" - } - } - }, - "close": { - "button": { - "width": { - "value": "1.75rem", - "type": "sizing" - }, - "height": { - "value": "1.75rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{message.close.button.width} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - } - } - } - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - }, - "sm": { - "size": { - "value": "0.875rem", - "type": "sizing" - } - }, - "lg": { - "size": { - "value": "1.125rem", - "type": "sizing" - } - } - } - }, - "outlined": { - "border": { - "width": { - "value": "1px", - "type": "borderWidth" - } - } - }, - "simple": { - "content": { - "padding": { - "value": "0", - "type": "spacing" - } - } - } - }, - "card": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "radius": { - "value": "{border.radius.xl}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "shadow": { - "value": [ - { - "x": "0", - "y": "1", - "blur": "3", - "spread": "0", - "color": "rgba(0, 0, 0, 0.1)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "2", - "spread": "-1", - "color": "rgba(0, 0, 0, 0.1)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - }, - "body": { - "padding": { - "value": "1.25rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "caption": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "title": { - "font": { - "size": { - "value": "1.25rem", - "type": "fontSizes" - }, - "weight": { - "value": "500", - "type": "fontWeights" - } - } - }, - "subtitle": { - "color": { - "value": "{text.muted.color}", - "type": "color" - } - } - }, - "tag": { - "font": { - "size": { - "value": "0.875rem", - "type": "fontSizes" - }, - "weight": { - "value": "700", - "type": "fontWeights" - } - }, - "padding": { - "value": "0.25rem 0.5rem", - "type": "spacing" - }, - "gap": { - "value": "0.25rem", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "rounded": { - "border": { - "radius": { - "value": "{border.radius.xl}", - "type": "borderRadius" - } - } - }, - "icon": { - "size": { - "value": "0.75rem", - "type": "sizing" - } - } - }, - "skeleton": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - }, - "breadcrumb": { - "padding": { - "value": "1rem", - "type": "spacing" - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "item": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - } - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "separator": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - } - }, - "figma": { - "item": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{breadcrumb.item.focus.ring.color}", - "width": "{breadcrumb.item.focus.ring.width} + {breadcrumb.item.focus.ring.offset}", - "style": "{breadcrumb.item.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{breadcrumb.item.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "drawer": { - "background": { - "value": "{overlay.modal.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.modal.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.modal.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.modal.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.modal.shadow}", - "type": "boxShadow" - }, - "header": { - "padding": { - "value": "{overlay.modal.padding}", - "type": "spacing" - } - }, - "title": { - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - }, - "size": { - "value": "1.5rem", - "type": "fontSizes" - } - } - }, - "content": { - "padding": { - "value": "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", - "type": "spacing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{drawer.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "overlay": { - "title": { - "font": { - "size": { - "value": "1.5rem", - "type": "fontSizes" - } - } - } - }, - "cascadeselect": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{form.field.filled.hover.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "figma": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{cascadeselect.focus.ring.color}", - "width": "{cascadeselect.focus.ring.width} + {cascadeselect.focus.ring.offset}", - "style": "{cascadeselect.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{cascadeselect.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - }, - "stroke": { - "value": { - "color": "{cascadeselect.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{cascadeselect.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{cascadeselect.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{cascadeselect.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "overlay": { - "stroke": { - "value": { - "color": "{cascadeselect.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "dropdown": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - }, - "overlay": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - } - }, - "list": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{list.gap}", - "type": "spacing" - }, - "mobile": { - "indent": { - "value": "1rem", - "type": "spacing" - } - } - }, - "option": { - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{list.option.selected.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{list.option.selected.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.selected.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.selected.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - }, - "icon": { - "color": { - "value": "{list.option.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{list.option.icon.focus.color}", - "type": "color" - } - }, - "size": { - "value": "0.875rem", - "type": "sizing" - } - } - }, - "sm": { - "font": { - "size": { - "value": "{form.field.sm.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.sm.padding.y}", - "type": "spacing" - } - } - }, - "lg": { - "font": { - "size": { - "value": "{form.field.lg.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.lg.padding.y}", - "type": "spacing" - } - } - }, - "clear": { - "icon": { - "value": "{form.field.icon.color}", - "type": "color" - } - } - }, - "colorpicker": { - "preview": { - "width": { - "value": "1.5rem", - "type": "sizing" - }, - "height": { - "value": "1.5rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "panel": { - "border": { - "radius": { - "value": "{overlay.popover.border.radius}", - "type": "borderRadius" - } - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - } - }, - "figma": { - "preview": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{colorpicker.preview.focus.ring.color}", - "width": "{colorpicker.preview.focus.ring.width} + {colorpicker.preview.focus.ring.offset}", - "style": "{colorpicker.preview.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{colorpicker.preview.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "select": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{form.field.filled.hover.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "dropdown": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - }, - "overlay": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - } - }, - "list": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{list.gap}", - "type": "spacing" - }, - "header": { - "padding": { - "value": "{list.header.padding}", - "type": "spacing" - } - } - }, - "option": { - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{list.option.selected.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{list.option.selected.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.selected.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.selected.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - }, - "group": { - "background": { - "value": "{list.option.group.background}", - "type": "color" - }, - "color": { - "value": "{list.option.group.color}", - "type": "color" - }, - "font": { - "weight": { - "value": "{list.option.group.font.weight}", - "type": "fontWeights" - } - }, - "padding": { - "value": "{list.option.group.padding}", - "type": "spacing" - } - } - }, - "clear": { - "icon": { - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - } - }, - "checkmark": { - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "gutter": { - "start": { - "value": "-0.375rem", - "type": "spacing" - }, - "end": { - "value": "0.375rem", - "type": "spacing" - } - } - }, - "empty": { - "message": { - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - } - } - }, - "figma": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{select.focus.ring.color}", - "width": "{select.focus.ring.width} + {cascadeselect.focus.ring.offset}", - "style": "{select.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{select.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - }, - "stroke": { - "value": { - "color": "{select.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{select.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{select.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{select.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "overlay": { - "stroke": { - "value": { - "color": "{select.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "sm": { - "font": { - "size": { - "value": "{form.field.sm.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.sm.padding.y}", - "type": "spacing" - } - } - }, - "lg": { - "font": { - "size": { - "value": "{form.field.lg.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.lg.padding.y}", - "type": "spacing" - } - } - } - }, - "editor": { - "toolbar": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "item": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - } - }, - "overlay": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - }, - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "option": { - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - } - } - }, - "content": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - } - }, - "figma": { - "overlay": { - "stroke": { - "value": { - "color": "{editor.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "toolbar": { - "stroke": { - "value": { - "color": "{editor.toolbar.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "content": { - "stroke": { - "value": { - "color": "{editor.content.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "inputgroup": { - "addon": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{form.field.icon.color}", - "type": "color" - }, - "padding": { - "value": "0.5rem", - "type": "spacing" - }, - "min": { - "width": { - "value": "2.5rem", - "type": "sizing" - } - } - }, - "figma": { - "addon": { - "stroke": { - "value": { - "color": "{inputgroup.addon.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "textarea": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{textarea.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{textarea.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{textarea.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{textarea.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "sm": { - "padding": { - "x": { - "value": "{form.field.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.sm.padding.y}", - "type": "spacing" - } - }, - "font": { - "size": { - "value": "{form.field.sm.font.size}", - "type": "fontSizes" - } - } - }, - "lg": { - "padding": { - "x": { - "value": "{form.field.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.lg.padding.y}", - "type": "spacing" - } - }, - "font": { - "size": { - "value": "{form.field.lg.font.size}", - "type": "fontSizes" - } - } - } - }, - "inputnumber": { - "button": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "vertical": { - "padding": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - } - } - }, - "knob": { - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "figma": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{knob.focus.ring.color}", - "width": "{knob.focus.ring.width} + {knob.focus.ring.offset}", - "style": "{knob.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{knob.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "value": { - "background": { - "value": "{primary.color}", - "type": "color" - } - }, - "range": { - "background": { - "value": "{content.border.color}", - "type": "color" - } - }, - "text": { - "color": { - "value": "{text.muted.color}", - "type": "color" - } - }, - "type": "other" - }, - "listbox": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "figma": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{listbox.focus.ring.color}", - "width": "{listbox.focus.ring.width} + {listbox.focus.ring.offset}", - "style": "{listbox.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{listbox.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - }, - "stroke": { - "value": { - "color": "{listbox.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{listbox.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{listbox.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{listbox.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "list": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{list.gap}", - "type": "spacing" - }, - "header": { - "padding": { - "value": "{list.header.padding}", - "type": "spacing" - } - } - }, - "option": { - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{list.option.selected.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{list.option.selected.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.selected.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.selected.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - }, - "group": { - "background": { - "value": "{list.option.group.background}", - "type": "color" - }, - "color": { - "value": "{list.option.group.color}", - "type": "color" - }, - "font": { - "weight": { - "value": "{list.option.group.font.weight}", - "type": "fontWeights" - } - }, - "padding": { - "value": "{list.option.group.padding}", - "type": "spacing" - } - } - }, - "checkmark": { - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "gutter": { - "start": { - "value": "-0.375rem", - "type": "spacing" - }, - "end": { - "value": "0.375rem", - "type": "spacing" - } - } - }, - "empty": { - "message": { - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - } - } - } - }, - "multiselect": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{form.field.filled.hover.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "dropdown": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - }, - "overlay": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - } - }, - "list": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{list.gap}", - "type": "spacing" - }, - "header": { - "padding": { - "value": "{list.header.padding}", - "type": "spacing" - } - } - }, - "header": { - "padding": { - "value": "{list.header.padding}", - "type": "spacing" - } - }, - "option": { - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{list.option.selected.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{list.option.selected.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.selected.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.selected.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "group": { - "background": { - "value": "{list.option.group.background}", - "type": "color" - }, - "color": { - "value": "{list.option.group.color}", - "type": "color" - }, - "font": { - "weight": { - "value": "{list.option.group.font.weight}", - "type": "fontWeights" - } - }, - "padding": { - "value": "{list.option.group.padding}", - "type": "spacing" - } - } - }, - "chip": { - "border": { - "radius": { - "value": "{border.radius.sm}", - "type": "borderRadius" - } - } - }, - "empty": { - "message": { - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{multiselect.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{multiselect.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{multiselect.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{multiselect.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "overlay": { - "stroke": { - "value": { - "color": "{multiselect.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "chip": { - "padding": { - "top": { - "value": "{multiselect.padding.y}/2", - "type": "spacing" - }, - "bottom": { - "value": "{multiselect.padding.y} /2", - "type": "spacing" - } - } - }, - "input": { - "multiple": { - "gap": { - "value": "{multiselect.padding.y} /2", - "type": "spacing" - } - } - } - }, - "sm": { - "padding": { - "x": { - "value": "{form.field.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.sm.padding.y}", - "type": "spacing" - } - }, - "font": { - "size": { - "value": "{form.field.sm.font.size}", - "type": "fontSizes" - } - } - }, - "lg": { - "padding": { - "x": { - "value": "{form.field.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.lg.padding.y}", - "type": "spacing" - } - }, - "font": { - "size": { - "value": "{form.field.lg.font.size}", - "type": "fontSizes" - } - } - }, - "clear": { - "icon": { - "value": "{form.field.icon.color}", - "type": "color" - } - } - }, - "password": { - "meter": { - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "height": { - "value": "0.75rem", - "type": "sizing" - } - }, - "icon": { - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - }, - "overlay": { - "background": { - "value": "{overlay.popover.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.popover.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.popover.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.popover.color}", - "type": "color" - }, - "padding": { - "value": "{overlay.popover.padding}", - "type": "spacing" - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - } - }, - "content": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "figma": { - "overlay": { - "stroke": { - "value": { - "color": "{password.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "slider": { - "track": { - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "size": { - "value": "3px", - "type": "sizing" - } - }, - "range": { - "background": { - "value": "{primary.color}", - "type": "color" - } - }, - "handle": { - "width": { - "value": "20px", - "type": "sizing" - }, - "height": { - "value": "20px", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{slider.handle.width} / 2", - "type": "borderRadius" - } - }, - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.border.color}", - "type": "color" - } - }, - "content": { - "hover": { - "background": { - "value": "{content.background}", - "type": "color" - } - }, - "width": { - "value": "16px", - "type": "sizing" - }, - "height": { - "value": "16px", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{slider.handle.content.width} / 2", - "type": "borderRadius" - } - }, - "shadow": { - "value": [ - { - "x": "0", - "y": "0.5", - "blur": "0", - "spread": "0", - "color": "rgba(0, 0, 0, 0.08)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "1", - "spread": "0", - "color": "rgba(0, 0, 0, 0.14)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "figma": { - "handle": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{slider.handle.focus.ring.color}", - "width": "{slider.handle.focus.ring.width} + {slider.handle.focus.ring.offset}", - "style": "{slider.handle.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{slider.handle.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "togglebutton": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - } - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.disabled.background}", - "type": "color" - } - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "figma": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{togglebutton.focus.ring.color}", - "width": "{togglebutton.focus.ring.width} + {togglebutton.focus.ring.offset}", - "style": "{togglebutton.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{togglebutton.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "disabled": { - "stroke": { - "value": { - "color": "{togglebutton.disabled.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{togglebutton.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "content": { - "padding": { - "x": { - "value": "{togglebutton.padding.x} - {togglebutton.content.left}", - "type": "spacing" - }, - "y": { - "value": "{togglebutton.padding.y} - {togglebutton.content.top}", - "type": "spacing" - } - }, - "lg": { - "padding": { - "x": { - "value": "{togglebutton.lg.padding.x} - {togglebutton.content.left}", - "type": "spacing" - }, - "y": { - "value": "{togglebutton.lg.padding.y} - {togglebutton.content.top}", - "type": "spacing" - } - } - }, - "sm": { - "padding": { - "x": { - "value": "{togglebutton.sm.padding.x} - {togglebutton.content.left}", - "type": "spacing" - }, - "y": { - "value": "{togglebutton.sm.padding.y} - {togglebutton.content.top}", - "type": "spacing" - } - } - } - }, - "padding": { - "x": { - "value": "{togglebutton.padding.x} - {togglebutton.figma.content.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{togglebutton.padding.y} - {togglebutton.figma.content.padding.y}", - "type": "spacing" - } - }, - "lg": { - "padding": { - "x": { - "value": "{togglebutton.lg.padding.x} - {togglebutton.figma.content.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{togglebutton.lg.padding.y} - {togglebutton.figma.content.lg.padding.y}", - "type": "spacing" - } - } - }, - "sm": { - "padding": { - "x": { - "value": "{togglebutton.sm.padding.x} - {togglebutton.figma.content.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{togglebutton.sm.padding.y} - {togglebutton.figma.content.sm.padding.y}", - "type": "spacing" - } - } - } - }, - "icon": { - "disabled": { - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - } - }, - "content": { - "left": { - "value": "0.25rem", - "type": "spacing" - }, - "top": { - "value": "0.25rem", - "type": "spacing" - }, - "shadow": { - "value": [ - { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 0.02)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 0.04)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - }, - "padding": { - "x": { - "value": "1rem", - "type": "spacing" - }, - "y": { - "value": "0.5rem", - "type": "spacing" - } - }, - "sm": { - "font": { - "size": { - "value": "{form.field.sm.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "0.75rem", - "type": "spacing" - }, - "y": { - "value": "0.375rem", - "type": "spacing" - } - } - }, - "lg": { - "font": { - "size": { - "value": "{form.field.lg.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "1.25rem", - "type": "spacing" - }, - "y": { - "value": "0.625rem", - "type": "spacing" - } - } - } - }, - "selectbutton": { - "border": { - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - } - }, - "treeselect": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - }, - "color": { - "value": "{form.field.disabled.color}", - "type": "color" - } - }, - "filled": { - "background": { - "value": "{form.field.filled.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{form.field.filled.focus.background}", - "type": "color" - } - }, - "hover": { - "background": { - "value": "{form.field.filled.hover.background}", - "type": "color" - } - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "border": { - "color": { - "value": "{form.field.hover.border.color}", - "type": "color" - } - } - }, - "focus": { - "border": { - "color": { - "value": "{form.field.focus.border.color}", - "type": "color" - } - }, - "ring": { - "width": { - "value": "{form.field.focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{form.field.focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{form.field.focus.ring.color}", - "type": "color" - }, - "style": { - "value": "{form.field.focus.ring.style}", - "type": "other" - }, - "shadow": { - "value": "{form.field.focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - }, - "placeholder": { - "color": { - "value": "{form.field.invalid.placeholder.color}", - "type": "color" - } - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "placeholder": { - "color": { - "value": "{form.field.placeholder.color}", - "type": "color" - } - }, - "shadow": { - "value": "{form.field.shadow}", - "type": "boxShadow" - }, - "padding": { - "x": { - "value": "{form.field.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.padding.y}", - "type": "spacing" - } - }, - "dropdown": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "color": { - "value": "{form.field.icon.color}", - "type": "color" - } - }, - "overlay": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - } - }, - "tree": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - } - }, - "empty": { - "message": { - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - } - } - }, - "chip": { - "border": { - "radius": { - "value": "{border.radius.sm}", - "type": "borderRadius" - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{treeselect.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{treeselect.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "stroke": { - "value": { - "color": "{treeselect.focus.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "invalid": { - "stroke": { - "value": { - "color": "{treeselect.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "overlay": { - "stroke": { - "value": { - "color": "{treeselect.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "chip": { - "padding": { - "top": { - "value": "{treeselect.padding.y}/2", - "type": "spacing" - }, - "bottom": { - "value": "{treeselect.padding.y} /2", - "type": "spacing" - } - } - }, - "input": { - "multiple": { - "gap": { - "value": "{treeselect.padding.y} /2", - "type": "spacing" - } - } - } - }, - "sm": { - "font": { - "size": { - "value": "{form.field.sm.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.sm.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.sm.padding.y}", - "type": "spacing" - } - } - }, - "lg": { - "font": { - "size": { - "value": "{form.field.lg.font.size}", - "type": "fontSizes" - } - }, - "padding": { - "x": { - "value": "{form.field.lg.padding.x}", - "type": "spacing" - }, - "y": { - "value": "{form.field.lg.padding.y}", - "type": "spacing" - } - } - }, - "clear": { - "icon": { - "value": "{form.field.icon.color}", - "type": "color" - } - } - }, - "dataview": { - "border": { - "color": { - "value": "transparent", - "type": "color" - }, - "width": { - "value": "0", - "type": "borderWidth" - }, - "radius": { - "value": "0", - "type": "borderRadius" - } - }, - "padding": { - "value": "0", - "type": "spacing" - }, - "header": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - }, - "radius": { - "value": "0", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - }, - "content": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "border": { - "color": { - "value": "transparent", - "type": "color" - }, - "radius": { - "value": "0", - "type": "borderRadius" - }, - "width": { - "value": "0", - "type": "borderWidth" - } - }, - "padding": { - "value": "0", - "type": "spacing" - } - }, - "footer": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - }, - "radius": { - "value": "0", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - }, - "paginator": { - "top": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - } - } - }, - "bottom": { - "border": { - "width": { - "value": "1", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{dataview.border.color}", - "width": "{dataview.border.width}", - "style": "solid" - }, - "type": "border" - }, - "header": { - "stroke": { - "value": { - "color": "{dataview.header.border.color}", - "width": "{dataview.header.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "content": { - "stroke": { - "value": { - "color": "{dataview.content.border.color}", - "width": "{dataview.content.border.width}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "accordion": { - "panel": { - "border": { - "width": { - "value": "1", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "header": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - }, - "background": { - "value": "{content.background}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{text.color}", - "type": "color" - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.background}", - "type": "color" - } - } - }, - "padding": { - "value": "1.125rem", - "type": "spacing" - }, - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - }, - "border": { - "radius": { - "value": "0", - "type": "borderRadius" - }, - "width": { - "value": "0", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "toggle": { - "icon": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{text.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - } - } - } - } - }, - "first": { - "top": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - }, - "border": { - "width": { - "value": "0", - "type": "borderWidth" - } - } - }, - "last": { - "bottom": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - }, - "active": { - "bottom": { - "border": { - "radius": { - "value": "0", - "type": "borderRadius" - } - } - } - } - } - }, - "content": { - "border": { - "width": { - "value": "0", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "padding": { - "value": "0 1.125rem 1.125rem 1.125rem", - "type": "spacing" - } - }, - "figma": { - "panel": { - "stroke": { - "value": { - "color": "{accordion.panel.border.color}", - "width": "{accordion.panel.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "header": { - "stroke": { - "value": { - "color": "{accordion.header.border.color}", - "width": "{accordion.header.border.width}", - "style": "solid" - }, - "type": "border" - }, - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{accordion.header.focus.ring.color}", - "width": "{accordion.header.focus.ring.width} + {accordion.header.focus.ring.offset}", - "style": "{accordion.header.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{accordion.header.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "content": { - "stroke": { - "value": { - "color": "{accordion.content.border.color}", - "width": "{accordion.content.border.width}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "divider": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "content": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "horizontal": { - "margin": { - "value": "1rem 0", - "type": "spacing" - }, - "padding": { - "value": "0", - "type": "spacing" - }, - "content": { - "padding": { - "value": "0 0.5rem", - "type": "spacing" - } - } - }, - "vertical": { - "margin": { - "value": "0 1rem", - "type": "spacing" - }, - "padding": { - "value": "0", - "type": "spacing" - }, - "content": { - "padding": { - "value": "0.5rem 0", - "type": "spacing" - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{divider.border.color}", - "width": "1", - "style": "dashed" - }, - "type": "border" - } - } - }, - "fieldset": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "1.125rem 1.125rem 1.125rem 1.125rem", - "type": "spacing" - }, - "legend": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - }, - "width": { - "value": "1", - "type": "borderWidth" - }, - "color": { - "value": "transparent", - "type": "color" - } - }, - "padding": { - "value": "0.5rem 0.75rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "toggle": { - "icon": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - } - } - } - }, - "content": { - "padding": { - "value": "0", - "type": "spacing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{fieldset.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "legend": { - "stroke": { - "value": { - "color": "{fieldset.legend.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "splitter": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "gutter": { - "background": { - "value": "{content.border.color}", - "type": "color" - } - }, - "handle": { - "size": { - "value": "24px", - "type": "sizing" - }, - "background": { - "value": "transparent", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - } - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{splitter.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "handle": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{splitter.handle.focus.ring.color}", - "width": "{splitter.handle.focus.ring.width} + {splitter.handle.focus.ring.offset}", - "style": "{splitter.handle.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{splitter.handle.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "scrollpanel": { - "bar": { - "size": { - "value": "9px", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{border.radius.sm}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "figma": { - "bar": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{scrollpanel.bar.focus.ring.color}", - "width": "{scrollpanel.bar.focus.ring.width} + {scrollpanel.bar.focus.ring.offset}", - "style": "{scrollpanel.bar.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{scrollpanel.bar.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "tabs": { - "tablist": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - } - } - }, - "tab": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - } - }, - "active": { - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - }, - "background": { - "value": "transparent", - "type": "color" - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - }, - "background": { - "value": "transparent", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "background": { - "value": "transparent", - "type": "color" - }, - "padding": { - "value": "1rem 1.125rem", - "type": "spacing" - }, - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - }, - "margin": { - "value": "0 0 -1px 0", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "tabpanel": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.875rem 1.125rem 1.125rem 1.125rem", - "type": "spacing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "nav": { - "button": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "focus": { - "ring": { - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - }, - "figma": { - "tablist": { - "stroke": { - "value": { - "color": "{tabs.tablist.border.color}", - "width": "{tabs.tablist.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "tab": { - "stroke": { - "value": { - "color": "{tabs.tab.border.color}", - "width": "{tabs.tab.border.width}", - "style": "solid" - }, - "type": "border" - }, - "active": { - "stroke": { - "value": { - "color": "{tabs.tab.active.border.color}", - "width": "{tabs.tab.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{tabs.tab.focus.ring.color}", - "width": "{tabs.tab.focus.ring.width} + {tabs.tab.focus.ring.offset}", - "style": "{tabs.tab.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{tabs.tab.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "tabpanel": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{tabs.tabpanel.focus.ring.color}", - "width": "{tabs.tabpanel.focus.ring.width} + {tabs.tabpanel.focus.ring.offset}", - "style": "{tabs.tabpanel.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{tabs.tabpanel.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "active": { - "bar": { - "height": { - "value": "1px", - "type": "sizing" - }, - "bottom": { - "value": "-1px", - "type": "spacing" - }, - "background": { - "value": "{primary.color}", - "type": "color" - } - } - } - }, - "toolbar": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "0.75rem", - "type": "spacing" - }, - "figma": { - "stroke": { - "value": { - "color": "{toolbar.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "confirmdialog": { - "icon": { - "size": { - "value": "2rem", - "type": "sizing" - }, - "color": { - "value": "{overlay.modal.color}", - "type": "color" - } - }, - "content": { - "gap": { - "value": "1rem", - "type": "spacing" - } - } - }, - "confirmpopup": { - "background": { - "value": "{overlay.popover.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.popover.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.popover.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{confirmpopup.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "color": { - "value": "{overlay.popover.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - }, - "gutter": { - "value": "10px", - "type": "spacing" - }, - "arrow": { - "offset": { - "value": "1.25rem", - "type": "spacing" - } - }, - "content": { - "padding": { - "value": "{overlay.popover.padding}", - "type": "spacing" - }, - "gap": { - "value": "1rem", - "type": "spacing" - } - }, - "icon": { - "size": { - "value": "1.5rem", - "type": "sizing" - }, - "color": { - "value": "{overlay.popover.color}", - "type": "color" - } - }, - "footer": { - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}", - "type": "spacing" - } - } - }, - "dialog": { - "background": { - "value": "{overlay.modal.background}", - "type": "color" - }, - "color": { - "value": "{overlay.modal.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.modal.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.modal.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{dialog.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "shadow": { - "value": "{overlay.modal.shadow}", - "type": "boxShadow" - }, - "header": { - "padding": { - "value": "{overlay.modal.padding}", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "title": { - "font": { - "size": { - "value": "1.25rem", - "type": "fontSizes" - }, - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "content": { - "padding": { - "value": "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", - "type": "spacing" - } - }, - "footer": { - "padding": { - "value": "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "tooltip": { - "max": { - "width": { - "value": "12.5rem", - "type": "sizing" - } - }, - "gutter": { - "value": "0.25rem", - "type": "spacing" - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - }, - "padding": { - "value": "0.5rem 0.75rem", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{overlay.popover.border.radius}", - "type": "borderRadius" - } - } - }, - "contextmenu": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.navigation.shadow}", - "type": "boxShadow" - }, - "list": { - "padding": { - "value": "{navigation.list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{navigation.list.gap}", - "type": "spacing" - } - }, - "item": { - "focus": { - "background": { - "value": "{navigation.item.focus.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.focus.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{navigation.item.active.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.active.color}", - "type": "color" - } - }, - "color": { - "value": "{navigation.item.color}", - "type": "color" - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{navigation.item.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "{navigation.item.gap}", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.item.icon.active.color}", - "type": "color" - } - } - } - }, - "submenu": { - "icon": { - "size": { - "value": "{navigation.submenu.icon.size}", - "type": "sizing" - }, - "color": { - "value": "{navigation.submenu.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.submenu.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.submenu.icon.active.color}", - "type": "color" - } - } - }, - "mobile": { - "indent": { - "value": "1rem", - "type": "spacing" - } - } - }, - "separator": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{contextmenu.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "separator": { - "stroke": { - "value": { - "color": "{contextmenu.separator.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "dock": { - "background": { - "value": "rgba(255, 255, 255, 0.1)", - "type": "color" - }, - "border": { - "color": { - "value": "rgba(255, 255, 255, 0.2)", - "type": "color" - }, - "radius": { - "value": "{border.radius.xl}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{dock.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "item": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{dock.item.focus.ring.color}", - "width": "{dock.item.focus.ring.width} + {dock.item.focus.ring.offset}", - "style": "{dock.item.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{dock.item.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "padding": { - "value": "0.5rem", - "type": "spacing" - }, - "item": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.5rem", - "type": "spacing" - }, - "size": { - "value": "3rem", - "type": "sizing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - }, - "megamenu": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "vertical": { - "orientation": { - "padding": { - "value": "{navigation.list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{navigation.list.gap}", - "type": "spacing" - } - } - }, - "horizontal": { - "orientation": { - "padding": { - "value": "0.5rem 0.75rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "base": { - "item": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - } - } - }, - "item": { - "focus": { - "background": { - "value": "{navigation.item.focus.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.focus.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{navigation.item.active.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.active.color}", - "type": "color" - } - }, - "color": { - "value": "{navigation.item.color}", - "type": "color" - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{navigation.item.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "{navigation.item.gap}", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.item.icon.active.color}", - "type": "color" - } - } - } - }, - "overlay": { - "padding": { - "value": "0", - "type": "spacing" - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.navigation.shadow}", - "type": "boxShadow" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "figma": { - "overlay": { - "stroke": { - "value": { - "color": "{megamenu.overlay.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "separator": { - "stroke": { - "value": { - "color": "{megamenu.separator.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "mobile": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{megamenu.mobile.button.focus.ring.color}", - "width": "{megamenu.mobile.button.focus.ring.width} + {megamenu.mobile.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{megamenu.mobile.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "stroke": { - "value": { - "color": "{megamenu.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "submenu": { - "label": { - "padding": { - "value": "{navigation.submenu.label.padding}", - "type": "spacing" - }, - "font": { - "weight": { - "value": "{navigation.submenu.label.font.weight}", - "type": "fontWeights" - } - }, - "background": { - "value": "{navigation.submenu.label.background}", - "type": "color" - }, - "color": { - "value": "{navigation.submenu.label.color}", - "type": "color" - } - }, - "icon": { - "size": { - "value": "{navigation.submenu.icon.size}", - "type": "sizing" - }, - "color": { - "value": "{navigation.submenu.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.submenu.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.submenu.icon.active.color}", - "type": "color" - } - } - }, - "padding": { - "value": "{navigation.list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{navigation.list.gap}", - "type": "spacing" - } - }, - "separator": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "mobile": { - "button": { - "border": { - "radius": { - "value": "{megamenu.mobile.button.size} / 2", - "type": "borderRadius" - } - }, - "size": { - "value": "1.75rem", - "type": "sizing" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - }, - "background": { - "value": "{content.hover.background}", - "type": "color" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - } - }, - "menu": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{menu.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "separator": { - "stroke": { - "value": { - "color": "{menu.separator.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.navigation.shadow}", - "type": "boxShadow" - }, - "list": { - "padding": { - "value": "{navigation.list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{navigation.list.gap}", - "type": "spacing" - } - }, - "item": { - "focus": { - "background": { - "value": "{navigation.item.focus.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{navigation.item.color}", - "type": "color" - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{navigation.item.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "{navigation.item.gap}", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - } - } - }, - "submenu": { - "label": { - "padding": { - "value": "{navigation.submenu.label.padding}", - "type": "spacing" - }, - "font": { - "weight": { - "value": "{navigation.submenu.label.font.weight}", - "type": "fontWeights" - } - }, - "background": { - "value": "{navigation.submenu.label.background}", - "type": "color" - }, - "color": { - "value": "{navigation.submenu.label.color}", - "type": "color" - } - } - }, - "separator": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - } - }, - "menubar": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{menubar.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "submenu": { - "stroke": { - "value": { - "color": "{menubar.submenu.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "separator": { - "stroke": { - "value": { - "color": "{menubar.separator.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "mobile": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{menubar.mobile.button.focus.ring.color}", - "width": "{menubar.mobile.button.focus.ring.width} + {menubar.mobile.button.focus.ring.offset}", - "style": "{menubar.mobile.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{menubar.mobile.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "0.5rem 0.75rem", - "type": "spacing" - }, - "base": { - "item": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - } - } - }, - "item": { - "focus": { - "background": { - "value": "{navigation.item.focus.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.focus.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{navigation.item.active.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.active.color}", - "type": "color" - } - }, - "color": { - "value": "{navigation.item.color}", - "type": "color" - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{navigation.item.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "{navigation.item.gap}", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.item.icon.active.color}", - "type": "color" - } - } - } - }, - "submenu": { - "padding": { - "value": "{navigation.list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{navigation.list.gap}", - "type": "spacing" - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "shadow": { - "value": "{overlay.navigation.shadow}", - "type": "boxShadow" - }, - "mobile": { - "indent": { - "value": "1rem", - "type": "spacing" - } - }, - "icon": { - "size": { - "value": "{navigation.submenu.icon.size}", - "type": "sizing" - }, - "color": { - "value": "{navigation.submenu.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.submenu.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.submenu.icon.active.color}", - "type": "color" - } - } - } - }, - "separator": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "mobile": { - "button": { - "border": { - "radius": { - "value": "{menubar.mobile.button.size} / 2", - "type": "borderRadius" - } - }, - "size": { - "value": "1.75rem", - "type": "sizing" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - }, - "background": { - "value": "{content.hover.background}", - "type": "color" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - } - }, - "panelmenu": { - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "panel": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.25rem 0.25rem", - "type": "spacing" - }, - "first": { - "border": { - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "top": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - } - }, - "last": { - "border": { - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "bottom": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - } - } - }, - "figma": { - "panel": { - "stroke": { - "value": { - "color": "{panelmenu.panel.border.color}", - "width": "{panelmenu.panel.border.width}", - "style": "solid" - }, - "type": "border" - } - } - }, - "item": { - "focus": { - "background": { - "value": "{navigation.item.focus.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{navigation.item.color}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - } - } - }, - "submenu": { - "indent": { - "value": "1rem", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{navigation.submenu.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.submenu.icon.focus.color}", - "type": "color" - } - } - } - } - }, - "tieredmenu": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{tieredmenu.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "separator": { - "stroke": { - "value": { - "color": "{tieredmenu.separator.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.navigation.shadow}", - "type": "boxShadow" - }, - "list": { - "padding": { - "value": "{navigation.list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{navigation.list.gap}", - "type": "spacing" - } - }, - "item": { - "focus": { - "background": { - "value": "{navigation.item.focus.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.focus.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{navigation.item.active.background}", - "type": "color" - }, - "color": { - "value": "{navigation.item.active.color}", - "type": "color" - } - }, - "color": { - "value": "{navigation.item.color}", - "type": "color" - }, - "padding": { - "value": "{navigation.item.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{navigation.item.border.radius}", - "type": "borderRadius" - } - }, - "gap": { - "value": "{navigation.item.gap}", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{navigation.item.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.item.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.item.icon.active.color}", - "type": "color" - } - } - } - }, - "submenu": { - "icon": { - "size": { - "value": "{navigation.submenu.icon.size}", - "type": "sizing" - }, - "color": { - "value": "{navigation.submenu.icon.color}", - "type": "color" - }, - "focus": { - "color": { - "value": "{navigation.submenu.icon.focus.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{navigation.submenu.icon.active.color}", - "type": "color" - } - } - }, - "mobile": { - "indent": { - "value": "1rem", - "type": "spacing" - } - } - }, - "separator": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - } - }, - "orderlist": { - "gap": { - "value": "1.125rem", - "type": "spacing" - }, - "controls": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "organizationchart": { - "gutter": { - "value": "0.75rem", - "type": "spacing" - }, - "node": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - }, - "toggleable": { - "padding": { - "value": "0.75rem 1rem 1.25rem 1rem", - "type": "spacing" - } - }, - "toggle": { - "button": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{organizationchart.node.toggle.button.size} / 2", - "type": "borderRadius" - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "size": { - "value": "1.5rem", - "type": "sizing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - } - }, - "figma": { - "node": { - "stroke": { - "value": { - "color": "{organizationchart.node.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "toggle": { - "button": { - "stroke": { - "value": { - "color": "{organizationchart.node.toggle.button.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{organizationchart.node.toggle.button.focus.ring.color}", - "width": "{organizationchart.node.toggle.button.focus.ring.width} + {organizationchart.node.toggle.button.focus.ring.offset}", - "style": "{organizationchart.node.toggle.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{organizationchart.node.toggle.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - } - }, - "connector": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "height": { - "value": "24px", - "type": "sizing" - } - } - }, - "paginator": { - "padding": { - "value": "0.5rem 1rem", - "type": "spacing" - }, - "gap": { - "value": "0.25rem", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "nav": { - "button": { - "background": { - "value": "transparent", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "height": { - "value": "2.5rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{paginator.nav.button.width} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - } - } - }, - "figma": { - "nav": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{paginator.nav.button.focus.ring.color}", - "width": "{paginator.nav.button.focus.ring.width} + {paginator.nav.button.focus.ring.offset}", - "style": "{paginator.nav.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{paginator.nav.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "current": { - "page": { - "report": { - "color": { - "value": "{text.muted.color}", - "type": "color" - } - } - } - }, - "jump": { - "to": { - "page": { - "input": { - "max": { - "width": { - "value": "2.5rem", - "type": "sizing" - } - } - } - } - } - } - }, - "picklist": { - "gap": { - "value": "1.125rem", - "type": "spacing" - }, - "controls": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "datatable": { - "header": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - }, - "cell": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1px", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - }, - "figma": { - "header": { - "stroke": { - "value": { - "color": "{datatable.header.border.color}", - "width": "{datatable.header.border.width}", - "style": "solid" - }, - "type": "border" - }, - "cell": { - "stroke": { - "value": { - "color": "{datatable.header.cell.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "spacing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "spacing" - } - } - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "spacing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "spacing" - } - } - }, - "body": { - "cell": { - "stroke": { - "value": { - "color": "{datatable.body.cell.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "spacing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "spacing" - } - } - } - }, - "footer": { - "cell": { - "stroke": { - "value": { - "color": "{datatable.footer.cell.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "spacing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "spacing" - } - } - }, - "stroke": { - "value": { - "color": "{datatable.footer.border.color}", - "width": "{datatable.footer.border.width}", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "spacing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "spacing" - } - } - }, - "row": { - "toggle": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{datatable.row.toggle.button.focus.ring.color}", - "width": "{datatable.row.toggle.button.focus.ring.width} + {datatable.row.toggle.button.focus.ring.offset}", - "style": "{datatable.row.toggle.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{datatable.row.toggle.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "filter": { - "overlay": { - "select": { - "stroke": { - "value": { - "color": "{datatable.filter.overlay.select.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "popover": { - "stroke": { - "value": { - "color": "{datatable.filter.overlay.popover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "constraint": { - "separator": { - "stroke": { - "value": { - "color": "{datatable.filter.constraint.separator.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "paginator": { - "top": { - "stroke": { - "value": { - "color": "{datatable.paginator.top.border.color}", - "width": "{datatable.paginator.top.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "bottom": { - "stroke": { - "value": { - "color": "{datatable.paginator.bottom.border.color}", - "width": "{datatable.paginator.bottom.border.width}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "column": { - "title": { - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "footer": { - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "resizer": { - "width": { - "value": "0.5rem", - "type": "sizing" - } - } - }, - "row": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1px", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - } - } - }, - "toggle": { - "button": { - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "selected": { - "hover": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "size": { - "value": "1.75rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{datatable.row.toggle.button.size} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - } - }, - "body": { - "cell": { - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - } - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - } - }, - "footer": { - "cell": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - }, - "drop": { - "point": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "resize": { - "indicator": { - "width": { - "value": "1px", - "type": "sizing" - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "sort": { - "icon": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - } - }, - "size": { - "value": "0.875rem", - "type": "sizing" - } - } - }, - "loading": { - "icon": { - "size": { - "value": "2rem", - "type": "sizing" - } - } - }, - "filter": { - "inline": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "overlay": { - "select": { - "background": { - "value": "{overlay.select.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.select.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.select.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.select.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.select.shadow}", - "type": "boxShadow" - } - }, - "popover": { - "background": { - "value": "{overlay.popover.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.popover.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.popover.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.popover.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - }, - "padding": { - "value": "{overlay.popover.padding}", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "rule": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "constraint": { - "list": { - "padding": { - "value": "{list.padding}", - "type": "spacing" - }, - "gap": { - "value": "{list.gap}", - "type": "spacing" - } - }, - "focus": { - "background": { - "value": "{list.option.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.focus.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{list.option.selected.background}", - "type": "color" - }, - "focus": { - "background": { - "value": "{list.option.selected.focus.background}", - "type": "color" - }, - "color": { - "value": "{list.option.selected.focus.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.selected.color}", - "type": "color" - } - }, - "color": { - "value": "{list.option.color}", - "type": "color" - }, - "separator": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - }, - "padding": { - "value": "{list.option.padding}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{list.option.border.radius}", - "type": "borderRadius" - } - } - } - }, - "paginator": { - "top": { - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - } - } - }, - "bottom": { - "border": { - "color": { - "value": "{datatable.border.color}", - "type": "color" - }, - "width": { - "value": "1", - "type": "borderWidth" - } - } - } - } - }, - "timeline": { - "event": { - "min": { - "height": { - "value": "5rem", - "type": "sizing" - } - }, - "marker": { - "size": { - "value": "1.125rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{timeline.event.marker.size} / 2", - "type": "borderRadius" - }, - "width": { - "value": "2px", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "content": { - "border": { - "radius": { - "value": "{timeline.event.marker.content.size} / 2", - "type": "borderRadius" - } - }, - "size": { - "value": "0.375rem", - "type": "sizing" - }, - "background": { - "value": "{primary.color}", - "type": "color" - }, - "inset": { - "shadow": { - "value": [ - { - "x": "0", - "y": "0.5", - "blur": "0", - "spread": "0", - "color": "rgba(0, 0, 0, 0.06)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "1", - "spread": "0", - "color": "rgba(0, 0, 0, 0.12)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - } - } - }, - "connector": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "size": { - "value": "2px", - "type": "sizing" - } - } - }, - "horizontal": { - "event": { - "content": { - "padding": { - "value": "1rem 0", - "type": "spacing" - } - } - } - }, - "vertical": { - "event": { - "content": { - "padding": { - "value": "0 1rem", - "type": "spacing" - } - } - } - }, - "figma": { - "event": { - "marker": { - "stroke": { - "value": { - "color": "{timeline.event.marker.border.color}", - "width": "{timeline.event.marker.border.width}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "tree": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "1rem", - "type": "spacing" - }, - "gap": { - "value": "2px", - "type": "spacing" - }, - "indent": { - "value": "1rem", - "type": "spacing" - }, - "node": { - "padding": { - "value": "0.25rem 0.5rem", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{text.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1px", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "gap": { - "value": "0.25rem", - "type": "spacing" - }, - "icon": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - } - }, - "selected": { - "color": { - "value": "{highlight.color}", - "type": "color" - } - } - }, - "toggle": { - "button": { - "border": { - "radius": { - "value": "{tree.node.toggle.button.size} / 2", - "type": "borderRadius" - } - }, - "size": { - "value": "1.75rem", - "type": "sizing" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - } - }, - "selected": { - "hover": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - } - }, - "figma": { - "node": { - "toggle": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{tree.node.toggle.button.focus.ring.color}", - "width": "{tree.node.toggle.button.focus.ring.width} + {tree.node.toggle.button.focus.ring.offset}", - "style": "{tree.node.toggle.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{tree.node.toggle.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - } - }, - "loading": { - "icon": { - "size": { - "value": "2rem", - "type": "sizing" - } - } - }, - "filter": { - "margin": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "virtualscroller": { - "loader": { - "mask": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - } - }, - "icon": { - "size": { - "value": "2rem", - "type": "sizing" - } - } - } - }, - "carousel": { - "content": { - "gap": { - "value": "0.25rem", - "type": "spacing" - } - }, - "indicator": { - "list": { - "padding": { - "value": "1rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "width": { - "value": "2rem", - "type": "sizing" - }, - "height": { - "value": "0.5rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "figma": { - "indicator": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{carousel.indicator.focus.ring.color}", - "width": "{carousel.indicator.focus.ring.width} + {carousel.indicator.focus.ring.offset}", - "style": "{carousel.indicator.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{carousel.indicator.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "image": { - "preview": { - "icon": { - "size": { - "value": "1.5rem", - "type": "sizing" - } - }, - "mask": { - "background": { - "value": "{mask.background}", - "type": "color" - }, - "color": { - "value": "{mask.color}", - "type": "color" - } - } - }, - "toolbar": { - "background": { - "value": "rgba(255, 255, 255, 0.1)", - "type": "color" - }, - "border": { - "color": { - "value": "rgba(255, 255, 255, 0.2)", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - }, - "radius": { - "value": "30px", - "type": "borderRadius" - } - }, - "padding": { - "value": "0.5rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "position": { - "right": { - "value": "1rem", - "type": "spacing" - }, - "top": { - "value": "1rem", - "type": "spacing" - } - } - }, - "action": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.1)", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "color": { - "value": "{surface.50}", - "type": "color" - }, - "size": { - "value": "3rem", - "type": "sizing" - }, - "icon": { - "size": { - "value": "1.5rem", - "type": "sizing" - } - }, - "border": { - "radius": { - "value": "{image.action.size} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "figma": { - "action": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{image.action.focus.ring.color}", - "width": "{image.action.focus.ring.width} + {image.action.focus.ring.offset}", - "style": "{image.action.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{image.action.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "toolbar": { - "stroke": { - "value": { - "color": "{image.toolbar.border.color}", - "width": "{image.toolbar.border.width}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "treetable": { - "header": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{treetable.border.color}", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - }, - "cell": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{treetable.border.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1px", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - }, - "figma": { - "header": { - "stroke": { - "value": { - "color": "{treetable.header.border.color}", - "width": "{treetable.header.border.width}", - "style": "solid" - }, - "type": "border" - }, - "cell": { - "stroke": { - "value": { - "color": "{treetable.header.cell.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "sizing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "sizing" - } - } - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "sizing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "sizing" - } - } - }, - "body": { - "cell": { - "stroke": { - "value": { - "color": "{treetable.body.cell.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "sizing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "sizing" - } - } - } - }, - "footer": { - "cell": { - "stroke": { - "value": { - "color": "{treetable.footer.cell.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "sizing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "sizing" - } - } - }, - "stroke": { - "value": { - "color": "{treetable.footer.border.color}", - "width": "{treetable.footer.border.width}", - "style": "solid" - }, - "type": "border" - }, - "padding": { - "sm": { - "value": "0.375rem 0.5rem", - "type": "sizing" - }, - "lg": { - "value": "0.9375rem 1.25rem", - "type": "sizing" - } - } - }, - "node": { - "toggle": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{treetable.node.toggle.button.focus.ring.color}", - "width": "{treetable.node.toggle.button.focus.ring.width} + {treetable.node.toggle.button.focus.ring.offset}", - "style": "{treetable.node.toggle.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{treetable.node.toggle.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "paginator": { - "top": { - "stroke": { - "value": { - "color": "{treetable.paginator.top.border.color}", - "width": "{treetable.paginator.top.border.width}", - "style": "solid" - }, - "type": "border" - } - }, - "bottom": { - "stroke": { - "value": { - "color": "{treetable.paginator.bottom.border.color}", - "width": "{treetable.paginator.bottom.border.width}", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "column": { - "title": { - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "footer": { - "font": { - "weight": { - "value": "600", - "type": "fontWeights" - } - } - }, - "resizer": { - "width": { - "value": "0.5rem", - "type": "sizing" - } - } - }, - "row": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - }, - "selected": { - "background": { - "value": "{highlight.background}", - "type": "color" - }, - "color": { - "value": "{highlight.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "-1px", - "type": "borderWidth" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "body": { - "cell": { - "border": { - "color": { - "value": "{treetable.border.color}", - "type": "color" - } - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "footer": { - "cell": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{treetable.border.color}", - "type": "color" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{treetable.border.color}", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "padding": { - "value": "0.75rem 1rem", - "type": "spacing" - } - }, - "resize": { - "indicator": { - "width": { - "value": "1px", - "type": "sizing" - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "sort": { - "icon": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{text.hover.muted.color}", - "type": "color" - } - }, - "size": { - "value": "0.875rem", - "type": "sizing" - } - } - }, - "loading": { - "icon": { - "size": { - "value": "2rem", - "type": "sizing" - } - } - }, - "node": { - "toggle": { - "button": { - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "selected": { - "hover": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "size": { - "value": "1.75rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{treetable.node.toggle.button.size} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - } - }, - "paginator": { - "top": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - } - }, - "bottom": { - "border": { - "width": { - "value": "1px", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - } - } - } - } - }, - "toast": { - "width": { - "value": "25rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - }, - "width": { - "value": "1px", - "type": "borderWidth" - } - }, - "icon": { - "size": { - "value": "1.125rem", - "type": "sizing" - } - }, - "content": { - "padding": { - "value": "{overlay.popover.padding}", - "type": "spacing" - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "summary": { - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - }, - "size": { - "value": "1rem", - "type": "fontSizes" - } - } - }, - "detail": { - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - }, - "size": { - "value": "0.875rem", - "type": "fontSizes" - } - } - }, - "close": { - "button": { - "width": { - "value": "1.75rem", - "type": "sizing" - }, - "height": { - "value": "1.75rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{toast.close.button.width} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - } - } - } - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - } - } - }, - "text": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "galleria": { - "border": { - "width": { - "value": "1px", - "type": "borderWidth" - }, - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{galleria.border.color}", - "width": "{galleria.border.width}", - "style": "solid" - }, - "type": "border" - }, - "nav": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{galleria.nav.button.focus.ring.color}", - "width": "{galleria.nav.button.focus.ring.width} + {galleria.nav.button.focus.ring.offset}", - "style": "{galleria.nav.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "rgba(0, 0, 0, 0.01)", - "width": "{galleria.nav.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "thumbnail": { - "nav": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{galleria.thumbnail.nav.button.focus.ring.color}", - "width": "{galleria.thumbnail.nav.button.focus.ring.width} + {galleria.thumbnail.nav.button.focus.ring.offset}", - "style": "{galleria.thumbnail.nav.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{galleria.thumbnail.nav.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "indicator": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{galleria.indicator.button.focus.ring.color}", - "width": "{galleria.indicator.button.focus.ring.width} + {galleria.indicator.button.focus.ring.offset}", - "style": "{galleria.indicator.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{galleria.indicator.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{galleria.close.button.focus.ring.color}", - "width": "{galleria.close.button.focus.ring.width} + {galleria.close.button.focus.ring.offset}", - "style": "{galleria.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{galleria.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "nav": { - "button": { - "background": { - "value": "rgba(255, 255, 255, 0.1)", - "type": "color" - }, - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.2)", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "color": { - "value": "{surface.100}", - "type": "color" - }, - "size": { - "value": "3rem", - "type": "sizing" - }, - "gutter": { - "value": "0.5rem", - "type": "spacing" - }, - "prev": { - "border": { - "radius": { - "value": "{galleria.nav.button.size} / 2", - "type": "borderRadius" - } - } - }, - "next": { - "border": { - "radius": { - "value": "{galleria.nav.button.size} / 2", - "type": "borderRadius" - } - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "icon": { - "size": { - "value": "1.5rem", - "type": "sizing" - } - } - }, - "thumbnails": { - "content": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "padding": { - "value": "1rem 0.25rem", - "type": "spacing" - } - } - }, - "thumbnail": { - "nav": { - "button": { - "size": { - "value": "2rem", - "type": "sizing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "gutter": { - "value": "0.5rem", - "type": "spacing" - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - } - } - } - } - }, - "caption": { - "background": { - "value": "rgba(0, 0, 0, 0.5)", - "type": "color" - }, - "color": { - "value": "{surface.100}", - "type": "color" - }, - "padding": { - "value": "1rem", - "type": "spacing" - } - }, - "indicator": { - "list": { - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "padding": { - "value": "1rem", - "type": "spacing" - } - }, - "button": { - "width": { - "value": "1rem", - "type": "sizing" - }, - "height": { - "value": "1rem", - "type": "sizing" - }, - "active": { - "background": { - "value": "{primary.color}", - "type": "color" - } - }, - "border": { - "radius": { - "value": "{galleria.indicator.button.width} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - } - }, - "inset": { - "indicator": { - "list": { - "background": { - "value": "rgba(0, 0, 0, 0.5)", - "type": "color" - } - }, - "button": { - "background": { - "value": "rgba(255, 255, 255, 0.4)", - "type": "color" - }, - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.6)", - "type": "color" - } - }, - "active": { - "background": { - "value": "rgba(255, 255, 255, 0.9)", - "type": "color" - } - } - } - } - }, - "close": { - "button": { - "size": { - "value": "3rem", - "type": "sizing" - }, - "gutter": { - "value": "0.5rem", - "type": "spacing" - }, - "background": { - "value": "rgba(255, 255, 255, 0.1)", - "type": "color" - }, - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.2)", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "color": { - "value": "{surface.50}", - "type": "color" - }, - "border": { - "radius": { - "value": "{galleria.close.button.size} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "icon": { - "size": { - "value": "1.5rem", - "type": "sizing" - } - } - } - } - }, - "popover": { - "background": { - "value": "{overlay.popover.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{overlay.popover.border.color}", - "type": "color" - }, - "radius": { - "value": "{overlay.popover.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{overlay.popover.color}", - "type": "color" - }, - "shadow": { - "value": "{overlay.popover.shadow}", - "type": "boxShadow" - }, - "gutter": { - "value": "10px", - "type": "spacing" - }, - "arrow": { - "offset": { - "value": "1.25rem", - "type": "spacing" - } - }, - "content": { - "padding": { - "value": "{overlay.popover.padding}", - "type": "spacing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{popover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "fileupload": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "color": { - "value": "{content.color}", - "type": "color" - }, - "header": { - "background": { - "value": "transparent", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - }, - "padding": { - "value": "1.125rem", - "type": "spacing" - }, - "border": { - "width": { - "value": "0", - "type": "borderWidth" - }, - "radius": { - "value": "0", - "type": "borderRadius" - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "content": { - "highlight": { - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "padding": { - "value": "0 1.125rem 1.125rem 1.125rem", - "type": "spacing" - }, - "gap": { - "value": "1rem", - "type": "spacing" - } - }, - "file": { - "padding": { - "value": "1rem", - "type": "spacing" - }, - "gap": { - "value": "1rem", - "type": "spacing" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "info": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "list": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "progressbar": { - "height": { - "value": "0.25rem", - "type": "sizing" - } - }, - "basic": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{fileupload.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "file": { - "stroke": { - "value": { - "color": "{fileupload.file.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "content": { - "highlight": { - "stroke": { - "value": { - "color": "{fileupload.content.highlight.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "speeddial": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "splitbutton": { - "border": { - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "rounded": { - "border": { - "radius": { - "value": "2rem", - "type": "borderRadius" - } - } - }, - "raised": { - "shadow": { - "value": [ - { - "x": "0", - "y": "3", - "blur": "1", - "spread": "-2", - "color": "rgba(0, 0, 0, 0.2)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "2", - "blur": "2", - "spread": "0", - "color": "rgba(0, 0, 0, 0.14)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "5", - "spread": "0", - "color": "rgba(0, 0, 0, 0.12)", - "type": "innerShadow" - } - ], - "type": "boxShadow" - } - } - }, - "stepper": { - "separator": { - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "active": { - "background": { - "value": "{primary.color}", - "type": "color" - } - }, - "margin": { - "value": "0 0 0 1rem", - "type": "spacing" - }, - "size": { - "value": "2px", - "type": "sizing" - } - }, - "step": { - "padding": { - "value": "0.5rem", - "type": "spacing" - }, - "gap": { - "value": "1rem", - "type": "spacing" - }, - "header": { - "padding": { - "value": "0", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "title": { - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "active": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "font": { - "weight": { - "value": "500", - "type": "fontWeights" - } - } - }, - "number": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "active": { - "background": { - "value": "{content.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - }, - "radius": { - "value": "{stepper.step.number.size} / 2", - "type": "borderRadius" - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "size": { - "value": "2rem", - "type": "sizing" - }, - "font": { - "size": { - "value": "1.143rem", - "type": "fontSizes" - }, - "weight": { - "value": "500", - "type": "fontWeights" - } - }, - "shadow": { - "value": [ - { - "x": "0", - "y": "0.5", - "blur": "0", - "spread": "0", - "color": "rgba(0, 0, 0, 0.06)", - "type": "dropShadow" - }, - { - "x": "0", - "y": "1", - "blur": "1", - "spread": "0", - "color": "rgba(0, 0, 0, 0.12)", - "type": "dropShadow" - } - ], - "type": "boxShadow" - } - } - }, - "figma": { - "step": { - "header": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{stepper.step.header.focus.ring.color}", - "width": "{stepper.step.header.focus.ring.width} + {stepper.step.header.focus.ring.offset}", - "style": "{stepper.step.header.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{app.card.background}", - "width": "{stepper.step.header.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "number": { - "stroke": { - "value": { - "color": "{stepper.step.number.border.color}", - "width": "2", - "style": "solid" - }, - "type": "border" - }, - "active": { - "stroke": { - "value": { - "color": "{stepper.step.number.active.border.color}", - "width": "2", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "steppanels": { - "padding": { - "value": "0.875rem 0.5rem 1.125rem 0.5rem", - "type": "spacing" - } - }, - "steppanel": { - "padding": { - "value": "0 0 0 1rem", - "type": "spacing" - }, - "background": { - "value": "{content.background}", - "type": "color" - }, - "color": { - "value": "{content.color}", - "type": "color" - } - } - }, - "blockui": { - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - }, - "inplace": { - "padding": { - "value": "{form.field.padding.y} {form.field.padding.x}", - "type": "spacing" - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "{focus.ring.color}", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - }, - "display": { - "hover": { - "background": { - "value": "{content.hover.background}", - "type": "color" - }, - "color": { - "value": "{content.hover.color}", - "type": "color" - } - } - } - }, - "metergroup": { - "gap": { - "value": "1rem", - "type": "spacing" - }, - "meters": { - "background": { - "value": "{content.border.color}", - "type": "color" - }, - "size": { - "value": "0.5rem", - "type": "sizing" - } - }, - "label": { - "gap": { - "value": "0.5rem", - "type": "spacing" - }, - "marker": { - "size": { - "value": "0.5rem", - "type": "sizing" - } - }, - "icon": { - "size": { - "value": "1rem", - "type": "sizing" - } - }, - "list": { - "vertical": { - "gap": { - "value": "0.5rem", - "type": "spacing" - } - }, - "horizontal": { - "gap": { - "value": "1rem", - "type": "spacing" - } - } - } - }, - "border": { - "radius": { - "value": "{content.border.radius}", - "type": "borderRadius" - } - } - }, - "terminal": { - "background": { - "value": "{form.field.background}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - }, - "radius": { - "value": "{form.field.border.radius}", - "type": "borderRadius" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{terminal.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "color": { - "value": "{form.field.color}", - "type": "color" - }, - "height": { - "value": "18rem", - "type": "sizing" - }, - "prompt": { - "gap": { - "value": "0.25rem", - "type": "spacing" - } - }, - "command": { - "response": { - "margin": { - "value": "2px 0", - "type": "spacing" - } - } - }, - "padding": { - "value": "{form.field.padding.y} {form.field.padding.x}", - "type": "spacing" - } - }, - "imagecompare": { - "handle": { - "size": { - "value": "15px", - "type": "sizing" - }, - "hover": { - "size": { - "value": "30px", - "type": "sizing" - }, - "background": { - "value": "rgba(255, 255, 255, 0.3)", - "type": "color" - }, - "border": { - "color": { - "value": "transparent", - "type": "color" - } - } - }, - "background": { - "value": "rgba(255, 255, 255, 0.3)", - "type": "color" - }, - "border": { - "color": { - "value": "transparent", - "type": "color" - }, - "width": { - "value": "0", - "type": "borderWidth" - }, - "radius": { - "value": "{imagecompare.handle.size} / 2", - "type": "borderRadius" - } - }, - "focus": { - "ring": { - "width": { - "value": "{focus.ring.width}", - "type": "borderWidth" - }, - "offset": { - "value": "{focus.ring.offset}", - "type": "borderWidth" - }, - "style": { - "value": "{focus.ring.style}", - "type": "other" - }, - "color": { - "value": "rgba(255, 255, 255, 0.3)", - "type": "color" - }, - "shadow": { - "value": "{focus.ring.shadow}", - "type": "boxShadow" - } - } - } - }, - "figma": { - "handle": { - "stroke": { - "value": { - "color": "{imagecompare.handle.border.color}", - "width": "{imagecompare.handle.border.width}", - "style": "none" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{imagecompare.handle.hover.border.color}", - "width": "{imagecompare.handle.border.width}", - "style": "solid" - }, - "type": "border" - }, - "border": { - "radius": { - "value": "{imagecompare.handle.hover.size} / 2", - "type": "borderRadius" - } - } - }, - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{imagecompare.handle.focus.ring.color}", - "width": "{imagecompare.handle.focus.ring.width} + {imagecompare.handle.focus.ring.offset}", - "style": "{imagecompare.handle.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "rgba(0, 0, 0, 0.3)", - "width": "{imagecompare.handle.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "overlaybadge": { - "outline": { - "color": { - "value": "{content.background}", - "type": "color" - }, - "width": { - "value": "2px", - "type": "borderWidth" - } - }, - "figma": { - "stroke": { - "value": { - "color": "{overlaybadge.outline.color}", - "width": "{overlaybadge.outline.width}", - "style": "solid" - }, - "type": "border" - } - } - }, - "inputotp": { - "input": { - "width": { - "value": "2.5rem", - "type": "sizing" - }, - "sm": { - "width": { - "value": "2rem", - "type": "sizing" - } - }, - "lg": { - "width": { - "value": "3rem", - "type": "sizing" - } - } - }, - "gap": { - "value": "0.5rem", - "type": "spacing" - } - } - }, - "aura/component/light": { - "button": { - "primary": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{primary.hover.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{primary.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{primary.active.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{primary.active.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - } - }, - "secondary": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.300}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{surface.600}", - "type": "color" - } - } - } - }, - "info": { - "background": { - "value": "{sky.500}", - "type": "color" - }, - "hover": { - "background": { - "value": "{sky.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{sky.600}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "active": { - "background": { - "value": "{sky.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{sky.700}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "border": { - "color": { - "value": "{sky.500}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{sky.500}", - "type": "color" - } - } - } - }, - "success": { - "background": { - "value": "{green.500}", - "type": "color" - }, - "hover": { - "background": { - "value": "{green.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.600}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "active": { - "background": { - "value": "{green.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.700}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "border": { - "color": { - "value": "{green.500}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{green.500}", - "type": "color" - } - } - } - }, - "warn": { - "background": { - "value": "{orange.500}", - "type": "color" - }, - "hover": { - "background": { - "value": "{orange.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{orange.600}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "active": { - "background": { - "value": "{orange.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{orange.700}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "border": { - "color": { - "value": "{orange.500}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{orange.500}", - "type": "color" - } - } - } - }, - "help": { - "background": { - "value": "{purple.500}", - "type": "color" - }, - "hover": { - "background": { - "value": "{purple.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{purple.600}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "active": { - "background": { - "value": "{purple.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{purple.700}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "border": { - "color": { - "value": "{purple.500}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{purple.500}", - "type": "color" - } - } - } - }, - "danger": { - "background": { - "value": "{red.500}", - "type": "color" - }, - "hover": { - "background": { - "value": "{red.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.600}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "active": { - "background": { - "value": "{red.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.700}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - } - }, - "border": { - "color": { - "value": "{red.500}", - "type": "color" - } - }, - "color": { - "value": "#ffffff", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{red.500}", - "type": "color" - } - } - } - }, - "contrast": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.900}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{surface.950}", - "type": "color" - } - } - } - }, - "outlined": { - "primary": { - "hover": { - "background": { - "value": "{primary.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{primary.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{primary.200}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "secondary": { - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "success": { - "hover": { - "background": { - "value": "{green.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{green.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{green.200}", - "type": "color" - } - }, - "color": { - "value": "{green.500}", - "type": "color" - } - }, - "info": { - "hover": { - "background": { - "value": "{sky.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{sky.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{sky.200}", - "type": "color" - } - }, - "color": { - "value": "{sky.500}", - "type": "color" - } - }, - "warn": { - "hover": { - "background": { - "value": "{orange.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{orange.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{orange.200}", - "type": "color" - } - }, - "color": { - "value": "{orange.500}", - "type": "color" - } - }, - "help": { - "hover": { - "background": { - "value": "{purple.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{purple.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{purple.200}", - "type": "color" - } - }, - "color": { - "value": "{purple.500}", - "type": "color" - } - }, - "danger": { - "hover": { - "background": { - "value": "{red.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{red.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{red.200}", - "type": "color" - } - }, - "color": { - "value": "{red.500}", - "type": "color" - } - }, - "contrast": { - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "plain": { - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - } - }, - "text": { - "primary": { - "hover": { - "background": { - "value": "{primary.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{primary.100}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "secondary": { - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "success": { - "hover": { - "background": { - "value": "{green.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{green.100}", - "type": "color" - } - }, - "color": { - "value": "{green.500}", - "type": "color" - } - }, - "info": { - "hover": { - "background": { - "value": "{sky.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{sky.100}", - "type": "color" - } - }, - "color": { - "value": "{sky.500}", - "type": "color" - } - }, - "warn": { - "hover": { - "background": { - "value": "{orange.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{orange.100}", - "type": "color" - } - }, - "color": { - "value": "{orange.500}", - "type": "color" - } - }, - "help": { - "hover": { - "background": { - "value": "{purple.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{purple.100}", - "type": "color" - } - }, - "color": { - "value": "{purple.500}", - "type": "color" - } - }, - "danger": { - "hover": { - "background": { - "value": "{red.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{red.100}", - "type": "color" - } - }, - "color": { - "value": "{red.500}", - "type": "color" - } - }, - "plain": { - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "contrast": { - "hover": { - "background": { - "value": "{surface.50}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - } - } - }, - "link": { - "color": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "figma": { - "primary": { - "stroke": { - "value": { - "color": "{button.primary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.primary.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.primary.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{button.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.secondary.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.secondary.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "info": { - "stroke": { - "value": { - "color": "{button.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.info.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.info.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "warn": { - "stroke": { - "value": { - "color": "{button.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.warn.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.warn.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "help": { - "stroke": { - "value": { - "color": "{button.help.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.help.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.help.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "danger": { - "stroke": { - "value": { - "color": "{button.danger.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.danger.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.danger.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{button.contrast.border.color}" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.contrast.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.contrast.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "outlined": { - "primary": { - "stroke": { - "value": { - "color": "{button.outlined.primary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{button.outlined.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "success": { - "stroke": { - "value": { - "color": "{button.outlined.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "info": { - "stroke": { - "value": { - "color": "{button.outlined.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "warn": { - "stroke": { - "value": { - "color": "{button.outlined.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "help": { - "stroke": { - "value": { - "color": "{button.outlined.help.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "danger": { - "stroke": { - "value": { - "color": "{button.outlined.danger.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{button.outlined.contrast.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "plain": { - "stroke": { - "value": { - "color": "{button.outlined.plain.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "success": { - "stroke": { - "value": { - "color": "{button.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.success.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.success.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "raised": { - "background": { - "value": "rgba(255, 255, 255, 0.01)", - "type": "color" - } - } - } - }, - "toggleswitch": { - "background": { - "value": "{surface.300}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.400}", - "type": "color" - } - }, - "checked": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{primary.hover.color}", - "type": "color" - } - } - }, - "handle": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "color": { - "value": "{text.color}", - "type": "color" - } - }, - "checked": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "color": { - "value": "{primary.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "color": { - "value": "{text.muted.color}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{form.field.disabled.color}", - "type": "color" - } - } - }, - "disabled": { - "background": { - "value": "{form.field.disabled.background}", - "type": "color" - } - } - }, - "autocomplete": { - "dropdown": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.300}", - "type": "color" - }, - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "chip": { - "focus": { - "background": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.800}", - "type": "color" - } - } - }, - "badge": { - "primary": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "secondary": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "success": { - "background": { - "value": "{green.500}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "info": { - "background": { - "value": "{sky.500}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "warn": { - "background": { - "value": "{orange.500}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "danger": { - "background": { - "value": "{red.500}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "contrast": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "chip": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{surface.800}", - "type": "color" - }, - "icon": { - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "remove": { - "icon": { - "color": { - "value": "{surface.800}", - "type": "color" - } - } - } - }, - "tag": { - "primary": { - "background": { - "value": "{primary.100}", - "type": "color" - }, - "color": { - "value": "{primary.700}", - "type": "color" - } - }, - "secondary": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "success": { - "background": { - "value": "{green.100}", - "type": "color" - }, - "color": { - "value": "{green.700}", - "type": "color" - } - }, - "info": { - "background": { - "value": "{sky.100}", - "type": "color" - }, - "color": { - "value": "{sky.700}", - "type": "color" - } - }, - "warn": { - "background": { - "value": "{orange.100}", - "type": "color" - }, - "color": { - "value": "{orange.700}", - "type": "color" - } - }, - "danger": { - "background": { - "value": "{red.100}", - "type": "color" - }, - "color": { - "value": "{red.700}", - "type": "color" - } - }, - "contrast": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "figma": { - "container": { - "background": { - "value": "transparent", - "type": "color" - } - } - } - }, - "skeleton": { - "background": { - "value": "{surface.200}", - "type": "color" - } - }, - "datepicker": { - "dropdown": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.300}", - "type": "color" - }, - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "today": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "color": { - "value": "{surface.900}", - "type": "color" - } - } - }, - "colorpicker": { - "panel": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.900}", - "type": "color" - } - } - }, - "handle": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "figma": { - "panel": { - "stroke": { - "value": { - "color": "{colorpicker.panel.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "handle": { - "stroke": { - "value": { - "color": "{colorpicker.handle.color}", - "width": "2", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "inputnumber": { - "button": { - "background": { - "value": "transparent", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "figma": { - "button": { - "hover": { - "stroke": { - "value": { - "color": "{inputnumber.button.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{inputnumber.button.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{inputnumber.button.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "listbox": { - "option": { - "striped": { - "background": { - "value": "{surface.50}", - "type": "color" - } - } - } - }, - "password": { - "strength": { - "week": { - "background": { - "value": "{red.500}", - "type": "color" - } - }, - "medium": { - "background": { - "value": "{amber.500}", - "type": "color" - } - }, - "strong": { - "background": { - "value": "{green.500}", - "type": "color" - } - } - } - }, - "slider": { - "handle": { - "content": { - "background": { - "value": "{surface.0}", - "type": "color" - } - } - } - }, - "togglebutton": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "checked": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.100}", - "type": "color" - } - } - }, - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.500}", - "type": "color" - }, - "content": { - "checked": { - "background": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "icon": { - "color": { - "value": "{surface.500}", - "type": "color" - }, - "hover": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "checked": { - "color": { - "value": "{surface.900}", - "type": "color" - } - } - }, - "figma": { - "checked": { - "stroke": { - "value": { - "color": "{togglebutton.checked.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{togglebutton.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "selectbutton": { - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "figma": { - "invalid": { - "stroke": { - "value": { - "color": "{selectbutton.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "scrollpanel": { - "bar": { - "background": { - "value": "{surface.100}", - "type": "color" - } - } - }, - "tooltip": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "datatable": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "row": { - "striped": { - "background": { - "value": "{surface.50}", - "type": "color" - } - } - }, - "body": { - "cell": { - "selected": { - "border": { - "color": { - "value": "{primary.100}", - "type": "color" - } - } - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{datatable.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "body": { - "cell": { - "selected": { - "stroke": { - "value": { - "color": "{datatable.body.cell.selected.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "carousel": { - "indicator": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.300}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "figma": { - "item": { - "stroke": { - "value": { - "color": "{surface.200}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "tag": { - "background": { - "value": "rgba(0,0,0,0)", - "type": "color" - } - } - } - } - }, - "treetable": { - "border": { - "color": { - "value": "{content.border.color}", - "type": "color" - } - }, - "body": { - "cell": { - "selected": { - "border": { - "color": { - "value": "{primary.100}", - "type": "color" - } - } - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{treetable.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "body": { - "cell": { - "selected": { - "stroke": { - "value": { - "color": "{treetable.body.cell.selected.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "message": { - "info": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{blue.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{blue.200}", - "type": "color" - } - }, - "color": { - "value": "{blue.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(2, 5, 10, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{blue.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{blue.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{blue.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{blue.600}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{blue.600}", - "type": "color" - } - } - }, - "figma": { - "info": { - "stroke": { - "value": { - "color": "{message.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.info.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.info.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "outlined": { - "stroke": { - "value": { - "color": "{message.info.outlined.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "success": { - "stroke": { - "value": { - "color": "{message.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.success.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.success.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "outlined": { - "stroke": { - "value": { - "color": "{message.success.outlined.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "warn": { - "stroke": { - "value": { - "color": "{message.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.warn.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.warn.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "outlined": { - "stroke": { - "value": { - "color": "{message.warn.outlined.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "error": { - "stroke": { - "value": { - "color": "{message.error.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.error.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.error.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "outlined": { - "stroke": { - "value": { - "color": "{message.error.outlined.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{message.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.secondary.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.secondary.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "outlined": { - "stroke": { - "value": { - "color": "{message.secondary.outlined.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{message.contrast.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.contrast.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.contrast.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "outlined": { - "stroke": { - "value": { - "color": "{message.contrast.outlined.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "success": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{green.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.200}", - "type": "color" - } - }, - "color": { - "value": "{green.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(1, 8, 4, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{green.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{green.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{green.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.600}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{green.600}", - "type": "color" - } - } - }, - "warn": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{yellow.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{yellow.200}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(9, 7, 0, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{yellow.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{yellow.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - }, - "color": { - "value": "{yellow.600}", - "type": "color" - }, - "outlined": { - "color": { - "value": "{yellow.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{yellow.600}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{yellow.600}", - "type": "color" - } - } - }, - "error": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{red.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.200}", - "type": "color" - } - }, - "color": { - "value": "{red.600}", - "type": "color" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{red.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{red.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(10, 3, 3, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "outlined": { - "color": { - "value": "{red.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.600}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{red.600}", - "type": "color" - } - } - }, - "secondary": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(4, 5, 6, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.200}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{surface.500}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{surface.500}", - "type": "color" - } - } - }, - "contrast": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "color": { - "value": "{surface.50}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(0, 0, 1, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.50}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{surface.950}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.950}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{surface.950}", - "type": "color" - } - } - } - }, - "toast": { - "info": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{blue.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{blue.200}", - "type": "color" - } - }, - "color": { - "value": "{blue.600}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(2, 5, 10, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{blue.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{blue.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - } - }, - "figma": { - "info": { - "stroke": { - "value": { - "color": "{toast.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.info.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.info.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "success": { - "stroke": { - "value": { - "color": "{toast.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.success.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.success.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "warn": { - "stroke": { - "value": { - "color": "{toast.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.warn.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.warn.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "error": { - "stroke": { - "value": { - "color": "{toast.error.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.error.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.error.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{toast.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.secondary.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.secondary.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{toast.contrast.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.contrast.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.contrast.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - } - }, - "success": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{green.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.200}", - "type": "color" - } - }, - "color": { - "value": "{green.600}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(1, 8, 4, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{green.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{green.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - } - }, - "warn": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{yellow.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{yellow.200}", - "type": "color" - } - }, - "color": { - "value": "{yellow.600}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(9, 7, 0, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{yellow.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{yellow.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - } - }, - "error": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.95", - "space": "srgb" - } - } - }, - "value": "{red.50}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.200}", - "type": "color" - } - }, - "color": { - "value": "{red.600}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(10, 3, 3, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{red.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{red.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - } - }, - "secondary": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(4, 5, 6, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.200}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.600}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - } - }, - "contrast": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "color": { - "value": "{surface.50}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(0, 0, 1, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.50}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "#00000000", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - } - } - } - }, - "galleria": { - "thumbnail": { - "nav": { - "button": { - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.600}", - "type": "color" - } - } - } - }, - "indicator": { - "button": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.300}", - "type": "color" - } - } - } - } - }, - "tabs": { - "nav": { - "button": { - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "10", - "spread": "50", - "color": "rgba(255, 255, 255, 0.6)", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - }, - "dataview": { - "figma": { - "content": { - "item": { - "stroke": { - "value": { - "color": "{surface.200}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "progressspinner": { - "color": { - "1": { - "value": "{red.500}", - "type": "color" - }, - "2": { - "value": "{blue.500}", - "type": "color" - }, - "3": { - "value": "{green.500}", - "type": "color" - }, - "4": { - "value": "{yellow.500}", - "type": "color" - } - } - } - }, - "aura/component/dark": { - "button": { - "primary": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{primary.hover.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{primary.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{primary.active.color}", - "type": "color" - }, - "border": { - "color": { - "value": "{primary.active.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - } - }, - "secondary": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.600}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "color": { - "value": "{surface.300}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{surface.300}", - "type": "color" - } - } - } - }, - "info": { - "background": { - "value": "{sky.400}", - "type": "color" - }, - "hover": { - "background": { - "value": "{sky.300}", - "type": "color" - }, - "border": { - "color": { - "value": "{sky.300}", - "type": "color" - } - }, - "color": { - "value": "{sky.950}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{sky.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{sky.200}", - "type": "color" - } - }, - "color": { - "value": "{sky.950}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{sky.400}", - "type": "color" - } - }, - "color": { - "value": "{sky.950}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{sky.400}", - "type": "color" - } - } - } - }, - "success": { - "background": { - "value": "{green.400}", - "type": "color" - }, - "hover": { - "background": { - "value": "{green.300}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.300}", - "type": "color" - } - }, - "color": { - "value": "{green.950}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{green.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.200}", - "type": "color" - } - }, - "color": { - "value": "{green.950}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{green.400}", - "type": "color" - } - }, - "color": { - "value": "{green.950}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{green.400}", - "type": "color" - } - } - } - }, - "warn": { - "background": { - "value": "{orange.400}", - "type": "color" - }, - "hover": { - "background": { - "value": "{orange.300}", - "type": "color" - }, - "border": { - "color": { - "value": "{orange.300}", - "type": "color" - } - }, - "color": { - "value": "{orange.950}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{orange.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{orange.200}", - "type": "color" - } - }, - "color": { - "value": "{orange.950}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{orange.400}", - "type": "color" - } - }, - "color": { - "value": "{orange.950}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{orange.400}", - "type": "color" - } - } - } - }, - "help": { - "background": { - "value": "{purple.400}", - "type": "color" - }, - "hover": { - "background": { - "value": "{purple.300}", - "type": "color" - }, - "border": { - "color": { - "value": "{purple.300}", - "type": "color" - } - }, - "color": { - "value": "{purple.950}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{purple.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{purple.200}", - "type": "color" - } - }, - "color": { - "value": "{purple.950}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{purple.400}", - "type": "color" - } - }, - "color": { - "value": "{purple.950}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{purple.400}", - "type": "color" - } - } - } - }, - "danger": { - "background": { - "value": "{red.400}", - "type": "color" - }, - "hover": { - "background": { - "value": "{red.300}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.300}", - "type": "color" - } - }, - "color": { - "value": "{red.950}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{red.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.200}", - "type": "color" - } - }, - "color": { - "value": "{red.950}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{red.400}", - "type": "color" - } - }, - "color": { - "value": "{red.950}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{red.400}", - "type": "color" - } - } - } - }, - "contrast": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.200}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - }, - "focus": { - "ring": { - "color": { - "value": "{surface.0}", - "type": "color" - } - } - } - }, - "outlined": { - "primary": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{primary.color}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{primary.color}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{primary.700}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "secondary": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.04)", - "type": "color" - } - }, - "active": { - "background": { - "value": "rgba(255, 255, 255, 0.16)", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "success": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{green.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{green.400}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{green.700}", - "type": "color" - } - }, - "color": { - "value": "{green.400}", - "type": "color" - } - }, - "info": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{sky.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{sky.400}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{sky.700}", - "type": "color" - } - }, - "color": { - "value": "{sky.400}", - "type": "color" - } - }, - "warn": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{orange.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{orange.400}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{orange.700}", - "type": "color" - } - }, - "color": { - "value": "{orange.400}", - "type": "color" - } - }, - "help": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{purple.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{purple.400}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{purple.700}", - "type": "color" - } - }, - "color": { - "value": "{purple.400}", - "type": "color" - } - }, - "danger": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{red.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{red.400}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{red.700}", - "type": "color" - } - }, - "color": { - "value": "{red.400}", - "type": "color" - } - }, - "contrast": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.500}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "plain": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.600}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "text": { - "primary": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{primary.color}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{primary.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "secondary": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "success": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{green.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{green.400}", - "type": "color" - } - }, - "color": { - "value": "{green.400}", - "type": "color" - } - }, - "info": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{sky.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{sky.400}", - "type": "color" - } - }, - "color": { - "value": "{sky.400}", - "type": "color" - } - }, - "warn": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{orange.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{orange.400}", - "type": "color" - } - }, - "color": { - "value": "{orange.400}", - "type": "color" - } - }, - "help": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{purple.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{purple.400}", - "type": "color" - } - }, - "color": { - "value": "{purple.400}", - "type": "color" - } - }, - "danger": { - "hover": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.04", - "space": "srgb" - } - } - }, - "value": "{red.400}", - "type": "color" - } - }, - "active": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{red.400}", - "type": "color" - } - }, - "color": { - "value": "{red.400}", - "type": "color" - } - }, - "plain": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "contrast": { - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "link": { - "color": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "active": { - "color": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "figma": { - "primary": { - "stroke": { - "value": { - "color": "{button.primary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.primary.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.primary.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{button.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.secondary.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.secondary.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "info": { - "stroke": { - "value": { - "color": "{button.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.info.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.info.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "warn": { - "stroke": { - "value": { - "color": "{button.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.warn.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.warn.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "help": { - "stroke": { - "value": { - "color": "{button.help.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.help.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.help.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "danger": { - "stroke": { - "value": { - "color": "{button.danger.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.danger.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.danger.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{button.contrast.border.color}" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.contrast.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.contrast.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "outlined": { - "primary": { - "stroke": { - "value": { - "color": "{button.outlined.primary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{button.outlined.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "success": { - "stroke": { - "value": { - "color": "{button.outlined.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "info": { - "stroke": { - "value": { - "color": "{button.outlined.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "warn": { - "stroke": { - "value": { - "color": "{button.outlined.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "help": { - "stroke": { - "value": { - "color": "{button.outlined.help.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "danger": { - "stroke": { - "value": { - "color": "{button.outlined.danger.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{button.outlined.contrast.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "plain": { - "stroke": { - "value": { - "color": "{button.outlined.plain.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "success": { - "stroke": { - "value": { - "color": "{button.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "hover": { - "stroke": { - "value": { - "color": "{button.success.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{button.success.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "raised": { - "background": { - "value": "rgba(0,0,0,0.01)", - "type": "color" - } - } - } - }, - "toggleswitch": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.600}", - "type": "color" - } - }, - "checked": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "hover": { - "background": { - "value": "{primary.hover.color}", - "type": "color" - } - } - }, - "handle": { - "background": { - "value": "{surface.400}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.300}", - "type": "color" - }, - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "checked": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "color": { - "value": "{primary.hover.color}", - "type": "color" - } - }, - "color": { - "value": "{primary.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.900}", - "type": "color" - }, - "disabled": { - "background": { - "value": "{surface.900}", - "type": "color" - } - } - }, - "disabled": { - "background": { - "value": "{surface.600}", - "type": "color" - } - } - }, - "autocomplete": { - "dropdown": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.600}", - "type": "color" - }, - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "chip": { - "focus": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "badge": { - "primary": { - "background": { - "value": "{primary.color}", - "type": "color" - }, - "color": { - "value": "{primary.contrast.color}", - "type": "color" - } - }, - "secondary": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "success": { - "background": { - "value": "{green.400}", - "type": "color" - }, - "color": { - "value": "{green.950}", - "type": "color" - } - }, - "info": { - "background": { - "value": "{sky.400}", - "type": "color" - }, - "color": { - "value": "{sky.950}", - "type": "color" - } - }, - "warn": { - "background": { - "value": "{orange.400}", - "type": "color" - }, - "color": { - "value": "{orange.950}", - "type": "color" - } - }, - "danger": { - "background": { - "value": "{red.400}", - "type": "color" - }, - "color": { - "value": "{red.950}", - "type": "color" - } - }, - "contrast": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "color": { - "value": "{surface.950}", - "type": "color" - } - } - }, - "chip": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - }, - "icon": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "remove": { - "icon": { - "color": { - "value": "{surface.0}", - "type": "color" - } - } - } - }, - "tag": { - "primary": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{primary.500}", - "type": "color" - }, - "color": { - "value": "{primary.300}", - "type": "color" - } - }, - "secondary": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "success": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{green.500}", - "type": "color" - }, - "color": { - "value": "{green.300}", - "type": "color" - } - }, - "info": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{sky.500}", - "type": "color" - }, - "color": { - "value": "{sky.300}", - "type": "color" - } - }, - "warn": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{orange.500}", - "type": "color" - }, - "color": { - "value": "{orange.300}", - "type": "color" - } - }, - "danger": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{red.500}", - "type": "color" - }, - "color": { - "value": "{red.300}", - "type": "color" - } - }, - "contrast": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "figma": { - "container": { - "background": { - "value": "rgba(0, 0, 0, 0.7)", - "type": "color" - } - } - } - }, - "skeleton": { - "background": { - "value": "rgba(255, 255, 255, 0.06)", - "type": "color" - } - }, - "datepicker": { - "dropdown": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.600}", - "type": "color" - }, - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "today": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "colorpicker": { - "panel": { - "background": { - "value": "{surface.900}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - } - }, - "handle": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "figma": { - "panel": { - "stroke": { - "value": { - "color": "{colorpicker.panel.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "handle": { - "stroke": { - "value": { - "color": "{colorpicker.handle.color}", - "width": "2", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "inputnumber": { - "button": { - "background": { - "value": "transparent", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.200}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{form.field.border.color}", - "type": "color" - } - }, - "color": { - "value": "{surface.400}", - "type": "color" - } - }, - "figma": { - "button": { - "hover": { - "stroke": { - "value": { - "color": "{inputnumber.button.hover.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "active": { - "stroke": { - "value": { - "color": "{inputnumber.button.active.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{inputnumber.button.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "listbox": { - "option": { - "striped": { - "background": { - "value": "{surface.900}", - "type": "color" - } - } - } - }, - "password": { - "strength": { - "week": { - "background": { - "value": "{red.400}", - "type": "color" - } - }, - "medium": { - "background": { - "value": "{amber.400}", - "type": "color" - } - }, - "strong": { - "background": { - "value": "{green.400}", - "type": "color" - } - } - } - }, - "slider": { - "handle": { - "content": { - "background": { - "value": "{surface.950}", - "type": "color" - } - } - } - }, - "togglebutton": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "checked": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.950}", - "type": "color" - } - } - }, - "hover": { - "background": { - "value": "{surface.950}", - "type": "color" - }, - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "border": { - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "color": { - "value": "{surface.400}", - "type": "color" - }, - "content": { - "checked": { - "background": { - "value": "{surface.800}", - "type": "color" - } - } - }, - "icon": { - "color": { - "value": "{surface.400}", - "type": "color" - }, - "hover": { - "color": { - "value": "{surface.300}", - "type": "color" - } - }, - "checked": { - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "figma": { - "checked": { - "stroke": { - "value": { - "color": "{togglebutton.checked.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - }, - "stroke": { - "value": { - "color": "{togglebutton.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - }, - "selectbutton": { - "invalid": { - "border": { - "color": { - "value": "{form.field.invalid.border.color}", - "type": "color" - } - } - }, - "figma": { - "invalid": { - "stroke": { - "value": { - "color": "{selectbutton.invalid.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - }, - "scrollpanel": { - "bar": { - "background": { - "value": "{surface.800}", - "type": "color" - } - } - }, - "tabview": { - "nav": { - "button": { - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "10", - "spread": "50", - "color": "rgba(255, 255, 255, 0.6)", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - }, - "tooltip": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "datatable": { - "border": { - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "row": { - "striped": { - "background": { - "value": "{surface.950}", - "type": "color" - } - } - }, - "body": { - "cell": { - "selected": { - "border": { - "color": { - "value": "{primary.900}", - "type": "color" - } - } - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{datatable.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "body": { - "cell": { - "selected": { - "stroke": { - "value": { - "color": "{datatable.body.cell.selected.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "carousel": { - "indicator": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.600}", - "type": "color" - } - }, - "active": { - "background": { - "value": "{primary.color}", - "type": "color" - } - } - }, - "figma": { - "item": { - "stroke": { - "value": { - "color": "{surface.700}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "tag": { - "background": { - "value": "rgba(0, 0, 0, 0.7)", - "type": "color" - } - } - } - } - }, - "treetable": { - "border": { - "color": { - "value": "{surface.800}", - "type": "color" - } - }, - "body": { - "cell": { - "selected": { - "border": { - "color": { - "value": "{primary.900}", - "type": "color" - } - } - } - } - }, - "figma": { - "stroke": { - "value": { - "color": "{treetable.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "body": { - "cell": { - "selected": { - "stroke": { - "value": { - "color": "{treetable.body.cell.selected.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - }, - "message": { - "info": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{blue.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{blue.700}", - "type": "color" - } - }, - "color": { - "value": "{blue.500}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(2, 5, 10, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{blue.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{blue.500}", - "type": "color" - }, - "border": { - "color": { - "value": "{blue.500}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{blue.500}", - "type": "color" - } - } - }, - "figma": { - "info": { - "stroke": { - "value": { - "color": "{message.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.info.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.info.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "success": { - "stroke": { - "value": { - "color": "{message.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.success.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.success.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "warn": { - "stroke": { - "value": { - "color": "{message.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.warn.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.warn.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "error": { - "stroke": { - "value": { - "color": "{message.error.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.error.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.error.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{message.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.secondary.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.secondary.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{message.contrast.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{message.contrast.close.button.focus.ring.color}", - "width": "{message.close.button.focus.ring.width} + {message.close.button.focus.ring.offset}", - "style": "{message.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{message.contrast.background}", - "width": "{message.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - } - }, - "success": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{green.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{green.700}", - "type": "color" - } - }, - "color": { - "value": "{green.500}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(1, 8, 4, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{green.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{green.500}", - "type": "color" - }, - "border": { - "color": { - "value": "{green.500}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{green.500}", - "type": "color" - } - } - }, - "warn": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{yellow.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{yellow.700}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(9, 7, 0, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{yellow.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - }, - "color": { - "value": "{yellow.500}", - "type": "color" - }, - "outlined": { - "color": { - "value": "{yellow.500}", - "type": "color" - }, - "border": { - "color": { - "value": "{yellow.500}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{yellow.500}", - "type": "color" - } - } - }, - "error": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{red.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{red.700}", - "type": "color" - } - }, - "color": { - "value": "{red.500}", - "type": "color" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{red.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(10, 3, 3, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "outlined": { - "color": { - "value": "{red.500}", - "type": "color" - }, - "border": { - "color": { - "value": "{red.500}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{red.500}", - "type": "color" - } - } - }, - "secondary": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.300}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(4, 5, 6, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.300}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{surface.400}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{surface.400}", - "type": "color" - } - } - }, - "contrast": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(0, 0, 1, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.950}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - }, - "outlined": { - "color": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.0}", - "type": "color" - } - } - }, - "simple": { - "color": { - "value": "{surface.0}", - "type": "color" - } - } - } - }, - "toast": { - "info": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{blue.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{blue.700}", - "type": "color" - } - }, - "color": { - "value": "{blue.500}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(2, 5, 10, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{blue.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - } - }, - "figma": { - "info": { - "stroke": { - "value": { - "color": "{toast.info.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.info.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.info.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "success": { - "stroke": { - "value": { - "color": "{toast.success.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.success.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.success.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "warn": { - "stroke": { - "value": { - "color": "{toast.warn.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.warn.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.warn.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "error": { - "stroke": { - "value": { - "color": "{toast.error.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.error.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.error.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "secondary": { - "stroke": { - "value": { - "color": "{toast.secondary.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.secondary.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.secondary.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - }, - "contrast": { - "stroke": { - "value": { - "color": "{toast.contrast.border.color}", - "width": "1", - "style": "solid" - }, - "type": "border" - }, - "close": { - "button": { - "focus": { - "ring": { - "stroke": { - "value": { - "color": "{toast.contrast.close.button.focus.ring.color}", - "width": "{toast.close.button.focus.ring.width} + {toast.close.button.focus.ring.offset}", - "style": "{toast.close.button.focus.ring.style}" - }, - "type": "border" - }, - "offset": { - "stroke": { - "value": { - "color": "{toast.contrast.background}", - "width": "{toast.close.button.focus.ring.offset}", - "style": "solid" - }, - "type": "border" - } - } - } - } - } - } - } - }, - "success": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{green.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{green.700}", - "type": "color" - } - }, - "color": { - "value": "{green.500}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(1, 8, 4, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{green.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - } - }, - "warn": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{yellow.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{yellow.700}", - "type": "color" - } - }, - "color": { - "value": "{yellow.500}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(9, 7, 0, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{yellow.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - } - }, - "error": { - "background": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.16", - "space": "srgb" - } - } - }, - "value": "{red.500}", - "type": "color" - }, - "border": { - "color": { - "$extensions": { - "studio.tokens": { - "modify": { - "type": "alpha", - "value": "0.36", - "space": "srgb" - } - } - }, - "value": "{red.700}", - "type": "color" - } - }, - "color": { - "value": "{red.500}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(10, 3, 3, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "rgba(255, 255, 255, 0.05)", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{red.500}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - } - }, - "secondary": { - "background": { - "value": "{surface.800}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.700}", - "type": "color" - } - }, - "color": { - "value": "{surface.300}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(4, 5, 6, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.700}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.300}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - } - }, - "contrast": { - "background": { - "value": "{surface.0}", - "type": "color" - }, - "border": { - "color": { - "value": "{surface.100}", - "type": "color" - } - }, - "color": { - "value": "{surface.950}", - "type": "color" - }, - "detail": { - "color": { - "value": "{surface.950}", - "type": "color" - } - }, - "shadow": { - "value": { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(0, 0, 1, 0.04)", - "type": "dropShadow" - }, - "type": "boxShadow" - }, - "close": { - "button": { - "hover": { - "background": { - "value": "{surface.100}", - "type": "color" - } - }, - "focus": { - "ring": { - "color": { - "value": "{surface.950}", - "type": "color" - }, - "shadow": { - "value": "none", - "type": "boxShadow" - } - } - } - } - } - } - }, - "galleria": { - "thumbnail": { - "nav": { - "button": { - "hover": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "color": { - "value": "{surface.0}", - "type": "color" - } - }, - "color": { - "value": "{surface.400}", - "type": "color" - } - } - } - }, - "indicator": { - "button": { - "background": { - "value": "{surface.700}", - "type": "color" - }, - "hover": { - "background": { - "value": "{surface.600}", - "type": "color" - } - } - } - } - }, - "tabs": { - "nav": { - "button": { - "shadow": { - "value": { - "x": "0", - "y": "0", - "blur": "10", - "spread": "50", - "color": "#0F172A80", - "type": "dropShadow" - }, - "type": "boxShadow" - } - } - } - }, - "dataview": { - "figma": { - "content": { - "item": { - "stroke": { - "value": { - "color": "{surface.700}", - "width": "1", - "style": "solid" - }, - "type": "border" - } - } - } - } - }, - "progressspinner": { - "color": { - "1": { - "value": "{red.400}", - "type": "color" - }, - "2": { - "value": "{blue.400}", - "type": "color" - }, - "3": { - "value": "{green.400}", - "type": "color" - }, - "4": { - "value": "{yellow.400}", - "type": "color" - } - } - } - }, - "app": { - "app": { - "font": { - "size": { - "value": "14", - "type": "fontSizes" - } - }, - "card": { - "background": { - "value": "{content.background}", - "type": "color" - } - }, - "sm": { - "font": { - "size": { - "value": "0.875rem", - "type": "fontSizes" - } - }, - "line": { - "height": { - "value": "1.25rem", - "type": "lineHeights" - } - } - }, - "lg": { - "font": { - "size": { - "value": "1.125rem", - "type": "fontSizes" - } - }, - "line": { - "height": { - "value": "1.75rem", - "type": "lineHeights" - } - } - } - } - }, - "$themes": [ - { - "id": "ae108eb486424d2547da3f55531d4243d09864d8", - "name": "Light", - "$figmaStyleReferences": { - "form.field.shadow": "S:c68a04829bd172bf0a2ea10ab4246bafd74e9c5d,", - "message.info.shadow": "S:c241947884b5ca2991f62785a44897bfa85d7d73,", - "message.info.close.button.focus.ring.shadow": "S:5236f29d45cd94f29340dbb91a493125fecc31d7,", - "message.success.shadow": "S:3e5e6fa682c51a575e01e73fe61a3414fbf391cf,", - "message.success.close.button.focus.ring.shadow": "S:5e8863a9861ba398418311eabc0c423f57ccdc3e,", - "message.warn.shadow": "S:fe7266c33584cafe68f6ad6e3ffaaad984183acf,", - "message.warn.close.button.focus.ring.shadow": "S:757345b2c4f1c3188006e10fa7c1183ade0cd8da,", - "message.error.shadow": "S:034cc741350ec0884364bf314b8392a765daf93b,", - "message.error.close.button.focus.ring.shadow": "S:d808739076adeb6b89ad28ae9de32d47d9593bc4,", - "message.secondary.shadow": "S:fd5e79d250a9a65783ec6bedaaf2090608d44a22,", - "message.secondary.close.button.focus.ring.shadow": "S:2009f14b5f3722aa4460506ca43b143d333e2cae,", - "message.contrast.shadow": "S:517a6d0ccffd59bbbe8ffc188e8545df4cdc1373,", - "message.contrast.close.button.focus.ring.shadow": "S:38f03cac306e6935537ce7934b1500f66f13d908,", - "toast.info.shadow": "S:c46926dffef8464657e279a620d0de2b4521ee8e,", - "toast.info.close.button.focus.ring.shadow": "S:ae0bd6b2b0f65524a6a89885cdbee4b5d9830d6f,", - "toast.success.shadow": "S:e611d0c8c3d44b44fca4658db5f002d7f000b2f2,", - "toast.success.close.button.focus.ring.shadow": "S:ca6279f7046d9e3e24165fd8e87d8b703797c56a,", - "toast.warn.shadow": "S:51067822aba559f0407ba058a7ea9013a2fe93a0,", - "toast.warn.close.button.focus.ring.shadow": "S:42574b671655e0b7bdc4fcaf0a541b1d0268ccac,", - "toast.error.shadow": "S:26d9e8096e1e23b01421a6031c384ad820982d6f,", - "toast.error.close.button.focus.ring.shadow": "S:99ccc32f6e50e60a4a8ca3bd1e17ee434713e861,", - "toast.secondary.shadow": "S:bea1027fe05aae272d3b156c8305c57b533acf8f,", - "toast.secondary.close.button.focus.ring.shadow": "S:91877fc741b5290e203199d7eddef124a983f249,", - "toast.contrast.shadow": "S:a1076ce9ca3fbea92385db305c0ba06572663d06,", - "toast.contrast.close.button.focus.ring.shadow": "S:a77ec0e45e4f56c38b6af56c18e1b0829ecee8f4,", - "tabs.nav.button.shadow": "S:058030b342e517a4616d294e1432b2f5ff19dac1," - }, - "selectedTokenSets": { - "aura/primitive": "enabled", - "aura/semantic": "enabled", - "aura/semantic/light": "enabled", - "aura/component": "enabled", - "aura/component/light": "enabled", - "app": "enabled" - }, - "group": "Aura", - "$figmaCollectionId": "VariableCollectionId:7225:3443", - "$figmaModeId": "7225:0", - "$figmaVariableReferences": { - "surface.0": "5bc5ef19cd0d0daf4a3001a9fa68a0590257524f", - "surface.50": "cf9b0b8d9bd3765b30964506ea8c12e156ba6a88", - "surface.100": "49778e13d883d7f7ed104810a0d6ffa6e140b202", - "surface.200": "d8b98de68a15b561d4339345094aceda72266212", - "surface.300": "8a59129e03d86df76324930ac121d71364ea7ecc", - "surface.400": "a687b297684f2756f80acac0e3165117bb143723", - "surface.500": "c8fba114cf133c045e65af8720ee7eb0f48e7e5d", - "surface.600": "1a170832beea47f7599d1e5e8c480085c4eee2d9", - "surface.700": "f3b31245cb07be35243a86e7404d5254bf83cafe", - "surface.800": "463dbb675bd1bf955955d7a1a62488fb548a9166", - "surface.900": "4f724a27abbb564378cffbf118b048f623c793a2", - "surface.950": "ca26f859d8860164e6d6395e7f760057be304b1b", - "primary.color": "b5ff45ce52c60df5cc65a85e1938a29cd49499ed", - "primary.contrast.color": "187912fac54f05c51ddbe70c6426a1b9110f1a4a", - "primary.hover.color": "ef403f39f4015da9cbd2c38fab8a420ed7e89b0a", - "primary.active.color": "6d28d785ad0f59f19c1dea68c979d24dcbbad5bb", - "highlight.background": "be708c49c9f7d28dde74e0eed96fad75b310390a", - "highlight.focus.background": "ba70e00307c5d58f54c754d6966c6c4932dadf47", - "highlight.color": "b1296752d2f1dbcdf149b2120ad8852ee5ad4952", - "highlight.focus.color": "24500dfdfa574e95988b001aa6d7c0dd5dacafe4", - "mask.background": "63d03a65df93ab84110a516e86508ec4b6ea0006", - "mask.color": "50815944d92bd1915b525069f23a9122731d82eb", - "form.field.background": "4837d98be27211c351085c5f2a22057c090a81ca", - "form.field.disabled.background": "598336437b4bc546fd8ec3f1fc80068493b67184", - "form.field.filled.background": "b5eafb0fd0f0cfd040e7382410f4f16e2fdf9487", - "form.field.filled.focus.background": "9e00541d8f6f5ff409ddbc81458a5beb96a56b08", - "form.field.border.color": "b9db05a697c4e3644d85503c9e9afa438edcba46", - "form.field.hover.border.color": "00a7d9418fcf2409004b0ef92474f2961334d310", - "form.field.focus.border.color": "16c9296c6730f1f4a5ab94eb3efc093b4dc976d4", - "form.field.invalid.border.color": "85d62dad8bdebaa3f1b97200d2bd72aa3478afc5", - "form.field.disabled.color": "554862e53af24871b546fe4107d9281b47766979", - "form.field.placeholder.color": "103c2e7e846b28745eef6838b9844671635bf73b", - "form.field.float.label.color": "fd2b70d906aea83dcd9c533e3a445c2e82d00b90", - "form.field.float.label.focus.color": "02e5a6351356a0f269ec30e768ef7efddcbd6344", - "form.field.float.label.invalid.color": "7a88a0f269c04a8d1b247daffb70974b37930cb1", - "form.field.icon.color": "7da71d8c3b8ea391e31fc9ab7b80bafa54199f94", - "form.field.color": "f7d99d03bc6b8c5ccbc7ef7eb3f8c625a80037ad", - "content.background": "4fff378b429fe2db90ae09fd0fcfc56a6e665ffe", - "content.hover.background": "1110b006f219a99f8ec5a804be0b2db404c18b04", - "content.border.color": "36a82a862e7a54117ad9d0f189734ab451cd1e00", - "content.color": "c03b1960612107afdd7bb0974f5876d705444b5d", - "text.color": "55fc2a323fa89330b3aadca7f3c724f95b134ac9", - "content.hover.color": "8f32711aa4b534f50c6aaab04ee7633d49bddbf1", - "text.hover.color": "97a70166771a7ff21f1a6f5a3e2fc62c37885491", - "text.muted.color": "e928cf576d905cfd24f1f715e4ab4ff54b317596", - "text.hover.muted.color": "41626c9b94fbdf1b5a141d526d56d7f0c4ba39e1", - "overlay.select.background": "4d6fe22a0f16874c5d918b168159ca6b357198f6", - "overlay.select.border.color": "6827048db3bed49a45c818e1f163ccca18631520", - "overlay.select.color": "43d7accab82cf768818a187a3f6822b33e23c879", - "overlay.popover.background": "9b0f7cf21410bae13035a59cd333a7074a08b463", - "overlay.popover.border.color": "a903563507a06ccb6c63987c1096115fe28039ea", - "overlay.popover.color": "058b35b7b45bed4bfdb01507fee2456985ff8aa6", - "overlay.modal.background": "61a87e18695aadc443eefc72ee2dd54797f5e8a4", - "overlay.modal.border.color": "f6f65ec7cb92166f9db7a848066c628797760e1a", - "overlay.modal.color": "80fb69758378a1848cb9bcf3e0ef5680816f90bd", - "list.option.focus.background": "939ce454854cb8eae9bba6432856be49a405a47f", - "list.option.selected.background": "46edc13ed84b7cb08478fba384a8f486496ae8f2", - "list.option.selected.focus.background": "363b7f905e7b12fbc1d0a74c25d0790962702346", - "list.option.color": "9c8a2ad385b7c3a07ac41c4b7d3a5349f17734ab", - "list.option.focus.color": "c34379afe2a3608eebb8ae92fc061347a8f5554d", - "list.option.selected.color": "da7944d541404235c3e0948e1619e65e08cab1e4", - "list.option.selected.focus.color": "28eb447e34f39334ed1397b007287da384032e8b", - "list.option.icon.color": "d679405e724e635e1b238d5a5c7caa98f5e70af2", - "list.option.icon.focus.color": "beee03bd1def5ea64d37776bfa07786270a12957", - "list.option.group.background": "c4889865d833452f491fbbade0b86117391810b7", - "list.option.group.color": "b4759e9d3b213a85054e6e94fae4adbf08f086b7", - "navigation.item.focus.background": "de4ededf17686f2ad4cfafc09cd7763af0fc0b1a", - "navigation.item.active.background": "58dfdf549543954e20515f9d092d21e464866068", - "navigation.item.color": "df86ccd46ee21feb243bf176d280dd38068f0f03", - "navigation.item.focus.color": "55feb1ea8921ead7f794a65783e7cf1e92009b18", - "navigation.item.active.color": "a44f13890366d472c94b00e250f62cb0a6f2930c", - "navigation.item.icon.color": "19421dafe643608f5d891ec886bbd325042315f1", - "navigation.item.icon.focus.color": "533ba0b1ce8cd4f2ed154b186bf02cc57de2187c", - "navigation.item.icon.active.color": "d2954c5de6a021ddd00c0b76674251bd5477cb2e", - "navigation.submenu.label.background": "a88010fdc89f08cfa420d7b449402544837e039d", - "navigation.submenu.label.color": "5c3ce19b18aad822b350e3c2e2791e376ada3c54", - "navigation.submenu.icon.color": "96109c887d737e13130340fe6654d178efdafa6e", - "navigation.submenu.icon.focus.color": "d06b31460502f28c34fc4fd2bc2aae75cb6c39c7", - "navigation.submenu.icon.active.color": "1ed8812f30f6e2aed3d008aa3c335ceb27fa6414", - "form.field.filled.hover.background": "e4203b0286d4b6b00d86bd56e02c8f43933d0ea0", - "form.field.invalid.placeholder.color": "73a305a9854356e96a9e72bdacde9e33637e179f", - "button.primary.background": "8d30846eba9d9850d4a75f51fb2eca2c4ba2b120", - "button.primary.hover.background": "2ef06d5cee4c3bc07786eb0a746a95c65aec1108", - "button.primary.active.background": "fa583cf4a20949eb9acba7b56ffa1a7a3c8408c6", - "button.primary.border.color": "0058055a38d906cae9727954f3b2572d37554885", - "button.primary.hover.border.color": "8335970c0eb5e5f45e0b7b6903ffb89a93b692e2", - "button.primary.active.border.color": "988ba34cee154da2d988ad34bf53675beb8f3712", - "button.primary.color": "8f605f3822b6e084d6fd7b820fd17ea20c328ea0", - "button.primary.hover.color": "bb0c6fc6d54574bc0653f72928e0e5d49e2bd3d0", - "button.primary.active.color": "70423b95faec0c0316615f2b8eb0f5a31f379284", - "button.secondary.background": "898a8a4885b211f5e894ce4c916b766e88c6546d", - "button.secondary.hover.background": "ead7f18b16b4815c1a1a3f035ee84a95e8693896", - "button.secondary.active.background": "7c3cd9f39de95e67a05ffbcf38aa32e47b2ad947", - "button.secondary.border.color": "8a8db752a18674cac5be04c7a461a34afd225057", - "button.secondary.hover.border.color": "993bf564b62a8e7492463e7b4c06d53854230ba9", - "button.secondary.active.border.color": "9b98123c82f3d73069fa3eb9fb6385d9da23bf5c", - "button.secondary.color": "c8ff4aa5fc93715688d24876441de9c179dbb0bc", - "button.secondary.hover.color": "e05b1de62953c163a92af4edaa3e2210fa5ead29", - "button.secondary.active.color": "00571c3901ff13f7f3489e1fbe1370c228f297fb", - "button.info.background": "c6646bee026f09dbc0e58ed7b58f1a123dcdf152", - "button.info.hover.background": "dc709131ab8e74fa52fe3d8ea8ef3588a94e18f4", - "button.info.active.background": "12b1f711ed1ef729bb1bc059b35a374b30331e61", - "button.info.border.color": "d53016d13550404d22d14ad4904b6da8a4147599", - "button.info.hover.border.color": "0484a6da84314cad9292b364d7e23b7fb8673191", - "button.info.active.border.color": "f2e56ce4ead7f1c7650efee41c97625420576cac", - "button.info.color": "76c7876219586cac412a73d1b15a8a2dbedcf7dc", - "button.info.hover.color": "76263a069020549bf90c834100109dfbb2988979", - "button.info.active.color": "e8fab94b54b50ab51ce334b06461a601737b0e0d", - "button.success.background": "9376f80f1c14be502592999cc8ee7e16a51d0fe5", - "button.success.hover.background": "d61ab3ed0986a7f90b74c8f4331a4999a0c2bcf5", - "button.success.active.background": "4674c07a8ce9ea031a318cecb4e32e3f862edfd6", - "button.success.border.color": "dccf1e3b2949101ecce29842b8c2e5c15d1eb443", - "button.success.hover.border.color": "f73361506003242ab30b9cd68efe6358058c20d9", - "button.success.active.border.color": "87a578d8f59e252d93d4766461628745db73101c", - "button.success.color": "f9ac611c6d4cb15e2b9a79c9e840a6889cc4cfa0", - "button.success.hover.color": "d90bbfcb27ea690557f7ac87a645002e19371f7c", - "button.success.active.color": "1da8baeffa17f1893345bf0a72f7bca399ba4055", - "button.warn.background": "2616e00d48b3951f54b5bf3b94735274ab788a3f", - "button.warn.hover.background": "e49a25795b6930b8adb30420741e96076aacd938", - "button.warn.active.background": "22afddce771d0834237ddfc3793331a8cc7cd873", - "button.warn.border.color": "9307eca7fd6a359d2a07e6b5ee75f997c913c823", - "button.warn.hover.border.color": "c2ca1f3f8d43ec2acc7e358d1d19812003a0f136", - "button.warn.active.border.color": "5ed07e42ed4026cb0c258da34f688d7f89e1bbf8", - "button.warn.color": "22e8ff5a36564765d1ab10aff3cab980465a0ae1", - "button.warn.hover.color": "869fded44f5f8159c247b9fc928cd255feb79aed", - "button.warn.active.color": "f15d9d6519b83473935f9813dd32cbc532359f6c", - "button.help.background": "a9cf64911f834d6e7d2ef07bab831bafe15a57ab", - "button.help.hover.background": "de4b249e23348b72ab7acf8f95f29626e21fabc4", - "button.help.active.background": "ae49c28a4c331081167d6cbe4bc84ca47660f6b1", - "button.help.border.color": "54f74cc375e1198c8816610ef4de99cd343d5f9e", - "button.help.hover.border.color": "f8796ae45b955e8256fbca94b4f9727bebd8f9da", - "button.help.active.border.color": "3b0aa7c7c3ab5ae0a5baa6fd2583b877345671a6", - "button.help.color": "9482513fc41908976470115d1fbc9279544750b5", - "button.help.hover.color": "497bbaeaae3df2b4e76c523ca116b6bdcecf5b73", - "button.help.active.color": "d6eb32544a29ca6dfbafe9dacf8856a85a01a090", - "button.danger.background": "a2e477fddbf55cc84104dc51de190647f799a879", - "button.danger.hover.background": "d15c8f761d5d8b2d51ec153f34b2376560f731af", - "button.danger.active.background": "c2adfb23616292893da4fb3112fe6e522d0eaffe", - "button.danger.border.color": "d0dbf09f18649b34cdb68d8a0347afe8b6beeeb4", - "button.danger.hover.border.color": "4bbd05f17c5a7f5d2ff39734377b291912c9d9c4", - "button.danger.active.border.color": "8619a8e5c623638459a89f4768ac6c19950954d9", - "button.danger.color": "4bd71242d57d99d0670bfb426dd0c5d8e2ee1fd6", - "button.danger.hover.color": "c60e8e77ba2da706535db415d49dded508c22169", - "button.danger.active.color": "ae5b9b1add74b1923f1e90d171694743b4ff5533", - "button.contrast.background": "d7a882cf1bb508121d6e22342d16734df5195a61", - "button.contrast.hover.background": "be9ce75ea9ad3d26f704bc50f41b14f1241df519", - "button.contrast.active.background": "dde2e49ce41a1c83ae8804450a57338f6189277c", - "button.contrast.border.color": "bab60c1718d1f1f26e3237107c4733b3d39d3abb", - "button.contrast.hover.border.color": "ac3c3fba4037e267cfafc85364d5655230447cb1", - "button.contrast.active.border.color": "5082c5dc3f9d5db5e202fdd32558a87de96adf9c", - "button.contrast.color": "f7227d0ea14392cdd291f33c51459244f1225bec", - "button.contrast.hover.color": "23241ba713e6fe628414bbfa72dfee64b6f639bb", - "button.contrast.active.color": "8727d7d11ef4f102fc5b4638a238f4e5516f5135", - "button.outlined.primary.hover.background": "b58381052fae0d1679cfe06ee0f15d9d083564ca", - "button.outlined.primary.active.background": "0e73e56db1b4a5f6f4d3899ef0005a409c1c5af1", - "button.outlined.primary.border.color": "278c8dfbb51017ba05e88d28de128fa8d08d7c4b", - "button.outlined.primary.color": "8d700acd8a155252bb81498c25384959b130b543", - "button.outlined.secondary.hover.background": "9c439bbc9303bf27e00c82059df2db4c61e2d6e9", - "button.outlined.secondary.active.background": "6f78e12750090bf083014b21beead867563b02cc", - "button.outlined.secondary.border.color": "6737839446096bc23347fd7543326a904637a10f", - "button.outlined.secondary.color": "b5fb9367fb35ea8897e6c6b78528b83fb0c823eb", - "button.outlined.success.hover.background": "3c4bfc72603e6354f3815628f7663f6ce59a5078", - "button.outlined.success.active.background": "852bfbd0c5baaf02503bbca1bd364116f4249033", - "button.outlined.success.border.color": "212603b2e41e617be27e8f4fbbb4df8f2107a9fe", - "button.outlined.success.color": "9cc6118b720dacce9c26f909a4badc5df3038143", - "button.outlined.info.hover.background": "44d6bb225c61ebf4694b377b355e007ee9dc98fc", - "button.outlined.info.active.background": "c4c3eca230623df8476ec515adb8df6b3821b988", - "button.outlined.info.border.color": "f3a539fac7e3451ce616f3410358c4ed9110711b", - "button.outlined.info.color": "d04e8af2babb234136ee1e1a988f489da97be169", - "button.outlined.warn.hover.background": "a49b01aa205b82f7c88eef642e86eeec6bc64eda", - "button.outlined.warn.active.background": "ef10c23dc4bd29b1f320c64d2489421c8af77fba", - "button.outlined.warn.border.color": "6e33b9c24c2e83f8540c3bb2cb83c5c3b003a1bc", - "button.outlined.warn.color": "765ba9d977731aece6095d205fd7abdbdd4f8c3f", - "button.outlined.help.hover.background": "3b17c46f97bbc75f2475a30a2c56163ed632d2a3", - "button.outlined.help.active.background": "120c6c847646d9fb5e673d1a7212226a3af58d5b", - "button.outlined.help.border.color": "73658ec3ce31f786cd40dc8545a00acfe236d719", - "button.outlined.help.color": "1ac63854f269f75bf667a6c1089b8187f5984e7d", - "button.outlined.danger.hover.background": "2874f6f652680f100f491b1c60f8fadd3c3f4d01", - "button.outlined.danger.active.background": "8a10ef047a8d2c61d21cda2fedd2c206bd41fe9f", - "button.outlined.danger.border.color": "558e31339cb54e25808b416dce5db78676b13ab0", - "button.outlined.danger.color": "828bb4e3bfbf5c281ea2f1c63a4591e2aa94574f", - "button.outlined.contrast.hover.background": "3994cd774d8b2f2745a9eca8cbf27d6d4e304540", - "button.outlined.contrast.active.background": "fd92ae1e23cd92f604a63c8200a2e8b8c0edc122", - "button.outlined.contrast.border.color": "4b0784747e0f4e8fd559d6de767bf5e318b377d1", - "button.outlined.contrast.color": "a6be120e08c934251f7a74d4ac74ea45b68e97bd", - "button.outlined.plain.hover.background": "85e4a8ec6b72ed00173234514d18f42462712296", - "button.outlined.plain.active.background": "7d15e98c5c4d249eca41e5b5dd545c9233e6d63c", - "button.outlined.plain.border.color": "adf4f274b9c2dcb3834f2781fd2c710c39229de2", - "button.outlined.plain.color": "ac483d28edf9c19d9b10ec217ee6d032d9415c95", - "button.text.primary.hover.background": "508c4d5202309f1d3e3616c63a95b7a092fea779", - "button.text.primary.active.background": "b0b0b7600bfe605492f41c7fc194c2213a252625", - "button.text.primary.color": "cf9769f8b9138578a3c9b7831b9f5ea8ed51e455", - "button.text.secondary.hover.background": "02dc9bd4db6719d532886355e92e0645b00e5d57", - "button.text.secondary.active.background": "456ffbc0c39fa95830486e32d3ca488408648fa5", - "button.text.secondary.color": "6f06465e0c62404fce2b536e769c59d6ce1b50e7", - "button.text.success.hover.background": "5bc80c257a4e2a0cda853ae117d8907a58dd6939", - "button.text.success.active.background": "e77ad27d5bffe4ac96c2545494b01687ab23fe34", - "button.text.success.color": "40ed57f9c045766161f63e6ea2a3d60d254e413e", - "button.text.info.hover.background": "4638166ae5510c76e42c1ef7a5d294cc7362b3d8", - "button.text.info.active.background": "b8e675eacb7963610121ec190dd0eaed1facd013", - "button.text.info.color": "d1400e4b084f08d3fcd089023b284af915dd86a1", - "button.text.warn.hover.background": "c783a79df88a75f162ab478063f3f2e9762a14dc", - "button.text.warn.active.background": "d9728f55fff66e4aed9b76db045803580d43b790", - "button.text.warn.color": "d2967c29ac20a9a42be0da82ef650aa0b358d491", - "button.text.help.hover.background": "61c8af8ffa71ae70fd6a29be199c360afc24dd62", - "button.text.help.active.background": "bf0048448955c8e50d5b4162abea887a4cfad7a2", - "button.text.help.color": "50d96df081b6d6f2b049846566c2d21f6cd5b81f", - "button.text.danger.hover.background": "f240b46b959c187ca1b02786478e99e5f6180d5d", - "button.text.danger.active.background": "8d945e28f2cbdf73f2099db99321af1d7f044aa1", - "button.text.danger.color": "3f9db6f88fc9adedd37526f509d57a4b514b389a", - "button.text.plain.hover.background": "b941b6e2df4f4f9899a5c9686a28229e74cd87ec", - "button.text.plain.active.background": "320338c2f750a775c9f5f4c443e67762d5384dcd", - "button.text.plain.color": "ffd7d0fa17d8c50fd23450e8d146b75d0fe82464", - "button.link.color": "ce81ffcd410618449b6c1c2034b43a7d55a76647", - "button.link.hover.color": "d28b08b40edff0e91e1ebce2c60931048e865a24", - "button.link.active.color": "bb500b0b678543237bc2d9a46b50016145860469", - "toggleswitch.background": "91e6fdc30cd51f16e68336be2e68e1a8e5379593", - "toggleswitch.hover.background": "1d3925624aaeadc5a5f86d133a78d48b95fd62ae", - "toggleswitch.checked.background": "e6a870316447e1bd4179dfa6537596d5482e682c", - "toggleswitch.checked.hover.background": "b03ac76581615667a11ee6182d04d45cbb3e820a", - "toggleswitch.handle.background": "bba6c5b7c219bbcb513e64a32a3060ac6cafcc44", - "toggleswitch.handle.hover.background": "3dd34b3c8b1707c599ca6f4c2d08b4ce42ed9dd6", - "toggleswitch.handle.checked.background": "b980e7f891dd69907d0a7b23ac8d4d51998e7d92", - "toggleswitch.handle.checked.hover.background": "3185755c7820a59cd5e1d6bcf3be8eea05fd7ed2", - "autocomplete.dropdown.background": "76b5917ad4ab4bbafcd7db8e2184497c0d30f333", - "autocomplete.dropdown.hover.background": "a1ced656a4d8e6a6313a6a1e75faf9cb217f54f6", - "autocomplete.dropdown.active.background": "bb7b433e15cead7badb73e14a63f9c623ed47775", - "autocomplete.dropdown.color": "b0f46a510df48c6c5e9c3233d1f6fcdde4f84833", - "autocomplete.dropdown.hover.color": "7f37aff3bf67c3dfeb09cc199e35837f1963cc8c", - "autocomplete.dropdown.active.color": "edeac65f8444a790862e5be3adb99ddbda0b5f00", - "badge.primary.background": "34dad53cd6cbfedeb3f1261a04b46d4302b3ccaa", - "badge.primary.color": "25989390034f31a3b69c6e45be6dd3fad8e1f63b", - "badge.secondary.background": "e505ce1012668aaea3d4e2d2b82ad77c6a2b5ec6", - "badge.secondary.color": "18bdc198bf321bb65099f4ea1daa159b5a2595e0", - "badge.success.background": "dbba86737e866d72c51a32162dbd9bc1ed03cdc7", - "badge.success.color": "aa3be002d69ab7994960b4a37b2480f1060e7bee", - "badge.info.background": "3dde022825b189761018444154e7cf6988df70fd", - "badge.info.color": "df7dbd3da6180680128d074abde3270c18cc8c51", - "badge.warn.background": "07771c70790127b100b72ce000c90010f11d34c3", - "badge.warn.color": "28d9baca4a44b33593eea3c001d92c8e99caad3f", - "badge.danger.background": "651f8d9a0e9cd7d8906f4ee1789368f553ba7855", - "badge.danger.color": "25dac473556df4bf94ac3626c653de54f15e0e27", - "badge.contrast.background": "7cd30541159ea7220349d5ce54d16314c8f96e0c", - "badge.contrast.color": "bac74b9d95dcc7b891d1442bb2edcd3b21cbff6b", - "chip.background": "7a8a0502e632954833c39006b9c4f2e7bb2085b9", - "chip.color": "f718c2eb4eae664fd9bbcde4cc957bc1f00ab275", - "chip.icon.color": "d1288902bf741fa42cc5f592c145cb0cc449c98d", - "chip.remove.icon.color": "04c319016b72701841000bcb4b3442f32af8607c", - "tag.primary.background": "1e81544f22c9d746bf8497bcf5ceef72073cbd10", - "tag.primary.color": "04afc3932ac7e6a3935bce1f19e8d44e989b6d2d", - "tag.secondary.background": "7802860fb53436fc561a59fa8ca0ee0fe6d87bb3", - "tag.secondary.color": "ccf5e787bb320ae4086597b255edee3f70d4c496", - "tag.success.background": "65bee95443dba13422a9d34f85ff7e6263a771af", - "tag.success.color": "3ebfe9a6c8174b6f6f80551efb88f5226031f7fd", - "tag.info.background": "e924008812a0fe3ce890f3924d93588fa00fad97", - "tag.info.color": "fa3582d56a9e3bb70a0fe67b25c3b4907cd8b077", - "tag.warn.background": "83f4c6c1129fed875911ba717f91b7adaf88900c", - "tag.warn.color": "05723486e6a66548d1b9877b692c424ed581d9e7", - "tag.danger.background": "a8a55b4d7bc3376d6d2f6c7593ad5da4242f2c52", - "tag.danger.color": "4170394aad5bda083d2ae9fad9fd3841705e9a99", - "tag.contrast.background": "ca136302ff427a40869929b57a49a17f04262ff8", - "tag.contrast.color": "0b59ef9538c127b4b56c6b4a4bb31743bb15f711", - "skeleton.background": "76cf2ffd10a8619636686e96ed9a6869e6c5dffa", - "datepicker.dropdown.background": "af8ae2b2ca9604909c5f2b2cb25e732e1accd073", - "datepicker.dropdown.hover.background": "d04b2a38bf42e85ad000c1297a2088a4e125c2da", - "datepicker.dropdown.active.background": "143dcd7bcbb6568648826ea9140be60371814222", - "datepicker.dropdown.color": "9e5872faf8b414b5e8a425b5618f77eb9a330007", - "datepicker.dropdown.hover.color": "5e7c43b7d28cbbfce6da222f178cbeee428f908a", - "datepicker.dropdown.active.color": "6846bae9360414053bd162655961a39e8f7146af", - "datepicker.today.background": "05b8e0c32cf36d2db3d03e54360d8edafa39bdc6", - "datepicker.today.color": "0a9ce81eae8c422b35b91155bfd376601bea2c1c", - "colorpicker.panel.background": "09ac863277c22b45c3c02c7d0f0cf64bb49802fc", - "colorpicker.panel.border.color": "072e5755677d3f03497bc1f44c3e7eb891fe287e", - "colorpicker.handle.color": "fc4c6b9ccdb216350c3d95bf8208e44330eba056", - "inputnumber.button.background": "eee6d2d0974ceefee3c274b0364ca51a6538f3e2", - "inputnumber.button.hover.background": "f6a6af3853ab7d95cb002fc4dd0ba59af0d0ce32", - "inputnumber.button.active.background": "dac9c9fbffb52ea7e1e78f3a837d52241280d4c5", - "inputnumber.button.border.color": "647b3b8525a181a7dc22c59e5b937217ce115e80", - "inputnumber.button.hover.border.color": "e7fc712521978dfad1f39cb2e801cbb4b0e62af9", - "inputnumber.button.active.border.color": "56c24ea9e577271ea845966f2fafab6dca88a4e9", - "inputnumber.button.color": "0e2e761143819c669da77c1fed653000aabc9b41", - "inputnumber.button.hover.color": "1e8d2cd04eff5a86cd1fd05159fb706eaed5af30", - "inputnumber.button.active.color": "8b4fe0318b67b47130c9c7c987f55a39cde1622c", - "listbox.option.striped.background": "a2590a3df19ea1a8ab02f2d706a1919614b024c6", - "password.strength.week.background": "2b28a971e2521f12df2c5f55642f0ceabee70170", - "password.strength.medium.background": "d43d95f6511f282fa570c51d2b79b0f90d6c2e36", - "password.strength.strong.background": "20265a454bff7eb6628ae7a810199a1d84d18feb", - "slider.handle.content.background": "6c56ed3c01d0c8fbed3f7adca7dbca0f51a835af", - "togglebutton.background": "24b098e41ba2af13ed63811da8e1785dbef08ffc", - "togglebutton.checked.background": "bd4ced43202aa88a3e12b9aae1016bc4380a8f9d", - "togglebutton.hover.background": "c1b55c60136ae9f038bc0033ad49203feb391264", - "togglebutton.border.color": "aaa8f98db2995865e187f74ccaafd8f9d1a55070", - "togglebutton.color": "fa43eafac514f9b2b8a138d135a80325ae67db10", - "togglebutton.hover.color": "a528e0f53e390cb4dd14f4a363faf259b1aba03a", - "togglebutton.checked.color": "512b3347f580340370dacf5e659811521a552eb7", - "togglebutton.checked.border.color": "477e0e88c1e39ddb44d4659805f428a7631e46ac", - "togglebutton.content.checked.background": "b9394c2ea67b0c3600476861925ec6eaaf592af3", - "togglebutton.icon.color": "55eb564294e6ea22e424df5916395a078f589cb6", - "togglebutton.icon.hover.color": "4586d83c06c7387022741b6ae6b711f445d42987", - "togglebutton.icon.checked.color": "85c99f0ad5ecb1cde836bb4e5919a66537d2ff99", - "selectbutton.invalid.border.color": "b2bd34cef56dda10cc61310b47fb91f5e58e0e0e", - "scrollpanel.bar.background": "24f8f9085f85e81a009cb65d8b6e426fb75c2a7b", - "tooltip.background": "963dced221f9064512230e1f00260be1115e3c34", - "tooltip.color": "013b3bb106c50193d4f9f4c83972d5015ba34301", - "datatable.border.color": "6117de7989b017a99b598395669957a4cde5a1c4", - "datatable.row.striped.background": "27b004f969e325c6b5ec0ad26a193f18639cd165", - "datatable.body.cell.selected.border.color": "44b6da9988c61d7728b29fd8c61e24096cc825dc", - "carousel.indicator.background": "487d442cb56ba8febabacd44c44ca813f9b8942d", - "carousel.indicator.hover.background": "4985744a5c4c9d426b4e52d52cb526af5a963cb2", - "carousel.indicator.active.background": "5f868a0f35dfa2eea482eb6645217abd030cd367", - "treetable.border.color": "4490404a3ab7736f6d852a4ad215f642c416d5f4", - "treetable.body.cell.selected.border.color": "aa401e1c9ba8affbb62ee9b0287363dd6a7b2fb0", - "message.info.background": "e6500a1fc57afd61deb1089575d5c6420fe5f600", - "message.info.border.color": "595a60ef9b19734bb7ca6581fd4698caf6d5fd39", - "message.info.color": "f766692941787014cf6ce3faf3917aba5f84094b", - "message.info.close.button.hover.background": "82af140935b7e5dd648a244e47b12152595fecff", - "message.info.close.button.focus.ring.color": "fb3005e19175adfcfefe03a3e190413a3a31e1e1", - "message.success.background": "48d098d5ef5bfa4361d669171f2737a558b178c1", - "message.success.border.color": "e0ec190b5b64b9f8d40a540f8a92ca637b489e39", - "message.success.color": "6a99dc7fc3bed0c3bf490d77203ac5ca5c4048cf", - "message.success.close.button.hover.background": "c7c18e52f7baf535e2c501ef00b125c7070b4a3b", - "message.success.close.button.focus.ring.color": "ed21a04ccb16a5f26cd376caccd29a5edca77de8", - "message.warn.background": "d0ed28f3a079c319680ea9c566a97a7ef0bc7232", - "message.warn.border.color": "c8aebfd14c257b5af571556fc40a2e33a0ab351a", - "message.warn.close.button.hover.background": "44815cf550b35cfd7b99cc4f5ff0e6362e1585d7", - "message.warn.close.button.focus.ring.color": "add528b9e87198abcd25f8c86dcbd4b51158a664", - "message.error.background": "71f1312520896e67fb7ecc95065c966e173bab8b", - "message.error.border.color": "35c27289e3e687bd19c7c51d927c08a35f857a99", - "message.error.color": "bfb5d25d442eaa1b578011976a2642015fbf12a9", - "message.error.close.button.hover.background": "ea3e0277fab3125650867a226f625deb10fdab1b", - "message.error.close.button.focus.ring.color": "9b0e1b71a9414465376da3180a59e9788eeefe8a", - "message.warn.color": "81a4b1d0b3f42d2f3e94829fafe7b33bd52364d0", - "message.secondary.background": "4ecafd8ad58956cd6341ac44178e4b1f92755bb8", - "message.secondary.border.color": "ac200f4217220b8daef9e087dba79ee053907db2", - "message.secondary.color": "55116c8fc94cdc1561d590203a5658c5ae4c6d24", - "message.secondary.close.button.hover.background": "06c97076e9c6e47efdf755cf6bdb0fdb12d0f3a0", - "message.secondary.close.button.focus.ring.color": "efa03a50508c1442ecd9affa83f96b2d00b06a64", - "message.contrast.background": "7c627b9ad79284e4bf363330518a4aac74873569", - "message.contrast.border.color": "b965dac8ec56da4770df1395e28f6597297b2c5e", - "message.contrast.color": "fd06ec75e4c2e871b6a1d6d37b8fdc6d4a1e7e8e", - "message.contrast.close.button.hover.background": "0ba6f9b1378150e33bf45484dd09c02bcd5941d6", - "message.contrast.close.button.focus.ring.color": "08c11e44eaa2a596f88e1e819a34c503e0d075aa", - "toast.info.background": "1e4a2b3d916d7b89719123711f3c2a31b43ce4d1", - "toast.info.border.color": "0543d88fc1414c13705be957955545c7f735f336", - "toast.info.color": "106774aacf1341e91eb9e7adce30c3b98f444e46", - "toast.info.detail.color": "f9ddb7a53a42cb5d2ddc28526f4a67c052d3c86c", - "toast.info.close.button.hover.background": "ac2cf102397f51c410a330e43001c75f0a3f6b03", - "toast.info.close.button.focus.ring.color": "fcac5403d77b9e8dc88a49e61f2454c0b84a6dd2", - "toast.success.background": "d1e1c56a74a45042454abcce725d17973418fc45", - "toast.success.border.color": "0a3cd6e2d0fcbf23541e066c45c26ab1dfc3c7c7", - "toast.success.color": "d186d3456a7130d86781e0251e995596d5137d12", - "toast.success.detail.color": "81081cbb98a30a7b93c20c09a85e3888df6e583f", - "toast.success.close.button.hover.background": "ae45987203bf01e84de0082f2c1ee176779bd4df", - "toast.success.close.button.focus.ring.color": "ca2d4aa9161b2484f437f8f274a0333c6458e084", - "toast.warn.background": "ea7080a7c11f184bfba5a24bdaea93131799c089", - "toast.warn.border.color": "9322619c0a28def8d39977b12e2e20709f06f6ba", - "toast.warn.color": "320a6099d00761283dbe1b005768df86e6efcc9b", - "toast.warn.detail.color": "839aea2f4ef981d892cb28895bb9be8a939de3ed", - "toast.warn.close.button.hover.background": "0aa080a4ad240bb55c6d4e105fee2283ce2d912f", - "toast.warn.close.button.focus.ring.color": "94382a26788a6f8463d09703aee875fe54791627", - "toast.error.background": "11ae144c4190535c5934376f66aacf3fa85b1867", - "toast.error.border.color": "a941d4e3256e544fc152522708b1e3f51871ab72", - "toast.error.color": "ea6386851c651ff5fda213a5de093a35a9ccf738", - "toast.error.detail.color": "546329dc0f8402c059f51fff9ed2efb6451fe0cf", - "toast.error.close.button.hover.background": "db8454b6e05738c79c8e45dc3a6c8cdd69f9b564", - "toast.error.close.button.focus.ring.color": "189946869262639689e05e4f4cf0517419c77c0b", - "toast.secondary.background": "5380289f9375f1cf7eec54131d7c2c4337f65f4d", - "toast.secondary.border.color": "122ffa0bb308749960c2d8c1a6e48133cb402c49", - "toast.secondary.color": "2d62cfa1d6993181bd2cb9db124456043ab819c3", - "toast.secondary.detail.color": "d6bf0abf185b001508ebf6d8cc4174b58f65fc4b", - "toast.secondary.close.button.hover.background": "700afd34d5a292a4a6d32a286d7926c62df6d0a7", - "toast.secondary.close.button.focus.ring.color": "9bb862f6b4b8bd97ca1e39f6e5ae573fea36aab2", - "toast.contrast.background": "1f883f05f7561c4fa095701bbcfe9c8637867774", - "toast.contrast.border.color": "c9a9320aca7c02cb4dc6d814d53872c4d8ad8b14", - "toast.contrast.color": "f69fdec52b4d1f60bcc351f1190518174b625c7f", - "toast.contrast.detail.color": "0efc872f83b285d603693500a5f8709a5546bc75", - "toast.contrast.close.button.hover.background": "6eb1c8b517b3eac9012f8886b914c7e17433d17b", - "toast.contrast.close.button.focus.ring.color": "819ae1e1e7fe73f18ce39a7126398951aa1eb52b", - "galleria.thumbnail.nav.button.hover.background": "8b0ec5ad13dbc143a66ee0692d14ed84232d520b", - "galleria.thumbnail.nav.button.color": "aa3576d287a26b789878c62c6cd58115068e0fb7", - "galleria.thumbnail.nav.button.hover.color": "e4fe0ac137610cdf50864a8354aafc6b408d27f3", - "galleria.indicator.button.background": "01b6a2aacca49a8ccaff2cd33c438eca3289c182", - "galleria.indicator.button.hover.background": "aca6bc36ab673ea73d5d83b73682ae2bba53a466", - "toggleswitch.handle.color": "7415276c5e39f76c6ec68f9f5143ce88dd19ca4f", - "toggleswitch.handle.hover.color": "7a764a3be8293d99222031ecae989a52da2f0ace", - "toggleswitch.handle.checked.color": "1162788838dcba49f36edbfb864ba22d22c5c90d", - "toggleswitch.handle.checked.hover.color": "96949bd43da7a60e9824610371a74f1986b5a02c", - "autocomplete.chip.focus.background": "6a35d1a1d3b933c3d583357ef13a5cbb005048ea", - "autocomplete.chip.color": "d91440a5eb1e045cf513cf581e001169c1b6224a", - "toggleswitch.disabled.background": "9489fef8a112a4890a81957536d6272a9ae93b99", - "toggleswitch.handle.disabled.background": "939d211c8936fe291d396b5dc2017c29fc0095c3", - "progressspinner.color.1": "ff8e1e254d1959e05d15af408a0c22a2ab845e12", - "progressspinner.color.2": "1f56f31a202b8e5534a1600725e0f7a0fd8eb145", - "progressspinner.color.3": "2a84dd5cc86e276f215b1c8d5c409183e7915621", - "progressspinner.color.4": "c745dae17d337db37fddb237b971b01fe493eaa9", - "tag.figma.container.background": "8b92d82020fa0260f3d97e77cbb98add80e68a0b", - "button.figma.raised.background": "57cfb4ad7a8d17774899db794c9fd45b624b14ab", - "message.info.outlined.color": "6457ef9164875b5ef68fb2b45f8baa76c2e6c513", - "message.info.outlined.border.color": "9f5b60586147fceab236495c87751be999fbd321", - "message.info.simple.color": "1e380d0707bb1e6299f5844f015d554c3324192e", - "message.success.outlined.color": "1eb9cbde1ac86f4c929e661452fee09077cbda43", - "message.success.outlined.border.color": "d527d9d7f14a9dea8f26a2507e3366c9ca158f17", - "message.success.simple.color": "3db61bce0500219da3cefdd0f8c65825dff44402", - "message.warn.outlined.color": "1ed32a32dd09748bfaef0581c448a970a446a014", - "message.warn.outlined.border.color": "00d391b29877cdd369c60fec8b372881b75211ed", - "message.warn.simple.color": "8b08eb6c74200014c9f10dcde62927776896df3e", - "message.error.outlined.color": "7835d0b0f38046bab86ab22002d26a30592f0785", - "message.error.outlined.border.color": "b7604d619db7f931492d953650e871011e4438b9", - "message.error.simple.color": "a97114b3b9c9b26411e6cac762279bcf52eb7cde", - "message.secondary.outlined.color": "01f9fe694e7070aef09313b716117d858d6c0abb", - "message.secondary.outlined.border.color": "2532c94a864dcca03ce7ce6dbe730d9d28383f24", - "message.secondary.simple.color": "4b2d3db6dc205861511d831901e47c2f56e98be7", - "message.contrast.outlined.color": "09b081fbb41e82c76041ac8b83b5a47028ea2e30", - "message.contrast.outlined.border.color": "85292797e1fbe37248f9787ef52ede9749affb95", - "message.contrast.simple.color": "52e62bf210e3b262610821bfc0897ff1d451a00b", - "carousel.figma.item.tag.background": "d140be12de7f395cbf8476e0de3d3b8aff4c866f", - "button.text.contrast.hover.background": "5999c77716d7ffe759e3d181c3a84cd52654b741", - "button.text.contrast.active.background": "a6505e4576695c0671189e9d9a8ba4d460b63bb9", - "button.text.contrast.color": "9be8821e11028b486704b85e91c9c8eb2fb81c2f", - "button.primary.focus.ring.color": "ae91f568786ffeda32a4f1a6545110317ae583cf", - "button.secondary.focus.ring.color": "e51529cb2cb12165fdbdfc4de17053a915effe7c", - "button.info.focus.ring.color": "dc88fd19cad18880096e9675021fbc80194359eb", - "button.success.focus.ring.color": "cbe61a5c64fbae2819d125f3ea3ca69b19cdaea5", - "button.warn.focus.ring.color": "302f20a1aea02fc8e709fecca8dc3507e9335171", - "button.help.focus.ring.color": "a498570cb07408e76c29bd31dafa575b52d75489", - "button.danger.focus.ring.color": "3afd9155c94ba87206272911f6b72619415f9495", - "button.contrast.focus.ring.color": "68e037fccd2463b164d9dc493f1ab5f65d849dca", - "border.radius.none": "9231ff0daf7ee00a5f262717dc47303b181aa4c6", - "border.radius.xs": "c2cda731218abe81320b7cac69387263cf447347", - "border.radius.sm": "4c3d79b6e1e060b744e888cfa0af9497c4dfcd5b", - "border.radius.md": "0437a570c5da0120838e6512598bdd8d4971906e", - "border.radius.lg": "81ed47d46f24d29220522a73904043300daf5c28", - "border.radius.xl": "7b8963f37884ff90cc7d2f6b7f1182b148a9fac8", - "emerald.50": "272abebf91164660975cd057cff77524748250d3", - "emerald.100": "1d3323f77320b54bd46506abe9a9201d1c9efb9b", - "emerald.200": "21a4c621e1595499d6f6a7e6d493647455b148f1", - "emerald.300": "86fa66cb36556bf696d5f9a908f49bded32447f4", - "emerald.400": "b6cacb2fae36118a0732555a478c046e31e38b23", - "emerald.500": "3144ac5074e3ef2c0b05355bd28889bfc71e2b9e", - "emerald.600": "4bc9ff67211bbbe319dc6ecdf3114e5bdc43f1c3", - "emerald.700": "86bd8a3ff2629f4eace25638a22481ac90878e72", - "emerald.800": "bac579337a0ecacb64d3b526fc9a1f022df6da4a", - "emerald.900": "b6ad2f03fb6e4f119c1ee333a4be9a3a2222ba71", - "emerald.950": "633e21d97f2629376c16dc1febb0844447548284", - "green.50": "6df7afc558e27044d30aab9e2f1d1ef106de8f0f", - "green.100": "ac6dd62d4442426e684689ffd4ae51c9b4290c93", - "green.200": "c1c4c0c32d6b0c71c306d056057c4018c19291fd", - "green.300": "5873c58f4170bb6ba4e5dc5b5a82827e5568c693", - "green.400": "fced0681d34526e67eda6b6319c6a68de0adc678", - "green.500": "411e29f3ffbb5f24cbf4bc686f36d7adc7e9a2a7", - "green.600": "4c256b7d113e39f39c8bde9c1b016fcaaa3359f4", - "green.700": "62d12b946bfd4a4df20f62a041a6fd6cfd18e009", - "green.800": "e1681e8c890d2729b98c72e74e98a79a0da4e4e8", - "green.900": "5492df15e68ce1337b16a361cc4416370e4f45cf", - "green.950": "3733c34d63d50816e22c65b6057ca1dae7d91250", - "lime.50": "213c120ce44f8c39233720f56410def9df5bc496", - "lime.100": "6c2e16d77d1877b6a7f2a31bbd8ba390c7832e20", - "lime.200": "93fae8fffd4f405bc587a9c91446dd4c0340db6a", - "lime.300": "d52d70f456a919cb13fb5926f0faedd1ece34f2f", - "lime.400": "273d7e263bfc0aa0ddf00dd0719f183a33f8d6ed", - "lime.500": "d0df0aceb1097ef088e0d12acc2e4a3ed6bcbf14", - "lime.600": "ebfe539943439f0e8ff7e94493bddf7866f06ad2", - "lime.700": "497312927beeb66365e496331d37f5e9c5c9de75", - "lime.800": "ec9f12ee83223d1b73afbb2d16967d363c87a5ef", - "lime.900": "817a6b8db3495870824055a768ac40a12f9f0c53", - "lime.950": "f0a77a46f7bb55256717545430e18c731c0ca984", - "red.50": "d473f56752dc378fce224f3dc6aab8e736c93db2", - "red.100": "cc60ec3a358875943128082f082da34a7d1ea1c9", - "red.200": "2a32d2685a308676d8541bb3637dcb176e942e7b", - "red.300": "266123603ff67306139e89b21b44fb9067b33802", - "red.400": "80f1a238ca7926950eebdc08a34c2879704cf289", - "red.500": "05a02b42dfe7fa340516df1df1e0c7b4243a3cce", - "red.600": "f80d0d0aacd1d5c4f3ea0f27fe43c3199ec001ec", - "red.700": "4ff215503c50aa91a832ac2789f701eb4fd0a25d", - "red.800": "9a2598f57608bd221411fe75e6cc660934a205b6", - "red.900": "a650fef3653cb72f90030f57bd29aa0139cd4382", - "red.950": "2294de3ef2115f1933d9af958d93b11f51d0e5d0", - "orange.50": "4ebf3a74fe156c5a2660181ea019079cbf375888", - "orange.100": "b66c3a4cdb8a3dec7be1ae07971e015aaa95fae8", - "orange.200": "8a4ba58f5d8e17f4965e7a3072386af21b1b6397", - "orange.300": "9c6a1f3aa18a4a07f550c0848d39bc5d181b3557", - "orange.400": "26d09d0622a68d9c0ec6ced3f95bf5caf6d6c202", - "orange.500": "50605fc58a2c2462fd1618223c415b93b173d098", - "orange.600": "62b9a58e530fdc09094b028e5485a7a882b08fc6", - "orange.700": "88bcf575fa7c51852a38b65dbc30dbd2746e4b2c", - "orange.800": "994a14ce730e491d60b4b19621e363e7e312f9d9", - "orange.900": "602ed85fdc380e525ffe4c9b917664c686f04570", - "orange.950": "72d056b92632e107610089f21d03a63c56fc1f24", - "amber.50": "e8ef2bd8b60ae42feeda654391dc68bcf889d76e", - "amber.100": "ae956be198a9617cfaa6d340fadd65058d490b20", - "amber.200": "853dc4a9725c599c8e69823beff6b096b15a7425", - "amber.300": "ec9418f86c49c69c4eb4a066fcc617f6f569ff34", - "amber.400": "f96ff074c751d32bf3fe4eb0c50e7cacb911c6f2", - "amber.500": "ddcd3840749dffa9dde74a05551149ef93486620", - "amber.600": "170faebb258a3386a3f6b1996e5aee1aa2dde968", - "amber.700": "60116b7dd96e5b1fbb2a2631dbc27449b0129f3b", - "amber.800": "657b354ea4a3235ae562c22de261e75cc9f73612", - "amber.900": "399936d8f69df272aa1bb26e79b540eac2745916", - "amber.950": "563d0abcde516d4c012aaef3a39ec5246ede8175", - "yellow.50": "25a7cca18101fb256b12c788194c525de3f5a8dc", - "yellow.100": "a2c6cd550a1d2d0a6e911d89dc17bdddae4eed86", - "yellow.200": "c50bdd5190212a4e5dbccfbb3cbd825be5fcb680", - "yellow.300": "b77d16e3950a4a0f95dceeedabd6b5d322e13323", - "yellow.400": "08bea24523e00fbaa9220862be2f52cb13295af4", - "yellow.500": "f23456b4900fa176be135e07db44a99e6f557eda", - "yellow.600": "055ff43e3193aa3d0b5aed77b0e2e0e4c6c082d3", - "yellow.700": "04708ec69bf9e81016c03164da731b9f26cbc06b", - "yellow.800": "73c70aaca29f6f18d2a1884e10160aca050ea419", - "yellow.900": "7b4246d02248ffa11b9a8e28c8f7c47795186951", - "yellow.950": "3a353c2472dea5a95433d988954f5b8d502f040d", - "teal.50": "0a94fa560fe105d385538a8015f6ed7ed34a504e", - "teal.100": "a1e94f2a0548b7b8dc167520a516ea4147dd81c7", - "teal.200": "8790bdbce1e34146cd4b6cc5fac8f771d0bc0aac", - "teal.300": "4e30701972ba28f076df9cbeea53f6a050a3cb4e", - "teal.400": "7c064cb3e2adfbe969c5018ad3dbffe4139e7c19", - "teal.500": "96dd8249ef3d1c5248727e1733bfa99c2d374eaf", - "teal.600": "bdfb9fd69bee239dc0956ac1da024d05c5c15ccd", - "teal.700": "52416d2a8ce53f7273989dd1a02d3c77e32e7b54", - "teal.800": "1afd235dd4ef6aa150a03f41455c1f3569b6fee8", - "teal.900": "a483cb28c1b10e255171e7501bf761da1d034f0e", - "teal.950": "b626d47e031d69684de08b75901df3ea758e82ed", - "cyan.50": "fbc101eda87d42087c9657bcc4bcc18cac4ed17f", - "cyan.100": "07cb23e583e91ee5d2dd0857ee655d670f3ee19d", - "cyan.200": "55cc13ff9c294827c47095f5e54eb25c248de4d2", - "cyan.300": "55bd49212232b3e45cda7568e4fb83f7456cf481", - "cyan.400": "0241d793f9df23fb38ff349323f751c83f23eadf", - "cyan.500": "0226541ca922f4c91cc013641b37d0f21ee5bb55", - "cyan.600": "937fe94a2b20350e95bf1513ee7a7f6cb019a0ef", - "cyan.700": "70b1ff464e24e2229a076a9f9603c6950514ad9d", - "cyan.800": "f17440bfc7bd09d1f7a6ca081a79bce2be0a5fe3", - "cyan.900": "1bb60f14404e7b5f2f9bd2878ad4f00f00a66ecb", - "cyan.950": "c166dd146a464779996ebc4df1c555c6074b97c5", - "sky.50": "1dd752a1888a9fc35c279175d38ec3e8d880c041", - "sky.100": "fca5421bb5a63502067ae9db1783672fc5f69be2", - "sky.200": "5eda0085e59b4860e858ac592503d143d5541ed0", - "sky.300": "98ed2dca0ef1bf8f2397b3ebcbde0e021d297f5c", - "sky.400": "fd148492e7e6838c9659f51c9495b9b9422a226a", - "sky.500": "5f768701674489d93c7b06909016670e052d677f", - "sky.600": "8b59ac8e79de3e08d0d7c623842928aba1eaaef0", - "sky.700": "8ca676d5c27230256dc68eccb6da97d3d9c81fd0", - "sky.800": "da8a50a5c2cecfe5dd6d1834ec9d111bbbf1ee94", - "sky.900": "7c114e905e0c1296d4a004b9abf26d387f5c616f", - "sky.950": "7084fed6ca5fcfb4ba79410ec29d3c2110556a26", - "blue.50": "43b0fd07b2346390d59083150c996f41a1897305", - "blue.100": "14c348a881234e65d079525581743e2e62e38f16", - "blue.200": "2a6d1e1bf3da2e8e499226d55b97f81145198815", - "blue.300": "6734486fbe200246feec9cda9c4841a20fd35510", - "blue.400": "72271a60ef681ac1da7e0ee3cacc6f89f9fa1a05", - "blue.500": "20d951b043cf5cfe48bd42843f6f0d40055ea7fc", - "blue.600": "87cb90eb6511f79e3fa8242efb337f86371d270b", - "blue.700": "b91a157b2ce8ae2b918d10332ea6265efbf8440d", - "blue.800": "8c69a5b569384fe4d18a8cf4d1512b2f302d0b9a", - "blue.900": "00707f78dd288cdaa66dd14bef2bf2cd5a2a1d47", - "blue.950": "b3a0da9a7bb1769d03fe651befa0be3dc0751b53", - "indigo.50": "5e2eb3039aff1473d98e43fea28dda76b6dbafa7", - "indigo.100": "0a2ab3f88a81396d5e8c6ac4c1c28611e83a5a44", - "indigo.200": "19a1619b091ca0f345deb4a8dfd24eb5cdef5cb8", - "indigo.300": "63f19631d3357cb656402a408fcc1f135e16115b", - "indigo.400": "13120c20d03d6abbce61ead643afc16b2ce5e320", - "indigo.500": "c8b95c0ee685247ca220d62d07f117f8253945bf", - "indigo.600": "becad87137eab1aeaa00cca3253ef50a1d67560d", - "indigo.700": "4263fcd7d33da83f537a95d91b71ab04b9eac084", - "indigo.800": "67de4c6b4f415c178affd8081c4501a55041ce39", - "indigo.900": "1f692b706caf594725dfab886913e7619ab591e3", - "indigo.950": "c3c0f3304702c49d0947b44a3c8147db6ec53348", - "violet.50": "1f8dd5a86d520765fd93997480e5b6917a73d701", - "violet.100": "fdebe028afc5672428bf2c86294a0eec8260b22d", - "violet.200": "1c8a0badb2d5e159066296bb546f0f70ffb9fe16", - "violet.300": "1faa3198e773a52404186b4ccf00933de490301b", - "violet.400": "11065067e3d855fc7387c7e56164bac15529f528", - "violet.500": "c7c86272b6453eee4c1783386777d0bffdd951fc", - "violet.600": "478cc788cc6892197fe14cb7ed7d974fc3ddf947", - "violet.700": "5140a8bc508d239997bbee25300e62d22118ecd6", - "violet.800": "acb0d0397cb4079024f731db704dd73e339189b6", - "violet.900": "64b8f42bbc8534dbe608a79da9ecf4b0e1795896", - "violet.950": "dd3d037c9d66a9c83395506e08215a9f1df70432", - "purple.50": "a12869995e7463ebec38d1600bf80f74923d6d77", - "purple.100": "a1cc2eb6bcaf064d46ec0899859775867f0ec784", - "purple.200": "35d6080f4ecfb843fe859c1a0863bcc6d79e2d58", - "purple.300": "9decf27e8fad90c76313e4acde9009ed2eab58fb", - "purple.400": "be2055e7bbe9d77cd9252add039aa7e71d1bdc1f", - "purple.500": "514513204411117cb1a9eb0d70292245f3620056", - "purple.600": "c7fc036e3c21d9c47a4c414db4658a9d2121ac3c", - "purple.700": "1751d855a69db43bb3d3ba9629cc0ab93bf00f1a", - "purple.800": "9543684846856c86deb61fca264b901abcb1f9e7", - "purple.900": "07c2f0b60d4333949966daecc458023f7b205df7", - "purple.950": "1ca421894bda65b1967cbe28b53a392454da90bf", - "fuchsia.50": "c9d0ae2ca1ef86d568f755dfbb41bdedb0c1fb42", - "fuchsia.100": "e6d1f3b3f44dbcdaa625ca55209a84e3b4281fc8", - "fuchsia.200": "b4841d1041503a903c9518753b691be69d986e2b", - "fuchsia.300": "1e75cf216afcb8895a5d73b777c1b5fbc475027c", - "fuchsia.400": "6c6604104eb7340f48a5610cecd092e209af45e0", - "fuchsia.500": "357fd72d347c622bf6629ea377f48e2200c7a9db", - "fuchsia.600": "93d9c532eb94d05b80d1bfdeaf42cfbb2ffb5bd0", - "fuchsia.700": "ec613a9e399d74a0dabd71430c22005febe885bf", - "fuchsia.800": "af688c281751886d2d3b7d512ff2218a835b7b1a", - "fuchsia.900": "7e43dc9e03ded8e41f1c63a482d53a45571055fb", - "fuchsia.950": "1ab57967e245f845ee1b54f8d756700854632f8f", - "pink.50": "58961a6372a77404e99400697d326b6868095e32", - "pink.100": "a4a770d96f5ba125cd18a5430468c8ec481c4b40", - "pink.200": "c7a0850eea6f5e862c26cb6d3f3a14a094067575", - "pink.300": "f6b955ddb5a1379bbc7518b17996557ac127d365", - "pink.400": "ac73205b98de361956b7d22a27257abf033ba429", - "pink.500": "c8c44e956473cb26552ded374f0ec21bd22e1ecb", - "pink.600": "b33fd9ba79fba1217885165e4e80ad1c21e70cca", - "pink.700": "0f9602fd93183d538c4153d1165441423c4fb9fc", - "pink.800": "a1093ec3a8e0841a8c9fc4f04ed652f975325709", - "pink.900": "0224efea24f0e85b4c197731a8c029866d1bb4a8", - "pink.950": "41586f78d5c5b18efc41d2350a8bb250e3fe067f", - "rose.50": "121135cb866ff4784701820c130f42f3a22a6277", - "rose.100": "35b0cf280729d4f3d2de6ddd550f95f8cd9fa103", - "rose.200": "70b331d4330740c88cff2dea5bf07180a0724c3c", - "rose.300": "c7bdc27f3c0713d710ee528376094162a17c523a", - "rose.400": "0b67658cbab2ebc8a50965e4e919e4f00ec35c09", - "rose.500": "20215ed381aa6bb09a61ae78b04b28f5bb9c97b9", - "rose.600": "418c4830a54d9de4aaa79ce651f1052824924fb8", - "rose.700": "435fecc9273bb06911eaea20823a876b31fc0b5a", - "rose.800": "e4f7731d034e90e3dcca7f767a6cbfb3498262eb", - "rose.900": "8c6f602879ac7e6c7cb0e237d57c37ea3a25e7ba", - "rose.950": "595e2e34d8ec3ff84f730169dbfddf4d6297f58c", - "slate.50": "5ba14c5fd4faec30e185122f83324fe829d5feb5", - "slate.100": "763a7b09ff5de90c43f886f39614d78991480e54", - "slate.200": "006eb08959aca0831109c74c31e2772cc5e3be9c", - "slate.300": "a4df4e29c9d148219eeb28f50dba74b67d57b846", - "slate.400": "2b3f051636e4ade34e75168c38ca0e32c09abb52", - "slate.500": "af1b3008ccccae41a8b23eaa2c2d1c59b8d01891", - "slate.600": "6dd94c0f2c2eff9ca8ade0389f7316a19387ea88", - "slate.700": "16a595cf4039e545da86a596f4eb4c93201a548f", - "slate.800": "86f950766e9c82216f85c8ae785fd9a14f911d94", - "slate.900": "ba0b48666f086769aa3b7a5999c98abdfcdd3cf5", - "slate.950": "8f6fd0c2df5000d5174ce7fa628c0a0b6ad34879", - "gray.50": "87e5223e6c947e66bd598ac2cca38d69ba2c0ffd", - "gray.100": "daa38067c3e39fc9fe62619025ac9282f7830874", - "gray.200": "80747a321aaffca0cba633ed257c1b1d1dd9bcb0", - "gray.300": "af22d3c9a0d5bf31a21a3adf86021fb59120e955", - "gray.400": "29a8af3a08338bc61d637fd668ed440c3553667a", - "gray.500": "4c4cf8a4cf06d59c9168e0a5f9043e08918c6011", - "gray.600": "03be9394235eccafc6ba7a4dc708294e4b34b031", - "gray.700": "9e7f8d78423e1891a6c6374209f3b40ba11adb27", - "gray.800": "8c07b803b90267eec692858b08d3ad93b7c8b4cd", - "gray.900": "7412674a50568f93e27aa5665567a0da41654ce7", - "gray.950": "43436293b7ea12b39ec92b08e332fcfb934ebe78", - "zinc.50": "17b3d8b9e66dc647d047f39f6d0fca65700dfd5f", - "zinc.100": "bdafd0d3ecaa7e7dc033b2d1bb21bb97c76d0414", - "zinc.200": "24551c9fa20430325b02de6dc4ea934b7d4d0ab5", - "zinc.300": "7191f0288b8603dff6f112dbebd62a27387228ab", - "zinc.400": "43a1d7652cda7539fa60b982f9cef2e4d6f11a96", - "zinc.500": "b07407b514d1aeaeff6f40f93e000a27db73d37c", - "zinc.600": "fdad9e62d81c16908f50b5d46ece9f376ecbe95b", - "zinc.700": "da70040a083f88ffbec0749cffb5fbe9d2729d96", - "zinc.800": "475b5e112583680613a662956d4e91ff0f0616eb", - "zinc.900": "dc325f3a3c7b2d434182feecee093d65bdd8702f", - "zinc.950": "d18df7bd69ea3e1f66b02786ffe7fc3ed2472341", - "neutral.50": "540e722f89a57d6db34de5fdd2779ae7f89fdfdc", - "neutral.100": "45a8d003660758c9abd3f6f93c50464d3e297dfa", - "neutral.200": "9b0d7754f64f8cd13a8245beda41c298b9bef928", - "neutral.300": "038dacc9344f12ba004a2bdb837dec4a722a765d", - "neutral.400": "47ab29f390a2531d9b17a9d1bcd6de9f092016d1", - "neutral.500": "9b9a1e551206adbbdeb5dec1e79631711c78a78f", - "neutral.600": "8be53b19cf353a1f60b32925b4d7e2ad384b0b7c", - "neutral.700": "072736c02431a1bca55bd51e73a62b9b5afa192f", - "neutral.800": "c1d8339885e4f389c90cc2dcee4c509d1f2d6168", - "neutral.900": "8085a1d7f5f654ab01f0ee4234f1458c1f3711c3", - "neutral.950": "a7eef20d09b2a8e4c7bb637dc32d78a481b62a82", - "stone.50": "d8ecf3c63c8f45321898f9b6e34329d474749be9", - "stone.100": "48e2f58f02f5b1f5e0a5e828f5e6fd154245d8c4", - "stone.200": "73f02739d4992c80a196bd90d4ffdb54fc5486dd", - "stone.300": "0b1f7d203633328b474b826d0130573a11822ee5", - "stone.400": "047a83304fc995ad3fbfe3f1b64e5fdc67233709", - "stone.500": "219988baa1c666beae2d941a971f18377078f522", - "stone.600": "6be8e41e817df272c63814990b78eb0de2b97f01", - "stone.700": "0c432f10156b757555c6b18759fde9f4cb48c85b", - "stone.800": "508f8212be38dac50fe7c4660ecefa479cac9327", - "stone.900": "88263f24e7d05c3fcf652fa7f57fda674f1b13ee", - "stone.950": "13ea9027f5083330cd580910b737b4a8949a4c5a", - "primary.50": "cd506d7f98495fc525b6e08c32fffe7b27aefbe9", - "primary.100": "b673a9571cd98e6a2de0de092c63d053811a88a1", - "primary.200": "48598797a68728cba90f772b33858f0e5d74ad45", - "primary.300": "aab1f5d7e64603e9254d0450bbeb345dd73d2915", - "primary.400": "f7c2a967b325571b4fff73bca11e1033514263df", - "primary.500": "5d68b09414a24112fd5b9db9ae23e3778769fcb1", - "primary.600": "0176b6a7994de147ea98fc7ca0c4f6e0f35114d9", - "primary.700": "65fb387197c63d81ae93c134cf2ae4b9b6f09ede", - "primary.800": "6b80d442f4dceea7807f8ea44782bb8894a79772", - "primary.900": "4c52f113328a01fe127f5922b70ad56667773cc0", - "primary.950": "7c731301a4e9b4fe37148544075a1f3f7d8fc875", - "anchor.gutter": "d10b0d58e3e2e29bf756a8af8071f4d6335e2fee", - "icon.size": "f331404c489d4e2789fa84a00db65d557d1b8293", - "disabled.opacity": "484b5c8bb7df10e05ea35cbb04ce83145985f417", - "form.field.padding.x": "f63a64322be0f869c33a78bef215ca7d0ae1c1be", - "form.field.padding.y": "7c0ef2f47091197b528bd4ddf1863975812ecefb", - "form.field.border.radius": "4b9b2fe939d6ebdbfe1989910c437d8980f64816", - "content.border.radius": "9ebb8039b3c220a7066ecb26378f6d2288790ed1", - "focus.ring.width": "3361904c4e904351da5968c87551b5edfba9f63d", - "focus.ring.color": "d4ee99c767a788f9ad3b198695f04fd6dc2b1d8d", - "focus.ring.offset": "a31b0ee81fc0ece79174b3536d207471a3ff2caa", - "form.field.focus.ring.width": "865b225a797672ab9057bc19f63bacd4a4622a20", - "form.field.focus.ring.color": "db923ddbe9101022d3ce3648f3f4b905c6d588fb", - "form.field.focus.ring.offset": "04ee55f3aca1b5e81c310088503e46334d13bbba", - "list.gap": "c4eb3f5a11e49b651eb5381458a02e907e857ecb", - "list.option.border.radius": "cab48848a5c54e90c9f8dcd9de14188aae466c55", - "list.option.group.font.weight": "0dcb83f8426ae7268ff9563577dafc0cc862b281", - "navigation.list.gap": "955ad54625ade95aaab077ea6bbc0a9bf9d0b4b7", - "navigation.item.border.radius": "d347420e12559028a526f619f1ff79105abce2a1", - "navigation.item.gap": "938adf326bfcaee1d328786730ef10bd7351ef46", - "navigation.submenu.label.font.weight": "ceb5a86f2f62ca38a14d29cf6724be6114cb0ab9", - "navigation.submenu.icon.size": "8ca52daf0f5a5ed12649d36dec0f6b6435ccba0d", - "overlay.select.border.radius": "426094074ec87d4d74f569245721f30c10b1b1a0", - "overlay.popover.border.radius": "290a5746c1798f631c2173dbd479c976d8d25989", - "overlay.popover.padding": "7ba6e5fef28d7500d8145ae974e8db1183b0dd29", - "overlay.modal.border.radius": "fa471117091b90265b465ac348c5b1e1f4629770", - "overlay.modal.padding": "78dd0d305739bb5de2a2b0ba29ba167c2fe75ade", - "form.field.sm.font.size": "46975313e3c20bd8c9f92f12cbbde88ffd64b0c8", - "form.field.sm.padding.x": "0a74ec5a0d91e4af39cc64f4a380720b93b71577", - "form.field.sm.padding.y": "4bd462b8ae9d560d13e48ad0336351e7022bcb39", - "form.field.lg.font.size": "50aa0e95af1ae8802d61be1c5c3dd157d375c128", - "form.field.lg.padding.x": "53881dedf593d3bb0102494fede694d902c5c3ba", - "form.field.lg.padding.y": "fcd2e235398ff0cff0e891014900b1eb6bf4a810", - "inputtext.background": "c018427da6a2889751951644322b24e68ce6b4d0", - "inputtext.disabled.background": "02d66a4e91cfadb9570f6b35b1afc1ad6bdd387b", - "inputtext.filled.background": "43343924e534cf91bd29d88905d86ac4fb4f8243", - "inputtext.filled.focus.background": "5cb2663e09be8262b95e0058c367892d701471c3", - "inputtext.border.color": "79009b616021a227603c94d56555290a324e1e4f", - "inputtext.hover.border.color": "7869e813a2626dd438cafd953002cfeddf11900c", - "inputtext.focus.border.color": "54a09b37563dcede5ef1313e21289d553e4f2a65", - "inputtext.invalid.border.color": "68773a1135711758e1dfdabd537c46c26ea56f34", - "inputtext.color": "5204a5b82b333a042e57cd34317862c8ac61fea6", - "inputtext.disabled.color": "d9168690e4962b606e0cb7e5c65f77bf43c67fd6", - "inputtext.placeholder.color": "20f4ee7f064d6ecf9783b869a0296043fc4c2fb3", - "inputtext.padding.x": "4487aecdafa01a58831c1770120d4109cec482ff", - "inputtext.padding.y": "a0783025497d8279f6c378f476858c033853b4b4", - "inputtext.border.radius": "9b597c3ddfaedbfcf2ee18654a4b16427c769c53", - "panel.background": "f9f63c5cd39c226c6f43e0dbf52e0b24a4d47382", - "panel.border.color": "083d814154b5c1b2139daf1f7ebae2e4f33dddcc", - "panel.color": "0f32175125caa0492986854caed5a4c2a508e267", - "panel.border.radius": "d10c482cc2a84b5f7a837885077b6373f3533419", - "panel.header.background": "b828c4ec37b653498da6a2a02d5e7008b9934614", - "panel.header.color": "bd107b7e8bea05ba27d1f05438c49c7b34ec5fa0", - "panel.header.border.color": "8b664a731ed2eb0f62618654cc16aac58cd78a8f", - "panel.header.border.radius": "4995745a64726ec7741b7127c41902f98d2e3fb7", - "panel.header.padding": "47a40b907bf8e11b08fe4bee10c921f092fb3906", - "panel.title.font.weight": "96282b5264cdd17605d28b6e3aa468905bb44e60", - "button.border.radius": "e6110d8abbc069efd3a49f9d88e4e27863fcba7e", - "button.rounded.border.radius": "221324a73d92f139bac814aa67d29c3d216db494", - "button.gap": "375e5a32c4a032fd0f7b1f19b2a33e0b05d6f35d", - "button.padding.x": "d3d79cef7fe4538c96bec08ec7df12d69b669a14", - "button.padding.y": "4026e74ba5862c11695b1640dd3df81872a790fa", - "button.icon.only.width": "b55bc2339d663466c2c37f8a34daa2bbf41c564e", - "button.sm.font.size": "9d201cfb244babe4841083c9648678a27f11c787", - "button.lg.font.size": "3b89ac8935b7e6212142cb321e0bea837c95cea4", - "button.sm.padding.x": "8bc6a173ae9fb9e7cd8c064fe37ab993aef9fa88", - "button.sm.padding.y": "4aa958cd2901988501c31cd29f48a0805a5b5e47", - "button.lg.padding.x": "6504c8c1a453b9a97093fc90b1cabb1ab68904eb", - "button.lg.padding.y": "39081ad5bb2f5f4810c3b460b28251a2ea043522", - "button.label.font.weight": "24fa1e7c8a9c48feea5423c3242a2b945cbddd76", - "iconfield.icon.color": "6acf2272fd790986dfe3f68116ec365c996a2056", - "toggleswitch.width": "9d0cb1ca61cb192a5255eb383ca1259c14d6cb98", - "toggleswitch.height": "449be54189df5cada574c16f8dddc5cb7d7ce571", - "toggleswitch.border.radius": "775bebd4ad6569fd49b427183503875f41ae0b34", - "toggleswitch.gap": "ae77621dc80104d6b8c11e407b8f00d9476f7053", - "toggleswitch.border.width": "53e25d1fced624331c226d9373ac8d7fe26b9ccf", - "toggleswitch.border.color": "d4a01f3eea2dbc2d851380fcafada83b7185160b", - "toggleswitch.hover.border.color": "ec0424eb5c8443e28361dd409596f2e6c2a20061", - "toggleswitch.checked.border.color": "642090b67d4e18512a39e76b5b02a51c2dc998ba", - "toggleswitch.checked.hover.border.color": "f954ddd8ae86393d27083a6ea85f3143ca12753f", - "toggleswitch.invalid.border.color": "c0fde29aa42b674f302f603d7fdd8d96554ac2b4", - "toggleswitch.handle.border.radius": "ecab887516cbd983cc4da70797f70c58e114fc05", - "toggleswitch.handle.size": "114bb46ed1a4cc5ba96c22f0d23274f87dfd9918", - "inputtext.focus.ring.width": "50b7201b6818ffbfb772e807a0606041bf299218", - "inputtext.focus.ring.color": "7bba16ce19f06c03685e48be1954ac7d8b31f3bf", - "inputtext.focus.ring.offset": "0a53ed49b9a9571d604c0333cf919e8c4b4471c2", - "float.label.color": "d997eb6ecd12f29a3b7025e19f03ec80107e1779", - "float.label.focus.color": "cb04fcd8d405eef2c3b4632a71b0caf71ed4c0ac", - "float.label.invalid.color": "43c137d9f00bba8b6a84400b3820cc60e72fc88c", - "radiobutton.width": "c9a12b15d8318113696e5906b309675bfe0f69df", - "radiobutton.height": "aad2fa3bd448e9cbdbf07366035f4987c7618d1e", - "radiobutton.background": "5e38a20e6696af8d46162e978c1fc27f88ccb464", - "radiobutton.checked.background": "00e1090669b6fd8a7d36eb1671657be73b501f94", - "radiobutton.checked.hover.background": "173983a39b66d702ec2884aa1b95141f5176fcb0", - "radiobutton.disabled.background": "50b0cae934a826bcc0f8639ccc46c450062f7ede", - "radiobutton.filled.background": "d76fe03dde9a34f7d8cccd2db4e426f29cc6f0f2", - "radiobutton.border.color": "df43581f802ef8948e802655ed3f08b3a19d2dfb", - "radiobutton.hover.border.color": "2f4743519cd8c4843966b9e231c0c4d5121ad3fa", - "radiobutton.focus.border.color": "7d0bc7d9486c7f9a2f9d5947be08a9baad5989e1", - "radiobutton.checked.border.color": "487d9659e64d47666ded58cfd77075a66287220d", - "radiobutton.checked.hover.border.color": "983fe38a1501b3d05ec258169260b29133da9897", - "radiobutton.checked.focus.border.color": "ac35bb05dd306ea44d2a66db162526e7840bf19e", - "radiobutton.invalid.border.color": "d895d782baf764660447610311621814c3a74104", - "radiobutton.focus.ring.width": "e533558095948aa81b28af18da5fdd8d10ea143b", - "radiobutton.focus.ring.color": "fbdddea56092b2a7da8329298bb379777df0b736", - "radiobutton.focus.ring.offset": "5bbac54924c2d5f4b6e5468581c7f633aa52d4cd", - "radiobutton.icon.size": "04a14191a6a828c7b8a7e735b46cbd7b378569b7", - "radiobutton.icon.checked.color": "08cf06c348ca955fb2fb38423ef185d399344f64", - "radiobutton.icon.checked.hover.color": "0e22683de8c34c53759bb202a5561ee7bb619da6", - "radiobutton.icon.disabled.color": "43095b8074b7f3a150999433123d068b698cf76c", - "checkbox.border.radius": "1d6fe9a6b2714f5445aba067c635cdb262788a00", - "checkbox.width": "f5bc7b93fce955e2e3695a57181559e8c54bccd3", - "checkbox.height": "a86b06a53dad95c39661bf07bc5075082a9e3f64", - "checkbox.background": "f3c1c2978013bcb1ac649a356a7d4406ac011a62", - "checkbox.checked.background": "1e650ce9aad6fb7c36506281f191893eaaccff7e", - "checkbox.checked.hover.background": "ebe78c606699d0883c20841484168232ca5f3461", - "checkbox.disabled.background": "757d0463f79242b78ab620a2b21392e027780de0", - "checkbox.filled.background": "c6ad4d90e59fe80a7b57f8a5d0156e4fb6b70bc0", - "checkbox.border.color": "7bbb29f1d00ae13d13aec5748e9010d780ee39b0", - "checkbox.hover.border.color": "408c1584c3c0147309915253c9f3275de8f29776", - "checkbox.focus.border.color": "0d713fab80ac1e969b26a03765c6c98e04366532", - "checkbox.checked.border.color": "72ef79304675b6dba7012bda3f0c0df17dc307ca", - "checkbox.checked.hover.border.color": "bc0ae41358ff99c273efb0be6c8c983e7f7168e5", - "checkbox.checked.focus.border.color": "9fd30d146d3c6636b355ea177e5863aed2328b21", - "checkbox.invalid.border.color": "37060432a32fa2978ec1a0cb558632a9eff12571", - "checkbox.focus.ring.width": "4c5b1170f2bac9aac38e5162ff348b04a3e7e919", - "checkbox.focus.ring.color": "367171fa515f930ae8db89a220b2ed59f3f1822b", - "checkbox.focus.ring.offset": "da4f3d4e3c1aca2a36a54ef7cf06e5eb6319a97c", - "checkbox.icon.size": "dd99ae1c91c7ecf73cfbe6455502ef86db35b268", - "checkbox.icon.color": "e9c74b232bcdd11ac2ed2613ce2e72556a9cd819", - "checkbox.icon.checked.color": "0651ed43cb7b758c92d5582542340efdf92606cf", - "checkbox.icon.checked.hover.color": "6e09d4cfbbdc8fa949cc73ee1a07c42b71fcfe29", - "checkbox.icon.disabled.color": "d425226adee068726c8859e26beb9840fc27f607", - "autocomplete.background": "6d93137a9dc8f6aec701bc3ac4b4790a22bb3f2a", - "autocomplete.disabled.background": "17027a8732159005a1d212de9b07cdaa376b5330", - "autocomplete.filled.background": "c0e599afdc43326002ebd79af4055ebda779c540", - "autocomplete.filled.focus.background": "f2f005b542b02f5c5fe87f7d0b27feca909c00d4", - "autocomplete.border.color": "16e854ea9930ba4f7641a0e3a369167433827fb0", - "autocomplete.hover.border.color": "b28ecf271e41cf4a8a1295490882348856725f38", - "autocomplete.focus.border.color": "29b34327ff3f055ee32d0c22659e05c3f0bf366b", - "autocomplete.invalid.border.color": "f1ddb9fbe56842225dce374f432789cd89faefe0", - "autocomplete.color": "25e4fb5bce5767557c26b2f9807ed692569a2529", - "autocomplete.disabled.color": "bf883cef35c33b42626d4f67c840c04f3d964cad", - "autocomplete.placeholder.color": "20e61872dfb33b0c439407ae9e30bd8bb50edfdf", - "autocomplete.padding.x": "568146661165afeab3e139f883986ee75aa47fe5", - "autocomplete.padding.y": "58a1867a55a3620e3c425158bf50c0d67a4caf80", - "autocomplete.border.radius": "2baedb8166d3f43ecb0236dae3ab122b322ad32e", - "autocomplete.focus.ring.width": "db788f93ed78b8d5ef20a20c9338a3f3d78f2ac3", - "autocomplete.focus.ring.color": "4d33874f7f73f592411b00b351bd874669a8f9a3", - "autocomplete.focus.ring.offset": "234c5fb9f958bff397d84cb3edd8a51fca961b95", - "autocomplete.overlay.background": "309ce62f12be9982f501c00b6ac4cfea420e1358", - "autocomplete.overlay.border.color": "c62d549ff0b23b9ba0582c12925f522211112a41", - "autocomplete.overlay.border.radius": "0710ccb7dd8bee09d1131d471c0b3a808170688e", - "autocomplete.overlay.color": "fd329ed260d4e95c63daf8516e0c670acbeb8928", - "autocomplete.list.gap": "6d450713eddcb6176ec432c08e52b3c1ac1b42ce", - "autocomplete.option.focus.background": "651f0ef3a6972dcae991fc3da2ce0074f0f170b3", - "autocomplete.option.selected.background": "dea2014975e49e99d1ae290835fd3289075d73e7", - "autocomplete.option.selected.focus.background": "c41fa4724ecf28761567dad6514a491ee012fccf", - "autocomplete.option.color": "89030c2cbb6846c271cff61c367a3b6ca70e209a", - "autocomplete.option.focus.color": "888a174f933c8cc1addc9319aba065ccaa1b048a", - "autocomplete.option.selected.color": "c5c02396f27ba40b7a0fc7ae91545455d7294ad1", - "autocomplete.option.selected.focus.color": "04e68460fa009a5bf5a86a39f7b26a0cdd025f97", - "autocomplete.option.border.radius": "d57533e7e951d572c0e10cbeff477a621feaef7b", - "autocomplete.option.group.background": "311dd9d1da58fd3765f6de5290a9d23794ce1f8f", - "autocomplete.option.group.color": "432e0669c6f0dc568d97a41a2f056312111a28a8", - "autocomplete.option.group.font.weight": "705ac8411019b06461364199a86152dff5dad96c", - "autocomplete.dropdown.width": "b139bf6116d5de8f22e530ddba8e1ee020e7b850", - "autocomplete.dropdown.border.color": "cbb095a18b5eacaf1b0dd50a777b35f59f413b87", - "autocomplete.dropdown.hover.border.color": "76b74e6812e347916469af2e64502f52731b3c54", - "autocomplete.dropdown.active.border.color": "a2ef702f046c21cd50a4258e1a5c74d5a1c66092", - "autocomplete.dropdown.border.radius": "e7fcbfc36240d09fd19b09b809437b3bd9fdb989", - "autocomplete.dropdown.focus.ring.width": "4773446114d928eb694668e3e7123ac8d3045df9", - "autocomplete.dropdown.focus.ring.offset": "975a4a67baa42cba39f40c8a6b334a5c6c6befe2", - "autocomplete.dropdown.focus.ring.color": "e861b2ad861e6530007ac6fdf317c82849140b72", - "autocomplete.chip.border.radius": "3963ede3c8cdbe8ffab69dc4d186e602b84be37b", - "rating.gap": "9919b61f042d153c2b6c06000c9ed6e6132fdfe7", - "rating.icon.size": "f8f002372806c21deed43431225b2f205d96e916", - "rating.color": "5c44a904c5dad57ce6f2234680aff369dcc8b02b", - "rating.hover.color": "d5b80d64df6133e4af3d9cfe1efd6cc4b35bfbd0", - "rating.active.color": "6d3aed9a68ae2ebbb3ffff79004b74c1f2b7bbc4", - "avatar.width": "58de9a4e8588ba1a0fbb6c02e8653455b095fce3", - "avatar.height": "27a4f5431ae9610e2ed9e817fb28e775d61ece4a", - "avatar.font.size": "8841c67f81075722d723d9cc6a6286702184870e", - "avatar.background": "1d184c614ee289a8e42128df9dd28441b751de21", - "avatar.border.radius": "98a7992562f0a0ef6557ab20180b3590b28518fc", - "avatar.group.border.color": "f2ef5c46fd0b0cd17568df4268f6dfd4296baf81", - "avatar.group.offset": "a5c72d84ece236063b696cc07db53914a2b1bdd7", - "avatar.lg.width": "673882ed6aafc94f1ffc49e12c2031452b8ff0cf", - "avatar.lg.height": "3080f3889c294bcd71420d9c8903daca9b1ca965", - "avatar.lg.font.size": "3027e88a52572c80234166de0bb121139299dcd7", - "avatar.xl.width": "689feb51a79db3c7620c1de4ed5aa93d78f8272a", - "avatar.xl.height": "10d5f574a15fef9a1e6ff19eb47d336d0f62109c", - "avatar.xl.font.size": "ce5b8a1cbe61eb1c17e59f8b48b3480e258ef4dd", - "avatar.color": "5ac4be88190e77bdd2b240255296063a02d31229", - "badge.border.radius": "ffd18e81413d57c568bf1b6ebec78495e05d908b", - "badge.font.size": "ec605bd7f7ae2af6b542f3d53def84fafb839a4a", - "badge.font.weight": "6f56b58641d93fcb281362cab04f5a05dd4a96f3", - "badge.min.width": "fd5600177a60124744f628e08f788855eec99e7e", - "badge.height": "a715369f5d9fe9238f8c02cfc48902ff5976ea9f", - "badge.dot.size": "7869e35d47f1628d90a4c97cdfdaa10febfd1a22", - "badge.sm.font.size": "6bfbef83da7a0deb742b4fa1eeae5982faea1ee2", - "badge.sm.min.width": "b9755284c526f23aad59031210266550a9c282a6", - "badge.sm.height": "4c249a15f60d5d2d8ba7555e22860aa8627d4897", - "badge.lg.font.size": "cc995fcafd717f5d873b496accff825c2e9c575a", - "badge.lg.min.width": "bc6837479bf88a98ded23047207eef50128af7f2", - "badge.lg.height": "de4b302857a43ccba9f902ea15b20f2808b02dbb", - "badge.xl.font.size": "6e23cc0bebacccc7ce8120602631ce8f15f3924f", - "badge.xl.min.width": "8683e079520b5f74c12e4acbf9b90f360caab974", - "badge.xl.height": "18feb7b9a382e2124f80982db56981dcce56a020", - "chip.border.radius": "63b6929f5d92fa74e415dbfc0545bc0e81b92714", - "chip.padding.x": "5fd9eb85c1b123af0aa9f5c3e27c3a3079a5761d", - "chip.padding.y": "357ec8084509456b899ca8f51ecdfe1ccd4b5b31", - "chip.gap": "ec687485c844755141ba0a91d495cfd1ebf5c3a1", - "chip.image.width": "5095e6ba9ba3d355830226875d6e300ea4e6aaad", - "chip.image.height": "8d038f1e8caec0fcb5c8a5403197472743d8b78f", - "chip.icon.size": "5eae6a275a3085cefcea90a686d25854e7ca13f7", - "chip.remove.icon.focus.ring.width": "cbb3f4e2e75635b440d5ebda5d2def7034ad592d", - "chip.remove.icon.focus.ring.offset": "69a738f2553dd3bdc90adb0722d584e63eee150b", - "chip.remove.icon.focus.ring.color": "4667891a2a1cbabac0d5320e0f3816b19209fe5c", - "chip.remove.icon.size": "c0ebca1c381e2689d820d9128ed38b145f33e9d9", - "progressbar.background": "5cab623eb4cf52b13ad27edd800bd29c6e1a922b", - "progressbar.border.radius": "27dad0086cb6fba4ca5b830c03ecb66d68411a13", - "progressbar.value.background": "3f3cbcdaf8488d6089cc04437840145713cd1d7f", - "progressbar.label.color": "02edd6e2098cdabfe5261a4f0a85af662687d668", - "progressbar.font.size": "84731b474b45a2b0c137e89d66a79ce9c8c2f5c4", - "progressbar.label.font.weight": "d0193c20ad7bff64d7c5eed31e01f9bac61d654e", - "progressbar.height": "573609f4d2370ad7506f1ee1efbc4ff330375e01", - "message.border.radius": "32544a9aed49efefc0fb404442e08f48a215d5cd", - "message.border.width": "c1c7515cd4f8fc367e7da40382d29744e20931c3", - "message.content.gap": "ba64edd58ee022f7a6eb077d113db76d3af54e9e", - "message.text.font.size": "2feb4f92633fb93d6018f25c4fecb7723b8e60bb", - "message.text.font.weight": "d82e0fcc3423ba8cbebd282a529bdd03f82d5b71", - "message.icon.size": "48641ac7b634bc399067b629c75a6c7ca9b5ec57", - "message.close.button.width": "72c17d89304fdc584a3f9be63ef333deb894fdec", - "message.close.button.height": "2b78d12f2f329b8ca0df5f4f5f7d8262a7b958d9", - "message.close.button.border.radius": "cba4d0c39d2d4309288e9df1717c7e348381e01e", - "message.close.button.focus.ring.width": "93cba041d22498600fd0c8eecbd74165727b0383", - "message.close.button.focus.ring.offset": "b222dd3a98c17904fa85fa28eb8e4fbeb95e01fc", - "message.close.icon.size": "96f42fde201d0f53c0fa00a84b532b9478abcfbc", - "card.background": "86682f9dd3aa9cb6d7ba5f7b9eb86748cce17566", - "card.border.radius": "b0a96a4aabcaa6bc521dcd58e3adfb2676ba8691", - "card.color": "24dfde0898fb467e019fc6b28030e1c7eb26bfca", - "card.body.padding": "cf60ca40c388b972bbbc5013cc315251efb46504", - "card.body.gap": "b8af1b51812c389a4c6d1aa8888b05771fb9b7cd", - "card.caption.gap": "f740195eb242b023affbb21e3bf93dd6b83126cc", - "card.title.font.size": "dd85408f70b642863008f8a137c14b1b061be935", - "card.title.font.weight": "cae71a228d206bb8f073ceab2263961bf0e6b058", - "card.subtitle.color": "4082d42e39a562af81b4cf72e718e48fd8c7d0b9", - "tag.font.size": "f04ced8b6f4afc4ff76917e8329515c7a91c0fe1", - "tag.font.weight": "9a67b723af53324251c576c30e787e7e65b2bc2f", - "tag.gap": "85a030f96415a78c82a92088da38e834f36faed0", - "tag.border.radius": "8394012138188cbd2f20f272408e5c756784103a", - "tag.rounded.border.radius": "d231c262e680919eb09fad852442f471ec83292f", - "tag.icon.size": "6bbbb183a6fb77868b44a669c1bb0b277de6750a", - "skeleton.border.radius": "1d1c41f8af219e4bab915541112b59e8f95fb207", - "breadcrumb.padding": "66e5c2607bfb02d5712fc8f30a583a81049f8c62", - "breadcrumb.background": "3df972a1e1ecd27b5359d23e25ed251fa407e16b", - "breadcrumb.gap": "967c57b74a93082846bbd78229b2203514e73255", - "breadcrumb.item.color": "7c1e0296235690a6601691f40ce1b250b397cebf", - "breadcrumb.item.hover.color": "70d72b7c09349168d96de8c6b0c3aba3b9e6fcdf", - "breadcrumb.item.icon.color": "5827c6f482b8884830a30b17448ed086782134ef", - "breadcrumb.item.border.radius": "70a593ee166075a75d252286b097d3ca8beb982b", - "breadcrumb.item.focus.ring.width": "f4bf82c3f8e598c97937e3c89cb5ecbc378e8f1e", - "breadcrumb.item.focus.ring.color": "e9536c57fd92c9afd594ef5c66eff36fe8e12b6c", - "breadcrumb.item.focus.ring.offset": "f9d4ca09460e6579ba2c58626d50b71a202e7e6c", - "breadcrumb.separator.color": "d03fd428c74d01ba011a64fcb373da261246c512", - "drawer.background": "3fe311c255168e71d61e763d33453b6ecd4b90cf", - "drawer.border.color": "e92054603997ef3d405d7f421a5ce19f8eba50f5", - "drawer.color": "0021b2f4ce1ecd8c482d3e697ef64979e2c59ad3", - "drawer.border.radius": "451909df078062763e0f93e131556b30860b2652", - "drawer.header.padding": "0b59851869b0f5d21e6820be73a0ecf9867ee377", - "overlay.title.font.size": "5676c5a39ece01eb658cbb5c813d2ba6979bff60", - "drawer.title.font.weight": "ddbcedc70d29aa90334d5857fdcb21b4b582c7c2", - "drawer.title.font.size": "e1eb578cc632278926f38af27c71e00d1708abba", - "cascadeselect.background": "28f89fffb2001a4e1cf567095080e74d9698f78d", - "cascadeselect.disabled.background": "9acbdeae4a0da0647d2410be114eb0a4e7980211", - "cascadeselect.filled.background": "b395f61cd4aaa9d7ee33a77ce31cda7077a554ef", - "cascadeselect.filled.focus.background": "4f6c700516aca1fa526ef955b18a923a975fd6df", - "cascadeselect.border.color": "84de699f54e12b6d87c78c0183762cc28a6c558d", - "cascadeselect.hover.border.color": "3cf26559d0b6f4fa0e060f27f5dbd4e77fe4d9f3", - "cascadeselect.focus.border.color": "1c2c7b7af2da2c6f3e055262a70c62a177664efd", - "cascadeselect.invalid.border.color": "9aedc4c3cbe721dbcfa5742f07c86e604b79be56", - "cascadeselect.color": "22e7a77047b0d89b6b1340cc745e050d23b3aa5f", - "cascadeselect.disabled.color": "657e2ebe2ce6d68661fe54a34ab2a8685dd93ebc", - "cascadeselect.placeholder.color": "3946cafcd0994cddc909a98079f1345c9394eabb", - "cascadeselect.padding.x": "9b21bcda2d4f5e91676fe0e1ff4e4645de4a5920", - "cascadeselect.padding.y": "e1ced560280fb6de46a2b1e66af0cbc43d74f0a2", - "cascadeselect.border.radius": "7c4cce569ae6dcc2f4cd2a40eb7bcf8f9f556774", - "cascadeselect.focus.ring.width": "1f85c65aed4ad5586697865146a6932e7e0049e6", - "cascadeselect.focus.ring.color": "b49d1ac7a2ce99c5d7488bf8da90530b6ff5e610", - "cascadeselect.focus.ring.offset": "42c647963438bb718d52d990c670ef880164abeb", - "cascadeselect.dropdown.width": "a7d6c9da8d277c0478d2e94bf12ed43a5b4e6ed7", - "cascadeselect.dropdown.color": "93ad437176ed331b962b113c7c08815281259600", - "cascadeselect.overlay.background": "1fee7da5c5b9ea423a88ed0627a7d8a37f7cc802", - "cascadeselect.overlay.border.color": "7fc20522b3aa67cc45196e8b9d8b0c19b1f082f5", - "cascadeselect.overlay.border.radius": "b4a84fa3dc197af32c88e2b39c01ab4f8131a105", - "cascadeselect.overlay.color": "e75e0ed713eedfbb7c5b0c9f66bdc472a33a390e", - "cascadeselect.list.gap": "c46c876b5c35a9307babb02ccc7b22a56382cbc5", - "cascadeselect.option.focus.background": "22ce91af3c7548827195f3c8cd15dc5dfcea4555", - "cascadeselect.option.selected.background": "97e547938e2bff39a9efbe00bf168362a51f0952", - "cascadeselect.option.selected.focus.background": "55cbb9399d73e20960575ece9d06f8249a0870a6", - "cascadeselect.option.color": "2c250485fcf9cc8d453e2db14678d3670c94ceed", - "cascadeselect.option.focus.color": "6d3b75ed5908acadc0cc503cf5fa2aeb238b5930", - "cascadeselect.option.selected.color": "69db135795882cb956ce579de4ebcbcb20dd89dd", - "cascadeselect.option.selected.focus.color": "ab66d4d200f59e6ef5dbc34aa42a1797fa4d455e", - "cascadeselect.option.border.radius": "52b572360790b83b8f9fe506a5f268317640fb5d", - "cascadeselect.option.icon.color": "d8819e5c3d3706a77e29f3d14169801a14aa4656", - "cascadeselect.option.icon.focus.color": "90ffe88ff84aa09abef5a059aa2ed906c9103546", - "cascadeselect.option.icon.size": "2027834b6159a4e4c300f93b3c78bfb682531a9d", - "datepicker.panel.background": "81e3147858ff7e04fd36f9b070ad46b6e7a09faf", - "datepicker.panel.border.color": "56245e89c4687ab0a4dafd26dcefa19c3f324fff", - "datepicker.panel.color": "33bfc644e8a296f0e977e989d37dfc5c542c74f5", - "datepicker.panel.border.radius": "8f417fcf0d64a6b2bae6b83e6c95083b0847e85d", - "datepicker.panel.padding": "f21d41a980e6da64936785f794308b8157482400", - "datepicker.header.background": "91c9da3a5bd1cf25c40ddc986b18a3aac908200a", - "datepicker.header.border.color": "de59ad7b820dd162d2043158a057a4087f521eab", - "datepicker.header.color": "0224838d39def9edb81012d8f87eebe9f24535bf", - "datepicker.title.gap": "b1041c56bc37f95093d07945a5b34a1ac8fe4561", - "datepicker.title.font.weight": "f7fe5d5f36e92272bdd77f960a0d4723f84906a1", - "datepicker.dropdown.width": "ac1335ecbe36aefd23328f318f3397ec261c586c", - "datepicker.dropdown.border.color": "7f106016e93e8a0897a1c88fe4379a12cf9dc16d", - "datepicker.dropdown.hover.border.color": "19c8869a830a6ac73a47b41c6349e45a767557a0", - "datepicker.dropdown.active.border.color": "578b9bb0ca3bdd6bf7e8eef2cc5b67e6ab9fec5d", - "datepicker.dropdown.border.radius": "ba9aca659915c1af70997d5f020f7edabd62b730", - "datepicker.dropdown.focus.ring.width": "9f9a9369999a635ccbbd1c731b594e1172af8553", - "datepicker.dropdown.focus.ring.color": "f6761188f8c1a811c7b1ac3a90068fa29c5611cb", - "datepicker.dropdown.focus.ring.offset": "dcb5235122d475e525686332a39b6686364068f5", - "datepicker.input.icon.color": "e2564be84d6ead0908a8d37347ff188c9469a7fc", - "datepicker.select.month.hover.background": "1f583ecde04266bf56145039d759e28ea2ccb06c", - "datepicker.select.month.hover.color": "2825a4885a3c490befc71904a2c1be32a11b097b", - "datepicker.select.month.color": "509336beb8b00f49a044aa2c49fe2b20addbfa72", - "datepicker.select.month.border.radius": "d8a49ac57ac121706f8cd480056f989b0054432c", - "datepicker.select.year.hover.background": "f7425d3c1e344ee3bd5590733c4b84f6b204194c", - "datepicker.select.year.color": "290a2549caeb125b67ea6d7e29033e7e37e24c80", - "datepicker.select.year.hover.color": "40126104600b6bc2f233ab3f4781aab80afa2b67", - "datepicker.select.year.border.radius": "148f8f6cccf050645b4df8c28ea101c4aadf9c98", - "datepicker.group.border.color": "a43cae3afbb0f340e005f7bd1f032b67886bad2d", - "datepicker.group.gap": "5c33becbce55c496f1e0b1ccc20a322d460ab019", - "datepicker.week.day.padding": "e894b6a42c71287ccb77eee88e175ed6e34a6247", - "datepicker.week.day.font.weight": "2082988c80cf3cdb0b640b6968afbc0f715f8836", - "datepicker.week.day.color": "2916aee1c4f87dfe0edc69e89a08b8865d7e8cd6", - "datepicker.date.hover.background": "bf92bbe5d1bd8334d58f91ffccb8df5fae682c2b", - "datepicker.date.selected.background": "b979b934946b9bf19cb6923c5d50a7213a7042fa", - "datepicker.date.range.selected.background": "994ed9b43036af3f8c2e9be09eb4e4c77cf60aff", - "datepicker.date.color": "c955beb856b0cc0c76d08cf67d2853aa12a83fdd", - "datepicker.date.hover.color": "fd1cca882e333da3f2c3a9b8519dd9ed406dfbd3", - "datepicker.date.selected.color": "4b4dda10db56f2e4f1611880dedda1c5c395e629", - "datepicker.date.range.selected.color": "14d14b7cc42d9fd7d5e0a30db69f461b21a71426", - "datepicker.date.width": "bb1ab1de1982b7c8ac69a5945ffdea1cfeee1040", - "datepicker.date.height": "f68c456ba873d1b51f2b28479ba9fa5e4bcc4751", - "datepicker.date.border.radius": "fc73b422e71261355ae1b273184e512110952adb", - "datepicker.date.padding": "45bc21163a0e3e0b841a599ebaf807b5554229cd", - "datepicker.date.focus.ring.width": "2fe24e07eaf28457d52a8960e2701b32c9735edf", - "datepicker.date.focus.ring.color": "caa7090ea015c2bc9810308197a9232b2bad2417", - "datepicker.date.focus.ring.offset": "fc2382fbe6692c2f3031613ba478e60208fd8653", - "datepicker.month.border.radius": "70e93102f47952ce44cfc58dcfdd4d76c8b8d5ce", - "datepicker.year.border.radius": "4349222e988ab6adb045b9b9f01dc1b8612700cf", - "datepicker.buttonbar.border.color": "dca70b8878df4b861e2a215c09b9cd22424abb84", - "datepicker.time.picker.border.color": "25fa4a44597f4ef3be22f662222337e8ee2ef583", - "datepicker.time.picker.gap": "d22e42698ac809133d893fa7c96be3ab79a41032", - "datepicker.time.picker.button.gap": "421bde51ed088b68a686d60fe46844e549798661", - "colorpicker.preview.width": "6ab643e06b3093d21329e265852c9424405510a3", - "colorpicker.preview.height": "8f110936c147f4eeab1c6e80e99e9bc798e92b7f", - "colorpicker.preview.border.radius": "aaebe4c1b51847adc7807588c38dc23d1aaf1985", - "colorpicker.preview.focus.ring.width": "e64ddd1e5af4ee5be75faa2234a0f5af251f1994", - "colorpicker.preview.focus.ring.color": "c9eccb3f846c1a27f836b38d52066df4178171f9", - "colorpicker.preview.focus.ring.offset": "217b1369cc45edb689cecf3f09380bc38dcc3ca3", - "colorpicker.panel.border.radius": "326aa6933699ef7091defef3bbba9d3f6afb8296", - "select.background": "da2fe8046a9c0cc41472b3bd83f46e89606f2865", - "select.disabled.background": "e3362427bdf344aba2aa2d7dbe6cb553fee2b6ca", - "select.filled.background": "892366c68eb9ca0a54ef8da18d887168ec0a435a", - "select.filled.focus.background": "c69358f601a99d821d7877942ad091989c65176a", - "select.border.color": "e2a9d53aa78ea18529ab980e5caed771084b67a7", - "select.hover.border.color": "3e6f84fa27ef284111f480c15a06c68722171651", - "select.focus.border.color": "5e1083e5c5e13e0b3433bf1a87cd980ab73cf09d", - "select.invalid.border.color": "e343dbe9fb8440ebd5633de1b4e858deb64fcaeb", - "select.color": "b21c9ff97283ef157b5cf5438f299d6ddb49c2b3", - "select.disabled.color": "6cc477329a0d3fc378b32a6f75c9cc6f19d17d0d", - "select.placeholder.color": "7b487579d8cd8b40252ceb076d96731a553b39c2", - "select.padding.x": "6a4c1c4ddad0d2a0da9b0d33c7fd3645f49c6c18", - "select.padding.y": "97a6ba305d0da413a67d4bfa1816a7b830c11713", - "select.border.radius": "c00a926fdddbfa77024c2e067ab5a14260aa566b", - "select.focus.ring.width": "89324c215abdcb268e690e639410b80b980819b2", - "select.focus.ring.offset": "787fdf3dac094673c0f24c13a62b0edba057a4b4", - "select.focus.ring.color": "30b9f094df20807cb6febfe0d9e53f7fe1c8de1b", - "select.dropdown.width": "dbc0933c2fdbbc399c11e96c2aeebd1836bf17ef", - "select.dropdown.color": "26e577ef9e742043b034fbb03ee8fc59e9ad762c", - "select.overlay.background": "0ee7d4aa2d2aa5c0a00e2437b0b4422e601227fa", - "select.overlay.border.color": "a3d69bd6fd60fa2b65c0a9948f57d981c3cc1a5e", - "select.overlay.border.radius": "1b998f57cc0dc493e37711e760b35ddab76b9966", - "select.overlay.color": "e0ef6c5ceff717874e046f31b617b57deca18b3c", - "select.list.gap": "96cbaf78d315de86b81b934d061edcbe238a55b1", - "select.option.focus.background": "26ef313d64666d658331b9366c91dfb24fb09f1b", - "select.option.selected.background": "151196619014794fa07fbfcf36348120c146b818", - "select.option.selected.focus.background": "e93d831400d1a4e3bb2dd40ac30d0e3afc083e89", - "select.option.color": "4ad28dc8defd73f39c4cdbbab955e96c9444d20a", - "select.option.focus.color": "169c3ddb8555aff5bb2c386df54c2ae9a89a15de", - "select.option.selected.color": "ac7747d5ca190ee16110562f516b5362ca211d6f", - "select.option.selected.focus.color": "6fe2d5a8c7d60ef645a8e84d30bfb71c59d81b7a", - "select.option.border.radius": "a68a40a436272bc5ec739500257baa32f220a82a", - "select.option.group.background": "b978d9d1d402aba4dacb587aa9876851894c9ce9", - "select.option.group.color": "6c8831c6ebe5dfe7a47e0a3f8714003cbc607358", - "select.option.group.font.weight": "42929ee652ed2245299393c53eb6e14d79d95093", - "select.clear.icon.color": "02a6774398471dff7364db24dd66ccafa93011f1", - "select.checkmark.color": "481baccd1923ea22a3cf91bc1a17aa706575163c", - "select.checkmark.gutter.start": "57af8dde699209bead8f0161ee7e96c5046973de", - "select.checkmark.gutter.end": "2f95b38ebff04e2b0db42da2dd9ab024686e7462", - "editor.toolbar.background": "fb6f6bee78662d0c2df48f17860c356b574286ee", - "editor.toolbar.border.color": "3a28e5cb2ace65e92345737726c0c0c828793fd0", - "editor.toolbar.border.radius": "5342b4f92aa0694b5f043c1857c7b9ea5744c14d", - "editor.toolbar.item.color": "53c1d14adcf6297a94c988a3d1cec679ee1c6fe3", - "editor.toolbar.item.hover.color": "c0b6aee90a259a19c3a61021bfb546d624632cb3", - "editor.toolbar.item.active.color": "e7c135988ac332c5bfc77c812ce01e8d8b62757d", - "editor.overlay.background": "85c9fc8ed045371b7ba8647fc52c5db7ad7b9ca2", - "editor.overlay.border.color": "fc7edace2900c7166a39857ff057ab0e2ec3d4cd", - "editor.overlay.border.radius": "d57889eacaf8abbe9c37bae4d3592d457323eee1", - "editor.overlay.color": "905e61f1a3fc237a3d89b144b78bcca03d975395", - "editor.overlay.option.focus.background": "0b1a139abe349b18537a091df5ccfa13d39bfc50", - "editor.overlay.option.color": "146ea29fe077b12b5d25c841dca5f968513a1def", - "editor.overlay.option.focus.color": "352d9aa5cf55644da7d83f4469207e99d95eca70", - "editor.overlay.option.border.radius": "a8fe31dff3a269e3e27378b629388796c4fa8d13", - "editor.content.background": "8c7f62087f91502b8d44f53ea39a2718f95831e9", - "editor.content.border.color": "ca88f255e85211ee38dc35c50b19cdb20880a086", - "editor.content.color": "49d2aaf52a48265873c56269fb8b03fdba6a99b1", - "editor.content.border.radius": "0986e86ec807cc36a5359bdc8b94a960cc7e6c1a", - "inputgroup.addon.background": "5f9ed13270ef4b93f14b72f8cece9462a1f9d23b", - "inputgroup.addon.border.color": "3e850dcde99d0af802588a7962dc9470087f971d", - "inputgroup.addon.color": "e6d2454e40a4120e268584909c44a93a9fb4106e", - "inputgroup.addon.border.radius": "6a4361065bc2e28a6afc604f70e93219455e6de7", - "radiobutton.checked.disabled.border.color": "c5575226d2cad394b64a82b76d125099cdaf3535", - "checkbox.checked.disabled.border.color": "1c572f3d0577a1bfc402b54be09554ad5553282b", - "textarea.background": "f1ed8f38c2031ea3b395a556776384efd3aa5166", - "textarea.disabled.background": "7e6e0e647782a1bf276b01f17f3e24c19d9588bc", - "textarea.filled.background": "673c29e10691623d052f90c135a032728d4fdaa8", - "textarea.filled.focus.background": "7a15afcdb905b0d7d4fa1c47cdeefa076a930135", - "textarea.border.color": "f9eed5bd071b88256ba1950ce223020d23f7f4b7", - "textarea.hover.border.color": "bd60866608e74231d200ade21561d0cac38bc48e", - "textarea.focus.border.color": "d73bc354e305a51e556d68fb790bf975a16ba396", - "textarea.invalid.border.color": "49dbd8cfee706ca1d250153603fc054b4bc80550", - "textarea.color": "c4188822a36407adb7d6459c05fea96085e3b1f1", - "textarea.disabled.color": "a5b148389ec11663db33d3f62cad9c393513aeaa", - "textarea.placeholder.color": "45d94450c99178dd5fd7e7216f2d0ce8adfc72c9", - "textarea.padding.x": "c787e7bfa25dd48431760cac4e15c3cfd90fc227", - "textarea.padding.y": "05d36e367c5c7a267d045395312493472bb6dce9", - "textarea.border.radius": "d0c616fa0886ec496633847295c59686d77979e6", - "textarea.focus.ring.width": "7b3b51a272dd4931a360d450d0e26a6e8a8fa72c", - "textarea.focus.ring.offset": "3ce6f7597c07b2147731a1de2b6b77b8f2f138c2", - "textarea.focus.ring.color": "69811540f663655389b5006983ce020bdce5925b", - "inputnumber.button.width": "d09868ad4f0e328f4c477cb93a15fb334d3c2427", - "inputnumber.button.border.radius": "ffd82e4bfbaff7f1718ca417cc1c62bccfd20b0f", - "inputnumber.button.vertical.padding": "15c7d6408090bc80f89eacebfdd592368b584c72", - "knob.focus.ring.width": "835aeb009f50f12f155e895f9822f9e2d07b425b", - "knob.focus.ring.offset": "395380d25464696ea4408b8da4d5ffcd18167e93", - "knob.focus.ring.color": "07a8e2f04f307bf38ce31f4d24fe2b123c96fed4", - "knob.value.background": "1c97d85f78f5b1a39af6fa82f2e938fa95345d12", - "knob.range.background": "1974f2f6836db061ab6b005778dd9963aaca273f", - "knob.text.color": "017ad46d35db4d124c24d0487e65cc0bef525ec1", - "listbox.background": "b3da32ea5bfc7298861369a090632828adbb50c4", - "listbox.disabled.background": "08435eb289c1f7188587dcfbbd6f750b81427587", - "listbox.border.color": "a02f0ca8990e9bb9de851b0071aca45ccd4ddb2c", - "listbox.invalid.border.color": "8ce5cde836b9431f402611866b241f850f4aecb0", - "listbox.color": "2b8837e963e8dd5c0bcb4d672788f38fb0967e86", - "listbox.disabled.color": "735f63170aa6ab4dc29d9b14d77f763bf4890517", - "listbox.border.radius": "866b3f210b0c497730690d380b21cf334f6a7f2b", - "listbox.list.gap": "21050aa4456d2fa9acd83adf6774b22e7d624c0e", - "listbox.option.focus.background": "f6966386c54c240b1e424fbf631f1a337ad02a03", - "listbox.option.selected.background": "e058406ed9d384048ae04fa220a1acc9c2fe5db7", - "listbox.option.selected.focus.background": "17daa6907d2775b16378bc558c0fc66560d9c5ba", - "listbox.option.color": "e05e523d06b6504ce3a9b6e2303348e75ac78518", - "listbox.option.focus.color": "fca76e211b415403fd0ec400a9d4c67af2a41325", - "listbox.option.selected.color": "88b582247a61b22041f2240a6921a36293594dc7", - "listbox.option.selected.focus.color": "4b6d586a9dcd8c22e7785c4d1d9452bc2512515c", - "listbox.option.border.radius": "bc7917507109f44d84c9f23315aea675ee4d0763", - "listbox.option.group.background": "4c0254f5404c30077b22d9aba729bfc6382dc36c", - "listbox.option.group.color": "38aa66b8a3a032cf89ddfc45154f25932a2f805f", - "listbox.option.group.font.weight": "ad1d8b9cf2e69e35ad341c642797540b21529968", - "listbox.checkmark.color": "b1feb4cded110df977d66c30eb4cc67a729ff6fe", - "listbox.checkmark.gutter.start": "3bbf5c20ab07c9859a159f53a7782590ec391c39", - "listbox.checkmark.gutter.end": "d8d28165d454e4f4e6872cbe20c0d67a1ddc058b", - "multiselect.background": "5843836d5ac616cfef299d92933b87980b991816", - "multiselect.disabled.background": "d97589a711f46210cba6a4f37f726e5bcb36b230", - "multiselect.filled.background": "e0ef7cec402fba67a4dd2503f720c79e701eee3c", - "multiselect.filled.focus.background": "7e81a4774573682315b112ab9146928b33538420", - "multiselect.border.color": "f81f30a6f65bf1abd5bfaf17eb10a9dd923d7c3b", - "multiselect.hover.border.color": "4b4e4dea82eb50319c8ef560e9acafc26521bfb7", - "multiselect.focus.border.color": "52bf8feeb1707cb01faf00a384583535b678ae2c", - "multiselect.invalid.border.color": "37f3288c32b37e99eb906a8e585ce734dd6829d4", - "multiselect.color": "90263657d4b6d3cb2842120af2eae72ec3d3def6", - "multiselect.disabled.color": "6b9e43192d598e4893d168b871465cb2f09b2dcc", - "multiselect.placeholder.color": "453babcbdb04c111a8361a1eef52eadef9f4f487", - "multiselect.padding.x": "dc311a66f1cf6e28e201cbbb13a76fa54b3a914a", - "multiselect.padding.y": "ee0a1290910885ce6f851a3c15e83ae2a9a8ad82", - "multiselect.border.radius": "f38275abb98edcb3be7d7d3d3ae9663eee29f5eb", - "multiselect.focus.ring.width": "c122c2ddee6fb6ed66327b5532fcbbb58c51e3ab", - "multiselect.focus.ring.offset": "7ff1b861cd7b226a4cb78e3d2f426ad9078083b6", - "multiselect.focus.ring.color": "2882373379ece40ec020ada7d86e256ca919d316", - "multiselect.dropdown.width": "865149db9d51713cf8add4f13a24af2230a3dda0", - "multiselect.dropdown.color": "6baa8feea297f0ec18d1e502fb0a3e8fc4646d33", - "multiselect.overlay.background": "95c5822b5eed1669634a279f3b02d284300da9a9", - "multiselect.overlay.border.color": "eb88d6b2fdade5db1b980bbe5222ab8eae04ba80", - "multiselect.overlay.border.radius": "30741efe26a450102b60638e321cf8a4815ef38d", - "multiselect.overlay.color": "31effb3ef7f1ec0cd3bc3146718e66ffbf068967", - "multiselect.list.gap": "165c5a3b360c84d5166f833b618f7b28b875e14b", - "multiselect.option.focus.background": "3c2ca41e305080e190e579b40040fe10c423bc6d", - "multiselect.option.selected.background": "e62fa48ea38e655fb6650df465f2aa844b3484c9", - "multiselect.option.selected.focus.background": "e3ee3fe8f95cc728a9d12f7c6cba282a6e7b8d14", - "multiselect.option.color": "4a16ff6ad297c6e9a9f4c385b42b945e67b85336", - "multiselect.option.focus.color": "05c9f82d43f647b24ce3258b6e118d1270aaf93c", - "multiselect.option.selected.color": "5e2fa6a1c4ce53f062a7f80f587ce35c7bb6ef99", - "multiselect.option.selected.focus.color": "b54e918491e41e4f99fd1ef06ac6c4dec70b9b55", - "multiselect.option.border.radius": "eb25c3192634c82ee0c11699e84ae56be32d68f5", - "multiselect.option.gap": "8fd223cf0f84793159f0158c8095fcc0c6f0d0a2", - "multiselect.option.group.background": "84519cafcbdeebbd825d2615a49d782268f7febe", - "multiselect.option.group.color": "803fede934ca770ba898196b63be1f640dcdbd1e", - "multiselect.option.group.font.weight": "df1135a414414bc12cf1af80736cb44afcd04834", - "multiselect.chip.border.radius": "27caa0ca4cb2cf6307a5a68ef14104f4fa5a6097", - "password.meter.background": "33cf75e7f44bbd64115fd8e098aa338a269a5c78", - "password.meter.border.radius": "a64ba6c9779880c508ca5d87169e4abefba6acd9", - "password.meter.height": "175cc514a1fcb674ee4c20394271967be8c824f9", - "password.icon.color": "c9a1ce1008d364670411b0b33a96154539f5f635", - "password.overlay.background": "67ffd6f4ef1443f8d0ca5926adf6a87217884da5", - "password.overlay.border.color": "fe0da711011c0216940d1702be1408c3c9b14695", - "password.overlay.border.radius": "40cda1518a97ad1402995a264d5bbb21a9754901", - "password.overlay.color": "de75b91f9ab35023ed9c43568a925e5be061e145", - "password.overlay.padding": "0e6f72b46b404b9169e5ae5070b54b33fa86253c", - "password.content.gap": "69ec56394a851ae1f23203c98359634e23be1de7", - "slider.track.background": "283711fe22cd1588553a9645234f10cc2eea9037", - "slider.track.border.radius": "a541d8650700d576ee8299ab4c46e8af8d2c536b", - "slider.track.size": "11309742297c03caf939f852563e26aa5cd7c52a", - "slider.range.background": "2a3504ab35d4f242e5d4bb01415de4d95d80d645", - "slider.handle.width": "a8baf43a54d53bf29f9ca16500d0679e5ef70762", - "slider.handle.height": "150982ba0d5710f793ce1ec764c81a7139dfc7c6", - "slider.handle.border.radius": "3e9298fd2fd6b8b23ecd46b7f0234ff7225118fa", - "slider.handle.background": "c3ddfc34902635a90833c3e91fa36678a39d3eeb", - "slider.handle.hover.background": "c901c3fe31c3c5ecdf5a4036aaf5cf0ed26a12b2", - "slider.handle.content.hover.background": "e15b30ebff09bf29085b5c449c8b66224f341e9d", - "slider.handle.content.width": "909045d66cdbf0ddefb57846983633c4b0e89884", - "slider.handle.content.height": "0f6a9d40032e3ea4807b8581f23326654814234e", - "slider.handle.content.border.radius": "f348e930e79d70d5486ed9c464ff94e45f284969", - "slider.handle.focus.ring.width": "ebd86a8be29be5e027b1af3bee6b5472a3daf9e4", - "slider.handle.focus.ring.offset": "1ca142e2981dd125ec060f3423c4eb62c60c76ac", - "slider.handle.focus.ring.color": "5fff1b6be9b6ae18de2ae0c4ee3e97fa8dbbc6cc", - "togglebutton.border.radius": "dd1abbdb849d21ecca97ff1e63697febaeb07434", - "togglebutton.gap": "4db822bb159a4f85f5af3ed4c24ba6d3d1d6ba2d", - "togglebutton.font.weight": "0dbf098ee5d03e0f6b8b48b347b40bba54c4fa09", - "togglebutton.disabled.background": "b523835957fa0ee0d028f08fdb9b498e5ecaffc1", - "togglebutton.disabled.border.color": "1f8043a3a1cfb7ec4fa2fb84af11c6231c2219e4", - "togglebutton.disabled.color": "7272c45a537000356e8018aedae468fb1607d422", - "togglebutton.invalid.border.color": "67855a3796254a1cb46dfed64b359f0c13741a79", - "togglebutton.focus.ring.width": "3fec1b968e56c7e9e7c4dd080750e6579850e7bf", - "togglebutton.focus.ring.offset": "43d00ec9c5107ebd7d3a1f3ae22a149e13c1de1d", - "togglebutton.focus.ring.color": "19775f0ec9d36e9aba16f9fbbc6b4acaaedaab7b", - "togglebutton.icon.disabled.color": "cd309efcdf0c2a6f5c54cf395cfcfe2813ac308a", - "togglebutton.content.left": "e951cdf73fdb2149c92e36af417c41b2c87d6b1b", - "togglebutton.content.top": "9490dea2656241d99a04122f3de10b737b13b59c", - "togglebutton.padding.x": "b95159d2b089eabd6ae3163159291b03dfc2f2ae", - "togglebutton.padding.y": "0404b29348ddc8d2af9f8e8a22ba190c69568757", - "togglebutton.figma.content.padding.x": "c695d9717c8a10104078d286c8a96f5ac0f6d47b", - "togglebutton.figma.content.lg.padding.x": "fb4aae5363b036baf751de9a2495f6d5d0d1fee0", - "togglebutton.figma.content.sm.padding.x": "806472a97d992ab0766889768d1da0edd898959d", - "togglebutton.figma.content.padding.y": "f94d2d7d975c3575d9bfb5b27aaba982ed811760", - "togglebutton.figma.content.lg.padding.y": "d321c43c2c709da9904c487a98d789fadf04a13a", - "togglebutton.figma.content.sm.padding.y": "e22ab2429c3f45e0b85a03a2d9897181604fc2b5", - "togglebutton.figma.padding.x": "b60ea630e850122c4f5e58f52c6d6ea1b0e5020e", - "togglebutton.figma.lg.padding.x": "1194319d7779bd54650cd74fb2ba42ecce95a75f", - "togglebutton.figma.sm.padding.x": "a1d8233b6899f94290c7c4b8b577423bf941c5cb", - "togglebutton.figma.padding.y": "e112a501c7da8fbeee9f21ee93e13d613a29bd41", - "togglebutton.figma.lg.padding.y": "fb15f72eadfb27b59e3744f2569a6a6b298100db", - "togglebutton.figma.sm.padding.y": "4af077f0f44d6c53473d2781e208aaad52b25855", - "selectbutton.border.radius": "9ebcca8e58d70c4911a1e7871fc4ce6b0fcc3b8b", - "treeselect.background": "df06edeaaec403c48f6cc9983f2b74efba416449", - "treeselect.disabled.background": "6ee144acd704235555b28dc8c6446ae9c7af5298", - "treeselect.filled.background": "1fd3b24eb81cd49ce92703bf5488ce5da0d3e2f5", - "treeselect.filled.focus.background": "4f3b44c0f3f2c84f0ad4a1f35c5a71dcaaeb1eb5", - "treeselect.border.color": "27ed9fa8abe0e4c1603bfcb3ac8edeee994746ef", - "treeselect.hover.border.color": "d3e9cf2713762df6c42de4ba55e869690b127aa9", - "treeselect.focus.border.color": "ca8ac8262f4960855942437d191404c16bc71582", - "treeselect.invalid.border.color": "2d783ae6db4492ec57080b7aed495aa9e36d709a", - "treeselect.color": "415fd67d119e7a5b1098b655a619d88cce7e9cb8", - "treeselect.disabled.color": "e4994d237e4979c8ead9b7c608195b7d4dfd1951", - "treeselect.placeholder.color": "8d663a500fc115696eb23fff1ae625816ef074ed", - "treeselect.padding.x": "ff0f35a7d1e9a23654a384ab7562ca02f2508af8", - "treeselect.padding.y": "9bf49ecfa17f3343e573d06869b643e768d2c063", - "treeselect.border.radius": "5867333f6fcedf3b6375de28121e0a19c1a51435", - "treeselect.focus.ring.width": "d51f970623569826b707e8b555f581896a200962", - "treeselect.focus.ring.offset": "196455b7dc04ee0df0dc47be5c877f2c15c48640", - "treeselect.focus.ring.color": "83b84fe8f003d94de910718d0275575d78afe355", - "treeselect.dropdown.width": "5d15d0d094672564e669d350ab61e7c29df45710", - "treeselect.dropdown.color": "281ca95e68b8f33af586b59fee51b710d609d362", - "treeselect.overlay.background": "89374ba3c8de97b019f40bc424170ac136cb070f", - "treeselect.overlay.border.color": "cef73b3c5c174093c4e856d8897141d75e2032ab", - "treeselect.overlay.border.radius": "2aaeeea1d6143522e6f41dbf7f642125abcb1a7c", - "treeselect.overlay.color": "abe61e18fbac05681865419894878cb8c4d96a23", - "treeselect.chip.border.radius": "bd54c03525cff6246d1ff2325fbfe826c97f1945", - "dataview.border.color": "5428190f6d399b603cb086ff7c63997a3e3360b8", - "dataview.border.width": "b2028d35610ab426064b7b47e6f92e6e7f0613ec", - "dataview.border.radius": "caa6cd3cc1b3e1834433b5e374d68ac0613d80bf", - "dataview.padding": "42d4a1967e23db909803f6c95e47533ec8984322", - "dataview.header.background": "33a34256517d3fc9442ecaf762ab12efa940b0c2", - "dataview.header.color": "2c1e8cd4ad60beeb0f97ecb72ee80b25d4063167", - "dataview.header.border.color": "99a2e74b29fb236c486f8a902216ad1df25738b7", - "dataview.header.border.width": "9e7ddccad696c1687325cad4e4fc75e7bb5e94ac", - "dataview.header.border.radius": "c2da57880540c127e339731ecfa313fd57da3c9d", - "dataview.content.background": "25e2f4f86c747f2ec0f96d1193f667c721e4ad67", - "dataview.content.color": "8173fb6dc453b3696e2258236a034d698854ac49", - "dataview.content.border.color": "ea254997e7582da7e12381c71455cb3bce6e16d5", - "dataview.content.padding": "bd99cdd3f1f3bfe66c47a476028ab2e51750db83", - "dataview.content.border.radius": "5fa2611b4da6b7f9872a283a4327513d7d3ea42d", - "dataview.content.border.width": "93f276493600095e44309870868c1676a2663dee", - "dataview.footer.background": "7803c96a300ad7560506cad23d6633fac73ad3ea", - "dataview.footer.color": "ce8439875054a61989516312557eeac33a3c828d", - "dataview.footer.border.color": "66703c8c6da0393a7de2ad7513247811f09ff971", - "dataview.footer.border.width": "b6b5302cd6df4b6e058cb82b0769feaeffef43e4", - "dataview.footer.border.radius": "d2b302c241c7a7965e4404cb5f428536afcb21f8", - "dataview.paginator.top.border.color": "5714c2e62b90e8f0da76dad053a3e03aecf36cb9", - "dataview.paginator.top.border.width": "cb7b6a9be70e9941a9cdec56b7bf1942dbcb1c59", - "dataview.paginator.bottom.border.width": "3a006ee788a02ab02924edde5778b9b2d8a9aa3f", - "dataview.paginator.bottom.border.color": "d06b01b0f5e7c3608d020fc529f27496db5746c3", - "accordion.panel.border.width": "b643fa1b515bbce096222c68a1b351931d305f06", - "accordion.panel.border.color": "b790be3b34f61d451826659402074d16bd482e54", - "accordion.header.color": "6ae0050315178ae2733d8757bf27d63951652eef", - "accordion.header.hover.color": "2408f194878c617923050a5acc07a8154b40a972", - "accordion.header.active.color": "42c0d3d528ac68b4a3c7ff760500b5ce8dceadeb", - "accordion.header.padding": "27942e9530ff05a2f13b800f73718d8de1f8d38d", - "accordion.header.font.weight": "fab7bfa835692b71e09e1a323ca0f8560f9e3388", - "accordion.header.border.radius": "034840ccb528fd9082f7f0829f98524a0978ab10", - "accordion.header.border.width": "9cdda235d8ba72200785b0f6e25c405fd45aa147", - "accordion.header.border.color": "e25a92826741e075a24daf006bff6bf84a5f8aa1", - "accordion.header.background": "baa73f1db45cc0f5b6c354e377c4c7edd7ff8a7b", - "accordion.header.hover.background": "150c672dacbcd109a2675a0c4b8003c9bfe7ecfe", - "accordion.header.active.background": "232b004cc0957751ad55edf0f4562ba018c55504", - "accordion.header.active.hover.background": "059e838c7d0e03ae8289625a492649dc68a4a4aa", - "accordion.header.focus.ring.width": "a24d4d4db8ea91fbfde91484870abe79b6aa1744", - "accordion.header.focus.ring.color": "7feff04c58076d56f9fa31284da34a4db8a14a53", - "accordion.header.focus.ring.offset": "42d0f8df424af3a2ea379931d274103ea7742216", - "accordion.header.toggle.icon.color": "99077d7e52ea132abfe2d79cef6a82bb311783c1", - "accordion.header.toggle.icon.hover.color": "bd7fb34c281117f7bcd675ca28245fdabb020800", - "accordion.header.toggle.icon.active.color": "561278b687996db7a3c3e3105be734d4d5564f4b", - "accordion.header.toggle.icon.active.hover.color": "d016a820fa150bbad474c1d52fe4cfd31618125e", - "accordion.header.first.top.border.radius": "67565eb35ce61e211b37a657ea450b3814bf76b0", - "accordion.header.first.border.width": "32d75a0aaf35016540711d8019590695da6681cf", - "accordion.header.last.bottom.border.radius": "3e36b923cd6ff6000d4b164ced51635ad1defe47", - "accordion.header.last.active.bottom.border.radius": "2c0774d21b5d0cc3ed0d312f54397a757bf8d19b", - "accordion.content.border.width": "63fe372eca16fadcdccfecdfe91c6c1ed142a922", - "accordion.content.border.color": "1673259e92848ade120e7337cda7739f54b81490", - "accordion.content.background": "19061667438dc6780685b598202673f279f4c8b6", - "accordion.content.color": "f673dde3aced3c7f4b780145e72ad0d75d585387", - "divider.border.color": "86595fbfc8c43f7f689e41c3ade8cdffcbf67fc6", - "divider.content.background": "93a87f15b45718730b377d9478c7669991b6b864", - "divider.content.color": "590f5fe60ba477cf6a3a0dcca3c46b0a275d9740", - "divider.horizontal.padding": "88351caf837704b9073d7d71f686cd7060887078", - "divider.vertical.padding": "d17647ed5f8d54aa93c98dd30e2ead821b84595f", - "fieldset.background": "aa1b8d9ac9c6fefe8c7515e99cc7a4e98a54be77", - "fieldset.border.color": "30850d022f8e2d65b87e35cd5810b83a67b16c8c", - "fieldset.border.radius": "91f1c1cd42cb5df3c3b956556731e723a4846da1", - "fieldset.color": "62521ff0f660dce036b66bf66ee91931a1919888", - "fieldset.legend.background": "9851bb1dd0198b7ad4cebffb54a8dbef9e60119d", - "fieldset.legend.hover.background": "e0f533d164db988b89948bc4f2b65e0d3946f08a", - "fieldset.legend.color": "10fe4e07e49ee68eeb92e1fc6452dcbf7fda99f7", - "fieldset.legend.hover.color": "7e621d586839eeb4951995680f2566a9ecdd6f58", - "fieldset.legend.border.radius": "8fcc57d7a2199c5dd4ea4671c7052b68ee5895e9", - "fieldset.legend.border.width": "d403347bf127a387c18c6607111d44c9d533a849", - "fieldset.legend.border.color": "a06b74df5702fe31d37708a55540dd199891d0b7", - "fieldset.legend.gap": "5d2d61721a9ca43e9631b070fd6d0c046904772b", - "fieldset.legend.font.weight": "68bc898520df72062c37a7737bd6ea53bf9aa2e2", - "fieldset.legend.focus.ring.width": "3c5c7904a10c8c7ab593143dec983a7a108b84b6", - "fieldset.legend.focus.ring.color": "b224157c4295688a5853c725fe9dd3b4002ad392", - "fieldset.legend.focus.ring.offset": "42e36de7bcac0b23e355a180565c9f5d4b6fffdb", - "fieldset.toggle.icon.color": "bf4a1e92b3c3493d99126ccc7269335affae28a1", - "fieldset.toggle.icon.hover.color": "3fe62e5cf40912ab536ed73fc381def3977f2091", - "fieldset.content.padding": "06cb1f5423db4e0f5316d77bb1ae31e0087f1f17", - "splitter.background": "6db6a6d771968a10497e58e41c5a72eb475caeb7", - "splitter.border.color": "a96cbf10e3a575eb41be21a58d060d09c7748812", - "splitter.color": "94f48e8620f05c24c653de8bdf4f53ae359f3149", - "splitter.gutter.background": "1b265dfc8305774662acd0401bb4c9cfc80c1329", - "splitter.handle.size": "b427da5c98e1503821ddca1132aabda5385d820c", - "splitter.handle.background": "f7fcbfb6ab5f90a7e1a8ddd8aca8571b014526d5", - "splitter.handle.border.radius": "f2ca83553b32729b5f58c0e06afef635eeabe34c", - "splitter.handle.focus.ring.width": "155557398d68613598babd817952b9ba3cf2c3af", - "splitter.handle.focus.ring.color": "d4f65275e73b6a825b53fc207584ffc0577463eb", - "splitter.handle.focus.ring.offset": "431ed28fda4f88ce3ea9de9b11e6a43a0de89366", - "scrollpanel.bar.size": "00c00a7b4ba92cbf1a7b4168fb93949d941ea807", - "scrollpanel.bar.border.radius": "09a2c23e3310a67cbd0f70ac9a55f0b5576b10b9", - "scrollpanel.bar.focus.ring.width": "c1a654c4c34e58c7881c7d72584c1c9f9013f088", - "scrollpanel.bar.focus.ring.offset": "8ef70bfa5a9effa6d5d57d035293fac0bd0e15a5", - "scrollpanel.bar.focus.ring.color": "ec3ca98c50452962a5e0c54737a6814a467c108c", - "tabs.tablist.background": "494e880967565ec4c513197c3144161f8d4e6d23", - "tabs.tablist.border.color": "c5d80a35b9065674be98e4a4f1c886ef5a0bc977", - "tabs.tab.border.color": "47e47489ecc792d9f2aefb4db0672bdf9acb0962", - "tabs.tab.active.border.color": "f95aab6a7a7fa6991e28355e3eb121b9f5aacd53", - "tabs.tab.color": "6303bb8b62b6650837a0adc1fc02666fc4af4a08", - "tabs.tab.hover.color": "506e85023be6d466d71405a8639d4ae6eb5c894a", - "tabs.tab.active.color": "44e3afc03ab8095bf7fdc06597829a1fde14d2d8", - "tabs.tabpanel.background": "20108208728129f697fee5affdf750b4d006e302", - "tabs.tabpanel.color": "1016b5a8d92de97a3cd4eba35b0ad932b31a1b3c", - "tabs.nav.button.background": "4c86496fd385569f01287c7c46914dabab4fa48e", - "tabs.nav.button.color": "d58c505d61310873627a33fea5310e8363a752e2", - "tabs.nav.button.hover.color": "310170b1d31a0659f9bbcc9b440f1f7dbf1c2f4f", - "toolbar.background": "6cd04c2d5caa84dd55f78834e03dbc6cd369ef30", - "toolbar.border.color": "a9e845e00cf0e1bcbd82190327d9abce6a4b2a2b", - "toolbar.border.radius": "70a43911c9f9d54c738e18722a38a0958a99d588", - "toolbar.color": "2ec713a581fc6e5cc6e90bd74029426f692108c6", - "toolbar.gap": "536a0ef6ba4d229624d7327fb2c886b44fbc6928", - "toolbar.padding": "a41fe5b423d807261aefbf1fd3689f4a6b1dc6e3", - "confirmdialog.icon.size": "7478459185ccfc2b969199f72bfc398230c7a8c2", - "confirmdialog.icon.color": "8f6b898fa213219b33adf93bd8db5f8e43aba2c3", - "confirmdialog.content.gap": "bf78ac3f60108be926699968353ffaaa7f6a22b0", - "confirmpopup.background": "9fd8d04601186fdb76e440112c2def08c10bf521", - "confirmpopup.border.color": "92ce64859adda84f5bb8a3ff3f3bfb0148ed2773", - "confirmpopup.color": "fd55d853c0c1731754692098a42ae9037b416c28", - "confirmpopup.border.radius": "00fab9dcf980a239b9e39f345343d9172e85d3d8", - "confirmpopup.gutter": "811fed251f899b55f5df76e79b7b5bafddf52c07", - "confirmpopup.arrow.offset": "ed96835424e0202b7c9c4eb9cb10ab42696410ef", - "confirmpopup.content.padding": "e48afc44140c9f6d7532c60f40128a1246b03fd6", - "confirmpopup.content.gap": "a9417d3fbced9433cf1c1e3ed60d1d70b2e608da", - "confirmpopup.icon.size": "ff7ea42e1934db04220b66ea647eb5b8fdcdbd65", - "confirmpopup.icon.color": "add9521090a7ef7131e4506b0bb5a82b4fd32998", - "confirmpopup.footer.gap": "b5a25884ccab8c9b4be76310814c0d285e33cc50", - "dialog.background": "b22a5b9deca76f69c53c6782aa1eb75c0d69031d", - "dialog.color": "58430dd8233a8895fbd2cf9ec3c1d274e6fc508c", - "dialog.border.color": "427a60fa68ce8e5a45759e4247ff464d2d451d8b", - "dialog.border.radius": "6f18ad102bbe6a0b4f8e9a9edb1d7a1c18973f4c", - "dialog.header.padding": "f5b53ba0a4acab7cbf7e742ff2b2b9cb46cb4e43", - "dialog.header.gap": "cd76bd20d347104fc40e8bf5637929019b82ca9c", - "dialog.title.font.size": "70b4080205d0a81689c52403761bc987b3983d9d", - "dialog.title.font.weight": "15680c4ae39da54fcf97c042ee730bcbe9283d0c", - "dialog.footer.gap": "abdcdc0f8d9e144116f61143ca50951ac8a069b5", - "tooltip.max.width": "ea02c5ff735e205222594c386c854dde6bf15850", - "tooltip.gutter": "527e0cbd273cca7ab08255a962dbb6469f627178", - "tooltip.border.radius": "6044ba14741e3e5414a7d089d81a5f8814c6a3a3", - "contextmenu.background": "24db8cc8c27e4c639ef8d9fd15dbeb6ee3384e2d", - "contextmenu.border.color": "aecb4072414aa7bfd57c43cc351bff195e508eea", - "contextmenu.color": "4db1d932c27e7e7d05769c385d0046bd52049bda", - "contextmenu.border.radius": "df26ccacceda07e3dc0f2d22305d3ae28e4bd80d", - "contextmenu.list.gap": "ad03b382f6c31319f327fa25e2ebd5023d370b8e", - "contextmenu.item.focus.background": "c7608ade12a34bf43d8e19216a9f35d3a7935eeb", - "contextmenu.item.active.background": "162e3ed874354caa21c429d90f04fe834adf08fb", - "contextmenu.item.color": "9be002b611276d0ef17bf0f13e4032c1eeec3859", - "contextmenu.item.focus.color": "a046348522d1832a81bce8f8b545eb8ea9115bcc", - "contextmenu.item.active.color": "d13d5b71e65850d8ba1c9ef76cb80764c6728e45", - "contextmenu.item.border.radius": "cfe6f38ab9960da4a735646f32133d0621528679", - "contextmenu.item.gap": "87961ffa7c20042a09dc9d085e60290e7660d0a8", - "contextmenu.item.icon.color": "bd30703091f0c54ad7619ce266ca9bf1dcdd30d2", - "contextmenu.item.icon.focus.color": "3910669dbd3fb3523218b0f6150571ab35927959", - "contextmenu.item.icon.active.color": "60690df3d3e086ef55f59ad7a6083ae2a3e6a52f", - "contextmenu.submenu.icon.size": "331c23c3aaa0f6f3213255a2a3dc554c734cdbeb", - "contextmenu.submenu.icon.color": "524705f028f577cf008c7b7d07107b72543ee7db", - "contextmenu.submenu.icon.focus.color": "c188514b45058e60903fff8a3bdce52fb6e02c60", - "contextmenu.submenu.icon.active.color": "cf9e68b98f4f5c686706445efcad8c800213b562", - "contextmenu.separator.border.color": "82a520ac44e7d5edbeb3b3b91a40cde62f83af28", - "dock.background": "c889605fe4b886c367c1d13a0495877832645b36", - "dock.border.color": "6451c889045b47c71359ddda2838ecce61582fcc", - "dock.padding": "bff1e1324a11076d4f88747ae470c9e14e9c0694", - "dock.border.radius": "745a7e5bd9916eaf00a1247439a0c26817539c0d", - "dock.item.border.radius": "2ece0e9075b98c0efe898b60b588add99bd5707f", - "dock.item.padding": "bd2bb7e41a1ec4731a2a3ce4d92e0173e9003717", - "dock.item.size": "d746641f84f7e8e665e032e32d83078b95253139", - "dock.item.focus.ring.width": "823ba76e6ba721360098562b21cf9e42dcd7ef8f", - "dock.item.focus.ring.offset": "303cc91ce906239fff708ec09d2f369038cf53e5", - "dock.item.focus.ring.color": "b582b6d8fc9c09e4b707e4f16c87bd6584095aa3", - "megamenu.background": "57d172d377f7a6c45e5f791e6a00c16c38e5c088", - "megamenu.border.color": "b2a41e14cbd9f45c7f3525942f21c883f3108d56", - "megamenu.border.radius": "c9ec559328b69fb2dab3b208c719bf4f16bd9ae8", - "megamenu.color": "f4359c3203ae67f3b1c5bbacc3dc1d43ab51a500", - "megamenu.gap": "ccb35149b96a6cc443263807a1605bfd3411ec43", - "megamenu.vertical.orientation.gap": "4f867ad6c15c99d172334c1a791522bce2626b59", - "megamenu.base.item.border.radius": "157d5b169f7710a1d4335d6ef0bbaf27d779cc8e", - "megamenu.item.focus.background": "6ad2aa8210bc90e5669b2b8c834a75af984b1c15", - "megamenu.item.active.background": "395305a1d6a82064c975ca8b036274c282069f25", - "megamenu.item.color": "cbd7eb451f86db8284285f4505be8841860a3d8e", - "megamenu.item.focus.color": "8f686fe1c46e00cc5215153f856d6418eb40cf2e", - "megamenu.item.active.color": "7b1563adce44f8b7389b4751fc5389e6dc5edf55", - "megamenu.item.border.radius": "3c9694267b46d4bed1536f8567087ed53c10f01c", - "megamenu.item.gap": "0b38ca1f8d006b779960db055ceae68f32f9af77", - "megamenu.item.icon.color": "ca4315cb38f5a45467164cfadb39cb790506ee10", - "megamenu.item.icon.focus.color": "a3fef8d14bcdc6a5aaebef23a5b6ca04df15b38c", - "megamenu.item.icon.active.color": "ff4ff6672ad956a68db49c23ada48512d3652336", - "megamenu.overlay.padding": "c34558fcac1b1e539347205646fc69d4c86e7907", - "megamenu.overlay.background": "2321b61aaeaea69e2c392b94c896eb1bbabe4ff9", - "megamenu.overlay.border.color": "f4db4ad8b707d11ac98e0fd6f1b9d96fb3e9046c", - "megamenu.overlay.border.radius": "4324d919598313fb297a9baf6e28cdf470de1b42", - "megamenu.overlay.color": "11bcd638e7d465029aa20f49308c74c24df5c9ea", - "megamenu.overlay.gap": "f31b14b603e26de85b046a6b2a931d3a2b2ba69d", - "megamenu.submenu.label.font.weight": "9cc7c53fb24ff3e60825edb89e2098ce53e21e31", - "megamenu.submenu.label.background": "e49cccfcd200f558571e6565930bfa3cbceaec38", - "megamenu.submenu.label.color": "f91d0c8125541529e714fd773b977fc291d6ec08", - "megamenu.submenu.icon.size": "39812222420d3cc524776ab14e02a2eeff7e76f3", - "megamenu.submenu.icon.color": "672c2aa8782d5717479860b604caa1d78c88c5d9", - "megamenu.submenu.icon.focus.color": "a6addd54dcb0b2fd9a3c83d7cb74c722b663b357", - "megamenu.submenu.icon.active.color": "bc5268e10979d1f5afd59f539812d76750877b81", - "megamenu.separator.border.color": "1f2b87d774a6823cda0c692c45e17a170e3b8a9e", - "megamenu.mobile.button.border.radius": "2c654c089dd0e765180dcfe7209947d5a142cead", - "megamenu.mobile.button.size": "1a1a0840dc3a3c44f8afdbb1fc175122df331df0", - "megamenu.mobile.button.color": "9f1c301d5cc6090cd3e70f2b2154aa990152cdba", - "megamenu.mobile.button.hover.color": "367db9d0d7bebef196078e5a007c8aa71e78a0d8", - "megamenu.mobile.button.hover.background": "e4fecae110c6d682667e4879830885f207a1370f", - "megamenu.mobile.button.focus.ring.width": "b579836d3d905954f74d2ee50285057e346c56b5", - "megamenu.mobile.button.focus.ring.offset": "bbdbdd8c1048fdd0d65b4fbc5e3606efd4a437e7", - "megamenu.mobile.button.focus.ring.color": "57b9b5ddeed11b5a9e999c67bc1270bd69cb8f6b", - "menu.background": "8b471ca9bad87ef62a4b4ea147f8c9a191ae752c", - "menu.border.color": "a33d3643800815d0f22b4330d1a573c303794bba", - "menu.color": "3618edd4039f50dedff3274af7d1054100baf989", - "menu.border.radius": "92eff3b96b6eeabb2019b3b2021062c712d901e6", - "menu.list.gap": "250fbcb45ad59d8476daef9ca9922dc06837a88f", - "menu.item.focus.background": "ccee24fb83b318aed2ea0ad8c19f1753037325fe", - "menu.item.color": "d2584b1f0635a01ea23dc3546e6997bd419be7e5", - "menu.item.focus.color": "75fdf65063f77f7941d3b974795faae2b77d0977", - "menu.item.border.radius": "e45dbceac0a3f9b232e271f33a838764232f56a0", - "menu.item.gap": "bc3fbfeab5749c3ad860c173c8435189ce1c4e96", - "menu.item.icon.color": "41b54f82a8d6b3c8ee8f297db59cc1b766b85bb0", - "menu.item.icon.focus.color": "60f5b152616fae73d978c78d039604eab3912567", - "menu.submenu.label.font.weight": "3b2b79e8ffdc7d0615394ffe57437ec55f4952e6", - "menu.submenu.label.background": "f4decd9deb2ea249f1f384cb196c85e89b9b5089", - "menu.submenu.label.color": "eb63ac40fe82b501f2cb8cfaf4febed11811b2e7", - "menu.separator.border.color": "3db5225e32ed51e18beee3ce092aace8ed7a738a", - "menubar.background": "0a273ec636911e59d2910ad1f32de98d35e7f701", - "menubar.border.color": "f66f33cd5a80eb2f4533b32eb015cd3117613c9e", - "menubar.border.radius": "53669a289c59ac24692f12bdd6d46ef177a3665f", - "menubar.color": "043f3b9679770ca296929b1999f50bcdb10e1d23", - "menubar.gap": "6f2256f4d78cd805f178d2cb78520b35119f9854", - "menubar.base.item.border.radius": "d3ec4750fa5c67d3af8f427e99b8c1fe3b7a9cb4", - "menubar.item.focus.background": "dce07990babc79afe253d21172de4582d08a2d70", - "menubar.item.active.background": "9599b1649c68fbb2dd2b03072d74ef6dd5b3273d", - "menubar.item.color": "551ce03ca998d827be13c04eba0671d21cb0b9af", - "menubar.item.focus.color": "bfad26e748a5e89a8984f9f04f5914f61cad9222", - "menubar.item.active.color": "a9e562492bfb6ca5f6cd4cf80b6c5ed34733d299", - "menubar.item.border.radius": "f80b4bb29887537a132195e53d90e749b0d9899b", - "menubar.item.gap": "d7b1875f7ebbca83a6bb83be4284ac726000b95a", - "menubar.item.icon.color": "5eb9457cab739dab8c5f468200545d4b2907b8c3", - "menubar.item.icon.focus.color": "35fe6f028426195fbb60c635039644ddf9886510", - "menubar.item.icon.active.color": "95cc9757a182e49d1c775db5c70d633f05325fda", - "menubar.submenu.gap": "bb06130d36b57e6b9e67712ab9c41df2555a24b8", - "menubar.submenu.background": "3d56486f0e3d98aa5ae5c762f2e5ecd2123156b9", - "menubar.submenu.border.color": "46e1bf93e0046632cbfb1a69b8ca53473ece9ed6", - "menubar.submenu.border.radius": "3a8d5683b726e769a416837c6db47fcea8fdaea9", - "menubar.submenu.mobile.indent": "6c7789442c03c096f4eb504634a94b950b716785", - "menubar.submenu.icon.size": "4ae96fe36c6b8f024c054bde6f1c75baac7940fb", - "menubar.submenu.icon.color": "4b32ac8a22ecf1d02c1105286e9b300a99810727", - "menubar.submenu.icon.focus.color": "edfb69d9e6a81e05c4ce79888f726ecccd9080af", - "menubar.submenu.icon.active.color": "07e061aa9ab7f9352481c09dca4090e175f3cfbf", - "menubar.separator.border.color": "d30760d9057a35aa7e275c7c3d1d79e5b93e3860", - "menubar.mobile.button.border.radius": "73a71fe0b2370b76d7eb86921eb948e5fa11fa6f", - "menubar.mobile.button.size": "fc7d0f9d519725533e7fe46e5b8156bd7352804d", - "menubar.mobile.button.color": "deec0b8627fe4d95936cb4e4e1614edf54dc826c", - "menubar.mobile.button.hover.color": "1e3c8d650be59ddeec05f72acd065236cb69a84b", - "menubar.mobile.button.hover.background": "97c3fd2a1d1f802f3765b3a8f6d0c90b3c82a05b", - "menubar.mobile.button.focus.ring.width": "ea82c356894cbab2b5af280320ba92b8e4fd0bfa", - "menubar.mobile.button.focus.ring.offset": "a8ba0adc6a81a4b9445ac4f535c296a2149ad9f5", - "menubar.mobile.button.focus.ring.color": "1821e0f221868483a5092ad25fb74daefd885da1", - "panelmenu.gap": "d467beb4702babb5b55309b25daa41e0ba013878", - "panelmenu.panel.background": "1503e8b9b1ef17db9d596d9e9b3595cb0027e2c7", - "panelmenu.panel.border.color": "6fae49471100878a68ad80ae71eb698c5143afc7", - "panelmenu.panel.border.width": "65ef29ff0919d917090165948ad398f414012b48", - "panelmenu.panel.color": "c4f3a83abb9e3c6094ab5937204c9d22f05ba0cc", - "panelmenu.panel.border.radius": "cd0c1c190c146e5dc9f395a6d6db43e6a3a9832e", - "panelmenu.panel.first.border.width": "ddf60896ad2964ea3b9beb23e36fbdc271724307", - "panelmenu.panel.first.top.border.radius": "9ee142685be60724dfc590d2f8b5435d820822da", - "panelmenu.panel.last.border.width": "27a99d2ec904d8eea2ec5183e4e4cf22f46d224b", - "panelmenu.panel.last.bottom.border.radius": "ff9e38ce5f7afe03526c37c26e44f7ee47d6fc64", - "panelmenu.item.focus.background": "340ebd536d8e0ff9df5acaefd7b9420b7fe02e54", - "panelmenu.item.color": "99d61e51cc8ba47bea54f3e75234c3e325ac0c73", - "panelmenu.item.focus.color": "0a1acbed7887e03f0ab5c493bb2582f5d4ee7f9b", - "panelmenu.item.gap": "e697c913d263a253ef6e4b4559d4cf1cc7d7bc74", - "panelmenu.item.border.radius": "9dc11cc14ae35df62ce6cdaecff61bcecd6ff90d", - "panelmenu.item.icon.color": "5f46b1460b19a5b5da1b29abd5ae3d57b6296dd3", - "panelmenu.item.icon.focus.color": "5e01f7f359036f46707570df04ba07250d32ade4", - "panelmenu.submenu.indent": "61bbb08fb020c845b992071ee7efef312d993e45", - "panelmenu.submenu.icon.color": "2ba160a27b9ffa4c5aac0a3ba8c1721eefe6d076", - "panelmenu.submenu.icon.focus.color": "5e18057280703d4c49d66a978c20619dbd153340", - "tieredmenu.background": "a6c6ccd66ae0ae3ce2c290ab128d6d1cb4010dc2", - "tieredmenu.border.color": "8834241897c8131627ddd6f12e88830aa51a5b6d", - "tieredmenu.color": "be3721d2ad28718b5be7387e19f73f26fdfa65fe", - "tieredmenu.border.radius": "3395062636c13e49f7e78055afd8973dee09da32", - "tieredmenu.list.gap": "54f7e866d0d0ed999b92fbf32c3194f056805f07", - "tieredmenu.item.focus.background": "5c1efcfda5f8dda638d2ac5bde9cee48fca5fb97", - "tieredmenu.item.active.background": "54ae6780fad8e502c24b05484e2fc246a739dbd8", - "tieredmenu.item.color": "27637f15db7cf37612cedca368e597a871927ced", - "tieredmenu.item.focus.color": "10e9c2af8b5893a7ad6da53a1c8b6f4056e7f5dd", - "tieredmenu.item.active.color": "1ba5d35f2eea003fc45e5a6f49c670652b11b53d", - "tieredmenu.item.border.radius": "052dc5b947ab119be129a2b53fc486ebeabe200c", - "tieredmenu.item.gap": "048b572c15da3c90bc2836b226d31e78adcce25e", - "tieredmenu.item.icon.color": "98b4a6a6fc30c73e18564a12b86dd6e076a44c1a", - "tieredmenu.item.icon.focus.color": "02da980bf3308ef756b5f1be6eb90975db53409d", - "tieredmenu.item.icon.active.color": "468de0f405e3fd0a809e3f54ad49911d3ca765c5", - "tieredmenu.submenu.icon.size": "fb4b3527fb04374e53ade7c72b3962ede299de0e", - "tieredmenu.submenu.icon.color": "badbb19e1412111cea0ebd0fb6584289297e6bd4", - "tieredmenu.submenu.icon.focus.color": "5f4b2abf2aab1aa6317289c3429bdb4c43698864", - "tieredmenu.submenu.icon.active.color": "9f364b7cf3950d6b34279dc65a9c4e0723e85227", - "tieredmenu.separator.border.color": "ba9b563ed088824642b7bcb9ee83c6ee24c4b596", - "orderlist.gap": "5a0471099f1878ec72efdb7a6a342baf311a6657", - "orderlist.controls.gap": "5a1415f2668305c4e256beee7d0b4a4ea2745bab", - "organizationchart.gutter": "84fb0c4b4c669dcde04a0fed011a70d78b5b684f", - "organizationchart.node.background": "5235601647a0d0909183bc1b1a46d3561fa028dc", - "organizationchart.node.hover.background": "67466427f545e78ef0e66bc5cf54c8fb959deee4", - "organizationchart.node.selected.background": "d3abbbb795e8126e22a0a480d4a7c6b6e6a09cde", - "organizationchart.node.border.color": "9d52f20b0415941aed8fe25fc99cfa6869122b12", - "organizationchart.node.color": "5dc41267271515b82f396df6f8fe6ca9a046610a", - "organizationchart.node.selected.color": "db41c597ae17aa1d47498b3f380cfd40fd799cf0", - "organizationchart.node.hover.color": "cb2907c324ac51c8b35f0a505c4c836d45ef18bb", - "organizationchart.node.border.radius": "f771ea043ca150fbd929b3a1f391bb16edb91b1d", - "organizationchart.node.toggle.button.background": "5b87645e6bd975a4d68c0349156908523f096517", - "organizationchart.node.toggle.button.hover.background": "762e5db1af7119a1874c7870010ca9a056549dd2", - "organizationchart.node.toggle.button.border.color": "5396c558d8c65386f421d42f22deb95d055b3c13", - "organizationchart.node.toggle.button.color": "c705f88b1cb16e1fdb9a343ef106d24c94caa445", - "organizationchart.node.toggle.button.hover.color": "a0060aaca9318aaf28c07f7c0021b7a3c9af545f", - "organizationchart.node.toggle.button.size": "2e4c6ba87f1669c4ce5bae759519b08faa149dcc", - "organizationchart.node.toggle.button.border.radius": "fee066ccd706e816e621412dc83e747ce59943e0", - "organizationchart.node.toggle.button.focus.ring.width": "f05612649c38e6292543acce67d4e82c3dba3b60", - "organizationchart.node.toggle.button.focus.ring.offset": "ab528f2e01955d6daffe1e59a3691da252937996", - "organizationchart.node.toggle.button.focus.ring.color": "1b85df9c8b66886641b8e4aa428c4004a9c7c167", - "organizationchart.connector.color": "44190c3fbaa8d20c260ea805c46cddfdde280c15", - "organizationchart.connector.border.radius": "07deb23734586ddb4e27171b8ee19fc2675e352f", - "organizationchart.connector.height": "3ad0fa476643ef06f3bf4d09e727e2db4425aee4", - "paginator.gap": "307ec459335b8f5dbe29c296c34704fd691585d6", - "paginator.border.radius": "44b9384a2f485033562f675fb97c5533a0dccb02", - "paginator.background": "549f2523aab1fda83ac623da0eda3f4692949af7", - "paginator.color": "47e0cae1469399a31359ac75f838d049ad899a02", - "paginator.nav.button.background": "48a8bb862b13272aebb8e107fb7723def80c3c4a", - "paginator.nav.button.hover.background": "1fb609477a183a02e85b932ab4a0ca5b1aa894d1", - "paginator.nav.button.selected.background": "d25ec837cdda95e43393cf5294757c8cfcc687ae", - "paginator.nav.button.width": "25f61a8be55465b30998e25cb5bfabb9d06dbb67", - "paginator.nav.button.height": "1d2397acab35922ec698c47af236bbe409a14382", - "paginator.nav.button.border.radius": "02c4b97a2ae3a58e2b211724268532ccdd6f4695", - "paginator.nav.button.focus.ring.width": "f34c996a2ca35d7549fed3d5a9001b8677778eb1", - "paginator.nav.button.focus.ring.offset": "5936077530e2a2eeba15fec3d52a4088411eae4e", - "paginator.nav.button.focus.ring.color": "ce5a2f2842c1560440a7210ffd7d98f9532230fb", - "paginator.current.page.report.color": "54f8cdc067b5ae6517d9ee8c3f3c628e62abe366", - "paginator.jump.to.page.input.max.width": "2427db23a2b514d11a6b3fe30fc215cbac3f1378", - "picklist.gap": "f81e1081cc44b649df6d17edd32a466cd0fead4c", - "picklist.controls.gap": "a31bbfcbdd52a872be7a49593d365c49a06cb96a", - "datatable.header.background": "fb7fe05317144a63788eab6e43d37b8d44db6d77", - "datatable.header.border.color": "8901dc896a38d4b0984710053bc296f99341860d", - "datatable.header.color": "df6d849e1f235d19461dce5490868d2fe79c3490", - "datatable.header.border.width": "daab64e5ba373d3fb0308be850c90872c09234cc", - "datatable.header.cell.background": "802796b3039c68628d56606c1ae4d68f5f30cd51", - "datatable.header.cell.hover.background": "1151a9cea989bf3f9fa8c5c03a1214304396d4a2", - "datatable.header.cell.selected.background": "32f8e93fda43eba073d5ec875374f36b7c65f270", - "datatable.header.cell.border.color": "5d56870ca5a2058cc2afe05ef12037c908ec9f7a", - "datatable.header.cell.color": "30ed41a40d03e7bf4cb50827bfece653e47dc84a", - "datatable.header.cell.hover.color": "df27ece1715d4f5bb9db8dc9b733d97008be5895", - "datatable.header.cell.selected.color": "2378ed01304394e4c45ac4479cbed168d5dccb39", - "datatable.header.cell.gap": "7598b618f11fb51d3298ac7cb3d8fa531d93bf2d", - "datatable.header.cell.focus.ring.width": "140f67511cd1f65ef776cdc0e7ce673bc34d8ed7", - "datatable.header.cell.focus.ring.offset": "f0b971675141c7163e17772f571ff44080ea9fec", - "datatable.header.cell.focus.ring.color": "da2e8705183c27cd172f4f08a1212945919228e4", - "datatable.column.title.font.weight": "0a67b722e586408ce1f3588368a0871b0a6c94d2", - "datatable.row.background": "d71500c12da09f92f9c2372a965aa82cfd33d471", - "datatable.row.hover.background": "0b08b7f0878923e71ef0f5b4dcc7994dbcd2285b", - "datatable.row.selected.background": "1ef20e55eaffb05b7128814a0d7c9c135a48d4f7", - "datatable.row.color": "f4c524731b84cbe378fd8ba09aee26407999b1b2", - "datatable.row.hover.color": "7e372127ac1cdce29d0a6f18c69e796ecebbb2fb", - "datatable.row.selected.color": "2894ebe1de01f400cb9f927b8e65c54a0255e507", - "datatable.row.focus.ring.width": "7a56ab13a18bbf49168954bb0d2d59f1f4ed9023", - "datatable.row.focus.ring.offset": "76e714913d88440c92002c51ff2d5b9151d1a12b", - "datatable.row.focus.ring.color": "2a0279afd47d4e86e48bb8fa221904387cc07acd", - "datatable.body.cell.border.color": "59959466ee6e477254509cc40517f5f4cdf403f4", - "datatable.footer.cell.background": "82372f92cc697d26c3ff3868c9e8d9a635444dbc", - "datatable.footer.cell.border.color": "8a7b608366aca590aba21c0944bfa636ea752884", - "datatable.footer.cell.color": "f8fc8805f3f52f7eda756d0298621295f2fb4d9e", - "datatable.column.footer.font.weight": "9d7299c5c84414a7dd9a89ea892912158a4ec4b1", - "datatable.footer.background": "5c821a0121a39f9e78c30c124d39372e5c2e7692", - "datatable.footer.border.color": "a524d07d76b7b60a5c0e97ade201a09a8877eeed", - "datatable.footer.color": "a280111a4c07a9793d226ff04276541dd1b908d6", - "datatable.footer.border.width": "8f73fb0aa6dc99adefb0c6146fe63fa91151d564", - "datatable.drop.point.color": "4cdbaa7b5cff36d994c24f9ea7017e3b07e40aef", - "datatable.column.resizer.width": "d1193766d86c5a4d14c1d7c206ed720508ead9cb", - "datatable.resize.indicator.width": "d49e0296b8f9b8719917142c31f4e91b4f4383cc", - "datatable.resize.indicator.color": "912d15b23bc9da48be292e95d318294c103e03d3", - "datatable.sort.icon.color": "eb60777b113d76c03aa40726db925d8f28cb6f51", - "datatable.sort.icon.hover.color": "4cd3508add50289f6690aef61e56959f9dde7dec", - "datatable.loading.icon.size": "8da7894e49174d95b9c71ad21269984adcb96eac", - "datatable.row.toggle.button.hover.background": "b45e1e06b04e7d4147cfc76e1176828a32929f24", - "datatable.row.toggle.button.selected.hover.background": "6729227ec91f087ff16d1ee9f8df855a5a7a7af6", - "datatable.row.toggle.button.color": "2b83486cc241722ebd01bf1844611da4f39cdf6c", - "datatable.row.toggle.button.hover.color": "15b460bfe606c129805e25a6a2ae148408bd647e", - "datatable.row.toggle.button.selected.hover.color": "e4f4bff939ecdbcf6e887e7a0fa41a295b94b6e6", - "datatable.row.toggle.button.size": "258d55abee726d740dafe602c062250d9bb1670b", - "datatable.row.toggle.button.border.radius": "b3c924607311793bb95a8a1b17a017aeb85bc57e", - "datatable.row.toggle.button.focus.ring.width": "fe41f9bcac185c2f334d5c26ab0d7db68c8f2f22", - "datatable.row.toggle.button.focus.ring.offset": "cedc4085095630281af343f95cd44174fc620ef8", - "datatable.row.toggle.button.focus.ring.color": "19b65834e80c0ed2d396dd77cee9c0673a774348", - "datatable.filter.inline.gap": "7ef8777ccafc944e28e65261b73d5283d47f71a9", - "datatable.filter.overlay.select.background": "3b995495db2a1643bfb288de230a40fb87743188", - "datatable.filter.overlay.select.border.color": "884f72acebde74b725c98c52c55ab213f3c0c88e", - "datatable.filter.overlay.select.border.radius": "5e8423f15d05e687d8c3b4c09f42719bf055d156", - "datatable.filter.overlay.select.color": "86b63d722b7da7edbaf69b0e15f8cc63327c36ba", - "datatable.filter.overlay.popover.background": "d6914cc4609a575b4497425222e328a08b564303", - "datatable.filter.overlay.popover.border.color": "cd87be61d45e67390cf3c01e4b447157602180fc", - "datatable.filter.overlay.popover.border.radius": "3198cfa49e0b6f062cc1802080450a12e8857cba", - "datatable.filter.overlay.popover.color": "16be0b115113e1a469e6a2916f6abbd2921d87d7", - "datatable.filter.overlay.popover.padding": "ace229e09ca841bab6bcfe7da0495f1b0da14c60", - "datatable.filter.overlay.popover.gap": "dd7817f3b4f64191d34ae7551c81f2556090ae49", - "datatable.filter.rule.border.color": "9cfc5c4dfcb341a3ec8610140e5cccb41909c230", - "datatable.filter.constraint.list.gap": "6ed6a33df9f33c4f1b7beb8bd910bce29757777f", - "datatable.filter.constraint.focus.background": "f9de8cd99f0ae4748a09865e5e4628620fe08bab", - "datatable.filter.constraint.selected.background": "e08c94f52efc8eb2e53165c9200a27cb2578cb32", - "datatable.filter.constraint.selected.focus.background": "57e80ab9abe56c824395cfb4132bca719012a533", - "datatable.filter.constraint.color": "20dd8f0661a3281ffd3ca4c20fa3f76e1a669c73", - "datatable.filter.constraint.focus.color": "e4556df5edb4bc395e38ab282e5c3e6f3f8b45d3", - "datatable.filter.constraint.selected.color": "2be3e1df12a10324f6aa0f036759c09dccccc910", - "datatable.filter.constraint.selected.focus.color": "1420b5b1734285c2c5c466c30807068ea37d21fa", - "datatable.filter.constraint.separator.border.color": "cd8e1a9d6b281a1b76ed6ae40da739abde591b47", - "datatable.filter.constraint.border.radius": "50b430cfdcedf517ff82a2d4b2fe1eea638f9767", - "datatable.paginator.top.border.color": "b853582daae9d60057a8d01ccadeceb00784cff6", - "datatable.paginator.top.border.width": "95e8d8d6604a8ccb37aea65609a3f5b1a0c1e36f", - "datatable.paginator.bottom.border.color": "b80bf3930bd4516d37c05e58e9277197ae173c15", - "datatable.paginator.bottom.border.width": "6ede0326ec2426d3957f1eade7a535ffd0a42280", - "timeline.event.min.height": "c2185d05709fcc6f05af629c2e1caa4a6cd47fee", - "timeline.event.marker.size": "1a70912cce8f76d01bb5d1f449e5e97619813469", - "timeline.event.marker.border.radius": "b8f6409f9c6de021970dbbbe50ca6a159b550aba", - "timeline.event.marker.border.width": "b348b5175b47bf22e584a627cd781b57e7d07ddb", - "timeline.event.marker.background": "15ecc6f4ca36742b080b950396adf33ae7af54ed", - "timeline.event.marker.border.color": "2273ea6d2062c21b8fb95f0567ff1020892f8d7d", - "timeline.event.marker.content.border.radius": "b738aac38d5d190a78e35bbe6335ece310f901e0", - "timeline.event.marker.content.size": "7836afbcb4c208920c45f37cc48bdbd664300768", - "timeline.event.marker.content.background": "8bccc6d4bc2f3782d0c3da4528845f80f1d30c19", - "timeline.event.connector.color": "e37d92d11629a2c5f8f817e0ccfcb32ed8fbd521", - "timeline.event.connector.size": "60162c4ddc602e9539b00d8b86893370665577fa", - "tree.background": "2ebd6ea261d38364effcc1ec7d14db45da953e71", - "tree.color": "fc17199b23022dab395405159ac7a73ae154140a", - "tree.padding": "767bfbbcd00e6b6a3b8092239abe2f1b9b74a41d", - "tree.gap": "9954cb4f78613a92aa1e7e9c5fd51ece4ff3124d", - "tree.indent": "76d45d05f99c7378b3ba9327ea317d9169ce5725", - "tree.node.border.radius": "98f3dfed118f9e04cbe3b7711a2756c941f4a9f1", - "tree.node.hover.background": "4653f1dc4f63c0f9e97661ed8d4007499013efc6", - "tree.node.selected.background": "e34f59ec9dfb13a550d3ae0fc94ab9d1a58f30c0", - "tree.node.color": "07419fd3f38fe8bf1d9a837ead43fe4490a003f2", - "tree.node.hover.color": "88b1efd0e06378a612a021aab19f196a6cf626e0", - "tree.node.selected.color": "f174317ef8f9a8ff309a5bbb98bc641ebfe7ffd7", - "tree.node.focus.ring.width": "e0c6cfbeef6412a3f81d66f47fb18a7f09b529f6", - "tree.node.focus.ring.offset": "b65f7a27abc0fa60f4d2c464b153ccaa6b1cddb2", - "tree.node.focus.ring.color": "9ec0f3d7614ff4e1b527168ae68bd34effbd79e9", - "tree.node.gap": "649293fcbe1e48b88e667ddf294786b099149d10", - "tree.node.icon.color": "a337eb49c1840d5788558e815955f01e02edf024", - "tree.node.icon.hover.color": "91a1e87a2d0f54f78d3a0b33cdaabc42c932e91d", - "tree.node.icon.selected.color": "88e2665eaa56c08d473dc35dc309b0a4bf94213d", - "tree.node.toggle.button.border.radius": "fe61c201d6a232ee05680dfe4d0d23f550710a21", - "tree.node.toggle.button.size": "6bd4eef1e108e75995f8e699192d93ffc7c09f73", - "tree.node.toggle.button.hover.background": "9c1fd667a5b98cca3abf7ffb20fa9b4c6fa2c7b9", - "tree.node.toggle.button.selected.hover.background": "62892e4ff6275d9ba57e2baec3246e4bf5754883", - "tree.node.toggle.button.color": "62bd351736479148cadf2f907cf2158e56d8006f", - "tree.node.toggle.button.hover.color": "e0a59aa43bd96733bde926eac312360e2b9395ae", - "tree.node.toggle.button.selected.hover.color": "b854555ba1177665bd20ec5d1f0af4d44f4ec145", - "tree.node.toggle.button.focus.ring.width": "fe8b45533a2465aeed5e83a56b6a39e5bdf16f5f", - "tree.node.toggle.button.focus.ring.offset": "8daae9845ebd011415a878d56502598e2693dbeb", - "tree.node.toggle.button.focus.ring.color": "89c7b92b58866f52f952078b39d0b13ae358668b", - "tree.loading.icon.size": "d8f0c78baffe0519ae8994bc1d39c116628d2bd7", - "virtualscroller.loader.mask.background": "4aa80da99089617915513dbbd1cf1a12f14f546c", - "virtualscroller.loader.mask.color": "af0785b1c47995509ffc7e818ace7b6b1c7d17d1", - "virtualscroller.loader.icon.size": "c93c44587e64fc2d173096581ca606d73fb972dc", - "carousel.content.gap": "6bf756e97af9c87db09794efcb0d450d4847f09c", - "carousel.indicator.list.padding": "fb72e0efd36ce251bfa91529e77fa263f6480e63", - "carousel.indicator.list.gap": "83f541a71e06019573230a6e634f83333cb5d69e", - "carousel.indicator.width": "b7c20757d09e397b5b9139a8b041f2c9fa70d771", - "carousel.indicator.height": "36f717901e270b39105624980cd5ed3a5103de13", - "carousel.indicator.border.radius": "1933e87b4e86a77e1cf6db29f42a6a77a7b22dfc", - "carousel.indicator.focus.ring.width": "d77dbc7747f7e51651e730012b25617b73de3a32", - "carousel.indicator.focus.ring.offset": "06cb5685e1c7a9525a426e92281a2ce3c2699594", - "carousel.indicator.focus.ring.color": "a138b75953e52372d28ac182a4b2e8b2fefb6c7b", - "image.preview.icon.size": "dbc3384ce22a989b04254e44030feaa2282a7c32", - "image.preview.mask.background": "d90dbb2f3fe6bf838f5c0717d9f488dffdce244e", - "image.preview.mask.color": "eeaad3631f35b39f0bc4f27bcad78e6ea8c59b62", - "image.toolbar.background": "d876dc5b10ad4e5678814c4676b5e94edcf09a50", - "image.toolbar.border.color": "1bd381192f7bb83608accb39eb9493392a34698e", - "image.toolbar.border.width": "385cca10dffbb6ee94d9cb58d8a948d127115979", - "image.toolbar.border.radius": "95c2b786793f3e81715dedea5d6a92feaa2abcdd", - "image.toolbar.padding": "9fd1350e7676a0e84ffb2a949ebd6c5dd2c373cf", - "image.toolbar.gap": "f05a69bb832c5477cb02c09ac35bb16fd358c0ec", - "image.action.hover.background": "d59204d38bd542a8de410bc73191d0ea22082f63", - "image.action.color": "1f8fc3f4f616c828af437fa486fc3e9a8cdebfc0", - "image.action.hover.color": "48b4c21c5cf1c3be1b1ff15ec3f906dedd78f9e0", - "image.action.size": "7964f5de6554f22c3fe6da35c8f31bc69f3f3a34", - "image.action.icon.size": "671cb99f44f48f92d6eb71110f470e0335d29c04", - "image.action.border.radius": "00e75da454ecbf1343acc0636ff89b7101d061c7", - "image.action.focus.ring.width": "68ed8acc7e1c53409aa2026f4778f3a6ec4870fc", - "image.action.focus.ring.offset": "bedce5be7fbf412a49a572dee02e650139b10156", - "image.action.focus.ring.color": "022eb257be9d3205fe4a97f4f2690db8637c5562", - "treetable.header.background": "5ebaf12e1fe9027d7270371059c63123779ff904", - "treetable.header.border.color": "341bee073df4cef71a735c7a35ffbaa9f37c6ce0", - "treetable.header.border.width": "38e56a2edd9ef888a8c64237169cd6df76230a23", - "treetable.header.color": "9440adbe03136be61689f4c3366fd0def1673dca", - "treetable.header.cell.background": "dd2096da1bedd60a1c08be7fa3e20b99bdf5c694", - "treetable.header.cell.hover.background": "502f64caca7e10d8989eb38a196ffe8a631f07e7", - "treetable.header.cell.selected.background": "d787b1bb245950ad4fb13ad027955df3cdcdf212", - "treetable.header.cell.border.color": "9f77e77c668565f37dd0502b5a87b80aca7ea296", - "treetable.header.cell.color": "e6bea166233d935c306275bd7df135c1713f8dc0", - "treetable.header.cell.hover.color": "3cf332c616e021533fb0eaad4bdf95b0561cb423", - "treetable.header.cell.selected.color": "e0e1c16d867a76979c73ce74b3028b3d0a567bec", - "treetable.header.cell.gap": "0ace48c387fc9caf39a01eb3fdc883aa3299ea91", - "treetable.header.cell.focus.ring.width": "9a02177f617a29aaa8c882bebfaa31260d1fd42c", - "treetable.header.cell.focus.ring.offset": "a80d2ba210fdd399f3dd7c06903698db7434832c", - "treetable.header.cell.focus.ring.color": "7eded977bd5fcc58ef12115e66c50123393b351c", - "treetable.column.title.font.weight": "610c0192fb8fdf1d690e9e1e3752be2fe6fd5fee", - "treetable.row.background": "9f44c04fd2b0fba225a3cae6798fd5ab4f21eec4", - "treetable.row.hover.background": "f978677e5d860ecd31ca57fb52507d75b54a2157", - "treetable.row.selected.background": "30756146a9c7d5f81df99cec386eb1dcb028b7bf", - "treetable.row.color": "3e5674224a750b34707eacb435679fd3538b7570", - "treetable.row.hover.color": "b8dc340be79e49734c2318166f7e79460d148265", - "treetable.row.selected.color": "6f72f9d605793f2c4b55d49e7174f50cc575386b", - "treetable.row.focus.ring.width": "aaf8ace9ad31c9bb1623aa20844b5af22f84bce8", - "treetable.row.focus.ring.offset": "7446d1b6fe5748c0d0f836a7b3ab9d744fa3a07c", - "treetable.row.focus.ring.color": "65d40213a91a50f437ccf0e928bd022df0590d8e", - "treetable.body.cell.border.color": "140229b861443bef0ce918c18e3e1f370df62ead", - "treetable.body.cell.gap": "7a5c148473f1a0d950fd7eb6d0b8aa97a340e1fd", - "treetable.footer.cell.background": "d586bdb3d95b0f5d7d19e5e289352b4117af4f95", - "treetable.footer.cell.border.color": "592c8b823a441f8f328b73f58f923121c3eef83d", - "treetable.footer.cell.color": "0d1218cf5907d36a88a9e148d6486d5d834ca0cb", - "treetable.column.footer.font.weight": "7aba730d1f5d9918d0d17c63c13145009415dc79", - "treetable.footer.background": "eb1ab976768746a91389cd4371cd68825437ddfa", - "treetable.footer.border.color": "b5add7057da0e85eb01b35d364097d17f15931da", - "treetable.footer.color": "a6e976d51c52b22b0a606a3d5cd5331e4d60454d", - "treetable.footer.border.width": "0590f856e74a9af4c532bad3c8c90b903f7cced3", - "treetable.column.resizer.width": "d8fd1ca82d8edaaa77b3f7a234a67ebf35dc9f93", - "treetable.resize.indicator.width": "8f48f2c7884422016ded1f65b97ff654d3846ad5", - "treetable.resize.indicator.color": "5bf706791fce3f60aca20b1ccd30ea5cd2602ad7", - "treetable.sort.icon.color": "ac7958652ea6100097f3bcdc1d8dfdb18a830b2d", - "treetable.sort.icon.hover.color": "44dc0808c7796b392d7664faab41ec45d2dca818", - "treetable.loading.icon.size": "fde8007b5ebeb5ba66cfe29e15c8cf188525961b", - "treetable.node.toggle.button.hover.background": "a2ded8df74402915e46cf4f7fbfd95944980f373", - "treetable.node.toggle.button.selected.hover.background": "68d5cd0a5ab526674065a960a81606f197ce9511", - "treetable.node.toggle.button.color": "14d15c7e66dba0756e238295720b125663a5bd6c", - "treetable.node.toggle.button.hover.color": "26d6fb62ad9c2f2333bee19781e4e307bb01a9f3", - "treetable.node.toggle.button.selected.hover.color": "bba9b146cd6881f057db7968177e370f9f1aef5f", - "treetable.node.toggle.button.size": "87c6b8431bf9af7b03bb2da165319f5a3ef300da", - "treetable.node.toggle.button.border.radius": "bf63d488a20d74ca02793726f3b44a6e5884cdbc", - "treetable.node.toggle.button.focus.ring.width": "a4b35876d9db574b77ba2ad2f7133672eef3a9ee", - "treetable.node.toggle.button.focus.ring.offset": "49774b91d6bb314770f372124a483c5044533c56", - "treetable.node.toggle.button.focus.ring.color": "9d3c4843eb8650bd790005b99b674042714be909", - "treetable.paginator.top.border.color": "63cc349c5bd81ac6fe7b3ba8abe1ca5b7f59d94c", - "treetable.paginator.top.border.width": "8c149d165b9a51e66c9d1b8bd46ffebbff1002b0", - "treetable.paginator.bottom.border.width": "8bc91d4270faa1d2b8163f12af636e1862d8dde1", - "treetable.paginator.bottom.border.color": "e748d575e5ef66529b286506e19ea0b84c1cf5ec", - "toast.width": "6ebb8f2d625dd3eee2da7e1da6f4da4c0fc0e785", - "toast.border.radius": "6c0ca11f78e5eab04c79dab780030f76b680ee36", - "toast.border.width": "cda78872bd2b2e73a2e641506d4cdf5ff5d68969", - "toast.icon.size": "0b0e6e42968f632d014c748316f185db15088023", - "toast.content.padding": "78fc84f29609f7b03d0d188413315f9daa9564ea", - "toast.content.gap": "aab468f953d0c4fabfad624290cd1ba272839586", - "toast.summary.font.weight": "d52bbe28a09eb089c9c718b4a4a12eaac9f3a0d4", - "toast.summary.font.size": "8f2840b338aa7887cee8c3d5e30cf6271a31561e", - "toast.detail.font.weight": "a6ddd62540ba9099418508597a3fb1fe856dd62f", - "toast.detail.font.size": "3a2170d68c60d34af09dc8743c101d36afe17964", - "toast.close.button.width": "a496c3ed52c04923c719485ba72bba78a1206cda", - "toast.close.button.height": "52ad861f4d88683d165e598f5061204378d79b00", - "toast.close.button.border.radius": "21e166ad92433879a145cbc242bd28cfa8ecb663", - "toast.close.button.focus.ring.width": "05e6ea42758058c397cd0cca4ae7a5df254e42c2", - "toast.close.button.focus.ring.offset": "a2d6b7df78ca6e903cfa1bdaf58926d37af60c84", - "toast.close.icon.size": "788db4ae2316adbd1a5232c688a47bf0d337cf2f", - "galleria.border.width": "dfe216081e7c4e48546f16816e471ba0b3223075", - "galleria.border.color": "131f121fe1dbf419df3b33f4a51e03d998b7d0e4", - "galleria.border.radius": "7582da23c27d38260ef358b887c20c23bd426876", - "galleria.nav.button.background": "655bbc982f60813f551ec52a7581857c9a2d670d", - "galleria.nav.button.hover.background": "7243bf25720dd42a113b836ff66c2b4bdddf9a9c", - "galleria.nav.button.color": "4d50560175512010b36db3bccdde2d411064ac19", - "galleria.nav.button.hover.color": "0941c9c0de10600bae92dfd9b2d9a0b369f33849", - "galleria.nav.button.size": "e0c0568b2d92b920059678e3e5bb6c86e9db2433", - "galleria.nav.button.gutter": "20762c6075a6a404bb7f1dfbeef6701343daa5ad", - "galleria.nav.button.prev.border.radius": "e0bb2bddbf45cd0df4aee139830b8dbc3555565b", - "galleria.nav.button.next.border.radius": "c9818d8b50bb2ac7c437ac35da3d6c0e3ccb6c7d", - "galleria.nav.button.focus.ring.width": "eaa18318c24a6579d18bf4bf8508a2366f486d86", - "galleria.nav.button.focus.ring.color": "090550fa6609870c872ea0bd0c3af805b25e35bf", - "galleria.nav.button.focus.ring.offset": "4b8e45be8dc1b6cec41bf5ca46ecdd2c23c1be01", - "galleria.nav.icon.size": "3c0be445f4dc5c0914efc4aeb77d5c62a1d99d89", - "galleria.thumbnails.content.background": "12340c51066410a6ae8e2c8b629f430ad195d4da", - "galleria.thumbnail.nav.button.size": "4bdc4ccdbb3c3aa9fc47fb3dbe860205245f2e91", - "galleria.thumbnail.nav.button.border.radius": "3428c61b2893344c940aac6484f2f5a6bca8655b", - "galleria.thumbnail.nav.button.gutter": "542cf2199ae2a30f69bdd93bac7dcb588474c1db", - "galleria.thumbnail.nav.button.focus.ring.width": "4ab3c70efc0b41aed3af917e46954f8f87e28d0e", - "galleria.thumbnail.nav.button.focus.ring.color": "3789e2481dbcb19e799558b8cbc045d4f559fc76", - "galleria.thumbnail.nav.button.focus.ring.offset": "bec8ad339a54e6eeb29c5b95594113d27f78632d", - "galleria.thumbnail.nav.button.icon.size": "818d59e47634a7a85849b5cdd3941c9d4deb4e50", - "galleria.caption.background": "637fcb822927ffc0801c608032d7364f67153c9b", - "galleria.caption.color": "d21e20d615d9d07681042940eea628ed2c1dcbfc", - "galleria.caption.padding": "1a97bc6e1403ce237764118863bc33b0da759ca8", - "galleria.indicator.list.gap": "55ba00989280c2bc4b0e56518f3e96977fa3736d", - "galleria.indicator.list.padding": "cfeda65383b68ccef6492f2ab889c5179ac02b6c", - "galleria.indicator.button.width": "668b7351fe9a53fac48a7b47193750c148a44dc4", - "galleria.indicator.button.height": "53264a7a4990911e4ba7fb274c15ec3b1d28674f", - "galleria.indicator.button.active.background": "213d9f91bae46e6dd6e01550c2ff81ad7acab789", - "galleria.indicator.button.border.radius": "3efc141e12aec730448f4a695b5f1d6484dc9ba9", - "galleria.indicator.button.focus.ring.width": "a6dc9b79d69f8fe95508edbebcb48c526d5b2a3d", - "galleria.indicator.button.focus.ring.offset": "057be4e1c60a975d2dac0113dc477ccbf1b39132", - "galleria.indicator.button.focus.ring.color": "c0a1dd6f81afa7ffad4b9a4692e6bc4ef96ce998", - "galleria.inset.indicator.list.background": "9cc4f56368f65bc66338f9c63f01b36a984670aa", - "galleria.inset.indicator.button.background": "362fca23e0a7ca1bf1d552ee35de4901595767cd", - "galleria.inset.indicator.button.hover.background": "113702409198b94f0b9405bbe8d5f26ff407e990", - "galleria.inset.indicator.button.active.background": "6369ed7ae8bd9ce93fa9d63169648c93c0ef72bb", - "galleria.close.button.size": "dad3bf11adbee07e8839e0e09f7a3117195bf1ee", - "galleria.close.button.gutter": "3f39142a4a522c6dfa5b59fedfd3a1994b00957b", - "galleria.close.button.background": "c407ad43594c4e12523c67ac1e69fea28e95f363", - "galleria.close.button.hover.background": "44edf90737d9ebd3454bd585c599e39f81b0034f", - "galleria.close.button.color": "22b3d62ed9f3588a020115d0b56901000f33acf5", - "galleria.close.button.hover.color": "b6c34426c0a9641dd5c35f5073f470e0d119d4ab", - "galleria.close.button.border.radius": "5e897d8f62e3291ff11a3860e95659e84b92c657", - "galleria.close.button.focus.ring.width": "49b906c214383f295f4d70be2f01a349bd031f9a", - "galleria.close.button.focus.ring.offset": "a2f75893d540e37b1034b4cec120eb2d17cd98bd", - "galleria.close.button.focus.ring.color": "6c7cede4b058e51ecd6c1318bb233fa75d4f4e0b", - "galleria.close.button.icon.size": "27063d78e59260565b5176b6dca84038253d32d9", - "paginator.nav.button.color": "676fa05388a6bb4f9931d88cd76a288cb4bb7498", - "paginator.nav.button.hover.color": "5854891f9330cf272abcb19077ecacd136787f15", - "paginator.nav.button.selected.color": "a927b0c54f620e751d27ffee84e66b6ac3011acc", - "treetable.figma.body.cell.padding.sm": "a84c87425b766667c581ea865e3c3ada5616e7e7", - "treetable.figma.body.cell.padding.lg": "4a058f83a2f0d9163e2c3f04ecb8362283834b44", - "treetable.figma.footer.cell.padding.sm": "834ae9bca11d434ee89429e77c1b764e6a37f955", - "treetable.figma.footer.cell.padding.lg": "d4300c12107be4b756e260acddfc52ffd6920133", - "treetable.figma.header.cell.padding.sm": "af3ff8d52d51faf0f1d1d477b0d1f89c2798c77b", - "treetable.figma.header.cell.padding.lg": "2874c11163f3fb5f9a06450fa262556afe82d397", - "treetable.figma.header.padding.sm": "7cd4e943524845d925c0fefd1fac39006c961a53", - "treetable.figma.header.padding.lg": "38203a767ab2f14d7da8e485fcfb5395981a1d6b", - "treetable.figma.footer.padding.sm": "dcc65f4540e0dd9371afb7ec35f1a6f77cf3bea4", - "treetable.figma.footer.padding.lg": "f2fc4085c9df37ffa972add7c08e4997be1166b4", - "tabs.tablist.border.width": "52a1ed18aac5d36aa34623cd246d64229655ad69", - "tabs.tab.background": "de2298348d119fc120f41f0a73687475b2624e29", - "tabs.tab.hover.background": "95d21ee7779ca2af899f5c7ef373455b2ec76086", - "tabs.tab.active.background": "a09bf54e133b848cb1dd161092f78508036e7311", - "tabs.tab.border.width": "99e0be7663b82ef4f30f52c42001d507dc96e97a", - "tabs.tab.hover.border.color": "deaf94aae4fa9890bed253ca8e2765a0fc20ab76", - "tabs.tab.font.weight": "c5a5b280441c6a040a5867c1c04cfdf62ac6f628", - "tabs.tab.gap": "7979840b13e0c9451228c3315b4069d7a7965043", - "tabs.tab.focus.ring.width": "b0475787be987860b909afaede54858a9e76b643", - "tabs.tab.focus.ring.offset": "f9b8d59eaf1960b10f19c1d87c4b32dda43d2a58", - "tabs.tab.focus.ring.color": "b18b0017a7ee932bfdc55b5b4b716069f535b75e", - "tabs.tabpanel.focus.ring.width": "df989fe1bf4cbd14b56714bd279fc212ceb60322", - "tabs.tabpanel.focus.ring.offset": "983ef542c1ca436ba94110926119911a4d0408a0", - "tabs.tabpanel.focus.ring.color": "596ba1199a27d25f8534c37ccc3f188d8dd4878f", - "tabs.nav.button.width": "f6016ed9327ba26d9dc82d4c845e21ea99a22ef1", - "tabs.nav.button.focus.ring.color": "2de17b59dbb0c22e0f5b8650198c7732f09dab89", - "tabs.nav.button.focus.ring.width": "bcf78094f8bba7edf6254dfabe435c72066ca760", - "tabs.nav.button.focus.ring.offset": "2245105cc6a92c38ef052cffd04633ada01b3e7d", - "tabs.active.bar.height": "09d60bf836d305a1026720fefe96f7433628c988", - "tabs.active.bar.bottom": "a7bb48abe24f6d4c5ad0123c128e78da83613900", - "tabs.active.bar.background": "6efe03844140f0a87ded1ead4159bcb5ee9ceae1", - "popover.background": "10024203e49a8697fbce9ca4a2b4928508958ef3", - "popover.border.color": "6d22e90bb35f8c3be8b5334c270172271dfe9cc3", - "popover.color": "fd3b1b2c1e6a976ff1755865055e4c1dfa4b3057", - "popover.border.radius": "e4d7d21c0ce2aec7b01b6b69b9cd787a290b7139", - "popover.gutter": "379009b456027bd3e284563b25a93359881ce062", - "popover.arrow.offset": "ffdb47f47733ae62741aa75844ccde4a78130d8c", - "popover.content.padding": "57cfb382bce4404195bfc42910a9c935c03d26ff", - "megamenu.submenu.gap": "f1fbb41641f834199c686f909522db455b899ce2", - "toast.text.gap": "bfeb4fdcdc37c37a9efc8cd2192ba8edb09a1388", - "image.toolbar.position.right": "082b9f401fd6c1dcbb5269e08b64b8975d109c2e", - "image.toolbar.position.top": "bde8f2b24efd4a6e5049489d8f73e7c13e464fc7", - "fileupload.background": "d54f32e10537f771a39226c543293932ab9fbb3e", - "fileupload.border.color": "793124dd369fc3d34f7ddb2bc86a2badb49295d5", - "fileupload.color": "68c63d7dc16ab68dfe1c8b4f8dab48a2c975500d", - "fileupload.border.radius": "fd6a99f2606c695e8b65397e5b5934f90b7a18d5", - "fileupload.header.background": "156be9cc9e730cf460a0c13d5c24012d42f3fcb1", - "fileupload.header.color": "50ae7f71e886b43fdebdbd799996465bedff6981", - "fileupload.header.padding": "41b723506c4e363189764259a49186b0a267ee5f", - "fileupload.header.border.width": "9a56a720ad63d67679fed3404b7e2907a235c239", - "fileupload.header.border.radius": "4f4401e4e4b89ac490a7fadb8b37a720eeddc5fc", - "fileupload.header.gap": "82bd35727896b8cf470f47f0c59e9e03d196388b", - "fileupload.content.highlight.border.color": "a4e1937e6b907c3ac6951849ce1e8d641e63356b", - "fileupload.file.padding": "56ac3a54548ad155c34f2d24b196a579693165d8", - "fileupload.file.gap": "96bd465302ffa1ce081ae62473e445f619841f18", - "fileupload.file.border.color": "22d8ad201d05e69beb9520a7e06d55170b8e4ed1", - "fileupload.file.info.gap": "166a48841f9b67c1c8c697b6fff1b87cc54e4e1d", - "fileupload.progressbar.height": "000bdd7d7fdde0f7304fddef49b999bdcbeec3e1", - "fileupload.basic.gap": "caf9a57c275b8f4e525e8d75a573179a1687ae3d", - "treeselect.figma.chip.padding.top": "6387e40d7d3228229cbd6c140ef4827ad16f8faa", - "autocomplete.figma.chip.padding.top": "a1403b48a4ef2557052cc554ac69f993cc1ec03b", - "multiselect.figma.chip.padding.top": "5ffbbc13a815b879fc80edcc14ff2212a829cdd2", - "treeselect.figma.chip.padding.bottom": "50aed8927c5709a80bab06b6e6614ac03ddae865", - "autocomplete.figma.chip.padding.bottom": "f6fe1073f49a5f806bd895a05c8949b71e3c68e8", - "multiselect.figma.chip.padding.bottom": "a73006620f46c9ab882882faeee84f22f8987d2b", - "treeselect.figma.input.multiple.gap": "9f7b503743dd9043d7b0606b4ecf777d8459059e", - "autocomplete.figma.input.multiple.gap": "8b95fdcd34095d1ecfb23a435d92301d605c1d62", - "multiselect.figma.input.multiple.gap": "046d04f3fc0b0a5764209039f7718214139db643", - "autocomplete.figma.multiple.border.radius": "3650bbefb1b27a04667a99b7b1699d522631ddf2", - "autocomplete.figma.input.chip.padding.top": "a99317865ced63dd06017a5bfff514066c7811cd", - "autocomplete.figma.input.chip.padding.bottom": "e4bb84b633af6d5e21ca05499a30cc26b6be99c1", - "autocomplete.figma.input.multiple.padding.y": "39900a885f4a15b2cfddd293da7eb93ad670dfab", - "autocomplete.figma.input.multiple.haschip.padding.x": "cd4ea84658a8d2a711bfbed5c26912008953e1a3", - "speeddial.gap": "35f16a387abf610b8bf7ad6c8e8187ea4cefae72", - "splitbutton.border.radius": "4550322df77174d7ec150ff429b362a5cc58c104", - "splitbutton.rounded.border.radius": "c59fb4f9beb5dd34693795bd8d426a874d8d07bf", - "stepper.separator.background": "b438f80be46d1532f7fc5037fe11685507b6ce64", - "stepper.separator.active.background": "ebbc1027d96e64e0da103eff0629ad0eb8da5a6c", - "stepper.separator.size": "87756c4a1235a231b02f22c4676edf321879ce0d", - "stepper.step.padding": "379e17fdce41b4f9a05b0441dcebc5e8459c8149", - "stepper.step.gap": "17c70cc98d0bd21be92f7ca9d97d825bb1b6024f", - "stepper.step.header.padding": "328b37097d005ac7809f03150369375990aa669f", - "stepper.step.header.border.radius": "18dd67aac03a86930b063d1b1f3a6b1943ddfbec", - "stepper.step.header.focus.ring.width": "948ab8f06d4ee73da1d3ba4d6ca19e7ead6480a6", - "stepper.step.header.focus.ring.color": "dc28299d94c6cafb5f865dee6a91504dfdae946e", - "stepper.step.header.focus.ring.offset": "00373eafec3edc86687566864aa9a2cb79ffe21e", - "stepper.step.header.gap": "08b45535d9bcb3f54c69f2c92113529f8a2edd4d", - "stepper.step.title.color": "ac76e288ead82d5836d7cb58dd487986b9c158de", - "stepper.step.title.active.color": "1f11f8de1e25497dfb11b01bae28e2acae98bd62", - "stepper.step.title.font.weight": "00f7de5ba7f9769cc5bf8baaee0473bddf87943c", - "stepper.step.number.background": "6b7c73e04908c8051ebc784174eb42ed2891a051", - "stepper.step.number.active.background": "37fc664cf9d8b76e69363415b9d2d5eb69ed6340", - "stepper.step.number.border.color": "ed828071d9acd6b95543fa0eb227587c2bb9146d", - "stepper.step.number.active.border.color": "e2c4d1d2b3686657d7d1c84613d94b78db863e37", - "stepper.step.number.color": "5fd157198c52a9c7618394b8632e85b7cf79bbf1", - "stepper.step.number.active.color": "b37c1b3ade744487e8fd58dd88aeada35cf73dd0", - "stepper.step.number.size": "8bb1f4ffbfd9c22a013a2af92d669c2e89d03925", - "stepper.step.number.font.size": "b896a583d9506bbd0d59012eb87af9119b18c40b", - "stepper.step.number.font.weight": "b16744c2fee721a371f8cf869a1ab5496c80400c", - "stepper.step.number.border.radius": "eb75b24bf159cca35bd312269c2ed958105a01ba", - "stepper.steppanel.background": "e367902f0c3f78f93c457b86a53c88ace3d81a3a", - "stepper.steppanel.color": "a81126816e740bb4014b0f6d6fe303381baf3e22", - "blockui.border.radius": "2629156fece95d14a7de0f76a1d158dd4ec31694", - "inplace.border.radius": "db518770474016f44fe036eafd2c2f71927ae910", - "inplace.focus.ring.width": "e401a4569ec30d96ee596884a5dbcc0413bdd08a", - "inplace.focus.ring.offset": "ab4e26e7239dbc6072e103fae367c57978336277", - "inplace.focus.ring.color": "a81d2fd10ebfb28583b37db8c35071de98b7033e", - "inplace.display.hover.background": "6132a95e5f5003179ad41e5056c291449d1b40f2", - "inplace.display.hover.color": "e6055bed0053c7face3bc873be6fb430d05b80f9", - "metergroup.gap": "f41e000f3de48ccb21bb0a3857e790bcd6f195a5", - "metergroup.meters.background": "be5685930ff91d046dd7626f574497505ff5c673", - "metergroup.meters.size": "f917daea9a186348d34aea20a61e6d878f44ebf4", - "metergroup.label.gap": "ac134601ee89fb79bd69534e3b5e47968df92d8c", - "metergroup.label.marker.size": "4c6bf0ca421404eb0434ab269c76739faa5a1e5b", - "metergroup.label.icon.size": "2d49325b53c0d857a1c5558215761a91131ba314", - "metergroup.label.list.vertical.gap": "062b84e7d91660a1a6c70b9250054c47ba0f27ef", - "metergroup.label.list.horizontal.gap": "ece9b4820399e58e1e48a7078e02637ffca48028", - "terminal.background": "74d2fcce6375369fafacb482cc32a82e55f3da49", - "terminal.border.color": "624ceb20646dfbfad367785420ec1dac2e769169", - "terminal.color": "dafedec26e8dc017659009626ba0114609fc06a6", - "terminal.height": "cdb033bc17fb1f3ebe8cd288b49688dc0ff5522f", - "terminal.prompt.gap": "abca32b4eb0920f942da289b4068b3da32c30ef1", - "terminal.border.radius": "c064a8105c3c96edb0d192ea818cb4774227bd98", - "metergroup.border.radius": "7abd7bf3158259bfca3728ee818c1c0d6777c2c8", - "imagecompare.handle.size": "834521afeede18b4731ae8e098acb4a522fee077", - "imagecompare.handle.hover.size": "64c8544631544ebf39fa6a57074ccfd00f710dc2", - "imagecompare.handle.background": "8bdd77fd4444cfa2842addfaa6a220731939494c", - "imagecompare.handle.hover.background": "c9e3233ad26a0c915212c4947693f80ee45ae0d9", - "imagecompare.handle.border.color": "2a6bff3712e1a7e0385b65c4300be6faa57e12a8", - "imagecompare.handle.hover.border.color": "79ffa521bfbeaf771745365066e5bf13783a4c05", - "imagecompare.handle.border.width": "14d47b181e082e6a809752de73bfffa397ac3ad9", - "imagecompare.handle.border.radius": "076583c6f1e7a63b721da11b52cfe2b55e591708", - "imagecompare.handle.focus.ring.width": "9d799f240a05e257d20017de9c6a90b5d4c91c1a", - "imagecompare.handle.focus.ring.offset": "e3130272716f77bd23a81fc565751c3c784e84b2", - "imagecompare.handle.focus.ring.color": "73c64c3b8afb1168059154d01edcadd231a9b730", - "imagecompare.figma.handle.hover.border.radius": "680b54c9e5ab613e6bb15459610305142d0392f9", - "overlaybadge.outline.color": "c3f0c226abd963bb8c73d091b4e2b5f59e7e1159", - "overlaybadge.outline.width": "273c25d61a5f841e8305ae1d78937d716b615ff8", - "inputtext.filled.hover.background": "84e296a68b9b623e5840dac21f457e2a3135c132", - "autocomplete.filled.hover.background": "a85651339362f70b61d05ec4b8ad0f39ca6c2564", - "select.filled.hover.background": "383c9586a4738df00971393c72642e851b5d160a", - "multiselect.filled.hover.background": "c831efcaa2be9ecb62a5ab378782b3f3aeabee96", - "cascadeselect.filled.hover.background": "8c5a12989ef13873f874cb5c20bd289c9cd5f1a2", - "treeselect.filled.hover.background": "d1a37f28b2a9a0509036a6dfefba7b6e0ccbf0d9", - "rating.focus.ring.width": "c43cfc4b923d7e0bcc451d5a60abc6c82cdd5490", - "rating.focus.ring.color": "018c75f938774479e1b6010d75fa29bdcd673b37", - "rating.focus.ring.offset": "b4680b171b2a1fceaeb427496dfd9fb35b4913f4", - "contextmenu.submenu.mobile.indent": "e0013008ce79677cd7da7c4abf28ee1b9d8409bc", - "cascadeselect.list.mobile.indent": "c27abe1695fe914573f3853c8ef30bc4f35b3649", - "tieredmenu.submenu.mobile.indent": "1658f96bb21b684ff0e5f3cabd4357f8adb7234d", - "datepicker.month.padding": "87a380312665d41161c49205999b2b8fe5f37fdd", - "datepicker.year.padding": "129ca0d6fd0829fbcb01f330f4bdd816ed15516c", - "inputgroup.addon.padding": "47f016fa0c0421607516ff411dc88d6445eb3ef9", - "inputgroup.addon.min.width": "81ddf53390ffd46cc33c2c1a4270c70ae5c51b73", - "tree.filter.margin": "48107ca24b24f8dcbcc012699ea76607b85198b8", - "datatable.sort.icon.size": "d94487b854c1a8d3877902cacac9c15f3fd6a014", - "treetable.sort.icon.size": "ee8e78e649494f8aa7fd451e7f930e02f975bc7e", - "avatar.figma.circle.border.radius": "d15d575c35ab1647295e1a03c9c8b0c86d5b539f", - "avatar.figma.circle.lg.border.radius": "6555298e09e8b0b1583dffe6bc4547b321b9b1b1", - "avatar.figma.circle.xl.border.radius": "9fec959c0f32cb63b3324cb57baa908c3e059605", - "inputtext.sm.font.size": "bc0408a8bf8e816c226c4af5b88dd68c95db91a2", - "inputtext.sm.padding.x": "782bbd2e82773d8c3ac9b3c18c64ea382f70a505", - "inputtext.sm.padding.y": "b9317bfb97f8a612829a69993a3df068c85d5925", - "inputtext.lg.padding.x": "557e483c4d26a6b6f0f45003d7eb42b2a7ead15e", - "inputtext.lg.padding.y": "e5c1e8fe380ff5ca55e140c8c461e958fdedb87c", - "inputtext.lg.font.size": "14d96ed4c21df8acbf6fc86c5233e10a59322a74", - "iconfield.figma.sm.icon.size": "e5d521a8a421b71b64708014110d94a04d969130", - "iconfield.figma.lg.icon.size": "6a7d8eae4d993848902171da8cc2744d3660cf7e", - "chip.figma.image.padding.left": "d164d77c2aefa66ae59850dff1045a2cf7bde441", - "chip.figma.image.padding.y": "2bd9f96b5ca9599a2817b790075e6c92480682ea", - "toggleswitch.focus.ring.width": "7da14f94616113d84135b05fc47b829174f8bb53", - "toggleswitch.focus.ring.color": "2e9bce43cecf0926ced72764453814fea8d75cf0", - "toggleswitch.focus.ring.offset": "4a9d94743a671b61c8ee9d2a6d6ce48e2bc095c8", - "breadcrumb.item.icon.hover.color": "cb3091a9c2dbec6669140093685ca3c60dbb14f6", - "megamenu.horizontal.orientation.gap": "be05752ab5746ccb1bf447efadc462c9b92911c0", - "cascadeselect.sm.font.size": "d099c821afefeb182aa71d811f340d94010108b2", - "cascadeselect.lg.font.size": "b823fc5766698ecb042a4813a2f25eea0de5ecf1", - "cascadeselect.sm.padding.x": "283dd629e54f86051aa1fc207996d5d52c282e37", - "cascadeselect.sm.padding.y": "210089136cb973d38e15cfd99bba1b723f0307bb", - "cascadeselect.lg.padding.x": "c8dd29f0b04a9004e8205648d76ea56fdc7e3376", - "cascadeselect.lg.padding.y": "76c501988c15ea9b6b2d14d13574a13887f5ba6b", - "treeselect.sm.font.size": "072c84070438cf426aae3d54bb5192e169491a54", - "treeselect.lg.font.size": "619c128a50ffcec9389acded7d7f8f20009d09ec", - "treeselect.sm.padding.x": "7a0a400a11b6a5dcf85069995ec63020d2deb4a8", - "treeselect.sm.padding.y": "0132806c1a3d5236559c153549b0e969c4769988", - "treeselect.lg.padding.x": "de807d87a59bdde783886856333910930e40f1b4", - "treeselect.lg.padding.y": "0c17850e47eada2ab44b2a1ef5fe32571abbd730", - "select.sm.font.size": "b5a5c3d62e48be0bd1f2980a40534c84ea4413f6", - "select.lg.font.size": "f4fb7d34349c5a28ec6f553d189606beb2ececdc", - "select.sm.padding.x": "16b1ef0a691091560dc4200c755dd578be248285", - "select.sm.padding.y": "005e95d2eca4738faf8403165edaed9d38644751", - "select.lg.padding.x": "ade380ebab9d41289fd230adfee27d4c0dce5b2b", - "select.lg.padding.y": "6e88deee205f544fe459150d62e2c17d31de37a6", - "multiselect.sm.padding.x": "fa2d04dd1761ee1ed1bacdfa49c37c57be83ee2e", - "multiselect.sm.padding.y": "1b6f9033ffb39288b3f5970522d2f57da742f808", - "multiselect.lg.padding.x": "9c8d5b925e1193e285f0f45e220b55bcad468d96", - "multiselect.lg.padding.y": "57293cb80b5045d8f903540ee61b95ec0005dda3", - "multiselect.sm.font.size": "543813e2ba3ef145eb4d55c410b4c979aaabc357", - "multiselect.lg.font.size": "e3b75fa722874449826fe0e4de0fc2203b72b99e", - "textarea.sm.padding.x": "877a0afa86a22272d749362dcc310a011f6d849b", - "textarea.sm.padding.y": "df31491e2103dd999838d2cc4d38b63be1a6077e", - "textarea.lg.padding.x": "a9ea1f2bf43ee3ea1cfcb8dd89cb9726b0884f7a", - "textarea.lg.padding.y": "ca1ea0070426c7f1b9f19319bb45457a4382178b", - "textarea.sm.font.size": "c415ad83ad6d7c3e6e63688495809be78c734efc", - "textarea.lg.font.size": "7dececce29ba660c9df9e1eae44c69bcc0c76286", - "checkbox.sm.width": "6c7b0dd4b3c40f01281e462716352fdcfd74e862", - "checkbox.sm.height": "19a69de61c9826a9ad9f7764d6cd82ea2bc0adf9", - "checkbox.lg.width": "b1a7d2a560c97d7d55905fbeb4f36c9a83408cdb", - "checkbox.lg.height": "5c20fbb0037db365b42d3e3e39c8e071e367947d", - "checkbox.icon.sm.size": "a5c2ff61cd2a900dc6832c094974276354d32d39", - "checkbox.icon.lg.size": "397a5cd9c2f6f42c165840b0cc6d80039ef7e9cc", - "radiobutton.sm.width": "513d838c736071c4a53fc7533f3096c619045ad4", - "radiobutton.sm.height": "1b059ca3c5f45f0d24333bf78f6e2c8385459ac9", - "radiobutton.lg.width": "a59fef1c3ce6ea05d03406a43a94dc50b9ed08bf", - "radiobutton.lg.height": "874eff75d988ff317db37d555030ec6aa3d97338", - "radiobutton.icon.sm.size": "e834447737e28bcf5600fa121303aca5d6cead96", - "radiobutton.icon.lg.size": "5311704b058fea722af7e057fa120c3a50c35b2c", - "autocomplete.dropdown.sm.width": "eb65a2dd5327fcd092c37407989e510de7355858", - "autocomplete.dropdown.lg.width": "f8d3f1f00c164a47f68894a71d81456a19e30caf", - "datepicker.dropdown.sm.width": "6aa9442a5b55d8f2caf486cadc76b98dd772865c", - "datepicker.dropdown.lg.width": "21e83da644eae5c74c32dee5c5f5d947a37448bb", - "inputotp.input.width": "0903fb6922708798cbc4be685ecbb12779f35e3b", - "inputotp.input.sm.width": "d6816719df231cf49befb6ac42dbe250ddcbf15a", - "inputotp.input.lg.width": "b6baf158b296571569b666964109702436bbc53e", - "inputotp.gap": "25f1823a5f78c041fcbb2d3943992fc82983e9ae", - "togglebutton.sm.font.size": "1c3cd8fb0183e7d6974aa0679d17ca3fdf95b1df", - "togglebutton.lg.font.size": "6d87dbc20b3adfbf1ad7b48d85a3e475d9e6b431", - "togglebutton.sm.padding.x": "5522f78ad36b743acaf5c7da3a794fdd1c6df8c4", - "togglebutton.lg.padding.x": "678a182b74d954d5d32f778523ee646e183fe083", - "togglebutton.sm.padding.y": "020f58c8f57f1d088041ddce17fc35f46c6c570c", - "togglebutton.lg.padding.y": "3189993b7ae21519a4b830db585c66aa8bc1fbe9", - "message.text.sm.font.size": "c860bcfbfa143f854b8fdfd9064197030976452b", - "message.text.lg.font.size": "fe2a8e70d81120d1cd73519db1a51dc432ec4082", - "message.icon.sm.size": "aaa9f79dad6273103630e69e94a69ab822e94c71", - "message.icon.lg.size": "2192da463e5ba615915970e65bfbcc465ad7fbe1", - "message.close.icon.sm.size": "5f5033abc270d399fef27155d7cd42b84ccb2589", - "message.close.icon.lg.size": "7454511ccba98a19314cd4b0fd5b40419af8b332", - "message.outlined.border.width": "fb7009d3c87e3d4a334621935e8e9aa022ba8f2e", - "message.simple.content.padding": "3f15265ed14574ea0f994bb94f834e194b25be6f", - "cascadeselect.clear.icon": "355a9dd47f7ed0e9d369f7a1f99bebd5824af949", - "multiselect.clear.icon": "21323eb7729163ffdda516817ffc281556694f6d", - "treeselect.clear.icon": "92aa3237886ded586b6a67dd420d7b397c342564", - "avatar.icon.size": "634a8d68e82755b129cc12f459f1771026f0b04f", - "avatar.lg.icon.size": "06055781b02010a30719f7e59c06f34373629077", - "avatar.xl.icon.size": "3de21d625bad0e9fde389b232ba8fa6051d02298", - "avatar.lg.group.offset": "6036e5adb724098e98d2d7b4d6a9164c1ff54c71", - "avatar.xl.group.offset": "2790602023ab6d26d81c4846500de3472f1e3fa4", - "fileupload.content.gap": "d8f9d76da5356123fc869d088389f4259240952d", - "fileupload.file.list.gap": "3f8902cc58d3440a37585a263bece4d8c78c184c", - "inputtext.invalid.placeholder.color": "502209b9cd8d7daaa37b274cb46bb94b73b6a195", - "textarea.invalid.placeholder.color": "1f1b81a33ac6750f20bef74c8481ce7617bc2250", - "select.invalid.placeholder.color": "f3950b6d4f26b6518f9a267a20e58aaa08a07240", - "cascadeselect.invalid.placeholder.color": "efc0b3f2ef107ef596e3c186b624114ac73957d8", - "treeselect.invalid.placeholder.color": "ce42cdf6ae3be08455ee23152218273bf9797776", - "multiselect.invalid.placeholder.color": "e7a57ec1083737aa481cd361e88f805f072d78b0", - "autocomplete.invalid.placeholder.color": "d220a3cded551c45d25edcb69da9cbc1a093edd9", - "button.focus.ring.width": "92e23eb644163eb91e509e724ae000829a6bf657", - "button.focus.ring.offset": "9e7bd33745f2f00a3175c0f820965f5a9720d9a1", - "app.font.size": "64bfbc74e47f5d8fc91851e4482f3b2f74952b5c", - "app.card.background": "5c3261a2a46b6619648a613059580dac7602b410", - "app.sm.font.size": "2545a7fa4653dee11e20d84387126f259f2381b2", - "app.sm.line.height": "4d98af73d34af1b19f4223518e2eee439abb7ba7", - "app.lg.font.size": "3dd691a35c57497c40f3f8638d074ca8e4500b0e", - "app.lg.line.height": "c907d03d3d3e6186c594c99fbfd2f398df4c8a04" - } - }, - { - "id": "557881c2e0bfff67508b33ad086475724247aa56", - "name": "Dark", - "$figmaStyleReferences": { - "focus.ring.shadow": "S:a4c63e951ee9bdf1b52c5e2d10b6834078a9418b,", - "form.field.focus.ring.shadow": "S:01fdaf2dc42e1dbd017df9775e159fbd163d974c,", - "overlay.select.shadow": "S:139a59b924be634537cd8b1ad8457813840506b7,", - "overlay.popover.shadow": "S:5ddba1548ee57689a2c111ed65d35f0141f2da21,", - "overlay.modal.shadow": "S:0dca3bfb5f78f59ce52792686193d99d552a2fe0,", - "overlay.navigation.shadow": "S:7478f51c4b455ba511a547837d0b3ec019d99cf3,", - "inputtext.shadow": "S:503ec001c9b363b94d2f107685be220a8ce20164,", - "button.raised.shadow": "S:dca318ba5e334b2f4a6c28db9067d0ca6c8d66e2,", - "toggleswitch.shadow": "S:2cc2c8590781eeac80ece9c12f0464bf19d44c60,", - "toggleswitch.focus.ring.shadow": "S:1d9c81724c2c80b0183d51ff165a04131d539101,", - "inputtext.focus.ring.shadow": "S:2b9362a7f3315b4a77a92e584094f80a600c9ab6,", - "radiobutton.shadow": "S:ee854767408340a59e402c6267834af74b561820,", - "radiobutton.focus.ring.shadow": "S:849b1a8587168335a3ca107b1c81a761df130845,", - "checkbox.shadow": "S:dbf2ce61229c04cb4662fe66299eeed57cb20f38,", - "checkbox.focus.ring.shadow": "S:ffaecd2d1d55a6ed7158abd9c5ac685891773d26,", - "autocomplete.shadow": "S:f3c917a6e774abba9873808cb9723f0670c0c86d,", - "autocomplete.focus.ring.shadow": "S:69860bff99493d49d16858592876b6a99d65aa7d,", - "autocomplete.overlay.shadow": "S:595a18fa5e1a0791a4ccf4395ed03f3ff2404dbe,", - "autocomplete.dropdown.focus.ring.shadow": "S:acd8a897acae1fcf666c4d4aa07ecc6964692e3a,", - "chip.remove.icon.shadow": "S:d611634d5136d58df3b6254d00cac34e03db51fc,", - "card.shadow": "S:e133d2e2dc409cb9141a43826ab72bedb08ae001,", - "breadcrumb.item.focus.ring.shadow": "S:fe2e0ad373228439b54b7fa02ce65011dcec05ff,", - "drawer.shadow": "S:cd24b6c8a3067bf62a1ab4e7b8af8995ac675167,", - "cascadeselect.shadow": "S:25125df5f0fbc8911041982bb41c0bc3c51f8a27,", - "cascadeselect.focus.ring.shadow": "S:dcec8d08093f44fb606c98554db6edcb24bc630a,", - "cascadeselect.overlay.shadow": "S:6666b74525263ab3b5f8e33fd881a2271bf08e1b,", - "datepicker.panel.shadow": "S:a2601a0c55702e3f181f9becab1e1682b98f5ff7,", - "datepicker.dropdown.focus.ring.shadow": "S:e59b6310f18f701d0ec6c73ac188a489fe0728af,", - "datepicker.date.focus.ring.shadow": "S:67e447b84eb8884ce7c36cc6b7423607e4ad9254,", - "colorpicker.preview.focus.ring.shadow": "S:d020b7e7a8fc33dc2f9095c8076bf7450a17c8df,", - "select.shadow": "S:5dd10a8f53eb8ccde97ba55bf7a0af602dab8e29,", - "select.focus.ring.shadow": "S:1fb0bed59f23390501f43c4665525e2ac963cc53,", - "select.overlay.shadow": "S:4bbe03dfb09f579340f0f14eaf2fe5443cc87c47,", - "editor.overlay.shadow": "S:b1db48c440055ab78efcea1e52d1e4c07cb8e3b7,", - "textarea.shadow": "S:6d723bc81c4e2e6f408250fc083ecffba0a2154b,", - "textarea.focus.ring.shadow": "S:015df052261957e66c781a02e7075d7d0d4403e9,", - "knob.focus.ring.shadow": "S:70e4a344a0d2d2338230745501c7600924232fd0,", - "listbox.shadow": "S:fbba3c15735e7e376b7a12aea1ca444f56ea233d,", - "multiselect.shadow": "S:f999a0cf59a37cd111cf88281674a8793186b425,", - "multiselect.focus.ring.shadow": "S:779487ff75ecc3ea6c144172addd210e36654d33,", - "multiselect.overlay.shadow": "S:49e1ddcdcbb4295d5f510862271fc45e32db57b3,", - "password.overlay.shadow": "S:3dc6bc05cb7c04f32c5b217a9837dfc3f6b61683,", - "slider.handle.content.shadow": "S:2038da4d0eb597388bbce57873b474a33cfaeaac,", - "slider.handle.focus.ring.shadow": "S:7d17b4699a5b6f58f87c7af9db5ed4379b20a736,", - "togglebutton.focus.ring.shadow": "S:0ce29104cd305f53b1c8aa37c50080efb3fd2631,", - "togglebutton.content.shadow": "S:fcd2e8d8b2261c7f4f138324f798f157ea4f4ce0,", - "treeselect.shadow": "S:6242a7efa7f5f26addf6d04c2e80e53e738f11b4,", - "treeselect.focus.ring.shadow": "S:3ee9d3bad4d13b4c27180132c59f257d52ac2e2c,", - "treeselect.overlay.shadow": "S:578a14f243eb72a9e70c6b45787f832c95f1e6dc,", - "accordion.header.focus.ring.shadow": "S:3a2253978db7c086c35435c7a788c61d7c97d7fe,", - "fieldset.legend.focus.ring.shadow": "S:b7e41d04ce06d68d69a7f6e1e6e4baa671ee5fac,", - "splitter.handle.focus.ring.shadow": "S:c3d9895ae337b3800fa8ec179fc93dfe60986237,", - "scrollpanel.bar.focus.ring.shadow": "S:9b7f594579b15654098484acd6ea8300cef8f940,", - "confirmpopup.shadow": "S:923b212ee56027a25efd26c7138cd93f888ada90,", - "dialog.shadow": "S:c4f62230db2bf0e1e11bde51821a8b7983a84f5c,", - "tooltip.shadow": "S:b904d466cde6f6b1a35c3ee2325a9ab6f0cd2d35,", - "contextmenu.shadow": "S:6d3abe9e4a68e3a6ef4eaa4175662d9897d071f4,", - "dock.item.focus.ring.shadow": "S:e3a24f1ed6b1cf1e1f5b2ee096c5802df0d558e4,", - "megamenu.overlay.shadow": "S:4467c11565c5ef71dac7e3b3ea9dbf44427b97a3,", - "megamenu.mobile.button.focus.ring.shadow": "S:d019d75b8fa604f867d10692086330c50f7c3047,", - "menu.shadow": "S:1ec89550567115440ecbc9e15dc9e43a58b8d982,", - "menubar.submenu.shadow": "S:34e28ad358e2514d20ed8e25b5e15dfafacfdeaa,", - "menubar.mobile.button.focus.ring.shadow": "S:50a228851605a230305a97cfe772fdcfc1fa8996,", - "tieredmenu.shadow": "S:f09d99dfc395c43243573210d129d9c2c19a1332,", - "organizationchart.node.toggle.button.focus.ring.shadow": "S:cf6477cced9fd0d77a590bda54677b6f783cab36,", - "paginator.nav.button.focus.ring.shadow": "S:095d92802ae44c472c8c3d365ff5df1bb77eb7f2,", - "datatable.header.cell.focus.ring.shadow": "S:6935600d3140e614ddc3ced5fdd10b361e9debfa,", - "datatable.row.focus.ring.shadow": "S:7f2fa9e420d75ec3f2757d516b9d4e20a6a90df1,", - "datatable.row.toggle.button.focus.ring.shadow": "S:5e261d365445f144035907594582ae426b9af9af,", - "datatable.filter.overlay.select.shadow": "S:a15332bcd260c5da3c89d7bb3c06694d761a6d91,", - "datatable.filter.overlay.popover.shadow": "S:4fcce13769c53a33df99d891117670aed4e94c57,", - "timeline.event.marker.content.inset.shadow": "S:b3043b42463a1107f596982da0133b7dcabb5aad,", - "tree.node.focus.ring.shadow": "S:6da6e80d26c8c0dd79751193e8ebebebffcf547c,", - "tree.node.toggle.button.focus.ring.shadow": "S:9d87ba8bf6bdc36f9e109219a41412d9c27e7e4f,", - "carousel.indicator.focus.ring.shadow": "S:ba5bdeeded5a23ac8aebcbccdcafad4e705563f3,", - "image.action.focus.ring.shadow": "S:c68c4d0c9dc6756ccabf1da0466732b878b97075,", - "treetable.header.cell.focus.ring.shadow": "S:322453f2d87756467405fc2c626aa07eace6d6e3,", - "treetable.row.focus.ring.shadow": "S:a0048d00e2ecb052b85fcf9a2547e6594ca8b60a,", - "treetable.node.toggle.button.focus.ring.shadow": "S:85b14170ed30106d09278534791d066fd26bf823,", - "galleria.nav.button.focus.ring.shadow": "S:12003c7c71a6c0ab5a2cf5fedcf793f45e2540b3,", - "galleria.thumbnail.nav.button.focus.ring.shadow": "S:653e55bf91b087e8ddbf1edca0ffbbff19a51fe7,", - "galleria.indicator.button.focus.ring.shadow": "S:ceb3028051f95aea6d68a67da33c89fba27d8814,", - "galleria.close.button.focus.ring.shadow": "S:8c484038d1131f119a520b7e5f6cdfd9ccefe0b9,", - "tabs.tab.focus.ring.shadow": "S:6b6714dabfbc6772e761206cef8a1fe900b453af,", - "tabs.tabpanel.focus.ring.shadow": "S:e27b88ba51c1e6c274453ab5e3c487bbc6b5c378,", - "tabs.nav.button.focus.ring.shadow": "S:5e03b9ce425bfd78f02e53e00d5664fc97287b6c,", - "popover.shadow": "S:34dde197715d8ee22aae0ceb8f11e6d4b233be47,", - "colorpicker.panel.shadow": "S:fd1b9804f8e17630cde256243ef956a086c95e99,", - "splitbutton.raised.shadow": "S:18f77b739cf5fe04ca9b53fa81499922823d1a3e,", - "stepper.step.header.focus.ring.shadow": "S:3b1bb64be929f27c7606890b681f24cdbff9e5f2,", - "stepper.step.number.shadow": "S:6be5949838a94e54ebd000522d8bc7f2748a9af2,", - "inplace.focus.ring.shadow": "S:f507a76fa9eed77632d68a8cf7b35cc9e6bbe6e8,", - "imagecompare.handle.focus.ring.shadow": "S:578fa937f38f59ee25a4ce57f937dd6f861452ff,", - "rating.focus.ring.shadow": "S:a805b51a19241887bc91281cc78d217d9cb093bf,", - "form.field.shadow": "S:c68a04829bd172bf0a2ea10ab4246bafd74e9c5d,", - "tabview.nav.button.shadow": "S:173e668b3a03574681f78482754f7de332671bc4,", - "message.info.shadow": "S:c241947884b5ca2991f62785a44897bfa85d7d73,", - "message.info.close.button.focus.ring.shadow": "S:5236f29d45cd94f29340dbb91a493125fecc31d7,", - "message.success.shadow": "S:3e5e6fa682c51a575e01e73fe61a3414fbf391cf,", - "message.success.close.button.focus.ring.shadow": "S:5e8863a9861ba398418311eabc0c423f57ccdc3e,", - "message.warn.shadow": "S:fe7266c33584cafe68f6ad6e3ffaaad984183acf,", - "message.warn.close.button.focus.ring.shadow": "S:757345b2c4f1c3188006e10fa7c1183ade0cd8da,", - "message.error.shadow": "S:034cc741350ec0884364bf314b8392a765daf93b,", - "message.error.close.button.focus.ring.shadow": "S:d808739076adeb6b89ad28ae9de32d47d9593bc4,", - "message.secondary.shadow": "S:fd5e79d250a9a65783ec6bedaaf2090608d44a22,", - "message.secondary.close.button.focus.ring.shadow": "S:2009f14b5f3722aa4460506ca43b143d333e2cae,", - "message.contrast.shadow": "S:517a6d0ccffd59bbbe8ffc188e8545df4cdc1373,", - "message.contrast.close.button.focus.ring.shadow": "S:38f03cac306e6935537ce7934b1500f66f13d908,", - "toast.info.shadow": "S:c46926dffef8464657e279a620d0de2b4521ee8e,", - "toast.info.close.button.focus.ring.shadow": "S:ae0bd6b2b0f65524a6a89885cdbee4b5d9830d6f,", - "toast.success.shadow": "S:e611d0c8c3d44b44fca4658db5f002d7f000b2f2,", - "toast.success.close.button.focus.ring.shadow": "S:ca6279f7046d9e3e24165fd8e87d8b703797c56a,", - "toast.warn.shadow": "S:51067822aba559f0407ba058a7ea9013a2fe93a0,", - "toast.warn.close.button.focus.ring.shadow": "S:42574b671655e0b7bdc4fcaf0a541b1d0268ccac,", - "toast.error.shadow": "S:26d9e8096e1e23b01421a6031c384ad820982d6f,", - "toast.error.close.button.focus.ring.shadow": "S:99ccc32f6e50e60a4a8ca3bd1e17ee434713e861,", - "toast.secondary.shadow": "S:bea1027fe05aae272d3b156c8305c57b533acf8f,", - "toast.secondary.close.button.focus.ring.shadow": "S:91877fc741b5290e203199d7eddef124a983f249,", - "toast.contrast.shadow": "S:a1076ce9ca3fbea92385db305c0ba06572663d06,", - "toast.contrast.close.button.focus.ring.shadow": "S:a77ec0e45e4f56c38b6af56c18e1b0829ecee8f4,", - "tabs.nav.button.shadow": "S:058030b342e517a4616d294e1432b2f5ff19dac1," - }, - "selectedTokenSets": { - "aura/primitive": "enabled", - "aura/semantic": "enabled", - "aura/semantic/dark": "enabled", - "aura/component": "enabled", - "aura/component/dark": "enabled", - "app": "enabled" - }, - "group": "Aura", - "$figmaCollectionId": "VariableCollectionId:7225:3443", - "$figmaModeId": "7225:1", - "$figmaVariableReferences": { - "surface.0": "5bc5ef19cd0d0daf4a3001a9fa68a0590257524f", - "surface.50": "cf9b0b8d9bd3765b30964506ea8c12e156ba6a88", - "surface.100": "49778e13d883d7f7ed104810a0d6ffa6e140b202", - "surface.200": "d8b98de68a15b561d4339345094aceda72266212", - "surface.300": "8a59129e03d86df76324930ac121d71364ea7ecc", - "surface.400": "a687b297684f2756f80acac0e3165117bb143723", - "surface.500": "c8fba114cf133c045e65af8720ee7eb0f48e7e5d", - "surface.600": "1a170832beea47f7599d1e5e8c480085c4eee2d9", - "surface.700": "f3b31245cb07be35243a86e7404d5254bf83cafe", - "surface.800": "463dbb675bd1bf955955d7a1a62488fb548a9166", - "surface.900": "4f724a27abbb564378cffbf118b048f623c793a2", - "surface.950": "ca26f859d8860164e6d6395e7f760057be304b1b", - "primary.color": "b5ff45ce52c60df5cc65a85e1938a29cd49499ed", - "primary.contrast.color": "187912fac54f05c51ddbe70c6426a1b9110f1a4a", - "primary.hover.color": "ef403f39f4015da9cbd2c38fab8a420ed7e89b0a", - "primary.active.color": "6d28d785ad0f59f19c1dea68c979d24dcbbad5bb", - "highlight.background": "be708c49c9f7d28dde74e0eed96fad75b310390a", - "highlight.focus.background": "ba70e00307c5d58f54c754d6966c6c4932dadf47", - "highlight.color": "b1296752d2f1dbcdf149b2120ad8852ee5ad4952", - "highlight.focus.color": "24500dfdfa574e95988b001aa6d7c0dd5dacafe4", - "mask.background": "63d03a65df93ab84110a516e86508ec4b6ea0006", - "mask.color": "50815944d92bd1915b525069f23a9122731d82eb", - "form.field.background": "4837d98be27211c351085c5f2a22057c090a81ca", - "form.field.disabled.background": "598336437b4bc546fd8ec3f1fc80068493b67184", - "form.field.filled.background": "b5eafb0fd0f0cfd040e7382410f4f16e2fdf9487", - "form.field.filled.focus.background": "9e00541d8f6f5ff409ddbc81458a5beb96a56b08", - "form.field.border.color": "b9db05a697c4e3644d85503c9e9afa438edcba46", - "form.field.hover.border.color": "00a7d9418fcf2409004b0ef92474f2961334d310", - "form.field.focus.border.color": "16c9296c6730f1f4a5ab94eb3efc093b4dc976d4", - "form.field.invalid.border.color": "85d62dad8bdebaa3f1b97200d2bd72aa3478afc5", - "form.field.disabled.color": "554862e53af24871b546fe4107d9281b47766979", - "form.field.placeholder.color": "103c2e7e846b28745eef6838b9844671635bf73b", - "form.field.float.label.color": "fd2b70d906aea83dcd9c533e3a445c2e82d00b90", - "form.field.float.label.focus.color": "02e5a6351356a0f269ec30e768ef7efddcbd6344", - "form.field.float.label.invalid.color": "7a88a0f269c04a8d1b247daffb70974b37930cb1", - "form.field.icon.color": "7da71d8c3b8ea391e31fc9ab7b80bafa54199f94", - "form.field.color": "f7d99d03bc6b8c5ccbc7ef7eb3f8c625a80037ad", - "content.background": "4fff378b429fe2db90ae09fd0fcfc56a6e665ffe", - "content.hover.background": "1110b006f219a99f8ec5a804be0b2db404c18b04", - "content.border.color": "36a82a862e7a54117ad9d0f189734ab451cd1e00", - "content.color": "c03b1960612107afdd7bb0974f5876d705444b5d", - "content.hover.color": "8f32711aa4b534f50c6aaab04ee7633d49bddbf1", - "text.color": "55fc2a323fa89330b3aadca7f3c724f95b134ac9", - "text.hover.color": "97a70166771a7ff21f1a6f5a3e2fc62c37885491", - "text.muted.color": "e928cf576d905cfd24f1f715e4ab4ff54b317596", - "text.hover.muted.color": "41626c9b94fbdf1b5a141d526d56d7f0c4ba39e1", - "overlay.select.background": "4d6fe22a0f16874c5d918b168159ca6b357198f6", - "overlay.select.border.color": "6827048db3bed49a45c818e1f163ccca18631520", - "overlay.select.color": "43d7accab82cf768818a187a3f6822b33e23c879", - "overlay.popover.background": "9b0f7cf21410bae13035a59cd333a7074a08b463", - "overlay.popover.border.color": "a903563507a06ccb6c63987c1096115fe28039ea", - "overlay.popover.color": "058b35b7b45bed4bfdb01507fee2456985ff8aa6", - "overlay.modal.background": "61a87e18695aadc443eefc72ee2dd54797f5e8a4", - "overlay.modal.border.color": "f6f65ec7cb92166f9db7a848066c628797760e1a", - "overlay.modal.color": "80fb69758378a1848cb9bcf3e0ef5680816f90bd", - "list.option.focus.background": "939ce454854cb8eae9bba6432856be49a405a47f", - "list.option.selected.background": "46edc13ed84b7cb08478fba384a8f486496ae8f2", - "list.option.selected.focus.background": "363b7f905e7b12fbc1d0a74c25d0790962702346", - "list.option.color": "9c8a2ad385b7c3a07ac41c4b7d3a5349f17734ab", - "list.option.focus.color": "c34379afe2a3608eebb8ae92fc061347a8f5554d", - "list.option.selected.color": "da7944d541404235c3e0948e1619e65e08cab1e4", - "list.option.selected.focus.color": "28eb447e34f39334ed1397b007287da384032e8b", - "list.option.icon.color": "d679405e724e635e1b238d5a5c7caa98f5e70af2", - "list.option.icon.focus.color": "beee03bd1def5ea64d37776bfa07786270a12957", - "list.option.group.background": "c4889865d833452f491fbbade0b86117391810b7", - "list.option.group.color": "b4759e9d3b213a85054e6e94fae4adbf08f086b7", - "navigation.item.focus.background": "de4ededf17686f2ad4cfafc09cd7763af0fc0b1a", - "navigation.item.active.background": "58dfdf549543954e20515f9d092d21e464866068", - "navigation.item.color": "df86ccd46ee21feb243bf176d280dd38068f0f03", - "navigation.item.focus.color": "55feb1ea8921ead7f794a65783e7cf1e92009b18", - "navigation.item.active.color": "a44f13890366d472c94b00e250f62cb0a6f2930c", - "navigation.item.icon.color": "19421dafe643608f5d891ec886bbd325042315f1", - "navigation.item.icon.focus.color": "533ba0b1ce8cd4f2ed154b186bf02cc57de2187c", - "navigation.item.icon.active.color": "d2954c5de6a021ddd00c0b76674251bd5477cb2e", - "navigation.submenu.label.background": "a88010fdc89f08cfa420d7b449402544837e039d", - "navigation.submenu.label.color": "5c3ce19b18aad822b350e3c2e2791e376ada3c54", - "navigation.submenu.icon.color": "96109c887d737e13130340fe6654d178efdafa6e", - "navigation.submenu.icon.focus.color": "d06b31460502f28c34fc4fd2bc2aae75cb6c39c7", - "navigation.submenu.icon.active.color": "1ed8812f30f6e2aed3d008aa3c335ceb27fa6414", - "form.field.filled.hover.background": "e4203b0286d4b6b00d86bd56e02c8f43933d0ea0", - "form.field.invalid.placeholder.color": "73a305a9854356e96a9e72bdacde9e33637e179f", - "button.primary.background": "8d30846eba9d9850d4a75f51fb2eca2c4ba2b120", - "button.primary.hover.background": "2ef06d5cee4c3bc07786eb0a746a95c65aec1108", - "button.primary.active.background": "fa583cf4a20949eb9acba7b56ffa1a7a3c8408c6", - "button.primary.border.color": "0058055a38d906cae9727954f3b2572d37554885", - "button.primary.hover.border.color": "8335970c0eb5e5f45e0b7b6903ffb89a93b692e2", - "button.primary.active.border.color": "988ba34cee154da2d988ad34bf53675beb8f3712", - "button.primary.color": "8f605f3822b6e084d6fd7b820fd17ea20c328ea0", - "button.primary.hover.color": "bb0c6fc6d54574bc0653f72928e0e5d49e2bd3d0", - "button.primary.active.color": "70423b95faec0c0316615f2b8eb0f5a31f379284", - "button.secondary.background": "898a8a4885b211f5e894ce4c916b766e88c6546d", - "button.secondary.hover.background": "ead7f18b16b4815c1a1a3f035ee84a95e8693896", - "button.secondary.active.background": "7c3cd9f39de95e67a05ffbcf38aa32e47b2ad947", - "button.secondary.border.color": "8a8db752a18674cac5be04c7a461a34afd225057", - "button.secondary.hover.border.color": "993bf564b62a8e7492463e7b4c06d53854230ba9", - "button.secondary.active.border.color": "9b98123c82f3d73069fa3eb9fb6385d9da23bf5c", - "button.secondary.color": "c8ff4aa5fc93715688d24876441de9c179dbb0bc", - "button.secondary.hover.color": "e05b1de62953c163a92af4edaa3e2210fa5ead29", - "button.secondary.active.color": "00571c3901ff13f7f3489e1fbe1370c228f297fb", - "button.info.background": "c6646bee026f09dbc0e58ed7b58f1a123dcdf152", - "button.info.hover.background": "dc709131ab8e74fa52fe3d8ea8ef3588a94e18f4", - "button.info.active.background": "12b1f711ed1ef729bb1bc059b35a374b30331e61", - "button.info.border.color": "d53016d13550404d22d14ad4904b6da8a4147599", - "button.info.hover.border.color": "0484a6da84314cad9292b364d7e23b7fb8673191", - "button.info.active.border.color": "f2e56ce4ead7f1c7650efee41c97625420576cac", - "button.info.color": "76c7876219586cac412a73d1b15a8a2dbedcf7dc", - "button.info.hover.color": "76263a069020549bf90c834100109dfbb2988979", - "button.info.active.color": "e8fab94b54b50ab51ce334b06461a601737b0e0d", - "button.success.background": "9376f80f1c14be502592999cc8ee7e16a51d0fe5", - "button.success.hover.background": "d61ab3ed0986a7f90b74c8f4331a4999a0c2bcf5", - "button.success.active.background": "4674c07a8ce9ea031a318cecb4e32e3f862edfd6", - "button.success.border.color": "dccf1e3b2949101ecce29842b8c2e5c15d1eb443", - "button.success.hover.border.color": "f73361506003242ab30b9cd68efe6358058c20d9", - "button.success.active.border.color": "87a578d8f59e252d93d4766461628745db73101c", - "button.success.color": "f9ac611c6d4cb15e2b9a79c9e840a6889cc4cfa0", - "button.success.hover.color": "d90bbfcb27ea690557f7ac87a645002e19371f7c", - "button.success.active.color": "1da8baeffa17f1893345bf0a72f7bca399ba4055", - "button.warn.background": "2616e00d48b3951f54b5bf3b94735274ab788a3f", - "button.warn.hover.background": "e49a25795b6930b8adb30420741e96076aacd938", - "button.warn.active.background": "22afddce771d0834237ddfc3793331a8cc7cd873", - "button.warn.border.color": "9307eca7fd6a359d2a07e6b5ee75f997c913c823", - "button.warn.hover.border.color": "c2ca1f3f8d43ec2acc7e358d1d19812003a0f136", - "button.warn.active.border.color": "5ed07e42ed4026cb0c258da34f688d7f89e1bbf8", - "button.warn.color": "22e8ff5a36564765d1ab10aff3cab980465a0ae1", - "button.warn.hover.color": "869fded44f5f8159c247b9fc928cd255feb79aed", - "button.warn.active.color": "f15d9d6519b83473935f9813dd32cbc532359f6c", - "button.help.background": "a9cf64911f834d6e7d2ef07bab831bafe15a57ab", - "button.help.hover.background": "de4b249e23348b72ab7acf8f95f29626e21fabc4", - "button.help.active.background": "ae49c28a4c331081167d6cbe4bc84ca47660f6b1", - "button.help.border.color": "54f74cc375e1198c8816610ef4de99cd343d5f9e", - "button.help.hover.border.color": "f8796ae45b955e8256fbca94b4f9727bebd8f9da", - "button.help.active.border.color": "3b0aa7c7c3ab5ae0a5baa6fd2583b877345671a6", - "button.help.color": "9482513fc41908976470115d1fbc9279544750b5", - "button.help.hover.color": "497bbaeaae3df2b4e76c523ca116b6bdcecf5b73", - "button.help.active.color": "d6eb32544a29ca6dfbafe9dacf8856a85a01a090", - "button.danger.background": "a2e477fddbf55cc84104dc51de190647f799a879", - "button.danger.hover.background": "d15c8f761d5d8b2d51ec153f34b2376560f731af", - "button.danger.active.background": "c2adfb23616292893da4fb3112fe6e522d0eaffe", - "button.danger.border.color": "d0dbf09f18649b34cdb68d8a0347afe8b6beeeb4", - "button.danger.hover.border.color": "4bbd05f17c5a7f5d2ff39734377b291912c9d9c4", - "button.danger.active.border.color": "8619a8e5c623638459a89f4768ac6c19950954d9", - "button.danger.color": "4bd71242d57d99d0670bfb426dd0c5d8e2ee1fd6", - "button.danger.hover.color": "c60e8e77ba2da706535db415d49dded508c22169", - "button.danger.active.color": "ae5b9b1add74b1923f1e90d171694743b4ff5533", - "button.contrast.background": "d7a882cf1bb508121d6e22342d16734df5195a61", - "button.contrast.hover.background": "be9ce75ea9ad3d26f704bc50f41b14f1241df519", - "button.contrast.active.background": "dde2e49ce41a1c83ae8804450a57338f6189277c", - "button.contrast.border.color": "bab60c1718d1f1f26e3237107c4733b3d39d3abb", - "button.contrast.hover.border.color": "ac3c3fba4037e267cfafc85364d5655230447cb1", - "button.contrast.active.border.color": "5082c5dc3f9d5db5e202fdd32558a87de96adf9c", - "button.contrast.color": "f7227d0ea14392cdd291f33c51459244f1225bec", - "button.contrast.hover.color": "23241ba713e6fe628414bbfa72dfee64b6f639bb", - "button.contrast.active.color": "8727d7d11ef4f102fc5b4638a238f4e5516f5135", - "button.outlined.primary.hover.background": "b58381052fae0d1679cfe06ee0f15d9d083564ca", - "button.outlined.primary.active.background": "0e73e56db1b4a5f6f4d3899ef0005a409c1c5af1", - "button.outlined.primary.border.color": "278c8dfbb51017ba05e88d28de128fa8d08d7c4b", - "button.outlined.primary.color": "8d700acd8a155252bb81498c25384959b130b543", - "button.outlined.secondary.hover.background": "9c439bbc9303bf27e00c82059df2db4c61e2d6e9", - "button.outlined.secondary.active.background": "6f78e12750090bf083014b21beead867563b02cc", - "button.outlined.secondary.border.color": "6737839446096bc23347fd7543326a904637a10f", - "button.outlined.secondary.color": "b5fb9367fb35ea8897e6c6b78528b83fb0c823eb", - "button.outlined.success.hover.background": "3c4bfc72603e6354f3815628f7663f6ce59a5078", - "button.outlined.success.active.background": "852bfbd0c5baaf02503bbca1bd364116f4249033", - "button.outlined.success.border.color": "212603b2e41e617be27e8f4fbbb4df8f2107a9fe", - "button.outlined.success.color": "9cc6118b720dacce9c26f909a4badc5df3038143", - "button.outlined.info.hover.background": "44d6bb225c61ebf4694b377b355e007ee9dc98fc", - "button.outlined.info.active.background": "c4c3eca230623df8476ec515adb8df6b3821b988", - "button.outlined.info.border.color": "f3a539fac7e3451ce616f3410358c4ed9110711b", - "button.outlined.info.color": "d04e8af2babb234136ee1e1a988f489da97be169", - "button.outlined.warn.hover.background": "a49b01aa205b82f7c88eef642e86eeec6bc64eda", - "button.outlined.warn.active.background": "ef10c23dc4bd29b1f320c64d2489421c8af77fba", - "button.outlined.warn.border.color": "6e33b9c24c2e83f8540c3bb2cb83c5c3b003a1bc", - "button.outlined.warn.color": "765ba9d977731aece6095d205fd7abdbdd4f8c3f", - "button.outlined.help.hover.background": "3b17c46f97bbc75f2475a30a2c56163ed632d2a3", - "button.outlined.help.active.background": "120c6c847646d9fb5e673d1a7212226a3af58d5b", - "button.outlined.help.border.color": "73658ec3ce31f786cd40dc8545a00acfe236d719", - "button.outlined.help.color": "1ac63854f269f75bf667a6c1089b8187f5984e7d", - "button.outlined.danger.hover.background": "2874f6f652680f100f491b1c60f8fadd3c3f4d01", - "button.outlined.danger.active.background": "8a10ef047a8d2c61d21cda2fedd2c206bd41fe9f", - "button.outlined.danger.border.color": "558e31339cb54e25808b416dce5db78676b13ab0", - "button.outlined.danger.color": "828bb4e3bfbf5c281ea2f1c63a4591e2aa94574f", - "button.outlined.contrast.hover.background": "3994cd774d8b2f2745a9eca8cbf27d6d4e304540", - "button.outlined.contrast.active.background": "fd92ae1e23cd92f604a63c8200a2e8b8c0edc122", - "button.outlined.contrast.border.color": "4b0784747e0f4e8fd559d6de767bf5e318b377d1", - "button.outlined.contrast.color": "a6be120e08c934251f7a74d4ac74ea45b68e97bd", - "button.outlined.plain.hover.background": "85e4a8ec6b72ed00173234514d18f42462712296", - "button.outlined.plain.active.background": "7d15e98c5c4d249eca41e5b5dd545c9233e6d63c", - "button.outlined.plain.border.color": "adf4f274b9c2dcb3834f2781fd2c710c39229de2", - "button.outlined.plain.color": "ac483d28edf9c19d9b10ec217ee6d032d9415c95", - "button.text.primary.hover.background": "508c4d5202309f1d3e3616c63a95b7a092fea779", - "button.text.primary.active.background": "b0b0b7600bfe605492f41c7fc194c2213a252625", - "button.text.primary.color": "cf9769f8b9138578a3c9b7831b9f5ea8ed51e455", - "button.text.secondary.hover.background": "02dc9bd4db6719d532886355e92e0645b00e5d57", - "button.text.secondary.active.background": "456ffbc0c39fa95830486e32d3ca488408648fa5", - "button.text.secondary.color": "6f06465e0c62404fce2b536e769c59d6ce1b50e7", - "button.text.success.hover.background": "5bc80c257a4e2a0cda853ae117d8907a58dd6939", - "button.text.success.active.background": "e77ad27d5bffe4ac96c2545494b01687ab23fe34", - "button.text.success.color": "40ed57f9c045766161f63e6ea2a3d60d254e413e", - "button.text.info.hover.background": "4638166ae5510c76e42c1ef7a5d294cc7362b3d8", - "button.text.info.active.background": "b8e675eacb7963610121ec190dd0eaed1facd013", - "button.text.info.color": "d1400e4b084f08d3fcd089023b284af915dd86a1", - "button.text.warn.hover.background": "c783a79df88a75f162ab478063f3f2e9762a14dc", - "button.text.warn.active.background": "d9728f55fff66e4aed9b76db045803580d43b790", - "button.text.warn.color": "d2967c29ac20a9a42be0da82ef650aa0b358d491", - "button.text.help.hover.background": "61c8af8ffa71ae70fd6a29be199c360afc24dd62", - "button.text.help.active.background": "bf0048448955c8e50d5b4162abea887a4cfad7a2", - "button.text.help.color": "50d96df081b6d6f2b049846566c2d21f6cd5b81f", - "button.text.danger.hover.background": "f240b46b959c187ca1b02786478e99e5f6180d5d", - "button.text.danger.active.background": "8d945e28f2cbdf73f2099db99321af1d7f044aa1", - "button.text.danger.color": "3f9db6f88fc9adedd37526f509d57a4b514b389a", - "button.text.plain.hover.background": "b941b6e2df4f4f9899a5c9686a28229e74cd87ec", - "button.text.plain.active.background": "320338c2f750a775c9f5f4c443e67762d5384dcd", - "button.text.plain.color": "ffd7d0fa17d8c50fd23450e8d146b75d0fe82464", - "button.link.color": "ce81ffcd410618449b6c1c2034b43a7d55a76647", - "button.link.hover.color": "d28b08b40edff0e91e1ebce2c60931048e865a24", - "button.link.active.color": "bb500b0b678543237bc2d9a46b50016145860469", - "toggleswitch.background": "91e6fdc30cd51f16e68336be2e68e1a8e5379593", - "toggleswitch.hover.background": "1d3925624aaeadc5a5f86d133a78d48b95fd62ae", - "toggleswitch.checked.background": "e6a870316447e1bd4179dfa6537596d5482e682c", - "toggleswitch.checked.hover.background": "b03ac76581615667a11ee6182d04d45cbb3e820a", - "toggleswitch.handle.background": "bba6c5b7c219bbcb513e64a32a3060ac6cafcc44", - "toggleswitch.handle.hover.background": "3dd34b3c8b1707c599ca6f4c2d08b4ce42ed9dd6", - "toggleswitch.handle.checked.background": "b980e7f891dd69907d0a7b23ac8d4d51998e7d92", - "toggleswitch.handle.checked.hover.background": "3185755c7820a59cd5e1d6bcf3be8eea05fd7ed2", - "autocomplete.dropdown.background": "76b5917ad4ab4bbafcd7db8e2184497c0d30f333", - "autocomplete.dropdown.hover.background": "a1ced656a4d8e6a6313a6a1e75faf9cb217f54f6", - "autocomplete.dropdown.active.background": "bb7b433e15cead7badb73e14a63f9c623ed47775", - "autocomplete.dropdown.color": "b0f46a510df48c6c5e9c3233d1f6fcdde4f84833", - "autocomplete.dropdown.hover.color": "7f37aff3bf67c3dfeb09cc199e35837f1963cc8c", - "autocomplete.dropdown.active.color": "edeac65f8444a790862e5be3adb99ddbda0b5f00", - "badge.primary.background": "34dad53cd6cbfedeb3f1261a04b46d4302b3ccaa", - "badge.primary.color": "25989390034f31a3b69c6e45be6dd3fad8e1f63b", - "badge.secondary.background": "e505ce1012668aaea3d4e2d2b82ad77c6a2b5ec6", - "badge.secondary.color": "18bdc198bf321bb65099f4ea1daa159b5a2595e0", - "badge.success.background": "dbba86737e866d72c51a32162dbd9bc1ed03cdc7", - "badge.success.color": "aa3be002d69ab7994960b4a37b2480f1060e7bee", - "badge.info.background": "3dde022825b189761018444154e7cf6988df70fd", - "badge.info.color": "df7dbd3da6180680128d074abde3270c18cc8c51", - "badge.warn.background": "07771c70790127b100b72ce000c90010f11d34c3", - "badge.warn.color": "28d9baca4a44b33593eea3c001d92c8e99caad3f", - "badge.danger.background": "651f8d9a0e9cd7d8906f4ee1789368f553ba7855", - "badge.danger.color": "25dac473556df4bf94ac3626c653de54f15e0e27", - "badge.contrast.background": "7cd30541159ea7220349d5ce54d16314c8f96e0c", - "badge.contrast.color": "bac74b9d95dcc7b891d1442bb2edcd3b21cbff6b", - "chip.background": "7a8a0502e632954833c39006b9c4f2e7bb2085b9", - "chip.color": "f718c2eb4eae664fd9bbcde4cc957bc1f00ab275", - "chip.icon.color": "d1288902bf741fa42cc5f592c145cb0cc449c98d", - "chip.remove.icon.color": "04c319016b72701841000bcb4b3442f32af8607c", - "tag.primary.background": "1e81544f22c9d746bf8497bcf5ceef72073cbd10", - "tag.primary.color": "04afc3932ac7e6a3935bce1f19e8d44e989b6d2d", - "tag.secondary.background": "7802860fb53436fc561a59fa8ca0ee0fe6d87bb3", - "tag.secondary.color": "ccf5e787bb320ae4086597b255edee3f70d4c496", - "tag.success.background": "65bee95443dba13422a9d34f85ff7e6263a771af", - "tag.success.color": "3ebfe9a6c8174b6f6f80551efb88f5226031f7fd", - "tag.info.background": "e924008812a0fe3ce890f3924d93588fa00fad97", - "tag.info.color": "fa3582d56a9e3bb70a0fe67b25c3b4907cd8b077", - "tag.warn.background": "83f4c6c1129fed875911ba717f91b7adaf88900c", - "tag.warn.color": "05723486e6a66548d1b9877b692c424ed581d9e7", - "tag.danger.background": "a8a55b4d7bc3376d6d2f6c7593ad5da4242f2c52", - "tag.danger.color": "4170394aad5bda083d2ae9fad9fd3841705e9a99", - "tag.contrast.background": "ca136302ff427a40869929b57a49a17f04262ff8", - "tag.contrast.color": "0b59ef9538c127b4b56c6b4a4bb31743bb15f711", - "skeleton.background": "76cf2ffd10a8619636686e96ed9a6869e6c5dffa", - "datepicker.dropdown.background": "af8ae2b2ca9604909c5f2b2cb25e732e1accd073", - "datepicker.dropdown.hover.background": "d04b2a38bf42e85ad000c1297a2088a4e125c2da", - "datepicker.dropdown.active.background": "143dcd7bcbb6568648826ea9140be60371814222", - "datepicker.dropdown.color": "9e5872faf8b414b5e8a425b5618f77eb9a330007", - "datepicker.dropdown.hover.color": "5e7c43b7d28cbbfce6da222f178cbeee428f908a", - "datepicker.dropdown.active.color": "6846bae9360414053bd162655961a39e8f7146af", - "datepicker.today.background": "05b8e0c32cf36d2db3d03e54360d8edafa39bdc6", - "datepicker.today.color": "0a9ce81eae8c422b35b91155bfd376601bea2c1c", - "colorpicker.panel.background": "09ac863277c22b45c3c02c7d0f0cf64bb49802fc", - "colorpicker.panel.border.color": "072e5755677d3f03497bc1f44c3e7eb891fe287e", - "colorpicker.handle.color": "fc4c6b9ccdb216350c3d95bf8208e44330eba056", - "inputnumber.button.background": "eee6d2d0974ceefee3c274b0364ca51a6538f3e2", - "inputnumber.button.hover.background": "f6a6af3853ab7d95cb002fc4dd0ba59af0d0ce32", - "inputnumber.button.active.background": "dac9c9fbffb52ea7e1e78f3a837d52241280d4c5", - "inputnumber.button.border.color": "647b3b8525a181a7dc22c59e5b937217ce115e80", - "inputnumber.button.hover.border.color": "e7fc712521978dfad1f39cb2e801cbb4b0e62af9", - "inputnumber.button.active.border.color": "56c24ea9e577271ea845966f2fafab6dca88a4e9", - "inputnumber.button.color": "0e2e761143819c669da77c1fed653000aabc9b41", - "inputnumber.button.hover.color": "1e8d2cd04eff5a86cd1fd05159fb706eaed5af30", - "inputnumber.button.active.color": "8b4fe0318b67b47130c9c7c987f55a39cde1622c", - "listbox.option.striped.background": "a2590a3df19ea1a8ab02f2d706a1919614b024c6", - "password.strength.week.background": "2b28a971e2521f12df2c5f55642f0ceabee70170", - "password.strength.medium.background": "d43d95f6511f282fa570c51d2b79b0f90d6c2e36", - "password.strength.strong.background": "20265a454bff7eb6628ae7a810199a1d84d18feb", - "slider.handle.content.background": "6c56ed3c01d0c8fbed3f7adca7dbca0f51a835af", - "togglebutton.background": "24b098e41ba2af13ed63811da8e1785dbef08ffc", - "togglebutton.checked.background": "bd4ced43202aa88a3e12b9aae1016bc4380a8f9d", - "togglebutton.hover.background": "c1b55c60136ae9f038bc0033ad49203feb391264", - "togglebutton.border.color": "aaa8f98db2995865e187f74ccaafd8f9d1a55070", - "togglebutton.color": "fa43eafac514f9b2b8a138d135a80325ae67db10", - "togglebutton.hover.color": "a528e0f53e390cb4dd14f4a363faf259b1aba03a", - "togglebutton.checked.color": "512b3347f580340370dacf5e659811521a552eb7", - "togglebutton.checked.border.color": "477e0e88c1e39ddb44d4659805f428a7631e46ac", - "togglebutton.content.checked.background": "b9394c2ea67b0c3600476861925ec6eaaf592af3", - "togglebutton.icon.color": "55eb564294e6ea22e424df5916395a078f589cb6", - "togglebutton.icon.hover.color": "4586d83c06c7387022741b6ae6b711f445d42987", - "togglebutton.icon.checked.color": "85c99f0ad5ecb1cde836bb4e5919a66537d2ff99", - "selectbutton.invalid.border.color": "b2bd34cef56dda10cc61310b47fb91f5e58e0e0e", - "scrollpanel.bar.background": "24f8f9085f85e81a009cb65d8b6e426fb75c2a7b", - "tooltip.background": "963dced221f9064512230e1f00260be1115e3c34", - "tooltip.color": "013b3bb106c50193d4f9f4c83972d5015ba34301", - "datatable.border.color": "6117de7989b017a99b598395669957a4cde5a1c4", - "datatable.row.striped.background": "27b004f969e325c6b5ec0ad26a193f18639cd165", - "datatable.body.cell.selected.border.color": "44b6da9988c61d7728b29fd8c61e24096cc825dc", - "carousel.indicator.background": "487d442cb56ba8febabacd44c44ca813f9b8942d", - "carousel.indicator.hover.background": "4985744a5c4c9d426b4e52d52cb526af5a963cb2", - "carousel.indicator.active.background": "5f868a0f35dfa2eea482eb6645217abd030cd367", - "treetable.border.color": "4490404a3ab7736f6d852a4ad215f642c416d5f4", - "treetable.body.cell.selected.border.color": "aa401e1c9ba8affbb62ee9b0287363dd6a7b2fb0", - "message.info.background": "e6500a1fc57afd61deb1089575d5c6420fe5f600", - "message.info.border.color": "595a60ef9b19734bb7ca6581fd4698caf6d5fd39", - "message.info.color": "f766692941787014cf6ce3faf3917aba5f84094b", - "message.info.close.button.hover.background": "82af140935b7e5dd648a244e47b12152595fecff", - "message.info.close.button.focus.ring.color": "fb3005e19175adfcfefe03a3e190413a3a31e1e1", - "message.success.background": "48d098d5ef5bfa4361d669171f2737a558b178c1", - "message.success.border.color": "e0ec190b5b64b9f8d40a540f8a92ca637b489e39", - "message.success.color": "6a99dc7fc3bed0c3bf490d77203ac5ca5c4048cf", - "message.success.close.button.hover.background": "c7c18e52f7baf535e2c501ef00b125c7070b4a3b", - "message.success.close.button.focus.ring.color": "ed21a04ccb16a5f26cd376caccd29a5edca77de8", - "message.warn.background": "d0ed28f3a079c319680ea9c566a97a7ef0bc7232", - "message.warn.border.color": "c8aebfd14c257b5af571556fc40a2e33a0ab351a", - "message.warn.close.button.hover.background": "44815cf550b35cfd7b99cc4f5ff0e6362e1585d7", - "message.warn.close.button.focus.ring.color": "add528b9e87198abcd25f8c86dcbd4b51158a664", - "message.error.background": "71f1312520896e67fb7ecc95065c966e173bab8b", - "message.error.border.color": "35c27289e3e687bd19c7c51d927c08a35f857a99", - "message.error.color": "bfb5d25d442eaa1b578011976a2642015fbf12a9", - "message.error.close.button.hover.background": "ea3e0277fab3125650867a226f625deb10fdab1b", - "message.error.close.button.focus.ring.color": "9b0e1b71a9414465376da3180a59e9788eeefe8a", - "message.warn.color": "81a4b1d0b3f42d2f3e94829fafe7b33bd52364d0", - "message.secondary.background": "4ecafd8ad58956cd6341ac44178e4b1f92755bb8", - "message.secondary.border.color": "ac200f4217220b8daef9e087dba79ee053907db2", - "message.secondary.color": "55116c8fc94cdc1561d590203a5658c5ae4c6d24", - "message.secondary.close.button.hover.background": "06c97076e9c6e47efdf755cf6bdb0fdb12d0f3a0", - "message.secondary.close.button.focus.ring.color": "efa03a50508c1442ecd9affa83f96b2d00b06a64", - "message.contrast.background": "7c627b9ad79284e4bf363330518a4aac74873569", - "message.contrast.border.color": "b965dac8ec56da4770df1395e28f6597297b2c5e", - "message.contrast.color": "fd06ec75e4c2e871b6a1d6d37b8fdc6d4a1e7e8e", - "message.contrast.close.button.hover.background": "0ba6f9b1378150e33bf45484dd09c02bcd5941d6", - "message.contrast.close.button.focus.ring.color": "08c11e44eaa2a596f88e1e819a34c503e0d075aa", - "toast.info.background": "1e4a2b3d916d7b89719123711f3c2a31b43ce4d1", - "toast.info.border.color": "0543d88fc1414c13705be957955545c7f735f336", - "toast.info.color": "106774aacf1341e91eb9e7adce30c3b98f444e46", - "toast.info.detail.color": "f9ddb7a53a42cb5d2ddc28526f4a67c052d3c86c", - "toast.info.close.button.hover.background": "ac2cf102397f51c410a330e43001c75f0a3f6b03", - "toast.info.close.button.focus.ring.color": "fcac5403d77b9e8dc88a49e61f2454c0b84a6dd2", - "toast.success.background": "d1e1c56a74a45042454abcce725d17973418fc45", - "toast.success.border.color": "0a3cd6e2d0fcbf23541e066c45c26ab1dfc3c7c7", - "toast.success.color": "d186d3456a7130d86781e0251e995596d5137d12", - "toast.success.detail.color": "81081cbb98a30a7b93c20c09a85e3888df6e583f", - "toast.success.close.button.hover.background": "ae45987203bf01e84de0082f2c1ee176779bd4df", - "toast.success.close.button.focus.ring.color": "ca2d4aa9161b2484f437f8f274a0333c6458e084", - "toast.warn.background": "ea7080a7c11f184bfba5a24bdaea93131799c089", - "toast.warn.border.color": "9322619c0a28def8d39977b12e2e20709f06f6ba", - "toast.warn.color": "320a6099d00761283dbe1b005768df86e6efcc9b", - "toast.warn.detail.color": "839aea2f4ef981d892cb28895bb9be8a939de3ed", - "toast.warn.close.button.hover.background": "0aa080a4ad240bb55c6d4e105fee2283ce2d912f", - "toast.warn.close.button.focus.ring.color": "94382a26788a6f8463d09703aee875fe54791627", - "toast.error.background": "11ae144c4190535c5934376f66aacf3fa85b1867", - "toast.error.border.color": "a941d4e3256e544fc152522708b1e3f51871ab72", - "toast.error.color": "ea6386851c651ff5fda213a5de093a35a9ccf738", - "toast.error.detail.color": "546329dc0f8402c059f51fff9ed2efb6451fe0cf", - "toast.error.close.button.hover.background": "db8454b6e05738c79c8e45dc3a6c8cdd69f9b564", - "toast.error.close.button.focus.ring.color": "189946869262639689e05e4f4cf0517419c77c0b", - "toast.secondary.background": "5380289f9375f1cf7eec54131d7c2c4337f65f4d", - "toast.secondary.border.color": "122ffa0bb308749960c2d8c1a6e48133cb402c49", - "toast.secondary.color": "2d62cfa1d6993181bd2cb9db124456043ab819c3", - "toast.secondary.detail.color": "d6bf0abf185b001508ebf6d8cc4174b58f65fc4b", - "toast.secondary.close.button.hover.background": "700afd34d5a292a4a6d32a286d7926c62df6d0a7", - "toast.secondary.close.button.focus.ring.color": "9bb862f6b4b8bd97ca1e39f6e5ae573fea36aab2", - "toast.contrast.background": "1f883f05f7561c4fa095701bbcfe9c8637867774", - "toast.contrast.border.color": "c9a9320aca7c02cb4dc6d814d53872c4d8ad8b14", - "toast.contrast.color": "f69fdec52b4d1f60bcc351f1190518174b625c7f", - "toast.contrast.detail.color": "0efc872f83b285d603693500a5f8709a5546bc75", - "toast.contrast.close.button.hover.background": "6eb1c8b517b3eac9012f8886b914c7e17433d17b", - "toast.contrast.close.button.focus.ring.color": "819ae1e1e7fe73f18ce39a7126398951aa1eb52b", - "galleria.thumbnail.nav.button.hover.background": "8b0ec5ad13dbc143a66ee0692d14ed84232d520b", - "galleria.thumbnail.nav.button.color": "aa3576d287a26b789878c62c6cd58115068e0fb7", - "galleria.thumbnail.nav.button.hover.color": "e4fe0ac137610cdf50864a8354aafc6b408d27f3", - "galleria.indicator.button.background": "01b6a2aacca49a8ccaff2cd33c438eca3289c182", - "galleria.indicator.button.hover.background": "aca6bc36ab673ea73d5d83b73682ae2bba53a466", - "toggleswitch.handle.color": "7415276c5e39f76c6ec68f9f5143ce88dd19ca4f", - "toggleswitch.handle.hover.color": "7a764a3be8293d99222031ecae989a52da2f0ace", - "toggleswitch.handle.checked.color": "1162788838dcba49f36edbfb864ba22d22c5c90d", - "toggleswitch.handle.checked.hover.color": "96949bd43da7a60e9824610371a74f1986b5a02c", - "autocomplete.chip.focus.background": "6a35d1a1d3b933c3d583357ef13a5cbb005048ea", - "autocomplete.chip.color": "d91440a5eb1e045cf513cf581e001169c1b6224a", - "toggleswitch.disabled.background": "9489fef8a112a4890a81957536d6272a9ae93b99", - "toggleswitch.handle.disabled.background": "939d211c8936fe291d396b5dc2017c29fc0095c3", - "progressspinner.color.1": "ff8e1e254d1959e05d15af408a0c22a2ab845e12", - "progressspinner.color.2": "1f56f31a202b8e5534a1600725e0f7a0fd8eb145", - "progressspinner.color.3": "2a84dd5cc86e276f215b1c8d5c409183e7915621", - "progressspinner.color.4": "c745dae17d337db37fddb237b971b01fe493eaa9", - "tag.figma.container.background": "8b92d82020fa0260f3d97e77cbb98add80e68a0b", - "button.figma.raised.background": "57cfb4ad7a8d17774899db794c9fd45b624b14ab", - "message.info.outlined.color": "6457ef9164875b5ef68fb2b45f8baa76c2e6c513", - "message.info.outlined.border.color": "9f5b60586147fceab236495c87751be999fbd321", - "message.info.simple.color": "1e380d0707bb1e6299f5844f015d554c3324192e", - "message.success.outlined.color": "1eb9cbde1ac86f4c929e661452fee09077cbda43", - "message.success.outlined.border.color": "d527d9d7f14a9dea8f26a2507e3366c9ca158f17", - "message.success.simple.color": "3db61bce0500219da3cefdd0f8c65825dff44402", - "message.warn.outlined.color": "1ed32a32dd09748bfaef0581c448a970a446a014", - "message.warn.outlined.border.color": "00d391b29877cdd369c60fec8b372881b75211ed", - "message.warn.simple.color": "8b08eb6c74200014c9f10dcde62927776896df3e", - "message.error.outlined.color": "7835d0b0f38046bab86ab22002d26a30592f0785", - "message.error.outlined.border.color": "b7604d619db7f931492d953650e871011e4438b9", - "message.error.simple.color": "a97114b3b9c9b26411e6cac762279bcf52eb7cde", - "message.secondary.outlined.color": "01f9fe694e7070aef09313b716117d858d6c0abb", - "message.secondary.outlined.border.color": "2532c94a864dcca03ce7ce6dbe730d9d28383f24", - "message.secondary.simple.color": "4b2d3db6dc205861511d831901e47c2f56e98be7", - "message.contrast.outlined.color": "09b081fbb41e82c76041ac8b83b5a47028ea2e30", - "message.contrast.outlined.border.color": "85292797e1fbe37248f9787ef52ede9749affb95", - "message.contrast.simple.color": "52e62bf210e3b262610821bfc0897ff1d451a00b", - "carousel.figma.item.tag.background": "d140be12de7f395cbf8476e0de3d3b8aff4c866f", - "button.text.contrast.hover.background": "5999c77716d7ffe759e3d181c3a84cd52654b741", - "button.text.contrast.active.background": "a6505e4576695c0671189e9d9a8ba4d460b63bb9", - "button.text.contrast.color": "9be8821e11028b486704b85e91c9c8eb2fb81c2f", - "button.primary.focus.ring.color": "ae91f568786ffeda32a4f1a6545110317ae583cf", - "button.secondary.focus.ring.color": "e51529cb2cb12165fdbdfc4de17053a915effe7c", - "button.info.focus.ring.color": "dc88fd19cad18880096e9675021fbc80194359eb", - "button.success.focus.ring.color": "cbe61a5c64fbae2819d125f3ea3ca69b19cdaea5", - "button.warn.focus.ring.color": "302f20a1aea02fc8e709fecca8dc3507e9335171", - "button.help.focus.ring.color": "a498570cb07408e76c29bd31dafa575b52d75489", - "button.danger.focus.ring.color": "3afd9155c94ba87206272911f6b72619415f9495", - "button.contrast.focus.ring.color": "68e037fccd2463b164d9dc493f1ab5f65d849dca", - "border.radius.none": "9231ff0daf7ee00a5f262717dc47303b181aa4c6", - "border.radius.xs": "c2cda731218abe81320b7cac69387263cf447347", - "border.radius.sm": "4c3d79b6e1e060b744e888cfa0af9497c4dfcd5b", - "border.radius.md": "0437a570c5da0120838e6512598bdd8d4971906e", - "border.radius.lg": "81ed47d46f24d29220522a73904043300daf5c28", - "border.radius.xl": "7b8963f37884ff90cc7d2f6b7f1182b148a9fac8", - "emerald.50": "272abebf91164660975cd057cff77524748250d3", - "emerald.100": "1d3323f77320b54bd46506abe9a9201d1c9efb9b", - "emerald.200": "21a4c621e1595499d6f6a7e6d493647455b148f1", - "emerald.300": "86fa66cb36556bf696d5f9a908f49bded32447f4", - "emerald.400": "b6cacb2fae36118a0732555a478c046e31e38b23", - "emerald.500": "3144ac5074e3ef2c0b05355bd28889bfc71e2b9e", - "emerald.600": "4bc9ff67211bbbe319dc6ecdf3114e5bdc43f1c3", - "emerald.700": "86bd8a3ff2629f4eace25638a22481ac90878e72", - "emerald.800": "bac579337a0ecacb64d3b526fc9a1f022df6da4a", - "emerald.900": "b6ad2f03fb6e4f119c1ee333a4be9a3a2222ba71", - "emerald.950": "633e21d97f2629376c16dc1febb0844447548284", - "green.50": "6df7afc558e27044d30aab9e2f1d1ef106de8f0f", - "green.100": "ac6dd62d4442426e684689ffd4ae51c9b4290c93", - "green.200": "c1c4c0c32d6b0c71c306d056057c4018c19291fd", - "green.300": "5873c58f4170bb6ba4e5dc5b5a82827e5568c693", - "green.400": "fced0681d34526e67eda6b6319c6a68de0adc678", - "green.500": "411e29f3ffbb5f24cbf4bc686f36d7adc7e9a2a7", - "green.600": "4c256b7d113e39f39c8bde9c1b016fcaaa3359f4", - "green.700": "62d12b946bfd4a4df20f62a041a6fd6cfd18e009", - "green.800": "e1681e8c890d2729b98c72e74e98a79a0da4e4e8", - "green.900": "5492df15e68ce1337b16a361cc4416370e4f45cf", - "green.950": "3733c34d63d50816e22c65b6057ca1dae7d91250", - "lime.50": "213c120ce44f8c39233720f56410def9df5bc496", - "lime.100": "6c2e16d77d1877b6a7f2a31bbd8ba390c7832e20", - "lime.200": "93fae8fffd4f405bc587a9c91446dd4c0340db6a", - "lime.300": "d52d70f456a919cb13fb5926f0faedd1ece34f2f", - "lime.400": "273d7e263bfc0aa0ddf00dd0719f183a33f8d6ed", - "lime.500": "d0df0aceb1097ef088e0d12acc2e4a3ed6bcbf14", - "lime.600": "ebfe539943439f0e8ff7e94493bddf7866f06ad2", - "lime.700": "497312927beeb66365e496331d37f5e9c5c9de75", - "lime.800": "ec9f12ee83223d1b73afbb2d16967d363c87a5ef", - "lime.900": "817a6b8db3495870824055a768ac40a12f9f0c53", - "lime.950": "f0a77a46f7bb55256717545430e18c731c0ca984", - "red.50": "d473f56752dc378fce224f3dc6aab8e736c93db2", - "red.100": "cc60ec3a358875943128082f082da34a7d1ea1c9", - "red.200": "2a32d2685a308676d8541bb3637dcb176e942e7b", - "red.300": "266123603ff67306139e89b21b44fb9067b33802", - "red.400": "80f1a238ca7926950eebdc08a34c2879704cf289", - "red.500": "05a02b42dfe7fa340516df1df1e0c7b4243a3cce", - "red.600": "f80d0d0aacd1d5c4f3ea0f27fe43c3199ec001ec", - "red.700": "4ff215503c50aa91a832ac2789f701eb4fd0a25d", - "red.800": "9a2598f57608bd221411fe75e6cc660934a205b6", - "red.900": "a650fef3653cb72f90030f57bd29aa0139cd4382", - "red.950": "2294de3ef2115f1933d9af958d93b11f51d0e5d0", - "orange.50": "4ebf3a74fe156c5a2660181ea019079cbf375888", - "orange.100": "b66c3a4cdb8a3dec7be1ae07971e015aaa95fae8", - "orange.200": "8a4ba58f5d8e17f4965e7a3072386af21b1b6397", - "orange.300": "9c6a1f3aa18a4a07f550c0848d39bc5d181b3557", - "orange.400": "26d09d0622a68d9c0ec6ced3f95bf5caf6d6c202", - "orange.500": "50605fc58a2c2462fd1618223c415b93b173d098", - "orange.600": "62b9a58e530fdc09094b028e5485a7a882b08fc6", - "orange.700": "88bcf575fa7c51852a38b65dbc30dbd2746e4b2c", - "orange.800": "994a14ce730e491d60b4b19621e363e7e312f9d9", - "orange.900": "602ed85fdc380e525ffe4c9b917664c686f04570", - "orange.950": "72d056b92632e107610089f21d03a63c56fc1f24", - "amber.50": "e8ef2bd8b60ae42feeda654391dc68bcf889d76e", - "amber.100": "ae956be198a9617cfaa6d340fadd65058d490b20", - "amber.200": "853dc4a9725c599c8e69823beff6b096b15a7425", - "amber.300": "ec9418f86c49c69c4eb4a066fcc617f6f569ff34", - "amber.400": "f96ff074c751d32bf3fe4eb0c50e7cacb911c6f2", - "amber.500": "ddcd3840749dffa9dde74a05551149ef93486620", - "amber.600": "170faebb258a3386a3f6b1996e5aee1aa2dde968", - "amber.700": "60116b7dd96e5b1fbb2a2631dbc27449b0129f3b", - "amber.800": "657b354ea4a3235ae562c22de261e75cc9f73612", - "amber.900": "399936d8f69df272aa1bb26e79b540eac2745916", - "amber.950": "563d0abcde516d4c012aaef3a39ec5246ede8175", - "yellow.50": "25a7cca18101fb256b12c788194c525de3f5a8dc", - "yellow.100": "a2c6cd550a1d2d0a6e911d89dc17bdddae4eed86", - "yellow.200": "c50bdd5190212a4e5dbccfbb3cbd825be5fcb680", - "yellow.300": "b77d16e3950a4a0f95dceeedabd6b5d322e13323", - "yellow.400": "08bea24523e00fbaa9220862be2f52cb13295af4", - "yellow.500": "f23456b4900fa176be135e07db44a99e6f557eda", - "yellow.600": "055ff43e3193aa3d0b5aed77b0e2e0e4c6c082d3", - "yellow.700": "04708ec69bf9e81016c03164da731b9f26cbc06b", - "yellow.800": "73c70aaca29f6f18d2a1884e10160aca050ea419", - "yellow.900": "7b4246d02248ffa11b9a8e28c8f7c47795186951", - "yellow.950": "3a353c2472dea5a95433d988954f5b8d502f040d", - "teal.50": "0a94fa560fe105d385538a8015f6ed7ed34a504e", - "teal.100": "a1e94f2a0548b7b8dc167520a516ea4147dd81c7", - "teal.200": "8790bdbce1e34146cd4b6cc5fac8f771d0bc0aac", - "teal.300": "4e30701972ba28f076df9cbeea53f6a050a3cb4e", - "teal.400": "7c064cb3e2adfbe969c5018ad3dbffe4139e7c19", - "teal.500": "96dd8249ef3d1c5248727e1733bfa99c2d374eaf", - "teal.600": "bdfb9fd69bee239dc0956ac1da024d05c5c15ccd", - "teal.700": "52416d2a8ce53f7273989dd1a02d3c77e32e7b54", - "teal.800": "1afd235dd4ef6aa150a03f41455c1f3569b6fee8", - "teal.900": "a483cb28c1b10e255171e7501bf761da1d034f0e", - "teal.950": "b626d47e031d69684de08b75901df3ea758e82ed", - "cyan.50": "fbc101eda87d42087c9657bcc4bcc18cac4ed17f", - "cyan.100": "07cb23e583e91ee5d2dd0857ee655d670f3ee19d", - "cyan.200": "55cc13ff9c294827c47095f5e54eb25c248de4d2", - "cyan.300": "55bd49212232b3e45cda7568e4fb83f7456cf481", - "cyan.400": "0241d793f9df23fb38ff349323f751c83f23eadf", - "cyan.500": "0226541ca922f4c91cc013641b37d0f21ee5bb55", - "cyan.600": "937fe94a2b20350e95bf1513ee7a7f6cb019a0ef", - "cyan.700": "70b1ff464e24e2229a076a9f9603c6950514ad9d", - "cyan.800": "f17440bfc7bd09d1f7a6ca081a79bce2be0a5fe3", - "cyan.900": "1bb60f14404e7b5f2f9bd2878ad4f00f00a66ecb", - "cyan.950": "c166dd146a464779996ebc4df1c555c6074b97c5", - "sky.50": "1dd752a1888a9fc35c279175d38ec3e8d880c041", - "sky.100": "fca5421bb5a63502067ae9db1783672fc5f69be2", - "sky.200": "5eda0085e59b4860e858ac592503d143d5541ed0", - "sky.300": "98ed2dca0ef1bf8f2397b3ebcbde0e021d297f5c", - "sky.400": "fd148492e7e6838c9659f51c9495b9b9422a226a", - "sky.500": "5f768701674489d93c7b06909016670e052d677f", - "sky.600": "8b59ac8e79de3e08d0d7c623842928aba1eaaef0", - "sky.700": "8ca676d5c27230256dc68eccb6da97d3d9c81fd0", - "sky.800": "da8a50a5c2cecfe5dd6d1834ec9d111bbbf1ee94", - "sky.900": "7c114e905e0c1296d4a004b9abf26d387f5c616f", - "sky.950": "7084fed6ca5fcfb4ba79410ec29d3c2110556a26", - "blue.50": "43b0fd07b2346390d59083150c996f41a1897305", - "blue.100": "14c348a881234e65d079525581743e2e62e38f16", - "blue.200": "2a6d1e1bf3da2e8e499226d55b97f81145198815", - "blue.300": "6734486fbe200246feec9cda9c4841a20fd35510", - "blue.400": "72271a60ef681ac1da7e0ee3cacc6f89f9fa1a05", - "blue.500": "20d951b043cf5cfe48bd42843f6f0d40055ea7fc", - "blue.600": "87cb90eb6511f79e3fa8242efb337f86371d270b", - "blue.700": "b91a157b2ce8ae2b918d10332ea6265efbf8440d", - "blue.800": "8c69a5b569384fe4d18a8cf4d1512b2f302d0b9a", - "blue.900": "00707f78dd288cdaa66dd14bef2bf2cd5a2a1d47", - "blue.950": "b3a0da9a7bb1769d03fe651befa0be3dc0751b53", - "indigo.50": "5e2eb3039aff1473d98e43fea28dda76b6dbafa7", - "indigo.100": "0a2ab3f88a81396d5e8c6ac4c1c28611e83a5a44", - "indigo.200": "19a1619b091ca0f345deb4a8dfd24eb5cdef5cb8", - "indigo.300": "63f19631d3357cb656402a408fcc1f135e16115b", - "indigo.400": "13120c20d03d6abbce61ead643afc16b2ce5e320", - "indigo.500": "c8b95c0ee685247ca220d62d07f117f8253945bf", - "indigo.600": "becad87137eab1aeaa00cca3253ef50a1d67560d", - "indigo.700": "4263fcd7d33da83f537a95d91b71ab04b9eac084", - "indigo.800": "67de4c6b4f415c178affd8081c4501a55041ce39", - "indigo.900": "1f692b706caf594725dfab886913e7619ab591e3", - "indigo.950": "c3c0f3304702c49d0947b44a3c8147db6ec53348", - "violet.50": "1f8dd5a86d520765fd93997480e5b6917a73d701", - "violet.100": "fdebe028afc5672428bf2c86294a0eec8260b22d", - "violet.200": "1c8a0badb2d5e159066296bb546f0f70ffb9fe16", - "violet.300": "1faa3198e773a52404186b4ccf00933de490301b", - "violet.400": "11065067e3d855fc7387c7e56164bac15529f528", - "violet.500": "c7c86272b6453eee4c1783386777d0bffdd951fc", - "violet.600": "478cc788cc6892197fe14cb7ed7d974fc3ddf947", - "violet.700": "5140a8bc508d239997bbee25300e62d22118ecd6", - "violet.800": "acb0d0397cb4079024f731db704dd73e339189b6", - "violet.900": "64b8f42bbc8534dbe608a79da9ecf4b0e1795896", - "violet.950": "dd3d037c9d66a9c83395506e08215a9f1df70432", - "purple.50": "a12869995e7463ebec38d1600bf80f74923d6d77", - "purple.100": "a1cc2eb6bcaf064d46ec0899859775867f0ec784", - "purple.200": "35d6080f4ecfb843fe859c1a0863bcc6d79e2d58", - "purple.300": "9decf27e8fad90c76313e4acde9009ed2eab58fb", - "purple.400": "be2055e7bbe9d77cd9252add039aa7e71d1bdc1f", - "purple.500": "514513204411117cb1a9eb0d70292245f3620056", - "purple.600": "c7fc036e3c21d9c47a4c414db4658a9d2121ac3c", - "purple.700": "1751d855a69db43bb3d3ba9629cc0ab93bf00f1a", - "purple.800": "9543684846856c86deb61fca264b901abcb1f9e7", - "purple.900": "07c2f0b60d4333949966daecc458023f7b205df7", - "purple.950": "1ca421894bda65b1967cbe28b53a392454da90bf", - "fuchsia.50": "c9d0ae2ca1ef86d568f755dfbb41bdedb0c1fb42", - "fuchsia.100": "e6d1f3b3f44dbcdaa625ca55209a84e3b4281fc8", - "fuchsia.200": "b4841d1041503a903c9518753b691be69d986e2b", - "fuchsia.300": "1e75cf216afcb8895a5d73b777c1b5fbc475027c", - "fuchsia.400": "6c6604104eb7340f48a5610cecd092e209af45e0", - "fuchsia.500": "357fd72d347c622bf6629ea377f48e2200c7a9db", - "fuchsia.600": "93d9c532eb94d05b80d1bfdeaf42cfbb2ffb5bd0", - "fuchsia.700": "ec613a9e399d74a0dabd71430c22005febe885bf", - "fuchsia.800": "af688c281751886d2d3b7d512ff2218a835b7b1a", - "fuchsia.900": "7e43dc9e03ded8e41f1c63a482d53a45571055fb", - "fuchsia.950": "1ab57967e245f845ee1b54f8d756700854632f8f", - "pink.50": "58961a6372a77404e99400697d326b6868095e32", - "pink.100": "a4a770d96f5ba125cd18a5430468c8ec481c4b40", - "pink.200": "c7a0850eea6f5e862c26cb6d3f3a14a094067575", - "pink.300": "f6b955ddb5a1379bbc7518b17996557ac127d365", - "pink.400": "ac73205b98de361956b7d22a27257abf033ba429", - "pink.500": "c8c44e956473cb26552ded374f0ec21bd22e1ecb", - "pink.600": "b33fd9ba79fba1217885165e4e80ad1c21e70cca", - "pink.700": "0f9602fd93183d538c4153d1165441423c4fb9fc", - "pink.800": "a1093ec3a8e0841a8c9fc4f04ed652f975325709", - "pink.900": "0224efea24f0e85b4c197731a8c029866d1bb4a8", - "pink.950": "41586f78d5c5b18efc41d2350a8bb250e3fe067f", - "rose.50": "121135cb866ff4784701820c130f42f3a22a6277", - "rose.100": "35b0cf280729d4f3d2de6ddd550f95f8cd9fa103", - "rose.200": "70b331d4330740c88cff2dea5bf07180a0724c3c", - "rose.300": "c7bdc27f3c0713d710ee528376094162a17c523a", - "rose.400": "0b67658cbab2ebc8a50965e4e919e4f00ec35c09", - "rose.500": "20215ed381aa6bb09a61ae78b04b28f5bb9c97b9", - "rose.600": "418c4830a54d9de4aaa79ce651f1052824924fb8", - "rose.700": "435fecc9273bb06911eaea20823a876b31fc0b5a", - "rose.800": "e4f7731d034e90e3dcca7f767a6cbfb3498262eb", - "rose.900": "8c6f602879ac7e6c7cb0e237d57c37ea3a25e7ba", - "rose.950": "595e2e34d8ec3ff84f730169dbfddf4d6297f58c", - "slate.50": "5ba14c5fd4faec30e185122f83324fe829d5feb5", - "slate.100": "763a7b09ff5de90c43f886f39614d78991480e54", - "slate.200": "006eb08959aca0831109c74c31e2772cc5e3be9c", - "slate.300": "a4df4e29c9d148219eeb28f50dba74b67d57b846", - "slate.400": "2b3f051636e4ade34e75168c38ca0e32c09abb52", - "slate.500": "af1b3008ccccae41a8b23eaa2c2d1c59b8d01891", - "slate.600": "6dd94c0f2c2eff9ca8ade0389f7316a19387ea88", - "slate.700": "16a595cf4039e545da86a596f4eb4c93201a548f", - "slate.800": "86f950766e9c82216f85c8ae785fd9a14f911d94", - "slate.900": "ba0b48666f086769aa3b7a5999c98abdfcdd3cf5", - "slate.950": "8f6fd0c2df5000d5174ce7fa628c0a0b6ad34879", - "gray.50": "87e5223e6c947e66bd598ac2cca38d69ba2c0ffd", - "gray.100": "daa38067c3e39fc9fe62619025ac9282f7830874", - "gray.200": "80747a321aaffca0cba633ed257c1b1d1dd9bcb0", - "gray.300": "af22d3c9a0d5bf31a21a3adf86021fb59120e955", - "gray.400": "29a8af3a08338bc61d637fd668ed440c3553667a", - "gray.500": "4c4cf8a4cf06d59c9168e0a5f9043e08918c6011", - "gray.600": "03be9394235eccafc6ba7a4dc708294e4b34b031", - "gray.700": "9e7f8d78423e1891a6c6374209f3b40ba11adb27", - "gray.800": "8c07b803b90267eec692858b08d3ad93b7c8b4cd", - "gray.900": "7412674a50568f93e27aa5665567a0da41654ce7", - "gray.950": "43436293b7ea12b39ec92b08e332fcfb934ebe78", - "zinc.50": "17b3d8b9e66dc647d047f39f6d0fca65700dfd5f", - "zinc.100": "bdafd0d3ecaa7e7dc033b2d1bb21bb97c76d0414", - "zinc.200": "24551c9fa20430325b02de6dc4ea934b7d4d0ab5", - "zinc.300": "7191f0288b8603dff6f112dbebd62a27387228ab", - "zinc.400": "43a1d7652cda7539fa60b982f9cef2e4d6f11a96", - "zinc.500": "b07407b514d1aeaeff6f40f93e000a27db73d37c", - "zinc.600": "fdad9e62d81c16908f50b5d46ece9f376ecbe95b", - "zinc.700": "da70040a083f88ffbec0749cffb5fbe9d2729d96", - "zinc.800": "475b5e112583680613a662956d4e91ff0f0616eb", - "zinc.900": "dc325f3a3c7b2d434182feecee093d65bdd8702f", - "zinc.950": "d18df7bd69ea3e1f66b02786ffe7fc3ed2472341", - "neutral.50": "540e722f89a57d6db34de5fdd2779ae7f89fdfdc", - "neutral.100": "45a8d003660758c9abd3f6f93c50464d3e297dfa", - "neutral.200": "9b0d7754f64f8cd13a8245beda41c298b9bef928", - "neutral.300": "038dacc9344f12ba004a2bdb837dec4a722a765d", - "neutral.400": "47ab29f390a2531d9b17a9d1bcd6de9f092016d1", - "neutral.500": "9b9a1e551206adbbdeb5dec1e79631711c78a78f", - "neutral.600": "8be53b19cf353a1f60b32925b4d7e2ad384b0b7c", - "neutral.700": "072736c02431a1bca55bd51e73a62b9b5afa192f", - "neutral.800": "c1d8339885e4f389c90cc2dcee4c509d1f2d6168", - "neutral.900": "8085a1d7f5f654ab01f0ee4234f1458c1f3711c3", - "neutral.950": "a7eef20d09b2a8e4c7bb637dc32d78a481b62a82", - "stone.50": "d8ecf3c63c8f45321898f9b6e34329d474749be9", - "stone.100": "48e2f58f02f5b1f5e0a5e828f5e6fd154245d8c4", - "stone.200": "73f02739d4992c80a196bd90d4ffdb54fc5486dd", - "stone.300": "0b1f7d203633328b474b826d0130573a11822ee5", - "stone.400": "047a83304fc995ad3fbfe3f1b64e5fdc67233709", - "stone.500": "219988baa1c666beae2d941a971f18377078f522", - "stone.600": "6be8e41e817df272c63814990b78eb0de2b97f01", - "stone.700": "0c432f10156b757555c6b18759fde9f4cb48c85b", - "stone.800": "508f8212be38dac50fe7c4660ecefa479cac9327", - "stone.900": "88263f24e7d05c3fcf652fa7f57fda674f1b13ee", - "stone.950": "13ea9027f5083330cd580910b737b4a8949a4c5a", - "primary.50": "cd506d7f98495fc525b6e08c32fffe7b27aefbe9", - "primary.100": "b673a9571cd98e6a2de0de092c63d053811a88a1", - "primary.200": "48598797a68728cba90f772b33858f0e5d74ad45", - "primary.300": "aab1f5d7e64603e9254d0450bbeb345dd73d2915", - "primary.400": "f7c2a967b325571b4fff73bca11e1033514263df", - "primary.500": "5d68b09414a24112fd5b9db9ae23e3778769fcb1", - "primary.600": "0176b6a7994de147ea98fc7ca0c4f6e0f35114d9", - "primary.700": "65fb387197c63d81ae93c134cf2ae4b9b6f09ede", - "primary.800": "6b80d442f4dceea7807f8ea44782bb8894a79772", - "primary.900": "4c52f113328a01fe127f5922b70ad56667773cc0", - "primary.950": "7c731301a4e9b4fe37148544075a1f3f7d8fc875", - "anchor.gutter": "d10b0d58e3e2e29bf756a8af8071f4d6335e2fee", - "icon.size": "f331404c489d4e2789fa84a00db65d557d1b8293", - "disabled.opacity": "484b5c8bb7df10e05ea35cbb04ce83145985f417", - "form.field.padding.x": "f63a64322be0f869c33a78bef215ca7d0ae1c1be", - "form.field.padding.y": "7c0ef2f47091197b528bd4ddf1863975812ecefb", - "form.field.border.radius": "4b9b2fe939d6ebdbfe1989910c437d8980f64816", - "content.border.radius": "9ebb8039b3c220a7066ecb26378f6d2288790ed1", - "focus.ring.width": "3361904c4e904351da5968c87551b5edfba9f63d", - "focus.ring.color": "d4ee99c767a788f9ad3b198695f04fd6dc2b1d8d", - "focus.ring.offset": "a31b0ee81fc0ece79174b3536d207471a3ff2caa", - "form.field.focus.ring.width": "865b225a797672ab9057bc19f63bacd4a4622a20", - "form.field.focus.ring.color": "db923ddbe9101022d3ce3648f3f4b905c6d588fb", - "form.field.focus.ring.offset": "04ee55f3aca1b5e81c310088503e46334d13bbba", - "list.gap": "c4eb3f5a11e49b651eb5381458a02e907e857ecb", - "list.option.border.radius": "cab48848a5c54e90c9f8dcd9de14188aae466c55", - "list.option.group.font.weight": "0dcb83f8426ae7268ff9563577dafc0cc862b281", - "navigation.list.gap": "955ad54625ade95aaab077ea6bbc0a9bf9d0b4b7", - "navigation.item.border.radius": "d347420e12559028a526f619f1ff79105abce2a1", - "navigation.item.gap": "938adf326bfcaee1d328786730ef10bd7351ef46", - "navigation.submenu.label.font.weight": "ceb5a86f2f62ca38a14d29cf6724be6114cb0ab9", - "navigation.submenu.icon.size": "8ca52daf0f5a5ed12649d36dec0f6b6435ccba0d", - "overlay.select.border.radius": "426094074ec87d4d74f569245721f30c10b1b1a0", - "overlay.popover.border.radius": "290a5746c1798f631c2173dbd479c976d8d25989", - "overlay.popover.padding": "7ba6e5fef28d7500d8145ae974e8db1183b0dd29", - "overlay.modal.border.radius": "fa471117091b90265b465ac348c5b1e1f4629770", - "overlay.modal.padding": "78dd0d305739bb5de2a2b0ba29ba167c2fe75ade", - "form.field.sm.font.size": "46975313e3c20bd8c9f92f12cbbde88ffd64b0c8", - "form.field.sm.padding.x": "0a74ec5a0d91e4af39cc64f4a380720b93b71577", - "form.field.sm.padding.y": "4bd462b8ae9d560d13e48ad0336351e7022bcb39", - "form.field.lg.font.size": "50aa0e95af1ae8802d61be1c5c3dd157d375c128", - "form.field.lg.padding.x": "53881dedf593d3bb0102494fede694d902c5c3ba", - "form.field.lg.padding.y": "fcd2e235398ff0cff0e891014900b1eb6bf4a810", - "inputtext.background": "c018427da6a2889751951644322b24e68ce6b4d0", - "inputtext.disabled.background": "02d66a4e91cfadb9570f6b35b1afc1ad6bdd387b", - "inputtext.filled.background": "43343924e534cf91bd29d88905d86ac4fb4f8243", - "inputtext.filled.focus.background": "5cb2663e09be8262b95e0058c367892d701471c3", - "inputtext.border.color": "79009b616021a227603c94d56555290a324e1e4f", - "inputtext.hover.border.color": "7869e813a2626dd438cafd953002cfeddf11900c", - "inputtext.focus.border.color": "54a09b37563dcede5ef1313e21289d553e4f2a65", - "inputtext.invalid.border.color": "68773a1135711758e1dfdabd537c46c26ea56f34", - "inputtext.color": "5204a5b82b333a042e57cd34317862c8ac61fea6", - "inputtext.disabled.color": "d9168690e4962b606e0cb7e5c65f77bf43c67fd6", - "inputtext.placeholder.color": "20f4ee7f064d6ecf9783b869a0296043fc4c2fb3", - "inputtext.padding.x": "4487aecdafa01a58831c1770120d4109cec482ff", - "inputtext.padding.y": "a0783025497d8279f6c378f476858c033853b4b4", - "inputtext.border.radius": "9b597c3ddfaedbfcf2ee18654a4b16427c769c53", - "panel.background": "f9f63c5cd39c226c6f43e0dbf52e0b24a4d47382", - "panel.border.color": "083d814154b5c1b2139daf1f7ebae2e4f33dddcc", - "panel.color": "0f32175125caa0492986854caed5a4c2a508e267", - "panel.border.radius": "d10c482cc2a84b5f7a837885077b6373f3533419", - "panel.header.background": "b828c4ec37b653498da6a2a02d5e7008b9934614", - "panel.header.color": "bd107b7e8bea05ba27d1f05438c49c7b34ec5fa0", - "panel.header.border.color": "8b664a731ed2eb0f62618654cc16aac58cd78a8f", - "panel.header.border.radius": "4995745a64726ec7741b7127c41902f98d2e3fb7", - "panel.header.padding": "47a40b907bf8e11b08fe4bee10c921f092fb3906", - "panel.title.font.weight": "96282b5264cdd17605d28b6e3aa468905bb44e60", - "button.border.radius": "e6110d8abbc069efd3a49f9d88e4e27863fcba7e", - "button.rounded.border.radius": "221324a73d92f139bac814aa67d29c3d216db494", - "button.gap": "375e5a32c4a032fd0f7b1f19b2a33e0b05d6f35d", - "button.padding.x": "d3d79cef7fe4538c96bec08ec7df12d69b669a14", - "button.padding.y": "4026e74ba5862c11695b1640dd3df81872a790fa", - "button.icon.only.width": "b55bc2339d663466c2c37f8a34daa2bbf41c564e", - "button.sm.font.size": "9d201cfb244babe4841083c9648678a27f11c787", - "button.lg.font.size": "3b89ac8935b7e6212142cb321e0bea837c95cea4", - "button.sm.padding.x": "8bc6a173ae9fb9e7cd8c064fe37ab993aef9fa88", - "button.sm.padding.y": "4aa958cd2901988501c31cd29f48a0805a5b5e47", - "button.lg.padding.x": "6504c8c1a453b9a97093fc90b1cabb1ab68904eb", - "button.lg.padding.y": "39081ad5bb2f5f4810c3b460b28251a2ea043522", - "button.label.font.weight": "24fa1e7c8a9c48feea5423c3242a2b945cbddd76", - "iconfield.icon.color": "6acf2272fd790986dfe3f68116ec365c996a2056", - "toggleswitch.width": "9d0cb1ca61cb192a5255eb383ca1259c14d6cb98", - "toggleswitch.height": "449be54189df5cada574c16f8dddc5cb7d7ce571", - "toggleswitch.border.radius": "775bebd4ad6569fd49b427183503875f41ae0b34", - "toggleswitch.gap": "ae77621dc80104d6b8c11e407b8f00d9476f7053", - "toggleswitch.border.width": "53e25d1fced624331c226d9373ac8d7fe26b9ccf", - "toggleswitch.border.color": "d4a01f3eea2dbc2d851380fcafada83b7185160b", - "toggleswitch.hover.border.color": "ec0424eb5c8443e28361dd409596f2e6c2a20061", - "toggleswitch.checked.border.color": "642090b67d4e18512a39e76b5b02a51c2dc998ba", - "toggleswitch.checked.hover.border.color": "f954ddd8ae86393d27083a6ea85f3143ca12753f", - "toggleswitch.invalid.border.color": "c0fde29aa42b674f302f603d7fdd8d96554ac2b4", - "toggleswitch.handle.border.radius": "ecab887516cbd983cc4da70797f70c58e114fc05", - "toggleswitch.handle.size": "114bb46ed1a4cc5ba96c22f0d23274f87dfd9918", - "inputtext.focus.ring.width": "50b7201b6818ffbfb772e807a0606041bf299218", - "inputtext.focus.ring.color": "7bba16ce19f06c03685e48be1954ac7d8b31f3bf", - "inputtext.focus.ring.offset": "0a53ed49b9a9571d604c0333cf919e8c4b4471c2", - "float.label.color": "d997eb6ecd12f29a3b7025e19f03ec80107e1779", - "float.label.focus.color": "cb04fcd8d405eef2c3b4632a71b0caf71ed4c0ac", - "float.label.invalid.color": "43c137d9f00bba8b6a84400b3820cc60e72fc88c", - "radiobutton.width": "c9a12b15d8318113696e5906b309675bfe0f69df", - "radiobutton.height": "aad2fa3bd448e9cbdbf07366035f4987c7618d1e", - "radiobutton.background": "5e38a20e6696af8d46162e978c1fc27f88ccb464", - "radiobutton.checked.background": "00e1090669b6fd8a7d36eb1671657be73b501f94", - "radiobutton.checked.hover.background": "173983a39b66d702ec2884aa1b95141f5176fcb0", - "radiobutton.disabled.background": "50b0cae934a826bcc0f8639ccc46c450062f7ede", - "radiobutton.filled.background": "d76fe03dde9a34f7d8cccd2db4e426f29cc6f0f2", - "radiobutton.border.color": "df43581f802ef8948e802655ed3f08b3a19d2dfb", - "radiobutton.hover.border.color": "2f4743519cd8c4843966b9e231c0c4d5121ad3fa", - "radiobutton.focus.border.color": "7d0bc7d9486c7f9a2f9d5947be08a9baad5989e1", - "radiobutton.checked.border.color": "487d9659e64d47666ded58cfd77075a66287220d", - "radiobutton.checked.hover.border.color": "983fe38a1501b3d05ec258169260b29133da9897", - "radiobutton.checked.focus.border.color": "ac35bb05dd306ea44d2a66db162526e7840bf19e", - "radiobutton.invalid.border.color": "d895d782baf764660447610311621814c3a74104", - "radiobutton.focus.ring.width": "e533558095948aa81b28af18da5fdd8d10ea143b", - "radiobutton.focus.ring.color": "fbdddea56092b2a7da8329298bb379777df0b736", - "radiobutton.focus.ring.offset": "5bbac54924c2d5f4b6e5468581c7f633aa52d4cd", - "radiobutton.icon.size": "04a14191a6a828c7b8a7e735b46cbd7b378569b7", - "radiobutton.icon.checked.color": "08cf06c348ca955fb2fb38423ef185d399344f64", - "radiobutton.icon.checked.hover.color": "0e22683de8c34c53759bb202a5561ee7bb619da6", - "radiobutton.icon.disabled.color": "43095b8074b7f3a150999433123d068b698cf76c", - "checkbox.border.radius": "1d6fe9a6b2714f5445aba067c635cdb262788a00", - "checkbox.width": "f5bc7b93fce955e2e3695a57181559e8c54bccd3", - "checkbox.height": "a86b06a53dad95c39661bf07bc5075082a9e3f64", - "checkbox.background": "f3c1c2978013bcb1ac649a356a7d4406ac011a62", - "checkbox.checked.background": "1e650ce9aad6fb7c36506281f191893eaaccff7e", - "checkbox.checked.hover.background": "ebe78c606699d0883c20841484168232ca5f3461", - "checkbox.disabled.background": "757d0463f79242b78ab620a2b21392e027780de0", - "checkbox.filled.background": "c6ad4d90e59fe80a7b57f8a5d0156e4fb6b70bc0", - "checkbox.border.color": "7bbb29f1d00ae13d13aec5748e9010d780ee39b0", - "checkbox.hover.border.color": "408c1584c3c0147309915253c9f3275de8f29776", - "checkbox.focus.border.color": "0d713fab80ac1e969b26a03765c6c98e04366532", - "checkbox.checked.border.color": "72ef79304675b6dba7012bda3f0c0df17dc307ca", - "checkbox.checked.hover.border.color": "bc0ae41358ff99c273efb0be6c8c983e7f7168e5", - "checkbox.checked.focus.border.color": "9fd30d146d3c6636b355ea177e5863aed2328b21", - "checkbox.invalid.border.color": "37060432a32fa2978ec1a0cb558632a9eff12571", - "checkbox.focus.ring.width": "4c5b1170f2bac9aac38e5162ff348b04a3e7e919", - "checkbox.focus.ring.color": "367171fa515f930ae8db89a220b2ed59f3f1822b", - "checkbox.focus.ring.offset": "da4f3d4e3c1aca2a36a54ef7cf06e5eb6319a97c", - "checkbox.icon.size": "dd99ae1c91c7ecf73cfbe6455502ef86db35b268", - "checkbox.icon.color": "e9c74b232bcdd11ac2ed2613ce2e72556a9cd819", - "checkbox.icon.checked.color": "0651ed43cb7b758c92d5582542340efdf92606cf", - "checkbox.icon.checked.hover.color": "6e09d4cfbbdc8fa949cc73ee1a07c42b71fcfe29", - "checkbox.icon.disabled.color": "d425226adee068726c8859e26beb9840fc27f607", - "autocomplete.background": "6d93137a9dc8f6aec701bc3ac4b4790a22bb3f2a", - "autocomplete.disabled.background": "17027a8732159005a1d212de9b07cdaa376b5330", - "autocomplete.filled.background": "c0e599afdc43326002ebd79af4055ebda779c540", - "autocomplete.filled.focus.background": "f2f005b542b02f5c5fe87f7d0b27feca909c00d4", - "autocomplete.border.color": "16e854ea9930ba4f7641a0e3a369167433827fb0", - "autocomplete.hover.border.color": "b28ecf271e41cf4a8a1295490882348856725f38", - "autocomplete.focus.border.color": "29b34327ff3f055ee32d0c22659e05c3f0bf366b", - "autocomplete.invalid.border.color": "f1ddb9fbe56842225dce374f432789cd89faefe0", - "autocomplete.color": "25e4fb5bce5767557c26b2f9807ed692569a2529", - "autocomplete.disabled.color": "bf883cef35c33b42626d4f67c840c04f3d964cad", - "autocomplete.placeholder.color": "20e61872dfb33b0c439407ae9e30bd8bb50edfdf", - "autocomplete.padding.x": "568146661165afeab3e139f883986ee75aa47fe5", - "autocomplete.padding.y": "58a1867a55a3620e3c425158bf50c0d67a4caf80", - "autocomplete.border.radius": "2baedb8166d3f43ecb0236dae3ab122b322ad32e", - "autocomplete.focus.ring.width": "db788f93ed78b8d5ef20a20c9338a3f3d78f2ac3", - "autocomplete.focus.ring.color": "4d33874f7f73f592411b00b351bd874669a8f9a3", - "autocomplete.focus.ring.offset": "234c5fb9f958bff397d84cb3edd8a51fca961b95", - "autocomplete.overlay.background": "309ce62f12be9982f501c00b6ac4cfea420e1358", - "autocomplete.overlay.border.color": "c62d549ff0b23b9ba0582c12925f522211112a41", - "autocomplete.overlay.border.radius": "0710ccb7dd8bee09d1131d471c0b3a808170688e", - "autocomplete.overlay.color": "fd329ed260d4e95c63daf8516e0c670acbeb8928", - "autocomplete.list.gap": "6d450713eddcb6176ec432c08e52b3c1ac1b42ce", - "autocomplete.option.focus.background": "651f0ef3a6972dcae991fc3da2ce0074f0f170b3", - "autocomplete.option.selected.background": "dea2014975e49e99d1ae290835fd3289075d73e7", - "autocomplete.option.selected.focus.background": "c41fa4724ecf28761567dad6514a491ee012fccf", - "autocomplete.option.color": "89030c2cbb6846c271cff61c367a3b6ca70e209a", - "autocomplete.option.focus.color": "888a174f933c8cc1addc9319aba065ccaa1b048a", - "autocomplete.option.selected.color": "c5c02396f27ba40b7a0fc7ae91545455d7294ad1", - "autocomplete.option.selected.focus.color": "04e68460fa009a5bf5a86a39f7b26a0cdd025f97", - "autocomplete.option.border.radius": "d57533e7e951d572c0e10cbeff477a621feaef7b", - "autocomplete.option.group.background": "311dd9d1da58fd3765f6de5290a9d23794ce1f8f", - "autocomplete.option.group.color": "432e0669c6f0dc568d97a41a2f056312111a28a8", - "autocomplete.option.group.font.weight": "705ac8411019b06461364199a86152dff5dad96c", - "autocomplete.dropdown.width": "b139bf6116d5de8f22e530ddba8e1ee020e7b850", - "autocomplete.dropdown.border.color": "cbb095a18b5eacaf1b0dd50a777b35f59f413b87", - "autocomplete.dropdown.hover.border.color": "76b74e6812e347916469af2e64502f52731b3c54", - "autocomplete.dropdown.active.border.color": "a2ef702f046c21cd50a4258e1a5c74d5a1c66092", - "autocomplete.dropdown.border.radius": "e7fcbfc36240d09fd19b09b809437b3bd9fdb989", - "autocomplete.dropdown.focus.ring.width": "4773446114d928eb694668e3e7123ac8d3045df9", - "autocomplete.dropdown.focus.ring.offset": "975a4a67baa42cba39f40c8a6b334a5c6c6befe2", - "autocomplete.dropdown.focus.ring.color": "e861b2ad861e6530007ac6fdf317c82849140b72", - "autocomplete.chip.border.radius": "3963ede3c8cdbe8ffab69dc4d186e602b84be37b", - "rating.gap": "9919b61f042d153c2b6c06000c9ed6e6132fdfe7", - "rating.icon.size": "f8f002372806c21deed43431225b2f205d96e916", - "rating.color": "5c44a904c5dad57ce6f2234680aff369dcc8b02b", - "rating.hover.color": "d5b80d64df6133e4af3d9cfe1efd6cc4b35bfbd0", - "rating.active.color": "6d3aed9a68ae2ebbb3ffff79004b74c1f2b7bbc4", - "avatar.width": "58de9a4e8588ba1a0fbb6c02e8653455b095fce3", - "avatar.height": "27a4f5431ae9610e2ed9e817fb28e775d61ece4a", - "avatar.font.size": "8841c67f81075722d723d9cc6a6286702184870e", - "avatar.background": "1d184c614ee289a8e42128df9dd28441b751de21", - "avatar.border.radius": "98a7992562f0a0ef6557ab20180b3590b28518fc", - "avatar.group.border.color": "f2ef5c46fd0b0cd17568df4268f6dfd4296baf81", - "avatar.group.offset": "a5c72d84ece236063b696cc07db53914a2b1bdd7", - "avatar.lg.width": "673882ed6aafc94f1ffc49e12c2031452b8ff0cf", - "avatar.lg.height": "3080f3889c294bcd71420d9c8903daca9b1ca965", - "avatar.lg.font.size": "3027e88a52572c80234166de0bb121139299dcd7", - "avatar.xl.width": "689feb51a79db3c7620c1de4ed5aa93d78f8272a", - "avatar.xl.height": "10d5f574a15fef9a1e6ff19eb47d336d0f62109c", - "avatar.xl.font.size": "ce5b8a1cbe61eb1c17e59f8b48b3480e258ef4dd", - "avatar.color": "5ac4be88190e77bdd2b240255296063a02d31229", - "badge.border.radius": "ffd18e81413d57c568bf1b6ebec78495e05d908b", - "badge.font.size": "ec605bd7f7ae2af6b542f3d53def84fafb839a4a", - "badge.font.weight": "6f56b58641d93fcb281362cab04f5a05dd4a96f3", - "badge.min.width": "fd5600177a60124744f628e08f788855eec99e7e", - "badge.height": "a715369f5d9fe9238f8c02cfc48902ff5976ea9f", - "badge.dot.size": "7869e35d47f1628d90a4c97cdfdaa10febfd1a22", - "badge.sm.font.size": "6bfbef83da7a0deb742b4fa1eeae5982faea1ee2", - "badge.sm.min.width": "b9755284c526f23aad59031210266550a9c282a6", - "badge.sm.height": "4c249a15f60d5d2d8ba7555e22860aa8627d4897", - "badge.lg.font.size": "cc995fcafd717f5d873b496accff825c2e9c575a", - "badge.lg.min.width": "bc6837479bf88a98ded23047207eef50128af7f2", - "badge.lg.height": "de4b302857a43ccba9f902ea15b20f2808b02dbb", - "badge.xl.font.size": "6e23cc0bebacccc7ce8120602631ce8f15f3924f", - "badge.xl.min.width": "8683e079520b5f74c12e4acbf9b90f360caab974", - "badge.xl.height": "18feb7b9a382e2124f80982db56981dcce56a020", - "chip.border.radius": "63b6929f5d92fa74e415dbfc0545bc0e81b92714", - "chip.padding.x": "5fd9eb85c1b123af0aa9f5c3e27c3a3079a5761d", - "chip.padding.y": "357ec8084509456b899ca8f51ecdfe1ccd4b5b31", - "chip.gap": "ec687485c844755141ba0a91d495cfd1ebf5c3a1", - "chip.image.width": "5095e6ba9ba3d355830226875d6e300ea4e6aaad", - "chip.image.height": "8d038f1e8caec0fcb5c8a5403197472743d8b78f", - "chip.icon.size": "5eae6a275a3085cefcea90a686d25854e7ca13f7", - "chip.remove.icon.focus.ring.width": "cbb3f4e2e75635b440d5ebda5d2def7034ad592d", - "chip.remove.icon.focus.ring.offset": "69a738f2553dd3bdc90adb0722d584e63eee150b", - "chip.remove.icon.focus.ring.color": "4667891a2a1cbabac0d5320e0f3816b19209fe5c", - "chip.remove.icon.size": "c0ebca1c381e2689d820d9128ed38b145f33e9d9", - "progressbar.background": "5cab623eb4cf52b13ad27edd800bd29c6e1a922b", - "progressbar.border.radius": "27dad0086cb6fba4ca5b830c03ecb66d68411a13", - "progressbar.value.background": "3f3cbcdaf8488d6089cc04437840145713cd1d7f", - "progressbar.label.color": "02edd6e2098cdabfe5261a4f0a85af662687d668", - "progressbar.font.size": "84731b474b45a2b0c137e89d66a79ce9c8c2f5c4", - "progressbar.label.font.weight": "d0193c20ad7bff64d7c5eed31e01f9bac61d654e", - "progressbar.height": "573609f4d2370ad7506f1ee1efbc4ff330375e01", - "message.border.radius": "32544a9aed49efefc0fb404442e08f48a215d5cd", - "message.border.width": "c1c7515cd4f8fc367e7da40382d29744e20931c3", - "message.content.gap": "ba64edd58ee022f7a6eb077d113db76d3af54e9e", - "message.text.font.size": "2feb4f92633fb93d6018f25c4fecb7723b8e60bb", - "message.text.font.weight": "d82e0fcc3423ba8cbebd282a529bdd03f82d5b71", - "message.icon.size": "48641ac7b634bc399067b629c75a6c7ca9b5ec57", - "message.close.button.width": "72c17d89304fdc584a3f9be63ef333deb894fdec", - "message.close.button.height": "2b78d12f2f329b8ca0df5f4f5f7d8262a7b958d9", - "message.close.button.border.radius": "cba4d0c39d2d4309288e9df1717c7e348381e01e", - "message.close.button.focus.ring.width": "93cba041d22498600fd0c8eecbd74165727b0383", - "message.close.button.focus.ring.offset": "b222dd3a98c17904fa85fa28eb8e4fbeb95e01fc", - "message.close.icon.size": "96f42fde201d0f53c0fa00a84b532b9478abcfbc", - "card.background": "86682f9dd3aa9cb6d7ba5f7b9eb86748cce17566", - "card.border.radius": "b0a96a4aabcaa6bc521dcd58e3adfb2676ba8691", - "card.color": "24dfde0898fb467e019fc6b28030e1c7eb26bfca", - "card.body.padding": "cf60ca40c388b972bbbc5013cc315251efb46504", - "card.body.gap": "b8af1b51812c389a4c6d1aa8888b05771fb9b7cd", - "card.caption.gap": "f740195eb242b023affbb21e3bf93dd6b83126cc", - "card.title.font.size": "dd85408f70b642863008f8a137c14b1b061be935", - "card.title.font.weight": "cae71a228d206bb8f073ceab2263961bf0e6b058", - "card.subtitle.color": "4082d42e39a562af81b4cf72e718e48fd8c7d0b9", - "tag.font.size": "f04ced8b6f4afc4ff76917e8329515c7a91c0fe1", - "tag.font.weight": "9a67b723af53324251c576c30e787e7e65b2bc2f", - "tag.gap": "85a030f96415a78c82a92088da38e834f36faed0", - "tag.border.radius": "8394012138188cbd2f20f272408e5c756784103a", - "tag.rounded.border.radius": "d231c262e680919eb09fad852442f471ec83292f", - "tag.icon.size": "6bbbb183a6fb77868b44a669c1bb0b277de6750a", - "skeleton.border.radius": "1d1c41f8af219e4bab915541112b59e8f95fb207", - "breadcrumb.padding": "66e5c2607bfb02d5712fc8f30a583a81049f8c62", - "breadcrumb.background": "3df972a1e1ecd27b5359d23e25ed251fa407e16b", - "breadcrumb.gap": "967c57b74a93082846bbd78229b2203514e73255", - "breadcrumb.item.color": "7c1e0296235690a6601691f40ce1b250b397cebf", - "breadcrumb.item.hover.color": "70d72b7c09349168d96de8c6b0c3aba3b9e6fcdf", - "breadcrumb.item.icon.color": "5827c6f482b8884830a30b17448ed086782134ef", - "breadcrumb.item.border.radius": "70a593ee166075a75d252286b097d3ca8beb982b", - "breadcrumb.item.focus.ring.width": "f4bf82c3f8e598c97937e3c89cb5ecbc378e8f1e", - "breadcrumb.item.focus.ring.color": "e9536c57fd92c9afd594ef5c66eff36fe8e12b6c", - "breadcrumb.item.focus.ring.offset": "f9d4ca09460e6579ba2c58626d50b71a202e7e6c", - "breadcrumb.separator.color": "d03fd428c74d01ba011a64fcb373da261246c512", - "drawer.background": "3fe311c255168e71d61e763d33453b6ecd4b90cf", - "drawer.border.color": "e92054603997ef3d405d7f421a5ce19f8eba50f5", - "drawer.color": "0021b2f4ce1ecd8c482d3e697ef64979e2c59ad3", - "drawer.border.radius": "451909df078062763e0f93e131556b30860b2652", - "drawer.header.padding": "0b59851869b0f5d21e6820be73a0ecf9867ee377", - "overlay.title.font.size": "5676c5a39ece01eb658cbb5c813d2ba6979bff60", - "drawer.title.font.weight": "ddbcedc70d29aa90334d5857fdcb21b4b582c7c2", - "drawer.title.font.size": "e1eb578cc632278926f38af27c71e00d1708abba", - "cascadeselect.background": "28f89fffb2001a4e1cf567095080e74d9698f78d", - "cascadeselect.disabled.background": "9acbdeae4a0da0647d2410be114eb0a4e7980211", - "cascadeselect.filled.background": "b395f61cd4aaa9d7ee33a77ce31cda7077a554ef", - "cascadeselect.filled.focus.background": "4f6c700516aca1fa526ef955b18a923a975fd6df", - "cascadeselect.border.color": "84de699f54e12b6d87c78c0183762cc28a6c558d", - "cascadeselect.hover.border.color": "3cf26559d0b6f4fa0e060f27f5dbd4e77fe4d9f3", - "cascadeselect.focus.border.color": "1c2c7b7af2da2c6f3e055262a70c62a177664efd", - "cascadeselect.invalid.border.color": "9aedc4c3cbe721dbcfa5742f07c86e604b79be56", - "cascadeselect.color": "22e7a77047b0d89b6b1340cc745e050d23b3aa5f", - "cascadeselect.disabled.color": "657e2ebe2ce6d68661fe54a34ab2a8685dd93ebc", - "cascadeselect.placeholder.color": "3946cafcd0994cddc909a98079f1345c9394eabb", - "cascadeselect.padding.x": "9b21bcda2d4f5e91676fe0e1ff4e4645de4a5920", - "cascadeselect.padding.y": "e1ced560280fb6de46a2b1e66af0cbc43d74f0a2", - "cascadeselect.border.radius": "7c4cce569ae6dcc2f4cd2a40eb7bcf8f9f556774", - "cascadeselect.focus.ring.width": "1f85c65aed4ad5586697865146a6932e7e0049e6", - "cascadeselect.focus.ring.color": "b49d1ac7a2ce99c5d7488bf8da90530b6ff5e610", - "cascadeselect.focus.ring.offset": "42c647963438bb718d52d990c670ef880164abeb", - "cascadeselect.dropdown.width": "a7d6c9da8d277c0478d2e94bf12ed43a5b4e6ed7", - "cascadeselect.dropdown.color": "93ad437176ed331b962b113c7c08815281259600", - "cascadeselect.overlay.background": "1fee7da5c5b9ea423a88ed0627a7d8a37f7cc802", - "cascadeselect.overlay.border.color": "7fc20522b3aa67cc45196e8b9d8b0c19b1f082f5", - "cascadeselect.overlay.border.radius": "b4a84fa3dc197af32c88e2b39c01ab4f8131a105", - "cascadeselect.overlay.color": "e75e0ed713eedfbb7c5b0c9f66bdc472a33a390e", - "cascadeselect.list.gap": "c46c876b5c35a9307babb02ccc7b22a56382cbc5", - "cascadeselect.option.focus.background": "22ce91af3c7548827195f3c8cd15dc5dfcea4555", - "cascadeselect.option.selected.background": "97e547938e2bff39a9efbe00bf168362a51f0952", - "cascadeselect.option.selected.focus.background": "55cbb9399d73e20960575ece9d06f8249a0870a6", - "cascadeselect.option.color": "2c250485fcf9cc8d453e2db14678d3670c94ceed", - "cascadeselect.option.focus.color": "6d3b75ed5908acadc0cc503cf5fa2aeb238b5930", - "cascadeselect.option.selected.color": "69db135795882cb956ce579de4ebcbcb20dd89dd", - "cascadeselect.option.selected.focus.color": "ab66d4d200f59e6ef5dbc34aa42a1797fa4d455e", - "cascadeselect.option.border.radius": "52b572360790b83b8f9fe506a5f268317640fb5d", - "cascadeselect.option.icon.color": "d8819e5c3d3706a77e29f3d14169801a14aa4656", - "cascadeselect.option.icon.focus.color": "90ffe88ff84aa09abef5a059aa2ed906c9103546", - "cascadeselect.option.icon.size": "2027834b6159a4e4c300f93b3c78bfb682531a9d", - "datepicker.panel.background": "81e3147858ff7e04fd36f9b070ad46b6e7a09faf", - "datepicker.panel.border.color": "56245e89c4687ab0a4dafd26dcefa19c3f324fff", - "datepicker.panel.color": "33bfc644e8a296f0e977e989d37dfc5c542c74f5", - "datepicker.panel.border.radius": "8f417fcf0d64a6b2bae6b83e6c95083b0847e85d", - "datepicker.panel.padding": "f21d41a980e6da64936785f794308b8157482400", - "datepicker.header.background": "91c9da3a5bd1cf25c40ddc986b18a3aac908200a", - "datepicker.header.border.color": "de59ad7b820dd162d2043158a057a4087f521eab", - "datepicker.header.color": "0224838d39def9edb81012d8f87eebe9f24535bf", - "datepicker.title.gap": "b1041c56bc37f95093d07945a5b34a1ac8fe4561", - "datepicker.title.font.weight": "f7fe5d5f36e92272bdd77f960a0d4723f84906a1", - "datepicker.dropdown.width": "ac1335ecbe36aefd23328f318f3397ec261c586c", - "datepicker.dropdown.border.color": "7f106016e93e8a0897a1c88fe4379a12cf9dc16d", - "datepicker.dropdown.hover.border.color": "19c8869a830a6ac73a47b41c6349e45a767557a0", - "datepicker.dropdown.active.border.color": "578b9bb0ca3bdd6bf7e8eef2cc5b67e6ab9fec5d", - "datepicker.dropdown.border.radius": "ba9aca659915c1af70997d5f020f7edabd62b730", - "datepicker.dropdown.focus.ring.width": "9f9a9369999a635ccbbd1c731b594e1172af8553", - "datepicker.dropdown.focus.ring.color": "f6761188f8c1a811c7b1ac3a90068fa29c5611cb", - "datepicker.dropdown.focus.ring.offset": "dcb5235122d475e525686332a39b6686364068f5", - "datepicker.input.icon.color": "e2564be84d6ead0908a8d37347ff188c9469a7fc", - "datepicker.select.month.hover.background": "1f583ecde04266bf56145039d759e28ea2ccb06c", - "datepicker.select.month.hover.color": "2825a4885a3c490befc71904a2c1be32a11b097b", - "datepicker.select.month.color": "509336beb8b00f49a044aa2c49fe2b20addbfa72", - "datepicker.select.month.border.radius": "d8a49ac57ac121706f8cd480056f989b0054432c", - "datepicker.select.year.hover.background": "f7425d3c1e344ee3bd5590733c4b84f6b204194c", - "datepicker.select.year.color": "290a2549caeb125b67ea6d7e29033e7e37e24c80", - "datepicker.select.year.hover.color": "40126104600b6bc2f233ab3f4781aab80afa2b67", - "datepicker.select.year.border.radius": "148f8f6cccf050645b4df8c28ea101c4aadf9c98", - "datepicker.group.border.color": "a43cae3afbb0f340e005f7bd1f032b67886bad2d", - "datepicker.group.gap": "5c33becbce55c496f1e0b1ccc20a322d460ab019", - "datepicker.week.day.padding": "e894b6a42c71287ccb77eee88e175ed6e34a6247", - "datepicker.week.day.font.weight": "2082988c80cf3cdb0b640b6968afbc0f715f8836", - "datepicker.week.day.color": "2916aee1c4f87dfe0edc69e89a08b8865d7e8cd6", - "datepicker.date.hover.background": "bf92bbe5d1bd8334d58f91ffccb8df5fae682c2b", - "datepicker.date.selected.background": "b979b934946b9bf19cb6923c5d50a7213a7042fa", - "datepicker.date.range.selected.background": "994ed9b43036af3f8c2e9be09eb4e4c77cf60aff", - "datepicker.date.color": "c955beb856b0cc0c76d08cf67d2853aa12a83fdd", - "datepicker.date.hover.color": "fd1cca882e333da3f2c3a9b8519dd9ed406dfbd3", - "datepicker.date.selected.color": "4b4dda10db56f2e4f1611880dedda1c5c395e629", - "datepicker.date.range.selected.color": "14d14b7cc42d9fd7d5e0a30db69f461b21a71426", - "datepicker.date.width": "bb1ab1de1982b7c8ac69a5945ffdea1cfeee1040", - "datepicker.date.height": "f68c456ba873d1b51f2b28479ba9fa5e4bcc4751", - "datepicker.date.border.radius": "fc73b422e71261355ae1b273184e512110952adb", - "datepicker.date.padding": "45bc21163a0e3e0b841a599ebaf807b5554229cd", - "datepicker.date.focus.ring.width": "2fe24e07eaf28457d52a8960e2701b32c9735edf", - "datepicker.date.focus.ring.color": "caa7090ea015c2bc9810308197a9232b2bad2417", - "datepicker.date.focus.ring.offset": "fc2382fbe6692c2f3031613ba478e60208fd8653", - "datepicker.month.border.radius": "70e93102f47952ce44cfc58dcfdd4d76c8b8d5ce", - "datepicker.year.border.radius": "4349222e988ab6adb045b9b9f01dc1b8612700cf", - "datepicker.buttonbar.border.color": "dca70b8878df4b861e2a215c09b9cd22424abb84", - "datepicker.time.picker.border.color": "25fa4a44597f4ef3be22f662222337e8ee2ef583", - "datepicker.time.picker.gap": "d22e42698ac809133d893fa7c96be3ab79a41032", - "datepicker.time.picker.button.gap": "421bde51ed088b68a686d60fe46844e549798661", - "colorpicker.preview.width": "6ab643e06b3093d21329e265852c9424405510a3", - "colorpicker.preview.height": "8f110936c147f4eeab1c6e80e99e9bc798e92b7f", - "colorpicker.preview.border.radius": "aaebe4c1b51847adc7807588c38dc23d1aaf1985", - "colorpicker.preview.focus.ring.width": "e64ddd1e5af4ee5be75faa2234a0f5af251f1994", - "colorpicker.preview.focus.ring.color": "c9eccb3f846c1a27f836b38d52066df4178171f9", - "colorpicker.preview.focus.ring.offset": "217b1369cc45edb689cecf3f09380bc38dcc3ca3", - "colorpicker.panel.border.radius": "326aa6933699ef7091defef3bbba9d3f6afb8296", - "select.background": "da2fe8046a9c0cc41472b3bd83f46e89606f2865", - "select.disabled.background": "e3362427bdf344aba2aa2d7dbe6cb553fee2b6ca", - "select.filled.background": "892366c68eb9ca0a54ef8da18d887168ec0a435a", - "select.filled.focus.background": "c69358f601a99d821d7877942ad091989c65176a", - "select.border.color": "e2a9d53aa78ea18529ab980e5caed771084b67a7", - "select.hover.border.color": "3e6f84fa27ef284111f480c15a06c68722171651", - "select.focus.border.color": "5e1083e5c5e13e0b3433bf1a87cd980ab73cf09d", - "select.invalid.border.color": "e343dbe9fb8440ebd5633de1b4e858deb64fcaeb", - "select.color": "b21c9ff97283ef157b5cf5438f299d6ddb49c2b3", - "select.disabled.color": "6cc477329a0d3fc378b32a6f75c9cc6f19d17d0d", - "select.placeholder.color": "7b487579d8cd8b40252ceb076d96731a553b39c2", - "select.padding.x": "6a4c1c4ddad0d2a0da9b0d33c7fd3645f49c6c18", - "select.padding.y": "97a6ba305d0da413a67d4bfa1816a7b830c11713", - "select.border.radius": "c00a926fdddbfa77024c2e067ab5a14260aa566b", - "select.focus.ring.width": "89324c215abdcb268e690e639410b80b980819b2", - "select.focus.ring.offset": "787fdf3dac094673c0f24c13a62b0edba057a4b4", - "select.focus.ring.color": "30b9f094df20807cb6febfe0d9e53f7fe1c8de1b", - "select.dropdown.width": "dbc0933c2fdbbc399c11e96c2aeebd1836bf17ef", - "select.dropdown.color": "26e577ef9e742043b034fbb03ee8fc59e9ad762c", - "select.overlay.background": "0ee7d4aa2d2aa5c0a00e2437b0b4422e601227fa", - "select.overlay.border.color": "a3d69bd6fd60fa2b65c0a9948f57d981c3cc1a5e", - "select.overlay.border.radius": "1b998f57cc0dc493e37711e760b35ddab76b9966", - "select.overlay.color": "e0ef6c5ceff717874e046f31b617b57deca18b3c", - "select.list.gap": "96cbaf78d315de86b81b934d061edcbe238a55b1", - "select.option.focus.background": "26ef313d64666d658331b9366c91dfb24fb09f1b", - "select.option.selected.background": "151196619014794fa07fbfcf36348120c146b818", - "select.option.selected.focus.background": "e93d831400d1a4e3bb2dd40ac30d0e3afc083e89", - "select.option.color": "4ad28dc8defd73f39c4cdbbab955e96c9444d20a", - "select.option.focus.color": "169c3ddb8555aff5bb2c386df54c2ae9a89a15de", - "select.option.selected.color": "ac7747d5ca190ee16110562f516b5362ca211d6f", - "select.option.selected.focus.color": "6fe2d5a8c7d60ef645a8e84d30bfb71c59d81b7a", - "select.option.border.radius": "a68a40a436272bc5ec739500257baa32f220a82a", - "select.option.group.background": "b978d9d1d402aba4dacb587aa9876851894c9ce9", - "select.option.group.color": "6c8831c6ebe5dfe7a47e0a3f8714003cbc607358", - "select.option.group.font.weight": "42929ee652ed2245299393c53eb6e14d79d95093", - "select.clear.icon.color": "02a6774398471dff7364db24dd66ccafa93011f1", - "select.checkmark.color": "481baccd1923ea22a3cf91bc1a17aa706575163c", - "select.checkmark.gutter.start": "57af8dde699209bead8f0161ee7e96c5046973de", - "select.checkmark.gutter.end": "2f95b38ebff04e2b0db42da2dd9ab024686e7462", - "editor.toolbar.background": "fb6f6bee78662d0c2df48f17860c356b574286ee", - "editor.toolbar.border.color": "3a28e5cb2ace65e92345737726c0c0c828793fd0", - "editor.toolbar.border.radius": "5342b4f92aa0694b5f043c1857c7b9ea5744c14d", - "editor.toolbar.item.color": "53c1d14adcf6297a94c988a3d1cec679ee1c6fe3", - "editor.toolbar.item.hover.color": "c0b6aee90a259a19c3a61021bfb546d624632cb3", - "editor.toolbar.item.active.color": "e7c135988ac332c5bfc77c812ce01e8d8b62757d", - "editor.overlay.background": "85c9fc8ed045371b7ba8647fc52c5db7ad7b9ca2", - "editor.overlay.border.color": "fc7edace2900c7166a39857ff057ab0e2ec3d4cd", - "editor.overlay.border.radius": "d57889eacaf8abbe9c37bae4d3592d457323eee1", - "editor.overlay.color": "905e61f1a3fc237a3d89b144b78bcca03d975395", - "editor.overlay.option.focus.background": "0b1a139abe349b18537a091df5ccfa13d39bfc50", - "editor.overlay.option.color": "146ea29fe077b12b5d25c841dca5f968513a1def", - "editor.overlay.option.focus.color": "352d9aa5cf55644da7d83f4469207e99d95eca70", - "editor.overlay.option.border.radius": "a8fe31dff3a269e3e27378b629388796c4fa8d13", - "editor.content.background": "8c7f62087f91502b8d44f53ea39a2718f95831e9", - "editor.content.border.color": "ca88f255e85211ee38dc35c50b19cdb20880a086", - "editor.content.color": "49d2aaf52a48265873c56269fb8b03fdba6a99b1", - "editor.content.border.radius": "0986e86ec807cc36a5359bdc8b94a960cc7e6c1a", - "inputgroup.addon.background": "5f9ed13270ef4b93f14b72f8cece9462a1f9d23b", - "inputgroup.addon.border.color": "3e850dcde99d0af802588a7962dc9470087f971d", - "inputgroup.addon.color": "e6d2454e40a4120e268584909c44a93a9fb4106e", - "inputgroup.addon.border.radius": "6a4361065bc2e28a6afc604f70e93219455e6de7", - "radiobutton.checked.disabled.border.color": "c5575226d2cad394b64a82b76d125099cdaf3535", - "checkbox.checked.disabled.border.color": "1c572f3d0577a1bfc402b54be09554ad5553282b", - "textarea.background": "f1ed8f38c2031ea3b395a556776384efd3aa5166", - "textarea.disabled.background": "7e6e0e647782a1bf276b01f17f3e24c19d9588bc", - "textarea.filled.background": "673c29e10691623d052f90c135a032728d4fdaa8", - "textarea.filled.focus.background": "7a15afcdb905b0d7d4fa1c47cdeefa076a930135", - "textarea.border.color": "f9eed5bd071b88256ba1950ce223020d23f7f4b7", - "textarea.hover.border.color": "bd60866608e74231d200ade21561d0cac38bc48e", - "textarea.focus.border.color": "d73bc354e305a51e556d68fb790bf975a16ba396", - "textarea.invalid.border.color": "49dbd8cfee706ca1d250153603fc054b4bc80550", - "textarea.color": "c4188822a36407adb7d6459c05fea96085e3b1f1", - "textarea.disabled.color": "a5b148389ec11663db33d3f62cad9c393513aeaa", - "textarea.placeholder.color": "45d94450c99178dd5fd7e7216f2d0ce8adfc72c9", - "textarea.padding.x": "c787e7bfa25dd48431760cac4e15c3cfd90fc227", - "textarea.padding.y": "05d36e367c5c7a267d045395312493472bb6dce9", - "textarea.border.radius": "d0c616fa0886ec496633847295c59686d77979e6", - "textarea.focus.ring.width": "7b3b51a272dd4931a360d450d0e26a6e8a8fa72c", - "textarea.focus.ring.offset": "3ce6f7597c07b2147731a1de2b6b77b8f2f138c2", - "textarea.focus.ring.color": "69811540f663655389b5006983ce020bdce5925b", - "inputnumber.button.width": "d09868ad4f0e328f4c477cb93a15fb334d3c2427", - "inputnumber.button.border.radius": "ffd82e4bfbaff7f1718ca417cc1c62bccfd20b0f", - "inputnumber.button.vertical.padding": "15c7d6408090bc80f89eacebfdd592368b584c72", - "knob.focus.ring.width": "835aeb009f50f12f155e895f9822f9e2d07b425b", - "knob.focus.ring.offset": "395380d25464696ea4408b8da4d5ffcd18167e93", - "knob.focus.ring.color": "07a8e2f04f307bf38ce31f4d24fe2b123c96fed4", - "knob.value.background": "1c97d85f78f5b1a39af6fa82f2e938fa95345d12", - "knob.range.background": "1974f2f6836db061ab6b005778dd9963aaca273f", - "knob.text.color": "017ad46d35db4d124c24d0487e65cc0bef525ec1", - "listbox.background": "b3da32ea5bfc7298861369a090632828adbb50c4", - "listbox.disabled.background": "08435eb289c1f7188587dcfbbd6f750b81427587", - "listbox.border.color": "a02f0ca8990e9bb9de851b0071aca45ccd4ddb2c", - "listbox.invalid.border.color": "8ce5cde836b9431f402611866b241f850f4aecb0", - "listbox.color": "2b8837e963e8dd5c0bcb4d672788f38fb0967e86", - "listbox.disabled.color": "735f63170aa6ab4dc29d9b14d77f763bf4890517", - "listbox.border.radius": "866b3f210b0c497730690d380b21cf334f6a7f2b", - "listbox.list.gap": "21050aa4456d2fa9acd83adf6774b22e7d624c0e", - "listbox.option.focus.background": "f6966386c54c240b1e424fbf631f1a337ad02a03", - "listbox.option.selected.background": "e058406ed9d384048ae04fa220a1acc9c2fe5db7", - "listbox.option.selected.focus.background": "17daa6907d2775b16378bc558c0fc66560d9c5ba", - "listbox.option.color": "e05e523d06b6504ce3a9b6e2303348e75ac78518", - "listbox.option.focus.color": "fca76e211b415403fd0ec400a9d4c67af2a41325", - "listbox.option.selected.color": "88b582247a61b22041f2240a6921a36293594dc7", - "listbox.option.selected.focus.color": "4b6d586a9dcd8c22e7785c4d1d9452bc2512515c", - "listbox.option.border.radius": "bc7917507109f44d84c9f23315aea675ee4d0763", - "listbox.option.group.background": "4c0254f5404c30077b22d9aba729bfc6382dc36c", - "listbox.option.group.color": "38aa66b8a3a032cf89ddfc45154f25932a2f805f", - "listbox.option.group.font.weight": "ad1d8b9cf2e69e35ad341c642797540b21529968", - "listbox.checkmark.color": "b1feb4cded110df977d66c30eb4cc67a729ff6fe", - "listbox.checkmark.gutter.start": "3bbf5c20ab07c9859a159f53a7782590ec391c39", - "listbox.checkmark.gutter.end": "d8d28165d454e4f4e6872cbe20c0d67a1ddc058b", - "multiselect.background": "5843836d5ac616cfef299d92933b87980b991816", - "multiselect.disabled.background": "d97589a711f46210cba6a4f37f726e5bcb36b230", - "multiselect.filled.background": "e0ef7cec402fba67a4dd2503f720c79e701eee3c", - "multiselect.filled.focus.background": "7e81a4774573682315b112ab9146928b33538420", - "multiselect.border.color": "f81f30a6f65bf1abd5bfaf17eb10a9dd923d7c3b", - "multiselect.hover.border.color": "4b4e4dea82eb50319c8ef560e9acafc26521bfb7", - "multiselect.focus.border.color": "52bf8feeb1707cb01faf00a384583535b678ae2c", - "multiselect.invalid.border.color": "37f3288c32b37e99eb906a8e585ce734dd6829d4", - "multiselect.color": "90263657d4b6d3cb2842120af2eae72ec3d3def6", - "multiselect.disabled.color": "6b9e43192d598e4893d168b871465cb2f09b2dcc", - "multiselect.placeholder.color": "453babcbdb04c111a8361a1eef52eadef9f4f487", - "multiselect.padding.x": "dc311a66f1cf6e28e201cbbb13a76fa54b3a914a", - "multiselect.padding.y": "ee0a1290910885ce6f851a3c15e83ae2a9a8ad82", - "multiselect.border.radius": "f38275abb98edcb3be7d7d3d3ae9663eee29f5eb", - "multiselect.focus.ring.width": "c122c2ddee6fb6ed66327b5532fcbbb58c51e3ab", - "multiselect.focus.ring.offset": "7ff1b861cd7b226a4cb78e3d2f426ad9078083b6", - "multiselect.focus.ring.color": "2882373379ece40ec020ada7d86e256ca919d316", - "multiselect.dropdown.width": "865149db9d51713cf8add4f13a24af2230a3dda0", - "multiselect.dropdown.color": "6baa8feea297f0ec18d1e502fb0a3e8fc4646d33", - "multiselect.overlay.background": "95c5822b5eed1669634a279f3b02d284300da9a9", - "multiselect.overlay.border.color": "eb88d6b2fdade5db1b980bbe5222ab8eae04ba80", - "multiselect.overlay.border.radius": "30741efe26a450102b60638e321cf8a4815ef38d", - "multiselect.overlay.color": "31effb3ef7f1ec0cd3bc3146718e66ffbf068967", - "multiselect.list.gap": "165c5a3b360c84d5166f833b618f7b28b875e14b", - "multiselect.option.focus.background": "3c2ca41e305080e190e579b40040fe10c423bc6d", - "multiselect.option.selected.background": "e62fa48ea38e655fb6650df465f2aa844b3484c9", - "multiselect.option.selected.focus.background": "e3ee3fe8f95cc728a9d12f7c6cba282a6e7b8d14", - "multiselect.option.color": "4a16ff6ad297c6e9a9f4c385b42b945e67b85336", - "multiselect.option.focus.color": "05c9f82d43f647b24ce3258b6e118d1270aaf93c", - "multiselect.option.selected.color": "5e2fa6a1c4ce53f062a7f80f587ce35c7bb6ef99", - "multiselect.option.selected.focus.color": "b54e918491e41e4f99fd1ef06ac6c4dec70b9b55", - "multiselect.option.border.radius": "eb25c3192634c82ee0c11699e84ae56be32d68f5", - "multiselect.option.gap": "8fd223cf0f84793159f0158c8095fcc0c6f0d0a2", - "multiselect.option.group.background": "84519cafcbdeebbd825d2615a49d782268f7febe", - "multiselect.option.group.color": "803fede934ca770ba898196b63be1f640dcdbd1e", - "multiselect.option.group.font.weight": "df1135a414414bc12cf1af80736cb44afcd04834", - "multiselect.chip.border.radius": "27caa0ca4cb2cf6307a5a68ef14104f4fa5a6097", - "password.meter.background": "33cf75e7f44bbd64115fd8e098aa338a269a5c78", - "password.meter.border.radius": "a64ba6c9779880c508ca5d87169e4abefba6acd9", - "password.meter.height": "175cc514a1fcb674ee4c20394271967be8c824f9", - "password.icon.color": "c9a1ce1008d364670411b0b33a96154539f5f635", - "password.overlay.background": "67ffd6f4ef1443f8d0ca5926adf6a87217884da5", - "password.overlay.border.color": "fe0da711011c0216940d1702be1408c3c9b14695", - "password.overlay.border.radius": "40cda1518a97ad1402995a264d5bbb21a9754901", - "password.overlay.color": "de75b91f9ab35023ed9c43568a925e5be061e145", - "password.overlay.padding": "0e6f72b46b404b9169e5ae5070b54b33fa86253c", - "password.content.gap": "69ec56394a851ae1f23203c98359634e23be1de7", - "slider.track.background": "283711fe22cd1588553a9645234f10cc2eea9037", - "slider.track.border.radius": "a541d8650700d576ee8299ab4c46e8af8d2c536b", - "slider.track.size": "11309742297c03caf939f852563e26aa5cd7c52a", - "slider.range.background": "2a3504ab35d4f242e5d4bb01415de4d95d80d645", - "slider.handle.width": "a8baf43a54d53bf29f9ca16500d0679e5ef70762", - "slider.handle.height": "150982ba0d5710f793ce1ec764c81a7139dfc7c6", - "slider.handle.border.radius": "3e9298fd2fd6b8b23ecd46b7f0234ff7225118fa", - "slider.handle.background": "c3ddfc34902635a90833c3e91fa36678a39d3eeb", - "slider.handle.hover.background": "c901c3fe31c3c5ecdf5a4036aaf5cf0ed26a12b2", - "slider.handle.content.hover.background": "e15b30ebff09bf29085b5c449c8b66224f341e9d", - "slider.handle.content.width": "909045d66cdbf0ddefb57846983633c4b0e89884", - "slider.handle.content.height": "0f6a9d40032e3ea4807b8581f23326654814234e", - "slider.handle.content.border.radius": "f348e930e79d70d5486ed9c464ff94e45f284969", - "slider.handle.focus.ring.width": "ebd86a8be29be5e027b1af3bee6b5472a3daf9e4", - "slider.handle.focus.ring.offset": "1ca142e2981dd125ec060f3423c4eb62c60c76ac", - "slider.handle.focus.ring.color": "5fff1b6be9b6ae18de2ae0c4ee3e97fa8dbbc6cc", - "togglebutton.border.radius": "dd1abbdb849d21ecca97ff1e63697febaeb07434", - "togglebutton.gap": "4db822bb159a4f85f5af3ed4c24ba6d3d1d6ba2d", - "togglebutton.font.weight": "0dbf098ee5d03e0f6b8b48b347b40bba54c4fa09", - "togglebutton.disabled.background": "b523835957fa0ee0d028f08fdb9b498e5ecaffc1", - "togglebutton.disabled.border.color": "1f8043a3a1cfb7ec4fa2fb84af11c6231c2219e4", - "togglebutton.disabled.color": "7272c45a537000356e8018aedae468fb1607d422", - "togglebutton.invalid.border.color": "67855a3796254a1cb46dfed64b359f0c13741a79", - "togglebutton.focus.ring.width": "3fec1b968e56c7e9e7c4dd080750e6579850e7bf", - "togglebutton.focus.ring.offset": "43d00ec9c5107ebd7d3a1f3ae22a149e13c1de1d", - "togglebutton.focus.ring.color": "19775f0ec9d36e9aba16f9fbbc6b4acaaedaab7b", - "togglebutton.icon.disabled.color": "cd309efcdf0c2a6f5c54cf395cfcfe2813ac308a", - "togglebutton.content.left": "e951cdf73fdb2149c92e36af417c41b2c87d6b1b", - "togglebutton.content.top": "9490dea2656241d99a04122f3de10b737b13b59c", - "togglebutton.padding.x": "b95159d2b089eabd6ae3163159291b03dfc2f2ae", - "togglebutton.padding.y": "0404b29348ddc8d2af9f8e8a22ba190c69568757", - "togglebutton.figma.content.padding.x": "c695d9717c8a10104078d286c8a96f5ac0f6d47b", - "togglebutton.figma.content.lg.padding.x": "fb4aae5363b036baf751de9a2495f6d5d0d1fee0", - "togglebutton.figma.content.sm.padding.x": "806472a97d992ab0766889768d1da0edd898959d", - "togglebutton.figma.content.padding.y": "f94d2d7d975c3575d9bfb5b27aaba982ed811760", - "togglebutton.figma.content.lg.padding.y": "d321c43c2c709da9904c487a98d789fadf04a13a", - "togglebutton.figma.content.sm.padding.y": "e22ab2429c3f45e0b85a03a2d9897181604fc2b5", - "togglebutton.figma.padding.x": "b60ea630e850122c4f5e58f52c6d6ea1b0e5020e", - "togglebutton.figma.lg.padding.x": "1194319d7779bd54650cd74fb2ba42ecce95a75f", - "togglebutton.figma.sm.padding.x": "a1d8233b6899f94290c7c4b8b577423bf941c5cb", - "togglebutton.figma.padding.y": "e112a501c7da8fbeee9f21ee93e13d613a29bd41", - "togglebutton.figma.lg.padding.y": "fb15f72eadfb27b59e3744f2569a6a6b298100db", - "togglebutton.figma.sm.padding.y": "4af077f0f44d6c53473d2781e208aaad52b25855", - "selectbutton.border.radius": "9ebcca8e58d70c4911a1e7871fc4ce6b0fcc3b8b", - "treeselect.background": "df06edeaaec403c48f6cc9983f2b74efba416449", - "treeselect.disabled.background": "6ee144acd704235555b28dc8c6446ae9c7af5298", - "treeselect.filled.background": "1fd3b24eb81cd49ce92703bf5488ce5da0d3e2f5", - "treeselect.filled.focus.background": "4f3b44c0f3f2c84f0ad4a1f35c5a71dcaaeb1eb5", - "treeselect.border.color": "27ed9fa8abe0e4c1603bfcb3ac8edeee994746ef", - "treeselect.hover.border.color": "d3e9cf2713762df6c42de4ba55e869690b127aa9", - "treeselect.focus.border.color": "ca8ac8262f4960855942437d191404c16bc71582", - "treeselect.invalid.border.color": "2d783ae6db4492ec57080b7aed495aa9e36d709a", - "treeselect.color": "415fd67d119e7a5b1098b655a619d88cce7e9cb8", - "treeselect.disabled.color": "e4994d237e4979c8ead9b7c608195b7d4dfd1951", - "treeselect.placeholder.color": "8d663a500fc115696eb23fff1ae625816ef074ed", - "treeselect.padding.x": "ff0f35a7d1e9a23654a384ab7562ca02f2508af8", - "treeselect.padding.y": "9bf49ecfa17f3343e573d06869b643e768d2c063", - "treeselect.border.radius": "5867333f6fcedf3b6375de28121e0a19c1a51435", - "treeselect.focus.ring.width": "d51f970623569826b707e8b555f581896a200962", - "treeselect.focus.ring.offset": "196455b7dc04ee0df0dc47be5c877f2c15c48640", - "treeselect.focus.ring.color": "83b84fe8f003d94de910718d0275575d78afe355", - "treeselect.dropdown.width": "5d15d0d094672564e669d350ab61e7c29df45710", - "treeselect.dropdown.color": "281ca95e68b8f33af586b59fee51b710d609d362", - "treeselect.overlay.background": "89374ba3c8de97b019f40bc424170ac136cb070f", - "treeselect.overlay.border.color": "cef73b3c5c174093c4e856d8897141d75e2032ab", - "treeselect.overlay.border.radius": "2aaeeea1d6143522e6f41dbf7f642125abcb1a7c", - "treeselect.overlay.color": "abe61e18fbac05681865419894878cb8c4d96a23", - "treeselect.chip.border.radius": "bd54c03525cff6246d1ff2325fbfe826c97f1945", - "dataview.border.color": "5428190f6d399b603cb086ff7c63997a3e3360b8", - "dataview.border.width": "b2028d35610ab426064b7b47e6f92e6e7f0613ec", - "dataview.border.radius": "caa6cd3cc1b3e1834433b5e374d68ac0613d80bf", - "dataview.padding": "42d4a1967e23db909803f6c95e47533ec8984322", - "dataview.header.background": "33a34256517d3fc9442ecaf762ab12efa940b0c2", - "dataview.header.color": "2c1e8cd4ad60beeb0f97ecb72ee80b25d4063167", - "dataview.header.border.color": "99a2e74b29fb236c486f8a902216ad1df25738b7", - "dataview.header.border.width": "9e7ddccad696c1687325cad4e4fc75e7bb5e94ac", - "dataview.header.border.radius": "c2da57880540c127e339731ecfa313fd57da3c9d", - "dataview.content.background": "25e2f4f86c747f2ec0f96d1193f667c721e4ad67", - "dataview.content.color": "8173fb6dc453b3696e2258236a034d698854ac49", - "dataview.content.border.color": "ea254997e7582da7e12381c71455cb3bce6e16d5", - "dataview.content.padding": "bd99cdd3f1f3bfe66c47a476028ab2e51750db83", - "dataview.content.border.radius": "5fa2611b4da6b7f9872a283a4327513d7d3ea42d", - "dataview.content.border.width": "93f276493600095e44309870868c1676a2663dee", - "dataview.footer.background": "7803c96a300ad7560506cad23d6633fac73ad3ea", - "dataview.footer.color": "ce8439875054a61989516312557eeac33a3c828d", - "dataview.footer.border.color": "66703c8c6da0393a7de2ad7513247811f09ff971", - "dataview.footer.border.width": "b6b5302cd6df4b6e058cb82b0769feaeffef43e4", - "dataview.footer.border.radius": "d2b302c241c7a7965e4404cb5f428536afcb21f8", - "dataview.paginator.top.border.color": "5714c2e62b90e8f0da76dad053a3e03aecf36cb9", - "dataview.paginator.top.border.width": "cb7b6a9be70e9941a9cdec56b7bf1942dbcb1c59", - "dataview.paginator.bottom.border.width": "3a006ee788a02ab02924edde5778b9b2d8a9aa3f", - "dataview.paginator.bottom.border.color": "d06b01b0f5e7c3608d020fc529f27496db5746c3", - "accordion.panel.border.width": "b643fa1b515bbce096222c68a1b351931d305f06", - "accordion.panel.border.color": "b790be3b34f61d451826659402074d16bd482e54", - "accordion.header.color": "6ae0050315178ae2733d8757bf27d63951652eef", - "accordion.header.hover.color": "2408f194878c617923050a5acc07a8154b40a972", - "accordion.header.active.color": "42c0d3d528ac68b4a3c7ff760500b5ce8dceadeb", - "accordion.header.padding": "27942e9530ff05a2f13b800f73718d8de1f8d38d", - "accordion.header.font.weight": "fab7bfa835692b71e09e1a323ca0f8560f9e3388", - "accordion.header.border.radius": "034840ccb528fd9082f7f0829f98524a0978ab10", - "accordion.header.border.width": "9cdda235d8ba72200785b0f6e25c405fd45aa147", - "accordion.header.border.color": "e25a92826741e075a24daf006bff6bf84a5f8aa1", - "accordion.header.background": "baa73f1db45cc0f5b6c354e377c4c7edd7ff8a7b", - "accordion.header.hover.background": "150c672dacbcd109a2675a0c4b8003c9bfe7ecfe", - "accordion.header.active.background": "232b004cc0957751ad55edf0f4562ba018c55504", - "accordion.header.active.hover.background": "059e838c7d0e03ae8289625a492649dc68a4a4aa", - "accordion.header.focus.ring.width": "a24d4d4db8ea91fbfde91484870abe79b6aa1744", - "accordion.header.focus.ring.color": "7feff04c58076d56f9fa31284da34a4db8a14a53", - "accordion.header.focus.ring.offset": "42d0f8df424af3a2ea379931d274103ea7742216", - "accordion.header.toggle.icon.color": "99077d7e52ea132abfe2d79cef6a82bb311783c1", - "accordion.header.toggle.icon.hover.color": "bd7fb34c281117f7bcd675ca28245fdabb020800", - "accordion.header.toggle.icon.active.color": "561278b687996db7a3c3e3105be734d4d5564f4b", - "accordion.header.toggle.icon.active.hover.color": "d016a820fa150bbad474c1d52fe4cfd31618125e", - "accordion.header.first.top.border.radius": "67565eb35ce61e211b37a657ea450b3814bf76b0", - "accordion.header.first.border.width": "32d75a0aaf35016540711d8019590695da6681cf", - "accordion.header.last.bottom.border.radius": "3e36b923cd6ff6000d4b164ced51635ad1defe47", - "accordion.header.last.active.bottom.border.radius": "2c0774d21b5d0cc3ed0d312f54397a757bf8d19b", - "accordion.content.border.width": "63fe372eca16fadcdccfecdfe91c6c1ed142a922", - "accordion.content.border.color": "1673259e92848ade120e7337cda7739f54b81490", - "accordion.content.background": "19061667438dc6780685b598202673f279f4c8b6", - "accordion.content.color": "f673dde3aced3c7f4b780145e72ad0d75d585387", - "divider.border.color": "86595fbfc8c43f7f689e41c3ade8cdffcbf67fc6", - "divider.content.background": "93a87f15b45718730b377d9478c7669991b6b864", - "divider.content.color": "590f5fe60ba477cf6a3a0dcca3c46b0a275d9740", - "divider.horizontal.padding": "88351caf837704b9073d7d71f686cd7060887078", - "divider.vertical.padding": "d17647ed5f8d54aa93c98dd30e2ead821b84595f", - "fieldset.background": "aa1b8d9ac9c6fefe8c7515e99cc7a4e98a54be77", - "fieldset.border.color": "30850d022f8e2d65b87e35cd5810b83a67b16c8c", - "fieldset.border.radius": "91f1c1cd42cb5df3c3b956556731e723a4846da1", - "fieldset.color": "62521ff0f660dce036b66bf66ee91931a1919888", - "fieldset.legend.background": "9851bb1dd0198b7ad4cebffb54a8dbef9e60119d", - "fieldset.legend.hover.background": "e0f533d164db988b89948bc4f2b65e0d3946f08a", - "fieldset.legend.color": "10fe4e07e49ee68eeb92e1fc6452dcbf7fda99f7", - "fieldset.legend.hover.color": "7e621d586839eeb4951995680f2566a9ecdd6f58", - "fieldset.legend.border.radius": "8fcc57d7a2199c5dd4ea4671c7052b68ee5895e9", - "fieldset.legend.border.width": "d403347bf127a387c18c6607111d44c9d533a849", - "fieldset.legend.border.color": "a06b74df5702fe31d37708a55540dd199891d0b7", - "fieldset.legend.gap": "5d2d61721a9ca43e9631b070fd6d0c046904772b", - "fieldset.legend.font.weight": "68bc898520df72062c37a7737bd6ea53bf9aa2e2", - "fieldset.legend.focus.ring.width": "3c5c7904a10c8c7ab593143dec983a7a108b84b6", - "fieldset.legend.focus.ring.color": "b224157c4295688a5853c725fe9dd3b4002ad392", - "fieldset.legend.focus.ring.offset": "42e36de7bcac0b23e355a180565c9f5d4b6fffdb", - "fieldset.toggle.icon.color": "bf4a1e92b3c3493d99126ccc7269335affae28a1", - "fieldset.toggle.icon.hover.color": "3fe62e5cf40912ab536ed73fc381def3977f2091", - "fieldset.content.padding": "06cb1f5423db4e0f5316d77bb1ae31e0087f1f17", - "splitter.background": "6db6a6d771968a10497e58e41c5a72eb475caeb7", - "splitter.border.color": "a96cbf10e3a575eb41be21a58d060d09c7748812", - "splitter.color": "94f48e8620f05c24c653de8bdf4f53ae359f3149", - "splitter.gutter.background": "1b265dfc8305774662acd0401bb4c9cfc80c1329", - "splitter.handle.size": "b427da5c98e1503821ddca1132aabda5385d820c", - "splitter.handle.background": "f7fcbfb6ab5f90a7e1a8ddd8aca8571b014526d5", - "splitter.handle.border.radius": "f2ca83553b32729b5f58c0e06afef635eeabe34c", - "splitter.handle.focus.ring.width": "155557398d68613598babd817952b9ba3cf2c3af", - "splitter.handle.focus.ring.color": "d4f65275e73b6a825b53fc207584ffc0577463eb", - "splitter.handle.focus.ring.offset": "431ed28fda4f88ce3ea9de9b11e6a43a0de89366", - "scrollpanel.bar.size": "00c00a7b4ba92cbf1a7b4168fb93949d941ea807", - "scrollpanel.bar.border.radius": "09a2c23e3310a67cbd0f70ac9a55f0b5576b10b9", - "scrollpanel.bar.focus.ring.width": "c1a654c4c34e58c7881c7d72584c1c9f9013f088", - "scrollpanel.bar.focus.ring.offset": "8ef70bfa5a9effa6d5d57d035293fac0bd0e15a5", - "scrollpanel.bar.focus.ring.color": "ec3ca98c50452962a5e0c54737a6814a467c108c", - "tabs.tablist.background": "494e880967565ec4c513197c3144161f8d4e6d23", - "tabs.tablist.border.color": "c5d80a35b9065674be98e4a4f1c886ef5a0bc977", - "tabs.tab.border.color": "47e47489ecc792d9f2aefb4db0672bdf9acb0962", - "tabs.tab.active.border.color": "f95aab6a7a7fa6991e28355e3eb121b9f5aacd53", - "tabs.tab.color": "6303bb8b62b6650837a0adc1fc02666fc4af4a08", - "tabs.tab.hover.color": "506e85023be6d466d71405a8639d4ae6eb5c894a", - "tabs.tab.active.color": "44e3afc03ab8095bf7fdc06597829a1fde14d2d8", - "tabs.tabpanel.background": "20108208728129f697fee5affdf750b4d006e302", - "tabs.tabpanel.color": "1016b5a8d92de97a3cd4eba35b0ad932b31a1b3c", - "tabs.nav.button.background": "4c86496fd385569f01287c7c46914dabab4fa48e", - "tabs.nav.button.color": "d58c505d61310873627a33fea5310e8363a752e2", - "tabs.nav.button.hover.color": "310170b1d31a0659f9bbcc9b440f1f7dbf1c2f4f", - "toolbar.background": "6cd04c2d5caa84dd55f78834e03dbc6cd369ef30", - "toolbar.border.color": "a9e845e00cf0e1bcbd82190327d9abce6a4b2a2b", - "toolbar.border.radius": "70a43911c9f9d54c738e18722a38a0958a99d588", - "toolbar.color": "2ec713a581fc6e5cc6e90bd74029426f692108c6", - "toolbar.gap": "536a0ef6ba4d229624d7327fb2c886b44fbc6928", - "toolbar.padding": "a41fe5b423d807261aefbf1fd3689f4a6b1dc6e3", - "confirmdialog.icon.size": "7478459185ccfc2b969199f72bfc398230c7a8c2", - "confirmdialog.icon.color": "8f6b898fa213219b33adf93bd8db5f8e43aba2c3", - "confirmdialog.content.gap": "bf78ac3f60108be926699968353ffaaa7f6a22b0", - "confirmpopup.background": "9fd8d04601186fdb76e440112c2def08c10bf521", - "confirmpopup.border.color": "92ce64859adda84f5bb8a3ff3f3bfb0148ed2773", - "confirmpopup.color": "fd55d853c0c1731754692098a42ae9037b416c28", - "confirmpopup.border.radius": "00fab9dcf980a239b9e39f345343d9172e85d3d8", - "confirmpopup.gutter": "811fed251f899b55f5df76e79b7b5bafddf52c07", - "confirmpopup.arrow.offset": "ed96835424e0202b7c9c4eb9cb10ab42696410ef", - "confirmpopup.content.padding": "e48afc44140c9f6d7532c60f40128a1246b03fd6", - "confirmpopup.content.gap": "a9417d3fbced9433cf1c1e3ed60d1d70b2e608da", - "confirmpopup.icon.size": "ff7ea42e1934db04220b66ea647eb5b8fdcdbd65", - "confirmpopup.icon.color": "add9521090a7ef7131e4506b0bb5a82b4fd32998", - "confirmpopup.footer.gap": "b5a25884ccab8c9b4be76310814c0d285e33cc50", - "dialog.background": "b22a5b9deca76f69c53c6782aa1eb75c0d69031d", - "dialog.color": "58430dd8233a8895fbd2cf9ec3c1d274e6fc508c", - "dialog.border.color": "427a60fa68ce8e5a45759e4247ff464d2d451d8b", - "dialog.border.radius": "6f18ad102bbe6a0b4f8e9a9edb1d7a1c18973f4c", - "dialog.header.padding": "f5b53ba0a4acab7cbf7e742ff2b2b9cb46cb4e43", - "dialog.header.gap": "cd76bd20d347104fc40e8bf5637929019b82ca9c", - "dialog.title.font.size": "70b4080205d0a81689c52403761bc987b3983d9d", - "dialog.title.font.weight": "15680c4ae39da54fcf97c042ee730bcbe9283d0c", - "dialog.footer.gap": "abdcdc0f8d9e144116f61143ca50951ac8a069b5", - "tooltip.max.width": "ea02c5ff735e205222594c386c854dde6bf15850", - "tooltip.gutter": "527e0cbd273cca7ab08255a962dbb6469f627178", - "tooltip.border.radius": "6044ba14741e3e5414a7d089d81a5f8814c6a3a3", - "contextmenu.background": "24db8cc8c27e4c639ef8d9fd15dbeb6ee3384e2d", - "contextmenu.border.color": "aecb4072414aa7bfd57c43cc351bff195e508eea", - "contextmenu.color": "4db1d932c27e7e7d05769c385d0046bd52049bda", - "contextmenu.border.radius": "df26ccacceda07e3dc0f2d22305d3ae28e4bd80d", - "contextmenu.list.gap": "ad03b382f6c31319f327fa25e2ebd5023d370b8e", - "contextmenu.item.focus.background": "c7608ade12a34bf43d8e19216a9f35d3a7935eeb", - "contextmenu.item.active.background": "162e3ed874354caa21c429d90f04fe834adf08fb", - "contextmenu.item.color": "9be002b611276d0ef17bf0f13e4032c1eeec3859", - "contextmenu.item.focus.color": "a046348522d1832a81bce8f8b545eb8ea9115bcc", - "contextmenu.item.active.color": "d13d5b71e65850d8ba1c9ef76cb80764c6728e45", - "contextmenu.item.border.radius": "cfe6f38ab9960da4a735646f32133d0621528679", - "contextmenu.item.gap": "87961ffa7c20042a09dc9d085e60290e7660d0a8", - "contextmenu.item.icon.color": "bd30703091f0c54ad7619ce266ca9bf1dcdd30d2", - "contextmenu.item.icon.focus.color": "3910669dbd3fb3523218b0f6150571ab35927959", - "contextmenu.item.icon.active.color": "60690df3d3e086ef55f59ad7a6083ae2a3e6a52f", - "contextmenu.submenu.icon.size": "331c23c3aaa0f6f3213255a2a3dc554c734cdbeb", - "contextmenu.submenu.icon.color": "524705f028f577cf008c7b7d07107b72543ee7db", - "contextmenu.submenu.icon.focus.color": "c188514b45058e60903fff8a3bdce52fb6e02c60", - "contextmenu.submenu.icon.active.color": "cf9e68b98f4f5c686706445efcad8c800213b562", - "contextmenu.separator.border.color": "82a520ac44e7d5edbeb3b3b91a40cde62f83af28", - "dock.background": "c889605fe4b886c367c1d13a0495877832645b36", - "dock.border.color": "6451c889045b47c71359ddda2838ecce61582fcc", - "dock.padding": "bff1e1324a11076d4f88747ae470c9e14e9c0694", - "dock.border.radius": "745a7e5bd9916eaf00a1247439a0c26817539c0d", - "dock.item.border.radius": "2ece0e9075b98c0efe898b60b588add99bd5707f", - "dock.item.padding": "bd2bb7e41a1ec4731a2a3ce4d92e0173e9003717", - "dock.item.size": "d746641f84f7e8e665e032e32d83078b95253139", - "dock.item.focus.ring.width": "823ba76e6ba721360098562b21cf9e42dcd7ef8f", - "dock.item.focus.ring.offset": "303cc91ce906239fff708ec09d2f369038cf53e5", - "dock.item.focus.ring.color": "b582b6d8fc9c09e4b707e4f16c87bd6584095aa3", - "megamenu.background": "57d172d377f7a6c45e5f791e6a00c16c38e5c088", - "megamenu.border.color": "b2a41e14cbd9f45c7f3525942f21c883f3108d56", - "megamenu.border.radius": "c9ec559328b69fb2dab3b208c719bf4f16bd9ae8", - "megamenu.color": "f4359c3203ae67f3b1c5bbacc3dc1d43ab51a500", - "megamenu.gap": "ccb35149b96a6cc443263807a1605bfd3411ec43", - "megamenu.vertical.orientation.gap": "4f867ad6c15c99d172334c1a791522bce2626b59", - "megamenu.base.item.border.radius": "157d5b169f7710a1d4335d6ef0bbaf27d779cc8e", - "megamenu.item.focus.background": "6ad2aa8210bc90e5669b2b8c834a75af984b1c15", - "megamenu.item.active.background": "395305a1d6a82064c975ca8b036274c282069f25", - "megamenu.item.color": "cbd7eb451f86db8284285f4505be8841860a3d8e", - "megamenu.item.focus.color": "8f686fe1c46e00cc5215153f856d6418eb40cf2e", - "megamenu.item.active.color": "7b1563adce44f8b7389b4751fc5389e6dc5edf55", - "megamenu.item.border.radius": "3c9694267b46d4bed1536f8567087ed53c10f01c", - "megamenu.item.gap": "0b38ca1f8d006b779960db055ceae68f32f9af77", - "megamenu.item.icon.color": "ca4315cb38f5a45467164cfadb39cb790506ee10", - "megamenu.item.icon.focus.color": "a3fef8d14bcdc6a5aaebef23a5b6ca04df15b38c", - "megamenu.item.icon.active.color": "ff4ff6672ad956a68db49c23ada48512d3652336", - "megamenu.overlay.padding": "c34558fcac1b1e539347205646fc69d4c86e7907", - "megamenu.overlay.background": "2321b61aaeaea69e2c392b94c896eb1bbabe4ff9", - "megamenu.overlay.border.color": "f4db4ad8b707d11ac98e0fd6f1b9d96fb3e9046c", - "megamenu.overlay.border.radius": "4324d919598313fb297a9baf6e28cdf470de1b42", - "megamenu.overlay.color": "11bcd638e7d465029aa20f49308c74c24df5c9ea", - "megamenu.overlay.gap": "f31b14b603e26de85b046a6b2a931d3a2b2ba69d", - "megamenu.submenu.label.font.weight": "9cc7c53fb24ff3e60825edb89e2098ce53e21e31", - "megamenu.submenu.label.background": "e49cccfcd200f558571e6565930bfa3cbceaec38", - "megamenu.submenu.label.color": "f91d0c8125541529e714fd773b977fc291d6ec08", - "megamenu.submenu.icon.size": "39812222420d3cc524776ab14e02a2eeff7e76f3", - "megamenu.submenu.icon.color": "672c2aa8782d5717479860b604caa1d78c88c5d9", - "megamenu.submenu.icon.focus.color": "a6addd54dcb0b2fd9a3c83d7cb74c722b663b357", - "megamenu.submenu.icon.active.color": "bc5268e10979d1f5afd59f539812d76750877b81", - "megamenu.separator.border.color": "1f2b87d774a6823cda0c692c45e17a170e3b8a9e", - "megamenu.mobile.button.border.radius": "2c654c089dd0e765180dcfe7209947d5a142cead", - "megamenu.mobile.button.size": "1a1a0840dc3a3c44f8afdbb1fc175122df331df0", - "megamenu.mobile.button.color": "9f1c301d5cc6090cd3e70f2b2154aa990152cdba", - "megamenu.mobile.button.hover.color": "367db9d0d7bebef196078e5a007c8aa71e78a0d8", - "megamenu.mobile.button.hover.background": "e4fecae110c6d682667e4879830885f207a1370f", - "megamenu.mobile.button.focus.ring.width": "b579836d3d905954f74d2ee50285057e346c56b5", - "megamenu.mobile.button.focus.ring.offset": "bbdbdd8c1048fdd0d65b4fbc5e3606efd4a437e7", - "megamenu.mobile.button.focus.ring.color": "57b9b5ddeed11b5a9e999c67bc1270bd69cb8f6b", - "menu.background": "8b471ca9bad87ef62a4b4ea147f8c9a191ae752c", - "menu.border.color": "a33d3643800815d0f22b4330d1a573c303794bba", - "menu.color": "3618edd4039f50dedff3274af7d1054100baf989", - "menu.border.radius": "92eff3b96b6eeabb2019b3b2021062c712d901e6", - "menu.list.gap": "250fbcb45ad59d8476daef9ca9922dc06837a88f", - "menu.item.focus.background": "ccee24fb83b318aed2ea0ad8c19f1753037325fe", - "menu.item.color": "d2584b1f0635a01ea23dc3546e6997bd419be7e5", - "menu.item.focus.color": "75fdf65063f77f7941d3b974795faae2b77d0977", - "menu.item.border.radius": "e45dbceac0a3f9b232e271f33a838764232f56a0", - "menu.item.gap": "bc3fbfeab5749c3ad860c173c8435189ce1c4e96", - "menu.item.icon.color": "41b54f82a8d6b3c8ee8f297db59cc1b766b85bb0", - "menu.item.icon.focus.color": "60f5b152616fae73d978c78d039604eab3912567", - "menu.submenu.label.font.weight": "3b2b79e8ffdc7d0615394ffe57437ec55f4952e6", - "menu.submenu.label.background": "f4decd9deb2ea249f1f384cb196c85e89b9b5089", - "menu.submenu.label.color": "eb63ac40fe82b501f2cb8cfaf4febed11811b2e7", - "menu.separator.border.color": "3db5225e32ed51e18beee3ce092aace8ed7a738a", - "menubar.background": "0a273ec636911e59d2910ad1f32de98d35e7f701", - "menubar.border.color": "f66f33cd5a80eb2f4533b32eb015cd3117613c9e", - "menubar.border.radius": "53669a289c59ac24692f12bdd6d46ef177a3665f", - "menubar.color": "043f3b9679770ca296929b1999f50bcdb10e1d23", - "menubar.gap": "6f2256f4d78cd805f178d2cb78520b35119f9854", - "menubar.base.item.border.radius": "d3ec4750fa5c67d3af8f427e99b8c1fe3b7a9cb4", - "menubar.item.focus.background": "dce07990babc79afe253d21172de4582d08a2d70", - "menubar.item.active.background": "9599b1649c68fbb2dd2b03072d74ef6dd5b3273d", - "menubar.item.color": "551ce03ca998d827be13c04eba0671d21cb0b9af", - "menubar.item.focus.color": "bfad26e748a5e89a8984f9f04f5914f61cad9222", - "menubar.item.active.color": "a9e562492bfb6ca5f6cd4cf80b6c5ed34733d299", - "menubar.item.border.radius": "f80b4bb29887537a132195e53d90e749b0d9899b", - "menubar.item.gap": "d7b1875f7ebbca83a6bb83be4284ac726000b95a", - "menubar.item.icon.color": "5eb9457cab739dab8c5f468200545d4b2907b8c3", - "menubar.item.icon.focus.color": "35fe6f028426195fbb60c635039644ddf9886510", - "menubar.item.icon.active.color": "95cc9757a182e49d1c775db5c70d633f05325fda", - "menubar.submenu.gap": "bb06130d36b57e6b9e67712ab9c41df2555a24b8", - "menubar.submenu.background": "3d56486f0e3d98aa5ae5c762f2e5ecd2123156b9", - "menubar.submenu.border.color": "46e1bf93e0046632cbfb1a69b8ca53473ece9ed6", - "menubar.submenu.border.radius": "3a8d5683b726e769a416837c6db47fcea8fdaea9", - "menubar.submenu.mobile.indent": "6c7789442c03c096f4eb504634a94b950b716785", - "menubar.submenu.icon.size": "4ae96fe36c6b8f024c054bde6f1c75baac7940fb", - "menubar.submenu.icon.color": "4b32ac8a22ecf1d02c1105286e9b300a99810727", - "menubar.submenu.icon.focus.color": "edfb69d9e6a81e05c4ce79888f726ecccd9080af", - "menubar.submenu.icon.active.color": "07e061aa9ab7f9352481c09dca4090e175f3cfbf", - "menubar.separator.border.color": "d30760d9057a35aa7e275c7c3d1d79e5b93e3860", - "menubar.mobile.button.border.radius": "73a71fe0b2370b76d7eb86921eb948e5fa11fa6f", - "menubar.mobile.button.size": "fc7d0f9d519725533e7fe46e5b8156bd7352804d", - "menubar.mobile.button.color": "deec0b8627fe4d95936cb4e4e1614edf54dc826c", - "menubar.mobile.button.hover.color": "1e3c8d650be59ddeec05f72acd065236cb69a84b", - "menubar.mobile.button.hover.background": "97c3fd2a1d1f802f3765b3a8f6d0c90b3c82a05b", - "menubar.mobile.button.focus.ring.width": "ea82c356894cbab2b5af280320ba92b8e4fd0bfa", - "menubar.mobile.button.focus.ring.offset": "a8ba0adc6a81a4b9445ac4f535c296a2149ad9f5", - "menubar.mobile.button.focus.ring.color": "1821e0f221868483a5092ad25fb74daefd885da1", - "panelmenu.gap": "d467beb4702babb5b55309b25daa41e0ba013878", - "panelmenu.panel.background": "1503e8b9b1ef17db9d596d9e9b3595cb0027e2c7", - "panelmenu.panel.border.color": "6fae49471100878a68ad80ae71eb698c5143afc7", - "panelmenu.panel.border.width": "65ef29ff0919d917090165948ad398f414012b48", - "panelmenu.panel.color": "c4f3a83abb9e3c6094ab5937204c9d22f05ba0cc", - "panelmenu.panel.border.radius": "cd0c1c190c146e5dc9f395a6d6db43e6a3a9832e", - "panelmenu.panel.first.border.width": "ddf60896ad2964ea3b9beb23e36fbdc271724307", - "panelmenu.panel.first.top.border.radius": "9ee142685be60724dfc590d2f8b5435d820822da", - "panelmenu.panel.last.border.width": "27a99d2ec904d8eea2ec5183e4e4cf22f46d224b", - "panelmenu.panel.last.bottom.border.radius": "ff9e38ce5f7afe03526c37c26e44f7ee47d6fc64", - "panelmenu.item.focus.background": "340ebd536d8e0ff9df5acaefd7b9420b7fe02e54", - "panelmenu.item.color": "99d61e51cc8ba47bea54f3e75234c3e325ac0c73", - "panelmenu.item.focus.color": "0a1acbed7887e03f0ab5c493bb2582f5d4ee7f9b", - "panelmenu.item.gap": "e697c913d263a253ef6e4b4559d4cf1cc7d7bc74", - "panelmenu.item.border.radius": "9dc11cc14ae35df62ce6cdaecff61bcecd6ff90d", - "panelmenu.item.icon.color": "5f46b1460b19a5b5da1b29abd5ae3d57b6296dd3", - "panelmenu.item.icon.focus.color": "5e01f7f359036f46707570df04ba07250d32ade4", - "panelmenu.submenu.indent": "61bbb08fb020c845b992071ee7efef312d993e45", - "panelmenu.submenu.icon.color": "2ba160a27b9ffa4c5aac0a3ba8c1721eefe6d076", - "panelmenu.submenu.icon.focus.color": "5e18057280703d4c49d66a978c20619dbd153340", - "tieredmenu.background": "a6c6ccd66ae0ae3ce2c290ab128d6d1cb4010dc2", - "tieredmenu.border.color": "8834241897c8131627ddd6f12e88830aa51a5b6d", - "tieredmenu.color": "be3721d2ad28718b5be7387e19f73f26fdfa65fe", - "tieredmenu.border.radius": "3395062636c13e49f7e78055afd8973dee09da32", - "tieredmenu.list.gap": "54f7e866d0d0ed999b92fbf32c3194f056805f07", - "tieredmenu.item.focus.background": "5c1efcfda5f8dda638d2ac5bde9cee48fca5fb97", - "tieredmenu.item.active.background": "54ae6780fad8e502c24b05484e2fc246a739dbd8", - "tieredmenu.item.color": "27637f15db7cf37612cedca368e597a871927ced", - "tieredmenu.item.focus.color": "10e9c2af8b5893a7ad6da53a1c8b6f4056e7f5dd", - "tieredmenu.item.active.color": "1ba5d35f2eea003fc45e5a6f49c670652b11b53d", - "tieredmenu.item.border.radius": "052dc5b947ab119be129a2b53fc486ebeabe200c", - "tieredmenu.item.gap": "048b572c15da3c90bc2836b226d31e78adcce25e", - "tieredmenu.item.icon.color": "98b4a6a6fc30c73e18564a12b86dd6e076a44c1a", - "tieredmenu.item.icon.focus.color": "02da980bf3308ef756b5f1be6eb90975db53409d", - "tieredmenu.item.icon.active.color": "468de0f405e3fd0a809e3f54ad49911d3ca765c5", - "tieredmenu.submenu.icon.size": "fb4b3527fb04374e53ade7c72b3962ede299de0e", - "tieredmenu.submenu.icon.color": "badbb19e1412111cea0ebd0fb6584289297e6bd4", - "tieredmenu.submenu.icon.focus.color": "5f4b2abf2aab1aa6317289c3429bdb4c43698864", - "tieredmenu.submenu.icon.active.color": "9f364b7cf3950d6b34279dc65a9c4e0723e85227", - "tieredmenu.separator.border.color": "ba9b563ed088824642b7bcb9ee83c6ee24c4b596", - "orderlist.gap": "5a0471099f1878ec72efdb7a6a342baf311a6657", - "orderlist.controls.gap": "5a1415f2668305c4e256beee7d0b4a4ea2745bab", - "organizationchart.gutter": "84fb0c4b4c669dcde04a0fed011a70d78b5b684f", - "organizationchart.node.background": "5235601647a0d0909183bc1b1a46d3561fa028dc", - "organizationchart.node.hover.background": "67466427f545e78ef0e66bc5cf54c8fb959deee4", - "organizationchart.node.selected.background": "d3abbbb795e8126e22a0a480d4a7c6b6e6a09cde", - "organizationchart.node.border.color": "9d52f20b0415941aed8fe25fc99cfa6869122b12", - "organizationchart.node.color": "5dc41267271515b82f396df6f8fe6ca9a046610a", - "organizationchart.node.selected.color": "db41c597ae17aa1d47498b3f380cfd40fd799cf0", - "organizationchart.node.hover.color": "cb2907c324ac51c8b35f0a505c4c836d45ef18bb", - "organizationchart.node.border.radius": "f771ea043ca150fbd929b3a1f391bb16edb91b1d", - "organizationchart.node.toggle.button.background": "5b87645e6bd975a4d68c0349156908523f096517", - "organizationchart.node.toggle.button.hover.background": "762e5db1af7119a1874c7870010ca9a056549dd2", - "organizationchart.node.toggle.button.border.color": "5396c558d8c65386f421d42f22deb95d055b3c13", - "organizationchart.node.toggle.button.color": "c705f88b1cb16e1fdb9a343ef106d24c94caa445", - "organizationchart.node.toggle.button.hover.color": "a0060aaca9318aaf28c07f7c0021b7a3c9af545f", - "organizationchart.node.toggle.button.size": "2e4c6ba87f1669c4ce5bae759519b08faa149dcc", - "organizationchart.node.toggle.button.border.radius": "fee066ccd706e816e621412dc83e747ce59943e0", - "organizationchart.node.toggle.button.focus.ring.width": "f05612649c38e6292543acce67d4e82c3dba3b60", - "organizationchart.node.toggle.button.focus.ring.offset": "ab528f2e01955d6daffe1e59a3691da252937996", - "organizationchart.node.toggle.button.focus.ring.color": "1b85df9c8b66886641b8e4aa428c4004a9c7c167", - "organizationchart.connector.color": "44190c3fbaa8d20c260ea805c46cddfdde280c15", - "organizationchart.connector.border.radius": "07deb23734586ddb4e27171b8ee19fc2675e352f", - "organizationchart.connector.height": "3ad0fa476643ef06f3bf4d09e727e2db4425aee4", - "paginator.gap": "307ec459335b8f5dbe29c296c34704fd691585d6", - "paginator.border.radius": "44b9384a2f485033562f675fb97c5533a0dccb02", - "paginator.background": "549f2523aab1fda83ac623da0eda3f4692949af7", - "paginator.color": "47e0cae1469399a31359ac75f838d049ad899a02", - "paginator.nav.button.background": "48a8bb862b13272aebb8e107fb7723def80c3c4a", - "paginator.nav.button.hover.background": "1fb609477a183a02e85b932ab4a0ca5b1aa894d1", - "paginator.nav.button.selected.background": "d25ec837cdda95e43393cf5294757c8cfcc687ae", - "paginator.nav.button.width": "25f61a8be55465b30998e25cb5bfabb9d06dbb67", - "paginator.nav.button.height": "1d2397acab35922ec698c47af236bbe409a14382", - "paginator.nav.button.border.radius": "02c4b97a2ae3a58e2b211724268532ccdd6f4695", - "paginator.nav.button.focus.ring.width": "f34c996a2ca35d7549fed3d5a9001b8677778eb1", - "paginator.nav.button.focus.ring.offset": "5936077530e2a2eeba15fec3d52a4088411eae4e", - "paginator.nav.button.focus.ring.color": "ce5a2f2842c1560440a7210ffd7d98f9532230fb", - "paginator.current.page.report.color": "54f8cdc067b5ae6517d9ee8c3f3c628e62abe366", - "paginator.jump.to.page.input.max.width": "2427db23a2b514d11a6b3fe30fc215cbac3f1378", - "picklist.gap": "f81e1081cc44b649df6d17edd32a466cd0fead4c", - "picklist.controls.gap": "a31bbfcbdd52a872be7a49593d365c49a06cb96a", - "datatable.header.background": "fb7fe05317144a63788eab6e43d37b8d44db6d77", - "datatable.header.border.color": "8901dc896a38d4b0984710053bc296f99341860d", - "datatable.header.color": "df6d849e1f235d19461dce5490868d2fe79c3490", - "datatable.header.border.width": "daab64e5ba373d3fb0308be850c90872c09234cc", - "datatable.header.cell.background": "802796b3039c68628d56606c1ae4d68f5f30cd51", - "datatable.header.cell.hover.background": "1151a9cea989bf3f9fa8c5c03a1214304396d4a2", - "datatable.header.cell.selected.background": "32f8e93fda43eba073d5ec875374f36b7c65f270", - "datatable.header.cell.border.color": "5d56870ca5a2058cc2afe05ef12037c908ec9f7a", - "datatable.header.cell.color": "30ed41a40d03e7bf4cb50827bfece653e47dc84a", - "datatable.header.cell.hover.color": "df27ece1715d4f5bb9db8dc9b733d97008be5895", - "datatable.header.cell.selected.color": "2378ed01304394e4c45ac4479cbed168d5dccb39", - "datatable.header.cell.gap": "7598b618f11fb51d3298ac7cb3d8fa531d93bf2d", - "datatable.header.cell.focus.ring.width": "140f67511cd1f65ef776cdc0e7ce673bc34d8ed7", - "datatable.header.cell.focus.ring.offset": "f0b971675141c7163e17772f571ff44080ea9fec", - "datatable.header.cell.focus.ring.color": "da2e8705183c27cd172f4f08a1212945919228e4", - "datatable.column.title.font.weight": "0a67b722e586408ce1f3588368a0871b0a6c94d2", - "datatable.row.background": "d71500c12da09f92f9c2372a965aa82cfd33d471", - "datatable.row.hover.background": "0b08b7f0878923e71ef0f5b4dcc7994dbcd2285b", - "datatable.row.selected.background": "1ef20e55eaffb05b7128814a0d7c9c135a48d4f7", - "datatable.row.color": "f4c524731b84cbe378fd8ba09aee26407999b1b2", - "datatable.row.hover.color": "7e372127ac1cdce29d0a6f18c69e796ecebbb2fb", - "datatable.row.selected.color": "2894ebe1de01f400cb9f927b8e65c54a0255e507", - "datatable.row.focus.ring.width": "7a56ab13a18bbf49168954bb0d2d59f1f4ed9023", - "datatable.row.focus.ring.offset": "76e714913d88440c92002c51ff2d5b9151d1a12b", - "datatable.row.focus.ring.color": "2a0279afd47d4e86e48bb8fa221904387cc07acd", - "datatable.body.cell.border.color": "59959466ee6e477254509cc40517f5f4cdf403f4", - "datatable.footer.cell.background": "82372f92cc697d26c3ff3868c9e8d9a635444dbc", - "datatable.footer.cell.border.color": "8a7b608366aca590aba21c0944bfa636ea752884", - "datatable.footer.cell.color": "f8fc8805f3f52f7eda756d0298621295f2fb4d9e", - "datatable.column.footer.font.weight": "9d7299c5c84414a7dd9a89ea892912158a4ec4b1", - "datatable.footer.background": "5c821a0121a39f9e78c30c124d39372e5c2e7692", - "datatable.footer.border.color": "a524d07d76b7b60a5c0e97ade201a09a8877eeed", - "datatable.footer.color": "a280111a4c07a9793d226ff04276541dd1b908d6", - "datatable.footer.border.width": "8f73fb0aa6dc99adefb0c6146fe63fa91151d564", - "datatable.drop.point.color": "4cdbaa7b5cff36d994c24f9ea7017e3b07e40aef", - "datatable.column.resizer.width": "d1193766d86c5a4d14c1d7c206ed720508ead9cb", - "datatable.resize.indicator.width": "d49e0296b8f9b8719917142c31f4e91b4f4383cc", - "datatable.resize.indicator.color": "912d15b23bc9da48be292e95d318294c103e03d3", - "datatable.sort.icon.color": "eb60777b113d76c03aa40726db925d8f28cb6f51", - "datatable.sort.icon.hover.color": "4cd3508add50289f6690aef61e56959f9dde7dec", - "datatable.loading.icon.size": "8da7894e49174d95b9c71ad21269984adcb96eac", - "datatable.row.toggle.button.hover.background": "b45e1e06b04e7d4147cfc76e1176828a32929f24", - "datatable.row.toggle.button.selected.hover.background": "6729227ec91f087ff16d1ee9f8df855a5a7a7af6", - "datatable.row.toggle.button.color": "2b83486cc241722ebd01bf1844611da4f39cdf6c", - "datatable.row.toggle.button.hover.color": "15b460bfe606c129805e25a6a2ae148408bd647e", - "datatable.row.toggle.button.selected.hover.color": "e4f4bff939ecdbcf6e887e7a0fa41a295b94b6e6", - "datatable.row.toggle.button.size": "258d55abee726d740dafe602c062250d9bb1670b", - "datatable.row.toggle.button.border.radius": "b3c924607311793bb95a8a1b17a017aeb85bc57e", - "datatable.row.toggle.button.focus.ring.width": "fe41f9bcac185c2f334d5c26ab0d7db68c8f2f22", - "datatable.row.toggle.button.focus.ring.offset": "cedc4085095630281af343f95cd44174fc620ef8", - "datatable.row.toggle.button.focus.ring.color": "19b65834e80c0ed2d396dd77cee9c0673a774348", - "datatable.filter.inline.gap": "7ef8777ccafc944e28e65261b73d5283d47f71a9", - "datatable.filter.overlay.select.background": "3b995495db2a1643bfb288de230a40fb87743188", - "datatable.filter.overlay.select.border.color": "884f72acebde74b725c98c52c55ab213f3c0c88e", - "datatable.filter.overlay.select.border.radius": "5e8423f15d05e687d8c3b4c09f42719bf055d156", - "datatable.filter.overlay.select.color": "86b63d722b7da7edbaf69b0e15f8cc63327c36ba", - "datatable.filter.overlay.popover.background": "d6914cc4609a575b4497425222e328a08b564303", - "datatable.filter.overlay.popover.border.color": "cd87be61d45e67390cf3c01e4b447157602180fc", - "datatable.filter.overlay.popover.border.radius": "3198cfa49e0b6f062cc1802080450a12e8857cba", - "datatable.filter.overlay.popover.color": "16be0b115113e1a469e6a2916f6abbd2921d87d7", - "datatable.filter.overlay.popover.padding": "ace229e09ca841bab6bcfe7da0495f1b0da14c60", - "datatable.filter.overlay.popover.gap": "dd7817f3b4f64191d34ae7551c81f2556090ae49", - "datatable.filter.rule.border.color": "9cfc5c4dfcb341a3ec8610140e5cccb41909c230", - "datatable.filter.constraint.list.gap": "6ed6a33df9f33c4f1b7beb8bd910bce29757777f", - "datatable.filter.constraint.focus.background": "f9de8cd99f0ae4748a09865e5e4628620fe08bab", - "datatable.filter.constraint.selected.background": "e08c94f52efc8eb2e53165c9200a27cb2578cb32", - "datatable.filter.constraint.selected.focus.background": "57e80ab9abe56c824395cfb4132bca719012a533", - "datatable.filter.constraint.color": "20dd8f0661a3281ffd3ca4c20fa3f76e1a669c73", - "datatable.filter.constraint.focus.color": "e4556df5edb4bc395e38ab282e5c3e6f3f8b45d3", - "datatable.filter.constraint.selected.color": "2be3e1df12a10324f6aa0f036759c09dccccc910", - "datatable.filter.constraint.selected.focus.color": "1420b5b1734285c2c5c466c30807068ea37d21fa", - "datatable.filter.constraint.separator.border.color": "cd8e1a9d6b281a1b76ed6ae40da739abde591b47", - "datatable.filter.constraint.border.radius": "50b430cfdcedf517ff82a2d4b2fe1eea638f9767", - "datatable.paginator.top.border.color": "b853582daae9d60057a8d01ccadeceb00784cff6", - "datatable.paginator.top.border.width": "95e8d8d6604a8ccb37aea65609a3f5b1a0c1e36f", - "datatable.paginator.bottom.border.color": "b80bf3930bd4516d37c05e58e9277197ae173c15", - "datatable.paginator.bottom.border.width": "6ede0326ec2426d3957f1eade7a535ffd0a42280", - "timeline.event.min.height": "c2185d05709fcc6f05af629c2e1caa4a6cd47fee", - "timeline.event.marker.size": "1a70912cce8f76d01bb5d1f449e5e97619813469", - "timeline.event.marker.border.radius": "b8f6409f9c6de021970dbbbe50ca6a159b550aba", - "timeline.event.marker.border.width": "b348b5175b47bf22e584a627cd781b57e7d07ddb", - "timeline.event.marker.background": "15ecc6f4ca36742b080b950396adf33ae7af54ed", - "timeline.event.marker.border.color": "2273ea6d2062c21b8fb95f0567ff1020892f8d7d", - "timeline.event.marker.content.border.radius": "b738aac38d5d190a78e35bbe6335ece310f901e0", - "timeline.event.marker.content.size": "7836afbcb4c208920c45f37cc48bdbd664300768", - "timeline.event.marker.content.background": "8bccc6d4bc2f3782d0c3da4528845f80f1d30c19", - "timeline.event.connector.color": "e37d92d11629a2c5f8f817e0ccfcb32ed8fbd521", - "timeline.event.connector.size": "60162c4ddc602e9539b00d8b86893370665577fa", - "tree.background": "2ebd6ea261d38364effcc1ec7d14db45da953e71", - "tree.color": "fc17199b23022dab395405159ac7a73ae154140a", - "tree.padding": "767bfbbcd00e6b6a3b8092239abe2f1b9b74a41d", - "tree.gap": "9954cb4f78613a92aa1e7e9c5fd51ece4ff3124d", - "tree.indent": "76d45d05f99c7378b3ba9327ea317d9169ce5725", - "tree.node.border.radius": "98f3dfed118f9e04cbe3b7711a2756c941f4a9f1", - "tree.node.hover.background": "4653f1dc4f63c0f9e97661ed8d4007499013efc6", - "tree.node.selected.background": "e34f59ec9dfb13a550d3ae0fc94ab9d1a58f30c0", - "tree.node.color": "07419fd3f38fe8bf1d9a837ead43fe4490a003f2", - "tree.node.hover.color": "88b1efd0e06378a612a021aab19f196a6cf626e0", - "tree.node.selected.color": "f174317ef8f9a8ff309a5bbb98bc641ebfe7ffd7", - "tree.node.focus.ring.width": "e0c6cfbeef6412a3f81d66f47fb18a7f09b529f6", - "tree.node.focus.ring.offset": "b65f7a27abc0fa60f4d2c464b153ccaa6b1cddb2", - "tree.node.focus.ring.color": "9ec0f3d7614ff4e1b527168ae68bd34effbd79e9", - "tree.node.gap": "649293fcbe1e48b88e667ddf294786b099149d10", - "tree.node.icon.color": "a337eb49c1840d5788558e815955f01e02edf024", - "tree.node.icon.hover.color": "91a1e87a2d0f54f78d3a0b33cdaabc42c932e91d", - "tree.node.icon.selected.color": "88e2665eaa56c08d473dc35dc309b0a4bf94213d", - "tree.node.toggle.button.border.radius": "fe61c201d6a232ee05680dfe4d0d23f550710a21", - "tree.node.toggle.button.size": "6bd4eef1e108e75995f8e699192d93ffc7c09f73", - "tree.node.toggle.button.hover.background": "9c1fd667a5b98cca3abf7ffb20fa9b4c6fa2c7b9", - "tree.node.toggle.button.selected.hover.background": "62892e4ff6275d9ba57e2baec3246e4bf5754883", - "tree.node.toggle.button.color": "62bd351736479148cadf2f907cf2158e56d8006f", - "tree.node.toggle.button.hover.color": "e0a59aa43bd96733bde926eac312360e2b9395ae", - "tree.node.toggle.button.selected.hover.color": "b854555ba1177665bd20ec5d1f0af4d44f4ec145", - "tree.node.toggle.button.focus.ring.width": "fe8b45533a2465aeed5e83a56b6a39e5bdf16f5f", - "tree.node.toggle.button.focus.ring.offset": "8daae9845ebd011415a878d56502598e2693dbeb", - "tree.node.toggle.button.focus.ring.color": "89c7b92b58866f52f952078b39d0b13ae358668b", - "tree.loading.icon.size": "d8f0c78baffe0519ae8994bc1d39c116628d2bd7", - "virtualscroller.loader.mask.background": "4aa80da99089617915513dbbd1cf1a12f14f546c", - "virtualscroller.loader.mask.color": "af0785b1c47995509ffc7e818ace7b6b1c7d17d1", - "virtualscroller.loader.icon.size": "c93c44587e64fc2d173096581ca606d73fb972dc", - "carousel.content.gap": "6bf756e97af9c87db09794efcb0d450d4847f09c", - "carousel.indicator.list.padding": "fb72e0efd36ce251bfa91529e77fa263f6480e63", - "carousel.indicator.list.gap": "83f541a71e06019573230a6e634f83333cb5d69e", - "carousel.indicator.width": "b7c20757d09e397b5b9139a8b041f2c9fa70d771", - "carousel.indicator.height": "36f717901e270b39105624980cd5ed3a5103de13", - "carousel.indicator.border.radius": "1933e87b4e86a77e1cf6db29f42a6a77a7b22dfc", - "carousel.indicator.focus.ring.width": "d77dbc7747f7e51651e730012b25617b73de3a32", - "carousel.indicator.focus.ring.offset": "06cb5685e1c7a9525a426e92281a2ce3c2699594", - "carousel.indicator.focus.ring.color": "a138b75953e52372d28ac182a4b2e8b2fefb6c7b", - "image.preview.icon.size": "dbc3384ce22a989b04254e44030feaa2282a7c32", - "image.preview.mask.background": "d90dbb2f3fe6bf838f5c0717d9f488dffdce244e", - "image.preview.mask.color": "eeaad3631f35b39f0bc4f27bcad78e6ea8c59b62", - "image.toolbar.background": "d876dc5b10ad4e5678814c4676b5e94edcf09a50", - "image.toolbar.border.color": "1bd381192f7bb83608accb39eb9493392a34698e", - "image.toolbar.border.width": "385cca10dffbb6ee94d9cb58d8a948d127115979", - "image.toolbar.border.radius": "95c2b786793f3e81715dedea5d6a92feaa2abcdd", - "image.toolbar.padding": "9fd1350e7676a0e84ffb2a949ebd6c5dd2c373cf", - "image.toolbar.gap": "f05a69bb832c5477cb02c09ac35bb16fd358c0ec", - "image.action.hover.background": "d59204d38bd542a8de410bc73191d0ea22082f63", - "image.action.color": "1f8fc3f4f616c828af437fa486fc3e9a8cdebfc0", - "image.action.hover.color": "48b4c21c5cf1c3be1b1ff15ec3f906dedd78f9e0", - "image.action.size": "7964f5de6554f22c3fe6da35c8f31bc69f3f3a34", - "image.action.icon.size": "671cb99f44f48f92d6eb71110f470e0335d29c04", - "image.action.border.radius": "00e75da454ecbf1343acc0636ff89b7101d061c7", - "image.action.focus.ring.width": "68ed8acc7e1c53409aa2026f4778f3a6ec4870fc", - "image.action.focus.ring.offset": "bedce5be7fbf412a49a572dee02e650139b10156", - "image.action.focus.ring.color": "022eb257be9d3205fe4a97f4f2690db8637c5562", - "treetable.header.background": "5ebaf12e1fe9027d7270371059c63123779ff904", - "treetable.header.border.color": "341bee073df4cef71a735c7a35ffbaa9f37c6ce0", - "treetable.header.border.width": "38e56a2edd9ef888a8c64237169cd6df76230a23", - "treetable.header.color": "9440adbe03136be61689f4c3366fd0def1673dca", - "treetable.header.cell.background": "dd2096da1bedd60a1c08be7fa3e20b99bdf5c694", - "treetable.header.cell.hover.background": "502f64caca7e10d8989eb38a196ffe8a631f07e7", - "treetable.header.cell.selected.background": "d787b1bb245950ad4fb13ad027955df3cdcdf212", - "treetable.header.cell.border.color": "9f77e77c668565f37dd0502b5a87b80aca7ea296", - "treetable.header.cell.color": "e6bea166233d935c306275bd7df135c1713f8dc0", - "treetable.header.cell.hover.color": "3cf332c616e021533fb0eaad4bdf95b0561cb423", - "treetable.header.cell.selected.color": "e0e1c16d867a76979c73ce74b3028b3d0a567bec", - "treetable.header.cell.gap": "0ace48c387fc9caf39a01eb3fdc883aa3299ea91", - "treetable.header.cell.focus.ring.width": "9a02177f617a29aaa8c882bebfaa31260d1fd42c", - "treetable.header.cell.focus.ring.offset": "a80d2ba210fdd399f3dd7c06903698db7434832c", - "treetable.header.cell.focus.ring.color": "7eded977bd5fcc58ef12115e66c50123393b351c", - "treetable.column.title.font.weight": "610c0192fb8fdf1d690e9e1e3752be2fe6fd5fee", - "treetable.row.background": "9f44c04fd2b0fba225a3cae6798fd5ab4f21eec4", - "treetable.row.hover.background": "f978677e5d860ecd31ca57fb52507d75b54a2157", - "treetable.row.selected.background": "30756146a9c7d5f81df99cec386eb1dcb028b7bf", - "treetable.row.color": "3e5674224a750b34707eacb435679fd3538b7570", - "treetable.row.hover.color": "b8dc340be79e49734c2318166f7e79460d148265", - "treetable.row.selected.color": "6f72f9d605793f2c4b55d49e7174f50cc575386b", - "treetable.row.focus.ring.width": "aaf8ace9ad31c9bb1623aa20844b5af22f84bce8", - "treetable.row.focus.ring.offset": "7446d1b6fe5748c0d0f836a7b3ab9d744fa3a07c", - "treetable.row.focus.ring.color": "65d40213a91a50f437ccf0e928bd022df0590d8e", - "treetable.body.cell.border.color": "140229b861443bef0ce918c18e3e1f370df62ead", - "treetable.body.cell.gap": "7a5c148473f1a0d950fd7eb6d0b8aa97a340e1fd", - "treetable.footer.cell.background": "d586bdb3d95b0f5d7d19e5e289352b4117af4f95", - "treetable.footer.cell.border.color": "592c8b823a441f8f328b73f58f923121c3eef83d", - "treetable.footer.cell.color": "0d1218cf5907d36a88a9e148d6486d5d834ca0cb", - "treetable.column.footer.font.weight": "7aba730d1f5d9918d0d17c63c13145009415dc79", - "treetable.footer.background": "eb1ab976768746a91389cd4371cd68825437ddfa", - "treetable.footer.border.color": "b5add7057da0e85eb01b35d364097d17f15931da", - "treetable.footer.color": "a6e976d51c52b22b0a606a3d5cd5331e4d60454d", - "treetable.footer.border.width": "0590f856e74a9af4c532bad3c8c90b903f7cced3", - "treetable.column.resizer.width": "d8fd1ca82d8edaaa77b3f7a234a67ebf35dc9f93", - "treetable.resize.indicator.width": "8f48f2c7884422016ded1f65b97ff654d3846ad5", - "treetable.resize.indicator.color": "5bf706791fce3f60aca20b1ccd30ea5cd2602ad7", - "treetable.sort.icon.color": "ac7958652ea6100097f3bcdc1d8dfdb18a830b2d", - "treetable.sort.icon.hover.color": "44dc0808c7796b392d7664faab41ec45d2dca818", - "treetable.loading.icon.size": "fde8007b5ebeb5ba66cfe29e15c8cf188525961b", - "treetable.node.toggle.button.hover.background": "a2ded8df74402915e46cf4f7fbfd95944980f373", - "treetable.node.toggle.button.selected.hover.background": "68d5cd0a5ab526674065a960a81606f197ce9511", - "treetable.node.toggle.button.color": "14d15c7e66dba0756e238295720b125663a5bd6c", - "treetable.node.toggle.button.hover.color": "26d6fb62ad9c2f2333bee19781e4e307bb01a9f3", - "treetable.node.toggle.button.selected.hover.color": "bba9b146cd6881f057db7968177e370f9f1aef5f", - "treetable.node.toggle.button.size": "87c6b8431bf9af7b03bb2da165319f5a3ef300da", - "treetable.node.toggle.button.border.radius": "bf63d488a20d74ca02793726f3b44a6e5884cdbc", - "treetable.node.toggle.button.focus.ring.width": "a4b35876d9db574b77ba2ad2f7133672eef3a9ee", - "treetable.node.toggle.button.focus.ring.offset": "49774b91d6bb314770f372124a483c5044533c56", - "treetable.node.toggle.button.focus.ring.color": "9d3c4843eb8650bd790005b99b674042714be909", - "treetable.paginator.top.border.color": "63cc349c5bd81ac6fe7b3ba8abe1ca5b7f59d94c", - "treetable.paginator.top.border.width": "8c149d165b9a51e66c9d1b8bd46ffebbff1002b0", - "treetable.paginator.bottom.border.width": "8bc91d4270faa1d2b8163f12af636e1862d8dde1", - "treetable.paginator.bottom.border.color": "e748d575e5ef66529b286506e19ea0b84c1cf5ec", - "toast.width": "6ebb8f2d625dd3eee2da7e1da6f4da4c0fc0e785", - "toast.border.radius": "6c0ca11f78e5eab04c79dab780030f76b680ee36", - "toast.border.width": "cda78872bd2b2e73a2e641506d4cdf5ff5d68969", - "toast.icon.size": "0b0e6e42968f632d014c748316f185db15088023", - "toast.content.padding": "78fc84f29609f7b03d0d188413315f9daa9564ea", - "toast.content.gap": "aab468f953d0c4fabfad624290cd1ba272839586", - "toast.summary.font.weight": "d52bbe28a09eb089c9c718b4a4a12eaac9f3a0d4", - "toast.summary.font.size": "8f2840b338aa7887cee8c3d5e30cf6271a31561e", - "toast.detail.font.weight": "a6ddd62540ba9099418508597a3fb1fe856dd62f", - "toast.detail.font.size": "3a2170d68c60d34af09dc8743c101d36afe17964", - "toast.close.button.width": "a496c3ed52c04923c719485ba72bba78a1206cda", - "toast.close.button.height": "52ad861f4d88683d165e598f5061204378d79b00", - "toast.close.button.border.radius": "21e166ad92433879a145cbc242bd28cfa8ecb663", - "toast.close.button.focus.ring.width": "05e6ea42758058c397cd0cca4ae7a5df254e42c2", - "toast.close.button.focus.ring.offset": "a2d6b7df78ca6e903cfa1bdaf58926d37af60c84", - "toast.close.icon.size": "788db4ae2316adbd1a5232c688a47bf0d337cf2f", - "galleria.border.width": "dfe216081e7c4e48546f16816e471ba0b3223075", - "galleria.border.color": "131f121fe1dbf419df3b33f4a51e03d998b7d0e4", - "galleria.border.radius": "7582da23c27d38260ef358b887c20c23bd426876", - "galleria.nav.button.background": "655bbc982f60813f551ec52a7581857c9a2d670d", - "galleria.nav.button.hover.background": "7243bf25720dd42a113b836ff66c2b4bdddf9a9c", - "galleria.nav.button.color": "4d50560175512010b36db3bccdde2d411064ac19", - "galleria.nav.button.hover.color": "0941c9c0de10600bae92dfd9b2d9a0b369f33849", - "galleria.nav.button.size": "e0c0568b2d92b920059678e3e5bb6c86e9db2433", - "galleria.nav.button.gutter": "20762c6075a6a404bb7f1dfbeef6701343daa5ad", - "galleria.nav.button.prev.border.radius": "e0bb2bddbf45cd0df4aee139830b8dbc3555565b", - "galleria.nav.button.next.border.radius": "c9818d8b50bb2ac7c437ac35da3d6c0e3ccb6c7d", - "galleria.nav.button.focus.ring.width": "eaa18318c24a6579d18bf4bf8508a2366f486d86", - "galleria.nav.button.focus.ring.color": "090550fa6609870c872ea0bd0c3af805b25e35bf", - "galleria.nav.button.focus.ring.offset": "4b8e45be8dc1b6cec41bf5ca46ecdd2c23c1be01", - "galleria.nav.icon.size": "3c0be445f4dc5c0914efc4aeb77d5c62a1d99d89", - "galleria.thumbnails.content.background": "12340c51066410a6ae8e2c8b629f430ad195d4da", - "galleria.thumbnail.nav.button.size": "4bdc4ccdbb3c3aa9fc47fb3dbe860205245f2e91", - "galleria.thumbnail.nav.button.border.radius": "3428c61b2893344c940aac6484f2f5a6bca8655b", - "galleria.thumbnail.nav.button.gutter": "542cf2199ae2a30f69bdd93bac7dcb588474c1db", - "galleria.thumbnail.nav.button.focus.ring.width": "4ab3c70efc0b41aed3af917e46954f8f87e28d0e", - "galleria.thumbnail.nav.button.focus.ring.color": "3789e2481dbcb19e799558b8cbc045d4f559fc76", - "galleria.thumbnail.nav.button.focus.ring.offset": "bec8ad339a54e6eeb29c5b95594113d27f78632d", - "galleria.thumbnail.nav.button.icon.size": "818d59e47634a7a85849b5cdd3941c9d4deb4e50", - "galleria.caption.background": "637fcb822927ffc0801c608032d7364f67153c9b", - "galleria.caption.color": "d21e20d615d9d07681042940eea628ed2c1dcbfc", - "galleria.caption.padding": "1a97bc6e1403ce237764118863bc33b0da759ca8", - "galleria.indicator.list.gap": "55ba00989280c2bc4b0e56518f3e96977fa3736d", - "galleria.indicator.list.padding": "cfeda65383b68ccef6492f2ab889c5179ac02b6c", - "galleria.indicator.button.width": "668b7351fe9a53fac48a7b47193750c148a44dc4", - "galleria.indicator.button.height": "53264a7a4990911e4ba7fb274c15ec3b1d28674f", - "galleria.indicator.button.active.background": "213d9f91bae46e6dd6e01550c2ff81ad7acab789", - "galleria.indicator.button.border.radius": "3efc141e12aec730448f4a695b5f1d6484dc9ba9", - "galleria.indicator.button.focus.ring.width": "a6dc9b79d69f8fe95508edbebcb48c526d5b2a3d", - "galleria.indicator.button.focus.ring.offset": "057be4e1c60a975d2dac0113dc477ccbf1b39132", - "galleria.indicator.button.focus.ring.color": "c0a1dd6f81afa7ffad4b9a4692e6bc4ef96ce998", - "galleria.inset.indicator.list.background": "9cc4f56368f65bc66338f9c63f01b36a984670aa", - "galleria.inset.indicator.button.background": "362fca23e0a7ca1bf1d552ee35de4901595767cd", - "galleria.inset.indicator.button.hover.background": "113702409198b94f0b9405bbe8d5f26ff407e990", - "galleria.inset.indicator.button.active.background": "6369ed7ae8bd9ce93fa9d63169648c93c0ef72bb", - "galleria.close.button.size": "dad3bf11adbee07e8839e0e09f7a3117195bf1ee", - "galleria.close.button.gutter": "3f39142a4a522c6dfa5b59fedfd3a1994b00957b", - "galleria.close.button.background": "c407ad43594c4e12523c67ac1e69fea28e95f363", - "galleria.close.button.hover.background": "44edf90737d9ebd3454bd585c599e39f81b0034f", - "galleria.close.button.color": "22b3d62ed9f3588a020115d0b56901000f33acf5", - "galleria.close.button.hover.color": "b6c34426c0a9641dd5c35f5073f470e0d119d4ab", - "galleria.close.button.border.radius": "5e897d8f62e3291ff11a3860e95659e84b92c657", - "galleria.close.button.focus.ring.width": "49b906c214383f295f4d70be2f01a349bd031f9a", - "galleria.close.button.focus.ring.offset": "a2f75893d540e37b1034b4cec120eb2d17cd98bd", - "galleria.close.button.focus.ring.color": "6c7cede4b058e51ecd6c1318bb233fa75d4f4e0b", - "galleria.close.button.icon.size": "27063d78e59260565b5176b6dca84038253d32d9", - "paginator.nav.button.color": "676fa05388a6bb4f9931d88cd76a288cb4bb7498", - "paginator.nav.button.hover.color": "5854891f9330cf272abcb19077ecacd136787f15", - "paginator.nav.button.selected.color": "a927b0c54f620e751d27ffee84e66b6ac3011acc", - "treetable.figma.body.cell.padding.sm": "a84c87425b766667c581ea865e3c3ada5616e7e7", - "treetable.figma.body.cell.padding.lg": "4a058f83a2f0d9163e2c3f04ecb8362283834b44", - "treetable.figma.footer.cell.padding.sm": "834ae9bca11d434ee89429e77c1b764e6a37f955", - "treetable.figma.footer.cell.padding.lg": "d4300c12107be4b756e260acddfc52ffd6920133", - "treetable.figma.header.cell.padding.sm": "af3ff8d52d51faf0f1d1d477b0d1f89c2798c77b", - "treetable.figma.header.cell.padding.lg": "2874c11163f3fb5f9a06450fa262556afe82d397", - "treetable.figma.header.padding.sm": "7cd4e943524845d925c0fefd1fac39006c961a53", - "treetable.figma.header.padding.lg": "38203a767ab2f14d7da8e485fcfb5395981a1d6b", - "treetable.figma.footer.padding.sm": "dcc65f4540e0dd9371afb7ec35f1a6f77cf3bea4", - "treetable.figma.footer.padding.lg": "f2fc4085c9df37ffa972add7c08e4997be1166b4", - "tabs.tablist.border.width": "52a1ed18aac5d36aa34623cd246d64229655ad69", - "tabs.tab.background": "de2298348d119fc120f41f0a73687475b2624e29", - "tabs.tab.hover.background": "95d21ee7779ca2af899f5c7ef373455b2ec76086", - "tabs.tab.active.background": "a09bf54e133b848cb1dd161092f78508036e7311", - "tabs.tab.border.width": "99e0be7663b82ef4f30f52c42001d507dc96e97a", - "tabs.tab.hover.border.color": "deaf94aae4fa9890bed253ca8e2765a0fc20ab76", - "tabs.tab.font.weight": "c5a5b280441c6a040a5867c1c04cfdf62ac6f628", - "tabs.tab.gap": "7979840b13e0c9451228c3315b4069d7a7965043", - "tabs.tab.focus.ring.width": "b0475787be987860b909afaede54858a9e76b643", - "tabs.tab.focus.ring.offset": "f9b8d59eaf1960b10f19c1d87c4b32dda43d2a58", - "tabs.tab.focus.ring.color": "b18b0017a7ee932bfdc55b5b4b716069f535b75e", - "tabs.tabpanel.focus.ring.width": "df989fe1bf4cbd14b56714bd279fc212ceb60322", - "tabs.tabpanel.focus.ring.offset": "983ef542c1ca436ba94110926119911a4d0408a0", - "tabs.tabpanel.focus.ring.color": "596ba1199a27d25f8534c37ccc3f188d8dd4878f", - "tabs.nav.button.width": "f6016ed9327ba26d9dc82d4c845e21ea99a22ef1", - "tabs.nav.button.focus.ring.color": "2de17b59dbb0c22e0f5b8650198c7732f09dab89", - "tabs.nav.button.focus.ring.width": "bcf78094f8bba7edf6254dfabe435c72066ca760", - "tabs.nav.button.focus.ring.offset": "2245105cc6a92c38ef052cffd04633ada01b3e7d", - "tabs.active.bar.height": "09d60bf836d305a1026720fefe96f7433628c988", - "tabs.active.bar.bottom": "a7bb48abe24f6d4c5ad0123c128e78da83613900", - "tabs.active.bar.background": "6efe03844140f0a87ded1ead4159bcb5ee9ceae1", - "popover.background": "10024203e49a8697fbce9ca4a2b4928508958ef3", - "popover.border.color": "6d22e90bb35f8c3be8b5334c270172271dfe9cc3", - "popover.color": "fd3b1b2c1e6a976ff1755865055e4c1dfa4b3057", - "popover.border.radius": "e4d7d21c0ce2aec7b01b6b69b9cd787a290b7139", - "popover.gutter": "379009b456027bd3e284563b25a93359881ce062", - "popover.arrow.offset": "ffdb47f47733ae62741aa75844ccde4a78130d8c", - "popover.content.padding": "57cfb382bce4404195bfc42910a9c935c03d26ff", - "megamenu.submenu.gap": "f1fbb41641f834199c686f909522db455b899ce2", - "toast.text.gap": "bfeb4fdcdc37c37a9efc8cd2192ba8edb09a1388", - "image.toolbar.position.right": "082b9f401fd6c1dcbb5269e08b64b8975d109c2e", - "image.toolbar.position.top": "bde8f2b24efd4a6e5049489d8f73e7c13e464fc7", - "fileupload.background": "d54f32e10537f771a39226c543293932ab9fbb3e", - "fileupload.border.color": "793124dd369fc3d34f7ddb2bc86a2badb49295d5", - "fileupload.color": "68c63d7dc16ab68dfe1c8b4f8dab48a2c975500d", - "fileupload.border.radius": "fd6a99f2606c695e8b65397e5b5934f90b7a18d5", - "fileupload.header.background": "156be9cc9e730cf460a0c13d5c24012d42f3fcb1", - "fileupload.header.color": "50ae7f71e886b43fdebdbd799996465bedff6981", - "fileupload.header.padding": "41b723506c4e363189764259a49186b0a267ee5f", - "fileupload.header.border.width": "9a56a720ad63d67679fed3404b7e2907a235c239", - "fileupload.header.border.radius": "4f4401e4e4b89ac490a7fadb8b37a720eeddc5fc", - "fileupload.header.gap": "82bd35727896b8cf470f47f0c59e9e03d196388b", - "fileupload.content.highlight.border.color": "a4e1937e6b907c3ac6951849ce1e8d641e63356b", - "fileupload.file.padding": "56ac3a54548ad155c34f2d24b196a579693165d8", - "fileupload.file.gap": "96bd465302ffa1ce081ae62473e445f619841f18", - "fileupload.file.border.color": "22d8ad201d05e69beb9520a7e06d55170b8e4ed1", - "fileupload.file.info.gap": "166a48841f9b67c1c8c697b6fff1b87cc54e4e1d", - "fileupload.progressbar.height": "000bdd7d7fdde0f7304fddef49b999bdcbeec3e1", - "fileupload.basic.gap": "caf9a57c275b8f4e525e8d75a573179a1687ae3d", - "treeselect.figma.chip.padding.top": "6387e40d7d3228229cbd6c140ef4827ad16f8faa", - "autocomplete.figma.chip.padding.top": "a1403b48a4ef2557052cc554ac69f993cc1ec03b", - "multiselect.figma.chip.padding.top": "5ffbbc13a815b879fc80edcc14ff2212a829cdd2", - "treeselect.figma.chip.padding.bottom": "50aed8927c5709a80bab06b6e6614ac03ddae865", - "autocomplete.figma.chip.padding.bottom": "f6fe1073f49a5f806bd895a05c8949b71e3c68e8", - "multiselect.figma.chip.padding.bottom": "a73006620f46c9ab882882faeee84f22f8987d2b", - "treeselect.figma.input.multiple.gap": "9f7b503743dd9043d7b0606b4ecf777d8459059e", - "autocomplete.figma.input.multiple.gap": "8b95fdcd34095d1ecfb23a435d92301d605c1d62", - "multiselect.figma.input.multiple.gap": "046d04f3fc0b0a5764209039f7718214139db643", - "autocomplete.figma.multiple.border.radius": "3650bbefb1b27a04667a99b7b1699d522631ddf2", - "autocomplete.figma.input.chip.padding.top": "a99317865ced63dd06017a5bfff514066c7811cd", - "autocomplete.figma.input.chip.padding.bottom": "e4bb84b633af6d5e21ca05499a30cc26b6be99c1", - "autocomplete.figma.input.multiple.padding.y": "39900a885f4a15b2cfddd293da7eb93ad670dfab", - "autocomplete.figma.input.multiple.haschip.padding.x": "cd4ea84658a8d2a711bfbed5c26912008953e1a3", - "speeddial.gap": "35f16a387abf610b8bf7ad6c8e8187ea4cefae72", - "splitbutton.border.radius": "4550322df77174d7ec150ff429b362a5cc58c104", - "splitbutton.rounded.border.radius": "c59fb4f9beb5dd34693795bd8d426a874d8d07bf", - "stepper.separator.background": "b438f80be46d1532f7fc5037fe11685507b6ce64", - "stepper.separator.active.background": "ebbc1027d96e64e0da103eff0629ad0eb8da5a6c", - "stepper.separator.size": "87756c4a1235a231b02f22c4676edf321879ce0d", - "stepper.step.padding": "379e17fdce41b4f9a05b0441dcebc5e8459c8149", - "stepper.step.gap": "17c70cc98d0bd21be92f7ca9d97d825bb1b6024f", - "stepper.step.header.padding": "328b37097d005ac7809f03150369375990aa669f", - "stepper.step.header.border.radius": "18dd67aac03a86930b063d1b1f3a6b1943ddfbec", - "stepper.step.header.focus.ring.width": "948ab8f06d4ee73da1d3ba4d6ca19e7ead6480a6", - "stepper.step.header.focus.ring.color": "dc28299d94c6cafb5f865dee6a91504dfdae946e", - "stepper.step.header.focus.ring.offset": "00373eafec3edc86687566864aa9a2cb79ffe21e", - "stepper.step.header.gap": "08b45535d9bcb3f54c69f2c92113529f8a2edd4d", - "stepper.step.title.color": "ac76e288ead82d5836d7cb58dd487986b9c158de", - "stepper.step.title.active.color": "1f11f8de1e25497dfb11b01bae28e2acae98bd62", - "stepper.step.title.font.weight": "00f7de5ba7f9769cc5bf8baaee0473bddf87943c", - "stepper.step.number.background": "6b7c73e04908c8051ebc784174eb42ed2891a051", - "stepper.step.number.active.background": "37fc664cf9d8b76e69363415b9d2d5eb69ed6340", - "stepper.step.number.border.color": "ed828071d9acd6b95543fa0eb227587c2bb9146d", - "stepper.step.number.active.border.color": "e2c4d1d2b3686657d7d1c84613d94b78db863e37", - "stepper.step.number.color": "5fd157198c52a9c7618394b8632e85b7cf79bbf1", - "stepper.step.number.active.color": "b37c1b3ade744487e8fd58dd88aeada35cf73dd0", - "stepper.step.number.size": "8bb1f4ffbfd9c22a013a2af92d669c2e89d03925", - "stepper.step.number.font.size": "b896a583d9506bbd0d59012eb87af9119b18c40b", - "stepper.step.number.font.weight": "b16744c2fee721a371f8cf869a1ab5496c80400c", - "stepper.step.number.border.radius": "eb75b24bf159cca35bd312269c2ed958105a01ba", - "stepper.steppanel.background": "e367902f0c3f78f93c457b86a53c88ace3d81a3a", - "stepper.steppanel.color": "a81126816e740bb4014b0f6d6fe303381baf3e22", - "blockui.border.radius": "2629156fece95d14a7de0f76a1d158dd4ec31694", - "inplace.border.radius": "db518770474016f44fe036eafd2c2f71927ae910", - "inplace.focus.ring.width": "e401a4569ec30d96ee596884a5dbcc0413bdd08a", - "inplace.focus.ring.offset": "ab4e26e7239dbc6072e103fae367c57978336277", - "inplace.focus.ring.color": "a81d2fd10ebfb28583b37db8c35071de98b7033e", - "inplace.display.hover.background": "6132a95e5f5003179ad41e5056c291449d1b40f2", - "inplace.display.hover.color": "e6055bed0053c7face3bc873be6fb430d05b80f9", - "metergroup.gap": "f41e000f3de48ccb21bb0a3857e790bcd6f195a5", - "metergroup.meters.background": "be5685930ff91d046dd7626f574497505ff5c673", - "metergroup.meters.size": "f917daea9a186348d34aea20a61e6d878f44ebf4", - "metergroup.label.gap": "ac134601ee89fb79bd69534e3b5e47968df92d8c", - "metergroup.label.marker.size": "4c6bf0ca421404eb0434ab269c76739faa5a1e5b", - "metergroup.label.icon.size": "2d49325b53c0d857a1c5558215761a91131ba314", - "metergroup.label.list.vertical.gap": "062b84e7d91660a1a6c70b9250054c47ba0f27ef", - "metergroup.label.list.horizontal.gap": "ece9b4820399e58e1e48a7078e02637ffca48028", - "terminal.background": "74d2fcce6375369fafacb482cc32a82e55f3da49", - "terminal.border.color": "624ceb20646dfbfad367785420ec1dac2e769169", - "terminal.color": "dafedec26e8dc017659009626ba0114609fc06a6", - "terminal.height": "cdb033bc17fb1f3ebe8cd288b49688dc0ff5522f", - "terminal.prompt.gap": "abca32b4eb0920f942da289b4068b3da32c30ef1", - "terminal.border.radius": "c064a8105c3c96edb0d192ea818cb4774227bd98", - "metergroup.border.radius": "7abd7bf3158259bfca3728ee818c1c0d6777c2c8", - "imagecompare.handle.size": "834521afeede18b4731ae8e098acb4a522fee077", - "imagecompare.handle.hover.size": "64c8544631544ebf39fa6a57074ccfd00f710dc2", - "imagecompare.handle.background": "8bdd77fd4444cfa2842addfaa6a220731939494c", - "imagecompare.handle.hover.background": "c9e3233ad26a0c915212c4947693f80ee45ae0d9", - "imagecompare.handle.border.color": "2a6bff3712e1a7e0385b65c4300be6faa57e12a8", - "imagecompare.handle.hover.border.color": "79ffa521bfbeaf771745365066e5bf13783a4c05", - "imagecompare.handle.border.width": "14d47b181e082e6a809752de73bfffa397ac3ad9", - "imagecompare.handle.border.radius": "076583c6f1e7a63b721da11b52cfe2b55e591708", - "imagecompare.handle.focus.ring.width": "9d799f240a05e257d20017de9c6a90b5d4c91c1a", - "imagecompare.handle.focus.ring.offset": "e3130272716f77bd23a81fc565751c3c784e84b2", - "imagecompare.handle.focus.ring.color": "73c64c3b8afb1168059154d01edcadd231a9b730", - "imagecompare.figma.handle.hover.border.radius": "680b54c9e5ab613e6bb15459610305142d0392f9", - "overlaybadge.outline.color": "c3f0c226abd963bb8c73d091b4e2b5f59e7e1159", - "overlaybadge.outline.width": "273c25d61a5f841e8305ae1d78937d716b615ff8", - "inputtext.filled.hover.background": "84e296a68b9b623e5840dac21f457e2a3135c132", - "autocomplete.filled.hover.background": "a85651339362f70b61d05ec4b8ad0f39ca6c2564", - "select.filled.hover.background": "383c9586a4738df00971393c72642e851b5d160a", - "multiselect.filled.hover.background": "c831efcaa2be9ecb62a5ab378782b3f3aeabee96", - "cascadeselect.filled.hover.background": "8c5a12989ef13873f874cb5c20bd289c9cd5f1a2", - "treeselect.filled.hover.background": "d1a37f28b2a9a0509036a6dfefba7b6e0ccbf0d9", - "rating.focus.ring.width": "c43cfc4b923d7e0bcc451d5a60abc6c82cdd5490", - "rating.focus.ring.color": "018c75f938774479e1b6010d75fa29bdcd673b37", - "rating.focus.ring.offset": "b4680b171b2a1fceaeb427496dfd9fb35b4913f4", - "contextmenu.submenu.mobile.indent": "e0013008ce79677cd7da7c4abf28ee1b9d8409bc", - "cascadeselect.list.mobile.indent": "c27abe1695fe914573f3853c8ef30bc4f35b3649", - "tieredmenu.submenu.mobile.indent": "1658f96bb21b684ff0e5f3cabd4357f8adb7234d", - "datepicker.month.padding": "87a380312665d41161c49205999b2b8fe5f37fdd", - "datepicker.year.padding": "129ca0d6fd0829fbcb01f330f4bdd816ed15516c", - "inputgroup.addon.padding": "47f016fa0c0421607516ff411dc88d6445eb3ef9", - "inputgroup.addon.min.width": "81ddf53390ffd46cc33c2c1a4270c70ae5c51b73", - "tree.filter.margin": "48107ca24b24f8dcbcc012699ea76607b85198b8", - "datatable.sort.icon.size": "d94487b854c1a8d3877902cacac9c15f3fd6a014", - "treetable.sort.icon.size": "ee8e78e649494f8aa7fd451e7f930e02f975bc7e", - "avatar.figma.circle.border.radius": "d15d575c35ab1647295e1a03c9c8b0c86d5b539f", - "avatar.figma.circle.lg.border.radius": "6555298e09e8b0b1583dffe6bc4547b321b9b1b1", - "avatar.figma.circle.xl.border.radius": "9fec959c0f32cb63b3324cb57baa908c3e059605", - "inputtext.sm.font.size": "bc0408a8bf8e816c226c4af5b88dd68c95db91a2", - "inputtext.sm.padding.x": "782bbd2e82773d8c3ac9b3c18c64ea382f70a505", - "inputtext.sm.padding.y": "b9317bfb97f8a612829a69993a3df068c85d5925", - "inputtext.lg.padding.x": "557e483c4d26a6b6f0f45003d7eb42b2a7ead15e", - "inputtext.lg.padding.y": "e5c1e8fe380ff5ca55e140c8c461e958fdedb87c", - "inputtext.lg.font.size": "14d96ed4c21df8acbf6fc86c5233e10a59322a74", - "iconfield.figma.sm.icon.size": "e5d521a8a421b71b64708014110d94a04d969130", - "iconfield.figma.lg.icon.size": "6a7d8eae4d993848902171da8cc2744d3660cf7e", - "chip.figma.image.padding.left": "d164d77c2aefa66ae59850dff1045a2cf7bde441", - "chip.figma.image.padding.y": "2bd9f96b5ca9599a2817b790075e6c92480682ea", - "toggleswitch.focus.ring.width": "7da14f94616113d84135b05fc47b829174f8bb53", - "toggleswitch.focus.ring.color": "2e9bce43cecf0926ced72764453814fea8d75cf0", - "toggleswitch.focus.ring.offset": "4a9d94743a671b61c8ee9d2a6d6ce48e2bc095c8", - "breadcrumb.item.icon.hover.color": "cb3091a9c2dbec6669140093685ca3c60dbb14f6", - "megamenu.horizontal.orientation.gap": "be05752ab5746ccb1bf447efadc462c9b92911c0", - "cascadeselect.sm.font.size": "d099c821afefeb182aa71d811f340d94010108b2", - "cascadeselect.lg.font.size": "b823fc5766698ecb042a4813a2f25eea0de5ecf1", - "cascadeselect.sm.padding.x": "283dd629e54f86051aa1fc207996d5d52c282e37", - "cascadeselect.sm.padding.y": "210089136cb973d38e15cfd99bba1b723f0307bb", - "cascadeselect.lg.padding.x": "c8dd29f0b04a9004e8205648d76ea56fdc7e3376", - "cascadeselect.lg.padding.y": "76c501988c15ea9b6b2d14d13574a13887f5ba6b", - "treeselect.sm.font.size": "072c84070438cf426aae3d54bb5192e169491a54", - "treeselect.lg.font.size": "619c128a50ffcec9389acded7d7f8f20009d09ec", - "treeselect.sm.padding.x": "7a0a400a11b6a5dcf85069995ec63020d2deb4a8", - "treeselect.sm.padding.y": "0132806c1a3d5236559c153549b0e969c4769988", - "treeselect.lg.padding.x": "de807d87a59bdde783886856333910930e40f1b4", - "treeselect.lg.padding.y": "0c17850e47eada2ab44b2a1ef5fe32571abbd730", - "select.sm.font.size": "b5a5c3d62e48be0bd1f2980a40534c84ea4413f6", - "select.lg.font.size": "f4fb7d34349c5a28ec6f553d189606beb2ececdc", - "select.sm.padding.x": "16b1ef0a691091560dc4200c755dd578be248285", - "select.sm.padding.y": "005e95d2eca4738faf8403165edaed9d38644751", - "select.lg.padding.x": "ade380ebab9d41289fd230adfee27d4c0dce5b2b", - "select.lg.padding.y": "6e88deee205f544fe459150d62e2c17d31de37a6", - "multiselect.sm.padding.x": "fa2d04dd1761ee1ed1bacdfa49c37c57be83ee2e", - "multiselect.sm.padding.y": "1b6f9033ffb39288b3f5970522d2f57da742f808", - "multiselect.lg.padding.x": "9c8d5b925e1193e285f0f45e220b55bcad468d96", - "multiselect.lg.padding.y": "57293cb80b5045d8f903540ee61b95ec0005dda3", - "multiselect.sm.font.size": "543813e2ba3ef145eb4d55c410b4c979aaabc357", - "multiselect.lg.font.size": "e3b75fa722874449826fe0e4de0fc2203b72b99e", - "textarea.sm.padding.x": "877a0afa86a22272d749362dcc310a011f6d849b", - "textarea.sm.padding.y": "df31491e2103dd999838d2cc4d38b63be1a6077e", - "textarea.lg.padding.x": "a9ea1f2bf43ee3ea1cfcb8dd89cb9726b0884f7a", - "textarea.lg.padding.y": "ca1ea0070426c7f1b9f19319bb45457a4382178b", - "textarea.sm.font.size": "c415ad83ad6d7c3e6e63688495809be78c734efc", - "textarea.lg.font.size": "7dececce29ba660c9df9e1eae44c69bcc0c76286", - "checkbox.sm.width": "6c7b0dd4b3c40f01281e462716352fdcfd74e862", - "checkbox.sm.height": "19a69de61c9826a9ad9f7764d6cd82ea2bc0adf9", - "checkbox.lg.width": "b1a7d2a560c97d7d55905fbeb4f36c9a83408cdb", - "checkbox.lg.height": "5c20fbb0037db365b42d3e3e39c8e071e367947d", - "checkbox.icon.sm.size": "a5c2ff61cd2a900dc6832c094974276354d32d39", - "checkbox.icon.lg.size": "397a5cd9c2f6f42c165840b0cc6d80039ef7e9cc", - "radiobutton.sm.width": "513d838c736071c4a53fc7533f3096c619045ad4", - "radiobutton.sm.height": "1b059ca3c5f45f0d24333bf78f6e2c8385459ac9", - "radiobutton.lg.width": "a59fef1c3ce6ea05d03406a43a94dc50b9ed08bf", - "radiobutton.lg.height": "874eff75d988ff317db37d555030ec6aa3d97338", - "radiobutton.icon.sm.size": "e834447737e28bcf5600fa121303aca5d6cead96", - "radiobutton.icon.lg.size": "5311704b058fea722af7e057fa120c3a50c35b2c", - "autocomplete.dropdown.sm.width": "eb65a2dd5327fcd092c37407989e510de7355858", - "autocomplete.dropdown.lg.width": "f8d3f1f00c164a47f68894a71d81456a19e30caf", - "datepicker.dropdown.sm.width": "6aa9442a5b55d8f2caf486cadc76b98dd772865c", - "datepicker.dropdown.lg.width": "21e83da644eae5c74c32dee5c5f5d947a37448bb", - "inputotp.input.width": "0903fb6922708798cbc4be685ecbb12779f35e3b", - "inputotp.input.sm.width": "d6816719df231cf49befb6ac42dbe250ddcbf15a", - "inputotp.input.lg.width": "b6baf158b296571569b666964109702436bbc53e", - "inputotp.gap": "25f1823a5f78c041fcbb2d3943992fc82983e9ae", - "togglebutton.sm.font.size": "1c3cd8fb0183e7d6974aa0679d17ca3fdf95b1df", - "togglebutton.lg.font.size": "6d87dbc20b3adfbf1ad7b48d85a3e475d9e6b431", - "togglebutton.sm.padding.x": "5522f78ad36b743acaf5c7da3a794fdd1c6df8c4", - "togglebutton.lg.padding.x": "678a182b74d954d5d32f778523ee646e183fe083", - "togglebutton.sm.padding.y": "020f58c8f57f1d088041ddce17fc35f46c6c570c", - "togglebutton.lg.padding.y": "3189993b7ae21519a4b830db585c66aa8bc1fbe9", - "message.text.sm.font.size": "c860bcfbfa143f854b8fdfd9064197030976452b", - "message.text.lg.font.size": "fe2a8e70d81120d1cd73519db1a51dc432ec4082", - "message.icon.sm.size": "aaa9f79dad6273103630e69e94a69ab822e94c71", - "message.icon.lg.size": "2192da463e5ba615915970e65bfbcc465ad7fbe1", - "message.close.icon.sm.size": "5f5033abc270d399fef27155d7cd42b84ccb2589", - "message.close.icon.lg.size": "7454511ccba98a19314cd4b0fd5b40419af8b332", - "message.outlined.border.width": "fb7009d3c87e3d4a334621935e8e9aa022ba8f2e", - "message.simple.content.padding": "3f15265ed14574ea0f994bb94f834e194b25be6f", - "cascadeselect.clear.icon": "355a9dd47f7ed0e9d369f7a1f99bebd5824af949", - "multiselect.clear.icon": "21323eb7729163ffdda516817ffc281556694f6d", - "treeselect.clear.icon": "92aa3237886ded586b6a67dd420d7b397c342564", - "avatar.icon.size": "634a8d68e82755b129cc12f459f1771026f0b04f", - "avatar.lg.icon.size": "06055781b02010a30719f7e59c06f34373629077", - "avatar.xl.icon.size": "3de21d625bad0e9fde389b232ba8fa6051d02298", - "avatar.lg.group.offset": "6036e5adb724098e98d2d7b4d6a9164c1ff54c71", - "avatar.xl.group.offset": "2790602023ab6d26d81c4846500de3472f1e3fa4", - "fileupload.content.gap": "d8f9d76da5356123fc869d088389f4259240952d", - "fileupload.file.list.gap": "3f8902cc58d3440a37585a263bece4d8c78c184c", - "inputtext.invalid.placeholder.color": "502209b9cd8d7daaa37b274cb46bb94b73b6a195", - "textarea.invalid.placeholder.color": "1f1b81a33ac6750f20bef74c8481ce7617bc2250", - "select.invalid.placeholder.color": "f3950b6d4f26b6518f9a267a20e58aaa08a07240", - "cascadeselect.invalid.placeholder.color": "efc0b3f2ef107ef596e3c186b624114ac73957d8", - "treeselect.invalid.placeholder.color": "ce42cdf6ae3be08455ee23152218273bf9797776", - "multiselect.invalid.placeholder.color": "e7a57ec1083737aa481cd361e88f805f072d78b0", - "autocomplete.invalid.placeholder.color": "d220a3cded551c45d25edcb69da9cbc1a093edd9", - "button.focus.ring.width": "92e23eb644163eb91e509e724ae000829a6bf657", - "button.focus.ring.offset": "9e7bd33745f2f00a3175c0f820965f5a9720d9a1", - "app.font.size": "64bfbc74e47f5d8fc91851e4482f3b2f74952b5c", - "app.card.background": "5c3261a2a46b6619648a613059580dac7602b410", - "app.sm.font.size": "2545a7fa4653dee11e20d84387126f259f2381b2", - "app.sm.line.height": "4d98af73d34af1b19f4223518e2eee439abb7ba7", - "app.lg.font.size": "3dd691a35c57497c40f3f8638d074ca8e4500b0e", - "app.lg.line.height": "c907d03d3d3e6186c594c99fbfd2f398df4c8a04" - } - } - ], - "$metadata": { - "tokenSetOrder": [ - "aura/primitive", - "aura/semantic", - "aura/semantic/light", - "aura/semantic/dark", - "aura/component", - "aura/component/light", - "aura/component/dark", - "app" - ] - } -}