@razorpay/blade 7.0.2 → 7.0.4
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 +18 -0
- package/build/components/index.d.ts +234 -595
- package/build/components/index.native.d.ts +224 -288
- package/build/components/index.native.js +18 -16
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +173 -95
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/build/tokens/index.native.js +1 -1
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +1 -1
- package/build/tokens/index.web.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @razorpay/blade
|
|
2
2
|
|
|
3
|
+
## 7.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e3d5321c: perf(blade): integrate SectionList in ActionList
|
|
8
|
+
|
|
9
|
+
## 7.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6f7ec83f: fix(Box): add correct prop types in react native Box
|
|
14
|
+
- abc4c156: fix(colors): incorrect value of ashGrayLight.1200
|
|
15
|
+
|
|
16
|
+
There was a typo earlier in the value of the token.
|
|
17
|
+
|
|
18
|
+
- fce1c767: feat(TextInput): add note on `type="number"` attribute
|
|
19
|
+
- c0701725: fix: remove internal BaseBox export (no change for consumers)
|
|
20
|
+
|
|
3
21
|
## 7.0.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|