@lowdefy/blocks-basic 0.0.0-experimental-20260324092624 → 0.0.0-experimental-20260324134638

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.
@@ -16,6 +16,9 @@
16
16
  category: 'container',
17
17
  icons: [],
18
18
  valueType: null,
19
+ slots: {
20
+ content: 'Child blocks in the Box.'
21
+ },
19
22
  cssKeys: {
20
23
  element: 'The Box element.'
21
24
  },
@@ -16,6 +16,9 @@
16
16
  category: 'list',
17
17
  icons: [],
18
18
  valueType: 'array',
19
+ slots: {
20
+ content: 'Blocks rendered for each list item.'
21
+ },
19
22
  cssKeys: {
20
23
  element: 'The List element.'
21
24
  },
@@ -16,6 +16,9 @@
16
16
  category: 'container',
17
17
  icons: [],
18
18
  valueType: null,
19
+ slots: {
20
+ content: 'Child blocks in the Span.'
21
+ },
19
22
  cssKeys: {
20
23
  element: 'The Span element.'
21
24
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/blocks-basic",
3
- "version": "0.0.0-experimental-20260324092624",
3
+ "version": "0.0.0-experimental-20260324134638",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Basic html Lowdefy blocks.",
6
6
  "homepage": "https://lowdefy.com",
@@ -42,15 +42,15 @@
42
42
  "dist/*"
43
43
  ],
44
44
  "dependencies": {
45
- "@lowdefy/block-utils": "0.0.0-experimental-20260324092624",
46
- "@lowdefy/helpers": "0.0.0-experimental-20260324092624",
45
+ "@lowdefy/block-utils": "0.0.0-experimental-20260324134638",
46
+ "@lowdefy/helpers": "0.0.0-experimental-20260324134638",
47
47
  "dompurify": "3.2.4",
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@lowdefy/block-dev-e2e": "0.0.0-experimental-20260324092624",
53
- "@lowdefy/e2e-utils": "0.0.0-experimental-20260324092624",
52
+ "@lowdefy/block-dev-e2e": "0.0.0-experimental-20260324134638",
53
+ "@lowdefy/e2e-utils": "0.0.0-experimental-20260324134638",
54
54
  "@playwright/test": "1.50.1",
55
55
  "@swc/cli": "0.8.0",
56
56
  "@swc/core": "1.15.18",