@webstudio-is/sdk-components-react 0.83.0 → 0.85.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/components.js +0 -16
- package/lib/cjs/form.ws.js +1 -1
- package/lib/cjs/list.ws.js +1 -1
- package/lib/cjs/metas.js +0 -16
- package/lib/cjs/props.js +0 -16
- package/lib/components.js +0 -24
- package/lib/form.ws.js +1 -1
- package/lib/list.ws.js +1 -1
- package/lib/metas.js +0 -32
- package/lib/props.js +0 -32
- package/lib/types/components.d.ts +0 -3
- package/lib/types/metas.d.ts +0 -3
- package/lib/types/props.d.ts +0 -3
- package/lib/types/vimeo-preview-image.d.ts +3 -3
- package/package.json +8 -13
- package/src/components.ts +0 -11
- package/src/form.ws.tsx +1 -1
- package/src/list.ws.tsx +1 -1
- package/src/metas.ts +0 -21
- package/src/props.ts +0 -19
- package/lib/__generated__/radix-dialog.props.js +0 -2120
- package/lib/__generated__/radix-popover.props.js +0 -463
- package/lib/__generated__/radix-tooltip.props.js +0 -473
- package/lib/cjs/__generated__/radix-dialog.props.js +0 -2140
- package/lib/cjs/__generated__/radix-popover.props.js +0 -483
- package/lib/cjs/__generated__/radix-tooltip.props.js +0 -493
- package/lib/cjs/radix-dialog.js +0 -61
- package/lib/cjs/radix-dialog.ws.js +0 -300
- package/lib/cjs/radix-popover.js +0 -59
- package/lib/cjs/radix-popover.ws.js +0 -139
- package/lib/cjs/radix-tooltip.js +0 -51
- package/lib/cjs/radix-tooltip.ws.js +0 -140
- package/lib/cjs/theme/radix-common-types.js +0 -16
- package/lib/cjs/theme/tailwind-classes.js +0 -439
- package/lib/cjs/theme/tailwind-colors.js +0 -33
- package/lib/cjs/theme/tailwind-theme.js +0 -46
- package/lib/radix-dialog.js +0 -36
- package/lib/radix-dialog.ws.js +0 -279
- package/lib/radix-popover.js +0 -34
- package/lib/radix-popover.ws.js +0 -114
- package/lib/radix-tooltip.js +0 -26
- package/lib/radix-tooltip.ws.js +0 -115
- package/lib/theme/radix-common-types.js +0 -0
- package/lib/theme/tailwind-classes.js +0 -419
- package/lib/theme/tailwind-colors.js +0 -13
- package/lib/theme/tailwind-theme.js +0 -16
- package/lib/types/__generated__/radix-dialog.props.d.ts +0 -8
- package/lib/types/__generated__/radix-popover.props.d.ts +0 -4
- package/lib/types/__generated__/radix-tooltip.props.d.ts +0 -4
- package/lib/types/radix-dialog.d.ts +0 -26
- package/lib/types/radix-dialog.ws.d.ts +0 -23
- package/lib/types/radix-popover.d.ts +0 -22
- package/lib/types/radix-popover.ws.d.ts +0 -15
- package/lib/types/radix-tooltip.d.ts +0 -22
- package/lib/types/radix-tooltip.ws.d.ts +0 -15
- package/lib/types/theme/radix-common-types.d.ts +0 -84
- package/lib/types/theme/tailwind-classes.d.ts +0 -69
- package/lib/types/theme/tailwind-colors.d.ts +0 -19
- package/lib/types/theme/tailwind-theme.d.ts +0 -72
- package/src/__generated__/radix-dialog.props.ts +0 -2363
- package/src/__generated__/radix-popover.props.ts +0 -510
- package/src/__generated__/radix-tooltip.props.ts +0 -521
- package/src/radix-dialog.tsx +0 -91
- package/src/radix-dialog.ws.tsx +0 -291
- package/src/radix-popover.tsx +0 -89
- package/src/radix-popover.ws.tsx +0 -124
- package/src/radix-tooltip.tsx +0 -84
- package/src/radix-tooltip.ws.tsx +0 -125
- package/src/theme/radix-common-types.ts +0 -495
- package/src/theme/tailwind-classes.ts +0 -570
- package/src/theme/tailwind-colors.ts +0 -47
- package/src/theme/tailwind-theme.ts +0 -24
package/lib/cjs/components.js
CHANGED
|
@@ -25,13 +25,6 @@ __export(components_exports, {
|
|
|
25
25
|
Button: () => import_button.Button,
|
|
26
26
|
Checkbox: () => import_checkbox.Checkbox,
|
|
27
27
|
CodeText: () => import_code_text.CodeText,
|
|
28
|
-
Dialog: () => import_radix_dialog.Dialog,
|
|
29
|
-
DialogClose: () => import_radix_dialog.DialogClose,
|
|
30
|
-
DialogContent: () => import_radix_dialog.DialogContent,
|
|
31
|
-
DialogDescription: () => import_radix_dialog.DialogDescription,
|
|
32
|
-
DialogOverlay: () => import_radix_dialog.DialogOverlay,
|
|
33
|
-
DialogTitle: () => import_radix_dialog.DialogTitle,
|
|
34
|
-
DialogTrigger: () => import_radix_dialog.DialogTrigger,
|
|
35
28
|
Form: () => import_form.Form,
|
|
36
29
|
Fragment: () => import_fragment.Fragment,
|
|
37
30
|
Heading: () => import_heading.Heading,
|
|
@@ -44,9 +37,6 @@ __export(components_exports, {
|
|
|
44
37
|
List: () => import_list.List,
|
|
45
38
|
ListItem: () => import_list_item.ListItem,
|
|
46
39
|
Paragraph: () => import_paragraph.Paragraph,
|
|
47
|
-
Popover: () => import_radix_popover.Popover,
|
|
48
|
-
PopoverContent: () => import_radix_popover.PopoverContent,
|
|
49
|
-
PopoverTrigger: () => import_radix_popover.PopoverTrigger,
|
|
50
40
|
RadioButton: () => import_radio_button.RadioButton,
|
|
51
41
|
RichTextLink: () => import_rich_text_link.RichTextLink,
|
|
52
42
|
Separator: () => import_separator.Separator,
|
|
@@ -56,9 +46,6 @@ __export(components_exports, {
|
|
|
56
46
|
Superscript: () => import_superscript.Superscript,
|
|
57
47
|
Text: () => import_text.Text,
|
|
58
48
|
Textarea: () => import_textarea.Textarea,
|
|
59
|
-
Tooltip: () => import_radix_tooltip.Tooltip,
|
|
60
|
-
TooltipContent: () => import_radix_tooltip.TooltipContent,
|
|
61
|
-
TooltipTrigger: () => import_radix_tooltip.TooltipTrigger,
|
|
62
49
|
Vimeo: () => import_vimeo.Vimeo,
|
|
63
50
|
VimeoPlayButton: () => import_vimeo_play_button.VimeoPlayButton,
|
|
64
51
|
VimeoPreviewImage: () => import_vimeo_preview_image.VimeoPreviewImage,
|
|
@@ -97,6 +84,3 @@ var import_vimeo = require("./vimeo");
|
|
|
97
84
|
var import_vimeo_preview_image = require("./vimeo-preview-image");
|
|
98
85
|
var import_vimeo_play_button = require("./vimeo-play-button");
|
|
99
86
|
var import_vimeo_spinner = require("./vimeo-spinner");
|
|
100
|
-
var import_radix_tooltip = require("./radix-tooltip");
|
|
101
|
-
var import_radix_popover = require("./radix-popover");
|
|
102
|
-
var import_radix_dialog = require("./radix-dialog");
|
package/lib/cjs/form.ws.js
CHANGED
package/lib/cjs/list.ws.js
CHANGED
package/lib/cjs/metas.js
CHANGED
|
@@ -25,13 +25,6 @@ __export(metas_exports, {
|
|
|
25
25
|
Button: () => import_button.meta,
|
|
26
26
|
Checkbox: () => import_checkbox.meta,
|
|
27
27
|
CodeText: () => import_code_text.meta,
|
|
28
|
-
Dialog: () => import_radix_dialog.metaDialog,
|
|
29
|
-
DialogClose: () => import_radix_dialog.metaDialogClose,
|
|
30
|
-
DialogContent: () => import_radix_dialog.metaDialogContent,
|
|
31
|
-
DialogDescription: () => import_radix_dialog.metaDialogDescription,
|
|
32
|
-
DialogOverlay: () => import_radix_dialog.metaDialogOverlay,
|
|
33
|
-
DialogTitle: () => import_radix_dialog.metaDialogTitle,
|
|
34
|
-
DialogTrigger: () => import_radix_dialog.metaDialogTrigger,
|
|
35
28
|
Form: () => import_form.meta,
|
|
36
29
|
Fragment: () => import_fragment.meta,
|
|
37
30
|
Heading: () => import_heading.meta,
|
|
@@ -44,9 +37,6 @@ __export(metas_exports, {
|
|
|
44
37
|
List: () => import_list.meta,
|
|
45
38
|
ListItem: () => import_list_item.meta,
|
|
46
39
|
Paragraph: () => import_paragraph.meta,
|
|
47
|
-
Popover: () => import_radix_popover.metaPopover,
|
|
48
|
-
PopoverContent: () => import_radix_popover.metaPopoverContent,
|
|
49
|
-
PopoverTrigger: () => import_radix_popover.metaPopoverTrigger,
|
|
50
40
|
RadioButton: () => import_radio_button.meta,
|
|
51
41
|
RichTextLink: () => import_rich_text_link.meta,
|
|
52
42
|
Separator: () => import_separator.meta,
|
|
@@ -56,9 +46,6 @@ __export(metas_exports, {
|
|
|
56
46
|
Superscript: () => import_superscript.meta,
|
|
57
47
|
Text: () => import_text.meta,
|
|
58
48
|
Textarea: () => import_textarea.meta,
|
|
59
|
-
Tooltip: () => import_radix_tooltip.metaTooltip,
|
|
60
|
-
TooltipContent: () => import_radix_tooltip.metaTooltipContent,
|
|
61
|
-
TooltipTrigger: () => import_radix_tooltip.metaTooltipTrigger,
|
|
62
49
|
Vimeo: () => import_vimeo.meta,
|
|
63
50
|
VimeoPlayButton: () => import_vimeo_play_button.meta,
|
|
64
51
|
VimeoPreviewImage: () => import_vimeo_preview_image.meta,
|
|
@@ -97,6 +84,3 @@ var import_vimeo = require("./vimeo.ws");
|
|
|
97
84
|
var import_vimeo_preview_image = require("./vimeo-preview-image.ws");
|
|
98
85
|
var import_vimeo_play_button = require("./vimeo-play-button.ws");
|
|
99
86
|
var import_vimeo_spinner = require("./vimeo-spinner.ws");
|
|
100
|
-
var import_radix_tooltip = require("./radix-tooltip.ws");
|
|
101
|
-
var import_radix_popover = require("./radix-popover.ws");
|
|
102
|
-
var import_radix_dialog = require("./radix-dialog.ws");
|
package/lib/cjs/props.js
CHANGED
|
@@ -25,13 +25,6 @@ __export(props_exports, {
|
|
|
25
25
|
Button: () => import_button.propsMeta,
|
|
26
26
|
Checkbox: () => import_checkbox.propsMeta,
|
|
27
27
|
CodeText: () => import_code_text.propsMeta,
|
|
28
|
-
Dialog: () => import_radix_dialog.propsMetaDialog,
|
|
29
|
-
DialogClose: () => import_radix_dialog.propsMetaDialogClose,
|
|
30
|
-
DialogContent: () => import_radix_dialog.propsMetaDialogContent,
|
|
31
|
-
DialogDescription: () => import_radix_dialog.propsMetaDialogDescription,
|
|
32
|
-
DialogOverlay: () => import_radix_dialog.propsMetaDialogOverlay,
|
|
33
|
-
DialogTitle: () => import_radix_dialog.propsMetaDialogTitle,
|
|
34
|
-
DialogTrigger: () => import_radix_dialog.propsMetaDialogTrigger,
|
|
35
28
|
Form: () => import_form.propsMeta,
|
|
36
29
|
Fragment: () => import_fragment.propsMeta,
|
|
37
30
|
Heading: () => import_heading.propsMeta,
|
|
@@ -44,9 +37,6 @@ __export(props_exports, {
|
|
|
44
37
|
List: () => import_list.propsMeta,
|
|
45
38
|
ListItem: () => import_list_item.propsMeta,
|
|
46
39
|
Paragraph: () => import_paragraph.propsMeta,
|
|
47
|
-
Popover: () => import_radix_popover.propsMetaPopover,
|
|
48
|
-
PopoverContent: () => import_radix_popover.propsMetaPopoverContent,
|
|
49
|
-
PopoverTrigger: () => import_radix_popover.propsMetaPopoverTrigger,
|
|
50
40
|
RadioButton: () => import_radio_button.propsMeta,
|
|
51
41
|
RichTextLink: () => import_rich_text_link.propsMeta,
|
|
52
42
|
Separator: () => import_separator.propsMeta,
|
|
@@ -56,9 +46,6 @@ __export(props_exports, {
|
|
|
56
46
|
Superscript: () => import_superscript.propsMeta,
|
|
57
47
|
Text: () => import_text.propsMeta,
|
|
58
48
|
Textarea: () => import_textarea.propsMeta,
|
|
59
|
-
Tooltip: () => import_radix_tooltip.propsMetaTooltip,
|
|
60
|
-
TooltipContent: () => import_radix_tooltip.propsMetaTooltipContent,
|
|
61
|
-
TooltipTrigger: () => import_radix_tooltip.propsMetaTooltipTrigger,
|
|
62
49
|
Vimeo: () => import_vimeo.propsMeta,
|
|
63
50
|
VimeoPlayButton: () => import_vimeo_play_button.propsMeta,
|
|
64
51
|
VimeoPreviewImage: () => import_vimeo_preview_image.propsMeta,
|
|
@@ -97,6 +84,3 @@ var import_vimeo = require("./vimeo.ws");
|
|
|
97
84
|
var import_vimeo_preview_image = require("./vimeo-preview-image.ws");
|
|
98
85
|
var import_vimeo_play_button = require("./vimeo-play-button.ws");
|
|
99
86
|
var import_vimeo_spinner = require("./vimeo-spinner.ws");
|
|
100
|
-
var import_radix_tooltip = require("./radix-tooltip.ws");
|
|
101
|
-
var import_radix_popover = require("./radix-popover.ws");
|
|
102
|
-
var import_radix_dialog = require("./radix-dialog.ws");
|
package/lib/components.js
CHANGED
|
@@ -30,17 +30,6 @@ import { Vimeo } from "./vimeo";
|
|
|
30
30
|
import { VimeoPreviewImage } from "./vimeo-preview-image";
|
|
31
31
|
import { VimeoPlayButton } from "./vimeo-play-button";
|
|
32
32
|
import { VimeoSpinner } from "./vimeo-spinner";
|
|
33
|
-
import { Tooltip, TooltipContent, TooltipTrigger } from "./radix-tooltip";
|
|
34
|
-
import { Popover, PopoverContent, PopoverTrigger } from "./radix-popover";
|
|
35
|
-
import {
|
|
36
|
-
Dialog,
|
|
37
|
-
DialogContent,
|
|
38
|
-
DialogTrigger,
|
|
39
|
-
DialogOverlay,
|
|
40
|
-
DialogClose,
|
|
41
|
-
DialogDescription,
|
|
42
|
-
DialogTitle
|
|
43
|
-
} from "./radix-dialog";
|
|
44
33
|
export {
|
|
45
34
|
Blockquote,
|
|
46
35
|
Body,
|
|
@@ -49,13 +38,6 @@ export {
|
|
|
49
38
|
Button,
|
|
50
39
|
Checkbox,
|
|
51
40
|
CodeText,
|
|
52
|
-
Dialog,
|
|
53
|
-
DialogClose,
|
|
54
|
-
DialogContent,
|
|
55
|
-
DialogDescription,
|
|
56
|
-
DialogOverlay,
|
|
57
|
-
DialogTitle,
|
|
58
|
-
DialogTrigger,
|
|
59
41
|
Form,
|
|
60
42
|
Fragment,
|
|
61
43
|
Heading,
|
|
@@ -68,9 +50,6 @@ export {
|
|
|
68
50
|
List,
|
|
69
51
|
ListItem,
|
|
70
52
|
Paragraph,
|
|
71
|
-
Popover,
|
|
72
|
-
PopoverContent,
|
|
73
|
-
PopoverTrigger,
|
|
74
53
|
RadioButton,
|
|
75
54
|
RichTextLink,
|
|
76
55
|
Separator,
|
|
@@ -80,9 +59,6 @@ export {
|
|
|
80
59
|
Superscript,
|
|
81
60
|
Text,
|
|
82
61
|
Textarea,
|
|
83
|
-
Tooltip,
|
|
84
|
-
TooltipContent,
|
|
85
|
-
TooltipTrigger,
|
|
86
62
|
Vimeo,
|
|
87
63
|
VimeoPlayButton,
|
|
88
64
|
VimeoPreviewImage,
|
package/lib/form.ws.js
CHANGED
package/lib/list.ws.js
CHANGED
package/lib/metas.js
CHANGED
|
@@ -30,25 +30,6 @@ import { meta as meta29 } from "./vimeo.ws";
|
|
|
30
30
|
import { meta as meta30 } from "./vimeo-preview-image.ws";
|
|
31
31
|
import { meta as meta31 } from "./vimeo-play-button.ws";
|
|
32
32
|
import { meta as meta32 } from "./vimeo-spinner.ws";
|
|
33
|
-
import {
|
|
34
|
-
metaTooltip,
|
|
35
|
-
metaTooltipContent,
|
|
36
|
-
metaTooltipTrigger
|
|
37
|
-
} from "./radix-tooltip.ws";
|
|
38
|
-
import {
|
|
39
|
-
metaPopover,
|
|
40
|
-
metaPopoverContent,
|
|
41
|
-
metaPopoverTrigger
|
|
42
|
-
} from "./radix-popover.ws";
|
|
43
|
-
import {
|
|
44
|
-
metaDialog,
|
|
45
|
-
metaDialogContent,
|
|
46
|
-
metaDialogTrigger,
|
|
47
|
-
metaDialogOverlay,
|
|
48
|
-
metaDialogClose,
|
|
49
|
-
metaDialogDescription,
|
|
50
|
-
metaDialogTitle
|
|
51
|
-
} from "./radix-dialog.ws";
|
|
52
33
|
export {
|
|
53
34
|
meta20 as Blockquote,
|
|
54
35
|
meta4 as Body,
|
|
@@ -57,13 +38,6 @@ export {
|
|
|
57
38
|
meta16 as Button,
|
|
58
39
|
meta28 as Checkbox,
|
|
59
40
|
meta24 as CodeText,
|
|
60
|
-
metaDialog as Dialog,
|
|
61
|
-
metaDialogClose as DialogClose,
|
|
62
|
-
metaDialogContent as DialogContent,
|
|
63
|
-
metaDialogDescription as DialogDescription,
|
|
64
|
-
metaDialogOverlay as DialogOverlay,
|
|
65
|
-
metaDialogTitle as DialogTitle,
|
|
66
|
-
metaDialogTrigger as DialogTrigger,
|
|
67
41
|
meta18 as Form,
|
|
68
42
|
meta2 as Fragment,
|
|
69
43
|
meta7 as Heading,
|
|
@@ -76,9 +50,6 @@ export {
|
|
|
76
50
|
meta21 as List,
|
|
77
51
|
meta22 as ListItem,
|
|
78
52
|
meta8 as Paragraph,
|
|
79
|
-
metaPopover as Popover,
|
|
80
|
-
metaPopoverContent as PopoverContent,
|
|
81
|
-
metaPopoverTrigger as PopoverTrigger,
|
|
82
53
|
meta27 as RadioButton,
|
|
83
54
|
meta10 as RichTextLink,
|
|
84
55
|
meta23 as Separator,
|
|
@@ -88,9 +59,6 @@ export {
|
|
|
88
59
|
meta14 as Superscript,
|
|
89
60
|
meta6 as Text,
|
|
90
61
|
meta26 as Textarea,
|
|
91
|
-
metaTooltip as Tooltip,
|
|
92
|
-
metaTooltipContent as TooltipContent,
|
|
93
|
-
metaTooltipTrigger as TooltipTrigger,
|
|
94
62
|
meta29 as Vimeo,
|
|
95
63
|
meta31 as VimeoPlayButton,
|
|
96
64
|
meta30 as VimeoPreviewImage,
|
package/lib/props.js
CHANGED
|
@@ -30,25 +30,6 @@ import { propsMeta as propsMeta29 } from "./vimeo.ws";
|
|
|
30
30
|
import { propsMeta as propsMeta30 } from "./vimeo-preview-image.ws";
|
|
31
31
|
import { propsMeta as propsMeta31 } from "./vimeo-play-button.ws";
|
|
32
32
|
import { propsMeta as propsMeta32 } from "./vimeo-spinner.ws";
|
|
33
|
-
import {
|
|
34
|
-
propsMetaTooltip,
|
|
35
|
-
propsMetaTooltipContent,
|
|
36
|
-
propsMetaTooltipTrigger
|
|
37
|
-
} from "./radix-tooltip.ws";
|
|
38
|
-
import {
|
|
39
|
-
propsMetaPopover,
|
|
40
|
-
propsMetaPopoverContent,
|
|
41
|
-
propsMetaPopoverTrigger
|
|
42
|
-
} from "./radix-popover.ws";
|
|
43
|
-
import {
|
|
44
|
-
propsMetaDialog,
|
|
45
|
-
propsMetaDialogContent,
|
|
46
|
-
propsMetaDialogTrigger,
|
|
47
|
-
propsMetaDialogOverlay,
|
|
48
|
-
propsMetaDialogClose,
|
|
49
|
-
propsMetaDialogDescription,
|
|
50
|
-
propsMetaDialogTitle
|
|
51
|
-
} from "./radix-dialog.ws";
|
|
52
33
|
export {
|
|
53
34
|
propsMeta20 as Blockquote,
|
|
54
35
|
propsMeta4 as Body,
|
|
@@ -57,13 +38,6 @@ export {
|
|
|
57
38
|
propsMeta16 as Button,
|
|
58
39
|
propsMeta28 as Checkbox,
|
|
59
40
|
propsMeta24 as CodeText,
|
|
60
|
-
propsMetaDialog as Dialog,
|
|
61
|
-
propsMetaDialogClose as DialogClose,
|
|
62
|
-
propsMetaDialogContent as DialogContent,
|
|
63
|
-
propsMetaDialogDescription as DialogDescription,
|
|
64
|
-
propsMetaDialogOverlay as DialogOverlay,
|
|
65
|
-
propsMetaDialogTitle as DialogTitle,
|
|
66
|
-
propsMetaDialogTrigger as DialogTrigger,
|
|
67
41
|
propsMeta18 as Form,
|
|
68
42
|
propsMeta2 as Fragment,
|
|
69
43
|
propsMeta7 as Heading,
|
|
@@ -76,9 +50,6 @@ export {
|
|
|
76
50
|
propsMeta21 as List,
|
|
77
51
|
propsMeta22 as ListItem,
|
|
78
52
|
propsMeta8 as Paragraph,
|
|
79
|
-
propsMetaPopover as Popover,
|
|
80
|
-
propsMetaPopoverContent as PopoverContent,
|
|
81
|
-
propsMetaPopoverTrigger as PopoverTrigger,
|
|
82
53
|
propsMeta27 as RadioButton,
|
|
83
54
|
propsMeta10 as RichTextLink,
|
|
84
55
|
propsMeta23 as Separator,
|
|
@@ -88,9 +59,6 @@ export {
|
|
|
88
59
|
propsMeta14 as Superscript,
|
|
89
60
|
propsMeta6 as Text,
|
|
90
61
|
propsMeta26 as Textarea,
|
|
91
|
-
propsMetaTooltip as Tooltip,
|
|
92
|
-
propsMetaTooltipContent as TooltipContent,
|
|
93
|
-
propsMetaTooltipTrigger as TooltipTrigger,
|
|
94
62
|
propsMeta29 as Vimeo,
|
|
95
63
|
propsMeta31 as VimeoPlayButton,
|
|
96
64
|
propsMeta30 as VimeoPreviewImage,
|
|
@@ -30,6 +30,3 @@ export { Vimeo } from "./vimeo";
|
|
|
30
30
|
export { VimeoPreviewImage } from "./vimeo-preview-image";
|
|
31
31
|
export { VimeoPlayButton } from "./vimeo-play-button";
|
|
32
32
|
export { VimeoSpinner } from "./vimeo-spinner";
|
|
33
|
-
export { Tooltip, TooltipContent, TooltipTrigger } from "./radix-tooltip";
|
|
34
|
-
export { Popover, PopoverContent, PopoverTrigger } from "./radix-popover";
|
|
35
|
-
export { Dialog, DialogContent, DialogTrigger, DialogOverlay, DialogClose, DialogDescription, DialogTitle, } from "./radix-dialog";
|
package/lib/types/metas.d.ts
CHANGED
|
@@ -30,6 +30,3 @@ export { meta as Vimeo } from "./vimeo.ws";
|
|
|
30
30
|
export { meta as VimeoPreviewImage } from "./vimeo-preview-image.ws";
|
|
31
31
|
export { meta as VimeoPlayButton } from "./vimeo-play-button.ws";
|
|
32
32
|
export { meta as VimeoSpinner } from "./vimeo-spinner.ws";
|
|
33
|
-
export { metaTooltip as Tooltip, metaTooltipContent as TooltipContent, metaTooltipTrigger as TooltipTrigger, } from "./radix-tooltip.ws";
|
|
34
|
-
export { metaPopover as Popover, metaPopoverContent as PopoverContent, metaPopoverTrigger as PopoverTrigger, } from "./radix-popover.ws";
|
|
35
|
-
export { metaDialog as Dialog, metaDialogContent as DialogContent, metaDialogTrigger as DialogTrigger, metaDialogOverlay as DialogOverlay, metaDialogClose as DialogClose, metaDialogDescription as DialogDescription, metaDialogTitle as DialogTitle, } from "./radix-dialog.ws";
|
package/lib/types/props.d.ts
CHANGED
|
@@ -30,6 +30,3 @@ export { propsMeta as Vimeo } from "./vimeo.ws";
|
|
|
30
30
|
export { propsMeta as VimeoPreviewImage } from "./vimeo-preview-image.ws";
|
|
31
31
|
export { propsMeta as VimeoPlayButton } from "./vimeo-play-button.ws";
|
|
32
32
|
export { propsMeta as VimeoSpinner } from "./vimeo-spinner.ws";
|
|
33
|
-
export { propsMetaTooltip as Tooltip, propsMetaTooltipContent as TooltipContent, propsMetaTooltipTrigger as TooltipTrigger, } from "./radix-tooltip.ws";
|
|
34
|
-
export { propsMetaPopover as Popover, propsMetaPopoverContent as PopoverContent, propsMetaPopoverTrigger as PopoverTrigger, } from "./radix-popover.ws";
|
|
35
|
-
export { propsMetaDialog as Dialog, propsMetaDialogContent as DialogContent, propsMetaDialogTrigger as DialogTrigger, propsMetaDialogOverlay as DialogOverlay, propsMetaDialogClose as DialogClose, propsMetaDialogDescription as DialogDescription, propsMetaDialogTitle as DialogTitle, } from "./radix-dialog.ws";
|
|
@@ -275,12 +275,12 @@ export declare const VimeoPreviewImage: import("react").ForwardRefExoticComponen
|
|
|
275
275
|
alt?: string | undefined;
|
|
276
276
|
src?: string | undefined;
|
|
277
277
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
278
|
-
sizes?: string | undefined;
|
|
279
|
-
srcSet?: string | undefined;
|
|
280
|
-
useMap?: string | undefined;
|
|
281
278
|
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
|
282
279
|
quality?: number | undefined;
|
|
280
|
+
sizes?: string | undefined;
|
|
283
281
|
decoding?: "auto" | "async" | "sync" | undefined;
|
|
284
282
|
loading?: "eager" | "lazy" | undefined;
|
|
283
|
+
srcSet?: string | undefined;
|
|
284
|
+
useMap?: string | undefined;
|
|
285
285
|
optimize?: boolean | undefined;
|
|
286
286
|
} & import("react").RefAttributes<HTMLImageElement>, "ref"> & import("react").RefAttributes<HTMLImageElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/sdk-components-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"description": "Webstudio default library for react",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -37,22 +37,17 @@
|
|
|
37
37
|
"react-dom": "^18.2.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@radix-ui/react-dialog": "^1.0.4",
|
|
41
|
-
"@radix-ui/react-popover": "^1.0.6",
|
|
42
|
-
"@radix-ui/react-tooltip": "^1.0.6",
|
|
43
40
|
"@react-aria/utils": "^3.18.0",
|
|
44
41
|
"colord": "^2.9.3",
|
|
45
42
|
"shallow-equal": "^3.1.0",
|
|
46
|
-
"
|
|
47
|
-
"@webstudio-is/
|
|
48
|
-
"@webstudio-is/
|
|
49
|
-
"@webstudio-is/
|
|
50
|
-
"@webstudio-is/
|
|
51
|
-
"@webstudio-is/image": "^0.83.0",
|
|
52
|
-
"@webstudio-is/react-sdk": "^0.83.0"
|
|
43
|
+
"@webstudio-is/css-vars": "^0.85.0",
|
|
44
|
+
"@webstudio-is/generate-arg-types": "^0.85.0",
|
|
45
|
+
"@webstudio-is/icons": "^0.85.0",
|
|
46
|
+
"@webstudio-is/image": "^0.85.0",
|
|
47
|
+
"@webstudio-is/react-sdk": "^0.85.0"
|
|
53
48
|
},
|
|
54
49
|
"devDependencies": {
|
|
55
|
-
"@storybook/react": "^7.1
|
|
50
|
+
"@storybook/react": "^7.2.1",
|
|
56
51
|
"@types/react": "^18.2.16",
|
|
57
52
|
"@types/react-dom": "^18.2.7",
|
|
58
53
|
"react": "^18.2.0",
|
|
@@ -60,7 +55,7 @@
|
|
|
60
55
|
"typescript": "5.1.6",
|
|
61
56
|
"@webstudio-is/scripts": "^0.0.0",
|
|
62
57
|
"@webstudio-is/storybook-config": "^0.0.0",
|
|
63
|
-
"@webstudio-is/tsconfig": "^1.0.
|
|
58
|
+
"@webstudio-is/tsconfig": "^1.0.7"
|
|
64
59
|
},
|
|
65
60
|
"scripts": {
|
|
66
61
|
"dev": "build-package --watch",
|
package/src/components.ts
CHANGED
|
@@ -30,14 +30,3 @@ export { Vimeo } from "./vimeo";
|
|
|
30
30
|
export { VimeoPreviewImage } from "./vimeo-preview-image";
|
|
31
31
|
export { VimeoPlayButton } from "./vimeo-play-button";
|
|
32
32
|
export { VimeoSpinner } from "./vimeo-spinner";
|
|
33
|
-
export { Tooltip, TooltipContent, TooltipTrigger } from "./radix-tooltip";
|
|
34
|
-
export { Popover, PopoverContent, PopoverTrigger } from "./radix-popover";
|
|
35
|
-
export {
|
|
36
|
-
Dialog,
|
|
37
|
-
DialogContent,
|
|
38
|
-
DialogTrigger,
|
|
39
|
-
DialogOverlay,
|
|
40
|
-
DialogClose,
|
|
41
|
-
DialogDescription,
|
|
42
|
-
DialogTitle,
|
|
43
|
-
} from "./radix-dialog";
|
package/src/form.ws.tsx
CHANGED
package/src/list.ws.tsx
CHANGED
package/src/metas.ts
CHANGED
|
@@ -30,24 +30,3 @@ export { meta as Vimeo } from "./vimeo.ws";
|
|
|
30
30
|
export { meta as VimeoPreviewImage } from "./vimeo-preview-image.ws";
|
|
31
31
|
export { meta as VimeoPlayButton } from "./vimeo-play-button.ws";
|
|
32
32
|
export { meta as VimeoSpinner } from "./vimeo-spinner.ws";
|
|
33
|
-
export {
|
|
34
|
-
metaTooltip as Tooltip,
|
|
35
|
-
metaTooltipContent as TooltipContent,
|
|
36
|
-
metaTooltipTrigger as TooltipTrigger,
|
|
37
|
-
} from "./radix-tooltip.ws";
|
|
38
|
-
|
|
39
|
-
export {
|
|
40
|
-
metaPopover as Popover,
|
|
41
|
-
metaPopoverContent as PopoverContent,
|
|
42
|
-
metaPopoverTrigger as PopoverTrigger,
|
|
43
|
-
} from "./radix-popover.ws";
|
|
44
|
-
|
|
45
|
-
export {
|
|
46
|
-
metaDialog as Dialog,
|
|
47
|
-
metaDialogContent as DialogContent,
|
|
48
|
-
metaDialogTrigger as DialogTrigger,
|
|
49
|
-
metaDialogOverlay as DialogOverlay,
|
|
50
|
-
metaDialogClose as DialogClose,
|
|
51
|
-
metaDialogDescription as DialogDescription,
|
|
52
|
-
metaDialogTitle as DialogTitle,
|
|
53
|
-
} from "./radix-dialog.ws";
|
package/src/props.ts
CHANGED
|
@@ -30,22 +30,3 @@ export { propsMeta as Vimeo } from "./vimeo.ws";
|
|
|
30
30
|
export { propsMeta as VimeoPreviewImage } from "./vimeo-preview-image.ws";
|
|
31
31
|
export { propsMeta as VimeoPlayButton } from "./vimeo-play-button.ws";
|
|
32
32
|
export { propsMeta as VimeoSpinner } from "./vimeo-spinner.ws";
|
|
33
|
-
export {
|
|
34
|
-
propsMetaTooltip as Tooltip,
|
|
35
|
-
propsMetaTooltipContent as TooltipContent,
|
|
36
|
-
propsMetaTooltipTrigger as TooltipTrigger,
|
|
37
|
-
} from "./radix-tooltip.ws";
|
|
38
|
-
export {
|
|
39
|
-
propsMetaPopover as Popover,
|
|
40
|
-
propsMetaPopoverContent as PopoverContent,
|
|
41
|
-
propsMetaPopoverTrigger as PopoverTrigger,
|
|
42
|
-
} from "./radix-popover.ws";
|
|
43
|
-
export {
|
|
44
|
-
propsMetaDialog as Dialog,
|
|
45
|
-
propsMetaDialogContent as DialogContent,
|
|
46
|
-
propsMetaDialogTrigger as DialogTrigger,
|
|
47
|
-
propsMetaDialogOverlay as DialogOverlay,
|
|
48
|
-
propsMetaDialogClose as DialogClose,
|
|
49
|
-
propsMetaDialogDescription as DialogDescription,
|
|
50
|
-
propsMetaDialogTitle as DialogTitle,
|
|
51
|
-
} from "./radix-dialog.ws";
|