{
  "name": "svelte-sample-sample-doc-hard-break",
  "title": "svelte-sample-sample-doc-hard-break",
  "type": "registry:component",
  "description": "",
  "registryDependencies": [],
  "dependencies": [
    "prosekit@^0.22.0"
  ],
  "files": [
    {
      "path": "registry/src/svelte/sample/sample-doc-hard-break.ts",
      "type": "registry:component",
      "target": "components/editor/sample/sample-doc-hard-break.ts",
      "content": "import type { NodeJSON } from 'prosekit/core'\n\nexport const sampleContent: NodeJSON = {\n  type: 'doc',\n  content: [\n    {\n      type: 'paragraph',\n      content: [\n        {\n          type: 'text',\n          text: \"O'er all the hilltops\",\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'Is quiet now,',\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'In all the treetops',\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'Hearest thou',\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'Hardly a breath;',\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'The birds are asleep in the trees:',\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'Wait, soon like these',\n        },\n        {\n          type: 'hardBreak',\n        },\n        {\n          type: 'text',\n          text: 'Thou too shalt rest.',\n        },\n        {\n          type: 'hardBreak',\n        },\n      ],\n    },\n  ],\n}\n"
    }
  ],
  "meta": {
    "hasIcons": false,
    "hidden": false,
    "story": "",
    "framework": "svelte",
    "accumulatedFiles": [
      "registry/src/svelte/sample/sample-doc-hard-break.ts"
    ],
    "internalDependencies": []
  },
  "$schema": "https://ui.shadcn.com/schema/registry-item.json"
}
