@7shifts/sous-chef 3.22.0 → 3.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/components/IconCheckCircleIncomplete.d.ts +9 -0
- package/dist/icons/components/IconUnlock.d.ts +9 -0
- package/dist/icons/components/index.d.ts +2 -0
- package/dist/index.css +3 -3
- package/dist/index.js +316 -262
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +317 -265
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/date.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -11,11 +11,10 @@ import { DayPicker } from 'react-day-picker';
|
|
|
11
11
|
import dateFnsFormat from 'date-fns/format';
|
|
12
12
|
import dateFnsParse from 'date-fns/parse';
|
|
13
13
|
import startOfDay from 'date-fns/startOfDay';
|
|
14
|
-
import { isDate } from 'date-fns/fp';
|
|
15
14
|
import originalStylers from 'react-day-picker/dist/style.module.css';
|
|
16
15
|
import Select, { components } from 'react-select';
|
|
17
16
|
import AsyncSelect from 'react-select/async';
|
|
18
|
-
import { isDate
|
|
17
|
+
import { isDate, startOfDay as startOfDay$1 } from 'date-fns';
|
|
19
18
|
import { parsePhoneNumber, AsYouType, getCountryCallingCode } from 'libphonenumber-js';
|
|
20
19
|
|
|
21
20
|
var COLORS = {
|
|
@@ -1753,10 +1752,34 @@ var IconChartBar = forwardRef(function (_ref, ref) {
|
|
|
1753
1752
|
IconChartBar.displayName = 'IconChartBar';
|
|
1754
1753
|
|
|
1755
1754
|
var _excluded$E = ["testId"];
|
|
1755
|
+
var IconCheckCircleIncomplete = forwardRef(function (_ref, ref) {
|
|
1756
|
+
var _ref$testId = _ref.testId,
|
|
1757
|
+
testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
|
|
1758
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
|
|
1759
|
+
|
|
1760
|
+
return React__default.createElement("svg", Object.assign({
|
|
1761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1762
|
+
fill: "none",
|
|
1763
|
+
viewBox: "0 0 24 24",
|
|
1764
|
+
style: getIconStyles(props),
|
|
1765
|
+
"data-testid": testId,
|
|
1766
|
+
ref: ref
|
|
1767
|
+
}, props), React__default.createElement("circle", {
|
|
1768
|
+
cx: 12,
|
|
1769
|
+
cy: 12,
|
|
1770
|
+
r: 11.5,
|
|
1771
|
+
fill: "none",
|
|
1772
|
+
stroke: "currentColor",
|
|
1773
|
+
strokeDasharray: "2 2"
|
|
1774
|
+
}));
|
|
1775
|
+
});
|
|
1776
|
+
IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
|
|
1777
|
+
|
|
1778
|
+
var _excluded$F = ["testId"];
|
|
1756
1779
|
var IconCheck = forwardRef(function (_ref, ref) {
|
|
1757
1780
|
var _ref$testId = _ref.testId,
|
|
1758
1781
|
testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
|
|
1759
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1782
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
|
|
1760
1783
|
|
|
1761
1784
|
return React__default.createElement("svg", Object.assign({
|
|
1762
1785
|
viewBox: "0 0 20 20",
|
|
@@ -1774,11 +1797,11 @@ var IconCheck = forwardRef(function (_ref, ref) {
|
|
|
1774
1797
|
});
|
|
1775
1798
|
IconCheck.displayName = 'IconCheck';
|
|
1776
1799
|
|
|
1777
|
-
var _excluded$
|
|
1800
|
+
var _excluded$G = ["testId"];
|
|
1778
1801
|
var IconChevronDown = forwardRef(function (_ref, ref) {
|
|
1779
1802
|
var _ref$testId = _ref.testId,
|
|
1780
1803
|
testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
|
|
1781
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1804
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
|
|
1782
1805
|
|
|
1783
1806
|
return React__default.createElement("svg", Object.assign({
|
|
1784
1807
|
viewBox: "0 0 20 20",
|
|
@@ -1796,11 +1819,11 @@ var IconChevronDown = forwardRef(function (_ref, ref) {
|
|
|
1796
1819
|
});
|
|
1797
1820
|
IconChevronDown.displayName = 'IconChevronDown';
|
|
1798
1821
|
|
|
1799
|
-
var _excluded$
|
|
1822
|
+
var _excluded$H = ["testId"];
|
|
1800
1823
|
var IconChevronLeft = forwardRef(function (_ref, ref) {
|
|
1801
1824
|
var _ref$testId = _ref.testId,
|
|
1802
1825
|
testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
|
|
1803
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1826
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
|
|
1804
1827
|
|
|
1805
1828
|
return React__default.createElement("svg", Object.assign({
|
|
1806
1829
|
viewBox: "0 0 20 20",
|
|
@@ -1818,11 +1841,11 @@ var IconChevronLeft = forwardRef(function (_ref, ref) {
|
|
|
1818
1841
|
});
|
|
1819
1842
|
IconChevronLeft.displayName = 'IconChevronLeft';
|
|
1820
1843
|
|
|
1821
|
-
var _excluded$
|
|
1844
|
+
var _excluded$I = ["testId"];
|
|
1822
1845
|
var IconChevronRight = forwardRef(function (_ref, ref) {
|
|
1823
1846
|
var _ref$testId = _ref.testId,
|
|
1824
1847
|
testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
|
|
1825
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1848
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
|
|
1826
1849
|
|
|
1827
1850
|
return React__default.createElement("svg", Object.assign({
|
|
1828
1851
|
viewBox: "0 0 20 20",
|
|
@@ -1840,11 +1863,11 @@ var IconChevronRight = forwardRef(function (_ref, ref) {
|
|
|
1840
1863
|
});
|
|
1841
1864
|
IconChevronRight.displayName = 'IconChevronRight';
|
|
1842
1865
|
|
|
1843
|
-
var _excluded$
|
|
1866
|
+
var _excluded$J = ["testId"];
|
|
1844
1867
|
var IconChevronUp = forwardRef(function (_ref, ref) {
|
|
1845
1868
|
var _ref$testId = _ref.testId,
|
|
1846
1869
|
testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
|
|
1847
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1870
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
|
|
1848
1871
|
|
|
1849
1872
|
return React__default.createElement("svg", Object.assign({
|
|
1850
1873
|
viewBox: "0 0 20 20",
|
|
@@ -1862,11 +1885,11 @@ var IconChevronUp = forwardRef(function (_ref, ref) {
|
|
|
1862
1885
|
});
|
|
1863
1886
|
IconChevronUp.displayName = 'IconChevronUp';
|
|
1864
1887
|
|
|
1865
|
-
var _excluded$
|
|
1888
|
+
var _excluded$K = ["testId"];
|
|
1866
1889
|
var IconClipboardList = forwardRef(function (_ref, ref) {
|
|
1867
1890
|
var _ref$testId = _ref.testId,
|
|
1868
1891
|
testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
|
|
1869
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1892
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
|
|
1870
1893
|
|
|
1871
1894
|
return React__default.createElement("svg", Object.assign({
|
|
1872
1895
|
viewBox: "0 0 20 20",
|
|
@@ -1884,11 +1907,11 @@ var IconClipboardList = forwardRef(function (_ref, ref) {
|
|
|
1884
1907
|
});
|
|
1885
1908
|
IconClipboardList.displayName = 'IconClipboardList';
|
|
1886
1909
|
|
|
1887
|
-
var _excluded$
|
|
1910
|
+
var _excluded$L = ["testId"];
|
|
1888
1911
|
var IconClock = forwardRef(function (_ref, ref) {
|
|
1889
1912
|
var _ref$testId = _ref.testId,
|
|
1890
1913
|
testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
|
|
1891
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1914
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
|
|
1892
1915
|
|
|
1893
1916
|
return React__default.createElement("svg", Object.assign({
|
|
1894
1917
|
viewBox: "0 0 20 20",
|
|
@@ -1904,11 +1927,11 @@ var IconClock = forwardRef(function (_ref, ref) {
|
|
|
1904
1927
|
});
|
|
1905
1928
|
IconClock.displayName = 'IconClock';
|
|
1906
1929
|
|
|
1907
|
-
var _excluded$
|
|
1930
|
+
var _excluded$M = ["testId"];
|
|
1908
1931
|
var IconCog = forwardRef(function (_ref, ref) {
|
|
1909
1932
|
var _ref$testId = _ref.testId,
|
|
1910
1933
|
testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
|
|
1911
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1934
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
|
|
1912
1935
|
|
|
1913
1936
|
return React__default.createElement("svg", Object.assign({
|
|
1914
1937
|
viewBox: "0 0 20 20",
|
|
@@ -1924,11 +1947,11 @@ var IconCog = forwardRef(function (_ref, ref) {
|
|
|
1924
1947
|
});
|
|
1925
1948
|
IconCog.displayName = 'IconCog';
|
|
1926
1949
|
|
|
1927
|
-
var _excluded$
|
|
1950
|
+
var _excluded$N = ["testId"];
|
|
1928
1951
|
var IconCommentLines = forwardRef(function (_ref, ref) {
|
|
1929
1952
|
var _ref$testId = _ref.testId,
|
|
1930
1953
|
testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
|
|
1931
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1954
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
|
|
1932
1955
|
|
|
1933
1956
|
return React__default.createElement("svg", Object.assign({
|
|
1934
1957
|
viewBox: "0 0 20 20",
|
|
@@ -1949,11 +1972,11 @@ var IconCommentLines = forwardRef(function (_ref, ref) {
|
|
|
1949
1972
|
});
|
|
1950
1973
|
IconCommentLines.displayName = 'IconCommentLines';
|
|
1951
1974
|
|
|
1952
|
-
var _excluded$
|
|
1975
|
+
var _excluded$O = ["testId"];
|
|
1953
1976
|
var IconComment = forwardRef(function (_ref, ref) {
|
|
1954
1977
|
var _ref$testId = _ref.testId,
|
|
1955
1978
|
testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
|
|
1956
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1979
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
|
|
1957
1980
|
|
|
1958
1981
|
return React__default.createElement("svg", Object.assign({
|
|
1959
1982
|
viewBox: "0 0 20 20",
|
|
@@ -1971,11 +1994,11 @@ var IconComment = forwardRef(function (_ref, ref) {
|
|
|
1971
1994
|
});
|
|
1972
1995
|
IconComment.displayName = 'IconComment';
|
|
1973
1996
|
|
|
1974
|
-
var _excluded$
|
|
1997
|
+
var _excluded$P = ["testId"];
|
|
1975
1998
|
var IconCopy = forwardRef(function (_ref, ref) {
|
|
1976
1999
|
var _ref$testId = _ref.testId,
|
|
1977
2000
|
testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
|
|
1978
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2001
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
|
|
1979
2002
|
|
|
1980
2003
|
return React__default.createElement("svg", Object.assign({
|
|
1981
2004
|
viewBox: "0 0 20 20",
|
|
@@ -1998,11 +2021,11 @@ var IconCopy = forwardRef(function (_ref, ref) {
|
|
|
1998
2021
|
});
|
|
1999
2022
|
IconCopy.displayName = 'IconCopy';
|
|
2000
2023
|
|
|
2001
|
-
var _excluded$
|
|
2024
|
+
var _excluded$Q = ["testId"];
|
|
2002
2025
|
var IconCreditCardPlus = forwardRef(function (_ref, ref) {
|
|
2003
2026
|
var _ref$testId = _ref.testId,
|
|
2004
2027
|
testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
|
|
2005
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2028
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
|
|
2006
2029
|
|
|
2007
2030
|
return React__default.createElement("svg", Object.assign({
|
|
2008
2031
|
viewBox: "0 0 20 20",
|
|
@@ -2027,11 +2050,11 @@ var IconCreditCardPlus = forwardRef(function (_ref, ref) {
|
|
|
2027
2050
|
});
|
|
2028
2051
|
IconCreditCardPlus.displayName = 'IconCreditCardPlus';
|
|
2029
2052
|
|
|
2030
|
-
var _excluded$
|
|
2053
|
+
var _excluded$R = ["testId"];
|
|
2031
2054
|
var IconCreditCard = forwardRef(function (_ref, ref) {
|
|
2032
2055
|
var _ref$testId = _ref.testId,
|
|
2033
2056
|
testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
|
|
2034
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2057
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
|
|
2035
2058
|
|
|
2036
2059
|
return React__default.createElement("svg", Object.assign({
|
|
2037
2060
|
viewBox: "0 0 20 20",
|
|
@@ -2054,11 +2077,11 @@ var IconCreditCard = forwardRef(function (_ref, ref) {
|
|
|
2054
2077
|
});
|
|
2055
2078
|
IconCreditCard.displayName = 'IconCreditCard';
|
|
2056
2079
|
|
|
2057
|
-
var _excluded$
|
|
2080
|
+
var _excluded$S = ["testId"];
|
|
2058
2081
|
var IconDecentMonochromatic = forwardRef(function (_ref, ref) {
|
|
2059
2082
|
var _ref$testId = _ref.testId,
|
|
2060
2083
|
testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
|
|
2061
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2084
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
|
|
2062
2085
|
|
|
2063
2086
|
return React__default.createElement("svg", Object.assign({
|
|
2064
2087
|
viewBox: "0 0 20 20",
|
|
@@ -2096,11 +2119,11 @@ var IconDecentMonochromatic = forwardRef(function (_ref, ref) {
|
|
|
2096
2119
|
});
|
|
2097
2120
|
IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
|
|
2098
2121
|
|
|
2099
|
-
var _excluded$
|
|
2122
|
+
var _excluded$T = ["testId"];
|
|
2100
2123
|
var IconDecent = forwardRef(function (_ref, ref) {
|
|
2101
2124
|
var _ref$testId = _ref.testId,
|
|
2102
2125
|
testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
|
|
2103
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2126
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
|
|
2104
2127
|
|
|
2105
2128
|
return React__default.createElement("svg", Object.assign({
|
|
2106
2129
|
viewBox: "0 0 20 20",
|
|
@@ -2126,11 +2149,11 @@ var IconDecent = forwardRef(function (_ref, ref) {
|
|
|
2126
2149
|
});
|
|
2127
2150
|
IconDecent.displayName = 'IconDecent';
|
|
2128
2151
|
|
|
2129
|
-
var _excluded$
|
|
2152
|
+
var _excluded$U = ["testId"];
|
|
2130
2153
|
var IconDownload = forwardRef(function (_ref, ref) {
|
|
2131
2154
|
var _ref$testId = _ref.testId,
|
|
2132
2155
|
testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
|
|
2133
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2156
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
|
|
2134
2157
|
|
|
2135
2158
|
return React__default.createElement("svg", Object.assign({
|
|
2136
2159
|
viewBox: "0 0 20 20",
|
|
@@ -2148,11 +2171,11 @@ var IconDownload = forwardRef(function (_ref, ref) {
|
|
|
2148
2171
|
});
|
|
2149
2172
|
IconDownload.displayName = 'IconDownload';
|
|
2150
2173
|
|
|
2151
|
-
var _excluded$
|
|
2174
|
+
var _excluded$V = ["testId"];
|
|
2152
2175
|
var IconEdit = forwardRef(function (_ref, ref) {
|
|
2153
2176
|
var _ref$testId = _ref.testId,
|
|
2154
2177
|
testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
|
|
2155
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2178
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
|
|
2156
2179
|
|
|
2157
2180
|
return React__default.createElement("svg", Object.assign({
|
|
2158
2181
|
viewBox: "0 0 20 20",
|
|
@@ -2168,11 +2191,11 @@ var IconEdit = forwardRef(function (_ref, ref) {
|
|
|
2168
2191
|
});
|
|
2169
2192
|
IconEdit.displayName = 'IconEdit';
|
|
2170
2193
|
|
|
2171
|
-
var _excluded$
|
|
2194
|
+
var _excluded$W = ["testId"];
|
|
2172
2195
|
var IconEllipsisV = forwardRef(function (_ref, ref) {
|
|
2173
2196
|
var _ref$testId = _ref.testId,
|
|
2174
2197
|
testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
|
|
2175
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2198
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
|
|
2176
2199
|
|
|
2177
2200
|
return React__default.createElement("svg", Object.assign({
|
|
2178
2201
|
viewBox: "0 0 20 20",
|
|
@@ -2190,11 +2213,11 @@ var IconEllipsisV = forwardRef(function (_ref, ref) {
|
|
|
2190
2213
|
});
|
|
2191
2214
|
IconEllipsisV.displayName = 'IconEllipsisV';
|
|
2192
2215
|
|
|
2193
|
-
var _excluded$
|
|
2216
|
+
var _excluded$X = ["testId"];
|
|
2194
2217
|
var IconEnvelopeOpenDollar = forwardRef(function (_ref, ref) {
|
|
2195
2218
|
var _ref$testId = _ref.testId,
|
|
2196
2219
|
testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
|
|
2197
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2220
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
|
|
2198
2221
|
|
|
2199
2222
|
return React__default.createElement("svg", Object.assign({
|
|
2200
2223
|
viewBox: "0 0 20 20",
|
|
@@ -2217,11 +2240,11 @@ var IconEnvelopeOpenDollar = forwardRef(function (_ref, ref) {
|
|
|
2217
2240
|
});
|
|
2218
2241
|
IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
|
|
2219
2242
|
|
|
2220
|
-
var _excluded$
|
|
2243
|
+
var _excluded$Y = ["testId"];
|
|
2221
2244
|
var IconEnvelope = forwardRef(function (_ref, ref) {
|
|
2222
2245
|
var _ref$testId = _ref.testId,
|
|
2223
2246
|
testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
|
|
2224
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2247
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
|
|
2225
2248
|
|
|
2226
2249
|
return React__default.createElement("svg", Object.assign({
|
|
2227
2250
|
viewBox: "0 0 20 20",
|
|
@@ -2237,11 +2260,11 @@ var IconEnvelope = forwardRef(function (_ref, ref) {
|
|
|
2237
2260
|
});
|
|
2238
2261
|
IconEnvelope.displayName = 'IconEnvelope';
|
|
2239
2262
|
|
|
2240
|
-
var _excluded$
|
|
2263
|
+
var _excluded$Z = ["testId"];
|
|
2241
2264
|
var IconExclaimationTriangle = forwardRef(function (_ref, ref) {
|
|
2242
2265
|
var _ref$testId = _ref.testId,
|
|
2243
2266
|
testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
|
|
2244
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2267
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
|
|
2245
2268
|
|
|
2246
2269
|
return React__default.createElement("svg", Object.assign({
|
|
2247
2270
|
viewBox: "0 0 20 20",
|
|
@@ -2259,11 +2282,11 @@ var IconExclaimationTriangle = forwardRef(function (_ref, ref) {
|
|
|
2259
2282
|
});
|
|
2260
2283
|
IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
|
|
2261
2284
|
|
|
2262
|
-
var _excluded$
|
|
2285
|
+
var _excluded$_ = ["testId"];
|
|
2263
2286
|
var IconExclaimation = forwardRef(function (_ref, ref) {
|
|
2264
2287
|
var _ref$testId = _ref.testId,
|
|
2265
2288
|
testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
|
|
2266
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2289
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
|
|
2267
2290
|
|
|
2268
2291
|
return React__default.createElement("svg", Object.assign({
|
|
2269
2292
|
viewBox: "0 0 20 20",
|
|
@@ -2279,11 +2302,11 @@ var IconExclaimation = forwardRef(function (_ref, ref) {
|
|
|
2279
2302
|
});
|
|
2280
2303
|
IconExclaimation.displayName = 'IconExclaimation';
|
|
2281
2304
|
|
|
2282
|
-
var _excluded
|
|
2305
|
+
var _excluded$$ = ["testId"];
|
|
2283
2306
|
var IconExpand = forwardRef(function (_ref, ref) {
|
|
2284
2307
|
var _ref$testId = _ref.testId,
|
|
2285
2308
|
testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
|
|
2286
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded
|
|
2309
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
|
|
2287
2310
|
|
|
2288
2311
|
return React__default.createElement("svg", Object.assign({
|
|
2289
2312
|
viewBox: "0 0 20 20",
|
|
@@ -2299,11 +2322,11 @@ var IconExpand = forwardRef(function (_ref, ref) {
|
|
|
2299
2322
|
});
|
|
2300
2323
|
IconExpand.displayName = 'IconExpand';
|
|
2301
2324
|
|
|
2302
|
-
var _excluded
|
|
2325
|
+
var _excluded$10 = ["testId"];
|
|
2303
2326
|
var IconExternalLink = forwardRef(function (_ref, ref) {
|
|
2304
2327
|
var _ref$testId = _ref.testId,
|
|
2305
2328
|
testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
|
|
2306
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded
|
|
2329
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
|
|
2307
2330
|
|
|
2308
2331
|
return React__default.createElement("svg", Object.assign({
|
|
2309
2332
|
viewBox: "0 0 20 20",
|
|
@@ -2321,11 +2344,11 @@ var IconExternalLink = forwardRef(function (_ref, ref) {
|
|
|
2321
2344
|
});
|
|
2322
2345
|
IconExternalLink.displayName = 'IconExternalLink';
|
|
2323
2346
|
|
|
2324
|
-
var _excluded$
|
|
2347
|
+
var _excluded$11 = ["testId"];
|
|
2325
2348
|
var IconEyeSlash = forwardRef(function (_ref, ref) {
|
|
2326
2349
|
var _ref$testId = _ref.testId,
|
|
2327
2350
|
testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
|
|
2328
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2351
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
|
|
2329
2352
|
|
|
2330
2353
|
return React__default.createElement("svg", Object.assign({
|
|
2331
2354
|
viewBox: "0 0 20 20",
|
|
@@ -2356,11 +2379,11 @@ var IconEyeSlash = forwardRef(function (_ref, ref) {
|
|
|
2356
2379
|
});
|
|
2357
2380
|
IconEyeSlash.displayName = 'IconEyeSlash';
|
|
2358
2381
|
|
|
2359
|
-
var _excluded$
|
|
2382
|
+
var _excluded$12 = ["testId"];
|
|
2360
2383
|
var IconEye = forwardRef(function (_ref, ref) {
|
|
2361
2384
|
var _ref$testId = _ref.testId,
|
|
2362
2385
|
testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
|
|
2363
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2386
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
|
|
2364
2387
|
|
|
2365
2388
|
return React__default.createElement("svg", Object.assign({
|
|
2366
2389
|
viewBox: "0 0 20 20",
|
|
@@ -2384,11 +2407,11 @@ var IconEye = forwardRef(function (_ref, ref) {
|
|
|
2384
2407
|
});
|
|
2385
2408
|
IconEye.displayName = 'IconEye';
|
|
2386
2409
|
|
|
2387
|
-
var _excluded$
|
|
2410
|
+
var _excluded$13 = ["testId"];
|
|
2388
2411
|
var IconFilePdf = forwardRef(function (_ref, ref) {
|
|
2389
2412
|
var _ref$testId = _ref.testId,
|
|
2390
2413
|
testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
|
|
2391
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2414
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
|
|
2392
2415
|
|
|
2393
2416
|
return React__default.createElement("svg", Object.assign({
|
|
2394
2417
|
viewBox: "0 0 20 20",
|
|
@@ -2411,11 +2434,11 @@ var IconFilePdf = forwardRef(function (_ref, ref) {
|
|
|
2411
2434
|
});
|
|
2412
2435
|
IconFilePdf.displayName = 'IconFilePdf';
|
|
2413
2436
|
|
|
2414
|
-
var _excluded$
|
|
2437
|
+
var _excluded$14 = ["testId"];
|
|
2415
2438
|
var IconFile = forwardRef(function (_ref, ref) {
|
|
2416
2439
|
var _ref$testId = _ref.testId,
|
|
2417
2440
|
testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
|
|
2418
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2441
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
|
|
2419
2442
|
|
|
2420
2443
|
return React__default.createElement("svg", Object.assign({
|
|
2421
2444
|
viewBox: "0 0 20 20",
|
|
@@ -2438,11 +2461,11 @@ var IconFile = forwardRef(function (_ref, ref) {
|
|
|
2438
2461
|
});
|
|
2439
2462
|
IconFile.displayName = 'IconFile';
|
|
2440
2463
|
|
|
2441
|
-
var _excluded$
|
|
2464
|
+
var _excluded$15 = ["testId"];
|
|
2442
2465
|
var IconFlag = forwardRef(function (_ref, ref) {
|
|
2443
2466
|
var _ref$testId = _ref.testId,
|
|
2444
2467
|
testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
|
|
2445
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2468
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
|
|
2446
2469
|
|
|
2447
2470
|
return React__default.createElement("svg", Object.assign({
|
|
2448
2471
|
viewBox: "0 0 20 20",
|
|
@@ -2465,11 +2488,11 @@ var IconFlag = forwardRef(function (_ref, ref) {
|
|
|
2465
2488
|
});
|
|
2466
2489
|
IconFlag.displayName = 'IconFlag';
|
|
2467
2490
|
|
|
2468
|
-
var _excluded$
|
|
2491
|
+
var _excluded$16 = ["testId"];
|
|
2469
2492
|
var IconFourDotsCircle = forwardRef(function (_ref, ref) {
|
|
2470
2493
|
var _ref$testId = _ref.testId,
|
|
2471
2494
|
testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
|
|
2472
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2495
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
|
|
2473
2496
|
|
|
2474
2497
|
return React__default.createElement("svg", Object.assign({
|
|
2475
2498
|
viewBox: "0 0 20 20",
|
|
@@ -2487,11 +2510,11 @@ var IconFourDotsCircle = forwardRef(function (_ref, ref) {
|
|
|
2487
2510
|
});
|
|
2488
2511
|
IconFourDotsCircle.displayName = 'IconFourDotsCircle';
|
|
2489
2512
|
|
|
2490
|
-
var _excluded$
|
|
2513
|
+
var _excluded$17 = ["testId"];
|
|
2491
2514
|
var IconFourSquares = forwardRef(function (_ref, ref) {
|
|
2492
2515
|
var _ref$testId = _ref.testId,
|
|
2493
2516
|
testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
|
|
2494
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2517
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
|
|
2495
2518
|
|
|
2496
2519
|
return React__default.createElement("svg", Object.assign({
|
|
2497
2520
|
viewBox: "0 0 20 20",
|
|
@@ -2532,11 +2555,11 @@ var IconFourSquares = forwardRef(function (_ref, ref) {
|
|
|
2532
2555
|
});
|
|
2533
2556
|
IconFourSquares.displayName = 'IconFourSquares';
|
|
2534
2557
|
|
|
2535
|
-
var _excluded$
|
|
2558
|
+
var _excluded$18 = ["testId"];
|
|
2536
2559
|
var IconGavel = forwardRef(function (_ref, ref) {
|
|
2537
2560
|
var _ref$testId = _ref.testId,
|
|
2538
2561
|
testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
|
|
2539
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2562
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
|
|
2540
2563
|
|
|
2541
2564
|
return React__default.createElement("svg", Object.assign({
|
|
2542
2565
|
viewBox: "0 0 60 60",
|
|
@@ -2552,11 +2575,11 @@ var IconGavel = forwardRef(function (_ref, ref) {
|
|
|
2552
2575
|
});
|
|
2553
2576
|
IconGavel.displayName = 'IconGavel';
|
|
2554
2577
|
|
|
2555
|
-
var _excluded$
|
|
2578
|
+
var _excluded$19 = ["testId"];
|
|
2556
2579
|
var IconGif = forwardRef(function (_ref, ref) {
|
|
2557
2580
|
var _ref$testId = _ref.testId,
|
|
2558
2581
|
testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
|
|
2559
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2582
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
|
|
2560
2583
|
|
|
2561
2584
|
return React__default.createElement("svg", Object.assign({
|
|
2562
2585
|
viewBox: "0 0 20 20",
|
|
@@ -2576,11 +2599,11 @@ var IconGif = forwardRef(function (_ref, ref) {
|
|
|
2576
2599
|
});
|
|
2577
2600
|
IconGif.displayName = 'IconGif';
|
|
2578
2601
|
|
|
2579
|
-
var _excluded$
|
|
2602
|
+
var _excluded$1a = ["testId"];
|
|
2580
2603
|
var IconGift = forwardRef(function (_ref, ref) {
|
|
2581
2604
|
var _ref$testId = _ref.testId,
|
|
2582
2605
|
testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
|
|
2583
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2606
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
|
|
2584
2607
|
|
|
2585
2608
|
return React__default.createElement("svg", Object.assign({
|
|
2586
2609
|
viewBox: "0 0 20 20",
|
|
@@ -2596,11 +2619,11 @@ var IconGift = forwardRef(function (_ref, ref) {
|
|
|
2596
2619
|
});
|
|
2597
2620
|
IconGift.displayName = 'IconGift';
|
|
2598
2621
|
|
|
2599
|
-
var _excluded$
|
|
2622
|
+
var _excluded$1b = ["testId"];
|
|
2600
2623
|
var IconGoodMonochromatic = forwardRef(function (_ref, ref) {
|
|
2601
2624
|
var _ref$testId = _ref.testId,
|
|
2602
2625
|
testId = _ref$testId === void 0 ? 'icon-good-monochromatic' : _ref$testId,
|
|
2603
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2626
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
|
|
2604
2627
|
|
|
2605
2628
|
return React__default.createElement("svg", Object.assign({
|
|
2606
2629
|
viewBox: "0 0 20 20",
|
|
@@ -2634,11 +2657,11 @@ var IconGoodMonochromatic = forwardRef(function (_ref, ref) {
|
|
|
2634
2657
|
});
|
|
2635
2658
|
IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
|
|
2636
2659
|
|
|
2637
|
-
var _excluded$
|
|
2660
|
+
var _excluded$1c = ["testId"];
|
|
2638
2661
|
var IconGood = forwardRef(function (_ref, ref) {
|
|
2639
2662
|
var _ref$testId = _ref.testId,
|
|
2640
2663
|
testId = _ref$testId === void 0 ? 'icon-good' : _ref$testId,
|
|
2641
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2664
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
|
|
2642
2665
|
|
|
2643
2666
|
return React__default.createElement("svg", Object.assign({
|
|
2644
2667
|
viewBox: "0 0 20 20",
|
|
@@ -2660,11 +2683,11 @@ var IconGood = forwardRef(function (_ref, ref) {
|
|
|
2660
2683
|
});
|
|
2661
2684
|
IconGood.displayName = 'IconGood';
|
|
2662
2685
|
|
|
2663
|
-
var _excluded$
|
|
2686
|
+
var _excluded$1d = ["testId"];
|
|
2664
2687
|
var IconGreatMonochromatic = forwardRef(function (_ref, ref) {
|
|
2665
2688
|
var _ref$testId = _ref.testId,
|
|
2666
2689
|
testId = _ref$testId === void 0 ? 'icon-great-monochromatic' : _ref$testId,
|
|
2667
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2690
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
|
|
2668
2691
|
|
|
2669
2692
|
return React__default.createElement("svg", Object.assign({
|
|
2670
2693
|
viewBox: "0 0 20 20",
|
|
@@ -2700,11 +2723,11 @@ var IconGreatMonochromatic = forwardRef(function (_ref, ref) {
|
|
|
2700
2723
|
});
|
|
2701
2724
|
IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
|
|
2702
2725
|
|
|
2703
|
-
var _excluded$
|
|
2726
|
+
var _excluded$1e = ["testId"];
|
|
2704
2727
|
var IconGreat = forwardRef(function (_ref, ref) {
|
|
2705
2728
|
var _ref$testId = _ref.testId,
|
|
2706
2729
|
testId = _ref$testId === void 0 ? 'icon-great' : _ref$testId,
|
|
2707
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2730
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
|
|
2708
2731
|
|
|
2709
2732
|
return React__default.createElement("svg", Object.assign({
|
|
2710
2733
|
viewBox: "0 0 20 20",
|
|
@@ -2728,11 +2751,11 @@ var IconGreat = forwardRef(function (_ref, ref) {
|
|
|
2728
2751
|
});
|
|
2729
2752
|
IconGreat.displayName = 'IconGreat';
|
|
2730
2753
|
|
|
2731
|
-
var _excluded$
|
|
2754
|
+
var _excluded$1f = ["testId"];
|
|
2732
2755
|
var IconGrinBeam = forwardRef(function (_ref, ref) {
|
|
2733
2756
|
var _ref$testId = _ref.testId,
|
|
2734
2757
|
testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
|
|
2735
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2758
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
|
|
2736
2759
|
|
|
2737
2760
|
return React__default.createElement("svg", Object.assign({
|
|
2738
2761
|
viewBox: "0 0 20 20",
|
|
@@ -2748,11 +2771,11 @@ var IconGrinBeam = forwardRef(function (_ref, ref) {
|
|
|
2748
2771
|
});
|
|
2749
2772
|
IconGrinBeam.displayName = 'IconGrinBeam';
|
|
2750
2773
|
|
|
2751
|
-
var _excluded$
|
|
2774
|
+
var _excluded$1g = ["testId"];
|
|
2752
2775
|
var IconGripVertical = forwardRef(function (_ref, ref) {
|
|
2753
2776
|
var _ref$testId = _ref.testId,
|
|
2754
2777
|
testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
|
|
2755
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2778
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
|
|
2756
2779
|
|
|
2757
2780
|
return React__default.createElement("svg", Object.assign({
|
|
2758
2781
|
viewBox: "0 0 20 20",
|
|
@@ -2795,11 +2818,11 @@ var IconGripVertical = forwardRef(function (_ref, ref) {
|
|
|
2795
2818
|
});
|
|
2796
2819
|
IconGripVertical.displayName = 'IconGripVertical';
|
|
2797
2820
|
|
|
2798
|
-
var _excluded$
|
|
2821
|
+
var _excluded$1h = ["testId"];
|
|
2799
2822
|
var IconHandshake = forwardRef(function (_ref, ref) {
|
|
2800
2823
|
var _ref$testId = _ref.testId,
|
|
2801
2824
|
testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
|
|
2802
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2825
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
|
|
2803
2826
|
|
|
2804
2827
|
return React__default.createElement("svg", Object.assign({
|
|
2805
2828
|
viewBox: "0 0 20 20",
|
|
@@ -2823,11 +2846,11 @@ var IconHandshake = forwardRef(function (_ref, ref) {
|
|
|
2823
2846
|
});
|
|
2824
2847
|
IconHandshake.displayName = 'IconHandshake';
|
|
2825
2848
|
|
|
2826
|
-
var _excluded$
|
|
2849
|
+
var _excluded$1i = ["testId"];
|
|
2827
2850
|
var IconImage = forwardRef(function (_ref, ref) {
|
|
2828
2851
|
var _ref$testId = _ref.testId,
|
|
2829
2852
|
testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
|
|
2830
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2853
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
|
|
2831
2854
|
|
|
2832
2855
|
return React__default.createElement("svg", Object.assign({
|
|
2833
2856
|
viewBox: "0 0 20 20",
|
|
@@ -2850,11 +2873,11 @@ var IconImage = forwardRef(function (_ref, ref) {
|
|
|
2850
2873
|
});
|
|
2851
2874
|
IconImage.displayName = 'IconImage';
|
|
2852
2875
|
|
|
2853
|
-
var _excluded$
|
|
2876
|
+
var _excluded$1j = ["testId"];
|
|
2854
2877
|
var IconIslandTropical = forwardRef(function (_ref, ref) {
|
|
2855
2878
|
var _ref$testId = _ref.testId,
|
|
2856
2879
|
testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
|
|
2857
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2880
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
|
|
2858
2881
|
|
|
2859
2882
|
return React__default.createElement("svg", Object.assign({
|
|
2860
2883
|
viewBox: "0 0 20 20",
|
|
@@ -2872,11 +2895,11 @@ var IconIslandTropical = forwardRef(function (_ref, ref) {
|
|
|
2872
2895
|
});
|
|
2873
2896
|
IconIslandTropical.displayName = 'IconIslandTropical';
|
|
2874
2897
|
|
|
2875
|
-
var _excluded$
|
|
2898
|
+
var _excluded$1k = ["testId"];
|
|
2876
2899
|
var IconItalic = forwardRef(function (_ref, ref) {
|
|
2877
2900
|
var _ref$testId = _ref.testId,
|
|
2878
2901
|
testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
|
|
2879
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2902
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
|
|
2880
2903
|
|
|
2881
2904
|
return React__default.createElement("svg", Object.assign({
|
|
2882
2905
|
viewBox: "0 0 20 20",
|
|
@@ -2892,11 +2915,11 @@ var IconItalic = forwardRef(function (_ref, ref) {
|
|
|
2892
2915
|
});
|
|
2893
2916
|
IconItalic.displayName = 'IconItalic';
|
|
2894
2917
|
|
|
2895
|
-
var _excluded$
|
|
2918
|
+
var _excluded$1l = ["testId"];
|
|
2896
2919
|
var IconLaptopSearch = forwardRef(function (_ref, ref) {
|
|
2897
2920
|
var _ref$testId = _ref.testId,
|
|
2898
2921
|
testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
|
|
2899
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2922
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
|
|
2900
2923
|
|
|
2901
2924
|
return React__default.createElement("svg", Object.assign({
|
|
2902
2925
|
viewBox: "0 0 20 20",
|
|
@@ -2921,11 +2944,11 @@ var IconLaptopSearch = forwardRef(function (_ref, ref) {
|
|
|
2921
2944
|
});
|
|
2922
2945
|
IconLaptopSearch.displayName = 'IconLaptopSearch';
|
|
2923
2946
|
|
|
2924
|
-
var _excluded$
|
|
2947
|
+
var _excluded$1m = ["testId"];
|
|
2925
2948
|
var IconLink = forwardRef(function (_ref, ref) {
|
|
2926
2949
|
var _ref$testId = _ref.testId,
|
|
2927
2950
|
testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
|
|
2928
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2951
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
|
|
2929
2952
|
|
|
2930
2953
|
return React__default.createElement("svg", Object.assign({
|
|
2931
2954
|
viewBox: "0 0 20 20",
|
|
@@ -2948,11 +2971,11 @@ var IconLink = forwardRef(function (_ref, ref) {
|
|
|
2948
2971
|
});
|
|
2949
2972
|
IconLink.displayName = 'IconLink';
|
|
2950
2973
|
|
|
2951
|
-
var _excluded$
|
|
2974
|
+
var _excluded$1n = ["testId"];
|
|
2952
2975
|
var IconListOI = forwardRef(function (_ref, ref) {
|
|
2953
2976
|
var _ref$testId = _ref.testId,
|
|
2954
2977
|
testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
|
|
2955
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2978
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
|
|
2956
2979
|
|
|
2957
2980
|
return React__default.createElement("svg", Object.assign({
|
|
2958
2981
|
viewBox: "0 0 20 20",
|
|
@@ -2975,11 +2998,11 @@ var IconListOI = forwardRef(function (_ref, ref) {
|
|
|
2975
2998
|
});
|
|
2976
2999
|
IconListOI.displayName = 'IconListOI';
|
|
2977
3000
|
|
|
2978
|
-
var _excluded$
|
|
3001
|
+
var _excluded$1o = ["testId"];
|
|
2979
3002
|
var IconList = forwardRef(function (_ref, ref) {
|
|
2980
3003
|
var _ref$testId = _ref.testId,
|
|
2981
3004
|
testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
|
|
2982
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3005
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
|
|
2983
3006
|
|
|
2984
3007
|
return React__default.createElement("svg", Object.assign({
|
|
2985
3008
|
viewBox: "0 0 20 20",
|
|
@@ -2995,11 +3018,11 @@ var IconList = forwardRef(function (_ref, ref) {
|
|
|
2995
3018
|
});
|
|
2996
3019
|
IconList.displayName = 'IconList';
|
|
2997
3020
|
|
|
2998
|
-
var _excluded$
|
|
3021
|
+
var _excluded$1p = ["testId"];
|
|
2999
3022
|
var IconLock = forwardRef(function (_ref, ref) {
|
|
3000
3023
|
var _ref$testId = _ref.testId,
|
|
3001
3024
|
testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
|
|
3002
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3025
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
|
|
3003
3026
|
|
|
3004
3027
|
return React__default.createElement("svg", Object.assign({
|
|
3005
3028
|
viewBox: "0 0 20 20",
|
|
@@ -3015,11 +3038,11 @@ var IconLock = forwardRef(function (_ref, ref) {
|
|
|
3015
3038
|
});
|
|
3016
3039
|
IconLock.displayName = 'IconLock';
|
|
3017
3040
|
|
|
3018
|
-
var _excluded$
|
|
3041
|
+
var _excluded$1q = ["testId"];
|
|
3019
3042
|
var IconMagicSolid = forwardRef(function (_ref, ref) {
|
|
3020
3043
|
var _ref$testId = _ref.testId,
|
|
3021
3044
|
testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
|
|
3022
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3045
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
|
|
3023
3046
|
|
|
3024
3047
|
return React__default.createElement("svg", Object.assign({
|
|
3025
3048
|
viewBox: "0 0 20 20",
|
|
@@ -3037,11 +3060,11 @@ var IconMagicSolid = forwardRef(function (_ref, ref) {
|
|
|
3037
3060
|
});
|
|
3038
3061
|
IconMagicSolid.displayName = 'IconMagicSolid';
|
|
3039
3062
|
|
|
3040
|
-
var _excluded$
|
|
3063
|
+
var _excluded$1r = ["testId"];
|
|
3041
3064
|
var IconMapMarker = forwardRef(function (_ref, ref) {
|
|
3042
3065
|
var _ref$testId = _ref.testId,
|
|
3043
3066
|
testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
|
|
3044
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3067
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
|
|
3045
3068
|
|
|
3046
3069
|
return React__default.createElement("svg", Object.assign({
|
|
3047
3070
|
viewBox: "0 0 20 20",
|
|
@@ -3059,11 +3082,11 @@ var IconMapMarker = forwardRef(function (_ref, ref) {
|
|
|
3059
3082
|
});
|
|
3060
3083
|
IconMapMarker.displayName = 'IconMapMarker';
|
|
3061
3084
|
|
|
3062
|
-
var _excluded$
|
|
3085
|
+
var _excluded$1s = ["testId"];
|
|
3063
3086
|
var IconMegaphone = forwardRef(function (_ref, ref) {
|
|
3064
3087
|
var _ref$testId = _ref.testId,
|
|
3065
3088
|
testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
|
|
3066
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3089
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
|
|
3067
3090
|
|
|
3068
3091
|
return React__default.createElement("svg", Object.assign({
|
|
3069
3092
|
viewBox: "0 0 20 20",
|
|
@@ -3081,11 +3104,11 @@ var IconMegaphone = forwardRef(function (_ref, ref) {
|
|
|
3081
3104
|
});
|
|
3082
3105
|
IconMegaphone.displayName = 'IconMegaphone';
|
|
3083
3106
|
|
|
3084
|
-
var _excluded$
|
|
3107
|
+
var _excluded$1t = ["testId"];
|
|
3085
3108
|
var IconMessages = forwardRef(function (_ref, ref) {
|
|
3086
3109
|
var _ref$testId = _ref.testId,
|
|
3087
3110
|
testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
|
|
3088
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3111
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
|
|
3089
3112
|
|
|
3090
3113
|
return React__default.createElement("svg", Object.assign({
|
|
3091
3114
|
viewBox: "0 0 20 18",
|
|
@@ -3101,11 +3124,11 @@ var IconMessages = forwardRef(function (_ref, ref) {
|
|
|
3101
3124
|
});
|
|
3102
3125
|
IconMessages.displayName = 'IconMessages';
|
|
3103
3126
|
|
|
3104
|
-
var _excluded$
|
|
3127
|
+
var _excluded$1u = ["testId"];
|
|
3105
3128
|
var IconMinusCircle = forwardRef(function (_ref, ref) {
|
|
3106
3129
|
var _ref$testId = _ref.testId,
|
|
3107
3130
|
testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
|
|
3108
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3131
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
|
|
3109
3132
|
|
|
3110
3133
|
return React__default.createElement("svg", Object.assign({
|
|
3111
3134
|
viewBox: "0 0 20 20",
|
|
@@ -3121,11 +3144,11 @@ var IconMinusCircle = forwardRef(function (_ref, ref) {
|
|
|
3121
3144
|
});
|
|
3122
3145
|
IconMinusCircle.displayName = 'IconMinusCircle';
|
|
3123
3146
|
|
|
3124
|
-
var _excluded$
|
|
3147
|
+
var _excluded$1v = ["testId"];
|
|
3125
3148
|
var IconMinus = forwardRef(function (_ref, ref) {
|
|
3126
3149
|
var _ref$testId = _ref.testId,
|
|
3127
3150
|
testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
|
|
3128
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3151
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
|
|
3129
3152
|
|
|
3130
3153
|
return React__default.createElement("svg", Object.assign({
|
|
3131
3154
|
viewBox: "0 0 20 20",
|
|
@@ -3141,11 +3164,11 @@ var IconMinus = forwardRef(function (_ref, ref) {
|
|
|
3141
3164
|
});
|
|
3142
3165
|
IconMinus.displayName = 'IconMinus';
|
|
3143
3166
|
|
|
3144
|
-
var _excluded$
|
|
3167
|
+
var _excluded$1w = ["testId"];
|
|
3145
3168
|
var IconMoneyBill = forwardRef(function (_ref, ref) {
|
|
3146
3169
|
var _ref$testId = _ref.testId,
|
|
3147
3170
|
testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
|
|
3148
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3171
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
|
|
3149
3172
|
|
|
3150
3173
|
return React__default.createElement("svg", Object.assign({
|
|
3151
3174
|
viewBox: "0 0 20 20",
|
|
@@ -3161,11 +3184,11 @@ var IconMoneyBill = forwardRef(function (_ref, ref) {
|
|
|
3161
3184
|
});
|
|
3162
3185
|
IconMoneyBill.displayName = 'IconMoneyBill';
|
|
3163
3186
|
|
|
3164
|
-
var _excluded$
|
|
3187
|
+
var _excluded$1x = ["testId"];
|
|
3165
3188
|
var IconMugSaucerSolid = forwardRef(function (_ref, ref) {
|
|
3166
3189
|
var _ref$testId = _ref.testId,
|
|
3167
3190
|
testId = _ref$testId === void 0 ? 'icon-mug-saucer-solid' : _ref$testId,
|
|
3168
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3191
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
|
|
3169
3192
|
|
|
3170
3193
|
return React__default.createElement("svg", Object.assign({
|
|
3171
3194
|
viewBox: "0 0 21 20",
|
|
@@ -3181,11 +3204,11 @@ var IconMugSaucerSolid = forwardRef(function (_ref, ref) {
|
|
|
3181
3204
|
});
|
|
3182
3205
|
IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
|
|
3183
3206
|
|
|
3184
|
-
var _excluded$
|
|
3207
|
+
var _excluded$1y = ["testId"];
|
|
3185
3208
|
var IconNotesMedical = forwardRef(function (_ref, ref) {
|
|
3186
3209
|
var _ref$testId = _ref.testId,
|
|
3187
3210
|
testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
|
|
3188
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3211
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
|
|
3189
3212
|
|
|
3190
3213
|
return React__default.createElement("svg", Object.assign({
|
|
3191
3214
|
viewBox: "0 0 20 20",
|
|
@@ -3201,11 +3224,11 @@ var IconNotesMedical = forwardRef(function (_ref, ref) {
|
|
|
3201
3224
|
});
|
|
3202
3225
|
IconNotesMedical.displayName = 'IconNotesMedical';
|
|
3203
3226
|
|
|
3204
|
-
var _excluded$
|
|
3227
|
+
var _excluded$1z = ["testId"];
|
|
3205
3228
|
var IconOvertime = forwardRef(function (_ref, ref) {
|
|
3206
3229
|
var _ref$testId = _ref.testId,
|
|
3207
3230
|
testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
|
|
3208
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3231
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
|
|
3209
3232
|
|
|
3210
3233
|
return React__default.createElement("svg", Object.assign({
|
|
3211
3234
|
viewBox: "0 0 21 20",
|
|
@@ -3229,11 +3252,11 @@ var IconOvertime = forwardRef(function (_ref, ref) {
|
|
|
3229
3252
|
});
|
|
3230
3253
|
IconOvertime.displayName = 'IconOvertime';
|
|
3231
3254
|
|
|
3232
|
-
var _excluded$
|
|
3255
|
+
var _excluded$1A = ["testId"];
|
|
3233
3256
|
var IconPaperPlaneClock = forwardRef(function (_ref, ref) {
|
|
3234
3257
|
var _ref$testId = _ref.testId,
|
|
3235
3258
|
testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
|
|
3236
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3259
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
|
|
3237
3260
|
|
|
3238
3261
|
return React__default.createElement("svg", Object.assign({
|
|
3239
3262
|
viewBox: "0 0 20 20",
|
|
@@ -3261,11 +3284,11 @@ var IconPaperPlaneClock = forwardRef(function (_ref, ref) {
|
|
|
3261
3284
|
});
|
|
3262
3285
|
IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
|
|
3263
3286
|
|
|
3264
|
-
var _excluded$
|
|
3287
|
+
var _excluded$1B = ["testId"];
|
|
3265
3288
|
var IconPaperPlane = forwardRef(function (_ref, ref) {
|
|
3266
3289
|
var _ref$testId = _ref.testId,
|
|
3267
3290
|
testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
|
|
3268
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3291
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
|
|
3269
3292
|
|
|
3270
3293
|
return React__default.createElement("svg", Object.assign({
|
|
3271
3294
|
viewBox: "0 0 19 20",
|
|
@@ -3283,11 +3306,11 @@ var IconPaperPlane = forwardRef(function (_ref, ref) {
|
|
|
3283
3306
|
});
|
|
3284
3307
|
IconPaperPlane.displayName = 'IconPaperPlane';
|
|
3285
3308
|
|
|
3286
|
-
var _excluded$
|
|
3309
|
+
var _excluded$1C = ["testId"];
|
|
3287
3310
|
var IconPaperclip = forwardRef(function (_ref, ref) {
|
|
3288
3311
|
var _ref$testId = _ref.testId,
|
|
3289
3312
|
testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
|
|
3290
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3313
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
|
|
3291
3314
|
|
|
3292
3315
|
return React__default.createElement("svg", Object.assign({
|
|
3293
3316
|
viewBox: "0 0 20 20",
|
|
@@ -3310,11 +3333,11 @@ var IconPaperclip = forwardRef(function (_ref, ref) {
|
|
|
3310
3333
|
});
|
|
3311
3334
|
IconPaperclip.displayName = 'IconPaperclip';
|
|
3312
3335
|
|
|
3313
|
-
var _excluded$
|
|
3336
|
+
var _excluded$1D = ["testId"];
|
|
3314
3337
|
var IconPencil = forwardRef(function (_ref, ref) {
|
|
3315
3338
|
var _ref$testId = _ref.testId,
|
|
3316
3339
|
testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
|
|
3317
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3340
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
|
|
3318
3341
|
|
|
3319
3342
|
return React__default.createElement("svg", Object.assign({
|
|
3320
3343
|
viewBox: "0 0 20 20",
|
|
@@ -3332,11 +3355,11 @@ var IconPencil = forwardRef(function (_ref, ref) {
|
|
|
3332
3355
|
});
|
|
3333
3356
|
IconPencil.displayName = 'IconPencil';
|
|
3334
3357
|
|
|
3335
|
-
var _excluded$
|
|
3358
|
+
var _excluded$1E = ["testId"];
|
|
3336
3359
|
var IconPercentage = forwardRef(function (_ref, ref) {
|
|
3337
3360
|
var _ref$testId = _ref.testId,
|
|
3338
3361
|
testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
|
|
3339
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3362
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
|
|
3340
3363
|
|
|
3341
3364
|
return React__default.createElement("svg", Object.assign({
|
|
3342
3365
|
viewBox: "0 0 20 20",
|
|
@@ -3352,11 +3375,11 @@ var IconPercentage = forwardRef(function (_ref, ref) {
|
|
|
3352
3375
|
});
|
|
3353
3376
|
IconPercentage.displayName = 'IconPercentage';
|
|
3354
3377
|
|
|
3355
|
-
var _excluded$
|
|
3378
|
+
var _excluded$1F = ["testId"];
|
|
3356
3379
|
var IconPhone = forwardRef(function (_ref, ref) {
|
|
3357
3380
|
var _ref$testId = _ref.testId,
|
|
3358
3381
|
testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
|
|
3359
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3382
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
|
|
3360
3383
|
|
|
3361
3384
|
return React__default.createElement("svg", Object.assign({
|
|
3362
3385
|
viewBox: "0 0 20 20",
|
|
@@ -3372,11 +3395,11 @@ var IconPhone = forwardRef(function (_ref, ref) {
|
|
|
3372
3395
|
});
|
|
3373
3396
|
IconPhone.displayName = 'IconPhone';
|
|
3374
3397
|
|
|
3375
|
-
var _excluded$
|
|
3398
|
+
var _excluded$1G = ["testId"];
|
|
3376
3399
|
var IconPlug = forwardRef(function (_ref, ref) {
|
|
3377
3400
|
var _ref$testId = _ref.testId,
|
|
3378
3401
|
testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
|
|
3379
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3402
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
|
|
3380
3403
|
|
|
3381
3404
|
return React__default.createElement("svg", Object.assign({
|
|
3382
3405
|
viewBox: "0 0 20 20",
|
|
@@ -3394,11 +3417,11 @@ var IconPlug = forwardRef(function (_ref, ref) {
|
|
|
3394
3417
|
});
|
|
3395
3418
|
IconPlug.displayName = 'IconPlug';
|
|
3396
3419
|
|
|
3397
|
-
var _excluded$
|
|
3420
|
+
var _excluded$1H = ["testId"];
|
|
3398
3421
|
var IconPlus = forwardRef(function (_ref, ref) {
|
|
3399
3422
|
var _ref$testId = _ref.testId,
|
|
3400
3423
|
testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
|
|
3401
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3424
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
|
|
3402
3425
|
|
|
3403
3426
|
return React__default.createElement("svg", Object.assign({
|
|
3404
3427
|
viewBox: "0 0 20 20",
|
|
@@ -3416,11 +3439,11 @@ var IconPlus = forwardRef(function (_ref, ref) {
|
|
|
3416
3439
|
});
|
|
3417
3440
|
IconPlus.displayName = 'IconPlus';
|
|
3418
3441
|
|
|
3419
|
-
var _excluded$
|
|
3442
|
+
var _excluded$1I = ["testId"];
|
|
3420
3443
|
var IconPrint = forwardRef(function (_ref, ref) {
|
|
3421
3444
|
var _ref$testId = _ref.testId,
|
|
3422
3445
|
testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
|
|
3423
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3446
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
|
|
3424
3447
|
|
|
3425
3448
|
return React__default.createElement("svg", Object.assign({
|
|
3426
3449
|
viewBox: "0 0 20 20",
|
|
@@ -3438,11 +3461,11 @@ var IconPrint = forwardRef(function (_ref, ref) {
|
|
|
3438
3461
|
});
|
|
3439
3462
|
IconPrint.displayName = 'IconPrint';
|
|
3440
3463
|
|
|
3441
|
-
var _excluded$
|
|
3464
|
+
var _excluded$1J = ["testId"];
|
|
3442
3465
|
var IconQuestionCircle = forwardRef(function (_ref, ref) {
|
|
3443
3466
|
var _ref$testId = _ref.testId,
|
|
3444
3467
|
testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
|
|
3445
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3468
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
|
|
3446
3469
|
|
|
3447
3470
|
return React__default.createElement("svg", Object.assign({
|
|
3448
3471
|
viewBox: "0 0 20 20",
|
|
@@ -3458,11 +3481,11 @@ var IconQuestionCircle = forwardRef(function (_ref, ref) {
|
|
|
3458
3481
|
});
|
|
3459
3482
|
IconQuestionCircle.displayName = 'IconQuestionCircle';
|
|
3460
3483
|
|
|
3461
|
-
var _excluded$
|
|
3484
|
+
var _excluded$1K = ["testId"];
|
|
3462
3485
|
var IconRepeat = forwardRef(function (_ref, ref) {
|
|
3463
3486
|
var _ref$testId = _ref.testId,
|
|
3464
3487
|
testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
|
|
3465
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3488
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
|
|
3466
3489
|
|
|
3467
3490
|
return React__default.createElement("svg", Object.assign({
|
|
3468
3491
|
viewBox: "0 0 20 20",
|
|
@@ -3478,11 +3501,11 @@ var IconRepeat = forwardRef(function (_ref, ref) {
|
|
|
3478
3501
|
});
|
|
3479
3502
|
IconRepeat.displayName = 'IconRepeat';
|
|
3480
3503
|
|
|
3481
|
-
var _excluded$
|
|
3504
|
+
var _excluded$1L = ["testId"];
|
|
3482
3505
|
var IconReply = forwardRef(function (_ref, ref) {
|
|
3483
3506
|
var _ref$testId = _ref.testId,
|
|
3484
3507
|
testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
|
|
3485
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3508
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
|
|
3486
3509
|
|
|
3487
3510
|
return React__default.createElement("svg", Object.assign({
|
|
3488
3511
|
viewBox: "0 0 20 20",
|
|
@@ -3498,12 +3521,12 @@ var IconReply = forwardRef(function (_ref, ref) {
|
|
|
3498
3521
|
});
|
|
3499
3522
|
IconReply.displayName = 'IconReply';
|
|
3500
3523
|
|
|
3501
|
-
var _excluded$
|
|
3524
|
+
var _excluded$1M = ["testId"];
|
|
3502
3525
|
|
|
3503
3526
|
var IconRocket = function IconRocket(_ref) {
|
|
3504
3527
|
var _ref$testId = _ref.testId,
|
|
3505
3528
|
testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
|
|
3506
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3529
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
|
|
3507
3530
|
|
|
3508
3531
|
return React__default.createElement("svg", Object.assign({
|
|
3509
3532
|
viewBox: "0 0 20 20",
|
|
@@ -3518,11 +3541,11 @@ var IconRocket = function IconRocket(_ref) {
|
|
|
3518
3541
|
|
|
3519
3542
|
IconRocket.displayName = 'IconRocket';
|
|
3520
3543
|
|
|
3521
|
-
var _excluded$
|
|
3544
|
+
var _excluded$1N = ["testId"];
|
|
3522
3545
|
var IconSearch = forwardRef(function (_ref, ref) {
|
|
3523
3546
|
var _ref$testId = _ref.testId,
|
|
3524
3547
|
testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
|
|
3525
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3548
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
|
|
3526
3549
|
|
|
3527
3550
|
return React__default.createElement("svg", Object.assign({
|
|
3528
3551
|
viewBox: "0 0 20 20",
|
|
@@ -3540,11 +3563,11 @@ var IconSearch = forwardRef(function (_ref, ref) {
|
|
|
3540
3563
|
});
|
|
3541
3564
|
IconSearch.displayName = 'IconSearch';
|
|
3542
3565
|
|
|
3543
|
-
var _excluded$
|
|
3566
|
+
var _excluded$1O = ["testId"];
|
|
3544
3567
|
var IconSignOut = forwardRef(function (_ref, ref) {
|
|
3545
3568
|
var _ref$testId = _ref.testId,
|
|
3546
3569
|
testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
|
|
3547
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3570
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
|
|
3548
3571
|
|
|
3549
3572
|
return React__default.createElement("svg", Object.assign({
|
|
3550
3573
|
viewBox: "0 0 20 20",
|
|
@@ -3560,11 +3583,11 @@ var IconSignOut = forwardRef(function (_ref, ref) {
|
|
|
3560
3583
|
});
|
|
3561
3584
|
IconSignOut.displayName = 'IconSignOut';
|
|
3562
3585
|
|
|
3563
|
-
var _excluded$
|
|
3586
|
+
var _excluded$1P = ["testId"];
|
|
3564
3587
|
var IconSitemap = forwardRef(function (_ref, ref) {
|
|
3565
3588
|
var _ref$testId = _ref.testId,
|
|
3566
3589
|
testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
|
|
3567
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3590
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
|
|
3568
3591
|
|
|
3569
3592
|
return React__default.createElement("svg", Object.assign({
|
|
3570
3593
|
viewBox: "0 0 20 20",
|
|
@@ -3582,11 +3605,11 @@ var IconSitemap = forwardRef(function (_ref, ref) {
|
|
|
3582
3605
|
});
|
|
3583
3606
|
IconSitemap.displayName = 'IconSitemap';
|
|
3584
3607
|
|
|
3585
|
-
var _excluded$
|
|
3608
|
+
var _excluded$1Q = ["testId"];
|
|
3586
3609
|
var IconSlidersH = forwardRef(function (_ref, ref) {
|
|
3587
3610
|
var _ref$testId = _ref.testId,
|
|
3588
3611
|
testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
|
|
3589
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3612
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
|
|
3590
3613
|
|
|
3591
3614
|
return React__default.createElement("svg", Object.assign({
|
|
3592
3615
|
viewBox: "0 0 20 20",
|
|
@@ -3609,11 +3632,11 @@ var IconSlidersH = forwardRef(function (_ref, ref) {
|
|
|
3609
3632
|
});
|
|
3610
3633
|
IconSlidersH.displayName = 'IconSlidersH';
|
|
3611
3634
|
|
|
3612
|
-
var _excluded$
|
|
3635
|
+
var _excluded$1R = ["testId"];
|
|
3613
3636
|
var IconSort = forwardRef(function (_ref, ref) {
|
|
3614
3637
|
var _ref$testId = _ref.testId,
|
|
3615
3638
|
testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
|
|
3616
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3639
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
|
|
3617
3640
|
|
|
3618
3641
|
return React__default.createElement("svg", Object.assign({
|
|
3619
3642
|
viewBox: "0 0 20 20",
|
|
@@ -3629,11 +3652,11 @@ var IconSort = forwardRef(function (_ref, ref) {
|
|
|
3629
3652
|
});
|
|
3630
3653
|
IconSort.displayName = 'IconSort';
|
|
3631
3654
|
|
|
3632
|
-
var _excluded$
|
|
3655
|
+
var _excluded$1S = ["testId"];
|
|
3633
3656
|
var IconStarSolid = forwardRef(function (_ref, ref) {
|
|
3634
3657
|
var _ref$testId = _ref.testId,
|
|
3635
3658
|
testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
|
|
3636
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3659
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
|
|
3637
3660
|
|
|
3638
3661
|
return React__default.createElement("svg", Object.assign({
|
|
3639
3662
|
viewBox: "0 0 20 20",
|
|
@@ -3649,11 +3672,11 @@ var IconStarSolid = forwardRef(function (_ref, ref) {
|
|
|
3649
3672
|
});
|
|
3650
3673
|
IconStarSolid.displayName = 'IconStarSolid';
|
|
3651
3674
|
|
|
3652
|
-
var _excluded$
|
|
3675
|
+
var _excluded$1T = ["testId"];
|
|
3653
3676
|
var IconStar = forwardRef(function (_ref, ref) {
|
|
3654
3677
|
var _ref$testId = _ref.testId,
|
|
3655
3678
|
testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
|
|
3656
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3679
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
|
|
3657
3680
|
|
|
3658
3681
|
return React__default.createElement("svg", Object.assign({
|
|
3659
3682
|
viewBox: "0 0 20 20",
|
|
@@ -3669,11 +3692,11 @@ var IconStar = forwardRef(function (_ref, ref) {
|
|
|
3669
3692
|
});
|
|
3670
3693
|
IconStar.displayName = 'IconStar';
|
|
3671
3694
|
|
|
3672
|
-
var _excluded$
|
|
3695
|
+
var _excluded$1U = ["testId"];
|
|
3673
3696
|
var IconStickyNoteLines = forwardRef(function (_ref, ref) {
|
|
3674
3697
|
var _ref$testId = _ref.testId,
|
|
3675
3698
|
testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
|
|
3676
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3699
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
|
|
3677
3700
|
|
|
3678
3701
|
return React__default.createElement("svg", Object.assign({
|
|
3679
3702
|
viewBox: "0 0 20 20",
|
|
@@ -3692,11 +3715,11 @@ var IconStickyNoteLines = forwardRef(function (_ref, ref) {
|
|
|
3692
3715
|
});
|
|
3693
3716
|
IconStickyNoteLines.displayName = 'IconStickyNoteLines';
|
|
3694
3717
|
|
|
3695
|
-
var _excluded$
|
|
3718
|
+
var _excluded$1V = ["testId"];
|
|
3696
3719
|
var IconStopwatch = forwardRef(function (_ref, ref) {
|
|
3697
3720
|
var _ref$testId = _ref.testId,
|
|
3698
3721
|
testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
|
|
3699
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3722
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
|
|
3700
3723
|
|
|
3701
3724
|
return React__default.createElement("svg", Object.assign({
|
|
3702
3725
|
viewBox: "0 0 20 20",
|
|
@@ -3714,11 +3737,11 @@ var IconStopwatch = forwardRef(function (_ref, ref) {
|
|
|
3714
3737
|
});
|
|
3715
3738
|
IconStopwatch.displayName = 'IconStopwatch';
|
|
3716
3739
|
|
|
3717
|
-
var _excluded$
|
|
3740
|
+
var _excluded$1W = ["testId"];
|
|
3718
3741
|
var IconStrikethrough = forwardRef(function (_ref, ref) {
|
|
3719
3742
|
var _ref$testId = _ref.testId,
|
|
3720
3743
|
testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
|
|
3721
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3744
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
|
|
3722
3745
|
|
|
3723
3746
|
return React__default.createElement("svg", Object.assign({
|
|
3724
3747
|
viewBox: "0 0 20 20",
|
|
@@ -3741,11 +3764,11 @@ var IconStrikethrough = forwardRef(function (_ref, ref) {
|
|
|
3741
3764
|
});
|
|
3742
3765
|
IconStrikethrough.displayName = 'IconStrikethrough';
|
|
3743
3766
|
|
|
3744
|
-
var _excluded$
|
|
3767
|
+
var _excluded$1X = ["testId"];
|
|
3745
3768
|
var IconSyncExclaimation = forwardRef(function (_ref, ref) {
|
|
3746
3769
|
var _ref$testId = _ref.testId,
|
|
3747
3770
|
testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
|
|
3748
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3771
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
|
|
3749
3772
|
|
|
3750
3773
|
return React__default.createElement("svg", Object.assign({
|
|
3751
3774
|
viewBox: "0 0 20 20",
|
|
@@ -3761,11 +3784,11 @@ var IconSyncExclaimation = forwardRef(function (_ref, ref) {
|
|
|
3761
3784
|
});
|
|
3762
3785
|
IconSyncExclaimation.displayName = 'IconSyncExclaimation';
|
|
3763
3786
|
|
|
3764
|
-
var _excluded$
|
|
3787
|
+
var _excluded$1Y = ["testId"];
|
|
3765
3788
|
var IconSync = forwardRef(function (_ref, ref) {
|
|
3766
3789
|
var _ref$testId = _ref.testId,
|
|
3767
3790
|
testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
|
|
3768
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3791
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
|
|
3769
3792
|
|
|
3770
3793
|
return React__default.createElement("svg", Object.assign({
|
|
3771
3794
|
viewBox: "0 0 20 20",
|
|
@@ -3781,11 +3804,11 @@ var IconSync = forwardRef(function (_ref, ref) {
|
|
|
3781
3804
|
});
|
|
3782
3805
|
IconSync.displayName = 'IconSync';
|
|
3783
3806
|
|
|
3784
|
-
var _excluded$
|
|
3807
|
+
var _excluded$1Z = ["testId"];
|
|
3785
3808
|
var IconTable = forwardRef(function (_ref, ref) {
|
|
3786
3809
|
var _ref$testId = _ref.testId,
|
|
3787
3810
|
testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
|
|
3788
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3811
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
|
|
3789
3812
|
|
|
3790
3813
|
return React__default.createElement("svg", Object.assign({
|
|
3791
3814
|
viewBox: "0 0 20 20",
|
|
@@ -3808,11 +3831,11 @@ var IconTable = forwardRef(function (_ref, ref) {
|
|
|
3808
3831
|
});
|
|
3809
3832
|
IconTable.displayName = 'IconTable';
|
|
3810
3833
|
|
|
3811
|
-
var _excluded$
|
|
3834
|
+
var _excluded$1_ = ["testId"];
|
|
3812
3835
|
var IconTachometer = forwardRef(function (_ref, ref) {
|
|
3813
3836
|
var _ref$testId = _ref.testId,
|
|
3814
3837
|
testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
|
|
3815
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3838
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
|
|
3816
3839
|
|
|
3817
3840
|
return React__default.createElement("svg", Object.assign({
|
|
3818
3841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3827,11 +3850,11 @@ var IconTachometer = forwardRef(function (_ref, ref) {
|
|
|
3827
3850
|
});
|
|
3828
3851
|
IconTachometer.displayName = 'IconTachometer';
|
|
3829
3852
|
|
|
3830
|
-
var _excluded$
|
|
3853
|
+
var _excluded$1$ = ["testId"];
|
|
3831
3854
|
var IconTimesOctagon = forwardRef(function (_ref, ref) {
|
|
3832
3855
|
var _ref$testId = _ref.testId,
|
|
3833
3856
|
testId = _ref$testId === void 0 ? 'icon-times-octagon' : _ref$testId,
|
|
3834
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3857
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
|
|
3835
3858
|
|
|
3836
3859
|
return React__default.createElement("svg", Object.assign({
|
|
3837
3860
|
viewBox: "0 0 20 20",
|
|
@@ -3849,11 +3872,11 @@ var IconTimesOctagon = forwardRef(function (_ref, ref) {
|
|
|
3849
3872
|
});
|
|
3850
3873
|
IconTimesOctagon.displayName = 'IconTimesOctagon';
|
|
3851
3874
|
|
|
3852
|
-
var _excluded$
|
|
3875
|
+
var _excluded$20 = ["testId"];
|
|
3853
3876
|
var IconTimes = forwardRef(function (_ref, ref) {
|
|
3854
3877
|
var _ref$testId = _ref.testId,
|
|
3855
3878
|
testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
|
|
3856
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3879
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
|
|
3857
3880
|
|
|
3858
3881
|
return React__default.createElement("svg", Object.assign({
|
|
3859
3882
|
viewBox: "0 0 20 20",
|
|
@@ -3871,11 +3894,11 @@ var IconTimes = forwardRef(function (_ref, ref) {
|
|
|
3871
3894
|
});
|
|
3872
3895
|
IconTimes.displayName = 'IconTimes';
|
|
3873
3896
|
|
|
3874
|
-
var _excluded$
|
|
3897
|
+
var _excluded$21 = ["testId"];
|
|
3875
3898
|
var IconTrash = forwardRef(function (_ref, ref) {
|
|
3876
3899
|
var _ref$testId = _ref.testId,
|
|
3877
3900
|
testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
|
|
3878
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3901
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
|
|
3879
3902
|
|
|
3880
3903
|
return React__default.createElement("svg", Object.assign({
|
|
3881
3904
|
viewBox: "0 0 20 20",
|
|
@@ -3893,11 +3916,11 @@ var IconTrash = forwardRef(function (_ref, ref) {
|
|
|
3893
3916
|
});
|
|
3894
3917
|
IconTrash.displayName = 'IconTrash';
|
|
3895
3918
|
|
|
3896
|
-
var _excluded$
|
|
3919
|
+
var _excluded$22 = ["testId"];
|
|
3897
3920
|
var IconUnderline = forwardRef(function (_ref, ref) {
|
|
3898
3921
|
var _ref$testId = _ref.testId,
|
|
3899
3922
|
testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
|
|
3900
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3923
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
|
|
3901
3924
|
|
|
3902
3925
|
return React__default.createElement("svg", Object.assign({
|
|
3903
3926
|
viewBox: "0 0 20 20",
|
|
@@ -3913,11 +3936,11 @@ var IconUnderline = forwardRef(function (_ref, ref) {
|
|
|
3913
3936
|
});
|
|
3914
3937
|
IconUnderline.displayName = 'IconUnderline';
|
|
3915
3938
|
|
|
3916
|
-
var _excluded$
|
|
3939
|
+
var _excluded$23 = ["testId"];
|
|
3917
3940
|
var IconUndo = forwardRef(function (_ref, ref) {
|
|
3918
3941
|
var _ref$testId = _ref.testId,
|
|
3919
3942
|
testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
|
|
3920
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3943
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
|
|
3921
3944
|
|
|
3922
3945
|
return React__default.createElement("svg", Object.assign({
|
|
3923
3946
|
viewBox: "0 0 20 20",
|
|
@@ -3933,11 +3956,11 @@ var IconUndo = forwardRef(function (_ref, ref) {
|
|
|
3933
3956
|
});
|
|
3934
3957
|
IconUndo.displayName = 'IconUndo';
|
|
3935
3958
|
|
|
3936
|
-
var _excluded$
|
|
3959
|
+
var _excluded$24 = ["testId"];
|
|
3937
3960
|
var IconUniversity = forwardRef(function (_ref, ref) {
|
|
3938
3961
|
var _ref$testId = _ref.testId,
|
|
3939
3962
|
testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
|
|
3940
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3963
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
|
|
3941
3964
|
|
|
3942
3965
|
return React__default.createElement("svg", Object.assign({
|
|
3943
3966
|
viewBox: "0 0 20 20",
|
|
@@ -3960,11 +3983,38 @@ var IconUniversity = forwardRef(function (_ref, ref) {
|
|
|
3960
3983
|
});
|
|
3961
3984
|
IconUniversity.displayName = 'IconUniversity';
|
|
3962
3985
|
|
|
3963
|
-
var _excluded$
|
|
3986
|
+
var _excluded$25 = ["testId"];
|
|
3987
|
+
var IconUnlock = forwardRef(function (_ref, ref) {
|
|
3988
|
+
var _ref$testId = _ref.testId,
|
|
3989
|
+
testId = _ref$testId === void 0 ? 'icon-unlock' : _ref$testId,
|
|
3990
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
|
|
3991
|
+
|
|
3992
|
+
return React__default.createElement("svg", Object.assign({
|
|
3993
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3994
|
+
fill: "none",
|
|
3995
|
+
viewBox: "0 0 20 20",
|
|
3996
|
+
style: getIconStyles(props),
|
|
3997
|
+
"data-testid": testId,
|
|
3998
|
+
ref: ref
|
|
3999
|
+
}, props), React__default.createElement("g", {
|
|
4000
|
+
clipPath: "url(#icon-unlock_svg__a)"
|
|
4001
|
+
}, React__default.createElement("path", {
|
|
4002
|
+
fill: "currentColor",
|
|
4003
|
+
d: "M14.705 0c-2.917.012-5.26 2.612-5.26 5.907v2.765H1.666C.747 8.672 0 9.515 0 10.554v7.53c0 1.04.747 1.883 1.667 1.883h12.222c.92 0 1.667-.843 1.667-1.882v-7.53c0-1.04-.747-1.883-1.667-1.883h-1.667V5.883c0-1.553 1.1-2.844 2.476-2.86 1.389-.015 2.524 1.26 2.524 2.825v3.137c0 .522.372.942.834.942h1.11c.462 0 .834-.42.834-.942V5.848C20 2.553 17.622-.012 14.705 0Z"
|
|
4004
|
+
})), React__default.createElement("defs", null, React__default.createElement("clipPath", {
|
|
4005
|
+
id: "icon-unlock_svg__a"
|
|
4006
|
+
}, React__default.createElement("path", {
|
|
4007
|
+
fill: "#fff",
|
|
4008
|
+
d: "M0 0h20v20H0z"
|
|
4009
|
+
}))));
|
|
4010
|
+
});
|
|
4011
|
+
IconUnlock.displayName = 'IconUnlock';
|
|
4012
|
+
|
|
4013
|
+
var _excluded$26 = ["testId"];
|
|
3964
4014
|
var IconUserComputer = forwardRef(function (_ref, ref) {
|
|
3965
4015
|
var _ref$testId = _ref.testId,
|
|
3966
4016
|
testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
|
|
3967
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4017
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
|
|
3968
4018
|
|
|
3969
4019
|
return React__default.createElement("svg", Object.assign({
|
|
3970
4020
|
viewBox: "0 0 20 20",
|
|
@@ -3991,11 +4041,11 @@ var IconUserComputer = forwardRef(function (_ref, ref) {
|
|
|
3991
4041
|
});
|
|
3992
4042
|
IconUserComputer.displayName = 'IconUserComputer';
|
|
3993
4043
|
|
|
3994
|
-
var _excluded$
|
|
4044
|
+
var _excluded$27 = ["testId"];
|
|
3995
4045
|
var IconUserFriends = forwardRef(function (_ref, ref) {
|
|
3996
4046
|
var _ref$testId = _ref.testId,
|
|
3997
4047
|
testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
|
|
3998
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4048
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
|
|
3999
4049
|
|
|
4000
4050
|
return React__default.createElement("svg", Object.assign({
|
|
4001
4051
|
viewBox: "0 0 20 20",
|
|
@@ -4011,11 +4061,11 @@ var IconUserFriends = forwardRef(function (_ref, ref) {
|
|
|
4011
4061
|
});
|
|
4012
4062
|
IconUserFriends.displayName = 'IconUserFriends';
|
|
4013
4063
|
|
|
4014
|
-
var _excluded$
|
|
4064
|
+
var _excluded$28 = ["testId"];
|
|
4015
4065
|
var IconUserLight = forwardRef(function (_ref, ref) {
|
|
4016
4066
|
var _ref$testId = _ref.testId,
|
|
4017
4067
|
testId = _ref$testId === void 0 ? 'icon-user-light' : _ref$testId,
|
|
4018
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4068
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
|
|
4019
4069
|
|
|
4020
4070
|
return React__default.createElement("svg", Object.assign({
|
|
4021
4071
|
viewBox: "0 0 20 20",
|
|
@@ -4033,11 +4083,11 @@ var IconUserLight = forwardRef(function (_ref, ref) {
|
|
|
4033
4083
|
});
|
|
4034
4084
|
IconUserLight.displayName = 'IconUserLight';
|
|
4035
4085
|
|
|
4036
|
-
var _excluded$
|
|
4086
|
+
var _excluded$29 = ["testId"];
|
|
4037
4087
|
var IconUserPlus = forwardRef(function (_ref, ref) {
|
|
4038
4088
|
var _ref$testId = _ref.testId,
|
|
4039
4089
|
testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
|
|
4040
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4090
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
|
|
4041
4091
|
|
|
4042
4092
|
return React__default.createElement("svg", Object.assign({
|
|
4043
4093
|
viewBox: "0 0 20 20",
|
|
@@ -4053,11 +4103,11 @@ var IconUserPlus = forwardRef(function (_ref, ref) {
|
|
|
4053
4103
|
});
|
|
4054
4104
|
IconUserPlus.displayName = 'IconUserPlus';
|
|
4055
4105
|
|
|
4056
|
-
var _excluded$
|
|
4106
|
+
var _excluded$2a = ["testId"];
|
|
4057
4107
|
var IconUserSearch = forwardRef(function (_ref, ref) {
|
|
4058
4108
|
var _ref$testId = _ref.testId,
|
|
4059
4109
|
testId = _ref$testId === void 0 ? 'icon-user-search' : _ref$testId,
|
|
4060
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4110
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
|
|
4061
4111
|
|
|
4062
4112
|
return React__default.createElement("svg", Object.assign({
|
|
4063
4113
|
viewBox: "0 0 20 20",
|
|
@@ -4082,11 +4132,11 @@ var IconUserSearch = forwardRef(function (_ref, ref) {
|
|
|
4082
4132
|
});
|
|
4083
4133
|
IconUserSearch.displayName = 'IconUserSearch';
|
|
4084
4134
|
|
|
4085
|
-
var _excluded$
|
|
4135
|
+
var _excluded$2b = ["testId"];
|
|
4086
4136
|
var IconUserSlash = forwardRef(function (_ref, ref) {
|
|
4087
4137
|
var _ref$testId = _ref.testId,
|
|
4088
4138
|
testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
|
|
4089
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4139
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
|
|
4090
4140
|
|
|
4091
4141
|
return React__default.createElement("svg", Object.assign({
|
|
4092
4142
|
viewBox: "0 0 20 20",
|
|
@@ -4109,11 +4159,11 @@ var IconUserSlash = forwardRef(function (_ref, ref) {
|
|
|
4109
4159
|
});
|
|
4110
4160
|
IconUserSlash.displayName = 'IconUserSlash';
|
|
4111
4161
|
|
|
4112
|
-
var _excluded$
|
|
4162
|
+
var _excluded$2c = ["testId"];
|
|
4113
4163
|
var IconUserSolid = forwardRef(function (_ref, ref) {
|
|
4114
4164
|
var _ref$testId = _ref.testId,
|
|
4115
4165
|
testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
|
|
4116
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4166
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
|
|
4117
4167
|
|
|
4118
4168
|
return React__default.createElement("svg", Object.assign({
|
|
4119
4169
|
viewBox: "0 0 20 20",
|
|
@@ -4129,11 +4179,11 @@ var IconUserSolid = forwardRef(function (_ref, ref) {
|
|
|
4129
4179
|
});
|
|
4130
4180
|
IconUserSolid.displayName = 'IconUserSolid';
|
|
4131
4181
|
|
|
4132
|
-
var _excluded$
|
|
4182
|
+
var _excluded$2d = ["testId"];
|
|
4133
4183
|
var IconUserTag = forwardRef(function (_ref, ref) {
|
|
4134
4184
|
var _ref$testId = _ref.testId,
|
|
4135
4185
|
testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
|
|
4136
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4186
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
|
|
4137
4187
|
|
|
4138
4188
|
return React__default.createElement("svg", Object.assign({
|
|
4139
4189
|
viewBox: "0 0 20 20",
|
|
@@ -4151,11 +4201,11 @@ var IconUserTag = forwardRef(function (_ref, ref) {
|
|
|
4151
4201
|
});
|
|
4152
4202
|
IconUserTag.displayName = 'IconUserTag';
|
|
4153
4203
|
|
|
4154
|
-
var _excluded$
|
|
4204
|
+
var _excluded$2e = ["testId"];
|
|
4155
4205
|
var IconUserTie = forwardRef(function (_ref, ref) {
|
|
4156
4206
|
var _ref$testId = _ref.testId,
|
|
4157
4207
|
testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
|
|
4158
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4208
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
|
|
4159
4209
|
|
|
4160
4210
|
return React__default.createElement("svg", Object.assign({
|
|
4161
4211
|
viewBox: "0 0 20 20",
|
|
@@ -4171,11 +4221,11 @@ var IconUserTie = forwardRef(function (_ref, ref) {
|
|
|
4171
4221
|
});
|
|
4172
4222
|
IconUserTie.displayName = 'IconUserTie';
|
|
4173
4223
|
|
|
4174
|
-
var _excluded$
|
|
4224
|
+
var _excluded$2f = ["testId"];
|
|
4175
4225
|
var IconUsers = forwardRef(function (_ref, ref) {
|
|
4176
4226
|
var _ref$testId = _ref.testId,
|
|
4177
4227
|
testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
|
|
4178
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4228
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
|
|
4179
4229
|
|
|
4180
4230
|
return React__default.createElement("svg", Object.assign({
|
|
4181
4231
|
viewBox: "0 0 20 20",
|
|
@@ -4191,11 +4241,11 @@ var IconUsers = forwardRef(function (_ref, ref) {
|
|
|
4191
4241
|
});
|
|
4192
4242
|
IconUsers.displayName = 'IconUsers';
|
|
4193
4243
|
|
|
4194
|
-
var _excluded$
|
|
4244
|
+
var _excluded$2g = ["testId"];
|
|
4195
4245
|
var IconVideo = forwardRef(function (_ref, ref) {
|
|
4196
4246
|
var _ref$testId = _ref.testId,
|
|
4197
4247
|
testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
|
|
4198
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4248
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
|
|
4199
4249
|
|
|
4200
4250
|
return React__default.createElement("svg", Object.assign({
|
|
4201
4251
|
viewBox: "0 0 20 20",
|
|
@@ -4211,11 +4261,11 @@ var IconVideo = forwardRef(function (_ref, ref) {
|
|
|
4211
4261
|
});
|
|
4212
4262
|
IconVideo.displayName = 'IconVideo';
|
|
4213
4263
|
|
|
4214
|
-
var _excluded$
|
|
4264
|
+
var _excluded$2h = ["testId"];
|
|
4215
4265
|
var IconVolumeMute = forwardRef(function (_ref, ref) {
|
|
4216
4266
|
var _ref$testId = _ref.testId,
|
|
4217
4267
|
testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
|
|
4218
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4268
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
|
|
4219
4269
|
|
|
4220
4270
|
return React__default.createElement("svg", Object.assign({
|
|
4221
4271
|
viewBox: "0 0 20 20",
|
|
@@ -4231,11 +4281,11 @@ var IconVolumeMute = forwardRef(function (_ref, ref) {
|
|
|
4231
4281
|
});
|
|
4232
4282
|
IconVolumeMute.displayName = 'IconVolumeMute';
|
|
4233
4283
|
|
|
4234
|
-
var _excluded$
|
|
4284
|
+
var _excluded$2i = ["testId"];
|
|
4235
4285
|
var IconVolume = forwardRef(function (_ref, ref) {
|
|
4236
4286
|
var _ref$testId = _ref.testId,
|
|
4237
4287
|
testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
|
|
4238
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4288
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
|
|
4239
4289
|
|
|
4240
4290
|
return React__default.createElement("svg", Object.assign({
|
|
4241
4291
|
viewBox: "0 0 20 20",
|
|
@@ -4251,11 +4301,11 @@ var IconVolume = forwardRef(function (_ref, ref) {
|
|
|
4251
4301
|
});
|
|
4252
4302
|
IconVolume.displayName = 'IconVolume';
|
|
4253
4303
|
|
|
4254
|
-
var _excluded$
|
|
4304
|
+
var _excluded$2j = ["testId"];
|
|
4255
4305
|
var IconWrench = forwardRef(function (_ref, ref) {
|
|
4256
4306
|
var _ref$testId = _ref.testId,
|
|
4257
4307
|
testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
|
|
4258
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4308
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
|
|
4259
4309
|
|
|
4260
4310
|
return React__default.createElement("svg", Object.assign({
|
|
4261
4311
|
viewBox: "0 0 20 20",
|
|
@@ -4781,7 +4831,7 @@ var InlineBannerIcon = function InlineBannerIcon(_ref) {
|
|
|
4781
4831
|
}
|
|
4782
4832
|
};
|
|
4783
4833
|
|
|
4784
|
-
var _excluded$
|
|
4834
|
+
var _excluded$2k = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
|
|
4785
4835
|
|
|
4786
4836
|
var InlineBanner = function InlineBanner(_ref) {
|
|
4787
4837
|
var _classnames, _classnames2;
|
|
@@ -4795,7 +4845,7 @@ var InlineBanner = function InlineBanner(_ref) {
|
|
|
4795
4845
|
primaryButton = _ref.primaryButton,
|
|
4796
4846
|
secondaryButton = _ref.secondaryButton,
|
|
4797
4847
|
testId = _ref.testId,
|
|
4798
|
-
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4848
|
+
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
|
|
4799
4849
|
|
|
4800
4850
|
var positionStyles = usePositionStyles(positionProps);
|
|
4801
4851
|
var multiLine = !!title;
|
|
@@ -5407,7 +5457,7 @@ var TimeFieldInput = function TimeFieldInput(_ref) {
|
|
|
5407
5457
|
})));
|
|
5408
5458
|
};
|
|
5409
5459
|
|
|
5410
|
-
var _excluded$
|
|
5460
|
+
var _excluded$2l = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
|
|
5411
5461
|
|
|
5412
5462
|
var TimeFieldDropdownElement = function TimeFieldDropdownElement(_ref, ref) {
|
|
5413
5463
|
var _ref$placeholder = _ref.placeholder,
|
|
@@ -5417,7 +5467,7 @@ var TimeFieldDropdownElement = function TimeFieldDropdownElement(_ref, ref) {
|
|
|
5417
5467
|
selectedTimeOption = _ref.selectedTimeOption,
|
|
5418
5468
|
prefix = _ref.prefix,
|
|
5419
5469
|
duration = _ref.duration,
|
|
5420
|
-
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5470
|
+
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
|
|
5421
5471
|
|
|
5422
5472
|
var _useTextField = useTextField(_extends({}, allOtherProps, {
|
|
5423
5473
|
placeholder: placeholder,
|
|
@@ -5764,7 +5814,7 @@ var ALIGNMENTS = {
|
|
|
5764
5814
|
|
|
5765
5815
|
var styles$p = {"text":"_3CIA3","text__body":"_1nnj8","text__caption":"_37K6o","text__insight":"_avqxy","text--bold":"_2TG6E","text--italic":"_2hlsn","text--underline":"_1Pjo6","text--monospace":"_eDdDI","text--align-left":"_2gNwS","text--align-right":"_ufv1W","text--align-center":"_2WMN6","text--align-justify":"_2iH-J"};
|
|
5766
5816
|
|
|
5767
|
-
var _excluded$
|
|
5817
|
+
var _excluded$2m = ["children", "as", "emphasis", "alignment", "color", "testId"];
|
|
5768
5818
|
|
|
5769
5819
|
var Text = function Text(_ref) {
|
|
5770
5820
|
var _classnames;
|
|
@@ -5776,7 +5826,7 @@ var Text = function Text(_ref) {
|
|
|
5776
5826
|
alignment = _ref.alignment,
|
|
5777
5827
|
color = _ref.color,
|
|
5778
5828
|
testId = _ref.testId,
|
|
5779
|
-
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5829
|
+
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
|
|
5780
5830
|
|
|
5781
5831
|
var positionStyles = usePositionStyles(positionProps);
|
|
5782
5832
|
var elementProps = {
|
|
@@ -6009,7 +6059,7 @@ var KebabMenu = function KebabMenu(_ref) {
|
|
|
6009
6059
|
|
|
6010
6060
|
var styles$q = {"card":"_29ZIp","card__body":"_3Q8NT","card__body--interactive":"_2Fah6","card--focus":"_SGno0","card__body--focus":"_1zqRN","card__body--disabled":"_11cqA","card__body--with-kebab":"_3Hwms","card__kebab":"_TmEUS","card__kebab--disabled":"_3FZlB"};
|
|
6011
6061
|
|
|
6012
|
-
var _excluded$
|
|
6062
|
+
var _excluded$2n = ["children", "onClick", "isSelected", "disabled", "actions", "testId"];
|
|
6013
6063
|
|
|
6014
6064
|
var Card = function Card(_ref) {
|
|
6015
6065
|
var _classnames, _classnames2, _classnames3;
|
|
@@ -6022,7 +6072,7 @@ var Card = function Card(_ref) {
|
|
|
6022
6072
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
6023
6073
|
actions = _ref.actions,
|
|
6024
6074
|
testId = _ref.testId,
|
|
6025
|
-
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6075
|
+
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
|
|
6026
6076
|
|
|
6027
6077
|
var positionStyles = usePositionStyles(positionProps);
|
|
6028
6078
|
return React__default.createElement("div", {
|
|
@@ -6338,7 +6388,7 @@ var SKELETON_COMPONENT = {
|
|
|
6338
6388
|
PILL: 'pill'
|
|
6339
6389
|
};
|
|
6340
6390
|
|
|
6341
|
-
var _excluded$
|
|
6391
|
+
var _excluded$2o = ["as", "testId", "width", "height"];
|
|
6342
6392
|
|
|
6343
6393
|
var Skeleton = function Skeleton(_ref) {
|
|
6344
6394
|
var _classnames;
|
|
@@ -6347,7 +6397,7 @@ var Skeleton = function Skeleton(_ref) {
|
|
|
6347
6397
|
testId = _ref.testId,
|
|
6348
6398
|
width = _ref.width,
|
|
6349
6399
|
height = _ref.height,
|
|
6350
|
-
positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6400
|
+
positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
|
|
6351
6401
|
|
|
6352
6402
|
var positioning = usePositionStyles(positionStyles);
|
|
6353
6403
|
return React__default.createElement("div", {
|
|
@@ -6592,7 +6642,7 @@ function parseDate(str, format, locale) {
|
|
|
6592
6642
|
locale: locale
|
|
6593
6643
|
});
|
|
6594
6644
|
|
|
6595
|
-
if (str.length === format.length &&
|
|
6645
|
+
if (str.length === format.length && parsed instanceof Date && !isNaN(parsed.getTime())) {
|
|
6596
6646
|
return parsed;
|
|
6597
6647
|
}
|
|
6598
6648
|
|
|
@@ -6603,6 +6653,8 @@ function formatDate(date, format, locale) {
|
|
|
6603
6653
|
locale: locale
|
|
6604
6654
|
});
|
|
6605
6655
|
}
|
|
6656
|
+
var calendarDropdownFromYear = new Date().getFullYear() - 100;
|
|
6657
|
+
var calendarDropdownToYear = new Date().getFullYear() + 10;
|
|
6606
6658
|
function setToMidnight(date) {
|
|
6607
6659
|
return date && startOfDay(date);
|
|
6608
6660
|
}
|
|
@@ -6760,6 +6812,8 @@ var Calendar = function Calendar(_ref) {
|
|
|
6760
6812
|
handleSelect(day);
|
|
6761
6813
|
}
|
|
6762
6814
|
},
|
|
6815
|
+
fromYear: calendarDropdownFromYear,
|
|
6816
|
+
toYear: calendarDropdownToYear,
|
|
6763
6817
|
disabled: disabledDays,
|
|
6764
6818
|
defaultMonth: initialMonth || selected,
|
|
6765
6819
|
showOutsideDays: true,
|
|
@@ -6787,10 +6841,12 @@ var Calendar = function Calendar(_ref) {
|
|
|
6787
6841
|
"data-testid": testId
|
|
6788
6842
|
}, mode === CALENDAR_MODE.DAY ? React__default.createElement(DayPicker, Object.assign({
|
|
6789
6843
|
mode: "single",
|
|
6790
|
-
selected: selected
|
|
6844
|
+
selected: selected,
|
|
6845
|
+
captionLayout: "dropdown-buttons"
|
|
6791
6846
|
}, defaultProps)) : React__default.createElement(DayPicker, Object.assign({
|
|
6792
6847
|
mode: "range",
|
|
6793
|
-
selected: selectedRange
|
|
6848
|
+
selected: selectedRange,
|
|
6849
|
+
captionLayout: "dropdown-buttons"
|
|
6794
6850
|
}, defaultProps)))));
|
|
6795
6851
|
};
|
|
6796
6852
|
|
|
@@ -6923,7 +6979,7 @@ var useLocalStorage = function useLocalStorage(key, initialValue) {
|
|
|
6923
6979
|
|
|
6924
6980
|
var styles$H = {"hint-modal":"_3hZEG","hint-modal--after-open":"_JvGIZ","hint-modal--before-close":"_2D_ak","hint-modal__overlay":"_1lmCk","hint-modal__image":"_A6js8","hint-modal__body":"_24heZ","hint-modal__close-button":"_5M3XV"};
|
|
6925
6981
|
|
|
6926
|
-
var _excluded$
|
|
6982
|
+
var _excluded$2p = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
|
|
6927
6983
|
|
|
6928
6984
|
var HintModal = function HintModal(_ref) {
|
|
6929
6985
|
var header = _ref.header,
|
|
@@ -6933,7 +6989,7 @@ var HintModal = function HintModal(_ref) {
|
|
|
6933
6989
|
modalId = _ref.modalId,
|
|
6934
6990
|
primaryButton = _ref.primaryButton,
|
|
6935
6991
|
testId = _ref.testId,
|
|
6936
|
-
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6992
|
+
positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
|
|
6937
6993
|
|
|
6938
6994
|
var _useState = useState(false),
|
|
6939
6995
|
doNotShowAgain = _useState[0],
|
|
@@ -7169,7 +7225,7 @@ var DataTableEditableCellElement = function DataTableEditableCellElement(_ref, r
|
|
|
7169
7225
|
|
|
7170
7226
|
var DataTableEditableCell = forwardRef(DataTableEditableCellElement);
|
|
7171
7227
|
|
|
7172
|
-
var _excluded$
|
|
7228
|
+
var _excluded$2q = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
|
|
7173
7229
|
|
|
7174
7230
|
var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
|
|
7175
7231
|
var _classnames;
|
|
@@ -7183,7 +7239,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
|
|
|
7183
7239
|
_ref$hasDefaultCell = _ref.hasDefaultCell,
|
|
7184
7240
|
hasDefaultCell = _ref$hasDefaultCell === void 0 ? true : _ref$hasDefaultCell,
|
|
7185
7241
|
testId = _ref.testId,
|
|
7186
|
-
nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7242
|
+
nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
|
|
7187
7243
|
|
|
7188
7244
|
var _useDataTableContext = useDataTableContext(),
|
|
7189
7245
|
showActionMenu = _useDataTableContext.showActionMenu;
|
|
@@ -7507,13 +7563,13 @@ var isReactSelectElement = function isReactSelectElement(element) {
|
|
|
7507
7563
|
|
|
7508
7564
|
var styles$J = {"custom-control":"_1cDCR"};
|
|
7509
7565
|
|
|
7510
|
-
var _excluded$
|
|
7566
|
+
var _excluded$2r = ["children"];
|
|
7511
7567
|
|
|
7512
7568
|
function CustomControl(_ref) {
|
|
7513
7569
|
var _props$getValue;
|
|
7514
7570
|
|
|
7515
7571
|
var children = _ref.children,
|
|
7516
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7572
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
|
|
7517
7573
|
|
|
7518
7574
|
var SelectedOptionPrefix = props.selectProps.componentsProps.SelectedOptionPrefix;
|
|
7519
7575
|
var selectedOption = (_props$getValue = props.getValue()) === null || _props$getValue === void 0 ? void 0 : _props$getValue[0];
|
|
@@ -7531,11 +7587,11 @@ function CustomControl(_ref) {
|
|
|
7531
7587
|
}, props)), children)) : children);
|
|
7532
7588
|
}
|
|
7533
7589
|
|
|
7534
|
-
var _excluded$
|
|
7590
|
+
var _excluded$2s = ["children"];
|
|
7535
7591
|
|
|
7536
7592
|
function CustomOption(_ref) {
|
|
7537
7593
|
var children = _ref.children,
|
|
7538
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7594
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
|
|
7539
7595
|
|
|
7540
7596
|
var UserCustomOption = props.selectProps.componentsProps.UserCustomOption;
|
|
7541
7597
|
return React__default.createElement(components.Option, Object.assign({}, props), React__default.createElement(UserCustomOption, Object.assign({}, props), children));
|
|
@@ -7690,11 +7746,11 @@ var CustomContainer = function CustomContainer(props) {
|
|
|
7690
7746
|
|
|
7691
7747
|
var styles$K = {"custom-menu-text-field":"_2-zhH","custom-menu-hr":"_3sdnK","custom-menu-div":"_2F1jP"};
|
|
7692
7748
|
|
|
7693
|
-
var _excluded$
|
|
7749
|
+
var _excluded$2t = ["children"];
|
|
7694
7750
|
|
|
7695
7751
|
function CustomMenu(_ref) {
|
|
7696
7752
|
var children = _ref.children,
|
|
7697
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7753
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
|
|
7698
7754
|
|
|
7699
7755
|
var _props$selectProps$co = props.selectProps.componentsProps,
|
|
7700
7756
|
creatableButton = _props$selectProps$co.creatableButton,
|
|
@@ -8457,12 +8513,12 @@ var TextAreaField = function TextAreaField(_ref) {
|
|
|
8457
8513
|
}, toolbar)));
|
|
8458
8514
|
};
|
|
8459
8515
|
|
|
8460
|
-
var _excluded$
|
|
8516
|
+
var _excluded$2u = ["prefix", "suffix"];
|
|
8461
8517
|
|
|
8462
8518
|
var TextFieldElement = function TextFieldElement(_ref, ref) {
|
|
8463
8519
|
var prefix = _ref.prefix,
|
|
8464
8520
|
suffix = _ref.suffix,
|
|
8465
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8521
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
|
|
8466
8522
|
|
|
8467
8523
|
var _useTextField = useTextField(_extends({}, props, {
|
|
8468
8524
|
ref: ref
|
|
@@ -9069,13 +9125,13 @@ var MultiSelectField = function MultiSelectField(_ref) {
|
|
|
9069
9125
|
|
|
9070
9126
|
var styles$_ = {"custom-list":"_uC4zU"};
|
|
9071
9127
|
|
|
9072
|
-
var _excluded$
|
|
9128
|
+
var _excluded$2v = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
|
|
9073
9129
|
|
|
9074
9130
|
var CustomList = function CustomList(_ref) {
|
|
9075
9131
|
var children = _ref.children,
|
|
9076
9132
|
hasMoreOptions = _ref.hasMoreOptions,
|
|
9077
9133
|
hasMoreOptionsFirstLoad = _ref.hasMoreOptionsFirstLoad,
|
|
9078
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
9134
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
|
|
9079
9135
|
|
|
9080
9136
|
var showFooter = hasMoreOptions;
|
|
9081
9137
|
|
|
@@ -9090,11 +9146,11 @@ var CustomList = function CustomList(_ref) {
|
|
|
9090
9146
|
}, getLocalizedString('main.START_TYPING_TO_SEE_MORE_OPTIONS')))));
|
|
9091
9147
|
};
|
|
9092
9148
|
|
|
9093
|
-
var _excluded$
|
|
9149
|
+
var _excluded$2w = ["loadOptions"];
|
|
9094
9150
|
|
|
9095
9151
|
var AsyncSelectField = function AsyncSelectField(_ref) {
|
|
9096
9152
|
var loadOptions = _ref.loadOptions,
|
|
9097
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
9153
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
|
|
9098
9154
|
|
|
9099
9155
|
var _useState = useState(false),
|
|
9100
9156
|
hasMoreOptions = _useState[0],
|
|
@@ -9209,7 +9265,7 @@ var useDateFieldControllers = function useDateFieldControllers(_ref) {
|
|
|
9209
9265
|
error: error,
|
|
9210
9266
|
value: value,
|
|
9211
9267
|
onChange: function onChange(newValue) {
|
|
9212
|
-
return _onChange && _onChange(isDate
|
|
9268
|
+
return _onChange && _onChange(isDate(newValue) ? startOfDay$1(newValue) : newValue);
|
|
9213
9269
|
},
|
|
9214
9270
|
onBlur: function onBlur() {
|
|
9215
9271
|
return _onBlur && _onBlur();
|
|
@@ -9264,10 +9320,6 @@ var DateField = function DateField(_ref) {
|
|
|
9264
9320
|
showCalendar = _useState[0],
|
|
9265
9321
|
setShowCalendar = _useState[1];
|
|
9266
9322
|
|
|
9267
|
-
var _useState2 = useState(false),
|
|
9268
|
-
isTyping = _useState2[0],
|
|
9269
|
-
setIsTyping = _useState2[1];
|
|
9270
|
-
|
|
9271
9323
|
var controllers = useDateFieldControllers({
|
|
9272
9324
|
name: name,
|
|
9273
9325
|
id: inputId,
|
|
@@ -9277,7 +9329,7 @@ var DateField = function DateField(_ref) {
|
|
|
9277
9329
|
error: error
|
|
9278
9330
|
});
|
|
9279
9331
|
|
|
9280
|
-
var
|
|
9332
|
+
var _useState2 = useState(function () {
|
|
9281
9333
|
if (defaultValue) {
|
|
9282
9334
|
return formatDate(defaultValue, format);
|
|
9283
9335
|
}
|
|
@@ -9288,8 +9340,8 @@ var DateField = function DateField(_ref) {
|
|
|
9288
9340
|
|
|
9289
9341
|
return '';
|
|
9290
9342
|
}),
|
|
9291
|
-
inputValue =
|
|
9292
|
-
setInputValue =
|
|
9343
|
+
inputValue = _useState2[0],
|
|
9344
|
+
setInputValue = _useState2[1];
|
|
9293
9345
|
|
|
9294
9346
|
var hasError = controllers.error;
|
|
9295
9347
|
var fieldProps = {
|
|
@@ -9345,9 +9397,6 @@ var DateField = function DateField(_ref) {
|
|
|
9345
9397
|
|
|
9346
9398
|
if (parsedDate) {
|
|
9347
9399
|
controllers.onChange(parsedDate);
|
|
9348
|
-
setIsTyping(false);
|
|
9349
|
-
} else {
|
|
9350
|
-
setIsTyping(true);
|
|
9351
9400
|
}
|
|
9352
9401
|
|
|
9353
9402
|
setInputValue(event.target.value);
|
|
@@ -9355,7 +9404,7 @@ var DateField = function DateField(_ref) {
|
|
|
9355
9404
|
onBlur: controllers.onBlur,
|
|
9356
9405
|
maxLength: format.length,
|
|
9357
9406
|
value: inputValue
|
|
9358
|
-
})), showCalendar &&
|
|
9407
|
+
})), showCalendar && React__default.createElement(Calendar, {
|
|
9359
9408
|
onSelect: function onSelect(date) {
|
|
9360
9409
|
var _inputRef$current;
|
|
9361
9410
|
|
|
@@ -9531,6 +9580,9 @@ var DateRangeCalendar = function DateRangeCalendar(_ref) {
|
|
|
9531
9580
|
showOutsideDays: true,
|
|
9532
9581
|
weekStartsOn: weekStart,
|
|
9533
9582
|
onMonthChange: onMonthChange,
|
|
9583
|
+
fromYear: calendarDropdownFromYear,
|
|
9584
|
+
toYear: calendarDropdownToYear,
|
|
9585
|
+
captionLayout: "dropdown-buttons",
|
|
9534
9586
|
formatters: {
|
|
9535
9587
|
formatCaption: function formatCaption(date) {
|
|
9536
9588
|
return MONTH_NAMES[date.getMonth()] + ' ' + date.getFullYear();
|
|
@@ -9973,7 +10025,7 @@ var TimeFieldDropdown = function TimeFieldDropdown(_ref) {
|
|
|
9973
10025
|
})));
|
|
9974
10026
|
};
|
|
9975
10027
|
|
|
9976
|
-
var _excluded$
|
|
10028
|
+
var _excluded$2x = ["interval", "startTime", "prefix", "endField", "duration"];
|
|
9977
10029
|
|
|
9978
10030
|
var TimeFieldElement = function TimeFieldElement(_ref, forwardedRef) {
|
|
9979
10031
|
var _ref$interval = _ref.interval,
|
|
@@ -9983,7 +10035,7 @@ var TimeFieldElement = function TimeFieldElement(_ref, forwardedRef) {
|
|
|
9983
10035
|
_ref$endField = _ref.endField,
|
|
9984
10036
|
endField = _ref$endField === void 0 ? false : _ref$endField,
|
|
9985
10037
|
duration = _ref.duration,
|
|
9986
|
-
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
10038
|
+
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
|
|
9987
10039
|
|
|
9988
10040
|
var internalRef = useRef(null);
|
|
9989
10041
|
var ref = forwardedRef || internalRef;
|
|
@@ -10168,14 +10220,14 @@ var TimeRangeField = function TimeRangeField(_ref) {
|
|
|
10168
10220
|
})));
|
|
10169
10221
|
};
|
|
10170
10222
|
|
|
10171
|
-
var _excluded$
|
|
10223
|
+
var _excluded$2y = ["currencySymbol", "step"];
|
|
10172
10224
|
|
|
10173
10225
|
var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
|
|
10174
10226
|
var _ref$currencySymbol = _ref.currencySymbol,
|
|
10175
10227
|
currencySymbol = _ref$currencySymbol === void 0 ? '$' : _ref$currencySymbol,
|
|
10176
10228
|
_ref$step = _ref.step,
|
|
10177
10229
|
step = _ref$step === void 0 ? 0.01 : _ref$step,
|
|
10178
|
-
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
10230
|
+
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
|
|
10179
10231
|
|
|
10180
10232
|
var _useTextField = useTextField(_extends({}, allOtherProps, {
|
|
10181
10233
|
ref: ref
|
|
@@ -10214,7 +10266,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
|
|
|
10214
10266
|
|
|
10215
10267
|
var CurrencyField = forwardRef(CurrencyFieldElement);
|
|
10216
10268
|
|
|
10217
|
-
var _excluded$
|
|
10269
|
+
var _excluded$2z = ["max", "min", "precision", "stepSize", "prefix"];
|
|
10218
10270
|
|
|
10219
10271
|
var PercentageElement = function PercentageElement(_ref, ref) {
|
|
10220
10272
|
var _ref$max = _ref.max,
|
|
@@ -10226,7 +10278,7 @@ var PercentageElement = function PercentageElement(_ref, ref) {
|
|
|
10226
10278
|
_ref$stepSize = _ref.stepSize,
|
|
10227
10279
|
stepSize = _ref$stepSize === void 0 ? 1 : _ref$stepSize,
|
|
10228
10280
|
prefix = _ref.prefix,
|
|
10229
|
-
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
10281
|
+
allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
|
|
10230
10282
|
|
|
10231
10283
|
var _useTextField = useTextField(_extends({}, allOtherProps, {
|
|
10232
10284
|
ref: ref
|
|
@@ -11234,14 +11286,14 @@ var CountrySelector = function CountrySelector(_ref) {
|
|
|
11234
11286
|
}))));
|
|
11235
11287
|
};
|
|
11236
11288
|
|
|
11237
|
-
var _excluded$
|
|
11289
|
+
var _excluded$2A = ["disabledCountry"];
|
|
11238
11290
|
|
|
11239
11291
|
var PhoneField = function PhoneField(_ref) {
|
|
11240
11292
|
var _classNames;
|
|
11241
11293
|
|
|
11242
11294
|
var _ref$disabledCountry = _ref.disabledCountry,
|
|
11243
11295
|
disabledCountry = _ref$disabledCountry === void 0 ? false : _ref$disabledCountry,
|
|
11244
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
11296
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
|
|
11245
11297
|
|
|
11246
11298
|
var inputRef = useRef(null);
|
|
11247
11299
|
|
|
@@ -11338,7 +11390,7 @@ var PhoneField = function PhoneField(_ref) {
|
|
|
11338
11390
|
|
|
11339
11391
|
var styles$13 = {"badge":"_2f81N","badge--warning":"_2g1GI","badge--danger":"_2zLnM","badge--success":"_27QOo","badge--info":"_2gmsM"};
|
|
11340
11392
|
|
|
11341
|
-
var _excluded$
|
|
11393
|
+
var _excluded$2B = ["children", "theme", "title", "testId"];
|
|
11342
11394
|
|
|
11343
11395
|
var Badge = function Badge(_ref, forwardedRef) {
|
|
11344
11396
|
var _classnames;
|
|
@@ -11347,7 +11399,7 @@ var Badge = function Badge(_ref, forwardedRef) {
|
|
|
11347
11399
|
theme = _ref.theme,
|
|
11348
11400
|
title = _ref.title,
|
|
11349
11401
|
testId = _ref.testId,
|
|
11350
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
11402
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
|
|
11351
11403
|
|
|
11352
11404
|
var internalRef = useRef(null);
|
|
11353
11405
|
var ref = forwardedRef || internalRef;
|
|
@@ -11715,5 +11767,5 @@ var EmptyState = function EmptyState(_ref) {
|
|
|
11715
11767
|
}, children);
|
|
11716
11768
|
};
|
|
11717
11769
|
|
|
11718
|
-
export { AsyncSelectField, Avatar, Badge$1 as Badge, Bold, BreadcrumbItem, Breadcrumbs, Button$1 as Button, COLORS, Calendar, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
|
|
11770
|
+
export { AsyncSelectField, Avatar, Badge$1 as Badge, Bold, BreadcrumbItem, Breadcrumbs, Button$1 as Button, COLORS, Calendar, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
|
|
11719
11771
|
//# sourceMappingURL=index.modern.js.map
|