Commit Graph

164 Commits

Author SHA1 Message Date
akcodez
4ff7e43022 Add CardOffgrid component with showcase and documentation
- Introduced the CardOffgrid component, designed for displaying feature highlights with customizable icons, titles, and descriptions.
- Implemented two color variants: neutral and green, with interactive states and a unique hover animation.
- Created a comprehensive showcase page demonstrating all variants and states of the CardOffgrid component.
- Added detailed documentation covering usage guidelines, best practices, and API reference.
- Included SCSS styles for the CardOffgrid component, ensuring compatibility with both light and dark themes.
2026-06-08 16:49:48 -07:00
Calvin Jhunjhuwala
01b879e9f0 edits for dark mode card 2026-06-08 16:49:41 -07:00
Calvin Jhunjhuwala
9fa3c6aff4 consolidating classes, still need superscript specs 2026-06-08 16:49:41 -07:00
Calvin Jhunjhuwala
76e37d8755 working card stat, finalizing sup, cleaning up code cleanliness 2026-06-08 16:49:41 -07:00
akcodez
09626787b6 Update Divider component to replace 'black' color variant with 'base' for improved theme adaptability
- Changed all instances of 'black' to 'base' in the Divider component and its documentation to reflect the new high-contrast color that adapts to light and dark themes.
- Updated showcase page and styles to ensure consistency with the new color naming convention.
2026-06-08 16:49:41 -07:00
akcodez
53c077ec1c fix colors 2026-06-08 16:49:41 -07:00
akcodez
5e815c0541 add height 2026-06-08 16:49:41 -07:00
akcodez
2f19c9b258 Add Divider component and documentation
- Introduced the Divider component following the XRPL Brand Design System, supporting horizontal and vertical orientations, three stroke weights (thin, regular, strong), and three color variants (gray, black, green).
- Created a comprehensive showcase page for the Divider component, demonstrating its usage and variations.
- Added detailed documentation for the Divider component, including props API, usage examples, and best practices.
- Included styles for the Divider component in SCSS format, ensuring compatibility with light and dark themes.
2026-06-08 16:49:41 -07:00
Calvin Jhunjhuwala
e147528bfb removing extra css 2026-06-08 16:49:40 -07:00
Calvin Jhunjhuwala
a43eb0e149 renaming class name to bds 2026-06-08 16:49:40 -07:00
Calvin Jhunjhuwala
074124513b working grid for fill and auto 2026-06-08 16:49:40 -07:00
Calvin Jhunjhuwala
e03454fa46 clean up of grid, working on all screen sizes, logic built out 2026-06-08 16:49:40 -07:00
akcodez
9f1032c9de Refactor Button Styles for Responsive Design
Updated button styles to enhance responsiveness across devices by replacing fixed breakpoints with a mixin for the xl breakpoint. Adjusted typography and padding for smaller screens to ensure consistent appearance and usability. Improved comments for clarity on the import order and design tokens.
2026-06-08 16:49:40 -07:00
akcodez
6dd5494018 Refactor Tertiary Button Styles for Dark Mode
Updated the styles for the tertiary button in dark mode, including hover, focus, active, and disabled states. Adjusted padding and added text decoration for better visual feedback. Enhanced responsiveness for smaller screens to ensure consistent behavior across devices.
2026-06-08 16:49:40 -07:00
akcodez
9b82c689b5 Enhance dark mode styles for primary and secondary buttons, adding detailed states for hover, focus, active, and disabled conditions. Update CSS to reflect new design specifications for secondary button in dark mode. 2026-06-08 16:49:40 -07:00
akcodez
c7ece5ac80 add primary dark mode 2026-06-08 16:49:40 -07:00
akcodez
a7f7e734b8 Add Tertiary Button Showcase Component
Introduced a new ButtonShowcaseTertiary component to demonstrate the BDS Tertiary Button, including its various states and usage examples. Removed the previous ButtonShowcase component to streamline the showcase and focus on the Tertiary variant. Updated Button component to support the new variant and adjusted related styles in the CSS for both green and black themes.
2026-06-08 16:49:40 -07:00
akcodez
ac81c00ccd add proper focus and active / hover states 2026-06-08 16:49:40 -07:00
akcodez
35cda6d34c add full primary button 2026-06-08 16:49:40 -07:00
akcodez
6f6b3671f7 fix link spacing 2026-06-08 16:49:16 -07:00
akcodez
bc1ed1f70c add proper breakpoint sizing 2026-06-08 16:49:16 -07:00
akcodez
ef477d9190 Add BDS link styles and update existing link styles
- Introduced new styles for BDS link icons, including hover and focus states.
- Updated existing link styles to exclude BDS links from certain color and hover effects.
- Ensured consistent styling across light and dark themes for BDS links.
- Refactored landing page link styles to accommodate new BDS link classes.
2026-06-08 16:49:16 -07:00
Calvin Jhunjhuwala
529657b16c updating css for medium 2026-06-08 16:49:16 -07:00
Calvin Jhunjhuwala
97a92045de move page grid css to page grid folder, removing more text class styling 2026-06-08 16:49:16 -07:00
Calvin Jhunjhuwala
43eacbfe94 adding page grid component + stylersheet 2026-06-08 16:49:15 -07:00
Calvin Jhunjhuwala
93463203e3 removing background from css as well 2026-06-08 16:49:15 -07:00
Calvin Jhunjhuwala
3d59fe86a9 removed all old fonts, remove all old backgrounds 2026-06-08 16:49:15 -07:00
akcodez
5e1bbe2cd2 Refactor color migration strategy to a clean implementation, removing backward compatibility aliases and consolidating color scales. Update SCSS files to reflect new design tokens and ensure all references are migrated. Adjust event card layout in community events page for improved responsiveness. Modify CSS styles for better alignment with updated color palette and remove unnecessary padding in card components. 2026-06-08 16:48:12 -07:00
akcodez
643731f419 Enhance PostCSS configuration with expanded safelist for Bootstrap utility classes, update layout in about and resources pages, and refine color palette in CSS files for improved design consistency. Adjusted card styles and link behaviors to align with new design tokens. 2026-06-08 16:48:00 -07:00
akcodez
bfdf0ca4dc Implement CSS optimization pipeline with PurgeCSS, Autoprefixer, and cssnano; reduce bundle size by 42% (uncompressed) and 39% (gzipped). Add analysis tool for CSS metrics and update build scripts in package.json. Create comprehensive documentation for CSS optimization process. 2026-06-08 16:48:00 -07:00
akcodez
1a178ee65a run css compiler 2026-06-08 16:47:55 -07:00
akcodez
9dc46b12b3 upgrade bootstrap, add new fonts 2026-06-08 16:47:55 -07:00
Calvin Jhunjhuwala
f4d1d6eff8 ran css 2026-06-08 16:47:55 -07:00
Calvin Jhunjhuwala
6fa308b3d0 new fonts added working across website 2026-06-08 16:47:55 -07:00
Calvin Jhunjhuwala
6b75b67fb2 updating bootstrap to v5 2026-06-08 16:47:55 -07:00
mDuo13
28af114305 Fix article bottom border not appearing on preview build 2026-05-01 15:39:08 -07:00
mDuo13
d846367857 Update feedback styles 2026-05-01 15:37:40 -07:00
mDuo13
6d99930c9a Re-gen CSS (rebase after #3622) 2026-05-01 15:13:39 -07:00
mDuo13
71e5ff4bdb Re-gen CSS (faucet w/ suggested changes) 2026-04-30 13:26:38 -07:00
Maria Shodunke
d945d6a5d6 Tutorials landing page v2 (#3572) 2026-04-17 11:52:23 +01:00
mDuo13
40557108e9 Merge branch 'master' into tutorials-iav4 2026-03-02 16:02:47 -08:00
Maria Shodunke
6fa1485e90 Update with review comments 2026-02-24 16:57:07 +00:00
Maria Shodunke
2e36e45582 Fix missing Globe icon in light mode 2026-02-23 16:01:00 +00:00
Maria Shodunke
6c1c7ad300 Update Tutorials Landing Page 2026-02-23 14:38:03 +00:00
mDuo13
c62d5090d0 Fix typo causing Bitget logo to not apear 2026-02-11 04:03:45 -08:00
amarantha-k
f5988554db Add Bitget wallet to XRP and Uses pages 2026-02-10 16:23:43 -08:00
Erik Frisk
c5f38c1a07 Add Bifrost Wallet to use cases page 2026-02-04 15:50:01 +01:00
Erik Frisk
f2200e2a51 Update Towo Labs to Bifrost Wallet in wallets list 2026-02-03 10:02:13 +01:00
akcodez
b60c72cdf3 rm extra file 2026-01-26 19:55:44 -08:00
akcodez
baf0f4e819 new events 2026-01-23 11:24:02 -08:00