@synerise/ds-icon 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,19 @@
1
+ var _excluded = ["name"];
2
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ import React from 'react';
5
+ import Icon from '../Icon';
6
+ import { largeIconMapping } from '../icons/L/index';
7
+ import { xlargeIconMapping } from '../icons/XL/index';
8
+ import { additionalIconMapping } from '../icons/additional/index';
9
+ import { colorIconMapping } from '../icons/colorIcons/index';
10
+ import { mediumIconMapping } from '../icons/index';
11
+ var mergedMapping = _extends({}, mediumIconMapping, largeIconMapping, xlargeIconMapping, colorIconMapping, additionalIconMapping);
12
+ export var DynamicIcon = function DynamicIcon(_ref) {
13
+ var name = _ref.name,
14
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded);
15
+ var Component = mergedMapping[name];
16
+ return /*#__PURE__*/React.createElement(Icon, _extends({
17
+ component: Component ? /*#__PURE__*/React.createElement(Component, null) : null
18
+ }, rest));
19
+ };
@@ -1,70 +1,142 @@
1
- export { default as WarningL } from './WarningL';
1
+ export declare const largeIconMapping: {
2
+ AddL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ BrowserL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
4
+ ButtonSubmitL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
5
+ CheckL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
6
+ ButtonL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
7
+ ComboL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
8
+ CheckboxL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
9
+ FileTypePictureL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
10
+ CloseL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
11
+ ColumnL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
12
+ CountdownL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
13
+ DividerL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
14
+ FolderPlainL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
15
+ FolderFavouriteFlatL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
16
+ FolderL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
17
+ FolderPredefinedL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
18
+ FormEditL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
19
+ FormGroupL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
20
+ HashL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
21
+ FormL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
22
+ HideL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
23
+ ImagePotraitL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
24
+ ImageUrlL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
25
+ ImageLandscapeL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
26
+ LandingPageL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
27
+ LinkL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
28
+ ImageL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
29
+ InboxNoResultsL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
30
+ InfoL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
31
+ InformationNoSearchResultL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
32
+ LabelL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
33
+ LineL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
34
+ LocationL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
35
+ InputL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
36
+ MobileBlockL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
37
+ MobileLayout1L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
38
+ MobileLayout3L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
39
+ MobileLayout2L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
40
+ MobileUrlL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
41
+ MobileClickL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
42
+ MobileLinkL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
43
+ MultilineL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
44
+ MobileLayout4L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
45
+ PieL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
46
+ NavbarL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
47
+ NoData: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
48
+ NoPermissionL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
49
+ QuoteL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
50
+ RadioL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
51
+ RelationManyManyL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
52
+ SearchNoResultsL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
53
+ RelationManyOneL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
54
+ ShowL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
55
+ RelationOneManyL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
56
+ Section12L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
57
+ RelationOneOneL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
58
+ Section13L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
59
+ SpinnerL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
60
+ Section37L: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
61
+ SectionL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
62
+ SliderL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
63
+ SelectL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
64
+ StackedL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
65
+ TextL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
66
+ TableL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
67
+ TooltipL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
68
+ TextareaL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
69
+ TimeL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
70
+ WarningL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
71
+ VideoL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
72
+ };
2
73
  export { default as VideoL } from './VideoL';
74
+ export { default as WarningL } from './WarningL';
3
75
  export { default as TooltipL } from './TooltipL';
4
- export { default as TableL } from './TableL';
5
- export { default as TextL } from './TextL';
6
76
  export { default as TextareaL } from './TextareaL';
7
- export { default as StackedL } from './StackedL';
8
77
  export { default as TimeL } from './TimeL';
78
+ export { default as StackedL } from './StackedL';
79
+ export { default as SelectL } from './SelectL';
80
+ export { default as TableL } from './TableL';
9
81
  export { default as SliderL } from './SliderL';
10
- export { default as SpinnerL } from './SpinnerL';
82
+ export { default as TextL } from './TextL';
11
83
  export { default as SectionL } from './SectionL';
12
- export { default as SelectL } from './SelectL';
13
- export { default as ShowL } from './ShowL';
14
- export { default as Section37L } from './Section37L';
15
- export { default as RelationOneManyL } from './RelationOneManyL';
16
- export { default as Section12L } from './Section12L';
17
- export { default as SearchNoResultsL } from './SearchNoResultsL';
84
+ export { default as SpinnerL } from './SpinnerL';
18
85
  export { default as Section13L } from './Section13L';
86
+ export { default as RelationOneManyL } from './RelationOneManyL';
87
+ export { default as Section37L } from './Section37L';
19
88
  export { default as RelationOneOneL } from './RelationOneOneL';
