@spaced-out/ui-design-system 0.5.3 → 0.5.4
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 +12 -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.map +1 -1
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typeahead.d.ts","sourceRoot":"","sources":["../../../src/components/Typeahead/Typeahead.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Typeahead.d.ts","sourceRoot":"","sources":["../../../src/components/Typeahead/Typeahead.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/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,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,SAAS,CAAC;AAGnD,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AAM9C,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC,CAAC;AAEH,KAAK,kBAAkB,GAAG,IAAI,CAC5B,UAAU,EACV;IACE,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,CAAC,EAAE,CACT,MAAM,EAAE,UAAU,EAClB,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,GAAG,SAAS,KACxD,OAAO,CAAC;IACb,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,OAAO,CAAC;IACjE,UAAU,CAAC,EAAE,MAAM,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,OAAO,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B,CACF,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,kBAAkB,EAClB;IACE,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CACF,CAAC;AAyLF,eAAO,MAAM,SAAS,EAAE,IAAI,CAAC,iBAAiB,CAC5C,cAAc,EACd,gBAAgB,CASjB,CAAC"}
|
|
@@ -99,18 +99,14 @@ const BaseTypeahead = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
99
99
|
clickAway();
|
|
100
100
|
}
|
|
101
101
|
onFocus?.(_e);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
,
|
|
105
|
-
onClear: _e => {
|
|
102
|
+
},
|
|
103
|
+
onClear: () => {
|
|
106
104
|
onClear?.();
|
|
107
105
|
}
|
|
108
106
|
})), isOpen && !isLoading && menu && menuOptions && !!menuOptions.length && /*#__PURE__*/React.createElement(_react2.FloatingPortal, null, /*#__PURE__*/React.createElement(_react2.FloatingFocusManager, {
|
|
109
107
|
modal: false,
|
|
110
108
|
context: context,
|
|
111
|
-
returnFocus: false
|
|
112
|
-
// @ts-ignore - TS2322 - Type 'MutableRefObject<ReferenceType | null> & MutableRefObject<ReferenceType | null>' is not assignable to type 'number | MutableRefObject<HTMLElement | null> | undefined'.
|
|
113
|
-
,
|
|
109
|
+
returnFocus: false,
|
|
114
110
|
initialFocus: refs.reference
|
|
115
111
|
}, /*#__PURE__*/React.createElement("div", {
|
|
116
112
|
// @ts-ignore - TS2322 - Type '((node: HTMLElement | null) => void) & ((node: HTMLElement | null) => void)' is not assignable to type '{ current: HTMLElement | null | undefined; }'.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typeahead.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Typeahead/Typeahead.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,SAAS,CAAC;AAInD,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2ChD,wBAsVE;AAMF,eAAO,MAAM,UAAU;WAAU,cAAc;;;;;CAgB9C,CAAC;AAOF,eAAO,MAAM,4BAA4B;WAAU,cAAc;;;;;;;
|
|
1
|
+
{"version":3,"file":"Typeahead.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Typeahead/Typeahead.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,SAAS,CAAC;AAInD,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2ChD,wBAsVE;AAMF,eAAO,MAAM,UAAU;WAAU,cAAc;;;;;CAgB9C,CAAC;AAOF,eAAO,MAAM,4BAA4B;WAAU,cAAc;;;;;;;gDAlYlD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sBAiCV,CAAD;uBACG,CAAA;kCAAgC,CAAC;;;;;;;;CAgXxC,CAAC;AAOF,eAAO,MAAM,oBAAoB;WAAU,cAAc;;;;CAExD,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,MAAM,cAAc,sBA+BvD,CAAC;AA8BF,eAAO,MAAM,gCAAgC;WAAU,cAAc;;;;;CA0CpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WeekdayPicker.d.ts","sourceRoot":"","sources":["../../../src/components/WeekdayPicker/WeekdayPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAoBrD,eAAO,MAAM,mBAAmB;;;EAG9B,CAAC;AAEH,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"WeekdayPicker.d.ts","sourceRoot":"","sources":["../../../src/components/WeekdayPicker/WeekdayPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,4BAA4B,CAAC;AAoBrD,eAAO,MAAM,mBAAmB;;;EAG9B,CAAC;AAEH,KAAK,UAAU,GAAG,QAAQ,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC,CAAC;AACH,KAAK,iBAAiB,GACpB,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,gBAAgB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAClC,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,CACT,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,EAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,GAAG,SAAS,KACxD,OAAO,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAgEF,eAAO,MAAM,aAAa,EAAE,IAAI,CAAC,iBAAiB,CAChD,kBAAkB,EAClB,cAAc,CAsHf,CAAC"}
|
|
@@ -43,7 +43,7 @@ const DayButton = _ref => {
|
|
|
43
43
|
isSelected,
|
|
44
44
|
isDisabled,
|
|
45
45
|
onClick,
|
|
46
|
-
|
|
46
|
+
classNames,
|
|
47
47
|
size,
|
|
48
48
|
readOnly
|
|
49
49
|
} = _ref;
|
|
@@ -53,8 +53,11 @@ const DayButton = _ref => {
|
|
|
53
53
|
[_WeekdayPickerModule.default.weekdayButtonMedium]: size === WEEKDAY_PICKER_SIZE.medium,
|
|
54
54
|
[_WeekdayPickerModule.default.weekdayButtonSmall]: size === WEEKDAY_PICKER_SIZE.small,
|
|
55
55
|
[_WeekdayPickerModule.default.weekdayButtonSelected]: isSelected,
|
|
56
|
+
...(classNames?.selectedButton && {
|
|
57
|
+
[classNames.selectedButton]: isSelected
|
|
58
|
+
}),
|
|
56
59
|
[_WeekdayPickerModule.default.weekdayButtonDisabled]: isDisabled
|
|
57
|
-
},
|
|
60
|
+
}, classNames?.button),
|
|
58
61
|
onClick: onClick,
|
|
59
62
|
disabled: isDisabled,
|
|
60
63
|
"aria-label": `Select ${day.label}`,
|
|
@@ -138,7 +141,10 @@ const WeekdayPicker = exports.WeekdayPicker = /*#__PURE__*/React.forwardRef((_re
|
|
|
138
141
|
handleDayToggle(day, event);
|
|
139
142
|
}
|
|
140
143
|
},
|
|
141
|
-
|
|
144
|
+
classNames: {
|
|
145
|
+
button: classNames.button,
|
|
146
|
+
selectedButton: classNames.selectedButton
|
|
147
|
+
},
|
|
142
148
|
size: size,
|
|
143
149
|
readOnly: readOnly
|
|
144
150
|
});
|
|
@@ -76,11 +76,6 @@
|
|
|
76
76
|
&:focus-visible {
|
|
77
77
|
background-color: colorButtonFillPrimaryHovered;
|
|
78
78
|
color: colorTextInversePrimary;
|
|
79
|
-
|
|
80
|
-
.secondaryLabel {
|
|
81
|
-
background-color: colorButtonFillPrimaryHovered;
|
|
82
|
-
color: colorTextInversePrimary;
|
|
83
|
-
}
|
|
84
79
|
}
|
|
85
80
|
}
|
|
86
81
|
|
|
@@ -94,6 +89,7 @@
|
|
|
94
89
|
.secondaryLabel {
|
|
95
90
|
composes: bodySmall from '../../styles/typography.module.css';
|
|
96
91
|
color: colorTextSecondary;
|
|
92
|
+
background-color: transparent;
|
|
97
93
|
|
|
98
94
|
/* Added a transition to .secondaryLabel for smoother and immediate style updates
|
|
99
95
|
during hover or focus-visible states of .secondaryLabelSelected. This ensures the
|
|
@@ -102,7 +98,6 @@
|
|
|
102
98
|
}
|
|
103
99
|
|
|
104
100
|
.secondaryLabelSelected {
|
|
105
|
-
background-color: colorButtonFillPrimaryEnabled;
|
|
106
101
|
color: colorTextInversePrimary;
|
|
107
102
|
}
|
|
108
103
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DependencyGraph.stories.d.ts","sourceRoot":"","sources":["../../../src/devtools/DependencyGraph/DependencyGraph.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,OAAO,8BAA8B,CAAC;;;;;;;;;;;;;;;AAItC,wBAYE;
|
|
1
|
+
{"version":3,"file":"DependencyGraph.stories.d.ts","sourceRoot":"","sources":["../../../src/devtools/DependencyGraph/DependencyGraph.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,OAAO,8BAA8B,CAAC;;;;;;;;;;;;;;;AAItC,wBAYE;AAwUF,eAAO,MAAM,gBAAgB,yBAgC5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useArbitraryOptionAddition.stories.d.ts","sourceRoot":"","sources":["../../../src/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"useArbitraryOptionAddition.stories.d.ts","sourceRoot":"","sources":["../../../src/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAC,0BAA0B,EAAC,MAAM,8BAA8B,CAAC;;;;;;;;;;;;;AAaxE,wBAmDE;AASF,eAAO,MAAM,KAAK,yBAgCjB,CAAC;AAwBF,eAAO,MAAM,OAAO,yBA+BnB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Over } from './utils';
|
|
1
2
|
export type TimeUnit = 'years' | 'months' | 'days' | 'd' | 'M' | 'y';
|
|
2
3
|
export type DateRange = {
|
|
3
4
|
startDate?: string | null | undefined;
|
|
@@ -13,9 +14,9 @@ export type DateRangePickerError = {
|
|
|
13
14
|
type: string;
|
|
14
15
|
description: string;
|
|
15
16
|
};
|
|
16
|
-
export type DateRangeWithTimezone = DateRange
|
|
17
|
+
export type DateRangeWithTimezone = Over<DateRange, {
|
|
17
18
|
startDateUTC?: string | null | undefined;
|
|
18
19
|
endDateUTC?: string | null | undefined;
|
|
19
20
|
timezone?: string;
|
|
20
|
-
}
|
|
21
|
+
}>;
|
|
21
22
|
//# sourceMappingURL=date-range-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-range-picker.d.ts","sourceRoot":"","sources":["../../src/types/date-range-picker.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AACrE,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AACF,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"date-range-picker.d.ts","sourceRoot":"","sources":["../../src/types/date-range-picker.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,SAAS,CAAC;AAGlC,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AACrE,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AACF,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,SAAS,EACT;IACE,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CACF,CAAC"}
|
package/lib/types/index.d.ts
CHANGED
package/lib/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
package/lib/types/index.js
CHANGED
|
@@ -68,4 +68,15 @@ Object.keys(_typography).forEach(function (key) {
|
|
|
68
68
|
return _typography[key];
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
|
+
});
|
|
72
|
+
var _utils = require("./utils");
|
|
73
|
+
Object.keys(_utils).forEach(function (key) {
|
|
74
|
+
if (key === "default" || key === "__esModule") return;
|
|
75
|
+
if (key in exports && exports[key] === _utils[key]) return;
|
|
76
|
+
Object.defineProperty(exports, key, {
|
|
77
|
+
enumerable: true,
|
|
78
|
+
get: function () {
|
|
79
|
+
return _utils[key];
|
|
80
|
+
}
|
|
81
|
+
});
|
|
71
82
|
});
|
package/lib/types/toast.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type * as React from 'react';
|
|
2
|
+
import type { Over } from './utils';
|
|
2
3
|
export declare const POSITIONS: {
|
|
3
4
|
readonly TOP_CENTER: "topCenter";
|
|
4
5
|
readonly TOP_LEFT: "topLeft";
|
|
@@ -20,9 +21,9 @@ export type ToastOptions = {
|
|
|
20
21
|
autoClose?: boolean;
|
|
21
22
|
uniqueCode?: string | number;
|
|
22
23
|
};
|
|
23
|
-
export type optionTypes = ToastOptions
|
|
24
|
+
export type optionTypes = Over<ToastOptions, {
|
|
24
25
|
id: string;
|
|
25
26
|
key?: string;
|
|
26
|
-
}
|
|
27
|
+
}>;
|
|
27
28
|
export type callbackFuncTypes = (type: actionTypes, content: contentTypes, options: optionTypes) => void;
|
|
28
29
|
//# sourceMappingURL=toast.d.ts.map
|
package/lib/types/toast.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../src/types/toast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../src/types/toast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,SAAS,CAAC;AAGlC,eAAO,MAAM,SAAS;;;;;;;CAOZ,CAAC;AAEX,eAAO,MAAM,OAAO;;;CAGV,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AACvE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AACjE,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,SAAS,CAAC;AAE3C,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,YAAY,EACZ;IACE,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAC9B,IAAI,EAAE,WAAW,EACjB,OAAO,EAAE,YAAY,EACrB,OAAO,EAAE,WAAW,KACjB,IAAI,CAAC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ------------------------------------------------------------------------
|
|
3
|
+
* Utility types for Flow-style spread + override semantics
|
|
4
|
+
* ------------------------------------------------------------------------
|
|
5
|
+
*
|
|
6
|
+
* WHY THIS Type EXISTS
|
|
7
|
+
* --------------------
|
|
8
|
+
* In Flow you can write:
|
|
9
|
+
*
|
|
10
|
+
* type B = { ...A, c: number };
|
|
11
|
+
*
|
|
12
|
+
* which means "take all of A's properties, but if there is a conflict,
|
|
13
|
+
* override with the new definition." In TypeScript, doing the naive
|
|
14
|
+
*
|
|
15
|
+
* type B = A & { c: number };
|
|
16
|
+
*
|
|
17
|
+
* will give you `c: string & number` (=> `never`) instead of the
|
|
18
|
+
* intended override. That leads to subtle bugs or unusable types.
|
|
19
|
+
*
|
|
20
|
+
* To avoid this pitfall and to set a clear team standard, we define
|
|
21
|
+
* short utilities here (`Over`, `OverAll`, etc.) that encode the
|
|
22
|
+
* intended semantics: **include everything from the left, right side
|
|
23
|
+
* wins on conflicts**.
|
|
24
|
+
*
|
|
25
|
+
*
|
|
26
|
+
* WHAT EACH UTILITY DOES
|
|
27
|
+
* ----------------------
|
|
28
|
+
*
|
|
29
|
+
* Over<T, R>
|
|
30
|
+
* - Include all properties from T
|
|
31
|
+
* - Add properties from R
|
|
32
|
+
* - For overlapping keys, R overrides T
|
|
33
|
+
*
|
|
34
|
+
* OverAll<T, [R1, R2, ...]>
|
|
35
|
+
* - Fold multiple overrides in sequence, left → right
|
|
36
|
+
* - Equivalent to: Over(Over(Over(T, R1), R2), ...)
|
|
37
|
+
* - Rightmost definition of a key always wins
|
|
38
|
+
*
|
|
39
|
+
* OverOnly<T, R>
|
|
40
|
+
* - Same as Over, but disallows adding brand-new keys
|
|
41
|
+
* - Useful when you want to enforce "true override only"
|
|
42
|
+
*
|
|
43
|
+
* OverAllOnly<T, [R1, R2, ...]>
|
|
44
|
+
* - Same as OverAll, but strict: every key in every R must
|
|
45
|
+
* already exist in T (or an earlier override)
|
|
46
|
+
*
|
|
47
|
+
*
|
|
48
|
+
* EXAMPLES
|
|
49
|
+
* --------
|
|
50
|
+
*
|
|
51
|
+
* // Base shape
|
|
52
|
+
* type A = { a: boolean; b: number; c: string };
|
|
53
|
+
*
|
|
54
|
+
* // Simple override
|
|
55
|
+
* type B = Over<A, { c: number }>;
|
|
56
|
+
* // => { a: boolean; b: number; c: number }
|
|
57
|
+
*
|
|
58
|
+
* // Multiple overrides
|
|
59
|
+
* type C = OverAll<A, [
|
|
60
|
+
* { c: number },
|
|
61
|
+
* { b: string },
|
|
62
|
+
* { d: Date }
|
|
63
|
+
* ]>;
|
|
64
|
+
* // => { a: boolean; c: number; b: string; d: Date }
|
|
65
|
+
*
|
|
66
|
+
* // Strict variant (no new keys allowed)
|
|
67
|
+
* type D = OverOnly<A, { c: number }>; // OK
|
|
68
|
+
* type E = OverOnly<A, { d: Date }>; // ERROR (d not in A)
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* DESIGN SYSTEM USAGE
|
|
72
|
+
* -------------------
|
|
73
|
+
* - Use **Over** by default whenever you would otherwise write
|
|
74
|
+
* `A & { ... }`. This ensures right-biased override and prevents
|
|
75
|
+
* "never" bugs.
|
|
76
|
+
*
|
|
77
|
+
* - Use **OverAll** if you are combining 3+ prop bags or when you
|
|
78
|
+
* have `A & B & C & { ... }`.
|
|
79
|
+
*
|
|
80
|
+
* - Use **OverOnly / OverAllOnly** when you want to *forbid*
|
|
81
|
+
* introducing brand-new props, e.g. when extending a public API
|
|
82
|
+
* contract that must not grow new keys.
|
|
83
|
+
*
|
|
84
|
+
*
|
|
85
|
+
* TEAM STANDARD
|
|
86
|
+
* -------------
|
|
87
|
+
* ✅ Always prefer Over / OverAll for prop composition in DS components.
|
|
88
|
+
* ❌ Avoid raw `& { ... }` intersections for overrides — they will
|
|
89
|
+
* produce `never` on conflicts.
|
|
90
|
+
*
|
|
91
|
+
* This makes our type contracts predictable, Flow-like, and safer
|
|
92
|
+
* against accidental regressions when new keys are added upstream.
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
export type Over<T extends object, R extends object> = Omit<T, keyof R> & R;
|
|
96
|
+
export type OverAll<T extends object, Rs extends readonly object[]> = Rs extends [infer H extends object, ...infer Tail extends readonly object[]] ? OverAll<Over<T, H>, Tail> : T;
|
|
97
|
+
export type OverOnly<T extends object, R extends {
|
|
98
|
+
[K in keyof R & keyof T]: unknown;
|
|
99
|
+
} & object> = Omit<T, keyof R> & R;
|
|
100
|
+
export type OverAllOnly<T extends object, Rs extends readonly object[]> = Rs extends [infer H extends object, ...infer Tail extends readonly object[]] ? OverAllOnly<OverOnly<T, H>, Tail> : T;
|
|
101
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/types/utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6FG;AAEH,MAAM,MAAM,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,IAAI,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;AAE5E,MAAM,MAAM,OAAO,CACjB,CAAC,SAAS,MAAM,EAChB,EAAE,SAAS,SAAS,MAAM,EAAE,IAC1B,EAAE,SAAS,CAAC,MAAM,CAAC,SAAS,MAAM,EAAE,GAAG,MAAM,IAAI,SAAS,SAAS,MAAM,EAAE,CAAC,GAC5E,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,GACzB,CAAC,CAAC;AAGN,MAAM,MAAM,QAAQ,CAClB,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS;KAAE,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,OAAO;CAAC,GAAG,MAAM,IACpD,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;AAEzB,MAAM,MAAM,WAAW,CACrB,CAAC,SAAS,MAAM,EAChB,EAAE,SAAS,SAAS,MAAM,EAAE,IAC1B,EAAE,SAAS,CAAC,MAAM,CAAC,SAAS,MAAM,EAAE,GAAG,MAAM,IAAI,SAAS,SAAS,MAAM,EAAE,CAAC,GAC5E,WAAW,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,GACjC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaced-out/ui-design-system",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Sense UI components library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Spaced Out"
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"@babel/core": "^7.18.13",
|
|
74
74
|
"@babel/eslint-parser": "^7.28.0",
|
|
75
75
|
"@babel/eslint-plugin": "^7.25.9",
|
|
76
|
+
"@babel/parser": "^7.28.3",
|
|
76
77
|
"@babel/preset-env": "^7.28.3",
|
|
77
78
|
"@babel/preset-react": "^7.27.1",
|
|
78
79
|
"@babel/preset-typescript": "^7.27.1",
|
|
@@ -126,6 +127,7 @@
|
|
|
126
127
|
"eslint-plugin-storybook": "^9.1.2",
|
|
127
128
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
128
129
|
"flow-bin": "^0.184.0",
|
|
130
|
+
"glob": "^11.0.3",
|
|
129
131
|
"globals": "^16.3.0",
|
|
130
132
|
"gulp": "^4.0.2",
|
|
131
133
|
"gulp-babel": "^8.0.0",
|
|
@@ -139,6 +141,7 @@
|
|
|
139
141
|
"prettier": "^2.5.1",
|
|
140
142
|
"react": "^19.1.0",
|
|
141
143
|
"react-dom": "^19.1.0",
|
|
144
|
+
"recast": "^0.23.11",
|
|
142
145
|
"rimraf": "^3.0.2",
|
|
143
146
|
"simple-git": "^3.12.0",
|
|
144
147
|
"standard-version": "^9.5.0",
|