Skip to content

Commit

Permalink
➖ Remove Alpine.js and Laravel Livewire
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 22, 2023
1 parent 52f03cb commit 3b8ebb9
Show file tree
Hide file tree
Showing 58 changed files with 205 additions and 970 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to [Sikessem's UI kit](https://github.com/sikessem/ui) will

**Full Changelog:** [v0.6.2...v0.6.3](https://github.com/sikessem/ui/compare/v0.6.1...v0.6.3)

[0.x] Remove Alpine.js and Laravel Livewire
[0.x] Improve code structure
[0.x] Fix selected option from select component
[0.x] Update documentation link

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@
[docs-link]: https://sikessem.github.io/packages/ui "UI Documentation"

[tailwindcss-home]: https://tailwindcss.com "TailwindCSS"
[alpinejs-home]: https://alpinejs.dev "Alpine.js"
[laravel-home]: https://laravel.com "Laravel"
[livewire-home]: https://laravel-livewire.com "Laravel Livewire"
[blade-home]: https://laravel.com/docs/10.x/blade "Laravel Blade"

***

# Sikessem's UI kit

[TailwindCSS][tailwindcss-home], [Alpine.js][alpinejs-home] and [Laravel][laravel-home] [Livewire][livewire-home] UI kit for Web Artisans.
[TailwindCSS][tailwindcss-home] and [Laravel Blade][blade-home] widgets for Web Artisans.

[Click to read the full documentation][docs-link].

Expand Down
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "sikessem/ui",
"description": "🍱 TailwindCSS, Alpine.js and Laravel Livewire UI kit for Artisans.",
"description": "Blade and TailwindCSS components to design faster.",
"keywords": [
"alpinejs",
"blade",
"components",
"css",
"laravel",
"livewire",
"php",
"phpstan",
"rector",
"rome",
"sikessem",
"tailwindcss",
"typescript",
"tallc",
"widgets"
],
"homepage": "https://sikessem.github.io/packages/ui",
Expand All @@ -32,8 +28,7 @@
},
"require": {
"php": "^8.1||^8.2",
"illuminate/view": "^10.19",
"livewire/livewire": "^2.12"
"illuminate/view": "^10.19"
},
"require-dev": {
"sikessem/framework": "^0.1.0",
Expand Down
158 changes: 79 additions & 79 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion designs/index.html → design/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sikessem UI</title>
<link rel="stylesheet" href="./global.css">
</head>
<body class="w-screen h-screen flex content-center items-center justify-center text-center flex-col bg-slate-0 text-yellow-4">
<div id="app">
Expand All @@ -14,6 +15,5 @@ <h1 class="mb-6">
</h1>
<p class="font-bold text-2xl">Reusable and customizable TailwindCSS and Alpine.js components.</p>
</div>
<script type="module" src="/assets/ui.ts"></script>
</body>
</html>
File renamed without changes
7 changes: 0 additions & 7 deletions designs/assets/ui.ts

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"email": "[email protected]",
"url": "https://sigui.ci"
},
"description": "TailwindCSS components and utilities to design faster.",
"keywords": ["sikessem", "tailwindcss", "plugin", "utilities", "componants", "css", "typescript"],
"scripts": {
"build": "tsc && vite build",
"check": "rome ci .",
Expand All @@ -37,13 +39,10 @@
},
"devDependencies": {
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@types/alpinejs": "^3.7.2",
"@types/node": "^20.5.1",
"@types/node": "^20.5.2",
"@vitest/coverage-istanbul": "^0.34.2",
"alpinejs": "^3.12.3",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"cssnano": "^6.0.1",
"postcss": "^8.4.28",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions plugins/alpinejs/dropdown.ts

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/alpinejs/index.ts

This file was deleted.

35 changes: 0 additions & 35 deletions plugins/alpinejs/swap.ts

This file was deleted.

Loading

0 comments on commit 3b8ebb9

Please sign in to comment.