@lowdefy/blocks-basic 0.0.0-experimental-20260720072521 → 0.0.0-experimental-20260720135014
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/dist/blocks.js +0 -1
- package/dist/e2e.js +0 -1
- package/dist/metas.js +0 -1
- package/package.json +10 -10
- package/dist/blocks/Anchor/gallery.yaml +0 -316
- package/dist/blocks/Anchor/tests/Anchor.e2e.yaml +0 -78
- package/dist/blocks/Anchor/tests.yaml +0 -109
- package/dist/blocks/Box/gallery.yaml +0 -1369
- package/dist/blocks/Box/tests/Box.e2e.yaml +0 -78
- package/dist/blocks/Box/tests.yaml +0 -43
- package/dist/blocks/DangerousHtml/gallery.yaml +0 -182
- package/dist/blocks/DangerousHtml/tests/DangerousHtml.e2e.yaml +0 -33
- package/dist/blocks/DangerousHtml/tests.yaml +0 -83
- package/dist/blocks/Dynamic/Dynamic.js +0 -35
- package/dist/blocks/Dynamic/e2e.js +0 -16
- package/dist/blocks/Dynamic/meta.js +0 -76
- package/dist/blocks/Html/gallery.yaml +0 -239
- package/dist/blocks/Html/tests/Html.e2e.yaml +0 -56
- package/dist/blocks/Html/tests.yaml +0 -75
- package/dist/blocks/Icon/gallery.yaml +0 -702
- package/dist/blocks/Icon/tests/Icon.e2e.yaml +0 -43
- package/dist/blocks/Icon/tests.yaml +0 -54
- package/dist/blocks/Img/gallery.yaml +0 -446
- package/dist/blocks/Img/tests/Img.e2e.yaml +0 -61
- package/dist/blocks/Img/tests.yaml +0 -74
- package/dist/blocks/List/gallery.yaml +0 -523
- package/dist/blocks/List/tests/List.e2e.yaml +0 -199
- package/dist/blocks/List/tests.yaml +0 -471
- package/dist/blocks/Span/gallery.yaml +0 -664
- package/dist/blocks/Span/tests/Span.e2e.yaml +0 -59
- package/dist/blocks/Span/tests.yaml +0 -43
- package/dist/blocks/Throw/gallery.yaml +0 -40
- package/dist/blocks/Throw/tests.yaml +0 -20
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# Copyright 2020-2026 Lowdefy, Inc
|
|
2
|
-
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
- id: default
|
|
16
|
-
type: Span
|
|
17
|
-
- id: properties.content
|
|
18
|
-
type: Span
|
|
19
|
-
properties:
|
|
20
|
-
content: Foo
|
|
21
|
-
- id: properties.style
|
|
22
|
-
type: Span
|
|
23
|
-
properties:
|
|
24
|
-
style:
|
|
25
|
-
border: '1px solid blue'
|
|
26
|
-
- id: areas.content
|
|
27
|
-
type: Span
|
|
28
|
-
areas:
|
|
29
|
-
content:
|
|
30
|
-
blocks:
|
|
31
|
-
- id: testArea
|
|
32
|
-
type: Test
|
|
33
|
-
- id: events.onClick
|
|
34
|
-
type: Span
|
|
35
|
-
areas:
|
|
36
|
-
content:
|
|
37
|
-
blocks:
|
|
38
|
-
- id: testArea
|
|
39
|
-
type: Test
|
|
40
|
-
events:
|
|
41
|
-
onClick:
|
|
42
|
-
- id: testAction
|
|
43
|
-
type: Text
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Copyright 2020-2026 Lowdefy, Inc
|
|
2
|
-
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
- title: Default Error
|
|
16
|
-
blocks:
|
|
17
|
-
- id: throw_default
|
|
18
|
-
type: Throw
|
|
19
|
-
|
|
20
|
-
- title: Custom Error Message
|
|
21
|
-
blocks:
|
|
22
|
-
- id: throw_custom
|
|
23
|
-
type: Throw
|
|
24
|
-
properties:
|
|
25
|
-
message: This is a custom error message thrown by the Throw block.
|
|
26
|
-
|
|
27
|
-
- title: Simulated Error Scenarios
|
|
28
|
-
blocks:
|
|
29
|
-
- id: throw_not_found
|
|
30
|
-
type: Throw
|
|
31
|
-
properties:
|
|
32
|
-
message: 'Error: Resource not found (404)'
|
|
33
|
-
- id: throw_permission
|
|
34
|
-
type: Throw
|
|
35
|
-
properties:
|
|
36
|
-
message: 'Error: Permission denied. You do not have access to this resource.'
|
|
37
|
-
- id: throw_timeout
|
|
38
|
-
type: Throw
|
|
39
|
-
properties:
|
|
40
|
-
message: 'Error: Request timed out after 30 seconds.'
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# Copyright 2020-2026 Lowdefy, Inc
|
|
2
|
-
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
- id: default
|
|
16
|
-
type: Throw
|
|
17
|
-
- id: properties.message
|
|
18
|
-
type: Throw
|
|
19
|
-
properties:
|
|
20
|
-
message: Custom error message
|