@baloise/ds-tokens 19.9.0 → 19.9.1
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/dist/deprecated/tokens.css +1 -1
- package/dist/deprecated/tokens.css.scss +1 -1
- package/dist/deprecated/tokens.less +1 -1
- package/dist/deprecated/tokens.scss +1 -1
- package/dist/tokens.css +1 -1
- package/dist/tokens.css.scss +1 -1
- package/dist/tokens.esm.js +1 -1
- package/dist/tokens.js +1 -1
- package/dist/tokens.less +1 -1
- package/dist/tokens.scss +1 -1
- package/dist/types/tokens.d.ts +1 -1
- package/package.json +1 -1
package/dist/tokens.css
CHANGED
package/dist/tokens.css.scss
CHANGED
package/dist/tokens.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 05 Mar 2026 14:38:20 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const balColorBackgroundPrimary = "#000d6e"; // Blue is our accent color and it is present on every touchpoint. Our logo, text, buttons and links are blue.
|
package/dist/tokens.js
CHANGED
package/dist/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 05 Mar 2026 14:38:20 GMT
|
|
4
4
|
|
|
5
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
6
|
@bal-opacity-100: 1;
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 05 Mar 2026 14:38:20 GMT
|
|
4
4
|
|
|
5
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
6
|
$bal-opacity-100: 1;
|
package/dist/types/tokens.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-tokens",
|
|
3
|
-
"version": "19.9.
|
|
3
|
+
"version": "19.9.1",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|