@hero-design/rn 8.53.0 → 8.55.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/.eslintrc.js +0 -1
- package/.turbo/turbo-build.log +2 -5
- package/CHANGELOG.md +16 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +592 -576
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +592 -576
- package/package.json +7 -4
- package/sonar-project.properties +9 -0
- package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Tabs/StyledTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +2 -1
- package/src/theme/components/tabs.ts +2 -1
- package/types/components/Accordion/AccordionItem.d.ts +1 -1
- package/types/components/Accordion/StyledAccordion.d.ts +1 -1
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -1
- package/types/components/Avatar/StyledAvatar.d.ts +2 -2
- package/types/components/Badge/StyledBadge.d.ts +2 -2
- package/types/components/BottomNavigation/index.d.ts +1 -1
- package/types/components/BottomSheet/BottomSheetContext.d.ts +1 -1
- package/types/components/Box/config.d.ts +2 -2
- package/types/components/Box/types.d.ts +3 -3
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -1
- package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
- package/types/components/Button/StyledButton.d.ts +2 -2
- package/types/components/Carousel/CardCarousel.d.ts +1 -1
- package/types/components/Carousel/types.d.ts +2 -2
- package/types/components/Checkbox/StyledCheckbox.d.ts +1 -1
- package/types/components/Checkbox/index.d.ts +1 -1
- package/types/components/Chip/StyledChip.d.ts +1 -1
- package/types/components/Divider/StyledDivider.d.ts +1 -1
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +1 -1
- package/types/components/Empty/StyledEmpty.d.ts +1 -1
- package/types/components/Error/StyledError.d.ts +1 -1
- package/types/components/FAB/ActionGroup/index.d.ts +1 -1
- package/types/components/FAB/AnimatedFABIcon.d.ts +1 -1
- package/types/components/FAB/FAB.d.ts +1 -1
- package/types/components/Icon/AnimatedIcon.d.ts +1 -1
- package/types/components/Icon/HeroIcon/index.d.ts +2 -2
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +2 -2
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/List/StyledListItem.d.ts +2 -2
- package/types/components/PinInput/StyledPinInput.d.ts +1 -1
- package/types/components/Portal/reducer.d.ts +1 -1
- package/types/components/Portal/types.d.ts +1 -1
- package/types/components/Progress/types.d.ts +1 -1
- package/types/components/Radio/types.d.ts +1 -1
- package/types/components/RefreshControl/index.d.ts +1 -1
- package/types/components/RichTextEditor/RichTextEditor.d.ts +1 -1
- package/types/components/RichTextEditor/types.d.ts +1 -1
- package/types/components/SectionHeading/StyledHeading.d.ts +1 -1
- package/types/components/Select/BaseOptionList.d.ts +1 -1
- package/types/components/Select/MultiSelect/OptionList.d.ts +1 -1
- package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
- package/types/components/Select/helpers.d.ts +1 -1
- package/types/components/Select/types.d.ts +6 -6
- package/types/components/Skeleton/StyledSkeleton.d.ts +2 -2
- package/types/components/Success/StyledSuccess.d.ts +1 -1
- package/types/components/Swipeable/StyledSwipeable.d.ts +1 -1
- package/types/components/Swipeable/index.d.ts +2 -2
- package/types/components/Switch/SelectorSwitch/index.d.ts +3 -3
- package/types/components/Switch/StyledSwitch.d.ts +1 -1
- package/types/components/Tabs/TabWithBadge.d.ts +3 -3
- package/types/components/Tabs/index.d.ts +2 -2
- package/types/components/Tag/StyledTag.d.ts +1 -1
- package/types/components/TextInput/StyledTextInput.d.ts +2 -2
- package/types/components/TextInput/index.d.ts +1 -1
- package/types/components/Toast/ToastContext.d.ts +2 -2
- package/types/components/Toast/ToastProvider.d.ts +1 -1
- package/types/components/Toast/types.d.ts +2 -2
- package/types/components/Typography/Body/StyledBody.d.ts +1 -1
- package/types/components/Typography/Title/StyledTitle.d.ts +1 -1
- package/types/components/Typography/types.d.ts +1 -1
- package/types/theme/ThemeSwitcher.d.ts +1 -1
- package/types/theme/components/badge.d.ts +1 -1
- package/types/theme/components/button.d.ts +1 -1
- package/types/theme/components/carousel.d.ts +1 -1
- package/types/theme/components/empty.d.ts +1 -1
- package/types/theme/components/error.d.ts +1 -1
- package/types/theme/components/fab.d.ts +1 -1
- package/types/theme/components/pinInput.d.ts +1 -1
- package/types/theme/components/success.d.ts +1 -1
- package/types/theme/components/tabs.d.ts +1 -0
- package/types/theme/components/tag.d.ts +1 -1
- package/types/theme/getTheme.d.ts +1 -1
- package/types/theme/global/colors/types.d.ts +3 -3
- package/types/theme/global/index.d.ts +1 -1
- package/types/theme/global/scale.d.ts +1 -1
- package/types/theme/global/shadows.d.ts +1 -1
- package/types/theme/global/typography.d.ts +1 -1
package/es/index.js
CHANGED
|
@@ -12,341 +12,363 @@ import PagerView from 'react-native-pager-view';
|
|
|
12
12
|
import { EventEmitter } from 'events';
|
|
13
13
|
import { WebView } from 'react-native-webview';
|
|
14
14
|
|
|
15
|
-
function
|
|
16
|
-
var
|
|
17
|
-
if (
|
|
18
|
-
var
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
function _iterableToArrayLimit(r, l) {
|
|
16
|
+
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
17
|
+
if (null != t) {
|
|
18
|
+
var e,
|
|
19
|
+
n,
|
|
20
|
+
i,
|
|
21
|
+
u,
|
|
22
|
+
a = [],
|
|
23
|
+
f = !0,
|
|
24
|
+
o = !1;
|
|
25
|
+
try {
|
|
26
|
+
if (i = (t = t.call(r)).next, 0 === l) {
|
|
27
|
+
if (Object(t) !== t) return;
|
|
28
|
+
f = !1;
|
|
29
|
+
} else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
|
|
30
|
+
} catch (r) {
|
|
31
|
+
o = !0, n = r;
|
|
32
|
+
} finally {
|
|
33
|
+
try {
|
|
34
|
+
if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
|
|
35
|
+
} finally {
|
|
36
|
+
if (o) throw n;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return a;
|
|
22
40
|
}
|
|
23
|
-
return keys;
|
|
24
41
|
}
|
|
25
|
-
function
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
42
|
+
function ownKeys(e, r) {
|
|
43
|
+
var t = Object.keys(e);
|
|
44
|
+
if (Object.getOwnPropertySymbols) {
|
|
45
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
46
|
+
r && (o = o.filter(function (r) {
|
|
47
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
48
|
+
})), t.push.apply(t, o);
|
|
49
|
+
}
|
|
50
|
+
return t;
|
|
51
|
+
}
|
|
52
|
+
function _objectSpread2(e) {
|
|
53
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
54
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
55
|
+
r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
|
|
56
|
+
_defineProperty(e, r, t[r]);
|
|
57
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
58
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
32
59
|
});
|
|
33
60
|
}
|
|
34
|
-
return
|
|
61
|
+
return e;
|
|
35
62
|
}
|
|
36
63
|
function _regeneratorRuntime() {
|
|
37
64
|
_regeneratorRuntime = function () {
|
|
38
|
-
return
|
|
65
|
+
return e;
|
|
39
66
|
};
|
|
40
|
-
var
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
67
|
+
var t,
|
|
68
|
+
e = {},
|
|
69
|
+
r = Object.prototype,
|
|
70
|
+
n = r.hasOwnProperty,
|
|
71
|
+
o = Object.defineProperty || function (t, e, r) {
|
|
72
|
+
t[e] = r.value;
|
|
45
73
|
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
function define(
|
|
51
|
-
return Object.defineProperty(
|
|
52
|
-
value:
|
|
74
|
+
i = "function" == typeof Symbol ? Symbol : {},
|
|
75
|
+
a = i.iterator || "@@iterator",
|
|
76
|
+
c = i.asyncIterator || "@@asyncIterator",
|
|
77
|
+
u = i.toStringTag || "@@toStringTag";
|
|
78
|
+
function define(t, e, r) {
|
|
79
|
+
return Object.defineProperty(t, e, {
|
|
80
|
+
value: r,
|
|
53
81
|
enumerable: !0,
|
|
54
82
|
configurable: !0,
|
|
55
83
|
writable: !0
|
|
56
|
-
}),
|
|
84
|
+
}), t[e];
|
|
57
85
|
}
|
|
58
86
|
try {
|
|
59
87
|
define({}, "");
|
|
60
|
-
} catch (
|
|
61
|
-
define = function (
|
|
62
|
-
return
|
|
88
|
+
} catch (t) {
|
|
89
|
+
define = function (t, e, r) {
|
|
90
|
+
return t[e] = r;
|
|
63
91
|
};
|
|
64
92
|
}
|
|
65
|
-
function wrap(
|
|
66
|
-
var
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
return
|
|
70
|
-
value: makeInvokeMethod(
|
|
71
|
-
}),
|
|
93
|
+
function wrap(t, e, r, n) {
|
|
94
|
+
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
95
|
+
a = Object.create(i.prototype),
|
|
96
|
+
c = new Context(n || []);
|
|
97
|
+
return o(a, "_invoke", {
|
|
98
|
+
value: makeInvokeMethod(t, r, c)
|
|
99
|
+
}), a;
|
|
72
100
|
}
|
|
73
|
-
function tryCatch(
|
|
101
|
+
function tryCatch(t, e, r) {
|
|
74
102
|
try {
|
|
75
103
|
return {
|
|
76
104
|
type: "normal",
|
|
77
|
-
arg:
|
|
105
|
+
arg: t.call(e, r)
|
|
78
106
|
};
|
|
79
|
-
} catch (
|
|
107
|
+
} catch (t) {
|
|
80
108
|
return {
|
|
81
109
|
type: "throw",
|
|
82
|
-
arg:
|
|
110
|
+
arg: t
|
|
83
111
|
};
|
|
84
112
|
}
|
|
85
113
|
}
|
|
86
|
-
|
|
87
|
-
var
|
|
114
|
+
e.wrap = wrap;
|
|
115
|
+
var h = "suspendedStart",
|
|
116
|
+
l = "suspendedYield",
|
|
117
|
+
f = "executing",
|
|
118
|
+
s = "completed",
|
|
119
|
+
y = {};
|
|
88
120
|
function Generator() {}
|
|
89
121
|
function GeneratorFunction() {}
|
|
90
122
|
function GeneratorFunctionPrototype() {}
|
|
91
|
-
var
|
|
92
|
-
define(
|
|
123
|
+
var p = {};
|
|
124
|
+
define(p, a, function () {
|
|
93
125
|
return this;
|
|
94
126
|
});
|
|
95
|
-
var
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
var
|
|
99
|
-
function defineIteratorMethods(
|
|
100
|
-
["next", "throw", "return"].forEach(function (
|
|
101
|
-
define(
|
|
102
|
-
return this._invoke(
|
|
127
|
+
var d = Object.getPrototypeOf,
|
|
128
|
+
v = d && d(d(values([])));
|
|
129
|
+
v && v !== r && n.call(v, a) && (p = v);
|
|
130
|
+
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
131
|
+
function defineIteratorMethods(t) {
|
|
132
|
+
["next", "throw", "return"].forEach(function (e) {
|
|
133
|
+
define(t, e, function (t) {
|
|
134
|
+
return this._invoke(e, t);
|
|
103
135
|
});
|
|
104
136
|
});
|
|
105
137
|
}
|
|
106
|
-
function AsyncIterator(
|
|
107
|
-
function invoke(
|
|
108
|
-
var
|
|
109
|
-
if ("throw" !==
|
|
110
|
-
var
|
|
111
|
-
|
|
112
|
-
return
|
|
113
|
-
invoke("next",
|
|
114
|
-
}, function (
|
|
115
|
-
invoke("throw",
|
|
116
|
-
}) :
|
|
117
|
-
|
|
118
|
-
}, function (
|
|
119
|
-
return invoke("throw",
|
|
138
|
+
function AsyncIterator(t, e) {
|
|
139
|
+
function invoke(r, o, i, a) {
|
|
140
|
+
var c = tryCatch(t[r], t, o);
|
|
141
|
+
if ("throw" !== c.type) {
|
|
142
|
+
var u = c.arg,
|
|
143
|
+
h = u.value;
|
|
144
|
+
return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
145
|
+
invoke("next", t, i, a);
|
|
146
|
+
}, function (t) {
|
|
147
|
+
invoke("throw", t, i, a);
|
|
148
|
+
}) : e.resolve(h).then(function (t) {
|
|
149
|
+
u.value = t, i(u);
|
|
150
|
+
}, function (t) {
|
|
151
|
+
return invoke("throw", t, i, a);
|
|
120
152
|
});
|
|
121
153
|
}
|
|
122
|
-
|
|
154
|
+
a(c.arg);
|
|
123
155
|
}
|
|
124
|
-
var
|
|
125
|
-
|
|
126
|
-
value: function (
|
|
156
|
+
var r;
|
|
157
|
+
o(this, "_invoke", {
|
|
158
|
+
value: function (t, n) {
|
|
127
159
|
function callInvokeWithMethodAndArg() {
|
|
128
|
-
return new
|
|
129
|
-
invoke(
|
|
160
|
+
return new e(function (e, r) {
|
|
161
|
+
invoke(t, n, e, r);
|
|
130
162
|
});
|
|
131
163
|
}
|
|
132
|
-
return
|
|
164
|
+
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
133
165
|
}
|
|
134
166
|
});
|
|
135
167
|
}
|
|
136
|
-
function makeInvokeMethod(
|
|
137
|
-
var
|
|
138
|
-
return function (
|
|
139
|
-
if (
|
|
140
|
-
if (
|
|
141
|
-
if ("throw" ===
|
|
142
|
-
return
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
168
|
+
function makeInvokeMethod(e, r, n) {
|
|
169
|
+
var o = h;
|
|
170
|
+
return function (i, a) {
|
|
171
|
+
if (o === f) throw new Error("Generator is already running");
|
|
172
|
+
if (o === s) {
|
|
173
|
+
if ("throw" === i) throw a;
|
|
174
|
+
return {
|
|
175
|
+
value: t,
|
|
176
|
+
done: !0
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
for (n.method = i, n.arg = a;;) {
|
|
180
|
+
var c = n.delegate;
|
|
181
|
+
if (c) {
|
|
182
|
+
var u = maybeInvokeDelegate(c, n);
|
|
183
|
+
if (u) {
|
|
184
|
+
if (u === y) continue;
|
|
185
|
+
return u;
|
|
151
186
|
}
|
|
152
187
|
}
|
|
153
|
-
if ("next" ===
|
|
154
|
-
if (
|
|
155
|
-
|
|
156
|
-
} else "return" ===
|
|
157
|
-
|
|
158
|
-
var
|
|
159
|
-
if ("normal" ===
|
|
160
|
-
if (
|
|
188
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
189
|
+
if (o === h) throw o = s, n.arg;
|
|
190
|
+
n.dispatchException(n.arg);
|
|
191
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
192
|
+
o = f;
|
|
193
|
+
var p = tryCatch(e, r, n);
|
|
194
|
+
if ("normal" === p.type) {
|
|
195
|
+
if (o = n.done ? s : l, p.arg === y) continue;
|
|
161
196
|
return {
|
|
162
|
-
value:
|
|
163
|
-
done:
|
|
197
|
+
value: p.arg,
|
|
198
|
+
done: n.done
|
|
164
199
|
};
|
|
165
200
|
}
|
|
166
|
-
"throw" ===
|
|
201
|
+
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
167
202
|
}
|
|
168
203
|
};
|
|
169
204
|
}
|
|
170
|
-
function maybeInvokeDelegate(
|
|
171
|
-
var
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
|
|
183
|
-
}
|
|
184
|
-
function pushTryEntry(locs) {
|
|
185
|
-
var entry = {
|
|
186
|
-
tryLoc: locs[0]
|
|
205
|
+
function maybeInvokeDelegate(e, r) {
|
|
206
|
+
var n = r.method,
|
|
207
|
+
o = e.iterator[n];
|
|
208
|
+
if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
|
|
209
|
+
var i = tryCatch(o, e.iterator, r.arg);
|
|
210
|
+
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
211
|
+
var a = i.arg;
|
|
212
|
+
return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
|
|
213
|
+
}
|
|
214
|
+
function pushTryEntry(t) {
|
|
215
|
+
var e = {
|
|
216
|
+
tryLoc: t[0]
|
|
187
217
|
};
|
|
188
|
-
1 in
|
|
218
|
+
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
189
219
|
}
|
|
190
|
-
function resetTryEntry(
|
|
191
|
-
var
|
|
192
|
-
|
|
220
|
+
function resetTryEntry(t) {
|
|
221
|
+
var e = t.completion || {};
|
|
222
|
+
e.type = "normal", delete e.arg, t.completion = e;
|
|
193
223
|
}
|
|
194
|
-
function Context(
|
|
224
|
+
function Context(t) {
|
|
195
225
|
this.tryEntries = [{
|
|
196
226
|
tryLoc: "root"
|
|
197
|
-
}],
|
|
198
|
-
}
|
|
199
|
-
function values(
|
|
200
|
-
if (
|
|
201
|
-
var
|
|
202
|
-
if (
|
|
203
|
-
if ("function" == typeof
|
|
204
|
-
if (!isNaN(
|
|
205
|
-
var
|
|
206
|
-
|
|
207
|
-
for (; ++
|
|
208
|
-
return next.value =
|
|
227
|
+
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
228
|
+
}
|
|
229
|
+
function values(e) {
|
|
230
|
+
if (e || "" === e) {
|
|
231
|
+
var r = e[a];
|
|
232
|
+
if (r) return r.call(e);
|
|
233
|
+
if ("function" == typeof e.next) return e;
|
|
234
|
+
if (!isNaN(e.length)) {
|
|
235
|
+
var o = -1,
|
|
236
|
+
i = function next() {
|
|
237
|
+
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
238
|
+
return next.value = t, next.done = !0, next;
|
|
209
239
|
};
|
|
210
|
-
return
|
|
240
|
+
return i.next = i;
|
|
211
241
|
}
|
|
212
242
|
}
|
|
213
|
-
|
|
214
|
-
next: doneResult
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
function doneResult() {
|
|
218
|
-
return {
|
|
219
|
-
value: undefined,
|
|
220
|
-
done: !0
|
|
221
|
-
};
|
|
243
|
+
throw new TypeError(typeof e + " is not iterable");
|
|
222
244
|
}
|
|
223
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
245
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
|
224
246
|
value: GeneratorFunctionPrototype,
|
|
225
247
|
configurable: !0
|
|
226
|
-
}),
|
|
248
|
+
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
227
249
|
value: GeneratorFunction,
|
|
228
250
|
configurable: !0
|
|
229
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype,
|
|
230
|
-
var
|
|
231
|
-
return !!
|
|
232
|
-
},
|
|
233
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(
|
|
234
|
-
},
|
|
251
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
252
|
+
var e = "function" == typeof t && t.constructor;
|
|
253
|
+
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
254
|
+
}, e.mark = function (t) {
|
|
255
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
256
|
+
}, e.awrap = function (t) {
|
|
235
257
|
return {
|
|
236
|
-
__await:
|
|
258
|
+
__await: t
|
|
237
259
|
};
|
|
238
|
-
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype,
|
|
260
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
239
261
|
return this;
|
|
240
|
-
}),
|
|
241
|
-
void 0 ===
|
|
242
|
-
var
|
|
243
|
-
return
|
|
244
|
-
return
|
|
262
|
+
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
263
|
+
void 0 === i && (i = Promise);
|
|
264
|
+
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
265
|
+
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
266
|
+
return t.done ? t.value : a.next();
|
|
245
267
|
});
|
|
246
|
-
}, defineIteratorMethods(
|
|
268
|
+
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
247
269
|
return this;
|
|
248
|
-
}), define(
|
|
270
|
+
}), define(g, "toString", function () {
|
|
249
271
|
return "[object Generator]";
|
|
250
|
-
}),
|
|
251
|
-
var
|
|
252
|
-
|
|
253
|
-
for (var
|
|
254
|
-
return
|
|
255
|
-
for (;
|
|
256
|
-
var
|
|
257
|
-
if (
|
|
272
|
+
}), e.keys = function (t) {
|
|
273
|
+
var e = Object(t),
|
|
274
|
+
r = [];
|
|
275
|
+
for (var n in e) r.push(n);
|
|
276
|
+
return r.reverse(), function next() {
|
|
277
|
+
for (; r.length;) {
|
|
278
|
+
var t = r.pop();
|
|
279
|
+
if (t in e) return next.value = t, next.done = !1, next;
|
|
258
280
|
}
|
|
259
281
|
return next.done = !0, next;
|
|
260
282
|
};
|
|
261
|
-
},
|
|
283
|
+
}, e.values = values, Context.prototype = {
|
|
262
284
|
constructor: Context,
|
|
263
|
-
reset: function (
|
|
264
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent =
|
|
285
|
+
reset: function (e) {
|
|
286
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
|
|
265
287
|
},
|
|
266
288
|
stop: function () {
|
|
267
289
|
this.done = !0;
|
|
268
|
-
var
|
|
269
|
-
if ("throw" ===
|
|
290
|
+
var t = this.tryEntries[0].completion;
|
|
291
|
+
if ("throw" === t.type) throw t.arg;
|
|
270
292
|
return this.rval;
|
|
271
293
|
},
|
|
272
|
-
dispatchException: function (
|
|
273
|
-
if (this.done) throw
|
|
274
|
-
var
|
|
275
|
-
function handle(
|
|
276
|
-
return
|
|
277
|
-
}
|
|
278
|
-
for (var
|
|
279
|
-
var
|
|
280
|
-
|
|
281
|
-
if ("root" ===
|
|
282
|
-
if (
|
|
283
|
-
var
|
|
284
|
-
|
|
285
|
-
if (
|
|
286
|
-
if (this.prev <
|
|
287
|
-
if (this.prev <
|
|
288
|
-
} else if (
|
|
289
|
-
if (this.prev <
|
|
294
|
+
dispatchException: function (e) {
|
|
295
|
+
if (this.done) throw e;
|
|
296
|
+
var r = this;
|
|
297
|
+
function handle(n, o) {
|
|
298
|
+
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
299
|
+
}
|
|
300
|
+
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
301
|
+
var i = this.tryEntries[o],
|
|
302
|
+
a = i.completion;
|
|
303
|
+
if ("root" === i.tryLoc) return handle("end");
|
|
304
|
+
if (i.tryLoc <= this.prev) {
|
|
305
|
+
var c = n.call(i, "catchLoc"),
|
|
306
|
+
u = n.call(i, "finallyLoc");
|
|
307
|
+
if (c && u) {
|
|
308
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
309
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
310
|
+
} else if (c) {
|
|
311
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
290
312
|
} else {
|
|
291
|
-
if (!
|
|
292
|
-
if (this.prev <
|
|
313
|
+
if (!u) throw new Error("try statement without catch or finally");
|
|
314
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
293
315
|
}
|
|
294
316
|
}
|
|
295
317
|
}
|
|
296
318
|
},
|
|
297
|
-
abrupt: function (
|
|
298
|
-
for (var
|
|
299
|
-
var
|
|
300
|
-
if (
|
|
301
|
-
var
|
|
319
|
+
abrupt: function (t, e) {
|
|
320
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
321
|
+
var o = this.tryEntries[r];
|
|
322
|
+
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
323
|
+
var i = o;
|
|
302
324
|
break;
|
|
303
325
|
}
|
|
304
326
|
}
|
|
305
|
-
|
|
306
|
-
var
|
|
307
|
-
return
|
|
327
|
+
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
328
|
+
var a = i ? i.completion : {};
|
|
329
|
+
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
308
330
|
},
|
|
309
|
-
complete: function (
|
|
310
|
-
if ("throw" ===
|
|
311
|
-
return "break" ===
|
|
331
|
+
complete: function (t, e) {
|
|
332
|
+
if ("throw" === t.type) throw t.arg;
|
|
333
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
312
334
|
},
|
|
313
|
-
finish: function (
|
|
314
|
-
for (var
|
|
315
|
-
var
|
|
316
|
-
if (
|
|
335
|
+
finish: function (t) {
|
|
336
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
337
|
+
var r = this.tryEntries[e];
|
|
338
|
+
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
317
339
|
}
|
|
318
340
|
},
|
|
319
|
-
catch: function (
|
|
320
|
-
for (var
|
|
321
|
-
var
|
|
322
|
-
if (
|
|
323
|
-
var
|
|
324
|
-
if ("throw" ===
|
|
325
|
-
var
|
|
326
|
-
resetTryEntry(
|
|
341
|
+
catch: function (t) {
|
|
342
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
343
|
+
var r = this.tryEntries[e];
|
|
344
|
+
if (r.tryLoc === t) {
|
|
345
|
+
var n = r.completion;
|
|
346
|
+
if ("throw" === n.type) {
|
|
347
|
+
var o = n.arg;
|
|
348
|
+
resetTryEntry(r);
|
|
327
349
|
}
|
|
328
|
-
return
|
|
350
|
+
return o;
|
|
329
351
|
}
|
|
330
352
|
}
|
|
331
353
|
throw new Error("illegal catch attempt");
|
|
332
354
|
},
|
|
333
|
-
delegateYield: function (
|
|
355
|
+
delegateYield: function (e, r, n) {
|
|
334
356
|
return this.delegate = {
|
|
335
|
-
iterator: values(
|
|
336
|
-
resultName:
|
|
337
|
-
nextLoc:
|
|
338
|
-
}, "next" === this.method && (this.arg =
|
|
357
|
+
iterator: values(e),
|
|
358
|
+
resultName: r,
|
|
359
|
+
nextLoc: n
|
|
360
|
+
}, "next" === this.method && (this.arg = t), y;
|
|
339
361
|
}
|
|
340
|
-
},
|
|
362
|
+
}, e;
|
|
341
363
|
}
|
|
342
|
-
function _typeof(
|
|
364
|
+
function _typeof(o) {
|
|
343
365
|
"@babel/helpers - typeof";
|
|
344
366
|
|
|
345
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
|
346
|
-
return typeof
|
|
347
|
-
} : function (
|
|
348
|
-
return
|
|
349
|
-
}, _typeof(
|
|
367
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
368
|
+
return typeof o;
|
|
369
|
+
} : function (o) {
|
|
370
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
371
|
+
}, _typeof(o);
|
|
350
372
|
}
|
|
351
373
|
function _classCallCheck(instance, Constructor) {
|
|
352
374
|
if (!(instance instanceof Constructor)) {
|
|
@@ -359,7 +381,7 @@ function _defineProperties(target, props) {
|
|
|
359
381
|
descriptor.enumerable = descriptor.enumerable || false;
|
|
360
382
|
descriptor.configurable = true;
|
|
361
383
|
if ("value" in descriptor) descriptor.writable = true;
|
|
362
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
384
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
363
385
|
}
|
|
364
386
|
}
|
|
365
387
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
@@ -371,6 +393,7 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
371
393
|
return Constructor;
|
|
372
394
|
}
|
|
373
395
|
function _defineProperty(obj, key, value) {
|
|
396
|
+
key = _toPropertyKey(key);
|
|
374
397
|
if (key in obj) {
|
|
375
398
|
Object.defineProperty(obj, key, {
|
|
376
399
|
value: value,
|
|
@@ -442,30 +465,6 @@ function _arrayWithHoles(arr) {
|
|
|
442
465
|
function _iterableToArray(iter) {
|
|
443
466
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
444
467
|
}
|
|
445
|
-
function _iterableToArrayLimit(arr, i) {
|
|
446
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
447
|
-
if (_i == null) return;
|
|
448
|
-
var _arr = [];
|
|
449
|
-
var _n = true;
|
|
450
|
-
var _d = false;
|
|
451
|
-
var _s, _e;
|
|
452
|
-
try {
|
|
453
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
454
|
-
_arr.push(_s.value);
|
|
455
|
-
if (i && _arr.length === i) break;
|
|
456
|
-
}
|
|
457
|
-
} catch (err) {
|
|
458
|
-
_d = true;
|
|
459
|
-
_e = err;
|
|
460
|
-
} finally {
|
|
461
|
-
try {
|
|
462
|
-
if (!_n && _i["return"] != null) _i["return"]();
|
|
463
|
-
} finally {
|
|
464
|
-
if (_d) throw _e;
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
return _arr;
|
|
468
|
-
}
|
|
469
468
|
function _unsupportedIterableToArray(o, minLen) {
|
|
470
469
|
if (!o) return;
|
|
471
470
|
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
@@ -536,6 +535,20 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
|
536
535
|
}
|
|
537
536
|
};
|
|
538
537
|
}
|
|
538
|
+
function _toPrimitive(input, hint) {
|
|
539
|
+
if (typeof input !== "object" || input === null) return input;
|
|
540
|
+
var prim = input[Symbol.toPrimitive];
|
|
541
|
+
if (prim !== undefined) {
|
|
542
|
+
var res = prim.call(input, hint || "default");
|
|
543
|
+
if (typeof res !== "object") return res;
|
|
544
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
545
|
+
}
|
|
546
|
+
return (hint === "string" ? String : Number)(input);
|
|
547
|
+
}
|
|
548
|
+
function _toPropertyKey(arg) {
|
|
549
|
+
var key = _toPrimitive(arg, "string");
|
|
550
|
+
return typeof key === "symbol" ? key : String(key);
|
|
551
|
+
}
|
|
539
552
|
|
|
540
553
|
var BASE_BORDER_WIDTH = 1;
|
|
541
554
|
var BASE_SPACE = 8;
|
|
@@ -3220,13 +3233,14 @@ var getTabsTheme = function getTabsTheme(theme) {
|
|
|
3220
3233
|
itemVerticalPadding: theme.space.small,
|
|
3221
3234
|
itemMargin: theme.space.smallMedium,
|
|
3222
3235
|
outlineHorizontalPadding: theme.space.small,
|
|
3223
|
-
outlineVerticalPadding: theme.space.xsmall
|
|
3236
|
+
outlineVerticalPadding: theme.space.xsmall,
|
|
3237
|
+
tabIndicatorBottom: -theme.space.xxsmall
|
|
3224
3238
|
};
|
|
3225
3239
|
var radii = {
|
|
3226
3240
|
outline: theme.radii.xlarge
|
|
3227
3241
|
};
|
|
3228
3242
|
var borderWidths = {
|
|
3229
|
-
headerBottom: theme.borderWidths.
|
|
3243
|
+
headerBottom: theme.borderWidths.medium
|
|
3230
3244
|
};
|
|
3231
3245
|
var sizes = {
|
|
3232
3246
|
indicator: theme.sizes.xxsmall
|
|
@@ -6871,7 +6885,7 @@ var Typography = {
|
|
|
6871
6885
|
};
|
|
6872
6886
|
|
|
6873
6887
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
6874
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined'];
|
|
6888
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined'];
|
|
6875
6889
|
|
|
6876
6890
|
var activate = 59000;
|
|
6877
6891
|
var adjustment = 59003;
|
|
@@ -6907,59 +6921,59 @@ var folder = 59091;
|
|
|
6907
6921
|
var globe = 59101;
|
|
6908
6922
|
var graph = 59103;
|
|
6909
6923
|
var heart = 59106;
|
|
6910
|
-
var home =
|
|
6911
|
-
var image =
|
|
6912
|
-
var instapay =
|
|
6913
|
-
var list =
|
|
6914
|
-
var loading =
|
|
6915
|
-
var location =
|
|
6916
|
-
var lock =
|
|
6917
|
-
var menu =
|
|
6918
|
-
var moneybag =
|
|
6919
|
-
var moon =
|
|
6920
|
-
var node =
|
|
6921
|
-
var paperclip =
|
|
6922
|
-
var pencil =
|
|
6923
|
-
var phone =
|
|
6924
|
-
var plane =
|
|
6925
|
-
var print =
|
|
6926
|
-
var reply =
|
|
6927
|
-
var reschedule =
|
|
6928
|
-
var rostering =
|
|
6929
|
-
var save =
|
|
6930
|
-
var schedule =
|
|
6931
|
-
var send =
|
|
6932
|
-
var speaker =
|
|
6933
|
-
var star =
|
|
6934
|
-
var stopwatch =
|
|
6935
|
-
var suitcase =
|
|
6936
|
-
var surfing =
|
|
6937
|
-
var survey =
|
|
6938
|
-
var swag =
|
|
6939
|
-
var tag =
|
|
6940
|
-
var target =
|
|
6941
|
-
var teams =
|
|
6942
|
-
var timesheet =
|
|
6943
|
-
var unlock =
|
|
6944
|
-
var user =
|
|
6945
|
-
var wallet =
|
|
6946
|
-
var warning =
|
|
6947
|
-
var add =
|
|
6948
|
-
var bold =
|
|
6949
|
-
var cancel =
|
|
6950
|
-
var checkmark =
|
|
6951
|
-
var italic =
|
|
6952
|
-
var number =
|
|
6953
|
-
var percentage =
|
|
6954
|
-
var redeem =
|
|
6955
|
-
var refresh =
|
|
6956
|
-
var remove =
|
|
6957
|
-
var restart =
|
|
6958
|
-
var strikethrough =
|
|
6959
|
-
var sync =
|
|
6960
|
-
var transfer =
|
|
6961
|
-
var unavailable =
|
|
6962
|
-
var underline =
|
|
6924
|
+
var home = 59108;
|
|
6925
|
+
var image = 59109;
|
|
6926
|
+
var instapay = 59114;
|
|
6927
|
+
var list = 59115;
|
|
6928
|
+
var loading = 59117;
|
|
6929
|
+
var location = 59119;
|
|
6930
|
+
var lock = 59120;
|
|
6931
|
+
var menu = 59124;
|
|
6932
|
+
var moneybag = 59126;
|
|
6933
|
+
var moon = 59127;
|
|
6934
|
+
var node = 59131;
|
|
6935
|
+
var paperclip = 59133;
|
|
6936
|
+
var pencil = 59135;
|
|
6937
|
+
var phone = 59136;
|
|
6938
|
+
var plane = 59139;
|
|
6939
|
+
var print = 59141;
|
|
6940
|
+
var reply = 59144;
|
|
6941
|
+
var reschedule = 59145;
|
|
6942
|
+
var rostering = 59146;
|
|
6943
|
+
var save = 59148;
|
|
6944
|
+
var schedule = 59150;
|
|
6945
|
+
var send = 59152;
|
|
6946
|
+
var speaker = 59154;
|
|
6947
|
+
var star = 59159;
|
|
6948
|
+
var stopwatch = 59161;
|
|
6949
|
+
var suitcase = 59162;
|
|
6950
|
+
var surfing = 59163;
|
|
6951
|
+
var survey = 59164;
|
|
6952
|
+
var swag = 59169;
|
|
6953
|
+
var tag = 59172;
|
|
6954
|
+
var target = 59173;
|
|
6955
|
+
var teams = 59174;
|
|
6956
|
+
var timesheet = 59175;
|
|
6957
|
+
var unlock = 59178;
|
|
6958
|
+
var user = 59179;
|
|
6959
|
+
var wallet = 59182;
|
|
6960
|
+
var warning = 59183;
|
|
6961
|
+
var add = 59189;
|
|
6962
|
+
var bold = 59214;
|
|
6963
|
+
var cancel = 59228;
|
|
6964
|
+
var checkmark = 59234;
|
|
6965
|
+
var italic = 59319;
|
|
6966
|
+
var number = 59346;
|
|
6967
|
+
var percentage = 59351;
|
|
6968
|
+
var redeem = 59361;
|
|
6969
|
+
var refresh = 59362;
|
|
6970
|
+
var remove = 59363;
|
|
6971
|
+
var restart = 59365;
|
|
6972
|
+
var strikethrough = 59391;
|
|
6973
|
+
var sync = 59397;
|
|
6974
|
+
var transfer = 59405;
|
|
6975
|
+
var unavailable = 59409;
|
|
6976
|
+
var underline = 59410;
|
|
6963
6977
|
var glyphMap = {
|
|
6964
6978
|
activate: activate,
|
|
6965
6979
|
"add-emoji": 59001,
|
|
@@ -7068,319 +7082,321 @@ var glyphMap = {
|
|
|
7068
7082
|
"happy-sun": 59104,
|
|
7069
7083
|
"health-bag": 59105,
|
|
7070
7084
|
heart: heart,
|
|
7085
|
+
"hero-points": 59107,
|
|
7071
7086
|
home: home,
|
|
7072
7087
|
image: image,
|
|
7073
|
-
"import":
|
|
7074
|
-
"incident-siren":
|
|
7075
|
-
"instapay-daily":
|
|
7076
|
-
"instapay-now":
|
|
7088
|
+
"import": 59110,
|
|
7089
|
+
"incident-siren": 59111,
|
|
7090
|
+
"instapay-daily": 59112,
|
|
7091
|
+
"instapay-now": 59113,
|
|
7077
7092
|
instapay: instapay,
|
|
7078
7093
|
list: list,
|
|
7079
|
-
"loading-2":
|
|
7094
|
+
"loading-2": 59116,
|
|
7080
7095
|
loading: loading,
|
|
7081
|
-
"location-on":
|
|
7096
|
+
"location-on": 59118,
|
|
7082
7097
|
location: location,
|
|
7083
7098
|
lock: lock,
|
|
7084
|
-
"looks-one":
|
|
7085
|
-
"looks-two":
|
|
7086
|
-
"media-content":
|
|
7099
|
+
"looks-one": 59121,
|
|
7100
|
+
"looks-two": 59122,
|
|
7101
|
+
"media-content": 59123,
|
|
7087
7102
|
menu: menu,
|
|
7088
|
-
"money-notes":
|
|
7103
|
+
"money-notes": 59125,
|
|
7089
7104
|
moneybag: moneybag,
|
|
7090
7105
|
moon: moon,
|
|
7091
|
-
"multiple-stars":
|
|
7092
|
-
"multiple-users":
|
|
7093
|
-
"near-me":
|
|
7106
|
+
"multiple-stars": 59128,
|
|
7107
|
+
"multiple-users": 59129,
|
|
7108
|
+
"near-me": 59130,
|
|
7094
7109
|
node: node,
|
|
7095
|
-
"open-folder":
|
|
7110
|
+
"open-folder": 59132,
|
|
7096
7111
|
paperclip: paperclip,
|
|
7097
|
-
"payment-summary":
|
|
7112
|
+
"payment-summary": 59134,
|
|
7098
7113
|
pencil: pencil,
|
|
7099
7114
|
phone: phone,
|
|
7100
|
-
"piggy-bank":
|
|
7101
|
-
"plane-up":
|
|
7115
|
+
"piggy-bank": 59137,
|
|
7116
|
+
"plane-up": 59138,
|
|
7102
7117
|
plane: plane,
|
|
7103
|
-
"play-circle":
|
|
7118
|
+
"play-circle": 59140,
|
|
7104
7119
|
print: print,
|
|
7105
|
-
"raising-hands":
|
|
7106
|
-
"reply-arrow":
|
|
7120
|
+
"raising-hands": 59142,
|
|
7121
|
+
"reply-arrow": 59143,
|
|
7107
7122
|
reply: reply,
|
|
7108
7123
|
reschedule: reschedule,
|
|
7109
7124
|
rostering: rostering,
|
|
7110
|
-
"salary-sacrifice":
|
|
7125
|
+
"salary-sacrifice": 59147,
|
|
7111
7126
|
save: save,
|
|
7112
|
-
"schedule-send":
|
|
7127
|
+
"schedule-send": 59149,
|
|
7113
7128
|
schedule: schedule,
|
|
7114
|
-
"search-person":
|
|
7129
|
+
"search-person": 59151,
|
|
7115
7130
|
send: send,
|
|
7116
|
-
"speaker-active":
|
|
7131
|
+
"speaker-active": 59153,
|
|
7117
7132
|
speaker: speaker,
|
|
7118
|
-
"star-award":
|
|
7119
|
-
"star-badge":
|
|
7120
|
-
"star-circle":
|
|
7121
|
-
"star-medal":
|
|
7133
|
+
"star-award": 59155,
|
|
7134
|
+
"star-badge": 59156,
|
|
7135
|
+
"star-circle": 59157,
|
|
7136
|
+
"star-medal": 59158,
|
|
7122
7137
|
star: star,
|
|
7123
|
-
"steps-circle":
|
|
7138
|
+
"steps-circle": 59160,
|
|
7124
7139
|
stopwatch: stopwatch,
|
|
7125
7140
|
suitcase: suitcase,
|
|
7126
7141
|
surfing: surfing,
|
|
7127
7142
|
survey: survey,
|
|
7128
|
-
"swag-pillar-benefit":
|
|
7129
|
-
"swag-pillar-career":
|
|
7130
|
-
"swag-pillar-money":
|
|
7131
|
-
"swag-pillar-work":
|
|
7143
|
+
"swag-pillar-benefit": 59165,
|
|
7144
|
+
"swag-pillar-career": 59166,
|
|
7145
|
+
"swag-pillar-money": 59167,
|
|
7146
|
+
"swag-pillar-work": 59168,
|
|
7132
7147
|
swag: swag,
|
|
7133
|
-
"swipe-right":
|
|
7134
|
-
"switch":
|
|
7148
|
+
"swipe-right": 59170,
|
|
7149
|
+
"switch": 59171,
|
|
7135
7150
|
tag: tag,
|
|
7136
7151
|
target: target,
|
|
7137
7152
|
teams: teams,
|
|
7138
7153
|
timesheet: timesheet,
|
|
7139
|
-
"touch-id":
|
|
7140
|
-
"trash-bin":
|
|
7154
|
+
"touch-id": 59176,
|
|
7155
|
+
"trash-bin": 59177,
|
|
7141
7156
|
unlock: unlock,
|
|
7142
7157
|
user: user,
|
|
7143
|
-
"video-1":
|
|
7144
|
-
"video-2":
|
|
7158
|
+
"video-1": 59180,
|
|
7159
|
+
"video-2": 59181,
|
|
7145
7160
|
wallet: wallet,
|
|
7146
7161
|
warning: warning,
|
|
7147
|
-
"activate-outlined":
|
|
7148
|
-
"add-credit-card-outlined":
|
|
7149
|
-
"add-person-outlined":
|
|
7150
|
-
"add-section-outlined":
|
|
7151
|
-
"add-time-outlined":
|
|
7162
|
+
"activate-outlined": 59184,
|
|
7163
|
+
"add-credit-card-outlined": 59185,
|
|
7164
|
+
"add-person-outlined": 59186,
|
|
7165
|
+
"add-section-outlined": 59187,
|
|
7166
|
+
"add-time-outlined": 59188,
|
|
7152
7167
|
add: add,
|
|
7153
|
-
"adjustment-outlined":
|
|
7154
|
-
"ai-outlined":
|
|
7155
|
-
"alignment-2-outlined":
|
|
7156
|
-
"alignment-outlined":
|
|
7157
|
-
"all-caps":
|
|
7158
|
-
"application-outlined":
|
|
7159
|
-
"arrow-down":
|
|
7160
|
-
"arrow-downwards":
|
|
7161
|
-
"arrow-left":
|
|
7162
|
-
"arrow-leftwards":
|
|
7163
|
-
"arrow-right":
|
|
7164
|
-
"arrow-rightwards":
|
|
7165
|
-
"arrow-up":
|
|
7166
|
-
"arrow-upwards":
|
|
7167
|
-
"article-outlined":
|
|
7168
|
-
"at-sign":
|
|
7169
|
-
"auto-graph-outlined":
|
|
7170
|
-
"beer-outlined":
|
|
7171
|
-
"bell-active-outlined":
|
|
7172
|
-
"bell-outlined":
|
|
7173
|
-
"bell-slash-outlined":
|
|
7174
|
-
"
|
|
7175
|
-
"
|
|
7168
|
+
"adjustment-outlined": 59190,
|
|
7169
|
+
"ai-outlined": 59191,
|
|
7170
|
+
"alignment-2-outlined": 59192,
|
|
7171
|
+
"alignment-outlined": 59193,
|
|
7172
|
+
"all-caps": 59194,
|
|
7173
|
+
"application-outlined": 59195,
|
|
7174
|
+
"arrow-down": 59196,
|
|
7175
|
+
"arrow-downwards": 59197,
|
|
7176
|
+
"arrow-left": 59198,
|
|
7177
|
+
"arrow-leftwards": 59199,
|
|
7178
|
+
"arrow-right": 59200,
|
|
7179
|
+
"arrow-rightwards": 59201,
|
|
7180
|
+
"arrow-up": 59202,
|
|
7181
|
+
"arrow-upwards": 59203,
|
|
7182
|
+
"article-outlined": 59204,
|
|
7183
|
+
"at-sign": 59205,
|
|
7184
|
+
"auto-graph-outlined": 59206,
|
|
7185
|
+
"beer-outlined": 59207,
|
|
7186
|
+
"bell-active-outlined": 59208,
|
|
7187
|
+
"bell-outlined": 59209,
|
|
7188
|
+
"bell-slash-outlined": 59210,
|
|
7189
|
+
"bill-management-outlined": 59211,
|
|
7190
|
+
"billing-outlined": 59212,
|
|
7191
|
+
"body-outlined": 59213,
|
|
7176
7192
|
bold: bold,
|
|
7177
|
-
"bolt-outlined":
|
|
7178
|
-
"book-outlined":
|
|
7179
|
-
"bookmark-added-outlined":
|
|
7180
|
-
"bookmark-outlined":
|
|
7181
|
-
"box-check-outlined":
|
|
7182
|
-
"box-outlined":
|
|
7183
|
-
"bullet-points":
|
|
7184
|
-
"cake-outlined":
|
|
7185
|
-
"calendar-dates-outlined":
|
|
7186
|
-
"calendar-star-outlined":
|
|
7187
|
-
"call-outlined":
|
|
7188
|
-
"call-split-outlined":
|
|
7189
|
-
"camera-outlined":
|
|
7193
|
+
"bolt-outlined": 59215,
|
|
7194
|
+
"book-outlined": 59216,
|
|
7195
|
+
"bookmark-added-outlined": 59217,
|
|
7196
|
+
"bookmark-outlined": 59218,
|
|
7197
|
+
"box-check-outlined": 59219,
|
|
7198
|
+
"box-outlined": 59220,
|
|
7199
|
+
"bullet-points": 59221,
|
|
7200
|
+
"cake-outlined": 59222,
|
|
7201
|
+
"calendar-dates-outlined": 59223,
|
|
7202
|
+
"calendar-star-outlined": 59224,
|
|
7203
|
+
"call-outlined": 59225,
|
|
7204
|
+
"call-split-outlined": 59226,
|
|
7205
|
+
"camera-outlined": 59227,
|
|
7190
7206
|
cancel: cancel,
|
|
7191
|
-
"car-forward-outlined":
|
|
7192
|
-
"cashback-outlined":
|
|
7193
|
-
"charging-station-outlined":
|
|
7194
|
-
"chat-bubble-outlined":
|
|
7195
|
-
"chat-unread-outlined":
|
|
7207
|
+
"car-forward-outlined": 59229,
|
|
7208
|
+
"cashback-outlined": 59230,
|
|
7209
|
+
"charging-station-outlined": 59231,
|
|
7210
|
+
"chat-bubble-outlined": 59232,
|
|
7211
|
+
"chat-unread-outlined": 59233,
|
|
7196
7212
|
checkmark: checkmark,
|
|
7197
|
-
"circle-add-outlined":
|
|
7198
|
-
"circle-cancel-outlined":
|
|
7199
|
-
"circle-down-outlined":
|
|
7200
|
-
"circle-info-outlined":
|
|
7201
|
-
"circle-left-outlined":
|
|
7202
|
-
"circle-ok-outlined":
|
|
7203
|
-
"circle-question-outlined":
|
|
7204
|
-
"circle-remove-outlined":
|
|
7205
|
-
"circle-right-outlined":
|
|
7206
|
-
"circle-up-outlined":
|
|
7207
|
-
"circle-warning-outlined":
|
|
7208
|
-
"clock-2-outlined":
|
|
7209
|
-
"clock-outlined":
|
|
7210
|
-
"cog-outlined":
|
|
7211
|
-
"coin-outlined":
|
|
7212
|
-
"coin-super-outlined":
|
|
7213
|
-
"comment-outlined":
|
|
7214
|
-
"contacts-outlined":
|
|
7215
|
-
"contacts-user-outlined":
|
|
7216
|
-
"credit-card-outlined":
|
|
7217
|
-
"cup-outlined":
|
|
7218
|
-
"dentistry-outlined":
|
|
7219
|
-
"direction-arrows-outlined":
|
|
7220
|
-
"directory-outlined":
|
|
7221
|
-
"document-outlined":
|
|
7222
|
-
"dollar-box-outlined":
|
|
7223
|
-
"dollar-card-outlined":
|
|
7224
|
-
"dollar-coin-shine-outlined":
|
|
7225
|
-
"dollar-credit-card-outlined":
|
|
7226
|
-
"dollar-sign":
|
|
7227
|
-
"double-buildings-outlined":
|
|
7228
|
-
"double-left-arrows":
|
|
7229
|
-
"double-right-arrows":
|
|
7230
|
-
"download-box-outlined":
|
|
7231
|
-
"download-outlined":
|
|
7232
|
-
"edit-template-outlined":
|
|
7233
|
-
"email-outlined":
|
|
7234
|
-
"enter-arrow":
|
|
7235
|
-
"envelope-outlined":
|
|
7236
|
-
"expense-approval-outlined":
|
|
7237
|
-
"expense-outlined":
|
|
7238
|
-
"explore-outlined":
|
|
7239
|
-
"extension-outlined":
|
|
7240
|
-
"external-link":
|
|
7241
|
-
"eye-invisible-outlined":
|
|
7242
|
-
"eye-outlined":
|
|
7243
|
-
"face-id":
|
|
7244
|
-
"face-meh-outlined":
|
|
7245
|
-
"face-open-smiley-outlined":
|
|
7246
|
-
"face-sad-outlined":
|
|
7247
|
-
"face-smiley-outlined":
|
|
7248
|
-
"fastfood-outlined":
|
|
7249
|
-
"feed-outlined":
|
|
7250
|
-
"file-certified-outlined":
|
|
7251
|
-
"file-clone-outlined":
|
|
7252
|
-
"file-copy-outlined":
|
|
7253
|
-
"file-dispose-outlined":
|
|
7254
|
-
"file-dollar-certified-outlined":
|
|
7255
|
-
"file-dollar-outlined":
|
|
7256
|
-
"file-download-outlined":
|
|
7257
|
-
"file-export-outlined":
|
|
7258
|
-
"file-lock-outlined":
|
|
7259
|
-
"file-outlined":
|
|
7260
|
-
"file-search-outlined":
|
|
7261
|
-
"file-secured-outlined":
|
|
7262
|
-
"file-statutory-outlined":
|
|
7263
|
-
"file-verified-outlined":
|
|
7264
|
-
"filter-outlined":
|
|
7265
|
-
"folder-outlined":
|
|
7266
|
-
"folder-user-outlined":
|
|
7267
|
-
"form-outlined":
|
|
7268
|
-
"funnel-filter-outline":
|
|
7269
|
-
"goal-outlined":
|
|
7270
|
-
"graph-outlined":
|
|
7271
|
-
"hand-holding-user-outlined":
|
|
7272
|
-
"happy-sun-outlined":
|
|
7273
|
-
"health-bag-outlined":
|
|
7274
|
-
"heart-outlined":
|
|
7275
|
-
"home-active-outlined":
|
|
7276
|
-
"home-outlined":
|
|
7277
|
-
"id-card-outlined":
|
|
7278
|
-
"image-outlined":
|
|
7279
|
-
"import-outlined":
|
|
7280
|
-
"instapay-outlined":
|
|
7213
|
+
"circle-add-outlined": 59235,
|
|
7214
|
+
"circle-cancel-outlined": 59236,
|
|
7215
|
+
"circle-down-outlined": 59237,
|
|
7216
|
+
"circle-info-outlined": 59238,
|
|
7217
|
+
"circle-left-outlined": 59239,
|
|
7218
|
+
"circle-ok-outlined": 59240,
|
|
7219
|
+
"circle-question-outlined": 59241,
|
|
7220
|
+
"circle-remove-outlined": 59242,
|
|
7221
|
+
"circle-right-outlined": 59243,
|
|
7222
|
+
"circle-up-outlined": 59244,
|
|
7223
|
+
"circle-warning-outlined": 59245,
|
|
7224
|
+
"clock-2-outlined": 59246,
|
|
7225
|
+
"clock-outlined": 59247,
|
|
7226
|
+
"cog-outlined": 59248,
|
|
7227
|
+
"coin-outlined": 59249,
|
|
7228
|
+
"coin-super-outlined": 59250,
|
|
7229
|
+
"comment-outlined": 59251,
|
|
7230
|
+
"contacts-outlined": 59252,
|
|
7231
|
+
"contacts-user-outlined": 59253,
|
|
7232
|
+
"credit-card-outlined": 59254,
|
|
7233
|
+
"cup-outlined": 59255,
|
|
7234
|
+
"dentistry-outlined": 59256,
|
|
7235
|
+
"direction-arrows-outlined": 59257,
|
|
7236
|
+
"directory-outlined": 59258,
|
|
7237
|
+
"document-outlined": 59259,
|
|
7238
|
+
"dollar-box-outlined": 59260,
|
|
7239
|
+
"dollar-card-outlined": 59261,
|
|
7240
|
+
"dollar-coin-shine-outlined": 59262,
|
|
7241
|
+
"dollar-credit-card-outlined": 59263,
|
|
7242
|
+
"dollar-sign": 59264,
|
|
7243
|
+
"double-buildings-outlined": 59265,
|
|
7244
|
+
"double-left-arrows": 59266,
|
|
7245
|
+
"double-right-arrows": 59267,
|
|
7246
|
+
"download-box-outlined": 59268,
|
|
7247
|
+
"download-outlined": 59269,
|
|
7248
|
+
"edit-template-outlined": 59270,
|
|
7249
|
+
"email-outlined": 59271,
|
|
7250
|
+
"enter-arrow": 59272,
|
|
7251
|
+
"envelope-outlined": 59273,
|
|
7252
|
+
"expense-approval-outlined": 59274,
|
|
7253
|
+
"expense-outlined": 59275,
|
|
7254
|
+
"explore-outlined": 59276,
|
|
7255
|
+
"extension-outlined": 59277,
|
|
7256
|
+
"external-link": 59278,
|
|
7257
|
+
"eye-invisible-outlined": 59279,
|
|
7258
|
+
"eye-outlined": 59280,
|
|
7259
|
+
"face-id": 59281,
|
|
7260
|
+
"face-meh-outlined": 59282,
|
|
7261
|
+
"face-open-smiley-outlined": 59283,
|
|
7262
|
+
"face-sad-outlined": 59284,
|
|
7263
|
+
"face-smiley-outlined": 59285,
|
|
7264
|
+
"fastfood-outlined": 59286,
|
|
7265
|
+
"feed-outlined": 59287,
|
|
7266
|
+
"file-certified-outlined": 59288,
|
|
7267
|
+
"file-clone-outlined": 59289,
|
|
7268
|
+
"file-copy-outlined": 59290,
|
|
7269
|
+
"file-dispose-outlined": 59291,
|
|
7270
|
+
"file-dollar-certified-outlined": 59292,
|
|
7271
|
+
"file-dollar-outlined": 59293,
|
|
7272
|
+
"file-download-outlined": 59294,
|
|
7273
|
+
"file-export-outlined": 59295,
|
|
7274
|
+
"file-lock-outlined": 59296,
|
|
7275
|
+
"file-outlined": 59297,
|
|
7276
|
+
"file-search-outlined": 59298,
|
|
7277
|
+
"file-secured-outlined": 59299,
|
|
7278
|
+
"file-statutory-outlined": 59300,
|
|
7279
|
+
"file-verified-outlined": 59301,
|
|
7280
|
+
"filter-outlined": 59302,
|
|
7281
|
+
"folder-outlined": 59303,
|
|
7282
|
+
"folder-user-outlined": 59304,
|
|
7283
|
+
"form-outlined": 59305,
|
|
7284
|
+
"funnel-filter-outline": 59306,
|
|
7285
|
+
"goal-outlined": 59307,
|
|
7286
|
+
"graph-outlined": 59308,
|
|
7287
|
+
"hand-holding-user-outlined": 59309,
|
|
7288
|
+
"happy-sun-outlined": 59310,
|
|
7289
|
+
"health-bag-outlined": 59311,
|
|
7290
|
+
"heart-outlined": 59312,
|
|
7291
|
+
"home-active-outlined": 59313,
|
|
7292
|
+
"home-outlined": 59314,
|
|
7293
|
+
"id-card-outlined": 59315,
|
|
7294
|
+
"image-outlined": 59316,
|
|
7295
|
+
"import-outlined": 59317,
|
|
7296
|
+
"instapay-outlined": 59318,
|
|
7281
7297
|
italic: italic,
|
|
7282
|
-
"job-search-outlined":
|
|
7283
|
-
"leave-approval-outlined":
|
|
7284
|
-
"link-1":
|
|
7285
|
-
"link-2":
|
|
7286
|
-
"list-outlined":
|
|
7287
|
-
"live-help-outlined":
|
|
7288
|
-
"location-on-outlined":
|
|
7289
|
-
"location-outlined":
|
|
7290
|
-
"lock-outlined":
|
|
7291
|
-
"locked-file-outlined":
|
|
7292
|
-
"log-out":
|
|
7293
|
-
"mail-outlined":
|
|
7294
|
-
"media-content-outlined":
|
|
7295
|
-
"menu-close":
|
|
7296
|
-
"menu-expand":
|
|
7297
|
-
"menu-fold-outlined":
|
|
7298
|
-
"menu-unfold-outlined":
|
|
7299
|
-
"moneybag-outlined":
|
|
7300
|
-
"moon-outlined":
|
|
7301
|
-
"more-horizontal":
|
|
7302
|
-
"more-vertical":
|
|
7303
|
-
"multiple-folders-outlined":
|
|
7304
|
-
"multiple-users-outlined":
|
|
7305
|
-
"near-me-outlined":
|
|
7306
|
-
"node-outlined":
|
|
7307
|
-
"number-points":
|
|
7298
|
+
"job-search-outlined": 59320,
|
|
7299
|
+
"leave-approval-outlined": 59321,
|
|
7300
|
+
"link-1": 59322,
|
|
7301
|
+
"link-2": 59323,
|
|
7302
|
+
"list-outlined": 59324,
|
|
7303
|
+
"live-help-outlined": 59325,
|
|
7304
|
+
"location-on-outlined": 59326,
|
|
7305
|
+
"location-outlined": 59327,
|
|
7306
|
+
"lock-outlined": 59328,
|
|
7307
|
+
"locked-file-outlined": 59329,
|
|
7308
|
+
"log-out": 59330,
|
|
7309
|
+
"mail-outlined": 59331,
|
|
7310
|
+
"media-content-outlined": 59332,
|
|
7311
|
+
"menu-close": 59333,
|
|
7312
|
+
"menu-expand": 59334,
|
|
7313
|
+
"menu-fold-outlined": 59335,
|
|
7314
|
+
"menu-unfold-outlined": 59336,
|
|
7315
|
+
"moneybag-outlined": 59337,
|
|
7316
|
+
"moon-outlined": 59338,
|
|
7317
|
+
"more-horizontal": 59339,
|
|
7318
|
+
"more-vertical": 59340,
|
|
7319
|
+
"multiple-folders-outlined": 59341,
|
|
7320
|
+
"multiple-users-outlined": 59342,
|
|
7321
|
+
"near-me-outlined": 59343,
|
|
7322
|
+
"node-outlined": 59344,
|
|
7323
|
+
"number-points": 59345,
|
|
7308
7324
|
number: number,
|
|
7309
|
-
"overview-outlined":
|
|
7310
|
-
"payment-summary-outlined":
|
|
7311
|
-
"payslip-outlined":
|
|
7312
|
-
"pencil-outlined":
|
|
7325
|
+
"overview-outlined": 59347,
|
|
7326
|
+
"payment-summary-outlined": 59348,
|
|
7327
|
+
"payslip-outlined": 59349,
|
|
7328
|
+
"pencil-outlined": 59350,
|
|
7313
7329
|
percentage: percentage,
|
|
7314
|
-
"phone-outlined":
|
|
7315
|
-
"piggy-bank-outlined":
|
|
7316
|
-
"plane-outlined":
|
|
7317
|
-
"play-circle-outlined":
|
|
7318
|
-
"print-outlined":
|
|
7319
|
-
"propane-tank-outlined":
|
|
7320
|
-
"qr-code-outlined":
|
|
7321
|
-
"qualification-outlined":
|
|
7322
|
-
"re-assign":
|
|
7330
|
+
"phone-outlined": 59352,
|
|
7331
|
+
"piggy-bank-outlined": 59353,
|
|
7332
|
+
"plane-outlined": 59354,
|
|
7333
|
+
"play-circle-outlined": 59355,
|
|
7334
|
+
"print-outlined": 59356,
|
|
7335
|
+
"propane-tank-outlined": 59357,
|
|
7336
|
+
"qr-code-outlined": 59358,
|
|
7337
|
+
"qualification-outlined": 59359,
|
|
7338
|
+
"re-assign": 59360,
|
|
7323
7339
|
redeem: redeem,
|
|
7324
7340
|
refresh: refresh,
|
|
7325
7341
|
remove: remove,
|
|
7326
|
-
"reply-outlined":
|
|
7342
|
+
"reply-outlined": 59364,
|
|
7327
7343
|
restart: restart,
|
|
7328
|
-
"resume-outlined":
|
|
7329
|
-
"return-arrow":
|
|
7330
|
-
"rostering-outlined":
|
|
7331
|
-
"safety-outlined":
|
|
7332
|
-
"save-outlined":
|
|
7333
|
-
"schedule-outlined":
|
|
7334
|
-
"search-outlined":
|
|
7335
|
-
"search-secured-outlined":
|
|
7336
|
-
"send-outlined":
|
|
7337
|
-
"share-1":
|
|
7338
|
-
"share-2":
|
|
7339
|
-
"share-outlined":
|
|
7340
|
-
"show-chart-outlined":
|
|
7341
|
-
"single-down-arrow":
|
|
7342
|
-
"single-left-arrow":
|
|
7343
|
-
"single-right-arrow":
|
|
7344
|
-
"single-up-arrow":
|
|
7345
|
-
"smart-match-outlined":
|
|
7346
|
-
"sparkle-outlined":
|
|
7347
|
-
"speaker-active-outlined":
|
|
7348
|
-
"speaker-outlined":
|
|
7349
|
-
"star-circle-outlined":
|
|
7350
|
-
"star-outlined":
|
|
7351
|
-
"stash-outlined":
|
|
7352
|
-
"stopwatch-outlined":
|
|
7344
|
+
"resume-outlined": 59366,
|
|
7345
|
+
"return-arrow": 59367,
|
|
7346
|
+
"rostering-outlined": 59368,
|
|
7347
|
+
"safety-outlined": 59369,
|
|
7348
|
+
"save-outlined": 59370,
|
|
7349
|
+
"schedule-outlined": 59371,
|
|
7350
|
+
"search-outlined": 59372,
|
|
7351
|
+
"search-secured-outlined": 59373,
|
|
7352
|
+
"send-outlined": 59374,
|
|
7353
|
+
"share-1": 59375,
|
|
7354
|
+
"share-2": 59376,
|
|
7355
|
+
"share-outlined": 59377,
|
|
7356
|
+
"show-chart-outlined": 59378,
|
|
7357
|
+
"single-down-arrow": 59379,
|
|
7358
|
+
"single-left-arrow": 59380,
|
|
7359
|
+
"single-right-arrow": 59381,
|
|
7360
|
+
"single-up-arrow": 59382,
|
|
7361
|
+
"smart-match-outlined": 59383,
|
|
7362
|
+
"sparkle-outlined": 59384,
|
|
7363
|
+
"speaker-active-outlined": 59385,
|
|
7364
|
+
"speaker-outlined": 59386,
|
|
7365
|
+
"star-circle-outlined": 59387,
|
|
7366
|
+
"star-outlined": 59388,
|
|
7367
|
+
"stash-outlined": 59389,
|
|
7368
|
+
"stopwatch-outlined": 59390,
|
|
7353
7369
|
strikethrough: strikethrough,
|
|
7354
|
-
"styler-outlined":
|
|
7355
|
-
"suitcase-clock-outlined":
|
|
7356
|
-
"suitcase-outlined":
|
|
7357
|
-
"survey-outlined":
|
|
7358
|
-
"switch-outlined":
|
|
7370
|
+
"styler-outlined": 59392,
|
|
7371
|
+
"suitcase-clock-outlined": 59393,
|
|
7372
|
+
"suitcase-outlined": 59394,
|
|
7373
|
+
"survey-outlined": 59395,
|
|
7374
|
+
"switch-outlined": 59396,
|
|
7359
7375
|
sync: sync,
|
|
7360
|
-
"tag-outlined":
|
|
7361
|
-
"target-outlined":
|
|
7362
|
-
"tennis-outlined":
|
|
7363
|
-
"ticket-outlined":
|
|
7364
|
-
"timesheet-outlined":
|
|
7365
|
-
"timesheets-outlined":
|
|
7366
|
-
"today-outlined":
|
|
7376
|
+
"tag-outlined": 59398,
|
|
7377
|
+
"target-outlined": 59399,
|
|
7378
|
+
"tennis-outlined": 59400,
|
|
7379
|
+
"ticket-outlined": 59401,
|
|
7380
|
+
"timesheet-outlined": 59402,
|
|
7381
|
+
"timesheets-outlined": 59403,
|
|
7382
|
+
"today-outlined": 59404,
|
|
7367
7383
|
transfer: transfer,
|
|
7368
|
-
"trash-bin-outlined":
|
|
7369
|
-
"umbrela-outlined":
|
|
7370
|
-
"unavailability-outlined":
|
|
7384
|
+
"trash-bin-outlined": 59406,
|
|
7385
|
+
"umbrela-outlined": 59407,
|
|
7386
|
+
"unavailability-outlined": 59408,
|
|
7371
7387
|
unavailable: unavailable,
|
|
7372
7388
|
underline: underline,
|
|
7373
|
-
"union-outlined":
|
|
7374
|
-
"unlock-outlined":
|
|
7375
|
-
"upload-outlined":
|
|
7376
|
-
"user-circle-outlined":
|
|
7377
|
-
"user-gear-outlined":
|
|
7378
|
-
"user-outlined":
|
|
7379
|
-
"user-rectangle-outlined":
|
|
7380
|
-
"video-1-outlined":
|
|
7381
|
-
"video-2-outlined":
|
|
7382
|
-
"volunteer-outlined":
|
|
7383
|
-
"wallet-outlined":
|
|
7389
|
+
"union-outlined": 59411,
|
|
7390
|
+
"unlock-outlined": 59412,
|
|
7391
|
+
"upload-outlined": 59413,
|
|
7392
|
+
"user-circle-outlined": 59414,
|
|
7393
|
+
"user-gear-outlined": 59415,
|
|
7394
|
+
"user-outlined": 59416,
|
|
7395
|
+
"user-rectangle-outlined": 59417,
|
|
7396
|
+
"video-1-outlined": 59418,
|
|
7397
|
+
"video-2-outlined": 59419,
|
|
7398
|
+
"volunteer-outlined": 59420,
|
|
7399
|
+
"wallet-outlined": 59421
|
|
7384
7400
|
};
|
|
7385
7401
|
|
|
7386
7402
|
var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -13566,7 +13582,7 @@ var DragableDrawer = function DragableDrawer(_ref) {
|
|
|
13566
13582
|
if (animatedToValue >= 0) {
|
|
13567
13583
|
var animation = Animated.timing(pan, {
|
|
13568
13584
|
toValue: animatedToValue,
|
|
13569
|
-
useNativeDriver:
|
|
13585
|
+
useNativeDriver: Platform.OS !== 'web',
|
|
13570
13586
|
easing: Easing.inOut(Easing.cubic)
|
|
13571
13587
|
});
|
|
13572
13588
|
animation.start(function () {
|
|
@@ -17196,7 +17212,7 @@ var StyledIndicator = index$a(Animated.View)(function (_ref3) {
|
|
|
17196
17212
|
height: theme.__hd__.tabs.sizes.indicator,
|
|
17197
17213
|
backgroundColor: theme.__hd__.tabs.colors.indicator,
|
|
17198
17214
|
position: 'absolute',
|
|
17199
|
-
bottom:
|
|
17215
|
+
bottom: theme.__hd__.tabs.space.tabIndicatorBottom
|
|
17200
17216
|
};
|
|
17201
17217
|
});
|
|
17202
17218
|
var StyledBadgeWrapper = index$a(View)({
|