kwant-ui 3.37.0-alpha.0 → 3.38.0-alpha.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.0-alpha.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -213,8 +213,9 @@ const colors: Color = {
213
213
  thumb: '#9CACC0',
214
214
  },
215
215
  transparent: {
216
- blueHover: 'rgba(16, 63, 232, 0.06)'
217
- }
216
+ blueHover: 'rgba(16, 63, 232, 0.06)',
217
+ transparent: '#ffffff78',
218
+ },
218
219
  };
219
220
 
220
221
  export { colors };
@@ -216,6 +216,7 @@ export interface Scrollbar {
216
216
  }
217
217
  export interface Transparent {
218
218
  blueHover: string;
219
+ transparent: string;
219
220
  }
220
221
  export interface Button {
221
222
  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.38.0-alpha.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",