kwant-ui 3.38.1-dev.8 → 3.38.1-dev.9

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.38.1-dev.8",
3
+ "version": "3.38.1-dev.9",
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: '#E4E9F2',
93
+ grey200: '#E9ECF2',
94
94
  grey250: '#e4e9f2',
95
95
  grey300: '#C8D2DE',
96
96
  grey400: '#A1AFC0',
97
97
  grey500: '#798CA4',
98
98
  grey600: '#5F758F',
99
99
  grey700: '#455F7B',
100
- grey800: '#2A4055',
100
+ grey800: '#39526B',
101
101
  grey900: '#1C2E40',
102
102
  grey1000: '#0B1B2A',
103
103
  greyHigh: '#C2C2C2',
@@ -152,7 +152,6 @@ const colors: Color = {
152
152
  green700: '#246650',
153
153
  green800: '#0D533C',
154
154
  green900: '#0A402E',
155
- green1000: '#072B1F',
156
155
  },
157
156
  blue: {
158
157
  blue5: '#F6F8FE',
@@ -170,16 +169,16 @@ const colors: Color = {
170
169
  },
171
170
 
172
171
  yellow: {
173
- yellow50: '#FCF9DC',
174
- yellow100: '#FAF4B4',
175
- yellow200: '#FAEC88',
176
- yellow300: '#F9DD69',
172
+ yellow50: '#FEFCE8',
173
+ yellow100: '#FEF9C3',
174
+ yellow200: '#FEF08A',
175
+ yellow300: '#FDE047',
177
176
  yellow400: '#FACC15',
178
177
  yellow500: '#EAB308',
179
178
  yellow600: '#CA8A04',
180
179
  yellow700: '#A16207',
181
180
  yellow800: '#854D0E',
182
- yellow900: '#713F12',
181
+ yellow900: '#2852EA',
183
182
  yellow1000: '#713F12',
184
183
  },
185
184
 
@@ -156,7 +156,6 @@ export interface Green {
156
156
  green700: string;
157
157
  green800: string;
158
158
  green900: string;
159
- green1000: string;
160
159
  }
161
160
  export interface Blue {
162
161
  blue5: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kwant-ui",
3
- "version": "3.38.1-dev.8",
3
+ "version": "3.38.1-dev.9",
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: '#E4E9F2',
93
+ grey200: '#E9ECF2',
94
94
  grey250: '#e4e9f2',
95
95
  grey300: '#C8D2DE',
96
96
  grey400: '#A1AFC0',
97
97
  grey500: '#798CA4',
98
98
  grey600: '#5F758F',
99
99
  grey700: '#455F7B',
100
- grey800: '#2A4055',
100
+ grey800: '#39526B',
101
101
  grey900: '#1C2E40',
102
102
  grey1000: '#0B1B2A',
103
103
  greyHigh: '#C2C2C2',
@@ -152,7 +152,6 @@ const colors: Color = {
152
152
  green700: '#246650',
153
153
  green800: '#0D533C',
154
154
  green900: '#0A402E',
155
- green1000: '#072B1F',
156
155
  },
157
156
  blue: {
158
157
  blue5: '#F6F8FE',
@@ -170,16 +169,16 @@ const colors: Color = {
170
169
  },
171
170
 
172
171
  yellow: {
173
- yellow50: '#FCF9DC',
174
- yellow100: '#FAF4B4',
175
- yellow200: '#FAEC88',
176
- yellow300: '#F9DD69',
172
+ yellow50: '#FEFCE8',
173
+ yellow100: '#FEF9C3',
174
+ yellow200: '#FEF08A',
175
+ yellow300: '#FDE047',
177
176
  yellow400: '#FACC15',
178
177
  yellow500: '#EAB308',
179
178
  yellow600: '#CA8A04',
180
179
  yellow700: '#A16207',
181
180
  yellow800: '#854D0E',
182
- yellow900: '#713F12',
181
+ yellow900: '#2852EA',
183
182
  yellow1000: '#713F12',
184
183
  },
185
184
 
package/themes/types.ts CHANGED
@@ -171,7 +171,6 @@ export interface Green {
171
171
  green700: string;
172
172
  green800: string;
173
173
  green900: string;
174
- green1000: string;
175
174
  }
176
175
 
177
176
  export interface Blue {