@hozorica/hods-tokens
Theme palette, semantic token object, and CSS custom properties.
pnpm add @hozorica/hods-tokens import "@hozorica/hods-tokens/tokens.css";

Distribution
The packages keep React, React Native, and Next.js integration explicit while sharing the same token language.
Theme palette, semantic token object, and CSS custom properties.
pnpm add @hozorica/hods-tokens import "@hozorica/hods-tokens/tokens.css";
Web primitives and accessible components for React applications.
pnpm add @hozorica/hods-react
import "@hozorica/hods-react/tokens.css";
import { Box, Text, ActionButton } from "@hozorica/hods-react";React Native primitives that share token names and component contracts.
pnpm add @hozorica/hods-react-native
import { Box, Text, ActionButton } from "@hozorica/hods-react-native";Next.js entrypoint with React exports and a light-default theme script.
pnpm add @hozorica/hods-next
import { ThemeScript, Box } from "@hozorica/hods-next";