kwant-ui 3.37.0-alpha.0 → 3.37.1-stable.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kwant-ui",
3
- "version": "3.33.7-dev.5",
3
+ "version": "3.37.1-stable.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -90,14 +90,14 @@ const colors: Color = {
90
90
  grey50: '#F9FAFD',
91
91
  grey90: '#1C2E40',
92
92
  grey100: '#F5F7FA',
93
- grey200: '#E9ECF2',
93
+ grey200: '#E4E9F2',
94
94
  grey250: '#e4e9f2',
95
95
  grey300: '#C8D2DE',
96
96
  grey400: '#A1AFC0',
97
97
  grey500: '#798CA4',
98
- grey700: '#5F758F',
99
- grey600: '#616469',
100
- grey800: '#39526B',
98
+ grey600: '#5F758F',
99
+ grey700: '#455F7B',
100
+ grey800: '#2A4055',
101
101
  grey900: '#1C2E40',
102
102
  grey1000: '#0B1B2A',
103
103
  greyHigh: '#C2C2C2',
@@ -152,6 +152,7 @@ const colors: Color = {
152
152
  green700: '#246650',
153
153
  green800: '#0D533C',
154
154
  green900: '#0A402E',
155
+ green1000: '#072B1F',
155
156
  },
156
157
  blue: {
157
158
  blue5: '#F6F8FE',
@@ -169,16 +170,16 @@ const colors: Color = {
169
170
  },
170
171
 
171
172
  yellow: {
172
- yellow50: '#FEFCE8',
173
- yellow100: '#FEF9C3',
174
- yellow200: '#FEF08A',
175
- yellow300: '#FDE047',
173
+ yellow50: '#FCF9DC',
174
+ yellow100: '#FAF4B4',
175
+ yellow200: '#FAEC88',
176
+ yellow300: '#F9DD69',
176
177
  yellow400: '#FACC15',
177
178
  yellow500: '#EAB308',
178
179
  yellow600: '#CA8A04',
179
180
  yellow700: '#A16207',
180
181
  yellow800: '#854D0E',
181
- yellow900: '#2852EA',
182
+ yellow900: '#713F12',
182
183
  yellow1000: '#713F12',
183
184
  },
184
185
 
@@ -213,8 +214,9 @@ const colors: Color = {
213
214
  thumb: '#9CACC0',
214
215
  },
215
216
  transparent: {
216
- blueHover: 'rgba(16, 63, 232, 0.06)'
217
- }
217
+ blueHover: 'rgba(16, 63, 232, 0.06)',
218
+ transparent: '#ffffff78',
219
+ },
218
220
  };
219
221
 
220
222
  export { colors };
@@ -156,6 +156,7 @@ export interface Green {
156
156
  green700: string;
157
157
  green800: string;
158
158
  green900: string;
159
+ green1000: string;
159
160
  }
160
161
  export interface Blue {
161
162
  blue5: string;
@@ -216,6 +217,7 @@ export interface Scrollbar {
216
217
  }
217
218
  export interface Transparent {
218
219
  blueHover: string;
220
+ transparent: string;
219
221
  }
220
222
  export interface Button {
221
223
  primaryButton: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kwant-ui",
3
- "version": "3.37.0-alpha.0",
3
+ "version": "3.37.1-stable.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
package/themes/colors.ts CHANGED
@@ -90,14 +90,14 @@ const colors: Color = {
90
90
  grey50: '#F9FAFD',
91
91
  grey90: '#1C2E40',
92
92
  grey100: '#F5F7FA',
93
- grey200: '#E9ECF2',
93
+ grey200: '#E4E9F2',
94
94
  grey250: '#e4e9f2',
95
95
  grey300: '#C8D2DE',
96
96
  grey400: '#A1AFC0',
97
97
  grey500: '#798CA4',
98
- grey700: '#5F758F',
99
- grey600: '#616469',
100
- grey800: '#39526B',
98
+ grey600: '#5F758F',
99
+ grey700: '#455F7B',
100
+ grey800: '#2A4055',
101
101
  grey900: '#1C2E40',
102
102
  grey1000: '#0B1B2A',
103
103
  greyHigh: '#C2C2C2',
@@ -152,6 +152,7 @@ const colors: Color = {
152
152
  green700: '#246650',
153
153
  green800: '#0D533C',
154
154
  green900: '#0A402E',
155
+ green1000: '#072B1F',
155
156
  },
156
157
  blue: {
157
158
  blue5: '#F6F8FE',
@@ -169,16 +170,16 @@ const colors: Color = {
169
170
  },
170
171
 
171
172
  yellow: {
172
- yellow50: '#FEFCE8',
173
- yellow100: '#FEF9C3',
174
- yellow200: '#FEF08A',
175
- yellow300: '#FDE047',
173
+ yellow50: '#FCF9DC',
174
+ yellow100: '#FAF4B4',
175
+ yellow200: '#FAEC88',
176
+ yellow300: '#F9DD69',
176
177
  yellow400: '#FACC15',
177
178
  yellow500: '#EAB308',
178
179
  yellow600: '#CA8A04',
179
180
  yellow700: '#A16207',
180
181
  yellow800: '#854D0E',
181
- yellow900: '#2852EA',
182
+ yellow900: '#713F12',
182
183
  yellow1000: '#713F12',
183
184
  },
184
185
 
package/themes/types.ts CHANGED
@@ -171,6 +171,7 @@ export interface Green {
171
171
  green700: string;
172
172
  green800: string;
173
173
  green900: string;
174
+ green1000: string;
174
175
  }
175
176
 
176
177
  export interface Blue {