flowbite-svelte
Advanced tools
Comparing version 0.44.10 to 0.44.11
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.44.10", | ||
"version": "0.44.11", | ||
"description": "Flowbite components for Svelte", | ||
@@ -31,3 +31,4 @@ "main": "dist/index.js", | ||
"copy:package": "svelte-lib-helpers package", | ||
"lib-helpers": "npm run gen:docs && npm run gen:compo-data && npm run build && npm run gen:exports && npm run copy:package", | ||
"gen:addTypes": "svelte-lib-helpers addTypes", | ||
"lib-helpers": "npm run gen:docs && npm run gen:compo-data && npm run build && npm run gen:exports && npm run copy:package && npm run gen:addTypes", | ||
"package:publish": "npm run lib-helpers && npm run format && standard-version && git push --follow-tags origin main && npm publish" | ||
@@ -41,4 +42,4 @@ }, | ||
"@sveltejs/package": "2.2.2", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"autoprefixer": "^10.4.15", | ||
@@ -49,3 +50,3 @@ "esbuild": "0.19.2", | ||
"eslint-plugin-svelte": "^2.33.0", | ||
"flowbite-svelte-icons": "^0.4.2", | ||
"flowbite-svelte-icons": "^0.4.3", | ||
"mdsvex": "^0.11.0", | ||
@@ -61,3 +62,3 @@ "mdsvexamples": "^0.4.1", | ||
"svelte-check": "^3.5.1", | ||
"svelte-lib-helpers": "^0.3.10", | ||
"svelte-lib-helpers": "^0.3.13", | ||
"svelte-meta-tags": "^3.0.3", | ||
@@ -64,0 +65,0 @@ "svelte-preprocess": "^5.0.4", |
{ | ||
"name": "AccordionItem", | ||
"slots": ["header", "arrowup", "arrowdown"], | ||
"events": ["on:click", "on:multiple"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["open", "boolean", "false"], |
{ | ||
"name": "Alert", | ||
"slots": ["icon", "close-button"], | ||
"events": ["on:click", "on:click", "on:change", "on:keydown", "on:keyup", "on:focus", "on:blur", "on:mouseenter", "on:mouseleave"], | ||
"events": ["on:click", "on:change", "on:keydown", "on:keyup", "on:focus", "on:blur", "on:mouseenter", "on:mouseleave"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["dismissable", "boolean", "false"], |
{ | ||
"name": "Badge", | ||
"slots": ["close-button"], | ||
"events": ["on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["color", "'primary' | 'blue' | 'dark' | 'red' | 'green' | 'yellow' | 'indigo' | 'purple' | 'pink' | 'none'", "'primary'"], |
{ | ||
"name": "Banner", | ||
"slots": ["header"], | ||
"events": ["on:click", "on:click", "on:change", "on:keydown", "on:keyup", "on:focus", "on:blur", "on:mouseenter", "on:mouseleave"], | ||
"events": ["on:click", "on:change", "on:keydown", "on:keyup", "on:focus", "on:blur", "on:mouseenter", "on:mouseleave"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["position", "'static' | 'fixed' | 'absolute' | 'relative' | 'sticky'", "'sticky'"], |
{ | ||
"name": "Carousel", | ||
"slots": [], | ||
"events": ["on:mousemove", "on:mouseup", "on:touchmove", "on:touchend", "on:mousedown", "on:touchstart", "on:transition"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["images", "HTMLImgAttributes[]", ""], |
{ | ||
"name": "Checkbox", | ||
"slots": [], | ||
"events": ["on:keyup", "on:keydown", "on:keypress", "on:focus", "on:blur", "on:click", "on:mouseover", "on:mouseenter", "on:mouseleave", "on:paste", "on:change", "on:change"], | ||
"events": ["on:keyup", "on:keydown", "on:keypress", "on:focus", "on:blur", "on:click", "on:mouseover", "on:mouseenter", "on:mouseleave", "on:paste", "on:change"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["color", "FormColorType", "'primary'"], |
@@ -1,1 +0,1 @@ | ||
{ "name": "Controls", "slots": [], "events": ["on:click", "on:click"], "props": [] } | ||
{ "name": "Controls", "slots": [], "events": [], "props": [] } |
{ | ||
"name": "DarkMode", | ||
"slots": ["lightIcon", "darkIcon"], | ||
"events": ["on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["btnClass", "string", "'text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5'"], |
{ | ||
"name": "Drawer", | ||
"slots": [], | ||
"events": ["on:click", "on:multiple"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["activateClickOutside", "boolean", "true"], |
{ | ||
"name": "Dropzone", | ||
"slots": [], | ||
"events": ["on:keydown", "on:focus", "on:blur", "on:mouseenter", "on:mouseleave", "on:mouseover", "on:dragenter", "on:dragleave", "on:dragover", "on:drop", "on:change", "on:click"], | ||
"events": ["on:focus", "on:blur", "on:mouseenter", "on:mouseleave", "on:mouseover", "on:dragenter", "on:dragleave", "on:dragover", "on:drop", "on:change", "on:click"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["value", "string", "''"], |
@@ -1,1 +0,1 @@ | ||
{ "name": "focusTrap", "slots": [], "events": ["on:not"], "props": [] } | ||
{ "name": "focusTrap", "slots": [], "events": [], "props": [] } |
{ | ||
"name": "Frame", | ||
"slots": [], | ||
"events": ["on:transition", "on:click", "on:mouseenter", "on:mouseleave", "on:focusin", "on:focusout"], | ||
"events": ["on:click", "on:mouseenter", "on:mouseleave", "on:focusin", "on:focusout"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["tag", "string", "$$restProps.href ? 'a' : 'div'"], |
{ | ||
"name": "Indicators", | ||
"slots": [], | ||
"events": ["on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["activeClass", "string", "'opacity-100'"], |
{ | ||
"name": "Listgroup", | ||
"slots": [], | ||
"events": ["on:click", "on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["items", "ListGroupItemType[] | string[]", "[]"], |
{ | ||
"name": "Modal", | ||
"slots": ["header", "footer"], | ||
"events": ["on:keydown", "on:wheel", "on:click", "on:click", "on:click", "on:keydown", "on:wheel"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["open", "boolean", "false"], |
{ | ||
"name": "MultiSelect", | ||
"slots": [], | ||
"events": ["on:click", "on:focusout", "on:close", "on:click", "on:click", "on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["items", "SelectOptionType[]", "[]"], |
{ | ||
"name": "NavUl", | ||
"slots": [], | ||
"events": ["on:slide", "on:click"], | ||
"events": ["on:click"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["activeUrl", "string", "''"], |
{ | ||
"name": "Pagination", | ||
"slots": ["prev", "next"], | ||
"events": ["on:click", "on:blur", "on:change", "on:click", "on:focus", "on:keydown", "on:keypress", "on:keyup", "on:mouseenter", "on:mouseleave", "on:mouseover", "on:click"], | ||
"events": ["on:blur", "on:change", "on:click", "on:focus", "on:keydown", "on:keypress", "on:keyup", "on:mouseenter", "on:mouseleave", "on:mouseover"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["pages", "LinkType[]", "[]"], |
{ | ||
"name": "Popper", | ||
"slots": [], | ||
"events": ["on:focusin", "on:focusout", "on:mouseenter", "on:mouseleave"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["activeContent", "boolean", "false"], |
{ | ||
"name": "SidebarDropdownWrapper", | ||
"slots": ["icon", "arrowup", "arrowdown"], | ||
"events": ["on:click", "on:multiple"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["btnClass", "string", "'flex items-center p-2 w-full text-base font-normal text-gray-900 rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700'"], |
{ | ||
"name": "TabItem", | ||
"slots": ["title"], | ||
"events": ["on:click", "on:blur", "on:click", "on:contextmenu", "on:focus", "on:keydown", "on:keypress", "on:keyup", "on:mouseenter", "on:mouseleave", "on:mouseover"], | ||
"events": ["on:blur", "on:click", "on:contextmenu", "on:focus", "on:keydown", "on:keypress", "on:keyup", "on:mouseenter", "on:mouseleave", "on:mouseover"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["open", "boolean", "false"], |
{ | ||
"name": "Thumbnails", | ||
"slots": [], | ||
"events": ["on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["images", "HTMLImgAttributes[]", "[]"], |
{ | ||
"name": "Toast", | ||
"slots": ["icon", "close-button"], | ||
"events": ["on:click"], | ||
"events": [], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["dismissable", "boolean", "true"], |
{ | ||
"name": "VoiceSearch", | ||
"slots": [], | ||
"events": ["on:submit", "on:click"], | ||
"events": ["on:submit"], | ||
"props": [ | ||
@@ -6,0 +6,0 @@ ["id", "string", "''"], |
@@ -13,3 +13,5 @@ { | ||
"sourceMap": true, | ||
"strict": true | ||
"strict": true, | ||
"allowImportingTsExtensions": true, | ||
"noEmit": true | ||
} | ||
@@ -16,0 +18,0 @@ // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12984
23001154