ionbase-ui 0.30.0 → 0.32.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.
@@ -1,152 +1,197 @@
1
1
  {
2
- "version": "0.30.0",
2
+ "version": "0.32.0",
3
3
  "begin": "───── CODE · ionbase-ui ─────",
4
4
  "end": "───── end code ─────",
5
5
  "blocks": {
6
6
  "21:461": {
7
7
  "figmaComponent": "Button",
8
8
  "component": "Button",
9
- "block": "───── CODE · ionbase-ui ─────\nimport { Button } from 'ionbase-ui';\n<Button variant=\"primary-brand\" size=\"sm\">Label</Button>\n\nPROPERTIES\n Type → variant: Primary Brand=primary-brand, Primary Neutral=primary-neutral, Primary Soft=primary-soft, Secondary=secondary, Tertiary=tertiary, Destructive=destructive, Success=success\n Size → size: Small=sm, Medium=md, Large=lg, XLarge=xl\n State → isDisabled (Disabled only)\n Label → children\n Leading Icon → startIcon\n Trailing Icon → endIcon\n Show Leading Icon → startIcon\n Show Trailing Icon → endIcon\n\nNOTES\n State: Default, Hover, Pressed and Focus are CSS and React Aria — :hover, :focus-visible, data-pressed — not props. Only Disabled is one.\n Leading Icon: wrap in Icon; omit Icon's label, the button text names it\n Trailing Icon: same\n Show Leading Icon: an absent prop is the switch — React needs no Show boolean, so false means omit startIcon\n Show Trailing Icon: same\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/button/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
9
+ "block": "───── CODE · ionbase-ui ─────\nimport { Button } from 'ionbase-ui';\n<Button variant=\"primary-brand\" size=\"sm\">Label</Button>\n\nPROPERTIES\n Type → variant: Primary Brand=primary-brand, Primary Neutral=primary-neutral, Primary Soft=primary-soft, Secondary=secondary, Tertiary=tertiary, Destructive=destructive, Success=success\n Size → size: Small=sm, Medium=md, Large=lg, XLarge=xl\n State → isDisabled (Disabled only)\n Label → children\n Leading Icon → startIcon\n Trailing Icon → endIcon\n Show Leading Icon → startIcon\n Show Trailing Icon → endIcon\n\nNOTES\n State: Default, Hover, Pressed and Focus are CSS and React Aria — :hover, :focus-visible, data-pressed — not props. Only Disabled is one.\n Leading Icon: wrap in Icon; omit Icon's label, the button text names it\n Trailing Icon: same\n Show Leading Icon: an absent prop is the switch — React needs no Show boolean, so false means omit startIcon\n Show Trailing Icon: same\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/button/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
10
10
  },
11
11
  "623:151": {
12
12
  "figmaComponent": "Icon Button",
13
13
  "component": "Button",
14
- "block": "───── CODE · ionbase-ui ─────\nimport { Button } from 'ionbase-ui';\n<Button variant=\"primary-brand\" size=\"sm\" aria-label=\"…\" />\n\nPROPERTIES\n Type → variant: Primary Brand=primary-brand, Primary Neutral=primary-neutral, Primary Soft=primary-soft, Secondary=secondary, Tertiary=tertiary, Destructive=destructive, Success=success\n Size → size: Small=sm, Medium=md, Large=lg, XLarge=xl\n State → isDisabled (Disabled only)\n Icon → startIcon\n\nNot a separate component in code: an icon-only Button. It is the one case where aria-label is required, because there is no text to name it.\n\nNOTES\n State: as Button\n Icon: with Icon's own label omitted — the Button's aria-label carries the name\n Shape: Figma draws a square and a circle variant; code has no shape prop. A round icon button is a className, not an API.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/button/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
14
+ "block": "───── CODE · ionbase-ui ─────\nimport { Button } from 'ionbase-ui';\n<Button variant=\"primary-brand\" size=\"sm\" aria-label=\"…\" />\n\nPROPERTIES\n Type → variant: Primary Brand=primary-brand, Primary Neutral=primary-neutral, Primary Soft=primary-soft, Secondary=secondary, Tertiary=tertiary, Destructive=destructive, Success=success\n Size → size: Small=sm, Medium=md, Large=lg, XLarge=xl\n State → isDisabled (Disabled only)\n Icon → startIcon\n\nNot a separate component in code: an icon-only Button. It is the one case where aria-label is required, because there is no text to name it.\n\nNOTES\n State: as Button\n Icon: with Icon's own label omitted — the Button's aria-label carries the name\n Shape: Figma draws a square and a circle variant; code has no shape prop. A round icon button is a className, not an API.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/button/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
15
15
  },
16
16
  "80:275": {
17
17
  "figmaComponent": "Input",
18
18
  "component": "Input",
19
- "block": "───── CODE · ionbase-ui ─────\nimport { Input } from 'ionbase-ui';\n<Input size=\"lg\" label=\"…\" />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n State → isInvalid (Invalid only)\n Value → value\n Leading Icon → leadingIcon\n Trailing Icon → trailingIcon\n Show Leading Icon → leadingIcon\n Show Trailing Icon → trailingIcon\n\nNOTES\n State: Hover, Focus and Filled are CSS or content. Disabled is isDisabled, Read-only is isReadOnly — both react-aria props rather than this axis.\n Value: or defaultValue when uncontrolled; Figma's text is placeholder content, not necessarily a value\n Show Leading Icon: false means omit the prop\n Show Trailing Icon: false means omit the prop\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/input/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
19
+ "block": "───── CODE · ionbase-ui ─────\nimport { Input } from 'ionbase-ui';\n<Input size=\"lg\" label=\"…\" />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n State → isInvalid (Invalid only)\n Value → value\n Leading Icon → leadingIcon\n Trailing Icon → trailingIcon\n Show Leading Icon → leadingIcon\n Show Trailing Icon → trailingIcon\n\nNOTES\n State: Hover, Focus and Filled are CSS or content. Disabled is isDisabled, Read-only is isReadOnly — both react-aria props rather than this axis.\n Value: or defaultValue when uncontrolled; Figma's text is placeholder content, not necessarily a value\n Show Leading Icon: false means omit the prop\n Show Trailing Icon: false means omit the prop\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/input/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
20
20
  },
21
21
  "80:372": {
22
22
  "figmaComponent": "Input/Phone",
23
23
  "component": "PhoneInput",
24
- "block": "───── CODE · ionbase-ui ─────\nimport { PhoneInput } from 'ionbase-ui';\n<PhoneInput size=\"lg\" label=\"…\" />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Dial Code → dialCode\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/phone-input/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
24
+ "block": "───── CODE · ionbase-ui ─────\nimport { PhoneInput } from 'ionbase-ui';\n<PhoneInput size=\"lg\" label=\"…\" />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Dial Code → dialCode\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/phone-input/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
25
25
  },
26
26
  "82:379": {
27
27
  "figmaComponent": "Select",
28
28
  "component": "Select",
29
- "block": "───── CODE · ionbase-ui ─────\nimport { Select } from 'ionbase-ui';\n<Select size=\"lg\" label=\"…\" />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n State → isInvalid (Invalid only)\n Value → placeholder\n\nNOTES\n State: Hover, Focus and Filled are CSS or content; Disabled is isDisabled\n Value: Figma's text is the collapsed display value. In code that is `placeholder` when nothing is chosen; once something is, the label comes from the `options` array.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/select/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
29
+ "block": "───── CODE · ionbase-ui ─────\nimport { Select } from 'ionbase-ui';\n<Select size=\"lg\" label=\"…\" />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n State → isInvalid (Invalid only)\n Value → placeholder\n\nNOTES\n State: Hover, Focus and Filled are CSS or content; Disabled is isDisabled\n Value: Figma's text is the collapsed display value. In code that is `placeholder` when nothing is chosen; once something is, the label comes from the `options` array.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/select/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
30
30
  },
31
31
  "87:350": {
32
32
  "figmaComponent": "Checkbox",
33
33
  "component": "Checkbox",
34
- "block": "───── CODE · ionbase-ui ─────\nimport { Checkbox } from 'ionbase-ui';\n<Checkbox size=\"sm\" intent=\"brand\">Label</Checkbox>\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Color → intent: Brand=brand, Neutral=neutral, Danger=danger\n State → isIndeterminate (Indeterminate, Indeterminate-disabled only)\n Label → children\n Show Label → children\n\nNOTES\n State: Checked is `checked`/`defaultChecked`, and the -disabled halves are isDisabled. One Figma axis, three code props, which is why it is not a single mapping.\n Show Label: false means a bare box — and then aria-label becomes required\n Focused: a drawn focus ring. In code it is :focus-visible, which the browser owns.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/checkbox/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
34
+ "block": "───── CODE · ionbase-ui ─────\nimport { Checkbox } from 'ionbase-ui';\n<Checkbox size=\"sm\" intent=\"brand\">Label</Checkbox>\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Color → intent: Brand=brand, Neutral=neutral, Danger=danger\n State → isIndeterminate (Indeterminate, Indeterminate-disabled only)\n Label → children\n Show Label → children\n\nNOTES\n State: Checked is `checked`/`defaultChecked`, and the -disabled halves are isDisabled. One Figma axis, three code props, which is why it is not a single mapping.\n Show Label: false means a bare box — and then aria-label becomes required\n Focused: a drawn focus ring. In code it is :focus-visible, which the browser owns.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/checkbox/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
35
35
  },
36
36
  "89:314": {
37
37
  "figmaComponent": "Radio",
38
38
  "component": "Radio",
39
- "block": "───── CODE · ionbase-ui ─────\nimport { Radio } from 'ionbase-ui';\n<Radio size=\"lg\" intent=\"brand\" value={…}>Label</Radio>\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Color → intent: Brand=brand, Neutral=neutral, Danger=danger\n Label → children\n Show Label → children\n\nNOTES\n State: Selected/Unselected is the RadioGroup's value, not a prop on the Radio — a radio cannot own its own selection\n Show Label: false means aria-label is required\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/radio/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
39
+ "block": "───── CODE · ionbase-ui ─────\nimport { Radio } from 'ionbase-ui';\n<Radio size=\"lg\" intent=\"brand\" value={…}>Label</Radio>\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Color → intent: Brand=brand, Neutral=neutral, Danger=danger\n Label → children\n Show Label → children\n\nNOTES\n State: Selected/Unselected is the RadioGroup's value, not a prop on the Radio — a radio cannot own its own selection\n Show Label: false means aria-label is required\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/radio/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
40
40
  },
41
41
  "88:323": {
42
42
  "figmaComponent": "Toggle",
43
43
  "component": "Toggle",
44
- "block": "───── CODE · ionbase-ui ─────\nimport { Toggle } from 'ionbase-ui';\n<Toggle size=\"sm\" intent=\"brand\">Label</Toggle>\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Color → intent: Brand=brand, Neutral=neutral, Danger=danger\n Label → children\n Show Label → children\n\nNOTES\n State: On/Off is `checked`/`defaultChecked` on the underlying input, not a Toggle prop\n Show Label: false means aria-label is required\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/toggle/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
44
+ "block": "───── CODE · ionbase-ui ─────\nimport { Toggle } from 'ionbase-ui';\n<Toggle size=\"sm\" intent=\"brand\">Label</Toggle>\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Color → intent: Brand=brand, Neutral=neutral, Danger=danger\n Label → children\n Show Label → children\n\nNOTES\n State: On/Off is `checked`/`defaultChecked` on the underlying input, not a Toggle prop\n Show Label: false means aria-label is required\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/toggle/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
45
45
  },
46
46
  "152:73": {
47
47
  "figmaComponent": "Badge",
48
48
  "component": "Badge",
49
- "block": "───── CODE · ionbase-ui ─────\nimport { Badge } from 'ionbase-ui';\n<Badge intent=\"neutral\">Label</Badge>\n\nPROPERTIES\n Intent → intent: Neutral=neutral, Primary=primary, Success=success, Warning=warning, Error=error, Information=information\n Label → children\n Show Label → children\n Show Dot → dot\n Show Icon → icon\n Swap Icon → icon\n\nNOTES\n Show Icon: false means omit icon; dot wins when both are set\n Size: Figma draws three sizes; code has no size prop. Badge inherits its type from the text it labels — the same call Link makes.\n Shape: Pill and Rounded are one radius token apart and code ships the pill only. Add the prop when a real screen needs both, not before.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/badge/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
49
+ "block": "───── CODE · ionbase-ui ─────\nimport { Badge } from 'ionbase-ui';\n<Badge intent=\"neutral\">Label</Badge>\n\nPROPERTIES\n Intent → intent: Neutral=neutral, Primary=primary, Success=success, Warning=warning, Error=error, Information=information\n Label → children\n Show Label → children\n Show Dot → dot\n Show Icon → icon\n Swap Icon → icon\n\nNOTES\n Show Icon: false means omit icon; dot wins when both are set\n Size: Figma draws three sizes; code has no size prop. Badge inherits its type from the text it labels — the same call Link makes.\n Shape: Pill and Rounded are one radius token apart and code ships the pill only. Add the prop when a real screen needs both, not before.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/badge/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
50
50
  },
51
51
  "812:1902": {
52
52
  "figmaComponent": "Alert",
53
53
  "component": "Alert",
54
- "block": "───── CODE · ionbase-ui ─────\nimport { Alert } from 'ionbase-ui';\n<Alert intent=\"information\" emphasis=\"subtle\" layout=\"inline\">Label</Alert>\n\nPROPERTIES\n Intent → intent: Neutral=neutral, Primary=primary, Success=success, Warning=warning, Error=error, Information=information\n Emphasis → emphasis: Subtle=subtle, Solid=solid\n Layout → layout: Inline=inline, Banner=banner\n Title → title\n Show Title → title\n Message → children\n Show Icon → hideIcon\n Show Dismiss → onDismiss\n Show Actions → actions\n\nNOTES\n Show Title: false means omit title\n Show Icon: inverted — Figma's Show Icon false is hideIcon true\n Show Dismiss: the dismiss button appears when a handler is passed; there is no boolean\n Show Actions: an absent prop is the switch\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/alert/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
54
+ "block": "───── CODE · ionbase-ui ─────\nimport { Alert } from 'ionbase-ui';\n<Alert intent=\"information\" emphasis=\"subtle\" layout=\"inline\">Label</Alert>\n\nPROPERTIES\n Intent → intent: Neutral=neutral, Primary=primary, Success=success, Warning=warning, Error=error, Information=information\n Emphasis → emphasis: Subtle=subtle, Solid=solid\n Layout → layout: Inline=inline, Banner=banner\n Title → title\n Show Title → title\n Message → children\n Show Icon → hideIcon\n Show Dismiss → onDismiss\n Show Actions → actions\n\nNOTES\n Show Title: false means omit title\n Show Icon: inverted — Figma's Show Icon false is hideIcon true\n Show Dismiss: the dismiss button appears when a handler is passed; there is no boolean\n Show Actions: an absent prop is the switch\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/alert/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
55
55
  },
56
56
  "820:1655": {
57
57
  "figmaComponent": "Toast",
58
58
  "component": "Toast",
59
- "block": "───── CODE · ionbase-ui ─────\nimport { Toast } from 'ionbase-ui';\n<Toast intent=\"information\" onDismiss={…} id={…} />\n\nPROPERTIES\n Intent → intent: Neutral=neutral, Primary=primary, Success=success, Warning=warning, Error=error, Information=information\n Title → title\n Show Title → title\n Message → message\n Show Message → message\n Show Action → action\n Show Dismiss → dismissLabel\n\nNOTES\n Show Action: one action only — a second belongs in a Modal\n Show Dismiss: the dismiss control is always rendered; only its label is configurable\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/toast/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
59
+ "block": "───── CODE · ionbase-ui ─────\nimport { Toast } from 'ionbase-ui';\n<Toast intent=\"information\" onDismiss={…} id={…} />\n\nPROPERTIES\n Intent → intent: Neutral=neutral, Primary=primary, Success=success, Warning=warning, Error=error, Information=information\n Title → title\n Show Title → title\n Message → message\n Show Message → message\n Show Action → action\n Show Dismiss → dismissLabel\n\nNOTES\n Show Action: one action only — a second belongs in a Modal\n Show Dismiss: the dismiss control is always rendered; only its label is configurable\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/toast/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
60
60
  },
61
61
  "774:1516": {
62
62
  "figmaComponent": "Link",
63
63
  "component": "Link",
64
- "block": "───── CODE · ionbase-ui ─────\nimport { Link } from 'ionbase-ui';\n<Link variant=\"inline\">Label</Link>\n\nPROPERTIES\n Type → variant: Inline=inline, Standalone=standalone\n State → isDisabled (Disabled only)\n Label → children\n Leading Icon → startIcon\n Trailing Icon → endIcon\n Show Leading Icon → startIcon\n Show Trailing Icon → endIcon\n\nNOTES\n State: Hover and Focus are CSS; Visited is :visited, which no prop can set\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/link/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
64
+ "block": "───── CODE · ionbase-ui ─────\nimport { Link } from 'ionbase-ui';\n<Link variant=\"inline\">Label</Link>\n\nPROPERTIES\n Type → variant: Inline=inline, Standalone=standalone\n State → isDisabled (Disabled only)\n Label → children\n Leading Icon → startIcon\n Trailing Icon → endIcon\n Show Leading Icon → startIcon\n Show Trailing Icon → endIcon\n\nNOTES\n State: Hover and Focus are CSS; Visited is :visited, which no prop can set\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/link/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
65
65
  },
66
66
  "53:13": {
67
67
  "figmaComponent": "Nav Item",
68
68
  "component": "NavItem",
69
- "block": "───── CODE · ionbase-ui ─────\nimport { NavItem } from 'ionbase-ui';\n<NavItem>Label</NavItem>\n\nPROPERTIES\n Label → children\n Icon → icon\n Show Chevron → showChevron\n\nNOTES\n State: Default and Hover are CSS and React Aria's useHover, not props\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/nav-item/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
69
+ "block": "───── CODE · ionbase-ui ─────\nimport { NavItem } from 'ionbase-ui';\n<NavItem>Label</NavItem>\n\nPROPERTIES\n Label → children\n Icon → icon\n Show Chevron → showChevron\n\nNOTES\n State: Default and Hover are CSS and React Aria's useHover, not props\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/nav-item/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
70
70
  },
71
71
  "82:306": {
72
72
  "figmaComponent": "Menu",
73
73
  "component": "Menu",
74
- "block": "───── CODE · ionbase-ui ─────\nimport { Menu } from 'ionbase-ui';\n<Menu />\n\nNOTES\n Type: Single and Multi describe how many items may be selected, which is the caller's state. Menu renders the surface and holds no selection of its own.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/menu/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
74
+ "block": "───── CODE · ionbase-ui ─────\nimport { Menu } from 'ionbase-ui';\n<Menu />\n\nNOTES\n Type: Single and Multi describe how many items may be selected, which is the caller's state. Menu renders the surface and holds no selection of its own.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/menu/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
75
75
  },
76
76
  "639:2634": {
77
77
  "figmaComponent": "Menu Item",
78
78
  "component": "MenuItem",
79
- "block": "───── CODE · ionbase-ui ─────\nimport { MenuItem } from 'ionbase-ui';\n<MenuItem>Label</MenuItem>\n\nPROPERTIES\n Status → isSelected (Selected, Selected Primary only)\n Text → children\n Show Icon → icon\n Select Icon → icon\n\nNOTES\n Status: Hover is CSS. Selected Primary is a second selected styling Figma draws and code does not yet ship.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/menu-item/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
79
+ "block": "───── CODE · ionbase-ui ─────\nimport { MenuItem } from 'ionbase-ui';\n<MenuItem>Label</MenuItem>\n\nPROPERTIES\n Status → isSelected (Selected, Selected Primary only)\n Text → children\n Show Icon → icon\n Select Icon → icon\n\nNOTES\n Status: Hover is CSS. Selected Primary is a second selected styling Figma draws and code does not yet ship.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/menu-item/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
80
80
  },
81
81
  "157:126": {
82
82
  "figmaComponent": "Tabs",
83
83
  "component": "Tabs",
84
- "block": "───── CODE · ionbase-ui ─────\nimport { Tabs } from 'ionbase-ui';\n<Tabs type=\"pill\" orientation=\"horizontal\" aria-label=\"…\" />\n\nPROPERTIES\n Type → type: Pill=pill, Underline=underline\n Orientation → orientation: Horizontal=horizontal, Vertical=vertical\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/tabs/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
84
+ "block": "───── CODE · ionbase-ui ─────\nimport { Tabs } from 'ionbase-ui';\n<Tabs type=\"pill\" orientation=\"horizontal\" aria-label=\"…\" />\n\nPROPERTIES\n Type → type: Pill=pill, Underline=underline\n Orientation → orientation: Horizontal=horizontal, Vertical=vertical\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/tabs/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
85
85
  },
86
86
  "156:259": {
87
87
  "figmaComponent": "Tabs Item",
88
88
  "component": "TabItem",
89
- "block": "───── CODE · ionbase-ui ─────\nimport { TabItem } from 'ionbase-ui';\n<TabItem key=\"billing\" title=\"Billing\">Panel content</TabItem>\n\nTabItem is a collection item and takes no props of its own. Type, Size and State belong to the parent Tabs or to its selection state, which is why almost everything here is ignored rather than mapped.\n\nNOTES\n Label: TabItem's label is its `title` collection prop. It is not a typed prop the TypeScript checker can see, so there is nothing here to verify against — see TabItem's contract.\n Type: set on the parent Tabs, not per item\n Size: set on the parent Tabs, not per item\n State: selection is the Tabs collection's state; Disabled is disabledKeys on Tabs\n Show Label: a tab without a label is a tab that cannot be named\n Show Leading Icon: not yet in the code component\n Leading Icon: not yet in the code component\n Show Trailing: not yet in the code component\n Trailing: not yet in the code component\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/tab-item/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
89
+ "block": "───── CODE · ionbase-ui ─────\nimport { TabItem } from 'ionbase-ui';\n<TabItem key=\"billing\" title=\"Billing\">Panel content</TabItem>\n\nTabItem is a collection item and takes no props of its own. Type, Size and State belong to the parent Tabs or to its selection state, which is why almost everything here is ignored rather than mapped.\n\nNOTES\n Label: TabItem's label is its `title` collection prop. It is not a typed prop the TypeScript checker can see, so there is nothing here to verify against — see TabItem's contract.\n Type: set on the parent Tabs, not per item\n Size: set on the parent Tabs, not per item\n State: selection is the Tabs collection's state; Disabled is disabledKeys on Tabs\n Show Label: a tab without a label is a tab that cannot be named\n Show Leading Icon: not yet in the code component\n Leading Icon: not yet in the code component\n Show Trailing: not yet in the code component\n Trailing: not yet in the code component\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/tab-item/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
90
90
  },
91
91
  "174:103": {
92
92
  "figmaComponent": "Table Cell",
93
93
  "component": "TableCell",
94
- "block": "───── CODE · ionbase-ui ─────\nimport { TableCell } from 'ionbase-ui';\n<TableCell align=\"leading\" />\n\nPROPERTIES\n Type → header (Header only)\n Align → align: Leading=leading, Trailing=trailing\n Show Divider → showDivider\n Content → children\n Show Content → children\n\nNOTES\n Type: Body is the default <td>\n Density: density is set once on Table and reaches the cell through CSS — a per-cell prop could disagree with its own table\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/table-cell/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
94
+ "block": "───── CODE · ionbase-ui ─────\nimport { TableCell } from 'ionbase-ui';\n<TableCell align=\"leading\" />\n\nPROPERTIES\n Type → header (Header only)\n Align → align: Leading=leading, Trailing=trailing\n Show Divider → showDivider\n Content → children\n Show Content → children\n\nNOTES\n Type: Body is the default <td>\n Density: density is set once on Table and reaches the cell through CSS — a per-cell prop could disagree with its own table\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/table-cell/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
95
95
  },
96
96
  "175:605": {
97
97
  "figmaComponent": "Table Row",
98
98
  "component": "TableRow",
99
- "block": "───── CODE · ionbase-ui ─────\nimport { TableRow } from 'ionbase-ui';\n<TableRow />\n\nPROPERTIES\n State → isSelected (Selected, Selected-Hover only)\n Show Selection → selection\n\nNOTES\n State: Hover is CSS\n Show Selection: takes the Checkbox's own props, not a boolean — a selectable row needs checked/onChange wiring\n Density: set once on Table; see Table Cell\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/table-row/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
99
+ "block": "───── CODE · ionbase-ui ─────\nimport { TableRow } from 'ionbase-ui';\n<TableRow />\n\nPROPERTIES\n State → isSelected (Selected, Selected-Hover only)\n Show Selection → selection\n\nNOTES\n State: Hover is CSS\n Show Selection: takes the Checkbox's own props, not a boolean — a selectable row needs checked/onChange wiring\n Density: set once on Table; see Table Cell\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/table-row/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
100
100
  },
101
101
  "74:164": {
102
102
  "figmaComponent": "Avatar",
103
103
  "component": "Avatar",
104
- "block": "───── CODE · ionbase-ui ─────\nimport { Avatar } from 'ionbase-ui';\n<Avatar size=\"lg\" shape=\"circle\" />\n\nPROPERTIES\n Size → size: Mini=mini, Small=sm, Medium=md, Large=lg\n Shape → shape: Circle=circle, Square=square\n Type → src (Image only)\n Initials → initials\n Icon → icon\n Show Ring → ring\n Show Top Indicator → topIndicator\n Show Bottom Indicator → bottomIndicator\n\nNOTES\n Type: code picks by precedence rather than a type prop: src, then initials, then icon. Character means pass initials, Icon means pass icon.\n Show Top Indicator: Figma needs a boolean because the intent lives on the nested Status Indicator instance; code takes the intent itself, so passing one is what shows the mark. The drawn instance is Intent=Primary with its check glyph, which is what `topIndicator=\"primary\"` renders.\n Show Bottom Indicator: As the top indicator — the intent comes from the nested Status Indicator, which a boolean cannot carry. The drawn instance is Intent=Success with no glyph.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/avatar/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
104
+ "block": "───── CODE · ionbase-ui ─────\nimport { Avatar } from 'ionbase-ui';\n<Avatar size=\"lg\" shape=\"circle\" />\n\nPROPERTIES\n Size → size: Mini=mini, Small=sm, Medium=md, Large=lg\n Shape → shape: Circle=circle, Square=square\n Type → src (Image only)\n Initials → initials\n Icon → icon\n Show Ring → ring\n Show Top Indicator → topIndicator\n Show Bottom Indicator → bottomIndicator\n\nNOTES\n Type: code picks by precedence rather than a type prop: src, then initials, then icon. Character means pass initials, Icon means pass icon.\n Show Top Indicator: Figma needs a boolean because the intent lives on the nested Status Indicator instance; code takes the intent itself, so passing one is what shows the mark. The drawn instance is Intent=Primary with its check glyph, which is what `topIndicator=\"primary\"` renders.\n Show Bottom Indicator: As the top indicator — the intent comes from the nested Status Indicator, which a boolean cannot carry. The drawn instance is Intent=Success with no glyph.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/avatar/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
105
105
  },
106
106
  "74:279": {
107
107
  "figmaComponent": "Avatar Group",
108
108
  "component": "AvatarGroup",
109
- "block": "───── CODE · ionbase-ui ─────\nimport { AvatarGroup } from 'ionbase-ui';\n<AvatarGroup size=\"lg\" shape=\"circle\" />\n\nPROPERTIES\n Size → size: Mini=mini, Small=sm, Medium=md, Large=lg\n Shape → shape: Circle=circle, Square=square\n Show Overflow → max\n Show Avatar 3 → children\n Show Avatar 4 → children\n\nNOTES\n Show Overflow: the +N avatar appears when children exceed max\n Show Avatar 3: Figma needs a boolean per slot; React just renders fewer children\n Show Avatar 4: same\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/avatar-group/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
109
+ "block": "───── CODE · ionbase-ui ─────\nimport { AvatarGroup } from 'ionbase-ui';\n<AvatarGroup size=\"lg\" shape=\"circle\" />\n\nPROPERTIES\n Size → size: Mini=mini, Small=sm, Medium=md, Large=lg\n Shape → shape: Circle=circle, Square=square\n Show Overflow → max\n Show Avatar 3 → children\n Show Avatar 4 → children\n\nNOTES\n Show Overflow: the +N avatar appears when children exceed max\n Show Avatar 3: Figma needs a boolean per slot; React just renders fewer children\n Show Avatar 4: same\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/avatar-group/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
110
110
  },
111
111
  "1054:305": {
112
112
  "figmaComponent": "Avatar Gradient",
113
113
  "component": "AvatarGradient",
114
- "block": "───── CODE · ionbase-ui ─────\nimport { AvatarGradient } from 'ionbase-ui';\n<AvatarGradient size=\"lg\" color=\"slate\" />\n\nPROPERTIES\n Size → size: Mini=mini, Small=sm, Medium=md, Large=lg\n Color → color: Slate=slate, Blue=blue, Violet=violet, Pink=pink, Orange=orange, Green=green, Red=red\n Initials → initials\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/avatar-gradient/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
114
+ "block": "───── CODE · ionbase-ui ─────\nimport { AvatarGradient } from 'ionbase-ui';\n<AvatarGradient size=\"lg\" color=\"slate\" />\n\nPROPERTIES\n Size → size: Mini=mini, Small=sm, Medium=md, Large=lg\n Color → color: Slate=slate, Blue=blue, Violet=violet, Pink=pink, Orange=orange, Green=green, Red=red\n Initials → initials\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/avatar-gradient/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
115
115
  },
116
116
  "126:22724": {
117
117
  "figmaComponent": "Border",
118
118
  "component": "Divider",
119
- "block": "───── CODE · ionbase-ui ─────\nimport { Divider } from 'ionbase-ui';\n<Divider orientation=\"vertical\" />\n\nPROPERTIES\n Style → orientation: Horizontal=horizontal, Vertical=vertical\n\nFigma calls it Border; the code component is Divider, because it renders an <hr> and an <hr> is a thematic break rather than an edge.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/divider/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
119
+ "block": "───── CODE · ionbase-ui ─────\nimport { Divider } from 'ionbase-ui';\n<Divider orientation=\"vertical\" />\n\nPROPERTIES\n Style → orientation: Horizontal=horizontal, Vertical=vertical\n\nFigma calls it Border; the code component is Divider, because it renders an <hr> and an <hr> is a thematic break rather than an edge.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/divider/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
120
120
  },
121
121
  "52:21369": {
122
122
  "figmaComponent": "Logo-Ionbase",
123
123
  "component": "Logo",
124
- "block": "───── CODE · ionbase-ui ─────\nimport { Logo } from 'ionbase-ui';\n<Logo size=\"sm\" wordmark=\"vector\" />\n\nPROPERTIES\n Size → size: Small=sm, Large=lg\n Type → wordmark: Logo=vector, Icon=text\n\nNOTES\n Type: the names invert: Figma's Logo is the serif vector wordmark, Figma's Icon is live Host Grotesk text\n Property: the Name axis renders placeholder text in an unbound colour — leftover debug content, not a real asset. LogoMark covers the no-wordmark case.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/logo/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
124
+ "block": "───── CODE · ionbase-ui ─────\nimport { Logo } from 'ionbase-ui';\n<Logo size=\"sm\" wordmark=\"vector\" />\n\nPROPERTIES\n Size → size: Small=sm, Large=lg\n Type → wordmark: Logo=vector, Icon=text\n\nNOTES\n Type: the names invert: Figma's Logo is the serif vector wordmark, Figma's Icon is live Host Grotesk text\n Property: the Name axis renders placeholder text in an unbound colour — leftover debug content, not a real asset. LogoMark covers the no-wordmark case.\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/logo/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
125
125
  },
126
126
  "792:1537": {
127
127
  "figmaComponent": "Modal",
128
128
  "component": "Modal",
129
- "block": "───── CODE · ionbase-ui ─────\nimport { Modal } from 'ionbase-ui';\n<Modal size=\"sm\" align=\"left\" title={…} />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg, Fullscreen=fullscreen\n Align → align: Left=left, Center=center\n Title → title\n Description → description\n Show Description → description\n Show Close → showClose\n Show Body → children\n Show Footer → footer\n Show Media → media\n Media → media\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/modal/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
129
+ "block": "───── CODE · ionbase-ui ─────\nimport { Modal } from 'ionbase-ui';\n<Modal size=\"sm\" align=\"left\" title={…} />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg, Fullscreen=fullscreen\n Align → align: Left=left, Center=center\n Title → title\n Description → description\n Show Description → description\n Show Close → showClose\n Show Body → children\n Show Footer → footer\n Show Media → media\n Media → media\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/modal/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
130
130
  },
131
131
  "825:1853": {
132
132
  "figmaComponent": "Popover",
133
133
  "component": "Popover",
134
- "block": "───── CODE · ionbase-ui ─────\nimport { Popover } from 'ionbase-ui';\n<Popover placement=\"bottom\" size=\"sm\">…</Popover>\n\nPROPERTIES\n Placement → placement: Top=top, Bottom=bottom, Left=left, Right=right\n Size → size: Small=sm, Medium=md, Large=lg\n Title → title\n Show Header → title\n Body → content\n Show Body → content\n Show Close → showClose\n Show Footer → footer\n Show Arrow → hideArrow\n\nNOTES\n Show Arrow: inverted — Show Arrow false is hideArrow true\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/popover/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
134
+ "block": "───── CODE · ionbase-ui ─────\nimport { Popover } from 'ionbase-ui';\n<Popover placement=\"bottom\" size=\"sm\">…</Popover>\n\nPROPERTIES\n Placement → placement: Top=top, Bottom=bottom, Left=left, Right=right\n Size → size: Small=sm, Medium=md, Large=lg\n Title → title\n Show Header → title\n Body → content\n Show Body → content\n Show Close → showClose\n Show Footer → footer\n Show Arrow → hideArrow\n\nNOTES\n Show Arrow: inverted — Show Arrow false is hideArrow true\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/popover/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
135
135
  },
136
136
  "801:68": {
137
137
  "figmaComponent": "Tooltip",
138
138
  "component": "Tooltip",
139
- "block": "───── CODE · ionbase-ui ─────\nimport { Tooltip } from 'ionbase-ui';\n<Tooltip placement=\"top\" label={…}>…</Tooltip>\n\nPROPERTIES\n Placement → placement: Top=top, Bottom=bottom, Left=left, Right=right\n Label → label\n Title → title\n Show Title → title\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/tooltip/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
139
+ "block": "───── CODE · ionbase-ui ─────\nimport { Tooltip } from 'ionbase-ui';\n<Tooltip placement=\"top\" label={…}>…</Tooltip>\n\nPROPERTIES\n Placement → placement: Top=top, Bottom=bottom, Left=left, Right=right\n Label → label\n Title → title\n Show Title → title\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/tooltip/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
140
140
  },
141
141
  "592:857": {
142
142
  "figmaComponent": "Full Card",
143
143
  "component": "FullCard",
144
- "block": "───── CODE · ionbase-ui ─────\nimport { FullCard } from 'ionbase-ui';\n<FullCard alignment=\"right\" headline={…} />\n\nPROPERTIES\n Row Reverse → alignment: True=left, False=right\n Headline → headline\n Description → description\n Show Description → description\n Eyebrow → eyebrow\n Show Eyebrow → eyebrow\n Actions → actions\n Show Actions → actions\n Media → media\n\nNOTES\n Row Reverse: Figma's boolean reverses the row; the code prop names which side the MEDIA sits on\n Media: pass the screenshot itself — the component draws the frame\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/full-card/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
144
+ "block": "───── CODE · ionbase-ui ─────\nimport { FullCard } from 'ionbase-ui';\n<FullCard alignment=\"right\" headline={…} />\n\nPROPERTIES\n Row Reverse → alignment: True=left, False=right\n Headline → headline\n Description → description\n Show Description → description\n Eyebrow → eyebrow\n Show Eyebrow → eyebrow\n Actions → actions\n Show Actions → actions\n Media → media\n\nNOTES\n Row Reverse: Figma's boolean reverses the row; the code prop names which side the MEDIA sits on\n Media: pass the screenshot itself — the component draws the frame\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/full-card/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
145
145
  },
146
146
  "69:335": {
147
147
  "figmaComponent": "Header",
148
148
  "component": "Header",
149
- "block": "───── CODE · ionbase-ui ─────\nimport { Header } from 'ionbase-ui';\n<Header />\n\nPROPERTIES\n Device → open (Mobile-Open, Mobile-Closed only)\n Center Slot → center\n End Slot → end\n Show Center Slot → center\n Show End Slot → end\n\nNOTES\n Device: Figma spells one four-way axis; code splits it in two. Desktop/Tablet/Mobile is a media query the browser already answers, and only Open/Closed is a prop.\n End Slot: a duplicate slot in the Figma component\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/header/index.html.md\nGenerated from ionbase-ui@0.30.0. Edit the code, not this block.\n───── end code ─────"
149
+ "block": "───── CODE · ionbase-ui ─────\nimport { Header } from 'ionbase-ui';\n<Header />\n\nPROPERTIES\n Device → open (Mobile-Open, Mobile-Closed only)\n Center Slot → center\n End Slot → end\n Show Center Slot → center\n Show End Slot → end\n\nNOTES\n Device: Figma spells one four-way axis; code splits it in two. Desktop/Tablet/Mobile is a media query the browser already answers, and only Open/Closed is a prop.\n End Slot: a duplicate slot in the Figma component\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/header/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
150
+ },
151
+ "1156:296": {
152
+ "figmaComponent": "Agent Stop",
153
+ "component": "AgentStop",
154
+ "block": "───── CODE · ionbase-ui ─────\nimport { AgentStop } from 'ionbase-ui';\n<AgentStop size=\"sm\" onStop={…} />\n\nPROPERTIES\n Size → size: Small=sm, Medium=md, Large=lg\n Label → label\n Stopping Label → stoppingLabel\n\nNOTES\n State: Default/Hover are CSS states; Stopping is the drawn form of isStopping\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/agent-stop/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
155
+ },
156
+ "1160:423": {
157
+ "figmaComponent": "Approval Gate",
158
+ "component": "ApprovalGate",
159
+ "block": "───── CODE · ionbase-ui ─────\nimport { ApprovalGate } from 'ionbase-ui';\n<ApprovalGate risk=\"low\" status=\"pending\" title={…}>Label</ApprovalGate>\n\nPROPERTIES\n Risk → risk: Low=low, Medium=medium, High=high\n Status → status: Pending=pending, Approved=approved, Rejected=rejected, Expired=expired\n Title → title\n Detail → children\n Show Detail → children\n Reject Label → rejectLabel\n Edit Label → editLabel\n Approve Label → approveLabel\n Show Edit → onEdit\n\nNOTES\n Show Detail: false means no children passed\n Show Edit: the Edit button renders only when onEdit is supplied\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/approval-gate/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
160
+ },
161
+ "1162:246": {
162
+ "figmaComponent": "Agent Activity",
163
+ "component": "AgentActivity",
164
+ "block": "───── CODE · ionbase-ui ─────\nimport { AgentActivity } from 'ionbase-ui';\n<AgentActivity />\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/agent-activity/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
165
+ },
166
+ "1161:287": {
167
+ "figmaComponent": "Agent Activity Step",
168
+ "component": "AgentActivityStep",
169
+ "block": "───── CODE · ionbase-ui ─────\nimport { AgentActivityStep } from 'ionbase-ui';\n<AgentActivityStep status=\"pending\">Label</AgentActivityStep>\n\nPROPERTIES\n Status → status: Pending=pending, Active=active, Done=done, Failed=failed, Skipped=skipped\n Label → children\n Detail → detail\n Show Detail → detail\n\nNOTES\n Show Detail: false means detail is omitted\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/agent-activity-step/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
170
+ },
171
+ "1164:248": {
172
+ "figmaComponent": "Streaming Text",
173
+ "component": "StreamingText",
174
+ "block": "───── CODE · ionbase-ui ─────\nimport { StreamingText } from 'ionbase-ui';\n<StreamingText isStreaming=\"true\">Label</StreamingText>\n\nPROPERTIES\n Streaming → isStreaming: True=true, False=false\n Text → children\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/streaming-text/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
175
+ },
176
+ "1167:247": {
177
+ "figmaComponent": "Citation",
178
+ "component": "Citation",
179
+ "block": "───── CODE · ionbase-ui ─────\nimport { Citation } from 'ionbase-ui';\n<Citation index={…} source={…} />\n\nPROPERTIES\n Index → index\n\nNOTES\n State: Default/Hover is :hover in code\n Focused: drawn focus ring; :focus-visible in code\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/citation/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
180
+ },
181
+ "1168:246": {
182
+ "figmaComponent": "Citation List",
183
+ "component": "CitationList",
184
+ "block": "───── CODE · ionbase-ui ─────\nimport { CitationList } from 'ionbase-ui';\n<CitationList />\n\nPROPERTIES\n Label → label\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/citation-list/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
185
+ },
186
+ "1168:241": {
187
+ "figmaComponent": "Citation List Item",
188
+ "component": "CitationListItem",
189
+ "block": "───── CODE · ionbase-ui ─────\nimport { CitationListItem } from 'ionbase-ui';\n<CitationListItem index={…} source={…}>Label</CitationListItem>\n\nPROPERTIES\n Index → index\n Source → source\n Passage → children\n Show Passage → children\n\nNOTES\n Show Passage: false means no children passed\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/citation-list-item/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
190
+ },
191
+ "1166:262": {
192
+ "figmaComponent": "Confidence Indicator",
193
+ "component": "ConfidenceIndicator",
194
+ "block": "───── CODE · ionbase-ui ─────\nimport { ConfidenceIndicator } from 'ionbase-ui';\n<ConfidenceIndicator level=\"low\" basis={…} />\n\nPROPERTIES\n Level → level: Low=low, Medium=medium, High=high\n Basis → basis\n\nFull contract: https://raza-ahmed.github.io/ionbase-design-system/components/confidence-indicator/index.html.md\nGenerated from ionbase-ui@0.32.0. Edit the code, not this block.\n───── end code ─────"
150
195
  }
151
196
  }
152
197
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "package": "ionbase-ui",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "figmaFile": "gaLbGd0QNb1fUl6BjSpfBA",
5
- "figmaExported": "2026-08-28",
5
+ "figmaExported": "2026-09-02",
6
6
  "usage": "Given a Figma node id or component name, look it up here for the React component, its import, and how each Figma property maps onto a real prop. Every mapping is verified against both the Figma export and the TypeScript API on each build.",
7
7
  "generated": "by scripts/verify-figma-map.mjs — do not edit",
8
8
  "byNodeId": {
@@ -1064,6 +1064,221 @@
1064
1064
  "prop": "end"
1065
1065
  }
1066
1066
  }
