@commonsku/styles 1.13.7 → 1.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2580 -0
- package/dist/index.es.js +2556 -5007
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2639 -5073
- package/dist/index.js.map +1 -1
- package/dist/styles/Accordion.d.ts.map +1 -1
- package/dist/styles/Artwork.d.ts.map +1 -1
- package/dist/styles/Avatar.d.ts +62 -2
- package/dist/styles/Avatar.d.ts.map +1 -1
- package/dist/styles/Button.d.ts +48 -10
- package/dist/styles/Button.d.ts.map +1 -1
- package/dist/styles/CancelButton.d.ts +11 -0
- package/dist/styles/CancelButton.d.ts.map +1 -0
- package/dist/styles/Datepicker.d.ts +16 -9
- package/dist/styles/Datepicker.d.ts.map +1 -1
- package/dist/styles/DefaultStar.d.ts +12 -0
- package/dist/styles/DefaultStar.d.ts.map +1 -0
- package/dist/styles/Dropdown.d.ts.map +1 -1
- package/dist/styles/ErrorBoundary.d.ts +2 -2
- package/dist/styles/ErrorBoundary.d.ts.map +1 -1
- package/dist/styles/Feed.d.ts.map +1 -1
- package/dist/styles/FlexboxGrid.d.ts +10 -2
- package/dist/styles/FlexboxGrid.d.ts.map +1 -1
- package/dist/styles/HeadlessTable.d.ts.map +1 -1
- package/dist/styles/IconShowcase.d.ts +25 -0
- package/dist/styles/IconShowcase.d.ts.map +1 -0
- package/dist/styles/Img.d.ts +8 -1
- package/dist/styles/Img.d.ts.map +1 -1
- package/dist/styles/Input.d.ts +17 -49
- package/dist/styles/Input.d.ts.map +1 -1
- package/dist/styles/LightIndicator.d.ts +15 -0
- package/dist/styles/LightIndicator.d.ts.map +1 -0
- package/dist/styles/MultiProgress.d.ts.map +1 -1
- package/dist/styles/Product.d.ts.map +1 -1
- package/dist/styles/Select.d.ts +27 -37
- package/dist/styles/Select.d.ts.map +1 -1
- package/dist/styles/SidePanel.d.ts.map +1 -1
- package/dist/styles/Spinner.d.ts.map +1 -1
- package/dist/styles/Task.d.ts +2 -1
- package/dist/styles/Task.d.ts.map +1 -1
- package/dist/styles/Text.d.ts +14 -14
- package/dist/styles/Text.d.ts.map +1 -1
- package/dist/styles/Textarea.d.ts +7 -18
- package/dist/styles/Textarea.d.ts.map +1 -1
- package/dist/styles/Theme.d.ts +288 -138
- package/dist/styles/Theme.d.ts.map +1 -1
- package/dist/styles/Thermometer.d.ts +4 -1
- package/dist/styles/Thermometer.d.ts.map +1 -1
- package/dist/styles/calendar/Calendar.d.ts.map +1 -1
- package/dist/styles/calendar/DaysHeaderWrapper.d.ts +9 -1
- package/dist/styles/calendar/DaysHeaderWrapper.d.ts.map +1 -1
- package/dist/styles/calendar/DefaultCalendarHeader.d.ts.map +1 -1
- package/dist/styles/calendar/DraggableCalendarFooterTasks.d.ts.map +1 -1
- package/dist/styles/calendar/HeaderWrapper.d.ts +9 -1
- package/dist/styles/calendar/HeaderWrapper.d.ts.map +1 -1
- package/dist/styles/calendar/TasksCalendar.d.ts +1 -0
- package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -1
- package/dist/styles/calendar/TasksCalendarFooter.d.ts.map +1 -1
- package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
- package/dist/styles/calendar/styles.d.ts +8 -14
- package/dist/styles/calendar/styles.d.ts.map +1 -1
- package/dist/styles/colors.d.ts +273 -182
- package/dist/styles/colors.d.ts.map +1 -1
- package/dist/styles/datepickerStyles.d.ts +3 -0
- package/dist/styles/datepickerStyles.d.ts.map +1 -0
- package/dist/styles/globalStyles.d.ts +5 -1
- package/dist/styles/globalStyles.d.ts.map +1 -1
- package/dist/styles/icons/AddIcon.d.ts +6 -0
- package/dist/styles/icons/AddIcon.d.ts.map +1 -0
- package/dist/styles/icons/AddNoteIcon.d.ts +6 -0
- package/dist/styles/icons/AddNoteIcon.d.ts.map +1 -0
- package/dist/styles/icons/AddTaskIcon.d.ts +6 -0
- package/dist/styles/icons/AddTaskIcon.d.ts.map +1 -0
- package/dist/styles/icons/AlertIcon.d.ts +8 -0
- package/dist/styles/icons/AlertIcon.d.ts.map +1 -0
- package/dist/styles/icons/ArrowIcon.d.ts +9 -0
- package/dist/styles/icons/ArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/AwaitingProofIcon.d.ts +5 -8
- package/dist/styles/icons/AwaitingProofIcon.d.ts.map +1 -1
- package/dist/styles/icons/BotIcon.d.ts +5 -7
- package/dist/styles/icons/BotIcon.d.ts.map +1 -1
- package/dist/styles/icons/BulletIcon.d.ts +5 -7
- package/dist/styles/icons/BulletIcon.d.ts.map +1 -1
- package/dist/styles/icons/CalendarIcon.d.ts +5 -9
- package/dist/styles/icons/CalendarIcon.d.ts.map +1 -1
- package/dist/styles/icons/ChangeRequestedIcon.d.ts +5 -8
- package/dist/styles/icons/ChangeRequestedIcon.d.ts.map +1 -1
- package/dist/styles/icons/CheckmarkIcon.d.ts +5 -7
- package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -1
- package/dist/styles/icons/ChevronIcon.d.ts +9 -0
- package/dist/styles/icons/ChevronIcon.d.ts.map +1 -0
- package/dist/styles/icons/CircleProgressIcon.d.ts +13 -10
- package/dist/styles/icons/CircleProgressIcon.d.ts.map +1 -1
- package/dist/styles/icons/ClientApprovedIcon.d.ts +5 -8
- package/dist/styles/icons/ClientApprovedIcon.d.ts.map +1 -1
- package/dist/styles/icons/ClipboardIcon.d.ts +6 -0
- package/dist/styles/icons/ClipboardIcon.d.ts.map +1 -0
- package/dist/styles/icons/ClockIcon.d.ts +6 -0
- package/dist/styles/icons/ClockIcon.d.ts.map +1 -0
- package/dist/styles/icons/ColumnSelectIcon.d.ts +5 -7
- package/dist/styles/icons/ColumnSelectIcon.d.ts.map +1 -1
- package/dist/styles/icons/CompletedCheckmarkIcon.d.ts +6 -0
- package/dist/styles/icons/CompletedCheckmarkIcon.d.ts.map +1 -0
- package/dist/styles/icons/CouponIcon.d.ts +5 -8
- package/dist/styles/icons/CouponIcon.d.ts.map +1 -1
- package/dist/styles/icons/DollarIcon.d.ts +5 -7
- package/dist/styles/icons/DollarIcon.d.ts.map +1 -1
- package/dist/styles/icons/DownloadIcon.d.ts +4 -3
- package/dist/styles/icons/DownloadIcon.d.ts.map +1 -1
- package/dist/styles/icons/EditIcon.d.ts +8 -0
- package/dist/styles/icons/EditIcon.d.ts.map +1 -0
- package/dist/styles/icons/EpsIcon.d.ts +6 -0
- package/dist/styles/icons/EpsIcon.d.ts.map +1 -0
- package/dist/styles/icons/EstimateCircleIcon.d.ts +9 -5
- package/dist/styles/icons/EstimateCircleIcon.d.ts.map +1 -1
- package/dist/styles/icons/EyeIcon.d.ts +8 -0
- package/dist/styles/icons/EyeIcon.d.ts.map +1 -0
- package/dist/styles/icons/FilledChevronIcon.d.ts +9 -0
- package/dist/styles/icons/FilledChevronIcon.d.ts.map +1 -0
- package/dist/styles/icons/FolderIcon.d.ts +5 -7
- package/dist/styles/icons/FolderIcon.d.ts.map +1 -1
- package/dist/styles/icons/GalleryIcon.d.ts +5 -7
- package/dist/styles/icons/GalleryIcon.d.ts.map +1 -1
- package/dist/styles/icons/GearIcon.d.ts +7 -9
- package/dist/styles/icons/GearIcon.d.ts.map +1 -1
- package/dist/styles/icons/GridIcon.d.ts +6 -0
- package/dist/styles/icons/GridIcon.d.ts.map +1 -0
- package/dist/styles/icons/InfoIcon.d.ts +8 -9
- package/dist/styles/icons/InfoIcon.d.ts.map +1 -1
- package/dist/styles/icons/IntegrationsIcon.d.ts +8 -0
- package/dist/styles/icons/IntegrationsIcon.d.ts.map +1 -0
- package/dist/styles/icons/ListIcon.d.ts +5 -7
- package/dist/styles/icons/ListIcon.d.ts.map +1 -1
- package/dist/styles/icons/Loading.d.ts.map +1 -1
- package/dist/styles/icons/LockIcon.d.ts +6 -9
- package/dist/styles/icons/LockIcon.d.ts.map +1 -1
- package/dist/styles/icons/MailIcon.d.ts +8 -0
- package/dist/styles/icons/MailIcon.d.ts.map +1 -0
- package/dist/styles/icons/MarketingStatusIcon.d.ts +8 -0
- package/dist/styles/icons/MarketingStatusIcon.d.ts.map +1 -0
- package/dist/styles/icons/MenuIcon.d.ts +6 -0
- package/dist/styles/icons/MenuIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavConnectIcon.d.ts +7 -10
- package/dist/styles/icons/NavConnectIcon.d.ts.map +1 -1
- package/dist/styles/icons/NavFinanceIcon.d.ts +7 -10
- package/dist/styles/icons/NavFinanceIcon.d.ts.map +1 -1
- package/dist/styles/icons/NavManagementIcon.d.ts +7 -10
- package/dist/styles/icons/NavManagementIcon.d.ts.map +1 -1
- package/dist/styles/icons/NavProdIcon.d.ts +7 -10
- package/dist/styles/icons/NavProdIcon.d.ts.map +1 -1
- package/dist/styles/icons/NavResourcesIcon.d.ts +7 -10
- package/dist/styles/icons/NavResourcesIcon.d.ts.map +1 -1
- package/dist/styles/icons/NavSalesIcon.d.ts +7 -10
- package/dist/styles/icons/NavSalesIcon.d.ts.map +1 -1
- package/dist/styles/icons/NoteIcon.d.ts +5 -8
- package/dist/styles/icons/NoteIcon.d.ts.map +1 -1
- package/dist/styles/icons/OpportunityCircleIcon.d.ts +9 -5
- package/dist/styles/icons/OpportunityCircleIcon.d.ts.map +1 -1
- package/dist/styles/icons/PendingApprovalIcon.d.ts +5 -8
- package/dist/styles/icons/PendingApprovalIcon.d.ts.map +1 -1
- package/dist/styles/icons/PercentIcon.d.ts +6 -0
- package/dist/styles/icons/PercentIcon.d.ts.map +1 -0
- package/dist/styles/icons/PinIcon.d.ts +8 -8
- package/dist/styles/icons/PinIcon.d.ts.map +1 -1
- package/dist/styles/icons/PresentationCircleIcon.d.ts +9 -5
- package/dist/styles/icons/PresentationCircleIcon.d.ts.map +1 -1
- package/dist/styles/icons/PromostandardsIcon.d.ts +5 -7
- package/dist/styles/icons/PromostandardsIcon.d.ts.map +1 -1
- package/dist/styles/icons/ProofReceivedIcon.d.ts +5 -8
- package/dist/styles/icons/ProofReceivedIcon.d.ts.map +1 -1
- package/dist/styles/icons/ProofingCompleteIcon.d.ts +5 -8
- package/dist/styles/icons/ProofingCompleteIcon.d.ts.map +1 -1
- package/dist/styles/icons/RadioIcon.d.ts +8 -0
- package/dist/styles/icons/RadioIcon.d.ts.map +1 -0
- package/dist/styles/icons/ReceiptLongIcon.d.ts +5 -7
- package/dist/styles/icons/ReceiptLongIcon.d.ts.map +1 -1
- package/dist/styles/icons/SalesArrowIcon.d.ts +9 -0
- package/dist/styles/icons/SalesArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/SalesOrderCircleIcon.d.ts +9 -5
- package/dist/styles/icons/SalesOrderCircleIcon.d.ts.map +1 -1
- package/dist/styles/icons/SearchIcon.d.ts +6 -0
- package/dist/styles/icons/SearchIcon.d.ts.map +1 -0
- package/dist/styles/icons/StarIcon.d.ts +9 -0
- package/dist/styles/icons/StarIcon.d.ts.map +1 -0
- package/dist/styles/icons/SubtractIcon.d.ts +6 -0
- package/dist/styles/icons/SubtractIcon.d.ts.map +1 -0
- package/dist/styles/icons/SvgIcon.d.ts +86 -0
- package/dist/styles/icons/SvgIcon.d.ts.map +1 -0
- package/dist/styles/icons/TableIcon.d.ts +5 -9
- package/dist/styles/icons/TableIcon.d.ts.map +1 -1
- package/dist/styles/icons/TargetIcon.d.ts +6 -0
- package/dist/styles/icons/TargetIcon.d.ts.map +1 -0
- package/dist/styles/icons/TaskIcon.d.ts +5 -8
- package/dist/styles/icons/TaskIcon.d.ts.map +1 -1
- package/dist/styles/icons/TemplateIcon.d.ts +8 -0
- package/dist/styles/icons/TemplateIcon.d.ts.map +1 -0
- package/dist/styles/icons/TilesIcon.d.ts +7 -7
- package/dist/styles/icons/TilesIcon.d.ts.map +1 -1
- package/dist/styles/icons/TrashIcon.d.ts +7 -8
- package/dist/styles/icons/TrashIcon.d.ts.map +1 -1
- package/dist/styles/icons/UserIcon.d.ts +5 -7
- package/dist/styles/icons/UserIcon.d.ts.map +1 -1
- package/dist/styles/icons/UsersIcon.d.ts +6 -0
- package/dist/styles/icons/UsersIcon.d.ts.map +1 -0
- package/dist/styles/icons/XIcon.d.ts +6 -0
- package/dist/styles/icons/XIcon.d.ts.map +1 -0
- package/dist/styles/icons/index.d.ts +54 -43
- package/dist/styles/icons/index.d.ts.map +1 -1
- package/dist/styles/index.d.ts +4 -0
- package/dist/styles/index.d.ts.map +1 -1
- package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -1
- package/dist/styles/tables/scrollbarWidth.d.ts.map +1 -1
- package/package.json +7 -2
- package/dist/styles/icons/ArrowLeftIcon.d.ts +0 -8
- package/dist/styles/icons/ArrowLeftIcon.d.ts.map +0 -1
- package/dist/styles/icons/ArrowRightIcon.d.ts +0 -8
- package/dist/styles/icons/ArrowRightIcon.d.ts.map +0 -1
- package/dist/styles/icons/Calendar2Icon.d.ts +0 -9
- package/dist/styles/icons/Calendar2Icon.d.ts.map +0 -1
- package/dist/styles/icons/CheckboxIcon.d.ts +0 -8
- package/dist/styles/icons/CheckboxIcon.d.ts.map +0 -1
- package/dist/styles/icons/CrossIcon.d.ts +0 -8
- package/dist/styles/icons/CrossIcon.d.ts.map +0 -1
- package/dist/styles/icons/DownArrowIcon.d.ts +0 -10
- package/dist/styles/icons/DownArrowIcon.d.ts.map +0 -1
- package/dist/styles/icons/ErrorIcon.d.ts +0 -8
- package/dist/styles/icons/ErrorIcon.d.ts.map +0 -1
- package/dist/styles/icons/LeftArrowIcon.d.ts +0 -8
- package/dist/styles/icons/LeftArrowIcon.d.ts.map +0 -1
- package/dist/styles/icons/NextPrevIcon.d.ts +0 -11
- package/dist/styles/icons/NextPrevIcon.d.ts.map +0 -1
- package/dist/styles/icons/NoMarketingIcon.d.ts +0 -9
- package/dist/styles/icons/NoMarketingIcon.d.ts.map +0 -1
- package/dist/styles/icons/PanelIcon.d.ts +0 -9
- package/dist/styles/icons/PanelIcon.d.ts.map +0 -1
- package/dist/styles/icons/RightArrowIcon.d.ts +0 -8
- package/dist/styles/icons/RightArrowIcon.d.ts.map +0 -1
- package/dist/styles/icons/SalesDownArrowIcon.d.ts +0 -8
- package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +0 -1
- package/dist/styles/icons/SalesUpArrowIcon.d.ts +0 -8
- package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +0 -1
- package/dist/styles/icons/UpArrowIcon.d.ts +0 -10
- package/dist/styles/icons/UpArrowIcon.d.ts.map +0 -1
- package/dist/styles/icons/UpDownArrowsIcon.d.ts +0 -10
- package/dist/styles/icons/UpDownArrowsIcon.d.ts.map +0 -1
- package/dist/styles/icons/WarningIcon.d.ts +0 -7
- package/dist/styles/icons/WarningIcon.d.ts.map +0 -1
- package/dist/styles/icons/YesMarketingIcon.d.ts +0 -9
- package/dist/styles/icons/YesMarketingIcon.d.ts.map +0 -1
|
@@ -5,6 +5,9 @@ export declare type ThermometerProps = {
|
|
|
5
5
|
target: number;
|
|
6
6
|
value1: number;
|
|
7
7
|
value1Label?: string | ((v: number) => string);
|
|
8
|
+
barColor?: string;
|
|
9
|
+
labelTextColor?: string;
|
|
10
|
+
isSecondary?: boolean;
|
|
8
11
|
};
|
|
9
|
-
export default function Thermometer({ title, target, value1, value1Label, ...props }: ThermometerProps): JSX.Element;
|
|
12
|
+
export default function Thermometer({ title, target, value1, value1Label, barColor, labelTextColor, isSecondary, ...props }: ThermometerProps): JSX.Element;
|
|
10
13
|
//# sourceMappingURL=Thermometer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Thermometer.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Thermometer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAyC7D,oBAAY,gBAAgB,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Thermometer.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Thermometer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAyC7D,oBAAY,gBAAgB,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC,CAAC;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAChC,KAAK,EACL,MAAM,EACN,MAAM,EACN,WAAW,EACd,QAAQ,EACR,cAAc,EACd,WAAW,EACR,GAAG,KAAK,EACX,EAAE,gBAAgB,eAgElB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/Calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAU9C,oBAAY,4BAA4B,GAAG;IACvC,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB,CAAC;AAEF,oBAAY,aAAa,GAAG;IACxB,UAAU,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;QAC9F,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;QAC9F,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;KAC5F,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE;QACT,OAAO,CAAC,EAAE,SAAS,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;QAC7C,MAAM,CAAC,EAAE,SAAS,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;QAC5C,MAAM,CAAC,EAAE,SAAS,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;KAC/C,CAAC;CACL,CAAC;AACF,QAAA,MAAM,QAAQ,yCAA+C,aAAa,
|
|
1
|
+
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/Calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAU9C,oBAAY,4BAA4B,GAAG;IACvC,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB,CAAC;AAEF,oBAAY,aAAa,GAAG;IACxB,UAAU,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;QAC9F,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;QAC9F,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;KAC5F,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE;QACT,OAAO,CAAC,EAAE,SAAS,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;QAC7C,MAAM,CAAC,EAAE,SAAS,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;QAC5C,MAAM,CAAC,EAAE,SAAS,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;KAC/C,CAAC;CACL,CAAC;AACF,QAAA,MAAM,QAAQ,yCAA+C,aAAa,gBAyEzE,CAAA;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
declare const DaysHeaderWrapper: import("styled-components").StyledComponent<"div", any,
|
|
1
|
+
declare const DaysHeaderWrapper: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
+
justify?: string | undefined;
|
|
3
|
+
wrap?: string | undefined;
|
|
4
|
+
align?: string | undefined;
|
|
5
|
+
padded?: boolean | undefined;
|
|
6
|
+
start?: boolean | undefined;
|
|
7
|
+
end?: boolean | undefined;
|
|
8
|
+
middle?: boolean | undefined;
|
|
9
|
+
} & import("..").SharedStyleTypes, never>;
|
|
2
10
|
export default DaysHeaderWrapper;
|
|
3
11
|
//# sourceMappingURL=DaysHeaderWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DaysHeaderWrapper.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/DaysHeaderWrapper.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"DaysHeaderWrapper.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/DaysHeaderWrapper.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB;;;;;;;;yCAOtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultCalendarHeader.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/DefaultCalendarHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,QAAA,MAAM,qBAAqB;gBAKX,
|
|
1
|
+
{"version":3,"file":"DefaultCalendarHeader.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/DefaultCalendarHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,QAAA,MAAM,qBAAqB;gBAKX,MAAM,iBAAiB;gBACvB,MAAM,iBAAiB;kBACrB,IAAI;iBAwBrB,CAAA;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraggableCalendarFooterTasks.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/DraggableCalendarFooterTasks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAgB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG1D,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE5D,oBAAY,iCAAiC,GAAG;IAC5C,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACnC,CAAC;AACF,eAAO,MAAM,4BAA4B,0CAItC,
|
|
1
|
+
{"version":3,"file":"DraggableCalendarFooterTasks.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/DraggableCalendarFooterTasks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAgB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG1D,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE5D,oBAAY,iCAAiC,GAAG;IAC5C,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACnC,CAAC;AACF,eAAO,MAAM,4BAA4B,0CAItC,MAAM,iBAAiB,CAAC,iCAAiC,CAAC,gBAyC5D,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
declare const HeaderWrapper: import("styled-components").StyledComponent<"div", any,
|
|
1
|
+
declare const HeaderWrapper: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
+
justify?: string | undefined;
|
|
3
|
+
wrap?: string | undefined;
|
|
4
|
+
align?: string | undefined;
|
|
5
|
+
padded?: boolean | undefined;
|
|
6
|
+
start?: boolean | undefined;
|
|
7
|
+
end?: boolean | undefined;
|
|
8
|
+
middle?: boolean | undefined;
|
|
9
|
+
} & import("..").SharedStyleTypes, never>;
|
|
2
10
|
export default HeaderWrapper;
|
|
3
11
|
//# sourceMappingURL=HeaderWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderWrapper.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/HeaderWrapper.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"HeaderWrapper.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/HeaderWrapper.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,aAAa;;;;;;;;yCAOlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -21,6 +21,7 @@ export declare function convertTasksToDays({ currentMonth, currentWeek, tasks, }
|
|
|
21
21
|
assignee?: string | undefined;
|
|
22
22
|
checked?: boolean | undefined;
|
|
23
23
|
overdue?: boolean | undefined;
|
|
24
|
+
order?: number | undefined;
|
|
24
25
|
onClickCheckbox?: ((checked: boolean) => any) | undefined;
|
|
25
26
|
isDescriptionHtml?: boolean | undefined;
|
|
26
27
|
draggable?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksCalendar.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/TasksCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,iBAAiB,EAAG,MAAM,SAAS,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"TasksCalendar.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/TasksCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,iBAAiB,EAAG,MAAM,SAAS,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAY/B,wBAAgB,kBAAkB,CAAC,EAAE,YAAY,EAAE,WAAW,EAAE,KAAK,GAAG,EAAE;IAAE,YAAY,EAAE,IAAI,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAAE;;;;;;;;;;;;;;;;;;;;;;IA2BlJ;AAED,aAAK,kBAAkB,GAAG,aAAa,GAAG;IACtC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAChC,UAAU,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IACzB,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,UAAU,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;QACxF,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;KAC3F,CAAC;CACL,CAAC;AAEF,QAAA,MAAM,aAAa,6DAMhB,kBAAkB,gBA+CpB,CAAA;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksCalendarFooter.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/TasksCalendarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,oBAAY,wBAAwB,GAAG;IACnC,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB,CAAC;AACF,eAAO,MAAM,mBAAmB,4BAG7B,
|
|
1
|
+
{"version":3,"file":"TasksCalendarFooter.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/TasksCalendarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,oBAAY,wBAAwB,GAAG;IACnC,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB,CAAC;AACF,eAAO,MAAM,mBAAmB,4BAG7B,MAAM,iBAAiB,CAAC,wBAAwB,CAAC,gBAgBnD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksCalendarHeader.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/TasksCalendarHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMzC,OAAO,EAAQ,IAAI,EAAE,MAAM,SAAS,CAAC;AAMrC,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"TasksCalendarHeader.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/TasksCalendarHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMzC,OAAO,EAAQ,IAAI,EAAE,MAAM,SAAS,CAAC;AAMrC,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AA2BtE,oBAAY,wBAAwB,GAAG;IACnC,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,YAAY,CAAC;IACzB,UAAU,EAAE,cAAc,CAAC;IAC3B,UAAU,EAAE,cAAc,CAAC;IAC3B,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,IAAI,CAAC;IACnB,gBAAgB,EAAE,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC;IACd,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,eAAe,CAAC;CACjC,CAAC;AACF,eAAO,MAAM,mBAAmB,8KAc7B,MAAM,iBAAiB,CAAC,wBAAwB,CAAC,gBAiHnD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -3,23 +3,17 @@ import { DraggableProvided, DraggableStateSnapshot, DroppableProvided, Droppable
|
|
|
3
3
|
export declare const draggableChildWrapperProps: (provided: DraggableProvided, snapshot: DraggableStateSnapshot, props?: {
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
}) => {
|
|
6
|
+
'data-rbd-drag-handle-draggable-id'?: string | undefined;
|
|
7
|
+
'data-rbd-drag-handle-context-id'?: string | undefined;
|
|
8
|
+
'aria-describedby'?: string | undefined;
|
|
9
|
+
role?: string | undefined;
|
|
10
|
+
tabIndex?: number | undefined;
|
|
11
|
+
draggable?: boolean | undefined;
|
|
12
|
+
onDragStart?: import("react").DragEventHandler<any> | undefined;
|
|
6
13
|
style: any;
|
|
7
14
|
'data-rbd-draggable-context-id': string;
|
|
8
15
|
'data-rbd-draggable-id': string;
|
|
9
|
-
onTransitionEnd?:
|
|
10
|
-
ref: (element?: HTMLElement | null | undefined) => any;
|
|
11
|
-
} | {
|
|
12
|
-
'data-rbd-drag-handle-draggable-id': string;
|
|
13
|
-
'data-rbd-drag-handle-context-id': string;
|
|
14
|
-
'aria-describedby': string;
|
|
15
|
-
role: string;
|
|
16
|
-
tabIndex: number;
|
|
17
|
-
draggable: boolean;
|
|
18
|
-
onDragStart: (event: import("react").DragEvent<any>) => void;
|
|
19
|
-
style: any;
|
|
20
|
-
'data-rbd-draggable-context-id': string;
|
|
21
|
-
'data-rbd-draggable-id': string;
|
|
22
|
-
onTransitionEnd?: ((event: import("react").TransitionEvent<any>) => void) | undefined;
|
|
16
|
+
onTransitionEnd?: import("react").TransitionEventHandler<any> | undefined;
|
|
23
17
|
ref: (element?: HTMLElement | null | undefined) => any;
|
|
24
18
|
};
|
|
25
19
|
export declare const droppableChildWrapperProps: (provided: DroppableProvided, snapshot: DroppableStateSnapshot, props?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/styles.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE3H,eAAO,MAAM,0BAA0B,aAAc,iBAAiB,YAAY,sBAAsB
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/calendar/styles.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE3H,eAAO,MAAM,0BAA0B,aAAc,iBAAiB,YAAY,sBAAsB;;;;;;;;;;;;;;;CAoBvG,CAAC;AAEF,eAAO,MAAM,0BAA0B,aAAc,iBAAiB,YAAY,sBAAsB;;;;;;;CAiBvG,CAAC"}
|