@up42/up-components 2.6.1 → 2.7.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.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/global/icons/index.d.ts +97 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/global/icons/index.d.ts +97 -1
- package/dist/index.d.ts +2777 -707
- package/package.json +1 -1
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
export { default as AccessTime } from './AccessTime.svg';
|
|
2
2
|
export { default as Add } from './Add.svg';
|
|
3
|
+
export { default as AddCircleFilled } from './AddCircleFilled.svg';
|
|
4
|
+
export { default as AddPlusCircle } from './AddPlusCircle.svg';
|
|
3
5
|
export { default as AlarmBell } from './AlarmBell.svg';
|
|
6
|
+
export { default as AlertCircleFilled } from './AlertCircleFilled.svg';
|
|
7
|
+
export { default as AlertTriangle } from './AlertTriangle.svg';
|
|
4
8
|
export { default as Angle } from './Angle.svg';
|
|
5
9
|
export { default as AppWindowCode } from './AppWindowCode.svg';
|
|
6
10
|
export { default as ArrowBack } from './ArrowBack.svg';
|
|
7
11
|
export { default as ArrowBackIos } from './ArrowBackIos.svg';
|
|
8
|
-
export { default as
|
|
12
|
+
export { default as ArrowDownLeft } from './ArrowDownLeft.svg';
|
|
13
|
+
export { default as ArrowDownRight } from './ArrowDownRight.svg';
|
|
9
14
|
export { default as ArrowDownward } from './ArrowDownward.svg';
|
|
10
15
|
export { default as ArrowForward } from './ArrowForward.svg';
|
|
16
|
+
export { default as ArrowTopLeft } from './ArrowTopLeft.svg';
|
|
11
17
|
export { default as ArrowTopRight } from './ArrowTopRight.svg';
|
|
12
18
|
export { default as ArrowUpward } from './ArrowUpward.svg';
|
|
19
|
+
export { default as Attachment } from './Attachment.svg';
|
|
13
20
|
export { default as AutoStoriesOutlined } from './AutoStoriesOutlined.svg';
|
|
14
21
|
export { default as Balance } from './Balance.svg';
|
|
15
22
|
export { default as Bin } from './Bin.svg';
|
|
@@ -19,14 +26,39 @@ export { default as Boxes } from './Boxes.svg';
|
|
|
19
26
|
export { default as BoxesGrid } from './BoxesGrid.svg';
|
|
20
27
|
export { default as Brightness1 } from './Brightness1.svg';
|
|
21
28
|
export { default as Calendar } from './Calendar.svg';
|
|
29
|
+
export { default as CalendarAdd } from './CalendarAdd.svg';
|
|
30
|
+
export { default as CalendarCheck } from './CalendarCheck.svg';
|
|
31
|
+
export { default as CalendarDate } from './CalendarDate.svg';
|
|
32
|
+
export { default as CalendarEdit } from './CalendarEdit.svg';
|
|
33
|
+
export { default as CalendarRemove } from './CalendarRemove.svg';
|
|
34
|
+
export { default as CalendarSearchDate } from './CalendarSearchDate.svg';
|
|
22
35
|
export { default as CampaignOutlined } from './CampaignOutlined.svg';
|
|
36
|
+
export { default as CaretCircleFilledDown } from './CaretCircleFilledDown.svg';
|
|
37
|
+
export { default as CaretCircleFilledLeft } from './CaretCircleFilledLeft.svg';
|
|
38
|
+
export { default as CaretCircleFilledRight } from './CaretCircleFilledRight.svg';
|
|
39
|
+
export { default as CaretCircleFilledUp } from './CaretCircleFilledUp.svg';
|
|
23
40
|
export { default as Catalog } from './Catalog.svg';
|
|
41
|
+
export { default as CheckCircleFilled } from './CheckCircleFilled.svg';
|
|
24
42
|
export { default as CheckList } from './CheckList.svg';
|
|
25
43
|
export { default as CheckMark } from './CheckMark.svg';
|
|
44
|
+
export { default as ChevronCircleFilledDown } from './ChevronCircleFilledDown.svg';
|
|
45
|
+
export { default as ChevronCircleFilledLeft } from './ChevronCircleFilledLeft.svg';
|
|
46
|
+
export { default as ChevronCircleFilledRight } from './ChevronCircleFilledRight.svg';
|
|
47
|
+
export { default as ChevronCircleFilledUp } from './ChevronCircleFilledUp.svg';
|
|
26
48
|
export { default as Close } from './Close.svg';
|
|
27
49
|
export { default as CloseCircle } from './CloseCircle.svg';
|
|
50
|
+
export { default as CloseCircleFilled } from './CloseCircleFilled.svg';
|
|
28
51
|
export { default as Cloud } from './Cloud.svg';
|
|
52
|
+
export { default as CloudCheck } from './CloudCheck.svg';
|
|
53
|
+
export { default as CloudDownload } from './CloudDownload.svg';
|
|
54
|
+
export { default as CloudOff } from './CloudOff.svg';
|
|
55
|
+
export { default as CloudRemove } from './CloudRemove.svg';
|
|
56
|
+
export { default as CloudSearch } from './CloudSearch.svg';
|
|
57
|
+
export { default as CloudSync } from './CloudSync.svg';
|
|
58
|
+
export { default as CloudUpload } from './CloudUpload.svg';
|
|
59
|
+
export { default as CloudWarning } from './CloudWarning.svg';
|
|
29
60
|
export { default as Coin } from './Coin.svg';
|
|
61
|
+
export { default as CoinEuro } from './CoinEuro.svg';
|
|
30
62
|
export { default as Compass } from './Compass.svg';
|
|
31
63
|
export { default as ContactSupportOutlined } from './ContactSupportOutlined.svg';
|
|
32
64
|
export { default as ContentCut } from './ContentCut.svg';
|
|
@@ -35,9 +67,21 @@ export { default as Copy } from './Copy.svg';
|
|
|
35
67
|
export { default as Credit } from './Credit.svg';
|
|
36
68
|
export { default as Dashboard } from './Dashboard.svg';
|
|
37
69
|
export { default as DataTransferVertical } from './DataTransferVertical.svg';
|
|
70
|
+
export { default as DollarCoinCircleFilled } from './DollarCoinCircleFilled.svg';
|
|
38
71
|
export { default as DottedLines } from './DottedLines.svg';
|
|
39
72
|
export { default as Download } from './Download.svg';
|
|
73
|
+
export { default as DownloadCircle } from './DownloadCircle.svg';
|
|
74
|
+
export { default as EditPencil } from './EditPencil.svg';
|
|
75
|
+
export { default as EuroCoinCircleFilled } from './EuroCoinCircleFilled.svg';
|
|
40
76
|
export { default as ExternalLink } from './ExternalLink.svg';
|
|
77
|
+
export { default as EyeCircleFilled } from './EyeCircleFilled.svg';
|
|
78
|
+
export { default as FlagQuestion } from './FlagQuestion.svg';
|
|
79
|
+
export { default as FolderEmpty } from './FolderEmpty.svg';
|
|
80
|
+
export { default as Footprint } from './Footprint.svg';
|
|
81
|
+
export { default as HeadphonesQuestion } from './HeadphonesQuestion.svg';
|
|
82
|
+
export { default as Heart } from './Heart.svg';
|
|
83
|
+
export { default as HeartCircleFilled } from './HeartCircleFilled.svg';
|
|
84
|
+
export { default as Hyperlink } from './Hyperlink.svg';
|
|
41
85
|
export { default as ImageResolution } from './ImageResolution.svg';
|
|
42
86
|
export { default as Invoice } from './Invoice.svg';
|
|
43
87
|
export { default as KeyboardArrowDown } from './KeyboardArrowDown.svg';
|
|
@@ -46,13 +90,24 @@ export { default as KeyboardArrowRight } from './KeyboardArrowRight.svg';
|
|
|
46
90
|
export { default as KeyboardArrowUp } from './KeyboardArrowUp.svg';
|
|
47
91
|
export { default as Layers } from './Layers.svg';
|
|
48
92
|
export { default as Library } from './Library.svg';
|
|
93
|
+
export { default as Lightbulb } from './Lightbulb.svg';
|
|
49
94
|
export { default as LightbulbOutlined } from './LightbulbOutlined.svg';
|
|
50
95
|
export { default as LocalOfferOutlined } from './LocalOfferOutlined.svg';
|
|
51
96
|
export { default as Lock } from './Lock.svg';
|
|
97
|
+
export { default as LockCircleFilled } from './LockCircleFilled.svg';
|
|
98
|
+
export { default as LockShield } from './LockShield.svg';
|
|
52
99
|
export { default as Logo } from './Logo.svg';
|
|
53
100
|
export { default as Map } from './Map.svg';
|
|
54
101
|
export { default as MapPin } from './MapPin.svg';
|
|
102
|
+
export { default as MapSearch } from './MapSearch.svg';
|
|
55
103
|
export { default as Marketplace } from './Marketplace.svg';
|
|
104
|
+
export { default as MenuCircleFilledHorizontal } from './MenuCircleFilledHorizontal.svg';
|
|
105
|
+
export { default as MenuCircleFilledVertical } from './MenuCircleFilledVertical.svg';
|
|
106
|
+
export { default as MenuOpenHorizontal } from './MenuOpenHorizontal.svg';
|
|
107
|
+
export { default as MenuOpenVertical } from './MenuOpenVertical.svg';
|
|
108
|
+
export { default as MinusCircleFilled } from './MinusCircleFilled.svg';
|
|
109
|
+
export { default as Module } from './Module.svg';
|
|
110
|
+
export { default as Module2 } from './Module2.svg';
|
|
56
111
|
export { default as ModuleThree } from './ModuleThree.svg';
|
|
57
112
|
export { default as MoreHoriz } from './MoreHoriz.svg';
|
|
58
113
|
export { default as MultipleUsers } from './MultipleUsers.svg';
|
|
@@ -60,33 +115,72 @@ export { default as NotificationError } from './NotificationError.svg';
|
|
|
60
115
|
export { default as NotificationInfo } from './NotificationInfo.svg';
|
|
61
116
|
export { default as NotificationSuccess } from './NotificationSuccess.svg';
|
|
62
117
|
export { default as NotificationWarning } from './NotificationWarning.svg';
|
|
118
|
+
export { default as PenCircleFilled } from './PenCircleFilled.svg';
|
|
63
119
|
export { default as Pencil } from './Pencil.svg';
|
|
120
|
+
export { default as PercentCircle } from './PercentCircle.svg';
|
|
64
121
|
export { default as Person } from './Person.svg';
|
|
122
|
+
export { default as Pin } from './Pin.svg';
|
|
65
123
|
export { default as Polygon } from './Polygon.svg';
|
|
66
124
|
export { default as Projects } from './Projects.svg';
|
|
125
|
+
export { default as QuestionBubble } from './QuestionBubble.svg';
|
|
67
126
|
export { default as QuestionCircle } from './QuestionCircle.svg';
|
|
127
|
+
export { default as QuestionCircleFilled } from './QuestionCircleFilled.svg';
|
|
68
128
|
export { default as QuestionMark } from './QuestionMark.svg';
|
|
69
129
|
export { default as Rectangle } from './Rectangle.svg';
|
|
130
|
+
export { default as Redo } from './Redo.svg';
|
|
70
131
|
export { default as Remove } from './Remove.svg';
|
|
71
132
|
export { default as Resolution } from './Resolution.svg';
|
|
72
133
|
export { default as Satellite } from './Satellite.svg';
|
|
73
134
|
export { default as Save } from './Save.svg';
|
|
135
|
+
export { default as Scissors } from './Scissors.svg';
|
|
74
136
|
export { default as Search } from './Search.svg';
|
|
137
|
+
export { default as ServerCheck } from './ServerCheck.svg';
|
|
138
|
+
export { default as ServerDeny } from './ServerDeny.svg';
|
|
139
|
+
export { default as ServerDownload } from './ServerDownload.svg';
|
|
140
|
+
export { default as ServerEdit } from './ServerEdit.svg';
|
|
141
|
+
export { default as ServerError } from './ServerError.svg';
|
|
75
142
|
export { default as ServerLock } from './ServerLock.svg';
|
|
143
|
+
export { default as ServerMinus } from './ServerMinus.svg';
|
|
144
|
+
export { default as ServerQuestion } from './ServerQuestion.svg';
|
|
145
|
+
export { default as ServerRefresh } from './ServerRefresh.svg';
|
|
146
|
+
export { default as ServerSearch } from './ServerSearch.svg';
|
|
147
|
+
export { default as ServerSync } from './ServerSync.svg';
|
|
148
|
+
export { default as ServerUpload } from './ServerUpload.svg';
|
|
149
|
+
export { default as ServerWarning } from './ServerWarning.svg';
|
|
150
|
+
export { default as SettingsCog } from './SettingsCog.svg';
|
|
151
|
+
export { default as SettingsCog2 } from './SettingsCog2.svg';
|
|
152
|
+
export { default as SettingsSliderHorizontal } from './SettingsSliderHorizontal.svg';
|
|
76
153
|
export { default as SettingsVertical } from './SettingsVertical.svg';
|
|
154
|
+
export { default as Share } from './Share.svg';
|
|
155
|
+
export { default as ShareNetwork } from './ShareNetwork.svg';
|
|
77
156
|
export { default as Shield } from './Shield.svg';
|
|
78
157
|
export { default as ShieldWithLock } from './ShieldWithLock.svg';
|
|
158
|
+
export { default as ShoppingCartCheck } from './ShoppingCartCheck.svg';
|
|
159
|
+
export { default as ShoppingCartClose } from './ShoppingCartClose.svg';
|
|
160
|
+
export { default as ShoppingCartMinus } from './ShoppingCartMinus.svg';
|
|
79
161
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined.svg';
|
|
162
|
+
export { default as ShoppingCartPlus } from './ShoppingCartPlus.svg';
|
|
80
163
|
export { default as Storage } from './Storage.svg';
|
|
81
164
|
export { default as Support } from './Support.svg';
|
|
82
165
|
export { default as SupportClear } from './SupportClear.svg';
|
|
83
166
|
export { default as SupportHeadphones } from './SupportHeadphones.svg';
|
|
84
167
|
export { default as System } from './System.svg';
|
|
85
168
|
export { default as Tag } from './Tag.svg';
|
|
169
|
+
export { default as TagAlert } from './TagAlert.svg';
|
|
170
|
+
export { default as TagCheck } from './TagCheck.svg';
|
|
171
|
+
export { default as TagDouble } from './TagDouble.svg';
|
|
172
|
+
export { default as TagEdit } from './TagEdit.svg';
|
|
173
|
+
export { default as TagMinus } from './TagMinus.svg';
|
|
174
|
+
export { default as TagPlus } from './TagPlus.svg';
|
|
175
|
+
export { default as TagSearch } from './TagSearch.svg';
|
|
176
|
+
export { default as TagX } from './TagX.svg';
|
|
86
177
|
export { default as Target } from './Target.svg';
|
|
87
178
|
export { default as Transaction } from './Transaction.svg';
|
|
179
|
+
export { default as Undo } from './Undo.svg';
|
|
180
|
+
export { default as Unlock } from './Unlock.svg';
|
|
88
181
|
export { default as UpgradeShield } from './UpgradeShield.svg';
|
|
89
182
|
export { default as Upload } from './Upload.svg';
|
|
183
|
+
export { default as UploadCircle } from './UploadCircle.svg';
|
|
90
184
|
export { default as User } from './User.svg';
|
|
91
185
|
export { default as VisibilityOffOutlined } from './VisibilityOffOutlined.svg';
|
|
92
186
|
export { default as VisibilityOutlined } from './VisibilityOutlined.svg';
|
|
@@ -94,3 +188,5 @@ export { default as WeatherCloud } from './WeatherCloud.svg';
|
|
|
94
188
|
export { default as Webhooks } from './Webhooks.svg';
|
|
95
189
|
export { default as Workflow } from './Workflow.svg';
|
|
96
190
|
export { default as WorkflowPencil } from './WorkflowPencil.svg';
|
|
191
|
+
export { default as ZoomIn } from './ZoomIn.svg';
|
|
192
|
+
export { default as ZoomOut } from './ZoomOut.svg';
|