diff --git a/packages/react/src/drafts/Skeleton/SkeletonAvatar.docs.json b/packages/react/src/drafts/Skeleton/SkeletonAvatar.docs.json index 8c7d95c58c8..001d1d06612 100644 --- a/packages/react/src/drafts/Skeleton/SkeletonAvatar.docs.json +++ b/packages/react/src/drafts/Skeleton/SkeletonAvatar.docs.json @@ -1,29 +1,28 @@ { - "id": "skeleton_avatar", - "name": "SkeletonAvatar", - "status": "draft", - "a11yReviewed": false, - "stories": [], - "importPath": "@primer/react/drafts", - "props": [ - { - "name": "size", - "type": "number | { narrow?: number; regular?: number; wide?: number; }", - "defaultValue": "20", - "description": "The size of the avatar in pixels." - }, - { - "name": "square", - "type": "boolean", - "defaultValue": "false", - "description": "If true, the avatar will be square instead of circular." - }, - { - "name": "className", - "type": "string", - "description": "Class name for custom styling." - } - ], - "subcomponents": [] - } - \ No newline at end of file + "id": "skeleton_avatar", + "name": "SkeletonAvatar", + "status": "draft", + "a11yReviewed": false, + "stories": [], + "importPath": "@primer/react/experimental", + "props": [ + { + "name": "size", + "type": "number | { narrow?: number; regular?: number; wide?: number; }", + "defaultValue": "20", + "description": "The size of the avatar in pixels." + }, + { + "name": "square", + "type": "boolean", + "defaultValue": "false", + "description": "If true, the avatar will be square instead of circular." + }, + { + "name": "className", + "type": "string", + "description": "Class name for custom styling." + } + ], + "subcomponents": [] +} diff --git a/packages/react/src/drafts/Skeleton/SkeletonBox.docs.json b/packages/react/src/drafts/Skeleton/SkeletonBox.docs.json index f61f5563af4..3720ced4c8a 100644 --- a/packages/react/src/drafts/Skeleton/SkeletonBox.docs.json +++ b/packages/react/src/drafts/Skeleton/SkeletonBox.docs.json @@ -1,27 +1,26 @@ { - "id": "skeleton_box", - "name": "SkeletonBox", - "status": "draft", - "a11yReviewed": false, - "stories": [], - "importPath": "@primer/react/drafts", - "props": [ - { - "name": "width", - "type": "string", - "description": "Width of the skeleton box. Accepts any valid CSS `width` value." - }, - { - "name": "height", - "defaultValue": "1rem", - "type": "string", - "description": "Height of the skeleton box. Accepts any valid CSS `height` value." - }, - { - "name": "sx", - "type": "SystemStyleObject" - } - ], - "subcomponents": [] - } - \ No newline at end of file + "id": "skeleton_box", + "name": "SkeletonBox", + "status": "draft", + "a11yReviewed": false, + "stories": [], + "importPath": "@primer/react/experimental", + "props": [ + { + "name": "width", + "type": "string", + "description": "Width of the skeleton box. Accepts any valid CSS `width` value." + }, + { + "name": "height", + "defaultValue": "1rem", + "type": "string", + "description": "Height of the skeleton box. Accepts any valid CSS `height` value." + }, + { + "name": "sx", + "type": "SystemStyleObject" + } + ], + "subcomponents": [] +} diff --git a/packages/react/src/drafts/Skeleton/SkeletonText.docs.json b/packages/react/src/drafts/Skeleton/SkeletonText.docs.json index 7054031c0c0..aa880408c8a 100644 --- a/packages/react/src/drafts/Skeleton/SkeletonText.docs.json +++ b/packages/react/src/drafts/Skeleton/SkeletonText.docs.json @@ -1,34 +1,33 @@ { - "id": "skeleton_text", - "name": "SkeletonText", - "status": "draft", - "a11yReviewed": false, - "stories": [], - "importPath": "@primer/react/drafts", - "props": [ - { - "name": "size", - "defaultValue": "'bodyMedium'", - "type": "'display' | 'titleLarge' | 'titleMedium' | 'titleSmall' | 'bodyLarge' | 'bodyMedium' | 'bodySmall' | 'subtitle'", - "description": "Size of the text that the skeleton is replacing." - }, - { - "name": "lines", - "defaultValue": "1", - "type": "number", - "description": "Number of lines of skeleton text to render." - }, - { - "name": "maxWidth", - "type": "string", - "description": "Maximum width that the line(s) of skeleton text can take up. Accepts any valid CSS `max-width` value." - }, - { - "name": "className", - "type": "string", - "description": "Class name for custom styling." - } - ], - "subcomponents": [] - } - \ No newline at end of file + "id": "skeleton_text", + "name": "SkeletonText", + "status": "draft", + "a11yReviewed": false, + "stories": [], + "importPath": "@primer/react/experimental", + "props": [ + { + "name": "size", + "defaultValue": "'bodyMedium'", + "type": "'display' | 'titleLarge' | 'titleMedium' | 'titleSmall' | 'bodyLarge' | 'bodyMedium' | 'bodySmall' | 'subtitle'", + "description": "Size of the text that the skeleton is replacing." + }, + { + "name": "lines", + "defaultValue": "1", + "type": "number", + "description": "Number of lines of skeleton text to render." + }, + { + "name": "maxWidth", + "type": "string", + "description": "Maximum width that the line(s) of skeleton text can take up. Accepts any valid CSS `max-width` value." + }, + { + "name": "className", + "type": "string", + "description": "Class name for custom styling." + } + ], + "subcomponents": [] +}