@activecollab/components 2.0.360 → 2.0.362

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/index.js CHANGED
@@ -189,7 +189,7 @@
189
189
  })(["display:inline-flex;svg{margin:0 4px;}"]);
190
190
  StyledButtonElement.displayName = "StyledButtonElement";
191
191
 
192
- var _excluded$5l = ["children", "active", "variant", "size", "className"];
192
+ var _excluded$5m = ["children", "active", "variant", "size", "className"];
193
193
  /**
194
194
  * @component Button
195
195
  * @description
@@ -219,7 +219,7 @@
219
219
  _ref$size = _ref.size,
220
220
  size = _ref$size === void 0 ? "medium" : _ref$size,
221
221
  className = _ref.className,
222
- args = _objectWithoutProperties(_ref, _excluded$5l);
222
+ args = _objectWithoutProperties(_ref, _excluded$5m);
223
223
  return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
224
224
  className: classNames__default["default"]("c-btn", className, {
225
225
  "c-btn--contained": variant === "primary" || variant === "contained",
@@ -284,7 +284,7 @@
284
284
  })));
285
285
  };
286
286
 
287
- var _excluded$5k = ["gradient"];
287
+ var _excluded$5l = ["gradient"];
288
288
 
289
289
  /**
290
290
  * @component AddCrossTinyIcon
@@ -314,7 +314,7 @@
314
314
  */
315
315
  var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
316
316
  var gradient = _ref.gradient,
317
- props = _objectWithoutProperties(_ref, _excluded$5k);
317
+ props = _objectWithoutProperties(_ref, _excluded$5l);
318
318
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
319
319
  xmlns: "http://www.w3.org/2000/svg",
320
320
  width: 24,
@@ -334,12 +334,12 @@
334
334
  AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
335
335
  var AddCrossTinyIcon$1 = AddCrossTinyIcon;
336
336
 
337
- var _excluded$5j = ["className", "disabled"];
337
+ var _excluded$5k = ["className", "disabled"];
338
338
  var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
339
339
  var className = _ref.className,
340
340
  _ref$disabled = _ref.disabled,
341
341
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
342
- rest = _objectWithoutProperties(_ref, _excluded$5j);
342
+ rest = _objectWithoutProperties(_ref, _excluded$5k);
343
343
  return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
344
344
  ref: ref,
345
345
  variant: "contained",
@@ -377,12 +377,12 @@
377
377
  });
378
378
  StyledButtonGroup$1.displayName = "StyledButtonGroup";
379
379
 
380
- var _excluded$5i = ["children", "className", "invalid"];
380
+ var _excluded$5j = ["children", "className", "invalid"];
381
381
  var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
382
382
  var children = _ref.children,
383
383
  className = _ref.className,
384
384
  invalid = _ref.invalid,
385
- rest = _objectWithoutProperties(_ref, _excluded$5i);
385
+ rest = _objectWithoutProperties(_ref, _excluded$5j);
386
386
  return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
387
387
  ref: ref,
388
388
  className: classNames__default["default"]("c-btn-group", className),
@@ -407,11 +407,11 @@
407
407
  })(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
408
408
  StyledListSeparator$1.displayName = "StyledListSeparator";
409
409
 
410
- var _excluded$5h = ["children", "className"];
410
+ var _excluded$5i = ["children", "className"];
411
411
  var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
412
412
  var children = _ref.children,
413
413
  className = _ref.className,
414
- props = _objectWithoutProperties(_ref, _excluded$5h);
414
+ props = _objectWithoutProperties(_ref, _excluded$5i);
415
415
  return /*#__PURE__*/React__default["default"].createElement(StyledListItem$1, _extends({
416
416
  className: classNames__default["default"]("c-list-item", className),
417
417
  ref: ref,
@@ -420,21 +420,21 @@
420
420
  });
421
421
  ListItem.displayName = "ListItem";
422
422
 
423
- var _excluded$5g = ["className"];
423
+ var _excluded$5h = ["className"];
424
424
  var ListSeparator = function ListSeparator(_ref) {
425
425
  var className = _ref.className,
426
- props = _objectWithoutProperties(_ref, _excluded$5g);
426
+ props = _objectWithoutProperties(_ref, _excluded$5h);
427
427
  return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator$1, _extends({
428
428
  className: classNames__default["default"]("c-list-separator", className)
429
429
  }, props));
430
430
  };
431
431
  ListSeparator.displayName = "ListSeparator";
432
432
 
433
- var _excluded$5f = ["children", "className"];
433
+ var _excluded$5g = ["children", "className"];
434
434
  var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
435
435
  var children = _ref.children,
436
436
  className = _ref.className,
437
- props = _objectWithoutProperties(_ref, _excluded$5f);
437
+ props = _objectWithoutProperties(_ref, _excluded$5g);
438
438
  return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
439
439
  className: className,
440
440
  ref: ref,
@@ -950,7 +950,7 @@
950
950
  return size === "big" && styled.css(["width:40px;"]);
951
951
  });
952
952
 
953
- var _excluded$5e = ["children", "className", "variant", "size", "active"];
953
+ var _excluded$5f = ["children", "className", "variant", "size", "active"];
954
954
 
955
955
  // eslint-disable-next-line @typescript-eslint/no-empty-interface
956
956
 
@@ -980,7 +980,7 @@
980
980
  variant = _ref.variant,
981
981
  size = _ref.size,
