pixelize-design-library 2.2.130 → 2.2.131
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/Components/Accordion/AccordionProps.d.ts +0 -1
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.js +1 -1
- package/dist/Components/Apexcharts/ApexLineChart/ApexLineChart.js +18 -8
- package/dist/Components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/Components/Button/Button.js +17 -7
- package/dist/Components/Button/Button.styles.js +1 -1
- package/dist/Components/Button/ButtonProps.d.ts +0 -1
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +18 -8
- package/dist/Components/Card/Card.js +1 -1
- package/dist/Components/Card/CardProps.d.ts +0 -1
- package/dist/Components/Card/PaymentCard/PaymentCardProps.d.ts +0 -1
- package/dist/Components/Checkbox/Checkbox.js +1 -1
- package/dist/Components/Common/ErrorComponent.d.ts +1 -1
- package/dist/Components/Common/ErrorMessage.d.ts +1 -1
- package/dist/Components/Common/FormLabel.d.ts +8 -8
- package/dist/Components/Common/Label.d.ts +2 -2
- package/dist/Components/ContactForm/ContactForm.js +19 -9
- package/dist/Components/DatePicker/DatePicker.js +18 -8
- package/dist/Components/DatePicker/RangeDatePicker.js +17 -7
- package/dist/Components/DatePicker/SingleDatePicker.js +17 -7
- package/dist/Components/DatePicker/TimeOnlyPicker.js +17 -7
- package/dist/Components/DatePicker/TimePicker.js +17 -7
- package/dist/Components/DatePicker/TimePickerInput.js +17 -7
- package/dist/Components/Drawer/Drawer.js +1 -1
- package/dist/Components/Drawer/DrawerProps.d.ts +0 -1
- package/dist/Components/Dropdown/DropDown.js +17 -7
- package/dist/Components/Dropdown/DropdownProps.d.ts +0 -1
- package/dist/Components/Editor/Editor.js +1 -1
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +1 -1
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +0 -1
- package/dist/Components/FeedbackForm/FeedbackForm.js +20 -10
- package/dist/Components/FileUpload/FileUpload.js +17 -7
- package/dist/Components/FileUploader/FileUploader.js +17 -7
- package/dist/Components/FilterSidebar/FilterSidebar.js +19 -9
- package/dist/Components/Form/FormWrapper.d.ts +2 -2
- package/dist/Components/Header/Header.js +17 -7
- package/dist/Components/Header/HeaderActions.d.ts +15 -15
- package/dist/Components/Header/HeaderProps.d.ts +0 -1
- package/dist/Components/Input/Input/Input.js +17 -7
- package/dist/Components/Input/PhoneNumberInput.js +17 -7
- package/dist/Components/Input/PhoneNumberInputProps.d.ts +0 -1
- package/dist/Components/Input/TextInput.js +17 -7
- package/dist/Components/Input/TextInputProps.d.ts +0 -1
- package/dist/Components/InputTextArea/InputTextArea.js +1 -1
- package/dist/Components/KanbanBoard/AccountCard.d.ts +3 -3
- package/dist/Components/KanbanBoard/AccountCard.js +17 -7
- package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +3 -3
- package/dist/Components/KanbanBoard/KanbanBoard.js +19 -9
- package/dist/Components/KanbanBoard/MeasuredItem.js +17 -7
- package/dist/Components/Loading/Loading.js +1 -1
- package/dist/Components/Modal/Modal.js +1 -1
- package/dist/Components/Modal/ModalProps.d.ts +0 -1
- package/dist/Components/MultiSelect/MultiSelect.js +18 -8
- package/dist/Components/NavigationBar/NavigationBar.js +1 -1
- package/dist/Components/NavigationBar/NavigationBarProps.d.ts +0 -1
- package/dist/Components/NoteTextArea/NoteTextArea.js +18 -8
- package/dist/Components/Notification/Notification.js +17 -7
- package/dist/Components/NumberInput/NumberInput.js +1 -1
- package/dist/Components/PinInput/PinInput.js +1 -1
- package/dist/Components/PinInputs/PinInputs.js +17 -7
- package/dist/Components/ProductCard/ProductCard.js +17 -7
- package/dist/Components/ProductCard/ProductLabel.d.ts +1 -1
- package/dist/Components/ProductCard/ProductPrice.js +17 -7
- package/dist/Components/ProductDetails/ProductDtlPrice.js +17 -7
- package/dist/Components/ProductDetails/ProductImageSlider.js +18 -8
- package/dist/Components/ProfileCard/ProfileCard.js +1 -1
- package/dist/Components/ProfileCard/ProfileCardProps.d.ts +0 -1
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +18 -8
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +0 -1
- package/dist/Components/ProgressBar/ProgressBar.js +1 -1
- package/dist/Components/Reorder/Reorder.d.ts +0 -1
- package/dist/Components/Search/Search.js +18 -8
- package/dist/Components/Search/SearchProps.d.ts +0 -1
- package/dist/Components/SearchSelect/SearchSelect.js +17 -7
- package/dist/Components/SearchSelect/SearchSelectProps.d.ts +0 -1
- package/dist/Components/SearchSelect/SelectTruncatedLabel.d.ts +1 -1
- package/dist/Components/SearchSelect/SelectTruncatedLabel.js +17 -7
- package/dist/Components/Select/Select.js +18 -8
- package/dist/Components/Select/Select.styles.js +2 -2
- package/dist/Components/Select/SelectProps.d.ts +0 -1
- package/dist/Components/SelectSearch/SelectSearch.js +18 -8
- package/dist/Components/SelectSearch/SelectSearchProps.d.ts +0 -1
- package/dist/Components/SideBar/SecondaryBar.js +17 -7
- package/dist/Components/SideBar/SideBar.js +1 -1
- package/dist/Components/SideBar/components/MenuItems.js +17 -7
- package/dist/Components/SideBar/components/OverflowTooltipText.js +17 -7
- package/dist/Components/SideBar/components/TextTruncation.js +17 -7
- package/dist/Components/Skeletons/Skeletons.js +1 -1
- package/dist/Components/Slider/Slider.js +17 -7
- package/dist/Components/Switch/Switch.js +1 -1
- package/dist/Components/Switch/SwitchProps.d.ts +0 -1
- package/dist/Components/Table/CompactSelect.js +17 -7
- package/dist/Components/Table/Components/HeaderActions.d.ts +1 -1
- package/dist/Components/Table/Components/TableActions.d.ts +1 -1
- package/dist/Components/Table/Components/TableActions.js +17 -7
- package/dist/Components/Table/Components/TableBody.js +17 -7
- package/dist/Components/Table/Components/TableFilters.d.ts +2 -2
- package/dist/Components/Table/Components/TableFilters.js +17 -7
- package/dist/Components/Table/Components/TableHeader.js +17 -7
- package/dist/Components/Table/Components/TableLoading.d.ts +2 -2
- package/dist/Components/Table/Components/TableSearch.js +17 -7
- package/dist/Components/Table/Components/useTable.d.ts +0 -1
- package/dist/Components/Table/LeftFilterPane.js +17 -7
- package/dist/Components/Table/SelectOperationControls.js +1 -2
- package/dist/Components/Table/Table.js +18 -8
- package/dist/Components/Table/TableSettings/ManageColumns.js +17 -7
- package/dist/Components/Table/TableSettings/TableFilters.d.ts +3 -3
- package/dist/Components/Table/TableSettings/TableFilters.js +17 -7
- package/dist/Components/Table/TableSettings/TableSettings.js +17 -7
- package/dist/Components/Table/TextOperationControls.js +2 -2
- package/dist/Components/Toaster/Toaster.js +18 -8
- package/dist/Components/ToolTip/ToolTip.js +1 -1
- package/dist/Components/ToolTip/ToolTipProps.d.ts +0 -1
- package/dist/Components/Trail/EditableCell.js +17 -7
- package/dist/Theme/Dark/theme.js +54 -54
- package/dist/Theme/Default/palette.js +11 -11
- package/dist/Theme/Meadow/palette.js +34 -34
- package/dist/Theme/Radiant/palette.js +25 -25
- package/dist/Theme/Skyline/palette.js +16 -16
- package/dist/Theme/space.js +27 -27
- package/dist/Utils/functions.js +1 -2
- package/dist/Utils/table.js +22 -12
- package/dist/index.js +17 -7
- package/dist/services/feedback.js +3 -4
- package/index.html +13 -0
- package/package.json +41 -15
- package/vite.config.ts +13 -0
|
@@ -15,15 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.useToaster = void 0;
|
|
37
|
+
exports.default = ToasterProvider;
|
|
27
38
|
var react_1 = __importStar(require("react"));
|
|
28
39
|
var react_2 = require("@chakra-ui/react");
|
|
29
40
|
var ToasterContext = (0, react_1.createContext)(undefined);
|
|
@@ -75,7 +86,6 @@ function ToasterProvider(_a) {
|
|
|
75
86
|
};
|
|
76
87
|
return (react_1.default.createElement(ToasterContext.Provider, { value: { showToast: showToast } }, children));
|
|
77
88
|
}
|
|
78
|
-
exports.default = ToasterProvider;
|
|
79
89
|
var useToaster = function () {
|
|
80
90
|
var context = (0, react_1.useContext)(ToasterContext);
|
|
81
91
|
if (!context) {
|
|
@@ -3,10 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = ToolTip;
|
|
6
7
|
var react_1 = __importDefault(require("react"));
|
|
7
8
|
var react_2 = require("@chakra-ui/react");
|
|
8
9
|
function ToolTip(_a) {
|
|
9
10
|
var placement = _a.placement, label = _a.label, children = _a.children, hasArrow = _a.hasArrow, fontSize = _a.fontSize, bg = _a.bg, color = _a.color, isDisabled = _a.isDisabled, isOpen = _a.isOpen, defaultIsOpen = _a.defaultIsOpen, openDelay = _a.openDelay, closeDelay = _a.closeDelay, arrowSize = _a.arrowSize, closeOnClick = _a.closeOnClick, size = _a.size, width = _a.width, height = _a.height, arrowPadding = _a.arrowPadding, arrowShadowColor = _a.arrowShadowColor, direction = _a.direction, gutter = _a.gutter, onClose = _a.onClose, modifiers = _a.modifiers, closeOnPointerDown = _a.closeOnPointerDown, styles = _a.styles;
|
|
10
11
|
return (react_1.default.createElement(react_2.Tooltip, { label: label, placement: placement, hasArrow: hasArrow, fontSize: fontSize, bg: bg, color: color, isDisabled: isDisabled, isOpen: isOpen, defaultIsOpen: defaultIsOpen, openDelay: openDelay, closeDelay: closeDelay, arrowSize: arrowSize, closeOnClick: closeOnClick, size: size, width: width, height: height, arrowPadding: arrowPadding, arrowShadowColor: arrowShadowColor, direction: direction, gutter: gutter, onClose: onClose, modifiers: modifiers, closeOnPointerDown: closeOnPointerDown, style: styles }, children));
|
|
11
12
|
}
|
|
12
|
-
exports.default = ToolTip;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TooltipProps as ChakraTooltip } from "@chakra-ui/react";
|
|
3
2
|
export type ToolTipProps = Pick<ChakraTooltip, "placement" | "label" | "hasArrow" | "fontSize" | "bg" | "color" | "isDisabled" | "isOpen" | "defaultIsOpen" | "openDelay" | "closeDelay" | "arrowSize" | "closeOnClick" | "size" | "width" | "height" | "arrowPadding" | "arrowShadowColor" | "direction" | "gutter" | "onClose" | "modifiers" | "closeOnPointerDown"> & {
|
|
4
3
|
children: React.ReactNode;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.EditableCell = void 0;
|
|
27
37
|
var react_1 = __importStar(require("react"));
|
package/dist/Theme/Dark/theme.js
CHANGED
|
@@ -16,33 +16,33 @@ var theme_tools_1 = require("@chakra-ui/theme-tools");
|
|
|
16
16
|
var space = {
|
|
17
17
|
px: "1px",
|
|
18
18
|
0: "0",
|
|
19
|
-
1: "0.25rem",
|
|
20
|
-
2: "0.5rem",
|
|
21
|
-
3: "0.75rem",
|
|
22
|
-
4: "1rem",
|
|
23
|
-
5: "1.25rem",
|
|
24
|
-
6: "1.5rem",
|
|
25
|
-
7: "1.75rem",
|
|
26
|
-
8: "2rem",
|
|
27
|
-
9: "2.25rem",
|
|
28
|
-
10: "2.5rem",
|
|
29
|
-
12: "3rem",
|
|
30
|
-
14: "3.5rem",
|
|
31
|
-
16: "4rem",
|
|
32
|
-
20: "5rem",
|
|
33
|
-
24: "6rem",
|
|
34
|
-
28: "7rem",
|
|
35
|
-
32: "8rem",
|
|
36
|
-
36: "9rem",
|
|
37
|
-
40: "10rem",
|
|
38
|
-
44: "11rem",
|
|
39
|
-
48: "12rem",
|
|
40
|
-
52: "13rem",
|
|
41
|
-
56: "14rem",
|
|
42
|
-
60: "15rem",
|
|
43
|
-
64: "16rem",
|
|
44
|
-
72: "18rem",
|
|
45
|
-
80: "20rem",
|
|
19
|
+
1: "0.25rem", // 4px
|
|
20
|
+
2: "0.5rem", // 8px
|
|
21
|
+
3: "0.75rem", // 12px
|
|
22
|
+
4: "1rem", // 16px
|
|
23
|
+
5: "1.25rem", // 20px
|
|
24
|
+
6: "1.5rem", // 24px
|
|
25
|
+
7: "1.75rem", // 28px
|
|
26
|
+
8: "2rem", // 32px
|
|
27
|
+
9: "2.25rem", // 36px
|
|
28
|
+
10: "2.5rem", // 40px
|
|
29
|
+
12: "3rem", // 48px
|
|
30
|
+
14: "3.5rem", // 56px
|
|
31
|
+
16: "4rem", // 64px
|
|
32
|
+
20: "5rem", // 80px
|
|
33
|
+
24: "6rem", // 96px
|
|
34
|
+
28: "7rem", // 112px
|
|
35
|
+
32: "8rem", // 128px
|
|
36
|
+
36: "9rem", // 144px
|
|
37
|
+
40: "10rem", // 160px
|
|
38
|
+
44: "11rem", // 176px
|
|
39
|
+
48: "12rem", // 192px
|
|
40
|
+
52: "13rem", // 208px
|
|
41
|
+
56: "14rem", // 224px
|
|
42
|
+
60: "15rem", // 240px
|
|
43
|
+
64: "16rem", // 256px
|
|
44
|
+
72: "18rem", // 288px
|
|
45
|
+
80: "20rem", // 320px
|
|
46
46
|
96: "24rem", // 384px
|
|
47
47
|
};
|
|
48
48
|
var darkTheme = (0, react_1.extendTheme)({
|
|
@@ -184,33 +184,33 @@ var darkTheme = (0, react_1.extendTheme)({
|
|
|
184
184
|
space: {
|
|
185
185
|
px: "1px",
|
|
186
186
|
0: "0",
|
|
187
|
-
1: "0.25rem",
|
|
188
|
-
2: "0.5rem",
|
|
189
|
-
3: "0.75rem",
|
|
190
|
-
4: "1rem",
|
|
191
|
-
5: "1.25rem",
|
|
192
|
-
6: "1.5rem",
|
|
193
|
-
7: "1.75rem",
|
|
194
|
-
8: "2rem",
|
|
195
|
-
9: "2.25rem",
|
|
196
|
-
10: "2.5rem",
|
|
197
|
-
12: "3rem",
|
|
198
|
-
14: "3.5rem",
|
|
199
|
-
16: "4rem",
|
|
200
|
-
20: "5rem",
|
|
201
|
-
24: "6rem",
|
|
202
|
-
28: "7rem",
|
|
203
|
-
32: "8rem",
|
|
204
|
-
36: "9rem",
|
|
205
|
-
40: "10rem",
|
|
206
|
-
44: "11rem",
|
|
207
|
-
48: "12rem",
|
|
208
|
-
52: "13rem",
|
|
209
|
-
56: "14rem",
|
|
210
|
-
60: "15rem",
|
|
211
|
-
64: "16rem",
|
|
212
|
-
72: "18rem",
|
|
213
|
-
80: "20rem",
|
|
187
|
+
1: "0.25rem", // 4px
|
|
188
|
+
2: "0.5rem", // 8px
|
|
189
|
+
3: "0.75rem", // 12px
|
|
190
|
+
4: "1rem", // 16px
|
|
191
|
+
5: "1.25rem", // 20px
|
|
192
|
+
6: "1.5rem", // 24px
|
|
193
|
+
7: "1.75rem", // 28px
|
|
194
|
+
8: "2rem", // 32px
|
|
195
|
+
9: "2.25rem", // 36px
|
|
196
|
+
10: "2.5rem", // 40px
|
|
197
|
+
12: "3rem", // 48px
|
|
198
|
+
14: "3.5rem", // 56px
|
|
199
|
+
16: "4rem", // 64px
|
|
200
|
+
20: "5rem", // 80px
|
|
201
|
+
24: "6rem", // 96px
|
|
202
|
+
28: "7rem", // 112px
|
|
203
|
+
32: "8rem", // 128px
|
|
204
|
+
36: "9rem", // 144px
|
|
205
|
+
40: "10rem", // 160px
|
|
206
|
+
44: "11rem", // 176px
|
|
207
|
+
48: "12rem", // 192px
|
|
208
|
+
52: "13rem", // 208px
|
|
209
|
+
56: "14rem", // 224px
|
|
210
|
+
60: "15rem", // 240px
|
|
211
|
+
64: "16rem", // 256px
|
|
212
|
+
72: "18rem", // 288px
|
|
213
|
+
80: "20rem", // 320px
|
|
214
214
|
96: "24rem", // 384px
|
|
215
215
|
},
|
|
216
216
|
sizes: __assign(__assign({}, space), { full: "100%", screenW: "100vw", screenH: "100vh" }),
|
|
@@ -7,7 +7,7 @@ var palette = {
|
|
|
7
7
|
200: "#d1aef3",
|
|
8
8
|
300: "#bb89ee",
|
|
9
9
|
400: "#ae72ea",
|
|
10
|
-
500: "#9A4FE5",
|
|
10
|
+
500: "#9A4FE5", // primary shade
|
|
11
11
|
600: "#8c48d0",
|
|
12
12
|
700: "#6d38a3",
|
|
13
13
|
800: "#552v7e",
|
|
@@ -28,7 +28,7 @@ var palette = {
|
|
|
28
28
|
200: "#94989b",
|
|
29
29
|
300: "#63666d",
|
|
30
30
|
400: "#454951",
|
|
31
|
-
500: "#161b25",
|
|
31
|
+
500: "#161b25", // secondary shade
|
|
32
32
|
600: "#141922",
|
|
33
33
|
700: "#10131a",
|
|
34
34
|
800: "#0c0f14",
|
|
@@ -49,7 +49,7 @@ var palette = {
|
|
|
49
49
|
200: "#94989b",
|
|
50
50
|
300: "#63666d",
|
|
51
51
|
400: "#454951",
|
|
52
|
-
500: "#161b25",
|
|
52
|
+
500: "#161b25", // tertiary shade
|
|
53
53
|
600: "#141922",
|
|
54
54
|
700: "#10131a",
|
|
55
55
|
800: "#0c0f14",
|
|
@@ -74,7 +74,7 @@ var palette = {
|
|
|
74
74
|
200: "#9adeb4",
|
|
75
75
|
300: "#6ccf92",
|
|
76
76
|
400: "#4fc67d",
|
|
77
|
-
500: "#23b85c",
|
|
77
|
+
500: "#23b85c", // Main success color
|
|
78
78
|
600: "#20a754",
|
|
79
79
|
700: "#198341",
|
|
80
80
|
800: "#136533",
|
|
@@ -86,7 +86,7 @@ var palette = {
|
|
|
86
86
|
200: "#f9aaa4",
|
|
87
87
|
300: "#f6837b",
|
|
88
88
|
400: "#f56b61",
|
|
89
|
-
500: "#f2463a",
|
|
89
|
+
500: "#f2463a", // Main error color
|
|
90
90
|
600: "#dc4035",
|
|
91
91
|
700: "#ac3229",
|
|
92
92
|
800: "#852720",
|
|
@@ -98,7 +98,7 @@ var palette = {
|
|
|
98
98
|
200: "#ffccb7",
|
|
99
99
|
300: "#ffb596",
|
|
100
100
|
400: "#ffa781",
|
|
101
|
-
500: "#Ff9162",
|
|
101
|
+
500: "#Ff9162", // Main warning color
|
|
102
102
|
600: "#e88459",
|
|
103
103
|
700: "#b56746",
|
|
104
104
|
800: "#8c5036",
|
|
@@ -110,7 +110,7 @@ var palette = {
|
|
|
110
110
|
200: "#b5e4f0",
|
|
111
111
|
300: "#94d7e9",
|
|
112
112
|
400: "#7fd0e5",
|
|
113
|
-
500: "#5FC4de",
|
|
113
|
+
500: "#5FC4de", // Main info color
|
|
114
114
|
600: "#56b2ea",
|
|
115
115
|
700: "#438b9e",
|
|
116
116
|
800: "#346c78",
|
|
@@ -135,7 +135,7 @@ var palette = {
|
|
|
135
135
|
200: "#f9aaa4",
|
|
136
136
|
300: "#f6837b",
|
|
137
137
|
400: "#f56b61",
|
|
138
|
-
500: "#f2463a",
|
|
138
|
+
500: "#f2463a", // Main error color
|
|
139
139
|
600: "#dc4035",
|
|
140
140
|
700: "#ac3229",
|
|
141
141
|
800: "#852720",
|
|
@@ -147,7 +147,7 @@ var palette = {
|
|
|
147
147
|
200: "#ffccb7",
|
|
148
148
|
300: "#ffb596",
|
|
149
149
|
400: "#ffa781",
|
|
150
|
-
500: "#Ff9162",
|
|
150
|
+
500: "#Ff9162", // Main warning color
|
|
151
151
|
600: "#e88459",
|
|
152
152
|
700: "#b56746",
|
|
153
153
|
800: "#8c5036",
|
|
@@ -171,7 +171,7 @@ var palette = {
|
|
|
171
171
|
200: "#9adeb4",
|
|
172
172
|
300: "#6ccf92",
|
|
173
173
|
400: "#4fc67d",
|
|
174
|
-
500: "#23b85c",
|
|
174
|
+
500: "#23b85c", // Main success color
|
|
175
175
|
600: "#20a754",
|
|
176
176
|
700: "#198341",
|
|
177
177
|
800: "#136533",
|
|
@@ -183,7 +183,7 @@ var palette = {
|
|
|
183
183
|
200: "#b5e4f0",
|
|
184
184
|
300: "#94d7e9",
|
|
185
185
|
400: "#7fd0e5",
|
|
186
|
-
500: "#5FC4de",
|
|
186
|
+
500: "#5FC4de", // Main info color
|
|
187
187
|
600: "#56b2ea",
|
|
188
188
|
700: "#438b9e",
|
|
189
189
|
800: "#346c78",
|
|
@@ -16,16 +16,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
var palette_1 = __importDefault(require("../Default/palette"));
|
|
18
18
|
var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
19
|
-
50: "#e3f9e5",
|
|
20
|
-
100: "#c1f0c0",
|
|
21
|
-
200: "#9ee4a1",
|
|
22
|
-
300: "#72d785",
|
|
23
|
-
400: "#48c15d",
|
|
24
|
-
500: "#2caa3d",
|
|
25
|
-
600: "#239c31",
|
|
26
|
-
700: "#1d8626",
|
|
27
|
-
800: "#16631c",
|
|
28
|
-
900: "#0d4b13",
|
|
19
|
+
50: "#e3f9e5", // Lightest green
|
|
20
|
+
100: "#c1f0c0", // Lighter green
|
|
21
|
+
200: "#9ee4a1", // Light green
|
|
22
|
+
300: "#72d785", // Main green (primary color)
|
|
23
|
+
400: "#48c15d", // Darker green (hover)
|
|
24
|
+
500: "#2caa3d", // Custom primary color (default)
|
|
25
|
+
600: "#239c31", // Darker primary color
|
|
26
|
+
700: "#1d8626", // Even darker green
|
|
27
|
+
800: "#16631c", // Very dark green
|
|
28
|
+
900: "#0d4b13", // Darkest green
|
|
29
29
|
opacity: {
|
|
30
30
|
4: "#9A4FE50a",
|
|
31
31
|
8: "#9A4FE514",
|
|
@@ -41,7 +41,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
41
41
|
200: "#94989b",
|
|
42
42
|
300: "#63666d",
|
|
43
43
|
400: "#454951",
|
|
44
|
-
500: "#161b25",
|
|
44
|
+
500: "#161b25", // secondary shade
|
|
45
45
|
600: "#141922",
|
|
46
46
|
700: "#10131a",
|
|
47
47
|
800: "#0c0f14",
|
|
@@ -56,16 +56,16 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
56
56
|
48: "#161b257a",
|
|
57
57
|
}
|
|
58
58
|
}, tertiary: {
|
|
59
|
-
50: "#e3f9e5",
|
|
60
|
-
100: "#c1f0c0",
|
|
61
|
-
200: "#9ee4a1",
|
|
62
|
-
300: "#72d785",
|
|
63
|
-
400: "#48c15d",
|
|
64
|
-
500: "#2caa3d",
|
|
65
|
-
600: "#239c31",
|
|
66
|
-
700: "#1d8626",
|
|
67
|
-
800: "#16631c",
|
|
68
|
-
900: "#0d4b13",
|
|
59
|
+
50: "#e3f9e5", // Lightest green
|
|
60
|
+
100: "#c1f0c0", // Lighter green
|
|
61
|
+
200: "#9ee4a1", // Light green
|
|
62
|
+
300: "#72d785", // Main green (primary color)
|
|
63
|
+
400: "#48c15d", // Darker green (hover)
|
|
64
|
+
500: "#2caa3d", // Custom primary color (default)
|
|
65
|
+
600: "#239c31", // Darker primary color
|
|
66
|
+
700: "#1d8626", // Even darker green
|
|
67
|
+
800: "#16631c", // Very dark green
|
|
68
|
+
900: "#0d4b13", // Darkest green
|
|
69
69
|
opacity: {
|
|
70
70
|
4: "#9A4FE50a",
|
|
71
71
|
8: "#9A4FE514",
|
|
@@ -82,7 +82,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
82
82
|
200: "#8be6bb",
|
|
83
83
|
300: "#5bdb9e",
|
|
84
84
|
400: "#33d181",
|
|
85
|
-
500: "#00b768",
|
|
85
|
+
500: "#00b768", // Main success color
|
|
86
86
|
600: "#00a05a",
|
|
87
87
|
700: "#00854b",
|
|
88
88
|
800: "#006b3c",
|
|
@@ -94,7 +94,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
94
94
|
200: "#f28f8f",
|
|
95
95
|
300: "#e66060",
|
|
96
96
|
400: "#db3a3a",
|
|
97
|
-
500: "#c21e1e",
|
|
97
|
+
500: "#c21e1e", // Main error color
|
|
98
98
|
600: "#a01919",
|
|
99
99
|
700: "#7e1313",
|
|
100
100
|
800: "#5c0d0d",
|
|
@@ -106,7 +106,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
106
106
|
200: "#ffcc85",
|
|
107
107
|
300: "#ffb653",
|
|
108
108
|
400: "#ffa31a",
|
|
109
|
-
500: "#ff8a00",
|
|
109
|
+
500: "#ff8a00", // Main warning color
|
|
110
110
|
600: "#db7000",
|
|
111
111
|
700: "#b75800",
|
|
112
112
|
800: "#934300",
|
|
@@ -118,7 +118,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
118
118
|
200: "#85d1ff",
|
|
119
119
|
300: "#52bdff",
|
|
120
120
|
400: "#1fa9ff",
|
|
121
|
-
500: "#008df5",
|
|
121
|
+
500: "#008df5", // Main info color
|
|
122
122
|
600: "#0077db",
|
|
123
123
|
700: "#005cb3",
|
|
124
124
|
800: "#004489",
|
|
@@ -246,15 +246,15 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
246
246
|
800: "#8a8a8a",
|
|
247
247
|
900: "#696969",
|
|
248
248
|
}, backgroundColor: {
|
|
249
|
-
main: "#f8f9fa",
|
|
250
|
-
secondary: "#f1f1f1",
|
|
251
|
-
tertiary: "#ececec",
|
|
252
|
-
quaternary: "#e2e6ea",
|
|
253
|
-
light: "#fafafa",
|
|
254
|
-
medium: "#eaeaea",
|
|
255
|
-
accent: "#e5e5e5",
|
|
256
|
-
subtle: "#f5f6f7",
|
|
257
|
-
muted: "#dfe3e6",
|
|
249
|
+
main: "#f8f9fa", // Light greyish white
|
|
250
|
+
secondary: "#f1f1f1", // Very light grey
|
|
251
|
+
tertiary: "#ececec", // Soft grey
|
|
252
|
+
quaternary: "#e2e6ea", // Pale blueish-grey
|
|
253
|
+
light: "#fafafa", // Almost pure white
|
|
254
|
+
medium: "#eaeaea", // Medium light grey
|
|
255
|
+
accent: "#e5e5e5", // A slightly deeper grey
|
|
256
|
+
subtle: "#f5f6f7", // Slightly off-white with a cooler tone
|
|
257
|
+
muted: "#dfe3e6", // Light muted blue-grey
|
|
258
258
|
neutral: "#ebedef", // Neutral grey with a balanced tone
|
|
259
259
|
}, text: {
|
|
260
260
|
50: "#eeeff0",
|
|
@@ -16,16 +16,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
var palette_1 = __importDefault(require("../Default/palette"));
|
|
18
18
|
var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
19
|
-
50: "#ffe0b2",
|
|
20
|
-
100: "#ffcc80",
|
|
21
|
-
200: "#ffb74d",
|
|
22
|
-
300: "#ffa726",
|
|
23
|
-
400: "#ff9800",
|
|
24
|
-
500: "#fb8c00",
|
|
25
|
-
600: "#f57c00",
|
|
26
|
-
700: "#ef6c00",
|
|
27
|
-
800: "#e65100",
|
|
28
|
-
900: "#bf360c",
|
|
19
|
+
50: "#ffe0b2", // Lightest orange
|
|
20
|
+
100: "#ffcc80", // Lighter orange
|
|
21
|
+
200: "#ffb74d", // Light orange
|
|
22
|
+
300: "#ffa726", // Main orange (primary color)
|
|
23
|
+
400: "#ff9800", // Darker orange (hover)
|
|
24
|
+
500: "#fb8c00", // Custom primary orange (default)
|
|
25
|
+
600: "#f57c00", // Darker primary orange
|
|
26
|
+
700: "#ef6c00", // Even darker orange
|
|
27
|
+
800: "#e65100", // Very dark orange
|
|
28
|
+
900: "#bf360c", // Darkest orange
|
|
29
29
|
opacity: {
|
|
30
30
|
4: "#9A4FE50a",
|
|
31
31
|
8: "#9A4FE514",
|
|
@@ -41,7 +41,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
41
41
|
200: "#94989b",
|
|
42
42
|
300: "#63666d",
|
|
43
43
|
400: "#454951",
|
|
44
|
-
500: "#161b25",
|
|
44
|
+
500: "#161b25", // secondary shade
|
|
45
45
|
600: "#141922",
|
|
46
46
|
700: "#10131a",
|
|
47
47
|
800: "#0c0f14",
|
|
@@ -61,7 +61,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
61
61
|
200: "#94989b",
|
|
62
62
|
300: "#63666d",
|
|
63
63
|
400: "#454951",
|
|
64
|
-
500: "#161b25",
|
|
64
|
+
500: "#161b25", // tertiary shade
|
|
65
65
|
600: "#141922",
|
|
66
66
|
700: "#10131a",
|
|
67
67
|
800: "#0c0f14",
|
|
@@ -82,7 +82,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
82
82
|
200: "#8be6bb",
|
|
83
83
|
300: "#5bdb9e",
|
|
84
84
|
400: "#33d181",
|
|
85
|
-
500: "#00b768",
|
|
85
|
+
500: "#00b768", // Main success color
|
|
86
86
|
600: "#00a05a",
|
|
87
87
|
700: "#00854b",
|
|
88
88
|
800: "#006b3c",
|
|
@@ -94,7 +94,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
94
94
|
200: "#f28f8f",
|
|
95
95
|
300: "#e66060",
|
|
96
96
|
400: "#db3a3a",
|
|
97
|
-
500: "#c21e1e",
|
|
97
|
+
500: "#c21e1e", // Main error color
|
|
98
98
|
600: "#a01919",
|
|
99
99
|
700: "#7e1313",
|
|
100
100
|
800: "#5c0d0d",
|
|
@@ -106,7 +106,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
106
106
|
200: "#ffcc85",
|
|
107
107
|
300: "#ffb653",
|
|
108
108
|
400: "#ffa31a",
|
|
109
|
-
500: "#ff8a00",
|
|
109
|
+
500: "#ff8a00", // Main warning color
|
|
110
110
|
600: "#db7000",
|
|
111
111
|
700: "#b75800",
|
|
112
112
|
800: "#934300",
|
|
@@ -118,7 +118,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
118
118
|
200: "#85d1ff",
|
|
119
119
|
300: "#52bdff",
|
|
120
120
|
400: "#1fa9ff",
|
|
121
|
-
500: "#008df5",
|
|
121
|
+
500: "#008df5", // Main info color
|
|
122
122
|
600: "#0077db",
|
|
123
123
|
700: "#005cb3",
|
|
124
124
|
800: "#004489",
|
|
@@ -246,15 +246,15 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
246
246
|
800: "#8a8a8a",
|
|
247
247
|
900: "#696969",
|
|
248
248
|
}, backgroundColor: {
|
|
249
|
-
main: "#f8f9fa",
|
|
250
|
-
secondary: "#f1f1f1",
|
|
251
|
-
tertiary: "#ececec",
|
|
252
|
-
quaternary: "#e2e6ea",
|
|
253
|
-
light: "#fafafa",
|
|
254
|
-
medium: "#eaeaea",
|
|
255
|
-
accent: "#e5e5e5",
|
|
256
|
-
subtle: "#f5f6f7",
|
|
257
|
-
muted: "#dfe3e6",
|
|
249
|
+
main: "#f8f9fa", // Light greyish white
|
|
250
|
+
secondary: "#f1f1f1", // Very light grey
|
|
251
|
+
tertiary: "#ececec", // Soft grey
|
|
252
|
+
quaternary: "#e2e6ea", // Pale blueish-grey
|
|
253
|
+
light: "#fafafa", // Almost pure white
|
|
254
|
+
medium: "#eaeaea", // Medium light grey
|
|
255
|
+
accent: "#e5e5e5", // A slightly deeper grey
|
|
256
|
+
subtle: "#f5f6f7", // Slightly off-white with a cooler tone
|
|
257
|
+
muted: "#dfe3e6", // Light muted blue-grey
|
|
258
258
|
neutral: "#ebedef", // Neutral grey with a balanced tone
|
|
259
259
|
}, text: {
|
|
260
260
|
50: "#eeeff0",
|
|
@@ -21,7 +21,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
21
21
|
200: "#a2d4ec",
|
|
22
22
|
300: "#7ac1e4",
|
|
23
23
|
400: "#47a9da",
|
|
24
|
-
500: "#0088cc",
|
|
24
|
+
500: "#0088cc", // primary shade
|
|
25
25
|
600: "#007ab8",
|
|
26
26
|
700: "#006ba1",
|
|
27
27
|
800: "#005885",
|
|
@@ -41,7 +41,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
41
41
|
200: "#94989b",
|
|
42
42
|
300: "#63666d",
|
|
43
43
|
400: "#454951",
|
|
44
|
-
500: "#161b25",
|
|
44
|
+
500: "#161b25", // secondary shade
|
|
45
45
|
600: "#141922",
|
|
46
46
|
700: "#10131a",
|
|
47
47
|
800: "#0c0f14",
|
|
@@ -61,7 +61,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
61
61
|
200: "#a2d4ec",
|
|
62
62
|
300: "#7ac1e4",
|
|
63
63
|
400: "#47a9da",
|
|
64
|
-
500: "#0088cc",
|
|
64
|
+
500: "#0088cc", // primary shade
|
|
65
65
|
600: "#007ab8",
|
|
66
66
|
700: "#006ba1",
|
|
67
67
|
800: "#005885",
|
|
@@ -82,7 +82,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
82
82
|
200: "#8be6bb",
|
|
83
83
|
300: "#5bdb9e",
|
|
84
84
|
400: "#33d181",
|
|
85
|
-
500: "#00b768",
|
|
85
|
+
500: "#00b768", // Main success color
|
|
86
86
|
600: "#00a05a",
|
|
87
87
|
700: "#00854b",
|
|
88
88
|
800: "#006b3c",
|
|
@@ -94,7 +94,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
94
94
|
200: "#f28f8f",
|
|
95
95
|
300: "#e66060",
|
|
96
96
|
400: "#db3a3a",
|
|
97
|
-
500: "#c21e1e",
|
|
97
|
+
500: "#c21e1e", // Main error color
|
|
98
98
|
600: "#a01919",
|
|
99
99
|
700: "#7e1313",
|
|
100
100
|
800: "#5c0d0d",
|
|
@@ -106,7 +106,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
106
106
|
200: "#ffcc85",
|
|
107
107
|
300: "#ffb653",
|
|
108
108
|
400: "#ffa31a",
|
|
109
|
-
500: "#ff8a00",
|
|
109
|
+
500: "#ff8a00", // Main warning color
|
|
110
110
|
600: "#db7000",
|
|
111
111
|
700: "#b75800",
|
|
112
112
|
800: "#934300",
|
|
@@ -118,7 +118,7 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
118
118
|
200: "#85d1ff",
|
|
119
119
|
300: "#52bdff",
|
|
120
120
|
400: "#1fa9ff",
|
|
121
|
-
500: "#008df5",
|
|
121
|
+
500: "#008df5", // Main info color
|
|
122
122
|
600: "#0077db",
|
|
123
123
|
700: "#005cb3",
|
|
124
124
|
800: "#004489",
|
|
@@ -246,15 +246,15 @@ var palette = __assign(__assign({}, palette_1.default), { primary: {
|
|
|
246
246
|
800: "#8a8a8a",
|
|
247
247
|
900: "#696969",
|
|
248
248
|
}, backgroundColor: {
|
|
249
|
-
main: "#f8f9fa",
|
|
250
|
-
secondary: "#f1f1f1",
|
|
251
|
-
tertiary: "#ececec",
|
|
252
|
-
quaternary: "#e2e6ea",
|
|
253
|
-
light: "#fafafa",
|
|
254
|
-
medium: "#eaeaea",
|
|
255
|
-
accent: "#e5e5e5",
|
|
256
|
-
subtle: "#f5f6f7",
|
|
257
|
-
muted: "#dfe3e6",
|
|
249
|
+
main: "#f8f9fa", // Light greyish white
|
|
250
|
+
secondary: "#f1f1f1", // Very light grey
|
|
251
|
+
tertiary: "#ececec", // Soft grey
|
|
252
|
+
quaternary: "#e2e6ea", // Pale blueish-grey
|
|
253
|
+
light: "#fafafa", // Almost pure white
|
|
254
|
+
medium: "#eaeaea", // Medium light grey
|
|
255
|
+
accent: "#e5e5e5", // A slightly deeper grey
|
|
256
|
+
subtle: "#f5f6f7", // Slightly off-white with a cooler tone
|
|
257
|
+
muted: "#dfe3e6", // Light muted blue-grey
|
|
258
258
|
neutral: "#ebedef", // Neutral grey with a balanced tone
|
|
259
259
|
}, text: {
|
|
260
260
|
50: "#eeeff0",
|