@ceebee/ui 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/dist/client.js +4 -3
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -82,9 +82,10 @@ function readCeebeeThemeToken(root) {
82
82
  colorTextTertiary: color("--cb-fg-subtle"),
83
83
  /* Ant derives its placeholder colour from its own algorithm rather than from any token this
84
84
  bridge already sends, and lands on a 25%-alpha grey that fails WCAG AA text contrast in both
85
- modes. Placeholder text is text, so it takes the subtle foreground like every other quiet
86
- label. */
87
- colorTextPlaceholder: color("--cb-fg-subtle"),
85
+ modes. Placeholder text is text, and the subtle foreground only clears AA against the plain
86
+ surface, so placeholders take the muted foreground that clears it against every surface a
87
+ control can sit on. */
88
+ colorTextPlaceholder: color("--cb-fg-muted"),
88
89
  colorTextLightSolid: color("--cb-fg-on-brand"),
89
90
  colorBgBase: color("--cb-bg"),
90
91
  colorBgContainer: color("--cb-surface"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceebee/ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Ceebee's design system: tokens, themed primitives, motion, and onboarding.",
5
5
  "license": "MIT",
6
6
  "repository": {