@takaro/lib-components 0.4.0 → 0.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takaro/lib-components",
3
- "version": "0.4.0",
3
+ "version": "0.4.3",
4
4
  "private": false,
5
5
  "description": "Takaro UI is a simple and customizable component library to build React apps faster within the Takaro eco system",
6
6
  "license": "AGPL-3.0-or-later",
@@ -3,7 +3,7 @@
3
3
  exports[`Should render <Chip/> 1`] = `
4
4
  <div>
5
5
  <div
6
- style="padding: .5rem; max-width: 100%;"
6
+ style="padding: 0.5rem; max-width: 100%;"
7
7
  >
8
8
  <div
9
9
  style="display: flex; align-items: center; gap: .5rem;"
@@ -14,17 +14,17 @@ exports[`Should render <Chip/> 1`] = `
14
14
  Something went wrong!
15
15
  </strong>
16
16
  <button
17
- style="appearance: none; font-size: .6em; border: 1px solid currentcolor; padding: .1rem .2rem; font-weight: bold; border-radius: .25rem;"
17
+ style="appearance: none; font-size: 0.6em; border: 1px solid currentcolor; padding: 0.1rem 0.2rem; font-weight: bold; border-radius: .25rem;"
18
18
  >
19
19
  Hide Error
20
20
  </button>
21
21
  </div>
22
22
  <div
23
- style="height: .25rem;"
23
+ style="height: 0.25rem;"
24
24
  />
25
25
  <div>
26
26
  <pre
27
- style="font-size: .7em; border: 1px solid red; border-radius: .25rem; padding: .3rem; color: red; overflow: auto;"
27
+ style="font-size: 0.7em; border: 1px solid red; border-radius: .25rem; padding: 0.3rem; color: red; overflow: auto;"
28
28
  >
29
29
  <code>
30
30
  Passed an incorrect argument to a color function, please pass a string representation of a color.