@shopify/ui-extensions 2026.7.0-rc.6 → 2026.7.0-rc.7

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.
@@ -28,7 +28,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
28
28
 
29
29
  declare const tagName = "s-section";
30
30
  /** @publicDocs */
31
- export interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
31
+ export interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding'> {
32
32
  }
33
33
  /** @publicDocs */
34
34
  export interface SectionElement extends SectionElementProps, Omit<HTMLElement, 'id'> {
@@ -4849,7 +4849,7 @@ declare module 'preact' {
4849
4849
 
4850
4850
  declare const tagName$e = "s-section";
4851
4851
  /** @publicDocs */
4852
- interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
4852
+ interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding'> {
4853
4853
  }
4854
4854
  /** @publicDocs */
4855
4855
  interface SectionElement extends SectionElementProps, Omit<HTMLElement, 'id'> {
@@ -28,7 +28,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
28
28
 
29
29
  declare const tagName = "s-section";
30
30
  /** @publicDocs */
31
- export interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
31
+ export interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding'> {
32
32
  }
33
33
  /** @publicDocs */
34
34
  export interface SectionElement extends SectionElementProps, Omit<HTMLElement, 'id'> {
@@ -4849,7 +4849,7 @@ declare module 'preact' {
4849
4849
 
4850
4850
  declare const tagName$e = "s-section";
4851
4851
  /** @publicDocs */
4852
- interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id'> {
4852
+ interface SectionElementProps extends Pick<SectionProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding'> {
4853
4853
  }
4854
4854
  /** @publicDocs */
4855
4855
  interface SectionElement extends SectionElementProps, Omit<HTMLElement, 'id'> {