Skip to content

Commit

Permalink
Merge pull request #169 from emulsify-ds/sdc-cleanup
Browse files Browse the repository at this point in the history
feat: rename files that aren't meant to be wired directly for SDC
  • Loading branch information
callinmullaney authored Nov 22, 2024
2 parents 299bd72 + 1072602 commit 3832c05
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/forms/forms.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import radio from './radio/radio.twig';
import select from './select/select.twig';
import textfields from './textfields/textfields.twig';

import { props } from './forms.component.yml';
import { props } from './forms.yml';

const checkboxData = props.properties.checkboxes.data;
const radioData = props.properties.radios.data;
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions src/components/navigation/pager/pager.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import pagerTwig from './pager.twig';
import { mapDataToTwig } from '../../../util/dataTransformers.js';

import { props as pagerProps } from './pager.component.yml';
import { props as pagerNextEllipsesProps } from './pager-next-ellipses.component.yml';
import { props as pagerPrevEllipsesProps } from './pager-prev-ellipses.component.yml';
import { props as pagerBothEllipsesProps } from './pager-both-ellipses.component.yml';
import { props as pagerFirstLastProps } from './pager-first-last.component.yml';
import { props as pagerNextEllipsesProps } from './pager-next-ellipses.yml';
import { props as pagerPrevEllipsesProps } from './pager-prev-ellipses.yml';
import { props as pagerBothEllipsesProps } from './pager-both-ellipses.yml';
import { props as pagerFirstLastProps } from './pager-first-last.yml';

const pagerData = mapDataToTwig(pagerProps.properties);
const pagerNextEllipsesData = mapDataToTwig(pagerNextEllipsesProps.properties);
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/components/video/video.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import video from './video.twig';

import { props as videoEmbedProps } from './video-embed.component.yml';
import { props as videoHTML5Props } from './video-html5.component.yml';
import { props as videoEmbedProps } from './video-embed.yml';
import { props as videoHTML5Props } from './video-html5.yml';

import { mapDataToTwig } from '../../util/dataTransformers';
import './video-embed';
Expand Down

0 comments on commit 3832c05

Please sign in to comment.