@oinone/kunlun-theme 6.3.1 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/oinone-kunlun-theme.esm.js +1 -1
- package/dist/types/src/color/dark-minimalism-vars.d.ts +90 -0
- package/dist/types/src/color/dark-vars.d.ts +3 -0
- package/dist/types/src/color/default-minimalism-vars.d.ts +90 -0
- package/dist/types/src/color/default-vars.d.ts +23 -5
- package/dist/types/src/color/index.d.ts +2 -0
- package/dist/types/src/style/dark/card/card.d.ts +7 -0
- package/dist/types/src/style/dark/component-theme.d.ts +47 -0
- package/dist/types/src/style/dark/form-item/form-item.d.ts +2 -0
- package/dist/types/src/style/dark/input/input.d.ts +2 -0
- package/dist/types/src/style/dark/select/select.d.ts +2 -0
- package/dist/types/src/style/dark/tabs/tabs.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/app-switch/app-switch.d.ts +11 -0
- package/dist/types/src/style/dark-minimalism/button/constant.d.ts +2 -0
- package/dist/types/src/style/dark-minimalism/button/danger.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/index.d.ts +604 -0
- package/dist/types/src/style/dark-minimalism/button/info.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/standard.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/success.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/warning.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/card/card.d.ts +7 -0
- package/dist/types/src/style/dark-minimalism/checkbox/checkbox.d.ts +7 -0
- package/dist/types/src/style/dark-minimalism/component-theme.d.ts +2954 -0
- package/dist/types/src/style/dark-minimalism/drawer/drawer.d.ts +9 -0
- package/dist/types/src/style/dark-minimalism/dropdown/index.d.ts +12 -0
- package/dist/types/src/style/dark-minimalism/form-item/form-item.d.ts +9 -0
- package/dist/types/src/style/dark-minimalism/header/header.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/index.d.ts +1 -0
- package/dist/types/src/style/dark-minimalism/input/input.d.ts +38 -0
- package/dist/types/src/style/dark-minimalism/menu/menu.d.ts +38 -0
- package/dist/types/src/style/dark-minimalism/modal/modal.d.ts +10 -0
- package/dist/types/src/style/dark-minimalism/multi-tab/multi-tab.d.ts +57 -0
- package/dist/types/src/style/dark-minimalism/pagination/pagination.d.ts +12 -0
- package/dist/types/src/style/dark-minimalism/popconfirm/popconfirm.d.ts +7 -0
- package/dist/types/src/style/dark-minimalism/registry.d.ts +1 -0
- package/dist/types/src/style/dark-minimalism/rich-text/rich-text.d.ts +22 -0
- package/dist/types/src/style/dark-minimalism/scrollbar/scrollbar.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/select/select.d.ts +41 -0
- package/dist/types/src/style/dark-minimalism/switch/switch.d.ts +4 -0
- package/dist/types/src/style/dark-minimalism/table/table.d.ts +21 -0
- package/dist/types/src/style/dark-minimalism/tabs/tabs.d.ts +6 -0
- package/dist/types/src/style/dark-minimalism/textarea/textarea.d.ts +27 -0
- package/dist/types/src/style/dark-minimalism/transfer/transfer.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/tree-select/tree-select.d.ts +1 -0
- package/dist/types/src/style/dark-minimalism/upload/upload.d.ts +27 -0
- package/dist/types/src/style/default/card/card.d.ts +7 -0
- package/dist/types/src/style/default/component-theme.d.ts +86 -0
- package/dist/types/src/style/default/datetime/datetime.d.ts +5 -0
- package/dist/types/src/style/default/dropdown/index.d.ts +2 -0
- package/dist/types/src/style/default/form-item/form-item.d.ts +2 -0
- package/dist/types/src/style/default/input/input.d.ts +2 -0
- package/dist/types/src/style/default/pagination/pagination.d.ts +6 -0
- package/dist/types/src/style/default/select/select.d.ts +2 -0
- package/dist/types/src/style/default/tabs/tabs.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/app-switch/app-switch.d.ts +11 -0
- package/dist/types/src/style/default-minimalism/button/constant.d.ts +2 -0
- package/dist/types/src/style/default-minimalism/button/danger.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/index.d.ts +604 -0
- package/dist/types/src/style/default-minimalism/button/info.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/standard.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/success.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/warning.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/card/card.d.ts +7 -0
- package/dist/types/src/style/default-minimalism/checkbox/checkbox.d.ts +7 -0
- package/dist/types/src/style/default-minimalism/component-theme.d.ts +2986 -0
- package/dist/types/src/style/default-minimalism/datetime/datetime.d.ts +9 -0
- package/dist/types/src/style/default-minimalism/drawer/drawer.d.ts +9 -0
- package/dist/types/src/style/default-minimalism/dropdown/index.d.ts +14 -0
- package/dist/types/src/style/default-minimalism/form-item/form-item.d.ts +9 -0
- package/dist/types/src/style/default-minimalism/header/header.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/index.d.ts +1 -0
- package/dist/types/src/style/default-minimalism/input/input.d.ts +38 -0
- package/dist/types/src/style/default-minimalism/menu/menu.d.ts +38 -0
- package/dist/types/src/style/default-minimalism/modal/modal.d.ts +10 -0
- package/dist/types/src/style/default-minimalism/multi-tab/multi-tab.d.ts +57 -0
- package/dist/types/src/style/default-minimalism/pagination/pagination.d.ts +12 -0
- package/dist/types/src/style/default-minimalism/popconfirm/popconfirm.d.ts +7 -0
- package/dist/types/src/style/default-minimalism/registry.d.ts +1 -0
- package/dist/types/src/style/default-minimalism/rich-text/rich-text.d.ts +22 -0
- package/dist/types/src/style/default-minimalism/scrollbar/scrollbar.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/select/select.d.ts +41 -0
- package/dist/types/src/style/default-minimalism/switch/switch.d.ts +4 -0
- package/dist/types/src/style/default-minimalism/table/table.d.ts +21 -0
- package/dist/types/src/style/default-minimalism/tabs/tabs.d.ts +6 -0
- package/dist/types/src/style/default-minimalism/textarea/textarea.d.ts +27 -0
- package/dist/types/src/style/default-minimalism/transfer/transfer.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/tree-select/tree-select.d.ts +1 -0
- package/dist/types/src/style/default-minimalism/upload/upload.d.ts +27 -0
- package/dist/types/src/style/index.d.ts +2 -0
- package/dist/types/src/typing.d.ts +8 -2
- package/dist/types/src/utils/ColorHelper.d.ts +33 -0
- package/package.json +2 -2
- package/src/color/dark-minimalism-vars.ts +117 -0
- package/src/color/dark-vars.ts +6 -1
- package/src/color/default-minimalism-vars.ts +117 -0
- package/src/color/default-vars.ts +45 -11
- package/src/color/index.ts +2 -0
- package/src/init/initTheme.ts +8 -1
- package/src/style/dark/card/card.ts +10 -0
- package/src/style/dark/component-theme.ts +10 -4
- package/src/style/dark/form-item/form-item.ts +3 -1
- package/src/style/dark/input/input.ts +3 -1
- package/src/style/dark/select/select.ts +3 -1
- package/src/style/dark/tabs/tabs.ts +6 -0
- package/src/style/dark-minimalism/app-switch/app-switch.ts +14 -0
- package/src/style/dark-minimalism/button/constant.ts +4 -0
- package/src/style/dark-minimalism/button/danger.ts +146 -0
- package/src/style/dark-minimalism/button/index.ts +28 -0
- package/src/style/dark-minimalism/button/info.ts +146 -0
- package/src/style/dark-minimalism/button/standard.ts +146 -0
- package/src/style/dark-minimalism/button/success.ts +146 -0
- package/src/style/dark-minimalism/button/warning.ts +146 -0
- package/src/style/dark-minimalism/card/card.ts +10 -0
- package/src/style/dark-minimalism/checkbox/checkbox.ts +10 -0
- package/src/style/dark-minimalism/component-theme.ts +179 -0
- package/src/style/dark-minimalism/drawer/drawer.ts +10 -0
- package/src/style/dark-minimalism/dropdown/index.ts +14 -0
- package/src/style/dark-minimalism/form-item/form-item.ts +13 -0
- package/src/style/dark-minimalism/header/header.ts +6 -0
- package/src/style/dark-minimalism/index.ts +1 -0
- package/src/style/dark-minimalism/input/input.ts +48 -0
- package/src/style/dark-minimalism/menu/menu.ts +7 -0
- package/src/style/dark-minimalism/modal/modal.ts +11 -0
- package/src/style/dark-minimalism/multi-tab/multi-tab.ts +67 -0
- package/src/style/dark-minimalism/pagination/pagination.ts +15 -0
- package/src/style/dark-minimalism/popconfirm/popconfirm.ts +8 -0
- package/src/style/dark-minimalism/registry.ts +62 -0
- package/src/style/dark-minimalism/rich-text/rich-text.ts +25 -0
- package/src/style/dark-minimalism/scrollbar/scrollbar.ts +6 -0
- package/src/style/dark-minimalism/select/select.ts +50 -0
- package/src/style/dark-minimalism/switch/switch.ts +5 -0
- package/src/style/dark-minimalism/table/table.ts +44 -0
- package/src/style/dark-minimalism/tabs/tabs.ts +7 -0
- package/src/style/dark-minimalism/textarea/textarea.ts +34 -0
- package/src/style/dark-minimalism/transfer/transfer.ts +6 -0
- package/src/style/dark-minimalism/tree-select/tree-select.ts +1 -0
- package/src/style/dark-minimalism/upload/upload.ts +34 -0
- package/src/style/default/card/card.ts +10 -0
- package/src/style/default/component-theme.ts +10 -4
- package/src/style/default/datetime/datetime.ts +7 -1
- package/src/style/default/dropdown/index.ts +12 -8
- package/src/style/default/form-item/form-item.ts +4 -1
- package/src/style/default/input/input.ts +3 -1
- package/src/style/default/multi-tab/multi-tab.ts +1 -1
- package/src/style/default/pagination/pagination.ts +7 -1
- package/src/style/default/select/select.ts +3 -1
- package/src/style/default/tabs/tabs.ts +6 -0
- package/src/style/default-minimalism/app-switch/app-switch.ts +14 -0
- package/src/style/default-minimalism/button/constant.ts +4 -0
- package/src/style/default-minimalism/button/danger.ts +146 -0
- package/src/style/default-minimalism/button/index.ts +28 -0
- package/src/style/default-minimalism/button/info.ts +146 -0
- package/src/style/default-minimalism/button/standard.ts +146 -0
- package/src/style/default-minimalism/button/success.ts +146 -0
- package/src/style/default-minimalism/button/warning.ts +146 -0
- package/src/style/default-minimalism/card/card.ts +10 -0
- package/src/style/default-minimalism/checkbox/checkbox.ts +10 -0
- package/src/style/default-minimalism/component-theme.ts +184 -0
- package/src/style/default-minimalism/datetime/datetime.ts +12 -0
- package/src/style/default-minimalism/drawer/drawer.ts +10 -0
- package/src/style/default-minimalism/dropdown/index.ts +18 -0
- package/src/style/default-minimalism/form-item/form-item.ts +12 -0
- package/src/style/default-minimalism/header/header.ts +6 -0
- package/src/style/default-minimalism/index.ts +1 -0
- package/src/style/default-minimalism/input/input.ts +48 -0
- package/src/style/default-minimalism/menu/menu.ts +7 -0
- package/src/style/default-minimalism/modal/modal.ts +11 -0
- package/src/style/default-minimalism/multi-tab/multi-tab.ts +67 -0
- package/src/style/default-minimalism/pagination/pagination.ts +15 -0
- package/src/style/default-minimalism/popconfirm/popconfirm.ts +8 -0
- package/src/style/default-minimalism/registry.ts +63 -0
- package/src/style/default-minimalism/rich-text/rich-text.ts +25 -0
- package/src/style/default-minimalism/scrollbar/scrollbar.ts +6 -0
- package/src/style/default-minimalism/select/select.ts +51 -0
- package/src/style/default-minimalism/switch/switch.ts +5 -0
- package/src/style/default-minimalism/table/table.ts +24 -0
- package/src/style/default-minimalism/tabs/tabs.ts +7 -0
- package/src/style/default-minimalism/textarea/textarea.ts +34 -0
- package/src/style/default-minimalism/transfer/transfer.ts +6 -0
- package/src/style/default-minimalism/tree-select/tree-select.ts +1 -0
- package/src/style/default-minimalism/upload/upload.ts +34 -0
- package/src/style/index.ts +2 -0
- package/src/typing.ts +15 -1
- package/src/utils/ColorHelper.ts +75 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare const darkModernVars: {
|
|
2
|
+
'primary-color-rgb': string;
|
|
3
|
+
'primary-color': string;
|
|
4
|
+
'primary-color-hover': string;
|
|
5
|
+
'primary-color-focus': string;
|
|
6
|
+
'primary-color-active': string;
|
|
7
|
+
'primary-color-outline': string;
|
|
8
|
+
'success-color': string;
|
|
9
|
+
'success-color-hover': string;
|
|
10
|
+
'success-color-focus': string;
|
|
11
|
+
'success-color-active': string;
|
|
12
|
+
'success-color-outline': string;
|
|
13
|
+
'warning-color': string;
|
|
14
|
+
'warning-color-hover': string;
|
|
15
|
+
'warning-color-focus': string;
|
|
16
|
+
'warning-color-active': string;
|
|
17
|
+
'warning-color-outline': string;
|
|
18
|
+
'info-color': string;
|
|
19
|
+
'info-color-hover': string;
|
|
20
|
+
'info-color-focus': string;
|
|
21
|
+
'info-color-active': string;
|
|
22
|
+
'info-color-outline': string;
|
|
23
|
+
'error-color': string;
|
|
24
|
+
'error-color-hover': string;
|
|
25
|
+
'error-color-focus': string;
|
|
26
|
+
'error-color-active': string;
|
|
27
|
+
'error-color-outline': string;
|
|
28
|
+
'notification-info': string;
|
|
29
|
+
'notification-error': string;
|
|
30
|
+
'notification-success': string;
|
|
31
|
+
'notification-warning': string;
|
|
32
|
+
background: string;
|
|
33
|
+
'body-background': string;
|
|
34
|
+
'search-background': string;
|
|
35
|
+
'header-background': string;
|
|
36
|
+
'main-background': string;
|
|
37
|
+
'footer-background': string;
|
|
38
|
+
'menu-background': string;
|
|
39
|
+
'multi-tabs-background': string;
|
|
40
|
+
'stripe-color': string;
|
|
41
|
+
'placeholder-color': string;
|
|
42
|
+
'hover-background-color': string;
|
|
43
|
+
'hover-text-color': string;
|
|
44
|
+
'selected-background-color': string;
|
|
45
|
+
'selected-text-color': string;
|
|
46
|
+
'font-family': string;
|
|
47
|
+
'text-color': string;
|
|
48
|
+
'text-color-rgb': string;
|
|
49
|
+
'text-color-secondary': string;
|
|
50
|
+
'text-color-three': string;
|
|
51
|
+
/**
|
|
52
|
+
* @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
|
|
53
|
+
*/
|
|
54
|
+
'font-weight-thick': string;
|
|
55
|
+
'font-weight': string;
|
|
56
|
+
'font-weight-lighter': string;
|
|
57
|
+
'font-weight-bold': string;
|
|
58
|
+
'font-weight-bolder': string;
|
|
59
|
+
'readonly-color': string;
|
|
60
|
+
'readonly-bg': string;
|
|
61
|
+
'readonly-active-bg': string;
|
|
62
|
+
'readonly-border-color': string;
|
|
63
|
+
'disabled-color': string;
|
|
64
|
+
'disabled-bg': string;
|
|
65
|
+
'disabled-active-bg': string;
|
|
66
|
+
'disabled-border-color': string;
|
|
67
|
+
'border-color': string;
|
|
68
|
+
'border-color-danger': string;
|
|
69
|
+
'border-width': string;
|
|
70
|
+
'border-style': string;
|
|
71
|
+
'icon-color': string;
|
|
72
|
+
'default-icon-color': string;
|
|
73
|
+
'normal-icon-filter': string;
|
|
74
|
+
'icon-filter': string;
|
|
75
|
+
'icon-filter-opacity': string;
|
|
76
|
+
'close-icon-background': string;
|
|
77
|
+
'group-border-width': string;
|
|
78
|
+
'box-shadow-size': string;
|
|
79
|
+
'box-shadow': string;
|
|
80
|
+
'addon-color-pick-background': string;
|
|
81
|
+
'addon-color-pick-readonly-background': string;
|
|
82
|
+
'addon-color-pick-border-color': string;
|
|
83
|
+
'addon-color-pick-icon-color': string;
|
|
84
|
+
'addon-color-pick-dropdown-background': string;
|
|
85
|
+
'addon-color-pick-dropdown-border-color': string;
|
|
86
|
+
'user-dropdown-icon-color': string;
|
|
87
|
+
'tag-select-background': string;
|
|
88
|
+
'spin-background': string;
|
|
89
|
+
'gemini-mini-icon-color': string;
|
|
90
|
+
};
|
|
@@ -37,9 +37,12 @@ export declare const darkVars: {
|
|
|
37
37
|
'footer-background': string;
|
|
38
38
|
'menu-background': string;
|
|
39
39
|
'multi-tabs-background': string;
|
|
40
|
+
'stripe-color': string;
|
|
40
41
|
'placeholder-color': string;
|
|
41
42
|
'hover-background-color': string;
|
|
42
43
|
'hover-text-color': string;
|
|
44
|
+
'selected-background-color': string;
|
|
45
|
+
'selected-text-color': string;
|
|
43
46
|
'font-family': string;
|
|
44
47
|
'text-color': string;
|
|
45
48
|
'text-color-rgb': string;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare const defaultModernVars: {
|
|
2
|
+
'primary-color-rgb': string;
|
|
3
|
+
'primary-color': string;
|
|
4
|
+
'primary-color-hover': string;
|
|
5
|
+
'primary-color-focus': string;
|
|
6
|
+
'primary-color-active': string;
|
|
7
|
+
'primary-color-outline': string;
|
|
8
|
+
'success-color': string;
|
|
9
|
+
'success-color-hover': string;
|
|
10
|
+
'success-color-focus': string;
|
|
11
|
+
'success-color-active': string;
|
|
12
|
+
'success-color-outline': string;
|
|
13
|
+
'warning-color': string;
|
|
14
|
+
'warning-color-hover': string;
|
|
15
|
+
'warning-color-focus': string;
|
|
16
|
+
'warning-color-active': string;
|
|
17
|
+
'warning-color-outline': string;
|
|
18
|
+
'info-color': string;
|
|
19
|
+
'info-color-hover': string;
|
|
20
|
+
'info-color-focus': string;
|
|
21
|
+
'info-color-active': string;
|
|
22
|
+
'info-color-outline': string;
|
|
23
|
+
'error-color-rgb': string;
|
|
24
|
+
'error-color': string;
|
|
25
|
+
'error-color-hover': string;
|
|
26
|
+
'error-color-focus': string;
|
|
27
|
+
'error-color-active': string;
|
|
28
|
+
'error-color-outline': string;
|
|
29
|
+
'notification-info': string;
|
|
30
|
+
'notification-error': string;
|
|
31
|
+
'notification-success': string;
|
|
32
|
+
'notification-warning': string;
|
|
33
|
+
background: string;
|
|
34
|
+
'body-background': string;
|
|
35
|
+
'search-background': string;
|
|
36
|
+
'header-background': string;
|
|
37
|
+
'main-background': string;
|
|
38
|
+
'footer-background': string;
|
|
39
|
+
'menu-background': string;
|
|
40
|
+
'stripe-color': string;
|
|
41
|
+
'placeholder-color': string;
|
|
42
|
+
'hover-background-color': string;
|
|
43
|
+
'hover-text-color': string;
|
|
44
|
+
'selected-background-color': string;
|
|
45
|
+
'selected-text-color': string;
|
|
46
|
+
'font-family': string;
|
|
47
|
+
'text-color': string;
|
|
48
|
+
'text-color-rgb': string;
|
|
49
|
+
'text-color-secondary': string;
|
|
50
|
+
'text-color-three': string;
|
|
51
|
+
/**
|
|
52
|
+
* @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
|
|
53
|
+
*/
|
|
54
|
+
'font-weight-thick': string;
|
|
55
|
+
'font-weight': string;
|
|
56
|
+
'font-weight-lighter': string;
|
|
57
|
+
'font-weight-bold': string;
|
|
58
|
+
'font-weight-bolder': string;
|
|
59
|
+
'readonly-color': string;
|
|
60
|
+
'readonly-bg': string;
|
|
61
|
+
'readonly-active-bg': string;
|
|
62
|
+
'readonly-border-color': string;
|
|
63
|
+
'disabled-color': string;
|
|
64
|
+
'disabled-bg': string;
|
|
65
|
+
'disabled-active-bg': string;
|
|
66
|
+
'disabled-border-color': string;
|
|
67
|
+
'border-color': string;
|
|
68
|
+
'border-color-danger': string;
|
|
69
|
+
'border-width': string;
|
|
70
|
+
'border-style': string;
|
|
71
|
+
'icon-color': string;
|
|
72
|
+
'default-icon-color': string;
|
|
73
|
+
'normal-icon-filter': string;
|
|
74
|
+
'icon-filter': string;
|
|
75
|
+
'icon-filter-opacity': string;
|
|
76
|
+
'close-icon-background': string;
|
|
77
|
+
'group-border-width': string;
|
|
78
|
+
'box-shadow-size': string;
|
|
79
|
+
'box-shadow': string;
|
|
80
|
+
'addon-color-pick-background': string;
|
|
81
|
+
'addon-color-pick-readonly-background': string;
|
|
82
|
+
'addon-color-pick-border-color': string;
|
|
83
|
+
'addon-color-pick-icon-color': string;
|
|
84
|
+
'addon-color-pick-dropdown-background': string;
|
|
85
|
+
'addon-color-pick-dropdown-border-color': string;
|
|
86
|
+
'user-dropdown-icon-color': string;
|
|
87
|
+
'tag-select-background': string;
|
|
88
|
+
'spin-background': string;
|
|
89
|
+
'gemini-mini-icon-color': string;
|
|
90
|
+
};
|
|
@@ -1,27 +1,22 @@
|
|
|
1
1
|
export declare const defaultVars: {
|
|
2
2
|
'primary-color-rgb': string;
|
|
3
|
-
'primary-color': string;
|
|
4
3
|
'primary-color-hover': string;
|
|
5
4
|
'primary-color-focus': string;
|
|
6
5
|
'primary-color-active': string;
|
|
7
6
|
'primary-color-outline': string;
|
|
8
|
-
'success-color': string;
|
|
9
7
|
'success-color-hover': string;
|
|
10
8
|
'success-color-focus': string;
|
|
11
9
|
'success-color-active': string;
|
|
12
10
|
'success-color-outline': string;
|
|
13
|
-
'warning-color': string;
|
|
14
11
|
'warning-color-hover': string;
|
|
15
12
|
'warning-color-focus': string;
|
|
16
13
|
'warning-color-active': string;
|
|
17
14
|
'warning-color-outline': string;
|
|
18
|
-
'info-color': string;
|
|
19
15
|
'info-color-hover': string;
|
|
20
16
|
'info-color-focus': string;
|
|
21
17
|
'info-color-active': string;
|
|
22
18
|
'info-color-outline': string;
|
|
23
19
|
'error-color-rgb': string;
|
|
24
|
-
'error-color': string;
|
|
25
20
|
'error-color-hover': string;
|
|
26
21
|
'error-color-focus': string;
|
|
27
22
|
'error-color-active': string;
|
|
@@ -37,9 +32,12 @@ export declare const defaultVars: {
|
|
|
37
32
|
'main-background': string;
|
|
38
33
|
'footer-background': string;
|
|
39
34
|
'menu-background': string;
|
|
35
|
+
'stripe-color': string;
|
|
40
36
|
'placeholder-color': string;
|
|
41
37
|
'hover-background-color': string;
|
|
42
38
|
'hover-text-color': string;
|
|
39
|
+
'selected-background-color': string;
|
|
40
|
+
'selected-text-color': string;
|
|
43
41
|
'font-family': string;
|
|
44
42
|
'text-color': string;
|
|
45
43
|
'text-color-rgb': string;
|
|
@@ -84,4 +82,24 @@ export declare const defaultVars: {
|
|
|
84
82
|
'tag-select-background': string;
|
|
85
83
|
'spin-background': string;
|
|
86
84
|
'gemini-mini-icon-color': string;
|
|
85
|
+
/**
|
|
86
|
+
* 主色
|
|
87
|
+
*/
|
|
88
|
+
'primary-color': string;
|
|
89
|
+
/**
|
|
90
|
+
* 成功色
|
|
91
|
+
*/
|
|
92
|
+
'success-color': string;
|
|
93
|
+
/**
|
|
94
|
+
* 警告色
|
|
95
|
+
*/
|
|
96
|
+
'warning-color': string;
|
|
97
|
+
/**
|
|
98
|
+
* 通知色
|
|
99
|
+
*/
|
|
100
|
+
'info-color': string;
|
|
101
|
+
/**
|
|
102
|
+
* 错误色
|
|
103
|
+
*/
|
|
104
|
+
'error-color': string;
|
|
87
105
|
};
|
|
@@ -1942,6 +1942,8 @@ export declare const getComponentTheme: () => {
|
|
|
1942
1942
|
'addon-background': string;
|
|
1943
1943
|
'addon-color': string;
|
|
1944
1944
|
'tag-background': string;
|
|
1945
|
+
'ready-delete-tag-background': string;
|
|
1946
|
+
'ready-delete-tag-color': string;
|
|
1945
1947
|
'clear-background': string;
|
|
1946
1948
|
'clear-color': string;
|
|
1947
1949
|
};
|
|
@@ -1981,6 +1983,8 @@ export declare const getComponentTheme: () => {
|
|
|
1981
1983
|
'addon-background': string;
|
|
1982
1984
|
'addon-color': string;
|
|
1983
1985
|
'tag-background': string;
|
|
1986
|
+
'ready-delete-tag-background': string;
|
|
1987
|
+
'ready-delete-tag-color': string;
|
|
1984
1988
|
'clear-background': string;
|
|
1985
1989
|
'clear-color': string;
|
|
1986
1990
|
};
|
|
@@ -2020,6 +2024,8 @@ export declare const getComponentTheme: () => {
|
|
|
2020
2024
|
'addon-background': string;
|
|
2021
2025
|
'addon-color': string;
|
|
2022
2026
|
'tag-background': string;
|
|
2027
|
+
'ready-delete-tag-background': string;
|
|
2028
|
+
'ready-delete-tag-color': string;
|
|
2023
2029
|
'clear-background': string;
|
|
2024
2030
|
'clear-color': string;
|
|
2025
2031
|
};
|
|
@@ -2119,6 +2125,8 @@ export declare const getComponentTheme: () => {
|
|
|
2119
2125
|
'dropdown-selected-color': string;
|
|
2120
2126
|
'dropdown-color': string;
|
|
2121
2127
|
'dropdown-selected': string;
|
|
2128
|
+
'dropdown-hover-color': string;
|
|
2129
|
+
'dropdown-hover-background': string;
|
|
2122
2130
|
'dropdown-box-shadow': string;
|
|
2123
2131
|
};
|
|
2124
2132
|
medium: {
|
|
@@ -2158,6 +2166,8 @@ export declare const getComponentTheme: () => {
|
|
|
2158
2166
|
'dropdown-selected-color': string;
|
|
2159
2167
|
'dropdown-color': string;
|
|
2160
2168
|
'dropdown-selected': string;
|
|
2169
|
+
'dropdown-hover-color': string;
|
|
2170
|
+
'dropdown-hover-background': string;
|
|
2161
2171
|
'dropdown-box-shadow': string;
|
|
2162
2172
|
};
|
|
2163
2173
|
small: {
|
|
@@ -2197,6 +2207,8 @@ export declare const getComponentTheme: () => {
|
|
|
2197
2207
|
'dropdown-selected-color': string;
|
|
2198
2208
|
'dropdown-color': string;
|
|
2199
2209
|
'dropdown-selected': string;
|
|
2210
|
+
'dropdown-hover-color': string;
|
|
2211
|
+
'dropdown-hover-background': string;
|
|
2200
2212
|
'dropdown-box-shadow': string;
|
|
2201
2213
|
};
|
|
2202
2214
|
};
|
|
@@ -2796,18 +2808,24 @@ export declare const getComponentTheme: () => {
|
|
|
2796
2808
|
readonlyShowPlaceholder: boolean;
|
|
2797
2809
|
disabledShowPlaceholder: boolean;
|
|
2798
2810
|
};
|
|
2811
|
+
'label-color': string;
|
|
2812
|
+
'label-weight': string;
|
|
2799
2813
|
};
|
|
2800
2814
|
medium: {
|
|
2801
2815
|
config: {
|
|
2802
2816
|
readonlyShowPlaceholder: boolean;
|
|
2803
2817
|
disabledShowPlaceholder: boolean;
|
|
2804
2818
|
};
|
|
2819
|
+
'label-color': string;
|
|
2820
|
+
'label-weight': string;
|
|
2805
2821
|
};
|
|
2806
2822
|
small: {
|
|
2807
2823
|
config: {
|
|
2808
2824
|
readonlyShowPlaceholder: boolean;
|
|
2809
2825
|
disabledShowPlaceholder: boolean;
|
|
2810
2826
|
};
|
|
2827
|
+
'label-color': string;
|
|
2828
|
+
'label-weight': string;
|
|
2811
2829
|
};
|
|
2812
2830
|
};
|
|
2813
2831
|
"rich-text": {
|
|
@@ -2877,13 +2895,42 @@ export declare const getComponentTheme: () => {
|
|
|
2877
2895
|
};
|
|
2878
2896
|
tabs: {
|
|
2879
2897
|
large: {
|
|
2898
|
+
'card-tab-background': string;
|
|
2899
|
+
'card-tab-active-background': string;
|
|
2900
|
+
'active-text-color': string;
|
|
2880
2901
|
'font-size': string;
|
|
2881
2902
|
};
|
|
2882
2903
|
medium: {
|
|
2904
|
+
'card-tab-background': string;
|
|
2905
|
+
'card-tab-active-background': string;
|
|
2906
|
+
'active-text-color': string;
|
|
2883
2907
|
'font-size': string;
|
|
2884
2908
|
};
|
|
2885
2909
|
small: {
|
|
2910
|
+
'card-tab-background': string;
|
|
2911
|
+
'card-tab-active-background': string;
|
|
2912
|
+
'active-text-color': string;
|
|
2886
2913
|
'font-size': string;
|
|
2887
2914
|
};
|
|
2888
2915
|
};
|
|
2916
|
+
card: {
|
|
2917
|
+
large: {
|
|
2918
|
+
'action-background': string;
|
|
2919
|
+
'action-border-color': string;
|
|
2920
|
+
'action-divider-color': string;
|
|
2921
|
+
'action-text-color': string;
|
|
2922
|
+
};
|
|
2923
|
+
medium: {
|
|
2924
|
+
'action-background': string;
|
|
2925
|
+
'action-border-color': string;
|
|
2926
|
+
'action-divider-color': string;
|
|
2927
|
+
'action-text-color': string;
|
|
2928
|
+
};
|
|
2929
|
+
small: {
|
|
2930
|
+
'action-background': string;
|
|
2931
|
+
'action-border-color': string;
|
|
2932
|
+
'action-divider-color': string;
|
|
2933
|
+
'action-text-color': string;
|
|
2934
|
+
};
|
|
2935
|
+
};
|
|
2889
2936
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const component = "app-switch";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
'background-color': string;
|
|
4
|
+
'border-color': string;
|
|
5
|
+
'app-name-overflow': string;
|
|
6
|
+
'app-name-margin-right': string;
|
|
7
|
+
'app-name-caret-down-display': string;
|
|
8
|
+
'logo-color': string;
|
|
9
|
+
'designer-background-color': string;
|
|
10
|
+
'designer-logo-color': string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export declare const defaultDangerCSSVars: {
|
|
2
|
+
'default-danger-background': string;
|
|
3
|
+
'default-danger-border-width': string;
|
|
4
|
+
'default-danger-border-style': string;
|
|
5
|
+
'default-danger-border-color': string;
|
|
6
|
+
'default-danger-border-radius': string;
|
|
7
|
+
'default-danger-outline': string;
|
|
8
|
+
'default-danger-shadow': string;
|
|
9
|
+
'default-danger-text-color': string;
|
|
10
|
+
'default-danger-background-active': string;
|
|
11
|
+
'default-danger-border-width-active': string;
|
|
12
|
+
'default-danger-border-style-active': string;
|
|
13
|
+
'default-danger-border-color-active': string;
|
|
14
|
+
'default-danger-border-radius-active': string;
|
|
15
|
+
'default-danger-outline-active': string;
|
|
16
|
+
'default-danger-shadow-active': string;
|
|
17
|
+
'default-danger-text-color-active': string;
|
|
18
|
+
'default-danger-background-focus': string;
|
|
19
|
+
'default-danger-border-width-focus': string;
|
|
20
|
+
'default-danger-border-style-focus': string;
|
|
21
|
+
'default-danger-border-color-focus': string;
|
|
22
|
+
'default-danger-border-radius-focus': string;
|
|
23
|
+
'default-danger-outline-focus': string;
|
|
24
|
+
'default-danger-shadow-focus': string;
|
|
25
|
+
'default-danger-text-color-focus': string;
|
|
26
|
+
'default-danger-background-hover': string;
|
|
27
|
+
'default-danger-border-width-hover': string;
|
|
28
|
+
'default-danger-border-style-hover': string;
|
|
29
|
+
'default-danger-border-color-hover': string;
|
|
30
|
+
'default-danger-border-radius-hover': string;
|
|
31
|
+
'default-danger-outline-hover': string;
|
|
32
|
+
'default-danger-shadow-hover': string;
|
|
33
|
+
'default-danger-text-color-hover': string;
|
|
34
|
+
'default-danger-background-visited': string;
|
|
35
|
+
'default-danger-border-width-visited': string;
|
|
36
|
+
'default-danger-border-style-visited': string;
|
|
37
|
+
'default-danger-border-color-visited': string;
|
|
38
|
+
'default-danger-border-radius-visited': string;
|
|
39
|
+
'default-danger-outline-visited': string;
|
|
40
|
+
'default-danger-shadow-visited': string;
|
|
41
|
+
'default-danger-text-color-visited': string;
|
|
42
|
+
};
|
|
43
|
+
export declare const primaryDangerCSSVars: {
|
|
44
|
+
'primary-danger-background': string;
|
|
45
|
+
'primary-danger-border-width': string;
|
|
46
|
+
'primary-danger-border-style': string;
|
|
47
|
+
'primary-danger-border-color': string;
|
|
48
|
+
'primary-danger-border-radius': string;
|
|
49
|
+
'primary-danger-outline': string;
|
|
50
|
+
'primary-danger-shadow': string;
|
|
51
|
+
'primary-danger-text-color': string;
|
|
52
|
+
'primary-danger-background-active': string;
|
|
53
|
+
'primary-danger-border-width-active': string;
|
|
54
|
+
'primary-danger-border-style-active': string;
|
|
55
|
+
'primary-danger-border-color-active': string;
|
|
56
|
+
'primary-danger-border-radius-active': string;
|
|
57
|
+
'primary-danger-outline-active': string;
|
|
58
|
+
'primary-danger-shadow-active': string;
|
|
59
|
+
'primary-danger-text-color-active': string;
|
|
60
|
+
'primary-danger-background-focus': string;
|
|
61
|
+
'primary-danger-border-width-focus': string;
|
|
62
|
+
'primary-danger-border-style-focus': string;
|
|
63
|
+
'primary-danger-border-color-focus': string;
|
|
64
|
+
'primary-danger-border-radius-focus': string;
|
|
65
|
+
'primary-danger-outline-focus': string;
|
|
66
|
+
'primary-danger-shadow-focus': string;
|
|
67
|
+
'primary-danger-text-color-focus': string;
|
|
68
|
+
'primary-danger-background-hover': string;
|
|
69
|
+
'primary-danger-border-width-hover': string;
|
|
70
|
+
'primary-danger-border-style-hover': string;
|
|
71
|
+
'primary-danger-border-color-hover': string;
|
|
72
|
+
'primary-danger-border-radius-hover': string;
|
|
73
|
+
'primary-danger-outline-hover': string;
|
|
74
|
+
'primary-danger-shadow-hover': string;
|
|
75
|
+
'primary-danger-text-color-hover': string;
|
|
76
|
+
'primary-danger-background-visited': string;
|
|
77
|
+
'primary-danger-border-width-visited': string;
|
|
78
|
+
'primary-danger-border-style-visited': string;
|
|
79
|
+
'primary-danger-border-color-visited': string;
|
|
80
|
+
'primary-danger-border-radius-visited': string;
|
|
81
|
+
'primary-danger-outline-visited': string;
|
|
82
|
+
'primary-danger-shadow-visited': string;
|
|
83
|
+
'primary-danger-text-color-visited': string;
|
|
84
|
+
};
|
|
85
|
+
export declare const linkDangerCSSVars: {
|
|
86
|
+
'link-danger-background': string;
|
|
87
|
+
'link-danger-border-width': string;
|
|
88
|
+
'link-danger-border-style': string;
|
|
89
|
+
'link-danger-border-color': string;
|
|
90
|
+
'link-danger-border-radius': string;
|
|
91
|
+
'link-danger-outline': string;
|
|
92
|
+
'link-danger-shadow': string;
|
|
93
|
+
'link-danger-text-color': string;
|
|
94
|
+
'link-danger-background-active': string;
|
|
95
|
+
'link-danger-border-width-active': string;
|
|
96
|
+
'link-danger-border-style-active': string;
|
|
97
|
+
'link-danger-border-color-active': string;
|
|
98
|
+
'link-danger-border-radius-active': string;
|
|
99
|
+
'link-danger-outline-active': string;
|
|
100
|
+
'link-danger-shadow-active': string;
|
|
101
|
+
'link-danger-text-color-active': string;
|
|
102
|
+
'link-danger-background-focus': string;
|
|
103
|
+
'link-danger-border-width-focus': string;
|
|
104
|
+
'link-danger-border-style-focus': string;
|
|
105
|
+
'link-danger-border-color-focus': string;
|
|
106
|
+
'link-danger-border-radius-focus': string;
|
|
107
|
+
'link-danger-outline-focus': string;
|
|
108
|
+
'link-danger-shadow-focus': string;
|
|
109
|
+
'link-danger-text-color-focus': string;
|
|
110
|
+
'link-danger-background-hover': string;
|
|
111
|
+
'link-danger-border-width-hover': string;
|
|
112
|
+
'link-danger-border-style-hover': string;
|
|
113
|
+
'link-danger-border-color-hover': string;
|
|
114
|
+
'link-danger-border-radius-hover': string;
|
|
115
|
+
'link-danger-outline-hover': string;
|
|
116
|
+
'link-danger-shadow-hover': string;
|
|
117
|
+
'link-danger-text-color-hover': string;
|
|
118
|
+
'link-danger-background-visited': string;
|
|
119
|
+
'link-danger-border-width-visited': string;
|
|
120
|
+
'link-danger-border-style-visited': string;
|
|
121
|
+
'link-danger-border-color-visited': string;
|
|
122
|
+
'link-danger-border-radius-visited': string;
|
|
123
|
+
'link-danger-outline-visited': string;
|
|
124
|
+
'link-danger-shadow-visited': string;
|
|
125
|
+
'link-danger-text-color-visited': string;
|
|
126
|
+
};
|