1
1
export * from './container' ;
2
- export * from './thirdPartyAnimation' ;
3
2
export * from './button' ;
4
3
export * from './checkbox' ;
5
4
export * from './decorativeElement' ;
@@ -10,26 +9,19 @@ export * from './label';
10
9
export * from './link' ;
11
10
export * from './pill' ;
12
11
export * from './popover' ;
13
- export * from './tag' ;
14
12
export * from './tagV2' ;
15
13
export * from './text' ;
16
14
export * from './toggle' ;
17
15
export * from './icon' ;
18
- export * from './loader' ;
19
- export * from './cssAnimation' ;
20
- export * from './elementOrIcon' ;
21
- export * from './table' ;
22
16
export * from './tooltip' ;
23
17
export * from './itemRove' ;
24
18
export * from './divider' ;
25
19
export * from './quickButton' ;
26
20
export * from './skeleton' ;
27
21
export * from './overlay' ;
28
- export * from './lineSeparator' ;
29
22
export * from './option' ;
30
23
export * from './slider' ;
31
24
export * from './illustration' ;
32
- export * from './elementOrIllustration' ;
33
25
export * from './mediaProgressBar' ;
34
26
export * from './mediaButton' ;
35
27
export * from './inputStructure' ;
@@ -38,10 +30,7 @@ export * from './avatar';
38
30
export * from './backToTop' ;
39
31
export * from './badge' ;
40
32
export * from './breadcrumbs' ;
41
- export * from './checkboxWithLabel' ;
42
33
export * from './drawer' ;
43
- export * from './emptyState' ;
44
- export * from './loadingState' ;
45
34
export * from './message' ;
46
35
export * from './modal' ;
47
36
export * from './oliveMenu' ;
@@ -51,7 +40,6 @@ export * from './snackbar';
51
40
export * from './stepperNumber' ;
52
41
export * from './stepperProgress' ;
53
42
export * from './textArea' ;
54
- export * from './toggleWithLabel' ;
55
43
export * from './summaryDetails' ;
56
44
export * from './listOptions' ;
57
45
export * from './cardImage' ;
@@ -67,27 +55,20 @@ export * from './validationStatus';
67
55
export * from './navigationCard' ;
68
56
export * from './pageControl' ;
69
57
export * from './pageControlAutomate' ;
70
- export * from './confirmationMessage' ;
71
58
export * from './calendar' ;
72
59
export * from './actionBottomSheet' ;
73
60
export * from './navigationRow' ;
74
61
export * from './carousel' ;
75
62
export * from './selectorBoxFile' ;
76
- export * from './header' ;
77
63
export * from './iconHighlighted' ;
78
64
export * from './pagination' ;
79
- export * from './headerStructure' ;
80
65
export * from './radioButtonGroup' ;
81
66
export * from './functionalitiesModule' ;
82
- export * from './footer' ;
83
67
export * from './inputDigitSequence' ;
84
68
export * from './layout' ;
85
- export * from './operativeLayout' ;
86
69
export * from './grid' ;
87
70
export * from './screenReaderOnly' ;
88
- export * from './textCount' ;
89
71
export * from './dropdownSelected' ;
90
- export * from './portal' ;
91
72
export * from './inputSignature' ;
92
73
export * from './tableCell' ;
93
74
export * from './tableRow' ;
@@ -98,3 +79,30 @@ export * from './tableCaption';
98
79
export * from './tableDivider' ;
99
80
export * from './tableV2' ;
100
81
export * from './dataTable' ;
82
+
83
+ /**
84
+ * Assets components.
85
+ */
86
+ export * from './elementOrIcon' ;
87
+ export * from './elementOrIllustration' ;
88
+
89
+ /**
90
+ * Components that will be deprecated in the next MAJOR release.
91
+ */
92
+ export * from './thirdPartyAnimation' ;
93
+ export * from './tag' ;
94
+ export * from './loader' ;
95
+ export * from './cssAnimation' ;
96
+ export * from './table' ;
97
+ export * from './lineSeparator' ;
98
+ export * from './checkboxWithLabel' ;
99
+ export * from './confirmationMessage' ;
100
+ export * from './toggleWithLabel' ;
101
+ export * from './header' ;
102
+ export * from './headerStructure' ;
103
+ export * from './footer' ;
104
+ export * from './portal' ;
105
+ export * from './textCount' ;
106
+ export * from './operativeLayout' ;
107
+ export * from './emptyState' ;
108
+ export * from './loadingState' ;
0 commit comments