@veracity/vui 0.0.8 → 0.0.10
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/alert/alertTitle.js +2 -2
- package/avatar/avatar.d.ts +3 -4
- package/avatar/avatar.js +2 -2
- package/avatar/avatar.types.d.ts +2 -6
- package/box/box.d.ts +3 -4
- package/box/box.js +3 -4
- package/box/box.types.d.ts +2 -4
- package/button/button.d.ts +3 -4
- package/button/button.js +5 -6
- package/button/button.types.d.ts +4 -6
- package/button/buttonGroup.d.ts +3 -2
- package/button/buttonGroup.js +3 -4
- package/button/buttonGroup.types.d.ts +2 -4
- package/button/buttons.d.ts +8 -5
- package/button/buttons.js +4 -2
- package/button/theme.d.ts +7 -0
- package/button/theme.js +18 -0
- package/checkbox/checkbox.d.ts +3 -2
- package/checkbox/checkbox.js +5 -7
- package/checkbox/checkbox.types.d.ts +4 -6
- package/checkbox/checkboxGroup.d.ts +3 -2
- package/checkbox/checkboxGroup.js +3 -4
- package/checkbox/checkboxGroup.types.d.ts +2 -4
- package/core/types/component.d.ts +1 -4
- package/core/vuiProvider.js +1 -1
- package/divider/divider.d.ts +3 -2
- package/divider/divider.js +3 -4
- package/divider/divider.types.d.ts +2 -4
- package/heading/heading.d.ts +3 -4
- package/heading/heading.js +4 -6
- package/heading/heading.types.d.ts +3 -4
- package/heading/headings.d.ts +7 -6
- package/{icon/icons/cui/cuiRadioSelected.d.ts → icons/baseIcons/fal/falSignIn.d.ts} +1 -1
- package/icons/baseIcons/fal/falSignIn.js +7 -0
- package/icons/baseIcons/types.d.ts +1 -1
- package/input/input.d.ts +4 -5
- package/input/input.js +2 -2
- package/input/input.types.d.ts +2 -4
- package/label/label.d.ts +3 -4
- package/label/label.js +3 -5
- package/label/label.types.d.ts +3 -5
- package/link/link.d.ts +3 -4
- package/link/link.js +4 -6
- package/link/link.types.d.ts +3 -4
- package/list/list.d.ts +5 -2
- package/list/list.js +7 -6
- package/list/list.types.d.ts +3 -5
- package/list/listHeading.d.ts +3 -0
- package/list/listHeading.js +30 -0
- package/list/listItem.d.ts +3 -2
- package/list/listItem.js +5 -7
- package/list/listItem.types.d.ts +3 -4
- package/list/theme.js +1 -1
- package/p/p.d.ts +3 -4
- package/p/p.js +4 -6
- package/p/p.types.d.ts +3 -4
- package/package.json +4 -1
- package/radio/radio.d.ts +3 -2
- package/radio/radio.js +5 -7
- package/radio/radio.types.d.ts +4 -6
- package/radio/radioGroup.d.ts +3 -2
- package/radio/radioGroup.js +3 -4
- package/radio/radioGroup.types.d.ts +2 -4
- package/skeleton/skeleton.d.ts +3 -2
- package/skeleton/skeleton.js +3 -4
- package/skeleton/skeleton.types.d.ts +2 -4
- package/spinner/consts.d.ts +3 -1
- package/spinner/consts.js +7 -2
- package/spinner/spinner.js +8 -7
- package/spinner/spinner.types.d.ts +2 -2
- package/spinner/theme.d.ts +0 -1
- package/spinner/theme.js +2 -3
- package/svg/svg.d.ts +4 -3
- package/svg/svg.js +3 -4
- package/svg/svg.types.d.ts +2 -11
- package/switch/switch.d.ts +3 -2
- package/switch/switch.js +3 -4
- package/switch/switch.types.d.ts +2 -4
- package/switch/switchButton.d.ts +5 -4
- package/switch/switchButton.js +6 -9
- package/switch/switchButton.types.d.ts +2 -8
- package/system/animations.d.ts +9 -7
- package/system/backgrounds.d.ts +8 -8
- package/system/borders.d.ts +138 -129
- package/system/colors.d.ts +1 -2
- package/system/effects.d.ts +15 -12
- package/system/flexboxes.d.ts +43 -54
- package/system/index.d.ts +2 -0
- package/system/index.js +7 -0
- package/system/interactivity.d.ts +17 -23
- package/system/layout.d.ts +69 -74
- package/system/sizing.d.ts +27 -27
- package/system/space.d.ts +89 -87
- package/system/system.d.ts +17 -0
- package/system/system.js +5 -0
- package/system/transforms.d.ts +53 -53
- package/system/transitions.d.ts +20 -25
- package/system/typography.d.ts +68 -61
- package/t/t.d.ts +3 -4
- package/t/t.js +4 -6
- package/t/t.types.d.ts +3 -4
- package/textarea/textarea.d.ts +3 -4
- package/textarea/textarea.js +3 -4
- package/textarea/textarea.types.d.ts +2 -4
- package/theme/components.d.ts +6 -1
- package/theme/defaultTheme.d.ts +6 -1
- package/theme/index.d.ts +3 -0
- package/theme/index.js +7 -0
- package/tile/tile.types.d.ts +2 -4
- package/controlLabel/controlLabel.d.ts +0 -6
- package/controlLabel/controlLabel.js +0 -55
- package/controlLabel/controlLabel.types.d.ts +0 -10
- package/controlLabel/controlLabel.types.js +0 -2
- package/controlLabel/index.d.ts +0 -3
- package/controlLabel/index.js +0 -20
- package/controlLabel/theme.d.ts +0 -11
- package/controlLabel/theme.js +0 -15
- package/core/types.d.ts +0 -37
- package/core/types.js +0 -3
- package/icon/icons/cui/cuiCheckboxIndeterminate.d.ts +0 -3
- package/icon/icons/cui/cuiCheckboxIndeterminate.js +0 -8
- package/icon/icons/cui/cuiCheckboxSelected.d.ts +0 -3
- package/icon/icons/cui/cuiCheckboxSelected.js +0 -8
- package/icon/icons/cui/cuiCheckboxUnselected.d.ts +0 -3
- package/icon/icons/cui/cuiCheckboxUnselected.js +0 -8
- package/icon/icons/cui/cuiRadioSelected.js +0 -8
- package/icon/icons/cui/cuiRadioUnselected.d.ts +0 -3
- package/icon/icons/cui/cuiRadioUnselected.js +0 -8
- package/icon/icons/cul/culCovid.d.ts +0 -3
- package/icon/icons/cul/culCovid.js +0 -7
- package/icon/icons/cul/culDeepSearch.d.ts +0 -3
- package/icon/icons/cul/culDeepSearch.js +0 -7
- package/icon/icons/cul/culDotsMenu.d.ts +0 -3
- package/icon/icons/cul/culDotsMenu.js +0 -7
- package/icon/icons/cul/culGlobePlus.d.ts +0 -3
- package/icon/icons/cul/culGlobePlus.js +0 -7
- package/icon/icons/cul/culListDense.d.ts +0 -3
- package/icon/icons/cul/culListDense.js +0 -7
- package/icon/icons/cul/culMapMarkerStar.d.ts +0 -3
- package/icon/icons/cul/culMapMarkerStar.js +0 -7
- package/icon/icons/cul/culPlusThin.d.ts +0 -3
- package/icon/icons/cul/culPlusThin.js +0 -7
- package/icon/icons/cul/culScreenshot.d.ts +0 -3
- package/icon/icons/cul/culScreenshot.js +0 -7
- package/icon/icons/cul/culScreenshotAlt.d.ts +0 -3
- package/icon/icons/cul/culScreenshotAlt.js +0 -7
- package/icon/icons/cul/culShortcut.d.ts +0 -3
- package/icon/icons/cul/culShortcut.js +0 -7
- package/icon/icons/cul/culTimesThin.d.ts +0 -3
- package/icon/icons/cul/culTimesThin.js +0 -7
- package/icon/icons/cul/culTransformer.d.ts +0 -3
- package/icon/icons/cul/culTransformer.js +0 -7
- package/icon/icons/cul/culUserTransfer.d.ts +0 -3
- package/icon/icons/cul/culUserTransfer.js +0 -7
- package/icon/icons/cul/culVessel.d.ts +0 -3
- package/icon/icons/cul/culVessel.js +0 -7
- package/icon/icons/cul/culVesselGroup.d.ts +0 -3
- package/icon/icons/cul/culVesselGroup.js +0 -7
- package/icon/icons/cus/cusCheckboxSelected.d.ts +0 -3
- package/icon/icons/cus/cusCheckboxSelected.js +0 -7
- package/icon/icons/cus/cusDotFull.d.ts +0 -3
- package/icon/icons/cus/cusDotFull.js +0 -7
- package/icon/icons/cus/cusDotFullAlt.d.ts +0 -3
- package/icon/icons/cus/cusDotFullAlt.js +0 -7
- package/icon/icons/cus/cusDotsMenu.d.ts +0 -3
- package/icon/icons/cus/cusDotsMenu.js +0 -7
- package/icon/icons/cus/cusRadio.d.ts +0 -3
- package/icon/icons/cus/cusRadio.js +0 -7
- package/icon/icons/cus/cusSquareMinus.d.ts +0 -3
- package/icon/icons/cus/cusSquareMinus.js +0 -7
- package/icon/icons/cus/cusTransformer.d.ts +0 -3
- package/icon/icons/cus/cusTransformer.js +0 -7
- package/icon/icons/cus/cusVessel.d.ts +0 -3
- package/icon/icons/cus/cusVessel.js +0 -7
- package/icon/icons/fab/fabApplePay.d.ts +0 -3
- package/icon/icons/fab/fabApplePay.js +0 -7
- package/icon/icons/fab/fabBluetooth.d.ts +0 -3
- package/icon/icons/fab/fabBluetooth.js +0 -7
- package/icon/icons/fab/fabBtc.d.ts +0 -3
- package/icon/icons/fab/fabBtc.js +0 -7
- package/icon/icons/fab/fabCcAmazonPay.d.ts +0 -3
- package/icon/icons/fab/fabCcAmazonPay.js +0 -7
- package/icon/icons/fab/fabCcAmex.d.ts +0 -3
- package/icon/icons/fab/fabCcAmex.js +0 -7
- package/icon/icons/fab/fabCcApplePay.d.ts +0 -3
- package/icon/icons/fab/fabCcApplePay.js +0 -7
- package/icon/icons/fab/fabCcDinersClub.d.ts +0 -3
- package/icon/icons/fab/fabCcDinersClub.js +0 -7
- package/icon/icons/fab/fabCcMastercard.d.ts +0 -3
- package/icon/icons/fab/fabCcMastercard.js +0 -7
- package/icon/icons/fab/fabCcPaypal.d.ts +0 -3
- package/icon/icons/fab/fabCcPaypal.js +0 -7
- package/icon/icons/fab/fabCcVisa.d.ts +0 -3
- package/icon/icons/fab/fabCcVisa.js +0 -7
- package/icon/icons/fab/fabDhl.d.ts +0 -3
- package/icon/icons/fab/fabDhl.js +0 -7
- package/icon/icons/fab/fabEbay.d.ts +0 -3
- package/icon/icons/fab/fabEbay.js +0 -7
- package/icon/icons/fab/fabFacebook.d.ts +0 -3
- package/icon/icons/fab/fabFacebook.js +0 -7
- package/icon/icons/fab/fabFedex.d.ts +0 -3
- package/icon/icons/fab/fabFedex.js +0 -7
- package/icon/icons/fab/fabFirefox.d.ts +0 -3
- package/icon/icons/fab/fabFirefox.js +0 -7
- package/icon/icons/fab/fabGoogle.d.ts +0 -3
- package/icon/icons/fab/fabGoogle.js +0 -7
- package/icon/icons/fab/fabGoogleDrive.d.ts +0 -3
- package/icon/icons/fab/fabGoogleDrive.js +0 -7
- package/icon/icons/fab/fabLinkedinIn.d.ts +0 -3
- package/icon/icons/fab/fabLinkedinIn.js +0 -7
- package/icon/icons/fab/fabMedium.d.ts +0 -3
- package/icon/icons/fab/fabMedium.js +0 -7
- package/icon/icons/fab/fabOsi.d.ts +0 -3
- package/icon/icons/fab/fabOsi.js +0 -7
- package/icon/icons/fab/fabSlack.d.ts +0 -3
- package/icon/icons/fab/fabSlack.js +0 -7
- package/icon/icons/fab/fabTwitter.d.ts +0 -3
- package/icon/icons/fab/fabTwitter.js +0 -7
- package/icon/icons/fab/fabUps.d.ts +0 -3
- package/icon/icons/fab/fabUps.js +0 -7
- package/icon/icons/fal/falAddressBook.d.ts +0 -3
- package/icon/icons/fal/falAddressBook.js +0 -7
- package/icon/icons/fal/falAddressCard.d.ts +0 -3
- package/icon/icons/fal/falAddressCard.js +0 -7
- package/icon/icons/fal/falAnalytics.d.ts +0 -3
- package/icon/icons/fal/falAnalytics.js +0 -7
- package/icon/icons/fal/falAngleDoubleDown.d.ts +0 -3
- package/icon/icons/fal/falAngleDoubleDown.js +0 -7
- package/icon/icons/fal/falAngleDoubleLeft.d.ts +0 -3
- package/icon/icons/fal/falAngleDoubleLeft.js +0 -7
- package/icon/icons/fal/falAngleDoubleRight.d.ts +0 -3
- package/icon/icons/fal/falAngleDoubleRight.js +0 -7
- package/icon/icons/fal/falAngleDoubleUp.d.ts +0 -3
- package/icon/icons/fal/falAngleDoubleUp.js +0 -7
- package/icon/icons/fal/falAngleDown.d.ts +0 -3
- package/icon/icons/fal/falAngleDown.js +0 -7
- package/icon/icons/fal/falAngleLeft.d.ts +0 -3
- package/icon/icons/fal/falAngleLeft.js +0 -7
- package/icon/icons/fal/falAngleRight.d.ts +0 -3
- package/icon/icons/fal/falAngleRight.js +0 -7
- package/icon/icons/fal/falAngleUp.d.ts +0 -3
- package/icon/icons/fal/falAngleUp.js +0 -7
- package/icon/icons/fal/falArrowAltDown.d.ts +0 -3
- package/icon/icons/fal/falArrowAltDown.js +0 -7
- package/icon/icons/fal/falArrowAltLeft.d.ts +0 -3
- package/icon/icons/fal/falArrowAltLeft.js +0 -7
- package/icon/icons/fal/falArrowAltRight.d.ts +0 -3
- package/icon/icons/fal/falArrowAltRight.js +0 -7
- package/icon/icons/fal/falArrowAltUp.d.ts +0 -3
- package/icon/icons/fal/falArrowAltUp.js +0 -7
- package/icon/icons/fal/falArrowCircleDown.d.ts +0 -3
- package/icon/icons/fal/falArrowCircleDown.js +0 -7
- package/icon/icons/fal/falArrowCircleLeft.d.ts +0 -3
- package/icon/icons/fal/falArrowCircleLeft.js +0 -7
- package/icon/icons/fal/falArrowCircleRight.d.ts +0 -3
- package/icon/icons/fal/falArrowCircleRight.js +0 -7
- package/icon/icons/fal/falArrowCircleUp.d.ts +0 -3
- package/icon/icons/fal/falArrowCircleUp.js +0 -7
- package/icon/icons/fal/falArrowDown.d.ts +0 -3
- package/icon/icons/fal/falArrowDown.js +0 -7
- package/icon/icons/fal/falArrowFromBottom.d.ts +0 -3
- package/icon/icons/fal/falArrowFromBottom.js +0 -7
- package/icon/icons/fal/falArrowFromLeft.d.ts +0 -3
- package/icon/icons/fal/falArrowFromLeft.js +0 -7
- package/icon/icons/fal/falArrowFromRight.d.ts +0 -3
- package/icon/icons/fal/falArrowFromRight.js +0 -7
- package/icon/icons/fal/falArrowFromTop.d.ts +0 -3
- package/icon/icons/fal/falArrowFromTop.js +0 -7
- package/icon/icons/fal/falArrowLeft.d.ts +0 -3
- package/icon/icons/fal/falArrowLeft.js +0 -7
- package/icon/icons/fal/falArrowRight.d.ts +0 -3
- package/icon/icons/fal/falArrowRight.js +0 -7
- package/icon/icons/fal/falArrowToBottom.d.ts +0 -3
- package/icon/icons/fal/falArrowToBottom.js +0 -7
- package/icon/icons/fal/falArrowToLeft.d.ts +0 -3
- package/icon/icons/fal/falArrowToLeft.js +0 -7
- package/icon/icons/fal/falArrowToRight.d.ts +0 -3
- package/icon/icons/fal/falArrowToRight.js +0 -7
- package/icon/icons/fal/falArrowToTop.d.ts +0 -3
- package/icon/icons/fal/falArrowToTop.js +0 -7
- package/icon/icons/fal/falArrowUp.d.ts +0 -3
- package/icon/icons/fal/falArrowUp.js +0 -7
- package/icon/icons/fal/falArrows.d.ts +0 -3
- package/icon/icons/fal/falArrows.js +0 -7
- package/icon/icons/fal/falAward.d.ts +0 -3
- package/icon/icons/fal/falAward.js +0 -7
- package/icon/icons/fal/falBan.d.ts +0 -3
- package/icon/icons/fal/falBan.js +0 -7
- package/icon/icons/fal/falBell.d.ts +0 -3
- package/icon/icons/fal/falBell.js +0 -7
- package/icon/icons/fal/falBookOpen.d.ts +0 -3
- package/icon/icons/fal/falBookOpen.js +0 -7
- package/icon/icons/fal/falBroadcastTower.d.ts +0 -3
- package/icon/icons/fal/falBroadcastTower.js +0 -7
- package/icon/icons/fal/falBuilding.d.ts +0 -3
- package/icon/icons/fal/falBuilding.js +0 -7
- package/icon/icons/fal/falBullseye.d.ts +0 -3
- package/icon/icons/fal/falBullseye.js +0 -7
- package/icon/icons/fal/falCalendar.d.ts +0 -3
- package/icon/icons/fal/falCalendar.js +0 -7
- package/icon/icons/fal/falCalendarAlt.d.ts +0 -3
- package/icon/icons/fal/falCalendarAlt.js +0 -7
- package/icon/icons/fal/falCamera.d.ts +0 -3
- package/icon/icons/fal/falCamera.js +0 -7
- package/icon/icons/fal/falCaretDown.d.ts +0 -3
- package/icon/icons/fal/falCaretDown.js +0 -7
- package/icon/icons/fal/falCaretLeft.d.ts +0 -3
- package/icon/icons/fal/falCaretLeft.js +0 -7
- package/icon/icons/fal/falCaretRight.d.ts +0 -3
- package/icon/icons/fal/falCaretRight.js +0 -7
- package/icon/icons/fal/falCaretUp.d.ts +0 -3
- package/icon/icons/fal/falCaretUp.js +0 -7
- package/icon/icons/fal/falCauldron.d.ts +0 -3
- package/icon/icons/fal/falCauldron.js +0 -7
- package/icon/icons/fal/falChartArea.d.ts +0 -3
- package/icon/icons/fal/falChartArea.js +0 -7
- package/icon/icons/fal/falChartBar.d.ts +0 -3
- package/icon/icons/fal/falChartBar.js +0 -7
- package/icon/icons/fal/falChartLine.d.ts +0 -3
- package/icon/icons/fal/falChartLine.js +0 -7
- package/icon/icons/fal/falChartLineDown.d.ts +0 -3
- package/icon/icons/fal/falChartLineDown.js +0 -7
- package/icon/icons/fal/falChartNetwork.d.ts +0 -3
- package/icon/icons/fal/falChartNetwork.js +0 -7
- package/icon/icons/fal/falChartPie.d.ts +0 -3
- package/icon/icons/fal/falChartPie.js +0 -7
- package/icon/icons/fal/falChartPieAlt.d.ts +0 -3
- package/icon/icons/fal/falChartPieAlt.js +0 -7
- package/icon/icons/fal/falChartScatter.d.ts +0 -3
- package/icon/icons/fal/falChartScatter.js +0 -7
- package/icon/icons/fal/falCheck.d.ts +0 -3
- package/icon/icons/fal/falCheck.js +0 -7
- package/icon/icons/fal/falCheckCircle.d.ts +0 -3
- package/icon/icons/fal/falCheckCircle.js +0 -7
- package/icon/icons/fal/falCheckSquare.d.ts +0 -3
- package/icon/icons/fal/falCheckSquare.js +0 -7
- package/icon/icons/fal/falChevronCircleDown.d.ts +0 -3
- package/icon/icons/fal/falChevronCircleDown.js +0 -7
- package/icon/icons/fal/falChevronCircleLeft.d.ts +0 -3
- package/icon/icons/fal/falChevronCircleLeft.js +0 -7
- package/icon/icons/fal/falChevronCircleRight.d.ts +0 -3
- package/icon/icons/fal/falChevronCircleRight.js +0 -7
- package/icon/icons/fal/falChevronCircleUp.d.ts +0 -3
- package/icon/icons/fal/falChevronCircleUp.js +0 -7
- package/icon/icons/fal/falChevronDoubleDown.d.ts +0 -3
- package/icon/icons/fal/falChevronDoubleDown.js +0 -7
- package/icon/icons/fal/falChevronDoubleLeft.d.ts +0 -3
- package/icon/icons/fal/falChevronDoubleLeft.js +0 -7
- package/icon/icons/fal/falChevronDoubleRight.d.ts +0 -3
- package/icon/icons/fal/falChevronDoubleRight.js +0 -7
- package/icon/icons/fal/falChevronDoubleUp.d.ts +0 -3
- package/icon/icons/fal/falChevronDoubleUp.js +0 -7
- package/icon/icons/fal/falChevronDown.d.ts +0 -3
- package/icon/icons/fal/falChevronDown.js +0 -7
- package/icon/icons/fal/falChevronLeft.d.ts +0 -3
- package/icon/icons/fal/falChevronLeft.js +0 -7
- package/icon/icons/fal/falChevronRight.d.ts +0 -3
- package/icon/icons/fal/falChevronRight.js +0 -7
- package/icon/icons/fal/falChevronUp.d.ts +0 -3
- package/icon/icons/fal/falChevronUp.js +0 -7
- package/icon/icons/fal/falCircle.d.ts +0 -3
- package/icon/icons/fal/falCircle.js +0 -7
- package/icon/icons/fal/falCloud.d.ts +0 -3
- package/icon/icons/fal/falCloud.js +0 -7
- package/icon/icons/fal/falCloudShowersHeavy.d.ts +0 -3
- package/icon/icons/fal/falCloudShowersHeavy.js +0 -7
- package/icon/icons/fal/falCloudSnow.d.ts +0 -3
- package/icon/icons/fal/falCloudSnow.js +0 -7
- package/icon/icons/fal/falCloudSun.d.ts +0 -3
- package/icon/icons/fal/falCloudSun.js +0 -7
- package/icon/icons/fal/falCloudSunRain.d.ts +0 -3
- package/icon/icons/fal/falCloudSunRain.js +0 -7
- package/icon/icons/fal/falCloudUpload.d.ts +0 -3
- package/icon/icons/fal/falCloudUpload.js +0 -7
- package/icon/icons/fal/falCode.d.ts +0 -3
- package/icon/icons/fal/falCode.js +0 -7
- package/icon/icons/fal/falCog.d.ts +0 -3
- package/icon/icons/fal/falCog.js +0 -7
- package/icon/icons/fal/falCogs.d.ts +0 -3
- package/icon/icons/fal/falCogs.js +0 -7
- package/icon/icons/fal/falComment.d.ts +0 -3
- package/icon/icons/fal/falComment.js +0 -7
- package/icon/icons/fal/falCommentAlt.d.ts +0 -3
- package/icon/icons/fal/falCommentAlt.js +0 -7
- package/icon/icons/fal/falCompressAlt.d.ts +0 -3
- package/icon/icons/fal/falCompressAlt.js +0 -7
- package/icon/icons/fal/falCopy.d.ts +0 -3
- package/icon/icons/fal/falCopy.js +0 -7
- package/icon/icons/fal/falCreditCard.d.ts +0 -3
- package/icon/icons/fal/falCreditCard.js +0 -7
- package/icon/icons/fal/falDatabase.d.ts +0 -3
- package/icon/icons/fal/falDatabase.js +0 -7
- package/icon/icons/fal/falDotCircle.d.ts +0 -3
- package/icon/icons/fal/falDotCircle.js +0 -7
- package/icon/icons/fal/falDownload.d.ts +0 -3
- package/icon/icons/fal/falDownload.js +0 -7
- package/icon/icons/fal/falEdit.d.ts +0 -3
- package/icon/icons/fal/falEdit.js +0 -7
- package/icon/icons/fal/falEllipsisH.d.ts +0 -3
- package/icon/icons/fal/falEllipsisH.js +0 -7
- package/icon/icons/fal/falEllipsisV.d.ts +0 -3
- package/icon/icons/fal/falEllipsisV.js +0 -7
- package/icon/icons/fal/falEnvelope.d.ts +0 -3
- package/icon/icons/fal/falEnvelope.js +0 -7
- package/icon/icons/fal/falExchange.d.ts +0 -3
- package/icon/icons/fal/falExchange.js +0 -7
- package/icon/icons/fal/falExclamationCircle.d.ts +0 -3
- package/icon/icons/fal/falExclamationCircle.js +0 -7
- package/icon/icons/fal/falExclamationTriangle.d.ts +0 -3
- package/icon/icons/fal/falExclamationTriangle.js +0 -7
- package/icon/icons/fal/falExpandAlt.d.ts +0 -3
- package/icon/icons/fal/falExpandAlt.js +0 -7
- package/icon/icons/fal/falExternalLink.d.ts +0 -3
- package/icon/icons/fal/falExternalLink.js +0 -7
- package/icon/icons/fal/falEye.d.ts +0 -3
- package/icon/icons/fal/falEye.js +0 -7
- package/icon/icons/fal/falEyeSlash.d.ts +0 -3
- package/icon/icons/fal/falEyeSlash.js +0 -7
- package/icon/icons/fal/falFile.d.ts +0 -3
- package/icon/icons/fal/falFile.js +0 -7
- package/icon/icons/fal/falFileAlt.d.ts +0 -3
- package/icon/icons/fal/falFileAlt.js +0 -7
- package/icon/icons/fal/falFileArchive.d.ts +0 -3
- package/icon/icons/fal/falFileArchive.js +0 -7
- package/icon/icons/fal/falFileAudio.d.ts +0 -3
- package/icon/icons/fal/falFileAudio.js +0 -7
- package/icon/icons/fal/falFileCertificate.d.ts +0 -3
- package/icon/icons/fal/falFileCertificate.js +0 -7
- package/icon/icons/fal/falFileChartLine.d.ts +0 -3
- package/icon/icons/fal/falFileChartLine.js +0 -7
- package/icon/icons/fal/falFileChartPie.d.ts +0 -3
- package/icon/icons/fal/falFileChartPie.js +0 -7
- package/icon/icons/fal/falFileCheck.d.ts +0 -3
- package/icon/icons/fal/falFileCheck.js +0 -7
- package/icon/icons/fal/falFileCode.d.ts +0 -3
- package/icon/icons/fal/falFileCode.js +0 -7
- package/icon/icons/fal/falFileCsv.d.ts +0 -3
- package/icon/icons/fal/falFileCsv.js +0 -7
- package/icon/icons/fal/falFileEdit.d.ts +0 -3
- package/icon/icons/fal/falFileEdit.js +0 -7
- package/icon/icons/fal/falFileExcel.d.ts +0 -3
- package/icon/icons/fal/falFileExcel.js +0 -7
- package/icon/icons/fal/falFileImage.d.ts +0 -3
- package/icon/icons/fal/falFileImage.js +0 -7
- package/icon/icons/fal/falFilePdf.d.ts +0 -3
- package/icon/icons/fal/falFilePdf.js +0 -7
- package/icon/icons/fal/falFilePlus.d.ts +0 -3
- package/icon/icons/fal/falFilePlus.js +0 -7
- package/icon/icons/fal/falFilePowerpoint.d.ts +0 -3
- package/icon/icons/fal/falFilePowerpoint.js +0 -7
- package/icon/icons/fal/falFileSpreadsheet.d.ts +0 -3
- package/icon/icons/fal/falFileSpreadsheet.js +0 -7
- package/icon/icons/fal/falFileVideo.d.ts +0 -3
- package/icon/icons/fal/falFileVideo.js +0 -7
- package/icon/icons/fal/falFileWord.d.ts +0 -3
- package/icon/icons/fal/falFileWord.js +0 -7
- package/icon/icons/fal/falFilter.d.ts +0 -3
- package/icon/icons/fal/falFilter.js +0 -7
- package/icon/icons/fal/falFlag.d.ts +0 -3
- package/icon/icons/fal/falFlag.js +0 -7
- package/icon/icons/fal/falFolder.d.ts +0 -3
- package/icon/icons/fal/falFolder.js +0 -7
- package/icon/icons/fal/falFolderOpen.d.ts +0 -3
- package/icon/icons/fal/falFolderOpen.js +0 -7
- package/icon/icons/fal/falFolderPlus.d.ts +0 -3
- package/icon/icons/fal/falFolderPlus.js +0 -7
- package/icon/icons/fal/falFolders.d.ts +0 -3
- package/icon/icons/fal/falFolders.js +0 -7
- package/icon/icons/fal/falGlassesAlt.d.ts +0 -3
- package/icon/icons/fal/falGlassesAlt.js +0 -7
- package/icon/icons/fal/falGlobe.d.ts +0 -3
- package/icon/icons/fal/falGlobe.js +0 -7
- package/icon/icons/fal/falHome.d.ts +0 -3
- package/icon/icons/fal/falHome.js +0 -7
- package/icon/icons/fal/falHourglass.d.ts +0 -3
- package/icon/icons/fal/falHourglass.js +0 -7
- package/icon/icons/fal/falImage.d.ts +0 -3
- package/icon/icons/fal/falImage.js +0 -7
- package/icon/icons/fal/falInfoCircle.d.ts +0 -3
- package/icon/icons/fal/falInfoCircle.js +0 -7
- package/icon/icons/fal/falKey.d.ts +0 -3
- package/icon/icons/fal/falKey.js +0 -7
- package/icon/icons/fal/falLayerPlus.d.ts +0 -3
- package/icon/icons/fal/falLayerPlus.js +0 -7
- package/icon/icons/fal/falLink.d.ts +0 -3
- package/icon/icons/fal/falLink.js +0 -7
- package/icon/icons/fal/falList.d.ts +0 -3
- package/icon/icons/fal/falList.js +0 -7
- package/icon/icons/fal/falLockAlt.d.ts +0 -3
- package/icon/icons/fal/falLockAlt.js +0 -7
- package/icon/icons/fal/falLongArrowDown.d.ts +0 -3
- package/icon/icons/fal/falLongArrowDown.js +0 -7
- package/icon/icons/fal/falLongArrowLeft.d.ts +0 -3
- package/icon/icons/fal/falLongArrowLeft.js +0 -7
- package/icon/icons/fal/falLongArrowRight.d.ts +0 -3
- package/icon/icons/fal/falLongArrowRight.js +0 -7
- package/icon/icons/fal/falLongArrowUp.d.ts +0 -3
- package/icon/icons/fal/falLongArrowUp.js +0 -7
- package/icon/icons/fal/falMap.d.ts +0 -3
- package/icon/icons/fal/falMap.js +0 -7
- package/icon/icons/fal/falMapMarked.d.ts +0 -3
- package/icon/icons/fal/falMapMarked.js +0 -7
- package/icon/icons/fal/falMapMarkedAlt.d.ts +0 -3
- package/icon/icons/fal/falMapMarkedAlt.js +0 -7
- package/icon/icons/fal/falMapMarker.d.ts +0 -3
- package/icon/icons/fal/falMapMarker.js +0 -7
- package/icon/icons/fal/falMapMarkerAlt.d.ts +0 -3
- package/icon/icons/fal/falMapMarkerAlt.js +0 -7
- package/icon/icons/fal/falMapMarkerAltSlash.d.ts +0 -3
- package/icon/icons/fal/falMapMarkerAltSlash.js +0 -7
- package/icon/icons/fal/falMapMarkerCheck.d.ts +0 -3
- package/icon/icons/fal/falMapMarkerCheck.js +0 -7
- package/icon/icons/fal/falMapMarkerExclamation.d.ts +0 -3
- package/icon/icons/fal/falMapMarkerExclamation.js +0 -7
- package/icon/icons/fal/falMinus.d.ts +0 -3
- package/icon/icons/fal/falMinus.js +0 -7
- package/icon/icons/fal/falPause.d.ts +0 -3
- package/icon/icons/fal/falPause.js +0 -7
- package/icon/icons/fal/falPauseCircle.d.ts +0 -3
- package/icon/icons/fal/falPauseCircle.js +0 -7
- package/icon/icons/fal/falPen.d.ts +0 -3
- package/icon/icons/fal/falPen.js +0 -7
- package/icon/icons/fal/falPlay.d.ts +0 -3
- package/icon/icons/fal/falPlay.js +0 -7
- package/icon/icons/fal/falPlayCircle.d.ts +0 -3
- package/icon/icons/fal/falPlayCircle.js +0 -7
- package/icon/icons/fal/falPlug.d.ts +0 -3
- package/icon/icons/fal/falPlug.js +0 -7
- package/icon/icons/fal/falPlus.d.ts +0 -3
- package/icon/icons/fal/falPlus.js +0 -7
- package/icon/icons/fal/falPlusCircle.d.ts +0 -3
- package/icon/icons/fal/falPlusCircle.js +0 -7
- package/icon/icons/fal/falPlusSquare.d.ts +0 -3
- package/icon/icons/fal/falPlusSquare.js +0 -7
- package/icon/icons/fal/falPrint.d.ts +0 -3
- package/icon/icons/fal/falPrint.js +0 -7
- package/icon/icons/fal/falPuzzlePiece.d.ts +0 -3
- package/icon/icons/fal/falPuzzlePiece.js +0 -7
- package/icon/icons/fal/falReceipt.d.ts +0 -3
- package/icon/icons/fal/falReceipt.js +0 -7
- package/icon/icons/fal/falRedo.d.ts +0 -3
- package/icon/icons/fal/falRedo.js +0 -7
- package/icon/icons/fal/falSave.d.ts +0 -3
- package/icon/icons/fal/falSave.js +0 -7
- package/icon/icons/fal/falSearch.d.ts +0 -3
- package/icon/icons/fal/falSearch.js +0 -7
- package/icon/icons/fal/falSearchPlus.d.ts +0 -3
- package/icon/icons/fal/falSearchPlus.js +0 -7
- package/icon/icons/fal/falServer.d.ts +0 -3
- package/icon/icons/fal/falServer.js +0 -7
- package/icon/icons/fal/falShare.d.ts +0 -3
- package/icon/icons/fal/falShare.js +0 -7
- package/icon/icons/fal/falShareAll.d.ts +0 -3
- package/icon/icons/fal/falShareAll.js +0 -7
- package/icon/icons/fal/falShareAlt.d.ts +0 -3
- package/icon/icons/fal/falShareAlt.js +0 -7
- package/icon/icons/fal/falShieldAlt.d.ts +0 -3
- package/icon/icons/fal/falShieldAlt.js +0 -7
- package/icon/icons/fal/falShieldCheck.d.ts +0 -3
- package/icon/icons/fal/falShieldCheck.js +0 -7
- package/icon/icons/fal/falShip.d.ts +0 -3
- package/icon/icons/fal/falShip.js +0 -7
- package/icon/icons/fal/falShoppingBasket.d.ts +0 -3
- package/icon/icons/fal/falShoppingBasket.js +0 -7
- package/icon/icons/fal/falSignInAlt.d.ts +0 -3
- package/icon/icons/fal/falSignInAlt.js +0 -7
- package/icon/icons/fal/falSignOut.d.ts +0 -3
- package/icon/icons/fal/falSignOut.js +0 -7
- package/icon/icons/fal/falSignOutAlt.d.ts +0 -3
- package/icon/icons/fal/falSignOutAlt.js +0 -7
- package/icon/icons/fal/falSlidersV.d.ts +0 -3
- package/icon/icons/fal/falSlidersV.js +0 -7
- package/icon/icons/fal/falSnowBlowing.d.ts +0 -3
- package/icon/icons/fal/falSnowBlowing.js +0 -7
- package/icon/icons/fal/falSnowflake.d.ts +0 -3
- package/icon/icons/fal/falSnowflake.js +0 -7
- package/icon/icons/fal/falSolarPanel.d.ts +0 -3
- package/icon/icons/fal/falSolarPanel.js +0 -7
- package/icon/icons/fal/falSort.d.ts +0 -3
- package/icon/icons/fal/falSort.js +0 -7
- package/icon/icons/fal/falSpinner.d.ts +0 -3
- package/icon/icons/fal/falSpinner.js +0 -7
- package/icon/icons/fal/falSquare.d.ts +0 -3
- package/icon/icons/fal/falSquare.js +0 -7
- package/icon/icons/fal/falStepForward.d.ts +0 -3
- package/icon/icons/fal/falStepForward.js +0 -7
- package/icon/icons/fal/falStop.d.ts +0 -3
- package/icon/icons/fal/falStop.js +0 -7
- package/icon/icons/fal/falStopCircle.d.ts +0 -3
- package/icon/icons/fal/falStopCircle.js +0 -7
- package/icon/icons/fal/falStopwatch.d.ts +0 -3
- package/icon/icons/fal/falStopwatch.js +0 -7
- package/icon/icons/fal/falSuitcase.d.ts +0 -3
- package/icon/icons/fal/falSuitcase.js +0 -7
- package/icon/icons/fal/falSun.d.ts +0 -3
- package/icon/icons/fal/falSun.js +0 -7
- package/icon/icons/fal/falSync.d.ts +0 -3
- package/icon/icons/fal/falSync.js +0 -7
- package/icon/icons/fal/falTachometer.d.ts +0 -3
- package/icon/icons/fal/falTachometer.js +0 -7
- package/icon/icons/fal/falTemperatureHigh.d.ts +0 -3
- package/icon/icons/fal/falTemperatureHigh.js +0 -7
- package/icon/icons/fal/falTh.d.ts +0 -3
- package/icon/icons/fal/falTh.js +0 -7
- package/icon/icons/fal/falThLarge.d.ts +0 -3
- package/icon/icons/fal/falThLarge.js +0 -7
- package/icon/icons/fal/falThList.d.ts +0 -3
- package/icon/icons/fal/falThList.js +0 -7
- package/icon/icons/fal/falTimes.d.ts +0 -3
- package/icon/icons/fal/falTimes.js +0 -7
- package/icon/icons/fal/falTimesCircle.d.ts +0 -3
- package/icon/icons/fal/falTimesCircle.js +0 -7
- package/icon/icons/fal/falToggleOff.d.ts +0 -3
- package/icon/icons/fal/falToggleOff.js +0 -7
- package/icon/icons/fal/falToggleOn.d.ts +0 -3
- package/icon/icons/fal/falToggleOn.js +0 -7
- package/icon/icons/fal/falTrashAlt.d.ts +0 -3
- package/icon/icons/fal/falTrashAlt.js +0 -7
- package/icon/icons/fal/falUnlockAlt.d.ts +0 -3
- package/icon/icons/fal/falUnlockAlt.js +0 -7
- package/icon/icons/fal/falUser.d.ts +0 -3
- package/icon/icons/fal/falUser.js +0 -7
- package/icon/icons/fal/falUserChart.d.ts +0 -3
- package/icon/icons/fal/falUserChart.js +0 -7
- package/icon/icons/fal/falUserCircle.d.ts +0 -3
- package/icon/icons/fal/falUserCircle.js +0 -7
- package/icon/icons/fal/falUserCog.d.ts +0 -3
- package/icon/icons/fal/falUserCog.js +0 -7
- package/icon/icons/fal/falUserEdit.d.ts +0 -3
- package/icon/icons/fal/falUserEdit.js +0 -7
- package/icon/icons/fal/falUserFriends.d.ts +0 -3
- package/icon/icons/fal/falUserFriends.js +0 -7
- package/icon/icons/fal/falUserPlus.d.ts +0 -3
- package/icon/icons/fal/falUserPlus.js +0 -7
- package/icon/icons/fal/falUserShield.d.ts +0 -3
- package/icon/icons/fal/falUserShield.js +0 -7
- package/icon/icons/fal/falUserTimes.d.ts +0 -3
- package/icon/icons/fal/falUserTimes.js +0 -7
- package/icon/icons/fal/falUsers.d.ts +0 -3
- package/icon/icons/fal/falUsers.js +0 -7
- package/icon/icons/fal/falUsersClass.d.ts +0 -3
- package/icon/icons/fal/falUsersClass.js +0 -7
- package/icon/icons/fal/falWater.d.ts +0 -3
- package/icon/icons/fal/falWater.js +0 -7
- package/icon/icons/fal/falWind.d.ts +0 -3
- package/icon/icons/fal/falWind.js +0 -7
- package/icon/icons/fal/falWindTurbine.d.ts +0 -3
- package/icon/icons/fal/falWindTurbine.js +0 -7
- package/icon/icons/fal/falWrench.d.ts +0 -3
- package/icon/icons/fal/falWrench.js +0 -7
- package/icon/icons/fas/fasCaretDown.d.ts +0 -3
- package/icon/icons/fas/fasCaretDown.js +0 -7
- package/icon/icons/fas/fasCaretLeft.d.ts +0 -3
- package/icon/icons/fas/fasCaretLeft.js +0 -7
- package/icon/icons/fas/fasCaretRight.d.ts +0 -3
- package/icon/icons/fas/fasCaretRight.js +0 -7
- package/icon/icons/fas/fasCaretUp.d.ts +0 -3
- package/icon/icons/fas/fasCaretUp.js +0 -7
- package/icon/icons/fas/fasDiamond.d.ts +0 -3
- package/icon/icons/fas/fasDiamond.js +0 -7
- package/icon/icons/fas/fasFolder.d.ts +0 -3
- package/icon/icons/fas/fasFolder.js +0 -7
- package/icon/icons/fas/fasMapMarkerAlt.d.ts +0 -3
- package/icon/icons/fas/fasMapMarkerAlt.js +0 -7
- package/icon/icons/fas/fasMapMarkerExclamation.d.ts +0 -3
- package/icon/icons/fas/fasMapMarkerExclamation.js +0 -7
- package/icon/icons/fas/fasQuoteLeft.d.ts +0 -3
- package/icon/icons/fas/fasQuoteLeft.js +0 -7
- package/icon/icons/fas/fasQuoteRight.d.ts +0 -3
- package/icon/icons/fas/fasQuoteRight.js +0 -7
- package/icon/icons/fas/fasSolarPanel.d.ts +0 -3
- package/icon/icons/fas/fasSolarPanel.js +0 -7
- package/icon/icons/fas/fasSort.d.ts +0 -3
- package/icon/icons/fas/fasSort.js +0 -7
- package/icon/icons/fas/fasStar.d.ts +0 -3
- package/icon/icons/fas/fasStar.js +0 -7
- package/icon/icons/fas/fasWindTurbine.d.ts +0 -3
- package/icon/icons/fas/fasWindTurbine.js +0 -7
- package/icon/icons/types.d.ts +0 -1
- package/icon/icons/types.js +0 -2
- package/styles/colors.d.ts +0 -171
- package/styles/colors.js +0 -96
- package/styles/durations.d.ts +0 -7
- package/styles/durations.js +0 -8
- package/styles/fontSizes.d.ts +0 -7
- package/styles/fontSizes.js +0 -8
- package/styles/fontWeights.d.ts +0 -7
- package/styles/fontWeights.js +0 -8
- package/styles/fonts.d.ts +0 -4
- package/styles/fonts.js +0 -5
- package/styles/radii.d.ts +0 -8
- package/styles/radii.js +0 -9
- package/styles/screens.d.ts +0 -8
- package/styles/screens.js +0 -9
- package/styles/shadows.d.ts +0 -9
- package/styles/shadows.js +0 -11
- package/theme/foundations/radius.d.ts +0 -7
- package/theme/foundations/radius.js +0 -9
- package/theme/foundations/typography.d.ts +0 -18
- package/theme/foundations/typography.js +0 -20
- package/theme/foundations.d.ts +0 -144
- package/theme/foundations.js +0 -20
package/alert/alertTitle.js
CHANGED
|
@@ -18,13 +18,13 @@ exports.AlertTitle = void 0;
|
|
|
18
18
|
var react_1 = __importDefault(require("react"));
|
|
19
19
|
var context_1 = require("./context");
|
|
20
20
|
var core_1 = require("../core");
|
|
21
|
-
var heading_1 =
|
|
21
|
+
var heading_1 = require("../heading");
|
|
22
22
|
exports.AlertTitle = core_1.vui(function (props, ref) {
|
|
23
23
|
var _a;
|
|
24
24
|
var alertProps = (_a = context_1.useAlert()) !== null && _a !== void 0 ? _a : {};
|
|
25
25
|
var mergedProps = __assign(__assign({}, alertProps), props);
|
|
26
26
|
var styles = core_1.useStyleConfig('Alert', mergedProps);
|
|
27
|
-
return react_1.default.createElement(heading_1.
|
|
27
|
+
return react_1.default.createElement(heading_1.H2, __assign({ className: "vui-alertTitle", lineHeight: 1.5, mr: 1, ref: ref }, styles.title, props));
|
|
28
28
|
});
|
|
29
29
|
exports.AlertTitle.displayName = 'AlertTitle';
|
|
30
30
|
exports.default = exports.AlertTitle;
|
package/avatar/avatar.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { AvatarProps
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never>;
|
|
1
|
+
import { AvatarProps } from './avatar.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const AvatarBase: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
5
4
|
export declare const Avatar: import("../core").VuiComponent<"span", AvatarProps>;
|
|
6
5
|
export default Avatar;
|
package/avatar/avatar.js
CHANGED
|
@@ -51,10 +51,10 @@ var react_1 = __importDefault(require("react"));
|
|
|
51
51
|
var styled_components_2 = __importDefault(require("styled-components"));
|
|
52
52
|
var core_1 = require("../core");
|
|
53
53
|
var icon_1 = __importDefault(require("../icon"));
|
|
54
|
+
var system_1 = require("../system");
|
|
54
55
|
var utils_1 = require("../utils");
|
|
55
|
-
var generator = styled_components_1.compose(styled_components_1.backgroundColor, styled_components_1.borders, styled_components_1.interactivity, styled_components_1.sizing, styled_components_1.space, styled_components_1.transitions, styled_components_1.typography);
|
|
56
56
|
var AvatarImage = styled_components_2.default.img(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\theight: 100%;\n\twidth: 100%;\n\n\t", "\n"], ["\n\theight: 100%;\n\twidth: 100%;\n\n\t", "\n"])), styled_components_1.borders);
|
|
57
|
-
exports.AvatarBase = styled_components_2.default.span.withConfig(core_1.forwardPropConfig(
|
|
57
|
+
exports.AvatarBase = styled_components_2.default.span.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n\talign-items: center;\n\tdisplay: inline-flex;\n\tflex-shrink: 0;\n\tjustify-content: center;\n\tline-height: normal;\n\toutline: none;\n\n\t&:focus {\n\t\tborder-color: transparent;\n\t}\n\n\t", "\n"], ["\n\talign-items: center;\n\tdisplay: inline-flex;\n\tflex-shrink: 0;\n\tjustify-content: center;\n\tline-height: normal;\n\toutline: none;\n\n\t&:focus {\n\t\tborder-color: transparent;\n\t}\n\n\t", "\n"])), system_1.system);
|
|
58
58
|
function defaultGetInitials(name) {
|
|
59
59
|
if (name === void 0) { name = ''; }
|
|
60
60
|
var _a = __read(name.split(' '), 2), _b = _a[0], first = _b === void 0 ? '' : _b, _c = _a[1], last = _c === void 0 ? '' : _c;
|
package/avatar/avatar.types.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { IconProp } from '../icon';
|
|
2
|
-
import {
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
3
|
import { ThemingProps } from '../theme';
|
|
4
|
-
export interface
|
|
5
|
-
}
|
|
6
|
-
export interface AvatarProps extends AvatarStyleProps, ThemingProps<'Avatar'> {
|
|
4
|
+
export interface AvatarProps extends SystemProps, ThemingProps<'Avatar'> {
|
|
7
5
|
colorScheme?: 'blue' | 'green' | 'grey' | 'prussian' | 'red' | 'yellow';
|
|
8
6
|
getInitials?: (name: string) => string;
|
|
9
7
|
icon?: IconProp;
|
|
@@ -12,5 +10,3 @@ export interface AvatarProps extends AvatarStyleProps, ThemingProps<'Avatar'> {
|
|
|
12
10
|
name?: string;
|
|
13
11
|
src?: string;
|
|
14
12
|
}
|
|
15
|
-
export interface AvatarStyleProps extends BackgroundColorProps, BordersProps, InteractivityProps, SizingProps, SpaceProps, TransitionsProps, TypographyProps {
|
|
16
|
-
}
|
package/box/box.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { BoxProps
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never>;
|
|
1
|
+
import { BoxProps } from './box.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const BoxBase: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
5
4
|
export declare const Box: import("../core").VuiComponent<"div", BoxProps>;
|
|
6
5
|
export default Box;
|
package/box/box.js
CHANGED
|
@@ -30,13 +30,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
32
|
exports.Box = exports.BoxBase = void 0;
|
|
33
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
34
33
|
var react_1 = __importDefault(require("react"));
|
|
35
|
-
var
|
|
34
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
36
35
|
var core_1 = require("../core");
|
|
36
|
+
var system_1 = require("../system");
|
|
37
37
|
var utils_1 = require("../utils");
|
|
38
|
-
|
|
39
|
-
exports.BoxBase = styled_components_2.default.div.withConfig(core_1.forwardPropConfig(generator))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tdisplay: flex;\n\n\t", "\n"], ["\n\tdisplay: flex;\n\n\t", "\n"])), generator);
|
|
38
|
+
exports.BoxBase = styled_components_1.default.div.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tdisplay: flex;\n\n\t", "\n"], ["\n\tdisplay: flex;\n\n\t", "\n"])), system_1.system);
|
|
40
39
|
exports.Box = core_1.vui(function (props, ref) {
|
|
41
40
|
var _a = core_1.omitThemingProps(props), align = _a.align, center = _a.center, centerH = _a.centerH, centerV = _a.centerV, className = _a.className, column = _a.column, direction = _a.direction, hoverShadow = _a.hoverShadow, justify = _a.justify, radius = _a.radius, shadow = _a.shadow, wrap = _a.wrap, rest = __rest(_a, ["align", "center", "centerH", "centerV", "className", "column", "direction", "hoverShadow", "justify", "radius", "shadow", "wrap"]);
|
|
42
41
|
var styles = core_1.useStyleConfig('Box', props);
|
package/box/box.types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BordersProps, EffectsProps, FlexboxesProps, SystemProps } from '../system';
|
|
2
2
|
import { ThemingProps } from '../theme';
|
|
3
|
-
export interface BoxProps extends
|
|
3
|
+
export interface BoxProps extends SystemProps, ThemingProps<'Box'> {
|
|
4
4
|
align?: FlexboxesProps['alignItems'];
|
|
5
5
|
center?: boolean;
|
|
6
6
|
centerH?: boolean;
|
|
@@ -13,5 +13,3 @@ export interface BoxProps extends BoxStyleProps, ThemingProps<'Box'> {
|
|
|
13
13
|
shadow?: EffectsProps['boxShadow'];
|
|
14
14
|
wrap?: boolean;
|
|
15
15
|
}
|
|
16
|
-
export interface BoxStyleProps extends BackgroundColorProps, BordersProps, ColorProps, EffectsProps, FlexboxesProps, InteractivityProps, LayoutProps, SizingProps, SpaceProps, TransitionsProps, TypographyProps {
|
|
17
|
-
}
|
package/button/button.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ButtonProps
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never>;
|
|
1
|
+
import { ButtonProps } from './button.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const ButtonBase: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
5
4
|
export declare const Button: import("../core").VuiComponent<"button", ButtonProps>;
|
|
6
5
|
export default Button;
|
package/button/button.js
CHANGED
|
@@ -30,17 +30,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
32
|
exports.Button = exports.ButtonBase = void 0;
|
|
33
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
34
33
|
var react_1 = __importDefault(require("react"));
|
|
35
|
-
var
|
|
34
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
36
35
|
var context_1 = require("./context");
|
|
37
36
|
var core_1 = require("../core");
|
|
38
37
|
var icon_1 = __importDefault(require("../icon"));
|
|
38
|
+
var system_1 = require("../system");
|
|
39
39
|
var utils_1 = require("../utils");
|
|
40
|
-
var
|
|
41
|
-
var
|
|
42
|
-
|
|
43
|
-
exports.ButtonBase = styled_components_2.default.button.withConfig(core_1.forwardPropConfig(generator))(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n\talign-items: center;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tjustify-content: center;\n\tline-height: normal;\n\tposition: relative;\n\tuser-select: none;\n\twidth: fit-content;\n\n\t&:focus {\n\t\tborder-color: transparent;\n\t\toutline: none;\n\t\tz-index: 1;\n\t}\n\n\t", "\n\n\t&:disabled {\n\t\t/* Specified here to avoid conflict with active/hover props */\n\t\tbackground-color: var(--vui-colors-disabled-bg);\n\t\tborder-color: var(--vui-colors-disabled-border);\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\t}\n"], ["\n\talign-items: center;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tjustify-content: center;\n\tline-height: normal;\n\tposition: relative;\n\tuser-select: none;\n\twidth: fit-content;\n\n\t&:focus {\n\t\tborder-color: transparent;\n\t\toutline: none;\n\t\tz-index: 1;\n\t}\n\n\t", "\n\n\t&:disabled {\n\t\t/* Specified here to avoid conflict with active/hover props */\n\t\tbackground-color: var(--vui-colors-disabled-bg);\n\t\tborder-color: var(--vui-colors-disabled-border);\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\t}\n"])), generator);
|
|
40
|
+
var ContentWrapper = styled_components_1.default.span(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tvisibility: hidden;\n"], ["\n\tvisibility: hidden;\n"])));
|
|
41
|
+
var LoadingWrapper = styled_components_1.default.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n\tbottom: 0;\n\tdisplay: flex;\n\tleft: 0;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n"], ["\n\tbottom: 0;\n\tdisplay: flex;\n\tleft: 0;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n"])));
|
|
42
|
+
exports.ButtonBase = styled_components_1.default.button.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n\talign-items: center;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tjustify-content: center;\n\tline-height: normal;\n\tposition: relative;\n\tuser-select: none;\n\twidth: fit-content;\n\n\t&:focus {\n\t\tborder-color: transparent;\n\t\toutline: none;\n\t\tz-index: 1;\n\t}\n\n\t", "\n\n\t&:disabled {\n\t\t/* Specified here to avoid conflict with active/hover props */\n\t\tbackground-color: var(--vui-colors-disabled-bg);\n\t\tborder-color: var(--vui-colors-disabled-border);\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\t}\n"], ["\n\talign-items: center;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tjustify-content: center;\n\tline-height: normal;\n\tposition: relative;\n\tuser-select: none;\n\twidth: fit-content;\n\n\t&:focus {\n\t\tborder-color: transparent;\n\t\toutline: none;\n\t\tz-index: 1;\n\t}\n\n\t", "\n\n\t&:disabled {\n\t\t/* Specified here to avoid conflict with active/hover props */\n\t\tbackground-color: var(--vui-colors-disabled-bg);\n\t\tborder-color: var(--vui-colors-disabled-border);\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\t}\n"])), system_1.system);
|
|
44
43
|
exports.Button = core_1.vui(function (props, ref) {
|
|
45
44
|
var _a;
|
|
46
45
|
var buttonGroupProps = context_1.useButtonGroup();
|
package/button/button.types.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IconProp } from '../icon';
|
|
3
|
-
import {
|
|
3
|
+
import { SystemProps } from '../system';
|
|
4
4
|
import { ThemingProps } from '../theme';
|
|
5
|
-
export interface ButtonProps extends
|
|
6
|
-
colorScheme?: 'blue' | 'green' | 'pink' | 'prussian' | 'red';
|
|
5
|
+
export interface ButtonProps extends SystemProps, ThemingProps<'Button'> {
|
|
6
|
+
colorScheme?: 'blue' | 'green' | 'grey' | 'pink' | 'prussian' | 'red';
|
|
7
7
|
icon?: IconProp;
|
|
8
8
|
iconLeft?: IconProp;
|
|
9
9
|
iconRight?: IconProp;
|
|
@@ -14,7 +14,5 @@ export interface ButtonProps extends ButtonStyleProps, ThemingProps<'Button'> {
|
|
|
14
14
|
isSplit?: boolean;
|
|
15
15
|
itemLeft?: React.ReactNode;
|
|
16
16
|
itemRight?: React.ReactNode;
|
|
17
|
-
text?: string;
|
|
18
|
-
}
|
|
19
|
-
export interface ButtonStyleProps extends BackgroundColorProps, BordersProps, ColorProps, EffectsProps, FontSizeProps, FontWeightProps, PointerEventsProps, SizingProps, SpaceProps, TransitionsProps {
|
|
17
|
+
text?: number | string;
|
|
20
18
|
}
|
package/button/buttonGroup.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ButtonGroupProps
|
|
2
|
-
|
|
1
|
+
import { ButtonGroupProps } from './buttonGroup.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const ButtonGroupBase: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
3
4
|
export declare const ButtonGroup: import("../core").VuiComponent<"div", ButtonGroupProps>;
|
|
4
5
|
export default ButtonGroup;
|
package/button/buttonGroup.js
CHANGED
|
@@ -49,14 +49,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
49
49
|
};
|
|
50
50
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
51
|
exports.ButtonGroup = exports.ButtonGroupBase = void 0;
|
|
52
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
53
52
|
var react_1 = __importStar(require("react"));
|
|
54
|
-
var
|
|
53
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
55
54
|
var context_1 = require("./context");
|
|
56
55
|
var core_1 = require("../core");
|
|
56
|
+
var system_1 = require("../system");
|
|
57
57
|
var utils_1 = require("../utils");
|
|
58
|
-
|
|
59
|
-
exports.ButtonGroupBase = styled_components_2.default.div.withConfig(core_1.forwardPropConfig(generator))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tdisplay: flex;\n\n\t// First Button\n\t> *:first-of-type:not(:last-of-type) {\n\t\tborder-bottom-right-radius: 0;\n\t\tborder-right-width: 1px;\n\t\tborder-top-right-radius: 0;\n\t}\n\n\t// Middle Buttons\n\t> *:not(:first-of-type):not(:last-of-type) {\n\t\tborder-left-width: 0px;\n\t\tborder-radius: 0;\n\t\tborder-right-width: 1px;\n\t}\n\n\t// Last Button\n\t> *:not(:first-of-type):last-of-type {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-left-width: 0px;\n\t\tborder-top-left-radius: 0;\n\t}\n\n\t", "\n"], ["\n\tdisplay: flex;\n\n\t// First Button\n\t> *:first-of-type:not(:last-of-type) {\n\t\tborder-bottom-right-radius: 0;\n\t\tborder-right-width: 1px;\n\t\tborder-top-right-radius: 0;\n\t}\n\n\t// Middle Buttons\n\t> *:not(:first-of-type):not(:last-of-type) {\n\t\tborder-left-width: 0px;\n\t\tborder-radius: 0;\n\t\tborder-right-width: 1px;\n\t}\n\n\t// Last Button\n\t> *:not(:first-of-type):last-of-type {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-left-width: 0px;\n\t\tborder-top-left-radius: 0;\n\t}\n\n\t", "\n"])), generator);
|
|
58
|
+
exports.ButtonGroupBase = styled_components_1.default.div.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tdisplay: flex;\n\n\t// First Button\n\t> *:first-of-type:not(:last-of-type) {\n\t\tborder-bottom-right-radius: 0;\n\t\tborder-right-width: 1px;\n\t\tborder-top-right-radius: 0;\n\t}\n\n\t// Middle Buttons\n\t> *:not(:first-of-type):not(:last-of-type) {\n\t\tborder-left-width: 0px;\n\t\tborder-radius: 0;\n\t\tborder-right-width: 1px;\n\t}\n\n\t// Last Button\n\t> *:not(:first-of-type):last-of-type {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-left-width: 0px;\n\t\tborder-top-left-radius: 0;\n\t}\n\n\t", "\n"], ["\n\tdisplay: flex;\n\n\t// First Button\n\t> *:first-of-type:not(:last-of-type) {\n\t\tborder-bottom-right-radius: 0;\n\t\tborder-right-width: 1px;\n\t\tborder-top-right-radius: 0;\n\t}\n\n\t// Middle Buttons\n\t> *:not(:first-of-type):not(:last-of-type) {\n\t\tborder-left-width: 0px;\n\t\tborder-radius: 0;\n\t\tborder-right-width: 1px;\n\t}\n\n\t// Last Button\n\t> *:not(:first-of-type):last-of-type {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-left-width: 0px;\n\t\tborder-top-left-radius: 0;\n\t}\n\n\t", "\n"])), system_1.system);
|
|
60
59
|
exports.ButtonGroup = core_1.vui(function (props, ref) {
|
|
61
60
|
var className = props.className, colorScheme = props.colorScheme, disabled = props.disabled, size = props.size, variant = props.variant, rest = __rest(props, ["className", "colorScheme", "disabled", "size", "variant"]);
|
|
62
61
|
var context = react_1.useMemo(function () { return utils_1.filterUndefined({ colorScheme: colorScheme, disabled: disabled, size: size, variant: variant }); }, [
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SystemProps } from '../system';
|
|
2
2
|
import { ThemingProps } from '../theme';
|
|
3
|
-
export interface ButtonGroupProps extends
|
|
3
|
+
export interface ButtonGroupProps extends SystemProps, ThemingProps<'Button'> {
|
|
4
4
|
colorScheme?: 'blue' | 'green' | 'pink' | 'prussian' | 'red';
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export interface ButtonGroupStyleProps extends FlexboxesProps, SizingProps, SpaceProps {
|
|
8
|
-
}
|
package/button/buttons.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
1
|
+
import { ButtonProps } from './button.types';
|
|
2
|
+
export declare const AppButton: import("../core").VuiComponent<"button", ButtonProps>;
|
|
3
|
+
export declare const BackButton: import("../core").VuiComponent<"button", ButtonProps>;
|
|
4
|
+
export declare const CloseButton: import("../core").VuiComponent<"button", ButtonProps>;
|
|
5
|
+
export declare const CTAButton: import("../core").VuiComponent<"button", ButtonProps>;
|
|
6
|
+
export declare const DangerButton: import("../core").VuiComponent<"button", ButtonProps>;
|
|
7
|
+
export declare const LineButton: import("../core").VuiComponent<"button", ButtonProps>;
|
|
8
|
+
export declare const TextButton: import("../core").VuiComponent<"button", ButtonProps>;
|
package/button/buttons.js
CHANGED
|
@@ -14,12 +14,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
14
14
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.TextButton = exports.
|
|
17
|
+
exports.TextButton = exports.LineButton = exports.DangerButton = exports.CTAButton = exports.CloseButton = exports.BackButton = exports.AppButton = void 0;
|
|
18
18
|
var react_1 = __importDefault(require("react"));
|
|
19
19
|
var button_1 = __importDefault(require("./button"));
|
|
20
20
|
var core_1 = require("../core");
|
|
21
21
|
exports.AppButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "blue", ref: ref, variant: "solid" }, props))); });
|
|
22
|
+
exports.BackButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "blue", icon: "falChevronLeft", ref: ref, variant: "text" }, props))); });
|
|
23
|
+
exports.CloseButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "blue", icon: "falTimes", ref: ref, variant: "text" }, props))); });
|
|
22
24
|
exports.CTAButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "green", ref: ref, variant: "solid" }, props))); });
|
|
23
25
|
exports.DangerButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "red", ref: ref, variant: "solid" }, props))); });
|
|
24
|
-
exports.
|
|
26
|
+
exports.LineButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "blue", ref: ref, variant: "outlined" }, props))); });
|
|
25
27
|
exports.TextButton = core_1.vui(function (props, ref) { return (react_1.default.createElement(button_1.default, __assign({ colorScheme: "blue", ref: ref, variant: "text" }, props))); });
|
package/button/theme.d.ts
CHANGED
|
@@ -7,6 +7,12 @@ declare function variantOutlined(props: Dict): {
|
|
|
7
7
|
borderColor: string;
|
|
8
8
|
borderWidth: number;
|
|
9
9
|
};
|
|
10
|
+
declare function variantSubtle(props: Dict): {
|
|
11
|
+
hoverBg: string;
|
|
12
|
+
activeBg: string;
|
|
13
|
+
bg: string;
|
|
14
|
+
color: string;
|
|
15
|
+
};
|
|
10
16
|
declare function variantSolid(props: Dict): {
|
|
11
17
|
borderColor: string;
|
|
12
18
|
hoverBg: string;
|
|
@@ -59,6 +65,7 @@ declare const _default: {
|
|
|
59
65
|
variants: {
|
|
60
66
|
outlined: typeof variantOutlined;
|
|
61
67
|
solid: typeof variantSolid;
|
|
68
|
+
subtle: typeof variantSubtle;
|
|
62
69
|
text: typeof variantText;
|
|
63
70
|
};
|
|
64
71
|
};
|
package/button/theme.js
CHANGED
|
@@ -16,6 +16,20 @@ function variantOutlined(props) {
|
|
|
16
16
|
var styles = __assign({ borderColor: c + ".80", borderWidth: 1 }, variantText(props));
|
|
17
17
|
return styles;
|
|
18
18
|
}
|
|
19
|
+
function variantSubtle(props) {
|
|
20
|
+
var c = props.colorScheme;
|
|
21
|
+
var styles = {
|
|
22
|
+
hoverBg: c + ".30",
|
|
23
|
+
activeBg: c + ".40",
|
|
24
|
+
bg: c + ".20",
|
|
25
|
+
color: c + ".90"
|
|
26
|
+
};
|
|
27
|
+
// Special cases
|
|
28
|
+
if (c === 'grey') {
|
|
29
|
+
styles.color = 'prussian.80';
|
|
30
|
+
}
|
|
31
|
+
return styles;
|
|
32
|
+
}
|
|
19
33
|
function variantSolid(props) {
|
|
20
34
|
var c = props.colorScheme;
|
|
21
35
|
var styles = {
|
|
@@ -45,6 +59,9 @@ function variantText(props) {
|
|
|
45
59
|
styles.activeBg = 'blue.30';
|
|
46
60
|
styles.hoverBg = 'blue.20';
|
|
47
61
|
}
|
|
62
|
+
if (c === 'grey') {
|
|
63
|
+
styles.color = 'prussian.80';
|
|
64
|
+
}
|
|
48
65
|
return styles;
|
|
49
66
|
}
|
|
50
67
|
var defaultProps = {
|
|
@@ -85,6 +102,7 @@ var sizes = {
|
|
|
85
102
|
var variants = {
|
|
86
103
|
outlined: variantOutlined,
|
|
87
104
|
solid: variantSolid,
|
|
105
|
+
subtle: variantSubtle,
|
|
88
106
|
text: variantText
|
|
89
107
|
};
|
|
90
108
|
exports.default = {
|
package/checkbox/checkbox.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CheckboxProps, CheckboxStyleProps } from './checkbox.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
2
3
|
export declare const CheckboxInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>;
|
|
3
4
|
export declare const CheckboxBase: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, CheckboxStyleProps, never>;
|
|
4
|
-
export declare const CheckboxControl: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme,
|
|
5
|
+
export declare const CheckboxControl: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
5
6
|
export declare const Checkbox: import("../core").VuiComponent<"span", CheckboxProps>;
|
|
6
7
|
export default Checkbox;
|
package/checkbox/checkbox.js
CHANGED
|
@@ -65,19 +65,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
65
65
|
};
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.Checkbox = exports.CheckboxControl = exports.CheckboxBase = exports.CheckboxInput = void 0;
|
|
68
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
69
68
|
var react_1 = __importStar(require("react"));
|
|
70
|
-
var
|
|
69
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
71
70
|
var context_1 = require("./context");
|
|
72
71
|
var core_1 = require("../core");
|
|
73
72
|
var icon_1 = __importDefault(require("../icon"));
|
|
73
|
+
var system_1 = require("../system");
|
|
74
74
|
var t_1 = __importDefault(require("../t"));
|
|
75
75
|
var utils_1 = require("../utils");
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
exports.
|
|
79
|
-
exports.CheckboxBase = styled_components_2.default.label.withConfig(core_1.forwardPropConfig(checkboxGenerator))(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n\talign-items: center;\n\tcursor: pointer;\n\tdisplay: inline-flex;\n\twidth: fit-content;\n\n\t:hover .vui-checkboxControl {\n\t\tcolor: ", ";\n\t}\n\n\t&.disabled {\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\n\t\t.vui-checkboxControl {\n\t\t\tcolor: var(--vui-colors-disabled-font);\n\t\t}\n\t}\n\n\t", "\n"], ["\n\talign-items: center;\n\tcursor: pointer;\n\tdisplay: inline-flex;\n\twidth: fit-content;\n\n\t:hover .vui-checkboxControl {\n\t\tcolor: ", ";\n\t}\n\n\t&.disabled {\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\n\t\t.vui-checkboxControl {\n\t\t\tcolor: var(--vui-colors-disabled-font);\n\t\t}\n\t}\n\n\t", "\n"])), function (p) { return core_1.th('colors', p.controlHoverColor)(p); }, checkboxGenerator);
|
|
80
|
-
exports.CheckboxControl = styled_components_2.default.span.withConfig(core_1.forwardPropConfig(controlGenerator))(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n\tdisplay: inline-flex;\n\tflex-shrink: 0;\n\tposition: relative;\n\n\t", "\n"], ["\n\tdisplay: inline-flex;\n\tflex-shrink: 0;\n\tposition: relative;\n\n\t", "\n"])), controlGenerator);
|
|
76
|
+
exports.CheckboxInput = styled_components_1.default.input(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tcursor: inherit;\n\theight: 100%;\n\tleft: 0;\n\tmargin: 0;\n\topacity: 0;\n\tpadding: 0;\n\tposition: absolute;\n\ttop: 0;\n\twidth: 100%;\n\tz-index: 1;\n"], ["\n\tcursor: inherit;\n\theight: 100%;\n\tleft: 0;\n\tmargin: 0;\n\topacity: 0;\n\tpadding: 0;\n\tposition: absolute;\n\ttop: 0;\n\twidth: 100%;\n\tz-index: 1;\n"])));
|
|
77
|
+
exports.CheckboxBase = styled_components_1.default.label.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n\talign-items: center;\n\tcursor: pointer;\n\tdisplay: inline-flex;\n\twidth: fit-content;\n\n\t:hover .vui-checkboxControl {\n\t\tcolor: ", ";\n\t}\n\n\t&.disabled {\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\n\t\t.vui-checkboxControl {\n\t\t\tcolor: var(--vui-colors-disabled-font);\n\t\t}\n\t}\n\n\t", "\n"], ["\n\talign-items: center;\n\tcursor: pointer;\n\tdisplay: inline-flex;\n\twidth: fit-content;\n\n\t:hover .vui-checkboxControl {\n\t\tcolor: ", ";\n\t}\n\n\t&.disabled {\n\t\tcolor: var(--vui-colors-disabled-font);\n\t\tcursor: not-allowed;\n\n\t\t.vui-checkboxControl {\n\t\t\tcolor: var(--vui-colors-disabled-font);\n\t\t}\n\t}\n\n\t", "\n"])), function (p) { return core_1.th.color(p.controlHoverColor)(p); }, system_1.system);
|
|
78
|
+
exports.CheckboxControl = styled_components_1.default.span.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n\tdisplay: inline-flex;\n\tflex-shrink: 0;\n\tposition: relative;\n\n\t", "\n"], ["\n\tdisplay: inline-flex;\n\tflex-shrink: 0;\n\tposition: relative;\n\n\t", "\n"])), system_1.system);
|
|
81
79
|
exports.Checkbox = core_1.vui(function (props, ref) {
|
|
82
80
|
var checkboxGroupProps = context_1.useCheckboxGroup();
|
|
83
81
|
var mergedProps = __assign(__assign({}, checkboxGroupProps), props);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'react';
|
|
2
2
|
import { ChangeEventHandler, FocusEventHandler } from '../core';
|
|
3
3
|
import { IconProp } from '../icon';
|
|
4
|
-
import {
|
|
4
|
+
import { SystemProps } from '../system';
|
|
5
5
|
import { ThemingProps } from '../theme';
|
|
6
|
-
export interface CheckboxProps extends
|
|
6
|
+
export interface CheckboxProps extends SystemProps, ThemingProps<'Checkbox'> {
|
|
7
7
|
checked?: boolean;
|
|
8
8
|
colorScheme?: 'blue' | 'green' | 'prussian' | 'red';
|
|
9
9
|
disabled?: boolean;
|
|
@@ -21,8 +21,6 @@ export interface CheckboxProps extends CheckboxStyleProps, ThemingProps<'Checkbo
|
|
|
21
21
|
required?: boolean;
|
|
22
22
|
value?: number | string;
|
|
23
23
|
}
|
|
24
|
-
export interface
|
|
25
|
-
|
|
26
|
-
export interface CheckboxStyleProps extends BackgroundColorProps, FlexboxesProps, SizingProps, SpaceProps, TransitionsProps {
|
|
27
|
-
controlHoverColor?: string;
|
|
24
|
+
export interface CheckboxStyleProps extends SystemProps {
|
|
25
|
+
controlHoverColor: string;
|
|
28
26
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CheckboxGroupProps
|
|
2
|
-
|
|
1
|
+
import { CheckboxGroupProps } from './checkboxGroup.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const CheckboxGroupBase: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
3
4
|
export declare const CheckboxGroup: import("../core").VuiComponent<"div", CheckboxGroupProps>;
|
|
4
5
|
export default CheckboxGroup;
|
|
@@ -49,14 +49,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
49
49
|
};
|
|
50
50
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
51
|
exports.CheckboxGroup = exports.CheckboxGroupBase = void 0;
|
|
52
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
53
52
|
var react_1 = __importStar(require("react"));
|
|
54
|
-
var
|
|
53
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
55
54
|
var context_1 = require("./context");
|
|
56
55
|
var core_1 = require("../core");
|
|
56
|
+
var system_1 = require("../system");
|
|
57
57
|
var utils_1 = require("../utils");
|
|
58
|
-
|
|
59
|
-
exports.CheckboxGroupBase = styled_components_2.default.div.withConfig(core_1.forwardPropConfig(generator))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tdisplay: flex;\n\tflex-direction: column;\n\n\t", "\n"], ["\n\tdisplay: flex;\n\tflex-direction: column;\n\n\t", "\n"])), generator);
|
|
58
|
+
exports.CheckboxGroupBase = styled_components_1.default.div.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\tdisplay: flex;\n\tflex-direction: column;\n\n\t", "\n"], ["\n\tdisplay: flex;\n\tflex-direction: column;\n\n\t", "\n"])), system_1.system);
|
|
60
59
|
exports.CheckboxGroup = core_1.vui(function (props, ref) {
|
|
61
60
|
var className = props.className, colorScheme = props.colorScheme, disabled = props.disabled, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onFocus = props.onFocus, row = props.row, size = props.size, variant = props.variant, rest = __rest(props, ["className", "colorScheme", "disabled", "name", "onBlur", "onChange", "onFocus", "row", "size", "variant"]);
|
|
62
61
|
var context = react_1.useMemo(function () { return utils_1.filterUndefined({ colorScheme: colorScheme, disabled: disabled, name: name, onBlur: onBlur, onChange: onChange, onFocus: onFocus, size: size, variant: variant }); }, [colorScheme, disabled, name, onBlur, onChange, onFocus, size, variant]);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeEventHandler, FocusEventHandler } from '../core';
|
|
2
|
-
import {
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
3
|
import { ThemingProps } from '../theme';
|
|
4
|
-
export interface CheckboxGroupProps extends
|
|
4
|
+
export interface CheckboxGroupProps extends SystemProps, ThemingProps<'Checkbox'> {
|
|
5
5
|
colorScheme?: 'blue' | 'green' | 'prussian' | 'red';
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
name?: string;
|
|
@@ -10,5 +10,3 @@ export interface CheckboxGroupProps extends CheckboxGroupStyleProps, ThemingProp
|
|
|
10
10
|
onFocus?: FocusEventHandler;
|
|
11
11
|
row?: boolean;
|
|
12
12
|
}
|
|
13
|
-
export interface CheckboxGroupStyleProps extends FlexboxesProps, SizingProps, SpaceProps {
|
|
14
|
-
}
|
|
@@ -7,12 +7,9 @@ export declare type RefPropsOf<C extends React.ElementType, Props = {}> = RightJ
|
|
|
7
7
|
export declare type RightJoinProps<SourceProps, OverrideProps> = OverrideProps & Omit<SourceProps, keyof OverrideProps>;
|
|
8
8
|
/** VUI component interface, which allows element props inference and extension, 'as' and 'ref' */
|
|
9
9
|
export interface VuiComponent<C extends React.ElementType, Props = {}> {
|
|
10
|
-
<AsC extends React.ElementType>(props: RefPropsOf<
|
|
10
|
+
<AsC extends React.ElementType>(props: RefPropsOf<PropsOf<C, AsC>, Props> & {
|
|
11
11
|
as: AsC;
|
|
12
12
|
}): JSX.Element;
|
|
13
|
-
<AsC extends React.ElementType>(props: RefPropsOf<AsC, Props> & {
|
|
14
|
-
forwardedAs: AsC;
|
|
15
|
-
}): JSX.Element;
|
|
16
13
|
(props: RefPropsOf<C, Props>): JSX.Element;
|
|
17
14
|
defaultProps?: Partial<PropsOf<C, Props>>;
|
|
18
15
|
displayName?: string;
|
package/core/vuiProvider.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
var react_1 = __importDefault(require("react"));
|
|
7
|
-
var styled_components_1 = require("
|
|
7
|
+
var styled_components_1 = require("styled-components");
|
|
8
8
|
var globalStyle_1 = __importDefault(require("./globalStyle"));
|
|
9
9
|
var resetCSS_1 = __importDefault(require("./resetCSS"));
|
|
10
10
|
var theme_1 = __importDefault(require("../theme"));
|
package/divider/divider.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { DividerProps
|
|
2
|
-
|
|
1
|
+
import { DividerProps } from './divider.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const DividerBase: import("styled-components").StyledComponent<"hr", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
3
4
|
export declare const Divider: import("../core").VuiComponent<"hr", DividerProps>;
|
|
4
5
|
export default Divider;
|
package/divider/divider.js
CHANGED
|
@@ -30,13 +30,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
32
|
exports.Divider = exports.DividerBase = void 0;
|
|
33
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
34
33
|
var react_1 = __importDefault(require("react"));
|
|
35
|
-
var
|
|
34
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
36
35
|
var core_1 = require("../core");
|
|
36
|
+
var system_1 = require("../system");
|
|
37
37
|
var utils_1 = require("../utils");
|
|
38
|
-
|
|
39
|
-
exports.DividerBase = styled_components_2.default.hr.withConfig(core_1.forwardPropConfig(generator))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\t", "\n"], ["\n\t", "\n"])), generator);
|
|
38
|
+
exports.DividerBase = styled_components_1.default.hr.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\t", "\n"], ["\n\t", "\n"])), system_1.system);
|
|
40
39
|
exports.Divider = core_1.vui(function (props, ref) {
|
|
41
40
|
var _a;
|
|
42
41
|
var _b = core_1.omitThemingProps(props), className = _b.className, isVertical = _b.isVertical, width = _b.width, rest = __rest(_b, ["className", "isVertical", "width"]);
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { BordersProps,
|
|
1
|
+
import { BordersProps, SystemProps } from '../system';
|
|
2
2
|
import { ThemingProps } from '../theme';
|
|
3
|
-
export interface DividerProps extends
|
|
3
|
+
export interface DividerProps extends SystemProps, ThemingProps<'Divider'> {
|
|
4
4
|
className?: string;
|
|
5
5
|
isVertical?: boolean;
|
|
6
6
|
width?: BordersProps['borderWidth'];
|
|
7
7
|
}
|
|
8
|
-
export interface DividerStyleProps extends BordersProps, SizingProps, SpaceProps {
|
|
9
|
-
}
|
package/heading/heading.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { HeadingProps
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never>;
|
|
1
|
+
import { HeadingProps } from './heading.types';
|
|
2
|
+
import { SystemProps } from '../system';
|
|
3
|
+
export declare const HeadingBase: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, SystemProps, never>;
|
|
5
4
|
export declare const Heading: import("../core").VuiComponent<"h2", HeadingProps>;
|
|
6
5
|
export default Heading;
|
package/heading/heading.js
CHANGED
|
@@ -30,16 +30,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
32
|
exports.Heading = exports.HeadingBase = void 0;
|
|
33
|
-
var styled_components_1 = require("@xstyled/styled-components");
|
|
34
33
|
var react_1 = __importDefault(require("react"));
|
|
35
|
-
var
|
|
34
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
36
35
|
var core_1 = require("../core");
|
|
37
36
|
var system_1 = require("../system");
|
|
38
37
|
var utils_1 = require("../utils");
|
|
39
|
-
|
|
40
|
-
exports.HeadingBase = styled_components_2.default.h2.withConfig(core_1.forwardPropConfig(generator))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\t", "\n"], ["\n\t", "\n"])), generator);
|
|
38
|
+
exports.HeadingBase = styled_components_1.default.h2.withConfig(core_1.forwardPropConfig(system_1.system))(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\t", "\n"], ["\n\t", "\n"])), system_1.system);
|
|
41
39
|
exports.Heading = core_1.vui(function (props, ref) {
|
|
42
|
-
var _a = core_1.omitThemingProps(props), align = _a.align, casing = _a.casing, className = _a.className, decoration = _a.decoration, weight = _a.weight, rest = __rest(_a, ["align", "casing", "className", "decoration", "weight"]);
|
|
40
|
+
var _a = core_1.omitThemingProps(props), align = _a.align, casing = _a.casing, children = _a.children, className = _a.className, decoration = _a.decoration, text = _a.text, weight = _a.weight, rest = __rest(_a, ["align", "casing", "children", "className", "decoration", "text", "weight"]);
|
|
43
41
|
var styles = core_1.useStyleConfig('Heading', props);
|
|
44
42
|
var hClassName = props.size ? "vui-" + props.size : '';
|
|
45
43
|
var aliasedProps = utils_1.filterUndefined({
|
|
@@ -48,7 +46,7 @@ exports.Heading = core_1.vui(function (props, ref) {
|
|
|
48
46
|
textDecoration: decoration,
|
|
49
47
|
textTransform: casing
|
|
50
48
|
});
|
|
51
|
-
return (react_1.default.createElement(exports.HeadingBase, __assign({ className: utils_1.cs('vui-heading', hClassName, className), fontWeight: "demi", ref: ref, transitionDuration: "fast" }, styles, aliasedProps, rest)));
|
|
49
|
+
return (react_1.default.createElement(exports.HeadingBase, __assign({ className: utils_1.cs('vui-heading', hClassName, className), fontWeight: "demi", ref: ref, transitionDuration: "fast" }, styles, aliasedProps, rest), children !== null && children !== void 0 ? children : text));
|
|
52
50
|
});
|
|
53
51
|
exports.Heading.displayName = 'Heading';
|
|
54
52
|
exports.default = exports.Heading;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SystemProps, TypographyProps } from '../system';
|
|
2
2
|
import { ThemingProps } from '../theme';
|
|
3
|
-
export interface HeadingProps extends
|
|
3
|
+
export interface HeadingProps extends SystemProps, ThemingProps<'Heading'> {
|
|
4
4
|
align?: TypographyProps['textAlign'];
|
|
5
5
|
casing?: TypographyProps['textTransform'];
|
|
6
6
|
decoration?: TypographyProps['textDecoration'];
|
|
7
|
+
text?: number | string;
|
|
7
8
|
weight?: TypographyProps['fontWeight'];
|
|
8
9
|
}
|
|
9
|
-
export interface HeadingStyleProps extends IsTruncatedProps, MaxLinesProps, SizingProps, SpaceProps, TransitionsProps, TypographyProps {
|
|
10
|
-
}
|
package/heading/headings.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
1
|
+
import { HeadingProps } from './heading.types';
|
|
2
|
+
export declare const H1: import("../core").VuiComponent<"h1", HeadingProps>;
|
|
3
|
+
export declare const H2: import("../core").VuiComponent<"h2", HeadingProps>;
|
|
4
|
+
export declare const H3: import("../core").VuiComponent<"h3", HeadingProps>;
|
|
5
|
+
export declare const H4: import("../core").VuiComponent<"h4", HeadingProps>;
|
|
6
|
+
export declare const H5: import("../core").VuiComponent<"h5", HeadingProps>;
|
|
7
|
+
export declare const H6: import("../core").VuiComponent<"h6", HeadingProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = {
|
|
5
|
+
details: [512, 512, [], '', 'M184 83.5l164.5 164c4.7 4.7 4.7 12.3 0 17L184 428.5c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l132-131.4H12c-6.6 0-12-5.4-12-12v-10c0-6.6 5.4-12 12-12h279.9L160 107.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.6-4.7 12.2-4.7 16.9 0zM512 400V112c0-26.5-21.5-48-48-48H332c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h132c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H332c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h132c26.5 0 48-21.5 48-48z'],
|
|
6
|
+
name: 'falSignIn'
|
|
7
|
+
};
|