@public-ui/themes 2.0.0-rc.7 → 2.0.0-rc.8

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
@@ -11070,7 +11070,6 @@ const BMF = KoliBri.createTheme("bmf", {
11070
11070
  border-radius: var(--a11y-min-size);
11071
11071
  border: 2px solid var(--color-midnight);
11072
11072
  color: var(--color-midnight);
11073
- font-weight: 700;
11074
11073
  min-height: var(--a11y-min-size);
11075
11074
  min-width: var(--a11y-min-size);
11076
11075
  padding: 8px;
@@ -11101,6 +11100,7 @@ const BMF = KoliBri.createTheme("bmf", {
11101
11100
  background-color: var(--color-ice);
11102
11101
  border-color: var(--color-ice);
11103
11102
  opacity: 1 !important;
11103
+ font-weight: 700;
11104
11104
  }
11105
11105
  `,
11106
11106
  "KOL-INPUT-RANGE": css$4`
@@ -36885,7 +36885,7 @@ const MAPZ = KoliBri.createTheme("mapz", {
36885
36885
  .list.horizontal > li:not(:first-child) {
36886
36886
  border-left: 0.1em dotted white;
36887
36887
  }
36888
- .vertical li.has-children.selected {
36888
+ .vertical li.active {
36889
36889
  border-right: 0.375em solid var(--kolibri-color-accent);
36890
36890
  }
36891
36891
  .entry {
@@ -52005,6 +52005,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
52005
52005
  .expanded > div > .expand-button kol-icon::part(icon)::before {
52006
52006
  content: '\\eab4';
52007
52007
  }
52008
+ .vertical li.active {
52009
+ border-right: 0.375em solid var(--color-akzent);
52010
+ }
52008
52011
  `,
52009
52012
  "KOL-TABS": css`
52010
52013
  :host > div {
@@ -60684,6 +60687,9 @@ const ZOLLv3 = KoliBri.createTheme("zoll-v3", {
60684
60687
  .expanded > div > .expand-button kol-icon::part(icon)::before {
60685
60688
  content: '\\eab4';
60686
60689
  }
60690
+ .vertical li.active {
60691
+ border-right: 0.375em solid var(--color-akzent);
60692
+ }
60687
60693
  `,
60688
60694
  "KOL-TABS": tabsStyles,
60689
60695
  "KOL-BREADCRUMB": css`
package/dist/index.mjs CHANGED
@@ -11068,7 +11068,6 @@ const BMF = KoliBri.createTheme("bmf", {
11068
11068
  border-radius: var(--a11y-min-size);
11069
11069
  border: 2px solid var(--color-midnight);
11070
11070
  color: var(--color-midnight);
11071
- font-weight: 700;
11072
11071
  min-height: var(--a11y-min-size);
11073
11072
  min-width: var(--a11y-min-size);
11074
11073
  padding: 8px;
@@ -11099,6 +11098,7 @@ const BMF = KoliBri.createTheme("bmf", {
11099
11098
  background-color: var(--color-ice);
11100
11099
  border-color: var(--color-ice);
11101
11100
  opacity: 1 !important;
11101
+ font-weight: 700;
11102
11102
  }
11103
11103
  `,
11104
11104
  "KOL-INPUT-RANGE": css$4`
@@ -36883,7 +36883,7 @@ const MAPZ = KoliBri.createTheme("mapz", {
36883
36883
  .list.horizontal > li:not(:first-child) {
36884
36884
  border-left: 0.1em dotted white;
36885
36885
  }
36886
- .vertical li.has-children.selected {
36886
+ .vertical li.active {
36887
36887
  border-right: 0.375em solid var(--kolibri-color-accent);
36888
36888
  }
36889
36889
  .entry {
@@ -52003,6 +52003,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
52003
52003
  .expanded > div > .expand-button kol-icon::part(icon)::before {
52004
52004
  content: '\\eab4';
52005
52005
  }
52006
+ .vertical li.active {
52007
+ border-right: 0.375em solid var(--color-akzent);
52008
+ }
52006
52009
  `,
52007
52010
  "KOL-TABS": css`
52008
52011
  :host > div {
@@ -60682,6 +60685,9 @@ const ZOLLv3 = KoliBri.createTheme("zoll-v3", {
60682
60685
  .expanded > div > .expand-button kol-icon::part(icon)::before {
60683
60686
  content: '\\eab4';
60684
60687
  }
60688
+ .vertical li.active {
60689
+ border-right: 0.375em solid var(--color-akzent);
60690
+ }
60685
60691
  `,
60686
60692
  "KOL-TABS": tabsStyles,
60687
60693
  "KOL-BREADCRUMB": css`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "2.0.0-rc.7",
3
+ "version": "2.0.0-rc.8",
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": "2.0.0-rc.7",
44
+ "@public-ui/schema": "2.0.0-rc.8",
45
45
  "@types/node": "ts5.1",
46
46
  "@typescript-eslint/eslint-plugin": "6.9.0",
47
47
  "@typescript-eslint/parser": "6.9.0",
@@ -52,7 +52,7 @@
52
52
  "unbuild": "1.2.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@public-ui/components": "2.0.0-rc.7"
55
+ "@public-ui/components": "2.0.0-rc.8"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "type": "module",