Skip to content

Commit abcc9ae

Browse files
committed
chore: size limit
1 parent ee71e65 commit abcc9ae

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.size-limit.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ module.exports = [
3434
path: './dist/es/index.js',
3535
webpack: true,
3636
import: '{ AiIcon }',
37-
limit: '11 kB',
37+
limit: '12 kB',
3838
},
3939
];

src/tasty/styles/types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ type OpaquePercentage = '' | `.${Digit}` | `.${Digit}${Digit}` | '.100';
5252
export type NoType = false | null | undefined;
5353

5454
export interface StylesInterface
55-
extends Omit<
56-
CSSProperties,
57-
'color' | 'fill' | 'font' | 'outline' | 'type',
58-
'flexDirection'
59-
> {
55+
extends Omit<CSSProperties, 'color' | 'fill' | 'font' | 'outline' | 'type'> {
6056
/**
6157
* @deprecated Use `flow` style instead.
6258
*/

0 commit comments

Comments
 (0)