plainframe-ui 0.1.8 → 0.1.9
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.js +1 -2
- package/package.json +2 -2
- package/dist/index.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -79,5 +79,4 @@ ${E}{background:var(--pf-surface-appBg);color:var(--pf-text-primary);}`:"")),f()
|
|
|
79
79
|
@media (prefers-reduced-motion:reduce){
|
|
80
80
|
*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}
|
|
81
81
|
}
|
|
82
|
-
`})}export{js as Accordion,ir as AccordionDetails,_s as AccordionGroup,ar as AccordionSummary,Xs as ActionBar,Dl as Alert,Bl as AlertDescription,Hl as AlertTitle,_c as Autocomplete,va as Avatar,od as AvatarGroup,Pr as Backdrop,cd as Badge,To as BreadCrumbItem,gd as BreadCrumbs,Ma as Button,Ba as ButtonGroup,In as Card,bo as CardContent,vo as CardDescription,yo as CardEnd,za as CardGroup,ho as CardStart,xo as CardTitle,uo as Checkbox,Va as Chip,Yd as CodeField,qd as ColorPatches,Xt as Container,Qd as ContextZone,Vf as CssBaseline,tu as Divider,ri as Drawer,Ut as DropdownMenu,kt as DropdownMenuContent,ia as DropdownMenuSub,ca as DropdownMenuSubContent,la as DropdownMenuSubTrigger,_t as DropdownMenuTrigger,Ur as Fade,ai as Flex,_r as Grow,ci as Image,zu as ImageStack,Vu as Kbd,ea as Menu,Fc as MenuCheckboxGroup,fo as MenuCheckboxItem,Kt as MenuItem,Gt as MenuLabel,ha as MenuRadioGroup,Pc as MenuRadioItem,Mc as MenuSeparator,ga as MenuSwitchItem,so as MenuVariantCtx,np as Modal,Ci as ModalContent,vi as ModalTrigger,up as Pagination,Mp as Popover,Ei as PopoverAnchor,ki as PopoverContent,Si as PopoverTrigger,Nr as Progress,Bp as Quote,jp as RadioGroup,Vp as RadioItem,Xp as Rotate,Zp as Select,om as Skeleton,qr as Slide,Bi as Slider,cs as Step,xm as Stepper,ec as SubMenu,nc as SubMenuContent,tc as SubMenuTrigger,ji as Swap,ps as SwapItem,yr as Switch,Vo as Tab,Uo as TabContent,Am as Tabs,zm as TextArea,no as TextField,Jf as ThemeProvider,mf as ToastViewport,Lf as Tooltip,zf as TooltipContent,$f as TooltipTrigger,tn as Typography,Ss as defaultDarkTheme,Ts as defaultLightTheme,mn as surfaceFromNeutral,qn as textDark,Yn as textLight,we as toast,Yf as useColorMode,tl as useColorModeValue,br as useDropdownMenuActiveIndex,j as usePlainframeUITheme,Np as usePopoverContext,nl as usePrimary,qf as usePrimitives}
|
|
83
|
-
//# sourceMappingURL=index.js.map
|
|
82
|
+
`})}export{js as Accordion,ir as AccordionDetails,_s as AccordionGroup,ar as AccordionSummary,Xs as ActionBar,Dl as Alert,Bl as AlertDescription,Hl as AlertTitle,_c as Autocomplete,va as Avatar,od as AvatarGroup,Pr as Backdrop,cd as Badge,To as BreadCrumbItem,gd as BreadCrumbs,Ma as Button,Ba as ButtonGroup,In as Card,bo as CardContent,vo as CardDescription,yo as CardEnd,za as CardGroup,ho as CardStart,xo as CardTitle,uo as Checkbox,Va as Chip,Yd as CodeField,qd as ColorPatches,Xt as Container,Qd as ContextZone,Vf as CssBaseline,tu as Divider,ri as Drawer,Ut as DropdownMenu,kt as DropdownMenuContent,ia as DropdownMenuSub,ca as DropdownMenuSubContent,la as DropdownMenuSubTrigger,_t as DropdownMenuTrigger,Ur as Fade,ai as Flex,_r as Grow,ci as Image,zu as ImageStack,Vu as Kbd,ea as Menu,Fc as MenuCheckboxGroup,fo as MenuCheckboxItem,Kt as MenuItem,Gt as MenuLabel,ha as MenuRadioGroup,Pc as MenuRadioItem,Mc as MenuSeparator,ga as MenuSwitchItem,so as MenuVariantCtx,np as Modal,Ci as ModalContent,vi as ModalTrigger,up as Pagination,Mp as Popover,Ei as PopoverAnchor,ki as PopoverContent,Si as PopoverTrigger,Nr as Progress,Bp as Quote,jp as RadioGroup,Vp as RadioItem,Xp as Rotate,Zp as Select,om as Skeleton,qr as Slide,Bi as Slider,cs as Step,xm as Stepper,ec as SubMenu,nc as SubMenuContent,tc as SubMenuTrigger,ji as Swap,ps as SwapItem,yr as Switch,Vo as Tab,Uo as TabContent,Am as Tabs,zm as TextArea,no as TextField,Jf as ThemeProvider,mf as ToastViewport,Lf as Tooltip,zf as TooltipContent,$f as TooltipTrigger,tn as Typography,Ss as defaultDarkTheme,Ts as defaultLightTheme,mn as surfaceFromNeutral,qn as textDark,Yn as textLight,we as toast,Yf as useColorMode,tl as useColorModeValue,br as useDropdownMenuActiveIndex,j as usePlainframeUITheme,Np as usePopoverContext,nl as usePrimary,qf as usePrimitives};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plainframe-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Beautiful React component library with built-in theming, animations, and accessibility",
|
|
5
5
|
"author": "Plainframe",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "tsup
|
|
38
|
+
"build": "tsup",
|
|
39
39
|
"test": "vitest",
|
|
40
40
|
"test:ui": "vitest --ui",
|
|
41
41
|
"test:run": "vitest run",
|