@spaced-out/ui-design-system 0.5.3 → 0.5.5
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/.cspell/custom-words.txt +2 -0
- package/.vscode/keybindings.json +7 -0
- package/CHANGELOG.md +19 -0
- package/lib/components/Accordion/Accordion.d.ts.map +1 -1
- package/lib/components/Accordion/Accordion.js +4 -4
- package/lib/components/Accordion/AccordionGroup.d.ts.map +1 -1
- package/lib/components/Accordion/AccordionGroup.js +1 -8
- package/lib/components/Badge/Badge.d.ts +5 -4
- package/lib/components/Badge/Badge.d.ts.map +1 -1
- package/lib/components/Banner/Banner.d.ts +3 -2
- package/lib/components/Banner/Banner.d.ts.map +1 -1
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.d.ts +3 -2
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.d.ts.map +1 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -1
- package/lib/components/Button/Button.d.ts +8 -7
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +2 -6
- package/lib/components/ButtonDropdown/ButtonDropdown.d.ts +3 -2
- package/lib/components/ButtonDropdown/ButtonDropdown.d.ts.map +1 -1
- package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts +1455 -35
- package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts.map +1 -1
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.d.ts +3 -3
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.d.ts.map +1 -1
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.d.ts +2328 -56
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.d.ts.map +1 -1
- package/lib/components/ButtonTabs/ButtonTabDropdown.d.ts +3 -2
- package/lib/components/ButtonTabs/ButtonTabDropdown.d.ts.map +1 -1
- package/lib/components/Card/Card.d.ts +3 -2
- package/lib/components/Card/Card.d.ts.map +1 -1
- package/lib/components/Charts/ColumnChart/ColumnChart.d.ts +3 -2
- package/lib/components/Charts/ColumnChart/ColumnChart.d.ts.map +1 -1
- package/lib/components/Charts/ColumnChart/ColumnChart.js +2 -6
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +3 -2
- package/lib/components/Charts/DonutChart/DonutChart.d.ts.map +1 -1
- package/lib/components/Charts/DonutChart/DonutChart.js +2 -6
- package/lib/components/Charts/FunnelChart/FunnelChart.d.ts +3 -2
- package/lib/components/Charts/FunnelChart/FunnelChart.d.ts.map +1 -1
- package/lib/components/Charts/FunnelChart/FunnelChart.js +2 -6
- package/lib/components/Charts/LineChart/LineChart.d.ts +3 -2
- package/lib/components/Charts/LineChart/LineChart.d.ts.map +1 -1
- package/lib/components/Charts/LineChart/LineChart.js +2 -6
- package/lib/components/Charts/SpiderChart/SpiderChart.d.ts +3 -2
- package/lib/components/Charts/SpiderChart/SpiderChart.d.ts.map +1 -1
- package/lib/components/ChatBubble/ChatBubble.d.ts.map +1 -1
- package/lib/components/ChatBubble/ChatBubble.js +1 -4
- package/lib/components/Checkbox/Checkbox.d.ts +3 -2
- package/lib/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.stories.d.ts +3 -2
- package/lib/components/Checkbox/CheckboxGroup.stories.d.ts.map +1 -1
- package/lib/components/Chip/Chip.d.ts +7 -6
- package/lib/components/Chip/Chip.d.ts.map +1 -1
- package/lib/components/Combobox/Combobox.d.ts.map +1 -1
- package/lib/components/Combobox/Combobox.js +1 -3
- package/lib/components/Combobox/Combobox.stories.d.ts +4 -3
- package/lib/components/Combobox/Combobox.stories.d.ts.map +1 -1
- package/lib/components/DateRangePicker/DateRangeWrapper.d.ts.map +1 -1
- package/lib/components/DateRangePicker/DateRangeWrapper.js +1 -1
- package/lib/components/DateRangePicker/Day.d.ts.map +1 -1
- package/lib/components/DateRangePicker/Day.js +2 -7
- package/lib/components/Dialog/Dialog.d.ts +5 -4
- package/lib/components/Dialog/Dialog.d.ts.map +1 -1
- package/lib/components/Dropdown/Dropdown.d.ts +3 -2
- package/lib/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/lib/components/Dropdown/Dropdown.js +1 -3
- package/lib/components/Dropdown/Dropdown.stories.d.ts.map +1 -1
- package/lib/components/Dropdown/SimpleDropdown.d.ts +3 -3
- package/lib/components/Dropdown/SimpleDropdown.d.ts.map +1 -1
- package/lib/components/Dropdown/SimpleDropdown.js +1 -3
- package/lib/components/FileUpload/FileUpload.d.ts +3 -2
- package/lib/components/FileUpload/FileUpload.d.ts.map +1 -1
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.d.ts +3 -2
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.d.ts.map +1 -1
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.d.ts +3 -2
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.d.ts.map +1 -1
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.stories.d.ts.map +1 -1
- package/lib/components/Icon/ClickableIcon.d.ts +3 -2
- package/lib/components/Icon/ClickableIcon.d.ts.map +1 -1
- package/lib/components/Icon/ClickableIcon.js +2 -3
- package/lib/components/Icon/SemanticIcon.d.ts +3 -2
- package/lib/components/Icon/SemanticIcon.d.ts.map +1 -1
- package/lib/components/InContextAlert/InContextAlert.d.ts +3 -2
- package/lib/components/InContextAlert/InContextAlert.d.ts.map +1 -1
- package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.d.ts +3 -2
- package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.d.ts.map +1 -1
- package/lib/components/InlineDropdown/InlineDropdown.d.ts +3 -2
- package/lib/components/InlineDropdown/InlineDropdown.d.ts.map +1 -1
- package/lib/components/InlineDropdown/InlineDropdown.stories.d.ts +873 -21
- package/lib/components/InlineDropdown/InlineDropdown.stories.d.ts.map +1 -1
- package/lib/components/InlineDropdown/SimpleInlineDropdown.d.ts +3 -3
- package/lib/components/InlineDropdown/SimpleInlineDropdown.d.ts.map +1 -1
- package/lib/components/InlineDropdown/SimpleInlineDropdown.js +1 -0
- package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.d.ts +1746 -42
- package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.d.ts.map +1 -1
- package/lib/components/Input/Input.d.ts +3 -2
- package/lib/components/Input/Input.d.ts.map +1 -1
- package/lib/components/Link/Link.d.ts +5 -4
- package/lib/components/Link/Link.d.ts.map +1 -1
- package/lib/components/Link/Link.js +1 -3
- package/lib/components/Menu/Menu.d.ts +3 -2
- package/lib/components/Menu/Menu.d.ts.map +1 -1
- package/lib/components/Menu/MenuOptionButton.d.ts +5 -3
- package/lib/components/Menu/MenuOptionButton.d.ts.map +1 -1
- package/lib/components/Menu/MenuOptionButton.js +1 -5
- package/lib/components/Modal/Modal.d.ts +3 -2
- package/lib/components/Modal/Modal.d.ts.map +1 -1
- package/lib/components/Notification/Notification.d.ts +3 -2
- package/lib/components/Notification/Notification.d.ts.map +1 -1
- package/lib/components/OptionButton/OptionButton.d.ts +3 -2
- package/lib/components/OptionButton/OptionButton.d.ts.map +1 -1
- package/lib/components/OptionButton/OptionButton.stories.d.ts.map +1 -1
- package/lib/components/OptionButton/SimpleOptionButton.d.ts +3 -3
- package/lib/components/OptionButton/SimpleOptionButton.d.ts.map +1 -1
- package/lib/components/OptionButton/SimpleOptionButton.stories.d.ts +1164 -28
- package/lib/components/OptionButton/SimpleOptionButton.stories.d.ts.map +1 -1
- package/lib/components/Pagination/Pagination.d.ts +8 -4
- package/lib/components/Pagination/Pagination.d.ts.map +1 -1
- package/lib/components/Pagination/Pagination.stories.d.ts +9 -1
- package/lib/components/Pagination/Pagination.stories.d.ts.map +1 -1
- package/lib/components/Panel/Panel.d.ts +3 -2
- package/lib/components/Panel/Panel.d.ts.map +1 -1
- package/lib/components/PromptChip/PromptChip.d.ts.map +1 -1
- package/lib/components/PromptChip/PromptChip.js +2 -6
- package/lib/components/PromptInput/PromptInput.d.ts.map +1 -1
- package/lib/components/PromptInput/PromptInput.js +1 -3
- package/lib/components/PromptInput/PromptInput.stories.d.ts.map +1 -1
- package/lib/components/RadioButton/RadioButton.d.ts +3 -2
- package/lib/components/RadioButton/RadioButton.d.ts.map +1 -1
- package/lib/components/RadioButton/RadioGroup.stories.d.ts.map +1 -1
- package/lib/components/Rating/Rating.d.ts.map +1 -1
- package/lib/components/Rating/Rating.js +3 -10
- package/lib/components/SearchInput/SearchInput.d.ts +3 -2
- package/lib/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/lib/components/Stepper/Step/Step.d.ts.map +1 -1
- package/lib/components/Stepper/Step/Step.js +2 -7
- package/lib/components/SubMenu/SubMenu.stories.d.ts.map +1 -1
- package/lib/components/SubMenu/SubMenuGroup.d.ts.map +1 -1
- package/lib/components/SubMenu/SubMenuGroup.js +4 -4
- package/lib/components/SubMenu/SubMenuItem.d.ts +1 -0
- package/lib/components/SubMenu/SubMenuItem.d.ts.map +1 -1
- package/lib/components/Tabs/Tab/Tab.d.ts.map +1 -1
- package/lib/components/Tabs/Tab/Tab.js +1 -3
- package/lib/components/TextTile/TextTile.d.ts +5 -3
- package/lib/components/TextTile/TextTile.d.ts.map +1 -1
- package/lib/components/TextTile/TextTile.js +2 -2
- package/lib/components/Textarea/Textarea.d.ts +3 -2
- package/lib/components/Textarea/Textarea.d.ts.map +1 -1
- package/lib/components/Timeline/TimelineItem/TimelineItem.d.ts.map +1 -1
- package/lib/components/Timeline/TimelineItem/TimelineItem.js +1 -3
- package/lib/components/Toast/ToastContainer.d.ts.map +1 -1
- package/lib/components/TokenListInput/TokenListInput.d.ts.map +1 -1
- package/lib/components/TokenListInput/TokenListInput.stories.d.ts +3 -2
- package/lib/components/TokenListInput/TokenListInput.stories.d.ts.map +1 -1
- package/lib/components/Tooltip/Tooltip.d.ts +3 -2
- package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/components/Typeahead/SimpleTypeahead.d.ts +4 -3
- package/lib/components/Typeahead/SimpleTypeahead.d.ts.map +1 -1
- package/lib/components/Typeahead/SimpleTypeahead.stories.d.ts.map +1 -1
- package/lib/components/Typeahead/Typeahead.d.ts +5 -4
- package/lib/components/Typeahead/Typeahead.d.ts.map +1 -1
- package/lib/components/Typeahead/Typeahead.js +3 -7
- package/lib/components/Typeahead/Typeahead.stories.d.ts.map +1 -1
- package/lib/components/WeekdayPicker/WeekdayPicker.d.ts +1 -0
- package/lib/components/WeekdayPicker/WeekdayPicker.d.ts.map +1 -1
- package/lib/components/WeekdayPicker/WeekdayPicker.js +9 -3
- package/lib/components/WeekdayPicker/WeekdayPicker.module.css +1 -6
- package/lib/devtools/DependencyGraph/DependencyGraph.stories.d.ts.map +1 -1
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.d.ts.map +1 -1
- package/lib/types/date-range-picker.d.ts +3 -2
- package/lib/types/date-range-picker.d.ts.map +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +11 -0
- package/lib/types/toast.d.ts +3 -2
- package/lib/types/toast.d.ts.map +1 -1
- package/lib/types/utils.d.ts +101 -0
- package/lib/types/utils.d.ts.map +1 -0
- package/lib/types/utils.js +5 -0
- package/package.json +4 -1
package/.cspell/custom-words.txt
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.5.5](https://github.com/spaced-out/ui-design-system/compare/v0.5.4...v0.5.5) (2025-09-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* adds modification options to text tile component ([#400](https://github.com/spaced-out/ui-design-system/issues/400)) ([d0a68f0](https://github.com/spaced-out/ui-design-system/commit/d0a68f0a5bff2559a3f82d644f0186bd69a15535))
|
|
11
|
+
|
|
12
|
+
### [0.5.4](https://github.com/spaced-out/ui-design-system/compare/v0.5.3...v0.5.4) (2025-09-04)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **GDS-538:** provide className support for selected week days in WeekDayPicker ([#398](https://github.com/spaced-out/ui-design-system/issues/398)) ([fa63678](https://github.com/spaced-out/ui-design-system/commit/fa63678d5ef1c8c7d52dccfaebc24a755c0f731b))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* fixes all type inconsistencies because of Omit types ([#397](https://github.com/spaced-out/ui-design-system/issues/397)) ([329c579](https://github.com/spaced-out/ui-design-system/commit/329c5797660b5da404c5af490d2f8f00b0f92521))
|
|
23
|
+
|
|
5
24
|
### [0.5.3](https://github.com/spaced-out/ui-design-system/compare/v0.5.2...v0.5.3) (2025-09-03)
|
|
6
25
|
|
|
7
26
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AASrD,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACzE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,IAAI,CAAC,iBAAiB,CAC5C,kBAAkB,EAClB,cAAc,
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AASrD,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACzE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,IAAI,CAAC,iBAAiB,CAC5C,kBAAkB,EAClB,cAAc,CAgFf,CAAC"}
|
|
@@ -59,10 +59,10 @@ const Accordion = exports.Accordion = /*#__PURE__*/React.forwardRef((_ref, ref)
|
|
|
59
59
|
iconLeftName: accordionIsOpen ? 'chevron-up' : 'chevron-down',
|
|
60
60
|
disabled: disabled,
|
|
61
61
|
size: "small",
|
|
62
|
-
type: "ghost"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
type: "ghost",
|
|
63
|
+
classNames: {
|
|
64
|
+
wrapper: _AccordionModule.default.icon
|
|
65
|
+
},
|
|
66
66
|
ariaLabel: 'Collapse button'
|
|
67
67
|
// we are not defining onClick here as we are using onClick of the parent here.
|
|
68
68
|
})), accordionIsOpen && /*#__PURE__*/React.createElement("div", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionGroup.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/AccordionGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC9C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"AccordionGroup.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/AccordionGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC9C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAcH,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC;IAC5D,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC;IACtD,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACvC,CAAC;AAEF,eAAO,MAAM,cAAc;2EAMxB,uBAAuB;;CA6CzB,CAAC"}
|
|
@@ -30,23 +30,16 @@ const AccordionGroup = _ref => {
|
|
|
30
30
|
if (! /*#__PURE__*/React.isValidElement(child)) {
|
|
31
31
|
return null;
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
// @ts-ignore - TS2571 - Object is of type 'unknown'.
|
|
35
33
|
const childId = child.props.id;
|
|
36
34
|
const isOpen = openId === childId;
|
|
37
35
|
const accordionOnToggle = checked => {
|
|
38
36
|
handleToggle(childId, checked); // parents onToggle, pass id as well.
|
|
39
|
-
// @ts-ignore - TS2339 - Property 'onToggle' does not exist on type 'unknown'.
|
|
40
37
|
child.props.onToggle?.(checked);
|
|
41
38
|
};
|
|
42
39
|
return /*#__PURE__*/React.cloneElement(child, {
|
|
43
|
-
// @ts-ignore - TS2769 - No overload matches this call.
|
|
44
40
|
classNames: {
|
|
45
|
-
// @ts-ignore - TS2339 - Property 'classNames' does not exist on type 'unknown'.
|
|
46
41
|
...child.props.classNames,
|
|
47
|
-
wrapper: (0, _classify.default)(_AccordionGroupModule.default.accordionWrapper,
|
|
48
|
-
// @ts-ignore - TS2339 - Property 'classNames' does not exist on type 'unknown'.
|
|
49
|
-
child.props.classNames?.wrapper)
|
|
42
|
+
wrapper: (0, _classify.default)(_AccordionGroupModule.default.accordionWrapper, child.props.classNames?.wrapper)
|
|
50
43
|
},
|
|
51
44
|
onChange: handleAccordionChange,
|
|
52
45
|
onToggle: accordionOnToggle,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { Flow } from 'flow-to-typescript-codemod';
|
|
3
|
+
import type { Over } from '../../types/utils';
|
|
3
4
|
import type { IconSize, IconType } from '../Icon';
|
|
4
5
|
type ClassNames = Readonly<{
|
|
5
6
|
wrapper?: string;
|
|
@@ -24,16 +25,16 @@ export type BaseBadgeProps = {
|
|
|
24
25
|
classNames?: ClassNames;
|
|
25
26
|
fill?: BadgeColorType;
|
|
26
27
|
};
|
|
27
|
-
export type BadgeProps = BaseBadgeProps
|
|
28
|
+
export type BadgeProps = Over<BaseBadgeProps, {
|
|
28
29
|
text: string;
|
|
29
|
-
}
|
|
30
|
-
export type IconBadgeProps = BaseBadgeProps
|
|
30
|
+
}>;
|
|
31
|
+
export type IconBadgeProps = Over<BaseBadgeProps, {
|
|
31
32
|
iconName: string;
|
|
32
33
|
iconType?: IconType;
|
|
33
34
|
iconSize?: IconSize;
|
|
34
35
|
onClick?: ((arg1: React.SyntheticEvent<HTMLElement>) => unknown) | null | undefined;
|
|
35
36
|
ariaLabel?: string;
|
|
36
|
-
}
|
|
37
|
+
}>;
|
|
37
38
|
export declare const Badge: Flow.AbstractComponent<BadgeProps, HTMLDivElement>;
|
|
38
39
|
export declare const IconBadge: Flow.AbstractComponent<IconBadgeProps, HTMLDivElement>;
|
|
39
40
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAerD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,EAAC,QAAQ,EAAE,QAAQ,EAAC,MAAM,SAAS,CAAC;AAOhD,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;EAYtB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,WAAW,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,cAAc,EACd;IACE,IAAI,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,cAAc,EACd;IACE,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EACJ,CAAC,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,OAAO,CAAC,GACtD,IAAI,GACJ,SAAS,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CACF,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,IAAI,CAAC,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAkClE,CAAC;AAEJ,eAAO,MAAM,SAAS,EAAE,IAAI,CAAC,iBAAiB,CAAC,cAAc,EAAE,cAAc,CA8C1E,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { Flow } from 'flow-to-typescript-codemod';
|
|
2
|
+
import type { Over } from '../../types/utils';
|
|
2
3
|
import type { InContextAlertProps } from '../InContextAlert';
|
|
3
|
-
export type BannerProps = InContextAlertProps
|
|
4
|
+
export type BannerProps = Over<InContextAlertProps, {
|
|
4
5
|
alignment?: 'top' | 'bottom';
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare const Banner: Flow.AbstractComponent<BannerProps, HTMLDivElement>;
|
|
7
8
|
//# sourceMappingURL=Banner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../src/components/Banner/Banner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../src/components/Banner/Banner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAGrD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AAM3D,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,mBAAmB,EACnB;IACE,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CAC9B,CACF,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,cAAc,CA0CpE,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { Flow } from 'flow-to-typescript-codemod';
|
|
3
|
+
import type { Over } from '../../../types/utils';
|
|
3
4
|
import type { LinkProps } from '../../Link';
|
|
4
|
-
export type BreadcrumbLinkProps = LinkProps
|
|
5
|
+
export type BreadcrumbLinkProps = Over<LinkProps, {
|
|
5
6
|
isActive?: boolean;
|
|
6
7
|
id: string;
|
|
7
8
|
onClick?: (arg1: React.SyntheticEvent<HTMLElement>, id: string) => unknown;
|
|
8
|
-
}
|
|
9
|
+
}>;
|
|
9
10
|
export declare const BreadcrumbLink: Flow.AbstractComponent<BreadcrumbLinkProps, HTMLAnchorElement | null | undefined>;
|
|
10
11
|
//# sourceMappingURL=BreadcrumbLink.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbLink.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"BreadcrumbLink.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAErD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,sBAAsB,CAAC;AAE/C,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;AAM1C,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,SAAS,EACT;IACE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC;CAC5E,CACF,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,IAAI,CAAC,iBAAiB,CACjD,mBAAmB,EACnB,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAmCrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/Breadcrumbs.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOzC,wBAyEE;AASF,eAAO,MAAM,YAAY;WAAU,gBAAgB;;;;;;
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/Breadcrumbs.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOzC,wBAyEE;AASF,eAAO,MAAM,YAAY;WAAU,gBAAgB;;;;;;CA0ClD,CAAC;AAMF,eAAO,MAAM,sBAAsB;WAAU,gBAAgB;;;;;;CA+C5D,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { Flow } from 'flow-to-typescript-codemod';
|
|
3
|
+
import type { Over } from '../../types/utils';
|
|
3
4
|
import type { IconType } from '../Icon';
|
|
4
5
|
type ClassNames = Readonly<{
|
|
5
6
|
wrapper?: string;
|
|
@@ -35,20 +36,20 @@ export declare const BUTTON_SIZE: Readonly<{
|
|
|
35
36
|
export type ButtonType = (typeof BUTTON_TYPES)[keyof typeof BUTTON_TYPES];
|
|
36
37
|
export type ButtonActionType = (typeof BUTTON_ACTION_TYPE)[keyof typeof BUTTON_ACTION_TYPE];
|
|
37
38
|
export type ButtonSize = keyof typeof BUTTON_SIZE;
|
|
38
|
-
export type BaseButtonProps = {
|
|
39
|
+
export type BaseButtonProps = Over<React.ButtonHTMLAttributes<HTMLButtonElement>, {
|
|
39
40
|
children?: React.ReactNode;
|
|
40
|
-
disabled?:
|
|
41
|
+
disabled?: boolean;
|
|
41
42
|
actionType?: ButtonActionType;
|
|
42
43
|
onClick?: ((arg1: React.SyntheticEvent<HTMLElement>) => unknown) | null | undefined;
|
|
43
44
|
ariaLabel?: string;
|
|
44
45
|
tabIndex?: number;
|
|
45
46
|
isLoading?: boolean;
|
|
46
47
|
role?: string;
|
|
47
|
-
}
|
|
48
|
-
export type UnstyledButtonProps = BaseButtonProps
|
|
48
|
+
}>;
|
|
49
|
+
export type UnstyledButtonProps = Over<BaseButtonProps, {
|
|
49
50
|
className?: string;
|
|
50
|
-
}
|
|
51
|
-
export type ButtonProps = BaseButtonProps
|
|
51
|
+
}>;
|
|
52
|
+
export type ButtonProps = Over<BaseButtonProps, {
|
|
52
53
|
classNames?: ClassNames;
|
|
53
54
|
iconLeftName?: string;
|
|
54
55
|
iconLeftType?: IconType;
|
|
@@ -57,7 +58,7 @@ export type ButtonProps = BaseButtonProps & {
|
|
|
57
58
|
type?: ButtonType;
|
|
58
59
|
isFluid?: boolean;
|
|
59
60
|
size?: ButtonSize;
|
|
60
|
-
}
|
|
61
|
+
}>;
|
|
61
62
|
export declare const UnstyledButton: Flow.AbstractComponent<UnstyledButtonProps, HTMLButtonElement>;
|
|
62
63
|
export declare const Button: Flow.AbstractComponent<ButtonProps, HTMLButtonElement>;
|
|
63
64
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAErD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,mBAAmB,CAAC;AAG5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,SAAS,CAAC;AAOtC,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC,CAAC;AAEH;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;EAOvB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;EAI7B,CAAC;AAEH,eAAO,MAAM,WAAW;;;EAGtB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAC1E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAC/D,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C;IACE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,OAAO,CAAC,EACJ,CAAC,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,OAAO,CAAC,GACtD,IAAI,GACJ,SAAS,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACF,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,eAAe,EACf;IACE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CACF,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,eAAe,EACf;IACE,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB,CACF,CAAC;AAoBF,eAAO,MAAM,cAAc,EAAE,IAAI,CAAC,iBAAiB,CACjD,mBAAmB,EACnB,iBAAiB,CAkClB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,CA0JvE,CAAC"}
|
|
@@ -72,13 +72,9 @@ const UnstyledButton = exports.UnstyledButton = /*#__PURE__*/React.forwardRef((_
|
|
|
72
72
|
} : {}, {
|
|
73
73
|
className: className,
|
|
74
74
|
ref: ref,
|
|
75
|
-
role: role
|
|
76
|
-
// @ts-ignore - TS2322 - Type 'unknown' is not assignable to type 'boolean | undefined'.
|
|
77
|
-
,
|
|
75
|
+
role: role,
|
|
78
76
|
disabled: disabled,
|
|
79
|
-
tabIndex: disabled ? -1 : tabIndex
|
|
80
|
-
// @ts-ignore - TS2322 - Type 'string | undefined' is not assignable to type '"button" | "submit" | "reset" | undefined'.
|
|
81
|
-
,
|
|
77
|
+
tabIndex: disabled ? -1 : tabIndex,
|
|
82
78
|
type: actionType,
|
|
83
79
|
onClick: event => {
|
|
84
80
|
if (disabled || isLoading) {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { Flow } from 'flow-to-typescript-codemod';
|
|
3
|
+
import type { Over } from '../../types/utils';
|
|
3
4
|
import type { ClickAwayRefType } from '../../utils/click-away';
|
|
4
5
|
import type { ButtonProps } from '../Button';
|
|
5
6
|
import type { MenuOption, MenuProps } from '../Menu';
|
|
@@ -23,7 +24,7 @@ type ClassNames = Readonly<{
|
|
|
23
24
|
dropdownContainer?: string;
|
|
24
25
|
buttonIcon?: string;
|
|
25
26
|
}>;
|
|
26
|
-
export type ButtonDropdownProps = ButtonProps
|
|
27
|
+
export type ButtonDropdownProps = Over<ButtonProps, {
|
|
27
28
|
classNames?: ClassNames;
|
|
28
29
|
menu?: MenuProps;
|
|
29
30
|
positionStrategy?: Strategy;
|
|
@@ -34,7 +35,7 @@ export type ButtonDropdownProps = ButtonProps & {
|
|
|
34
35
|
tooltip?: BaseTooltipProps;
|
|
35
36
|
elevation?: ElevationType;
|
|
36
37
|
clickAwayRef?: ClickAwayRefType;
|
|
37
|
-
}
|
|
38
|
+
}>;
|
|
38
39
|
export declare const ButtonDropdown: Flow.AbstractComponent<ButtonDropdownProps, HTMLDivElement>;
|
|
39
40
|
export {};
|
|
40
41
|
//# sourceMappingURL=ButtonDropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonDropdown/ButtonDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"ButtonDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonDropdown/ButtonDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAIrD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,wBAAwB,CAAC;AAG7D,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AAG3C,OAAO,KAAK,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAC,gBAAgB,EAAE,aAAa,EAAC,MAAM,YAAY,CAAC;AAMhE,eAAO,MAAM,oBAAoB;;;;;;;EAO/B,CAAC;AAEH,eAAO,MAAM,aAAa;;;EAGxB,CAAC;AAEH,MAAM,MAAM,UAAU,GACpB,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AACnE,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE1E,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,WAAW,EACX;IACE,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,gBAAgB,CAAC,EAAE,QAAQ,CAAC;IAC5B,cAAc,CAAC,EAAE,UAAU,CAAC;IAC5B,cAAc,CAAC,EAAE,CACf,MAAM,EAAE,UAAU,EAClB,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,GAAG,SAAS,KACxD,OAAO,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC,CACF,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,IAAI,CAAC,iBAAiB,CACjD,mBAAmB,EACnB,cAAc,CA2Jf,CAAC"}
|