1067
+ },
1068
+ "1156:296": {
1069
+ "figmaComponent": "Agent Stop",
1070
+ "figmaNodeId": "1156:296",
1071
+ "figmaPage": "Agent Stop",
1072
+ "component": "AgentStop",
1073
+ "import": "import { AgentStop } from 'ionbase-ui';",
1074
+ "docs": "components/agent-stop/index.html.md",
1075
+ "props": {
1076
+ "Size": {
1077
+ "prop": "size",
1078
+ "values": {
1079
+ "Small": "sm",
1080
+ "Medium": "md",
1081
+ "Large": "lg"
1082
+ }
1083
+ },
1084
+ "State": {
1085
+ "ignore": "Default/Hover are CSS states; Stopping is the drawn form of isStopping"
1086
+ },
1087
+ "Label#1156:0": {
1088
+ "prop": "label"
1089
+ },
1090
+ "Stopping Label#1156:10": {
1091
+ "prop": "stoppingLabel"
1092
+ },
1093
+ "Focused#1156:20": {
1094
+ "ignore": "drawn focus ring; :focus-visible in code"
1095
+ }
1096
+ }
1097
+ },
1098
+ "1160:423": {
1099
+ "figmaComponent": "Approval Gate",
1100
+ "figmaNodeId": "1160:423",
1101
+ "figmaPage": "Approval Gate",
1102
+ "component": "ApprovalGate",
1103
+ "import": "import { ApprovalGate } from 'ionbase-ui';",
1104
+ "docs": "components/approval-gate/index.html.md",
1105
+ "props": {
1106
+ "Risk": {
1107
+ "prop": "risk",
1108
+ "values": {
1109
+ "Low": "low",
1110
+ "Medium": "medium",
1111
+ "High": "high"
1112
+ }
1113
+ },
1114
+ "Status": {
1115
+ "prop": "status",
1116
+ "values": {
1117
+ "Pending": "pending",
1118
+ "Approved": "approved",
1119
+ "Rejected": "rejected",
1120
+ "Expired": "expired"
1121
+ }
1122
+ },
1123
+ "Title#1160:0": {
1124
+ "prop": "title"
1125
+ },
1126
+ "Detail#1160:13": {
1127
+ "prop": "children"
1128
+ },
1129
+ "Show Detail#1160:26": {
1130
+ "prop": "children",
1131
+ "note": "false means no children passed"
1132
+ },
1133
+ "Reject Label#1160:39": {
1134
+ "prop": "rejectLabel"
1135
+ },
1136
+ "Edit Label#1160:52": {
1137
+ "prop": "editLabel"
1138
+ },
1139
+ "Approve Label#1160:65": {
1140
+ "prop": "approveLabel"
1141
+ },
1142
+ "Show Edit#1160:78": {
1143
+ "prop": "onEdit",
1144
+ "note": "the Edit button renders only when onEdit is supplied"
1145
+ }
1146
+ }
1147
+ },
1148
+ "1162:246": {
1149
+ "figmaComponent": "Agent Activity",
1150
+ "figmaNodeId": "1162:246",
1151
+ "figmaPage": "Agent Activity",
1152
+ "component": "AgentActivity",
1153
+ "import": "import { AgentActivity } from 'ionbase-ui';",
1154
+ "docs": "components/agent-activity/index.html.md",
1155
+ "props": {}
1156
+ },
1157
+ "1161:287": {
1158
+ "figmaComponent": "Agent Activity Step",
1159
+ "figmaNodeId": "1161:287",
1160
+ "figmaPage": "Agent Activity",
1161
+ "component": "AgentActivityStep",
1162
+ "import": "import { AgentActivityStep } from 'ionbase-ui';",
1163
+ "docs": "components/agent-activity-step/index.html.md",
1164
+ "props": {
1165
+ "Status": {
1166
+ "prop": "status",
1167
+ "values": {
1168
+ "Pending": "pending",
1169
+ "Active": "active",
1170
+ "Done": "done",
1171
+ "Failed": "failed",
1172
+ "Skipped": "skipped"
1173
+ }
1174
+ },
1175
+ "Label#1162:0": {
1176
+ "prop": "children"
1177
+ },
1178
+ "Detail#1162:6": {
1179
+ "prop": "detail"
1180
+ },
1181
+ "Show Detail#1162:12": {
1182
+ "prop": "detail",
1183
+ "note": "false means detail is omitted"
1184
+ }
1185
+ }
1186
+ },
1187
+ "1164:248": {
1188
+ "figmaComponent": "Streaming Text",
1189
+ "figmaNodeId": "1164:248",
1190
+ "figmaPage": "Streaming Text",
1191
+ "component": "StreamingText",
1192
+ "import": "import { StreamingText } from 'ionbase-ui';",
1193
+ "docs": "components/streaming-text/index.html.md",
1194
+ "props": {
1195
+ "Streaming": {
1196
+ "prop": "isStreaming",
1197
+ "values": {
1198
+ "True": true,
1199
+ "False": false
1200
+ }
1201
+ },
1202
+ "Text#1164:0": {
1203
+ "prop": "children"
1204
+ }
1205
+ }
1206
+ },
1207
+ "1167:247": {
1208
+ "figmaComponent": "Citation",
1209
+ "figmaNodeId": "1167:247",
1210
+ "figmaPage": "Citation",
1211
+ "component": "Citation",
1212
+ "import": "import { Citation } from 'ionbase-ui';",
1213
+ "docs": "components/citation/index.html.md",
1214
+ "props": {
1215
+ "State": {
1216
+ "ignore": "Default/Hover is :hover in code"
1217
+ },
1218
+ "Index#1167:0": {
1219
+ "prop": "index"
1220
+ },
1221
+ "Focused#1167:3": {
1222
+ "ignore": "drawn focus ring; :focus-visible in code"
1223
+ }
1224
+ }
1225
+ },
1226
+ "1168:246": {
1227
+ "figmaComponent": "Citation List",
1228
+ "figmaNodeId": "1168:246",
1229
+ "figmaPage": "Citation",
1230
+ "component": "CitationList",
1231
+ "import": "import { CitationList } from 'ionbase-ui';",
1232
+ "docs": "components/citation-list/index.html.md",
1233
+ "props": {
1234
+ "Label#1168:4": {
1235
+ "prop": "label"
1236
+ }
1237
+ }
1238
+ },
1239
+ "1168:241": {
1240
+ "figmaComponent": "Citation List Item",
1241
+ "figmaNodeId": "1168:241",
1242
+ "figmaPage": "Citation",
1243
+ "component": "CitationListItem",
1244
+ "import": "import { CitationListItem } from 'ionbase-ui';",
1245
+ "docs": "components/citation-list-item/index.html.md",
1246
+ "props": {
1247
+ "Index#1168:0": {
1248
+ "prop": "index"
1249
+ },
1250
+ "Source#1168:1": {
1251
+ "prop": "source"
1252
+ },
1253
+ "Passage#1168:2": {
1254
+ "prop": "children"
1255
+ },
1256
+ "Show Passage#1168:3": {
1257
+ "prop": "children",
1258
+ "note": "false means no children passed"
1259
+ }
1260
+ }
1261
+ },
1262
+ "1166:262": {
1263
+ "figmaComponent": "Confidence Indicator",
1264
+ "figmaNodeId": "1166:262",
1265
+ "figmaPage": "Confidence Indicator",
1266
+ "component": "ConfidenceIndicator",
1267
+ "import": "import { ConfidenceIndicator } from 'ionbase-ui';",
1268
+ "docs": "components/confidence-indicator/index.html.md",
1269
+ "props": {
1270
+ "Level": {
1271
+ "prop": "level",
1272
+ "values": {
1273
+ "Low": "low",
1274
+ "Medium": "medium",
1275
+ "High": "high"
1276
+ }
1277
+ },
1278
+ "Basis#1166:0": {
1279
+ "prop": "basis"
1280
+ }
1281
+ }
1067
1282
  }