982
982
  active = _ref.active,
983
- args = _objectWithoutProperties(_ref, _excluded$5e);
983
+ args = _objectWithoutProperties(_ref, _excluded$5f);
984
984
  return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
985
985
  className: className,
986
986
  variant: variant,
@@ -991,7 +991,7 @@
991
991
  });
992
992
  IconButton.displayName = "IconButton";
993
993
 
994
- var _excluded$5d = ["gradient"];
994
+ var _excluded$5e = ["gradient"];
995
995
 
996
996
  /**
997
997
  * @component RecurringIcon
@@ -1021,7 +1021,7 @@
1021
1021
  */
1022
1022
  var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1023
1023
  var gradient = _ref.gradient,
1024
- props = _objectWithoutProperties(_ref, _excluded$5d);
1024
+ props = _objectWithoutProperties(_ref, _excluded$5e);
1025
1025
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1026
1026
  xmlns: "http://www.w3.org/2000/svg",
1027
1027
  width: 18,
@@ -1042,7 +1042,7 @@
1042
1042
  RecurringIcon.displayName = "RecurringIcon";
1043
1043
  var RecurringIcon$1 = RecurringIcon;
1044
1044
 
1045
- var _excluded$5c = ["gradient"];
1045
+ var _excluded$5d = ["gradient"];
1046
1046
 
1047
1047
  /**
1048
1048
  * @component AccessLogIcon
@@ -1072,7 +1072,7 @@
1072
1072
  */
1073
1073
  var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1074
1074
  var gradient = _ref.gradient,
1075
- props = _objectWithoutProperties(_ref, _excluded$5c);
1075
+ props = _objectWithoutProperties(_ref, _excluded$5d);
1076
1076
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1077
1077
  xmlns: "http://www.w3.org/2000/svg",
1078
1078
  width: 24,
@@ -1100,7 +1100,7 @@
1100
1100
  AccessLogIcon.displayName = "AccessLogIcon";
1101
1101
  var AccessLogIcon$1 = AccessLogIcon;
1102
1102
 
1103
- var _excluded$5b = ["gradient"];
1103
+ var _excluded$5c = ["gradient"];
1104
1104
 
1105
1105
  /**
1106
1106
  * @component ActivityIcon
@@ -1130,7 +1130,7 @@
1130
1130
  */
1131
1131
  var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1132
1132
  var gradient = _ref.gradient,
1133
- props = _objectWithoutProperties(_ref, _excluded$5b);
1133
+ props = _objectWithoutProperties(_ref, _excluded$5c);
1134
1134
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1135
1135
  xmlns: "http://www.w3.org/2000/svg",
1136
1136
  width: 24,
@@ -1154,7 +1154,7 @@
1154
1154
  ActivityIcon.displayName = "ActivityIcon";
1155
1155
  var ActivityIcon$1 = ActivityIcon;
1156
1156
 
1157
- var _excluded$5a = ["gradient"];
1157
+ var _excluded$5b = ["gradient"];
1158
1158
 
1159
1159
  /**
1160
1160
  * @component AddCrossIcon
@@ -1184,7 +1184,7 @@
1184
1184
  */
1185
1185
  var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1186
1186
  var gradient = _ref.gradient,
1187
- props = _objectWithoutProperties(_ref, _excluded$5a);
1187
+ props = _objectWithoutProperties(_ref, _excluded$5b);
1188
1188
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1189
1189
  xmlns: "http://www.w3.org/2000/svg",
1190
1190
  width: 10,
@@ -1204,7 +1204,7 @@
1204
1204
  AddCrossIcon.displayName = "AddCrossIcon";
1205
1205
  var AddCrossIcon$1 = AddCrossIcon;
1206
1206
 
1207
- var _excluded$59 = ["gradient"];
1207
+ var _excluded$5a = ["gradient"];
1208
1208
 
1209
1209
  /**
1210
1210
  * @component ArchiveIcon
@@ -1234,7 +1234,7 @@
1234
1234
  */
1235
1235
  var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1236
1236
  var gradient = _ref.gradient,
1237
- props = _objectWithoutProperties(_ref, _excluded$59);
1237
+ props = _objectWithoutProperties(_ref, _excluded$5a);
1238
1238
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1239
1239
  xmlns: "http://www.w3.org/2000/svg",
1240
1240
  width: 24,
@@ -1255,7 +1255,7 @@
1255
1255
  ArchiveIcon.displayName = "ArchiveIcon";
1256
1256
  var ArchiveIcon$1 = ArchiveIcon;
1257
1257
 
1258
- var _excluded$58 = ["gradient"];
1258
+ var _excluded$59 = ["gradient"];
1259
1259
 
1260
1260
  /**
1261
1261
  * @component ArrowBackMobileIcon
@@ -1285,7 +1285,7 @@
1285
1285
  */
1286
1286
  var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1287
1287
  var gradient = _ref.gradient,
1288
- props = _objectWithoutProperties(_ref, _excluded$58);
1288
+ props = _objectWithoutProperties(_ref, _excluded$59);
1289
1289
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1290
1290
  xmlns: "http://www.w3.org/2000/svg",
1291
1291
  width: 24,
@@ -1306,7 +1306,7 @@
1306
1306
  ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
1307
1307
  var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
1308
1308
 
1309
- var _excluded$57 = ["gradient"];
1309
+ var _excluded$58 = ["gradient"];
1310
1310
 
1311
1311
  /**
1312
1312
  * @component ArrowCollapseMultipleIcon
@@ -1336,7 +1336,7 @@
1336
1336
  */
1337
1337
  var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1338
1338
  var gradient = _ref.gradient,
1339
- props = _objectWithoutProperties(_ref, _excluded$57);
1339
+ props = _objectWithoutProperties(_ref, _excluded$58);
1340
1340
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1341
1341
  xmlns: "http://www.w3.org/2000/svg",
1342
1342
  width: 24,
@@ -1356,7 +1356,7 @@
1356
1356
  ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
1357
1357
  var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
1358
1358
 
1359
- var _excluded$56 = ["gradient"];
1359
+ var _excluded$57 = ["gradient"];
1360
1360
 
1361
1361
  /**
1362
1362
  * @component ArrowDownLongIcon
@@ -1386,7 +1386,7 @@
1386
1386
  */
1387
1387
  var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1388
1388
  var gradient = _ref.gradient,
1389
- props = _objectWithoutProperties(_ref, _excluded$56);
1389
+ props = _objectWithoutProperties(_ref, _excluded$57);
1390
1390
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1391
1391
  xmlns: "http://www.w3.org/2000/svg",
1392
1392
  width: 24,
@@ -1406,7 +1406,7 @@
1406
1406
  ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
1407
1407
  var ArrowDownLongIcon$1 = ArrowDownLongIcon;
1408
1408
 
1409
- var _excluded$55 = ["gradient"];
1409
+ var _excluded$56 = ["gradient"];
1410
1410
 
1411
1411
  /**
1412
1412
  * @component ArrowDownSmallIcon
@@ -1436,7 +1436,7 @@
1436
1436
  */
1437
1437
  var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1438
1438
  var gradient = _ref.gradient,
1439
- props = _objectWithoutProperties(_ref, _excluded$55);
1439
+ props = _objectWithoutProperties(_ref, _excluded$56);
1440
1440
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1441
1441
  xmlns: "http://www.w3.org/2000/svg",
1442
1442
  width: 16,
@@ -1456,7 +1456,7 @@
1456
1456
  ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
1457
1457
  var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
1458
1458
 
1459
- var _excluded$54 = ["gradient"];
1459
+ var _excluded$55 = ["gradient"];
1460
1460
 
1461
1461
  /**
1462
1462
  * @component ArrowDownIcon
@@ -1486,7 +1486,7 @@
1486
1486
  */
1487
1487
  var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1488
1488
  var gradient = _ref.gradient,
1489
- props = _objectWithoutProperties(_ref, _excluded$54);
1489
+ props = _objectWithoutProperties(_ref, _excluded$55);
1490
1490
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1491
1491
  xmlns: "http://www.w3.org/2000/svg",
1492
1492
  width: 24,
@@ -1505,7 +1505,7 @@
1505
1505
  ArrowDownIcon.displayName = "ArrowDownIcon";
1506
1506
  var ArrowDownIcon$1 = ArrowDownIcon;
1507
1507
 
1508
- var _excluded$53 = ["gradient"];
1508
+ var _excluded$54 = ["gradient"];
1509
1509
 
1510
1510
  /**
1511
1511
  * @component ArrowExpandeMultipleIcon
@@ -1535,7 +1535,7 @@
1535
1535
  */
1536
1536
  var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1537
1537
  var gradient = _ref.gradient,
1538
- props = _objectWithoutProperties(_ref, _excluded$53);
1538
+ props = _objectWithoutProperties(_ref, _excluded$54);
1539
1539
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1540
1540
  xmlns: "http://www.w3.org/2000/svg",
1541
1541
  width: 24,
@@ -1555,7 +1555,7 @@
1555
1555
  ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
1556
1556
  var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
1557
1557
 
1558
- var _excluded$52 = ["gradient"];
1558
+ var _excluded$53 = ["gradient"];
1559
1559
 
1560
1560
  /**
1561
1561
  * @component ArrowLeftBoxIcon
@@ -1585,7 +1585,7 @@
1585
1585
  */
1586
1586
  var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1587
1587
  var gradient = _ref.gradient,
1588
- props = _objectWithoutProperties(_ref, _excluded$52);
1588
+ props = _objectWithoutProperties(_ref, _excluded$53);
1589
1589
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1590
1590
  xmlns: "http://www.w3.org/2000/svg",
1591
1591
  width: 24,
@@ -1605,7 +1605,7 @@
1605
1605
  ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
1606
1606
  var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
1607
1607
 
1608
- var _excluded$51 = ["gradient"];
1608
+ var _excluded$52 = ["gradient"];
1609
1609
 
1610
1610
  /**
1611
1611
  * @component ArrowLeftIcon
@@ -1635,7 +1635,7 @@
1635
1635
  */
1636
1636
  var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1637
1637
  var gradient = _ref.gradient,
1638
- props = _objectWithoutProperties(_ref, _excluded$51);
1638
+ props = _objectWithoutProperties(_ref, _excluded$52);
1639
1639
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1640
1640
  xmlns: "http://www.w3.org/2000/svg",
1641
1641
  width: 24,
@@ -1655,7 +1655,7 @@
1655
1655
  ArrowLeftIcon.displayName = "ArrowLeftIcon";
1656
1656
  var ArrowLeftIcon$1 = ArrowLeftIcon;
1657
1657
 
1658
- var _excluded$50 = ["gradient"];
1658
+ var _excluded$51 = ["gradient"];
1659
1659
 
1660
1660
  /**
1661
1661
  * @component ArrowRefreshIcon
@@ -1685,7 +1685,7 @@
1685
1685
  */
1686
1686
  var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1687
1687
  var gradient = _ref.gradient,
1688
- props = _objectWithoutProperties(_ref, _excluded$50);
1688
+ props = _objectWithoutProperties(_ref, _excluded$51);
1689
1689
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1690
1690
  xmlns: "http://www.w3.org/2000/svg",
1691
1691
  width: 24,
@@ -1706,7 +1706,7 @@
1706
1706
  ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
1707
1707
  var ArrowRefreshIcon$1 = ArrowRefreshIcon;
1708
1708
 
1709
- var _excluded$4$ = ["gradient"];
1709
+ var _excluded$50 = ["gradient"];
1710
1710
 
1711
1711
  /**
1712
1712
  * @component ArrowRestoreIcon
@@ -1736,7 +1736,7 @@
1736
1736
  */
1737
1737
  var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1738
1738
  var gradient = _ref.gradient,
1739
- props = _objectWithoutProperties(_ref, _excluded$4$);
1739
+ props = _objectWithoutProperties(_ref, _excluded$50);
1740
1740
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1741
1741
  xmlns: "http://www.w3.org/2000/svg",
1742
1742
  width: 24,
@@ -1756,7 +1756,7 @@
1756
1756
  ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
1757
1757
  var ArrowRestoreIcon$1 = ArrowRestoreIcon;
1758
1758
 
1759
- var _excluded$4_ = ["gradient"];
1759
+ var _excluded$4$ = ["gradient"];
1760
1760
 
1761
1761
  /**
1762
1762
  * @component ArrowRightIcon
@@ -1786,7 +1786,7 @@
1786
1786
  */
1787
1787
  var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1788
1788
  var gradient = _ref.gradient,
1789
- props = _objectWithoutProperties(_ref, _excluded$4_);
1789
+ props = _objectWithoutProperties(_ref, _excluded$4$);
1790
1790
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1791
1791
  xmlns: "http://www.w3.org/2000/svg",
1792
1792
  width: 24,
@@ -1806,7 +1806,7 @@
1806
1806
  ArrowRightIcon.displayName = "ArrowRightIcon";
1807
1807
  var ArrowRightIcon$1 = ArrowRightIcon;
1808
1808
 
1809
- var _excluded$4Z = ["gradient"];
1809
+ var _excluded$4_ = ["gradient"];
1810
1810
 
1811
1811
  /**
1812
1812
  * @component ArrowUpLongIcon
@@ -1836,7 +1836,7 @@
1836
1836
  */
1837
1837
  var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1838
1838
  var gradient = _ref.gradient,
1839
- props = _objectWithoutProperties(_ref, _excluded$4Z);
1839
+ props = _objectWithoutProperties(_ref, _excluded$4_);
1840
1840
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1841
1841
  xmlns: "http://www.w3.org/2000/svg",
1842
1842
  width: 24,
@@ -1856,7 +1856,7 @@
1856
1856
  ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
1857
1857
  var ArrowUpLongIcon$1 = ArrowUpLongIcon;
1858
1858
 
1859
- var _excluded$4Y = ["gradient"];
1859
+ var _excluded$4Z = ["gradient"];
1860
1860
 
1861
1861
  /**
1862
1862
  * @component ArrowUpIcon
@@ -1886,7 +1886,7 @@
1886
1886
  */
1887
1887
  var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1888
1888
  var gradient = _ref.gradient,
1889
- props = _objectWithoutProperties(_ref, _excluded$4Y);
1889
+ props = _objectWithoutProperties(_ref, _excluded$4Z);
1890
1890
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1891
1891
  xmlns: "http://www.w3.org/2000/svg",
1892
1892
  width: 24,
@@ -1905,7 +1905,7 @@
1905
1905
  ArrowUpIcon.displayName = "ArrowUpIcon";
1906
1906
  var ArrowUpIcon$1 = ArrowUpIcon;
1907
1907
 
1908
- var _excluded$4X = ["gradient"];
1908
+ var _excluded$4Y = ["gradient"];
1909
1909
 
1910
1910
  /**
1911
1911
  * @component AssignIcon
@@ -1935,7 +1935,7 @@
1935
1935
  */
1936
1936
  var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1937
1937
  var gradient = _ref.gradient,
1938
- props = _objectWithoutProperties(_ref, _excluded$4X);
1938
+ props = _objectWithoutProperties(_ref, _excluded$4Y);
1939
1939
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1940
1940
  xmlns: "http://www.w3.org/2000/svg",
1941
1941
  width: 24,
@@ -1955,7 +1955,7 @@
1955
1955
  AssignIcon.displayName = "AssignIcon";
1956
1956
  var AssignIcon$1 = AssignIcon;
1957
1957
 
1958
- var _excluded$4W = ["gradient"];
1958
+ var _excluded$4X = ["gradient"];
1959
1959
 
1960
1960
  /**
1961
1961
  * @component AttachmentIcon
@@ -1985,7 +1985,7 @@
1985
1985
  */
1986
1986
  var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1987
1987
  var gradient = _ref.gradient,
