@razorpay/blade 6.4.0 → 6.5.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,5 +1,26 @@
1
1
  # @razorpay/blade
2
2
 
3
+ ## 6.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 86cd05a6: chore(blade): update meta constant of Box
8
+
9
+ ## 6.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - a4be1b06: feat(Layout Primitives): Add `Box` Component and Styled Props to Blade Components
14
+
15
+ Documentation: https://blade.razorpay.com/?path=/docs/components-layout-primitives-box-layout-primitives-tutorial--page
16
+
17
+ **Breakpoint Token Changes**
18
+
19
+ `max` breakpoint is removed as it wasn't used and had same value as `xl`.
20
+ Through our audit, we didn't find any usage of this token. If you happen to use this somewhere, you can rename `breakpoints.max` to `breakpoints.xl`
21
+
22
+ - 2c7034b7: feat(Input): add onSubmit prop on BaseInput, TextInput, TextArea, & PasswordInput for react-native
23
+
3
24
  ## 6.4.0
4
25
 
5
26
  ### Minor Changes