@ihk-gfi/lux-components-theme 11.6.0 → 11.8.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/CHANGELOG.md CHANGED
@@ -1,11 +1,48 @@
1
+ # Version 11.8.0
2
+ ## New - Theme "green"
3
+ - **tabs**: Die Schrift der Tablabels soll auf die Schrift "Korb (700) 22px" umgestellt werden. [Issue 14](https://github.com/IHK-GfI/lux-components-theme/issues/14)
4
+ - **tabs**: Die Hover- und Active-Farbe soll auf den Wert "E3EBF5" eingestellt werden. [Issue 14](https://github.com/IHK-GfI/lux-components-theme/issues/14)
5
+
6
+ # Version 11.7.1
7
+ ## Bug Fixes - Theme "green"
8
+ - **checkbox**: Deaktivierte Checkbox wird nicht angezeigt. [Issue 13](https://github.com/IHK-GfI/lux-components-theme/issues/13)
9
+
10
+ # Version 11.7.0
11
+ ## New
12
+ - **allgemein**: Die folgenden neuen CSS-Variablen wurden eingeführt: [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
13
+ - `--lux-theme-form-control-default-height-not-scalable`
14
+ - `--lux-theme-form-control-height`
15
+ - `--lux-theme-form-control-height-small`
16
+ - `--lux-theme-form-control-font-size`
17
+ - `--lux-theme-form-control-font-size-small`
18
+
19
+ ## New - Theme "green"
20
+ - **checkbox**: Checkboxen abgerundet darstellen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
21
+ - **radio**: Aktivierte Radio-Buttons mit Haken-Icon darstellen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
22
+ - **form-fields**: Eingabefelder mit abgerundetem Rahmen und Label darstellen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
23
+ - **table**: Die Zeilenhintergrundfarbe alternierend in Weiß und Hellgrau darstellen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
24
+ - **table**: Den Tabellenheader in Grün darstellen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
25
+ - **datepicker**: Überschriften (Wochentage) mit zwei Buchstaben darstellen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
26
+ - **datepicker**: Tagehintergrund in hellblauen Kästchen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
27
+ - **datepicker**: Selektierter Tag als dunkelblaues Kästchen. [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
28
+ - **datepicker**: Monatsname unterhalb der Tagesspaltenköpfe soll entfallen (falls möglich). [Issue 12](https://github.com/IHK-GfI/lux-components-theme/issues/12)
29
+
30
+ # Version 11.6.1
31
+ ## Bug Fixes
32
+ - **table**: Falsche Fokusdarstellung bei den Tabellenzellen (td-Tags) [Issue 11](https://github.com/IHK-GfI/lux-components-theme/issues/11)
33
+
1
34
  # Version 11.6.0
35
+ ## New
2
36
  - **badge-notification**: Accent-Farbe noch ans Theme anpassen [Issue 7](https://github.com/IHK-GfI/lux-components-theme/issues/7)
3
37
  - **allgemein**: Themefarben auch als Css-Variablen zur Verfügung stellen [Issue 8](https://github.com/IHK-GfI/lux-components-theme/issues/8)
4
38
 
5
39
  # Version 11.5.0
6
- - **button**: Unterschiedliche Buttonhöhen (mit/ohne Icons) korrigieren [Issue 5](https://github.com/IHK-GfI/lux-components-theme/issues/5)
40
+ ## New
7
41
  - **green**: Die Buttons und Schriften im Theme "green" überarbeiten. [Issue 6](https://github.com/IHK-GfI/lux-components-theme/issues/6)
8
42
 
43
+ ## Bug Fixes
44
+ - **button**: Unterschiedliche Buttonhöhen (mit/ohne Icons) korrigieren [Issue 5](https://github.com/IHK-GfI/lux-components-theme/issues/5)
45
+
9
46
  # Version 11.4.0
10
47
  ## New
11
48
  - **lux-datetimepicker**: Styles für den neuen Datetimepicker inklusive Uhrzeit bereitstellen. [Issue 4](https://github.com/IHK-GfI/lux-components/issues/4)
package/README.md CHANGED
@@ -42,6 +42,11 @@ Alles zusammen bildet die Grundlage für das Theming der eigenen Komponenten auf
42
42
  - `--lux-theme-light-dividers`
43
43
  - `--lux-theme-light-focused`
44
44
  - `--lux-theme-form-border-color`
45
+ - `--lux-theme-form-control-default-height-not-scalable`
46
+ - `--lux-theme-form-control-height`
47
+ - `--lux-theme-form-control-height-small`
48
+ - `--lux-theme-form-control-font-size`
49
+ - `--lux-theme-form-control-font-size-small`
45
50
  - `--lux-theme-button-height`
46
51
  - `--lux-theme-button-fav-height`
47
52
  - `--lux-theme-outline-color-bright`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihk-gfi/lux-components-theme",
3
- "version": "11.6.0",
3
+ "version": "11.8.0",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "scripts": {