From 4eabd46fae53950c767b8d3ffeb8e7ccd96ec541 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Tue, 3 Dec 2024 22:54:58 +0100 Subject: [PATCH] fix pyi again --- reflex/components/radix/themes/components/table.pyi | 4 ++-- reflex/components/radix/themes/layout/base.pyi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reflex/components/radix/themes/components/table.pyi b/reflex/components/radix/themes/components/table.pyi index 9bc7bf730..a4548d7fe 100644 --- a/reflex/components/radix/themes/components/table.pyi +++ b/reflex/components/radix/themes/components/table.pyi @@ -733,7 +733,7 @@ class TableCell(elements.Td, CommonPaddingProps, RadixThemesComponent): spell_check: Defines whether the element may be checked for spelling errors. tab_index: Defines the position of the current element in the tabbing order. title: Defines a tooltip for the element. - p: Padding: "0" - "9" + p: Padding global: "0" - "9" px: Padding horizontal: "0" - "9" py: Padding vertical: "0" - "9" pt: Padding top: "0" - "9" @@ -973,7 +973,7 @@ class TableRowHeaderCell(elements.Th, CommonPaddingProps, RadixThemesComponent): spell_check: Defines whether the element may be checked for spelling errors. tab_index: Defines the position of the current element in the tabbing order. title: Defines a tooltip for the element. - p: Padding: "0" - "9" + p: Padding global: "0" - "9" px: Padding horizontal: "0" - "9" py: Padding vertical: "0" - "9" pt: Padding top: "0" - "9" diff --git a/reflex/components/radix/themes/layout/base.pyi b/reflex/components/radix/themes/layout/base.pyi index 440ec882a..7ff5fba7d 100644 --- a/reflex/components/radix/themes/layout/base.pyi +++ b/reflex/components/radix/themes/layout/base.pyi @@ -227,14 +227,14 @@ class LayoutComponent(CommonMarginProps, CommonPaddingProps, RadixThemesComponen *children: Child components. flex_shrink: Whether the element will take up the smallest possible space: "0" | "1" flex_grow: Whether the element will take up the largest possible space: "0" | "1" - m: Margin: "0" - "9" + m: Margin global: "0" - "9" mx: Margin horizontal: "0" - "9" my: Margin vertical: "0" - "9" mt: Margin top: "0" - "9" mr: Margin right: "0" - "9" mb: Margin bottom: "0" - "9" ml: Margin left: "0" - "9" - p: Padding: "0" - "9" + p: Padding global: "0" - "9" px: Padding horizontal: "0" - "9" py: Padding vertical: "0" - "9" pt: Padding top: "0" - "9"