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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.0.5

2 years ago

1.2.2

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.0.3

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.2.16

2 years ago

1.2.17

2 years ago

1.2.14

2 years ago

1.2.15

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.19

2 years ago

1.2.20

2 years ago

1.2.24

2 years ago

1.2.21

2 years ago

1.2.22

2 years ago

1.2.27

2 years ago

1.2.28

2 years ago

1.2.25

2 years ago

1.2.26

2 years ago

1.2.29

2 years ago

1.2.30

2 years ago

1.2.31

2 years ago

1.2.9

2 years ago

1.2.32

2 years ago

1.2.33

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago