@situaction/traquiste-mobile 1.0.0 → 1.1.0-next.1
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 +61 -90
- package/build/components/AssociationTag/AssociationTag.d.ts +19 -0
- package/build/components/AssociationTag/AssociationTag.d.ts.map +1 -0
- package/build/components/AssociationTag/AssociationTag.js +29 -0
- package/build/components/AssociationTag/AssociationTag.js.map +1 -0
- package/build/components/AssociationTag/AssociationTag.styles.d.ts +21 -0
- package/build/components/AssociationTag/AssociationTag.styles.d.ts.map +1 -0
- package/build/components/AssociationTag/AssociationTag.styles.js +26 -0
- package/build/components/AssociationTag/AssociationTag.styles.js.map +1 -0
- package/build/components/AssociationTag/index.d.ts +3 -0
- package/build/components/AssociationTag/index.d.ts.map +1 -0
- package/build/components/AssociationTag/index.js +2 -0
- package/build/components/AssociationTag/index.js.map +1 -0
- package/build/components/BottomSheet/BottomSheet.d.ts +36 -0
- package/build/components/BottomSheet/BottomSheet.d.ts.map +1 -0
- package/build/components/BottomSheet/BottomSheet.js +76 -0
- package/build/components/BottomSheet/BottomSheet.js.map +1 -0
- package/build/components/BottomSheet/BottomSheet.styles.d.ts +32 -0
- package/build/components/BottomSheet/BottomSheet.styles.d.ts.map +1 -0
- package/build/components/BottomSheet/BottomSheet.styles.js +31 -0
- package/build/components/BottomSheet/BottomSheet.styles.js.map +1 -0
- package/build/components/BottomSheet/index.d.ts +3 -0
- package/build/components/BottomSheet/index.d.ts.map +1 -0
- package/build/components/BottomSheet/index.js +2 -0
- package/build/components/BottomSheet/index.js.map +1 -0
- package/build/components/Button/Button.d.ts +5 -1
- package/build/components/Button/Button.d.ts.map +1 -1
- package/build/components/Button/Button.js +12 -6
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/ButtonAction/ButtonAction.d.ts +5 -1
- package/build/components/ButtonAction/ButtonAction.d.ts.map +1 -1
- package/build/components/ButtonAction/ButtonAction.js +2 -2
- package/build/components/ButtonAction/ButtonAction.js.map +1 -1
- package/build/components/ButtonMap/ButtonMap.d.ts +5 -1
- package/build/components/ButtonMap/ButtonMap.d.ts.map +1 -1
- package/build/components/ButtonMap/ButtonMap.js +11 -9
- package/build/components/ButtonMap/ButtonMap.js.map +1 -1
- package/build/components/ButtonMenu/ButtonMenu.d.ts +5 -1
- package/build/components/ButtonMenu/ButtonMenu.d.ts.map +1 -1
- package/build/components/ButtonMenu/ButtonMenu.js +17 -17
- package/build/components/ButtonMenu/ButtonMenu.js.map +1 -1
- package/build/components/Calendar/Calendar.d.ts +4 -0
- package/build/components/Calendar/Calendar.d.ts.map +1 -0
- package/build/components/Calendar/Calendar.i18n.d.ts +34 -0
- package/build/components/Calendar/Calendar.i18n.d.ts.map +1 -0
- package/build/components/Calendar/Calendar.i18n.js +34 -0
- package/build/components/Calendar/Calendar.i18n.js.map +1 -0
- package/build/components/Calendar/Calendar.js +172 -0
- package/build/components/Calendar/Calendar.js.map +1 -0
- package/build/components/Calendar/Calendar.styles.d.ts +257 -0
- package/build/components/Calendar/Calendar.styles.d.ts.map +1 -0
- package/build/components/Calendar/Calendar.styles.js +234 -0
- package/build/components/Calendar/Calendar.styles.js.map +1 -0
- package/build/components/Calendar/Calendar.types.d.ts +62 -0
- package/build/components/Calendar/Calendar.types.d.ts.map +1 -0
- package/build/components/Calendar/Calendar.types.js +2 -0
- package/build/components/Calendar/Calendar.types.js.map +1 -0
- package/build/components/Calendar/CalendarDay.d.ts +4 -0
- package/build/components/Calendar/CalendarDay.d.ts.map +1 -0
- package/build/components/Calendar/CalendarDay.js +52 -0
- package/build/components/Calendar/CalendarDay.js.map +1 -0
- package/build/components/Calendar/CalendarHeader.d.ts +4 -0
- package/build/components/Calendar/CalendarHeader.d.ts.map +1 -0
- package/build/components/Calendar/CalendarHeader.js +16 -0
- package/build/components/Calendar/CalendarHeader.js.map +1 -0
- package/build/components/Calendar/CalendarLegend.d.ts +3 -0
- package/build/components/Calendar/CalendarLegend.d.ts.map +1 -0
- package/build/components/Calendar/CalendarLegend.js +38 -0
- package/build/components/Calendar/CalendarLegend.js.map +1 -0
- package/build/components/Calendar/CalendarYearPicker.d.ts +19 -0
- package/build/components/Calendar/CalendarYearPicker.d.ts.map +1 -0
- package/build/components/Calendar/CalendarYearPicker.js +158 -0
- package/build/components/Calendar/CalendarYearPicker.js.map +1 -0
- package/build/components/Calendar/index.d.ts +5 -0
- package/build/components/Calendar/index.d.ts.map +1 -0
- package/build/components/Calendar/index.js +3 -0
- package/build/components/Calendar/index.js.map +1 -0
- package/build/components/Card/Card.d.ts +25 -0
- package/build/components/Card/Card.d.ts.map +1 -0
- package/build/components/Card/Card.js +31 -0
- package/build/components/Card/Card.js.map +1 -0
- package/build/components/Card/Card.styles.d.ts +15 -0
- package/build/components/Card/Card.styles.d.ts.map +1 -0
- package/build/components/Card/Card.styles.js +18 -0
- package/build/components/Card/Card.styles.js.map +1 -0
- package/build/components/Card/index.d.ts +3 -0
- package/build/components/Card/index.d.ts.map +1 -0
- package/build/components/Card/index.js +2 -0
- package/build/components/Card/index.js.map +1 -0
- package/build/components/CardEquip/CardEquip.d.ts +60 -0
- package/build/components/CardEquip/CardEquip.d.ts.map +1 -0
- package/build/components/CardEquip/CardEquip.js +106 -0
- package/build/components/CardEquip/CardEquip.js.map +1 -0
- package/build/components/CardEquip/CardEquip.styles.d.ts +125 -0
- package/build/components/CardEquip/CardEquip.styles.d.ts.map +1 -0
- package/build/components/CardEquip/CardEquip.styles.js +139 -0
- package/build/components/CardEquip/CardEquip.styles.js.map +1 -0
- package/build/components/CardEquip/index.d.ts +3 -0
- package/build/components/CardEquip/index.d.ts.map +1 -0
- package/build/components/CardEquip/index.js +2 -0
- package/build/components/CardEquip/index.js.map +1 -0
- package/build/components/CardProfile/CardProfile.d.ts +55 -0
- package/build/components/CardProfile/CardProfile.d.ts.map +1 -0
- package/build/components/CardProfile/CardProfile.js +74 -0
- package/build/components/CardProfile/CardProfile.js.map +1 -0
- package/build/components/CardProfile/CardProfile.styles.d.ts +62 -0
- package/build/components/CardProfile/CardProfile.styles.d.ts.map +1 -0
- package/build/components/CardProfile/CardProfile.styles.js +65 -0
- package/build/components/CardProfile/CardProfile.styles.js.map +1 -0
- package/build/components/CardProfile/index.d.ts +3 -0
- package/build/components/CardProfile/index.d.ts.map +1 -0
- package/build/components/CardProfile/index.js +2 -0
- package/build/components/CardProfile/index.js.map +1 -0
- package/build/components/Checkbox/Checkbox.d.ts +28 -0
- package/build/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/build/components/Checkbox/Checkbox.js +77 -0
- package/build/components/Checkbox/Checkbox.js.map +1 -0
- package/build/components/Checkbox/Checkbox.styles.d.ts +34 -0
- package/build/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
- package/build/components/Checkbox/Checkbox.styles.js +39 -0
- package/build/components/Checkbox/Checkbox.styles.js.map +1 -0
- package/build/components/Checkbox/Checkbox.types.d.ts +25 -0
- package/build/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/build/components/Checkbox/Checkbox.types.js +5 -0
- package/build/components/Checkbox/Checkbox.types.js.map +1 -0
- package/build/components/Checkbox/index.d.ts +3 -0
- package/build/components/Checkbox/index.d.ts.map +1 -0
- package/build/components/Checkbox/index.js +2 -0
- package/build/components/Checkbox/index.js.map +1 -0
- package/build/components/Cluster/Cluster.d.ts +23 -0
- package/build/components/Cluster/Cluster.d.ts.map +1 -0
- package/build/components/Cluster/Cluster.js +34 -0
- package/build/components/Cluster/Cluster.js.map +1 -0
- package/build/components/Cluster/Cluster.styles.d.ts +33 -0
- package/build/components/Cluster/Cluster.styles.d.ts.map +1 -0
- package/build/components/Cluster/Cluster.styles.js +34 -0
- package/build/components/Cluster/Cluster.styles.js.map +1 -0
- package/build/components/Cluster/index.d.ts +3 -0
- package/build/components/Cluster/index.d.ts.map +1 -0
- package/build/components/Cluster/index.js +2 -0
- package/build/components/Cluster/index.js.map +1 -0
- package/build/components/ColorPicker/ColorPicker.d.ts +20 -0
- package/build/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/build/components/ColorPicker/ColorPicker.js +17 -0
- package/build/components/ColorPicker/ColorPicker.js.map +1 -0
- package/build/components/ColorPicker/ColorPicker.styles.d.ts +10 -0
- package/build/components/ColorPicker/ColorPicker.styles.d.ts.map +1 -0
- package/build/components/ColorPicker/ColorPicker.styles.js +11 -0
- package/build/components/ColorPicker/ColorPicker.styles.js.map +1 -0
- package/build/components/ColorPicker/index.d.ts +3 -0
- package/build/components/ColorPicker/index.d.ts.map +1 -0
- package/build/components/ColorPicker/index.js +2 -0
- package/build/components/ColorPicker/index.js.map +1 -0
- package/build/components/ColorSwatch/ColorSwatch.d.ts +20 -0
- package/build/components/ColorSwatch/ColorSwatch.d.ts.map +1 -0
- package/build/components/ColorSwatch/ColorSwatch.js +35 -0
- package/build/components/ColorSwatch/ColorSwatch.js.map +1 -0
- package/build/components/ColorSwatch/ColorSwatch.styles.d.ts +16 -0
- package/build/components/ColorSwatch/ColorSwatch.styles.d.ts.map +1 -0
- package/build/components/ColorSwatch/ColorSwatch.styles.js +19 -0
- package/build/components/ColorSwatch/ColorSwatch.styles.js.map +1 -0
- package/build/components/ColorSwatch/index.d.ts +3 -0
- package/build/components/ColorSwatch/index.d.ts.map +1 -0
- package/build/components/ColorSwatch/index.js +2 -0
- package/build/components/ColorSwatch/index.js.map +1 -0
- package/build/components/FileCard/FileCard.d.ts +29 -0
- package/build/components/FileCard/FileCard.d.ts.map +1 -0
- package/build/components/FileCard/FileCard.js +66 -0
- package/build/components/FileCard/FileCard.js.map +1 -0
- package/build/components/FileCard/FileCard.styles.d.ts +54 -0
- package/build/components/FileCard/FileCard.styles.d.ts.map +1 -0
- package/build/components/FileCard/FileCard.styles.js +56 -0
- package/build/components/FileCard/FileCard.styles.js.map +1 -0
- package/build/components/FileCard/index.d.ts +3 -0
- package/build/components/FileCard/index.d.ts.map +1 -0
- package/build/components/FileCard/index.js +2 -0
- package/build/components/FileCard/index.js.map +1 -0
- package/build/components/FilterChip/FilterChip.d.ts +5 -1
- package/build/components/FilterChip/FilterChip.d.ts.map +1 -1
- package/build/components/FilterChip/FilterChip.js +55 -25
- package/build/components/FilterChip/FilterChip.js.map +1 -1
- package/build/components/FilterNav/FilterNav.d.ts +53 -0
- package/build/components/FilterNav/FilterNav.d.ts.map +1 -0
- package/build/components/FilterNav/FilterNav.js +39 -0
- package/build/components/FilterNav/FilterNav.js.map +1 -0
- package/build/components/FilterNav/FilterNav.styles.d.ts +10 -0
- package/build/components/FilterNav/FilterNav.styles.d.ts.map +1 -0
- package/build/components/FilterNav/FilterNav.styles.js +11 -0
- package/build/components/FilterNav/FilterNav.styles.js.map +1 -0
- package/build/components/FilterNav/index.d.ts +3 -0
- package/build/components/FilterNav/index.d.ts.map +1 -0
- package/build/components/FilterNav/index.js +2 -0
- package/build/components/FilterNav/index.js.map +1 -0
- package/build/components/ImgPicker/ImgPicker.d.ts +47 -0
- package/build/components/ImgPicker/ImgPicker.d.ts.map +1 -0
- package/build/components/ImgPicker/ImgPicker.js +49 -0
- package/build/components/ImgPicker/ImgPicker.js.map +1 -0
- package/build/components/ImgPicker/ImgPicker.styles.d.ts +18 -0
- package/build/components/ImgPicker/ImgPicker.styles.d.ts.map +1 -0
- package/build/components/ImgPicker/ImgPicker.styles.js +19 -0
- package/build/components/ImgPicker/ImgPicker.styles.js.map +1 -0
- package/build/components/ImgPicker/index.d.ts +3 -0
- package/build/components/ImgPicker/index.d.ts.map +1 -0
- package/build/components/ImgPicker/index.js +2 -0
- package/build/components/ImgPicker/index.js.map +1 -0
- package/build/components/InlineInfo/InlineInfo.d.ts +60 -0
- package/build/components/InlineInfo/InlineInfo.d.ts.map +1 -0
- package/build/components/InlineInfo/InlineInfo.js +115 -0
- package/build/components/InlineInfo/InlineInfo.js.map +1 -0
- package/build/components/InlineInfo/InlineInfo.styles.d.ts +42 -0
- package/build/components/InlineInfo/InlineInfo.styles.d.ts.map +1 -0
- package/build/components/InlineInfo/InlineInfo.styles.js +50 -0
- package/build/components/InlineInfo/InlineInfo.styles.js.map +1 -0
- package/build/components/InlineInfo/index.d.ts +3 -0
- package/build/components/InlineInfo/index.d.ts.map +1 -0
- package/build/components/InlineInfo/index.js +2 -0
- package/build/components/InlineInfo/index.js.map +1 -0
- package/build/components/Input/Input.d.ts +57 -0
- package/build/components/Input/Input.d.ts.map +1 -0
- package/build/components/Input/Input.js +103 -0
- package/build/components/Input/Input.js.map +1 -0
- package/build/components/Input/Input.styles.d.ts +39 -0
- package/build/components/Input/Input.styles.d.ts.map +1 -0
- package/build/components/Input/Input.styles.js +40 -0
- package/build/components/Input/Input.styles.js.map +1 -0
- package/build/components/Input/index.d.ts +3 -0
- package/build/components/Input/index.d.ts.map +1 -0
- package/build/components/Input/index.js +2 -0
- package/build/components/Input/index.js.map +1 -0
- package/build/components/ListGroup/ListGroup.d.ts +24 -0
- package/build/components/ListGroup/ListGroup.d.ts.map +1 -0
- package/build/components/ListGroup/ListGroup.js +44 -0
- package/build/components/ListGroup/ListGroup.js.map +1 -0
- package/build/components/ListGroup/index.d.ts +3 -0
- package/build/components/ListGroup/index.d.ts.map +1 -0
- package/build/components/ListGroup/index.js +2 -0
- package/build/components/ListGroup/index.js.map +1 -0
- package/build/components/ListItem/ListItem.d.ts +44 -0
- package/build/components/ListItem/ListItem.d.ts.map +1 -0
- package/build/components/ListItem/ListItem.js +69 -0
- package/build/components/ListItem/ListItem.js.map +1 -0
- package/build/components/ListItem/ListItem.styles.d.ts +66 -0
- package/build/components/ListItem/ListItem.styles.d.ts.map +1 -0
- package/build/components/ListItem/ListItem.styles.js +70 -0
- package/build/components/ListItem/ListItem.styles.js.map +1 -0
- package/build/components/ListItem/index.d.ts +3 -0
- package/build/components/ListItem/index.d.ts.map +1 -0
- package/build/components/ListItem/index.js +2 -0
- package/build/components/ListItem/index.js.map +1 -0
- package/build/components/MapPin/MapPin.d.ts +61 -0
- package/build/components/MapPin/MapPin.d.ts.map +1 -0
- package/build/components/MapPin/MapPin.js +118 -0
- package/build/components/MapPin/MapPin.js.map +1 -0
- package/build/components/MapPin/MapPin.styles.d.ts +93 -0
- package/build/components/MapPin/MapPin.styles.d.ts.map +1 -0
- package/build/components/MapPin/MapPin.styles.js +101 -0
- package/build/components/MapPin/MapPin.styles.js.map +1 -0
- package/build/components/MapPin/index.d.ts +3 -0
- package/build/components/MapPin/index.d.ts.map +1 -0
- package/build/components/MapPin/index.js +2 -0
- package/build/components/MapPin/index.js.map +1 -0
- package/build/components/MediaPicker/MediaPicker.d.ts +74 -0
- package/build/components/MediaPicker/MediaPicker.d.ts.map +1 -0
- package/build/components/MediaPicker/MediaPicker.js +43 -0
- package/build/components/MediaPicker/MediaPicker.js.map +1 -0
- package/build/components/MediaPicker/MediaPicker.styles.d.ts +30 -0
- package/build/components/MediaPicker/MediaPicker.styles.d.ts.map +1 -0
- package/build/components/MediaPicker/MediaPicker.styles.js +31 -0
- package/build/components/MediaPicker/MediaPicker.styles.js.map +1 -0
- package/build/components/MediaPicker/index.d.ts +3 -0
- package/build/components/MediaPicker/index.d.ts.map +1 -0
- package/build/components/MediaPicker/index.js +2 -0
- package/build/components/MediaPicker/index.js.map +1 -0
- package/build/components/PhotoCard/PhotoCard.d.ts +28 -0
- package/build/components/PhotoCard/PhotoCard.d.ts.map +1 -0
- package/build/components/PhotoCard/PhotoCard.js +53 -0
- package/build/components/PhotoCard/PhotoCard.js.map +1 -0
- package/build/components/PhotoCard/PhotoCard.styles.d.ts +47 -0
- package/build/components/PhotoCard/PhotoCard.styles.d.ts.map +1 -0
- package/build/components/PhotoCard/PhotoCard.styles.js +45 -0
- package/build/components/PhotoCard/PhotoCard.styles.js.map +1 -0
- package/build/components/PhotoCard/index.d.ts +3 -0
- package/build/components/PhotoCard/index.d.ts.map +1 -0
- package/build/components/PhotoCard/index.js +2 -0
- package/build/components/PhotoCard/index.js.map +1 -0
- package/build/components/ProgressStep/ProgressStep.d.ts +9 -0
- package/build/components/ProgressStep/ProgressStep.d.ts.map +1 -0
- package/build/components/ProgressStep/ProgressStep.js +23 -0
- package/build/components/ProgressStep/ProgressStep.js.map +1 -0
- package/build/components/ProgressStep/ProgressStep.styles.d.ts +12 -0
- package/build/components/ProgressStep/ProgressStep.styles.d.ts.map +1 -0
- package/build/components/ProgressStep/ProgressStep.styles.js +13 -0
- package/build/components/ProgressStep/ProgressStep.styles.js.map +1 -0
- package/build/components/ProgressStep/index.d.ts +3 -0
- package/build/components/ProgressStep/index.d.ts.map +1 -0
- package/build/components/ProgressStep/index.js +2 -0
- package/build/components/ProgressStep/index.js.map +1 -0
- package/build/components/RadioButton/RadioButton.d.ts +29 -0
- package/build/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/build/components/RadioButton/RadioButton.js +71 -0
- package/build/components/RadioButton/RadioButton.js.map +1 -0
- package/build/components/RadioButton/RadioButton.styles.d.ts +27 -0
- package/build/components/RadioButton/RadioButton.styles.d.ts.map +1 -0
- package/build/components/RadioButton/RadioButton.styles.js +30 -0
- package/build/components/RadioButton/RadioButton.styles.js.map +1 -0
- package/build/components/RadioButton/index.d.ts +3 -0
- package/build/components/RadioButton/index.d.ts.map +1 -0
- package/build/components/RadioButton/index.js +2 -0
- package/build/components/RadioButton/index.js.map +1 -0
- package/build/components/SearchBar/SearchBar.d.ts +33 -0
- package/build/components/SearchBar/SearchBar.d.ts.map +1 -0
- package/build/components/SearchBar/SearchBar.js +83 -0
- package/build/components/SearchBar/SearchBar.js.map +1 -0
- package/build/components/SearchBar/SearchBar.styles.d.ts +19 -0
- package/build/components/SearchBar/SearchBar.styles.d.ts.map +1 -0
- package/build/components/SearchBar/SearchBar.styles.js +21 -0
- package/build/components/SearchBar/SearchBar.styles.js.map +1 -0
- package/build/components/SearchBar/index.d.ts +3 -0
- package/build/components/SearchBar/index.d.ts.map +1 -0
- package/build/components/SearchBar/index.js +2 -0
- package/build/components/SearchBar/index.js.map +1 -0
- package/build/components/Spinner/Spinner.d.ts +12 -0
- package/build/components/Spinner/Spinner.d.ts.map +1 -0
- package/build/components/Spinner/Spinner.js +80 -0
- package/build/components/Spinner/Spinner.js.map +1 -0
- package/build/components/Spinner/Spinner.styles.d.ts +21 -0
- package/build/components/Spinner/Spinner.styles.d.ts.map +1 -0
- package/build/components/Spinner/Spinner.styles.js +22 -0
- package/build/components/Spinner/Spinner.styles.js.map +1 -0
- package/build/components/Spinner/index.d.ts +3 -0
- package/build/components/Spinner/index.d.ts.map +1 -0
- package/build/components/Spinner/index.js +2 -0
- package/build/components/Spinner/index.js.map +1 -0
- package/build/components/StepSheet/StepSheet.d.ts +77 -0
- package/build/components/StepSheet/StepSheet.d.ts.map +1 -0
- package/build/components/StepSheet/StepSheet.js +30 -0
- package/build/components/StepSheet/StepSheet.js.map +1 -0
- package/build/components/StepSheet/StepSheet.styles.d.ts +6 -0
- package/build/components/StepSheet/StepSheet.styles.d.ts.map +1 -0
- package/build/components/StepSheet/StepSheet.styles.js +7 -0
- package/build/components/StepSheet/StepSheet.styles.js.map +1 -0
- package/build/components/StepSheet/index.d.ts +3 -0
- package/build/components/StepSheet/index.d.ts.map +1 -0
- package/build/components/StepSheet/index.js +2 -0
- package/build/components/StepSheet/index.js.map +1 -0
- package/build/components/Stepper/Stepper.d.ts +50 -0
- package/build/components/Stepper/Stepper.d.ts.map +1 -0
- package/build/components/Stepper/Stepper.js +48 -0
- package/build/components/Stepper/Stepper.js.map +1 -0
- package/build/components/Stepper/Stepper.styles.d.ts +27 -0
- package/build/components/Stepper/Stepper.styles.d.ts.map +1 -0
- package/build/components/Stepper/Stepper.styles.js +28 -0
- package/build/components/Stepper/Stepper.styles.js.map +1 -0
- package/build/components/Stepper/index.d.ts +3 -0
- package/build/components/Stepper/index.d.ts.map +1 -0
- package/build/components/Stepper/index.js +2 -0
- package/build/components/Stepper/index.js.map +1 -0
- package/build/components/Switch/Switch.d.ts +29 -0
- package/build/components/Switch/Switch.d.ts.map +1 -0
- package/build/components/Switch/Switch.js +89 -0
- package/build/components/Switch/Switch.js.map +1 -0
- package/build/components/Switch/Switch.styles.d.ts +29 -0
- package/build/components/Switch/Switch.styles.d.ts.map +1 -0
- package/build/components/Switch/Switch.styles.js +26 -0
- package/build/components/Switch/Switch.styles.js.map +1 -0
- package/build/components/Switch/index.d.ts +3 -0
- package/build/components/Switch/index.d.ts.map +1 -0
- package/build/components/Switch/index.js +2 -0
- package/build/components/Switch/index.js.map +1 -0
- package/build/components/Tab/Tab.d.ts +52 -0
- package/build/components/Tab/Tab.d.ts.map +1 -0
- package/build/components/Tab/Tab.js +121 -0
- package/build/components/Tab/Tab.js.map +1 -0
- package/build/components/Tab/Tab.styles.d.ts +55 -0
- package/build/components/Tab/Tab.styles.d.ts.map +1 -0
- package/build/components/Tab/Tab.styles.js +60 -0
- package/build/components/Tab/Tab.styles.js.map +1 -0
- package/build/components/Tab/index.d.ts +3 -0
- package/build/components/Tab/index.d.ts.map +1 -0
- package/build/components/Tab/index.js +2 -0
- package/build/components/Tab/index.js.map +1 -0
- package/build/components/Tag/Tag.d.ts +4 -0
- package/build/components/Tag/Tag.d.ts.map +1 -0
- package/build/components/Tag/Tag.js +40 -0
- package/build/components/Tag/Tag.js.map +1 -0
- package/build/components/Tag/Tag.styles.d.ts +35 -0
- package/build/components/Tag/Tag.styles.d.ts.map +1 -0
- package/build/components/Tag/Tag.styles.js +43 -0
- package/build/components/Tag/Tag.styles.js.map +1 -0
- package/build/components/Tag/Tag.types.d.ts +23 -0
- package/build/components/Tag/Tag.types.d.ts.map +1 -0
- package/build/components/Tag/Tag.types.js +2 -0
- package/build/components/Tag/Tag.types.js.map +1 -0
- package/build/components/Tag/index.d.ts +3 -0
- package/build/components/Tag/index.d.ts.map +1 -0
- package/build/components/Tag/index.js +2 -0
- package/build/components/Tag/index.js.map +1 -0
- package/build/components/navigation/GeneralNav/GeneralNav.d.ts +21 -0
- package/build/components/navigation/GeneralNav/GeneralNav.d.ts.map +1 -0
- package/build/components/navigation/GeneralNav/GeneralNav.js +25 -0
- package/build/components/navigation/GeneralNav/GeneralNav.js.map +1 -0
- package/build/components/navigation/GeneralNav/GeneralNav.styles.d.ts +33 -0
- package/build/components/navigation/GeneralNav/GeneralNav.styles.d.ts.map +1 -0
- package/build/components/navigation/GeneralNav/GeneralNav.styles.js +35 -0
- package/build/components/navigation/GeneralNav/GeneralNav.styles.js.map +1 -0
- package/build/components/navigation/GeneralNav/index.d.ts +3 -0
- package/build/components/navigation/GeneralNav/index.d.ts.map +1 -0
- package/build/components/navigation/GeneralNav/index.js +2 -0
- package/build/components/navigation/GeneralNav/index.js.map +1 -0
- package/build/components/navigation/MobileCanva/MobileCanva.d.ts +11 -0
- package/build/components/navigation/MobileCanva/MobileCanva.d.ts.map +1 -0
- package/build/components/navigation/MobileCanva/MobileCanva.js +55 -0
- package/build/components/navigation/MobileCanva/MobileCanva.js.map +1 -0
- package/build/components/navigation/MobileCanva/MobileCanva.styles.d.ts +93 -0
- package/build/components/navigation/MobileCanva/MobileCanva.styles.d.ts.map +1 -0
- package/build/components/navigation/MobileCanva/MobileCanva.styles.js +94 -0
- package/build/components/navigation/MobileCanva/MobileCanva.styles.js.map +1 -0
- package/build/components/navigation/MobileCanva/MobileCanva.types.d.ts +21 -0
- package/build/components/navigation/MobileCanva/MobileCanva.types.d.ts.map +1 -0
- package/build/components/navigation/MobileCanva/MobileCanva.types.js +2 -0
- package/build/components/navigation/MobileCanva/MobileCanva.types.js.map +1 -0
- package/build/components/navigation/MobileCanva/index.d.ts +3 -0
- package/build/components/navigation/MobileCanva/index.d.ts.map +1 -0
- package/build/components/navigation/MobileCanva/index.js +2 -0
- package/build/components/navigation/MobileCanva/index.js.map +1 -0
- package/build/components/navigation/PageNav/PageNav.d.ts +46 -0
- package/build/components/navigation/PageNav/PageNav.d.ts.map +1 -0
- package/build/components/navigation/PageNav/PageNav.js +48 -0
- package/build/components/navigation/PageNav/PageNav.js.map +1 -0
- package/build/components/navigation/PageNav/PageNav.styles.d.ts +60 -0
- package/build/components/navigation/PageNav/PageNav.styles.d.ts.map +1 -0
- package/build/components/navigation/PageNav/PageNav.styles.js +60 -0
- package/build/components/navigation/PageNav/PageNav.styles.js.map +1 -0
- package/build/components/navigation/PageNav/index.d.ts +3 -0
- package/build/components/navigation/PageNav/index.d.ts.map +1 -0
- package/build/components/navigation/PageNav/index.js +2 -0
- package/build/components/navigation/PageNav/index.js.map +1 -0
- package/build/components/navigation/ScreenCanva/ScreenCanva.d.ts +8 -0
- package/build/components/navigation/ScreenCanva/ScreenCanva.d.ts.map +1 -0
- package/build/components/navigation/ScreenCanva/ScreenCanva.js +37 -0
- package/build/components/navigation/ScreenCanva/ScreenCanva.js.map +1 -0
- package/build/components/navigation/ScreenCanva/index.d.ts +3 -0
- package/build/components/navigation/ScreenCanva/index.d.ts.map +1 -0
- package/build/components/navigation/ScreenCanva/index.js +2 -0
- package/build/components/navigation/ScreenCanva/index.js.map +1 -0
- package/build/components/navigation/TabBar/TabBar.d.ts +22 -0
- package/build/components/navigation/TabBar/TabBar.d.ts.map +1 -0
- package/build/components/navigation/TabBar/TabBar.js +13 -0
- package/build/components/navigation/TabBar/TabBar.js.map +1 -0
- package/build/components/navigation/TabBar/TabBar.styles.d.ts +14 -0
- package/build/components/navigation/TabBar/TabBar.styles.d.ts.map +1 -0
- package/build/components/navigation/TabBar/TabBar.styles.js +16 -0
- package/build/components/navigation/TabBar/TabBar.styles.js.map +1 -0
- package/build/components/navigation/TabBar/index.d.ts +3 -0
- package/build/components/navigation/TabBar/index.d.ts.map +1 -0
- package/build/components/navigation/TabBar/index.js +2 -0
- package/build/components/navigation/TabBar/index.js.map +1 -0
- package/build/context/BottomSheetContext.d.ts +42 -0
- package/build/context/BottomSheetContext.d.ts.map +1 -0
- package/build/context/BottomSheetContext.js +51 -0
- package/build/context/BottomSheetContext.js.map +1 -0
- package/build/context/ThemeContext.d.ts +5 -1
- package/build/context/ThemeContext.d.ts.map +1 -1
- package/build/context/ThemeContext.js +4 -2
- package/build/context/ThemeContext.js.map +1 -1
- package/build/index.d.ts +79 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +39 -0
- package/build/index.js.map +1 -1
- package/build/theme/tokens/dark.d.ts.map +1 -1
- package/build/theme/tokens/dark.js +263 -10
- package/build/theme/tokens/dark.js.map +1 -1
- package/build/theme/tokens/light.d.ts.map +1 -1
- package/build/theme/tokens/light.js +252 -7
- package/build/theme/tokens/light.js.map +1 -1
- package/build/theme/type.d.ts +398 -0
- package/build/theme/type.d.ts.map +1 -1
- package/build/theme/type.js.map +1 -1
- package/package.json +8 -5
package/build/theme/type.d.ts
CHANGED
|
@@ -57,6 +57,384 @@ export interface ButtonTokens {
|
|
|
57
57
|
ghost: InteractiveVariantTokens;
|
|
58
58
|
destructive: InteractiveVariantTokens;
|
|
59
59
|
}
|
|
60
|
+
export interface FilterChipStateTokens {
|
|
61
|
+
background: string;
|
|
62
|
+
text: string;
|
|
63
|
+
icon: string;
|
|
64
|
+
borderColor: string;
|
|
65
|
+
}
|
|
66
|
+
export interface FilterChipTokens {
|
|
67
|
+
default: FilterChipStateTokens;
|
|
68
|
+
pressed: FilterChipStateTokens;
|
|
69
|
+
selected: FilterChipStateTokens;
|
|
70
|
+
disabled: FilterChipStateTokens;
|
|
71
|
+
}
|
|
72
|
+
export interface InputStateTokens {
|
|
73
|
+
background: string;
|
|
74
|
+
border: string;
|
|
75
|
+
text: string;
|
|
76
|
+
placeholder: string;
|
|
77
|
+
icon: string;
|
|
78
|
+
label: string;
|
|
79
|
+
helper: string;
|
|
80
|
+
}
|
|
81
|
+
export interface InputTokens {
|
|
82
|
+
default: InputStateTokens;
|
|
83
|
+
focused: InputStateTokens;
|
|
84
|
+
error: InputStateTokens;
|
|
85
|
+
disabled: InputStateTokens;
|
|
86
|
+
}
|
|
87
|
+
export interface TagColorTokens {
|
|
88
|
+
background: string;
|
|
89
|
+
text: string;
|
|
90
|
+
icon: string;
|
|
91
|
+
}
|
|
92
|
+
export interface TagTokens {
|
|
93
|
+
/** Default purple variant */
|
|
94
|
+
purple: TagColorTokens;
|
|
95
|
+
/** Dark sable variant — used for "today" badge in year picker */
|
|
96
|
+
sable: TagColorTokens;
|
|
97
|
+
/** Disabled state */
|
|
98
|
+
disabled: TagColorTokens;
|
|
99
|
+
}
|
|
100
|
+
export interface CalendarDayTokens {
|
|
101
|
+
text: string;
|
|
102
|
+
secondary: string;
|
|
103
|
+
}
|
|
104
|
+
export interface CalendarSelectedTokens {
|
|
105
|
+
background: string;
|
|
106
|
+
text: string;
|
|
107
|
+
}
|
|
108
|
+
export interface CalendarTodayTokens {
|
|
109
|
+
text: string;
|
|
110
|
+
border: string;
|
|
111
|
+
dot: string;
|
|
112
|
+
}
|
|
113
|
+
export interface CalendarTokens {
|
|
114
|
+
day: {
|
|
115
|
+
default: CalendarDayTokens;
|
|
116
|
+
selected: CalendarSelectedTokens;
|
|
117
|
+
today: CalendarTodayTokens;
|
|
118
|
+
disabled: {
|
|
119
|
+
text: string;
|
|
120
|
+
};
|
|
121
|
+
data: {
|
|
122
|
+
dot: string;
|
|
123
|
+
};
|
|
124
|
+
dataSelected: {
|
|
125
|
+
dot: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
range: {
|
|
129
|
+
background: string;
|
|
130
|
+
};
|
|
131
|
+
header: {
|
|
132
|
+
border: string;
|
|
133
|
+
};
|
|
134
|
+
legend: {
|
|
135
|
+
background: string;
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
export interface TabBarTokens {
|
|
139
|
+
/** Inactive tab label/icon color */
|
|
140
|
+
defaultText: string;
|
|
141
|
+
/** Active tab label/icon color */
|
|
142
|
+
activeText: string;
|
|
143
|
+
/** Active tab background */
|
|
144
|
+
activeBackground: string;
|
|
145
|
+
/** Active tab top border */
|
|
146
|
+
activeBorder: string;
|
|
147
|
+
/** Shell background */
|
|
148
|
+
containerBackground: string;
|
|
149
|
+
/** Shell top border */
|
|
150
|
+
containerBorder: string;
|
|
151
|
+
/** Badge background */
|
|
152
|
+
badgeBackground: string;
|
|
153
|
+
/** Badge text color */
|
|
154
|
+
badgeText: string;
|
|
155
|
+
}
|
|
156
|
+
export interface CanvaTokens {
|
|
157
|
+
/** White content area background */
|
|
158
|
+
contentBackground: string;
|
|
159
|
+
/** Content area border */
|
|
160
|
+
contentBorder: string;
|
|
161
|
+
/** Outer shell background */
|
|
162
|
+
shellBackground: string;
|
|
163
|
+
/** Home indicator bar color */
|
|
164
|
+
homebarColor: string;
|
|
165
|
+
}
|
|
166
|
+
export interface GeneralNavTokens {
|
|
167
|
+
/** Icons and title text color */
|
|
168
|
+
navTextIcons: string;
|
|
169
|
+
}
|
|
170
|
+
export interface PageNavTokens {
|
|
171
|
+
/** Inactive tab text color */
|
|
172
|
+
defaultText: string;
|
|
173
|
+
/** Active tab text color */
|
|
174
|
+
activeText: string;
|
|
175
|
+
/** Active tab background — pill variant */
|
|
176
|
+
activeBackground: string;
|
|
177
|
+
/** Active tab border / underline color */
|
|
178
|
+
activeBorder: string;
|
|
179
|
+
/** Container background */
|
|
180
|
+
containerBackground: string;
|
|
181
|
+
/** Container border */
|
|
182
|
+
containerBorder: string;
|
|
183
|
+
}
|
|
184
|
+
export interface BottomSheetTokens {
|
|
185
|
+
/** Sheet surface background */
|
|
186
|
+
background: string;
|
|
187
|
+
/** Sheet border */
|
|
188
|
+
border: string;
|
|
189
|
+
/** Handle indicator color */
|
|
190
|
+
handle: string;
|
|
191
|
+
/** Close button icon color */
|
|
192
|
+
closeIcon: string;
|
|
193
|
+
}
|
|
194
|
+
export interface ProgressStepTokens {
|
|
195
|
+
/** Current step segment color */
|
|
196
|
+
active: string;
|
|
197
|
+
/** Completed step segment color */
|
|
198
|
+
done: string;
|
|
199
|
+
/** Future (inactive) segment color */
|
|
200
|
+
default: string;
|
|
201
|
+
}
|
|
202
|
+
export interface RadioStateTokens {
|
|
203
|
+
/** Circle border color */
|
|
204
|
+
ring: string;
|
|
205
|
+
/** Circle fill color */
|
|
206
|
+
fill: string;
|
|
207
|
+
/** Center dot color */
|
|
208
|
+
dot: string;
|
|
209
|
+
}
|
|
210
|
+
export interface RadioVariantTokens {
|
|
211
|
+
default: RadioStateTokens;
|
|
212
|
+
pressed: RadioStateTokens;
|
|
213
|
+
disabled: RadioStateTokens;
|
|
214
|
+
}
|
|
215
|
+
export interface RadioTokens {
|
|
216
|
+
/** Unselected state (empty ring) */
|
|
217
|
+
unselected: RadioVariantTokens;
|
|
218
|
+
/** Selected state (ring + center dot) */
|
|
219
|
+
selected: RadioVariantTokens;
|
|
220
|
+
/** Label text color */
|
|
221
|
+
label: string;
|
|
222
|
+
/** Label text color when disabled */
|
|
223
|
+
labelDisabled: string;
|
|
224
|
+
/** Helper text color */
|
|
225
|
+
helper: string;
|
|
226
|
+
}
|
|
227
|
+
export interface CheckboxStateTokens {
|
|
228
|
+
/** Box fill color */
|
|
229
|
+
background: string;
|
|
230
|
+
/** Box border color */
|
|
231
|
+
border: string;
|
|
232
|
+
/** Icon/mark color */
|
|
233
|
+
icon: string;
|
|
234
|
+
}
|
|
235
|
+
export interface CheckboxVariantTokens {
|
|
236
|
+
default: CheckboxStateTokens;
|
|
237
|
+
pressed: CheckboxStateTokens;
|
|
238
|
+
disabled: CheckboxStateTokens;
|
|
239
|
+
}
|
|
240
|
+
export interface CheckboxTokens {
|
|
241
|
+
/** Unchecked state (empty box) */
|
|
242
|
+
unchecked: CheckboxVariantTokens;
|
|
243
|
+
/** Checked and indeterminate state (filled box) */
|
|
244
|
+
checked: CheckboxVariantTokens;
|
|
245
|
+
/** Label text color */
|
|
246
|
+
label: string;
|
|
247
|
+
/** Label text color when disabled */
|
|
248
|
+
labelDisabled: string;
|
|
249
|
+
/** Helper text color */
|
|
250
|
+
helper: string;
|
|
251
|
+
}
|
|
252
|
+
export interface ToggleTokens {
|
|
253
|
+
/** Track when off */
|
|
254
|
+
trackOff: string;
|
|
255
|
+
/** Track when on */
|
|
256
|
+
trackOn: string;
|
|
257
|
+
/** Thumb when off */
|
|
258
|
+
thumbOff: string;
|
|
259
|
+
/** Thumb when on */
|
|
260
|
+
thumbOn: string;
|
|
261
|
+
/** Track when off and disabled */
|
|
262
|
+
trackOffDisabled: string;
|
|
263
|
+
/** Track when on and disabled */
|
|
264
|
+
trackOnDisabled: string;
|
|
265
|
+
/** Thumb when disabled */
|
|
266
|
+
thumbDisabled: string;
|
|
267
|
+
/** Label text color */
|
|
268
|
+
label: string;
|
|
269
|
+
/** Label text color when disabled */
|
|
270
|
+
labelDisabled: string;
|
|
271
|
+
}
|
|
272
|
+
export interface SearchBarStateTokens {
|
|
273
|
+
/** Container background */
|
|
274
|
+
background: string;
|
|
275
|
+
/** Border color */
|
|
276
|
+
border: string;
|
|
277
|
+
/** Typed text color */
|
|
278
|
+
text: string;
|
|
279
|
+
/** Placeholder text color */
|
|
280
|
+
placeholder: string;
|
|
281
|
+
/** Search icon color */
|
|
282
|
+
icon: string;
|
|
283
|
+
}
|
|
284
|
+
export interface SearchBarTokens {
|
|
285
|
+
/** Default (unfocused, empty) */
|
|
286
|
+
default: SearchBarStateTokens;
|
|
287
|
+
/** Focused — Active or Typing */
|
|
288
|
+
focused: SearchBarStateTokens;
|
|
289
|
+
/** Disabled */
|
|
290
|
+
disabled: SearchBarStateTokens;
|
|
291
|
+
/** X (clear) icon color */
|
|
292
|
+
clearIcon: string;
|
|
293
|
+
}
|
|
294
|
+
export interface SpinnerTokens {
|
|
295
|
+
/** Background track ring color */
|
|
296
|
+
track: string;
|
|
297
|
+
/** Animated arc color */
|
|
298
|
+
arc: string;
|
|
299
|
+
/** Optional label text color */
|
|
300
|
+
label: string;
|
|
301
|
+
/** Overlay background color */
|
|
302
|
+
overlay: string;
|
|
303
|
+
}
|
|
304
|
+
export interface SwatchTokens {
|
|
305
|
+
/** Ring shown around the touch target when selected */
|
|
306
|
+
selectedRing: string;
|
|
307
|
+
/** Check icon color in selected state */
|
|
308
|
+
check: string;
|
|
309
|
+
}
|
|
310
|
+
export interface TabsLineStateTokens {
|
|
311
|
+
/** Label text color */
|
|
312
|
+
text: string;
|
|
313
|
+
}
|
|
314
|
+
export interface TabsLineActiveTokens {
|
|
315
|
+
/** Label text color */
|
|
316
|
+
text: string;
|
|
317
|
+
/** Bottom underline color */
|
|
318
|
+
indicator: string;
|
|
319
|
+
}
|
|
320
|
+
export interface TabsLineTokens {
|
|
321
|
+
active: TabsLineActiveTokens;
|
|
322
|
+
inactive: TabsLineStateTokens;
|
|
323
|
+
disabled: TabsLineStateTokens;
|
|
324
|
+
/** Bottom border of the full container */
|
|
325
|
+
containerBorder: string;
|
|
326
|
+
}
|
|
327
|
+
export interface TabsButtonContainerTokens {
|
|
328
|
+
background: string;
|
|
329
|
+
border: string;
|
|
330
|
+
}
|
|
331
|
+
export interface TabsButtonActiveTokens {
|
|
332
|
+
background: string;
|
|
333
|
+
border: string;
|
|
334
|
+
text: string;
|
|
335
|
+
}
|
|
336
|
+
export interface TabsButtonTokens {
|
|
337
|
+
container: TabsButtonContainerTokens;
|
|
338
|
+
active: TabsButtonActiveTokens;
|
|
339
|
+
/** Default (inactive) item text color */
|
|
340
|
+
default: {
|
|
341
|
+
text: string;
|
|
342
|
+
};
|
|
343
|
+
disabled: {
|
|
344
|
+
text: string;
|
|
345
|
+
};
|
|
346
|
+
}
|
|
347
|
+
export interface TabsTokens {
|
|
348
|
+
/** Underline indicator variant */
|
|
349
|
+
line: TabsLineTokens;
|
|
350
|
+
/** Pill/segmented variant */
|
|
351
|
+
button: TabsButtonTokens;
|
|
352
|
+
}
|
|
353
|
+
export interface ListItemStateTokens {
|
|
354
|
+
/** Main label text color */
|
|
355
|
+
label: string;
|
|
356
|
+
/** Sublabel text color */
|
|
357
|
+
sublabel: string;
|
|
358
|
+
/** Reference icon color — pass to Phosphor icons in leading/trailing slots */
|
|
359
|
+
iconColor: string;
|
|
360
|
+
}
|
|
361
|
+
export interface ListItemTokens {
|
|
362
|
+
default: ListItemStateTokens;
|
|
363
|
+
disabled: ListItemStateTokens;
|
|
364
|
+
/** Background color applied when item is selected or pressed */
|
|
365
|
+
pressedBackground: string;
|
|
366
|
+
/** Section header label color */
|
|
367
|
+
section: {
|
|
368
|
+
label: string;
|
|
369
|
+
};
|
|
370
|
+
/** Divider line color */
|
|
371
|
+
divider: string;
|
|
372
|
+
}
|
|
373
|
+
export interface MapPinStateTokens {
|
|
374
|
+
/** Badge background for pill mode (with count) */
|
|
375
|
+
background: string;
|
|
376
|
+
/** Badge background for simple mode (no count) — differs from background in dark mode */
|
|
377
|
+
simpleBackground: string;
|
|
378
|
+
/** Pin badge border */
|
|
379
|
+
border: string;
|
|
380
|
+
/** Icon container circle background */
|
|
381
|
+
iconCircle: string;
|
|
382
|
+
/** Phosphor icon tint inside the circle */
|
|
383
|
+
iconColor: string;
|
|
384
|
+
/** Count text color (pill mode) */
|
|
385
|
+
countText: string;
|
|
386
|
+
}
|
|
387
|
+
export interface MapPinTokens {
|
|
388
|
+
/** Default state — light badge, dark border */
|
|
389
|
+
default: MapPinStateTokens;
|
|
390
|
+
/** Focus / selected state — dark badge, light border */
|
|
391
|
+
focus: MapPinStateTokens;
|
|
392
|
+
/** Lost asset, default — white badge, red border */
|
|
393
|
+
lostDefault: MapPinStateTokens;
|
|
394
|
+
/** Lost asset, focus — red badge, white border */
|
|
395
|
+
lostFocus: MapPinStateTokens;
|
|
396
|
+
/** Side label text colors — independent of pin state, varies by color mode */
|
|
397
|
+
label: {
|
|
398
|
+
/** --mappin/label/fill-default: dark on light maps, white on dark maps */
|
|
399
|
+
map: string;
|
|
400
|
+
/** --mappin/label/fill-satellite: always white (readable on aerial imagery) */
|
|
401
|
+
satellite: string;
|
|
402
|
+
};
|
|
403
|
+
/** Shadow color for the focus-state pill badge (used with shadowOpacity: 0.25) */
|
|
404
|
+
pillShadowColor: string;
|
|
405
|
+
}
|
|
406
|
+
export interface MediaPickerPhotoCardTokens {
|
|
407
|
+
/** Empty slot background */
|
|
408
|
+
emptyBackground: string;
|
|
409
|
+
/** Card border */
|
|
410
|
+
border: string;
|
|
411
|
+
/** "Principale" badge background */
|
|
412
|
+
badgeBackground: string;
|
|
413
|
+
/** "Principale" badge text */
|
|
414
|
+
badgeText: string;
|
|
415
|
+
/** Remove (XCircle) icon color */
|
|
416
|
+
removeIcon: string;
|
|
417
|
+
}
|
|
418
|
+
export interface MediaPickerFileCardTokens {
|
|
419
|
+
/** Card surface background */
|
|
420
|
+
background: string;
|
|
421
|
+
/** Card border */
|
|
422
|
+
border: string;
|
|
423
|
+
/** Icon area background */
|
|
424
|
+
iconBackground: string;
|
|
425
|
+
/** Filename + metadata text */
|
|
426
|
+
text: string;
|
|
427
|
+
/** File type icon tint */
|
|
428
|
+
icon: string;
|
|
429
|
+
}
|
|
430
|
+
export interface MediaPickerTokens {
|
|
431
|
+
/** Section label text color */
|
|
432
|
+
label: string;
|
|
433
|
+
/** Section subtitle/helper text color */
|
|
434
|
+
subtitle: string;
|
|
435
|
+
photoCard: MediaPickerPhotoCardTokens;
|
|
436
|
+
fileCard: MediaPickerFileCardTokens;
|
|
437
|
+
}
|
|
60
438
|
export interface ColorSchemeTokens {
|
|
61
439
|
background: BackgroundTokens;
|
|
62
440
|
text: TextTokens;
|
|
@@ -67,6 +445,26 @@ export interface ColorSchemeTokens {
|
|
|
67
445
|
warning: StatusTokens;
|
|
68
446
|
info: StatusTokens;
|
|
69
447
|
button: ButtonTokens;
|
|
448
|
+
filterChip: FilterChipTokens;
|
|
449
|
+
input: InputTokens;
|
|
450
|
+
tag: TagTokens;
|
|
451
|
+
calendar: CalendarTokens;
|
|
452
|
+
tabBar: TabBarTokens;
|
|
453
|
+
pageNav: PageNavTokens;
|
|
454
|
+
canva: CanvaTokens;
|
|
455
|
+
generalNav: GeneralNavTokens;
|
|
456
|
+
bottomSheet: BottomSheetTokens;
|
|
457
|
+
progressStep: ProgressStepTokens;
|
|
458
|
+
checkbox: CheckboxTokens;
|
|
459
|
+
radio: RadioTokens;
|
|
460
|
+
swatch: SwatchTokens;
|
|
461
|
+
spinner: SpinnerTokens;
|
|
462
|
+
searchBar: SearchBarTokens;
|
|
463
|
+
toggle: ToggleTokens;
|
|
464
|
+
tabs: TabsTokens;
|
|
465
|
+
listItem: ListItemTokens;
|
|
466
|
+
mediaPicker: MediaPickerTokens;
|
|
467
|
+
mapPin: MapPinTokens;
|
|
70
468
|
}
|
|
71
469
|
export interface ColorTheme {
|
|
72
470
|
light: ColorSchemeTokens;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../src/theme/type.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAMH,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAMzC,MAAM,WAAW,sBAAsB;IACrC,2BAA2B;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,gDAAgD;IAChD,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,sBAAsB,CAAC;IAChC,OAAO,EAAE,sBAAsB,CAAC;IAChC,QAAQ,EAAE,sBAAsB,CAAC;CAClC;AAED,MAAM,WAAW,YAAY;IAC3B,2BAA2B;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,IAAI,EAAE,MAAM,CAAC;CACd;AAMD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAOD,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,wBAAwB,CAAC;IAClC,QAAQ,EAAE,wBAAwB,CAAC;IACnC,KAAK,EAAE,wBAAwB,CAAC;IAChC,WAAW,EAAE,wBAAwB,CAAC;CACvC;
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../src/theme/type.ts"],"names":[],"mappings":"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"}
|
package/build/theme/type.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../src/theme/type.ts"],"names":[],"mappings":"AAAA;;;;GAIG","sourcesContent":["/**\n * Color theme contract for Traq[UI]ste Mobile.\n * Every theme must implement this interface.\n * Add a new section here when Tim creates a new component.\n */\n\n// ---------------------------------------------------------------------------\n// Color mode\n// ---------------------------------------------------------------------------\n\nexport type ColorMode = 'light' | 'dark';\n\n// ---------------------------------------------------------------------------\n// Shared primitives\n// ---------------------------------------------------------------------------\n\nexport interface InteractiveStateTokens {\n /** Container background */\n background: string;\n /** Label / text color */\n text: string;\n /** Icon tint */\n icon: string;\n /** Border — use 'transparent' when no border */\n border: string;\n}\n\nexport interface InteractiveVariantTokens {\n default: InteractiveStateTokens;\n pressed: InteractiveStateTokens;\n disabled: InteractiveStateTokens;\n}\n\nexport interface StatusTokens {\n /** Primary status color */\n default: string;\n /** Light tint — backgrounds */\n light: string;\n /** Dark variant — text on light bg */\n dark: string;\n}\n\n// ---------------------------------------------------------------------------\n// Global tokens\n// ---------------------------------------------------------------------------\n\nexport interface BackgroundTokens {\n primary: string;\n secondary: string;\n tertiary: string;\n overlay: string;\n menu: string;\n}\n\nexport interface TextTokens {\n primary: string;\n secondary: string;\n tertiary: string;\n disabled: string;\n onColor: string;\n}\n\nexport interface BorderTokens {\n default: string;\n strong: string;\n disabled: string;\n window: string;\n}\n\nexport interface ShadowTokens {\n minimal: string;\n lowest: string;\n}\n\n// ---------------------------------------------------------------------------\n// Component tokens\n// Add a new interface below when Tim creates a new component\n// ---------------------------------------------------------------------------\n\nexport interface ButtonTokens {\n primary: InteractiveVariantTokens;\n tertiary: InteractiveVariantTokens;\n ghost: InteractiveVariantTokens;\n destructive: InteractiveVariantTokens;\n}\n\n// export interface CheckboxTokens { ... } ← next component goes here\n// export interface InputTokens { ... }\n// export interface TagTokens { ... }\n\n// ---------------------------------------------------------------------------\n// Full scheme (light or dark)\n// ---------------------------------------------------------------------------\n\nexport interface ColorSchemeTokens {\n // globals\n background: BackgroundTokens;\n text: TextTokens;\n border: BorderTokens;\n shadow: ShadowTokens;\n\n // status\n error: StatusTokens;\n success: StatusTokens;\n warning: StatusTokens;\n info: StatusTokens;\n\n // components — add new ones here when Tim creates them\n button: ButtonTokens;\n // checkbox: CheckboxTokens;\n // input: InputTokens;\n // tag: TagTokens;\n}\n\n// ---------------------------------------------------------------------------\n// Theme (light + dark)\n// ---------------------------------------------------------------------------\n\nexport interface ColorTheme {\n light: ColorSchemeTokens;\n dark: ColorSchemeTokens;\n}"]}
|
|
1
|
+
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../src/theme/type.ts"],"names":[],"mappings":"AAAA;;;;GAIG","sourcesContent":["/**\n * Color theme contract for Traq[UI]ste Mobile.\n * Every theme must implement this interface.\n * Add a new section here when Tim creates a new component.\n */\n\n// ---------------------------------------------------------------------------\n// Color mode\n// ---------------------------------------------------------------------------\n\nexport type ColorMode = 'light' | 'dark';\n\n// ---------------------------------------------------------------------------\n// Shared primitives\n// ---------------------------------------------------------------------------\n\nexport interface InteractiveStateTokens {\n /** Container background */\n background: string;\n /** Label / text color */\n text: string;\n /** Icon tint */\n icon: string;\n /** Border — use 'transparent' when no border */\n border: string;\n}\n\nexport interface InteractiveVariantTokens {\n default: InteractiveStateTokens;\n pressed: InteractiveStateTokens;\n disabled: InteractiveStateTokens;\n}\n\nexport interface StatusTokens {\n /** Primary status color */\n default: string;\n /** Light tint — backgrounds */\n light: string;\n /** Dark variant — text on light bg */\n dark: string;\n}\n\n// ---------------------------------------------------------------------------\n// Global tokens\n// ---------------------------------------------------------------------------\n\nexport interface BackgroundTokens {\n primary: string;\n secondary: string;\n tertiary: string;\n overlay: string;\n menu: string;\n}\n\nexport interface TextTokens {\n primary: string;\n secondary: string;\n tertiary: string;\n disabled: string;\n onColor: string;\n}\n\nexport interface BorderTokens {\n default: string;\n strong: string;\n disabled: string;\n window: string;\n}\n\nexport interface ShadowTokens {\n minimal: string;\n lowest: string;\n}\n\n// ---------------------------------------------------------------------------\n// Component tokens\n// Add a new interface below when Tim creates a new component\n// ---------------------------------------------------------------------------\n\nexport interface ButtonTokens {\n primary: InteractiveVariantTokens;\n tertiary: InteractiveVariantTokens;\n ghost: InteractiveVariantTokens;\n destructive: InteractiveVariantTokens;\n}\n\nexport interface FilterChipStateTokens {\n background: string;\n text: string;\n icon: string;\n borderColor: string;\n}\n\nexport interface FilterChipTokens {\n default: FilterChipStateTokens;\n pressed: FilterChipStateTokens;\n selected: FilterChipStateTokens;\n disabled: FilterChipStateTokens;\n}\n\nexport interface InputStateTokens {\n background: string;\n border: string;\n text: string;\n placeholder: string;\n icon: string;\n label: string;\n helper: string;\n}\n\nexport interface InputTokens {\n default: InputStateTokens;\n focused: InputStateTokens;\n error: InputStateTokens;\n disabled: InputStateTokens;\n}\n\nexport interface TagColorTokens {\n background: string;\n text: string;\n icon: string;\n}\n\nexport interface TagTokens {\n /** Default purple variant */\n purple: TagColorTokens;\n /** Dark sable variant — used for \"today\" badge in year picker */\n sable: TagColorTokens;\n /** Disabled state */\n disabled: TagColorTokens;\n}\n\nexport interface CalendarDayTokens {\n text: string;\n secondary: string;\n}\n\nexport interface CalendarSelectedTokens {\n background: string;\n text: string;\n}\n\nexport interface CalendarTodayTokens {\n text: string;\n border: string;\n dot: string;\n}\n\nexport interface CalendarTokens {\n day: {\n default: CalendarDayTokens;\n selected: CalendarSelectedTokens;\n today: CalendarTodayTokens;\n disabled: { text: string };\n data: { dot: string };\n dataSelected: { dot: string };\n };\n range: { background: string };\n header: { border: string };\n legend: { background: string };\n}\n\nexport interface TabBarTokens {\n /** Inactive tab label/icon color */\n defaultText: string;\n /** Active tab label/icon color */\n activeText: string;\n /** Active tab background */\n activeBackground: string;\n /** Active tab top border */\n activeBorder: string;\n /** Shell background */\n containerBackground: string;\n /** Shell top border */\n containerBorder: string;\n /** Badge background */\n badgeBackground: string;\n /** Badge text color */\n badgeText: string;\n}\n\nexport interface CanvaTokens {\n /** White content area background */\n contentBackground: string;\n /** Content area border */\n contentBorder: string;\n /** Outer shell background */\n shellBackground: string;\n /** Home indicator bar color */\n homebarColor: string;\n}\n\nexport interface GeneralNavTokens {\n /** Icons and title text color */\n navTextIcons: string;\n}\n\nexport interface PageNavTokens {\n /** Inactive tab text color */\n defaultText: string;\n /** Active tab text color */\n activeText: string;\n /** Active tab background — pill variant */\n activeBackground: string;\n /** Active tab border / underline color */\n activeBorder: string;\n /** Container background */\n containerBackground: string;\n /** Container border */\n containerBorder: string;\n}\n\nexport interface BottomSheetTokens {\n /** Sheet surface background */\n background: string;\n /** Sheet border */\n border: string;\n /** Handle indicator color */\n handle: string;\n /** Close button icon color */\n closeIcon: string;\n}\n\nexport interface ProgressStepTokens {\n /** Current step segment color */\n active: string;\n /** Completed step segment color */\n done: string;\n /** Future (inactive) segment color */\n default: string;\n}\n\nexport interface RadioStateTokens {\n /** Circle border color */\n ring: string;\n /** Circle fill color */\n fill: string;\n /** Center dot color */\n dot: string;\n}\n\nexport interface RadioVariantTokens {\n default: RadioStateTokens;\n pressed: RadioStateTokens;\n disabled: RadioStateTokens;\n}\n\nexport interface RadioTokens {\n /** Unselected state (empty ring) */\n unselected: RadioVariantTokens;\n /** Selected state (ring + center dot) */\n selected: RadioVariantTokens;\n /** Label text color */\n label: string;\n /** Label text color when disabled */\n labelDisabled: string;\n /** Helper text color */\n helper: string;\n}\n\nexport interface CheckboxStateTokens {\n /** Box fill color */\n background: string;\n /** Box border color */\n border: string;\n /** Icon/mark color */\n icon: string;\n}\n\nexport interface CheckboxVariantTokens {\n default: CheckboxStateTokens;\n pressed: CheckboxStateTokens;\n disabled: CheckboxStateTokens;\n}\n\nexport interface CheckboxTokens {\n /** Unchecked state (empty box) */\n unchecked: CheckboxVariantTokens;\n /** Checked and indeterminate state (filled box) */\n checked: CheckboxVariantTokens;\n /** Label text color */\n label: string;\n /** Label text color when disabled */\n labelDisabled: string;\n /** Helper text color */\n helper: string;\n}\n\nexport interface ToggleTokens {\n /** Track when off */\n trackOff: string;\n /** Track when on */\n trackOn: string;\n /** Thumb when off */\n thumbOff: string;\n /** Thumb when on */\n thumbOn: string;\n /** Track when off and disabled */\n trackOffDisabled: string;\n /** Track when on and disabled */\n trackOnDisabled: string;\n /** Thumb when disabled */\n thumbDisabled: string;\n /** Label text color */\n label: string;\n /** Label text color when disabled */\n labelDisabled: string;\n}\n\nexport interface SearchBarStateTokens {\n /** Container background */\n background: string;\n /** Border color */\n border: string;\n /** Typed text color */\n text: string;\n /** Placeholder text color */\n placeholder: string;\n /** Search icon color */\n icon: string;\n}\n\nexport interface SearchBarTokens {\n /** Default (unfocused, empty) */\n default: SearchBarStateTokens;\n /** Focused — Active or Typing */\n focused: SearchBarStateTokens;\n /** Disabled */\n disabled: SearchBarStateTokens;\n /** X (clear) icon color */\n clearIcon: string;\n}\n\nexport interface SpinnerTokens {\n /** Background track ring color */\n track: string;\n /** Animated arc color */\n arc: string;\n /** Optional label text color */\n label: string;\n /** Overlay background color */\n overlay: string;\n}\n\nexport interface SwatchTokens {\n /** Ring shown around the touch target when selected */\n selectedRing: string;\n /** Check icon color in selected state */\n check: string;\n}\n\n// ---------------------------------------------------------------------------\n// Full scheme (light or dark)\n// ---------------------------------------------------------------------------\n\nexport interface TabsLineStateTokens {\n /** Label text color */\n text: string;\n}\n\nexport interface TabsLineActiveTokens {\n /** Label text color */\n text: string;\n /** Bottom underline color */\n indicator: string;\n}\n\nexport interface TabsLineTokens {\n active: TabsLineActiveTokens;\n inactive: TabsLineStateTokens;\n disabled: TabsLineStateTokens;\n /** Bottom border of the full container */\n containerBorder: string;\n}\n\nexport interface TabsButtonContainerTokens {\n background: string;\n border: string;\n}\n\nexport interface TabsButtonActiveTokens {\n background: string;\n border: string;\n text: string;\n}\n\nexport interface TabsButtonTokens {\n container: TabsButtonContainerTokens;\n active: TabsButtonActiveTokens;\n /** Default (inactive) item text color */\n default: { text: string };\n disabled: { text: string };\n}\n\nexport interface TabsTokens {\n /** Underline indicator variant */\n line: TabsLineTokens;\n /** Pill/segmented variant */\n button: TabsButtonTokens;\n}\n\nexport interface ListItemStateTokens {\n /** Main label text color */\n label: string;\n /** Sublabel text color */\n sublabel: string;\n /** Reference icon color — pass to Phosphor icons in leading/trailing slots */\n iconColor: string;\n}\n\nexport interface ListItemTokens {\n default: ListItemStateTokens;\n disabled: ListItemStateTokens;\n /** Background color applied when item is selected or pressed */\n pressedBackground: string;\n /** Section header label color */\n section: { label: string };\n /** Divider line color */\n divider: string;\n}\n\nexport interface MapPinStateTokens {\n /** Badge background for pill mode (with count) */\n background: string;\n /** Badge background for simple mode (no count) — differs from background in dark mode */\n simpleBackground: string;\n /** Pin badge border */\n border: string;\n /** Icon container circle background */\n iconCircle: string;\n /** Phosphor icon tint inside the circle */\n iconColor: string;\n /** Count text color (pill mode) */\n countText: string;\n}\n\nexport interface MapPinTokens {\n /** Default state — light badge, dark border */\n default: MapPinStateTokens;\n /** Focus / selected state — dark badge, light border */\n focus: MapPinStateTokens;\n /** Lost asset, default — white badge, red border */\n lostDefault: MapPinStateTokens;\n /** Lost asset, focus — red badge, white border */\n lostFocus: MapPinStateTokens;\n /** Side label text colors — independent of pin state, varies by color mode */\n label: {\n /** --mappin/label/fill-default: dark on light maps, white on dark maps */\n map: string;\n /** --mappin/label/fill-satellite: always white (readable on aerial imagery) */\n satellite: string;\n };\n /** Shadow color for the focus-state pill badge (used with shadowOpacity: 0.25) */\n pillShadowColor: string;\n}\n\nexport interface MediaPickerPhotoCardTokens {\n /** Empty slot background */\n emptyBackground: string;\n /** Card border */\n border: string;\n /** \"Principale\" badge background */\n badgeBackground: string;\n /** \"Principale\" badge text */\n badgeText: string;\n /** Remove (XCircle) icon color */\n removeIcon: string;\n}\n\nexport interface MediaPickerFileCardTokens {\n /** Card surface background */\n background: string;\n /** Card border */\n border: string;\n /** Icon area background */\n iconBackground: string;\n /** Filename + metadata text */\n text: string;\n /** File type icon tint */\n icon: string;\n}\n\nexport interface MediaPickerTokens {\n /** Section label text color */\n label: string;\n /** Section subtitle/helper text color */\n subtitle: string;\n photoCard: MediaPickerPhotoCardTokens;\n fileCard: MediaPickerFileCardTokens;\n}\n\nexport interface ColorSchemeTokens {\n // globals\n background: BackgroundTokens;\n text: TextTokens;\n border: BorderTokens;\n shadow: ShadowTokens;\n\n // status\n error: StatusTokens;\n success: StatusTokens;\n warning: StatusTokens;\n info: StatusTokens;\n\n // components — add new ones here when Tim creates them\n button: ButtonTokens;\n filterChip: FilterChipTokens;\n input: InputTokens;\n tag: TagTokens;\n calendar: CalendarTokens;\n tabBar: TabBarTokens;\n pageNav: PageNavTokens;\n canva: CanvaTokens;\n generalNav: GeneralNavTokens;\n bottomSheet: BottomSheetTokens;\n progressStep: ProgressStepTokens;\n checkbox: CheckboxTokens;\n radio: RadioTokens;\n swatch: SwatchTokens;\n spinner: SpinnerTokens;\n searchBar: SearchBarTokens;\n toggle: ToggleTokens;\n tabs: TabsTokens;\n listItem: ListItemTokens;\n mediaPicker: MediaPickerTokens;\n mapPin: MapPinTokens;\n}\n\n// ---------------------------------------------------------------------------\n// Theme (light + dark)\n// ---------------------------------------------------------------------------\n\nexport interface ColorTheme {\n light: ColorSchemeTokens;\n dark: ColorSchemeTokens;\n}"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@situaction/traquiste-mobile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.1.0-next.1",
|
|
4
4
|
"description": "React Native UI component library for Traquiste",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -57,7 +57,12 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"expo": ">=50.0.0",
|
|
59
59
|
"react": ">=18.0.0",
|
|
60
|
-
"react-native": ">=0.74.0"
|
|
60
|
+
"react-native": ">=0.74.0",
|
|
61
|
+
"@gorhom/bottom-sheet": ">=5",
|
|
62
|
+
"react-native-reanimated": ">=3",
|
|
63
|
+
"react-native-gesture-handler": ">=2",
|
|
64
|
+
"react-native-safe-area-context": ">=4",
|
|
65
|
+
"phosphor-react-native": ">=3"
|
|
61
66
|
},
|
|
62
67
|
"release": {
|
|
63
68
|
"branches": [
|
|
@@ -86,8 +91,6 @@
|
|
|
86
91
|
"access": "public"
|
|
87
92
|
},
|
|
88
93
|
"dependencies": {
|
|
89
|
-
"expo": "
|
|
90
|
-
"react": ">=18.0.0",
|
|
91
|
-
"react-native": ">=0.74.0"
|
|
94
|
+
"expo-linear-gradient": "~55.0.14"
|
|
92
95
|
}
|
|
93
96
|
}
|