Allow usage of the old characters

This commit is contained in:
Micah Hahn 2023-06-02 16:52:44 -05:00
parent 87048af324
commit 4fefe10381
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,5 @@
Nri.Ui.Block.V3,upgrade to V4
Nri.Ui.CharacterIcon.V1,upgrade to V2
Nri.Ui.Highlightable.V1,upgrade to V3
Nri.Ui.Highlightable.V2,upgrade to V3
Nri.Ui.Highlighter.V2,upgrade to V4

1 Nri.Ui.Block.V3 upgrade to V4
2 Nri.Ui.CharacterIcon.V1 upgrade to V2
3 Nri.Ui.Highlightable.V1 upgrade to V3
4 Nri.Ui.Highlightable.V2 upgrade to V3
5 Nri.Ui.Highlighter.V2 upgrade to V4

View File

@ -57,6 +57,14 @@ hint = 'upgrade to V2'
hint = 'upgrade to V10'
usages = ['component-catalog-app/../src/Nri/Ui/SlideModal/V2.elm']
[forbidden."Nri.Ui.CharacterIcon.V1"]
hint = 'upgrade to V2'
usages = [
'component-catalog/../src/Nri/Ui/QuestionBox/V2.elm',
'component-catalog/../src/Nri/Ui/QuestionBox/V3.elm',
'component-catalog/../src/Nri/Ui/QuestionBox/V4.elm',
]
[forbidden."Nri.Ui.Checkbox.V5"]
hint = 'upgrade to V7'