@cladd-ui/react 0.14.0 → 0.15.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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.0 (2026-06-17)
4
+
5
+ ### Features
6
+
7
+ - tweak cladd-bg colors (587ce44)
8
+
3
9
  ## 0.14.0 (2026-06-16)
4
10
 
5
11
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cladd-ui/react",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "",
5
5
  "homepage": "https://cladd.io",
6
6
  "bugs": {
package/styles/colors.css CHANGED
@@ -130,7 +130,7 @@
130
130
 
131
131
  /* COLORS DARK */
132
132
  [class*="cladd-color-"]:not(.cladd-color-neutral) {
133
- --cladd-bg: oklch(from var(--cladd-theme) 0.15 0.02 h);
133
+ --cladd-bg: oklch(from var(--cladd-theme) 0.18 0.02 h);
134
134
  --cladd-backdrop: #000;
135
135
  --cladd-primary: oklch(
136
136
  from var(--cladd-theme) var(--cladd-dark-primary-lightness)
@@ -247,7 +247,7 @@
247
247
  .light [class*="cladd-color-"]:not(.cladd-color-neutral),
248
248
  .dark .light [class*="cladd-color-"]:not(.cladd-color-neutral),
249
249
  .light[class*="cladd-color-"]:not(.cladd-color-neutral) {
250
- --cladd-bg: oklch(0.91 0.015 100);
250
+ --cladd-bg: oklch(from var(--cladd-theme) 1 0.015 h);
251
251
  --cladd-backdrop: oklch(0.74 0.018 100);
252
252
  --cladd-primary: oklch(
253
253
  from var(--cladd-theme) var(--cladd-light-primary-lightness)