1988
- props = _objectWithoutProperties(_ref, _excluded$4W);
1988
+ props = _objectWithoutProperties(_ref, _excluded$4X);
1989
1989
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1990
1990
  xmlns: "http://www.w3.org/2000/svg",
1991
1991
  width: 24,
@@ -2005,7 +2005,7 @@
2005
2005
  AttachmentIcon.displayName = "AttachmentIcon";
2006
2006
  var AttachmentIcon$1 = AttachmentIcon;
2007
2007
 
2008
- var _excluded$4V = ["gradient"];
2008
+ var _excluded$4W = ["gradient"];
2009
2009
 
2010
2010
  /**
2011
2011
  * @component BellOffSmallIcon
@@ -2035,7 +2035,7 @@
2035
2035
  */
2036
2036
  var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2037
2037
  var gradient = _ref.gradient,
2038
- props = _objectWithoutProperties(_ref, _excluded$4V);
2038
+ props = _objectWithoutProperties(_ref, _excluded$4W);
2039
2039
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2040
2040
  xmlns: "http://www.w3.org/2000/svg",
2041
2041
  width: 12,
@@ -2055,7 +2055,7 @@
2055
2055
  BellOffSmallIcon.displayName = "BellOffSmallIcon";
2056
2056
  var BellOffSmallIcon$1 = BellOffSmallIcon;
2057
2057
 
2058
- var _excluded$4U = ["gradient"];
2058
+ var _excluded$4V = ["gradient"];
2059
2059
 
2060
2060
  /**
2061
2061
  * @component BellOffIcon
@@ -2085,7 +2085,7 @@
2085
2085
  */
2086
2086
  var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2087
2087
  var gradient = _ref.gradient,
2088
- props = _objectWithoutProperties(_ref, _excluded$4U);
2088
+ props = _objectWithoutProperties(_ref, _excluded$4V);
2089
2089
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2090
2090
  xmlns: "http://www.w3.org/2000/svg",
2091
2091
  width: 24,
@@ -2105,7 +2105,7 @@
2105
2105
  BellOffIcon.displayName = "BellOffIcon";
2106
2106
  var BellOffIcon$1 = BellOffIcon;
2107
2107
 
2108
- var _excluded$4T = ["gradient"];
2108
+ var _excluded$4U = ["gradient"];
2109
2109
 
2110
2110
  /**
2111
2111
  * @component BillingIcon
@@ -2135,7 +2135,7 @@
2135
2135
  */
2136
2136
  var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2137
2137
  var gradient = _ref.gradient,
2138
- props = _objectWithoutProperties(_ref, _excluded$4T);
2138
+ props = _objectWithoutProperties(_ref, _excluded$4U);
2139
2139
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2140
2140
  xmlns: "http://www.w3.org/2000/svg",
2141
2141
  width: 24,
@@ -2158,7 +2158,7 @@
2158
2158
  BillingIcon.displayName = "BillingIcon";
2159
2159
  var BillingIcon$1 = BillingIcon;
2160
2160
 
2161
- var _excluded$4S = ["gradient"];
2161
+ var _excluded$4T = ["gradient"];
2162
2162
 
2163
2163
  /**
2164
2164
  * @component BudgetAlertIcon
@@ -2188,7 +2188,7 @@
2188
2188
  */
2189
2189
  var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2190
2190
  var gradient = _ref.gradient,
2191
- props = _objectWithoutProperties(_ref, _excluded$4S);
2191
+ props = _objectWithoutProperties(_ref, _excluded$4T);
2192
2192
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2193
2193
  xmlns: "http://www.w3.org/2000/svg",
2194
2194
  width: 24,
@@ -2208,7 +2208,7 @@
2208
2208
  BudgetAlertIcon.displayName = "BudgetAlertIcon";
2209
2209
  var BudgetAlertIcon$1 = BudgetAlertIcon;
2210
2210
 
2211
- var _excluded$4R = ["gradient"];
2211
+ var _excluded$4S = ["gradient"];
2212
2212
 
2213
2213
  /**
2214
2214
  * @component BulbIcon
@@ -2238,7 +2238,7 @@
2238
2238
  */
2239
2239
  var BulbIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2240
2240
  var gradient = _ref.gradient,
2241
- props = _objectWithoutProperties(_ref, _excluded$4R);
2241
+ props = _objectWithoutProperties(_ref, _excluded$4S);
2242
2242
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2243
2243
  xmlns: "http://www.w3.org/2000/svg",
2244
2244
  width: 16,
@@ -2257,7 +2257,7 @@
2257
2257
  BulbIcon.displayName = "BulbIcon";
2258
2258
  var BulbIcon$1 = BulbIcon;
2259
2259
 
2260
- var _excluded$4Q = ["gradient"];
2260
+ var _excluded$4R = ["gradient"];
2261
2261
 
2262
2262
  /**
2263
2263
  * @component CalendarAddXIcon
@@ -2287,7 +2287,7 @@
2287
2287
  */
2288
2288
  var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2289
2289
  var gradient = _ref.gradient,
2290
- props = _objectWithoutProperties(_ref, _excluded$4Q);
2290
+ props = _objectWithoutProperties(_ref, _excluded$4R);
2291
2291
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2292
2292
  xmlns: "http://www.w3.org/2000/svg",
2293
2293
  width: 24,
@@ -2307,7 +2307,7 @@
2307
2307
  CalendarAddXIcon.displayName = "CalendarAddXIcon";
