@dpa-id-components/dpa-shared-components 21.1.1 → 22.0.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/dist/{alert-fill-BHn_Z4vo.js → alert-filled-COSmQYAa.js} +1 -1
- package/dist/{bell-fill-DHRfa4cC.js → bell-filled-7gfK8601.js} +1 -1
- package/dist/{bookmark-outlined-D41PleT8.js → bookmark-D65iW--h.js} +1 -1
- package/dist/{bookmark-DNJYJq0J.js → bookmark-filled-5lCW1BfF.js} +1 -1
- package/dist/{comment-fill-Dc-swkQu.js → comment-filled-Cl_qZ6Fz.js} +1 -1
- package/dist/components/UiBadge/UiBadge.vue.d.ts +3 -16
- package/dist/components/UiButton/UiButton.vue.d.ts +15 -21
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +5 -11
- package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +14 -21
- package/dist/components/UiChip/UiChip.vue.d.ts +11 -12
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -8
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +47 -84
- package/dist/components/UiDialog/UiDialog.vue.d.ts +20 -37
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +10 -9
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +26 -10
- package/dist/components/UiIcon/UiIcon.vue.d.ts +11 -6
- package/dist/components/UiIcon/icons.d.ts +14 -39
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +15 -6
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +17 -10
- package/dist/components/UiInput/UiInput.vue.d.ts +6 -48
- package/dist/components/UiList/UiList.vue.d.ts +5 -11
- package/dist/components/UiListItem/UiListItem.vue.d.ts +12 -24
- package/dist/components/UiMenu/UiMenu.vue.d.ts +30 -35
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +8 -5
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -11
- package/dist/components/UiPopover/UiPopover.vue.d.ts +45 -0
- package/dist/components/UiRadioButton/UiRadioButton.vue.d.ts +35 -0
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +27 -31
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +16 -39
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +2 -2
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +1 -5
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -10
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +5 -8
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +22 -13
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +10 -24
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +3 -31
- package/dist/components/index.d.ts +3 -4
- package/dist/dpa-shared-components.js +4263 -4873
- package/dist/{flag-fill-C3XgapYW.js → flag-filled-VmJW-U0p.js} +1 -1
- package/dist/{folder-fill-CnEmPx6c.js → folder-filled-D6pmcH0e.js} +1 -1
- package/dist/{image focus point-D_hUlTWi.js → image-focus-point-BJ7HhehR.js} +1 -1
- package/dist/{info-fill-DlgeXJbI.js → info-filled-PYbvwGmZ.js} +1 -1
- package/dist/{map-outline-uvK8An7m.js → map-FF2zfEGP.js} +1 -1
- package/dist/{map-BMOQGCce.js → map-filled-Y8JaYK4Y.js} +1 -1
- package/dist/{video-rounded-ISWC3gUM.js → play-CArB2O7k.js} +1 -1
- package/dist/{saved-search-fill-CPoyaMRU.js → saved-search-filled-CNz5iwu_.js} +1 -1
- package/dist/{sidebar-fill-CBSJYVQQ.js → sidebar-filled-BnnqCUYl.js} +1 -1
- package/dist/spinner-CrCQ6H6L.js +32 -0
- package/dist/src/assets/icons/{bookmark-fill.vue → bookmark-filled.vue} +1 -1
- package/dist/src/assets/icons/bookmark.vue +4 -7
- package/dist/src/assets/icons/flag-filled.vue +4 -4
- package/dist/src/assets/icons/folder-filled.vue +4 -4
- package/dist/src/assets/icons/info-filled.vue +4 -4
- package/dist/src/assets/icons/map-filled.vue +13 -0
- package/dist/src/assets/icons/map.vue +1 -1
- package/dist/src/assets/icons/play.vue +1 -1
- package/dist/src/assets/icons/spinner.vue +27 -3
- package/dist/src/components/DpaMediaItem/DpaMediaItem.spec.ts +3 -3
- package/dist/src/components/DpaMediaItem/DpaMediaItem.vue +17 -17
- package/dist/src/components/UiBadge/README.md +8 -13
- package/dist/src/components/UiBadge/UiBadge.spec.ts +9 -15
- package/dist/src/components/UiBadge/UiBadge.stories.ts +52 -42
- package/dist/src/components/UiBadge/UiBadge.vue +29 -77
- package/dist/src/components/UiButton/README.md +20 -18
- package/dist/src/components/UiButton/UiButton.spec.ts +12 -41
- package/dist/src/components/UiButton/UiButton.stories.ts +53 -33
- package/dist/src/components/UiButton/UiButton.vue +55 -111
- package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +3 -2
- package/dist/src/components/UiButtonGroup/UiButtonGroup.vue +23 -1
- package/dist/src/components/UiCard/UiCard.vue +3 -3
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +4 -2
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.ts +1 -1
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +2 -3
- package/dist/src/components/UiCheckbox/README.md +4 -16
- package/dist/src/components/UiCheckbox/UiCheckbox.spec.ts +15 -141
- package/dist/src/components/UiCheckbox/UiCheckbox.stories.ts +18 -32
- package/dist/src/components/UiCheckbox/UiCheckbox.vue +48 -84
- package/dist/src/components/UiChip/README.md +10 -5
- package/dist/src/components/UiChip/UiChip.spec.ts +5 -60
- package/dist/src/components/UiChip/UiChip.stories.ts +53 -17
- package/dist/src/components/UiChip/UiChip.vue +31 -33
- package/dist/src/components/UiCollapseNavigation/README.md +3 -3
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +12 -12
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +8 -6
- package/dist/src/components/UiColorPicker/UiColorPicker.spec.ts +12 -24
- package/dist/src/components/UiColorPicker/UiColorPicker.stories.ts +5 -6
- package/dist/src/components/UiColorPicker/UiColorPicker.vue +21 -60
- package/dist/src/components/UiColorPicker/lib/colors.ts +9 -9
- package/dist/src/components/UiDatePicker/README.md +68 -46
- package/dist/src/components/UiDatePicker/UiDatePicker.spec.ts +92 -284
- package/dist/src/components/UiDatePicker/UiDatePicker.stories.ts +210 -196
- package/dist/src/components/UiDatePicker/UiDatePicker.vue +301 -432
- package/dist/src/components/UiDialog/README.md +17 -22
- package/dist/src/components/UiDialog/UiDialog.spec.ts +3 -110
- package/dist/src/components/UiDialog/UiDialog.stories.ts +45 -54
- package/dist/src/components/UiDialog/UiDialog.vue +75 -104
- package/dist/src/components/UiFilterBadge/README.md +7 -7
- package/dist/src/components/UiFilterBadge/UiFilterBadge.spec.ts +47 -3
- package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +3 -18
- package/dist/src/components/UiFilterBadge/UiFilterBadge.vue +31 -26
- package/dist/src/components/UiFilterButton/README.md +2 -0
- package/dist/src/components/UiFilterButton/UiFilterButton.spec.ts +1 -1
- package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +2 -1
- package/dist/src/components/UiFilterButton/UiFilterButton.vue +31 -23
- package/dist/src/components/UiIcon/UiIcon.spec.ts +3 -3
- package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
- package/dist/src/components/UiIcon/UiIcon.vue +24 -25
- package/dist/src/components/UiIcon/icons.ts +113 -141
- package/dist/src/components/UiIconButton/UiIconButton.spec.ts +1 -1
- package/dist/src/components/UiIconButton/UiIconButton.stories.ts +1 -0
- package/dist/src/components/UiIconButton/UiIconButton.vue +28 -10
- package/dist/src/components/UiInfoContent/README.md +7 -8
- package/dist/src/components/UiInfoContent/UiInfoContent.spec.ts +29 -21
- package/dist/src/components/UiInfoContent/UiInfoContent.stories.ts +11 -33
- package/dist/src/components/UiInfoContent/UiInfoContent.vue +34 -33
- package/dist/src/components/UiInput/README.md +15 -32
- package/dist/src/components/UiInput/UiInput.spec.ts +71 -102
- package/dist/src/components/UiInput/UiInput.stories.ts +67 -58
- package/dist/src/components/UiInput/UiInput.vue +87 -286
- package/dist/src/components/UiLabel/README.md +0 -9
- package/dist/src/components/UiLabel/UiLabel.vue +1 -1
- package/dist/src/components/UiList/UiList.stories.ts +1 -0
- package/dist/src/components/UiList/UiList.vue +22 -0
- package/dist/src/components/UiListItem/UiListItem.spec.ts +1 -2
- package/dist/src/components/UiListItem/UiListItem.stories.ts +2 -2
- package/dist/src/components/UiListItem/UiListItem.vue +73 -93
- package/dist/src/components/UiMenu/README.md +64 -7
- package/dist/src/components/UiMenu/UiMenu.spec.ts +87 -99
- package/dist/src/components/UiMenu/UiMenu.stories.ts +166 -411
- package/dist/src/components/UiMenu/UiMenu.vue +228 -408
- package/dist/src/components/UiMenu/UiMenuItem.vue +28 -9
- package/dist/src/components/UiMenu/UiMenuList.vue +22 -0
- package/dist/src/components/UiOverlay/README.md +1 -1
- package/dist/src/components/UiOverlay/UiOverlay.stories.ts +1 -1
- package/dist/src/components/UiOverlay/UiOverlay.vue +2 -2
- package/dist/src/components/UiOverlayMenu/README.md +1 -1
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +3 -3
- package/dist/src/components/UiPopover/README.md +56 -0
- package/dist/src/components/UiPopover/UiPopover.stories.ts +49 -0
- package/dist/src/components/UiPopover/UiPopover.vue +187 -0
- package/dist/src/components/UiRadioButton/README.md +44 -0
- package/dist/src/components/UiRadioButton/UiRadioButton.stories.ts +85 -0
- package/dist/src/components/UiRadioButton/UiRadioButton.vue +82 -0
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.spec.ts +5 -5
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.stories.ts +5 -30
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +44 -69
- package/dist/src/components/UiSearchBar/README.md +40 -37
- package/dist/src/components/UiSearchBar/UiSearchBar.spec.ts +6 -23
- package/dist/src/components/UiSearchBar/UiSearchBar.stories.ts +25 -127
- package/dist/src/components/UiSearchBar/UiSearchBar.vue +73 -179
- package/dist/src/components/UiSearchInput/UiSearchInput.vue +27 -22
- package/dist/src/components/UiSection/UiSection.vue +4 -4
- package/dist/src/components/UiSectionDivider/UiSectionDivider.vue +3 -3
- package/dist/src/components/UiSelect/UiSelect.stories.ts +1 -1
- package/dist/src/components/UiSelect/UiSelect.vue +17 -76
- package/dist/src/components/UiSkeletonBox/UiSkeletonBox.spec.ts +1 -1
- package/dist/src/components/UiSkeletonBox/UiSkeletonBox.vue +12 -17
- package/dist/src/components/UiSnackbar/UiSnackbar.spec.ts +45 -0
- package/dist/src/components/UiSnackbar/UiSnackbar.stories.ts +19 -22
- package/dist/src/components/UiSnackbar/UiSnackbar.vue +23 -26
- package/dist/src/components/UiSpinner/README.md +6 -4
- package/dist/src/components/UiSpinner/UiSpinner.spec.ts +33 -19
- package/dist/src/components/UiSpinner/UiSpinner.stories.ts +16 -20
- package/dist/src/components/UiSpinner/UiSpinner.vue +55 -87
- package/dist/src/components/UiTextButton/UiTextButton.spec.ts +3 -3
- package/dist/src/components/UiTextButton/UiTextButton.stories.ts +1 -0
- package/dist/src/components/UiTextButton/UiTextButton.vue +28 -9
- package/dist/src/components/UiToggleButton/README.md +16 -15
- package/dist/src/components/UiToggleButton/UiToggleButton.spec.ts +48 -62
- package/dist/src/components/UiToggleButton/UiToggleButton.stories.ts +30 -40
- package/dist/src/components/UiToggleButton/UiToggleButton.vue +54 -129
- package/dist/src/components/UiTooltip/README.md +25 -36
- package/dist/src/components/UiTooltip/UiTooltip.spec.ts +45 -25
- package/dist/src/components/UiTooltip/UiTooltip.stories.ts +21 -64
- package/dist/src/components/UiTooltip/UiTooltip.vue +64 -136
- package/dist/src/components/index.ts +4 -6
- package/dist/src/compositions/useBreakpoints/UseBreakpoints.stories.vue +4 -2
- package/dist/src/tailwindPreset.css +161 -56
- package/dist/src/types/index.ts +1 -0
- package/dist/src/utils/cn.spec.ts +21 -4
- package/dist/src/utils/cn.ts +11 -4
- package/dist/style.css +1 -1
- package/dist/tailwindPreset.css +161 -56
- package/dist/types/index.d.ts +1 -0
- package/dist/utils/cn.d.ts +8 -0
- package/dist/{video overlay-DfhF7VpE.js → video-overlay-D6e61Eo7.js} +1 -1
- package/package.json +1 -2
- package/src/assets/icons/{bookmark-fill.vue → bookmark-filled.vue} +1 -1
- package/src/assets/icons/bookmark.vue +4 -7
- package/src/assets/icons/flag-filled.vue +4 -4
- package/src/assets/icons/folder-filled.vue +4 -4
- package/src/assets/icons/info-filled.vue +4 -4
- package/src/assets/icons/map-filled.vue +13 -0
- package/src/assets/icons/map.vue +1 -1
- package/src/assets/icons/play.vue +1 -1
- package/src/assets/icons/spinner.vue +27 -3
- package/src/components/DpaMediaItem/DpaMediaItem.vue +17 -17
- package/src/components/UiBadge/README.md +8 -13
- package/src/components/UiBadge/UiBadge.vue +29 -77
- package/src/components/UiButton/README.md +20 -18
- package/src/components/UiButton/UiButton.vue +55 -111
- package/src/components/UiButtonGroup/UiButtonGroup.vue +23 -1
- package/src/components/UiCard/UiCard.vue +3 -3
- package/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +2 -3
- package/src/components/UiCheckbox/README.md +4 -16
- package/src/components/UiCheckbox/UiCheckbox.vue +48 -84
- package/src/components/UiChip/README.md +10 -5
- package/src/components/UiChip/UiChip.vue +31 -33
- package/src/components/UiCollapseNavigation/README.md +3 -3
- package/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +8 -6
- package/src/components/UiColorPicker/UiColorPicker.vue +21 -60
- package/src/components/UiColorPicker/lib/colors.ts +9 -9
- package/src/components/UiDatePicker/README.md +68 -46
- package/src/components/UiDatePicker/UiDatePicker.vue +301 -432
- package/src/components/UiDialog/README.md +17 -22
- package/src/components/UiDialog/UiDialog.vue +75 -104
- package/src/components/UiFilterBadge/README.md +7 -7
- package/src/components/UiFilterBadge/UiFilterBadge.vue +31 -26
- package/src/components/UiFilterButton/README.md +2 -0
- package/src/components/UiFilterButton/UiFilterButton.vue +31 -23
- package/src/components/UiIcon/UiIcon.vue +24 -25
- package/src/components/UiIcon/icons.ts +113 -141
- package/src/components/UiIconButton/UiIconButton.vue +28 -10
- package/src/components/UiInfoContent/README.md +7 -8
- package/src/components/UiInfoContent/UiInfoContent.vue +34 -33
- package/src/components/UiInput/README.md +15 -32
- package/src/components/UiInput/UiInput.vue +87 -286
- package/src/components/UiLabel/README.md +0 -9
- package/src/components/UiLabel/UiLabel.vue +1 -1
- package/src/components/UiList/UiList.vue +22 -0
- package/src/components/UiListItem/UiListItem.vue +73 -93
- package/src/components/UiMenu/README.md +64 -7
- package/src/components/UiMenu/UiMenu.vue +228 -408
- package/src/components/UiMenu/UiMenuItem.vue +28 -9
- package/src/components/UiMenu/UiMenuList.vue +22 -0
- package/src/components/UiOverlay/README.md +1 -1
- package/src/components/UiOverlay/UiOverlay.vue +2 -2
- package/src/components/UiOverlayMenu/README.md +1 -1
- package/src/components/UiOverlayMenu/UiOverlayMenu.vue +3 -3
- package/src/components/UiPopover/README.md +56 -0
- package/src/components/UiPopover/UiPopover.vue +187 -0
- package/src/components/UiRadioButton/README.md +44 -0
- package/src/components/UiRadioButton/UiRadioButton.vue +82 -0
- package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +44 -69
- package/src/components/UiSearchBar/README.md +40 -37
- package/src/components/UiSearchBar/UiSearchBar.vue +73 -179
- package/src/components/UiSearchInput/UiSearchInput.vue +27 -22
- package/src/components/UiSection/UiSection.vue +4 -4
- package/src/components/UiSectionDivider/UiSectionDivider.vue +3 -3
- package/src/components/UiSelect/UiSelect.vue +17 -76
- package/src/components/UiSkeletonBox/UiSkeletonBox.vue +12 -17
- package/src/components/UiSnackbar/UiSnackbar.vue +23 -26
- package/src/components/UiSpinner/README.md +6 -4
- package/src/components/UiSpinner/UiSpinner.vue +55 -87
- package/src/components/UiTextButton/UiTextButton.vue +28 -9
- package/src/components/UiToggleButton/README.md +16 -15
- package/src/components/UiToggleButton/UiToggleButton.vue +54 -129
- package/src/components/UiTooltip/README.md +25 -36
- package/src/components/UiTooltip/UiTooltip.vue +64 -136
- package/src/tailwindPreset.css +161 -56
- package/src/types/index.ts +1 -0
- package/src/utils/cn.ts +11 -4
- package/dist/assets/icons/flag-outline.vue.d.ts +0 -3
- package/dist/assets/icons/folder-fill.vue.d.ts +0 -3
- package/dist/assets/icons/graphic-circled.vue.d.ts +0 -3
- package/dist/assets/icons/graphic-filled.vue.d.ts +0 -3
- package/dist/assets/icons/image focus point.vue.d.ts +0 -3
- package/dist/assets/icons/info-fill.vue.d.ts +0 -3
- package/dist/assets/icons/lock-filled.vue.d.ts +0 -3
- package/dist/assets/icons/map-outline.vue.d.ts +0 -3
- package/dist/assets/icons/paperplane.vue.d.ts +0 -3
- package/dist/assets/icons/pause-circle.vue.d.ts +0 -3
- package/dist/assets/icons/picture-circled.vue.d.ts +0 -3
- package/dist/assets/icons/picture-filled.vue.d.ts +0 -3
- package/dist/assets/icons/picture-gallery.vue.d.ts +0 -3
- package/dist/assets/icons/play-circle.vue.d.ts +0 -3
- package/dist/assets/icons/play-fill.vue.d.ts +0 -3
- package/dist/assets/icons/plus-circle.vue.d.ts +0 -3
- package/dist/assets/icons/saved-search-fill.vue.d.ts +0 -3
- package/dist/assets/icons/sidebar-fill.vue.d.ts +0 -3
- package/dist/assets/icons/star-fill.vue.d.ts +0 -3
- package/dist/assets/icons/text-circled.vue.d.ts +0 -3
- package/dist/assets/icons/text-filled.vue.d.ts +0 -3
- package/dist/assets/icons/video overlay.vue.d.ts +0 -3
- package/dist/assets/icons/video-circled.vue.d.ts +0 -3
- package/dist/assets/icons/video-filled.vue.d.ts +0 -3
- package/dist/assets/icons/video-rounded.vue.d.ts +0 -3
- package/dist/audio-circled-amRbTaDb.js +0 -15
- package/dist/audio-filled-C7m_-PTb.js +0 -15
- package/dist/bookmark-fill-DbkrXmPt.js +0 -20
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +0 -22
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +0 -29
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +0 -20
- package/dist/filter-outline-ChWKUbSt.js +0 -16
- package/dist/flag-filled-CdVD_QxY.js +0 -18
- package/dist/flag-outline-ChGgKT6P.js +0 -18
- package/dist/folder-filled-zwvSw3Sd.js +0 -18
- package/dist/graphic-circled-BtuNYmPh.js +0 -15
- package/dist/graphic-filled-DXQvxz4s.js +0 -15
- package/dist/info-filled-Btao1rhT.js +0 -18
- package/dist/lock-filled-C5I60_d0.js +0 -18
- package/dist/paperplane-ed0y9oB6.js +0 -18
- package/dist/pause-circle-ab18LhX3.js +0 -19
- package/dist/picture-circled-DYsNZNYH.js +0 -15
- package/dist/picture-filled-CQYRN3Fa.js +0 -15
- package/dist/picture-gallery-BgWYQrqC.js +0 -16
- package/dist/play-BXy8WcYq.js +0 -18
- package/dist/play-circle-B88YxOh-.js +0 -18
- package/dist/play-fill-nWPoHjD3.js +0 -18
- package/dist/plus-circle-DKWKVMiq.js +0 -18
- package/dist/spinner-dy09pOOm.js +0 -13
- package/dist/src/assets/icons/audio-circled.vue +0 -12
- package/dist/src/assets/icons/audio-filled.vue +0 -12
- package/dist/src/assets/icons/bookmark-outlined.vue +0 -12
- package/dist/src/assets/icons/filter-outline.vue +0 -8
- package/dist/src/assets/icons/flag-fill.vue +0 -13
- package/dist/src/assets/icons/flag-outline.vue +0 -13
- package/dist/src/assets/icons/folder-fill.vue +0 -13
- package/dist/src/assets/icons/graphic-circled.vue +0 -12
- package/dist/src/assets/icons/graphic-filled.vue +0 -12
- package/dist/src/assets/icons/info-fill.vue +0 -13
- package/dist/src/assets/icons/lock-filled.vue +0 -13
- package/dist/src/assets/icons/map-outline.vue +0 -13
- package/dist/src/assets/icons/paperplane.vue +0 -13
- package/dist/src/assets/icons/pause-circle.vue +0 -14
- package/dist/src/assets/icons/picture-circled.vue +0 -12
- package/dist/src/assets/icons/picture-filled.vue +0 -12
- package/dist/src/assets/icons/picture-gallery.vue +0 -13
- package/dist/src/assets/icons/play-circle.vue +0 -13
- package/dist/src/assets/icons/play-fill.vue +0 -13
- package/dist/src/assets/icons/plus-circle.vue +0 -13
- package/dist/src/assets/icons/star-fill.vue +0 -13
- package/dist/src/assets/icons/text-circled.vue +0 -12
- package/dist/src/assets/icons/text-filled.vue +0 -12
- package/dist/src/assets/icons/video-circled.vue +0 -12
- package/dist/src/assets/icons/video-filled.vue +0 -12
- package/dist/src/assets/icons/video-rounded.vue +0 -13
- package/dist/src/components/UiAutocomplete/README.md +0 -44
- package/dist/src/components/UiAutocomplete/UiAutocomplete.spec.ts +0 -39
- package/dist/src/components/UiAutocomplete/UiAutocomplete.stories.ts +0 -46
- package/dist/src/components/UiAutocomplete/UiAutocomplete.vue +0 -159
- package/dist/src/components/UiFilterBadgeButton/README.md +0 -38
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.spec.ts +0 -41
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.ts +0 -56
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.vue +0 -50
- package/dist/src/components/UiSimpleInput/README.md +0 -38
- package/dist/src/components/UiSimpleInput/UiSimpleInput.spec.ts +0 -58
- package/dist/src/components/UiSimpleInput/UiSimpleInput.stories.ts +0 -53
- package/dist/src/components/UiSimpleInput/UiSimpleInput.vue +0 -98
- package/dist/src/utils/index.spec.ts +0 -12
- package/dist/star-fill-DIXwg3gQ.js +0 -18
- package/dist/text-circled-Cykzn5-2.js +0 -15
- package/dist/text-filled-BwOhn26K.js +0 -15
- package/dist/video-circled-Bw9Miyyr.js +0 -15
- package/dist/video-filled-B5Td1M5L.js +0 -15
- package/src/assets/icons/audio-circled.vue +0 -12
- package/src/assets/icons/audio-filled.vue +0 -12
- package/src/assets/icons/bookmark-outlined.vue +0 -12
- package/src/assets/icons/filter-outline.vue +0 -8
- package/src/assets/icons/flag-fill.vue +0 -13
- package/src/assets/icons/flag-outline.vue +0 -13
- package/src/assets/icons/folder-fill.vue +0 -13
- package/src/assets/icons/graphic-circled.vue +0 -12
- package/src/assets/icons/graphic-filled.vue +0 -12
- package/src/assets/icons/info-fill.vue +0 -13
- package/src/assets/icons/lock-filled.vue +0 -13
- package/src/assets/icons/map-outline.vue +0 -13
- package/src/assets/icons/paperplane.vue +0 -13
- package/src/assets/icons/pause-circle.vue +0 -14
- package/src/assets/icons/picture-circled.vue +0 -12
- package/src/assets/icons/picture-filled.vue +0 -12
- package/src/assets/icons/picture-gallery.vue +0 -13
- package/src/assets/icons/play-circle.vue +0 -13
- package/src/assets/icons/play-fill.vue +0 -13
- package/src/assets/icons/plus-circle.vue +0 -13
- package/src/assets/icons/star-fill.vue +0 -13
- package/src/assets/icons/text-circled.vue +0 -12
- package/src/assets/icons/text-filled.vue +0 -12
- package/src/assets/icons/video-circled.vue +0 -12
- package/src/assets/icons/video-filled.vue +0 -12
- package/src/assets/icons/video-rounded.vue +0 -13
- package/src/components/UiAutocomplete/README.md +0 -44
- package/src/components/UiAutocomplete/UiAutocomplete.vue +0 -159
- package/src/components/UiFilterBadgeButton/README.md +0 -38
- package/src/components/UiFilterBadgeButton/UiFilterBadgeButton.vue +0 -50
- package/src/components/UiSimpleInput/README.md +0 -38
- package/src/components/UiSimpleInput/UiSimpleInput.vue +0 -98
- /package/dist/{alert-BMmH4q6y.js → alert-CdAp0ksh.js} +0 -0
- /package/dist/assets/icons/{alert-fill.vue.d.ts → alert-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{audio-circled.vue.d.ts → bell-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{audio-filled.vue.d.ts → bookmark-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{bell-fill.vue.d.ts → comment-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{bookmark-fill.vue.d.ts → image-focus-point.vue.d.ts} +0 -0
- /package/dist/assets/icons/{bookmark-outlined.vue.d.ts → map-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{comment-fill.vue.d.ts → saved-search-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{filter-outline.vue.d.ts → sidebar-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{flag-fill.vue.d.ts → video-overlay.vue.d.ts} +0 -0
- /package/dist/{audio-BN2iVbbp.js → audio-Cgg6MUeM.js} +0 -0
- /package/dist/{audio-DLQLFJ3x.js → audio-DS8plcCU.js} +0 -0
- /package/dist/{bag-Br7SrnRJ.js → bag-B28jMR7E.js} +0 -0
- /package/dist/{bell-kOosto6B.js → bell-k_sZgnpL.js} +0 -0
- /package/dist/{book-D0Xsp8As.js → book-CqUJ_JRz.js} +0 -0
- /package/dist/{box-Bw_tD7Nd.js → box-BCDNtaq7.js} +0 -0
- /package/dist/{bulb-tXJKei6j.js → bulb-12wSYpgA.js} +0 -0
- /package/dist/{call-BdzulBfZ.js → call-CW04DyHi.js} +0 -0
- /package/dist/{camera-D8so0Wqg.js → camera-CbeyxVU5.js} +0 -0
- /package/dist/{check-CTBqwPMY.js → check-BpPjjXqx.js} +0 -0
- /package/dist/{checklist-CVBb2iLT.js → checklist-CFCfO7IN.js} +0 -0
- /package/dist/{checkmark-BkBvk5FP.js → checkmark-DhUksPvT.js} +0 -0
- /package/dist/{checkmark-double-9tbcPPxC.js → checkmark-double-BNGXAUiT.js} +0 -0
- /package/dist/{chevron-down-BcjUrqWQ.js → chevron-down-BjZ6BFFp.js} +0 -0
- /package/dist/{chevron-left-DdChgK6Q.js → chevron-left-Z-D_OY2t.js} +0 -0
- /package/dist/{chevron-right-BR3OVahz.js → chevron-right-D1GfZQB6.js} +0 -0
- /package/dist/{chevron-up-R3uiTZDq.js → chevron-up-DWZ1F8w0.js} +0 -0
- /package/dist/{clipboard-BFi2VbBj.js → clipboard-CNCIToKK.js} +0 -0
- /package/dist/{clock-C3D4TRfx.js → clock-CqWSNhFX.js} +0 -0
- /package/dist/{close-CbIMNMG_.js → close-oHIGT_JQ.js} +0 -0
- /package/dist/{cloud-save-CQCTGXxN.js → cloud-save-CWTQ5IHS.js} +0 -0
- /package/dist/{code-ChJ2qMcZ.js → code-BD5nOHqK.js} +0 -0
- /package/dist/{collapse-DISUbIVr.js → collapse-D6QeCZC7.js} +0 -0
- /package/dist/{color-palette-B4pqFFIE.js → color-palette-BpONORjj.js} +0 -0
- /package/dist/{comment-CzF3hkpf.js → comment-D5RZxZWG.js} +0 -0
- /package/dist/{copy-CywrUiK2.js → copy-BDnlScSS.js} +0 -0
- /package/dist/{copy-link-DqcNlpUK.js → copy-link-BSfa58Tb.js} +0 -0
- /package/dist/{delete-Bl6aSpBn.js → delete-dDyi0gau.js} +0 -0
- /package/dist/{download-BdnIOaET.js → download-B-ZTsIBv.js} +0 -0
- /package/dist/{dpa-id-4HKRxUEF.js → dpa-id-DRnjTcHI.js} +0 -0
- /package/dist/{edit-KtC1G-_s.js → edit-BbFkVyRd.js} +0 -0
- /package/dist/{edit-add-DjUq6zXq.js → edit-add-CAPOsjts.js} +0 -0
- /package/dist/{eil-CPA4kVQM.js → eil-CzEP-9Lo.js} +0 -0
- /package/dist/{emoji-C2BmBFxC.js → emoji-BjLqvypC.js} +0 -0
- /package/dist/{emoji-add-NHqne_6m.js → emoji-add-BB4fB4th.js} +0 -0
- /package/dist/{envelope-BDSOA_J7.js → envelope-DftzB5Ol.js} +0 -0
- /package/dist/{event-Bo_sb247.js → event-FR1JMgj6.js} +0 -0
- /package/dist/{expand-BK_uzKmx.js → expand-DaVQ0gpz.js} +0 -0
- /package/dist/{external-link-BPYyKPIa.js → external-link-2Es0qWwd.js} +0 -0
- /package/dist/{file-B97T9C2M.js → file-AHJ00f5M.js} +0 -0
- /package/dist/{file-pdf-lFk-5brY.js → file-pdf-CJDdjKS0.js} +0 -0
- /package/dist/{filter-BIJnBkRa.js → filter-CXjBFUUg.js} +0 -0
- /package/dist/{flag-DNP4L-y-.js → flag-CbX4PUMS.js} +0 -0
- /package/dist/{flags-G-Nbo5ST.js → flags-Buo1j-9g.js} +0 -0
- /package/dist/{flash-9TBwsdOx.js → flash-Dlr5gL01.js} +0 -0
- /package/dist/{folder-s6NWFqjh.js → folder-DQwCjGZC.js} +0 -0
- /package/dist/{folder-add-B-l2wmwY.js → folder-add-zPr2Gmtj.js} +0 -0
- /package/dist/{gallery-B8I5lJ51.js → gallery-CfUbckcB.js} +0 -0
- /package/dist/{gallery-DSmOoCFT.js → gallery-DPl8qZQu.js} +0 -0
- /package/dist/{graphic-BMtcGj5R.js → graphic-BbhCuiiE.js} +0 -0
- /package/dist/{graphic-d-_5qmyr.js → graphic-nXH5ifxc.js} +0 -0
- /package/dist/{graphics-eur3JZ_7.js → graphics-Dp8pQzs-.js} +0 -0
- /package/dist/{grid-1-DOm2nS5Y.js → grid-1-DZUEMbtb.js} +0 -0
- /package/dist/{grid-2-D9XOIyFO.js → grid-2-BQ-9yylY.js} +0 -0
- /package/dist/{grid-3-CR1E0m9u.js → grid-3-BGhZrrCJ.js} +0 -0
- /package/dist/{grid-4-QKKeiUGc.js → grid-4-DY9N435A.js} +0 -0
- /package/dist/{grid-6-C5bCbXur.js → grid-6-B0BR3wbB.js} +0 -0
- /package/dist/{grid-9-FNxsRYRg.js → grid-9-BWhM7qat.js} +0 -0
- /package/dist/{grid-masonry-CuwXzdZ6.js → grid-masonry-1e9tYkSK.js} +0 -0
- /package/dist/{grid-masonry-9-CxLBpKCz.js → grid-masonry-9-DiiX1pQo.js} +0 -0
- /package/dist/{help-DkjfD818.js → help-CLfj4LQM.js} +0 -0
- /package/dist/{home-njHAfgwc.js → home-D6htLjOF.js} +0 -0
- /package/dist/{image-C2RlXeDP.js → image-DnYnaoeu.js} +0 -0
- /package/dist/{impact-high-C0SywXT1.js → impact-high-DuECIU0d.js} +0 -0
- /package/dist/{impact-low-yDd0jU4k.js → impact-low-DMtzvmWi.js} +0 -0
- /package/dist/{impact-medium-Cc_nInN7.js → impact-medium-B5-WfnV2.js} +0 -0
- /package/dist/{impact-very-high-DiOgG_Ji.js → impact-very-high-C1K1nCE9.js} +0 -0
- /package/dist/{impact-very-low-CYW4RgJO.js → impact-very-low-CXbiBK6E.js} +0 -0
- /package/dist/{info-NBFIJ3YI.js → info-Ca-64c_9.js} +0 -0
- /package/dist/{label-CTr8hHIv.js → label-D8X5FrVe.js} +0 -0
- /package/dist/{label-filled-CnTpOqvX.js → label-filled-DjSc-Fk4.js} +0 -0
- /package/dist/{language-UqPESR_Z.js → language-OE6ZfER_.js} +0 -0
- /package/dist/{latest-Cq12zjMs.js → latest-D0dlub5f.js} +0 -0
- /package/dist/{lightbulb-BpK9qU_u.js → lightbulb-DKJrsADi.js} +0 -0
- /package/dist/{list-DKcsNf15.js → list-BviTrZEl.js} +0 -0
- /package/dist/{list-search-BzZuYf_P.js → list-search-Ck6anukf.js} +0 -0
- /package/dist/{lock-BFfHVSog.js → lock-C5vUwbkA.js} +0 -0
- /package/dist/{mail-pagEqHtM.js → mail-CtA-d2d0.js} +0 -0
- /package/dist/{menu-j4cvnLP8.js → menu-DFzmvE6J.js} +0 -0
- /package/dist/{minus-CGsJ-jkT.js → minus-COmVHb9S.js} +0 -0
- /package/dist/{more-horizontal-CDZjG5h8.js → more-horizontal-DzHbd3yn.js} +0 -0
- /package/dist/{more-vertical-YUehtvol.js → more-vertical-CiJm6ZaV.js} +0 -0
- /package/dist/{move-CiU3PwqY.js → move-CUyDTrlz.js} +0 -0
- /package/dist/{move-up-down-H-qHtTwO.js → move-up-down-3AiMDXGu.js} +0 -0
- /package/dist/{navigation-DmqoQINO.js → navigation-BryXzz7G.js} +0 -0
- /package/dist/{note-BZ3q-D4L.js → note-CXIfkCb0.js} +0 -0
- /package/dist/{offline-CLl0pwpv.js → offline-BlqqTvjx.js} +0 -0
- /package/dist/{package-iJOVTpPH.js → package-BEkSqrZt.js} +0 -0
- /package/dist/{package-D_Bh8bgp.js → package-pKbuF39E.js} +0 -0
- /package/dist/{paper-plane-DcYms0cj.js → paper-plane-CwVjTgAB.js} +0 -0
- /package/dist/{pause-COAxeJRm.js → pause-D-nbILiS.js} +0 -0
- /package/dist/{pdf-BweFqxRM.js → pdf-C7o5LP5D.js} +0 -0
- /package/dist/{pen-CmBOMgX_.js → pen-5O6IZM5k.js} +0 -0
- /package/dist/{pen-check-BApB0Zi2.js → pen-check-GQoVyZ_V.js} +0 -0
- /package/dist/{people-D07vIou7.js → people-CFA1u84D.js} +0 -0
- /package/dist/{phone-B9TyVbBj.js → phone-BmL2p-7F.js} +0 -0
- /package/dist/{picture-D7kBYru_.js → picture-BBiWVmta.js} +0 -0
- /package/dist/{picture-DJRwU5Gl.js → picture-jf1PkZfY.js} +0 -0
- /package/dist/{pin-BlBzA8ov.js → pin-CTaBntUQ.js} +0 -0
- /package/dist/{planning-BhE-A4FO.js → planning-s3sRV6ix.js} +0 -0
- /package/dist/{plus-CmEv_iHA.js → plus-Dm-ZxxHJ.js} +0 -0
- /package/dist/{print-ChdLXKHj.js → print-B5fjHJZL.js} +0 -0
- /package/dist/{refresh-C7k19NtO.js → refresh-gU5ZZuG6.js} +0 -0
- /package/dist/{reset-CpXqaOj5.js → reset-CwU1iGF5.js} +0 -0
- /package/dist/{responsive-CKNXzAo1.js → responsive-BHNmDmM6.js} +0 -0
- /package/dist/{rubix-thema-Cmk-5-bm.js → rubix-thema-BZvVEFud.js} +0 -0
- /package/dist/{save-BX3-Z5qP.js → save-mTHDeUnL.js} +0 -0
- /package/dist/{saved-search-Be8D9tJ9.js → saved-search-DJO4_yPH.js} +0 -0
- /package/dist/{search-BeIwOzJl.js → search-B5yHBLf_.js} +0 -0
- /package/dist/{settings-CLChu_zl.js → settings-Hb_Y7Y53.js} +0 -0
- /package/dist/{share-j6ezShBH.js → share-OpdW8ZmZ.js} +0 -0
- /package/dist/{share-alternative-BD-WQYvk.js → share-alternative-C3pSVTYb.js} +0 -0
- /package/dist/{sidebar-CPe20Xae.js → sidebar-DtAUGBof.js} +0 -0
- /package/dist/{slack-BjvLF16S.js → slack-mCoCq7b9.js} +0 -0
- /package/dist/{slider-config-CTzwxojK.js → slider-config-yjKG-9r9.js} +0 -0
- /package/dist/{spellcheck-thqRUMx9.js → spellcheck-bP4DPCKJ.js} +0 -0
- /package/dist/src/assets/icons/{alert-fill.vue → alert-filled.vue} +0 -0
- /package/dist/src/assets/icons/{bell-fill.vue → bell-filled.vue} +0 -0
- /package/dist/src/assets/icons/{comment-fill.vue → comment-filled.vue} +0 -0
- /package/dist/src/assets/icons/{image focus point.vue → image-focus-point.vue} +0 -0
- /package/dist/src/assets/icons/{saved-search-fill.vue → saved-search-filled.vue} +0 -0
- /package/dist/src/assets/icons/{sidebar-fill.vue → sidebar-filled.vue} +0 -0
- /package/dist/src/assets/icons/{video overlay.vue → video-overlay.vue} +0 -0
- /package/dist/{standard-view-dE52BPUm.js → standard-view-CN0ixRE4.js} +0 -0
- /package/dist/{star-uv_o0S9H.js → star-BKWqck4u.js} +0 -0
- /package/dist/{star-filled-BqrpxMqq.js → star-filled-CdXMXBn7.js} +0 -0
- /package/dist/{stop-CrmQCpqp.js → stop-B8l9lmwT.js} +0 -0
- /package/dist/{story-BdUCZQmb.js → story-Cxy8EkgB.js} +0 -0
- /package/dist/{story-DEvV0oQv.js → story-DOxZDwJp.js} +0 -0
- /package/dist/{sync-CPmOdu5b.js → sync-BW_fAqt6.js} +0 -0
- /package/dist/{tasks-TKH8SUBe.js → tasks-DLNuebMi.js} +0 -0
- /package/dist/{text-7i2atLMM.js → text-Bsl2QZz3.js} +0 -0
- /package/dist/{text-BMhu0paW.js → text-CPSps-qh.js} +0 -0
- /package/dist/{thumbs-down-LH8SIeIF.js → thumbs-down-pSf_ND98.js} +0 -0
- /package/dist/{thumbs-up-WZQzpqKr.js → thumbs-up-Braz70N6.js} +0 -0
- /package/dist/{thumbs-up-double-SeGWEXZ_.js → thumbs-up-double-C6foUkOq.js} +0 -0
- /package/dist/{topic-63EhQ_l1.js → topic-BamlhBNV.js} +0 -0
- /package/dist/{union-DKjbjP-9.js → union-CYw04THu.js} +0 -0
- /package/dist/{upload-yjh9wxAA.js → upload-BL_iLqTa.js} +0 -0
- /package/dist/{user-need-divert-me-B_cSVEIY.js → user-need-divert-me-2RaqdMMH.js} +0 -0
- /package/dist/{user-need-educate-me-DOgCmShA.js → user-need-educate-me-CRi42bIc.js} +0 -0
- /package/dist/{user-need-give-me-perspective-2wacZI2F.js → user-need-give-me-perspective-BIF7v9vF.js} +0 -0
- /package/dist/{user-need-help-me-D4VE0IcH.js → user-need-help-me-O0XSLzP-.js} +0 -0
- /package/dist/{user-need-touch-me-u3n8c5IH.js → user-need-touch-me-BueJ3SSh.js} +0 -0
- /package/dist/{user-need-update-me-BcDyXzME.js → user-need-update-me-DP574fsn.js} +0 -0
- /package/dist/{video-BViz7WnQ.js → video-CWHoNlON.js} +0 -0
- /package/dist/{video-hhs4-tLq.js → video-DhS7zpNF.js} +0 -0
- /package/dist/{view-C9Xks5Gy.js → view-Bc5W8beK.js} +0 -0
- /package/dist/{view-off-BuSbQwX0.js → view-off-DquC2i3E.js} +0 -0
- /package/dist/{volume-up-BLQXZI5X.js → volume-up-DEzoW7Bq.js} +0 -0
- /package/src/assets/icons/{alert-fill.vue → alert-filled.vue} +0 -0
- /package/src/assets/icons/{bell-fill.vue → bell-filled.vue} +0 -0
- /package/src/assets/icons/{comment-fill.vue → comment-filled.vue} +0 -0
- /package/src/assets/icons/{image focus point.vue → image-focus-point.vue} +0 -0
- /package/src/assets/icons/{saved-search-fill.vue → saved-search-filled.vue} +0 -0
- /package/src/assets/icons/{sidebar-fill.vue → sidebar-filled.vue} +0 -0
- /package/src/assets/icons/{video overlay.vue → video-overlay.vue} +0 -0
package/src/tailwindPreset.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
::before,
|
|
20
20
|
::backdrop,
|
|
21
21
|
::file-selector-button {
|
|
22
|
-
border-color: var(--color-
|
|
22
|
+
border-color: var(--color-neutral-pale, currentcolor);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* Address https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor */
|
|
@@ -29,72 +29,172 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
@utility outline
|
|
32
|
+
@utility focus-outline {
|
|
33
33
|
isolation: isolate;
|
|
34
|
-
outline: 2px solid
|
|
34
|
+
outline: 2px solid color-mix(in oklch, var(--color-primary), white 50%);
|
|
35
35
|
outline-offset: 2px;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
@theme {
|
|
39
|
-
|
|
40
|
-
* COLORS
|
|
41
|
-
*/
|
|
42
|
-
|
|
39
|
+
/* ToDo: Legacy Classes: remove when removed from components */
|
|
43
40
|
--color-transparent: rgba(255, 255, 255, 0);
|
|
44
|
-
|
|
45
|
-
--color-gray-100: #f5f5f5;
|
|
46
|
-
--color-gray-200: #eeeeee;
|
|
47
|
-
--color-gray-300: #e3e3e3;
|
|
48
|
-
--color-gray-400: #bababa;
|
|
49
|
-
--color-gray-500: #8c8c8c;
|
|
50
|
-
--color-gray-600: #7e7e7e;
|
|
51
|
-
--color-gray-700: #757575;
|
|
52
|
-
--color-gray-800: #4d4d4d;
|
|
53
|
-
--color-gray-900: #212121;
|
|
54
|
-
|
|
55
|
-
--color-green-neon: #00e281;
|
|
56
|
-
--color-green-primary: #00b064;
|
|
57
|
-
--color-green-night: #006345;
|
|
58
|
-
|
|
59
|
-
--color-blue-default: #003edb;
|
|
60
|
-
--color-blue-dark: #0030aa;
|
|
61
|
-
|
|
62
|
-
--color-red-default: #e53935;
|
|
63
|
-
--color-red-dark: #ab000d;
|
|
64
|
-
|
|
65
|
-
--color-pink-default: #f5138d;
|
|
66
|
-
--color-pink-dark: #bd0060;
|
|
67
|
-
|
|
68
|
-
--color-purple-default: #8e24aa;
|
|
69
|
-
--color-purple-dark: #5c007a;
|
|
70
|
-
|
|
71
|
-
--color-cyan-default: #00acc1;
|
|
72
|
-
--color-cyan-dark: #007c91;
|
|
73
|
-
|
|
74
|
-
--color-teal-default: #00897b;
|
|
75
|
-
--color-teal-dark: #005b4f;
|
|
76
|
-
|
|
77
|
-
--color-yellow-default: #f9f500;
|
|
78
|
-
--color-yellow-dark: #c1be00;
|
|
79
|
-
|
|
80
|
-
--color-orange-default: #ffb300;
|
|
81
|
-
--color-orange-dark: #c68400;
|
|
82
|
-
|
|
83
41
|
--color-alert-red-default: #f53000;
|
|
84
42
|
--color-alert-red-dark: #ba2400;
|
|
85
|
-
|
|
86
|
-
--color-alert-green-default: #00d200;
|
|
87
|
-
--color-alert-green-dark: #00aa00;
|
|
88
|
-
|
|
89
43
|
--color-rainbow-red: #e53935;
|
|
90
44
|
--color-rainbow-red-dark: #ab000d;
|
|
91
45
|
--color-rainbow-orange: #ffb300;
|
|
92
46
|
--color-rainbow-purple: #8e24aa;
|
|
47
|
+
--color-blue-default: oklch(0.459 0.242 263.397);
|
|
48
|
+
--color-blue-dark: #0030aa;
|
|
49
|
+
--color-green-neon: #00e281;
|
|
50
|
+
--color-green-primary: #00b064;
|
|
51
|
+
--color-green-night: #006345;
|
|
93
52
|
|
|
94
|
-
|
|
95
|
-
--
|
|
96
|
-
--
|
|
97
|
-
--
|
|
53
|
+
/* ---Gray Overrides - */
|
|
54
|
+
--color-gray-100: oklch(0.97 0 0);
|
|
55
|
+
--color-gray-200: oklch(0.949 0 0);
|
|
56
|
+
--color-gray-300: oklch(0.916 0 0);
|
|
57
|
+
--color-gray-400: oklch(0.789 0 0);
|
|
58
|
+
--color-gray-500: oklch(0.64 0 0);
|
|
59
|
+
--color-gray-600: oklch(0.593 0 0);
|
|
60
|
+
--color-gray-700: oklch(0.562 0 0);
|
|
61
|
+
--color-gray-800: oklch(0.418 0 0);
|
|
62
|
+
--color-gray-900: oklch(0.248 0 0);
|
|
63
|
+
|
|
64
|
+
--color-error: oklch(0.627 0.234 32.5);
|
|
65
|
+
--color-error-dark: oklch(0.511 0.189 32.9);
|
|
66
|
+
--color-error-darkest: oklch(0.379 0.136 34.1);
|
|
67
|
+
|
|
68
|
+
--color-red-default: oklch(0.608 0.209 27);
|
|
69
|
+
--color-red-dark: oklch(0.466 0.19 27.5);
|
|
70
|
+
|
|
71
|
+
--color-pink-default: oklch(0.635 0.253 357);
|
|
72
|
+
--color-pink-dark: oklch(0.516 0.209 1.3);
|
|
73
|
+
|
|
74
|
+
--color-purple-default: oklch(0.49 0.208 318);
|
|
75
|
+
--color-purple-dark: oklch(0.357 0.177 314.2);
|
|
76
|
+
|
|
77
|
+
--color-primary: oklch(0.459 0.242 263.4);
|
|
78
|
+
--color-primary-dark: oklch(0.383 0.198 263.2);
|
|
79
|
+
--color-primary-darkest: oklch(0.29 0.142 262.7);
|
|
80
|
+
--color-primary-light: oklch(0.496 0.263 263.5);
|
|
81
|
+
|
|
82
|
+
--color-cyan-default: oklch(0.682 0.118 210.1);
|
|
83
|
+
--color-cyan-dark: oklch(0.538 0.096 215.006);
|
|
84
|
+
|
|
85
|
+
--color-teal-default: oklch(0.566 0.101 182.5);
|
|
86
|
+
--color-teal-dark: oklch(0.422 0.077 179.8);
|
|
87
|
+
|
|
88
|
+
--color-secondary: oklch(0.665 0.165 154.8);
|
|
89
|
+
--color-secondary-dark: oklch(0.442 0.094 164.1);
|
|
90
|
+
--color-secondary-darkest: oklch(0.329 0.069 164.9);
|
|
91
|
+
--color-secondary-light: oklch(0.801 0.2 154.5);
|
|
92
|
+
|
|
93
|
+
--color-yellow-default: oklch(0.942 0.204 108.5);
|
|
94
|
+
--color-yellow-dark: oklch(0.814 0.173 104.8);
|
|
95
|
+
|
|
96
|
+
--color-orange-default: oklch(0.818 0.171 77.9);
|
|
97
|
+
--color-orange-dark: oklch(0.664 0.141 73.9);
|
|
98
|
+
--color-orange-darkest: oklch(0.508 0.108 73.3);
|
|
99
|
+
|
|
100
|
+
--color-brown-default: oklch(0.497 0.123 54.7);
|
|
101
|
+
--color-brown-dark: oklch(0.395 0.096 56.4);
|
|
102
|
+
|
|
103
|
+
/* --- Theme primary ---------------------------- */
|
|
104
|
+
--color-primary-hover: var(--color-primary-dark);
|
|
105
|
+
--color-primary-pressed: var(--color-primary-darkest);
|
|
106
|
+
--color-primary-active: var(--color-primary-darkest);
|
|
107
|
+
--color-primary-emphasis: var(--color-primary-light);
|
|
108
|
+
|
|
109
|
+
/* --- Theme Secondary ----- */
|
|
110
|
+
--color-secondary-hover: var(--color-secondary-dark);
|
|
111
|
+
--color-secondary-pressed: var(--color-secondary-darkest);
|
|
112
|
+
--color-secondary-active: var(--color-secondary-darkest);
|
|
113
|
+
--color-secondary-emphasis: var(--color-secondary-light);
|
|
114
|
+
|
|
115
|
+
/* --- Signal: Success -------------- */
|
|
116
|
+
--color-success: var(--color-secondary);
|
|
117
|
+
--color-success-hover: var(--color-secondary-dark);
|
|
118
|
+
--color-success-pressed: var(--color-secondary-darkest);
|
|
119
|
+
--color-success-active: var(--color-secondary-darkest);
|
|
120
|
+
|
|
121
|
+
/* --- Signal: Error -------------------------------------- */
|
|
122
|
+
--color-error-hover: var(--color-error-dark);
|
|
123
|
+
--color-error-pressed: var(--color-error-darkest);
|
|
124
|
+
--color-error-active: var(--color-error-darkest);
|
|
125
|
+
|
|
126
|
+
/* --- Signal: Warning -------------------------------------- */
|
|
127
|
+
--color-warning: var(--color-orange-default);
|
|
128
|
+
--color-warning-hover: var(--color-orange-dark);
|
|
129
|
+
--color-warning-pressed: var(--color-orange-darkest);
|
|
130
|
+
--color-warning-active: var(--color-orange-darkest);
|
|
131
|
+
|
|
132
|
+
/* --- Accent: Red ---------------------------------------- */
|
|
133
|
+
--color-accent-red: var(--color-red-default);
|
|
134
|
+
--color-accent-red-dark: var(--color-red-dark);
|
|
135
|
+
|
|
136
|
+
/* --- Accent: Pink --------------------------------------- */
|
|
137
|
+
--color-accent-pink: var(--color-pink-default);
|
|
138
|
+
--color-accent-pink-dark: var(--color-pink-dark);
|
|
139
|
+
|
|
140
|
+
/* --- Accent: Purple ------------------------------------- */
|
|
141
|
+
--color-accent-purple: var(--color-purple-default);
|
|
142
|
+
--color-accent-purple-dark: var(--color-purple-dark);
|
|
143
|
+
|
|
144
|
+
/* --- Accent: Cyan --------------------------------------- */
|
|
145
|
+
--color-accent-cyan: var(--color-cyan-default);
|
|
146
|
+
--color-accent-cyan-dark: var(--color-cyan-dark);
|
|
147
|
+
|
|
148
|
+
/* --- Accent: Teal --------------------------------------- */
|
|
149
|
+
--color-accent-teal: var(--color-teal-default);
|
|
150
|
+
--color-accent-teal-dark: var(--color-teal-dark);
|
|
151
|
+
|
|
152
|
+
/* --- Accent: Green -------------- */
|
|
153
|
+
--color-accent-green: var(--color-secondary);
|
|
154
|
+
--color-accent-green-hover: var(--color-secondary-dark);
|
|
155
|
+
|
|
156
|
+
/* --- Accent: Yellow ------------------------------------- */
|
|
157
|
+
--color-accent-yellow: var(--color-yellow-default);
|
|
158
|
+
--color-accent-yellow-dark: var(--color-yellow-dark);
|
|
159
|
+
|
|
160
|
+
/* --- Accent: Orange ------------------------------------- */
|
|
161
|
+
--color-accent-orange: var(--color-orange-default);
|
|
162
|
+
--color-accent-orange-dark: var(--color-orange-dark);
|
|
163
|
+
--color-accent-orange-darkest: var(--color-orange-darkest);
|
|
164
|
+
|
|
165
|
+
/* --- Accent: Brown -------------------------------------- */
|
|
166
|
+
--color-accent-brown: var(--color-brown-default);
|
|
167
|
+
--color-accent-brown-dark: var(--color-brown-dark);
|
|
168
|
+
|
|
169
|
+
--color-surface-base: var(--color-gray-100);
|
|
170
|
+
--color-surface-level-1: var(--color-white);
|
|
171
|
+
|
|
172
|
+
/* --- Overlay & Shadow -------------- */
|
|
173
|
+
--color-overlay: oklch(0 0 0 / 0.75);
|
|
174
|
+
--color-shadow-weak: oklch(0 0 0 / 0.1);
|
|
175
|
+
--color-shadow-medium: oklch(0 0 0 / 0.2);
|
|
176
|
+
--color-shadow-strong: oklch(0 0 0 / 0.35);
|
|
177
|
+
|
|
178
|
+
/* --- Neutral --------------------------- */
|
|
179
|
+
--color-neutral: var(--color-white);
|
|
180
|
+
--color-neutral-primary: var(--color-gray-900);
|
|
181
|
+
--color-neutral-emphasis: var(--color-gray-800);
|
|
182
|
+
--color-neutral-subtle: var(--color-gray-700);
|
|
183
|
+
--color-neutral-medium: var(--color-gray-600);
|
|
184
|
+
--color-neutral-muted: var(--color-gray-500);
|
|
185
|
+
--color-neutral-soft: var(--color-gray-400);
|
|
186
|
+
--color-neutral-faint: var(--color-gray-300);
|
|
187
|
+
--color-neutral-pale: var(--color-gray-200);
|
|
188
|
+
--color-neutral-whisper: var(--color-gray-100);
|
|
189
|
+
--color-neutral-disabled: oklch(0 0 0 / 0.2);
|
|
190
|
+
--color-neutral-inverse-primary: var(--color-white);
|
|
191
|
+
--color-neutral-inverse-subtle: oklch(1 0 0 / 0.8);
|
|
192
|
+
--color-neutral-inverse-muted: oklch(1 0 0 / 0.6);
|
|
193
|
+
--color-neutral-inverse-faint: oklch(1 0 0 / 0.4);
|
|
194
|
+
--color-neutral-inverse-disabled: oklch(1 0 0 / 0.2);
|
|
195
|
+
|
|
196
|
+
/* ToDo: shadow-default will be deprecated in favor of shadow-sm */
|
|
197
|
+
--shadow-default: var(--shadow-sm);
|
|
98
198
|
|
|
99
199
|
/**
|
|
100
200
|
* TYPOGRAPHY
|
|
@@ -103,6 +203,11 @@
|
|
|
103
203
|
--font-sans: Inter, sans-serif;
|
|
104
204
|
--font-marketing: Futura, sans-serif;
|
|
105
205
|
|
|
206
|
+
--font-weight-*: initial;
|
|
207
|
+
--font-weight-normal: 400;
|
|
208
|
+
--font-weight-medium: 500;
|
|
209
|
+
--font-weight-semibold: 600;
|
|
210
|
+
|
|
106
211
|
--text-xs--line-height: calc(1.125 / 0.75);
|
|
107
212
|
--text-sm--line-height: calc(1.3125 / 0.875);
|
|
108
213
|
--text-lg--line-height: calc(1.6875 / 1.125);
|
|
@@ -114,13 +219,13 @@
|
|
|
114
219
|
*/
|
|
115
220
|
|
|
116
221
|
--spacing: 4px;
|
|
117
|
-
|
|
118
222
|
--spacing-inherit: inherit;
|
|
119
223
|
--spacing-half: 2px;
|
|
224
|
+
|
|
120
225
|
/* Used for form controls that receive a 2px border on :focus instead of the usual 1px and so a padding of 15px is applied instead of 16px to stop the content from jumping around. */
|
|
121
226
|
--spacing-inputFocused: 15px;
|
|
122
227
|
|
|
123
|
-
--inset-
|
|
228
|
+
--inset-half: 50%;
|
|
124
229
|
--inset-full: 100%;
|
|
125
230
|
--inset-auto: auto;
|
|
126
231
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Size = "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
|
package/src/utils/cn.ts
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { clsx } from "clsx";
|
|
1
|
+
import { type ClassValue, clsx } from "clsx";
|
|
3
2
|
import { twMerge } from "tailwind-merge";
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Constructs a CSS class name string allowing for a variety of conditional expressions similar to Vue template's `:class` bindings and taking overlapping Tailwind utilities (e.g. “items-center” and “items-start”) into account.
|
|
6
|
+
*
|
|
7
|
+
* @param inputs
|
|
8
|
+
* @returns a string of CSS class names
|
|
9
|
+
* @example cn("items-center", "items-start")
|
|
10
|
+
* @example cn("flex", { "flex-col": isVertical })
|
|
11
|
+
*/
|
|
12
|
+
export function cn(...inputs: ClassValue[]): string {
|
|
13
|
+
return twMerge(clsx(...inputs));
|
|
7
14
|
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/audio-circled.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
viewBox: "0 0 16 16",
|
|
7
|
-
width: "16",
|
|
8
|
-
height: "16"
|
|
9
|
-
};
|
|
10
|
-
function o(e, i) {
|
|
11
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15ZM12 6.66667C12.3687 6.66667 12.6667 6.96533 12.6667 7.33333C12.6667 9.68 10.9247 11.6213 8.66667 11.9467V13.4708C8.66667 13.839 8.36819 14.1375 8 14.1375C7.63181 14.1375 7.33333 13.839 7.33333 13.4708V11.9467C5.07533 11.6213 3.33333 9.68 3.33333 7.33333C3.33333 6.96533 3.63133 6.66667 4 6.66667C4.36867 6.66667 4.66667 6.96533 4.66667 7.33333C4.66667 9.17133 6.162 10.6667 8 10.6667C9.838 10.6667 11.3333 9.17133 11.3333 7.33333C11.3333 6.96533 11.6313 6.66667 12 6.66667ZM10.1667 7.33333C10.1667 8.52786 9.19452 9.5 8 9.5C6.80548 9.5 5.83333 8.52786 5.83333 7.33333V5C5.83333 3.80548 6.80548 2.83333 8 2.83333C9.19452 2.83333 10.1667 3.80548 10.1667 5V7.33333Z" }, null, -1)]]);
|
|
12
|
-
}
|
|
13
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
14
|
-
//#endregion
|
|
15
|
-
export { s as default };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/audio-filled.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
viewBox: "0 0 16 16",
|
|
7
|
-
height: "16",
|
|
8
|
-
width: "16"
|
|
9
|
-
};
|
|
10
|
-
function o(e, i) {
|
|
11
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", { d: "M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM12 6.66667C11.6313 6.66667 11.3333 6.96533 11.3333 7.33333C11.3333 9.17133 9.838 10.6667 8 10.6667C6.162 10.6667 4.66667 9.17133 4.66667 7.33333C4.66667 6.96533 4.36867 6.66667 4 6.66667C3.63133 6.66667 3.33333 6.96533 3.33333 7.33333C3.33333 9.68 5.07533 11.6213 7.33333 11.9467V13.4708C7.33333 13.839 7.63181 14.1375 8 14.1375C8.36819 14.1375 8.66667 13.839 8.66667 13.4708V11.9467C10.9247 11.6213 12.6667 9.68 12.6667 7.33333C12.6667 6.96533 12.3687 6.66667 12 6.66667ZM10.1667 7.33333V5C10.1667 3.80548 9.19452 2.83333 8 2.83333C6.80548 2.83333 5.83333 3.80548 5.83333 5V7.33333C5.83333 8.52786 6.80548 9.5 8 9.5C9.19452 9.5 10.1667 8.52786 10.1667 7.33333Z" }, null, -1)]]);
|
|
12
|
-
}
|
|
13
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
14
|
-
//#endregion
|
|
15
|
-
export { s as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/bookmark-fill.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
width: "24",
|
|
6
|
-
height: "24",
|
|
7
|
-
viewBox: "0 0 24 24",
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
};
|
|
10
|
-
function o(e, i) {
|
|
11
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
12
|
-
d: "M15.7954 17.7096L17.5 19.4024L17.5 17L17.5 5C17.5 3.89543 16.6046 3 15.5 3L8.5 3C7.39543 3 6.5 3.89543 6.5 5L6.5 17L6.5 19.4024L8.20464 17.7096L12 13.9406L15.7954 17.7096Z",
|
|
13
|
-
fill: "currentColor",
|
|
14
|
-
stroke: "currentColor",
|
|
15
|
-
"stroke-width": "2"
|
|
16
|
-
}, null, -1)]]);
|
|
17
|
-
}
|
|
18
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
19
|
-
//#endregion
|
|
20
|
-
export { s as default };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
label?: string;
|
|
3
|
-
placeholder?: string;
|
|
4
|
-
value?: string;
|
|
5
|
-
options?: string[];
|
|
6
|
-
readonly?: boolean;
|
|
7
|
-
chevron?: boolean;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
-
select: (args_0: string) => any;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
-
onSelect?: ((args_0: string) => any) | undefined;
|
|
13
|
-
}>, {
|
|
14
|
-
label: string;
|
|
15
|
-
readonly: boolean;
|
|
16
|
-
placeholder: string;
|
|
17
|
-
chevron: boolean;
|
|
18
|
-
value: string;
|
|
19
|
-
options: string[];
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const _default: typeof __VLS_export;
|
|
22
|
-
export default _default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
color?: string;
|
|
3
|
-
fill?: string;
|
|
4
|
-
iconIsFilled?: boolean;
|
|
5
|
-
label: string;
|
|
6
|
-
isActive?: boolean;
|
|
7
|
-
};
|
|
8
|
-
declare var __VLS_6: {};
|
|
9
|
-
type __VLS_Slots = {} & {
|
|
10
|
-
default?: (props: typeof __VLS_6) => any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
click: () => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
-
onClick?: (() => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
fill: string;
|
|
18
|
-
color: string;
|
|
19
|
-
iconIsFilled: boolean;
|
|
20
|
-
isActive: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
-
declare const _default: typeof __VLS_export;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
value?: string;
|
|
3
|
-
placeholder?: string;
|
|
4
|
-
size?: "xs" | "small" | "medium" | "large" | "xl";
|
|
5
|
-
hasIcon?: boolean;
|
|
6
|
-
autofocus?: boolean;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
-
input: (args_0: string) => any;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
-
onInput?: ((args_0: string) => any) | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
size: "xs" | "small" | "medium" | "large" | "xl";
|
|
14
|
-
placeholder: string;
|
|
15
|
-
autofocus: boolean;
|
|
16
|
-
value: string;
|
|
17
|
-
hasIcon: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: typeof __VLS_export;
|
|
20
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/filter-outline.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
viewBox: "0 0 24 24"
|
|
7
|
-
};
|
|
8
|
-
function o(e, i) {
|
|
9
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
10
|
-
"fill-rule": "evenodd",
|
|
11
|
-
d: "M12.0208 2.80761L2.82843 12L12.0208 21.1924L21.2132 12L12.0208 2.80761ZM0 12L12.0208 24.0208L24.0416 12L12.0208 -0.0208151L0 12Z"
|
|
12
|
-
}, null, -1)]]);
|
|
13
|
-
}
|
|
14
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
15
|
-
//#endregion
|
|
16
|
-
export { s as default };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/flag-filled.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
width: "16",
|
|
6
|
-
height: "18",
|
|
7
|
-
viewBox: "0 0 16 18",
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
};
|
|
10
|
-
function o(e, i) {
|
|
11
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
12
|
-
d: "M15.2676 1.67969C14.8056 1.34569 14.2076 1.25069 13.6686 1.42669C13.0926 1.61469 12.3426 1.71369 11.4996 1.71369C10.3756 1.71369 9.39957 1.33069 8.36557 0.925695C7.20357 0.470695 6.00057 -0.000305176 4.49957 -0.000305176C1.61357 -0.000305176 0.495573 0.951695 0.299573 1.14369C0.108573 1.33069 -0.000427246 1.58869 -0.000427246 1.85769V8.99969V12.1427V16.9997C-0.000427246 17.5527 0.447573 17.9997 0.999573 17.9997C1.55257 17.9997 1.99957 17.5527 1.99957 16.9997V12.7017C2.39457 12.5267 3.17257 12.2857 4.49957 12.2857C5.62357 12.2857 6.60057 12.6687 7.63457 13.0747C8.79657 13.5297 9.99857 13.9997 11.4996 13.9997C13.3086 13.9997 14.4226 13.6217 15.0406 13.3047C15.6326 12.9977 15.9996 12.4027 15.9996 11.7487V3.10569C15.9996 2.54569 15.7266 2.01269 15.2676 1.67969Z",
|
|
13
|
-
fill: "currentColor"
|
|
14
|
-
}, null, -1)]]);
|
|
15
|
-
}
|
|
16
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
17
|
-
//#endregion
|
|
18
|
-
export { s as default };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/flag-outline.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
width: "17",
|
|
6
|
-
height: "18",
|
|
7
|
-
viewBox: "0 0 17 18",
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
};
|
|
10
|
-
function o(e, i) {
|
|
11
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
12
|
-
d: "M15.9366 1.68C15.7084 1.51551 15.4445 1.40715 15.1665 1.36372C14.8885 1.32028 14.6042 1.34299 14.3366 1.43C13.6308 1.62849 12.8997 1.72281 12.1666 1.71C11.0832 1.65119 10.021 1.38647 9.03664 0.93C7.82066 0.367632 6.50538 0.0515559 5.16664 0C2.27664 0 1.16664 1 0.966643 1.14C0.870951 1.23379 0.795085 1.34586 0.743549 1.46954C0.692014 1.59323 0.66586 1.72601 0.666643 1.86V17C0.666643 17.2652 0.772 17.5196 0.959536 17.7071C1.14707 17.8946 1.40143 18 1.66664 18C1.93186 18 2.18621 17.8946 2.37375 17.7071C2.56129 17.5196 2.66664 17.2652 2.66664 17V12.7C3.46347 12.3949 4.31411 12.2554 5.16664 12.29C6.25005 12.3488 7.31233 12.6135 8.29664 13.07C9.51262 13.6324 10.8279 13.9484 12.1666 14C13.3722 14.0455 14.5714 13.8057 15.6666 13.3C15.9618 13.1613 16.2121 12.9425 16.3889 12.6684C16.5657 12.3944 16.662 12.0761 16.6666 11.75V3.11C16.6663 2.83097 16.6 2.55598 16.4731 2.30747C16.3462 2.05895 16.1624 1.84395 15.9366 1.68ZM14.6666 11.59C13.8695 11.894 13.0191 12.0335 12.1666 12C11.0819 11.9425 10.0187 11.6742 9.03664 11.21C7.81834 10.6558 6.50403 10.3433 5.16664 10.29C4.32414 10.2755 3.48345 10.373 2.66664 10.58V2.42C3.46161 2.10734 4.31315 1.96428 5.16664 2C6.25139 2.05748 7.31454 2.32582 8.29664 2.79C9.51494 3.34425 10.8293 3.6567 12.1666 3.71C13.0097 3.72245 13.8505 3.62154 14.6666 3.41V11.59Z",
|
|
13
|
-
fill: "currentColor"
|
|
14
|
-
}, null, -1)]]);
|
|
15
|
-
}
|
|
16
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
17
|
-
//#endregion
|
|
18
|
-
export { s as default };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
|
|
2
|
-
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
-
//#region src/assets/icons/folder-filled.vue
|
|
4
|
-
var i = {}, a = {
|
|
5
|
-
width: "20",
|
|
6
|
-
height: "18",
|
|
7
|
-
viewBox: "0 0 20 18",
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
};
|
|
10
|
-
function o(e, i) {
|
|
11
|
-
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
12
|
-
d: "M17.5 17.5H2.5C1.122 17.5 0 16.409 0 15.068V2.931C0 1.59 1.122 0.5 2.5 0.5H7.101C7.4 0.5 7.685 0.634 7.875 0.867L10.474 4.046H17.5C18.878 4.046 20 5.136 20 6.478V15.068C20 16.409 18.878 17.5 17.5 17.5Z",
|
|
13
|
-
fill: "currentColor"
|
|
14
|
-
}, null, -1)]]);
|
|
15
|
-
}
|
|
16
|
-
var s = /* @__PURE__ */ e(i, [["render", o]]);
|
|
17
|
-
//#endregion
|
|
18
|
-
export { s as default };
|