genesys-spark-components-react 3.12.0 → 3.13.1

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 CHANGED
@@ -113,6 +113,8 @@ export declare const GuxTabLegacy: import("react").ForwardRefExoticComponent<JSX
113
113
  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>>;
114
114
  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>>;
115
115
  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>>;
116
+ 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>>;
117
+ 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>>;
116
118
  export declare const GuxTabs: import("react").ForwardRefExoticComponent<JSX.GuxTabs & Omit<import("react").HTMLAttributes<HTMLGuxTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabsElement>>;
117
119
  export declare const GuxTabsAdvanced: import("react").ForwardRefExoticComponent<JSX.GuxTabsAdvanced & Omit<import("react").HTMLAttributes<HTMLGuxTabsAdvancedElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabsAdvancedElement>>;
118
120
  export declare const GuxTabsLegacy: import("react").ForwardRefExoticComponent<JSX.GuxTabsLegacy & Omit<import("react").HTMLAttributes<HTMLGuxTabsLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabsLegacyElement>>;
package/dist/index.js CHANGED
@@ -115,6 +115,8 @@ export const GuxTabLegacy = /*@__PURE__*/ createReactComponent('gux-tab-legacy')
115
115
  export const GuxTabList = /*@__PURE__*/ createReactComponent('gux-tab-list');
116
116
  export const GuxTabPanel = /*@__PURE__*/ createReactComponent('gux-tab-panel');
117
117
  export const GuxTableBeta = /*@__PURE__*/ createReactComponent('gux-table-beta');
118
+ export const GuxTableSelectMenu = /*@__PURE__*/ createReactComponent('gux-table-select-menu');
119
+ export const GuxTableSelectPopover = /*@__PURE__*/ createReactComponent('gux-table-select-popover');
118
120
  export const GuxTabs = /*@__PURE__*/ createReactComponent('gux-tabs');
119
121
  export const GuxTabsAdvanced = /*@__PURE__*/ createReactComponent('gux-tabs-advanced');
120
122
  export const GuxTabsLegacy = /*@__PURE__*/ createReactComponent('gux-tabs-legacy');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "3.12.0",
3
+ "version": "3.13.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {