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

RichTooltip/Popover component - Feature branch [MAIN] #2069

Merged
merged 128 commits into from
May 13, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    f110f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c5375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7cafb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc16443 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9000485 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58bd98e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    384b797 View commit details
    Browse the repository at this point in the history
  8. updated showcase

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    466bf0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a45f13 View commit details
    Browse the repository at this point in the history
  10. updated how aria atttributes are applied to the toggle and popover …

    …(plus other accessibility tweaks)
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0ebcec1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bd847e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0edf0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9cdf98b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c5b139 View commit details
    Browse the repository at this point in the history
  15. small CSS update

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    740187a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    478fa73 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34d3f97 View commit details
    Browse the repository at this point in the history
  18. updated integration tests

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    247bcbe View commit details
    Browse the repository at this point in the history
  19. removed extra method

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    76a38e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3b5056e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f92b51 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8af1ee8 View commit details
    Browse the repository at this point in the history
  23. updated integration tests

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b08b0da View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    05d8b78 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e5bab1a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b7f595a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9043a77 View commit details
    Browse the repository at this point in the history
  28. refactored PopoverPrimitive to be a headless component and provide …

    …only the Popover API functionality
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ca9d815 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7e31f97 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    68bab1f View commit details
    Browse the repository at this point in the history
  31. small CSS cleanups

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4756039 View commit details
    Browse the repository at this point in the history
  32. updates following code review

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ad14ee6 View commit details
    Browse the repository at this point in the history
  33. added try/catch statements in the show/hide/togglePopover actions…

    … (per review suggestion)
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2773c5d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2173f9c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e38dfbb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    197fcfb View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    23e5b16 View commit details
    Browse the repository at this point in the history
  38. Apply suggestions from code review

    Co-authored-by: Jory Tindall <[email protected]>
    didoo and jorytindall committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ce3b937 View commit details
    Browse the repository at this point in the history
  39. updated “Component API” documentation for PopoverPrimitive followin…

    …g the refactoring of the component
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    47bbe1e View commit details
    Browse the repository at this point in the history
  40. updated “How to use” documentation for PopoverPrimitive following t…

    …he refactoring of the component
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    56529ab View commit details
    Browse the repository at this point in the history
  41. Apply suggestions from code review

    Co-authored-by: Kristin Bradley <[email protected]>
    Co-authored-by: Melanie Sumner <[email protected]>
    3 people committed May 10, 2024
    Configuration menu
    Copy the full SHA
    87b69ba View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    25f8326 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2e099fc View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    351a8eb View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    24a6676 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    43f865f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f6227d8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    52760ed View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f41dbc6 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ac59dc2 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f5fea08 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    30e1769 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    7707d89 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    fa85019 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    2b195af View commit details
    Browse the repository at this point in the history
  56. fixed issue with clean-css mangling the generated CSS code because …

    …of the `@starting-style` directive (probably)
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9cbcadf View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    873542a View commit details
    Browse the repository at this point in the history
  58. small whitespace fix

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b392e2c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    d9ac0e0 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    183bbb9 View commit details
    Browse the repository at this point in the history
  61. refactored RichTooltip to be compliant with accessibility requireme…

    …nts and new `PopoverPrimitive` APIs
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1535cd1 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e82f117 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    4808f77 View commit details
    Browse the repository at this point in the history
  64. fixed linting in test file

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a1b4822 View commit details
    Browse the repository at this point in the history
  65. updated copy in showcase

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5ad61b6 View commit details
    Browse the repository at this point in the history
  66. removed redundant splattributes

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    85cf5c9 View commit details
    Browse the repository at this point in the history
  67. small update to showcase

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b3c7180 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    1d237df View commit details
    Browse the repository at this point in the history
  69. Apply suggestions from code review

    Co-authored-by: Alex <[email protected]>
    didoo and alex-ju committed May 10, 2024
    Configuration menu
    Copy the full SHA
    547fd16 View commit details
    Browse the repository at this point in the history
  70. reverted committed suggestion

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c6f7a3e View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    e01734e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    f59a8b3 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    db4083b View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    d781cdf View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    1d2c0c0 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    f209f19 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    d14bad0 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3009bb0 View commit details
    Browse the repository at this point in the history
  79. fixed integration test

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f049985 View commit details
    Browse the repository at this point in the history
  80. changeset

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f9a8d8 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    814efb3 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    2e86190 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    edb6bd5 View commit details
    Browse the repository at this point in the history
  84. Adding a bunch of image examples

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3521c8e View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    ebd284d View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    f033d9b View commit details
    Browse the repository at this point in the history
  87. Added component illustration

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a916c3d View commit details
    Browse the repository at this point in the history
  88. Update image path

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    562a6cc View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    deec2bb View commit details
    Browse the repository at this point in the history
  90. Added component illustration

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4707984 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    9989251 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    15f4fda View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    1892552 View commit details
    Browse the repository at this point in the history
  94. Added component illustration

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    064dabd View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    ec6d1cb View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    51d45e9 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    d9a1659 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    5e60701 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    b2e7561 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    a236677 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    e4871ba View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    4d25ebc View commit details
    Browse the repository at this point in the history
  103. Updating based on feedback from review

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9bd08ba View commit details
    Browse the repository at this point in the history
  104. Remove states file and include

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    add3212 View commit details
    Browse the repository at this point in the history
  105. Apply suggestions from code review

    Co-authored-by: Jory Tindall <[email protected]>
    didoo and jorytindall committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c7e0b30 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    1ae3386 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    0f04f2b View commit details
    Browse the repository at this point in the history
  108. Apply suggestions from code review

    Updating accessibility docs
    MelSumner authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c4a22c6 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    ddb8f7d View commit details
    Browse the repository at this point in the history
  110. Apply suggestions from code review

    Co-authored-by: Kristin Bradley <[email protected]>
    Co-authored-by: Melanie Sumner <[email protected]>
    3 people committed May 10, 2024
    Configuration menu
    Copy the full SHA
    846e413 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    760d2c4 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    d248d28 View commit details
    Browse the repository at this point in the history
  113. Updated the description and caption to more closely match the Tooltip…

    … and be more concise.
    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1576455 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    eea07cb View commit details
    Browse the repository at this point in the history
  115. Additional cleanup

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    06614d0 View commit details
    Browse the repository at this point in the history
  116. changed default iconPosition to trailing for toggle in documentat…

    …ion (per discussion with Jory)
    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a990453 View commit details
    Browse the repository at this point in the history
  117. jagged → janky

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    45ff46c View commit details
    Browse the repository at this point in the history
  118. Small addition to structured content

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dfef302 View commit details
    Browse the repository at this point in the history
  119. Apply suggestions from code review

    Co-authored-by: Kristin Bradley <[email protected]>
    didoo and KristinLBradley committed May 10, 2024
    Configuration menu
    Copy the full SHA
    989bde6 View commit details
    Browse the repository at this point in the history
  120. Updated the accessibility content and added an image to communicate t…

    …he min height. Updated the use within helper text.
    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1785c8f View commit details
    Browse the repository at this point in the history
  121. Reverting change to the text input docs

    jorytindall authored and didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    674b387 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    6217b0b View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    a653da3 View commit details
    Browse the repository at this point in the history
  124. Update website/docs/components/rich-tooltip/partials/accessibility/ac…

    …cessibility.md
    
    Co-authored-by: Cristiano Rastelli <[email protected]>
    MelSumner and didoo authored May 10, 2024
    Configuration menu
    Copy the full SHA
    142114d View commit details
    Browse the repository at this point in the history
  125. Merge pull request #2040 from hashicorp/04b-richtooltip-component-doc…

    …umentation
    
    `RichTooltip/Popover` component - `RichTooltip` component documentation [04b]
    didoo authored May 10, 2024
    Configuration menu
    Copy the full SHA
    8762e6d View commit details
    Browse the repository at this point in the history
  126. remove temporary changeset

    didoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ff0faa4 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    7bb5331 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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