@activecollab/components 2.0.371 → 2.0.373
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/Icons/collection/ConnectionIcon.js +9 -17
- package/dist/cjs/components/Icons/collection/ConnectionIcon.js.map +1 -1
- package/dist/cjs/components/Icons/collection/ShapesIcon.js +61 -0
- package/dist/cjs/components/Icons/collection/ShapesIcon.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +7 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/components/StackedCard/StackedCard.js +103 -19
- package/dist/cjs/components/StackedCard/StackedCard.js.map +1 -1
- package/dist/cjs/components/StackedCard/Styles.js +23 -18
- package/dist/cjs/components/StackedCard/Styles.js.map +1 -1
- package/dist/cjs/components/StackedCard/index.js +22 -0
- package/dist/cjs/components/StackedCard/index.js.map +1 -1
- package/dist/cjs/components/StackedCard/resizePolicy.js +238 -0
- package/dist/cjs/components/StackedCard/resizePolicy.js.map +1 -0
- package/dist/cjs/components/StackedCard/resizePolicy.test.js +474 -0
- package/dist/cjs/components/StackedCard/resizePolicy.test.js.map +1 -0
- package/dist/cjs/components/StackedCard/useStackedCardResize.js +145 -0
- package/dist/cjs/components/StackedCard/useStackedCardResize.js.map +1 -0
- package/dist/cjs/presentation/stackedCard/content/LinkCard.js +35 -22
- package/dist/cjs/presentation/stackedCard/content/LinkCard.js.map +1 -1
- package/dist/esm/components/Icons/collection/ConnectionIcon.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/ConnectionIcon.js +9 -17
- package/dist/esm/components/Icons/collection/ConnectionIcon.js.map +1 -1
- package/dist/esm/components/Icons/collection/ShapesIcon.d.ts +32 -0
- package/dist/esm/components/Icons/collection/ShapesIcon.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/ShapesIcon.js +54 -0
- package/dist/esm/components/Icons/collection/ShapesIcon.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/StackedCard/StackedCard.d.ts +44 -3
- package/dist/esm/components/StackedCard/StackedCard.d.ts.map +1 -1
- package/dist/esm/components/StackedCard/StackedCard.js +102 -19
- package/dist/esm/components/StackedCard/StackedCard.js.map +1 -1
- package/dist/esm/components/StackedCard/Styles.d.ts +4 -1
- package/dist/esm/components/StackedCard/Styles.d.ts.map +1 -1
- package/dist/esm/components/StackedCard/Styles.js +23 -18
- package/dist/esm/components/StackedCard/Styles.js.map +1 -1
- package/dist/esm/components/StackedCard/index.d.ts +2 -0
- package/dist/esm/components/StackedCard/index.d.ts.map +1 -1
- package/dist/esm/components/StackedCard/index.js +2 -0
- package/dist/esm/components/StackedCard/index.js.map +1 -1
- package/dist/esm/components/StackedCard/resizePolicy.d.ts +111 -0
- package/dist/esm/components/StackedCard/resizePolicy.d.ts.map +1 -0
- package/dist/esm/{presentation/stackedCard → components/StackedCard}/resizePolicy.js +93 -48
- package/dist/esm/components/StackedCard/resizePolicy.js.map +1 -0
- package/dist/esm/components/StackedCard/resizePolicy.test.d.ts +2 -0
- package/dist/esm/components/StackedCard/resizePolicy.test.d.ts.map +1 -0
- package/dist/esm/components/StackedCard/resizePolicy.test.js +470 -0
- package/dist/esm/components/StackedCard/resizePolicy.test.js.map +1 -0
- package/dist/esm/components/StackedCard/useStackedCardResize.d.ts +62 -0
- package/dist/esm/components/StackedCard/useStackedCardResize.d.ts.map +1 -0
- package/dist/esm/components/StackedCard/useStackedCardResize.js +137 -0
- package/dist/esm/components/StackedCard/useStackedCardResize.js.map +1 -0
- package/dist/esm/presentation/stackedCard/content/LinkCard.d.ts.map +1 -1
- package/dist/esm/presentation/stackedCard/content/LinkCard.js +35 -20
- package/dist/esm/presentation/stackedCard/content/LinkCard.js.map +1 -1
- package/dist/index.js +989 -482
- 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/cjs/presentation/stackedCard/resizePolicy.js +0 -183
- package/dist/cjs/presentation/stackedCard/resizePolicy.js.map +0 -1
- package/dist/esm/presentation/stackedCard/resizePolicy.d.ts +0 -97
- package/dist/esm/presentation/stackedCard/resizePolicy.d.ts.map +0 -1
- package/dist/esm/presentation/stackedCard/resizePolicy.js.map +0 -1
|
@@ -52,23 +52,15 @@ var ConnectionIcon = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref)
|
|
|
52
52
|
}, props), /*#__PURE__*/_react.default.createElement(_GradientDefs.GradientDefs, {
|
|
53
53
|
gradient: gradient
|
|
54
54
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
stroke: "var(--color-theme-600)",
|
|
65
|
-
strokeLinecap: "round",
|
|
66
|
-
strokeLinejoin: "round",
|
|
67
|
-
strokeWidth: 2,
|
|
68
|
-
d: "M4 20v-7a4 4 0 0 1 4-4h12",
|
|
69
|
-
style: {
|
|
70
|
-
fill: "none"
|
|
71
|
-
}
|
|
55
|
+
d: "M6 19c.075-4.623 2.637-5.022 6.243-6.03C15.637 12.228 20.075 10.877 20 5h-2c-.075 4.623-2.637 5.022-6.243 6.03C8.363 11.772 3.925 13.123 4 19Z"
|
|
56
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
57
|
+
cx: 5,
|
|
58
|
+
cy: 19,
|
|
59
|
+
r: 2.5
|
|
60
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
61
|
+
cx: 19,
|
|
62
|
+
cy: 5,
|
|
63
|
+
r: 2.5
|
|
72
64
|
}));
|
|
73
65
|
});
|
|
74
66
|
ConnectionIcon.displayName = "ConnectionIcon";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionIcon.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","ConnectionIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","focusable","GradientDefs","
|
|
1
|
+
{"version":3,"file":"ConnectionIcon.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","ConnectionIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","focusable","GradientDefs","d","cx","cy","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ConnectionIcon.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component ConnectionIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <ConnectionIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <ConnectionIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ConnectionIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"ConnectionIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path d=\"M6 19c.075-4.623 2.637-5.022 6.243-6.03C15.637 12.228 20.075 10.877 20 5h-2c-.075 4.623-2.637 5.022-6.243 6.03C8.363 11.772 3.925 13.123 4 19Z\" />\n <circle cx={5} cy={19} r={2.5} />\n <circle cx={19} cy={5} r={2.5} />\n </svg>\n )\n);\nConnectionIcon.displayName = \"ConnectionIcon\";\nexport default ConnectionIcon;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _GradientDefs = require("../../GradientDefs");
|
|
9
|
+
var _excluded = ["gradient"];
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
12
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
13
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
14
|
+
/**
|
|
15
|
+
* @component ShapesIcon
|
|
16
|
+
* @description
|
|
17
|
+
*
|
|
18
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
19
|
+
* The Icon component is
|
|
20
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
21
|
+
*
|
|
22
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
23
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* return (
|
|
27
|
+
* <ShapesIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
28
|
+
* )
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* return (
|
|
32
|
+
* <ShapesIcon className="mr-2" />
|
|
33
|
+
* )
|
|
34
|
+
*
|
|
35
|
+
* @see
|
|
36
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
37
|
+
* @see
|
|
38
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
39
|
+
*/
|
|
40
|
+
var ShapesIcon = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
|
|
41
|
+
var gradient = _ref.gradient,
|
|
42
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
43
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
width: 24,
|
|
46
|
+
height: 24,
|
|
47
|
+
viewBox: "0 0 24 24",
|
|
48
|
+
"data-testid": "ShapesIcon",
|
|
49
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
50
|
+
focusable: false,
|
|
51
|
+
ref: ref
|
|
52
|
+
}, props), /*#__PURE__*/_react.default.createElement(_GradientDefs.GradientDefs, {
|
|
53
|
+
gradient: gradient
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
d: "M10.11 16.47a7 7 0 1 1 6.36-6.36l-1.99-.17a5 5 0 1 0-4.54 4.54ZM14.5 12h4a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5h-4a2.5 2.5 0 0 1-2.5-2.5v-4a2.5 2.5 0 0 1 2.5-2.5m0 2h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5"
|
|
57
|
+
}));
|
|
58
|
+
});
|
|
59
|
+
ShapesIcon.displayName = "ShapesIcon";
|
|
60
|
+
var _default = exports.default = ShapesIcon;
|
|
61
|
+
//# sourceMappingURL=ShapesIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShapesIcon.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","ShapesIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","focusable","GradientDefs","fillRule","d","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ShapesIcon.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component ShapesIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <ShapesIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <ShapesIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ShapesIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"ShapesIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M10.11 16.47a7 7 0 1 1 6.36-6.36l-1.99-.17a5 5 0 1 0-4.54 4.54ZM14.5 12h4a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5h-4a2.5 2.5 0 0 1-2.5-2.5v-4a2.5 2.5 0 0 1 2.5-2.5m0 2h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5\"\n />\n </svg>\n )\n);\nShapesIcon.displayName = \"ShapesIcon\";\nexport default ShapesIcon;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1245,6 +1245,12 @@ Object.defineProperty(exports, "SettingsIcon", {
|
|
|
1245
1245
|
return _Settings.default;
|
|
1246
1246
|
}
|
|
1247
1247
|
});
|
|
1248
|
+
Object.defineProperty(exports, "ShapesIcon", {
|
|
1249
|
+
enumerable: true,
|
|
1250
|
+
get: function get() {
|
|
1251
|
+
return _ShapesIcon.default;
|
|
1252
|
+
}
|
|
1253
|
+
});
|
|
1248
1254
|
Object.defineProperty(exports, "ShieldIcon", {
|
|
1249
1255
|
enumerable: true,
|
|
1250
1256
|
get: function get() {
|
|
@@ -1650,6 +1656,7 @@ var _Search = _interopRequireDefault(require("./Search"));
|
|
|
1650
1656
|
var _SendBlank = _interopRequireDefault(require("./SendBlank"));
|
|
1651
1657
|
var _SendFilled = _interopRequireDefault(require("./SendFilled"));
|
|
1652
1658
|
var _Settings = _interopRequireDefault(require("./Settings"));
|
|
1659
|
+
var _ShapesIcon = _interopRequireDefault(require("./ShapesIcon"));
|
|
1653
1660
|
var _Shield = _interopRequireDefault(require("./Shield"));
|
|
1654
1661
|
var _SortGeneral = _interopRequireDefault(require("./SortGeneral"));
|
|
1655
1662
|
var _SortIcon = _interopRequireDefault(require("./SortIcon"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_Recurring","_interopRequireDefault","require","_AccessLog","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_Bulb","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxCircleBlank","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleDot","_CircleIcon","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_Cloud","_CloudDeploy","_CloudDeployFailed","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_ConnectionIcon","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_DrawIcon","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gear","_GearFailed","_Gift","_GitBranch","_GitCommit","_GitHub","_Git","_GitLab","_GitMerge","_GitPullRequest","_GitPullRequestDraft","_GitPullRequestClosed","_GitRepository","_GitRepositoryConnect","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Key","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_MessageStar","_Message","_Minus","_MobileMenu","_MoneyStack","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_PinSmall","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_Puzzle","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReminderIcon","_Reorder","_ReportTime","_Reports","_Robot","_RocketSmall","_Rocket","_RoundedRectangleIcon","_Save","_SearchLarge","_SearchPlus","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_Spark","_StarOutline","_Star","_Status","_StickyIcon","_Stop","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_TextIcon","_ThumbUpOutline","_Trash","_TreeDots","_TriangleIcon","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","e","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as RecurringIcon } from \"./Recurring\";\nexport { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BulbIcon } from \"./Bulb\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxCircleBlankIcon } from \"./CheckboxCircleBlank\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleDotIcon } from \"./CircleDot\";\nexport { default as CircleIcon } from \"./CircleIcon\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CloudIcon } from \"./Cloud\";\nexport { default as CloudDeployIcon } from \"./CloudDeploy\";\nexport { default as CloudDeployFailedIcon } from \"./CloudDeployFailed\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as ConnectionIcon } from \"./ConnectionIcon\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DrawIcon } from \"./DrawIcon\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GearIcon } from \"./Gear\";\nexport { default as GearFailedIcon } from \"./GearFailed\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GitBranchIcon } from \"./GitBranch\";\nexport { default as GitCommitIcon } from \"./GitCommit\";\nexport { default as GitHubIcon } from \"./GitHub\";\nexport { default as GitIcon } from \"./Git\";\nexport { default as GitLabIcon } from \"./GitLab\";\nexport { default as GitMergeIcon } from \"./GitMerge\";\nexport { default as GitPullRequestIcon } from \"./GitPullRequest\";\nexport { default as GitPullRequestDraftIcon } from \"./GitPullRequestDraft\";\nexport { default as GitPullRequestClosedIcon } from \"./GitPullRequestClosed\";\nexport { default as GitRepositoryIcon } from \"./GitRepository\";\nexport { default as GitRepositoryConnectIcon } from \"./GitRepositoryConnect\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as KeyIcon } from \"./Key\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageStarIcon } from \"./MessageStar\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoneyStackIcon } from \"./MoneyStack\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinSmallIcon } from \"./PinSmall\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as PuzzleIcon } from \"./Puzzle\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReminderIcon } from \"./ReminderIcon\";\nexport { default as ReorderIcon } from \"./Reorder\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RobotIcon } from \"./Robot\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as RoundedRectangleIcon } from \"./RoundedRectangleIcon\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchPlusIcon } from \"./SearchPlus\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as SparkIcon } from \"./Spark\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StickyIcon } from \"./StickyIcon\";\nexport { default as StopIcon } from \"./Stop\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as TextIcon } from \"./TextIcon\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as TriangleIcon } from \"./TriangleIcon\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["_Recurring","_interopRequireDefault","require","_AccessLog","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_Bulb","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxCircleBlank","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleDot","_CircleIcon","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_Cloud","_CloudDeploy","_CloudDeployFailed","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_ConnectionIcon","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_DrawIcon","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gear","_GearFailed","_Gift","_GitBranch","_GitCommit","_GitHub","_Git","_GitLab","_GitMerge","_GitPullRequest","_GitPullRequestDraft","_GitPullRequestClosed","_GitRepository","_GitRepositoryConnect","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Key","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_MessageStar","_Message","_Minus","_MobileMenu","_MoneyStack","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_PinSmall","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_Puzzle","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReminderIcon","_Reorder","_ReportTime","_Reports","_Robot","_RocketSmall","_Rocket","_RoundedRectangleIcon","_Save","_SearchLarge","_SearchPlus","_Search","_SendBlank","_SendFilled","_Settings","_ShapesIcon","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_Spark","_StarOutline","_Star","_Status","_StickyIcon","_Stop","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_TextIcon","_ThumbUpOutline","_Trash","_TreeDots","_TriangleIcon","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","e","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as RecurringIcon } from \"./Recurring\";\nexport { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BulbIcon } from \"./Bulb\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxCircleBlankIcon } from \"./CheckboxCircleBlank\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleDotIcon } from \"./CircleDot\";\nexport { default as CircleIcon } from \"./CircleIcon\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CloudIcon } from \"./Cloud\";\nexport { default as CloudDeployIcon } from \"./CloudDeploy\";\nexport { default as CloudDeployFailedIcon } from \"./CloudDeployFailed\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as ConnectionIcon } from \"./ConnectionIcon\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DrawIcon } from \"./DrawIcon\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GearIcon } from \"./Gear\";\nexport { default as GearFailedIcon } from \"./GearFailed\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GitBranchIcon } from \"./GitBranch\";\nexport { default as GitCommitIcon } from \"./GitCommit\";\nexport { default as GitHubIcon } from \"./GitHub\";\nexport { default as GitIcon } from \"./Git\";\nexport { default as GitLabIcon } from \"./GitLab\";\nexport { default as GitMergeIcon } from \"./GitMerge\";\nexport { default as GitPullRequestIcon } from \"./GitPullRequest\";\nexport { default as GitPullRequestDraftIcon } from \"./GitPullRequestDraft\";\nexport { default as GitPullRequestClosedIcon } from \"./GitPullRequestClosed\";\nexport { default as GitRepositoryIcon } from \"./GitRepository\";\nexport { default as GitRepositoryConnectIcon } from \"./GitRepositoryConnect\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as KeyIcon } from \"./Key\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageStarIcon } from \"./MessageStar\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoneyStackIcon } from \"./MoneyStack\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinSmallIcon } from \"./PinSmall\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as PuzzleIcon } from \"./Puzzle\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReminderIcon } from \"./ReminderIcon\";\nexport { default as ReorderIcon } from \"./Reorder\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RobotIcon } from \"./Robot\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as RoundedRectangleIcon } from \"./RoundedRectangleIcon\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchPlusIcon } from \"./SearchPlus\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShapesIcon } from \"./ShapesIcon\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as SparkIcon } from \"./Spark\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StickyIcon } from \"./StickyIcon\";\nexport { default as StopIcon } from \"./Stop\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as TextIcon } from \"./TextIcon\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as TriangleIcon } from \"./TriangleIcon\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","ignoreList":[]}
|
|
@@ -8,8 +8,9 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
8
8
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
9
9
|
var _constants = require("./constants");
|
|
10
10
|
var _Glyphs = require("./Glyphs");
|
|
11
|
+
var _resizePolicy = require("./resizePolicy");
|
|
11
12
|
var _Styles = require("./Styles");
|
|
12
|
-
var _excluded = ["selected", "disabled", "pending", "isDragSource", "isDragPreview", "entered", "forceHover", "resizable", "priorityColor", "onResizeDelta", "className", "children"];
|
|
13
|
+
var _excluded = ["selected", "disabled", "pending", "isDragSource", "isDragPreview", "entered", "forceHover", "resizable", "resizeAxis", "resizeLabel", "priorityColor", "onResizeStart", "onResizeDelta", "onResizeCommit", "resizeHandleProps", "className", "children"];
|
|
13
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
16
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
@@ -40,6 +41,24 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t =
|
|
|
40
41
|
* `isDragPreview`. The shell forwards its ref and spreads DOM props, so a host
|
|
41
42
|
* can attach `tabIndex`, ARIA, pointer and keyboard handlers to it.
|
|
42
43
|
*
|
|
44
|
+
* ── Resize ────────────────────────────────────────────────────────────────
|
|
45
|
+
* The grip is opt-in (`resizable`) and reports intent as a gesture: one
|
|
46
|
+
* `onResizeStart`, a stream of `onResizeDelta` previews measured FROM THE
|
|
47
|
+
* GESTURE START, and one `onResizeCommit` at the end — and only if the gesture
|
|
48
|
+
* moved anything. A host applies previews for live feedback and records an undo
|
|
49
|
+
* entry on the commit alone (spec §7e).
|
|
50
|
+
*
|
|
51
|
+
* Because the deltas are gesture-relative rather than incremental, a host can
|
|
52
|
+
* resolve every event against the size it snapshotted on start, and never has
|
|
53
|
+
* to keep a running accumulator. That is what makes a slow, few-pixels-at-a-time
|
|
54
|
+
* drag keep growing instead of stalling under a snap step.
|
|
55
|
+
*
|
|
56
|
+
* The grip itself is a focusable `role="separator"` and handles arrow keys
|
|
57
|
+
* (Shift for a coarse nudge). For the full policy — bounds, proportional mode,
|
|
58
|
+
* step snapping, content minimums, Home/End and the live `aria-valuenow` — use
|
|
59
|
+
* `useStackedCardResize` and spread its result through `resizeHandleProps`;
|
|
60
|
+
* those handlers then own the grip and the three callbacks above stay quiet.
|
|
61
|
+
*
|
|
43
62
|
* ── Theming ───────────────────────────────────────────────────────────────
|
|
44
63
|
* Colours resolve through `--sc-*` custom properties with built-in fallbacks:
|
|
45
64
|
* `--sc-selection-ring` (selection / focus / entered) and the cover scrim
|
|
@@ -56,31 +75,89 @@ var StackedCard = exports.StackedCard = /*#__PURE__*/_react.default.forwardRef(f
|
|
|
56
75
|
entered = _ref.entered,
|
|
57
76
|
forceHover = _ref.forceHover,
|
|
58
77
|
resizable = _ref.resizable,
|
|
78
|
+
_ref$resizeAxis = _ref.resizeAxis,
|
|
79
|
+
resizeAxis = _ref$resizeAxis === void 0 ? "both" : _ref$resizeAxis,
|
|
80
|
+
_ref$resizeLabel = _ref.resizeLabel,
|
|
81
|
+
resizeLabel = _ref$resizeLabel === void 0 ? "Resize card" : _ref$resizeLabel,
|
|
59
82
|
priorityColor = _ref.priorityColor,
|
|
83
|
+
onResizeStart = _ref.onResizeStart,
|
|
60
84
|
onResizeDelta = _ref.onResizeDelta,
|
|
85
|
+
onResizeCommit = _ref.onResizeCommit,
|
|
86
|
+
resizeHandleProps = _ref.resizeHandleProps,
|
|
61
87
|
className = _ref.className,
|
|
62
88
|
children = _ref.children,
|
|
63
89
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
64
|
-
|
|
90
|
+
/**
|
|
91
|
+
* One live gesture. `x`/`y` anchor a pointer drag; `dx`/`dy` carry the
|
|
92
|
+
* running total a keyboard gesture has nudged. `moved` gates the commit, so
|
|
93
|
+
* a click that never travelled is not a change.
|
|
94
|
+
*/
|
|
95
|
+
var gesture = (0, _react.useRef)(null);
|
|
96
|
+
var emitDelta = (0, _react.useCallback)(function (dx, dy) {
|
|
97
|
+
var g = gesture.current;
|
|
98
|
+
if (!g) return;
|
|
99
|
+
if (dx !== 0 || dy !== 0) g.moved = true;
|
|
100
|
+
onResizeDelta === null || onResizeDelta === void 0 || onResizeDelta(dx, dy, g.source);
|
|
101
|
+
}, [onResizeDelta]);
|
|
102
|
+
var endGesture = (0, _react.useCallback)(function () {
|
|
103
|
+
var g = gesture.current;
|
|
104
|
+
if (!g) return;
|
|
105
|
+
gesture.current = null;
|
|
106
|
+
if (g.moved) onResizeCommit === null || onResizeCommit === void 0 || onResizeCommit(g.source);
|
|
107
|
+
}, [onResizeCommit]);
|
|
65
108
|
var handlePointerDown = (0, _react.useCallback)(function (e) {
|
|
66
|
-
|
|
109
|
+
var _setPointerCapture, _ref2;
|
|
110
|
+
gesture.current = {
|
|
111
|
+
source: "pointer",
|
|
67
112
|
x: e.clientX,
|
|
68
|
-
y: e.clientY
|
|
113
|
+
y: e.clientY,
|
|
114
|
+
dx: 0,
|
|
115
|
+
dy: 0,
|
|
116
|
+
moved: false
|
|
69
117
|
};
|
|
70
|
-
e.target.setPointerCapture(e.pointerId);
|
|
118
|
+
(_setPointerCapture = (_ref2 = e.target).setPointerCapture) === null || _setPointerCapture === void 0 || _setPointerCapture.call(_ref2, e.pointerId);
|
|
71
119
|
e.preventDefault();
|
|
72
|
-
|
|
120
|
+
onResizeStart === null || onResizeStart === void 0 || onResizeStart("pointer");
|
|
121
|
+
}, [onResizeStart]);
|
|
73
122
|
var handlePointerMove = (0, _react.useCallback)(function (e) {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
123
|
+
var g = gesture.current;
|
|
124
|
+
if (!g || g.source !== "pointer") return;
|
|
125
|
+
// Measured from the gesture start, so the host resolves every event
|
|
126
|
+
// against one snapshot instead of accumulating.
|
|
127
|
+
emitDelta(e.clientX - g.x, e.clientY - g.y);
|
|
128
|
+
}, [emitDelta]);
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Arrows nudge the running total; Shift makes it coarse. Home and End need
|
|
132
|
+
* bounds to resolve, which the bare shell does not have — they fall through
|
|
133
|
+
* to `useStackedCardResize`, or to the browser.
|
|
134
|
+
*/
|
|
135
|
+
var handleKeyDown = (0, _react.useCallback)(function (e) {
|
|
136
|
+
var step = _resizePolicy.DEFAULT_KEYBOARD_STEP * (e.shiftKey ? _resizePolicy.SHIFT_STEP_MULTIPLIER : 1);
|
|
137
|
+
var dx = 0;
|
|
138
|
+
var dy = 0;
|
|
139
|
+
if (e.key === "ArrowRight") dx = step;else if (e.key === "ArrowLeft") dx = -step;else if (e.key === "ArrowDown") dy = step;else if (e.key === "ArrowUp") dy = -step;else return;
|
|
140
|
+
e.preventDefault();
|
|
141
|
+
if (!gesture.current || gesture.current.source !== "keyboard") {
|
|
142
|
+
gesture.current = {
|
|
143
|
+
source: "keyboard",
|
|
144
|
+
x: 0,
|
|
145
|
+
y: 0,
|
|
146
|
+
dx: 0,
|
|
147
|
+
dy: 0,
|
|
148
|
+
moved: false
|
|
149
|
+
};
|
|
150
|
+
onResizeStart === null || onResizeStart === void 0 || onResizeStart("keyboard");
|
|
151
|
+
}
|
|
152
|
+
var g = gesture.current;
|
|
153
|
+
g.dx += dx;
|
|
154
|
+
g.dy += dy;
|
|
155
|
+
emitDelta(g.dx, g.dy);
|
|
156
|
+
}, [emitDelta, onResizeStart]);
|
|
157
|
+
var handleKeyUp = (0, _react.useCallback)(function (e) {
|
|
158
|
+
// One commit per hold, mirroring pointer-up after a stream of moves.
|
|
159
|
+
if ((0, _resizePolicy.isResizeKey)(e.key)) endGesture();
|
|
160
|
+
}, [endGesture]);
|
|
84
161
|
return /*#__PURE__*/_react.default.createElement(_Styles.StyledStackedCard, _extends({
|
|
85
162
|
ref: ref,
|
|
86
163
|
$selected: selected,
|
|
@@ -92,12 +169,19 @@ var StackedCard = exports.StackedCard = /*#__PURE__*/_react.default.forwardRef(f
|
|
|
92
169
|
$forceHover: forceHover,
|
|
93
170
|
$priorityColor: priorityColor,
|
|
94
171
|
className: (0, _classnames.default)("c-stacked-card", className)
|
|
95
|
-
}, rest), children, resizable ? /*#__PURE__*/_react.default.createElement(_Styles.StyledStackedCardResizeHandle, {
|
|
172
|
+
}, rest), children, resizable ? /*#__PURE__*/_react.default.createElement(_Styles.StyledStackedCardResizeHandle, _extends({
|
|
173
|
+
$axis: resizeAxis,
|
|
96
174
|
className: (0, _classnames.default)("c-stacked-card__resize-handle", _constants.STACKED_CARD_CONTROL_CLASS),
|
|
175
|
+
role: "separator",
|
|
176
|
+
tabIndex: 0,
|
|
177
|
+
"aria-label": resizeLabel,
|
|
97
178
|
onPointerDown: handlePointerDown,
|
|
98
179
|
onPointerMove: handlePointerMove,
|
|
99
|
-
onPointerUp:
|
|
100
|
-
|
|
180
|
+
onPointerUp: endGesture,
|
|
181
|
+
onLostPointerCapture: endGesture,
|
|
182
|
+
onKeyDown: handleKeyDown,
|
|
183
|
+
onKeyUp: handleKeyUp
|
|
184
|
+
}, resizeHandleProps), /*#__PURE__*/_react.default.createElement(_Glyphs.StackedCardResizeHandleGlyph, null)) : null);
|
|
101
185
|
});
|
|
102
186
|
StackedCard.displayName = "StackedCard";
|
|
103
187
|
//# sourceMappingURL=StackedCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StackedCard.js","names":["_react","_interopRequireWildcard","require","_classnames","_interopRequireDefault","_constants","_Glyphs","_Styles","_excluded","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_extends","assign","bind","arguments","length","apply","_objectWithoutProperties","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","StackedCard","exports","React","forwardRef","_ref","ref","selected","disabled","pending","isDragSource","isDragPreview","entered","forceHover","resizable","priorityColor","onResizeDelta","className","children","rest","dragOrigin","useRef","handlePointerDown","useCallback","current","x","clientX","y","clientY","target","setPointerCapture","pointerId","preventDefault","handlePointerMove","handlePointerUp","createElement","StyledStackedCard","$selected","$disabled","$pending","$isDragSource","$isDragPreview","$entered","$forceHover","$priorityColor","classnames","StyledStackedCardResizeHandle","STACKED_CARD_CONTROL_CLASS","onPointerDown","onPointerMove","onPointerUp","StackedCardResizeHandleGlyph","displayName"],"sources":["../../../../src/components/StackedCard/StackedCard.tsx"],"sourcesContent":["import React, { ReactElement, ReactNode, useCallback, useRef } from \"react\";\n\nimport classnames from \"classnames\";\n\nimport { STACKED_CARD_CONTROL_CLASS } from \"./constants\";\nimport { StackedCardResizeHandleGlyph } from \"./Glyphs\";\nimport { StyledStackedCard, StyledStackedCardResizeHandle } from \"./Styles\";\n\n/**\n * StackedCard — the hollow shell for cards on drag-and-drop surfaces.\n *\n * This is NOT the base for cards in lists. It is the card for surfaces where\n * dragging is a primary interaction: column boards and canvases. Content is\n * laid out top to bottom in `StackedCardRow`s, which makes every card a\n * portrait presentation of its data.\n *\n * ── The rule the whole subsystem hangs on ──────────────────────────────────\n * THE SHELL STAYS HOLLOW. There is no `contentType` enum here, no per-type\n * prop soup, no `if task …`. The shell owns only VISUAL STATES (selected,\n * disabled, pending, priority, drag source/preview, entered) and one intent\n * callback (`onResizeDelta`). Content is passed as `children` and composes the\n * layout primitives. Typed cards — an ImageCard, a LinkCard, a TaskCard — are\n * facades built on top of it in the consuming app, and adding one requires\n * ZERO changes in this file.\n *\n * ── What the shell does NOT do ────────────────────────────────────────────\n * It implements no drag-and-drop, no selection bookkeeping, no resize policy\n * and no keyboard navigation. The card reports; the host decides. Drag\n * choreography (the drag layer, the landing indicator, the drop) belongs to\n * the host surface, which then feeds the result back as `isDragSource` /\n * `isDragPreview`. The shell forwards its ref and spreads DOM props, so a host\n * can attach `tabIndex`, ARIA, pointer and keyboard handlers to it.\n *\n * ── Theming ───────────────────────────────────────────────────────────────\n * Colours resolve through `--sc-*` custom properties with built-in fallbacks:\n * `--sc-selection-ring` (selection / focus / entered) and the cover scrim\n * family `--sc-scrim`, `--sc-scrim-strong`, `--sc-scrim-fg`. Declare any of\n * them on an ancestor to retint a whole surface.\n */\n\nexport interface IStackedCardProps\n extends Omit<React.HTMLAttributes<HTMLDivElement>, \"onResize\"> {\n /** Host-owned selection state — a ring around the card. */\n selected?: boolean;\n /** Policy state: the card cannot be acted on. Dimmed, inert. */\n disabled?: boolean;\n /**\n * Optimistic in-flight state — created or moved, not yet confirmed. Dimmed,\n * non-interactive and not draggable, but distinct from `disabled`: it is\n * transient, not a policy.\n */\n pending?: boolean;\n /**\n * The full-size outline placeholder left behind in the source position while\n * a drag is in flight. Content is hidden but keeps its box, so neighbouring\n * cards never move.\n */\n isDragSource?: boolean;\n /**\n * The 1:1 copy the host floats in its drag layer. Elevated shadow only — no\n * tilt, no scale, no translate.\n */\n isDragPreview?: boolean;\n /** Focus model: the card has been entered and focus is on an inner control. */\n entered?: boolean;\n /** Pin the hover treatment on, including revealed controls. For docs and specs. */\n forceHover?: boolean;\n /** Show the bottom-right resize grip. Opt-in, off by default. */\n resizable?: boolean;\n /**\n * Draws the emphasis border down the left edge. A data colour, passed in by\n * the caller (high priority, a label colour) — never baked into the shell.\n */\n priorityColor?: string;\n /**\n * Fired while the resize grip is dragged, with the pointer delta since the\n * last event. The card reports the deltas; the host decides what they mean.\n */\n onResizeDelta?: (dx: number, dy: number) => void;\n children: ReactNode;\n}\n\nexport const StackedCard = React.forwardRef<HTMLDivElement, IStackedCardProps>(\n (\n {\n selected,\n disabled,\n pending,\n isDragSource,\n isDragPreview,\n entered,\n forceHover,\n resizable,\n priorityColor,\n onResizeDelta,\n className,\n children,\n ...rest\n },\n ref\n ): ReactElement => {\n const dragOrigin = useRef<{ x: number; y: number } | null>(null);\n\n const handlePointerDown = useCallback((e: React.PointerEvent) => {\n dragOrigin.current = { x: e.clientX, y: e.clientY };\n (e.target as HTMLElement).setPointerCapture(e.pointerId);\n e.preventDefault();\n }, []);\n\n const handlePointerMove = useCallback(\n (e: React.PointerEvent) => {\n if (!dragOrigin.current || !onResizeDelta) return;\n onResizeDelta(\n e.clientX - dragOrigin.current.x,\n e.clientY - dragOrigin.current.y\n );\n dragOrigin.current = { x: e.clientX, y: e.clientY };\n },\n [onResizeDelta]\n );\n\n const handlePointerUp = useCallback(() => {\n dragOrigin.current = null;\n }, []);\n\n return (\n <StyledStackedCard\n ref={ref}\n $selected={selected}\n $disabled={disabled}\n $pending={pending}\n $isDragSource={isDragSource}\n $isDragPreview={isDragPreview}\n $entered={entered}\n $forceHover={forceHover}\n $priorityColor={priorityColor}\n className={classnames(\"c-stacked-card\", className)}\n {...rest}\n >\n {children}\n {resizable ? (\n <StyledStackedCardResizeHandle\n className={classnames(\n \"c-stacked-card__resize-handle\",\n STACKED_CARD_CONTROL_CLASS\n )}\n onPointerDown={handlePointerDown}\n onPointerMove={handlePointerMove}\n onPointerUp={handlePointerUp}\n >\n <StackedCardResizeHandleGlyph />\n </StyledStackedCardResizeHandle>\n ) : null}\n </StyledStackedCard>\n );\n }\n);\n\nStackedCard.displayName = \"StackedCard\";\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"StackedCard.js","names":["_react","_interopRequireWildcard","require","_classnames","_interopRequireDefault","_constants","_Glyphs","_resizePolicy","_Styles","_excluded","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_extends","assign","bind","arguments","length","apply","_objectWithoutProperties","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","StackedCard","exports","React","forwardRef","_ref","ref","selected","disabled","pending","isDragSource","isDragPreview","entered","forceHover","resizable","_ref$resizeAxis","resizeAxis","_ref$resizeLabel","resizeLabel","priorityColor","onResizeStart","onResizeDelta","onResizeCommit","resizeHandleProps","className","children","rest","gesture","useRef","emitDelta","useCallback","dx","dy","g","current","moved","source","endGesture","handlePointerDown","_setPointerCapture","_ref2","x","clientX","y","clientY","target","setPointerCapture","pointerId","preventDefault","handlePointerMove","handleKeyDown","step","DEFAULT_KEYBOARD_STEP","shiftKey","SHIFT_STEP_MULTIPLIER","key","handleKeyUp","isResizeKey","createElement","StyledStackedCard","$selected","$disabled","$pending","$isDragSource","$isDragPreview","$entered","$forceHover","$priorityColor","classnames","StyledStackedCardResizeHandle","$axis","STACKED_CARD_CONTROL_CLASS","role","tabIndex","onPointerDown","onPointerMove","onPointerUp","onLostPointerCapture","onKeyDown","onKeyUp","StackedCardResizeHandleGlyph","displayName"],"sources":["../../../../src/components/StackedCard/StackedCard.tsx"],"sourcesContent":["import React, { ReactElement, ReactNode, useCallback, useRef } from \"react\";\n\nimport classnames from \"classnames\";\n\nimport { STACKED_CARD_CONTROL_CLASS } from \"./constants\";\nimport { StackedCardResizeHandleGlyph } from \"./Glyphs\";\nimport {\n DEFAULT_KEYBOARD_STEP,\n SHIFT_STEP_MULTIPLIER,\n StackedCardResizeAxis,\n StackedCardResizeSource,\n isResizeKey,\n} from \"./resizePolicy\";\nimport { StyledStackedCard, StyledStackedCardResizeHandle } from \"./Styles\";\n\n/**\n * StackedCard — the hollow shell for cards on drag-and-drop surfaces.\n *\n * This is NOT the base for cards in lists. It is the card for surfaces where\n * dragging is a primary interaction: column boards and canvases. Content is\n * laid out top to bottom in `StackedCardRow`s, which makes every card a\n * portrait presentation of its data.\n *\n * ── The rule the whole subsystem hangs on ──────────────────────────────────\n * THE SHELL STAYS HOLLOW. There is no `contentType` enum here, no per-type\n * prop soup, no `if task …`. The shell owns only VISUAL STATES (selected,\n * disabled, pending, priority, drag source/preview, entered) and one intent\n * callback (`onResizeDelta`). Content is passed as `children` and composes the\n * layout primitives. Typed cards — an ImageCard, a LinkCard, a TaskCard — are\n * facades built on top of it in the consuming app, and adding one requires\n * ZERO changes in this file.\n *\n * ── What the shell does NOT do ────────────────────────────────────────────\n * It implements no drag-and-drop, no selection bookkeeping, no resize policy\n * and no keyboard navigation. The card reports; the host decides. Drag\n * choreography (the drag layer, the landing indicator, the drop) belongs to\n * the host surface, which then feeds the result back as `isDragSource` /\n * `isDragPreview`. The shell forwards its ref and spreads DOM props, so a host\n * can attach `tabIndex`, ARIA, pointer and keyboard handlers to it.\n *\n * ── Resize ────────────────────────────────────────────────────────────────\n * The grip is opt-in (`resizable`) and reports intent as a gesture: one\n * `onResizeStart`, a stream of `onResizeDelta` previews measured FROM THE\n * GESTURE START, and one `onResizeCommit` at the end — and only if the gesture\n * moved anything. A host applies previews for live feedback and records an undo\n * entry on the commit alone (spec §7e).\n *\n * Because the deltas are gesture-relative rather than incremental, a host can\n * resolve every event against the size it snapshotted on start, and never has\n * to keep a running accumulator. That is what makes a slow, few-pixels-at-a-time\n * drag keep growing instead of stalling under a snap step.\n *\n * The grip itself is a focusable `role=\"separator\"` and handles arrow keys\n * (Shift for a coarse nudge). For the full policy — bounds, proportional mode,\n * step snapping, content minimums, Home/End and the live `aria-valuenow` — use\n * `useStackedCardResize` and spread its result through `resizeHandleProps`;\n * those handlers then own the grip and the three callbacks above stay quiet.\n *\n * ── Theming ───────────────────────────────────────────────────────────────\n * Colours resolve through `--sc-*` custom properties with built-in fallbacks:\n * `--sc-selection-ring` (selection / focus / entered) and the cover scrim\n * family `--sc-scrim`, `--sc-scrim-strong`, `--sc-scrim-fg`. Declare any of\n * them on an ancestor to retint a whole surface.\n */\n\nexport interface IStackedCardProps\n extends Omit<React.HTMLAttributes<HTMLDivElement>, \"onResize\"> {\n /** Host-owned selection state — a ring around the card. */\n selected?: boolean;\n /** Policy state: the card cannot be acted on. Dimmed, inert. */\n disabled?: boolean;\n /**\n * Optimistic in-flight state — created or moved, not yet confirmed. Dimmed,\n * non-interactive and not draggable, but distinct from `disabled`: it is\n * transient, not a policy.\n */\n pending?: boolean;\n /**\n * The full-size outline placeholder left behind in the source position while\n * a drag is in flight. Content is hidden but keeps its box, so neighbouring\n * cards never move.\n */\n isDragSource?: boolean;\n /**\n * The 1:1 copy the host floats in its drag layer. Elevated shadow only — no\n * tilt, no scale, no translate.\n */\n isDragPreview?: boolean;\n /** Focus model: the card has been entered and focus is on an inner control. */\n entered?: boolean;\n /** Pin the hover treatment on, including revealed controls. For docs and specs. */\n forceHover?: boolean;\n /** Show the bottom-right resize grip. Opt-in, off by default. */\n resizable?: boolean;\n /**\n * Which axes the grip offers, as a cursor: `width` reads as a horizontal\n * handle for an auto-height card. Purely the affordance — what a delta means\n * is still the host's call. Defaults to `both`.\n */\n resizeAxis?: StackedCardResizeAxis;\n /** Accessible name for the resize grip. Defaults to \"Resize card\". */\n resizeLabel?: string;\n /**\n * Draws the emphasis border down the left edge. A data colour, passed in by\n * the caller (high priority, a label colour) — never baked into the shell.\n */\n priorityColor?: string;\n /** Fired once when a resize gesture begins, before the first delta. */\n onResizeStart?: (source: StackedCardResizeSource) => void;\n /**\n * Fired throughout a resize gesture with the delta measured FROM THE GESTURE\n * START — not from the previous event. The card reports; the host decides what\n * a delta means. Previews are live feedback, never an undoable change.\n */\n onResizeDelta?: (\n dx: number,\n dy: number,\n source: StackedCardResizeSource\n ) => void;\n /**\n * Fired once when the gesture ends (pointer up, lost pointer capture, key up),\n * and only if it moved the card. A bare click on the grip is not a change.\n */\n onResizeCommit?: (source: StackedCardResizeSource) => void;\n /**\n * Props spread onto the grip, overriding the built-in behaviour entirely —\n * this is where `useStackedCardResize`'s return value goes when a host wants\n * the full policy instead of raw deltas.\n */\n resizeHandleProps?: React.HTMLAttributes<HTMLSpanElement>;\n children: ReactNode;\n}\n\nexport const StackedCard = React.forwardRef<HTMLDivElement, IStackedCardProps>(\n (\n {\n selected,\n disabled,\n pending,\n isDragSource,\n isDragPreview,\n entered,\n forceHover,\n resizable,\n resizeAxis = \"both\",\n resizeLabel = \"Resize card\",\n priorityColor,\n onResizeStart,\n onResizeDelta,\n onResizeCommit,\n resizeHandleProps,\n className,\n children,\n ...rest\n },\n ref\n ): ReactElement => {\n /**\n * One live gesture. `x`/`y` anchor a pointer drag; `dx`/`dy` carry the\n * running total a keyboard gesture has nudged. `moved` gates the commit, so\n * a click that never travelled is not a change.\n */\n const gesture = useRef<{\n source: StackedCardResizeSource;\n x: number;\n y: number;\n dx: number;\n dy: number;\n moved: boolean;\n } | null>(null);\n\n const emitDelta = useCallback(\n (dx: number, dy: number) => {\n const g = gesture.current;\n if (!g) return;\n if (dx !== 0 || dy !== 0) g.moved = true;\n onResizeDelta?.(dx, dy, g.source);\n },\n [onResizeDelta]\n );\n\n const endGesture = useCallback(() => {\n const g = gesture.current;\n if (!g) return;\n gesture.current = null;\n if (g.moved) onResizeCommit?.(g.source);\n }, [onResizeCommit]);\n\n const handlePointerDown = useCallback(\n (e: React.PointerEvent) => {\n gesture.current = {\n source: \"pointer\",\n x: e.clientX,\n y: e.clientY,\n dx: 0,\n dy: 0,\n moved: false,\n };\n (e.target as HTMLElement).setPointerCapture?.(e.pointerId);\n e.preventDefault();\n onResizeStart?.(\"pointer\");\n },\n [onResizeStart]\n );\n\n const handlePointerMove = useCallback(\n (e: React.PointerEvent) => {\n const g = gesture.current;\n if (!g || g.source !== \"pointer\") return;\n // Measured from the gesture start, so the host resolves every event\n // against one snapshot instead of accumulating.\n emitDelta(e.clientX - g.x, e.clientY - g.y);\n },\n [emitDelta]\n );\n\n /**\n * Arrows nudge the running total; Shift makes it coarse. Home and End need\n * bounds to resolve, which the bare shell does not have — they fall through\n * to `useStackedCardResize`, or to the browser.\n */\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent) => {\n const step =\n DEFAULT_KEYBOARD_STEP * (e.shiftKey ? SHIFT_STEP_MULTIPLIER : 1);\n let dx = 0;\n let dy = 0;\n\n if (e.key === \"ArrowRight\") dx = step;\n else if (e.key === \"ArrowLeft\") dx = -step;\n else if (e.key === \"ArrowDown\") dy = step;\n else if (e.key === \"ArrowUp\") dy = -step;\n else return;\n\n e.preventDefault();\n if (!gesture.current || gesture.current.source !== \"keyboard\") {\n gesture.current = {\n source: \"keyboard\",\n x: 0,\n y: 0,\n dx: 0,\n dy: 0,\n moved: false,\n };\n onResizeStart?.(\"keyboard\");\n }\n const g = gesture.current;\n g.dx += dx;\n g.dy += dy;\n emitDelta(g.dx, g.dy);\n },\n [emitDelta, onResizeStart]\n );\n\n const handleKeyUp = useCallback(\n (e: React.KeyboardEvent) => {\n // One commit per hold, mirroring pointer-up after a stream of moves.\n if (isResizeKey(e.key)) endGesture();\n },\n [endGesture]\n );\n\n return (\n <StyledStackedCard\n ref={ref}\n $selected={selected}\n $disabled={disabled}\n $pending={pending}\n $isDragSource={isDragSource}\n $isDragPreview={isDragPreview}\n $entered={entered}\n $forceHover={forceHover}\n $priorityColor={priorityColor}\n className={classnames(\"c-stacked-card\", className)}\n {...rest}\n >\n {children}\n {resizable ? (\n <StyledStackedCardResizeHandle\n $axis={resizeAxis}\n className={classnames(\n \"c-stacked-card__resize-handle\",\n STACKED_CARD_CONTROL_CLASS\n )}\n role=\"separator\"\n tabIndex={0}\n aria-label={resizeLabel}\n onPointerDown={handlePointerDown}\n onPointerMove={handlePointerMove}\n onPointerUp={endGesture}\n onLostPointerCapture={endGesture}\n onKeyDown={handleKeyDown}\n onKeyUp={handleKeyUp}\n {...resizeHandleProps}\n >\n <StackedCardResizeHandleGlyph />\n </StyledStackedCardResizeHandle>\n ) : null}\n </StyledStackedCard>\n );\n }\n);\n\nStackedCard.displayName = \"StackedCard\";\n"],"mappings":"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","ignoreList":[]}
|