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,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._calendar_y4lol_1 {
|
|
2
2
|
--calendar-cell: 2.25rem;
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
display: inline-grid;
|
|
@@ -14,36 +14,36 @@
|
|
|
14
14
|
color: var(--text-primary);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
._sm_y4lol_17 {
|
|
18
18
|
--calendar-cell: 1.9rem;
|
|
19
19
|
gap: var(--space-1);
|
|
20
20
|
padding: var(--space-2);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
._md_y4lol_23 {
|
|
24
24
|
--calendar-cell: 2.25rem;
|
|
25
25
|
padding: var(--space-4);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
._lg_y4lol_28 {
|
|
29
29
|
--calendar-cell: 2.6rem;
|
|
30
30
|
gap: var(--space-3);
|
|
31
31
|
padding: var(--space-6);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
._calendar_y4lol_1[data-disabled] {
|
|
35
35
|
opacity: var(--opacity-disabled);
|
|
36
36
|
pointer-events: none;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
._header_y4lol_39 {
|
|
40
40
|
display: flex;
|
|
41
41
|
align-items: center;
|
|
42
42
|
justify-content: space-between;
|
|
43
43
|
gap: var(--space-2);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
._heading_y4lol_46 {
|
|
47
47
|
flex: 1;
|
|
48
48
|
margin: 0;
|
|
49
49
|
text-align: center;
|
|
@@ -53,20 +53,20 @@
|
|
|
53
53
|
color: var(--text-primary);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
._grid_y4lol_56 {
|
|
57
57
|
display: grid;
|
|
58
58
|
gap: var(--space-1);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.
|
|
62
|
-
.
|
|
61
|
+
._weekdays_y4lol_61,
|
|
62
|
+
._row_y4lol_62 {
|
|
63
63
|
display: grid;
|
|
64
64
|
grid-template-columns: repeat(7, var(--calendar-cell));
|
|
65
65
|
gap: var(--space-1);
|
|
66
66
|
justify-content: center;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._weekday_y4lol_61 {
|
|
70
70
|
display: grid;
|
|
71
71
|
place-items: center;
|
|
72
72
|
width: var(--calendar-cell);
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
color: var(--text-muted);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
._cell_y4lol_78 {
|
|
79
79
|
display: grid;
|
|
80
80
|
width: var(--calendar-cell);
|
|
81
81
|
height: var(--calendar-cell);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
._day_y4lol_84 {
|
|
85
85
|
box-sizing: border-box;
|
|
86
86
|
width: 100%;
|
|
87
87
|
height: 100%;
|
|
@@ -99,25 +99,25 @@
|
|
|
99
99
|
transition: background var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
._sm_y4lol_17 ._day_y4lol_84 {
|
|
103
103
|
font-size: var(--type-size-caption);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
._day_y4lol_84:hover:not([aria-disabled="true"]):not([data-selected]) {
|
|
107
107
|
background: var(--surface-muted);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
._day_y4lol_84[data-today]:not([data-selected]) {
|
|
111
111
|
border-color: var(--border-strong);
|
|
112
112
|
font-weight: var(--type-weight-label);
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._day_y4lol_84[data-outside] {
|
|
116
116
|
color: var(--text-muted);
|
|
117
117
|
opacity: var(--opacity-muted);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
._day_y4lol_84[data-selected] {
|
|
121
121
|
background: var(--action-primary);
|
|
122
122
|
color: var(--action-on-primary);
|
|
123
123
|
border-color: var(--action-primary);
|
|
@@ -125,22 +125,22 @@
|
|
|
125
125
|
font-weight: var(--type-weight-label);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.
|
|
128
|
+
._day_y4lol_84[aria-disabled="true"] {
|
|
129
129
|
opacity: var(--opacity-disabled);
|
|
130
130
|
cursor: not-allowed;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
._calendar_y4lol_1[data-disabled] ._day_y4lol_84 {
|
|
134
134
|
opacity: 1;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
._day_y4lol_84:focus-visible {
|
|
138
138
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
139
139
|
outline-offset: var(--space-inset-2xs);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
@media (prefers-reduced-motion: reduce) {
|
|
143
|
-
.
|
|
143
|
+
._day_y4lol_84 {
|
|
144
144
|
transition: none;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import "./Calendar.module.css";
|
|
2
|
+
//#region ui/Calendar/Calendar.module.css
|
|
3
|
+
var e = "_calendar_y4lol_1", t = "_sm_y4lol_17", n = "_md_y4lol_23", r = "_lg_y4lol_28", i = "_header_y4lol_39", a = "_heading_y4lol_46", o = "_grid_y4lol_56", s = "_weekdays_y4lol_61", c = "_row_y4lol_62", l = "_weekday_y4lol_61", u = "_cell_y4lol_78", d = "_day_y4lol_84", f = {
|
|
4
|
+
calendar: e,
|
|
5
|
+
sm: t,
|
|
6
|
+
md: n,
|
|
7
|
+
lg: r,
|
|
8
|
+
header: i,
|
|
9
|
+
heading: a,
|
|
10
|
+
grid: o,
|
|
11
|
+
weekdays: s,
|
|
12
|
+
row: c,
|
|
13
|
+
weekday: l,
|
|
14
|
+
cell: u,
|
|
15
|
+
day: d
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { e as calendar, u as cell, d as day, f as default, o as grid, i as header, a as heading, r as lg, n as md, c as row, t as sm, l as weekday, s as weekdays };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=Calendar.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Calendar.module.js","names":[],"sources":["../../../ui/Calendar/Calendar.module.css"],"sourcesContent":[".calendar {\n --calendar-cell: 2.25rem;\n box-sizing: border-box;\n display: inline-grid;\n gap: var(--space-2);\n width: max-content;\n margin: 0;\n padding: var(--space-4);\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-surface-md);\n background: var(--surface-card);\n box-shadow: var(--shadow-sm);\n font-family: var(--font-sans);\n color: var(--text-primary);\n}\n\n.sm {\n --calendar-cell: 1.9rem;\n gap: var(--space-1);\n padding: var(--space-2);\n}\n\n.md {\n --calendar-cell: 2.25rem;\n padding: var(--space-4);\n}\n\n.lg {\n --calendar-cell: 2.6rem;\n gap: var(--space-3);\n padding: var(--space-6);\n}\n\n.calendar[data-disabled] {\n opacity: var(--opacity-disabled);\n pointer-events: none;\n}\n\n.header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: var(--space-2);\n}\n\n.heading {\n flex: 1;\n margin: 0;\n text-align: center;\n font-size: var(--type-size-label);\n font-weight: var(--type-weight-heading);\n line-height: var(--type-line-heading);\n color: var(--text-primary);\n}\n\n.grid {\n display: grid;\n gap: var(--space-1);\n}\n\n.weekdays,\n.row {\n display: grid;\n grid-template-columns: repeat(7, var(--calendar-cell));\n gap: var(--space-1);\n justify-content: center;\n}\n\n.weekday {\n display: grid;\n place-items: center;\n width: var(--calendar-cell);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-caption);\n color: var(--text-muted);\n}\n\n.cell {\n display: grid;\n width: var(--calendar-cell);\n height: var(--calendar-cell);\n}\n\n.day {\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n margin: 0;\n padding: 0;\n border: var(--border-width-thin) solid transparent;\n border-radius: var(--radius-control-sm);\n background: transparent;\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n font-weight: var(--type-weight-body);\n font-variant-numeric: tabular-nums;\n color: var(--text-primary);\n cursor: pointer;\n transition: background var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.sm .day {\n font-size: var(--type-size-caption);\n}\n\n.day:hover:not([aria-disabled=\"true\"]):not([data-selected]) {\n background: var(--surface-muted);\n}\n\n.day[data-today]:not([data-selected]) {\n border-color: var(--border-strong);\n font-weight: var(--type-weight-label);\n}\n\n.day[data-outside] {\n color: var(--text-muted);\n opacity: var(--opacity-muted);\n}\n\n.day[data-selected] {\n background: var(--action-primary);\n color: var(--action-on-primary);\n border-color: var(--action-primary);\n opacity: 1;\n font-weight: var(--type-weight-label);\n}\n\n.day[aria-disabled=\"true\"] {\n opacity: var(--opacity-disabled);\n cursor: not-allowed;\n}\n\n.calendar[data-disabled] .day {\n opacity: 1;\n}\n\n.day:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .day {\n transition: none;\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { CardProps } from './Card.types';
|
|
2
|
+
export type { CardProps, CardSize, CardAction, CardActionVariant } from './Card.types';
|
|
3
|
+
export declare function Card({ title, description, children, size, actions, headerAction, imageSrc, imageAlt, }: CardProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Button as e } from "../Button/Button.js";
|
|
2
|
+
import t from "./Card.module.js";
|
|
3
|
+
import { useId as n } from "react";
|
|
4
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
|
+
//#region ui/Card/Card.tsx
|
|
6
|
+
function a({ title: a, description: o, children: s, size: c = "md", actions: l, headerAction: u, imageSrc: d, imageAlt: f }) {
|
|
7
|
+
let p = n(), m = (l ?? []).slice(0, 2);
|
|
8
|
+
return /* @__PURE__ */ i("article", {
|
|
9
|
+
className: [t.card, t[c]].filter(Boolean).join(" "),
|
|
10
|
+
"aria-labelledby": a ? p : void 0,
|
|
11
|
+
children: [d ? /* @__PURE__ */ r("img", {
|
|
12
|
+
className: t.image,
|
|
13
|
+
src: d,
|
|
14
|
+
alt: f ?? ""
|
|
15
|
+
}) : null, /* @__PURE__ */ i("div", {
|
|
16
|
+
className: t.content,
|
|
17
|
+
children: [
|
|
18
|
+
a || o || u ? /* @__PURE__ */ i("header", {
|
|
19
|
+
className: t.header,
|
|
20
|
+
children: [/* @__PURE__ */ i("div", {
|
|
21
|
+
className: t.copy,
|
|
22
|
+
children: [a ? /* @__PURE__ */ r("h2", {
|
|
23
|
+
id: p,
|
|
24
|
+
className: t.title,
|
|
25
|
+
children: a
|
|
26
|
+
}) : null, o ? /* @__PURE__ */ r("p", {
|
|
27
|
+
className: t.description,
|
|
28
|
+
children: o
|
|
29
|
+
}) : null]
|
|
30
|
+
}), u ? /* @__PURE__ */ r(e, {
|
|
31
|
+
variant: u.variant ?? "tertiary",
|
|
32
|
+
size: "sm",
|
|
33
|
+
onClick: u.onClick,
|
|
34
|
+
children: u.label
|
|
35
|
+
}) : null]
|
|
36
|
+
}) : null,
|
|
37
|
+
/* @__PURE__ */ r("div", {
|
|
38
|
+
className: t.body,
|
|
39
|
+
children: s
|
|
40
|
+
}),
|
|
41
|
+
m.length > 0 ? /* @__PURE__ */ r("footer", {
|
|
42
|
+
className: t.footer,
|
|
43
|
+
children: m.map((t) => /* @__PURE__ */ r(e, {
|
|
44
|
+
variant: t.variant,
|
|
45
|
+
size: "md",
|
|
46
|
+
onClick: t.onClick,
|
|
47
|
+
children: t.label
|
|
48
|
+
}, t.label))
|
|
49
|
+
}) : null
|
|
50
|
+
]
|
|
51
|
+
})]
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
//#endregion
|
|
55
|
+
export { a as Card };
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=Card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.js","names":[],"sources":["../../../ui/Card/Card.tsx"],"sourcesContent":["import { useId } from \"react\";\nimport { Button } from \"../Button\";\nimport type { CardProps } from \"./Card.types\";\nimport styles from \"./Card.module.css\";\n\nexport type { CardProps, CardSize, CardAction, CardActionVariant } from \"./Card.types\";\n\nexport function Card({\n title,\n description,\n children,\n size = \"md\",\n actions,\n headerAction,\n imageSrc,\n imageAlt,\n}: CardProps) {\n const titleId = useId();\n const footerActions = (actions ?? []).slice(0, 2);\n\n return (\n <article\n className={[styles.card, styles[size]].filter(Boolean).join(\" \")}\n aria-labelledby={title ? titleId : undefined}\n >\n {imageSrc ? (\n <img className={styles.image} src={imageSrc} alt={imageAlt ?? \"\"} />\n ) : null}\n <div className={styles.content}>\n {title || description || headerAction ? (\n <header className={styles.header}>\n <div className={styles.copy}>\n {title ? (\n <h2 id={titleId} className={styles.title}>\n {title}\n </h2>\n ) : null}\n {description ? <p className={styles.description}>{description}</p> : null}\n </div>\n {headerAction ? (\n <Button\n variant={headerAction.variant ?? \"tertiary\"}\n size=\"sm\"\n onClick={headerAction.onClick}\n >\n {headerAction.label}\n </Button>\n ) : null}\n </header>\n ) : null}\n <div className={styles.body}>{children}</div>\n {footerActions.length > 0 ? (\n <footer className={styles.footer}>\n {footerActions.map((action) => (\n <Button\n key={action.label}\n variant={action.variant}\n size=\"md\"\n onClick={action.onClick}\n >\n {action.label}\n </Button>\n ))}\n </footer>\n ) : null}\n </div>\n </article>\n );\n}\n"],"mappings":";;;;;AAOA,SAAgB,EAAK,EACnB,UACA,gBACA,aACA,UAAO,MACP,YACA,iBACA,aACA,eACY;CACZ,IAAM,IAAU,EAAM,GAChB,KAAiB,KAAW,CAAC,EAAA,CAAG,MAAM,GAAG,CAAC;CAEhD,OACE,kBAAC,WAAD;EACE,WAAW,CAAC,EAAO,MAAM,EAAO,EAAK,CAAC,CAAC,OAAO,OAAO,CAAC,CAAC,KAAK,GAAG;EAC/D,mBAAiB,IAAQ,IAAU,KAAA;EAFrC,UAAA,CAIG,IACC,kBAAC,OAAD;GAAK,WAAW,EAAO;GAAO,KAAK;GAAU,KAAK,KAAY;EAAK,CAAA,IACjE,MACJ,kBAAC,OAAD;GAAK,WAAW,EAAO;GAAvB,UAAA;IACG,KAAS,KAAe,IACvB,kBAAC,UAAD;KAAQ,WAAW,EAAO;KAA1B,UAAA,CACE,kBAAC,OAAD;MAAK,WAAW,EAAO;MAAvB,UAAA,CACG,IACC,kBAAC,MAAD;OAAI,IAAI;OAAS,WAAW,EAAO;OAChC,UAAA;MACC,CAAA,IACF,MACH,IAAc,kBAAC,KAAD;OAAG,WAAW,EAAO;OAAc,UAAA;MAAe,CAAA,IAAI,IAClE;KACJ,CAAA,GAAA,IACC,kBAAC,GAAD;MACE,SAAS,EAAa,WAAW;MACjC,MAAK;MACL,SAAS,EAAa;MAErB,UAAA,EAAa;KACR,CAAA,IACN,IACE;IACN,CAAA,IAAA;IACJ,kBAAC,OAAD;KAAK,WAAW,EAAO;KAAO;IAAc,CAAA;IAC3C,EAAc,SAAS,IACtB,kBAAC,UAAD;KAAQ,WAAW,EAAO;KACvB,UAAA,EAAc,KAAK,MAClB,kBAAC,GAAD;MAEE,SAAS,EAAO;MAChB,MAAK;MACL,SAAS,EAAO;MAEf,UAAA,EAAO;KACF,GAND,EAAO,KAMN,CACT;IACK,CAAA,IACN;GACD;EACE,CAAA,CAAA;;AAEb"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_1nbnn_1 {
|
|
2
2
|
--card-spacing: var(--space-6);
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
box-shadow: var(--shadow-sm);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
._sm_1nbnn_14 {
|
|
15
15
|
--card-spacing: var(--space-4);
|
|
16
16
|
max-width: 24rem;
|
|
17
17
|
margin-inline: auto;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
._image_1nbnn_20 {
|
|
21
21
|
display: block;
|
|
22
22
|
width: 100%;
|
|
23
23
|
height: 10rem;
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
border-top-right-radius: var(--radius-surface-md);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
._sm_1nbnn_14 ._image_1nbnn_20 {
|
|
30
30
|
height: 8rem;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
._content_1nbnn_33 {
|
|
34
34
|
display: flex;
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
gap: var(--card-spacing);
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
min-width: 0;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
._header_1nbnn_41 {
|
|
42
42
|
display: flex;
|
|
43
43
|
justify-content: space-between;
|
|
44
44
|
align-items: flex-start;
|
|
45
45
|
gap: var(--space-4);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
._copy_1nbnn_48 {
|
|
49
49
|
display: flex;
|
|
50
50
|
flex-direction: column;
|
|
51
51
|
gap: var(--space-1);
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
flex: 1;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
._title_1nbnn_56 {
|
|
57
57
|
margin: 0;
|
|
58
58
|
overflow-wrap: anywhere;
|
|
59
59
|
font-family: var(--font-sans);
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
color: var(--text-primary);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
._sm_1nbnn_14 ._title_1nbnn_56 {
|
|
67
67
|
font-size: var(--type-size-body);
|
|
68
68
|
line-height: var(--type-line-body);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
._description_1nbnn_71 {
|
|
72
72
|
margin: 0;
|
|
73
73
|
overflow-wrap: anywhere;
|
|
74
74
|
font-family: var(--font-sans);
|
|
@@ -77,19 +77,19 @@
|
|
|
77
77
|
color: var(--text-secondary);
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
._body_1nbnn_80 {
|
|
81
81
|
display: grid;
|
|
82
82
|
gap: var(--space-4);
|
|
83
83
|
min-width: 0;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
._footer_1nbnn_86 {
|
|
87
87
|
display: flex;
|
|
88
88
|
flex-direction: column;
|
|
89
89
|
align-items: stretch;
|
|
90
90
|
gap: var(--space-2);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.
|
|
93
|
+
._footer_1nbnn_86 button {
|
|
94
94
|
width: 100%;
|
|
95
95
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "./Card.module.css";
|
|
2
|
+
//#region ui/Card/Card.module.css
|
|
3
|
+
var e = "_card_1nbnn_1", t = "_sm_1nbnn_14", n = "_image_1nbnn_20", r = "_content_1nbnn_33", i = "_header_1nbnn_41", a = "_copy_1nbnn_48", o = "_title_1nbnn_56", s = "_description_1nbnn_71", c = "_body_1nbnn_80", l = "_footer_1nbnn_86", u = {
|
|
4
|
+
card: e,
|
|
5
|
+
sm: t,
|
|
6
|
+
image: n,
|
|
7
|
+
content: r,
|
|
8
|
+
header: i,
|
|
9
|
+
copy: a,
|
|
10
|
+
title: o,
|
|
11
|
+
description: s,
|
|
12
|
+
body: c,
|
|
13
|
+
footer: l
|
|
14
|
+
};
|
|
15
|
+
//#endregion
|
|
16
|
+
export { c as body, e as card, r as content, a as copy, u as default, s as description, l as footer, i as header, n as image, t as sm, o as title };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=Card.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.module.js","names":[],"sources":["../../../ui/Card/Card.module.css"],"sourcesContent":[".card {\n --card-spacing: var(--space-6);\n display: flex;\n flex-direction: column;\n width: 100%;\n min-width: 0;\n overflow: hidden;\n background-color: var(--surface-card);\n border: 1px solid var(--border-faint);\n border-radius: var(--radius-surface-md);\n box-shadow: var(--shadow-sm);\n}\n\n.sm {\n --card-spacing: var(--space-4);\n max-width: 24rem;\n margin-inline: auto;\n}\n\n.image {\n display: block;\n width: 100%;\n height: 10rem;\n object-fit: cover;\n border-top-left-radius: var(--radius-surface-md);\n border-top-right-radius: var(--radius-surface-md);\n}\n\n.sm .image {\n height: 8rem;\n}\n\n.content {\n display: flex;\n flex-direction: column;\n gap: var(--card-spacing);\n padding: var(--card-spacing);\n min-width: 0;\n}\n\n.header {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n gap: var(--space-4);\n}\n\n.copy {\n display: flex;\n flex-direction: column;\n gap: var(--space-1);\n min-width: 0;\n flex: 1;\n}\n\n.title {\n margin: 0;\n overflow-wrap: anywhere;\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-heading);\n color: var(--text-primary);\n}\n\n.sm .title {\n font-size: var(--type-size-body);\n line-height: var(--type-line-body);\n}\n\n.description {\n margin: 0;\n overflow-wrap: anywhere;\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.body {\n display: grid;\n gap: var(--space-4);\n min-width: 0;\n}\n\n.footer {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: var(--space-2);\n}\n\n.footer button {\n width: 100%;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ButtonVariant } from '../Button';
|
|
3
|
+
export type CardSize = "sm" | "md";
|
|
4
|
+
export type CardActionVariant = ButtonVariant;
|
|
5
|
+
export interface CardAction {
|
|
6
|
+
label: string;
|
|
7
|
+
variant?: CardActionVariant;
|
|
8
|
+
onClick?: () => void;
|
|
9
|
+
}
|
|
10
|
+
export interface CardProps {
|
|
11
|
+
title?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
size?: CardSize;
|
|
15
|
+
actions?: CardAction[];
|
|
16
|
+
headerAction?: CardAction;
|
|
17
|
+
imageSrc?: string;
|
|
18
|
+
/** Required when imageSrc is set. */
|
|
19
|
+
imageAlt?: string;
|
|
20
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Card } from
|
|
2
|
-
export type { CardProps, CardSize, CardAction, CardActionVariant } from
|
|
1
|
+
export { Card } from './Card';
|
|
2
|
+
export type { CardProps, CardSize, CardAction, CardActionVariant } from './Card.types';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { CarouselProps } from './Carousel.types';
|
|
2
|
+
export type { CarouselProps, CarouselOrientation, CarouselAlign, CarouselSlidesPerView, } from './Carousel.types';
|
|
3
|
+
export declare function Carousel({ items, orientation, loop, align, slidesPerView, showControls, showIndex, onIndexChange, ariaLabel, }: CarouselProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Button as e } from "../Button/Button.js";
|
|
3
|
+
import t from "./Carousel.module.js";
|
|
4
|
+
import { useCallback as n, useEffect as r, useMemo as i, useRef as a, useState as o } from "react";
|
|
5
|
+
import { Fragment as s, jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
6
|
+
import u from "embla-carousel-react";
|
|
7
|
+
//#region ui/Carousel/Carousel.tsx
|
|
8
|
+
function d({ items: d, orientation: f = "horizontal", loop: p = !1, align: m = "start", slidesPerView: h = 1, showControls: g = !0, showIndex: _ = !1, onIndexChange: v, ariaLabel: y = "Carousel" }) {
|
|
9
|
+
let b = i(() => ({
|
|
10
|
+
axis: f === "vertical" ? "y" : "x",
|
|
11
|
+
loop: p,
|
|
12
|
+
align: m
|
|
13
|
+
}), [
|
|
14
|
+
f,
|
|
15
|
+
p,
|
|
16
|
+
m
|
|
17
|
+
]), [x, S] = u(b), [C, w] = o(!1), [T, E] = o(!1), [D, O] = o(0), [k, A] = o(Math.max(d.length, 1)), j = a(v);
|
|
18
|
+
j.current = v;
|
|
19
|
+
let M = n(() => {
|
|
20
|
+
if (!S) return;
|
|
21
|
+
let e = S.selectedScrollSnap();
|
|
22
|
+
w(S.canScrollPrev()), E(S.canScrollNext()), O(e), A(S.scrollSnapList().length), j.current?.(e);
|
|
23
|
+
}, [S]);
|
|
24
|
+
r(() => {
|
|
25
|
+
if (S) return M(), S.on("select", M), S.on("reInit", M), () => {
|
|
26
|
+
S.off("select", M), S.off("reInit", M);
|
|
27
|
+
};
|
|
28
|
+
}, [S, M]), r(() => {
|
|
29
|
+
S?.reInit();
|
|
30
|
+
}, [
|
|
31
|
+
S,
|
|
32
|
+
d.length,
|
|
33
|
+
h
|
|
34
|
+
]);
|
|
35
|
+
function N() {
|
|
36
|
+
S?.scrollPrev();
|
|
37
|
+
}
|
|
38
|
+
function P() {
|
|
39
|
+
S?.scrollNext();
|
|
40
|
+
}
|
|
41
|
+
function F(e) {
|
|
42
|
+
let t = f === "vertical" ? "ArrowUp" : "ArrowLeft", n = f === "vertical" ? "ArrowDown" : "ArrowRight";
|
|
43
|
+
e.key === t ? (e.preventDefault(), N()) : e.key === n && (e.preventDefault(), P());
|
|
44
|
+
}
|
|
45
|
+
let I = k || Math.max(d.length, 1), L = f === "vertical" ? "ChevronUp" : "ChevronLeft", R = f === "vertical" ? "ChevronDown" : "ChevronRight", z = h === 2 ? t.per2 : h === 3 ? t.per3 : h === 4 ? t.per4 : "";
|
|
46
|
+
return /* @__PURE__ */ l("div", {
|
|
47
|
+
className: `${t.root} ${t[f]} ${z}`,
|
|
48
|
+
role: "region",
|
|
49
|
+
"aria-roledescription": "carousel",
|
|
50
|
+
"aria-label": y,
|
|
51
|
+
tabIndex: 0,
|
|
52
|
+
onKeyDown: F,
|
|
53
|
+
children: [/* @__PURE__ */ l("div", {
|
|
54
|
+
className: t.stage,
|
|
55
|
+
children: [/* @__PURE__ */ c("div", {
|
|
56
|
+
className: t.viewport,
|
|
57
|
+
ref: x,
|
|
58
|
+
children: /* @__PURE__ */ c("div", {
|
|
59
|
+
className: t.track,
|
|
60
|
+
children: d.map((e, n) => /* @__PURE__ */ c("div", {
|
|
61
|
+
className: t.slide,
|
|
62
|
+
role: "group",
|
|
63
|
+
"aria-roledescription": "slide",
|
|
64
|
+
"aria-label": `Slide ${n + 1} of ${d.length}`,
|
|
65
|
+
children: e
|
|
66
|
+
}, n))
|
|
67
|
+
})
|
|
68
|
+
}), g ? /* @__PURE__ */ l(s, { children: [/* @__PURE__ */ c("div", {
|
|
69
|
+
className: t.prev,
|
|
70
|
+
children: /* @__PURE__ */ c(e, {
|
|
71
|
+
variant: "secondary",
|
|
72
|
+
size: "sm",
|
|
73
|
+
iconStart: L,
|
|
74
|
+
ariaLabel: "Previous slide",
|
|
75
|
+
disabled: !C,
|
|
76
|
+
onClick: N
|
|
77
|
+
})
|
|
78
|
+
}), /* @__PURE__ */ c("div", {
|
|
79
|
+
className: t.next,
|
|
80
|
+
children: /* @__PURE__ */ c(e, {
|
|
81
|
+
variant: "secondary",
|
|
82
|
+
size: "sm",
|
|
83
|
+
iconStart: R,
|
|
84
|
+
ariaLabel: "Next slide",
|
|
85
|
+
disabled: !T,
|
|
86
|
+
onClick: P
|
|
87
|
+
})
|
|
88
|
+
})] }) : null]
|
|
89
|
+
}), _ ? /* @__PURE__ */ c("p", {
|
|
90
|
+
className: t.index,
|
|
91
|
+
"aria-live": "polite",
|
|
92
|
+
children: `Slide ${D + 1} of ${I}`
|
|
93
|
+
}) : null]
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
//#endregion
|
|
97
|
+
export { d as Carousel };
|
|
98
|
+
|
|
99
|
+
//# sourceMappingURL=Carousel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.js","names":[],"sources":["../../../ui/Carousel/Carousel.tsx"],"sourcesContent":["\"use client\";\n\nimport { useCallback, useEffect, useMemo, useRef, useState, type KeyboardEvent } from \"react\";\nimport useEmblaCarousel from \"embla-carousel-react\";\nimport { Button } from \"../Button\";\nimport type { CarouselProps } from \"./Carousel.types\";\nimport styles from \"./Carousel.module.css\";\n\nexport type {\n CarouselProps,\n CarouselOrientation,\n CarouselAlign,\n CarouselSlidesPerView,\n} from \"./Carousel.types\";\n\nexport function Carousel({\n items,\n orientation = \"horizontal\",\n loop = false,\n align = \"start\",\n slidesPerView = 1,\n showControls = true,\n showIndex = false,\n onIndexChange,\n ariaLabel = \"Carousel\",\n}: CarouselProps) {\n const emblaOptions = useMemo(\n () => ({\n axis: (orientation === \"vertical\" ? \"y\" : \"x\") as \"x\" | \"y\",\n loop,\n align,\n }),\n [orientation, loop, align],\n );\n const [viewportRef, emblaApi] = useEmblaCarousel(emblaOptions);\n\n const [canScrollPrev, setCanScrollPrev] = useState(false);\n const [canScrollNext, setCanScrollNext] = useState(false);\n const [index, setIndex] = useState(0);\n const [snapCount, setSnapCount] = useState(Math.max(items.length, 1));\n const onIndexChangeRef = useRef(onIndexChange);\n onIndexChangeRef.current = onIndexChange;\n\n const sync = useCallback(() => {\n if (!emblaApi) return;\n const nextIndex = emblaApi.selectedScrollSnap();\n setCanScrollPrev(emblaApi.canScrollPrev());\n setCanScrollNext(emblaApi.canScrollNext());\n setIndex(nextIndex);\n setSnapCount(emblaApi.scrollSnapList().length);\n onIndexChangeRef.current?.(nextIndex);\n }, [emblaApi]);\n\n useEffect(() => {\n if (!emblaApi) return;\n sync();\n emblaApi.on(\"select\", sync);\n emblaApi.on(\"reInit\", sync);\n return () => {\n emblaApi.off(\"select\", sync);\n emblaApi.off(\"reInit\", sync);\n };\n }, [emblaApi, sync]);\n\n useEffect(() => {\n emblaApi?.reInit();\n }, [emblaApi, items.length, slidesPerView]);\n\n function scrollPrev() {\n emblaApi?.scrollPrev();\n }\n\n function scrollNext() {\n emblaApi?.scrollNext();\n }\n\n function onKeyDown(event: KeyboardEvent<HTMLDivElement>) {\n const prevKey = orientation === \"vertical\" ? \"ArrowUp\" : \"ArrowLeft\";\n const nextKey = orientation === \"vertical\" ? \"ArrowDown\" : \"ArrowRight\";\n if (event.key === prevKey) {\n event.preventDefault();\n scrollPrev();\n } else if (event.key === nextKey) {\n event.preventDefault();\n scrollNext();\n }\n }\n\n const count = snapCount || Math.max(items.length, 1);\n const prevIcon = orientation === \"vertical\" ? \"ChevronUp\" : \"ChevronLeft\";\n const nextIcon = orientation === \"vertical\" ? \"ChevronDown\" : \"ChevronRight\";\n const perClass =\n slidesPerView === 2 ? styles.per2 : slidesPerView === 3 ? styles.per3 : slidesPerView === 4 ? styles.per4 : \"\";\n\n return (\n <div\n className={`${styles.root} ${styles[orientation]} ${perClass}`}\n role=\"region\"\n aria-roledescription=\"carousel\"\n aria-label={ariaLabel}\n tabIndex={0}\n onKeyDown={onKeyDown}\n >\n <div className={styles.stage}>\n <div className={styles.viewport} ref={viewportRef}>\n <div className={styles.track}>\n {items.map((item, i) => (\n <div\n key={i}\n className={styles.slide}\n role=\"group\"\n aria-roledescription=\"slide\"\n aria-label={`Slide ${i + 1} of ${items.length}`}\n >\n {item}\n </div>\n ))}\n </div>\n </div>\n {showControls ? (\n <>\n <div className={styles.prev}>\n <Button\n variant=\"secondary\"\n size=\"sm\"\n iconStart={prevIcon}\n ariaLabel=\"Previous slide\"\n disabled={!canScrollPrev}\n onClick={scrollPrev}\n />\n </div>\n <div className={styles.next}>\n <Button\n variant=\"secondary\"\n size=\"sm\"\n iconStart={nextIcon}\n ariaLabel=\"Next slide\"\n disabled={!canScrollNext}\n onClick={scrollNext}\n />\n </div>\n </>\n ) : null}\n </div>\n {showIndex ? (\n <p className={styles.index} aria-live=\"polite\">\n {`Slide ${index + 1} of ${count}`}\n </p>\n ) : null}\n </div>\n );\n}\n"],"mappings":";;;;;;;AAeA,SAAgB,EAAS,EACvB,UACA,iBAAc,cACd,UAAO,IACP,WAAQ,SACR,mBAAgB,GAChB,kBAAe,IACf,eAAY,IACZ,kBACA,eAAY,cACI;CAChB,IAAM,IAAe,SACZ;EACL,MAAO,MAAgB,aAAa,MAAM;EAC1C;EACA;CACF,IACA;EAAC;EAAa;EAAM;CAAK,CAC3B,GACM,CAAC,GAAa,KAAY,EAAiB,CAAY,GAEvD,CAAC,GAAe,KAAoB,EAAS,EAAK,GAClD,CAAC,GAAe,KAAoB,EAAS,EAAK,GAClD,CAAC,GAAO,KAAY,EAAS,CAAC,GAC9B,CAAC,GAAW,KAAgB,EAAS,KAAK,IAAI,EAAM,QAAQ,CAAC,CAAC,GAC9D,IAAmB,EAAO,CAAa;CAC7C,EAAiB,UAAU;CAE3B,IAAM,IAAO,QAAkB;EAC7B,IAAI,CAAC,GAAU;EACf,IAAM,IAAY,EAAS,mBAAmB;EAK9C,AAJA,EAAiB,EAAS,cAAc,CAAC,GACzC,EAAiB,EAAS,cAAc,CAAC,GACzC,EAAS,CAAS,GAClB,EAAa,EAAS,eAAe,CAAC,CAAC,MAAM,GAC7C,EAAiB,UAAU,CAAS;CACtC,GAAG,CAAC,CAAQ,CAAC;CAab,AAXA,QAAgB;EACT,OAIL,OAHA,EAAK,GACL,EAAS,GAAG,UAAU,CAAI,GAC1B,EAAS,GAAG,UAAU,CAAI,SACb;GAEX,AADA,EAAS,IAAI,UAAU,CAAI,GAC3B,EAAS,IAAI,UAAU,CAAI;EAC7B;CACF,GAAG,CAAC,GAAU,CAAI,CAAC,GAEnB,QAAgB;EACd,GAAU,OAAO;CACnB,GAAG;EAAC;EAAU,EAAM;EAAQ;CAAa,CAAC;CAE1C,SAAS,IAAa;EACpB,GAAU,WAAW;CACvB;CAEA,SAAS,IAAa;EACpB,GAAU,WAAW;CACvB;CAEA,SAAS,EAAU,GAAsC;EACvD,IAAM,IAAU,MAAgB,aAAa,YAAY,aACnD,IAAU,MAAgB,aAAa,cAAc;EAC3D,AAAI,EAAM,QAAQ,KAChB,EAAM,eAAe,GACrB,EAAW,KACF,EAAM,QAAQ,MACvB,EAAM,eAAe,GACrB,EAAW;CAEf;CAEA,IAAM,IAAQ,KAAa,KAAK,IAAI,EAAM,QAAQ,CAAC,GAC7C,IAAW,MAAgB,aAAa,cAAc,eACtD,IAAW,MAAgB,aAAa,gBAAgB,gBACxD,IACJ,MAAkB,IAAI,EAAO,OAAO,MAAkB,IAAI,EAAO,OAAO,MAAkB,IAAI,EAAO,OAAO;CAE9G,OACE,kBAAC,OAAD;EACE,WAAW,GAAG,EAAO,KAAK,GAAG,EAAO,GAAa,GAAG;EACpD,MAAK;EACL,wBAAqB;EACrB,cAAY;EACZ,UAAU;EACC;EANb,UAAA,CAQE,kBAAC,OAAD;GAAK,WAAW,EAAO;GAAvB,UAAA,CACE,kBAAC,OAAD;IAAK,WAAW,EAAO;IAAU,KAAK;IACpC,UAAA,kBAAC,OAAD;KAAK,WAAW,EAAO;KACpB,UAAA,EAAM,KAAK,GAAM,MAChB,kBAAC,OAAD;MAEE,WAAW,EAAO;MAClB,MAAK;MACL,wBAAqB;MACrB,cAAY,SAAS,IAAI,EAAE,MAAM,EAAM;MAEtC,UAAA;KACE,GAPE,CAOF,CACN;IACE,CAAA;GACF,CAAA,GACJ,IACC,kBAAA,GAAA,EAAA,UAAA,CACE,kBAAC,OAAD;IAAK,WAAW,EAAO;IACrB,UAAA,kBAAC,GAAD;KACE,SAAQ;KACR,MAAK;KACL,WAAW;KACX,WAAU;KACV,UAAU,CAAC;KACX,SAAS;IACV,CAAA;GACE,CAAA,GACL,kBAAC,OAAD;IAAK,WAAW,EAAO;IACrB,UAAA,kBAAC,GAAD;KACE,SAAQ;KACR,MAAK;KACL,WAAW;KACX,WAAU;KACV,UAAU,CAAC;KACX,SAAS;IACV,CAAA;GACE,CAAA,CACL,EAAA,CAAA,IACA,IACD;EACJ,CAAA,GAAA,IACC,kBAAC,KAAD;GAAG,WAAW,EAAO;GAAO,aAAU;GACnC,UAAA,SAAS,IAAQ,EAAE,MAAM;EACzB,CAAA,IACD,IACD;;AAET"}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_1mva0_1 {
|
|
2
2
|
width: 100%;
|
|
3
3
|
min-width: 0;
|
|
4
4
|
outline: none;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.
|
|
7
|
+
._root_1mva0_1:focus-visible {
|
|
8
8
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
9
9
|
outline-offset: var(--space-inset-2xs);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
13
|
-
.
|
|
12
|
+
._horizontal_1mva0_12,
|
|
13
|
+
._vertical_1mva0_13 {
|
|
14
14
|
min-width: 0;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
._stage_1mva0_17 {
|
|
18
18
|
position: relative;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
._viewport_1mva0_21 {
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._vertical_1mva0_13 ._viewport_1mva0_21 {
|
|
26
26
|
block-size: 12.5rem;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
._track_1mva0_29 {
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: stretch;
|
|
32
32
|
margin-inline-start: calc(-1 * var(--space-4));
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
._vertical_1mva0_13 ._track_1mva0_29 {
|
|
36
36
|
flex-direction: column;
|
|
37
37
|
height: 100%;
|
|
38
38
|
margin-inline-start: 0;
|
|
39
39
|
margin-block-start: calc(-1 * var(--space-4));
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
._slide_1mva0_42 {
|
|
43
43
|
display: flex;
|
|
44
44
|
flex-direction: column;
|
|
45
45
|
min-width: 0;
|
|
@@ -50,60 +50,60 @@
|
|
|
50
50
|
padding-inline-start: var(--space-4);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
._slide_1mva0_42 > * {
|
|
54
54
|
flex: 1 1 auto;
|
|
55
55
|
width: 100%;
|
|
56
56
|
min-width: 0;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
._vertical_1mva0_13 ._slide_1mva0_42 {
|
|
60
60
|
padding-inline-start: 0;
|
|
61
61
|
padding-block-start: var(--space-4);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
64
|
+
._per2_1mva0_64 ._slide_1mva0_42 {
|
|
65
65
|
flex-basis: 50%;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.
|
|
68
|
+
._per3_1mva0_68 ._slide_1mva0_42 {
|
|
69
69
|
flex-basis: calc(100% / 3);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
._per4_1mva0_72 ._slide_1mva0_42 {
|
|
73
73
|
flex-basis: 25%;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
77
|
-
.
|
|
76
|
+
._prev_1mva0_76,
|
|
77
|
+
._next_1mva0_77 {
|
|
78
78
|
position: absolute;
|
|
79
79
|
z-index: 1;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.
|
|
82
|
+
._horizontal_1mva0_12 ._prev_1mva0_76 {
|
|
83
83
|
inset-block-start: 50%;
|
|
84
84
|
inset-inline-start: calc(-1 * var(--space-12));
|
|
85
85
|
transform: translateY(-50%);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
._horizontal_1mva0_12 ._next_1mva0_77 {
|
|
89
89
|
inset-block-start: 50%;
|
|
90
90
|
inset-inline-end: calc(-1 * var(--space-12));
|
|
91
91
|
transform: translateY(-50%);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.
|
|
94
|
+
._vertical_1mva0_13 ._prev_1mva0_76 {
|
|
95
95
|
inset-block-start: calc(-1 * var(--space-12));
|
|
96
96
|
inset-inline-start: 50%;
|
|
97
97
|
transform: translateX(-50%);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
._vertical_1mva0_13 ._next_1mva0_77 {
|
|
101
101
|
inset-block-end: calc(-1 * var(--space-12));
|
|
102
102
|
inset-inline-start: 50%;
|
|
103
103
|
transform: translateX(-50%);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
._index_1mva0_106 {
|
|
107
107
|
margin: var(--space-3) 0 0;
|
|
108
108
|
text-align: center;
|
|
109
109
|
font-family: var(--font-sans);
|