-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
34,408 additions
and
87 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 |
---|---|---|
|
@@ -679,6 +679,8 @@ jobs: | |
source: "tui-release.json" | ||
target: "prop-path/package/tui-release.json" | ||
|
||
# TODO - name: push changes | ||
|
||
# TODO needs the matrix too, should also matrix over folders | ||
- name: split repos | ||
id: split_repos | ||
|
@@ -692,8 +694,8 @@ jobs: | |
repository_organization: 'usetall' | ||
repository_name: '${{ matrix.package }}' | ||
|
||
user_name: "adrolli" | ||
user_email: "[email protected]" | ||
user_name: "tallui-bot" | ||
user_email: "[email protected]" | ||
|
||
- name: Create the release | ||
id: create_release | ||
|
@@ -837,6 +839,7 @@ jobs: | |
|
||
## Builder: | ||
|
||
- Builder has own release files but how to build the release files again...? | ||
- Builder does not register sp, why? Seems to work | ||
- Fix problem with asset loading, mix error, see https://blade-ui-kit.com/docs/0.x/installation (Production) ... test with blade-ui-kit, when unsure if it works mixing 3rd party assets. | ||
- How to include all assets as original sources? Better than 3rd party CDN? | ||
|
2 changes: 1 addition & 1 deletion
2
...lui-web-components/resources/views/components/livewire/first-livewire-component.blade.php
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,6 +1,6 @@ | ||
<div> | ||
<h1>Hello <b>TALL</b>UI</h1> | ||
<p> | ||
This is the Livewire component of Tall<b>UI</b> Web Components. | ||
This is the Livewire demo component of Tall<b>UI</b> Web Components. | ||
</p> | ||
</div> |
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,26 +1,27 @@ | ||
{ | ||
"name": "blade-organization/blade-heroicons", | ||
"description": "A package to easily make use of Heroicons in your Laravel Blade views.", | ||
"keywords": ["Blade", "Heroicons", "Laravel"], | ||
"homepage": "https://github.com/blade-organization/blade-heroicons", | ||
"name": "usetall/tallui-web-icons", | ||
"description": "A package with different styles of social icons, file icons and brand icons.", | ||
"keywords": ["Blade", "TallUI", "Laravel", "Social-Icons", "File-Icons", "Brand-Icons"], | ||
"homepage": "https://github.com/usetall/tallui-web-icons", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Blade Developer" | ||
"name": "TallUI Developers", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.4|^8.0", | ||
"php": "^7.4|^8.0|^8.1", | ||
"blade-ui-kit/blade-icons": "^1.1", | ||
"illuminate/support": "^8.0" | ||
"illuminate/support": "^8.0|^9.0" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^6.0", | ||
"phpunit/phpunit": "^9.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"BladeUI\\Heroicons\\": "src" | ||
"Usetall\\TalluiWebIcons\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
|
@@ -31,7 +32,7 @@ | |
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"BladeUI\\Heroicons\\BladeHeroiconsServiceProvider" | ||
"Usetall\\TalluiWebIcons\\TalluiWebIconsServiceProvider" | ||
] | ||
} | ||
}, | ||
|
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
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
Oops, something went wrong.