2308
2308
  var CalendarAddXIcon$1 = CalendarAddXIcon;
2309
2309
 
2310
- var _excluded$4P = ["gradient"];
2310
+ var _excluded$4Q = ["gradient"];
2311
2311
 
2312
2312
  /**
2313
2313
  * @component CalendarImportIcon
@@ -2337,7 +2337,7 @@
2337
2337
  */
2338
2338
  var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2339
2339
  var gradient = _ref.gradient,
2340
- props = _objectWithoutProperties(_ref, _excluded$4P);
2340
+ props = _objectWithoutProperties(_ref, _excluded$4Q);
2341
2341
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2342
2342
  xmlns: "http://www.w3.org/2000/svg",
2343
2343
  width: 18,
@@ -2360,7 +2360,7 @@
2360
2360
  CalendarImportIcon.displayName = "CalendarImportIcon";
2361
2361
  var CalendarImportIcon$1 = CalendarImportIcon;
2362
2362
 
2363
- var _excluded$4O = ["gradient"];
2363
+ var _excluded$4P = ["gradient"];
2364
2364
 
2365
2365
  /**
2366
2366
  * @component CalendarIcon
@@ -2390,7 +2390,7 @@
2390
2390
  */
2391
2391
  var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2392
2392
  var gradient = _ref.gradient,
2393
- props = _objectWithoutProperties(_ref, _excluded$4O);
2393
+ props = _objectWithoutProperties(_ref, _excluded$4P);
2394
2394
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2395
2395
  xmlns: "http://www.w3.org/2000/svg",
2396
2396
  width: 24,
@@ -2410,7 +2410,7 @@
2410
2410
  CalendarIcon.displayName = "CalendarIcon";
2411
2411
  var CalendarIcon$1 = CalendarIcon;
2412
2412
 
2413
- var _excluded$4N = ["gradient"];
2413
+ var _excluded$4O = ["gradient"];
2414
2414
 
2415
2415
  /**
2416
2416
  * @component CancelCrossIcon
@@ -2440,7 +2440,7 @@
2440
2440
  */
2441
2441
  var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2442
2442
  var gradient = _ref.gradient,
2443
- props = _objectWithoutProperties(_ref, _excluded$4N);
2443
+ props = _objectWithoutProperties(_ref, _excluded$4O);
2444
2444
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2445
2445
  xmlns: "http://www.w3.org/2000/svg",
2446
2446
  width: 24,
@@ -2460,7 +2460,7 @@
2460
2460
  CancelCrossIcon.displayName = "CancelCrossIcon";
2461
2461
  var CancelCrossIcon$1 = CancelCrossIcon;
2462
2462
 
2463
- var _excluded$4M = ["gradient"];
2463
+ var _excluded$4N = ["gradient"];
2464
2464
 
2465
2465
  /**
2466
2466
  * @component CaretLeftIcon
@@ -2490,7 +2490,7 @@
2490
2490
  */
2491
2491
  var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2492
2492
  var gradient = _ref.gradient,
2493
- props = _objectWithoutProperties(_ref, _excluded$4M);
2493
+ props = _objectWithoutProperties(_ref, _excluded$4N);
2494
2494
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2495
2495
  xmlns: "http://www.w3.org/2000/svg",
2496
2496
  width: 18,
@@ -2510,7 +2510,7 @@
2510
2510
  CaretLeftIcon.displayName = "CaretLeftIcon";
2511
2511
  var CaretLeftIcon$1 = CaretLeftIcon;
2512
2512
 
2513
- var _excluded$4L = ["gradient"];
2513
+ var _excluded$4M = ["gradient"];
2514
2514
 
2515
2515
  /**
2516
2516
  * @component CaretRightIcon
@@ -2540,7 +2540,7 @@
2540
2540
  */
2541
2541
  var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2542
2542
  var gradient = _ref.gradient,
2543
- props = _objectWithoutProperties(_ref, _excluded$4L);
2543
+ props = _objectWithoutProperties(_ref, _excluded$4M);
2544
2544
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2545
2545
  xmlns: "http://www.w3.org/2000/svg",
2546
2546
  width: 18,
@@ -2560,7 +2560,7 @@
2560
2560
  CaretRightIcon.displayName = "CaretRightIcon";
2561
2561
  var CaretRightIcon$1 = CaretRightIcon;
2562
2562
 
2563
- var _excluded$4K = ["gradient"];
2563
+ var _excluded$4L = ["gradient"];
2564
2564
 
2565
2565
  /**
2566
2566
  * @component ChatIcon
@@ -2590,7 +2590,7 @@
2590
2590
  */
2591
2591
  var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2592
2592
  var gradient = _ref.gradient,
2593
- props = _objectWithoutProperties(_ref, _excluded$4K);
2593
+ props = _objectWithoutProperties(_ref, _excluded$4L);
2594
2594
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2595
2595
  xmlns: "http://www.w3.org/2000/svg",
2596
2596
  width: 24,
@@ -2610,7 +2610,7 @@
2610
2610
  ChatIcon.displayName = "ChatIcon";
2611
2611
  var ChatIcon$1 = ChatIcon;
2612
2612
 
2613
- var _excluded$4J = ["gradient"];
2613
+ var _excluded$4K = ["gradient"];
2614
2614
 
2615
2615
  /**
2616
2616
  * @component CheckIcon
@@ -2640,7 +2640,7 @@
2640
2640
  */
