@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/lib/index.js CHANGED
@@ -42,341 +42,363 @@ var RnSlider__default = /*#__PURE__*/_interopDefaultLegacy(RnSlider);
42
42
  var LinearGradient__default = /*#__PURE__*/_interopDefaultLegacy(LinearGradient);
43
43
  var PagerView__default = /*#__PURE__*/_interopDefaultLegacy(PagerView);
44
44
 
45
- function ownKeys(object, enumerableOnly) {
46
- var keys = Object.keys(object);
47
- if (Object.getOwnPropertySymbols) {
48
- var symbols = Object.getOwnPropertySymbols(object);
49
- enumerableOnly && (symbols = symbols.filter(function (sym) {
50
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
51
- })), keys.push.apply(keys, symbols);
45
+ function _iterableToArrayLimit(r, l) {
46
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
47
+ if (null != t) {
48
+ var e,
49
+ n,
50
+ i,
51
+ u,
52
+ a = [],
53
+ f = !0,
54
+ o = !1;
55
+ try {
56
+ if (i = (t = t.call(r)).next, 0 === l) {
57
+ if (Object(t) !== t) return;
58
+ f = !1;
59
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
60
+ } catch (r) {
61
+ o = !0, n = r;
62
+ } finally {
63
+ try {
64
+ if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
65
+ } finally {
66
+ if (o) throw n;
67
+ }
68
+ }
69
+ return a;
52
70
  }
53
- return keys;
54
71
  }
55
- function _objectSpread2(target) {
56
- for (var i = 1; i < arguments.length; i++) {
57
- var source = null != arguments[i] ? arguments[i] : {};
58
- i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
59
- _defineProperty(target, key, source[key]);
60
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
61
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
72
+ function ownKeys(e, r) {
73
+ var t = Object.keys(e);
74
+ if (Object.getOwnPropertySymbols) {
75
+ var o = Object.getOwnPropertySymbols(e);
76
+ r && (o = o.filter(function (r) {
77
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
78
+ })), t.push.apply(t, o);
79
+ }
80
+ return t;
81
+ }
82
+ function _objectSpread2(e) {
83
+ for (var r = 1; r < arguments.length; r++) {
84
+ var t = null != arguments[r] ? arguments[r] : {};
85
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
86
+ _defineProperty(e, r, t[r]);
87
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
88
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
62
89
  });
63
90
  }
64
- return target;
91
+ return e;
65
92
  }
66
93
  function _regeneratorRuntime() {
67
94
  _regeneratorRuntime = function () {
68
- return exports;
95
+ return e;
69
96
  };
70
- var exports = {},
71
- Op = Object.prototype,
72
- hasOwn = Op.hasOwnProperty,
73
- defineProperty = Object.defineProperty || function (obj, key, desc) {
74
- obj[key] = desc.value;
97
+ var t,
98
+ e = {},
99
+ r = Object.prototype,
100
+ n = r.hasOwnProperty,
101
+ o = Object.defineProperty || function (t, e, r) {
102
+ t[e] = r.value;
75
103
  },
76
- $Symbol = "function" == typeof Symbol ? Symbol : {},
77
- iteratorSymbol = $Symbol.iterator || "@@iterator",
78
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
79
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
80
- function define(obj, key, value) {
81
- return Object.defineProperty(obj, key, {
82
- value: value,
104
+ i = "function" == typeof Symbol ? Symbol : {},
105
+ a = i.iterator || "@@iterator",
106
+ c = i.asyncIterator || "@@asyncIterator",
107
+ u = i.toStringTag || "@@toStringTag";
108
+ function define(t, e, r) {
109
+ return Object.defineProperty(t, e, {
110
+ value: r,
83
111
  enumerable: !0,
84
112
  configurable: !0,
85
113
  writable: !0
86
- }), obj[key];
114
+ }), t[e];
87
115
  }
88
116
  try {
89
117
  define({}, "");
90
- } catch (err) {
91
- define = function (obj, key, value) {
92
- return obj[key] = value;
118
+ } catch (t) {
119
+ define = function (t, e, r) {
120
+ return t[e] = r;
93
121
  };
94
122
  }
95
- function wrap(innerFn, outerFn, self, tryLocsList) {
96
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
97
- generator = Object.create(protoGenerator.prototype),
98
- context = new Context(tryLocsList || []);
99
- return defineProperty(generator, "_invoke", {
100
- value: makeInvokeMethod(innerFn, self, context)
101
- }), generator;
123
+ function wrap(t, e, r, n) {
124
+ var i = e && e.prototype instanceof Generator ? e : Generator,
125
+ a = Object.create(i.prototype),
126
+ c = new Context(n || []);
127
+ return o(a, "_invoke", {
128
+ value: makeInvokeMethod(t, r, c)
129
+ }), a;
102
130
  }
103
- function tryCatch(fn, obj, arg) {
131
+ function tryCatch(t, e, r) {
104
132
  try {
105
133
  return {
106
134
  type: "normal",
107
- arg: fn.call(obj, arg)
135
+ arg: t.call(e, r)
108
136
  };
109
- } catch (err) {
137
+ } catch (t) {
110
138
  return {
111
139
  type: "throw",
112
- arg: err
140
+ arg: t
113
141
  };
114
142
  }
115
143
  }
116
- exports.wrap = wrap;
117
- var ContinueSentinel = {};
144
+ e.wrap = wrap;
145
+ var h = "suspendedStart",
146
+ l = "suspendedYield",
147
+ f = "executing",
148
+ s = "completed",
149
+ y = {};
118
150
  function Generator() {}
119
151
  function GeneratorFunction() {}
120
152
  function GeneratorFunctionPrototype() {}
121
- var IteratorPrototype = {};
122
- define(IteratorPrototype, iteratorSymbol, function () {
153
+ var p = {};
154
+ define(p, a, function () {
123
155
  return this;
124
156
  });
125
- var getProto = Object.getPrototypeOf,
126
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
127
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
128
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
129
- function defineIteratorMethods(prototype) {
130
- ["next", "throw", "return"].forEach(function (method) {
131
- define(prototype, method, function (arg) {
132
- return this._invoke(method, arg);
157
+ var d = Object.getPrototypeOf,
158
+ v = d && d(d(values([])));
159
+ v && v !== r && n.call(v, a) && (p = v);
160
+ var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
161
+ function defineIteratorMethods(t) {
162
+ ["next", "throw", "return"].forEach(function (e) {
163
+ define(t, e, function (t) {
164
+ return this._invoke(e, t);
133
165
  });
134
166
  });
135
167
  }
136
- function AsyncIterator(generator, PromiseImpl) {
137
- function invoke(method, arg, resolve, reject) {
138
- var record = tryCatch(generator[method], generator, arg);
139
- if ("throw" !== record.type) {
140
- var result = record.arg,
141
- value = result.value;
142
- return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
143
- invoke("next", value, resolve, reject);
144
- }, function (err) {
145
- invoke("throw", err, resolve, reject);
146
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
147
- result.value = unwrapped, resolve(result);
148
- }, function (error) {
149
- return invoke("throw", error, resolve, reject);
168
+ function AsyncIterator(t, e) {
169
+ function invoke(r, o, i, a) {
170
+ var c = tryCatch(t[r], t, o);
171
+ if ("throw" !== c.type) {
172
+ var u = c.arg,
173
+ h = u.value;
174
+ return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
175
+ invoke("next", t, i, a);
176
+ }, function (t) {
177
+ invoke("throw", t, i, a);
178
+ }) : e.resolve(h).then(function (t) {
179
+ u.value = t, i(u);
180
+ }, function (t) {
181
+ return invoke("throw", t, i, a);
150
182
  });
151
183
  }
152
- reject(record.arg);
184
+ a(c.arg);
153
185
  }
154
- var previousPromise;
155
- defineProperty(this, "_invoke", {
156
- value: function (method, arg) {
186
+ var r;
187
+ o(this, "_invoke", {
188
+ value: function (t, n) {
157
189
  function callInvokeWithMethodAndArg() {
158
- return new PromiseImpl(function (resolve, reject) {
159
- invoke(method, arg, resolve, reject);
190
+ return new e(function (e, r) {
191
+ invoke(t, n, e, r);
160
192
  });
161
193
  }
162
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
194
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
163
195
  }
164
196
  });
165
197
  }
166
- function makeInvokeMethod(innerFn, self, context) {
167
- var state = "suspendedStart";
168
- return function (method, arg) {
169
- if ("executing" === state) throw new Error("Generator is already running");
170
- if ("completed" === state) {
171
- if ("throw" === method) throw arg;
172
- return doneResult();
173
- }
174
- for (context.method = method, context.arg = arg;;) {
175
- var delegate = context.delegate;
176
- if (delegate) {
177
- var delegateResult = maybeInvokeDelegate(delegate, context);
178
- if (delegateResult) {
179
- if (delegateResult === ContinueSentinel) continue;
180
- return delegateResult;
198
+ function makeInvokeMethod(e, r, n) {
199
+ var o = h;
200
+ return function (i, a) {
201
+ if (o === f) throw new Error("Generator is already running");
202
+ if (o === s) {
203
+ if ("throw" === i) throw a;
204
+ return {
205
+ value: t,
206
+ done: !0
207
+ };
208
+ }
209
+ for (n.method = i, n.arg = a;;) {
210
+ var c = n.delegate;
211
+ if (c) {
212
+ var u = maybeInvokeDelegate(c, n);
213
+ if (u) {
214
+ if (u === y) continue;
215
+ return u;
181
216
  }
182
217
  }
183
- if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
184
- if ("suspendedStart" === state) throw state = "completed", context.arg;
185
- context.dispatchException(context.arg);
186
- } else "return" === context.method && context.abrupt("return", context.arg);
187
- state = "executing";
188
- var record = tryCatch(innerFn, self, context);
189
- if ("normal" === record.type) {
190
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
218
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
219
+ if (o === h) throw o = s, n.arg;
220
+ n.dispatchException(n.arg);
221
+ } else "return" === n.method && n.abrupt("return", n.arg);
222
+ o = f;
223
+ var p = tryCatch(e, r, n);
224
+ if ("normal" === p.type) {
225
+ if (o = n.done ? s : l, p.arg === y) continue;
191
226
  return {
192
- value: record.arg,
193
- done: context.done
227
+ value: p.arg,
228
+ done: n.done
194
229
  };
195
230
  }
196
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
231
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
197
232
  }
198
233
  };
199
234
  }
200
- function maybeInvokeDelegate(delegate, context) {
201
- var method = delegate.iterator[context.method];
202
- if (undefined === method) {
203
- if (context.delegate = null, "throw" === context.method) {
204
- if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel;
205
- context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method");
206
- }
207
- return ContinueSentinel;
208
- }
209
- var record = tryCatch(method, delegate.iterator, context.arg);
210
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
211
- var info = record.arg;
212
- 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);
213
- }
214
- function pushTryEntry(locs) {
215
- var entry = {
216
- tryLoc: locs[0]
235
+ function maybeInvokeDelegate(e, r) {
236
+ var n = r.method,
237
+ o = e.iterator[n];
238
+ 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;
239
+ var i = tryCatch(o, e.iterator, r.arg);
240
+ if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
241
+ var a = i.arg;
242
+ 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);
243
+ }
244
+ function pushTryEntry(t) {
245
+ var e = {
246
+ tryLoc: t[0]
217
247
  };
218
- 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
248
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
219
249
  }
220
- function resetTryEntry(entry) {
221
- var record = entry.completion || {};
222
- record.type = "normal", delete record.arg, entry.completion = record;
250
+ function resetTryEntry(t) {
251
+ var e = t.completion || {};
252
+ e.type = "normal", delete e.arg, t.completion = e;
223
253
  }
224
- function Context(tryLocsList) {
254
+ function Context(t) {
225
255
  this.tryEntries = [{
226
256
  tryLoc: "root"
227
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
228
- }
229
- function values(iterable) {
230
- if (iterable) {
231
- var iteratorMethod = iterable[iteratorSymbol];
232
- if (iteratorMethod) return iteratorMethod.call(iterable);
233
- if ("function" == typeof iterable.next) return iterable;
234
- if (!isNaN(iterable.length)) {
235
- var i = -1,
236
- next = function next() {
237
- for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
238
- return next.value = undefined, next.done = !0, next;
257
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
258
+ }
259
+ function values(e) {
260
+ if (e || "" === e) {
261
+ var r = e[a];
262
+ if (r) return r.call(e);
263
+ if ("function" == typeof e.next) return e;
264
+ if (!isNaN(e.length)) {
265
+ var o = -1,
266
+ i = function next() {
267
+ for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
268
+ return next.value = t, next.done = !0, next;
239
269
  };
240
- return next.next = next;
270
+ return i.next = i;
241
271
  }
242
272
  }
243
- return {
244
- next: doneResult
245
- };
246
- }
247
- function doneResult() {
248
- return {
249
- value: undefined,
250
- done: !0
251
- };
273
+ throw new TypeError(typeof e + " is not iterable");
252
274
  }
253
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
275
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
254
276
  value: GeneratorFunctionPrototype,
255
277
  configurable: !0
256
- }), defineProperty(GeneratorFunctionPrototype, "constructor", {
278
+ }), o(GeneratorFunctionPrototype, "constructor", {
257
279
  value: GeneratorFunction,
258
280
  configurable: !0
259
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
260
- var ctor = "function" == typeof genFun && genFun.constructor;
261
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
262
- }, exports.mark = function (genFun) {
263
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
264
- }, exports.awrap = function (arg) {
281
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
282
+ var e = "function" == typeof t && t.constructor;
283
+ return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
284
+ }, e.mark = function (t) {
285
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
286
+ }, e.awrap = function (t) {
265
287
  return {
266
- __await: arg
288
+ __await: t
267
289
  };
268
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
290
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
269
291
  return this;
270
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
271
- void 0 === PromiseImpl && (PromiseImpl = Promise);
272
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
273
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
274
- return result.done ? result.value : iter.next();
292
+ }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
293
+ void 0 === i && (i = Promise);
294
+ var a = new AsyncIterator(wrap(t, r, n, o), i);
295
+ return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
296
+ return t.done ? t.value : a.next();
275
297
  });
276
- }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
298
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
277
299
  return this;
278
- }), define(Gp, "toString", function () {
300
+ }), define(g, "toString", function () {
279
301
  return "[object Generator]";
280
- }), exports.keys = function (val) {
281
- var object = Object(val),
282
- keys = [];
283
- for (var key in object) keys.push(key);
284
- return keys.reverse(), function next() {
285
- for (; keys.length;) {
286
- var key = keys.pop();
287
- if (key in object) return next.value = key, next.done = !1, next;
302
+ }), e.keys = function (t) {
303
+ var e = Object(t),
304
+ r = [];
305
+ for (var n in e) r.push(n);
306
+ return r.reverse(), function next() {
307
+ for (; r.length;) {
308
+ var t = r.pop();
309
+ if (t in e) return next.value = t, next.done = !1, next;
288
310
  }
289
311
  return next.done = !0, next;
290
312
  };
291
- }, exports.values = values, Context.prototype = {
313
+ }, e.values = values, Context.prototype = {
292
314
  constructor: Context,
293
- reset: function (skipTempReset) {
294
- 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);
315
+ reset: function (e) {
316
+ 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);
295
317
  },
296
318
  stop: function () {
297
319
  this.done = !0;
298
- var rootRecord = this.tryEntries[0].completion;
299
- if ("throw" === rootRecord.type) throw rootRecord.arg;
320
+ var t = this.tryEntries[0].completion;
321
+ if ("throw" === t.type) throw t.arg;
300
322
  return this.rval;
301
323
  },
302
- dispatchException: function (exception) {
303
- if (this.done) throw exception;
304
- var context = this;
305
- function handle(loc, caught) {
306
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
307
- }
308
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
309
- var entry = this.tryEntries[i],
310
- record = entry.completion;
311
- if ("root" === entry.tryLoc) return handle("end");
312
- if (entry.tryLoc <= this.prev) {
313
- var hasCatch = hasOwn.call(entry, "catchLoc"),
314
- hasFinally = hasOwn.call(entry, "finallyLoc");
315
- if (hasCatch && hasFinally) {
316
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
317
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
318
- } else if (hasCatch) {
319
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
324
+ dispatchException: function (e) {
325
+ if (this.done) throw e;
326
+ var r = this;
327
+ function handle(n, o) {
328
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
329
+ }
330
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
331
+ var i = this.tryEntries[o],
332
+ a = i.completion;
333
+ if ("root" === i.tryLoc) return handle("end");
334
+ if (i.tryLoc <= this.prev) {
335
+ var c = n.call(i, "catchLoc"),
336
+ u = n.call(i, "finallyLoc");
337
+ if (c && u) {
338
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
339
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
340
+ } else if (c) {
341
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
320
342
  } else {
321
- if (!hasFinally) throw new Error("try statement without catch or finally");
322
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
343
+ if (!u) throw new Error("try statement without catch or finally");
344
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
323
345
  }
324
346
  }
325
347
  }
326
348
  },
327
- abrupt: function (type, arg) {
328
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
329
- var entry = this.tryEntries[i];
330
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
331
- var finallyEntry = entry;
349
+ abrupt: function (t, e) {
350
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
351
+ var o = this.tryEntries[r];
352
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
353
+ var i = o;
332
354
  break;
333
355
  }
334
356
  }
335
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
336
- var record = finallyEntry ? finallyEntry.completion : {};
337
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
357
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
358
+ var a = i ? i.completion : {};
359
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
338
360
  },
339
- complete: function (record, afterLoc) {
340
- if ("throw" === record.type) throw record.arg;
341
- 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;
361
+ complete: function (t, e) {
362
+ if ("throw" === t.type) throw t.arg;
363
+ 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;
342
364
  },
343
- finish: function (finallyLoc) {
344
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
345
- var entry = this.tryEntries[i];
346
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
365
+ finish: function (t) {
366
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
367
+ var r = this.tryEntries[e];
368
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
347
369
  }
348
370
  },
349
- catch: function (tryLoc) {
350
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
351
- var entry = this.tryEntries[i];
352
- if (entry.tryLoc === tryLoc) {
353
- var record = entry.completion;
354
- if ("throw" === record.type) {
355
- var thrown = record.arg;
356
- resetTryEntry(entry);
371
+ catch: function (t) {
372
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
373
+ var r = this.tryEntries[e];
374
+ if (r.tryLoc === t) {
375
+ var n = r.completion;
376
+ if ("throw" === n.type) {
377
+ var o = n.arg;
378
+ resetTryEntry(r);
357
379
  }
358
- return thrown;
380
+ return o;
359
381
  }
360
382
  }
361
383
  throw new Error("illegal catch attempt");
362
384
  },
363
- delegateYield: function (iterable, resultName, nextLoc) {
385
+ delegateYield: function (e, r, n) {
364
386
  return this.delegate = {
365
- iterator: values(iterable),
366
- resultName: resultName,
367
- nextLoc: nextLoc
368
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
387
+ iterator: values(e),
388
+ resultName: r,
389
+ nextLoc: n
390
+ }, "next" === this.method && (this.arg = t), y;
369
391
  }
370
- }, exports;
392
+ }, e;
371
393
  }
372
- function _typeof(obj) {
394
+ function _typeof(o) {
373
395
  "@babel/helpers - typeof";
374
396
 
375
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
376
- return typeof obj;
377
- } : function (obj) {
378
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
379
- }, _typeof(obj);
397
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
398
+ return typeof o;
399
+ } : function (o) {
400
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
401
+ }, _typeof(o);
380
402
  }
381
403
  function _classCallCheck(instance, Constructor) {
382
404
  if (!(instance instanceof Constructor)) {
@@ -389,7 +411,7 @@ function _defineProperties(target, props) {
389
411
  descriptor.enumerable = descriptor.enumerable || false;
390
412
  descriptor.configurable = true;
391
413
  if ("value" in descriptor) descriptor.writable = true;
392
- Object.defineProperty(target, descriptor.key, descriptor);
414
+ Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
393
415
  }
394
416
  }
395
417
  function _createClass(Constructor, protoProps, staticProps) {
@@ -401,6 +423,7 @@ function _createClass(Constructor, protoProps, staticProps) {
401
423
  return Constructor;
402
424
  }
403
425
  function _defineProperty(obj, key, value) {
426
+ key = _toPropertyKey(key);
404
427
  if (key in obj) {
405
428
  Object.defineProperty(obj, key, {
406
429
  value: value,
@@ -472,30 +495,6 @@ function _arrayWithHoles(arr) {
472
495
  function _iterableToArray(iter) {
473
496
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
474
497
  }
475
- function _iterableToArrayLimit(arr, i) {
476
- var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
477
- if (_i == null) return;
478
- var _arr = [];
479
- var _n = true;
480
- var _d = false;
481
- var _s, _e;
482
- try {
483
- for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
484
- _arr.push(_s.value);
485
- if (i && _arr.length === i) break;
486
- }
487
- } catch (err) {
488
- _d = true;
489
- _e = err;
490
- } finally {
491
- try {
492
- if (!_n && _i["return"] != null) _i["return"]();
493
- } finally {
494
- if (_d) throw _e;
495
- }
496
- }
497
- return _arr;
498
- }
499
498
  function _unsupportedIterableToArray(o, minLen) {
500
499
  if (!o) return;
501
500
  if (typeof o === "string") return _arrayLikeToArray(o, minLen);
@@ -566,6 +565,20 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
566
565
  }
567
566
  };
568
567
  }
568
+ function _toPrimitive(input, hint) {
569
+ if (typeof input !== "object" || input === null) return input;
570
+ var prim = input[Symbol.toPrimitive];
571
+ if (prim !== undefined) {
572
+ var res = prim.call(input, hint || "default");
573
+ if (typeof res !== "object") return res;
574
+ throw new TypeError("@@toPrimitive must return a primitive value.");
575
+ }
576
+ return (hint === "string" ? String : Number)(input);
577
+ }
578
+ function _toPropertyKey(arg) {
579
+ var key = _toPrimitive(arg, "string");
580
+ return typeof key === "symbol" ? key : String(key);
581
+ }
569
582
 
570
583
  var BASE_BORDER_WIDTH = 1;
571
584
  var BASE_SPACE = 8;
@@ -3250,13 +3263,14 @@ var getTabsTheme = function getTabsTheme(theme) {
3250
3263
  itemVerticalPadding: theme.space.small,
3251
3264
  itemMargin: theme.space.smallMedium,
3252
3265
  outlineHorizontalPadding: theme.space.small,
3253
- outlineVerticalPadding: theme.space.xsmall
3266
+ outlineVerticalPadding: theme.space.xsmall,
3267
+ tabIndicatorBottom: -theme.space.xxsmall
3254
3268
  };
3255
3269
  var radii = {
3256
3270
  outline: theme.radii.xlarge
3257
3271
  };
3258
3272
  var borderWidths = {
3259
- headerBottom: theme.borderWidths.base
3273
+ headerBottom: theme.borderWidths.medium
3260
3274
  };
3261
3275
  var sizes = {
3262
3276
  indicator: theme.sizes.xxsmall
@@ -6901,7 +6915,7 @@ var Typography = {
6901
6915
  };
6902
6916
 
6903
6917
  // 🔴 DO NOT EDIT — This file is generated automatically.
6904
- 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'];
6918
+ 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'];
6905
6919
 
6906
6920
  var activate = 59000;
6907
6921
  var adjustment = 59003;
@@ -6937,59 +6951,59 @@ var folder = 59091;
6937
6951
  var globe = 59101;
6938
6952
  var graph = 59103;
6939
6953
  var heart = 59106;
6940
- var home = 59107;
6941
- var image = 59108;
6942
- var instapay = 59113;
6943
- var list = 59114;
6944
- var loading = 59116;
6945
- var location = 59118;
6946
- var lock = 59119;
6947
- var menu = 59123;
6948
- var moneybag = 59125;
6949
- var moon = 59126;
6950
- var node = 59130;
6951
- var paperclip = 59132;
6952
- var pencil = 59134;
6953
- var phone = 59135;
6954
- var plane = 59138;
6955
- var print = 59140;
6956
- var reply = 59143;
6957
- var reschedule = 59144;
6958
- var rostering = 59145;
6959
- var save = 59147;
6960
- var schedule = 59149;
6961
- var send = 59151;
6962
- var speaker = 59153;
6963
- var star = 59158;
6964
- var stopwatch = 59160;
6965
- var suitcase = 59161;
6966
- var surfing = 59162;
6967
- var survey = 59163;
6968
- var swag = 59168;
6969
- var tag = 59171;
6970
- var target = 59172;
6971
- var teams = 59173;
6972
- var timesheet = 59174;
6973
- var unlock = 59177;
6974
- var user = 59178;
6975
- var wallet = 59181;
6976
- var warning = 59182;
6977
- var add = 59188;
6978
- var bold = 59212;
6979
- var cancel = 59226;
6980
- var checkmark = 59232;
6981
- var italic = 59317;
6982
- var number = 59344;
6983
- var percentage = 59349;
6984
- var redeem = 59359;
6985
- var refresh = 59360;
6986
- var remove = 59361;
6987
- var restart = 59363;
6988
- var strikethrough = 59389;
6989
- var sync = 59395;
6990
- var transfer = 59403;
6991
- var unavailable = 59407;
6992
- var underline = 59408;
6954
+ var home = 59108;
6955
+ var image = 59109;
6956
+ var instapay = 59114;
6957
+ var list = 59115;
6958
+ var loading = 59117;
6959
+ var location = 59119;
6960
+ var lock = 59120;
6961
+ var menu = 59124;
6962
+ var moneybag = 59126;
6963
+ var moon = 59127;
6964
+ var node = 59131;
6965
+ var paperclip = 59133;
6966
+ var pencil = 59135;
6967
+ var phone = 59136;
6968
+ var plane = 59139;
6969
+ var print = 59141;
6970
+ var reply = 59144;
6971
+ var reschedule = 59145;
6972
+ var rostering = 59146;
6973
+ var save = 59148;
6974
+ var schedule = 59150;
6975
+ var send = 59152;
6976
+ var speaker = 59154;
6977
+ var star = 59159;
6978
+ var stopwatch = 59161;
6979
+ var suitcase = 59162;
6980
+ var surfing = 59163;
6981
+ var survey = 59164;
6982
+ var swag = 59169;
6983
+ var tag = 59172;
6984
+ var target = 59173;
6985
+ var teams = 59174;
6986
+ var timesheet = 59175;
6987
+ var unlock = 59178;
6988
+ var user = 59179;
6989
+ var wallet = 59182;
6990
+ var warning = 59183;
6991
+ var add = 59189;
6992
+ var bold = 59214;
6993
+ var cancel = 59228;
6994
+ var checkmark = 59234;
6995
+ var italic = 59319;
6996
+ var number = 59346;
6997
+ var percentage = 59351;
6998
+ var redeem = 59361;
6999
+ var refresh = 59362;
7000
+ var remove = 59363;
7001
+ var restart = 59365;
7002
+ var strikethrough = 59391;
7003
+ var sync = 59397;
7004
+ var transfer = 59405;
7005
+ var unavailable = 59409;
7006
+ var underline = 59410;
6993
7007
  var glyphMap = {
6994
7008
  activate: activate,
6995
7009
  "add-emoji": 59001,
@@ -7098,319 +7112,321 @@ var glyphMap = {
7098
7112
  "happy-sun": 59104,
7099
7113
  "health-bag": 59105,
7100
7114
  heart: heart,
7115
+ "hero-points": 59107,
7101
7116
  home: home,
7102
7117
  image: image,
7103
- "import": 59109,
7104
- "incident-siren": 59110,
7105
- "instapay-daily": 59111,
7106
- "instapay-now": 59112,
7118
+ "import": 59110,
7119
+ "incident-siren": 59111,
7120
+ "instapay-daily": 59112,
7121
+ "instapay-now": 59113,
7107
7122
  instapay: instapay,
7108
7123
  list: list,
7109
- "loading-2": 59115,
7124
+ "loading-2": 59116,
7110
7125
  loading: loading,
7111
- "location-on": 59117,
7126
+ "location-on": 59118,
7112
7127
  location: location,
7113
7128
  lock: lock,
7114
- "looks-one": 59120,
7115
- "looks-two": 59121,
7116
- "media-content": 59122,
7129
+ "looks-one": 59121,
7130
+ "looks-two": 59122,
7131
+ "media-content": 59123,
7117
7132
  menu: menu,
7118
- "money-notes": 59124,
7133
+ "money-notes": 59125,
7119
7134
  moneybag: moneybag,
7120
7135
  moon: moon,
7121
- "multiple-stars": 59127,
7122
- "multiple-users": 59128,
7123
- "near-me": 59129,
7136
+ "multiple-stars": 59128,
7137
+ "multiple-users": 59129,
7138
+ "near-me": 59130,
7124
7139
  node: node,
7125
- "open-folder": 59131,
7140
+ "open-folder": 59132,
7126
7141
  paperclip: paperclip,
7127
- "payment-summary": 59133,
7142
+ "payment-summary": 59134,
7128
7143
  pencil: pencil,
7129
7144
  phone: phone,
7130
- "piggy-bank": 59136,
7131
- "plane-up": 59137,
7145
+ "piggy-bank": 59137,
7146
+ "plane-up": 59138,
7132
7147
  plane: plane,
7133
- "play-circle": 59139,
7148
+ "play-circle": 59140,
7134
7149
  print: print,
7135
- "raising-hands": 59141,
7136
- "reply-arrow": 59142,
7150
+ "raising-hands": 59142,
7151
+ "reply-arrow": 59143,
7137
7152
  reply: reply,
7138
7153
  reschedule: reschedule,
7139
7154
  rostering: rostering,
7140
- "salary-sacrifice": 59146,
7155
+ "salary-sacrifice": 59147,
7141
7156
  save: save,
7142
- "schedule-send": 59148,
7157
+ "schedule-send": 59149,
7143
7158
  schedule: schedule,
7144
- "search-person": 59150,
7159
+ "search-person": 59151,
7145
7160
  send: send,
7146
- "speaker-active": 59152,
7161
+ "speaker-active": 59153,
7147
7162
  speaker: speaker,
7148
- "star-award": 59154,
7149
- "star-badge": 59155,
7150
- "star-circle": 59156,
7151
- "star-medal": 59157,
7163
+ "star-award": 59155,
7164
+ "star-badge": 59156,
7165
+ "star-circle": 59157,
7166
+ "star-medal": 59158,
7152
7167
  star: star,
7153
- "steps-circle": 59159,
7168
+ "steps-circle": 59160,
7154
7169
  stopwatch: stopwatch,
7155
7170
  suitcase: suitcase,
7156
7171
  surfing: surfing,
7157
7172
  survey: survey,
7158
- "swag-pillar-benefit": 59164,
7159
- "swag-pillar-career": 59165,
7160
- "swag-pillar-money": 59166,
7161
- "swag-pillar-work": 59167,
7173
+ "swag-pillar-benefit": 59165,
7174
+ "swag-pillar-career": 59166,
7175
+ "swag-pillar-money": 59167,
7176
+ "swag-pillar-work": 59168,
7162
7177
  swag: swag,
7163
- "swipe-right": 59169,
7164
- "switch": 59170,
7178
+ "swipe-right": 59170,
7179
+ "switch": 59171,
7165
7180
  tag: tag,
7166
7181
  target: target,
7167
7182
  teams: teams,
7168
7183
  timesheet: timesheet,
7169
- "touch-id": 59175,
7170
- "trash-bin": 59176,
7184
+ "touch-id": 59176,
7185
+ "trash-bin": 59177,
7171
7186
  unlock: unlock,
7172
7187
  user: user,
7173
- "video-1": 59179,
7174
- "video-2": 59180,
7188
+ "video-1": 59180,
7189
+ "video-2": 59181,
7175
7190
  wallet: wallet,
7176
7191
  warning: warning,
7177
- "activate-outlined": 59183,
7178
- "add-credit-card-outlined": 59184,
7179
- "add-person-outlined": 59185,
7180
- "add-section-outlined": 59186,
7181
- "add-time-outlined": 59187,
7192
+ "activate-outlined": 59184,
7193
+ "add-credit-card-outlined": 59185,
7194
+ "add-person-outlined": 59186,
7195
+ "add-section-outlined": 59187,
7196
+ "add-time-outlined": 59188,
7182
7197
  add: add,
7183
- "adjustment-outlined": 59189,
7184
- "ai-outlined": 59190,
7185
- "alignment-2-outlined": 59191,
7186
- "alignment-outlined": 59192,
7187
- "all-caps": 59193,
7188
- "application-outlined": 59194,
7189
- "arrow-down": 59195,
7190
- "arrow-downwards": 59196,
7191
- "arrow-left": 59197,
7192
- "arrow-leftwards": 59198,
7193
- "arrow-right": 59199,
7194
- "arrow-rightwards": 59200,
7195
- "arrow-up": 59201,
7196
- "arrow-upwards": 59202,
7197
- "article-outlined": 59203,
7198
- "at-sign": 59204,
7199
- "auto-graph-outlined": 59205,
7200
- "beer-outlined": 59206,
7201
- "bell-active-outlined": 59207,
7202
- "bell-outlined": 59208,
7203
- "bell-slash-outlined": 59209,
7204
- "billing-outlined": 59210,
7205
- "body-outlined": 59211,
7198
+ "adjustment-outlined": 59190,
7199
+ "ai-outlined": 59191,
7200
+ "alignment-2-outlined": 59192,
7201
+ "alignment-outlined": 59193,
7202
+ "all-caps": 59194,
7203
+ "application-outlined": 59195,
7204
+ "arrow-down": 59196,
7205
+ "arrow-downwards": 59197,
7206
+ "arrow-left": 59198,
7207
+ "arrow-leftwards": 59199,
7208
+ "arrow-right": 59200,
7209
+ "arrow-rightwards": 59201,
7210
+ "arrow-up": 59202,
7211
+ "arrow-upwards": 59203,
7212
+ "article-outlined": 59204,
7213
+ "at-sign": 59205,
7214
+ "auto-graph-outlined": 59206,
7215
+ "beer-outlined": 59207,
7216
+ "bell-active-outlined": 59208,
7217
+ "bell-outlined": 59209,
7218
+ "bell-slash-outlined": 59210,
7219
+ "bill-management-outlined": 59211,
7220
+ "billing-outlined": 59212,
7221
+ "body-outlined": 59213,
7206
7222
  bold: bold,
7207
- "bolt-outlined": 59213,
7208
- "book-outlined": 59214,
7209
- "bookmark-added-outlined": 59215,
7210
- "bookmark-outlined": 59216,
7211
- "box-check-outlined": 59217,
7212
- "box-outlined": 59218,
7213
- "bullet-points": 59219,
7214
- "cake-outlined": 59220,
7215
- "calendar-dates-outlined": 59221,
7216
- "calendar-star-outlined": 59222,
7217
- "call-outlined": 59223,
7218
- "call-split-outlined": 59224,
7219
- "camera-outlined": 59225,
7223
+ "bolt-outlined": 59215,
7224
+ "book-outlined": 59216,
7225
+ "bookmark-added-outlined": 59217,
7226
+ "bookmark-outlined": 59218,
7227
+ "box-check-outlined": 59219,
7228
+ "box-outlined": 59220,
7229
+ "bullet-points": 59221,
7230
+ "cake-outlined": 59222,
7231
+ "calendar-dates-outlined": 59223,
7232
+ "calendar-star-outlined": 59224,
7233
+ "call-outlined": 59225,
7234
+ "call-split-outlined": 59226,
7235
+ "camera-outlined": 59227,
7220
7236
  cancel: cancel,
7221
- "car-forward-outlined": 59227,
7222
- "cashback-outlined": 59228,
7223
- "charging-station-outlined": 59229,
7224
- "chat-bubble-outlined": 59230,
7225
- "chat-unread-outlined": 59231,
7237
+ "car-forward-outlined": 59229,
7238
+ "cashback-outlined": 59230,
7239
+ "charging-station-outlined": 59231,
7240
+ "chat-bubble-outlined": 59232,
7241
+ "chat-unread-outlined": 59233,
7226
7242
  checkmark: checkmark,
7227
- "circle-add-outlined": 59233,
7228
- "circle-cancel-outlined": 59234,
7229
- "circle-down-outlined": 59235,
7230
- "circle-info-outlined": 59236,
7231
- "circle-left-outlined": 59237,
7232
- "circle-ok-outlined": 59238,
7233
- "circle-question-outlined": 59239,
7234
- "circle-remove-outlined": 59240,
7235
- "circle-right-outlined": 59241,
7236
- "circle-up-outlined": 59242,
7237
- "circle-warning-outlined": 59243,
7238
- "clock-2-outlined": 59244,
7239
- "clock-outlined": 59245,
7240
- "cog-outlined": 59246,
7241
- "coin-outlined": 59247,
7242
- "coin-super-outlined": 59248,
7243
- "comment-outlined": 59249,
7244
- "contacts-outlined": 59250,
7245
- "contacts-user-outlined": 59251,
7246
- "credit-card-outlined": 59252,
7247
- "cup-outlined": 59253,
7248
- "dentistry-outlined": 59254,
7249
- "direction-arrows-outlined": 59255,
7250
- "directory-outlined": 59256,
7251
- "document-outlined": 59257,
7252
- "dollar-box-outlined": 59258,
7253
- "dollar-card-outlined": 59259,
7254
- "dollar-coin-shine-outlined": 59260,
7255
- "dollar-credit-card-outlined": 59261,
7256
- "dollar-sign": 59262,
7257
- "double-buildings-outlined": 59263,
7258
- "double-left-arrows": 59264,
7259
- "double-right-arrows": 59265,
7260
- "download-box-outlined": 59266,
7261
- "download-outlined": 59267,
7262
- "edit-template-outlined": 59268,
7263
- "email-outlined": 59269,
7264
- "enter-arrow": 59270,
7265
- "envelope-outlined": 59271,
7266
- "expense-approval-outlined": 59272,
7267
- "expense-outlined": 59273,
7268
- "explore-outlined": 59274,
7269
- "extension-outlined": 59275,
7270
- "external-link": 59276,
7271
- "eye-invisible-outlined": 59277,
7272
- "eye-outlined": 59278,
7273
- "face-id": 59279,
7274
- "face-meh-outlined": 59280,
7275
- "face-open-smiley-outlined": 59281,
7276
- "face-sad-outlined": 59282,
7277
- "face-smiley-outlined": 59283,
7278
- "fastfood-outlined": 59284,
7279
- "feed-outlined": 59285,
7280
- "file-certified-outlined": 59286,
7281
- "file-clone-outlined": 59287,
7282
- "file-copy-outlined": 59288,
7283
- "file-dispose-outlined": 59289,
7284
- "file-dollar-certified-outlined": 59290,
7285
- "file-dollar-outlined": 59291,
7286
- "file-download-outlined": 59292,
7287
- "file-export-outlined": 59293,
7288
- "file-lock-outlined": 59294,
7289
- "file-outlined": 59295,
7290
- "file-search-outlined": 59296,
7291
- "file-secured-outlined": 59297,
7292
- "file-statutory-outlined": 59298,
7293
- "file-verified-outlined": 59299,
7294
- "filter-outlined": 59300,
7295
- "folder-outlined": 59301,
7296
- "folder-user-outlined": 59302,
7297
- "form-outlined": 59303,
7298
- "funnel-filter-outline": 59304,
7299
- "goal-outlined": 59305,
7300
- "graph-outlined": 59306,
7301
- "hand-holding-user-outlined": 59307,
7302
- "happy-sun-outlined": 59308,
7303
- "health-bag-outlined": 59309,
7304
- "heart-outlined": 59310,
7305
- "home-active-outlined": 59311,
7306
- "home-outlined": 59312,
7307
- "id-card-outlined": 59313,
7308
- "image-outlined": 59314,
7309
- "import-outlined": 59315,
7310
- "instapay-outlined": 59316,
7243
+ "circle-add-outlined": 59235,
7244
+ "circle-cancel-outlined": 59236,
7245
+ "circle-down-outlined": 59237,
7246
+ "circle-info-outlined": 59238,
7247
+ "circle-left-outlined": 59239,
7248
+ "circle-ok-outlined": 59240,
7249
+ "circle-question-outlined": 59241,
7250
+ "circle-remove-outlined": 59242,
7251
+ "circle-right-outlined": 59243,
7252
+ "circle-up-outlined": 59244,
7253
+ "circle-warning-outlined": 59245,
7254
+ "clock-2-outlined": 59246,
7255
+ "clock-outlined": 59247,
7256
+ "cog-outlined": 59248,
7257
+ "coin-outlined": 59249,
7258
+ "coin-super-outlined": 59250,
7259
+ "comment-outlined": 59251,
7260
+ "contacts-outlined": 59252,
7261
+ "contacts-user-outlined": 59253,
7262
+ "credit-card-outlined": 59254,
7263
+ "cup-outlined": 59255,
7264
+ "dentistry-outlined": 59256,
7265
+ "direction-arrows-outlined": 59257,
7266
+ "directory-outlined": 59258,
7267
+ "document-outlined": 59259,
7268
+ "dollar-box-outlined": 59260,
7269
+ "dollar-card-outlined": 59261,
7270
+ "dollar-coin-shine-outlined": 59262,
7271
+ "dollar-credit-card-outlined": 59263,
7272
+ "dollar-sign": 59264,
7273
+ "double-buildings-outlined": 59265,
7274
+ "double-left-arrows": 59266,
7275
+ "double-right-arrows": 59267,
7276
+ "download-box-outlined": 59268,
7277
+ "download-outlined": 59269,
7278
+ "edit-template-outlined": 59270,
7279
+ "email-outlined": 59271,
7280
+ "enter-arrow": 59272,
7281
+ "envelope-outlined": 59273,
7282
+ "expense-approval-outlined": 59274,
7283
+ "expense-outlined": 59275,
7284
+ "explore-outlined": 59276,
7285
+ "extension-outlined": 59277,
7286
+ "external-link": 59278,
7287
+ "eye-invisible-outlined": 59279,
7288
+ "eye-outlined": 59280,
7289
+ "face-id": 59281,
7290
+ "face-meh-outlined": 59282,
7291
+ "face-open-smiley-outlined": 59283,
7292
+ "face-sad-outlined": 59284,
7293
+ "face-smiley-outlined": 59285,
7294
+ "fastfood-outlined": 59286,
7295
+ "feed-outlined": 59287,
7296
+ "file-certified-outlined": 59288,
7297
+ "file-clone-outlined": 59289,
7298
+ "file-copy-outlined": 59290,
7299
+ "file-dispose-outlined": 59291,
7300
+ "file-dollar-certified-outlined": 59292,
7301
+ "file-dollar-outlined": 59293,
7302
+ "file-download-outlined": 59294,
7303
+ "file-export-outlined": 59295,
7304
+ "file-lock-outlined": 59296,
7305
+ "file-outlined": 59297,
7306
+ "file-search-outlined": 59298,
7307
+ "file-secured-outlined": 59299,
7308
+ "file-statutory-outlined": 59300,
7309
+ "file-verified-outlined": 59301,
7310
+ "filter-outlined": 59302,
7311
+ "folder-outlined": 59303,
7312
+ "folder-user-outlined": 59304,
7313
+ "form-outlined": 59305,
7314
+ "funnel-filter-outline": 59306,
7315
+ "goal-outlined": 59307,
7316
+ "graph-outlined": 59308,
7317
+ "hand-holding-user-outlined": 59309,
7318
+ "happy-sun-outlined": 59310,
7319
+ "health-bag-outlined": 59311,
7320
+ "heart-outlined": 59312,
7321
+ "home-active-outlined": 59313,
7322
+ "home-outlined": 59314,
7323
+ "id-card-outlined": 59315,
7324
+ "image-outlined": 59316,
7325
+ "import-outlined": 59317,
7326
+ "instapay-outlined": 59318,
7311
7327
  italic: italic,
7312
- "job-search-outlined": 59318,
7313
- "leave-approval-outlined": 59319,
7314
- "link-1": 59320,
7315
- "link-2": 59321,
7316
- "list-outlined": 59322,
7317
- "live-help-outlined": 59323,
7318
- "location-on-outlined": 59324,
7319
- "location-outlined": 59325,
7320
- "lock-outlined": 59326,
7321
- "locked-file-outlined": 59327,
7322
- "log-out": 59328,
7323
- "mail-outlined": 59329,
7324
- "media-content-outlined": 59330,
7325
- "menu-close": 59331,
7326
- "menu-expand": 59332,
7327
- "menu-fold-outlined": 59333,
7328
- "menu-unfold-outlined": 59334,
7329
- "moneybag-outlined": 59335,
7330
- "moon-outlined": 59336,
7331
- "more-horizontal": 59337,
7332
- "more-vertical": 59338,
7333
- "multiple-folders-outlined": 59339,
7334
- "multiple-users-outlined": 59340,
7335
- "near-me-outlined": 59341,
7336
- "node-outlined": 59342,
7337
- "number-points": 59343,
7328
+ "job-search-outlined": 59320,
7329
+ "leave-approval-outlined": 59321,
7330
+ "link-1": 59322,
7331
+ "link-2": 59323,
7332
+ "list-outlined": 59324,
7333
+ "live-help-outlined": 59325,
7334
+ "location-on-outlined": 59326,
7335
+ "location-outlined": 59327,
7336
+ "lock-outlined": 59328,
7337
+ "locked-file-outlined": 59329,
7338
+ "log-out": 59330,
7339
+ "mail-outlined": 59331,
7340
+ "media-content-outlined": 59332,
7341
+ "menu-close": 59333,
7342
+ "menu-expand": 59334,
7343
+ "menu-fold-outlined": 59335,
7344
+ "menu-unfold-outlined": 59336,
7345
+ "moneybag-outlined": 59337,
7346
+ "moon-outlined": 59338,
7347
+ "more-horizontal": 59339,
7348
+ "more-vertical": 59340,
7349
+ "multiple-folders-outlined": 59341,
7350
+ "multiple-users-outlined": 59342,
7351
+ "near-me-outlined": 59343,
7352
+ "node-outlined": 59344,
7353
+ "number-points": 59345,
7338
7354
  number: number,
7339
- "overview-outlined": 59345,
7340
- "payment-summary-outlined": 59346,
7341
- "payslip-outlined": 59347,
7342
- "pencil-outlined": 59348,
7355
+ "overview-outlined": 59347,
7356
+ "payment-summary-outlined": 59348,
7357
+ "payslip-outlined": 59349,
7358
+ "pencil-outlined": 59350,
7343
7359
  percentage: percentage,
7344
- "phone-outlined": 59350,
7345
- "piggy-bank-outlined": 59351,
7346
- "plane-outlined": 59352,
7347
- "play-circle-outlined": 59353,
7348
- "print-outlined": 59354,
7349
- "propane-tank-outlined": 59355,
7350
- "qr-code-outlined": 59356,
7351
- "qualification-outlined": 59357,
7352
- "re-assign": 59358,
7360
+ "phone-outlined": 59352,
7361
+ "piggy-bank-outlined": 59353,
7362
+ "plane-outlined": 59354,
7363
+ "play-circle-outlined": 59355,
7364
+ "print-outlined": 59356,
7365
+ "propane-tank-outlined": 59357,
7366
+ "qr-code-outlined": 59358,
7367
+ "qualification-outlined": 59359,
7368
+ "re-assign": 59360,
7353
7369
  redeem: redeem,
7354
7370
  refresh: refresh,
7355
7371
  remove: remove,
7356
- "reply-outlined": 59362,
7372
+ "reply-outlined": 59364,
7357
7373
  restart: restart,
7358
- "resume-outlined": 59364,
7359
- "return-arrow": 59365,
7360
- "rostering-outlined": 59366,
7361
- "safety-outlined": 59367,
7362
- "save-outlined": 59368,
7363
- "schedule-outlined": 59369,
7364
- "search-outlined": 59370,
7365
- "search-secured-outlined": 59371,
7366
- "send-outlined": 59372,
7367
- "share-1": 59373,
7368
- "share-2": 59374,
7369
- "share-outlined": 59375,
7370
- "show-chart-outlined": 59376,
7371
- "single-down-arrow": 59377,
7372
- "single-left-arrow": 59378,
7373
- "single-right-arrow": 59379,
7374
- "single-up-arrow": 59380,
7375
- "smart-match-outlined": 59381,
7376
- "sparkle-outlined": 59382,
7377
- "speaker-active-outlined": 59383,
7378
- "speaker-outlined": 59384,
7379
- "star-circle-outlined": 59385,
7380
- "star-outlined": 59386,
7381
- "stash-outlined": 59387,
7382
- "stopwatch-outlined": 59388,
7374
+ "resume-outlined": 59366,
7375
+ "return-arrow": 59367,
7376
+ "rostering-outlined": 59368,
7377
+ "safety-outlined": 59369,
7378
+ "save-outlined": 59370,
7379
+ "schedule-outlined": 59371,
7380
+ "search-outlined": 59372,
7381
+ "search-secured-outlined": 59373,
7382
+ "send-outlined": 59374,
7383
+ "share-1": 59375,
7384
+ "share-2": 59376,
7385
+ "share-outlined": 59377,
7386
+ "show-chart-outlined": 59378,
7387
+ "single-down-arrow": 59379,
7388
+ "single-left-arrow": 59380,
7389
+ "single-right-arrow": 59381,
7390
+ "single-up-arrow": 59382,
7391
+ "smart-match-outlined": 59383,
7392
+ "sparkle-outlined": 59384,
7393
+ "speaker-active-outlined": 59385,
7394
+ "speaker-outlined": 59386,
7395
+ "star-circle-outlined": 59387,
7396
+ "star-outlined": 59388,
7397
+ "stash-outlined": 59389,
7398
+ "stopwatch-outlined": 59390,
7383
7399
  strikethrough: strikethrough,
7384
- "styler-outlined": 59390,
7385
- "suitcase-clock-outlined": 59391,
7386
- "suitcase-outlined": 59392,
7387
- "survey-outlined": 59393,
7388
- "switch-outlined": 59394,
7400
+ "styler-outlined": 59392,
7401
+ "suitcase-clock-outlined": 59393,
7402
+ "suitcase-outlined": 59394,
7403
+ "survey-outlined": 59395,
7404
+ "switch-outlined": 59396,
7389
7405
  sync: sync,
7390
- "tag-outlined": 59396,
7391
- "target-outlined": 59397,
7392
- "tennis-outlined": 59398,
7393
- "ticket-outlined": 59399,
7394
- "timesheet-outlined": 59400,
7395
- "timesheets-outlined": 59401,
7396
- "today-outlined": 59402,
7406
+ "tag-outlined": 59398,
7407
+ "target-outlined": 59399,
7408
+ "tennis-outlined": 59400,
7409
+ "ticket-outlined": 59401,
7410
+ "timesheet-outlined": 59402,
7411
+ "timesheets-outlined": 59403,
7412
+ "today-outlined": 59404,
7397
7413
  transfer: transfer,
7398
- "trash-bin-outlined": 59404,
7399
- "umbrela-outlined": 59405,
7400
- "unavailability-outlined": 59406,
7414
+ "trash-bin-outlined": 59406,
7415
+ "umbrela-outlined": 59407,
7416
+ "unavailability-outlined": 59408,
7401
7417
  unavailable: unavailable,
7402
7418
  underline: underline,
7403
- "union-outlined": 59409,
7404
- "unlock-outlined": 59410,
7405
- "upload-outlined": 59411,
7406
- "user-circle-outlined": 59412,
7407
- "user-gear-outlined": 59413,
7408
- "user-outlined": 59414,
7409
- "user-rectangle-outlined": 59415,
7410
- "video-1-outlined": 59416,
7411
- "video-2-outlined": 59417,
7412
- "volunteer-outlined": 59418,
7413
- "wallet-outlined": 59419
7419
+ "union-outlined": 59411,
7420
+ "unlock-outlined": 59412,
7421
+ "upload-outlined": 59413,
7422
+ "user-circle-outlined": 59414,
7423
+ "user-gear-outlined": 59415,
7424
+ "user-outlined": 59416,
7425
+ "user-rectangle-outlined": 59417,
7426
+ "video-1-outlined": 59418,
7427
+ "video-2-outlined": 59419,
7428
+ "volunteer-outlined": 59420,
7429
+ "wallet-outlined": 59421
7414
7430
  };
7415
7431
 
7416
7432
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -13596,7 +13612,7 @@ var DragableDrawer = function DragableDrawer(_ref) {
13596
13612
  if (animatedToValue >= 0) {
13597
13613
  var animation = reactNative.Animated.timing(pan, {
13598
13614
  toValue: animatedToValue,
13599
- useNativeDriver: true,
13615
+ useNativeDriver: reactNative.Platform.OS !== 'web',
13600
13616
  easing: reactNative.Easing.inOut(reactNative.Easing.cubic)
13601
13617
  });
13602
13618
  animation.start(function () {
@@ -17226,7 +17242,7 @@ var StyledIndicator = index$a(reactNative.Animated.View)(function (_ref3) {
17226
17242
  height: theme.__hd__.tabs.sizes.indicator,
17227
17243
  backgroundColor: theme.__hd__.tabs.colors.indicator,
17228
17244
  position: 'absolute',
17229
- bottom: 0
17245
+ bottom: theme.__hd__.tabs.space.tabIndicatorBottom
17230
17246
  };
17231
17247
  });
17232
17248
  var StyledBadgeWrapper = index$a(reactNative.View)({