@razorpay/blade 7.0.1 → 7.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @razorpay/blade
2
2
 
3
+ ## 7.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 6f7ec83f: fix(Box): add correct prop types in react native Box
8
+ - abc4c156: fix(colors): incorrect value of ashGrayLight.1200
9
+
10
+ There was a typo earlier in the value of the token.
11
+
12
+ - fce1c767: feat(TextInput): add note on `type="number"` attribute
13
+ - c0701725: fix: remove internal BaseBox export (no change for consumers)
14
+
15
+ ## 7.0.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 71b4a85b: feat: add `htmlTitle` prop support for Link component on web
20
+
3
21
  ## 7.0.1
4
22
 
5
23
  ### Patch Changes