@gusun/design-system 0.1.0
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/README.md +16 -0
- package/dist-lib/Editor-wECQz1CV.js +1994 -0
- package/dist-lib/Editor-wECQz1CV.js.map +1 -0
- package/dist-lib/components/Accordion.d.ts +25 -0
- package/dist-lib/components/Button.d.ts +27 -0
- package/dist-lib/components/ButtonGroup.d.ts +18 -0
- package/dist-lib/components/CalendarDayButton.d.ts +39 -0
- package/dist-lib/components/Checkbox.d.ts +34 -0
- package/dist-lib/components/Chip.d.ts +12 -0
- package/dist-lib/components/ConditionOrderSlot.d.ts +31 -0
- package/dist-lib/components/DateField.d.ts +39 -0
- package/dist-lib/components/DatePicker.d.ts +49 -0
- package/dist-lib/components/Divider.d.ts +12 -0
- package/dist-lib/components/Editor.d.ts +23 -0
- package/dist-lib/components/EditorToolbar.d.ts +12 -0
- package/dist-lib/components/ErrorBoundary.d.ts +30 -0
- package/dist-lib/components/Field.d.ts +32 -0
- package/dist-lib/components/FileUploadButton.d.ts +22 -0
- package/dist-lib/components/FileUploadMenu.d.ts +24 -0
- package/dist-lib/components/FormTemplate.d.ts +33 -0
- package/dist-lib/components/ImageUploadButton.d.ts +14 -0
- package/dist-lib/components/ImageUploadMenu.d.ts +17 -0
- package/dist-lib/components/InlineFieldTrigger.d.ts +18 -0
- package/dist-lib/components/Input.d.ts +28 -0
- package/dist-lib/components/JobPositionTemplate.d.ts +41 -0
- package/dist-lib/components/Label.d.ts +18 -0
- package/dist-lib/components/List.d.ts +46 -0
- package/dist-lib/components/ListEmpty.d.ts +6 -0
- package/dist-lib/components/ListGroup.d.ts +13 -0
- package/dist-lib/components/MarkdownDoc.d.ts +5 -0
- package/dist-lib/components/MergeFieldNode.d.ts +2 -0
- package/dist-lib/components/Modal.d.ts +90 -0
- package/dist-lib/components/NoticeWritingTemplate.d.ts +38 -0
- package/dist-lib/components/Pagination.d.ts +27 -0
- package/dist-lib/components/Popover.d.ts +16 -0
- package/dist-lib/components/PopoverMenu.d.ts +54 -0
- package/dist-lib/components/Radio.d.ts +33 -0
- package/dist-lib/components/ScreeningBuilderTemplate.d.ts +53 -0
- package/dist-lib/components/ScreeningConditionCard.d.ts +56 -0
- package/dist-lib/components/ScreeningFormula.d.ts +17 -0
- package/dist-lib/components/ScreeningIndividualSettingModal.d.ts +10 -0
- package/dist-lib/components/ScrollArea.d.ts +30 -0
- package/dist-lib/components/SearchBar.d.ts +14 -0
- package/dist-lib/components/SegmentControl.d.ts +46 -0
- package/dist-lib/components/SegmentedTabs.d.ts +20 -0
- package/dist-lib/components/Select.d.ts +67 -0
- package/dist-lib/components/SelectGroup.d.ts +18 -0
- package/dist-lib/components/SelectOrInput.d.ts +49 -0
- package/dist-lib/components/SideNavigation.d.ts +33 -0
- package/dist-lib/components/SideNavigationTemplate.d.ts +29 -0
- package/dist-lib/components/Slot.d.ts +16 -0
- package/dist-lib/components/Switch.d.ts +6 -0
- package/dist-lib/components/Table.d.ts +66 -0
- package/dist-lib/components/TableTemplate.d.ts +52 -0
- package/dist-lib/components/Tabs.d.ts +40 -0
- package/dist-lib/components/Tag.d.ts +25 -0
- package/dist-lib/components/TextArea.d.ts +26 -0
- package/dist-lib/components/TimeField.d.ts +15 -0
- package/dist-lib/components/ToolBar.d.ts +5 -0
- package/dist-lib/components/Tooltip.d.ts +25 -0
- package/dist-lib/components/TruncatingText.d.ts +7 -0
- package/dist-lib/components/TwoDepthList.d.ts +41 -0
- package/dist-lib/components/UsageExample.d.ts +16 -0
- package/dist-lib/components/chipStyles.d.ts +11 -0
- package/dist-lib/components/formulaFunctions.d.ts +75 -0
- package/dist-lib/components/modalContext.d.ts +1 -0
- package/dist-lib/components/popoverLayers.d.ts +6 -0
- package/dist-lib/components/tableView.d.ts +17 -0
- package/dist-lib/components/useFocusTrap.d.ts +6 -0
- package/dist-lib/components/useHoverTooltip.d.ts +10 -0
- package/dist-lib/components/useOutsideDismiss.d.ts +9 -0
- package/dist-lib/components/usePanelKeyboard.d.ts +11 -0
- package/dist-lib/components/usePopoverPosition.d.ts +11 -0
- package/dist-lib/editor.d.ts +3 -0
- package/dist-lib/editor.js +2 -0
- package/dist-lib/index.d.ts +68 -0
- package/dist-lib/index.js +4707 -0
- package/dist-lib/index.js.map +1 -0
- package/dist-lib/navContext.d.ts +8 -0
- package/dist-lib/styles.css +1 -0
- package/dist-lib/tailwind-preset.cjs +1023 -0
- package/dist-lib/tailwind-preset.mjs +1000 -0
- package/dist-lib/tokens/border.d.ts +6 -0
- package/dist-lib/tokens/colors/accordionColors.d.ts +3 -0
- package/dist-lib/tokens/colors/builderAreaColors.d.ts +12 -0
- package/dist-lib/tokens/colors/buttonColors.d.ts +37 -0
- package/dist-lib/tokens/colors/calendarColors.d.ts +12 -0
- package/dist-lib/tokens/colors/checkboxColors.d.ts +12 -0
- package/dist-lib/tokens/colors/chipColors.d.ts +82 -0
- package/dist-lib/tokens/colors/conditionCardColors.d.ts +10 -0
- package/dist-lib/tokens/colors/conditionOrderSlotColors.d.ts +15 -0
- package/dist-lib/tokens/colors/dividerColors.d.ts +5 -0
- package/dist-lib/tokens/colors/editorColors.d.ts +30 -0
- package/dist-lib/tokens/colors/formulaColors.d.ts +26 -0
- package/dist-lib/tokens/colors/labelFieldColors.d.ts +6 -0
- package/dist-lib/tokens/colors/listColors.d.ts +20 -0
- package/dist-lib/tokens/colors/modalColors.d.ts +7 -0
- package/dist-lib/tokens/colors/newTagColors.d.ts +6 -0
- package/dist-lib/tokens/colors/radioColors.d.ts +12 -0
- package/dist-lib/tokens/colors/segmentedColors.d.ts +9 -0
- package/dist-lib/tokens/colors/sideNavColors.d.ts +13 -0
- package/dist-lib/tokens/colors/switchColors.d.ts +13 -0
- package/dist-lib/tokens/colors/tabColors.d.ts +9 -0
- package/dist-lib/tokens/colors/tableColors.d.ts +8 -0
- package/dist-lib/tokens/colors/tagColors.d.ts +10 -0
- package/dist-lib/tokens/colors/textFieldColors.d.ts +25 -0
- package/dist-lib/tokens/colors/toolbarColors.d.ts +5 -0
- package/dist-lib/tokens/colors.d.ts +176 -0
- package/dist-lib/tokens/fontIconColors.d.ts +7 -0
- package/dist-lib/tokens/icon.d.ts +5 -0
- package/dist-lib/tokens/index.d.ts +32 -0
- package/dist-lib/tokens/lineHeight.d.ts +11 -0
- package/dist-lib/tokens/radius.d.ts +14 -0
- package/dist-lib/tokens/spacing.d.ts +16 -0
- package/dist-lib/tokens/typography.d.ts +33 -0
- package/dist-lib/tokens-CbcaxhkP.js +583 -0
- package/dist-lib/tokens-CbcaxhkP.js.map +1 -0
- package/dist-lib/tokens.js +2 -0
- package/dist-lib/utils/datetime.d.ts +6 -0
- package/dist-lib/utils/phone.d.ts +1 -0
- package/package.json +163 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const builderAreaColors: {
|
|
2
|
+
'add-default-bg': string;
|
|
3
|
+
'add-default-outline': string;
|
|
4
|
+
'add-default-text': string;
|
|
5
|
+
'add-hover-bg': string;
|
|
6
|
+
'add-hover-outline': string;
|
|
7
|
+
'box-bg': string;
|
|
8
|
+
'box-line': string;
|
|
9
|
+
'card-area-bg': string;
|
|
10
|
+
'header-fade-top': string;
|
|
11
|
+
'header-fade-bottom': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const buttonColors: {
|
|
2
|
+
fill: {
|
|
3
|
+
'default-bg': string;
|
|
4
|
+
'default-fg': string;
|
|
5
|
+
'hover-bg': string;
|
|
6
|
+
'disabled-bg': string;
|
|
7
|
+
'disabled-fg': string;
|
|
8
|
+
};
|
|
9
|
+
ghost: {
|
|
10
|
+
'default-fg': string;
|
|
11
|
+
'hover-bg': string;
|
|
12
|
+
'disabled-bg': string;
|
|
13
|
+
'disabled-fg': string;
|
|
14
|
+
'selected-bg': string;
|
|
15
|
+
'selected-text': string;
|
|
16
|
+
'pagination-fg': string;
|
|
17
|
+
};
|
|
18
|
+
line: {
|
|
19
|
+
'default-bg': string;
|
|
20
|
+
'default-fg': string;
|
|
21
|
+
'default-line': string;
|
|
22
|
+
'hover-bg': string;
|
|
23
|
+
'hover-line': string;
|
|
24
|
+
'disabled-bg': string;
|
|
25
|
+
'disabled-fg': string;
|
|
26
|
+
'disabled-line': string;
|
|
27
|
+
};
|
|
28
|
+
underline: {
|
|
29
|
+
'black-fg': string;
|
|
30
|
+
'red-fg': string;
|
|
31
|
+
'blue-fg': string;
|
|
32
|
+
'green-fg': string;
|
|
33
|
+
'violet-fg': string;
|
|
34
|
+
'pink-fg': string;
|
|
35
|
+
'orange-fg': string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const calendarColors: {
|
|
2
|
+
'day-bg': string;
|
|
3
|
+
'day-text': string;
|
|
4
|
+
'hover-bg': string;
|
|
5
|
+
'muted-text': string;
|
|
6
|
+
'today-bg': string;
|
|
7
|
+
'today-text': string;
|
|
8
|
+
'selected-bg': string;
|
|
9
|
+
'selected-text': string;
|
|
10
|
+
'range-bg': string;
|
|
11
|
+
'range-text': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const checkboxColors: {
|
|
2
|
+
'unselected-bg': string;
|
|
3
|
+
'hover-outline': string;
|
|
4
|
+
'disabled-bg': string;
|
|
5
|
+
'selected-bg': string;
|
|
6
|
+
'selected-hover-outline': string;
|
|
7
|
+
'selected-disabled-bg': string;
|
|
8
|
+
check: string;
|
|
9
|
+
'disabled-check': string;
|
|
10
|
+
text: string;
|
|
11
|
+
'disabled-text': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export declare const chipColors: {
|
|
2
|
+
gray: {
|
|
3
|
+
'default-text': string;
|
|
4
|
+
'default-icon': string;
|
|
5
|
+
'default-bg': string;
|
|
6
|
+
'default-line': string;
|
|
7
|
+
'hover-text': string;
|
|
8
|
+
'hover-icon': string;
|
|
9
|
+
'hover-bg': string;
|
|
10
|
+
'hover-line': string;
|
|
11
|
+
};
|
|
12
|
+
red: {
|
|
13
|
+
'default-text': string;
|
|
14
|
+
'default-icon': string;
|
|
15
|
+
'default-bg': string;
|
|
16
|
+
'default-line': string;
|
|
17
|
+
'hover-text': string;
|
|
18
|
+
'hover-icon': string;
|
|
19
|
+
'hover-bg': string;
|
|
20
|
+
'hover-line': string;
|
|
21
|
+
};
|
|
22
|
+
blue: {
|
|
23
|
+
'default-text': string;
|
|
24
|
+
'default-icon': string;
|
|
25
|
+
'default-bg': string;
|
|
26
|
+
'default-line': string;
|
|
27
|
+
'hover-text': string;
|
|
28
|
+
'hover-icon': string;
|
|
29
|
+
'hover-bg': string;
|
|
30
|
+
'hover-line': string;
|
|
31
|
+
};
|
|
32
|
+
black: {
|
|
33
|
+
'default-text': string;
|
|
34
|
+
'default-icon': string;
|
|
35
|
+
'default-bg': string;
|
|
36
|
+
'default-line': string;
|
|
37
|
+
'hover-text': string;
|
|
38
|
+
'hover-icon': string;
|
|
39
|
+
'hover-bg': string;
|
|
40
|
+
'hover-line': string;
|
|
41
|
+
};
|
|
42
|
+
green: {
|
|
43
|
+
'default-text': string;
|
|
44
|
+
'default-icon': string;
|
|
45
|
+
'default-bg': string;
|
|
46
|
+
'default-line': string;
|
|
47
|
+
'hover-text': string;
|
|
48
|
+
'hover-icon': string;
|
|
49
|
+
'hover-bg': string;
|
|
50
|
+
'hover-line': string;
|
|
51
|
+
};
|
|
52
|
+
violet: {
|
|
53
|
+
'default-text': string;
|
|
54
|
+
'default-icon': string;
|
|
55
|
+
'default-bg': string;
|
|
56
|
+
'default-line': string;
|
|
57
|
+
'hover-text': string;
|
|
58
|
+
'hover-icon': string;
|
|
59
|
+
'hover-bg': string;
|
|
60
|
+
'hover-line': string;
|
|
61
|
+
};
|
|
62
|
+
pink: {
|
|
63
|
+
'default-text': string;
|
|
64
|
+
'default-icon': string;
|
|
65
|
+
'default-bg': string;
|
|
66
|
+
'default-line': string;
|
|
67
|
+
'hover-text': string;
|
|
68
|
+
'hover-icon': string;
|
|
69
|
+
'hover-bg': string;
|
|
70
|
+
'hover-line': string;
|
|
71
|
+
};
|
|
72
|
+
orange: {
|
|
73
|
+
'default-text': string;
|
|
74
|
+
'default-icon': string;
|
|
75
|
+
'default-bg': string;
|
|
76
|
+
'default-line': string;
|
|
77
|
+
'hover-text': string;
|
|
78
|
+
'hover-icon': string;
|
|
79
|
+
'hover-bg': string;
|
|
80
|
+
'hover-line': string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const conditionCardColors: {
|
|
2
|
+
'default-card-bg': string;
|
|
3
|
+
'default-card-line': string;
|
|
4
|
+
'default-card-text': string;
|
|
5
|
+
'hover-card-bg': string;
|
|
6
|
+
'hover-card-line': string;
|
|
7
|
+
'hover-card-text': string;
|
|
8
|
+
'drop-outline': string;
|
|
9
|
+
'drop-text': string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const conditionOrderSlotColors: {
|
|
2
|
+
'card-default-text': string;
|
|
3
|
+
'card-default-icon': string;
|
|
4
|
+
'card-default-bg': string;
|
|
5
|
+
'card-default-line': string;
|
|
6
|
+
'card-hover-text': string;
|
|
7
|
+
'card-hover-icon': string;
|
|
8
|
+
'card-hover-bg': string;
|
|
9
|
+
'card-hover-line': string;
|
|
10
|
+
'card-pressed-text': string;
|
|
11
|
+
'card-pressed-icon': string;
|
|
12
|
+
'card-pressed-bg': string;
|
|
13
|
+
'card-pressed-line': string;
|
|
14
|
+
'slot-bg': string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const editorColors: {
|
|
2
|
+
outline: string;
|
|
3
|
+
'toolbar-bg': string;
|
|
4
|
+
divider: string;
|
|
5
|
+
'btn-active-bg': string;
|
|
6
|
+
'btn-active-fg': string;
|
|
7
|
+
link: string;
|
|
8
|
+
'code-bg': string;
|
|
9
|
+
'code-text': string;
|
|
10
|
+
'block-bg': string;
|
|
11
|
+
'source-bg': string;
|
|
12
|
+
'source-text': string;
|
|
13
|
+
placeholder: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const editorTextPalette: ({
|
|
16
|
+
label: string;
|
|
17
|
+
value: null;
|
|
18
|
+
swatch: string;
|
|
19
|
+
} | {
|
|
20
|
+
label: string;
|
|
21
|
+
value: string;
|
|
22
|
+
swatch?: undefined;
|
|
23
|
+
})[];
|
|
24
|
+
export declare const editorHighlightPalette: ({
|
|
25
|
+
label: string;
|
|
26
|
+
value: null;
|
|
27
|
+
} | {
|
|
28
|
+
label: string;
|
|
29
|
+
value: string;
|
|
30
|
+
})[];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const formulaColors: {
|
|
2
|
+
'default-bg': string;
|
|
3
|
+
'default-text': string;
|
|
4
|
+
'hover-bg': string;
|
|
5
|
+
'default-outline': string;
|
|
6
|
+
parentheses: string;
|
|
7
|
+
comparison: string;
|
|
8
|
+
logical: string;
|
|
9
|
+
conditional: string;
|
|
10
|
+
aggregate: string;
|
|
11
|
+
'score-limit': string;
|
|
12
|
+
evaluation: string;
|
|
13
|
+
'hover-logical-outline': string;
|
|
14
|
+
'hover-conditional-outline': string;
|
|
15
|
+
'hover-aggregate-outline': string;
|
|
16
|
+
'hover-score-limit-outline': string;
|
|
17
|
+
'hover-evaluation-outline': string;
|
|
18
|
+
'add-text': string;
|
|
19
|
+
'add-bg': string;
|
|
20
|
+
'add-outline': string;
|
|
21
|
+
'add-drop-text': string;
|
|
22
|
+
'add-drop-bg': string;
|
|
23
|
+
'add-drop-outline': string;
|
|
24
|
+
'compact-chip-text': string;
|
|
25
|
+
'compact-chip-line': string;
|
|
26
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const listColors: {
|
|
2
|
+
'default-bg': string;
|
|
3
|
+
'default-text': string;
|
|
4
|
+
'default-icon': string;
|
|
5
|
+
'hover-bg': string;
|
|
6
|
+
'pressed-bg': string;
|
|
7
|
+
'selected-text': string;
|
|
8
|
+
'selected-icon': string;
|
|
9
|
+
'disabled-text': string;
|
|
10
|
+
'disabled-icon': string;
|
|
11
|
+
'group-bg': string;
|
|
12
|
+
'empty-bg': string;
|
|
13
|
+
'empty-text': string;
|
|
14
|
+
'popover-bg': string;
|
|
15
|
+
'popover-outline': string;
|
|
16
|
+
'scroll-bar': string;
|
|
17
|
+
'scroll-bar-hover': string;
|
|
18
|
+
'scroll-bar-light': string;
|
|
19
|
+
'scroll-bar-light-hover': string;
|
|
20
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const radioColors: {
|
|
2
|
+
'unselected-bg': string;
|
|
3
|
+
'hover-outline': string;
|
|
4
|
+
'disabled-bg': string;
|
|
5
|
+
'selected-bg': string;
|
|
6
|
+
'selected-hover-outline': string;
|
|
7
|
+
'selected-disabled-bg': string;
|
|
8
|
+
point: string;
|
|
9
|
+
'disabled-point': string;
|
|
10
|
+
text: string;
|
|
11
|
+
'disabled-text': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const sideNavColors: {
|
|
2
|
+
'default-text': string;
|
|
3
|
+
'default-icon': string;
|
|
4
|
+
'hover-text': string;
|
|
5
|
+
'hover-icon': string;
|
|
6
|
+
'hover-bg': string;
|
|
7
|
+
'select-text': string;
|
|
8
|
+
'select-icon': string;
|
|
9
|
+
'select-bg': string;
|
|
10
|
+
'disabled-text': string;
|
|
11
|
+
'disabled-icon': string;
|
|
12
|
+
'right-line': string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const switchColors: {
|
|
2
|
+
'unselected-bg': string;
|
|
3
|
+
'hover-outline': string;
|
|
4
|
+
'disabled-bg': string;
|
|
5
|
+
'selected-bg': string;
|
|
6
|
+
'selected-hover-outline': string;
|
|
7
|
+
'selected-disabled-bg': string;
|
|
8
|
+
thumb: string;
|
|
9
|
+
'disabled-thumb': string;
|
|
10
|
+
'disabled-thumb-off': string;
|
|
11
|
+
text: string;
|
|
12
|
+
'disabled-text': string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const textFieldColors: {
|
|
2
|
+
'default-bg': string;
|
|
3
|
+
'default-line': string;
|
|
4
|
+
'default-text': string;
|
|
5
|
+
'hover-bg': string;
|
|
6
|
+
'hover-line': string;
|
|
7
|
+
'hover-text': string;
|
|
8
|
+
'focused-bg': string;
|
|
9
|
+
'focused-line': string;
|
|
10
|
+
'filled-bg': string;
|
|
11
|
+
'filled-line': string;
|
|
12
|
+
'filled-text': string;
|
|
13
|
+
'disabled-bg': string;
|
|
14
|
+
'disabled-line': string;
|
|
15
|
+
'disabled-text': string;
|
|
16
|
+
'disabled-icon': string;
|
|
17
|
+
'readonly-bg': string;
|
|
18
|
+
'readonly-line': string;
|
|
19
|
+
'readonly-text': string;
|
|
20
|
+
'readonly-icon': string;
|
|
21
|
+
'error-tooltip-bg': string;
|
|
22
|
+
'error-tooltip-text': string;
|
|
23
|
+
'normal-tooltip-bg': string;
|
|
24
|
+
'normal-tooltip-text': string;
|
|
25
|
+
};
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export declare const baseColors: {
|
|
2
|
+
base: {
|
|
3
|
+
gray: {
|
|
4
|
+
25: string;
|
|
5
|
+
50: string;
|
|
6
|
+
100: string;
|
|
7
|
+
125: string;
|
|
8
|
+
150: string;
|
|
9
|
+
200: string;
|
|
10
|
+
250: string;
|
|
11
|
+
300: string;
|
|
12
|
+
400: string;
|
|
13
|
+
500: string;
|
|
14
|
+
600: string;
|
|
15
|
+
700: string;
|
|
16
|
+
800: string;
|
|
17
|
+
900: string;
|
|
18
|
+
};
|
|
19
|
+
'gray-900-00': string;
|
|
20
|
+
'gray-900-10': string;
|
|
21
|
+
'gray-900-25': string;
|
|
22
|
+
'gray-900-50': string;
|
|
23
|
+
'gray-900-75': string;
|
|
24
|
+
'gray-900-100': string;
|
|
25
|
+
'gray-900-200': string;
|
|
26
|
+
'gray-900-300': string;
|
|
27
|
+
'white-00': string;
|
|
28
|
+
'white-10': string;
|
|
29
|
+
'white-25': string;
|
|
30
|
+
'white-50': string;
|
|
31
|
+
'white-75': string;
|
|
32
|
+
'white-100': string;
|
|
33
|
+
'white-200': string;
|
|
34
|
+
'white-300': string;
|
|
35
|
+
black: string;
|
|
36
|
+
white: string;
|
|
37
|
+
red: {
|
|
38
|
+
25: string;
|
|
39
|
+
50: string;
|
|
40
|
+
100: string;
|
|
41
|
+
150: string;
|
|
42
|
+
200: string;
|
|
43
|
+
250: string;
|
|
44
|
+
300: string;
|
|
45
|
+
400: string;
|
|
46
|
+
500: string;
|
|
47
|
+
600: string;
|
|
48
|
+
700: string;
|
|
49
|
+
800: string;
|
|
50
|
+
900: string;
|
|
51
|
+
};
|
|
52
|
+
'red-400-00': string;
|
|
53
|
+
'red-400-10': string;
|
|
54
|
+
'red-400-25': string;
|
|
55
|
+
'red-400-50': string;
|
|
56
|
+
'red-400-75': string;
|
|
57
|
+
'red-400-100': string;
|
|
58
|
+
'red-400-200': string;
|
|
59
|
+
'red-400-300': string;
|
|
60
|
+
blue: {
|
|
61
|
+
25: string;
|
|
62
|
+
50: string;
|
|
63
|
+
100: string;
|
|
64
|
+
150: string;
|
|
65
|
+
200: string;
|
|
66
|
+
250: string;
|
|
67
|
+
300: string;
|
|
68
|
+
400: string;
|
|
69
|
+
500: string;
|
|
70
|
+
600: string;
|
|
71
|
+
700: string;
|
|
72
|
+
800: string;
|
|
73
|
+
900: string;
|
|
74
|
+
};
|
|
75
|
+
'blue-400-00': string;
|
|
76
|
+
'blue-400-10': string;
|
|
77
|
+
'blue-400-25': string;
|
|
78
|
+
'blue-400-50': string;
|
|
79
|
+
'blue-400-75': string;
|
|
80
|
+
'blue-400-100': string;
|
|
81
|
+
'blue-400-200': string;
|
|
82
|
+
'blue-400-300': string;
|
|
83
|
+
green: {
|
|
84
|
+
25: string;
|
|
85
|
+
50: string;
|
|
86
|
+
100: string;
|
|
87
|
+
150: string;
|
|
88
|
+
200: string;
|
|
89
|
+
250: string;
|
|
90
|
+
300: string;
|
|
91
|
+
400: string;
|
|
92
|
+
500: string;
|
|
93
|
+
600: string;
|
|
94
|
+
700: string;
|
|
95
|
+
800: string;
|
|
96
|
+
900: string;
|
|
97
|
+
};
|
|
98
|
+
'green-400-00': string;
|
|
99
|
+
'green-400-10': string;
|
|
100
|
+
'green-400-25': string;
|
|
101
|
+
'green-400-50': string;
|
|
102
|
+
'green-400-75': string;
|
|
103
|
+
'green-400-100': string;
|
|
104
|
+
'green-400-200': string;
|
|
105
|
+
'green-400-300': string;
|
|
106
|
+
orange: {
|
|
107
|
+
25: string;
|
|
108
|
+
50: string;
|
|
109
|
+
100: string;
|
|
110
|
+
150: string;
|
|
111
|
+
200: string;
|
|
112
|
+
250: string;
|
|
113
|
+
300: string;
|
|
114
|
+
400: string;
|
|
115
|
+
500: string;
|
|
116
|
+
600: string;
|
|
117
|
+
700: string;
|
|
118
|
+
800: string;
|
|
119
|
+
900: string;
|
|
120
|
+
};
|
|
121
|
+
'orange-400-00': string;
|
|
122
|
+
'orange-400-10': string;
|
|
123
|
+
'orange-400-25': string;
|
|
124
|
+
'orange-400-50': string;
|
|
125
|
+
'orange-400-75': string;
|
|
126
|
+
'orange-400-100': string;
|
|
127
|
+
'orange-400-200': string;
|
|
128
|
+
'orange-400-300': string;
|
|
129
|
+
violet: {
|
|
130
|
+
25: string;
|
|
131
|
+
50: string;
|
|
132
|
+
100: string;
|
|
133
|
+
150: string;
|
|
134
|
+
200: string;
|
|
135
|
+
250: string;
|
|
136
|
+
300: string;
|
|
137
|
+
400: string;
|
|
138
|
+
500: string;
|
|
139
|
+
600: string;
|
|
140
|
+
700: string;
|
|
141
|
+
800: string;
|
|
142
|
+
900: string;
|
|
143
|
+
};
|
|
144
|
+
'violet-400-00': string;
|
|
145
|
+
'violet-400-10': string;
|
|
146
|
+
'violet-400-25': string;
|
|
147
|
+
'violet-400-50': string;
|
|
148
|
+
'violet-400-75': string;
|
|
149
|
+
'violet-400-100': string;
|
|
150
|
+
'violet-400-200': string;
|
|
151
|
+
'violet-400-300': string;
|
|
152
|
+
pink: {
|
|
153
|
+
25: string;
|
|
154
|
+
50: string;
|
|
155
|
+
100: string;
|
|
156
|
+
150: string;
|
|
157
|
+
200: string;
|
|
158
|
+
250: string;
|
|
159
|
+
300: string;
|
|
160
|
+
400: string;
|
|
161
|
+
500: string;
|
|
162
|
+
600: string;
|
|
163
|
+
700: string;
|
|
164
|
+
800: string;
|
|
165
|
+
900: string;
|
|
166
|
+
};
|
|
167
|
+
'pink-400-00': string;
|
|
168
|
+
'pink-400-10': string;
|
|
169
|
+
'pink-400-25': string;
|
|
170
|
+
'pink-400-50': string;
|
|
171
|
+
'pink-400-75': string;
|
|
172
|
+
'pink-400-100': string;
|
|
173
|
+
'pink-400-200': string;
|
|
174
|
+
'pink-400-300': string;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export { fontFamily, fontSize } from './typography';
|
|
2
|
+
export { lineHeight } from './lineHeight';
|
|
3
|
+
export { baseColors } from './colors';
|
|
4
|
+
export { fontIconColors } from './fontIconColors';
|
|
5
|
+
export { buttonColors } from './colors/buttonColors';
|
|
6
|
+
export { textFieldColors } from './colors/textFieldColors';
|
|
7
|
+
export { labelFieldColors } from './colors/labelFieldColors';
|
|
8
|
+
export { dividerColors } from './colors/dividerColors';
|
|
9
|
+
export { chipColors } from './colors/chipColors';
|
|
10
|
+
export { listColors } from './colors/listColors';
|
|
11
|
+
export { tagColors } from './colors/tagColors';
|
|
12
|
+
export { newTagColors } from './colors/newTagColors';
|
|
13
|
+
export { sideNavColors } from './colors/sideNavColors';
|
|
14
|
+
export { conditionOrderSlotColors } from './colors/conditionOrderSlotColors';
|
|
15
|
+
export { conditionCardColors } from './colors/conditionCardColors';
|
|
16
|
+
export { formulaColors } from './colors/formulaColors';
|
|
17
|
+
export { builderAreaColors } from './colors/builderAreaColors';
|
|
18
|
+
export { toolbarColors } from './colors/toolbarColors';
|
|
19
|
+
export { accordionColors } from './colors/accordionColors';
|
|
20
|
+
export { segmentedColors } from './colors/segmentedColors';
|
|
21
|
+
export { checkboxColors } from './colors/checkboxColors';
|
|
22
|
+
export { radioColors } from './colors/radioColors';
|
|
23
|
+
export { switchColors } from './colors/switchColors';
|
|
24
|
+
export { tabColors } from './colors/tabColors';
|
|
25
|
+
export { tableColors } from './colors/tableColors';
|
|
26
|
+
export { modalColors } from './colors/modalColors';
|
|
27
|
+
export { calendarColors } from './colors/calendarColors';
|
|
28
|
+
export { editorColors, editorTextPalette, editorHighlightPalette } from './colors/editorColors';
|
|
29
|
+
export { spacing } from './spacing';
|
|
30
|
+
export { radius } from './radius';
|
|
31
|
+
export { borderWidth } from './border';
|
|
32
|
+
export { iconTokens } from './icon';
|