agentic-ds-kit 0.1.0 → 0.2.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/README.md +6 -7
- package/dist/lib/tokens.css +637 -0
- package/dist/src/index.d.ts +67 -0
- package/dist/src/index.js +69 -0
- package/dist/src/tokens.d.ts +0 -0
- package/dist/src/tokens.js +2 -0
- package/dist/ui/Accordion/Accordion.d.ts +3 -0
- package/dist/ui/Accordion/Accordion.js +49 -0
- package/dist/ui/Accordion/Accordion.js.map +1 -0
- package/{ui → dist/ui}/Accordion/Accordion.module.css +11 -11
- package/dist/ui/Accordion/Accordion.module.js +16 -0
- package/dist/ui/Accordion/Accordion.module.js.map +1 -0
- package/dist/ui/Accordion/Accordion.types.d.ts +9 -0
- package/dist/ui/Accordion/index.d.ts +2 -0
- package/dist/ui/Alert/Alert.d.ts +3 -0
- package/dist/ui/Alert/Alert.js +36 -0
- package/dist/ui/Alert/Alert.js.map +1 -0
- package/{ui → dist/ui}/Alert/Alert.module.css +12 -12
- package/dist/ui/Alert/Alert.module.js +17 -0
- package/dist/ui/Alert/Alert.module.js.map +1 -0
- package/{ui/Alert/Alert.types.ts → dist/ui/Alert/Alert.types.d.ts} +3 -4
- package/dist/ui/Alert/index.d.ts +2 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +3 -0
- package/dist/ui/AlertDialog/AlertDialog.js +76 -0
- package/dist/ui/AlertDialog/AlertDialog.js.map +1 -0
- package/{ui → dist/ui}/AlertDialog/AlertDialog.module.css +11 -11
- package/dist/ui/AlertDialog/AlertDialog.module.js +17 -0
- package/dist/ui/AlertDialog/AlertDialog.module.js.map +1 -0
- package/dist/ui/AlertDialog/AlertDialog.types.d.ts +13 -0
- package/dist/ui/AlertDialog/index.d.ts +2 -0
- package/dist/ui/AppHeader/AppHeader.d.ts +3 -0
- package/dist/ui/AppHeader/AppHeader.js +57 -0
- package/dist/ui/AppHeader/AppHeader.js.map +1 -0
- package/{ui → dist/ui}/AppHeader/AppHeader.module.css +15 -15
- package/dist/ui/AppHeader/AppHeader.module.js +17 -0
- package/dist/ui/AppHeader/AppHeader.module.js.map +1 -0
- package/dist/ui/AppHeader/AppHeader.types.d.ts +26 -0
- package/dist/ui/AppHeader/index.d.ts +2 -0
- package/dist/ui/AppNav/AppNav.d.ts +3 -0
- package/dist/ui/AppNav/AppNav.js +108 -0
- package/dist/ui/AppNav/AppNav.js.map +1 -0
- package/{ui → dist/ui}/AppNav/AppNav.module.css +27 -27
- package/dist/ui/AppNav/AppNav.module.js +28 -0
- package/dist/ui/AppNav/AppNav.module.js.map +1 -0
- package/dist/ui/AppNav/AppNav.types.d.ts +21 -0
- package/{ui/AppNav/index.ts → dist/ui/AppNav/index.d.ts} +2 -2
- package/dist/ui/Avatar/Avatar.d.ts +3 -0
- package/dist/ui/Avatar/Avatar.js +48 -0
- package/dist/ui/Avatar/Avatar.js.map +1 -0
- package/{ui → dist/ui}/Avatar/Avatar.module.css +7 -7
- package/dist/ui/Avatar/Avatar.module.js +15 -0
- package/dist/ui/Avatar/Avatar.module.js.map +1 -0
- package/dist/ui/Avatar/Avatar.types.d.ts +7 -0
- package/dist/ui/Avatar/index.d.ts +2 -0
- package/dist/ui/AvatarGroup/AvatarGroup.d.ts +3 -0
- package/dist/ui/AvatarGroup/AvatarGroup.js +31 -0
- package/dist/ui/AvatarGroup/AvatarGroup.js.map +1 -0
- package/{ui → dist/ui}/AvatarGroup/AvatarGroup.module.css +7 -7
- package/dist/ui/AvatarGroup/AvatarGroup.module.js +14 -0
- package/dist/ui/AvatarGroup/AvatarGroup.module.js.map +1 -0
- package/dist/ui/AvatarGroup/AvatarGroup.types.d.ts +13 -0
- package/dist/ui/AvatarGroup/index.d.ts +2 -0
- package/dist/ui/Badge/Badge.d.ts +3 -0
- package/dist/ui/Badge/Badge.js +35 -0
- package/dist/ui/Badge/Badge.js.map +1 -0
- package/{ui → dist/ui}/Badge/Badge.module.css +14 -14
- package/dist/ui/Badge/Badge.module.js +20 -0
- package/dist/ui/Badge/Badge.module.js.map +1 -0
- package/{ui/Badge/Badge.types.ts → dist/ui/Badge/Badge.types.d.ts} +6 -7
- package/dist/ui/Badge/index.d.ts +2 -0
- package/dist/ui/BarChart/BarChart.d.ts +3 -0
- package/dist/ui/BarChart/BarChart.js +242 -0
- package/dist/ui/BarChart/BarChart.js.map +1 -0
- package/{ui → dist/ui}/BarChart/BarChart.module.css +10 -10
- package/dist/ui/BarChart/BarChart.module.js +16 -0
- package/dist/ui/BarChart/BarChart.module.js.map +1 -0
- package/dist/ui/BarChart/BarChart.types.d.ts +16 -0
- package/dist/ui/BarChart/index.d.ts +2 -0
- package/dist/ui/Breadcrumb/Breadcrumb.d.ts +3 -0
- package/dist/ui/Breadcrumb/Breadcrumb.js +78 -0
- package/dist/ui/Breadcrumb/Breadcrumb.js.map +1 -0
- package/{ui → dist/ui}/Breadcrumb/Breadcrumb.module.css +11 -11
- package/dist/ui/Breadcrumb/Breadcrumb.module.js +16 -0
- package/dist/ui/Breadcrumb/Breadcrumb.module.js.map +1 -0
- package/dist/ui/Breadcrumb/Breadcrumb.types.d.ts +12 -0
- package/dist/ui/Breadcrumb/index.d.ts +2 -0
- package/dist/ui/Button/Button.d.ts +3 -0
- package/dist/ui/Button/Button.js +44 -0
- package/dist/ui/Button/Button.js.map +1 -0
- package/{ui → dist/ui}/Button/Button.module.css +20 -20
- package/dist/ui/Button/Button.module.js +20 -0
- package/dist/ui/Button/Button.module.js.map +1 -0
- package/dist/ui/Button/Button.types.d.ts +17 -0
- package/dist/ui/Button/index.d.ts +2 -0
- package/dist/ui/Button/lucideName.d.ts +5 -0
- package/dist/ui/Button/lucideName.js +103 -0
- package/dist/ui/Button/lucideName.js.map +1 -0
- package/dist/ui/ButtonGroup/ButtonGroup.d.ts +3 -0
- package/dist/ui/ButtonGroup/ButtonGroup.js +15 -0
- package/dist/ui/ButtonGroup/ButtonGroup.js.map +1 -0
- package/dist/ui/ButtonGroup/ButtonGroup.module.css +31 -0
- package/dist/ui/ButtonGroup/ButtonGroup.module.js +7 -0
- package/dist/ui/ButtonGroup/ButtonGroup.module.js.map +1 -0
- package/dist/ui/ButtonGroup/ButtonGroup.types.d.ts +5 -0
- package/dist/ui/ButtonGroup/index.d.ts +2 -0
- package/dist/ui/Calendar/Calendar.d.ts +3 -0
- package/dist/ui/Calendar/Calendar.js +205 -0
- package/dist/ui/Calendar/Calendar.js.map +1 -0
- package/{ui → dist/ui}/Calendar/Calendar.module.css +22 -22
- package/dist/ui/Calendar/Calendar.module.js +20 -0
- package/dist/ui/Calendar/Calendar.module.js.map +1 -0
- package/dist/ui/Calendar/Calendar.types.d.ts +10 -0
- package/dist/ui/Calendar/index.d.ts +2 -0
- package/dist/ui/Card/Card.d.ts +3 -0
- package/dist/ui/Card/Card.js +57 -0
- package/dist/ui/Card/Card.js.map +1 -0
- package/{ui → dist/ui}/Card/Card.module.css +13 -13
- package/dist/ui/Card/Card.module.js +18 -0
- package/dist/ui/Card/Card.module.js.map +1 -0
- package/dist/ui/Card/Card.types.d.ts +20 -0
- package/{ui/Card/index.ts → dist/ui/Card/index.d.ts} +2 -2
- package/dist/ui/Carousel/Carousel.d.ts +3 -0
- package/dist/ui/Carousel/Carousel.js +99 -0
- package/dist/ui/Carousel/Carousel.js.map +1 -0
- package/{ui → dist/ui}/Carousel/Carousel.module.css +22 -22
- package/dist/ui/Carousel/Carousel.module.js +21 -0
- package/dist/ui/Carousel/Carousel.module.js.map +1 -0
- package/dist/ui/Carousel/Carousel.types.d.ts +15 -0
- package/dist/ui/Carousel/index.d.ts +2 -0
- package/dist/ui/Cell/Cell.d.ts +3 -0
- package/dist/ui/Cell/Cell.js +215 -0
- package/dist/ui/Cell/Cell.js.map +1 -0
- package/{ui → dist/ui}/Cell/Cell.module.css +23 -23
- package/dist/ui/Cell/Cell.module.js +27 -0
- package/dist/ui/Cell/Cell.module.js.map +1 -0
- package/dist/ui/Cell/Cell.types.d.ts +46 -0
- package/dist/ui/Cell/index.d.ts +2 -0
- package/dist/ui/Chat/Chat.d.ts +3 -0
- package/dist/ui/Chat/Chat.js +149 -0
- package/dist/ui/Chat/Chat.js.map +1 -0
- package/{ui → dist/ui}/Chat/Chat.module.css +21 -21
- package/dist/ui/Chat/Chat.module.js +27 -0
- package/dist/ui/Chat/Chat.module.js.map +1 -0
- package/dist/ui/Chat/Chat.types.d.ts +35 -0
- package/dist/ui/Chat/index.d.ts +2 -0
- package/dist/ui/Checkbox/Checkbox.d.ts +3 -0
- package/dist/ui/Checkbox/Checkbox.js +64 -0
- package/dist/ui/Checkbox/Checkbox.js.map +1 -0
- package/{ui → dist/ui}/Checkbox/Checkbox.module.css +28 -28
- package/dist/ui/Checkbox/Checkbox.module.js +16 -0
- package/dist/ui/Checkbox/Checkbox.module.js.map +1 -0
- package/dist/ui/Checkbox/Checkbox.types.d.ts +14 -0
- package/dist/ui/Checkbox/index.d.ts +2 -0
- package/dist/ui/Collapsible/Collapsible.d.ts +3 -0
- package/dist/ui/Collapsible/Collapsible.js +50 -0
- package/dist/ui/Collapsible/Collapsible.js.map +1 -0
- package/{ui → dist/ui}/Collapsible/Collapsible.module.css +8 -8
- package/dist/ui/Collapsible/Collapsible.module.js +14 -0
- package/dist/ui/Collapsible/Collapsible.module.js.map +1 -0
- package/dist/ui/Collapsible/Collapsible.types.d.ts +8 -0
- package/dist/ui/Collapsible/index.d.ts +2 -0
- package/dist/ui/Command/Command.d.ts +3 -0
- package/dist/ui/Command/Command.js +120 -0
- package/dist/ui/Command/Command.js.map +1 -0
- package/{ui → dist/ui}/Command/Command.module.css +22 -22
- package/dist/ui/Command/Command.module.js +22 -0
- package/dist/ui/Command/Command.module.js.map +1 -0
- package/dist/ui/Command/Command.types.d.ts +18 -0
- package/dist/ui/Command/index.d.ts +2 -0
- package/dist/ui/DataTable/DataTable.d.ts +3 -0
- package/dist/ui/DataTable/DataTable.js +324 -0
- package/dist/ui/DataTable/DataTable.js.map +1 -0
- package/{ui → dist/ui}/DataTable/DataTable.module.css +34 -34
- package/dist/ui/DataTable/DataTable.module.js +27 -0
- package/dist/ui/DataTable/DataTable.module.js.map +1 -0
- package/dist/ui/DataTable/DataTable.types.d.ts +28 -0
- package/dist/ui/DataTable/index.d.ts +2 -0
- package/dist/ui/DatePicker/DatePicker.d.ts +3 -0
- package/dist/ui/DatePicker/DatePicker.js +92 -0
- package/dist/ui/DatePicker/DatePicker.js.map +1 -0
- package/{ui → dist/ui}/DatePicker/DatePicker.module.css +7 -7
- package/dist/ui/DatePicker/DatePicker.module.js +14 -0
- package/dist/ui/DatePicker/DatePicker.module.js.map +1 -0
- package/dist/ui/DatePicker/DatePicker.types.d.ts +14 -0
- package/dist/ui/DatePicker/index.d.ts +2 -0
- package/dist/ui/Drawer/Drawer.d.ts +3 -0
- package/dist/ui/Drawer/Drawer.js +82 -0
- package/dist/ui/Drawer/Drawer.js.map +1 -0
- package/{ui → dist/ui}/Drawer/Drawer.module.css +31 -31
- package/dist/ui/Drawer/Drawer.module.js +26 -0
- package/dist/ui/Drawer/Drawer.module.js.map +1 -0
- package/dist/ui/Drawer/Drawer.types.d.ts +12 -0
- package/dist/ui/Drawer/index.d.ts +2 -0
- package/dist/ui/DropdownMenu/DropdownMenu.d.ts +3 -0
- package/dist/ui/DropdownMenu/DropdownMenu.js +378 -0
- package/dist/ui/DropdownMenu/DropdownMenu.js.map +1 -0
- package/{ui → dist/ui}/DropdownMenu/DropdownMenu.module.css +53 -53
- package/dist/ui/DropdownMenu/DropdownMenu.module.js +42 -0
- package/dist/ui/DropdownMenu/DropdownMenu.module.js.map +1 -0
- package/dist/ui/DropdownMenu/DropdownMenu.types.d.ts +44 -0
- package/dist/ui/DropdownMenu/index.d.ts +2 -0
- package/dist/ui/Empty/Empty.d.ts +3 -0
- package/dist/ui/Empty/Empty.js +43 -0
- package/dist/ui/Empty/Empty.js.map +1 -0
- package/{ui → dist/ui}/Empty/Empty.module.css +9 -9
- package/dist/ui/Empty/Empty.module.js +16 -0
- package/dist/ui/Empty/Empty.module.js.map +1 -0
- package/dist/ui/Empty/Empty.types.d.ts +9 -0
- package/dist/ui/Empty/index.d.ts +2 -0
- package/dist/ui/Field/Field.d.ts +3 -0
- package/dist/ui/Field/Field.js +38 -0
- package/dist/ui/Field/Field.js.map +1 -0
- package/{ui → dist/ui}/Field/Field.module.css +11 -11
- package/dist/ui/Field/Field.module.js +15 -0
- package/dist/ui/Field/Field.module.js.map +1 -0
- package/dist/ui/Field/Field.types.d.ts +10 -0
- package/dist/ui/Field/index.d.ts +2 -0
- package/dist/ui/FieldSet/FieldSet.d.ts +3 -0
- package/dist/ui/FieldSet/FieldSet.js +26 -0
- package/dist/ui/FieldSet/FieldSet.js.map +1 -0
- package/{ui → dist/ui}/FieldSet/FieldSet.module.css +4 -4
- package/dist/ui/FieldSet/FieldSet.module.js +12 -0
- package/dist/ui/FieldSet/FieldSet.module.js.map +1 -0
- package/dist/ui/FieldSet/FieldSet.types.d.ts +6 -0
- package/dist/ui/FieldSet/index.d.ts +2 -0
- package/dist/ui/HeaderCell/HeaderCell.d.ts +3 -0
- package/dist/ui/HeaderCell/HeaderCell.js +42 -0
- package/dist/ui/HeaderCell/HeaderCell.js.map +1 -0
- package/{ui → dist/ui}/HeaderCell/HeaderCell.module.css +14 -14
- package/dist/ui/HeaderCell/HeaderCell.module.js +19 -0
- package/dist/ui/HeaderCell/HeaderCell.module.js.map +1 -0
- package/dist/ui/HeaderCell/HeaderCell.types.d.ts +17 -0
- package/dist/ui/HeaderCell/index.d.ts +2 -0
- package/dist/ui/Input/Input.d.ts +3 -0
- package/dist/ui/Input/Input.js +58 -0
- package/dist/ui/Input/Input.js.map +1 -0
- package/{ui → dist/ui}/Input/Input.module.css +12 -12
- package/dist/ui/Input/Input.module.js +13 -0
- package/dist/ui/Input/Input.module.js.map +1 -0
- package/dist/ui/Input/Input.types.d.ts +21 -0
- package/dist/ui/Input/index.d.ts +2 -0
- package/dist/ui/InputOTP/InputOTP.d.ts +3 -0
- package/dist/ui/InputOTP/InputOTP.js +86 -0
- package/dist/ui/InputOTP/InputOTP.js.map +1 -0
- package/{ui → dist/ui}/InputOTP/InputOTP.module.css +20 -20
- package/dist/ui/InputOTP/InputOTP.module.js +20 -0
- package/dist/ui/InputOTP/InputOTP.module.js.map +1 -0
- package/dist/ui/InputOTP/InputOTP.types.d.ts +18 -0
- package/{ui/InputOTP/index.ts → dist/ui/InputOTP/index.d.ts} +2 -2
- package/dist/ui/InsightCard/InsightCard.d.ts +3 -0
- package/dist/ui/InsightCard/InsightCard.js +89 -0
- package/dist/ui/InsightCard/InsightCard.js.map +1 -0
- package/{ui → dist/ui}/InsightCard/InsightCard.module.css +23 -23
- package/dist/ui/InsightCard/InsightCard.module.js +29 -0
- package/dist/ui/InsightCard/InsightCard.module.js.map +1 -0
- package/dist/ui/InsightCard/InsightCard.types.d.ts +18 -0
- package/dist/ui/InsightCard/index.d.ts +2 -0
- package/dist/ui/LineChart/LineChart.d.ts +3 -0
- package/dist/ui/LineChart/LineChart.js +307 -0
- package/dist/ui/LineChart/LineChart.js.map +1 -0
- package/{ui → dist/ui}/LineChart/LineChart.module.css +16 -16
- package/dist/ui/LineChart/LineChart.module.js +22 -0
- package/dist/ui/LineChart/LineChart.module.js.map +1 -0
- package/dist/ui/LineChart/LineChart.types.d.ts +17 -0
- package/dist/ui/LineChart/index.d.ts +2 -0
- package/dist/ui/LoadingAnimation/LoadingAnimation.d.ts +3 -0
- package/dist/ui/LoadingAnimation/LoadingAnimation.js +24 -0
- package/dist/ui/LoadingAnimation/LoadingAnimation.js.map +1 -0
- package/{ui → dist/ui}/LoadingAnimation/LoadingAnimation.module.css +11 -11
- package/dist/ui/LoadingAnimation/LoadingAnimation.module.js +13 -0
- package/dist/ui/LoadingAnimation/LoadingAnimation.module.js.map +1 -0
- package/{ui/LoadingAnimation/LoadingAnimation.types.ts → dist/ui/LoadingAnimation/LoadingAnimation.types.d.ts} +4 -5
- package/dist/ui/LoadingAnimation/index.d.ts +2 -0
- package/dist/ui/Modal/Modal.d.ts +3 -0
- package/dist/ui/Modal/Modal.js +66 -0
- package/dist/ui/Modal/Modal.js.map +1 -0
- package/{ui → dist/ui}/Modal/Modal.module.css +7 -7
- package/dist/ui/Modal/Modal.module.js +12 -0
- package/dist/ui/Modal/Modal.module.js.map +1 -0
- package/dist/ui/Modal/Modal.types.d.ts +13 -0
- package/dist/ui/Modal/index.d.ts +2 -0
- package/dist/ui/ModalCard/ModalCard.d.ts +3 -0
- package/dist/ui/ModalCard/ModalCard.js +56 -0
- package/dist/ui/ModalCard/ModalCard.js.map +1 -0
- package/{ui → dist/ui}/ModalCard/ModalCard.module.css +20 -20
- package/dist/ui/ModalCard/ModalCard.module.js +20 -0
- package/dist/ui/ModalCard/ModalCard.module.js.map +1 -0
- package/dist/ui/ModalCard/ModalCard.types.d.ts +13 -0
- package/dist/ui/ModalCard/index.d.ts +2 -0
- package/dist/ui/NavigationMenu/NavigationMenu.d.ts +3 -0
- package/dist/ui/NavigationMenu/NavigationMenu.js +35 -0
- package/dist/ui/NavigationMenu/NavigationMenu.js.map +1 -0
- package/{ui → dist/ui}/NavigationMenu/NavigationMenu.module.css +5 -5
- package/dist/ui/NavigationMenu/NavigationMenu.module.js +11 -0
- package/dist/ui/NavigationMenu/NavigationMenu.module.js.map +1 -0
- package/dist/ui/NavigationMenu/NavigationMenu.types.d.ts +18 -0
- package/dist/ui/NavigationMenu/index.d.ts +2 -0
- package/dist/ui/NumberTransition/NumberTransition.d.ts +3 -0
- package/dist/ui/NumberTransition/NumberTransition.js +54 -0
- package/dist/ui/NumberTransition/NumberTransition.js.map +1 -0
- package/{ui → dist/ui}/NumberTransition/NumberTransition.module.css +21 -21
- package/dist/ui/NumberTransition/NumberTransition.module.js +20 -0
- package/dist/ui/NumberTransition/NumberTransition.module.js.map +1 -0
- package/dist/ui/NumberTransition/NumberTransition.types.d.ts +8 -0
- package/dist/ui/NumberTransition/index.d.ts +2 -0
- package/dist/ui/PageHeader/PageHeader.d.ts +3 -0
- package/dist/ui/PageHeader/PageHeader.js +44 -0
- package/dist/ui/PageHeader/PageHeader.js.map +1 -0
- package/{ui → dist/ui}/PageHeader/PageHeader.module.css +8 -8
- package/dist/ui/PageHeader/PageHeader.module.js +16 -0
- package/dist/ui/PageHeader/PageHeader.module.js.map +1 -0
- package/dist/ui/PageHeader/PageHeader.types.d.ts +11 -0
- package/dist/ui/PageHeader/index.d.ts +2 -0
- package/dist/ui/Pagination/Pagination.d.ts +3 -0
- package/dist/ui/Pagination/Pagination.js +109 -0
- package/dist/ui/Pagination/Pagination.js.map +1 -0
- package/{ui → dist/ui}/Pagination/Pagination.module.css +3 -3
- package/dist/ui/Pagination/Pagination.module.js +11 -0
- package/dist/ui/Pagination/Pagination.module.js.map +1 -0
- package/dist/ui/Pagination/Pagination.types.d.ts +11 -0
- package/dist/ui/Pagination/index.d.ts +2 -0
- package/dist/ui/PieChart/PieChart.d.ts +3 -0
- package/dist/ui/PieChart/PieChart.js +254 -0
- package/dist/ui/PieChart/PieChart.js.map +1 -0
- package/{ui → dist/ui}/PieChart/PieChart.module.css +22 -22
- package/dist/ui/PieChart/PieChart.module.js +22 -0
- package/dist/ui/PieChart/PieChart.module.js.map +1 -0
- package/dist/ui/PieChart/PieChart.types.d.ts +20 -0
- package/{ui/PieChart/index.ts → dist/ui/PieChart/index.d.ts} +2 -2
- package/dist/ui/Progress/Progress.d.ts +3 -0
- package/dist/ui/Progress/Progress.js +117 -0
- package/dist/ui/Progress/Progress.js.map +1 -0
- package/{ui → dist/ui}/Progress/Progress.module.css +42 -42
- package/dist/ui/Progress/Progress.module.js +32 -0
- package/dist/ui/Progress/Progress.module.js.map +1 -0
- package/{ui/Progress/Progress.types.ts → dist/ui/Progress/Progress.types.d.ts} +8 -9
- package/dist/ui/Progress/index.d.ts +2 -0
- package/dist/ui/ProgressSteps/ProgressSteps.d.ts +3 -0
- package/dist/ui/ProgressSteps/ProgressSteps.js +92 -0
- package/dist/ui/ProgressSteps/ProgressSteps.js.map +1 -0
- package/{ui → dist/ui}/ProgressSteps/ProgressSteps.module.css +33 -33
- package/dist/ui/ProgressSteps/ProgressSteps.module.js +31 -0
- package/dist/ui/ProgressSteps/ProgressSteps.module.js.map +1 -0
- package/{ui/ProgressSteps/ProgressSteps.types.ts → dist/ui/ProgressSteps/ProgressSteps.types.d.ts} +10 -12
- package/dist/ui/ProgressSteps/index.d.ts +2 -0
- package/dist/ui/RadioGroup/RadioGroup.d.ts +3 -0
- package/dist/ui/RadioGroup/RadioGroup.js +87 -0
- package/dist/ui/RadioGroup/RadioGroup.js.map +1 -0
- package/{ui → dist/ui}/RadioGroup/RadioGroup.module.css +48 -48
- package/dist/ui/RadioGroup/RadioGroup.module.js +27 -0
- package/dist/ui/RadioGroup/RadioGroup.module.js.map +1 -0
- package/dist/ui/RadioGroup/RadioGroup.types.d.ts +27 -0
- package/dist/ui/RadioGroup/index.d.ts +2 -0
- package/dist/ui/Scoreboard/Scoreboard.d.ts +3 -0
- package/dist/ui/Scoreboard/Scoreboard.js +33 -0
- package/dist/ui/Scoreboard/Scoreboard.js.map +1 -0
- package/{ui → dist/ui}/Scoreboard/Scoreboard.module.css +11 -11
- package/dist/ui/Scoreboard/Scoreboard.module.js +15 -0
- package/dist/ui/Scoreboard/Scoreboard.module.js.map +1 -0
- package/dist/ui/Scoreboard/Scoreboard.types.d.ts +6 -0
- package/dist/ui/Scoreboard/index.d.ts +2 -0
- package/dist/ui/Scorecard/Scorecard.d.ts +3 -0
- package/dist/ui/Scorecard/Scorecard.js +76 -0
- package/dist/ui/Scorecard/Scorecard.js.map +1 -0
- package/{ui → dist/ui}/Scorecard/Scorecard.module.css +25 -25
- package/dist/ui/Scorecard/Scorecard.module.js +26 -0
- package/dist/ui/Scorecard/Scorecard.module.js.map +1 -0
- package/dist/ui/Scorecard/Scorecard.types.d.ts +15 -0
- package/dist/ui/Scorecard/index.d.ts +2 -0
- package/dist/ui/Section/Section.d.ts +3 -0
- package/dist/ui/Section/Section.js +54 -0
- package/dist/ui/Section/Section.js.map +1 -0
- package/{ui → dist/ui}/Section/Section.module.css +15 -15
- package/dist/ui/Section/Section.module.js +21 -0
- package/dist/ui/Section/Section.module.js.map +1 -0
- package/dist/ui/Section/Section.types.d.ts +13 -0
- package/dist/ui/Section/index.d.ts +2 -0
- package/dist/ui/Select/Select.d.ts +3 -0
- package/dist/ui/Select/Select.js +59 -0
- package/dist/ui/Select/Select.js.map +1 -0
- package/dist/ui/Select/Select.types.d.ts +24 -0
- package/dist/ui/Select/index.d.ts +2 -0
- package/dist/ui/ShimmerText/ShimmerText.d.ts +3 -0
- package/dist/ui/ShimmerText/ShimmerText.js +35 -0
- package/dist/ui/ShimmerText/ShimmerText.js.map +1 -0
- package/{ui → dist/ui}/ShimmerText/ShimmerText.module.css +8 -8
- package/dist/ui/ShimmerText/ShimmerText.module.js +14 -0
- package/dist/ui/ShimmerText/ShimmerText.module.js.map +1 -0
- package/dist/ui/ShimmerText/ShimmerText.types.d.ts +10 -0
- package/dist/ui/ShimmerText/index.d.ts +2 -0
- package/dist/ui/SideNav/SideNav.d.ts +3 -0
- package/dist/ui/SideNav/SideNav.js +176 -0
- package/dist/ui/SideNav/SideNav.js.map +1 -0
- package/{ui → dist/ui}/SideNav/SideNav.module.css +54 -54
- package/dist/ui/SideNav/SideNav.module.js +32 -0
- package/dist/ui/SideNav/SideNav.module.js.map +1 -0
- package/dist/ui/SideNav/SideNav.types.d.ts +38 -0
- package/dist/ui/SideNav/index.d.ts +2 -0
- package/dist/ui/Slider/Slider.d.ts +3 -0
- package/dist/ui/Slider/Slider.js +129 -0
- package/dist/ui/Slider/Slider.js.map +1 -0
- package/{ui → dist/ui}/Slider/Slider.module.css +18 -18
- package/dist/ui/Slider/Slider.module.js +15 -0
- package/dist/ui/Slider/Slider.module.js.map +1 -0
- package/dist/ui/Slider/Slider.types.d.ts +10 -0
- package/dist/ui/Slider/index.d.ts +2 -0
- package/dist/ui/Spinner/Spinner.d.ts +3 -0
- package/dist/ui/Spinner/Spinner.js +24 -0
- package/dist/ui/Spinner/Spinner.js.map +1 -0
- package/{ui → dist/ui}/Spinner/Spinner.module.css +11 -11
- package/dist/ui/Spinner/Spinner.module.js +15 -0
- package/dist/ui/Spinner/Spinner.module.js.map +1 -0
- package/{ui/Spinner/Spinner.types.ts → dist/ui/Spinner/Spinner.types.d.ts} +2 -3
- package/dist/ui/Spinner/index.d.ts +2 -0
- package/dist/ui/Switch/Switch.d.ts +3 -0
- package/dist/ui/Switch/Switch.js +45 -0
- package/dist/ui/Switch/Switch.js.map +1 -0
- package/{ui → dist/ui}/Switch/Switch.module.css +27 -27
- package/dist/ui/Switch/Switch.module.js +18 -0
- package/dist/ui/Switch/Switch.module.js.map +1 -0
- package/dist/ui/Switch/Switch.types.d.ts +11 -0
- package/dist/ui/Switch/index.d.ts +2 -0
- package/dist/ui/Table/Table.d.ts +3 -0
- package/dist/ui/Table/Table.js +84 -0
- package/dist/ui/Table/Table.js.map +1 -0
- package/{ui → dist/ui}/Table/Table.module.css +24 -24
- package/dist/ui/Table/Table.module.js +22 -0
- package/dist/ui/Table/Table.module.js.map +1 -0
- package/dist/ui/Table/Table.types.d.ts +22 -0
- package/dist/ui/Table/index.d.ts +2 -0
- package/dist/ui/Tabs/Tabs.d.ts +3 -0
- package/dist/ui/Tabs/Tabs.js +112 -0
- package/dist/ui/Tabs/Tabs.js.map +1 -0
- package/{ui → dist/ui}/Tabs/Tabs.module.css +26 -26
- package/dist/ui/Tabs/Tabs.module.js +18 -0
- package/dist/ui/Tabs/Tabs.module.js.map +1 -0
- package/dist/ui/Tabs/Tabs.types.d.ts +18 -0
- package/dist/ui/Tabs/index.d.ts +2 -0
- package/dist/ui/Textarea/Textarea.d.ts +3 -0
- package/dist/ui/Textarea/Textarea.js +26 -0
- package/dist/ui/Textarea/Textarea.js.map +1 -0
- package/{ui → dist/ui}/Textarea/Textarea.module.css +15 -15
- package/dist/ui/Textarea/Textarea.module.js +13 -0
- package/dist/ui/Textarea/Textarea.module.js.map +1 -0
- package/dist/ui/Textarea/Textarea.types.d.ts +13 -0
- package/dist/ui/Textarea/index.d.ts +2 -0
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.d.ts +3 -0
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.js +28 -0
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.js.map +1 -0
- package/{ui → dist/ui}/ThinkingAnimation/ThinkingAnimation.module.css +13 -13
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.module.js +15 -0
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.module.js.map +1 -0
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.types.d.ts +7 -0
- package/dist/ui/ThinkingAnimation/index.d.ts +2 -0
- package/dist/ui/Timeline/Timeline.d.ts +3 -0
- package/dist/ui/Timeline/Timeline.js +50 -0
- package/dist/ui/Timeline/Timeline.js.map +1 -0
- package/{ui → dist/ui}/Timeline/Timeline.module.css +16 -16
- package/dist/ui/Timeline/Timeline.module.js +20 -0
- package/dist/ui/Timeline/Timeline.module.js.map +1 -0
- package/dist/ui/Timeline/Timeline.types.d.ts +14 -0
- package/{ui/Timeline/index.ts → dist/ui/Timeline/index.d.ts} +2 -2
- package/dist/ui/Toast/Toast.d.ts +3 -0
- package/dist/ui/Toast/Toast.js +86 -0
- package/dist/ui/Toast/Toast.js.map +1 -0
- package/{ui → dist/ui}/Toast/Toast.module.css +20 -20
- package/dist/ui/Toast/Toast.module.js +24 -0
- package/dist/ui/Toast/Toast.module.js.map +1 -0
- package/dist/ui/Toast/Toast.types.d.ts +15 -0
- package/dist/ui/Toast/index.d.ts +2 -0
- package/dist/ui/Tooltip/Tooltip.d.ts +12 -0
- package/dist/ui/Tooltip/Tooltip.js +51 -0
- package/dist/ui/Tooltip/Tooltip.js.map +1 -0
- package/{ui → dist/ui}/Tooltip/Tooltip.module.css +17 -17
- package/dist/ui/Tooltip/Tooltip.module.js +16 -0
- package/dist/ui/Tooltip/Tooltip.module.js.map +1 -0
- package/dist/ui/Tooltip/index.d.ts +2 -0
- package/dist/ui/patterns/ActivityPattern/ActivityFeed.d.ts +4 -0
- package/dist/ui/patterns/ActivityPattern/ActivityFeed.js +162 -0
- package/dist/ui/patterns/ActivityPattern/ActivityFeed.js.map +1 -0
- package/dist/ui/patterns/ActivityPattern/ActivityPattern.d.ts +5 -0
- package/dist/ui/patterns/ActivityPattern/ActivityPattern.js +168 -0
- package/dist/ui/patterns/ActivityPattern/ActivityPattern.js.map +1 -0
- package/dist/ui/patterns/ActivityPattern/ActivityTasks.d.ts +11 -0
- package/dist/ui/patterns/ActivityPattern/ActivityTasks.js +89 -0
- package/dist/ui/patterns/ActivityPattern/ActivityTasks.js.map +1 -0
- package/dist/ui/patterns/ActivityPattern/TaskDrawer.d.ts +21 -0
- package/dist/ui/patterns/ActivityPattern/TaskDrawer.js +184 -0
- package/dist/ui/patterns/ActivityPattern/TaskDrawer.js.map +1 -0
- package/{ui → dist/ui}/patterns/ActivityPattern/TaskDrawer.module.css +6 -6
- package/dist/ui/patterns/ActivityPattern/TaskDrawer.module.js +14 -0
- package/dist/ui/patterns/ActivityPattern/TaskDrawer.module.js.map +1 -0
- package/dist/ui/patterns/ActivityPattern/index.d.ts +2 -0
- package/dist/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.d.ts +5 -0
- package/dist/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.js +123 -0
- package/dist/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.js.map +1 -0
- package/{ui → dist/ui}/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.module.css +3 -3
- package/dist/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.module.js +11 -0
- package/dist/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.module.js.map +1 -0
- package/dist/ui/patterns/AssistantWorkspacePattern/index.d.ts +2 -0
- package/dist/ui/patterns/DashboardPattern/DashboardPattern.d.ts +4 -0
- package/dist/ui/patterns/DashboardPattern/DashboardPattern.js +225 -0
- package/dist/ui/patterns/DashboardPattern/DashboardPattern.js.map +1 -0
- package/dist/ui/patterns/DashboardPattern/index.d.ts +1 -0
- package/dist/ui/patterns/EmptyFirstRunPattern/EmptyFirstRunPattern.d.ts +8 -0
- package/dist/ui/patterns/EmptyFirstRunPattern/EmptyFirstRunPattern.js +109 -0
- package/dist/ui/patterns/EmptyFirstRunPattern/EmptyFirstRunPattern.js.map +1 -0
- package/dist/ui/patterns/EmptyFirstRunPattern/index.d.ts +2 -0
- package/dist/ui/patterns/InboxPattern/InboxPattern.d.ts +5 -0
- package/dist/ui/patterns/InboxPattern/InboxPattern.js +275 -0
- package/dist/ui/patterns/InboxPattern/InboxPattern.js.map +1 -0
- package/{ui → dist/ui}/patterns/InboxPattern/InboxPattern.module.css +6 -6
- package/dist/ui/patterns/InboxPattern/InboxPattern.module.js +14 -0
- package/dist/ui/patterns/InboxPattern/InboxPattern.module.js.map +1 -0
- package/dist/ui/patterns/InboxPattern/InboxReplyDrawer.d.ts +7 -0
- package/dist/ui/patterns/InboxPattern/InboxReplyDrawer.js +87 -0
- package/dist/ui/patterns/InboxPattern/InboxReplyDrawer.js.map +1 -0
- package/dist/ui/patterns/InboxPattern/inbox-data.d.ts +15 -0
- package/dist/ui/patterns/InboxPattern/inbox-data.js +86 -0
- package/dist/ui/patterns/InboxPattern/inbox-data.js.map +1 -0
- package/dist/ui/patterns/InboxPattern/index.d.ts +2 -0
- package/dist/ui/patterns/InviteMembersPattern/InviteMembersPattern.d.ts +9 -0
- package/dist/ui/patterns/InviteMembersPattern/InviteMembersPattern.js +158 -0
- package/dist/ui/patterns/InviteMembersPattern/InviteMembersPattern.js.map +1 -0
- package/dist/ui/patterns/InviteMembersPattern/index.d.ts +2 -0
- package/dist/ui/patterns/ListDetailPattern/ListDetailPattern.d.ts +16 -0
- package/dist/ui/patterns/ListDetailPattern/ListDetailPattern.js +143 -0
- package/dist/ui/patterns/ListDetailPattern/ListDetailPattern.js.map +1 -0
- package/{ui → dist/ui}/patterns/ListDetailPattern/ListDetailPattern.module.css +5 -5
- package/dist/ui/patterns/ListDetailPattern/ListDetailPattern.module.js +12 -0
- package/dist/ui/patterns/ListDetailPattern/ListDetailPattern.module.js.map +1 -0
- package/dist/ui/patterns/ListDetailPattern/index.d.ts +2 -0
- package/dist/ui/patterns/SettingsFormPattern/SettingsFormPattern.d.ts +7 -0
- package/dist/ui/patterns/SettingsFormPattern/SettingsFormPattern.js +127 -0
- package/dist/ui/patterns/SettingsFormPattern/SettingsFormPattern.js.map +1 -0
- package/{ui → dist/ui}/patterns/SettingsFormPattern/SettingsFormPattern.module.css +2 -2
- package/dist/ui/patterns/SettingsFormPattern/SettingsFormPattern.module.js +10 -0
- package/dist/ui/patterns/SettingsFormPattern/SettingsFormPattern.module.js.map +1 -0
- package/dist/ui/patterns/SettingsFormPattern/index.d.ts +2 -0
- package/dist/ui/shared/ChartFrame.d.ts +14 -0
- package/dist/ui/shared/ChartFrame.js +61 -0
- package/dist/ui/shared/ChartFrame.js.map +1 -0
- package/{ui → dist/ui}/shared/ChartFrame.module.css +41 -41
- package/dist/ui/shared/ChartFrame.module.js +39 -0
- package/dist/ui/shared/ChartFrame.module.js.map +1 -0
- package/dist/ui/shared/chartMath.d.ts +78 -0
- package/dist/ui/shared/chartMath.js +127 -0
- package/dist/ui/shared/chartMath.js.map +1 -0
- package/{ui → dist/ui}/shared/controls.module.css +8 -8
- package/dist/ui/shared/controls.module.js +13 -0
- package/dist/ui/shared/controls.module.js.map +1 -0
- package/dist/ui/shared/useChartSize.d.ts +5 -0
- package/dist/ui/shared/useChartSize.js +22 -0
- package/dist/ui/shared/useChartSize.js.map +1 -0
- package/package.json +28 -8
- package/skills/prototype-from-kit/SKILL.md +1 -1
- package/src/index.ts +0 -71
- package/ui/Accordion/Accordion.tsx +0 -51
- package/ui/Accordion/Accordion.types.ts +0 -10
- package/ui/Accordion/index.ts +0 -2
- package/ui/Alert/Alert.tsx +0 -27
- package/ui/Alert/index.ts +0 -2
- package/ui/AlertDialog/AlertDialog.tsx +0 -109
- package/ui/AlertDialog/AlertDialog.types.ts +0 -14
- package/ui/AlertDialog/index.ts +0 -6
- package/ui/AppHeader/AppHeader.tsx +0 -70
- package/ui/AppHeader/AppHeader.types.ts +0 -28
- package/ui/AppHeader/index.ts +0 -2
- package/ui/AppNav/AppNav.tsx +0 -137
- package/ui/AppNav/AppNav.types.ts +0 -24
- package/ui/Avatar/Avatar.tsx +0 -62
- package/ui/Avatar/Avatar.types.ts +0 -8
- package/ui/Avatar/index.ts +0 -2
- package/ui/AvatarGroup/AvatarGroup.tsx +0 -29
- package/ui/AvatarGroup/AvatarGroup.types.ts +0 -16
- package/ui/AvatarGroup/index.ts +0 -2
- package/ui/Badge/Badge.tsx +0 -43
- package/ui/Badge/index.ts +0 -2
- package/ui/BarChart/BarChart.tsx +0 -380
- package/ui/BarChart/BarChart.types.ts +0 -18
- package/ui/BarChart/index.ts +0 -2
- package/ui/Breadcrumb/Breadcrumb.tsx +0 -89
- package/ui/Breadcrumb/Breadcrumb.types.ts +0 -14
- package/ui/Breadcrumb/index.ts +0 -2
- package/ui/Button/Button.tsx +0 -49
- package/ui/Button/Button.types.ts +0 -18
- package/ui/Button/index.ts +0 -2
- package/ui/Button/lucideName.tsx +0 -188
- package/ui/ButtonGroup/ButtonGroup.module.css +0 -31
- package/ui/ButtonGroup/ButtonGroup.tsx +0 -12
- package/ui/ButtonGroup/ButtonGroup.types.ts +0 -6
- package/ui/ButtonGroup/index.ts +0 -2
- package/ui/Calendar/Calendar.tsx +0 -296
- package/ui/Calendar/Calendar.types.ts +0 -11
- package/ui/Calendar/index.ts +0 -2
- package/ui/Card/Card.tsx +0 -69
- package/ui/Card/Card.types.ts +0 -23
- package/ui/Carousel/Carousel.tsx +0 -152
- package/ui/Carousel/Carousel.types.ts +0 -17
- package/ui/Carousel/index.ts +0 -7
- package/ui/Cell/Cell.tsx +0 -300
- package/ui/Cell/Cell.types.ts +0 -69
- package/ui/Cell/index.ts +0 -11
- package/ui/Chat/Chat.tsx +0 -175
- package/ui/Chat/Chat.types.ts +0 -39
- package/ui/Chat/index.ts +0 -2
- package/ui/Checkbox/Checkbox.tsx +0 -70
- package/ui/Checkbox/Checkbox.types.ts +0 -15
- package/ui/Checkbox/index.ts +0 -2
- package/ui/Collapsible/Collapsible.tsx +0 -59
- package/ui/Collapsible/Collapsible.types.ts +0 -9
- package/ui/Collapsible/index.ts +0 -2
- package/ui/Command/Command.tsx +0 -152
- package/ui/Command/Command.types.ts +0 -20
- package/ui/Command/index.ts +0 -2
- package/ui/DataTable/DataTable.tsx +0 -429
- package/ui/DataTable/DataTable.types.ts +0 -35
- package/ui/DataTable/index.ts +0 -8
- package/ui/DatePicker/DatePicker.tsx +0 -123
- package/ui/DatePicker/DatePicker.types.ts +0 -15
- package/ui/DatePicker/index.ts +0 -2
- package/ui/Drawer/Drawer.tsx +0 -112
- package/ui/Drawer/Drawer.types.ts +0 -14
- package/ui/Drawer/index.ts +0 -2
- package/ui/DropdownMenu/DropdownMenu.tsx +0 -580
- package/ui/DropdownMenu/DropdownMenu.types.ts +0 -48
- package/ui/DropdownMenu/index.ts +0 -8
- package/ui/Empty/Empty.tsx +0 -35
- package/ui/Empty/Empty.types.ts +0 -10
- package/ui/Empty/index.ts +0 -2
- package/ui/Field/Field.tsx +0 -46
- package/ui/Field/Field.types.ts +0 -12
- package/ui/Field/index.ts +0 -2
- package/ui/FieldSet/FieldSet.tsx +0 -14
- package/ui/FieldSet/FieldSet.types.ts +0 -7
- package/ui/FieldSet/index.ts +0 -2
- package/ui/HeaderCell/HeaderCell.tsx +0 -71
- package/ui/HeaderCell/HeaderCell.types.ts +0 -18
- package/ui/HeaderCell/index.ts +0 -2
- package/ui/Input/Input.tsx +0 -65
- package/ui/Input/Input.types.ts +0 -22
- package/ui/Input/index.ts +0 -2
- package/ui/InputOTP/InputOTP.tsx +0 -136
- package/ui/InputOTP/InputOTP.types.ts +0 -19
- package/ui/InsightCard/InsightCard.tsx +0 -90
- package/ui/InsightCard/InsightCard.types.ts +0 -20
- package/ui/InsightCard/index.ts +0 -7
- package/ui/LineChart/LineChart.tsx +0 -424
- package/ui/LineChart/LineChart.types.ts +0 -19
- package/ui/LineChart/index.ts +0 -2
- package/ui/LoadingAnimation/LoadingAnimation.tsx +0 -41
- package/ui/LoadingAnimation/index.ts +0 -6
- package/ui/Modal/Modal.tsx +0 -114
- package/ui/Modal/Modal.types.ts +0 -15
- package/ui/Modal/index.ts +0 -2
- package/ui/ModalCard/ModalCard.tsx +0 -58
- package/ui/ModalCard/ModalCard.types.ts +0 -15
- package/ui/ModalCard/index.ts +0 -2
- package/ui/NavigationMenu/NavigationMenu.tsx +0 -57
- package/ui/NavigationMenu/NavigationMenu.types.ts +0 -22
- package/ui/NavigationMenu/index.ts +0 -7
- package/ui/NumberTransition/NumberTransition.tsx +0 -78
- package/ui/NumberTransition/NumberTransition.types.ts +0 -9
- package/ui/NumberTransition/index.ts +0 -2
- package/ui/PageHeader/PageHeader.tsx +0 -39
- package/ui/PageHeader/PageHeader.types.ts +0 -12
- package/ui/PageHeader/index.ts +0 -2
- package/ui/Pagination/Pagination.tsx +0 -147
- package/ui/Pagination/Pagination.types.ts +0 -12
- package/ui/Pagination/index.ts +0 -2
- package/ui/PieChart/PieChart.tsx +0 -293
- package/ui/PieChart/PieChart.types.ts +0 -22
- package/ui/Progress/Progress.tsx +0 -167
- package/ui/Progress/index.ts +0 -8
- package/ui/ProgressSteps/ProgressSteps.tsx +0 -105
- package/ui/ProgressSteps/index.ts +0 -8
- package/ui/RadioGroup/RadioGroup.tsx +0 -116
- package/ui/RadioGroup/RadioGroup.types.ts +0 -30
- package/ui/RadioGroup/index.ts +0 -8
- package/ui/Scoreboard/Scoreboard.tsx +0 -41
- package/ui/Scoreboard/Scoreboard.types.ts +0 -7
- package/ui/Scoreboard/index.ts +0 -2
- package/ui/Scorecard/Scorecard.tsx +0 -92
- package/ui/Scorecard/Scorecard.types.ts +0 -18
- package/ui/Scorecard/index.ts +0 -2
- package/ui/Section/Section.tsx +0 -75
- package/ui/Section/Section.types.ts +0 -15
- package/ui/Section/index.ts +0 -2
- package/ui/Select/Select.module.css +0 -7
- package/ui/Select/Select.tsx +0 -113
- package/ui/Select/Select.types.ts +0 -26
- package/ui/Select/index.ts +0 -2
- package/ui/ShimmerText/ShimmerText.tsx +0 -48
- package/ui/ShimmerText/ShimmerText.types.ts +0 -12
- package/ui/ShimmerText/index.ts +0 -2
- package/ui/SideNav/SideNav.tsx +0 -222
- package/ui/SideNav/SideNav.types.ts +0 -42
- package/ui/SideNav/index.ts +0 -8
- package/ui/Slider/Slider.tsx +0 -187
- package/ui/Slider/Slider.types.ts +0 -11
- package/ui/Slider/index.ts +0 -2
- package/ui/Spinner/Spinner.tsx +0 -19
- package/ui/Spinner/index.ts +0 -2
- package/ui/Switch/Switch.tsx +0 -65
- package/ui/Switch/Switch.types.ts +0 -12
- package/ui/Switch/index.ts +0 -2
- package/ui/Table/Table.tsx +0 -108
- package/ui/Table/Table.types.ts +0 -26
- package/ui/Table/index.ts +0 -8
- package/ui/Tabs/Tabs.tsx +0 -150
- package/ui/Tabs/Tabs.types.ts +0 -21
- package/ui/Tabs/index.ts +0 -2
- package/ui/Textarea/Textarea.tsx +0 -38
- package/ui/Textarea/Textarea.types.ts +0 -14
- package/ui/Textarea/index.ts +0 -2
- package/ui/ThinkingAnimation/ThinkingAnimation.tsx +0 -31
- package/ui/ThinkingAnimation/ThinkingAnimation.types.ts +0 -8
- package/ui/ThinkingAnimation/index.ts +0 -2
- package/ui/Timeline/Timeline.tsx +0 -47
- package/ui/Timeline/Timeline.types.ts +0 -16
- package/ui/Toast/Toast.tsx +0 -89
- package/ui/Toast/Toast.types.ts +0 -17
- package/ui/Toast/index.ts +0 -2
- package/ui/Tooltip/Tooltip.tsx +0 -101
- package/ui/Tooltip/index.ts +0 -2
- package/ui/patterns/ActivityPattern/ActivityFeed.tsx +0 -77
- package/ui/patterns/ActivityPattern/ActivityPattern.tsx +0 -120
- package/ui/patterns/ActivityPattern/ActivityTasks.tsx +0 -86
- package/ui/patterns/ActivityPattern/TaskDrawer.tsx +0 -186
- package/ui/patterns/ActivityPattern/index.ts +0 -2
- package/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.tsx +0 -159
- package/ui/patterns/AssistantWorkspacePattern/index.ts +0 -2
- package/ui/patterns/DashboardPattern/DashboardPattern.tsx +0 -102
- package/ui/patterns/DashboardPattern/index.ts +0 -1
- package/ui/patterns/DashboardPattern/patterns.module.css +0 -6
- package/ui/patterns/EmptyFirstRunPattern/EmptyFirstRunPattern.tsx +0 -125
- package/ui/patterns/EmptyFirstRunPattern/index.ts +0 -2
- package/ui/patterns/InboxPattern/InboxPattern.tsx +0 -192
- package/ui/patterns/InboxPattern/InboxReplyDrawer.tsx +0 -97
- package/ui/patterns/InboxPattern/inbox-data.ts +0 -101
- package/ui/patterns/InboxPattern/index.ts +0 -2
- package/ui/patterns/InviteMembersPattern/InviteMembersPattern.tsx +0 -148
- package/ui/patterns/InviteMembersPattern/index.ts +0 -2
- package/ui/patterns/ListDetailPattern/ListDetailPattern.tsx +0 -145
- package/ui/patterns/ListDetailPattern/index.ts +0 -2
- package/ui/patterns/SettingsFormPattern/SettingsFormPattern.tsx +0 -89
- package/ui/patterns/SettingsFormPattern/index.ts +0 -3
- package/ui/shared/ChartFrame.tsx +0 -87
- package/ui/shared/chartMath.ts +0 -228
- package/ui/shared/useChartSize.ts +0 -22
package/README.md
CHANGED
|
@@ -8,19 +8,18 @@ React components, JSON contracts, and tokens for agent-built UI. This is the **i
|
|
|
8
8
|
npm install agentic-ds-kit
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Peer: React 19.
|
|
11
|
+
Peer: React 19. `AppNav` uses `next/link`; Next.js is an optional peer if you use that component.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
13
|
+
## Use
|
|
14
|
+
|
|
15
|
+
```tsx
|
|
16
|
+
import { Button, Scoreboard } from "agentic-ds-kit";
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Importing from the package loads semantic tokens. If your own CSS uses those variables before any kit component is imported, also add:
|
|
20
20
|
|
|
21
21
|
```tsx
|
|
22
22
|
import "agentic-ds-kit/tokens.css";
|
|
23
|
-
import { Button, Scoreboard } from "agentic-ds-kit";
|
|
24
23
|
```
|
|
25
24
|
|
|
26
25
|
```tsx
|
|
@@ -0,0 +1,637 @@
|
|
|
1
|
+
/* Generated from tokens/tokens.json — run: npm run generate:tokens */
|
|
2
|
+
/* Components use semantic vars only. Primitives are for foundations reference. */
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* Primitive color ramps (fixed across themes) */
|
|
6
|
+
--color-white: #ffffff;
|
|
7
|
+
--color-black: #000000;
|
|
8
|
+
--color-neutral-50: #fafafa;
|
|
9
|
+
--color-neutral-100: #f5f5f5;
|
|
10
|
+
--color-neutral-200: #e5e5e5;
|
|
11
|
+
--color-neutral-300: #d4d4d4;
|
|
12
|
+
--color-neutral-400: #a3a3a3;
|
|
13
|
+
--color-neutral-500: #737373;
|
|
14
|
+
--color-neutral-600: #525252;
|
|
15
|
+
--color-neutral-700: #404040;
|
|
16
|
+
--color-neutral-800: #262626;
|
|
17
|
+
--color-neutral-900: #171717;
|
|
18
|
+
--color-blue-50: #eff6ff;
|
|
19
|
+
--color-blue-100: #dbeafe;
|
|
20
|
+
--color-blue-200: #bfdbfe;
|
|
21
|
+
--color-blue-300: #93c5fd;
|
|
22
|
+
--color-blue-400: #60a5fa;
|
|
23
|
+
--color-blue-500: #3b82f6;
|
|
24
|
+
--color-blue-600: #2563eb;
|
|
25
|
+
--color-blue-700: #1d4ed8;
|
|
26
|
+
--color-blue-800: #1e40af;
|
|
27
|
+
--color-blue-900: #1e3a8a;
|
|
28
|
+
--color-red-50: #fef2f2;
|
|
29
|
+
--color-red-100: #fee2e2;
|
|
30
|
+
--color-red-200: #fecaca;
|
|
31
|
+
--color-red-300: #fca5a5;
|
|
32
|
+
--color-red-400: #f87171;
|
|
33
|
+
--color-red-500: #ef4444;
|
|
34
|
+
--color-red-600: #dc2626;
|
|
35
|
+
--color-red-700: #b91c1c;
|
|
36
|
+
--color-red-800: #991b1b;
|
|
37
|
+
--color-red-900: #7f1d1d;
|
|
38
|
+
--color-green-50: #f0fdf4;
|
|
39
|
+
--color-green-100: #dcfce7;
|
|
40
|
+
--color-green-200: #bbf7d0;
|
|
41
|
+
--color-green-300: #86efac;
|
|
42
|
+
--color-green-400: #4ade80;
|
|
43
|
+
--color-green-500: #22c55e;
|
|
44
|
+
--color-green-600: #16a34a;
|
|
45
|
+
--color-green-700: #15803d;
|
|
46
|
+
--color-green-800: #166534;
|
|
47
|
+
--color-green-900: #14532d;
|
|
48
|
+
--color-amber-50: #fffbeb;
|
|
49
|
+
--color-amber-100: #fef3c7;
|
|
50
|
+
--color-amber-200: #fde68a;
|
|
51
|
+
--color-amber-300: #fcd34d;
|
|
52
|
+
--color-amber-400: #fbbf24;
|
|
53
|
+
--color-amber-500: #f59e0b;
|
|
54
|
+
--color-amber-600: #d97706;
|
|
55
|
+
--color-amber-700: #b45309;
|
|
56
|
+
--color-amber-800: #92400e;
|
|
57
|
+
--color-amber-900: #78350f;
|
|
58
|
+
--color-violet-50: #f5f3ff;
|
|
59
|
+
--color-violet-100: #ede9fe;
|
|
60
|
+
--color-violet-200: #ddd6fe;
|
|
61
|
+
--color-violet-300: #c4b5fd;
|
|
62
|
+
--color-violet-400: #a78bfa;
|
|
63
|
+
--color-violet-500: #8b5cf6;
|
|
64
|
+
--color-violet-600: #7c3aed;
|
|
65
|
+
--color-violet-700: #6d28d9;
|
|
66
|
+
--color-violet-800: #5b21b6;
|
|
67
|
+
--color-violet-900: #4c1d95;
|
|
68
|
+
--color-teal-50: #f0fdfa;
|
|
69
|
+
--color-teal-100: #ccfbf1;
|
|
70
|
+
--color-teal-200: #99f6e4;
|
|
71
|
+
--color-teal-300: #5eead4;
|
|
72
|
+
--color-teal-400: #2dd4bf;
|
|
73
|
+
--color-teal-500: #14b8a6;
|
|
74
|
+
--color-teal-600: #0d9488;
|
|
75
|
+
--color-teal-700: #0f766e;
|
|
76
|
+
--color-teal-800: #115e59;
|
|
77
|
+
--color-teal-900: #134e4a;
|
|
78
|
+
|
|
79
|
+
/* Semantic colors — light (default) */
|
|
80
|
+
--text-primary: #171717;
|
|
81
|
+
--text-secondary: #737373;
|
|
82
|
+
--text-muted: #a3a3a3;
|
|
83
|
+
--text-inverse: #fafafa;
|
|
84
|
+
--text-danger: #dc2626;
|
|
85
|
+
--text-disabled: #d4d4d4;
|
|
86
|
+
--text-brand: #1d4ed8;
|
|
87
|
+
--text-success: #15803d;
|
|
88
|
+
--text-warning: #b45309;
|
|
89
|
+
--text-info: #1d4ed8;
|
|
90
|
+
--icon-default: #737373;
|
|
91
|
+
--icon-muted: #a3a3a3;
|
|
92
|
+
--icon-primary: #404040;
|
|
93
|
+
--icon-secondary: #737373;
|
|
94
|
+
--icon-inverse: #ffffff;
|
|
95
|
+
--icon-brand: #2563eb;
|
|
96
|
+
--icon-success: #16a34a;
|
|
97
|
+
--icon-warning: #d97706;
|
|
98
|
+
--icon-danger: #dc2626;
|
|
99
|
+
--icon-info: #2563eb;
|
|
100
|
+
--icon-disabled: #d4d4d4;
|
|
101
|
+
--surface-page: #fafafa;
|
|
102
|
+
--surface-card: #ffffff;
|
|
103
|
+
--surface-muted: #f5f5f5;
|
|
104
|
+
--surface-overlay: color-mix(in srgb, #171717 40%, transparent);
|
|
105
|
+
--surface-elevated: #ffffff;
|
|
106
|
+
--surface-disabled: #f5f5f5;
|
|
107
|
+
--surface-inverse: #171717;
|
|
108
|
+
--surface-brand: #2563eb;
|
|
109
|
+
--surface-brand-subtle: #eff6ff;
|
|
110
|
+
--border-faint: #e5e5e5;
|
|
111
|
+
--border-strong: #d4d4d4;
|
|
112
|
+
--border-focus: #3b82f6;
|
|
113
|
+
--border-disabled: #e5e5e5;
|
|
114
|
+
--border-subtle: #f5f5f5;
|
|
115
|
+
--border-brand: #2563eb;
|
|
116
|
+
--status-success: #16a34a;
|
|
117
|
+
--status-success-subtle: #f0fdf4;
|
|
118
|
+
--status-success-border: #bbf7d0;
|
|
119
|
+
--status-warning: #d97706;
|
|
120
|
+
--status-warning-subtle: #fffbeb;
|
|
121
|
+
--status-warning-border: #fde68a;
|
|
122
|
+
--status-danger: #dc2626;
|
|
123
|
+
--status-danger-subtle: #fef2f2;
|
|
124
|
+
--status-danger-border: #fecaca;
|
|
125
|
+
--status-info: #2563eb;
|
|
126
|
+
--status-info-subtle: #eff6ff;
|
|
127
|
+
--status-info-border: #bfdbfe;
|
|
128
|
+
--status-success-text: #166534;
|
|
129
|
+
--status-warning-text: #92400e;
|
|
130
|
+
--status-danger-text: #991b1b;
|
|
131
|
+
--status-info-text: #1e40af;
|
|
132
|
+
--action-primary: #2563eb;
|
|
133
|
+
--action-primary-hover: #1d4ed8;
|
|
134
|
+
--action-primary-pressed: #1e40af;
|
|
135
|
+
--action-on-primary: #ffffff;
|
|
136
|
+
--action-danger: #dc2626;
|
|
137
|
+
--action-danger-hover: #b91c1c;
|
|
138
|
+
--action-danger-pressed: #991b1b;
|
|
139
|
+
--action-secondary: #f5f5f5;
|
|
140
|
+
--action-secondary-hover: #e5e5e5;
|
|
141
|
+
--action-secondary-pressed: #d4d4d4;
|
|
142
|
+
--action-selected: #eff6ff;
|
|
143
|
+
--action-selected-border: #2563eb;
|
|
144
|
+
--focus-ring: #3b82f6;
|
|
145
|
+
--focus-ring-offset: #ffffff;
|
|
146
|
+
--focus-ring-inverse: #93c5fd;
|
|
147
|
+
--shadow-none: none;
|
|
148
|
+
--shadow-sm: 0 1px 2px rgba(23, 23, 23, 0.06);
|
|
149
|
+
--shadow-md: 0 4px 12px rgba(23, 23, 23, 0.08);
|
|
150
|
+
--fill-strong: #171717;
|
|
151
|
+
--fill-subtle: #f5f5f5;
|
|
152
|
+
--fill-brand: #2563eb;
|
|
153
|
+
--fill-brand-subtle: #eff6ff;
|
|
154
|
+
--fill-success: #16a34a;
|
|
155
|
+
--fill-success-subtle: #f0fdf4;
|
|
156
|
+
--fill-warning: #f59e0b;
|
|
157
|
+
--fill-warning-subtle: #fffbeb;
|
|
158
|
+
--fill-danger: #dc2626;
|
|
159
|
+
--fill-danger-subtle: #fef2f2;
|
|
160
|
+
--fill-info: #2563eb;
|
|
161
|
+
--fill-info-subtle: #eff6ff;
|
|
162
|
+
--brand-primary: #2563eb;
|
|
163
|
+
--brand-primary-hover: #1d4ed8;
|
|
164
|
+
--brand-primary-active: #1e40af;
|
|
165
|
+
--brand-subtle: #eff6ff;
|
|
166
|
+
--brand-on-brand: #ffffff;
|
|
167
|
+
--link-default: #1d4ed8;
|
|
168
|
+
--link-hover: #1e40af;
|
|
169
|
+
--link-visited: #1e40af;
|
|
170
|
+
--link-active: #1e3a8a;
|
|
171
|
+
|
|
172
|
+
--motion-fast: 150ms;
|
|
173
|
+
--motion-normal: 250ms;
|
|
174
|
+
|
|
175
|
+
--space-0: 0;
|
|
176
|
+
--space-1: 4px;
|
|
177
|
+
--space-2: 8px;
|
|
178
|
+
--space-3: 12px;
|
|
179
|
+
--space-4: 16px;
|
|
180
|
+
--space-5: 20px;
|
|
181
|
+
--space-6: 24px;
|
|
182
|
+
--space-8: 32px;
|
|
183
|
+
--space-10: 40px;
|
|
184
|
+
--space-12: 48px;
|
|
185
|
+
--space-16: 64px;
|
|
186
|
+
--space-px: 2px;
|
|
187
|
+
|
|
188
|
+
--space-inset-2xs: var(--space-px);
|
|
189
|
+
--space-inset-xs: var(--space-1);
|
|
190
|
+
--space-inset-sm: var(--space-2);
|
|
191
|
+
--space-inset-md: var(--space-3);
|
|
192
|
+
--space-inset-lg: var(--space-4);
|
|
193
|
+
--space-inset-xl: var(--space-6);
|
|
194
|
+
--space-inset-2xl: var(--space-8);
|
|
195
|
+
--space-stack-2xs: var(--space-px);
|
|
196
|
+
--space-stack-xs: var(--space-1);
|
|
197
|
+
--space-stack-sm: var(--space-2);
|
|
198
|
+
--space-stack-md: var(--space-4);
|
|
199
|
+
--space-stack-lg: var(--space-6);
|
|
200
|
+
--space-stack-xl: var(--space-10);
|
|
201
|
+
--space-stack-2xl: var(--space-16);
|
|
202
|
+
--space-inline-2xs: var(--space-px);
|
|
203
|
+
--space-inline-xs: var(--space-1);
|
|
204
|
+
--space-inline-sm: var(--space-2);
|
|
205
|
+
--space-inline-md: var(--space-3);
|
|
206
|
+
--space-inline-lg: var(--space-4);
|
|
207
|
+
--space-inline-xl: var(--space-6);
|
|
208
|
+
--space-gap-xs: var(--space-2);
|
|
209
|
+
--space-gap-sm: var(--space-3);
|
|
210
|
+
--space-gap-md: var(--space-4);
|
|
211
|
+
--space-gap-lg: var(--space-6);
|
|
212
|
+
--space-gap-xl: var(--space-10);
|
|
213
|
+
--space-section-sm: var(--space-8);
|
|
214
|
+
--space-section-md: var(--space-12);
|
|
215
|
+
--space-section-lg: var(--space-16);
|
|
216
|
+
|
|
217
|
+
/* Radius scale */
|
|
218
|
+
--radius-0: 0;
|
|
219
|
+
--radius-50: 0.125rem;
|
|
220
|
+
--radius-100: 0.25rem;
|
|
221
|
+
--radius-200: 0.5rem;
|
|
222
|
+
--radius-300: 0.75rem;
|
|
223
|
+
--radius-400: 1rem;
|
|
224
|
+
--radius-500: 1.25rem;
|
|
225
|
+
--radius-600: 1.5rem;
|
|
226
|
+
--radius-full: 9999px;
|
|
227
|
+
--radius-sm: var(--radius-100);
|
|
228
|
+
--radius-md: var(--radius-200);
|
|
229
|
+
--radius-lg: var(--radius-300);
|
|
230
|
+
|
|
231
|
+
/* Control - buttons, inputs, selects */
|
|
232
|
+
--radius-control-sm: var(--radius-100);
|
|
233
|
+
--radius-control-md: var(--radius-200);
|
|
234
|
+
--radius-control-lg: var(--radius-300);
|
|
235
|
+
|
|
236
|
+
/* Surface - cards, panels, dialogs */
|
|
237
|
+
--radius-surface-sm: var(--radius-200);
|
|
238
|
+
--radius-surface-md: var(--radius-300);
|
|
239
|
+
--radius-surface-lg: var(--radius-400);
|
|
240
|
+
|
|
241
|
+
/* Media - images, video, avatars */
|
|
242
|
+
--radius-media-sm: var(--radius-200);
|
|
243
|
+
--radius-media-md: var(--radius-300);
|
|
244
|
+
--radius-media-lg: var(--radius-400);
|
|
245
|
+
|
|
246
|
+
/* Pill - chips, badges, tags */
|
|
247
|
+
--radius-pill: var(--radius-full);
|
|
248
|
+
|
|
249
|
+
--border-0: 0;
|
|
250
|
+
--border-100: 1px;
|
|
251
|
+
--border-200: 2px;
|
|
252
|
+
--border-300: 4px;
|
|
253
|
+
--border-control: var(--border-100);
|
|
254
|
+
--border-control-strong: var(--border-200);
|
|
255
|
+
--border-surface: var(--border-100);
|
|
256
|
+
--border-highlight: var(--border-100);
|
|
257
|
+
--border-divider: var(--border-100);
|
|
258
|
+
--border-divider-strong: var(--border-200);
|
|
259
|
+
--border-focus-width: var(--border-200);
|
|
260
|
+
|
|
261
|
+
--shadow-0: none;
|
|
262
|
+
--shadow-100: 0 4px 14px 2px rgb(0 0 0 / 0.008), 0 12px 40px 4px rgb(0 0 0 / 0.012);
|
|
263
|
+
--shadow-150: 0 8px 24px 4px rgb(0 0 0 / 0.008), 0 24px 64px 8px rgb(0 0 0 / 0.014);
|
|
264
|
+
--shadow-200: 0 8px 22px 4px rgb(0 0 0 / 0.01), 0 20px 56px 8px rgb(0 0 0 / 0.016);
|
|
265
|
+
--shadow-250: 0 10px 28px 6px rgb(0 0 0 / 0.01), 0 28px 72px 10px rgb(0 0 0 / 0.018);
|
|
266
|
+
--shadow-300: 0 12px 32px 6px rgb(0 0 0 / 0.012), 0 28px 68px 10px rgb(0 0 0 / 0.02);
|
|
267
|
+
--shadow-400: 0 16px 40px 8px rgb(0 0 0 / 0.012), 0 36px 80px 12px rgb(0 0 0 / 0.022);
|
|
268
|
+
--shadow-500: 0 20px 48px 10px rgb(0 0 0 / 0.014), 0 44px 96px 14px rgb(0 0 0 / 0.025);
|
|
269
|
+
--shadow-600: 0 28px 64px 12px rgb(0 0 0 / 0.016), 0 52px 112px 16px rgb(0 0 0 / 0.03);
|
|
270
|
+
--shadow-inset-top-light: inset 0 1px 0 rgb(255 255 255 / 0.72);
|
|
271
|
+
--shadow-inset-start-light: inset 1px 0 0 rgb(255 255 255 / 0.28);
|
|
272
|
+
--shadow-inset-end-light: inset -1px 0 0 rgb(255 255 255 / 0.1);
|
|
273
|
+
--shadow-inset-bottom-light: inset 0 -1px 0 rgb(0 0 0 / 0.035);
|
|
274
|
+
--shadow-raised-xs: var(--shadow-150);
|
|
275
|
+
--shadow-raised-sm: var(--shadow-200);
|
|
276
|
+
--shadow-raised-md: var(--shadow-300);
|
|
277
|
+
--shadow-raised-lg: var(--shadow-400);
|
|
278
|
+
--shadow-raised-soft: var(--shadow-250);
|
|
279
|
+
--shadow-raised-depth: var(--shadow-raised-soft), var(--shadow-inset-top-light), var(--shadow-inset-start-light), var(--shadow-inset-end-light), var(--shadow-inset-bottom-light);
|
|
280
|
+
--shadow-overlay-sm: var(--shadow-300);
|
|
281
|
+
--shadow-overlay-md: var(--shadow-400);
|
|
282
|
+
--shadow-overlay-lg: var(--shadow-500);
|
|
283
|
+
--shadow-modal: var(--shadow-600);
|
|
284
|
+
|
|
285
|
+
--motion-duration-0: 0ms;
|
|
286
|
+
--motion-duration-100: 120ms;
|
|
287
|
+
--motion-duration-150: 160ms;
|
|
288
|
+
--motion-duration-200: 180ms;
|
|
289
|
+
--motion-duration-300: 240ms;
|
|
290
|
+
--motion-duration-400: 320ms;
|
|
291
|
+
--motion-duration-500: 400ms;
|
|
292
|
+
--motion-duration-600: 500ms;
|
|
293
|
+
--motion-ease-linear: linear;
|
|
294
|
+
--motion-ease-in: cubic-bezier(0.7, 0, 1, 0.5);
|
|
295
|
+
--motion-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
|
|
296
|
+
--motion-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
|
|
297
|
+
--motion-ease-standard: cubic-bezier(0.23, 1, 0.32, 1);
|
|
298
|
+
--motion-ease-emphasized: cubic-bezier(0.32, 0.72, 0, 1);
|
|
299
|
+
--motion-ease-spring: cubic-bezier(0.34, 1.25, 0.64, 1);
|
|
300
|
+
--motion-ease-spring-soft: cubic-bezier(0.28, 1.14, 0.4, 1);
|
|
301
|
+
--motion-interaction-duration: var(--motion-duration-100);
|
|
302
|
+
--motion-interaction-easing: var(--motion-ease-out);
|
|
303
|
+
--motion-expand-duration: var(--motion-duration-300);
|
|
304
|
+
--motion-expand-easing: var(--motion-ease-in-out);
|
|
305
|
+
--motion-overlay-duration: var(--motion-duration-200);
|
|
306
|
+
--motion-overlay-easing: var(--motion-ease-out);
|
|
307
|
+
--motion-overlay-exit-duration: var(--motion-duration-100);
|
|
308
|
+
--motion-overlay-exit-easing: var(--motion-ease-out);
|
|
309
|
+
--motion-modal-duration: var(--motion-duration-500);
|
|
310
|
+
--motion-modal-easing: var(--motion-ease-spring-soft);
|
|
311
|
+
--motion-modal-exit-duration: var(--motion-duration-200);
|
|
312
|
+
--motion-modal-exit-easing: var(--motion-ease-out);
|
|
313
|
+
--motion-page-duration: var(--motion-duration-500);
|
|
314
|
+
--motion-page-easing: var(--motion-ease-emphasized);
|
|
315
|
+
|
|
316
|
+
--opacity-0: 0;
|
|
317
|
+
--opacity-100: 0.08;
|
|
318
|
+
--opacity-200: 0.16;
|
|
319
|
+
--opacity-300: 0.32;
|
|
320
|
+
--opacity-400: 0.48;
|
|
321
|
+
--opacity-500: 0.64;
|
|
322
|
+
--opacity-600: 0.8;
|
|
323
|
+
--opacity-700: 1;
|
|
324
|
+
--opacity-disabled: var(--opacity-400);
|
|
325
|
+
--opacity-muted: var(--opacity-500);
|
|
326
|
+
--opacity-hover: var(--opacity-100);
|
|
327
|
+
--opacity-scrim-soft: var(--opacity-300);
|
|
328
|
+
--opacity-scrim: var(--opacity-500);
|
|
329
|
+
--opacity-full: var(--opacity-700);
|
|
330
|
+
|
|
331
|
+
--border-width-thin: 1px;
|
|
332
|
+
--border-width-medium: 2px;
|
|
333
|
+
|
|
334
|
+
--font-sans: var(--font-geist-sans), system-ui, sans-serif;
|
|
335
|
+
--font-mono: var(--font-geist-mono), ui-monospace, monospace;
|
|
336
|
+
|
|
337
|
+
--type-size-body: 1rem;
|
|
338
|
+
--type-size-body-sm: 0.875rem;
|
|
339
|
+
--type-size-label: 0.875rem;
|
|
340
|
+
--type-size-heading: 1.125rem;
|
|
341
|
+
--type-size-title: 1.5rem;
|
|
342
|
+
--type-size-display: 1.875rem;
|
|
343
|
+
--type-size-metric: 1.875rem;
|
|
344
|
+
--type-size-caption: 0.75rem;
|
|
345
|
+
--type-size-overline: 0.75rem;
|
|
346
|
+
--type-size-code: 0.875rem;
|
|
347
|
+
|
|
348
|
+
--type-weight-body: 400;
|
|
349
|
+
--type-weight-label: 500;
|
|
350
|
+
--type-weight-heading: 600;
|
|
351
|
+
--type-weight-title: 700;
|
|
352
|
+
--type-weight-metric: 500;
|
|
353
|
+
--type-weight-caption: 500;
|
|
354
|
+
--type-weight-overline: 500;
|
|
355
|
+
--type-weight-code: 400;
|
|
356
|
+
|
|
357
|
+
--type-line-body: 1.5;
|
|
358
|
+
--type-line-heading: 1.25;
|
|
359
|
+
--type-tracking-overline: 0.02em;
|
|
360
|
+
|
|
361
|
+
--z-overlay: 40;
|
|
362
|
+
--z-modal: 50;
|
|
363
|
+
--z-tooltip: 60;
|
|
364
|
+
|
|
365
|
+
--grid-columns: 12;
|
|
366
|
+
--grid-gutter-sm: var(--space-3);
|
|
367
|
+
--grid-gutter-md: var(--space-4);
|
|
368
|
+
--grid-gutter-lg: var(--space-6);
|
|
369
|
+
--grid-gutter-xl: var(--space-10);
|
|
370
|
+
--grid-margin-sm: var(--space-4);
|
|
371
|
+
--grid-margin-md: var(--space-6);
|
|
372
|
+
--grid-margin-lg: var(--space-10);
|
|
373
|
+
--grid-width-sm: 40rem;
|
|
374
|
+
--grid-width-md: 64rem;
|
|
375
|
+
--grid-width-lg: 80rem;
|
|
376
|
+
--grid-width-xl: 90rem;
|
|
377
|
+
--grid-breakpoint-sm: 40rem;
|
|
378
|
+
--grid-breakpoint-md: 64rem;
|
|
379
|
+
--grid-breakpoint-lg: 80rem;
|
|
380
|
+
|
|
381
|
+
--layout-container-sm: var(--grid-width-sm);
|
|
382
|
+
--layout-container-md: var(--grid-width-md);
|
|
383
|
+
--layout-container-lg: var(--grid-width-lg);
|
|
384
|
+
--layout-container-xl: var(--grid-width-xl);
|
|
385
|
+
--layout-gutter-sm: var(--grid-gutter-sm);
|
|
386
|
+
--layout-gutter-md: var(--grid-gutter-md);
|
|
387
|
+
--layout-gutter-lg: var(--grid-gutter-lg);
|
|
388
|
+
--layout-gutter-xl: var(--grid-gutter-xl);
|
|
389
|
+
--layout-margin-sm: var(--grid-margin-sm);
|
|
390
|
+
--layout-margin-md: var(--grid-margin-md);
|
|
391
|
+
--layout-margin-lg: var(--grid-margin-lg);
|
|
392
|
+
--layout-sidebar: 14rem;
|
|
393
|
+
--layout-sidebar-compact: var(--space-section-lg);
|
|
394
|
+
--layout-rail: 22rem;
|
|
395
|
+
--layout-metrics-min: 12rem;
|
|
396
|
+
--layout-auto-min: 16rem;
|
|
397
|
+
--layout-split-primary: 8;
|
|
398
|
+
--layout-split-secondary: 4;
|
|
399
|
+
--layout-split-half: 6;
|
|
400
|
+
--layout-split-third: 4;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
[data-theme="dark"] {
|
|
404
|
+
--text-primary: #fafafa;
|
|
405
|
+
--text-secondary: #a3a3a3;
|
|
406
|
+
--text-muted: #737373;
|
|
407
|
+
--text-inverse: #171717;
|
|
408
|
+
--text-danger: #f87171;
|
|
409
|
+
--text-disabled: #525252;
|
|
410
|
+
--text-brand: #93c5fd;
|
|
411
|
+
--text-success: #86efac;
|
|
412
|
+
--text-warning: #fcd34d;
|
|
413
|
+
--text-info: #93c5fd;
|
|
414
|
+
--icon-default: #a3a3a3;
|
|
415
|
+
--icon-muted: #737373;
|
|
416
|
+
--icon-primary: #e5e5e5;
|
|
417
|
+
--icon-secondary: #a3a3a3;
|
|
418
|
+
--icon-inverse: #171717;
|
|
419
|
+
--icon-brand: #60a5fa;
|
|
420
|
+
--icon-success: #4ade80;
|
|
421
|
+
--icon-warning: #fbbf24;
|
|
422
|
+
--icon-danger: #f87171;
|
|
423
|
+
--icon-info: #60a5fa;
|
|
424
|
+
--icon-disabled: #525252;
|
|
425
|
+
--surface-page: #171717;
|
|
426
|
+
--surface-card: #262626;
|
|
427
|
+
--surface-muted: #262626;
|
|
428
|
+
--surface-overlay: color-mix(in srgb, #000000 60%, transparent);
|
|
429
|
+
--surface-elevated: #262626;
|
|
430
|
+
--surface-disabled: #262626;
|
|
431
|
+
--surface-inverse: #fafafa;
|
|
432
|
+
--surface-brand: #3b82f6;
|
|
433
|
+
--surface-brand-subtle: #1e3a8a;
|
|
434
|
+
--border-faint: #404040;
|
|
435
|
+
--border-strong: #525252;
|
|
436
|
+
--border-focus: #60a5fa;
|
|
437
|
+
--border-disabled: #404040;
|
|
438
|
+
--border-subtle: #262626;
|
|
439
|
+
--border-brand: #60a5fa;
|
|
440
|
+
--status-success: #4ade80;
|
|
441
|
+
--status-success-subtle: #14532d;
|
|
442
|
+
--status-success-border: #15803d;
|
|
443
|
+
--status-warning: #fbbf24;
|
|
444
|
+
--status-warning-subtle: #78350f;
|
|
445
|
+
--status-warning-border: #b45309;
|
|
446
|
+
--status-danger: #f87171;
|
|
447
|
+
--status-danger-subtle: #7f1d1d;
|
|
448
|
+
--status-danger-border: #b91c1c;
|
|
449
|
+
--status-info: #60a5fa;
|
|
450
|
+
--status-info-subtle: #1e3a8a;
|
|
451
|
+
--status-info-border: #1d4ed8;
|
|
452
|
+
--status-success-text: #bbf7d0;
|
|
453
|
+
--status-warning-text: #fde68a;
|
|
454
|
+
--status-danger-text: #fecaca;
|
|
455
|
+
--status-info-text: #bfdbfe;
|
|
456
|
+
--action-primary: #3b82f6;
|
|
457
|
+
--action-primary-hover: #60a5fa;
|
|
458
|
+
--action-primary-pressed: #93c5fd;
|
|
459
|
+
--action-on-primary: #ffffff;
|
|
460
|
+
--action-danger: #ef4444;
|
|
461
|
+
--action-danger-hover: #f87171;
|
|
462
|
+
--action-danger-pressed: #fca5a5;
|
|
463
|
+
--action-secondary: #262626;
|
|
464
|
+
--action-secondary-hover: #404040;
|
|
465
|
+
--action-secondary-pressed: #525252;
|
|
466
|
+
--action-selected: #1e3a8a;
|
|
467
|
+
--action-selected-border: #60a5fa;
|
|
468
|
+
--focus-ring: #60a5fa;
|
|
469
|
+
--focus-ring-offset: #171717;
|
|
470
|
+
--focus-ring-inverse: #93c5fd;
|
|
471
|
+
--shadow-none: none;
|
|
472
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
473
|
+
--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
|
|
474
|
+
--shadow-raised-depth: var(--shadow-raised-soft);
|
|
475
|
+
--fill-strong: #f5f5f5;
|
|
476
|
+
--fill-subtle: #262626;
|
|
477
|
+
--fill-brand: #60a5fa;
|
|
478
|
+
--fill-brand-subtle: #1e3a8a;
|
|
479
|
+
--fill-success: #4ade80;
|
|
480
|
+
--fill-success-subtle: #14532d;
|
|
481
|
+
--fill-warning: #fbbf24;
|
|
482
|
+
--fill-warning-subtle: #78350f;
|
|
483
|
+
--fill-danger: #f87171;
|
|
484
|
+
--fill-danger-subtle: #7f1d1d;
|
|
485
|
+
--fill-info: #60a5fa;
|
|
486
|
+
--fill-info-subtle: #1e3a8a;
|
|
487
|
+
--brand-primary: #60a5fa;
|
|
488
|
+
--brand-primary-hover: #93c5fd;
|
|
489
|
+
--brand-primary-active: #bfdbfe;
|
|
490
|
+
--brand-subtle: #1e3a8a;
|
|
491
|
+
--brand-on-brand: #ffffff;
|
|
492
|
+
--link-default: #93c5fd;
|
|
493
|
+
--link-hover: #bfdbfe;
|
|
494
|
+
--link-visited: #bfdbfe;
|
|
495
|
+
--link-active: #dbeafe;
|
|
496
|
+
--shadow-inset-top-light: inset 0 0 0 transparent;
|
|
497
|
+
--shadow-inset-start-light: inset 0 0 0 transparent;
|
|
498
|
+
--shadow-inset-end-light: inset 0 0 0 transparent;
|
|
499
|
+
--shadow-inset-bottom-light: inset 0 0 0 transparent;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
[data-color="violet"] {
|
|
503
|
+
--text-brand: #6d28d9;
|
|
504
|
+
--text-info: #6d28d9;
|
|
505
|
+
--icon-brand: #7c3aed;
|
|
506
|
+
--icon-info: #7c3aed;
|
|
507
|
+
--surface-brand: #7c3aed;
|
|
508
|
+
--surface-brand-subtle: #f5f3ff;
|
|
509
|
+
--border-focus: #8b5cf6;
|
|
510
|
+
--border-brand: #7c3aed;
|
|
511
|
+
--status-info: #7c3aed;
|
|
512
|
+
--status-info-subtle: #f5f3ff;
|
|
513
|
+
--status-info-border: #ddd6fe;
|
|
514
|
+
--status-info-text: #5b21b6;
|
|
515
|
+
--action-primary: #7c3aed;
|
|
516
|
+
--action-primary-hover: #6d28d9;
|
|
517
|
+
--action-primary-pressed: #5b21b6;
|
|
518
|
+
--action-selected: #f5f3ff;
|
|
519
|
+
--action-selected-border: #7c3aed;
|
|
520
|
+
--focus-ring: #8b5cf6;
|
|
521
|
+
--focus-ring-inverse: #c4b5fd;
|
|
522
|
+
--fill-brand: #7c3aed;
|
|
523
|
+
--fill-brand-subtle: #f5f3ff;
|
|
524
|
+
--fill-info: #7c3aed;
|
|
525
|
+
--fill-info-subtle: #f5f3ff;
|
|
526
|
+
--brand-primary: #7c3aed;
|
|
527
|
+
--brand-primary-hover: #6d28d9;
|
|
528
|
+
--brand-primary-active: #5b21b6;
|
|
529
|
+
--brand-subtle: #f5f3ff;
|
|
530
|
+
--link-default: #6d28d9;
|
|
531
|
+
--link-hover: #5b21b6;
|
|
532
|
+
--link-visited: #5b21b6;
|
|
533
|
+
--link-active: #4c1d95;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
[data-theme="dark"][data-color="violet"] {
|
|
537
|
+
--text-brand: #c4b5fd;
|
|
538
|
+
--text-info: #c4b5fd;
|
|
539
|
+
--icon-brand: #a78bfa;
|
|
540
|
+
--icon-info: #a78bfa;
|
|
541
|
+
--surface-brand: #8b5cf6;
|
|
542
|
+
--surface-brand-subtle: #4c1d95;
|
|
543
|
+
--border-focus: #a78bfa;
|
|
544
|
+
--border-brand: #a78bfa;
|
|
545
|
+
--status-info: #a78bfa;
|
|
546
|
+
--status-info-subtle: #4c1d95;
|
|
547
|
+
--status-info-border: #6d28d9;
|
|
548
|
+
--status-info-text: #ddd6fe;
|
|
549
|
+
--action-primary: #8b5cf6;
|
|
550
|
+
--action-primary-hover: #a78bfa;
|
|
551
|
+
--action-primary-pressed: #c4b5fd;
|
|
552
|
+
--action-selected: #4c1d95;
|
|
553
|
+
--action-selected-border: #a78bfa;
|
|
554
|
+
--focus-ring: #a78bfa;
|
|
555
|
+
--focus-ring-inverse: #c4b5fd;
|
|
556
|
+
--fill-brand: #a78bfa;
|
|
557
|
+
--fill-brand-subtle: #4c1d95;
|
|
558
|
+
--fill-info: #a78bfa;
|
|
559
|
+
--fill-info-subtle: #4c1d95;
|
|
560
|
+
--brand-primary: #a78bfa;
|
|
561
|
+
--brand-primary-hover: #c4b5fd;
|
|
562
|
+
--brand-primary-active: #ddd6fe;
|
|
563
|
+
--brand-subtle: #4c1d95;
|
|
564
|
+
--link-default: #c4b5fd;
|
|
565
|
+
--link-hover: #ddd6fe;
|
|
566
|
+
--link-visited: #ddd6fe;
|
|
567
|
+
--link-active: #ede9fe;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
[data-color="teal"] {
|
|
571
|
+
--text-brand: #0f766e;
|
|
572
|
+
--text-info: #0f766e;
|
|
573
|
+
--icon-brand: #0d9488;
|
|
574
|
+
--icon-info: #0d9488;
|
|
575
|
+
--surface-brand: #0d9488;
|
|
576
|
+
--surface-brand-subtle: #f0fdfa;
|
|
577
|
+
--border-focus: #14b8a6;
|
|
578
|
+
--border-brand: #0d9488;
|
|
579
|
+
--status-info: #0d9488;
|
|
580
|
+
--status-info-subtle: #f0fdfa;
|
|
581
|
+
--status-info-border: #99f6e4;
|
|
582
|
+
--status-info-text: #115e59;
|
|
583
|
+
--action-primary: #0d9488;
|
|
584
|
+
--action-primary-hover: #0f766e;
|
|
585
|
+
--action-primary-pressed: #115e59;
|
|
586
|
+
--action-selected: #f0fdfa;
|
|
587
|
+
--action-selected-border: #0d9488;
|
|
588
|
+
--focus-ring: #14b8a6;
|
|
589
|
+
--focus-ring-inverse: #5eead4;
|
|
590
|
+
--fill-brand: #0d9488;
|
|
591
|
+
--fill-brand-subtle: #f0fdfa;
|
|
592
|
+
--fill-info: #0d9488;
|
|
593
|
+
--fill-info-subtle: #f0fdfa;
|
|
594
|
+
--brand-primary: #0d9488;
|
|
595
|
+
--brand-primary-hover: #0f766e;
|
|
596
|
+
--brand-primary-active: #115e59;
|
|
597
|
+
--brand-subtle: #f0fdfa;
|
|
598
|
+
--link-default: #0f766e;
|
|
599
|
+
--link-hover: #115e59;
|
|
600
|
+
--link-visited: #115e59;
|
|
601
|
+
--link-active: #134e4a;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
[data-theme="dark"][data-color="teal"] {
|
|
605
|
+
--text-brand: #5eead4;
|
|
606
|
+
--text-info: #5eead4;
|
|
607
|
+
--icon-brand: #2dd4bf;
|
|
608
|
+
--icon-info: #2dd4bf;
|
|
609
|
+
--surface-brand: #14b8a6;
|
|
610
|
+
--surface-brand-subtle: #134e4a;
|
|
611
|
+
--border-focus: #2dd4bf;
|
|
612
|
+
--border-brand: #2dd4bf;
|
|
613
|
+
--status-info: #2dd4bf;
|
|
614
|
+
--status-info-subtle: #134e4a;
|
|
615
|
+
--status-info-border: #0f766e;
|
|
616
|
+
--status-info-text: #99f6e4;
|
|
617
|
+
--action-primary: #14b8a6;
|
|
618
|
+
--action-primary-hover: #2dd4bf;
|
|
619
|
+
--action-primary-pressed: #5eead4;
|
|
620
|
+
--action-selected: #134e4a;
|
|
621
|
+
--action-selected-border: #2dd4bf;
|
|
622
|
+
--focus-ring: #2dd4bf;
|
|
623
|
+
--focus-ring-inverse: #5eead4;
|
|
624
|
+
--fill-brand: #2dd4bf;
|
|
625
|
+
--fill-brand-subtle: #134e4a;
|
|
626
|
+
--fill-info: #2dd4bf;
|
|
627
|
+
--fill-info-subtle: #134e4a;
|
|
628
|
+
--brand-primary: #2dd4bf;
|
|
629
|
+
--brand-primary-hover: #5eead4;
|
|
630
|
+
--brand-primary-active: #99f6e4;
|
|
631
|
+
--brand-subtle: #134e4a;
|
|
632
|
+
--link-default: #5eead4;
|
|
633
|
+
--link-hover: #99f6e4;
|
|
634
|
+
--link-visited: #99f6e4;
|
|
635
|
+
--link-active: #ccfbf1;
|
|
636
|
+
}
|
|
637
|
+
|