@builder.io/sdk-solid 0.0.10 → 0.0.11
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder.io/sdk-solid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -15,59 +15,59 @@
|
|
|
15
15
|
},
|
|
16
16
|
"exports": {
|
|
17
17
|
".": "./src/index.js",
|
|
18
|
-
"./functions/event-handler": "./functions/event-handler.js",
|
|
19
|
-
"./functions/get-block-actions": "./functions/get-block-actions.js",
|
|
20
|
-
"./functions/get-block-component": "./functions/get-block-component.js",
|
|
21
|
-
"./functions/get-block-properties": "./functions/get-block-properties.js",
|
|
22
|
-
"./functions/get-block-styles": "./functions/get-block-styles.js",
|
|
23
|
-
"./functions/get-block-tag": "./functions/get-block-tag.js",
|
|
24
|
-
"./functions/get-fetch": "./functions/get-fetch.js",
|
|
25
|
-
"./functions/get-global-this": "./functions/get-global-this.js",
|
|
26
|
-
"./functions/get-processed-block": "./functions/get-processed-block.js",
|
|
27
|
-
"./functions/if-target": "./functions/if-target.js",
|
|
28
|
-
"./functions/is-browser": "./functions/is-browser.js",
|
|
29
|
-
"./functions/is-editing": "./functions/is-editing.js",
|
|
30
|
-
"./functions/is-iframe": "./functions/is-iframe.js",
|
|
31
|
-
"./functions/is-previewing": "./functions/is-previewing.js",
|
|
32
|
-
"./functions/macro-eval": "./functions/macro-eval.js",
|
|
33
|
-
"./functions/on-change": "./functions/on-change.js",
|
|
34
|
-
"./functions/previewing-model-name": "./functions/previewing-model-name.js",
|
|
35
|
-
"./functions/register-component": "./functions/register-component.js",
|
|
36
|
-
"./functions/register": "./functions/register.js",
|
|
37
|
-
"./functions/set-editor-settings": "./functions/set-editor-settings.js",
|
|
38
|
-
"./functions/set": "./functions/set.js",
|
|
39
|
-
"./functions/track": "./functions/track.js",
|
|
40
|
-
"./functions/transform-block": "./functions/transform-block.js",
|
|
41
|
-
"./functions/get-content": "./functions/get-content/index.js",
|
|
42
|
-
"./functions/get-builder-search-params": "./functions/get-builder-search-params/index.js",
|
|
43
|
-
"./
|
|
44
|
-
"./
|
|
45
|
-
"./functions/scripts/init-editing": "./functions/scripts/init-editing.js",
|
|
46
|
-
"./constants/device-sizes": "./constants/device-sizes.js",
|
|
47
|
-
"./constants/target": "./constants/target.js",
|
|
48
|
-
"./context/builder.context": "./context/builder.context.js",
|
|
49
|
-
"./components/block-styles": "./components/block-styles.js",
|
|
50
|
-
"./components/error-boundary": "./components/error-boundary.js",
|
|
51
|
-
"./components/render-block": "./components/render-block.js",
|
|
52
|
-
"./components/render-blocks": "./components/render-blocks.js",
|
|
53
|
-
"./components/render-content/render-content": "./components/render-content/render-content.js",
|
|
54
|
-
"./components/render-content/components/render-styles": "./
|
|
55
|
-
"./blocks/button": "./blocks/button.jsx",
|
|
56
|
-
"./blocks/columns": "./blocks/columns.jsx",
|
|
57
|
-
"./blocks/custom-code": "./blocks/custom-code.jsx",
|
|
58
|
-
"./blocks/embed": "./blocks/embed.jsx",
|
|
59
|
-
"./blocks/form": "./blocks/form.jsx",
|
|
60
|
-
"./blocks/fragment": "./blocks/fragment.jsx",
|
|
61
|
-
"./blocks/image": "./blocks/image.jsx",
|
|
62
|
-
"./blocks/img": "./blocks/img.jsx",
|
|
63
|
-
"./blocks/input": "./blocks/input.jsx",
|
|
64
|
-
"./blocks/raw-text": "./blocks/raw-text.jsx",
|
|
65
|
-
"./blocks/section": "./blocks/section.jsx",
|
|
66
|
-
"./blocks/select": "./blocks/select.jsx",
|
|
67
|
-
"./blocks/submit-button": "./blocks/submit-button.jsx",
|
|
68
|
-
"./blocks/symbol": "./blocks/symbol.jsx",
|
|
69
|
-
"./blocks/text": "./blocks/text.jsx",
|
|
70
|
-
"./blocks/textarea": "./blocks/textarea.jsx",
|
|
71
|
-
"./blocks/video": "./blocks/video.jsx"
|
|
18
|
+
"./src/functions/event-handler": "./src/functions/event-handler.js",
|
|
19
|
+
"./src/functions/get-block-actions": "./src/functions/get-block-actions.js",
|
|
20
|
+
"./src/functions/get-block-component": "./src/functions/get-block-component.js",
|
|
21
|
+
"./src/functions/get-block-properties": "./src/functions/get-block-properties.js",
|
|
22
|
+
"./src/functions/get-block-styles": "./src/functions/get-block-styles.js",
|
|
23
|
+
"./src/functions/get-block-tag": "./src/functions/get-block-tag.js",
|
|
24
|
+
"./src/functions/get-fetch": "./src/functions/get-fetch.js",
|
|
25
|
+
"./src/functions/get-global-this": "./src/functions/get-global-this.js",
|
|
26
|
+
"./src/functions/get-processed-block": "./src/functions/get-processed-block.js",
|
|
27
|
+
"./src/functions/if-target": "./src/functions/if-target.js",
|
|
28
|
+
"./src/functions/is-browser": "./src/functions/is-browser.js",
|
|
29
|
+
"./src/functions/is-editing": "./src/functions/is-editing.js",
|
|
30
|
+
"./src/functions/is-iframe": "./src/functions/is-iframe.js",
|
|
31
|
+
"./src/functions/is-previewing": "./src/functions/is-previewing.js",
|
|
32
|
+
"./src/functions/macro-eval": "./src/functions/macro-eval.js",
|
|
33
|
+
"./src/functions/on-change": "./src/functions/on-change.js",
|
|
34
|
+
"./src/functions/previewing-model-name": "./src/functions/previewing-model-name.js",
|
|
35
|
+
"./src/functions/register-component": "./src/functions/register-component.js",
|
|
36
|
+
"./src/functions/register": "./src/functions/register.js",
|
|
37
|
+
"./src/functions/set-editor-settings": "./src/functions/set-editor-settings.js",
|
|
38
|
+
"./src/functions/set": "./src/functions/set.js",
|
|
39
|
+
"./src/functions/track": "./src/functions/track.js",
|
|
40
|
+
"./src/functions/transform-block": "./src/functions/transform-block.js",
|
|
41
|
+
"./src/functions/get-content": "./src/functions/get-content/index.js",
|
|
42
|
+
"./src/functions/get-builder-search-params": "./src/functions/get-builder-search-params/index.js",
|
|
43
|
+
"./src/index-helpers/block-exports": "./src/index-helpers/block-exports.js",
|
|
44
|
+
"./src/index-helpers/top-of-file": "./src/index-helpers/top-of-file.js",
|
|
45
|
+
"./src/functions/scripts/init-editing": "./src/functions/scripts/init-editing.js",
|
|
46
|
+
"./src/constants/device-sizes": "./src/constants/device-sizes.js",
|
|
47
|
+
"./src/constants/target": "./src/constants/target.js",
|
|
48
|
+
"./src/context/builder.context": "./src/context/builder.context.js",
|
|
49
|
+
"./src/components/block-styles": "./src/components/block-styles.js",
|
|
50
|
+
"./src/components/error-boundary": "./src/components/error-boundary.js",
|
|
51
|
+
"./src/components/render-block": "./src/components/render-block.js",
|
|
52
|
+
"./src/components/render-blocks": "./src/components/render-blocks.js",
|
|
53
|
+
"./src/components/render-content/render-content": "./src/components/render-content/render-content.js",
|
|
54
|
+
"./src/components/render-content/components/render-styles": "./src/components/render-content/components/render-styles.js",
|
|
55
|
+
"./src/blocks/button": "./src/blocks/button.jsx",
|
|
56
|
+
"./src/blocks/columns": "./src/blocks/columns.jsx",
|
|
57
|
+
"./src/blocks/custom-code": "./src/blocks/custom-code.jsx",
|
|
58
|
+
"./src/blocks/embed": "./src/blocks/embed.jsx",
|
|
59
|
+
"./src/blocks/form": "./src/blocks/form.jsx",
|
|
60
|
+
"./src/blocks/fragment": "./src/blocks/fragment.jsx",
|
|
61
|
+
"./src/blocks/image": "./src/blocks/image.jsx",
|
|
62
|
+
"./src/blocks/img": "./src/blocks/img.jsx",
|
|
63
|
+
"./src/blocks/input": "./src/blocks/input.jsx",
|
|
64
|
+
"./src/blocks/raw-text": "./src/blocks/raw-text.jsx",
|
|
65
|
+
"./src/blocks/section": "./src/blocks/section.jsx",
|
|
66
|
+
"./src/blocks/select": "./src/blocks/select.jsx",
|
|
67
|
+
"./src/blocks/submit-button": "./src/blocks/submit-button.jsx",
|
|
68
|
+
"./src/blocks/symbol": "./src/blocks/symbol.jsx",
|
|
69
|
+
"./src/blocks/text": "./src/blocks/text.jsx",
|
|
70
|
+
"./src/blocks/textarea": "./src/blocks/textarea.jsx",
|
|
71
|
+
"./src/blocks/video": "./src/blocks/video.jsx"
|
|
72
72
|
}
|
|
73
73
|
}
|