kwant-ui 3.38.1-dev.0 → 3.38.1-dev.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/dist/components/Calendar/CalendarComponents.d.ts +6 -0
- package/dist/components/Calendar/CalendarStyled.d.ts +31 -0
- package/dist/components/Calendar/CalendarTypes.d.ts +9 -0
- package/dist/components/Calendar/CalendarUtils.d.ts +7 -0
- package/dist/components/Dropdown/DropdownStyled.d.ts +6 -2
- package/dist/components/HorizontalStepper/index.d.ts +2 -1
- package/dist/components/Tag/types.d.ts +1 -1
- package/dist/index.es.js +467 -408
- package/dist/index.js +428 -369
- package/dist/package.json +1 -1
- package/dist/public/assets/icons/US.svg +1 -1
- package/dist/themes/colors.ts +39 -3
- package/dist/themes/types.d.ts +37 -0
- package/package.json +1 -1
- package/themes/colors.ts +39 -3
- package/themes/types.ts +39 -0
package/dist/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#US_svg__a)"><mask id="US_svg__b" width="35" height="25" x="-1" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><rect width="34.375" height="25" x="-.688" rx="2"/></mask><g mask="url(#US_svg__b)"><path fill-rule="evenodd" d="M33 0H-2v2h35V0Zm-.37 3.377H-1.747V5H32.63V3.377ZM-1.747 6.623H32.63v1.623H-1.746V6.623ZM32.63 9.87H-1.746v1.623H32.63V9.87Zm-34.375 3.246H32.63v1.623H-1.746v-1.623Zm34.375 3.247H-1.746v1.623H32.63v-1.623Zm-34.375 3.246H32.63v1.624H-1.746v-1.624Zm34.375 3.247H-1.746v1.623H32.63v-1.623Z" clip-rule="evenodd"/><path d="M-.688 0h13.542v11.458H-.688z"/><g filter="url(#US_svg__c)"><path fill-rule="evenodd" d="M1.528 2.565a.815.815 0 0 1-.819.812.815.815 0 0 1-.818-.812c0-.448.366-.812.818-.812.452 0 .819.364.819.812Zm3.273 0a.815.815 0 0 1-.818.812.815.815 0 0 1-.818-.812c0-.448.366-.812.818-.812.452 0 .818.364.818.812Zm2.456.812a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.812.815.815 0 0 0-.819.812c0 .448.367.812.819.812Zm4.092-.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.819-.812c0-.448.367-.812.819-.812.452 0 .818.364.818.812ZM2.346 5a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.818.811c0 .449.366.812.818.812Zm4.092-.812A.815.815 0 0 1 5.62 5a.815.815 0 0 1-.819-.812c0-.448.367-.811.819-.811.452 0 .818.363.818.811ZM8.894 5a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.819.811c0 .449.367.812.819.812Zm2.455.812a.815.815 0 0 1-.818.811.815.815 0 0 1-.819-.811c0-.449.367-.812.819-.812.452 0 .818.363.818.812Zm-4.092.811a.815.815 0 0 0 .818-.811A.815.815 0 0 0 7.257 5a.815.815 0 0 0-.819.812c0 .448.367.811.819.811ZM4.8 5.812a.815.815 0 0 1-.818.811.815.815 0 0 1-.818-.811c0-.449.366-.812.818-.812.452 0 .818.363.818.812ZM.71 6.623a.815.815 0 0 0 .819-.811A.815.815 0 0 0 .709 5a.815.815 0 0 0-.818.812c0 .448.366.811.818.811Zm2.455.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.818-.812c0-.448.366-.812.818-.812.452 0 .818.364.818.812Zm2.456.812a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.812.815.815 0 0 0-.819.812c0 .448.367.812.819.812Zm4.092-.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.819-.812c0-.448.367-.812.819-.812.452 0 .818.364.818.812Zm.819 2.435a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.819.811c0 .448.367.812.819.812Zm-2.456-.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.819-.812c0-.448.367-.811.819-.811.452 0 .818.363.818.811Zm-4.092.812a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.818.811c0 .448.366.812.818.812Zm-2.455-.812a.815.815 0 0 1-.819.812.815.815 0 0 1-.818-.812c0-.448.366-.811.818-.811.452 0 .819.363.819.811Z" clip-rule="evenodd"/></g></g></g><defs><linearGradient id="US_svg__d" x1="-.109" x2="-.109" y1="1.753" y2="9.87" gradientUnits="userSpaceOnUse"><stop stop-color="
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#US_svg__a)"><mask id="US_svg__b" width="35" height="25" x="-1" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><rect width="34.375" height="25" x="-.688" rx="2"/></mask><g mask="url(#US_svg__b)"><path fill-rule="evenodd" d="M33 0H-2v2h35V0Zm-.37 3.377H-1.747V5H32.63V3.377ZM-1.747 6.623H32.63v1.623H-1.746V6.623ZM32.63 9.87H-1.746v1.623H32.63V9.87Zm-34.375 3.246H32.63v1.623H-1.746v-1.623Zm34.375 3.247H-1.746v1.623H32.63v-1.623Zm-34.375 3.246H32.63v1.624H-1.746v-1.624Zm34.375 3.247H-1.746v1.623H32.63v-1.623Z" clip-rule="evenodd"/><path d="M-.688 0h13.542v11.458H-.688z"/><g filter="url(#US_svg__c)"><path fill-rule="evenodd" d="M1.528 2.565a.815.815 0 0 1-.819.812.815.815 0 0 1-.818-.812c0-.448.366-.812.818-.812.452 0 .819.364.819.812Zm3.273 0a.815.815 0 0 1-.818.812.815.815 0 0 1-.818-.812c0-.448.366-.812.818-.812.452 0 .818.364.818.812Zm2.456.812a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.812.815.815 0 0 0-.819.812c0 .448.367.812.819.812Zm4.092-.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.819-.812c0-.448.367-.812.819-.812.452 0 .818.364.818.812ZM2.346 5a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.818.811c0 .449.366.812.818.812Zm4.092-.812A.815.815 0 0 1 5.62 5a.815.815 0 0 1-.819-.812c0-.448.367-.811.819-.811.452 0 .818.363.818.811ZM8.894 5a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.819.811c0 .449.367.812.819.812Zm2.455.812a.815.815 0 0 1-.818.811.815.815 0 0 1-.819-.811c0-.449.367-.812.819-.812.452 0 .818.363.818.812Zm-4.092.811a.815.815 0 0 0 .818-.811A.815.815 0 0 0 7.257 5a.815.815 0 0 0-.819.812c0 .448.367.811.819.811ZM4.8 5.812a.815.815 0 0 1-.818.811.815.815 0 0 1-.818-.811c0-.449.366-.812.818-.812.452 0 .818.363.818.812ZM.71 6.623a.815.815 0 0 0 .819-.811A.815.815 0 0 0 .709 5a.815.815 0 0 0-.818.812c0 .448.366.811.818.811Zm2.455.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.818-.812c0-.448.366-.812.818-.812.452 0 .818.364.818.812Zm2.456.812a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.812.815.815 0 0 0-.819.812c0 .448.367.812.819.812Zm4.092-.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.819-.812c0-.448.367-.812.819-.812.452 0 .818.364.818.812Zm.819 2.435a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.819.811c0 .448.367.812.819.812Zm-2.456-.812a.815.815 0 0 1-.818.812.815.815 0 0 1-.819-.812c0-.448.367-.811.819-.811.452 0 .818.363.818.811Zm-4.092.812a.815.815 0 0 0 .818-.812.815.815 0 0 0-.818-.811.815.815 0 0 0-.818.811c0 .448.366.812.818.812Zm-2.455-.812a.815.815 0 0 1-.819.812.815.815 0 0 1-.818-.812c0-.448.366-.811.818-.811.452 0 .819.363.819.811Z" clip-rule="evenodd"/></g></g></g><defs><linearGradient id="US_svg__d" x1="-.109" x2="-.109" y1="1.753" y2="9.87" gradientUnits="userSpaceOnUse"><stop stop-color="FFFF"/><stop offset="1" stop-color="#F0F0F0"/></linearGradient><clipPath id="US_svg__a"><rect width="24" height="24" rx="12"/></clipPath><filter id="US_svg__c" width="11.459" height="9.116" x="-.109" y="1.753" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_193_1132"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_193_1132" result="shape"/></filter></defs></svg>
|
package/dist/themes/colors.ts
CHANGED
|
@@ -90,13 +90,16 @@ const colors: Color = {
|
|
|
90
90
|
grey50: '#F9FAFD',
|
|
91
91
|
grey90: '#1C2E40',
|
|
92
92
|
grey100: '#F5F7FA',
|
|
93
|
-
grey200: '#
|
|
93
|
+
grey200: '#E4E9F2',
|
|
94
94
|
grey250: '#e4e9f2',
|
|
95
95
|
grey300: '#C8D2DE',
|
|
96
96
|
grey400: '#A1AFC0',
|
|
97
97
|
grey500: '#798CA4',
|
|
98
|
-
|
|
98
|
+
grey600: '#5F758F',
|
|
99
|
+
grey700: '#455F7B',
|
|
100
|
+
grey800: '#2A4055',
|
|
99
101
|
grey900: '#1C2E40',
|
|
102
|
+
grey1000: '#0B1B2A',
|
|
100
103
|
greyHigh: '#C2C2C2',
|
|
101
104
|
greyMedium: '#E5E5E5',
|
|
102
105
|
greyLow: '#F5F5F5',
|
|
@@ -149,6 +152,7 @@ const colors: Color = {
|
|
|
149
152
|
green700: '#246650',
|
|
150
153
|
green800: '#0D533C',
|
|
151
154
|
green900: '#0A402E',
|
|
155
|
+
green1000: '#072B1F',
|
|
152
156
|
},
|
|
153
157
|
blue: {
|
|
154
158
|
blue5: '#F6F8FE',
|
|
@@ -158,12 +162,27 @@ const colors: Color = {
|
|
|
158
162
|
blue300: '#B7C5F8',
|
|
159
163
|
blue400: '#9FB2F6',
|
|
160
164
|
blue500: '#889FF4',
|
|
161
|
-
blue600: '#
|
|
165
|
+
blue600: '#708CF1',
|
|
162
166
|
blue700: '#5879EF',
|
|
163
167
|
blue800: '#4065ED',
|
|
164
168
|
blue900: '#2852EA',
|
|
165
169
|
blue1000: '#103FE8',
|
|
166
170
|
},
|
|
171
|
+
|
|
172
|
+
yellow: {
|
|
173
|
+
yellow50: '#FCF9DC',
|
|
174
|
+
yellow100: '#FAF4B4',
|
|
175
|
+
yellow200: '#FAEC88',
|
|
176
|
+
yellow300: '#F9DD69',
|
|
177
|
+
yellow400: '#FACC15',
|
|
178
|
+
yellow500: '#EAB308',
|
|
179
|
+
yellow600: '#CA8A04',
|
|
180
|
+
yellow700: '#A16207',
|
|
181
|
+
yellow800: '#854D0E',
|
|
182
|
+
yellow900: '#713F12',
|
|
183
|
+
yellow1000: '#713F12',
|
|
184
|
+
},
|
|
185
|
+
|
|
167
186
|
red: {
|
|
168
187
|
red050: '#FDF2F2',
|
|
169
188
|
red50: '#FDF2F2',
|
|
@@ -177,10 +196,27 @@ const colors: Color = {
|
|
|
177
196
|
red800: '#9B1C1C',
|
|
178
197
|
red900: '#771D1D',
|
|
179
198
|
},
|
|
199
|
+
orange: {
|
|
200
|
+
orange050: '#FFF7ED',
|
|
201
|
+
orange50: '#FFF7ED',
|
|
202
|
+
orange100: '#FFEDD5',
|
|
203
|
+
orange200: '#FED7AA',
|
|
204
|
+
orange300: '#FDBA74',
|
|
205
|
+
orange400: '#FFA84C',
|
|
206
|
+
orange500: '#F98016',
|
|
207
|
+
orange600: '#EA580C',
|
|
208
|
+
orange700: '#C2410C',
|
|
209
|
+
orange800: '#9A3412',
|
|
210
|
+
orange900: '#7C2D12',
|
|
211
|
+
},
|
|
180
212
|
scrollbar: {
|
|
181
213
|
track: '#F2F5FA',
|
|
182
214
|
thumb: '#9CACC0',
|
|
183
215
|
},
|
|
216
|
+
transparent: {
|
|
217
|
+
blueHover: 'rgba(16, 63, 232, 0.06)',
|
|
218
|
+
transparent: '#ffffff78',
|
|
219
|
+
},
|
|
184
220
|
};
|
|
185
221
|
|
|
186
222
|
export { colors };
|
package/dist/themes/types.d.ts
CHANGED
|
@@ -16,8 +16,11 @@ export interface Color {
|
|
|
16
16
|
green: Green;
|
|
17
17
|
blue: Blue;
|
|
18
18
|
red: Red;
|
|
19
|
+
orange: Orange;
|
|
20
|
+
yellow: Yellow;
|
|
19
21
|
scrollbar: Scrollbar;
|
|
20
22
|
button: Button;
|
|
23
|
+
transparent: Transparent;
|
|
21
24
|
[key: string]: any;
|
|
22
25
|
}
|
|
23
26
|
export interface Accent {
|
|
@@ -57,6 +60,8 @@ export interface Grey {
|
|
|
57
60
|
grey5: string;
|
|
58
61
|
grey10: string;
|
|
59
62
|
grey500: string;
|
|
63
|
+
grey600: string;
|
|
64
|
+
grey700: string;
|
|
60
65
|
grey800: string;
|
|
61
66
|
grey900: string;
|
|
62
67
|
grey400: string;
|
|
@@ -64,6 +69,7 @@ export interface Grey {
|
|
|
64
69
|
grey250: string;
|
|
65
70
|
grey300: string;
|
|
66
71
|
grey100: string;
|
|
72
|
+
grey1000: string;
|
|
67
73
|
}
|
|
68
74
|
export interface Link {
|
|
69
75
|
linkHigh: string;
|
|
@@ -150,6 +156,7 @@ export interface Green {
|
|
|
150
156
|
green700: string;
|
|
151
157
|
green800: string;
|
|
152
158
|
green900: string;
|
|
159
|
+
green1000: string;
|
|
153
160
|
}
|
|
154
161
|
export interface Blue {
|
|
155
162
|
blue5: string;
|
|
@@ -178,10 +185,40 @@ export interface Red {
|
|
|
178
185
|
red800: string;
|
|
179
186
|
red900: string;
|
|
180
187
|
}
|
|
188
|
+
export interface Orange {
|
|
189
|
+
orange050: string;
|
|
190
|
+
orange50: string;
|
|
191
|
+
orange100: string;
|
|
192
|
+
orange200: string;
|
|
193
|
+
orange300: string;
|
|
194
|
+
orange400: string;
|
|
195
|
+
orange500: string;
|
|
196
|
+
orange600: string;
|
|
197
|
+
orange700: string;
|
|
198
|
+
orange800: string;
|
|
199
|
+
orange900: string;
|
|
200
|
+
}
|
|
201
|
+
export interface Yellow {
|
|
202
|
+
yellow50: string;
|
|
203
|
+
yellow100: string;
|
|
204
|
+
yellow200: string;
|
|
205
|
+
yellow300: string;
|
|
206
|
+
yellow400: string;
|
|
207
|
+
yellow500: string;
|
|
208
|
+
yellow600: string;
|
|
209
|
+
yellow700: string;
|
|
210
|
+
yellow800: string;
|
|
211
|
+
yellow900: string;
|
|
212
|
+
yellow1000: string;
|
|
213
|
+
}
|
|
181
214
|
export interface Scrollbar {
|
|
182
215
|
track: string;
|
|
183
216
|
thumb: string;
|
|
184
217
|
}
|
|
218
|
+
export interface Transparent {
|
|
219
|
+
blueHover: string;
|
|
220
|
+
transparent: string;
|
|
221
|
+
}
|
|
185
222
|
export interface Button {
|
|
186
223
|
primaryButton: string;
|
|
187
224
|
primaryOutlineButton: string;
|
package/package.json
CHANGED
package/themes/colors.ts
CHANGED
|
@@ -90,13 +90,16 @@ const colors: Color = {
|
|
|
90
90
|
grey50: '#F9FAFD',
|
|
91
91
|
grey90: '#1C2E40',
|
|
92
92
|
grey100: '#F5F7FA',
|
|
93
|
-
grey200: '#
|
|
93
|
+
grey200: '#E4E9F2',
|
|
94
94
|
grey250: '#e4e9f2',
|
|
95
95
|
grey300: '#C8D2DE',
|
|
96
96
|
grey400: '#A1AFC0',
|
|
97
97
|
grey500: '#798CA4',
|
|
98
|
-
|
|
98
|
+
grey600: '#5F758F',
|
|
99
|
+
grey700: '#455F7B',
|
|
100
|
+
grey800: '#2A4055',
|
|
99
101
|
grey900: '#1C2E40',
|
|
102
|
+
grey1000: '#0B1B2A',
|
|
100
103
|
greyHigh: '#C2C2C2',
|
|
101
104
|
greyMedium: '#E5E5E5',
|
|
102
105
|
greyLow: '#F5F5F5',
|
|
@@ -149,6 +152,7 @@ const colors: Color = {
|
|
|
149
152
|
green700: '#246650',
|
|
150
153
|
green800: '#0D533C',
|
|
151
154
|
green900: '#0A402E',
|
|
155
|
+
green1000: '#072B1F',
|
|
152
156
|
},
|
|
153
157
|
blue: {
|
|
154
158
|
blue5: '#F6F8FE',
|
|
@@ -158,12 +162,27 @@ const colors: Color = {
|
|
|
158
162
|
blue300: '#B7C5F8',
|
|
159
163
|
blue400: '#9FB2F6',
|
|
160
164
|
blue500: '#889FF4',
|
|
161
|
-
blue600: '#
|
|
165
|
+
blue600: '#708CF1',
|
|
162
166
|
blue700: '#5879EF',
|
|
163
167
|
blue800: '#4065ED',
|
|
164
168
|
blue900: '#2852EA',
|
|
165
169
|
blue1000: '#103FE8',
|
|
166
170
|
},
|
|
171
|
+
|
|
172
|
+
yellow: {
|
|
173
|
+
yellow50: '#FCF9DC',
|
|
174
|
+
yellow100: '#FAF4B4',
|
|
175
|
+
yellow200: '#FAEC88',
|
|
176
|
+
yellow300: '#F9DD69',
|
|
177
|
+
yellow400: '#FACC15',
|
|
178
|
+
yellow500: '#EAB308',
|
|
179
|
+
yellow600: '#CA8A04',
|
|
180
|
+
yellow700: '#A16207',
|
|
181
|
+
yellow800: '#854D0E',
|
|
182
|
+
yellow900: '#713F12',
|
|
183
|
+
yellow1000: '#713F12',
|
|
184
|
+
},
|
|
185
|
+
|
|
167
186
|
red: {
|
|
168
187
|
red050: '#FDF2F2',
|
|
169
188
|
red50: '#FDF2F2',
|
|
@@ -177,10 +196,27 @@ const colors: Color = {
|
|
|
177
196
|
red800: '#9B1C1C',
|
|
178
197
|
red900: '#771D1D',
|
|
179
198
|
},
|
|
199
|
+
orange: {
|
|
200
|
+
orange050: '#FFF7ED',
|
|
201
|
+
orange50: '#FFF7ED',
|
|
202
|
+
orange100: '#FFEDD5',
|
|
203
|
+
orange200: '#FED7AA',
|
|
204
|
+
orange300: '#FDBA74',
|
|
205
|
+
orange400: '#FFA84C',
|
|
206
|
+
orange500: '#F98016',
|
|
207
|
+
orange600: '#EA580C',
|
|
208
|
+
orange700: '#C2410C',
|
|
209
|
+
orange800: '#9A3412',
|
|
210
|
+
orange900: '#7C2D12',
|
|
211
|
+
},
|
|
180
212
|
scrollbar: {
|
|
181
213
|
track: '#F2F5FA',
|
|
182
214
|
thumb: '#9CACC0',
|
|
183
215
|
},
|
|
216
|
+
transparent: {
|
|
217
|
+
blueHover: 'rgba(16, 63, 232, 0.06)',
|
|
218
|
+
transparent: '#ffffff78',
|
|
219
|
+
},
|
|
184
220
|
};
|
|
185
221
|
|
|
186
222
|
export { colors };
|
package/themes/types.ts
CHANGED
|
@@ -16,8 +16,11 @@ export interface Color {
|
|
|
16
16
|
green: Green;
|
|
17
17
|
blue: Blue;
|
|
18
18
|
red: Red;
|
|
19
|
+
orange: Orange;
|
|
20
|
+
yellow: Yellow;
|
|
19
21
|
scrollbar: Scrollbar;
|
|
20
22
|
button: Button;
|
|
23
|
+
transparent: Transparent;
|
|
21
24
|
[key: string]: any;
|
|
22
25
|
}
|
|
23
26
|
|
|
@@ -62,6 +65,8 @@ export interface Grey {
|
|
|
62
65
|
grey5: string;
|
|
63
66
|
grey10: string;
|
|
64
67
|
grey500: string;
|
|
68
|
+
grey600: string;
|
|
69
|
+
grey700: string;
|
|
65
70
|
grey800: string;
|
|
66
71
|
grey900: string;
|
|
67
72
|
grey400: string;
|
|
@@ -69,6 +74,7 @@ export interface Grey {
|
|
|
69
74
|
grey250: string;
|
|
70
75
|
grey300: string;
|
|
71
76
|
grey100: string;
|
|
77
|
+
grey1000: string;
|
|
72
78
|
}
|
|
73
79
|
|
|
74
80
|
export interface Link {
|
|
@@ -165,6 +171,7 @@ export interface Green {
|
|
|
165
171
|
green700: string;
|
|
166
172
|
green800: string;
|
|
167
173
|
green900: string;
|
|
174
|
+
green1000: string;
|
|
168
175
|
}
|
|
169
176
|
|
|
170
177
|
export interface Blue {
|
|
@@ -196,11 +203,43 @@ export interface Red {
|
|
|
196
203
|
red900: string;
|
|
197
204
|
}
|
|
198
205
|
|
|
206
|
+
export interface Orange {
|
|
207
|
+
orange050: string;
|
|
208
|
+
orange50: string;
|
|
209
|
+
orange100: string;
|
|
210
|
+
orange200: string;
|
|
211
|
+
orange300: string;
|
|
212
|
+
orange400: string;
|
|
213
|
+
orange500: string;
|
|
214
|
+
orange600: string;
|
|
215
|
+
orange700: string;
|
|
216
|
+
orange800: string;
|
|
217
|
+
orange900: string;
|
|
218
|
+
}
|
|
219
|
+
export interface Yellow {
|
|
220
|
+
yellow50: string;
|
|
221
|
+
yellow100: string;
|
|
222
|
+
yellow200: string;
|
|
223
|
+
yellow300: string;
|
|
224
|
+
yellow400: string;
|
|
225
|
+
yellow500: string;
|
|
226
|
+
yellow600: string;
|
|
227
|
+
yellow700: string;
|
|
228
|
+
yellow800: string;
|
|
229
|
+
yellow900: string;
|
|
230
|
+
yellow1000: string;
|
|
231
|
+
}
|
|
232
|
+
|
|
199
233
|
export interface Scrollbar {
|
|
200
234
|
track: string;
|
|
201
235
|
thumb: string;
|
|
202
236
|
}
|
|
203
237
|
|
|
238
|
+
export interface Transparent {
|
|
239
|
+
blueHover: string;
|
|
240
|
+
transparent: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
204
243
|
export interface Button {
|
|
205
244
|
primaryButton: string;
|
|
206
245
|
primaryOutlineButton: string;
|