@sproutsocial/racine 25.7.0 → 25.9.0
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 +30 -0
- package/commonjs/Breadcrumb/Breadcrumb.js +5 -5
- package/commonjs/Listbox/Listbox.js +6 -6
- package/commonjs/Menu/Menu.js +17 -17
- package/commonjs/Menu/styles.js +5 -5
- package/dist/dynamicProps.json +1 -1
- package/dist/types/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/types/Breadcrumb/BreadcrumbTypes.d.ts +1 -1
- package/dist/types/Breadcrumb/BreadcrumbTypes.d.ts.map +1 -1
- package/dist/types/Listbox/Listbox.d.ts +9 -9
- package/dist/types/Listbox/Listbox.d.ts.map +1 -1
- package/dist/types/Listbox/ListboxTypes.d.ts +2 -2
- package/dist/types/Listbox/ListboxTypes.d.ts.map +1 -1
- package/dist/types/Menu/Menu.d.ts +2 -2
- package/dist/types/Menu/Menu.d.ts.map +1 -1
- package/dist/types/Menu/MenuTypes.d.ts +4 -4
- package/dist/types/Menu/MenuTypes.d.ts.map +1 -1
- package/dist/types/Menu/styles.d.ts +3 -3
- package/dist/types/Menu/styles.d.ts.map +1 -1
- package/dist/types/Tabs/TabsTypes.d.ts +1 -1
- package/dist/types/Tabs/TabsTypes.d.ts.map +1 -1
- package/lib/Breadcrumb/Breadcrumb.js +3 -2
- package/lib/Listbox/Listbox.js +3 -2
- package/lib/Menu/Menu.js +7 -7
- package/lib/Menu/styles.js +2 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,mBAAmB,EACnB,uBAAuB,EACxB,MAAM,mBAAmB,CAAC;AAgB3B,QAAA,MAAM,UAAU;iDAKb,mBAAmB;;sCAfnB,uBAAuB;;;CAmDzB,CAAC;AAKF,eAAe,UAAU,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import type { TypeStyledComponentsCommonProps } from "../types/styled-components";
|
|
3
3
|
import type { TypeSystemCommonProps } from "@sproutsocial/seeds-react-system-props";
|
|
4
|
-
export type { TypeLinkProps as TypeBreadcrumbItemProps } from "
|
|
4
|
+
export type { TypeLinkProps as TypeBreadcrumbItemProps } from "@sproutsocial/seeds-react-link";
|
|
5
5
|
export interface TypeBreadcrumbProps extends TypeStyledComponentsCommonProps, TypeSystemCommonProps, Omit<React.ComponentPropsWithoutRef<"nav">, "color"> {
|
|
6
6
|
children: React.ReactNode;
|
|
7
7
|
/** Description of the type of navigation being provided by the breadcrumb (i.e. "Asset library breadcrumb") */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbTypes.d.ts","sourceRoot":"","sources":["../../../src/Breadcrumb/BreadcrumbTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AACpF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAEpF,YAAY,EAAE,aAAa,IAAI,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BreadcrumbTypes.d.ts","sourceRoot":"","sources":["../../../src/Breadcrumb/BreadcrumbTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AACpF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAEpF,YAAY,EAAE,aAAa,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAE/F,MAAM,WAAW,mBACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IACtD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,+GAA+G;IAC/G,SAAS,EAAE,MAAM,CAAC;IAElB,eAAe;IACf,QAAQ,CAAC,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;KACvB,CAAC;CACH"}
|
|
@@ -2,35 +2,35 @@ import type { TypeListboxProps, TypeListboxButtonProps } from "./ListboxTypes";
|
|
|
2
2
|
export declare const Listbox: {
|
|
3
3
|
({ role, children, ...rest }: TypeListboxProps): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
Option: {
|
|
5
|
-
({ id: idProp, index: indexProp, as, children, role: roleProp, elemBefore, elemAfter, value: valueProp, onKeyPress, onClick, selected, disabled, indeterminate, label: labelProp, active: activeProp, ...props }: import("
|
|
5
|
+
({ id: idProp, index: indexProp, as, children, role: roleProp, elemBefore, elemAfter, value: valueProp, onKeyPress, onClick, selected, disabled, indeterminate, label: labelProp, active: activeProp, ...props }: import("..").TypeMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
Item: {
|
|
9
|
-
({ id: idProp, index: indexProp, as, children, role: roleProp, elemBefore, elemAfter, value: valueProp, onKeyPress, onClick, selected, disabled, indeterminate, label: labelProp, active: activeProp, ...props }: import("
|
|
9
|
+
({ id: idProp, index: indexProp, as, children, role: roleProp, elemBefore, elemAfter, value: valueProp, onKeyPress, onClick, selected, disabled, indeterminate, label: labelProp, active: activeProp, ...props }: import("..").TypeMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
displayName: string;
|
|
11
11
|
};
|
|
12
12
|
Checkbox: {
|
|
13
|
-
(props: import("
|
|
13
|
+
(props: import("..").TypeMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
displayName: string;
|
|
15
15
|
};
|
|
16
16
|
Radio: {
|
|
17
|
-
(props: import("
|
|
17
|
+
(props: import("..").TypeMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
Switch: {
|
|
21
|
-
(props: import("
|
|
21
|
+
(props: import("..").TypeMenuSwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
Group: {
|
|
25
|
-
({ children, title, titleAs, disabled: isDisabled, ...props }: import("
|
|
25
|
+
({ children, title, titleAs, disabled: isDisabled, ...props }: import("..").TypeMenuGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
26
26
|
displayName: string;
|
|
27
27
|
};
|
|
28
28
|
Divider: {
|
|
29
|
-
(props: import("
|
|
29
|
+
(props: import("@sproutsocial/seeds-react-box").TypeBoxProps): import("react/jsx-runtime").JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
FilterInput: {
|
|
33
|
-
({ type, ...props }: import("
|
|
33
|
+
({ type, ...props }: import("@sproutsocial/seeds-react-input").TypeInputProps): import("react/jsx-runtime").JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
@@ -38,7 +38,7 @@ export declare const Listbox: {
|
|
|
38
38
|
* These styles are copied from @sproutsocial/racine/commonjs/Select/styles and applied at the root element since
|
|
39
39
|
* the Listbox component doesn't render a select.
|
|
40
40
|
*/
|
|
41
|
-
export declare const ListboxButtonContainer: import("styled-components").StyledComponent<({ content, popoutProps, children, onClick, closeOnItemClick, id, placement, isOpen, setIsOpen, ...props }: import("
|
|
41
|
+
export declare const ListboxButtonContainer: import("styled-components").StyledComponent<({ content, popoutProps, children, onClick, closeOnItemClick, id, placement, isOpen, setIsOpen, ...props }: import("..").TypeMenuButtonProps) => import("react/jsx-runtime").JSX.Element, import("styled-components").DefaultTheme, {}, never>;
|
|
42
42
|
export declare const ListboxButton: ({ children, ...restProps }: TypeListboxButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
43
43
|
export default Listbox;
|
|
44
44
|
//# sourceMappingURL=Listbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Listbox.d.ts","sourceRoot":"","sources":["../../../src/Listbox/Listbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Listbox.d.ts","sourceRoot":"","sources":["../../../src/Listbox/Listbox.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAC/E,eAAO,MAAM,OAAO;kCAIjB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,4RAuDlC,CAAC;AACF,eAAO,MAAM,aAAa,+BAGvB,sBAAsB,4CAaxB,CAAC;AAQF,eAAe,OAAO,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { TypeButtonProps } from "
|
|
2
|
+
import { TypeButtonProps } from "@sproutsocial/seeds-react-button";
|
|
3
3
|
import { TypePopoutProps } from "@sproutsocial/seeds-react-popout";
|
|
4
|
-
import { TypeMenuProps, TypeMenuButtonContext, TypeMenuButtonProps } from "../Menu";
|
|
4
|
+
import { TypeMenuProps, TypeMenuButtonContext, TypeMenuButtonProps } from "../Menu/MenuTypes";
|
|
5
5
|
export interface TypeListboxProps extends TypeMenuProps {
|
|
6
6
|
role?: "listbox";
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListboxTypes.d.ts","sourceRoot":"","sources":["../../../src/Listbox/ListboxTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ListboxTypes.d.ts","sourceRoot":"","sources":["../../../src/Listbox/ListboxTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,OAAO,EACL,aAAa,EACb,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,WAAW,gBAAiB,SAAQ,aAAa;IACrD,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,sBACf,SAAQ,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,EACtC,qBAAqB,EACrB,mBAAmB;IACrB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IACrC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TypeBoxProps } from "
|
|
2
|
-
import { TypeInputProps } from "
|
|
1
|
+
import { TypeBoxProps } from "@sproutsocial/seeds-react-box";
|
|
2
|
+
import { TypeInputProps } from "@sproutsocial/seeds-react-input";
|
|
3
3
|
import type { TypeMenuButtonProps, TypeMenuGroupProps, TypeMenuItemProps, TypeMenuProps, TypeMenuSwitchProps } from "./MenuTypes";
|
|
4
4
|
export declare const MenuItem: {
|
|
5
5
|
({ id: idProp, index: indexProp, as, children, role: roleProp, elemBefore, elemAfter, value: valueProp, onKeyPress, onClick, selected, disabled, indeterminate, label: labelProp, active: activeProp, ...props }: TypeMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../src/Menu/Menu.tsx"],"names":[],"mappings":"AAcA,OAAY,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../src/Menu/Menu.tsx"],"names":[],"mappings":"AAcA,OAAY,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAIlE,OAAc,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAKxE,OAAO,KAAK,EACV,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EAEjB,aAAa,EAEb,mBAAmB,EACpB,MAAM,aAAa,CAAC;AA8CrB,eAAO,MAAM,QAAQ;sNAiBlB,iBAAiB;;CA4LnB,CAAC;AACF,eAAO,MAAM,YAAY;YAAW,iBAAiB;;CAEpD,CAAC;AACF,eAAO,MAAM,SAAS;YAAW,iBAAiB;;CAEjD,CAAC;AAEF,eAAO,MAAM,UAAU;YAAW,mBAAmB;;CA8CpD,CAAC;AAUF,eAAO,MAAM,SAAS;mEAMnB,kBAAkB;;CA2BpB,CAAC;AAEF,eAAO,MAAM,WAAW;YAAW,YAAY;;CAQ9C,CAAC;AA4FF,eAAO,MAAM,IAAI;0FASd,aAAa;;;uEA1Ib,kBAAkB;;;;0NAlQlB,iBAAiB;;;;gBA6LgB,iBAAiB;;;;gBAGpB,iBAAiB;;;;gBAIhB,mBAAmB;;;;gBA2FlB,YAAY;;;;6BAUS,cAAc;;;CAuJrE,CAAC;AAuBF,eAAO,MAAM,UAAU,8GAWpB,mBAAmB,4CAwDrB,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { TypeStyledComponentsCommonProps } from "../types/styled-components";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import type { TypeBoxProps } from "
|
|
4
|
-
import type { TypeButtonProps } from "
|
|
5
|
-
import type { TypeTextProps } from "
|
|
3
|
+
import type { TypeBoxProps } from "@sproutsocial/seeds-react-box";
|
|
4
|
+
import type { TypeButtonProps } from "@sproutsocial/seeds-react-button";
|
|
5
|
+
import type { TypeTextProps } from "@sproutsocial/seeds-react-text";
|
|
6
6
|
import type { TypePopoutProps } from "@sproutsocial/seeds-react-popout";
|
|
7
|
-
import type { TypeSwitchProps } from "
|
|
7
|
+
import type { TypeSwitchProps } from "@sproutsocial/seeds-react-switch";
|
|
8
8
|
import { MENU_ITEM_ROLES, MENU_ROLES } from "./utils/constants";
|
|
9
9
|
export type TypeMenuRoles = (typeof MENU_ROLES)[keyof typeof MENU_ROLES];
|
|
10
10
|
export type TypeMenuItemRoles = (typeof MENU_ITEM_ROLES)[keyof typeof MENU_ITEM_ROLES];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuTypes.d.ts","sourceRoot":"","sources":["../../../src/Menu/MenuTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"MenuTypes.d.ts","sourceRoot":"","sources":["../../../src/Menu/MenuTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TypeMenuItemContainerProps } from "
|
|
2
|
-
export declare const MenuItemContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("
|
|
3
|
-
export declare const MenuItemsContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("
|
|
1
|
+
import type { TypeMenuItemContainerProps } from "./MenuTypes";
|
|
2
|
+
export declare const MenuItemContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("@sproutsocial/seeds-react-box").TypeBoxProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, TypeMenuItemContainerProps, never>;
|
|
3
|
+
export declare const MenuItemsContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("@sproutsocial/seeds-react-box").TypeBoxProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
4
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Menu/styles.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Menu/styles.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAE9D,eAAO,MAAM,iBAAiB,wRA8E7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,gQAQ9B,CAAC"}
|
|
@@ -9,7 +9,7 @@ export interface TypeTabButtonsProps extends TypeButtonProps {
|
|
|
9
9
|
}
|
|
10
10
|
export interface TypeTabsProps extends TypeStyledComponentsCommonProps, TypeSystemCommonProps, Omit<React.ComponentPropsWithoutRef<"ul">, keyof TypeSystemCommonProps | "onSelect"> {
|
|
11
11
|
children: React.ReactNode;
|
|
12
|
-
onSelect
|
|
12
|
+
onSelect(id: string): void;
|
|
13
13
|
/** Whether or not the tabs should stretch to fill the width of their container */
|
|
14
14
|
fullWidth?: boolean;
|
|
15
15
|
qa?: object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabsTypes.d.ts","sourceRoot":"","sources":["../../../src/Tabs/TabsTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IAC1D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,8CAA8C;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,aACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,IAAI,CACF,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,EACpC,MAAM,qBAAqB,GAAG,UAAU,CACzC;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"TabsTypes.d.ts","sourceRoot":"","sources":["../../../src/Tabs/TabsTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IAC1D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,8CAA8C;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,aACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,IAAI,CACF,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,EACpC,MAAM,qBAAqB,GAAG,UAAU,CACzC;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,kFAAkF;IAClF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,6BAA6B;IAC7B,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -9,8 +9,9 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
9
9
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
10
10
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
11
11
|
import * as React from "react";
|
|
12
|
-
import Icon from "
|
|
13
|
-
import Link from "
|
|
12
|
+
import Icon from "@sproutsocial/seeds-react-icon";
|
|
13
|
+
import Link from "@sproutsocial/seeds-react-link";
|
|
14
|
+
// eslint-disable-next-line no-restricted-imports
|
|
14
15
|
import { MenuButton } from "../Menu";
|
|
15
16
|
import Nav from "./styles";
|
|
16
17
|
import { jsx as _jsx } from "react/jsx-runtime";
|
package/lib/Listbox/Listbox.js
CHANGED
|
@@ -11,8 +11,9 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
11
11
|
import * as React from "react";
|
|
12
12
|
import styled, { css } from "styled-components";
|
|
13
13
|
import { MENU_ROLES } from "../Menu/utils/constants";
|
|
14
|
-
import { Arrow } from "
|
|
15
|
-
import Icon from "
|
|
14
|
+
import { Arrow } from "@sproutsocial/seeds-react-select";
|
|
15
|
+
import Icon from "@sproutsocial/seeds-react-icon";
|
|
16
|
+
// eslint-disable-next-line no-restricted-imports
|
|
16
17
|
import Menu, { MenuButton } from "../Menu";
|
|
17
18
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
18
19
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
package/lib/Menu/Menu.js
CHANGED
|
@@ -27,15 +27,15 @@ import uniqueId from "lodash.uniqueid";
|
|
|
27
27
|
import { useTextContent } from "@sproutsocial/seeds-react-hooks";
|
|
28
28
|
import innerText from "../utils/innerText";
|
|
29
29
|
import { disabled } from "@sproutsocial/seeds-react-mixins";
|
|
30
|
-
import Box from "
|
|
31
|
-
import Button from "
|
|
30
|
+
import Box from "@sproutsocial/seeds-react-box";
|
|
31
|
+
import Button from "@sproutsocial/seeds-react-button";
|
|
32
32
|
import Checkbox from "@sproutsocial/seeds-react-checkbox";
|
|
33
|
-
import Icon from "
|
|
34
|
-
import Input from "
|
|
33
|
+
import Icon from "@sproutsocial/seeds-react-icon";
|
|
34
|
+
import Input from "@sproutsocial/seeds-react-input";
|
|
35
35
|
import Popout from "@sproutsocial/seeds-react-popout";
|
|
36
|
-
import Radio from "
|
|
37
|
-
import Switch from "
|
|
38
|
-
import Text from "
|
|
36
|
+
import Radio from "@sproutsocial/seeds-react-radio";
|
|
37
|
+
import Switch from "@sproutsocial/seeds-react-switch";
|
|
38
|
+
import Text from "@sproutsocial/seeds-react-text";
|
|
39
39
|
import { MENU_ITEM_ROLES, MENU_ROLES, DescendantProvider, useDescendant, useDescendants, MenuButtonContext, MenuContext, MenuDescendantContext, useMenuKeyDown } from "./utils";
|
|
40
40
|
import { MenuItemContainer, MenuItemsContainer } from "./styles";
|
|
41
41
|
|
package/lib/Menu/styles.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import styled, { css } from "styled-components";
|
|
2
2
|
import { disabled, focusRing } from "@sproutsocial/seeds-react-mixins";
|
|
3
|
-
import Box from "
|
|
4
|
-
import { StyledSwitchButton as Switch } from "
|
|
3
|
+
import Box from "@sproutsocial/seeds-react-box";
|
|
4
|
+
import { StyledSwitchButton as Switch } from "@sproutsocial/seeds-react-switch";
|
|
5
5
|
export var MenuItemContainer = styled(Box).withConfig({
|
|
6
6
|
displayName: "styles__MenuItemContainer",
|
|
7
7
|
componentId: "sc-168zlb1-0"
|