2641
2641
  var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2642
2642
  var gradient = _ref.gradient,
2643
- props = _objectWithoutProperties(_ref, _excluded$4J);
2643
+ props = _objectWithoutProperties(_ref, _excluded$4K);
2644
2644
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2645
2645
  xmlns: "http://www.w3.org/2000/svg",
2646
2646
  width: 24,
@@ -2660,7 +2660,7 @@
2660
2660
  CheckIcon.displayName = "CheckIcon";
2661
2661
  var CheckIcon$1 = CheckIcon;
2662
2662
 
2663
- var _excluded$4I = ["gradient"];
2663
+ var _excluded$4J = ["gradient"];
2664
2664
 
2665
2665
  /**
2666
2666
  * @component CheckboxBlankTogglerIcon
@@ -2690,7 +2690,7 @@
2690
2690
  */
2691
2691
  var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2692
2692
  var gradient = _ref.gradient,
2693
- props = _objectWithoutProperties(_ref, _excluded$4I);
2693
+ props = _objectWithoutProperties(_ref, _excluded$4J);
2694
2694
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2695
2695
  xmlns: "http://www.w3.org/2000/svg",
2696
2696
  width: 24,
@@ -2710,7 +2710,7 @@
2710
2710
  CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
2711
2711
  var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
2712
2712
 
2713
- var _excluded$4H = ["gradient"];
2713
+ var _excluded$4I = ["gradient"];
2714
2714
 
2715
2715
  /**
2716
2716
  * @component CheckboxCircleArrowIcon
@@ -2740,7 +2740,7 @@
2740
2740
  */
2741
2741
  var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2742
2742
  var gradient = _ref.gradient,
2743
- props = _objectWithoutProperties(_ref, _excluded$4H);
2743
+ props = _objectWithoutProperties(_ref, _excluded$4I);
2744
2744
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2745
2745
  xmlns: "http://www.w3.org/2000/svg",
2746
2746
  width: 24,
@@ -2760,7 +2760,7 @@
2760
2760
  CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
2761
2761
  var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
2762
2762
 
2763
- var _excluded$4G = ["gradient"];
2763
+ var _excluded$4H = ["gradient"];
2764
2764
 
2765
2765
  /**
2766
2766
  * @component CheckboxCircleBlankIcon
@@ -2790,7 +2790,7 @@
2790
2790
  */
2791
2791
  var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2792
2792
  var gradient = _ref.gradient,
2793
- props = _objectWithoutProperties(_ref, _excluded$4G);
2793
+ props = _objectWithoutProperties(_ref, _excluded$4H);
2794
2794
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2795
2795
  xmlns: "http://www.w3.org/2000/svg",
2796
2796
  width: 15,
@@ -2811,7 +2811,7 @@
2811
2811
  CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
2812
2812
  var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
2813
2813
 
2814
- var _excluded$4F = ["gradient"];
2814
+ var _excluded$4G = ["gradient"];
2815
2815
 
2816
2816
  /**
2817
2817
  * @component CheckboxDocumentsIcon
@@ -2841,7 +2841,7 @@
2841
2841
  */
2842
2842
  var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2843
2843
  var gradient = _ref.gradient,
2844
- props = _objectWithoutProperties(_ref, _excluded$4F);
2844
+ props = _objectWithoutProperties(_ref, _excluded$4G);
2845
2845
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2846
2846
  xmlns: "http://www.w3.org/2000/svg",
2847
2847
  width: 24,
@@ -2861,7 +2861,7 @@
2861
2861
  CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
2862
2862
  var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
2863
2863
 
2864
- var _excluded$4E = ["gradient"];
2864
+ var _excluded$4F = ["gradient"];
2865
2865
 
2866
2866
  /**
2867
2867
  * @component CheckboxIcon
@@ -2891,7 +2891,7 @@
2891
2891
  */
2892
2892
  var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2893
2893
  var gradient = _ref.gradient,
2894
- props = _objectWithoutProperties(_ref, _excluded$4E);
2894
+ props = _objectWithoutProperties(_ref, _excluded$4F);
2895
2895
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2896
2896
  xmlns: "http://www.w3.org/2000/svg",
2897
2897
  width: 16,
@@ -2921,7 +2921,7 @@
2921
2921
  CheckboxIcon$2.displayName = "CheckboxIcon";
2922
2922
  var CheckboxIcon$3 = CheckboxIcon$2;
2923
2923
 
2924
- var _excluded$4D = ["gradient"];
2924
+ var _excluded$4E = ["gradient"];
2925
2925
 
2926
2926
  /**
2927
2927
  * @component ChecklistSmallIcon
@@ -2951,7 +2951,7 @@
2951
2951
  */
2952
2952
  var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2953
2953
  var gradient = _ref.gradient,
2954
- props = _objectWithoutProperties(_ref, _excluded$4D);
2954
+ props = _objectWithoutProperties(_ref, _excluded$4E);
2955
2955
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2956
2956
  xmlns: "http://www.w3.org/2000/svg",
2957
2957
  width: 12,
@@ -2971,7 +2971,7 @@
2971
2971
  ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
2972
2972
  var ChecklistSmallIcon$1 = ChecklistSmallIcon;
2973
2973
 
2974
- var _excluded$4C = ["gradient"];
2974
+ var _excluded$4D = ["gradient"];
2975
2975
 
