@fixefy/fixefy-ui-components 0.3.74 → 0.3.78

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.
Files changed (205) hide show
  1. package/dist/FxActionsTray/FxActionsTray.js +17 -12
  2. package/dist/FxActionsTray/styles/actionsTray.style.d.ts +3 -5
  3. package/dist/FxAggregationsBar/helpers/structureReader.js +6 -4
  4. package/dist/FxAsyncDropdown/FxAsyncDropdown.js +18 -10
  5. package/dist/FxAsyncDropdown/components/CheckboxIcon.js +8 -6
  6. package/dist/FxAsyncDropdown/components/ChipOption.d.ts +1 -1
  7. package/dist/FxAsyncDropdown/components/DeleteButton.js +2 -2
  8. package/dist/FxAsyncDropdown/components/LogoOption.d.ts +1 -1
  9. package/dist/FxAsyncDropdown/components/LogoOption.js +7 -6
  10. package/dist/FxAsyncDropdown/components/TextOption.d.ts +1 -1
  11. package/dist/FxAsyncDropdown/components/TextOption.js +7 -6
  12. package/dist/FxAsyncDropdown/styles/dropdown.styles.js +2 -2
  13. package/dist/FxAvatar/helpers/stringToColor.js +2 -2
  14. package/dist/FxAvatar/styles/avatar.styles.js +77 -36
  15. package/dist/FxButton/styles/button.styles.js +8 -3
  16. package/dist/FxButtonModalWithComponent/FxButtonModalWithComponent.d.ts +1 -1
  17. package/dist/FxButtonModalWithComponent/FxButtonModalWithComponent.js +11 -4
  18. package/dist/FxButtonModalWithMenu/FxButtonModalWithMenu.d.ts +1 -1
  19. package/dist/FxButtonModalWithMenu/FxButtonModalWithMenu.js +11 -4
  20. package/dist/FxChip/FxChip.js +2 -2
  21. package/dist/FxChip/styles/chip.styles.js +11 -6
  22. package/dist/FxDatesProgress/FxDatesProgress.js +8 -7
  23. package/dist/FxDatesProgress/styles/progress.styles.js +8 -2
  24. package/dist/FxGeneralModal/FxGeneralModal.js +12 -5
  25. package/dist/FxGridEmptyState/FxGridEmptyState.js +7 -6
  26. package/dist/FxGridError/FxGridError.js +8 -7
  27. package/dist/FxIcon/FxIcon.d.ts +1 -1
  28. package/dist/FxIcon/FxIcon.js +5 -4
  29. package/dist/FxIcon/content/index.d.ts +2 -2
  30. package/dist/FxIcon/content/lazy_icon.d.ts +1 -1
  31. package/dist/FxIcon/content/lazy_icon.js +4 -3
  32. package/dist/FxMenuItemWithIcon/FxMenuItemWithIcon.js +6 -4
  33. package/dist/FxModal/FxModal.js +4 -3
  34. package/dist/FxModal/styles/modal.style.js +12 -5
  35. package/dist/FxNotes/FxNotes.js +2 -2
  36. package/dist/FxNotes/helpers/stringToColor.js +2 -2
  37. package/dist/FxNotes/styles/notes.styles.js +2 -2
  38. package/dist/FxNumberField/FxNumberField.js +1 -2
  39. package/dist/FxNumberField/styles/number_field.styles.d.ts +1 -1
  40. package/dist/FxNumberField/styles/number_field.styles.js +7 -2
  41. package/dist/FxObjStaticDropdown/FxObjStaticDropdown.js +27 -16
  42. package/dist/FxObjStaticDropdown/styles/dropdown.styles.js +2 -2
  43. package/dist/FxPopper/Popper.d.ts +2 -1
  44. package/dist/FxPopper/Popper.js +11 -6
  45. package/dist/FxPopper/PopperWithOutside.d.ts +1 -1
  46. package/dist/FxPopper/PopperWithOutside.js +4 -3
  47. package/dist/FxPopper/styles/popper.styles.js +1 -1
  48. package/dist/FxProgressCircle/styles/progress_circle.styles.js +12 -12
  49. package/dist/FxProgressCounter/ProgressCounter.js +10 -9
  50. package/dist/FxProgressCounter/styles/progress_counter.styles.js +12 -7
  51. package/dist/FxScore/FxScore.js +19 -11
  52. package/dist/FxScore/styles/score.styles.d.ts +1 -1
  53. package/dist/FxScore/styles/score.styles.js +7 -2
  54. package/dist/FxShowMore/FxShowMore.js +2 -2
  55. package/dist/FxShowMore/styles/show_more.styles.js +16 -7
  56. package/dist/FxSlider/FxSlider.js +2 -2
  57. package/dist/FxStatisticsBar/FxStatisticsBar.js +12 -6
  58. package/dist/FxStatisticsBar/styles/statistics.styles.d.ts +1 -1
  59. package/dist/FxStatisticsBar/styles/statistics.styles.js +7 -2
  60. package/dist/FxStatusBar/FxStatusBar.js +7 -2
  61. package/dist/FxStatusBar/styles/statusBar.styles.js +22 -15
  62. package/dist/FxStrStaticDropdown/FxStrStaticDropdown.js +26 -16
  63. package/dist/FxStrStaticDropdown/styles/dropdown.styles.js +2 -2
  64. package/dist/FxStyledButton/FxStyledButton.d.ts +2 -2
  65. package/dist/FxStyledButton/FxStyledButton.js +4 -3
  66. package/dist/FxStyledComponents/index.d.ts +1 -1
  67. package/dist/FxStyledComponents/index.js +32 -23
  68. package/dist/FxSwitch/FxSwitch.d.ts +6 -0
  69. package/dist/{src/FxButton/FxButton.js → FxSwitch/FxSwitch.js} +5 -5
  70. package/dist/FxSwitch/index.d.ts +1 -0
  71. package/dist/{src/FxChip → FxSwitch}/index.js +5 -5
  72. package/dist/FxSwitch/styles/switch.styles.d.ts +1 -0
  73. package/dist/FxSwitch/styles/switch.styles.js +42 -0
  74. package/dist/FxTabs/FxTabs.js +13 -9
  75. package/dist/FxTag/FxTag.js +2 -2
  76. package/dist/FxTag/index.d.ts +1 -1
  77. package/dist/FxTag/styles/tag.styles.js +10 -4
  78. package/dist/FxTextField/FxTextField.d.ts +1 -1
  79. package/dist/FxTextField/FxTextField.js +10 -7
  80. package/dist/FxTodo/FxTodo.js +5 -5
  81. package/dist/FxToggleButtons/FxToggleButtons.js +6 -5
  82. package/dist/FxUserImage/FxUserImage.js +7 -3
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.js +3 -3
  85. package/package.json +31 -29
  86. package/dist/FxActionButton/FxActionButton.d.ts +0 -7
  87. package/dist/FxActionButton/FxActionButton.js +0 -82
  88. package/dist/FxActionButton/index.d.ts +0 -1
  89. package/dist/FxActionButton/index.js +0 -11
  90. package/dist/FxActionsTray/styles/actions_tray.styles.d.ts +0 -8
  91. package/dist/FxActionsTray/styles/actions_tray.styles.js +0 -159
  92. package/dist/FxAsyncDropdown/useDropdownStore.d.ts +0 -2
  93. package/dist/FxAsyncDropdown/useDropdownStore.js +0 -57
  94. package/dist/FxFilterActionButton/FxFilterActionButton.d.ts +0 -7
  95. package/dist/FxFilterActionButton/FxFilterActionButton.js +0 -82
  96. package/dist/FxFilterActionButton/index.d.ts +0 -1
  97. package/dist/FxFilterActionButton/index.js +0 -11
  98. package/dist/FxFilterSortButton/FxFilterSortButton.d.ts +0 -7
  99. package/dist/FxFilterSortButton/FxFilterSortButton.js +0 -82
  100. package/dist/FxFilterSortButton/index.d.ts +0 -1
  101. package/dist/FxFilterSortButton/index.js +0 -11
  102. package/dist/FxModalWithButton/FxModalWithButton.d.ts +0 -10
  103. package/dist/FxModalWithButton/FxModalWithButton.js +0 -131
  104. package/dist/FxModalWithButton/index.d.ts +0 -1
  105. package/dist/FxModalWithButton/index.js +0 -11
  106. package/dist/FxModalWithComponent/FxModalWithComponent.d.ts +0 -11
  107. package/dist/FxModalWithComponent/FxModalWithComponent.js +0 -102
  108. package/dist/FxModalWithComponent/index.d.ts +0 -1
  109. package/dist/FxModalWithComponent/index.js +0 -11
  110. package/dist/FxModalWithMenu/FxModalWithMenu.d.ts +0 -14
  111. package/dist/FxModalWithMenu/FxModalWithMenu.js +0 -114
  112. package/dist/FxModalWithMenu/index.d.ts +0 -1
  113. package/dist/FxModalWithMenu/index.js +0 -11
  114. package/dist/FxPopper/styles/makeStyles.d.ts +0 -16
  115. package/dist/FxPopper/styles/makeStyles.js +0 -23
  116. package/dist/FxStaticDropdown/FxStaticDropdown.d.ts +0 -24
  117. package/dist/FxStaticDropdown/FxStaticDropdown.js +0 -368
  118. package/dist/FxStaticDropdown/helpers/helpers.d.ts +0 -2
  119. package/dist/FxStaticDropdown/helpers/helpers.js +0 -22
  120. package/dist/FxStaticDropdown/index.d.ts +0 -1
  121. package/dist/FxStaticDropdown/index.js +0 -11
  122. package/dist/FxStaticDropdown/styles/dropdown.styles.d.ts +0 -3
  123. package/dist/FxStaticDropdown/styles/dropdown.styles.js +0 -190
  124. package/dist/FxWizard/FxWizard/FxWizard.d.ts +0 -6
  125. package/dist/FxWizard/FxWizard/FxWizard.js +0 -42
  126. package/dist/FxWizard/FxWizard/index.d.ts +0 -2
  127. package/dist/FxWizard/FxWizard/index.js +0 -19
  128. package/dist/FxWizard/FxWizard/utils/envHelpers.d.ts +0 -1
  129. package/dist/FxWizard/FxWizard/utils/envHelpers.js +0 -35
  130. package/dist/FxWizard/FxWizard/utils/index.d.ts +0 -1
  131. package/dist/FxWizard/FxWizard/utils/index.js +0 -18
  132. package/dist/FxWizard/pages/wizard/[step].d.ts +0 -9
  133. package/dist/FxWizard/pages/wizard/[step].js +0 -112
  134. package/dist/FxWizard/pages/wizard/index.d.ts +0 -1
  135. package/dist/FxWizard/pages/wizard/index.js +0 -18
  136. package/dist/src/FxActionsTray/FxActionsTray.js +0 -351
  137. package/dist/src/FxActionsTray/index.js +0 -19
  138. package/dist/src/FxActionsTray/styles/actions_tray.styles.js +0 -159
  139. package/dist/src/FxAggregationsBar/FxAggregations.js +0 -41
  140. package/dist/src/FxAggregationsBar/helpers/structureReader.js +0 -78
  141. package/dist/src/FxAggregationsBar/index.js +0 -22
  142. package/dist/src/FxAggregationsBar/operations/query.js +0 -73
  143. package/dist/src/FxAsyncDropdown/FxAsyncDropdown.js +0 -628
  144. package/dist/src/FxAsyncDropdown/helpers/helpers.js +0 -161
  145. package/dist/src/FxAsyncDropdown/index.js +0 -25
  146. package/dist/src/FxAsyncDropdown/styles/dropdown.styles.js +0 -228
  147. package/dist/src/FxAvatar/FxAvatar.js +0 -145
  148. package/dist/src/FxAvatar/helpers/stringToColor.js +0 -23
  149. package/dist/src/FxAvatar/index.js +0 -22
  150. package/dist/src/FxAvatar/styles/avatar.styles.js +0 -192
  151. package/dist/src/FxButton/index.js +0 -19
  152. package/dist/src/FxButton/styles/button.styles.js +0 -23
  153. package/dist/src/FxChip/FxChip.js +0 -45
  154. package/dist/src/FxChip/styles/chip.styles.js +0 -61
  155. package/dist/src/FxFilterSortButton/FxFilterSortButton.js +0 -82
  156. package/dist/src/FxFilterSortButton/index.js +0 -11
  157. package/dist/src/FxIcon/FxIcon.js +0 -107
  158. package/dist/src/FxIcon/content/dynamic_icon.js +0 -20
  159. package/dist/src/FxIcon/content/index.js +0 -20
  160. package/dist/src/FxIcon/content/lazy_icon.js +0 -137
  161. package/dist/src/FxIcon/index.js +0 -11
  162. package/dist/src/FxModal/FxModal.js +0 -170
  163. package/dist/src/FxModal/index.js +0 -19
  164. package/dist/src/FxModal/styles/modal.style.js +0 -59
  165. package/dist/src/FxModalWithButton/FxModalWithButton.js +0 -94
  166. package/dist/src/FxModalWithButton/index.js +0 -11
  167. package/dist/src/FxNotes/FxNotes.js +0 -216
  168. package/dist/src/FxNotes/helpers/stringToColor.js +0 -26
  169. package/dist/src/FxNotes/index.js +0 -22
  170. package/dist/src/FxNotes/operations/queries.js +0 -35
  171. package/dist/src/FxNotes/styles/notes.styles.js +0 -168
  172. package/dist/src/FxNumberField/FxNumberField.js +0 -109
  173. package/dist/src/FxNumberField/index.js +0 -19
  174. package/dist/src/FxNumberField/styles/number_field.styles.js +0 -94
  175. package/dist/src/FxProgressCircle/FxProgressCircle.js +0 -65
  176. package/dist/src/FxProgressCircle/index.js +0 -19
  177. package/dist/src/FxProgressCircle/styles/progress_circle.styles.js +0 -106
  178. package/dist/src/FxProgressCounter/ProgressCounter.js +0 -168
  179. package/dist/src/FxProgressCounter/index.js +0 -19
  180. package/dist/src/FxProgressCounter/styles/progress_counter.styles.js +0 -61
  181. package/dist/src/FxScore/FxScore.js +0 -207
  182. package/dist/src/FxScore/index.js +0 -19
  183. package/dist/src/FxScore/styles/score.styles.js +0 -97
  184. package/dist/src/FxShowMore/FxShowMore.js +0 -80
  185. package/dist/src/FxShowMore/index.js +0 -19
  186. package/dist/src/FxShowMore/styles/show_more.styles.js +0 -134
  187. package/dist/src/FxSlider/FxSlider.js +0 -49
  188. package/dist/src/FxSlider/index.js +0 -19
  189. package/dist/src/FxStatisticsBar/FxStatisticsBar.js +0 -191
  190. package/dist/src/FxStatisticsBar/index.js +0 -19
  191. package/dist/src/FxStatisticsBar/styles/statistics.styles.js +0 -98
  192. package/dist/src/FxStatusBar/FxStatusBar.js +0 -143
  193. package/dist/src/FxStatusBar/helpers/constants.js +0 -22
  194. package/dist/src/FxStatusBar/index.js +0 -22
  195. package/dist/src/FxStatusBar/styles/statusBar.styles.js +0 -131
  196. package/dist/src/FxStyledComponents/index.js +0 -310
  197. package/dist/src/FxTag/FxTag.js +0 -41
  198. package/dist/src/FxTag/index.js +0 -19
  199. package/dist/src/FxTag/styles/tag.styles.js +0 -100
  200. package/dist/src/FxTextField/FxTextField.js +0 -208
  201. package/dist/src/FxTextField/index.js +0 -19
  202. package/dist/src/FxTodo/FxTodo.js +0 -95
  203. package/dist/src/FxTodo/index.js +0 -22
  204. package/dist/src/FxTodo/styles/todo.styles.js +0 -183
  205. package/dist/src/index.js +0 -215
