@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/dist/tokens.scss
DELETED
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 18 May 2026 09:23:43 GMT
|
|
4
|
-
|
|
5
|
-
$bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); // Increases readability when used on a image background.
|
|
6
|
-
$bal-opacity-100: 1;
|
|
7
|
-
$bal-opacity-80: 0.8;
|
|
8
|
-
$bal-opacity-60: 0.6;
|
|
9
|
-
$bal-opacity-50: 0.5;
|
|
10
|
-
$bal-opacity-40: 0.4;
|
|
11
|
-
$bal-opacity-30: 0.3;
|
|
12
|
-
$bal-opacity-0: 0;
|
|
13
|
-
$bal-font-family-text: BaloiseCreateText, Arial, sans-serif;
|
|
14
|
-
$bal-font-family-title: BaloiseCreateHeadline, Arial, sans-serif;
|
|
15
|
-
$bal-shadow-header: 0 4px 4px 0 rgba(0, 7, 57, 0.15); // Shadow effect for a header bar
|
|
16
|
-
$bal-shadow-large: 0 0 30px 0 rgba(0, 7, 57, 0.15); // Large shadow are used for hover effects.
|
|
17
|
-
$bal-shadow-normal: 0 0 10px 0 rgba(0, 7, 57, 0.15); // Default shadow size to elevate an element.
|
|
18
|
-
$bal-shadow-small: 0px 2px 5px 1px rgba(0, 7, 57, 0.12);
|
|
19
|
-
$bal-animation-transition-easing: cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
20
|
-
$bal-animation-transition-duration: 300ms;
|
|
21
|
-
$bal-z-index-tooltip: 1300; // Default z-index for tooltips.
|
|
22
|
-
$bal-z-index-toast: 1200; // Default z-index for toast and snackbar messages.
|
|
23
|
-
$bal-z-index-modal: 1100; // Default z-index for modals that stacks on top of overlays and other elements, but still allows popups to be visible.
|
|
24
|
-
$bal-z-index-popup: 1000; // Default z-index for popups that stacks on top of all other elements.
|
|
25
|
-
$bal-z-index-navigation: 400; // Default z-index for navigation.
|
|
26
|
-
$bal-z-index-sticky: 300; // Default z-index for sticky interface elements.
|
|
27
|
-
$bal-z-index-mask: 200; // Default z-index for masking interface elements.
|
|
28
|
-
$bal-z-index-masked: 100; // Default z-index for masked interface elements.
|
|
29
|
-
$bal-z-index: 1; // The default z-index for components and elements inside components.
|
|
30
|
-
$bal-z-index-deep: -999999; // Deep z-index is used to stack something behind everything else.
|
|
31
|
-
$bal-text-line-height-text: 1.5; // Default line height for all text elements.
|
|
32
|
-
$bal-text-line-height-title: 1.3; // Standard line-height for the headings.
|
|
33
|
-
$bal-text-size-xxxxx-large-tablet: 5rem;
|
|
34
|
-
$bal-text-size-xxxxx-large: 3rem; // Should only be uses to illustrate large stage areas.
|
|
35
|
-
$bal-text-size-xxxx-large-tablet: 3rem;
|
|
36
|
-
$bal-text-size-xxxx-large: 2rem; // Should only be uses to illustrate large stage areas.
|
|
37
|
-
$bal-text-size-xxx-large-tablet: 2.5rem;
|
|
38
|
-
$bal-text-size-xxx-large: 1.75rem; // Should only be used for stage titles and headings of level 1.
|
|
39
|
-
$bal-text-size-xx-large-tablet: 2rem;
|
|
40
|
-
$bal-text-size-xx-large: 1.5rem; // Should only be used for content titles and headings of level 2.
|
|
41
|
-
$bal-text-size-x-large-tablet: 1.5rem;
|
|
42
|
-
$bal-text-size-x-large: 1.25rem; // Should only be used for form titles, quick link navigation's and headings of level 3.
|
|
43
|
-
$bal-text-size-large-tablet: 1.25rem;
|
|
44
|
-
$bal-text-size-large: 1.125rem; // Should only be used for standard card titles and headings of level 4 or for lead text/paragraphs after a heading.
|
|
45
|
-
$bal-text-size-medium-tablet: 1.125rem;
|
|
46
|
-
$bal-text-size-medium: 1rem; // Should only be used in a 2/3 grid column to improve readability.
|
|
47
|
-
$bal-text-size-normal: 1rem; // Should only be used for label texts.
|
|
48
|
-
$bal-text-size-small: 0.875rem; // Should only be used for label texts.
|
|
49
|
-
$bal-text-size-x-small: 0.75rem; // Should only be used for helper texts or validation messages of a form control.
|
|
50
|
-
$bal-font-weight-light: 300; // Can be used for secondary headings. Only available with the font BaloiseCreateHeadline.
|
|
51
|
-
$bal-font-weight-regular: 400; // Default width of paragraphs. Only available with the font BaloiseCreateText.
|
|
52
|
-
$bal-font-weight-bold: 700; // Bold is used for headings, links and buttons.
|
|
53
|
-
$bal-space-xxxx-large-desktop: 8rem;
|
|
54
|
-
$bal-space-xxxx-large-tablet: 6rem;
|
|
55
|
-
$bal-space-xxxx-large: 4rem; // Space between sections
|
|
56
|
-
$bal-space-xxx-large-desktop: 6rem;
|
|
57
|
-
$bal-space-xxx-large-tablet: 4.5rem;
|
|
58
|
-
$bal-space-xxx-large: 3.5rem; // Footer bottom padding
|
|
59
|
-
$bal-space-xx-large-desktop: 4rem;
|
|
60
|
-
$bal-space-xx-large-tablet: 3.5rem;
|
|
61
|
-
$bal-space-xx-large: 3rem;
|
|
62
|
-
$bal-space-x-large-desktop: 3rem;
|
|
63
|
-
$bal-space-x-large-tablet: 2.5rem;
|
|
64
|
-
$bal-space-x-large: 2rem; // Space between heading and card
|
|
65
|
-
$bal-space-large-desktop: 2rem;
|
|
66
|
-
$bal-space-large: 1.5rem; // Space between cards
|
|
67
|
-
$bal-space-medium-desktop: 1.5rem;
|
|
68
|
-
$bal-space-medium: 1.25rem; // Inner padding of cards
|
|
69
|
-
$bal-space-normal: 1rem; // Space between large headings and content.
|
|
70
|
-
$bal-space-small: 0.75rem;
|
|
71
|
-
$bal-space-x-small: 0.5rem; // Space between text and icons or headings and content or clickable elements
|
|
72
|
-
$bal-space-xx-small: 0.25rem; // Minimum space between two elements
|
|
73
|
-
$bal-radius-rounded: 9999px; // The rounded radius token embraces a curvier design language, introducing a high degree of softness and fluidity to your elements.
|
|
74
|
-
$bal-radius-large: 0.75rem; // The large radius token makes a bold visual statement by significantly rounding the corners of elements.
|
|
75
|
-
$bal-radius-normal: 0.25rem; // The normal radius token strikes a balance between softness and structure.
|
|
76
|
-
$bal-container-size-fluid: 100%; // The container for fullscreen application with a large table for example.
|
|
77
|
-
$bal-container-size-normal: 1496px; // The default container size is versatile and suitable for various applications and website pages.
|
|
78
|
-
$bal-container-size-compact: 896px; // Tailored container size designed for form wizard applications or pages.
|
|
79
|
-
$bal-container-size-detail-page: 744px; // Deprecated container size for the website
|
|
80
|
-
$bal-breakpoint-fullhd: 1920px; // Crafted for Full HD displays, this breakpoint strikes a balance between detail and performance.
|
|
81
|
-
$bal-breakpoint-widescreen: 1440px; // Tailored for widescreen monitors, this breakpoint offers a panoramic view that accommodates expansive content layouts.
|
|
82
|
-
$bal-breakpoint-high-definition: 1280px; // Designed for high-definition displays, this breakpoint elevates your interface to a level of visual richness and clarity.
|
|
83
|
-
$bal-breakpoint-desktop: 1024px; // Optimized for desktop screens, this breakpoint provides a spacious canvas for your design, allowing for more intricate layouts and detailed content presentation.
|
|
84
|
-
$bal-breakpoint-tablet: 769px; // Tailored for tablet devices, this breakpoint ensures a seamless and optimized user experience on medium-sized screens.
|
|
85
|
-
$bal-border-width-large: 0.25rem; // The large border size makes a bold statement, creating strong visual contrasts and emphasizing key elements within your interface.
|
|
86
|
-
$bal-border-width-normal: 0.125rem; // The normal border size strikes a harmonious balance, offering a versatile choice for defining boundaries within your design.
|
|
87
|
-
$bal-border-width-small: 0.063rem; // The small border size is crafted for subtle, refined delineation.
|
|
88
|
-
$bal-color-danger-6: #a01100;
|
|
89
|
-
$bal-color-danger-5: #cb1501;
|
|
90
|
-
$bal-color-danger-4: #ea1800;
|
|
91
|
-
$bal-color-danger-3: #f05d4d;
|
|
92
|
-
$bal-color-danger-2: #f7a299;
|
|
93
|
-
$bal-color-danger-1: #fce8e6;
|
|
94
|
-
$bal-color-warning-6: #c97612;
|
|
95
|
-
$bal-color-warning-5: #f99319;
|
|
96
|
-
$bal-color-warning-4: #ffbe19;
|
|
97
|
-
$bal-color-warning-3: #ffd25e;
|
|
98
|
-
$bal-color-warning-2: #ffe5a3;
|
|
99
|
-
$bal-color-warning-1: #fff9e8;
|
|
100
|
-
$bal-color-success-6: #0b5227;
|
|
101
|
-
$bal-color-success-5: #116b34;
|
|
102
|
-
$bal-color-success-4: #168741;
|
|
103
|
-
$bal-color-success-3: #5bab7a;
|
|
104
|
-
$bal-color-success-2: #a1cfb3;
|
|
105
|
-
$bal-color-success-1: #e8f3ec;
|
|
106
|
-
$bal-color-info-6: #0e457b;
|
|
107
|
-
$bal-color-info-5: #155ba3;
|
|
108
|
-
$bal-color-info-4: #1c77d2;
|
|
109
|
-
$bal-color-info-3: #60a0e0;
|
|
110
|
-
$bal-color-info-2: #a4c9ed;
|
|
111
|
-
$bal-color-info-1: #e8f1fb;
|
|
112
|
-
$bal-color-light-blue-6: #000a55;
|
|
113
|
-
$bal-color-light-blue-5: #0014aa;
|
|
114
|
-
$bal-color-light-blue-4: #6672cc;
|
|
115
|
-
$bal-color-light-blue-3: #56a7f5;
|
|
116
|
-
$bal-color-light-blue-2: #a7d1fa;
|
|
117
|
-
$bal-color-light-blue-1: #e5f1fe;
|
|
118
|
-
$bal-color-black: #000000;
|
|
119
|
-
$bal-color-grey-6: #313131;
|
|
120
|
-
$bal-color-grey-5: #747474;
|
|
121
|
-
$bal-color-grey-4: #b6b6b6;
|
|
122
|
-
$bal-color-grey-3: #e8e8e8;
|
|
123
|
-
$bal-color-grey-2: #f6f6f6;
|
|
124
|
-
$bal-color-grey-1: #fafafa;
|
|
125
|
-
$bal-color-red-6: #99172d;
|
|
126
|
-
$bal-color-red-5: #d9304c;
|
|
127
|
-
$bal-color-red-4: #ff596f;
|
|
128
|
-
$bal-color-red-3: #ffaca6;
|
|
129
|
-
$bal-color-red-2: #ffd7d7;
|
|
130
|
-
$bal-color-red-1: #ffeef1;
|
|
131
|
-
$bal-color-yellow-6: #b24a00;
|
|
132
|
-
$bal-color-yellow-5: #fa9319;
|
|
133
|
-
$bal-color-yellow-4: #ffbe19;
|
|
134
|
-
$bal-color-yellow-3: #fae052;
|
|
135
|
-
$bal-color-yellow-2: #ffecbc;
|
|
136
|
-
$bal-color-yellow-1: #fff9e8;
|
|
137
|
-
$bal-color-purple-6: #6c2273;
|
|
138
|
-
$bal-color-purple-5: #9f52cc;
|
|
139
|
-
$bal-color-purple-4: #be82fa;
|
|
140
|
-
$bal-color-purple-3: #b8b2ff;
|
|
141
|
-
$bal-color-purple-2: #e1d9ff;
|
|
142
|
-
$bal-color-purple-1: #f9f3ff;
|
|
143
|
-
$bal-color-green-6: #1b5951;
|
|
144
|
-
$bal-color-green-5: #00b28f;
|
|
145
|
-
$bal-color-green-4: #21d9ac;
|
|
146
|
-
$bal-color-green-3: #94e3d4;
|
|
147
|
-
$bal-color-green-2: #cbf2ec;
|
|
148
|
-
$bal-color-green-1: #e9fbf7;
|
|
149
|
-
$bal-color-white: #ffffff;
|
|
150
|
-
$bal-color-primary-6: #000739;
|
|
151
|
-
$bal-color-primary-5: #000d6e;
|
|
152
|
-
$bal-color-primary-4: #293485;
|
|
153
|
-
$bal-color-primary-3: #656ea8;
|
|
154
|
-
$bal-color-primary-2: #b3b6d4;
|
|
155
|
-
$bal-color-primary-1: #e5e7f0;
|
|
156
|
-
$bal-text-size-xxxxx-large-desktop: $bal-text-size-xxxxx-large-tablet;
|
|
157
|
-
$bal-text-size-xxxx-large-desktop: $bal-text-size-xxxx-large-tablet;
|
|
158
|
-
$bal-text-size-xxx-large-desktop: $bal-text-size-xxx-large-tablet;
|
|
159
|
-
$bal-text-size-xx-large-desktop: $bal-text-size-xx-large-tablet;
|
|
160
|
-
$bal-text-size-x-large-desktop: $bal-text-size-x-large-tablet;
|
|
161
|
-
$bal-text-size-large-desktop: $bal-text-size-large-tablet;
|
|
162
|
-
$bal-text-size-medium-desktop: $bal-text-size-medium-tablet;
|
|
163
|
-
$bal-text-size-normal-desktop: $bal-text-size-normal;
|
|
164
|
-
$bal-text-size-normal-tablet: $bal-text-size-normal;
|
|
165
|
-
$bal-text-size-small-desktop: $bal-text-size-small;
|
|
166
|
-
$bal-text-size-small-tablet: $bal-text-size-small;
|
|
167
|
-
$bal-text-size-x-small-desktop: $bal-text-size-x-small;
|
|
168
|
-
$bal-text-size-x-small-tablet: $bal-text-size-x-small;
|
|
169
|
-
$bal-space-large-tablet: $bal-space-large;
|
|
170
|
-
$bal-space-medium-tablet: $bal-space-medium;
|
|
171
|
-
$bal-space-normal-desktop: $bal-space-normal;
|
|
172
|
-
$bal-space-normal-tablet: $bal-space-normal;
|
|
173
|
-
$bal-space-small-desktop: $bal-space-small;
|
|
174
|
-
$bal-space-small-tablet: $bal-space-small;
|
|
175
|
-
$bal-space-x-small-desktop: $bal-space-x-small;
|
|
176
|
-
$bal-space-x-small-tablet: $bal-space-x-small;
|
|
177
|
-
$bal-space-xx-small-desktop: $bal-space-xx-small;
|
|
178
|
-
$bal-space-xx-small-tablet: $bal-space-xx-small;
|
|
179
|
-
$bal-column-gap: $bal-space-normal;
|
|
180
|
-
$bal-container-space-desktop: $bal-space-x-large-desktop; // Default space on desktops of a container to left and right side.
|
|
181
|
-
$bal-container-space-tablet: $bal-space-x-large-tablet; // Default space on tablets of a container to left and right side.
|
|
182
|
-
$bal-container-space: $bal-space-normal; // Default space of a container to left and right side.
|
|
183
|
-
$bal-color-text-inverted-pressed: $bal-color-info-3;
|
|
184
|
-
$bal-color-text-inverted-hovered: $bal-color-light-blue-2;
|
|
185
|
-
$bal-color-text-inverted-disabled: $bal-color-primary-3;
|
|
186
|
-
$bal-color-text-inverted: $bal-color-white;
|
|
187
|
-
$bal-color-text-danger-pressed: $bal-color-danger-6;
|
|
188
|
-
$bal-color-text-danger-hovered: $bal-color-danger-5;
|
|
189
|
-
$bal-color-text-primary-pressed: $bal-color-primary-6;
|
|
190
|
-
$bal-color-text-primary-hovered: $bal-color-light-blue-5;
|
|
191
|
-
$bal-color-text-black: $bal-color-black;
|
|
192
|
-
$bal-color-text-danger: $bal-color-danger-4;
|
|
193
|
-
$bal-color-text-success: $bal-color-success-4;
|
|
194
|
-
$bal-color-text-warning: $bal-color-warning-5;
|
|
195
|
-
$bal-color-text-info: $bal-color-info-4;
|
|
196
|
-
$bal-color-text-grey-dark: $bal-color-grey-6; // Font color for disabled elements
|
|
197
|
-
$bal-color-text-grey: $bal-color-grey-5; // Font color for placeholders
|
|
198
|
-
$bal-color-text-grey-light: $bal-color-grey-4; // Font color for disabled texts
|
|
199
|
-
$bal-color-text-white: $bal-color-white; // Main font color for all headings and paragraphs on a dark background.
|
|
200
|
-
$bal-color-text-primary-light: $bal-color-primary-3; // Secondary font color for help messages.
|
|
201
|
-
$bal-color-text-primary: $bal-color-primary-5; // Main font color for all headings and paragraphs.
|
|
202
|
-
$bal-color-shadow-focus-inverted-end: $bal-color-yellow-3;
|
|
203
|
-
$bal-color-shadow-focus-inverted-start: $bal-color-white;
|
|
204
|
-
$bal-color-shadow-focus-end: $bal-color-purple-6;
|
|
205
|
-
$bal-color-shadow-focus-start: $bal-color-white;
|
|
206
|
-
$bal-color-danger: $bal-color-danger-3;
|
|
207
|
-
$bal-color-warning: $bal-color-warning-3;
|
|
208
|
-
$bal-color-success: $bal-color-success-3;
|
|
209
|
-
$bal-color-info: $bal-color-info-3;
|
|
210
|
-
$bal-color-red: $bal-color-red-3;
|
|
211
|
-
$bal-color-yellow: $bal-color-yellow-3;
|
|
212
|
-
$bal-color-green: $bal-color-green-3;
|
|
213
|
-
$bal-color-purple: $bal-color-purple-3;
|
|
214
|
-
$bal-color-light-blue: $bal-color-light-blue-1;
|
|
215
|
-
$bal-color-grey: $bal-color-grey-3;
|
|
216
|
-
$bal-color-primary: $bal-color-primary-5;
|
|
217
|
-
$bal-color-border-inverted-primary-pressed: $bal-color-light-blue-4;
|
|
218
|
-
$bal-color-border-inverted-primary-hovered: $bal-color-light-blue-2;
|
|
219
|
-
$bal-color-border-inverted-primary: $bal-color-primary-4;
|
|
220
|
-
$bal-color-border-inverted-disabled: $bal-color-primary-3; // Disabled.
|
|
221
|
-
$bal-color-border-inverted: $bal-color-white; // Default color on dark backgrounds.
|
|
222
|
-
$bal-color-border-yellow-pressed: $bal-color-yellow-6;
|
|
223
|
-
$bal-color-border-yellow-hovered: $bal-color-yellow-5;
|
|
224
|
-
$bal-color-border-red-pressed: $bal-color-red-6;
|
|
225
|
-
$bal-color-border-red-hovered: $bal-color-red-5;
|
|
226
|
-
$bal-color-border-purple-pressed: $bal-color-purple-6;
|
|
227
|
-
$bal-color-border-purple-hovered: $bal-color-purple-5;
|
|
228
|
-
$bal-color-border-green-pressed: $bal-color-green-6;
|
|
229
|
-
$bal-color-border-green-hovered: $bal-color-green-5;
|
|
230
|
-
$bal-color-border-danger-pressed: $bal-color-danger-6;
|
|
231
|
-
$bal-color-border-danger-hovered: $bal-color-danger-5;
|
|
232
|
-
$bal-color-border-warning-pressed: $bal-color-warning-6;
|
|
233
|
-
$bal-color-border-warning-hovered: $bal-color-warning-5;
|
|
234
|
-
$bal-color-border-success-pressed: $bal-color-success-6;
|
|
235
|
-
$bal-color-border-success-hovered: $bal-color-success-5;
|
|
236
|
-
$bal-color-border-primary-pressed: $bal-color-primary-6;
|
|
237
|
-
$bal-color-border-primary-hovered: $bal-color-light-blue-5;
|
|
238
|
-
$bal-color-border-info-pressed: $bal-color-info-6;
|
|
239
|
-
$bal-color-border-info-hovered: $bal-color-info-5;
|
|
240
|
-
$bal-color-border-danger: $bal-color-danger-4; // Use for invalid state.
|
|
241
|
-
$bal-color-border-warning: $bal-color-warning-5; // Use for warning/hint state.
|
|
242
|
-
$bal-color-border-success: $bal-color-success-4; // Use for valid state.
|
|
243
|
-
$bal-color-border-info: $bal-color-info-4;
|
|
244
|
-
$bal-color-border-white: $bal-color-white; // Default color on dark backgrounds.
|
|
245
|
-
$bal-color-border-grey-dark: $bal-color-grey-4; // Use for disabled state.
|
|
246
|
-
$bal-color-border-grey: $bal-color-grey-3; // Default border color
|
|
247
|
-
$bal-color-border-grey-light: $bal-color-grey-2; // Default input color or can be use for a divider
|
|
248
|
-
$bal-color-border-primary-light: $bal-color-primary-3; // Disabled or secondary color on dark backgrounds
|
|
249
|
-
$bal-color-border-primary: $bal-color-primary-5; // Use for focused or selected state.
|
|
250
|
-
$bal-color-border: $bal-color-grey-3; // Default border color
|
|
251
|
-
$bal-color-background-danger: $bal-color-danger-3;
|
|
252
|
-
$bal-color-background-warning: $bal-color-warning-3;
|
|
253
|
-
$bal-color-background-success: $bal-color-success-3;
|
|
254
|
-
$bal-color-background-info: $bal-color-info-3;
|
|
255
|
-
$bal-color-background-disabled: $bal-color-grey-3;
|
|
256
|
-
$bal-color-background-grey: $bal-color-grey-3;
|
|
257
|
-
$bal-color-background-grey-light: $bal-color-grey-2;
|
|
258
|
-
$bal-color-background-white: $bal-color-white;
|
|
259
|
-
$bal-color-background-red: $bal-color-red-3; // Use this background for call to action sections
|
|
260
|
-
$bal-color-background-red-light: $bal-color-red-1; // Default brand background color to use
|
|
261
|
-
$bal-color-background-yellow: $bal-color-yellow-3; // Use this background for call to action sections
|
|
262
|
-
$bal-color-background-yellow-light: $bal-color-yellow-1; // Default brand background color to use
|
|
263
|
-
$bal-color-background-purple: $bal-color-purple-3; // Use this background for call to action sections
|
|
264
|
-
$bal-color-background-purple-light: $bal-color-purple-1; // Default brand background color to use
|
|
265
|
-
$bal-color-background-green: $bal-color-green-3; // Use this background for call to action sections
|
|
266
|
-
$bal-color-background-green-light: $bal-color-green-1; // Default brand background color to use
|
|
267
|
-
$bal-color-background-primary: $bal-color-primary-5; // Blue is our accent color and it is present on every touchpoint. Our logo, text, buttons and links are blue.
|
package/dist/types/tokens.d.ts
DELETED
|
@@ -1,350 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 18 May 2026 09:23:43 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/** Blue is our accent color and it is present on every touchpoint. Our logo, text, buttons and links are blue. */
|
|
7
|
-
export const balColorBackgroundPrimary : string;
|
|
8
|
-
/** Default brand background color to use */
|
|
9
|
-
export const balColorBackgroundGreenLight : string;
|
|
10
|
-
/** Use this background for call to action sections */
|
|
11
|
-
export const balColorBackgroundGreen : string;
|
|
12
|
-
/** Default brand background color to use */
|
|
13
|
-
export const balColorBackgroundPurpleLight : string;
|
|
14
|
-
/** Use this background for call to action sections */
|
|
15
|
-
export const balColorBackgroundPurple : string;
|
|
16
|
-
/** Default brand background color to use */
|
|
17
|
-
export const balColorBackgroundYellowLight : string;
|
|
18
|
-
/** Use this background for call to action sections */
|
|
19
|
-
export const balColorBackgroundYellow : string;
|
|
20
|
-
/** Default brand background color to use */
|
|
21
|
-
export const balColorBackgroundRedLight : string;
|
|
22
|
-
/** Use this background for call to action sections */
|
|
23
|
-
export const balColorBackgroundRed : string;
|
|
24
|
-
export const balColorBackgroundWhite : string;
|
|
25
|
-
export const balColorBackgroundGreyLight : string;
|
|
26
|
-
export const balColorBackgroundGrey : string;
|
|
27
|
-
export const balColorBackgroundDisabled : string;
|
|
28
|
-
export const balColorBackgroundInfo : string;
|
|
29
|
-
export const balColorBackgroundSuccess : string;
|
|
30
|
-
export const balColorBackgroundWarning : string;
|
|
31
|
-
export const balColorBackgroundDanger : string;
|
|
32
|
-
/** Default border color */
|
|
33
|
-
export const balColorBorder : string;
|
|
34
|
-
/** Use for focused or selected state. */
|
|
35
|
-
export const balColorBorderPrimary : string;
|
|
36
|
-
/** Disabled or secondary color on dark backgrounds */
|
|
37
|
-
export const balColorBorderPrimaryLight : string;
|
|
38
|
-
/** Default input color or can be use for a divider */
|
|
39
|
-
export const balColorBorderGreyLight : string;
|
|
40
|
-
/** Default border color */
|
|
41
|
-
export const balColorBorderGrey : string;
|
|
42
|
-
/** Use for disabled state. */
|
|
43
|
-
export const balColorBorderGreyDark : string;
|
|
44
|
-
/** Default color on dark backgrounds. */
|
|
45
|
-
export const balColorBorderWhite : string;
|
|
46
|
-
export const balColorBorderInfo : string;
|
|
47
|
-
/** Use for valid state. */
|
|
48
|
-
export const balColorBorderSuccess : string;
|
|
49
|
-
/** Use for warning/hint state. */
|
|
50
|
-
export const balColorBorderWarning : string;
|
|
51
|
-
/** Use for invalid state. */
|
|
52
|
-
export const balColorBorderDanger : string;
|
|
53
|
-
export const balColorBorderInfoHovered : string;
|
|
54
|
-
export const balColorBorderInfoPressed : string;
|
|
55
|
-
export const balColorBorderPrimaryHovered : string;
|
|
56
|
-
export const balColorBorderPrimaryPressed : string;
|
|
57
|
-
export const balColorBorderSuccessHovered : string;
|
|
58
|
-
export const balColorBorderSuccessPressed : string;
|
|
59
|
-
export const balColorBorderWarningHovered : string;
|
|
60
|
-
export const balColorBorderWarningPressed : string;
|
|
61
|
-
export const balColorBorderDangerHovered : string;
|
|
62
|
-
export const balColorBorderDangerPressed : string;
|
|
63
|
-
export const balColorBorderGreenHovered : string;
|
|
64
|
-
export const balColorBorderGreenPressed : string;
|
|
65
|
-
export const balColorBorderPurpleHovered : string;
|
|
66
|
-
export const balColorBorderPurplePressed : string;
|
|
67
|
-
export const balColorBorderRedHovered : string;
|
|
68
|
-
export const balColorBorderRedPressed : string;
|
|
69
|
-
export const balColorBorderYellowHovered : string;
|
|
70
|
-
export const balColorBorderYellowPressed : string;
|
|
71
|
-
/** Default color on dark backgrounds. */
|
|
72
|
-
export const balColorBorderInverted : string;
|
|
73
|
-
/** Disabled. */
|
|
74
|
-
export const balColorBorderInvertedDisabled : string;
|
|
75
|
-
export const balColorBorderInvertedPrimary : string;
|
|
76
|
-
export const balColorBorderInvertedPrimaryHovered : string;
|
|
77
|
-
export const balColorBorderInvertedPrimaryPressed : string;
|
|
78
|
-
export const balColorPrimary : string;
|
|
79
|
-
export const balColorGrey : string;
|
|
80
|
-
export const balColorLightBlue : string;
|
|
81
|
-
export const balColorPurple : string;
|
|
82
|
-
export const balColorGreen : string;
|
|
83
|
-
export const balColorYellow : string;
|
|
84
|
-
export const balColorRed : string;
|
|
85
|
-
export const balColorInfo : string;
|
|
86
|
-
export const balColorSuccess : string;
|
|
87
|
-
export const balColorWarning : string;
|
|
88
|
-
export const balColorDanger : string;
|
|
89
|
-
export const balColorPrimary1 : string;
|
|
90
|
-
export const balColorPrimary2 : string;
|
|
91
|
-
export const balColorPrimary3 : string;
|
|
92
|
-
export const balColorPrimary4 : string;
|
|
93
|
-
export const balColorPrimary5 : string;
|
|
94
|
-
export const balColorPrimary6 : string;
|
|
95
|
-
export const balColorWhite : string;
|
|
96
|
-
export const balColorGreen1 : string;
|
|
97
|
-
export const balColorGreen2 : string;
|
|
98
|
-
export const balColorGreen3 : string;
|
|
99
|
-
export const balColorGreen4 : string;
|
|
100
|
-
export const balColorGreen5 : string;
|
|
101
|
-
export const balColorGreen6 : string;
|
|
102
|
-
export const balColorPurple1 : string;
|
|
103
|
-
export const balColorPurple2 : string;
|
|
104
|
-
export const balColorPurple3 : string;
|
|
105
|
-
export const balColorPurple4 : string;
|
|
106
|
-
export const balColorPurple5 : string;
|
|
107
|
-
export const balColorPurple6 : string;
|
|
108
|
-
export const balColorYellow1 : string;
|
|
109
|
-
export const balColorYellow2 : string;
|
|
110
|
-
export const balColorYellow3 : string;
|
|
111
|
-
export const balColorYellow4 : string;
|
|
112
|
-
export const balColorYellow5 : string;
|
|
113
|
-
export const balColorYellow6 : string;
|
|
114
|
-
export const balColorRed1 : string;
|
|
115
|
-
export const balColorRed2 : string;
|
|
116
|
-
export const balColorRed3 : string;
|
|
117
|
-
export const balColorRed4 : string;
|
|
118
|
-
export const balColorRed5 : string;
|
|
119
|
-
export const balColorRed6 : string;
|
|
120
|
-
export const balColorGrey1 : string;
|
|
121
|
-
export const balColorGrey2 : string;
|
|
122
|
-
export const balColorGrey3 : string;
|
|
123
|
-
export const balColorGrey4 : string;
|
|
124
|
-
export const balColorGrey5 : string;
|
|
125
|
-
export const balColorGrey6 : string;
|
|
126
|
-
export const balColorBlack : string;
|
|
127
|
-
export const balColorLightBlue1 : string;
|
|
128
|
-
export const balColorLightBlue2 : string;
|
|
129
|
-
export const balColorLightBlue3 : string;
|
|
130
|
-
export const balColorLightBlue4 : string;
|
|
131
|
-
export const balColorLightBlue5 : string;
|
|
132
|
-
export const balColorLightBlue6 : string;
|
|
133
|
-
export const balColorInfo1 : string;
|
|
134
|
-
export const balColorInfo2 : string;
|
|
135
|
-
export const balColorInfo3 : string;
|
|
136
|
-
export const balColorInfo4 : string;
|
|
137
|
-
export const balColorInfo5 : string;
|
|
138
|
-
export const balColorInfo6 : string;
|
|
139
|
-
export const balColorSuccess1 : string;
|
|
140
|
-
export const balColorSuccess2 : string;
|
|
141
|
-
export const balColorSuccess3 : string;
|
|
142
|
-
export const balColorSuccess4 : string;
|
|
143
|
-
export const balColorSuccess5 : string;
|
|
144
|
-
export const balColorSuccess6 : string;
|
|
145
|
-
export const balColorWarning1 : string;
|
|
146
|
-
export const balColorWarning2 : string;
|
|
147
|
-
export const balColorWarning3 : string;
|
|
148
|
-
export const balColorWarning4 : string;
|
|
149
|
-
export const balColorWarning5 : string;
|
|
150
|
-
export const balColorWarning6 : string;
|
|
151
|
-
export const balColorDanger1 : string;
|
|
152
|
-
export const balColorDanger2 : string;
|
|
153
|
-
export const balColorDanger3 : string;
|
|
154
|
-
export const balColorDanger4 : string;
|
|
155
|
-
export const balColorDanger5 : string;
|
|
156
|
-
export const balColorDanger6 : string;
|
|
157
|
-
export const balColorShadowFocusStart : string;
|
|
158
|
-
export const balColorShadowFocusEnd : string;
|
|
159
|
-
export const balColorShadowFocusInvertedStart : string;
|
|
160
|
-
export const balColorShadowFocusInvertedEnd : string;
|
|
161
|
-
/** Main font color for all headings and paragraphs. */
|
|
162
|
-
export const balColorTextPrimary : string;
|
|
163
|
-
/** Secondary font color for help messages. */
|
|
164
|
-
export const balColorTextPrimaryLight : string;
|
|
165
|
-
/** Main font color for all headings and paragraphs on a dark background. */
|
|
166
|
-
export const balColorTextWhite : string;
|
|
167
|
-
/** Font color for disabled texts */
|
|
168
|
-
export const balColorTextGreyLight : string;
|
|
169
|
-
/** Font color for placeholders */
|
|
170
|
-
export const balColorTextGrey : string;
|
|
171
|
-
/** Font color for disabled elements */
|
|
172
|
-
export const balColorTextGreyDark : string;
|
|
173
|
-
export const balColorTextInfo : string;
|
|
174
|
-
export const balColorTextWarning : string;
|
|
175
|
-
export const balColorTextSuccess : string;
|
|
176
|
-
export const balColorTextDanger : string;
|
|
177
|
-
export const balColorTextBlack : string;
|
|
178
|
-
export const balColorTextPrimaryHovered : string;
|
|
179
|
-
export const balColorTextPrimaryPressed : string;
|
|
180
|
-
export const balColorTextDangerHovered : string;
|
|
181
|
-
export const balColorTextDangerPressed : string;
|
|
182
|
-
export const balColorTextInverted : string;
|
|
183
|
-
export const balColorTextInvertedDisabled : string;
|
|
184
|
-
export const balColorTextInvertedHovered : string;
|
|
185
|
-
export const balColorTextInvertedPressed : string;
|
|
186
|
-
/** The small border size is crafted for subtle, refined delineation. */
|
|
187
|
-
export const balBorderWidthSmall : string;
|
|
188
|
-
/** The normal border size strikes a harmonious balance, offering a versatile choice for defining boundaries within your design. */
|
|
189
|
-
export const balBorderWidthNormal : string;
|
|
190
|
-
/** The large border size makes a bold statement, creating strong visual contrasts and emphasizing key elements within your interface. */
|
|
191
|
-
export const balBorderWidthLarge : string;
|
|
192
|
-
/** Tailored for tablet devices, this breakpoint ensures a seamless and optimized user experience on medium-sized screens. */
|
|
193
|
-
export const balBreakpointTablet : string;
|
|
194
|
-
/** Optimized for desktop screens, this breakpoint provides a spacious canvas for your design, allowing for more intricate layouts and detailed content presentation. */
|
|
195
|
-
export const balBreakpointDesktop : string;
|
|
196
|
-
/** Designed for high-definition displays, this breakpoint elevates your interface to a level of visual richness and clarity. */
|
|
197
|
-
export const balBreakpointHighDefinition : string;
|
|
198
|
-
/** Tailored for widescreen monitors, this breakpoint offers a panoramic view that accommodates expansive content layouts. */
|
|
199
|
-
export const balBreakpointWidescreen : string;
|
|
200
|
-
/** Crafted for Full HD displays, this breakpoint strikes a balance between detail and performance. */
|
|
201
|
-
export const balBreakpointFullhd : string;
|
|
202
|
-
/** Deprecated container size for the website */
|
|
203
|
-
export const balContainerSizeDetailPage : string;
|
|
204
|
-
/** Tailored container size designed for form wizard applications or pages. */
|
|
205
|
-
export const balContainerSizeCompact : string;
|
|
206
|
-
/** The default container size is versatile and suitable for various applications and website pages. */
|
|
207
|
-
export const balContainerSizeNormal : string;
|
|
208
|
-
/** The container for fullscreen application with a large table for example. */
|
|
209
|
-
export const balContainerSizeFluid : string;
|
|
210
|
-
/** Default space of a container to left and right side. */
|
|
211
|
-
export const balContainerSpace : string;
|
|
212
|
-
/** Default space on tablets of a container to left and right side. */
|
|
213
|
-
export const balContainerSpaceTablet : string;
|
|
214
|
-
/** Default space on desktops of a container to left and right side. */
|
|
215
|
-
export const balContainerSpaceDesktop : string;
|
|
216
|
-
export const balColumnGap : string;
|
|
217
|
-
/** The normal radius token strikes a balance between softness and structure. */
|
|
218
|
-
export const balRadiusNormal : string;
|
|
219
|
-
/** The large radius token makes a bold visual statement by significantly rounding the corners of elements. */
|
|
220
|
-
export const balRadiusLarge : string;
|
|
221
|
-
/** The rounded radius token embraces a curvier design language, introducing a high degree of softness and fluidity to your elements. */
|
|
222
|
-
export const balRadiusRounded : string;
|
|
223
|
-
/** Minimum space between two elements */
|
|
224
|
-
export const balSpaceXxSmall : string;
|
|
225
|
-
export const balSpaceXxSmallTablet : string;
|
|
226
|
-
export const balSpaceXxSmallDesktop : string;
|
|
227
|
-
/** Space between text and icons or headings and content or clickable elements */
|
|
228
|
-
export const balSpaceXSmall : string;
|
|
229
|
-
export const balSpaceXSmallTablet : string;
|
|
230
|
-
export const balSpaceXSmallDesktop : string;
|
|
231
|
-
export const balSpaceSmall : string;
|
|
232
|
-
export const balSpaceSmallTablet : string;
|
|
233
|
-
export const balSpaceSmallDesktop : string;
|
|
234
|
-
/** Space between large headings and content. */
|
|
235
|
-
export const balSpaceNormal : string;
|
|
236
|
-
export const balSpaceNormalTablet : string;
|
|
237
|
-
export const balSpaceNormalDesktop : string;
|
|
238
|
-
/** Inner padding of cards */
|
|
239
|
-
export const balSpaceMedium : string;
|
|
240
|
-
export const balSpaceMediumTablet : string;
|
|
241
|
-
export const balSpaceMediumDesktop : string;
|
|
242
|
-
/** Space between cards */
|
|
243
|
-
export const balSpaceLarge : string;
|
|
244
|
-
export const balSpaceLargeTablet : string;
|
|
245
|
-
export const balSpaceLargeDesktop : string;
|
|
246
|
-
/** Space between heading and card */
|
|
247
|
-
export const balSpaceXLarge : string;
|
|
248
|
-
export const balSpaceXLargeTablet : string;
|
|
249
|
-
export const balSpaceXLargeDesktop : string;
|
|
250
|
-
export const balSpaceXxLarge : string;
|
|
251
|
-
export const balSpaceXxLargeTablet : string;
|
|
252
|
-
export const balSpaceXxLargeDesktop : string;
|
|
253
|
-
/** Footer bottom padding */
|
|
254
|
-
export const balSpaceXxxLarge : string;
|
|
255
|
-
export const balSpaceXxxLargeTablet : string;
|
|
256
|
-
export const balSpaceXxxLargeDesktop : string;
|
|
257
|
-
/** Space between sections */
|
|
258
|
-
export const balSpaceXxxxLarge : string;
|
|
259
|
-
export const balSpaceXxxxLargeTablet : string;
|
|
260
|
-
export const balSpaceXxxxLargeDesktop : string;
|
|
261
|
-
/** Bold is used for headings, links and buttons. */
|
|
262
|
-
export const balFontWeightBold : string;
|
|
263
|
-
/** Default width of paragraphs. Only available with the font BaloiseCreateText. */
|
|
264
|
-
export const balFontWeightRegular : string;
|
|
265
|
-
/** Can be used for secondary headings. Only available with the font BaloiseCreateHeadline. */
|
|
266
|
-
export const balFontWeightLight : string;
|
|
267
|
-
/** Should only be used for helper texts or validation messages of a form control. */
|
|
268
|
-
export const balTextSizeXSmall : string;
|
|
269
|
-
export const balTextSizeXSmallTablet : string;
|
|
270
|
-
export const balTextSizeXSmallDesktop : string;
|
|
271
|
-
/** Should only be used for label texts. */
|
|
272
|
-
export const balTextSizeSmall : string;
|
|
273
|
-
export const balTextSizeSmallTablet : string;
|
|
274
|
-
export const balTextSizeSmallDesktop : string;
|
|
275
|
-
/** Should only be used for label texts. */
|
|
276
|
-
export const balTextSizeNormal : string;
|
|
277
|
-
export const balTextSizeNormalTablet : string;
|
|
278
|
-
export const balTextSizeNormalDesktop : string;
|
|
279
|
-
/** Should only be used in a 2/3 grid column to improve readability. */
|
|
280
|
-
export const balTextSizeMedium : string;
|
|
281
|
-
export const balTextSizeMediumTablet : string;
|
|
282
|
-
export const balTextSizeMediumDesktop : string;
|
|
283
|
-
/** Should only be used for standard card titles and headings of level 4 or for lead text/paragraphs after a heading. */
|
|
284
|
-
export const balTextSizeLarge : string;
|
|
285
|
-
export const balTextSizeLargeTablet : string;
|
|
286
|
-
export const balTextSizeLargeDesktop : string;
|
|
287
|
-
/** Should only be used for form titles, quick link navigation's and headings of level 3. */
|
|
288
|
-
export const balTextSizeXLarge : string;
|
|
289
|
-
export const balTextSizeXLargeTablet : string;
|
|
290
|
-
export const balTextSizeXLargeDesktop : string;
|
|
291
|
-
/** Should only be used for content titles and headings of level 2. */
|
|
292
|
-
export const balTextSizeXxLarge : string;
|
|
293
|
-
export const balTextSizeXxLargeTablet : string;
|
|
294
|
-
export const balTextSizeXxLargeDesktop : string;
|
|
295
|
-
/** Should only be used for stage titles and headings of level 1. */
|
|
296
|
-
export const balTextSizeXxxLarge : string;
|
|
297
|
-
export const balTextSizeXxxLargeTablet : string;
|
|
298
|
-
export const balTextSizeXxxLargeDesktop : string;
|
|
299
|
-
/** Should only be uses to illustrate large stage areas. */
|
|
300
|
-
export const balTextSizeXxxxLarge : string;
|
|
301
|
-
export const balTextSizeXxxxLargeTablet : string;
|
|
302
|
-
export const balTextSizeXxxxLargeDesktop : string;
|
|
303
|
-
/** Should only be uses to illustrate large stage areas. */
|
|
304
|
-
export const balTextSizeXxxxxLarge : string;
|
|
305
|
-
export const balTextSizeXxxxxLargeTablet : string;
|
|
306
|
-
export const balTextSizeXxxxxLargeDesktop : string;
|
|
307
|
-
/** Standard line-height for the headings. */
|
|
308
|
-
export const balTextLineHeightTitle : string;
|
|
309
|
-
/** Default line height for all text elements. */
|
|
310
|
-
export const balTextLineHeightText : string;
|
|
311
|
-
/** Deep z-index is used to stack something behind everything else. */
|
|
312
|
-
export const balZIndexDeep : string;
|
|
313
|
-
/** The default z-index for components and elements inside components. */
|
|
314
|
-
export const balZIndex : string;
|
|
315
|
-
/** Default z-index for masked interface elements. */
|
|
316
|
-
export const balZIndexMasked : string;
|
|
317
|
-
/** Default z-index for masking interface elements. */
|
|
318
|
-
export const balZIndexMask : string;
|
|
319
|
-
/** Default z-index for sticky interface elements. */
|
|
320
|
-
export const balZIndexSticky : string;
|
|
321
|
-
/** Default z-index for navigation. */
|
|
322
|
-
export const balZIndexNavigation : string;
|
|
323
|
-
/** Default z-index for popups that stacks on top of all other elements. */
|
|
324
|
-
export const balZIndexPopup : string;
|
|
325
|
-
/** Default z-index for modals that stacks on top of overlays and other elements, but still allows popups to be visible. */
|
|
326
|
-
export const balZIndexModal : string;
|
|
327
|
-
/** Default z-index for toast and snackbar messages. */
|
|
328
|
-
export const balZIndexToast : string;
|
|
329
|
-
/** Default z-index for tooltips. */
|
|
330
|
-
export const balZIndexTooltip : string;
|
|
331
|
-
export const balAnimationTransitionDuration : string;
|
|
332
|
-
export const balAnimationTransitionEasing : string;
|
|
333
|
-
export const balShadowSmall : string;
|
|
334
|
-
/** Default shadow size to elevate an element. */
|
|
335
|
-
export const balShadowNormal : string;
|
|
336
|
-
/** Large shadow are used for hover effects. */
|
|
337
|
-
export const balShadowLarge : string;
|
|
338
|
-
/** Shadow effect for a header bar */
|
|
339
|
-
export const balShadowHeader : string;
|
|
340
|
-
export const balFontFamilyTitle : string;
|
|
341
|
-
export const balFontFamilyText : string;
|
|
342
|
-
export const balOpacity0 : string;
|
|
343
|
-
export const balOpacity30 : string;
|
|
344
|
-
export const balOpacity40 : string;
|
|
345
|
-
export const balOpacity50 : string;
|
|
346
|
-
export const balOpacity60 : string;
|
|
347
|
-
export const balOpacity80 : string;
|
|
348
|
-
export const balOpacity100 : string;
|
|
349
|
-
/** Increases readability when used on a image background. */
|
|
350
|
-
export const balTextShadowNormal : string;
|