Commit Graph

431 Commits

Author SHA1 Message Date
Ilya Artamonov
77d73abe34 0.1.2 2023-12-15 13:55:31 +03:00
Ilya Artamonov
a974c8ac16 chore: Updated package.json 2023-12-15 13:55:03 +03:00
Sqrcz
cfdf6bf676 Feature/avatar updates (#258)
* avatar status indicator fixed

* fix for missing placeholder
2023-12-15 13:43:59 +03:00
Bruno
fa3fb58bda fix: Fix aria-controls attribute in fwb-sidebar-dropdown-item component and add documentation to assess ARIA allowed attribute issue (#255)
* Remove `aria-controls` attribute from `button` element

* Add `aria-controls` back in component

* Pass `dropdown-content` to `aria-controls`
2023-12-15 13:41:31 +03:00
Ilya Artamonov
481873d775 0.1.1 2023-12-05 19:03:47 +03:00
imanmalekian31
f530e24a41 Provided validation and helper slot for FwbSelect #242 (#254)
* feat(fwb-select): Add validation and helper slot

* docs(docs-select): Add validation and helper slot examples
2023-12-05 19:02:36 +03:00
Sqrcz
32d9c4a5bc Feature/twmerge as composable (#250)
* twMerge extracted to global composable
+ support for user classes in FwbButton

* useMergeClasses added to Navbar

* css class as prop

* NavBar component updated to use class prop
2023-12-05 19:00:44 +03:00
Ilya Artamonov
3a49323c8a docs: Fixed broken link 2023-11-29 14:31:34 +03:00
assasin0076
d1e485ea12 feat: jumbotron (#251)
* feat: jumbotron

* refactor: refactored jumbo

* chore: -header content slot

* Update docs/components/jumbotron.md

* Update docs/components/jumbotron.md

* Update docs/components/jumbotron.md

* Update docs/components/jumbotron.md

---------

Co-authored-by: victor <viktor.generalov@nlogic.ai>
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
2023-11-29 14:21:05 +03:00
WangYK
a4a717f4e0 feat: inherit attrs to Textarea + fix Input label color (#245)
* feat: add more attributes to Textarea

* refactor: use `inheritAttrs` option to simplify code

* fix: `Input` label color in dark mode
2023-11-21 14:22:25 +03:00
Sqrcz
67091e1d90 fix-issue-#246 (#248) 2023-11-15 11:11:10 +03:00
Sqrcz
d6dace18d0 fix/issue-#234-trailing-space (#247)
Co-authored-by: Tomek <tomasz.naorniakowski@l1.com>
2023-11-15 11:10:55 +03:00
Ilya Artamonov
35ce41c7b9 0.1.0 2023-10-23 18:27:54 +03:00
Ilya Artamonov
d316cf3a12 Components renaming (#225)
* refactor: eslint config adjusted for better diff's

* refactor: stricter linting
 + dependencies updated

* refactoring: paragraph component
 - component
 - docs

* refactoring: heading component
 - component
 - docs

* Update docs/components/heading.md

Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>

* refactoring: link component
 - component
 - docs

* refactoring: image component
 - component
 - docs

* refactoring: alert component
 - component
 - docs

* refactoring: avatar component
 - component
 - docs

* refactoring: removed unnecessary code
    - component names come from the file name

* refactoring: breadcrumb component
 - component
 - docs

* refactoring: accordion component
 - component
 - docs

* refactoring: buttom component
 - component
 - docs

* refactoring: badge component
 - component
 - docs

* refactoring: card component
 - component
 - docs

* refactoring: order of components in docs updated

* refactoring: unnecessary semicolons removed

* refactoring: button group component
 - component
 - docs

* refactoring: carousel component
 - component
 - docs

* refactoring: dropdown component
 - component
 - docs

* refactoring: footer component
 - component
 - docs

* refactoring:list-group component
 - component
 - docs

* refactoring: modal component
 - component
 - docs

* refactoring: navbar component
 - component
 - docs

* refactoring: pagination component
 - component
 - docs

* refactoring: progress component
 - component
 - docs

* refactoring: rating component
 - component
 - docs

* refactoring: spinner component
 - component
 - docs

* refactoring: table component
 - component
 - docs

* refactoring: tabs component
 - component
 - docs

* feat: Updated pagination examples

* lint: Lister fixes

* feat: Sidebar component and some fixes

* feat: Input component

* feat: Some fixes

* feat: Some fixes

* chore: update deps

* refactor: removed old Modal component

* refactor: radio component and some fixes

* fix: fixed path error

* refactor: Range component

* refactoring: timeline component
 - component
 - docs

* refactor: Select component

* refactoring: toast component
 - component
 - docs

* refactoring: tooltip component
 - component
 - docs

* refactoring: sidebar component
 - component
 - docs

* refactoring: input component
 - component
 - docs

* refactoring: fileInput component
 - component
 - docs

* refactoring: select component
 - component
 - docs

* refactoring: textarea component
 - component
 - docs

* refactoring: checkbox component
 - component
 - docs

* refactoring: radio component
 - component
 - docs

* refactoring: toggle component
 - component
 - docs

* refactoring: range component
 - component
 - docs

* local configs linted

* documentation quick start updated

* flowbite-themable refactored to fit new linters and style guide

* random linter fixes

* refactoring: toast-provider component
 - component
 - docs

* final linter fixes

* lint: Linter fixes

* fix: Fixed types

* fix: Fixed card component

* docs: Updated card examples

* fix: Fixed tabs

* refactor: Heading component refactoring

* Fwb rename - few fixes after component review (#237)

* fix: button documentation

* fix: model type in range examples

* chore: Toast marked as WIP

---------

Co-authored-by: Sqrcz <naorniakowski@slashlab.pl>
Co-authored-by: Sqrcz <naorniakowski@gmail.com>
2023-10-23 18:23:14 +03:00
Ilya Artamonov
ea6fcf1a4c fix: Fixed card component 2023-10-19 15:32:18 +03:00
Gabriel Henrique
705445b46e Remove fixed padding in Card (#230)
How the slot allow use an specific padding, don't need to use fixed p-6. 
This way, we have more personalization
2023-10-18 19:17:39 +03:00
Acidiney Dias
d192a693cf fix: add disabled in component when is a button (#233) 2023-10-18 19:16:24 +03:00
Tanapol Nearunchorn
49d4666b5c fix: invalid export A tag (#228) 2023-10-16 21:47:06 +03:00
Ilya Artamonov
be7e63a495 feat: Migrate to tailwind-merge(Accordion) (#191) 2023-10-11 13:35:28 +03:00
Ilya Artamonov
872e736d84 0.0.17 2023-10-10 15:17:17 +03:00
Ilya Artamonov
6ddc748f88 chore: postcss update 2023-10-10 15:16:24 +03:00
H.Dev
444f2c691d fix: remove height auto from odal (#226) 2023-10-10 13:25:41 +03:00
Santos Junior Marte Marte
8de77f6f4f Update Toggle.vue (#224) 2023-10-09 11:00:22 +03:00
Taha OkumuĹź
88c1172924 Fixed button docs inconsistencies (#223)
* fix: Fixed dropzone not applying multiple prop (#185)

* fix: Fixed button docs inconsistencies
2023-10-09 10:59:44 +03:00
Taha OkumuĹź
99a9fdaff2 fix: Fixed dropzone not applying multiple prop (#185) (#222) 2023-10-09 10:59:30 +03:00
Ilya Artamonov
bf87e88945 0.0.17-next.13 2023-09-26 16:13:49 +03:00
Ilya Artamonov
4e88e92c02 chore: Added dedupe option 2023-09-26 16:13:44 +03:00
Ilya Artamonov
4e7366b203 0.0.17-next.12 2023-09-25 19:39:07 +03:00
Ilya Artamonov
f78f29dee4 refactor: Replaced classNames with tailwind merge in badge component 2023-09-25 19:38:41 +03:00
Ilya Artamonov
15039b5c61 0.0.17-next.11 2023-09-25 16:55:30 +03:00
Ilya Artamonov
5564c3a449 feat: Sidebar component (#205) 2023-09-25 16:53:19 +03:00
Ilya Artamonov
d7910757ed 0.0.17-next.10 2023-09-21 13:39:35 +03:00
Ilya Artamonov
1370f1c776 Pagination component improvements (#198)
* Adds page change event (#189)

Adds first and last pagination items

Co-authored-by: gassio <gassiogi@gmail.com>

* feat: Pagination component refactoring

---------

Co-authored-by: gassio <gassioglou@gmail.com>
Co-authored-by: gassio <gassiogi@gmail.com>
2023-09-21 13:38:23 +03:00
Ilya Artamonov
7652d98219 0.0.17-next.9 2023-09-19 20:11:38 +03:00
Ilya Artamonov
faa35a98a4 lint: Linter fixes 2023-09-19 20:11:30 +03:00
Ilya Artamonov
0a792fc0d5 feat: Added href prop to button component 2023-09-19 20:02:53 +03:00
Sqrcz
e749fd726c fix: linting script (#201)
- `npm run lint` was missing a directory to lint
 - added `.` as directory to lint
 - changed `src` to `.` in `npm run lint-fix`
 - added `.js` ext to linter

 . lints also files we have in root
2023-09-19 19:32:06 +03:00
Ilya Artamonov
e4720668ee 0.0.17-next.8 2023-09-19 13:21:33 +03:00
Ilya Artamonov
dff5174312 docs: Updated typography docs 2023-09-19 13:20:42 +03:00
Vasu Singh
7fd3b4f3a6 feat(new component): Initial typography (#199)
* feat: typography

* feat: typography

* feat: typography

* Update docs/components/heading.md

* Update src/components/Typography/A.vue

* Update src/components/Typography/Heading.vue

* Update src/components/Typography/Img.vue

* Update src/components/Typography/P.vue

---------

Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
2023-09-19 12:43:47 +03:00
Ilya Artamonov
e3fc36606e 0.0.17-next.7 2023-09-15 16:28:25 +03:00
Ilya Artamonov
34cf4062e8 refactor: Alert component refactoring (#195) 2023-09-15 16:20:12 +03:00
Ilya Artamonov
46c08239c3 0.0.17-next.6 2023-09-13 20:01:28 +03:00
Ilya Artamonov
c6055bc417 fix: Fixed error with imported Button without FlowbiteThemable 2023-09-13 20:01:23 +03:00
Ilya Artamonov
44c2f764f8 0.0.17-next.5 2023-09-13 16:09:48 +03:00
Ilya Artamonov
02b7b7fac2 Merge branch 'update_dependencies' 2023-09-13 16:08:39 +03:00
Ilya Artamonov
eaed8762b5 0.0.17-next.4 2023-09-13 16:01:34 +03:00
Ilya Artamonov
c63fe34ab2 chore: Updated dependencies 2023-09-13 16:00:24 +03:00
Ilya Artamonov
920157170b feat: Added footer component (#190)
* feat: Added footer component (#126)

* add/prepare component files

* make footer component basic

* improve FooterCopyright component

* add FooterLink component

* add/add FooterBrand Component

* add vertival align to FooterListGroup

* add/add footer icon component

* add/add FooterSitemapExample

* add/FooterSitemapLinks remained part

* add/add example

---------

Co-authored-by: Ilya Artamonov <hire@ilya-artamonov.ru>

* feat: Reworked footer component

* docs: Updated components section in README.md

---------

Co-authored-by: hirakei1203 <56023847+hirakei1203@users.noreply.github.com>
2023-09-13 13:31:11 +03:00
Ilya Artamonov
9dd6b15371 0.0.17-next.3 2023-09-08 20:20:15 +03:00