@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/index.d.ts
CHANGED
|
@@ -1,7 +1,85 @@
|
|
|
1
1
|
export { ThemeProvider, useTheme } from './context/ThemeContext';
|
|
2
2
|
export { lightTokens } from './theme/tokens/light';
|
|
3
3
|
export { darkTokens } from './theme/tokens/dark';
|
|
4
|
-
export type { ColorMode, ColorSchemeTokens, ColorTheme, BackgroundTokens, TextTokens, BorderTokens, ShadowTokens, StatusTokens, ButtonTokens, InteractiveVariantTokens, InteractiveStateTokens, } from './theme/type';
|
|
4
|
+
export type { ColorMode, ColorSchemeTokens, ColorTheme, BackgroundTokens, TextTokens, BorderTokens, ShadowTokens, StatusTokens, ButtonTokens, InteractiveVariantTokens, InteractiveStateTokens, InputTokens, InputStateTokens, FilterChipTokens, FilterChipStateTokens, TabBarTokens, CanvaTokens, GeneralNavTokens, BottomSheetTokens, ProgressStepTokens, CheckboxTokens, CheckboxVariantTokens, CheckboxStateTokens, SwatchTokens, SpinnerTokens, SearchBarTokens, SearchBarStateTokens, ListItemTokens, ListItemStateTokens, MediaPickerTokens, MediaPickerPhotoCardTokens, MediaPickerFileCardTokens, MapPinTokens, MapPinStateTokens, } from './theme/type';
|
|
5
|
+
export { Card } from './components/Card';
|
|
6
|
+
export type { CardProps } from './components/Card';
|
|
7
|
+
export { InlineInfo } from './components/InlineInfo';
|
|
8
|
+
export type { InlineInfoProps, InlineInfoVariant, InlineInfoAction } from './components/InlineInfo';
|
|
9
|
+
export { CardEquip } from './components/CardEquip';
|
|
10
|
+
export type { CardEquipProps, CardEquipTag } from './components/CardEquip';
|
|
11
|
+
export { CardProfile } from './components/CardProfile';
|
|
12
|
+
export type { CardProfileProps, CardProfileLocationType } from './components/CardProfile';
|
|
13
|
+
export { RadioButton } from './components/RadioButton';
|
|
14
|
+
export type { RadioButtonProps, RadioButtonSize } from './components/RadioButton';
|
|
15
|
+
export { AssociationTag } from './components/AssociationTag';
|
|
16
|
+
export type { AssociationTagProps } from './components/AssociationTag';
|
|
5
17
|
export { Button } from './components/Button';
|
|
6
18
|
export type { ButtonProps, ButtonVariant, ButtonSize, ButtonContent } from './components/Button';
|
|
19
|
+
export { ButtonAction } from './components/ButtonAction';
|
|
20
|
+
export type { ButtonActionProps, ButtonActionSize } from './components/ButtonAction';
|
|
21
|
+
export { ButtonMap } from './components/ButtonMap';
|
|
22
|
+
export type { ButtonMapProps } from './components/ButtonMap';
|
|
23
|
+
export { ButtonMenu } from './components/ButtonMenu';
|
|
24
|
+
export type { ButtonMenuProps, ButtonMenuState } from './components/ButtonMenu';
|
|
25
|
+
export { FilterChip } from './components/FilterChip';
|
|
26
|
+
export type { FilterChipProps, FilterChipState, FilterChipType } from './components/FilterChip';
|
|
27
|
+
export { Input } from './components/Input';
|
|
28
|
+
export type { InputProps, InputVariant, InputSize, InputState } from './components/Input';
|
|
29
|
+
export { Tag } from './components/Tag';
|
|
30
|
+
export type { TagProps, TagSize, TagShape } from './components/Tag';
|
|
31
|
+
export { Calendar, CALENDAR_FR, CALENDAR_EN } from './components/Calendar';
|
|
32
|
+
export type { CalendarProps, CalendarDayProps, DayState, CalendarI18n } from './components/Calendar';
|
|
33
|
+
export { PageNav } from './components/navigation/PageNav';
|
|
34
|
+
export type { PageNavProps } from './components/navigation/PageNav';
|
|
35
|
+
export { TabBar } from './components/navigation/TabBar';
|
|
36
|
+
export type { TabBarProps, TabBarItem } from './components/navigation/TabBar';
|
|
37
|
+
export { MobileCanva } from './components/navigation/MobileCanva';
|
|
38
|
+
export type { MobileCanvaProps } from './components/navigation/MobileCanva';
|
|
39
|
+
export { ScreenCanva } from './components/navigation/ScreenCanva';
|
|
40
|
+
export type { ScreenCanvaProps } from './components/navigation/ScreenCanva';
|
|
41
|
+
export { GeneralNav } from './components/navigation/GeneralNav';
|
|
42
|
+
export type { GeneralNavProps } from './components/navigation/GeneralNav';
|
|
43
|
+
export { BottomSheet } from './components/BottomSheet';
|
|
44
|
+
export type { BottomSheetProps } from './components/BottomSheet';
|
|
45
|
+
export { ProgressStep } from './components/ProgressStep';
|
|
46
|
+
export type { ProgressStepProps } from './components/ProgressStep';
|
|
47
|
+
export { Stepper } from './components/Stepper';
|
|
48
|
+
export type { StepperProps } from './components/Stepper';
|
|
49
|
+
export { StepSheet } from './components/StepSheet';
|
|
50
|
+
export type { StepSheetProps } from './components/StepSheet';
|
|
51
|
+
export { Checkbox } from './components/Checkbox';
|
|
52
|
+
export type { CheckboxProps, CheckboxSize } from './components/Checkbox';
|
|
53
|
+
export { ColorSwatch } from './components/ColorSwatch';
|
|
54
|
+
export type { ColorSwatchProps } from './components/ColorSwatch';
|
|
55
|
+
export { Spinner } from './components/Spinner';
|
|
56
|
+
export type { SpinnerProps, SpinnerSize } from './components/Spinner';
|
|
57
|
+
export { SearchBar } from './components/SearchBar';
|
|
58
|
+
export type { SearchBarProps } from './components/SearchBar';
|
|
59
|
+
export { Switch } from './components/Switch';
|
|
60
|
+
export type { SwitchProps, SwitchSize } from './components/Switch';
|
|
61
|
+
export { Tab } from './components/Tab';
|
|
62
|
+
export type { TabProps, TabItem } from './components/Tab';
|
|
63
|
+
export { ColorPicker } from './components/ColorPicker';
|
|
64
|
+
export type { ColorPickerProps } from './components/ColorPicker';
|
|
65
|
+
export { ListItem } from './components/ListItem';
|
|
66
|
+
export type { ListItemProps } from './components/ListItem';
|
|
67
|
+
export { ListGroup } from './components/ListGroup';
|
|
68
|
+
export type { ListGroupProps, ListGroupItem } from './components/ListGroup';
|
|
69
|
+
export { FilterNav } from './components/FilterNav';
|
|
70
|
+
export type { FilterNavProps, FilterNavItem } from './components/FilterNav';
|
|
71
|
+
export { ImgPicker } from './components/ImgPicker';
|
|
72
|
+
export type { ImgPickerProps, ImgPickerImageItem } from './components/ImgPicker';
|
|
73
|
+
export { PhotoCard } from './components/PhotoCard';
|
|
74
|
+
export type { PhotoCardProps } from './components/PhotoCard';
|
|
75
|
+
export { FileCard } from './components/FileCard';
|
|
76
|
+
export type { FileCardProps } from './components/FileCard';
|
|
77
|
+
export { MediaPicker } from './components/MediaPicker';
|
|
78
|
+
export type { MediaPickerProps, MediaPickerMode, MediaPickerImageItem, MediaPickerFileItem, } from './components/MediaPicker';
|
|
79
|
+
export { MapPin, MAP_PIN_HEIGHT, MAP_PIN_SIMPLE_WIDTH } from './components/MapPin';
|
|
80
|
+
export type { MapPinProps, MapPinState, MapPinType, MapPinLabelVariant } from './components/MapPin';
|
|
81
|
+
export { Cluster } from './components/Cluster';
|
|
82
|
+
export type { ClusterProps, ClusterSize } from './components/Cluster';
|
|
83
|
+
export { BottomSheetProvider, useBottomSheet } from './context/BottomSheetContext';
|
|
84
|
+
export type { BottomSheetOptions, BottomSheetContextValue } from './context/BottomSheetContext';
|
|
7
85
|
//# sourceMappingURL=index.d.ts.map
|
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAChD,YAAY,EACV,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,wBAAwB,EACxB,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/build/index.js
CHANGED
|
@@ -4,5 +4,44 @@ export { ThemeProvider, useTheme } from './context/ThemeContext';
|
|
|
4
4
|
export { lightTokens } from './theme/tokens/light';
|
|
5
5
|
export { darkTokens } from './theme/tokens/dark';
|
|
6
6
|
// Components
|
|
7
|
+
export { Card } from './components/Card';
|
|
8
|
+
export { InlineInfo } from './components/InlineInfo';
|
|
9
|
+
export { CardEquip } from './components/CardEquip';
|
|
10
|
+
export { CardProfile } from './components/CardProfile';
|
|
11
|
+
export { RadioButton } from './components/RadioButton';
|
|
12
|
+
export { AssociationTag } from './components/AssociationTag';
|
|
7
13
|
export { Button } from './components/Button';
|
|
14
|
+
export { ButtonAction } from './components/ButtonAction';
|
|
15
|
+
export { ButtonMap } from './components/ButtonMap';
|
|
16
|
+
export { ButtonMenu } from './components/ButtonMenu';
|
|
17
|
+
export { FilterChip } from './components/FilterChip';
|
|
18
|
+
export { Input } from './components/Input';
|
|
19
|
+
export { Tag } from './components/Tag';
|
|
20
|
+
export { Calendar, CALENDAR_FR, CALENDAR_EN } from './components/Calendar';
|
|
21
|
+
export { PageNav } from './components/navigation/PageNav';
|
|
22
|
+
export { TabBar } from './components/navigation/TabBar';
|
|
23
|
+
export { MobileCanva } from './components/navigation/MobileCanva';
|
|
24
|
+
export { ScreenCanva } from './components/navigation/ScreenCanva';
|
|
25
|
+
export { GeneralNav } from './components/navigation/GeneralNav';
|
|
26
|
+
export { BottomSheet } from './components/BottomSheet';
|
|
27
|
+
export { ProgressStep } from './components/ProgressStep';
|
|
28
|
+
export { Stepper } from './components/Stepper';
|
|
29
|
+
export { StepSheet } from './components/StepSheet';
|
|
30
|
+
export { Checkbox } from './components/Checkbox';
|
|
31
|
+
export { ColorSwatch } from './components/ColorSwatch';
|
|
32
|
+
export { Spinner } from './components/Spinner';
|
|
33
|
+
export { SearchBar } from './components/SearchBar';
|
|
34
|
+
export { Switch } from './components/Switch';
|
|
35
|
+
export { Tab } from './components/Tab';
|
|
36
|
+
export { ColorPicker } from './components/ColorPicker';
|
|
37
|
+
export { ListItem } from './components/ListItem';
|
|
38
|
+
export { ListGroup } from './components/ListGroup';
|
|
39
|
+
export { FilterNav } from './components/FilterNav';
|
|
40
|
+
export { ImgPicker } from './components/ImgPicker';
|
|
41
|
+
export { PhotoCard } from './components/PhotoCard';
|
|
42
|
+
export { FileCard } from './components/FileCard';
|
|
43
|
+
export { MediaPicker } from './components/MediaPicker';
|
|
44
|
+
export { MapPin, MAP_PIN_HEIGHT, MAP_PIN_SIMPLE_WIDTH } from './components/MapPin';
|
|
45
|
+
export { Cluster } from './components/Cluster';
|
|
46
|
+
export { BottomSheetProvider, useBottomSheet } from './context/BottomSheetContext';
|
|
8
47
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E,QAAQ;AACR,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E,QAAQ;AACR,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAsChD,aAAa;AACb,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;AAGxC,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAGpD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAGlD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAGtD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAG5D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAGxD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAGlD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAGpD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAGpD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAG1C,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAGtC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAG1E,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AAGzD,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAA;AAGvD,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAA;AAEjE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAA;AAGjE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAG/D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAGtD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAGxD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAG9C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAGlD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAGhD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAGtD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAG9C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAElD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAE5C,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAElD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAElD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAElD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAElD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAEhD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAOtD,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAElF,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAG9C,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA","sourcesContent":["// Public API — re-export all components, types, and utilities from this file\n\n// Theme\nexport { ThemeProvider, useTheme } from './context/ThemeContext'\nexport { lightTokens } from './theme/tokens/light'\nexport { darkTokens } from './theme/tokens/dark'\nexport type {\n ColorMode,\n ColorSchemeTokens,\n ColorTheme,\n BackgroundTokens,\n TextTokens,\n BorderTokens,\n ShadowTokens,\n StatusTokens,\n ButtonTokens,\n InteractiveVariantTokens,\n InteractiveStateTokens,\n InputTokens,\n InputStateTokens,\n FilterChipTokens,\n FilterChipStateTokens,\n TabBarTokens,\n CanvaTokens,\n GeneralNavTokens,\n BottomSheetTokens,\n ProgressStepTokens,\n CheckboxTokens,\n CheckboxVariantTokens,\n CheckboxStateTokens,\n SwatchTokens,\n SpinnerTokens,\n SearchBarTokens,\n SearchBarStateTokens,\n ListItemTokens,\n ListItemStateTokens,\n MediaPickerTokens,\n MediaPickerPhotoCardTokens,\n MediaPickerFileCardTokens,\n MapPinTokens,\n MapPinStateTokens,\n} from './theme/type'\n\n// Components\nexport { Card } from './components/Card'\nexport type { CardProps } from './components/Card'\n\nexport { InlineInfo } from './components/InlineInfo'\nexport type { InlineInfoProps, InlineInfoVariant, InlineInfoAction } from './components/InlineInfo'\n\nexport { CardEquip } from './components/CardEquip'\nexport type { CardEquipProps, CardEquipTag } from './components/CardEquip'\n\nexport { CardProfile } from './components/CardProfile'\nexport type { CardProfileProps, CardProfileLocationType } from './components/CardProfile'\n\nexport { RadioButton } from './components/RadioButton'\nexport type { RadioButtonProps, RadioButtonSize } from './components/RadioButton'\n\nexport { AssociationTag } from './components/AssociationTag'\nexport type { AssociationTagProps } from './components/AssociationTag'\n\nexport { Button } from './components/Button'\nexport type { ButtonProps, ButtonVariant, ButtonSize, ButtonContent } from './components/Button'\n\nexport { ButtonAction } from './components/ButtonAction'\nexport type { ButtonActionProps, ButtonActionSize } from './components/ButtonAction'\n\nexport { ButtonMap } from './components/ButtonMap'\nexport type { ButtonMapProps } from './components/ButtonMap'\n\nexport { ButtonMenu } from './components/ButtonMenu'\nexport type { ButtonMenuProps, ButtonMenuState } from './components/ButtonMenu'\n\nexport { FilterChip } from './components/FilterChip'\nexport type { FilterChipProps, FilterChipState, FilterChipType } from './components/FilterChip'\n\nexport { Input } from './components/Input'\nexport type { InputProps, InputVariant, InputSize, InputState } from './components/Input'\n\nexport { Tag } from './components/Tag'\nexport type { TagProps, TagSize, TagShape } from './components/Tag'\n\nexport { Calendar, CALENDAR_FR, CALENDAR_EN } from './components/Calendar'\nexport type { CalendarProps, CalendarDayProps, DayState, CalendarI18n } from './components/Calendar'\n\nexport { PageNav } from './components/navigation/PageNav'\nexport type { PageNavProps } from './components/navigation/PageNav'\n\nexport { TabBar } from './components/navigation/TabBar'\nexport type { TabBarProps, TabBarItem } from './components/navigation/TabBar'\n\nexport { MobileCanva } from './components/navigation/MobileCanva'\nexport type { MobileCanvaProps } from './components/navigation/MobileCanva'\nexport { ScreenCanva } from './components/navigation/ScreenCanva'\nexport type { ScreenCanvaProps } from './components/navigation/ScreenCanva'\n\nexport { GeneralNav } from './components/navigation/GeneralNav'\nexport type { GeneralNavProps } from './components/navigation/GeneralNav'\n\nexport { BottomSheet } from './components/BottomSheet'\nexport type { BottomSheetProps } from './components/BottomSheet'\n\nexport { ProgressStep } from './components/ProgressStep'\nexport type { ProgressStepProps } from './components/ProgressStep'\n\nexport { Stepper } from './components/Stepper'\nexport type { StepperProps } from './components/Stepper'\n\nexport { StepSheet } from './components/StepSheet'\nexport type { StepSheetProps } from './components/StepSheet'\n\nexport { Checkbox } from './components/Checkbox'\nexport type { CheckboxProps, CheckboxSize } from './components/Checkbox'\n\nexport { ColorSwatch } from './components/ColorSwatch'\nexport type { ColorSwatchProps } from './components/ColorSwatch'\n\nexport { Spinner } from './components/Spinner'\nexport type { SpinnerProps, SpinnerSize } from './components/Spinner'\n\nexport { SearchBar } from './components/SearchBar'\nexport type { SearchBarProps } from './components/SearchBar'\nexport { Switch } from './components/Switch'\nexport type { SwitchProps, SwitchSize } from './components/Switch'\nexport { Tab } from './components/Tab'\nexport type { TabProps, TabItem } from './components/Tab'\nexport { ColorPicker } from './components/ColorPicker'\nexport type { ColorPickerProps } from './components/ColorPicker'\nexport { ListItem } from './components/ListItem'\nexport type { ListItemProps } from './components/ListItem'\nexport { ListGroup } from './components/ListGroup'\nexport type { ListGroupProps, ListGroupItem } from './components/ListGroup'\nexport { FilterNav } from './components/FilterNav'\nexport type { FilterNavProps, FilterNavItem } from './components/FilterNav'\nexport { ImgPicker } from './components/ImgPicker'\nexport type { ImgPickerProps, ImgPickerImageItem } from './components/ImgPicker'\nexport { PhotoCard } from './components/PhotoCard'\nexport type { PhotoCardProps } from './components/PhotoCard'\nexport { FileCard } from './components/FileCard'\nexport type { FileCardProps } from './components/FileCard'\nexport { MediaPicker } from './components/MediaPicker'\nexport type {\n MediaPickerProps,\n MediaPickerMode,\n MediaPickerImageItem,\n MediaPickerFileItem,\n} from './components/MediaPicker'\nexport { MapPin, MAP_PIN_HEIGHT, MAP_PIN_SIMPLE_WIDTH } from './components/MapPin'\nexport type { MapPinProps, MapPinState, MapPinType, MapPinLabelVariant } from './components/MapPin'\nexport { Cluster } from './components/Cluster'\nexport type { ClusterProps, ClusterSize } from './components/Cluster'\n\nexport { BottomSheetProvider, useBottomSheet } from './context/BottomSheetContext'\nexport type { BottomSheetOptions, BottomSheetContextValue } from './context/BottomSheetContext'\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../../src/theme/tokens/dark.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../../src/theme/tokens/dark.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,iBAkbxB,CAAC"}
|
|
@@ -60,15 +60,15 @@ export const darkTokens = {
|
|
|
60
60
|
button: {
|
|
61
61
|
primary: {
|
|
62
62
|
default: {
|
|
63
|
-
background: '
|
|
64
|
-
text: '#
|
|
65
|
-
icon: '#
|
|
63
|
+
background: 'rgba(115,116,153,0.5)',
|
|
64
|
+
text: '#ffffff',
|
|
65
|
+
icon: '#ffffff',
|
|
66
66
|
border: 'transparent',
|
|
67
67
|
},
|
|
68
68
|
pressed: {
|
|
69
|
-
background: '
|
|
70
|
-
text: '#
|
|
71
|
-
icon: '#
|
|
69
|
+
background: 'rgba(115,116,153,0.3)',
|
|
70
|
+
text: '#ffffff',
|
|
71
|
+
icon: '#ffffff',
|
|
72
72
|
border: 'transparent',
|
|
73
73
|
},
|
|
74
74
|
disabled: {
|
|
@@ -80,16 +80,16 @@ export const darkTokens = {
|
|
|
80
80
|
},
|
|
81
81
|
tertiary: {
|
|
82
82
|
default: {
|
|
83
|
-
background: '
|
|
83
|
+
background: '#2f2b37',
|
|
84
84
|
text: '#ffffff',
|
|
85
85
|
icon: '#ffffff',
|
|
86
|
-
border: '
|
|
86
|
+
border: 'rgba(115,116,153,0.5)',
|
|
87
87
|
},
|
|
88
88
|
pressed: {
|
|
89
|
-
background: '
|
|
89
|
+
background: 'rgba(115,116,153,0.4)',
|
|
90
90
|
text: '#ffffff',
|
|
91
91
|
icon: '#ffffff',
|
|
92
|
-
border: '
|
|
92
|
+
border: 'rgba(115,116,153,0.5)',
|
|
93
93
|
},
|
|
94
94
|
disabled: {
|
|
95
95
|
background: '#ffffff0d',
|
|
@@ -140,7 +140,260 @@ export const darkTokens = {
|
|
|
140
140
|
},
|
|
141
141
|
},
|
|
142
142
|
// -------------------------------------------------------------------------
|
|
143
|
+
// FilterChip
|
|
144
|
+
// -------------------------------------------------------------------------
|
|
145
|
+
filterChip: {
|
|
146
|
+
default: { background: 'transparent', text: '#ffffff', icon: '#ffffff', borderColor: 'rgba(115,116,153,0.5)' },
|
|
147
|
+
pressed: { background: 'rgba(115,116,153,0.4)', text: '#ffffff', icon: '#ffffff', borderColor: 'rgba(115,116,153,0.5)' },
|
|
148
|
+
selected: { background: 'transparent', text: '#ffffff', icon: '#ffffff', borderColor: '#ffffff' },
|
|
149
|
+
disabled: { background: '#ffffff0d', text: 'rgba(255,255,255,0.6)', icon: 'rgba(255,255,255,0.6)', borderColor: '#ffffff1a' },
|
|
150
|
+
},
|
|
151
|
+
// -------------------------------------------------------------------------
|
|
152
|
+
// Input
|
|
153
|
+
// -------------------------------------------------------------------------
|
|
154
|
+
input: {
|
|
155
|
+
default: { background: '#2f2b37', border: 'rgba(115,116,153,0.5)', text: '#ffffff', placeholder: 'rgba(255,255,255,0.6)', icon: 'rgba(255,255,255,0.6)', label: 'rgba(255,255,255,0.6)', helper: 'rgba(255,255,255,0.6)' },
|
|
156
|
+
focused: { background: '#2f2b37', border: '#ffffff', text: '#ffffff', placeholder: 'rgba(255,255,255,0.6)', icon: '#ffffff', label: '#ffffff', helper: 'rgba(255,255,255,0.6)' },
|
|
157
|
+
error: { background: '#2f2b37', border: '#ff4747', text: '#ffffff', placeholder: 'rgba(255,255,255,0.6)', icon: '#ff4747', label: '#ff4747', helper: '#ff4747' },
|
|
158
|
+
disabled: { background: 'rgba(15,15,15,0.2)', border: '#ffffff1a', text: 'rgba(255,255,255,0.6)', placeholder: 'rgba(255,255,255,0.6)', icon: 'rgba(255,255,255,0.6)', label: 'rgba(255,255,255,0.6)', helper: 'rgba(255,255,255,0.6)' },
|
|
159
|
+
},
|
|
160
|
+
// -------------------------------------------------------------------------
|
|
161
|
+
// Tag
|
|
162
|
+
// -------------------------------------------------------------------------
|
|
163
|
+
tag: {
|
|
164
|
+
purple: { background: '#2a2442', text: '#d1d3f4', icon: '#d1d3f4' },
|
|
165
|
+
sable: { background: '#f5efdf', text: '#1c1710', icon: '#1c1710' },
|
|
166
|
+
disabled: { background: '#ffffff0d', text: '#ffffff4d', icon: '#ffffff4d' },
|
|
167
|
+
},
|
|
168
|
+
// -------------------------------------------------------------------------
|
|
169
|
+
// Calendar
|
|
170
|
+
// -------------------------------------------------------------------------
|
|
171
|
+
calendar: {
|
|
172
|
+
day: {
|
|
173
|
+
default: { text: '#ffffff', secondary: 'rgba(255,255,255,0.4)' },
|
|
174
|
+
selected: { background: '#ffffff', text: '#0f0f0f' },
|
|
175
|
+
today: { text: '#ffffff', border: '#ffffff', dot: '#ffffff' },
|
|
176
|
+
disabled: { text: 'rgba(255,255,255,0.1)' },
|
|
177
|
+
data: { dot: '#ffffff' },
|
|
178
|
+
dataSelected: { dot: '#0f0f0f' },
|
|
179
|
+
},
|
|
180
|
+
range: { background: 'rgba(115,116,153,0.2)' },
|
|
181
|
+
header: { border: 'rgba(115,116,153,0.5)' },
|
|
182
|
+
legend: { background: 'rgba(255,255,255,0.05)' },
|
|
183
|
+
},
|
|
184
|
+
// -------------------------------------------------------------------------
|
|
185
|
+
// TabBar
|
|
186
|
+
// -------------------------------------------------------------------------
|
|
187
|
+
// TODO: Figma dark values not yet specified — using sensible dark defaults
|
|
188
|
+
tabBar: {
|
|
189
|
+
defaultText: '#d7d7e0',
|
|
190
|
+
activeText: '#ffffff',
|
|
191
|
+
activeBackground: 'rgba(209,195,160,0.20)',
|
|
192
|
+
activeBorder: 'rgba(255,255,255,0.20)',
|
|
193
|
+
containerBackground: '#28242e',
|
|
194
|
+
containerBorder: 'rgba(255,255,255,0.20)',
|
|
195
|
+
badgeBackground: '#ff4747',
|
|
196
|
+
badgeText: '#ffffff',
|
|
197
|
+
},
|
|
198
|
+
// -------------------------------------------------------------------------
|
|
199
|
+
// MobileCanva
|
|
200
|
+
// -------------------------------------------------------------------------
|
|
201
|
+
pageNav: {
|
|
202
|
+
defaultText: '#ffffff',
|
|
203
|
+
activeText: '#ffffff',
|
|
204
|
+
activeBackground: '#3e3f4e',
|
|
205
|
+
activeBorder: 'rgba(255,255,255,0.20)',
|
|
206
|
+
containerBackground: 'rgba(255,255,255,0.05)',
|
|
207
|
+
containerBorder: 'rgba(255,255,255,0.20)',
|
|
208
|
+
},
|
|
209
|
+
canva: {
|
|
210
|
+
contentBackground: '#2f2b37',
|
|
211
|
+
contentBorder: 'rgba(255,255,255,0.15)',
|
|
212
|
+
shellBackground: '#28242e',
|
|
213
|
+
homebarColor: '#ffffff',
|
|
214
|
+
},
|
|
215
|
+
// -------------------------------------------------------------------------
|
|
216
|
+
// GeneralNav
|
|
217
|
+
// -------------------------------------------------------------------------
|
|
218
|
+
generalNav: {
|
|
219
|
+
navTextIcons: '#ffffff',
|
|
220
|
+
},
|
|
221
|
+
// -------------------------------------------------------------------------
|
|
222
|
+
// BottomSheet
|
|
223
|
+
// -------------------------------------------------------------------------
|
|
224
|
+
bottomSheet: {
|
|
225
|
+
background: '#2f2b37', // background.secondary
|
|
226
|
+
border: '#ffffff33', // border.window
|
|
227
|
+
handle: '#ffffff33', // border.default
|
|
228
|
+
closeIcon: '#8b8da5', // text.tertiary
|
|
229
|
+
},
|
|
230
|
+
// -------------------------------------------------------------------------
|
|
231
|
+
// ProgressStep
|
|
232
|
+
// -------------------------------------------------------------------------
|
|
233
|
+
// TODO: Figma dark values not yet specified — using sensible dark defaults
|
|
234
|
+
progressStep: {
|
|
235
|
+
active: '#ffffff',
|
|
236
|
+
done: '#ffffff',
|
|
237
|
+
default: 'rgba(255, 255, 255, 0.20)',
|
|
238
|
+
},
|
|
239
|
+
// -------------------------------------------------------------------------
|
|
240
|
+
// Checkbox
|
|
241
|
+
// -------------------------------------------------------------------------
|
|
242
|
+
checkbox: {
|
|
243
|
+
unchecked: {
|
|
244
|
+
default: { background: 'transparent', border: '#ffffff', icon: 'transparent' },
|
|
245
|
+
pressed: { background: 'rgba(255,255,255,0.2)', border: 'rgba(255,255,255,0.6)', icon: 'transparent' },
|
|
246
|
+
disabled: { background: 'transparent', border: '#ffffff1a', icon: 'transparent' },
|
|
247
|
+
},
|
|
248
|
+
checked: {
|
|
249
|
+
default: { background: '#ffffff', border: '#ffffff', icon: '#28242e' },
|
|
250
|
+
pressed: { background: '#d1d1d1', border: '#d1d1d1', icon: '#28242e' },
|
|
251
|
+
disabled: { background: 'rgba(255,255,255,0.4)', border: 'transparent', icon: '#28242e' },
|
|
252
|
+
},
|
|
253
|
+
label: '#ffffff',
|
|
254
|
+
labelDisabled: '#ffffff4d',
|
|
255
|
+
helper: '#8b8da5',
|
|
256
|
+
},
|
|
257
|
+
// -------------------------------------------------------------------------
|
|
143
258
|
// Add new component tokens below
|
|
144
259
|
// -------------------------------------------------------------------------
|
|
260
|
+
toggle: {
|
|
261
|
+
trackOff: 'rgba(115,116,153,0.7)',
|
|
262
|
+
trackOn: '#ffffff',
|
|
263
|
+
thumbOff: '#28242e',
|
|
264
|
+
thumbOn: '#28242e',
|
|
265
|
+
trackOffDisabled: 'rgba(255,255,255,0.3)',
|
|
266
|
+
trackOnDisabled: 'rgba(255,255,255,0.3)',
|
|
267
|
+
thumbDisabled: '#28242e',
|
|
268
|
+
label: '#ffffff',
|
|
269
|
+
labelDisabled: '#ffffff4d',
|
|
270
|
+
},
|
|
271
|
+
searchBar: {
|
|
272
|
+
default: {
|
|
273
|
+
background: '#2f2b37',
|
|
274
|
+
border: 'rgba(255,255,255,0.2)',
|
|
275
|
+
text: '#ffffff',
|
|
276
|
+
placeholder: 'rgba(255,255,255,0.4)',
|
|
277
|
+
icon: 'rgba(255,255,255,0.4)',
|
|
278
|
+
},
|
|
279
|
+
focused: {
|
|
280
|
+
background: '#2f2b37',
|
|
281
|
+
border: '#ffffff',
|
|
282
|
+
text: '#ffffff',
|
|
283
|
+
placeholder: 'rgba(255,255,255,0.4)',
|
|
284
|
+
icon: '#ffffff',
|
|
285
|
+
},
|
|
286
|
+
disabled: {
|
|
287
|
+
background: 'rgba(255,255,255,0.05)',
|
|
288
|
+
border: 'rgba(255,255,255,0.1)',
|
|
289
|
+
text: 'rgba(255,255,255,0.3)',
|
|
290
|
+
placeholder: 'rgba(255,255,255,0.3)',
|
|
291
|
+
icon: 'rgba(255,255,255,0.3)',
|
|
292
|
+
},
|
|
293
|
+
clearIcon: '#ffffff',
|
|
294
|
+
},
|
|
295
|
+
spinner: {
|
|
296
|
+
track: 'rgba(255,255,255,0.2)',
|
|
297
|
+
arc: '#ffffff',
|
|
298
|
+
label: '#ffffff',
|
|
299
|
+
overlay: 'rgba(15,15,15,0.7)',
|
|
300
|
+
},
|
|
301
|
+
swatch: {
|
|
302
|
+
selectedRing: '#ffffff',
|
|
303
|
+
check: '#ffffff',
|
|
304
|
+
},
|
|
305
|
+
tabs: {
|
|
306
|
+
line: {
|
|
307
|
+
active: { text: '#ffffff', indicator: '#ffffff' },
|
|
308
|
+
inactive: { text: 'rgba(255,255,255,0.4)' },
|
|
309
|
+
disabled: { text: 'rgba(255,255,255,0.2)' },
|
|
310
|
+
containerBorder: 'rgba(255,255,255,0.2)',
|
|
311
|
+
},
|
|
312
|
+
button: {
|
|
313
|
+
container: { background: 'rgba(255,255,255,0.05)', border: 'rgba(255,255,255,0.2)' },
|
|
314
|
+
active: { background: '#3e3f4e', border: 'rgba(255,255,255,0.2)', text: '#ffffff' },
|
|
315
|
+
default: { text: 'rgba(255,255,255,0.6)' },
|
|
316
|
+
disabled: { text: 'rgba(255,255,255,0.2)' },
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
listItem: {
|
|
320
|
+
default: { label: '#ffffff', sublabel: 'rgba(255,255,255,0.4)', iconColor: 'rgba(255,255,255,0.8)' },
|
|
321
|
+
disabled: { label: 'rgba(255,255,255,0.6)', sublabel: 'rgba(255,255,255,0.4)', iconColor: 'rgba(255,255,255,0.3)' },
|
|
322
|
+
pressedBackground: 'rgba(115,116,153,0.3)',
|
|
323
|
+
section: { label: 'rgba(255,255,255,0.6)' },
|
|
324
|
+
divider: 'rgba(255,255,255,0.15)',
|
|
325
|
+
},
|
|
326
|
+
mapPin: {
|
|
327
|
+
default: {
|
|
328
|
+
background: '#28242e', // pill badge bg — dark in dark mode
|
|
329
|
+
simpleBackground: '#ffffff', // simple badge bg — white in dark mode
|
|
330
|
+
border: '#ffffff',
|
|
331
|
+
iconCircle: '#ffffff',
|
|
332
|
+
iconColor: '#28242e', // dark icon on white circle
|
|
333
|
+
countText: '#ffffff',
|
|
334
|
+
},
|
|
335
|
+
focus: {
|
|
336
|
+
background: '#ffffff',
|
|
337
|
+
simpleBackground: '#ffffff',
|
|
338
|
+
border: '#28242e',
|
|
339
|
+
iconCircle: '#ffffff',
|
|
340
|
+
iconColor: '#28242e',
|
|
341
|
+
countText: '#28242e',
|
|
342
|
+
},
|
|
343
|
+
lostDefault: {
|
|
344
|
+
background: '#ffffff',
|
|
345
|
+
simpleBackground: '#ffffff',
|
|
346
|
+
border: '#ff4747',
|
|
347
|
+
iconCircle: '#ff4747',
|
|
348
|
+
iconColor: '#ffffff',
|
|
349
|
+
countText: '#28242e',
|
|
350
|
+
},
|
|
351
|
+
lostFocus: {
|
|
352
|
+
background: '#ffffff', // inverted vs light (was red)
|
|
353
|
+
simpleBackground: '#ffffff',
|
|
354
|
+
border: '#ff4747', // inverted vs light (was white)
|
|
355
|
+
iconCircle: '#ff4747', // inverted vs light (was white)
|
|
356
|
+
iconColor: '#ffffff',
|
|
357
|
+
countText: '#ffffff',
|
|
358
|
+
},
|
|
359
|
+
label: {
|
|
360
|
+
map: '#ffffff', // --mappin/label/fill-default dark
|
|
361
|
+
satellite: '#ffffff', // --mappin/label/fill-satellite (always white)
|
|
362
|
+
},
|
|
363
|
+
pillShadowColor: '#000000', // focus pill drop shadow — rgba(0,0,0,0.25) via shadowOpacity
|
|
364
|
+
},
|
|
365
|
+
mediaPicker: {
|
|
366
|
+
label: 'rgba(255,255,255,0.6)',
|
|
367
|
+
subtitle: 'rgba(255,255,255,0.4)',
|
|
368
|
+
photoCard: {
|
|
369
|
+
emptyBackground: 'rgba(255,255,255,0.06)',
|
|
370
|
+
border: 'rgba(255,255,255,0.2)',
|
|
371
|
+
badgeBackground: '#ffffff',
|
|
372
|
+
badgeText: '#0f0f0f',
|
|
373
|
+
removeIcon: '#0f0f0f',
|
|
374
|
+
},
|
|
375
|
+
fileCard: {
|
|
376
|
+
background: '#1e1c24',
|
|
377
|
+
border: 'rgba(255,255,255,0.15)',
|
|
378
|
+
iconBackground: 'rgba(255,255,255,0.06)',
|
|
379
|
+
text: '#ffffff',
|
|
380
|
+
icon: 'rgba(255,255,255,0.7)',
|
|
381
|
+
},
|
|
382
|
+
},
|
|
383
|
+
radio: {
|
|
384
|
+
unselected: {
|
|
385
|
+
default: { ring: '#ffffff', fill: 'transparent', dot: 'transparent' },
|
|
386
|
+
pressed: { ring: '#ffffff', fill: 'rgba(255,255,255,0.10)', dot: 'transparent' },
|
|
387
|
+
disabled: { ring: '#3e3a43', fill: '#ffffff1a', dot: 'transparent' },
|
|
388
|
+
},
|
|
389
|
+
selected: {
|
|
390
|
+
default: { ring: '#ffffff', fill: '#ffffff', dot: '#28242e' },
|
|
391
|
+
pressed: { ring: '#d1d1d1', fill: '#d1d1d1', dot: '#28242e' },
|
|
392
|
+
disabled: { ring: '#ffffff1a', fill: '#ffffff1a', dot: '#28242e' },
|
|
393
|
+
},
|
|
394
|
+
label: '#ffffff',
|
|
395
|
+
labelDisabled: '#ffffff4d',
|
|
396
|
+
helper: '#8b8da5',
|
|
397
|
+
},
|
|
145
398
|
};
|
|
146
399
|
//# sourceMappingURL=dark.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dark.js","sourceRoot":"","sources":["../../../src/theme/tokens/dark.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Base dark tokens.\n * These are the default dark values — themes override what they need.\n * Tim: add new component tokens at the bottom when creating a new component.\n */\n\nimport type { ColorSchemeTokens } from '../type';\n\nexport const darkTokens: ColorSchemeTokens = {\n // -------------------------------------------------------------------------\n // Globals\n // -------------------------------------------------------------------------\n\n background: {\n primary: '#28242e',\n secondary: '#2f2b37',\n tertiary: '#3e3f4e',\n overlay: '#0f0f0f99',\n menu: '#2f2b37',\n },\n\n text: {\n primary: '#ffffff',\n secondary: '#d7d7e0',\n tertiary: '#8b8da5',\n disabled: '#ffffff4d',\n onColor: '#ffffff',\n },\n\n border: {\n default: '#ffffff33',\n strong: '#ffffff4d',\n disabled: '#ffffff1a',\n window: '#ffffff33',\n },\n\n shadow: {\n minimal: '#0f0f0f1a',\n lowest: '#0f0f0f33',\n },\n\n // -------------------------------------------------------------------------\n // Status\n // -------------------------------------------------------------------------\n\n error: {\n default: '#ff6464',\n light: '#4b0404',\n dark: '#ff9d9d',\n },\n\n success: {\n default: '#45c85a',\n light: '#092a10',\n dark: '#91e49e',\n },\n\n warning: {\n default: '#eeb721',\n light: '#3f1c09',\n dark: '#f4cf50',\n },\n\n info: {\n default: '#d7d7e0',\n light: '#3e3f4e',\n dark: '#f7f7f8',\n },\n\n // -------------------------------------------------------------------------\n // Button\n // -------------------------------------------------------------------------\n\n button: {\n primary: {\n default: {\n background: '#ffffff',\n text: '#28242e',\n icon: '#28242e',\n border: 'transparent',\n },\n pressed: {\n background: '#d1d1d1',\n text: '#28242e',\n icon: '#28242e',\n border: 'transparent',\n },\n disabled: {\n background: '#ffffff1a',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: 'transparent',\n },\n },\n tertiary: {\n default: {\n background: 'transparent',\n text: '#ffffff',\n icon: '#ffffff',\n border: '#ffffff33',\n },\n pressed: {\n background: '#ffffff1a',\n text: '#ffffff',\n icon: '#ffffff',\n border: '#ffffff33',\n },\n disabled: {\n background: '#ffffff0d',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: '#ffffff1a',\n },\n },\n ghost: {\n default: {\n background: 'transparent',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n pressed: {\n background: '#ffffff1a',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n disabled: {\n background: 'transparent',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: 'transparent',\n },\n },\n destructive: {\n default: {\n background: '#ff4747',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n pressed: {\n background: '#c80d0d',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n disabled: {\n background: '#ffffff0d',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: 'transparent',\n },\n },\n },\n\n // -------------------------------------------------------------------------\n // Add new component tokens below\n // -------------------------------------------------------------------------\n};"]}
|
|
1
|
+
{"version":3,"file":"dark.js","sourceRoot":"","sources":["../../../src/theme/tokens/dark.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Base dark tokens.\n * These are the default dark values — themes override what they need.\n * Tim: add new component tokens at the bottom when creating a new component.\n */\n\nimport type { ColorSchemeTokens } from '../type';\n\nexport const darkTokens: ColorSchemeTokens = {\n // -------------------------------------------------------------------------\n // Globals\n // -------------------------------------------------------------------------\n\n background: {\n primary: '#28242e',\n secondary: '#2f2b37',\n tertiary: '#3e3f4e',\n overlay: '#0f0f0f99',\n menu: '#2f2b37',\n },\n\n text: {\n primary: '#ffffff',\n secondary: '#d7d7e0',\n tertiary: '#8b8da5',\n disabled: '#ffffff4d',\n onColor: '#ffffff',\n },\n\n border: {\n default: '#ffffff33',\n strong: '#ffffff4d',\n disabled: '#ffffff1a',\n window: '#ffffff33',\n },\n\n shadow: {\n minimal: '#0f0f0f1a',\n lowest: '#0f0f0f33',\n },\n\n // -------------------------------------------------------------------------\n // Status\n // -------------------------------------------------------------------------\n\n error: {\n default: '#ff6464',\n light: '#4b0404',\n dark: '#ff9d9d',\n },\n\n success: {\n default: '#45c85a',\n light: '#092a10',\n dark: '#91e49e',\n },\n\n warning: {\n default: '#eeb721',\n light: '#3f1c09',\n dark: '#f4cf50',\n },\n\n info: {\n default: '#d7d7e0',\n light: '#3e3f4e',\n dark: '#f7f7f8',\n },\n\n // -------------------------------------------------------------------------\n // Button\n // -------------------------------------------------------------------------\n\n button: {\n primary: {\n default: {\n background: 'rgba(115,116,153,0.5)',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n pressed: {\n background: 'rgba(115,116,153,0.3)',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n disabled: {\n background: '#ffffff1a',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: 'transparent',\n },\n },\n tertiary: {\n default: {\n background: '#2f2b37',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'rgba(115,116,153,0.5)',\n },\n pressed: {\n background: 'rgba(115,116,153,0.4)',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'rgba(115,116,153,0.5)',\n },\n disabled: {\n background: '#ffffff0d',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: '#ffffff1a',\n },\n },\n ghost: {\n default: {\n background: 'transparent',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n pressed: {\n background: '#ffffff1a',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n disabled: {\n background: 'transparent',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: 'transparent',\n },\n },\n destructive: {\n default: {\n background: '#ff4747',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n pressed: {\n background: '#c80d0d',\n text: '#ffffff',\n icon: '#ffffff',\n border: 'transparent',\n },\n disabled: {\n background: '#ffffff0d',\n text: '#ffffff4d',\n icon: '#ffffff4d',\n border: 'transparent',\n },\n },\n },\n\n // -------------------------------------------------------------------------\n // FilterChip\n // -------------------------------------------------------------------------\n\n filterChip: {\n default: { background: 'transparent', text: '#ffffff', icon: '#ffffff', borderColor: 'rgba(115,116,153,0.5)' },\n pressed: { background: 'rgba(115,116,153,0.4)', text: '#ffffff', icon: '#ffffff', borderColor: 'rgba(115,116,153,0.5)' },\n selected: { background: 'transparent', text: '#ffffff', icon: '#ffffff', borderColor: '#ffffff' },\n disabled: { background: '#ffffff0d', text: 'rgba(255,255,255,0.6)', icon: 'rgba(255,255,255,0.6)', borderColor: '#ffffff1a' },\n },\n\n // -------------------------------------------------------------------------\n // Input\n // -------------------------------------------------------------------------\n\n input: {\n default: { background: '#2f2b37', border: 'rgba(115,116,153,0.5)', text: '#ffffff', placeholder: 'rgba(255,255,255,0.6)', icon: 'rgba(255,255,255,0.6)', label: 'rgba(255,255,255,0.6)', helper: 'rgba(255,255,255,0.6)' },\n focused: { background: '#2f2b37', border: '#ffffff', text: '#ffffff', placeholder: 'rgba(255,255,255,0.6)', icon: '#ffffff', label: '#ffffff', helper: 'rgba(255,255,255,0.6)' },\n error: { background: '#2f2b37', border: '#ff4747', text: '#ffffff', placeholder: 'rgba(255,255,255,0.6)', icon: '#ff4747', label: '#ff4747', helper: '#ff4747' },\n disabled: { background: 'rgba(15,15,15,0.2)', border: '#ffffff1a', text: 'rgba(255,255,255,0.6)', placeholder: 'rgba(255,255,255,0.6)', icon: 'rgba(255,255,255,0.6)', label: 'rgba(255,255,255,0.6)', helper: 'rgba(255,255,255,0.6)' },\n },\n\n // -------------------------------------------------------------------------\n // Tag\n // -------------------------------------------------------------------------\n\n tag: {\n purple: { background: '#2a2442', text: '#d1d3f4', icon: '#d1d3f4' },\n sable: { background: '#f5efdf', text: '#1c1710', icon: '#1c1710' },\n disabled: { background: '#ffffff0d', text: '#ffffff4d', icon: '#ffffff4d' },\n },\n\n // -------------------------------------------------------------------------\n // Calendar\n // -------------------------------------------------------------------------\n\n calendar: {\n day: {\n default: { text: '#ffffff', secondary: 'rgba(255,255,255,0.4)' },\n selected: { background: '#ffffff', text: '#0f0f0f' },\n today: { text: '#ffffff', border: '#ffffff', dot: '#ffffff' },\n disabled: { text: 'rgba(255,255,255,0.1)' },\n data: { dot: '#ffffff' },\n dataSelected: { dot: '#0f0f0f' },\n },\n range: { background: 'rgba(115,116,153,0.2)' },\n header: { border: 'rgba(115,116,153,0.5)' },\n legend: { background: 'rgba(255,255,255,0.05)' },\n },\n\n // -------------------------------------------------------------------------\n // TabBar\n // -------------------------------------------------------------------------\n\n // TODO: Figma dark values not yet specified — using sensible dark defaults\n tabBar: {\n defaultText: '#d7d7e0',\n activeText: '#ffffff',\n activeBackground: 'rgba(209,195,160,0.20)',\n activeBorder: 'rgba(255,255,255,0.20)',\n containerBackground: '#28242e',\n containerBorder: 'rgba(255,255,255,0.20)',\n badgeBackground: '#ff4747',\n badgeText: '#ffffff',\n },\n\n // -------------------------------------------------------------------------\n // MobileCanva\n // -------------------------------------------------------------------------\n\n pageNav: {\n defaultText: '#ffffff',\n activeText: '#ffffff',\n activeBackground: '#3e3f4e',\n activeBorder: 'rgba(255,255,255,0.20)',\n containerBackground: 'rgba(255,255,255,0.05)',\n containerBorder: 'rgba(255,255,255,0.20)',\n },\n\n canva: {\n contentBackground: '#2f2b37',\n contentBorder: 'rgba(255,255,255,0.15)',\n shellBackground: '#28242e',\n homebarColor: '#ffffff',\n },\n\n // -------------------------------------------------------------------------\n // GeneralNav\n // -------------------------------------------------------------------------\n\n generalNav: {\n navTextIcons: '#ffffff',\n },\n\n // -------------------------------------------------------------------------\n // BottomSheet\n // -------------------------------------------------------------------------\n\n bottomSheet: {\n background: '#2f2b37', // background.secondary\n border: '#ffffff33', // border.window\n handle: '#ffffff33', // border.default\n closeIcon: '#8b8da5', // text.tertiary\n },\n\n // -------------------------------------------------------------------------\n // ProgressStep\n // -------------------------------------------------------------------------\n\n // TODO: Figma dark values not yet specified — using sensible dark defaults\n progressStep: {\n active: '#ffffff',\n done: '#ffffff',\n default: 'rgba(255, 255, 255, 0.20)',\n },\n\n // -------------------------------------------------------------------------\n // Checkbox\n // -------------------------------------------------------------------------\n\n checkbox: {\n unchecked: {\n default: { background: 'transparent', border: '#ffffff', icon: 'transparent' },\n pressed: { background: 'rgba(255,255,255,0.2)', border: 'rgba(255,255,255,0.6)', icon: 'transparent' },\n disabled: { background: 'transparent', border: '#ffffff1a', icon: 'transparent' },\n },\n checked: {\n default: { background: '#ffffff', border: '#ffffff', icon: '#28242e' },\n pressed: { background: '#d1d1d1', border: '#d1d1d1', icon: '#28242e' },\n disabled: { background: 'rgba(255,255,255,0.4)', border: 'transparent', icon: '#28242e' },\n },\n label: '#ffffff',\n labelDisabled: '#ffffff4d',\n helper: '#8b8da5',\n },\n\n // -------------------------------------------------------------------------\n // Add new component tokens below\n // -------------------------------------------------------------------------\n\n toggle: {\n trackOff: 'rgba(115,116,153,0.7)',\n trackOn: '#ffffff',\n thumbOff: '#28242e',\n thumbOn: '#28242e',\n trackOffDisabled: 'rgba(255,255,255,0.3)',\n trackOnDisabled: 'rgba(255,255,255,0.3)',\n thumbDisabled: '#28242e',\n label: '#ffffff',\n labelDisabled: '#ffffff4d',\n },\n\n searchBar: {\n default: {\n background: '#2f2b37',\n border: 'rgba(255,255,255,0.2)',\n text: '#ffffff',\n placeholder: 'rgba(255,255,255,0.4)',\n icon: 'rgba(255,255,255,0.4)',\n },\n focused: {\n background: '#2f2b37',\n border: '#ffffff',\n text: '#ffffff',\n placeholder: 'rgba(255,255,255,0.4)',\n icon: '#ffffff',\n },\n disabled: {\n background: 'rgba(255,255,255,0.05)',\n border: 'rgba(255,255,255,0.1)',\n text: 'rgba(255,255,255,0.3)',\n placeholder: 'rgba(255,255,255,0.3)',\n icon: 'rgba(255,255,255,0.3)',\n },\n clearIcon: '#ffffff',\n },\n\n spinner: {\n track: 'rgba(255,255,255,0.2)',\n arc: '#ffffff',\n label: '#ffffff',\n overlay: 'rgba(15,15,15,0.7)',\n },\n\n swatch: {\n selectedRing: '#ffffff',\n check: '#ffffff',\n },\n\n tabs: {\n line: {\n active: { text: '#ffffff', indicator: '#ffffff' },\n inactive: { text: 'rgba(255,255,255,0.4)' },\n disabled: { text: 'rgba(255,255,255,0.2)' },\n containerBorder: 'rgba(255,255,255,0.2)',\n },\n button: {\n container: { background: 'rgba(255,255,255,0.05)', border: 'rgba(255,255,255,0.2)' },\n active: { background: '#3e3f4e', border: 'rgba(255,255,255,0.2)', text: '#ffffff' },\n default: { text: 'rgba(255,255,255,0.6)' },\n disabled: { text: 'rgba(255,255,255,0.2)' },\n },\n },\n\n listItem: {\n default: { label: '#ffffff', sublabel: 'rgba(255,255,255,0.4)', iconColor: 'rgba(255,255,255,0.8)' },\n disabled: { label: 'rgba(255,255,255,0.6)', sublabel: 'rgba(255,255,255,0.4)', iconColor: 'rgba(255,255,255,0.3)' },\n pressedBackground: 'rgba(115,116,153,0.3)',\n section: { label: 'rgba(255,255,255,0.6)' },\n divider: 'rgba(255,255,255,0.15)',\n },\n\n mapPin: {\n default: {\n background: '#28242e', // pill badge bg — dark in dark mode\n simpleBackground: '#ffffff', // simple badge bg — white in dark mode\n border: '#ffffff',\n iconCircle: '#ffffff',\n iconColor: '#28242e', // dark icon on white circle\n countText: '#ffffff',\n },\n focus: {\n background: '#ffffff',\n simpleBackground: '#ffffff',\n border: '#28242e',\n iconCircle: '#ffffff',\n iconColor: '#28242e',\n countText: '#28242e',\n },\n lostDefault: {\n background: '#ffffff',\n simpleBackground: '#ffffff',\n border: '#ff4747',\n iconCircle: '#ff4747',\n iconColor: '#ffffff',\n countText: '#28242e',\n },\n lostFocus: {\n background: '#ffffff', // inverted vs light (was red)\n simpleBackground: '#ffffff',\n border: '#ff4747', // inverted vs light (was white)\n iconCircle: '#ff4747', // inverted vs light (was white)\n iconColor: '#ffffff',\n countText: '#ffffff',\n },\n label: {\n map: '#ffffff', // --mappin/label/fill-default dark\n satellite: '#ffffff', // --mappin/label/fill-satellite (always white)\n },\n pillShadowColor: '#000000', // focus pill drop shadow — rgba(0,0,0,0.25) via shadowOpacity\n },\n\n mediaPicker: {\n label: 'rgba(255,255,255,0.6)',\n subtitle: 'rgba(255,255,255,0.4)',\n photoCard: {\n emptyBackground: 'rgba(255,255,255,0.06)',\n border: 'rgba(255,255,255,0.2)',\n badgeBackground: '#ffffff',\n badgeText: '#0f0f0f',\n removeIcon: '#0f0f0f',\n },\n fileCard: {\n background: '#1e1c24',\n border: 'rgba(255,255,255,0.15)',\n iconBackground: 'rgba(255,255,255,0.06)',\n text: '#ffffff',\n icon: 'rgba(255,255,255,0.7)',\n },\n },\n\n radio: {\n unselected: {\n default: { ring: '#ffffff', fill: 'transparent', dot: 'transparent' },\n pressed: { ring: '#ffffff', fill: 'rgba(255,255,255,0.10)', dot: 'transparent' },\n disabled: { ring: '#3e3a43', fill: '#ffffff1a', dot: 'transparent' },\n },\n selected: {\n default: { ring: '#ffffff', fill: '#ffffff', dot: '#28242e' },\n pressed: { ring: '#d1d1d1', fill: '#d1d1d1', dot: '#28242e' },\n disabled: { ring: '#ffffff1a', fill: '#ffffff1a', dot: '#28242e' },\n },\n label: '#ffffff',\n labelDisabled: '#ffffff4d',\n helper: '#8b8da5',\n },\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../../src/theme/tokens/light.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../../src/theme/tokens/light.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE,iBAgbzB,CAAC"}
|