mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-26 09:11:01 +03:00
Allow usage of the old characters
This commit is contained in:
parent
87048af324
commit
4fefe10381
@ -1,4 +1,5 @@
|
|||||||
Nri.Ui.Block.V3,upgrade to V4
|
Nri.Ui.Block.V3,upgrade to V4
|
||||||
|
Nri.Ui.CharacterIcon.V1,upgrade to V2
|
||||||
Nri.Ui.Highlightable.V1,upgrade to V3
|
Nri.Ui.Highlightable.V1,upgrade to V3
|
||||||
Nri.Ui.Highlightable.V2,upgrade to V3
|
Nri.Ui.Highlightable.V2,upgrade to V3
|
||||||
Nri.Ui.Highlighter.V2,upgrade to V4
|
Nri.Ui.Highlighter.V2,upgrade to V4
|
||||||
|
|
@ -57,6 +57,14 @@ hint = 'upgrade to V2'
|
|||||||
hint = 'upgrade to V10'
|
hint = 'upgrade to V10'
|
||||||
usages = ['component-catalog-app/../src/Nri/Ui/SlideModal/V2.elm']
|
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"]
|
[forbidden."Nri.Ui.Checkbox.V5"]
|
||||||
hint = 'upgrade to V7'
|
hint = 'upgrade to V7'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user