109 - Rename shadow-sm to shadow-xs

This commit is contained in:
myrmidex 2026-08-10 01:37:18 +02:00
parent 2f86326d5c
commit 2823c5eeb3
7 changed files with 25 additions and 25 deletions

View file

@ -32,7 +32,7 @@
<!-- Remember Me --> <!-- Remember Me -->
<div class="block mt-4"> <div class="block mt-4">
<label for="remember_me" class="inline-flex items-center"> <label for="remember_me" class="inline-flex items-center">
<input id="remember_me" type="checkbox" class="rounded border-gray-300 text-blue-600 shadow-sm focus:ring-blue-500" name="remember"> <input id="remember_me" type="checkbox" class="rounded border-gray-300 text-blue-600 shadow-xs focus:ring-blue-500" name="remember">
<span class="ms-2 text-sm text-gray-600">{{ __('Remember me') }}</span> <span class="ms-2 text-sm text-gray-600">{{ __('Remember me') }}</span>
</label> </label>
</div> </div>

View file

@ -1,3 +1,3 @@
<button {{ $attributes->merge(['type' => 'button', 'class' => 'inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-md font-semibold text-xs text-gray-700 uppercase tracking-widest shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-25 transition ease-in-out duration-150']) }}> <button {{ $attributes->merge(['type' => 'button', 'class' => 'inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-md font-semibold text-xs text-gray-700 uppercase tracking-widest shadow-xs hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-25 transition ease-in-out duration-150']) }}>
{{ $slot }} {{ $slot }}
</button> </button>

View file

@ -1,3 +1,3 @@
@props(['disabled' => false]) @props(['disabled' => false])
<input @disabled($disabled) {{ $attributes->merge(['class' => 'border-gray-300 focus:border-blue-500 focus:ring-blue-500 rounded-lg shadow-sm px-4 py-3']) }}> <input @disabled($disabled) {{ $attributes->merge(['class' => 'border-gray-300 focus:border-blue-500 focus:ring-blue-500 rounded-lg shadow-xs px-4 py-3']) }}>

View file

@ -7,7 +7,7 @@
<div class="py-12"> <div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg"> <div class="bg-white overflow-hidden shadow-xs sm:rounded-lg">
<div class="p-6 text-gray-900"> <div class="p-6 text-gray-900">
{{ __("You're logged in!") }} {{ __("You're logged in!") }}
</div> </div>

View file

@ -2,7 +2,7 @@
<x-page-header title="Channels" subtitle="Manage your platform channels and linked accounts"> <x-page-header title="Channels" subtitle="Manage your platform channels and linked accounts">
<button <button
wire:click="openCreateModal" wire:click="openCreateModal"
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-xs hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
<svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"> <svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" />
@ -111,7 +111,7 @@ class="text-red-500 hover:text-red-700"
<div class="mt-6"> <div class="mt-6">
<button <button
wire:click="openCreateModal" wire:click="openCreateModal"
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-xs hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
<svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"> <svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" />
@ -150,7 +150,7 @@ class="text-sm text-blue-600 hover:text-blue-800"
<div class="mt-4"> <div class="mt-4">
<button <button
wire:click="closeAccountModal" wire:click="closeAccountModal"
class="w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="w-full inline-flex justify-center rounded-md border border-gray-300 shadow-xs px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
Close Close
</button> </button>
@ -167,7 +167,7 @@ class="w-full inline-flex justify-center rounded-md border border-gray-300 shado
<select <select
id="new-channel-instance" id="new-channel-instance"
wire:model.live="newPlatformInstanceId" wire:model.live="newPlatformInstanceId"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
> >
<option value="">Select an instance</option> <option value="">Select an instance</option>
@foreach ($platformInstances as $instance) @foreach ($platformInstances as $instance)
@ -195,7 +195,7 @@ class="text-xs text-blue-600 hover:text-blue-800"
<select <select
id="new-channel-community" id="new-channel-community"
wire:model="newCommunityId" wire:model="newCommunityId"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
> >
<option value="">Select a community</option> <option value="">Select a community</option>
@foreach ($availableCommunities as $community) @foreach ($availableCommunities as $community)
@ -211,7 +211,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
<select <select
id="new-channel-language" id="new-channel-language"
wire:model="newLanguageId" wire:model="newLanguageId"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
> >
<option value="">Select a language</option> <option value="">Select a language</option>
@foreach ($languages as $language) @foreach ($languages as $language)
@ -227,7 +227,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
id="new-channel-description" id="new-channel-description"
wire:model="newDescription" wire:model="newDescription"
rows="2" rows="2"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
></textarea> ></textarea>
@error('newDescription') <p class="mt-1 text-sm text-red-600">{{ $message }}</p> @enderror @error('newDescription') <p class="mt-1 text-sm text-red-600">{{ $message }}</p> @enderror
</div> </div>
@ -236,7 +236,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
<button <button
type="button" type="button"
wire:click="closeCreateModal" wire:click="closeCreateModal"
class="inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="inline-flex justify-center rounded-md border border-gray-300 shadow-xs px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
Cancel Cancel
</button> </button>
@ -244,7 +244,7 @@ class="inline-flex justify-center rounded-md border border-gray-300 shadow-sm px
type="submit" type="submit"
wire:loading.attr="disabled" wire:loading.attr="disabled"
wire:target="createChannel" wire:target="createChannel"
class="inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 disabled:opacity-50 disabled:cursor-not-allowed" class="inline-flex justify-center rounded-md border border-transparent shadow-xs px-4 py-2 bg-blue-600 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 disabled:opacity-50 disabled:cursor-not-allowed"
> >
Create Create
</button> </button>