20
- export { default as RelationManyManyL } from './RelationManyManyL';
89
+ export { default as ShowL } from './ShowL';
90
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
21
91
  export { default as RelationManyOneL } from './RelationManyOneL';
92
+ export { default as RelationManyManyL } from './RelationManyManyL';
93
+ export { default as Section12L } from './Section12L';
22
94
  export { default as RadioL } from './RadioL';
23
- export { default as NoPermissionL } from './NoPermissionL';
24
95
  export { default as QuoteL } from './QuoteL';
96
+ export { default as NoPermissionL } from './NoPermissionL';
25
97
  export { default as NavbarL } from './NavbarL';
98
+ export { default as NoData } from './NoData';
26
99
  export { default as PieL } from './PieL';
27
- export { default as MobileLayout1L } from './MobileLayout1L';
28
100
  export { default as MultilineL } from './MultilineL';
29
- export { default as NoData } from './NoData';
30
- export { default as MobileUrlL } from './MobileUrlL';
31
- export { default as MobileLayout2L } from './MobileLayout2L';
32
101
  export { default as MobileClickL } from './MobileClickL';
102
+ export { default as MobileLinkL } from './MobileLinkL';
103
+ export { default as MobileLayout2L } from './MobileLayout2L';
104
+ export { default as MobileLayout4L } from './MobileLayout4L';
105
+ export { default as MobileUrlL } from './MobileUrlL';
33
106
  export { default as MobileLayout3L } from './MobileLayout3L';
107
+ export { default as MobileLayout1L } from './MobileLayout1L';
34
108
  export { default as MobileBlockL } from './MobileBlockL';
35
- export { default as LinkL } from './LinkL';
36
- export { default as LineL } from './LineL';
37
- export { default as LocationL } from './LocationL';
38
- export { default as LandingPageL } from './LandingPageL';
39
109
  export { default as InputL } from './InputL';
40
- export { default as MobileLayout4L } from './MobileLayout4L';
110
+ export { default as LocationL } from './LocationL';
41
111
  export { default as LabelL } from './LabelL';
42
- export { default as InboxNoResultsL } from './InboxNoResultsL';
43
- export { default as MobileLinkL } from './MobileLinkL';
44
- export { default as InfoL } from './InfoL';
112
+ export { default as LineL } from './LineL';
45
113
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
114
+ export { default as InfoL } from './InfoL';
115
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
116
+ export { default as LinkL } from './LinkL';
46
117
  export { default as ImageUrlL } from './ImageUrlL';
47
118
  export { default as ImageL } from './ImageL';
48
- export { default as ImagePotraitL } from './ImagePotraitL';
49
119
  export { default as ImageLandscapeL } from './ImageLandscapeL';
120
+ export { default as LandingPageL } from './LandingPageL';
121
+ export { default as HideL } from './HideL';
122
+ export { default as ImagePotraitL } from './ImagePotraitL';
123
+ export { default as FormEditL } from './FormEditL';
124
+ export { default as FormL } from './FormL';
50
125
  export { default as HashL } from './HashL';
51
126
  export { default as FolderL } from './FolderL';
52
- export { default as FormL } from './FormL';
53
- export { default as HideL } from './HideL';
54
- export { default as FormGroupL } from './FormGroupL';
55
127
  export { default as FolderPredefinedL } from './FolderPredefinedL';
56
- export { default as FormEditL } from './FormEditL';
128
+ export { default as FormGroupL } from './FormGroupL';
57
129
  export { default as FolderPlainL } from './FolderPlainL';
58
130
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
59
- export { default as FileTypePictureL } from './FileTypePictureL';
60
- export { default as CountdownL } from './CountdownL';
61
131
  export { default as DividerL } from './DividerL';
62
- export { default as ComboL } from './ComboL';
63
- export { default as CheckboxL } from './CheckboxL';
64
- export { default as CloseL } from './CloseL';
65
- export { default as CheckL } from './CheckL';
132
+ export { default as CountdownL } from './CountdownL';
66
133
  export { default as ColumnL } from './ColumnL';
67
- export { default as BrowserL } from './BrowserL';
68
- export { default as ButtonSubmitL } from './ButtonSubmitL';
134
+ export { default as CloseL } from './CloseL';
135
+ export { default as FileTypePictureL } from './FileTypePictureL';
136
+ export { default as CheckboxL } from './CheckboxL';
137
+ export { default as ComboL } from './ComboL';
69
138
  export { default as ButtonL } from './ButtonL';
