3.27.2 • Published 2 days ago

@maltjoy/themes v3.27.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 days ago

@maltjoy/themes

This package gather all themes for Joy design system. This includes a set of tokens in the form of css variables applied to :root.

Customization

As each theme is a simple group of CSS custom properties, you can easily override a specific value if needed.

:root {
    // ...
    --joy-color-neutral-60: #000;
}

Tokens

This package includes all "Tokens" defined for Joy design system. You can find all of it on our Zeroheight documentation.

Tokens types

  • Colors
  • Functional colors
  • Elevations
  • Border radius
  • Spacing
  • Transition (animation)
  • Layers (z-index)
  • Forms
  • Typography (font-family, font-size, font-weight, line-height)

Usage

This package is meant to be used with @maltjoy/themes.

But if you need to fully customize tokens, you can create you own theme:

@use './tokens/src/tokens' with (
    $joy-color-neutral-60: #000,
    $joy-font-size-primary-300: 9px,
    $joy-core-spacing-base: 3px,
    // and so on...
);

:root {
  // Call all the mixin in order to generate all CSS custom properties
  @include tokens.getPaletteProperties();
  @include tokens.getContextualPaletteProperties();
  @include tokens.getTextPaletteProperties();
  @include tokens.getFunctionalPaletteProperties();
  @include tokens.getSkeletonProperties();
  @include tokens.getOverlayProperties();
  @include tokens.getElevationsProperties();
  @include tokens.getFontsProperties();
  @include tokens.getRadiusProperties();
  @include tokens.getSpacingProperties();
  @include tokens.getAnimationsProperties();
  @include tokens.getZindexProperties();
  @include tokens.getFormsProperties();
}

All original modules are accessible from SCSS source files.

3.27.2

2 days ago

3.27.1

9 days ago

3.27.0

22 days ago

3.26.0

29 days ago

3.25.0

1 month ago

3.24.0

1 month ago

3.23.0

2 months ago

3.22.1

2 months ago

3.22.0

2 months ago

3.21.0

2 months ago

3.20.0

3 months ago

3.19.9

3 months ago

3.19.8

4 months ago

3.19.7

4 months ago

3.19.6

4 months ago

3.19.5

5 months ago

3.19.4

5 months ago

3.19.3

6 months ago

3.15.0

8 months ago

3.9.3

10 months ago

3.9.2

10 months ago

3.17.0

7 months ago

3.15.2

8 months ago

3.9.1

11 months ago

3.15.1

8 months ago

3.19.0

6 months ago

3.17.2

7 months ago

3.15.4

8 months ago

3.17.1

7 months ago

3.15.3

8 months ago

3.19.2

6 months ago

3.19.1

6 months ago

3.15.5

8 months ago

3.10.0

10 months ago

3.12.0

9 months ago

3.14.1

8 months ago

3.14.0

8 months ago

3.16.1

8 months ago

3.16.0

8 months ago

3.16.3

7 months ago

3.18.0

6 months ago

3.16.2

8 months ago

3.11.0

10 months ago

3.13.0

9 months ago

3.7.5

11 months ago

3.7.4

11 months ago

3.7.3

12 months ago

3.9.0

11 months ago

3.7.2

12 months ago

3.8.0

11 months ago

3.7.1

12 months ago

3.6.2

12 months ago

3.5.3

1 year ago

3.6.1

12 months ago

3.7.0

1 year ago

3.6.0

1 year ago

3.4.0

1 year ago

3.3.1

1 year ago

3.2.2

1 year ago

3.1.3

1 year ago

3.2.1

1 year ago

3.1.2

1 year ago

3.2.0

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.4.4

1 year ago

3.5.2

1 year ago

3.4.3

1 year ago

3.5.1

1 year ago

3.4.2

1 year ago

3.3.3

1 year ago

3.2.4

1 year ago

3.1.5

1 year ago

3.5.0

1 year ago

3.3.2

1 year ago

3.2.3

1 year ago

3.1.4

1 year ago

3.0.0

1 year ago

2.2.0

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0-1

1 year ago

1.0.0-0

1 year ago