@pingux/astro 2.52.0-alpha.2 → 2.52.0

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.
@@ -13,7 +13,7 @@ The NumberFields should:
13
13
  - Use formatOptions props to include unit symbols, as appropriate.
14
14
  - Have a clear and concise label to specify what value the user should enter.
15
15
 
16
- This component shouldn’t be used with other digit-based values like date, telephone, and Zip code.
16
+ This component should not be used with other digit-based values like date, telephone, and Zip code.
17
17
 
18
18
  ### Required components
19
19
 
@@ -13,7 +13,7 @@ The NumberFields should:
13
13
  - Use formatOptions props to include unit symbols, as appropriate.
14
14
  - Have a clear and concise label to specify what value the user should enter.
15
15
 
16
- This component shouldn’t be used with other digit-based values like date, telephone, and Zip code.
16
+ This component should not be used with other digit-based values like date, telephone, and Zip code.
17
17
 
18
18
  ### Required components
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.52.0-alpha.2",
3
+ "version": "2.52.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",