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
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_sxbo3_1 {
|
|
2
2
|
position: relative;
|
|
3
3
|
display: inline-flex;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
._rootField_sxbo3_6 {
|
|
7
7
|
display: block;
|
|
8
8
|
width: 100%;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
._panel_sxbo3_11 {
|
|
12
12
|
position: fixed;
|
|
13
13
|
z-index: var(--z-overlay);
|
|
14
14
|
min-width: 13.5rem;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
box-shadow: var(--shadow-sm);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._panelColumns_sxbo3_22 {
|
|
23
23
|
display: grid;
|
|
24
24
|
grid-template-columns: 1fr 1fr;
|
|
25
25
|
gap: var(--space-1);
|
|
@@ -27,27 +27,27 @@
|
|
|
27
27
|
padding: var(--space-2);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
._panelColumns_sxbo3_22 ._group_sxbo3_30 {
|
|
31
31
|
display: contents;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
._panelColumns_sxbo3_22 ._heading_sxbo3_34 {
|
|
35
35
|
grid-column: 1 / -1;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._panelColumns_sxbo3_22 ._group_sxbo3_30 + ._group_sxbo3_30 {
|
|
39
39
|
margin-top: 0;
|
|
40
40
|
padding-top: 0;
|
|
41
41
|
border-top: 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
._group_sxbo3_30 + ._group_sxbo3_30 {
|
|
45
45
|
margin-top: var(--space-1);
|
|
46
46
|
padding-top: var(--space-1);
|
|
47
47
|
border-top: var(--border-divider) solid var(--border-faint);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
._heading_sxbo3_34 {
|
|
51
51
|
padding: var(--space-2) var(--space-2) var(--space-1);
|
|
52
52
|
font-family: var(--font-sans);
|
|
53
53
|
font-size: var(--type-size-overline);
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
color: var(--text-secondary);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
._item_sxbo3_59 {
|
|
60
60
|
display: flex;
|
|
61
61
|
align-items: center;
|
|
62
62
|
gap: var(--space-2);
|
|
@@ -76,40 +76,40 @@
|
|
|
76
76
|
box-sizing: border-box;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
._itemWithDescription_sxbo3_79 {
|
|
80
80
|
align-items: flex-start;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
84
|
-
.
|
|
83
|
+
._item_sxbo3_59:hover:not([aria-disabled="true"]),
|
|
84
|
+
._itemHighlighted_sxbo3_84 {
|
|
85
85
|
background-color: var(--surface-muted);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
._item_sxbo3_59:focus-visible {
|
|
89
89
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
90
90
|
outline-offset: calc(-1 * var(--border-focus-width));
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.
|
|
93
|
+
._itemDisabled_sxbo3_93 {
|
|
94
94
|
opacity: var(--opacity-disabled);
|
|
95
95
|
cursor: not-allowed;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
._itemDanger_sxbo3_98 {
|
|
99
99
|
color: var(--text-danger);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
103
|
-
.
|
|
102
|
+
._itemIcon_sxbo3_102,
|
|
103
|
+
._itemChevron_sxbo3_103 {
|
|
104
104
|
flex-shrink: 0;
|
|
105
105
|
color: var(--icon-muted);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
._itemDanger_sxbo3_98 ._itemIcon_sxbo3_102 {
|
|
109
109
|
color: var(--text-danger);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
._itemText_sxbo3_112 {
|
|
113
113
|
flex: 1;
|
|
114
114
|
min-width: 0;
|
|
115
115
|
display: flex;
|
|
@@ -117,16 +117,16 @@
|
|
|
117
117
|
gap: var(--space-1);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
._itemLabel_sxbo3_120 {
|
|
121
121
|
color: var(--text-primary);
|
|
122
122
|
overflow-wrap: anywhere;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.
|
|
125
|
+
._itemDanger_sxbo3_98 ._itemLabel_sxbo3_120 {
|
|
126
126
|
color: var(--text-danger);
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.
|
|
129
|
+
._itemDescription_sxbo3_129 {
|
|
130
130
|
font-family: var(--font-sans);
|
|
131
131
|
font-size: var(--type-size-caption);
|
|
132
132
|
font-weight: var(--type-weight-body);
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
overflow-wrap: anywhere;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
._shortcut_sxbo3_138 {
|
|
139
139
|
flex-shrink: 0;
|
|
140
140
|
font-family: var(--font-sans);
|
|
141
141
|
font-size: var(--type-size-caption);
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
color: var(--text-muted);
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.
|
|
147
|
+
._fieldTrigger_sxbo3_147 {
|
|
148
148
|
display: flex;
|
|
149
149
|
align-items: center;
|
|
150
150
|
gap: var(--space-2);
|
|
@@ -160,52 +160,52 @@
|
|
|
160
160
|
cursor: pointer;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.
|
|
163
|
+
._fieldTrigger_sxbo3_147:hover:not(:disabled) {
|
|
164
164
|
border-color: var(--border-strong);
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
._fieldTrigger_sxbo3_147:focus-visible {
|
|
168
168
|
border-color: var(--border-focus);
|
|
169
169
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
170
170
|
outline-offset: var(--space-inset-2xs);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
._fieldsm_sxbo3_173 {
|
|
174
174
|
padding: var(--space-1) var(--space-2);
|
|
175
175
|
border-radius: var(--radius-control-sm);
|
|
176
176
|
font-size: var(--type-size-label);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.
|
|
179
|
+
._fieldmd_sxbo3_179 {
|
|
180
180
|
padding: var(--space-2) var(--space-3);
|
|
181
181
|
border-radius: var(--radius-control-md);
|
|
182
182
|
font-size: var(--type-size-body-sm);
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
._fieldlg_sxbo3_185 {
|
|
186
186
|
padding: var(--space-3) var(--space-4);
|
|
187
187
|
border-radius: var(--radius-control-lg);
|
|
188
188
|
font-size: var(--type-size-body);
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.
|
|
191
|
+
._fieldError_sxbo3_191 {
|
|
192
192
|
border-color: var(--status-danger);
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.
|
|
196
|
-
.
|
|
195
|
+
._fieldError_sxbo3_191:hover:not(:disabled),
|
|
196
|
+
._fieldError_sxbo3_191:focus-visible {
|
|
197
197
|
border-color: var(--status-danger);
|
|
198
198
|
outline-color: var(--status-danger);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
.
|
|
201
|
+
._fieldTrigger_sxbo3_147:disabled {
|
|
202
202
|
cursor: not-allowed;
|
|
203
203
|
color: var(--text-disabled);
|
|
204
204
|
background-color: var(--surface-disabled);
|
|
205
205
|
border-color: var(--border-disabled);
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
.
|
|
208
|
+
._fieldMain_sxbo3_208 {
|
|
209
209
|
display: flex;
|
|
210
210
|
align-items: center;
|
|
211
211
|
gap: var(--space-2);
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
flex: 1;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
.
|
|
216
|
+
._fieldLabel_sxbo3_216 {
|
|
217
217
|
flex: 1;
|
|
218
218
|
min-width: 0;
|
|
219
219
|
overflow: hidden;
|
|
@@ -221,12 +221,12 @@
|
|
|
221
221
|
white-space: nowrap;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.
|
|
224
|
+
._fieldIcon_sxbo3_224 {
|
|
225
225
|
flex-shrink: 0;
|
|
226
226
|
color: var(--icon-muted);
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.
|
|
229
|
+
._navTrigger_sxbo3_229 {
|
|
230
230
|
display: inline-flex;
|
|
231
231
|
align-items: center;
|
|
232
232
|
gap: var(--space-1);
|
|
@@ -245,41 +245,41 @@
|
|
|
245
245
|
cursor: pointer;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.
|
|
249
|
-
.
|
|
250
|
-
.
|
|
248
|
+
._navTrigger_sxbo3_229:hover:not(:disabled),
|
|
249
|
+
._navTrigger_sxbo3_229[aria-expanded="true"],
|
|
250
|
+
._navOpen_sxbo3_250 {
|
|
251
251
|
background-color: var(--surface-muted);
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.
|
|
254
|
+
._navTrigger_sxbo3_229:focus-visible {
|
|
255
255
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
256
256
|
outline-offset: var(--space-inset-2xs);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.
|
|
259
|
+
._navTrigger_sxbo3_229:disabled {
|
|
260
260
|
opacity: var(--opacity-disabled);
|
|
261
261
|
cursor: not-allowed;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.
|
|
264
|
+
._navChevron_sxbo3_264 {
|
|
265
265
|
flex-shrink: 0;
|
|
266
266
|
color: var(--icon-muted);
|
|
267
267
|
transition: transform var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.
|
|
271
|
-
.
|
|
270
|
+
._navTrigger_sxbo3_229[aria-expanded="true"] ._navChevron_sxbo3_264,
|
|
271
|
+
._navOpen_sxbo3_250 ._navChevron_sxbo3_264 {
|
|
272
272
|
transform: rotate(180deg);
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.
|
|
275
|
+
._itemCheck_sxbo3_275 {
|
|
276
276
|
flex-shrink: 0;
|
|
277
277
|
width: 16px;
|
|
278
278
|
height: 16px;
|
|
279
279
|
color: var(--text-primary);
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
.
|
|
282
|
+
._fieldMuted_sxbo3_282 ._fieldMain_sxbo3_208 {
|
|
283
283
|
display: flex;
|
|
284
284
|
align-items: center;
|
|
285
285
|
gap: var(--space-2);
|
|
@@ -287,17 +287,17 @@
|
|
|
287
287
|
flex: 1;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.
|
|
290
|
+
._fieldLabel_sxbo3_216 {
|
|
291
291
|
color: var(--text-muted);
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
294
|
+
._itemCheckbox_sxbo3_294 {
|
|
295
295
|
display: inline-flex;
|
|
296
296
|
flex-shrink: 0;
|
|
297
297
|
pointer-events: none;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
.
|
|
300
|
+
._search_sxbo3_300 {
|
|
301
301
|
position: sticky;
|
|
302
302
|
top: 0;
|
|
303
303
|
z-index: 1;
|
|
@@ -306,14 +306,14 @@
|
|
|
306
306
|
background-color: var(--surface-card);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.
|
|
309
|
+
._empty_sxbo3_309 {
|
|
310
310
|
padding: var(--space-3) var(--space-2);
|
|
311
311
|
color: var(--text-muted);
|
|
312
312
|
font-family: var(--font-sans);
|
|
313
313
|
font-size: var(--type-size-body-sm);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.
|
|
316
|
+
._panelSearchable_sxbo3_316 {
|
|
317
317
|
max-height: min(24rem, calc(100vh - 2rem));
|
|
318
318
|
overflow-y: auto;
|
|
319
319
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import "./DropdownMenu.module.css";
|
|
2
|
+
//#region ui/DropdownMenu/DropdownMenu.module.css
|
|
3
|
+
var e = "_root_sxbo3_1", t = "_rootField_sxbo3_6", n = "_panel_sxbo3_11", r = "_panelColumns_sxbo3_22", i = "_group_sxbo3_30", a = "_heading_sxbo3_34", o = "_item_sxbo3_59", s = "_itemWithDescription_sxbo3_79", c = "_itemHighlighted_sxbo3_84", l = "_itemDisabled_sxbo3_93", u = "_itemDanger_sxbo3_98", d = "_itemIcon_sxbo3_102", f = "_itemChevron_sxbo3_103", p = "_itemText_sxbo3_112", m = "_itemLabel_sxbo3_120", h = "_itemDescription_sxbo3_129", g = "_shortcut_sxbo3_138", _ = "_fieldTrigger_sxbo3_147", v = "_fieldsm_sxbo3_173", y = "_fieldmd_sxbo3_179", b = "_fieldlg_sxbo3_185", x = "_fieldError_sxbo3_191", S = "_fieldMain_sxbo3_208", C = "_fieldLabel_sxbo3_216", w = "_fieldIcon_sxbo3_224", T = "_navTrigger_sxbo3_229", E = "_navOpen_sxbo3_250", D = "_navChevron_sxbo3_264", O = "_itemCheck_sxbo3_275", k = "_fieldMuted_sxbo3_282", A = "_itemCheckbox_sxbo3_294", j = "_search_sxbo3_300", M = "_empty_sxbo3_309", N = "_panelSearchable_sxbo3_316", P = {
|
|
4
|
+
root: e,
|
|
5
|
+
rootField: t,
|
|
6
|
+
panel: n,
|
|
7
|
+
panelColumns: r,
|
|
8
|
+
group: i,
|
|
9
|
+
heading: a,
|
|
10
|
+
item: o,
|
|
11
|
+
itemWithDescription: s,
|
|
12
|
+
itemHighlighted: c,
|
|
13
|
+
itemDisabled: l,
|
|
14
|
+
itemDanger: u,
|
|
15
|
+
itemIcon: d,
|
|
16
|
+
itemChevron: f,
|
|
17
|
+
itemText: p,
|
|
18
|
+
itemLabel: m,
|
|
19
|
+
itemDescription: h,
|
|
20
|
+
shortcut: g,
|
|
21
|
+
fieldTrigger: _,
|
|
22
|
+
fieldsm: v,
|
|
23
|
+
fieldmd: y,
|
|
24
|
+
fieldlg: b,
|
|
25
|
+
fieldError: x,
|
|
26
|
+
fieldMain: S,
|
|
27
|
+
fieldLabel: C,
|
|
28
|
+
fieldIcon: w,
|
|
29
|
+
navTrigger: T,
|
|
30
|
+
navOpen: E,
|
|
31
|
+
navChevron: D,
|
|
32
|
+
itemCheck: O,
|
|
33
|
+
fieldMuted: k,
|
|
34
|
+
itemCheckbox: A,
|
|
35
|
+
search: j,
|
|
36
|
+
empty: M,
|
|
37
|
+
panelSearchable: N
|
|
38
|
+
};
|
|
39
|
+
//#endregion
|
|
40
|
+
export { P as default, M as empty, x as fieldError, w as fieldIcon, C as fieldLabel, S as fieldMain, k as fieldMuted, _ as fieldTrigger, b as fieldlg, y as fieldmd, v as fieldsm, i as group, a as heading, o as item, O as itemCheck, A as itemCheckbox, f as itemChevron, u as itemDanger, h as itemDescription, l as itemDisabled, c as itemHighlighted, d as itemIcon, m as itemLabel, p as itemText, s as itemWithDescription, D as navChevron, E as navOpen, T as navTrigger, n as panel, r as panelColumns, N as panelSearchable, e as root, t as rootField, j as search, g as shortcut };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=DropdownMenu.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenu.module.js","names":[],"sources":["../../../ui/DropdownMenu/DropdownMenu.module.css"],"sourcesContent":[".root {\n position: relative;\n display: inline-flex;\n}\n\n.rootField {\n display: block;\n width: 100%;\n}\n\n.panel {\n position: fixed;\n z-index: var(--z-overlay);\n min-width: 13.5rem;\n padding: var(--space-1);\n background-color: var(--surface-card);\n border: var(--border-surface) solid var(--border-faint);\n border-radius: var(--radius-surface-sm);\n box-shadow: var(--shadow-sm);\n}\n\n.panelColumns {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: var(--space-1);\n min-width: 28rem;\n padding: var(--space-2);\n}\n\n.panelColumns .group {\n display: contents;\n}\n\n.panelColumns .heading {\n grid-column: 1 / -1;\n}\n\n.panelColumns .group + .group {\n margin-top: 0;\n padding-top: 0;\n border-top: 0;\n}\n\n.group + .group {\n margin-top: var(--space-1);\n padding-top: var(--space-1);\n border-top: var(--border-divider) solid var(--border-faint);\n}\n\n.heading {\n padding: var(--space-2) var(--space-2) var(--space-1);\n font-family: var(--font-sans);\n font-size: var(--type-size-overline);\n font-weight: var(--type-weight-overline);\n letter-spacing: var(--type-tracking-overline);\n color: var(--text-secondary);\n}\n\n.item {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n width: 100%;\n margin: 0;\n padding: var(--space-2) var(--space-3);\n border: 0;\n border-radius: var(--radius-control-sm);\n background: transparent;\n color: var(--text-primary);\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n line-height: var(--type-line-body);\n text-align: left;\n text-decoration: none;\n cursor: pointer;\n box-sizing: border-box;\n}\n\n.itemWithDescription {\n align-items: flex-start;\n}\n\n.item:hover:not([aria-disabled=\"true\"]),\n.itemHighlighted {\n background-color: var(--surface-muted);\n}\n\n.item:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: calc(-1 * var(--border-focus-width));\n}\n\n.itemDisabled {\n opacity: var(--opacity-disabled);\n cursor: not-allowed;\n}\n\n.itemDanger {\n color: var(--text-danger);\n}\n\n.itemIcon,\n.itemChevron {\n flex-shrink: 0;\n color: var(--icon-muted);\n}\n\n.itemDanger .itemIcon {\n color: var(--text-danger);\n}\n\n.itemText {\n flex: 1;\n min-width: 0;\n display: flex;\n flex-direction: column;\n gap: var(--space-1);\n}\n\n.itemLabel {\n color: var(--text-primary);\n overflow-wrap: anywhere;\n}\n\n.itemDanger .itemLabel {\n color: var(--text-danger);\n}\n\n.itemDescription {\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-body);\n line-height: var(--type-line-body);\n color: var(--text-muted);\n overflow-wrap: anywhere;\n}\n\n.shortcut {\n flex-shrink: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-caption);\n letter-spacing: 0.04em;\n color: var(--text-muted);\n}\n\n.fieldTrigger {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n width: 100%;\n margin: 0;\n border: var(--border-width-thin) solid var(--border-faint);\n background-color: var(--surface-card);\n color: var(--text-primary);\n font-family: var(--font-sans);\n font-weight: var(--type-weight-body);\n line-height: var(--type-line-body);\n text-align: left;\n cursor: pointer;\n}\n\n.fieldTrigger:hover:not(:disabled) {\n border-color: var(--border-strong);\n}\n\n.fieldTrigger:focus-visible {\n border-color: var(--border-focus);\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.fieldsm {\n padding: var(--space-1) var(--space-2);\n border-radius: var(--radius-control-sm);\n font-size: var(--type-size-label);\n}\n\n.fieldmd {\n padding: var(--space-2) var(--space-3);\n border-radius: var(--radius-control-md);\n font-size: var(--type-size-body-sm);\n}\n\n.fieldlg {\n padding: var(--space-3) var(--space-4);\n border-radius: var(--radius-control-lg);\n font-size: var(--type-size-body);\n}\n\n.fieldError {\n border-color: var(--status-danger);\n}\n\n.fieldError:hover:not(:disabled),\n.fieldError:focus-visible {\n border-color: var(--status-danger);\n outline-color: var(--status-danger);\n}\n\n.fieldTrigger:disabled {\n cursor: not-allowed;\n color: var(--text-disabled);\n background-color: var(--surface-disabled);\n border-color: var(--border-disabled);\n}\n\n.fieldMain {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n min-width: 0;\n flex: 1;\n}\n\n.fieldLabel {\n flex: 1;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.fieldIcon {\n flex-shrink: 0;\n color: var(--icon-muted);\n}\n\n.navTrigger {\n display: inline-flex;\n align-items: center;\n gap: var(--space-1);\n height: 2.25rem;\n margin: 0;\n padding-inline: var(--space-3);\n border: 0;\n border-radius: var(--radius-control-md);\n background: transparent;\n color: var(--text-primary);\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n font-weight: var(--type-weight-label);\n line-height: var(--type-line-body);\n white-space: nowrap;\n cursor: pointer;\n}\n\n.navTrigger:hover:not(:disabled),\n.navTrigger[aria-expanded=\"true\"],\n.navOpen {\n background-color: var(--surface-muted);\n}\n\n.navTrigger:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.navTrigger:disabled {\n opacity: var(--opacity-disabled);\n cursor: not-allowed;\n}\n\n.navChevron {\n flex-shrink: 0;\n color: var(--icon-muted);\n transition: transform var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.navTrigger[aria-expanded=\"true\"] .navChevron,\n.navOpen .navChevron {\n transform: rotate(180deg);\n}\n\n.itemCheck {\n flex-shrink: 0;\n width: 16px;\n height: 16px;\n color: var(--text-primary);\n}\n\n.fieldMuted .fieldMain {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n min-width: 0;\n flex: 1;\n}\n\n.fieldLabel {\n color: var(--text-muted);\n}\n\n.itemCheckbox {\n display: inline-flex;\n flex-shrink: 0;\n pointer-events: none;\n}\n\n.search {\n position: sticky;\n top: 0;\n z-index: 1;\n padding: var(--space-1);\n margin: calc(var(--space-1) * -1) calc(var(--space-1) * -1) var(--space-1);\n background-color: var(--surface-card);\n}\n\n.empty {\n padding: var(--space-3) var(--space-2);\n color: var(--text-muted);\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n}\n\n.panelSearchable {\n max-height: min(24rem, calc(100vh - 2rem));\n overflow-y: auto;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ButtonSize, ButtonVariant } from '../Button/Button.types';
|
|
2
|
+
export type DropdownMenuAlign = "start" | "end";
|
|
3
|
+
export type DropdownMenuTriggerStyle = "button" | "field" | "nav";
|
|
4
|
+
export interface DropdownMenuItem {
|
|
5
|
+
id: string;
|
|
6
|
+
label: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
shortcut?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
danger?: boolean;
|
|
11
|
+
description?: string;
|
|
12
|
+
href?: string;
|
|
13
|
+
selected?: boolean;
|
|
14
|
+
checkbox?: boolean;
|
|
15
|
+
submenu?: DropdownMenuGroup[];
|
|
16
|
+
}
|
|
17
|
+
export interface DropdownMenuGroup {
|
|
18
|
+
heading?: string;
|
|
19
|
+
items: DropdownMenuItem[];
|
|
20
|
+
}
|
|
21
|
+
export interface DropdownMenuProps {
|
|
22
|
+
trigger?: string;
|
|
23
|
+
triggerStyle?: DropdownMenuTriggerStyle;
|
|
24
|
+
iconStart?: string;
|
|
25
|
+
iconEnd?: string;
|
|
26
|
+
id?: string;
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
error?: boolean;
|
|
29
|
+
describedBy?: string;
|
|
30
|
+
ariaLabel?: string;
|
|
31
|
+
variant?: ButtonVariant;
|
|
32
|
+
size?: ButtonSize;
|
|
33
|
+
align?: DropdownMenuAlign;
|
|
34
|
+
columns?: 1 | 2;
|
|
35
|
+
groups: DropdownMenuGroup[];
|
|
36
|
+
open?: boolean;
|
|
37
|
+
onOpenChange?: (open: boolean) => void;
|
|
38
|
+
onSelect?: (id: string) => void;
|
|
39
|
+
closeOnSelect?: boolean;
|
|
40
|
+
triggerMuted?: boolean;
|
|
41
|
+
triggerBadge?: string;
|
|
42
|
+
searchable?: boolean;
|
|
43
|
+
searchPlaceholder?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { LucideByName as e } from "../Button/lucideName.js";
|
|
2
|
+
import t from "./Empty.module.js";
|
|
3
|
+
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
4
|
+
//#region ui/Empty/Empty.tsx
|
|
5
|
+
var i = 20;
|
|
6
|
+
function a({ title: a, description: o, icon: s, media: c, actions: l, outlined: u = !1 }) {
|
|
7
|
+
let d = !!s && !c, f = !!c;
|
|
8
|
+
return /* @__PURE__ */ r("div", {
|
|
9
|
+
className: `${t.root}${u ? ` ${t.outlined}` : ""}`,
|
|
10
|
+
children: [
|
|
11
|
+
d ? /* @__PURE__ */ n("div", {
|
|
12
|
+
className: t.mediaWell,
|
|
13
|
+
"aria-hidden": !0,
|
|
14
|
+
children: /* @__PURE__ */ n(e, {
|
|
15
|
+
name: s,
|
|
16
|
+
size: i
|
|
17
|
+
})
|
|
18
|
+
}) : null,
|
|
19
|
+
f ? /* @__PURE__ */ n("div", {
|
|
20
|
+
className: t.mediaSlot,
|
|
21
|
+
children: c
|
|
22
|
+
}) : null,
|
|
23
|
+
/* @__PURE__ */ r("div", {
|
|
24
|
+
className: t.copy,
|
|
25
|
+
children: [/* @__PURE__ */ n("h3", {
|
|
26
|
+
className: t.title,
|
|
27
|
+
children: a
|
|
28
|
+
}), o ? /* @__PURE__ */ n("p", {
|
|
29
|
+
className: t.description,
|
|
30
|
+
children: o
|
|
31
|
+
}) : null]
|
|
32
|
+
}),
|
|
33
|
+
l ? /* @__PURE__ */ n("div", {
|
|
34
|
+
className: t.actions,
|
|
35
|
+
children: l
|
|
36
|
+
}) : null
|
|
37
|
+
]
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
//#endregion
|
|
41
|
+
export { a as Empty };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=Empty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Empty.js","names":[],"sources":["../../../ui/Empty/Empty.tsx"],"sourcesContent":["import { LucideByName } from \"../Button/lucideName\";\nimport type { EmptyProps } from \"./Empty.types\";\nimport styles from \"./Empty.module.css\";\n\nexport type { EmptyProps } from \"./Empty.types\";\n\nconst ICON_SIZE = 20;\n\nexport function Empty({\n title,\n description,\n icon,\n media,\n actions,\n outlined = false,\n}: EmptyProps) {\n const showIcon = Boolean(icon) && !media;\n const showMedia = Boolean(media);\n\n return (\n <div className={`${styles.root}${outlined ? ` ${styles.outlined}` : \"\"}`}>\n {showIcon ? (\n <div className={styles.mediaWell} aria-hidden>\n <LucideByName name={icon} size={ICON_SIZE} />\n </div>\n ) : null}\n {showMedia ? <div className={styles.mediaSlot}>{media}</div> : null}\n <div className={styles.copy}>\n <h3 className={styles.title}>{title}</h3>\n {description ? <p className={styles.description}>{description}</p> : null}\n </div>\n {actions ? <div className={styles.actions}>{actions}</div> : null}\n </div>\n );\n}\n"],"mappings":";;;;AAMA,IAAM,IAAY;AAElB,SAAgB,EAAM,EACpB,UACA,gBACA,SACA,UACA,YACA,cAAW,MACE;CACb,IAAM,IAAW,EAAQ,KAAS,CAAC,GAC7B,IAAY,EAAQ;CAE1B,OACE,kBAAC,OAAD;EAAK,WAAW,GAAG,EAAO,OAAO,IAAW,IAAI,EAAO,aAAa;EAApE,UAAA;GACG,IACC,kBAAC,OAAD;IAAK,WAAW,EAAO;IAAW,eAAA;IAChC,UAAA,kBAAC,GAAD;KAAc,MAAM;KAAM,MAAM;IAAY,CAAA;GACzC,CAAA,IACH;GACH,IAAY,kBAAC,OAAD;IAAK,WAAW,EAAO;IAAY,UAAA;GAAW,CAAA,IAAI;GAC/D,kBAAC,OAAD;IAAK,WAAW,EAAO;IAAvB,UAAA,CACE,kBAAC,MAAD;KAAI,WAAW,EAAO;KAAQ,UAAA;IAAU,CAAA,GACvC,IAAc,kBAAC,KAAD;KAAG,WAAW,EAAO;KAAc,UAAA;IAAe,CAAA,IAAI,IAClE;;GACJ,IAAU,kBAAC,OAAD;IAAK,WAAW,EAAO;IAAU,UAAA;GAAa,CAAA,IAAI;EAC1D;;AAET"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_3bext_1 {
|
|
2
2
|
display: grid;
|
|
3
3
|
justify-items: center;
|
|
4
4
|
gap: var(--space-4);
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
min-width: 0;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
._outlined_3bext_11 {
|
|
12
12
|
border: var(--border-100) solid var(--border-faint);
|
|
13
13
|
border-radius: var(--radius-surface-sm);
|
|
14
14
|
background: var(--surface-card);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
._mediaSlot_3bext_17 {
|
|
18
18
|
display: flex;
|
|
19
19
|
align-items: center;
|
|
20
20
|
justify-content: center;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
._mediaWell_3bext_23 {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
justify-content: center;
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
color: var(--icon-secondary);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
._mediaWell_3bext_23 svg {
|
|
35
35
|
display: block;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._copy_3bext_38 {
|
|
39
39
|
display: grid;
|
|
40
40
|
gap: var(--space-2);
|
|
41
41
|
max-width: 24rem;
|
|
42
42
|
min-width: 0;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
45
|
+
._title_3bext_45 {
|
|
46
46
|
margin: 0;
|
|
47
47
|
font-family: var(--font-sans);
|
|
48
48
|
font-size: var(--type-size-heading);
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
color: var(--text-primary);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
._description_3bext_54 {
|
|
55
55
|
margin: 0;
|
|
56
56
|
font-family: var(--font-sans);
|
|
57
57
|
font-size: var(--type-size-body-sm);
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
color: var(--text-secondary);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
._actions_3bext_62 {
|
|
63
63
|
display: flex;
|
|
64
64
|
flex-wrap: wrap;
|
|
65
65
|
align-items: center;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "./Empty.module.css";
|
|
2
|
+
//#region ui/Empty/Empty.module.css
|
|
3
|
+
var e = "_root_3bext_1", t = "_outlined_3bext_11", n = "_mediaSlot_3bext_17", r = "_mediaWell_3bext_23", i = "_copy_3bext_38", a = "_title_3bext_45", o = "_description_3bext_54", s = "_actions_3bext_62", c = {
|
|
4
|
+
root: e,
|
|
5
|
+
outlined: t,
|
|
6
|
+
mediaSlot: n,
|
|
7
|
+
mediaWell: r,
|
|
8
|
+
copy: i,
|
|
9
|
+
title: a,
|
|
10
|
+
description: o,
|
|
11
|
+
actions: s
|
|
12
|
+
};
|
|
13
|
+
//#endregion
|
|
14
|
+
export { s as actions, i as copy, c as default, o as description, n as mediaSlot, r as mediaWell, t as outlined, e as root, a as title };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=Empty.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Empty.module.js","names":[],"sources":["../../../ui/Empty/Empty.module.css"],"sourcesContent":[".root {\n display: grid;\n justify-items: center;\n gap: var(--space-4);\n width: 100%;\n padding: var(--space-6);\n text-align: center;\n min-width: 0;\n}\n\n.outlined {\n border: var(--border-100) solid var(--border-faint);\n border-radius: var(--radius-surface-sm);\n background: var(--surface-card);\n}\n\n.mediaSlot {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.mediaWell {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 3rem;\n height: 3rem;\n border-radius: var(--radius-full);\n background: var(--surface-muted);\n color: var(--icon-secondary);\n}\n\n.mediaWell svg {\n display: block;\n}\n\n.copy {\n display: grid;\n gap: var(--space-2);\n max-width: 24rem;\n min-width: 0;\n}\n\n.title {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-heading);\n font-weight: var(--type-weight-heading);\n line-height: var(--type-line-body);\n color: var(--text-primary);\n}\n\n.description {\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-secondary);\n}\n\n.actions {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n gap: var(--space-2);\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import e from "./Field.module.js";
|
|
2
|
+
import { cloneElement as t, isValidElement as n } from "react";
|
|
3
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
4
|
+
//#region ui/Field/Field.tsx
|
|
5
|
+
function a({ label: a, htmlFor: o, hint: s, error: c, labelPosition: l = "top", children: u }) {
|
|
6
|
+
let d = s && !c ? `${o}-hint` : void 0, f = c ? `${o}-error` : void 0, p = [d, f].filter(Boolean).join(" ") || void 0, m = p && n(u) ? t(u, { describedBy: p }) : u;
|
|
7
|
+
return /* @__PURE__ */ i("div", {
|
|
8
|
+
className: `${e.field} ${e[l]}`,
|
|
9
|
+
role: "group",
|
|
10
|
+
"data-invalid": c ? "true" : void 0,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ r("label", {
|
|
13
|
+
className: e.label,
|
|
14
|
+
htmlFor: o,
|
|
15
|
+
children: a
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ r("div", {
|
|
18
|
+
className: e.body,
|
|
19
|
+
children: m
|
|
20
|
+
}),
|
|
21
|
+
s && !c ? /* @__PURE__ */ r("p", {
|
|
22
|
+
id: d,
|
|
23
|
+
className: e.hint,
|
|
24
|
+
children: s
|
|
25
|
+
}) : null,
|
|
26
|
+
c ? /* @__PURE__ */ r("p", {
|
|
27
|
+
id: f,
|
|
28
|
+
className: e.error,
|
|
29
|
+
role: "alert",
|
|
30
|
+
children: c
|
|
31
|
+
}) : null
|
|
32
|
+
]
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
//#endregion
|
|
36
|
+
export { a as Field };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=Field.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Field.js","names":[],"sources":["../../../ui/Field/Field.tsx"],"sourcesContent":["import { cloneElement, isValidElement, type ReactElement } from \"react\";\nimport type { FieldProps } from \"./Field.types\";\nimport styles from \"./Field.module.css\";\n\nexport type { FieldProps, FieldLabelPosition } from \"./Field.types\";\n\nexport function Field({\n label,\n htmlFor,\n hint,\n error,\n labelPosition = \"top\",\n children,\n}: FieldProps) {\n const hintId = hint && !error ? `${htmlFor}-hint` : undefined;\n const errorId = error ? `${htmlFor}-error` : undefined;\n const describedBy = [hintId, errorId].filter(Boolean).join(\" \") || undefined;\n\n const control =\n describedBy && isValidElement(children)\n ? cloneElement(children as ReactElement<{ describedBy?: string }>, { describedBy })\n : children;\n\n return (\n <div\n className={`${styles.field} ${styles[labelPosition]}`}\n role=\"group\"\n data-invalid={error ? \"true\" : undefined}\n >\n <label className={styles.label} htmlFor={htmlFor}>\n {label}\n </label>\n <div className={styles.body}>{control}</div>\n {hint && !error ? (\n <p id={hintId} className={styles.hint}>\n {hint}\n </p>\n ) : null}\n {error ? (\n <p id={errorId} className={styles.error} role=\"alert\">\n {error}\n </p>\n ) : null}\n </div>\n );\n}\n"],"mappings":";;;;AAMA,SAAgB,EAAM,EACpB,UACA,YACA,SACA,UACA,mBAAgB,OAChB,eACa;CACb,IAAM,IAAS,KAAQ,CAAC,IAAQ,GAAG,EAAQ,SAAS,KAAA,GAC9C,IAAU,IAAQ,GAAG,EAAQ,UAAU,KAAA,GACvC,IAAc,CAAC,GAAQ,CAAO,CAAC,CAAC,OAAO,OAAO,CAAC,CAAC,KAAK,GAAG,KAAK,KAAA,GAE7D,IACJ,KAAe,EAAe,CAAQ,IAClC,EAAa,GAAoD,EAAE,eAAY,CAAC,IAChF;CAEN,OACE,kBAAC,OAAD;EACE,WAAW,GAAG,EAAO,MAAM,GAAG,EAAO;EACrC,MAAK;EACL,gBAAc,IAAQ,SAAS,KAAA;EAHjC,UAAA;GAKE,kBAAC,SAAD;IAAO,WAAW,EAAO;IAAgB;IACtC,UAAA;GACI,CAAA;GACP,kBAAC,OAAD;IAAK,WAAW,EAAO;IAAO,UAAA;GAAa,CAAA;GAC1C,KAAQ,CAAC,IACR,kBAAC,KAAD;IAAG,IAAI;IAAQ,WAAW,EAAO;IAC9B,UAAA;GACA,CAAA,IACD;GACH,IACC,kBAAC,KAAD;IAAG,IAAI;IAAS,WAAW,EAAO;IAAO,MAAK;IAC3C,UAAA;GACA,CAAA,IACD;EACD;;AAET"}
|