Skip to content

Commit

Permalink
v0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Oct 17, 2024
1 parent e017ac0 commit d9d7981
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-pigs-bathe.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.47.1

### Patch Changes

- fix: remove flowbite-svelte-icons from Datepicker ([`e017ac0`](https://github.com/themesberg/flowbite-svelte/commit/e017ac075eab02067890db40c2e11d3f03e8a79a))

## 0.47.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-svelte",
"version": "0.47.0",
"version": "0.47.1",
"description": "Flowbite components for Svelte",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down
11 changes: 1 addition & 10 deletions src/routes/component-data/Avatar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@
"name": "Avatar",
"slots": [],
"events": [],
"props": [
["href?", "string", "undefined"],
["src?", "string", "''"],
["rounded?", "boolean", "false"],
["border?", "boolean", "false"],
["stacked?", "boolean", "false"],
["dot?", "object | undefined", "undefined"],
["alt?", "string", "''"],
["size?", "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'", ""]
]
"props": []
}
6 changes: 1 addition & 5 deletions src/routes/component-data/DropdownItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"name": "DropdownItem",
"slots": [],
"events": ["click", "change", "keydown", "keyup", "focus", "blur", "mouseenter", "mouseleave"],
"props": [
["defaultClass?", "string", "'font-medium py-2 px-4 text-sm hover:bg-gray-100 dark:hover:bg-gray-600'"],
["href?", "string", "undefined"],
["activeClass?", "string", "undefined"]
]
"props": []
}
6 changes: 1 addition & 5 deletions src/routes/component-data/NavLi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"name": "NavLi",
"slots": [],
"events": ["blur", "change", "click", "focus", "keydown", "keypress", "keyup", "mouseenter", "mouseleave", "mouseover"],
"props": [
["href?", "string", "''"],
["activeClass?", "string", "undefined"],
["nonActiveClass?", "string", "undefined"]
]
"props": []
}
8 changes: 1 addition & 7 deletions src/routes/component-data/PaginationItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "PaginationItem",
"slots": [],
"events": ["blur", "change", "click", "focus", "keydown", "keypress", "keyup", "mouseenter", "mouseleave", "mouseover"],
"props": [
["href?", "string", "undefined"],
["active?", "boolean", "false"],
["activeClass?", "string", "'text-blue-600 border border-gray-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white'"],
["normalClass?", "string", "'text-gray-500 bg-white hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white'"],
["large?", "boolean", "false"]
]
"props": []
}

0 comments on commit d9d7981

Please sign in to comment.