@iress-oss/ids-components 6.0.0-alpha.0 → 6.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/Autocomplete-C5ubHBTi.js +358 -0
- package/dist/{Button-BXzmntRi.js → Button-mmhMLwp9.js} +89 -85
- package/dist/Provider-8wS70V56.js +64 -0
- package/dist/{TableProvider-D8SQKIG8.js → TableProvider-bdUNuoG-.js} +11 -21
- package/dist/components/Alert/Alert.js +34 -35
- package/dist/components/Alert/Alert.styles.js +15 -15
- package/dist/components/Alert/index.js +4 -5
- package/dist/components/Autocomplete/Autocomplete.js +17 -82
- package/dist/components/Autocomplete/Autocomplete.styles.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +36 -35
- package/dist/components/Autocomplete/index.js +6 -4
- package/dist/components/Badge/Badge.js +3 -3
- package/dist/components/Badge/Badge.styles.js +5 -5
- package/dist/components/Button/Button.js +3 -3
- package/dist/components/Button/CloseButton/CloseButton.js +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.styles.js +1 -1
- package/dist/components/ButtonGroup/hooks/useButtonGroupItem.js +11 -12
- package/dist/components/Card/Card.js +2 -2
- package/dist/components/Card/Card.styles.js +17 -17
- package/dist/components/Checkbox/Checkbox.js +85 -86
- package/dist/components/Checkbox/Checkbox.styles.js +6 -6
- package/dist/components/CheckboxGroup/CheckboxGroup.js +69 -74
- package/dist/components/CheckboxGroup/CheckboxGroup.styles.js +11 -11
- package/dist/components/CheckboxMark/CheckboxMark.js +2 -2
- package/dist/components/CheckboxMark/CheckboxMark.styles.js +2 -2
- package/dist/components/Col/Col.js +1 -1
- package/dist/components/Col/Col.styles.js +1 -1
- package/dist/components/Container/Container.js +1 -1
- package/dist/components/Container/Container.styles.js +4 -3
- package/dist/components/Divider/Divider.js +2 -2
- package/dist/components/Divider/Divider.styles.js +2 -2
- package/dist/components/Expander/Expander.js +46 -41
- package/dist/components/Expander/Expander.styles.js +5 -5
- package/dist/components/Field/Field.js +55 -54
- package/dist/components/Field/Field.styles.js +17 -10
- package/dist/components/Field/FieldGroup/FieldGroup.js +40 -40
- package/dist/components/Field/FieldGroup/FieldGroup.styles.js +6 -6
- package/dist/components/Field/components/FieldFooter.js +32 -32
- package/dist/components/Field/components/FieldHint.js +3 -3
- package/dist/components/Filter/Filter.js +213 -100
- package/dist/components/Filter/Filter.styles.js +4 -4
- package/dist/components/Filter/components/FilterResetButton.js +17 -18
- package/dist/components/Filter/components/FilterResultsDescriptor.js +6 -6
- package/dist/components/Filter/components/FilterSearch.js +18 -19
- package/dist/components/Filter/index.js +2 -2
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Image/Image.js +1 -1
- package/dist/components/Image/Image.styles.js +1 -1
- package/dist/components/Inline/Inline.js +1 -1
- package/dist/components/Inline/Inline.styles.js +2 -2
- package/dist/components/Input/Input.js +102 -108
- package/dist/components/Input/Input.styles.js +8 -8
- package/dist/components/Input/InputBase/InputBase.js +23 -23
- package/dist/components/Label/Label.styles.js +4 -4
- package/dist/components/Label/LabelBase/LabelBase.js +32 -32
- package/dist/components/Link/Link.js +50 -51
- package/dist/components/Link/Link.styles.js +4 -3
- package/dist/components/Menu/Menu.js +51 -51
- package/dist/components/Menu/Menu.styles.js +12 -12
- package/dist/components/Menu/MenuDivider/MenuDivider.js +13 -13
- package/dist/components/Menu/MenuItem/MenuItem.js +144 -146
- package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +5 -5
- package/dist/components/Menu/MenuText/MenuText.js +38 -38
- package/dist/components/Modal/Modal.js +115 -125
- package/dist/components/Modal/Modal.styles.js +22 -13
- package/dist/components/Modal/ModalProvider.js +20 -22
- package/dist/components/Modal/hooks/useModal.js +9 -7
- package/dist/components/Modal/hooks/useProviderModal.js +8 -8
- package/dist/components/Modal/index.js +7 -6
- package/dist/components/Panel/Panel.js +1 -1
- package/dist/components/Panel/Panel.styles.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +14 -14
- package/dist/components/Placeholder/Placeholder.styles.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +89 -14
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +31 -34
- package/dist/components/Popover/Popover.js +44 -43
- package/dist/components/Popover/Popover.styles.js +2 -2
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +48 -53
- package/dist/components/Popover/components/PopoverContent.js +33 -33
- package/dist/components/Popover/helpers/composeFloatingProps.js +23 -26
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +11 -14
- package/dist/components/Popover/hooks/usePopover.js +79 -75
- package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +23 -26
- package/dist/components/Popover/hooks/usePopoverItem.js +16 -17
- package/dist/components/Popover/hooks/usePopoverNavigation.js +22 -22
- package/dist/components/Popover/index.js +6 -6
- package/dist/components/Progress/Progress.js +35 -41
- package/dist/components/Progress/Progress.styles.js +4 -4
- package/dist/components/Provider/Provider.js +12 -35
- package/dist/components/Provider/index.js +1 -1
- package/dist/components/Radio/Radio.js +86 -81
- package/dist/components/Radio/Radio.styles.js +6 -6
- package/dist/components/RadioGroup/RadioGroup.js +69 -77
- package/dist/components/RadioGroup/RadioGroup.styles.js +5 -5
- package/dist/components/Readonly/Readonly.js +44 -43
- package/dist/components/Readonly/Readonly.styles.js +12 -17
- package/dist/components/RichSelect/RichSelect.js +21 -86
- package/dist/components/RichSelect/RichSelect.styles.js +10 -10
- package/dist/components/RichSelect/SelectBody/SelectBody.js +23 -117
- package/dist/components/RichSelect/SelectBody/SelectBody.styles.js +1 -1
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +25 -114
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +67 -97
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +19 -19
- package/dist/components/RichSelect/SelectLabel/SelectLabel.styles.js +6 -6
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +69 -69
- package/dist/components/RichSelect/SelectMenu/SelectMenu.styles.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +52 -46
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +43 -98
- package/dist/components/RichSelect/SelectSearch/SelectSearch.styles.js +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +31 -32
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.styles.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +159 -105
- package/dist/components/RichSelect/SelectTags/SelectTags.styles.js +4 -4
- package/dist/components/RichSelect/components/SelectActivator.js +63 -6
- package/dist/components/RichSelect/components/SelectOptions.js +201 -95
- package/dist/components/RichSelect/index.js +18 -15
- package/dist/components/Row/Row.js +1 -1
- package/dist/components/Row/Row.styles.js +1 -1
- package/dist/components/Select/Select.js +71 -71
- package/dist/components/Select/Select.styles.js +9 -9
- package/dist/components/Select/SelectOption/SelectOption.js +1 -1
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +30 -33
- package/dist/components/Select/helpers/nodesToSelectOptions.js +19 -20
- package/dist/components/Skeleton/Skeleton.styles.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/SkipLink/SkipLink.styles.js +3 -3
- package/dist/components/Slideout/Slideout.js +161 -161
- package/dist/components/Slideout/Slideout.styles.js +8 -8
- package/dist/components/Slideout/SlideoutProvider.js +18 -20
- package/dist/components/Slideout/components/SlideoutInner.js +3 -3
- package/dist/components/Slideout/hooks/useProviderSlideout.js +8 -8
- package/dist/components/Slideout/hooks/usePushElement.js +27 -27
- package/dist/components/Slideout/hooks/useSlideout.js +11 -9
- package/dist/components/Slideout/index.js +7 -6
- package/dist/components/Slider/Slider.js +76 -76
- package/dist/components/Slider/Slider.styles.js +4 -4
- package/dist/components/Slider/components/SliderTicks.js +15 -16
- package/dist/components/Spinner/Spinner.styles.js +1 -1
- package/dist/components/Stack/Stack.js +1 -1
- package/dist/components/Stack/Stack.styles.js +4 -4
- package/dist/components/TabSet/Tab/Tab.js +88 -88
- package/dist/components/TabSet/Tab/Tab.styles.js +3 -3
- package/dist/components/TabSet/TabSet.js +80 -67
- package/dist/components/TabSet/TabSet.styles.js +4 -4
- package/dist/components/TabSet/TabSetProvider.js +43 -43
- package/dist/components/Table/Table.js +39 -39
- package/dist/components/Table/Table.styles.js +10 -8
- package/dist/components/Table/TableBody/TableBody.js +76 -76
- package/dist/components/Table/TableFormattedValue/TableFormattedValue.js +8 -18
- package/dist/components/Table/TableProvider.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +8 -8
- package/dist/components/Table/components/TableHeader.js +31 -32
- package/dist/components/Table/components/TableHeaderCell.js +23 -24
- package/dist/components/Table/components/TableRows.js +38 -38
- package/dist/components/Table/components/TableSortButton.js +6 -6
- package/dist/components/Table/helpers/composeTableColumnDefs.js +1 -1
- package/dist/components/Table/helpers/composeTableInitialSorting.js +4 -4
- package/dist/components/Table/hooks/useTableColumnSort.js +12 -12
- package/dist/components/Table/hooks/useTableColumnStyles.js +13 -14
- package/dist/components/Table/index.js +2 -3
- package/dist/components/Tag/Tag.js +29 -32
- package/dist/components/Tag/Tag.styles.js +5 -6
- package/dist/components/Tag/TagInput/TagInput.js +120 -104
- package/dist/components/Tag/TagInput/TagInput.styles.js +26 -0
- package/dist/components/Text/Text.js +16 -36
- package/dist/components/Text/Text.styles.js +5 -4
- package/dist/components/Text/index.js +1 -2
- package/dist/components/Toaster/Toaster.js +59 -11
- package/dist/components/Toaster/Toaster.styles.js +2 -2
- package/dist/components/Toaster/ToasterProvider.js +49 -6
- package/dist/components/Toaster/components/Toast/Toast.js +46 -47
- package/dist/components/Toaster/components/Toast/Toast.styles.js +13 -13
- package/dist/components/Toaster/components/Toast/ToastAnimated.js +38 -37
- package/dist/components/Toaster/hooks/useToaster.js +24 -22
- package/dist/components/Toaster/index.js +5 -4
- package/dist/components/Toggle/Toggle.js +59 -54
- package/dist/components/Toggle/Toggle.styles.js +13 -13
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/Tooltip/Tooltip.styles.js +2 -2
- package/dist/components/ValidationMessage/ValidationMessage.js +25 -26
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +5 -5
- package/dist/{composeTableColumnDefs-CeWqgpKW.js → composeTableColumnDefs-BfFBOARB.js} +99 -109
- package/dist/constants.js +10 -10
- package/dist/{create-recipe-BqEnhJ30.js → create-recipe-C-ASk1Hy.js} +11 -10
- package/dist/css-fGu_jDvv.js +228 -0
- package/dist/cva-JiDXAa83.js +63 -0
- package/dist/enums.js +7 -7
- package/dist/factory-oPXoMw9H.js +58 -0
- package/dist/{floating-ui.react-CPN4oQCc.js → floating-ui.react-BetVZ099.js} +1153 -1151
- package/dist/fuzzysort-DKAolWVP.js +397 -0
- package/dist/helpers/dom/closestCrossShadow.js +16 -17
- package/dist/helpers/dom/focusableElements.js +6 -6
- package/dist/helpers/dom/getActiveElement.js +5 -6
- package/dist/helpers/formatting/formatDateTime.js +9 -10
- package/dist/helpers/label-value/composeLabelValueDescriptor.js +8 -8
- package/dist/helpers/label-value/getQueryRangeExclusive.js +1 -1
- package/dist/helpers/label-value/getValueFromLabelValues.js +5 -6
- package/dist/helpers/label-value/highlightQueryInLabel.js +4 -7
- package/dist/helpers/label-value/highlightQueryInLabelValue.js +6 -5
- package/dist/helpers/label-value/searchLabelValues.js +1 -1
- package/dist/helpers/responsive/getResponsiveLayoutModifiers.js +4 -4
- package/dist/helpers/styling/iressCss.js +2 -2
- package/dist/helpers/styling/mapGutterToGap.js +7 -7
- package/dist/helpers/transition/getTransitionDuration.js +5 -8
- package/dist/hooks/useAriaRelationship.js +19 -21
- package/dist/hooks/useBreakpoint.js +8 -11
- package/dist/hooks/useControlledState.js +37 -35
- package/dist/{index-DlGwAtoO.js → index-CZ9ot38T.js} +107 -129
- package/dist/{index.esm-BdbWn-w_.js → index.esm-B6vzbp0e.js} +5 -5
- package/dist/{index.esm-BnSuefUA.js → index.esm-CL8gh5wr.js} +1 -5
- package/dist/is-valid-prop-Ce0wiweq.js +7 -0
- package/dist/main.js +298 -292
- package/dist/patterns/Form/Form.js +1 -1
- package/dist/patterns/Form/Form.styles.js +1 -1
- package/dist/patterns/Form/FormField/FormField.js +41 -44
- package/dist/patterns/Form/FormField/FormFieldset.js +41 -44
- package/dist/patterns/Form/FormField/helpers/getErrorTypeMessage.js +10 -10
- package/dist/patterns/Form/FormField/hooks/useFieldRenderProps.js +26 -26
- package/dist/patterns/Form/FormValidationSummary/FormValidationSummary.js +55 -56
- package/dist/patterns/Form/HookForm/HookForm.js +72 -75
- package/dist/patterns/Form/components/LongForm.js +1 -1
- package/dist/patterns/Form/components/ShortForm.js +12 -12
- package/dist/patterns/Loading/Loading.styles.js +32 -20
- package/dist/patterns/Loading/LoadingSuspense.js +34 -34
- package/dist/patterns/Loading/components/ComponentLoading.js +42 -47
- package/dist/patterns/Loading/components/DefaultLoading.js +1 -1
- package/dist/patterns/Loading/components/LongLoading.js +45 -45
- package/dist/patterns/Loading/components/PageLoading.js +64 -64
- package/dist/patterns/Loading/components/StartUpLoading.js +61 -59
- package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
- package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +8 -12
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +14 -14
- package/dist/patterns/Loading/hooks/useShowIndicator.js +11 -11
- package/dist/patterns/Shadow/Shadow.js +22009 -0
- package/dist/patterns/Shadow/index.js +4 -0
- package/dist/src/components/Alert/Alert.d.ts +0 -1
- package/dist/src/components/Alert/Alert.styles.d.ts +2 -2
- package/dist/src/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +1 -1
- package/dist/src/components/Autocomplete/index.d.ts +1 -0
- package/dist/src/components/Badge/Badge.styles.d.ts +2 -2
- package/dist/src/components/Card/Card.styles.d.ts +2 -2
- package/dist/src/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/components/Checkbox/Checkbox.styles.d.ts +3 -3
- package/dist/src/components/CheckboxGroup/CheckboxGroup.styles.d.ts +4 -4
- package/dist/src/components/Expander/Expander.styles.d.ts +2 -2
- package/dist/src/components/Field/Field.styles.d.ts +13 -6
- package/dist/src/components/Field/FieldGroup/FieldGroup.styles.d.ts +1 -1
- package/dist/src/components/Inline/Inline.d.ts +1 -2
- package/dist/src/components/Label/Label.styles.d.ts +1 -1
- package/dist/src/components/Menu/Menu.styles.d.ts +5 -5
- package/dist/src/components/Modal/Modal.styles.d.ts +8 -2
- package/dist/src/components/Modal/ModalProvider.d.ts +0 -16
- package/dist/src/components/Modal/hooks/useModal.d.ts +17 -0
- package/dist/src/components/Popover/Popover.styles.d.ts +1 -1
- package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +1 -1
- package/dist/src/components/Popover/hooks/usePopover.d.ts +4 -0
- package/dist/src/components/Popover/hooks/usePopoverNavigation.d.ts +1 -1
- package/dist/src/components/Radio/Radio.styles.d.ts +1 -1
- package/dist/src/components/RadioGroup/RadioGroup.styles.d.ts +4 -4
- package/dist/src/components/Readonly/Readonly.styles.d.ts +1 -1
- package/dist/src/components/RichSelect/RichSelect.d.ts +11 -1
- package/dist/src/components/RichSelect/RichSelect.styles.d.ts +7 -7
- package/dist/src/components/RichSelect/SelectBody/SelectBody.d.ts +1 -1
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.d.ts +2 -2
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.d.ts +1 -1
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.d.ts +1 -2
- package/dist/src/components/RichSelect/SelectTags/SelectTags.d.ts +1 -1
- package/dist/src/components/RichSelect/SelectTags/SelectTags.styles.d.ts +1 -1
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +1 -1
- package/dist/src/components/Row/Row.d.ts +1 -2
- package/dist/src/components/Select/Select.styles.d.ts +7 -7
- package/dist/src/components/Skeleton/Skeleton.styles.d.ts +1 -1
- package/dist/src/components/Slideout/Slideout.styles.d.ts +2 -2
- package/dist/src/components/Slideout/SlideoutProvider.d.ts +0 -6
- package/dist/src/components/Slideout/hooks/useSlideout.d.ts +7 -0
- package/dist/src/components/Stack/Stack.d.ts +1 -2
- package/dist/src/components/TabSet/TabSet.d.ts +10 -1
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.d.ts +2 -3
- package/dist/src/components/Table/helpers/composeTableColumnDefs.d.ts +1 -1
- package/dist/src/components/Tag/TagInput/TagInput.styles.d.ts +1 -0
- package/dist/src/components/Text/Text.d.ts +1 -2
- package/dist/src/components/Toaster/ToasterProvider.d.ts +0 -2
- package/dist/src/components/Toaster/components/Toast/Toast.d.ts +1 -2
- package/dist/src/components/Toaster/components/Toast/Toast.styles.d.ts +4 -4
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +7 -6
- package/dist/src/components/Toggle/Toggle.d.ts +10 -2
- package/dist/src/components/Toggle/Toggle.styles.d.ts +4 -4
- package/dist/src/enums.d.ts +1 -9
- package/dist/src/interfaces.d.ts +9 -10
- package/dist/src/main.d.ts +1 -1
- package/dist/src/patterns/Form/hooks/useNoDefaultValueInForms.d.ts +1 -1
- package/dist/src/patterns/Loading/Loading.styles.d.ts +11 -10
- package/dist/src/patterns/Loading/components/PageLoading.d.ts +5 -1
- package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +8 -3
- package/dist/src/patterns/Loading/components/ValidateLoading.d.ts +1 -1
- package/dist/src/patterns/Shadow/Shadow.d.ts +34 -0
- package/dist/src/patterns/Shadow/index.d.ts +1 -0
- package/dist/src/patterns/Shadow/meta/Thumbnail.d.ts +2 -0
- package/dist/src/patterns/Shadow/meta/index.d.ts +7 -0
- package/dist/src/styled-system/jsx/create-style-context.d.ts +54 -0
- package/dist/src/styled-system/jsx/index.d.ts +1 -0
- package/dist/src/styled-system/patterns/aspect-ratio.d.ts +0 -1
- package/dist/src/styled-system/patterns/bleed.d.ts +0 -1
- package/dist/src/styled-system/patterns/box.d.ts +0 -1
- package/dist/src/styled-system/patterns/center.d.ts +0 -1
- package/dist/src/styled-system/patterns/circle.d.ts +0 -1
- package/dist/src/styled-system/patterns/container.d.ts +0 -1
- package/dist/src/styled-system/patterns/cq.d.ts +0 -1
- package/dist/src/styled-system/patterns/divider.d.ts +0 -1
- package/dist/src/styled-system/patterns/flex.d.ts +0 -1
- package/dist/src/styled-system/patterns/float.d.ts +0 -1
- package/dist/src/styled-system/patterns/grid-item.d.ts +0 -1
- package/dist/src/styled-system/patterns/grid.d.ts +0 -1
- package/dist/src/styled-system/patterns/hstack.d.ts +0 -1
- package/dist/src/styled-system/patterns/link-overlay.d.ts +0 -1
- package/dist/src/styled-system/patterns/spacer.d.ts +0 -1
- package/dist/src/styled-system/patterns/square.d.ts +0 -1
- package/dist/src/styled-system/patterns/stack.d.ts +0 -1
- package/dist/src/styled-system/patterns/visually-hidden.d.ts +0 -1
- package/dist/src/styled-system/patterns/vstack.d.ts +0 -1
- package/dist/src/styled-system/patterns/wrap.d.ts +0 -1
- package/dist/src/styled-system/recipes/button.d.ts +4 -3
- package/dist/src/styled-system/recipes/table.d.ts +4 -1
- package/dist/src/styled-system/recipes/text.d.ts +3 -2
- package/dist/src/styled-system/tokens/tokens.d.ts +4 -4
- package/dist/src/styled-system/types/composition.d.ts +83 -23
- package/dist/src/styled-system/types/conditions.d.ts +15 -11
- package/dist/src/styled-system/types/jsx.d.ts +27 -10
- package/dist/src/styled-system/types/prop-type.d.ts +11 -4
- package/dist/src/styled-system/types/style-props.d.ts +14 -1
- package/dist/src/styled-system/types/system-types.d.ts +76 -0
- package/dist/src/types.d.ts +3 -1
- package/dist/style.css +1 -1
- package/dist/sva-OmxClA9g.js +34 -0
- package/package.json +68 -46
- package/dist/Filter-Bwk7SIlJ.js +0 -1103
- package/dist/InputPopover-BWWuoQZ2.js +0 -132
- package/dist/ToasterProvider-XqpAGfRs.js +0 -112
- package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/cva-B2x59Dph.js +0 -294
- package/dist/factory-DHLOr79I.js +0 -53
- package/dist/fuzzysort-eoXOpoo6.js +0 -395
- package/dist/helpers/utility/generateScopedName.js +0 -9
- package/dist/is-valid-prop-DFFvE05x.js +0 -7
- package/dist/panda.config.d.ts +0 -4
- package/dist/src/helpers/utility/generateScopedName.d.ts +0 -8
- package/dist/sva-TRyehFkb.js +0 -32
- package/dist/theme-preset/config-recipes/button.d.ts +0 -6
- package/dist/theme-preset/config-recipes/table.d.ts +0 -1
- package/dist/theme-preset/config-recipes/text.d.ts +0 -1
- package/dist/theme-preset/globalCss.d.ts +0 -1
- package/dist/theme-preset/index.d.ts +0 -2
- package/dist/theme-preset/staticCss.d.ts +0 -2
- package/dist/theme-preset/storybook.d.ts +0 -4
- package/dist/theme-preset/tokens/animationStyles.d.ts +0 -1
- package/dist/theme-preset/tokens/borders.d.ts +0 -50
- package/dist/theme-preset/tokens/breakpoints.d.ts +0 -8
- package/dist/theme-preset/tokens/colors.d.ts +0 -156
- package/dist/theme-preset/tokens/keyframes.d.ts +0 -1
- package/dist/theme-preset/tokens/layerStyles.d.ts +0 -40
- package/dist/theme-preset/tokens/radii.d.ts +0 -42
- package/dist/theme-preset/tokens/sizes.d.ts +0 -246
- package/dist/theme-preset/tokens/spacing.d.ts +0 -100
- package/dist/theme-preset/tokens/textStyles.d.ts +0 -5
- package/dist/theme-preset/tokens/zIndex.d.ts +0 -23
- package/dist/theme-preset/utilities/chevron.d.ts +0 -3
- package/dist/theme-preset/utilities/focusable.d.ts +0 -1
- package/dist/theme-preset/utilities/gutter.d.ts +0 -1
- package/dist/theme-preset/utilities/hide.d.ts +0 -1
- package/dist/theme-preset/utilities/noGutter.d.ts +0 -1
- package/dist/theme-preset/utilities/offset.d.ts +0 -75
- package/dist/theme-preset/utilities/sliderThumb.d.ts +0 -1
- package/dist/theme-preset/utilities/span.d.ts +0 -120
- package/dist/theme-preset/utilities/stretch.d.ts +0 -1
- package/dist/theme-preset/utilities/topLeftTriangle.d.ts +0 -2
- package/dist/typography--vGt_ztU.js +0 -12
- package/dist/vite.config.d.ts +0 -2
- package/dist/vitest.config.d.ts +0 -2
- package/dist/vitest.setup.d.ts +0 -0
- /package/{LICENSE.txt → LICENSE} +0 -0
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import { ColorToken } from '../../src/styled-system/tokens';
|
|
2
|
-
export declare const colors: {
|
|
3
|
-
'colour.primary.fill': {
|
|
4
|
-
description: "Used for primary buttons and the active state of form controls such as checkboxes and radio buttons. Also used for the border of tags when they have a custom button.";
|
|
5
|
-
value: "var(--iress-colour-primary-fill, #13213F)";
|
|
6
|
-
};
|
|
7
|
-
'colour.primary.fillHover': {
|
|
8
|
-
description: "Used for the hover state of primary buttons as well as hovering over active form controls.";
|
|
9
|
-
value: "var(--iress-colour-primary-fill-hover, #2B3752)";
|
|
10
|
-
};
|
|
11
|
-
'colour.primary.onFill': {
|
|
12
|
-
description: "Used as the foreground colour on primary buttons and active form controls.";
|
|
13
|
-
value: "var(--iress-colour-primary-on-fill, #ECF2FF)";
|
|
14
|
-
};
|
|
15
|
-
'colour.primary.surface': {
|
|
16
|
-
description: "Used as the background colour for secondary buttons and the focused state of menu and tab items. Also used as the background colour of active buttons.";
|
|
17
|
-
value: "var(--iress-colour-primary-surface, #D9E5FF)";
|
|
18
|
-
};
|
|
19
|
-
'colour.primary.surfaceHover': {
|
|
20
|
-
description: "Used for the hover state of secondary buttons, form controls and hovering over focused menu and tab items. Also used when hovering over table rows.";
|
|
21
|
-
value: "var(--iress-colour-primary-surface-hover, #E1EAFF)";
|
|
22
|
-
};
|
|
23
|
-
'colour.primary.text': {
|
|
24
|
-
description: "Used for text on primary buttons, active form controls and focused tab and menu items. Also used for the link text colour and tertiary buttons.";
|
|
25
|
-
value: "var(--iress-colour-primary-text, #13213F)";
|
|
26
|
-
};
|
|
27
|
-
'colour.neutral.10': {
|
|
28
|
-
description: "Used as the default background colour for most components. For tooltips, it is used as the foreground colour for the tooltip content.";
|
|
29
|
-
value: "var(--iress-colour-neutral-10, #FFFFFF)";
|
|
30
|
-
};
|
|
31
|
-
'colour.neutral.20': {
|
|
32
|
-
description: "Used as the alternating background colour for components such as tables. Used as the background colour behind panels and cards for highly interactive screens.";
|
|
33
|
-
value: "var(--iress-colour-neutral-20, #F9F9F9)";
|
|
34
|
-
};
|
|
35
|
-
'colour.neutral.30': {
|
|
36
|
-
description: "Used as the border colour for dividers, and the default divider colour for components with in-built headers and footers such as cards.";
|
|
37
|
-
value: "var(--iress-colour-neutral-30, #E4E5E7)";
|
|
38
|
-
};
|
|
39
|
-
'colour.neutral.40': {
|
|
40
|
-
description: "Used for borders in subtle interactive components, such as checkboxes and radios with hidden controls and the progress bar.";
|
|
41
|
-
value: "var(--iress-colour-neutral-40, #D7D8DA)";
|
|
42
|
-
};
|
|
43
|
-
'colour.neutral.50': {
|
|
44
|
-
description: "Used as the background colour for interactive components such as the slider.";
|
|
45
|
-
value: "var(--iress-colour-neutral-50, #AFB2B6)";
|
|
46
|
-
};
|
|
47
|
-
'colour.neutral.60': {
|
|
48
|
-
description: "Used for placeholder text in form controls and disabled states.";
|
|
49
|
-
value: "var(--iress-colour-neutral-60, #878B92)";
|
|
50
|
-
};
|
|
51
|
-
'colour.neutral.70': {
|
|
52
|
-
description: "Used for muted text such as hints and descriptions to allow for content hierarchy.";
|
|
53
|
-
value: "var(--iress-colour-neutral-70, #6D7278)";
|
|
54
|
-
};
|
|
55
|
-
'colour.neutral.80': {
|
|
56
|
-
description: "Used as the default text colour for most components. For tooltips, it is used as the background colour.";
|
|
57
|
-
value: "var(--iress-colour-neutral-80, #393F46)";
|
|
58
|
-
};
|
|
59
|
-
'colour.accent.brand': {
|
|
60
|
-
description: "The brand accent is useful for grabbing attention and to support your primary/brand colour. It should be used sparingly to draw attention to key elements.";
|
|
61
|
-
value: "var(--iress-colour-accent-brand, #FF99A8)";
|
|
62
|
-
};
|
|
63
|
-
'colour.system.success.fill': {
|
|
64
|
-
description: "Used for the background colour of primary success buttons, as well as the border of alerts and badges. It is also used for the foreground colour of icons inside toasts and alerts.";
|
|
65
|
-
value: "var(--iress-colour-system-success-fill, #02794D)";
|
|
66
|
-
};
|
|
67
|
-
'colour.system.success.fillHover': {
|
|
68
|
-
description: "Used for the hover state of primary success buttons.";
|
|
69
|
-
value: "var(--iress-colour-system-success-fill-hover, #01603D)";
|
|
70
|
-
};
|
|
71
|
-
'colour.system.success.onFill': {
|
|
72
|
-
description: "Used for the foreground colour of primary success buttons and badges.";
|
|
73
|
-
value: "var(--iress-colour-system-success-on-fill, #EFFBF2)";
|
|
74
|
-
};
|
|
75
|
-
'colour.system.success.surface': {
|
|
76
|
-
description: "Used for the background colour of success alerts and toasts, and the background of secondary success buttons.";
|
|
77
|
-
value: "var(--iress-colour-system-success-surface, #E6F9EB)";
|
|
78
|
-
};
|
|
79
|
-
'colour.system.success.surfaceHover': {
|
|
80
|
-
description: "Used for the hover state of secondary success buttons.";
|
|
81
|
-
value: "var(--iress-colour-system-success-surface-hover, #D5F6DE)";
|
|
82
|
-
};
|
|
83
|
-
'colour.system.success.text': {
|
|
84
|
-
description: "Used for the text colour of success alerts and toasts, and success tertiary buttons.";
|
|
85
|
-
value: "var(--iress-colour-system-success-text, #015537)";
|
|
86
|
-
};
|
|
87
|
-
'colour.system.danger.fill': {
|
|
88
|
-
description: "Used for the background colour of primary danger buttons, as well as the border of alerts and badges. It is also used for the foreground colour of icons inside toasts and alerts.";
|
|
89
|
-
value: "var(--iress-colour-system-danger-fill, #C20A0A)";
|
|
90
|
-
};
|
|
91
|
-
'colour.system.danger.fillHover': {
|
|
92
|
-
description: "Used for the hover state of primary danger buttons.";
|
|
93
|
-
value: "var(--iress-colour-system-danger-fill-hover, #A50606)";
|
|
94
|
-
};
|
|
95
|
-
'colour.system.danger.onFill': {
|
|
96
|
-
description: "Used for the foreground colour of primary danger buttons and badges.";
|
|
97
|
-
value: "var(--iress-colour-system-danger-on-fill, #FFF6F5)";
|
|
98
|
-
};
|
|
99
|
-
'colour.system.danger.surface': {
|
|
100
|
-
description: "Used for the background colour of danger alerts and toasts, and the background of secondary danger buttons.";
|
|
101
|
-
value: "var(--iress-colour-system-danger-surface, #FEE8E7)";
|
|
102
|
-
};
|
|
103
|
-
'colour.system.danger.surfaceHover': {
|
|
104
|
-
description: "Used for the hover state of secondary danger buttons.";
|
|
105
|
-
value: "var(--iress-colour-system-danger-surface-hover, #FEDEDC)";
|
|
106
|
-
};
|
|
107
|
-
'colour.system.danger.text': {
|
|
108
|
-
description: "Used for the text colour of danger alerts and toasts, and danger tertiary buttons.";
|
|
109
|
-
value: "var(--iress-colour-system-danger-text, #970202)";
|
|
110
|
-
};
|
|
111
|
-
'colour.system.warning.fill': {
|
|
112
|
-
description: "Used for the border of warning alerts and the background of warning badges.";
|
|
113
|
-
value: "var(--iress-colour-system-warning-fill, #F6C84C)";
|
|
114
|
-
};
|
|
115
|
-
'colour.system.warning.onFill': {
|
|
116
|
-
description: "Used for the foreground colour of warning badges.";
|
|
117
|
-
value: "var(--iress-colour-system-warning-on-fill, #1A1200)";
|
|
118
|
-
};
|
|
119
|
-
'colour.system.warning.surface': {
|
|
120
|
-
description: "Used for the background colour of warning alerts.";
|
|
121
|
-
value: "var(--iress-colour-system-warning-surface, #FEF4CD)";
|
|
122
|
-
};
|
|
123
|
-
'colour.system.warning.text': {
|
|
124
|
-
description: "Used for the text colour of warning alerts.";
|
|
125
|
-
value: "var(--iress-colour-system-warning-text, #1A1200)";
|
|
126
|
-
};
|
|
127
|
-
'colour.system.info.fill': {
|
|
128
|
-
description: "Used for the border of info alerts and toasts and the background of info badges.";
|
|
129
|
-
value: "var(--iress-colour-system-info-fill, #004FBD)";
|
|
130
|
-
};
|
|
131
|
-
'colour.system.info.onFill': {
|
|
132
|
-
description: "Used for the foreground colour of info badges.";
|
|
133
|
-
value: "var(--iress-colour-system-info-on-fill, #F5FAFF)";
|
|
134
|
-
};
|
|
135
|
-
'colour.system.info.surface': {
|
|
136
|
-
description: "Used for the background colour of info alerts and toasts.";
|
|
137
|
-
value: "var(--iress-colour-system-info-surface, #E5F3FF)";
|
|
138
|
-
};
|
|
139
|
-
'colour.system.info.text': {
|
|
140
|
-
description: "Used for the text colour of info alerts and toasts.";
|
|
141
|
-
value: "var(--iress-colour-system-info-text, #123987)";
|
|
142
|
-
};
|
|
143
|
-
'colour.system.backdrop.fill': {
|
|
144
|
-
description: "Used for the background colour of the backdrop.";
|
|
145
|
-
value: "var(--iress-colour-system-backdrop-fill, #393F46CC)";
|
|
146
|
-
};
|
|
147
|
-
transparent: {
|
|
148
|
-
description: string;
|
|
149
|
-
value: string;
|
|
150
|
-
};
|
|
151
|
-
alt: {
|
|
152
|
-
description: string;
|
|
153
|
-
value: "var(--iress-colour-neutral-20, #F9F9F9)";
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
export declare const COLOR_TOKENS: ColorToken[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const keyframes: import('@pandacss/dev').CssKeyframes;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { CompositionStyles } from '@pandacss/dev';
|
|
2
|
-
export declare const elevationCompositions: {
|
|
3
|
-
'elevation.raised': {
|
|
4
|
-
description: "Raised elevations sit slightly higher than default elevations. They are reserved for cards that can be moved, such as Jira issue cards and Trello cards. In special circumstances, they can be used for cards as a way to provide additional heirarchy or emphasis.";
|
|
5
|
-
value: {
|
|
6
|
-
boxShadow: "var(--iress-elevation-raised-shadow, 0px 3px 5px #091E4220)";
|
|
7
|
-
border: "var(--iress-elevation-raised-border, 0.5px solid #091E4220)";
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
'elevation.floating': {
|
|
11
|
-
description: "Floating is the highest elevation available. It is reserved for a UI that sits over another UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons.";
|
|
12
|
-
value: {
|
|
13
|
-
boxShadow: "var(--iress-elevation-floating-shadow, 0px 10px 18px #091E4215)";
|
|
14
|
-
border: "var(--iress-elevation-floating-border, 0.5px solid #091E4215)";
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
'elevation.overflow': {
|
|
18
|
-
description: "Overflow is a shadow indicating content has scrolled outside a view. It can be used for vertical or horizontal scroll. An example of overflow shadows is the horizontal scroll in tables on a Confluence page.";
|
|
19
|
-
value: {
|
|
20
|
-
boxShadow: "var(--iress-elevation-overflow-shadow, inset 7px 0px 5px #091E4215)";
|
|
21
|
-
border: "var(--iress-elevation-overflow-border, 0px solid transparent)";
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
'elevation.focus': {
|
|
25
|
-
description: "Focus is an outline indicating that an element is focused, usually via keyboard interaction. It is user when a user cannot interact with the page using a mouse/touch.";
|
|
26
|
-
value: {
|
|
27
|
-
boxShadow: "var(--iress-elevation-focus-shadow, 0px 0px 0px 1.5px var(--iress-colour-neutral-10, #FFFFFF), 0px 0px 0px 3.5px #0066FF)";
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
'elevation.focusCompact': {
|
|
31
|
-
description: "Focus compact is a variation of the focus elevation to indicate focus on elements that have restricted space making the default focus not aesthetically pleasing (for example, a search input in a dropdown like rich select). Avoid using where possible, as it makes the focus state less obvious.";
|
|
32
|
-
value: {
|
|
33
|
-
boxShadow: "var(--iress-elevation-focus-compact-shadow, inset 0px -2px 0px 0px #0066FF)";
|
|
34
|
-
borderColor: "var(--iress-elevation-focus-compact-border-color, #0066FF)";
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export type Elevations = keyof typeof elevationCompositions;
|
|
39
|
-
export declare const internalLayerStyles: CompositionStyles['layerStyles'];
|
|
40
|
-
export declare const layerStyles: import('@pandacss/dev').LayerStyles;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export declare const radii: {
|
|
2
|
-
'radius.000': {
|
|
3
|
-
description: "No radius";
|
|
4
|
-
value: "var(--iress-radius-000, 0px)";
|
|
5
|
-
};
|
|
6
|
-
'radius.025': {
|
|
7
|
-
description: "25% (0.25x) radius";
|
|
8
|
-
value: "var(--iress-radius-025, calc(0.25 * var(--iress-radius-100, 1rem)))";
|
|
9
|
-
};
|
|
10
|
-
'radius.050': {
|
|
11
|
-
description: "50% (0.5x) radius";
|
|
12
|
-
value: "var(--iress-radius-050, calc(0.5 * var(--iress-radius-100, 1rem)))";
|
|
13
|
-
};
|
|
14
|
-
'radius.075': {
|
|
15
|
-
description: "75% (0.75x) radius";
|
|
16
|
-
value: "var(--iress-radius-075, calc(0.75 * var(--iress-radius-100, 1rem)))";
|
|
17
|
-
};
|
|
18
|
-
'radius.100': {
|
|
19
|
-
description: "The base unit for radius. The fallback for all other values will be calculated from this value.";
|
|
20
|
-
value: "var(--iress-radius-100, 1rem)";
|
|
21
|
-
};
|
|
22
|
-
'radius.system.badge': {
|
|
23
|
-
description: "Applies to badges and tags (that have not been designated to be a circle).";
|
|
24
|
-
value: "var(--iress-radius-system-badge, var(--iress-radius-025, calc(0.25 * 1rem)) var(--iress-radius-025, calc(0.25 * 1rem)) var(--iress-radius-025, calc(0.25 * 1rem)) var(--iress-radius-025, calc(0.25 * 1rem)))";
|
|
25
|
-
};
|
|
26
|
-
'radius.system.button': {
|
|
27
|
-
description: "Applies to buttons and other interactive elements such as the hover state of links.";
|
|
28
|
-
value: "var(--iress-radius-system-button, var(--iress-radius-075, calc(0.75 * 1rem)) var(--iress-radius-075, calc(0.75 * 1rem)) var(--iress-radius-075, calc(0.75 * 1rem)) var(--iress-radius-075, calc(0.75 * 1rem)))";
|
|
29
|
-
};
|
|
30
|
-
'radius.system.form': {
|
|
31
|
-
description: "Applies to form inputs and alerts.";
|
|
32
|
-
value: "var(--iress-radius-system-form, var(--iress-radius-050, calc(0.5 * 1rem)) var(--iress-radius-050, calc(0.5 * 1rem)) var(--iress-radius-050, calc(0.5 * 1rem)) var(--iress-radius-050, calc(0.5 * 1rem)))";
|
|
33
|
-
};
|
|
34
|
-
'radius.system.layout': {
|
|
35
|
-
description: "Applies to panels, modals and slideouts.";
|
|
36
|
-
value: "var(--iress-radius-system-layout, var(--iress-radius-100, 1rem) var(--iress-radius-100, 1rem) var(--iress-radius-100, 1rem) var(--iress-radius-100, 1rem))";
|
|
37
|
-
};
|
|
38
|
-
none: {
|
|
39
|
-
description: string;
|
|
40
|
-
value: "var(--iress-radius-000, 0px)";
|
|
41
|
-
};
|
|
42
|
-
};
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
export declare const containerSizes: {
|
|
2
|
-
'container.xs': {
|
|
3
|
-
value: string;
|
|
4
|
-
};
|
|
5
|
-
'container.sm': {
|
|
6
|
-
value: string;
|
|
7
|
-
};
|
|
8
|
-
'container.md': {
|
|
9
|
-
value: string;
|
|
10
|
-
};
|
|
11
|
-
'container.lg': {
|
|
12
|
-
value: string;
|
|
13
|
-
};
|
|
14
|
-
'container.xl': {
|
|
15
|
-
value: string;
|
|
16
|
-
};
|
|
17
|
-
'container.xxl': {
|
|
18
|
-
value: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export declare const inputSizes: {
|
|
22
|
-
'input.2': {
|
|
23
|
-
description: string;
|
|
24
|
-
value: string;
|
|
25
|
-
};
|
|
26
|
-
'input.4': {
|
|
27
|
-
description: string;
|
|
28
|
-
value: string;
|
|
29
|
-
};
|
|
30
|
-
'input.6': {
|
|
31
|
-
description: string;
|
|
32
|
-
value: string;
|
|
33
|
-
};
|
|
34
|
-
'input.8': {
|
|
35
|
-
description: string;
|
|
36
|
-
value: string;
|
|
37
|
-
};
|
|
38
|
-
'input.10': {
|
|
39
|
-
description: string;
|
|
40
|
-
value: string;
|
|
41
|
-
};
|
|
42
|
-
'input.12': {
|
|
43
|
-
description: string;
|
|
44
|
-
value: string;
|
|
45
|
-
};
|
|
46
|
-
'input.16': {
|
|
47
|
-
description: string;
|
|
48
|
-
value: string;
|
|
49
|
-
};
|
|
50
|
-
'input.25perc': {
|
|
51
|
-
description: string;
|
|
52
|
-
value: string;
|
|
53
|
-
};
|
|
54
|
-
'input.50perc': {
|
|
55
|
-
description: string;
|
|
56
|
-
value: string;
|
|
57
|
-
};
|
|
58
|
-
'input.75perc': {
|
|
59
|
-
description: string;
|
|
60
|
-
value: string;
|
|
61
|
-
};
|
|
62
|
-
'input.100perc': {
|
|
63
|
-
description: string;
|
|
64
|
-
value: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
export declare const overlaySizes: {
|
|
68
|
-
'overlay.sm': {
|
|
69
|
-
description: string;
|
|
70
|
-
value: string;
|
|
71
|
-
};
|
|
72
|
-
'overlay.md': {
|
|
73
|
-
description: string;
|
|
74
|
-
value: string;
|
|
75
|
-
};
|
|
76
|
-
'overlay.lg': {
|
|
77
|
-
description: string;
|
|
78
|
-
value: string;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
export declare const chevronSizes: {
|
|
82
|
-
'chevron.select': {
|
|
83
|
-
description: string;
|
|
84
|
-
value: string;
|
|
85
|
-
};
|
|
86
|
-
'chevron.table': {
|
|
87
|
-
description: string;
|
|
88
|
-
value: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
export declare const heights: {
|
|
92
|
-
'input.height': {
|
|
93
|
-
description: string;
|
|
94
|
-
value: string;
|
|
95
|
-
};
|
|
96
|
-
'progress.height': {
|
|
97
|
-
description: string;
|
|
98
|
-
value: "var(--iress-spacing-200, calc(2 * var(--iress-spacing-100, .25rem)))";
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
export declare const sliderSizes: {
|
|
102
|
-
'slider.track': {
|
|
103
|
-
description: string;
|
|
104
|
-
value: string;
|
|
105
|
-
};
|
|
106
|
-
'slider.thumb': {
|
|
107
|
-
description: string;
|
|
108
|
-
value: string;
|
|
109
|
-
};
|
|
110
|
-
'slider.tick': {
|
|
111
|
-
description: string;
|
|
112
|
-
value: string;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
export declare const toggleSizes: {
|
|
116
|
-
'toggle.width': {
|
|
117
|
-
description: string;
|
|
118
|
-
value: string;
|
|
119
|
-
};
|
|
120
|
-
'toggle.thumb': {
|
|
121
|
-
description: string;
|
|
122
|
-
value: string;
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
|
-
export declare const other: {
|
|
126
|
-
'typography.base': {
|
|
127
|
-
description: string;
|
|
128
|
-
value: "var(--iress-typography-base-size, .875rem)";
|
|
129
|
-
};
|
|
130
|
-
};
|
|
131
|
-
export declare const sizes: {
|
|
132
|
-
'typography.base': {
|
|
133
|
-
description: string;
|
|
134
|
-
value: "var(--iress-typography-base-size, .875rem)";
|
|
135
|
-
};
|
|
136
|
-
'toggle.width': {
|
|
137
|
-
description: string;
|
|
138
|
-
value: string;
|
|
139
|
-
};
|
|
140
|
-
'toggle.thumb': {
|
|
141
|
-
description: string;
|
|
142
|
-
value: string;
|
|
143
|
-
};
|
|
144
|
-
'slider.track': {
|
|
145
|
-
description: string;
|
|
146
|
-
value: string;
|
|
147
|
-
};
|
|
148
|
-
'slider.thumb': {
|
|
149
|
-
description: string;
|
|
150
|
-
value: string;
|
|
151
|
-
};
|
|
152
|
-
'slider.tick': {
|
|
153
|
-
description: string;
|
|
154
|
-
value: string;
|
|
155
|
-
};
|
|
156
|
-
'input.height': {
|
|
157
|
-
description: string;
|
|
158
|
-
value: string;
|
|
159
|
-
};
|
|
160
|
-
'progress.height': {
|
|
161
|
-
description: string;
|
|
162
|
-
value: "var(--iress-spacing-200, calc(2 * var(--iress-spacing-100, .25rem)))";
|
|
163
|
-
};
|
|
164
|
-
'chevron.select': {
|
|
165
|
-
description: string;
|
|
166
|
-
value: string;
|
|
167
|
-
};
|
|
168
|
-
'chevron.table': {
|
|
169
|
-
description: string;
|
|
170
|
-
value: string;
|
|
171
|
-
};
|
|
172
|
-
'overlay.sm': {
|
|
173
|
-
description: string;
|
|
174
|
-
value: string;
|
|
175
|
-
};
|
|
176
|
-
'overlay.md': {
|
|
177
|
-
description: string;
|
|
178
|
-
value: string;
|
|
179
|
-
};
|
|
180
|
-
'overlay.lg': {
|
|
181
|
-
description: string;
|
|
182
|
-
value: string;
|
|
183
|
-
};
|
|
184
|
-
'input.2': {
|
|
185
|
-
description: string;
|
|
186
|
-
value: string;
|
|
187
|
-
};
|
|
188
|
-
'input.4': {
|
|
189
|
-
description: string;
|
|
190
|
-
value: string;
|
|
191
|
-
};
|
|
192
|
-
'input.6': {
|
|
193
|
-
description: string;
|
|
194
|
-
value: string;
|
|
195
|
-
};
|
|
196
|
-
'input.8': {
|
|
197
|
-
description: string;
|
|
198
|
-
value: string;
|
|
199
|
-
};
|
|
200
|
-
'input.10': {
|
|
201
|
-
description: string;
|
|
202
|
-
value: string;
|
|
203
|
-
};
|
|
204
|
-
'input.12': {
|
|
205
|
-
description: string;
|
|
206
|
-
value: string;
|
|
207
|
-
};
|
|
208
|
-
'input.16': {
|
|
209
|
-
description: string;
|
|
210
|
-
value: string;
|
|
211
|
-
};
|
|
212
|
-
'input.25perc': {
|
|
213
|
-
description: string;
|
|
214
|
-
value: string;
|
|
215
|
-
};
|
|
216
|
-
'input.50perc': {
|
|
217
|
-
description: string;
|
|
218
|
-
value: string;
|
|
219
|
-
};
|
|
220
|
-
'input.75perc': {
|
|
221
|
-
description: string;
|
|
222
|
-
value: string;
|
|
223
|
-
};
|
|
224
|
-
'input.100perc': {
|
|
225
|
-
description: string;
|
|
226
|
-
value: string;
|
|
227
|
-
};
|
|
228
|
-
'container.xs': {
|
|
229
|
-
value: string;
|
|
230
|
-
};
|
|
231
|
-
'container.sm': {
|
|
232
|
-
value: string;
|
|
233
|
-
};
|
|
234
|
-
'container.md': {
|
|
235
|
-
value: string;
|
|
236
|
-
};
|
|
237
|
-
'container.lg': {
|
|
238
|
-
value: string;
|
|
239
|
-
};
|
|
240
|
-
'container.xl': {
|
|
241
|
-
value: string;
|
|
242
|
-
};
|
|
243
|
-
'container.xxl': {
|
|
244
|
-
value: string;
|
|
245
|
-
};
|
|
246
|
-
};
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
export declare const spacing: {
|
|
2
|
-
'spacing.000': {
|
|
3
|
-
description: "No spacing";
|
|
4
|
-
value: "var(--iress-spacing-000, 0rem)";
|
|
5
|
-
};
|
|
6
|
-
'spacing.050': {
|
|
7
|
-
description: "50% (0.5x) spacing";
|
|
8
|
-
value: "var(--iress-spacing-050, calc(0.5 * var(--iress-spacing-100, .25rem)))";
|
|
9
|
-
};
|
|
10
|
-
'spacing.100': {
|
|
11
|
-
description: "The base unit for spacing. The fallback for all other values will be calculated from this value.";
|
|
12
|
-
value: "var(--iress-spacing-100, .25rem)";
|
|
13
|
-
};
|
|
14
|
-
'spacing.150': {
|
|
15
|
-
description: "150% (1.5x) spacing";
|
|
16
|
-
value: "var(--iress-spacing-150, calc(1.5 * var(--iress-spacing-100, .25rem)))";
|
|
17
|
-
};
|
|
18
|
-
'spacing.200': {
|
|
19
|
-
description: "200% (2x) spacing";
|
|
20
|
-
value: "var(--iress-spacing-200, calc(2 * var(--iress-spacing-100, .25rem)))";
|
|
21
|
-
};
|
|
22
|
-
'spacing.250': {
|
|
23
|
-
description: "250% (2.5x) spacing";
|
|
24
|
-
value: "var(--iress-spacing-250, calc(2.5 * var(--iress-spacing-100, .25rem)))";
|
|
25
|
-
};
|
|
26
|
-
'spacing.300': {
|
|
27
|
-
description: "300% (3x) spacing";
|
|
28
|
-
value: "var(--iress-spacing-300, calc(3 * var(--iress-spacing-100, .25rem)))";
|
|
29
|
-
};
|
|
30
|
-
'spacing.350': {
|
|
31
|
-
description: "350% (3.5x) spacing";
|
|
32
|
-
value: "var(--iress-spacing-350, calc(3.5 * var(--iress-spacing-100, .25rem)))";
|
|
33
|
-
};
|
|
34
|
-
'spacing.400': {
|
|
35
|
-
description: "400% (4x) spacing";
|
|
36
|
-
value: "var(--iress-spacing-400, calc(4 * var(--iress-spacing-100, .25rem)))";
|
|
37
|
-
};
|
|
38
|
-
'spacing.500': {
|
|
39
|
-
description: "500% (5x) spacing";
|
|
40
|
-
value: "var(--iress-spacing-500, calc(5 * var(--iress-spacing-100, .25rem)))";
|
|
41
|
-
};
|
|
42
|
-
'spacing.600': {
|
|
43
|
-
description: "600% (6x) spacing";
|
|
44
|
-
value: "var(--iress-spacing-600, calc(6 * var(--iress-spacing-100, .25rem)))";
|
|
45
|
-
};
|
|
46
|
-
'spacing.700': {
|
|
47
|
-
description: "700% (7x) spacing";
|
|
48
|
-
value: "var(--iress-spacing-700, calc(7 * var(--iress-spacing-100, .25rem)))";
|
|
49
|
-
};
|
|
50
|
-
'spacing.800': {
|
|
51
|
-
description: "800% (8x) spacing";
|
|
52
|
-
value: "var(--iress-spacing-800, calc(8 * var(--iress-spacing-100, .25rem)))";
|
|
53
|
-
};
|
|
54
|
-
'spacing.900': {
|
|
55
|
-
description: "900% (9x) spacing";
|
|
56
|
-
value: "var(--iress-spacing-900, calc(9 * var(--iress-spacing-100, .25rem)))";
|
|
57
|
-
};
|
|
58
|
-
'spacing.1000': {
|
|
59
|
-
description: "1000% (10x) spacing";
|
|
60
|
-
value: "var(--iress-spacing-1000, calc(10 * var(--iress-spacing-100, .25rem)))";
|
|
61
|
-
};
|
|
62
|
-
'spacing.1200': {
|
|
63
|
-
description: "1200% (12x) spacing";
|
|
64
|
-
value: "var(--iress-spacing-1200, calc(12 * var(--iress-spacing-100, .25rem)))";
|
|
65
|
-
};
|
|
66
|
-
none: {
|
|
67
|
-
description: "No spacing";
|
|
68
|
-
value: "var(--iress-spacing-000, 0rem)";
|
|
69
|
-
};
|
|
70
|
-
xs: {
|
|
71
|
-
description: "The base unit for spacing. The fallback for all other values will be calculated from this value.";
|
|
72
|
-
value: "var(--iress-spacing-100, .25rem)";
|
|
73
|
-
};
|
|
74
|
-
sm: {
|
|
75
|
-
description: "200% (2x) spacing";
|
|
76
|
-
value: "var(--iress-spacing-200, calc(2 * var(--iress-spacing-100, .25rem)))";
|
|
77
|
-
};
|
|
78
|
-
md: {
|
|
79
|
-
description: "400% (4x) spacing";
|
|
80
|
-
value: "var(--iress-spacing-400, calc(4 * var(--iress-spacing-100, .25rem)))";
|
|
81
|
-
};
|
|
82
|
-
lg: {
|
|
83
|
-
description: "700% (7x) spacing";
|
|
84
|
-
value: "var(--iress-spacing-700, calc(7 * var(--iress-spacing-100, .25rem)))";
|
|
85
|
-
};
|
|
86
|
-
xl: {
|
|
87
|
-
description: "1200% (12x) spacing";
|
|
88
|
-
value: "var(--iress-spacing-1200, calc(12 * var(--iress-spacing-100, .25rem)))";
|
|
89
|
-
};
|
|
90
|
-
'field.footer': {
|
|
91
|
-
description: string;
|
|
92
|
-
value: string;
|
|
93
|
-
};
|
|
94
|
-
'slider.tick': {
|
|
95
|
-
description: string;
|
|
96
|
-
value: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
export type PositiveSpacingToken = keyof typeof spacing;
|
|
100
|
-
export declare const SPACING_TOKENS: PositiveSpacingToken[];
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { CompositionStyles } from '@pandacss/dev';
|
|
2
|
-
import { UtilityValues } from '../../src/styled-system/types/prop-type';
|
|
3
|
-
export declare const textCompositions: CompositionStyles['textStyles'];
|
|
4
|
-
export declare const textStyles: import('@pandacss/dev').TextStyles;
|
|
5
|
-
export declare const TEXT_STYLES: UtilityValues["textStyle"][];
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare const zIndex: {
|
|
2
|
-
'000': {
|
|
3
|
-
value: number;
|
|
4
|
-
};
|
|
5
|
-
'100': {
|
|
6
|
-
value: number;
|
|
7
|
-
};
|
|
8
|
-
'200': {
|
|
9
|
-
value: number;
|
|
10
|
-
};
|
|
11
|
-
'300': {
|
|
12
|
-
value: number;
|
|
13
|
-
};
|
|
14
|
-
'400': {
|
|
15
|
-
value: number;
|
|
16
|
-
};
|
|
17
|
-
'500': {
|
|
18
|
-
value: number;
|
|
19
|
-
};
|
|
20
|
-
'600': {
|
|
21
|
-
value: number;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const focusable: import('@pandacss/dev').PropertyConfig;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const gutter: import('@pandacss/dev').PropertyConfig;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const hide: import('@pandacss/dev').PropertyConfig;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const noGutter: import('@pandacss/dev').PropertyConfig;
|