@public-ui/themes 1.5.2 → 1.6.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
@@ -6885,6 +6885,9 @@ const BMF = KoliBri.createTheme("bmf", {
6885
6885
  ul li:last-child > span {
6886
6886
  color: var(--color-grey);
6887
6887
  }`,
6888
+ "KOL-MODAL": `:host .overlay .modal {
6889
+ max-height: calc(100% - 32px);
6890
+ }`,
6888
6891
  "KOL-ICON": `:host {
6889
6892
  width: 1em;
6890
6893
  height: 1em;
package/dist/index.mjs CHANGED
@@ -6883,6 +6883,9 @@ const BMF = KoliBri.createTheme("bmf", {
6883
6883
  ul li:last-child > span {
6884
6884
  color: var(--color-grey);
6885
6885
  }`,
6886
+ "KOL-MODAL": `:host .overlay .modal {
6887
+ max-height: calc(100% - 32px);
6888
+ }`,
6886
6889
  "KOL-ICON": `:host {
6887
6890
  width: 1em;
6888
6891
  height: 1em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.5.2",
3
+ "version": "1.6.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",
@@ -48,17 +48,17 @@
48
48
  "prepack": "unbuild"
49
49
  },
50
50
  "devDependencies": {
51
- "@public-ui/schema": "1.5.2",
51
+ "@public-ui/schema": "1.6.0-rc.0",
52
52
  "@types/node": "ts4.9",
53
- "@typescript-eslint/eslint-plugin": "5.59.7",
54
- "@typescript-eslint/parser": "5.59.7",
55
- "eslint": "8.41.0",
53
+ "@typescript-eslint/eslint-plugin": "5.59.9",
54
+ "@typescript-eslint/parser": "5.59.9",
55
+ "eslint": "8.42.0",
56
56
  "eslint-plugin-no-loops": "0.3.0",
57
57
  "typescript": "5.0.4",
58
58
  "unbuild": "1.2.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@public-ui/components": "1.5.2"
61
+ "@public-ui/components": "1.6.0-rc.0"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",