Skip to content

Commit

Permalink
fix: add packageManager to package.json for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Mar 17, 2024
1 parent 75f6240 commit e1c08c5
Show file tree
Hide file tree
Showing 58 changed files with 63 additions and 61 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Flowbite Svelte Blocks</h1>

<p align="center">
<a href="https://flowbite-svelte-blocks.vercel.app/" rel="nofollow">Flowbite Svelte Blocks</a>
<a href="https://flowbite-svelte-blocks.codewithshin.com/" rel="nofollow">Flowbite Svelte Blocks</a>
</p>

<p align="center">
Expand All @@ -14,11 +14,11 @@

## Demo

[Flowbite Svelte Blocks](https://flowbite-svelte-blocks.vercel.app/)
[Flowbite Svelte Blocks](https://flowbite-svelte-blocks.codewithshin.com/)

## Installation

This library is built on top of [Flowbite-Svelte](https://github.com/themesberg/flowbite-svelte) and [Flowbite-Svelte-Icons](https://flowbite-svelte-icons.vercel.app/). Flowbite-Svelte is an official Flowbite component library for Svelte.
This library is built on top of [Flowbite-Svelte](https://github.com/themesberg/flowbite-svelte) and [Flowbite-Svelte-Icons](https://flowbite-svelte-icons.codewithshin.com/). Flowbite-Svelte is an official Flowbite component library for Svelte.

Install SvelteKit:

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"name": "flowbite-svelte-blocks",
"version": "1.1.0",
"description": "Flowbite blocks components for Svelte",
"main": "dist/index.js",
"packageManager": "[email protected]",
"author": {
"name": "Shinichi Okada",
"email": "[email protected]",
"url": "https://blog.codewithshin.com"
},
"bugs": "https://github.com/themesberg/flowbite-svelte-blocks/issues",
"homepage": "https://flowbite-svelte-blocks.vercel.app/",
"homepage": "https://flowbite-svelte-blocks.codewithshin.com/",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Section.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let sectionClass: string = 'relative py-6 sm:py-10';
@prop export let name: 'advancedTable'|'blog' | 'comment' |'cta' | 'ctawithimg' | 'contact' | 'content' | 'contentwithimg' | 'crudcreatedrawer' | 'crudcreateform' | 'crudreadsection' | 'default' | 'faq' | 'feature' | 'forgotpassword' | 'headingwithctabutton' | 'heroDefault' | 'heroVisual' | 'login' | 'logos' | 'maintenance' | 'newsletter' | 'none' | 'page500' | 'page404' | 'portfolio' | 'pricing' | 'register' | 'reset' | 'schedule' | 'social' | 'tableheader' | 'team' | 'testimonial' = 'default';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/acount-recovery/ForgotPassword.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'w-full p-6 bg-white rounded-lg shadow dark:border md:mt-0 sm:max-w-md dark:bg-gray-800 dark:border-gray-700 sm:p-8';
-->
2 changes: 1 addition & 1 deletion src/lib/acount-recovery/ForgotPasswordHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let aClass: string = 'flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white';
@prop export let imgClass: string = 'w-8 h-8 mr-2';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/banner/Banner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let id: string = 'banner';
@prop export let divClass: string = 'flex z-50 gap-8 justify-between items-start py-3 px-4 w-full bg-gray-50 border border-b border-gray-200 sm:items-center dark:border-gray-700 lg:py-4 dark:bg-gray-800';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/blog-template/BlogTemplate.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let blog: Blog;
-->
2 changes: 1 addition & 1 deletion src/lib/blog/ArticleAuthor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let authorDiv: string = 'flex justify-between items-center';
@prop export let authorImgDiv: string = 'flex items-center space-x-4';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/blog/ArticleBody.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let h2Class: string = 'mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white';
-->
2 changes: 1 addition & 1 deletion src/lib/blog/ArticleHead.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'flex justify-between items-center mb-5 text-gray-500';
-->
2 changes: 1 addition & 1 deletion src/lib/blog/ArticleWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let articleClass: string = 'p-6 bg-white rounded-lg border border-gray-200 shadow-md dark:bg-gray-800 dark:border-gray-700';
-->
2 changes: 1 addition & 1 deletion src/lib/blog/BlogBodyWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'grid gap-8 lg:grid-cols-2';
-->
2 changes: 1 addition & 1 deletion src/lib/blog/BlogHead.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'mx-auto max-w-screen-sm text-center lg:mb-16 mb-8';
@prop export let h2Class: string = 'mb-4 text-3xl lg:text-4xl tracking-tight font-extrabold text-gray-900 dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/comment/Comment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let title: string = '';
@prop export let titleDiv: string = 'flex justify-between items-center mb-6';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/comment/CommentItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let replyButton: boolean = true;
@prop export let comment: Comment;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/contact/Contact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let h2Class: string = 'mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white';
@prop export let pClass: string = 'mb-8 lg:mb-16 font-light text-center text-gray-500 dark:text-gray-400 sm:text-xl';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/content/Content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'max-w-screen-lg text-gray-500 sm:text-lg dark:text-gray-400';
@prop export let h2Class: string = 'mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/content/ContentWithImage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'font-light text-gray-500 sm:text-lg dark:text-gray-400';
@prop export let h2Class: string = 'mb-4 text-4xl tracking-tight font-extrabold text-gray-900 dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/cta/Cta.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let ctatype: 'default' | 'image' | 'heading' | 'none' = 'default';
-->
2 changes: 1 addition & 1 deletion src/lib/faq/Faq.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'grid pt-8 text-left border-t border-gray-200 md:gap-16 dark:border-gray-700 md:grid-cols-2';
-->
2 changes: 1 addition & 1 deletion src/lib/faq/FaqItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'mb-10';
@prop export let h3Class: string = 'flex items-center mb-4 text-lg font-medium text-gray-900 dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/feature/FeatureDefault.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'space-y-8 md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0';
-->
2 changes: 1 addition & 1 deletion src/lib/feature/FeatureItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-primary-100 lg:h-12 lg:w-12 dark:bg-primary-900';
@prop export let h3Class: string = 'mb-2 text-xl font-bold dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/header/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let navClass: string = 'bg-white border-gray-200 px-4 lg:px-6 py-2.5 dark:bg-gray-800';
@prop export let divClass: string = 'flex flex-wrap justify-between items-center mx-auto max-w-screen-xl';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hero/HeroBody.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let hero: 'default' | 'visual' = 'default';
-->
2 changes: 1 addition & 1 deletion src/lib/hero/HeroHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let h1Class: string = 'mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-6xl dark:text-white';
@prop export let h2Class: string = 'mb-8 lg:mb-16 text-3xl font-extrabold tracking-tight leading-tight text-center text-gray-900 dark:text-white md:text-4xl';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hero/News.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let href: string = '/';
@prop export let classA: string = '';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/maintenance/Maintenance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let Icon: typeof SvelteComponent = ToolsIcon;
@prop export let h1Class: string = 'mb-4 text-4xl font-bold tracking-tight leading-none text-gray-900 lg:mb-6 md:text-5xl xl:text-6xl dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/newsletter/Newsletter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'mx-auto max-w-screen-md sm:text-center';
@prop export let h2Class: string = 'mb-4 text-3xl tracking-tight font-extrabold text-gray-900 sm:text-4xl dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/page404/Page404.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'mx-auto max-w-screen-sm text-center';
@prop export let h1Class: string = 'mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600 dark:text-primary-500';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/page500/Page500.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'mx-auto max-w-screen-sm text-center';
@prop export let h1Class: string = 'mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600 dark:text-primary-500';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/popup/Popup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let outerDivClass: string = 'overflow-y-auto overflow-x-hidden z-50 md:inset-0 md:h-full';
@prop export let innerDivClass: string = 'relative p-4 w-full max-w-lg h-full md:h-auto';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/portfolio/Portfolio.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let title: string = '';
@prop export let subtitle: string = '';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/portfolio/PortfolioItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'space-y-4';
@prop export let customerClass: string = 'bg-gray-100 text-gray-900 text-xs font-medium inline-flex items-center px-2.5 py-0.5 rounded dark:bg-gray-700 dark:text-gray-300';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/pricing/PricingBodyHead.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let h3Class: string = 'mb-4 text-2xl font-semibold';
@prop export let pClass: string = 'font-light text-gray-500 sm:text-lg dark:text-gray-400';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/pricing/PricingCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'flex flex-col p-6 mx-auto max-w-lg text-center text-gray-900 bg-white rounded-lg border border-gray-100 shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white';
-->
2 changes: 1 addition & 1 deletion src/lib/pricing/PricingHead.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'mx-auto max-w-screen-md text-center mb-8 lg:mb-12';
@prop export let h2Class: string = 'mb-4 text-4xl tracking-tight font-extrabold text-gray-900 dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/pricing/PricingItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let liClass: string = 'flex items-center space-x-3';
-->
2 changes: 1 addition & 1 deletion src/lib/pricing/PricingItemWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let ulClass: string = 'mb-8 space-y-4 text-left';
-->
2 changes: 1 addition & 1 deletion src/lib/register/Register.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let href: string = '';
@prop export let aClass: string = 'flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/schedule/Schedule.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let scheduleName: string = '';
-->
2 changes: 1 addition & 1 deletion src/lib/schedule/ScheduleItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!--
@component
[Go to docs](https://flowbite-svelte-blocks.vercel.app/)
[Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
## Props
@prop export let divClass: string = 'flex flex-col gap-2 py-4 sm:gap-6 sm:flex-row sm:items-center';
@prop export let pClass: string = 'w-32 text-lg font-normal text-gray-500 sm:text-right dark:text-gray-400 shrink-0';
Expand Down
Loading

0 comments on commit e1c08c5

Please sign in to comment.