@public-ui/themes 2.0.10 → 2.0.11
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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -6
package/dist/index.cjs
CHANGED
|
@@ -1314,7 +1314,7 @@ var css_248z$9 = "@layer kol-theme-component {\n :host .hidden {\n display:
|
|
|
1314
1314
|
|
|
1315
1315
|
var css_248z$8 = "@layer kol-theme-component {\n .button {\n border-radius: 2rem;\n font-family: var(--font-family-sans);\n }\n .button-inner {\n background-color: var(--color-weiss);\n border-radius: 2rem;\n border: var(--spacing) solid var(--color-anthrazit);\n color: var(--color-anthrazit);\n font-size: inherit;\n gap: 0.25em;\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n padding: 0 1rem;\n transition-duration: 0.5s;\n transition-property: background, color, border-color;\n transition-timing-function: ease-in-out;\n }\n .hide-label .button-inner {\n padding: 0 0.5rem;\n }\n .button:not(:disabled):hover .button-inner,\n .button:focus .button-inner {\n background-color: var(--color-anthrazit);\n border-color: var(--color-anthrazit);\n color: var(--color-weiss);\n }\n .button:disabled .button-inner {\n cursor: not-allowed;\n opacity: 0.5;\n }\n .selected .button-inner {\n background-color: var(--color-achat);\n border-color: var(--color-achat);\n color: var(--color-weiss);\n font-weight: bold;\n opacity: 1 !important;\n text-decoration: underline;\n }\n}";
|
|
1316
1316
|
|
|
1317
|
-
var css_248z$7 = "@layer kol-theme-component {\n :host progress,\n :host span {\n display: block;\n height: 0px;\n overflow: hidden;\n width: 0px;\n }\n svg line:first-child,\n svg circle:first-child {\n fill: transparent;\n stroke: var(--color-fluorit);\n }\n svg line:last-child,\n svg circle:last-child {\n stroke: var(--color-achat);\n fill: transparent;\n }\n progress {\n display: none;\n }\n}";
|
|
1317
|
+
var css_248z$7 = "@layer kol-theme-component {\n :host {\n --kolibri-text-label-padding: 60px;\n }\n :host progress,\n :host span {\n display: block;\n height: 0px;\n overflow: hidden;\n width: 0px;\n }\n svg line:first-child,\n svg circle:first-child {\n fill: transparent;\n stroke: var(--color-fluorit);\n }\n svg line:last-child,\n svg circle:last-child {\n stroke: var(--color-achat);\n fill: transparent;\n }\n progress {\n display: none;\n }\n}";
|
|
1318
1318
|
|
|
1319
1319
|
var css_248z$6 = "@layer kol-theme-component {\n :host {\n --kolibri-border-width: 1px;\n }\n :host .default {\n border-color: var(--color-anthrazit);\n }\n :host .heading {\n gap: 0.5rem;\n }\n :host .default .heading-icon {\n background-color: var(--color-anthrazit);\n }\n :host .error {\n border-color: var(--color-rotton);\n }\n :host .error .heading-icon {\n background-color: var(--color-rotton);\n }\n :host .info {\n border-color: var(--color-petrol);\n }\n :host .info .heading-icon {\n background-color: var(--color-petrol);\n }\n :host .success {\n border-color: var(--color-gras);\n }\n :host .success .heading-icon {\n background-color: var(--color-gras);\n }\n :host .warning {\n border-color: var(--color-warn);\n }\n :host .warning .heading-icon {\n background-color: var(--color-warn);\n }\n select:hover,\n select:focus {\n border-color: var(--default-border-hover);\n outline-color: var(--primary) !important;\n outline-offset: 0;\n outline-style: solid;\n outline-width: 1px;\n }\n label {\n color: var(--default-letter);\n font-size: 14px;\n line-height: 20px;\n gap: 8px;\n width: 100%;\n font-weight: bold;\n }\n select.error {\n background-color: var(--danger-light) !important;\n border-color: var(--danger);\n }\n select {\n width: 100%;\n color: var(--default-letter);\n border-width: 1px;\n border-style: solid;\n line-height: 24px;\n font-size: 16px;\n border-color: var(--kolibri-color-normal);\n border-radius: 0;\n background-color: #e8edf2 !important;\n }\n select:disabled {\n cursor: not-allowed;\n border-color: var(--border-default);\n background-color: var(--background-light-grey);\n }\n option {\n height: 2em;\n }\n select:not([multiple]) option {\n padding: 0.5em;\n }\n .kol-alert-wc {\n margin-top: var(--spacing);\n display: block;\n }\n .kol-required span::after {\n content: \"*\";\n }\n}";
|
|
1320
1320
|
|
package/dist/index.mjs
CHANGED
|
@@ -1312,7 +1312,7 @@ var css_248z$9 = "@layer kol-theme-component {\n :host .hidden {\n display:
|
|
|
1312
1312
|
|
|
1313
1313
|
var css_248z$8 = "@layer kol-theme-component {\n .button {\n border-radius: 2rem;\n font-family: var(--font-family-sans);\n }\n .button-inner {\n background-color: var(--color-weiss);\n border-radius: 2rem;\n border: var(--spacing) solid var(--color-anthrazit);\n color: var(--color-anthrazit);\n font-size: inherit;\n gap: 0.25em;\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n padding: 0 1rem;\n transition-duration: 0.5s;\n transition-property: background, color, border-color;\n transition-timing-function: ease-in-out;\n }\n .hide-label .button-inner {\n padding: 0 0.5rem;\n }\n .button:not(:disabled):hover .button-inner,\n .button:focus .button-inner {\n background-color: var(--color-anthrazit);\n border-color: var(--color-anthrazit);\n color: var(--color-weiss);\n }\n .button:disabled .button-inner {\n cursor: not-allowed;\n opacity: 0.5;\n }\n .selected .button-inner {\n background-color: var(--color-achat);\n border-color: var(--color-achat);\n color: var(--color-weiss);\n font-weight: bold;\n opacity: 1 !important;\n text-decoration: underline;\n }\n}";
|
|
1314
1314
|
|
|
1315
|
-
var css_248z$7 = "@layer kol-theme-component {\n :host progress,\n :host span {\n display: block;\n height: 0px;\n overflow: hidden;\n width: 0px;\n }\n svg line:first-child,\n svg circle:first-child {\n fill: transparent;\n stroke: var(--color-fluorit);\n }\n svg line:last-child,\n svg circle:last-child {\n stroke: var(--color-achat);\n fill: transparent;\n }\n progress {\n display: none;\n }\n}";
|
|
1315
|
+
var css_248z$7 = "@layer kol-theme-component {\n :host {\n --kolibri-text-label-padding: 60px;\n }\n :host progress,\n :host span {\n display: block;\n height: 0px;\n overflow: hidden;\n width: 0px;\n }\n svg line:first-child,\n svg circle:first-child {\n fill: transparent;\n stroke: var(--color-fluorit);\n }\n svg line:last-child,\n svg circle:last-child {\n stroke: var(--color-achat);\n fill: transparent;\n }\n progress {\n display: none;\n }\n}";
|
|
1316
1316
|
|
|
1317
1317
|
var css_248z$6 = "@layer kol-theme-component {\n :host {\n --kolibri-border-width: 1px;\n }\n :host .default {\n border-color: var(--color-anthrazit);\n }\n :host .heading {\n gap: 0.5rem;\n }\n :host .default .heading-icon {\n background-color: var(--color-anthrazit);\n }\n :host .error {\n border-color: var(--color-rotton);\n }\n :host .error .heading-icon {\n background-color: var(--color-rotton);\n }\n :host .info {\n border-color: var(--color-petrol);\n }\n :host .info .heading-icon {\n background-color: var(--color-petrol);\n }\n :host .success {\n border-color: var(--color-gras);\n }\n :host .success .heading-icon {\n background-color: var(--color-gras);\n }\n :host .warning {\n border-color: var(--color-warn);\n }\n :host .warning .heading-icon {\n background-color: var(--color-warn);\n }\n select:hover,\n select:focus {\n border-color: var(--default-border-hover);\n outline-color: var(--primary) !important;\n outline-offset: 0;\n outline-style: solid;\n outline-width: 1px;\n }\n label {\n color: var(--default-letter);\n font-size: 14px;\n line-height: 20px;\n gap: 8px;\n width: 100%;\n font-weight: bold;\n }\n select.error {\n background-color: var(--danger-light) !important;\n border-color: var(--danger);\n }\n select {\n width: 100%;\n color: var(--default-letter);\n border-width: 1px;\n border-style: solid;\n line-height: 24px;\n font-size: 16px;\n border-color: var(--kolibri-color-normal);\n border-radius: 0;\n background-color: #e8edf2 !important;\n }\n select:disabled {\n cursor: not-allowed;\n border-color: var(--border-default);\n background-color: var(--background-light-grey);\n }\n option {\n height: 2em;\n }\n select:not([multiple]) option {\n padding: 0.5em;\n }\n .kol-alert-wc {\n margin-top: var(--spacing);\n display: block;\n }\n .kol-required span::after {\n content: \"*\";\n }\n}";
|
|
1318
1318
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/themes",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
|
-
"repository":
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/public-ui/kolibri"
|
|
9
|
+
},
|
|
7
10
|
"bugs": {
|
|
8
11
|
"url": "https://github.com/public-ui/kolibri/issues",
|
|
9
12
|
"email": "kolibri@itzbund.de"
|
|
@@ -41,10 +44,10 @@
|
|
|
41
44
|
"wcag"
|
|
42
45
|
],
|
|
43
46
|
"devDependencies": {
|
|
44
|
-
"@public-ui/schema": "2.0.
|
|
47
|
+
"@public-ui/schema": "2.0.11",
|
|
45
48
|
"@types/node": "ts5.4",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
47
|
-
"@typescript-eslint/parser": "7.
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "7.4.0",
|
|
50
|
+
"@typescript-eslint/parser": "7.4.0",
|
|
48
51
|
"eslint": "8.57.0",
|
|
49
52
|
"eslint-plugin-no-loops": "0.3.0",
|
|
50
53
|
"nodemon": "3.1.0",
|
|
@@ -55,7 +58,7 @@
|
|
|
55
58
|
"unbuild": "1.2.1"
|
|
56
59
|
},
|
|
57
60
|
"peerDependencies": {
|
|
58
|
-
"@public-ui/components": "2.0.
|
|
61
|
+
"@public-ui/components": "2.0.11"
|
|
59
62
|
},
|
|
60
63
|
"sideEffects": false,
|
|
61
64
|
"type": "module",
|