1.0.17 • Published 9 months ago

@baseapp-frontend/design-system v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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-system

Build Process

We use a hybrid build pipeline combining tsup, and TypeScript Compiler to balance type accuracy and modern bundling:

  1. Source Code: Original TypeScript/React files.

  2. tsup Bundling:

    • Bundling tool (using esbuild) consumes the components, hooks, layouts, providers, styles and utils modules.

    • Generates ESM and CJS bundles in dist.

  3. TypeScript Compiler (tsc):

    • Runs in parallel to generate .d.ts type declarations.

    • Outputs declarations to tmp-dts.

  4. Merge Outputs:

    • Copies type declarations from tmp-dts to dist.

    • Final dist contains both runtime bundles and accurate type definitions.

1.0.2

1 year ago

1.0.1

1 year ago

1.0.17

9 months ago

1.0.0

1 year ago

1.0.16

10 months ago

1.0.9

11 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

0.0.30

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.34

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.11

1 year ago

0.0.3

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago