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,16 +1,16 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_60d1x_1 {
|
|
2
2
|
display: grid;
|
|
3
3
|
gap: var(--space-2);
|
|
4
4
|
width: 100%;
|
|
5
5
|
min-width: 0;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
._circle_60d1x_8,
|
|
9
|
+
._semicircle_60d1x_9 {
|
|
10
10
|
width: fit-content;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
._meta_60d1x_13 {
|
|
14
14
|
display: flex;
|
|
15
15
|
align-items: baseline;
|
|
16
16
|
justify-content: space-between;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
min-width: 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
._label_60d1x_21 {
|
|
22
22
|
min-width: 0;
|
|
23
23
|
font-family: var(--font-sans);
|
|
24
24
|
font-size: var(--type-size-body-sm);
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
overflow-wrap: anywhere;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._value_60d1x_31 {
|
|
32
32
|
flex-shrink: 0;
|
|
33
33
|
font-family: var(--font-sans);
|
|
34
34
|
font-size: var(--type-size-caption);
|
|
@@ -37,78 +37,78 @@
|
|
|
37
37
|
color: var(--text-primary);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._track_60d1x_40 {
|
|
41
41
|
width: 100%;
|
|
42
42
|
overflow: hidden;
|
|
43
43
|
border-radius: var(--radius-pill);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
._brand_60d1x_46 ._track_60d1x_40 {
|
|
47
47
|
background-color: var(--fill-brand-subtle);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
._brand_60d1x_46 ._fill_60d1x_50 {
|
|
51
51
|
background-color: var(--fill-brand);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
._brand_60d1x_46 ._trackArc_60d1x_54 {
|
|
55
55
|
stroke: var(--fill-brand-subtle);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.
|
|
58
|
+
._brand_60d1x_46 ._valueArc_60d1x_58 {
|
|
59
59
|
stroke: var(--fill-brand);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
._danger_60d1x_62 ._track_60d1x_40 {
|
|
63
63
|
background-color: var(--fill-danger-subtle);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
._danger_60d1x_62 ._fill_60d1x_50 {
|
|
67
67
|
background-color: var(--fill-danger);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
._danger_60d1x_62 ._trackArc_60d1x_54 {
|
|
71
71
|
stroke: var(--fill-danger-subtle);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._danger_60d1x_62 ._valueArc_60d1x_58 {
|
|
75
75
|
stroke: var(--fill-danger);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
._muted_60d1x_78 ._track_60d1x_40 {
|
|
79
79
|
background-color: var(--fill-subtle);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.
|
|
82
|
+
._muted_60d1x_78 ._fill_60d1x_50 {
|
|
83
83
|
background-color: var(--fill-strong);
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
._muted_60d1x_78 ._trackArc_60d1x_54 {
|
|
87
87
|
stroke: var(--fill-subtle);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.
|
|
90
|
+
._muted_60d1x_78 ._valueArc_60d1x_58 {
|
|
91
91
|
stroke: var(--fill-strong);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.
|
|
94
|
+
._sm_60d1x_94 ._track_60d1x_40 {
|
|
95
95
|
height: var(--space-1);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
._md_60d1x_98 ._track_60d1x_40 {
|
|
99
99
|
height: var(--space-2);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
._lg_60d1x_102 ._track_60d1x_40 {
|
|
103
103
|
height: var(--space-3);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
._overlay_60d1x_106 ._track_60d1x_40 {
|
|
107
107
|
height: var(--space-5);
|
|
108
108
|
position: relative;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.
|
|
111
|
+
._overlayValue_60d1x_111 {
|
|
112
112
|
position: absolute;
|
|
113
113
|
left: 50%;
|
|
114
114
|
top: 50%;
|
|
@@ -126,59 +126,59 @@
|
|
|
126
126
|
white-space: nowrap;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.
|
|
129
|
+
._row_60d1x_129 {
|
|
130
130
|
display: flex;
|
|
131
131
|
align-items: center;
|
|
132
132
|
gap: var(--space-2);
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.
|
|
135
|
+
._row_60d1x_129 ._track_60d1x_40 {
|
|
136
136
|
flex: 1;
|
|
137
137
|
min-width: 0;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
.
|
|
140
|
+
._fill_60d1x_50 {
|
|
141
141
|
height: 100%;
|
|
142
142
|
border-radius: inherit;
|
|
143
143
|
transform-origin: left center;
|
|
144
|
-
animation:
|
|
144
|
+
animation: _progressLoad_60d1x_1 var(--motion-duration-400) var(--motion-ease-out) both;
|
|
145
145
|
transition: width var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
._meter_60d1x_148 {
|
|
149
149
|
position: relative;
|
|
150
150
|
width: var(--progress-size);
|
|
151
151
|
height: var(--progress-size);
|
|
152
152
|
overflow: hidden;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
._semicircle_60d1x_9 ._meter_60d1x_148 {
|
|
156
156
|
display: grid;
|
|
157
157
|
align-items: end; /* U sits in the bottom half */
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
._ring_60d1x_160 {
|
|
161
161
|
display: block;
|
|
162
162
|
overflow: hidden;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
._semicircle_60d1x_9 ._ring_60d1x_160 {
|
|
166
166
|
justify-self: stretch;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
170
|
-
.
|
|
169
|
+
._trackArc_60d1x_54,
|
|
170
|
+
._valueArc_60d1x_58 {
|
|
171
171
|
fill: none;
|
|
172
172
|
stroke-linecap: butt;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
._valueArc_60d1x_58 {
|
|
176
176
|
stroke-dashoffset: var(--progress-offset);
|
|
177
|
-
animation:
|
|
177
|
+
animation: _progressArcLoad_60d1x_1 var(--motion-duration-400) var(--motion-ease-out) both;
|
|
178
178
|
transition: stroke-dashoffset var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
.
|
|
181
|
+
._holeValue_60d1x_181 {
|
|
182
182
|
position: absolute;
|
|
183
183
|
left: 50%;
|
|
184
184
|
top: 50%;
|
|
@@ -193,13 +193,13 @@
|
|
|
193
193
|
white-space: nowrap;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.
|
|
196
|
+
._semicircle_60d1x_9 ._holeValue_60d1x_181 {
|
|
197
197
|
top: 50%;
|
|
198
198
|
transform: translate(-50%, 0);
|
|
199
199
|
padding-top: var(--space-2);
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
@keyframes
|
|
202
|
+
@keyframes _progressLoad_60d1x_1 {
|
|
203
203
|
from {
|
|
204
204
|
transform: scaleX(0);
|
|
205
205
|
}
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
@keyframes
|
|
211
|
+
@keyframes _progressArcLoad_60d1x_1 {
|
|
212
212
|
from {
|
|
213
213
|
stroke-dashoffset: var(--progress-c);
|
|
214
214
|
}
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
@media (prefers-reduced-motion: reduce) {
|
|
221
|
-
.
|
|
222
|
-
.
|
|
221
|
+
._fill_60d1x_50,
|
|
222
|
+
._valueArc_60d1x_58 {
|
|
223
223
|
animation: none;
|
|
224
224
|
transition: none;
|
|
225
225
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import "./Progress.module.css";
|
|
2
|
+
//#region ui/Progress/Progress.module.css
|
|
3
|
+
var e = "_root_60d1x_1", t = "_circle_60d1x_8", n = "_semicircle_60d1x_9", r = "_meta_60d1x_13", i = "_label_60d1x_21", a = "_value_60d1x_31", o = "_track_60d1x_40", s = "_brand_60d1x_46", c = "_fill_60d1x_50", l = "_trackArc_60d1x_54", u = "_valueArc_60d1x_58", d = "_danger_60d1x_62", f = "_muted_60d1x_78", p = "_sm_60d1x_94", m = "_md_60d1x_98", h = "_lg_60d1x_102", g = "_overlay_60d1x_106", _ = "_overlayValue_60d1x_111", v = "_row_60d1x_129", y = "_progressLoad_60d1x_1", b = "_meter_60d1x_148", x = "_ring_60d1x_160", S = "_progressArcLoad_60d1x_1", C = "_holeValue_60d1x_181", w = {
|
|
4
|
+
root: e,
|
|
5
|
+
circle: t,
|
|
6
|
+
semicircle: n,
|
|
7
|
+
meta: r,
|
|
8
|
+
label: i,
|
|
9
|
+
value: a,
|
|
10
|
+
track: o,
|
|
11
|
+
brand: s,
|
|
12
|
+
fill: c,
|
|
13
|
+
trackArc: l,
|
|
14
|
+
valueArc: u,
|
|
15
|
+
danger: d,
|
|
16
|
+
muted: f,
|
|
17
|
+
sm: p,
|
|
18
|
+
md: m,
|
|
19
|
+
lg: h,
|
|
20
|
+
overlay: g,
|
|
21
|
+
overlayValue: _,
|
|
22
|
+
row: v,
|
|
23
|
+
progressLoad: y,
|
|
24
|
+
meter: b,
|
|
25
|
+
ring: x,
|
|
26
|
+
progressArcLoad: S,
|
|
27
|
+
holeValue: C
|
|
28
|
+
};
|
|
29
|
+
//#endregion
|
|
30
|
+
export { s as brand, t as circle, d as danger, w as default, c as fill, C as holeValue, i as label, h as lg, m as md, r as meta, b as meter, f as muted, g as overlay, _ as overlayValue, S as progressArcLoad, y as progressLoad, x as ring, e as root, v as row, n as semicircle, p as sm, o as track, l as trackArc, a as value, u as valueArc };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=Progress.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.module.js","names":[],"sources":["../../../ui/Progress/Progress.module.css"],"sourcesContent":[".root {\n display: grid;\n gap: var(--space-2);\n width: 100%;\n min-width: 0;\n}\n\n.circle,\n.semicircle {\n width: fit-content;\n}\n\n.meta {\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n gap: var(--space-3);\n min-width: 0;\n}\n\n.label {\n min-width: 0;\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 color: var(--text-primary);\n overflow-wrap: anywhere;\n}\n\n.value {\n flex-shrink: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n line-height: var(--type-line-body);\n font-variant-numeric: tabular-nums;\n color: var(--text-primary);\n}\n\n.track {\n width: 100%;\n overflow: hidden;\n border-radius: var(--radius-pill);\n}\n\n.brand .track {\n background-color: var(--fill-brand-subtle);\n}\n\n.brand .fill {\n background-color: var(--fill-brand);\n}\n\n.brand .trackArc {\n stroke: var(--fill-brand-subtle);\n}\n\n.brand .valueArc {\n stroke: var(--fill-brand);\n}\n\n.danger .track {\n background-color: var(--fill-danger-subtle);\n}\n\n.danger .fill {\n background-color: var(--fill-danger);\n}\n\n.danger .trackArc {\n stroke: var(--fill-danger-subtle);\n}\n\n.danger .valueArc {\n stroke: var(--fill-danger);\n}\n\n.muted .track {\n background-color: var(--fill-subtle);\n}\n\n.muted .fill {\n background-color: var(--fill-strong);\n}\n\n.muted .trackArc {\n stroke: var(--fill-subtle);\n}\n\n.muted .valueArc {\n stroke: var(--fill-strong);\n}\n\n.sm .track {\n height: var(--space-1);\n}\n\n.md .track {\n height: var(--space-2);\n}\n\n.lg .track {\n height: var(--space-3);\n}\n\n.overlay .track {\n height: var(--space-5);\n position: relative;\n}\n\n.overlayValue {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n pointer-events: none;\n padding: 0 var(--space-1);\n border-radius: var(--radius-control-sm);\n background: var(--surface-card);\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n line-height: var(--type-line-body);\n font-variant-numeric: tabular-nums;\n color: var(--text-primary);\n white-space: nowrap;\n}\n\n.row {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n}\n\n.row .track {\n flex: 1;\n min-width: 0;\n}\n\n.fill {\n height: 100%;\n border-radius: inherit;\n transform-origin: left center;\n animation: progressLoad var(--motion-duration-400) var(--motion-ease-out) both;\n transition: width var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.meter {\n position: relative;\n width: var(--progress-size);\n height: var(--progress-size);\n overflow: hidden;\n}\n\n.semicircle .meter {\n display: grid;\n align-items: end; /* U sits in the bottom half */\n}\n\n.ring {\n display: block;\n overflow: hidden;\n}\n\n.semicircle .ring {\n justify-self: stretch;\n}\n\n.trackArc,\n.valueArc {\n fill: none;\n stroke-linecap: butt;\n}\n\n.valueArc {\n stroke-dashoffset: var(--progress-offset);\n animation: progressArcLoad var(--motion-duration-400) var(--motion-ease-out) both;\n transition: stroke-dashoffset var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.holeValue {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n pointer-events: none;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n line-height: var(--type-line-body);\n font-variant-numeric: tabular-nums;\n color: var(--text-primary);\n white-space: nowrap;\n}\n\n.semicircle .holeValue {\n top: 50%;\n transform: translate(-50%, 0);\n padding-top: var(--space-2);\n}\n\n@keyframes progressLoad {\n from {\n transform: scaleX(0);\n }\n to {\n transform: scaleX(1);\n }\n}\n\n@keyframes progressArcLoad {\n from {\n stroke-dashoffset: var(--progress-c);\n }\n to {\n stroke-dashoffset: var(--progress-offset);\n }\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fill,\n .valueArc {\n animation: none;\n transition: none;\n }\n}\n"],"mappings":""}
|
|
@@ -2,14 +2,13 @@ export type ProgressSize = "sm" | "md" | "lg";
|
|
|
2
2
|
export type ProgressValuePosition = "overlay" | "end";
|
|
3
3
|
export type ProgressTone = "brand" | "danger" | "muted";
|
|
4
4
|
export type ProgressShape = "bar" | "circle" | "semicircle";
|
|
5
|
-
|
|
6
5
|
export interface ProgressProps {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
value?: number;
|
|
7
|
+
size?: ProgressSize;
|
|
8
|
+
shape?: ProgressShape;
|
|
9
|
+
label?: string;
|
|
10
|
+
showValue?: boolean;
|
|
11
|
+
valuePosition?: ProgressValuePosition;
|
|
12
|
+
tone?: ProgressTone;
|
|
13
|
+
ariaLabel?: string;
|
|
15
14
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ProgressStepsProps } from './ProgressSteps.types';
|
|
2
|
+
export type { ProgressStepsItem, ProgressStepsOrientation, ProgressStepsProps, ProgressStepsSize, ProgressStepsStatus, } from './ProgressSteps.types';
|
|
3
|
+
export declare function ProgressSteps({ steps, current, orientation, size, ariaLabel, className, }: ProgressStepsProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import e from "./ProgressSteps.module.js";
|
|
2
|
+
import { Check as t, X as n } from "lucide-react";
|
|
3
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
4
|
+
//#region ui/ProgressSteps/ProgressSteps.tsx
|
|
5
|
+
var a = {
|
|
6
|
+
sm: 12,
|
|
7
|
+
md: 14
|
|
8
|
+
}, o = [
|
|
9
|
+
"complete",
|
|
10
|
+
"current",
|
|
11
|
+
"upcoming",
|
|
12
|
+
"error"
|
|
13
|
+
];
|
|
14
|
+
function s(e) {
|
|
15
|
+
return Number.isFinite(e) ? Math.max(0, Math.round(e)) : 0;
|
|
16
|
+
}
|
|
17
|
+
function c(e) {
|
|
18
|
+
return !!(e && o.includes(e));
|
|
19
|
+
}
|
|
20
|
+
function l(e, t, n) {
|
|
21
|
+
return c(e.status) ? e.status : t < n ? "complete" : t === n ? "current" : "upcoming";
|
|
22
|
+
}
|
|
23
|
+
function u(e) {
|
|
24
|
+
return e === "complete" ? "Completed" : e === "current" ? "Current" : e === "error" ? "Error" : "Upcoming";
|
|
25
|
+
}
|
|
26
|
+
function d({ steps: o, current: c = 0, orientation: d = "horizontal", size: f = "md", ariaLabel: p = "Progress", className: m = "" }) {
|
|
27
|
+
if (!o.length) return null;
|
|
28
|
+
let h = s(c), g = a[f], _ = o.map((e, t) => l(e, t, h));
|
|
29
|
+
return /* @__PURE__ */ r("nav", {
|
|
30
|
+
"aria-label": p,
|
|
31
|
+
className: `${e.root} ${e[d]} ${e[f]} ${m}`.trim(),
|
|
32
|
+
children: /* @__PURE__ */ r("ol", {
|
|
33
|
+
className: e.list,
|
|
34
|
+
children: o.map((a, s) => {
|
|
35
|
+
let c = _[s], l = s > 0 && _[s - 1] === "complete", f = c === "complete", p = `${e.line} ${e.lineStart} ${l ? e.lineComplete : ""}`.trim(), m = `${e.line} ${e.lineEnd} ${f ? e.lineComplete : ""}`.trim(), h = /* @__PURE__ */ r("span", {
|
|
36
|
+
className: e.marker,
|
|
37
|
+
children: c === "complete" ? /* @__PURE__ */ r(t, {
|
|
38
|
+
size: g,
|
|
39
|
+
strokeWidth: 2.5,
|
|
40
|
+
color: "currentColor",
|
|
41
|
+
"aria-hidden": !0
|
|
42
|
+
}) : c === "error" ? /* @__PURE__ */ r(n, {
|
|
43
|
+
size: g,
|
|
44
|
+
strokeWidth: 2.5,
|
|
45
|
+
color: "currentColor",
|
|
46
|
+
"aria-hidden": !0
|
|
47
|
+
}) : /* @__PURE__ */ r("span", {
|
|
48
|
+
className: e.number,
|
|
49
|
+
children: s + 1
|
|
50
|
+
})
|
|
51
|
+
});
|
|
52
|
+
return /* @__PURE__ */ i("li", {
|
|
53
|
+
className: `${e.step} ${e[c]}`,
|
|
54
|
+
"aria-current": c === "current" ? "step" : void 0,
|
|
55
|
+
children: [
|
|
56
|
+
/* @__PURE__ */ r("span", {
|
|
57
|
+
className: e.srOnly,
|
|
58
|
+
children: `${u(c)}, step ${s + 1} of ${o.length}`
|
|
59
|
+
}),
|
|
60
|
+
d === "horizontal" ? /* @__PURE__ */ i("div", {
|
|
61
|
+
className: e.markerRow,
|
|
62
|
+
"aria-hidden": "true",
|
|
63
|
+
children: [
|
|
64
|
+
/* @__PURE__ */ r("span", { className: p }),
|
|
65
|
+
h,
|
|
66
|
+
/* @__PURE__ */ r("span", { className: m })
|
|
67
|
+
]
|
|
68
|
+
}) : /* @__PURE__ */ i("span", {
|
|
69
|
+
className: e.rail,
|
|
70
|
+
"aria-hidden": "true",
|
|
71
|
+
children: [h, s < o.length - 1 ? /* @__PURE__ */ r("span", { className: m }) : null]
|
|
72
|
+
}),
|
|
73
|
+
/* @__PURE__ */ i("div", {
|
|
74
|
+
className: e.copy,
|
|
75
|
+
children: [/* @__PURE__ */ r("span", {
|
|
76
|
+
className: e.label,
|
|
77
|
+
children: a.label
|
|
78
|
+
}), a.description ? /* @__PURE__ */ r("span", {
|
|
79
|
+
className: e.description,
|
|
80
|
+
children: a.description
|
|
81
|
+
}) : null]
|
|
82
|
+
})
|
|
83
|
+
]
|
|
84
|
+
}, a.id);
|
|
85
|
+
})
|
|
86
|
+
})
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
//#endregion
|
|
90
|
+
export { d as ProgressSteps };
|
|
91
|
+
|
|
92
|
+
//# sourceMappingURL=ProgressSteps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressSteps.js","names":[],"sources":["../../../ui/ProgressSteps/ProgressSteps.tsx"],"sourcesContent":["import { Check, X } from \"lucide-react\";\nimport type { ProgressStepsItem, ProgressStepsProps, ProgressStepsStatus } from \"./ProgressSteps.types\";\nimport styles from \"./ProgressSteps.module.css\";\n\nexport type {\n ProgressStepsItem,\n ProgressStepsOrientation,\n ProgressStepsProps,\n ProgressStepsSize,\n ProgressStepsStatus,\n} from \"./ProgressSteps.types\";\n\nconst ICON_SIZE = { sm: 12, md: 14 } as const;\nconst STATUSES: readonly ProgressStepsStatus[] = [\"complete\", \"current\", \"upcoming\", \"error\"];\n\nfunction clampCurrent(value: number): number {\n if (!Number.isFinite(value)) return 0;\n return Math.max(0, Math.round(value));\n}\n\nfunction isStatus(value: ProgressStepsStatus | undefined): value is ProgressStepsStatus {\n return Boolean(value && STATUSES.includes(value));\n}\n\nfunction resolveStatus(step: ProgressStepsItem, index: number, current: number): ProgressStepsStatus {\n if (isStatus(step.status)) return step.status;\n if (index < current) return \"complete\";\n if (index === current) return \"current\";\n return \"upcoming\";\n}\n\nfunction statusPhrase(status: ProgressStepsStatus): string {\n if (status === \"complete\") return \"Completed\";\n if (status === \"current\") return \"Current\";\n if (status === \"error\") return \"Error\";\n return \"Upcoming\";\n}\n\nexport function ProgressSteps({\n steps,\n current = 0,\n orientation = \"horizontal\",\n size = \"md\",\n ariaLabel = \"Progress\",\n className = \"\",\n}: ProgressStepsProps) {\n if (!steps.length) return null;\n\n const currentIndex = clampCurrent(current);\n const iconPx = ICON_SIZE[size];\n const statuses = steps.map((step, index) => resolveStatus(step, index, currentIndex));\n\n return (\n <nav aria-label={ariaLabel} className={`${styles.root} ${styles[orientation]} ${styles[size]} ${className}`.trim()}>\n <ol className={styles.list}>\n {steps.map((step, index) => {\n const status = statuses[index];\n const prevComplete = index > 0 && statuses[index - 1] === \"complete\";\n const thisComplete = status === \"complete\";\n const lineStartClass = `${styles.line} ${styles.lineStart} ${prevComplete ? styles.lineComplete : \"\"}`.trim();\n const lineEndClass = `${styles.line} ${styles.lineEnd} ${thisComplete ? styles.lineComplete : \"\"}`.trim();\n const marker = (\n <span className={styles.marker}>\n {status === \"complete\" ? (\n <Check size={iconPx} strokeWidth={2.5} color=\"currentColor\" aria-hidden />\n ) : status === \"error\" ? (\n <X size={iconPx} strokeWidth={2.5} color=\"currentColor\" aria-hidden />\n ) : (\n <span className={styles.number}>{index + 1}</span>\n )}\n </span>\n );\n\n return (\n <li\n key={step.id}\n className={`${styles.step} ${styles[status]}`}\n aria-current={status === \"current\" ? \"step\" : undefined}\n >\n <span className={styles.srOnly}>\n {`${statusPhrase(status)}, step ${index + 1} of ${steps.length}`}\n </span>\n {orientation === \"horizontal\" ? (\n <div className={styles.markerRow} aria-hidden=\"true\">\n <span className={lineStartClass} />\n {marker}\n <span className={lineEndClass} />\n </div>\n ) : (\n <span className={styles.rail} aria-hidden=\"true\">\n {marker}\n {index < steps.length - 1 ? <span className={lineEndClass} /> : null}\n </span>\n )}\n <div className={styles.copy}>\n <span className={styles.label}>{step.label}</span>\n {step.description ? <span className={styles.description}>{step.description}</span> : null}\n </div>\n </li>\n );\n })}\n </ol>\n </nav>\n );\n}\n"],"mappings":";;;;AAYA,IAAM,IAAY;CAAE,IAAI;CAAI,IAAI;AAAG,GAC7B,IAA2C;CAAC;CAAY;CAAW;CAAY;AAAO;AAE5F,SAAS,EAAa,GAAuB;CAE3C,OADK,OAAO,SAAS,CAAK,IACnB,KAAK,IAAI,GAAG,KAAK,MAAM,CAAK,CAAC,IADA;AAEtC;AAEA,SAAS,EAAS,GAAsE;CACtF,OAAO,GAAQ,KAAS,EAAS,SAAS,CAAK;AACjD;AAEA,SAAS,EAAc,GAAyB,GAAe,GAAsC;CAInG,OAHI,EAAS,EAAK,MAAM,IAAU,EAAK,SACnC,IAAQ,IAAgB,aACxB,MAAU,IAAgB,YACvB;AACT;AAEA,SAAS,EAAa,GAAqC;CAIzD,OAHI,MAAW,aAAmB,cAC9B,MAAW,YAAkB,YAC7B,MAAW,UAAgB,UACxB;AACT;AAEA,SAAgB,EAAc,EAC5B,UACA,aAAU,GACV,iBAAc,cACd,UAAO,MACP,eAAY,YACZ,eAAY,MACS;CACrB,IAAI,CAAC,EAAM,QAAQ,OAAO;CAE1B,IAAM,IAAe,EAAa,CAAO,GACnC,IAAS,EAAU,IACnB,IAAW,EAAM,KAAK,GAAM,MAAU,EAAc,GAAM,GAAO,CAAY,CAAC;CAEpF,OACE,kBAAC,OAAD;EAAK,cAAY;EAAW,WAAW,GAAG,EAAO,KAAK,GAAG,EAAO,GAAa,GAAG,EAAO,GAAM,GAAG,IAAY,KAAK;EAC/G,UAAA,kBAAC,MAAD;GAAI,WAAW,EAAO;GACnB,UAAA,EAAM,KAAK,GAAM,MAAU;IAC1B,IAAM,IAAS,EAAS,IAClB,IAAe,IAAQ,KAAK,EAAS,IAAQ,OAAO,YACpD,IAAe,MAAW,YAC1B,IAAiB,GAAG,EAAO,KAAK,GAAG,EAAO,UAAU,GAAG,IAAe,EAAO,eAAe,KAAK,KAAK,GACtG,IAAe,GAAG,EAAO,KAAK,GAAG,EAAO,QAAQ,GAAG,IAAe,EAAO,eAAe,KAAK,KAAK,GAClG,IACJ,kBAAC,QAAD;KAAM,WAAW,EAAO;KACrB,UAAA,MAAW,aACV,kBAAC,GAAD;MAAO,MAAM;MAAQ,aAAa;MAAK,OAAM;MAAe,eAAA;KAAa,CAAA,IACvE,MAAW,UACb,kBAAC,GAAD;MAAG,MAAM;MAAQ,aAAa;MAAK,OAAM;MAAe,eAAA;KAAa,CAAA,IAErE,kBAAC,QAAD;MAAM,WAAW,EAAO;MAAS,UAAA,IAAQ;KAAQ,CAAA;IAE/C,CAAA;IAGR,OACE,kBAAC,MAAD;KAEE,WAAW,GAAG,EAAO,KAAK,GAAG,EAAO;KACpC,gBAAc,MAAW,YAAY,SAAS,KAAA;KAHhD,UAAA;MAKE,kBAAC,QAAD;OAAM,WAAW,EAAO;OACrB,UAAA,GAAG,EAAa,CAAM,EAAE,SAAS,IAAQ,EAAE,MAAM,EAAM;MACpD,CAAA;MACL,MAAgB,eACf,kBAAC,OAAD;OAAK,WAAW,EAAO;OAAW,eAAY;OAA9C,UAAA;QACE,kBAAC,QAAD,EAAM,WAAW,EAAiB,CAAA;QACjC;QACD,kBAAC,QAAD,EAAM,WAAW,EAAe,CAAA;OAC7B;MAEL,CAAA,IAAA,kBAAC,QAAD;OAAM,WAAW,EAAO;OAAM,eAAY;OAA1C,UAAA,CACG,GACA,IAAQ,EAAM,SAAS,IAAI,kBAAC,QAAD,EAAM,WAAW,EAAe,CAAA,IAAI,IAC5D;;MAER,kBAAC,OAAD;OAAK,WAAW,EAAO;OAAvB,UAAA,CACE,kBAAC,QAAD;QAAM,WAAW,EAAO;QAAQ,UAAA,EAAK;OAAY,CAAA,GAChD,EAAK,cAAc,kBAAC,QAAD;QAAM,WAAW,EAAO;QAAc,UAAA,EAAK;OAAkB,CAAA,IAAI,IAClF;;KACH;IAvBG,GAAA,EAAK,EAuBR;GAER,CAAC;EACC,CAAA;CACD,CAAA;AAET"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_ootv2_1 {
|
|
2
2
|
width: 100%;
|
|
3
3
|
min-width: 0;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
._list_ootv2_6 {
|
|
7
7
|
display: flex;
|
|
8
8
|
width: 100%;
|
|
9
9
|
margin: 0;
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
list-style: none;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
._horizontal_ootv2_14 ._list_ootv2_6 {
|
|
15
15
|
align-items: flex-start;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._vertical_ootv2_18 ._list_ootv2_6 {
|
|
19
19
|
display: grid;
|
|
20
20
|
width: 100%;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
._step_ootv2_23 {
|
|
24
24
|
position: relative;
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: column;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
min-width: 0;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
._vertical_ootv2_18 ._step_ootv2_23 {
|
|
33
33
|
display: grid;
|
|
34
34
|
grid-template-columns: auto minmax(0, 1fr);
|
|
35
35
|
column-gap: var(--space-4);
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
flex: none;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._markerRow_ootv2_40 {
|
|
41
41
|
display: flex;
|
|
42
42
|
align-items: center;
|
|
43
43
|
width: 100%;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
._rail_ootv2_46 {
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
align-items: center;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
._line_ootv2_52 {
|
|
53
53
|
flex: 1;
|
|
54
54
|
min-width: var(--space-2);
|
|
55
55
|
height: var(--border-width-medium);
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
transition: background-color var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.
|
|
60
|
+
._lineComplete_ootv2_60 {
|
|
61
61
|
background: var(--fill-strong);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
65
|
-
.
|
|
64
|
+
._horizontal_ootv2_14 ._step_ootv2_23:first-child ._lineStart_ootv2_64,
|
|
65
|
+
._horizontal_ootv2_14 ._step_ootv2_23:last-child ._lineEnd_ootv2_65 {
|
|
66
66
|
visibility: hidden;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._vertical_ootv2_18 ._line_ootv2_52 {
|
|
70
70
|
width: var(--border-width-medium);
|
|
71
71
|
min-width: 0;
|
|
72
72
|
min-height: var(--space-6);
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
margin-block: var(--space-1);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.
|
|
77
|
+
._marker_ootv2_40 {
|
|
78
78
|
display: flex;
|
|
79
79
|
align-items: center;
|
|
80
80
|
justify-content: center;
|
|
@@ -92,49 +92,49 @@
|
|
|
92
92
|
box-shadow var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
._sm_ootv2_95 ._marker_ootv2_40 {
|
|
96
96
|
width: var(--space-6);
|
|
97
97
|
height: var(--space-6);
|
|
98
98
|
font-size: var(--type-size-caption);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.
|
|
101
|
+
._md_ootv2_101 ._marker_ootv2_40 {
|
|
102
102
|
width: var(--space-8);
|
|
103
103
|
height: var(--space-8);
|
|
104
104
|
font-size: var(--type-size-body-sm);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.
|
|
107
|
+
._complete_ootv2_107 ._marker_ootv2_40 {
|
|
108
108
|
border: var(--border-width-medium) solid var(--fill-strong);
|
|
109
109
|
background: var(--fill-strong);
|
|
110
110
|
color: var(--icon-inverse);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
._current_ootv2_113 ._marker_ootv2_40 {
|
|
114
114
|
border: var(--border-width-medium) solid var(--border-brand);
|
|
115
115
|
background: var(--surface-card);
|
|
116
116
|
color: var(--text-brand);
|
|
117
117
|
box-shadow: 0 0 0 var(--space-1) var(--fill-brand-subtle);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
._upcoming_ootv2_120 ._marker_ootv2_40 {
|
|
121
121
|
border: var(--border-width-thin) solid var(--border-strong);
|
|
122
122
|
background: var(--surface-card);
|
|
123
123
|
color: var(--text-muted);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
._error_ootv2_126 ._marker_ootv2_40 {
|
|
127
127
|
border: var(--border-width-medium) solid var(--fill-danger);
|
|
128
128
|
background: var(--fill-danger);
|
|
129
129
|
color: var(--icon-inverse);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.
|
|
132
|
+
._number_ootv2_132 {
|
|
133
133
|
font: inherit;
|
|
134
134
|
color: inherit;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
._copy_ootv2_137 {
|
|
138
138
|
display: grid;
|
|
139
139
|
gap: var(--space-1);
|
|
140
140
|
margin-top: var(--space-3);
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
text-align: center;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.
|
|
147
|
+
._vertical_ootv2_18 ._copy_ootv2_137 {
|
|
148
148
|
margin-top: 0;
|
|
149
149
|
padding-inline: 0;
|
|
150
150
|
padding-block-end: var(--space-6);
|
|
@@ -152,11 +152,11 @@
|
|
|
152
152
|
align-self: start;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
._vertical_ootv2_18 ._step_ootv2_23:last-child ._copy_ootv2_137 {
|
|
156
156
|
padding-block-end: 0;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.
|
|
159
|
+
._label_ootv2_159 {
|
|
160
160
|
font-family: var(--font-sans);
|
|
161
161
|
font-size: var(--type-size-label);
|
|
162
162
|
font-weight: var(--type-weight-label);
|
|
@@ -165,19 +165,19 @@
|
|
|
165
165
|
overflow-wrap: anywhere;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
._sm_ootv2_95 ._label_ootv2_159 {
|
|
169
169
|
font-size: var(--type-size-caption);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
.
|
|
172
|
+
._upcoming_ootv2_120 ._label_ootv2_159 {
|
|
173
173
|
color: var(--text-secondary);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.
|
|
176
|
+
._error_ootv2_126 ._label_ootv2_159 {
|
|
177
177
|
color: var(--text-danger);
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.
|
|
180
|
+
._description_ootv2_180 {
|
|
181
181
|
font-family: var(--font-sans);
|
|
182
182
|
font-size: var(--type-size-caption);
|
|
183
183
|
font-weight: var(--type-weight-body);
|
|
@@ -186,11 +186,11 @@
|
|
|
186
186
|
overflow-wrap: anywhere;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.
|
|
189
|
+
._upcoming_ootv2_120 ._description_ootv2_180 {
|
|
190
190
|
color: var(--text-muted);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
._srOnly_ootv2_193 {
|
|
194
194
|
position: absolute;
|
|
195
195
|
width: 1px;
|
|
196
196
|
height: 1px;
|
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
@media (prefers-reduced-motion: reduce) {
|
|
206
|
-
.
|
|
207
|
-
.
|
|
206
|
+
._line_ootv2_52,
|
|
207
|
+
._marker_ootv2_40 {
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import "./ProgressSteps.module.css";
|
|
2
|
+
//#region ui/ProgressSteps/ProgressSteps.module.css
|
|
3
|
+
var e = "_root_ootv2_1", t = "_list_ootv2_6", n = "_horizontal_ootv2_14", r = "_vertical_ootv2_18", i = "_step_ootv2_23", a = "_markerRow_ootv2_40", o = "_rail_ootv2_46", s = "_line_ootv2_52", c = "_lineComplete_ootv2_60", l = "_lineStart_ootv2_64", u = "_lineEnd_ootv2_65", d = "_marker_ootv2_40", f = "_sm_ootv2_95", p = "_md_ootv2_101", m = "_complete_ootv2_107", h = "_current_ootv2_113", g = "_upcoming_ootv2_120", _ = "_error_ootv2_126", v = "_number_ootv2_132", y = "_copy_ootv2_137", b = "_label_ootv2_159", x = "_description_ootv2_180", S = "_srOnly_ootv2_193", C = {
|
|
4
|
+
root: e,
|
|
5
|
+
list: t,
|
|
6
|
+
horizontal: n,
|
|
7
|
+
vertical: r,
|
|
8
|
+
step: i,
|
|
9
|
+
markerRow: a,
|
|
10
|
+
rail: o,
|
|
11
|
+
line: s,
|
|
12
|
+
lineComplete: c,
|
|
13
|
+
lineStart: l,
|
|
14
|
+
lineEnd: u,
|
|
15
|
+
marker: d,
|
|
16
|
+
sm: f,
|
|
17
|
+
md: p,
|
|
18
|
+
complete: m,
|
|
19
|
+
current: h,
|
|
20
|
+
upcoming: g,
|
|
21
|
+
error: _,
|
|
22
|
+
number: v,
|
|
23
|
+
copy: y,
|
|
24
|
+
label: b,
|
|
25
|
+
description: x,
|
|
26
|
+
srOnly: S
|
|
27
|
+
};
|
|
28
|
+
//#endregion
|
|
29
|
+
export { m as complete, y as copy, h as current, C as default, x as description, _ as error, n as horizontal, b as label, s as line, c as lineComplete, u as lineEnd, l as lineStart, t as list, d as marker, a as markerRow, p as md, v as number, o as rail, e as root, f as sm, S as srOnly, i as step, g as upcoming, r as vertical };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=ProgressSteps.module.js.map
|