@stokelp/ui 1.37.0 → 1.38.0
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.
- package/dist/components/accordion/Accordion.d.ts +1 -1
- package/dist/components/action-card/ActionCard.d.ts +1 -1
- package/dist/components/alert/Alert.d.ts +1 -1
- package/dist/components/app/product-card-catalog/styled.d.ts +1 -1
- package/dist/components/breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/components/button/Button.d.ts +1 -1
- package/dist/components/button-filter/ButtonFilter.d.ts +1 -1
- package/dist/components/chip/Chip.d.ts +1 -1
- package/dist/components/drawer/Drawer.d.ts +1 -1
- package/dist/components/form/FormControl.d.ts +1 -1
- package/dist/components/form/FormHelperText.d.ts +1 -1
- package/dist/components/form/FormLabel.d.ts +1 -1
- package/dist/components/input/Input.d.ts +1 -1
- package/dist/components/input/InputAddon.d.ts +1 -1
- package/dist/components/input/InputGroup.d.ts +1 -1
- package/dist/components/pagination/Pagination.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +1 -1
- package/dist/components/radio-button-group/RadioButtonGroup.d.ts +1 -1
- package/dist/components/radio-group/RadioGroup.d.ts +1 -1
- package/dist/components/table/Table.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +1 -1
- package/dist/components/textarea/Textarea.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.d.ts +1 -1
- package/dist/preset.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/theme/keyframes.d.ts +1 -1
- package/dist/theme/recipes/accordion.d.ts +1 -1
- package/dist/theme/recipes/action-card.d.ts +1 -1
- package/dist/theme/recipes/alert.d.ts +1 -1
- package/dist/theme/recipes/app/product-card-catalog.d.ts +1 -1
- package/dist/theme/recipes/breadcrumb.d.ts +1 -1
- package/dist/theme/recipes/button-filter.d.ts +1 -1
- package/dist/theme/recipes/button.d.ts +1 -1
- package/dist/theme/recipes/checkbox.d.ts +1 -1
- package/dist/theme/recipes/chip.d.ts +1 -1
- package/dist/theme/recipes/datepicker.d.ts +1 -1
- package/dist/theme/recipes/drawer.d.ts +1 -1
- package/dist/theme/recipes/form/control.d.ts +1 -1
- package/dist/theme/recipes/form/helper-text.d.ts +1 -1
- package/dist/theme/recipes/form/label.d.ts +1 -1
- package/dist/theme/recipes/heading.d.ts +1 -1
- package/dist/theme/recipes/illustration.d.ts +1 -1
- package/dist/theme/recipes/input-addon.d.ts +1 -1
- package/dist/theme/recipes/input-group.d.ts +1 -1
- package/dist/theme/recipes/input.d.ts +1 -1
- package/dist/theme/recipes/pagination.d.ts +1 -1
- package/dist/theme/recipes/popover.d.ts +1 -1
- package/dist/theme/recipes/radio-button-group.d.ts +1 -1
- package/dist/theme/recipes/radio-group.d.ts +1 -1
- package/dist/theme/recipes/select.d.ts +1 -1
- package/dist/theme/recipes/status-tag-select.d.ts +1 -1
- package/dist/theme/recipes/switch.d.ts +1 -1
- package/dist/theme/recipes/table-container.d.ts +1 -1
- package/dist/theme/recipes/table-empty-row.d.ts +1 -1
- package/dist/theme/recipes/table-group-title.d.ts +1 -1
- package/dist/theme/recipes/table.d.ts +1 -1
- package/dist/theme/recipes/tabs.d.ts +1 -1
- package/dist/theme/recipes/tag.d.ts +1 -1
- package/dist/theme/recipes/text.d.ts +1 -1
- package/dist/theme/recipes/textarea.d.ts +1 -1
- package/dist/theme/recipes/tooltip.d.ts +1 -1
- package/dist/theme/text-styles.d.ts +1 -1
- package/dist/ui.cjs +3 -3
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +527 -522
- package/dist/ui.js.map +1 -1
- package/package.json +17 -17
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CssKeyframes } from '@pandacss/
|
|
1
|
+
import { CssKeyframes } from '@pandacss/types';
|
|
2
2
|
export declare const keyframes: CssKeyframes;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const accordionRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const actionCardRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const alertRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const productCardCatalogRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const breadcrumbRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const buttonFilterRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const buttonRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const checkboxRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const chipRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const datepickerRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const drawerRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const formControlRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const formHelperTextRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const formLabelRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const headingRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const illustrationRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const inputAddonRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const inputGroupRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const inputRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const paginationRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const popoverRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const radioButtonGroupRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const radioGroupRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const selectRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const statusTagSelectRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const switchRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const tableContainerRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const tableEmptyRowRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const tableGroupTitleRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const tableRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const tabsRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const tagRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const textRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/types';
|
|
2
2
|
export declare const textareaRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/types';
|
|
2
2
|
export declare const tooltipRecipe: SlotRecipeConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TextStyles } from '@pandacss/
|
|
1
|
+
import { TextStyles } from '@pandacss/types';
|
|
2
2
|
export declare const textStyles: TextStyles;
|