@razorpay/blade 5.3.0 → 5.4.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 +12 -0
- package/build/components/index.d.ts +79 -1
- package/build/components/index.native.d.ts +79 -1
- package/build/components/index.native.js +208 -32
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +618 -186
- 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.map +1 -1
- package/build/tokens/index.web.js.map +1 -1
- package/build/utils/index.d.ts +2 -1
- package/build/utils/index.native.d.ts +2 -1
- package/build/utils/index.native.js +2 -2
- package/build/utils/index.native.js.map +1 -1
- package/build/utils/index.web.js +1 -0
- package/build/utils/index.web.js.map +1 -1
- package/package.json +3 -4
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": "5.
|
|
4
|
+
"version": "5.4.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=14.18.0"
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"@types/dedent": "0.7.0",
|
|
123
123
|
"@types/jest": "26.0.23",
|
|
124
124
|
"@types/jest-axe": "3.5.3",
|
|
125
|
+
"@types/jsdom": "20.0.1",
|
|
125
126
|
"@types/lodash": "4.14.168",
|
|
126
127
|
"@types/react": "17.0.38",
|
|
127
128
|
"@types/react-native": "0.66.9",
|
|
@@ -146,6 +147,7 @@
|
|
|
146
147
|
"jest-matchmedia-mock": "1.1.0",
|
|
147
148
|
"jest-styled-components": "7.0.8",
|
|
148
149
|
"jest-useragent-mock": "0.1.1",
|
|
150
|
+
"jsdom": "20.0.2",
|
|
149
151
|
"lodash": "4.17.21",
|
|
150
152
|
"metro-react-native-babel-preset": "0.66.2",
|
|
151
153
|
"moniker": "0.1.2",
|
|
@@ -163,9 +165,6 @@
|
|
|
163
165
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
164
166
|
"style-dictionary": "3.7.1",
|
|
165
167
|
"styled-components": "5.3.5",
|
|
166
|
-
"jsdom": "20.0.2",
|
|
167
|
-
"@types/jsdom": "20.0.1",
|
|
168
|
-
"jest-fail-on-console": "3.0.2",
|
|
169
168
|
"tsconfig-paths-webpack-plugin": "3.5.2"
|
|
170
169
|
},
|
|
171
170
|
"peerDependencies": {
|