@adiba-banking-cloud/backoffice 0.0.47 → 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.
|
@@ -13183,12 +13183,20 @@ const TwoFactorModal = _ref => {
|
|
|
13183
13183
|
} = _ref;
|
|
13184
13184
|
return /*#__PURE__*/React.createElement(core.Stack, {
|
|
13185
13185
|
align: "center",
|
|
13186
|
-
py: "md"
|
|
13186
|
+
py: "md",
|
|
13187
|
+
gap: "xl",
|
|
13188
|
+
pt: "xl"
|
|
13187
13189
|
}, /*#__PURE__*/React.createElement(core.Title, {
|
|
13188
13190
|
order: 3,
|
|
13189
13191
|
fw: 500
|
|
13190
13192
|
}, title), /*#__PURE__*/React.createElement(core.PinInput, {
|
|
13191
|
-
length: pinLength
|
|
13193
|
+
length: pinLength,
|
|
13194
|
+
placeholder: "",
|
|
13195
|
+
type: "number",
|
|
13196
|
+
size: "lg",
|
|
13197
|
+
inputType: "tel",
|
|
13198
|
+
inputMode: "numeric",
|
|
13199
|
+
autoFocus: true
|
|
13192
13200
|
}), /*#__PURE__*/React.createElement(core.Text, {
|
|
13193
13201
|
ta: "center",
|
|
13194
13202
|
fw: 300
|
|
@@ -13162,12 +13162,20 @@ const TwoFactorModal = _ref => {
|
|
|
13162
13162
|
} = _ref;
|
|
13163
13163
|
return /*#__PURE__*/React.createElement(Stack, {
|
|
13164
13164
|
align: "center",
|
|
13165
|
-
py: "md"
|
|
13165
|
+
py: "md",
|
|
13166
|
+
gap: "xl",
|
|
13167
|
+
pt: "xl"
|
|
13166
13168
|
}, /*#__PURE__*/React.createElement(Title, {
|
|
13167
13169
|
order: 3,
|
|
13168
13170
|
fw: 500
|
|
13169
13171
|
}, title), /*#__PURE__*/React.createElement(PinInput, {
|
|
13170
|
-
length: pinLength
|
|
13172
|
+
length: pinLength,
|
|
13173
|
+
placeholder: "",
|
|
13174
|
+
type: "number",
|
|
13175
|
+
size: "lg",
|
|
13176
|
+
inputType: "tel",
|
|
13177
|
+
inputMode: "numeric",
|
|
13178
|
+
autoFocus: true
|
|
13171
13179
|
}), /*#__PURE__*/React.createElement(Text, {
|
|
13172
13180
|
ta: "center",
|
|
13173
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",
|