genesys-spark-components-react 3.77.0 → 3.78.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/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -136,6 +136,7 @@ export declare const GuxTabDropdownOptionLegacy: import("react").ForwardRefExoti
|
|
|
136
136
|
export declare const GuxTabLegacy: import("react").ForwardRefExoticComponent<JSX.GuxTabLegacy & Omit<import("react").HTMLAttributes<HTMLGuxTabLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabLegacyElement>>;
|
|
137
137
|
export declare const GuxTabList: import("react").ForwardRefExoticComponent<JSX.GuxTabList & Omit<import("react").HTMLAttributes<HTMLGuxTabListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabListElement>>;
|
|
138
138
|
export declare const GuxTabPanel: import("react").ForwardRefExoticComponent<JSX.GuxTabPanel & Omit<import("react").HTMLAttributes<HTMLGuxTabPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabPanelElement>>;
|
|
139
|
+
export declare const GuxTabPanelBeta: import("react").ForwardRefExoticComponent<JSX.GuxTabPanelBeta & Omit<import("react").HTMLAttributes<HTMLGuxTabPanelBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabPanelBetaElement>>;
|
|
139
140
|
export declare const GuxTableBeta: import("react").ForwardRefExoticComponent<JSX.GuxTableBeta & Omit<import("react").HTMLAttributes<HTMLGuxTableBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableBetaElement>>;
|
|
140
141
|
export declare const GuxTableSelectMenu: import("react").ForwardRefExoticComponent<JSX.GuxTableSelectMenu & Omit<import("react").HTMLAttributes<HTMLGuxTableSelectMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableSelectMenuElement>>;
|
|
141
142
|
export declare const GuxTableSelectPopover: import("react").ForwardRefExoticComponent<JSX.GuxTableSelectPopover & Omit<import("react").HTMLAttributes<HTMLGuxTableSelectPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableSelectPopoverElement>>;
|
package/dist/index.js
CHANGED
|
@@ -138,6 +138,7 @@ export const GuxTabDropdownOptionLegacy = /*@__PURE__*/ createReactComponent('gu
|
|
|
138
138
|
export const GuxTabLegacy = /*@__PURE__*/ createReactComponent('gux-tab-legacy');
|
|
139
139
|
export const GuxTabList = /*@__PURE__*/ createReactComponent('gux-tab-list');
|
|
140
140
|
export const GuxTabPanel = /*@__PURE__*/ createReactComponent('gux-tab-panel');
|
|
141
|
+
export const GuxTabPanelBeta = /*@__PURE__*/ createReactComponent('gux-tab-panel-beta');
|
|
141
142
|
export const GuxTableBeta = /*@__PURE__*/ createReactComponent('gux-table-beta');
|
|
142
143
|
export const GuxTableSelectMenu = /*@__PURE__*/ createReactComponent('gux-table-select-menu');
|
|
143
144
|
export const GuxTableSelectPopover = /*@__PURE__*/ createReactComponent('gux-table-select-popover');
|