@temp-spotwork/ui 1.5.0 → 1.6.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/components/atoms/icons/iconMap.d.ts +12 -0
- package/dist/components/atoms/icons/iconMap.js +216 -210
- package/dist/components/atoms/icons/icons.stories.js +36 -28
- package/dist/components/atoms/icons/iconsSVGs/Large/CloudLightning.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/CloudLightning.js +22 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/index.d.ts +2 -1
- package/dist/components/atoms/icons/iconsSVGs/Large/index.js +96 -94
- package/dist/components/atoms/icons/iconsSVGs/Small/CloudLightning.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CloudLightning.js +22 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/index.d.ts +2 -1
- package/dist/components/atoms/icons/iconsSVGs/Small/index.js +64 -62
- package/package.json +1 -1
|
@@ -58,6 +58,12 @@ export declare const svgs: {
|
|
|
58
58
|
Clock: ({ fill }: {
|
|
59
59
|
fill: any;
|
|
60
60
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
CloudLightning: ({ fill }: {
|
|
62
|
+
fill: any;
|
|
63
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
cloudLightning: ({ fill }: {
|
|
65
|
+
fill: any;
|
|
66
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
61
67
|
CollapseSmall: ({ fill }: {
|
|
62
68
|
fill: any;
|
|
63
69
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -234,6 +240,12 @@ export declare const svgs: {
|
|
|
234
240
|
CrossSmall: ({ fill }: {
|
|
235
241
|
fill: any;
|
|
236
242
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
243
|
+
CloudLightningSmall: ({ fill }: {
|
|
244
|
+
fill: any;
|
|
245
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
246
|
+
cloudLightningSmall: ({ fill }: {
|
|
247
|
+
fill: any;
|
|
248
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
237
249
|
CopyLarge: ({ fill }: {
|
|
238
250
|
fill: any;
|
|
239
251
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,218 +1,224 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import A from "./iconsSVGs/Large/
|
|
1
|
+
import m from "./iconsSVGs/Large/Add.js";
|
|
2
|
+
import i from "./iconsSVGs/Large/AdvancedSearch.js";
|
|
3
|
+
import t from "./iconsSVGs/Large/ArrowLeft.js";
|
|
4
|
+
import l from "./iconsSVGs/Large/ArrowRight.js";
|
|
5
|
+
import e from "./iconsSVGs/Large/Ascending.js";
|
|
6
|
+
import p from "./iconsSVGs/Large/Attach.js";
|
|
7
|
+
import a from "./iconsSVGs/Large/Bell.js";
|
|
8
|
+
import f from "./iconsSVGs/Large/BellUnread.js";
|
|
9
|
+
import n from "./iconsSVGs/Large/Calendar.js";
|
|
10
|
+
import S from "./iconsSVGs/Large/Cancellation.js";
|
|
11
|
+
import s from "./iconsSVGs/Large/Chapters.js";
|
|
12
|
+
import C from "./iconsSVGs/Large/CheckIn.js";
|
|
13
|
+
import c from "./iconsSVGs/Large/ChevronDown.js";
|
|
14
|
+
import d from "./iconsSVGs/Large/ChevronLeft.js";
|
|
15
|
+
import g from "./iconsSVGs/Large/ChevronRight.js";
|
|
16
|
+
import h from "./iconsSVGs/Large/ChevronUp.js";
|
|
17
|
+
import u from "./iconsSVGs/Large/Clock.js";
|
|
18
|
+
import o from "./iconsSVGs/Large/CloudLightning.js";
|
|
19
|
+
import A from "./iconsSVGs/Large/Contact.js";
|
|
20
|
+
import $ from "./iconsSVGs/Large/Copy.js";
|
|
20
21
|
import k from "./iconsSVGs/Large/Cross.js";
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
22
|
+
import v from "./iconsSVGs/Large/Descending.js";
|
|
23
|
+
import w from "./iconsSVGs/Large/DoubleTick.js";
|
|
24
|
+
import D from "./iconsSVGs/Large/Duplicate.js";
|
|
25
|
+
import I from "./iconsSVGs/Large/Edit.js";
|
|
25
26
|
import "react/jsx-runtime";
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import { Profile as
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
27
|
+
import y from "./iconsSVGs/Large/File.js";
|
|
28
|
+
import L from "./iconsSVGs/Large/FileDownload.js";
|
|
29
|
+
import M from "./iconsSVGs/Large/HamburgerMenu.js";
|
|
30
|
+
import b from "./iconsSVGs/Large/KebabMenu.js";
|
|
31
|
+
import U from "./iconsSVGs/Large/MagnifyingGlass.js";
|
|
32
|
+
import R from "./iconsSVGs/Large/Maximize.js";
|
|
33
|
+
import P from "./iconsSVGs/Large/Maximize1.js";
|
|
34
|
+
import F from "./iconsSVGs/Large/Minimize.js";
|
|
35
|
+
import T from "./iconsSVGs/Large/OpenSeparately.js";
|
|
36
|
+
import O from "./iconsSVGs/Large/PlaceholderIcon.js";
|
|
37
|
+
import { Profile as E } from "./iconsSVGs/Large/Profile.js";
|
|
38
|
+
import x from "./iconsSVGs/Large/Restore.js";
|
|
39
|
+
import G from "./iconsSVGs/Large/Send.js";
|
|
40
|
+
import K from "./iconsSVGs/Large/Shifts.js";
|
|
41
|
+
import N from "./iconsSVGs/Large/Sort.js";
|
|
42
|
+
import W from "./iconsSVGs/Large/Subtract.js";
|
|
43
|
+
import z from "./iconsSVGs/Large/Summary.js";
|
|
44
|
+
import B from "./iconsSVGs/Large/Support.js";
|
|
45
|
+
import H from "./iconsSVGs/Large/Tick.js";
|
|
46
|
+
import J from "./iconsSVGs/Large/Timer.js";
|
|
47
|
+
import V from "./iconsSVGs/Large/Trash.js";
|
|
48
|
+
import j from "./iconsSVGs/Large/Undo.js";
|
|
49
|
+
import q from "./iconsSVGs/Large/Verification.js";
|
|
50
|
+
import Q from "./iconsSVGs/Large/Sidepeak.js";
|
|
51
|
+
import X from "./iconsSVGs/Large/Settings.js";
|
|
52
|
+
import Y from "./iconsSVGs/Large/SwitchToClassic.js";
|
|
53
|
+
import Z from "./iconsSVGs/Large/Building.js";
|
|
54
|
+
import _ from "./iconsSVGs/Large/NewSpotter.js";
|
|
55
|
+
import oo from "./iconsSVGs/Large/FlaggedMessage.js";
|
|
56
|
+
import ro from "./iconsSVGs/Large/AbnormalLastShift.js";
|
|
57
|
+
import mo from "./iconsSVGs/Large/LocationDisabled.js";
|
|
58
|
+
import io from "./iconsSVGs/Large/Jobs.js";
|
|
59
|
+
import to from "./iconsSVGs/Large/Feedback.js";
|
|
60
|
+
import lo from "./iconsSVGs/Small/Add.js";
|
|
61
|
+
import eo from "./iconsSVGs/Small/Alert.js";
|
|
62
|
+
import po from "./iconsSVGs/Small/ArrowRight.js";
|
|
63
|
+
import ao from "./iconsSVGs/Small/ArrowUp.js";
|
|
64
|
+
import fo from "./iconsSVGs/Small/Ascending.js";
|
|
65
|
+
import no from "./iconsSVGs/Small/Calendar.js";
|
|
66
|
+
import So from "./iconsSVGs/Small/CaretDown.js";
|
|
67
|
+
import so from "./iconsSVGs/Small/CaretRight.js";
|
|
68
|
+
import Co from "./iconsSVGs/Small/CheckedIn.js";
|
|
69
|
+
import co from "./iconsSVGs/Small/CheckedOut.js";
|
|
70
|
+
import go from "./iconsSVGs/Small/CheckIn.js";
|
|
71
|
+
import ho from "./iconsSVGs/Small/CheckInCircle.js";
|
|
72
|
+
import uo from "./iconsSVGs/Small/CheckOut.js";
|
|
73
|
+
import Ao from "./iconsSVGs/Small/ChevronDown.js";
|
|
74
|
+
import $o from "./iconsSVGs/Small/ChevronLeft.js";
|
|
74
75
|
import ko from "./iconsSVGs/Small/ChevronRight.js";
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import Mo from "./iconsSVGs/Small/
|
|
83
|
-
import bo from "./iconsSVGs/Small/
|
|
84
|
-
import Uo from "./iconsSVGs/Small/
|
|
85
|
-
import Ro from "./iconsSVGs/Small/
|
|
86
|
-
import Po from "./iconsSVGs/Small/
|
|
87
|
-
import Fo from "./iconsSVGs/Small/
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
76
|
+
import vo from "./iconsSVGs/Small/ChevronUp.js";
|
|
77
|
+
import wo from "./iconsSVGs/Small/Collapse.js";
|
|
78
|
+
import r from "./iconsSVGs/Small/CloudLightning.js";
|
|
79
|
+
import Do from "./iconsSVGs/Small/Copy.js";
|
|
80
|
+
import Io from "./iconsSVGs/Small/Cross.js";
|
|
81
|
+
import yo from "./iconsSVGs/Small/CrossInCircle.js";
|
|
82
|
+
import Lo from "./iconsSVGs/Small/Descending.js";
|
|
83
|
+
import Mo from "./iconsSVGs/Small/DistanceSmall.js";
|
|
84
|
+
import bo from "./iconsSVGs/Small/Empty.js";
|
|
85
|
+
import Uo from "./iconsSVGs/Small/Expand.js";
|
|
86
|
+
import Ro from "./iconsSVGs/Small/FileDownload.js";
|
|
87
|
+
import Po from "./iconsSVGs/Small/Incomplete.js";
|
|
88
|
+
import Fo from "./iconsSVGs/Small/Info.js";
|
|
89
|
+
import To from "./iconsSVGs/Small/KebabMenu.js";
|
|
90
|
+
import Oo from "./iconsSVGs/Small/LocationPin.js";
|
|
91
|
+
import Eo from "./iconsSVGs/Small/MagnifyingGlass.js";
|
|
92
|
+
import xo from "./iconsSVGs/Small/Notes.js";
|
|
93
|
+
import Go from "./iconsSVGs/Small/OpenSeparately.js";
|
|
94
|
+
import Ko from "./iconsSVGs/Small/PlaceholderIcon.js";
|
|
95
|
+
import { ProfileSmall as No } from "./iconsSVGs/Small/Profile.js";
|
|
96
|
+
import Wo from "./iconsSVGs/Small/ReadStatus.js";
|
|
97
|
+
import zo from "./iconsSVGs/Small/Shield.js";
|
|
98
|
+
import Bo from "./iconsSVGs/Small/SidepeakSmall.js";
|
|
99
|
+
import Ho from "./iconsSVGs/Small/Sort.js";
|
|
100
|
+
import Jo from "./iconsSVGs/Small/Success.js";
|
|
101
|
+
import Vo from "./iconsSVGs/Small/Tick.js";
|
|
102
|
+
import jo from "./iconsSVGs/Small/UnsavedChanges.js";
|
|
103
|
+
import qo from "./iconsSVGs/Small/Upload.js";
|
|
104
|
+
import Qo from "./iconsSVGs/Small/Waiting.js";
|
|
105
|
+
import Xo from "./iconsSVGs/Small/Warning.js";
|
|
106
|
+
import Yo from "./iconsSVGs/ExtraLarge/EmptyTemplate.js";
|
|
107
|
+
import Zo from "./iconsSVGs/ExtraLarge/PostAShift.js";
|
|
108
|
+
import _o from "./iconsSVGs/Countries/USA.js";
|
|
109
|
+
import or from "./iconsSVGs/Countries/CAN.js";
|
|
110
|
+
const mi = {
|
|
111
|
+
Add: m,
|
|
112
|
+
AdvancedSearch: i,
|
|
113
|
+
ArrowLeft: t,
|
|
114
|
+
ArrowRight: l,
|
|
115
|
+
Ascending: e,
|
|
116
|
+
Attach: p,
|
|
117
|
+
Bell: a,
|
|
118
|
+
BellUnread: f,
|
|
119
|
+
Building: Z,
|
|
120
|
+
Calendar: n,
|
|
121
|
+
Cancellation: S,
|
|
122
|
+
Chapters: s,
|
|
123
|
+
CheckIn: C,
|
|
124
|
+
CheckInCircleSmall: ho,
|
|
125
|
+
ChevronDown: c,
|
|
126
|
+
ChevronLeft: d,
|
|
127
|
+
ChevronRight: g,
|
|
128
|
+
ChevronUp: h,
|
|
129
|
+
Clock: u,
|
|
130
|
+
CloudLightning: o,
|
|
131
|
+
cloudLightning: o,
|
|
132
|
+
CollapseSmall: wo,
|
|
133
|
+
Contact: A,
|
|
130
134
|
Cross: k,
|
|
131
|
-
CrossInCircleSmall:
|
|
132
|
-
Descending:
|
|
133
|
-
DoubleTick:
|
|
134
|
-
Duplicate:
|
|
135
|
-
Edit:
|
|
136
|
-
Feedback:
|
|
137
|
-
File:
|
|
138
|
-
FileDownload:
|
|
139
|
-
ExpandSmall:
|
|
140
|
-
FileDownloadSmall:
|
|
141
|
-
InfoSmall:
|
|
142
|
-
HamburgerMenu:
|
|
143
|
-
Jobs:
|
|
144
|
-
KebabMenu:
|
|
145
|
-
MagnifyingGlass:
|
|
146
|
-
Maximize:
|
|
147
|
-
Maximize1:
|
|
148
|
-
Minimize:
|
|
149
|
-
OpenSeparately:
|
|
150
|
-
PlaceholderIcon:
|
|
151
|
-
Profile:
|
|
152
|
-
Restore:
|
|
153
|
-
Send:
|
|
154
|
-
Settings:
|
|
155
|
-
Shifts:
|
|
156
|
-
Sort:
|
|
157
|
-
Subtract:
|
|
158
|
-
Summary:
|
|
159
|
-
Support:
|
|
160
|
-
SwitchToClassic:
|
|
161
|
-
Tick:
|
|
162
|
-
Timer:
|
|
163
|
-
Trash:
|
|
164
|
-
Undo:
|
|
165
|
-
Verification:
|
|
166
|
-
AddSmall:
|
|
167
|
-
AlertSmall:
|
|
168
|
-
ArrowRightSmall:
|
|
169
|
-
ArrowUpSmall:
|
|
170
|
-
AscendingSmall:
|
|
171
|
-
CalendarSmall:
|
|
172
|
-
CaretDownSmall:
|
|
173
|
-
CaretRightSmall:
|
|
174
|
-
CheckedInSmall:
|
|
175
|
-
CheckedOutSmall:
|
|
176
|
-
CheckinSmall:
|
|
177
|
-
CheckOutSmall:
|
|
178
|
-
ChevronDownSmall:
|
|
179
|
-
ChevronLeftSmall:
|
|
135
|
+
CrossInCircleSmall: yo,
|
|
136
|
+
Descending: v,
|
|
137
|
+
DoubleTick: w,
|
|
138
|
+
Duplicate: D,
|
|
139
|
+
Edit: I,
|
|
140
|
+
Feedback: to,
|
|
141
|
+
File: y,
|
|
142
|
+
FileDownload: L,
|
|
143
|
+
ExpandSmall: Uo,
|
|
144
|
+
FileDownloadSmall: Ro,
|
|
145
|
+
InfoSmall: Fo,
|
|
146
|
+
HamburgerMenu: M,
|
|
147
|
+
Jobs: io,
|
|
148
|
+
KebabMenu: b,
|
|
149
|
+
MagnifyingGlass: U,
|
|
150
|
+
Maximize: R,
|
|
151
|
+
Maximize1: P,
|
|
152
|
+
Minimize: F,
|
|
153
|
+
OpenSeparately: T,
|
|
154
|
+
PlaceholderIcon: O,
|
|
155
|
+
Profile: E,
|
|
156
|
+
Restore: x,
|
|
157
|
+
Send: G,
|
|
158
|
+
Settings: X,
|
|
159
|
+
Shifts: K,
|
|
160
|
+
Sort: N,
|
|
161
|
+
Subtract: W,
|
|
162
|
+
Summary: z,
|
|
163
|
+
Support: B,
|
|
164
|
+
SwitchToClassic: Y,
|
|
165
|
+
Tick: H,
|
|
166
|
+
Timer: J,
|
|
167
|
+
Trash: V,
|
|
168
|
+
Undo: j,
|
|
169
|
+
Verification: q,
|
|
170
|
+
AddSmall: lo,
|
|
171
|
+
AlertSmall: eo,
|
|
172
|
+
ArrowRightSmall: po,
|
|
173
|
+
ArrowUpSmall: ao,
|
|
174
|
+
AscendingSmall: fo,
|
|
175
|
+
CalendarSmall: no,
|
|
176
|
+
CaretDownSmall: So,
|
|
177
|
+
CaretRightSmall: so,
|
|
178
|
+
CheckedInSmall: Co,
|
|
179
|
+
CheckedOutSmall: co,
|
|
180
|
+
CheckinSmall: go,
|
|
181
|
+
CheckOutSmall: uo,
|
|
182
|
+
ChevronDownSmall: Ao,
|
|
183
|
+
ChevronLeftSmall: $o,
|
|
180
184
|
ChevronRightSmall: ko,
|
|
181
|
-
ChevronUpSmall:
|
|
182
|
-
CrossSmall:
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
185
|
+
ChevronUpSmall: vo,
|
|
186
|
+
CrossSmall: Io,
|
|
187
|
+
CloudLightningSmall: r,
|
|
188
|
+
cloudLightningSmall: r,
|
|
189
|
+
CopyLarge: $,
|
|
190
|
+
CopySmall: Do,
|
|
191
|
+
DescendingSmall: Lo,
|
|
192
|
+
DistanceSmall: Mo,
|
|
193
|
+
EmptySmall: bo,
|
|
194
|
+
IncompleteSmall: Po,
|
|
195
|
+
KebabMenuSmall: To,
|
|
196
|
+
LocationPinSmall: Oo,
|
|
197
|
+
MagnifyingGlassSmall: Eo,
|
|
198
|
+
NotesSmall: xo,
|
|
199
|
+
OpenSeparatelySmall: Go,
|
|
200
|
+
PlaceholderIconSmall: Ko,
|
|
201
|
+
ReadStatus: Wo,
|
|
202
|
+
ShieldSmall: zo,
|
|
203
|
+
SortSmall: Ho,
|
|
204
|
+
SuccessSmall: Jo,
|
|
205
|
+
TickSmall: Vo,
|
|
206
|
+
UnsavedChangesSmall: jo,
|
|
207
|
+
UploadSmall: qo,
|
|
208
|
+
WaitingSmall: Qo,
|
|
209
|
+
WarningSmall: Xo,
|
|
210
|
+
CAN: or,
|
|
211
|
+
USA: _o,
|
|
212
|
+
SidePeak: Q,
|
|
213
|
+
SidePeakSmall: Bo,
|
|
214
|
+
ProfileSmall: No,
|
|
215
|
+
EmptyTemplate: Yo,
|
|
216
|
+
PostAShift: Zo,
|
|
217
|
+
NewSpotter: _,
|
|
218
|
+
FlaggedMessage: oo,
|
|
219
|
+
AbnormalLastShift: ro,
|
|
220
|
+
LocationDisabled: mo
|
|
215
221
|
};
|
|
216
222
|
export {
|
|
217
|
-
|
|
223
|
+
mi as svgs
|
|
218
224
|
};
|
|
@@ -4,7 +4,7 @@ import { Icons as l } from "./icons.js";
|
|
|
4
4
|
import "./iconsSVGs/Large/Profile.js";
|
|
5
5
|
import "./iconsSVGs/Small/Profile.js";
|
|
6
6
|
import "../../styles/colors/colors.js";
|
|
7
|
-
import { glyphColorsKeys as
|
|
7
|
+
import { glyphColorsKeys as t } from "../../styles/colors/colormap.js";
|
|
8
8
|
import { P as r } from "../../../index-DNpMaKvH.js";
|
|
9
9
|
import c from "react";
|
|
10
10
|
const f = {
|
|
@@ -15,7 +15,7 @@ const f = {
|
|
|
15
15
|
},
|
|
16
16
|
tags: ["autodocs"],
|
|
17
17
|
decorators: [
|
|
18
|
-
(
|
|
18
|
+
(i) => /* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, {}) })
|
|
19
19
|
],
|
|
20
20
|
argTypes: {
|
|
21
21
|
icon: {
|
|
@@ -39,6 +39,8 @@ const f = {
|
|
|
39
39
|
"ChevronRight",
|
|
40
40
|
"ChevronUp",
|
|
41
41
|
"Clock",
|
|
42
|
+
"CloudLightning",
|
|
43
|
+
"CloudLightningSmall",
|
|
42
44
|
"CollapseSmall",
|
|
43
45
|
"Contact",
|
|
44
46
|
"Cross",
|
|
@@ -116,13 +118,15 @@ const f = {
|
|
|
116
118
|
"ProfileSmall",
|
|
117
119
|
"Building",
|
|
118
120
|
"EmptyTemplate",
|
|
119
|
-
"PostAShift"
|
|
121
|
+
"PostAShift",
|
|
122
|
+
"cloudLightning",
|
|
123
|
+
"cloudLightningSmall"
|
|
120
124
|
],
|
|
121
125
|
description: "The type of icon to display"
|
|
122
126
|
},
|
|
123
127
|
color: {
|
|
124
128
|
control: "select",
|
|
125
|
-
options:
|
|
129
|
+
options: t,
|
|
126
130
|
description: "The color of the icon"
|
|
127
131
|
},
|
|
128
132
|
disabled: {
|
|
@@ -241,7 +245,7 @@ const f = {
|
|
|
241
245
|
/* @__PURE__ */ e(l, { icon: "ChevronUpSmall" }),
|
|
242
246
|
/* @__PURE__ */ e(l, { icon: "KebabMenuSmall" })
|
|
243
247
|
] })
|
|
244
|
-
},
|
|
248
|
+
}, L = {
|
|
245
249
|
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
246
250
|
/* @__PURE__ */ e(l, { icon: "Calendar" }),
|
|
247
251
|
/* @__PURE__ */ e(l, { icon: "Clock" }),
|
|
@@ -250,7 +254,7 @@ const f = {
|
|
|
250
254
|
/* @__PURE__ */ e(l, { icon: "Shifts" }),
|
|
251
255
|
/* @__PURE__ */ e(l, { icon: "CheckInCircleSmall" })
|
|
252
256
|
] })
|
|
253
|
-
},
|
|
257
|
+
}, M = {
|
|
254
258
|
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
255
259
|
/* @__PURE__ */ e(l, { icon: "Send" }),
|
|
256
260
|
/* @__PURE__ */ e(l, { icon: "Contact" }),
|
|
@@ -259,7 +263,7 @@ const f = {
|
|
|
259
263
|
/* @__PURE__ */ e(l, { icon: "DoubleTick" }),
|
|
260
264
|
/* @__PURE__ */ e(l, { icon: "ReadStatus" })
|
|
261
265
|
] })
|
|
262
|
-
},
|
|
266
|
+
}, U = {
|
|
263
267
|
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
264
268
|
/* @__PURE__ */ e(l, { icon: "File" }),
|
|
265
269
|
/* @__PURE__ */ e(l, { icon: "Attach" }),
|
|
@@ -267,7 +271,7 @@ const f = {
|
|
|
267
271
|
/* @__PURE__ */ e(l, { icon: "NotesSmall" }),
|
|
268
272
|
/* @__PURE__ */ e(l, { icon: "UploadSmall" })
|
|
269
273
|
] })
|
|
270
|
-
},
|
|
274
|
+
}, D = {
|
|
271
275
|
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
272
276
|
/* @__PURE__ */ e(l, { icon: "MagnifyingGlass" }),
|
|
273
277
|
/* @__PURE__ */ e(l, { icon: "AdvancedSearch" }),
|
|
@@ -275,7 +279,7 @@ const f = {
|
|
|
275
279
|
/* @__PURE__ */ e(l, { icon: "Sort" }),
|
|
276
280
|
/* @__PURE__ */ e(l, { icon: "SortSmall" })
|
|
277
281
|
] })
|
|
278
|
-
},
|
|
282
|
+
}, N = {
|
|
279
283
|
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
280
284
|
/* @__PURE__ */ e(l, { icon: "HamburgerMenu" }),
|
|
281
285
|
/* @__PURE__ */ e(l, { icon: "KebabMenu" }),
|
|
@@ -284,24 +288,24 @@ const f = {
|
|
|
284
288
|
/* @__PURE__ */ e(l, { icon: "Profile" }),
|
|
285
289
|
/* @__PURE__ */ e(l, { icon: "ProfileSmall" })
|
|
286
290
|
] })
|
|
287
|
-
},
|
|
291
|
+
}, P = {
|
|
288
292
|
render: () => {
|
|
289
|
-
const [
|
|
293
|
+
const [i, a] = c.useState(!1);
|
|
290
294
|
return /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
291
295
|
/* @__PURE__ */ e(
|
|
292
296
|
l,
|
|
293
297
|
{
|
|
294
|
-
icon:
|
|
295
|
-
color:
|
|
298
|
+
icon: i ? "Tick" : "Add",
|
|
299
|
+
color: i ? "success" : "default",
|
|
296
300
|
button: !0,
|
|
297
|
-
hoverText:
|
|
298
|
-
handleClick: () =>
|
|
301
|
+
hoverText: i ? "Unlike" : "Like",
|
|
302
|
+
handleClick: () => a(!i)
|
|
299
303
|
}
|
|
300
304
|
),
|
|
301
305
|
/* @__PURE__ */ e("span", { children: "Click to toggle state" })
|
|
302
306
|
] });
|
|
303
307
|
}
|
|
304
|
-
},
|
|
308
|
+
}, R = {
|
|
305
309
|
render: () => /* @__PURE__ */ e("div", { className: "grid grid-cols-8 gap-4 p-4 max-w-4xl", children: [
|
|
306
310
|
"Add",
|
|
307
311
|
"AdvancedSearch",
|
|
@@ -321,6 +325,8 @@ const f = {
|
|
|
321
325
|
"ChevronRight",
|
|
322
326
|
"ChevronUp",
|
|
323
327
|
"Clock",
|
|
328
|
+
"CloudLightning",
|
|
329
|
+
"CloudLightningSmall",
|
|
324
330
|
"CollapseSmall",
|
|
325
331
|
"Contact",
|
|
326
332
|
"Cross",
|
|
@@ -398,28 +404,30 @@ const f = {
|
|
|
398
404
|
"ProfileSmall",
|
|
399
405
|
"Building",
|
|
400
406
|
"EmptyTemplate",
|
|
401
|
-
"PostAShift"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
407
|
+
"PostAShift",
|
|
408
|
+
"cloudLightning",
|
|
409
|
+
"cloudLightningSmall"
|
|
410
|
+
].map((a) => /* @__PURE__ */ n("div", { className: "flex flex-col items-center gap-2 p-2 border rounded", children: [
|
|
411
|
+
/* @__PURE__ */ e(l, { icon: a }),
|
|
412
|
+
/* @__PURE__ */ e("span", { className: "text-xs text-center", children: a })
|
|
413
|
+
] }, a)) }),
|
|
406
414
|
parameters: {
|
|
407
415
|
layout: "padded"
|
|
408
416
|
}
|
|
409
417
|
};
|
|
410
418
|
export {
|
|
411
419
|
T as ActionIcons,
|
|
412
|
-
|
|
420
|
+
R as AllIcons,
|
|
413
421
|
A as ButtonIcons,
|
|
414
|
-
|
|
422
|
+
M as CommunicationIcons,
|
|
415
423
|
v as Default,
|
|
416
424
|
b as DisabledIcons,
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
425
|
+
U as FileIcons,
|
|
426
|
+
L as FormIcons,
|
|
427
|
+
P as Interactive,
|
|
428
|
+
N as MenuIcons,
|
|
421
429
|
I as NavigationIcons,
|
|
422
|
-
|
|
430
|
+
D as SearchIcons,
|
|
423
431
|
w as SmallIcons,
|
|
424
432
|
y as StatusIcons,
|
|
425
433
|
k as WithColors,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const n = ({ fill: o }) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: o,
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("path", { d: "M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "m13 12-3 5h4l-3 5" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
n as default
|
|
22
|
+
};
|
|
@@ -15,6 +15,7 @@ import { default as ChevronLeft } from './ChevronLeft';
|
|
|
15
15
|
import { default as ChevronRight } from './ChevronRight';
|
|
16
16
|
import { default as ChevronUp } from './ChevronUp';
|
|
17
17
|
import { default as Clock } from './Clock';
|
|
18
|
+
import { default as CloudLightning } from './CloudLightning';
|
|
18
19
|
import { default as Contact } from './Contact';
|
|
19
20
|
import { default as Copy } from './Copy';
|
|
20
21
|
import { default as Cross } from './Cross';
|
|
@@ -58,4 +59,4 @@ import { default as LocationDisabled } from './LocationDisabled';
|
|
|
58
59
|
import { default as Jobs } from './Jobs';
|
|
59
60
|
import { default as Feedback } from './Feedback';
|
|
60
61
|
|
|
61
|
-
export { Add, AdvancedSearch, ArrowLeft, ArrowRight, Ascending, Attach, Bell, BellUnread, Building, Calendar, Cancellation, Chapters, CheckIn, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, Contact, Copy, Cross, Descending, DoubleTick, Duplicate, Edit, EyeClose, EyeOpen, File, FileDownload, HamburgerMenu, Jobs, KebabMenu, MagnifyingGlass, Maximize, Maximize1, Minimize, OpenSeparately, PlaceholderIcon, Profile, Restore, Send, Settings, Shifts, Sort, Subtract, Summary, Support, SwitchToClassic, Tick, Timer, Trash, Undo, Verification, SidePeak, NewSpotter, FlaggedMessage, AbnormalLastShift, LocationDisabled, Feedback, };
|
|
62
|
+
export { Add, AdvancedSearch, ArrowLeft, ArrowRight, Ascending, Attach, Bell, BellUnread, Building, Calendar, Cancellation, Chapters, CheckIn, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, CloudLightning, Contact, Copy, Cross, Descending, DoubleTick, Duplicate, Edit, EyeClose, EyeOpen, File, FileDownload, HamburgerMenu, Jobs, KebabMenu, MagnifyingGlass, Maximize, Maximize1, Minimize, OpenSeparately, PlaceholderIcon, Profile, Restore, Send, Settings, Shifts, Sort, Subtract, Summary, Support, SwitchToClassic, Tick, Timer, Trash, Undo, Verification, SidePeak, NewSpotter, FlaggedMessage, AbnormalLastShift, LocationDisabled, Feedback, };
|
|
@@ -1,120 +1,122 @@
|
|
|
1
1
|
import { default as o } from "./Add.js";
|
|
2
2
|
import { default as t } from "./AdvancedSearch.js";
|
|
3
3
|
import { default as l } from "./ArrowLeft.js";
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
4
|
+
import { default as s } from "./ArrowRight.js";
|
|
5
|
+
import { default as u } from "./Ascending.js";
|
|
6
6
|
import { default as x } from "./Attach.js";
|
|
7
7
|
import { default as n } from "./Bell.js";
|
|
8
8
|
import { default as h } from "./BellUnread.js";
|
|
9
|
-
import { default as
|
|
9
|
+
import { default as g } from "./Calendar.js";
|
|
10
10
|
import { default as b } from "./Cancellation.js";
|
|
11
11
|
import { default as M } from "./Chapters.js";
|
|
12
12
|
import { default as w } from "./CheckIn.js";
|
|
13
13
|
import { default as D } from "./ChevronDown.js";
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
14
|
+
import { default as L } from "./ChevronLeft.js";
|
|
15
|
+
import { default as F } from "./ChevronRight.js";
|
|
16
16
|
import { default as B } from "./ChevronUp.js";
|
|
17
17
|
import { default as P } from "./Clock.js";
|
|
18
|
-
import { default as U } from "./
|
|
19
|
-
import { default as O } from "./
|
|
20
|
-
import { default as H } from "./
|
|
21
|
-
import { default as K } from "./
|
|
22
|
-
import { default as V } from "./
|
|
23
|
-
import { default as q } from "./
|
|
24
|
-
import { default as W } from "./
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
27
|
-
import { default as ee } from "./
|
|
28
|
-
import { default as oe } from "./
|
|
29
|
-
import { default as te } from "./
|
|
30
|
-
import { default as le } from "./
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as xe } from "./
|
|
34
|
-
import { default as ne } from "./
|
|
35
|
-
import { default as he } from "./
|
|
36
|
-
import { default as
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { default as we } from "./
|
|
40
|
-
import { default as De } from "./
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as Be } from "./
|
|
44
|
-
import { default as Pe } from "./
|
|
45
|
-
import { default as Ue } from "./
|
|
46
|
-
import { default as Oe } from "./
|
|
47
|
-
import { default as He } from "./
|
|
48
|
-
import { default as Ke } from "./
|
|
49
|
-
import { default as Ve } from "./
|
|
50
|
-
import { default as qe } from "./
|
|
51
|
-
import { default as We } from "./
|
|
52
|
-
import { default as Ye } from "./
|
|
53
|
-
import { default as _e } from "./
|
|
54
|
-
import { default as ea } from "./
|
|
55
|
-
import { default as oa } from "./
|
|
56
|
-
import { default as ta } from "./
|
|
57
|
-
import { default as la } from "./
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
18
|
+
import { default as U } from "./CloudLightning.js";
|
|
19
|
+
import { default as O } from "./Contact.js";
|
|
20
|
+
import { default as H } from "./Copy.js";
|
|
21
|
+
import { default as K } from "./Cross.js";
|
|
22
|
+
import { default as V } from "./Descending.js";
|
|
23
|
+
import { default as q } from "./DoubleTick.js";
|
|
24
|
+
import { default as W } from "./Duplicate.js";
|
|
25
|
+
import { default as Y } from "./Edit.js";
|
|
26
|
+
import { default as _ } from "./EyeClose.js";
|
|
27
|
+
import { default as ee } from "./EyeOpen.js";
|
|
28
|
+
import { default as oe } from "./File.js";
|
|
29
|
+
import { default as te } from "./FileDownload.js";
|
|
30
|
+
import { default as le } from "./HamburgerMenu.js";
|
|
31
|
+
import { default as se } from "./KebabMenu.js";
|
|
32
|
+
import { default as ue } from "./MagnifyingGlass.js";
|
|
33
|
+
import { default as xe } from "./Maximize.js";
|
|
34
|
+
import { default as ne } from "./Maximize1.js";
|
|
35
|
+
import { default as he } from "./Minimize.js";
|
|
36
|
+
import { default as ge } from "./OpenSeparately.js";
|
|
37
|
+
import { default as be } from "./PlaceholderIcon.js";
|
|
38
|
+
import { Profile as Me } from "./Profile.js";
|
|
39
|
+
import { default as we } from "./Restore.js";
|
|
40
|
+
import { default as De } from "./Send.js";
|
|
41
|
+
import { default as Le } from "./Shifts.js";
|
|
42
|
+
import { default as Fe } from "./Sort.js";
|
|
43
|
+
import { default as Be } from "./Subtract.js";
|
|
44
|
+
import { default as Pe } from "./Summary.js";
|
|
45
|
+
import { default as Ue } from "./Support.js";
|
|
46
|
+
import { default as Oe } from "./Tick.js";
|
|
47
|
+
import { default as He } from "./Timer.js";
|
|
48
|
+
import { default as Ke } from "./Trash.js";
|
|
49
|
+
import { default as Ve } from "./Undo.js";
|
|
50
|
+
import { default as qe } from "./Verification.js";
|
|
51
|
+
import { default as We } from "./Sidepeak.js";
|
|
52
|
+
import { default as Ye } from "./Settings.js";
|
|
53
|
+
import { default as _e } from "./SwitchToClassic.js";
|
|
54
|
+
import { default as ea } from "./Building.js";
|
|
55
|
+
import { default as oa } from "./NewSpotter.js";
|
|
56
|
+
import { default as ta } from "./FlaggedMessage.js";
|
|
57
|
+
import { default as la } from "./AbnormalLastShift.js";
|
|
58
|
+
import { default as sa } from "./LocationDisabled.js";
|
|
59
|
+
import { default as ua } from "./Jobs.js";
|
|
60
|
+
import { default as xa } from "./Feedback.js";
|
|
60
61
|
export {
|
|
61
|
-
|
|
62
|
+
la as AbnormalLastShift,
|
|
62
63
|
o as Add,
|
|
63
64
|
t as AdvancedSearch,
|
|
64
65
|
l as ArrowLeft,
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
s as ArrowRight,
|
|
67
|
+
u as Ascending,
|
|
67
68
|
x as Attach,
|
|
68
69
|
n as Bell,
|
|
69
70
|
h as BellUnread,
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
ea as Building,
|
|
72
|
+
g as Calendar,
|
|
72
73
|
b as Cancellation,
|
|
73
74
|
M as Chapters,
|
|
74
75
|
w as CheckIn,
|
|
75
76
|
D as ChevronDown,
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
L as ChevronLeft,
|
|
78
|
+
F as ChevronRight,
|
|
78
79
|
B as ChevronUp,
|
|
79
80
|
P as Clock,
|
|
80
|
-
U as
|
|
81
|
-
O as
|
|
82
|
-
H as
|
|
83
|
-
K as
|
|
84
|
-
V as
|
|
85
|
-
q as
|
|
86
|
-
W as
|
|
87
|
-
Y as
|
|
88
|
-
_ as
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
oe as
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
xe as
|
|
100
|
-
ne as
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
be as
|
|
105
|
-
Me as
|
|
106
|
-
we as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Be as
|
|
113
|
-
Pe as
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
Oe as
|
|
117
|
-
He as
|
|
118
|
-
Ke as
|
|
119
|
-
Ve as
|
|
81
|
+
U as CloudLightning,
|
|
82
|
+
O as Contact,
|
|
83
|
+
H as Copy,
|
|
84
|
+
K as Cross,
|
|
85
|
+
V as Descending,
|
|
86
|
+
q as DoubleTick,
|
|
87
|
+
W as Duplicate,
|
|
88
|
+
Y as Edit,
|
|
89
|
+
_ as EyeClose,
|
|
90
|
+
ee as EyeOpen,
|
|
91
|
+
xa as Feedback,
|
|
92
|
+
oe as File,
|
|
93
|
+
te as FileDownload,
|
|
94
|
+
ta as FlaggedMessage,
|
|
95
|
+
le as HamburgerMenu,
|
|
96
|
+
ua as Jobs,
|
|
97
|
+
se as KebabMenu,
|
|
98
|
+
sa as LocationDisabled,
|
|
99
|
+
ue as MagnifyingGlass,
|
|
100
|
+
xe as Maximize,
|
|
101
|
+
ne as Maximize1,
|
|
102
|
+
he as Minimize,
|
|
103
|
+
oa as NewSpotter,
|
|
104
|
+
ge as OpenSeparately,
|
|
105
|
+
be as PlaceholderIcon,
|
|
106
|
+
Me as Profile,
|
|
107
|
+
we as Restore,
|
|
108
|
+
De as Send,
|
|
109
|
+
Ye as Settings,
|
|
110
|
+
Le as Shifts,
|
|
111
|
+
We as SidePeak,
|
|
112
|
+
Fe as Sort,
|
|
113
|
+
Be as Subtract,
|
|
114
|
+
Pe as Summary,
|
|
115
|
+
Ue as Support,
|
|
116
|
+
_e as SwitchToClassic,
|
|
117
|
+
Oe as Tick,
|
|
118
|
+
He as Timer,
|
|
119
|
+
Ke as Trash,
|
|
120
|
+
Ve as Undo,
|
|
121
|
+
qe as Verification
|
|
120
122
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const n = ({ fill: o }) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "20",
|
|
7
|
+
height: "20",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: o,
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("path", { d: "M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "m13 12-3 5h4l-3 5" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
n as default
|
|
22
|
+
};
|
|
@@ -16,6 +16,7 @@ import { default as ChevronLeft } from './ChevronLeft';
|
|
|
16
16
|
import { default as ChevronRight } from './ChevronRight';
|
|
17
17
|
import { default as ChevronUp } from './ChevronUp';
|
|
18
18
|
import { default as Collapse } from './Collapse';
|
|
19
|
+
import { default as CloudLightning } from './CloudLightning';
|
|
19
20
|
import { default as Copy } from './Copy';
|
|
20
21
|
import { default as Cross } from './Cross';
|
|
21
22
|
import { default as CrossInCircle } from './CrossInCircle';
|
|
@@ -44,4 +45,4 @@ import { default as Upload } from './Upload';
|
|
|
44
45
|
import { default as Waiting } from './Waiting';
|
|
45
46
|
import { default as Warning } from './Warning';
|
|
46
47
|
|
|
47
|
-
export { Add, Alert, ArrowRight, ArrowUp, Ascending, Calendar, CaretDown, CaretRight, CheckedIn, CheckedOut, CheckIn, CheckInCircle, CheckOut, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Collapse, Cross, CrossInCircle, Descending, DistanceSmall, Empty, Expand, FileDownload, Incomplete, Info, KebabMenu, LocationPin, MagnifyingGlass, Notes, OpenSeparately, PlaceholderIcon, ReadStatus, Shield, Sort, Success, Tick, UnsavedChanges, Upload, Waiting, Warning, Copy, SidePeakSmall, ProfileSmall, };
|
|
48
|
+
export { Add, Alert, ArrowRight, ArrowUp, Ascending, Calendar, CaretDown, CaretRight, CheckedIn, CheckedOut, CheckIn, CheckInCircle, CheckOut, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Collapse, CloudLightning, Cross, CrossInCircle, Descending, DistanceSmall, Empty, Expand, FileDownload, Incomplete, Info, KebabMenu, LocationPin, MagnifyingGlass, Notes, OpenSeparately, PlaceholderIcon, ReadStatus, Shield, Sort, Success, Tick, UnsavedChanges, Upload, Waiting, Warning, Copy, SidePeakSmall, ProfileSmall, };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as a } from "./Add.js";
|
|
2
2
|
import { default as t } from "./Alert.js";
|
|
3
3
|
import { default as l } from "./ArrowRight.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as s } from "./ArrowUp.js";
|
|
5
5
|
import { default as m } from "./Ascending.js";
|
|
6
6
|
import { default as x } from "./Calendar.js";
|
|
7
7
|
import { default as i } from "./CaretDown.js";
|
|
@@ -12,42 +12,43 @@ import { default as v } from "./CheckIn.js";
|
|
|
12
12
|
import { default as A } from "./CheckInCircle.js";
|
|
13
13
|
import { default as y } from "./CheckOut.js";
|
|
14
14
|
import { default as R } from "./ChevronDown.js";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
15
|
+
import { default as L } from "./ChevronLeft.js";
|
|
16
|
+
import { default as b } from "./ChevronRight.js";
|
|
17
17
|
import { default as M } from "./ChevronUp.js";
|
|
18
18
|
import { default as F } from "./Collapse.js";
|
|
19
|
-
import { default as K } from "./
|
|
20
|
-
import { default as T } from "./
|
|
21
|
-
import { default as q } from "./
|
|
22
|
-
import { default as B } from "./
|
|
23
|
-
import { default as J } from "./
|
|
24
|
-
import { default as V } from "./
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
27
|
-
import { default as ee } from "./
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as te } from "./
|
|
30
|
-
import { default as le } from "./
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as me } from "./
|
|
33
|
-
import { default as xe } from "./
|
|
34
|
-
import { default as ie } from "./
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import { default as ke } from "./
|
|
38
|
-
import { default as ve } from "./
|
|
39
|
-
import { default as Ae } from "./
|
|
40
|
-
import { default as ye } from "./
|
|
41
|
-
import { default as Re } from "./
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as Me } from "./
|
|
45
|
-
import { default as Fe } from "./
|
|
19
|
+
import { default as K } from "./CloudLightning.js";
|
|
20
|
+
import { default as T } from "./Copy.js";
|
|
21
|
+
import { default as q } from "./Cross.js";
|
|
22
|
+
import { default as B } from "./CrossInCircle.js";
|
|
23
|
+
import { default as J } from "./Descending.js";
|
|
24
|
+
import { default as V } from "./DistanceSmall.js";
|
|
25
|
+
import { default as Y } from "./Empty.js";
|
|
26
|
+
import { default as _ } from "./Expand.js";
|
|
27
|
+
import { default as ee } from "./FileDownload.js";
|
|
28
|
+
import { default as ae } from "./Incomplete.js";
|
|
29
|
+
import { default as te } from "./Info.js";
|
|
30
|
+
import { default as le } from "./KebabMenu.js";
|
|
31
|
+
import { default as se } from "./LocationPin.js";
|
|
32
|
+
import { default as me } from "./MagnifyingGlass.js";
|
|
33
|
+
import { default as xe } from "./Notes.js";
|
|
34
|
+
import { default as ie } from "./OpenSeparately.js";
|
|
35
|
+
import { default as ce } from "./PlaceholderIcon.js";
|
|
36
|
+
import { ProfileSmall as ge } from "./Profile.js";
|
|
37
|
+
import { default as ke } from "./ReadStatus.js";
|
|
38
|
+
import { default as ve } from "./Shield.js";
|
|
39
|
+
import { default as Ae } from "./SidepeakSmall.js";
|
|
40
|
+
import { default as ye } from "./Sort.js";
|
|
41
|
+
import { default as Re } from "./Success.js";
|
|
42
|
+
import { default as Le } from "./Tick.js";
|
|
43
|
+
import { default as be } from "./UnsavedChanges.js";
|
|
44
|
+
import { default as Me } from "./Upload.js";
|
|
45
|
+
import { default as Fe } from "./Waiting.js";
|
|
46
|
+
import { default as Ke } from "./Warning.js";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
a as Add,
|
|
48
49
|
t as Alert,
|
|
49
50
|
l as ArrowRight,
|
|
50
|
-
|
|
51
|
+
s as ArrowUp,
|
|
51
52
|
m as Ascending,
|
|
52
53
|
x as Calendar,
|
|
53
54
|
i as CaretDown,
|
|
@@ -58,35 +59,36 @@ export {
|
|
|
58
59
|
g as CheckedIn,
|
|
59
60
|
k as CheckedOut,
|
|
60
61
|
R as ChevronDown,
|
|
61
|
-
|
|
62
|
-
|
|
62
|
+
L as ChevronLeft,
|
|
63
|
+
b as ChevronRight,
|
|
63
64
|
M as ChevronUp,
|
|
65
|
+
K as CloudLightning,
|
|
64
66
|
F as Collapse,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
67
|
+
T as Copy,
|
|
68
|
+
q as Cross,
|
|
69
|
+
B as CrossInCircle,
|
|
70
|
+
J as Descending,
|
|
71
|
+
V as DistanceSmall,
|
|
72
|
+
Y as Empty,
|
|
73
|
+
_ as Expand,
|
|
74
|
+
ee as FileDownload,
|
|
75
|
+
ae as Incomplete,
|
|
76
|
+
te as Info,
|
|
77
|
+
le as KebabMenu,
|
|
78
|
+
se as LocationPin,
|
|
79
|
+
me as MagnifyingGlass,
|
|
80
|
+
xe as Notes,
|
|
81
|
+
ie as OpenSeparately,
|
|
82
|
+
ce as PlaceholderIcon,
|
|
83
|
+
ge as ProfileSmall,
|
|
84
|
+
ke as ReadStatus,
|
|
85
|
+
ve as Shield,
|
|
86
|
+
Ae as SidePeakSmall,
|
|
87
|
+
ye as Sort,
|
|
88
|
+
Re as Success,
|
|
89
|
+
Le as Tick,
|
|
90
|
+
be as UnsavedChanges,
|
|
91
|
+
Me as Upload,
|
|
92
|
+
Fe as Waiting,
|
|
93
|
+
Ke as Warning
|
|
92
94
|
};
|