@discourser/design-system 0.9.2 → 0.9.3
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/index.cjs +3036 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +3033 -19
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -19,6 +19,7 @@ import { Checkbox as Checkbox$1, CheckboxCheckedState, CheckboxGroupProvider } f
|
|
|
19
19
|
import { RadioGroup as RadioGroup$1, RadioGroupContext } from '@ark-ui/react/radio-group';
|
|
20
20
|
import { Select as Select$1, SelectContext, SelectItemContext, SelectValueChangeDetails } from '@ark-ui/react/select';
|
|
21
21
|
import * as _pandacss_dev from '@pandacss/dev';
|
|
22
|
+
import { Preset } from '@pandacss/dev';
|
|
22
23
|
import { Slider as Slider$1, SliderContext } from '@ark-ui/react/slider';
|
|
23
24
|
import { Avatar as Avatar$1, AvatarContext } from '@ark-ui/react/avatar';
|
|
24
25
|
import { Progress as Progress$1 } from '@ark-ui/react/progress';
|
|
@@ -21500,4 +21501,6 @@ declare function transformToPandaTheme(language: DesignLanguageContract): {
|
|
|
21500
21501
|
*/
|
|
21501
21502
|
declare function cn(...inputs: ClassValue[]): string;
|
|
21502
21503
|
|
|
21503
|
-
|
|
21504
|
+
declare const discourserPandaPreset: Preset;
|
|
21505
|
+
|
|
21506
|
+
export { AbsoluteCenter$1 as AbsoluteCenter, Accordion, Avatar, Badge, type BadgeProps, type BorderConfig, type BorderWidthScale, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, Card$1 as Card, Checkbox, CloseButton$1 as CloseButton, type ColorPalettes, type DesignLanguageContract, Dialog, Drawer, type DurationScale, type EasingScale, type ElevationConfig, type ElevationScale, Group$2 as Group, Heading, type HeadingProps, Icon$1 as Icon, IconButton, type IconButtonProps, Input, InputAddon, type InputAddonProps, InputGroup, type InputGroupProps, type InputProps, type MotionConfig, Popover, Progress, type RadiiScale, RadioGroup, Select, type SemanticColors, type ShapeConfig, Skeleton$1 as Skeleton, Slider, type SpacingScale, Spinner, type SpinnerProps, Switch, Tabs, Textarea, type TextareaProps, Toaster, type TonalPalette, Tooltip$1 as Tooltip, type TypeStyle, type TypographyConfig, type TypographyScale, material3Language as activeLanguage, buttonRecipe, cardRecipe, cn, dialogRecipe, discourserPandaPreset, iconButtonRecipe, inputRecipe, switchRecipe, toaster, transformToPandaTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { Checkbox as Checkbox$1, CheckboxCheckedState, CheckboxGroupProvider } f
|
|
|
19
19
|
import { RadioGroup as RadioGroup$1, RadioGroupContext } from '@ark-ui/react/radio-group';
|
|
20
20
|
import { Select as Select$1, SelectContext, SelectItemContext, SelectValueChangeDetails } from '@ark-ui/react/select';
|
|
21
21
|
import * as _pandacss_dev from '@pandacss/dev';
|
|
22
|
+
import { Preset } from '@pandacss/dev';
|
|
22
23
|
import { Slider as Slider$1, SliderContext } from '@ark-ui/react/slider';
|
|
23
24
|
import { Avatar as Avatar$1, AvatarContext } from '@ark-ui/react/avatar';
|
|
24
25
|
import { Progress as Progress$1 } from '@ark-ui/react/progress';
|
|
@@ -21500,4 +21501,6 @@ declare function transformToPandaTheme(language: DesignLanguageContract): {
|
|
|
21500
21501
|
*/
|
|
21501
21502
|
declare function cn(...inputs: ClassValue[]): string;
|
|
21502
21503
|
|
|
21503
|
-
|
|
21504
|
+
declare const discourserPandaPreset: Preset;
|
|
21505
|
+
|
|
21506
|
+
export { AbsoluteCenter$1 as AbsoluteCenter, Accordion, Avatar, Badge, type BadgeProps, type BorderConfig, type BorderWidthScale, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, Card$1 as Card, Checkbox, CloseButton$1 as CloseButton, type ColorPalettes, type DesignLanguageContract, Dialog, Drawer, type DurationScale, type EasingScale, type ElevationConfig, type ElevationScale, Group$2 as Group, Heading, type HeadingProps, Icon$1 as Icon, IconButton, type IconButtonProps, Input, InputAddon, type InputAddonProps, InputGroup, type InputGroupProps, type InputProps, type MotionConfig, Popover, Progress, type RadiiScale, RadioGroup, Select, type SemanticColors, type ShapeConfig, Skeleton$1 as Skeleton, Slider, type SpacingScale, Spinner, type SpinnerProps, Switch, Tabs, Textarea, type TextareaProps, Toaster, type TonalPalette, Tooltip$1 as Tooltip, type TypeStyle, type TypographyConfig, type TypographyScale, material3Language as activeLanguage, buttonRecipe, cardRecipe, cn, dialogRecipe, discourserPandaPreset, iconButtonRecipe, inputRecipe, switchRecipe, toaster, transformToPandaTheme };
|