diff --git a/UNRELEASED.md b/UNRELEASED.md index 8f819fbec6e..9309a356ce5 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -7,6 +7,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Enhancements - Added helper hooks `useIndexTableRowHovered`, `useIndexTableRowSelected`, and `useIndexTableContainerScroll` to `IndexTable` ([#4286](https://github.com/Shopify/polaris-react/pull/4286)) +- Added token for slim border radius ([#4573](https://github.com/Shopify/polaris-react/pull/4573)) ### Bug fixes diff --git a/documentation/Color system.md b/documentation/Color system.md index 8862a0b96ea..60acf505880 100644 --- a/documentation/Color system.md +++ b/documentation/Color system.md @@ -35,6 +35,7 @@ The surface role is used for the backgrounds of the UI. With a light color schem |
--p-surface-hovered| For use as a surface color on interactive elements such as resource list items and action list items when in a hovered state. | 
--p-surface-pressed| For use as a surface color on interactive elements such as resource list items and action list items when in a pressed state. | 
--p-surface-depressed| For use as a surface color on interactive elements such as resource list items and action list items when in a depressed state. | 
--p-surface-search-field| For use as a background color, in components on surface elements such as SearchField | 
--p-backdrop| For use as the background color of the backdrop component for navigation and modal. This color has an alpha of `0.5`. | 
--p-overlay| For use as the background color of elements which lay on top of surfaces to obscure their contents. This color has an alpha of `0.5`. | 
--p-shadow-from-dim-light| For use in building shadows for modals. This color has an alpha of `0.02`. | 
--p-surface-search-field| For use as a background color, in components on surface elements such as SearchField | 
--p-border| For use as the default border on elements. | 
--p-border-neutral-subdued| For use as the border on banners. | 
--p-border-hovered| Used for borders on hovered interactive elements | 
--p-border-disabled| Used for disabled borders on interactive elements | 
--p-border-subdued| For use as a subdued border on elements. | 
--p-border-depressed| For use as a border on depressed elements. | 
--p-border-shadow| For use as an additional bottom border on elements. | 
--p-border-shadow-subdued| For use as an additional, subdued bottom border on elements. | 
--p-divider| For use as a divider between elements. | 
--p-icon| For use as the fill color of icons. | 
--p-icon-hovered| For use as the fill color of hovered icons. | 
--p-icon-pressed| For use as the fill color of pressed icons. | 
--p-icon-disabled| For use as the fill color of disabled icons. | 
--p-icon-subdued| For use as the fill color of subdued icons. | 
--p-text| For use as a text color. | 
--p-text-disabled| For use as a disabled text color and as a placeholder text color. | 
--p-text-subdued| For use as a subdued text color. | 
--p-border| For use as the default border on elements. | 
--p-border-neutral-subdued| For use as the border on banners. | 
--p-border-hovered| Used for borders on hovered interactive elements | 
--p-border-disabled| Used for disabled borders on interactive elements | 
--p-border-subdued| For use as a subdued border on elements. | 
--p-border-depressed| For use as a border on depressed elements. | 
--p-border-shadow| For use as an additional bottom border on elements. | 
--p-border-shadow-subdued| For use as an additional, subdued bottom border on elements. | 
--p-divider| For use as a divider between elements. | 
--p-icon| For use as the fill color of icons. | 
--p-icon-hovered| For use as the fill color of hovered icons. | 
--p-icon-pressed| For use as the fill color of pressed icons. | 
--p-icon-disabled| For use as the fill color of disabled icons. | 
--p-icon-subdued| For use as the fill color of subdued icons. | 
--p-text| For use as a text color. | 
--p-text-disabled| For use as a disabled text color and as a placeholder text color. | 
--p-text-subdued| For use as a subdued text color. | 