@@ -1,95 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "FxTodo", {
6
- enumerable: true,
7
- get: function() {
8
- return FxTodo;
9
- }
10
- });
11
- const _jsxruntime = require("react/jsx-runtime");
12
- const _react = /*#__PURE__*/ _interop_require_default(require("react"));
13
- const _image = /*#__PURE__*/ _interop_require_default(require("next/image"));
14
- const _FxAvatar = require("../FxAvatar");
15
- const _material = require("@mui/material");
16
- const _fixefyuiutils = require("@fixefy/fixefy-ui-utils");
17
- const _todostyles = require("./styles/todo.styles");
18
- function _interop_require_default(obj) {
19
- return obj && obj.__esModule ? obj : {
20
- default: obj
21
- };
22
- }
23
- function FxTodo({ todo }) {
24
- return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_todostyles.TodoCard, {
25
- children: [
26
- /*#__PURE__*/ (0, _jsxruntime.jsxs)(_todostyles.TodoCardHeader, {
27
- children: [
28
- /*#__PURE__*/ (0, _jsxruntime.jsxs)(_todostyles.TodoCardPriority, {
29
- priority: todo.priority,
30
- children: [
31
- /*#__PURE__*/ (0, _jsxruntime.jsx)(_image.default, {
32
- alt: todo.title,
33
- width: 16,
34
- height: 16,
35
- loader: ()=>(0, _fixefyuiutils.imageLoader)({
36
- root: 'https://cdn-dev.fixefy.me/',
37
- src: 'invoices/severity_low.svg'
38
- }),
39
- src: `invoices/severity_${todo.priority}.svg`,
40
- onLoad: ()=>console.log('loaded'),
41
- onError: (e)=>console.log('error:', e)
42
- }),
43
- (0, _fixefyuiutils.titleCase)(todo.priority)
44
- ]
45
- }),
46
- todo.isNew && /*#__PURE__*/ (0, _jsxruntime.jsx)(_todostyles.TodoCardTag, {
47
- children: "New"
48
- })
49
- ]
50
- }),
51
- /*#__PURE__*/ (0, _jsxruntime.jsxs)(_todostyles.TodoCardContent, {
52
- children: [
53
- /*#__PURE__*/ (0, _jsxruntime.jsx)("p", {
54
- children: (0, _fixefyuiutils.titleCase)(todo.title)
55
- }),
56
- /*#__PURE__*/ (0, _jsxruntime.jsx)("span", {
57
- children: (0, _fixefyuiutils.titleCase)(todo.description)
58
- }),
59
- todo.actionTitle && /*#__PURE__*/ (0, _jsxruntime.jsx)(_todostyles.TodoCardContentButton, {
60
- size: "small",
61
- onClick: todo.action ? todo.action : ()=>{},
62
- children: todo.actionTitle
63
- })
64
- ]
65
- }),
66
- /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Divider, {
67
- sx: {
68
- mb: '16px'
69
- }
70
- }),
71
- /*#__PURE__*/ (0, _jsxruntime.jsxs)(_todostyles.TodoCardFooter, {
72
- children: [
73
- /*#__PURE__*/ (0, _jsxruntime.jsxs)(_todostyles.TodoCardFooterDueDate, {
74
- children: [
75
- /*#__PURE__*/ (0, _jsxruntime.jsx)("span", {
76
- children: "Due Date"
77
- }),
78
- /*#__PURE__*/ (0, _jsxruntime.jsx)("p", {
79
- children: (0, _fixefyuiutils.normalizeTimestamp)(todo.created_date, {
80
- dateOnly: true,
81
- format: 'dd.mm.yyyy'
82
- })
83
- })
84
- ]
85
- }),
86
- /*#__PURE__*/ (0, _jsxruntime.jsx)(_FxAvatar.FxAvatar, {
87
- max: 4,
88
- isEditable: todo.isUserEditable,
89
- users: todo.users
90
- })
91
- ]
92
- })
93
- ]
94
- });
95
- }
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- FxTodo: function() {
13
- return _FxTodo.FxTodo;
14
- },
15
- TodoItemType: function() {
16
- return _FxTodo.TodoItemType;
17
- },
18
- TodoPropsType: function() {
19
- return _FxTodo.TodoPropsType;
20
- }
21
- });
22
- const _FxTodo = require("./FxTodo");
@@ -1,183 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- TodoCard: function() {
13
- return TodoCard;
14
- },
15
- TodoCardContent: function() {
16
- return TodoCardContent;
17
- },
18
- TodoCardContentButton: function() {
19
- return TodoCardContentButton;
20
- },
21
- TodoCardFooter: function() {
22
- return TodoCardFooter;
23
- },
24
- TodoCardFooterDueDate: function() {
25
- return TodoCardFooterDueDate;
26
- },
27
- TodoCardHeader: function() {
28
- return TodoCardHeader;
29
- },
30
- TodoCardPriority: function() {
31
- return TodoCardPriority;
32
- },
33
- TodoCardTag: function() {
34
- return TodoCardTag;
35
- }
36
- });
37
- const _styles = require("@mui/material/styles");
38
- const _FxButton = require("../../FxButton");
39
- function _define_property(obj, key, value) {
40
- if (key in obj) {
41
- Object.defineProperty(obj, key, {
42
- value: value,
43
- enumerable: true,
44
- configurable: true,
45
- writable: true
46
- });
47
- } else {
48
- obj[key] = value;
49
- }
50
- return obj;
51
- }
52
- function _object_spread(target) {
53
- for(var i = 1; i < arguments.length; i++){
54
- var source = arguments[i] != null ? arguments[i] : {};
55
- var ownKeys = Object.keys(source);
56
- if (typeof Object.getOwnPropertySymbols === "function") {
57
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
58
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
59
- }));
60
- }
61
- ownKeys.forEach(function(key) {
62
- _define_property(target, key, source[key]);
63
- });
64
- }
65
- return target;
66
- }
67
- function ownKeys(object, enumerableOnly) {
68
- var keys = Object.keys(object);
69
- if (Object.getOwnPropertySymbols) {
70
- var symbols = Object.getOwnPropertySymbols(object);
71
- if (enumerableOnly) {
72
- symbols = symbols.filter(function(sym) {
73
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
74
- });
75
- }
76
- keys.push.apply(keys, symbols);
77
- }
78
- return keys;
79
- }
80
- function _object_spread_props(target, source) {
81
- source = source != null ? source : {};
82
- if (Object.getOwnPropertyDescriptors) {
83
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
84
- } else {
85
- ownKeys(Object(source)).forEach(function(key) {
86
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
87
- });
88
- }
89
- return target;
90
- }
91
- const TodoCard = (0, _styles.styled)('div')(({ theme })=>({
92
- background: theme.palette.common.white,
93
- borderRadius: 8,
94
- padding: 16,
95
- marginBottom: 4
96
- }));
97
- const TodoCardHeader = (0, _styles.styled)('div')(({})=>({
98
- display: 'flex',
99
- alignItems: 'center',
100
- justifyContent: 'space-between',
101
- marginBottom: 16
102
- }));
103
- const TodoCardPriority = (0, _styles.styled)('div')(({ theme, priority })=>_object_spread_props(_object_spread({
104
- display: 'flex',
105
- alignItems: 'center',
106
- justifyContent: 'center'
107
- }, theme.typography.table), {
108
- color: theme.palette.priority[priority],
109
- ['& img']: {
110
- marginRight: 4
111
- }
112
- }));
113
- const TodoCardTag = (0, _styles.styled)('div')(({ theme })=>_object_spread_props(_object_spread({}, theme.typography.table), {
114
- color: theme.palette.common.white,
115
- width: 42,
116
- height: 18,
117
- background: '#6FCF97',
118
- borderRadius: 50,
119
- display: 'flex',
120
- alignItems: 'center',
121
- justifyContent: 'center'
122
- }));
123
- const TodoCardContent = (0, _styles.styled)('div')(({ theme })=>({
124
- display: 'flex',
125
- alignItems: 'flex-start',
126
- justifyContent: 'space-between',
127
- flexDirection: 'column',
128
- marginBottom: 16,
129
- ['& p']: {
130
- fontStyle: 'normal',
131
- fontSize: 14,
132
- letterSpacing: '0.15px',
133
- color: theme.palette.typography.title,
134
- fontWeight: 700,
135
- lineHeight: '16px',
136
- margin: 0
137
- },
138
- ['& span']: {
139
- fontStyle: 'normal',
140
- fontSize: 14,
141
- letterSpacing: '0.15px',
142
- color: theme.palette.typography.title,
143
- fontWeight: 400,
144
- lineHeight: '20px',
145
- marginBottom: 16
146
- }
147
- }));
148
- const TodoCardContentButton = (0, _styles.styled)(_FxButton.FxButton)(({ theme })=>_object_spread_props(_object_spread({}, theme.typography.button), {
149
- color: '#568793',
150
- fontSize: 12,
151
- maxHeight: 32,
152
- minHeight: 32,
153
- paddingLeft: 12,
154
- paddingRight: 12
155
- }));
156
- const TodoCardFooter = (0, _styles.styled)('div')(({})=>({
157
- display: 'flex',
158
- alignItems: 'center',
159
- justifyContent: 'space-between',
160
- flexDirection: 'row'
161
- }));
162
- const TodoCardFooterDueDate = (0, _styles.styled)('div')(({ theme })=>({
163
- display: 'flex',
164
- alignItems: 'flex-start',
165
- flexDirection: 'column',
166
- ['& p']: {
167
- fontWeight: 'normal',
168
- fontStyle: 'normal',
169
- fontSize: 11,
170
- lineHeight: '16px',
171
- letterSpacing: '0.1px',
172
- color: theme.palette.typography.title,
173
- margin: 0
174
- },
175
- ['& span']: {
176
- fontWeight: 'normal',
177
- fontStyle: 'normal',
178
- fontSize: 14,
179
- lineHeight: '24px',
180
- letterSpacing: '0.15px',
181
- color: theme.palette.statistics.label
182
- }
183
- }));
package/dist/src/index.js DELETED
@@ -1,215 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- ActionsTrayPropsType: function() {
13
- return _FxActionsTray.ActionsTrayPropsType;
14
- },
15
- AggreationsBarPropsType: function() {
16
- return _FxAggregationsBar.AggreationsBarPropsType;
17
- },
18
- AggregationsDataPropsType: function() {
19
- return _FxAggregationsBar.AggregationsDataPropsType;
20
- },
21
- AsyncDropdownPropsType: function() {
22
- return _FxAsyncDropdown.AsyncDropdownPropsType;
23
- },
24
- AvatarPropsType: function() {
25
- return _FxAvatar.AvatarPropsType;
26
- },
27
- BackgroundColorsType: function() {
28
- return _FxAvatar.BackgroundColorsType;
29
- },
30
- Bars: function() {
31
- return _FxStyledComponents.Bars;
32
- },
33
- BoldValue: function() {
34
- return _FxStyledComponents.BoldValue;
35
- },
36
- ButtonPropsType: function() {
37
- return _FxButton.ButtonPropsType;
38
- },
39
- Card: function() {
40
- return _FxStyledComponents.Card;
41
- },
42
- ChipPropsType: function() {
43
- return _FxChip.ChipPropsType;
44
- },
45
- DataWrapper: function() {
46
- return _FxStyledComponents.DataWrapper;
47
- },
48
- FxActionsTray: function() {
49
- return _FxActionsTray.FxActionsTray;
50
- },
51
- FxAggregationsBar: function() {
52
- return _FxAggregationsBar.FxAggregationsBar;
53
- },
54
- FxAsyncDropdown: function() {
55
- return _FxAsyncDropdown.FxAsyncDropdown;
56
- },
57
- FxAvatar: function() {
58
- return _FxAvatar.FxAvatar;
59
- },
60
- FxButton: function() {
61
- return _FxButton.FxButton;
62
- },
63
- FxChip: function() {
64
- return _FxChip.FxChip;
65
- },
66
- FxFilterSortButton: function() {
67
- return _FxFilterSortButton.FxFilterSortButton;
68
- },
69
- FxIcon: function() {
70
- return _FxIcon.FxIcon;
71
- },
72
- FxModal: function() {
73
- return _FxModal.FxModal;
74
- },
75
- FxModalWithButton: function() {
76
- return _FxModalWithButton.FxModalWithButton;
77
- },
78
- FxNotes: function() {
79
- return _FxNotes.FxNotes;
80
- },
81
- FxNumberField: function() {
82
- return _FxNumberField.FxNumberField;
83
- },
84
- FxProgressCircle: function() {
85
- return _FxProgressCircle.FxProgressCircle;
86
- },
87
- FxProgressCounter: function() {
88
- return _FxProgressCounter.FxProgressCounter;
89
- },
90
- FxScore: function() {
91
- return _FxScore.FxScore;
92
- },
93
- FxShowMore: function() {
94
- return _FxShowMore.FxShowMore;
95
- },
96
- FxSlider: function() {
97
- return _FxSlider.FxSlider;
98
- },
99
- FxStatisticsBar: function() {
100
- return _FxStatisticsBar.FxStatisticsBar;
101
- },
102
- FxStatusBar: function() {
103
- return _FxStatusBar.FxStatusBar;
104
- },
105
- FxTag: function() {
106
- return _FxTag.FxTag;
107
- },
108
- FxTextField: function() {
109
- return _FxTextField.FxTextField;
110
- },
111
- FxTodo: function() {
112
- return _FxTodo.FxTodo;
113
- },
114
- Label: function() {
115
- return _FxStyledComponents.Label;
116
- },
117
- Link: function() {
118
- return _FxStyledComponents.Link;
119
- },
120
- ModalPropsType: function() {
121
- return _FxModal.ModalPropsType;
122
- },
123
- NoteCreateInput: function() {
124
- return _FxNotes.NoteCreateInput;
125
- },
126
- NotesPropsType: function() {
127
- return _FxNotes.NotesPropsType;
128
- },
129
- NumberfieldPropsType: function() {
130
- return _FxNumberField.NumberfieldPropsType;
131
- },
132
- Option: function() {
133
- return _FxAsyncDropdown.Option;
134
- },
135
- Options: function() {
136
- return _FxStatusBar.Options;
137
- },
138
- PageHeader: function() {
139
- return _FxStyledComponents.PageHeader;
140
- },
141
- PageTitle: function() {
142
- return _FxStyledComponents.PageTitle;
143
- },
144
- ProgressCirclePropsType: function() {
145
- return _FxProgressCircle.ProgressCirclePropsType;
146
- },
147
- ProgressCounterPropsType: function() {
148
- return _FxProgressCounter.ProgressCounterPropsType;
149
- },
150
- ScorePropsType: function() {
151
- return _FxScore.ScorePropsType;
152
- },
153
- ShowMore: function() {
154
- return _FxStyledComponents.ShowMore;
155
- },
156
- ShowMoreContainer: function() {
157
- return _FxStyledComponents.ShowMoreContainer;
158
- },
159
- ShowMorePropsType: function() {
160
- return _FxShowMore.ShowMorePropsType;
161
- },
162
- SliderPropsType: function() {
163
- return _FxSlider.SliderPropsType;
164
- },
165
- StatisticsPropsType: function() {
166
- return _FxStatisticsBar.StatisticsPropsType;
167
- },
168
- StatusBarPropsType: function() {
169
- return _FxStatusBar.StatusBarPropsType;
170
- },
171
- StylesOptions: function() {
172
- return _FxAsyncDropdown.StylesOptions;
173
- },
174
- TagPropsType: function() {
175
- return _FxTag.TagPropsType;
176
- },
177
- Text: function() {
178
- return _FxStyledComponents.Text;
179
- },
180
- TextFieldPropsType: function() {
181
- return _FxTextField.TextFieldPropsType;
182
- },
183
- TodoItemType: function() {
184
- return _FxTodo.TodoItemType;
185
- },
186
- TodoPropsType: function() {
187
- return _FxTodo.TodoPropsType;
188
- },
189
- Value: function() {
190
- return _FxStyledComponents.Value;
191
- }
192
- });
193
- const _FxActionsTray = require("./FxActionsTray");
194
- const _FxAggregationsBar = require("./FxAggregationsBar");
195
- const _FxAsyncDropdown = require("./FxAsyncDropdown");
196
- const _FxAvatar = require("./FxAvatar");
197
- const _FxButton = require("./FxButton");
198
- const _FxFilterSortButton = require("./FxFilterSortButton");
199
- const _FxChip = require("./FxChip");
200
- const _FxIcon = require("./FxIcon");
201
- const _FxModal = require("./FxModal");
202
- const _FxModalWithButton = require("./FxModalWithButton");
203
- const _FxNotes = require("./FxNotes");
204
- const _FxNumberField = require("./FxNumberField");
205
- const _FxProgressCircle = require("./FxProgressCircle");
206
- const _FxProgressCounter = require("./FxProgressCounter");
207
- const _FxScore = require("./FxScore");
208
- const _FxShowMore = require("./FxShowMore");
209
- const _FxSlider = require("./FxSlider");
210
- const _FxStatisticsBar = require("./FxStatisticsBar");
211
- const _FxStatusBar = require("./FxStatusBar");
212
- const _FxTag = require("./FxTag");
213
- const _FxTextField = require("./FxTextField");
214
- const _FxTodo = require("./FxTodo");
215
- const _FxStyledComponents = require("./FxStyledComponents");