-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#912,@portaljs/components][m]: possibly fixes 'loading...' size on F…
…latUiTable on Firefox
- Loading branch information
Showing
156 changed files
with
15 additions
and
4,197 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import 'tailwindcss/tailwind.css' | ||
import '../src/index.css' | ||
|
||
import type { Preview } from '@storybook/react'; | ||
|
||
|
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
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
@tailwind utilities; | ||
|
||
/* Temporary fix for a size issue with FlatUiTable loading indicator on Firefox */ | ||
@layer base { | ||
svg[tw^='animate-pulse w-12'] { | ||
max-width: 100px; | ||
} | ||
} |
157 changes: 0 additions & 157 deletions
157
packages/components/storybook-static/assets/Catalog.stories-ea9731da.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/components/storybook-static/assets/Catalog.stories-ea9731da.js.map
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/components/storybook-static/assets/Color-3YIJY6X7-f33052fb.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/components/storybook-static/assets/Color-3YIJY6X7-f33052fb.js.map
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/components/storybook-static/assets/DebouncedInput-c720676c.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/components/storybook-static/assets/DebouncedInput-c720676c.js.map
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/components/storybook-static/assets/DocsRenderer-EYKKDMVH-b61c696a.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/components/storybook-static/assets/DocsRenderer-EYKKDMVH-b61c696a.js.map
This file was deleted.
Oops, something went wrong.
456 changes: 0 additions & 456 deletions
456
packages/components/storybook-static/assets/FlatUiTable.stories-36abe253.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/components/storybook-static/assets/FlatUiTable.stories-36abe253.js.map
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/components/storybook-static/assets/GlobalScrollAreaStyles-XIHNDKUY-7079b195.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.