@public-ui/themes 1.6.1 → 1.7.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/dist/index.cjs +192 -159
- package/dist/index.mjs +192 -159
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -301,7 +301,7 @@ var loglevel = {exports: {}};
|
|
|
301
301
|
}));
|
|
302
302
|
} (loglevel));
|
|
303
303
|
|
|
304
|
-
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
|
|
304
|
+
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);}}
|
|
305
305
|
|
|
306
306
|
var KeyEnum = /* @__PURE__ */ ((KeyEnum2) => {
|
|
307
307
|
KeyEnum2[KeyEnum2["error"] = 0] = "error";
|
|
@@ -401,6 +401,7 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
401
401
|
--color-green-dark: #23614e;
|
|
402
402
|
--color-heroic-blue: #126dff;
|
|
403
403
|
--color-mercury: #ebebeb;
|
|
404
|
+
--color-ocean: #0077b6;
|
|
404
405
|
--color-red-epiphyllum: #d00000;
|
|
405
406
|
--color-speedwell: #595f73;
|
|
406
407
|
--color-tropic-sea: #007194;
|
|
@@ -1996,6 +1997,7 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
1996
1997
|
option:checked:not(:disabled),
|
|
1997
1998
|
option:focus:not(:disabled),
|
|
1998
1999
|
option:hover:not(:disabled) {
|
|
2000
|
+
background: var(--color-ocean);
|
|
1999
2001
|
color: white;
|
|
2000
2002
|
}`,
|
|
2001
2003
|
"KOL-INPUT-COLOR": `kol-input {
|
|
@@ -4781,7 +4783,6 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4781
4783
|
nav {
|
|
4782
4784
|
font-family: var(--font-family);
|
|
4783
4785
|
font-size: var(--font-size);
|
|
4784
|
-
background-color: var(--color-smoke);
|
|
4785
4786
|
width: 100%;
|
|
4786
4787
|
}
|
|
4787
4788
|
ul {
|
|
@@ -4794,10 +4795,12 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4794
4795
|
display: flex;
|
|
4795
4796
|
place-items: center;
|
|
4796
4797
|
}
|
|
4797
|
-
.entry > kol-
|
|
4798
|
+
.entry > kol-button-link-text-switch {
|
|
4798
4799
|
width: 100%;
|
|
4799
4800
|
}
|
|
4800
|
-
.entry
|
|
4801
|
+
.entry
|
|
4802
|
+
> kol-button-link-text-switch
|
|
4803
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4801
4804
|
background-color: var(--color-white);
|
|
4802
4805
|
text-decoration: none;
|
|
4803
4806
|
color: var(--color-midnight);
|
|
@@ -4812,55 +4815,81 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4812
4815
|
transition-property: background-color, color, border-color;
|
|
4813
4816
|
letter-spacing: 0.175px;
|
|
4814
4817
|
}
|
|
4815
|
-
.entry
|
|
4818
|
+
.entry
|
|
4819
|
+
> kol-button-link-text-switch
|
|
4820
|
+
> :is(kol-link-wc, kol-button-wc):first-child:is(a, button) {
|
|
4816
4821
|
color: var(--color-midnight);
|
|
4817
4822
|
text-decoration: none;
|
|
4818
4823
|
}
|
|
4819
|
-
.entry
|
|
4824
|
+
.entry
|
|
4825
|
+
> kol-button-link-text-switch
|
|
4826
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child:hover {
|
|
4820
4827
|
border-left-color: var(--color-ocean);
|
|
4821
4828
|
background-color: var(--color-ocean);
|
|
4829
|
+
letter-spacing: unset;
|
|
4822
4830
|
}
|
|
4823
4831
|
.entry
|
|
4832
|
+
> kol-button-link-text-switch
|
|
4824
4833
|
> :is(kol-link-wc, kol-button-wc, kol-span-wc):first-child:hover
|
|
4825
4834
|
> :is(a, button, span) {
|
|
4826
4835
|
color: var(--color-white);
|
|
4836
|
+
background-color: var(--color-ocean);
|
|
4827
4837
|
font-weight: 700;
|
|
4828
4838
|
letter-spacing: unset;
|
|
4829
4839
|
}
|
|
4830
|
-
|
|
4840
|
+
:is(.active, .selected).list.entry
|
|
4841
|
+
> kol-button-link-text-switch
|
|
4842
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4843
|
+
background-color: var(--color-smoke);
|
|
4844
|
+
}
|
|
4845
|
+
:is(.active, .selected)
|
|
4846
|
+
> .entry
|
|
4847
|
+
> kol-button-link-text-switch
|
|
4848
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4831
4849
|
background-color: var(--color-ice);
|
|
4832
4850
|
color: var(--color-midnight);
|
|
4833
4851
|
font-weight: 700;
|
|
4834
4852
|
}
|
|
4835
|
-
.selected
|
|
4853
|
+
:is(.active, .selected)
|
|
4854
|
+
> .entry
|
|
4855
|
+
> kol-button-link-text-switch
|
|
4836
4856
|
> :is(kol-link-wc, kol-button-wc, kol-span-wc):first-child
|
|
4837
4857
|
> :is(a, button, span) {
|
|
4838
4858
|
font-weight: 700;
|
|
4839
4859
|
}
|
|
4840
|
-
|
|
4860
|
+
:is(.active, .selected)
|
|
4861
|
+
> .entry
|
|
4862
|
+
> kol-button-link-text-switch
|
|
4863
|
+
> :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child:hover {
|
|
4841
4864
|
color: var(--color-white);
|
|
4842
4865
|
letter-spacing: unset;
|
|
4843
4866
|
}
|
|
4844
|
-
.entry > kol-span-wc > span,
|
|
4867
|
+
.entry > kol-button-link-text-switch > kol-span-wc > span,
|
|
4845
4868
|
.entry :is(a, button) {
|
|
4846
4869
|
border-left-color: transparent;
|
|
4847
4870
|
border-left-style: solid;
|
|
4848
4871
|
border-left-width: 0.5rem;
|
|
4849
4872
|
padding: 0.75rem 0.5rem 0.75rem 0.25rem;
|
|
4850
4873
|
}
|
|
4851
|
-
.selected :is(a, button),
|
|
4874
|
+
:is(.active, .selected) kol-button-link-text-switch :is(a, button),
|
|
4852
4875
|
[exportparts*="selected"] a {
|
|
4853
4876
|
border-left-color: var(--color-midnight);
|
|
4854
|
-
} /** Compact mode */
|
|
4855
|
-
.entry.compact :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4856
|
-
place-items: center;
|
|
4857
4877
|
}
|
|
4858
|
-
|
|
4859
|
-
|
|
4878
|
+
:is(kol-button-wc button, kol-link-wc a) {
|
|
4879
|
+
color: var(--color-midnight);
|
|
4860
4880
|
}
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4881
|
+
kol-link-wc a {
|
|
4882
|
+
text-decoration: none;
|
|
4883
|
+
}
|
|
4884
|
+
kol-link-wc kol-icon {
|
|
4885
|
+
display: none;
|
|
4886
|
+
}
|
|
4887
|
+
/** Compact mode */
|
|
4888
|
+
.entry.hide-label :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
|
|
4889
|
+
place-items: center;
|
|
4890
|
+
}
|
|
4891
|
+
.entry.hide-label :is(a, button) {
|
|
4892
|
+
padding: 0;
|
|
4864
4893
|
}`,
|
|
4865
4894
|
"KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
|
|
4866
4895
|
:host > div {
|
|
@@ -5124,6 +5153,7 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
5124
5153
|
position: relative;
|
|
5125
5154
|
min-height: 44px;
|
|
5126
5155
|
margin: 0;
|
|
5156
|
+
gap: 0.5rem;
|
|
5127
5157
|
}
|
|
5128
5158
|
fieldset div label {
|
|
5129
5159
|
cursor: pointer;
|
|
@@ -22640,7 +22670,6 @@ const ITZBund = KoliBri.createTheme("itzbund", {
|
|
|
22640
22670
|
border-radius: calc(2 * var(--border-radius));
|
|
22641
22671
|
width: 100%;
|
|
22642
22672
|
height: 100%;
|
|
22643
|
-
overflow: hidden;
|
|
22644
22673
|
}
|
|
22645
22674
|
kol-heading {
|
|
22646
22675
|
padding: 0.5rem;
|
|
@@ -50319,11 +50348,11 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50319
50348
|
kol-tooltip-wc .tooltip-content {
|
|
50320
50349
|
border-radius: var(--border-radius);
|
|
50321
50350
|
line-height: 1.5;
|
|
50322
|
-
padding:
|
|
50351
|
+
padding: 0.5rem 0.75rem;
|
|
50323
50352
|
}
|
|
50324
50353
|
kol-span-wc,
|
|
50325
50354
|
kol-span-wc > span {
|
|
50326
|
-
gap:
|
|
50355
|
+
gap: 0.5rem;
|
|
50327
50356
|
}
|
|
50328
50357
|
|
|
50329
50358
|
@keyframes spin {
|
|
@@ -50423,7 +50452,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50423
50452
|
outline: none;
|
|
50424
50453
|
}
|
|
50425
50454
|
:is(a, button).hide-label > kol-span-wc {
|
|
50426
|
-
padding:
|
|
50455
|
+
padding: 0.8rem;
|
|
50427
50456
|
width: unset;
|
|
50428
50457
|
}
|
|
50429
50458
|
:is(a, button).hide-label > kol-span-wc > span > span {
|
|
@@ -50463,7 +50492,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50463
50492
|
`,
|
|
50464
50493
|
"KOL-INPUT-TEXT": css`
|
|
50465
50494
|
kol-input {
|
|
50466
|
-
gap:
|
|
50495
|
+
gap: 0.25rem;
|
|
50467
50496
|
}
|
|
50468
50497
|
kol-input .error {
|
|
50469
50498
|
order: 1;
|
|
@@ -50491,18 +50520,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50491
50520
|
border-radius: var(--border-radius);
|
|
50492
50521
|
border-style: solid;
|
|
50493
50522
|
border-width: 2px;
|
|
50494
|
-
padding: 0
|
|
50523
|
+
padding: 0 0.5rem;
|
|
50495
50524
|
}
|
|
50496
50525
|
.input > kol-icon {
|
|
50497
50526
|
width: 1rem;
|
|
50498
50527
|
}
|
|
50499
50528
|
.input:is(.icon-left, .icon-right) {
|
|
50500
|
-
padding-left:
|
|
50501
|
-
padding-right:
|
|
50529
|
+
padding-left: 1rem;
|
|
50530
|
+
padding-right: 1rem;
|
|
50502
50531
|
}
|
|
50503
50532
|
.input:is(.icon-left, .icon-right) input {
|
|
50504
|
-
padding-left:
|
|
50505
|
-
padding-right:
|
|
50533
|
+
padding-left: 0.5rem;
|
|
50534
|
+
padding-right: 0.5rem;
|
|
50506
50535
|
}
|
|
50507
50536
|
.input > input:first-child {
|
|
50508
50537
|
padding-left: var(--spacing);
|
|
@@ -50523,7 +50552,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50523
50552
|
}
|
|
50524
50553
|
kol-input.error {
|
|
50525
50554
|
border-left: 3px solid var(--color-danger);
|
|
50526
|
-
padding-left:
|
|
50555
|
+
padding-left: 1rem;
|
|
50527
50556
|
}
|
|
50528
50557
|
kol-input.error .input:focus-within {
|
|
50529
50558
|
outline-color: var(--color-danger) !important;
|
|
@@ -50542,7 +50571,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50542
50571
|
`,
|
|
50543
50572
|
"KOL-INPUT-PASSWORD": css`
|
|
50544
50573
|
kol-input {
|
|
50545
|
-
gap:
|
|
50574
|
+
gap: 0.25rem;
|
|
50546
50575
|
}
|
|
50547
50576
|
kol-input .error {
|
|
50548
50577
|
order: 1;
|
|
@@ -50570,18 +50599,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50570
50599
|
border-radius: var(--border-radius);
|
|
50571
50600
|
border-style: solid;
|
|
50572
50601
|
border-width: 2px;
|
|
50573
|
-
padding: 0
|
|
50602
|
+
padding: 0 0.5rem;
|
|
50574
50603
|
}
|
|
50575
50604
|
.input > kol-icon {
|
|
50576
50605
|
width: 1rem;
|
|
50577
50606
|
}
|
|
50578
50607
|
.input:is(.icon-left, .icon-right) {
|
|
50579
|
-
padding-left:
|
|
50580
|
-
padding-right:
|
|
50608
|
+
padding-left: 1rem;
|
|
50609
|
+
padding-right: 1rem;
|
|
50581
50610
|
}
|
|
50582
50611
|
.input:is(.icon-left, .icon-right) input {
|
|
50583
|
-
padding-left:
|
|
50584
|
-
padding-right:
|
|
50612
|
+
padding-left: 0.5rem;
|
|
50613
|
+
padding-right: 0.5rem;
|
|
50585
50614
|
}
|
|
50586
50615
|
.input > input:first-child {
|
|
50587
50616
|
padding-left: var(--spacing);
|
|
@@ -50602,7 +50631,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50602
50631
|
}
|
|
50603
50632
|
kol-input.error {
|
|
50604
50633
|
border-left: 3px solid var(--color-danger);
|
|
50605
|
-
padding-left:
|
|
50634
|
+
padding-left: 1rem;
|
|
50606
50635
|
}
|
|
50607
50636
|
kol-input.error .input:focus-within {
|
|
50608
50637
|
outline-color: var(--color-danger) !important;
|
|
@@ -50622,7 +50651,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50622
50651
|
`,
|
|
50623
50652
|
"KOL-INPUT-NUMBER": css`
|
|
50624
50653
|
kol-input {
|
|
50625
|
-
gap:
|
|
50654
|
+
gap: 0.25rem;
|
|
50626
50655
|
}
|
|
50627
50656
|
kol-input .error {
|
|
50628
50657
|
order: 1;
|
|
@@ -50650,18 +50679,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50650
50679
|
border-radius: var(--border-radius);
|
|
50651
50680
|
border-style: solid;
|
|
50652
50681
|
border-width: 2px;
|
|
50653
|
-
padding: 0
|
|
50682
|
+
padding: 0 0.5rem;
|
|
50654
50683
|
}
|
|
50655
50684
|
.input > kol-icon {
|
|
50656
50685
|
width: 1rem;
|
|
50657
50686
|
}
|
|
50658
50687
|
.input:is(.icon-left, .icon-right) {
|
|
50659
|
-
padding-left:
|
|
50660
|
-
padding-right:
|
|
50688
|
+
padding-left: 1rem;
|
|
50689
|
+
padding-right: 1rem;
|
|
50661
50690
|
}
|
|
50662
50691
|
.input:is(.icon-left, .icon-right) input {
|
|
50663
|
-
padding-left:
|
|
50664
|
-
padding-right:
|
|
50692
|
+
padding-left: 0.5rem;
|
|
50693
|
+
padding-right: 0.5rem;
|
|
50665
50694
|
}
|
|
50666
50695
|
.input > input:first-child {
|
|
50667
50696
|
padding-left: var(--spacing);
|
|
@@ -50682,7 +50711,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50682
50711
|
}
|
|
50683
50712
|
kol-input.error {
|
|
50684
50713
|
border-left: 3px solid var(--color-danger);
|
|
50685
|
-
padding-left:
|
|
50714
|
+
padding-left: 1rem;
|
|
50686
50715
|
}
|
|
50687
50716
|
kol-input.error .input:focus-within {
|
|
50688
50717
|
outline-color: var(--color-danger) !important;
|
|
@@ -50702,7 +50731,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50702
50731
|
`,
|
|
50703
50732
|
"KOL-INPUT-DATE": css`
|
|
50704
50733
|
kol-input {
|
|
50705
|
-
gap:
|
|
50734
|
+
gap: 0.25rem;
|
|
50706
50735
|
}
|
|
50707
50736
|
kol-input .error {
|
|
50708
50737
|
order: 1;
|
|
@@ -50730,18 +50759,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50730
50759
|
border-radius: var(--border-radius);
|
|
50731
50760
|
border-style: solid;
|
|
50732
50761
|
border-width: 2px;
|
|
50733
|
-
padding: 0
|
|
50762
|
+
padding: 0 0.5rem;
|
|
50734
50763
|
}
|
|
50735
50764
|
.input > kol-icon {
|
|
50736
50765
|
width: 1rem;
|
|
50737
50766
|
}
|
|
50738
50767
|
.input:is(.icon-left, .icon-right) {
|
|
50739
|
-
padding-left:
|
|
50740
|
-
padding-right:
|
|
50768
|
+
padding-left: 1rem;
|
|
50769
|
+
padding-right: 1rem;
|
|
50741
50770
|
}
|
|
50742
50771
|
.input:is(.icon-left, .icon-right) input {
|
|
50743
|
-
padding-left:
|
|
50744
|
-
padding-right:
|
|
50772
|
+
padding-left: 0.5rem;
|
|
50773
|
+
padding-right: 0.5rem;
|
|
50745
50774
|
}
|
|
50746
50775
|
.input > input:first-child {
|
|
50747
50776
|
padding-left: var(--spacing);
|
|
@@ -50761,7 +50790,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50761
50790
|
}
|
|
50762
50791
|
kol-input.error {
|
|
50763
50792
|
border-left: 3px solid var(--color-danger);
|
|
50764
|
-
padding-left:
|
|
50793
|
+
padding-left: 1rem;
|
|
50765
50794
|
}
|
|
50766
50795
|
kol-input.error .input:focus-within {
|
|
50767
50796
|
outline-color: var(--color-danger) !important;
|
|
@@ -50781,7 +50810,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50781
50810
|
`,
|
|
50782
50811
|
"KOL-INPUT-EMAIL": css`
|
|
50783
50812
|
kol-input {
|
|
50784
|
-
gap:
|
|
50813
|
+
gap: 0.25rem;
|
|
50785
50814
|
}
|
|
50786
50815
|
kol-input .error {
|
|
50787
50816
|
order: 1;
|
|
@@ -50809,18 +50838,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50809
50838
|
border-radius: var(--border-radius);
|
|
50810
50839
|
border-style: solid;
|
|
50811
50840
|
border-width: 2px;
|
|
50812
|
-
padding: 0
|
|
50841
|
+
padding: 0 0.5rem;
|
|
50813
50842
|
}
|
|
50814
50843
|
.input > kol-icon {
|
|
50815
50844
|
width: 1rem;
|
|
50816
50845
|
}
|
|
50817
50846
|
.input:is(.icon-left, .icon-right) {
|
|
50818
|
-
padding-left:
|
|
50819
|
-
padding-right:
|
|
50847
|
+
padding-left: 1rem;
|
|
50848
|
+
padding-right: 1rem;
|
|
50820
50849
|
}
|
|
50821
50850
|
.input:is(.icon-left, .icon-right) input {
|
|
50822
|
-
padding-left:
|
|
50823
|
-
padding-right:
|
|
50851
|
+
padding-left: 0.5rem;
|
|
50852
|
+
padding-right: 0.5rem;
|
|
50824
50853
|
}
|
|
50825
50854
|
.input > input:first-child {
|
|
50826
50855
|
padding-left: var(--spacing);
|
|
@@ -50841,7 +50870,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50841
50870
|
}
|
|
50842
50871
|
kol-input.error {
|
|
50843
50872
|
border-left: 3px solid var(--color-danger);
|
|
50844
|
-
padding-left:
|
|
50873
|
+
padding-left: 1rem;
|
|
50845
50874
|
}
|
|
50846
50875
|
kol-input.error .input:focus-within {
|
|
50847
50876
|
outline-color: var(--color-danger) !important;
|
|
@@ -50861,7 +50890,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50861
50890
|
`,
|
|
50862
50891
|
"KOL-INPUT-FILE": css`
|
|
50863
50892
|
kol-input {
|
|
50864
|
-
gap:
|
|
50893
|
+
gap: 0.25rem;
|
|
50865
50894
|
}
|
|
50866
50895
|
kol-input .error {
|
|
50867
50896
|
order: 1;
|
|
@@ -50895,18 +50924,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50895
50924
|
border-radius: var(--border-radius);
|
|
50896
50925
|
border-style: solid;
|
|
50897
50926
|
border-width: 2px;
|
|
50898
|
-
padding: 0
|
|
50927
|
+
padding: 0 0.5rem;
|
|
50899
50928
|
}
|
|
50900
50929
|
.input > kol-icon {
|
|
50901
50930
|
width: 1rem;
|
|
50902
50931
|
}
|
|
50903
50932
|
.input:is(.icon-left, .icon-right) {
|
|
50904
|
-
padding-left:
|
|
50905
|
-
padding-right:
|
|
50933
|
+
padding-left: 1rem;
|
|
50934
|
+
padding-right: 1rem;
|
|
50906
50935
|
}
|
|
50907
50936
|
.input:is(.icon-left, .icon-right) input {
|
|
50908
|
-
padding-left:
|
|
50909
|
-
padding-right:
|
|
50937
|
+
padding-left: 0.5rem;
|
|
50938
|
+
padding-right: 0.5rem;
|
|
50910
50939
|
}
|
|
50911
50940
|
.input > input:first-child {
|
|
50912
50941
|
padding-left: var(--spacing);
|
|
@@ -50927,7 +50956,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50927
50956
|
}
|
|
50928
50957
|
kol-input.error {
|
|
50929
50958
|
border-left: 3px solid var(--color-danger);
|
|
50930
|
-
padding-left:
|
|
50959
|
+
padding-left: 1rem;
|
|
50931
50960
|
}
|
|
50932
50961
|
kol-input.error .input:focus-within {
|
|
50933
50962
|
outline-color: var(--color-danger) !important;
|
|
@@ -50947,7 +50976,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50947
50976
|
`,
|
|
50948
50977
|
"KOL-TEXTAREA": css`
|
|
50949
50978
|
kol-input {
|
|
50950
|
-
gap:
|
|
50979
|
+
gap: 0.25rem;
|
|
50951
50980
|
}
|
|
50952
50981
|
kol-input .error {
|
|
50953
50982
|
order: 1;
|
|
@@ -50975,18 +51004,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50975
51004
|
border-radius: var(--border-radius);
|
|
50976
51005
|
border-style: solid;
|
|
50977
51006
|
border-width: 2px;
|
|
50978
|
-
padding: 0
|
|
51007
|
+
padding: 0 0.5rem;
|
|
50979
51008
|
}
|
|
50980
51009
|
.input > kol-icon {
|
|
50981
51010
|
width: 1rem;
|
|
50982
51011
|
}
|
|
50983
51012
|
.input:is(.icon-left, .icon-right) {
|
|
50984
|
-
padding-left:
|
|
50985
|
-
padding-right:
|
|
51013
|
+
padding-left: 1rem;
|
|
51014
|
+
padding-right: 1rem;
|
|
50986
51015
|
}
|
|
50987
51016
|
.input:is(.icon-left, .icon-right) input {
|
|
50988
|
-
padding-left:
|
|
50989
|
-
padding-right:
|
|
51017
|
+
padding-left: 0.5rem;
|
|
51018
|
+
padding-right: 0.5rem;
|
|
50990
51019
|
}
|
|
50991
51020
|
.input > input:first-child {
|
|
50992
51021
|
padding-left: var(--spacing);
|
|
@@ -51007,7 +51036,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51007
51036
|
}
|
|
51008
51037
|
kol-input.error {
|
|
51009
51038
|
border-left: 3px solid var(--color-danger);
|
|
51010
|
-
padding-left:
|
|
51039
|
+
padding-left: 1rem;
|
|
51011
51040
|
}
|
|
51012
51041
|
kol-input.error .input:focus-within {
|
|
51013
51042
|
outline-color: var(--color-danger) !important;
|
|
@@ -51046,20 +51075,16 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51046
51075
|
}
|
|
51047
51076
|
kol-alert-wc > .heading {
|
|
51048
51077
|
display: flex;
|
|
51049
|
-
gap:
|
|
51078
|
+
gap: 0.5em;
|
|
51050
51079
|
place-items: center;
|
|
51051
51080
|
}
|
|
51052
51081
|
kol-alert-wc > .heading > div {
|
|
51053
51082
|
display: grid;
|
|
51054
|
-
gap:
|
|
51083
|
+
gap: 0.25rem;
|
|
51055
51084
|
}
|
|
51056
51085
|
.msg > .heading > kol-icon {
|
|
51057
51086
|
place-self: baseline;
|
|
51058
51087
|
}
|
|
51059
|
-
kol-alert-wc > .heading > div {
|
|
51060
|
-
display: grid;
|
|
51061
|
-
gap: var(--spacing);
|
|
51062
|
-
}
|
|
51063
51088
|
kol-alert-wc > .heading > kol-button-wc.close {
|
|
51064
51089
|
place-self: center;
|
|
51065
51090
|
}
|
|
@@ -51146,7 +51171,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51146
51171
|
flex-direction: column;
|
|
51147
51172
|
}
|
|
51148
51173
|
.card > .heading {
|
|
51149
|
-
padding:
|
|
51174
|
+
padding: 0.5rem 1rem;
|
|
51150
51175
|
}
|
|
51151
51176
|
.card[_has-closer] > .heading {
|
|
51152
51177
|
padding-top: 0;
|
|
@@ -51172,7 +51197,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51172
51197
|
margin: auto 0;
|
|
51173
51198
|
}
|
|
51174
51199
|
.card > .content {
|
|
51175
|
-
padding:
|
|
51200
|
+
padding: 1rem;
|
|
51176
51201
|
}
|
|
51177
51202
|
.card.default > .heading {
|
|
51178
51203
|
background-color: var(--color-subtle);
|
|
@@ -51278,19 +51303,19 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51278
51303
|
color: inherit;
|
|
51279
51304
|
border-top-right-radius: var(--border-radius);
|
|
51280
51305
|
border-bottom-right-radius: var(--border-radius);
|
|
51281
|
-
padding:
|
|
51306
|
+
padding: 0.2rem;
|
|
51282
51307
|
}
|
|
51283
51308
|
:host > span kol-span-wc {
|
|
51284
|
-
padding:
|
|
51309
|
+
padding: 0.25rem 0.75rem;
|
|
51285
51310
|
}
|
|
51286
51311
|
:host > span > kol-span-wc {
|
|
51287
51312
|
align-items: center;
|
|
51288
51313
|
font-style: normal;
|
|
51289
|
-
gap:
|
|
51314
|
+
gap: 0.5rem;
|
|
51290
51315
|
}
|
|
51291
51316
|
:host > span > kol-span-wc > span {
|
|
51292
51317
|
display: flex;
|
|
51293
|
-
gap:
|
|
51318
|
+
gap: 0.25rem;
|
|
51294
51319
|
}
|
|
51295
51320
|
`,
|
|
51296
51321
|
"KOL-BUTTON-GROUP": css`
|
|
@@ -51305,7 +51330,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51305
51330
|
background-color: var(--color-light);
|
|
51306
51331
|
border-left: none;
|
|
51307
51332
|
box-shadow: -2px 0px 0px var(--color-primary-variant);
|
|
51308
|
-
padding: 0
|
|
51333
|
+
padding: 0 0.5rem;
|
|
51309
51334
|
width: 100%;
|
|
51310
51335
|
}
|
|
51311
51336
|
`,
|
|
@@ -51351,7 +51376,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51351
51376
|
border-radius: var(--border-radius);
|
|
51352
51377
|
}
|
|
51353
51378
|
details kol-indented-text {
|
|
51354
|
-
margin:
|
|
51379
|
+
margin: 0.25rem 0 0 0.65rem;
|
|
51355
51380
|
}
|
|
51356
51381
|
kol-icon {
|
|
51357
51382
|
font-size: 1.2rem;
|
|
@@ -51433,17 +51458,21 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51433
51458
|
:host svg line:first-child,
|
|
51434
51459
|
:host svg circle:first-child {
|
|
51435
51460
|
fill: transparent;
|
|
51436
|
-
stroke: var(--color-
|
|
51461
|
+
stroke: var(--color-mute-variant);
|
|
51437
51462
|
}
|
|
51438
51463
|
:host svg line:last-child,
|
|
51439
51464
|
:host svg circle:last-child {
|
|
51440
51465
|
fill: transparent;
|
|
51441
51466
|
stroke: var(--color-primary);
|
|
51442
51467
|
}
|
|
51468
|
+
|
|
51469
|
+
.cycle .progress {
|
|
51470
|
+
stroke: var(--color-primary-variant);
|
|
51471
|
+
}
|
|
51443
51472
|
`,
|
|
51444
51473
|
"KOL-SELECT": css`
|
|
51445
51474
|
kol-input {
|
|
51446
|
-
gap:
|
|
51475
|
+
gap: 0.25rem;
|
|
51447
51476
|
}
|
|
51448
51477
|
kol-input .error {
|
|
51449
51478
|
order: 1;
|
|
@@ -51471,18 +51500,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51471
51500
|
border-radius: var(--border-radius);
|
|
51472
51501
|
border-style: solid;
|
|
51473
51502
|
border-width: 2px;
|
|
51474
|
-
padding: 0
|
|
51503
|
+
padding: 0 0.5rem;
|
|
51475
51504
|
}
|
|
51476
51505
|
.input > kol-icon {
|
|
51477
51506
|
width: 2rem;
|
|
51478
51507
|
}
|
|
51479
51508
|
.input:is(.icon-left, .icon-right) {
|
|
51480
|
-
padding-left:
|
|
51481
|
-
padding-right:
|
|
51509
|
+
padding-left: 1rem;
|
|
51510
|
+
padding-right: 1rem;
|
|
51482
51511
|
}
|
|
51483
|
-
.input.icon-left
|
|
51484
|
-
padding-left:
|
|
51485
|
-
padding-right:
|
|
51512
|
+
.input:is(.icon-left, .icon-right) input {
|
|
51513
|
+
padding-left: 0.5rem;
|
|
51514
|
+
padding-right: 0.5rem;
|
|
51486
51515
|
}
|
|
51487
51516
|
.input > input:first-child {
|
|
51488
51517
|
padding-left: var(--spacing);
|
|
@@ -51502,7 +51531,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51502
51531
|
}
|
|
51503
51532
|
kol-input.error {
|
|
51504
51533
|
border-left: 3px solid var(--color-danger);
|
|
51505
|
-
padding-left:
|
|
51534
|
+
padding-left: 1rem;
|
|
51506
51535
|
}
|
|
51507
51536
|
kol-input.error .input:focus-within {
|
|
51508
51537
|
outline-color: var(--color-danger) !important;
|
|
@@ -51540,7 +51569,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51540
51569
|
`,
|
|
51541
51570
|
"KOL-INPUT-COLOR": css`
|
|
51542
51571
|
kol-input {
|
|
51543
|
-
gap:
|
|
51572
|
+
gap: 0.25rem;
|
|
51544
51573
|
}
|
|
51545
51574
|
kol-input .error {
|
|
51546
51575
|
order: 1;
|
|
@@ -51575,18 +51604,18 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51575
51604
|
border-radius: var(--border-radius);
|
|
51576
51605
|
border-style: solid;
|
|
51577
51606
|
border-width: 2px;
|
|
51578
|
-
padding: 0
|
|
51607
|
+
padding: 0 0.5rem;
|
|
51579
51608
|
}
|
|
51580
51609
|
.input > kol-icon {
|
|
51581
51610
|
width: 1rem;
|
|
51582
51611
|
}
|
|
51583
51612
|
.input:is(.icon-left, .icon-right) {
|
|
51584
|
-
padding-left:
|
|
51585
|
-
padding-right:
|
|
51613
|
+
padding-left: 1rem;
|
|
51614
|
+
padding-right: 1rem;
|
|
51586
51615
|
}
|
|
51587
51616
|
.input:is(.icon-left, .icon-right) input {
|
|
51588
|
-
padding-left:
|
|
51589
|
-
padding-right:
|
|
51617
|
+
padding-left: 0.5rem;
|
|
51618
|
+
padding-right: 0.5rem;
|
|
51590
51619
|
}
|
|
51591
51620
|
.input > input:first-child {
|
|
51592
51621
|
padding-left: var(--spacing);
|
|
@@ -51607,7 +51636,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51607
51636
|
}
|
|
51608
51637
|
kol-input.error {
|
|
51609
51638
|
border-left: 3px solid var(--color-danger);
|
|
51610
|
-
padding-left:
|
|
51639
|
+
padding-left: 1rem;
|
|
51611
51640
|
}
|
|
51612
51641
|
kol-input.error .input:focus-within {
|
|
51613
51642
|
outline-color: var(--color-danger) !important;
|
|
@@ -51634,16 +51663,16 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51634
51663
|
:host > div > kol-heading-wc button {
|
|
51635
51664
|
border-radius: var(--border-radius);
|
|
51636
51665
|
min-height: 2.2rem;
|
|
51637
|
-
padding:
|
|
51666
|
+
padding: 12px 8px;
|
|
51638
51667
|
}
|
|
51639
51668
|
:host > div > kol-heading-wc button kol-span-wc {
|
|
51640
51669
|
font-weight: 700;
|
|
51641
51670
|
font-size: 1.125rem;
|
|
51642
51671
|
line-height: 20px;
|
|
51643
|
-
gap:
|
|
51672
|
+
gap: 0.5rem;
|
|
51644
51673
|
}
|
|
51645
51674
|
:host > div > kol-heading-wc button kol-span-wc > span {
|
|
51646
|
-
gap:
|
|
51675
|
+
gap: 0.5em;
|
|
51647
51676
|
}
|
|
51648
51677
|
:host > div > kol-heading-wc button kol-icon {
|
|
51649
51678
|
color: var(--color-primary);
|
|
@@ -51658,8 +51687,9 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51658
51687
|
margin: 0;
|
|
51659
51688
|
}
|
|
51660
51689
|
:host > div div[class='content'] {
|
|
51661
|
-
|
|
51662
|
-
padding:
|
|
51690
|
+
padding-left: 2.25em;
|
|
51691
|
+
padding-bottom: 12px;
|
|
51692
|
+
padding-right: 8px;
|
|
51663
51693
|
}
|
|
51664
51694
|
button:focus {
|
|
51665
51695
|
outline: none;
|
|
@@ -51686,7 +51716,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51686
51716
|
overflow-y: hidden;
|
|
51687
51717
|
}
|
|
51688
51718
|
caption {
|
|
51689
|
-
padding:
|
|
51719
|
+
padding: 0.5rem;
|
|
51690
51720
|
}
|
|
51691
51721
|
th {
|
|
51692
51722
|
font-weight: normal;
|
|
@@ -51717,7 +51747,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51717
51747
|
th div {
|
|
51718
51748
|
width: 100%;
|
|
51719
51749
|
display: flex;
|
|
51720
|
-
gap:
|
|
51750
|
+
gap: 0.5rem;
|
|
51721
51751
|
grid-template-columns: 1fr auto;
|
|
51722
51752
|
align-items: center;
|
|
51723
51753
|
}
|
|
@@ -51732,7 +51762,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51732
51762
|
}
|
|
51733
51763
|
th,
|
|
51734
51764
|
td {
|
|
51735
|
-
padding:
|
|
51765
|
+
padding: 0.5rem;
|
|
51736
51766
|
}
|
|
51737
51767
|
td.center > div {
|
|
51738
51768
|
display: flex;
|
|
@@ -51747,23 +51777,20 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51747
51777
|
font-weight: 700;
|
|
51748
51778
|
}
|
|
51749
51779
|
:host > div:last-child {
|
|
51750
|
-
padding:
|
|
51780
|
+
padding: 0.5rem;
|
|
51751
51781
|
}
|
|
51752
51782
|
:host > div:last-child,
|
|
51753
51783
|
:host > div:last-child > div:last-child {
|
|
51754
51784
|
display: grid;
|
|
51755
51785
|
align-items: center;
|
|
51756
51786
|
justify-items: center;
|
|
51757
|
-
gap:
|
|
51787
|
+
gap: 1rem;
|
|
51758
51788
|
}
|
|
51789
|
+
|
|
51759
51790
|
@media (min-width: 1024px) {
|
|
51760
|
-
|
|
51761
|
-
:host > div:last-child > div:last-child {
|
|
51762
|
-
grid-auto-flow: column;
|
|
51763
|
-
}
|
|
51764
|
-
:host > div:last-child kol-pagination {
|
|
51791
|
+
div.pagination kol-pagination {
|
|
51765
51792
|
display: flex;
|
|
51766
|
-
|
|
51793
|
+
align-items: center;
|
|
51767
51794
|
}
|
|
51768
51795
|
}
|
|
51769
51796
|
`,
|
|
@@ -51836,7 +51863,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51836
51863
|
border-left-color: transparent;
|
|
51837
51864
|
border-left-style: solid;
|
|
51838
51865
|
border-left-width: 0.5rem;
|
|
51839
|
-
padding:
|
|
51866
|
+
padding: 0.75rem 0.5rem 0.75rem 0.25rem;
|
|
51840
51867
|
}
|
|
51841
51868
|
.selected :is(a, button),
|
|
51842
51869
|
[exportparts*='selected'] a {
|
|
@@ -51862,20 +51889,20 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51862
51889
|
background-color: var(--color-light);
|
|
51863
51890
|
grid-template-rows: min-content 2fr min-content;
|
|
51864
51891
|
box-shadow: 0 0 0.25rem var(--color-subtle);
|
|
51865
|
-
border-radius:
|
|
51892
|
+
border-radius: var(--border-radius);
|
|
51866
51893
|
}
|
|
51867
51894
|
:host kol-heading-wc {
|
|
51868
51895
|
line-height: 1.75rem;
|
|
51869
51896
|
}
|
|
51870
51897
|
:host div.header {
|
|
51871
|
-
padding:
|
|
51898
|
+
padding: 1rem 1rem 0.5rem 1rem;
|
|
51872
51899
|
}
|
|
51873
51900
|
:host div.content {
|
|
51874
|
-
padding:
|
|
51901
|
+
padding: 0.5rem 1rem 1rem;
|
|
51875
51902
|
overflow: hidden;
|
|
51876
51903
|
}
|
|
51877
51904
|
:host div.footer {
|
|
51878
|
-
padding:
|
|
51905
|
+
padding: 0.5rem 1rem;
|
|
51879
51906
|
}
|
|
51880
51907
|
`,
|
|
51881
51908
|
"KOL-INPUT-CHECKBOX": css`
|
|
@@ -51885,7 +51912,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51885
51912
|
justify-items: left;
|
|
51886
51913
|
width: 100%;
|
|
51887
51914
|
min-height: var(--a11y-min-size);
|
|
51888
|
-
gap:
|
|
51915
|
+
gap: 0.4rem;
|
|
51889
51916
|
}
|
|
51890
51917
|
:host kol-input.default {
|
|
51891
51918
|
grid-template-columns: 1.5rem auto;
|
|
@@ -51912,7 +51939,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51912
51939
|
}
|
|
51913
51940
|
:host kol-input.error {
|
|
51914
51941
|
border-left: 3px solid var(--color-danger);
|
|
51915
|
-
padding-left:
|
|
51942
|
+
padding-left: 1rem;
|
|
51916
51943
|
}
|
|
51917
51944
|
:host kol-input.error input:focus,
|
|
51918
51945
|
kol-input.error select:focus,
|
|
@@ -51974,31 +52001,31 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
51974
52001
|
}
|
|
51975
52002
|
:host kol-input.default input[type='checkbox'] {
|
|
51976
52003
|
border-radius: var(--border-radius);
|
|
51977
|
-
height: calc(6 *
|
|
51978
|
-
min-width: calc(6 *
|
|
51979
|
-
width: calc(6 *
|
|
52004
|
+
height: calc(6 * 0.25rem);
|
|
52005
|
+
min-width: calc(6 * 0.25rem);
|
|
52006
|
+
width: calc(6 * 0.25rem);
|
|
51980
52007
|
}
|
|
51981
52008
|
:host kol-input.default input[type='checkbox']:before {
|
|
51982
52009
|
border-radius: 1.5em;
|
|
51983
52010
|
background-color: transparent;
|
|
51984
52011
|
display: block;
|
|
51985
|
-
height: calc(6 *
|
|
52012
|
+
height: calc(6 * 0.25rem);
|
|
51986
52013
|
position: relative;
|
|
51987
|
-
width: calc(6 *
|
|
52014
|
+
width: calc(6 * 0.25rem);
|
|
51988
52015
|
}
|
|
51989
52016
|
:host kol-input.default input[type='checkbox']:checked:before {
|
|
51990
52017
|
border-right-width: 3px;
|
|
51991
52018
|
border-bottom-width: 3px;
|
|
51992
|
-
left: calc(1.5 *
|
|
51993
|
-
top: calc(2.85 *
|
|
52019
|
+
left: calc(1.5 * 0.25rem - 2px);
|
|
52020
|
+
top: calc(2.85 * 0.25rem - 2px);
|
|
51994
52021
|
transform: rotate(40deg) translate(-50%, -50%);
|
|
51995
52022
|
background-color: transparent;
|
|
51996
52023
|
border-width: 0px 3px 3px 0px;
|
|
51997
52024
|
border-color: white;
|
|
51998
52025
|
border-radius: 1px;
|
|
51999
52026
|
border-style: solid;
|
|
52000
|
-
height: calc(3 *
|
|
52001
|
-
width: calc(1.5 *
|
|
52027
|
+
height: calc(3 * 0.25rem);
|
|
52028
|
+
width: calc(1.5 * 0.25rem);
|
|
52002
52029
|
}
|
|
52003
52030
|
:host kol-input.default input[type='checkbox']:indeterminate {
|
|
52004
52031
|
background-color: var(--color-primary);
|
|
@@ -52008,7 +52035,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52008
52035
|
height: 0.125rem;
|
|
52009
52036
|
top: 0.6rem;
|
|
52010
52037
|
left: 0.25rem;
|
|
52011
|
-
width: calc(3 *
|
|
52038
|
+
width: calc(3 * 0.25rem);
|
|
52012
52039
|
transform: inherit;
|
|
52013
52040
|
}
|
|
52014
52041
|
:host kol-input.default input[type='checkbox']:checked:indeterminate:before {
|
|
@@ -52111,9 +52138,9 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52111
52138
|
appearance: none;
|
|
52112
52139
|
transition: 0.5s;
|
|
52113
52140
|
border-radius: 100%;
|
|
52114
|
-
height: calc(6 *
|
|
52115
|
-
min-width: calc(6 *
|
|
52116
|
-
width: calc(6 *
|
|
52141
|
+
height: calc(6 * 0.25rem);
|
|
52142
|
+
min-width: calc(6 * 0.25rem);
|
|
52143
|
+
width: calc(6 * 0.25rem);
|
|
52117
52144
|
}
|
|
52118
52145
|
fieldset div input[type='radio']:before {
|
|
52119
52146
|
content: '';
|
|
@@ -52139,7 +52166,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52139
52166
|
order: 3;
|
|
52140
52167
|
}
|
|
52141
52168
|
fieldset.error {
|
|
52142
|
-
padding-left:
|
|
52169
|
+
padding-left: 1rem;
|
|
52143
52170
|
border-left: 3px solid var(--color-danger);
|
|
52144
52171
|
}
|
|
52145
52172
|
fieldset kol-alert#error {
|
|
@@ -52188,7 +52215,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52188
52215
|
display: block;
|
|
52189
52216
|
margin-left: auto;
|
|
52190
52217
|
margin-right: unset;
|
|
52191
|
-
padding:
|
|
52218
|
+
padding: 2rem;
|
|
52192
52219
|
max-width: 750px;
|
|
52193
52220
|
}
|
|
52194
52221
|
:host > div > kol-button-wc {
|
|
@@ -52205,7 +52232,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52205
52232
|
}
|
|
52206
52233
|
:host kol-button-group-wc {
|
|
52207
52234
|
display: inline-flex;
|
|
52208
|
-
gap:
|
|
52235
|
+
gap: 2rem;
|
|
52209
52236
|
flex-wrap: wrap;
|
|
52210
52237
|
}
|
|
52211
52238
|
button {
|
|
@@ -52233,10 +52260,10 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52233
52260
|
border-bottom: 0.25em solid;
|
|
52234
52261
|
}
|
|
52235
52262
|
button kol-span-wc > span {
|
|
52236
|
-
gap:
|
|
52263
|
+
gap: 0.5rem;
|
|
52237
52264
|
}
|
|
52238
52265
|
:host > div > div {
|
|
52239
|
-
padding:
|
|
52266
|
+
padding: 0.25em 0;
|
|
52240
52267
|
}
|
|
52241
52268
|
div[role='tabpanel'] {
|
|
52242
52269
|
height: 100%;
|
|
@@ -52271,10 +52298,10 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52271
52298
|
display: flex;
|
|
52272
52299
|
}
|
|
52273
52300
|
:host > .tabs-align-bottom > kol-button-group-wc > div > div:first-child {
|
|
52274
|
-
margin: 0px
|
|
52301
|
+
margin: 0px 1rem 0px 0px;
|
|
52275
52302
|
}
|
|
52276
52303
|
:host > .tabs-align-bottom > kol-button-group-wc > div > div {
|
|
52277
|
-
margin: 0px
|
|
52304
|
+
margin: 0px 1rem;
|
|
52278
52305
|
}
|
|
52279
52306
|
:host > .tabs-align-top {
|
|
52280
52307
|
display: grid;
|
|
@@ -52287,10 +52314,10 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52287
52314
|
display: flex;
|
|
52288
52315
|
}
|
|
52289
52316
|
:host > .tabs-align-top > kol-button-group-wc > div > div:first-child {
|
|
52290
|
-
margin: 0px
|
|
52317
|
+
margin: 0px 1rem 0px 0px;
|
|
52291
52318
|
}
|
|
52292
52319
|
:host > .tabs-align-top > kol-button-group-wc > div > div {
|
|
52293
|
-
margin: 0px
|
|
52320
|
+
margin: 0px 1rem;
|
|
52294
52321
|
}
|
|
52295
52322
|
:host > div {
|
|
52296
52323
|
display: grid;
|
|
@@ -52335,13 +52362,13 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52335
52362
|
"KOL-PAGINATION": css`
|
|
52336
52363
|
:host {
|
|
52337
52364
|
display: grid;
|
|
52338
|
-
gap:
|
|
52365
|
+
gap: 1rem;
|
|
52339
52366
|
}
|
|
52340
52367
|
:host .navigation-list {
|
|
52341
52368
|
display: inline-flex;
|
|
52342
52369
|
flex-wrap: wrap;
|
|
52343
52370
|
align-items: center;
|
|
52344
|
-
gap:
|
|
52371
|
+
gap: 0.5rem;
|
|
52345
52372
|
}
|
|
52346
52373
|
:host .selected button {
|
|
52347
52374
|
min-width: var(--a11y-min-size);
|
|
@@ -52363,13 +52390,16 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52363
52390
|
}
|
|
52364
52391
|
:host > div > span {
|
|
52365
52392
|
align-self: flex-end;
|
|
52366
|
-
padding-bottom:
|
|
52393
|
+
padding-bottom: 0.5rem;
|
|
52367
52394
|
color: var(--color-primary);
|
|
52368
52395
|
}
|
|
52369
52396
|
`,
|
|
52370
52397
|
"KOL-INPUT-RANGE": css`
|
|
52398
|
+
.inputs-wrapper {
|
|
52399
|
+
gap: 1rem;
|
|
52400
|
+
}
|
|
52371
52401
|
kol-input {
|
|
52372
|
-
gap:
|
|
52402
|
+
gap: 0.25rem;
|
|
52373
52403
|
}
|
|
52374
52404
|
kol-input .error {
|
|
52375
52405
|
order: 1;
|
|
@@ -52385,9 +52415,6 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52385
52415
|
font-size: 0.9rem;
|
|
52386
52416
|
font-style: italic;
|
|
52387
52417
|
}
|
|
52388
|
-
input {
|
|
52389
|
-
border: none;
|
|
52390
|
-
}
|
|
52391
52418
|
input::placeholder {
|
|
52392
52419
|
color: var(--color-subtle);
|
|
52393
52420
|
}
|
|
@@ -52397,14 +52424,20 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52397
52424
|
border-radius: var(--border-radius);
|
|
52398
52425
|
border-style: solid;
|
|
52399
52426
|
border-width: 2px;
|
|
52400
|
-
padding: 0
|
|
52427
|
+
padding: 0 0.5rem;
|
|
52401
52428
|
}
|
|
52402
52429
|
.input > kol-icon {
|
|
52403
52430
|
width: 1rem;
|
|
52404
52431
|
}
|
|
52432
|
+
.input.icon-left > kol-icon:first-child {
|
|
52433
|
+
margin-right: 0.5rem;
|
|
52434
|
+
}
|
|
52435
|
+
.input.icon-right > kol-icon:last-child {
|
|
52436
|
+
margin-left: 0.5rem;
|
|
52437
|
+
}
|
|
52405
52438
|
.input:is(.icon-left, .icon-right) {
|
|
52406
|
-
padding-left:
|
|
52407
|
-
padding-right:
|
|
52439
|
+
padding-left: 1rem;
|
|
52440
|
+
padding-right: 1rem;
|
|
52408
52441
|
}
|
|
52409
52442
|
.input:hover {
|
|
52410
52443
|
border-color: var(--color-primary);
|
|
@@ -52419,7 +52452,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52419
52452
|
}
|
|
52420
52453
|
kol-input.error {
|
|
52421
52454
|
border-left: 3px solid var(--color-danger);
|
|
52422
|
-
padding-left:
|
|
52455
|
+
padding-left: 1rem;
|
|
52423
52456
|
}
|
|
52424
52457
|
kol-input.error .input:focus-within {
|
|
52425
52458
|
outline-color: var(--color-danger) !important;
|
|
@@ -52525,7 +52558,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52525
52558
|
outline: none;
|
|
52526
52559
|
}
|
|
52527
52560
|
:is(a, button).hide-label > kol-span-wc {
|
|
52528
|
-
padding:
|
|
52561
|
+
padding: 0.8rem;
|
|
52529
52562
|
width: unset;
|
|
52530
52563
|
}
|
|
52531
52564
|
:is(a, button).hide-label > kol-span-wc > span > span {
|