1.2.38 • Published 2 years ago

@manyone/sampension-tokens v1.2.38

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Sampension Design Tokens

This is design tokens for the Sampension digital design system.

Usage

Add the design tokens and its peer dependencies to your project:

# using npm
npm install @manyone/sampension-tokens

Docs

To read the documentation, please visit Sampension Digital Design System Documentation (Storybook).

Importing styles

/* SCSS */

/* import sass variables and a sass map named $tokens-shared */
@import "@manyone/sampension-tokens/scss/shared-map.scss";

/* import extend named %tokens-shared */
@import "@manyone/sampension-tokens/scss/shared-extend.scss";

/* import sass variables */
@import "@manyone/sampension-tokens/scss/shared.scss";
/* CSS */

/* import css variables on :root */
@import "@manyone/sampension-tokens/css/shared.css";
// JS

// import all variables as tokensShared
import * as tokensShared from "@manyone/sampension-tokens/js/shared.js";

// import a single variable
import { CoreColorBlue500 } from "@manyone/sampension-tokens/js/shared.js";
// JSON

// import all variables as an object
import sharedTokens from "@manyone/sampension-tokens/json/shared.json";

Theme tokens

To use a theme import both the shared and theme tokens:

/* example */
@import "@manyone/sampension-tokens/scss/shared-extends.scss";
@import "@manyone/sampension-tokens/scss/theme-dotcom-extend.scss";


:root {
  @extend %tokens-shared;
  @extend %tokens-theme-dotcom;
}

/* or */

:root {
  @extend %tokens-shared;
}
.theme-dotcom {
  @extend %tokens-theme-dotcom;
}
1.2.34

2 years ago

1.2.35

2 years ago

1.2.38

2 years ago

1.2.36

2 years ago

1.2.37

2 years ago

1.2.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.0.5

3 years ago

1.2.2

3 years ago

1.0.4

3 years ago

1.2.1

3 years ago

1.0.3

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.2.14

3 years ago

1.2.15

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.2.19

3 years ago

1.2.20

3 years ago

1.2.24

3 years ago

1.2.21

3 years ago

1.2.22

3 years ago

1.2.27

3 years ago

1.2.28

3 years ago

1.2.25

3 years ago

1.2.26

3 years ago

1.2.29

3 years ago

1.2.30

3 years ago

1.2.31

3 years ago

1.2.9

3 years ago

1.2.32

3 years ago

1.2.33

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago