Skip to content

Commit 104419a

Browse files
committed
Update block supports
1 parent f7b8549 commit 104419a

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).
44

5+
## [Unreleased]
6+
7+
### Changed
8+
9+
- Block supports.
10+
511
## [0.6.0] - 2024-08-04
612

713
### Added
@@ -60,4 +66,5 @@ All notable changes to this project will be documented in this file, per [the Ke
6066
- Docblocks (props [@szepeviktor](https://github.com/szepeviktor)).
6167

6268
## [0.1.0] - 2023-03-26
69+
6370
- Initial release.

build/accordion-item/block.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@
2626
"reusable": false,
2727
"className": true,
2828
"color": {
29+
"background": true,
2930
"gradients": true,
31+
"heading": true,
3032
"link": true,
31-
"__experimentalDefaultControls": {
32-
"background": true,
33-
"text": true
34-
}
33+
"text": true
3534
},
3635
"spacing": {
3736
"padding": true,

build/accordion/block.json

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"full"
2020
],
2121
"className": true,
22+
"color": {
23+
"background": true,
24+
"gradients": true,
25+
"heading": true,
26+
"link": true,
27+
"text": true
28+
},
2229
"spacing": {
2330
"padding": true,
2431
"margin": [

src/accordion-item/block.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@
2626
"reusable": false,
2727
"className": true,
2828
"color": {
29+
"background": true,
2930
"gradients": true,
31+
"heading": true,
3032
"link": true,
31-
"__experimentalDefaultControls": {
32-
"background": true,
33-
"text": true
34-
}
33+
"text": true
3534
},
3635
"spacing": {
3736
"padding": true,

src/accordion/block.json

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"full"
2020
],
2121
"className": true,
22+
"color": {
23+
"background": true,
24+
"gradients": true,
25+
"heading": true,
26+
"link": true,
27+
"text": true
28+
},
2229
"spacing": {
2330
"padding": true,
2431
"margin": [

0 commit comments

Comments
 (0)