genesys-spark-components-react 4.136.0 → 4.137.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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ export declare const GuxCtaGroup: import("react").ForwardRefExoticComponent<JSX.
|
|
|
34
34
|
export declare const GuxDateBeta: import("react").ForwardRefExoticComponent<JSX.GuxDateBeta & Omit<import("react").HTMLAttributes<HTMLGuxDateBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDateBetaElement>>;
|
|
35
35
|
export declare const GuxDateTimeBeta: import("react").ForwardRefExoticComponent<JSX.GuxDateTimeBeta & Omit<import("react").HTMLAttributes<HTMLGuxDateTimeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDateTimeBetaElement>>;
|
|
36
36
|
export declare const GuxDatepicker: import("react").ForwardRefExoticComponent<JSX.GuxDatepicker & Omit<import("react").HTMLAttributes<HTMLGuxDatepickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDatepickerElement>>;
|
|
37
|
+
export declare const GuxDayBeta: import("react").ForwardRefExoticComponent<JSX.GuxDayBeta & Omit<import("react").HTMLAttributes<HTMLGuxDayBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDayBetaElement>>;
|
|
37
38
|
export declare const GuxDisclosureButtonLegacy: import("react").ForwardRefExoticComponent<JSX.GuxDisclosureButtonLegacy & Omit<import("react").HTMLAttributes<HTMLGuxDisclosureButtonLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDisclosureButtonLegacyElement>>;
|
|
38
39
|
export declare const GuxDismissButton: import("react").ForwardRefExoticComponent<JSX.GuxDismissButton & Omit<import("react").HTMLAttributes<HTMLGuxDismissButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDismissButtonElement>>;
|
|
39
40
|
export declare const GuxDropdown: import("react").ForwardRefExoticComponent<JSX.GuxDropdown & Omit<import("react").HTMLAttributes<HTMLGuxDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownElement>>;
|
package/dist/index.js
CHANGED
|
@@ -37,6 +37,7 @@ export const GuxCtaGroup = /*@__PURE__*/ createReactComponent('gux-cta-group');
|
|
|
37
37
|
export const GuxDateBeta = /*@__PURE__*/ createReactComponent('gux-date-beta');
|
|
38
38
|
export const GuxDateTimeBeta = /*@__PURE__*/ createReactComponent('gux-date-time-beta');
|
|
39
39
|
export const GuxDatepicker = /*@__PURE__*/ createReactComponent('gux-datepicker');
|
|
40
|
+
export const GuxDayBeta = /*@__PURE__*/ createReactComponent('gux-day-beta');
|
|
40
41
|
export const GuxDisclosureButtonLegacy = /*@__PURE__*/ createReactComponent('gux-disclosure-button-legacy');
|
|
41
42
|
export const GuxDismissButton = /*@__PURE__*/ createReactComponent('gux-dismiss-button');
|
|
42
43
|
export const GuxDropdown = /*@__PURE__*/ createReactComponent('gux-dropdown');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.137.1",
|
|
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.
|
|
22
|
+
"genesys-spark-components": "4.137.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 19",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/react": "17.0.76",
|
|
31
31
|
"@types/react-dom": "^17.0.26",
|
|
32
|
-
"eslint": "^9.
|
|
32
|
+
"eslint": "^9.23.0",
|
|
33
33
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
34
34
|
"globals": "^16.0.0",
|
|
35
35
|
"lint-staged": "^15.5.0",
|