@public-ui/themes 1.6.1 → 1.6.2
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 +192 -159
- package/dist/index.mjs +192 -159
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -299,7 +299,7 @@ var loglevel = {exports: {}};
|
|
|
299
299
|
}));
|
|
300
300
|
} (loglevel));
|
|
301
301
|
|
|
302
|
-
const createTranslation=(e,t)=>o=>o(e,t),createTheme=(e,t)=>o=>o(e,t),STORE="object"==typeof window?window:"object"==typeof global?global:"object"==typeof self?self:{};const STYLING_TASK_QUEUE=new Map,HYDRATED_HISTORY=[],CSS_PROPERTIES_REGISTERED=new Set,CSS_STYLE_CACHE=new Map,REGEX_CSS_PROPERTIES=/--[^;]+/g,REGEX_SPLIT_CSS_PROPERTY=/:/;"object"==typeof STORE.A11yUi&&null!==STORE.A11yUi||(STORE.A11yUi={CSS_STYLE_CACHE:CSS_STYLE_CACHE,HYDRATED_HISTORY:HYDRATED_HISTORY,STYLING_TASK_QUEUE:STYLING_TASK_QUEUE});const extractProperties=(e,t)=>{let o=t.match(REGEX_CSS_PROPERTIES);if(Array.isArray(o)){o=o.filter((e=>REGEX_SPLIT_CSS_PROPERTY.test(e)));const t=document.createElement("style");t.innerHTML=`.${e} {${o.join(";")}}`,document.querySelector("head")?.appendChild(t);}CSS_PROPERTIES_REGISTERED.add(e);},getCssStyle=(e,t)=>"object"==typeof STORE.A11yUi&&null!==STORE.A11yUi&&"object"==typeof STORE.A11yUi.Themes&&null!==STORE.A11yUi.Themes&&"object"==typeof STORE.A11yUi.Themes[e]&&null!==STORE.A11yUi.Themes[e]&&"string"==typeof STORE.A11yUi.Themes[e][t]?STORE.A11yUi.Themes[e][t].replace(/\r?\n/g,""):"",removeStyle=e=>{for(const t of Array.from(e.childNodes)){if(!(t instanceof HTMLStyleElement&&"STYLE"===t.tagName))break;e.removeChild(t);}},patchStyle=(e,t)=>{try{const o=[];t.forEach((e=>{const t=new CSSStyleSheet;t.replaceSync(e),o.push(t);})),e.adoptedStyleSheets=o;}catch(o){t.reverse().forEach((t=>{const o=document.createElement("style");o.innerHTML=t,e.insertBefore(o,e.firstChild);}));}},encroachStyles=(e,t,o)=>{if(!1!==o){const s=[...Array.from(e.childNodes).filter((e=>e instanceof HTMLStyleElement&&"STYLE"===e.tagName))];let r;try{r=[...Array.from(e.adoptedStyleSheets)];}catch(e){r=[];}"before"===o?.mode?(s.reverse().forEach((e=>t.unshift(e.innerHTML))),r.reverse().forEach((e=>t.unshift(Array.from(e.cssRules).map((e=>e.cssText)).join(""))))):"after"===o?.mode&&(s.forEach((e=>t.push(e.innerHTML))),r.forEach((e=>t.push(Array.from(e.cssRules).map((e=>e.cssText)).join("")))));}},setThemeStyleAfterHydrated=(e,t,o)=>{const s=t.name||"default";let r;try{if(null===e.shadowRoot)throw new Error("ShadowRoot is null");r=e.shadowRoot;}catch(t){r=e;}if(CSS_STYLE_CACHE.get(s)?.has(e.tagName))switchStyle(e,r,CSS_STYLE_CACHE.get(s)?.get(e.tagName),o);else {const
|
|
302
|
+
const createTranslation=(e,t)=>o=>o(e,t),createTheme=(e,t)=>o=>o(e,t),STORE="object"==typeof window?window:"object"==typeof global?global:"object"==typeof self?self:{};var __defProp$1=Object.defineProperty,__defNormalProp$1=(e,t,o)=>t in e?__defProp$1(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,__publicField$1=(e,t,o)=>(__defNormalProp$1(e,"symbol"!=typeof t?t+"":t,o),o);const _RobustStore=class e{constructor(e,t){__publicField$1(this,"store"),this.store=this.createStore(e,t);}static getInstance(t,o){let s=e.instances.get(t);return void 0===s&&(s=new e(o,t),e.instances.set(t,s)),s}createStore(e,t){return Object.defineProperty(e,t,{enumerable:!1,value:{},writable:!1}),e[t]}recursiveSetItem(t,o,s,r=e.options){let a="object"==typeof s&&null!==s?{}:s;if(Object.defineProperty(t,o,{enumerable:!0===r.enumerable,get:()=>a,set:!0===r.immutable?void 0:e=>a=e}),"object"==typeof s&&null!==s)for(const[e,a]of Object.entries(s))this.recursiveSetItem(t[o],e,a,r);}setItem(t,o,s=e.options){return this.recursiveSetItem(this.store,t,o,s),this}getItem(e){return Array.isArray(e)?e.map((e=>this.getItem(e))):this.store[e]}};__publicField$1(_RobustStore,"options",{enumerable:!1,immutable:!1}),__publicField$1(_RobustStore,"instances",new Map);const STYLING_TASK_QUEUE=new Map,HYDRATED_HISTORY=[],CSS_PROPERTIES_REGISTERED=new Set,CSS_STYLE_CACHE=new Map,REGEX_CSS_PROPERTIES=/--[^;]+/g,REGEX_SPLIT_CSS_PROPERTY=/:/;"object"==typeof STORE.A11yUi&&null!==STORE.A11yUi||(STORE.A11yUi={CSS_STYLE_CACHE:CSS_STYLE_CACHE,HYDRATED_HISTORY:HYDRATED_HISTORY,STYLING_TASK_QUEUE:STYLING_TASK_QUEUE});const extractProperties=(e,t)=>{let o=t.match(REGEX_CSS_PROPERTIES);if(Array.isArray(o)){o=o.filter((e=>REGEX_SPLIT_CSS_PROPERTY.test(e)));const t=document.createElement("style");t.innerHTML=`.${e} {${o.join(";")}}`,document.querySelector("head")?.appendChild(t);}CSS_PROPERTIES_REGISTERED.add(e);},getCssStyle=(e,t)=>"object"==typeof STORE.A11yUi&&null!==STORE.A11yUi&&"object"==typeof STORE.A11yUi.Themes&&null!==STORE.A11yUi.Themes&&"object"==typeof STORE.A11yUi.Themes[e]&&null!==STORE.A11yUi.Themes[e]&&"string"==typeof STORE.A11yUi.Themes[e][t]?STORE.A11yUi.Themes[e][t].replace(/\r?\n/g,""):"",removeStyle=e=>{for(const t of Array.from(e.childNodes)){if(!(t instanceof HTMLStyleElement&&"STYLE"===t.tagName))break;e.removeChild(t);}},patchStyle=(e,t)=>{try{const o=[];t.forEach((e=>{const t=new CSSStyleSheet;t.replaceSync(e),o.push(t);})),e.adoptedStyleSheets=o;}catch(o){t.reverse().forEach((t=>{const o=document.createElement("style");o.innerHTML=t,e.insertBefore(o,e.firstChild);}));}},encroachStyles=(e,t,o)=>{if(!1!==o){const s=[...Array.from(e.childNodes).filter((e=>e instanceof HTMLStyleElement&&"STYLE"===e.tagName))];let r;try{r=[...Array.from(e.adoptedStyleSheets)];}catch(e){r=[];}"before"===o?.mode?(s.reverse().forEach((e=>t.unshift(e.innerHTML))),r.reverse().forEach((e=>t.unshift(Array.from(e.cssRules).map((e=>e.cssText)).join(""))))):"after"===o?.mode&&(s.forEach((e=>t.push(e.innerHTML))),r.forEach((e=>t.push(Array.from(e.cssRules).map((e=>e.cssText)).join("")))));}},setThemeStyleAfterHydrated=(e,t,o)=>{const s=t.name||"default";let r;try{if(null===e.shadowRoot)throw new Error("ShadowRoot is null");r=e.shadowRoot;}catch(t){r=e;}if(CSS_STYLE_CACHE.get(s)?.has(e.tagName))switchStyle(e,r,CSS_STYLE_CACHE.get(s)?.get(e.tagName),o);else {const a=getCssStyle(s,"PROPERTIES"),n=getCssStyle(s,"GLOBAL"),l=getCssStyle(s,e.tagName);!1===CSS_PROPERTIES_REGISTERED.has(s)&&extractProperties(s,n);const i=[a,n,l];encroachStyles(r,i,t.encroachCss),"debug"===t.loglevel&&console.log(e.tagName,i),!0===t.cache&&(!1===CSS_STYLE_CACHE.has(s)&&CSS_STYLE_CACHE.set(s,new Map),CSS_STYLE_CACHE.get(s)?.set(e.tagName,i)),switchStyle(e,r,i,o);}},switchStyle=(e,t,o,s)=>{removeStyle(t),patchStyle(t,o),e.style.display=s;},logHydratedHistory=e=>{"debug"===e.loglevel&&HYDRATED_HISTORY.push({timestamp:Date.now(),numberOfTasks:STYLING_TASK_QUEUE.size});},deleteDoneTask=e=>{STYLING_TASK_QUEUE.delete(e);},loggedDeleteDoneTask=(e,t)=>{deleteDoneTask(e),logHydratedHistory(t);},observerCallback=e=>{for(const t of e)if(STYLING_TASK_QUEUE.has(t.target)&&t.target.classList.contains("hydrated")){const{styleDisplay:e,themeDetails:o}=STYLING_TASK_QUEUE.get(t.target);setThemeStyleAfterHydrated(t.target,o,e),loggedDeleteDoneTask(t.target,o);}};let observer;try{observer=new MutationObserver(observerCallback);}catch(e){observer=null;}var __defProp=Object.defineProperty,__defNormalProp=(e,t,o)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,__publicField=(e,t,o)=>(__defNormalProp(e,"symbol"!=typeof t?t+"":t,o),o);class Theme{constructor(e,t,o){__publicField(this,"Prefix"),__publicField(this,"Key"),__publicField(this,"Tag"),__publicField(this,"createTheme",((e,t)=>createTheme(e,t))),__publicField(this,"createTranslation",((e,t)=>createTranslation(e,t))),this.Prefix=e,this.Key=Object.getOwnPropertyNames(t),this.Tag=Object.getOwnPropertyNames(o);}}
|
|
303
303
|
|
|
304
304
|
var KeyEnum = /* @__PURE__ */ ((KeyEnum2) => {
|
|
305
305
|
KeyEnum2[KeyEnum2["error"] = 0] = "error";
|
|
@@ -399,6 +399,7 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
399
399
|
--color-green-dark: #23614e;
|
|
400
400
|
--color-heroic-blue: #126dff;
|
|
401
401
|
--color-mercury: #ebebeb;
|
|
402
|
+
--color-ocean: #0077b6;
|
|
402
403
|
--color-red-epiphyllum: #d00000;
|
|
403
404
|
--color-speedwell: #595f73;
|
|
404
405
|
--color-tropic-sea: #007194;
|
|
@@ -1994,6 +1995,7 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
1994
1995
|
option:checked:not(:disabled),
|
|
1995
1996
|
option:focus:not(:disabled),
|
|
1996
1997
|
option:hover:not(:disabled) {
|
|
1998
|
+
background: var(--color-ocean);
|
|
1997
1999
|
color: white;
|
|
1998
2000
|
}`,
|
|
1999
2001
|
"KOL-INPUT-COLOR": `kol-input {
|
|
@@ -4779,7 +4781,6 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4779
4781
|
nav {
|
|
4780
4782
|
font-family: var(--font-family);
|
|
4781
4783
|
font-size: var(--font-size);
|
|
4782
|
-
background-color: var(--color-smoke);
|
|
4783
4784
|
width: 100%;
|
|
4784
4785
|
}
|
|
4785
4786
|
ul {
|
|
@@ -4792,10 +4793,12 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4792
4793
|
display: flex;
|
|
4793
4794
|
place-items: center;
|
|
4794
4795
|
}
|
|
4795
|
-
.entry > kol-
|
|
4796
|
+
.entry > kol-button-link-text-switch {
|
|
4796
4797
|
width: 100%;
|
|
4797
4798
|
}
|
|
4798
|
-
.entry
|
|
4799
|
+
.entry
|
|
4800
|
+
> kol-button-link-text-switch
|
|
4801
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4799
4802
|
background-color: var(--color-white);
|
|
4800
4803
|
text-decoration: none;
|
|
4801
4804
|
color: var(--color-midnight);
|
|
@@ -4810,55 +4813,81 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4810
4813
|
transition-property: background-color, color, border-color;
|
|
4811
4814
|
letter-spacing: 0.175px;
|
|
4812
4815
|
}
|
|
4813
|
-
.entry
|
|
4816
|
+
.entry
|
|
4817
|
+
> kol-button-link-text-switch
|
|
4818
|
+
> :is(kol-link-wc, kol-button-wc):first-child:is(a, button) {
|
|
4814
4819
|
color: var(--color-midnight);
|
|
4815
4820
|
text-decoration: none;
|
|
4816
4821
|
}
|
|
4817
|
-
.entry
|
|
4822
|
+
.entry
|
|
4823
|
+
> kol-button-link-text-switch
|
|
4824
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child:hover {
|
|
4818
4825
|
border-left-color: var(--color-ocean);
|
|
4819
4826
|
background-color: var(--color-ocean);
|
|
4827
|
+
letter-spacing: unset;
|
|
4820
4828
|
}
|
|
4821
4829
|
.entry
|
|
4830
|
+
> kol-button-link-text-switch
|
|
4822
4831
|
> :is(kol-link-wc, kol-button-wc, kol-span-wc):first-child:hover
|
|
4823
4832
|
> :is(a, button, span) {
|
|
4824
4833
|
color: var(--color-white);
|
|
4834
|
+
background-color: var(--color-ocean);
|
|
4825
4835
|
font-weight: 700;
|
|
4826
4836
|
letter-spacing: unset;
|
|
4827
4837
|
}
|
|
4828
|
-
|
|
4838
|
+
:is(.active, .selected).list.entry
|
|
4839
|
+
> kol-button-link-text-switch
|
|
4840
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4841
|
+
background-color: var(--color-smoke);
|
|
4842
|
+
}
|
|
4843
|
+
:is(.active, .selected)
|
|
4844
|
+
> .entry
|
|
4845
|
+
> kol-button-link-text-switch
|
|
4846
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4829
4847
|
background-color: var(--color-ice);
|
|
4830
4848
|
color: var(--color-midnight);
|
|
4831
4849
|
font-weight: 700;
|
|
4832
4850
|
}
|
|
4833
|
-
.selected
|
|
4851
|
+
:is(.active, .selected)
|
|
4852
|
+
> .entry
|
|
4853
|
+
> kol-button-link-text-switch
|
|
4834
4854
|
> :is(kol-link-wc, kol-button-wc, kol-span-wc):first-child
|
|
4835
4855
|
> :is(a, button, span) {
|
|
4836
4856
|
font-weight: 700;
|
|
4837
4857
|
}
|
|
4838
|
-
|
|
4858
|
+
:is(.active, .selected)
|
|
4859
|
+
> .entry
|
|
4860
|
+
> kol-button-link-text-switch
|
|
4861
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child:hover {
|
|
4839
4862
|
color: var(--color-white);
|
|
4840
4863
|
letter-spacing: unset;
|
|
4841
4864
|
}
|
|
4842
|
-
.entry > kol-span-wc > span,
|
|
4865
|
+
.entry > kol-button-link-text-switch > kol-span-wc > span,
|
|
4843
4866
|
.entry :is(a, button) {
|
|
4844
4867
|
border-left-color: transparent;
|
|
4845
4868
|
border-left-style: solid;
|
|
4846
4869
|
border-left-width: 0.5rem;
|
|
4847
4870
|
padding: 0.75rem 0.5rem 0.75rem 0.25rem;
|
|
4848
4871
|
}
|
|
4849
|
-
.selected :is(a, button),
|
|
4872
|
+
:is(.active, .selected) kol-button-link-text-switch :is(a, button),
|
|
4850
4873
|
[exportparts*="selected"] a {
|
|
4851
4874
|
border-left-color: var(--color-midnight);
|
|
4852
|
-
} /** Compact mode */
|
|
4853
|
-
.entry.compact :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4854
|
-
place-items: center;
|
|
4855
4875
|
}
|
|
4856
|
-
|
|
4857
|
-
|
|
4876
|
+
:is(kol-button-wc button, kol-link-wc a) {
|
|
4877
|
+
color: var(--color-midnight);
|
|
4858
4878
|
}
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4879
|
+
kol-link-wc a {
|
|
4880
|
+
text-decoration: none;
|
|
4881
|
+
}
|
|
4882
|
+
kol-link-wc kol-icon {
|
|
4883
|
+
display: none;
|
|
4884
|
+
}
|
|
4885
|
+
/** Compact mode */
|
|
4886
|
+
.entry.hide-label :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4887
|
+
place-items: center;
|
|
4888
|
+
}
|
|
4889
|
+
.entry.hide-label :is(a, button) {
|
|
4890
|
+
padding: 0;
|
|
4862
4891
|
}`,
|
|
4863
4892
|
"KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
|
|
4864
4893
|
:host > div {
|
|
@@ -5122,6 +5151,7 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
5122
5151
|
position: relative;
|
|
5123
5152
|
min-height: 44px;
|
|
5124
5153
|
margin: 0;
|
|
5154
|
+
gap: 0.5rem;
|
|
5125
5155
|
}
|
|
5126
5156
|
fieldset div label {
|
|
5127
5157
|
cursor: pointer;
|
|
@@ -22638,7 +22668,6 @@ const ITZBund = KoliBri.createTheme("itzbund", {
|
|
|
22638
22668
|
border-radius: calc(2 * var(--border-radius));
|
|
22639
22669
|
width: 100%;
|
|
22640
22670
|
height: 100%;
|
|
22641
|
-
overflow: hidden;
|
|
22642
22671
|
}
|
|
22643
22672
|
kol-heading {
|
|
22644
22673
|
padding: 0.5rem;
|
|
@@ -50317,11 +50346,11 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50317
50346
|
kol-tooltip-wc .tooltip-content {
|
|
50318
50347
|
border-radius: var(--border-radius);
|
|
50319
50348
|
line-height: 1.5;
|
|
50320
|
-
padding:
|
|
50349
|
+
padding: 0.5rem 0.75rem;
|
|
50321
50350
|
}
|
|
50322
50351
|
kol-span-wc,
|
|
50323
50352
|
kol-span-wc > span {
|
|
50324
|
-
gap:
|
|
50353
|
+
gap: 0.5rem;
|
|
50325
50354
|
}
|
|
50326
50355
|
|
|
50327
50356
|
@keyframes spin {
|
|
@@ -50421,7 +50450,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50421
50450
|
outline: none;
|
|
50422
50451
|
}
|
|
50423
50452
|
:is(a, button).hide-label > kol-span-wc {
|
|
50424
|
-
padding:
|
|
50453
|
+
padding: 0.8rem;
|
|
50425
50454
|
width: unset;
|
|
50426
50455
|
}
|
|
50427
50456
|
:is(a, button).hide-label > kol-span-wc > span > span {
|
|
@@ -50461,7 +50490,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50461
50490
|
`,
|
|
50462
50491
|
"KOL-INPUT-TEXT": css`
|
|
50463
50492
|
kol-input {
|
|
50464
|
-
gap:
|
|
50493
|
+
gap: 0.25rem;
|
|
50465
50494
|
}
|
|
50466
50495
|
kol-input .error {
|
|
50467
50496
|
order: 1;
|
|
@@ -50489,18 +50518,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50489
50518
|
border-radius: var(--border-radius);
|
|
50490
50519
|
border-style: solid;
|
|
50491
50520
|
border-width: 2px;
|
|
50492
|
-
padding: 0
|
|
50521
|
+
padding: 0 0.5rem;
|
|
50493
50522
|
}
|
|
50494
50523
|
.input > kol-icon {
|
|
50495
50524
|
width: 1rem;
|
|
50496
50525
|
}
|
|
50497
50526
|
.input:is(.icon-left, .icon-right) {
|
|
50498
|
-
padding-left:
|
|
50499
|
-
padding-right:
|
|
50527
|
+
padding-left: 1rem;
|
|
50528
|
+
padding-right: 1rem;
|
|
50500
50529
|
}
|
|
50501
50530
|
.input:is(.icon-left, .icon-right) input {
|
|
50502
|
-
padding-left:
|
|
50503
|
-
padding-right:
|
|
50531
|
+
padding-left: 0.5rem;
|
|
50532
|
+
padding-right: 0.5rem;
|
|
50504
50533
|
}
|
|
50505
50534
|
.input > input:first-child {
|
|
50506
50535
|
padding-left: var(--spacing);
|
|
@@ -50521,7 +50550,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50521
50550
|
}
|
|
50522
50551
|
kol-input.error {
|
|
50523
50552
|
border-left: 3px solid var(--color-danger);
|
|
50524
|
-
padding-left:
|
|
50553
|
+
padding-left: 1rem;
|
|
50525
50554
|
}
|
|
50526
50555
|
kol-input.error .input:focus-within {
|
|
50527
50556
|
outline-color: var(--color-danger) !important;
|
|
@@ -50540,7 +50569,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50540
50569
|
`,
|
|
50541
50570
|
"KOL-INPUT-PASSWORD": css`
|
|
50542
50571
|
kol-input {
|
|
50543
|
-
gap:
|
|
50572
|
+
gap: 0.25rem;
|
|
50544
50573
|
}
|
|
50545
50574
|
kol-input .error {
|
|
50546
50575
|
order: 1;
|
|
@@ -50568,18 +50597,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50568
50597
|
border-radius: var(--border-radius);
|
|
50569
50598
|
border-style: solid;
|
|
50570
50599
|
border-width: 2px;
|
|
50571
|
-
padding: 0
|
|
50600
|
+
padding: 0 0.5rem;
|
|
50572
50601
|
}
|
|
50573
50602
|
.input > kol-icon {
|
|
50574
50603
|
width: 1rem;
|
|
50575
50604
|
}
|
|
50576
50605
|
.input:is(.icon-left, .icon-right) {
|
|
50577
|
-
padding-left:
|
|
50578
|
-
padding-right:
|
|
50606
|
+
padding-left: 1rem;
|
|
50607
|
+
padding-right: 1rem;
|
|
50579
50608
|
}
|
|
50580
50609
|
.input:is(.icon-left, .icon-right) input {
|
|
50581
|
-
padding-left:
|
|
50582
|
-
padding-right:
|
|
50610
|
+
padding-left: 0.5rem;
|
|
50611
|
+
padding-right: 0.5rem;
|
|
50583
50612
|
}
|
|
50584
50613
|
.input > input:first-child {
|
|
50585
50614
|
padding-left: var(--spacing);
|
|
@@ -50600,7 +50629,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50600
50629
|
}
|
|
50601
50630
|
kol-input.error {
|
|
50602
50631
|
border-left: 3px solid var(--color-danger);
|
|
50603
|
-
padding-left:
|
|
50632
|
+
padding-left: 1rem;
|
|
50604
50633
|
}
|
|
50605
50634
|
kol-input.error .input:focus-within {
|
|
50606
50635
|
outline-color: var(--color-danger) !important;
|
|
@@ -50620,7 +50649,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50620
50649
|
`,
|
|
50621
50650
|
"KOL-INPUT-NUMBER": css`
|
|
50622
50651
|
kol-input {
|
|
50623
|
-
gap:
|
|
50652
|
+
gap: 0.25rem;
|
|
50624
50653
|
}
|
|
50625
50654
|
kol-input .error {
|
|
50626
50655
|
order: 1;
|
|
@@ -50648,18 +50677,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50648
50677
|
border-radius: var(--border-radius);
|
|
50649
50678
|
border-style: solid;
|
|
50650
50679
|
border-width: 2px;
|
|
50651
|
-
padding: 0
|
|
50680
|
+
padding: 0 0.5rem;
|
|
50652
50681
|
}
|
|
50653
50682
|
.input > kol-icon {
|
|
50654
50683
|
width: 1rem;
|
|
50655
50684
|
}
|
|
50656
50685
|
.input:is(.icon-left, .icon-right) {
|
|
50657
|
-
padding-left:
|
|
50658
|
-
padding-right:
|
|
50686
|
+
padding-left: 1rem;
|
|
50687
|
+
padding-right: 1rem;
|
|
50659
50688
|
}
|
|
50660
50689
|
.input:is(.icon-left, .icon-right) input {
|
|
50661
|
-
padding-left:
|
|
50662
|
-
padding-right:
|
|
50690
|
+
padding-left: 0.5rem;
|
|
50691
|
+
padding-right: 0.5rem;
|
|
50663
50692
|
}
|
|
50664
50693
|
.input > input:first-child {
|
|
50665
50694
|
padding-left: var(--spacing);
|
|
@@ -50680,7 +50709,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50680
50709
|
}
|
|
50681
50710
|
kol-input.error {
|
|
50682
50711
|
border-left: 3px solid var(--color-danger);
|
|
50683
|
-
padding-left:
|
|
50712
|
+
padding-left: 1rem;
|
|
50684
50713
|
}
|
|
50685
50714
|
kol-input.error .input:focus-within {
|
|
50686
50715
|
outline-color: var(--color-danger) !important;
|
|
@@ -50700,7 +50729,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50700
50729
|
`,
|
|
50701
50730
|
"KOL-INPUT-DATE": css`
|
|
50702
50731
|
kol-input {
|
|
50703
|
-
gap:
|
|
50732
|
+
gap: 0.25rem;
|
|
50704
50733
|
}
|
|
50705
50734
|
kol-input .error {
|
|
50706
50735
|
order: 1;
|
|
@@ -50728,18 +50757,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50728
50757
|
border-radius: var(--border-radius);
|
|
50729
50758
|
border-style: solid;
|
|
50730
50759
|
border-width: 2px;
|
|
50731
|
-
padding: 0
|
|
50760
|
+
padding: 0 0.5rem;
|
|
50732
50761
|
}
|
|
50733
50762
|
.input > kol-icon {
|
|
50734
50763
|
width: 1rem;
|
|
50735
50764
|
}
|
|
50736
50765
|
.input:is(.icon-left, .icon-right) {
|
|
50737
|
-
padding-left:
|
|
50738
|
-
padding-right:
|
|
50766
|
+
padding-left: 1rem;
|
|
50767
|
+
padding-right: 1rem;
|
|
50739
50768
|
}
|
|
50740
50769
|
.input:is(.icon-left, .icon-right) input {
|
|
50741
|
-
padding-left:
|
|
50742
|
-
padding-right:
|
|
50770
|
+
padding-left: 0.5rem;
|
|
50771
|
+
padding-right: 0.5rem;
|
|
50743
50772
|
}
|
|
50744
50773
|
.input > input:first-child {
|
|
50745
50774
|
padding-left: var(--spacing);
|
|
@@ -50759,7 +50788,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50759
50788
|
}
|
|
50760
50789
|
kol-input.error {
|
|
50761
50790
|
border-left: 3px solid var(--color-danger);
|
|
50762
|
-
padding-left:
|
|
50791
|
+
padding-left: 1rem;
|
|
50763
50792
|
}
|
|
50764
50793
|
kol-input.error .input:focus-within {
|
|
50765
50794
|
outline-color: var(--color-danger) !important;
|
|
@@ -50779,7 +50808,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50779
50808
|
`,
|
|
50780
50809
|
"KOL-INPUT-EMAIL": css`
|
|
50781
50810
|
kol-input {
|
|
50782
|
-
gap:
|
|
50811
|
+
gap: 0.25rem;
|
|
50783
50812
|
}
|
|
50784
50813
|
kol-input .error {
|
|
50785
50814
|
order: 1;
|
|
@@ -50807,18 +50836,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50807
50836
|
border-radius: var(--border-radius);
|
|
50808
50837
|
border-style: solid;
|
|
50809
50838
|
border-width: 2px;
|
|
50810
|
-
padding: 0
|
|
50839
|
+
padding: 0 0.5rem;
|
|
50811
50840
|
}
|
|
50812
50841
|
.input > kol-icon {
|
|
50813
50842
|
width: 1rem;
|
|
50814
50843
|
}
|
|
50815
50844
|
.input:is(.icon-left, .icon-right) {
|
|
50816
|
-
padding-left:
|
|
50817
|
-
padding-right:
|
|
50845
|
+
padding-left: 1rem;
|
|
50846
|
+
padding-right: 1rem;
|
|
50818
50847
|
}
|
|
50819
50848
|
.input:is(.icon-left, .icon-right) input {
|
|
50820
|
-
padding-left:
|
|
50821
|
-
padding-right:
|
|
50849
|
+
padding-left: 0.5rem;
|
|
50850
|
+
padding-right: 0.5rem;
|
|
50822
50851
|
}
|
|
50823
50852
|
.input > input:first-child {
|
|
50824
50853
|
padding-left: var(--spacing);
|
|
@@ -50839,7 +50868,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50839
50868
|
}
|
|
50840
50869
|
kol-input.error {
|
|
50841
50870
|
border-left: 3px solid var(--color-danger);
|
|
50842
|
-
padding-left:
|
|
50871
|
+
padding-left: 1rem;
|
|
50843
50872
|
}
|
|
50844
50873
|
kol-input.error .input:focus-within {
|
|
50845
50874
|
outline-color: var(--color-danger) !important;
|
|
@@ -50859,7 +50888,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50859
50888
|
`,
|
|
50860
50889
|
"KOL-INPUT-FILE": css`
|
|
50861
50890
|
kol-input {
|
|
50862
|
-
gap:
|
|
50891
|
+
gap: 0.25rem;
|
|
50863
50892
|
}
|
|
50864
50893
|
kol-input .error {
|
|
50865
50894
|
order: 1;
|
|
@@ -50893,18 +50922,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50893
50922
|
border-radius: var(--border-radius);
|
|
50894
50923
|
border-style: solid;
|
|
50895
50924
|
border-width: 2px;
|
|
50896
|
-
padding: 0
|
|
50925
|
+
padding: 0 0.5rem;
|
|
50897
50926
|
}
|
|
50898
50927
|
.input > kol-icon {
|
|
50899
50928
|
width: 1rem;
|
|
50900
50929
|
}
|
|
50901
50930
|
.input:is(.icon-left, .icon-right) {
|
|
50902
|
-
padding-left:
|
|
50903
|
-
padding-right:
|
|
50931
|
+
padding-left: 1rem;
|
|
50932
|
+
padding-right: 1rem;
|
|
50904
50933
|
}
|
|
50905
50934
|
.input:is(.icon-left, .icon-right) input {
|
|
50906
|
-
padding-left:
|
|
50907
|
-
padding-right:
|
|
50935
|
+
padding-left: 0.5rem;
|
|
50936
|
+
padding-right: 0.5rem;
|
|
50908
50937
|
}
|
|
50909
50938
|
.input > input:first-child {
|
|
50910
50939
|
padding-left: var(--spacing);
|
|
@@ -50925,7 +50954,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50925
50954
|
}
|
|
50926
50955
|
kol-input.error {
|
|
50927
50956
|
border-left: 3px solid var(--color-danger);
|
|
50928
|
-
padding-left:
|
|
50957
|
+
padding-left: 1rem;
|
|
50929
50958
|
}
|
|
50930
50959
|
kol-input.error .input:focus-within {
|
|
50931
50960
|
outline-color: var(--color-danger) !important;
|
|
@@ -50945,7 +50974,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50945
50974
|
`,
|
|
50946
50975
|
"KOL-TEXTAREA": css`
|
|
50947
50976
|
kol-input {
|
|
50948
|
-
gap:
|
|
50977
|
+
gap: 0.25rem;
|
|
50949
50978
|
}
|
|
50950
50979
|
kol-input .error {
|
|
50951
50980
|
order: 1;
|
|
@@ -50973,18 +51002,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50973
51002
|
border-radius: var(--border-radius);
|
|
50974
51003
|
border-style: solid;
|
|
50975
51004
|
border-width: 2px;
|
|
50976
|
-
padding: 0
|
|
51005
|
+
padding: 0 0.5rem;
|
|
50977
51006
|
}
|
|
50978
51007
|
.input > kol-icon {
|
|
50979
51008
|
width: 1rem;
|
|
50980
51009
|
}
|
|
50981
51010
|
.input:is(.icon-left, .icon-right) {
|
|
50982
|
-
padding-left:
|
|
50983
|
-
padding-right:
|
|
51011
|
+
padding-left: 1rem;
|
|
51012
|
+
padding-right: 1rem;
|
|
50984
51013
|
}
|
|
50985
51014
|
.input:is(.icon-left, .icon-right) input {
|
|
50986
|
-
padding-left:
|
|
50987
|
-
padding-right:
|
|
51015
|
+
padding-left: 0.5rem;
|
|
51016
|
+
padding-right: 0.5rem;
|
|
50988
51017
|
}
|
|
50989
51018
|
.input > input:first-child {
|
|
50990
51019
|
padding-left: var(--spacing);
|
|
@@ -51005,7 +51034,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51005
51034
|
}
|
|
51006
51035
|
kol-input.error {
|
|
51007
51036
|
border-left: 3px solid var(--color-danger);
|
|
51008
|
-
padding-left:
|
|
51037
|
+
padding-left: 1rem;
|
|
51009
51038
|
}
|
|
51010
51039
|
kol-input.error .input:focus-within {
|
|
51011
51040
|
outline-color: var(--color-danger) !important;
|
|
@@ -51044,20 +51073,16 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51044
51073
|
}
|
|
51045
51074
|
kol-alert-wc > .heading {
|
|
51046
51075
|
display: flex;
|
|
51047
|
-
gap:
|
|
51076
|
+
gap: 0.5em;
|
|
51048
51077
|
place-items: center;
|
|
51049
51078
|
}
|
|
51050
51079
|
kol-alert-wc > .heading > div {
|
|
51051
51080
|
display: grid;
|
|
51052
|
-
gap:
|
|
51081
|
+
gap: 0.25rem;
|
|
51053
51082
|
}
|
|
51054
51083
|
.msg > .heading > kol-icon {
|
|
51055
51084
|
place-self: baseline;
|
|
51056
51085
|
}
|
|
51057
|
-
kol-alert-wc > .heading > div {
|
|
51058
|
-
display: grid;
|
|
51059
|
-
gap: var(--spacing);
|
|
51060
|
-
}
|
|
51061
51086
|
kol-alert-wc > .heading > kol-button-wc.close {
|
|
51062
51087
|
place-self: center;
|
|
51063
51088
|
}
|
|
@@ -51144,7 +51169,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51144
51169
|
flex-direction: column;
|
|
51145
51170
|
}
|
|
51146
51171
|
.card > .heading {
|
|
51147
|
-
padding:
|
|
51172
|
+
padding: 0.5rem 1rem;
|
|
51148
51173
|
}
|
|
51149
51174
|
.card[_has-closer] > .heading {
|
|
51150
51175
|
padding-top: 0;
|
|
@@ -51170,7 +51195,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51170
51195
|
margin: auto 0;
|
|
51171
51196
|
}
|
|
51172
51197
|
.card > .content {
|
|
51173
|
-
padding:
|
|
51198
|
+
padding: 1rem;
|
|
51174
51199
|
}
|
|
51175
51200
|
.card.default > .heading {
|
|
51176
51201
|
background-color: var(--color-subtle);
|
|
@@ -51276,19 +51301,19 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51276
51301
|
color: inherit;
|
|
51277
51302
|
border-top-right-radius: var(--border-radius);
|
|
51278
51303
|
border-bottom-right-radius: var(--border-radius);
|
|
51279
|
-
padding:
|
|
51304
|
+
padding: 0.2rem;
|
|
51280
51305
|
}
|
|
51281
51306
|
:host > span kol-span-wc {
|
|
51282
|
-
padding:
|
|
51307
|
+
padding: 0.25rem 0.75rem;
|
|
51283
51308
|
}
|
|
51284
51309
|
:host > span > kol-span-wc {
|
|
51285
51310
|
align-items: center;
|
|
51286
51311
|
font-style: normal;
|
|
51287
|
-
gap:
|
|
51312
|
+
gap: 0.5rem;
|
|
51288
51313
|
}
|
|
51289
51314
|
:host > span > kol-span-wc > span {
|
|
51290
51315
|
display: flex;
|
|
51291
|
-
gap:
|
|
51316
|
+
gap: 0.25rem;
|
|
51292
51317
|
}
|
|
51293
51318
|
`,
|
|
51294
51319
|
"KOL-BUTTON-GROUP": css`
|
|
@@ -51303,7 +51328,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51303
51328
|
background-color: var(--color-light);
|
|
51304
51329
|
border-left: none;
|
|
51305
51330
|
box-shadow: -2px 0px 0px var(--color-primary-variant);
|
|
51306
|
-
padding: 0
|
|
51331
|
+
padding: 0 0.5rem;
|
|
51307
51332
|
width: 100%;
|
|
51308
51333
|
}
|
|
51309
51334
|
`,
|
|
@@ -51349,7 +51374,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51349
51374
|
border-radius: var(--border-radius);
|
|
51350
51375
|
}
|
|
51351
51376
|
details kol-indented-text {
|
|
51352
|
-
margin:
|
|
51377
|
+
margin: 0.25rem 0 0 0.65rem;
|
|
51353
51378
|
}
|
|
51354
51379
|
kol-icon {
|
|
51355
51380
|
font-size: 1.2rem;
|
|
@@ -51431,17 +51456,21 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51431
51456
|
:host svg line:first-child,
|
|
51432
51457
|
:host svg circle:first-child {
|
|
51433
51458
|
fill: transparent;
|
|
51434
|
-
stroke: var(--color-
|
|
51459
|
+
stroke: var(--color-mute-variant);
|
|
51435
51460
|
}
|
|
51436
51461
|
:host svg line:last-child,
|
|
51437
51462
|
:host svg circle:last-child {
|
|
51438
51463
|
fill: transparent;
|
|
51439
51464
|
stroke: var(--color-primary);
|
|
51440
51465
|
}
|
|
51466
|
+
|
|
51467
|
+
.cycle .progress {
|
|
51468
|
+
stroke: var(--color-primary-variant);
|
|
51469
|
+
}
|
|
51441
51470
|
`,
|
|
51442
51471
|
"KOL-SELECT": css`
|
|
51443
51472
|
kol-input {
|
|
51444
|
-
gap:
|
|
51473
|
+
gap: 0.25rem;
|
|
51445
51474
|
}
|
|
51446
51475
|
kol-input .error {
|
|
51447
51476
|
order: 1;
|
|
@@ -51469,18 +51498,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51469
51498
|
border-radius: var(--border-radius);
|
|
51470
51499
|
border-style: solid;
|
|
51471
51500
|
border-width: 2px;
|
|
51472
|
-
padding: 0
|
|
51501
|
+
padding: 0 0.5rem;
|
|
51473
51502
|
}
|
|
51474
51503
|
.input > kol-icon {
|
|
51475
51504
|
width: 2rem;
|
|
51476
51505
|
}
|
|
51477
51506
|
.input:is(.icon-left, .icon-right) {
|
|
51478
|
-
padding-left:
|
|
51479
|
-
padding-right:
|
|
51507
|
+
padding-left: 1rem;
|
|
51508
|
+
padding-right: 1rem;
|
|
51480
51509
|
}
|
|
51481
|
-
.input.icon-left
|
|
51482
|
-
padding-left:
|
|
51483
|
-
padding-right:
|
|
51510
|
+
.input:is(.icon-left, .icon-right) input {
|
|
51511
|
+
padding-left: 0.5rem;
|
|
51512
|
+
padding-right: 0.5rem;
|
|
51484
51513
|
}
|
|
51485
51514
|
.input > input:first-child {
|
|
51486
51515
|
padding-left: var(--spacing);
|
|
@@ -51500,7 +51529,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51500
51529
|
}
|
|
51501
51530
|
kol-input.error {
|
|
51502
51531
|
border-left: 3px solid var(--color-danger);
|
|
51503
|
-
padding-left:
|
|
51532
|
+
padding-left: 1rem;
|
|
51504
51533
|
}
|
|
51505
51534
|
kol-input.error .input:focus-within {
|
|
51506
51535
|
outline-color: var(--color-danger) !important;
|
|
@@ -51538,7 +51567,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51538
51567
|
`,
|
|
51539
51568
|
"KOL-INPUT-COLOR": css`
|
|
51540
51569
|
kol-input {
|
|
51541
|
-
gap:
|
|
51570
|
+
gap: 0.25rem;
|
|
51542
51571
|
}
|
|
51543
51572
|
kol-input .error {
|
|
51544
51573
|
order: 1;
|
|
@@ -51573,18 +51602,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51573
51602
|
border-radius: var(--border-radius);
|
|
51574
51603
|
border-style: solid;
|
|
51575
51604
|
border-width: 2px;
|
|
51576
|
-
padding: 0
|
|
51605
|
+
padding: 0 0.5rem;
|
|
51577
51606
|
}
|
|
51578
51607
|
.input > kol-icon {
|
|
51579
51608
|
width: 1rem;
|
|
51580
51609
|
}
|
|
51581
51610
|
.input:is(.icon-left, .icon-right) {
|
|
51582
|
-
padding-left:
|
|
51583
|
-
padding-right:
|
|
51611
|
+
padding-left: 1rem;
|
|
51612
|
+
padding-right: 1rem;
|
|
51584
51613
|
}
|
|
51585
51614
|
.input:is(.icon-left, .icon-right) input {
|
|
51586
|
-
padding-left:
|
|
51587
|
-
padding-right:
|
|
51615
|
+
padding-left: 0.5rem;
|
|
51616
|
+
padding-right: 0.5rem;
|
|
51588
51617
|
}
|
|
51589
51618
|
.input > input:first-child {
|
|
51590
51619
|
padding-left: var(--spacing);
|
|
@@ -51605,7 +51634,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51605
51634
|
}
|
|
51606
51635
|
kol-input.error {
|
|
51607
51636
|
border-left: 3px solid var(--color-danger);
|
|
51608
|
-
padding-left:
|
|
51637
|
+
padding-left: 1rem;
|
|
51609
51638
|
}
|
|
51610
51639
|
kol-input.error .input:focus-within {
|
|
51611
51640
|
outline-color: var(--color-danger) !important;
|
|
@@ -51632,16 +51661,16 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51632
51661
|
:host > div > kol-heading-wc button {
|
|
51633
51662
|
border-radius: var(--border-radius);
|
|
51634
51663
|
min-height: 2.2rem;
|
|
51635
|
-
padding:
|
|
51664
|
+
padding: 12px 8px;
|
|
51636
51665
|
}
|
|
51637
51666
|
:host > div > kol-heading-wc button kol-span-wc {
|
|
51638
51667
|
font-weight: 700;
|
|
51639
51668
|
font-size: 1.125rem;
|
|
51640
51669
|
line-height: 20px;
|
|
51641
|
-
gap:
|
|
51670
|
+
gap: 0.5rem;
|
|
51642
51671
|
}
|
|
51643
51672
|
:host > div > kol-heading-wc button kol-span-wc > span {
|
|
51644
|
-
gap:
|
|
51673
|
+
gap: 0.5em;
|
|
51645
51674
|
}
|
|
51646
51675
|
:host > div > kol-heading-wc button kol-icon {
|
|
51647
51676
|
color: var(--color-primary);
|
|
@@ -51656,8 +51685,9 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51656
51685
|
margin: 0;
|
|
51657
51686
|
}
|
|
51658
51687
|
:host > div div[class='content'] {
|
|
51659
|
-
|
|
51660
|
-
padding:
|
|
51688
|
+
padding-left: 2.25em;
|
|
51689
|
+
padding-bottom: 12px;
|
|
51690
|
+
padding-right: 8px;
|
|
51661
51691
|
}
|
|
51662
51692
|
button:focus {
|
|
51663
51693
|
outline: none;
|
|
@@ -51684,7 +51714,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51684
51714
|
overflow-y: hidden;
|
|
51685
51715
|
}
|
|
51686
51716
|
caption {
|
|
51687
|
-
padding:
|
|
51717
|
+
padding: 0.5rem;
|
|
51688
51718
|
}
|
|
51689
51719
|
th {
|
|
51690
51720
|
font-weight: normal;
|
|
@@ -51715,7 +51745,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51715
51745
|
th div {
|
|
51716
51746
|
width: 100%;
|
|
51717
51747
|
display: flex;
|
|
51718
|
-
gap:
|
|
51748
|
+
gap: 0.5rem;
|
|
51719
51749
|
grid-template-columns: 1fr auto;
|
|
51720
51750
|
align-items: center;
|
|
51721
51751
|
}
|
|
@@ -51730,7 +51760,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51730
51760
|
}
|
|
51731
51761
|
th,
|
|
51732
51762
|
td {
|
|
51733
|
-
padding:
|
|
51763
|
+
padding: 0.5rem;
|
|
51734
51764
|
}
|
|
51735
51765
|
td.center > div {
|
|
51736
51766
|
display: flex;
|
|
@@ -51745,23 +51775,20 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51745
51775
|
font-weight: 700;
|
|
51746
51776
|
}
|
|
51747
51777
|
:host > div:last-child {
|
|
51748
|
-
padding:
|
|
51778
|
+
padding: 0.5rem;
|
|
51749
51779
|
}
|
|
51750
51780
|
:host > div:last-child,
|
|
51751
51781
|
:host > div:last-child > div:last-child {
|
|
51752
51782
|
display: grid;
|
|
51753
51783
|
align-items: center;
|
|
51754
51784
|
justify-items: center;
|
|
51755
|
-
gap:
|
|
51785
|
+
gap: 1rem;
|
|
51756
51786
|
}
|
|
51787
|
+
|
|
51757
51788
|
@media (min-width: 1024px) {
|
|
51758
|
-
|
|
51759
|
-
:host > div:last-child > div:last-child {
|
|
51760
|
-
grid-auto-flow: column;
|
|
51761
|
-
}
|
|
51762
|
-
:host > div:last-child kol-pagination {
|
|
51789
|
+
div.pagination kol-pagination {
|
|
51763
51790
|
display: flex;
|
|
51764
|
-
|
|
51791
|
+
align-items: center;
|
|
51765
51792
|
}
|
|
51766
51793
|
}
|
|
51767
51794
|
`,
|
|
@@ -51834,7 +51861,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51834
51861
|
border-left-color: transparent;
|
|
51835
51862
|
border-left-style: solid;
|
|
51836
51863
|
border-left-width: 0.5rem;
|
|
51837
|
-
padding:
|
|
51864
|
+
padding: 0.75rem 0.5rem 0.75rem 0.25rem;
|
|
51838
51865
|
}
|
|
51839
51866
|
.selected :is(a, button),
|
|
51840
51867
|
[exportparts*='selected'] a {
|
|
@@ -51860,20 +51887,20 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51860
51887
|
background-color: var(--color-light);
|
|
51861
51888
|
grid-template-rows: min-content 2fr min-content;
|
|
51862
51889
|
box-shadow: 0 0 0.25rem var(--color-subtle);
|
|
51863
|
-
border-radius:
|
|
51890
|
+
border-radius: var(--border-radius);
|
|
51864
51891
|
}
|
|
51865
51892
|
:host kol-heading-wc {
|
|
51866
51893
|
line-height: 1.75rem;
|
|
51867
51894
|
}
|
|
51868
51895
|
:host div.header {
|
|
51869
|
-
padding:
|
|
51896
|
+
padding: 1rem 1rem 0.5rem 1rem;
|
|
51870
51897
|
}
|
|
51871
51898
|
:host div.content {
|
|
51872
|
-
padding:
|
|
51899
|
+
padding: 0.5rem 1rem 1rem;
|
|
51873
51900
|
overflow: hidden;
|
|
51874
51901
|
}
|
|
51875
51902
|
:host div.footer {
|
|
51876
|
-
padding:
|
|
51903
|
+
padding: 0.5rem 1rem;
|
|
51877
51904
|
}
|
|
51878
51905
|
`,
|
|
51879
51906
|
"KOL-INPUT-CHECKBOX": css`
|
|
@@ -51883,7 +51910,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51883
51910
|
justify-items: left;
|
|
51884
51911
|
width: 100%;
|
|
51885
51912
|
min-height: var(--a11y-min-size);
|
|
51886
|
-
gap:
|
|
51913
|
+
gap: 0.4rem;
|
|
51887
51914
|
}
|
|
51888
51915
|
:host kol-input.default {
|
|
51889
51916
|
grid-template-columns: 1.5rem auto;
|
|
@@ -51910,7 +51937,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51910
51937
|
}
|
|
51911
51938
|
:host kol-input.error {
|
|
51912
51939
|
border-left: 3px solid var(--color-danger);
|
|
51913
|
-
padding-left:
|
|
51940
|
+
padding-left: 1rem;
|
|
51914
51941
|
}
|
|
51915
51942
|
:host kol-input.error input:focus,
|
|
51916
51943
|
kol-input.error select:focus,
|
|
@@ -51972,31 +51999,31 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51972
51999
|
}
|
|
51973
52000
|
:host kol-input.default input[type='checkbox'] {
|
|
51974
52001
|
border-radius: var(--border-radius);
|
|
51975
|
-
height: calc(6 *
|
|
51976
|
-
min-width: calc(6 *
|
|
51977
|
-
width: calc(6 *
|
|
52002
|
+
height: calc(6 * 0.25rem);
|
|
52003
|
+
min-width: calc(6 * 0.25rem);
|
|
52004
|
+
width: calc(6 * 0.25rem);
|
|
51978
52005
|
}
|
|
51979
52006
|
:host kol-input.default input[type='checkbox']:before {
|
|
51980
52007
|
border-radius: 1.5em;
|
|
51981
52008
|
background-color: transparent;
|
|
51982
52009
|
display: block;
|
|
51983
|
-
height: calc(6 *
|
|
52010
|
+
height: calc(6 * 0.25rem);
|
|
51984
52011
|
position: relative;
|
|
51985
|
-
width: calc(6 *
|
|
52012
|
+
width: calc(6 * 0.25rem);
|
|
51986
52013
|
}
|
|
51987
52014
|
:host kol-input.default input[type='checkbox']:checked:before {
|
|
51988
52015
|
border-right-width: 3px;
|
|
51989
52016
|
border-bottom-width: 3px;
|
|
51990
|
-
left: calc(1.5 *
|
|
51991
|
-
top: calc(2.85 *
|
|
52017
|
+
left: calc(1.5 * 0.25rem - 2px);
|
|
52018
|
+
top: calc(2.85 * 0.25rem - 2px);
|
|
51992
52019
|
transform: rotate(40deg) translate(-50%, -50%);
|
|
51993
52020
|
background-color: transparent;
|
|
51994
52021
|
border-width: 0px 3px 3px 0px;
|
|
51995
52022
|
border-color: white;
|
|
51996
52023
|
border-radius: 1px;
|
|
51997
52024
|
border-style: solid;
|
|
51998
|
-
height: calc(3 *
|
|
51999
|
-
width: calc(1.5 *
|
|
52025
|
+
height: calc(3 * 0.25rem);
|
|
52026
|
+
width: calc(1.5 * 0.25rem);
|
|
52000
52027
|
}
|
|
52001
52028
|
:host kol-input.default input[type='checkbox']:indeterminate {
|
|
52002
52029
|
background-color: var(--color-primary);
|
|
@@ -52006,7 +52033,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52006
52033
|
height: 0.125rem;
|
|
52007
52034
|
top: 0.6rem;
|
|
52008
52035
|
left: 0.25rem;
|
|
52009
|
-
width: calc(3 *
|
|
52036
|
+
width: calc(3 * 0.25rem);
|
|
52010
52037
|
transform: inherit;
|
|
52011
52038
|
}
|
|
52012
52039
|
:host kol-input.default input[type='checkbox']:checked:indeterminate:before {
|
|
@@ -52109,9 +52136,9 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52109
52136
|
appearance: none;
|
|
52110
52137
|
transition: 0.5s;
|
|
52111
52138
|
border-radius: 100%;
|
|
52112
|
-
height: calc(6 *
|
|
52113
|
-
min-width: calc(6 *
|
|
52114
|
-
width: calc(6 *
|
|
52139
|
+
height: calc(6 * 0.25rem);
|
|
52140
|
+
min-width: calc(6 * 0.25rem);
|
|
52141
|
+
width: calc(6 * 0.25rem);
|
|
52115
52142
|
}
|
|
52116
52143
|
fieldset div input[type='radio']:before {
|
|
52117
52144
|
content: '';
|
|
@@ -52137,7 +52164,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52137
52164
|
order: 3;
|
|
52138
52165
|
}
|
|
52139
52166
|
fieldset.error {
|
|
52140
|
-
padding-left:
|
|
52167
|
+
padding-left: 1rem;
|
|
52141
52168
|
border-left: 3px solid var(--color-danger);
|
|
52142
52169
|
}
|
|
52143
52170
|
fieldset kol-alert#error {
|
|
@@ -52186,7 +52213,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52186
52213
|
display: block;
|
|
52187
52214
|
margin-left: auto;
|
|
52188
52215
|
margin-right: unset;
|
|
52189
|
-
padding:
|
|
52216
|
+
padding: 2rem;
|
|
52190
52217
|
max-width: 750px;
|
|
52191
52218
|
}
|
|
52192
52219
|
:host > div > kol-button-wc {
|
|
@@ -52203,7 +52230,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52203
52230
|
}
|
|
52204
52231
|
:host kol-button-group-wc {
|
|
52205
52232
|
display: inline-flex;
|
|
52206
|
-
gap:
|
|
52233
|
+
gap: 2rem;
|
|
52207
52234
|
flex-wrap: wrap;
|
|
52208
52235
|
}
|
|
52209
52236
|
button {
|
|
@@ -52231,10 +52258,10 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52231
52258
|
border-bottom: 0.25em solid;
|
|
52232
52259
|
}
|
|
52233
52260
|
button kol-span-wc > span {
|
|
52234
|
-
gap:
|
|
52261
|
+
gap: 0.5rem;
|
|
52235
52262
|
}
|
|
52236
52263
|
:host > div > div {
|
|
52237
|
-
padding:
|
|
52264
|
+
padding: 0.25em 0;
|
|
52238
52265
|
}
|
|
52239
52266
|
div[role='tabpanel'] {
|
|
52240
52267
|
height: 100%;
|
|
@@ -52269,10 +52296,10 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52269
52296
|
display: flex;
|
|
52270
52297
|
}
|
|
52271
52298
|
:host > .tabs-align-bottom > kol-button-group-wc > div > div:first-child {
|
|
52272
|
-
margin: 0px
|
|
52299
|
+
margin: 0px 1rem 0px 0px;
|
|
52273
52300
|
}
|
|
52274
52301
|
:host > .tabs-align-bottom > kol-button-group-wc > div > div {
|
|
52275
|
-
margin: 0px
|
|
52302
|
+
margin: 0px 1rem;
|
|
52276
52303
|
}
|
|
52277
52304
|
:host > .tabs-align-top {
|
|
52278
52305
|
display: grid;
|
|
@@ -52285,10 +52312,10 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52285
52312
|
display: flex;
|
|
52286
52313
|
}
|
|
52287
52314
|
:host > .tabs-align-top > kol-button-group-wc > div > div:first-child {
|
|
52288
|
-
margin: 0px
|
|
52315
|
+
margin: 0px 1rem 0px 0px;
|
|
52289
52316
|
}
|
|
52290
52317
|
:host > .tabs-align-top > kol-button-group-wc > div > div {
|
|
52291
|
-
margin: 0px
|
|
52318
|
+
margin: 0px 1rem;
|
|
52292
52319
|
}
|
|
52293
52320
|
:host > div {
|
|
52294
52321
|
display: grid;
|
|
@@ -52333,13 +52360,13 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52333
52360
|
"KOL-PAGINATION": css`
|
|
52334
52361
|
:host {
|
|
52335
52362
|
display: grid;
|
|
52336
|
-
gap:
|
|
52363
|
+
gap: 1rem;
|
|
52337
52364
|
}
|
|
52338
52365
|
:host .navigation-list {
|
|
52339
52366
|
display: inline-flex;
|
|
52340
52367
|
flex-wrap: wrap;
|
|
52341
52368
|
align-items: center;
|
|
52342
|
-
gap:
|
|
52369
|
+
gap: 0.5rem;
|
|
52343
52370
|
}
|
|
52344
52371
|
:host .selected button {
|
|
52345
52372
|
min-width: var(--a11y-min-size);
|
|
@@ -52361,13 +52388,16 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52361
52388
|
}
|
|
52362
52389
|
:host > div > span {
|
|
52363
52390
|
align-self: flex-end;
|
|
52364
|
-
padding-bottom:
|
|
52391
|
+
padding-bottom: 0.5rem;
|
|
52365
52392
|
color: var(--color-primary);
|
|
52366
52393
|
}
|
|
52367
52394
|
`,
|
|
52368
52395
|
"KOL-INPUT-RANGE": css`
|
|
52396
|
+
.inputs-wrapper {
|
|
52397
|
+
gap: 1rem;
|
|
52398
|
+
}
|
|
52369
52399
|
kol-input {
|
|
52370
|
-
gap:
|
|
52400
|
+
gap: 0.25rem;
|
|
52371
52401
|
}
|
|
52372
52402
|
kol-input .error {
|
|
52373
52403
|
order: 1;
|
|
@@ -52383,9 +52413,6 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52383
52413
|
font-size: 0.9rem;
|
|
52384
52414
|
font-style: italic;
|
|
52385
52415
|
}
|
|
52386
|
-
input {
|
|
52387
|
-
border: none;
|
|
52388
|
-
}
|
|
52389
52416
|
input::placeholder {
|
|
52390
52417
|
color: var(--color-subtle);
|
|
52391
52418
|
}
|
|
@@ -52395,14 +52422,20 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52395
52422
|
border-radius: var(--border-radius);
|
|
52396
52423
|
border-style: solid;
|
|
52397
52424
|
border-width: 2px;
|
|
52398
|
-
padding: 0
|
|
52425
|
+
padding: 0 0.5rem;
|
|
52399
52426
|
}
|
|
52400
52427
|
.input > kol-icon {
|
|
52401
52428
|
width: 1rem;
|
|
52402
52429
|
}
|
|
52430
|
+
.input.icon-left > kol-icon:first-child {
|
|
52431
|
+
margin-right: 0.5rem;
|
|
52432
|
+
}
|
|
52433
|
+
.input.icon-right > kol-icon:last-child {
|
|
52434
|
+
margin-left: 0.5rem;
|
|
52435
|
+
}
|
|
52403
52436
|
.input:is(.icon-left, .icon-right) {
|
|
52404
|
-
padding-left:
|
|
52405
|
-
padding-right:
|
|
52437
|
+
padding-left: 1rem;
|
|
52438
|
+
padding-right: 1rem;
|
|
52406
52439
|
}
|
|
52407
52440
|
.input:hover {
|
|
52408
52441
|
border-color: var(--color-primary);
|
|
@@ -52417,7 +52450,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52417
52450
|
}
|
|
52418
52451
|
kol-input.error {
|
|
52419
52452
|
border-left: 3px solid var(--color-danger);
|
|
52420
|
-
padding-left:
|
|
52453
|
+
padding-left: 1rem;
|
|
52421
52454
|
}
|
|
52422
52455
|
kol-input.error .input:focus-within {
|
|
52423
52456
|
outline-color: var(--color-danger) !important;
|
|
@@ -52523,7 +52556,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52523
52556
|
outline: none;
|
|
52524
52557
|
}
|
|
52525
52558
|
:is(a, button).hide-label > kol-span-wc {
|
|
52526
|
-
padding:
|
|
52559
|
+
padding: 0.8rem;
|
|
52527
52560
|
width: unset;
|
|
52528
52561
|
}
|
|
52529
52562
|
:is(a, button).hide-label > kol-span-wc > span > span {
|