@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.
Files changed (121) hide show
  1. package/README.md +16 -0
  2. package/dist-lib/Editor-wECQz1CV.js +1994 -0
  3. package/dist-lib/Editor-wECQz1CV.js.map +1 -0
  4. package/dist-lib/components/Accordion.d.ts +25 -0
  5. package/dist-lib/components/Button.d.ts +27 -0
  6. package/dist-lib/components/ButtonGroup.d.ts +18 -0
  7. package/dist-lib/components/CalendarDayButton.d.ts +39 -0
  8. package/dist-lib/components/Checkbox.d.ts +34 -0
  9. package/dist-lib/components/Chip.d.ts +12 -0
  10. package/dist-lib/components/ConditionOrderSlot.d.ts +31 -0
  11. package/dist-lib/components/DateField.d.ts +39 -0
  12. package/dist-lib/components/DatePicker.d.ts +49 -0
  13. package/dist-lib/components/Divider.d.ts +12 -0
  14. package/dist-lib/components/Editor.d.ts +23 -0
  15. package/dist-lib/components/EditorToolbar.d.ts +12 -0
  16. package/dist-lib/components/ErrorBoundary.d.ts +30 -0
  17. package/dist-lib/components/Field.d.ts +32 -0
  18. package/dist-lib/components/FileUploadButton.d.ts +22 -0
  19. package/dist-lib/components/FileUploadMenu.d.ts +24 -0
  20. package/dist-lib/components/FormTemplate.d.ts +33 -0
  21. package/dist-lib/components/ImageUploadButton.d.ts +14 -0
  22. package/dist-lib/components/ImageUploadMenu.d.ts +17 -0
  23. package/dist-lib/components/InlineFieldTrigger.d.ts +18 -0
  24. package/dist-lib/components/Input.d.ts +28 -0
  25. package/dist-lib/components/JobPositionTemplate.d.ts +41 -0
  26. package/dist-lib/components/Label.d.ts +18 -0
  27. package/dist-lib/components/List.d.ts +46 -0
  28. package/dist-lib/components/ListEmpty.d.ts +6 -0
  29. package/dist-lib/components/ListGroup.d.ts +13 -0
  30. package/dist-lib/components/MarkdownDoc.d.ts +5 -0
  31. package/dist-lib/components/MergeFieldNode.d.ts +2 -0
  32. package/dist-lib/components/Modal.d.ts +90 -0
  33. package/dist-lib/components/NoticeWritingTemplate.d.ts +38 -0
  34. package/dist-lib/components/Pagination.d.ts +27 -0
  35. package/dist-lib/components/Popover.d.ts +16 -0
  36. package/dist-lib/components/PopoverMenu.d.ts +54 -0
  37. package/dist-lib/components/Radio.d.ts +33 -0
  38. package/dist-lib/components/ScreeningBuilderTemplate.d.ts +53 -0
  39. package/dist-lib/components/ScreeningConditionCard.d.ts +56 -0
  40. package/dist-lib/components/ScreeningFormula.d.ts +17 -0
  41. package/dist-lib/components/ScreeningIndividualSettingModal.d.ts +10 -0
  42. package/dist-lib/components/ScrollArea.d.ts +30 -0
  43. package/dist-lib/components/SearchBar.d.ts +14 -0
  44. package/dist-lib/components/SegmentControl.d.ts +46 -0
  45. package/dist-lib/components/SegmentedTabs.d.ts +20 -0
  46. package/dist-lib/components/Select.d.ts +67 -0
  47. package/dist-lib/components/SelectGroup.d.ts +18 -0
  48. package/dist-lib/components/SelectOrInput.d.ts +49 -0
  49. package/dist-lib/components/SideNavigation.d.ts +33 -0
  50. package/dist-lib/components/SideNavigationTemplate.d.ts +29 -0
  51. package/dist-lib/components/Slot.d.ts +16 -0
  52. package/dist-lib/components/Switch.d.ts +6 -0
  53. package/dist-lib/components/Table.d.ts +66 -0
  54. package/dist-lib/components/TableTemplate.d.ts +52 -0
  55. package/dist-lib/components/Tabs.d.ts +40 -0
  56. package/dist-lib/components/Tag.d.ts +25 -0
  57. package/dist-lib/components/TextArea.d.ts +26 -0
  58. package/dist-lib/components/TimeField.d.ts +15 -0
  59. package/dist-lib/components/ToolBar.d.ts +5 -0
  60. package/dist-lib/components/Tooltip.d.ts +25 -0
  61. package/dist-lib/components/TruncatingText.d.ts +7 -0
  62. package/dist-lib/components/TwoDepthList.d.ts +41 -0
  63. package/dist-lib/components/UsageExample.d.ts +16 -0
  64. package/dist-lib/components/chipStyles.d.ts +11 -0
  65. package/dist-lib/components/formulaFunctions.d.ts +75 -0
  66. package/dist-lib/components/modalContext.d.ts +1 -0
  67. package/dist-lib/components/popoverLayers.d.ts +6 -0
  68. package/dist-lib/components/tableView.d.ts +17 -0
  69. package/dist-lib/components/useFocusTrap.d.ts +6 -0
  70. package/dist-lib/components/useHoverTooltip.d.ts +10 -0
  71. package/dist-lib/components/useOutsideDismiss.d.ts +9 -0
  72. package/dist-lib/components/usePanelKeyboard.d.ts +11 -0
  73. package/dist-lib/components/usePopoverPosition.d.ts +11 -0
  74. package/dist-lib/editor.d.ts +3 -0
  75. package/dist-lib/editor.js +2 -0
  76. package/dist-lib/index.d.ts +68 -0
  77. package/dist-lib/index.js +4707 -0
  78. package/dist-lib/index.js.map +1 -0
  79. package/dist-lib/navContext.d.ts +8 -0
  80. package/dist-lib/styles.css +1 -0
  81. package/dist-lib/tailwind-preset.cjs +1023 -0
  82. package/dist-lib/tailwind-preset.mjs +1000 -0
  83. package/dist-lib/tokens/border.d.ts +6 -0
  84. package/dist-lib/tokens/colors/accordionColors.d.ts +3 -0
  85. package/dist-lib/tokens/colors/builderAreaColors.d.ts +12 -0
  86. package/dist-lib/tokens/colors/buttonColors.d.ts +37 -0
  87. package/dist-lib/tokens/colors/calendarColors.d.ts +12 -0
  88. package/dist-lib/tokens/colors/checkboxColors.d.ts +12 -0
  89. package/dist-lib/tokens/colors/chipColors.d.ts +82 -0
  90. package/dist-lib/tokens/colors/conditionCardColors.d.ts +10 -0
  91. package/dist-lib/tokens/colors/conditionOrderSlotColors.d.ts +15 -0
  92. package/dist-lib/tokens/colors/dividerColors.d.ts +5 -0
  93. package/dist-lib/tokens/colors/editorColors.d.ts +30 -0
  94. package/dist-lib/tokens/colors/formulaColors.d.ts +26 -0
  95. package/dist-lib/tokens/colors/labelFieldColors.d.ts +6 -0
  96. package/dist-lib/tokens/colors/listColors.d.ts +20 -0
  97. package/dist-lib/tokens/colors/modalColors.d.ts +7 -0
  98. package/dist-lib/tokens/colors/newTagColors.d.ts +6 -0
  99. package/dist-lib/tokens/colors/radioColors.d.ts +12 -0
  100. package/dist-lib/tokens/colors/segmentedColors.d.ts +9 -0
  101. package/dist-lib/tokens/colors/sideNavColors.d.ts +13 -0
  102. package/dist-lib/tokens/colors/switchColors.d.ts +13 -0
  103. package/dist-lib/tokens/colors/tabColors.d.ts +9 -0
  104. package/dist-lib/tokens/colors/tableColors.d.ts +8 -0
  105. package/dist-lib/tokens/colors/tagColors.d.ts +10 -0
  106. package/dist-lib/tokens/colors/textFieldColors.d.ts +25 -0
  107. package/dist-lib/tokens/colors/toolbarColors.d.ts +5 -0
  108. package/dist-lib/tokens/colors.d.ts +176 -0
  109. package/dist-lib/tokens/fontIconColors.d.ts +7 -0
  110. package/dist-lib/tokens/icon.d.ts +5 -0
  111. package/dist-lib/tokens/index.d.ts +32 -0
  112. package/dist-lib/tokens/lineHeight.d.ts +11 -0
  113. package/dist-lib/tokens/radius.d.ts +14 -0
  114. package/dist-lib/tokens/spacing.d.ts +16 -0
  115. package/dist-lib/tokens/typography.d.ts +33 -0
  116. package/dist-lib/tokens-CbcaxhkP.js +583 -0
  117. package/dist-lib/tokens-CbcaxhkP.js.map +1 -0
  118. package/dist-lib/tokens.js +2 -0
  119. package/dist-lib/utils/datetime.d.ts +6 -0
  120. package/dist-lib/utils/phone.d.ts +1 -0
  121. package/package.json +163 -0
