Files
2026-05-16 14:07:27 +08:00

26 lines
1.9 KiB
TypeScript

import { stylesheet as primitivesPart0 } from "./attached";
import { stylesheet as primitivesPart1 } from "./base";
import { stylesheet as primitivesPart2 } from "./button";
import { stylesheet as primitivesPart3 } from "./dropdown/branch_dropdown";
import { stylesheet as primitivesPart4 } from "./dropdown/dropdown";
import { stylesheet as primitivesPart5 } from "./dropdown/emoji_dropdown";
import { stylesheet as primitivesPart6 } from "./dropdown/selection_dropdown";
import { stylesheet as primitivesPart7 } from "./input";
import { stylesheet as primitivesPart8 } from "./label/label";
import { stylesheet as primitivesPart9 } from "./label/repo_label";
import { stylesheet as primitivesPart10 } from "./label/sha_label";
import { stylesheet as primitivesPart11 } from "./label/task_status_label";
import { stylesheet as primitivesPart12 } from "./menu/compact_menu";
import { stylesheet as primitivesPart13 } from "./menu/menu";
import { stylesheet as primitivesPart14 } from "./menu/pagination_menu";
import { stylesheet as primitivesPart15 } from "./menu/secondary_menu";
import { stylesheet as primitivesPart16 } from "./menu/vertical_menu";
import { stylesheet as primitivesPart17 } from "./modal";
import { stylesheet as primitivesPart18 } from "./other";
import { stylesheet as primitivesPart19 } from "./radius";
import { stylesheet as primitivesPart20 } from "./table";
import { stylesheet as primitivesPart21 } from "./tippy";
import { stylesheet as primitivesPart22 } from "./transition";
export const primitives = [primitivesPart0, primitivesPart1, primitivesPart2, primitivesPart3, primitivesPart4, primitivesPart5, primitivesPart6, primitivesPart7, primitivesPart8, primitivesPart9, primitivesPart10, primitivesPart11, primitivesPart12, primitivesPart13, primitivesPart14, primitivesPart15, primitivesPart16, primitivesPart17, primitivesPart18, primitivesPart19, primitivesPart20, primitivesPart21, primitivesPart22].join("\n\n");