Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nimbus/src/components/accordion/accordion.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -482,5 +482,5 @@ application-specific logic.
## Resources

- [Accordion Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-accordion--docs)
- [React Aria DisclosureGroup Documentation](https://react-aria.adobe.com/DisclosureGroup)
- [React Aria DisclosureGroup Documentation](https://react-spectrum.adobe.com/react-aria/DisclosureGroup.html)
- [WAI-ARIA Accordion Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/)
2 changes: 1 addition & 1 deletion packages/nimbus/src/components/button/button.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ These examples demonstrate how to test your implementation when using Button in
## Resources

- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-buttons-button--docs)
- [React Aria Button](https://react-spectrum.adobe.com/react-aria/useButton.html)
- [React Aria Button](https://react-spectrum.adobe.com/react-aria/Button.html)

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const App = () => (

## Working with date values

The DatePicker component relies on [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/index.html)'s date types for type-safe date handling. This library provides calendar-system-aware date representations that work correctly across different locales and time zones.
The DatePicker component relies on [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/)'s date types for type-safe date handling. This library provides calendar-system-aware date representations that work correctly across different locales and time zones.

### Date types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ type DateRange = {
// start and end to avoid semantic issues.
```

> [!TIP]\
> See [Adobe's @internationalized/date documentation](https://react-spectrum.adobe.com/internationalized/date/index.html) for complete API reference and advanced usage.

## Usage examples

### Size options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,4 @@ These examples demonstrate how to test your implementation when using IconToggle
## Resources

- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-buttons-icontogglebutton--docs)
- [React Aria ToggleButton](https://react-aria.adobe.com/ToggleButton)
- [React Aria ToggleButton](https://react-spectrum.adobe.com/react-aria/ToggleButton.html)
2 changes: 1 addition & 1 deletion packages/nimbus/src/components/icon/icon.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ These examples demonstrate how to test your implementation when using Icon withi

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-icon--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-icon--docs)
- [Material Design Icons](https://fonts.google.com/icons)
- [ARIA Authoring Practices - Icon Usage](https://www.w3.org/WAI/ARIA/apg/)
2 changes: 1 addition & 1 deletion packages/nimbus/src/components/link/link.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ These examples demonstrate how to test your implementation when using Link withi
## Resources

- [Link Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-link--docs)
- [React Aria Link](https://react-aria.adobe.com/Link)
- [React Aria Link](https://react-spectrum.adobe.com/react-aria/Link.html)
- [WCAG Link Guidelines](https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html)
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ These examples demonstrate how to test your implementation when using LoadingSpi
## Resources

- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-loadingspinner--docs)
- [React Aria ProgressBar](https://react-spectrum.adobe.com/react-aria/useProgressBar.html)
- [React Aria ProgressBar](https://react-spectrum.adobe.com/react-aria/ProgressBar.html)

2 changes: 1 addition & 1 deletion packages/nimbus/src/components/spacer/spacer.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ These examples demonstrate how to test your implementation when using Spacer wit

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-spacer--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-spacer--docs)
- [Chakra UI Box](https://chakra-ui.com/docs/components/box)
- [CSS Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
- [Stack Component](/components/layout/stack)
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ These examples demonstrate how to test your implementation when using SplitButto

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-buttons-splitbutton--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-buttons-splitbutton--docs)
- [React Aria Menu](https://react-spectrum.adobe.com/react-aria/Menu.html)
- [ARIA Menu Button Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/)
- [Menu Component](/components/navigation/menu)
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus/src/components/stack/stack.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ These examples demonstrate how to test your implementation when using Stack with

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-stack--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-stack--docs)
- [Chakra UI Stack Documentation](https://www.chakra-ui.com/docs/components/stack)
- [Box Component](/components/layout/box)
- [Flex Component](/components/layout/flex)
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus/src/components/switch/switch.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ These examples demonstrate how to test your implementation when using Switch wit

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-switch--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-switch--docs)
- [React Aria Switch](https://react-spectrum.adobe.com/react-aria/useSwitch.html)
- [WAI-ARIA Switch Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/switch/)
- [ARIA: switch role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/switch_role)
6 changes: 3 additions & 3 deletions packages/nimbus/src/components/time-input/time-input.dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ time.second; // 0
```

> [!TIP]\
> See [@internationalized/date documentation](https://react-spectrum.adobe.com/internationalized/date/index.html) for complete API reference and advanced usage.
> See [@internationalized/date documentation](https://react-spectrum.adobe.com/internationalized/date/) for complete API reference and advanced usage.

## Usage examples

Expand Down Expand Up @@ -670,6 +670,6 @@ These examples demonstrate how to test your implementation when using TimeInput

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-timeinput--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-timeinput--docs)
- [React Aria TimeField](https://react-spectrum.adobe.com/react-aria/TimeField.html)
- [@internationalized/date documentation](https://react-spectrum.adobe.com/internationalized/date/index.html)
- [@internationalized/date documentation](https://react-spectrum.adobe.com/internationalized/date/)
Original file line number Diff line number Diff line change
Expand Up @@ -459,5 +459,5 @@ These examples demonstrate how to test your implementation when using ToggleButt
## Resources

- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-buttons-togglebuttongroup--docs)
- [React Aria ToggleButton](https://react-aria.adobe.com/ToggleButton)
- [React Aria ToggleButton](https://react-spectrum.adobe.com/react-aria/ToggleButton.html)
- [ARIA: radio role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/radio_role)
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ These examples demonstrate how to test your implementation when using ToggleButt

## Resources

- [Storybook](https://nimbus-storybook-commercetools.vercel.app/?path=/docs/components-buttons-togglebutton--docs)
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/components-buttons-togglebutton--docs)
- [React Aria ToggleButton](https://react-spectrum.adobe.com/react-aria/ToggleButton.html)
- [ARIA Button Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/button/)
- [Button Component](/components/buttons/button)