genesys-spark-components-react 4.0.0-beta.14 → 4.0.0-beta.16

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
@@ -101,7 +101,7 @@ export declare const GuxTabAdvancedPanel: import("react").ForwardRefExoticCompon
101
101
  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>>;
102
102
  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>>;
103
103
  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>>;
104
- 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>>;
104
+ export declare const GuxTable: import("react").ForwardRefExoticComponent<JSX.GuxTable & Omit<import("react").HTMLAttributes<HTMLGuxTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableElement>>;
105
105
  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>>;
106
106
  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>>;
107
107
  export declare const GuxTableToolbarAction: import("react").ForwardRefExoticComponent<JSX.GuxTableToolbarAction & Omit<import("react").HTMLAttributes<HTMLGuxTableToolbarActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableToolbarActionElement>>;
package/dist/index.js CHANGED
@@ -103,7 +103,7 @@ export const GuxTabAdvancedPanel = /*@__PURE__*/ createReactComponent('gux-tab-a
103
103
  export const GuxTabList = /*@__PURE__*/ createReactComponent('gux-tab-list');
104
104
  export const GuxTabPanel = /*@__PURE__*/ createReactComponent('gux-tab-panel');
105
105
  export const GuxTabPanelBeta = /*@__PURE__*/ createReactComponent('gux-tab-panel-beta');
106
- export const GuxTableBeta = /*@__PURE__*/ createReactComponent('gux-table-beta');
106
+ export const GuxTable = /*@__PURE__*/ createReactComponent('gux-table');
107
107
  export const GuxTableSelectMenu = /*@__PURE__*/ createReactComponent('gux-table-select-menu');
108
108
  export const GuxTableSelectPopover = /*@__PURE__*/ createReactComponent('gux-table-select-popover');
109
109
  export const GuxTableToolbarAction = /*@__PURE__*/ createReactComponent('gux-table-toolbar-action');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.0.0-beta.14",
3
+ "version": "4.0.0-beta.16",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "version-sync": "npm version --no-git-tag-version --allow-same-version"
20
20
  },
21
21
  "dependencies": {
22
- "genesys-spark-components": "4.0.0-beta.14"
22
+ "genesys-spark-components": "4.0.0-beta.16"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",