Skip to content

Commit aacfd0b

Browse files
committed
feat: PhoneInput
1 parent 2eda140 commit aacfd0b

File tree

391 files changed

+1242
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+1242
-507
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@
392392
"types": "./dist/forms/label/Label.svelte.d.ts",
393393
"svelte": "./dist/forms/label/Label.svelte"
394394
},
395+
"./PhoneInput.svelte": {
396+
"types": "./dist/forms/phoneinput/PhoneInput.svelte.d.ts",
397+
"svelte": "./dist/forms/phoneinput/PhoneInput.svelte"
398+
},
395399
"./Radio.svelte": {
396400
"types": "./dist/forms/radio/Radio.svelte.d.ts",
397401
"svelte": "./dist/forms/radio/Radio.svelte"

src/lib/accordion/Accordion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@component
3232
[Go to docs](https://flowbite-svelte.com/)
3333
## Type
34-
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L162)
34+
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L164)
3535
## Props
3636
@prop children
3737
@prop flush

src/lib/accordion/AccordionItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
@component
7777
[Go to docs](https://flowbite-svelte.com/)
7878
## Type
79-
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L174)
79+
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L176)
8080
## Props
8181
@prop children
8282
@prop header

src/lib/alert/Alert.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
@component
5555
[Go to docs](https://flowbite-svelte.com/)
5656
## Type
57-
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L189)
57+
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L191)
5858
## Props
5959
@prop children
6060
@prop icon

src/lib/avatar/Avatar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
@component
5252
[Go to docs](https://flowbite-svelte.com/)
5353
## Type
54-
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L200)
54+
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L202)
5555
## Props
5656
@prop children
5757
@prop indicator

src/lib/badge/Badge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@component
4747
[Go to docs](https://flowbite-svelte.com/)
4848
## Type
49-
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L216)
49+
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L218)
5050
## Props
5151
@prop children
5252
@prop icon

src/lib/banner/Banner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@component
3434
[Go to docs](https://flowbite-svelte.com/)
3535
## Type
36-
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L231)
36+
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L233)
3737
## Props
3838
@prop children
3939
@prop header

src/lib/bottom-navigation/BottomNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@component
3535
[Go to docs](https://flowbite-svelte.com/)
3636
## Type
37-
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L253)
37+
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L255)
3838
## Props
3939
@prop children
4040
@prop header

src/lib/bottom-navigation/BottomNavHeader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@component
1717
[Go to docs](https://flowbite-svelte.com/)
1818
## Type
19-
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L299)
19+
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L301)
2020
## Props
2121
@prop children
2222
@prop outerClass

src/lib/bottom-navigation/BottomNavHeaderItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@component
1515
[Go to docs](https://flowbite-svelte.com/)
1616
## Type
17-
[BottomNavHeaderItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L305)
17+
[BottomNavHeaderItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L307)
1818
## Props
1919
@prop itemName
2020
@prop active

0 commit comments

Comments
 (0)