@webstudio-is/react-sdk 0.70.0 → 0.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +4 -2
- package/lib/index.js +11 -4
- package/lib/types/index.d.ts +3 -4
- package/package.json +12 -27
- package/src/index.ts +7 -3
- package/lib/cjs/components/__generated__/blockquote.props.js +0 -419
- package/lib/cjs/components/__generated__/body.props.js +0 -418
- package/lib/cjs/components/__generated__/bold.props.js +0 -418
- package/lib/cjs/components/__generated__/box.props.js +0 -436
- package/lib/cjs/components/__generated__/button.props.js +0 -440
- package/lib/cjs/components/__generated__/checkbox-field.props.js +0 -419
- package/lib/cjs/components/__generated__/checkbox.props.js +0 -459
- package/lib/cjs/components/__generated__/code-text.props.js +0 -425
- package/lib/cjs/components/__generated__/error-message.props.js +0 -418
- package/lib/cjs/components/__generated__/form.props.js +0 -426
- package/lib/cjs/components/__generated__/fragment.props.js +0 -24
- package/lib/cjs/components/__generated__/heading.props.js +0 -425
- package/lib/cjs/components/__generated__/html-embed.props.js +0 -31
- package/lib/cjs/components/__generated__/image.props.js +0 -462
- package/lib/cjs/components/__generated__/input.props.js +0 -465
- package/lib/cjs/components/__generated__/italic.props.js +0 -418
- package/lib/cjs/components/__generated__/label.props.js +0 -420
- package/lib/cjs/components/__generated__/link-block.props.js +0 -452
- package/lib/cjs/components/__generated__/link.props.js +0 -452
- package/lib/cjs/components/__generated__/list-item.props.js +0 -419
- package/lib/cjs/components/__generated__/list.props.js +0 -432
- package/lib/cjs/components/__generated__/paragraph.props.js +0 -418
- package/lib/cjs/components/__generated__/radio-button-field.props.js +0 -419
- package/lib/cjs/components/__generated__/radio-button.props.js +0 -459
- package/lib/cjs/components/__generated__/rich-text-link.props.js +0 -452
- package/lib/cjs/components/__generated__/separator.props.js +0 -418
- package/lib/cjs/components/__generated__/slot.props.js +0 -24
- package/lib/cjs/components/__generated__/span.props.js +0 -418
- package/lib/cjs/components/__generated__/subscript.props.js +0 -418
- package/lib/cjs/components/__generated__/success-message.props.js +0 -418
- package/lib/cjs/components/__generated__/superscript.props.js +0 -418
- package/lib/cjs/components/__generated__/text-block.props.js +0 -425
- package/lib/cjs/components/__generated__/textarea.props.js +0 -432
- package/lib/cjs/components/blockquote.js +0 -32
- package/lib/cjs/components/blockquote.ws.js +0 -94
- package/lib/cjs/components/body.js +0 -29
- package/lib/cjs/components/body.ws.js +0 -65
- package/lib/cjs/components/bold.js +0 -29
- package/lib/cjs/components/bold.ws.js +0 -41
- package/lib/cjs/components/box.js +0 -31
- package/lib/cjs/components/box.ws.js +0 -53
- package/lib/cjs/components/button.js +0 -36
- package/lib/cjs/components/button.ws.js +0 -49
- package/lib/cjs/components/checkbox-field.js +0 -29
- package/lib/cjs/components/checkbox-field.ws.js +0 -62
- package/lib/cjs/components/checkbox.js +0 -29
- package/lib/cjs/components/checkbox.ws.js +0 -58
- package/lib/cjs/components/code-text.js +0 -39
- package/lib/cjs/components/code-text.ws.js +0 -74
- package/lib/cjs/components/components.js +0 -88
- package/lib/cjs/components/error-message.js +0 -29
- package/lib/cjs/components/error-message.ws.js +0 -40
- package/lib/cjs/components/form.js +0 -29
- package/lib/cjs/components/form.ws.js +0 -82
- package/lib/cjs/components/fragment.js +0 -29
- package/lib/cjs/components/fragment.ws.js +0 -33
- package/lib/cjs/components/heading.js +0 -31
- package/lib/cjs/components/heading.ws.js +0 -56
- package/lib/cjs/components/html-embed.js +0 -80
- package/lib/cjs/components/html-embed.ws.js +0 -45
- package/lib/cjs/components/image.js +0 -77
- package/lib/cjs/components/image.ws.js +0 -66
- package/lib/cjs/components/index.js +0 -160
- package/lib/cjs/components/input.js +0 -29
- package/lib/cjs/components/input.ws.js +0 -55
- package/lib/cjs/components/italic.js +0 -29
- package/lib/cjs/components/italic.ws.js +0 -47
- package/lib/cjs/components/label.js +0 -29
- package/lib/cjs/components/label.ws.js +0 -63
- package/lib/cjs/components/link-block.js +0 -30
- package/lib/cjs/components/link-block.ws.js +0 -53
- package/lib/cjs/components/link.js +0 -49
- package/lib/cjs/components/link.ws.js +0 -79
- package/lib/cjs/components/list-item.js +0 -32
- package/lib/cjs/components/list-item.ws.js +0 -51
- package/lib/cjs/components/list.js +0 -31
- package/lib/cjs/components/list.ws.js +0 -73
- package/lib/cjs/components/paragraph.js +0 -29
- package/lib/cjs/components/paragraph.ws.js +0 -50
- package/lib/cjs/components/radio-button-field.js +0 -29
- package/lib/cjs/components/radio-button-field.ws.js +0 -62
- package/lib/cjs/components/radio-button.js +0 -29
- package/lib/cjs/components/radio-button.ws.js +0 -58
- package/lib/cjs/components/rich-text-link.js +0 -28
- package/lib/cjs/components/rich-text-link.ws.js +0 -39
- package/lib/cjs/components/separator.js +0 -32
- package/lib/cjs/components/separator.ws.js +0 -70
- package/lib/cjs/components/slot.js +0 -36
- package/lib/cjs/components/slot.ws.js +0 -36
- package/lib/cjs/components/span.js +0 -29
- package/lib/cjs/components/span.ws.js +0 -41
- package/lib/cjs/components/subscript.js +0 -29
- package/lib/cjs/components/subscript.ws.js +0 -41
- package/lib/cjs/components/success-message.js +0 -29
- package/lib/cjs/components/success-message.ws.js +0 -40
- package/lib/cjs/components/superscript.js +0 -29
- package/lib/cjs/components/superscript.ws.js +0 -41
- package/lib/cjs/components/text-block.js +0 -32
- package/lib/cjs/components/text-block.ws.js +0 -57
- package/lib/cjs/components/textarea.js +0 -29
- package/lib/cjs/components/textarea.ws.js +0 -59
- package/lib/components/__generated__/blockquote.props.js +0 -399
- package/lib/components/__generated__/body.props.js +0 -398
- package/lib/components/__generated__/bold.props.js +0 -398
- package/lib/components/__generated__/box.props.js +0 -416
- package/lib/components/__generated__/button.props.js +0 -420
- package/lib/components/__generated__/checkbox-field.props.js +0 -399
- package/lib/components/__generated__/checkbox.props.js +0 -439
- package/lib/components/__generated__/code-text.props.js +0 -405
- package/lib/components/__generated__/error-message.props.js +0 -398
- package/lib/components/__generated__/form.props.js +0 -406
- package/lib/components/__generated__/fragment.props.js +0 -4
- package/lib/components/__generated__/heading.props.js +0 -405
- package/lib/components/__generated__/html-embed.props.js +0 -11
- package/lib/components/__generated__/image.props.js +0 -442
- package/lib/components/__generated__/input.props.js +0 -445
- package/lib/components/__generated__/italic.props.js +0 -398
- package/lib/components/__generated__/label.props.js +0 -400
- package/lib/components/__generated__/link-block.props.js +0 -432
- package/lib/components/__generated__/link.props.js +0 -432
- package/lib/components/__generated__/list-item.props.js +0 -399
- package/lib/components/__generated__/list.props.js +0 -412
- package/lib/components/__generated__/paragraph.props.js +0 -398
- package/lib/components/__generated__/radio-button-field.props.js +0 -399
- package/lib/components/__generated__/radio-button.props.js +0 -439
- package/lib/components/__generated__/rich-text-link.props.js +0 -432
- package/lib/components/__generated__/separator.props.js +0 -398
- package/lib/components/__generated__/slot.props.js +0 -4
- package/lib/components/__generated__/span.props.js +0 -398
- package/lib/components/__generated__/subscript.props.js +0 -398
- package/lib/components/__generated__/success-message.props.js +0 -398
- package/lib/components/__generated__/superscript.props.js +0 -398
- package/lib/components/__generated__/text-block.props.js +0 -405
- package/lib/components/__generated__/textarea.props.js +0 -412
- package/lib/components/blockquote.js +0 -15
- package/lib/components/blockquote.ws.js +0 -76
- package/lib/components/body.js +0 -9
- package/lib/components/body.ws.js +0 -47
- package/lib/components/bold.js +0 -9
- package/lib/components/bold.ws.js +0 -23
- package/lib/components/box.js +0 -14
- package/lib/components/box.ws.js +0 -46
- package/lib/components/button.js +0 -16
- package/lib/components/button.ws.js +0 -31
- package/lib/components/checkbox-field.js +0 -9
- package/lib/components/checkbox-field.ws.js +0 -44
- package/lib/components/checkbox.js +0 -9
- package/lib/components/checkbox.ws.js +0 -40
- package/lib/components/code-text.js +0 -22
- package/lib/components/code-text.ws.js +0 -56
- package/lib/components/components.js +0 -68
- package/lib/components/error-message.js +0 -9
- package/lib/components/error-message.ws.js +0 -20
- package/lib/components/form.js +0 -9
- package/lib/components/form.ws.js +0 -64
- package/lib/components/fragment.js +0 -9
- package/lib/components/fragment.ws.js +0 -13
- package/lib/components/heading.js +0 -14
- package/lib/components/heading.ws.js +0 -38
- package/lib/components/html-embed.js +0 -65
- package/lib/components/html-embed.ws.js +0 -25
- package/lib/components/image.js +0 -63
- package/lib/components/image.ws.js +0 -48
- package/lib/components/index.js +0 -140
- package/lib/components/input.js +0 -9
- package/lib/components/input.ws.js +0 -37
- package/lib/components/italic.js +0 -9
- package/lib/components/italic.ws.js +0 -29
- package/lib/components/label.js +0 -9
- package/lib/components/label.ws.js +0 -45
- package/lib/components/link-block.js +0 -10
- package/lib/components/link-block.ws.js +0 -33
- package/lib/components/link.js +0 -29
- package/lib/components/link.ws.js +0 -61
- package/lib/components/list-item.js +0 -15
- package/lib/components/list-item.ws.js +0 -33
- package/lib/components/list.js +0 -14
- package/lib/components/list.ws.js +0 -55
- package/lib/components/paragraph.js +0 -9
- package/lib/components/paragraph.ws.js +0 -32
- package/lib/components/radio-button-field.js +0 -9
- package/lib/components/radio-button-field.ws.js +0 -44
- package/lib/components/radio-button.js +0 -9
- package/lib/components/radio-button.ws.js +0 -40
- package/lib/components/rich-text-link.js +0 -8
- package/lib/components/rich-text-link.ws.js +0 -19
- package/lib/components/separator.js +0 -15
- package/lib/components/separator.ws.js +0 -52
- package/lib/components/slot.js +0 -16
- package/lib/components/slot.ws.js +0 -16
- package/lib/components/span.js +0 -9
- package/lib/components/span.ws.js +0 -23
- package/lib/components/subscript.js +0 -9
- package/lib/components/subscript.ws.js +0 -23
- package/lib/components/success-message.js +0 -9
- package/lib/components/success-message.ws.js +0 -20
- package/lib/components/superscript.js +0 -9
- package/lib/components/superscript.ws.js +0 -23
- package/lib/components/text-block.js +0 -15
- package/lib/components/text-block.ws.js +0 -39
- package/lib/components/textarea.js +0 -9
- package/lib/components/textarea.ws.js +0 -41
- package/lib/types/components/__generated__/blockquote.props.d.ts +0 -2
- package/lib/types/components/__generated__/body.props.d.ts +0 -2
- package/lib/types/components/__generated__/bold.props.d.ts +0 -2
- package/lib/types/components/__generated__/box.props.d.ts +0 -2
- package/lib/types/components/__generated__/button.props.d.ts +0 -2
- package/lib/types/components/__generated__/checkbox-field.props.d.ts +0 -2
- package/lib/types/components/__generated__/checkbox.props.d.ts +0 -2
- package/lib/types/components/__generated__/code-text.props.d.ts +0 -2
- package/lib/types/components/__generated__/error-message.props.d.ts +0 -2
- package/lib/types/components/__generated__/form.props.d.ts +0 -2
- package/lib/types/components/__generated__/fragment.props.d.ts +0 -2
- package/lib/types/components/__generated__/heading.props.d.ts +0 -2
- package/lib/types/components/__generated__/html-embed.props.d.ts +0 -2
- package/lib/types/components/__generated__/image.props.d.ts +0 -2
- package/lib/types/components/__generated__/input.props.d.ts +0 -2
- package/lib/types/components/__generated__/italic.props.d.ts +0 -2
- package/lib/types/components/__generated__/label.props.d.ts +0 -2
- package/lib/types/components/__generated__/link-block.props.d.ts +0 -2
- package/lib/types/components/__generated__/link.props.d.ts +0 -2
- package/lib/types/components/__generated__/list-item.props.d.ts +0 -2
- package/lib/types/components/__generated__/list.props.d.ts +0 -2
- package/lib/types/components/__generated__/paragraph.props.d.ts +0 -2
- package/lib/types/components/__generated__/radio-button-field.props.d.ts +0 -2
- package/lib/types/components/__generated__/radio-button.props.d.ts +0 -2
- package/lib/types/components/__generated__/rich-text-link.props.d.ts +0 -2
- package/lib/types/components/__generated__/separator.props.d.ts +0 -2
- package/lib/types/components/__generated__/slot.props.d.ts +0 -2
- package/lib/types/components/__generated__/span.props.d.ts +0 -2
- package/lib/types/components/__generated__/subscript.props.d.ts +0 -2
- package/lib/types/components/__generated__/success-message.props.d.ts +0 -2
- package/lib/types/components/__generated__/superscript.props.d.ts +0 -2
- package/lib/types/components/__generated__/text-block.props.d.ts +0 -2
- package/lib/types/components/__generated__/textarea.props.d.ts +0 -2
- package/lib/types/components/blockquote.d.ts +0 -3
- package/lib/types/components/blockquote.stories.d.ts +0 -5
- package/lib/types/components/blockquote.ws.d.ts +0 -3
- package/lib/types/components/body.d.ts +0 -3
- package/lib/types/components/body.stories.d.ts +0 -6
- package/lib/types/components/body.ws.d.ts +0 -3
- package/lib/types/components/bold.d.ts +0 -3
- package/lib/types/components/bold.stories.d.ts +0 -5
- package/lib/types/components/bold.ws.d.ts +0 -3
- package/lib/types/components/box.d.ts +0 -7
- package/lib/types/components/box.stories.d.ts +0 -9
- package/lib/types/components/box.ws.d.ts +0 -3
- package/lib/types/components/button.d.ts +0 -7
- package/lib/types/components/button.stories.d.ts +0 -9
- package/lib/types/components/button.ws.d.ts +0 -3
- package/lib/types/components/checkbox-field.d.ts +0 -3
- package/lib/types/components/checkbox-field.ws.d.ts +0 -3
- package/lib/types/components/checkbox.d.ts +0 -3
- package/lib/types/components/checkbox.ws.d.ts +0 -3
- package/lib/types/components/code-text.d.ts +0 -9
- package/lib/types/components/code-text.stories.d.ts +0 -11
- package/lib/types/components/code-text.ws.d.ts +0 -3
- package/lib/types/components/components.d.ts +0 -40
- package/lib/types/components/error-message.d.ts +0 -3
- package/lib/types/components/error-message.ws.d.ts +0 -3
- package/lib/types/components/form.d.ts +0 -3
- package/lib/types/components/form.stories.d.ts +0 -5
- package/lib/types/components/form.ws.d.ts +0 -3
- package/lib/types/components/fragment.d.ts +0 -6
- package/lib/types/components/fragment.ws.d.ts +0 -3
- package/lib/types/components/heading.d.ts +0 -7
- package/lib/types/components/heading.stories.d.ts +0 -9
- package/lib/types/components/heading.ws.d.ts +0 -3
- package/lib/types/components/html-embed.d.ts +0 -7
- package/lib/types/components/html-embed.stories.d.ts +0 -11
- package/lib/types/components/html-embed.ws.d.ts +0 -3
- package/lib/types/components/image.d.ts +0 -7
- package/lib/types/components/image.stories.d.ts +0 -13
- package/lib/types/components/image.ws.d.ts +0 -3
- package/lib/types/components/index.d.ts +0 -3
- package/lib/types/components/input.d.ts +0 -5
- package/lib/types/components/input.stories.d.ts +0 -9
- package/lib/types/components/input.ws.d.ts +0 -3
- package/lib/types/components/italic.d.ts +0 -3
- package/lib/types/components/italic.stories.d.ts +0 -5
- package/lib/types/components/italic.ws.d.ts +0 -3
- package/lib/types/components/label.d.ts +0 -3
- package/lib/types/components/label.ws.d.ts +0 -3
- package/lib/types/components/link-block.d.ts +0 -3
- package/lib/types/components/link-block.stories.d.ts +0 -13
- package/lib/types/components/link-block.ws.d.ts +0 -3
- package/lib/types/components/link.d.ts +0 -9
- package/lib/types/components/link.stories.d.ts +0 -13
- package/lib/types/components/link.ws.d.ts +0 -3
- package/lib/types/components/list-item.d.ts +0 -3
- package/lib/types/components/list-item.stories.d.ts +0 -5
- package/lib/types/components/list-item.ws.d.ts +0 -3
- package/lib/types/components/list.d.ts +0 -9
- package/lib/types/components/list.stories.d.ts +0 -9
- package/lib/types/components/list.ws.d.ts +0 -3
- package/lib/types/components/paragraph.d.ts +0 -3
- package/lib/types/components/paragraph.stories.d.ts +0 -5
- package/lib/types/components/paragraph.ws.d.ts +0 -3
- package/lib/types/components/radio-button-field.d.ts +0 -3
- package/lib/types/components/radio-button-field.ws.d.ts +0 -3
- package/lib/types/components/radio-button.d.ts +0 -3
- package/lib/types/components/radio-button.ws.d.ts +0 -3
- package/lib/types/components/rich-text-link.d.ts +0 -2
- package/lib/types/components/rich-text-link.stories.d.ts +0 -13
- package/lib/types/components/rich-text-link.ws.d.ts +0 -3
- package/lib/types/components/separator.d.ts +0 -3
- package/lib/types/components/separator.stories.d.ts +0 -5
- package/lib/types/components/separator.ws.d.ts +0 -3
- package/lib/types/components/slot.d.ts +0 -6
- package/lib/types/components/slot.stories.d.ts +0 -9
- package/lib/types/components/slot.ws.d.ts +0 -3
- package/lib/types/components/span.d.ts +0 -3
- package/lib/types/components/span.stories.d.ts +0 -5
- package/lib/types/components/span.ws.d.ts +0 -3
- package/lib/types/components/subscript.d.ts +0 -3
- package/lib/types/components/subscript.stories.d.ts +0 -5
- package/lib/types/components/subscript.ws.d.ts +0 -3
- package/lib/types/components/success-message.d.ts +0 -3
- package/lib/types/components/success-message.ws.d.ts +0 -3
- package/lib/types/components/superscript.d.ts +0 -3
- package/lib/types/components/superscript.stories.d.ts +0 -5
- package/lib/types/components/superscript.ws.d.ts +0 -3
- package/lib/types/components/text-block.d.ts +0 -7
- package/lib/types/components/text-block.stories.d.ts +0 -9
- package/lib/types/components/text-block.ws.d.ts +0 -3
- package/lib/types/components/textarea.d.ts +0 -3
- package/lib/types/components/textarea.ws.d.ts +0 -3
- package/src/components/__generated__/blockquote.props.ts +0 -444
- package/src/components/__generated__/body.props.ts +0 -443
- package/src/components/__generated__/bold.props.ts +0 -443
- package/src/components/__generated__/box.props.ts +0 -461
- package/src/components/__generated__/button.props.ts +0 -465
- package/src/components/__generated__/checkbox-field.props.ts +0 -444
- package/src/components/__generated__/checkbox.props.ts +0 -484
- package/src/components/__generated__/code-text.props.ts +0 -450
- package/src/components/__generated__/error-message.props.ts +0 -443
- package/src/components/__generated__/form.props.ts +0 -451
- package/src/components/__generated__/fragment.props.ts +0 -3
- package/src/components/__generated__/heading.props.ts +0 -450
- package/src/components/__generated__/html-embed.props.ts +0 -10
- package/src/components/__generated__/image.props.ts +0 -487
- package/src/components/__generated__/input.props.ts +0 -490
- package/src/components/__generated__/italic.props.ts +0 -443
- package/src/components/__generated__/label.props.ts +0 -445
- package/src/components/__generated__/link-block.props.ts +0 -477
- package/src/components/__generated__/link.props.ts +0 -477
- package/src/components/__generated__/list-item.props.ts +0 -444
- package/src/components/__generated__/list.props.ts +0 -457
- package/src/components/__generated__/paragraph.props.ts +0 -443
- package/src/components/__generated__/radio-button-field.props.ts +0 -444
- package/src/components/__generated__/radio-button.props.ts +0 -484
- package/src/components/__generated__/rich-text-link.props.ts +0 -477
- package/src/components/__generated__/separator.props.ts +0 -443
- package/src/components/__generated__/slot.props.ts +0 -3
- package/src/components/__generated__/span.props.ts +0 -443
- package/src/components/__generated__/subscript.props.ts +0 -443
- package/src/components/__generated__/success-message.props.ts +0 -443
- package/src/components/__generated__/superscript.props.ts +0 -443
- package/src/components/__generated__/text-block.props.ts +0 -450
- package/src/components/__generated__/textarea.props.ts +0 -457
- package/src/components/blockquote.stories.tsx +0 -16
- package/src/components/blockquote.tsx +0 -18
- package/src/components/blockquote.ws.tsx +0 -81
- package/src/components/body.stories.tsx +0 -11
- package/src/components/body.tsx +0 -10
- package/src/components/body.ws.tsx +0 -51
- package/src/components/bold.stories.tsx +0 -16
- package/src/components/bold.tsx +0 -10
- package/src/components/bold.ws.tsx +0 -26
- package/src/components/box.stories.tsx +0 -17
- package/src/components/box.tsx +0 -31
- package/src/components/box.ws.ts +0 -52
- package/src/components/button.stories.tsx +0 -13
- package/src/components/button.tsx +0 -23
- package/src/components/button.ws.tsx +0 -34
- package/src/components/checkbox-field.tsx +0 -10
- package/src/components/checkbox-field.ws.tsx +0 -47
- package/src/components/checkbox.tsx +0 -13
- package/src/components/checkbox.ws.tsx +0 -43
- package/src/components/code-text.stories.tsx +0 -16
- package/src/components/code-text.tsx +0 -31
- package/src/components/code-text.ws.tsx +0 -58
- package/src/components/components.ts +0 -40
- package/src/components/error-message.tsx +0 -10
- package/src/components/error-message.ws.tsx +0 -24
- package/src/components/form.stories.tsx +0 -14
- package/src/components/form.tsx +0 -14
- package/src/components/form.ws.tsx +0 -67
- package/src/components/fragment.tsx +0 -11
- package/src/components/fragment.ws.ts +0 -12
- package/src/components/heading.stories.tsx +0 -16
- package/src/components/heading.tsx +0 -20
- package/src/components/heading.ws.tsx +0 -44
- package/src/components/html-embed.stories.tsx +0 -16
- package/src/components/html-embed.tsx +0 -96
- package/src/components/html-embed.ws.ts +0 -24
- package/src/components/image.stories.tsx +0 -15
- package/src/components/image.tsx +0 -80
- package/src/components/image.ws.tsx +0 -54
- package/src/components/index.ts +0 -143
- package/src/components/input.stories.tsx +0 -14
- package/src/components/input.tsx +0 -13
- package/src/components/input.ws.tsx +0 -40
- package/src/components/italic.stories.tsx +0 -16
- package/src/components/italic.tsx +0 -10
- package/src/components/italic.ws.tsx +0 -32
- package/src/components/label.tsx +0 -10
- package/src/components/label.ws.tsx +0 -48
- package/src/components/link-block.stories.tsx +0 -13
- package/src/components/link-block.tsx +0 -9
- package/src/components/link-block.ws.tsx +0 -38
- package/src/components/link.stories.tsx +0 -16
- package/src/components/link.tsx +0 -41
- package/src/components/link.ws.tsx +0 -64
- package/src/components/list-item.stories.tsx +0 -16
- package/src/components/list-item.tsx +0 -18
- package/src/components/list-item.ws.tsx +0 -36
- package/src/components/list.stories.tsx +0 -17
- package/src/components/list.tsx +0 -26
- package/src/components/list.ws.tsx +0 -58
- package/src/components/paragraph.stories.tsx +0 -16
- package/src/components/paragraph.tsx +0 -10
- package/src/components/paragraph.ws.tsx +0 -35
- package/src/components/radio-button-field.tsx +0 -10
- package/src/components/radio-button-field.ws.tsx +0 -47
- package/src/components/radio-button.tsx +0 -13
- package/src/components/radio-button.ws.tsx +0 -43
- package/src/components/rich-text-link.stories.tsx +0 -16
- package/src/components/rich-text-link.tsx +0 -8
- package/src/components/rich-text-link.ws.tsx +0 -19
- package/src/components/separator.stories.tsx +0 -14
- package/src/components/separator.tsx +0 -18
- package/src/components/separator.ws.tsx +0 -56
- package/src/components/slot.stories.tsx +0 -16
- package/src/components/slot.tsx +0 -17
- package/src/components/slot.ws.ts +0 -15
- package/src/components/span.stories.tsx +0 -16
- package/src/components/span.tsx +0 -10
- package/src/components/span.ws.tsx +0 -26
- package/src/components/subscript.stories.tsx +0 -16
- package/src/components/subscript.tsx +0 -10
- package/src/components/subscript.ws.tsx +0 -26
- package/src/components/success-message.tsx +0 -10
- package/src/components/success-message.ws.tsx +0 -24
- package/src/components/superscript.stories.tsx +0 -16
- package/src/components/superscript.tsx +0 -10
- package/src/components/superscript.ws.tsx +0 -26
- package/src/components/text-block.stories.tsx +0 -16
- package/src/components/text-block.tsx +0 -21
- package/src/components/text-block.ws.tsx +0 -42
- package/src/components/textarea.tsx +0 -13
- package/src/components/textarea.ws.tsx +0 -44
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
export declare const defaultTag = "button";
|
|
3
|
-
type ButtonProps = ComponentProps<typeof defaultTag> & {
|
|
4
|
-
innerText?: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const Button: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
7
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentMeta, ComponentStory } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
4
|
-
innerText?: string | undefined;
|
|
5
|
-
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Button: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
8
|
-
innerText?: string | undefined;
|
|
9
|
-
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "label";
|
|
3
|
-
export declare const CheckboxField: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "htmlFor">, "ref"> & import("react").RefAttributes<HTMLLabelElement>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "input";
|
|
3
|
-
export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "type">, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
export declare const defaultTag = "code";
|
|
3
|
-
export declare const displayVarNamespace: `code-display-${number}`;
|
|
4
|
-
type Props = Omit<ComponentProps<typeof defaultTag>, "inline"> & {
|
|
5
|
-
inline?: boolean;
|
|
6
|
-
meta?: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const CodeText: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
9
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "inline"> & {
|
|
4
|
-
inline?: boolean | undefined;
|
|
5
|
-
meta?: string | undefined;
|
|
6
|
-
}, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const CodeText: ComponentStory<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "inline"> & {
|
|
9
|
-
inline?: boolean | undefined;
|
|
10
|
-
meta?: string | undefined;
|
|
11
|
-
}, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file should contain all the components that we use in the builder/production app
|
|
3
|
-
*
|
|
4
|
-
* The application imports only the components it uses and uses
|
|
5
|
-
* getComponent = createGetComponent({ Box, BlaBla })to pass them to RootInstance
|
|
6
|
-
* see example /packages/sdk-size-test/app/routes/$.tsx
|
|
7
|
-
*/
|
|
8
|
-
export { Slot } from "./slot";
|
|
9
|
-
export { Fragment } from "./fragment";
|
|
10
|
-
export { HtmlEmbed } from "./html-embed";
|
|
11
|
-
export { Body } from "./body";
|
|
12
|
-
export { Box } from "./box";
|
|
13
|
-
export { TextBlock } from "./text-block";
|
|
14
|
-
export { Heading } from "./heading";
|
|
15
|
-
export { Paragraph } from "./paragraph";
|
|
16
|
-
export { Link } from "./link";
|
|
17
|
-
export { LinkBlock } from "./link-block";
|
|
18
|
-
export { RichTextLink } from "./rich-text-link";
|
|
19
|
-
export { Span } from "./span";
|
|
20
|
-
export { Bold } from "./bold";
|
|
21
|
-
export { Italic } from "./italic";
|
|
22
|
-
export { Superscript } from "./superscript";
|
|
23
|
-
export { Subscript } from "./subscript";
|
|
24
|
-
export { Button } from "./button";
|
|
25
|
-
export { Input } from "./input";
|
|
26
|
-
export { Form } from "./form";
|
|
27
|
-
export { Image } from "./image";
|
|
28
|
-
export { Blockquote } from "./blockquote";
|
|
29
|
-
export { List } from "./list";
|
|
30
|
-
export { ListItem } from "./list-item";
|
|
31
|
-
export { Separator } from "./separator";
|
|
32
|
-
export { CodeText } from "./code-text";
|
|
33
|
-
export { Label } from "./label";
|
|
34
|
-
export { SuccessMessage } from "./success-message";
|
|
35
|
-
export { ErrorMessage } from "./error-message";
|
|
36
|
-
export { Textarea } from "./textarea";
|
|
37
|
-
export { RadioButtonField } from "./radio-button-field";
|
|
38
|
-
export { RadioButton } from "./radio-button";
|
|
39
|
-
export { CheckboxField } from "./checkbox-field";
|
|
40
|
-
export { Checkbox } from "./checkbox";
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "div";
|
|
3
|
-
export declare const ErrorMessage: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "form";
|
|
3
|
-
export declare const Form: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & import("react").RefAttributes<HTMLFormElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & import("react").RefAttributes<HTMLFormElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Form: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & import("react").RefAttributes<HTMLFormElement>>>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
declare const defaultTag = "h1";
|
|
3
|
-
type Props = ComponentProps<typeof defaultTag> & {
|
|
4
|
-
tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
5
|
-
};
|
|
6
|
-
export declare const Heading: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
7
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLHeadingElement> & import("react").HTMLAttributes<HTMLHeadingElement> & {
|
|
4
|
-
tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | undefined;
|
|
5
|
-
}, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Heading: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLHeadingElement> & import("react").HTMLAttributes<HTMLHeadingElement> & {
|
|
8
|
-
tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | undefined;
|
|
9
|
-
}, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<{
|
|
4
|
-
code: string;
|
|
5
|
-
executeScriptOnCanvas: boolean;
|
|
6
|
-
} & import("react").RefAttributes<HTMLDivElement>>>;
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const HtmlEmbed: ComponentStory<import("react").ForwardRefExoticComponent<{
|
|
9
|
-
code: string;
|
|
10
|
-
executeScriptOnCanvas: boolean;
|
|
11
|
-
} & import("react").RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "img";
|
|
3
|
-
export declare const Image: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
4
|
-
quality?: number | undefined;
|
|
5
|
-
optimize?: boolean | undefined;
|
|
6
|
-
loader: import("@webstudio-is/image").ImageLoader;
|
|
7
|
-
}, "ref"> & import("react").RefAttributes<HTMLImageElement>, "ref"> & import("react").RefAttributes<HTMLImageElement>>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentMeta, ComponentStory } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
4
|
-
quality?: number | undefined;
|
|
5
|
-
optimize?: boolean | undefined;
|
|
6
|
-
loader: import("@webstudio-is/image").ImageLoader;
|
|
7
|
-
}, "ref"> & import("react").RefAttributes<HTMLImageElement>, "ref"> & import("react").RefAttributes<HTMLImageElement>>>;
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Image: ComponentStory<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
10
|
-
quality?: number | undefined;
|
|
11
|
-
optimize?: boolean | undefined;
|
|
12
|
-
loader: import("@webstudio-is/image").ImageLoader;
|
|
13
|
-
}, "ref"> & import("react").RefAttributes<HTMLImageElement>, "ref"> & import("react").RefAttributes<HTMLImageElement>>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "input";
|
|
3
|
-
export declare const Input: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & {
|
|
4
|
-
type?: "number" | "text" | "email" | "url" | "tel" | "password" | undefined;
|
|
5
|
-
}, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & {
|
|
4
|
-
type?: "number" | "text" | "email" | "url" | "tel" | "password" | undefined;
|
|
5
|
-
}, "ref"> & import("react").RefAttributes<HTMLInputElement>>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Input: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & {
|
|
8
|
-
type?: "number" | "text" | "email" | "url" | "tel" | "password" | undefined;
|
|
9
|
-
}, "ref"> & import("react").RefAttributes<HTMLInputElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "i";
|
|
3
|
-
export declare const Italic: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Italic: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "label";
|
|
3
|
-
export declare const Label: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & import("react").RefAttributes<HTMLLabelElement>>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "href" | "target"> & {
|
|
4
|
-
href?: string | undefined;
|
|
5
|
-
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
6
|
-
prefetch?: "none" | "intent" | "render" | undefined;
|
|
7
|
-
}, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Link: ComponentStory<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "href" | "target"> & {
|
|
10
|
-
href?: string | undefined;
|
|
11
|
-
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12
|
-
prefetch?: "none" | "intent" | "render" | undefined;
|
|
13
|
-
}, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
export declare const defaultTag = "a";
|
|
3
|
-
type Props = Omit<ComponentProps<"a">, "href" | "target"> & {
|
|
4
|
-
href?: string;
|
|
5
|
-
target?: "_self" | "_blank" | "_parent" | "_top";
|
|
6
|
-
prefetch?: "none" | "intent" | "render";
|
|
7
|
-
};
|
|
8
|
-
export declare const Link: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
9
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "href" | "target"> & {
|
|
4
|
-
href?: string | undefined;
|
|
5
|
-
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
6
|
-
prefetch?: "none" | "intent" | "render" | undefined;
|
|
7
|
-
}, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Link: ComponentStory<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "href" | "target"> & {
|
|
10
|
-
href?: string | undefined;
|
|
11
|
-
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12
|
-
prefetch?: "none" | "intent" | "render" | undefined;
|
|
13
|
-
}, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "li";
|
|
3
|
-
export declare const ListItem: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & import("react").RefAttributes<HTMLLIElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & import("react").RefAttributes<HTMLLIElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const ListItem: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & import("react").RefAttributes<HTMLLIElement>>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
declare const unorderedTag = "ul";
|
|
3
|
-
declare const orderedTag = "ol";
|
|
4
|
-
export type ListTag = typeof unorderedTag | typeof orderedTag;
|
|
5
|
-
type Props = ComponentProps<typeof unorderedTag> & ComponentProps<typeof orderedTag> & {
|
|
6
|
-
ordered?: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare const List: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLUListElement>>;
|
|
9
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & import("react").ClassAttributes<HTMLOListElement> & import("react").OlHTMLAttributes<HTMLOListElement> & {
|
|
4
|
-
ordered?: boolean | undefined;
|
|
5
|
-
}, "ref"> & import("react").RefAttributes<HTMLUListElement>>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const List: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & import("react").ClassAttributes<HTMLOListElement> & import("react").OlHTMLAttributes<HTMLOListElement> & {
|
|
8
|
-
ordered?: boolean | undefined;
|
|
9
|
-
}, "ref"> & import("react").RefAttributes<HTMLUListElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "p";
|
|
3
|
-
export declare const Paragraph: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Paragraph: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "label";
|
|
3
|
-
export declare const RadioButtonField: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "htmlFor">, "ref"> & import("react").RefAttributes<HTMLLabelElement>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "input";
|
|
3
|
-
export declare const RadioButton: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "type">, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "href" | "target"> & {
|
|
4
|
-
href?: string | undefined;
|
|
5
|
-
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
6
|
-
prefetch?: "none" | "intent" | "render" | undefined;
|
|
7
|
-
}, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const RichTextLink: ComponentStory<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "href" | "target"> & {
|
|
10
|
-
href?: string | undefined;
|
|
11
|
-
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12
|
-
prefetch?: "none" | "intent" | "render" | undefined;
|
|
13
|
-
}, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "hr";
|
|
3
|
-
export declare const Separator: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & import("react").RefAttributes<HTMLHRElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & import("react").RefAttributes<HTMLHRElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Separator: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & import("react").RefAttributes<HTMLHRElement>>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<{
|
|
4
|
-
children?: import("react").ReactNode;
|
|
5
|
-
} & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Slot: ComponentStory<import("react").ForwardRefExoticComponent<{
|
|
8
|
-
children?: import("react").ReactNode;
|
|
9
|
-
} & import("react").RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "span";
|
|
3
|
-
export declare const Span: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Span: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "sub";
|
|
3
|
-
export declare const Subscript: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Bold: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "div";
|
|
3
|
-
export declare const SuccessMessage: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const defaultTag = "sup";
|
|
3
|
-
export declare const Superscript: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from "@storybook/react";
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Superscript: ComponentStory<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|