1068
1283
  },
1069
1284
  "byFigmaName": {
@@ -2125,6 +2340,221 @@
2125
2340
  "prop": "end"
2126
2341
  }
2127
2342
  }
2343
+ },
2344
+ "Agent Stop": {
2345
+ "figmaComponent": "Agent Stop",
2346
+ "figmaNodeId": "1156:296",
2347
+ "figmaPage": "Agent Stop",
2348
+ "component": "AgentStop",
2349
+ "import": "import { AgentStop } from 'ionbase-ui';",
2350
+ "docs": "components/agent-stop/index.html.md",
2351
+ "props": {
2352
+ "Size": {
2353
+ "prop": "size",
2354
+ "values": {
2355
+ "Small": "sm",
2356
+ "Medium": "md",
2357
+ "Large": "lg"
2358
+ }
2359
+ },
2360
+ "State": {
2361
+ "ignore": "Default/Hover are CSS states; Stopping is the drawn form of isStopping"
2362
+ },
2363
+ "Label#1156:0": {
2364
+ "prop": "label"
2365
+ },
2366
+ "Stopping Label#1156:10": {
2367
+ "prop": "stoppingLabel"
2368
+ },
2369
+ "Focused#1156:20": {
2370
+ "ignore": "drawn focus ring; :focus-visible in code"
2371
+ }
2372
+ }
2373
+ },
2374
+ "Approval Gate": {
2375
+ "figmaComponent": "Approval Gate",
2376
+ "figmaNodeId": "1160:423",
2377
+ "figmaPage": "Approval Gate",
2378
+ "component": "ApprovalGate",
2379
+ "import": "import { ApprovalGate } from 'ionbase-ui';",
2380
+ "docs": "components/approval-gate/index.html.md",
2381
+ "props": {
2382
+ "Risk": {
2383
+ "prop": "risk",
2384
+ "values": {
2385
+ "Low": "low",
2386
+ "Medium": "medium",
2387
+ "High": "high"
2388
+ }
2389
+ },
2390
+ "Status": {
2391
+ "prop": "status",
2392
+ "values": {
2393
+ "Pending": "pending",
2394
+ "Approved": "approved",
2395
+ "Rejected": "rejected",
2396
+ "Expired": "expired"
2397
+ }
2398
+ },
2399
+ "Title#1160:0": {
2400
+ "prop": "title"
2401
+ },
2402
+ "Detail#1160:13": {
2403
+ "prop": "children"
2404
+ },
2405
+ "Show Detail#1160:26": {
2406
+ "prop": "children",
2407
+ "note": "false means no children passed"
2408
+ },
2409
+ "Reject Label#1160:39": {
2410
+ "prop": "rejectLabel"
2411
+ },
2412
+ "Edit Label#1160:52": {
2413
+ "prop": "editLabel"
2414
+ },
2415
+ "Approve Label#1160:65": {
2416
+ "prop": "approveLabel"
2417
+ },
2418
+ "Show Edit#1160:78": {
2419
+ "prop": "onEdit",
2420
+ "note": "the Edit button renders only when onEdit is supplied"
2421
+ }
2422
+ }
2423
+ },
2424
+ "Agent Activity": {
2425
+ "figmaComponent": "Agent Activity",
2426
+ "figmaNodeId": "1162:246",
2427
+ "figmaPage": "Agent Activity",
2428
+ "component": "AgentActivity",
2429
+ "import": "import { AgentActivity } from 'ionbase-ui';",
2430
+ "docs": "components/agent-activity/index.html.md",
2431
+ "props": {}
2432
+ },
2433
+ "Agent Activity Step": {
2434
+ "figmaComponent": "Agent Activity Step",
2435
+ "figmaNodeId": "1161:287",
2436
+ "figmaPage": "Agent Activity",
2437
+ "component": "AgentActivityStep",
2438
+ "import": "import { AgentActivityStep } from 'ionbase-ui';",
2439
+ "docs": "components/agent-activity-step/index.html.md",
2440
+ "props": {
2441
+ "Status": {
2442
+ "prop": "status",
2443
+ "values": {
2444
+ "Pending": "pending",
2445
+ "Active": "active",
2446
+ "Done": "done",
2447
+ "Failed": "failed",
2448
+ "Skipped": "skipped"
2449
+ }
2450
+ },
2451
+ "Label#1162:0": {
2452
+ "prop": "children"
2453
+ },
2454
+ "Detail#1162:6": {
2455
+ "prop": "detail"
2456
+ },
2457
+ "Show Detail#1162:12": {
2458
+ "prop": "detail",
2459
+ "note": "false means detail is omitted"
2460
+ }
2461
+ }
2462
+ },
2463
+ "Streaming Text": {
2464
+ "figmaComponent": "Streaming Text",
2465
+ "figmaNodeId": "1164:248",
2466
+ "figmaPage": "Streaming Text",
2467
+ "component": "StreamingText",
2468
+ "import": "import { StreamingText } from 'ionbase-ui';",
2469
+ "docs": "components/streaming-text/index.html.md",
2470
+ "props": {
2471
+ "Streaming": {
2472
+ "prop": "isStreaming",
2473
+ "values": {
2474
+ "True": true,
2475
+ "False": false
2476
+ }
2477
+ },
2478
+ "Text#1164:0": {
2479
+ "prop": "children"
2480
+ }
2481
+ }
2482
+ },
2483
+ "Citation": {
2484
+ "figmaComponent": "Citation",
2485
+ "figmaNodeId": "1167:247",
2486
+ "figmaPage": "Citation",
2487
+ "component": "Citation",
2488
+ "import": "import { Citation } from 'ionbase-ui';",
2489
+ "docs": "components/citation/index.html.md",
2490
+ "props": {
2491
+ "State": {
2492
+ "ignore": "Default/Hover is :hover in code"
2493
+ },
2494
+ "Index#1167:0": {
2495
+ "prop": "index"
2496
+ },
2497
+ "Focused#1167:3": {
2498
+ "ignore": "drawn focus ring; :focus-visible in code"
2499
+ }
2500
+ }
2501
+ },
2502
+ "Citation List": {
2503
+ "figmaComponent": "Citation List",
2504
+ "figmaNodeId": "1168:246",
2505
+ "figmaPage": "Citation",
2506
+ "component": "CitationList",
2507
+ "import": "import { CitationList } from 'ionbase-ui';",
2508
+ "docs": "components/citation-list/index.html.md",
2509
+ "props": {
2510
+ "Label#1168:4": {
2511
+ "prop": "label"
2512
+ }
2513
+ }
2514
+ },
2515
+ "Citation List Item": {
2516
+ "figmaComponent": "Citation List Item",
2517
+ "figmaNodeId": "1168:241",
2518
+ "figmaPage": "Citation",
2519
+ "component": "CitationListItem",
2520
+ "import": "import { CitationListItem } from 'ionbase-ui';",
2521
+ "docs": "components/citation-list-item/index.html.md",
2522
+ "props": {
2523
+ "Index#1168:0": {
2524
+ "prop": "index"
2525
+ },
2526
+ "Source#1168:1": {
2527
+ "prop": "source"
2528
+ },
2529
+ "Passage#1168:2": {
2530
+ "prop": "children"
2531
+ },
2532
+ "Show Passage#1168:3": {
2533
+ "prop": "children",
2534
+ "note": "false means no children passed"
2535
+ }
2536
+ }
2537
+ },
2538
+ "Confidence Indicator": {
2539
+ "figmaComponent": "Confidence Indicator",
2540
+ "figmaNodeId": "1166:262",
2541
+ "figmaPage": "Confidence Indicator",
2542
+ "component": "ConfidenceIndicator",
2543
+ "import": "import { ConfidenceIndicator } from 'ionbase-ui';",
2544
+ "docs": "components/confidence-indicator/index.html.md",
2545
+ "props": {
2546
+ "Level": {
2547
+ "prop": "level",
2548
+ "values": {
2549
+ "Low": "low",
2550
+ "Medium": "medium",
2551
+ "High": "high"
2552
+ }
2553
+ },
2554
+ "Basis#1166:0": {
2555
+ "prop": "basis"
2556
+ }
2557
+ }
2128
2558
  }
