Commit Graph

209 Commits

Author SHA1 Message Date
jongomez 85d05cd6fe fix: update useInput and remove unnecessary fake js events 2023-10-04 16:45:39 +01:00
jongomez 86125f73fd fix: remove unused styles from CSSBaseline 2023-10-04 16:45:39 +01:00
jongomez f233d4b2cf feat: implements number input with PR comment feedback 2023-10-04 16:45:39 +01:00
jongomez 5c9c23fd30 fix: removed the incorrect useEffect and updated deps array 2023-09-29 13:51:54 +01:00
jongomez ce779c3903 refactor: remove unnecessary useEffect 2023-09-29 13:51:54 +01:00
jongomez b736c4de23 refactor: add useEffect to handle controlled version 2023-09-29 13:51:54 +01:00
jongomez eace6c6160 refactor: refactor toggle logic 2023-09-29 13:51:54 +01:00
jongomez e4f3567cec feat: adds dropdown component control props 2023-09-29 13:51:54 +01:00
Hossein Mehrabi a7bfa14d9d
feat: add subtitle 3-5 typography variants 2023-09-22 13:41:44 +03:30
Hossein Mehrabi 0d6cc88e52
v0.1.0-alpha.20 2023-09-20 19:54:35 +03:30
Hossein Mehrabi ea24ee7906
fix(lsd-react): omit common props before passing down props to html elements; closes #39 2023-09-20 19:50:57 +03:30
Hossein Mehrabi db0763a162
v0.1.0-alpha.19 2023-09-20 12:35:00 +03:30
Hossein Mehrabi 8cfb932398
fix(lsd-react): fix TextField's inconsistent clear button size on WebKit based browsers; closes #44 2023-09-20 12:34:49 +03:30
Hossein Mehrabi 1d7273fb88
v0.1.0-alpha.18 2023-09-01 14:53:40 +03:30
Hossein Mehrabi 66a3b7855f
fix(lsd-react): make DropdownItem's icon size fixed 2023-09-01 14:53:13 +03:30
Hossein Mehrabi 24c41965db
fix(lsd-react): set fixed padding for IconButton 2023-09-01 14:48:40 +03:30
Hossein Mehrabi 542e331754
v0.1.0-alpha.17 2023-07-17 17:59:35 +03:30
Hossein Mehrabi 22804a4e10
feat: add fontWeight to typography properties 2023-07-17 17:58:58 +03:30
Hossein Mehrabi 2e1cd5a68b v0.1.0-alpha.16 2023-06-13 01:13:35 +03:30
Hossein Mehrabi 772285cdd5 fix: set the default disabled state of the Tag component to false 2023-06-13 01:12:58 +03:30
Hossein Mehrabi ab901be08b v0.1.0-alpha.15 2023-06-12 03:25:02 +03:30
Hossein Mehrabi 6fd888078e fix(lsd-react): use theme's name as the cache key when generating global styles 2023-06-12 03:24:23 +03:30
Hossein Mehrabi 28e42de46c v0.1.0-alpha.14 2023-06-12 02:33:21 +03:30
Hossein Mehrabi 9a56d59c35
feat: make the injection of theme CSS vars optional 2023-06-12 02:32:33 +03:30
Hossein Mehrabi 9d2253bd2b v0.1.0-alpha.13 2023-06-05 21:34:51 +03:30
Hossein Mehrabi 8f8a337151 fix(lsd-react): respect custom breakpoint typography settings in the createTheme function
BREAKING CHANGE: createTheme now ignores base theme typography settings for larger breakpoints when
custom typography settings are set for smaller breakpoints for a particular typography variant
2023-06-05 21:34:28 +03:30
Hossein Mehrabi bd9dccf258 v0.1.0-alpha.12 2023-06-05 19:31:23 +03:30
Hossein Mehrabi 46d52486f6 fix(lsd-react): use newline char to join global breakpoint var strings 2023-06-05 19:30:35 +03:30
Hossein Mehrabi bf54bbd44d v0.1.0-alpha.11 2023-06-01 23:47:25 +03:30
Hossein Mehrabi d95f83d623 fix(lsd-react): remove react and react-dom from dependencies 2023-06-01 23:47:12 +03:30
Hossein Mehrabi 07267156f0 v0.1.0-alpha.10 2023-06-01 23:39:54 +03:30
Hossein Mehrabi cff8e480cf fix: fix peer dependency versions 2023-06-01 23:38:42 +03:30
Hossein Mehrabi 5f9805c3f7 v0.1.0-alpha.9 2023-06-01 23:31:16 +03:30
Hossein Mehrabi 0fb32830df fix(lsd-react): load global and baseline styles before user styles 2023-06-01 23:30:59 +03:30
jinhojang6 73a2c608db fix: fix bug with PickIcon svg props 2023-06-01 01:33:55 +09:00
Hossein Mehrabi 363674d076 v0.1.0-alpha.8 2023-05-30 01:23:44 +03:30
Hossein Mehrabi ec7cdf0e82 fix: adjust icon's position in the button component 2023-05-30 01:22:54 +03:30
Hossein Mehrabi 9d01136a1b feat: add outlined and filled variant options to button component 2023-05-30 01:21:51 +03:30
Hossein Mehrabi 89441b520c v0.1.0-alpha.7 2023-05-25 19:33:21 +03:30
Hossein Mehrabi bf40a03e4c fix: fix Collapse component's controlled state issue 2023-05-25 19:32:43 +03:30
jeangovil 7dd6c8083e
Merge pull request #41 from acid-info/topic-console-error
refactor: fix console error with first child
2023-05-25 19:28:56 +03:30
Hossein Mehrabi d0fd13f98b v0.1.0-alpha.6 2023-05-24 15:45:06 +03:30
Hossein Mehrabi 37991faa3a fix: cjs build only 2023-05-24 15:44:51 +03:30
Hossein Mehrabi c05904a909 v0.1.0-alpha.5 2023-05-24 15:24:52 +03:30
Hossein Mehrabi 5c06d9bc25 fix: downgrade React to v17.0.2 & fix entrypoint paths 2023-05-24 15:22:33 +03:30
Hossein Mehrabi 70787cc3f7 v0.1.0-alpha.4 2023-05-24 14:55:59 +03:30
Hossein Mehrabi 91bf9fceec fix: remove 'type': 'module' from package.json, and remove lsd-website app 2023-05-24 14:55:37 +03:30
jinhojang6 ed1f4a96d7
refactor: fix console error with first child 2023-05-22 21:13:23 +09:00
Hossein Mehrabi 91bc01e62b v0.1.0-alpha.3 2023-04-18 18:47:27 +03:30
Hossein Mehrabi 2464cffc4b
fix: append className prop to default class names in Autocomplete component 2023-04-18 18:46:53 +03:30
Hossein Mehrabi c2bb421021 v0.1.0-alpha.2 2023-04-14 03:25:39 +03:30
Hossein Mehrabi adf5a6d711 chore: run build before publishing 2023-04-14 03:24:53 +03:30
Hossein Mehrabi 5e76f4e86f v0.1.0-alpha.1 2023-04-14 03:20:56 +03:30
Hossein Mehrabi 87ea7891d0 fix: export all components 2023-04-14 03:20:23 +03:30
Hossein Mehrabi 2df8631ff3 fix: fix Badge component rendering in disabled state by default 2023-04-14 03:14:54 +03:30
Hossein Mehrabi ec9f412ab2 chore(lsd-react): avoid publishing .storybook directory 2023-04-14 03:12:07 +03:30
Hossein Mehrabi 373289e11f v0.1.0-alpha.0 2023-04-14 02:50:25 +03:30
Hossein Mehrabi a670b5246a refactor: prepare lsd-react package for publication 2023-04-14 02:50:10 +03:30
Hossein Mehrabi eac11b1dd0 fix: fix class names to follow the BEM naming convention 2023-04-14 02:43:41 +03:30
Hossein Mehrabi 45076179ce feat: add support for setting generic font family at both theme and component-level 2023-04-14 01:34:15 +03:30
jeangovil 5bd80f56ea
Merge pull request #37 from acid-info/topic-update-icon-button-group
LSD v0.1 - IconButton - group
2023-04-13 17:56:34 +03:30
jeangovil 8cf3ee7610
Merge pull request #36 from acid-info/topic-update-tag
LSD v0.1 - Tag
2023-04-13 17:56:25 +03:30
jeangovil ddf5f55a9d
Merge pull request #35 from acid-info/topic-update-icon-button
LSD v0.1 - IconButton
2023-04-13 17:56:15 +03:30
jeangovil 510a71be20
Merge pull request #34 from acid-info/topic-update-badge
LSD v0.1 - Badge
2023-04-13 17:56:07 +03:30
jeangovil ebc155db8d
Merge pull request #33 from acid-info/topic-update-collapse
LSD v0.1 - Collapse
2023-04-13 17:55:56 +03:30
jinhojang6 d7c675657c style: fix style of outlinedBottom 2023-04-13 17:55:27 +03:30
jinhojang6 05dfde00f8 fix: fix bugs with dropdown item styles of dropdown and breadcrumb 2023-04-13 17:55:27 +03:30
jinhojang6 7ebdd00ff5 refactor: rename listbox to dropdown menu and apply it to autocomplete 2023-04-13 17:55:27 +03:30
jinhojang6 3434022f30
refactor: update IconButtonGroup story 2023-04-12 04:31:41 +09:00
jinhojang6 246e34ad94
fix: fix styling of Tag 2023-04-12 04:24:40 +09:00
jinhojang6 59ed061fdc
refactor: use keyboard return icon as the default storybook icon of IconButton 2023-04-12 04:19:15 +09:00
jinhojang6 fd9c4d268d
refactor: update box sizing and support multiple storybook icons for Badge 2023-04-12 04:02:06 +09:00
jinhojang6 47aba0af90
refactor: remove unused import from CollapseHeader 2023-04-12 03:46:36 +09:00
jeangovil 724ac50229
Merge pull request #31 from acid-info/topic-update-collapse
Update Collapse Component
2023-04-11 01:43:19 +03:30
jeangovil e1e280ef00
Merge pull request #30 from acid-info/topic-update-dropdown
Update Dropdown component
2023-04-11 01:43:02 +03:30
jinhojang6 0560d1979d
refactor: update class names of CollapseHeader 2023-04-11 07:05:10 +09:00
jinhojang6 336ce7b532
chore: add size artTypes to Dropdown 2023-04-11 07:02:06 +09:00
jinhojang6 f1d8ba85e2
refactor: update class names of Dropdown 2023-04-11 06:59:37 +09:00
jinhojang6 e359b6a765 style: adjust styles of Collapse component 2023-04-07 21:31:34 +09:00
jinhojang6 0a98af2441 feat: add label element to Dropdown component and adjust styles 2023-04-07 20:57:14 +09:00
Hossein Mehrabi e324131ca0
feat: add label element to Autocomplete component and adjust styles 2023-04-07 12:52:56 +03:30
Hossein Mehrabi 3369e8aaf2 feat: implement IconButtonGroup component 2023-04-06 17:15:41 +03:30
jinhojang6 e4f49114aa refactor: add variant of outlined and outlined bottom 2023-04-06 17:11:32 +03:30
jinhojang6 74def31046 feat: implement bottom outline property 2023-04-06 17:11:32 +03:30
jinhojang6 eb51b59354 feat: implement table component 2023-04-06 13:48:55 +03:30
jinhojang6 e1622255cd refactor: refactor tag component 2023-04-05 15:38:38 +03:30
jinhojang6 dc277c503e style: implement tag size property 2023-04-05 15:38:38 +03:30
jinhojang6 f0423704a5
refactor: refactor badge component 2023-04-05 20:40:39 +09:00
jinhojang6 c51ebb8482
feat: implement badge component 2023-04-05 02:17:05 +09:00
Hossein Mehrabi e2a3311360 feat: add support for font-family style 2023-03-21 03:18:44 +03:30
jinhojang6 b181444d6c refactor: refactor checkbox group component 2023-03-10 00:17:53 +09:00
jinhojang6 5063763727 feat: implement checkbox group component 2023-03-10 00:17:53 +09:00
jeangovil 8835bbbc7c
Merge pull request #17 from acid-info/topic-implement-checkbox
feat: implement Checkbox component
2023-03-09 18:39:27 +03:30
jinhojang6 521223d53b
refactor: use _name in case of radio button group is not being used 2023-03-10 00:06:42 +09:00
jinhojang6 5e25a92500 refactor: pass down value and name directly 2023-03-07 20:57:06 +09:00
jinhojang6 a73302ffd5 refactor: refactor radio button and radio button group 2023-03-07 02:24:07 +09:00
jinhojang6 929dc713e5 feat: implement radio button group 2023-03-03 23:17:26 +09:00
jinhojang6 3dc8369b65 feat: implement radio button 2023-03-02 11:20:19 +09:00
Hossein Mehrabi 0e512be105 feat: add name prop to Checkbox component 2023-03-01 14:02:09 +03:30
Hossein Mehrabi 79773ee31d fix: make Button's icon prop type optional 2023-02-28 13:22:04 +03:30