@central-design-system/components 3.2.1 → 3.3.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/dist/cds.es.js +7630 -7252
- package/dist/cds.es.js.map +1 -1
- package/dist/cds.umd.js +5 -5
- package/dist/cds.umd.js.map +1 -1
- package/dist/components/CdsAutocomplete/CdsAutocomplete.d.ts +2 -2
- package/dist/components/CdsBadge/CdsBadge.d.ts +2 -2
- package/dist/components/CdsBreadcrumbs/CdsBreadcrumbs.d.ts +2 -2
- package/dist/components/CdsBreadcrumbs/CdsBreadcrumbsItem.d.ts +2 -2
- package/dist/components/CdsButton/CdsButton.d.ts +6 -6
- package/dist/components/CdsCard/CdsCard.d.ts +2 -2
- package/dist/components/CdsCard/CdsCardGroup.d.ts +2 -2
- package/dist/components/CdsCheckbox/CdsCheckbox.d.ts +4 -4
- package/dist/components/CdsCheckbox/CdsCheckboxGroup.d.ts +5 -5
- package/dist/components/CdsCombobox/CdsCombobox.d.ts +68 -68
- package/dist/components/CdsContainer/CdsContainer.d.ts +2 -2
- package/dist/components/CdsContentSwitcher/CdsContentSwitcher.d.ts +2 -2
- package/dist/components/CdsDatePicker/CdsDatePicker.d.ts +2 -2
- package/dist/components/CdsDivider/CdsDivider.d.ts +2 -2
- package/dist/components/CdsDrawer/CdsDrawer.d.ts +2 -2
- package/dist/components/CdsDropdown/CdsDropdown.d.ts +68 -68
- package/dist/components/CdsEmptyState/CdsEmptyState.d.ts +2 -2
- package/dist/components/CdsExpandablePanel/CdsExpandablePanels.d.ts +2 -2
- package/dist/components/CdsFooter/CdsFooter.d.ts +2 -2
- package/dist/components/CdsForm/CdsForm.d.ts +2 -2
- package/dist/components/CdsHeader/CdsHeader.d.ts +2 -2
- package/dist/components/CdsIcon/CdsIcon.d.ts +2 -2
- package/dist/components/CdsImage/CdsImage.d.ts +2 -2
- package/dist/components/CdsInput/CdsInput.d.ts +2 -2
- package/dist/components/CdsLayout/CdsLayout.d.ts +2 -2
- package/dist/components/CdsLink/CdsLink.d.ts +2 -2
- package/dist/components/CdsList/CdsList.d.ts +2 -2
- package/dist/components/CdsList/CdsListItem.d.ts +2 -2
- package/dist/components/CdsLoader/CdsLoader.d.ts +2 -2
- package/dist/components/CdsMenu/CdsMenu.d.ts +2 -2
- package/dist/components/CdsModal/CdsModal.d.ts +2 -2
- package/dist/components/CdsNotification/CdsNotification.d.ts +2 -2
- package/dist/components/CdsNotification/CdsNotificationAlert.d.ts +2 -2
- package/dist/components/CdsPagination/CdsPagination.d.ts +2 -2
- package/dist/components/CdsProgress/CdsProgress.d.ts +2 -2
- package/dist/components/CdsRadioButton/CdsRadio.d.ts +6 -6
- package/dist/components/CdsRadioButton/CdsRadioButton.d.ts +5 -5
- package/dist/components/CdsSelect/CdsSelect.d.ts +13 -13
- package/dist/components/CdsSidebar/CdsSidebar.d.ts +2 -2
- package/dist/components/CdsSkeletonLoader/CdsSkeletonLoader.d.ts +2 -2
- package/dist/components/CdsStages/CdsStages.d.ts +2 -2
- package/dist/components/CdsStatus/CdsStatus.d.ts +4 -4
- package/dist/components/CdsSteps/CdsSteps.d.ts +2 -2
- package/dist/components/CdsTable/CdsTable.d.ts +2 -2
- package/dist/components/CdsTable/components/TableProvider.d.ts +2 -2
- package/dist/components/CdsTabs/CdsTabs.d.ts +2 -2
- package/dist/components/CdsTag/CdsTag.d.ts +4 -4
- package/dist/components/CdsTextArea/CdsTextArea.d.ts +13 -13
- package/dist/components/CdsTextInput/CdsTextInput.d.ts +13 -13
- package/dist/components/CdsTimePicker/CdsTimePicker.d.ts +2 -2
- package/dist/components/CdsToggle/CdsToggle.d.ts +2 -2
- package/dist/components/CdsToolbar/CdsToolbar.d.ts +2 -2
- package/dist/components/CdsTooltip/CdsTooltip.d.ts +2 -2
- package/dist/components/CdsTree/CdsTree.d.ts +2 -2
- package/dist/components/CdsUploader/CdsUploader.d.ts +8 -8
- package/dist/components/CdsUploader/components/AjaxUploader.d.ts +6 -6
- package/dist/composable/theme.d.ts +2 -2
- package/dist/themes/colors.d.ts +2 -2
- package/dist/themes/index.d.ts +2 -0
- package/dist/themes/promoDark.d.ts +190 -0
- package/dist/themes/promoLight.d.ts +190 -0
- package/package.json +1 -1
- package/src/themes/colors.ts +2 -2
- package/src/themes/css/promoDark.css +184 -0
- package/src/themes/css/promoLight.css +184 -0
- package/src/themes/index.ts +2 -0
- package/src/themes/promoDark.ts +191 -0
- package/src/themes/promoLight.ts +191 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--cds-spacing-900: 4rem;
|
|
3
|
+
--cds-spacing-800: 3rem;
|
|
4
|
+
--cds-spacing-700: 2.5rem;
|
|
5
|
+
--cds-spacing-600: 2rem;
|
|
6
|
+
--cds-spacing-500: 1.5rem;
|
|
7
|
+
--cds-spacing-50: 0.125rem;
|
|
8
|
+
--cds-spacing-400: 1rem;
|
|
9
|
+
--cds-spacing-300: 0.75rem;
|
|
10
|
+
--cds-spacing-200: 0.5rem;
|
|
11
|
+
--cds-spacing-1100: 6rem;
|
|
12
|
+
--cds-spacing-1000: 5rem;
|
|
13
|
+
--cds-spacing-100: 0.25rem;
|
|
14
|
+
--cds-shadow-y-minus-400: -0.5rem;
|
|
15
|
+
--cds-shadow-y-minus-300: -0.375rem;
|
|
16
|
+
--cds-shadow-y-minus-200: -0.25rem;
|
|
17
|
+
--cds-shadow-y-minus-100: -0.125rem;
|
|
18
|
+
--cds-shadow-y-400: 0.5rem;
|
|
19
|
+
--cds-shadow-y-300: 0.375rem;
|
|
20
|
+
--cds-shadow-y-200: 0.25rem;
|
|
21
|
+
--cds-shadow-y-100: 0.125rem;
|
|
22
|
+
--cds-shadow-x-minus-400: -0.5rem;
|
|
23
|
+
--cds-shadow-x-minus-300: -0.375rem;
|
|
24
|
+
--cds-shadow-x-minus-200: -0.25rem;
|
|
25
|
+
--cds-shadow-x-minus-100: -0.125rem;
|
|
26
|
+
--cds-shadow-x-400: 0.5rem;
|
|
27
|
+
--cds-shadow-x-300: 0.375rem;
|
|
28
|
+
--cds-shadow-x-200: 0.25rem;
|
|
29
|
+
--cds-shadow-x-100: 0.125rem;
|
|
30
|
+
--cds-shadow-blur-400: 0.75rem;
|
|
31
|
+
--cds-shadow-blur-300: 0.5rem;
|
|
32
|
+
--cds-shadow-blur-200: 0.25rem;
|
|
33
|
+
--cds-shadow-blur-100: 0.125rem;
|
|
34
|
+
--cds-font-weight-regular: 400;
|
|
35
|
+
--cds-font-weight-bold: 700;
|
|
36
|
+
--cds-font-size-900: 3.25rem;
|
|
37
|
+
--cds-font-size-800: 2.75rem;
|
|
38
|
+
--cds-font-size-700: 2.25rem;
|
|
39
|
+
--cds-font-size-600: 1.75rem;
|
|
40
|
+
--cds-font-size-500: 1.5rem;
|
|
41
|
+
--cds-font-size-50: 0.625rem;
|
|
42
|
+
--cds-font-size-400: 1.25rem;
|
|
43
|
+
--cds-font-size-300: 1rem;
|
|
44
|
+
--cds-font-size-200: 0.875rem;
|
|
45
|
+
--cds-font-size-1100: 4.5rem;
|
|
46
|
+
--cds-font-size-1000: 3.75rem;
|
|
47
|
+
--cds-font-size-100: 0.75rem;
|
|
48
|
+
--cds-font-line-height-900: 4rem;
|
|
49
|
+
--cds-font-line-height-800: 3rem;
|
|
50
|
+
--cds-font-line-height-700: 2.5rem;
|
|
51
|
+
--cds-font-line-height-600: 2rem;
|
|
52
|
+
--cds-font-line-height-500: 1.75rem;
|
|
53
|
+
--cds-font-line-height-50: 0.75rem;
|
|
54
|
+
--cds-font-line-height-400: 1.5rem;
|
|
55
|
+
--cds-font-line-height-300: 1.25rem;
|
|
56
|
+
--cds-font-line-height-200: 1rem;
|
|
57
|
+
--cds-font-line-height-1100: 5.5rem;
|
|
58
|
+
--cds-font-line-height-1000: 4.5rem;
|
|
59
|
+
--cds-font-line-height-100: 0.875rem;
|
|
60
|
+
--cds-font-letter-spacing-500: 0.0625rem;
|
|
61
|
+
--cds-font-family: Arial;
|
|
62
|
+
--cds-border-radius-300: 0.5rem;
|
|
63
|
+
--cds-border-radius-200: 0.25rem;
|
|
64
|
+
--cds-border-radius-100: 0.125rem;
|
|
65
|
+
--cds-border-200: 0.125rem;
|
|
66
|
+
--cds-border-100: 0.0625rem;
|
|
67
|
+
--cds-base-unit: 16px;
|
|
68
|
+
--cds-color-surface-secondary: 255, 255, 255;
|
|
69
|
+
--cds-color-surface-primary: 255, 255, 255;
|
|
70
|
+
--cds-color-surface-overlay: 39, 42, 48, 0.5;
|
|
71
|
+
--cds-color-surface-inverse: 64, 70, 83;
|
|
72
|
+
--cds-color-surface-elevated: 255, 255, 255;
|
|
73
|
+
--cds-color-status-warning-surface: 166, 132, 10;
|
|
74
|
+
--cds-color-status-warning-line: 182, 146, 16;
|
|
75
|
+
--cds-color-status-warning-fill-hover: 222, 192, 72;
|
|
76
|
+
--cds-color-status-warning-fill: 242, 219, 130;
|
|
77
|
+
--cds-color-status-warning-content: 88, 64, 1;
|
|
78
|
+
--cds-color-status-success-surface: 60, 156, 44;
|
|
79
|
+
--cds-color-status-success-line: 80, 169, 70;
|
|
80
|
+
--cds-color-status-success-fill-hover: 151, 210, 131;
|
|
81
|
+
--cds-color-status-success-fill: 188, 232, 171;
|
|
82
|
+
--cds-color-status-success-content: 0, 80, 5;
|
|
83
|
+
--cds-color-status-progress-surface: 25, 143, 216;
|
|
84
|
+
--cds-color-status-progress-line: 43, 157, 233;
|
|
85
|
+
--cds-color-status-progress-fill-hover: 144, 200, 255;
|
|
86
|
+
--cds-color-status-progress-fill: 195, 223, 255;
|
|
87
|
+
--cds-color-status-progress-content: 0, 72, 113;
|
|
88
|
+
--cds-color-status-info-surface: 130, 138, 151;
|
|
89
|
+
--cds-color-status-info-line: 146, 152, 164;
|
|
90
|
+
--cds-color-status-info-fill-hover: 192, 195, 203;
|
|
91
|
+
--cds-color-status-info-fill: 218, 221, 226;
|
|
92
|
+
--cds-color-status-info-content: 64, 70, 83;
|
|
93
|
+
--cds-color-status-indication-surface: 209, 69, 63;
|
|
94
|
+
--cds-color-status-indication-line: 209, 69, 63;
|
|
95
|
+
--cds-color-status-indication-fill-hover: 255, 174, 158;
|
|
96
|
+
--cds-color-status-indication-fill: 255, 209, 198;
|
|
97
|
+
--cds-color-status-indication-content: 131, 17, 24;
|
|
98
|
+
--cds-color-status-danger-surface: 209, 69, 63;
|
|
99
|
+
--cds-color-status-danger-line: 209, 69, 63;
|
|
100
|
+
--cds-color-status-danger-fill-hover: 255, 174, 158;
|
|
101
|
+
--cds-color-status-danger-fill: 255, 209, 198;
|
|
102
|
+
--cds-color-status-danger-content: 131, 17, 24;
|
|
103
|
+
--cds-color-page-primary: 236, 238, 242;
|
|
104
|
+
--cds-color-other-teal-surface: 58, 150, 158;
|
|
105
|
+
--cds-color-other-teal-line: 60, 165, 173;
|
|
106
|
+
--cds-color-other-teal-fill-hover: 72, 214, 219;
|
|
107
|
+
--cds-color-other-teal-fill: 161, 233, 233;
|
|
108
|
+
--cds-color-other-teal-content: 2, 43, 47;
|
|
109
|
+
--cds-color-other-purple-surface: 169, 111, 222;
|
|
110
|
+
--cds-color-other-purple-line: 179, 129, 225;
|
|
111
|
+
--cds-color-other-purple-fill-hover: 214, 184, 239;
|
|
112
|
+
--cds-color-other-purple-fill: 232, 213, 246;
|
|
113
|
+
--cds-color-other-purple-content: 47, 15, 80;
|
|
114
|
+
--cds-color-other-pink-surface: 210, 92, 184;
|
|
115
|
+
--cds-color-other-pink-line: 219, 112, 196;
|
|
116
|
+
--cds-color-other-pink-fill-hover: 243, 172, 231;
|
|
117
|
+
--cds-color-other-pink-fill: 248, 209, 242;
|
|
118
|
+
--cds-color-other-pink-content: 66, 13, 53;
|
|
119
|
+
--cds-color-other-lime-surface: 120, 146, 44;
|
|
120
|
+
--cds-color-other-lime-line: 133, 161, 45;
|
|
121
|
+
--cds-color-other-lime-fill-hover: 182, 204, 101;
|
|
122
|
+
--cds-color-other-lime-fill: 212, 228, 144;
|
|
123
|
+
--cds-color-other-lime-content: 32, 41, 1;
|
|
124
|
+
--cds-color-other-lemon-surface: 142, 140, 35;
|
|
125
|
+
--cds-color-other-lemon-line: 157, 155, 37;
|
|
126
|
+
--cds-color-other-lemon-fill-hover: 203, 198, 95;
|
|
127
|
+
--cds-color-other-lemon-fill: 230, 223, 131;
|
|
128
|
+
--cds-color-other-lemon-content: 40, 38, 1;
|
|
129
|
+
--cds-color-other-indigo-surface: 128, 126, 236;
|
|
130
|
+
--cds-color-other-indigo-line: 145, 141, 236;
|
|
131
|
+
--cds-color-other-indigo-fill-hover: 195, 189, 249;
|
|
132
|
+
--cds-color-other-indigo-fill: 221, 217, 252;
|
|
133
|
+
--cds-color-other-indigo-content: 31, 31, 85;
|
|
134
|
+
--cds-color-other-cyan-surface: 67, 151, 134;
|
|
135
|
+
--cds-color-other-cyan-line: 72, 166, 146;
|
|
136
|
+
--cds-color-other-cyan-fill-hover: 88, 216, 190;
|
|
137
|
+
--cds-color-other-cyan-fill: 159, 235, 216;
|
|
138
|
+
--cds-color-other-cyan-content: 5, 43, 36;
|
|
139
|
+
--cds-color-other-chocolate-surface: 172, 127, 88;
|
|
140
|
+
--cds-color-other-chocolate-line: 183, 143, 109;
|
|
141
|
+
--cds-color-other-chocolate-fill-hover: 216, 190, 169;
|
|
142
|
+
--cds-color-other-chocolate-fill: 231, 217, 204;
|
|
143
|
+
--cds-color-other-chocolate-content: 54, 29, 1;
|
|
144
|
+
--cds-color-line-tertiary-hover: 175, 179, 189;
|
|
145
|
+
--cds-color-line-tertiary: 204, 207, 214;
|
|
146
|
+
--cds-color-line-selected-hover: 41, 120, 212;
|
|
147
|
+
--cds-color-line-selected: 77, 152, 249;
|
|
148
|
+
--cds-color-line-secondary-hover: 146, 152, 164;
|
|
149
|
+
--cds-color-line-secondary: 175, 179, 189;
|
|
150
|
+
--cds-color-line-primary-hover: 114, 121, 135;
|
|
151
|
+
--cds-color-line-primary: 146, 152, 164;
|
|
152
|
+
--cds-color-line-focus-outline: 164, 197, 254;
|
|
153
|
+
--cds-color-line-focus: 77, 152, 249;
|
|
154
|
+
--cds-color-line-elevated: 255, 255, 255;
|
|
155
|
+
--cds-color-line-disable: 192, 195, 203;
|
|
156
|
+
--cds-color-fill-selected-hover: 41, 120, 212;
|
|
157
|
+
--cds-color-fill-selected: 77, 152, 249;
|
|
158
|
+
--cds-color-fill-secondary-hover: 204, 207, 214;
|
|
159
|
+
--cds-color-fill-secondary-active: 192, 195, 203;
|
|
160
|
+
--cds-color-fill-secondary: 218, 221, 226;
|
|
161
|
+
--cds-color-fill-primary-hover: 218, 221, 226;
|
|
162
|
+
--cds-color-fill-primary-active: 204, 207, 214;
|
|
163
|
+
--cds-color-fill-primary: 255, 255, 255;
|
|
164
|
+
--cds-color-fill-elevated: 255, 255, 255;
|
|
165
|
+
--cds-color-fill-disable: 218, 221, 226;
|
|
166
|
+
--cds-color-content-tertiary: 114, 121, 135;
|
|
167
|
+
--cds-color-content-secondary: 79, 86, 102;
|
|
168
|
+
--cds-color-content-primary: 33, 38, 49;
|
|
169
|
+
--cds-color-content-placeholder: 130, 138, 151;
|
|
170
|
+
--cds-color-content-on-dark: 255, 255, 255;
|
|
171
|
+
--cds-color-content-link-visited: 189, 73, 162;
|
|
172
|
+
--cds-color-content-link: 41, 120, 212;
|
|
173
|
+
--cds-color-content-inverse: 255, 255, 255;
|
|
174
|
+
--cds-color-content-disable: 146, 152, 164;
|
|
175
|
+
--cds-color-brand-secondary-hover: 254, 192, 178;
|
|
176
|
+
--cds-color-brand-secondary-border: 255, 209, 198;
|
|
177
|
+
--cds-color-brand-secondary-active: 255, 174, 158;
|
|
178
|
+
--cds-color-brand-secondary: 255, 209, 198;
|
|
179
|
+
--cds-color-brand-primary-hover: 228, 89, 79;
|
|
180
|
+
--cds-color-brand-primary-content: 131, 17, 24;
|
|
181
|
+
--cds-color-brand-primary-border: 209, 69, 63;
|
|
182
|
+
--cds-color-brand-primary-active: 244, 106, 93;
|
|
183
|
+
--cds-color-brand-primary: 209, 69, 63;
|
|
184
|
+
}
|
package/src/themes/index.ts
CHANGED
|
@@ -4,5 +4,7 @@ export { default as cdsLight } from './cdsLight';
|
|
|
4
4
|
export { default as cdsDark } from './cdsDark';
|
|
5
5
|
export { default as b2bLight } from './b2bLight';
|
|
6
6
|
export { default as b2bDark } from './b2bDark';
|
|
7
|
+
export { default as promoLight } from './promoLight';
|
|
8
|
+
export { default as promoDark } from './promoDark';
|
|
7
9
|
|
|
8
10
|
export { default as colors } from './colors';
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import colors from './colors';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
dark: true,
|
|
5
|
+
colors: {
|
|
6
|
+
'surface-secondary': colors.silver.dark25,
|
|
7
|
+
'surface-primary': colors.silver.dark10,
|
|
8
|
+
'surface-overlay': colors.alpha.dark800,
|
|
9
|
+
'surface-inverse': colors.silver.dark900,
|
|
10
|
+
'surface-elevated': colors.silver.dark25,
|
|
11
|
+
'status-warning-surface': colors.yellow.dark600,
|
|
12
|
+
'status-warning-line': colors.yellow.dark500,
|
|
13
|
+
'status-warning-fill-hover': colors.yellow.dark200,
|
|
14
|
+
'status-warning-fill': colors.yellow.dark50,
|
|
15
|
+
'status-warning-content': colors.yellow.dark900,
|
|
16
|
+
'status-success-surface': colors.green.dark600,
|
|
17
|
+
'status-success-line': colors.green.dark500,
|
|
18
|
+
'status-success-fill-hover': colors.green.dark200,
|
|
19
|
+
'status-success-fill': colors.green.dark50,
|
|
20
|
+
'status-success-content': colors.green.dark900,
|
|
21
|
+
'status-progress-surface': colors.sky.dark600,
|
|
22
|
+
'status-progress-line': colors.sky.dark500,
|
|
23
|
+
'status-progress-fill-hover': colors.sky.dark200,
|
|
24
|
+
'status-progress-fill': colors.sky.dark50,
|
|
25
|
+
'status-progress-content': colors.sky.dark900,
|
|
26
|
+
'status-info-surface': colors.silver.dark600,
|
|
27
|
+
'status-info-line': colors.silver.dark500,
|
|
28
|
+
'status-info-fill-hover': colors.silver.dark200,
|
|
29
|
+
'status-info-fill': colors.silver.dark50,
|
|
30
|
+
'status-info-content': colors.silver.dark900,
|
|
31
|
+
'status-indication-surface': colors.red.dark700,
|
|
32
|
+
'status-indication-line': colors.red.dark700,
|
|
33
|
+
'status-indication-fill-hover': colors.red.dark200,
|
|
34
|
+
'status-indication-fill': colors.red.dark50,
|
|
35
|
+
'status-indication-content': colors.red.dark900,
|
|
36
|
+
'status-danger-surface': colors.red.dark700,
|
|
37
|
+
'status-danger-line': colors.red.dark700,
|
|
38
|
+
'status-danger-fill-hover': colors.red.dark200,
|
|
39
|
+
'status-danger-fill': colors.red.dark50,
|
|
40
|
+
'status-danger-content': colors.red.dark900,
|
|
41
|
+
'page-primary': colors.gray.dark0,
|
|
42
|
+
'other-teal-surface': colors.teal.dark600,
|
|
43
|
+
'other-teal-line': colors.teal.dark500,
|
|
44
|
+
'other-teal-fill-hover': colors.teal.dark200,
|
|
45
|
+
'other-teal-fill': colors.teal.dark50,
|
|
46
|
+
'other-teal-content': colors.teal.dark950,
|
|
47
|
+
'other-purple-surface': colors.purple.dark600,
|
|
48
|
+
'other-purple-line': colors.purple.dark500,
|
|
49
|
+
'other-purple-fill-hover': colors.purple.dark200,
|
|
50
|
+
'other-purple-fill': colors.purple.dark50,
|
|
51
|
+
'other-purple-content': colors.purple.dark950,
|
|
52
|
+
'other-pink-surface': colors.pink.dark600,
|
|
53
|
+
'other-pink-line': colors.pink.dark500,
|
|
54
|
+
'other-pink-fill-hover': colors.pink.dark200,
|
|
55
|
+
'other-pink-fill': colors.pink.dark50,
|
|
56
|
+
'other-pink-content': colors.pink.dark950,
|
|
57
|
+
'other-lime-surface': colors.lime.dark600,
|
|
58
|
+
'other-lime-line': colors.lime.dark500,
|
|
59
|
+
'other-lime-fill-hover': colors.lime.dark200,
|
|
60
|
+
'other-lime-fill': colors.lime.dark50,
|
|
61
|
+
'other-lime-content': colors.lime.dark950,
|
|
62
|
+
'other-lemon-surface': colors.lemon.dark600,
|
|
63
|
+
'other-lemon-line': colors.lemon.dark500,
|
|
64
|
+
'other-lemon-fill-hover': colors.lemon.dark200,
|
|
65
|
+
'other-lemon-fill': colors.lemon.dark50,
|
|
66
|
+
'other-lemon-content': colors.lemon.dark950,
|
|
67
|
+
'other-indigo-surface': colors.indigo.dark600,
|
|
68
|
+
'other-indigo-line': colors.indigo.dark500,
|
|
69
|
+
'other-indigo-fill-hover': colors.indigo.dark200,
|
|
70
|
+
'other-indigo-fill': colors.indigo.dark50,
|
|
71
|
+
'other-indigo-content': colors.indigo.dark950,
|
|
72
|
+
'other-cyan-surface': colors.cyan.dark600,
|
|
73
|
+
'other-cyan-line': colors.cyan.dark500,
|
|
74
|
+
'other-cyan-fill-hover': colors.cyan.dark200,
|
|
75
|
+
'other-cyan-fill': colors.cyan.dark50,
|
|
76
|
+
'other-cyan-content': colors.cyan.dark950,
|
|
77
|
+
'other-chocolate-surface': colors.chocolate.dark600,
|
|
78
|
+
'other-chocolate-line': colors.chocolate.dark500,
|
|
79
|
+
'other-chocolate-fill-hover': colors.chocolate.dark200,
|
|
80
|
+
'other-chocolate-fill': colors.chocolate.dark50,
|
|
81
|
+
'other-chocolate-content': colors.chocolate.dark950,
|
|
82
|
+
'line-tertiary-hover': colors.silver.dark300,
|
|
83
|
+
'line-tertiary': colors.silver.dark100,
|
|
84
|
+
'line-selected-hover': colors.blue.dark700,
|
|
85
|
+
'line-selected': colors.blue.dark500,
|
|
86
|
+
'line-secondary-hover': colors.silver.dark500,
|
|
87
|
+
'line-secondary': colors.silver.dark300,
|
|
88
|
+
'line-primary-hover': colors.silver.dark700,
|
|
89
|
+
'line-primary': colors.silver.dark500,
|
|
90
|
+
'line-focus-outline': colors.blue.dark100,
|
|
91
|
+
'line-focus': colors.blue.dark500,
|
|
92
|
+
'line-elevated': colors.alpha.silver400,
|
|
93
|
+
'line-disable': colors.silver.dark200,
|
|
94
|
+
'fill-selected-hover': colors.blue.dark700,
|
|
95
|
+
'fill-selected': colors.blue.dark500,
|
|
96
|
+
'fill-secondary-hover': colors.silver.dark100,
|
|
97
|
+
'fill-secondary-active': colors.silver.dark200,
|
|
98
|
+
'fill-secondary': colors.silver.dark50,
|
|
99
|
+
'fill-primary-hover': colors.silver.dark50,
|
|
100
|
+
'fill-primary-active': colors.silver.dark100,
|
|
101
|
+
'fill-primary': colors.silver.dark10,
|
|
102
|
+
'fill-elevated': colors.silver.dark300,
|
|
103
|
+
'fill-disable': colors.silver.dark50,
|
|
104
|
+
'content-tertiary': colors.silver.dark700,
|
|
105
|
+
'content-secondary': colors.silver.dark800,
|
|
106
|
+
'content-primary': colors.silver.dark950,
|
|
107
|
+
'content-placeholder': colors.silver.dark600,
|
|
108
|
+
'content-on-dark': colors.gray.dark1000,
|
|
109
|
+
'content-link-visited': colors.purple.dark700,
|
|
110
|
+
'content-link': colors.blue.dark700,
|
|
111
|
+
'content-inverse': colors.gray.dark0,
|
|
112
|
+
'content-disable': colors.silver.dark500,
|
|
113
|
+
'brand-secondary-hover': colors.red.dark50,
|
|
114
|
+
'brand-secondary-border': colors.red.dark100,
|
|
115
|
+
'brand-secondary-active': colors.red.dark100,
|
|
116
|
+
'brand-secondary': colors.red.dark10,
|
|
117
|
+
'brand-primary-hover': colors.red.dark100,
|
|
118
|
+
'brand-primary-content': colors.red.dark900,
|
|
119
|
+
'brand-primary-border': colors.red.dark300,
|
|
120
|
+
'brand-primary-active': colors.red.dark50,
|
|
121
|
+
'brand-primary': colors.red.dark300
|
|
122
|
+
},
|
|
123
|
+
variables: {
|
|
124
|
+
'spacing-900': '4rem',
|
|
125
|
+
'spacing-800': '3rem',
|
|
126
|
+
'spacing-700': '2.5rem',
|
|
127
|
+
'spacing-600': '2rem',
|
|
128
|
+
'spacing-500': '1.5rem',
|
|
129
|
+
'spacing-50': '0.125rem',
|
|
130
|
+
'spacing-400': '1rem',
|
|
131
|
+
'spacing-300': '0.75rem',
|
|
132
|
+
'spacing-200': '0.5rem',
|
|
133
|
+
'spacing-1100': '6rem',
|
|
134
|
+
'spacing-1000': '5rem',
|
|
135
|
+
'spacing-100': '0.25rem',
|
|
136
|
+
'shadow-y-minus-400': '0rem',
|
|
137
|
+
'shadow-y-minus-300': '0rem',
|
|
138
|
+
'shadow-y-minus-200': '0rem',
|
|
139
|
+
'shadow-y-minus-100': '0rem',
|
|
140
|
+
'shadow-y-400': '0rem',
|
|
141
|
+
'shadow-y-300': '0rem',
|
|
142
|
+
'shadow-y-200': '0rem',
|
|
143
|
+
'shadow-y-100': '0rem',
|
|
144
|
+
'shadow-x-minus-400': '0rem',
|
|
145
|
+
'shadow-x-minus-300': '0rem',
|
|
146
|
+
'shadow-x-minus-200': '0rem',
|
|
147
|
+
'shadow-x-minus-100': '0rem',
|
|
148
|
+
'shadow-x-400': '0rem',
|
|
149
|
+
'shadow-x-300': '0rem',
|
|
150
|
+
'shadow-x-200': '0rem',
|
|
151
|
+
'shadow-x-100': '0rem',
|
|
152
|
+
'shadow-blur-400': '0rem',
|
|
153
|
+
'shadow-blur-300': '0rem',
|
|
154
|
+
'shadow-blur-200': '0rem',
|
|
155
|
+
'shadow-blur-100': '0rem',
|
|
156
|
+
'font-weight-regular': 400,
|
|
157
|
+
'font-weight-bold': 700,
|
|
158
|
+
'font-size-900': '3.25rem',
|
|
159
|
+
'font-size-800': '2.75rem',
|
|
160
|
+
'font-size-700': '2.25rem',
|
|
161
|
+
'font-size-600': '1.75rem',
|
|
162
|
+
'font-size-500': '1.5rem',
|
|
163
|
+
'font-size-50': '0.625rem',
|
|
164
|
+
'font-size-400': '1.25rem',
|
|
165
|
+
'font-size-300': '1rem',
|
|
166
|
+
'font-size-200': '0.875rem',
|
|
167
|
+
'font-size-1100': '4.5rem',
|
|
168
|
+
'font-size-1000': '3.75rem',
|
|
169
|
+
'font-size-100': '0.75rem',
|
|
170
|
+
'font-line-height-900': '4rem',
|
|
171
|
+
'font-line-height-800': '3rem',
|
|
172
|
+
'font-line-height-700': '2.5rem',
|
|
173
|
+
'font-line-height-600': '2rem',
|
|
174
|
+
'font-line-height-500': '1.75rem',
|
|
175
|
+
'font-line-height-50': '0.75rem',
|
|
176
|
+
'font-line-height-400': '1.5rem',
|
|
177
|
+
'font-line-height-300': '1.25rem',
|
|
178
|
+
'font-line-height-200': '1rem',
|
|
179
|
+
'font-line-height-1100': '5.5rem',
|
|
180
|
+
'font-line-height-1000': '4.5rem',
|
|
181
|
+
'font-line-height-100': '0.875rem',
|
|
182
|
+
'font-letter-spacing-500': '0.0625rem',
|
|
183
|
+
'font-family': 'Arial',
|
|
184
|
+
'border-radius-300': '0.5rem',
|
|
185
|
+
'border-radius-200': '0.25rem',
|
|
186
|
+
'border-radius-100': '0.125rem',
|
|
187
|
+
'border-200': '0.125rem',
|
|
188
|
+
'border-100': '0.0625rem',
|
|
189
|
+
'base-unit': '16px'
|
|
190
|
+
}
|
|
191
|
+
};
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import colors from './colors';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
dark: false,
|
|
5
|
+
colors: {
|
|
6
|
+
'surface-secondary': colors.gray.light0,
|
|
7
|
+
'surface-primary': colors.gray.light0,
|
|
8
|
+
'surface-overlay': colors.alpha.dark500,
|
|
9
|
+
'surface-inverse': colors.silver.light900,
|
|
10
|
+
'surface-elevated': colors.gray.light0,
|
|
11
|
+
'status-warning-surface': colors.yellow.light600,
|
|
12
|
+
'status-warning-line': colors.yellow.light500,
|
|
13
|
+
'status-warning-fill-hover': colors.yellow.light200,
|
|
14
|
+
'status-warning-fill': colors.yellow.light50,
|
|
15
|
+
'status-warning-content': colors.yellow.light900,
|
|
16
|
+
'status-success-surface': colors.green.light600,
|
|
17
|
+
'status-success-line': colors.green.light500,
|
|
18
|
+
'status-success-fill-hover': colors.green.light200,
|
|
19
|
+
'status-success-fill': colors.green.light50,
|
|
20
|
+
'status-success-content': colors.green.light900,
|
|
21
|
+
'status-progress-surface': colors.sky.light600,
|
|
22
|
+
'status-progress-line': colors.sky.light500,
|
|
23
|
+
'status-progress-fill-hover': colors.sky.light200,
|
|
24
|
+
'status-progress-fill': colors.sky.light50,
|
|
25
|
+
'status-progress-content': colors.sky.light900,
|
|
26
|
+
'status-info-surface': colors.silver.light600,
|
|
27
|
+
'status-info-line': colors.silver.light500,
|
|
28
|
+
'status-info-fill-hover': colors.silver.light200,
|
|
29
|
+
'status-info-fill': colors.silver.light50,
|
|
30
|
+
'status-info-content': colors.silver.light900,
|
|
31
|
+
'status-indication-surface': colors.red.light700,
|
|
32
|
+
'status-indication-line': colors.red.light700,
|
|
33
|
+
'status-indication-fill-hover': colors.red.light200,
|
|
34
|
+
'status-indication-fill': colors.red.light50,
|
|
35
|
+
'status-indication-content': colors.red.light900,
|
|
36
|
+
'status-danger-surface': colors.red.light700,
|
|
37
|
+
'status-danger-line': colors.red.light700,
|
|
38
|
+
'status-danger-fill-hover': colors.red.light200,
|
|
39
|
+
'status-danger-fill': colors.red.light50,
|
|
40
|
+
'status-danger-content': colors.red.light900,
|
|
41
|
+
'page-primary': colors.silver.light10,
|
|
42
|
+
'other-teal-surface': colors.teal.light600,
|
|
43
|
+
'other-teal-line': colors.teal.light500,
|
|
44
|
+
'other-teal-fill-hover': colors.teal.light200,
|
|
45
|
+
'other-teal-fill': colors.teal.light50,
|
|
46
|
+
'other-teal-content': colors.teal.light950,
|
|
47
|
+
'other-purple-surface': colors.purple.light600,
|
|
48
|
+
'other-purple-line': colors.purple.light500,
|
|
49
|
+
'other-purple-fill-hover': colors.purple.light200,
|
|
50
|
+
'other-purple-fill': colors.purple.light50,
|
|
51
|
+
'other-purple-content': colors.purple.light950,
|
|
52
|
+
'other-pink-surface': colors.pink.light600,
|
|
53
|
+
'other-pink-line': colors.pink.light500,
|
|
54
|
+
'other-pink-fill-hover': colors.pink.light200,
|
|
55
|
+
'other-pink-fill': colors.pink.light50,
|
|
56
|
+
'other-pink-content': colors.pink.light950,
|
|
57
|
+
'other-lime-surface': colors.lime.light600,
|
|
58
|
+
'other-lime-line': colors.lime.light500,
|
|
59
|
+
'other-lime-fill-hover': colors.lime.light200,
|
|
60
|
+
'other-lime-fill': colors.lime.light50,
|
|
61
|
+
'other-lime-content': colors.lime.light950,
|
|
62
|
+
'other-lemon-surface': colors.lemon.light600,
|
|
63
|
+
'other-lemon-line': colors.lemon.light500,
|
|
64
|
+
'other-lemon-fill-hover': colors.lemon.light200,
|
|
65
|
+
'other-lemon-fill': colors.lemon.light50,
|
|
66
|
+
'other-lemon-content': colors.lemon.light950,
|
|
67
|
+
'other-indigo-surface': colors.indigo.light600,
|
|
68
|
+
'other-indigo-line': colors.indigo.light500,
|
|
69
|
+
'other-indigo-fill-hover': colors.indigo.light200,
|
|
70
|
+
'other-indigo-fill': colors.indigo.light50,
|
|
71
|
+
'other-indigo-content': colors.indigo.light950,
|
|
72
|
+
'other-cyan-surface': colors.cyan.light600,
|
|
73
|
+
'other-cyan-line': colors.cyan.light500,
|
|
74
|
+
'other-cyan-fill-hover': colors.cyan.light200,
|
|
75
|
+
'other-cyan-fill': colors.cyan.light50,
|
|
76
|
+
'other-cyan-content': colors.cyan.light950,
|
|
77
|
+
'other-chocolate-surface': colors.chocolate.light600,
|
|
78
|
+
'other-chocolate-line': colors.chocolate.light500,
|
|
79
|
+
'other-chocolate-fill-hover': colors.chocolate.light200,
|
|
80
|
+
'other-chocolate-fill': colors.chocolate.light50,
|
|
81
|
+
'other-chocolate-content': colors.chocolate.light950,
|
|
82
|
+
'line-tertiary-hover': colors.silver.light300,
|
|
83
|
+
'line-tertiary': colors.silver.light100,
|
|
84
|
+
'line-selected-hover': colors.blue.light700,
|
|
85
|
+
'line-selected': colors.blue.light500,
|
|
86
|
+
'line-secondary-hover': colors.silver.light500,
|
|
87
|
+
'line-secondary': colors.silver.light300,
|
|
88
|
+
'line-primary-hover': colors.silver.light700,
|
|
89
|
+
'line-primary': colors.silver.light500,
|
|
90
|
+
'line-focus-outline': colors.blue.light200,
|
|
91
|
+
'line-focus': colors.blue.light500,
|
|
92
|
+
'line-elevated': colors.alpha.light0,
|
|
93
|
+
'line-disable': colors.silver.light200,
|
|
94
|
+
'fill-selected-hover': colors.blue.light700,
|
|
95
|
+
'fill-selected': colors.blue.light500,
|
|
96
|
+
'fill-secondary-hover': colors.silver.light100,
|
|
97
|
+
'fill-secondary-active': colors.silver.light200,
|
|
98
|
+
'fill-secondary': colors.silver.light50,
|
|
99
|
+
'fill-primary-hover': colors.silver.light50,
|
|
100
|
+
'fill-primary-active': colors.silver.light100,
|
|
101
|
+
'fill-primary': colors.gray.light0,
|
|
102
|
+
'fill-elevated': colors.gray.light0,
|
|
103
|
+
'fill-disable': colors.silver.light50,
|
|
104
|
+
'content-tertiary': colors.silver.light700,
|
|
105
|
+
'content-secondary': colors.silver.light800,
|
|
106
|
+
'content-primary': colors.silver.light950,
|
|
107
|
+
'content-placeholder': colors.silver.light600,
|
|
108
|
+
'content-on-dark': colors.gray.light0,
|
|
109
|
+
'content-link-visited': colors.pink.light700,
|
|
110
|
+
'content-link': colors.blue.light700,
|
|
111
|
+
'content-inverse': colors.gray.light0,
|
|
112
|
+
'content-disable': colors.silver.light500,
|
|
113
|
+
'brand-secondary-hover': colors.red.light100,
|
|
114
|
+
'brand-secondary-border': colors.red.light50,
|
|
115
|
+
'brand-secondary-active': colors.red.light200,
|
|
116
|
+
'brand-secondary': colors.red.light50,
|
|
117
|
+
'brand-primary-hover': colors.red.light600,
|
|
118
|
+
'brand-primary-content': colors.red.light900,
|
|
119
|
+
'brand-primary-border': colors.red.light700,
|
|
120
|
+
'brand-primary-active': colors.red.light500,
|
|
121
|
+
'brand-primary': colors.red.light700
|
|
122
|
+
},
|
|
123
|
+
variables: {
|
|
124
|
+
'spacing-900': '4rem',
|
|
125
|
+
'spacing-800': '3rem',
|
|
126
|
+
'spacing-700': '2.5rem',
|
|
127
|
+
'spacing-600': '2rem',
|
|
128
|
+
'spacing-500': '1.5rem',
|
|
129
|
+
'spacing-50': '0.125rem',
|
|
130
|
+
'spacing-400': '1rem',
|
|
131
|
+
'spacing-300': '0.75rem',
|
|
132
|
+
'spacing-200': '0.5rem',
|
|
133
|
+
'spacing-1100': '6rem',
|
|
134
|
+
'spacing-1000': '5rem',
|
|
135
|
+
'spacing-100': '0.25rem',
|
|
136
|
+
'shadow-y-minus-400': '-0.5rem',
|
|
137
|
+
'shadow-y-minus-300': '-0.375rem',
|
|
138
|
+
'shadow-y-minus-200': '-0.25rem',
|
|
139
|
+
'shadow-y-minus-100': '-0.125rem',
|
|
140
|
+
'shadow-y-400': '0.5rem',
|
|
141
|
+
'shadow-y-300': '0.375rem',
|
|
142
|
+
'shadow-y-200': '0.25rem',
|
|
143
|
+
'shadow-y-100': '0.125rem',
|
|
144
|
+
'shadow-x-minus-400': '-0.5rem',
|
|
145
|
+
'shadow-x-minus-300': '-0.375rem',
|
|
146
|
+
'shadow-x-minus-200': '-0.25rem',
|
|
147
|
+
'shadow-x-minus-100': '-0.125rem',
|
|
148
|
+
'shadow-x-400': '0.5rem',
|
|
149
|
+
'shadow-x-300': '0.375rem',
|
|
150
|
+
'shadow-x-200': '0.25rem',
|
|
151
|
+
'shadow-x-100': '0.125rem',
|
|
152
|
+
'shadow-blur-400': '0.75rem',
|
|
153
|
+
'shadow-blur-300': '0.5rem',
|
|
154
|
+
'shadow-blur-200': '0.25rem',
|
|
155
|
+
'shadow-blur-100': '0.125rem',
|
|
156
|
+
'font-weight-regular': 400,
|
|
157
|
+
'font-weight-bold': 700,
|
|
158
|
+
'font-size-900': '3.25rem',
|
|
159
|
+
'font-size-800': '2.75rem',
|
|
160
|
+
'font-size-700': '2.25rem',
|
|
161
|
+
'font-size-600': '1.75rem',
|
|
162
|
+
'font-size-500': '1.5rem',
|
|
163
|
+
'font-size-50': '0.625rem',
|
|
164
|
+
'font-size-400': '1.25rem',
|
|
165
|
+
'font-size-300': '1rem',
|
|
166
|
+
'font-size-200': '0.875rem',
|
|
167
|
+
'font-size-1100': '4.5rem',
|
|
168
|
+
'font-size-1000': '3.75rem',
|
|
169
|
+
'font-size-100': '0.75rem',
|
|
170
|
+
'font-line-height-900': '4rem',
|
|
171
|
+
'font-line-height-800': '3rem',
|
|
172
|
+
'font-line-height-700': '2.5rem',
|
|
173
|
+
'font-line-height-600': '2rem',
|
|
174
|
+
'font-line-height-500': '1.75rem',
|
|
175
|
+
'font-line-height-50': '0.75rem',
|
|
176
|
+
'font-line-height-400': '1.5rem',
|
|
177
|
+
'font-line-height-300': '1.25rem',
|
|
178
|
+
'font-line-height-200': '1rem',
|
|
179
|
+
'font-line-height-1100': '5.5rem',
|
|
180
|
+
'font-line-height-1000': '4.5rem',
|
|
181
|
+
'font-line-height-100': '0.875rem',
|
|
182
|
+
'font-letter-spacing-500': '0.0625rem',
|
|
183
|
+
'font-family': 'Arial',
|
|
184
|
+
'border-radius-300': '0.5rem',
|
|
185
|
+
'border-radius-200': '0.25rem',
|
|
186
|
+
'border-radius-100': '0.125rem',
|
|
187
|
+
'border-200': '0.125rem',
|
|
188
|
+
'border-100': '0.0625rem',
|
|
189
|
+
'base-unit': '16px'
|
|
190
|
+
}
|
|
191
|
+
};
|