Commit graph

1009 commits

Author SHA1 Message Date
github-actions[bot]
951aae3801 Build CSS 2024-12-31 05:18:39 +00:00
Yohn
ddf41a191a Closes Legend element not styled in role="group" Yohn/PicoCSS#23
Added compatability with `.dropdown` to the `role=group`
Put a dropdown submenu in the group examples
Improved borders on `[role=group] > label, [role=group] > legend` to ensure the same size as other group elements
2024-12-31 00:16:26 -05:00
JWB
324f6fcef4
Update BuildCSS.yml
Run build script only when change is made within the `scss` directory
2024-12-23 18:56:38 -05:00
github-actions[bot]
a5ebfad495 Build CSS 2024-12-23 23:11:21 +00:00
JWB
e30f662677
Create FUNDING.yml 2024-12-23 18:10:39 -05:00
github-actions[bot]
b83c181670 Build CSS 2024-12-23 02:03:16 +00:00
JWB
03188f30c2
Create GitHub Action to BuildCSS.yml
Github action automatically builds the CSS files in the `css/` directory from the `scss/` directory in merge and push requests using npm
2024-12-22 21:02:34 -05:00
JWB
8be44904da
Update and rename .github/workflows/node.js.yml to .github/auto-build-maybe.yml.txt 2024-12-22 12:41:29 -05:00
JWB
b80193775c
Create node.js.yml 2024-12-22 12:39:21 -05:00
Yohn
3c52bb3c5f Removed unused docs and docs/js files 2024-12-22 02:11:16 -05:00
Yohn
cd0d303cef Update CDN CSS url to use 2.2.1 2024-12-21 11:14:49 -05:00
Yohn
e0abc58a64 Version 2.2.1 2024-12-21 05:48:33 -05:00
Yohn
dbd9c5a44f Cards keep style with form tag wrapped around header and footer in article 2024-12-15 11:51:19 -05:00
Yohn
3cfdc975d2 Corrected Dropdown > Submenu formatting and alignment 2024-12-14 21:41:12 -05:00
Yohn
a6325b8991 corrected dropdown arrow colors for secondary, contrast, and primary. Also enabled the turning of the arrow when the dropdowns are open or closed 2024-12-14 21:13:13 -05:00
Yohn
130b1cda4e Final iOS 18.2 bug fix for [dir=rtl] dropdowns
Added Azure to theme build list
2024-12-14 11:08:38 -05:00
Yohn
27ccea2e53 sass compiler was removing the value: "\200B" for the :where(navs li).
Updated, sass to include the 0 width space for VoiceOver, and removed the float for safari  trimming dropdodwn list bugs.
2024-12-13 21:17:24 -05:00
Yohn
9faf5914d0 sass is removing the "\200B" value and leaving it blank? I put a space there for now.. 2024-12-13 20:43:42 -05:00
Yohn
0104f7dbc0 tweaks to safari bug with nav dropdowns 2024-12-13 20:12:54 -05:00
Yohn
64373c2d44 RTL Dropdown Nav corrected thanks to @64bitint
Added popovers to possibly replace the notifications.
Started adding popover toasts
2024-12-13 19:43:12 -05:00
Yohn
8a7b25a44f Improved visibility of loading icon in light mode on contrast backgrounds. 2024-12-12 22:38:07 -05:00
Yohn
b7100d22d5 Merged RTL pull request into css files, and updated docs for hamburger menu.
Will create new versioning soon, I have something else I'd like to include.
2024-12-12 21:12:39 -05:00
JWB
828d1f3143
Merge pull request #18 from remohammadi/main 2024-12-11 22:31:38 -05:00
Reza M Ghayeghchi
6359082a45 Add RTL support for Accordion Marker 2024-12-12 00:03:39 +01:00
Reza M Ghayeghchi
5e37f38e18 Support RTL for group component border radius styles 2024-12-11 23:15:52 +01:00
JWB
bfdf6dbf6c
Update index.html
Make hamburger nav show under xxl viewport
replaced spaces with tabs.
2024-12-10 12:46:06 -05:00
Yohn
f25840f51a - Updated form validation to not validate when form[novalidate]
- Updated tooltips to go multiline, max width of 250px.
-Updated card footer, to remove the margin from the last element if they are buttons or groups when in the footer
- Made container, grid, and row classes to have a parent class, so they will not effect rest of page. This will only work if you use that style css.

