@activecollab/components 1.0.258 → 1.0.260
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/cjs/components/CommandPallete/CommandPallete.js +38 -0
- package/dist/cjs/components/CommandPallete/CommandPallete.js.map +1 -0
- package/dist/cjs/components/CommandPallete/CommandPallete.styles.js +55 -0
- package/dist/cjs/components/CommandPallete/CommandPallete.styles.js.map +1 -0
- package/dist/cjs/components/CommandPallete/CommandPalleteHeader.js +40 -0
- package/dist/cjs/components/CommandPallete/CommandPalleteHeader.js.map +1 -0
- package/dist/cjs/components/CommandPallete/CommandPalleteItem.js +24 -0
- package/dist/cjs/components/CommandPallete/CommandPalleteItem.js.map +1 -0
- package/dist/cjs/components/CommandPallete/CommandPalleteList.js +19 -0
- package/dist/cjs/components/CommandPallete/CommandPalleteList.js.map +1 -0
- package/dist/cjs/components/CommandPallete/index.js +17 -0
- package/dist/cjs/components/CommandPallete/index.js.map +1 -0
- package/dist/cjs/components/Icons/collection/ArrowDown.js +46 -0
- package/dist/cjs/components/Icons/collection/ArrowDown.js.map +1 -0
- package/dist/cjs/components/Icons/collection/ArrowUp.js +46 -0
- package/dist/cjs/components/Icons/collection/ArrowUp.js.map +1 -0
- package/dist/cjs/components/Icons/collection/Close.js +48 -0
- package/dist/cjs/components/Icons/collection/Close.js.map +1 -0
- package/dist/cjs/components/Icons/collection/Hashtag.js +48 -0
- package/dist/cjs/components/Icons/collection/Hashtag.js.map +1 -0
- package/dist/cjs/components/Icons/collection/SearchLarge.js +48 -0
- package/dist/cjs/components/Icons/collection/SearchLarge.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +35 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/CommandPallete/CommandPallete.d.ts +20 -0
- package/dist/esm/components/CommandPallete/CommandPallete.d.ts.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPallete.js +32 -0
- package/dist/esm/components/CommandPallete/CommandPallete.js.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPallete.styles.d.ts +10 -0
- package/dist/esm/components/CommandPallete/CommandPallete.styles.d.ts.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPallete.styles.js +39 -0
- package/dist/esm/components/CommandPallete/CommandPallete.styles.js.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPalleteHeader.d.ts +11 -0
- package/dist/esm/components/CommandPallete/CommandPalleteHeader.d.ts.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPalleteHeader.js +35 -0
- package/dist/esm/components/CommandPallete/CommandPalleteHeader.js.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPalleteItem.d.ts +10 -0
- package/dist/esm/components/CommandPallete/CommandPalleteItem.d.ts.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPalleteItem.js +16 -0
- package/dist/esm/components/CommandPallete/CommandPalleteItem.js.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPalleteList.d.ts +8 -0
- package/dist/esm/components/CommandPallete/CommandPalleteList.d.ts.map +1 -0
- package/dist/esm/components/CommandPallete/CommandPalleteList.js +14 -0
- package/dist/esm/components/CommandPallete/CommandPalleteList.js.map +1 -0
- package/dist/esm/components/CommandPallete/index.d.ts +2 -0
- package/dist/esm/components/CommandPallete/index.d.ts.map +1 -0
- package/dist/esm/components/CommandPallete/index.js +2 -0
- package/dist/esm/components/CommandPallete/index.js.map +1 -0
- package/dist/esm/components/Icons/collection/ArrowDown.d.ts +23 -0
- package/dist/esm/components/Icons/collection/ArrowDown.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/ArrowDown.js +39 -0
- package/dist/esm/components/Icons/collection/ArrowDown.js.map +1 -0
- package/dist/esm/components/Icons/collection/ArrowUp.d.ts +23 -0
- package/dist/esm/components/Icons/collection/ArrowUp.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/ArrowUp.js +39 -0
- package/dist/esm/components/Icons/collection/ArrowUp.js.map +1 -0
- package/dist/esm/components/Icons/collection/Close.d.ts +23 -0
- package/dist/esm/components/Icons/collection/Close.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Close.js +41 -0
- package/dist/esm/components/Icons/collection/Close.js.map +1 -0
- package/dist/esm/components/Icons/collection/Hashtag.d.ts +23 -0
- package/dist/esm/components/Icons/collection/Hashtag.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Hashtag.js +41 -0
- package/dist/esm/components/Icons/collection/Hashtag.js.map +1 -0
- package/dist/esm/components/Icons/collection/SearchLarge.d.ts +23 -0
- package/dist/esm/components/Icons/collection/SearchLarge.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/SearchLarge.js +41 -0
- package/dist/esm/components/Icons/collection/SearchLarge.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +5 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +5 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/index.js +191 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1419,6 +1419,42 @@
|
|
|
1419
1419
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1420
1420
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1421
1421
|
|
|
1422
|
+
/**
|
|
1423
|
+
* @component ArrowDownIcon
|
|
1424
|
+
* @description
|
|
1425
|
+
*
|
|
1426
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
1427
|
+
* The Icon component is
|
|
1428
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
1429
|
+
*
|
|
1430
|
+
*
|
|
1431
|
+
* @example
|
|
1432
|
+
* return (
|
|
1433
|
+
* <ArrowDownIcon className="mr-2" />
|
|
1434
|
+
* )
|
|
1435
|
+
*
|
|
1436
|
+
* @see
|
|
1437
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
1438
|
+
* @see
|
|
1439
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
1440
|
+
*/
|
|
1441
|
+
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
1442
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1443
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1444
|
+
width: 24,
|
|
1445
|
+
height: 24,
|
|
1446
|
+
"data-testid": "ArrowDownIcon",
|
|
1447
|
+
fill: "var(--color-theme-600)",
|
|
1448
|
+
focusable: false,
|
|
1449
|
+
ref: svgRef
|
|
1450
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
1451
|
+
fillRule: "evenodd",
|
|
1452
|
+
d: "M15.372 10.264a.993.993 0 011.349 0 .867.867 0 010 1.275L12 16l-4.72-4.461a.867.867 0 010-1.275.993.993 0 011.348 0L12 13.451l3.372-3.187z"
|
|
1453
|
+
}));
|
|
1454
|
+
});
|
|
1455
|
+
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1456
|
+
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1457
|
+
|
|
1422
1458
|
/**
|
|
1423
1459
|
* @component ArrowExpandeMultipleIcon
|
|
1424
1460
|
* @description
|
|
@@ -1640,6 +1676,42 @@
|
|
|
1640
1676
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1641
1677
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1642
1678
|
|
|
1679
|
+
/**
|
|
1680
|
+
* @component ArrowUpIcon
|
|
1681
|
+
* @description
|
|
1682
|
+
*
|
|
1683
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
1684
|
+
* The Icon component is
|
|
1685
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
1686
|
+
*
|
|
1687
|
+
*
|
|
1688
|
+
* @example
|
|
1689
|
+
* return (
|
|
1690
|
+
* <ArrowUpIcon className="mr-2" />
|
|
1691
|
+
* )
|
|
1692
|
+
*
|
|
1693
|
+
* @see
|
|
1694
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
1695
|
+
* @see
|
|
1696
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
1697
|
+
*/
|
|
1698
|
+
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
1699
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1700
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1701
|
+
width: 24,
|
|
1702
|
+
height: 24,
|
|
1703
|
+
"data-testid": "ArrowUpIcon",
|
|
1704
|
+
fill: "var(--color-theme-600)",
|
|
1705
|
+
focusable: false,
|
|
1706
|
+
ref: svgRef
|
|
1707
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
1708
|
+
fillRule: "evenodd",
|
|
1709
|
+
d: "M15.372 14.236a.993.993 0 001.349 0 .867.867 0 000-1.275L12 8.5l-4.72 4.461a.867.867 0 000 1.275.993.993 0 001.348 0L12 11.049l3.372 3.187z"
|
|
1710
|
+
}));
|
|
1711
|
+
});
|
|
1712
|
+
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1713
|
+
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1714
|
+
|
|
1643
1715
|
/**
|
|
1644
1716
|
* @component AssignIcon
|
|
1645
1717
|
* @description
|
|
@@ -2539,6 +2611,44 @@
|
|
|
2539
2611
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
2540
2612
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
2541
2613
|
|
|
2614
|
+
/**
|
|
2615
|
+
* @component CloseIcon
|
|
2616
|
+
* @description
|
|
2617
|
+
*
|
|
2618
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
2619
|
+
* The Icon component is
|
|
2620
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
2621
|
+
*
|
|
2622
|
+
*
|
|
2623
|
+
* @example
|
|
2624
|
+
* return (
|
|
2625
|
+
* <CloseIcon className="mr-2" />
|
|
2626
|
+
* )
|
|
2627
|
+
*
|
|
2628
|
+
* @see
|
|
2629
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
2630
|
+
* @see
|
|
2631
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
2632
|
+
*/
|
|
2633
|
+
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
2634
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2635
|
+
width: 24,
|
|
2636
|
+
height: 24,
|
|
2637
|
+
viewBox: "0 0 24 24",
|
|
2638
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2639
|
+
"data-testid": "CloseIcon",
|
|
2640
|
+
fill: "var(--color-theme-600)",
|
|
2641
|
+
focusable: false,
|
|
2642
|
+
ref: svgRef
|
|
2643
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2644
|
+
fillRule: "evenodd",
|
|
2645
|
+
clipRule: "evenodd",
|
|
2646
|
+
d: "M7.613 6.21l.094.083L12 10.585l4.293-4.292a1 1 0 011.497 1.32l-.083.094L13.415 12l4.292 4.293a1 1 0 01-1.32 1.497l-.094-.083L12 13.415l-4.293 4.292a1 1 0 01-1.497-1.32l.083-.094L10.585 12 6.293 7.707a1 1 0 011.32-1.497z"
|
|
2647
|
+
}));
|
|
2648
|
+
});
|
|
2649
|
+
CloseIcon.displayName = "CloseIcon";
|
|
2650
|
+
var CloseIcon$1 = CloseIcon;
|
|
2651
|
+
|
|
2542
2652
|
/**
|
|
2543
2653
|
* @component CollapsIcon
|
|
2544
2654
|
* @description
|
|
@@ -3914,6 +4024,44 @@
|
|
|
3914
4024
|
GiftIcon.displayName = "GiftIcon";
|
|
3915
4025
|
var GiftIcon$1 = GiftIcon;
|
|
3916
4026
|
|
|
4027
|
+
/**
|
|
4028
|
+
* @component HashtagIcon
|
|
4029
|
+
* @description
|
|
4030
|
+
*
|
|
4031
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
4032
|
+
* The Icon component is
|
|
4033
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
4034
|
+
*
|
|
4035
|
+
*
|
|
4036
|
+
* @example
|
|
4037
|
+
* return (
|
|
4038
|
+
* <HashtagIcon className="mr-2" />
|
|
4039
|
+
* )
|
|
4040
|
+
*
|
|
4041
|
+
* @see
|
|
4042
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
4043
|
+
* @see
|
|
4044
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
4045
|
+
*/
|
|
4046
|
+
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
4047
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4048
|
+
width: 24,
|
|
4049
|
+
height: 24,
|
|
4050
|
+
viewBox: "0 0 24 24",
|
|
4051
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4052
|
+
"data-testid": "HashtagIcon",
|
|
4053
|
+
fill: "var(--color-theme-600)",
|
|
4054
|
+
focusable: false,
|
|
4055
|
+
ref: svgRef
|
|
4056
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
4057
|
+
fillRule: "evenodd",
|
|
4058
|
+
clipRule: "evenodd",
|
|
4059
|
+
d: "M5.33 21l.719-4H2l.354-2h4.049l1.073-6H3.427l.354-2H7.83l.719-4h2.024l-.719 4h6.073l.719-4h2.024l-.719 4H22l-.354 2h-4.049l-1.073 6h4.049l-.354 2H16.17l-.719 4h-2.024l.719-4H8.073l-.719 4H5.33zM9.5 9l-1.073 6H14.5l1.073-6H9.5z"
|
|
4060
|
+
}));
|
|
4061
|
+
});
|
|
4062
|
+
HashtagIcon.displayName = "HashtagIcon";
|
|
4063
|
+
var HashtagIcon$1 = HashtagIcon;
|
|
4064
|
+
|
|
3917
4065
|
/**
|
|
3918
4066
|
* @component HelpIcon
|
|
3919
4067
|
* @description
|
|
@@ -5948,6 +6096,44 @@
|
|
|
5948
6096
|
RocketIcon.displayName = "RocketIcon";
|
|
5949
6097
|
var RocketIcon$1 = RocketIcon;
|
|
5950
6098
|
|
|
6099
|
+
/**
|
|
6100
|
+
* @component SearchLargeIcon
|
|
6101
|
+
* @description
|
|
6102
|
+
*
|
|
6103
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
6104
|
+
* The Icon component is
|
|
6105
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
6106
|
+
*
|
|
6107
|
+
*
|
|
6108
|
+
* @example
|
|
6109
|
+
* return (
|
|
6110
|
+
* <SearchLargeIcon className="mr-2" />
|
|
6111
|
+
* )
|
|
6112
|
+
*
|
|
6113
|
+
* @see
|
|
6114
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
6115
|
+
* @see
|
|
6116
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
6117
|
+
*/
|
|
6118
|
+
var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (props, svgRef) {
|
|
6119
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6120
|
+
width: 32,
|
|
6121
|
+
height: 32,
|
|
6122
|
+
viewBox: "0 0 32 32",
|
|
6123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6124
|
+
"data-testid": "SearchLargeIcon",
|
|
6125
|
+
fill: "var(--color-theme-600)",
|
|
6126
|
+
focusable: false,
|
|
6127
|
+
ref: svgRef
|
|
6128
|
+
}, props), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6129
|
+
fillRule: "evenodd",
|
|
6130
|
+
clipRule: "evenodd",
|
|
6131
|
+
d: "M14 4c5.523 0 10 4.477 10 10 0 2.31-.783 4.436-2.098 6.129.088.04.17.09.248.15l.126.111 5.334 5.334a1.333 1.333 0 01-1.76 1.996l-.126-.11-5.334-5.334a1.332 1.332 0 01-.263-.373A9.953 9.953 0 0114 24C8.477 24 4 19.523 4 14S8.477 4 14 4zm0 2.667a7.333 7.333 0 100 14.666 7.333 7.333 0 000-14.666z"
|
|
6132
|
+
}));
|
|
6133
|
+
});
|
|
6134
|
+
SearchLargeIcon.displayName = "SearchLargeIcon";
|
|
6135
|
+
var SearchLargeIcon$1 = SearchLargeIcon;
|
|
6136
|
+
|
|
5951
6137
|
/**
|
|
5952
6138
|
* @component SearchIcon
|
|
5953
6139
|
* @description
|
|
@@ -15565,12 +15751,14 @@
|
|
|
15565
15751
|
exports.ApplauseIcon = ApplauseIcon$1;
|
|
15566
15752
|
exports.ArrowBackMobileIcon = ArrowBackMobileIcon$1;
|
|
15567
15753
|
exports.ArrowCollapseMultipleIcon = ArrowCollapseMultipleIcon$1;
|
|
15754
|
+
exports.ArrowDownIcon = ArrowDownIcon$1;
|
|
15568
15755
|
exports.ArrowDownLongIcon = ArrowDownLongIcon$1;
|
|
15569
15756
|
exports.ArrowExpandeMultipleIcon = ArrowExpandeMultipleIcon$1;
|
|
15570
15757
|
exports.ArrowLeftBoxIcon = ArrowLeftBoxIcon$1;
|
|
15571
15758
|
exports.ArrowLeftIcon = ArrowLeftIcon$1;
|
|
15572
15759
|
exports.ArrowRefreshIcon = ArrowRefreshIcon$1;
|
|
15573
15760
|
exports.ArrowRightIcon = ArrowRightIcon$1;
|
|
15761
|
+
exports.ArrowUpIcon = ArrowUpIcon$1;
|
|
15574
15762
|
exports.ArrowUpLongIcon = ArrowUpLongIcon$1;
|
|
15575
15763
|
exports.AssignIcon = AssignIcon$1;
|
|
15576
15764
|
exports.AttachmentIcon = AttachmentIcon$1;
|
|
@@ -15612,6 +15800,7 @@
|
|
|
15612
15800
|
exports.ClockSmallIcon = ClockSmallIcon$1;
|
|
15613
15801
|
exports.ClockStopwatchIcon = ClockStopwatchIcon$1;
|
|
15614
15802
|
exports.ClockStopwatchSmallIcon = ClockStopwatchSmallIcon$1;
|
|
15803
|
+
exports.CloseIcon = CloseIcon$1;
|
|
15615
15804
|
exports.CloseSmallIcon = CloseSmallIcon$1;
|
|
15616
15805
|
exports.CollapsIcon = CollapsIcon$1;
|
|
15617
15806
|
exports.CollapseAllIcon = CollapseAllIcon$1;
|
|
@@ -15672,6 +15861,7 @@
|
|
|
15672
15861
|
exports.GiftIcon = GiftIcon$1;
|
|
15673
15862
|
exports.GlobalAddButton = GlobalAddButton;
|
|
15674
15863
|
exports.GlobalStyle = GlobalStyle;
|
|
15864
|
+
exports.HashtagIcon = HashtagIcon$1;
|
|
15675
15865
|
exports.Header = Header;
|
|
15676
15866
|
exports.Header2 = Header2;
|
|
15677
15867
|
exports.Header3 = Header3;
|
|
@@ -15771,6 +15961,7 @@
|
|
|
15771
15961
|
exports.ScrollElement = ScrollElement;
|
|
15772
15962
|
exports.ScrollShadow = ScrollShadow;
|
|
15773
15963
|
exports.SearchIcon = SearchIcon$1;
|
|
15964
|
+
exports.SearchLargeIcon = SearchLargeIcon$1;
|
|
15774
15965
|
exports.Select = Select;
|
|
15775
15966
|
exports.SelectDate = SelectDate;
|
|
15776
15967
|
exports.SelectTrigger = SelectTrigger;
|