@spscommerce/ds-react 8.37.6 → 8.37.8
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/lib/dateRangePicker/SpsDateRangePicker.d.ts +2 -1
- package/lib/dateTimeRangePicker/SpsDateTimeRangePicker.d.ts +2 -1
- package/lib/datepicker/SpsDatepicker.d.ts +2 -1
- package/lib/datepicker/SpsDatepickerCalendar.d.ts +1 -0
- package/lib/datetime/SpsDateTime.d.ts +0 -9
- package/lib/datetime/SpsLocaleProvider.d.ts +7 -0
- package/lib/datetime/index.d.ts +1 -0
- package/lib/datetime/localeDefinitions.d.ts +20 -0
- package/lib/datetime/momentLocale.d.ts +3 -0
- package/lib/index.js +11995 -13861
- package/lib/index.umd.cjs +741 -482
- package/lib/time-input/SpsTimeInput.d.ts +2 -1
- package/package.json +14 -14
- package/vite.config.mjs +1 -1
|
@@ -4,6 +4,7 @@ import type { SpsFormFieldMeta } from "../form/hooks/useSpsForm";
|
|
|
4
4
|
import type { SpsFormControl } from "../form";
|
|
5
5
|
export type SpsTimeInputProps = React.PropsWithChildren<SpsGlobalPropTypes & {
|
|
6
6
|
autoComplete?: string;
|
|
7
|
+
currentUser?: any;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
formControl?: SpsFormControl<string>;
|
|
9
10
|
formMeta?: SpsFormFieldMeta<string>;
|
|
@@ -14,4 +15,4 @@ export type SpsTimeInputProps = React.PropsWithChildren<SpsGlobalPropTypes & {
|
|
|
14
15
|
placeholder12h?: string;
|
|
15
16
|
placeholder24h?: string;
|
|
16
17
|
}> & React.HTMLAttributes<HTMLInputElement>;
|
|
17
|
-
export declare const SpsTimeInput: React.ForwardRefExoticComponent<Pick<SpsTimeInputProps, "formMeta" | "value" | "formControl" | keyof SpsGlobalPropTypes | "disabled" | "autoComplete" | keyof React.HTMLAttributes<HTMLInputElement> | "twentyFourHour" | "placeholder24h" | "placeholder12h"> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export declare const SpsTimeInput: React.ForwardRefExoticComponent<Pick<SpsTimeInputProps, "formMeta" | "value" | "formControl" | keyof SpsGlobalPropTypes | "disabled" | "autoComplete" | "currentUser" | keyof React.HTMLAttributes<HTMLInputElement> | "twentyFourHour" | "placeholder24h" | "placeholder12h"> & React.RefAttributes<HTMLDivElement>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/ds-react",
|
|
3
3
|
"description": "SPS Design System React components",
|
|
4
|
-
"version": "8.37.
|
|
4
|
+
"version": "8.37.8",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"moment-timezone": "^0.5.28",
|
|
47
47
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
48
48
|
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
49
|
-
"@sps-woodland/illustrations": "8.37.
|
|
50
|
-
"@sps-woodland/tabs": "8.37.
|
|
51
|
-
"@spscommerce/ds-colors": "8.37.
|
|
52
|
-
"@spscommerce/ds-shared": "8.37.
|
|
53
|
-
"@spscommerce/i18n": "8.37.
|
|
54
|
-
"@spscommerce/positioning": "8.37.
|
|
49
|
+
"@sps-woodland/illustrations": "8.37.8",
|
|
50
|
+
"@sps-woodland/tabs": "8.37.8",
|
|
51
|
+
"@spscommerce/ds-colors": "8.37.8",
|
|
52
|
+
"@spscommerce/ds-shared": "8.37.8",
|
|
53
|
+
"@spscommerce/i18n": "8.37.8",
|
|
54
|
+
"@spscommerce/positioning": "8.37.8"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@react-spectrum/provider": "^3.4.1",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"raf-stub": "^3.0.0",
|
|
74
74
|
"react": "^16.9.0",
|
|
75
75
|
"react-dom": "^16.9.0",
|
|
76
|
-
"@sps-woodland/illustrations": "8.37.
|
|
77
|
-
"@sps-woodland/tabs": "8.37.
|
|
78
|
-
"@spscommerce/ds-colors": "8.37.
|
|
79
|
-
"@spscommerce/ds-shared": "8.37.
|
|
80
|
-
"@spscommerce/i18n": "8.37.
|
|
81
|
-
"@spscommerce/positioning": "8.37.
|
|
82
|
-
"test": "8.37.
|
|
76
|
+
"@sps-woodland/illustrations": "8.37.8",
|
|
77
|
+
"@sps-woodland/tabs": "8.37.8",
|
|
78
|
+
"@spscommerce/ds-colors": "8.37.8",
|
|
79
|
+
"@spscommerce/ds-shared": "8.37.8",
|
|
80
|
+
"@spscommerce/i18n": "8.37.8",
|
|
81
|
+
"@spscommerce/positioning": "8.37.8",
|
|
82
|
+
"test": "8.37.8"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"build": "pnpm run build:js && pnpm run build:types",
|
package/vite.config.mjs
CHANGED