Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reyptr27 committed Jul 30, 2024
1 parent c019ea8 commit 4cf1447
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cd app
rm composer.json
mv composer-l10.json composer.json
if: "matrix.laravel == '9'"
if: "matrix.laravel == '10'"

- name: Prepare demo app
run: |
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Reynaldo
Copyright (c) 2024 Reyptr27

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion js/Components/ButtonWithDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const fallbackTheme = {
button: {
base: "w-full border rounded-md shadow-sm px-4 py-2 inline-flex justify-center text-sm font-medium focus:outline-none focus:ring-2 focus:ring-offset-2",
color: {
primary: "bg-white text-gray-700 hover:bg-gray-50 border-gray-300 focus:ring-indigo-500",
primary: "bg-white text-gray-700 hover:bg-gray-50 border-gray-300 focus:ring-indigo-500"
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion js/Components/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const fallbackTheme = {
select: {
base: "block min-w-max shadow-sm text-sm rounded-md",
color: {
primary: "border-gray-300 focus:ring-indigo-500 focus:border-indigo-500",
primary: "border-gray-300 focus:ring-indigo-500 focus:border-indigo-500"
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion js/Components/PerPageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const fallbackTheme = {
select: {
base: "block min-w-max shadow-sm text-sm rounded-md",
color: {
primary: "border-gray-300 focus:ring-indigo-500 focus:border-indigo-500",
primary: "border-gray-300 focus:ring-indigo-500 focus:border-indigo-500"
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion js/Components/TableFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const fallbackTheme = {
input: {
base: "block w-full pl-9 text-sm rounded-md shadow-sm",
color: {
primary: "focus:ring-indigo-500 focus:border-indigo-500 border-gray-300",
primary: "focus:ring-indigo-500 focus:border-indigo-500 border-gray-300"
},
},
};
Expand Down
12 changes: 6 additions & 6 deletions js/Components/TableFilters/NumberRangeFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,35 +222,35 @@ export default {
main_bar: {
base: "h-2 rounded-full",
color: {
primary: "bg-gray-200",
primary: "bg-gray-200"
},
},
selected_bar: {
base: "h-2 rounded-full",
color: {
primary: "bg-indigo-600",
primary: "bg-indigo-600"
},
},
button: {
base: "h-4 w-4 rounded-full shadow border",
color: {
primary: "bg-white border-gray-300",
primary: "bg-white border-gray-300"
},
},
popover: {
base: "truncate text-xs rounded py-1 px-4",
color: {
primary: "bg-gray-600 text-white",
primary: "bg-gray-600 text-white"
},
},
popover_arrow: {
color: {
primary: "text-gray-600",
primary: "text-gray-600"
},
},
text: {
color: {
primary: "text-gray-700",
primary: "text-gray-700"
},
},
};
Expand Down
4 changes: 2 additions & 2 deletions js/Components/TableFilters/ToggleFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ const fallbackTheme = {
base: "w-11 h-6 rounded-full after:border after:rounded-full after:h-5 after:w-5",
color: {
primary: "after:bg-white after:border-white peer-checked:bg-indigo-500 bg-red-500",
disabled: "after:bg-white after:border-white bg-gray-200",
disabled: "after:bg-white after:border-white bg-gray-200"
},
},
reset_button: {
base: "rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2",
color: {
primary: "text-gray-400 hover:text-gray-500 focus:ring-indigo-500",
primary: "text-gray-400 hover:text-gray-500 focus:ring-indigo-500"
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion js/Components/TableGlobalSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const fallbackTheme = {
input: {
base: "form-input block w-full pl-9 text-sm rounded-md shadow-sm",
color: {
primary: "focus:ring-indigo-500 focus:border-indigo-500 border-gray-300",
primary: "focus:ring-indigo-500 focus:border-indigo-500 border-gray-300"
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion js/Components/TableReset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const fallbackTheme = {
button: {
base: "w-full border rounded-md shadow-sm px-4 py-2 inline-flex justify-center text-sm font-medium focus:outline-none focus:ring-2 focus:ring-offset-2",
color: {
primary: "bg-white text-gray-700 hover:bg-gray-50 border-gray-300 focus:ring-indigo-500",
primary: "bg-white text-gray-700 hover:bg-gray-50 border-gray-300 focus:ring-indigo-500"
},
},
};
Expand Down
4 changes: 2 additions & 2 deletions js/Components/TableSearchRows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ const fallbackTheme = {
input: {
base: "flex-1 min-w-0 block w-full px-3 py-2 rounded-none rounded-r-md text-sm",
color: {
primary: "border-gray-300 focus:ring-indigo-500 focus:border-indigo-500",
primary: "border-gray-300 focus:ring-indigo-500 focus:border-indigo-500"
},
},
remove_button: {
base: "rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2",
color: {
primary: "text-gray-400 hover:text-gray-500 focus:ring-indigo-500",
primary: "text-gray-400 hover:text-gray-500 focus:ring-indigo-500"
},
},
};
Expand Down

0 comments on commit 4cf1447

Please sign in to comment.