@baseplate-dev/plugin-auth 0.1.1 → 0.1.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/README.md +27 -0
- package/dist/auth/core/common.d.ts +1 -0
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/schema/models.d.ts.map +1 -1
- package/dist/auth/core/schema/models.js +11 -0
- package/dist/auth/core/schema/models.js.map +1 -1
- package/dist/auth0/core/schema/models.d.ts.map +1 -1
- package/dist/auth0/core/schema/models.js +6 -0
- package/dist/auth0/core/schema/models.js.map +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreCommon--n6esVYP.js → __federation_expose_auth0CoreCommon-DCwCR5dZ.js} +3 -3
- package/dist/web/assets/{__federation_expose_auth0CoreCommon--n6esVYP.js.map → __federation_expose_auth0CoreCommon-DCwCR5dZ.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-Ql6gpX5q.js → __federation_expose_auth0CoreWeb-BlCwYpTq.js} +11 -5
- package/dist/web/assets/__federation_expose_auth0CoreWeb-BlCwYpTq.js.map +1 -0
- package/dist/web/assets/{__federation_fn_import-BiwmVFwy.js → __federation_fn_import-dzKjrTzS.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-BiwmVFwy.js.map → __federation_fn_import-dzKjrTzS.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-CY8oz43s.js → web-BXHJHUXP.js} +18 -7
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXHJHUXP.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-B62IPizQ.js → project-builder-lib-GtzVuDsM.js} +17 -675
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-GtzVuDsM.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-BU2QTWNs.js → ui-components-ChoqtPkg.js} +11 -6
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ChoqtPkg.js.map +1 -0
- package/dist/web/assets/{index-CgJx-krK.js → index-BxDOOHD-.js} +2 -2
- package/dist/web/assets/{index-CgJx-krK.js.map → index-BxDOOHD-.js.map} +1 -1
- package/dist/web/assets/{index.esm-BcxPd7Ha.js → index.esm-BZEyAv4m.js} +2 -2
- package/dist/web/assets/{index.esm-BcxPd7Ha.js.map → index.esm-BZEyAv4m.js.map} +1 -1
- package/dist/web/assets/{model-utils-CbQJy1wE.js → model-merger-CdV-7CWE.js} +780 -4
- package/dist/web/assets/model-merger-CdV-7CWE.js.map +1 -0
- package/dist/web/assets/{plugin-definition-BQRupXoQ.js → plugin-definition-C9Q-BrBQ.js} +2 -2
- package/dist/web/assets/{plugin-definition-BQRupXoQ.js.map → plugin-definition-C9Q-BrBQ.js.map} +1 -1
- package/dist/web/assets/{react-2jQE8aG0.js → react-BfiX28GO.js} +2 -2
- package/dist/web/assets/{react-2jQE8aG0.js.map → react-BfiX28GO.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +2 -2
- package/package.json +17 -14
- package/dist/web/assets/__federation_expose_auth0CoreWeb-Ql6gpX5q.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-CY8oz43s.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B62IPizQ.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BU2QTWNs.js.map +0 -1
- package/dist/web/assets/model-utils-CbQJy1wE.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { importShared } from '../__federation_fn_import-
|
|
2
|
-
import { j as jsxRuntimeExports, b as useController, u as useFormState, g as get } from '../index.esm-
|
|
3
|
-
import { M as MdMoreHoriz, a as MdChevronRight, b as MdCheck, c as MdUnfoldMore, d as MdClose, e as MdSearch, f as MdCircle, g as MdFormatListBulleted, h as MdOutlineErrorOutline, i as MdOutlineSave, j as MdExpandMore } from '../index-
|
|
4
|
-
import { c as create } from '../react-
|
|
1
|
+
import { importShared } from '../__federation_fn_import-dzKjrTzS.js';
|
|
2
|
+
import { j as jsxRuntimeExports, b as useController, u as useFormState, g as get } from '../index.esm-BZEyAv4m.js';
|
|
3
|
+
import { M as MdMoreHoriz, a as MdChevronRight, b as MdCheck, c as MdUnfoldMore, d as MdClose, e as MdSearch, f as MdCircle, g as MdFormatListBulleted, h as MdOutlineErrorOutline, i as MdOutlineSave, j as MdExpandMore } from '../index-BxDOOHD-.js';
|
|
4
|
+
import { c as create } from '../react-BfiX28GO.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Type guard to check if a value is not null or undefined.
|
|
@@ -6693,6 +6693,10 @@ function ComboboxFieldController({ name, control, ...rest }) {
|
|
|
6693
6693
|
/**
|
|
6694
6694
|
* A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
|
|
6695
6695
|
*
|
|
6696
|
+
* ShadCN changes:
|
|
6697
|
+
* - Added custom width property to specify the width of the dialog.
|
|
6698
|
+
* - Added max-h-[90vh] overflow-y-auto to ensure the dialog is scrollable.
|
|
6699
|
+
*
|
|
6696
6700
|
* https://ui.shadcn.com/docs/components/dialog
|
|
6697
6701
|
*/
|
|
6698
6702
|
function Dialog({ ...props }) {
|
|
@@ -6711,7 +6715,8 @@ function DialogOverlay({ className, ...props }) {
|
|
|
6711
6715
|
return (jsxRuntimeExports.jsx(Overlay, { "data-slot": "dialog-overlay", className: cn$1('fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0', className), ...props }));
|
|
6712
6716
|
}
|
|
6713
6717
|
function DialogContent({ className, children, width = 'md', ...props }) {
|
|
6714
|
-
return (jsxRuntimeExports.jsxs(DialogPortal, { "data-slot": "dialog-portal", children: [jsxRuntimeExports.jsx(DialogOverlay, {}), jsxRuntimeExports.jsxs(Content$2, { "data-slot": "dialog-content", className: cn$1('fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border bg-background p-6 shadow-lg duration-200 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95',
|
|
6718
|
+
return (jsxRuntimeExports.jsxs(DialogPortal, { "data-slot": "dialog-portal", children: [jsxRuntimeExports.jsx(DialogOverlay, {}), jsxRuntimeExports.jsxs(Content$2, { "data-slot": "dialog-content", className: cn$1('fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border bg-background p-6 shadow-lg duration-200 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95', 'max-h-[90vh] overflow-y-auto', // ensure the dialog is scrollable
|
|
6719
|
+
width === 'sm' && 'sm:max-w-md', width === 'md' && 'sm:max-w-lg', width === 'lg' && 'sm:max-w-4xl', width === 'xl' && 'sm:max-w-7xl', className), ...props, children: [children, jsxRuntimeExports.jsxs(Close, { className: "absolute top-4 right-4 rounded-xs opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", children: [jsxRuntimeExports.jsx(MdClose, {}), jsxRuntimeExports.jsx("span", { className: "sr-only", children: "Close" })] })] })] }));
|
|
6715
6720
|
}
|
|
6716
6721
|
function DialogHeader({ className, ...props }) {
|
|
6717
6722
|
return (jsxRuntimeExports.jsx("div", { "data-slot": "dialog-header", className: cn$1('flex flex-col gap-2 text-center sm:text-left', className), ...props }));
|
|
@@ -12715,4 +12720,4 @@ function TooltipContent({ className, sideOffset = 0, children, ...props }) {
|
|
|
12715
12720
|
}
|
|
12716
12721
|
|
|
12717
12722
|
export { Alert, AlertDescription, AlertTitle, Badge, BadgeWithIcon, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, CheckboxField, CheckboxFieldController, ColorPicker, ColorPickerField, ColorPickerFieldController, Combobox, ComboboxAction, ComboboxContent, ComboboxEmpty, ComboboxField, ComboboxFieldController, ComboboxGroup, ComboboxInput, ComboboxItem, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ConfirmDialog, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyDisplay, ErrorDisplay, ErrorableLoader, FormActionBar, FormControl, FormDescription, FormItem, FormLabel, FormMessage, Input, InputField, InputFieldController, Label$2 as Label, Loader$1 as Loader, MultiCombobox, MultiComboboxContent, MultiComboboxEmpty, MultiComboboxField, MultiComboboxFieldController, MultiComboboxGroup, MultiComboboxInput, MultiComboboxItem, MultiSwitchField, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuItemWithLink, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NavigationTabs, NavigationTabsItem, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, RecordView, RecordViewActions, RecordViewItem, RecordViewItemList, ScrollArea, ScrollBar, SectionList, SectionListSection, SectionListSectionContent, SectionListSectionDescription, SectionListSectionHeader, SectionListSectionTitle, Select, SelectContent, SelectField, SelectFieldController, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, SidebarLayout, SidebarLayoutContent, SidebarLayoutSidebar, Switch, SwitchField, SwitchFieldController, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, TextareaField, TextareaFieldController, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonVariants, cn$1 as cn, genericForwardRef, inputVariants, mergeRefs, navigationMenuTriggerStyle, selectCheckVariants, selectContentVariants, selectItemVariants, selectTriggerVariants, toast, useComboboxContext, useConfirmDialog, useControlledState, useControllerMerged, useEventCallback, useFormField, useMultiComboboxContext };
|
|
12718
|
-
//# sourceMappingURL=ui-components-
|
|
12723
|
+
//# sourceMappingURL=ui-components-ChoqtPkg.js.map
|