@capillarytech/blaze-ui 6.1.0 → 6.1.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/.npmrc +3 -0
- package/CapCustomCheckboxList/styles.css +3 -3
- package/CapCustomCheckboxList/styles.scss +7 -8
- package/CapEventCalendar/CalendarCanvas/calendarCanvasStyles.css +21 -0
- package/CapEventCalendar/CalendarCanvas/calendarCanvasStyles.module.scss.js +8 -0
- package/CapEventCalendar/CalendarCanvas/calendarCanvasStyles.scss +17 -0
- package/CapEventCalendar/CalendarCanvas/index.d.ts +3 -52
- package/CapEventCalendar/CalendarCanvas/index.d.ts.map +1 -1
- package/CapEventCalendar/CalendarCanvas/index.js +31 -50
- package/CapEventCalendar/CalendarCanvas/utils.d.ts +5 -9
- package/CapEventCalendar/CalendarCanvas/utils.d.ts.map +1 -1
- package/CapEventCalendar/CalendarCanvas/utils.js +6 -6
- package/CapEventCalendar/components/DayDropdown/index.d.ts +3 -13
- package/CapEventCalendar/components/DayDropdown/index.d.ts.map +1 -1
- package/CapEventCalendar/components/DayDropdown/index.js +32 -14
- package/CapEventCalendar/components/MonthHeader/index.d.ts +3 -9
- package/CapEventCalendar/components/MonthHeader/index.d.ts.map +1 -1
- package/CapEventCalendar/components/MonthHeader/index.js +4 -9
- package/CapEventCalendar/components/MonthHeader/monthHeaderStyles.css +20 -0
- package/CapEventCalendar/components/MonthHeader/monthHeaderStyles.module.scss.js +7 -0
- package/CapEventCalendar/components/MonthHeader/monthHeaderStyles.scss +15 -0
- package/CapEventCalendar/drawUtils.d.ts +9 -71
- package/CapEventCalendar/drawUtils.d.ts.map +1 -1
- package/CapEventCalendar/drawUtils.js +12 -4
- package/CapEventCalendar/index.d.ts +4 -80
- package/CapEventCalendar/index.d.ts.map +1 -1
- package/CapEventCalendar/index.js +60 -85
- package/CapEventCalendar/messages.d.ts +25 -0
- package/CapEventCalendar/messages.d.ts.map +1 -0
- package/CapEventCalendar/messages.js +28 -0
- package/CapEventCalendar/styles.css +9 -81
- package/CapEventCalendar/styles.module.scss.js +12 -0
- package/CapEventCalendar/styles.scss +34 -107
- package/CapEventCalendar/tests/types.d.ts +26 -0
- package/CapEventCalendar/tests/types.d.ts.map +1 -0
- package/CapEventCalendar/types.d.ts +188 -0
- package/CapEventCalendar/types.d.ts.map +1 -0
- package/CapEventCalendar/types.js +1 -0
- package/CapEventCalendar/utils.d.ts +11 -9
- package/CapEventCalendar/utils.d.ts.map +1 -1
- package/CapEventCalendar/utils.js +10 -7
- package/CapProductSelection/index.d.ts +7 -29
- package/CapProductSelection/index.d.ts.map +1 -1
- package/CapProductSelection/index.js +52 -89
- package/CapProductSelection/messages.d.ts +76 -0
- package/CapProductSelection/messages.d.ts.map +1 -0
- package/CapProductSelection/messages.js +79 -0
- package/CapProductSelection/styles.css +81 -0
- package/CapProductSelection/styles.module.scss.js +8 -0
- package/CapProductSelection/styles.scss +82 -40
- package/CapProductSelection/tests/CapProductSelection.mockData.d.ts +36 -0
- package/CapProductSelection/tests/CapProductSelection.mockData.d.ts.map +1 -0
- package/CapProductSelection/types.d.ts +34 -0
- package/CapProductSelection/types.d.ts.map +1 -0
- package/CapProductSelection/types.js +1 -0
- package/CapRadioCard/index.d.ts.map +1 -1
- package/CapRadioCard/index.js +52 -20
- package/CapRadioCard/styles.css +25 -25
- package/CapRadioCard/styles.module.scss.js +14 -40
- package/CapRadioCard/styles.scss +20 -20
- package/CapRadioCard/types.d.ts +20 -0
- package/CapRadioCard/types.d.ts.map +1 -1
- package/CapStaticTemplates/index.d.ts +3 -1
- package/CapStaticTemplates/index.d.ts.map +1 -1
- package/CapStaticTemplates/index.js +185 -144
- package/CapStaticTemplates/messages.d.ts +32 -0
- package/CapStaticTemplates/messages.d.ts.map +1 -0
- package/CapStaticTemplates/messages.js +35 -0
- package/CapStaticTemplates/styles.css +220 -0
- package/CapStaticTemplates/styles.module.scss.js +55 -0
- package/CapStaticTemplates/styles.scss +291 -0
- package/CapStaticTemplates/tests/CapStaticTemplates.mockData.d.ts +54 -0
- package/CapStaticTemplates/tests/CapStaticTemplates.mockData.d.ts.map +1 -0
- package/CapStaticTemplates/types.d.ts +97 -0
- package/CapStaticTemplates/types.d.ts.map +1 -0
- package/CapStaticTemplates/types.js +1 -0
- package/CapTabV3/tests/CapTabV3.mockData.d.ts +26 -26
- package/CapTabV3/tests/CapTabV3.mockData.d.ts.map +1 -1
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -1
- package/index.js +227 -221
- package/package.json +1 -1
- package/styles/_variables.scss +2 -0
- package/utils/dayjs.d.ts +1 -0
- package/utils/dayjs.d.ts.map +1 -1
- package/utils/dayjs.js +1 -0
- package/CapProductSelection/style.d.ts +0 -3
- package/CapProductSelection/style.d.ts.map +0 -1
- package/CapProductSelection/style.js +0 -38
- package/CapStaticTemplates/style.d.ts +0 -13
- package/CapStaticTemplates/style.d.ts.map +0 -1
- package/CapStaticTemplates/style.js +0 -216
package/index.js
CHANGED
|
@@ -1,239 +1,245 @@
|
|
|
1
|
-
import { default as default2 } from "./
|
|
2
|
-
import { default as default3 } from "./
|
|
3
|
-
import { default as default4 } from "./
|
|
4
|
-
import { default as default5 } from "./
|
|
5
|
-
import { default as default6 } from "./
|
|
6
|
-
import { default as default7 } from "./
|
|
7
|
-
import { default as default8 } from "./
|
|
8
|
-
import { default as default9 } from "./
|
|
9
|
-
import { default as default10 } from "./
|
|
10
|
-
import { default as default11 } from "./
|
|
11
|
-
import { default as default12 } from "./
|
|
12
|
-
import { default as default13 } from "./
|
|
13
|
-
import { default as default14 } from "./
|
|
14
|
-
import { default as default15 } from "./
|
|
15
|
-
import { default as default16 } from "./
|
|
16
|
-
import { default as default17 } from "./
|
|
17
|
-
import { default as default18 } from "./
|
|
18
|
-
import { default as default19 } from "./
|
|
19
|
-
import { default as default20 } from "./
|
|
20
|
-
import { default as default21 } from "./
|
|
21
|
-
import { default as default22 } from "./
|
|
22
|
-
import { default as default23 } from "./
|
|
23
|
-
import { default as default24 } from "./
|
|
24
|
-
import { default as default25 } from "./
|
|
25
|
-
import { default as default26 } from "./
|
|
26
|
-
import { default as default27 } from "./
|
|
27
|
-
import { default as default28 } from "./
|
|
28
|
-
import { default as default29 } from "./
|
|
29
|
-
import { default as default30 } from "./
|
|
30
|
-
import { default as default31 } from "./
|
|
31
|
-
import { default as default32 } from "./
|
|
32
|
-
import { default as default33 } from "./
|
|
33
|
-
import { default as default34 } from "./
|
|
34
|
-
import { default as default35 } from "./
|
|
35
|
-
import { default as default36 } from "./
|
|
36
|
-
import { default as default37 } from "./
|
|
37
|
-
import { default as default38 } from "./
|
|
38
|
-
import { default as default39 } from "./
|
|
39
|
-
import { default as default40 } from "./
|
|
40
|
-
import { default as default41 } from "./
|
|
41
|
-
import { default as default42 } from "./
|
|
42
|
-
import { default as default43 } from "./
|
|
43
|
-
import { default as default44 } from "./
|
|
44
|
-
import { default as default45 } from "./
|
|
45
|
-
import { default as default46 } from "./
|
|
46
|
-
import { default as default47 } from "./
|
|
47
|
-
import { default as default48 } from "./
|
|
48
|
-
import { default as default49 } from "./
|
|
49
|
-
import { default as default50 } from "./
|
|
50
|
-
import { default as default51
|
|
51
|
-
import { default as default53 } from "./
|
|
52
|
-
import { default as default54 } from "./
|
|
53
|
-
import { default as default55 } from "./
|
|
54
|
-
import { default as default56 } from "./
|
|
55
|
-
import { default as default57 } from "./
|
|
56
|
-
import { default as default58 } from "./
|
|
57
|
-
import { default as default59 } from "./
|
|
58
|
-
import { default as default60 } from "./
|
|
59
|
-
import { default as default61 } from "./
|
|
60
|
-
import { default as default62 } from "./
|
|
61
|
-
import { default as default63 } from "./
|
|
62
|
-
import { default as default64 } from "./
|
|
63
|
-
import { default as default65 } from "./
|
|
64
|
-
import { default as default66 } from "./
|
|
65
|
-
import { default as default67 } from "./
|
|
66
|
-
import { default as default68 } from "./
|
|
67
|
-
import { default as default69 } from "./
|
|
68
|
-
import { default as default70 } from "./
|
|
69
|
-
import { default as default71 } from "./
|
|
70
|
-
import { default as default72 } from "./
|
|
71
|
-
import { default as default73 } from "./
|
|
72
|
-
import { default as default74 } from "./
|
|
73
|
-
import { default as default75 } from "./
|
|
1
|
+
import { default as default2 } from "./CapEventCalendar/index.js";
|
|
2
|
+
import { default as default3 } from "./CapAlert/index.js";
|
|
3
|
+
import { default as default4 } from "./CapAdvancedIcon/index.js";
|
|
4
|
+
import { default as default5 } from "./CapActionBar/index.js";
|
|
5
|
+
import { default as default6 } from "./CapAppNotEnabled/index.js";
|
|
6
|
+
import { default as default7 } from "./CapAskAira/index.js";
|
|
7
|
+
import { default as default8 } from "./CapBanner/index.js";
|
|
8
|
+
import { default as default9 } from "./CapBorderedBox/index.js";
|
|
9
|
+
import { default as default10 } from "./CapBlock/index.js";
|
|
10
|
+
import { default as default11 } from "./CapButton/index.js";
|
|
11
|
+
import { default as default12 } from "./CapCard/index.js";
|
|
12
|
+
import { default as default13 } from "./CapCardBox/index.js";
|
|
13
|
+
import { default as default14 } from "./CapCarousel/index.js";
|
|
14
|
+
import { default as default15 } from "./CapCheckbox/index.js";
|
|
15
|
+
import { default as default16 } from "./CapDatePicker/index.js";
|
|
16
|
+
import { default as default17 } from "./CapDateRangePicker/index.js";
|
|
17
|
+
import { default as default18 } from "./CapDateTimePicker/index.js";
|
|
18
|
+
import { default as default19 } from "./CapDateTimeRangePicker/index.js";
|
|
19
|
+
import { default as default20 } from "./CapMultiSelectDatePicker/index.js";
|
|
20
|
+
import { default as default21 } from "./CapNavigation/index.js";
|
|
21
|
+
import { default as default22 } from "./CapCustomCard/index.js";
|
|
22
|
+
import { default as default23 } from "./CapCustomCarousel/index.js";
|
|
23
|
+
import { default as default24 } from "./CapColoredTag/index.js";
|
|
24
|
+
import { default as default25 } from "./CapColumn/index.js";
|
|
25
|
+
import { default as default26 } from "./CapConditionPreview/index.js";
|
|
26
|
+
import { default as default27 } from "./CapCSVFileUploader/index.js";
|
|
27
|
+
import { default as default28 } from "./CapCustomCheckboxList/index.js";
|
|
28
|
+
import { default as default29 } from "./CapCustomList/index.js";
|
|
29
|
+
import { default as default30 } from "./CapCustomSelect/index.js";
|
|
30
|
+
import { default as default31 } from "./CapColorPicker/index.js";
|
|
31
|
+
import { default as default32 } from "./CapCalendarDatePicker/index.js";
|
|
32
|
+
import { default as default33 } from "./CapDivider/index.js";
|
|
33
|
+
import { default as default34 } from "./CapDrawer/index.js";
|
|
34
|
+
import { default as default35 } from "./CapDropdown/index.js";
|
|
35
|
+
import { default as default36 } from "./CapError/index.js";
|
|
36
|
+
import { default as default37 } from "./CapErrorStateIllustration/index.js";
|
|
37
|
+
import { default as default38 } from "./CapErrorBoundary/index.js";
|
|
38
|
+
import { default as default39 } from "./CapEmptyDivWithBorder/index.js";
|
|
39
|
+
import { default as default40 } from "./CapExpressionEditor/index.js";
|
|
40
|
+
import { default as default41 } from "./CapForm/index.js";
|
|
41
|
+
import { default as default42 } from "./CapFormItem/index.js";
|
|
42
|
+
import { default as default43 } from "./CapGraph/index.js";
|
|
43
|
+
import { default as default44 } from "./CapHeading/index.js";
|
|
44
|
+
import { default as default45 } from "./CapHeader/index.js";
|
|
45
|
+
import { default as default46 } from "./CapHamburgerMenu/index.js";
|
|
46
|
+
import { default as default47 } from "./CapIcon/index.js";
|
|
47
|
+
import { default as default48 } from "./CapImage/index.js";
|
|
48
|
+
import { default as default49 } from "./CapIllustration/index.js";
|
|
49
|
+
import { default as default50 } from "./CapImportMFEComponent/index.js";
|
|
50
|
+
import { default as default51 } from "./CapInput/index.js";
|
|
51
|
+
import { default as default52, default as default53 } from "./CapInput/Search.js";
|
|
52
|
+
import { default as default54 } from "./CapInfoNote/index.js";
|
|
53
|
+
import { default as default55 } from "./CapLabel/index.js";
|
|
54
|
+
import { default as default56 } from "./CapLevelGraphRenderer/index.js";
|
|
55
|
+
import { default as default57 } from "./CapLink/index.js";
|
|
56
|
+
import { default as default58 } from "./CapList/index.js";
|
|
57
|
+
import { default as default59 } from "./CapListLayout/index.js";
|
|
58
|
+
import { default as default60 } from "./CapLogin/index.js";
|
|
59
|
+
import { default as default61 } from "./CapMenu/index.js";
|
|
60
|
+
import { default as default62 } from "./CapModal/index.js";
|
|
61
|
+
import { default as default63 } from "./CapMultiSelect/index.js";
|
|
62
|
+
import { default as default64 } from "./CapNotification/index.js";
|
|
63
|
+
import { default as default65 } from "./CapNotificationDropdown/index.js";
|
|
64
|
+
import { default as default66 } from "./CapProgress/index.js";
|
|
65
|
+
import { default as default67 } from "./CapPopover/index.js";
|
|
66
|
+
import { default as default68 } from "./CapProductSelection/index.js";
|
|
67
|
+
import { default as default69 } from "./CapRadio/index.js";
|
|
68
|
+
import { default as default70 } from "./CapRadioCard/index.js";
|
|
69
|
+
import { default as default71 } from "./CapRoadMap/index.js";
|
|
70
|
+
import { default as default72 } from "./CapRadioButton/index.js";
|
|
71
|
+
import { default as default73 } from "./CapRadioGroup/index.js";
|
|
72
|
+
import { default as default74 } from "./CapRow/index.js";
|
|
73
|
+
import { default as default75 } from "./CapReorderComponent/index.js";
|
|
74
|
+
import { default as default76 } from "./CapSlideBox/index.js";
|
|
75
|
+
import { default as default77 } from "./CapSlider/index.js";
|
|
74
76
|
import { CapSplit } from "./CapSplit/index.js";
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
77
|
+
import { default as default78 } from "./CapSelect/index.js";
|
|
78
|
+
import { default as default79 } from "./CapSelectFilter/index.js";
|
|
79
|
+
import { default as default80 } from "./CapSKUUploader/index.js";
|
|
80
|
+
import { default as default81 } from "./CapSecondaryTopBar/index.js";
|
|
81
|
+
import { default as default82 } from "./CapShape/index.js";
|
|
82
|
+
import { default as default83 } from "./CapSideBar/index.js";
|
|
83
|
+
import { default as default84 } from "./CapSkeleton/index.js";
|
|
84
|
+
import { default as default85 } from "./CapSnackBar/index.js";
|
|
85
|
+
import { default as default86 } from "./CapSomethingWentWrong/index.js";
|
|
86
|
+
import { default as default87 } from "./CapStatus/index.js";
|
|
87
|
+
import { default as default88 } from "./CapSupportVideosWrapper/index.js";
|
|
88
|
+
import { default as default89 } from "./CapSpin/index.js";
|
|
89
|
+
import { default as default90 } from "./CapStaticTemplates/index.js";
|
|
90
|
+
import { default as default91 } from "./CapStepsAccordian/index.js";
|
|
91
|
+
import { default as default92 } from "./CapStatisticCard/index.js";
|
|
92
|
+
import { default as default93 } from "./CapSteps/index.js";
|
|
93
|
+
import { default as default94 } from "./CapSwitch/index.js";
|
|
94
|
+
import { default as default95 } from "./CapTag/index.js";
|
|
95
|
+
import { default as default96 } from "./CapTagDropdown/index.js";
|
|
96
|
+
import { default as default97 } from "./CapTab/index.js";
|
|
97
|
+
import { default as default98 } from "./CapTable/index.js";
|
|
98
|
+
import { default as default99 } from "./CapTabV3/index.js";
|
|
99
|
+
import { default as default100 } from "./CapTimePicker/index.js";
|
|
100
|
+
import { default as default101 } from "./CapTree/index.js";
|
|
101
|
+
import { default as default102 } from "./CapTopBar/index.js";
|
|
102
|
+
import { default as default103 } from "./CapTooltip/index.js";
|
|
103
|
+
import { default as default104 } from "./CapTooltipWithInfo/index.js";
|
|
104
|
+
import { default as default105 } from "./CapTreeSelect/index.js";
|
|
105
|
+
import { default as default106 } from "./CapTruncateList/index.js";
|
|
106
|
+
import { default as default107 } from "./CapUnifiedSelect/index.js";
|
|
107
|
+
import { default as default108 } from "./CapUserProfile/index.js";
|
|
108
|
+
import { default as default109 } from "./CapUploader/index.js";
|
|
106
109
|
import { CapVirtualList } from "./CapVirtualList/index.js";
|
|
107
110
|
import * as assets_icons_index from "./assets/icons/index.js";
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
111
|
+
import { default as default110 } from "./LocaleHoc/index.js";
|
|
112
|
+
import { default as default111 } from "./CapLanguageProvider/index.js";
|
|
110
113
|
import { request } from "./service/api.js";
|
|
111
114
|
import { loadCapUI } from "./utils/index.js";
|
|
112
115
|
import { getCapUIFontLinks, loadCapUIFonts } from "./utils/fonts.js";
|
|
113
116
|
import "sanitize.css";
|
|
114
117
|
import * as styles__variables from "./styles/_variables.js";
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
118
|
+
import { default as default112 } from "./CapCollapsibleLeftNavigation/reducer.js";
|
|
119
|
+
import { default as default113 } from "./CapCollapsibleLeftNavigation/saga.js";
|
|
117
120
|
import { CLICKED, COLLAPSED, COMPLETE, EXPANDED, FAILURE, GET_NAVIGATION_CONFIG_FAILURE, GET_NAVIGATION_CONFIG_REQUEST, GET_NAVIGATION_CONFIG_SUCCESS, IDLE, L1IconWrapperSize, REQUEST, RESIZE, SUCCESS, UrlWithFlashRegex } from "./CapCollapsibleLeftNavigation/constants.js";
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
121
|
+
import { default as default114 } from "./CapInput/Number.js";
|
|
122
|
+
import { default as default115 } from "./CapInput/TextArea.js";
|
|
120
123
|
import { getCapThemeConfig } from "./utils/getCapThemeConfig.js";
|
|
121
124
|
export {
|
|
122
125
|
CLICKED,
|
|
123
126
|
COLLAPSED,
|
|
124
127
|
COMPLETE,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
default40 as
|
|
164
|
-
default41 as
|
|
165
|
-
default42 as
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
128
|
+
default5 as CapActionBar,
|
|
129
|
+
default4 as CapAdvancedIcon,
|
|
130
|
+
default3 as CapAlert,
|
|
131
|
+
default6 as CapAppNotEnabled,
|
|
132
|
+
default7 as CapAskAira,
|
|
133
|
+
default8 as CapBanner,
|
|
134
|
+
default10 as CapBlock,
|
|
135
|
+
default9 as CapBorderedBox,
|
|
136
|
+
default11 as CapButton,
|
|
137
|
+
default27 as CapCSVFileUploader,
|
|
138
|
+
default32 as CapCalendarDatePicker,
|
|
139
|
+
default12 as CapCard,
|
|
140
|
+
default13 as CapCardBox,
|
|
141
|
+
default14 as CapCarousel,
|
|
142
|
+
default15 as CapCheckbox,
|
|
143
|
+
default112 as CapCollapsibleLeftNavigationReducer,
|
|
144
|
+
default113 as CapCollapsibleLeftNavigationSaga,
|
|
145
|
+
default31 as CapColorPicker,
|
|
146
|
+
default24 as CapColoredTag,
|
|
147
|
+
default25 as CapColumn,
|
|
148
|
+
default26 as CapConditionPreview,
|
|
149
|
+
default22 as CapCustomCard,
|
|
150
|
+
default23 as CapCustomCarousel,
|
|
151
|
+
default28 as CapCustomCheckboxList,
|
|
152
|
+
default29 as CapCustomList,
|
|
153
|
+
default30 as CapCustomSelect,
|
|
154
|
+
default16 as CapDatePicker,
|
|
155
|
+
default17 as CapDateRangePicker,
|
|
156
|
+
default18 as CapDateTimePicker,
|
|
157
|
+
default19 as CapDateTimeRangePicker,
|
|
158
|
+
default33 as CapDivider,
|
|
159
|
+
default34 as CapDrawer,
|
|
160
|
+
default35 as CapDropdown,
|
|
161
|
+
default39 as CapEmptyDivWithBorder,
|
|
162
|
+
default36 as CapError,
|
|
163
|
+
default38 as CapErrorBoundary,
|
|
164
|
+
default37 as CapErrorStateIllustration,
|
|
165
|
+
default2 as CapEventCalendar,
|
|
166
|
+
default40 as CapExpressionEditor,
|
|
167
|
+
default41 as CapForm,
|
|
168
|
+
default42 as CapFormItem,
|
|
169
|
+
default43 as CapGraph,
|
|
170
|
+
default46 as CapHamburgerMenu,
|
|
171
|
+
default45 as CapHeader,
|
|
172
|
+
default44 as CapHeading,
|
|
173
|
+
default47 as CapIcon,
|
|
170
174
|
assets_icons_index as CapIcons,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
default73 as
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
175
|
+
default49 as CapIllustration,
|
|
176
|
+
default48 as CapImage,
|
|
177
|
+
default50 as CapImportMFEComponent,
|
|
178
|
+
default54 as CapInfoNote,
|
|
179
|
+
default51 as CapInput,
|
|
180
|
+
default114 as CapInputNumber,
|
|
181
|
+
default52 as CapInputSearch,
|
|
182
|
+
default115 as CapInputTextArea,
|
|
183
|
+
default55 as CapLabel,
|
|
184
|
+
default111 as CapLanguageProvider,
|
|
185
|
+
default56 as CapLevelGraphRenderer,
|
|
186
|
+
default57 as CapLink,
|
|
187
|
+
default58 as CapList,
|
|
188
|
+
default59 as CapListLayout,
|
|
189
|
+
default60 as CapLogin,
|
|
190
|
+
default61 as CapMenu,
|
|
191
|
+
default62 as CapModal,
|
|
192
|
+
default63 as CapMultiSelect,
|
|
193
|
+
default20 as CapMultiSelectDatePicker,
|
|
194
|
+
default21 as CapNavigation,
|
|
195
|
+
default64 as CapNotification,
|
|
196
|
+
default65 as CapNotificationDropdown,
|
|
197
|
+
default67 as CapPopover,
|
|
198
|
+
default68 as CapProductSelection,
|
|
199
|
+
default66 as CapProgress,
|
|
200
|
+
default69 as CapRadio,
|
|
201
|
+
default72 as CapRadioButton,
|
|
202
|
+
default70 as CapRadioCard,
|
|
203
|
+
default73 as CapRadioGroup,
|
|
204
|
+
default75 as CapReorderComponent,
|
|
205
|
+
default71 as CapRoadMap,
|
|
206
|
+
default74 as CapRow,
|
|
207
|
+
default80 as CapSKUUploader,
|
|
208
|
+
default53 as CapSearchBar,
|
|
209
|
+
default81 as CapSecondaryTopBar,
|
|
210
|
+
default78 as CapSelect,
|
|
211
|
+
default79 as CapSelectFilter,
|
|
212
|
+
default82 as CapShape,
|
|
213
|
+
default83 as CapSideBar,
|
|
214
|
+
default84 as CapSkeleton,
|
|
215
|
+
default76 as CapSlideBox,
|
|
216
|
+
default77 as CapSlider,
|
|
217
|
+
default85 as CapSnackBar,
|
|
218
|
+
default86 as CapSomethingWentWrong,
|
|
219
|
+
default89 as CapSpin,
|
|
215
220
|
CapSplit,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
default94 as
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
default100 as
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
221
|
+
default90 as CapStaticTemplates,
|
|
222
|
+
default92 as CapStatisticCard,
|
|
223
|
+
default87 as CapStatus,
|
|
224
|
+
default93 as CapSteps,
|
|
225
|
+
default91 as CapStepsAccordian,
|
|
226
|
+
default88 as CapSupportVideosWrapper,
|
|
227
|
+
default94 as CapSwitch,
|
|
228
|
+
default97 as CapTab,
|
|
229
|
+
default99 as CapTabV3,
|
|
230
|
+
default98 as CapTable,
|
|
231
|
+
default95 as CapTag,
|
|
232
|
+
default96 as CapTagDropdown,
|
|
233
|
+
default100 as CapTimePicker,
|
|
234
|
+
default103 as CapTooltip,
|
|
235
|
+
default104 as CapTooltipWithInfo,
|
|
236
|
+
default102 as CapTopBar,
|
|
237
|
+
default101 as CapTree,
|
|
238
|
+
default105 as CapTreeSelect,
|
|
239
|
+
default106 as CapTruncateList,
|
|
240
|
+
default107 as CapUnifiedSelect,
|
|
241
|
+
default109 as CapUploader,
|
|
242
|
+
default108 as CapUserProfile,
|
|
237
243
|
CapVirtualList,
|
|
238
244
|
EXPANDED,
|
|
239
245
|
FAILURE,
|
|
@@ -242,7 +248,7 @@ export {
|
|
|
242
248
|
GET_NAVIGATION_CONFIG_SUCCESS,
|
|
243
249
|
IDLE,
|
|
244
250
|
L1IconWrapperSize,
|
|
245
|
-
|
|
251
|
+
default110 as LocaleHoc,
|
|
246
252
|
REQUEST,
|
|
247
253
|
RESIZE,
|
|
248
254
|
SUCCESS,
|
package/package.json
CHANGED
package/styles/_variables.scss
CHANGED
|
@@ -85,6 +85,7 @@ $CAP_COLOR_24: #bcd0fa;
|
|
|
85
85
|
$CAP_COLOR_25: #ace1f1;
|
|
86
86
|
$CAP_COLOR_26: #ffe9ad;
|
|
87
87
|
$CAP_COLOR_27: #f4f7fe;
|
|
88
|
+
$CAP_COLOR_28: #c7d8fb;
|
|
88
89
|
|
|
89
90
|
/* Fonts */
|
|
90
91
|
// ==============
|
|
@@ -268,6 +269,7 @@ $cap-color-24: $CAP_COLOR_24;
|
|
|
268
269
|
$cap-color-25: $CAP_COLOR_25;
|
|
269
270
|
$cap-color-26: $CAP_COLOR_26;
|
|
270
271
|
$cap-color-27: $CAP_COLOR_27;
|
|
272
|
+
$cap-color-28: $CAP_COLOR_28;
|
|
271
273
|
|
|
272
274
|
// Font variables
|
|
273
275
|
$font-family: $FONT_FAMILY;
|
package/utils/dayjs.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare const FORMAT_TOKENS: {
|
|
|
25
25
|
readonly TIME_24H: "HH:mm";
|
|
26
26
|
readonly DATETIME_SHORT: "MM/DD/YYYY h:mm A";
|
|
27
27
|
readonly DATETIME_LONG: "MMMM D, YYYY h:mm A";
|
|
28
|
+
readonly YEAR_MONTH: "YYYY-MM";
|
|
28
29
|
readonly TIMEZONE_OFFSET: "Z";
|
|
29
30
|
readonly TIMEZONE_ABBR: "zzz";
|
|
30
31
|
readonly DAY_OF_MONTH: "D";
|
package/utils/dayjs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dayjs.d.ts","sourceRoot":"","sources":["../../components/utils/dayjs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAyIhC,eAAO,MAAM,UAAU;;;;;;;;;;;;CAYb,CAAC;AAEX,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"dayjs.d.ts","sourceRoot":"","sources":["../../components/utils/dayjs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAyIhC,eAAO,MAAM,UAAU;;;;;;;;;;;;CAYb,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyChB,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AACpE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE7E,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAQ/C,wBAAgB,kBAAkB,CAChC,qBAAqB,EAAE,OAAO,EAC9B,WAAW,EAAE,KAAK,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,wBAKrD;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,KAAK,CAAC,KAAK,CAElE;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM,CAE9D;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE/D;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAGH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAC7D,KAAK,CAAC,KAAK,GAAG,IAAI,CAoFpB;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,EAC9D,QAAQ,EAAE,MAAM,GACf,KAAK,CAAC,KAAK,GAAG,IAAI,CASpB;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAqD3F;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,CAAC,KAAK,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,EAAE,KAAK,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC,GAAG,IAAI,GAAG,SAAS,GACxF,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,SAAS,CAGtD;AAED,eAAe,KAAK,CAAC"}
|
package/utils/dayjs.js
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export declare const StyledCapTree: import("styled-components").StyledComponent<import("react").FC<import("../CapTree").CapTreeProps>, any, {}, never>;
|
|
2
|
-
export declare const StyledCapCard: import("styled-components").StyledComponent<import("react").FC<import("../CapCard").CapCardProps>, any, {}, never>;
|
|
3
|
-
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../components/CapProductSelection/style.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa,oHAIzB,CAAC;AAEF,eAAO,MAAM,aAAa,oHAwBzB,CAAC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import styled from "styled-components";
|
|
2
|
-
import CapCard from "../CapCard/index.js";
|
|
3
|
-
import CapTree from "../CapTree/index.js";
|
|
4
|
-
import { CAP_G07 } from "../styles/_variables.js";
|
|
5
|
-
const StyledCapTree = styled(CapTree)`
|
|
6
|
-
&.ant-tree.cap-tree-v2 {
|
|
7
|
-
background-color: ${(props) => (props == null ? void 0 : props.showModal) && CAP_G07};
|
|
8
|
-
}
|
|
9
|
-
`;
|
|
10
|
-
const StyledCapCard = styled(CapCard)`
|
|
11
|
-
&.ant-card.cap-card-v2 {
|
|
12
|
-
position: absolute;
|
|
13
|
-
top: 40px;
|
|
14
|
-
left: 12px;
|
|
15
|
-
width: 300px;
|
|
16
|
-
.card {
|
|
17
|
-
&-title {
|
|
18
|
-
font-size: 14px;
|
|
19
|
-
line-height: 24px;
|
|
20
|
-
padding-bottom: 12px;
|
|
21
|
-
padding-top: 8px;
|
|
22
|
-
}
|
|
23
|
-
&-description {
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
}
|
|
26
|
-
&-buttons {
|
|
27
|
-
padding-top: 16px;
|
|
28
|
-
&-primary {
|
|
29
|
-
margin-right: 12px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
`;
|
|
35
|
-
export {
|
|
36
|
-
StyledCapCard,
|
|
37
|
-
StyledCapTree
|
|
38
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import CapRadioCard from '../CapRadioCard';
|
|
2
|
-
export declare const StyledDiv: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const SideBar: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
-
export declare const TemplatesAndSearchContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
-
export declare const TemplatesContainer: import("styled-components").StyledComponent<import("react").FC<import("..").CapRowProps>, any, {}, never>;
|
|
6
|
-
export declare const CategoryContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
-
export declare const SearchBox: import("styled-components").StyledComponent<import("react").ComponentType<import("../assets/HOCs/ComponentWithLabelHOC/types").ComponentWithLabelProps & Omit<import("../assets/HOCs/ComponentWithLabelHOC/types").WrappedComponentProps, keyof import("../assets/HOCs/ComponentWithLabelHOC/types").WrappedComponentProps>>, any, {}, never>;
|
|
8
|
-
export declare const TemplateIcon: import("styled-components").StyledComponent<import("../CapIcon").CapIconComponent, any, {}, never>;
|
|
9
|
-
export declare const StrategyTemplate: import("styled-components").StyledComponent<typeof CapRadioCard, any, {}, never>;
|
|
10
|
-
export declare const TemplatesModal: import("styled-components").StyledComponent<import("react").FC<import("../CapModal").CapModalProps> & import("..").CapModalStaticMethods, any, {}, never>;
|
|
11
|
-
export declare const StyledCapCard: import("styled-components").StyledComponent<import("react").FC<import("../CapCard").CapCardProps>, any, {}, never>;
|
|
12
|
-
export declare const PremiumIcon: import("styled-components").StyledComponent<import("../CapIcon").CapIconComponent, any, {}, never>;
|
|
13
|
-
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../components/CapStaticTemplates/style.ts"],"names":[],"mappings":"AAMA,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAmB3C,eAAO,MAAM,SAAS,oEAIrB,CAAC;AAEF,eAAO,MAAM,OAAO,oEAInB,CAAC;AAEF,eAAO,MAAM,2BAA2B,oEAEvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,2GAI9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,oEAS7B,CAAC;AAEF,eAAO,MAAM,SAAS,+UAOrB,CAAC;AAEF,eAAO,MAAM,YAAY,oGAIxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,kFAiG5B,CAAC;AAEF,eAAO,MAAM,cAAc,2JAuB1B,CAAC;AAEF,eAAO,MAAM,aAAa,oHA2BzB,CAAC;AAEF,eAAO,MAAM,WAAW,oGAGvB,CAAC"}
|