Merge pull request #4671 from h3poteto/renovate/flowbite-react-0.x

Update dependency flowbite-react to ^0.7.0
This commit is contained in:
AkiraFukushima 2023-12-22 00:50:38 +09:00 committed by GitHub
commit cc873051e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2977 additions and 66 deletions

View File

@ -22,7 +22,7 @@
"electron-store": "^8.1.0", "electron-store": "^8.1.0",
"emoji-mart": "^5.5.2", "emoji-mart": "^5.5.2",
"flowbite": "^2.0.0", "flowbite": "^2.0.0",
"flowbite-react": "^0.6.4", "flowbite-react": "^0.7.0",
"megalodon": "^9.1.1", "megalodon": "^9.1.1",
"react-blurhash": "^0.3.0", "react-blurhash": "^0.3.0",
"react-icons": "^4.11.0", "react-icons": "^4.11.0",

View File

@ -18,7 +18,7 @@ type Props = {
} }
const customTheme: CustomFlowbiteTheme = { const customTheme: CustomFlowbiteTheme = {
tab: { tabs: {
tablist: { tablist: {
tabitem: { tabitem: {
base: 'flex items-center justify-center p-4 rounded-t-lg text-sm font-medium first:ml-0 disabled:cursor-not-allowed disabled:text-gray-400 disabled:dark:text-gray-500' base: 'flex items-center justify-center p-4 rounded-t-lg text-sm font-medium first:ml-0 disabled:cursor-not-allowed disabled:text-gray-400 disabled:dark:text-gray-500'
@ -122,7 +122,7 @@ export default function Profile(props: Props) {
</div> </div>
</div> </div>
<div> <div>
<Tabs.Group aria-label="Tabs with icons" style="underline"> <Tabs aria-label="Tabs with icons" style="underline">
<Tabs.Item active title={formatMessage({ id: 'profile.timeline' })}> <Tabs.Item active title={formatMessage({ id: 'profile.timeline' })}>
<Timeline client={props.client} account={props.account} user_id={props.user_id} openMedia={props.openMedia} /> <Timeline client={props.client} account={props.account} user_id={props.user_id} openMedia={props.openMedia} />
</Tabs.Item> </Tabs.Item>
@ -132,7 +132,7 @@ export default function Profile(props: Props) {
<Tabs.Item title={formatMessage({ id: 'profile.followers' })} className="focus:ring-0"> <Tabs.Item title={formatMessage({ id: 'profile.followers' })} className="focus:ring-0">
<Followers client={props.client} user_id={props.user_id} /> <Followers client={props.client} user_id={props.user_id} />
</Tabs.Item> </Tabs.Item>
</Tabs.Group> </Tabs>
</div> </div>
</> </>
)} )}

3035
yarn.lock

File diff suppressed because it is too large Load Diff