ionbase-ui 0.37.0 → 0.38.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/dist/figma-descriptions.json +39 -39
- package/dist/figma-map.json +1 -1
- package/dist/meta/components.json +1 -1
- package/dist/meta/contrast.json +10646 -2376
- package/dist/meta/index.json +1 -1
- package/dist/meta/patterns/index.json +1 -1
- package/dist/styles/empty-state.css +13 -18
- package/llms.txt +1 -1
- package/package.json +1 -1
package/dist/meta/index.json
CHANGED
|
@@ -17,27 +17,22 @@
|
|
|
17
17
|
* their existing rungs rather than growing an `empty-state/*` family, which
|
|
18
18
|
* would be the `control/<size>/*` mistake recorded in AGENTS.md one tier up.
|
|
19
19
|
*
|
|
20
|
-
* CONTRAST
|
|
20
|
+
* CONTRAST: 60 PAIRINGS, AND THIS FILE IS WHY THE GATE COUNTS THEM
|
|
21
21
|
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
22
|
+
* This component declares no background — it sits on whatever region holds it.
|
|
23
|
+
* Until 3 Sep 2026 verify-contrast.mjs paired a `color` against a `background`
|
|
24
|
+
* on the same rule, so every rule here was skipped and the component
|
|
25
|
+
* contributed ZERO pairings while the gate reported green. It was the first
|
|
26
|
+
* component that is text-only from top to bottom, which is what made the hole
|
|
27
|
+
* visible.
|
|
27
28
|
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
29
|
+
* The gate now measures a background-less rule against all three neutral
|
|
30
|
+
* grounds a caller can place a region on — surface/page, surface/default and
|
|
31
|
+
* surface/muted — and this file's 60 pairings are checked on every build like
|
|
32
|
+
* any other. Nothing here needs a hand-measured table any more.
|
|
32
33
|
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* default 17.63 / 19.71 10.15 / 15.86 7.56 / 8.28 5.38 / 7.51
|
|
36
|
-
* muted 15.71 / 14.14 9.04 / 11.38 6.73 / 5.94 4.79 / 5.39
|
|
37
|
-
* (Light / Dark)
|
|
38
|
-
*
|
|
39
|
-
* icon/warning and icon/error, the other two reason tints, sit between those
|
|
40
|
-
* columns: 5.30 to 8.08 across the same grid.
|
|
34
|
+
* The tightest of them is icon/primary on surface/muted at 4.79:1, against the
|
|
35
|
+
* 3:1 SC 1.4.11 asks of a non-text mark. Every text pairing clears 4.5:1.
|
|
41
36
|
*/
|
|
42
37
|
.ion-empty-state {
|
|
43
38
|
--ion-empty-state-icon: var(--icon-tertiary);
|
package/llms.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> IonBase is a React design system for enterprise SaaS, built to be consumed by an agent rather than read by a developer. Every component ships a machine-readable contract carrying the judgement a type signature cannot: when to use it, what to use instead, the anti-patterns, and what it guarantees for accessibility versus what it requires of you.
|
|
4
4
|
|
|
5
|
-
Version 0.
|
|
5
|
+
Version 0.38.0. 46 components.
|
|
6
6
|
|
|
7
7
|
## Read these, in this order
|
|
8
8
|
|