@@ -0,0 +1,6 @@
1
+ export declare const borderWidth: {
2
+ 1: string;
3
+ 2: string;
4
+ 3: string;
5
+ 4: string;
6
+ };
@@ -0,0 +1,3 @@
1
+ export declare const accordionColors: {
2
+ 'list-name': string;
3
+ };
@@ -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,5 @@
1
+ export declare const dividerColors: {
2
+ subtle: string;
3
+ default: string;
4
+ strong: string;
5
+ };
@@ -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,6 @@
1
+ export declare const labelFieldColors: {
2
+ 'default-text': string;
3
+ 'required-mark': string;
4
+ 'disabled-text': string;
5
+ 'helper-text': string;
6
+ };
@@ -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,7 @@
1
+ export declare const modalColors: {
2
+ overlay: string;
3
+ inline: string;
4
+ outline: string;
5
+ 'panel-bg': string;
6
+ 'description-bg': string;
7
+ };
@@ -0,0 +1,6 @@
1
+ export declare const newTagColors: {
2
+ title: string;
3
+ 'blue-bg': string;
4
+ 'red-bg': string;
5
+ 'black-bg': string;
6
+ };
@@ -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,9 @@
1
+ export declare const segmentedColors: {
2
+ 'tab-bg': string;
3
+ 'select-bg': string;
4
+ 'select-line': string;
5
+ 'select-text': string;
6
+ 'unselect-text': string;
7
+ 'hover-text': string;
8
+ 'disabled-text': string;
9
+ };
@@ -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,9 @@
1
+ export declare const tabColors: {
2
+ 'default-text': string;
3
+ 'hover-text': string;
4
+ 'selected-text': string;
5
+ 'disabled-text': string;
6
+ 'selected-underline': string;
7
+ 'hover-underline': string;
8
+ 'group-underline': string;
9
+ };
@@ -0,0 +1,8 @@
1
+ export declare const tableColors: {
2
+ 'header-bg': string;
3
+ 'header-line': string;
4
+ 'cell-line': string;
5
+ outline: string;
6
+ 'row-bg': string;
7
+ 'row-hover-bg': string;
8
+ };
@@ -0,0 +1,10 @@
1
+ export declare const tagColors: {
2
+ 'blue-bg': string;
3
+ 'blue-text': string;
4
+ 'red-bg': string;
5
+ 'red-text': string;
6
+ 'gray-bg': string;
7
+ 'gray-text': string;
8
+ 'black-bg': string;
9
+ 'black-text': string;
10
+ };
@@ -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,5 @@
1
+ export declare const toolbarColors: {
2
+ 'bg-top': string;
3
+ 'bg-bottom': string;
4
+ line: string;
5
+ };
@@ -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,7 @@
1
+ export declare const fontIconColors: {
2
+ 5: string;
3
+ 4: string;
4
+ 3: string;
5
+ 2: string;
6
+ 1: string;
7
+ };
@@ -0,0 +1,5 @@
1
+ export declare const iconTokens: {
2
+ size: number;
3
+ strokeWidth: number;
4
+ color: string;
5
+ };
@@ -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';
@@ -0,0 +1,11 @@
1
+ export declare const lineHeight: {
2
+ 16: string;
3
+ 18: string;
4
+ 20: string;
5
+ 22: string;
6
+ 24: string;
7
+ 26: string;
8
+ 28: string;
9
+ 30: string;
10
+ 32: string;
11
+ };