Commit Graph

116 Commits

Author SHA1 Message Date
4066de1bb0 feat: handle number input better
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
2023-06-23 11:14:24 +02:00
589181ca48 fix: box background being too dark
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-03-28 14:06:32 +02:00
4617c3e228 fix: Col not respecting gap with static values
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-03-28 12:36:05 +02:00
40a5a2d9ac fix: button being decalled
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-02-27 12:06:29 +01:00
fef3ebf9a0 feat: Add padding to input svgs so they are more clickable
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-02-27 12:01:34 +01:00
acc4230cb6 fix: Add pre-wrap to Text component so that elements with \n wrap
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-02-20 10:45:36 +01:00
eaf509262d bump: version
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-02-07 13:10:50 +01:00
e65c7e4a1a fix: PureComponent shit
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-02-07 13:08:11 +01:00
2d8076e774 fix: Moved to using gap css instead of hacking
Signed-off-by: Avior <f.bouillon@aptatio.com>
2023-01-30 15:33:33 +01:00
29654e38c8 fix: Add name to logo for accessibility
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-12 12:32:18 +01:00
5540647c04 fix: Add normal variant of colors for easyness of usage in projects
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-09 10:12:30 +01:00
d985ffc1c1 feat: Started moving texts to the new CSS variable ones
Signed-off-by: Avior <github@avior.me>
2022-11-26 14:37:17 +01:00
931062a3e7 feat: Add parent elements to Col component
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-11-21 16:39:12 +01:00
5601a40f1d feat: Customize range slider
Signed-off-by: Avior <github@avior.me>
2022-10-23 18:11:37 +02:00
197617e2d5 fix: Fullscreen bein weird
Signed-off-by: Avior <github@avior.me>
2022-10-23 16:30:49 +02:00
752611414c fix: Allow to havem obile only links for navbar, menu not displaying
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-10-21 11:26:12 +02:00
128dbe3505 fix: Button not accepting custom classes
Signed-off-by: Avior <github@avior.me>
2022-10-19 00:27:59 +02:00
2646afae23 feat: Add back scrollbar
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-10-18 15:02:00 +02:00
41c01d8af5 bump BETA 3
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-10-18 13:26:17 +02:00
14f36f0bbb fix: menu closing when clicking on it
Signed-off-by: Avior <github@avior.me>
2022-10-16 12:59:54 +02:00
43b6d64bfe fix: Missing color on Popup
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-10-10 11:19:37 +02:00
f213ec4f09 feat: add left childrens to navbar
Signed-off-by: Avior <github@avior.me>
2022-10-08 13:21:51 +02:00
c47a02c529 feat: Remove post install compilation
Signed-off-by: Avior <github@avior.me>
2022-10-04 00:51:39 +02:00
6f8c627e33 feat: Allow to have a base theme and to have child theming in page
Signed-off-by: Avior <github@avior.me>
2022-10-03 22:53:35 +02:00
81f654e1b2 feat: Move to css variables !
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-10-03 17:50:46 +02:00
36046592fa fix: choice not respected on startup
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-09-28 17:11:21 +02:00
fb72d5a040 fix: if this.props.value is not set onValue event is launched
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-09-28 15:48:55 +02:00
cd2304de17 fix: Props event not updating internal value
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-09-28 14:47:15 +02:00
62008de7b0 fix: onValueEvent not sending with value
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-09-28 14:39:15 +02:00
644cb5b1aa fix: choices not having choices on start
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-09-28 14:16:01 +02:00
b43329caa1 feat: Moved to vite
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-09-27 12:56:56 +02:00
895716cff0 fix: Upgrade deps
Signed-off-by: Avior <github@avior.me>
2022-09-12 21:59:06 +02:00
407ccca8e9 fix: Allow to disable automatic icons
Signed-off-by: Avior <github@avior.me>
2022-05-13 12:11:57 +02:00
71ec45c806 fix: Circular dependencies
Signed-off-by: Avior <github@avior.me>
2022-05-13 12:03:58 +02:00
98cfcf2b95 fix: Multiple inputs bugs
Signed-off-by: Avior <github@avior.me>
2022-05-13 12:01:56 +02:00
5e6d88c27e bump: 1.0.0-alpha.9
Signed-off-by: Avior <github@avior.me>
2022-05-10 11:27:58 +02:00
4d1b649a63 fix: Add back Fieldset
Signed-off-by: Avior <github@avior.me>
2022-05-10 11:26:59 +02:00
aa4e7100fe misc: Cleanup
Signed-off-by: Avior <github@avior.me>
2022-04-05 11:53:00 +02:00
b5f44113b5 fix: Force Popup to have 0 margin
Signed-off-by: Avior <github@avior.me>
2022-04-05 11:52:42 +02:00
47399da4e0 feat: Add sidePadding parameter to BoxHeader
Signed-off-by: Avior <github@avior.me>
2022-04-05 11:52:15 +02:00
45616b1e92 misc: Add DebugCol to exports
Signed-off-by: Avior <github@avior.me>
2022-04-05 11:51:30 +02:00
d5b438cd45 Fix last Sidebar bugs
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-12-12 14:53:11 +01:00
32ea3b958f Added three new components
Signed-off-by: Avior <github@avior.me>
2021-12-09 12:17:11 +01:00
496bafa0e4 Fixed Plus/Minus Sign being missplaced
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-12-02 01:01:17 +01:00
a97d849adc Fixed missing Sidebar export
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-12-02 00:54:46 +01:00
3495142453 new Fixes
- Box Header should be bold
- Buttons Hover/Active forms not correct
- Fixed one of the old Checkbox bug
- Footer Made with should be bold
- Sidebar fixes

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-12-02 00:07:27 +01:00
926d065602 Update
Signed-off-by: Avior <github@avior.me>
2021-10-07 12:38:01 +02:00
8d7a8c70f0 Updated
Signed-off-by: Avior <github@avior.me>
2021-10-06 17:57:59 +02:00
bb001148a5 Updated text
Signed-off-by: Avior <github@avior.me>
2021-10-01 16:35:14 +02:00
91674f6f6d Update Text to support more typography
Signed-off-by: Avior <github@avior.me>
2021-10-01 15:41:46 +02:00