@kouji-ui/core 0.5.0 → 0.5.1
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/package.json
CHANGED
package/types/kouji-ui-core.d.ts
CHANGED
|
@@ -2057,7 +2057,7 @@ declare function bindPresets<T extends KjBindablePresetConfig>(configToken: Inje
|
|
|
2057
2057
|
* data-full — set to "true" when [kjFullWidth] is true
|
|
2058
2058
|
*
|
|
2059
2059
|
* @doc-touch
|
|
2060
|
-
* Meets WCAG 2.5.5 (44×44 CSS px) at `size="lg"` (2.75rem) and `size="icon"` (enforced via min-width/min-height). Sizes `sm` (32px) and `md` (36px) sit below the 44px floor and rely on the inline-text-link exception — use them for buttons embedded in a sentence or dense form rows only.
|
|
2060
|
+
* Meets WCAG 2.5.5 (44×44 CSS px) at `size="lg"` (2.75rem) and `size="icon"` (enforced via min-width/min-height). Sizes `xs` (28px), `sm` (32px) and `md` (36px) sit below the 44px floor and rely on the inline-text-link exception — use them for buttons embedded in a sentence or dense form rows only. `xs` is intended for dense application chrome (IDE toolbars, table row actions) where a 44px control would break the layout; do not use it on touch-primary surfaces.
|
|
2061
2061
|
*
|
|
2062
2062
|
* @doc-a11y
|
|
2063
2063
|
* Kouji uses ARIA-disabled rather than the native `disabled` attribute so the
|