@@ -59,6 +59,8 @@ import { MessageStrip } from './lib/MessageStrip';
59
59
import { MessageStripType } from './lib/MessageStripType' ;
60
60
import { MessageToast } from './lib/MessageToast' ;
61
61
import { MultiComboBox } from './lib/MultiComboBox' ;
62
+ import { Notification } from './lib/Notification' ;
63
+ import { NotificationGroup } from './lib/NotificationGroup' ;
62
64
import { ObjectPage } from './lib/ObjectPage' ;
63
65
import { ObjectPageMode } from './lib/ObjectPageMode' ;
64
66
import { ObjectPageSection } from './lib/ObjectPageSection' ;
@@ -73,6 +75,7 @@ import { PlacementType } from './lib/PlacementType';
73
75
import { Popover } from './lib/Popover' ;
74
76
import { PopoverHorizontalAlign } from './lib/PopoverHorizontalAlign' ;
75
77
import { PopoverVerticalAlign } from './lib/PopoverVerticalAlign' ;
78
+ import { Priority } from './lib/Priority' ;
76
79
import { ProgressIndicator } from './lib/ProgressIndicator' ;
77
80
import { RadioButton } from './lib/RadioButton' ;
78
81
import { SegmentedButton } from './lib/SegmentedButton' ;
@@ -110,9 +113,6 @@ import { Tokenizer } from './lib/Tokenizer';
110
113
import { ValueState } from './lib/ValueState' ;
111
114
import { VariantManagement } from './lib/VariantManagement' ;
112
115
import { VerticalAlign } from './lib/VerticalAlign' ;
113
- import { Priority } from './lib/Priority' ;
114
- import { Notification } from './lib/Notification' ;
115
- import { NotificationGroup } from './lib/NotificationGroup' ;
116
116
117
117
export {
118
118
ActionSheet ,
@@ -172,6 +172,8 @@ export {
172
172
MessageStripType ,
173
173
MessageToast ,
174
174
MultiComboBox ,
175
+ Notification ,
176
+ NotificationGroup ,
175
177
ObjectPage ,
176
178
ObjectPageMode ,
177
179
ObjectPageSection ,
@@ -186,6 +188,7 @@ export {
186
188
Popover ,
187
189
PopoverHorizontalAlign ,
188
190
PopoverVerticalAlign ,
191
+ Priority ,
189
192
ProgressIndicator ,
190
193
RadioButton ,
191
194
SegmentedButton ,
@@ -222,8 +225,5 @@ export {
222
225
Tokenizer ,
223
226
ValueState ,
224
227
VariantManagement ,
225
- VerticalAlign ,
226
- Priority ,
227
- Notification ,
228
- NotificationGroup
228
+ VerticalAlign
229
229
} ;
0 commit comments