@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.
- package/dist/client.js +4 -3
- 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,
|
|
86
|
-
|
|
87
|
-
|
|
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"),
|