@adiba-banking-cloud/backoffice 0.0.48 → 0.0.49
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.
|
@@ -13184,15 +13184,19 @@ const TwoFactorModal = _ref => {
|
|
|
13184
13184
|
return /*#__PURE__*/React.createElement(core.Stack, {
|
|
13185
13185
|
align: "center",
|
|
13186
13186
|
py: "md",
|
|
13187
|
-
gap: "
|
|
13188
|
-
pt: "
|
|
13187
|
+
gap: "xl",
|
|
13188
|
+
pt: "xl"
|
|
13189
13189
|
}, /*#__PURE__*/React.createElement(core.Title, {
|
|
13190
13190
|
order: 3,
|
|
13191
13191
|
fw: 500
|
|
13192
13192
|
}, title), /*#__PURE__*/React.createElement(core.PinInput, {
|
|
13193
13193
|
length: pinLength,
|
|
13194
13194
|
placeholder: "",
|
|
13195
|
-
|
|
13195
|
+
type: "number",
|
|
13196
|
+
size: "lg",
|
|
13197
|
+
inputType: "tel",
|
|
13198
|
+
inputMode: "numeric",
|
|
13199
|
+
autoFocus: true
|
|
13196
13200
|
}), /*#__PURE__*/React.createElement(core.Text, {
|
|
13197
13201
|
ta: "center",
|
|
13198
13202
|
fw: 300
|
|
@@ -13163,15 +13163,19 @@ const TwoFactorModal = _ref => {
|
|
|
13163
13163
|
return /*#__PURE__*/React.createElement(Stack, {
|
|
13164
13164
|
align: "center",
|
|
13165
13165
|
py: "md",
|
|
13166
|
-
gap: "
|
|
13167
|
-
pt: "
|
|
13166
|
+
gap: "xl",
|
|
13167
|
+
pt: "xl"
|
|
13168
13168
|
}, /*#__PURE__*/React.createElement(Title, {
|
|
13169
13169
|
order: 3,
|
|
13170
13170
|
fw: 500
|
|
13171
13171
|
}, title), /*#__PURE__*/React.createElement(PinInput, {
|
|
13172
13172
|
length: pinLength,
|
|
13173
13173
|
placeholder: "",
|
|
13174
|
-
|
|
13174
|
+
type: "number",
|
|
13175
|
+
size: "lg",
|
|
13176
|
+
inputType: "tel",
|
|
13177
|
+
inputMode: "numeric",
|
|
13178
|
+
autoFocus: true
|
|
13175
13179
|
}), /*#__PURE__*/React.createElement(Text, {
|
|
13176
13180
|
ta: "center",
|
|
13177
13181
|
fw: 300
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adiba-banking-cloud/backoffice",
|
|
3
3
|
"author": "TUROG Technologies",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.49",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|