@baloise/ds-tokens 19.9.5 → 20.0.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -2
- package/README.md +2 -6
- package/dist/css/base.tokens.css +1417 -0
- package/dist/css/tcs.tokens.css +35 -0
- package/dist/docs/base.tokens.json +49885 -0
- package/dist/js/base.tokens.js +1236 -0
- package/dist/out-tsc/config.base.js +85 -0
- package/dist/out-tsc/config.brand.js +82 -0
- package/dist/out-tsc/formatter.js +236 -0
- package/dist/out-tsc/index.js +43 -0
- package/dist/out-tsc/transformers.js +150 -0
- package/dist/sass/base.tokens.scss +1192 -0
- package/dist/web/base.tokens.json +1191 -0
- package/package.json +13 -8
- package/dist/deprecated/tokens.css +0 -119
- package/dist/deprecated/tokens.css.scss +0 -119
- package/dist/deprecated/tokens.docs.json +0 -2764
- package/dist/deprecated/tokens.json +0 -114
- package/dist/deprecated/tokens.less +0 -116
- package/dist/deprecated/tokens.scss +0 -116
- package/dist/figma/color.json +0 -606
- package/dist/figma/size.json +0 -232
- package/dist/tokens.css +0 -270
- package/dist/tokens.css.scss +0 -270
- package/dist/tokens.docs.json +0 -5853
- package/dist/tokens.esm.js +0 -268
- package/dist/tokens.js +0 -270
- package/dist/tokens.json +0 -265
- package/dist/tokens.less +0 -267
- package/dist/tokens.scss +0 -267
- package/dist/types/tokens.d.ts +0 -350
package/package.json
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-tokens",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "The
|
|
3
|
+
"version": "20.0.0-next.4",
|
|
4
|
+
"description": "The Helvetia Design System is an open source project for styling awesome web applications that follow the Helvetia corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/baloise/design-system.git"
|
|
7
|
+
"url": "git+https://github.com/baloise/design-system.git"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
+
"type": "module",
|
|
13
|
+
"main": "dist/js/base.tokens.js",
|
|
14
|
+
"module": "dist/js/base.tokens.js",
|
|
15
|
+
"style": "dist/css/base.tokens.css",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "npx tsc && node dist/out-tsc",
|
|
18
|
+
"build:clean": "rimraf dist",
|
|
19
|
+
"lint": "eslint ."
|
|
20
|
+
},
|
|
12
21
|
"homepage": "https://design.baloise.dev",
|
|
13
22
|
"license": "Apache-2.0",
|
|
14
23
|
"files": [
|
|
15
24
|
"dist/"
|
|
16
|
-
]
|
|
17
|
-
"main": "dist/tokens.js",
|
|
18
|
-
"module": "dist/tokens.esm.js",
|
|
19
|
-
"types": "dist/types/tokens.d.ts",
|
|
20
|
-
"style": "dist/tokens.css"
|
|
25
|
+
]
|
|
21
26
|
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 18 May 2026 09:23:43 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
--bal-color-border-primary-dark: #000739;
|
|
8
|
-
--bal-color-border-light-blue: #0014aa;
|
|
9
|
-
--bal-color-border-danger-dark: #cb1501;
|
|
10
|
-
--bal-color-border-danger-darker: #a01100;
|
|
11
|
-
--bal-color-blue-1: #e5e7f0;
|
|
12
|
-
--bal-color-blue-2: #b3b6d4;
|
|
13
|
-
--bal-color-blue-3: #656ea8;
|
|
14
|
-
--bal-color-blue-4: #293485;
|
|
15
|
-
--bal-color-blue-5: #000d6e;
|
|
16
|
-
--bal-color-blue-6: #000739;
|
|
17
|
-
--bal-color-text-light-blue: #0014aa;
|
|
18
|
-
--bal-color-text-light-blue-light: #a7d1fa;
|
|
19
|
-
--bal-color-text-info-light: #60a0e0;
|
|
20
|
-
--bal-color-text-primary-dark: #000739;
|
|
21
|
-
--bal-color-text-danger-light: #cb1501;
|
|
22
|
-
--bal-color-text-danger-dark: #a01100;
|
|
23
|
-
--bal-color-transparent: transparent;
|
|
24
|
-
--bal-color-blue: #000d6e;
|
|
25
|
-
--bal-border-width-none: 0rem;
|
|
26
|
-
--bal-container-max-width: 1496px;
|
|
27
|
-
--bal-space-tablet-xx-small: 0.25rem;
|
|
28
|
-
--bal-space-tablet-x-small: 0.5rem;
|
|
29
|
-
--bal-space-tablet-small: 0.75rem;
|
|
30
|
-
--bal-space-tablet-normal: 1rem;
|
|
31
|
-
--bal-space-tablet-medium: 1.25rem;
|
|
32
|
-
--bal-space-tablet-large: 1.5rem;
|
|
33
|
-
--bal-space-tablet-x-large: 2.5rem;
|
|
34
|
-
--bal-space-tablet-xx-large: 3.5rem;
|
|
35
|
-
--bal-space-tablet-xxx-large: 4.5rem;
|
|
36
|
-
--bal-space-tablet-xxxx-large: 6rem;
|
|
37
|
-
--bal-space-desktop-xx-small: 0.25rem;
|
|
38
|
-
--bal-space-desktop-x-small: 0.5rem;
|
|
39
|
-
--bal-space-desktop-small: 0.75rem;
|
|
40
|
-
--bal-space-desktop-normal: 1rem;
|
|
41
|
-
--bal-space-desktop-medium: 1.5rem;
|
|
42
|
-
--bal-space-desktop-large: 2rem;
|
|
43
|
-
--bal-space-desktop-x-large: 3rem;
|
|
44
|
-
--bal-space-desktop-xx-large: 4rem;
|
|
45
|
-
--bal-space-desktop-xxx-large: 6rem;
|
|
46
|
-
--bal-space-desktop-xxxx-large: 8rem;
|
|
47
|
-
--bal-weight-bold: 700;
|
|
48
|
-
--bal-weight-regular: 400;
|
|
49
|
-
--bal-weight-light: 300;
|
|
50
|
-
--bal-size-x-small: 0.75rem;
|
|
51
|
-
--bal-size-small: 0.875rem;
|
|
52
|
-
--bal-size-normal: 1rem;
|
|
53
|
-
--bal-size-medium: 1rem;
|
|
54
|
-
--bal-size-large: 1.125rem;
|
|
55
|
-
--bal-size-x-large: 1.25rem;
|
|
56
|
-
--bal-size-xx-large: 1.5rem;
|
|
57
|
-
--bal-size-xxx-large: 1.75rem;
|
|
58
|
-
--bal-size-xxxx-large: 2rem;
|
|
59
|
-
--bal-size-xxxxx-large: 3rem;
|
|
60
|
-
--bal-size-tablet-x-small: 0.75rem;
|
|
61
|
-
--bal-size-tablet-small: 0.875rem;
|
|
62
|
-
--bal-size-tablet-normal: 1rem;
|
|
63
|
-
--bal-size-tablet-medium: 1.125rem;
|
|
64
|
-
--bal-size-tablet-large: 1.25rem;
|
|
65
|
-
--bal-size-tablet-x-large: 1.5rem;
|
|
66
|
-
--bal-size-tablet-xx-large: 2rem;
|
|
67
|
-
--bal-size-tablet-xxx-large: 2.5rem;
|
|
68
|
-
--bal-size-tablet-xxxx-large: 3rem;
|
|
69
|
-
--bal-size-tablet-xxxxx-large: 5rem;
|
|
70
|
-
--bal-size-desktop-x-small: 0.75rem;
|
|
71
|
-
--bal-size-desktop-small: 0.875rem;
|
|
72
|
-
--bal-size-desktop-normal: 1rem;
|
|
73
|
-
--bal-size-desktop-medium: 1.125rem;
|
|
74
|
-
--bal-size-desktop-large: 1.25rem;
|
|
75
|
-
--bal-size-desktop-x-large: 1.5rem;
|
|
76
|
-
--bal-size-desktop-xx-large: 2rem;
|
|
77
|
-
--bal-size-desktop-xxx-large: 2.5rem;
|
|
78
|
-
--bal-size-desktop-xxxx-large: 3rem;
|
|
79
|
-
--bal-size-desktop-xxxxx-large: 5rem;
|
|
80
|
-
--bal-line-height-x-small: 1.125rem;
|
|
81
|
-
--bal-line-height-small: 1.25rem;
|
|
82
|
-
--bal-line-height-normal: 1.5rem;
|
|
83
|
-
--bal-line-height-medium: 1.5rem;
|
|
84
|
-
--bal-line-height-large: 1.5rem;
|
|
85
|
-
--bal-line-height-x-large: 2rem;
|
|
86
|
-
--bal-line-height-xx-large: 2rem;
|
|
87
|
-
--bal-line-height-xxx-large: 2rem;
|
|
88
|
-
--bal-line-height-xxxx-large: 2.5rem;
|
|
89
|
-
--bal-line-height-xxxxx-large: 3.5rem;
|
|
90
|
-
--bal-line-height-tablet-x-small: 1.125rem;
|
|
91
|
-
--bal-line-height-tablet-small: 1.25rem;
|
|
92
|
-
--bal-line-height-tablet-normal: 1.5rem;
|
|
93
|
-
--bal-line-height-tablet-medium: 1.625rem;
|
|
94
|
-
--bal-line-height-tablet-large: 2rem;
|
|
95
|
-
--bal-line-height-tablet-x-large: 2rem;
|
|
96
|
-
--bal-line-height-tablet-xx-large: 2.5rem;
|
|
97
|
-
--bal-line-height-tablet-xxx-large: 3rem;
|
|
98
|
-
--bal-line-height-tablet-xxxx-large: 3.5rem;
|
|
99
|
-
--bal-line-height-tablet-xxxxx-large: 6rem;
|
|
100
|
-
--bal-line-height-desktop-x-small: 1.125rem;
|
|
101
|
-
--bal-line-height-desktop-small: 1.25rem;
|
|
102
|
-
--bal-line-height-desktop-normal: 1.5rem;
|
|
103
|
-
--bal-line-height-desktop-medium: 1.625rem;
|
|
104
|
-
--bal-line-height-desktop-large: 2rem;
|
|
105
|
-
--bal-line-height-desktop-x-large: 2rem;
|
|
106
|
-
--bal-line-height-desktop-xx-large: 2.5rem;
|
|
107
|
-
--bal-line-height-desktop-xxx-large: 3rem;
|
|
108
|
-
--bal-line-height-desktop-xxxx-large: 3.5rem;
|
|
109
|
-
--bal-line-height-desktop-xxxxx-large: 6rem;
|
|
110
|
-
--bal-space-auto: auto;
|
|
111
|
-
--bal-space-tablet-auto: auto;
|
|
112
|
-
--bal-space-desktop-auto: auto;
|
|
113
|
-
--bal-space-none: 0;
|
|
114
|
-
--bal-space-tablet-none: 0;
|
|
115
|
-
--bal-space-desktop-none: 0;
|
|
116
|
-
--bal-radius-none: 0;
|
|
117
|
-
--bal-shadow-none: none;
|
|
118
|
-
--bal-text-shadow-none: none;
|
|
119
|
-
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 18 May 2026 09:23:43 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
--bal-color-border-primary-dark: #000739;
|
|
8
|
-
--bal-color-border-light-blue: #0014aa;
|
|
9
|
-
--bal-color-border-danger-dark: #cb1501;
|
|
10
|
-
--bal-color-border-danger-darker: #a01100;
|
|
11
|
-
--bal-color-blue-1: #e5e7f0;
|
|
12
|
-
--bal-color-blue-2: #b3b6d4;
|
|
13
|
-
--bal-color-blue-3: #656ea8;
|
|
14
|
-
--bal-color-blue-4: #293485;
|
|
15
|
-
--bal-color-blue-5: #000d6e;
|
|
16
|
-
--bal-color-blue-6: #000739;
|
|
17
|
-
--bal-color-text-light-blue: #0014aa;
|
|
18
|
-
--bal-color-text-light-blue-light: #a7d1fa;
|
|
19
|
-
--bal-color-text-info-light: #60a0e0;
|
|
20
|
-
--bal-color-text-primary-dark: #000739;
|
|
21
|
-
--bal-color-text-danger-light: #cb1501;
|
|
22
|
-
--bal-color-text-danger-dark: #a01100;
|
|
23
|
-
--bal-color-transparent: transparent;
|
|
24
|
-
--bal-color-blue: #000d6e;
|
|
25
|
-
--bal-border-width-none: 0rem;
|
|
26
|
-
--bal-container-max-width: 1496px;
|
|
27
|
-
--bal-space-tablet-xx-small: 0.25rem;
|
|
28
|
-
--bal-space-tablet-x-small: 0.5rem;
|
|
29
|
-
--bal-space-tablet-small: 0.75rem;
|
|
30
|
-
--bal-space-tablet-normal: 1rem;
|
|
31
|
-
--bal-space-tablet-medium: 1.25rem;
|
|
32
|
-
--bal-space-tablet-large: 1.5rem;
|
|
33
|
-
--bal-space-tablet-x-large: 2.5rem;
|
|
34
|
-
--bal-space-tablet-xx-large: 3.5rem;
|
|
35
|
-
--bal-space-tablet-xxx-large: 4.5rem;
|
|
36
|
-
--bal-space-tablet-xxxx-large: 6rem;
|
|
37
|
-
--bal-space-desktop-xx-small: 0.25rem;
|
|
38
|
-
--bal-space-desktop-x-small: 0.5rem;
|
|
39
|
-
--bal-space-desktop-small: 0.75rem;
|
|
40
|
-
--bal-space-desktop-normal: 1rem;
|
|
41
|
-
--bal-space-desktop-medium: 1.5rem;
|
|
42
|
-
--bal-space-desktop-large: 2rem;
|
|
43
|
-
--bal-space-desktop-x-large: 3rem;
|
|
44
|
-
--bal-space-desktop-xx-large: 4rem;
|
|
45
|
-
--bal-space-desktop-xxx-large: 6rem;
|
|
46
|
-
--bal-space-desktop-xxxx-large: 8rem;
|
|
47
|
-
--bal-weight-bold: 700;
|
|
48
|
-
--bal-weight-regular: 400;
|
|
49
|
-
--bal-weight-light: 300;
|
|
50
|
-
--bal-size-x-small: 0.75rem;
|
|
51
|
-
--bal-size-small: 0.875rem;
|
|
52
|
-
--bal-size-normal: 1rem;
|
|
53
|
-
--bal-size-medium: 1rem;
|
|
54
|
-
--bal-size-large: 1.125rem;
|
|
55
|
-
--bal-size-x-large: 1.25rem;
|
|
56
|
-
--bal-size-xx-large: 1.5rem;
|
|
57
|
-
--bal-size-xxx-large: 1.75rem;
|
|
58
|
-
--bal-size-xxxx-large: 2rem;
|
|
59
|
-
--bal-size-xxxxx-large: 3rem;
|
|
60
|
-
--bal-size-tablet-x-small: 0.75rem;
|
|
61
|
-
--bal-size-tablet-small: 0.875rem;
|
|
62
|
-
--bal-size-tablet-normal: 1rem;
|
|
63
|
-
--bal-size-tablet-medium: 1.125rem;
|
|
64
|
-
--bal-size-tablet-large: 1.25rem;
|
|
65
|
-
--bal-size-tablet-x-large: 1.5rem;
|
|
66
|
-
--bal-size-tablet-xx-large: 2rem;
|
|
67
|
-
--bal-size-tablet-xxx-large: 2.5rem;
|
|
68
|
-
--bal-size-tablet-xxxx-large: 3rem;
|
|
69
|
-
--bal-size-tablet-xxxxx-large: 5rem;
|
|
70
|
-
--bal-size-desktop-x-small: 0.75rem;
|
|
71
|
-
--bal-size-desktop-small: 0.875rem;
|
|
72
|
-
--bal-size-desktop-normal: 1rem;
|
|
73
|
-
--bal-size-desktop-medium: 1.125rem;
|
|
74
|
-
--bal-size-desktop-large: 1.25rem;
|
|
75
|
-
--bal-size-desktop-x-large: 1.5rem;
|
|
76
|
-
--bal-size-desktop-xx-large: 2rem;
|
|
77
|
-
--bal-size-desktop-xxx-large: 2.5rem;
|
|
78
|
-
--bal-size-desktop-xxxx-large: 3rem;
|
|
79
|
-
--bal-size-desktop-xxxxx-large: 5rem;
|
|
80
|
-
--bal-line-height-x-small: 1.125rem;
|
|
81
|
-
--bal-line-height-small: 1.25rem;
|
|
82
|
-
--bal-line-height-normal: 1.5rem;
|
|
83
|
-
--bal-line-height-medium: 1.5rem;
|
|
84
|
-
--bal-line-height-large: 1.5rem;
|
|
85
|
-
--bal-line-height-x-large: 2rem;
|
|
86
|
-
--bal-line-height-xx-large: 2rem;
|
|
87
|
-
--bal-line-height-xxx-large: 2rem;
|
|
88
|
-
--bal-line-height-xxxx-large: 2.5rem;
|
|
89
|
-
--bal-line-height-xxxxx-large: 3.5rem;
|
|
90
|
-
--bal-line-height-tablet-x-small: 1.125rem;
|
|
91
|
-
--bal-line-height-tablet-small: 1.25rem;
|
|
92
|
-
--bal-line-height-tablet-normal: 1.5rem;
|
|
93
|
-
--bal-line-height-tablet-medium: 1.625rem;
|
|
94
|
-
--bal-line-height-tablet-large: 2rem;
|
|
95
|
-
--bal-line-height-tablet-x-large: 2rem;
|
|
96
|
-
--bal-line-height-tablet-xx-large: 2.5rem;
|
|
97
|
-
--bal-line-height-tablet-xxx-large: 3rem;
|
|
98
|
-
--bal-line-height-tablet-xxxx-large: 3.5rem;
|
|
99
|
-
--bal-line-height-tablet-xxxxx-large: 6rem;
|
|
100
|
-
--bal-line-height-desktop-x-small: 1.125rem;
|
|
101
|
-
--bal-line-height-desktop-small: 1.25rem;
|
|
102
|
-
--bal-line-height-desktop-normal: 1.5rem;
|
|
103
|
-
--bal-line-height-desktop-medium: 1.625rem;
|
|
104
|
-
--bal-line-height-desktop-large: 2rem;
|
|
105
|
-
--bal-line-height-desktop-x-large: 2rem;
|
|
106
|
-
--bal-line-height-desktop-xx-large: 2.5rem;
|
|
107
|
-
--bal-line-height-desktop-xxx-large: 3rem;
|
|
108
|
-
--bal-line-height-desktop-xxxx-large: 3.5rem;
|
|
109
|
-
--bal-line-height-desktop-xxxxx-large: 6rem;
|
|
110
|
-
--bal-space-auto: auto;
|
|
111
|
-
--bal-space-tablet-auto: auto;
|
|
112
|
-
--bal-space-desktop-auto: auto;
|
|
113
|
-
--bal-space-none: 0;
|
|
114
|
-
--bal-space-tablet-none: 0;
|
|
115
|
-
--bal-space-desktop-none: 0;
|
|
116
|
-
--bal-radius-none: 0;
|
|
117
|
-
--bal-shadow-none: none;
|
|
118
|
-
--bal-text-shadow-none: none;
|
|
119
|
-
}
|