@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.
Files changed (96) hide show
  1. package/.eslintrc.js +0 -1
  2. package/.turbo/turbo-build.log +2 -5
  3. package/CHANGELOG.md +16 -0
  4. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/es/index.js +592 -576
  6. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  7. package/lib/index.js +592 -576
  8. package/package.json +7 -4
  9. package/sonar-project.properties +9 -0
  10. package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
  11. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  12. package/src/components/Icon/IconList.ts +2 -0
  13. package/src/components/Tabs/StyledTabs.tsx +1 -1
  14. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
  15. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +1 -1
  16. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  17. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +2 -1
  18. package/src/theme/components/tabs.ts +2 -1
  19. package/types/components/Accordion/AccordionItem.d.ts +1 -1
  20. package/types/components/Accordion/StyledAccordion.d.ts +1 -1
  21. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -1
  22. package/types/components/Avatar/StyledAvatar.d.ts +2 -2
  23. package/types/components/Badge/StyledBadge.d.ts +2 -2
  24. package/types/components/BottomNavigation/index.d.ts +1 -1
  25. package/types/components/BottomSheet/BottomSheetContext.d.ts +1 -1
  26. package/types/components/Box/config.d.ts +2 -2
  27. package/types/components/Box/types.d.ts +3 -3
  28. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -1
  29. package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
  30. package/types/components/Button/StyledButton.d.ts +2 -2
  31. package/types/components/Carousel/CardCarousel.d.ts +1 -1
  32. package/types/components/Carousel/types.d.ts +2 -2
  33. package/types/components/Checkbox/StyledCheckbox.d.ts +1 -1
  34. package/types/components/Checkbox/index.d.ts +1 -1
  35. package/types/components/Chip/StyledChip.d.ts +1 -1
  36. package/types/components/Divider/StyledDivider.d.ts +1 -1
  37. package/types/components/Drawer/DragableDrawer/helpers.d.ts +1 -1
  38. package/types/components/Empty/StyledEmpty.d.ts +1 -1
  39. package/types/components/Error/StyledError.d.ts +1 -1
  40. package/types/components/FAB/ActionGroup/index.d.ts +1 -1
  41. package/types/components/FAB/AnimatedFABIcon.d.ts +1 -1
  42. package/types/components/FAB/FAB.d.ts +1 -1
  43. package/types/components/Icon/AnimatedIcon.d.ts +1 -1
  44. package/types/components/Icon/HeroIcon/index.d.ts +2 -2
  45. package/types/components/Icon/IconList.d.ts +1 -1
  46. package/types/components/Icon/index.d.ts +2 -2
  47. package/types/components/Icon/utils.d.ts +1 -1
  48. package/types/components/List/StyledListItem.d.ts +2 -2
  49. package/types/components/PinInput/StyledPinInput.d.ts +1 -1
  50. package/types/components/Portal/reducer.d.ts +1 -1
  51. package/types/components/Portal/types.d.ts +1 -1
  52. package/types/components/Progress/types.d.ts +1 -1
  53. package/types/components/Radio/types.d.ts +1 -1
  54. package/types/components/RefreshControl/index.d.ts +1 -1
  55. package/types/components/RichTextEditor/RichTextEditor.d.ts +1 -1
  56. package/types/components/RichTextEditor/types.d.ts +1 -1
  57. package/types/components/SectionHeading/StyledHeading.d.ts +1 -1
  58. package/types/components/Select/BaseOptionList.d.ts +1 -1
  59. package/types/components/Select/MultiSelect/OptionList.d.ts +1 -1
  60. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  61. package/types/components/Select/helpers.d.ts +1 -1
  62. package/types/components/Select/types.d.ts +6 -6
  63. package/types/components/Skeleton/StyledSkeleton.d.ts +2 -2
  64. package/types/components/Success/StyledSuccess.d.ts +1 -1
  65. package/types/components/Swipeable/StyledSwipeable.d.ts +1 -1
  66. package/types/components/Swipeable/index.d.ts +2 -2
  67. package/types/components/Switch/SelectorSwitch/index.d.ts +3 -3
  68. package/types/components/Switch/StyledSwitch.d.ts +1 -1
  69. package/types/components/Tabs/TabWithBadge.d.ts +3 -3
  70. package/types/components/Tabs/index.d.ts +2 -2
  71. package/types/components/Tag/StyledTag.d.ts +1 -1
  72. package/types/components/TextInput/StyledTextInput.d.ts +2 -2
  73. package/types/components/TextInput/index.d.ts +1 -1
  74. package/types/components/Toast/ToastContext.d.ts +2 -2
  75. package/types/components/Toast/ToastProvider.d.ts +1 -1
  76. package/types/components/Toast/types.d.ts +2 -2
  77. package/types/components/Typography/Body/StyledBody.d.ts +1 -1
  78. package/types/components/Typography/Title/StyledTitle.d.ts +1 -1
  79. package/types/components/Typography/types.d.ts +1 -1
  80. package/types/theme/ThemeSwitcher.d.ts +1 -1
  81. package/types/theme/components/badge.d.ts +1 -1
  82. package/types/theme/components/button.d.ts +1 -1
  83. package/types/theme/components/carousel.d.ts +1 -1
  84. package/types/theme/components/empty.d.ts +1 -1
  85. package/types/theme/components/error.d.ts +1 -1
  86. package/types/theme/components/fab.d.ts +1 -1
  87. package/types/theme/components/pinInput.d.ts +1 -1
  88. package/types/theme/components/success.d.ts +1 -1
  89. package/types/theme/components/tabs.d.ts +1 -0
  90. package/types/theme/components/tag.d.ts +1 -1
  91. package/types/theme/getTheme.d.ts +1 -1
  92. package/types/theme/global/colors/types.d.ts +3 -3
  93. package/types/theme/global/index.d.ts +1 -1
  94. package/types/theme/global/scale.d.ts +1 -1
  95. package/types/theme/global/shadows.d.ts +1 -1
  96. 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 ownKeys(object, enumerableOnly) {
16
- var keys = Object.keys(object);
17
- if (Object.getOwnPropertySymbols) {
18
- var symbols = Object.getOwnPropertySymbols(object);
19
- enumerableOnly && (symbols = symbols.filter(function (sym) {
20
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
21
- })), keys.push.apply(keys, symbols);
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 _objectSpread2(target) {
26
- for (var i = 1; i < arguments.length; i++) {
27
- var source = null != arguments[i] ? arguments[i] : {};
28
- i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
29
- _defineProperty(target, key, source[key]);
30
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
31
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
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 target;
61
+ return e;
35
62
  }
36
63
  function _regeneratorRuntime() {
37
64
  _regeneratorRuntime = function () {
38
- return exports;
65
+ return e;
39
66
  };
40
- var exports = {},
41
- Op = Object.prototype,
42
- hasOwn = Op.hasOwnProperty,
43
- defineProperty = Object.defineProperty || function (obj, key, desc) {
44
- obj[key] = desc.value;
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
- $Symbol = "function" == typeof Symbol ? Symbol : {},
47
- iteratorSymbol = $Symbol.iterator || "@@iterator",
48
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
49
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
50
- function define(obj, key, value) {
51
- return Object.defineProperty(obj, key, {
52
- value: 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
- }), obj[key];
84
+ }), t[e];
57
85
  }
58
86
  try {
59
87
  define({}, "");
60
- } catch (err) {
61
- define = function (obj, key, value) {
62
- return obj[key] = value;
88
+ } catch (t) {
89
+ define = function (t, e, r) {
90
+ return t[e] = r;
63
91
  };
64
92
  }
65
- function wrap(innerFn, outerFn, self, tryLocsList) {
66
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
67
- generator = Object.create(protoGenerator.prototype),
68
- context = new Context(tryLocsList || []);
69
- return defineProperty(generator, "_invoke", {
70
- value: makeInvokeMethod(innerFn, self, context)
71
- }), generator;
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(fn, obj, arg) {
101
+ function tryCatch(t, e, r) {
74
102
  try {
75
103
  return {
76
104
  type: "normal",
77
- arg: fn.call(obj, arg)
105
+ arg: t.call(e, r)
78
106
  };
79
- } catch (err) {
107
+ } catch (t) {
80
108
  return {
81
109
  type: "throw",
82
- arg: err
110
+ arg: t
83
111
  };
84
112
  }
85
113
  }
86
- exports.wrap = wrap;
87
- var ContinueSentinel = {};
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 IteratorPrototype = {};
92
- define(IteratorPrototype, iteratorSymbol, function () {
123
+ var p = {};
124
+ define(p, a, function () {
93
125
  return this;
94
126
  });
95
- var getProto = Object.getPrototypeOf,
96
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
97
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
98
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
99
- function defineIteratorMethods(prototype) {
100
- ["next", "throw", "return"].forEach(function (method) {
101
- define(prototype, method, function (arg) {
102
- return this._invoke(method, arg);
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(generator, PromiseImpl) {
107
- function invoke(method, arg, resolve, reject) {
108
- var record = tryCatch(generator[method], generator, arg);
109
- if ("throw" !== record.type) {
110
- var result = record.arg,
111
- value = result.value;
112
- return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
113
- invoke("next", value, resolve, reject);
114
- }, function (err) {
115
- invoke("throw", err, resolve, reject);
116
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
117
- result.value = unwrapped, resolve(result);
118
- }, function (error) {
119
- return invoke("throw", error, resolve, reject);
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
- reject(record.arg);
154
+ a(c.arg);
123
155
  }
124
- var previousPromise;
125
- defineProperty(this, "_invoke", {
126
- value: function (method, arg) {
156
+ var r;
157
+ o(this, "_invoke", {
158
+ value: function (t, n) {
127
159
  function callInvokeWithMethodAndArg() {
128
- return new PromiseImpl(function (resolve, reject) {
129
- invoke(method, arg, resolve, reject);
160
+ return new e(function (e, r) {
161
+ invoke(t, n, e, r);
130
162
  });
131
163
  }
132
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
164
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
133
165
  }
134
166
  });
135
167
  }
136
- function makeInvokeMethod(innerFn, self, context) {
137
- var state = "suspendedStart";
138
- return function (method, arg) {
139
- if ("executing" === state) throw new Error("Generator is already running");
140
- if ("completed" === state) {
141
- if ("throw" === method) throw arg;
142
- return doneResult();
143
- }
144
- for (context.method = method, context.arg = arg;;) {
145
- var delegate = context.delegate;
146
- if (delegate) {
147
- var delegateResult = maybeInvokeDelegate(delegate, context);
148
- if (delegateResult) {
149
- if (delegateResult === ContinueSentinel) continue;
150
- return delegateResult;
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" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
154
- if ("suspendedStart" === state) throw state = "completed", context.arg;
155
- context.dispatchException(context.arg);
156
- } else "return" === context.method && context.abrupt("return", context.arg);
157
- state = "executing";
158
- var record = tryCatch(innerFn, self, context);
159
- if ("normal" === record.type) {
160
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
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: record.arg,
163
- done: context.done
197
+ value: p.arg,
198
+ done: n.done
164
199
  };
165
200
  }
166
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
201
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
167
202
  }
168
203
  };
169
204
  }
170
- function maybeInvokeDelegate(delegate, context) {
171
- var method = delegate.iterator[context.method];
172
- if (undefined === method) {
173
- if (context.delegate = null, "throw" === context.method) {
174
- if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel;
175
- context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method");
176
- }
177
- return ContinueSentinel;
178
- }
179
- var record = tryCatch(method, delegate.iterator, context.arg);
180
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
181
- var info = record.arg;
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 locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
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(entry) {
191
- var record = entry.completion || {};
192
- record.type = "normal", delete record.arg, entry.completion = record;
220
+ function resetTryEntry(t) {
221
+ var e = t.completion || {};
222
+ e.type = "normal", delete e.arg, t.completion = e;
193
223
  }
194
- function Context(tryLocsList) {
224
+ function Context(t) {
195
225
  this.tryEntries = [{
196
226
  tryLoc: "root"
197
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
198
- }
199
- function values(iterable) {
200
- if (iterable) {
201
- var iteratorMethod = iterable[iteratorSymbol];
202
- if (iteratorMethod) return iteratorMethod.call(iterable);
203
- if ("function" == typeof iterable.next) return iterable;
204
- if (!isNaN(iterable.length)) {
205
- var i = -1,
206
- next = function next() {
207
- for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
208
- return next.value = undefined, next.done = !0, next;
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 next.next = next;
240
+ return i.next = i;
211
241
  }
212
242
  }
213
- return {
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, defineProperty(Gp, "constructor", {
245
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
224
246
  value: GeneratorFunctionPrototype,
225
247
  configurable: !0
226
- }), defineProperty(GeneratorFunctionPrototype, "constructor", {
248
+ }), o(GeneratorFunctionPrototype, "constructor", {
227
249
  value: GeneratorFunction,
228
250
  configurable: !0
229
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
230
- var ctor = "function" == typeof genFun && genFun.constructor;
231
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
232
- }, exports.mark = function (genFun) {
233
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
234
- }, exports.awrap = function (arg) {
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: arg
258
+ __await: t
237
259
  };
238
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
260
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
239
261
  return this;
240
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
241
- void 0 === PromiseImpl && (PromiseImpl = Promise);
242
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
243
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
244
- return result.done ? result.value : iter.next();
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(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
268
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
247
269
  return this;
248
- }), define(Gp, "toString", function () {
270
+ }), define(g, "toString", function () {
249
271
  return "[object Generator]";
250
- }), exports.keys = function (val) {
251
- var object = Object(val),
252
- keys = [];
253
- for (var key in object) keys.push(key);
254
- return keys.reverse(), function next() {
255
- for (; keys.length;) {
256
- var key = keys.pop();
257
- if (key in object) return next.value = key, next.done = !1, next;
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
- }, exports.values = values, Context.prototype = {
283
+ }, e.values = values, Context.prototype = {
262
284
  constructor: Context,
263
- reset: function (skipTempReset) {
264
- if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
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 rootRecord = this.tryEntries[0].completion;
269
- if ("throw" === rootRecord.type) throw rootRecord.arg;
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 (exception) {
273
- if (this.done) throw exception;
274
- var context = this;
275
- function handle(loc, caught) {
276
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
277
- }
278
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
279
- var entry = this.tryEntries[i],
280
- record = entry.completion;
281
- if ("root" === entry.tryLoc) return handle("end");
282
- if (entry.tryLoc <= this.prev) {
283
- var hasCatch = hasOwn.call(entry, "catchLoc"),
284
- hasFinally = hasOwn.call(entry, "finallyLoc");
285
- if (hasCatch && hasFinally) {
286
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
287
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
288
- } else if (hasCatch) {
289
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
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 (!hasFinally) throw new Error("try statement without catch or finally");
292
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
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 (type, arg) {
298
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
299
- var entry = this.tryEntries[i];
300
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
301
- var finallyEntry = entry;
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
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
306
- var record = finallyEntry ? finallyEntry.completion : {};
307
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
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 (record, afterLoc) {
310
- if ("throw" === record.type) throw record.arg;
311
- return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
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 (finallyLoc) {
314
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
315
- var entry = this.tryEntries[i];
316
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
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 (tryLoc) {
320
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
321
- var entry = this.tryEntries[i];
322
- if (entry.tryLoc === tryLoc) {
323
- var record = entry.completion;
324
- if ("throw" === record.type) {
325
- var thrown = record.arg;
326
- resetTryEntry(entry);
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 thrown;
350
+ return o;
329
351
  }
330
352
  }
331
353
  throw new Error("illegal catch attempt");
332
354
  },
333
- delegateYield: function (iterable, resultName, nextLoc) {
355
+ delegateYield: function (e, r, n) {
334
356
  return this.delegate = {
335
- iterator: values(iterable),
336
- resultName: resultName,
337
- nextLoc: nextLoc
338
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
357
+ iterator: values(e),
358
+ resultName: r,
359
+ nextLoc: n
360
+ }, "next" === this.method && (this.arg = t), y;
339
361
  }
340
- }, exports;
362
+ }, e;
341
363
  }
342
- function _typeof(obj) {
364
+ function _typeof(o) {
343
365
  "@babel/helpers - typeof";
344
366
 
345
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
346
- return typeof obj;
347
- } : function (obj) {
348
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
349
- }, _typeof(obj);
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.base
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 = 59107;
6911
- var image = 59108;
6912
- var instapay = 59113;
6913
- var list = 59114;
6914
- var loading = 59116;
6915
- var location = 59118;
6916
- var lock = 59119;
6917
- var menu = 59123;
6918
- var moneybag = 59125;
6919
- var moon = 59126;
6920
- var node = 59130;
6921
- var paperclip = 59132;
6922
- var pencil = 59134;
6923
- var phone = 59135;
6924
- var plane = 59138;
6925
- var print = 59140;
6926
- var reply = 59143;
6927
- var reschedule = 59144;
6928
- var rostering = 59145;
6929
- var save = 59147;
6930
- var schedule = 59149;
6931
- var send = 59151;
6932
- var speaker = 59153;
6933
- var star = 59158;
6934
- var stopwatch = 59160;
6935
- var suitcase = 59161;
6936
- var surfing = 59162;
6937
- var survey = 59163;
6938
- var swag = 59168;
6939
- var tag = 59171;
6940
- var target = 59172;
6941
- var teams = 59173;
6942
- var timesheet = 59174;
6943
- var unlock = 59177;
6944
- var user = 59178;
6945
- var wallet = 59181;
6946
- var warning = 59182;
6947
- var add = 59188;
6948
- var bold = 59212;
6949
- var cancel = 59226;
6950
- var checkmark = 59232;
6951
- var italic = 59317;
6952
- var number = 59344;
6953
- var percentage = 59349;
6954
- var redeem = 59359;
6955
- var refresh = 59360;
6956
- var remove = 59361;
6957
- var restart = 59363;
6958
- var strikethrough = 59389;
6959
- var sync = 59395;
6960
- var transfer = 59403;
6961
- var unavailable = 59407;
6962
- var underline = 59408;
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": 59109,
7074
- "incident-siren": 59110,
7075
- "instapay-daily": 59111,
7076
- "instapay-now": 59112,
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": 59115,
7094
+ "loading-2": 59116,
7080
7095
  loading: loading,
7081
- "location-on": 59117,
7096
+ "location-on": 59118,
7082
7097
  location: location,
7083
7098
  lock: lock,
7084
- "looks-one": 59120,
7085
- "looks-two": 59121,
7086
- "media-content": 59122,
7099
+ "looks-one": 59121,
7100
+ "looks-two": 59122,
7101
+ "media-content": 59123,
7087
7102
  menu: menu,
7088
- "money-notes": 59124,
7103
+ "money-notes": 59125,
7089
7104
  moneybag: moneybag,
7090
7105
  moon: moon,
7091
- "multiple-stars": 59127,
7092
- "multiple-users": 59128,
7093
- "near-me": 59129,
7106
+ "multiple-stars": 59128,
7107
+ "multiple-users": 59129,
7108
+ "near-me": 59130,
7094
7109
  node: node,
7095
- "open-folder": 59131,
7110
+ "open-folder": 59132,
7096
7111
  paperclip: paperclip,
7097
- "payment-summary": 59133,
7112
+ "payment-summary": 59134,
7098
7113
  pencil: pencil,
7099
7114
  phone: phone,
7100
- "piggy-bank": 59136,
7101
- "plane-up": 59137,
7115
+ "piggy-bank": 59137,
7116
+ "plane-up": 59138,
7102
7117
  plane: plane,
7103
- "play-circle": 59139,
7118
+ "play-circle": 59140,
7104
7119
  print: print,
7105
- "raising-hands": 59141,
7106
- "reply-arrow": 59142,
7120
+ "raising-hands": 59142,
7121
+ "reply-arrow": 59143,
7107
7122
  reply: reply,
7108
7123
  reschedule: reschedule,
7109
7124
  rostering: rostering,
7110
- "salary-sacrifice": 59146,
7125
+ "salary-sacrifice": 59147,
7111
7126
  save: save,
7112
- "schedule-send": 59148,
7127
+ "schedule-send": 59149,
7113
7128
  schedule: schedule,
7114
- "search-person": 59150,
7129
+ "search-person": 59151,
7115
7130
  send: send,
7116
- "speaker-active": 59152,
7131
+ "speaker-active": 59153,
7117
7132
  speaker: speaker,
7118
- "star-award": 59154,
7119
- "star-badge": 59155,
7120
- "star-circle": 59156,
7121
- "star-medal": 59157,
7133
+ "star-award": 59155,
7134
+ "star-badge": 59156,
7135
+ "star-circle": 59157,
7136
+ "star-medal": 59158,
7122
7137
  star: star,
7123
- "steps-circle": 59159,
7138
+ "steps-circle": 59160,
7124
7139
  stopwatch: stopwatch,
7125
7140
  suitcase: suitcase,
7126
7141
  surfing: surfing,
7127
7142
  survey: survey,
7128
- "swag-pillar-benefit": 59164,
7129
- "swag-pillar-career": 59165,
7130
- "swag-pillar-money": 59166,
7131
- "swag-pillar-work": 59167,
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": 59169,
7134
- "switch": 59170,
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": 59175,
7140
- "trash-bin": 59176,
7154
+ "touch-id": 59176,
7155
+ "trash-bin": 59177,
7141
7156
  unlock: unlock,
7142
7157
  user: user,
7143
- "video-1": 59179,
7144
- "video-2": 59180,
7158
+ "video-1": 59180,
7159
+ "video-2": 59181,
7145
7160
  wallet: wallet,
7146
7161
  warning: warning,
7147
- "activate-outlined": 59183,
7148
- "add-credit-card-outlined": 59184,
7149
- "add-person-outlined": 59185,
7150
- "add-section-outlined": 59186,
7151
- "add-time-outlined": 59187,
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": 59189,
7154
- "ai-outlined": 59190,
7155
- "alignment-2-outlined": 59191,
7156
- "alignment-outlined": 59192,
7157
- "all-caps": 59193,
7158
- "application-outlined": 59194,
7159
- "arrow-down": 59195,
7160
- "arrow-downwards": 59196,
7161
- "arrow-left": 59197,
7162
- "arrow-leftwards": 59198,
7163
- "arrow-right": 59199,
7164
- "arrow-rightwards": 59200,
7165
- "arrow-up": 59201,
7166
- "arrow-upwards": 59202,
7167
- "article-outlined": 59203,
7168
- "at-sign": 59204,
7169
- "auto-graph-outlined": 59205,
7170
- "beer-outlined": 59206,
7171
- "bell-active-outlined": 59207,
7172
- "bell-outlined": 59208,
7173
- "bell-slash-outlined": 59209,
7174
- "billing-outlined": 59210,
7175
- "body-outlined": 59211,
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": 59213,
7178
- "book-outlined": 59214,
7179
- "bookmark-added-outlined": 59215,
7180
- "bookmark-outlined": 59216,
7181
- "box-check-outlined": 59217,
7182
- "box-outlined": 59218,
7183
- "bullet-points": 59219,
7184
- "cake-outlined": 59220,
7185
- "calendar-dates-outlined": 59221,
7186
- "calendar-star-outlined": 59222,
7187
- "call-outlined": 59223,
7188
- "call-split-outlined": 59224,
7189
- "camera-outlined": 59225,
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": 59227,
7192
- "cashback-outlined": 59228,
7193
- "charging-station-outlined": 59229,
7194
- "chat-bubble-outlined": 59230,
7195
- "chat-unread-outlined": 59231,
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": 59233,
7198
- "circle-cancel-outlined": 59234,
7199
- "circle-down-outlined": 59235,
7200
- "circle-info-outlined": 59236,
7201
- "circle-left-outlined": 59237,
7202
- "circle-ok-outlined": 59238,
7203
- "circle-question-outlined": 59239,
7204
- "circle-remove-outlined": 59240,
7205
- "circle-right-outlined": 59241,
7206
- "circle-up-outlined": 59242,
7207
- "circle-warning-outlined": 59243,
7208
- "clock-2-outlined": 59244,
7209
- "clock-outlined": 59245,
7210
- "cog-outlined": 59246,
7211
- "coin-outlined": 59247,
7212
- "coin-super-outlined": 59248,
7213
- "comment-outlined": 59249,
7214
- "contacts-outlined": 59250,
7215
- "contacts-user-outlined": 59251,
7216
- "credit-card-outlined": 59252,
7217
- "cup-outlined": 59253,
7218
- "dentistry-outlined": 59254,
7219
- "direction-arrows-outlined": 59255,
7220
- "directory-outlined": 59256,
7221
- "document-outlined": 59257,
7222
- "dollar-box-outlined": 59258,
7223
- "dollar-card-outlined": 59259,
7224
- "dollar-coin-shine-outlined": 59260,
7225
- "dollar-credit-card-outlined": 59261,
7226
- "dollar-sign": 59262,
7227
- "double-buildings-outlined": 59263,
7228
- "double-left-arrows": 59264,
7229
- "double-right-arrows": 59265,
7230
- "download-box-outlined": 59266,
7231
- "download-outlined": 59267,
7232
- "edit-template-outlined": 59268,
7233
- "email-outlined": 59269,
7234
- "enter-arrow": 59270,
7235
- "envelope-outlined": 59271,
7236
- "expense-approval-outlined": 59272,
7237
- "expense-outlined": 59273,
7238
- "explore-outlined": 59274,
7239
- "extension-outlined": 59275,
7240
- "external-link": 59276,
7241
- "eye-invisible-outlined": 59277,
7242
- "eye-outlined": 59278,
7243
- "face-id": 59279,
7244
- "face-meh-outlined": 59280,
7245
- "face-open-smiley-outlined": 59281,
7246
- "face-sad-outlined": 59282,
7247
- "face-smiley-outlined": 59283,
7248
- "fastfood-outlined": 59284,
7249
- "feed-outlined": 59285,
7250
- "file-certified-outlined": 59286,
7251
- "file-clone-outlined": 59287,
7252
- "file-copy-outlined": 59288,
7253
- "file-dispose-outlined": 59289,
7254
- "file-dollar-certified-outlined": 59290,
7255
- "file-dollar-outlined": 59291,
7256
- "file-download-outlined": 59292,
7257
- "file-export-outlined": 59293,
7258
- "file-lock-outlined": 59294,
7259
- "file-outlined": 59295,
7260
- "file-search-outlined": 59296,
7261
- "file-secured-outlined": 59297,
7262
- "file-statutory-outlined": 59298,
7263
- "file-verified-outlined": 59299,
7264
- "filter-outlined": 59300,
7265
- "folder-outlined": 59301,
7266
- "folder-user-outlined": 59302,
7267
- "form-outlined": 59303,
7268
- "funnel-filter-outline": 59304,
7269
- "goal-outlined": 59305,
7270
- "graph-outlined": 59306,
7271
- "hand-holding-user-outlined": 59307,
7272
- "happy-sun-outlined": 59308,
7273
- "health-bag-outlined": 59309,
7274
- "heart-outlined": 59310,
7275
- "home-active-outlined": 59311,
7276
- "home-outlined": 59312,
7277
- "id-card-outlined": 59313,
7278
- "image-outlined": 59314,
7279
- "import-outlined": 59315,
7280
- "instapay-outlined": 59316,
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": 59318,
7283
- "leave-approval-outlined": 59319,
7284
- "link-1": 59320,
7285
- "link-2": 59321,
7286
- "list-outlined": 59322,
7287
- "live-help-outlined": 59323,
7288
- "location-on-outlined": 59324,
7289
- "location-outlined": 59325,
7290
- "lock-outlined": 59326,
7291
- "locked-file-outlined": 59327,
7292
- "log-out": 59328,
7293
- "mail-outlined": 59329,
7294
- "media-content-outlined": 59330,
7295
- "menu-close": 59331,
7296
- "menu-expand": 59332,
7297
- "menu-fold-outlined": 59333,
7298
- "menu-unfold-outlined": 59334,
7299
- "moneybag-outlined": 59335,
7300
- "moon-outlined": 59336,
7301
- "more-horizontal": 59337,
7302
- "more-vertical": 59338,
7303
- "multiple-folders-outlined": 59339,
7304
- "multiple-users-outlined": 59340,
7305
- "near-me-outlined": 59341,
7306
- "node-outlined": 59342,
7307
- "number-points": 59343,
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": 59345,
7310
- "payment-summary-outlined": 59346,
7311
- "payslip-outlined": 59347,
7312
- "pencil-outlined": 59348,
7325
+ "overview-outlined": 59347,
7326
+ "payment-summary-outlined": 59348,
7327
+ "payslip-outlined": 59349,
7328
+ "pencil-outlined": 59350,
7313
7329
  percentage: percentage,
7314
- "phone-outlined": 59350,
7315
- "piggy-bank-outlined": 59351,
7316
- "plane-outlined": 59352,
7317
- "play-circle-outlined": 59353,
7318
- "print-outlined": 59354,
7319
- "propane-tank-outlined": 59355,
7320
- "qr-code-outlined": 59356,
7321
- "qualification-outlined": 59357,
7322
- "re-assign": 59358,
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": 59362,
7342
+ "reply-outlined": 59364,
7327
7343
  restart: restart,
7328
- "resume-outlined": 59364,
7329
- "return-arrow": 59365,
7330
- "rostering-outlined": 59366,
7331
- "safety-outlined": 59367,
7332
- "save-outlined": 59368,
7333
- "schedule-outlined": 59369,
7334
- "search-outlined": 59370,
7335
- "search-secured-outlined": 59371,
7336
- "send-outlined": 59372,
7337
- "share-1": 59373,
7338
- "share-2": 59374,
7339
- "share-outlined": 59375,
7340
- "show-chart-outlined": 59376,
7341
- "single-down-arrow": 59377,
7342
- "single-left-arrow": 59378,
7343
- "single-right-arrow": 59379,
7344
- "single-up-arrow": 59380,
7345
- "smart-match-outlined": 59381,
7346
- "sparkle-outlined": 59382,
7347
- "speaker-active-outlined": 59383,
7348
- "speaker-outlined": 59384,
7349
- "star-circle-outlined": 59385,
7350
- "star-outlined": 59386,
7351
- "stash-outlined": 59387,
7352
- "stopwatch-outlined": 59388,
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": 59390,
7355
- "suitcase-clock-outlined": 59391,
7356
- "suitcase-outlined": 59392,
7357
- "survey-outlined": 59393,
7358
- "switch-outlined": 59394,
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": 59396,
7361
- "target-outlined": 59397,
7362
- "tennis-outlined": 59398,
7363
- "ticket-outlined": 59399,
7364
- "timesheet-outlined": 59400,
7365
- "timesheets-outlined": 59401,
7366
- "today-outlined": 59402,
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": 59404,
7369
- "umbrela-outlined": 59405,
7370
- "unavailability-outlined": 59406,
7384
+ "trash-bin-outlined": 59406,
7385
+ "umbrela-outlined": 59407,
7386
+ "unavailability-outlined": 59408,
7371
7387
  unavailable: unavailable,
7372
7388
  underline: underline,
7373
- "union-outlined": 59409,
7374
- "unlock-outlined": 59410,
7375
- "upload-outlined": 59411,
7376
- "user-circle-outlined": 59412,
7377
- "user-gear-outlined": 59413,
7378
- "user-outlined": 59414,
7379
- "user-rectangle-outlined": 59415,
7380
- "video-1-outlined": 59416,
7381
- "video-2-outlined": 59417,
7382
- "volunteer-outlined": 59418,
7383
- "wallet-outlined": 59419
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: true,
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: 0
17215
+ bottom: theme.__hd__.tabs.space.tabIndicatorBottom
17200
17216
  };
17201
17217
  });
17202
17218
  var StyledBadgeWrapper = index$a(View)({