139
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
70
140
  export { default as AddL } from './AddL';
141
+ export { default as BrowserL } from './BrowserL';
142
+ export { default as CheckL } from './CheckL';
@@ -1,70 +1,212 @@
1
- export { default as WarningL } from './WarningL';
1
+ export var largeIconMapping = {
2
+ AddL: AddL,
3
+ BrowserL: BrowserL,
4
+ ButtonSubmitL: ButtonSubmitL,
5
+ CheckL: CheckL,
6
+ ButtonL: ButtonL,
7
+ ComboL: ComboL,
8
+ CheckboxL: CheckboxL,
9
+ FileTypePictureL: FileTypePictureL,
10
+ CloseL: CloseL,
11
+ ColumnL: ColumnL,
12
+ CountdownL: CountdownL,
13
+ DividerL: DividerL,
14
+ FolderPlainL: FolderPlainL,
15
+ FolderFavouriteFlatL: FolderFavouriteFlatL,
16
+ FolderL: FolderL,
17
+ FolderPredefinedL: FolderPredefinedL,
18
+ FormEditL: FormEditL,
19
+ FormGroupL: FormGroupL,
20
+ HashL: HashL,
21
+ FormL: FormL,
22
+ HideL: HideL,
23
+ ImagePotraitL: ImagePotraitL,
24
+ ImageUrlL: ImageUrlL,
25
+ ImageLandscapeL: ImageLandscapeL,
26
+ LandingPageL: LandingPageL,
27
+ LinkL: LinkL,
28
+ ImageL: ImageL,
29
+ InboxNoResultsL: InboxNoResultsL,
30
+ InfoL: InfoL,
31
+ InformationNoSearchResultL: InformationNoSearchResultL,
32
+ LabelL: LabelL,
33
+ LineL: LineL,
34
+ LocationL: LocationL,
35
+ InputL: InputL,
36
+ MobileBlockL: MobileBlockL,
37
+ MobileLayout1L: MobileLayout1L,
38
+ MobileLayout3L: MobileLayout3L,
39
+ MobileLayout2L: MobileLayout2L,
40
+ MobileUrlL: MobileUrlL,
41
+ MobileClickL: MobileClickL,
42
+ MobileLinkL: MobileLinkL,
43
+ MultilineL: MultilineL,
44
+ MobileLayout4L: MobileLayout4L,
45
+ PieL: PieL,
46
+ NavbarL: NavbarL,
47
+ NoData: NoData,
48
+ NoPermissionL: NoPermissionL,
49
+ QuoteL: QuoteL,
50
+ RadioL: RadioL,
51
+ RelationManyManyL: RelationManyManyL,
52
+ SearchNoResultsL: SearchNoResultsL,
53
+ RelationManyOneL: RelationManyOneL,
54
+ ShowL: ShowL,
55
+ RelationOneManyL: RelationOneManyL,
56
+ Section12L: Section12L,
57
+ RelationOneOneL: RelationOneOneL,
58
+ Section13L: Section13L,
59
+ SpinnerL: SpinnerL,
60
+ Section37L: Section37L,
61
+ SectionL: SectionL,
62
+ SliderL: SliderL,
63
+ SelectL: SelectL,
64
+ StackedL: StackedL,
65
+ TextL: TextL,
66
+ TableL: TableL,
67
+ TooltipL: TooltipL,
68
+ TextareaL: TextareaL,
69
+ TimeL: TimeL,
70
+ WarningL: WarningL,
71
+ VideoL: VideoL
72
+ };
73
+ import { default as VideoL } from './VideoL';
2
74
  export { default as VideoL } from './VideoL';
75
+ import { default as WarningL } from './WarningL';
76
+ export { default as WarningL } from './WarningL';
77
+ import { default as TooltipL } from './TooltipL';
3
78
  export { default as TooltipL } from './TooltipL';
4
- export { default as TableL } from './TableL';
5
- export { default as TextL } from './TextL';
79
+ import { default as TextareaL } from './TextareaL';
6
80
  export { default as TextareaL } from './TextareaL';
7
- export { default as StackedL } from './StackedL';
81
+ import { default as TimeL } from './TimeL';
8
82
  export { default as TimeL } from './TimeL';
83
+ import { default as StackedL } from './StackedL';
84
+ export { default as StackedL } from './StackedL';
85
+ import { default as SelectL } from './SelectL';
86
+ export { default as SelectL } from './SelectL';
87
+ import { default as TableL } from './TableL';
88
+ export { default as TableL } from './TableL';
89
+ import { default as SliderL } from './SliderL';
9
90
  export { default as SliderL } from './SliderL';
