@adiba-banking-cloud/backoffice 0.0.72 → 0.0.73
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.
|
@@ -13427,7 +13427,8 @@ const MaskedTilePanel = _ref => {
|
|
|
13427
13427
|
justify: "space-between"
|
|
13428
13428
|
}, /*#__PURE__*/React.createElement(core.Stack, {
|
|
13429
13429
|
gap: 0,
|
|
13430
|
-
p: 0
|
|
13430
|
+
p: 0,
|
|
13431
|
+
flex: 1
|
|
13431
13432
|
}, /*#__PURE__*/React.createElement(core.Text, {
|
|
13432
13433
|
fz: "sm",
|
|
13433
13434
|
fw: 300,
|
|
@@ -13465,7 +13466,8 @@ const TilePanel = _ref2 => {
|
|
|
13465
13466
|
justify: "space-between"
|
|
13466
13467
|
}, /*#__PURE__*/React.createElement(core.Stack, {
|
|
13467
13468
|
gap: 0,
|
|
13468
|
-
p: 0
|
|
13469
|
+
p: 0,
|
|
13470
|
+
flex: 1
|
|
13469
13471
|
}, /*#__PURE__*/React.createElement(core.Text, {
|
|
13470
13472
|
fz: "sm",
|
|
13471
13473
|
fw: 300,
|
|
@@ -13406,7 +13406,8 @@ const MaskedTilePanel = _ref => {
|
|
|
13406
13406
|
justify: "space-between"
|
|
13407
13407
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13408
13408
|
gap: 0,
|
|
13409
|
-
p: 0
|
|
13409
|
+
p: 0,
|
|
13410
|
+
flex: 1
|
|
13410
13411
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
13411
13412
|
fz: "sm",
|
|
13412
13413
|
fw: 300,
|
|
@@ -13444,7 +13445,8 @@ const TilePanel = _ref2 => {
|
|
|
13444
13445
|
justify: "space-between"
|
|
13445
13446
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13446
13447
|
gap: 0,
|
|
13447
|
-
p: 0
|
|
13448
|
+
p: 0,
|
|
13449
|
+
flex: 1
|
|
13448
13450
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
13449
13451
|
fz: "sm",
|
|
13450
13452
|
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.73",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|