@razorpay/blade 3.5.3 → 3.6.0
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 +7 -0
- package/build/components/index.d.ts +33 -2
- package/build/components/index.native.d.ts +33 -2
- package/build/components/index.native.js +9 -7
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +48 -25
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +20 -12
- package/build/css/bankingThemeDarkMobile.css +20 -12
- package/build/css/bankingThemeLightDesktop.css +20 -12
- package/build/css/bankingThemeLightMobile.css +20 -12
- package/build/css/paymentThemeDarkDesktop.css +20 -12
- package/build/css/paymentThemeDarkMobile.css +20 -12
- package/build/css/paymentThemeLightDesktop.css +20 -12
- package/build/css/paymentThemeLightMobile.css +20 -12
- package/build/tokens/index.d.ts +4 -1
- package/build/tokens/index.native.d.ts +4 -1
- package/build/tokens/index.native.js +3 -3
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +164 -50
- package/build/tokens/index.web.js.map +1 -1
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razorpay/blade",
|
|
3
3
|
"description": "The Design System that powers Razorpay",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.6.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=14.18.0"
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"@babel/preset-env": "7.16.5",
|
|
90
90
|
"@babel/preset-react": "7.16.5",
|
|
91
91
|
"@babel/preset-typescript": "7.16.5",
|
|
92
|
+
"@codesandbox/sandpack-react": "1.16.0",
|
|
92
93
|
"@react-native-async-storage/async-storage": "1.15.14",
|
|
93
94
|
"@react-native-community/datetimepicker": "5.0.1",
|
|
94
95
|
"@react-native-community/slider": "4.1.12",
|
|
@@ -117,6 +118,7 @@
|
|
|
117
118
|
"@testing-library/react-hooks": "5.1.2",
|
|
118
119
|
"@testing-library/react-native": "9.1.0",
|
|
119
120
|
"@testing-library/user-event": "14.4.1",
|
|
121
|
+
"@types/dedent": "0.7.0",
|
|
120
122
|
"@types/jest": "26.0.23",
|
|
121
123
|
"@types/jest-axe": "3.5.3",
|
|
122
124
|
"@types/lodash": "4.14.168",
|
|
@@ -132,6 +134,7 @@
|
|
|
132
134
|
"babel-plugin-styled-components": "1.12.0",
|
|
133
135
|
"chalk": "4.1.1",
|
|
134
136
|
"copyfiles": "2.4.1",
|
|
137
|
+
"dedent": "0.7.0",
|
|
135
138
|
"eslint-plugin-mdx": "1.16.0",
|
|
136
139
|
"execa": "5.0.0",
|
|
137
140
|
"figures": "3.2.0",
|