@public-ui/themes 1.7.0-rc.0 → 1.7.0-rc.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/README.md +2 -2
- package/dist/index.cjs +21 -8
- package/dist/index.mjs +21 -8
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Das **Themes**-Modul beinhaltet zahlreiche Themes (Styleguides) zur Komponenten-Bibliothek. Sie können in Kombination mit dem Components-Modul geladen werden.
|
|
4
4
|
|
|
5
|
-
Mehr zur **Modularisierung** kann im [Architekturkonzept](https://
|
|
5
|
+
Mehr zur **Modularisierung** kann im [Architekturkonzept](https://public-ui.github.io/docs/concepts/architecture) nachgelesen werden.
|
|
6
6
|
|
|
7
|
-
Mehr zum **Projekt** kann in der [README](https://
|
|
7
|
+
Mehr zum **Projekt** kann in der [README](https://public-ui.github.io/docs) nachgelesen werden.
|
|
8
8
|
|
|
9
9
|
## Important settings
|
|
10
10
|
|
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:{};
|
|
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 n=getCssStyle(s,"PROPERTIES"),a=getCssStyle(s,"GLOBAL"),l=getCssStyle(s,e.tagName);!1===CSS_PROPERTIES_REGISTERED.has(s)&&extractProperties(s,a);const i=[n,a,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;}class Theme{constructor(e,t,o){this.createTheme=(e,t)=>createTheme(e,t),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";
|
|
@@ -2523,7 +2523,7 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
2523
2523
|
--input-inner-size: calc(var(--spacing) * 3);
|
|
2524
2524
|
--input-outer-size: calc(var(--spacing) * 6);
|
|
2525
2525
|
}
|
|
2526
|
-
|
|
2526
|
+
.input-slot {
|
|
2527
2527
|
align-items: center;
|
|
2528
2528
|
display: flex;
|
|
2529
2529
|
gap: calc(var(--spacing) * 2);
|
|
@@ -3875,20 +3875,32 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
3875
3875
|
}`,
|
|
3876
3876
|
"KOL-TEXTAREA": `kol-input {
|
|
3877
3877
|
gap: 0.25em;
|
|
3878
|
+
display: grid;
|
|
3879
|
+
grid-template-areas: "error error" "label counter" "input input" "hint hint";
|
|
3880
|
+
grid-template-columns: 1fr 115px;
|
|
3878
3881
|
}
|
|
3879
3882
|
kol-input .error {
|
|
3880
3883
|
order: 1;
|
|
3884
|
+
grid-area: error;
|
|
3881
3885
|
}
|
|
3882
3886
|
kol-input label {
|
|
3883
3887
|
order: 2;
|
|
3888
|
+
grid-area: label;
|
|
3889
|
+
}
|
|
3890
|
+
kol-input .counter {
|
|
3891
|
+
order: 2;
|
|
3892
|
+
grid-area: counter;
|
|
3893
|
+
justify-self: end;
|
|
3884
3894
|
}
|
|
3885
3895
|
kol-input .input {
|
|
3886
3896
|
order: 3;
|
|
3897
|
+
grid-area: input;
|
|
3887
3898
|
}
|
|
3888
3899
|
kol-input .hint {
|
|
3889
3900
|
order: 4;
|
|
3890
3901
|
font-size: 0.875em;
|
|
3891
3902
|
font-style: italic;
|
|
3903
|
+
grid-area: hint;
|
|
3892
3904
|
}
|
|
3893
3905
|
textarea {
|
|
3894
3906
|
border: none;
|
|
@@ -4890,6 +4902,7 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4890
4902
|
}
|
|
4891
4903
|
.entry.hide-label :is(a, button) {
|
|
4892
4904
|
padding: 0;
|
|
4905
|
+
border-left: 0;
|
|
4893
4906
|
}`,
|
|
4894
4907
|
"KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
|
|
4895
4908
|
:host > div {
|
|
@@ -5226,7 +5239,7 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
5226
5239
|
display: inline-block;
|
|
5227
5240
|
margin-bottom: 0.25em;
|
|
5228
5241
|
}
|
|
5229
|
-
fieldset
|
|
5242
|
+
fieldset .input-slot {
|
|
5230
5243
|
gap: 0.5rem;
|
|
5231
5244
|
}
|
|
5232
5245
|
fieldset div label {
|
|
@@ -19222,7 +19235,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
|
|
|
19222
19235
|
border: 0;
|
|
19223
19236
|
gap: 0.5rem;
|
|
19224
19237
|
}
|
|
19225
|
-
|
|
19238
|
+
.input-slot {
|
|
19226
19239
|
gap: 0.25rem;
|
|
19227
19240
|
}
|
|
19228
19241
|
fieldset kol-alert {
|
|
@@ -21319,7 +21332,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
|
|
|
21319
21332
|
border: 0;
|
|
21320
21333
|
gap: 0.5rem;
|
|
21321
21334
|
}
|
|
21322
|
-
|
|
21335
|
+
.input-slot {
|
|
21323
21336
|
gap: 0.25rem;
|
|
21324
21337
|
}
|
|
21325
21338
|
fieldset kol-alert {
|
|
@@ -25098,7 +25111,7 @@ const MFM = KoliBri.createTheme("mfm", {
|
|
|
25098
25111
|
display: inline-block;
|
|
25099
25112
|
margin-bottom: 0.25em;
|
|
25100
25113
|
}
|
|
25101
|
-
fieldset
|
|
25114
|
+
fieldset .input-slot {
|
|
25102
25115
|
gap: 0.5rem;
|
|
25103
25116
|
}
|
|
25104
25117
|
fieldset div label {
|
|
@@ -50377,7 +50390,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50377
50390
|
}
|
|
50378
50391
|
:is(a, button) > kol-span-wc {
|
|
50379
50392
|
font-weight: 700;
|
|
50380
|
-
border-radius: var(--
|
|
50393
|
+
border-radius: var(--border-radius);
|
|
50381
50394
|
border-style: solid;
|
|
50382
50395
|
border-width: var(--border-width);
|
|
50383
50396
|
min-height: var(--a11y-min-size);
|
|
@@ -52195,7 +52208,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52195
52208
|
display: inline-block;
|
|
52196
52209
|
margin-bottom: calc(var(--spacing) / 2);
|
|
52197
52210
|
}
|
|
52198
|
-
fieldset
|
|
52211
|
+
fieldset .input-slot {
|
|
52199
52212
|
gap: var(--spacing);
|
|
52200
52213
|
}
|
|
52201
52214
|
fieldset div label {
|
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:{};
|
|
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 n=getCssStyle(s,"PROPERTIES"),a=getCssStyle(s,"GLOBAL"),l=getCssStyle(s,e.tagName);!1===CSS_PROPERTIES_REGISTERED.has(s)&&extractProperties(s,a);const i=[n,a,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;}class Theme{constructor(e,t,o){this.createTheme=(e,t)=>createTheme(e,t),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";
|
|
@@ -2521,7 +2521,7 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
2521
2521
|
--input-inner-size: calc(var(--spacing) * 3);
|
|
2522
2522
|
--input-outer-size: calc(var(--spacing) * 6);
|
|
2523
2523
|
}
|
|
2524
|
-
|
|
2524
|
+
.input-slot {
|
|
2525
2525
|
align-items: center;
|
|
2526
2526
|
display: flex;
|
|
2527
2527
|
gap: calc(var(--spacing) * 2);
|
|
@@ -3873,20 +3873,32 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
3873
3873
|
}`,
|
|
3874
3874
|
"KOL-TEXTAREA": `kol-input {
|
|
3875
3875
|
gap: 0.25em;
|
|
3876
|
+
display: grid;
|
|
3877
|
+
grid-template-areas: "error error" "label counter" "input input" "hint hint";
|
|
3878
|
+
grid-template-columns: 1fr 115px;
|
|
3876
3879
|
}
|
|
3877
3880
|
kol-input .error {
|
|
3878
3881
|
order: 1;
|
|
3882
|
+
grid-area: error;
|
|
3879
3883
|
}
|
|
3880
3884
|
kol-input label {
|
|
3881
3885
|
order: 2;
|
|
3886
|
+
grid-area: label;
|
|
3887
|
+
}
|
|
3888
|
+
kol-input .counter {
|
|
3889
|
+
order: 2;
|
|
3890
|
+
grid-area: counter;
|
|
3891
|
+
justify-self: end;
|
|
3882
3892
|
}
|
|
3883
3893
|
kol-input .input {
|
|
3884
3894
|
order: 3;
|
|
3895
|
+
grid-area: input;
|
|
3885
3896
|
}
|
|
3886
3897
|
kol-input .hint {
|
|
3887
3898
|
order: 4;
|
|
3888
3899
|
font-size: 0.875em;
|
|
3889
3900
|
font-style: italic;
|
|
3901
|
+
grid-area: hint;
|
|
3890
3902
|
}
|
|
3891
3903
|
textarea {
|
|
3892
3904
|
border: none;
|
|
@@ -4888,6 +4900,7 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4888
4900
|
}
|
|
4889
4901
|
.entry.hide-label :is(a, button) {
|
|
4890
4902
|
padding: 0;
|
|
4903
|
+
border-left: 0;
|
|
4891
4904
|
}`,
|
|
4892
4905
|
"KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
|
|
4893
4906
|
:host > div {
|
|
@@ -5224,7 +5237,7 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
5224
5237
|
display: inline-block;
|
|
5225
5238
|
margin-bottom: 0.25em;
|
|
5226
5239
|
}
|
|
5227
|
-
fieldset
|
|
5240
|
+
fieldset .input-slot {
|
|
5228
5241
|
gap: 0.5rem;
|
|
5229
5242
|
}
|
|
5230
5243
|
fieldset div label {
|
|
@@ -19220,7 +19233,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
|
|
|
19220
19233
|
border: 0;
|
|
19221
19234
|
gap: 0.5rem;
|
|
19222
19235
|
}
|
|
19223
|
-
|
|
19236
|
+
.input-slot {
|
|
19224
19237
|
gap: 0.25rem;
|
|
19225
19238
|
}
|
|
19226
19239
|
fieldset kol-alert {
|
|
@@ -21317,7 +21330,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
|
|
|
21317
21330
|
border: 0;
|
|
21318
21331
|
gap: 0.5rem;
|
|
21319
21332
|
}
|
|
21320
|
-
|
|
21333
|
+
.input-slot {
|
|
21321
21334
|
gap: 0.25rem;
|
|
21322
21335
|
}
|
|
21323
21336
|
fieldset kol-alert {
|
|
@@ -25096,7 +25109,7 @@ const MFM = KoliBri.createTheme("mfm", {
|
|
|
25096
25109
|
display: inline-block;
|
|
25097
25110
|
margin-bottom: 0.25em;
|
|
25098
25111
|
}
|
|
25099
|
-
fieldset
|
|
25112
|
+
fieldset .input-slot {
|
|
25100
25113
|
gap: 0.5rem;
|
|
25101
25114
|
}
|
|
25102
25115
|
fieldset div label {
|
|
@@ -50375,7 +50388,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
50375
50388
|
}
|
|
50376
50389
|
:is(a, button) > kol-span-wc {
|
|
50377
50390
|
font-weight: 700;
|
|
50378
|
-
border-radius: var(--
|
|
50391
|
+
border-radius: var(--border-radius);
|
|
50379
50392
|
border-style: solid;
|
|
50380
50393
|
border-width: var(--border-width);
|
|
50381
50394
|
min-height: var(--a11y-min-size);
|
|
@@ -52193,7 +52206,7 @@ const DEFAULT = KoliBri.createTheme("default", {
|
|
|
52193
52206
|
display: inline-block;
|
|
52194
52207
|
margin-bottom: calc(var(--spacing) / 2);
|
|
52195
52208
|
}
|
|
52196
|
-
fieldset
|
|
52209
|
+
fieldset .input-slot {
|
|
52197
52210
|
gap: var(--spacing);
|
|
52198
52211
|
}
|
|
52199
52212
|
fieldset div label {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/themes",
|
|
3
|
-
"version": "1.7.0-rc.
|
|
3
|
+
"version": "1.7.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"prepack": "unbuild"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@public-ui/schema": "1.7.0-rc.
|
|
51
|
+
"@public-ui/schema": "1.7.0-rc.2",
|
|
52
52
|
"@types/node": "ts5.1",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
54
|
-
"@typescript-eslint/parser": "6.
|
|
55
|
-
"eslint": "8.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "6.5.0",
|
|
54
|
+
"@typescript-eslint/parser": "6.5.0",
|
|
55
|
+
"eslint": "8.48.0",
|
|
56
56
|
"eslint-plugin-no-loops": "0.3.0",
|
|
57
|
-
"typescript": "5.
|
|
57
|
+
"typescript": "5.2.2",
|
|
58
58
|
"unbuild": "1.2.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@public-ui/components": "1.7.0-rc.
|
|
61
|
+
"@public-ui/components": "1.7.0-rc.2"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
64
|
"type": "module",
|