Skip to content

Commit

Permalink
docs: copy edits to component profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
benjag committed Jan 24, 2024
1 parent bccfff9 commit 24922ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/abstract/CdrAbstract.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useCssModule } from 'vue';
import { baseTextProps } from '../../types/interfaces';
/**
* Opinionated and fluid expressions of content
* Content building blocks with pre-defined, fluid styles
* @preview true
**/
defineOptions({
Expand Down
2 changes: 1 addition & 1 deletion src/components/kicker/CdrKicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useCssModule } from 'vue';
import { baseTextProps } from '../../types/interfaces';
/**
* Opinionated and fluid expressions of content
* Content building blocks with pre-defined, fluid styles
* @preview true
**/
defineOptions({
Expand Down
2 changes: 1 addition & 1 deletion src/components/landingLead/CdrLandingLead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CdrImg, CdrSplitSurface } from '.././../lib';
import CdrHeadingSubheadingBlock from './components/CdrHeadingSubheadingBlock.vue';
/**
* Opinionated expression of a lead intended for use on landing pages
* Displays a full-width image and heading at the top of a page
* @preview true
* @uses CdrSplitSurface, CdrImg, CdrHeadingDisplay, CdrSubheadingSans
**/
Expand Down
2 changes: 1 addition & 1 deletion src/components/picture/CdrPicture.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CdrImg from '../image/CdrImg.vue';
import { baseImageProps, pictureSourceObject } from '../../types/interfaces';
/**
* Media for capturing attention and communicating messages while allowing for art-direction of the image
* Provides instructions for browsers to use alternative image versions in various scenarios
* @uses CdrImg
**/
defineOptions({
Expand Down
2 changes: 1 addition & 1 deletion src/components/title/CdrTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useCssModule } from 'vue';
import { baseTextProps } from '../../types/interfaces';
/**
* Opinionated and fluid expressions of content
* Content building blocks with pre-defined, fluid styles
* @preview true
**/
defineOptions({
Expand Down

0 comments on commit 24922ee

Please sign in to comment.