@sankhyalabs/core-docs 4.0.1 → 4.0.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.
@@ -203,20 +203,20 @@ Realiza o arredondamento de casas decimais de um numero.
203
203
  **`Example`**
204
204
 
205
205
  ```ts
206
- @ (100.12) | 100.12
207
- @ (100,12) | NaN
206
+ Informo: (100.12) | 100.12
207
+ Informo: (100,12) | NaN
208
208
 
209
- @ ("100.12", 1) | 100.1
210
- @ ("100.12", 2) | 100.12
211
- @ ("100.12", 3) | 100.12
209
+ Informo: ("100.12", 1) | 100.1
210
+ Informo: ("100.12", 2) | 100.12
211
+ Informo: ("100.12", 3) | 100.12
212
212
 
213
- @ ("100.15", 1) | 100.2
214
- @ ("100.15", 2) | 100.15
215
- @ ("100.15", 3) | 100.15
213
+ Informo: ("100.15", 1) | 100.2
214
+ Informo: ("100.15", 2) | 100.15
215
+ Informo: ("100.15", 3) | 100.15
216
216
 
217
- @ ("100.16", 1) | 100.2
218
- @ ("100.16", 2) | 100.16
219
- @ ("100.16", 3) | 100.16
217
+ Informo: ("100.16", 1) | 100.2
218
+ Informo: ("100.16", 2) | 100.16
219
+ Informo: ("100.16", 3) | 100.16
220
220
  ```
221
221
 
222
222
  #### Parameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [