-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tabs): recalculate indicator styles on resize (#458)
- Loading branch information
1 parent
23d90f1
commit fdfa104
Showing
3 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,7 @@ | |
}, | ||
"license": "MIT", | ||
"author": "jer3m01 <[email protected]>", | ||
"contributors": [ | ||
"Fabien Marie-Louise <[email protected]>" | ||
], | ||
"contributors": ["Fabien Marie-Louise <[email protected]>"], | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
|
@@ -47,18 +45,11 @@ | |
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*/index.d.ts", | ||
"./dist/index.d.ts" | ||
] | ||
"*": ["./dist/*/index.d.ts", "./dist/index.d.ts"] | ||
} | ||
}, | ||
"source": "src/index.tsx", | ||
"files": [ | ||
"dist", | ||
"src", | ||
"NOTICE.txt" | ||
], | ||
"files": ["dist", "src", "NOTICE.txt"], | ||
"scripts": { | ||
"build": "pnpm build:cp && pnpm build:tsup", | ||
"build:cp": "cp ../../NOTICE.txt .", | ||
|
@@ -75,11 +66,12 @@ | |
"@internationalized/number": "^3.2.1", | ||
"@kobalte/utils": "^0.9.0", | ||
"@solid-primitives/props": "^3.1.8", | ||
"@solid-primitives/resize-observer": "^2.0.26", | ||
"solid-presence": "^0.1.6", | ||
"solid-prevent-scroll": "^0.1.4" | ||
}, | ||
"devDependencies": { | ||
"@kobalte/tests": "^0.6.0", | ||
"@kobalte/tests": "workspace:*", | ||
"esbuild-plugin-solid": "^0.5.0", | ||
"tsup": "7.2.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.