laif-ds 0.2.91 → 0.2.92
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/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable technical changes to the laif-ds core will be documented in this fil
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [laif-ds@0.2.92]
|
|
9
|
+
|
|
10
|
+
### 🐛 Fixed
|
|
11
|
+
|
|
12
|
+
- **Badge / Alert**: Fixed `variant="success"` and `variant="warning"` rendering with insufficient text contrast — the `bg-d-success-background` and `bg-d-warning-background` utilities were painting the foreground (text) color as the background instead of the intended surface color, collapsing contrast against the paired `-foreground` text. Contrast now resolves correctly to surface + on-surface in both light and dark themes
|
|
13
|
+
|
|
8
14
|
## [laif-ds@0.2.91]
|
|
9
15
|
|
|
10
16
|
### 🚀 Added
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.1.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-20T15:52:40.662Z",
|
|
4
4
|
"package": {
|
|
5
5
|
"name": "laif-ds",
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.92"
|
|
7
7
|
},
|
|
8
8
|
"stats": {
|
|
9
9
|
"documentedComponentCount": 93,
|
|
@@ -6176,5 +6176,5 @@
|
|
|
6176
6176
|
]
|
|
6177
6177
|
}
|
|
6178
6178
|
],
|
|
6179
|
-
"checksum": "
|
|
6179
|
+
"checksum": "45a413c2a13515169ecf8186102b81f4397185b855629c059394297c6c9c3303"
|
|
6180
6180
|
}
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
--color-d-destructive: var(--d-destructive);
|
|
23
23
|
--color-d-destructive-foreground: var(--d-destructive-foreground);
|
|
24
24
|
--color-d-warning: var(--d-warning);
|
|
25
|
-
--color-d-warning-background: var(--d-warning);
|
|
25
|
+
--color-d-warning-background: var(--d-warning-background);
|
|
26
26
|
--color-d-warning-foreground: var(--d-warning-foreground);
|
|
27
27
|
--color-d-success: var(--d-success);
|
|
28
|
-
--color-d-success-background: var(--d-success);
|
|
28
|
+
--color-d-success-background: var(--d-success-background);
|
|
29
29
|
--color-d-success-foreground: var(--d-success-foreground);
|
|
30
30
|
--color-d-border: var(--d-border);
|
|
31
31
|
--color-d-input: var(--d-input);
|