carbon-design-system / ibm-products

A Carbon-powered React component library for IBM Products
https://carbon-for-ibm-products.netlify.app/
Apache License 2.0
83 stars 116 forks source link

SidePanel missing xl size #5020

Open johnhaldeman opened 2 weeks ago

johnhaldeman commented 2 weeks ago

Package

Carbon for IBM Products

Description

For the SidePanel component we seem to have every size except for "xl" which is what my designers are asking for: https://github.com/carbon-design-system/ibm-products/blob/63becd77bb414046d62f26ff56a98d5925756f5a/packages/ibm-products/src/components/SidePanel/SidePanel.tsx#L160

size: 'xs' | 'sm' | 'md' | 'lg' | '2xl';

A little strange. Is that on purpose or an oversight?

Workaround is currently for force the min-width to 50% or so.

Component(s) impacted

SidePanel

Browser

Chrome

@carbon/ibm-products (previously @carbon/ibm-cloud-cognitive) version

2.27.0

Severity

Severity 3 = The problem is visible or noticeable to users but does not impede the usability or functionality. Affects minor functionality, has a workaround.

Product/offering

IBM Security Guardium Insights

CodeSandbox or Stackblitz example

N/A

Steps to reproduce the issue (if applicable)

No response

Release date (if applicable)

No response

Code of Conduct