2129
2559
  },
2130
2560
  "unmapped": {
@@ -2145,15 +2575,6 @@
2145
2575
  "Table": "Figma draws Table Row and Table Cell; the table itself is the caller assembling them. Density, the one property Table owns, is mapped on Table Cell.",
2146
2576
  "TableHead": "As Table — a code-side grouping element. Figma expresses a header row as a Table Row variant, not a separate component.",
2147
2577
  "TableBody": "As TableHead.",
2148
- "ToastProvider": "Figma draws Toast, which is mapped. The provider is placement, queueing and the live region — runtime behaviour with nothing to draw.",
2149
- "AgentStop": "Agentic tier. Not yet drawn in Figma.",
2150
- "ApprovalGate": "Agentic tier. Not yet drawn in Figma.",
2151
- "StreamingText": "Agentic tier. Not yet drawn in Figma.",
2152
- "AgentActivity": "Agentic tier. Not yet drawn in Figma.",
2153
- "AgentActivityStep": "Agentic tier. Not yet drawn in Figma.",
2154
- "Citation": "Agentic tier. Not yet drawn in Figma.",
2155
- "CitationList": "Agentic tier. Not yet drawn in Figma.",
2156
- "CitationListItem": "Agentic tier. Not yet drawn in Figma.",
2157
- "ConfidenceIndicator": "Agentic tier. Not yet drawn in Figma."
2578
+ "ToastProvider": "Figma draws Toast, which is mapped. The provider is placement, queueing and the live region — runtime behaviour with nothing to draw."
2158
2579
  }
