From 32aab158878cf4dd1a3a4ecc9c7f60d42cc31e39 Mon Sep 17 00:00:00 2001 From: Rinkal Pagdar <92097119+rinkalpagdar@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:58:02 +0530 Subject: [PATCH 1/2] comments pagination numbers border and spacing support added --- docs/reference-guides/core-blocks.md | 2 +- .../data/data-core-annotations.md | 1 + .../data/data-core-block-directory.md | 1 + docs/reference-guides/data/data-core-commands.md | 1 + docs/reference-guides/data/data-core-nux.md | 1 + .../src/comments-pagination-numbers/block.json | 16 ++++++++++++++++ packages/core-commands/README.md | 1 + 7 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index dd49d15685724..982562f8ec192 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -217,7 +217,7 @@ Displays a list of page numbers for comments pagination. ([Source](https://githu - **Name:** core/comments-pagination-numbers - **Category:** theme - **Parent:** core/comments-pagination -- **Supports:** color (background, gradients, ~~text~~), interactivity (clientNavigation), typography (fontSize, lineHeight), ~~html~~, ~~reusable~~ +- **Supports:** color (background, gradients, ~~text~~), interactivity (clientNavigation), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~, ~~reusable~~ ## Comments Previous Page diff --git a/docs/reference-guides/data/data-core-annotations.md b/docs/reference-guides/data/data-core-annotations.md index da86bf4b0dcf5..a2e64d27593ae 100644 --- a/docs/reference-guides/data/data-core-annotations.md +++ b/docs/reference-guides/data/data-core-annotations.md @@ -12,6 +12,7 @@ This package is still experimental. “Experimental” means this is an early im Nothing to document. + ## Actions diff --git a/docs/reference-guides/data/data-core-block-directory.md b/docs/reference-guides/data/data-core-block-directory.md index c1fe96521adc3..0f8de6ffaaa5f 100644 --- a/docs/reference-guides/data/data-core-block-directory.md +++ b/docs/reference-guides/data/data-core-block-directory.md @@ -106,6 +106,7 @@ _Returns_ - `boolean`: Whether a request is in progress for the blocks list. + ## Actions diff --git a/docs/reference-guides/data/data-core-commands.md b/docs/reference-guides/data/data-core-commands.md index 9621de9d98c95..1d4ecf3317f31 100644 --- a/docs/reference-guides/data/data-core-commands.md +++ b/docs/reference-guides/data/data-core-commands.md @@ -56,6 +56,7 @@ _Returns_ - `boolean`: Returns whether the command palette is open. + ## Actions diff --git a/docs/reference-guides/data/data-core-nux.md b/docs/reference-guides/data/data-core-nux.md index eb6a1c3b5c9a5..9dae997d9f933 100644 --- a/docs/reference-guides/data/data-core-nux.md +++ b/docs/reference-guides/data/data-core-nux.md @@ -44,6 +44,7 @@ _Returns_ - `boolean`: Whether or not the given tip is showing. + ## Actions diff --git a/packages/block-library/src/comments-pagination-numbers/block.json b/packages/block-library/src/comments-pagination-numbers/block.json index 9e9017af63197..7e7cddada004b 100644 --- a/packages/block-library/src/comments-pagination-numbers/block.json +++ b/packages/block-library/src/comments-pagination-numbers/block.json @@ -31,6 +31,22 @@ "fontSize": true } }, + "spacing": { + "margin": true, + "padding": true + }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true, + "__experimentalDefaultControls": { + "radius": true, + "color": true, + "width": true, + "style": true + } + }, "interactivity": { "clientNavigation": true } diff --git a/packages/core-commands/README.md b/packages/core-commands/README.md index a7f8073c1f1de..83563900e252b 100644 --- a/packages/core-commands/README.md +++ b/packages/core-commands/README.md @@ -20,6 +20,7 @@ _This package assumes that your code will run in an **ES2015+** environment. If Undocumented declaration. + ## Contributing to this package From 0ff0a619ea7a83daa404699048198458bba99e9e Mon Sep 17 00:00:00 2001 From: Rinkal Pagdar <92097119+rinkalpagdar@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:23:16 +0530 Subject: [PATCH 2/2] build docs --- docs/reference-guides/data/data-core-annotations.md | 1 - docs/reference-guides/data/data-core-block-directory.md | 1 - docs/reference-guides/data/data-core-commands.md | 1 - docs/reference-guides/data/data-core-nux.md | 1 - packages/core-commands/README.md | 1 - 5 files changed, 5 deletions(-) diff --git a/docs/reference-guides/data/data-core-annotations.md b/docs/reference-guides/data/data-core-annotations.md index a2e64d27593ae..da86bf4b0dcf5 100644 --- a/docs/reference-guides/data/data-core-annotations.md +++ b/docs/reference-guides/data/data-core-annotations.md @@ -12,7 +12,6 @@ This package is still experimental. “Experimental” means this is an early im Nothing to document. - ## Actions diff --git a/docs/reference-guides/data/data-core-block-directory.md b/docs/reference-guides/data/data-core-block-directory.md index 0f8de6ffaaa5f..c1fe96521adc3 100644 --- a/docs/reference-guides/data/data-core-block-directory.md +++ b/docs/reference-guides/data/data-core-block-directory.md @@ -106,7 +106,6 @@ _Returns_ - `boolean`: Whether a request is in progress for the blocks list. - ## Actions diff --git a/docs/reference-guides/data/data-core-commands.md b/docs/reference-guides/data/data-core-commands.md index 1d4ecf3317f31..9621de9d98c95 100644 --- a/docs/reference-guides/data/data-core-commands.md +++ b/docs/reference-guides/data/data-core-commands.md @@ -56,7 +56,6 @@ _Returns_ - `boolean`: Returns whether the command palette is open. - ## Actions diff --git a/docs/reference-guides/data/data-core-nux.md b/docs/reference-guides/data/data-core-nux.md index 9dae997d9f933..eb6a1c3b5c9a5 100644 --- a/docs/reference-guides/data/data-core-nux.md +++ b/docs/reference-guides/data/data-core-nux.md @@ -44,7 +44,6 @@ _Returns_ - `boolean`: Whether or not the given tip is showing. - ## Actions diff --git a/packages/core-commands/README.md b/packages/core-commands/README.md index 83563900e252b..a7f8073c1f1de 100644 --- a/packages/core-commands/README.md +++ b/packages/core-commands/README.md @@ -20,7 +20,6 @@ _This package assumes that your code will run in an **ES2015+** environment. If Undocumented declaration. - ## Contributing to this package