2976
2976
  /**
2977
2977
  * @component ChecklistIcon
@@ -3001,7 +3001,7 @@
3001
3001
  */
3002
3002
  var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3003
3003
  var gradient = _ref.gradient,
3004
- props = _objectWithoutProperties(_ref, _excluded$4C);
3004
+ props = _objectWithoutProperties(_ref, _excluded$4D);
3005
3005
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3006
3006
  xmlns: "http://www.w3.org/2000/svg",
3007
3007
  width: 24,
@@ -3021,6 +3021,59 @@
3021
3021
  ChecklistIcon.displayName = "ChecklistIcon";
3022
3022
  var ChecklistIcon$1 = ChecklistIcon;
3023
3023
 
3024
+ var _excluded$4C = ["gradient"];
3025
+
3026
+ /**
3027
+ * @component CircleDotIcon
3028
+ * @description
3029
+ *
3030
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
3031
+ * The Icon component is
3032
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
3033
+ *
3034
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
3035
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
3036
+ *
3037
+ * @example
3038
+ * return (
3039
+ * <CircleDotIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
3040
+ * )
3041
+ *
3042
+ * @example
3043
+ * return (
3044
+ * <CircleDotIcon className="mr-2" />
3045
+ * )
3046
+ *
3047
+ * @see
3048
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
3049
+ * @see
3050
+ * https://design.activecollab.com/docs/foundations/icons
3051
+ */
3052
+ var CircleDotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3053
+ var gradient = _ref.gradient,
3054
+ props = _objectWithoutProperties(_ref, _excluded$4C);
3055
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3056
+ xmlns: "http://www.w3.org/2000/svg",
3057
+ width: 24,
3058
+ height: 24,
3059
+ viewBox: "0 0 24 24",
3060
+ "data-testid": "CircleDotIcon",
3061
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
3062
+ focusable: false,
3063
+ ref: ref
3064
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
3065
+ gradient: gradient
3066
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
3067
+ d: "M12 4.222a7.778 7.778 0 1 0 0 15.556 7.778 7.778 0 0 0 0-15.556M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20"
3068
+ }), /*#__PURE__*/React__default["default"].createElement("circle", {
3069
+ cx: 12,
3070
+ cy: 12,
3071
+ r: 3.3
3072
+ }));
3073
+ });
3074
+ CircleDotIcon.displayName = "CircleDotIcon";
3075
+ var CircleDotIcon$1 = CircleDotIcon;
3076
+
3024
3077
  var _excluded$4B = ["gradient"];
3025
3078
 
3026
3079
  /**
@@ -24430,7 +24483,7 @@
24430
24483
  });
24431
24484
  EditableContent.displayName = "EditableContent";
24432
24485
 
24433
- var _excluded$f = ["onSave", "onCancel", "value", "inputProps", "allowEmptyString", "multiline", "variant", "weight", "disabled", "invalid", "wrapRef", "children"];
24486
+ var _excluded$f = ["onSave", "onCancel", "value", "inputProps", "allowEmptyString", "multiline", "submitOnMetaEnter", "variant", "weight", "disabled", "invalid", "wrapRef", "children"];
24434
24487
  var EditableText = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
24435
24488
  var onSave = _ref.onSave,
24436
24489
  onCancel = _ref.onCancel,
@@ -24439,6 +24492,8 @@
24439
24492
  allowEmptyString = _ref.allowEmptyString,
24440
24493
  _ref$multiline = _ref.multiline,
24441
24494
  multiline = _ref$multiline === void 0 ? false : _ref$multiline,
24495
+ _ref$submitOnMetaEnte = _ref.submitOnMetaEnter,
24496
+ submitOnMetaEnter = _ref$submitOnMetaEnte === void 0 ? false : _ref$submitOnMetaEnte,
24442
24497
  _ref$variant = _ref.variant,
24443
24498
  variant = _ref$variant === void 0 ? "Body 2" : _ref$variant,
24444
24499
  weight = _ref.weight,
@@ -24494,6 +24549,10 @@
24494
24549
  if (e.key === "Enter" && !multiline) {
24495
24550
  e.target.blur();
24496
24551
  }
24552
+ if (e.key === "Enter" && multiline && submitOnMetaEnter && (e.metaKey || e.ctrlKey)) {
24553
+ e.preventDefault();
24554
+ e.target.blur();
24555
+ }
24497
24556
  if (e.key === "Escape") {
24498
24557
  e.preventDefault();
24499
24558
  e.stopPropagation();
@@ -24501,7 +24560,7 @@
24501
24560
  e.target.blur();
24502
24561
  typeof onCancel === "function" && onCancel(e);
24503
24562
  }
24504
- }, [onCancel, multiline]);
24563
+ }, [onCancel, multiline, submitOnMetaEnter]);
24505
24564
  var handleChange = React.useCallback(function (e) {
24506
24565
  setCurrentValue(e.target.value);
24507
24566
  }, []);
@@ -26731,6 +26790,7 @@
26731
26790
  exports.Chip = Chip;
26732
26791
  exports.Choose = Choose;
26733
26792
  exports.ChooseV2 = ChooseV2;
26793
+ exports.CircleDotIcon = CircleDotIcon$1;
26734
26794
  exports.CircleIcon = CircleIcon$1;
26735
26795
  exports.CircleMultipleIcon = CircleMultipleIcon$1;
26736
26796
  exports.ClockAddIcon = ClockAddIcon$1;