@hortiview/shared-components 0.0.11587 → 0.0.11589

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # HortiView Shared Components
2
2
 
3
- This is a shared component library. It should used in the HortiView platform and its modules.
3
+ This is a shared components library. It should be used in the HortiView platform and its modules.
4
4
 
5
5
  ## Install
6
6
 
@@ -10,10 +10,9 @@ This is a shared component library. It should used in the HortiView platform and
10
10
 
11
11
  ## Prerequisites
12
12
 
13
- This library is based in Bayers element component library. To use it properly you need to install this package first.
14
- To get access to this restricted package please contact your Bayer contact person.
13
+ This library is based on a public version of Bayer's Element component library.
15
14
 
16
- After you gain access use `yarn add @element-public/react-components @element-public/themes` or `npm i @element-public/react-components @element-public/themes` to add the package to your solution.
15
+ Use `yarn add @element-public/react-components @element-public/themes` or `npm i @element-public/react-components @element-public/themes` to add the packages to your solution.
17
16
 
18
17
  ## Remarks
19
18
 
@@ -63,6 +62,7 @@ Additionally the library provides form components using [react-hook-form](https:
63
62
  1. [useBreakpoints](#usebreakpoints)
64
63
  1. [capitalizeFirstLetters](#capitalizefirstletters)
65
64
  1. [trimLeadingAndTrailingSpaces](#trimleadingandtrailingspaces)
65
+ 1. [getNumberAsLocaleString](#getnumberaslocalestring)
66
66
 
67
67
  ## Available Components:
68
68
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "0.0.11587",
4
+ "version": "0.0.11589",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",