@pingux/astro 2.118.2-alpha.2 → 2.118.2
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.
@@ -8,7 +8,7 @@ The TimeField component allows users to enter and edit time values using a keybo
|
|
8
8
|
|
9
9
|
When using strings as props for different TimeValues, ensure that they adhere to the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
10
10
|
|
11
|
-
This component is built on [useTimeField](https://react-spectrum.adobe.com/react-aria/useTimeField.html) from React Aria
|
11
|
+
This component is built on [useTimeField](https://react-spectrum.adobe.com/react-aria/useTimeField.html) from React Aria.
|
12
12
|
and [useTimeFieldState](https://react-spectrum.adobe.com/react-stately/useTimeFieldState.html) from React Stately.
|
13
13
|
|
14
14
|
### Required components
|
@@ -8,7 +8,7 @@ The TimeField component allows users to enter and edit time values using a keybo
|
|
8
8
|
|
9
9
|
When using strings as props for different TimeValues, ensure that they adhere to the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
10
10
|
|
11
|
-
This component is built on [useTimeField](https://react-spectrum.adobe.com/react-aria/useTimeField.html) from React Aria
|
11
|
+
This component is built on [useTimeField](https://react-spectrum.adobe.com/react-aria/useTimeField.html) from React Aria.
|
12
12
|
and [useTimeFieldState](https://react-spectrum.adobe.com/react-stately/useTimeFieldState.html) from React Stately.
|
13
13
|
|
14
14
|
### Required components
|