- Added tabs
- Added floating labels
- Added responsive nav hamburger menu

Let me know if you find any bugs or have ideas for improvements!
2024-12-10 12:30:06 -05:00
JWB
a937be4b4a
Update README.md 2024-12-10 03:54:12 -05:00
JWB
8b6c0efb4b
Update README.md 2024-12-09 23:19:28 -05:00
Yohn
354887554b Changed spacing on form elements to be a tad smaller. It was just too big for my liking, and I feel this way is a lot easier.
Added cursor back on button - it was just an arrow.
Added parent-selector to the notifications, and corrected readbility of notifications.
updated the version within the css files
made rows only show up on css files where classes are enabled
made the tooltips have a dark background - even for dark themes.
2024-12-07 19:56:51 -05:00
Yohn
7ce5b5c578 rebuilt css files, For some reason was having issues with the line endings, hopefully the editorconfig will fix it. 2024-12-03 14:27:56 -05:00
Yohn
137d6bf55e Remove pointer cursor #14 2024-12-03 13:42:12 -05:00
Yohn
7f28ea08fc Updated Docs 2024-12-03 13:40:34 -05:00
JWB
5d2e82ddaf
Merge pull request #16 from rcoup/web-components-host
Support web components/shadow DOM.
2024-12-03 09:14:58 -05:00
JWB
a8bbc686a3
Merge pull request #15 from lukas-kasticky:dev
Allow use of card component with `role="article"`
2024-12-03 09:13:07 -05:00
Robert Coup
02c9fb69da
Support web components/shadow DOM.
Add :host to all uses of :root
2024-12-03 10:26:56 +00:00
Yohn
fdf5c83210 Enabled multiline tooltips, and disabled dotted lines for tooltips when child elements contain links of form elements. 2024-11-30 18:00:11 -05:00
Yohn
68a9fb92ee Update css urls 2024-11-27 00:43:27 -05:00
Yohn
42b62b10a6 V. 2.1.0 - Yohns Fork 2024-11-27 00:38:59 -05:00
Yohn
b611b528bc Got the file validation and previewer lines up nicer 2024-11-13 07:26:10 -05:00
Yohn
7602474cfd Added form validation 2024-11-13 03:42:58 -05:00
Yohn
359e51ee06 Added a Timeline feature, removed the margin-bottom from article > header > h[1-6] And added the border-color for dark theme on the article > header 2024-11-12 04:59:34 -05:00
Yohn
26e82a693d Created build-dev script to only build 1 css file for quicker testing enviroment. Added accordion javascript for slide effect. modified the notification scss, and added more demos. 2024-11-12 00:35:16 -05:00
Yohn
b1fcd44b73 Added <label> compatibility to groups 2024-11-11 22:10:47 -05:00
Yohn
fe78285302 Finally stopped all the sass compile warnings, changed the tab-size to 2, and added responsive .row, .col-*, and .offset-* classes, using display:gid, the same way bootsrap-5 is set up for the .row, .com-* and .offset* classes. 2024-11-10 16:43:55 -05:00
Yohn
84ed38efc9 Added Notifications 12 2024-11-10 11:53:24 -05:00
JWB
2c8e70a149
Merge pull request #13 from Yohn/Surpressing-sass-warnings
Surpressing sass warnings and closing 1 & 11
2024-11-10 11:32:18 -05:00
Yohn
a085c20d2f surpressimg sass warnings 2024-11-10 11:27:44 -05:00
Yohn
4825b265c7 closes Yohn/PicoCSS/pull/1 and Yohn/PicoCSS/pull/11 2024-11-10 09:27:03 -05:00
Yohn
9617cb1ecf Merge branch 'main' into pr/Yohn/6 2024-11-10 08:19:40 -05:00