2159
2580
  }
@@ -95,7 +95,6 @@
95
95
  "--spacing-16",
96
96
  "--spacing-20",
97
97
  "--spacing-32",
98
- "--spacing-4",
99
98
  "--spacing-40",
100
99
  "--spacing-48",
101
100
  "--spacing-8",
@@ -107,9 +106,9 @@
107
106
  "--text-error",
108
107
  "--text-secondary",
109
108
  "--type-body",
110
- "--type-body-lg",
111
- "--type-body-lg-line-height",
112
109
  "--type-body-line-height",
110
+ "--type-body-md",
111
+ "--type-body-md-line-height",
113
112
  "--type-body-sm",
114
113
  "--type-body-sm-line-height"
115
114
  ],
@@ -93,7 +93,7 @@
93
93
  "--spacing-8",
94
94
  "--surface-error-subtle",
95
95
  "--surface-information-subtle",
96
- "--surface-muted",
96
+ "--surface-page",
97
97
  "--surface-primary-subtle",
98
98
  "--surface-success-subtle",
99
99
  "--surface-warning-subtle",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "ionbase-ui",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "generated": "by scripts/build-meta.mjs — do not edit; intent lives in meta/*.json",
5
5
  "hooks": [
6
6
  "useToast"
@@ -323,7 +323,6 @@
323
323
  "--spacing-16",
324
324
  "--spacing-20",
325
325
  "--spacing-32",
326
- "--spacing-4",
327
326
  "--spacing-40",
328
327
  "--spacing-48",
329
328
  "--spacing-8",
@@ -335,9 +334,9 @@
335
334
  "--text-error",
336
335
  "--text-secondary",
337
336
  "--type-body",
338
- "--type-body-lg",
339
- "--type-body-lg-line-height",
340
337
  "--type-body-line-height",
338
+ "--type-body-md",
339
+ "--type-body-md-line-height",
341
340
  "--type-body-sm",
342
341
  "--type-body-sm-line-height"
343
342
  ],
