@public-ui/themes 1.7.2-rc.0 → 2.0.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 CHANGED
@@ -326,11 +326,9 @@ var KeyEnum = /* @__PURE__ */ ((KeyEnum2) => {
326
326
  KeyEnum2[KeyEnum2["page-current"] = 19] = "page-current";
327
327
  KeyEnum2[KeyEnum2["page-selected"] = 20] = "page-selected";
328
328
  KeyEnum2[KeyEnum2["page-per-site"] = 21] = "page-per-site";
329
- KeyEnum2[KeyEnum2["nav-maximize"] = 22] = "nav-maximize";
330
- KeyEnum2[KeyEnum2["nav-minimize"] = 23] = "nav-minimize";
331
- KeyEnum2[KeyEnum2["logo-description"] = 24] = "logo-description";
332
- KeyEnum2[KeyEnum2["open-link-in-tab"] = 25] = "open-link-in-tab";
333
- KeyEnum2[KeyEnum2["kolibri-logo"] = 26] = "kolibri-logo";
329
+ KeyEnum2[KeyEnum2["logo-description"] = 22] = "logo-description";
330
+ KeyEnum2[KeyEnum2["open-link-in-tab"] = 23] = "open-link-in-tab";
331
+ KeyEnum2[KeyEnum2["kolibri-logo"] = 24] = "kolibri-logo";
334
332
  return KeyEnum2;
335
333
  })(KeyEnum || {});
336
334
 
@@ -53348,6 +53346,10 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53348
53346
  }
53349
53347
  `,
53350
53348
  "KOL-BUTTON": css`
53349
+ :host > kol-button-wc > button {
53350
+ border-radius: var(--border-radius);
53351
+ }
53352
+
53351
53353
  :host > kol-button-wc > button > kol-span-wc,
53352
53354
  :host > kol-link-wc > a > kol-span-wc {
53353
53355
  border-radius: var(--border-radius);
@@ -53456,6 +53458,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53456
53458
  gap: 0.5rem;
53457
53459
  line-height: 1rem;
53458
53460
  }
53461
+ :host > kol-link-wc > a {
53462
+ border-radius: var(--border-radius);
53463
+ }
53459
53464
  :host > kol-button-wc > button > kol-span-wc:not(.hide-label),
53460
53465
  :host > kol-link-wc > a > kol-span-wc:not(.hide-label) {
53461
53466
  padding: 0.75rem 1rem;
package/dist/index.d.ts CHANGED
@@ -657,8 +657,6 @@ declare const DE: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
657
657
  "kol-page-current"?: string | undefined;
658
658
  "kol-page-selected"?: string | undefined;
659
659
  "kol-page-per-site"?: string | undefined;
660
- "kol-nav-maximize"?: string | undefined;
661
- "kol-nav-minimize"?: string | undefined;
662
660
  "kol-logo-description"?: string | undefined;
663
661
  "kol-open-link-in-tab"?: string | undefined;
664
662
  "kol-kolibri-logo"?: string | undefined;
@@ -687,8 +685,6 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
687
685
  "kol-page-current"?: string | undefined;
688
686
  "kol-page-selected"?: string | undefined;
689
687
  "kol-page-per-site"?: string | undefined;
690
- "kol-nav-maximize"?: string | undefined;
691
- "kol-nav-minimize"?: string | undefined;
692
688
  "kol-logo-description"?: string | undefined;
693
689
  "kol-open-link-in-tab"?: string | undefined;
694
690
  "kol-kolibri-logo"?: string | undefined;
package/dist/index.mjs CHANGED
@@ -324,11 +324,9 @@ var KeyEnum = /* @__PURE__ */ ((KeyEnum2) => {
324
324
  KeyEnum2[KeyEnum2["page-current"] = 19] = "page-current";
325
325
  KeyEnum2[KeyEnum2["page-selected"] = 20] = "page-selected";
326
326
  KeyEnum2[KeyEnum2["page-per-site"] = 21] = "page-per-site";
327
- KeyEnum2[KeyEnum2["nav-maximize"] = 22] = "nav-maximize";
328
- KeyEnum2[KeyEnum2["nav-minimize"] = 23] = "nav-minimize";
329
- KeyEnum2[KeyEnum2["logo-description"] = 24] = "logo-description";
330
- KeyEnum2[KeyEnum2["open-link-in-tab"] = 25] = "open-link-in-tab";
331
- KeyEnum2[KeyEnum2["kolibri-logo"] = 26] = "kolibri-logo";
327
+ KeyEnum2[KeyEnum2["logo-description"] = 22] = "logo-description";
328
+ KeyEnum2[KeyEnum2["open-link-in-tab"] = 23] = "open-link-in-tab";
329
+ KeyEnum2[KeyEnum2["kolibri-logo"] = 24] = "kolibri-logo";
332
330
  return KeyEnum2;
333
331
  })(KeyEnum || {});
334
332
 
@@ -53346,6 +53344,10 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53346
53344
  }
53347
53345
  `,
53348
53346
  "KOL-BUTTON": css`
53347
+ :host > kol-button-wc > button {
53348
+ border-radius: var(--border-radius);
53349
+ }
53350
+
53349
53351
  :host > kol-button-wc > button > kol-span-wc,
53350
53352
  :host > kol-link-wc > a > kol-span-wc {
53351
53353
  border-radius: var(--border-radius);
@@ -53454,6 +53456,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53454
53456
  gap: 0.5rem;
53455
53457
  line-height: 1rem;
53456
53458
  }
53459
+ :host > kol-link-wc > a {
53460
+ border-radius: var(--border-radius);
53461
+ }
53457
53462
  :host > kol-button-wc > button > kol-span-wc:not(.hide-label),
53458
53463
  :host > kol-link-wc > a > kol-span-wc:not(.hide-label) {
53459
53464
  padding: 0.75rem 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.7.2-rc.0",
3
+ "version": "2.0.0-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -41,7 +41,7 @@
41
41
  "wcag"
42
42
  ],
43
43
  "devDependencies": {
44
- "@public-ui/schema": "1.7.2-rc.0",
44
+ "@public-ui/schema": "2.0.0-rc.0",
45
45
  "@types/node": "ts5.1",
46
46
  "@typescript-eslint/eslint-plugin": "6.7.3",
47
47
  "@typescript-eslint/parser": "6.7.3",
@@ -52,7 +52,7 @@
52
52
  "unbuild": "1.2.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@public-ui/components": "1.7.2-rc.0"
55
+ "@public-ui/components": "2.0.0-rc.0"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "type": "module",