@baseapp-frontend/design-system v1.0.17
@baseapp-frontend/design-system
Overview
This package defines our design system configuration (e.g. color pallete, typography, spacings, etc). It also shares reusable components that make up the design system as a whole.
What is in here?
This package contains essential BaseApp modules such as comments, notifications, messages and navigations. It also includes Storybook, a tool for component documentation and visualization. To run the Storybook locally, run the following command:
# at root level
pnpm storybook --filter @baseapp-frontend/design-systemBuild Process
We use a hybrid build pipeline combining tsup, and TypeScript Compiler to balance type accuracy and modern bundling:
Source Code: Original TypeScript/React files.
tsup Bundling:
Bundling tool (using esbuild) consumes the
components,hooks,layouts,providers,stylesandutilsmodules.Generates ESM and CJS bundles in
dist.
TypeScript Compiler (tsc):
Runs in parallel to generate .d.ts type declarations.
Outputs declarations to
tmp-dts.
Merge Outputs:
Copies type declarations from
tmp-dtstodist.Final
distcontains both runtime bundles and accurate type definitions.
12 months ago
12 months ago
8 months ago
1 year ago
9 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago