Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix optional property types #6872

Open
wants to merge 304 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 23, 2024

  1. Adding tsc to yarn lint (adobe#37)

    LFDanLu authored and GitHub Enterprise committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e11353d View commit details
    Browse the repository at this point in the history
  2. use light-dark() and color-scheme to implement dark mode (adobe#36)

    devongovett authored and GitHub Enterprise committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    420af50 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. ProgressBar (adobe#26)

    * initial add progress bar
    
    * add animationIterationCount to theme
    
    * add story decorators for static color backgrounds
    
    * more style fixes
    
    * more value fixes
    
    * support classnames in field label
    
    * cleanup
    
    * cleanup
    
    * address review comments
    
    * add autodocs
    
    * update size jsdoc
    
    * fix label position and row gap
    
    * use self(height) instead of new variable
    
    * improve styles
    
    * remove width prop
    
    * move text static colors to FieldLabel
    
    * use full border radius
    
    * various color improvements
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b97651b View commit details
    Browse the repository at this point in the history
  2. Setup i18n fonts (adobe#34)

    devongovett authored and GitHub Enterprise committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e445bdc View commit details
    Browse the repository at this point in the history
  3. Link (adobe#40)

    devongovett authored and GitHub Enterprise committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6cabecb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ae9002 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Precommit hook (adobe#39)

    * Add pre commit hook for lint
    snowystinger authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6c5dffd View commit details
    Browse the repository at this point in the history
  2. Fix lint and ts (adobe#43)

    snowystinger authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    488fa8a View commit details
    Browse the repository at this point in the history
  3. remove focus behavior from Avatar (adobe#42)

    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8ac8f0f View commit details
    Browse the repository at this point in the history
  4. TagGroup fixes from testing (adobe#41)

    * add new story with Tag links
    
    * style cursor as pointer for links
    
    * add Link to empty tag example
    
    * remove errorMessage prop
    
    * fix isEmphasized text color
    
    * remove isRequired prop
    
    * update field gap to match other fields
    
    * make renderEmptyState font family sans
    
    * remove dup key in theme
    
    * fix WebkitTapHighlightColor for disabled tag
    
    * remove WebkitTapHighlightColor handling
    
    * cleanup stories
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ce37bad View commit details
    Browse the repository at this point in the history
  5. Picker input field styling (adobe#32)

    * renaming to picker and adding initial style macro changes
    
    * field and input styles added
    
    * two quick style fixes from feedback
    
    * removing staticColor, fixing isDisabled, and improving some prop handling
    
    * lint spacing fixes
    
    * fixing the focusRing after menu close
    
    * quiet style as element with rounded ends
    
    * undid testing mode
    
    * implementing the isQuiet focus ring more closely, but looks less correct
    
    * chevron icon cleanup
    
    * refining styles based on feedback
    
    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d58af25 View commit details
    Browse the repository at this point in the history
  6. Fixing look of touch events on iOS (adobe#44)

    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e5857d0 View commit details
    Browse the repository at this point in the history
  7. Update IllustratedMessage to use ButtonGroup (adobe#46)

    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cdca4df View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. initial ref support (adobe#33)

    * initialize ref support
    
    * add more ref support to components
    
    * clean up
    
    * more cleanup
    
    * update refs
    
    * remove dialog inner export, make helptext ref optional, fix ts
    
    * more ts fixes
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    541f5ce View commit details
    Browse the repository at this point in the history
  2. Fix disabled, emphasized, selected ToggleButton style (adobe#47)

    * Fix disabled, emphasized, selected ToggleButton style
    
    * Make it so selected quiet disabled toggle buttons are consistent with the non quiet variant
    
    at the moment the designs show that disabled toggle buttons shouldnt have any style differences whether they are selected or not
    
    * make forced colors match when selected/not selected and disabled
    LFDanLu authored and GitHub Enterprise committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a372d92 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Remove V3 styleProps in InlineAlert (adobe#45)

    * Remove styleProps in InlineAlert
    
    * create new styleProps with UNSAFE
    
    * new file for styleProps
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e9d00dd View commit details
    Browse the repository at this point in the history
  2. Wf icons (adobe#48)

    Workflow icons
    snowystinger authored and GitHub Enterprise committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e020394 View commit details
    Browse the repository at this point in the history
  3. add disabled to button group (adobe#49)

    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    38ea317 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix link in taggroup empty state (adobe#54)

    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dc72275 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Popover and Menu (adobe#31)

    * Popover and Menu
    snowystinger authored and GitHub Enterprise committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d1516ab View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add StatusLight and bump spectrum tokens (adobe#51)

    devongovett authored and GitHub Enterprise committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    13d1ceb View commit details
    Browse the repository at this point in the history
  2. Add isEmphasized to CheckboxGroup (adobe#50)

    * add isEmphasized to CheckboxGroup
    
    * omits isDisabled from DropZone
    
    * prioritize checkbox group isEmphasized
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    05b252a View commit details
    Browse the repository at this point in the history
  3. Add css prop and unsafe style support (adobe#52)

    devongovett authored and GitHub Enterprise committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e754213 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Use default cursor for help text on disabled elements (adobe#55)

    LFDanLu authored and GitHub Enterprise committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5678af7 View commit details
    Browse the repository at this point in the history
  2. Add LinkButton component (adobe#58)

    devongovett authored and GitHub Enterprise committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bd89829 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Fix missing type in module (adobe#59)

    Yihui Liao authored and GitHub Enterprise committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b5fcffa View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Theme audit (adobe#63)

    devongovett authored and GitHub Enterprise committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9561f2f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Remove V3 StyleProps from IllustratedMessage (adobe#57)

    * update illustrated message font size
    
    * remove v3 style props
    
    * remove unneccessary styling
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f9276d2 View commit details
    Browse the repository at this point in the history
  2. ActionMenu and positioning props for Menu (adobe#61)

    * ActionMenu and positioning props for Menu
    snowystinger authored and GitHub Enterprise committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ebdf8f9 View commit details
    Browse the repository at this point in the history
  3. Static backgrounds that don't interfere with state (adobe#56)

    snowystinger authored and GitHub Enterprise committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ba5341d View commit details
    Browse the repository at this point in the history
  4. Move Popover padding and add ref (adobe#60)

    * Move Popover padding and add ref
    snowystinger authored and GitHub Enterprise committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5c3ec65 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. setup chromatic (adobe#65)

    devongovett authored and GitHub Enterprise committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1c63b44 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Audit T components (adobe#68)

    devongovett authored and GitHub Enterprise committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0c86c7e View commit details
    Browse the repository at this point in the history
  2. fix outline button disabled and keyboard focus styles (adobe#69)

    LFDanLu authored and GitHub Enterprise committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b4cc790 View commit details
    Browse the repository at this point in the history
  3. nextjs, macros, and components example app (adobe#64)

    * nextjs, macros, and components example app
    
    * package.json link path to rainbow was wrong
    
    * adding dropzone, taggroup, and illustratedmessage
    
    * using the npmjs version of unplogin-parcel-macros instead of linking
    
    * review feedback - config improvements
    
    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    892d7c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. A-C audit (adobe#66)

    * Avatar audit + fix to style macro to omit overriden default styles
    
    * removing avatars and isDisabled
    
    * audit button and buttongroup
    
    * more audit items
    
    * Adding component descriptions
    
    * Forgot to save
    
    * update with spectrum links and help text type update
    
    * properly only send DOM props to the Avatar
    
    * fix help text related types
    
    * update label type
    
    * whoops too much empty space
    
    * review comments
    LFDanLu authored and GitHub Enterprise committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    54c7eba View commit details
    Browse the repository at this point in the history
  2. I-P Audit (adobe#70)

    snowystinger authored and GitHub Enterprise committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    aaa295c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. I-P exports and descriptions (adobe#74)

    * I-P exports and descriptions
    snowystinger authored and GitHub Enterprise committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a2cedc3 View commit details
    Browse the repository at this point in the history
  2. Menu has its own Divider so we can ensure style merge order (adobe#76)

    Menu has its own Divider so we can ensure style merge order (adobe#76)
    snowystinger authored and GitHub Enterprise committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c480260 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Use wficons for inline alert (adobe#53)

    * Use WF icons for InlineAlert
    
    * change prop name back
    
    * Get rid of cloneElement and use wrapper on context
    
    * swap to svgr and work on inline alert
    
    * fix sizing temporarily
    
    * Update all icon usages
    
    * inline styles, though i still think these are broken icons
    
    * review comments
    
    * update font colors of inline alert to match figma
    
    Co-authored-by: Daniel Lu <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ff3f463 View commit details
    Browse the repository at this point in the history
  2. D-F audit (adobe#67)

    * update type for Divider
    
    * update type for Dropzone
    
    * update type for Form
    
    * add JSDoc
    
    * update Divider JSDoc
    
    * Update Dropzone JSDoc
    
    * add more JSDocs
    
    * default Form size to M
    
    * formatting
    
    * add min height and width to divider based on orientation
    
    * switch defaults to medium values
    
    * update Divider large sizes
    
    * remove validationBehavior from Form
    
    * add PURE annotations
    
    Co-authored-by: Reid Barber <[email protected]>
    Co-authored-by: Rob Snow <[email protected]>
    3 people authored and GitHub Enterprise committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ff7d944 View commit details
    Browse the repository at this point in the history
  3. Menu placement fixes (adobe#71)

    snowystinger authored and GitHub Enterprise committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c156532 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Icon fixes from testing (adobe#79)

    snowystinger authored and GitHub Enterprise committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4eaf766 View commit details
    Browse the repository at this point in the history
  2. Adding ActionButton truncation, fixing TagGroup icon color when selec…

    …ted, and other bug fixes (adobe#72)
    
    * adding ActionButton truncation and fixing Taggroup icon color when selected
    
    * fix icon only button sizing in ButtonGroup in safari
    
    not sure why the minWidth is being applied to non icon only buttons though...
    
    * Make help text not render anything if there isnt a error message to display when invalid
    
    * fix dropzone replace mesage banner positioning in Safari
    
    Co-authored-by: Rob Snow <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ea7ec82 View commit details
    Browse the repository at this point in the history
  3. Update Divider min sizes and story (adobe#77)

    * update sizes to use auto instead of undefined
    
    * add none to theme
    
    * update to use none instead of auto
    
    * update style logic
    
    * Revert "add none to theme"
    
    This reverts commit 4f552e74de94475dd3809063b3a18ae548b3e740.
    
    * improve story
    
    * remove minWidth and minHeight
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d245a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Icons move fallback color out of page (adobe#82)

    snowystinger authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2db28b9 View commit details
    Browse the repository at this point in the history
  2. R-S audit (adobe#75)

    * R-S audit
    
    * RadioGroup api audit and radio props from form context
    
    * renaming props and form props in radio
    
    * adding pure
    
    * updated comments and rest of files
    
    * fixing a variable usage
    
    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3fb81a6 View commit details
    Browse the repository at this point in the history
  3. Remove border radius for fullscreen takeover dialogs (adobe#78)

    LFDanLu authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1e65bb9 View commit details
    Browse the repository at this point in the history
  4. Audit Menu/Dialog/StatusLight Components (adobe#80)

    Yihui Liao authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    93c00c5 View commit details
    Browse the repository at this point in the history
  5. Dialog: Fixing header and close button position (adobe#81)

    ktabors authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    939f8fd View commit details
    Browse the repository at this point in the history
  6. Setup build to publish package (adobe#73)

    devongovett authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a4f7b8c View commit details
    Browse the repository at this point in the history
  7. Build icons with parcel (adobe#85)

    devongovett authored and GitHub Enterprise committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ccd8619 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Fix popover tip separation (adobe#86)

    snowystinger authored and GitHub Enterprise committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    466083f View commit details
    Browse the repository at this point in the history
  2. Minor menu fixes (adobe#89)

    snowystinger authored and GitHub Enterprise committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6c21561 View commit details
    Browse the repository at this point in the history
  3. Publish fixes (adobe#90)

    devongovett authored and GitHub Enterprise committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6ebe56d View commit details
    Browse the repository at this point in the history
  4. swap vertical and horizontal (adobe#91)

    Yihui Liao authored and GitHub Enterprise committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a4c4460 View commit details
    Browse the repository at this point in the history
  5. Update menu popover alignment (adobe#92)

    devongovett authored and GitHub Enterprise committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b3f3a6a View commit details
    Browse the repository at this point in the history
  6. Adding TooltipTrigger (adobe#88)

    ktabors authored and GitHub Enterprise committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8e98a15 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Switch to data-color-scheme and move iOS highlight override (adobe#87)

    * testing theme change and webkit-highlight-color change
    
    * Fix iOS tap highlight
    
    * moving webkit highlight to theme
    
    * forgot to remove extra tsignore
    LFDanLu authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c54ff4d View commit details
    Browse the repository at this point in the history
  2. css rename to styles (adobe#94)

    * css rename to styles
    
    * fix comment
    snowystinger authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6c9d6aa View commit details
    Browse the repository at this point in the history
  3. Another audit (adobe#95)

    * fix SearchFieldProps children type
    
    * remove isEntering and isExiting from TooltipProps
    
    * omit more props from Tooltip
    
    * remove open props from Tooltip
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2c0eaa4 View commit details
    Browse the repository at this point in the history
  4. Setup storybook docs (adobe#84)

    * setup storybook docs
    
    * add intro page
    
    * Remove Picker autodocs
    
    * add syntax highlighting to code snippet
    
    * add missing autodocs
    
    * Remove intro docs for now
    
    * remove extra args from Dialog
    
    * clean up source formatting
    
    Co-authored-by: Reid Barber <[email protected]>
    Co-authored-by: Rob Snow <[email protected]>
    3 people authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    daab120 View commit details
    Browse the repository at this point in the history
  5. Add missing jsdoc to DropZone (adobe#98)

    snowystinger authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cbc4129 View commit details
    Browse the repository at this point in the history
  6. Propagate color scheme into portals (adobe#97)

    devongovett authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a6d178f View commit details
    Browse the repository at this point in the history
  7. Change style prop (adobe#93)

    Co-authored-by: Devon Govett <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e7e1685 View commit details
    Browse the repository at this point in the history
  8. Remove font (adobe#102)

    Reid Barber authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8f21852 View commit details
    Browse the repository at this point in the history
  9. Fix command for running chromatic (adobe#96)

    LFDanLu authored and GitHub Enterprise committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f554054 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Rollup example app (adobe#106)

    * starting a rollup add to test the built files
    
    * rainbow and macros installed and working
    
    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e4d9434 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix main (adobe#111)

    snowystinger authored and GitHub Enterprise committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d186db6 View commit details
    Browse the repository at this point in the history
  2. Add vite example app (adobe#109)

    * Add vite example
    
    * Add svgs and fix config
    LFDanLu authored and GitHub Enterprise committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dec9bfb View commit details
    Browse the repository at this point in the history
  3. updating to use rainbow from artifactory (adobe#110)

    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    be4e626 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. SearchField remove clear button with read only(v3) (adobe#117)

    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1f283a5 View commit details
    Browse the repository at this point in the history
  2. Make Dialog square when scrollbars are present and revert Field chang…

    …e for invalid validation (adobe#115)
    
    * revert Field change when invalid
    
    * Update Modal and Popover so corner with scrollbar is square
    LFDanLu authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0b5581a View commit details
    Browse the repository at this point in the history
  3. Add readme (adobe#116)

    devongovett authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2670c8c View commit details
    Browse the repository at this point in the history
  4. Design fixes for fields (adobe#101)

    devongovett authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5994c9a View commit details
    Browse the repository at this point in the history
  5. Add Webpack 5 example (adobe#107)

    * update css prop in InlineAlert
    
    * add webpack 5 example
    
    * remove Provider
    
    * use render from react-dom
    
    * add gitignore
    
    * cleanup package.json
    
    * fix React import
    
    * add icon to button
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e4587dd View commit details
    Browse the repository at this point in the history
  6. Improve Storybook docs build (adobe#114)

    * add menu and actionmenu
    
    * fix stories for actionbutton and checkboxgroup
    
    * fix actionbutton resizing story
    
    * Remove styles prop from code output
    
    * remove handlers from code output
    
    * add // code: null to config
    
    * fix StaticColorDecorator
    
    * cleanup
    
    * improve dialog example
    
    * add global padding to stories
    
    * remove css file
    
    * remove role from DialogProps type
    
    * improve ActionButton story
    
    * use single quotes for jsdoc @default
    
    * cleanup Dialog stories and code output
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9d93b70 View commit details
    Browse the repository at this point in the history
  7. Add logo to storybook build (adobe#122)

    * add storybook logo
    
    * Use italics for tagline
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6427c04 View commit details
    Browse the repository at this point in the history
  8. Make storybook docs respect dark mode setting (adobe#124)

    devongovett authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9ea0fbd View commit details
    Browse the repository at this point in the history
  9. Update Submenu props to get rid of delay (adobe#123)

    LFDanLu authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7cd1e05 View commit details
    Browse the repository at this point in the history
  10. Fix 'Show code' button to show behind overlays (adobe#125)

    * fix show code button z-index
    
    * fix to use isolation: isolate instead
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    15c5546 View commit details
    Browse the repository at this point in the history
  11. center overlay arrow position (adobe#121)

    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    70b6406 View commit details
    Browse the repository at this point in the history
  12. Renaming prop treatment to fillStyle (adobe#128)

    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e2de7a2 View commit details
    Browse the repository at this point in the history
  13. Remove hover props support from components (adobe#127)

    LFDanLu authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9ae6f25 View commit details
    Browse the repository at this point in the history
  14. Fix chromatic publish to storybook (adobe#126)

    * Fix chromatic publish to storybook
    
    this prevents the Intro page from being sent to Chromatic, looks like it causes issues for them
    
    * Update change so it is isolated to chromatic run
    LFDanLu authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a98e0c4 View commit details
    Browse the repository at this point in the history
  15. Combine popover stories with Dialog (adobe#118)

    snowystinger authored and GitHub Enterprise committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d116a6d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. update shadows (adobe#129)

    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5cdfb1b View commit details
    Browse the repository at this point in the history
  2. Group rules by layer so they are not nested (adobe#120)

    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b91bc3d View commit details
    Browse the repository at this point in the history
  3. Fixing icon only ActionButton width to keep square (adobe#119)

    ktabors authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b0d7dfb View commit details
    Browse the repository at this point in the history
  4. Add missing dialog title to docs example (adobe#131)

    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d970699 View commit details
    Browse the repository at this point in the history
  5. Adjust submenu cross offset to account for border (adobe#130)

    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    77caa7d View commit details
    Browse the repository at this point in the history
  6. Remove contextualHelp prop and show help text error icon for checkbox…

    …/radio groups (adobe#132)
    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    60cce1c View commit details
    Browse the repository at this point in the history
  7. Add dark mode logo (adobe#133)

    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3f70126 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    718f5c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a302f8f View commit details
    Browse the repository at this point in the history
  10. Add API diff (adobe#103)

    devongovett authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c8210a1 View commit details
    Browse the repository at this point in the history
  11. Fix SubmenuTrigger/dynamic code sample rendering in storybook docs (a…

    …dobe#135)
    
    * Fix SubmenuTrigger rendering in storybook docs
    
    * fix dynamic example code sample and actionmenu
    LFDanLu authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    95761a7 View commit details
    Browse the repository at this point in the history
  12. more code cleanup (adobe#134)

    Reid Barber authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b4dafe3 View commit details
    Browse the repository at this point in the history
  13. v0.0.0

    devongovett committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4021609 View commit details
    Browse the repository at this point in the history
  14. Update example apps to use v0.0.0 (adobe#136)

    * update example apps to use latest styles prop
    
    * update example app versions
    
    * update style -> fillStyle
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c272e70 View commit details
    Browse the repository at this point in the history
  15. Add parcel example (adobe#137)

    * add parcel
    
    * Update examples/parcel-example/package.json
    
    Co-authored-by: Devon Govett <[email protected]>
    
    Co-authored-by: Devon Govett <[email protected]>
    2 people authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a362480 View commit details
    Browse the repository at this point in the history
  16. Cleanup and standardize example apps (adobe#138)

    Reid Barber authored and GitHub Enterprise committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9cb98b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Meter (adobe#140)

    * Meter
    
    * removing some unneeded track fill css
    
    * refactor creating bar-utils
    
    * Omit some props from AriaMeterProps
    
    Co-authored-by: Reid Barber <[email protected]>
    
    ---------
    
    Co-authored-by: Kyle Taborski <[email protected]>
    Co-authored-by: Reid Barber <[email protected]>
    3 people authored and GitHub Enterprise committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d360192 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Badge (adobe#141)

    * initialize badge component
    
    * update stories, fix padding
    
    * change paddingX
    
    * update comments
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ccd13df View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Picker Dropdown using rainbow Popover (adobe#62)

    * Move Popover padding and add ref
    
    * Picker Dropdown using  rainbow Popover
    
    * Prep for invalid state
    
    * review updates
    
    * Update picker styles to share menu
    
    * simplify grid
    
    * some API review
    
    * fix validation icon
    
    * Add missing types and functionality
    
    * add min width and quiet width handling
    
    * use a better minwidth for picker
    
    * fix isOpen style
    
    * review comments
    
    * fix placeholder and select value
    
    * fix textValue
    
    * fix crash in icons story
    
    * fix some invalid styles
    
    * Combobox (adobe#100)
    
    * Combobox
    
    * Fix remaining ts issues
    
    * explain padding
    
    * Reviews
    
    * fix crash in icons story
    
    * apply same icon story crash fix from picker PR
    
    ---------
    
    Co-authored-by: Devon Govett <[email protected]>
    Co-authored-by: danilu <[email protected]>
    
    ---------
    
    Co-authored-by: Devon Govett <[email protected]>
    Co-authored-by: danilu <[email protected]>
    3 people authored and GitHub Enterprise committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d72204a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update tag group (adobe#143)

    * review tag group
    
    * add avatar context props
    
    * remove args from avatar and use truncate
    
    * remove slot props
    
    * remove comment
    
    * add help text
    
    * fix invalid tag
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed May 14, 2024
    Configuration menu
    Copy the full SHA
    43fd43e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. RAC upgrade and testing followup (adobe#147)

    * RAC upgrade and testing followup
    snowystinger authored and GitHub Enterprise committed May 15, 2024
    Configuration menu
    Copy the full SHA
    73aa784 View commit details
    Browse the repository at this point in the history
  2. Prevent global styles from leaking into RSP elements (adobe#150)

    devongovett authored and GitHub Enterprise committed May 15, 2024
    Configuration menu
    Copy the full SHA
    574842f View commit details
    Browse the repository at this point in the history
  3. Error when calling the style macro without import attribute (adobe#152)

    devongovett authored and GitHub Enterprise committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8ced914 View commit details
    Browse the repository at this point in the history
  4. Rendering and styling of picker selected item (adobe#151)

    * styling defaultChildren in select
    snowystinger authored and GitHub Enterprise committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a0e7dc2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Remove unnecessary layer from Picker (adobe#153)

    * Remove unnecessary layer
    snowystinger authored and GitHub Enterprise committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a0b5511 View commit details
    Browse the repository at this point in the history
  2. Update API diff (adobe#154)

    devongovett authored and GitHub Enterprise committed May 16, 2024
    Configuration menu
    Copy the full SHA
    db53d67 View commit details
    Browse the repository at this point in the history
  3. 0.1.0

    devongovett committed May 16, 2024
    Configuration menu
    Copy the full SHA
    418d392 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f557538 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    921e869 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update lightningcss (adobe#155)

    devongovett authored and GitHub Enterprise committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ae9c491 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Update to latest Spectrum Tokens (adobe#157)

    devongovett authored and GitHub Enterprise committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a592dce View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix custom field width (adobe#146)

    ktabors authored and GitHub Enterprise committed May 22, 2024
    Configuration menu
    Copy the full SHA
    11fe2bb View commit details
    Browse the repository at this point in the history
  2. Add color picker components (adobe#158)

    devongovett authored and GitHub Enterprise committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1048928 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Esbuild starter (adobe#112)

    * Esbuild starter
    snowystinger authored and GitHub Enterprise committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ef933d8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Remove figma references (adobe#164)

    snowystinger authored and GitHub Enterprise committed May 30, 2024
    Configuration menu
    Copy the full SHA
    98dc37b View commit details
    Browse the repository at this point in the history
  2. Update InlineAlert (adobe#163)

    snowystinger authored and GitHub Enterprise committed May 30, 2024
    Configuration menu
    Copy the full SHA
    438dddf View commit details
    Browse the repository at this point in the history
  3. should be able to apply width to tag group + truncate behavior (adobe…

    …#149)
    
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Rob Snow <[email protected]>
    3 people authored and GitHub Enterprise committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7c39cdf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. clean up stories (adobe#166)

    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ee4eb6f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Initialize Slider (adobe#156)

    * add range slider
    
    * add slider and range slider
    
    * text align output value
    
    * export range slider props
    
    * export styles to range slider
    
    * implement thick track and precise thumb
    
    * fix thumb label in stories
    
    * add dragging styles
    
    * add slider to form stories
    
    * update hcm, export track, condense tracks
    
    * update disabled thumb hcm, add overrides, add stories, range slider form context
    
    * prevent thumbs from getting stuck at max/min
    
    * add pressStyle to slider thumb
    
    * update press scale, align output in form
    
    * remove optional
    
    * fix stories, prevent output from wiggling
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Rob Snow <[email protected]>
    3 people authored and GitHub Enterprise committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    44ab3ca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Add license (adobe#171)

    * add license script
    
    * add license to files
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dd306f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fix inline alert notice variant icon color (adobe#174)

    devongovett authored and GitHub Enterprise committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    386dcc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. ContextualHelp (adobe#162)

    * initial ContextualHelp implementation
    
    * Adding ContextualHelp to FieldLabel
    
    * fix crash in textfield contextual help story
    
    * Updating ContextualHelp positioning in FieldLabel
    
    * field label and contextual help button sizes match
    
    * adding contextualhelp to monopackage for release
    
    * storybook autodocs working
    
    * Improving ContextualHelp positioning
    
    * adding combobox contextualhelp story
    
    * Improving popover focus
    
    * Improving popover focus
    
    * Improving contextual help placement in field and aria labeling
    
    * updating links to have hrefs
    
    * Fixing button context and popover style
    
    * updated useId and aria-label in field label
    
    ---------
    
    Co-authored-by: Kyle Taborski <[email protected]>
    Co-authored-by: danilu <[email protected]>
    3 people authored and GitHub Enterprise committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eab002f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Adding react-aria/i18n to package for Slider (build fix) (adobe#179)

    * Adding react-aria/i18n to package for Slider (build fix)
    
    * alphabetize
    
    ---------
    
    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c401600 View commit details
    Browse the repository at this point in the history
  2. fix default size mentioned in description for ContextualHelp (adobe#180)

    LFDanLu authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    34e3fa0 View commit details
    Browse the repository at this point in the history
  3. Breadcrumbs (adobe#148)

    * initial Breadcrumbs work
    
    * improve link styles
    
    * simplify styles
    
    * add flex to macro
    
    * fix multiline
    
    * more style improvements
    
    * allow more link props
    
    * pass down link props
    
    * remove s2 link context and styles added
    
    * remove underline for disabled link
    
    * review follow-up
    
    * use marginStart: text-to-visual for chevron
    
    * remove design link
    
    * remove shorthand flex from theme
    
    * remove nav wrapper
    
    * update styles
    
    * spread props onto RAC breadcrumbs
    
    * add onAction story
    
    * add styles to Heading
    
    * ad Heading story to Breadcrumbs
    
    * fixing breadcrumb vertical padding when multiline
    
    only had to change the height, the gap between the top and current breadcrumb is already provided by the row gap of 4 which equals the breadcrumbs-start-edge-to-truncated-menu value in the spec. This value is also moreaccurate than the 9px they have for top-text-to-to-bottom-text since it starts at the bottom of the breadcrumb box
    
    * fix active style, chevron centering, and tentative styles for multiline
    
    see comments for uncertainties with margins and multiline in design
    
    * update default, wrapper padding, and isMultiLine sizing as per design feedback
    
    * review comments
    
    * fix Safari focus ring cut off
    
    * get rid of default heading styling for now
    
    ---------
    
    Co-authored-by: Reid Barber <[email protected]>
    Co-authored-by: danilu <[email protected]>
    3 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ad7e38e View commit details
    Browse the repository at this point in the history
  4. Slider follow-up from testing (adobe#176)

    * slider follow-up from testing
    
    * add thumbStyle
    
    * pull shared styling out
    
    * use size
    
    * add size to more places
    
    * fix l sizing
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Kyle Taborski <[email protected]>
    3 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    601da3a View commit details
    Browse the repository at this point in the history
  5. Limit the ContextualHelp ActionButton size to S and XS (adobe#183)

    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3a39778 View commit details
    Browse the repository at this point in the history
  6. Clean up docs build props tables (adobe#182)

    * clean up storybook docs prop tables
    
    * remove designs addon
    
    * add Events category to CheckboxGroup
    
    ---------
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4386b21 View commit details
    Browse the repository at this point in the history
  7. remove isMultiline variant from Breadcrumbs (adobe#184)

    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    208cfb4 View commit details
    Browse the repository at this point in the history
  8. Fix InlineAlert heading render in Dialog and use contexts from s2 (ad…

    …obe#185)
    
    * Fix InlineAlert heading render in Dialog, use contexts from s2 where applicable
    
    * fix tag group
    LFDanLu authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bd39f29 View commit details
    Browse the repository at this point in the history
  9. Adding ContextualHelp to Slider, RangeSlider, TagGroup, and ColorSlid…

    …er (adobe#187)
    
    * Adding ContextualHelp to Slider, RangeSlider, TagGroup, and ColorSlider
    
    * removing thumbLabels from stories
    
    ---------
    
    Co-authored-by: Kyle Taborski <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    60cdad6 View commit details
    Browse the repository at this point in the history
  10. Update API diff (adobe#186)

    devongovett authored and GitHub Enterprise committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2bf4761 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix output styles in ProgressBar and Meter (adobe#188)

    devongovett authored and GitHub Enterprise committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8409541 View commit details
    Browse the repository at this point in the history
  2. Fix field width with long labels (adobe#189)

    devongovett authored and GitHub Enterprise committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    af3f5c4 View commit details
    Browse the repository at this point in the history
  3. Fix ColorSlider and RangeSlider bugs (adobe#190)

    devongovett authored and GitHub Enterprise committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d2d46ca View commit details
    Browse the repository at this point in the history
  4. 0.2.0

    devongovett committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c360e01 View commit details
    Browse the repository at this point in the history
  5. Adding contextual help stories to docs build (adobe#191)

    LFDanLu authored and GitHub Enterprise committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7b0e2f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix menu zindex issue (adobe#194)

    * Fix menu zindex issue
    snowystinger authored and GitHub Enterprise committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    841928c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. NumberField (adobe#168)

    * Numberfield initial work
    
    * feedback updates
    
    * mroe feedback updates
    
    * make expanded state the default state
    
    * update styles
    
    * quick color and size adjustments
    
    * fixes for safari bug
    
    ---------
    
    Co-authored-by: Rob Snow <[email protected]>
    2 people authored and GitHub Enterprise committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    371f22f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. update dash sizes (adobe#198)

    jluyau authored and GitHub Enterprise committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c34631a View commit details
    Browse the repository at this point in the history
  2. Upgrade assistant CLI (adobe#144)

    * upgrade assistant initial commit
    
    * lint
    
    * support specifying a subset of components to upgrade
    
    * use file name for filtering
    
    * cleanup
    
    * include default codemods
    
    * update components args
    
    * add ts-node
    
    * fix binary loading
    
    * fix __dirname and exit
    
    * fix jscodeshift paths to default to all
    
    * fix ts build
    
    * cleanup rules
    
    * cleanup
    
    * add readme
    
    * configure tests to run
    
    * update jscodeshift usage
    
    * add UPGRADE.md
    
    * update UPGRADE.md from release diff
    
    * update formatting in UPGRADE.md
    
    * add style props to upgrade guide
    
    * update div references
    
    * fix jscodeshift call
    
    * add package install step
    
    * more button rules
    
    * add button isPending rule
    
    * codemods for checkboxgroup, form, inlinealert, link
    
    * port codemods to babel and implement import renaming (adobe#159)
    
    * port codemods to babel and implement import renaming
    
    * run end to end transform test
    
    * fix unrenamed components
    
    * add missing deps
    
    * Codemod tests A-L (adobe#161)
    
    * Codemod tests S-Z (adobe#160)
    
    * setup to use jscodeshift transforms only
    
    * fix file paths
    
    * remove prefixes from tests
    
    * fix __dirname
    
    * early return if not in changes list
    
    * use path.traverse
    
    * improve adding new imports
    
    * typescript improvements
    
    * formatting
    
    * improve updatePropNameAndValue to traverse prop value expression for string literal
    
    * supporting adding to existing import statement if exists
    
    * improve existing import check
    
    * Codemod tests M-R (adobe#165)
    
    * add tests m-r
    
    * update imports with section
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    
    * update tests
    
    * fix more snapshots
    
    * more changes
    
    * fix adding additional prop when not matched
    
    * update prop name only if value is updated
    
    * more snapshot fixes
    
    * more snapshot updages
    
    * update changes
    
    * Fix RadioGroup codemods (adobe#167)
    
    * update updateComponentWithinCollection
    
    * Fix imports and item replacement (adobe#169)
    
    * add Button -> LinkButton test
    
    * add back nearest collection parent check
    
    * Convert DimensionValue to pixel value (adobe#170)
    
    * convert dimension value to pixel value
    
    * add todo comment, update snapshot tests
    
    * spacing
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Reid Barber <[email protected]>
    
    * simplify tooltip placement change
    
    * remove Divider from Dialog
    
    * fix style props imports
    
    * fix test for import aliases
    
    * fix tooltip codemods
    
    * fix import tests
    
    * update dialog functino transform
    
    * Add additional css units to pixel value conversion (adobe#173)
    
    * add additional css units
    
    * update picker test
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    
    * fix style calls without conditions
    
    * update UPGRADE.md
    
    * don't update Provider
    
    * add placeholder for tabs update
    
    * update TODO comments
    
    * Update convertDimensions (adobe#178)
    
    * add case for sizing to convet dimension
    
    * remove 100%
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Reid Barber <[email protected]>
    
    * fix deps
    
    * update TODOs in snapshots
    
    * fix resolutions for recast
    
    * update UPGRADE.md after release
    
    * remove contextualHelp changes
    
    * add contextualhelp test
    
    * add codemods for new components in latest release
    
    * fix ColorField test
    
    * fix Item and Section getting imported from S2
    
    * comment for Breadcrumbs nav and leave Item/Section imports
    
    * fix key updating to id on v3 Items
    
    * leave comment for invalid style prop usage
    
    * fix build
    
    * improve CLI UX
    
    * install unplugin-parcel-macros automatically
    
    * add DialogTrigger render function codemod
    
    * standardize comment leading space
    
    * update remaining tests
    
    * add built CLI for testing
    
    * Revert "add built CLI for testing"
    
    This reverts commit 0efbac5a9e4ce664b71ecbe2963e3006a0ea0539.
    
    * use unique alias if newly imported name already exists in scope
    
    * improve macro setup and next steps UX
    
    * fix info to informative changes in statuslight and inlinealert
    
    * preserve comment if the first line gets removed (i.e. license header)
    
    * leave a comment if we couldn't detect parent collection component for Item/Section
    
    * update left/right style props to use start/end in macro
    
    ---------
    
    Co-authored-by: Reid Barber <[email protected]>
    Co-authored-by: Devon Govett <[email protected]>
    Co-authored-by: Rob Snow <[email protected]>
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Devon Govett <[email protected]>
    7 people authored and GitHub Enterprise committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d0986d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix lint (adobe#199)

    * fix lint
    
    * add skipLibCheck
    
    * remove skipLibCheck
    
    ---------
    
    Co-authored-by: Reid Barber <[email protected]>
    2 people authored and GitHub Enterprise committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c7516c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Alert dialog (adobe#195)

    * initialize alert dialog
    
    * add alert dialog
    
    * update story, fix closing
    
    * remove comments
    
    * remove props.styles
    
    * update types
    
    * remove orientation prop
    
    * add aria-label to icons
    
    * fix lint
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    2 people authored and GitHub Enterprise committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f4c37b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix overlay trigger press scaling and menu description color (adobe#196)

    devongovett authored and GitHub Enterprise committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    25caaac View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Publish

    devongovett committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    52c048e View commit details
    Browse the repository at this point in the history
  2. Fix rendering TagGroup inside GridList (adobe#6758)

    * fix rendering TagGroup inside GridList
    
    * clear in GridListItem instead
    reidbarber committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    291033b View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    05a37a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0aa6aa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Yarn 4 (adobe#6215)

    snowystinger committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    976604a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Codemod follow-up (adobe#200)

    Reid Barber authored and GitHub Enterprise committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    52104c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c81d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48af5db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d77626 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    32d4c0e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Spectrum 2

    devongovett committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    320061b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82adcfc View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    14f324f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    41be55b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c795330 View commit details
    Browse the repository at this point in the history
  3. Spectrum 2 (adobe#6777)

    devongovett committed Jul 29, 2024
    1 Configuration menu
    Copy the full SHA
    10a469d View commit details
    Browse the repository at this point in the history
  4. Keep focus inside of ComboboxInput (adobe#6783)

    * Keep focus inside of ComboboxInput
    chirokas committed Jul 29, 2024
    1 Configuration menu
    Copy the full SHA
    1de2739 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. 1 Configuration menu
    Copy the full SHA
    efe2f80 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    826d9d4 View commit details
    Browse the repository at this point in the history
  3. fix(RAC): support hover events for Tabs (adobe#6742)

    support hover events for Tab
    lithdew committed Jul 30, 2024
    1 Configuration menu
    Copy the full SHA
    6dfa366 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. 1 Configuration menu
    Copy the full SHA
    7aadd66 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1dcc870 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. test(docs): add script to test docs for warnings/errors (adobe#6763)

    * add script to test docs for warnings/errors
    
    * get links before testing
    
    * update yarn.lock
    
    * update script to get latest browser binaries first
    
    * support running with webkit and firefox
    
    * exit process at the end
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    reidbarber and snowystinger committed Aug 1, 2024
    1 Configuration menu
    Copy the full SHA
    617ad2e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. 1 Configuration menu
    Copy the full SHA
    b8f5ac5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. 1 Configuration menu
    Copy the full SHA
    4969019 View commit details
    Browse the repository at this point in the history
  2. feat: Support fragments in collections (adobe#6430)

    Co-authored-by: Reid Barber <[email protected]>
    Co-authored-by: Robert Snow <[email protected]>
    3 people committed Aug 5, 2024
    1 Configuration menu
    Copy the full SHA
    455cbf4 View commit details
    Browse the repository at this point in the history
  3. Update Switch.mdx (adobe#6827)

    Add missing prop to controlled switch
    AleksandrSl committed Aug 5, 2024
    1 Configuration menu
    Copy the full SHA
    3691c7f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Fix ComboBox quiet readonly styling and SearchField padding right spe…

    …cificity (adobe#6829)
    
    * fix Combobox quiet readonly style specificity
    
    makes the nonfocused style more specific so it wins over the disabled style but still doesnt win over the active style
    
    * make search field styles win over textfield styles
    
    * increase combobox invalid style specificity
    LFDanLu committed Aug 6, 2024
    1 Configuration menu
    Copy the full SHA
    aa9f32d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. 1 Configuration menu
    Copy the full SHA
    4d8b655 View commit details
    Browse the repository at this point in the history
  2. Nextjs example app - Adding fonts and improving mobile scale (adobe#6745

    )
    
    * Adding fonts, color components, and improving mobile scale
    
    * remving no longer needed dev code
    
    * removing unused import
    
    * removing ColorPicker due to nextjs bug #68476
    
    * adding adobe clean font
    ktabors committed Aug 7, 2024
    1 Configuration menu
    Copy the full SHA
    1af59d1 View commit details
    Browse the repository at this point in the history
  3. Fix type regression in calendar (adobe#6790)

    * Fix type regression in RangeCalendar
    snowystinger committed Aug 7, 2024
    1 Configuration menu
    Copy the full SHA
    dcfa1b0 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    59b0762 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. 1 Configuration menu
    Copy the full SHA
    ccfd872 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    484c0cd View commit details
    Browse the repository at this point in the history
  3. fix lerna? (adobe#6852)

    LFDanLu committed Aug 8, 2024
    2 Configuration menu
    Copy the full SHA
    dcf5ccb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. 2 Configuration menu
    Copy the full SHA
    89c42a8 View commit details
    Browse the repository at this point in the history
  2. Extract ToggleStateProps type to use only what is needed in `useTog…

    …gleState` (adobe#3836)
    
    * Extract `ToggleStateProps` type to use only what is needed in `useToggleState`
    Andarist committed Aug 9, 2024
    1 Configuration menu
    Copy the full SHA
    81e3804 View commit details
    Browse the repository at this point in the history
  3. Add quiet styling to S2 Picker (adobe#6812)

    * add quiet styling
    
    * remove spacing
    
    * fix spacing
    
    * simplify outline style
    
    * have label on a single line
    
    * long content in quiet picker to truncate in fixed width container
    
    * small fixes
    
    * offset dropdown when align is start
    
    * fix width of quiet picker dropdown
    
    * remove unused import
    
    * remove another unused import
    
    * update offset
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    yihuiliao and snowystinger committed Aug 9, 2024
    1 Configuration menu
    Copy the full SHA
    f56a787 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Satisfy new yarn peer behavior (adobe#6767)

    * Satisfy new yarn peer behavior
    snowystinger committed Aug 13, 2024
    1 Configuration menu
    Copy the full SHA
    6bbb8c1 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    6943a6b View commit details
    Browse the repository at this point in the history
  3. fix/bug useTablist adobe#5996 (adobe#6023)

    * fix/bug useTabist adobe#5996 and added tests
    mdhmaiti committed Aug 13, 2024
    1 Configuration menu
    Copy the full SHA
    c4a783e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. 1 Configuration menu
    Copy the full SHA
    f30983a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e2bf18a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. docs: S2 migration docs and codemod setup (adobe#6828)

    * initialize migration docs
    
    * more docs for Item updates
    
    * move upgrade-cli to codemods package
    
    * improve rendered diffs
    
    * setup codemod entry
    
    * update yarn.lock
    
    * fix component index path resolving
    
    * update package.json
    
    * update yarn.lock
    
    * move to src
    
    * update component index path
    
    * update lock file
    
    * fix ts
    
    * update command in docs
    
    * fix --components option for providing a subset of components to upgrade
    
    * update docs to not collapse manual guide
    
    * update index to use parseArgs and pass args into codemod functions
    
    * just rely on require.resolve to get S2 index path
    
    * remove commander dep
    
    * move use-monopackages codemod into new package
    
    * update @react-spectrum/s2 dep
    
    * update yarn.lock
    
    * fix types and update use-monopackages readme
    
    * try removing main from package.json
    
    * use path module
    
    * use moduleResolution in tsconfig
    
    * remove module.exports
    
    * try renaming transformer functions
    
    * Revert "try renaming transformer functions"
    
    This reverts commit b2177f7.
    
    * try targets: main: false in package.json
    
    * move to packages/dev
    
    * update docs
    
    * add anchor links
    
    * update yarn.lock
    
    * fix anchor links in built docs
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    reidbarber and snowystinger committed Aug 15, 2024
    1 Configuration menu
    Copy the full SHA
    6932a9f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    665ba22 View commit details
    Browse the repository at this point in the history
  3. Conditionally render field label only if label is provided (adobe#6833)

    * do not render field label if no children (string) provided
    
    * add label-less story for testing
    
    * add more examples to form story
    
    * add story with form with labeled and non-labeled components
    
    * hide value label when label is hidden for meter and progress bar
    
    Will need warning in eventual docs that this is not accessible unless the value is displayed visually externally
    
    * Improve labeling in example
    
    ---------
    
    Co-authored-by: Devon Govett <[email protected]>
    jluyau and devongovett committed Aug 15, 2024
    1 Configuration menu
    Copy the full SHA
    a02fe15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10df503 View commit details
    Browse the repository at this point in the history
  5. S2 tabs (adobe#6779)

    * Add Spectrum 2 docs to storybook
    
    * initialize tabs
    
    * fix lint
    
    * support vertical orientation, add TabLine
    
    * fix lint
    
    * add comment
    
    * lint
    
    * add height style prop, add hcm
    
    * add different icons to stories, explicit flex shrink
    
    * fix ts error
    
    * remove raw animation
    
    * fix ts error
    
    * small fixes
    
    * remove height from tablist
    
    * add style props
    
    * fix style props on tab panel
    
    * update icon styling, fix vertical selection indicator
    
    * small fixes
    
    * update some css
    
    * fix stories
    
    * update gap to use token
    
    * remove unused prop
    
    * fix width so white space is clickable
    
    * revert rsp tab story
    
    * Tabs layout (adobe#6867)
    
    * Tabs layout
    
    A few things I found while reviewing the styles
    
    * tab should never shrink or grow, but be the size it contains
    
    * update tab panel props
    
    * update effect dependencies
    
    * export types and props, small fixes
    
    * add context
    
    * remove mergeStyles
    
    ---------
    
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Robert Snow <[email protected]>
    3 people committed Aug 15, 2024
    1 Configuration menu
    Copy the full SHA
    754e9ad View commit details
    Browse the repository at this point in the history
  6. Adding more S2 ContextualHelp examples (adobe#6875)

    * Adding more S2 ContextualHelp examples
    
    * adding NumberField ContectualHelp for v3 parity
    
    * re-adding removed props when previously meant to just stop the omit of a prop.
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    ktabors and snowystinger committed Aug 15, 2024
    1 Configuration menu
    Copy the full SHA
    a18bcb3 View commit details
    Browse the repository at this point in the history
  7. S2 AvatarGroup (adobe#6781)

    * Add Spectrum 2 docs to storybook
    
    * add avatar group
    
    * lint
    
    * updates
    
    * feedback updates
    
    * more feedback changes
    
    * properly forward ref and add aria label interface
    
    * Move stroke to Avatar and switch to pixel-based sizing
    
    * Fix TS
    
    * Add support for aria labeling
    
    ---------
    
    Co-authored-by: Jeff Luyau <[email protected]>
    Co-authored-by: Robert Snow <[email protected]>
    Co-authored-by: Yihui Liao <[email protected]>
    Co-authored-by: Kyle Taborski <[email protected]>
    5 people committed Aug 15, 2024
    1 Configuration menu
    Copy the full SHA
    b27e449 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    16176b8 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    2bca133 View commit details
    Browse the repository at this point in the history
  10. Update codemod and migration docs with latest changes (adobe#6887)

    * upgrade migration docs with latest changes
    
    * update migration docs for avatar and numberfield
    
    * update codemods and snapshots for numberfield and taggroup
    
    * fix numberfield tests
    
    * update migration docs
    reidbarber committed Aug 15, 2024
    1 Configuration menu
    Copy the full SHA
    7e10448 View commit details
    Browse the repository at this point in the history
  11. Translations for TagGroup (adobe#6890)

    * Translations for TagGroup
    
    * add number of tags
    
    * Revert " fix/bug useTablist adobe#5996 (adobe#6023)"
    
    This reverts commit c4a783e.
    
    * Revert "Extract `ToggleStateProps` type to use only what is needed in `useToggleState` (adobe#3836)"
    
    This reverts commit 81e3804.
    
    ---------
    
    Co-authored-by: Daniel Lu <[email protected]>
    snowystinger and LFDanLu committed Aug 15, 2024
    2 Configuration menu
    Copy the full SHA
    ec75091 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. 1 Configuration menu
    Copy the full SHA
    3a48d44 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    c8d4985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac6116d View commit details
    Browse the repository at this point in the history
  4. Tabs codemods (adobe#6896)

    * codemod for new S2 Tabs API
    
    * move items from Tabs to TabList
    
    * remove transformItem
    
    * support dynamic tab panels
    
    * pass items into collection
    
    * fix ts
    
    * update index path to get components
    
    * remove private from package.json
    
    * cleanup dist
    
    * fix test env
    
    * remove TabPanels import
    reidbarber committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0f2c781 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    cfd890e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. 1 Configuration menu
    Copy the full SHA
    86eb91f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e17c7f4 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    faf0e18 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. 1 Configuration menu
    Copy the full SHA
    1067aff View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    64e4a40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d27e833 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    72b8098 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    d503a29 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    5cd9581 View commit details
    Browse the repository at this point in the history
  7. Publish

    devongovett committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    87fc14a View commit details
    Browse the repository at this point in the history
  8. update yarn.lock

    devongovett committed Aug 20, 2024
    2 Configuration menu
    Copy the full SHA
    69cc445 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. TS Strict Stately List (adobe#6567)

    * TS Strict Stately List
    snowystinger committed Aug 21, 2024
    1 Configuration menu
    Copy the full SHA
    8f3c0ea View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    a4d8b94 View commit details
    Browse the repository at this point in the history
  3. fix(docs): cleanup warnings in docs (adobe#6857)

    * fix various docs warnings
    
    * typo
    reidbarber committed Aug 21, 2024
    1 Configuration menu
    Copy the full SHA
    7336849 View commit details
    Browse the repository at this point in the history
  4. feat(RAC): Allow passing data attributes to FieldError (adobe#6895)

    * Allow passing data attributes to FieldError
    
    * Update FieldError.tsx
    
    just fixing some lint, not sure how it passed
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    Co-authored-by: Reid Barber <[email protected]>
    3 people committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3aa13af View commit details
    Browse the repository at this point in the history
  5. docs(RSP): add TreeView docs (adobe#6744)

    * add RSP TreeView docs
    
    * fix types
    
    * address review comments
    
    * fix typo
    
    * add ActionGroup and ActionMenu examples
    
    * address review comments
    
    * remove comment
    
    * Update packages/@react-spectrum/tree/docs/TreeView.mdx
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    reidbarber and snowystinger committed Aug 21, 2024
    1 Configuration menu
    Copy the full SHA
    6b8cb7a View commit details
    Browse the repository at this point in the history
  6. Revert reverts from before latest release (adobe#6926)

    * Update Picker placeholder to be shorter (adobe#6796)
    
    * feat: Support fragments in collections (adobe#6430)
    
    Co-authored-by: Reid Barber <[email protected]>
    Co-authored-by: Robert Snow <[email protected]>
    
    * Exposing prop disabledBehavior to TableView (adobe#6832)
    
    * fix/bug useTablist adobe#5996 (adobe#6023)
    
    * fix/bug useTabist adobe#5996 and added tests
    
    * Extract `ToggleStateProps` type to use only what is needed in `useToggleState` (adobe#3836)
    
    * Extract `ToggleStateProps` type to use only what is needed in `useToggleState`
    
    ---------
    
    Co-authored-by: Robert Snow <[email protected]>
    Co-authored-by: solimant <[email protected]>
    Co-authored-by: Kyle Taborski <[email protected]>
    Co-authored-by: Medhashis Maiti <[email protected]>
    Co-authored-by: Mateusz Burzyński <[email protected]>
    6 people committed Aug 21, 2024
    1 Configuration menu
    Copy the full SHA
    859615a View commit details
    Browse the repository at this point in the history
  7. feat: Codemod: handle legacy Link API (adobe#6907)

    * handle legacy Link API by removing a element
    
    * handle custom link components
    reidbarber committed Aug 21, 2024
    1 Configuration menu
    Copy the full SHA
    2e689d9 View commit details
    Browse the repository at this point in the history
  8. Maintain Table row interactive states if interactive and prevent visu…

    …ally disabled state if non-interactive and disabled (adobe#6863)
    
    * Maintain row active/hover styles if it is interactive and do not apply disabled styles if non-interactive and disabled
    LFDanLu committed Aug 21, 2024
    1 Configuration menu
    Copy the full SHA
    22e803a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Support and document preventFocusOnPress (adobe#6854)

    Support and document preventFocusOnPress (adobe#6854)
    snowystinger committed Aug 22, 2024
    1 Configuration menu
    Copy the full SHA
    b4093df View commit details
    Browse the repository at this point in the history
  2. feat: add rounded edges and side label to S2 progress bar (adobe#6918)

    * feat: add rounded edges and side label to progress bar
    
    * only add margin if label exists
    yihuiliao committed Aug 22, 2024
    1 Configuration menu
    Copy the full SHA
    72ec2f5 View commit details
    Browse the repository at this point in the history
  3. feat: add subtle and outline fill to s2 badge (adobe#6898)

    * feat: add subtle and outline fill to s2 badge
    
    * update comment
    
    * add transparent border, fix neutral outline color
    
    * fix layout
    
    * make props optional
    yihuiliao committed Aug 22, 2024
    1 Configuration menu
    Copy the full SHA
    33e8655 View commit details
    Browse the repository at this point in the history
  4. Fix lint job on CI (adobe#6921)

    * Fix lint job on CI
    snowystinger committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    25a2a30 View commit details
    Browse the repository at this point in the history
  5. working branch for supporting windows contributors (adobe#6313)

    * remove --extensions as they are unnecessary
    
    add is-mingw
    use isMinGW to use proper slashes on windows git bash
    
    * remove logs from preview builder
    
    * is-mingw is a dev dep
    
    * patching storybook-builder-parcel to solve windows forward slash issues
    
    ---------
    
    Co-authored-by: David Coleman <[email protected]>
    Co-authored-by: Daniel Lu <[email protected]>
    3 people committed Aug 22, 2024
    1 Configuration menu
    Copy the full SHA
    acddd45 View commit details
    Browse the repository at this point in the history
  6. Fix Safari docs crash (adobe#6930)

    * Fix Safari docs crash
    snowystinger committed Aug 22, 2024
    1 Configuration menu
    Copy the full SHA
    c8e5ed4 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    dcf312b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. 1 Configuration menu
    Copy the full SHA
    95c8344 View commit details
    Browse the repository at this point in the history
  2. feat: codemods for Badge and Well (adobe#6941)

    * add Well codemod
    
    * add migration docs for well
    
    * add codemod for badge
    
    * update well font
    
    * add story for testing style macro
    
    * add to migration docs
    reidbarber committed Aug 27, 2024
    1 Configuration menu
    Copy the full SHA
    32574f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix(RAC): Select when label is numeric 0 (adobe#6968)

    fixes adobe#6961
    
    Co-authored-by: Homa Wong <[email protected]>
    unional and Homa Wong committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    a5679cd View commit details
    Browse the repository at this point in the history
  2. docs(RSP): clean up TreeView docs (adobe#6959)

    * add maxWidth to examples
    
    * dedupe items
    reidbarber committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    bb05fdc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix optional property types

    alecmev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b715f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de41e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ad564b View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    82e10d3 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    32f8b8d View commit details
    Browse the repository at this point in the history
  6. bump: update s2 tokens to v46 (adobe#6948)

    * update tokens
    
    * fix dragged theme
    
    * remove deprecated token
    
    * remove comment
    yihuiliao committed Aug 29, 2024
    1 Configuration menu
    Copy the full SHA
    591e672 View commit details
    Browse the repository at this point in the history
  7. Fixing Tags so they properly truncate if wider than the container (ad…

    …obe#6966)
    
    * Fixing Tags so they properly truncate if wider than the container
    
    * revert story change
    LFDanLu committed Aug 29, 2024
    1 Configuration menu
    Copy the full SHA
    f365691 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Breadcrumb collapse (adobe#6892)

    feature - Breadcrumb collapse
    snowystinger committed Aug 30, 2024
    1 Configuration menu
    Copy the full SHA
    553ef94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7291d42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9911d1 View commit details
    Browse the repository at this point in the history
  4. fix lint

    snowystinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4f13f0a View commit details
    Browse the repository at this point in the history