1.0.17 • Published 5 months ago

@baseapp-frontend/design-system v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

9 months ago

1.0.1

9 months ago

1.0.17

5 months ago

1.0.0

10 months ago

1.0.16

6 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

0.0.30

10 months ago

0.0.31

10 months ago

0.0.32

10 months ago

0.0.33

10 months ago

0.0.34

10 months ago

0.0.26

10 months ago

0.0.27

10 months ago

0.0.28

10 months ago

0.0.29

10 months ago

0.0.20

12 months ago

0.0.21

12 months ago

0.0.22

11 months ago

0.0.23

11 months ago

0.0.24

11 months ago

0.0.25

11 months ago

0.0.15

1 year ago

0.0.16

12 months ago

0.0.17

12 months ago

0.0.18

12 months ago

0.0.19

12 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

8 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

1 year ago

0.0.1

1 year ago