@kwantis-id3/frontend-library 0.22.0-rc.0 → 0.22.1

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/changelog.md CHANGED
@@ -1,3 +1,8 @@
1
+ # v0.22.1
2
+ ## Patch Changes
3
+ - InputField font size is now `inherit`
4
+
5
+  
1
6
  # v0.22.0
2
7
  ## Minor Changes
3
8
  - Dropdown Items now accept a isHidden prop
package/dist/esm/index.js CHANGED
@@ -87,7 +87,7 @@ import*as e from"react";import t,{useLayoutEffect as u,useContext as n,createEle
87
87
  padding: 0px 10px;
88
88
  border-radius: 4px;
89
89
  font-family: inherit;
90
- font-size: 16px;
90
+ font-size: inherit;
91
91
  color: #333333;
92
92
  width: calc(100% - 22px);
93
93