View file

@ -2,7 +2,7 @@
<x-page-header title="Feeds" subtitle="Manage your news feed sources"> <x-page-header title="Feeds" subtitle="Manage your news feed sources">
<button <button
wire:click="openCreateModal" wire:click="openCreateModal"
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-xs hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
<svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"> <svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" />
@ -89,7 +89,7 @@ class="text-gray-400 hover:text-gray-600"
<div class="mt-6"> <div class="mt-6">
<button <button
wire:click="openCreateModal" wire:click="openCreateModal"
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md shadow-xs hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
<svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"> <svg class="h-4 w-4 mr-1.5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" />
@ -111,7 +111,7 @@ class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-me
type="text" type="text"
id="new-feed-name" id="new-feed-name"
wire:model="newName" wire:model="newName"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
/> />
@error('newName') <p class="mt-1 text-sm text-red-600">{{ $message }}</p> @enderror @error('newName') <p class="mt-1 text-sm text-red-600">{{ $message }}</p> @enderror
</div> </div>
@ -121,7 +121,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
<select <select
id="new-feed-provider" id="new-feed-provider"
wire:model="newProvider" wire:model="newProvider"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
> >
<option value="">Select a provider</option> <option value="">Select a provider</option>
@foreach ($providers as $code => $provider) @foreach ($providers as $code => $provider)
@ -136,7 +136,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
<select <select
id="new-feed-language" id="new-feed-language"
wire:model="newLanguageId" wire:model="newLanguageId"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
> >
<option value="">Select a language</option> <option value="">Select a language</option>
@foreach ($languages as $language) @foreach ($languages as $language)
@ -152,7 +152,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
id="new-feed-description" id="new-feed-description"
wire:model="newDescription" wire:model="newDescription"
rows="2" rows="2"
class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" class="mt-1 block w-full rounded-md border border-gray-300 shadow-xs focus:border-blue-500 focus:ring-blue-500 sm:text-sm"
></textarea> ></textarea>
@error('newDescription') <p class="mt-1 text-sm text-red-600">{{ $message }}</p> @enderror @error('newDescription') <p class="mt-1 text-sm text-red-600">{{ $message }}</p> @enderror
</div> </div>
@ -161,7 +161,7 @@ class="mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:borde
<button <button
type="button" type="button"
wire:click="closeCreateModal" wire:click="closeCreateModal"
class="inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" class="inline-flex justify-center rounded-md border border-gray-300 shadow-xs px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
> >
Cancel Cancel
</button> </button>
@ -169,7 +169,7 @@ class="inline-flex justify-center rounded-md border border-gray-300 shadow-sm px
type="submit" type="submit"
wire:loading.attr="disabled" wire:loading.attr="disabled"
wire:target="createFeed" wire:target="createFeed"
class="inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 disabled:opacity-50 disabled:cursor-not-allowed" class="inline-flex justify-center rounded-md border border-transparent shadow-xs px-4 py-2 bg-blue-600 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 disabled:opacity-50 disabled:cursor-not-allowed"
> >
Create Create
</button> </button>

View file

@ -58,11 +58,11 @@ class="flex-shrink-0"
min="0" min="0"
max="1440" max="1440"
step="1" step="1"
class="w-24 rounded-md border border-gray-300 px-3 py-2 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 text-sm" class="w-24 rounded-md border border-gray-300 px-3 py-2 shadow-xs focus:border-indigo-500 focus:ring-indigo-500 text-sm"
/> />
<button <button
wire:click="updateArticlePublishingInterval" wire:click="updateArticlePublishingInterval"
class="inline-flex items-center rounded-md bg-indigo-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600" class="inline-flex items-center rounded-md bg-indigo-600 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
> >
Save Save
</button> </button>
@ -128,11 +128,11 @@ class="flex-shrink-0"
wire:model="feedStalenessThreshold" wire:model="feedStalenessThreshold"
min="0" min="0"
step="1" step="1"
class="w-24 rounded-md border border-gray-300 px-3 py-2 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 text-sm" class="w-24 rounded-md border border-gray-300 px-3 py-2 shadow-xs focus:border-indigo-500 focus:ring-indigo-500 text-sm"
/> />
<button <button
wire:click="updateFeedStalenessThreshold" wire:click="updateFeedStalenessThreshold"
class="inline-flex items-center rounded-md bg-indigo-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600" class="inline-flex items-center rounded-md bg-indigo-600 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
> >
Save Save
</button> </button>