@public-ui/themes 1.7.3 → 1.7.5
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 +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -36956,7 +36956,7 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
36956
36956
|
.list.horizontal > li:not(:first-child) {
|
|
36957
36957
|
border-left: 0.1em dotted white;
|
|
36958
36958
|
}
|
|
36959
|
-
.vertical li.
|
|
36959
|
+
.vertical li.active {
|
|
36960
36960
|
border-right: 0.375em solid var(--kolibri-color-accent);
|
|
36961
36961
|
}
|
|
36962
36962
|
.entry {
|
|
@@ -54350,6 +54350,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
54350
54350
|
.expanded > div > .expand-button kol-icon::part(icon)::before {
|
|
54351
54351
|
content: '\\eab4';
|
|
54352
54352
|
}
|
|
54353
|
+
.vertical li.active {
|
|
54354
|
+
border-right: 0.375em solid var(--color-akzent);
|
|
54355
|
+
}
|
|
54353
54356
|
`,
|
|
54354
54357
|
"KOL-TABS": css`
|
|
54355
54358
|
:host > div {
|
package/dist/index.mjs
CHANGED
|
@@ -36954,7 +36954,7 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
36954
36954
|
.list.horizontal > li:not(:first-child) {
|
|
36955
36955
|
border-left: 0.1em dotted white;
|
|
36956
36956
|
}
|
|
36957
|
-
.vertical li.
|
|
36957
|
+
.vertical li.active {
|
|
36958
36958
|
border-right: 0.375em solid var(--kolibri-color-accent);
|
|
36959
36959
|
}
|
|
36960
36960
|
.entry {
|
|
@@ -54348,6 +54348,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
54348
54348
|
.expanded > div > .expand-button kol-icon::part(icon)::before {
|
|
54349
54349
|
content: '\\eab4';
|
|
54350
54350
|
}
|
|
54351
|
+
.vertical li.active {
|
|
54352
|
+
border-right: 0.375em solid var(--color-akzent);
|
|
54353
|
+
}
|
|
54351
54354
|
`,
|
|
54352
54355
|
"KOL-TABS": css`
|
|
54353
54356
|
:host > div {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/themes",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
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.
|
|
44
|
+
"@public-ui/schema": "1.7.5",
|
|
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.
|
|
55
|
+
"@public-ui/components": "1.7.5"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"type": "module",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"format": "prettier --check src",
|
|
77
77
|
"lint": "eslint src && tsc --noemit",
|
|
78
78
|
"dev": "nodemon --ignore dist -e ts,tsx --exec 'pnpm build'",
|
|
79
|
-
"test-all": "pnpm -r --workspace-concurrency=1 test
|
|
80
|
-
"test-update-all": "pnpm -r --workspace-concurrency=1 test"
|
|
79
|
+
"test-all": "pnpm -r --workspace-concurrency=1 test",
|
|
80
|
+
"test-update-all": "pnpm -r --workspace-concurrency=1 test-update"
|
|
81
81
|
}
|
|
82
82
|
}
|