We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee71e65 commit abcc9aeCopy full SHA for abcc9ae
.size-limit.cjs
@@ -34,6 +34,6 @@ module.exports = [
34
path: './dist/es/index.js',
35
webpack: true,
36
import: '{ AiIcon }',
37
- limit: '11 kB',
+ limit: '12 kB',
38
},
39
];
src/tasty/styles/types.ts
@@ -52,11 +52,7 @@ type OpaquePercentage = '' | `.${Digit}` | `.${Digit}${Digit}` | '.100';
52
export type NoType = false | null | undefined;
53
54
export interface StylesInterface
55
- extends Omit<
56
- CSSProperties,
57
- 'color' | 'fill' | 'font' | 'outline' | 'type',
58
- 'flexDirection'
59
- > {
+ extends Omit<CSSProperties, 'color' | 'fill' | 'font' | 'outline' | 'type'> {
60
/**
61
* @deprecated Use `flow` style instead.
62
*/
0 commit comments