@public-ui/themes 1.4.2-rc.5 → 1.5.0-rc.0
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/assets/kreon/Kreon-VariableFont_wght.ttf +0 -0
- package/assets/kreon/OFL.txt +93 -0
- package/assets/kreon/README.txt +67 -0
- package/assets/kreon/static/Kreon-Bold.ttf +0 -0
- package/assets/kreon/static/Kreon-Light.ttf +0 -0
- package/assets/kreon/static/Kreon-Medium.ttf +0 -0
- package/assets/kreon/static/Kreon-Regular.ttf +0 -0
- package/assets/kreon/static/Kreon-SemiBold.ttf +0 -0
- package/assets/kreon/style.css +41 -0
- package/dist/index.cjs +17 -17
- package/dist/index.d.ts +200 -200
- package/dist/index.mjs +3 -3
- package/package.json +2 -5
|
Binary file
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
Copyright 2018 The Kreon Project Authors (https://github.com/googlefonts/kreon), with Reserved Font Name "Kreon".
|
|
2
|
+
|
|
3
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
4
|
+
This license is copied below, and is also available with a FAQ at:
|
|
5
|
+
http://scripts.sil.org/OFL
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
-----------------------------------------------------------
|
|
9
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
|
10
|
+
-----------------------------------------------------------
|
|
11
|
+
|
|
12
|
+
PREAMBLE
|
|
13
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
14
|
+
development of collaborative font projects, to support the font creation
|
|
15
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
16
|
+
open framework in which fonts may be shared and improved in partnership
|
|
17
|
+
with others.
|
|
18
|
+
|
|
19
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
20
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
21
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
22
|
+
redistributed and/or sold with any software provided that any reserved
|
|
23
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
24
|
+
however, cannot be released under any other type of license. The
|
|
25
|
+
requirement for fonts to remain under this license does not apply
|
|
26
|
+
to any document created using the fonts or their derivatives.
|
|
27
|
+
|
|
28
|
+
DEFINITIONS
|
|
29
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
30
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
31
|
+
include source files, build scripts and documentation.
|
|
32
|
+
|
|
33
|
+
"Reserved Font Name" refers to any names specified as such after the
|
|
34
|
+
copyright statement(s).
|
|
35
|
+
|
|
36
|
+
"Original Version" refers to the collection of Font Software components as
|
|
37
|
+
distributed by the Copyright Holder(s).
|
|
38
|
+
|
|
39
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
40
|
+
or substituting -- in part or in whole -- any of the components of the
|
|
41
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
42
|
+
new environment.
|
|
43
|
+
|
|
44
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
45
|
+
writer or other person who contributed to the Font Software.
|
|
46
|
+
|
|
47
|
+
PERMISSION & CONDITIONS
|
|
48
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
49
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
50
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
51
|
+
Software, subject to the following conditions:
|
|
52
|
+
|
|
53
|
+
1) Neither the Font Software nor any of its individual components,
|
|
54
|
+
in Original or Modified Versions, may be sold by itself.
|
|
55
|
+
|
|
56
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
57
|
+
redistributed and/or sold with any software, provided that each copy
|
|
58
|
+
contains the above copyright notice and this license. These can be
|
|
59
|
+
included either as stand-alone text files, human-readable headers or
|
|
60
|
+
in the appropriate machine-readable metadata fields within text or
|
|
61
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
62
|
+
|
|
63
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
|
64
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
|
65
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
|
66
|
+
presented to the users.
|
|
67
|
+
|
|
68
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
69
|
+
Software shall not be used to promote, endorse or advertise any
|
|
70
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
71
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
72
|
+
permission.
|
|
73
|
+
|
|
74
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
75
|
+
must be distributed entirely under this license, and must not be
|
|
76
|
+
distributed under any other license. The requirement for fonts to
|
|
77
|
+
remain under this license does not apply to any document created
|
|
78
|
+
using the Font Software.
|
|
79
|
+
|
|
80
|
+
TERMINATION
|
|
81
|
+
This license becomes null and void if any of the above conditions are
|
|
82
|
+
not met.
|
|
83
|
+
|
|
84
|
+
DISCLAIMER
|
|
85
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
86
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
88
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
89
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
90
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
91
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
92
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
93
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Kreon Variable Font
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
This download contains Kreon as both a variable font and static fonts.
|
|
5
|
+
|
|
6
|
+
Kreon is a variable font with this axis:
|
|
7
|
+
wght
|
|
8
|
+
|
|
9
|
+
This means all the styles are contained in a single file:
|
|
10
|
+
Kreon-VariableFont_wght.ttf
|
|
11
|
+
|
|
12
|
+
If your app fully supports variable fonts, you can now pick intermediate styles
|
|
13
|
+
that aren’t available as static fonts. Not all apps support variable fonts, and
|
|
14
|
+
in those cases you can use the static font files for Kreon:
|
|
15
|
+
static/Kreon-Light.ttf
|
|
16
|
+
static/Kreon-Regular.ttf
|
|
17
|
+
static/Kreon-Medium.ttf
|
|
18
|
+
static/Kreon-SemiBold.ttf
|
|
19
|
+
static/Kreon-Bold.ttf
|
|
20
|
+
|
|
21
|
+
Get started
|
|
22
|
+
-----------
|
|
23
|
+
|
|
24
|
+
1. Install the font files you want to use
|
|
25
|
+
|
|
26
|
+
2. Use your app's font picker to view the font family and all the
|
|
27
|
+
available styles
|
|
28
|
+
|
|
29
|
+
Learn more about variable fonts
|
|
30
|
+
-------------------------------
|
|
31
|
+
|
|
32
|
+
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
|
|
33
|
+
https://variablefonts.typenetwork.com
|
|
34
|
+
https://medium.com/variable-fonts
|
|
35
|
+
|
|
36
|
+
In desktop apps
|
|
37
|
+
|
|
38
|
+
https://theblog.adobe.com/can-variable-fonts-illustrator-cc
|
|
39
|
+
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
|
|
40
|
+
|
|
41
|
+
Online
|
|
42
|
+
|
|
43
|
+
https://developers.google.com/fonts/docs/getting_started
|
|
44
|
+
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
|
|
45
|
+
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
|
|
46
|
+
|
|
47
|
+
Installing fonts
|
|
48
|
+
|
|
49
|
+
MacOS: https://support.apple.com/en-us/HT201749
|
|
50
|
+
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
|
|
51
|
+
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
|
|
52
|
+
|
|
53
|
+
Android Apps
|
|
54
|
+
|
|
55
|
+
https://developers.google.com/fonts/docs/android
|
|
56
|
+
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
|
|
57
|
+
|
|
58
|
+
License
|
|
59
|
+
-------
|
|
60
|
+
Please read the full license text (OFL.txt) to understand the permissions,
|
|
61
|
+
restrictions and requirements for usage, redistribution, and modification.
|
|
62
|
+
|
|
63
|
+
You can use them in your products & projects – print or digital,
|
|
64
|
+
commercial or otherwise.
|
|
65
|
+
|
|
66
|
+
This isn't legal advice, please consider consulting a lawyer and see the full
|
|
67
|
+
license for all details.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Kreon';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: bold;
|
|
5
|
+
src: url(static/Kreon-SemiBold.ttf) format('truetype');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Kreon';
|
|
10
|
+
font-style: italic;
|
|
11
|
+
font-weight: bolder;
|
|
12
|
+
src: url(static/Kreon-SemiBold.ttf) format('truetype');
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'Kreon';
|
|
17
|
+
font-style: italic;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
src: url(static/Kreon-Regular.ttf) format('truetype');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Kreon';
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
src: url(static/Kreon-Regular.ttf) format('truetype');
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Kreon';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: lighter;
|
|
33
|
+
src: url(static/Kreon-Light.ttf) format('truetype');
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Kreon';
|
|
38
|
+
font-style: italic;
|
|
39
|
+
font-weight: lighter;
|
|
40
|
+
src: url(static/Kreon-Light.ttf) format('truetype');
|
|
41
|
+
}
|
package/dist/index.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const components = require('@public-ui/components');
|
|
4
4
|
|
|
5
|
-
const BAMF =
|
|
5
|
+
const BAMF = components.KoliBri.createTheme("bamf", {
|
|
6
6
|
"KOL-BADGE": ":host {display: inline-block;}span {align-items: center;border-radius: 0.3125rem;display: flex;line-height: 1.25rem;gap: 0.5rem;padding: 0.25rem 0.75rem;}"
|
|
7
7
|
});
|
|
8
8
|
|
|
9
|
-
const BMF =
|
|
9
|
+
const BMF = components.KoliBri.createTheme("bmf", {
|
|
10
10
|
GLOBAL: "/* Design Tokens */:host {--kolibri-border-color: unset;--kolibri-border-radius: unset;--kolibri-border-width: unset;--kolibri-color-error: unset;--kolibri-color-info: unset;--kolibri-color-success: unset;--kolibri-color-warning: unset;--kolibri-color-primary: unset;--kolibri-color-secondary: unset;--kolibri-color-normal: unset;--kolibri-color-danger: unset;--kolibri-color-ghost: unset;--kolibri-color-disabled: unset;--kolibri-color-text: unset;--kolibri-color-visited: unset;--kolibri-font-family: unset;--kolibri-font-size: unset;--kolibri-spacing: 0.25rem;}:host {--color-midnight: #004b76;--color-ocean: #0077b6;--color-sky: #99c9e2;--color-ice: #cce4f0;--color-crimson: #780f2d;--color-red: #c0003c;--color-pink: #f2ccd8;--color-olive: #004d38;--color-green: #005c45;--color-jungle: #00854a;--color-lime: #c1ca31;--color-mint: #ccdeda;--color-fire: #7a2e1f;--color-orange: #c44931;--color-coral: #f5dcd7;--color-bronze: #c44931;--color-yellow: #c44931;--color-ivory: #c44931;--color-purple: #c44931;--color-lavender: #c44931;--color-black: #202020;--color-metal: #454d4f;--color-grey: #576164;--color-granite: #bec5c9;--color-silver: #e5e8e9;--color-smoke: #f2f3f4;--color-white: #ffffff;--font-family: BundesSans Web, Calibri, Verdana, Arial, Helvetica, sans-serif;--font-size: 16px;--spacing: 0.25em;}:host {font-family: var(--font-family);font-size: var(--font-size);}* {box-sizing: border-box;}*:not(i) {font-family: var(--font-family);}h1,h2,h3,h4,h5,h6 {font-family: var(--font-family);font-size: var(--font-size);margin: 0;}a,button {align-items: center;background-color: transparent;border: 0;cursor: pointer;display: inline-flex;gap: 0.25rem;justify-items: center;}input,option,select,summary,textarea {display: inline-block;}a,button,input,option,select,summary,textarea {-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;letter-spacing: inherit;word-break: break-word;}*[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {cursor: pointer;outline-color: var(--color-ocean);outline-offset: 2px;outline-style: solid;outline-width: 3px;transition: outline-offset 0.2s linear;}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}kol-heading-wc {font-weight: 700;}",
|
|
11
11
|
"KOL-BUTTON": ":host {display: inline-block;}button {background-color: transparent;border: 0;cursor: pointer;border-radius: 1.5em;min-width: 44px;min-height: 44px;padding: 0;text-decoration: none !important;}button > kol-span-wc {display: grid;gap: 0.25em;line-height: 1.5rem;font-family: var(--font-family);font-weight: 700;cursor: pointer;border-radius: 1.5em;border-style: solid;border-width: 2px;font-size: 1rem;align-items: center;padding: 8px 14px;justify-content: center;font-style: normal;text-align: center;text-transform: uppercase;width: inherit;transition-duration: 0.5s;transition-property: background-color, color, border-color;}button:disabled > kol-span-wc {cursor: not-allowed;opacity: 0.5;}button.primary > kol-span-wc,button.primary:disabled:hover > kol-span-wc {background-color: var(--color-midnight);border-color: var(--color-midnight);color: var(--color-white);}button.secondary > kol-span-wc,button.secondary:disabled:hover > kol-span-wc,button.normal > kol-span-wc,button.normal:disabled:hover > kol-span-wc {background-color: var(--color-white);border-color: var(--color-midnight);color: var(--color-midnight);}button.danger > kol-span-wc,button.danger:disabled:hover > kol-span-wc {background-color: var(--color-red);border-color: var(--color-red);color: var(--color-white);}button.ghost > kol-span-wc,button.ghost:disabled:hover > kol-span-wc {border-color: var(--color-white);background-color: var(--color-white);box-shadow: none;color: var(--color-midnight);} /*-----------*/button.primary:active > kol-span-wc,button.primary:hover > kol-span-wc,button.secondary:active > kol-span-wc,button.secondary:hover > kol-span-wc,button.normal:active > kol-span-wc,button.normal:hover > kol-span-wc,button.danger:active > kol-span-wc,button.danger:hover > kol-span-wc,button.ghost:active > kol-span-wc,button.ghost:hover > kol-span-wc {background-color: var(--color-ocean);border-color: var(--color-ocean);box-shadow: 0px 2px 8px 2px rgba(8, 35, 48, 0.24);color: var(--color-white);}button.danger:active > kol-span-wc,button.danger:hover > kol-span-wc {background-color: var(--color-crimson);border-color: var(--color-crimson);}button:disabled:hover > kol-span-wc,button:focus:hover > kol-span-wc {box-shadow: none;}button.primary:active > kol-span-wc,button.secondary:active > kol-span-wc,button.normal:active > kol-span-wc,button.danger:active > kol-span-wc,button.ghost:active > kol-span-wc {border-color: var(--color-white);box-shadow: none;outline: none;}:host button > kol-span-wc > span {display: flex;gap: 0.5em;margin: auto;align-items: center;justify-content: center;letter-spacing: 0.75px;}button.icon-only > kol-span-wc {padding: 8px;}button.icon-only > kol-span-wc > span > span {display: none;}button.icon-only > kol-span-wc kol-icon {width: 1.5em;height: 1.5em;}button.loading > kol-span-wc kol-icon {animation: spin 5s infinite linear;} /** small ghost button */button.small.ghost > kol-span-wc {border: none;background-color: transparent;box-shadow: none;}button.small.ghost > kol-span-wc > span {border-radius: 1.5em;border-style: solid;border-width: 2px;border-color: var(--color-white);background-color: var(--color-white);}button.small.ghost:active > kol-span-wc > span,button.small.ghost:hover > kol-span-wc > span,button.small.ghost.transparent:active > kol-span-wc > span,button.small.ghost.transparent:hover > kol-span-wc > span {background-color: var(--color-ocean);border-color: var(--color-ocean);box-shadow: 0px 2px 8px 2px rgba(8, 35, 48, 0.24);color: var(--color-white);} /** button with transparent background */button.transparent > kol-span-wc > span,button.small.ghost.transparent > kol-span-wc > span,button.transparent > kol-span-wc {background-color: transparent;border-color: transparent;}",
|
|
12
12
|
"KOL-INPUT-TEXT": 'kol-input {display: grid;gap: 0.4em;}kol-input label {order: 2;}kol-input div.input {box-sizing: border-box;order: 3;background-color: white;border-radius: 0.3125rem;}kol-input kol-alert.error {order: 1;}input,select,textarea {font-family: var(--font-family);background-color: transparent;box-sizing: border-box;font-size: 1rem;display: inline-flex;line-height: 1.5em;border-color: var(--color-grey);border-width: 2px;border-style: solid;padding: 0.625em 0.875em;border-radius: 0.3125rem;overflow: hidden;width: 100%;}input,select:not([multiple]) {height: 2.75em;}input::placeholder {color: var(--color-grey);}input:hover {border-color: var(--color-midnight);}input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {cursor: not-allowed;border-color: var(--border-default);}.required label > span::after {content: "*";padding-left: 0.125em;}.icons {display: flex;justify-content: space-between;height: 0;}.icon-left input,.icon-left select {padding-left: 2em;}.icon-right input,.icon-right select {padding-right: 2em;}kol-input.error {border-left: 3px solid var(--color-red);padding-left: 1em;}kol-input.error input:focus,kol-input.error select:focus,kol-input.error textarea:focus {outline-color: var(--color-red) !important;}kol-input.error kol-alert.error {color: var(--color-red);font-weight: 700;}kol-button-wc {position: relative;float: right;z-index: 1000;}kol-button-wc button {border-radius: 0.25rem;}kol-button-wc button kol-span-wc {border: 1px solid var(--color-grey);display: grid;min-height: 44px;min-width: 44px;}.icon-right kol-button-wc {margin-right: 2.5em;}.disabled {opacity: 0.33;}select[multiple],textarea {overflow: auto;}textarea {display: block;}select option {margin: 1px 0;padding: 0.5em;border-radius: 0.25em;cursor: pointer;}select option:disabled {cursor: not-allowed;}option:active:not(:disabled),option:checked:not(:disabled),option:focus:not(:disabled),option:hover:not(:disabled) {background: var(--color-ocean);color: white;}',
|
|
@@ -41,7 +41,7 @@ const BMF = schema.KoliBri.createTheme("bmf", {
|
|
|
41
41
|
"KOL-ABBR": "abbr {border-bottom: dotted var(--color-metal) 1px;text-decoration: none !important;}"
|
|
42
42
|
});
|
|
43
43
|
|
|
44
|
-
const BPA =
|
|
44
|
+
const BPA = components.KoliBri.createTheme("bpa", {
|
|
45
45
|
GLOBAL: ":host {--primary: #007a89;--secondary: #0b4d59;--normal: #f2f3f4;--danger: #bc0000;--danger-light: rgba(188, 0, 0, 0.1);--ghost: white;--font-family: BundesSans Web, Calibri, Verdana, Arial, Helvetica, sans-serif;--font-size: 16px;--error: var(--danger);--dark-red: #780f2d;--dark-green: #005c45;--red-orange: #c44931;--visited: #5f316e;--secondary-blue: #004b76;--default-letter: #202020;--default-border: #576164;--default-border-hover: var(--secondary);--border-default: #bec5c9;--background-light-grey: #f2f3f4;--kolibri-color-spin-1: blue;--kolibri-color-spin-2: red;--kolibri-color-spin-3: green;--spacing: 0.25em;}:host {font-family: var(--font-family);font-size: var(--font-size);}:host * {box-sizing: border-box;letter-spacing: inherit;font-family: inherit;word-spacing: inherit;hyphens: auto;word-break: break-word;}:host div {background-color: white;}:host button {cursor: pointer;}.hidden {visibility: hidden;height: 0;}",
|
|
46
46
|
"KOL-BUTTON": ':host button {padding: 7px 20px;border: solid 2px #007a89;border-radius: 27px;color: #fff;font-size: 12px;font-weight: bold;line-height: 2.16667;text-align: center;display: inline-flex;align-items: center;justify-content: center;position: relative;text-transform: uppercase;transition-duration: 0.5s;transition-property: background-color, color, border-color;}:host button.icon-only {padding: 7px 14px;}:host button:hover::before,:host button:focus::before {font-family: "Font Awesome 5 Free" !important;content: "\\f061";font-weight: 900;margin-right: 0.5em;}:host button:focus {outline-color: var(--primary);outline-offset: 2px;outline-style: solid;outline-width: 2px;}button:disabled {cursor: not-allowed;opacity: 0.5;}button.primary,button.primary:disabled:hover {color: white;background-color: var(--primary);border-color: var(--primary);}button.secondary,button.secondary:disabled:hover,button.normal,button.normal:disabled:hover {color: var(--secondary-blue);background-color: var(--normal);border-color: var(--normal);}button.danger,button.danger:disabled:hover {color: white;background-color: var(--danger);border-color: var(--danger);}button.ghost,button.ghost:disabled:hover {color: var(--primary);border-color: var(--primary);background-color: white;}button.primary:hover,button.primary:focus {background-color: var(--secondary);}button.danger:hover,button.danger:focus {background-color: var(--dark-red);}button.ghost:hover,button.ghost:focus {background-color: var(--primary);border-color: var(--primary);color: white;}button.primary:active,button.secondary:active,button.normal:active,button.danger:active,button.ghost:active {outline: 0 !important;}:host button:disabled:hover::before,:host button:disabled:focus::before {display: none;}',
|
|
47
47
|
"KOL-INPUT-TEXT": 'input:hover,input:focus {border-color: var(--default-border-hover);outline-color: var(--primary) !important;outline-offset: 0;outline-style: solid;outline-width: 1px;}label {color: var(--default-letter);font-size: 14px;line-height: 20px;gap: 8px;width: 100%;font-weight: bold;}input {width: 100%;color: var(--default-letter);border-width: 1px;border-style: solid;line-height: 24px;font-size: 16px;border-color: var(--kolibri-color-normal);border-radius: 0;background-color: #e8edf2 !important;padding: 0.75em;}input.error {background-color: var(--danger-light) !important;border-color: var(--danger);}input::placeholder {font-style: italic;color: var(--default-border);}input:read-only,input:disabled {cursor: not-allowed;border-color: var(--border-default);background-color: var(--background-light-grey);}kol-alert {margin-top: var(--spacing);display: block;}.kol-required span::after {content: " *";}',
|
|
@@ -72,7 +72,7 @@ const BPA = schema.KoliBri.createTheme("bpa", {
|
|
|
72
72
|
"KOL-TOAST": ":host > div {display: fixed;top: 0;left: 0;width: 100%;height: 0;z-index: 50;}:host > div > kol-alert {display: block;padding: 1em;margin: auto;max-width: 750px;}"
|
|
73
73
|
});
|
|
74
74
|
|
|
75
|
-
const BZSt =
|
|
75
|
+
const BZSt = components.KoliBri.createTheme("bzst", {
|
|
76
76
|
GLOBAL: ":host {/* Prim\xE4rfarbe und Abstufungen */--color-gruen-dunkel: #23614e;--color-gruen: #4d7f6f;--color-gruen-hell: #a7c0b8; /* Sekund\xE4rfarben */--color-weiss: #fff;--color-grau-dunkel: #333;--color-grau-hell: #ebebeb;--color-grau-weiss: #f2f2f2; /* Textfarben */--color-graublau: #595f73; /* Signalfarben */--color-blau: #126dff;--color-blau-dunkel: #007194;--color-gelb: #ffe695;--color-rot: #d00000;--color-disabled: #595f73;--font-family: BundesSans Web, Calibri, Verdana, Arial, Helvetica, sans-serif;--font-size: 10px;--text-size: calc(var(--font-size) * 1.8);--line-height: 19px;--color-focus: var(--color-blau);--spacing: 4px;--color-text: var(--color-grau-dunkel);}:host {color: var(--color-black);}:host * {box-sizing: border-box;font-family: var(--font-family);}:host h1,:host h2,:host h3,:host h4,:host h5,:host h6 {/* margin: 0; */font-family: var(--font-family);}a,button,input,option,select,summary,textarea {-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;letter-spacing: inherit;word-break: break-word;display: block;}a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {cursor: pointer;outline-color: var(--color-focus);outline-offset: 2px;outline-style: solid;outline-width: 0;transition: outline-offset 0.2s linear;}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}",
|
|
77
77
|
"KOL-BUTTON": ":host {--background-color: var(--color-gruen-dunkel);--border-color: var(--color-gruen-dunkel);--border-size: 1px;--min-size: 4.4rem;display: inline-block;}button {border-width: var(--border-size);border-style: solid;min-width: var(--min-size);min-height: var(--min-size);display: grid;gap: 0.25em;line-height: 1.5rem;font-family: var(--font-family);cursor: pointer;font-size: var(--text-size);align-items: center;padding: 0.8rem 1.4rem;justify-content: center;font-style: normal;text-align: center;text-transform: uppercase;width: inherit;transition-duration: 0.5s;transition-property: background-color, color, border-color;}button:hover:enabled {text-decoration: underline;}button:focus {outline: var(--color-focus) solid 2px;}button.primary,button.primary:active,button.primary:hover {background-color: var(--background-color);border-color: var(--border-color);color: var(--color-weiss);}button.secondary,button.danger,button.normal,button.ghost {background-color: var(--color-weiss);border-color: var(--color-gruen-hell);color: var(--color-grau-dunkel);}button.ghost {background-color: transparent;color: #fff;border: calc(var(--border-size) * 2) solid transparent;}button.secondary:active,button.secondary:hover {background-color: var(--background-color);border-color: var(--background-color);border-width: var(--border-size);color: var(--color-weiss);}button:disabled,button:disabled:hover {background-color: var(--color-weiss);border-color: var(--color-grau-hell);color: var(--color-disabled);cursor: not-allowed;}button > span {display: flex;gap: 0.5em;margin: auto;align-items: center;justify-content: center;}button.icon-only {padding: 8px;}button.icon-only kol-icon {display: inline-block;width: 1.5em;height: 1.5em;}button.loading kol-icon {animation: spin 5s infinite linear;}",
|
|
78
78
|
"KOL-INPUT-TEXT": 'kol-input {display: grid;padding: 0;margin: 0;font-size: var(--text-size);}input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover {border-color: var(--color-gruen-hell);}.error input:invalid,.error select:invalid,.error textarea:invalid {border-color: var(--color-rot);}input:focus-within,select:focus-within,textarea:focus-within {outline: var(--color-focus) solid 2px;}input:hover,select:hover,textarea:hover {border-width: 2px;}kol-input > label {order: 1;margin-bottom: 1rem;}kol-input > label > span {color: black;line-height: 1.5rem;}kol-input > div.input {background-color: white;display: block;order: 2;}kol-input > kol-alert.error {margin-top: 0.25rem;order: 3;}input,select,textarea {font-family: var(--font-family);background-color: transparent;box-sizing: border-box;font-size: var(--text-size);display: inline-flex;line-height: 1.5em;color: black;border-color: var(--color-gruen-dunkel);border-width: 1px;border-style: solid;padding: 0.5em 0.75em;overflow: hidden;width: 100%;}input:not([type="range"]),select:not([multiple]) {height: 2.75em;}textarea {display: inherit;}input::placeholder {color: var(--color-grau-dunkel);}input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {cursor: not-allowed;}.required label > span::after {content: "*";padding-left: 0.125em;}.icons {display: flex;justify-content: space-between;height: 0;}.icons > * {margin: 0.75em;}.icon-left input,.icon-left select {padding-left: 2em;}.icon-right input,.icon-right select {padding-right: 2em;}kol-button-wc {position: relative;float: right;z-index: 1000;margin-top: -33px;}kol-button-wc button {border: 1px solid var(--color-grau-dunkel);box-sizing: border-box;background-color: transparent;cursor: pointer;}.icon-right kol-button-wc {margin-right: 2.5em;}.disabled {opacity: 0.33;}select[multiple],textarea {overflow: auto;}textarea {display: block;}select option {margin: 1px 0;padding: 0.5em;cursor: pointer;}select option:disabled {cursor: not-allowed;}option:active:not(:disabled),option:checked:not(:disabled),option:focus:not(:disabled),option:hover:not(:disabled) {color: white;}',
|
|
@@ -109,9 +109,9 @@ const BZSt = schema.KoliBri.createTheme("bzst", {
|
|
|
109
109
|
"KOL-ABBR": "abbr {text-decoration: none;border-bottom: dotted var(--color-metal) 1px;}"
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
const DEFAULT =
|
|
112
|
+
const DEFAULT = components.KoliBri.createTheme("default", {});
|
|
113
113
|
|
|
114
|
-
const DESYv1 =
|
|
114
|
+
const DESYv1 = components.KoliBri.createTheme("desy-v1", {
|
|
115
115
|
GLOBAL: ":host {--color-primary: #326cae;--color-primary-10: #1e538f;--color-primary-20: #08335e;--color-yellow-neutral: #ef9e48;--color-dark-yellow-neutral: #a8672c;--color-warning: #a94442;--color-success: #5cb85c;--color-background: #edf4f7;--color-black: #000000;--color-gray-10: #333333;--color-gray-20: #666666;--color-gray-30: #737373;--color-gray-40: #999999;--color-gray-50: #b3b3b3;--color-gray-60: #dddddd;--color-gray-70: #f2f2f2;--color-white: #ffffff;--font-family: BundesSans Web, Calibri, Verdana, Arial, Helvetica, sans-serif;--font-size: 14px;--spacing: 0.25em;}:host {color: var(--color-black);}:host * {box-sizing: border-box;font-family: var(--font-family);}:host h1,:host h2,:host h3,:host h4,:host h5,:host h6 {margin: 0;font-family: var(--font-family);}a,button {align-items: center;background-color: transparent;border: 0;color: black;cursor: pointer;display: inline-flex;gap: 0.25rem;justify-items: center;}input,option,select,summary,textarea {display: inline-block;}a,button,input,option,select,summary,textarea {-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;letter-spacing: inherit;word-break: break-word;}*[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {cursor: pointer;outline-color: var(--color-ocean);outline-offset: 2px;outline-style: solid;outline-width: 0;transition: outline-offset 0.2s linear;}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}kol-heading-wc {font-weight: 700;}",
|
|
116
116
|
"KOL-BUTTON": "a,button {background-color: transparent;border: 0;cursor: pointer;display: inline-block;}button {background-color: transparent;border: 0;cursor: pointer;min-width: 44px;min-height: 44px;padding: 0;text-decoration: none !important;}button > kol-span-wc {display: grid;gap: 0.25em;line-height: 1.5rem;font-family: Roboto;font-weight: 700;cursor: pointer;font-size: 1rem;align-items: center;padding: 6px 8px;justify-content: center;font-style: normal;text-align: center;outline: none;border-style: solid;border-width: 2px;}button:active > kol-span-wc {transform: translateY(1px);}button.primary:disabled > kol-span-wc,button.danger:disabled > kol-span-wc,button.normal:disabled > kol-span-wc {cursor: not-allowed;color: var(--color-white);background-color: var(--color-gray-40);border-color: var(--color-gray-40);}button.ghost:disabled > kol-span-wc,button.loading:disabled > kol-span-wc,button.help:disabled > kol-span-wc,button.secondary:disabled > kol-span-wc {cursor: not-allowed;color: var(--color-gray-40);background-color: var(--color-white);border-color: var(--color-white);}button.primary > kol-span-wc,button.primary:hover > kol-span-wc,button.normal > kol-span-wc,button.normal:hover > kol-span-wc {background-color: var(--color-primary);border-color: var(--color-primary);color: var(--color-white);}button.loading > kol-span-wc,button.loading:hover > kol-span-wc,button.help > kol-span-wc,button.help:hover > kol-span-wc,button.secondary > kol-span-wc,button.secondary:hover > kol-span-wc {background-color: var(--color-white);border-color: var(--color-primary);color: var(--color-primary);}button.danger > kol-span-wc,button.danger:hover > kol-span-wc {background-color: var(--color-warning);border-color: var(--color-warning);color: var(--color-white);}button.ghost,button.ghost:hover > kol-span-wc {background-color: transparent;border-color: transparent;color: var(--color-primary);}button.primary:active > kol-span-wc,button.primary:focus > kol-span-wc,button.primary:hover > kol-span-wc,button.loading:active > kol-span-wc,button.loading:focus > kol-span-wc,button.loading:hover > kol-span-wc,button.help:active > kol-span-wc,button.help:focus > kol-span-wc,button.help:hover > kol-span-wc,button.secondary:active > kol-span-wc,button.secondary:focus > kol-span-wc,button.secondary:hover > kol-span-wc,button.normal:active > kol-span-wc,button.normal:focus > kol-span-wc,button.normal:hover > kol-span-wc {background-color: var(--color-primary-20);border-color: var(--color-primary-20);color: var(--color-white);outline: none;}button.loading:active > kol-span-wc,button.loading:focus > kol-span-wc,button.loading:hover > kol-span-wc,button.help:active > kol-span-wc,button.help:focus > kol-span-wc,button.help:hover > kol-span-wc,button.secondary:active > kol-span-wc,button.secondary:focus > kol-span-wc,button.secondary:hover > kol-span-wc {border-color: var(--color-primary-20);}button.danger:active > kol-span-wc,button.danger:hover > kol-span-wc {background-color: var(--color-dark-yellow-neutral);border-color: var(--color-dark-yellow-neutral);color: var(--color-white);outline: none;}button.ghost:active > kol-span-wc,button.ghost:hover > kol-span-wc {color: var(--color-primary);outline: none;}button > kol-span-wc > span {display: flex;gap: 0.5em;margin: auto;align-items: center;justify-content: center;letter-spacing: 0.75px;}button.icon-only > kol-span-wc {padding: 8px;}button.icon-only > kol-span-wc > span > span {display: none;}button.icon-only > kol-span-wc kol-icon {display: inline-block;width: 1.5em;height: 1.5em;}button.loading > kol-span-wc kol-icon {animation: spin 5s infinite linear;}button.loading > kol-span-wc,button.help > kol-span-wc {display: inline-block;padding: 0;}",
|
|
117
117
|
"KOL-BADGE": ":host {display: inline-block;}kol-span-wc {align-items: center;border-radius: 0.3125rem;display: grid;gap: 0.5rem;line-height: 1.25rem;padding: 0.25rem 0.75rem;}kol-span-wc span {display: flex;gap: 0.25rem;}",
|
|
@@ -146,7 +146,7 @@ const DESYv1 = schema.KoliBri.createTheme("desy-v1", {
|
|
|
146
146
|
"KOL-BUTTON-LINK": "a,button {background-color: transparent;border: 0;cursor: pointer;display: inline-block;}kol-link-wc,kol-link-button-wc {display: inline-block;}a,button {color: var(--color-primary);font-style: normal;font-weight: 400;display: inline-flex;line-height: 1.5em;text-decoration-line: none !important;outline: none !important;}a:focus-within,a:hover,button:focus-within,button:hover {box-shadow: inset 0 -1px 0 0 var(--color-primary);}kol-icon {padding: 0 0.25em;display: inline-block;}.hidden {display: none;visibility: hidden;}.skip {left: -99999px;overflow: hidden;position: absolute;z-index: 9999999;line-height: 1em;}.skip:focus {background: white;left: unset;position: unset;}"
|
|
147
147
|
});
|
|
148
148
|
|
|
149
|
-
const DESYv2 =
|
|
149
|
+
const DESYv2 = components.KoliBri.createTheme("desy-v2", {
|
|
150
150
|
GLOBAL: ":host {--color-primary: #326cae;--color-primary-10: #1e538f;--color-primary-20: #08335e;--color-yellow-neutral: #ef9e48;--color-dark-yellow-neutral: #a8672c;--color-warning: #a94442;--color-success: #5cb85c;--color-background: #edf4f7;--color-black: #000000;--color-gray-10: #333333;--color-gray-20: #666666;--color-gray-30: #737373;--color-gray-40: #999999;--color-gray-50: #b3b3b3;--color-gray-60: #dddddd;--color-gray-70: #f2f2f2;--color-white: #ffffff;--font-family: BundesSans Web, Calibri, Verdana, Arial, Helvetica, sans-serif;--font-size: 14px;--spacing: 0.25em;}:host {color: var(--color-black);}:host * {box-sizing: border-box;font-family: var(--font-family);}:host h1,:host h2,:host h3,:host h4,:host h5,:host h6 {margin: 0;font-family: var(--font-family);}a,button {align-items: center;background-color: transparent;border: 0;color: black;cursor: pointer;display: inline-flex;gap: 0.25rem;justify-items: center;}input,option,select,summary,textarea {display: inline-block;}a,button,input,option,select,summary,textarea {-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;letter-spacing: inherit;word-break: break-word;}*[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {cursor: pointer;outline-color: var(--color-ocean);outline-offset: 2px;outline-style: solid;outline-width: 0;transition: outline-offset 0.2s linear;}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}kol-heading-wc {font-weight: 700;}",
|
|
151
151
|
"KOL-BUTTON": "a,button {background-color: transparent;border: 0;cursor: pointer;display: inline-block;}button {background-color: transparent;border: 0;cursor: pointer;min-width: 44px;min-height: 44px;padding: 0;text-decoration: none !important;}button > kol-span-wc {display: grid;gap: 0.25em;line-height: 1.5rem;font-family: Roboto;font-weight: 700;cursor: pointer;font-size: 1rem;align-items: center;padding: 6px 8px;justify-content: center;font-style: normal;text-align: center;outline: none;border-style: solid;border-width: 2px;}button:active > kol-span-wc {transform: translateY(1px);}button.primary:disabled > kol-span-wc,button.danger:disabled > kol-span-wc,button.normal:disabled > kol-span-wc {cursor: not-allowed;color: var(--color-white);background-color: var(--color-gray-40);border-color: var(--color-gray-40);}button.ghost:disabled > kol-span-wc,button.loading:disabled > kol-span-wc,button.help:disabled > kol-span-wc,button.secondary:disabled > kol-span-wc {cursor: not-allowed;color: var(--color-gray-40);background-color: var(--color-white);border-color: var(--color-white);}button.primary > kol-span-wc,button.primary:hover > kol-span-wc,button.normal > kol-span-wc,button.normal:hover > kol-span-wc {background-color: var(--color-primary);border-color: var(--color-primary);color: var(--color-white);}button.loading > kol-span-wc,button.loading:hover > kol-span-wc,button.help > kol-span-wc,button.help:hover > kol-span-wc,button.secondary > kol-span-wc,button.secondary:hover > kol-span-wc {background-color: var(--color-white);border-color: var(--color-primary);color: var(--color-primary);}button.danger > kol-span-wc,button.danger:hover > kol-span-wc {background-color: var(--color-warning);border-color: var(--color-warning);color: var(--color-white);}button.ghost,button.ghost:hover > kol-span-wc {background-color: transparent;border-color: transparent;color: var(--color-primary);}button.primary:active > kol-span-wc,button.primary:focus > kol-span-wc,button.primary:hover > kol-span-wc,button.loading:active > kol-span-wc,button.loading:focus > kol-span-wc,button.loading:hover > kol-span-wc,button.help:active > kol-span-wc,button.help:focus > kol-span-wc,button.help:hover > kol-span-wc,button.secondary:active > kol-span-wc,button.secondary:focus > kol-span-wc,button.secondary:hover > kol-span-wc,button.normal:active > kol-span-wc,button.normal:focus > kol-span-wc,button.normal:hover > kol-span-wc {background-color: var(--color-primary-20);border-color: var(--color-primary-20);color: var(--color-white);outline: none;}button.loading:active > kol-span-wc,button.loading:focus > kol-span-wc,button.loading:hover > kol-span-wc,button.help:active > kol-span-wc,button.help:focus > kol-span-wc,button.help:hover > kol-span-wc,button.secondary:active > kol-span-wc,button.secondary:focus > kol-span-wc,button.secondary:hover > kol-span-wc {border-color: var(--color-primary-20);}button.danger:active > kol-span-wc,button.danger:hover > kol-span-wc {background-color: var(--color-dark-yellow-neutral);border-color: var(--color-dark-yellow-neutral);color: var(--color-white);outline: none;}button.ghost:active > kol-span-wc,button.ghost:hover > kol-span-wc {color: var(--color-primary);outline: none;}button > kol-span-wc > span {display: flex;gap: 0.5em;margin: auto;align-items: center;justify-content: center;letter-spacing: 0.75px;}button.icon-only > kol-span-wc {padding: 8px;}button.icon-only > kol-span-wc > span > span {display: none;}button.icon-only > kol-span-wc kol-icon {display: inline-block;width: 1.5em;height: 1.5em;}button.loading > kol-span-wc kol-icon {animation: spin 5s infinite linear;}button.loading > kol-span-wc,button.help > kol-span-wc {display: inline-block;padding: 0;}",
|
|
152
152
|
"KOL-BADGE": ":host {display: inline-block;}kol-span-wc {align-items: center;border-radius: 0.3125rem;display: grid;gap: 0.5rem;line-height: 1.25rem;padding: 0.25rem 0.75rem;}kol-span-wc span {display: flex;gap: 0.25rem;}",
|
|
@@ -181,13 +181,13 @@ const DESYv2 = schema.KoliBri.createTheme("desy-v2", {
|
|
|
181
181
|
"KOL-BUTTON-LINK": "a,button {background-color: transparent;border: 0;cursor: pointer;display: inline-block;}kol-link-wc,kol-link-button-wc {display: inline-block;}a,button {color: var(--color-primary);font-style: normal;font-weight: 400;display: inline-flex;line-height: 1.5em;text-decoration-line: none !important;outline: none !important;}a:focus-within,a:hover,button:focus-within,button:hover {box-shadow: inset 0 -1px 0 0 var(--color-primary);}kol-icon {padding: 0 0.25em;display: inline-block;}.hidden {display: none;visibility: hidden;}.skip {left: -99999px;overflow: hidden;position: absolute;z-index: 9999999;line-height: 1em;}.skip:focus {background: white;left: unset;position: unset;}"
|
|
182
182
|
});
|
|
183
183
|
|
|
184
|
-
const ECL_EC =
|
|
184
|
+
const ECL_EC = components.KoliBri.createTheme("ecl-ec", {
|
|
185
185
|
GLOBAL: ":host {--kolibri-border-color: unset;--kolibri-border-radius: unset;--kolibri-border-width: unset;--kolibri-color-error: unset;--kolibri-color-info: unset;--kolibri-color-success: unset;--kolibri-color-warning: unset;--kolibri-color-primary: unset;--kolibri-color-secondary: unset;--kolibri-color-normal: unset;--kolibri-color-danger: unset;--kolibri-color-ghost: unset;--kolibri-color-disabled: unset;--kolibri-color-text: unset;--kolibri-color-visited: unset;--kolibri-font-family: unset;--kolibri-font-size: unset;--kolibri-spacing: unset;}:host {--color-blue: #004494;--color-yellow: #ffd617;--color-grey: #404040;--color-blue-130: #002f67;--color-blue-120: #003776;--color-blue-110: #003d84;--color-blue-100: var(--color-blue);--color-blue-75: #4073af;--color-blue-50: #bfd0e4;--color-blue-25: #bfd0e4;--color-blue-5: #f2f5f9;--color-yellow-120: #f8ae21;--color-yellow-110: #fbc11d;--color-yellow-100: var(--color-yellow);--color-yellow-75: #ffde39;--color-yellow-50: #ffe879;--color-yellow-25: #fff4bb;--color-grey-100: var(--color-grey);--color-grey-75: #707070;--color-grey-50: #9f9f9f;--color-grey-25: #cfcfcf;--color-grey-20: #d9d9d9;--color-grey-15: #e3e3e3;--color-grey-10: #ebebeb;--color-grey-5: #f5f5f5;--color-grey-3: #f9f9f9;--color-blue-n: #006fb4;--color-orange: #f29527;--color-green: #467a39;--color-red: #da2131;--color-red-1xx: #981722;--color-black: #000;--color-white: #fff;--font-family: Arial, sans-serif;--font-size: 16px;--font-weight: 400;--font-weight-bold: 600;--line-height: 1.5em;--line-height-heading: 1.2em; /* ?! */--spacing-4xl: 64px;--spacing-3xl: 48px;--spacing-2xl: 40px;--spacing-xl: 32px;--spacing-l: 24px;--spacing-m: 16px;--spacing-s: 12px;--spacing-xs: 8px;--spacing-2xs: 4px; /* ?! */}:host {font-family: var(--font-family);font-size: var(--font-size);}a,button {font-size: var(--font-size);outline: none;}h1,h2,h3,h4,h5,h6 {font-weight: var(--font-weight-bold);line-height: var(--line-height-heading);}p {font-weight: var(--font-weight);}",
|
|
186
186
|
"KOL-HEADING": "h1 {font-size: 2rem;line-height: 2.5rem;}h2 {font-size: 1.75rem;line-height: 2rem;}h3 {font-size: 1.5rem;line-height: 1.75rem;}h4 {font-size: 1.25rem;line-height: 1.75rem;}h5 {font-size: 1rem;line-height: 1.5rem;}h6 {color: rgb(234, 0, 255);}",
|
|
187
187
|
"KOL-ACCORDION": ':host > div {background-color: var(--color-grey-5);border-color: var(--color-grey-25);border-style: solid;border-width: 1px;}:host > div .headline button {text-align: left;width: 100%;padding: 0 var(--spacing-m);display: flex;place-items: center;}:host > div .headline button kol-icon {margin-bottom: 0.75rem;margin-inline-end: 1rem;margin-inline-start: 0;margin-top: 0.75rem;}:host > div .headline button span {color: var(--color-grey);font-weight: var(--font-weight-bold);padding: 0.75rem 0;width: 100%;}:host > div[part*="open"] .headline button span {border-bottom: 1px solid var(--color-grey);}:host > div .headline button:focus,:host > div .headline button:hover {background-color: var(--color-grey-25);}:host > div .headline button:focus {outline: 2px solid var(--color-blue);outline-offset: -2px;}div[part="content"] {padding: var(--spacing-s) var(--spacing-m);}',
|
|
188
188
|
"KOL-INDENTED-TEXT": ":host > div {border-end-start-radius: 0;border-inline-start: 10px solid #ffd617;border-start-start-radius: 0;padding-bottom: 1rem;padding-inline-start: 1.5rem;padding-top: 1rem;margin: 0;}",
|
|
189
|
-
"KOL-BUTTON": ":host {--kolibri-spacing: 0.25rem;}a,button {appearance: none;background: none;outline: none;text-decoration: none;}a kol-span-wc,button kol-span-wc {appearance: none;background: none;border-radius: 0;border-style: solid;border-width: 2px;font-weight: var(--font-weight-bold);margin: 0;padding: 0.
|
|
190
|
-
"KOL-LINK-BUTTON": ":host {--kolibri-spacing: 0.25rem;}a,button {appearance: none;background: none;outline: none;text-decoration: none;}a kol-span-wc,button kol-span-wc {appearance: none;background: none;border-radius: 0;border-style: solid;border-width: 2px;font-weight: var(--font-weight-bold);margin: 0;padding: 0.
|
|
189
|
+
"KOL-BUTTON": ":host {--kolibri-spacing: 0.25rem;}a,button {appearance: none;background: none;outline: none;text-decoration: none;}a kol-span-wc,button kol-span-wc {appearance: none;background: none;border-radius: 0;border-style: solid;border-width: 2px;font-weight: var(--font-weight-bold);margin: 0;min-height: 44px;min-width: 44px;padding: 0.25em 0.75em;}a:focus kol-span-wc,button:focus kol-span-wc {outline-offset: -4px;outline-width: 2px;outline-style: solid;}button.ghost:focus kol-span-wc {outline-offset: -2px;}.primary a kol-span-wc,.primary button kol-span-wc {background-color: var(--color-blue);border-color: var(--color-blue);color: var(--color-white);}.primary a:focus kol-span-wc,.primary button:focus kol-span-wc {outline-color: var(--color-white);}.primary a:hover kol-span-wc,.primary button:hover kol-span-wc {background-color: var(--color-blue-130);border-color: var(--color-blue-130);}.secondary a kol-span-wc,.secondary button kol-span-wc {background-color: var(--color-white);border-color: var(--color-blue);color: var(--color-blue);}.secondary a:focus kol-span-wc,.secondary button:focus kol-span-wc {outline-color: var(--color-blue);outline-offset: -6px;}.secondary a:hover kol-span-wc,.secondary button:hover kol-span-wc {border-color: var(--color-blue-130);color: var(--color-blue-130);}.normal a kol-span-wc, /* CTA */.normal button kol-span-wc {background-color: var(--color-yellow);border-color: var(--color-yellow);color: var(--color-black);}.normal a:hover kol-span-wc, /* CTA */.normal button:hover kol-span-wc {background-color: var(--color-yellow-120);border-color: var(--color-yellow-120);}.danger a kol-span-wc,.danger button kol-span-wc {background-color: var(--color-red);border-color: var(--color-red);color: var(--color-white);}.danger a:hover kol-span-wc,.danger button:hover kol-span-wc {background-color: var(--color-red);border-color: var(--color-red);}.ghost a kol-span-wc,.ghost button kol-span-wc {background-color: transparent;border-color: transparent;color: var(--color-blue);}.ghost a:focus kol-span-wc,.ghost button:focus kol-span-wc {outline-color: var(--color-blue);}.ghost a:hover kol-span-wc,.ghost button:hover kol-span-wc {color: var(--color-blue-130);}",
|
|
190
|
+
"KOL-LINK-BUTTON": ":host {--kolibri-spacing: 0.25rem;}a,button {appearance: none;background: none;outline: none;text-decoration: none;}a kol-span-wc,button kol-span-wc {appearance: none;background: none;border-radius: 0;border-style: solid;border-width: 2px;font-weight: var(--font-weight-bold);margin: 0;min-height: 44px;min-width: 44px;padding: 0.25em 0.75em;}a:focus kol-span-wc,button:focus kol-span-wc {outline-offset: -4px;outline-width: 2px;outline-style: solid;}button.ghost:focus kol-span-wc {outline-offset: -2px;}.primary a kol-span-wc,.primary button kol-span-wc {background-color: var(--color-blue);border-color: var(--color-blue);color: var(--color-white);}.primary a:focus kol-span-wc,.primary button:focus kol-span-wc {outline-color: var(--color-white);}.primary a:hover kol-span-wc,.primary button:hover kol-span-wc {background-color: var(--color-blue-130);border-color: var(--color-blue-130);}.secondary a kol-span-wc,.secondary button kol-span-wc {background-color: var(--color-white);border-color: var(--color-blue);color: var(--color-blue);}.secondary a:focus kol-span-wc,.secondary button:focus kol-span-wc {outline-color: var(--color-blue);outline-offset: -6px;}.secondary a:hover kol-span-wc,.secondary button:hover kol-span-wc {border-color: var(--color-blue-130);color: var(--color-blue-130);}.normal a kol-span-wc, /* CTA */.normal button kol-span-wc {background-color: var(--color-yellow);border-color: var(--color-yellow);color: var(--color-black);}.normal a:hover kol-span-wc, /* CTA */.normal button:hover kol-span-wc {background-color: var(--color-yellow-120);border-color: var(--color-yellow-120);}.danger a kol-span-wc,.danger button kol-span-wc {background-color: var(--color-red);border-color: var(--color-red);color: var(--color-white);}.danger a:hover kol-span-wc,.danger button:hover kol-span-wc {background-color: var(--color-red);border-color: var(--color-red);}.ghost a kol-span-wc,.ghost button kol-span-wc {background-color: transparent;border-color: transparent;color: var(--color-blue);}.ghost a:focus kol-span-wc,.ghost button:focus kol-span-wc {outline-color: var(--color-blue);}.ghost a:hover kol-span-wc,.ghost button:hover kol-span-wc {color: var(--color-blue-130);}",
|
|
191
191
|
"KOL-BADGE": ":host {--kolibri-spacing: 0.25rem;}:host > span > kol-span-wc {font: normal normal var(--font-weight) 0.875rem/1rem var(--font-family);padding: calc(0.5rem - 1px) calc(0.75rem - 1px);text-transform: uppercase;}",
|
|
192
192
|
"KOL-ALERT": ":host > div {background-color: var(--color-white);}:host > div.card {border-style: solid;border-width: 2px;}:host > div.msg {border: none;}:host .msg .heading kol-icon {font-size: 1.5em;margin: var(--spacing-2xs);}:host .msg .heading > div {padding: var(--spacing-2xs);}:host .card {padding-bottom: 1.5rem;padding-inline-end: 0.5rem;padding-inline-start: 1.5rem;padding-top: 1.5rem;}:host .card .heading {gap: 0.5rem;}:host .card .content {margin-left: 2.5rem;}:host .card .heading kol-icon {font-size: 2rem;}:host .default {border-color: var(--color-grey);}:host .default .heading kol-icon {color: var(--color-grey);}:host .error {border-color: var(--color-red);}:host .error .heading kol-icon {color: var(--color-red);}:host .info {border-color: var(--color-blue);}:host .info .heading kol-icon {color: var(--color-blue);}:host .success {border-color: var(--color-green);}:host .success .heading kol-icon {color: var(--color-green);}:host .warning {border-color: var(--color-orange);}:host .warning .heading kol-icon {color: var(--color-orange);}",
|
|
193
193
|
"KOL-TABS": ":host {--kolibri-spacing: 0.25rem;}kol-button-group-wc {border-bottom: 1px solid var(--color-grey-25);margin-bottom: -1px;}kol-button-group-wc button {border: none;margin-bottom: -1px;}kol-button-group-wc button kol-span-wc {padding: 0.5rem;min-height: 44px;min-width: 44px;}kol-button-group-wc button.selected kol-span-wc {border-color: var(--color-grey-25);border-style: solid;border-width: 1px;border-bottom-color: white;border-top-color: var(--color-blue);box-shadow: 0 -3px var(--color-blue);font-weight: var(--font-weight-bold);color: var(--color-blue);}kol-button-group-wc button:hover:not(:disabled) kol-span-wc {color: var(--color-blue-130);}kol-button-group-wc button:focus kol-span-wc {outline-color: var(--color-blue-130);outline-style: solid;outline-width: 2px;}",
|
|
@@ -202,9 +202,9 @@ const ECL_EC = schema.KoliBri.createTheme("ecl-ec", {
|
|
|
202
202
|
"KOL-INPUT-COLOR": "kol-input.error > kol-alert {color: var(--color-red);font-size: 0.875rem;margin-left: calc(-1 * var(--spacing-2xs));order: 1;}"
|
|
203
203
|
});
|
|
204
204
|
|
|
205
|
-
const ECL_EU =
|
|
205
|
+
const ECL_EU = components.KoliBri.createTheme("ecl-eu", {});
|
|
206
206
|
|
|
207
|
-
const ITZBund =
|
|
207
|
+
const ITZBund = components.KoliBri.createTheme("itzbund", {
|
|
208
208
|
GLOBAL: ":host {--kolibri-border-color: unset;--kolibri-border-radius: unset;--kolibri-border-width: unset;--kolibri-color-error: unset;--kolibri-color-info: unset;--kolibri-color-success: unset;--kolibri-color-warning: unset;--kolibri-color-primary: unset;--kolibri-color-secondary: unset;--kolibri-color-normal: unset;--kolibri-color-danger: unset;--kolibri-color-ghost: unset;--kolibri-color-disabled: unset;--kolibri-color-text: unset;--kolibri-color-visited: unset;--kolibri-font-family: unset;--kolibri-font-size: unset;--kolibri-spacing: unset;}:host {--border-color: var(--color-anthrazit);--border-radius: 0.125rem;--color-anthrazit: #333;--color-jade: #f3f7fb;--color-weiss: #fff;--color-petrol: #007a89;--color-achat: #0b4d59;--color-teal: #056773;--color-fluorit: #66ddec;--color-rotton: rgba(188, 0, 0, 1);--color-rotton-20: rgba(188, 0, 0, 0.2);--color-gras: #138510;--color-warn: #f0541e;--color-blut: var(--color-rotton);--color-input-bg-default: #e8edf2;--gradient-petrol-achat: linear-gradient(67deg,var(--color-petrol),var(--color-achat));--color-citrin: #d4c912;--color-umber: #494500;--color-gelb: #fff443;--color-lichtgelb: #eeff6c;--gradient-gelb-citrin: linear-gradient(67deg,var(--color-gelb),var(--color-citrin));--font-family-sans: BundesSans Web;--font-family-serif: BundesSerif Web;--font-size: 16px;--spacing: 0.125em;--kolibri-spacing: calc(2 * var(--spacing));}*[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {cursor: pointer;outline-color: var(--color-petrol);outline-offset: 2px;outline-style: solid;outline-width: 3px;transition: outline-offset 0.2s linear;}",
|
|
209
209
|
"KOL-BUTTON": "button {background-color: transparent;}a,button {border-radius: 2rem !important;font-family: var(--font-family-sans);text-transform: uppercase;}a > kol-span-wc,button > kol-span-wc {border-radius: 2rem;border-style: solid;min-width: 44px;min-height: 44px;border-width: var(--spacing);font-size: inherit; /*line-height: 1.25em;*/ /*padding: calc(4 * var(--spacing));*/padding: 0 1rem;}.button a.icon-only > kol-span-wc,.button button.icon-only > kol-span-wc {padding: 0 0.5rem;}a > kol-span-wc,button > kol-span-wc {gap: 0.25em;transition-delay: 0;transition-timing-function: ease-in-out;transition-duration: 0.5s;transition-property: background, color, border-color;}kol-link-wc.primary > a > kol-span-wc,kol-link-wc.primary > a:disabled:hover > kol-span-wc,button.primary > kol-span-wc,button.primary:disabled:hover > kol-span-wc {background-color: var(--color-petrol);border-color: var(--color-petrol);color: var(--color-weiss);}kol-link-wc.primary > a:hover > kol-span-wc,kol-link-wc.primary > a:focus > kol-span-wc,button.primary:hover > kol-span-wc,button.primary:focus > kol-span-wc {background-color: var(--color-achat);border-color: var(--color-achat);}kol-link-wc.secondary > a > kol-span-wc,kol-link-wc.secondary > a:disabled:hover > kol-span-wc,button.secondary > kol-span-wc,button.secondary:disabled:hover > kol-span-wc {background-color: var(--color-weiss);border-color: var(--color-petrol);color: var(--color-petrol);}kol-link-wc.secondary > a:hover > kol-span-wc,kol-link-wc.secondary > a:focus > kol-span-wc,button.secondary:hover > kol-span-wc,button.secondary:focus > kol-span-wc {background-color: var(--color-petrol);border-color: var(--color-petrol);color: var(--color-weiss);}kol-link-wc.normal > a > kol-span-wc,kol-link-wc.normal > a:disabled:hover > kol-span-wc,button.normal > kol-span-wc,button.normal:disabled:hover > kol-span-wc {background-color: var(--color-weiss);border-color: var(--color-anthrazit);color: var(--color-anthrazit);}kol-link-wc.normal > a:hover > kol-span-wc,kol-link-wc.normal > a:focus > kol-span-wc,button.normal:hover > kol-span-wc,button.normal:focus > kol-span-wc {background-color: var(--color-anthrazit);border-color: var(--color-anthrazit);color: var(--color-weiss);}kol-link-wc.danger > a > kol-span-wc,kol-link-wc.danger > a:disabled:hover > kol-span-wc,button.danger > kol-span-wc,button.danger:disabled:hover > kol-span-wc {background-color: var(--color-weiss);border-color: var(--color-blut);color: var(--color-blut);}kol-link-wc.danger > a:hover > kol-span-wc,kol-link-wc.danger > a:focus > kol-span-wc,button.danger:hover > kol-span-wc,button.danger:focus > kol-span-wc {background-color: var(--color-blut);border-color: var(--color-blut);color: var(--color-weiss);}kol-link-wc.ghost > a > kol-span-wc,kol-link-wc.ghost > a:disabled:hover > kol-span-wc,button.ghost > kol-span-wc,button.ghost:disabled:hover > kol-span-wc {background-color: var(--color-ghost);border-color: transparent;color: var(--color-anthrazit);}kol-link-wc.ghost > a:hover > kol-span-wc,kol-link-wc.ghost > a:focus > kol-span-wc,button.ghost:hover > kol-span-wc,button.ghost:focus > kol-span-wc {background-color: var(--color-ghost);border-color: var(--color-ghost);color: var(--color-anthrazit);}",
|
|
210
210
|
"KOL-BUTTON-GROUP": ":host > kol-button-group-wc {display: inline-flex;flex-wrap: wrap;gap: 0.25rem;}",
|
|
@@ -237,7 +237,7 @@ const ITZBund = schema.KoliBri.createTheme("itzbund", {
|
|
|
237
237
|
"KOL-TABS": ':host > div {display: block;width: 100%;}:host kol-button-group-wc {display: flex;background-color: var(--color-petrol);}:host kol-button-group-wc > div {display: inline-flex;}:host kol-button-group-wc > div + div {margin-left: 0.25em;}:host > div > div {padding: 0.25em;border: 1px solid var(--border-color);}button {box-sizing: border-box;font-size: inherit;line-height: 1.25em;cursor: pointer;border-width: 2px;box-shadow: 0 0 0.25em gray;width: inherit;overflow: hidden;border-style: solid;padding: calc(4 * var(--spacing));display: grid;gap: 0.25em;align-items: center;justify-content: center;text-align: center;transition-duration: 0.5s;transition-property: background-color, color, border-color;}kol-button-wc button.selected,kol-button-wc[aria-selected="true"] button {background-color: white;border-bottom-width: 0.25em !important;border-bottom-style: solid;border-bottom-color: var(--color-citrin) !important;}button > kol-span-wc span {display: flex;gap: 0.25em;align-items: center;justify-content: center;}button:disabled {cursor: not-allowed;opacity: 0.5;}button.primary,button.primary:disabled:hover {background-color: var(--kolibri-color-primary);border-color: var(--kolibri-color-primary);color: white;}button.primary:hover,button.primary:focus {color: var(--kolibri-color-primary);}button.secondary,button.secondary:disabled:hover {background-color: var(--kolibri-color-secondary);border-color: var(--kolibri-color-secondary);color: white;}button.secondary:hover,button.secondary:focus {color: var(--kolibri-color-secondary);}button.normal,button.normal:disabled:hover {background-color: var(--color-petrol);border-color: var(--color-petrol);color: white;}button.normal:hover,button.normal:focus {color: var(--color-petrol);}button.danger,button.danger:disabled:hover {background-color: var(--kolibri-color-danger);border-color: var(--kolibri-color-danger);color: white;}button.danger:hover,button.danger:focus {color: var(--kolibri-color-danger);}button.ghost,button.ghost:disabled:hover {background-color: white;border-color: var(--kolibri-color-ghost);color: var(--kolibri-color-ghost);}button.ghost:hover,button.ghost:focus {background-color: var(--kolibri-color-ghost);color: white;}button:hover,button:focus {background-color: white;box-shadow: 0 0 0.25em black;}button:active {outline: 0 !important;box-shadow: none !important;}.close-button {font-size: 25%;height: fit-content;width: 0;}.close-button button {width: 1rem;position: relative;height: 1rem;left: -4.25em;top: 0.25em;}:host > div {display: grid;}:host > div.tabs-align-left {grid-template-columns: auto 1fr;}:host > div.tabs-align-right {grid-template-columns: 1fr auto;}:host > .tabs-align-left kol-button-group-wc,:host > .tabs-align-top kol-button-group-wc {order: 0;}:host > .tabs-align-bottom kol-button-group-wc,:host > .tabs-align-right kol-button-group-wc {order: 1;}:host > div.tabs-align-left kol-button-group-wc > div,:host > div.tabs-align-left kol-button-group-wc > div > div,:host > div.tabs-align-right kol-button-group-wc > div,:host > div.tabs-align-right kol-button-group-wc > div > div {display: grid;}:host > div.tabs-align-left kol-button-group-wc > div > div kol-button-wc,:host > div.tabs-align-right kol-button-group-wc > div > div kol-button-wc {width: 100%;}:host > div.tabs-align-bottom kol-button-group-wc div,:host > div.tabs-align-top kol-button-group-wc div {display: flex;flex-wrap: wrap;}'
|
|
238
238
|
});
|
|
239
239
|
|
|
240
|
-
const MAPZ =
|
|
240
|
+
const MAPZ = components.KoliBri.createTheme("mapz", {
|
|
241
241
|
GLOBAL: ":host {--kolibri-border-color: unset;--kolibri-border-radius: unset;--kolibri-border-width: unset;--kolibri-color-error: unset;--kolibri-color-info: unset;--kolibri-color-success: unset;--kolibri-color-warning: unset;--kolibri-color-primary: unset;--kolibri-color-secondary: unset;--kolibri-color-normal: unset;--kolibri-color-danger: unset;--kolibri-color-ghost: unset;--kolibri-color-disabled: unset;--kolibri-color-text: unset;--kolibri-color-visited: unset;--kolibri-font-family: unset;--kolibri-font-size: unset;--kolibri-spacing: unset;}:host {--kolibri-background-color: white;--kolibri-background-color-modal: rgba(0, 0, 0, 0.5);--kolibri-border-color: #aaaaaa;--kolibri-border-radius: 0.25rem;--kolibri-border-width: 2px;--kolibri-color: black;--kolibri-color-undefined: #fb00d2;--kolibri-color-visited: #880b73;--kolibri-color-accent: #ffb752; /* #ef9e48 */--kolibri-color-active: #1e538f;--kolibri-color-hover: #1e538f;--kolibri-color-focus: #1e538f;--kolibri-color-danger: #ad0e0b; /* --kolibri-color-dark: #222222; */--kolibri-color-error: #ad0e0b;--kolibri-color-ghost: #333333;--kolibri-color-info: #28568a; /* --kolibri-color-light: #f2f2f2; */--kolibri-color-normal: #326cae;--kolibri-color-outline: var(--kolibri-color-focus);--kolibri-color-primary: #1e538f;--kolibri-color-secondary: #444444;--kolibri-color-spin-1: #000000;--kolibri-color-spin-2: #ff0000;--kolibri-color-spin-3: #ffcc00;--kolibri-color-success: #12632f;--kolibri-color-warning: #854000;--kolibri-color-gray: #666;--kolibri-font-family: var(--font-family);--kolibri-font-size: var(--font-size);--kolibri-hyphens: auto;--kolibri-line-height: 1.5em;--kolibri-shadow-color: black;--kolibri-spacing: 0.25em;--spacing: 0.25em;--font-family: Roboto, Droid Sans, Arial, Helvetica, sans-serif;--font-size: 16px;}*[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {cursor: pointer;outline-color: var(--kolibri-color-outline);outline-offset: 2px;outline-style: solid;outline-width: 3px;transition: outline-offset 0.2s linear;}",
|
|
242
242
|
"KOL-BUTTON": "a,button {border-radius: var(--kolibri-border-radius);overflow: hidden;}a > kol-span-wc,button > kol-span-wc {border-radius: var(--kolibri-border-radius);border-style: solid;border-width: 2px;min-height: 44px;min-width: 44px;box-shadow: 0 0 0.25em gray;font-family: var(--kolibri-font-family);font-size: inherit;line-height: 1.25em;padding: calc(2 * var(--kolibri-spacing));}a > kol-span-wc,button > kol-span-wc {gap: 0.25em;}kol-link-wc.primary > a > kol-span-wc,kol-link-wc.primary > a:disabled:hover > kol-span-wc,button.primary > kol-span-wc,button.primary:disabled:hover > kol-span-wc {background-color: var(--kolibri-color-primary);border-color: var(--kolibri-color-primary);color: white;}kol-link-wc.primary > a:hover > kol-span-wc,kol-link-wc.primary > a:focus > kol-span-wc,button.primary:hover > kol-span-wc,button.primary:focus > kol-span-wc {color: var(--kolibri-color-primary);}kol-link-wc.secondary > a > kol-span-wc,kol-link-wc.secondary > a:disabled:hover > kol-span-wc,button.secondary > kol-span-wc,button.secondary:disabled:hover > kol-span-wc {background-color: var(--kolibri-color-secondary);border-color: var(--kolibri-color-secondary);color: white;}kol-link-wc.secondary > a:hover > kol-span-wc,kol-link-wc.secondary > a:focus > kol-span-wc,button.secondary:hover > kol-span-wc,button.secondary:focus > kol-span-wc {color: var(--kolibri-color-secondary);}kol-link-wc.normal > a > kol-span-wc,kol-link-wc.normal > a:disabled:hover > kol-span-wc,button.normal > kol-span-wc,button.normal:disabled:hover > kol-span-wc {background-color: var(--kolibri-color-normal);border-color: var(--kolibri-color-normal);color: white;}kol-link-wc.normal > a:hover > kol-span-wc,kol-link-wc.normal > a:focus > kol-span-wc,button.normal:hover > kol-span-wc,button.normal:focus > kol-span-wc {color: var(--kolibri-color-normal);}kol-link-wc.danger > a > kol-span-wc,kol-link-wc.danger > a:disabled:hover > kol-span-wc,button.danger > kol-span-wc,button.danger:disabled:hover > kol-span-wc {background-color: var(--kolibri-color-danger);border-color: var(--kolibri-color-danger);color: white;}kol-link-wc.danger > a:hover > kol-span-wc,kol-link-wc.danger > a:focus > kol-span-wc,button.danger:hover > kol-span-wc,button.danger:focus > kol-span-wc {color: var(--kolibri-color-danger);}kol-link-wc.ghost > a > kol-span-wc,kol-link-wc.ghost > a:disabled:hover > kol-span-wc,button.ghost > kol-span-wc,button.ghost:disabled:hover > kol-span-wc {background-color: white;border-color: var(--kolibri-color-ghost);color: var(--kolibri-color-ghost);}kol-link-wc.ghost > a:hover > kol-span-wc,kol-link-wc.ghost > a:focus > kol-span-wc,button.ghost:hover > kol-span-wc,button.ghost:focus > kol-span-wc {background-color: var(--kolibri-color-ghost);color: white;}kol-link-wc > a:hover > kol-span-wc,kol-link-wc > a:focus > kol-span-wc,button:hover > kol-span-wc,button:focus > kol-span-wc {background-color: white;box-shadow: 0 0 0.25em black;}",
|
|
243
243
|
"KOL-ALERT": ":host {--kolibri-border-width: 1px;}.heading kol-icon {align-self: stretch;align-items: center;}.heading .heading-icon {height: 100%;width: 2em;padding: calc(2 * var(--kolibri-spacing));}div.default {border-color: var(--kolibri-color-gray);}.default .heading-icon {background-color: var(--kolibri-color-gray);}div.error {border-color: var(--kolibri-color-error);}.error .heading-icon {background-color: var(--kolibri-color-error);}div.info {border-color: var(--kolibri-color-info);}.info .heading-icon {background-color: var(--kolibri-color-info);}div.success {border-color: var(--kolibri-color-success);}.success .heading-icon {background-color: var(--kolibri-color-success);}div.warning {border-color: var(--kolibri-color-warning);}.warning .heading-icon {background-color: var(--kolibri-color-warning);}",
|
|
@@ -270,7 +270,7 @@ const MAPZ = schema.KoliBri.createTheme("mapz", {
|
|
|
270
270
|
"KOL-INDENTED-TEXT": ":host > div {border-left: none;box-shadow: -4px 0px 0px var(--kolibri-color-primary);padding: 0.25em 0.5em;width: 100%;}"
|
|
271
271
|
});
|
|
272
272
|
|
|
273
|
-
const ZOLLv2 =
|
|
273
|
+
const ZOLLv2 = components.KoliBri.createTheme("zoll-v2", {
|
|
274
274
|
GLOBAL: ":host {--kolibri-border-color: unset;--kolibri-border-radius: unset;--kolibri-border-width: unset;--kolibri-color-error: unset;--kolibri-color-info: unset;--kolibri-color-success: unset;--kolibri-color-warning: unset;--kolibri-color-primary: unset;--kolibri-color-secondary: unset;--kolibri-color-normal: unset;--kolibri-color-danger: unset;--kolibri-color-ghost: unset;--kolibri-color-disabled: unset;--kolibri-color-text: unset;--kolibri-color-visited: unset;--kolibri-font-family: unset;--kolibri-font-size: unset;--kolibri-spacing: unset;}:host {--border-color: var(--color-neutral);--border-radius: 0.25rem;--box-shadow: rgba(0, 0, 0, 0.12) 0 12px 12px -4px,rgba(0, 0, 0, 0.04) 0 4px 4px -4px;--color-blau: #264f8e;--color-blau-dark: #08335e;--color-blau-light: #326cae;--color-akzent: #ef9e48;--color-akzent-dark: #da793c;--color-akzent-light: #f5ba6c;--color-neutral: #e3e3e3;--color-neutral-dark: #333;--color-neutral-light: #f7f7f7;--color-rot: #ce3033;--color-gelb: #f6cd35;--color-gruen: #008549;--color-grau-100: hsl(0 0% 0%);--color-grau-90: hsl(0 0% 10%);--color-grau-80: hsl(0 0% 20%);--color-grau-70: hsl(0 0% 30%);--color-grau-60: hsl(0 0% 40%);--color-grau-50: hsl(0 0% 50%);--color-grau-40: hsl(0 0% 60%);--color-grau-30: hsl(0 0% 70%);--color-grau-20: hsl(0 0% 80%);--color-grau-10: hsl(0 0% 90%);--color-grau-0: hsl(0 0% 100%);--gap: 0.25rem;--spacing: 0.25rem;--font-family: Roboto, Kreon, Georgia, Times New Roman, sans-serif;--font-size: 16px;--font-weight-bold: 700;--line-height-bold: 1.2em; /* em! */--line-height-regular: 1.5em; /* em! */}*[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,summary:focus,textarea:focus {border-radius: var(--border-radius);outline-color: var(--color-blau-dark);outline-offset: 0.125rem;outline-style: solid;outline-width: 0.125rem;transition: outline-offset 0.25s linear;}",
|
|
275
275
|
"KOL-BADGE": ":host {display: inline-block;}:host > span {border-radius: 0.3125rem;display: inline-flex;line-height: 1.25rem;}:host > span kol-button-wc {border-left: 1px solid rgba(0, 0, 0, 0.25);}:host > span kol-span-wc {padding: 0.25rem 0.5rem;}:host > span > kol-span-wc {align-items: center;font-style: normal;gap: 0.5rem;}:host > span > kol-span-wc > span {display: flex;gap: 0.25rem;}:host button {border-radius: 0 var(--spacing) var(--spacing) 0;}",
|
|
276
276
|
"KOL-HEADING": "h1,h2,h3,h4,h5,h6 {font-weight: var(--font-weight-bold);margin: 0;padding: 1rem 0;}h1 {font-size: 2.5rem;line-height: 1.2;padding: 0 0 1rem 0;}h2 {font-size: 2rem;line-height: 1.25;}h3 {font-size: 1.75rem;line-height: 1.29;}h4 {font-size: 1.5rem;line-height: 1.33;}h5 {font-size: 1.25rem;line-height: 1.4;}h6 {font-size: 1rem;line-height: 1.5;}",
|
|
@@ -304,9 +304,9 @@ const ZOLLv2 = schema.KoliBri.createTheme("zoll-v2", {
|
|
|
304
304
|
"KOL-TABS": ':host > div {display: block;width: 100%;}:host kol-button-group-wc {border-radius: 0.25rem 0.25rem 0 0;background-color: var(--color-blau-light);}:host kol-button-group-wc > div {display: inline-flex;}:host kol-button-group-wc > div + div {margin-left: 0.25em;}:host kol-button-group-wc button {width: 100%;}:host > div > div {padding: 0.25em;border: 1px solid var(--border-color);border-radius: 0 0 0.25rem 0.25rem;}button {box-sizing: border-box;font-size: inherit;line-height: 1.25em;cursor: pointer;border-width: 2px;box-shadow: 0 0 0.25em gray;font-family: var(--font-family);width: inherit;border-radius: var(--border-radius);border-style: solid;padding: calc(2 * var(--spacing));display: grid;gap: 0.25em;align-items: center;justify-content: center;text-align: center;transition-duration: 0.5s;transition-property: background-color, color, border-color;}kol-button-wc button.selected,kol-button-wc[aria-selected="true"] button {background-color: white;border-bottom-width: 0.25em !important;border-bottom-style: solid;border-bottom-color: var(--color-akzent) !important;}button > kol-span-wc span {display: flex;gap: 0.25em;align-items: center;justify-content: center;}button:disabled {cursor: not-allowed;opacity: 0.5;}button.primary,button.primary:disabled:hover {background-color: var(--color-primary);border-color: var(--color-primary);color: white;}button.primary:hover,button.primary:focus {color: var(--color-primary);}button.secondary,button.secondary:disabled:hover {background-color: var(--color-secondary);border-color: var(--color-secondary);color: white;}button.secondary:hover,button.secondary:focus {color: var(--color-secondary);}button.normal,button.normal:disabled:hover {background-color: var(--color-normal);border-color: var(--color-normal);color: white;}button.normal:hover,button.normal:focus {color: var(--color-normal);}button.danger,button.danger:disabled:hover {background-color: var(--color-danger);border-color: var(--color-danger);color: white;}button.danger:hover,button.danger:focus {color: var(--color-danger);}button.ghost,button.ghost:disabled:hover {background-color: white;border-color: var(--color-ghost);color: var(--color-ghost);}button.ghost:hover,button.ghost:focus {background-color: var(--color-ghost);color: white;}button:hover,button:focus {background-color: white;box-shadow: 0 0 0.25em black;}button:active {outline: 0 !important;box-shadow: none !important;}.close-button {font-size: 25%;height: fit-content;width: 0;}.close-button button {width: 1rem;position: relative;height: 1rem;left: -4.25em;top: 0.25em;}:host > div {display: grid;}:host > div.tabs-align-left {grid-template-columns: auto 1fr;}:host > div.tabs-align-right {grid-template-columns: 1fr auto;}:host > .tabs-align-left kol-button-group-wc,:host > .tabs-align-top kol-button-group-wc {order: 0;}:host > .tabs-align-bottom kol-button-group-wc,:host > .tabs-align-right kol-button-group-wc {order: 1;}:host > div.tabs-align-left kol-button-group-wc > div,:host > div.tabs-align-left kol-button-group-wc > div > div,:host > div.tabs-align-right kol-button-group-wc > div,:host > div.tabs-align-right kol-button-group-wc > div > div {display: grid;}:host > div.tabs-align-left kol-button-group-wc > div > div kol-button-wc,:host > div.tabs-align-right kol-button-group-wc > div > div kol-button-wc {width: 100%;}:host > div.tabs-align-bottom kol-button-group-wc div,:host > div.tabs-align-top kol-button-group-wc div {display: flex;flex-wrap: wrap;}:host > div.tabs-align-bottom > kol-button-group-wc {border-radius: 0 0 0.25rem 0.25rem;}:host > div.tabs-align-bottom > div {border-radius: 0.25rem 0.25rem 0 0;}:host > div.tabs-align-top > kol-button-group-wc {border-radius: 0.25rem 0.25rem 0 0;}:host > div.tabs-align-top > div {border-radius: 0 0 0.25rem 0.25rem;}:host > div.tabs-align-left > kol-button-group-wc {border-radius: 0.25rem 0 0 0.25rem;}:host > div.tabs-align-left > div {border-radius: 0 0.25rem 0.25rem 0;}:host > div.tabs-align-right > kol-button-group-wc {border-radius: 0 0.25rem 0.25rem 0;}:host > div.tabs-align-right > div {border-radius: 0.25rem 0 0 0.25rem;}'
|
|
305
305
|
});
|
|
306
306
|
|
|
307
|
-
const DE =
|
|
307
|
+
const DE = components.KoliBri.createTranslation("de", {});
|
|
308
308
|
|
|
309
|
-
const EN =
|
|
309
|
+
const EN = components.KoliBri.createTranslation("en", {});
|
|
310
310
|
|
|
311
311
|
exports.BAMF = BAMF;
|
|
312
312
|
exports.BMF = BMF;
|