@public-ui/theme-default 2.0.1 → 2.0.3

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 CHANGED
@@ -54,7 +54,7 @@ Theme importieren und registrieren:
54
54
  ```js
55
55
  import { register } from '@public-ui/components';
56
56
  import { defineCustomElements } from '@public-ui/components/dist/loader';
57
- import { DEFAULT } from '@public-ui/themes';
57
+ import { DEFAULT } from '@public-ui/theme-default';
58
58
 
59
59
  register(DEFAULT, defineCustomElements);
60
60
  ```
package/dist/index.cjs CHANGED
@@ -1801,12 +1801,6 @@ const DEFAULT = KoliBri.createTheme("default", {
1801
1801
  grid-template-columns: 1fr auto;
1802
1802
  align-items: center;
1803
1803
  }
1804
- th div.center {
1805
- justify-content: center;
1806
- }
1807
- th div.right {
1808
- justify-content: end;
1809
- }
1810
1804
  tr:nth-child(even) {
1811
1805
  background-color: var(--color-mute);
1812
1806
  }
@@ -1814,14 +1808,6 @@ const DEFAULT = KoliBri.createTheme("default", {
1814
1808
  td {
1815
1809
  padding: 0.5rem;
1816
1810
  }
1817
- td.center > div {
1818
- display: flex;
1819
- justify-content: center;
1820
- }
1821
- td.right > div {
1822
- display: flex;
1823
- justify-content: end;
1824
- }
1825
1811
  th[aria-sort='ascending'],
1826
1812
  th[aria-sort='descending'] {
1827
1813
  font-weight: 700;
@@ -2248,6 +2234,7 @@ const DEFAULT = KoliBri.createTheme("default", {
2248
2234
  top: 1rem;
2249
2235
  right: 1rem;
2250
2236
  width: 440px;
2237
+ max-width: 100%;
2251
2238
  }
2252
2239
  .toast {
2253
2240
  margin-top: 1rem;
package/dist/index.mjs CHANGED
@@ -1799,12 +1799,6 @@ const DEFAULT = KoliBri.createTheme("default", {
1799
1799
  grid-template-columns: 1fr auto;
1800
1800
  align-items: center;
1801
1801
  }
1802
- th div.center {
1803
- justify-content: center;
1804
- }
1805
- th div.right {
1806
- justify-content: end;
1807
- }
1808
1802
  tr:nth-child(even) {
1809
1803
  background-color: var(--color-mute);
1810
1804
  }
@@ -1812,14 +1806,6 @@ const DEFAULT = KoliBri.createTheme("default", {
1812
1806
  td {
1813
1807
  padding: 0.5rem;
1814
1808
  }
1815
- td.center > div {
1816
- display: flex;
1817
- justify-content: center;
1818
- }
1819
- td.right > div {
1820
- display: flex;
1821
- justify-content: end;
1822
- }
1823
1809
  th[aria-sort='ascending'],
1824
1810
  th[aria-sort='descending'] {
1825
1811
  font-weight: 700;
@@ -2246,6 +2232,7 @@ const DEFAULT = KoliBri.createTheme("default", {
2246
2232
  top: 1rem;
2247
2233
  right: 1rem;
2248
2234
  width: 440px;
2235
+ max-width: 100%;
2249
2236
  }
2250
2237
  .toast {
2251
2238
  margin-top: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/theme-default",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -38,18 +38,18 @@
38
38
  "wcag"
39
39
  ],
40
40
  "devDependencies": {
41
- "@public-ui/schema": "2.0.1",
42
- "@public-ui/visual-tests": "2.0.1",
41
+ "@public-ui/schema": "2.0.3",
42
+ "@public-ui/visual-tests": "2.0.3",
43
43
  "@types/node": "ts5.3",
44
- "@typescript-eslint/eslint-plugin": "6.14.0",
45
- "@typescript-eslint/parser": "6.14.0",
44
+ "@typescript-eslint/eslint-plugin": "6.17.0",
45
+ "@typescript-eslint/parser": "6.17.0",
46
46
  "eslint": "8.56.0",
47
47
  "eslint-plugin-no-loops": "0.3.0",
48
48
  "typescript": "5.3.3",
49
49
  "unbuild": "1.2.1"
50
50
  },
51
51
  "peerDependencies": {
52
- "@public-ui/components": "2.0.1"
52
+ "@public-ui/components": "2.0.3"
53
53
  },
54
54
  "sideEffects": false,
55
55
  "type": "module",