@@ -1645,7 +1644,7 @@
1645
1644
  "--spacing-8",
1646
1645
  "--surface-error-subtle",
1647
1646
  "--surface-information-subtle",
1648
- "--surface-muted",
1647
+ "--surface-page",
1649
1648
  "--surface-primary-subtle",
1650
1649
  "--surface-success-subtle",
1651
1650
  "--surface-warning-subtle",
@@ -2390,20 +2390,6 @@
2390
2390
  "ratio": 9.04,
2391
2391
  "min": 4.5
2392
2392
  },
2393
- {
2394
- "component": "badge",
2395
- "context": "ion-badge--neutral",
2396
- "state": "default",
2397
- "fg": "--icon-secondary",
2398
- "bg": "--surface-muted",
2399
- "backdrop": null,
2400
- "kind": "non-text",
2401
- "mode": "Light",
2402
- "fgHex": "#384252",
2403
- "bgHex": "#f0f2f4",
2404
- "ratio": 9.04,
2405
- "min": 3
2406
- },
2407
2393
  {
2408
2394
  "component": "button",
2409
2395
  "context": "ion-button--secondary",
@@ -2675,6 +2661,20 @@
2675
2661
  "ratio": 9.34,
2676
2662
  "min": 4.5
2677
2663
  },
2664
+ {
2665
+ "component": "badge",
2666
+ "context": "ion-badge--neutral",
2667
+ "state": "default",
2668
+ "fg": "--icon-secondary",
2669
+ "bg": "--surface-page",
2670
+ "backdrop": null,
2671
+ "kind": "non-text",
2672
+ "mode": "Light",
2673
+ "fgHex": "#384252",
2674
+ "bgHex": "#f6f8f9",
2675
+ "ratio": 9.53,
2676
+ "min": 3
2677
+ },
2678
2678
  {
2679
2679
  "component": "button",
2680
2680
  "context": "ion-button--secondary",
@@ -3209,20 +3209,6 @@
3209
3209
  "ratio": 11.38,
3210
3210
  "min": 4.5
3211
3211
  },
