// JSON URLS
pub const URL_CONFIG_SCHEMA_JSON: &str = "https://rust-ui.com/schema.json";
pub const URL_REGISTRY_STYLES_JSON: &str = "https://rust-ui.com/registry/styles/index.json";
//
pub const BASE_URL: &str = "https://rust-ui.com/registry/index.json";
pub const BASE_URL_STYLES_DEFAULT: &str = "https://rust-ui.com/registry/styles/default";