@openfort/react 0.1.9 → 0.1.10
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/build/index.d.ts +2 -1
- package/build/index.es.js +34 -14
- package/build/index.es.js.map +1 -1
- package/build/styles/customTheme.d.ts +286 -0
- package/build/styles/index.d.ts +1 -1
- package/build/styles/themes/base.d.ts +5 -128
- package/build/styles/themes/index.d.ts +10 -669
- package/build/styles/themes/midnight.d.ts +3 -74
- package/build/styles/themes/minimal.d.ts +3 -79
- package/build/styles/themes/nouns.d.ts +3 -79
- package/build/styles/themes/retro.d.ts +3 -91
- package/build/styles/themes/rounded.d.ts +3 -88
- package/build/styles/themes/soft.d.ts +3 -69
- package/build/styles/themes/web95.d.ts +3 -93
- package/build/types.d.ts +2 -1
- package/build/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,129 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
'--ck-connectbutton-color': string;
|
|
6
|
-
'--ck-connectbutton-background': string;
|
|
7
|
-
'--ck-connectbutton-background-secondary': string;
|
|
8
|
-
'--ck-connectbutton-hover-color': string;
|
|
9
|
-
'--ck-connectbutton-hover-background': string;
|
|
10
|
-
'--ck-connectbutton-active-color': string;
|
|
11
|
-
'--ck-connectbutton-active-background': string;
|
|
12
|
-
'--ck-connectbutton-balance-color': string;
|
|
13
|
-
'--ck-connectbutton-balance-background': string;
|
|
14
|
-
'--ck-connectbutton-balance-box-shadow': string;
|
|
15
|
-
'--ck-connectbutton-balance-hover-background': string;
|
|
16
|
-
'--ck-connectbutton-balance-hover-box-shadow': string;
|
|
17
|
-
'--ck-connectbutton-balance-active-background': string;
|
|
18
|
-
'--ck-connectbutton-balance-active-box-shadow': string;
|
|
19
|
-
/** Primary button tokens. */
|
|
20
|
-
'--ck-primary-button-border-radius': string;
|
|
21
|
-
'--ck-primary-button-color': string;
|
|
22
|
-
'--ck-primary-button-background': string;
|
|
23
|
-
'--ck-primary-button-font-weight': string;
|
|
24
|
-
'--ck-primary-button-hover-color': string;
|
|
25
|
-
'--ck-primary-button-hover-background': string;
|
|
26
|
-
/** Secondary button tokens. */
|
|
27
|
-
'--ck-secondary-button-border-radius': string;
|
|
28
|
-
'--ck-secondary-button-color': string;
|
|
29
|
-
'--ck-secondary-button-background': string;
|
|
30
|
-
/** Tertiary button tokens. */
|
|
31
|
-
'--ck-tertiary-button-background': string;
|
|
32
|
-
'--ck-secondary-button-hover-background': string;
|
|
33
|
-
/** Modal appearance tokens. */
|
|
34
|
-
'--ck-modal-box-shadow': string;
|
|
35
|
-
'--ck-overlay-background': string;
|
|
36
|
-
'--ck-body-color': string;
|
|
37
|
-
'--ck-body-color-muted': string;
|
|
38
|
-
'--ck-body-color-muted-hover': string;
|
|
39
|
-
'--ck-body-background': string;
|
|
40
|
-
'--ck-body-background-transparent': string;
|
|
41
|
-
'--ck-body-background-secondary': string;
|
|
42
|
-
'--ck-body-background-secondary-hover-background': string;
|
|
43
|
-
'--ck-body-background-secondary-hover-outline': string;
|
|
44
|
-
'--ck-body-background-tertiary': string;
|
|
45
|
-
'--ck-body-action-color': string;
|
|
46
|
-
'--ck-body-divider': string;
|
|
47
|
-
'--ck-body-divider-secondary': string;
|
|
48
|
-
'--ck-body-color-danger': string;
|
|
49
|
-
'--ck-body-color-valid': string;
|
|
50
|
-
'--ck-siwe-border': string;
|
|
51
|
-
/** Disclaimer section tokens. */
|
|
52
|
-
'--ck-body-disclaimer-color': string;
|
|
53
|
-
'--ck-body-disclaimer-link-color': string;
|
|
54
|
-
'--ck-body-disclaimer-link-hover-color': string;
|
|
55
|
-
/** Tooltip styling tokens. */
|
|
56
|
-
'--ck-tooltip-background': string;
|
|
57
|
-
'--ck-tooltip-background-secondary': string;
|
|
58
|
-
'--ck-tooltip-color': string;
|
|
59
|
-
'--ck-tooltip-shadow': string;
|
|
60
|
-
/** Network dropdown tokens. */
|
|
61
|
-
'--ck-dropdown-button-color': string;
|
|
62
|
-
'--ck-dropdown-button-box-shadow': string;
|
|
63
|
-
'--ck-dropdown-button-background': string;
|
|
64
|
-
'--ck-dropdown-button-hover-color': string;
|
|
65
|
-
'--ck-dropdown-button-hover-background': string;
|
|
66
|
-
/** QR code styling tokens. */
|
|
67
|
-
'--ck-qr-dot-color': string;
|
|
68
|
-
'--ck-qr-border-color': string;
|
|
69
|
-
/** Miscellaneous token overrides. */
|
|
70
|
-
'--ck-focus-color': string;
|
|
71
|
-
'--ck-spinner-color': string;
|
|
72
|
-
'--ck-copytoclipboard-stroke': string;
|
|
73
|
-
};
|
|
74
|
-
dark: {
|
|
75
|
-
'--ck-connectbutton-font-size': string;
|
|
76
|
-
'--ck-connectbutton-color': string;
|
|
77
|
-
'--ck-connectbutton-background': string;
|
|
78
|
-
'--ck-connectbutton-background-secondary': string;
|
|
79
|
-
'--ck-connectbutton-hover-background': string;
|
|
80
|
-
'--ck-connectbutton-active-background': string;
|
|
81
|
-
'--ck-connectbutton-balance-color': string;
|
|
82
|
-
'--ck-connectbutton-balance-background': string;
|
|
83
|
-
'--ck-connectbutton-balance-box-shadow': string;
|
|
84
|
-
'--ck-connectbutton-balance-hover-background': string;
|
|
85
|
-
'--ck-connectbutton-balance-hover-box-shadow': string;
|
|
86
|
-
'--ck-connectbutton-balance-active-background': string;
|
|
87
|
-
'--ck-connectbutton-balance-active-box-shadow': string;
|
|
88
|
-
'--ck-primary-button-color': string;
|
|
89
|
-
'--ck-primary-button-background': string;
|
|
90
|
-
'--ck-primary-button-border-radius': string;
|
|
91
|
-
'--ck-primary-button-font-weight': string;
|
|
92
|
-
'--ck-primary-button-hover-background': string;
|
|
93
|
-
'--ck-primary-button-active-border-radius': string;
|
|
94
|
-
'--ck-secondary-button-color': string;
|
|
95
|
-
'--ck-secondary-button-background': string;
|
|
96
|
-
'--ck-secondary-button-hover-background': string;
|
|
97
|
-
/** Tertiary button tokens. */
|
|
98
|
-
'--ck-tertiary-button-background': string;
|
|
99
|
-
'--ck-focus-color': string;
|
|
100
|
-
'--ck-overlay-background': string;
|
|
101
|
-
'--ck-body-color': string;
|
|
102
|
-
'--ck-body-color-muted': string;
|
|
103
|
-
'--ck-body-color-muted-hover': string;
|
|
104
|
-
'--ck-body-background': string;
|
|
105
|
-
'--ck-body-background-transparent': string;
|
|
106
|
-
'--ck-body-background-secondary': string;
|
|
107
|
-
'--ck-body-background-secondary-hover-background': string;
|
|
108
|
-
'--ck-body-background-secondary-hover-outline': string;
|
|
109
|
-
'--ck-body-background-tertiary': string;
|
|
110
|
-
'--ck-body-action-color': string;
|
|
111
|
-
'--ck-body-divider': string;
|
|
112
|
-
'--ck-body-color-danger': string;
|
|
113
|
-
'--ck-body-disclaimer-color': string;
|
|
114
|
-
'--ck-body-disclaimer-link-color': string;
|
|
115
|
-
'--ck-body-disclaimer-link-hover-color': string;
|
|
116
|
-
'--ck-modal-box-shadow': string;
|
|
117
|
-
'--ck-copytoclipboard-stroke': string;
|
|
118
|
-
'--ck-tooltip-background': string;
|
|
119
|
-
'--ck-tooltip-background-secondary': string;
|
|
120
|
-
'--ck-tooltip-color': string;
|
|
121
|
-
'--ck-tooltip-shadow': string;
|
|
122
|
-
/** Network dropdown tokens. */
|
|
123
|
-
'--ck-dropdown-button-color': string;
|
|
124
|
-
'--ck-spinner-color': string;
|
|
125
|
-
'--ck-qr-dot-color': string;
|
|
126
|
-
'--ck-qr-border-color': string;
|
|
127
|
-
};
|
|
1
|
+
import type { CustomTheme } from '../customTheme';
|
|
2
|
+
declare const baseTheme: {
|
|
3
|
+
light: CustomTheme;
|
|
4
|
+
dark: CustomTheme;
|
|
128
5
|
};
|
|
129
|
-
export default
|
|
6
|
+
export default baseTheme;
|