@skunkworksai/ui-kit 0.1.18 → 0.1.25-a
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/AGENTS.md +1 -1
- package/README.md +2 -0
- package/dist/index.cjs +34 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14469 -14225
- package/dist/index.js.map +1 -1
- package/dist/types/assets/icons/DashboardActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/DashboardIcon.d.ts +1 -1
- package/dist/types/assets/icons/DevicesActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/DevicesIcon.d.ts +1 -1
- package/dist/types/assets/icons/InstallerActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/InstallerIcon.d.ts +1 -1
- package/dist/types/assets/icons/ManifestActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/ManifestIcon.d.ts +1 -1
- package/dist/types/assets/icons/SensorActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/SensorIcon.d.ts +1 -1
- package/dist/types/assets/icons/SiteActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/SiteIcon.d.ts +1 -1
- package/dist/types/assets/icons/XrayActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/XrayIcon.d.ts +1 -1
- package/dist/types/assets/logos/DarkLogo.d.ts +1 -1
- package/dist/types/assets/logos/DarkSymbol.d.ts +1 -1
- package/dist/types/assets/logos/PrimaryLogo.d.ts +1 -1
- package/dist/types/assets/logos/PrimarySymbol.d.ts +1 -1
- package/dist/types/assets/logos/WhiteLogo.d.ts +1 -1
- package/dist/types/assets/logos/WhiteSymbol.d.ts +1 -1
- package/dist/types/components/blocks/AppBentoMenu.d.ts +2 -2
- package/dist/types/components/blocks/AppDashboard.d.ts +9 -3
- package/dist/types/components/blocks/AppHeader.d.ts +6 -6
- package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +1 -1
- package/dist/types/components/blocks/AppNotificationsMenu.d.ts +1 -1
- package/dist/types/components/blocks/AppPageTitle.d.ts +1 -1
- package/dist/types/components/blocks/AppProfile.d.ts +1 -1
- package/dist/types/components/blocks/AppWizardStepper.d.ts +61 -0
- package/dist/types/components/blocks/TableManager.d.ts +36 -14
- package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +1 -1
- package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +1 -1
- package/dist/types/components/blocks/backgrounds/types.d.ts +2 -0
- package/dist/types/components/blocks/index.d.ts +1 -0
- package/dist/types/components/primitives/AppAccordion.d.ts +4 -4
- package/dist/types/components/primitives/AppAlert.d.ts +1 -1
- package/dist/types/components/primitives/AppAlertDialog.d.ts +2 -2
- package/dist/types/components/primitives/AppAspectRatio.d.ts +1 -1
- package/dist/types/components/primitives/AppAvatar.d.ts +3 -3
- package/dist/types/components/primitives/AppBadge.d.ts +1 -1
- package/dist/types/components/primitives/AppBreadcrumb.d.ts +7 -7
- package/dist/types/components/primitives/AppButton.d.ts +1 -1
- package/dist/types/components/primitives/AppButtonGroup.d.ts +1 -1
- package/dist/types/components/primitives/AppCalendar.d.ts +1 -1
- package/dist/types/components/primitives/AppCard.d.ts +7 -7
- package/dist/types/components/primitives/AppCarousel.d.ts +5 -5
- package/dist/types/components/primitives/AppChart.d.ts +3 -3
- package/dist/types/components/primitives/AppCheckbox.d.ts +1 -1
- package/dist/types/components/primitives/AppCollapsible.d.ts +1 -1
- package/dist/types/components/primitives/AppCombobox.d.ts +7 -7
- package/dist/types/components/primitives/AppCommand.d.ts +9 -9
- package/dist/types/components/primitives/AppContextMenu.d.ts +7 -7
- package/dist/types/components/primitives/AppDataTable.d.ts +2 -1
- package/dist/types/components/primitives/AppDatePicker.d.ts +2 -1
- package/dist/types/components/primitives/AppDialog.d.ts +6 -6
- package/dist/types/components/primitives/AppDrawer.d.ts +3 -3
- package/dist/types/components/primitives/AppDropdownMenu.d.ts +10 -10
- package/dist/types/components/primitives/AppEmpty.d.ts +6 -6
- package/dist/types/components/primitives/AppField.d.ts +10 -10
- package/dist/types/components/primitives/AppForm.d.ts +2 -2
- package/dist/types/components/primitives/AppHoverCard.d.ts +3 -3
- package/dist/types/components/primitives/AppInput.d.ts +10 -1
- package/dist/types/components/primitives/AppKbd.d.ts +2 -2
- package/dist/types/components/primitives/AppLabel.d.ts +1 -1
- package/dist/types/components/primitives/AppMenubar.d.ts +6 -6
- package/dist/types/components/primitives/AppNavigationMenu.d.ts +8 -8
- package/dist/types/components/primitives/AppPagination.d.ts +7 -7
- package/dist/types/components/primitives/AppPopover.d.ts +3 -3
- package/dist/types/components/primitives/AppProgress.d.ts +1 -1
- package/dist/types/components/primitives/AppRadioGroup.d.ts +2 -2
- package/dist/types/components/primitives/AppScrollArea.d.ts +2 -2
- package/dist/types/components/primitives/AppSelect.d.ts +7 -7
- package/dist/types/components/primitives/AppSeparator.d.ts +1 -1
- package/dist/types/components/primitives/AppSheet.d.ts +6 -6
- package/dist/types/components/primitives/AppSidebar.d.ts +24 -24
- package/dist/types/components/primitives/AppSkeleton.d.ts +1 -1
- package/dist/types/components/primitives/AppSwitch.d.ts +1 -1
- package/dist/types/components/primitives/AppTable.d.ts +8 -8
- package/dist/types/components/primitives/AppTabs.d.ts +4 -4
- package/dist/types/components/primitives/AppTextarea.d.ts +7 -1
- package/dist/types/components/primitives/AppThemeProvider.d.ts +2 -2
- package/dist/types/components/primitives/AppToaster.d.ts +1 -1
- package/dist/types/components/primitives/AppToggle.d.ts +1 -1
- package/dist/types/components/primitives/AppTooltip.d.ts +4 -4
- package/dist/types/components/primitives/AppTypography.d.ts +1 -1
- package/dist/types/components/ui/alert-dialog.d.ts +2 -2
- package/dist/types/components/ui/badge.d.ts +1 -1
- package/dist/types/components/ui/breadcrumb.d.ts +2 -2
- package/dist/types/components/ui/button.d.ts +5 -2
- package/dist/types/components/ui/calendar.d.ts +1 -1
- package/dist/types/components/ui/card.d.ts +7 -7
- package/dist/types/components/ui/carousel.d.ts +5 -5
- package/dist/types/components/ui/chart.d.ts +4 -4
- package/dist/types/components/ui/combobox.d.ts +7 -7
- package/dist/types/components/ui/command.d.ts +9 -9
- package/dist/types/components/ui/context-menu.d.ts +1 -1
- package/dist/types/components/ui/dialog.d.ts +2 -2
- package/dist/types/components/ui/drawer.d.ts +2 -2
- package/dist/types/components/ui/dropdown-menu.d.ts +1 -1
- package/dist/types/components/ui/form.d.ts +2 -2
- package/dist/types/components/ui/input.d.ts +1 -1
- package/dist/types/components/ui/label.d.ts +1 -1
- package/dist/types/components/ui/menubar.d.ts +16 -16
- package/dist/types/components/ui/pagination.d.ts +5 -5
- package/dist/types/components/ui/scroll-text.d.ts +1 -1
- package/dist/types/components/ui/sheet.d.ts +2 -2
- package/dist/types/components/ui/sidebar.d.ts +23 -23
- package/dist/types/components/ui/skeleton.d.ts +1 -1
- package/dist/types/components/ui/sonner.d.ts +1 -1
- package/dist/types/hooks/use-page-title.d.ts +10 -1
- package/dist/ui-kit.css +1 -1
- package/package.json +29 -19
- package/rules/button.md +1 -0
- package/rules/dashboard.md +96 -4
- package/rules/header.md +23 -2
- package/rules/input.md +34 -2
- package/rules/pagetitle.md +32 -0
- package/rules/sidebar.md +21 -0
- package/rules/table-manager.md +44 -1
- package/rules/textarea.md +23 -1
- package/rules/wizard-stepper.md +207 -0
package/AGENTS.md
CHANGED
|
@@ -231,7 +231,7 @@ Send `design-gaps.md` to the design team (email design@skunkworks.ai or paste in
|
|
|
231
231
|
|
|
232
232
|
Before using a component, read `node_modules/@skunkworksai/ui-kit/rules/<name>.md` for props reference, examples, and dos/don'ts. Replace `<name>` with the component name (examples: `button.md`, `alert-dialog.md`, `data-table.md`).
|
|
233
233
|
|
|
234
|
-
Available: accordion, alert, alert-dialog, aspect-ratio, avatar, badge, bento-menu, breadcrumb, button, button-group, calendar, card, carousel, chart, checkbox, collapsible, combobox, command, context-menu, dashboard, data-table, date-picker, dialog, drawer, dropdown-menu, empty, field, form, header, hover-card, icons, input, kbd, label, location-tree-filter, logo, menubar, navigation-menu, notifications-menu, pagetitle, pagination, popover, profile, progress, radio-group, scroll-area, scroll-text, select, separator, sheet, sidebar, skeleton, spinner, switch, table, table-manager, tabs, textarea, toaster, toggle, toggle-group, tokens, tooltip, typography.
|
|
234
|
+
Available: accordion, alert, alert-dialog, aspect-ratio, avatar, badge, bento-menu, breadcrumb, button, button-group, calendar, card, carousel, chart, checkbox, collapsible, combobox, command, context-menu, dashboard, data-table, date-picker, dialog, drawer, dropdown-menu, empty, field, form, header, hover-card, icons, input, kbd, label, location-tree-filter, logo, menubar, navigation-menu, notifications-menu, pagetitle, pagination, popover, profile, progress, radio-group, scroll-area, scroll-text, select, separator, sheet, sidebar, skeleton, spinner, switch, table, table-manager, tabs, textarea, toaster, toggle, toggle-group, tokens, tooltip, typography, wizard-stepper.
|
|
235
235
|
|
|
236
236
|
---
|
|
237
237
|
|
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ A React component library built on [shadcn/ui](https://ui.shadcn.com), Tailwind
|
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
+
> **Do not clone this repository.** This is a private source repo. Consume the package via `pnpm add` only — cloning gives you no working build and no support path.
|
|
10
|
+
|
|
9
11
|
This package is published to GitHub Packages. Authentication is required.
|
|
10
12
|
|
|
11
13
|
### 1. Create a GitHub Personal Access Token (PAT)
|