@iress-oss/ids-components 5.20.0 → 5.20.3
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/CHANGELOG.md +378 -0
- package/README.md +1 -1
- package/dist/{AutocompleteNoResults-CogA3XZs.js → AutocompleteNoResults-B7El1R2l.js} +1 -1
- package/dist/ComboboxHiddenInput-CWfIj-Zz.js +32 -0
- package/dist/{FieldAppendToLabel-CuSREliL.js → FieldAppendToLabel-BTdzhQ7Z.js} +5 -5
- package/dist/InputBase-Hc9D8St6.js +56 -0
- package/dist/Loading.module-BjceG0Wh.js +13 -0
- package/dist/LoadingSuspense-Bwd232Nt.js +5728 -0
- package/dist/LogoFromSrc-CAdoYYud.js +59 -0
- package/dist/MenuItem.module-BQw_K5D4.js +24 -0
- package/dist/Popover.module-ZU-08mVQ.js +11 -0
- package/dist/PopoverProvider-Cvg6ObBO.js +142 -0
- package/dist/{SelectControl-D1SJlplM.js → SelectControl-WoixPfwh.js} +2 -2
- package/dist/SliderTicks-D-B1uIdS.js +74 -0
- package/dist/TabSet.module-4ohNBuQS.js +13 -0
- package/dist/Table.module-BYwGboft.js +32 -0
- package/dist/components/Alert/Alert.js +2 -2
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +4 -4
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +7 -7
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +36 -35
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +5 -5
- package/dist/components/Button/Button.js +3 -3
- package/dist/components/Button/CloseButton/CloseButton.js +2 -2
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +3 -3
- package/dist/components/ButtonGroup/ButtonGroupProvider.js +22 -22
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -2
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/helpers/composeIDSCard.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +2 -2
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +11 -11
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +74 -75
- package/dist/components/CheckboxMark/CheckboxMark.js +1 -1
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Col/Col.js +1 -1
- package/dist/components/Combobox/Combobox.js +4 -4
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +4 -4
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -2
- package/dist/components/Combobox/components/ComboboxResults.js +6 -6
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -4
- package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +34 -37
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Container/Container.js +1 -1
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/Expander/Expander.js +48 -48
- package/dist/components/Field/Field.js +47 -47
- package/dist/components/Field/FieldGroup/FieldGroup.js +59 -59
- package/dist/components/Field/components/FieldAppendToLabel.js +5 -5
- package/dist/components/Filter/Filter.js +4 -4
- package/dist/components/Filter/components/FilterResetButton.js +4 -4
- package/dist/components/Filter/components/FilterSearch.js +4 -4
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +46 -49
- package/dist/components/Form/FormField/FormFieldset.js +42 -45
- package/dist/components/Form/FormField/helpers/getErrorTypeMessage.js +10 -10
- package/dist/components/Form/HookForm/HookForm.js +2 -2
- package/dist/components/Form/components/FormValidationSummary.js +15 -16
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +2 -2
- package/dist/components/Hide/helpers/composeHideClasses.js +4 -4
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +4 -4
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +4 -4
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/InputBase/InputBase.js +2 -2
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +37 -37
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +4 -4
- package/dist/components/Menu/MenuHeading/MenuHeading.js +3 -3
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemAria.js +7 -7
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +30 -30
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
- package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +47 -49
- package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +5 -5
- package/dist/components/Menu/MenuText/MenuText.js +5 -5
- package/dist/components/Menu/helpers/mapMenuItems.js +21 -21
- package/dist/components/Menu/hooks/useMenuAria.js +2 -2
- package/dist/components/Menu/hooks/useMenuComposite.js +6 -6
- package/dist/components/Menu/hooks/useMenuRole.js +10 -10
- package/dist/components/Menu/hooks/useMenuStyles.js +18 -18
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Modal/hooks/useIDSProvidedModal.js +8 -8
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +3 -3
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +3 -3
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Panel/Panel.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +20 -20
- package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +40 -43
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +61 -61
- package/dist/components/Popover/Popover.js +3 -3
- package/dist/components/Popover/PopoverProvider.js +2 -2
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +53 -58
- package/dist/components/Popover/components/PopoverContent.js +31 -31
- package/dist/components/Popover/helpers/composeFloatingProps.js +21 -24
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +2 -2
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +23 -26
- package/dist/components/Popover/hooks/usePopoverImperativeHandle.js +17 -17
- package/dist/components/Popover/hooks/usePopoverItem.js +13 -14
- package/dist/components/Popover/hooks/usePopoverNavigation.js +22 -22
- package/dist/components/Progress/Progress.js +2 -2
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Radio/Radio.js +2 -2
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +8 -8
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +68 -56
- package/dist/components/RadioGroup/index.js +6 -5
- package/dist/components/Readonly/Readonly.js +5 -5
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +3 -3
- package/dist/components/RichSelect/SelectBody/SelectBody.js +4 -4
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +4 -4
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -4
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -4
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -4
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -3
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -2
- package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -3
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +4 -4
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +4 -4
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +3 -3
- package/dist/components/Select/components/SelectControl.js +2 -2
- package/dist/components/Select/components/SelectReadonly.js +4 -4
- package/dist/components/Select/helpers/mapSelectOptions.js +9 -9
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +11 -11
- package/dist/components/SkipLink/SkipLink.js +2 -2
- package/dist/components/Slideout/Slideout.js +4 -4
- package/dist/components/Slideout/components/SlideoutInner.js +3 -3
- package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +7 -7
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +3 -3
- package/dist/components/Slider/components/SliderTicks.js +2 -2
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +2 -2
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/Stack/Stack.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +52 -52
- package/dist/components/TabSet/TabSet.js +24 -24
- package/dist/components/TabSet/TabSetProvider.js +30 -30
- package/dist/components/TabSet/components/TabSetItem.js +31 -32
- package/dist/components/TabSet/helpers/mapTabs.js +19 -19
- package/dist/components/Table/Table.js +3 -3
- package/dist/components/Table/TableBody/TableBody.js +91 -91
- package/dist/components/Table/TableProvider.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +8 -8
- package/dist/components/Table/components/TableHeader.js +2 -2
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableRows.js +34 -34
- package/dist/components/Table/components/TableSortButton.js +3 -3
- package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +22 -22
- package/dist/components/Table/helpers/composeIDSTableInitialSorting.js +2 -2
- package/dist/components/Table/hooks/useIDSTableColumnSort.js +6 -6
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +14 -15
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +2 -2
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -2
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Text/Text.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +2 -2
- package/dist/components/Toaster/Toast/ToastAnimated.js +3 -3
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +3 -3
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +1 -1
- package/dist/components/Toaster/index.js +1 -1
- package/dist/components/Toggle/Toggle.js +25 -25
- package/dist/components/Tooltip/Tooltip.js +3 -3
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -2
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
- package/dist/constants.js +1 -1
- package/dist/floating-ui.react-DYBeYtOf.js +3464 -0
- package/dist/fuzzysort-BNka47rs.js +395 -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 +8 -7
- 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/searchLabelValues.js +1 -1
- package/dist/helpers/responsive/getResponsiveLayoutModifiers.js +4 -4
- 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 +40 -40
- package/dist/{index-BQfnxwrU.js → index-BaVtNOfa.js} +41 -51
- package/dist/{index-Dms7F5NM.js → index-DLnR8XTt.js} +1 -11
- package/dist/{index-2QXL0WYc.js → index-cbHCAGLB.js} +2 -7
- package/dist/{index.esm-BnSuefUA.js → index.esm-CL8gh5wr.js} +1 -5
- package/dist/main.js +159 -158
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
- package/dist/patterns/Loading/components/DefaultLoading.js +3 -3
- package/dist/patterns/Loading/components/LongLoading.js +42 -42
- package/dist/patterns/Loading/components/PageLoading.js +3 -3
- package/dist/patterns/Loading/components/StartUpLoading.js +65 -65
- package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/src/components/InputCurrency/InputCurrency.d.ts +1 -2
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +5 -0
- package/dist/src/components/TabSet/TabSet.types.d.ts +1 -1
- package/dist/src/components/Table/Table.types.d.ts +1 -1
- package/dist/src/components/Table/helpers/composeIDSTableColumnDefs.d.ts +1 -1
- package/dist/src/components/Table/helpers/findColumnByKey.d.ts +1 -1
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/useIDSButtonGroupItem-BB7Moa3N.js +29 -0
- package/package.json +67 -38
- package/dist/ComboboxHiddenInput-gTOjjF3f.js +0 -32
- package/dist/InputBase-BFK9n82f.js +0 -56
- package/dist/Loading.module-g2pe-Gfx.js +0 -13
- package/dist/LoadingSuspense-D9nGJ3gx.js +0 -5773
- package/dist/LogoFromSrc-BnImWqt6.js +0 -59
- package/dist/MenuItem.module-BxcFZeSh.js +0 -24
- package/dist/Popover.module-BKrF_xRW.js +0 -11
- package/dist/PopoverProvider-d3hhpW2k.js +0 -142
- package/dist/SliderTicks-DQN0Ka4d.js +0 -78
- package/dist/TabSet.module-FRUnHgA1.js +0 -13
- package/dist/Table.module-r-RfIeLI.js +0 -32
- package/dist/floating-ui.react-nmA48tb2.js +0 -3463
- package/dist/fuzzysort-eoXOpoo6.js +0 -395
- package/dist/useIDSButtonGroupItem-VfKx4O-O.js +0 -30
- 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
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## Changelog has moved
|
|
4
|
+
|
|
5
|
+
The changelog has moved to Github releases.
|
|
6
|
+
|
|
7
|
+
[View the changelog](https://github.com/oneiress/design-system/releases).
|
|
8
|
+
|
|
9
|
+
## 5.7.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fix: themes dependency causing issues on install
|
|
14
|
+
|
|
15
|
+
## 5.7.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [WAF-609] Container v6 by @richardpan-iress in https://github.com/oneiress/design-system/pull/3933
|
|
20
|
+
- chore: update typography font sizes and add white label theme to the theme types by @mellm0 in https://github.com/oneiress/design-system/pull/3947
|
|
21
|
+
- docs(storybook): add storybook-addon-tag-badges by @mellm0 in https://github.com/oneiress/design-system/pull/3949
|
|
22
|
+
- chore: replace v5 container instead (WAF-628) by @mellm0 in https://github.com/oneiress/design-system/pull/3953
|
|
23
|
+
- chore: existing theme tokens (WAF-641) by @mellm0 in https://github.com/oneiress/design-system/pull/3958
|
|
24
|
+
- docs(Popover): add documentation for using the container prop with parent element (WAF-650) by @mellm0 in https://github.com/oneiress/design-system/pull/3959
|
|
25
|
+
- chore: v6 plopfile generator and decision log (WAF-624) by @mellm0 in https://github.com/oneiress/design-system/pull/3960
|
|
26
|
+
- docs: design tokens documentation by @mellm0 in https://github.com/oneiress/design-system/pull/3966
|
|
27
|
+
- docs(CheckboxGroup): recipes for checkbox group usage (WAF-576) by @mellm0 in https://github.com/oneiress/design-system/pull/3967
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @iress/ids-themes@5.2.0
|
|
33
|
+
|
|
34
|
+
## 5.6.3
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- fix: table columns should not wrap when they are sortable (WAF-626) by @mellm0 in https://github.com/oneiress/design-system/pull/3911
|
|
39
|
+
|
|
40
|
+
**Full Changelog**: https://github.com/oneiress/design-system/compare/v5.6.2...v.5.6.3
|
|
41
|
+
|
|
42
|
+
## 5.6.2
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- fix: deleting a tag should focus on previous tag, or if not available the activator (WAF-613) by @mellm0 in https://github.com/oneiress/design-system/pull/3872
|
|
47
|
+
- fix: [WAF-611] Text not align right in InputCurrency readonly by @richardpan-iress in https://github.com/oneiress/design-system/pull/3867
|
|
48
|
+
- docs: [WAF-612] Readonly currency recipe in table format by @richardpan-iress in https://github.com/oneiress/design-system/pull/3871
|
|
49
|
+
- chore: migrate the themes package from styler and rename to ids-themes (WAF-604) by @mellm0 in https://github.com/oneiress/design-system/pull/3859
|
|
50
|
+
- chore: add schema to the themes package (WAF-604) by @mellm0 in https://github.com/oneiress/design-system/pull/3860
|
|
51
|
+
- chore: combine ag-grid-theme with the themes package (WAF-604) by @mellm0 in https://github.com/oneiress/design-system/pull/3861
|
|
52
|
+
- chore: font size tokens (WAF-591) by @mellm0 in https://github.com/oneiress/design-system/pull/3862
|
|
53
|
+
- chore: update spacing tokens (WAF-592) by @mellm0 in https://github.com/oneiress/design-system/pull/3863
|
|
54
|
+
- chore: add helpers for sub-themes (WAF-593) by @mellm0 in https://github.com/oneiress/design-system/pull/3869
|
|
55
|
+
- chore: small update to include font css in theme component (WAF-593) by @mellm0 in https://github.com/oneiress/design-system/pull/3875
|
|
56
|
+
- chore: re-structure themes JSON (WAF-593) by @mellm0 in https://github.com/oneiress/design-system/pull/3876
|
|
57
|
+
- chore: IressThemeImport (WAF-593) by @mellm0 in https://github.com/oneiress/design-system/pull/3878
|
|
58
|
+
- chore: add sub-themes (WAF-593) by @mellm0 in https://github.com/oneiress/design-system/pull/3883
|
|
59
|
+
|
|
60
|
+
**Full Changelog**: https://github.com/oneiress/design-system/compare/v5.6.1...v5.6.2
|
|
61
|
+
|
|
62
|
+
## 5.6.1
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- [WAF-610]: RichSelect - Content not overflowing on small screens by @richardpan-iress in https://github.com/oneiress/design-system/pull/3853
|
|
67
|
+
- [WAF-603] Fix weird console log in IressInputCurrency by @richardpan-iress in https://github.com/oneiress/design-system/pull/3852
|
|
68
|
+
- [WAF-602] Trigger onBlur when delete tag in RichSelect by @richardpan-iress in https://github.com/oneiress/design-system/pull/3851
|
|
69
|
+
|
|
70
|
+
## 5.6.0
|
|
71
|
+
|
|
72
|
+
### Minor Changes
|
|
73
|
+
|
|
74
|
+
- docs: foundation by @mellm0 in https://github.com/oneiress/design-system/pull/3836
|
|
75
|
+
- [WAF-579] Fix: onBlur in RichSelect multiSelect mode by @richardpan-iress in https://github.com/oneiress/design-system/pull/3837
|
|
76
|
+
- feat: useAutocompleteSearch error handling (WAF-580) by @mellm0 in https://github.com/oneiress/design-system/pull/3842
|
|
77
|
+
- fix: ValidationMessage - prefix should now hide even when right-aligned (WAF-600) by @mellm0 in https://github.com/oneiress/design-system/pull/3844
|
|
78
|
+
- [WAF-597] chore: downgrade react-hook-form to v7.53.1 by @richardpan-iress in https://github.com/oneiress/design-system/pull/3846
|
|
79
|
+
|
|
80
|
+
## 5.5.9
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- docs: update SWAPI api to python for everybody
|
|
85
|
+
- fix: IressAutocomplete - initialOptions no longer causes the popover to always display results
|
|
86
|
+
|
|
87
|
+
## 5.5.8
|
|
88
|
+
|
|
89
|
+
### Patch Changes
|
|
90
|
+
|
|
91
|
+
- fix: IressRichSelect - onBlur only triggers on complete blur of the select
|
|
92
|
+
|
|
93
|
+
## 5.5.7
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- fix: IressAutocomplete - resize observer loop issue
|
|
98
|
+
|
|
99
|
+
## 5.5.6
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- 6bb5d52: fix: className, contentClassName and style on popoverProps are applied to the popover
|
|
104
|
+
- 6bb5d52: IressAutocomplete - popover is opening even if the input has not been interacted with
|
|
105
|
+
- 6bb5d52: fix: IressAutocomplete - should not call async function when query is empty
|
|
106
|
+
|
|
107
|
+
## 5.5.5
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- chore: IressTooltip - add wcag warning for non-interactive activator
|
|
112
|
+
- chore: expose useIdIfNeeded
|
|
113
|
+
|
|
114
|
+
## 5.5.4
|
|
115
|
+
|
|
116
|
+
### Patch Changes
|
|
117
|
+
|
|
118
|
+
- chore: IressInputCurrency - allow type override (WAF-539) by @mellm0 in https://github.com/oneiress/design-system/pull/3730
|
|
119
|
+
- fix: IressRichSelect - focus should be consistent with native select (WAF-531) by @mellm0 in https://github.com/oneiress/design-system/pull/3726
|
|
120
|
+
- fix: IressForm - min, max, minLength, maxLength can be string (WAF-543) by @mellm0 in https://github.com/oneiress/design-system/pull/3729
|
|
121
|
+
- chore: migrate initialOptions from IressCombobox (WAF-544) by @mellm0 in https://github.com/oneiress/design-system/pull/3737
|
|
122
|
+
- docs: percentage input recipe (WAF-541) by @mellm0 in https://github.com/oneiress/design-system/pull/3736
|
|
123
|
+
- chore: add IressSelectHeading to simplify create new option recipe (WAF-547) by @mellm0 in https://github.com/oneiress/design-system/pull/3738
|
|
124
|
+
- fix: IressSelectTags - tags should wrap on new line (WAF-549) by @mellm0 in https://github.com/oneiress/design-system/pull/3743
|
|
125
|
+
|
|
126
|
+
## 5.5.3
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- Bug fix for Form, FormField, InputCurrency
|
|
131
|
+
- Add touch prop to Radio, Checkbox
|
|
132
|
+
|
|
133
|
+
## 5.5.2
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- Add recipe page for IressForm and IressInputCurrency
|
|
138
|
+
|
|
139
|
+
## 5.5.1
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- Updated dependencies
|
|
144
|
+
|
|
145
|
+
## 5.5.0
|
|
146
|
+
|
|
147
|
+
### Minor Changes
|
|
148
|
+
|
|
149
|
+
- fix: rich select inside field group by @mellm0 in https://github.com/oneiress/design-system/pull/3658
|
|
150
|
+
- feat: Reopen InputCurrency [WAF-407] by @richardpan-iress in https://github.com/oneiress/design-system/pull/3653
|
|
151
|
+
- feat: IressTable - add rowProps by @mellm0 in https://github.com/oneiress/design-system/pull/3660
|
|
152
|
+
- fix: remove underline from icons inside buttons when in link mode by @mellm0 in https://github.com/oneiress/design-system/pull/3659
|
|
153
|
+
- chore: Fix type issue caused by react-hook-form upgrade by @richardpan-iress in https://github.com/oneiress/design-system/pull/3657
|
|
154
|
+
- feat: add inline prop to iressreadonly by @richardpan-iress in https://github.com/oneiress/design-system/pull/3667
|
|
155
|
+
|
|
156
|
+
Special thanks to @hiroyoho, @IRESS-Chris-Hill and Andy.
|
|
157
|
+
|
|
158
|
+
**Full Changelog**: https://github.com/oneiress/design-system/compare/v5.4.8...v5.5.0
|
|
159
|
+
|
|
160
|
+
## 5.4.8
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- fix: IressTable - currencyCode not being overridden by @mellm0 in https://github.com/oneiress/design-system/pull/3645
|
|
165
|
+
- chore: remove parser from input, and just use formatter (WAF-407) by @mellm0 in https://github.com/oneiress/design-system/pull/3644
|
|
166
|
+
- fix: IressCheckbox and IressRadio should inherit the alias form border radius token by @mellm0 in https://github.com/oneiress/design-system/pull/3646
|
|
167
|
+
|
|
168
|
+
## 5.4.7
|
|
169
|
+
|
|
170
|
+
### Patch Changes
|
|
171
|
+
|
|
172
|
+
- fix: autocomplete should use label to update box
|
|
173
|
+
|
|
174
|
+
## 5.4.6
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- chore: omit inputMode from IressFormField and IressFormFieldset
|
|
179
|
+
|
|
180
|
+
## 5.4.5
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- fix: rich select input and popover styles
|
|
185
|
+
|
|
186
|
+
## 5.4.4
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- fix: form not allowing name prop
|
|
191
|
+
|
|
192
|
+
## 5.4.3
|
|
193
|
+
|
|
194
|
+
### Patch Changes
|
|
195
|
+
|
|
196
|
+
- fix: scoped css should apply to the shadow root
|
|
197
|
+
|
|
198
|
+
## 5.4.2
|
|
199
|
+
|
|
200
|
+
### Patch Changes
|
|
201
|
+
|
|
202
|
+
- fix: IressFormField - nested inputs should have the correct ID
|
|
203
|
+
|
|
204
|
+
## 5.4.1
|
|
205
|
+
|
|
206
|
+
### Patch Changes
|
|
207
|
+
|
|
208
|
+
- feat: add a shortDate format to IressTable
|
|
209
|
+
|
|
210
|
+
## 5.4.0
|
|
211
|
+
|
|
212
|
+
### Minor Changes
|
|
213
|
+
|
|
214
|
+
- feat: sortFn for table columns
|
|
215
|
+
- chore: table columns as array
|
|
216
|
+
- fix: blur should not be called when the focus moves from the activator to inside the popover
|
|
217
|
+
- fix: rich select clear button not virtually focusable
|
|
218
|
+
- docs: add usePopoverItem recipe
|
|
219
|
+
- docs: add routing library examples for button
|
|
220
|
+
- chore: cleaned up styles
|
|
221
|
+
|
|
222
|
+
## 5.3.0
|
|
223
|
+
|
|
224
|
+
### Minor Changes
|
|
225
|
+
|
|
226
|
+
- feat: IressHookForm
|
|
227
|
+
- docs: IressForm updates to include key concepts, alternative validation and nested form recipes
|
|
228
|
+
- fix: IressPopover - add popover item id to ensure the popover is accessible
|
|
229
|
+
- fix: tabbing on select search when it is nested should now close the parent popover, if it exists
|
|
230
|
+
- docs: add changelog
|
|
231
|
+
|
|
232
|
+
## 5.2.2
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- chore: throw error if defaultValue is set on components inside an IressFormField
|
|
237
|
+
|
|
238
|
+
## 5.2.1
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- fix: IressTabSet: Tabs in a tab set should no longer submit forms
|
|
243
|
+
|
|
244
|
+
## 5.2.0
|
|
245
|
+
|
|
246
|
+
### Minor Changes
|
|
247
|
+
|
|
248
|
+
- feat: IressFormField - new component for use inside IressForm
|
|
249
|
+
- chore! Removed controlled elements, please use IressFormField instead
|
|
250
|
+
- feat: IressLabel - changes to a strong tag if no `htmlFor` is provided
|
|
251
|
+
- feat: IressReadonly - new component to display readonly data
|
|
252
|
+
- chore: IressSelectOption - alternative to `<option />` for non-string values
|
|
253
|
+
- fix: IressCheckbox - now triggers its own `onChange` when inside a `IressCheckboxGroup`
|
|
254
|
+
- feat: Changed the `readOnly` prop on multiple components to render IressReadonly for consistency
|
|
255
|
+
- docs: Added recipes for displaying readonly data in forms
|
|
256
|
+
- docs: Update contact us
|
|
257
|
+
- docs: Update frequently asked questions
|
|
258
|
+
- docs: Current version always visible in Storybook
|
|
259
|
+
|
|
260
|
+
## 5.1.1
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- fix: remove sandbox files from component build
|
|
265
|
+
- fix: types not pointing to the correct file in package.json
|
|
266
|
+
|
|
267
|
+
## 5.1.0
|
|
268
|
+
|
|
269
|
+
### Minor Changes
|
|
270
|
+
|
|
271
|
+
- feat: add new component, rich select
|
|
272
|
+
- fix: add autocomplete="off" to autocomplete, combobox and multi-combobox
|
|
273
|
+
- fix: arrow key navigation in popovers no longer messed up when order of elements change
|
|
274
|
+
- chore: pass event as second parameter to tag.onDelete
|
|
275
|
+
- feat: allow virtual focus on normal popovers
|
|
276
|
+
- fix: inline popovers do not need match activator width css
|
|
277
|
+
- fix: activeIndex on popover should refresh when closed
|
|
278
|
+
- feat: allow nested popovers
|
|
279
|
+
- chore: deprecate combobox and multi-combobox
|
|
280
|
+
- docs: storybook 8
|
|
281
|
+
- fix: virtual focused menu item triggers onClick prop when using keyboard to activate
|
|
282
|
+
- fix: col not working consistently when passing span as a number
|
|
283
|
+
- fix: tabs children not inheriting state from parent components
|
|
284
|
+
|
|
285
|
+
## 5.0.4
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- Bug fixes, including:
|
|
290
|
+
- IressForm: `onChange` and `onBlur` events are triggered on all controlled elements.
|
|
291
|
+
- IressToaster: toasts will render into the `container` prop if specified.
|
|
292
|
+
|
|
293
|
+
Other changes include:
|
|
294
|
+
|
|
295
|
+
- IressText: `body` has been deprecated from `mode`, and changed to a `variant`.
|
|
296
|
+
|
|
297
|
+
## 5.0.3
|
|
298
|
+
|
|
299
|
+
### Patch Changes
|
|
300
|
+
|
|
301
|
+
- IressInput: moved calendar picker style to a theme token
|
|
302
|
+
- IressInput: changed clear button to type="button", should no longer submit forms
|
|
303
|
+
- IressInput: clicking the clear button should focus the input field consistently
|
|
304
|
+
|
|
305
|
+
## 5.0.2
|
|
306
|
+
|
|
307
|
+
### Patch Changes
|
|
308
|
+
|
|
309
|
+
- More minor bug fixes, including:
|
|
310
|
+
- Apply a className passed to a controlled form element to the outermost element (the IressField)
|
|
311
|
+
- IressPopover: display in the right place when the activator has a tooltip
|
|
312
|
+
- IressTooltip: shift tooltip placement to avoid overlap with the edge of the viewport
|
|
313
|
+
- IressForm: fix generic typing of the component
|
|
314
|
+
|
|
315
|
+
## 5.0.1
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Bug fixes, including:
|
|
320
|
+
- IressInline: Uses the same gutter for row and column (regression fix)
|
|
321
|
+
- Remove unused dependencies
|
|
322
|
+
|
|
323
|
+
## 5.0.0
|
|
324
|
+
|
|
325
|
+
### Major Changes
|
|
326
|
+
|
|
327
|
+
- Complete overhaul - all components migrated from WC to React. [Migration guide available in Storybook](https://design.wm.iress.com/?path=/docs/resources-migration-guides-from-v4-to-v5--docs).
|
|
328
|
+
|
|
329
|
+
### Minor Changes
|
|
330
|
+
|
|
331
|
+
- df3aab3: Migrate to changesets and release v5 beta
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- 60d624f: release minor tweaks and type exports
|
|
336
|
+
|
|
337
|
+
## 5.0.0-beta.31
|
|
338
|
+
|
|
339
|
+
### Patch Changes
|
|
340
|
+
|
|
341
|
+
- release minor tweaks and type exports
|
|
342
|
+
|
|
343
|
+
## 5.0.0-beta.30
|
|
344
|
+
|
|
345
|
+
### Minor Changes
|
|
346
|
+
|
|
347
|
+
- Migrate to changesets and release v5 beta
|
|
348
|
+
|
|
349
|
+
All notable changes to this project will be documented in this file.
|
|
350
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
351
|
+
|
|
352
|
+
## [4.19.4](https://github.com/oneiress/design-system/compare/v4.19.3...v4.19.4) (2023-10-27)
|
|
353
|
+
|
|
354
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
|
355
|
+
|
|
356
|
+
## [4.19.3](https://github.com/oneiress/design-system/compare/v4.19.2...v4.19.3) (2023-10-19)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
|
359
|
+
|
|
360
|
+
## [4.19.2](https://github.com/oneiress/design-system/compare/v4.19.1...v4.19.2) (2023-10-17)
|
|
361
|
+
|
|
362
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
|
363
|
+
|
|
364
|
+
## [4.19.1](https://github.com/oneiress/design-system/compare/v4.19.0...v4.19.1) (2023-10-17)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
|
367
|
+
|
|
368
|
+
# [4.19.0](https://github.com/oneiress/design-system/compare/v4.18.0...v4.19.0) (2023-10-05)
|
|
369
|
+
|
|
370
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
|
371
|
+
|
|
372
|
+
# [4.18.0](https://github.com/oneiress/design-system/compare/v4.17.1...v4.18.0) (2023-09-25)
|
|
373
|
+
|
|
374
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
|
375
|
+
|
|
376
|
+
## [4.17.1](https://github.com/oneiress/design-system/compare/v4.17.0...v4.17.1) (2023-09-13)
|
|
377
|
+
|
|
378
|
+
**Note:** Version bump only for package @iress-oss/ids-components
|
package/README.md
CHANGED
|
@@ -21,4 +21,4 @@ The component library is part of the Iress Design System (IDS) monorepo. Please
|
|
|
21
21
|
|
|
22
22
|
## Support
|
|
23
23
|
|
|
24
|
-
For support, please
|
|
24
|
+
For support, please create an issue in this repository or contact the Design System team.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
const e = "ids-autocomplete--popover-content-
|
|
2
|
+
const e = "ids-autocomplete--popover-content-v5203", n = "ids-autocomplete--option-list-v5203", p = {
|
|
3
3
|
popoverContent: e,
|
|
4
4
|
optionList: n
|
|
5
5
|
}, r = ({
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { propagateTestid as e } from "./helpers/utility/propagateTestid.js";
|
|
3
|
+
import { c as n } from "./index-cbHCAGLB.js";
|
|
4
|
+
import { forwardRef as p } from "react";
|
|
5
|
+
const m = "ids-combobox--input-v5203", r = "ids-combobox--readonly-v5203", a = "ids-combobox-v5203", c = "ids-combobox--popover-content-v5203", b = "ids-combobox--option-list-v5203", l = {
|
|
6
|
+
input: m,
|
|
7
|
+
readonly: r,
|
|
8
|
+
"ids-field-group--join": "ids-field-group--join-v5203",
|
|
9
|
+
"ids-field-group--fields": "ids-field-group--fields-v5203",
|
|
10
|
+
"ids-field": "ids-field-v5203",
|
|
11
|
+
combobox: a,
|
|
12
|
+
"ids-menuItem": "ids-menu-item-v5203",
|
|
13
|
+
popoverContent: c,
|
|
14
|
+
optionList: b
|
|
15
|
+
}, f = p(
|
|
16
|
+
({ dataTestId: i, hiddenInputProps: o, ...s }, t) => /* @__PURE__ */ d(
|
|
17
|
+
"input",
|
|
18
|
+
{
|
|
19
|
+
...o,
|
|
20
|
+
...s,
|
|
21
|
+
className: n(o?.className, l.hiddenInput),
|
|
22
|
+
"data-testid": e(i, "hidden-input"),
|
|
23
|
+
ref: t,
|
|
24
|
+
type: "hidden"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
);
|
|
28
|
+
f.displayName = "ComboboxHiddenInput";
|
|
29
|
+
export {
|
|
30
|
+
f as C,
|
|
31
|
+
l as s
|
|
32
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as d, jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as l } from "./index-
|
|
3
|
-
import "./LoadingSuspense-
|
|
2
|
+
import { c as l } from "./index-cbHCAGLB.js";
|
|
3
|
+
import "./LoadingSuspense-Bwd232Nt.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./fuzzysort-
|
|
5
|
+
import "./fuzzysort-BNka47rs.js";
|
|
6
6
|
import "./components/Badge/Badge.js";
|
|
7
7
|
import "./components/ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import { propagateTestid as o } from "./helpers/utility/propagateTestid.js";
|
|
@@ -14,7 +14,7 @@ import "./components/Expander/Expander.js";
|
|
|
14
14
|
import "./components/Form/FormContext.js";
|
|
15
15
|
import "./components/Menu/Menu.js";
|
|
16
16
|
import "./components/Menu/MenuProvider.js";
|
|
17
|
-
import "./PopoverProvider-
|
|
17
|
+
import "./PopoverProvider-Cvg6ObBO.js";
|
|
18
18
|
import "./components/CheckboxMark/CheckboxMark.types.js";
|
|
19
19
|
import "./components/CheckboxMark/CheckboxMark.js";
|
|
20
20
|
import "./components/Modal/ModalProvider.js";
|
|
@@ -37,7 +37,7 @@ import "./components/Tooltip/Tooltip.js";
|
|
|
37
37
|
import "./components/ValidationMessage/ValidationMessage.js";
|
|
38
38
|
import { IressValidationSummary as c } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
|
|
39
39
|
import { getUniqueItemsByKey as f } from "./components/Field/helpers/getUniqueItemsByKey.js";
|
|
40
|
-
const v = "ids-field-
|
|
40
|
+
const v = "ids-field-v5203", h = "ids-field--invalid-v5203", y = "ids-field--label-v5203", b = "ids-field--hidden-label-v5203", S = "ids-field--hint-v5203", u = "ids-field--error-summary-v5203", p = {
|
|
41
41
|
field: v,
|
|
42
42
|
invalid: h,
|
|
43
43
|
label: y,
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as x, useRef as c, useImperativeHandle as g } from "react";
|
|
3
|
+
import { c as d } from "./index-cbHCAGLB.js";
|
|
4
|
+
import { idsLogger as y } from "./helpers/utility/idsLogger.js";
|
|
5
|
+
import { LoggerLevels as b } from "./enums.js";
|
|
6
|
+
const h = "ids-input-base--readonly-v5203", v = "ids-input-base--form-control-v5203", I = "ids-input-base--textarea-v5203", R = "ids-input-base--readonly-align-right-v5203", o = {
|
|
7
|
+
readonly: h,
|
|
8
|
+
formControl: v,
|
|
9
|
+
textarea: I,
|
|
10
|
+
readonlyAlignRight: R
|
|
11
|
+
}, N = x((m, f) => {
|
|
12
|
+
const {
|
|
13
|
+
rows: i = 0,
|
|
14
|
+
type: p = "text",
|
|
15
|
+
"data-testid": t,
|
|
16
|
+
className: l,
|
|
17
|
+
...r
|
|
18
|
+
} = m, a = i > 0, s = c(null), n = c(null);
|
|
19
|
+
return g(f, () => {
|
|
20
|
+
const e = a ? n.current : s.current;
|
|
21
|
+
return {
|
|
22
|
+
// React hook form requires the focus, blur, input
|
|
23
|
+
focus: () => e?.focus(),
|
|
24
|
+
blur: () => e?.blur(),
|
|
25
|
+
input: a ? n.current : s.current
|
|
26
|
+
};
|
|
27
|
+
}), a ? (["min", "max", "step"].forEach((e) => {
|
|
28
|
+
({ ...r, type: p })[e] && y(
|
|
29
|
+
"IressInput: The prop '${prop}' is not supported when 'rows' is greater than 0 and the component is rendered as a textarea.",
|
|
30
|
+
b.Warn
|
|
31
|
+
);
|
|
32
|
+
}), /* @__PURE__ */ u(
|
|
33
|
+
"textarea",
|
|
34
|
+
{
|
|
35
|
+
rows: i,
|
|
36
|
+
...t && { "data-testid": `${t}__textarea` },
|
|
37
|
+
...r,
|
|
38
|
+
ref: n,
|
|
39
|
+
className: d(o.formControl, o.textarea, l)
|
|
40
|
+
}
|
|
41
|
+
)) : /* @__PURE__ */ u(
|
|
42
|
+
"input",
|
|
43
|
+
{
|
|
44
|
+
type: p,
|
|
45
|
+
...t && { "data-testid": `${t}__input` },
|
|
46
|
+
...r,
|
|
47
|
+
ref: s,
|
|
48
|
+
className: d(o.formControl, l)
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
});
|
|
52
|
+
N.displayName = "InputBase";
|
|
53
|
+
export {
|
|
54
|
+
N as I,
|
|
55
|
+
o as b
|
|
56
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const i = "ids-loading--error-v5203", d = {
|
|
2
|
+
"fade-in": "ids-loading--fade-in-v5203",
|
|
3
|
+
"fade-in--active": "ids-loading--fade-in--active-v5203",
|
|
4
|
+
"slide-in": "ids-loading--slide-in-v5203",
|
|
5
|
+
"slide-in--active": "ids-loading--slide-in--active-v5203",
|
|
6
|
+
"fade-next": "ids-loading--fade-next-v5203",
|
|
7
|
+
"fade-next-width": "ids-loading--fade-next-width-v5203",
|
|
8
|
+
"slide-next": "ids-loading--slide-next-v5203",
|
|
9
|
+
error: i
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
d as l
|
|
13
|
+
};
|