fis-component 0.1.17 → 0.1.18
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/cjs/index.js +2281 -1522
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/assets/icons/InfoSolidIcon.d.ts +2 -0
- package/dist/cjs/types/src/assets/icons/index.d.ts +1 -0
- package/dist/cjs/types/src/components/AlertBanner/AlertBanner.stories.d.ts +15 -0
- package/dist/cjs/types/src/components/Avatar/Avatar.stories.d.ts +20 -2
- package/dist/cjs/types/src/components/Avatar/index.d.ts +1 -2
- package/dist/cjs/types/src/components/Avatar/styles.d.ts +2 -2
- package/dist/cjs/types/src/components/Badge/Badge.stories.d.ts +40 -0
- package/dist/cjs/types/src/components/Badge/index.d.ts +30 -11
- package/dist/cjs/types/src/components/Badge/styles.d.ts +2 -0
- package/dist/cjs/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Button/Button.stories.d.ts +13 -0
- package/dist/cjs/types/src/components/Button/index.d.ts +1 -1
- package/dist/cjs/types/src/components/ButtonGroup/ButtonGroup.stories.d.ts +65 -3
- package/dist/cjs/types/src/components/ButtonGroup/index.d.ts +12 -0
- package/dist/cjs/types/src/components/ButtonGroup/styles.d.ts +7 -2
- package/dist/cjs/types/src/components/Checkbox/Checkbox.stories.d.ts +3 -0
- package/dist/cjs/types/src/components/Checkbox/index.d.ts +9 -1
- package/dist/cjs/types/src/components/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/ChipButton/ChipButton.stories.d.ts +11 -0
- package/dist/cjs/types/src/components/ChipButton/index.d.ts +2 -1
- package/dist/cjs/types/src/components/ChipButton/styles.d.ts +1 -0
- package/dist/cjs/types/src/components/Combobox/Combobox.stories.d.ts +6 -0
- package/dist/cjs/types/src/components/Combobox/types.d.ts +2 -0
- package/dist/cjs/types/src/components/Divider/Divider.stories.d.ts +7 -1
- package/dist/cjs/types/src/components/IconButton/IconButton.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Input/DateRange/DateRange.stories.d.ts +9 -1
- package/dist/cjs/types/src/components/Input/InputArea/TextArea.stories.d.ts +6 -0
- package/dist/cjs/types/src/components/Input/InputDate/InputDate.stories.d.ts +4 -1
- package/dist/cjs/types/src/components/Input/InputField/InputField.stories.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/InputLabel/InputLabel.stories.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/InputStepper/InputStepper.stories.d.ts +19 -1
- package/dist/cjs/types/src/components/Input/InputText/InputText.stories.d.ts +2 -1
- package/dist/cjs/types/src/components/Input/InputTime/InputTime.stories.d.ts +4 -0
- package/dist/cjs/types/src/components/LinkButton/LinkButton.stories.d.ts +24 -0
- package/dist/cjs/types/src/components/MenuItem/MenuItem.stories.d.ts +72 -13
- package/dist/cjs/types/src/components/MenuItem/styles.d.ts +1 -0
- package/dist/cjs/types/src/components/MenuItem/types.d.ts +4 -1
- package/dist/cjs/types/src/components/MenuSelect/MenuSelectDropdown.d.ts +30 -0
- package/dist/cjs/types/src/components/MenuSelect/MenuSelectDropdown.stories.d.ts +13 -0
- package/dist/cjs/types/src/components/MenuSelect/styles.d.ts +4 -0
- package/dist/cjs/types/src/components/Notification/stories/InfoUpdate.stories.d.ts +63 -3
- package/dist/cjs/types/src/components/Notification/stories/SystemUpdate.stories.d.ts +50 -3
- package/dist/cjs/types/src/components/Pagination/Pagination.stories.d.ts +52 -3
- package/dist/cjs/types/src/components/ProgressCircular/ProgressCircular.stories.d.ts +43 -3
- package/dist/cjs/types/src/components/ProgressLinear/ProgressLinear.stories.d.ts +43 -3
- package/dist/cjs/types/src/components/Provider/Provider.stories.d.ts +19 -0
- package/dist/cjs/types/src/components/Radio/Radio.stories.d.ts +65 -6
- package/dist/cjs/types/src/components/RadioGroup/RadioGroup.stories.d.ts +3 -3
- package/dist/cjs/types/src/components/Segmented/Segmented.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Select/Select.stories.d.ts +79 -4
- package/dist/cjs/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +2 -0
- package/dist/cjs/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Table/Sorter/FISSorter.stories.d.ts +8 -0
- package/dist/cjs/types/src/components/Table/Table/Table.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Tabs/Tabs.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Text/Text.stories.d.ts +42 -0
- package/dist/cjs/types/src/components/Toast/Toast.stories.d.ts +4 -0
- package/dist/cjs/types/src/index.d.ts +2 -0
- package/dist/cjs/types/src/styles/design-system/variable.d.ts +792 -656
- package/dist/cjs/types/src/utils/getTheme.d.ts +792 -656
- package/dist/esm/index.js +2281 -1523
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/assets/icons/InfoSolidIcon.d.ts +2 -0
- package/dist/esm/types/src/assets/icons/index.d.ts +1 -0
- package/dist/esm/types/src/components/AlertBanner/AlertBanner.stories.d.ts +15 -0
- package/dist/esm/types/src/components/Avatar/Avatar.stories.d.ts +20 -2
- package/dist/esm/types/src/components/Avatar/index.d.ts +1 -2
- package/dist/esm/types/src/components/Avatar/styles.d.ts +2 -2
- package/dist/esm/types/src/components/Badge/Badge.stories.d.ts +40 -0
- package/dist/esm/types/src/components/Badge/index.d.ts +30 -11
- package/dist/esm/types/src/components/Badge/styles.d.ts +2 -0
- package/dist/esm/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Button/Button.stories.d.ts +13 -0
- package/dist/esm/types/src/components/Button/index.d.ts +1 -1
- package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.stories.d.ts +65 -3
- package/dist/esm/types/src/components/ButtonGroup/index.d.ts +12 -0
- package/dist/esm/types/src/components/ButtonGroup/styles.d.ts +7 -2
- package/dist/esm/types/src/components/Checkbox/Checkbox.stories.d.ts +3 -0
- package/dist/esm/types/src/components/Checkbox/index.d.ts +9 -1
- package/dist/esm/types/src/components/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -0
- package/dist/esm/types/src/components/ChipButton/ChipButton.stories.d.ts +11 -0
- package/dist/esm/types/src/components/ChipButton/index.d.ts +2 -1
- package/dist/esm/types/src/components/ChipButton/styles.d.ts +1 -0
- package/dist/esm/types/src/components/Combobox/Combobox.stories.d.ts +6 -0
- package/dist/esm/types/src/components/Combobox/types.d.ts +2 -0
- package/dist/esm/types/src/components/Divider/Divider.stories.d.ts +7 -1
- package/dist/esm/types/src/components/IconButton/IconButton.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Input/DateRange/DateRange.stories.d.ts +9 -1
- package/dist/esm/types/src/components/Input/InputArea/TextArea.stories.d.ts +6 -0
- package/dist/esm/types/src/components/Input/InputDate/InputDate.stories.d.ts +4 -1
- package/dist/esm/types/src/components/Input/InputField/InputField.stories.d.ts +3 -0
- package/dist/esm/types/src/components/Input/InputLabel/InputLabel.stories.d.ts +2 -0
- package/dist/esm/types/src/components/Input/InputStepper/InputStepper.stories.d.ts +19 -1
- package/dist/esm/types/src/components/Input/InputText/InputText.stories.d.ts +2 -1
- package/dist/esm/types/src/components/Input/InputTime/InputTime.stories.d.ts +4 -0
- package/dist/esm/types/src/components/LinkButton/LinkButton.stories.d.ts +24 -0
- package/dist/esm/types/src/components/MenuItem/MenuItem.stories.d.ts +72 -13
- package/dist/esm/types/src/components/MenuItem/styles.d.ts +1 -0
- package/dist/esm/types/src/components/MenuItem/types.d.ts +4 -1
- package/dist/esm/types/src/components/MenuSelect/MenuSelectDropdown.d.ts +30 -0
- package/dist/esm/types/src/components/MenuSelect/MenuSelectDropdown.stories.d.ts +13 -0
- package/dist/esm/types/src/components/MenuSelect/styles.d.ts +4 -0
- package/dist/esm/types/src/components/Notification/stories/InfoUpdate.stories.d.ts +63 -3
- package/dist/esm/types/src/components/Notification/stories/SystemUpdate.stories.d.ts +50 -3
- package/dist/esm/types/src/components/Pagination/Pagination.stories.d.ts +52 -3
- package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.stories.d.ts +43 -3
- package/dist/esm/types/src/components/ProgressLinear/ProgressLinear.stories.d.ts +43 -3
- package/dist/esm/types/src/components/Provider/Provider.stories.d.ts +19 -0
- package/dist/esm/types/src/components/Radio/Radio.stories.d.ts +65 -6
- package/dist/esm/types/src/components/RadioGroup/RadioGroup.stories.d.ts +3 -3
- package/dist/esm/types/src/components/Segmented/Segmented.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Select/Select.stories.d.ts +79 -4
- package/dist/esm/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +2 -0
- package/dist/esm/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Table/Sorter/FISSorter.stories.d.ts +8 -0
- package/dist/esm/types/src/components/Table/Table/Table.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Tabs/Tabs.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Text/Text.stories.d.ts +42 -0
- package/dist/esm/types/src/components/Toast/Toast.stories.d.ts +4 -0
- package/dist/esm/types/src/index.d.ts +2 -0
- package/dist/esm/types/src/styles/design-system/variable.d.ts +792 -656
- package/dist/esm/types/src/utils/getTheme.d.ts +792 -656
- package/dist/index.d.ts +876 -676
- package/package.json +1 -1
- package/src/styles/design-system/variable.ts +984 -900
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { ComponentPropsWithoutRef, ReactNode, Ref, ForwardedRef, JSX as JSX$1, FC, DetailedHTMLProps, HTMLAttributes, ReactElement, ComponentType } from 'react';
|
|
2
|
+
import React__default, { ComponentPropsWithoutRef, ReactNode, Ref, ForwardedRef, CSSProperties, JSX as JSX$1, FC, DetailedHTMLProps, HTMLAttributes, ReactElement, ComponentType } from 'react';
|
|
3
3
|
import { DefaultTheme } from 'styled-components';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
|
-
import { TooltipProps as TooltipProps$1, CollapseProps, TableProps as TableProps$1, PaginationProps as PaginationProps$1 } from 'antd';
|
|
5
|
+
import { TooltipProps as TooltipProps$1, DropdownProps, MenuProps as MenuProps$1, CollapseProps, TableProps as TableProps$1, PaginationProps as PaginationProps$1 } from 'antd';
|
|
6
6
|
import * as dayjs from 'dayjs';
|
|
7
7
|
import dayjs__default from 'dayjs';
|
|
8
8
|
import { TooltipPlacement } from 'antd/es/tooltip';
|
|
@@ -46,9 +46,9 @@ declare const _default: {
|
|
|
46
46
|
readonly "com/accordion/head/size-lg/vertical-padding": "16px";
|
|
47
47
|
readonly "com/accordion/head/size-lg/margin": "-4px";
|
|
48
48
|
readonly "com/accordion/head/icon/color-icon/default": "#505a5f";
|
|
49
|
-
readonly "com/accordion/head/icon/color-icon/hover": "#
|
|
49
|
+
readonly "com/accordion/head/icon/color-icon/hover": "#343d41";
|
|
50
50
|
readonly "com/accordion/head/icon/color-icon/disable": "#828f96";
|
|
51
|
-
readonly "com/accordion/head/label/color-text/default": "#
|
|
51
|
+
readonly "com/accordion/head/label/color-text/default": "#41494e";
|
|
52
52
|
readonly "com/accordion/head/label/color-text/hover": "#2a3034";
|
|
53
53
|
readonly "com/accordion/head/label/color-text/disable": "#828f96";
|
|
54
54
|
readonly "com/accordion/head/background-color/default": "#ffffff00";
|
|
@@ -95,21 +95,21 @@ declare const _default: {
|
|
|
95
95
|
readonly "com/avatar/size-xl/corner-radius": "8px";
|
|
96
96
|
readonly "com/avatar/size-xl/stroke-width": "1.3px";
|
|
97
97
|
readonly "com/avatar/size-xl/size-icon": "28px";
|
|
98
|
-
readonly "com/avatar/theme/icon/color-icon/neutral": "#
|
|
98
|
+
readonly "com/avatar/theme/icon/color-icon/neutral": "#69757c";
|
|
99
99
|
readonly "com/avatar/theme/icon/color-icon/red": "#a7051e";
|
|
100
|
-
readonly "com/avatar/theme/icon/color-icon/orange": "#
|
|
101
|
-
readonly "com/avatar/theme/icon/color-icon/yellow": "#
|
|
102
|
-
readonly "com/avatar/theme/icon/color-icon/lime": "#2e5c00";
|
|
103
|
-
readonly "com/avatar/theme/icon/color-icon/ocean": "#006782";
|
|
100
|
+
readonly "com/avatar/theme/icon/color-icon/orange": "#893700";
|
|
101
|
+
readonly "com/avatar/theme/icon/color-icon/yellow": "#866200";
|
|
104
102
|
readonly "com/avatar/theme/icon/color-icon/green": "#006535";
|
|
103
|
+
readonly "com/avatar/theme/icon/color-icon/ocean": "#006782";
|
|
104
|
+
readonly "com/avatar/theme/icon/color-icon/lime": "#2e5c00";
|
|
105
105
|
readonly "com/avatar/theme/icon/color-icon/indigo": "#1e4eb5";
|
|
106
106
|
readonly "com/avatar/theme/icon/color-icon/pink": "#970978";
|
|
107
|
-
readonly "com/avatar/theme/icon/color-icon/violet": "#8b269b";
|
|
108
107
|
readonly "com/avatar/theme/icon/color-icon/blue": "#005eac";
|
|
108
|
+
readonly "com/avatar/theme/icon/color-icon/violet": "#8b269b";
|
|
109
109
|
readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
|
|
110
110
|
readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
|
|
111
|
-
readonly "com/avatar/theme/label/color-text/orange": "#
|
|
112
|
-
readonly "com/avatar/theme/label/color-text/yellow": "#
|
|
111
|
+
readonly "com/avatar/theme/label/color-text/orange": "#d77100";
|
|
112
|
+
readonly "com/avatar/theme/label/color-text/yellow": "#dfa913";
|
|
113
113
|
readonly "com/avatar/theme/label/color-text/lime": "#4b8c00";
|
|
114
114
|
readonly "com/avatar/theme/label/color-text/green": "#009559";
|
|
115
115
|
readonly "com/avatar/theme/label/color-text/ocean": "#00969d";
|
|
@@ -119,8 +119,8 @@ declare const _default: {
|
|
|
119
119
|
readonly "com/avatar/theme/label/color-text/pink": "#cd44a7";
|
|
120
120
|
readonly "com/avatar/theme/color-stroke/neutral": "#0d2e433d";
|
|
121
121
|
readonly "com/avatar/theme/color-stroke/red": "#fd8b7f";
|
|
122
|
-
readonly "com/avatar/theme/color-stroke/orange": "#
|
|
123
|
-
readonly "com/avatar/theme/color-stroke/yellow": "#
|
|
122
|
+
readonly "com/avatar/theme/color-stroke/orange": "#ed993c";
|
|
123
|
+
readonly "com/avatar/theme/color-stroke/yellow": "#ffbe2d";
|
|
124
124
|
readonly "com/avatar/theme/color-stroke/lime": "#8eba1e";
|
|
125
125
|
readonly "com/avatar/theme/color-stroke/green": "#3bc392";
|
|
126
126
|
readonly "com/avatar/theme/color-stroke/ocean": "#0dc1c2";
|
|
@@ -130,8 +130,8 @@ declare const _default: {
|
|
|
130
130
|
readonly "com/avatar/theme/color-stroke/pink": "#ec8dd3";
|
|
131
131
|
readonly "com/avatar/theme/background-color/neutral": "#dee3e7";
|
|
132
132
|
readonly "com/avatar/theme/background-color/red": "#ffe9e5";
|
|
133
|
-
readonly "com/avatar/theme/background-color/orange": "#
|
|
134
|
-
readonly "com/avatar/theme/background-color/yellow": "#
|
|
133
|
+
readonly "com/avatar/theme/background-color/orange": "#fceccd";
|
|
134
|
+
readonly "com/avatar/theme/background-color/yellow": "#fff3cd";
|
|
135
135
|
readonly "com/avatar/theme/background-color/lime": "#e9f6c9";
|
|
136
136
|
readonly "com/avatar/theme/background-color/green": "#dbf6e8";
|
|
137
137
|
readonly "com/avatar/theme/background-color/ocean": "#daf5f4";
|
|
@@ -142,16 +142,16 @@ declare const _default: {
|
|
|
142
142
|
readonly "com/avatar/disable/color-text": "#828f96";
|
|
143
143
|
readonly "com/avatar/disable/color-icon": "#828f96";
|
|
144
144
|
readonly "com/avatar/disable/background-color": "#e9edf1";
|
|
145
|
-
readonly "com/avatar/disable/color-stroke": "#
|
|
145
|
+
readonly "com/avatar/disable/color-stroke": "#02305e16";
|
|
146
146
|
readonly "com/avatar/status-badge/size-xs/stroke-width": "1px";
|
|
147
147
|
readonly "com/avatar/status-badge/color-stroke": "#ffffff";
|
|
148
148
|
readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
|
|
149
149
|
readonly "com/avatar/status-badge/size-md/stroke-width": "2px";
|
|
150
150
|
readonly "com/avatar/status-badge/size-lg/stroke-width": "2px";
|
|
151
|
-
readonly "com/avatar/status-badge/theme/green": "#
|
|
152
|
-
readonly "com/avatar/status-badge/theme/red": "#
|
|
153
|
-
readonly "com/avatar/status-badge/theme/yellow": "#
|
|
154
|
-
readonly "com/avatar/status-badge/theme/blue": "#
|
|
151
|
+
readonly "com/avatar/status-badge/theme/green": "#009559";
|
|
152
|
+
readonly "com/avatar/status-badge/theme/red": "#df3e3f";
|
|
153
|
+
readonly "com/avatar/status-badge/theme/yellow": "#ffbe2d";
|
|
154
|
+
readonly "com/avatar/status-badge/theme/blue": "#008ee1";
|
|
155
155
|
readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
|
|
156
156
|
readonly "com/alert-banner/right-padding": "12px";
|
|
157
157
|
readonly "com/alert-banner/left-padding": "16px";
|
|
@@ -170,18 +170,18 @@ declare const _default: {
|
|
|
170
170
|
readonly "com/alert-banner/theme/icon/color-icon/neutral": "#505a5f";
|
|
171
171
|
readonly "com/alert-banner/theme/icon/color-icon/info": "#0083f0";
|
|
172
172
|
readonly "com/alert-banner/theme/icon/color-icon/positive": "#00914a";
|
|
173
|
-
readonly "com/alert-banner/theme/icon/color-icon/caution": "#
|
|
173
|
+
readonly "com/alert-banner/theme/icon/color-icon/caution": "#d36f00";
|
|
174
174
|
readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
|
|
175
175
|
readonly "com/alert-banner/theme/title/color-text/neutral": "#2a3034";
|
|
176
176
|
readonly "com/alert-banner/theme/title/color-text/info": "#2a3034";
|
|
177
|
-
readonly "com/alert-banner/theme/title/color-text/positive": "#2a3034";
|
|
178
177
|
readonly "com/alert-banner/theme/title/color-text/negative": "#2a3034";
|
|
179
178
|
readonly "com/alert-banner/theme/title/color-text/caution": "#2a3034";
|
|
180
|
-
readonly "com/alert-banner/theme/
|
|
181
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
182
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
183
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
184
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
179
|
+
readonly "com/alert-banner/theme/title/color-text/positive": "#2a3034";
|
|
180
|
+
readonly "com/alert-banner/theme/description/color-text/neutral": "#41494e";
|
|
181
|
+
readonly "com/alert-banner/theme/description/color-text/info": "#41494e";
|
|
182
|
+
readonly "com/alert-banner/theme/description/color-text/positive": "#41494e";
|
|
183
|
+
readonly "com/alert-banner/theme/description/color-text/caution": "#41494e";
|
|
184
|
+
readonly "com/alert-banner/theme/description/color-text/negative": "#41494e";
|
|
185
185
|
readonly "com/alert-banner/theme/divider/color-stroke/neutral": "#0d2e433d";
|
|
186
186
|
readonly "com/alert-banner/theme/divider/color-stroke/info": "#98cefa";
|
|
187
187
|
readonly "com/alert-banner/theme/divider/color-stroke/positive": "#97d4b0";
|
|
@@ -198,6 +198,7 @@ declare const _default: {
|
|
|
198
198
|
readonly "com/alert-banner/theme/background-color/caution": "#fceccd";
|
|
199
199
|
readonly "com/alert-banner/theme/background-color/negative": "#fee9e7";
|
|
200
200
|
readonly "com/badge/stroke-width": "1px";
|
|
201
|
+
readonly "com/badge/corner-radius-rounded": "9999px";
|
|
201
202
|
readonly "com/badge/size-xs/height": "16px";
|
|
202
203
|
readonly "com/badge/size-xs/horizontal-padding": "4px";
|
|
203
204
|
readonly "com/badge/size-xs/corner-radius": "4px";
|
|
@@ -205,10 +206,10 @@ declare const _default: {
|
|
|
205
206
|
readonly "com/badge/size-sm/avatar/size": "2xs (16)";
|
|
206
207
|
readonly "com/badge/size-sm/corner-radius": "4px";
|
|
207
208
|
readonly "com/badge/size-sm/icon/size-icon": "12px";
|
|
208
|
-
readonly "com/badge/size-sm/horizontal-padding": "
|
|
209
|
+
readonly "com/badge/size-sm/horizontal-padding": "8px";
|
|
209
210
|
readonly "com/badge/size-sm/horizontal-gap": "2px";
|
|
210
211
|
readonly "com/badge/size-sm/sub-spacing": "2px";
|
|
211
|
-
readonly "com/badge/size-sm/only-label/horizontal-padding": "
|
|
212
|
+
readonly "com/badge/size-sm/only-label/horizontal-padding": "8px";
|
|
212
213
|
readonly "com/badge/size-md/height": "24px";
|
|
213
214
|
readonly "com/badge/size-md/corner-radius": "6px";
|
|
214
215
|
readonly "com/badge/size-md/avatar/size": "2xs (16)";
|
|
@@ -217,19 +218,27 @@ declare const _default: {
|
|
|
217
218
|
readonly "com/badge/size-md/horizontal-gap": "4px";
|
|
218
219
|
readonly "com/badge/size-md/sub-spacing": "2px";
|
|
219
220
|
readonly "com/badge/size-md/only-label/horizontal-padding": "8px";
|
|
220
|
-
readonly "com/badge/size-lg/height": "
|
|
221
|
-
readonly "com/badge/size-lg/corner-radius": "
|
|
222
|
-
readonly "com/badge/size-lg/icon/size-icon": "20px";
|
|
221
|
+
readonly "com/badge/size-lg/height": "28px";
|
|
222
|
+
readonly "com/badge/size-lg/corner-radius": "6px";
|
|
223
223
|
readonly "com/badge/size-lg/horizontal-padding": "8px";
|
|
224
|
-
readonly "com/badge/size-lg/horizontal-gap": "
|
|
224
|
+
readonly "com/badge/size-lg/horizontal-gap": "2px";
|
|
225
225
|
readonly "com/badge/size-lg/sub-spacing": "4px";
|
|
226
|
+
readonly "com/badge/size-lg/icon/size-icon": "16px";
|
|
226
227
|
readonly "com/badge/size-lg/avatar/size": "Xs (20)";
|
|
227
228
|
readonly "com/badge/size-lg/only-label/horizontal-padding": "12px";
|
|
228
|
-
readonly "com/badge/
|
|
229
|
+
readonly "com/badge/size-xl/height": "36px";
|
|
230
|
+
readonly "com/badge/size-xl/corner-radius": "8px";
|
|
231
|
+
readonly "com/badge/size-xl/icon/size-icon": "20px";
|
|
232
|
+
readonly "com/badge/size-xl/horizontal-padding": "8px";
|
|
233
|
+
readonly "com/badge/size-xl/horizontal-gap": "4px";
|
|
234
|
+
readonly "com/badge/size-xl/sub-spacing": "4px";
|
|
235
|
+
readonly "com/badge/size-xl/avatar/size": "Xs (20)";
|
|
236
|
+
readonly "com/badge/size-xl/only-label/horizontal-padding": "12px";
|
|
237
|
+
readonly "com/badge/default/icon/color-icon/neutral": "#343d41";
|
|
229
238
|
readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
|
|
230
239
|
readonly "com/badge/default/icon/color-icon/red": "#a7051e";
|
|
231
|
-
readonly "com/badge/default/icon/color-icon/orange": "#
|
|
232
|
-
readonly "com/badge/default/icon/color-icon/yellow": "#
|
|
240
|
+
readonly "com/badge/default/icon/color-icon/orange": "#893700";
|
|
241
|
+
readonly "com/badge/default/icon/color-icon/yellow": "#866200";
|
|
233
242
|
readonly "com/badge/default/icon/color-icon/lime": "#2e5c00";
|
|
234
243
|
readonly "com/badge/default/icon/color-icon/green": "#006535";
|
|
235
244
|
readonly "com/badge/default/icon/color-icon/ocean": "#006782";
|
|
@@ -237,15 +246,15 @@ declare const _default: {
|
|
|
237
246
|
readonly "com/badge/default/icon/color-icon/indigo": "#1e4eb5";
|
|
238
247
|
readonly "com/badge/default/icon/color-icon/violet": "#8b269b";
|
|
239
248
|
readonly "com/badge/default/icon/color-icon/pink": "#970978";
|
|
240
|
-
readonly "com/badge/default/icon/color-icon/info": "#
|
|
241
|
-
readonly "com/badge/default/icon/color-icon/caution": "#
|
|
242
|
-
readonly "com/badge/default/icon/color-icon/positive": "#
|
|
243
|
-
readonly "com/badge/default/icon/color-icon/negative": "#
|
|
244
|
-
readonly "com/badge/default/label/color-text/neutral": "#
|
|
245
|
-
readonly "com/badge/default/label/color-text/neutral-light": "#
|
|
249
|
+
readonly "com/badge/default/icon/color-icon/info": "#006bdf";
|
|
250
|
+
readonly "com/badge/default/icon/color-icon/caution": "#a94900";
|
|
251
|
+
readonly "com/badge/default/icon/color-icon/positive": "#007d35";
|
|
252
|
+
readonly "com/badge/default/icon/color-icon/negative": "#d0121c";
|
|
253
|
+
readonly "com/badge/default/label/color-text/neutral": "#2a3034";
|
|
254
|
+
readonly "com/badge/default/label/color-text/neutral-light": "#41494e";
|
|
246
255
|
readonly "com/badge/default/label/color-text/red": "#a7051e";
|
|
247
|
-
readonly "com/badge/default/label/color-text/orange": "#
|
|
248
|
-
readonly "com/badge/default/label/color-text/yellow": "#
|
|
256
|
+
readonly "com/badge/default/label/color-text/orange": "#893700";
|
|
257
|
+
readonly "com/badge/default/label/color-text/yellow": "#866200";
|
|
249
258
|
readonly "com/badge/default/label/color-text/lime": "#2e5c00";
|
|
250
259
|
readonly "com/badge/default/label/color-text/green": "#006535";
|
|
251
260
|
readonly "com/badge/default/label/color-text/ocean": "#006782";
|
|
@@ -253,15 +262,15 @@ declare const _default: {
|
|
|
253
262
|
readonly "com/badge/default/label/color-text/indigo": "#1e4eb5";
|
|
254
263
|
readonly "com/badge/default/label/color-text/violet": "#8b269b";
|
|
255
264
|
readonly "com/badge/default/label/color-text/pink": "#970978";
|
|
256
|
-
readonly "com/badge/default/label/color-text/info": "#
|
|
257
|
-
readonly "com/badge/default/label/color-text/caution": "#
|
|
258
|
-
readonly "com/badge/default/label/color-text/positive": "#
|
|
259
|
-
readonly "com/badge/default/label/color-text/negative": "#
|
|
260
|
-
readonly "com/badge/default/color-stroke/neutral": "#
|
|
265
|
+
readonly "com/badge/default/label/color-text/info": "#006bdf";
|
|
266
|
+
readonly "com/badge/default/label/color-text/caution": "#a94900";
|
|
267
|
+
readonly "com/badge/default/label/color-text/positive": "#007d35";
|
|
268
|
+
readonly "com/badge/default/label/color-text/negative": "#d0121c";
|
|
269
|
+
readonly "com/badge/default/color-stroke/neutral": "#0d2e433d";
|
|
261
270
|
readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d22";
|
|
262
271
|
readonly "com/badge/default/color-stroke/red": "#fbd3ce";
|
|
263
|
-
readonly "com/badge/default/color-stroke/orange": "#
|
|
264
|
-
readonly "com/badge/default/color-stroke/yellow": "#
|
|
272
|
+
readonly "com/badge/default/color-stroke/orange": "#f8dbab";
|
|
273
|
+
readonly "com/badge/default/color-stroke/yellow": "#fbecaf";
|
|
265
274
|
readonly "com/badge/default/color-stroke/lime": "#d0e59b";
|
|
266
275
|
readonly "com/badge/default/color-stroke/green": "#b3e9cf";
|
|
267
276
|
readonly "com/badge/default/color-stroke/ocean": "#b3e7e3";
|
|
@@ -276,8 +285,8 @@ declare const _default: {
|
|
|
276
285
|
readonly "com/badge/default/background-color/neutral": "#e9edf1";
|
|
277
286
|
readonly "com/badge/default/background-color/neutral-light": "#f8f9fb";
|
|
278
287
|
readonly "com/badge/default/background-color/red": "#ffe9e5";
|
|
279
|
-
readonly "com/badge/default/background-color/orange": "#
|
|
280
|
-
readonly "com/badge/default/background-color/yellow": "#
|
|
288
|
+
readonly "com/badge/default/background-color/orange": "#fceccd";
|
|
289
|
+
readonly "com/badge/default/background-color/yellow": "#fff3cd";
|
|
281
290
|
readonly "com/badge/default/background-color/lime": "#e9f6c9";
|
|
282
291
|
readonly "com/badge/default/background-color/green": "#dbf6e8";
|
|
283
292
|
readonly "com/badge/default/background-color/ocean": "#daf5f4";
|
|
@@ -290,26 +299,61 @@ declare const _default: {
|
|
|
290
299
|
readonly "com/badge/default/background-color/positive": "#eaf7ee";
|
|
291
300
|
readonly "com/badge/default/background-color/negative": "#feeeed";
|
|
292
301
|
readonly "com/badge/solid/icon/color-icon": "#ffffff";
|
|
302
|
+
readonly "com/badge/solid/icon/color-icon-disable": "#828f96";
|
|
293
303
|
readonly "com/badge/solid/label/color-text": "#ffffff";
|
|
294
|
-
readonly "com/badge/solid/
|
|
304
|
+
readonly "com/badge/solid/label/color-text-disable": "#828f96";
|
|
305
|
+
readonly "com/badge/solid/background-color/neutral": "#505a5f";
|
|
295
306
|
readonly "com/badge/solid/background-color/red": "#df3e3f";
|
|
296
|
-
readonly "com/badge/solid/background-color/orange": "#
|
|
297
|
-
readonly "com/badge/solid/background-color/yellow": "#
|
|
298
|
-
readonly "com/badge/solid/background-color/lime": "#
|
|
307
|
+
readonly "com/badge/solid/background-color/orange": "#d77100";
|
|
308
|
+
readonly "com/badge/solid/background-color/yellow": "#dfa913";
|
|
309
|
+
readonly "com/badge/solid/background-color/lime": "#73a600";
|
|
299
310
|
readonly "com/badge/solid/background-color/green": "#009559";
|
|
300
311
|
readonly "com/badge/solid/background-color/ocean": "#00969d";
|
|
301
312
|
readonly "com/badge/solid/background-color/blue": "#008ee1";
|
|
302
313
|
readonly "com/badge/solid/background-color/indigo": "#4278f5";
|
|
303
314
|
readonly "com/badge/solid/background-color/violet": "#a65dcf";
|
|
304
315
|
readonly "com/badge/solid/background-color/pink": "#cd44a7";
|
|
316
|
+
readonly "com/badge/solid/background-color/info": "#006bdf";
|
|
317
|
+
readonly "com/badge/solid/background-color/caution": "#d36f00";
|
|
305
318
|
readonly "com/badge/solid/background-color/negative": "#d0121c";
|
|
306
|
-
readonly "com/badge/solid/background-color/caution": "#a94900";
|
|
307
319
|
readonly "com/badge/solid/background-color/positive": "#007d35";
|
|
308
|
-
readonly "com/badge/solid/background-color/
|
|
320
|
+
readonly "com/badge/solid/background-color/disable": "#e9edf1";
|
|
309
321
|
readonly "com/badge/disable/icon/color-icon": "#828f96";
|
|
322
|
+
readonly "com/badge/disable/color-stroke": "#02305e16";
|
|
310
323
|
readonly "com/badge/disable/label/color-text": "#828f96";
|
|
311
|
-
readonly "com/badge/disable/color-stroke": "#0d2e433d";
|
|
312
324
|
readonly "com/badge/disable/background-color": "#e9edf1";
|
|
325
|
+
readonly "com/badge/ghost/icon/color-icon/neutral": "#343d41";
|
|
326
|
+
readonly "com/badge/ghost/icon/color-icon/neutral-light": "#505a5f";
|
|
327
|
+
readonly "com/badge/ghost/icon/color-icon/red": "#df3e3f";
|
|
328
|
+
readonly "com/badge/ghost/icon/color-icon/orange": "#d77100";
|
|
329
|
+
readonly "com/badge/ghost/icon/color-icon/yellow": "#dfa913";
|
|
330
|
+
readonly "com/badge/ghost/icon/color-icon/lime": "#4b8c00";
|
|
331
|
+
readonly "com/badge/ghost/icon/color-icon/green": "#009559";
|
|
332
|
+
readonly "com/badge/ghost/icon/color-icon/ocean": "#00969d";
|
|
333
|
+
readonly "com/badge/ghost/icon/color-icon/blue": "#008ee1";
|
|
334
|
+
readonly "com/badge/ghost/icon/color-icon/indigo": "#1e4eb5";
|
|
335
|
+
readonly "com/badge/ghost/icon/color-icon/violet": "#8b269b";
|
|
336
|
+
readonly "com/badge/ghost/icon/color-icon/pink": "#cd44a7";
|
|
337
|
+
readonly "com/badge/ghost/icon/color-icon/info": "#0083f0";
|
|
338
|
+
readonly "com/badge/ghost/icon/color-icon/caution": "#d36f00";
|
|
339
|
+
readonly "com/badge/ghost/icon/color-icon/positive": "#00914a";
|
|
340
|
+
readonly "com/badge/ghost/icon/color-icon/negative": "#d8473c";
|
|
341
|
+
readonly "com/badge/ghost/label/color-text/neutral": "#2a3034";
|
|
342
|
+
readonly "com/badge/ghost/label/color-text/neutral-light": "#41494e";
|
|
343
|
+
readonly "com/badge/ghost/label/color-text/red": "#df3e3f";
|
|
344
|
+
readonly "com/badge/ghost/label/color-text/orange": "#d77100";
|
|
345
|
+
readonly "com/badge/ghost/label/color-text/yellow": "#dfa913";
|
|
346
|
+
readonly "com/badge/ghost/label/color-text/lime": "#4b8c00";
|
|
347
|
+
readonly "com/badge/ghost/label/color-text/green": "#009559";
|
|
348
|
+
readonly "com/badge/ghost/label/color-text/ocean": "#00969d";
|
|
349
|
+
readonly "com/badge/ghost/label/color-text/blue": "#008ee1";
|
|
350
|
+
readonly "com/badge/ghost/label/color-text/indigo": "#1e4eb5";
|
|
351
|
+
readonly "com/badge/ghost/label/color-text/violet": "#8b269b";
|
|
352
|
+
readonly "com/badge/ghost/label/color-text/pink": "#cd44a7";
|
|
353
|
+
readonly "com/badge/ghost/label/color-text/info": "#0083f0";
|
|
354
|
+
readonly "com/badge/ghost/label/color-text/caution": "#d36f00";
|
|
355
|
+
readonly "com/badge/ghost/label/color-text/positive": "#00914a";
|
|
356
|
+
readonly "com/badge/ghost/label/color-text/negative": "#d8473c";
|
|
313
357
|
readonly "com/breadcrumbs/module/horizontal-gap": "4px";
|
|
314
358
|
readonly "com/breadcrumbs/module/horizontal-padding": "4px";
|
|
315
359
|
readonly "com/breadcrumbs/module/vertical-padding": "4px";
|
|
@@ -320,54 +364,54 @@ declare const _default: {
|
|
|
320
364
|
readonly "com/breadcrumbs/module/current/label/color-text/default": "#2a3034";
|
|
321
365
|
readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
|
|
322
366
|
readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
|
|
323
|
-
readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#
|
|
324
|
-
readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#
|
|
325
|
-
readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#
|
|
367
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
|
|
368
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
|
|
369
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
|
|
326
370
|
readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
|
|
327
|
-
readonly "com/breadcrumbs/module/non-current/background/hover": "#
|
|
328
|
-
readonly "com/breadcrumbs/module/non-current/background/active": "#
|
|
329
|
-
readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#
|
|
371
|
+
readonly "com/breadcrumbs/module/non-current/background/hover": "#f1f4f6";
|
|
372
|
+
readonly "com/breadcrumbs/module/non-current/background/active": "#f8f9fb";
|
|
373
|
+
readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#41494e";
|
|
330
374
|
readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#2a3034";
|
|
331
375
|
readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
|
|
332
376
|
readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
|
|
333
|
-
readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#
|
|
334
|
-
readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#
|
|
377
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
|
|
378
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
|
|
335
379
|
readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
|
|
336
|
-
readonly "com/breadcrumbs/separated-icon/color-icon": "#
|
|
380
|
+
readonly "com/breadcrumbs/separated-icon/color-icon": "#69757c";
|
|
337
381
|
readonly "com/button/corner-radius-rounded": "9999px";
|
|
338
382
|
readonly "com/button/size-xs/height": "24px";
|
|
339
383
|
readonly "com/button/size-xs/horizontal-gap": "4px";
|
|
340
384
|
readonly "com/button/size-xs/horizontal-padding": "8px";
|
|
341
385
|
readonly "com/button/size-xs/corner-radius": "6px";
|
|
342
|
-
readonly "com/button/size-xs/min-width": "
|
|
386
|
+
readonly "com/button/size-xs/min-width": "56px";
|
|
343
387
|
readonly "com/button/size-xs/label/sub-spacing": "0px";
|
|
344
388
|
readonly "com/button/size-xs/icon/size-icon": "16px";
|
|
345
389
|
readonly "com/button/size-sm/height": "28px";
|
|
346
390
|
readonly "com/button/size-sm/horizontal-gap": "2px";
|
|
347
391
|
readonly "com/button/size-sm/horizontal-padding": "8px";
|
|
348
392
|
readonly "com/button/size-sm/corner-radius": "6px";
|
|
349
|
-
readonly "com/button/size-sm/min-width": "
|
|
393
|
+
readonly "com/button/size-sm/min-width": "68px";
|
|
350
394
|
readonly "com/button/size-sm/label/sub-spacing": "4px";
|
|
351
395
|
readonly "com/button/size-sm/icon/size-icon": "16px";
|
|
352
396
|
readonly "com/button/size-md/height": "36px";
|
|
353
397
|
readonly "com/button/size-md/horizontal-gap": "0px";
|
|
354
398
|
readonly "com/button/size-md/horizontal-padding": "12px";
|
|
355
399
|
readonly "com/button/size-md/corner-radius": "8px";
|
|
356
|
-
readonly "com/button/size-md/min-width": "
|
|
400
|
+
readonly "com/button/size-md/min-width": "100px";
|
|
357
401
|
readonly "com/button/size-md/label/sub-spacing": "8px";
|
|
358
402
|
readonly "com/button/size-md/icon/size-icon": "20px";
|
|
359
403
|
readonly "com/button/size-lg/height": "44px";
|
|
360
404
|
readonly "com/button/size-lg/horizontal-gap": "2px";
|
|
361
405
|
readonly "com/button/size-lg/horizontal-padding": "12px";
|
|
362
406
|
readonly "com/button/size-lg/corner-radius": "8px";
|
|
363
|
-
readonly "com/button/size-lg/min-width": "
|
|
407
|
+
readonly "com/button/size-lg/min-width": "100px";
|
|
364
408
|
readonly "com/button/size-lg/label/sub-spacing": "8px";
|
|
365
409
|
readonly "com/button/size-lg/icon/size-icon": "20px";
|
|
366
410
|
readonly "com/button/disable/label-color": "#828f96";
|
|
367
411
|
readonly "com/button/disable/icon-color": "#828f96";
|
|
368
412
|
readonly "com/button/disable/background-color": "#e9edf1";
|
|
369
413
|
readonly "com/button/disable/background-color-transparent": "#ffffff00";
|
|
370
|
-
readonly "com/button/disable/stroke-color": "#
|
|
414
|
+
readonly "com/button/disable/stroke-color": "#02305e16";
|
|
371
415
|
readonly "com/button/disable-invert/label-color": "#ffffff82";
|
|
372
416
|
readonly "com/button/disable-invert/icon-color": "#ffffff65";
|
|
373
417
|
readonly "com/button/disable-invert/solid-background-color": "#ffffff30";
|
|
@@ -375,7 +419,7 @@ declare const _default: {
|
|
|
375
419
|
readonly "com/button/disable-invert/stroke-color": "#ffffff30";
|
|
376
420
|
readonly "com/button/loading/background-color": "#e9edf1";
|
|
377
421
|
readonly "com/button/loading/background-color-transparent": "#ffffff00";
|
|
378
|
-
readonly "com/button/loading/stroke-color": "#
|
|
422
|
+
readonly "com/button/loading/stroke-color": "#02305e16";
|
|
379
423
|
readonly "com/button/loading-invert/solid-background-color": "#ffffff30";
|
|
380
424
|
readonly "com/button/loading-invert/background-color-transparent": "#ffffff00";
|
|
381
425
|
readonly "com/button/loading-invert/stroke-color": "#ffffff30";
|
|
@@ -404,58 +448,58 @@ declare const _default: {
|
|
|
404
448
|
readonly "com/button/primary-negative/icon/color-icon/pressed": "#ffffff";
|
|
405
449
|
readonly "com/button/primary-negative/icon/color-icon/active": "#ffffff";
|
|
406
450
|
readonly "com/button/primary-invert/background/default": "#ffffff";
|
|
407
|
-
readonly "com/button/primary-invert/background/hover": "#
|
|
451
|
+
readonly "com/button/primary-invert/background/hover": "#e6f1ff";
|
|
408
452
|
readonly "com/button/primary-invert/background/pressed": "#cee2f8";
|
|
409
|
-
readonly "com/button/primary-invert/background/active": "#
|
|
453
|
+
readonly "com/button/primary-invert/background/active": "#eff6ff";
|
|
410
454
|
readonly "com/button/primary-invert/label/color-text/default": "#2a3034";
|
|
411
455
|
readonly "com/button/primary-invert/label/color-text/hover": "#2a30a0";
|
|
412
456
|
readonly "com/button/primary-invert/label/color-text/pressed": "#1c1857";
|
|
413
457
|
readonly "com/button/primary-invert/label/color-text/active": "#2a30a0";
|
|
414
|
-
readonly "com/button/primary-invert/icon/color-icon/default": "#
|
|
415
|
-
readonly "com/button/primary-invert/icon/color-icon/hover": "#
|
|
416
|
-
readonly "com/button/primary-invert/icon/color-icon/pressed": "#
|
|
417
|
-
readonly "com/button/primary-invert/icon/color-icon/active": "#
|
|
458
|
+
readonly "com/button/primary-invert/icon/color-icon/default": "#343d41";
|
|
459
|
+
readonly "com/button/primary-invert/icon/color-icon/hover": "#2f3cc1";
|
|
460
|
+
readonly "com/button/primary-invert/icon/color-icon/pressed": "#242173";
|
|
461
|
+
readonly "com/button/primary-invert/icon/color-icon/active": "#2f3cc1";
|
|
418
462
|
readonly "com/button/secondary/background/default": "#ffffff";
|
|
419
463
|
readonly "com/button/secondary/background/invisible": "#ffffff00";
|
|
420
|
-
readonly "com/button/secondary/background/hover": "#
|
|
464
|
+
readonly "com/button/secondary/background/hover": "#e6f1ff";
|
|
421
465
|
readonly "com/button/secondary/background/pressed": "#cee2f8";
|
|
422
|
-
readonly "com/button/secondary/background/active": "#
|
|
423
|
-
readonly "com/button/secondary/border/default": "#
|
|
466
|
+
readonly "com/button/secondary/background/active": "#eff6ff";
|
|
467
|
+
readonly "com/button/secondary/border/default": "#2f3cc1";
|
|
424
468
|
readonly "com/button/secondary/border/hover": "#3263e7";
|
|
425
|
-
readonly "com/button/secondary/border/pressed": "#
|
|
426
|
-
readonly "com/button/secondary/border/active": "#
|
|
469
|
+
readonly "com/button/secondary/border/pressed": "#242173";
|
|
470
|
+
readonly "com/button/secondary/border/active": "#2a30a0";
|
|
427
471
|
readonly "com/button/secondary/border/stroke-width/default": "1px";
|
|
428
472
|
readonly "com/button/secondary/border/stroke-width/hover": "1px";
|
|
429
473
|
readonly "com/button/secondary/border/stroke-width/active": "1px";
|
|
430
|
-
readonly "com/button/secondary/label/color-text/default": "#
|
|
431
|
-
readonly "com/button/secondary/label/color-text/hover": "#
|
|
432
|
-
readonly "com/button/secondary/label/color-text/pressed": "#
|
|
474
|
+
readonly "com/button/secondary/label/color-text/default": "#2f3cc1";
|
|
475
|
+
readonly "com/button/secondary/label/color-text/hover": "#3263e7";
|
|
476
|
+
readonly "com/button/secondary/label/color-text/pressed": "#242173";
|
|
433
477
|
readonly "com/button/secondary/label/color-text/active": "#2a30a0";
|
|
434
|
-
readonly "com/button/secondary/icon/color-icon/default": "#
|
|
435
|
-
readonly "com/button/secondary/icon/color-icon/hover": "#
|
|
436
|
-
readonly "com/button/secondary/icon/color-icon/pressed": "#
|
|
478
|
+
readonly "com/button/secondary/icon/color-icon/default": "#2f3cc1";
|
|
479
|
+
readonly "com/button/secondary/icon/color-icon/hover": "#3263e7";
|
|
480
|
+
readonly "com/button/secondary/icon/color-icon/pressed": "#242173";
|
|
437
481
|
readonly "com/button/secondary/icon/color-icon/active": "#2a30a0";
|
|
438
482
|
readonly "com/button/secondary-negative/background/default": "#ffffff";
|
|
439
483
|
readonly "com/button/secondary-negative/background/invisible": "#ffffff00";
|
|
440
484
|
readonly "com/button/secondary-negative/background/hover": "#fee9e7";
|
|
441
485
|
readonly "com/button/secondary-negative/background/pressed": "#ffb2a9";
|
|
442
|
-
readonly "com/button/secondary-negative/background/active": "#
|
|
443
|
-
readonly "com/button/secondary-negative/border/default": "#
|
|
444
|
-
readonly "com/button/secondary-negative/border/hover": "#
|
|
445
|
-
readonly "com/button/secondary-negative/border/pressed": "#
|
|
446
|
-
readonly "com/button/secondary-negative/border/active": "#
|
|
447
|
-
readonly "com/button/secondary-negative/label/color-text/default": "#
|
|
448
|
-
readonly "com/button/secondary-negative/label/color-text/hover": "#
|
|
449
|
-
readonly "com/button/secondary-negative/label/color-text/pressed": "#
|
|
486
|
+
readonly "com/button/secondary-negative/background/active": "#fee9e7";
|
|
487
|
+
readonly "com/button/secondary-negative/border/default": "#d0121c";
|
|
488
|
+
readonly "com/button/secondary-negative/border/hover": "#d8473c";
|
|
489
|
+
readonly "com/button/secondary-negative/border/pressed": "#7f0203";
|
|
490
|
+
readonly "com/button/secondary-negative/border/active": "#a80a12";
|
|
491
|
+
readonly "com/button/secondary-negative/label/color-text/default": "#d0121c";
|
|
492
|
+
readonly "com/button/secondary-negative/label/color-text/hover": "#d0121c";
|
|
493
|
+
readonly "com/button/secondary-negative/label/color-text/pressed": "#7f0203";
|
|
450
494
|
readonly "com/button/secondary-negative/label/color-text/active": "#a80a12";
|
|
451
|
-
readonly "com/button/secondary-negative/icon/color-icon/default": "#
|
|
452
|
-
readonly "com/button/secondary-negative/icon/color-icon/hover": "#
|
|
453
|
-
readonly "com/button/secondary-negative/icon/color-icon/pressed": "#
|
|
495
|
+
readonly "com/button/secondary-negative/icon/color-icon/default": "#d0121c";
|
|
496
|
+
readonly "com/button/secondary-negative/icon/color-icon/hover": "#d8473c";
|
|
497
|
+
readonly "com/button/secondary-negative/icon/color-icon/pressed": "#7f0203";
|
|
454
498
|
readonly "com/button/secondary-negative/icon/color-icon/active": "#a80a12";
|
|
455
499
|
readonly "com/button/secondary-invert/background/default": "#ffffff00";
|
|
456
|
-
readonly "com/button/secondary-invert/background/hover": "#
|
|
500
|
+
readonly "com/button/secondary-invert/background/hover": "#e6f1ff";
|
|
457
501
|
readonly "com/button/secondary-invert/background/pressed": "#cee2f8";
|
|
458
|
-
readonly "com/button/secondary-invert/background/active": "#
|
|
502
|
+
readonly "com/button/secondary-invert/background/active": "#0422355e";
|
|
459
503
|
readonly "com/button/secondary-invert/border/default": "#ffffff82";
|
|
460
504
|
readonly "com/button/secondary-invert/border/hover": "#ffffff82";
|
|
461
505
|
readonly "com/button/secondary-invert/border/pressed": "#ffffff82";
|
|
@@ -468,14 +512,14 @@ declare const _default: {
|
|
|
468
512
|
readonly "com/button/secondary-invert/label/color-text/pressed": "#2a3034";
|
|
469
513
|
readonly "com/button/secondary-invert/label/color-text/active": "#ffffff";
|
|
470
514
|
readonly "com/button/secondary-invert/icon/color-icon/default": "#ffffff";
|
|
471
|
-
readonly "com/button/secondary-invert/icon/color-icon/hover": "#
|
|
472
|
-
readonly "com/button/secondary-invert/icon/color-icon/pressed": "#
|
|
515
|
+
readonly "com/button/secondary-invert/icon/color-icon/hover": "#343d41";
|
|
516
|
+
readonly "com/button/secondary-invert/icon/color-icon/pressed": "#343d41";
|
|
473
517
|
readonly "com/button/secondary-invert/icon/color-icon/active": "#ffffff";
|
|
474
518
|
readonly "com/button/tertiary/background/default": "#ffffff";
|
|
475
519
|
readonly "com/button/tertiary/background/invisible": "#ffffff00";
|
|
476
|
-
readonly "com/button/tertiary/background/hover": "#
|
|
477
|
-
readonly "com/button/tertiary/background/pressed": "#
|
|
478
|
-
readonly "com/button/tertiary/background/active": "#
|
|
520
|
+
readonly "com/button/tertiary/background/hover": "#f1f4f6";
|
|
521
|
+
readonly "com/button/tertiary/background/pressed": "#e9edf1";
|
|
522
|
+
readonly "com/button/tertiary/background/active": "#f8f9fb";
|
|
479
523
|
readonly "com/button/tertiary/border/default": "#0d2e433d";
|
|
480
524
|
readonly "com/button/tertiary/border/hover": "#0d2e433d";
|
|
481
525
|
readonly "com/button/tertiary/border/pressed": "#0d2e433d";
|
|
@@ -483,33 +527,37 @@ declare const _default: {
|
|
|
483
527
|
readonly "com/button/tertiary/border/stroke-width/default": "1px";
|
|
484
528
|
readonly "com/button/tertiary/border/stroke-width/hover": "1px";
|
|
485
529
|
readonly "com/button/tertiary/border/stroke-width/active": "1px";
|
|
486
|
-
readonly "com/button/tertiary/label/color-text/default": "#
|
|
530
|
+
readonly "com/button/tertiary/label/color-text/default": "#41494e";
|
|
487
531
|
readonly "com/button/tertiary/label/color-text/hover": "#2a3034";
|
|
488
532
|
readonly "com/button/tertiary/label/color-text/pressed": "#2a3034";
|
|
489
533
|
readonly "com/button/tertiary/label/color-text/active": "#2a3034";
|
|
490
534
|
readonly "com/button/tertiary/icon/color-icon/default": "#505a5f";
|
|
491
|
-
readonly "com/button/tertiary/icon/color-icon/hover": "#
|
|
492
|
-
readonly "com/button/tertiary/icon/color-icon/pressed": "#
|
|
493
|
-
readonly "com/button/tertiary/icon/color-icon/active": "#
|
|
535
|
+
readonly "com/button/tertiary/icon/color-icon/hover": "#343d41";
|
|
536
|
+
readonly "com/button/tertiary/icon/color-icon/pressed": "#343d41";
|
|
537
|
+
readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
|
|
538
|
+
readonly "com/button-group/background-color/default": "#ffffff";
|
|
539
|
+
readonly "com/button-group/background-color/disable": "#e9edf1";
|
|
494
540
|
readonly "com/button-group/divider/divider-width": "1px";
|
|
495
541
|
readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
|
|
496
|
-
readonly "com/button-group/divider/divider-color/disable": "#
|
|
497
|
-
readonly "com/button-group/
|
|
498
|
-
readonly "com/button-group/
|
|
542
|
+
readonly "com/button-group/divider/divider-color/disable": "#02305e16";
|
|
543
|
+
readonly "com/button-group/size-lg/horizontal-gap": "8px";
|
|
544
|
+
readonly "com/button-group/size-md/horizontal-gap": "8px";
|
|
545
|
+
readonly "com/button-group/size-sm/horizontal-gap": "8px";
|
|
546
|
+
readonly "com/button-group/size-xs/horizontal-gap": "4px";
|
|
499
547
|
readonly "com/checkbox/horizontal-gap": "8px";
|
|
500
548
|
readonly "com/checkbox/item/stroke-width": "1px";
|
|
501
549
|
readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
|
|
502
550
|
readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
|
|
503
551
|
readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
|
|
504
|
-
readonly "com/checkbox/item/marked/color-stroke/disable": "#
|
|
552
|
+
readonly "com/checkbox/item/marked/color-stroke/disable": "#02305e16";
|
|
505
553
|
readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
|
|
506
554
|
readonly "com/checkbox/item/marked/shape/color-shape/disable": "#828f96";
|
|
507
|
-
readonly "com/checkbox/item/unmarked/background-color/default": "#
|
|
555
|
+
readonly "com/checkbox/item/unmarked/background-color/default": "#ffffff";
|
|
508
556
|
readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
|
|
509
|
-
readonly "com/checkbox/item/unmarked/background-color/disable": "#
|
|
557
|
+
readonly "com/checkbox/item/unmarked/background-color/disable": "#e9edf1";
|
|
510
558
|
readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
511
559
|
readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
512
|
-
readonly "com/checkbox/item/unmarked/color-stroke/disable": "#
|
|
560
|
+
readonly "com/checkbox/item/unmarked/color-stroke/disable": "#02305e16";
|
|
513
561
|
readonly "com/checkbox/item/size-sm/height": "16px";
|
|
514
562
|
readonly "com/checkbox/item/size-sm/width": "16px";
|
|
515
563
|
readonly "com/checkbox/item/size-sm/corner-radius": "4px";
|
|
@@ -518,11 +566,11 @@ declare const _default: {
|
|
|
518
566
|
readonly "com/checkbox/item/size-md/corner-radius": "6px";
|
|
519
567
|
readonly "com/checkbox/content/vertical-gap": "4px";
|
|
520
568
|
readonly "com/checkbox/content/primary/label/color-text": "#2a3034";
|
|
521
|
-
readonly "com/checkbox/content/primary/description/color-text": "#
|
|
569
|
+
readonly "com/checkbox/content/primary/description/color-text": "#41494e";
|
|
522
570
|
readonly "com/checkbox/content/secondary/label/color-text": "#2a3034";
|
|
523
|
-
readonly "com/checkbox/content/secondary/description/color-text": "#
|
|
524
|
-
readonly "com/checkbox/content/tertiary/label/color-text": "#
|
|
525
|
-
readonly "com/checkbox/content/tertiary/description/color-text": "#
|
|
571
|
+
readonly "com/checkbox/content/secondary/description/color-text": "#41494e";
|
|
572
|
+
readonly "com/checkbox/content/tertiary/label/color-text": "#41494e";
|
|
573
|
+
readonly "com/checkbox/content/tertiary/description/color-text": "#41494e";
|
|
526
574
|
readonly "com/checkbox/content/disable/label/color-text": "#828f96";
|
|
527
575
|
readonly "com/checkbox/content/disable/description/color-text": "#828f96";
|
|
528
576
|
readonly "com/chips-button/stroke-width/default": "1px";
|
|
@@ -538,6 +586,7 @@ declare const _default: {
|
|
|
538
586
|
readonly "com/chips-button/size-xs/left-padding": "8px";
|
|
539
587
|
readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
|
|
540
588
|
readonly "com/chips-button/size-xs/icon/size-icon": "16px";
|
|
589
|
+
readonly "com/chips-button/corner-radius-round": "9999px";
|
|
541
590
|
readonly "com/chips-button/size-sm/height": "28px";
|
|
542
591
|
readonly "com/chips-button/size-sm/min-width": "44px";
|
|
543
592
|
readonly "com/chips-button/size-sm/corner-radius": "6px";
|
|
@@ -566,9 +615,10 @@ declare const _default: {
|
|
|
566
615
|
readonly "com/chips-button/size-lg/badge/size": "Md (28)";
|
|
567
616
|
readonly "com/chips-button/size-lg/icon/size-icon": "20px";
|
|
568
617
|
readonly "com/chips-button/theme/icon/color-icon/default/neutral": "#505a5f";
|
|
618
|
+
readonly "com/chips-button/theme/icon/color-icon/default/brand": "#2f3cc1";
|
|
569
619
|
readonly "com/chips-button/theme/icon/color-icon/default/red": "#a7051e";
|
|
570
|
-
readonly "com/chips-button/theme/icon/color-icon/default/orange": "#
|
|
571
|
-
readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#
|
|
620
|
+
readonly "com/chips-button/theme/icon/color-icon/default/orange": "#893700";
|
|
621
|
+
readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#866200";
|
|
572
622
|
readonly "com/chips-button/theme/icon/color-icon/default/lime": "#2e5c00";
|
|
573
623
|
readonly "com/chips-button/theme/icon/color-icon/default/green": "#006535";
|
|
574
624
|
readonly "com/chips-button/theme/icon/color-icon/default/ocean": "#006782";
|
|
@@ -577,9 +627,10 @@ declare const _default: {
|
|
|
577
627
|
readonly "com/chips-button/theme/icon/color-icon/default/violet": "#8b269b";
|
|
578
628
|
readonly "com/chips-button/theme/icon/color-icon/default/pink": "#970978";
|
|
579
629
|
readonly "com/chips-button/theme/icon/color-icon/hover/neutral": "#505a5f";
|
|
630
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/brand": "#2f3cc1";
|
|
580
631
|
readonly "com/chips-button/theme/icon/color-icon/hover/red": "#a7051e";
|
|
581
|
-
readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#
|
|
582
|
-
readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#
|
|
632
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#893700";
|
|
633
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#866200";
|
|
583
634
|
readonly "com/chips-button/theme/icon/color-icon/hover/lime": "#2e5c00";
|
|
584
635
|
readonly "com/chips-button/theme/icon/color-icon/hover/green": "#006535";
|
|
585
636
|
readonly "com/chips-button/theme/icon/color-icon/hover/ocean": "#006782";
|
|
@@ -588,9 +639,10 @@ declare const _default: {
|
|
|
588
639
|
readonly "com/chips-button/theme/icon/color-icon/hover/violet": "#8b269b";
|
|
589
640
|
readonly "com/chips-button/theme/icon/color-icon/hover/pink": "#970978";
|
|
590
641
|
readonly "com/chips-button/theme/icon/color-icon/pressed/neutral": "#505a5f";
|
|
642
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/brand": "#2f3cc1";
|
|
591
643
|
readonly "com/chips-button/theme/icon/color-icon/pressed/red": "#a7051e";
|
|
592
|
-
readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#
|
|
593
|
-
readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#
|
|
644
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#893700";
|
|
645
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#866200";
|
|
594
646
|
readonly "com/chips-button/theme/icon/color-icon/pressed/lime": "#2e5c00";
|
|
595
647
|
readonly "com/chips-button/theme/icon/color-icon/pressed/green": "#006535";
|
|
596
648
|
readonly "com/chips-button/theme/icon/color-icon/pressed/ocean": "#006782";
|
|
@@ -598,10 +650,11 @@ declare const _default: {
|
|
|
598
650
|
readonly "com/chips-button/theme/icon/color-icon/pressed/indigo": "#1e4eb5";
|
|
599
651
|
readonly "com/chips-button/theme/icon/color-icon/pressed/violet": "#8b269b";
|
|
600
652
|
readonly "com/chips-button/theme/icon/color-icon/pressed/pink": "#970978";
|
|
601
|
-
readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#
|
|
653
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#ffffff";
|
|
654
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/brand": "#ffffff";
|
|
602
655
|
readonly "com/chips-button/theme/icon/color-icon/selected/red": "#a7051e";
|
|
603
|
-
readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#
|
|
604
|
-
readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#
|
|
656
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#893700";
|
|
657
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#866200";
|
|
605
658
|
readonly "com/chips-button/theme/icon/color-icon/selected/lime": "#2e5c00";
|
|
606
659
|
readonly "com/chips-button/theme/icon/color-icon/selected/green": "#006535";
|
|
607
660
|
readonly "com/chips-button/theme/icon/color-icon/selected/ocean": "#006782";
|
|
@@ -609,10 +662,11 @@ declare const _default: {
|
|
|
609
662
|
readonly "com/chips-button/theme/icon/color-icon/selected/indigo": "#1e4eb5";
|
|
610
663
|
readonly "com/chips-button/theme/icon/color-icon/selected/violet": "#8b269b";
|
|
611
664
|
readonly "com/chips-button/theme/icon/color-icon/selected/pink": "#970978";
|
|
612
|
-
readonly "com/chips-button/theme/label/color-text/default/neutral": "#
|
|
665
|
+
readonly "com/chips-button/theme/label/color-text/default/neutral": "#41494e";
|
|
666
|
+
readonly "com/chips-button/theme/label/color-text/default/brand": "#2a30a0";
|
|
613
667
|
readonly "com/chips-button/theme/label/color-text/default/red": "#a7051e";
|
|
614
|
-
readonly "com/chips-button/theme/label/color-text/default/orange": "#
|
|
615
|
-
readonly "com/chips-button/theme/label/color-text/default/yellow": "#
|
|
668
|
+
readonly "com/chips-button/theme/label/color-text/default/orange": "#893700";
|
|
669
|
+
readonly "com/chips-button/theme/label/color-text/default/yellow": "#866200";
|
|
616
670
|
readonly "com/chips-button/theme/label/color-text/default/lime": "#2e5c00";
|
|
617
671
|
readonly "com/chips-button/theme/label/color-text/default/green": "#006535";
|
|
618
672
|
readonly "com/chips-button/theme/label/color-text/default/ocean": "#006782";
|
|
@@ -620,10 +674,11 @@ declare const _default: {
|
|
|
620
674
|
readonly "com/chips-button/theme/label/color-text/default/indigo": "#1e4eb5";
|
|
621
675
|
readonly "com/chips-button/theme/label/color-text/default/violet": "#8b269b";
|
|
622
676
|
readonly "com/chips-button/theme/label/color-text/default/pink": "#970978";
|
|
623
|
-
readonly "com/chips-button/theme/label/color-text/hover/neutral": "#
|
|
677
|
+
readonly "com/chips-button/theme/label/color-text/hover/neutral": "#41494e";
|
|
678
|
+
readonly "com/chips-button/theme/label/color-text/hover/brand": "#2a30a0";
|
|
624
679
|
readonly "com/chips-button/theme/label/color-text/hover/red": "#a7051e";
|
|
625
|
-
readonly "com/chips-button/theme/label/color-text/hover/orange": "#
|
|
626
|
-
readonly "com/chips-button/theme/label/color-text/hover/yellow": "#
|
|
680
|
+
readonly "com/chips-button/theme/label/color-text/hover/orange": "#893700";
|
|
681
|
+
readonly "com/chips-button/theme/label/color-text/hover/yellow": "#866200";
|
|
627
682
|
readonly "com/chips-button/theme/label/color-text/hover/lime": "#2e5c00";
|
|
628
683
|
readonly "com/chips-button/theme/label/color-text/hover/green": "#006535";
|
|
629
684
|
readonly "com/chips-button/theme/label/color-text/hover/ocean": "#006782";
|
|
@@ -631,10 +686,11 @@ declare const _default: {
|
|
|
631
686
|
readonly "com/chips-button/theme/label/color-text/hover/indigo": "#1e4eb5";
|
|
632
687
|
readonly "com/chips-button/theme/label/color-text/hover/violet": "#8b269b";
|
|
633
688
|
readonly "com/chips-button/theme/label/color-text/hover/pink": "#970978";
|
|
634
|
-
readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#
|
|
689
|
+
readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#41494e";
|
|
690
|
+
readonly "com/chips-button/theme/label/color-text/pressed/brand": "#2a30a0";
|
|
635
691
|
readonly "com/chips-button/theme/label/color-text/pressed/red": "#a7051e";
|
|
636
|
-
readonly "com/chips-button/theme/label/color-text/pressed/orange": "#
|
|
637
|
-
readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#
|
|
692
|
+
readonly "com/chips-button/theme/label/color-text/pressed/orange": "#893700";
|
|
693
|
+
readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#866200";
|
|
638
694
|
readonly "com/chips-button/theme/label/color-text/pressed/lime": "#2e5c00";
|
|
639
695
|
readonly "com/chips-button/theme/label/color-text/pressed/green": "#006535";
|
|
640
696
|
readonly "com/chips-button/theme/label/color-text/pressed/ocean": "#006782";
|
|
@@ -642,10 +698,11 @@ declare const _default: {
|
|
|
642
698
|
readonly "com/chips-button/theme/label/color-text/pressed/indigo": "#1e4eb5";
|
|
643
699
|
readonly "com/chips-button/theme/label/color-text/pressed/violet": "#8b269b";
|
|
644
700
|
readonly "com/chips-button/theme/label/color-text/pressed/pink": "#970978";
|
|
645
|
-
readonly "com/chips-button/theme/label/color-text/selected/neutral": "#
|
|
701
|
+
readonly "com/chips-button/theme/label/color-text/selected/neutral": "#ffffff";
|
|
702
|
+
readonly "com/chips-button/theme/label/color-text/selected/brand": "#ffffff";
|
|
646
703
|
readonly "com/chips-button/theme/label/color-text/selected/red": "#a7051e";
|
|
647
|
-
readonly "com/chips-button/theme/label/color-text/selected/orange": "#
|
|
648
|
-
readonly "com/chips-button/theme/label/color-text/selected/yellow": "#
|
|
704
|
+
readonly "com/chips-button/theme/label/color-text/selected/orange": "#893700";
|
|
705
|
+
readonly "com/chips-button/theme/label/color-text/selected/yellow": "#866200";
|
|
649
706
|
readonly "com/chips-button/theme/label/color-text/selected/lime": "#2e5c00";
|
|
650
707
|
readonly "com/chips-button/theme/label/color-text/selected/green": "#006535";
|
|
651
708
|
readonly "com/chips-button/theme/label/color-text/selected/ocean": "#006782";
|
|
@@ -654,9 +711,10 @@ declare const _default: {
|
|
|
654
711
|
readonly "com/chips-button/theme/label/color-text/selected/violet": "#8b269b";
|
|
655
712
|
readonly "com/chips-button/theme/label/color-text/selected/pink": "#970978";
|
|
656
713
|
readonly "com/chips-button/theme/color-stroke/default/neutral": "#0a2f4d22";
|
|
714
|
+
readonly "com/chips-button/theme/color-stroke/default/brand": "#cee2f8";
|
|
657
715
|
readonly "com/chips-button/theme/color-stroke/default/red": "#fbd3ce";
|
|
658
|
-
readonly "com/chips-button/theme/color-stroke/default/orange": "#
|
|
659
|
-
readonly "com/chips-button/theme/color-stroke/default/yellow": "#
|
|
716
|
+
readonly "com/chips-button/theme/color-stroke/default/orange": "#f8dbab";
|
|
717
|
+
readonly "com/chips-button/theme/color-stroke/default/yellow": "#fbecaf";
|
|
660
718
|
readonly "com/chips-button/theme/color-stroke/default/lime": "#d0e59b";
|
|
661
719
|
readonly "com/chips-button/theme/color-stroke/default/green": "#b3e9cf";
|
|
662
720
|
readonly "com/chips-button/theme/color-stroke/default/ocean": "#b3e7e3";
|
|
@@ -665,9 +723,10 @@ declare const _default: {
|
|
|
665
723
|
readonly "com/chips-button/theme/color-stroke/default/violet": "#e5d8f5";
|
|
666
724
|
readonly "com/chips-button/theme/color-stroke/default/pink": "#f5d3ec";
|
|
667
725
|
readonly "com/chips-button/theme/color-stroke/hover/neutral": "#0d2e433d";
|
|
726
|
+
readonly "com/chips-button/theme/color-stroke/hover/brand": "#3263e7";
|
|
668
727
|
readonly "com/chips-button/theme/color-stroke/hover/red": "#fd8b7f";
|
|
669
|
-
readonly "com/chips-button/theme/color-stroke/hover/orange": "#
|
|
670
|
-
readonly "com/chips-button/theme/color-stroke/hover/yellow": "#
|
|
728
|
+
readonly "com/chips-button/theme/color-stroke/hover/orange": "#ed993c";
|
|
729
|
+
readonly "com/chips-button/theme/color-stroke/hover/yellow": "#ffbe2d";
|
|
671
730
|
readonly "com/chips-button/theme/color-stroke/hover/lime": "#8eba1e";
|
|
672
731
|
readonly "com/chips-button/theme/color-stroke/hover/green": "#3bc392";
|
|
673
732
|
readonly "com/chips-button/theme/color-stroke/hover/ocean": "#0dc1c2";
|
|
@@ -676,9 +735,10 @@ declare const _default: {
|
|
|
676
735
|
readonly "com/chips-button/theme/color-stroke/hover/violet": "#cb9ce7";
|
|
677
736
|
readonly "com/chips-button/theme/color-stroke/hover/pink": "#ec8dd3";
|
|
678
737
|
readonly "com/chips-button/theme/color-stroke/pressed/neutral": "#0d2e433d";
|
|
738
|
+
readonly "com/chips-button/theme/color-stroke/pressed/brand": "#3263e7";
|
|
679
739
|
readonly "com/chips-button/theme/color-stroke/pressed/red": "#fd8b7f";
|
|
680
|
-
readonly "com/chips-button/theme/color-stroke/pressed/orange": "#
|
|
681
|
-
readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#
|
|
740
|
+
readonly "com/chips-button/theme/color-stroke/pressed/orange": "#ed993c";
|
|
741
|
+
readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#ffbe2d";
|
|
682
742
|
readonly "com/chips-button/theme/color-stroke/pressed/lime": "#8eba1e";
|
|
683
743
|
readonly "com/chips-button/theme/color-stroke/pressed/green": "#3bc392";
|
|
684
744
|
readonly "com/chips-button/theme/color-stroke/pressed/ocean": "#0dc1c2";
|
|
@@ -687,9 +747,10 @@ declare const _default: {
|
|
|
687
747
|
readonly "com/chips-button/theme/color-stroke/pressed/violet": "#cb9ce7";
|
|
688
748
|
readonly "com/chips-button/theme/color-stroke/pressed/pink": "#ec8dd3";
|
|
689
749
|
readonly "com/chips-button/theme/color-stroke/selected/neutral": "#00152096";
|
|
750
|
+
readonly "com/chips-button/theme/color-stroke/selected/brand": "#3263e7";
|
|
690
751
|
readonly "com/chips-button/theme/color-stroke/selected/red": "#fd8b7f";
|
|
691
|
-
readonly "com/chips-button/theme/color-stroke/selected/orange": "#
|
|
692
|
-
readonly "com/chips-button/theme/color-stroke/selected/yellow": "#
|
|
752
|
+
readonly "com/chips-button/theme/color-stroke/selected/orange": "#ed993c";
|
|
753
|
+
readonly "com/chips-button/theme/color-stroke/selected/yellow": "#ffbe2d";
|
|
693
754
|
readonly "com/chips-button/theme/color-stroke/selected/lime": "#8eba1e";
|
|
694
755
|
readonly "com/chips-button/theme/color-stroke/selected/green": "#3bc392";
|
|
695
756
|
readonly "com/chips-button/theme/color-stroke/selected/ocean": "#0dc1c2";
|
|
@@ -698,9 +759,10 @@ declare const _default: {
|
|
|
698
759
|
readonly "com/chips-button/theme/color-stroke/selected/violet": "#cb9ce7";
|
|
699
760
|
readonly "com/chips-button/theme/color-stroke/selected/pink": "#ec8dd3";
|
|
700
761
|
readonly "com/chips-button/theme/background-color/default/neutral": "#e9edf1";
|
|
762
|
+
readonly "com/chips-button/theme/background-color/default/brand": "#eff6ff";
|
|
701
763
|
readonly "com/chips-button/theme/background-color/default/red": "#ffe9e5";
|
|
702
|
-
readonly "com/chips-button/theme/background-color/default/orange": "#
|
|
703
|
-
readonly "com/chips-button/theme/background-color/default/yellow": "#
|
|
764
|
+
readonly "com/chips-button/theme/background-color/default/orange": "#fceccd";
|
|
765
|
+
readonly "com/chips-button/theme/background-color/default/yellow": "#fff3cd";
|
|
704
766
|
readonly "com/chips-button/theme/background-color/default/lime": "#e9f6c9";
|
|
705
767
|
readonly "com/chips-button/theme/background-color/default/green": "#dbf6e8";
|
|
706
768
|
readonly "com/chips-button/theme/background-color/default/ocean": "#daf5f4";
|
|
@@ -709,9 +771,10 @@ declare const _default: {
|
|
|
709
771
|
readonly "com/chips-button/theme/background-color/default/violet": "#f1ecfa";
|
|
710
772
|
readonly "com/chips-button/theme/background-color/default/pink": "#fce8f7";
|
|
711
773
|
readonly "com/chips-button/theme/background-color/hover/neutral": "#f8f9fb";
|
|
774
|
+
readonly "com/chips-button/theme/background-color/hover/brand": "#cee2f8";
|
|
712
775
|
readonly "com/chips-button/theme/background-color/hover/red": "#ffefec";
|
|
713
|
-
readonly "com/chips-button/theme/background-color/hover/orange": "#
|
|
714
|
-
readonly "com/chips-button/theme/background-color/hover/yellow": "#
|
|
776
|
+
readonly "com/chips-button/theme/background-color/hover/orange": "#fcf4e0";
|
|
777
|
+
readonly "com/chips-button/theme/background-color/hover/yellow": "#fff9e9";
|
|
715
778
|
readonly "com/chips-button/theme/background-color/hover/lime": "#f0f6e3";
|
|
716
779
|
readonly "com/chips-button/theme/background-color/hover/green": "#e7f7ef";
|
|
717
780
|
readonly "com/chips-button/theme/background-color/hover/ocean": "#e2f8fa";
|
|
@@ -719,10 +782,11 @@ declare const _default: {
|
|
|
719
782
|
readonly "com/chips-button/theme/background-color/hover/indigo": "#edf3fb";
|
|
720
783
|
readonly "com/chips-button/theme/background-color/hover/violet": "#f5f0fc";
|
|
721
784
|
readonly "com/chips-button/theme/background-color/hover/pink": "#ffeffb";
|
|
722
|
-
readonly "com/chips-button/theme/background-color/pressed/neutral": "#
|
|
785
|
+
readonly "com/chips-button/theme/background-color/pressed/neutral": "#e9edf1";
|
|
786
|
+
readonly "com/chips-button/theme/background-color/pressed/brand": "#e6f1ff";
|
|
723
787
|
readonly "com/chips-button/theme/background-color/pressed/red": "#ffe9e5";
|
|
724
|
-
readonly "com/chips-button/theme/background-color/pressed/orange": "#
|
|
725
|
-
readonly "com/chips-button/theme/background-color/pressed/yellow": "#
|
|
788
|
+
readonly "com/chips-button/theme/background-color/pressed/orange": "#fceccd";
|
|
789
|
+
readonly "com/chips-button/theme/background-color/pressed/yellow": "#fff3cd";
|
|
726
790
|
readonly "com/chips-button/theme/background-color/pressed/lime": "#e9f6c9";
|
|
727
791
|
readonly "com/chips-button/theme/background-color/pressed/green": "#dbf6e8";
|
|
728
792
|
readonly "com/chips-button/theme/background-color/pressed/ocean": "#daf5f4";
|
|
@@ -730,7 +794,8 @@ declare const _default: {
|
|
|
730
794
|
readonly "com/chips-button/theme/background-color/pressed/indigo": "#e7eeff";
|
|
731
795
|
readonly "com/chips-button/theme/background-color/pressed/violet": "#f1ecfa";
|
|
732
796
|
readonly "com/chips-button/theme/background-color/pressed/pink": "#fce8f7";
|
|
733
|
-
readonly "com/chips-button/theme/background-color/selected/neutral": "#
|
|
797
|
+
readonly "com/chips-button/theme/background-color/selected/neutral": "#505a5f";
|
|
798
|
+
readonly "com/chips-button/theme/background-color/selected/brand": "#2f3cc1";
|
|
734
799
|
readonly "com/chips-button/theme/background-color/selected/red": "#ffffff";
|
|
735
800
|
readonly "com/chips-button/theme/background-color/selected/orange": "#ffffff";
|
|
736
801
|
readonly "com/chips-button/theme/background-color/selected/yellow": "#ffffff";
|
|
@@ -744,9 +809,9 @@ declare const _default: {
|
|
|
744
809
|
readonly "com/chips-button/disable/color-text": "#828f96";
|
|
745
810
|
readonly "com/chips-button/disable/color-icon": "#828f96";
|
|
746
811
|
readonly "com/chips-button/disable/background-color": "#e9edf1";
|
|
747
|
-
readonly "com/chips-button/disable/color-stroke": "#
|
|
812
|
+
readonly "com/chips-button/disable/color-stroke": "#02305e16";
|
|
748
813
|
readonly "com/combo-box/selected-data/horizontal-gap": "8px";
|
|
749
|
-
readonly "com/combo-box/selected-data/top-padding": "
|
|
814
|
+
readonly "com/combo-box/selected-data/top-padding": "4px";
|
|
750
815
|
readonly "com/divider/side-offset/2xl": "36px";
|
|
751
816
|
readonly "com/divider/side-offset/xl": "24px";
|
|
752
817
|
readonly "com/divider/side-offset/lg": "20px";
|
|
@@ -765,6 +830,37 @@ declare const _default: {
|
|
|
765
830
|
readonly "com/divider/headpoint-offset/2xs": "4px";
|
|
766
831
|
readonly "com/divider/headpoint-offset/tiny": "2px";
|
|
767
832
|
readonly "com/divider/headpoint-offset/null": "0px";
|
|
833
|
+
readonly "com/date-picker/corner-radius": "8px";
|
|
834
|
+
readonly "com/date-picker/horizontal-padding": "16px";
|
|
835
|
+
readonly "com/date-picker/vertical-padding": "16px";
|
|
836
|
+
readonly "com/date-picker/horizontal-gap": "24px";
|
|
837
|
+
readonly "com/date-picker/vertical-gap": "8px";
|
|
838
|
+
readonly "com/date-picker/background-color": "#ffffff";
|
|
839
|
+
readonly "com/date-picker/border/color-stroke": "#0a2f4d22";
|
|
840
|
+
readonly "com/date-picker/border/stroke-width": "1px";
|
|
841
|
+
readonly "com/date-picker/header/vertical-gap": "8px";
|
|
842
|
+
readonly "com/date-picker/header/horizontal-gap": "8px";
|
|
843
|
+
readonly "com/date-picker/cell/duration/date/height": "36px";
|
|
844
|
+
readonly "com/date-picker/cell/duration/date/width": "40px";
|
|
845
|
+
readonly "com/date-picker/cell/duration/month/height": "28px";
|
|
846
|
+
readonly "com/date-picker/cell/duration/month/width": "72px";
|
|
847
|
+
readonly "com/date-picker/cell/duration/background/default": "#ffffff00";
|
|
848
|
+
readonly "com/date-picker/cell/duration/background/hover": "#e6f1ff";
|
|
849
|
+
readonly "com/date-picker/cell/duration/background/today": "#ffffff00";
|
|
850
|
+
readonly "com/date-picker/cell/duration/background/actived": "#2f3cc1";
|
|
851
|
+
readonly "com/date-picker/cell/duration/background/range": "#e6f1ff";
|
|
852
|
+
readonly "com/date-picker/cell/duration/background/disable": "#ffffff00";
|
|
853
|
+
readonly "com/date-picker/cell/duration/color-text/default": "#2a3034";
|
|
854
|
+
readonly "com/date-picker/cell/duration/color-text/hover": "#2a3034";
|
|
855
|
+
readonly "com/date-picker/cell/duration/color-text/actived": "#ffffff";
|
|
856
|
+
readonly "com/date-picker/cell/duration/color-text/today": "#2a30a0";
|
|
857
|
+
readonly "com/date-picker/cell/duration/color-text/range": "#2a3034";
|
|
858
|
+
readonly "com/date-picker/cell/duration/color-text/disable": "#828f96";
|
|
859
|
+
readonly "com/date-picker/cell/corner-radius": "8px";
|
|
860
|
+
readonly "com/date-picker/cell/weekday/height": "36px";
|
|
861
|
+
readonly "com/date-picker/cell/weekday/width": "40px";
|
|
862
|
+
readonly "com/date-picker/cell/weekday/color-text": "#ffffff00";
|
|
863
|
+
readonly "com/date-picker/cell/weekday/background-color": "#ffffff00";
|
|
768
864
|
readonly "com/drawer/top-left-conner-radius": "20px";
|
|
769
865
|
readonly "com/drawer/border/color-stroke": "#0a2f4d22";
|
|
770
866
|
readonly "com/drawer/border/stroke-width": "1px";
|
|
@@ -775,12 +871,12 @@ declare const _default: {
|
|
|
775
871
|
readonly "com/drawer/header/right-padding": "20px";
|
|
776
872
|
readonly "com/drawer/header/pictogram/background-color": "#ffffff";
|
|
777
873
|
readonly "com/drawer/header/pictogram/color-stroke": "#0d2e433d";
|
|
778
|
-
readonly "com/drawer/header/pictogram/color-icon": "#
|
|
874
|
+
readonly "com/drawer/header/pictogram/color-icon": "#343d41";
|
|
779
875
|
readonly "com/drawer/header/pictogram/stroke-width": "1px";
|
|
780
876
|
readonly "com/drawer/header/pictogram/corner-radius": "12px";
|
|
781
877
|
readonly "com/drawer/header/drawer-title/color-text": "#2a3034";
|
|
782
878
|
readonly "com/drawer/header/drawer-title/right-padding": "24px";
|
|
783
|
-
readonly "com/drawer/header/drawer-description/color-text": "#
|
|
879
|
+
readonly "com/drawer/header/drawer-description/color-text": "#41494e";
|
|
784
880
|
readonly "com/drawer/header/title-n-content/vertical-gap": "4px";
|
|
785
881
|
readonly "com/drawer/header/title-n-content/right-padding": "20px";
|
|
786
882
|
readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
|
|
@@ -806,10 +902,10 @@ declare const _default: {
|
|
|
806
902
|
readonly "com/drawer/footer/stepper/stepper-display/right-padding": "8px";
|
|
807
903
|
readonly "com/drawer/footer/stepper/stepper-display/corner-radius": "8px";
|
|
808
904
|
readonly "com/drawer/footer/stepper/current-step/color-text": "#2a3034";
|
|
809
|
-
readonly "com/drawer/footer/stepper/total-step/color-text": "#
|
|
810
|
-
readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#
|
|
811
|
-
readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#
|
|
812
|
-
readonly "com/drawer/footer/type-information/information-message/color-text": "#
|
|
905
|
+
readonly "com/drawer/footer/stepper/total-step/color-text": "#41494e";
|
|
906
|
+
readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#69757c";
|
|
907
|
+
readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#69757c";
|
|
908
|
+
readonly "com/drawer/footer/type-information/information-message/color-text": "#41494e";
|
|
813
909
|
readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
|
|
814
910
|
readonly "com/drawer/footer/action/vertical-gap": "12px";
|
|
815
911
|
readonly "com/drawer/footer/action/horizontal-padding": "20px";
|
|
@@ -831,12 +927,12 @@ declare const _default: {
|
|
|
831
927
|
readonly "com/input/label/label/color-text": "#2a3034";
|
|
832
928
|
readonly "com/input/label/required-mark/color-text": "#a7051e";
|
|
833
929
|
readonly "com/input/hint/top-padding": "0px";
|
|
834
|
-
readonly "com/input/hint/neutral/icon/color-icon": "#
|
|
835
|
-
readonly "com/input/hint/neutral/label/color-text": "#
|
|
930
|
+
readonly "com/input/hint/neutral/icon/color-icon": "#69757c";
|
|
931
|
+
readonly "com/input/hint/neutral/label/color-text": "#41494e";
|
|
836
932
|
readonly "com/input/hint/negative/icon/color-icon": "#d8473c";
|
|
837
|
-
readonly "com/input/hint/negative/label/color-text": "#
|
|
933
|
+
readonly "com/input/hint/negative/label/color-text": "#d0121c";
|
|
838
934
|
readonly "com/input/hint/positive/icon/color-icon": "#00914a";
|
|
839
|
-
readonly "com/input/hint/positive/label/color-text": "#
|
|
935
|
+
readonly "com/input/hint/positive/label/color-text": "#007d35";
|
|
840
936
|
readonly "com/input/hint/disable/icon/color-icon": "#828f96";
|
|
841
937
|
readonly "com/input/hint/disable/label/color-text": "#828f96";
|
|
842
938
|
readonly "com/input/field/corner-radius-rounded": "9999px";
|
|
@@ -885,8 +981,8 @@ declare const _default: {
|
|
|
885
981
|
readonly "com/input/field/disable/icon-color": "#828f96";
|
|
886
982
|
readonly "com/input/field/disable/background-color": "#e9edf1";
|
|
887
983
|
readonly "com/input/field/disable/background-color-transparent": "#ffffff00";
|
|
888
|
-
readonly "com/input/field/disable/stroke-color": "#
|
|
889
|
-
readonly "com/input/field/default/background/default": "#
|
|
984
|
+
readonly "com/input/field/disable/stroke-color": "#02305e16";
|
|
985
|
+
readonly "com/input/field/default/background/default": "#ffffff";
|
|
890
986
|
readonly "com/input/field/default/background/hover": "#f8f9fb";
|
|
891
987
|
readonly "com/input/field/default/background/active": "#f8f9fb";
|
|
892
988
|
readonly "com/input/field/default/border/default": "#0d2e433d";
|
|
@@ -894,9 +990,9 @@ declare const _default: {
|
|
|
894
990
|
readonly "com/input/field/default/border/active": "#3263e7";
|
|
895
991
|
readonly "com/input/field/default/label/color-text/inputed": "#2a3034";
|
|
896
992
|
readonly "com/input/field/default/label/color-text/placeholder": "#828f96";
|
|
897
|
-
readonly "com/input/field/default/icon/color-icon/default": "#
|
|
898
|
-
readonly "com/input/field/default/icon/color-icon/hover": "#
|
|
899
|
-
readonly "com/input/field/default/icon/color-icon/active": "#
|
|
993
|
+
readonly "com/input/field/default/icon/color-icon/default": "#505a5f";
|
|
994
|
+
readonly "com/input/field/default/icon/color-icon/hover": "#505a5f";
|
|
995
|
+
readonly "com/input/field/default/icon/color-icon/active": "#343d41";
|
|
900
996
|
readonly "com/input/field/negative/background/default": "#fef8f7";
|
|
901
997
|
readonly "com/input/field/negative/background/hover": "#fef8f7";
|
|
902
998
|
readonly "com/input/field/negative/background/active": "#f8f9fb";
|
|
@@ -905,14 +1001,14 @@ declare const _default: {
|
|
|
905
1001
|
readonly "com/input/field/negative/border/active": "#f2685b";
|
|
906
1002
|
readonly "com/input/field/negative/label/color-text/inputed": "#2a3034";
|
|
907
1003
|
readonly "com/input/field/negative/label/color-text/placeholder": "#828f96";
|
|
908
|
-
readonly "com/input/field/negative/icon/color-icon/default": "#
|
|
909
|
-
readonly "com/input/field/negative/icon/color-icon/hover": "#
|
|
910
|
-
readonly "com/input/field/negative/icon/color-icon/active": "#
|
|
1004
|
+
readonly "com/input/field/negative/icon/color-icon/default": "#69757c";
|
|
1005
|
+
readonly "com/input/field/negative/icon/color-icon/hover": "#69757c";
|
|
1006
|
+
readonly "com/input/field/negative/icon/color-icon/active": "#343d41";
|
|
911
1007
|
readonly "com/input/suffix/right-padding": "4px";
|
|
912
1008
|
readonly "com/input/suffix/left-padding": "8px";
|
|
913
1009
|
readonly "com/input/suffix/horizontal-gap": "4px";
|
|
914
1010
|
readonly "com/input/suffix/label/color-text": "#2a3034";
|
|
915
|
-
readonly "com/input/suffix/icon/color-icon": "#
|
|
1011
|
+
readonly "com/input/suffix/icon/color-icon": "#343d41";
|
|
916
1012
|
readonly "com/input/suffix/icon/size-icon": "20px";
|
|
917
1013
|
readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
|
|
918
1014
|
readonly "com/input/suffix/divider/stroke-width": "1px";
|
|
@@ -920,7 +1016,7 @@ declare const _default: {
|
|
|
920
1016
|
readonly "com/input/prefix/left-padding": "4px";
|
|
921
1017
|
readonly "com/input/prefix/horizontal-gap": "4px";
|
|
922
1018
|
readonly "com/input/prefix/label/color-text": "#2a3034";
|
|
923
|
-
readonly "com/input/prefix/icon/color-icon": "#
|
|
1019
|
+
readonly "com/input/prefix/icon/color-icon": "#343d41";
|
|
924
1020
|
readonly "com/input/prefix/icon/size-icon": "20px";
|
|
925
1021
|
readonly "com/input/prefix/divider/color-stroke": "#0a2f4d22";
|
|
926
1022
|
readonly "com/input/prefix/divider/stroke-width": "1px";
|
|
@@ -928,15 +1024,15 @@ declare const _default: {
|
|
|
928
1024
|
readonly "com/input/dropdown/horizontal-gap": "4px";
|
|
929
1025
|
readonly "com/input/dropdown/label/color-text/default": "#2a3034";
|
|
930
1026
|
readonly "com/input/dropdown/label/color-text/hover": "#2a3034";
|
|
931
|
-
readonly "com/input/dropdown/icon/color-icon/default": "#
|
|
932
|
-
readonly "com/input/dropdown/icon/color-icon/hover": "#
|
|
1027
|
+
readonly "com/input/dropdown/icon/color-icon/default": "#343d41";
|
|
1028
|
+
readonly "com/input/dropdown/icon/color-icon/hover": "#343d41";
|
|
933
1029
|
readonly "com/input/dropdown/background/default": "#ffffff00";
|
|
934
1030
|
readonly "com/input/dropdown/background/hover": "#02305e16";
|
|
935
1031
|
readonly "com/input/dropdown/background/pressed": "#0a2f4d22";
|
|
936
1032
|
readonly "com/input/dropdown/background/actived": "#00375b0e";
|
|
937
1033
|
readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d22";
|
|
938
1034
|
readonly "com/input/dropdown/divider/stroke-width": "1px";
|
|
939
|
-
readonly "com/input/character-limit/horizontal-padding": "
|
|
1035
|
+
readonly "com/input/character-limit/horizontal-padding": "2px";
|
|
940
1036
|
readonly "com/input/character-limit/label/default/color-text": "#828f96";
|
|
941
1037
|
readonly "com/input/character-limit/label/over-limit/color-text": "#d8473c";
|
|
942
1038
|
readonly "com/input/resize-handle/resize": "#2a3034";
|
|
@@ -947,33 +1043,34 @@ declare const _default: {
|
|
|
947
1043
|
readonly "com/link/size-sm/size-icon": "16px";
|
|
948
1044
|
readonly "com/link/size-sm/horizontal-gap": "4px";
|
|
949
1045
|
readonly "com/link/disable/label-color": "#a3aeb5";
|
|
950
|
-
readonly "com/link/disable/icon-color": "#
|
|
1046
|
+
readonly "com/link/disable/icon-color": "#a3aeb5";
|
|
951
1047
|
readonly "com/link/disable-invert/label-color": "#ffffff82";
|
|
952
|
-
readonly "com/link/disable-invert/icon-color": "#
|
|
1048
|
+
readonly "com/link/disable-invert/icon-color": "#ffffff82";
|
|
953
1049
|
readonly "com/link/primary/label-color/default": "#2a30a0";
|
|
954
1050
|
readonly "com/link/primary/label-color/hover": "#3263e7";
|
|
955
1051
|
readonly "com/link/primary/icon-color/default": "#2a30a0";
|
|
956
|
-
readonly "com/link/primary/icon-color/hover": "#
|
|
1052
|
+
readonly "com/link/primary/icon-color/hover": "#3263e7";
|
|
957
1053
|
readonly "com/link/secondary/label-color/default": "#41494e";
|
|
958
1054
|
readonly "com/link/secondary/label-color/hover": "#2f3cc1";
|
|
959
|
-
readonly "com/link/secondary/icon-color/default": "#
|
|
960
|
-
readonly "com/link/secondary/icon-color/hover": "#
|
|
1055
|
+
readonly "com/link/secondary/icon-color/default": "#41494e";
|
|
1056
|
+
readonly "com/link/secondary/icon-color/hover": "#2f3cc1";
|
|
961
1057
|
readonly "com/link/negative/label-color/default": "#a80a12";
|
|
962
1058
|
readonly "com/link/negative/label-color/hover": "#d8473c";
|
|
963
1059
|
readonly "com/link/negative/icon-color/default": "#a80a12";
|
|
964
|
-
readonly "com/link/negative/icon-color/hover": "#
|
|
1060
|
+
readonly "com/link/negative/icon-color/hover": "#d8473c";
|
|
965
1061
|
readonly "com/link/invert/label-color/default": "#ffffff";
|
|
966
1062
|
readonly "com/link/invert/label-color/hover": "#ffffff";
|
|
967
1063
|
readonly "com/link/invert/icon-color/default": "#ffffff";
|
|
968
1064
|
readonly "com/link/invert/icon-color/hover": "#ffffff";
|
|
969
1065
|
readonly "com/menu/background-color": "#ffffff";
|
|
1066
|
+
readonly "com/menu/vertical-gap": "4px";
|
|
970
1067
|
readonly "com/menu/top-padding": "8px";
|
|
971
1068
|
readonly "com/menu/right-padding": "8px";
|
|
972
1069
|
readonly "com/menu/bottom-padding": "8px";
|
|
973
1070
|
readonly "com/menu/left-padding": "8px";
|
|
974
1071
|
readonly "com/menu/corner-radius": "12px";
|
|
975
1072
|
readonly "com/menu/min-width": "132px";
|
|
976
|
-
readonly "com/menu/max-height": "
|
|
1073
|
+
readonly "com/menu/max-height": "780px";
|
|
977
1074
|
readonly "com/menu/height": "204px";
|
|
978
1075
|
readonly "com/menu/search-bar/size": "Md (36)";
|
|
979
1076
|
readonly "com/menu/scrollbar/direction": "Vertical";
|
|
@@ -998,61 +1095,63 @@ declare const _default: {
|
|
|
998
1095
|
readonly "com/menu/item/size-lg/min-height": "44px";
|
|
999
1096
|
readonly "com/menu/item/size-lg/icon/size-icon": "20px";
|
|
1000
1097
|
readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
|
|
1001
|
-
readonly "com/menu/item/action/icon/color-icon/hover": "#
|
|
1002
|
-
readonly "com/menu/item/action/label/color-text/default": "#
|
|
1098
|
+
readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
|
|
1099
|
+
readonly "com/menu/item/action/label/color-text/default": "#41494e";
|
|
1003
1100
|
readonly "com/menu/item/action/label/color-text/hover": "#2a3034";
|
|
1004
1101
|
readonly "com/menu/item/action/description/color-text/default": "#828f96";
|
|
1005
|
-
readonly "com/menu/item/action/description/color-text/hover": "#
|
|
1102
|
+
readonly "com/menu/item/action/description/color-text/hover": "#41494e";
|
|
1006
1103
|
readonly "com/menu/item/action/background-color/default": "#ffffff00";
|
|
1007
1104
|
readonly "com/menu/item/action/background-color/hover": "#02305e16";
|
|
1008
1105
|
readonly "com/menu/item/action/background-color/selected": "#00375b0e";
|
|
1009
1106
|
readonly "com/menu/item/action/badge/size": "Sm (20)";
|
|
1010
1107
|
readonly "com/menu/item/action/badge/theme": "Neutral - Light";
|
|
1011
|
-
readonly "com/menu/item/leveling/label/color-text/default": "#
|
|
1108
|
+
readonly "com/menu/item/leveling/label/color-text/default": "#41494e";
|
|
1012
1109
|
readonly "com/menu/item/leveling/label/color-text/hover": "#2a3034";
|
|
1013
1110
|
readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
|
|
1014
1111
|
readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
|
|
1015
|
-
readonly "com/menu/item/leveling/description/color-text/hover": "#
|
|
1112
|
+
readonly "com/menu/item/leveling/description/color-text/hover": "#41494e";
|
|
1016
1113
|
readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
|
|
1017
1114
|
readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
|
|
1018
|
-
readonly "com/menu/item/leveling/icon/color-icon/hover": "#
|
|
1019
|
-
readonly "com/menu/item/leveling/icon/color-icon/selected": "#
|
|
1115
|
+
readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
|
|
1116
|
+
readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
|
|
1020
1117
|
readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
|
|
1021
1118
|
readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
|
|
1022
|
-
readonly "com/menu/item/leveling/background-color/selected": "#
|
|
1023
|
-
readonly "com/menu/item/select-able/label/color-text/default": "#
|
|
1119
|
+
readonly "com/menu/item/leveling/background-color/selected": "#eff6ff";
|
|
1120
|
+
readonly "com/menu/item/select-able/label/color-text/default": "#41494e";
|
|
1024
1121
|
readonly "com/menu/item/select-able/label/color-text/hover": "#2a3034";
|
|
1025
1122
|
readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
|
|
1026
1123
|
readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
|
|
1027
|
-
readonly "com/menu/item/select-able/description/color-text/hover": "#
|
|
1124
|
+
readonly "com/menu/item/select-able/description/color-text/hover": "#41494e";
|
|
1028
1125
|
readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
|
|
1029
1126
|
readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
|
|
1030
|
-
readonly "com/menu/item/select-able/icon/color-icon/hover": "#
|
|
1031
|
-
readonly "com/menu/item/select-able/icon/color-icon/selected": "#
|
|
1127
|
+
readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
|
|
1128
|
+
readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
|
|
1032
1129
|
readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
|
|
1033
1130
|
readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
|
|
1034
|
-
readonly "com/menu/item/select-able/background-color/selected": "#
|
|
1131
|
+
readonly "com/menu/item/select-able/background-color/selected": "#eff6ff";
|
|
1035
1132
|
readonly "com/menu/item/disable/label/color-text": "#828f96";
|
|
1036
1133
|
readonly "com/menu/item/disable/description/color-text": "#828f96";
|
|
1037
1134
|
readonly "com/menu/item/disable/icon/color-icon": "#828f96";
|
|
1038
1135
|
readonly "com/menu/item/disable/background/background-color": "#ffffff00";
|
|
1039
|
-
readonly "com/menu/item/action-negative/icon/color-icon/default": "#
|
|
1040
|
-
readonly "com/menu/item/action-negative/icon/color-icon/hover": "#
|
|
1041
|
-
readonly "com/menu/item/action-negative/label/color-text/default": "#
|
|
1042
|
-
readonly "com/menu/item/action-negative/label/color-text/hover": "#
|
|
1136
|
+
readonly "com/menu/item/action-negative/icon/color-icon/default": "#d0121c";
|
|
1137
|
+
readonly "com/menu/item/action-negative/icon/color-icon/hover": "#d0121c";
|
|
1138
|
+
readonly "com/menu/item/action-negative/label/color-text/default": "#d0121c";
|
|
1139
|
+
readonly "com/menu/item/action-negative/label/color-text/hover": "#d0121c";
|
|
1043
1140
|
readonly "com/menu/item/action-negative/description/color-text/default": "#828f96";
|
|
1044
|
-
readonly "com/menu/item/action-negative/description/color-text/hover": "#
|
|
1141
|
+
readonly "com/menu/item/action-negative/description/color-text/hover": "#41494e";
|
|
1045
1142
|
readonly "com/menu/item/action-negative/background-color/default": "#ffffff00";
|
|
1046
1143
|
readonly "com/menu/item/action-negative/background-color/hover": "#fee9e7";
|
|
1047
1144
|
readonly "com/menu/item/action-negative/background-color/selected": "#feeeed";
|
|
1048
1145
|
readonly "com/menu/item/action-negative/badge/size": "Sm (20)";
|
|
1049
1146
|
readonly "com/menu/item/action-negative/badge/theme": "Neutral - Light";
|
|
1050
|
-
readonly "com/navigation/background-color": "#
|
|
1147
|
+
readonly "com/navigation/background-color": "#242173";
|
|
1051
1148
|
readonly "com/navigation/corner-radius": "28px";
|
|
1052
1149
|
readonly "com/navigation/width": "280px";
|
|
1150
|
+
readonly "com/navigation/vertical-gap": "4px";
|
|
1053
1151
|
readonly "com/navigation/title/expand/horizontal-gap": "8px";
|
|
1054
1152
|
readonly "com/navigation/title/expand/horizontal-padding": "12px";
|
|
1055
1153
|
readonly "com/navigation/title/expand/top-padding": "2px";
|
|
1154
|
+
readonly "com/navigation/title/expand/background-color": "#0d2e433d";
|
|
1056
1155
|
readonly "com/navigation/title/default/horizontal-padding": "12px";
|
|
1057
1156
|
readonly "com/navigation/title/default/top-padding": "2px";
|
|
1058
1157
|
readonly "com/navigation/title/auto-collapse/horizontal-gap": "8px";
|
|
@@ -1067,23 +1166,29 @@ declare const _default: {
|
|
|
1067
1166
|
readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
|
|
1068
1167
|
readonly "com/navigation/title/app-title/border/stroke-width": "1px";
|
|
1069
1168
|
readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d22";
|
|
1070
|
-
readonly "com/navigation/title/app-title/label/color-text": "#
|
|
1071
|
-
readonly "com/navigation/function/horizontal-padding": "
|
|
1072
|
-
readonly "com/navigation/function/top-padding": "
|
|
1169
|
+
readonly "com/navigation/title/app-title/label/color-text": "#ffffff";
|
|
1170
|
+
readonly "com/navigation/function/horizontal-padding": "12px";
|
|
1171
|
+
readonly "com/navigation/function/top-padding": "16px";
|
|
1073
1172
|
readonly "com/navigation/function/bottom-padding": "16px";
|
|
1074
1173
|
readonly "com/navigation/footer/horizontal-padding": "16px";
|
|
1075
1174
|
readonly "com/navigation/footer/vertical-padding": "24px";
|
|
1076
1175
|
readonly "com/navigation/footer/logo/horizontal-padding": "8px";
|
|
1077
|
-
readonly "com/navigation/footer/logo/color-logo": "#
|
|
1078
|
-
readonly "com/navigation/footer/logo/color-text": "#
|
|
1176
|
+
readonly "com/navigation/footer/logo/color-logo": "#ffffff";
|
|
1177
|
+
readonly "com/navigation/footer/logo/color-text": "#ffffff";
|
|
1079
1178
|
readonly "com/navigation/footer/divider/stroke-width": "1px";
|
|
1080
|
-
readonly "com/navigation/footer/divider/color-stroke": "#
|
|
1179
|
+
readonly "com/navigation/footer/divider/color-stroke": "#ffffff49";
|
|
1081
1180
|
readonly "com/navigation/icon/default": "#505a5f";
|
|
1082
1181
|
readonly "com/navigation/icon/hover": "#505a5f";
|
|
1083
|
-
readonly "com/navigation/icon/active": "#
|
|
1084
|
-
readonly "com/navigation/
|
|
1085
|
-
readonly "com/navigation/
|
|
1086
|
-
readonly "com/navigation/
|
|
1182
|
+
readonly "com/navigation/icon/active": "#2f3cc1";
|
|
1183
|
+
readonly "com/navigation/icon-invert/default": "#ffffff";
|
|
1184
|
+
readonly "com/navigation/icon-invert/hover": "#ffffff";
|
|
1185
|
+
readonly "com/navigation/icon-invert/active": "#ffffff";
|
|
1186
|
+
readonly "com/navigation/label/default": "#41494e";
|
|
1187
|
+
readonly "com/navigation/label/hover": "#41494e";
|
|
1188
|
+
readonly "com/navigation/label/active": "#2a30a0";
|
|
1189
|
+
readonly "com/navigation/label-invert/default": "#ffffff";
|
|
1190
|
+
readonly "com/navigation/label-invert/hover": "#ffffff";
|
|
1191
|
+
readonly "com/navigation/label-invert/active": "#ffffff";
|
|
1087
1192
|
readonly "com/navigation/expand-items/size-lg/horizontal-gap": "8px";
|
|
1088
1193
|
readonly "com/navigation/expand-items/size-lg/horizontal-padding": "8px";
|
|
1089
1194
|
readonly "com/navigation/expand-items/size-lg/vertical-padding": "8px";
|
|
@@ -1097,7 +1202,11 @@ declare const _default: {
|
|
|
1097
1202
|
readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
|
|
1098
1203
|
readonly "com/navigation/expand-items/background-color/hover": "#02305e16";
|
|
1099
1204
|
readonly "com/navigation/expand-items/background-color/active": "#00375b0e";
|
|
1205
|
+
readonly "com/navigation/expand-items/background-color-invert/default": "#ffffff00";
|
|
1206
|
+
readonly "com/navigation/expand-items/background-color-invert/hover": "#ffffff30";
|
|
1207
|
+
readonly "com/navigation/expand-items/background-color-invert/active": "#ffffff1c";
|
|
1100
1208
|
readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
|
|
1209
|
+
readonly "com/navigation/expand-items/child-active/active-mark-invert": "#ffffff";
|
|
1101
1210
|
readonly "com/navigation/expand-items/badge/size": "Xs (16)";
|
|
1102
1211
|
readonly "com/navigation/compact-items/horizontal-gap": "8px";
|
|
1103
1212
|
readonly "com/navigation/compact-items/horizontal-padding": "12px";
|
|
@@ -1105,9 +1214,16 @@ declare const _default: {
|
|
|
1105
1214
|
readonly "com/navigation/compact-items/corner-radius": "8px";
|
|
1106
1215
|
readonly "com/navigation/compact-items/height": "44px";
|
|
1107
1216
|
readonly "com/navigation/compact-items/width": "44px";
|
|
1217
|
+
readonly "com/navigation/compact-items/size-lg/height": "44px";
|
|
1218
|
+
readonly "com/navigation/compact-items/size-lg/width": "44px";
|
|
1219
|
+
readonly "com/navigation/compact-items/size-md/height": "36px";
|
|
1220
|
+
readonly "com/navigation/compact-items/size-md/width": "36px";
|
|
1108
1221
|
readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
|
|
1109
1222
|
readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
|
|
1110
|
-
readonly "com/navigation/compact-items/background-color/active": "#
|
|
1223
|
+
readonly "com/navigation/compact-items/background-color/active": "#00375b0e";
|
|
1224
|
+
readonly "com/navigation/compact-items/background-color-invert/default": "#ffffff00";
|
|
1225
|
+
readonly "com/navigation/compact-items/background-color-invert/hover": "#ffffff30";
|
|
1226
|
+
readonly "com/navigation/compact-items/background-color-invert/active": "#ffffff1c";
|
|
1111
1227
|
readonly "com/notification/horizontal-padding": "16px";
|
|
1112
1228
|
readonly "com/notification/vertical-padding": "16px";
|
|
1113
1229
|
readonly "com/notification/horizontal-gap": "12px";
|
|
@@ -1128,18 +1244,18 @@ declare const _default: {
|
|
|
1128
1244
|
readonly "com/notification/theme/label/color-text/positive": "#2a3034";
|
|
1129
1245
|
readonly "com/notification/theme/label/color-text/caution": "#2a3034";
|
|
1130
1246
|
readonly "com/notification/theme/label/color-text/negative": "#2a3034";
|
|
1131
|
-
readonly "com/notification/theme/description/color-text/default": "#
|
|
1132
|
-
readonly "com/notification/theme/description/color-text/info": "#
|
|
1133
|
-
readonly "com/notification/theme/description/color-text/positive": "#
|
|
1134
|
-
readonly "com/notification/theme/description/color-text/caution": "#
|
|
1135
|
-
readonly "com/notification/theme/description/color-text/negative": "#
|
|
1247
|
+
readonly "com/notification/theme/description/color-text/default": "#41494e";
|
|
1248
|
+
readonly "com/notification/theme/description/color-text/info": "#41494e";
|
|
1249
|
+
readonly "com/notification/theme/description/color-text/positive": "#41494e";
|
|
1250
|
+
readonly "com/notification/theme/description/color-text/caution": "#41494e";
|
|
1251
|
+
readonly "com/notification/theme/description/color-text/negative": "#41494e";
|
|
1136
1252
|
readonly "com/notification/theme/border/color-stroke/default": "#0d2e433d";
|
|
1137
1253
|
readonly "com/notification/theme/border/color-stroke/hover": "#00152096";
|
|
1138
1254
|
readonly "com/notification/theme/border/color-stroke/pressed": "#00152096";
|
|
1139
1255
|
readonly "com/notification/theme/status-line/background-color/default": "#828f96";
|
|
1140
1256
|
readonly "com/notification/theme/status-line/background-color/info": "#0083f0";
|
|
1141
1257
|
readonly "com/notification/theme/status-line/background-color/positive": "#00914a";
|
|
1142
|
-
readonly "com/notification/theme/status-line/background-color/caution": "#
|
|
1258
|
+
readonly "com/notification/theme/status-line/background-color/caution": "#d36f00";
|
|
1143
1259
|
readonly "com/notification/theme/status-line/background-color/negative": "#d8473c";
|
|
1144
1260
|
readonly "com/notification/theme/featured-icon/default": "Neutral";
|
|
1145
1261
|
readonly "com/notification/theme/featured-icon/info": "Info";
|
|
@@ -1156,11 +1272,11 @@ declare const _default: {
|
|
|
1156
1272
|
readonly "com/pagination/vertical-padding": "16px";
|
|
1157
1273
|
readonly "com/pagination/horizontal-gap": "16px";
|
|
1158
1274
|
readonly "com/pagination/height": "56px";
|
|
1159
|
-
readonly "com/pagination/horizontal-padding": "
|
|
1275
|
+
readonly "com/pagination/horizontal-padding": "12px";
|
|
1160
1276
|
readonly "com/pagination/divider/stroke-width": "1px";
|
|
1161
1277
|
readonly "com/pagination/divider/color-stroke": "#0a2f4d22";
|
|
1162
|
-
readonly "com/pagination/range-number/label/color-text": "#
|
|
1163
|
-
readonly "com/pagination/range-number/label/color-number": "#
|
|
1278
|
+
readonly "com/pagination/range-number/label/color-text": "#2a3034";
|
|
1279
|
+
readonly "com/pagination/range-number/label/color-number": "#2a3034";
|
|
1164
1280
|
readonly "com/pagination/record-number/background-color": "#ffffff";
|
|
1165
1281
|
readonly "com/pagination/record-number/horizontal-gap": "4px";
|
|
1166
1282
|
readonly "com/pagination/record-number/horizontal-padding": "4px";
|
|
@@ -1176,13 +1292,19 @@ declare const _default: {
|
|
|
1176
1292
|
readonly "com/pagination/navigation/page-number/height": "24px";
|
|
1177
1293
|
readonly "com/pagination/navigation/page-number/min-with": "24px";
|
|
1178
1294
|
readonly "com/pagination/navigation/page-number/corner-radius": "6px";
|
|
1179
|
-
readonly "com/pagination/navigation/page-number/label/color-text/default": "#
|
|
1180
|
-
readonly "com/pagination/navigation/page-number/label/color-text/hover": "#
|
|
1181
|
-
readonly "com/pagination/navigation/page-number/label/color-text/pressed": "#
|
|
1182
|
-
readonly "com/pagination/navigation/page-number/label/color-text/active": "#
|
|
1183
|
-
readonly "com/pagination/navigation/page-number/
|
|
1184
|
-
readonly "com/pagination/navigation/page-number/
|
|
1185
|
-
readonly "com/pagination/navigation/page-number/
|
|
1295
|
+
readonly "com/pagination/navigation/page-number/label/color-text/default": "#2a3034";
|
|
1296
|
+
readonly "com/pagination/navigation/page-number/label/color-text/hover": "#3263e7";
|
|
1297
|
+
readonly "com/pagination/navigation/page-number/label/color-text/pressed": "#242173";
|
|
1298
|
+
readonly "com/pagination/navigation/page-number/label/color-text/active": "#2f3cc1";
|
|
1299
|
+
readonly "com/pagination/navigation/page-number/border/default": "#ffffff00";
|
|
1300
|
+
readonly "com/pagination/navigation/page-number/border/hover": "#ffffff00";
|
|
1301
|
+
readonly "com/pagination/navigation/page-number/border/pressed": "#ffffff00";
|
|
1302
|
+
readonly "com/pagination/navigation/page-number/border/active": "#2f3cc1";
|
|
1303
|
+
readonly "com/pagination/navigation/page-number/background/background-color/hover": "#e6f1ff";
|
|
1304
|
+
readonly "com/pagination/navigation/page-number/background/background-color/pressed": "#cee2f8";
|
|
1305
|
+
readonly "com/pagination/navigation/page-number/background/background-color/active": "#ffffff";
|
|
1306
|
+
readonly "com/pagination/navigation/page-number/disable/border/default": "#ffffff00";
|
|
1307
|
+
readonly "com/pagination/navigation/page-number/disable/border/active": "#02305e16";
|
|
1186
1308
|
readonly "com/pagination/navigation/page-number/disable/label/color-text/default": "#828f96";
|
|
1187
1309
|
readonly "com/pagination/navigation/page-number/disable/label/color-text/active": "#828f96";
|
|
1188
1310
|
readonly "com/pagination/navigation/page-number/disable/background/background-color/active": "#e9edf1";
|
|
@@ -1194,21 +1316,22 @@ declare const _default: {
|
|
|
1194
1316
|
readonly "com/popup/header/bottom-padding": "16px";
|
|
1195
1317
|
readonly "com/popup/header/left-padding": "20px";
|
|
1196
1318
|
readonly "com/popup/header/right-padding": "20px";
|
|
1319
|
+
readonly "com/popup/header/vertical-gap": "16px";
|
|
1197
1320
|
readonly "com/popup/header/pictogram/background-color": "#ffffff";
|
|
1198
1321
|
readonly "com/popup/header/pictogram/color-stroke": "#0d2e433d";
|
|
1199
|
-
readonly "com/popup/header/pictogram/color-icon": "#
|
|
1322
|
+
readonly "com/popup/header/pictogram/color-icon": "#343d41";
|
|
1200
1323
|
readonly "com/popup/header/pictogram/stroke-width": "1px";
|
|
1201
1324
|
readonly "com/popup/header/pictogram/corner-radius": "12px";
|
|
1202
1325
|
readonly "com/popup/header/popup-title/color-text": "#2a3034";
|
|
1203
|
-
readonly "com/popup/header/popup-description/color-text": "#
|
|
1326
|
+
readonly "com/popup/header/popup-description/color-text": "#41494e";
|
|
1204
1327
|
readonly "com/popup/header/title-n-content/vertical-gap": "4px";
|
|
1205
1328
|
readonly "com/popup/header/title-n-content/right-padding": "20px";
|
|
1206
1329
|
readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
|
|
1207
1330
|
readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
|
|
1208
1331
|
readonly "com/popup/body/vertical-gap": "16px";
|
|
1209
|
-
readonly "com/popup/body/
|
|
1332
|
+
readonly "com/popup/body/vertical-padding": "16px";
|
|
1333
|
+
readonly "com/popup/body/horizontal-padding": "16px";
|
|
1210
1334
|
readonly "com/popup/body/background-color": "#ffffff";
|
|
1211
|
-
readonly "com/popup/body/content/horizontal-padding": "20px";
|
|
1212
1335
|
readonly "com/popup/body/divider/color-stroke": "#0a2f4d22";
|
|
1213
1336
|
readonly "com/popup/body/divider/stroke-width": "1px";
|
|
1214
1337
|
readonly "com/popup/footer/background": "#ffffff";
|
|
@@ -1223,52 +1346,78 @@ declare const _default: {
|
|
|
1223
1346
|
readonly "com/popup/footer/stepper/stepper-display/right-padding": "8px";
|
|
1224
1347
|
readonly "com/popup/footer/stepper/stepper-display/corner-radius": "8px";
|
|
1225
1348
|
readonly "com/popup/footer/stepper/current-step/color-text": "#2a3034";
|
|
1226
|
-
readonly "com/popup/footer/stepper/total-step/color-text": "#
|
|
1227
|
-
readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#
|
|
1228
|
-
readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#
|
|
1229
|
-
readonly "com/popup/footer/type-information/information-message/color-text": "#
|
|
1349
|
+
readonly "com/popup/footer/stepper/total-step/color-text": "#41494e";
|
|
1350
|
+
readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#69757c";
|
|
1351
|
+
readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#69757c";
|
|
1352
|
+
readonly "com/popup/footer/type-information/information-message/color-text": "#41494e";
|
|
1230
1353
|
readonly "com/popup/footer/type-information/info-content-wrap/horizontal-gap": "8px";
|
|
1231
1354
|
readonly "com/popup/footer/action/vertical-gap": "12px";
|
|
1232
1355
|
readonly "com/popup/footer/action/horizontal-padding": "20px";
|
|
1233
1356
|
readonly "com/popup/footer/action/bottom-padding": "16px";
|
|
1357
|
+
readonly "com/progress-indicator/default/background-color": "#e6f1ff";
|
|
1358
|
+
readonly "com/progress-indicator/default/indicator/lead-color": "#2f3cc1";
|
|
1359
|
+
readonly "com/progress-indicator/default/indicator/trail-color": "#ffffff1c";
|
|
1360
|
+
readonly "com/progress-indicator/invert/background-color": "#ffffff1c";
|
|
1361
|
+
readonly "com/progress-indicator/invert/indicator/lead-color": "#ffffff";
|
|
1362
|
+
readonly "com/progress-indicator/invert/indicator/trail-color": "#ffffff00";
|
|
1363
|
+
readonly "com/progress-indicator/circular/size-xs/width": "16px";
|
|
1364
|
+
readonly "com/progress-indicator/circular/size-xs/indicator/stroke-width": "1.3px";
|
|
1365
|
+
readonly "com/progress-indicator/circular/size-xs/indicator/indicator": "12px";
|
|
1366
|
+
readonly "com/progress-indicator/circular/size-sm/width": "20px";
|
|
1367
|
+
readonly "com/progress-indicator/circular/size-sm/indicator/stroke-width": "2px";
|
|
1368
|
+
readonly "com/progress-indicator/circular/size-sm/indicator/indicator": "16px";
|
|
1369
|
+
readonly "com/progress-indicator/circular/size-md/width": "36px";
|
|
1370
|
+
readonly "com/progress-indicator/circular/size-md/indicator/stroke-width": "3px";
|
|
1371
|
+
readonly "com/progress-indicator/circular/size-md/indicator/indicator": "24px";
|
|
1372
|
+
readonly "com/progress-indicator/circular/size-lg/width": "44px";
|
|
1373
|
+
readonly "com/progress-indicator/circular/size-lg/indicator/stroke-width": "4px";
|
|
1374
|
+
readonly "com/progress-indicator/circular/size-lg/indicator/indicator": "28px";
|
|
1375
|
+
readonly "com/progress-indicator/linear/size-sm/height": "2px";
|
|
1376
|
+
readonly "com/progress-indicator/linear/size-md/height": "4px";
|
|
1377
|
+
readonly "com/progress-indicator/linear/size-lg/height": "8px";
|
|
1234
1378
|
readonly "com/radio/horizontal-gap": "8px";
|
|
1235
1379
|
readonly "com/radio/item/stroke-width": "1px";
|
|
1236
1380
|
readonly "com/radio/item/corner-radius": "9999px";
|
|
1237
1381
|
readonly "com/radio/item/marked/background-color/default": "#2f3cc1";
|
|
1238
1382
|
readonly "com/radio/item/marked/background-color/hover": "#3263e7";
|
|
1239
1383
|
readonly "com/radio/item/marked/background-color/disable": "#e9edf1";
|
|
1240
|
-
readonly "com/radio/item/marked/color-stroke/disable": "#
|
|
1384
|
+
readonly "com/radio/item/marked/color-stroke/disable": "#02305e16";
|
|
1241
1385
|
readonly "com/radio/item/marked/shape/color-shape/default": "#ffffff";
|
|
1242
1386
|
readonly "com/radio/item/marked/shape/color-shape/disable": "#828f96";
|
|
1243
|
-
readonly "com/radio/item/unmarked/background-color/default": "#
|
|
1244
|
-
readonly "com/radio/item/unmarked/background-color/hover": "#
|
|
1245
|
-
readonly "com/radio/item/unmarked/background-color/disable": "#
|
|
1387
|
+
readonly "com/radio/item/unmarked/background-color/default": "#ffffff";
|
|
1388
|
+
readonly "com/radio/item/unmarked/background-color/hover": "#dee3e7";
|
|
1389
|
+
readonly "com/radio/item/unmarked/background-color/disable": "#e9edf1";
|
|
1246
1390
|
readonly "com/radio/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
1247
1391
|
readonly "com/radio/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
1248
|
-
readonly "com/radio/item/unmarked/color-stroke/disable": "#
|
|
1392
|
+
readonly "com/radio/item/unmarked/color-stroke/disable": "#02305e16";
|
|
1249
1393
|
readonly "com/radio/item/size-sm/height": "16px";
|
|
1250
1394
|
readonly "com/radio/item/size-sm/width": "16px";
|
|
1251
1395
|
readonly "com/radio/item/size-md/height": "20px";
|
|
1252
1396
|
readonly "com/radio/item/size-md/width": "20px";
|
|
1253
1397
|
readonly "com/radio/content/vertical-gap": "4px";
|
|
1254
1398
|
readonly "com/radio/content/primary/label/color-text": "#2a3034";
|
|
1255
|
-
readonly "com/radio/content/primary/description/color-text": "#
|
|
1399
|
+
readonly "com/radio/content/primary/description/color-text": "#41494e";
|
|
1256
1400
|
readonly "com/radio/content/secondary/label/color-text": "#2a3034";
|
|
1257
|
-
readonly "com/radio/content/secondary/description/color-text": "#
|
|
1258
|
-
readonly "com/radio/content/tertiary/label/color-text": "#
|
|
1259
|
-
readonly "com/radio/content/tertiary/description/color-text": "#
|
|
1401
|
+
readonly "com/radio/content/secondary/description/color-text": "#41494e";
|
|
1402
|
+
readonly "com/radio/content/tertiary/label/color-text": "#41494e";
|
|
1403
|
+
readonly "com/radio/content/tertiary/description/color-text": "#41494e";
|
|
1260
1404
|
readonly "com/radio/content/disable/label/color-text": "#828f96";
|
|
1261
1405
|
readonly "com/radio/content/disable/description/color-text": "#828f96";
|
|
1262
1406
|
readonly "com/scrollbar/horizontal-padding": "2px";
|
|
1263
1407
|
readonly "com/scrollbar/vertical-padding": "2px";
|
|
1264
1408
|
readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
|
|
1265
1409
|
readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
|
|
1410
|
+
readonly "com/scrollbar/thumb/background-color/hover": "#0d2e433d";
|
|
1266
1411
|
readonly "com/scrollbar/thumb/background-color/pressed": "#09233182";
|
|
1412
|
+
readonly "com/scrollbar/thumb/background-color-invert/default": "#ffffff1c";
|
|
1413
|
+
readonly "com/scrollbar/thumb/background-color-invert/hover": "#ffffff1c";
|
|
1414
|
+
readonly "com/scrollbar/thumb/background-color-invert/pressed": "#ffffff65";
|
|
1267
1415
|
readonly "com/scrollbar/thumb/thumb-width/default": "6px";
|
|
1268
1416
|
readonly "com/scrollbar/thumb/thumb-width/hover": "12px";
|
|
1269
1417
|
readonly "com/scrollbar/thumb/thumb-width/pressed": "12px";
|
|
1270
1418
|
readonly "com/scrollbar/thumb/border/stroke-width": "1px";
|
|
1271
1419
|
readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
|
|
1420
|
+
readonly "com/scrollbar/thumb/border/stroke-color-invert": "#ffffff30";
|
|
1272
1421
|
readonly "com/segmented/corner-radius/xs": "6px";
|
|
1273
1422
|
readonly "com/segmented/corner-radius/sm": "6px";
|
|
1274
1423
|
readonly "com/segmented/corner-radius/md": "8px";
|
|
@@ -1307,7 +1456,7 @@ declare const _default: {
|
|
|
1307
1456
|
readonly "com/segmented/item/only-icon/size-xs/horizontal-padding": "3px";
|
|
1308
1457
|
readonly "com/segmented/item/only-icon/size-xs/vertical-padding": "3px";
|
|
1309
1458
|
readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
1310
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#
|
|
1459
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#69757c";
|
|
1311
1460
|
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
|
|
1312
1461
|
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
|
|
1313
1462
|
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
|
|
@@ -1315,7 +1464,7 @@ declare const _default: {
|
|
|
1315
1464
|
readonly "com/segmented/item/only-icon/size-sm/horizontal-padding": "3px";
|
|
1316
1465
|
readonly "com/segmented/item/only-icon/size-sm/vertical-padding": "3px";
|
|
1317
1466
|
readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
1318
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#
|
|
1467
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#69757c";
|
|
1319
1468
|
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
|
|
1320
1469
|
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
1321
1470
|
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
|
|
@@ -1323,7 +1472,7 @@ declare const _default: {
|
|
|
1323
1472
|
readonly "com/segmented/item/only-icon/size-md/horizontal-padding": "4px";
|
|
1324
1473
|
readonly "com/segmented/item/only-icon/size-md/vertical-padding": "4px";
|
|
1325
1474
|
readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
|
|
1326
|
-
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#
|
|
1475
|
+
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#69757c";
|
|
1327
1476
|
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
|
|
1328
1477
|
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
|
|
1329
1478
|
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
|
|
@@ -1331,7 +1480,7 @@ declare const _default: {
|
|
|
1331
1480
|
readonly "com/segmented/item/only-icon/size-lg/horizontal-padding": "4px";
|
|
1332
1481
|
readonly "com/segmented/item/only-icon/size-lg/vertical-padding": "4px";
|
|
1333
1482
|
readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
1334
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#
|
|
1483
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#69757c";
|
|
1335
1484
|
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
|
|
1336
1485
|
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
1337
1486
|
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
|
|
@@ -1340,19 +1489,19 @@ declare const _default: {
|
|
|
1340
1489
|
readonly "com/segmented/item/with-label/size-xs/vertical-padding": "3px";
|
|
1341
1490
|
readonly "com/segmented/item/with-label/size-xs/sub-spacing": "2px";
|
|
1342
1491
|
readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
|
|
1343
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#
|
|
1344
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#
|
|
1345
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#
|
|
1492
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#41494e";
|
|
1493
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#41494e";
|
|
1494
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#41494e";
|
|
1346
1495
|
readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
|
|
1347
1496
|
readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
|
|
1348
1497
|
readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "3px";
|
|
1349
1498
|
readonly "com/segmented/item/with-label/size-sm/vertical-padding": "3px";
|
|
1350
1499
|
readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
|
|
1351
1500
|
readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
|
|
1352
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#
|
|
1353
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#
|
|
1354
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#
|
|
1355
|
-
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#
|
|
1501
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#41494e";
|
|
1502
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#41494e";
|
|
1503
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#41494e";
|
|
1504
|
+
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#69757c";
|
|
1356
1505
|
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/hover": "#505a5f";
|
|
1357
1506
|
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
1358
1507
|
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
|
|
@@ -1362,10 +1511,10 @@ declare const _default: {
|
|
|
1362
1511
|
readonly "com/segmented/item/with-label/size-md/vertical-padding": "4px";
|
|
1363
1512
|
readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
|
|
1364
1513
|
readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
|
|
1365
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#
|
|
1366
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#
|
|
1367
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#
|
|
1368
|
-
readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#
|
|
1514
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#41494e";
|
|
1515
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#41494e";
|
|
1516
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#41494e";
|
|
1517
|
+
readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#69757c";
|
|
1369
1518
|
readonly "com/segmented/item/with-label/size-md/icon/color-icon/hover": "#505a5f";
|
|
1370
1519
|
readonly "com/segmented/item/with-label/size-md/icon/color-icon/pressed": "#505a5f";
|
|
1371
1520
|
readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
|
|
@@ -1375,10 +1524,10 @@ declare const _default: {
|
|
|
1375
1524
|
readonly "com/segmented/item/with-label/size-lg/vertical-padding": "4px";
|
|
1376
1525
|
readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
|
|
1377
1526
|
readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
|
|
1378
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#
|
|
1379
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#
|
|
1380
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#
|
|
1381
|
-
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#
|
|
1527
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#41494e";
|
|
1528
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#41494e";
|
|
1529
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#41494e";
|
|
1530
|
+
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#69757c";
|
|
1382
1531
|
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
|
|
1383
1532
|
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
1384
1533
|
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
|
|
@@ -1430,8 +1579,8 @@ declare const _default: {
|
|
|
1430
1579
|
readonly "com/select/field/disable/color-icon": "#828f96";
|
|
1431
1580
|
readonly "com/select/field/disable/background-color": "#e9edf1";
|
|
1432
1581
|
readonly "com/select/field/disable/background-color-transparent": "#ffffff00";
|
|
1433
|
-
readonly "com/select/field/disable/stroke-color": "#
|
|
1434
|
-
readonly "com/select/field/default/background/default": "#
|
|
1582
|
+
readonly "com/select/field/disable/stroke-color": "#02305e16";
|
|
1583
|
+
readonly "com/select/field/default/background/default": "#ffffff";
|
|
1435
1584
|
readonly "com/select/field/default/background/hover": "#f8f9fb";
|
|
1436
1585
|
readonly "com/select/field/default/background/active": "#f8f9fb";
|
|
1437
1586
|
readonly "com/select/field/default/border/default": "#0d2e433d";
|
|
@@ -1439,9 +1588,9 @@ declare const _default: {
|
|
|
1439
1588
|
readonly "com/select/field/default/border/active": "#3263e7";
|
|
1440
1589
|
readonly "com/select/field/default/label/color-text/inputed": "#2a3034";
|
|
1441
1590
|
readonly "com/select/field/default/label/color-text/placeholder": "#828f96";
|
|
1442
|
-
readonly "com/select/field/default/icon/color-icon/default": "#
|
|
1443
|
-
readonly "com/select/field/default/icon/color-icon/hover": "#
|
|
1444
|
-
readonly "com/select/field/default/icon/color-icon/active": "#
|
|
1591
|
+
readonly "com/select/field/default/icon/color-icon/default": "#505a5f";
|
|
1592
|
+
readonly "com/select/field/default/icon/color-icon/hover": "#505a5f";
|
|
1593
|
+
readonly "com/select/field/default/icon/color-icon/active": "#343d41";
|
|
1445
1594
|
readonly "com/select/field/negative/background/default": "#fef8f7";
|
|
1446
1595
|
readonly "com/select/field/negative/background/hover": "#fef8f7";
|
|
1447
1596
|
readonly "com/select/field/negative/background/active": "#f8f9fb";
|
|
@@ -1450,15 +1599,15 @@ declare const _default: {
|
|
|
1450
1599
|
readonly "com/select/field/negative/border/active": "#f2685b";
|
|
1451
1600
|
readonly "com/select/field/negative/label/color-text/inputed": "#2a3034";
|
|
1452
1601
|
readonly "com/select/field/negative/label/color-text/placeholder": "#828f96";
|
|
1453
|
-
readonly "com/select/field/negative/icon/color-icon/default": "#
|
|
1454
|
-
readonly "com/select/field/negative/icon/color-icon/hover": "#
|
|
1455
|
-
readonly "com/select/field/negative/icon/color-icon/active": "#
|
|
1602
|
+
readonly "com/select/field/negative/icon/color-icon/default": "#69757c";
|
|
1603
|
+
readonly "com/select/field/negative/icon/color-icon/hover": "#69757c";
|
|
1604
|
+
readonly "com/select/field/negative/icon/color-icon/active": "#343d41";
|
|
1456
1605
|
readonly "com/select/label/horizontal-gap": "2px";
|
|
1457
1606
|
readonly "com/select/label/label/color-text": "#2a3034";
|
|
1458
|
-
readonly "com/select/label/required-mark/color-text": "#
|
|
1607
|
+
readonly "com/select/label/required-mark/color-text": "#a7051e";
|
|
1459
1608
|
readonly "com/select/hint/top-padding": "4px";
|
|
1460
|
-
readonly "com/select/hint/neutral/icon/color-icon": "#
|
|
1461
|
-
readonly "com/select/hint/neutral/label/color-text": "#
|
|
1609
|
+
readonly "com/select/hint/neutral/icon/color-icon": "#69757c";
|
|
1610
|
+
readonly "com/select/hint/neutral/label/color-text": "#41494e";
|
|
1462
1611
|
readonly "com/select/hint/disable/icon/color-icon": "#828f96";
|
|
1463
1612
|
readonly "com/select/hint/disable/label/color-text": "#828f96";
|
|
1464
1613
|
readonly "com/split-button/size-xs/width": "24px";
|
|
@@ -1473,7 +1622,7 @@ declare const _default: {
|
|
|
1473
1622
|
readonly "com/split-button/primary/divider/stroke-width": "1px";
|
|
1474
1623
|
readonly "com/split-button/primary-invert/divider/color-stroke": "#00152096";
|
|
1475
1624
|
readonly "com/split-button/primary-invert/divider/stroke-width": "1px";
|
|
1476
|
-
readonly "com/split-button/disable/divider/color-stroke": "#
|
|
1625
|
+
readonly "com/split-button/disable/divider/color-stroke": "#02305e16";
|
|
1477
1626
|
readonly "com/split-button/disable-invert/divider/color-stroke": "#ffffff30";
|
|
1478
1627
|
readonly "com/switch/horizontal-gap": "8px";
|
|
1479
1628
|
readonly "com/switch/item/stroke-width": "1px";
|
|
@@ -1482,12 +1631,12 @@ declare const _default: {
|
|
|
1482
1631
|
readonly "com/switch/item/on/background-color/hover": "#3263e7";
|
|
1483
1632
|
readonly "com/switch/item/on/shape/color-shape": "#ffffff";
|
|
1484
1633
|
readonly "com/switch/item/on/shape/color-stroke": "#0d2e433d";
|
|
1485
|
-
readonly "com/switch/item/off/background-color/default": "#
|
|
1486
|
-
readonly "com/switch/item/off/background-color/hover": "#
|
|
1634
|
+
readonly "com/switch/item/off/background-color/default": "#ffffff";
|
|
1635
|
+
readonly "com/switch/item/off/background-color/hover": "#dee3e7";
|
|
1487
1636
|
readonly "com/switch/item/off/color-stroke/default": "#0d2e433d";
|
|
1488
1637
|
readonly "com/switch/item/off/color-stroke/hover": "#0d2e433d";
|
|
1489
|
-
readonly "com/switch/item/off/shape/color-shape": "#
|
|
1490
|
-
readonly "com/switch/item/off/shape/color-stroke": "#
|
|
1638
|
+
readonly "com/switch/item/off/shape/color-shape": "#0d2e433d";
|
|
1639
|
+
readonly "com/switch/item/off/shape/color-stroke": "#02305e16";
|
|
1491
1640
|
readonly "com/switch/item/size-sm/shape-stroke": "1px";
|
|
1492
1641
|
readonly "com/switch/item/size-sm/height": "16px";
|
|
1493
1642
|
readonly "com/switch/item/size-sm/width": "28px";
|
|
@@ -1508,72 +1657,76 @@ declare const _default: {
|
|
|
1508
1657
|
readonly "com/switch/item/size-md/shape/width": "14px";
|
|
1509
1658
|
readonly "com/switch/content/vertical-gap": "4px";
|
|
1510
1659
|
readonly "com/switch/content/primary/label/color-text": "#2a3034";
|
|
1511
|
-
readonly "com/switch/content/primary/description/color-text": "#
|
|
1660
|
+
readonly "com/switch/content/primary/description/color-text": "#41494e";
|
|
1512
1661
|
readonly "com/switch/content/secondary/label/color-text": "#2a3034";
|
|
1513
|
-
readonly "com/switch/content/secondary/description/color-text": "#
|
|
1514
|
-
readonly "com/switch/content/tertiary/label/color-text": "#
|
|
1515
|
-
readonly "com/switch/content/tertiary/description/color-text": "#
|
|
1516
|
-
readonly "com/switch/disable/background-color": "#
|
|
1517
|
-
readonly "com/switch/disable/color-stroke": "#
|
|
1518
|
-
readonly "com/switch/disable/shape/color-shape": "#
|
|
1662
|
+
readonly "com/switch/content/secondary/description/color-text": "#41494e";
|
|
1663
|
+
readonly "com/switch/content/tertiary/label/color-text": "#41494e";
|
|
1664
|
+
readonly "com/switch/content/tertiary/description/color-text": "#41494e";
|
|
1665
|
+
readonly "com/switch/disable/background-color": "#e9edf1";
|
|
1666
|
+
readonly "com/switch/disable/color-stroke": "#02305e16";
|
|
1667
|
+
readonly "com/switch/disable/shape/color-shape": "#828f96";
|
|
1519
1668
|
readonly "com/switch/disable/label/color-text": "#828f96";
|
|
1520
1669
|
readonly "com/switch/disable/description/color-text": "#828f96";
|
|
1521
1670
|
readonly "com/table/title-cell/min-height": "28px";
|
|
1522
|
-
readonly "com/table/title-cell/horizontal-padding": "
|
|
1671
|
+
readonly "com/table/title-cell/horizontal-padding": "12px";
|
|
1523
1672
|
readonly "com/table/title-cell/vertical-padding": "12px";
|
|
1524
1673
|
readonly "com/table/title-cell/vertical-gap": "2px";
|
|
1525
1674
|
readonly "com/table/title-cell/stroke-width": "1px";
|
|
1526
1675
|
readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d22";
|
|
1527
1676
|
readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
|
|
1528
1677
|
readonly "com/table/title-cell/default/background-color": "#e9edf1";
|
|
1529
|
-
readonly "com/table/title-cell/default/icon/color-icon": "#
|
|
1530
|
-
readonly "com/table/title-cell/default/label/color-text": "#
|
|
1678
|
+
readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
|
|
1679
|
+
readonly "com/table/title-cell/default/label/color-text": "#41494e";
|
|
1531
1680
|
readonly "com/table/title-cell/default/label/vertical-padding": "2px";
|
|
1532
|
-
readonly "com/table/title-cell/default/label/vertical-gap": "
|
|
1681
|
+
readonly "com/table/title-cell/default/label/vertical-gap": "4px";
|
|
1533
1682
|
readonly "com/table/title-cell/default/description/color-text": "#828f96";
|
|
1534
1683
|
readonly "com/table/title-cell/default/description/right-padding": "24px";
|
|
1684
|
+
readonly "com/table/title-cell/default/required-mark/color-text": "#a7051e";
|
|
1535
1685
|
readonly "com/table/title-cell/disable/background-color": "#dee3e7";
|
|
1536
1686
|
readonly "com/table/title-cell/disable/icon/color-icon": "#828f96";
|
|
1537
1687
|
readonly "com/table/title-cell/disable/label/color-text": "#828f96";
|
|
1538
1688
|
readonly "com/table/title-cell/disable/description/color-text": "#828f96";
|
|
1539
1689
|
readonly "com/table/row-cell/min-height": "44px";
|
|
1540
1690
|
readonly "com/table/row-cell/horizontal-gap": "8px";
|
|
1541
|
-
readonly "com/table/row-cell/horizontal-padding": "
|
|
1691
|
+
readonly "com/table/row-cell/horizontal-padding": "12px";
|
|
1542
1692
|
readonly "com/table/row-cell/vertical-padding": "12px";
|
|
1543
|
-
readonly "com/table/row-cell/dot-color": "#
|
|
1693
|
+
readonly "com/table/row-cell/dot-color": "#69757c";
|
|
1694
|
+
readonly "com/table/row-cell/background-color-stripped/default": "#f8f9fb";
|
|
1695
|
+
readonly "com/table/row-cell/background-color-stripped/hover": "#f1f4f6";
|
|
1696
|
+
readonly "com/table/row-cell/background-color-stripped/selected": "#f8f9fb";
|
|
1544
1697
|
readonly "com/table/row-cell/background-color/default": "#ffffff";
|
|
1545
|
-
readonly "com/table/row-cell/background-color/hover": "#
|
|
1546
|
-
readonly "com/table/row-cell/background-color/selected": "#
|
|
1547
|
-
readonly "com/table/row-cell/divider/color-stroke": "#
|
|
1698
|
+
readonly "com/table/row-cell/background-color/hover": "#f1f4f6";
|
|
1699
|
+
readonly "com/table/row-cell/background-color/selected": "#f8f9fb";
|
|
1700
|
+
readonly "com/table/row-cell/divider/color-stroke": "#02305e16";
|
|
1548
1701
|
readonly "com/table/row-cell/divider/stroke-width": "1px";
|
|
1549
1702
|
readonly "com/table/row-cell/default/vertical-gap": "2px";
|
|
1550
1703
|
readonly "com/table/row-cell/default/vertical-padding": "4px";
|
|
1551
1704
|
readonly "com/table/row-cell/default/horizontal-gap": "4px";
|
|
1552
|
-
readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#
|
|
1553
|
-
readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#
|
|
1554
|
-
readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#
|
|
1705
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
|
|
1706
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#007d35";
|
|
1707
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d0121c";
|
|
1555
1708
|
readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#2a3034";
|
|
1556
|
-
readonly "com/table/row-cell/default/primary/label/color-text/positive": "#
|
|
1557
|
-
readonly "com/table/row-cell/default/primary/label/color-text/negative": "#
|
|
1558
|
-
readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#
|
|
1709
|
+
readonly "com/table/row-cell/default/primary/label/color-text/positive": "#007d35";
|
|
1710
|
+
readonly "com/table/row-cell/default/primary/label/color-text/negative": "#d0121c";
|
|
1711
|
+
readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#41494e";
|
|
1559
1712
|
readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
|
|
1560
1713
|
readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
|
|
1561
|
-
readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#
|
|
1562
|
-
readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#
|
|
1563
|
-
readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#
|
|
1714
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
|
|
1715
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#007d35";
|
|
1716
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d0121c";
|
|
1564
1717
|
readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#2a3034";
|
|
1565
|
-
readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#
|
|
1566
|
-
readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#
|
|
1567
|
-
readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#
|
|
1718
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#007d35";
|
|
1719
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#d0121c";
|
|
1720
|
+
readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#41494e";
|
|
1568
1721
|
readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
|
|
1569
1722
|
readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
|
|
1570
1723
|
readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
|
|
1571
1724
|
readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#00914a";
|
|
1572
1725
|
readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#d8473c";
|
|
1573
|
-
readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#
|
|
1726
|
+
readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#41494e";
|
|
1574
1727
|
readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
|
|
1575
1728
|
readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
|
|
1576
|
-
readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#
|
|
1729
|
+
readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#41494e";
|
|
1577
1730
|
readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
|
|
1578
1731
|
readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
|
|
1579
1732
|
readonly "com/table/row-cell/disable/background-color": "#e9edf1";
|
|
@@ -1596,82 +1749,82 @@ declare const _default: {
|
|
|
1596
1749
|
readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
|
|
1597
1750
|
readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
1598
1751
|
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
|
|
1599
|
-
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#
|
|
1600
|
-
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#
|
|
1601
|
-
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#
|
|
1752
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
|
|
1753
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
|
|
1754
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
|
|
1602
1755
|
readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
|
|
1603
1756
|
readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
1604
1757
|
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
|
|
1605
|
-
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#
|
|
1606
|
-
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#
|
|
1607
|
-
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#
|
|
1758
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
|
|
1759
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
|
|
1760
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
|
|
1608
1761
|
readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
|
|
1609
1762
|
readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
|
|
1610
1763
|
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
|
|
1611
|
-
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#
|
|
1612
|
-
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#
|
|
1613
|
-
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#
|
|
1764
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
|
|
1765
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
|
|
1766
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
|
|
1614
1767
|
readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
|
|
1615
1768
|
readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
1616
1769
|
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
|
|
1617
|
-
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#
|
|
1618
|
-
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#
|
|
1619
|
-
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#
|
|
1770
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
|
|
1771
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
|
|
1772
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
|
|
1620
1773
|
readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
|
|
1621
1774
|
readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
|
|
1622
|
-
readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#
|
|
1775
|
+
readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#41494e";
|
|
1623
1776
|
readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#2a3034";
|
|
1624
1777
|
readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#2a3034";
|
|
1625
1778
|
readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
|
|
1626
1779
|
readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
|
|
1627
1780
|
readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
|
|
1628
|
-
readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#
|
|
1781
|
+
readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#41494e";
|
|
1629
1782
|
readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#2a3034";
|
|
1630
1783
|
readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#2a3034";
|
|
1631
1784
|
readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
|
|
1632
1785
|
readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
|
|
1633
1786
|
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
|
|
1634
|
-
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#
|
|
1635
|
-
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#
|
|
1636
|
-
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#
|
|
1787
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
|
|
1788
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
|
|
1789
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
|
|
1637
1790
|
readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
|
|
1638
1791
|
readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
|
|
1639
|
-
readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#
|
|
1792
|
+
readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#41494e";
|
|
1640
1793
|
readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#2a3034";
|
|
1641
1794
|
readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#2a3034";
|
|
1642
1795
|
readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
|
|
1643
1796
|
readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
|
|
1644
1797
|
readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
|
|
1645
|
-
readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#
|
|
1646
|
-
readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#
|
|
1647
|
-
readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#
|
|
1798
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
|
|
1799
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
|
|
1800
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
|
|
1648
1801
|
readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
|
|
1649
1802
|
readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
|
|
1650
|
-
readonly "com/tabs/item/with-label/size-lg/color-text/default": "#
|
|
1803
|
+
readonly "com/tabs/item/with-label/size-lg/color-text/default": "#41494e";
|
|
1651
1804
|
readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#2a3034";
|
|
1652
1805
|
readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#2a3034";
|
|
1653
1806
|
readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
|
|
1654
1807
|
readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
|
|
1655
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#
|
|
1656
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#
|
|
1657
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#
|
|
1808
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
|
|
1809
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
|
|
1810
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
|
|
1658
1811
|
readonly "com/toast/right-padding": "8px";
|
|
1659
1812
|
readonly "com/toast/left-padding": "12px";
|
|
1660
1813
|
readonly "com/toast/vertical-padding": "8px";
|
|
1661
1814
|
readonly "com/toast/horizontal-gap": "8px";
|
|
1662
1815
|
readonly "com/toast/theme/icon/left-padding": "2px";
|
|
1663
1816
|
readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
|
|
1664
|
-
readonly "com/toast/theme/icon/color-icon/info": "#
|
|
1665
|
-
readonly "com/toast/theme/icon/color-icon/positive": "#
|
|
1666
|
-
readonly "com/toast/theme/icon/color-icon/caution": "#
|
|
1667
|
-
readonly "com/toast/theme/icon/color-icon/negative": "#
|
|
1817
|
+
readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
|
|
1818
|
+
readonly "com/toast/theme/icon/color-icon/positive": "#00914a";
|
|
1819
|
+
readonly "com/toast/theme/icon/color-icon/caution": "#d36f00";
|
|
1820
|
+
readonly "com/toast/theme/icon/color-icon/negative": "#d8473c";
|
|
1668
1821
|
readonly "com/toast/theme/label/vertical-padding": "4px";
|
|
1669
1822
|
readonly "com/toast/theme/label/vertical-gap": "4px";
|
|
1670
1823
|
readonly "com/toast/theme/label/color-text/neutral": "#2a3034";
|
|
1671
|
-
readonly "com/toast/theme/label/color-text/info": "#
|
|
1672
|
-
readonly "com/toast/theme/label/color-text/positive": "#
|
|
1824
|
+
readonly "com/toast/theme/label/color-text/info": "#003e90";
|
|
1825
|
+
readonly "com/toast/theme/label/color-text/positive": "#004d20";
|
|
1673
1826
|
readonly "com/toast/theme/label/color-text/caution": "#4e1f00";
|
|
1674
|
-
readonly "com/toast/theme/label/color-text/negative": "#
|
|
1827
|
+
readonly "com/toast/theme/label/color-text/negative": "#7f0203";
|
|
1675
1828
|
readonly "com/toast/theme/divider/color-stroke/neutral": "#0d2e433d";
|
|
1676
1829
|
readonly "com/toast/theme/divider/color-stroke/info": "#98cefa";
|
|
1677
1830
|
readonly "com/toast/theme/divider/color-stroke/positive": "#97d4b0";
|
|
@@ -1707,7 +1860,7 @@ declare const _default: {
|
|
|
1707
1860
|
readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
|
|
1708
1861
|
readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
|
|
1709
1862
|
readonly "com/tooltip/size-lg/theme-white/label/color-text": "#2a3034";
|
|
1710
|
-
readonly "com/tooltip/size-lg/theme-white/description/color-text": "#
|
|
1863
|
+
readonly "com/tooltip/size-lg/theme-white/description/color-text": "#41494e";
|
|
1711
1864
|
readonly "com/topbar/left-items/menu/items/horizontal-gap": "4px";
|
|
1712
1865
|
readonly "com/topbar/left-items/menu/items/horizontal-padding": "8px";
|
|
1713
1866
|
readonly "com/topbar/left-items/menu/items/vertical-padding": "8px";
|
|
@@ -1716,14 +1869,26 @@ declare const _default: {
|
|
|
1716
1869
|
readonly "com/topbar/left-items/menu/items/background-color/hover": "#02305e16";
|
|
1717
1870
|
readonly "com/topbar/left-items/menu/items/background-color/pressed": "#0a2f4d22";
|
|
1718
1871
|
readonly "com/topbar/left-items/menu/items/background-color/active": "#00375b0e";
|
|
1872
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/default": "#ffffff00";
|
|
1873
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/hover": "#ffffff0e";
|
|
1874
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/pressed": "#ffffff1c";
|
|
1875
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/active": "#ffffff30";
|
|
1719
1876
|
readonly "com/topbar/left-items/menu/items/label/color-text/default": "#828f96";
|
|
1720
|
-
readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#
|
|
1721
|
-
readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#
|
|
1877
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#41494e";
|
|
1878
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#41494e";
|
|
1722
1879
|
readonly "com/topbar/left-items/menu/items/label/color-text/active": "#2a3034";
|
|
1723
|
-
readonly "com/topbar/left-items/menu/items/
|
|
1880
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/default": "#ffffff";
|
|
1881
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/hover": "#ffffff";
|
|
1882
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/pressed": "#ffffff";
|
|
1883
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/active": "#ffffff";
|
|
1884
|
+
readonly "com/topbar/left-items/menu/items/icon/color-icon/default": "#69757c";
|
|
1724
1885
|
readonly "com/topbar/left-items/menu/items/icon/color-icon/hover": "#505a5f";
|
|
1725
1886
|
readonly "com/topbar/left-items/menu/items/icon/color-icon/pressed": "#505a5f";
|
|
1726
1887
|
readonly "com/topbar/left-items/menu/items/icon/color-icon/active": "#505a5f";
|
|
1888
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/default": "#ffffff";
|
|
1889
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/hover": "#ffffff";
|
|
1890
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/pressed": "#ffffff";
|
|
1891
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/active": "#ffffff";
|
|
1727
1892
|
readonly "com/topbar/left-items/menu/horizontal-gap": "8px";
|
|
1728
1893
|
readonly "com/topbar/left-items/left-bar-collapse/horizontal-gap": "12px";
|
|
1729
1894
|
readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
|
|
@@ -1731,7 +1896,7 @@ declare const _default: {
|
|
|
1731
1896
|
readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
|
|
1732
1897
|
readonly "com/topbar/left-items/logo/height": "28px";
|
|
1733
1898
|
readonly "com/topbar/left-items/logo/width": "280px";
|
|
1734
|
-
readonly "com/topbar/background-color": "#
|
|
1899
|
+
readonly "com/topbar/background-color": "#242173";
|
|
1735
1900
|
readonly "com/topbar/left-padding": "16px";
|
|
1736
1901
|
readonly "com/topbar/right-padding": "20px";
|
|
1737
1902
|
readonly "com/topbar/vertical-padding": "12px";
|
|
@@ -1741,31 +1906,10 @@ declare const _default: {
|
|
|
1741
1906
|
readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
|
|
1742
1907
|
readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
|
|
1743
1908
|
readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
|
|
1744
|
-
readonly "com/topbar/right-items/user-profile/label/color-text": "#
|
|
1745
|
-
readonly "com/topbar/right-items/user-profile/icon/color-icon": "#
|
|
1909
|
+
readonly "com/topbar/right-items/user-profile/label/color-text": "#ffffff";
|
|
1910
|
+
readonly "com/topbar/right-items/user-profile/icon/color-icon": "#ffffff";
|
|
1746
1911
|
readonly "com/typing-cursor/default": "#2a30a0";
|
|
1747
|
-
readonly "com/typing-cursor/negative": "#
|
|
1748
|
-
readonly "com/progress-indicator/default/indicator/lead-color": "#2f3cc1";
|
|
1749
|
-
readonly "com/progress-indicator/default/indicator/trail-color": "#ffffff1c";
|
|
1750
|
-
readonly "com/progress-indicator/default/background-color": "#e7f1fa";
|
|
1751
|
-
readonly "com/progress-indicator/invert/indicator/lead-color": "#ffffff";
|
|
1752
|
-
readonly "com/progress-indicator/invert/indicator/trail-color": "#ffffff00";
|
|
1753
|
-
readonly "com/progress-indicator/invert/background-color": "#ffffff1c";
|
|
1754
|
-
readonly "com/progress-indicator/circular/size-xs/width": "16px";
|
|
1755
|
-
readonly "com/progress-indicator/circular/size-xs/indicator/stroke-width": "1.3px";
|
|
1756
|
-
readonly "com/progress-indicator/circular/size-xs/indicator/indicator": "12px";
|
|
1757
|
-
readonly "com/progress-indicator/circular/size-sm/width": "20px";
|
|
1758
|
-
readonly "com/progress-indicator/circular/size-sm/indicator/stroke-width": "2px";
|
|
1759
|
-
readonly "com/progress-indicator/circular/size-sm/indicator/indicator": "16px";
|
|
1760
|
-
readonly "com/progress-indicator/circular/size-md/width": "36px";
|
|
1761
|
-
readonly "com/progress-indicator/circular/size-md/indicator/stroke-width": "3px";
|
|
1762
|
-
readonly "com/progress-indicator/circular/size-md/indicator/indicator": "24px";
|
|
1763
|
-
readonly "com/progress-indicator/circular/size-lg/width": "44px";
|
|
1764
|
-
readonly "com/progress-indicator/circular/size-lg/indicator/stroke-width": "4px";
|
|
1765
|
-
readonly "com/progress-indicator/circular/size-lg/indicator/indicator": "28px";
|
|
1766
|
-
readonly "com/progress-indicator/linear/size-sm/height": "2px";
|
|
1767
|
-
readonly "com/progress-indicator/linear/size-md/height": "4px";
|
|
1768
|
-
readonly "com/progress-indicator/linear/size-lg/height": "8px";
|
|
1912
|
+
readonly "com/typing-cursor/negative": "#d0121c";
|
|
1769
1913
|
readonly "com/icon/size/from-28/stroke-width": "2px";
|
|
1770
1914
|
readonly "com/icon/size/from-20/stroke-width": "1.3px";
|
|
1771
1915
|
readonly "com/icon/size/under-20/stroke-width": "1px";
|
|
@@ -1800,25 +1944,38 @@ declare const _default: {
|
|
|
1800
1944
|
readonly "com/featured-icon/size/corner-radius-rounded": "9999px";
|
|
1801
1945
|
readonly "com/featured-icon/theme/neutral/icon/color-stroke": "#505a5f";
|
|
1802
1946
|
readonly "com/featured-icon/theme/neutral/background-color": "#ffffff";
|
|
1947
|
+
readonly "com/featured-icon/theme/neutral/background-color-solid": "#505a5f";
|
|
1803
1948
|
readonly "com/featured-icon/theme/neutral/border/color-stroke": "#0d2e433d";
|
|
1804
|
-
readonly "com/featured-icon/theme/
|
|
1949
|
+
readonly "com/featured-icon/theme/neutral/border/color-stroke-solid": "#0d2e433d";
|
|
1950
|
+
readonly "com/featured-icon/theme/color-stroke-solid": "#ffffff";
|
|
1951
|
+
readonly "com/featured-icon/theme/info/icon/color-stroke": "#006bdf";
|
|
1805
1952
|
readonly "com/featured-icon/theme/info/background-color": "#f5fafd";
|
|
1953
|
+
readonly "com/featured-icon/theme/info/background-color-solid": "#006bdf";
|
|
1806
1954
|
readonly "com/featured-icon/theme/info/border/color-stroke": "#98cefa";
|
|
1955
|
+
readonly "com/featured-icon/theme/info/border/color-stroke-solid": "#98cefa";
|
|
1807
1956
|
readonly "com/featured-icon/theme/positive/background-color": "#f5fbf7";
|
|
1808
|
-
readonly "com/featured-icon/theme/positive/
|
|
1957
|
+
readonly "com/featured-icon/theme/positive/background-color-solid": "#007d35";
|
|
1958
|
+
readonly "com/featured-icon/theme/positive/icon/color-stroke": "#007d35";
|
|
1809
1959
|
readonly "com/featured-icon/theme/positive/border/color-stroke": "#97d4b0";
|
|
1960
|
+
readonly "com/featured-icon/theme/positive/border/color-stroke-solid": "#97d4b0";
|
|
1810
1961
|
readonly "com/featured-icon/theme/caution/background-color": "#fdf9ed";
|
|
1811
|
-
readonly "com/featured-icon/theme/caution/
|
|
1962
|
+
readonly "com/featured-icon/theme/caution/background-color-solid": "#d36f00";
|
|
1963
|
+
readonly "com/featured-icon/theme/caution/icon/color-stroke": "#a94900";
|
|
1812
1964
|
readonly "com/featured-icon/theme/caution/border/color-stroke": "#f3bb72";
|
|
1965
|
+
readonly "com/featured-icon/theme/caution/border/color-stroke-solid": "#f3bb72";
|
|
1813
1966
|
readonly "com/featured-icon/theme/negative/background-color": "#fef8f7";
|
|
1814
|
-
readonly "com/featured-icon/theme/negative/
|
|
1967
|
+
readonly "com/featured-icon/theme/negative/background-color-solid": "#d0121c";
|
|
1968
|
+
readonly "com/featured-icon/theme/negative/icon/color-stroke": "#d0121c";
|
|
1815
1969
|
readonly "com/featured-icon/theme/negative/border/color-stroke": "#ffb2a9";
|
|
1816
|
-
readonly "com/featured-icon/theme/
|
|
1817
|
-
readonly "com/featured-icon/theme/brand/
|
|
1970
|
+
readonly "com/featured-icon/theme/negative/border/color-stroke-solid": "#ffb2a9";
|
|
1971
|
+
readonly "com/featured-icon/theme/brand/background-color": "#eff6ff";
|
|
1972
|
+
readonly "com/featured-icon/theme/brand/background-color-solid": "#2f3cc1";
|
|
1973
|
+
readonly "com/featured-icon/theme/brand/icon/color-stroke": "#2f3cc1";
|
|
1818
1974
|
readonly "com/featured-icon/theme/brand/border/color-stroke": "#cee2f8";
|
|
1819
|
-
readonly "
|
|
1820
|
-
readonly "pri/color/brand/primary/
|
|
1821
|
-
readonly "pri/color/brand/primary/
|
|
1975
|
+
readonly "com/featured-icon/theme/brand/border/color-stroke-solid": "#cee2f8";
|
|
1976
|
+
readonly "pri/color/brand/primary/10": "#f8fbff";
|
|
1977
|
+
readonly "pri/color/brand/primary/25": "#eff6ff";
|
|
1978
|
+
readonly "pri/color/brand/primary/50": "#e6f1ff";
|
|
1822
1979
|
readonly "pri/color/brand/primary/100": "#cee2f8";
|
|
1823
1980
|
readonly "pri/color/brand/primary/200": "#accdf8";
|
|
1824
1981
|
readonly "pri/color/brand/primary/300": "#87b0f8";
|
|
@@ -1832,7 +1989,7 @@ declare const _default: {
|
|
|
1832
1989
|
readonly "pri/color/brand/primary/900": "#14133b";
|
|
1833
1990
|
readonly "pri/color/brand/secondary/10": "#fef9f1";
|
|
1834
1991
|
readonly "pri/color/brand/secondary/25": "#fbf1dd";
|
|
1835
|
-
readonly "pri/color/brand/secondary/50": "#
|
|
1992
|
+
readonly "pri/color/brand/secondary/50": "#fbecce";
|
|
1836
1993
|
readonly "pri/color/brand/secondary/100": "#fbd6a2";
|
|
1837
1994
|
readonly "pri/color/brand/secondary/200": "#f9bf66";
|
|
1838
1995
|
readonly "pri/color/brand/secondary/300": "#ed9a22";
|
|
@@ -1924,7 +2081,7 @@ declare const _default: {
|
|
|
1924
2081
|
readonly "pri/color/functional/caution/200": "#f3bb72";
|
|
1925
2082
|
readonly "pri/color/functional/caution/300": "#ed993c";
|
|
1926
2083
|
readonly "pri/color/functional/caution/400": "#da841a";
|
|
1927
|
-
readonly "pri/color/functional/caution/500": "#
|
|
2084
|
+
readonly "pri/color/functional/caution/500": "#d36f00";
|
|
1928
2085
|
readonly "pri/color/functional/caution/600": "#a94900";
|
|
1929
2086
|
readonly "pri/color/functional/caution/700": "#893700";
|
|
1930
2087
|
readonly "pri/color/functional/caution/800": "#662d00";
|
|
@@ -1973,34 +2130,34 @@ declare const _default: {
|
|
|
1973
2130
|
readonly "pri/color/utility/red/850": "#610009";
|
|
1974
2131
|
readonly "pri/color/utility/red/875": "#440906";
|
|
1975
2132
|
readonly "pri/color/utility/red/900": "#370c05";
|
|
1976
|
-
readonly "pri/color/utility/orange/10": "#
|
|
1977
|
-
readonly "pri/color/utility/orange/25": "#
|
|
1978
|
-
readonly "pri/color/utility/orange/50": "#
|
|
1979
|
-
readonly "pri/color/utility/orange/100": "#
|
|
1980
|
-
readonly "pri/color/utility/orange/200": "#
|
|
1981
|
-
readonly "pri/color/utility/orange/300": "#
|
|
1982
|
-
readonly "pri/color/utility/orange/400": "#
|
|
1983
|
-
readonly "pri/color/utility/orange/500": "#
|
|
1984
|
-
readonly "pri/color/utility/orange/600": "#
|
|
1985
|
-
readonly "pri/color/utility/orange/700": "#
|
|
1986
|
-
readonly "pri/color/utility/orange/800": "#
|
|
1987
|
-
readonly "pri/color/utility/orange/850": "#
|
|
1988
|
-
readonly "pri/color/utility/orange/875": "#
|
|
1989
|
-
readonly "pri/color/utility/orange/900": "#
|
|
2133
|
+
readonly "pri/color/utility/orange/10": "#fdf9ed";
|
|
2134
|
+
readonly "pri/color/utility/orange/25": "#fcf4e0";
|
|
2135
|
+
readonly "pri/color/utility/orange/50": "#fceccd";
|
|
2136
|
+
readonly "pri/color/utility/orange/100": "#f8dbab";
|
|
2137
|
+
readonly "pri/color/utility/orange/200": "#f3bb72";
|
|
2138
|
+
readonly "pri/color/utility/orange/300": "#ed993c";
|
|
2139
|
+
readonly "pri/color/utility/orange/400": "#da841a";
|
|
2140
|
+
readonly "pri/color/utility/orange/500": "#d77100";
|
|
2141
|
+
readonly "pri/color/utility/orange/600": "#ae4b00";
|
|
2142
|
+
readonly "pri/color/utility/orange/700": "#893700";
|
|
2143
|
+
readonly "pri/color/utility/orange/800": "#662d00";
|
|
2144
|
+
readonly "pri/color/utility/orange/850": "#4e1f00";
|
|
2145
|
+
readonly "pri/color/utility/orange/875": "#3b1700";
|
|
2146
|
+
readonly "pri/color/utility/orange/900": "#321400";
|
|
1990
2147
|
readonly "pri/color/utility/yellow/10": "#fdf9f2";
|
|
1991
|
-
readonly "pri/color/utility/yellow/25": "#
|
|
1992
|
-
readonly "pri/color/utility/yellow/50": "#
|
|
1993
|
-
readonly "pri/color/utility/yellow/100": "#
|
|
1994
|
-
readonly "pri/color/utility/yellow/200": "#
|
|
1995
|
-
readonly "pri/color/utility/yellow/300": "#
|
|
1996
|
-
readonly "pri/color/utility/yellow/400": "#
|
|
1997
|
-
readonly "pri/color/utility/yellow/500": "#
|
|
1998
|
-
readonly "pri/color/utility/yellow/600": "#
|
|
1999
|
-
readonly "pri/color/utility/yellow/700": "#
|
|
2000
|
-
readonly "pri/color/utility/yellow/800": "#
|
|
2001
|
-
readonly "pri/color/utility/yellow/850": "#
|
|
2002
|
-
readonly "pri/color/utility/yellow/875": "#
|
|
2003
|
-
readonly "pri/color/utility/yellow/900": "#
|
|
2148
|
+
readonly "pri/color/utility/yellow/25": "#fff9e9";
|
|
2149
|
+
readonly "pri/color/utility/yellow/50": "#fff3cd";
|
|
2150
|
+
readonly "pri/color/utility/yellow/100": "#fbecaf";
|
|
2151
|
+
readonly "pri/color/utility/yellow/200": "#f5d579";
|
|
2152
|
+
readonly "pri/color/utility/yellow/300": "#ffbe2d";
|
|
2153
|
+
readonly "pri/color/utility/yellow/400": "#f2b300";
|
|
2154
|
+
readonly "pri/color/utility/yellow/500": "#dfa913";
|
|
2155
|
+
readonly "pri/color/utility/yellow/600": "#be8d07";
|
|
2156
|
+
readonly "pri/color/utility/yellow/700": "#866200";
|
|
2157
|
+
readonly "pri/color/utility/yellow/800": "#614600";
|
|
2158
|
+
readonly "pri/color/utility/yellow/850": "#3a2a03";
|
|
2159
|
+
readonly "pri/color/utility/yellow/875": "#2e1f00";
|
|
2160
|
+
readonly "pri/color/utility/yellow/900": "#251100";
|
|
2004
2161
|
readonly "pri/color/utility/lime/10": "#f7fbef";
|
|
2005
2162
|
readonly "pri/color/utility/lime/25": "#f0f6e3";
|
|
2006
2163
|
readonly "pri/color/utility/lime/50": "#e9f6c9";
|
|
@@ -2237,6 +2394,9 @@ declare const _default: {
|
|
|
2237
2394
|
readonly "pri/elevation/shadow-key/y-position/lg": "4px";
|
|
2238
2395
|
readonly "pri/elevation/shadow-key/y-position/md": "3px";
|
|
2239
2396
|
readonly "pri/elevation/shadow-key/y-position/sm": "2px";
|
|
2397
|
+
readonly "pri/elevation/shadow-key/y-position-invert/lg": "-4px";
|
|
2398
|
+
readonly "pri/elevation/shadow-key/y-position-invert/md": "-3px";
|
|
2399
|
+
readonly "pri/elevation/shadow-key/y-position-invert/sm": "-2px";
|
|
2240
2400
|
readonly "pri/elevation/shadow-key/blur/lg": "8px";
|
|
2241
2401
|
readonly "pri/elevation/shadow-key/blur/md": "6px";
|
|
2242
2402
|
readonly "pri/elevation/shadow-key/blur/sm": "4px";
|
|
@@ -2249,6 +2409,9 @@ declare const _default: {
|
|
|
2249
2409
|
readonly "pri/elevation/shadow-ambient/y-position/lg": "16px";
|
|
2250
2410
|
readonly "pri/elevation/shadow-ambient/y-position/md": "12px";
|
|
2251
2411
|
readonly "pri/elevation/shadow-ambient/y-position/sm": "2px";
|
|
2412
|
+
readonly "pri/elevation/shadow-ambient/y-position-invert/lg": "-16px";
|
|
2413
|
+
readonly "pri/elevation/shadow-ambient/y-position-invert/md": "-12px";
|
|
2414
|
+
readonly "pri/elevation/shadow-ambient/y-position-invert/sm": "-2px";
|
|
2252
2415
|
readonly "pri/elevation/shadow-ambient/blur/lg": "32px";
|
|
2253
2416
|
readonly "pri/elevation/shadow-ambient/blur/md": "16px";
|
|
2254
2417
|
readonly "pri/elevation/shadow-ambient/blur/sm": "6px";
|
|
@@ -2259,10 +2422,10 @@ declare const _default: {
|
|
|
2259
2422
|
readonly "pri/elevation/shadow-ambient/color/md": "#02305e16";
|
|
2260
2423
|
readonly "pri/elevation/shadow-ambient/color/sm": "#00375b0e";
|
|
2261
2424
|
readonly "sem/color/background/neutral/canvas/default": "#ffffff";
|
|
2262
|
-
readonly "sem/color/background/neutral/canvas/hover": "#
|
|
2263
|
-
readonly "sem/color/background/neutral/canvas/active": "#
|
|
2264
|
-
readonly "sem/color/background/neutral/canvas/pressed": "#
|
|
2265
|
-
readonly "sem/color/background/neutral/canvas/selected": "#
|
|
2425
|
+
readonly "sem/color/background/neutral/canvas/hover": "#f1f4f6";
|
|
2426
|
+
readonly "sem/color/background/neutral/canvas/active": "#f8f9fb";
|
|
2427
|
+
readonly "sem/color/background/neutral/canvas/pressed": "#e9edf1";
|
|
2428
|
+
readonly "sem/color/background/neutral/canvas/selected": "#f8f9fb";
|
|
2266
2429
|
readonly "sem/color/background/neutral/canvas/disable": "#e9edf1";
|
|
2267
2430
|
readonly "sem/color/background/neutral/soft/default": "#f8f9fb";
|
|
2268
2431
|
readonly "sem/color/background/neutral/soft/hover": "#dee3e7";
|
|
@@ -2276,21 +2439,25 @@ declare const _default: {
|
|
|
2276
2439
|
readonly "sem/color/background/neutral/accent/hover": "#a3aeb5";
|
|
2277
2440
|
readonly "sem/color/background/neutral/accent/active": "#c5cdd2";
|
|
2278
2441
|
readonly "sem/color/background/neutral/accent/disable": "#e9edf1";
|
|
2442
|
+
readonly "sem/color/background/neutral/accent-darker/default": "#505a5f";
|
|
2443
|
+
readonly "sem/color/background/neutral/accent-darker/hover": "#69757c";
|
|
2444
|
+
readonly "sem/color/background/neutral/accent-darker/active": "#41494e";
|
|
2445
|
+
readonly "sem/color/background/neutral/accent-darker/disable": "#e9edf1";
|
|
2279
2446
|
readonly "sem/color/background/white/default": "#ffffff";
|
|
2280
|
-
readonly "sem/color/background/white/hover": "#
|
|
2281
|
-
readonly "sem/color/background/white/active": "#
|
|
2447
|
+
readonly "sem/color/background/white/hover": "#e6f1ff";
|
|
2448
|
+
readonly "sem/color/background/white/active": "#eff6ff";
|
|
2282
2449
|
readonly "sem/color/background/white/pressed": "#cee2f8";
|
|
2283
|
-
readonly "sem/color/background/white/selected": "#
|
|
2450
|
+
readonly "sem/color/background/white/selected": "#eff6ff";
|
|
2284
2451
|
readonly "sem/color/background/white/disable": "#ffffff30";
|
|
2285
|
-
readonly "sem/color/background/brand/primary/canvas/default": "#
|
|
2286
|
-
readonly "sem/color/background/brand/primary/canvas/hover": "#
|
|
2287
|
-
readonly "sem/color/background/brand/primary/canvas/active": "#
|
|
2452
|
+
readonly "sem/color/background/brand/primary/canvas/default": "#f8fbff";
|
|
2453
|
+
readonly "sem/color/background/brand/primary/canvas/hover": "#e6f1ff";
|
|
2454
|
+
readonly "sem/color/background/brand/primary/canvas/active": "#eff6ff";
|
|
2288
2455
|
readonly "sem/color/background/brand/primary/canvas/disable": "#f8f9fb";
|
|
2289
|
-
readonly "sem/color/background/brand/primary/soft/default": "#
|
|
2456
|
+
readonly "sem/color/background/brand/primary/soft/default": "#eff6ff";
|
|
2290
2457
|
readonly "sem/color/background/brand/primary/soft/hover": "#cee2f8";
|
|
2291
|
-
readonly "sem/color/background/brand/primary/soft/active": "#
|
|
2458
|
+
readonly "sem/color/background/brand/primary/soft/active": "#e6f1ff";
|
|
2292
2459
|
readonly "sem/color/background/brand/primary/soft/disable": "#f8f9fb";
|
|
2293
|
-
readonly "sem/color/background/brand/primary/sub/default": "#
|
|
2460
|
+
readonly "sem/color/background/brand/primary/sub/default": "#e6f1ff";
|
|
2294
2461
|
readonly "sem/color/background/brand/primary/sub/hover": "#accdf8";
|
|
2295
2462
|
readonly "sem/color/background/brand/primary/sub/active": "#cee2f8";
|
|
2296
2463
|
readonly "sem/color/background/brand/primary/sub/disable": "#f1f4f6";
|
|
@@ -2300,15 +2467,21 @@ declare const _default: {
|
|
|
2300
2467
|
readonly "sem/color/background/brand/primary/accent/pressed": "#242173";
|
|
2301
2468
|
readonly "sem/color/background/brand/primary/accent/selected": "#2a30a0";
|
|
2302
2469
|
readonly "sem/color/background/brand/primary/accent/disable": "#e9edf1";
|
|
2470
|
+
readonly "sem/color/background/brand/primary/accent-darker/default": "#242173";
|
|
2471
|
+
readonly "sem/color/background/brand/primary/accent-darker/hover": "#2f3cc1";
|
|
2472
|
+
readonly "sem/color/background/brand/primary/accent-darker/active": "#1c1857";
|
|
2473
|
+
readonly "sem/color/background/brand/primary/accent-darker/pressed": "#161345";
|
|
2474
|
+
readonly "sem/color/background/brand/primary/accent-darker/selected": "#1c1857";
|
|
2475
|
+
readonly "sem/color/background/brand/primary/accent-darker/disable": "#e9edf1";
|
|
2303
2476
|
readonly "sem/color/background/brand/secondary/canvas/default": "#fef9f1";
|
|
2304
|
-
readonly "sem/color/background/brand/secondary/canvas/hover": "#
|
|
2477
|
+
readonly "sem/color/background/brand/secondary/canvas/hover": "#fbecce";
|
|
2305
2478
|
readonly "sem/color/background/brand/secondary/canvas/active": "#fbf1dd";
|
|
2306
2479
|
readonly "sem/color/background/brand/secondary/canvas/disable": "#f8f9fb";
|
|
2307
2480
|
readonly "sem/color/background/brand/secondary/soft/default": "#fbf1dd";
|
|
2308
2481
|
readonly "sem/color/background/brand/secondary/soft/hover": "#fbd6a2";
|
|
2309
|
-
readonly "sem/color/background/brand/secondary/soft/active": "#
|
|
2482
|
+
readonly "sem/color/background/brand/secondary/soft/active": "#fbecce";
|
|
2310
2483
|
readonly "sem/color/background/brand/secondary/soft/disable": "#f8f9fb";
|
|
2311
|
-
readonly "sem/color/background/brand/secondary/sub/default": "#
|
|
2484
|
+
readonly "sem/color/background/brand/secondary/sub/default": "#fbecce";
|
|
2312
2485
|
readonly "sem/color/background/brand/secondary/sub/hover": "#f9bf66";
|
|
2313
2486
|
readonly "sem/color/background/brand/secondary/sub/active": "#fbd6a2";
|
|
2314
2487
|
readonly "sem/color/background/brand/secondary/sub/disable": "#f1f4f6";
|
|
@@ -2389,8 +2562,8 @@ declare const _default: {
|
|
|
2389
2562
|
readonly "sem/color/background/function/caution/sub/hover": "#f3bb72";
|
|
2390
2563
|
readonly "sem/color/background/function/caution/sub/active": "#f8dbab";
|
|
2391
2564
|
readonly "sem/color/background/function/caution/sub/disable": "#f1f4f6";
|
|
2392
|
-
readonly "sem/color/background/function/caution/accent/default": "#
|
|
2393
|
-
readonly "sem/color/background/function/caution/accent/hover": "#
|
|
2565
|
+
readonly "sem/color/background/function/caution/accent/default": "#d36f00";
|
|
2566
|
+
readonly "sem/color/background/function/caution/accent/hover": "#d36f00";
|
|
2394
2567
|
readonly "sem/color/background/function/caution/accent/active": "#893700";
|
|
2395
2568
|
readonly "sem/color/background/function/caution/accent/pressed": "#662d00";
|
|
2396
2569
|
readonly "sem/color/background/function/caution/accent/selected": "#893700";
|
|
@@ -2436,20 +2609,20 @@ declare const _default: {
|
|
|
2436
2609
|
readonly "sem/color/background/utility/red/sub": "#ffe9e5";
|
|
2437
2610
|
readonly "sem/color/background/utility/red/accent": "#df3e3f";
|
|
2438
2611
|
readonly "sem/color/background/utility/red/disable": "#f8f9fb";
|
|
2439
|
-
readonly "sem/color/background/utility/orange/canvas": "#
|
|
2440
|
-
readonly "sem/color/background/utility/orange/soft": "#
|
|
2441
|
-
readonly "sem/color/background/utility/orange/sub": "#
|
|
2442
|
-
readonly "sem/color/background/utility/orange/accent": "#
|
|
2612
|
+
readonly "sem/color/background/utility/orange/canvas": "#fdf9ed";
|
|
2613
|
+
readonly "sem/color/background/utility/orange/soft": "#fcf4e0";
|
|
2614
|
+
readonly "sem/color/background/utility/orange/sub": "#fceccd";
|
|
2615
|
+
readonly "sem/color/background/utility/orange/accent": "#d77100";
|
|
2443
2616
|
readonly "sem/color/background/utility/orange/disable": "#f8f9fb";
|
|
2444
2617
|
readonly "sem/color/background/utility/yellow/canvas": "#fdf9f2";
|
|
2445
|
-
readonly "sem/color/background/utility/yellow/soft": "#
|
|
2446
|
-
readonly "sem/color/background/utility/yellow/sub": "#
|
|
2447
|
-
readonly "sem/color/background/utility/yellow/accent": "#
|
|
2618
|
+
readonly "sem/color/background/utility/yellow/soft": "#fff9e9";
|
|
2619
|
+
readonly "sem/color/background/utility/yellow/sub": "#fff3cd";
|
|
2620
|
+
readonly "sem/color/background/utility/yellow/accent": "#dfa913";
|
|
2448
2621
|
readonly "sem/color/background/utility/yellow/disable": "#f8f9fb";
|
|
2449
2622
|
readonly "sem/color/background/utility/lime/canvas": "#f7fbef";
|
|
2450
2623
|
readonly "sem/color/background/utility/lime/soft": "#f0f6e3";
|
|
2451
2624
|
readonly "sem/color/background/utility/lime/sub": "#e9f6c9";
|
|
2452
|
-
readonly "sem/color/background/utility/lime/accent": "#
|
|
2625
|
+
readonly "sem/color/background/utility/lime/accent": "#73a600";
|
|
2453
2626
|
readonly "sem/color/background/utility/lime/disable": "#f8f9fb";
|
|
2454
2627
|
readonly "sem/color/background/utility/green/canvas": "#f0fcf6";
|
|
2455
2628
|
readonly "sem/color/background/utility/green/soft": "#e7f7ef";
|
|
@@ -2482,7 +2655,7 @@ declare const _default: {
|
|
|
2482
2655
|
readonly "sem/color/background/utility/pink/accent": "#cd44a7";
|
|
2483
2656
|
readonly "sem/color/background/utility/pink/disable": "#f8f9fb";
|
|
2484
2657
|
readonly "sem/color/text/neutral/strong": "#2a3034";
|
|
2485
|
-
readonly "sem/color/text/neutral/sub": "#
|
|
2658
|
+
readonly "sem/color/text/neutral/sub": "#41494e";
|
|
2486
2659
|
readonly "sem/color/text/neutral/soft": "#828f96";
|
|
2487
2660
|
readonly "sem/color/text/neutral/disable": "#828f96";
|
|
2488
2661
|
readonly "sem/color/text/brand/strong": "#1c1857";
|
|
@@ -2491,33 +2664,33 @@ declare const _default: {
|
|
|
2491
2664
|
readonly "sem/color/text/brand/disable": "#828f96";
|
|
2492
2665
|
readonly "sem/color/text/white/default": "#ffffff";
|
|
2493
2666
|
readonly "sem/color/text/white/disable": "#ffffff82";
|
|
2494
|
-
readonly "sem/color/text/function/info/strong": "#
|
|
2495
|
-
readonly "sem/color/text/function/info/sub": "#
|
|
2667
|
+
readonly "sem/color/text/function/info/strong": "#003e90";
|
|
2668
|
+
readonly "sem/color/text/function/info/sub": "#006bdf";
|
|
2496
2669
|
readonly "sem/color/text/function/info/soft": "#0083f0";
|
|
2497
2670
|
readonly "sem/color/text/function/info/disable": "#828f96";
|
|
2498
2671
|
readonly "sem/color/text/function/caution/strong": "#4e1f00";
|
|
2499
|
-
readonly "sem/color/text/function/caution/sub": "#
|
|
2500
|
-
readonly "sem/color/text/function/caution/soft": "#
|
|
2672
|
+
readonly "sem/color/text/function/caution/sub": "#a94900";
|
|
2673
|
+
readonly "sem/color/text/function/caution/soft": "#d36f00";
|
|
2501
2674
|
readonly "sem/color/text/function/caution/disable": "#828f96";
|
|
2502
|
-
readonly "sem/color/text/function/positive/strong": "#
|
|
2503
|
-
readonly "sem/color/text/function/positive/sub": "#
|
|
2675
|
+
readonly "sem/color/text/function/positive/strong": "#004d20";
|
|
2676
|
+
readonly "sem/color/text/function/positive/sub": "#007d35";
|
|
2504
2677
|
readonly "sem/color/text/function/positive/soft": "#00914a";
|
|
2505
2678
|
readonly "sem/color/text/function/positive/disable": "#828f96";
|
|
2506
|
-
readonly "sem/color/text/function/negative/strong": "#
|
|
2507
|
-
readonly "sem/color/text/function/negative/sub": "#
|
|
2679
|
+
readonly "sem/color/text/function/negative/strong": "#7f0203";
|
|
2680
|
+
readonly "sem/color/text/function/negative/sub": "#d0121c";
|
|
2508
2681
|
readonly "sem/color/text/function/negative/soft": "#d8473c";
|
|
2509
2682
|
readonly "sem/color/text/function/negative/disable": "#828f96";
|
|
2510
2683
|
readonly "sem/color/text/utility/red/strong": "#610009";
|
|
2511
2684
|
readonly "sem/color/text/utility/red/sub": "#a7051e";
|
|
2512
2685
|
readonly "sem/color/text/utility/red/soft": "#df3e3f";
|
|
2513
2686
|
readonly "sem/color/text/utility/red/disable": "#828f96";
|
|
2514
|
-
readonly "sem/color/text/utility/orange/strong": "#
|
|
2515
|
-
readonly "sem/color/text/utility/orange/sub": "#
|
|
2516
|
-
readonly "sem/color/text/utility/orange/soft": "#
|
|
2687
|
+
readonly "sem/color/text/utility/orange/strong": "#4e1f00";
|
|
2688
|
+
readonly "sem/color/text/utility/orange/sub": "#893700";
|
|
2689
|
+
readonly "sem/color/text/utility/orange/soft": "#d77100";
|
|
2517
2690
|
readonly "sem/color/text/utility/orange/disable": "#a3aeb5";
|
|
2518
|
-
readonly "sem/color/text/utility/yellow/strong": "#
|
|
2519
|
-
readonly "sem/color/text/utility/yellow/sub": "#
|
|
2520
|
-
readonly "sem/color/text/utility/yellow/soft": "#
|
|
2691
|
+
readonly "sem/color/text/utility/yellow/strong": "#3a2a03";
|
|
2692
|
+
readonly "sem/color/text/utility/yellow/sub": "#866200";
|
|
2693
|
+
readonly "sem/color/text/utility/yellow/soft": "#dfa913";
|
|
2521
2694
|
readonly "sem/color/text/utility/yellow/disable": "#828f96";
|
|
2522
2695
|
readonly "sem/color/text/utility/lime/strong": "#163400";
|
|
2523
2696
|
readonly "sem/color/text/utility/lime/sub": "#2e5c00";
|
|
@@ -2561,43 +2734,43 @@ declare const _default: {
|
|
|
2561
2734
|
readonly "sem/color/link/negative/hover": "#d8473c";
|
|
2562
2735
|
readonly "sem/color/link/negative/visited": "#d0121c";
|
|
2563
2736
|
readonly "sem/color/link/negative/disable": "#a3aeb5";
|
|
2564
|
-
readonly "sem/color/icon/neutral/strong": "#
|
|
2737
|
+
readonly "sem/color/icon/neutral/strong": "#343d41";
|
|
2565
2738
|
readonly "sem/color/icon/neutral/sub": "#505a5f";
|
|
2566
|
-
readonly "sem/color/icon/neutral/soft": "#
|
|
2739
|
+
readonly "sem/color/icon/neutral/soft": "#69757c";
|
|
2567
2740
|
readonly "sem/color/icon/neutral/disable": "#828f96";
|
|
2568
2741
|
readonly "sem/color/icon/white/default": "#ffffff";
|
|
2569
2742
|
readonly "sem/color/icon/white/disable": "#ffffff65";
|
|
2570
|
-
readonly "sem/color/icon/brand/strong": "#
|
|
2571
|
-
readonly "sem/color/icon/brand/sub": "#
|
|
2572
|
-
readonly "sem/color/icon/brand/soft": "#
|
|
2743
|
+
readonly "sem/color/icon/brand/strong": "#242173";
|
|
2744
|
+
readonly "sem/color/icon/brand/sub": "#2f3cc1";
|
|
2745
|
+
readonly "sem/color/icon/brand/soft": "#3263e7";
|
|
2573
2746
|
readonly "sem/color/icon/brand/disable": "#828f96";
|
|
2574
|
-
readonly "sem/color/icon/function/info/strong": "#
|
|
2575
|
-
readonly "sem/color/icon/function/info/sub": "#
|
|
2747
|
+
readonly "sem/color/icon/function/info/strong": "#003e90";
|
|
2748
|
+
readonly "sem/color/icon/function/info/sub": "#006bdf";
|
|
2576
2749
|
readonly "sem/color/icon/function/info/soft": "#0083f0";
|
|
2577
2750
|
readonly "sem/color/icon/function/info/disable": "#828f96";
|
|
2578
|
-
readonly "sem/color/icon/function/caution/strong": "#
|
|
2579
|
-
readonly "sem/color/icon/function/caution/sub": "#
|
|
2580
|
-
readonly "sem/color/icon/function/caution/soft": "#
|
|
2751
|
+
readonly "sem/color/icon/function/caution/strong": "#662d00";
|
|
2752
|
+
readonly "sem/color/icon/function/caution/sub": "#a94900";
|
|
2753
|
+
readonly "sem/color/icon/function/caution/soft": "#d36f00";
|
|
2581
2754
|
readonly "sem/color/icon/function/caution/disable": "#828f96";
|
|
2582
|
-
readonly "sem/color/icon/function/positive/strong": "#
|
|
2583
|
-
readonly "sem/color/icon/function/positive/sub": "#
|
|
2755
|
+
readonly "sem/color/icon/function/positive/strong": "#004d20";
|
|
2756
|
+
readonly "sem/color/icon/function/positive/sub": "#007d35";
|
|
2584
2757
|
readonly "sem/color/icon/function/positive/soft": "#00914a";
|
|
2585
2758
|
readonly "sem/color/icon/function/positive/disable": "#828f96";
|
|
2586
|
-
readonly "sem/color/icon/function/negative/strong": "#
|
|
2587
|
-
readonly "sem/color/icon/function/negative/sub": "#
|
|
2759
|
+
readonly "sem/color/icon/function/negative/strong": "#7f0203";
|
|
2760
|
+
readonly "sem/color/icon/function/negative/sub": "#d0121c";
|
|
2588
2761
|
readonly "sem/color/icon/function/negative/soft": "#d8473c";
|
|
2589
2762
|
readonly "sem/color/icon/function/negative/disable": "#828f96";
|
|
2590
|
-
readonly "sem/color/icon/utility/red/strong": "#
|
|
2763
|
+
readonly "sem/color/icon/utility/red/strong": "#830010";
|
|
2591
2764
|
readonly "sem/color/icon/utility/red/sub": "#a7051e";
|
|
2592
2765
|
readonly "sem/color/icon/utility/red/soft": "#df3e3f";
|
|
2593
2766
|
readonly "sem/color/icon/utility/red/disable": "#828f96";
|
|
2594
|
-
readonly "sem/color/icon/utility/orange/strong": "#
|
|
2595
|
-
readonly "sem/color/icon/utility/orange/sub": "#
|
|
2596
|
-
readonly "sem/color/icon/utility/orange/soft": "#
|
|
2767
|
+
readonly "sem/color/icon/utility/orange/strong": "#4e1f00";
|
|
2768
|
+
readonly "sem/color/icon/utility/orange/sub": "#893700";
|
|
2769
|
+
readonly "sem/color/icon/utility/orange/soft": "#d77100";
|
|
2597
2770
|
readonly "sem/color/icon/utility/orange/disable": "#828f96";
|
|
2598
|
-
readonly "sem/color/icon/utility/yellow/strong": "#
|
|
2599
|
-
readonly "sem/color/icon/utility/yellow/sub": "#
|
|
2600
|
-
readonly "sem/color/icon/utility/yellow/soft": "#
|
|
2771
|
+
readonly "sem/color/icon/utility/yellow/strong": "#3a2a03";
|
|
2772
|
+
readonly "sem/color/icon/utility/yellow/sub": "#866200";
|
|
2773
|
+
readonly "sem/color/icon/utility/yellow/soft": "#dfa913";
|
|
2601
2774
|
readonly "sem/color/icon/utility/yellow/disable": "#828f96";
|
|
2602
2775
|
readonly "sem/color/icon/utility/lime/strong": "#163400";
|
|
2603
2776
|
readonly "sem/color/icon/utility/lime/sub": "#2e5c00";
|
|
@@ -2631,11 +2804,11 @@ declare const _default: {
|
|
|
2631
2804
|
readonly "sem/color/stroke/neutral/sub": "#0d2e433d";
|
|
2632
2805
|
readonly "sem/color/stroke/neutral/soft": "#0a2f4d22";
|
|
2633
2806
|
readonly "sem/color/stroke/neutral/delicate": "#02305e16";
|
|
2634
|
-
readonly "sem/color/stroke/neutral/disable": "#
|
|
2807
|
+
readonly "sem/color/stroke/neutral/disable": "#02305e16";
|
|
2635
2808
|
readonly "sem/color/stroke/neutral/none": "#ffffff00";
|
|
2636
2809
|
readonly "sem/color/stroke/brand/strong": "#3263e7";
|
|
2637
2810
|
readonly "sem/color/stroke/brand/sub": "#cee2f8";
|
|
2638
|
-
readonly "sem/color/stroke/brand/soft": "#
|
|
2811
|
+
readonly "sem/color/stroke/brand/soft": "#e6f1ff";
|
|
2639
2812
|
readonly "sem/color/stroke/brand/disable": "#02305e16";
|
|
2640
2813
|
readonly "sem/color/stroke/white/strong": "#ffffff82";
|
|
2641
2814
|
readonly "sem/color/stroke/white/sub": "#ffffff49";
|
|
@@ -2663,13 +2836,13 @@ declare const _default: {
|
|
|
2663
2836
|
readonly "sem/color/stroke/utility/red/sub": "#fbd3ce";
|
|
2664
2837
|
readonly "sem/color/stroke/utility/red/soft": "#ffe9e5";
|
|
2665
2838
|
readonly "sem/color/stroke/utility/red/disable": "#02305e16";
|
|
2666
|
-
readonly "sem/color/stroke/utility/orange/strong": "#
|
|
2667
|
-
readonly "sem/color/stroke/utility/orange/sub": "#
|
|
2668
|
-
readonly "sem/color/stroke/utility/orange/soft": "#
|
|
2839
|
+
readonly "sem/color/stroke/utility/orange/strong": "#ed993c";
|
|
2840
|
+
readonly "sem/color/stroke/utility/orange/sub": "#f8dbab";
|
|
2841
|
+
readonly "sem/color/stroke/utility/orange/soft": "#fceccd";
|
|
2669
2842
|
readonly "sem/color/stroke/utility/orange/disable": "#02305e16";
|
|
2670
|
-
readonly "sem/color/stroke/utility/yellow/strong": "#
|
|
2671
|
-
readonly "sem/color/stroke/utility/yellow/sub": "#
|
|
2672
|
-
readonly "sem/color/stroke/utility/yellow/soft": "#
|
|
2843
|
+
readonly "sem/color/stroke/utility/yellow/strong": "#ffbe2d";
|
|
2844
|
+
readonly "sem/color/stroke/utility/yellow/sub": "#fbecaf";
|
|
2845
|
+
readonly "sem/color/stroke/utility/yellow/soft": "#fff3cd";
|
|
2673
2846
|
readonly "sem/color/stroke/utility/yellow/disable": "#02305e16";
|
|
2674
2847
|
readonly "sem/color/stroke/utility/lime/strong": "#8eba1e";
|
|
2675
2848
|
readonly "sem/color/stroke/utility/lime/sub": "#d0e59b";
|
|
@@ -2715,7 +2888,7 @@ declare const _default: {
|
|
|
2715
2888
|
readonly "sem/color/illustration/brand/strong": "#2a30a0";
|
|
2716
2889
|
readonly "sem/color/illustration/brand/sub": "#648ef4";
|
|
2717
2890
|
readonly "sem/color/illustration/brand/soft": "#cee2f8";
|
|
2718
|
-
readonly "sem/color/illustration/brand/delicate": "#
|
|
2891
|
+
readonly "sem/color/illustration/brand/delicate": "#eff6ff";
|
|
2719
2892
|
readonly "sem/color/illustration/brand-secondary/strong": "#823e00";
|
|
2720
2893
|
readonly "sem/color/illustration/brand-secondary/sub": "#de8500";
|
|
2721
2894
|
readonly "sem/color/illustration/brand-secondary/soft": "#fbd6a2";
|
|
@@ -2724,14 +2897,14 @@ declare const _default: {
|
|
|
2724
2897
|
readonly "sem/color/illustration/red/sub": "#f5685f";
|
|
2725
2898
|
readonly "sem/color/illustration/red/soft": "#fbd3ce";
|
|
2726
2899
|
readonly "sem/color/illustration/red/delicate": "#ffefec";
|
|
2727
|
-
readonly "sem/color/illustration/orange/strong": "#
|
|
2728
|
-
readonly "sem/color/illustration/orange/sub": "#
|
|
2729
|
-
readonly "sem/color/illustration/orange/soft": "#
|
|
2730
|
-
readonly "sem/color/illustration/orange/delicate": "#
|
|
2731
|
-
readonly "sem/color/illustration/yellow/strong": "#
|
|
2732
|
-
readonly "sem/color/illustration/yellow/sub": "#
|
|
2733
|
-
readonly "sem/color/illustration/yellow/soft": "#
|
|
2734
|
-
readonly "sem/color/illustration/yellow/delicate": "#
|
|
2900
|
+
readonly "sem/color/illustration/orange/strong": "#893700";
|
|
2901
|
+
readonly "sem/color/illustration/orange/sub": "#da841a";
|
|
2902
|
+
readonly "sem/color/illustration/orange/soft": "#f8dbab";
|
|
2903
|
+
readonly "sem/color/illustration/orange/delicate": "#fcf4e0";
|
|
2904
|
+
readonly "sem/color/illustration/yellow/strong": "#866200";
|
|
2905
|
+
readonly "sem/color/illustration/yellow/sub": "#ffbe2d";
|
|
2906
|
+
readonly "sem/color/illustration/yellow/soft": "#fbecaf";
|
|
2907
|
+
readonly "sem/color/illustration/yellow/delicate": "#fff9e9";
|
|
2735
2908
|
readonly "sem/color/illustration/lime/strong": "#2e5c00";
|
|
2736
2909
|
readonly "sem/color/illustration/lime/sub": "#73a600";
|
|
2737
2910
|
readonly "sem/color/illustration/lime/soft": "#d0e59b";
|
|
@@ -2760,9 +2933,9 @@ declare const _default: {
|
|
|
2760
2933
|
readonly "sem/color/illustration/pink/sub": "#e26dbc";
|
|
2761
2934
|
readonly "sem/color/illustration/pink/soft": "#f5d3ec";
|
|
2762
2935
|
readonly "sem/color/illustration/pink/delicate": "#ffeffb";
|
|
2763
|
-
readonly "sem/color/chart/neutral/strong/default": "#
|
|
2764
|
-
readonly "sem/color/chart/neutral/strong/hover": "#
|
|
2765
|
-
readonly "sem/color/chart/neutral/strong/selected": "#
|
|
2936
|
+
readonly "sem/color/chart/neutral/strong/default": "#69757c";
|
|
2937
|
+
readonly "sem/color/chart/neutral/strong/hover": "#41494e";
|
|
2938
|
+
readonly "sem/color/chart/neutral/strong/selected": "#505a5f";
|
|
2766
2939
|
readonly "sem/color/chart/neutral/sub/default": "#dee3e7";
|
|
2767
2940
|
readonly "sem/color/chart/neutral/sub/hover": "#a3aeb5";
|
|
2768
2941
|
readonly "sem/color/chart/neutral/sub/selected": "#c5cdd2";
|
|
@@ -2770,99 +2943,99 @@ declare const _default: {
|
|
|
2770
2943
|
readonly "sem/color/chart/neutral/soft/hover": "#dee3e7";
|
|
2771
2944
|
readonly "sem/color/chart/neutral/soft/selected": "#e9edf1";
|
|
2772
2945
|
readonly "sem/color/chart/disable": "#e9edf1";
|
|
2773
|
-
readonly "sem/color/chart/brand/strong/default": "#
|
|
2774
|
-
readonly "sem/color/chart/brand/strong/hover": "#
|
|
2775
|
-
readonly "sem/color/chart/brand/strong/selected": "#
|
|
2946
|
+
readonly "sem/color/chart/brand/strong/default": "#3263e7";
|
|
2947
|
+
readonly "sem/color/chart/brand/strong/hover": "#2a30a0";
|
|
2948
|
+
readonly "sem/color/chart/brand/strong/selected": "#2f3cc1";
|
|
2776
2949
|
readonly "sem/color/chart/brand/sub/default": "#cee2f8";
|
|
2777
2950
|
readonly "sem/color/chart/brand/sub/hover": "#87b0f8";
|
|
2778
2951
|
readonly "sem/color/chart/brand/sub/selected": "#accdf8";
|
|
2779
|
-
readonly "sem/color/chart/brand/soft/default": "#
|
|
2952
|
+
readonly "sem/color/chart/brand/soft/default": "#eff6ff";
|
|
2780
2953
|
readonly "sem/color/chart/brand/soft/hover": "#cee2f8";
|
|
2781
|
-
readonly "sem/color/chart/brand/soft/selected": "#
|
|
2782
|
-
readonly "sem/color/chart/red/strong/default": "#
|
|
2783
|
-
readonly "sem/color/chart/red/strong/hover": "#
|
|
2784
|
-
readonly "sem/color/chart/red/strong/selected": "#
|
|
2954
|
+
readonly "sem/color/chart/brand/soft/selected": "#e6f1ff";
|
|
2955
|
+
readonly "sem/color/chart/red/strong/default": "#df3e3f";
|
|
2956
|
+
readonly "sem/color/chart/red/strong/hover": "#a7051e";
|
|
2957
|
+
readonly "sem/color/chart/red/strong/selected": "#cf0026";
|
|
2785
2958
|
readonly "sem/color/chart/red/sub/default": "#fbd3ce";
|
|
2786
2959
|
readonly "sem/color/chart/red/sub/hover": "#fd8b7f";
|
|
2787
2960
|
readonly "sem/color/chart/red/sub/selected": "#fdb3ab";
|
|
2788
2961
|
readonly "sem/color/chart/red/soft/default": "#ffefec";
|
|
2789
2962
|
readonly "sem/color/chart/red/soft/hover": "#fbd3ce";
|
|
2790
2963
|
readonly "sem/color/chart/red/soft/selected": "#ffe9e5";
|
|
2791
|
-
readonly "sem/color/chart/orange/strong/default": "#
|
|
2792
|
-
readonly "sem/color/chart/orange/strong/hover": "#
|
|
2793
|
-
readonly "sem/color/chart/orange/strong/selected": "#
|
|
2794
|
-
readonly "sem/color/chart/orange/sub/default": "#
|
|
2795
|
-
readonly "sem/color/chart/orange/sub/hover": "#
|
|
2796
|
-
readonly "sem/color/chart/orange/sub/selected": "#
|
|
2797
|
-
readonly "sem/color/chart/orange/soft/default": "#
|
|
2798
|
-
readonly "sem/color/chart/orange/soft/hover": "#
|
|
2799
|
-
readonly "sem/color/chart/orange/soft/selected": "#
|
|
2800
|
-
readonly "sem/color/chart/yellow/strong/default": "#
|
|
2801
|
-
readonly "sem/color/chart/yellow/strong/hover": "#
|
|
2802
|
-
readonly "sem/color/chart/yellow/strong/selected": "#
|
|
2803
|
-
readonly "sem/color/chart/yellow/sub/default": "#
|
|
2804
|
-
readonly "sem/color/chart/yellow/sub/hover": "#
|
|
2805
|
-
readonly "sem/color/chart/yellow/sub/selected": "#
|
|
2806
|
-
readonly "sem/color/chart/yellow/soft/default": "#
|
|
2807
|
-
readonly "sem/color/chart/yellow/soft/hover": "#
|
|
2808
|
-
readonly "sem/color/chart/yellow/soft/selected": "#
|
|
2809
|
-
readonly "sem/color/chart/lime/strong/default": "#
|
|
2810
|
-
readonly "sem/color/chart/lime/strong/hover": "#
|
|
2811
|
-
readonly "sem/color/chart/lime/strong/selected": "#
|
|
2964
|
+
readonly "sem/color/chart/orange/strong/default": "#da841a";
|
|
2965
|
+
readonly "sem/color/chart/orange/strong/hover": "#893700";
|
|
2966
|
+
readonly "sem/color/chart/orange/strong/selected": "#ae4b00";
|
|
2967
|
+
readonly "sem/color/chart/orange/sub/default": "#f8dbab";
|
|
2968
|
+
readonly "sem/color/chart/orange/sub/hover": "#ed993c";
|
|
2969
|
+
readonly "sem/color/chart/orange/sub/selected": "#f3bb72";
|
|
2970
|
+
readonly "sem/color/chart/orange/soft/default": "#fcf4e0";
|
|
2971
|
+
readonly "sem/color/chart/orange/soft/hover": "#f8dbab";
|
|
2972
|
+
readonly "sem/color/chart/orange/soft/selected": "#fceccd";
|
|
2973
|
+
readonly "sem/color/chart/yellow/strong/default": "#f2b300";
|
|
2974
|
+
readonly "sem/color/chart/yellow/strong/hover": "#866200";
|
|
2975
|
+
readonly "sem/color/chart/yellow/strong/selected": "#be8d07";
|
|
2976
|
+
readonly "sem/color/chart/yellow/sub/default": "#fbecaf";
|
|
2977
|
+
readonly "sem/color/chart/yellow/sub/hover": "#ffbe2d";
|
|
2978
|
+
readonly "sem/color/chart/yellow/sub/selected": "#f5d579";
|
|
2979
|
+
readonly "sem/color/chart/yellow/soft/default": "#fff9e9";
|
|
2980
|
+
readonly "sem/color/chart/yellow/soft/hover": "#fbecaf";
|
|
2981
|
+
readonly "sem/color/chart/yellow/soft/selected": "#fff3cd";
|
|
2982
|
+
readonly "sem/color/chart/lime/strong/default": "#73a600";
|
|
2983
|
+
readonly "sem/color/chart/lime/strong/hover": "#2e5c00";
|
|
2984
|
+
readonly "sem/color/chart/lime/strong/selected": "#2e7600";
|
|
2812
2985
|
readonly "sem/color/chart/lime/sub/default": "#d0e59b";
|
|
2813
2986
|
readonly "sem/color/chart/lime/sub/hover": "#8eba1e";
|
|
2814
2987
|
readonly "sem/color/chart/lime/sub/selected": "#b3d16a";
|
|
2815
2988
|
readonly "sem/color/chart/lime/soft/default": "#f0f6e3";
|
|
2816
2989
|
readonly "sem/color/chart/lime/soft/hover": "#d0e59b";
|
|
2817
2990
|
readonly "sem/color/chart/lime/soft/selected": "#e9f6c9";
|
|
2818
|
-
readonly "sem/color/chart/green/strong/default": "#
|
|
2819
|
-
readonly "sem/color/chart/green/strong/hover": "#
|
|
2820
|
-
readonly "sem/color/chart/green/strong/selected": "#
|
|
2991
|
+
readonly "sem/color/chart/green/strong/default": "#00b077";
|
|
2992
|
+
readonly "sem/color/chart/green/strong/hover": "#006535";
|
|
2993
|
+
readonly "sem/color/chart/green/strong/selected": "#008345";
|
|
2821
2994
|
readonly "sem/color/chart/green/sub/default": "#b3e9cf";
|
|
2822
2995
|
readonly "sem/color/chart/green/sub/hover": "#3bc392";
|
|
2823
2996
|
readonly "sem/color/chart/green/sub/selected": "#7cd9b1";
|
|
2824
2997
|
readonly "sem/color/chart/green/soft/default": "#e7f7ef";
|
|
2825
2998
|
readonly "sem/color/chart/green/soft/hover": "#b3e9cf";
|
|
2826
2999
|
readonly "sem/color/chart/green/soft/selected": "#dbf6e8";
|
|
2827
|
-
readonly "sem/color/chart/ocean/strong/default": "#
|
|
2828
|
-
readonly "sem/color/chart/ocean/strong/hover": "#
|
|
2829
|
-
readonly "sem/color/chart/ocean/strong/selected": "#
|
|
3000
|
+
readonly "sem/color/chart/ocean/strong/default": "#00969d";
|
|
3001
|
+
readonly "sem/color/chart/ocean/strong/hover": "#006782";
|
|
3002
|
+
readonly "sem/color/chart/ocean/strong/selected": "#008692";
|
|
2830
3003
|
readonly "sem/color/chart/ocean/sub/default": "#b3e7e3";
|
|
2831
3004
|
readonly "sem/color/chart/ocean/sub/hover": "#0dc1c2";
|
|
2832
3005
|
readonly "sem/color/chart/ocean/sub/selected": "#76d6d9";
|
|
2833
3006
|
readonly "sem/color/chart/ocean/soft/default": "#e2f8fa";
|
|
2834
3007
|
readonly "sem/color/chart/ocean/soft/hover": "#b3e7e3";
|
|
2835
3008
|
readonly "sem/color/chart/ocean/soft/selected": "#daf5f4";
|
|
2836
|
-
readonly "sem/color/chart/blue/strong/default": "#
|
|
2837
|
-
readonly "sem/color/chart/blue/strong/hover": "#
|
|
2838
|
-
readonly "sem/color/chart/blue/strong/selected": "#
|
|
3009
|
+
readonly "sem/color/chart/blue/strong/default": "#008ee1";
|
|
3010
|
+
readonly "sem/color/chart/blue/strong/hover": "#005eac";
|
|
3011
|
+
readonly "sem/color/chart/blue/strong/selected": "#007dd7";
|
|
2839
3012
|
readonly "sem/color/chart/blue/sub/default": "#b9e4f6";
|
|
2840
3013
|
readonly "sem/color/chart/blue/sub/hover": "#51b9f0";
|
|
2841
3014
|
readonly "sem/color/chart/blue/sub/selected": "#87d1f4";
|
|
2842
3015
|
readonly "sem/color/chart/blue/soft/default": "#e8f4f9";
|
|
2843
3016
|
readonly "sem/color/chart/blue/soft/hover": "#b9e4f6";
|
|
2844
3017
|
readonly "sem/color/chart/blue/soft/selected": "#eaf6fa";
|
|
2845
|
-
readonly "sem/color/chart/indigo/strong/default": "#
|
|
2846
|
-
readonly "sem/color/chart/indigo/strong/hover": "#
|
|
2847
|
-
readonly "sem/color/chart/indigo/strong/selected": "#
|
|
3018
|
+
readonly "sem/color/chart/indigo/strong/default": "#4278f5";
|
|
3019
|
+
readonly "sem/color/chart/indigo/strong/hover": "#1e4eb5";
|
|
3020
|
+
readonly "sem/color/chart/indigo/strong/selected": "#2461e2";
|
|
2848
3021
|
readonly "sem/color/chart/indigo/sub/default": "#d1ddfb";
|
|
2849
3022
|
readonly "sem/color/chart/indigo/sub/hover": "#94acf7";
|
|
2850
3023
|
readonly "sem/color/chart/indigo/sub/selected": "#b4c7f9";
|
|
2851
3024
|
readonly "sem/color/chart/indigo/soft/default": "#edf3fb";
|
|
2852
3025
|
readonly "sem/color/chart/indigo/soft/hover": "#d1ddfb";
|
|
2853
3026
|
readonly "sem/color/chart/indigo/soft/selected": "#e7eeff";
|
|
2854
|
-
readonly "sem/color/chart/violet/strong/default": "#
|
|
2855
|
-
readonly "sem/color/chart/violet/strong/hover": "#
|
|
2856
|
-
readonly "sem/color/chart/violet/strong/selected": "#
|
|
3027
|
+
readonly "sem/color/chart/violet/strong/default": "#a65dcf";
|
|
3028
|
+
readonly "sem/color/chart/violet/strong/hover": "#8b269b";
|
|
3029
|
+
readonly "sem/color/chart/violet/strong/selected": "#9d3abb";
|
|
2857
3030
|
readonly "sem/color/chart/violet/sub/default": "#e5d8f5";
|
|
2858
3031
|
readonly "sem/color/chart/violet/sub/hover": "#cb9ce7";
|
|
2859
3032
|
readonly "sem/color/chart/violet/sub/selected": "#d8bcef";
|
|
2860
3033
|
readonly "sem/color/chart/violet/soft/default": "#f5f0fc";
|
|
2861
3034
|
readonly "sem/color/chart/violet/soft/hover": "#e5d8f5";
|
|
2862
3035
|
readonly "sem/color/chart/violet/soft/selected": "#f1ecfa";
|
|
2863
|
-
readonly "sem/color/chart/pink/strong/default": "#
|
|
2864
|
-
readonly "sem/color/chart/pink/strong/hover": "#
|
|
2865
|
-
readonly "sem/color/chart/pink/strong/selected": "#
|
|
3036
|
+
readonly "sem/color/chart/pink/strong/default": "#cd44a7";
|
|
3037
|
+
readonly "sem/color/chart/pink/strong/hover": "#970978";
|
|
3038
|
+
readonly "sem/color/chart/pink/strong/selected": "#bc1d92";
|
|
2866
3039
|
readonly "sem/color/chart/pink/sub/default": "#f5d3ec";
|
|
2867
3040
|
readonly "sem/color/chart/pink/sub/hover": "#ec8dd3";
|
|
2868
3041
|
readonly "sem/color/chart/pink/sub/selected": "#f0b4e3";
|
|
@@ -2891,6 +3064,7 @@ declare const _default: {
|
|
|
2891
3064
|
readonly "sem/typo/emphasis/letter-spacing/lvl-1": "-0.3px";
|
|
2892
3065
|
readonly "sem/typo/label/font": "Inter Variable";
|
|
2893
3066
|
readonly "sem/typo/label/weight": "500";
|
|
3067
|
+
readonly "sem/typo/label/weight-bold": "700";
|
|
2894
3068
|
readonly "sem/typo/label/size/xl": "24px";
|
|
2895
3069
|
readonly "sem/typo/label/size/lg": "20px";
|
|
2896
3070
|
readonly "sem/typo/label/size/md": "17px";
|
|
@@ -3004,123 +3178,22 @@ declare const _default: {
|
|
|
3004
3178
|
readonly "sem/dimension/size/component/xs": "28px";
|
|
3005
3179
|
readonly "sem/dimension/size/component/2xs": "24px";
|
|
3006
3180
|
readonly "sem/dimension/size/component/null": "0px";
|
|
3007
|
-
readonly "page/details-container/tabs-section/tabs-lvl2/top-padding": "20px";
|
|
3008
|
-
readonly "page/details-container/tabs-section/tabs-lvl1/top-padding": "8px";
|
|
3009
|
-
readonly "page/details-container/table-view/vertical-gap": "20px";
|
|
3010
|
-
readonly "page/details-container/table-view/top-padding": "20px";
|
|
3011
|
-
readonly "page/details-container/form-view/horizontal-gap": "20px";
|
|
3012
|
-
readonly "page/details-container/form-view/vertical-padding": "24px";
|
|
3013
|
-
readonly "page/details-container/form-view/right-section/vertical-gap": "16px";
|
|
3014
|
-
readonly "page/details-container/form-view/right-section/top-padding": "16px";
|
|
3015
|
-
readonly "page/details-container/form-view/right-section/left-padding": "12px";
|
|
3016
|
-
readonly "page/details-container/form-view/list/vertical-gap": "24px";
|
|
3017
|
-
readonly "page/details-container/form-view/list/section/horizontal-gap": "0px";
|
|
3018
|
-
readonly "page/details-container/form-view/list/section/vertical-gap": "0px";
|
|
3019
|
-
readonly "page/details-container/form-view/list/section/background-color": "#ffffff00";
|
|
3020
|
-
readonly "page/details-container/form-view/list/section/border-radius": "0px";
|
|
3021
|
-
readonly "page/details-container/form-view/list/section/stroke-color": "#ffffff00";
|
|
3022
|
-
readonly "page/details-container/form-view/list/section/title/top-padding": "12px";
|
|
3023
|
-
readonly "page/details-container/form-view/list/section/title/bottom-padding": "12px";
|
|
3024
|
-
readonly "page/details-container/form-view/list/section/title/left-padding": "12px";
|
|
3025
|
-
readonly "page/details-container/form-view/list/section/title/right-padding": "0px";
|
|
3026
|
-
readonly "page/details-container/form-view/list/section/title/label/color-text": "#2a3034";
|
|
3027
|
-
readonly "page/details-container/form-view/list/section/title/min-width": "0px";
|
|
3028
|
-
readonly "page/details-container/form-view/list/section/title/max-width": "9999px";
|
|
3029
|
-
readonly "page/details-container/form-view/list/section/title/background-color": "#ffffff00";
|
|
3030
|
-
readonly "page/details-container/form-view/list/section/content/top-padding": "36px";
|
|
3031
|
-
readonly "page/details-container/form-view/list/section/content/bottom-padding": "36px";
|
|
3032
|
-
readonly "page/details-container/form-view/list/section/content/left-padding": "24px";
|
|
3033
|
-
readonly "page/details-container/form-view/list/section/content/right-padding": "24px";
|
|
3034
|
-
readonly "page/details-container/form-view/list/section/content/min-width": "600px";
|
|
3035
|
-
readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
|
|
3036
|
-
readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
|
|
3037
|
-
readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
|
|
3038
|
-
readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
|
|
3039
|
-
readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
|
|
3040
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
|
|
3041
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/bottom-border": "1px";
|
|
3042
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/left-border": "1px";
|
|
3043
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/right-border": "1px";
|
|
3044
|
-
readonly "page/details-container/form-view/list/section/table/top-padding": "12px";
|
|
3045
|
-
readonly "page/details-container/form-view/list/section/table/bottom-padding": "12px";
|
|
3046
|
-
readonly "page/details-container/form-view/list/section/table/left-padding": "12px";
|
|
3047
|
-
readonly "page/details-container/form-view/list/section/table/right-padding": "12px";
|
|
3048
|
-
readonly "page/details-container/form-view/list/section/table/min-width": "600px";
|
|
3049
|
-
readonly "page/details-container/form-view/list/section/table/background-color": "#ffffff";
|
|
3050
|
-
readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d22";
|
|
3051
|
-
readonly "page/details-container/form-view/list/section/table/border-radius": "12px";
|
|
3052
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/top-border": "1px";
|
|
3053
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/bottom-border": "1px";
|
|
3054
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/left-border": "1px";
|
|
3055
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/right-border": "1px";
|
|
3056
|
-
readonly "page/details-container/top-left-conner-radius": "20px";
|
|
3057
|
-
readonly "page/details-container/top-right-conner-radius": "20px";
|
|
3058
|
-
readonly "page/details-container/horizontal-padding": "24px";
|
|
3059
|
-
readonly "page/details-container/background-color": "#ffffff";
|
|
3060
|
-
readonly "page/details-container/info-view/horizontal-gap": "20px";
|
|
3061
|
-
readonly "page/details-container/info-view/vertical-padding": "24px";
|
|
3062
|
-
readonly "page/details-container/info-view/right-section/vertical-gap": "16px";
|
|
3063
|
-
readonly "page/details-container/info-view/right-section/left-padding": "12px";
|
|
3064
|
-
readonly "page/details-container/info-view/right-section/top-padding": "16px";
|
|
3065
|
-
readonly "page/details-container/info-view/list/vertical-gap": "24px";
|
|
3066
|
-
readonly "page/details-container/info-view/list/section/horizontal-gap": "0px";
|
|
3067
|
-
readonly "page/details-container/info-view/list/section/vertical-gap": "0px";
|
|
3068
|
-
readonly "page/details-container/info-view/list/section/background-color": "#ffffff00";
|
|
3069
|
-
readonly "page/details-container/info-view/list/section/border-radius": "0px";
|
|
3070
|
-
readonly "page/details-container/info-view/list/section/stroke-color": "#ffffff00";
|
|
3071
|
-
readonly "page/details-container/info-view/list/section/title/top-padding": "12px";
|
|
3072
|
-
readonly "page/details-container/info-view/list/section/title/bottom-padding": "12px";
|
|
3073
|
-
readonly "page/details-container/info-view/list/section/title/left-padding": "12px";
|
|
3074
|
-
readonly "page/details-container/info-view/list/section/title/right-padding": "0px";
|
|
3075
|
-
readonly "page/details-container/info-view/list/section/title/min-width": "0px";
|
|
3076
|
-
readonly "page/details-container/info-view/list/section/title/max-width": "9999px";
|
|
3077
|
-
readonly "page/details-container/info-view/list/section/title/background-color": "#ffffff00";
|
|
3078
|
-
readonly "page/details-container/info-view/list/section/title/label/color-text": "#2a3034";
|
|
3079
|
-
readonly "page/details-container/info-view/list/section/content/top-padding": "36px";
|
|
3080
|
-
readonly "page/details-container/info-view/list/section/content/bottom-padding": "36px";
|
|
3081
|
-
readonly "page/details-container/info-view/list/section/content/left-padding": "24px";
|
|
3082
|
-
readonly "page/details-container/info-view/list/section/content/right-padding": "24px";
|
|
3083
|
-
readonly "page/details-container/info-view/list/section/content/min-width": "600px";
|
|
3084
|
-
readonly "page/details-container/info-view/list/section/content/background-color": "#ffffff";
|
|
3085
|
-
readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d22";
|
|
3086
|
-
readonly "page/details-container/info-view/list/section/content/border-radius": "12px";
|
|
3087
|
-
readonly "page/details-container/info-view/list/section/content/data-slot/max-width": "760px";
|
|
3088
|
-
readonly "page/details-container/info-view/list/section/content/data-slot/vertical-gap": "16px";
|
|
3089
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/top-border": "1px";
|
|
3090
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/bottom-border": "1px";
|
|
3091
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/left-border": "1px";
|
|
3092
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/right-border": "1px";
|
|
3093
|
-
readonly "page/details-container/info-view/list/section/table/top-padding": "12px";
|
|
3094
|
-
readonly "page/details-container/info-view/list/section/table/bottom-padding": "12px";
|
|
3095
|
-
readonly "page/details-container/info-view/list/section/table/left-padding": "12px";
|
|
3096
|
-
readonly "page/details-container/info-view/list/section/table/right-padding": "12px";
|
|
3097
|
-
readonly "page/details-container/info-view/list/section/table/min-width": "600px";
|
|
3098
|
-
readonly "page/details-container/info-view/list/section/table/background-color": "#ffffff";
|
|
3099
|
-
readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d22";
|
|
3100
|
-
readonly "page/details-container/info-view/list/section/table/border-radius": "12px";
|
|
3101
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/top-border": "1px";
|
|
3102
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/bottom-border": "1px";
|
|
3103
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/left-border": "1px";
|
|
3104
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/right-border": "1px";
|
|
3105
|
-
readonly "page/details-container/footer/vertical-padding": "16px";
|
|
3106
|
-
readonly "page/details-container/footer/background-color": "#ffffff";
|
|
3107
|
-
readonly "page/details-container/footer/color-stroke": "#0d2e433d";
|
|
3108
|
-
readonly "page/body/horizontal-padding": "24px";
|
|
3109
|
-
readonly "page/body/top-padding": "16px";
|
|
3110
|
-
readonly "page/body/top-left-border-radius": "28px";
|
|
3111
|
-
readonly "page/body/background-color": "#f5f8fc";
|
|
3112
|
-
readonly "page/popup/body/vertical_gap": "20px";
|
|
3113
|
-
readonly "page/drawer/body/vertical_gap": "20px";
|
|
3114
3181
|
readonly "Flowkit/Purple": "#7b61ff";
|
|
3115
3182
|
readonly "Flowkit/Charcoal": "#222222";
|
|
3116
3183
|
readonly "Flowkit/Red": "#fc5555";
|
|
3117
3184
|
readonly "Flowkit/Green": "#29cc6a";
|
|
3118
3185
|
readonly "Flowkit/Blue": "#0099ff";
|
|
3119
3186
|
readonly "Flowkit/White": "#ffffff";
|
|
3187
|
+
readonly "Section/Lv-01": "#272d2e";
|
|
3188
|
+
readonly "Section/Lv-02": "#525758";
|
|
3189
|
+
readonly "Section/Lv-03": "#7d8182";
|
|
3120
3190
|
readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
|
|
3121
3191
|
readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
|
|
3192
|
+
readonly "Elevation/Level-1-invert": "0px -2px 4px -2px #02305e16, 0px -2px 6px -1px #00375b0e";
|
|
3122
3193
|
readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";
|
|
3194
|
+
readonly "Elevation/Level-2-invert": "0px -3px 6px -2px #02305e16, 0px -12px 16px -8px #02305e16";
|
|
3123
3195
|
readonly "Elevation/Level-3": "0px 4px 8px -2px #00375b0e, 0px 16px 32px -12px #0a2f4d22";
|
|
3196
|
+
readonly "Elevation/Level-3-invert": "0px -4px 8px -2px #00375b0e, 0px -16px 32px -12px #0a2f4d22";
|
|
3124
3197
|
readonly "Form's-Row": readonly [{
|
|
3125
3198
|
readonly pattern: "columns";
|
|
3126
3199
|
readonly visible: true;
|
|
@@ -3211,6 +3284,51 @@ declare const _default: {
|
|
|
3211
3284
|
readonly textTransform: "none";
|
|
3212
3285
|
readonly textDecoration: "none";
|
|
3213
3286
|
};
|
|
3287
|
+
readonly "Title/XL": {
|
|
3288
|
+
readonly fontFamily: "Inter Variable";
|
|
3289
|
+
readonly fontSize: "24px";
|
|
3290
|
+
readonly fontWeight: 700;
|
|
3291
|
+
readonly letterSpacing: "-0.5px";
|
|
3292
|
+
readonly lineHeight: "32px";
|
|
3293
|
+
readonly textTransform: "none";
|
|
3294
|
+
readonly textDecoration: "none";
|
|
3295
|
+
};
|
|
3296
|
+
readonly "Title/Lg": {
|
|
3297
|
+
readonly fontFamily: "Inter Variable";
|
|
3298
|
+
readonly fontSize: "20px";
|
|
3299
|
+
readonly fontWeight: 700;
|
|
3300
|
+
readonly letterSpacing: "-0.5px";
|
|
3301
|
+
readonly lineHeight: "28px";
|
|
3302
|
+
readonly textTransform: "none";
|
|
3303
|
+
readonly textDecoration: "none";
|
|
3304
|
+
};
|
|
3305
|
+
readonly "Title/Md": {
|
|
3306
|
+
readonly fontFamily: "Inter Variable";
|
|
3307
|
+
readonly fontSize: "17px";
|
|
3308
|
+
readonly fontWeight: 700;
|
|
3309
|
+
readonly letterSpacing: "-0.3px";
|
|
3310
|
+
readonly lineHeight: "24px";
|
|
3311
|
+
readonly textTransform: "none";
|
|
3312
|
+
readonly textDecoration: "none";
|
|
3313
|
+
};
|
|
3314
|
+
readonly "Title/Sm": {
|
|
3315
|
+
readonly fontFamily: "Inter Variable";
|
|
3316
|
+
readonly fontSize: "14px";
|
|
3317
|
+
readonly fontWeight: 700;
|
|
3318
|
+
readonly letterSpacing: "-0.15px";
|
|
3319
|
+
readonly lineHeight: "20px";
|
|
3320
|
+
readonly textTransform: "none";
|
|
3321
|
+
readonly textDecoration: "none";
|
|
3322
|
+
};
|
|
3323
|
+
readonly "Title/XS": {
|
|
3324
|
+
readonly fontFamily: "Inter Variable";
|
|
3325
|
+
readonly fontSize: "12px";
|
|
3326
|
+
readonly fontWeight: 700;
|
|
3327
|
+
readonly letterSpacing: "-0.15px";
|
|
3328
|
+
readonly lineHeight: "16px";
|
|
3329
|
+
readonly textTransform: "none";
|
|
3330
|
+
readonly textDecoration: "none";
|
|
3331
|
+
};
|
|
3214
3332
|
readonly "Label/XL": {
|
|
3215
3333
|
readonly fontFamily: "Inter Variable";
|
|
3216
3334
|
readonly fontSize: "24px";
|
|
@@ -3337,6 +3455,24 @@ declare const _default: {
|
|
|
3337
3455
|
readonly textTransform: "none";
|
|
3338
3456
|
readonly textDecoration: "none";
|
|
3339
3457
|
};
|
|
3458
|
+
readonly "Link/Sm": {
|
|
3459
|
+
readonly fontFamily: "Inter Variable";
|
|
3460
|
+
readonly fontSize: "14px";
|
|
3461
|
+
readonly fontWeight: 500;
|
|
3462
|
+
readonly letterSpacing: "-0.15px";
|
|
3463
|
+
readonly lineHeight: "20px";
|
|
3464
|
+
readonly textTransform: "none";
|
|
3465
|
+
readonly textDecoration: "underline";
|
|
3466
|
+
};
|
|
3467
|
+
readonly "Link/XS": {
|
|
3468
|
+
readonly fontFamily: "Inter Variable";
|
|
3469
|
+
readonly fontSize: "12px";
|
|
3470
|
+
readonly fontWeight: 500;
|
|
3471
|
+
readonly letterSpacing: "-0.15px";
|
|
3472
|
+
readonly lineHeight: "16px";
|
|
3473
|
+
readonly textTransform: "none";
|
|
3474
|
+
readonly textDecoration: "underline";
|
|
3475
|
+
};
|
|
3340
3476
|
readonly "_Guide/Flow-Line/Label": {
|
|
3341
3477
|
readonly fontFamily: "Inter Variable";
|
|
3342
3478
|
readonly fontSize: "24px";
|
|
@@ -3350,7 +3486,7 @@ declare const _default: {
|
|
|
3350
3486
|
|
|
3351
3487
|
type ThemeType$2 = typeof _default;
|
|
3352
3488
|
|
|
3353
|
-
type ButtonVariant$3 = "primary" | "secondary" | "tertiary" | "primary-negative" | "secondary-negative" | "primary-white" | "secondary-white";
|
|
3489
|
+
type ButtonVariant$3 = "primary" | "secondary" | "tertiary" | "primary-negative" | "secondary-negative" | "primary-white" | "secondary-white" | "secondary-ghost" | "tertiary-ghost" | "secondary-ghost-negative" | "secondary-ghost-white";
|
|
3354
3490
|
type ButtonSize$3 = "xs" | "sm" | "md" | "lg";
|
|
3355
3491
|
interface ButtonProps$2 extends ComponentPropsWithoutRef<"button"> {
|
|
3356
3492
|
/** whether the button should be active */
|
|
@@ -3552,6 +3688,12 @@ declare const FISSegmented: React__default.FC<SegmentedProps>;
|
|
|
3552
3688
|
|
|
3553
3689
|
type ButtonSize = "xs" | "sm" | "md" | "lg";
|
|
3554
3690
|
type ButtonVariant = "default" | "negative";
|
|
3691
|
+
/**
|
|
3692
|
+
* Visual arrangement of the buttons.
|
|
3693
|
+
* - `attached`: buttons share a single divider and only the outer corners are rounded (default).
|
|
3694
|
+
* - `separated`: each button is fully bordered and rounded, spaced apart by `gapSize`.
|
|
3695
|
+
*/
|
|
3696
|
+
type ButtonGroupLayout = "attached" | "separated";
|
|
3555
3697
|
|
|
3556
3698
|
type BaseButtonProps = {
|
|
3557
3699
|
label: string | React__default.ReactNode;
|
|
@@ -3576,6 +3718,12 @@ interface GroupButtonProps {
|
|
|
3576
3718
|
size?: ButtonSize;
|
|
3577
3719
|
/** Disabled state of all buttons in the group */
|
|
3578
3720
|
disabled?: boolean;
|
|
3721
|
+
/**
|
|
3722
|
+
* Visual arrangement of the buttons. Defaults to `attached`.
|
|
3723
|
+
* When `separated`, buttons are spaced apart by the
|
|
3724
|
+
* `com/button-group/size-{size}/horizontal-gap` design token.
|
|
3725
|
+
*/
|
|
3726
|
+
layout?: ButtonGroupLayout;
|
|
3579
3727
|
/** List of button options */
|
|
3580
3728
|
options: ButtonOption[];
|
|
3581
3729
|
}
|
|
@@ -3675,6 +3823,10 @@ declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<Omit<Re
|
|
|
3675
3823
|
* Default checked state for uncontrolled usage
|
|
3676
3824
|
*/
|
|
3677
3825
|
defaultChecked?: boolean;
|
|
3826
|
+
/**
|
|
3827
|
+
* Inline style for the outer checkbox container.
|
|
3828
|
+
*/
|
|
3829
|
+
containerStyle?: CSSProperties;
|
|
3678
3830
|
} & React__default.RefAttributes<HTMLLabelElement>>;
|
|
3679
3831
|
|
|
3680
3832
|
type Value = string | number;
|
|
@@ -3772,7 +3924,6 @@ interface InputTextProps extends InputFieldProps, Partial<InputLabelProps> {
|
|
|
3772
3924
|
}
|
|
3773
3925
|
declare const FISInputText: React__default.ForwardRefExoticComponent<InputTextProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
3774
3926
|
|
|
3775
|
-
type ShapeType = "rounded" | "square";
|
|
3776
3927
|
type AvatarSize = "2xs" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
3777
3928
|
type StatusBadgeType = "green" | "red" | "yellow" | "blue" | "neutral";
|
|
3778
3929
|
type ColorType$1 = "neutral" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
|
|
@@ -3785,7 +3936,7 @@ type AvatarProps = {
|
|
|
3785
3936
|
size?: AvatarSize;
|
|
3786
3937
|
statusBadge?: StatusBadgeType;
|
|
3787
3938
|
dotBadge?: boolean;
|
|
3788
|
-
|
|
3939
|
+
rounded?: boolean;
|
|
3789
3940
|
disabled?: boolean;
|
|
3790
3941
|
color?: ColorType$1;
|
|
3791
3942
|
};
|
|
@@ -3900,17 +4051,45 @@ interface MenuProps {
|
|
|
3900
4051
|
|
|
3901
4052
|
declare const FISMenuSelect: React__default.FC<MenuProps>;
|
|
3902
4053
|
|
|
3903
|
-
|
|
4054
|
+
interface FISMenuItemBaseData {
|
|
4055
|
+
key: string;
|
|
4056
|
+
title: string;
|
|
4057
|
+
description?: string;
|
|
4058
|
+
iconPrefix?: React__default.ReactNode;
|
|
4059
|
+
size?: "md" | "lg";
|
|
4060
|
+
type?: "none" | "action" | "leveling";
|
|
4061
|
+
disabled?: boolean;
|
|
4062
|
+
shortcut?: string;
|
|
4063
|
+
popupOffset?: [number, number];
|
|
4064
|
+
children?: FISMenuData[];
|
|
4065
|
+
}
|
|
4066
|
+
interface FISMenuDividerData {
|
|
4067
|
+
type: "divider";
|
|
4068
|
+
key?: string;
|
|
4069
|
+
}
|
|
4070
|
+
type FISMenuData = FISMenuItemBaseData | FISMenuDividerData;
|
|
4071
|
+
interface FISMenuSelectDropdownProps extends Omit<DropdownProps, "menu"> {
|
|
4072
|
+
items?: FISMenuData[];
|
|
4073
|
+
buttonLabel?: string;
|
|
4074
|
+
children?: React__default.ReactNode;
|
|
4075
|
+
menuOnClick?: MenuProps$1["onClick"];
|
|
4076
|
+
}
|
|
4077
|
+
declare const FISMenuSelectDropdown: React__default.FC<FISMenuSelectDropdownProps>;
|
|
4078
|
+
|
|
4079
|
+
type MenuItemType = "action" | "leveling" | "select" | "checkbox";
|
|
3904
4080
|
type MenuItemSize = "md" | "lg";
|
|
3905
4081
|
interface MenuItemProps {
|
|
3906
4082
|
title: string;
|
|
3907
4083
|
description?: string;
|
|
3908
4084
|
iconPrefix?: ReactNode;
|
|
4085
|
+
className?: string;
|
|
3909
4086
|
type?: MenuItemType;
|
|
3910
4087
|
size?: MenuItemSize;
|
|
3911
4088
|
selected?: boolean;
|
|
4089
|
+
hovered?: boolean;
|
|
3912
4090
|
negative?: boolean;
|
|
3913
4091
|
disable?: boolean;
|
|
4092
|
+
shortcut?: string;
|
|
3914
4093
|
onClickMenu?: () => void;
|
|
3915
4094
|
}
|
|
3916
4095
|
|
|
@@ -3938,34 +4117,52 @@ interface IFISDividerProps extends ComponentPropsWithoutRef<"div"> {
|
|
|
3938
4117
|
}
|
|
3939
4118
|
declare const FISDivider: (props: IFISDividerProps) => react_jsx_runtime.JSX.Element;
|
|
3940
4119
|
|
|
3941
|
-
type BadgeSize = "xs" | "sm" | "md" | "lg";
|
|
4120
|
+
type BadgeSize = "xs" | "sm" | "md" | "lg" | "xl";
|
|
3942
4121
|
type ColorType = "neutral" | "neutral-light" | "red" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
|
|
3943
4122
|
type BadgeStatus = "info" | "caution" | "positive" | "negative";
|
|
3944
|
-
type BadgeType = "default" | "solid";
|
|
3945
4123
|
type BadgeBaseProps = {
|
|
3946
4124
|
className?: string;
|
|
3947
4125
|
size?: BadgeSize;
|
|
3948
4126
|
color?: ColorType;
|
|
3949
4127
|
status?: BadgeStatus;
|
|
3950
|
-
type?: BadgeType;
|
|
3951
4128
|
disabled?: boolean;
|
|
3952
4129
|
};
|
|
3953
|
-
type
|
|
4130
|
+
type BadgeAvatarContent = {
|
|
4131
|
+
src: string;
|
|
4132
|
+
label: string;
|
|
4133
|
+
icon?: never;
|
|
4134
|
+
};
|
|
4135
|
+
type BadgeIconLabelContent = {
|
|
3954
4136
|
icon: React__default.ReactNode;
|
|
3955
|
-
label
|
|
4137
|
+
label: string;
|
|
3956
4138
|
src?: never;
|
|
3957
4139
|
};
|
|
3958
|
-
type
|
|
3959
|
-
|
|
3960
|
-
label
|
|
3961
|
-
|
|
4140
|
+
type BadgeOnlyIconContent = {
|
|
4141
|
+
icon: React__default.ReactNode;
|
|
4142
|
+
label?: never;
|
|
4143
|
+
src?: never;
|
|
3962
4144
|
};
|
|
3963
|
-
type
|
|
4145
|
+
type BadgeOnlyLabelContent = {
|
|
3964
4146
|
label: string;
|
|
3965
4147
|
icon?: never;
|
|
3966
4148
|
src?: never;
|
|
3967
4149
|
};
|
|
3968
|
-
type
|
|
4150
|
+
type DefaultBadgeProps = BadgeBaseProps & {
|
|
4151
|
+
type?: "default";
|
|
4152
|
+
rounded?: boolean;
|
|
4153
|
+
} & (BadgeAvatarContent | BadgeIconLabelContent | BadgeOnlyIconContent | BadgeOnlyLabelContent);
|
|
4154
|
+
type SolidBadgeProps = BadgeBaseProps & {
|
|
4155
|
+
type: "solid";
|
|
4156
|
+
rounded?: boolean;
|
|
4157
|
+
} & (BadgeIconLabelContent | BadgeOnlyIconContent);
|
|
4158
|
+
type GhostBadgeProps = BadgeBaseProps & {
|
|
4159
|
+
type: "ghost";
|
|
4160
|
+
rounded?: true;
|
|
4161
|
+
icon?: React__default.ReactNode;
|
|
4162
|
+
label: string;
|
|
4163
|
+
src?: never;
|
|
4164
|
+
};
|
|
4165
|
+
type BadgeProps = DefaultBadgeProps | SolidBadgeProps | GhostBadgeProps;
|
|
3969
4166
|
declare const FISBadge: React__default.FC<BadgeProps>;
|
|
3970
4167
|
|
|
3971
4168
|
type CollapseSize = "sm" | "md" | "lg";
|
|
@@ -4034,16 +4231,19 @@ type ComboboxProps<T> = Omit<InputFieldProps, "value" | "onChange"> & Partial<In
|
|
|
4034
4231
|
noResult?: boolean;
|
|
4035
4232
|
noResultText?: string;
|
|
4036
4233
|
maxHeight?: string | number;
|
|
4234
|
+
/** Render dropdown vào document.body để thoát khỏi container bị overflow/transform. Mặc định true. */
|
|
4235
|
+
portal?: boolean;
|
|
4037
4236
|
} & (SingleSelect<T> | MultiSelect<T>);
|
|
4038
4237
|
|
|
4039
4238
|
declare const FISCombobox: React$1.ForwardRefExoticComponent<ComboboxProps<string> & React$1.RefAttributes<HTMLInputElement>>;
|
|
4040
4239
|
|
|
4041
4240
|
type ChipSize = "xs" | "sm" | "md" | "lg";
|
|
4042
|
-
type ThemeType = "neutral" | "red" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
|
|
4241
|
+
type ThemeType = "neutral" | "brand" | "red" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
|
|
4043
4242
|
type ChipBaseProps = {
|
|
4044
4243
|
className?: string | undefined;
|
|
4045
4244
|
size?: ChipSize;
|
|
4046
4245
|
theme?: ThemeType;
|
|
4246
|
+
rounded?: boolean;
|
|
4047
4247
|
closeable?: boolean;
|
|
4048
4248
|
selected?: boolean;
|
|
4049
4249
|
disabled?: boolean;
|
|
@@ -4400,5 +4600,5 @@ interface FISTextPropsI extends React__default.HTMLAttributes<HTMLElement> {
|
|
|
4400
4600
|
}
|
|
4401
4601
|
declare const FISText: React__default.ForwardRefExoticComponent<FISTextPropsI & React__default.RefAttributes<any>>;
|
|
4402
4602
|
|
|
4403
|
-
export { FISAlertBanner, FISAvatar, FISBadge, FISBreadcrumb, FISButton, FISButtonGroup, FISCheckbox, FISCheckboxGroup, FISChipButton, FISCollapse, FISCombobox, FISDateRange, FISDivider, FISIconButton, FISInputArea, FISInputDate, FISInputField, FISInputLabel, FISInputStepper, FISInputText, FISInputTime, FISLinkButton, FISMenuItem, FISMenuSection, FISMenuSelect, FISPagination, FISProgressCircular, FISProgressLinear, FISRadio, RadioGroup as FISRadioGroup, FISSegmented, FISSelect, FISSelectItem, FISSorter, FISSplitButton, FISSwitch, FISTab, FISTable, FISTableCell, FISTableHeaderCell, FISText, FISThemeProvider, FISToast, FISTooltip, SegmentedPanelItem, TabPanelItem, useNotification, useToast };
|
|
4404
|
-
export type { ThemeType$2 as ThemeType };
|
|
4603
|
+
export { FISAlertBanner, FISAvatar, FISBadge, FISBreadcrumb, FISButton, FISButtonGroup, FISCheckbox, FISCheckboxGroup, FISChipButton, FISCollapse, FISCombobox, FISDateRange, FISDivider, FISIconButton, FISInputArea, FISInputDate, FISInputField, FISInputLabel, FISInputStepper, FISInputText, FISInputTime, FISLinkButton, FISMenuItem, FISMenuSection, FISMenuSelect, FISMenuSelectDropdown, FISPagination, FISProgressCircular, FISProgressLinear, FISRadio, RadioGroup as FISRadioGroup, FISSegmented, FISSelect, FISSelectItem, FISSorter, FISSplitButton, FISSwitch, FISTab, FISTable, FISTableCell, FISTableHeaderCell, FISText, FISThemeProvider, FISToast, FISTooltip, SegmentedPanelItem, TabPanelItem, useNotification, useToast };
|
|
4604
|
+
export type { FISMenuData, FISMenuSelectDropdownProps, ThemeType$2 as ThemeType };
|