Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(csb): 📝 fix all the failing csb links #195

Merged
merged 1 commit into from
Feb 3, 2021
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: 2 additions & 0 deletions docs-templates/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ Also we can customize and style the ranges with CSS attribute selectors
link_title: Calendar
js: src/calendar/stories/__js/CalendarBase.component.jsx
css: src/calendar/stories/CalendarBase.css
utils: src/calendar/stories/__js/Utils.component.jsx
-->

<!-- CODESANDBOX
link_title: RangeCalendar
js: src/calendar/stories/__js/CalendarRange.component.jsx
css: src/calendar/stories/CalendarRange.css
utils: src/calendar/stories/__js/Utils.component.jsx
-->

<!-- INJECT_COMPOSITION src/calendar -->
Expand Down
6 changes: 4 additions & 2 deletions docs-templates/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ for the keyboard navigation & accessibility features.

<!-- CODESANDBOX
link_title: DatePicker
js: src/datepicker/stories/__js/DatePicker.component.jsx
js: src/datepicker/stories/__js/DatePickerBase.component.jsx
css: src/datepicker/stories/DatePickerBase.css
utils: src/datepicker/stories/__js/Utils.component.jsx
-->

<!-- CODESANDBOX
link_title: RangeDatePicker
js: src/datepicker/stories/__js/DateRangePicker.component.jsx
js: src/datepicker/stories/__js/DatePickerRange.component.jsx
css: src/datepicker/stories/DatePickerRange.css
utils: src/datepicker/stories/__js/Utils.component.jsx
-->

<!-- INJECT_COMPOSITION src/datepicker -->
Expand Down
1 change: 1 addition & 0 deletions docs-templates/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ component to provide the drawer ability from four ends. It follows the
<!-- CODESANDBOX
link_title: Drawer
js: src/drawer/stories/__js/Drawer.component.jsx
deps: ["@emotion/css"]
-->

<!-- INJECT_COMPOSITION src/drawer -->
Expand Down
1 change: 1 addition & 0 deletions docs-templates/timepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ for the keyboard navigation & accessibility features.
link_title: TimePicker
js: src/timepicker/stories/__js/TimePicker.component.jsx
css: src/timepicker/stories/TimePicker.css
utils: src/timepicker/stories/__js/Utils.component.jsx
-->

<!-- INJECT_COMPOSITION src/timepicker -->
Expand Down
2 changes: 2 additions & 0 deletions docs-templates/toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ link_title: Toast CSS Animated
js: src/toast/stories/__js/ToastCSSAnimated.component.jsx
utils: src/toast/stories/__js/Utils.component.jsx
css: src/toast/stories/ToastStyled.css
deps: ["react-transition-group"]
-->

<!-- CODESANDBOX
link_title: Toast React Spring
js: src/toast/stories/__js/ToastReactSpring.component.jsx
utils: src/toast/stories/__js/Utils.component.jsx
css: src/toast/stories/ToastStyled.css
deps: ["react-spring"]
-->
4 changes: 2 additions & 2 deletions docs/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ Also we can customize and style the ranges with CSS attribute selectors
}
```

[![Edit CodeSandbox](https://img.shields.io/badge/Calendar-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/z5377)
[![Edit CodeSandbox](https://img.shields.io/badge/Calendar-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/9hpbv)

[![Edit CodeSandbox](https://img.shields.io/badge/RangeCalendar-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/lxxfg)
[![Edit CodeSandbox](https://img.shields.io/badge/RangeCalendar-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/ngv58)

## Composition

Expand Down
4 changes: 2 additions & 2 deletions docs/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ const RangeCalendar = state => {
};
```

[![Edit CodeSandbox](https://img.shields.io/badge/DatePicker-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/l56y1)
[![Edit CodeSandbox](https://img.shields.io/badge/DatePicker-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/kr468)

[![Edit CodeSandbox](https://img.shields.io/badge/RangeDatePicker-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/8oyx5)
[![Edit CodeSandbox](https://img.shields.io/badge/RangeDatePicker-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/4kj5z)

## Composition

Expand Down
2 changes: 1 addition & 1 deletion docs/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const cssTransforms = {
};
```

[![Edit CodeSandbox](https://img.shields.io/badge/Drawer-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/ostxr)
[![Edit CodeSandbox](https://img.shields.io/badge/Drawer-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/igtld)

## Composition

Expand Down
4 changes: 2 additions & 2 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export default App;

[![Edit CodeSandbox](https://img.shields.io/badge/Progress%20Basic-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/cov1f)

[![Edit CodeSandbox](https://img.shields.io/badge/Progress%20Linear-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/0p2yo)
[![Edit CodeSandbox](https://img.shields.io/badge/Progress%20Linear-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/g0s94)

[![Edit CodeSandbox](https://img.shields.io/badge/Progress%20Circular-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/e3eun)
[![Edit CodeSandbox](https://img.shields.io/badge/Progress%20Circular-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/15d8l)

## Accessibility Requirement

Expand Down
2 changes: 1 addition & 1 deletion docs/timepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const App = props => {
export default App;
```

[![Edit CodeSandbox](https://img.shields.io/badge/TimePicker-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/v6nh4)
[![Edit CodeSandbox](https://img.shields.io/badge/TimePicker-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/vqzej)

## Composition

Expand Down
4 changes: 2 additions & 2 deletions docs/toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ animations has the chance to finish without being interrupted.

[![Edit CodeSandbox](https://img.shields.io/badge/Toast%20Styled-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/1297l)

[![Edit CodeSandbox](https://img.shields.io/badge/Toast%20CSS%20Animated-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/i0emy)
[![Edit CodeSandbox](https://img.shields.io/badge/Toast%20CSS%20Animated-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/hmpn1)

[![Edit CodeSandbox](https://img.shields.io/badge/Toast%20React%20Spring-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/2uhsj)
[![Edit CodeSandbox](https://img.shields.io/badge/Toast%20React%20Spring-Open%20On%20CodeSandbox-%230971f1?style=for-the-badge&logo=codesandbox&labelColor=151515)](https://codesandbox.io/s/vfobg)