3212
- {
3213
- "component": "badge",
3214
- "context": "ion-badge--neutral",
3215
- "state": "default",
3216
- "fg": "--icon-secondary",
3217
- "bg": "--surface-muted",
3218
- "backdrop": null,
3219
- "kind": "non-text",
3220
- "mode": "Dark",
3221
- "fgHex": "#dde0e4",
3222
- "bgHex": "#1d2735",
3223
- "ratio": 11.38,
3224
- "min": 3
3225
- },
3226
3212
  {
3227
3213
  "component": "button",
3228
3214
  "context": "ion-button--secondary",
@@ -3433,6 +3419,20 @@
3433
3419
  "ratio": 12.43,
3434
3420
  "min": 4.5
3435
3421
  },
3422
+ {
3423
+ "component": "badge",
3424
+ "context": "ion-badge--neutral",
3425
+ "state": "default",
3426
+ "fg": "--icon-secondary",
3427
+ "bg": "--surface-page",
3428
+ "backdrop": null,
3429
+ "kind": "non-text",
3430
+ "mode": "Dark",
3431
+ "fgHex": "#dde0e4",
3432
+ "bgHex": "#131923",
3433
+ "ratio": 13.31,
3434
+ "min": 3
3435
+ },
3436
3436
  {
3437
3437
  "component": "button",
3438
3438
  "context": "ion-button--secondary",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "ionbase-ui",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "usage": "Pick a component here, then read dist/meta/<Name>.json for its full contract.",
5
5
  "hooks": [
6
6
  "useToast"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "ionbase-ui",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "usage": "A pattern is a documented composition of components, not a component. Read one here, then read the contracts of what it composes.",
5
5
  "patterns": {
6
6
  "DataTable": {
@@ -1,10 +1,29 @@
1
1
  /*
2
2
  * AgentStop
3
3
  *
4
- * NOT DRAWN IN FIGMA. This component has no Figma counterpart yet, so the
5
- * measurements are borrowed rather than invented: the size ramp, radius, focus
6
- * ring and icon sizing are Button's, read from the same tokens. When Figma
7
- * draws it, this file should need values changed, not structure.
4
+ * Drawn in Figma as `Agent Stop` (1156:296), Size x State + Focused. The size
5
+ * ramp, radius and focus ring are Button's, read from the same tokens.
6
+ *
7
+ * HEIGHT COMES FROM `min-height`, NEVER FROM VERTICAL PADDING
8
+ *
9
+ * This file used to set `padding: <v> <h>` on all three sizes. Padding and
10
+ * min-height then both claim the height, and the larger wins: Large asked for
11
+ * 48 but computed 12 + 32 + 12 = 56, so the ramp shipped as 32/40/56 and only
12
+ * two of its three rungs were the ones it meant. Button hit this exact bug and
13
+ * says so at the point of the rule — "deriving height from padding instead is
14
+ * what left all three sizes 2px off" — so the fix is Button's fix: pad the
15
+ * inline axis only and let `min-height` own the block axis. The ramp is
16
+ * 32/40/48, and it now grows rather than jumps if a label ever wraps.
17
+ *
18
+ * Large is `type-body-md`, not `type-body-lg`, for the same reason Button's
19
+ * Large is: body-lg is the XLarge rung, and a 32px line box in a 48px control
20
+ * leaves no room to look like a control.
21
+ *
22
+ * THE GLYPH RUNS ONE RUNG BELOW BUTTON'S ICON LADDER — xs/sm/md against
23
+ * Button's xs/md/lg. Deliberate, and the one place this does not follow
24
+ * Button: the glyph is a plain hollow square, which carries far more visual
25
+ * weight than a detailed Lucide glyph at the same size. Matched rung for rung
26
+ * it out-weighs the label it is meant to sit beside.
8
27
  *
9
28
  * DELIBERATELY NOT `surface/error`. Stopping a run is normal and expected, and
10
29
  * you can start it again. Colouring it like a delete teaches hesitation about
@@ -18,7 +37,7 @@
18
37
  justify-content: center;
19
38
  gap: var(--spacing-8);
20
39
  min-height: var(--spacing-40);
21
- padding: var(--spacing-8) var(--spacing-16);
40
+ padding-inline: var(--spacing-16);
22
41
  border: var(--border-width-default) solid var(--border-strong);
23
42
  border-radius: var(--radius-md);
24
43
  background-color: var(--surface-default);
@@ -86,7 +105,7 @@
86
105
 
87
106
  .ion-agent-stop--sm {
88
107
  min-height: var(--spacing-32);
89
- padding: var(--spacing-4) var(--spacing-12);
108
+ padding-inline: var(--spacing-12);
90
109
  font-size: var(--type-body-sm);
91
110
  line-height: var(--type-body-sm-line-height);
92
111
  }
@@ -98,9 +117,9 @@
98
117
 
99
118
  .ion-agent-stop--lg {
100
119
  min-height: var(--spacing-48);
101
- padding: var(--spacing-12) var(--spacing-20);
102
- font-size: var(--type-body-lg);
103
- line-height: var(--type-body-lg-line-height);
120
+ padding-inline: var(--spacing-20);
121
+ font-size: var(--type-body-md);
122
+ line-height: var(--type-body-md-line-height);
104
123
  }
105
124
 
106
125
  .ion-agent-stop--lg .ion-agent-stop__glyph {
@@ -64,8 +64,18 @@
64
64
  }
65
65
 
66
66
  /* Intent modifiers */
67
+
68
+ /*
69
+ * Neutral sits on `surface/page`, not `surface/muted`. Figma retuned it there
70
+ * on 2026-09-02 (152:43, and every Medium/Large/Rounded neutral variant), which
71
+ * lifts the light-mode fill from #f0f2f4 to #f6f8f9 and drops the dark one from
72
+ * #1d2735 to #131923. The point of the move is that a neutral badge should read
73
+ * as unfilled next to the five coloured intents — those all sit on a `*-subtle`
74
+ * surface a shade off the page, so a neutral one a shade the OTHER way looked
75
+ * like a seventh intent rather than the absence of one.
76
+ */
67
77
  .ion-badge--neutral {
68
- background-color: var(--surface-muted);
78
+ background-color: var(--surface-page);
69
79
  color: var(--text-secondary);
70
80
  border-color: var(--border-default);
71
81
  }
@@ -122,3 +122,8 @@
122
122
  .ion-text--emphasis {
123
123
  font-weight: var(--font-weight-medium);
124
124
  }
125
+
126
+ /* Weight-only modifier, pairs with any body class. */
127
+ .ion-text--semibold {
128
+ font-weight: var(--font-weight-semibold);
129
+ }
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.30.0. 45 components.
5
+ Version 0.32.0. 45 components.
6
6
 
7
7
  ## Read these, in this order
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionbase-ui",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "description": "IonBase Design System — accessible React components, styles and design tokens in one package",
5
5
  "license": "MIT",
6
6
  "type": "module",