Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
52 stars 30 forks source link

docs(docusaurus): move FieldHelpIcon docs #1353

Closed jordan-a-young closed 10 months ago

jordan-a-young commented 10 months ago

This moves the FieldHelpIcon to the @availity/form package and removes it from the @availity/help package. @availity/help has been marked to have a breaking change to account for FieldHelpIcon no longer being exported.

codecov[bot] commented 10 months ago

Codecov Report

Merging #1353 (5b6e801) into master (3f48fb8) will increase coverage by 0.01%. Report is 4 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1353      +/-   ##
==========================================
+ Coverage   92.12%   92.13%   +0.01%     
==========================================
  Files         188      189       +1     
  Lines        5292     5299       +7     
  Branches     1605     1605              
==========================================
+ Hits         4875     4882       +7     
  Misses        417      417              
Files Coverage Δ
packages/form/src/FieldHelpIcon.js 100.00% <100.00%> (ø)
packages/form/src/Label.js 95.23% <100.00%> (ø)
packages/form/src/index.js 100.00% <100.00%> (ø)
packages/help/src/Help.tsx 95.00% <ø> (-1.00%) :arrow_down:
packages/help/src/index.ts 100.00% <100.00%> (ø)
packages/icon/src/Icon.tsx 100.00% <ø> (ø)