@paubox/ui 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.esm.js CHANGED
@@ -6,6 +6,130 @@ import React__default, { useState, useRef, forwardRef, useLayoutEffect, useEffec
6
6
  import * as ReactDOM from 'react-dom';
7
7
  import ReactDOM__default, { createPortal } from 'react-dom';
8
8
 
9
+ function _define_property$1s(obj, key, value) {
10
+ if (key in obj) {
11
+ Object.defineProperty(obj, key, {
12
+ value: value,
13
+ enumerable: true,
14
+ configurable: true,
15
+ writable: true
16
+ });
17
+ } else {
18
+ obj[key] = value;
19
+ }
20
+ return obj;
21
+ }
22
+ function _object_spread$Y(target) {
23
+ for(var i = 1; i < arguments.length; i++){
24
+ var source = arguments[i] != null ? arguments[i] : {};
25
+ var ownKeys = Object.keys(source);
26
+ if (typeof Object.getOwnPropertySymbols === "function") {
27
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
28
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
29
+ }));
30
+ }
31
+ ownKeys.forEach(function(key) {
32
+ _define_property$1s(target, key, source[key]);
33
+ });
34
+ }
35
+ return target;
36
+ }
37
+ function ownKeys$R(object, enumerableOnly) {
38
+ var keys = Object.keys(object);
39
+ if (Object.getOwnPropertySymbols) {
40
+ var symbols = Object.getOwnPropertySymbols(object);
41
+ keys.push.apply(keys, symbols);
42
+ }
43
+ return keys;
44
+ }
45
+ function _object_spread_props$R(target, source) {
46
+ source = source != null ? source : {};
47
+ if (Object.getOwnPropertyDescriptors) {
48
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
49
+ } else {
50
+ ownKeys$R(Object(source)).forEach(function(key) {
51
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
52
+ });
53
+ }
54
+ return target;
55
+ }
56
+ var Add = function(props) {
57
+ return /*#__PURE__*/ jsx("svg", _object_spread_props$R(_object_spread$Y({
58
+ width: "1em",
59
+ height: "1em",
60
+ viewBox: "0 0 16 16",
61
+ fill: "none",
62
+ xmlns: "http://www.w3.org/2000/svg"
63
+ }, props), {
64
+ children: /*#__PURE__*/ jsx("path", {
65
+ d: "M7.99961 16C7.74764 16 7.53657 15.9148 7.3664 15.7444C7.19622 15.5741 7.11114 15.363 7.11114 15.1111V8.88886H0.888862C0.63701 8.88886 0.425908 8.80365 0.255556 8.63322C0.0851855 8.46277 0 8.25157 0 7.99961C0 7.74764 0.0851855 7.53657 0.255556 7.3664C0.425908 7.19622 0.63701 7.11114 0.888862 7.11114H7.11114V0.888863C7.11114 0.63701 7.19635 0.425899 7.36678 0.255528C7.53723 0.0851763 7.74843 0 8.00038 0C8.25236 0 8.46343 0.0851763 8.6336 0.255528C8.80377 0.425899 8.88886 0.63701 8.88886 0.888863V7.11114H15.1111C15.363 7.11114 15.5741 7.19635 15.7445 7.36678C15.9148 7.53723 16 7.74843 16 8.00039C16 8.25236 15.9148 8.46343 15.7445 8.6336C15.5741 8.80378 15.363 8.88886 15.1111 8.88886H8.88886V15.1111C8.88886 15.363 8.80365 15.5741 8.63322 15.7444C8.46277 15.9148 8.25157 16 7.99961 16Z",
66
+ fill: "currentColor"
67
+ })
68
+ }));
69
+ };
70
+
71
+ function _define_property$1r(obj, key, value) {
72
+ if (key in obj) {
73
+ Object.defineProperty(obj, key, {
74
+ value: value,
75
+ enumerable: true,
76
+ configurable: true,
77
+ writable: true
78
+ });
79
+ } else {
80
+ obj[key] = value;
81
+ }
82
+ return obj;
83
+ }
84
+ function _object_spread$X(target) {
85
+ for(var i = 1; i < arguments.length; i++){
86
+ var source = arguments[i] != null ? arguments[i] : {};
87
+ var ownKeys = Object.keys(source);
88
+ if (typeof Object.getOwnPropertySymbols === "function") {
89
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
90
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
91
+ }));
92
+ }
93
+ ownKeys.forEach(function(key) {
94
+ _define_property$1r(target, key, source[key]);
95
+ });
96
+ }
97
+ return target;
98
+ }
99
+ function ownKeys$Q(object, enumerableOnly) {
100
+ var keys = Object.keys(object);
101
+ if (Object.getOwnPropertySymbols) {
102
+ var symbols = Object.getOwnPropertySymbols(object);
103
+ keys.push.apply(keys, symbols);
104
+ }
105
+ return keys;
106
+ }
107
+ function _object_spread_props$Q(target, source) {
108
+ source = source != null ? source : {};
109
+ if (Object.getOwnPropertyDescriptors) {
110
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
111
+ } else {
112
+ ownKeys$Q(Object(source)).forEach(function(key) {
113
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
114
+ });
115
+ }
116
+ return target;
117
+ }
118
+ var CalendarIcon$1 = function(props) {
119
+ return /*#__PURE__*/ jsx("svg", _object_spread_props$Q(_object_spread$X({
120
+ width: "1em",
121
+ height: "1em",
122
+ viewBox: "0 0 16 16",
123
+ fill: "none",
124
+ xmlns: "http://www.w3.org/2000/svg"
125
+ }, props), {
126
+ children: /*#__PURE__*/ jsx("path", {
127
+ d: "M9.66667 11.3334C9.2 11.3334 8.80556 11.1722 8.48333 10.85C8.16111 10.5278 8 10.1334 8 9.66669C8 9.20002 8.16111 8.80558 8.48333 8.48335C8.80556 8.16113 9.2 8.00002 9.66667 8.00002C10.1333 8.00002 10.5278 8.16113 10.85 8.48335C11.1722 8.80558 11.3333 9.20002 11.3333 9.66669C11.3333 10.1334 11.1722 10.5278 10.85 10.85C10.5278 11.1722 10.1333 11.3334 9.66667 11.3334ZM3.33333 14C2.96667 14 2.65267 13.8696 2.39133 13.6087C2.13044 13.3474 2 13.0334 2 12.6667V3.33335C2 2.96669 2.13044 2.65291 2.39133 2.39202C2.65267 2.13069 2.96667 2.00002 3.33333 2.00002H4V1.33335C4 1.14446 4.06378 0.98602 4.19133 0.85802C4.31933 0.730465 4.47778 0.666687 4.66667 0.666687C4.85556 0.666687 5.014 0.730465 5.142 0.85802C5.26956 0.98602 5.33333 1.14446 5.33333 1.33335V2.00002H10.6667V1.33335C10.6667 1.14446 10.7307 0.98602 10.8587 0.85802C10.9862 0.730465 11.1444 0.666687 11.3333 0.666687C11.5222 0.666687 11.6804 0.730465 11.808 0.85802C11.936 0.98602 12 1.14446 12 1.33335V2.00002H12.6667C13.0333 2.00002 13.3473 2.13069 13.6087 2.39202C13.8696 2.65291 14 2.96669 14 3.33335V12.6667C14 13.0334 13.8696 13.3474 13.6087 13.6087C13.3473 13.8696 13.0333 14 12.6667 14H3.33333ZM3.33333 12.6667H12.6667V6.00002H3.33333V12.6667ZM3.33333 4.66669H12.6667V3.33335H3.33333V4.66669ZM3.33333 4.66669V3.33335V4.66669Z",
128
+ fill: "currentColor"
129
+ })
130
+ }));
131
+ };
132
+
9
133
  function _define_property$1q(obj, key, value) {
10
134
  if (key in obj) {
11
135
  Object.defineProperty(obj, key, {
@@ -53,7 +177,7 @@ function _object_spread_props$P(target, source) {
53
177
  }
54
178
  return target;
55
179
  }
56
- var Add = function(props) {
180
+ var Cancel = function(props) {
57
181
  return /*#__PURE__*/ jsx("svg", _object_spread_props$P(_object_spread$W({
58
182
  width: "1em",
59
183
  height: "1em",
@@ -62,7 +186,7 @@ var Add = function(props) {
62
186
  xmlns: "http://www.w3.org/2000/svg"
63
187
  }, props), {
64
188
  children: /*#__PURE__*/ jsx("path", {
65
- d: "M7.99961 16C7.74764 16 7.53657 15.9148 7.3664 15.7444C7.19622 15.5741 7.11114 15.363 7.11114 15.1111V8.88886H0.888862C0.63701 8.88886 0.425908 8.80365 0.255556 8.63322C0.0851855 8.46277 0 8.25157 0 7.99961C0 7.74764 0.0851855 7.53657 0.255556 7.3664C0.425908 7.19622 0.63701 7.11114 0.888862 7.11114H7.11114V0.888863C7.11114 0.63701 7.19635 0.425899 7.36678 0.255528C7.53723 0.0851763 7.74843 0 8.00038 0C8.25236 0 8.46343 0.0851763 8.6336 0.255528C8.80377 0.425899 8.88886 0.63701 8.88886 0.888863V7.11114H15.1111C15.363 7.11114 15.5741 7.19635 15.7445 7.36678C15.9148 7.53723 16 7.74843 16 8.00039C16 8.25236 15.9148 8.46343 15.7445 8.6336C15.5741 8.80378 15.363 8.88886 15.1111 8.88886H8.88886V15.1111C8.88886 15.363 8.80365 15.5741 8.63322 15.7444C8.46277 15.9148 8.25157 16 7.99961 16Z",
189
+ d: "M5.1335 10.8666C5.25572 10.9889 5.41127 11.05 5.60016 11.05C5.78905 11.05 5.94461 10.9889 6.06683 10.8666L8.00016 8.93331L9.95016 10.8833C10.0724 11.0055 10.2253 11.0638 10.4088 11.058C10.5919 11.0526 10.7446 10.9889 10.8668 10.8666C10.9891 10.7444 11.0502 10.5889 11.0502 10.4C11.0502 10.2111 10.9891 10.0555 10.8668 9.93331L8.9335 7.99998L10.8835 6.04998C11.0057 5.92776 11.0639 5.77487 11.0582 5.59131C11.0528 5.4082 10.9891 5.25554 10.8668 5.13331C10.7446 5.01109 10.5891 4.94998 10.4002 4.94998C10.2113 4.94998 10.0557 5.01109 9.9335 5.13331L8.00016 7.06665L6.05016 5.11665C5.92794 4.99442 5.77527 4.93598 5.59216 4.94131C5.40861 4.94709 5.25572 5.01109 5.1335 5.13331C5.01127 5.25554 4.95016 5.41109 4.95016 5.59998C4.95016 5.78887 5.01127 5.94442 5.1335 6.06665L7.06683 7.99998L5.11683 9.94998C4.99461 10.0722 4.93639 10.2249 4.94216 10.408C4.9475 10.5915 5.01127 10.7444 5.1335 10.8666ZM8.00016 14.6666C7.07794 14.6666 6.21127 14.4915 5.40016 14.1413C4.58905 13.7915 3.8835 13.3166 3.2835 12.7166C2.6835 12.1166 2.20861 11.4111 1.85883 10.6C1.50861 9.78887 1.3335 8.9222 1.3335 7.99998C1.3335 7.07776 1.50861 6.21109 1.85883 5.39998C2.20861 4.58887 2.6835 3.88331 3.2835 3.28331C3.8835 2.68331 4.58905 2.2082 5.40016 1.85798C6.21127 1.5082 7.07794 1.33331 8.00016 1.33331C8.92239 1.33331 9.78905 1.5082 10.6002 1.85798C11.4113 2.2082 12.1168 2.68331 12.7168 3.28331C13.3168 3.88331 13.7917 4.58887 14.1415 5.39998C14.4917 6.21109 14.6668 7.07776 14.6668 7.99998C14.6668 8.9222 14.4917 9.78887 14.1415 10.6C13.7917 11.4111 13.3168 12.1166 12.7168 12.7166C12.1168 13.3166 11.4113 13.7915 10.6002 14.1413C9.78905 14.4915 8.92239 14.6666 8.00016 14.6666ZM8.00016 13.3333C9.47794 13.3333 10.7364 12.814 11.7755 11.7753C12.8142 10.7362 13.3335 9.47776 13.3335 7.99998C13.3335 6.5222 12.8142 5.26376 11.7755 4.22465C10.7364 3.18598 9.47794 2.66665 8.00016 2.66665C6.52239 2.66665 5.26416 3.18598 4.2255 4.22465C3.18638 5.26376 2.66683 6.5222 2.66683 7.99998C2.66683 9.47776 3.18638 10.7362 4.2255 11.7753C5.26416 12.814 6.52239 13.3333 8.00016 13.3333Z",
66
190
  fill: "currentColor"
67
191
  })
68
192
  }));
@@ -115,7 +239,7 @@ function _object_spread_props$O(target, source) {
115
239
  }
116
240
  return target;
117
241
  }
118
- var CalendarIcon$1 = function(props) {
242
+ var ChevronDown = function(props) {
119
243
  return /*#__PURE__*/ jsx("svg", _object_spread_props$O(_object_spread$V({
120
244
  width: "1em",
121
245
  height: "1em",
@@ -124,8 +248,12 @@ var CalendarIcon$1 = function(props) {
124
248
  xmlns: "http://www.w3.org/2000/svg"
125
249
  }, props), {
126
250
  children: /*#__PURE__*/ jsx("path", {
127
- d: "M9.66667 11.3334C9.2 11.3334 8.80556 11.1722 8.48333 10.85C8.16111 10.5278 8 10.1334 8 9.66669C8 9.20002 8.16111 8.80558 8.48333 8.48335C8.80556 8.16113 9.2 8.00002 9.66667 8.00002C10.1333 8.00002 10.5278 8.16113 10.85 8.48335C11.1722 8.80558 11.3333 9.20002 11.3333 9.66669C11.3333 10.1334 11.1722 10.5278 10.85 10.85C10.5278 11.1722 10.1333 11.3334 9.66667 11.3334ZM3.33333 14C2.96667 14 2.65267 13.8696 2.39133 13.6087C2.13044 13.3474 2 13.0334 2 12.6667V3.33335C2 2.96669 2.13044 2.65291 2.39133 2.39202C2.65267 2.13069 2.96667 2.00002 3.33333 2.00002H4V1.33335C4 1.14446 4.06378 0.98602 4.19133 0.85802C4.31933 0.730465 4.47778 0.666687 4.66667 0.666687C4.85556 0.666687 5.014 0.730465 5.142 0.85802C5.26956 0.98602 5.33333 1.14446 5.33333 1.33335V2.00002H10.6667V1.33335C10.6667 1.14446 10.7307 0.98602 10.8587 0.85802C10.9862 0.730465 11.1444 0.666687 11.3333 0.666687C11.5222 0.666687 11.6804 0.730465 11.808 0.85802C11.936 0.98602 12 1.14446 12 1.33335V2.00002H12.6667C13.0333 2.00002 13.3473 2.13069 13.6087 2.39202C13.8696 2.65291 14 2.96669 14 3.33335V12.6667C14 13.0334 13.8696 13.3474 13.6087 13.6087C13.3473 13.8696 13.0333 14 12.6667 14H3.33333ZM3.33333 12.6667H12.6667V6.00002H3.33333V12.6667ZM3.33333 4.66669H12.6667V3.33335H3.33333V4.66669ZM3.33333 4.66669V3.33335V4.66669Z",
128
- fill: "currentColor"
251
+ d: "M3 6l5 5 5-5",
252
+ stroke: "currentColor",
253
+ strokeWidth: "2",
254
+ strokeLinecap: "round",
255
+ strokeLinejoin: "round",
256
+ fill: "none"
129
257
  })
130
258
  }));
131
259
  };
@@ -177,7 +305,7 @@ function _object_spread_props$N(target, source) {
177
305
  }
178
306
  return target;
179
307
  }
180
- var Cancel = function(props) {
308
+ var ChevronLeft = function(props) {
181
309
  return /*#__PURE__*/ jsx("svg", _object_spread_props$N(_object_spread$U({
182
310
  width: "1em",
183
311
  height: "1em",
@@ -186,8 +314,12 @@ var Cancel = function(props) {
186
314
  xmlns: "http://www.w3.org/2000/svg"
187
315
  }, props), {
188
316
  children: /*#__PURE__*/ jsx("path", {
189
- d: "M5.1335 10.8666C5.25572 10.9889 5.41127 11.05 5.60016 11.05C5.78905 11.05 5.94461 10.9889 6.06683 10.8666L8.00016 8.93331L9.95016 10.8833C10.0724 11.0055 10.2253 11.0638 10.4088 11.058C10.5919 11.0526 10.7446 10.9889 10.8668 10.8666C10.9891 10.7444 11.0502 10.5889 11.0502 10.4C11.0502 10.2111 10.9891 10.0555 10.8668 9.93331L8.9335 7.99998L10.8835 6.04998C11.0057 5.92776 11.0639 5.77487 11.0582 5.59131C11.0528 5.4082 10.9891 5.25554 10.8668 5.13331C10.7446 5.01109 10.5891 4.94998 10.4002 4.94998C10.2113 4.94998 10.0557 5.01109 9.9335 5.13331L8.00016 7.06665L6.05016 5.11665C5.92794 4.99442 5.77527 4.93598 5.59216 4.94131C5.40861 4.94709 5.25572 5.01109 5.1335 5.13331C5.01127 5.25554 4.95016 5.41109 4.95016 5.59998C4.95016 5.78887 5.01127 5.94442 5.1335 6.06665L7.06683 7.99998L5.11683 9.94998C4.99461 10.0722 4.93639 10.2249 4.94216 10.408C4.9475 10.5915 5.01127 10.7444 5.1335 10.8666ZM8.00016 14.6666C7.07794 14.6666 6.21127 14.4915 5.40016 14.1413C4.58905 13.7915 3.8835 13.3166 3.2835 12.7166C2.6835 12.1166 2.20861 11.4111 1.85883 10.6C1.50861 9.78887 1.3335 8.9222 1.3335 7.99998C1.3335 7.07776 1.50861 6.21109 1.85883 5.39998C2.20861 4.58887 2.6835 3.88331 3.2835 3.28331C3.8835 2.68331 4.58905 2.2082 5.40016 1.85798C6.21127 1.5082 7.07794 1.33331 8.00016 1.33331C8.92239 1.33331 9.78905 1.5082 10.6002 1.85798C11.4113 2.2082 12.1168 2.68331 12.7168 3.28331C13.3168 3.88331 13.7917 4.58887 14.1415 5.39998C14.4917 6.21109 14.6668 7.07776 14.6668 7.99998C14.6668 8.9222 14.4917 9.78887 14.1415 10.6C13.7917 11.4111 13.3168 12.1166 12.7168 12.7166C12.1168 13.3166 11.4113 13.7915 10.6002 14.1413C9.78905 14.4915 8.92239 14.6666 8.00016 14.6666ZM8.00016 13.3333C9.47794 13.3333 10.7364 12.814 11.7755 11.7753C12.8142 10.7362 13.3335 9.47776 13.3335 7.99998C13.3335 6.5222 12.8142 5.26376 11.7755 4.22465C10.7364 3.18598 9.47794 2.66665 8.00016 2.66665C6.52239 2.66665 5.26416 3.18598 4.2255 4.22465C3.18638 5.26376 2.66683 6.5222 2.66683 7.99998C2.66683 9.47776 3.18638 10.7362 4.2255 11.7753C5.26416 12.814 6.52239 13.3333 8.00016 13.3333Z",
190
- fill: "currentColor"
317
+ d: "M10 3l-5 5 5 5",
318
+ stroke: "currentColor",
319
+ strokeWidth: "2",
320
+ strokeLinecap: "round",
321
+ strokeLinejoin: "round",
322
+ fill: "none"
191
323
  })
192
324
  }));
193
325
  };
@@ -239,7 +371,7 @@ function _object_spread_props$M(target, source) {
239
371
  }
240
372
  return target;
241
373
  }
242
- var ChevronDown = function(props) {
374
+ var ChevronRight = function(props) {
243
375
  return /*#__PURE__*/ jsx("svg", _object_spread_props$M(_object_spread$T({
244
376
  width: "1em",
245
377
  height: "1em",
@@ -248,7 +380,7 @@ var ChevronDown = function(props) {
248
380
  xmlns: "http://www.w3.org/2000/svg"
249
381
  }, props), {
250
382
  children: /*#__PURE__*/ jsx("path", {
251
- d: "M3 6l5 5 5-5",
383
+ d: "M6 3l5 5-5 5",
252
384
  stroke: "currentColor",
253
385
  strokeWidth: "2",
254
386
  strokeLinecap: "round",
@@ -305,7 +437,7 @@ function _object_spread_props$L(target, source) {
305
437
  }
306
438
  return target;
307
439
  }
308
- var ChevronLeft = function(props) {
440
+ var ChevronUp = function(props) {
309
441
  return /*#__PURE__*/ jsx("svg", _object_spread_props$L(_object_spread$S({
310
442
  width: "1em",
311
443
  height: "1em",
@@ -314,7 +446,7 @@ var ChevronLeft = function(props) {
314
446
  xmlns: "http://www.w3.org/2000/svg"
315
447
  }, props), {
316
448
  children: /*#__PURE__*/ jsx("path", {
317
- d: "M10 3l-5 5 5 5",
449
+ d: "M3 10l5-5 5 5",
318
450
  stroke: "currentColor",
319
451
  strokeWidth: "2",
320
452
  strokeLinecap: "round",
@@ -371,21 +503,17 @@ function _object_spread_props$K(target, source) {
371
503
  }
372
504
  return target;
373
505
  }
374
- var ChevronRight = function(props) {
506
+ var Close = function(props) {
375
507
  return /*#__PURE__*/ jsx("svg", _object_spread_props$K(_object_spread$R({
376
508
  width: "1em",
377
509
  height: "1em",
378
- viewBox: "0 0 16 16",
510
+ viewBox: "0 0 20 20",
379
511
  fill: "none",
380
512
  xmlns: "http://www.w3.org/2000/svg"
381
513
  }, props), {
382
514
  children: /*#__PURE__*/ jsx("path", {
383
- d: "M6 3l5 5-5 5",
384
- stroke: "currentColor",
385
- strokeWidth: "2",
386
- strokeLinecap: "round",
387
- strokeLinejoin: "round",
388
- fill: "none"
515
+ d: "M9.99992 11.1667L5.91659 15.25C5.76381 15.4028 5.56936 15.4792 5.33325 15.4792C5.09714 15.4792 4.9027 15.4028 4.74992 15.25C4.59714 15.0973 4.52075 14.9028 4.52075 14.6667C4.52075 14.4306 4.59714 14.2362 4.74992 14.0834L8.83325 10L4.74992 5.91671C4.59714 5.76393 4.52075 5.56949 4.52075 5.33337C4.52075 5.09726 4.59714 4.90282 4.74992 4.75004C4.9027 4.59726 5.09714 4.52087 5.33325 4.52087C5.56936 4.52087 5.76381 4.59726 5.91659 4.75004L9.99992 8.83337L14.0833 4.75004C14.236 4.59726 14.4305 4.52087 14.6666 4.52087C14.9027 4.52087 15.0971 4.59726 15.2499 4.75004C15.4027 4.90282 15.4791 5.09726 15.4791 5.33337C15.4791 5.56949 15.4027 5.76393 15.2499 5.91671L11.1666 10L15.2499 14.0834C15.4027 14.2362 15.4791 14.4306 15.4791 14.6667C15.4791 14.9028 15.4027 15.0973 15.2499 15.25C15.0971 15.4028 14.9027 15.4792 14.6666 15.4792C14.4305 15.4792 14.236 15.4028 14.0833 15.25L9.99992 11.1667Z",
516
+ fill: "currentColor"
389
517
  })
390
518
  }));
391
519
  };
@@ -437,7 +565,7 @@ function _object_spread_props$J(target, source) {
437
565
  }
438
566
  return target;
439
567
  }
440
- var ChevronUp = function(props) {
568
+ var Delete = function(props) {
441
569
  return /*#__PURE__*/ jsx("svg", _object_spread_props$J(_object_spread$Q({
442
570
  width: "1em",
443
571
  height: "1em",
@@ -446,12 +574,8 @@ var ChevronUp = function(props) {
446
574
  xmlns: "http://www.w3.org/2000/svg"
447
575
  }, props), {
448
576
  children: /*#__PURE__*/ jsx("path", {
449
- d: "M3 10l5-5 5 5",
450
- stroke: "currentColor",
451
- strokeWidth: "2",
452
- strokeLinecap: "round",
453
- strokeLinejoin: "round",
454
- fill: "none"
577
+ d: "M4.66666 14C4.29999 14 3.98621 13.8696 3.72532 13.6087C3.46399 13.3473 3.33332 13.0333 3.33332 12.6667V4C3.14443 4 2.98599 3.93622 2.85799 3.80867C2.73043 3.68067 2.66666 3.52222 2.66666 3.33333C2.66666 3.14444 2.73043 2.986 2.85799 2.858C2.98599 2.73044 3.14443 2.66667 3.33332 2.66667H5.99999C5.99999 2.47778 6.06399 2.31933 6.19199 2.19133C6.31955 2.06378 6.47777 2 6.66666 2H9.33332C9.52221 2 9.68066 2.06378 9.80866 2.19133C9.93621 2.31933 9.99999 2.47778 9.99999 2.66667H12.6667C12.8555 2.66667 13.0138 2.73044 13.1413 2.858C13.2693 2.986 13.3333 3.14444 13.3333 3.33333C13.3333 3.52222 13.2693 3.68067 13.1413 3.80867C13.0138 3.93622 12.8555 4 12.6667 4V12.6667C12.6667 13.0333 12.5362 13.3473 12.2753 13.6087C12.014 13.8696 11.7 14 11.3333 14H4.66666ZM4.66666 4V12.6667H11.3333V4H4.66666ZM5.99999 10.6667C5.99999 10.8556 6.06399 11.0138 6.19199 11.1413C6.31955 11.2693 6.47777 11.3333 6.66666 11.3333C6.85555 11.3333 7.01399 11.2693 7.14199 11.1413C7.26955 11.0138 7.33332 10.8556 7.33332 10.6667V6C7.33332 5.81111 7.26955 5.65267 7.14199 5.52467C7.01399 5.39711 6.85555 5.33333 6.66666 5.33333C6.47777 5.33333 6.31955 5.39711 6.19199 5.52467C6.06399 5.65267 5.99999 5.81111 5.99999 6V10.6667ZM8.66666 10.6667C8.66666 10.8556 8.73066 11.0138 8.85866 11.1413C8.98621 11.2693 9.14443 11.3333 9.33332 11.3333C9.52221 11.3333 9.68066 11.2693 9.80866 11.1413C9.93621 11.0138 9.99999 10.8556 9.99999 10.6667V6C9.99999 5.81111 9.93621 5.65267 9.80866 5.52467C9.68066 5.39711 9.52221 5.33333 9.33332 5.33333C9.14443 5.33333 8.98621 5.39711 8.85866 5.52467C8.73066 5.65267 8.66666 5.81111 8.66666 6V10.6667Z",
578
+ fill: "currentColor"
455
579
  })
456
580
  }));
457
581
  };
@@ -503,16 +627,16 @@ function _object_spread_props$I(target, source) {
503
627
  }
504
628
  return target;
505
629
  }
506
- var Close = function(props) {
630
+ var Edit = function(props) {
507
631
  return /*#__PURE__*/ jsx("svg", _object_spread_props$I(_object_spread$P({
508
632
  width: "1em",
509
633
  height: "1em",
510
- viewBox: "0 0 20 20",
634
+ viewBox: "0 0 16 16",
511
635
  fill: "none",
512
636
  xmlns: "http://www.w3.org/2000/svg"
513
637
  }, props), {
514
638
  children: /*#__PURE__*/ jsx("path", {
515
- d: "M9.99992 11.1667L5.91659 15.25C5.76381 15.4028 5.56936 15.4792 5.33325 15.4792C5.09714 15.4792 4.9027 15.4028 4.74992 15.25C4.59714 15.0973 4.52075 14.9028 4.52075 14.6667C4.52075 14.4306 4.59714 14.2362 4.74992 14.0834L8.83325 10L4.74992 5.91671C4.59714 5.76393 4.52075 5.56949 4.52075 5.33337C4.52075 5.09726 4.59714 4.90282 4.74992 4.75004C4.9027 4.59726 5.09714 4.52087 5.33325 4.52087C5.56936 4.52087 5.76381 4.59726 5.91659 4.75004L9.99992 8.83337L14.0833 4.75004C14.236 4.59726 14.4305 4.52087 14.6666 4.52087C14.9027 4.52087 15.0971 4.59726 15.2499 4.75004C15.4027 4.90282 15.4791 5.09726 15.4791 5.33337C15.4791 5.56949 15.4027 5.76393 15.2499 5.91671L11.1666 10L15.2499 14.0834C15.4027 14.2362 15.4791 14.4306 15.4791 14.6667C15.4791 14.9028 15.4027 15.0973 15.2499 15.25C15.0971 15.4028 14.9027 15.4792 14.6666 15.4792C14.4305 15.4792 14.236 15.4028 14.0833 15.25L9.99992 11.1667Z",
639
+ d: "M3.33333 12.6667H4.26667L10.0167 6.91667L9.08333 5.98334L3.33333 11.7333V12.6667ZM12.8667 5.95L10.0333 3.15L10.9667 2.21667C11.2222 1.96111 11.5362 1.83334 11.9087 1.83334C12.2807 1.83334 12.5944 1.96111 12.85 2.21667L13.7833 3.15C14.0389 3.40556 14.1722 3.714 14.1833 4.07534C14.1944 4.43622 14.0722 4.74445 13.8167 5L12.8667 5.95ZM2.66667 14C2.47778 14 2.31956 13.936 2.192 13.808C2.064 13.6804 2 13.5222 2 13.3333V11.45C2 11.3611 2.01667 11.2751 2.05 11.192C2.08333 11.1084 2.13333 11.0333 2.2 10.9667L9.06667 4.1L11.9 6.93334L5.03333 13.8C4.96667 13.8667 4.89178 13.9167 4.80867 13.95C4.72511 13.9833 4.63889 14 4.55 14H2.66667ZM9.55 6.45L9.08333 5.98334L10.0167 6.91667L9.55 6.45Z",
516
640
  fill: "currentColor"
517
641
  })
518
642
  }));
@@ -565,17 +689,20 @@ function _object_spread_props$H(target, source) {
565
689
  }
566
690
  return target;
567
691
  }
568
- var Delete = function(props) {
692
+ var Error$1 = function(props) {
569
693
  return /*#__PURE__*/ jsx("svg", _object_spread_props$H(_object_spread$O({
570
694
  width: "1em",
571
695
  height: "1em",
572
- viewBox: "0 0 16 16",
696
+ viewBox: "0 0 24 24",
573
697
  fill: "none",
574
698
  xmlns: "http://www.w3.org/2000/svg"
575
699
  }, props), {
576
- children: /*#__PURE__*/ jsx("path", {
577
- d: "M4.66666 14C4.29999 14 3.98621 13.8696 3.72532 13.6087C3.46399 13.3473 3.33332 13.0333 3.33332 12.6667V4C3.14443 4 2.98599 3.93622 2.85799 3.80867C2.73043 3.68067 2.66666 3.52222 2.66666 3.33333C2.66666 3.14444 2.73043 2.986 2.85799 2.858C2.98599 2.73044 3.14443 2.66667 3.33332 2.66667H5.99999C5.99999 2.47778 6.06399 2.31933 6.19199 2.19133C6.31955 2.06378 6.47777 2 6.66666 2H9.33332C9.52221 2 9.68066 2.06378 9.80866 2.19133C9.93621 2.31933 9.99999 2.47778 9.99999 2.66667H12.6667C12.8555 2.66667 13.0138 2.73044 13.1413 2.858C13.2693 2.986 13.3333 3.14444 13.3333 3.33333C13.3333 3.52222 13.2693 3.68067 13.1413 3.80867C13.0138 3.93622 12.8555 4 12.6667 4V12.6667C12.6667 13.0333 12.5362 13.3473 12.2753 13.6087C12.014 13.8696 11.7 14 11.3333 14H4.66666ZM4.66666 4V12.6667H11.3333V4H4.66666ZM5.99999 10.6667C5.99999 10.8556 6.06399 11.0138 6.19199 11.1413C6.31955 11.2693 6.47777 11.3333 6.66666 11.3333C6.85555 11.3333 7.01399 11.2693 7.14199 11.1413C7.26955 11.0138 7.33332 10.8556 7.33332 10.6667V6C7.33332 5.81111 7.26955 5.65267 7.14199 5.52467C7.01399 5.39711 6.85555 5.33333 6.66666 5.33333C6.47777 5.33333 6.31955 5.39711 6.19199 5.52467C6.06399 5.65267 5.99999 5.81111 5.99999 6V10.6667ZM8.66666 10.6667C8.66666 10.8556 8.73066 11.0138 8.85866 11.1413C8.98621 11.2693 9.14443 11.3333 9.33332 11.3333C9.52221 11.3333 9.68066 11.2693 9.80866 11.1413C9.93621 11.0138 9.99999 10.8556 9.99999 10.6667V6C9.99999 5.81111 9.93621 5.65267 9.80866 5.52467C9.68066 5.39711 9.52221 5.33333 9.33332 5.33333C9.14443 5.33333 8.98621 5.39711 8.85866 5.52467C8.73066 5.65267 8.66666 5.81111 8.66666 6V10.6667Z",
578
- fill: "currentColor"
700
+ children: /*#__PURE__*/ jsx("g", {
701
+ mask: "url(#mask0_5860_56)",
702
+ children: /*#__PURE__*/ jsx("path", {
703
+ d: "M12 13C12.2833 13 12.521 12.904 12.713 12.712C12.9043 12.5207 13 12.2833 13 12V7.975C13 7.69167 12.9043 7.45833 12.713 7.275C12.521 7.09167 12.2833 7 12 7C11.7167 7 11.4793 7.09567 11.288 7.287C11.096 7.479 11 7.71667 11 8V12.025C11 12.3083 11.096 12.5417 11.288 12.725C11.4793 12.9083 11.7167 13 12 13ZM12 17C12.2833 17 12.521 16.904 12.713 16.712C12.9043 16.5207 13 16.2833 13 16C13 15.7167 12.9043 15.479 12.713 15.287C12.521 15.0957 12.2833 15 12 15C11.7167 15 11.4793 15.0957 11.288 15.287C11.096 15.479 11 15.7167 11 16C11 16.2833 11.096 16.5207 11.288 16.712C11.4793 16.904 11.7167 17 12 17ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88333 20.6873 5.825 19.975 4.925 19.075C4.025 18.175 3.31267 17.1167 2.788 15.9C2.26267 14.6833 2 13.3833 2 12C2 10.6167 2.26267 9.31667 2.788 8.1C3.31267 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.31233 8.1 2.787C9.31667 2.26233 10.6167 2 12 2C13.3833 2 14.6833 2.26233 15.9 2.787C17.1167 3.31233 18.175 4.025 19.075 4.925C19.975 5.825 20.6873 6.88333 21.212 8.1C21.7373 9.31667 22 10.6167 22 12C22 13.3833 21.7373 14.6833 21.212 15.9C20.6873 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6873 15.9 21.212C14.6833 21.7373 13.3833 22 12 22ZM12 20C14.2167 20 16.1043 19.221 17.663 17.663C19.221 16.1043 20 14.2167 20 12C20 9.78333 19.221 7.89567 17.663 6.337C16.1043 4.779 14.2167 4 12 4C9.78333 4 7.896 4.779 6.338 6.337C4.77933 7.89567 4 9.78333 4 12C4 14.2167 4.77933 16.1043 6.338 17.663C7.896 19.221 9.78333 20 12 20Z",
704
+ fill: "currentColor"
705
+ })
579
706
  })
580
707
  }));
581
708
  };
@@ -627,7 +754,7 @@ function _object_spread_props$G(target, source) {
627
754
  }
628
755
  return target;
629
756
  }
630
- var Edit = function(props) {
757
+ var FilterList = function(props) {
631
758
  return /*#__PURE__*/ jsx("svg", _object_spread_props$G(_object_spread$N({
632
759
  width: "1em",
633
760
  height: "1em",
@@ -636,7 +763,7 @@ var Edit = function(props) {
636
763
  xmlns: "http://www.w3.org/2000/svg"
637
764
  }, props), {
638
765
  children: /*#__PURE__*/ jsx("path", {
639
- d: "M3.33333 12.6667H4.26667L10.0167 6.91667L9.08333 5.98334L3.33333 11.7333V12.6667ZM12.8667 5.95L10.0333 3.15L10.9667 2.21667C11.2222 1.96111 11.5362 1.83334 11.9087 1.83334C12.2807 1.83334 12.5944 1.96111 12.85 2.21667L13.7833 3.15C14.0389 3.40556 14.1722 3.714 14.1833 4.07534C14.1944 4.43622 14.0722 4.74445 13.8167 5L12.8667 5.95ZM2.66667 14C2.47778 14 2.31956 13.936 2.192 13.808C2.064 13.6804 2 13.5222 2 13.3333V11.45C2 11.3611 2.01667 11.2751 2.05 11.192C2.08333 11.1084 2.13333 11.0333 2.2 10.9667L9.06667 4.1L11.9 6.93334L5.03333 13.8C4.96667 13.8667 4.89178 13.9167 4.80867 13.95C4.72511 13.9833 4.63889 14 4.55 14H2.66667ZM9.55 6.45L9.08333 5.98334L10.0167 6.91667L9.55 6.45Z",
766
+ d: "M2.66667 12.6667C2.47778 12.6667 2.31956 12.6027 2.192 12.4747C2.064 12.3471 2 12.1889 2 12C2 11.8111 2.064 11.6529 2.192 11.5253C2.31956 11.3973 2.47778 11.3333 2.66667 11.3333H5.33333C5.52222 11.3333 5.68067 11.3973 5.80867 11.5253C5.93622 11.6529 6 11.8111 6 12C6 12.1889 5.93622 12.3471 5.80867 12.4747C5.68067 12.6027 5.52222 12.6667 5.33333 12.6667H2.66667ZM2.66667 4.66667C2.47778 4.66667 2.31956 4.60289 2.192 4.47533C2.064 4.34733 2 4.18889 2 4C2 3.81111 2.064 3.65267 2.192 3.52467C2.31956 3.39711 2.47778 3.33333 2.66667 3.33333H8C8.18889 3.33333 8.34733 3.39711 8.47533 3.52467C8.60289 3.65267 8.66667 3.81111 8.66667 4C8.66667 4.18889 8.60289 4.34733 8.47533 4.47533C8.34733 4.60289 8.18889 4.66667 8 4.66667H2.66667ZM8 14C7.81111 14 7.65289 13.936 7.52533 13.808C7.39733 13.6804 7.33333 13.5222 7.33333 13.3333V10.6667C7.33333 10.4778 7.39733 10.3193 7.52533 10.1913C7.65289 10.0638 7.81111 10 8 10C8.18889 10 8.34733 10.0638 8.47533 10.1913C8.60289 10.3193 8.66667 10.4778 8.66667 10.6667V11.3333H13.3333C13.5222 11.3333 13.6804 11.3973 13.808 11.5253C13.936 11.6529 14 11.8111 14 12C14 12.1889 13.936 12.3471 13.808 12.4747C13.6804 12.6027 13.5222 12.6667 13.3333 12.6667H8.66667V13.3333C8.66667 13.5222 8.60289 13.6804 8.47533 13.808C8.34733 13.936 8.18889 14 8 14ZM5.33333 10C5.14444 10 4.986 9.936 4.858 9.808C4.73044 9.68044 4.66667 9.52222 4.66667 9.33333V8.66667H2.66667C2.47778 8.66667 2.31956 8.60267 2.192 8.47467C2.064 8.34711 2 8.18889 2 8C2 7.81111 2.064 7.65267 2.192 7.52467C2.31956 7.39711 2.47778 7.33333 2.66667 7.33333H4.66667V6.66667C4.66667 6.47778 4.73044 6.31933 4.858 6.19133C4.986 6.06378 5.14444 6 5.33333 6C5.52222 6 5.68067 6.06378 5.80867 6.19133C5.93622 6.31933 6 6.47778 6 6.66667V9.33333C6 9.52222 5.93622 9.68044 5.80867 9.808C5.68067 9.936 5.52222 10 5.33333 10ZM8 8.66667C7.81111 8.66667 7.65289 8.60267 7.52533 8.47467C7.39733 8.34711 7.33333 8.18889 7.33333 8C7.33333 7.81111 7.39733 7.65267 7.52533 7.52467C7.65289 7.39711 7.81111 7.33333 8 7.33333H13.3333C13.5222 7.33333 13.6804 7.39711 13.808 7.52467C13.936 7.65267 14 7.81111 14 8C14 8.18889 13.936 8.34711 13.808 8.47467C13.6804 8.60267 13.5222 8.66667 13.3333 8.66667H8ZM10.6667 6C10.4778 6 10.3196 5.936 10.192 5.808C10.064 5.68044 10 5.52222 10 5.33333V2.66667C10 2.47778 10.064 2.31933 10.192 2.19133C10.3196 2.06378 10.4778 2 10.6667 2C10.8556 2 11.0138 2.06378 11.1413 2.19133C11.2693 2.31933 11.3333 2.47778 11.3333 2.66667V3.33333H13.3333C13.5222 3.33333 13.6804 3.39711 13.808 3.52467C13.936 3.65267 14 3.81111 14 4C14 4.18889 13.936 4.34733 13.808 4.47533C13.6804 4.60289 13.5222 4.66667 13.3333 4.66667H11.3333V5.33333C11.3333 5.52222 11.2693 5.68044 11.1413 5.808C11.0138 5.936 10.8556 6 10.6667 6Z",
640
767
  fill: "currentColor"
641
768
  })
642
769
  }));
@@ -689,7 +816,7 @@ function _object_spread_props$F(target, source) {
689
816
  }
690
817
  return target;
691
818
  }
692
- var Error$1 = function(props) {
819
+ var Info = function(props) {
693
820
  return /*#__PURE__*/ jsx("svg", _object_spread_props$F(_object_spread$M({
694
821
  width: "1em",
695
822
  height: "1em",
@@ -697,12 +824,9 @@ var Error$1 = function(props) {
697
824
  fill: "none",
698
825
  xmlns: "http://www.w3.org/2000/svg"
699
826
  }, props), {
700
- children: /*#__PURE__*/ jsx("g", {
701
- mask: "url(#mask0_5860_56)",
702
- children: /*#__PURE__*/ jsx("path", {
703
- d: "M12 13C12.2833 13 12.521 12.904 12.713 12.712C12.9043 12.5207 13 12.2833 13 12V7.975C13 7.69167 12.9043 7.45833 12.713 7.275C12.521 7.09167 12.2833 7 12 7C11.7167 7 11.4793 7.09567 11.288 7.287C11.096 7.479 11 7.71667 11 8V12.025C11 12.3083 11.096 12.5417 11.288 12.725C11.4793 12.9083 11.7167 13 12 13ZM12 17C12.2833 17 12.521 16.904 12.713 16.712C12.9043 16.5207 13 16.2833 13 16C13 15.7167 12.9043 15.479 12.713 15.287C12.521 15.0957 12.2833 15 12 15C11.7167 15 11.4793 15.0957 11.288 15.287C11.096 15.479 11 15.7167 11 16C11 16.2833 11.096 16.5207 11.288 16.712C11.4793 16.904 11.7167 17 12 17ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88333 20.6873 5.825 19.975 4.925 19.075C4.025 18.175 3.31267 17.1167 2.788 15.9C2.26267 14.6833 2 13.3833 2 12C2 10.6167 2.26267 9.31667 2.788 8.1C3.31267 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.31233 8.1 2.787C9.31667 2.26233 10.6167 2 12 2C13.3833 2 14.6833 2.26233 15.9 2.787C17.1167 3.31233 18.175 4.025 19.075 4.925C19.975 5.825 20.6873 6.88333 21.212 8.1C21.7373 9.31667 22 10.6167 22 12C22 13.3833 21.7373 14.6833 21.212 15.9C20.6873 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6873 15.9 21.212C14.6833 21.7373 13.3833 22 12 22ZM12 20C14.2167 20 16.1043 19.221 17.663 17.663C19.221 16.1043 20 14.2167 20 12C20 9.78333 19.221 7.89567 17.663 6.337C16.1043 4.779 14.2167 4 12 4C9.78333 4 7.896 4.779 6.338 6.337C4.77933 7.89567 4 9.78333 4 12C4 14.2167 4.77933 16.1043 6.338 17.663C7.896 19.221 9.78333 20 12 20Z",
704
- fill: "currentColor"
705
- })
827
+ children: /*#__PURE__*/ jsx("path", {
828
+ d: "M12 17C12.2833 17 12.521 16.904 12.713 16.712C12.9043 16.5207 13 16.2833 13 16V11.975C13 11.6917 12.9043 11.4583 12.713 11.275C12.521 11.0917 12.2833 11 12 11C11.7167 11 11.4793 11.0957 11.288 11.287C11.096 11.479 11 11.7167 11 12V16.025C11 16.3083 11.096 16.5417 11.288 16.725C11.4793 16.9083 11.7167 17 12 17ZM12 9C12.2833 9 12.521 8.904 12.713 8.712C12.9043 8.52067 13 8.28333 13 8C13 7.71667 12.9043 7.479 12.713 7.287C12.521 7.09567 12.2833 7 12 7C11.7167 7 11.4793 7.09567 11.288 7.287C11.096 7.479 11 7.71667 11 8C11 8.28333 11.096 8.52067 11.288 8.712C11.4793 8.904 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88333 20.6873 5.825 19.975 4.925 19.075C4.025 18.175 3.31267 17.1167 2.788 15.9C2.26267 14.6833 2 13.3833 2 12C2 10.6167 2.26267 9.31667 2.788 8.1C3.31267 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.31233 8.1 2.787C9.31667 2.26233 10.6167 2 12 2C13.3833 2 14.6833 2.26233 15.9 2.787C17.1167 3.31233 18.175 4.025 19.075 4.925C19.975 5.825 20.6873 6.88333 21.212 8.1C21.7373 9.31667 22 10.6167 22 12C22 13.3833 21.7373 14.6833 21.212 15.9C20.6873 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6873 15.9 21.212C14.6833 21.7373 13.3833 22 12 22ZM12 20C14.2167 20 16.1043 19.221 17.663 17.663C19.221 16.1043 20 14.2167 20 12C20 9.78333 19.221 7.89567 17.663 6.337C16.1043 4.779 14.2167 4 12 4C9.78333 4 7.896 4.779 6.338 6.337C4.77933 7.89567 4 9.78333 4 12C4 14.2167 4.77933 16.1043 6.338 17.663C7.896 19.221 9.78333 20 12 20Z",
829
+ fill: "currentColor"
706
830
  })
707
831
  }));
708
832
  };
@@ -754,18 +878,47 @@ function _object_spread_props$E(target, source) {
754
878
  }
755
879
  return target;
756
880
  }
757
- var FilterList = function(props) {
758
- return /*#__PURE__*/ jsx("svg", _object_spread_props$E(_object_spread$L({
881
+ function _tagged_template_literal$v(strings, raw) {
882
+ if (!raw) {
883
+ raw = strings.slice(0);
884
+ }
885
+ return Object.freeze(Object.defineProperties(strings, {
886
+ raw: {
887
+ value: Object.freeze(raw)
888
+ }
889
+ }));
890
+ }
891
+ function _templateObject$v() {
892
+ var data = _tagged_template_literal$v([
893
+ "\n animation: rotate 1s linear infinite;\n\n @keyframes rotate {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n"
894
+ ]);
895
+ _templateObject$v = function _templateObject() {
896
+ return data;
897
+ };
898
+ return data;
899
+ }
900
+ var RotatingSvg = styled.svg(_templateObject$v());
901
+ var LoadingWheel = function(props) {
902
+ return /*#__PURE__*/ jsxs(RotatingSvg, _object_spread_props$E(_object_spread$L({
759
903
  width: "1em",
760
904
  height: "1em",
761
- viewBox: "0 0 16 16",
905
+ viewBox: "0 0 56 56",
762
906
  fill: "none",
763
907
  xmlns: "http://www.w3.org/2000/svg"
764
908
  }, props), {
765
- children: /*#__PURE__*/ jsx("path", {
766
- d: "M2.66667 12.6667C2.47778 12.6667 2.31956 12.6027 2.192 12.4747C2.064 12.3471 2 12.1889 2 12C2 11.8111 2.064 11.6529 2.192 11.5253C2.31956 11.3973 2.47778 11.3333 2.66667 11.3333H5.33333C5.52222 11.3333 5.68067 11.3973 5.80867 11.5253C5.93622 11.6529 6 11.8111 6 12C6 12.1889 5.93622 12.3471 5.80867 12.4747C5.68067 12.6027 5.52222 12.6667 5.33333 12.6667H2.66667ZM2.66667 4.66667C2.47778 4.66667 2.31956 4.60289 2.192 4.47533C2.064 4.34733 2 4.18889 2 4C2 3.81111 2.064 3.65267 2.192 3.52467C2.31956 3.39711 2.47778 3.33333 2.66667 3.33333H8C8.18889 3.33333 8.34733 3.39711 8.47533 3.52467C8.60289 3.65267 8.66667 3.81111 8.66667 4C8.66667 4.18889 8.60289 4.34733 8.47533 4.47533C8.34733 4.60289 8.18889 4.66667 8 4.66667H2.66667ZM8 14C7.81111 14 7.65289 13.936 7.52533 13.808C7.39733 13.6804 7.33333 13.5222 7.33333 13.3333V10.6667C7.33333 10.4778 7.39733 10.3193 7.52533 10.1913C7.65289 10.0638 7.81111 10 8 10C8.18889 10 8.34733 10.0638 8.47533 10.1913C8.60289 10.3193 8.66667 10.4778 8.66667 10.6667V11.3333H13.3333C13.5222 11.3333 13.6804 11.3973 13.808 11.5253C13.936 11.6529 14 11.8111 14 12C14 12.1889 13.936 12.3471 13.808 12.4747C13.6804 12.6027 13.5222 12.6667 13.3333 12.6667H8.66667V13.3333C8.66667 13.5222 8.60289 13.6804 8.47533 13.808C8.34733 13.936 8.18889 14 8 14ZM5.33333 10C5.14444 10 4.986 9.936 4.858 9.808C4.73044 9.68044 4.66667 9.52222 4.66667 9.33333V8.66667H2.66667C2.47778 8.66667 2.31956 8.60267 2.192 8.47467C2.064 8.34711 2 8.18889 2 8C2 7.81111 2.064 7.65267 2.192 7.52467C2.31956 7.39711 2.47778 7.33333 2.66667 7.33333H4.66667V6.66667C4.66667 6.47778 4.73044 6.31933 4.858 6.19133C4.986 6.06378 5.14444 6 5.33333 6C5.52222 6 5.68067 6.06378 5.80867 6.19133C5.93622 6.31933 6 6.47778 6 6.66667V9.33333C6 9.52222 5.93622 9.68044 5.80867 9.808C5.68067 9.936 5.52222 10 5.33333 10ZM8 8.66667C7.81111 8.66667 7.65289 8.60267 7.52533 8.47467C7.39733 8.34711 7.33333 8.18889 7.33333 8C7.33333 7.81111 7.39733 7.65267 7.52533 7.52467C7.65289 7.39711 7.81111 7.33333 8 7.33333H13.3333C13.5222 7.33333 13.6804 7.39711 13.808 7.52467C13.936 7.65267 14 7.81111 14 8C14 8.18889 13.936 8.34711 13.808 8.47467C13.6804 8.60267 13.5222 8.66667 13.3333 8.66667H8ZM10.6667 6C10.4778 6 10.3196 5.936 10.192 5.808C10.064 5.68044 10 5.52222 10 5.33333V2.66667C10 2.47778 10.064 2.31933 10.192 2.19133C10.3196 2.06378 10.4778 2 10.6667 2C10.8556 2 11.0138 2.06378 11.1413 2.19133C11.2693 2.31933 11.3333 2.47778 11.3333 2.66667V3.33333H13.3333C13.5222 3.33333 13.6804 3.39711 13.808 3.52467C13.936 3.65267 14 3.81111 14 4C14 4.18889 13.936 4.34733 13.808 4.47533C13.6804 4.60289 13.5222 4.66667 13.3333 4.66667H11.3333V5.33333C11.3333 5.52222 11.2693 5.68044 11.1413 5.808C11.0138 5.936 10.8556 6 10.6667 6Z",
767
- fill: "currentColor"
768
- })
909
+ children: [
910
+ /*#__PURE__*/ jsx("path", {
911
+ d: "M36.639 5.60901C39.5795 6.74346 42.2677 8.44598 44.5502 10.6193C46.8327 12.7927 48.6648 15.3944 49.9419 18.2758C51.2189 21.1572 51.9159 24.2619 51.9931 27.4127C52.0703 30.5635 51.5261 33.6986 50.3916 36.6391C49.2572 39.5796 47.5547 42.2678 45.3813 44.5503C43.2079 46.8328 40.6063 48.6649 37.7249 49.9419C34.8435 51.219 31.7387 51.916 28.5879 51.9932C25.4372 52.0703 22.302 51.5262 19.3616 50.3917C16.4211 49.2573 13.7329 47.5547 11.4503 45.3814C9.16784 43.208 7.33576 40.6063 6.05871 37.7249C4.78166 34.8435 4.08465 31.7388 4.00748 28.588C3.93031 25.4372 4.47448 22.3021 5.60894 19.3616C6.74339 16.4212 8.4459 13.7329 10.6193 11.4504C12.7926 9.16792 15.3943 7.33584 18.2757 6.05879C21.1571 4.78174 24.2618 4.08473 27.4126 4.00756C30.5634 3.93038 33.6985 4.47456 36.639 5.60901L36.639 5.60901Z",
912
+ stroke: "#D9D9D9",
913
+ strokeWidth: "8"
914
+ }),
915
+ /*#__PURE__*/ jsx("path", {
916
+ d: "M36.639 5.60901C39.5795 6.74346 42.2677 8.44598 44.5502 10.6193C46.8327 12.7927 48.6648 15.3944 49.9419 18.2758C51.2189 21.1572 51.9159 24.2619 51.9931 27.4127C52.0703 30.5635 51.5261 33.6986 50.3916 36.6391C49.2572 39.5796 47.5547 42.2678 45.3813 44.5503C43.2079 46.8328 40.6063 48.6649 37.7249 49.9419C34.8435 51.219 31.7387 51.916 28.5879 51.9932C25.4372 52.0703 22.302 51.5262 19.3616 50.3917",
917
+ stroke: "currentColor",
918
+ strokeWidth: "8",
919
+ strokeLinecap: "round"
920
+ })
921
+ ]
769
922
  }));
770
923
  };
771
924
 
@@ -816,16 +969,16 @@ function _object_spread_props$D(target, source) {
816
969
  }
817
970
  return target;
818
971
  }
819
- var Info = function(props) {
972
+ var LockClosed = function(props) {
820
973
  return /*#__PURE__*/ jsx("svg", _object_spread_props$D(_object_spread$K({
821
974
  width: "1em",
822
975
  height: "1em",
823
- viewBox: "0 0 24 24",
976
+ viewBox: "0 0 16 16",
824
977
  fill: "none",
825
978
  xmlns: "http://www.w3.org/2000/svg"
826
979
  }, props), {
827
980
  children: /*#__PURE__*/ jsx("path", {
828
- d: "M12 17C12.2833 17 12.521 16.904 12.713 16.712C12.9043 16.5207 13 16.2833 13 16V11.975C13 11.6917 12.9043 11.4583 12.713 11.275C12.521 11.0917 12.2833 11 12 11C11.7167 11 11.4793 11.0957 11.288 11.287C11.096 11.479 11 11.7167 11 12V16.025C11 16.3083 11.096 16.5417 11.288 16.725C11.4793 16.9083 11.7167 17 12 17ZM12 9C12.2833 9 12.521 8.904 12.713 8.712C12.9043 8.52067 13 8.28333 13 8C13 7.71667 12.9043 7.479 12.713 7.287C12.521 7.09567 12.2833 7 12 7C11.7167 7 11.4793 7.09567 11.288 7.287C11.096 7.479 11 7.71667 11 8C11 8.28333 11.096 8.52067 11.288 8.712C11.4793 8.904 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88333 20.6873 5.825 19.975 4.925 19.075C4.025 18.175 3.31267 17.1167 2.788 15.9C2.26267 14.6833 2 13.3833 2 12C2 10.6167 2.26267 9.31667 2.788 8.1C3.31267 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.31233 8.1 2.787C9.31667 2.26233 10.6167 2 12 2C13.3833 2 14.6833 2.26233 15.9 2.787C17.1167 3.31233 18.175 4.025 19.075 4.925C19.975 5.825 20.6873 6.88333 21.212 8.1C21.7373 9.31667 22 10.6167 22 12C22 13.3833 21.7373 14.6833 21.212 15.9C20.6873 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6873 15.9 21.212C14.6833 21.7373 13.3833 22 12 22ZM12 20C14.2167 20 16.1043 19.221 17.663 17.663C19.221 16.1043 20 14.2167 20 12C20 9.78333 19.221 7.89567 17.663 6.337C16.1043 4.779 14.2167 4 12 4C9.78333 4 7.896 4.779 6.338 6.337C4.77933 7.89567 4 9.78333 4 12C4 14.2167 4.77933 16.1043 6.338 17.663C7.896 19.221 9.78333 20 12 20Z",
981
+ d: "M4.00008 14.6667C3.63341 14.6667 3.31964 14.5362 3.05875 14.2754C2.79741 14.014 2.66675 13.7 2.66675 13.3334V6.66669C2.66675 6.30002 2.79741 5.98602 3.05875 5.72469C3.31964 5.4638 3.63341 5.33335 4.00008 5.33335H4.66675V4.00002C4.66675 3.0778 4.99186 2.29158 5.64208 1.64135C6.29186 0.991576 7.07786 0.666687 8.00008 0.666687C8.9223 0.666687 9.70853 0.991576 10.3587 1.64135C11.0085 2.29158 11.3334 3.0778 11.3334 4.00002V5.33335H12.0001C12.3667 5.33335 12.6807 5.4638 12.9421 5.72469C13.203 5.98602 13.3334 6.30002 13.3334 6.66669V13.3334C13.3334 13.7 13.203 14.014 12.9421 14.2754C12.6807 14.5362 12.3667 14.6667 12.0001 14.6667H4.00008ZM6.00008 5.33335H10.0001V4.00002C10.0001 3.44446 9.80564 2.97224 9.41675 2.58335C9.02786 2.19446 8.55564 2.00002 8.00008 2.00002C7.44453 2.00002 6.9723 2.19446 6.58341 2.58335C6.19453 2.97224 6.00008 3.44446 6.00008 4.00002V5.33335ZM4.00008 13.3334H12.0001V6.66669H4.00008V13.3334ZM8.00008 11.3334C8.36675 11.3334 8.68075 11.2029 8.94208 10.942C9.20297 10.6807 9.33341 10.3667 9.33341 10C9.33341 9.63335 9.20297 9.31935 8.94208 9.05802C8.68075 8.79713 8.36675 8.66669 8.00008 8.66669C7.63341 8.66669 7.31964 8.79713 7.05875 9.05802C6.79742 9.31935 6.66675 9.63335 6.66675 10C6.66675 10.3667 6.79742 10.6807 7.05875 10.942C7.31964 11.2029 7.63341 11.3334 8.00008 11.3334Z",
829
982
  fill: "currentColor"
830
983
  })
831
984
  }));
@@ -878,47 +1031,18 @@ function _object_spread_props$C(target, source) {
878
1031
  }
879
1032
  return target;
880
1033
  }
881
- function _tagged_template_literal$v(strings, raw) {
882
- if (!raw) {
883
- raw = strings.slice(0);
884
- }
885
- return Object.freeze(Object.defineProperties(strings, {
886
- raw: {
887
- value: Object.freeze(raw)
888
- }
889
- }));
890
- }
891
- function _templateObject$v() {
892
- var data = _tagged_template_literal$v([
893
- "\n animation: rotate 1s linear infinite;\n\n @keyframes rotate {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n"
894
- ]);
895
- _templateObject$v = function _templateObject() {
896
- return data;
897
- };
898
- return data;
899
- }
900
- var RotatingSvg = styled.svg(_templateObject$v());
901
- var LoadingWheel = function(props) {
902
- return /*#__PURE__*/ jsxs(RotatingSvg, _object_spread_props$C(_object_spread$J({
1034
+ var LockOpen = function(props) {
1035
+ return /*#__PURE__*/ jsx("svg", _object_spread_props$C(_object_spread$J({
903
1036
  width: "1em",
904
1037
  height: "1em",
905
- viewBox: "0 0 56 56",
1038
+ viewBox: "0 0 16 16",
906
1039
  fill: "none",
907
1040
  xmlns: "http://www.w3.org/2000/svg"
908
1041
  }, props), {
909
- children: [
910
- /*#__PURE__*/ jsx("path", {
911
- d: "M36.639 5.60901C39.5795 6.74346 42.2677 8.44598 44.5502 10.6193C46.8327 12.7927 48.6648 15.3944 49.9419 18.2758C51.2189 21.1572 51.9159 24.2619 51.9931 27.4127C52.0703 30.5635 51.5261 33.6986 50.3916 36.6391C49.2572 39.5796 47.5547 42.2678 45.3813 44.5503C43.2079 46.8328 40.6063 48.6649 37.7249 49.9419C34.8435 51.219 31.7387 51.916 28.5879 51.9932C25.4372 52.0703 22.302 51.5262 19.3616 50.3917C16.4211 49.2573 13.7329 47.5547 11.4503 45.3814C9.16784 43.208 7.33576 40.6063 6.05871 37.7249C4.78166 34.8435 4.08465 31.7388 4.00748 28.588C3.93031 25.4372 4.47448 22.3021 5.60894 19.3616C6.74339 16.4212 8.4459 13.7329 10.6193 11.4504C12.7926 9.16792 15.3943 7.33584 18.2757 6.05879C21.1571 4.78174 24.2618 4.08473 27.4126 4.00756C30.5634 3.93038 33.6985 4.47456 36.639 5.60901L36.639 5.60901Z",
912
- stroke: "#D9D9D9",
913
- strokeWidth: "8"
914
- }),
915
- /*#__PURE__*/ jsx("path", {
916
- d: "M36.639 5.60901C39.5795 6.74346 42.2677 8.44598 44.5502 10.6193C46.8327 12.7927 48.6648 15.3944 49.9419 18.2758C51.2189 21.1572 51.9159 24.2619 51.9931 27.4127C52.0703 30.5635 51.5261 33.6986 50.3916 36.6391C49.2572 39.5796 47.5547 42.2678 45.3813 44.5503C43.2079 46.8328 40.6063 48.6649 37.7249 49.9419C34.8435 51.219 31.7387 51.916 28.5879 51.9932C25.4372 52.0703 22.302 51.5262 19.3616 50.3917",
917
- stroke: "currentColor",
918
- strokeWidth: "8",
919
- strokeLinecap: "round"
920
- })
921
- ]
1042
+ children: /*#__PURE__*/ jsx("path", {
1043
+ d: "M4.00008 14.6667C3.63341 14.6667 3.31964 14.5362 3.05875 14.2754C2.79741 14.014 2.66675 13.7 2.66675 13.3334V6.66669C2.66675 6.30002 2.79741 5.98602 3.05875 5.72469C3.31964 5.4638 3.63341 5.33335 4.00008 5.33335H10.0001V4.00002C10.0001 3.44446 9.80564 2.97224 9.41675 2.58335C9.02786 2.19446 8.55564 2.00002 8.00008 2.00002C7.54453 2.00002 7.14186 2.13602 6.79208 2.40802C6.44186 2.68046 6.20564 3.02224 6.08341 3.43335C6.02786 3.60002 5.94186 3.73602 5.82541 3.84135C5.70853 3.94713 5.5723 4.00002 5.41675 4.00002C5.19453 4.00002 5.01675 3.92491 4.88341 3.77469C4.75008 3.62491 4.70564 3.45558 4.75008 3.26669C4.91675 2.52224 5.30008 1.90269 5.90008 1.40802C6.50008 0.913798 7.20008 0.666687 8.00008 0.666687C8.9223 0.666687 9.70853 0.991576 10.3587 1.64135C11.0085 2.29158 11.3334 3.0778 11.3334 4.00002V5.33335H12.0001C12.3667 5.33335 12.6807 5.4638 12.9421 5.72469C13.203 5.98602 13.3334 6.30002 13.3334 6.66669V13.3334C13.3334 13.7 13.203 14.014 12.9421 14.2754C12.6807 14.5362 12.3667 14.6667 12.0001 14.6667H4.00008ZM4.00008 13.3334H12.0001V6.66669H4.00008V13.3334ZM8.00008 11.3334C8.36675 11.3334 8.68075 11.2029 8.94208 10.942C9.20297 10.6807 9.33341 10.3667 9.33341 10C9.33341 9.63335 9.20297 9.31935 8.94208 9.05802C8.68075 8.79713 8.36675 8.66669 8.00008 8.66669C7.63341 8.66669 7.31964 8.79713 7.05875 9.05802C6.79742 9.31935 6.66675 9.63335 6.66675 10C6.66675 10.3667 6.79742 10.6807 7.05875 10.942C7.31964 11.2029 7.63341 11.3334 8.00008 11.3334ZM4.00008 6.66669V13.3334V6.66669Z",
1044
+ fill: "currentColor"
1045
+ })
922
1046
  }));
923
1047
  };
924
1048
 
@@ -1282,36 +1406,17 @@ function _object_spread_props$w(target, source) {
1282
1406
  return target;
1283
1407
  }
1284
1408
  var Warning = function(props) {
1285
- return /*#__PURE__*/ jsxs("svg", _object_spread_props$w(_object_spread$D({
1409
+ return /*#__PURE__*/ jsx("svg", _object_spread_props$w(_object_spread$D({
1286
1410
  width: "1em",
1287
1411
  height: "1em",
1288
- viewBox: "0 0 24 24",
1412
+ viewBox: "0 0 16 16",
1289
1413
  fill: "none",
1290
1414
  xmlns: "http://www.w3.org/2000/svg"
1291
1415
  }, props), {
1292
- children: [
1293
- /*#__PURE__*/ jsx("mask", {
1294
- id: "mask0_5860_115",
1295
- // style="mask-type:alpha"
1296
- maskUnits: "userSpaceOnUse",
1297
- x: "0",
1298
- y: "0",
1299
- width: "1em",
1300
- height: "1em",
1301
- children: /*#__PURE__*/ jsx("rect", {
1302
- width: "1em",
1303
- height: "1em",
1304
- fill: "#D9D9D9"
1305
- })
1306
- }),
1307
- /*#__PURE__*/ jsx("g", {
1308
- mask: "url(#mask0_5860_115)",
1309
- children: /*#__PURE__*/ jsx("path", {
1310
- d: "M2.72505 21C2.34172 21 2.05838 20.8333 1.87505 20.5C1.69172 20.1667 1.69172 19.8333 1.87505 19.5L11.125 3.5C11.3084 3.16667 11.6 3 12 3C12.4 3 12.6917 3.16667 12.875 3.5L22.125 19.5C22.3084 19.8333 22.3084 20.1667 22.125 20.5C21.9417 20.8333 21.6584 21 21.275 21H2.72505ZM12 10C11.7167 10 11.4794 10.0957 11.288 10.287C11.096 10.479 11 10.7167 11 11V14C11 14.2833 11.096 14.5207 11.288 14.712C11.4794 14.904 11.7167 15 12 15C12.2834 15 12.521 14.904 12.713 14.712C12.9044 14.5207 13 14.2833 13 14V11C13 10.7167 12.9044 10.479 12.713 10.287C12.521 10.0957 12.2834 10 12 10ZM12 18C12.2834 18 12.521 17.904 12.713 17.712C12.9044 17.5207 13 17.2833 13 17C13 16.7167 12.9044 16.4793 12.713 16.288C12.521 16.096 12.2834 16 12 16C11.7167 16 11.4794 16.096 11.288 16.288C11.096 16.4793 11 16.7167 11 17C11 17.2833 11.096 17.5207 11.288 17.712C11.4794 17.904 11.7167 18 12 18ZM4.45005 19H19.55L12 6L4.45005 19Z",
1311
- fill: "currentColor"
1312
- })
1313
- })
1314
- ]
1416
+ children: /*#__PURE__*/ jsx("path", {
1417
+ d: "M1.81678 14C1.56122 14 1.37234 13.8889 1.25011 13.6667C1.12789 13.4444 1.12789 13.2222 1.25011 13L7.41678 2.33333C7.539 2.11111 7.73345 2 8.00011 2C8.26678 2 8.46123 2.11111 8.58345 2.33333L14.7501 13C14.8723 13.2222 14.8723 13.4444 14.7501 13.6667C14.6279 13.8889 14.439 14 14.1834 14H1.81678ZM8.00011 6.66667C7.81123 6.66667 7.653 6.73044 7.52545 6.858C7.39745 6.986 7.33345 7.14444 7.33345 7.33333V9.33333C7.33345 9.52222 7.39745 9.68044 7.52545 9.808C7.653 9.936 7.81123 10 8.00011 10C8.189 10 8.34745 9.936 8.47545 9.808C8.603 9.68044 8.66678 9.52222 8.66678 9.33333V7.33333C8.66678 7.14444 8.603 6.986 8.47545 6.858C8.34745 6.73044 8.189 6.66667 8.00011 6.66667ZM8.00011 12C8.189 12 8.34745 11.936 8.47545 11.808C8.603 11.6804 8.66678 11.5222 8.66678 11.3333C8.66678 11.1444 8.603 10.9862 8.47545 10.8587C8.34745 10.7307 8.189 10.6667 8.00011 10.6667C7.81123 10.6667 7.653 10.7307 7.52545 10.8587C7.39745 10.9862 7.33345 11.1444 7.33345 11.3333C7.33345 11.5222 7.39745 11.6804 7.52545 11.808C7.653 11.936 7.81123 12 8.00011 12ZM2.96678 12.6667H13.0334L8.00011 4L2.96678 12.6667Z",
1418
+ fill: "currentColor"
1419
+ })
1315
1420
  }));
1316
1421
  };
1317
1422
 
@@ -34717,4 +34822,4 @@ var Tooltip = function(_param) {
34717
34822
  });
34718
34823
  };
34719
34824
 
34720
- export { Add, AlertBar, BaseInput$1 as BaseInput, BaseTextArea, Button, Calendar, CalendarIcon$1 as CalendarIcon, Cancel, Checkbox, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, DEFAULT_SPACING, DatePicker, Delete, DropdownMenu, Edit, Error$1 as Error, FilterForm, FilterList, IconButton, IconWrapper$3 as IconWrapper, Info, Input, InputWrapper$3 as InputWrapper, LoadingWheel, MenuItem, Modal, MoreVertical, MultiInput, MultiSelect, OpenInNew, Pagination, Popper, RadioButton, RadioGroup, Return, Search, SearchBar, SearchIcon, Select, Success, Table, TableContainer, TableWrapper, TextArea, Toggle, Tooltip, Typography, Warning, Wrapper, baseTypography, colors, elevation, loadingWheelStyle, spacing, typography };
34825
+ export { Add, AlertBar, BaseInput$1 as BaseInput, BaseTextArea, Button, Calendar, CalendarIcon$1 as CalendarIcon, Cancel, Checkbox, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, DEFAULT_SPACING, DatePicker, Delete, DropdownMenu, Edit, Error$1 as Error, FilterForm, FilterList, IconButton, IconWrapper$3 as IconWrapper, Info, Input, InputWrapper$3 as InputWrapper, LoadingWheel, LockClosed, LockOpen, MenuItem, Modal, MoreVertical, MultiInput, MultiSelect, OpenInNew, Pagination, Popper, RadioButton, RadioGroup, Return, Search, SearchBar, SearchIcon, Select, Success, Table, TableContainer, TableWrapper, TextArea, Toggle, Tooltip, Typography, Warning, Wrapper, baseTypography, colors, elevation, loadingWheelStyle, spacing, typography };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@paubox/ui",
3
3
  "author": "Paubox, Inc.",
4
4
  "description": "Paubox Component Library",
5
- "version": "1.5.0",
5
+ "version": "1.6.0",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const Add: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const CalendarIcon: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const CalendarIcon: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Cancel: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Cancel: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const ChevronDown: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const ChevronLeft: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const ChevronRight: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const ChevronUp: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Close: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Close: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const Delete: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const Edit: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Error: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Error: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const FilterList: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { SVGProps } from 'react';
2
+ export interface IconProps extends SVGProps<SVGSVGElement> {
3
+ size?: string;
4
+ color?: string;
5
+ }
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Info: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Info: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const LoadingWheel: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './IconProps';
2
+ export declare const LockClosed: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './IconProps';
2
+ export declare const LockOpen: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const MoreVertical: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const OpenInNew: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Return: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Return: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './SvgProps';
1
+ import { IconProps } from './IconProps';
2
2
  export declare const SearchIcon: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Success: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Success: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { SvgProps } from './SvgProps';
2
- export declare const Warning: (props: SvgProps) => import("@emotion/react/jsx-runtime").JSX.Element;
1
+ import { IconProps } from './IconProps';
2
+ export declare const Warning: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -12,10 +12,12 @@ export * from './Error';
12
12
  export * from './FilterList';
13
13
  export * from './Info';
14
14
  export * from './LoadingWheel';
15
+ export * from './LockClosed';
16
+ export * from './LockOpen';
15
17
  export * from './MoreVertical';
16
18
  export * from './OpenInNew';
17
19
  export * from './Return';
18
20
  export * from './SearchIcon';
19
21
  export * from './Success';
20
22
  export * from './Warning';
21
- export * from './SvgProps';
23
+ export * from './IconProps';
@@ -1,5 +1,5 @@
1
1
  export interface SelectOption {
2
- value: string;
2
+ value: string | null;
3
3
  label: string;
4
4
  }
5
5
  export interface BaseSelectProps extends React.InputHTMLAttributes<HTMLSelectElement> {
@@ -1,7 +0,0 @@
1
- import { SVGProps as ReactSVGProps } from 'react';
2
- export interface SvgProps extends ReactSVGProps<SVGSVGElement> {
3
- }
4
- export interface IconProps extends SvgProps {
5
- size?: string;
6
- color?: string;
7
- }