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
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export * from '../ui/Accordion';
|
|
2
|
+
export * from '../ui/Alert';
|
|
3
|
+
export * from '../ui/AlertDialog';
|
|
4
|
+
export * from '../ui/AppHeader';
|
|
5
|
+
export * from '../ui/AppNav';
|
|
6
|
+
export * from '../ui/Avatar';
|
|
7
|
+
export * from '../ui/AvatarGroup';
|
|
8
|
+
export * from '../ui/Badge';
|
|
9
|
+
export * from '../ui/BarChart';
|
|
10
|
+
export * from '../ui/Breadcrumb';
|
|
11
|
+
export * from '../ui/Button';
|
|
12
|
+
export * from '../ui/ButtonGroup';
|
|
13
|
+
export * from '../ui/Calendar';
|
|
14
|
+
export * from '../ui/Card';
|
|
15
|
+
export * from '../ui/Carousel';
|
|
16
|
+
export * from '../ui/Cell';
|
|
17
|
+
export * from '../ui/Chat';
|
|
18
|
+
export * from '../ui/Checkbox';
|
|
19
|
+
export * from '../ui/Collapsible';
|
|
20
|
+
export * from '../ui/Command';
|
|
21
|
+
export * from '../ui/DataTable';
|
|
22
|
+
export * from '../ui/DatePicker';
|
|
23
|
+
export * from '../ui/Drawer';
|
|
24
|
+
export * from '../ui/DropdownMenu';
|
|
25
|
+
export * from '../ui/Empty';
|
|
26
|
+
export * from '../ui/Field';
|
|
27
|
+
export * from '../ui/FieldSet';
|
|
28
|
+
export * from '../ui/HeaderCell';
|
|
29
|
+
export * from '../ui/Input';
|
|
30
|
+
export * from '../ui/InputOTP';
|
|
31
|
+
export * from '../ui/InsightCard';
|
|
32
|
+
export * from '../ui/LineChart';
|
|
33
|
+
export * from '../ui/LoadingAnimation';
|
|
34
|
+
export * from '../ui/Modal';
|
|
35
|
+
export * from '../ui/ModalCard';
|
|
36
|
+
export * from '../ui/NavigationMenu';
|
|
37
|
+
export * from '../ui/NumberTransition';
|
|
38
|
+
export * from '../ui/PageHeader';
|
|
39
|
+
export * from '../ui/Pagination';
|
|
40
|
+
export * from '../ui/PieChart';
|
|
41
|
+
export * from '../ui/Progress';
|
|
42
|
+
export * from '../ui/ProgressSteps';
|
|
43
|
+
export * from '../ui/RadioGroup';
|
|
44
|
+
export * from '../ui/Scoreboard';
|
|
45
|
+
export * from '../ui/Scorecard';
|
|
46
|
+
export * from '../ui/Section';
|
|
47
|
+
export * from '../ui/Select';
|
|
48
|
+
export * from '../ui/ShimmerText';
|
|
49
|
+
export * from '../ui/SideNav';
|
|
50
|
+
export * from '../ui/Slider';
|
|
51
|
+
export * from '../ui/Spinner';
|
|
52
|
+
export * from '../ui/Switch';
|
|
53
|
+
export * from '../ui/Table';
|
|
54
|
+
export * from '../ui/Tabs';
|
|
55
|
+
export * from '../ui/Textarea';
|
|
56
|
+
export * from '../ui/ThinkingAnimation';
|
|
57
|
+
export * from '../ui/Timeline';
|
|
58
|
+
export * from '../ui/Toast';
|
|
59
|
+
export * from '../ui/Tooltip';
|
|
60
|
+
export * from '../ui/patterns/ActivityPattern';
|
|
61
|
+
export * from '../ui/patterns/AssistantWorkspacePattern';
|
|
62
|
+
export * from '../ui/patterns/DashboardPattern';
|
|
63
|
+
export * from '../ui/patterns/EmptyFirstRunPattern';
|
|
64
|
+
export * from '../ui/patterns/InboxPattern';
|
|
65
|
+
export * from '../ui/patterns/InviteMembersPattern';
|
|
66
|
+
export * from '../ui/patterns/ListDetailPattern';
|
|
67
|
+
export * from '../ui/patterns/SettingsFormPattern';
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import "./tokens.js";
|
|
2
|
+
import { Accordion as e } from "../ui/Accordion/Accordion.js";
|
|
3
|
+
import { Alert as t } from "../ui/Alert/Alert.js";
|
|
4
|
+
import { Button as n } from "../ui/Button/Button.js";
|
|
5
|
+
import { ButtonGroup as r } from "../ui/ButtonGroup/ButtonGroup.js";
|
|
6
|
+
import { AlertDialog as i } from "../ui/AlertDialog/AlertDialog.js";
|
|
7
|
+
import { Input as a } from "../ui/Input/Input.js";
|
|
8
|
+
import { AppHeader as o } from "../ui/AppHeader/AppHeader.js";
|
|
9
|
+
import { AppNav as s } from "../ui/AppNav/AppNav.js";
|
|
10
|
+
import { Avatar as c } from "../ui/Avatar/Avatar.js";
|
|
11
|
+
import { AvatarGroup as l } from "../ui/AvatarGroup/AvatarGroup.js";
|
|
12
|
+
import { Badge as u } from "../ui/Badge/Badge.js";
|
|
13
|
+
import { BarChart as d } from "../ui/BarChart/BarChart.js";
|
|
14
|
+
import { Breadcrumb as f } from "../ui/Breadcrumb/Breadcrumb.js";
|
|
15
|
+
import { Calendar as p } from "../ui/Calendar/Calendar.js";
|
|
16
|
+
import { Card as m } from "../ui/Card/Card.js";
|
|
17
|
+
import { Carousel as h } from "../ui/Carousel/Carousel.js";
|
|
18
|
+
import { Checkbox as g } from "../ui/Checkbox/Checkbox.js";
|
|
19
|
+
import { DropdownMenu as _ } from "../ui/DropdownMenu/DropdownMenu.js";
|
|
20
|
+
import { Progress as v } from "../ui/Progress/Progress.js";
|
|
21
|
+
import { Select as y } from "../ui/Select/Select.js";
|
|
22
|
+
import { Cell as b } from "../ui/Cell/Cell.js";
|
|
23
|
+
import { ThinkingAnimation as x } from "../ui/ThinkingAnimation/ThinkingAnimation.js";
|
|
24
|
+
import { Chat as S } from "../ui/Chat/Chat.js";
|
|
25
|
+
import { Collapsible as C } from "../ui/Collapsible/Collapsible.js";
|
|
26
|
+
import { Command as w } from "../ui/Command/Command.js";
|
|
27
|
+
import { HeaderCell as T } from "../ui/HeaderCell/HeaderCell.js";
|
|
28
|
+
import { DataTable as E } from "../ui/DataTable/DataTable.js";
|
|
29
|
+
import { DatePicker as D } from "../ui/DatePicker/DatePicker.js";
|
|
30
|
+
import { Drawer as O } from "../ui/Drawer/Drawer.js";
|
|
31
|
+
import { Empty as k } from "../ui/Empty/Empty.js";
|
|
32
|
+
import { Field as A } from "../ui/Field/Field.js";
|
|
33
|
+
import { FieldSet as j } from "../ui/FieldSet/FieldSet.js";
|
|
34
|
+
import { InputOTP as M } from "../ui/InputOTP/InputOTP.js";
|
|
35
|
+
import { InsightCard as N } from "../ui/InsightCard/InsightCard.js";
|
|
36
|
+
import { LineChart as P } from "../ui/LineChart/LineChart.js";
|
|
37
|
+
import { LoadingAnimation as F } from "../ui/LoadingAnimation/LoadingAnimation.js";
|
|
38
|
+
import { ModalCard as I } from "../ui/ModalCard/ModalCard.js";
|
|
39
|
+
import { Modal as L } from "../ui/Modal/Modal.js";
|
|
40
|
+
import { NavigationMenu as R } from "../ui/NavigationMenu/NavigationMenu.js";
|
|
41
|
+
import { NumberTransition as z } from "../ui/NumberTransition/NumberTransition.js";
|
|
42
|
+
import { PageHeader as B } from "../ui/PageHeader/PageHeader.js";
|
|
43
|
+
import { Pagination as V } from "../ui/Pagination/Pagination.js";
|
|
44
|
+
import { PieChart as H } from "../ui/PieChart/PieChart.js";
|
|
45
|
+
import { ProgressSteps as U } from "../ui/ProgressSteps/ProgressSteps.js";
|
|
46
|
+
import { RadioGroup as W } from "../ui/RadioGroup/RadioGroup.js";
|
|
47
|
+
import { Scorecard as G } from "../ui/Scorecard/Scorecard.js";
|
|
48
|
+
import { Scoreboard as K } from "../ui/Scoreboard/Scoreboard.js";
|
|
49
|
+
import { Section as q } from "../ui/Section/Section.js";
|
|
50
|
+
import { ShimmerText as J } from "../ui/ShimmerText/ShimmerText.js";
|
|
51
|
+
import { SideNav as Y } from "../ui/SideNav/SideNav.js";
|
|
52
|
+
import { Slider as X } from "../ui/Slider/Slider.js";
|
|
53
|
+
import { Spinner as Z } from "../ui/Spinner/Spinner.js";
|
|
54
|
+
import { Switch as Q } from "../ui/Switch/Switch.js";
|
|
55
|
+
import { Table as $ } from "../ui/Table/Table.js";
|
|
56
|
+
import { Tabs as ee } from "../ui/Tabs/Tabs.js";
|
|
57
|
+
import { Textarea as te } from "../ui/Textarea/Textarea.js";
|
|
58
|
+
import { Timeline as ne } from "../ui/Timeline/Timeline.js";
|
|
59
|
+
import { Toast as re } from "../ui/Toast/Toast.js";
|
|
60
|
+
import { Tooltip as ie } from "../ui/Tooltip/Tooltip.js";
|
|
61
|
+
import { ActivityPattern as ae } from "../ui/patterns/ActivityPattern/ActivityPattern.js";
|
|
62
|
+
import { AssistantWorkspacePattern as oe } from "../ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.js";
|
|
63
|
+
import { DashboardPattern as se } from "../ui/patterns/DashboardPattern/DashboardPattern.js";
|
|
64
|
+
import { EmptyFirstRunPattern as ce } from "../ui/patterns/EmptyFirstRunPattern/EmptyFirstRunPattern.js";
|
|
65
|
+
import { InboxPattern as le } from "../ui/patterns/InboxPattern/InboxPattern.js";
|
|
66
|
+
import { InviteMembersPattern as ue } from "../ui/patterns/InviteMembersPattern/InviteMembersPattern.js";
|
|
67
|
+
import { ListDetailPattern as de } from "../ui/patterns/ListDetailPattern/ListDetailPattern.js";
|
|
68
|
+
import { SettingsFormPattern as fe } from "../ui/patterns/SettingsFormPattern/SettingsFormPattern.js";
|
|
69
|
+
export { e as Accordion, ae as ActivityPattern, t as Alert, i as AlertDialog, o as AppHeader, s as AppNav, oe as AssistantWorkspacePattern, c as Avatar, l as AvatarGroup, u as Badge, d as BarChart, f as Breadcrumb, n as Button, r as ButtonGroup, p as Calendar, m as Card, h as Carousel, b as Cell, S as Chat, g as Checkbox, C as Collapsible, w as Command, se as DashboardPattern, E as DataTable, D as DatePicker, O as Drawer, _ as DropdownMenu, k as Empty, ce as EmptyFirstRunPattern, A as Field, j as FieldSet, T as HeaderCell, le as InboxPattern, a as Input, M as InputOTP, N as InsightCard, ue as InviteMembersPattern, P as LineChart, de as ListDetailPattern, F as LoadingAnimation, L as Modal, I as ModalCard, R as NavigationMenu, z as NumberTransition, B as PageHeader, V as Pagination, H as PieChart, v as Progress, U as ProgressSteps, W as RadioGroup, K as Scoreboard, G as Scorecard, q as Section, y as Select, fe as SettingsFormPattern, J as ShimmerText, Y as SideNav, X as Slider, Z as Spinner, Q as Switch, $ as Table, ee as Tabs, te as Textarea, x as ThinkingAnimation, ne as Timeline, re as Toast, ie as Tooltip };
|
|
File without changes
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import e from "./Accordion.module.js";
|
|
3
|
+
import { useState as t } from "react";
|
|
4
|
+
import { ChevronDown as n } from "lucide-react";
|
|
5
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
6
|
+
//#region ui/Accordion/Accordion.tsx
|
|
7
|
+
function a({ items: a, defaultOpen: o }) {
|
|
8
|
+
let [s, c] = t(o ?? null);
|
|
9
|
+
return /* @__PURE__ */ r("div", {
|
|
10
|
+
className: e.root,
|
|
11
|
+
children: a.map((t) => {
|
|
12
|
+
let a = s === t.id, o = `accordion-panel-${t.id}`, l = `accordion-button-${t.id}`;
|
|
13
|
+
return /* @__PURE__ */ i("div", {
|
|
14
|
+
className: e.item,
|
|
15
|
+
children: [/* @__PURE__ */ i("button", {
|
|
16
|
+
type: "button",
|
|
17
|
+
id: l,
|
|
18
|
+
className: `${e.trigger} ${a ? e.triggerOpen : ""}`,
|
|
19
|
+
"aria-expanded": a,
|
|
20
|
+
"aria-controls": o,
|
|
21
|
+
onClick: () => c((e) => e === t.id ? null : t.id),
|
|
22
|
+
children: [/* @__PURE__ */ r("span", {
|
|
23
|
+
className: e.title,
|
|
24
|
+
children: t.title
|
|
25
|
+
}), /* @__PURE__ */ r(n, {
|
|
26
|
+
className: `${e.chevron} ${a ? e.chevronOpen : ""}`,
|
|
27
|
+
size: 16,
|
|
28
|
+
strokeWidth: 2,
|
|
29
|
+
"aria-hidden": !0
|
|
30
|
+
})]
|
|
31
|
+
}), /* @__PURE__ */ r("div", {
|
|
32
|
+
id: o,
|
|
33
|
+
role: "region",
|
|
34
|
+
"aria-labelledby": l,
|
|
35
|
+
className: e.panel,
|
|
36
|
+
hidden: !a,
|
|
37
|
+
children: /* @__PURE__ */ r("p", {
|
|
38
|
+
className: e.body,
|
|
39
|
+
children: t.content
|
|
40
|
+
})
|
|
41
|
+
})]
|
|
42
|
+
}, t.id);
|
|
43
|
+
})
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
//#endregion
|
|
47
|
+
export { a as Accordion };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=Accordion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.js","names":[],"sources":["../../../ui/Accordion/Accordion.tsx"],"sourcesContent":["\"use client\";\n\nimport { useState } from \"react\";\nimport { ChevronDown } from \"lucide-react\";\nimport type { AccordionProps } from \"./Accordion.types\";\nimport styles from \"./Accordion.module.css\";\n\nexport type { AccordionProps, AccordionItem } from \"./Accordion.types\";\n\nexport function Accordion({ items, defaultOpen }: AccordionProps) {\n const [openId, setOpenId] = useState<string | null>(defaultOpen ?? null);\n\n return (\n <div className={styles.root}>\n {items.map((item) => {\n const open = openId === item.id;\n const panelId = `accordion-panel-${item.id}`;\n const buttonId = `accordion-button-${item.id}`;\n return (\n <div key={item.id} className={styles.item}>\n <button\n type=\"button\"\n id={buttonId}\n className={`${styles.trigger} ${open ? styles.triggerOpen : \"\"}`}\n aria-expanded={open}\n aria-controls={panelId}\n onClick={() => setOpenId((current) => (current === item.id ? null : item.id))}\n >\n <span className={styles.title}>{item.title}</span>\n <ChevronDown\n className={`${styles.chevron} ${open ? styles.chevronOpen : \"\"}`}\n size={16}\n strokeWidth={2}\n aria-hidden\n />\n </button>\n <div\n id={panelId}\n role=\"region\"\n aria-labelledby={buttonId}\n className={styles.panel}\n hidden={!open}\n >\n <p className={styles.body}>{item.content}</p>\n </div>\n </div>\n );\n })}\n </div>\n );\n}\n"],"mappings":";;;;;;AASA,SAAgB,EAAU,EAAE,UAAO,kBAA+B;CAChE,IAAM,CAAC,GAAQ,KAAa,EAAwB,KAAe,IAAI;CAEvE,OACE,kBAAC,OAAD;EAAK,WAAW,EAAO;EACpB,UAAA,EAAM,KAAK,MAAS;GACnB,IAAM,IAAO,MAAW,EAAK,IACvB,IAAU,mBAAmB,EAAK,MAClC,IAAW,oBAAoB,EAAK;GAC1C,OACE,kBAAC,OAAD;IAAmB,WAAW,EAAO;IAArC,UAAA,CACE,kBAAC,UAAD;KACE,MAAK;KACL,IAAI;KACJ,WAAW,GAAG,EAAO,QAAQ,GAAG,IAAO,EAAO,cAAc;KAC5D,iBAAe;KACf,iBAAe;KACf,eAAe,GAAW,MAAa,MAAY,EAAK,KAAK,OAAO,EAAK,EAAG;KAN9E,UAAA,CAQE,kBAAC,QAAD;MAAM,WAAW,EAAO;MAAQ,UAAA,EAAK;KAAY,CAAA,GACjD,kBAAC,GAAD;MACE,WAAW,GAAG,EAAO,QAAQ,GAAG,IAAO,EAAO,cAAc;MAC5D,MAAM;MACN,aAAa;MACb,eAAA;KACD,CAAA,CACK;IACR,CAAA,GAAA,kBAAC,OAAD;KACE,IAAI;KACJ,MAAK;KACL,mBAAiB;KACjB,WAAW,EAAO;KAClB,QAAQ,CAAC;KAET,UAAA,kBAAC,KAAD;MAAG,WAAW,EAAO;MAAO,UAAA,EAAK;KAAW,CAAA;IACzC,CAAA,CACF;GA1BK,GAAA,EAAK,EA0BV;EAET,CAAC;CACE,CAAA;AAET"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._root_173ou_2 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.
|
|
7
|
+
._item_173ou_7 {
|
|
8
8
|
border-bottom: var(--border-divider) solid var(--border-faint);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
._item_173ou_7:first-child {
|
|
12
12
|
border-top: var(--border-divider) solid var(--border-faint);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
._trigger_173ou_15 {
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: center;
|
|
18
18
|
justify-content: space-between;
|
|
@@ -27,32 +27,32 @@
|
|
|
27
27
|
text-align: left;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
._trigger_173ou_15:focus-visible {
|
|
31
31
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
32
32
|
outline-offset: var(--space-inset-2xs);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
._title_173ou_35 {
|
|
36
36
|
font-family: var(--font-sans);
|
|
37
37
|
font-size: var(--type-size-body);
|
|
38
38
|
font-weight: var(--type-weight-heading);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
._chevron_173ou_41 {
|
|
42
42
|
flex-shrink: 0;
|
|
43
43
|
color: var(--icon-muted);
|
|
44
44
|
transition: transform var(--motion-expand-duration) var(--motion-ease-out);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._chevronOpen_173ou_47 {
|
|
48
48
|
transform: rotate(180deg);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
._panel_173ou_51 {
|
|
52
52
|
padding: 0 0 var(--space-4);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
._body_173ou_55 {
|
|
56
56
|
margin: 0;
|
|
57
57
|
padding-top: var(--space-1);
|
|
58
58
|
font-family: var(--font-sans);
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
@media (prefers-reduced-motion: reduce) {
|
|
65
|
-
.
|
|
65
|
+
._chevron_173ou_41 {
|
|
66
66
|
transition: none;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "./Accordion.module.css";
|
|
2
|
+
//#region ui/Accordion/Accordion.module.css
|
|
3
|
+
var e = "_root_173ou_2", t = "_item_173ou_7", n = "_trigger_173ou_15", r = "_title_173ou_35", i = "_chevron_173ou_41", a = "_chevronOpen_173ou_47", o = "_panel_173ou_51", s = "_body_173ou_55", c = {
|
|
4
|
+
root: e,
|
|
5
|
+
item: t,
|
|
6
|
+
trigger: n,
|
|
7
|
+
title: r,
|
|
8
|
+
chevron: i,
|
|
9
|
+
chevronOpen: a,
|
|
10
|
+
panel: o,
|
|
11
|
+
body: s
|
|
12
|
+
};
|
|
13
|
+
//#endregion
|
|
14
|
+
export { s as body, i as chevron, a as chevronOpen, c as default, t as item, o as panel, e as root, r as title, n as trigger };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=Accordion.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.module.js","names":[],"sources":["../../../ui/Accordion/Accordion.module.css"],"sourcesContent":["\n.root {\n display: flex;\n flex-direction: column;\n}\n\n.item {\n border-bottom: var(--border-divider) solid var(--border-faint);\n}\n\n.item:first-child {\n border-top: var(--border-divider) solid var(--border-faint);\n}\n\n.trigger {\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: var(--space-3);\n width: 100%;\n margin: 0;\n padding: var(--space-4) 0;\n border: 0;\n background: transparent;\n color: var(--text-primary);\n cursor: pointer;\n text-align: left;\n}\n\n.trigger:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.title {\n font-family: var(--font-sans);\n font-size: var(--type-size-body);\n font-weight: var(--type-weight-heading);\n}\n\n.chevron {\n flex-shrink: 0;\n color: var(--icon-muted);\n transition: transform var(--motion-expand-duration) var(--motion-ease-out);\n}\n\n.chevronOpen {\n transform: rotate(180deg);\n}\n\n.panel {\n padding: 0 0 var(--space-4);\n}\n\n.body {\n margin: 0;\n padding-top: var(--space-1);\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n line-height: var(--type-line-body);\n color: var(--text-primary);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .chevron {\n transition: none;\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import e from "./Alert.module.js";
|
|
2
|
+
import { CircleAlert as t, CircleCheck as n, Info as r, TriangleAlert as i } from "lucide-react";
|
|
3
|
+
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
4
|
+
//#region ui/Alert/Alert.tsx
|
|
5
|
+
var s = {
|
|
6
|
+
info: r,
|
|
7
|
+
success: n,
|
|
8
|
+
warning: i,
|
|
9
|
+
danger: t
|
|
10
|
+
};
|
|
11
|
+
function c({ children: t, variant: n = "info", title: r }) {
|
|
12
|
+
let i = s[n], c = n === "warning" || n === "danger" ? "alert" : "status";
|
|
13
|
+
return /* @__PURE__ */ o("div", {
|
|
14
|
+
className: `${e.alert} ${e[n]}`,
|
|
15
|
+
role: c,
|
|
16
|
+
children: [/* @__PURE__ */ a(i, {
|
|
17
|
+
className: e.icon,
|
|
18
|
+
size: 18,
|
|
19
|
+
strokeWidth: 2,
|
|
20
|
+
"aria-hidden": !0
|
|
21
|
+
}), /* @__PURE__ */ o("div", {
|
|
22
|
+
className: e.copy,
|
|
23
|
+
children: [r ? /* @__PURE__ */ a("p", {
|
|
24
|
+
className: e.title,
|
|
25
|
+
children: r
|
|
26
|
+
}) : null, /* @__PURE__ */ a("p", {
|
|
27
|
+
className: e.body,
|
|
28
|
+
children: t
|
|
29
|
+
})]
|
|
30
|
+
})]
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
//#endregion
|
|
34
|
+
export { c as Alert };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=Alert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.js","names":[],"sources":["../../../ui/Alert/Alert.tsx"],"sourcesContent":["import { CircleAlert, CircleCheck, Info, TriangleAlert } from \"lucide-react\";\nimport type { AlertProps, AlertVariant } from \"./Alert.types\";\nimport styles from \"./Alert.module.css\";\n\nexport type { AlertProps, AlertVariant } from \"./Alert.types\";\n\nconst ICONS: Record<AlertVariant, typeof Info> = {\n info: Info,\n success: CircleCheck,\n warning: TriangleAlert,\n danger: CircleAlert,\n};\n\nexport function Alert({ children, variant = \"info\", title }: AlertProps) {\n const Icon = ICONS[variant];\n const role = variant === \"warning\" || variant === \"danger\" ? \"alert\" : \"status\";\n\n return (\n <div className={`${styles.alert} ${styles[variant]}`} role={role}>\n <Icon className={styles.icon} size={18} strokeWidth={2} aria-hidden />\n <div className={styles.copy}>\n {title ? <p className={styles.title}>{title}</p> : null}\n <p className={styles.body}>{children}</p>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;AAMA,IAAM,IAA2C;CAC/C,MAAM;CACN,SAAS;CACT,SAAS;CACT,QAAQ;AACV;AAEA,SAAgB,EAAM,EAAE,aAAU,aAAU,QAAQ,YAAqB;CACvE,IAAM,IAAO,EAAM,IACb,IAAO,MAAY,aAAa,MAAY,WAAW,UAAU;CAEvE,OACE,kBAAC,OAAD;EAAK,WAAW,GAAG,EAAO,MAAM,GAAG,EAAO;EAAkB;EAA5D,UAAA,CACE,kBAAC,GAAD;GAAM,WAAW,EAAO;GAAM,MAAM;GAAI,aAAa;GAAG,eAAA;EAAa,CAAA,GACrE,kBAAC,OAAD;GAAK,WAAW,EAAO;GAAvB,UAAA,CACG,IAAQ,kBAAC,KAAD;IAAG,WAAW,EAAO;IAAQ,UAAA;GAAS,CAAA,IAAI,MACnD,kBAAC,KAAD;IAAG,WAAW,EAAO;IAAO;GAAY,CAAA,CACrC;EACF,CAAA,CAAA;;AAET"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._alert_njfy6_2 {
|
|
3
3
|
display: grid;
|
|
4
4
|
grid-template-columns: auto 1fr;
|
|
5
5
|
gap: var(--space-3);
|
|
@@ -10,35 +10,35 @@
|
|
|
10
10
|
color: var(--status-info);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
._success_njfy6_13 {
|
|
14
14
|
border-color: var(--status-success-border);
|
|
15
15
|
background: var(--status-success-subtle);
|
|
16
16
|
color: var(--status-success);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
._warning_njfy6_19 {
|
|
20
20
|
border-color: var(--status-warning-border);
|
|
21
21
|
background: var(--status-warning-subtle);
|
|
22
22
|
color: var(--status-warning);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._danger_njfy6_25 {
|
|
26
26
|
border-color: var(--status-danger-border);
|
|
27
27
|
background: var(--status-danger-subtle);
|
|
28
28
|
color: var(--status-danger);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._icon_njfy6_31 {
|
|
32
32
|
margin-top: 0.1rem;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
._copy_njfy6_35 {
|
|
36
36
|
display: grid;
|
|
37
37
|
gap: 0.15rem;
|
|
38
38
|
min-width: 0;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
._title_njfy6_41 {
|
|
42
42
|
margin: 0;
|
|
43
43
|
font-family: var(--font-sans);
|
|
44
44
|
font-size: var(--type-size-label);
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
color: inherit;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
._body_njfy6_49 {
|
|
50
50
|
margin: 0;
|
|
51
51
|
font-family: var(--font-sans);
|
|
52
52
|
font-size: var(--type-size-body-sm);
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
color: var(--text-primary);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
58
|
-
.
|
|
59
|
-
.
|
|
60
|
-
.
|
|
57
|
+
._info_njfy6_57 ._body_njfy6_49,
|
|
58
|
+
._success_njfy6_13 ._body_njfy6_49,
|
|
59
|
+
._warning_njfy6_19 ._body_njfy6_49,
|
|
60
|
+
._danger_njfy6_25 ._body_njfy6_49 {
|
|
61
61
|
color: var(--text-primary);
|
|
62
62
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import "./Alert.module.css";
|
|
2
|
+
//#region ui/Alert/Alert.module.css
|
|
3
|
+
var e = "_alert_njfy6_2", t = "_success_njfy6_13", n = "_warning_njfy6_19", r = "_danger_njfy6_25", i = "_icon_njfy6_31", a = "_copy_njfy6_35", o = "_title_njfy6_41", s = "_body_njfy6_49", c = "_info_njfy6_57", l = {
|
|
4
|
+
alert: e,
|
|
5
|
+
success: t,
|
|
6
|
+
warning: n,
|
|
7
|
+
danger: r,
|
|
8
|
+
icon: i,
|
|
9
|
+
copy: a,
|
|
10
|
+
title: o,
|
|
11
|
+
body: s,
|
|
12
|
+
info: c
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
export { e as alert, s as body, a as copy, r as danger, l as default, i as icon, c as info, t as success, o as title, n as warning };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=Alert.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.module.js","names":[],"sources":["../../../ui/Alert/Alert.module.css"],"sourcesContent":["\n.alert {\n display: grid;\n grid-template-columns: auto 1fr;\n gap: var(--space-3);\n padding: var(--space-3) var(--space-4);\n border: var(--border-100) solid var(--status-info-border);\n border-radius: var(--radius-surface-sm);\n background: var(--status-info-subtle);\n color: var(--status-info);\n}\n\n.success {\n border-color: var(--status-success-border);\n background: var(--status-success-subtle);\n color: var(--status-success);\n}\n\n.warning {\n border-color: var(--status-warning-border);\n background: var(--status-warning-subtle);\n color: var(--status-warning);\n}\n\n.danger {\n border-color: var(--status-danger-border);\n background: var(--status-danger-subtle);\n color: var(--status-danger);\n}\n\n.icon {\n margin-top: 0.1rem;\n}\n\n.copy {\n display: grid;\n gap: 0.15rem;\n min-width: 0;\n}\n\n.title {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-label);\n font-weight: var(--type-weight-label);\n color: inherit;\n}\n\n.body {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n line-height: var(--type-line-body);\n color: var(--text-primary);\n}\n\n.info .body,\n.success .body,\n.warning .body,\n.danger .body {\n color: var(--text-primary);\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AlertDialogProps } from './AlertDialog.types';
|
|
2
|
+
export type { AlertDialogProps, AlertDialogActionVariant, AlertDialogSize } from './AlertDialog.types';
|
|
3
|
+
export declare function AlertDialog({ open, title, description, cancelLabel, actionLabel, actionVariant, size, onCancel, onAction, }: AlertDialogProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Button as e } from "../Button/Button.js";
|
|
3
|
+
import { ButtonGroup as t } from "../ButtonGroup/ButtonGroup.js";
|
|
4
|
+
import n from "./AlertDialog.module.js";
|
|
5
|
+
import { useEffect as r, useId as i, useRef as a } from "react";
|
|
6
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
7
|
+
//#region ui/AlertDialog/AlertDialog.tsx
|
|
8
|
+
function c({ open: c, title: l, description: u, cancelLabel: d = "Cancel", actionLabel: f, actionVariant: p = "primary", size: m = "md", onCancel: h, onAction: g }) {
|
|
9
|
+
let _ = i(), v = i(), y = a(null), b = a(null), x = a(h);
|
|
10
|
+
return x.current = h, r(() => {
|
|
11
|
+
if (!c) return;
|
|
12
|
+
let e = y.current;
|
|
13
|
+
if (!e) return;
|
|
14
|
+
let t = e.querySelector("button");
|
|
15
|
+
b.current = t, t?.focus();
|
|
16
|
+
let n = (t) => {
|
|
17
|
+
if (t.key === "Escape") {
|
|
18
|
+
t.preventDefault(), x.current();
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
if (t.key !== "Tab") return;
|
|
22
|
+
let n = Array.from(e.querySelectorAll("button"));
|
|
23
|
+
if (n.length === 0) return;
|
|
24
|
+
let r = n[0], i = n[n.length - 1], a = document.activeElement, o = a instanceof Node && e.contains(a);
|
|
25
|
+
t.shiftKey ? (!o || a === r) && (t.preventDefault(), i.focus()) : (!o || a === i) && (t.preventDefault(), r.focus());
|
|
26
|
+
};
|
|
27
|
+
return document.addEventListener("keydown", n), () => document.removeEventListener("keydown", n);
|
|
28
|
+
}, [c]), c ? /* @__PURE__ */ o("div", {
|
|
29
|
+
className: n.overlay,
|
|
30
|
+
role: "presentation",
|
|
31
|
+
onMouseDown: (e) => {
|
|
32
|
+
e.target === e.currentTarget && e.preventDefault();
|
|
33
|
+
},
|
|
34
|
+
children: /* @__PURE__ */ s("div", {
|
|
35
|
+
ref: y,
|
|
36
|
+
role: "alertdialog",
|
|
37
|
+
"aria-modal": "true",
|
|
38
|
+
"aria-labelledby": _,
|
|
39
|
+
"aria-describedby": v,
|
|
40
|
+
className: `${n.dialog} ${n[m]}`,
|
|
41
|
+
children: [
|
|
42
|
+
/* @__PURE__ */ o("h2", {
|
|
43
|
+
id: _,
|
|
44
|
+
className: n.title,
|
|
45
|
+
children: l
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ o("p", {
|
|
48
|
+
id: v,
|
|
49
|
+
className: n.description,
|
|
50
|
+
children: u
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ o("div", {
|
|
53
|
+
className: n.footer,
|
|
54
|
+
children: /* @__PURE__ */ s(t, {
|
|
55
|
+
ariaLabel: "Dialog actions",
|
|
56
|
+
children: [/* @__PURE__ */ o(e, {
|
|
57
|
+
variant: "secondary",
|
|
58
|
+
size: "md",
|
|
59
|
+
onClick: h,
|
|
60
|
+
children: d
|
|
61
|
+
}), /* @__PURE__ */ o(e, {
|
|
62
|
+
variant: p,
|
|
63
|
+
size: "md",
|
|
64
|
+
onClick: g,
|
|
65
|
+
children: f
|
|
66
|
+
})]
|
|
67
|
+
})
|
|
68
|
+
})
|
|
69
|
+
]
|
|
70
|
+
})
|
|
71
|
+
}) : null;
|
|
72
|
+
}
|
|
73
|
+
//#endregion
|
|
74
|
+
export { c as AlertDialog };
|
|
75
|
+
|
|
76
|
+
//# sourceMappingURL=AlertDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertDialog.js","names":[],"sources":["../../../ui/AlertDialog/AlertDialog.tsx"],"sourcesContent":["\"use client\";\n\nimport { useEffect, useId, useRef } from \"react\";\nimport { Button } from \"../Button\";\nimport { ButtonGroup } from \"../ButtonGroup\";\nimport type { AlertDialogProps } from \"./AlertDialog.types\";\nimport styles from \"./AlertDialog.module.css\";\n\nexport type { AlertDialogProps, AlertDialogActionVariant, AlertDialogSize } from \"./AlertDialog.types\";\n\nexport function AlertDialog({\n open,\n title,\n description,\n cancelLabel = \"Cancel\",\n actionLabel,\n actionVariant = \"primary\",\n size = \"md\",\n onCancel,\n onAction,\n}: AlertDialogProps) {\n const titleId = useId();\n const descriptionId = useId();\n const dialogRef = useRef<HTMLDivElement>(null);\n const cancelRef = useRef<HTMLButtonElement | null>(null);\n const onCancelRef = useRef(onCancel);\n\n onCancelRef.current = onCancel;\n\n useEffect(() => {\n if (!open) return;\n\n const root = dialogRef.current;\n if (!root) return;\n\n const cancelButton = root.querySelector<HTMLButtonElement>(\"button\");\n cancelRef.current = cancelButton;\n cancelButton?.focus();\n\n const onKeyDown = (event: KeyboardEvent) => {\n if (event.key === \"Escape\") {\n event.preventDefault();\n onCancelRef.current();\n return;\n }\n\n if (event.key !== \"Tab\") return;\n\n const buttons = Array.from(root.querySelectorAll<HTMLButtonElement>(\"button\"));\n if (buttons.length === 0) return;\n\n const first = buttons[0];\n const last = buttons[buttons.length - 1];\n const active = document.activeElement;\n const inside = active instanceof Node && root.contains(active);\n\n if (event.shiftKey) {\n if (!inside || active === first) {\n event.preventDefault();\n last.focus();\n }\n } else if (!inside || active === last) {\n event.preventDefault();\n first.focus();\n }\n };\n\n document.addEventListener(\"keydown\", onKeyDown);\n return () => document.removeEventListener(\"keydown\", onKeyDown);\n }, [open]);\n\n if (!open) return null;\n\n return (\n <div\n className={styles.overlay}\n role=\"presentation\"\n onMouseDown={(event) => {\n if (event.target === event.currentTarget) event.preventDefault();\n }}\n >\n <div\n ref={dialogRef}\n role=\"alertdialog\"\n aria-modal=\"true\"\n aria-labelledby={titleId}\n aria-describedby={descriptionId}\n className={`${styles.dialog} ${styles[size]}`}\n >\n <h2 id={titleId} className={styles.title}>\n {title}\n </h2>\n <p id={descriptionId} className={styles.description}>\n {description}\n </p>\n <div className={styles.footer}>\n <ButtonGroup ariaLabel=\"Dialog actions\">\n <Button variant=\"secondary\" size=\"md\" onClick={onCancel}>\n {cancelLabel}\n </Button>\n <Button variant={actionVariant} size=\"md\" onClick={onAction}>\n {actionLabel}\n </Button>\n </ButtonGroup>\n </div>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;;;AAUA,SAAgB,EAAY,EAC1B,SACA,UACA,gBACA,iBAAc,UACd,gBACA,mBAAgB,WAChB,UAAO,MACP,aACA,eACmB;CACnB,IAAM,IAAU,EAAM,GAChB,IAAgB,EAAM,GACtB,IAAY,EAAuB,IAAI,GACvC,IAAY,EAAiC,IAAI,GACjD,IAAc,EAAO,CAAQ;CAgDnC,OA9CA,EAAY,UAAU,GAEtB,QAAgB;EACd,IAAI,CAAC,GAAM;EAEX,IAAM,IAAO,EAAU;EACvB,IAAI,CAAC,GAAM;EAEX,IAAM,IAAe,EAAK,cAAiC,QAAQ;EAEnE,AADA,EAAU,UAAU,GACpB,GAAc,MAAM;EAEpB,IAAM,KAAa,MAAyB;GAC1C,IAAI,EAAM,QAAQ,UAAU;IAE1B,AADA,EAAM,eAAe,GACrB,EAAY,QAAQ;IACpB;GACF;GAEA,IAAI,EAAM,QAAQ,OAAO;GAEzB,IAAM,IAAU,MAAM,KAAK,EAAK,iBAAoC,QAAQ,CAAC;GAC7E,IAAI,EAAQ,WAAW,GAAG;GAE1B,IAAM,IAAQ,EAAQ,IAChB,IAAO,EAAQ,EAAQ,SAAS,IAChC,IAAS,SAAS,eAClB,IAAS,aAAkB,QAAQ,EAAK,SAAS,CAAM;GAE7D,AAAI,EAAM,YACJ,CAAC,KAAU,MAAW,OACxB,EAAM,eAAe,GACrB,EAAK,MAAM,MAEJ,CAAC,KAAU,MAAW,OAC/B,EAAM,eAAe,GACrB,EAAM,MAAM;EAEhB;EAGA,OADA,SAAS,iBAAiB,WAAW,CAAS,SACjC,SAAS,oBAAoB,WAAW,CAAS;CAChE,GAAG,CAAC,CAAI,CAAC,GAEJ,IAGH,kBAAC,OAAD;EACE,WAAW,EAAO;EAClB,MAAK;EACL,cAAc,MAAU;GACtB,AAAI,EAAM,WAAW,EAAM,iBAAe,EAAM,eAAe;EACjE;EAEA,UAAA,kBAAC,OAAD;GACE,KAAK;GACL,MAAK;GACL,cAAW;GACX,mBAAiB;GACjB,oBAAkB;GAClB,WAAW,GAAG,EAAO,OAAO,GAAG,EAAO;GANxC,UAAA;IAQE,kBAAC,MAAD;KAAI,IAAI;KAAS,WAAW,EAAO;KAChC,UAAA;IACC,CAAA;IACJ,kBAAC,KAAD;KAAG,IAAI;KAAe,WAAW,EAAO;KACrC,UAAA;IACA,CAAA;IACH,kBAAC,OAAD;KAAK,WAAW,EAAO;KACrB,UAAA,kBAAC,GAAD;MAAa,WAAU;MAAvB,UAAA,CACE,kBAAC,GAAD;OAAQ,SAAQ;OAAY,MAAK;OAAK,SAAS;OAC5C,UAAA;MACK,CAAA,GACR,kBAAC,GAAD;OAAQ,SAAS;OAAe,MAAK;OAAK,SAAS;OAChD,UAAA;MACK,CAAA,CACG;;IACV,CAAA;GACF;;CACF,CAAA,IAnCW;AAqCpB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._overlay_1cwsx_1 {
|
|
2
2
|
position: fixed;
|
|
3
3
|
inset: 0;
|
|
4
4
|
z-index: var(--z-overlay);
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
justify-content: center;
|
|
8
8
|
padding: var(--space-4);
|
|
9
9
|
background-color: var(--surface-overlay);
|
|
10
|
-
animation:
|
|
10
|
+
animation: _overlayEnter_1cwsx_1 var(--motion-overlay-duration) var(--motion-overlay-easing);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
._dialog_1cwsx_13 {
|
|
14
14
|
z-index: var(--z-modal);
|
|
15
15
|
width: 100%;
|
|
16
16
|
padding: var(--space-6);
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
border: var(--border-width-thin) solid var(--border-faint);
|
|
19
19
|
border-radius: var(--radius-surface-md);
|
|
20
20
|
box-shadow: var(--shadow-md);
|
|
21
|
-
animation:
|
|
21
|
+
animation: _dialogEnter_1cwsx_1 var(--motion-modal-duration) var(--motion-modal-easing);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
._sm_1cwsx_24 {
|
|
25
25
|
max-width: 20rem;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
._md_1cwsx_28 {
|
|
29
29
|
max-width: 28rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
._title_1cwsx_32 {
|
|
33
33
|
margin: 0;
|
|
34
34
|
font-family: var(--font-sans);
|
|
35
35
|
font-size: var(--type-size-heading);
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
color: var(--text-primary);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
._description_1cwsx_41 {
|
|
42
42
|
margin: var(--space-3) 0 0;
|
|
43
43
|
font-family: var(--font-sans);
|
|
44
44
|
font-size: var(--type-size-body);
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
color: var(--text-muted);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
._footer_1cwsx_49 {
|
|
50
50
|
display: flex;
|
|
51
51
|
justify-content: flex-end;
|
|
52
52
|
margin-top: var(--space-6);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
@keyframes
|
|
55
|
+
@keyframes _overlayEnter_1cwsx_1 {
|
|
56
56
|
from {
|
|
57
57
|
opacity: var(--opacity-0);
|
|
58
58
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
@keyframes
|
|
64
|
+
@keyframes _dialogEnter_1cwsx_1 {
|
|
65
65
|
from {
|
|
66
66
|
opacity: var(--opacity-0);
|
|
67
67
|
}
|