@public-ui/theme-default 3.0.0-rc.0 → 3.0.0-rc.10

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
@@ -1,5 +1,13 @@
1
1
  # Public UI - Default-Theme
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@public-ui/theme-default)](https://www.npmjs.com/package/@public-ui/components)
4
+ [![license](https://img.shields.io/npm/l/@public-ui/theme-default)](https://github.com/public-ui/kolibri/blob/main/LICENSE)
5
+ [![downloads](https://img.shields.io/npm/dt/@public-ui/theme-default)](https://www.npmjs.com/package/@public-ui/theme-default)
6
+ [![issues](https://img.shields.io/github/issues/public-ui/kolibri)](https://github.com/public-ui/kolibri/issues)
7
+ [![pull requests](https://img.shields.io/github/issues-pr/public-ui/kolibri)](https://github.com/public-ui/kolibri/pulls)
8
+ [![size](https://img.shields.io/bundlephobia/min/@public-ui/theme-default)](https://bundlephobia.com/result?p=@public-ui/theme-default)
9
+ ![contributors](https://img.shields.io/github/contributors/public-ui/kolibri)
10
+
3
11
  This is the default theme for the [Public UI web component library](https://public-ui.github.io). You can customize this theme by using `css variables` or by creating a new theme.
4
12
 
5
13
  ## Integration in React
@@ -38,6 +46,7 @@ Das Default-Theme ist ein _Token-Based_ Theme, das mit minimalen Anpassungen sof
38
46
  | `--kolibri-border-width` | `1px` | Allgemeine Rahmen-Breite |
39
47
  | `--kolibri-color-primary` | `#004b76` | Primärfarbe |
40
48
  | `--kolibri-color-primary-variant` | `#0077b6` | Alternative Variante der Primärfarbe |
49
+ | `--kolibri-color-secondary` | `#ccebf7` | Sekundärfarbe |
41
50
  | `--kolibri-color-danger` | `#c0003c` | Farbe für Fehlermeldungen und gefährliche Aktionen |
42
51
  | `--kolibri-color-warning` | `#c44931` | Farbe für Warnungen |
43
52
  | `--kolibri-color-success` | `#005c45` | Farbe für Erfolgsmeldungen |