Danielle Flinn
6ef6140b29
Storybook docs ( #5552 )
...
* updated sort order
* Update preview.tsx
* Create avatar.mdx
Added avatar documentation based on Figma docs
* Added badge docs
* fixed typos
* added breadcrumb docs
* Added callout docs
* added color password docs
* Added dialog docs
* fixed typo
* Updated Dialogs docs
Added a dialogs.mdx page for general docs that apply to both main Dialogs and Simple Dialogs.
Updated the sub-docs pages
* Update simple-dialog.mdx
* Added documentation from Figma to Forms docs
* Create icon-button.mdx
* added link docs
* Added menu docs
* Added progress indicator docs
* Updated table docs
* Added tab docs
* Added toggle group docs
* Revert "Update preview.tsx"
This reverts commit 4671d9726a
.
* added docs for appA11yTitle
* Fixed typos
* Update libs/components/src/link/link.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* Update libs/components/src/menu/menu.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* Addressed feedback
* Addressed feedback on callout, menu, and progress
* moved stories mdx files to proper location
* Addressed feedback on dialogs.mdx
* Update libs/components/src/tabs/tabs.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* Addressed feedback on Tabs
* ran prettier
* Fixed title formatting
* ran prettier
* Update libs/components/src/dialog/dialogs.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* ran prettier
---------
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
2023-06-27 12:46:44 -07:00
Oscar Hinton
f7b372a0b0
[PM-2276] Upgrade Storybook to v7 ( #5258 )
2023-05-26 15:58:06 +02:00
Jim Hays
9f7bf1132b
[PM-1877] Spellcheck ( #5237 )
...
* Bug fix: "vaule" -> "value"
* Bug fix: "aria-descibedby" -> "aria-describedby"
* Bug fix: "chararacter" -> "character"
* Fix typos in comments
* Fix typos in documentation
* Fix typo in test description
* Fix typos in sample data: "childen" -> "children"
* Fix typos in sample data: "pargraphs" -> "paragraphs"
* Fixes to test data: "Additinoal", "Informaion" -> "Additional", "Information"
* Fix typo in test data: "dolhpin" -> "dolphin"
* Fix typo in local variable: "attachement" -> "attachment"
* Fix typo in method name: "detachOrganizastion" -> "detachOrganization"
* Fix typo in method name: "getNewlyAddedDomians" -> "getNewlyAddedDomains"
* Fix typo: "EncyptedMessageResponse" -> "EncryptedMessageResponse"
* Fix typo: "miliseconds" -> "milliseconds"
* Fix typo: "authResponsePushNotifiction" -> "authResponsePushNotification"
* Fix typo: "getPushNotifcationObs" -> "getPushNotificationObs"
* Fix typo: "ExpriationDate" -> "ExpirationDate"
* Fix typo: "OrganizationUserResetPasswordDetailsReponse" -> "OrganizationUserResetPasswordDetailsResponse"
* Fix typo: "DISPLAY_TITLE_ATTRIBUE" -> "DISPLAY_TITLE_ATTRIBUTE"
* Fix typo: "credentialretreivalCommandHandler" -> "credentialRetrievalCommandHandler"
* Fix typo: "buildLoginCredntials" -> "buildLoginCredentials"
* Fix typo: "_mappedCredentialsColums" -> "_mappedCredentialsColumns"
* Fix typo: "_mappedPersonalInfoAsIdentiyColumns" -> "_mappedPersonalInfoAsIdentityColumns"
* Fix typo in input name: "StroageGbAdjustment" -> "StorageGbAdjustment"
* Fix typo in const: "encryptionAlogrithm" -> "encryptionAlgorithm"
---------
Co-authored-by: Daniel James Smith <djsmith@web.de>
2023-04-26 12:16:07 +02:00
Will Martin
702a84d9ef
[SM-624] add text-align unset to bitLink ( #4961 )
2023-03-09 13:28:48 -05:00
Andreas Coroiu
87f2908e3e
fix: ring around bitLink in web vault ( #4274 )
2022-12-20 21:44:29 +10:00
Patrick H. Lauke
002c3f6368
[PS-1793] Desktop/Browser/Web: tweak disclosure widget design ( #3951 )
...
* Move chevron/arrow to start of disclosure widget
in addition, changes the only expand/collapse disclosure widget like this on the web client to use the same `<h3><button>...</button></h3>` structure as on browser extension and desktop app
* Change collapsed/expanded icons
Make them more understandable and consistent with other expand/collapse controls
* Harmonise desktop +/- controls to use arrow/chevron icons as well
also removes the incorrect `A11yTitle` in the generator that currently overrides the visible "Options" text (leading to a failure of WCAG 2.5.3 Label in Name)
* Change the icons for the expand/collapse disclosure widget in SSO component
* Expand icon explanation
plus minor typo cleanup
* Add patch for Send button focus outline
2022-12-15 15:13:09 +01:00
Andreas Coroiu
156eabe774
[CL-59] [Bug] Link buttons have different height depending on html tag used ( #3954 )
...
* [CL-59] feat: add explicit relative line-height to button
* [EC-59] feat: fix using pseudo element workaround
* [EC-59] fix: inconsistent templates
* [CL-59] feat: add inline example
* [CL-59] fix: tweak horizontal padding
2022-11-21 13:13:31 +01:00
Vincent Salucci
07c7357825
[Component Library] Text/Button Links ( #3126 )
...
* Initial commit
* Updated stories / Fixed issues with dark theme constrast color
* Force colors so bootstrap doesn't override
* Fixed text colors / Added initial tests
* Added jest debugging ability to components package
* Removed spec file
* Fixed anchor layout
* revert base font-size
* [CL-28] fixed indentation, used focus-visible, adjusted disabled colors
* [CL-28] Reduced ring thickness to better match figma
* [CL-28] Updated story link
* [CL-44] [CL-28] Updated tabs disabled color / Converted to rgb format with helper
2022-08-08 11:21:46 -05:00