getting ready for first release

This commit is contained in:
Michael Freno
2025-11-13 09:11:44 -05:00
parent 64aef0daf1
commit b173ab7354
5 changed files with 259 additions and 175 deletions

View File

@@ -4,6 +4,7 @@ local function req(name)
end
local NinePatchParser = req("NinePatchParser")
local Color = req("Color")
--- Standardized error message formatter
---@param module string -- Module name (e.g., "Color", "Theme", "Units")
@@ -699,6 +700,7 @@ function ThemeManager:setTheme(themeName, componentName)
self.themeComponent = componentName
end
-- Export both Theme and ThemeManager
Theme.Manager = ThemeManager
return Theme