10
- export { default as SpinnerL } from './SpinnerL';
91
+ import { default as TextL } from './TextL';
92
+ export { default as TextL } from './TextL';
93
+ import { default as SectionL } from './SectionL';
11
94
  export { default as SectionL } from './SectionL';
12
- export { default as SelectL } from './SelectL';
13
- export { default as ShowL } from './ShowL';
14
- export { default as Section37L } from './Section37L';
15
- export { default as RelationOneManyL } from './RelationOneManyL';
16
- export { default as Section12L } from './Section12L';
17
- export { default as SearchNoResultsL } from './SearchNoResultsL';
95
+ import { default as SpinnerL } from './SpinnerL';
96
+ export { default as SpinnerL } from './SpinnerL';
97
+ import { default as Section13L } from './Section13L';
18
98
  export { default as Section13L } from './Section13L';
99
+ import { default as RelationOneManyL } from './RelationOneManyL';
100
+ export { default as RelationOneManyL } from './RelationOneManyL';
101
+ import { default as Section37L } from './Section37L';
102
+ export { default as Section37L } from './Section37L';
103
+ import { default as RelationOneOneL } from './RelationOneOneL';
19
104
  export { default as RelationOneOneL } from './RelationOneOneL';
20
- export { default as RelationManyManyL } from './RelationManyManyL';
105
+ import { default as ShowL } from './ShowL';
106
+ export { default as ShowL } from './ShowL';
107
+ import { default as SearchNoResultsL } from './SearchNoResultsL';
108
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
109
+ import { default as RelationManyOneL } from './RelationManyOneL';
21
110
  export { default as RelationManyOneL } from './RelationManyOneL';
111
+ import { default as RelationManyManyL } from './RelationManyManyL';
112
+ export { default as RelationManyManyL } from './RelationManyManyL';
113
+ import { default as Section12L } from './Section12L';
114
+ export { default as Section12L } from './Section12L';
115
+ import { default as RadioL } from './RadioL';
22
116
  export { default as RadioL } from './RadioL';
23
- export { default as NoPermissionL } from './NoPermissionL';
117
+ import { default as QuoteL } from './QuoteL';
24
118
  export { default as QuoteL } from './QuoteL';
119
+ import { default as NoPermissionL } from './NoPermissionL';
120
+ export { default as NoPermissionL } from './NoPermissionL';
121
+ import { default as NavbarL } from './NavbarL';
25
122
  export { default as NavbarL } from './NavbarL';
123
+ import { default as NoData } from './NoData';
124
+ export { default as NoData } from './NoData';
125
+ import { default as PieL } from './PieL';
26
126
  export { default as PieL } from './PieL';
27
- export { default as MobileLayout1L } from './MobileLayout1L';
127
+ import { default as MultilineL } from './MultilineL';
28
128
  export { default as MultilineL } from './MultilineL';
29
- export { default as NoData } from './NoData';
30
- export { default as MobileUrlL } from './MobileUrlL';
31
- export { default as MobileLayout2L } from './MobileLayout2L';
129
+ import { default as MobileClickL } from './MobileClickL';
32
130
  export { default as MobileClickL } from './MobileClickL';
131
+ import { default as MobileLinkL } from './MobileLinkL';
132
+ export { default as MobileLinkL } from './MobileLinkL';
133
+ import { default as MobileLayout2L } from './MobileLayout2L';
134
+ export { default as MobileLayout2L } from './MobileLayout2L';
135
+ import { default as MobileLayout4L } from './MobileLayout4L';
136
+ export { default as MobileLayout4L } from './MobileLayout4L';
137
+ import { default as MobileUrlL } from './MobileUrlL';
138
+ export { default as MobileUrlL } from './MobileUrlL';
139
+ import { default as MobileLayout3L } from './MobileLayout3L';
33
140
  export { default as MobileLayout3L } from './MobileLayout3L';
141
+ import { default as MobileLayout1L } from './MobileLayout1L';
142
+ export { default as MobileLayout1L } from './MobileLayout1L';
143
+ import { default as MobileBlockL } from './MobileBlockL';
34
144
  export { default as MobileBlockL } from './MobileBlockL';
35
- export { default as LinkL } from './LinkL';
36
- export { default as LineL } from './LineL';
37
- export { default as LocationL } from './LocationL';
38
- export { default as LandingPageL } from './LandingPageL';
145
+ import { default as InputL } from './InputL';
39
146
  export { default as InputL } from './InputL';
