@adiba-banking-cloud/backoffice 0.0.47 → 0.0.48

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,16 @@ 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: "lg",
13188
+ pt: "lg"
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
+ color: "altiba.1"
13192
13196
  }), /*#__PURE__*/React.createElement(core.Text, {
13193
13197
  ta: "center",
13194
13198
  fw: 300
@@ -13162,12 +13162,16 @@ 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: "lg",
13167
+ pt: "lg"
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
+ color: "altiba.1"
13171
13175
  }), /*#__PURE__*/React.createElement(Text, {
13172
13176
  ta: "center",
13173
13177
  fw: 300
@@ -34,5 +34,7 @@ export type SimpleModalProps = {
34
34
  };
35
35
  export interface TwoFactorVerificationModalProps extends OpenConfirmModal {
36
36
  title?: string;
37
+ children?: React.ReactNode;
38
+ onConfirm?: () => void;
37
39
  pinLength?: number;
38
40
  }
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.47",
4
+ "version": "0.0.48",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",