Commit Graph

41 Commits

Author SHA1 Message Date
akcodez
354d0c797b Add TileLogo component with showcase and documentation
- Introduced the TileLogo component, designed for displaying brand logos with interactive states.
- Implemented two shape variants (Square and Rectangle) and two color variants (Neutral and Green), with responsive sizing.
- Created a comprehensive showcase page demonstrating all variants, states, and usage examples.
- Added detailed documentation covering usage guidelines, best practices, and API reference.
- Included SCSS styles for the TileLogo component, ensuring compatibility with both light and dark themes.
2026-06-08 16:49:49 -07:00
akcodez
3391f69927 Refactor CardOffgrid typography styles to utilize predefined classes
- Updated CardOffgrid component to use .subhead-lg-l and .body-l classes for title and description typography, respectively.
- Removed custom font size and line height definitions from SCSS and CSS files for improved consistency and maintainability.
- Adjusted related styles to ensure compatibility with the new typography approach.
2026-06-08 16:49:49 -07:00
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
2836e6a3e5 minor copy change, pushiong fixed color 2026-06-08 16:49:41 -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
3a4c6fbcd3 add arialbel 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
87b39b2333 rm deprecated linkCOlor 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
49f707fdd5 removing fake button folder 2026-06-08 16:49:16 -07:00
Calvin Jhunjhuwala
e3774a68cf more documentation around page grid 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
a41719ae0a adding folder structure, cleaning up font, add readme for page grid 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
6fa308b3d0 new fonts added working across website 2026-06-08 16:47:55 -07:00
mDuo13
1de30f07a8 Refactor use-case end cards to use bg images 2025-09-30 14:38:11 -07:00
akcodez
c8aa8f1d50 Refactor tokenization page layout and enhance styling
- Updated the structure of the tokenization page to improve readability and organization.
- Introduced new sections for video content and benefits, enhancing user engagement.
- Adjusted CSS styles for better responsiveness and alignment with design standards.
- Added a new margin utility class in _helpers.scss for consistent spacing.
- Improved the developer resources section to handle single card layouts more effectively.
2025-09-02 12:56:35 -07:00
Aria Keshmiri
6d9f2e6608 Update shared/components/project-cards.tsx
Co-authored-by: Rome Reginelli <rome@ripple.com>
2025-08-28 11:01:42 -07:00
akcodez
703f761a08 Enhance payments and tokenization pages with developer resources and layout improvements
- Integrated DeveloperResourcesSection into both payments and tokenization pages to provide developers with essential resources and community links.
- Updated payment URLs for various stablecoins to direct users to relevant external resources.
- Improved layout and styling for the payments integration section, ensuring better responsiveness and user experience.
- Refactored CSS for shared developer tools styles between payments and tokenization pages, enhancing visual consistency.
2025-08-26 10:15:53 -07:00
akcodez
9e2b88fbb8 Refactor payments and index pages to integrate BenefitsSection component
- Replaced the manual benefits list in the index page with the BenefitsSection component for improved maintainability.
- Added BenefitsSection to the payments page, showcasing embedded payment use cases with new card data.
- Updated ProjectCards component to support optional button text for enhanced project presentation.
- Introduced new CSS styles for embedded payments icons and battle-tested project cards for better visual consistency.
2025-08-26 07:38:18 -07:00
akcodez
e94a5a0269 Update payments and tokenization pages with new components and layout adjustments
- Changed the payments page to use `index.page.tsx` instead of `index.md` for better component integration.
- Added `AdvantagesSection` and `ProjectCards` components to both payments and tokenization pages to enhance content presentation.
- Adjusted CSS styles for improved responsiveness and layout consistency across different screen sizes.
- Removed outdated security card implementation in tokenization page and replaced it with a more streamlined advantages section.
2025-08-25 11:54:17 -07:00
tequ
edb1b5c997 [JA] translate docs page 2024-07-02 09:04:30 +09:00
jonathanlei
87b32ec4cb Add Tokenization landing page
Co-authored by: Rome Reginelli <rome@ripple.com>, pdp2121 <71317875+pdp2121@users.noreply.github.com>

fix file names + small styling

fix top nav link

update nav list

fix security card and margin

add featured projects + fix margins

add related articles

update link and light mode

mobile view

add prev next buttons

small styling fixes

add unique key & zindex

Update docs/use-cases/tokenization/index.page.tsx

Update docs/use-cases/tokenization/index.page.tsx

Update docs/use-cases/tokenization/index.page.tsx

Update docs/use-cases/tokenization/index.page.tsx

Update styles/_use-cases.scss

Update styles/light/_light-theme.scss

add sidebar children back + styling changes

Fix tokenization frontmatter & security links

Add link from Tokenization to NTTs page
2024-06-21 17:03:41 -07:00