40
- export { default as MobileLayout4L } from './MobileLayout4L';
147
+ import { default as LocationL } from './LocationL';
148
+ export { default as LocationL } from './LocationL';
149
+ import { default as LabelL } from './LabelL';
41
150
  export { default as LabelL } from './LabelL';
42
- export { default as InboxNoResultsL } from './InboxNoResultsL';
43
- export { default as MobileLinkL } from './MobileLinkL';
44
- export { default as InfoL } from './InfoL';
151
+ import { default as LineL } from './LineL';
152
+ export { default as LineL } from './LineL';
153
+ import { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
45
154
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
155
+ import { default as InfoL } from './InfoL';
156
+ export { default as InfoL } from './InfoL';
157
+ import { default as InboxNoResultsL } from './InboxNoResultsL';
158
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
159
+ import { default as LinkL } from './LinkL';
160
+ export { default as LinkL } from './LinkL';
161
+ import { default as ImageUrlL } from './ImageUrlL';
46
162
  export { default as ImageUrlL } from './ImageUrlL';
163
+ import { default as ImageL } from './ImageL';
47
164
  export { default as ImageL } from './ImageL';
48
- export { default as ImagePotraitL } from './ImagePotraitL';
165
+ import { default as ImageLandscapeL } from './ImageLandscapeL';
49
166
  export { default as ImageLandscapeL } from './ImageLandscapeL';
167
+ import { default as LandingPageL } from './LandingPageL';
168
+ export { default as LandingPageL } from './LandingPageL';
169
+ import { default as HideL } from './HideL';
170
+ export { default as HideL } from './HideL';
171
+ import { default as ImagePotraitL } from './ImagePotraitL';
172
+ export { default as ImagePotraitL } from './ImagePotraitL';
173
+ import { default as FormEditL } from './FormEditL';
174
+ export { default as FormEditL } from './FormEditL';
175
+ import { default as FormL } from './FormL';
176
+ export { default as FormL } from './FormL';
177
+ import { default as HashL } from './HashL';
50
178
  export { default as HashL } from './HashL';
179
+ import { default as FolderL } from './FolderL';
51
180
  export { default as FolderL } from './FolderL';
52
- export { default as FormL } from './FormL';
53
- export { default as HideL } from './HideL';
54
- export { default as FormGroupL } from './FormGroupL';
181
+ import { default as FolderPredefinedL } from './FolderPredefinedL';
55
182
  export { default as FolderPredefinedL } from './FolderPredefinedL';
56
- export { default as FormEditL } from './FormEditL';
183
+ import { default as FormGroupL } from './FormGroupL';
184
+ export { default as FormGroupL } from './FormGroupL';
185
+ import { default as FolderPlainL } from './FolderPlainL';
57
186
  export { default as FolderPlainL } from './FolderPlainL';
187
+ import { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
188
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
59
- export { default as FileTypePictureL } from './FileTypePictureL';
60
- export { default as CountdownL } from './CountdownL';
189
+ import { default as DividerL } from './DividerL';
61
190
  export { default as DividerL } from './DividerL';
62
- export { default as ComboL } from './ComboL';
63
- export { default as CheckboxL } from './CheckboxL';
64
- export { default as CloseL } from './CloseL';
65
- export { default as CheckL } from './CheckL';
191
+ import { default as CountdownL } from './CountdownL';
192
+ export { default as CountdownL } from './CountdownL';
193
+ import { default as ColumnL } from './ColumnL';
66
194
  export { default as ColumnL } from './ColumnL';
67
- export { default as BrowserL } from './BrowserL';
68
- export { default as ButtonSubmitL } from './ButtonSubmitL';
195
+ import { default as CloseL } from './CloseL';
196
+ export { default as CloseL } from './CloseL';
197
+ import { default as FileTypePictureL } from './FileTypePictureL';
198
+ export { default as FileTypePictureL } from './FileTypePictureL';
199
+ import { default as CheckboxL } from './CheckboxL';
200
+ export { default as CheckboxL } from './CheckboxL';
201
+ import { default as ComboL } from './ComboL';
202
+ export { default as ComboL } from './ComboL';
203
+ import { default as ButtonL } from './ButtonL';
69
204
  export { default as ButtonL } from './ButtonL';
70
- export { default as AddL } from './AddL';
205
+ import { default as ButtonSubmitL } from './ButtonSubmitL';
206
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
207
+ import { default as AddL } from './AddL';
208
+ export { default as AddL } from './AddL';
209
+ import { default as BrowserL } from './BrowserL';
210
+ export { default as BrowserL } from './BrowserL';
211
+ import { default as CheckL } from './CheckL';
212
+ export { default as CheckL } from './CheckL';