@ornikar/kitt-universal 27.9.1-canary.b005d681364bb7e16454f696f46b5af55d721a97.0 → 27.9.1-canary.e79ce5a70db58d281f30a0e111ad7cf70d64cdb1.0
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 +17 -5
- package/dist/definitions/CardModal/CardModalBody.d.ts +1 -1
- package/dist/definitions/CardModal/CardModalBody.d.ts.map +1 -1
- package/dist/definitions/CardModal/CardModalHeader.d.ts +17 -3
- package/dist/definitions/CardModal/CardModalHeader.d.ts.map +1 -1
- package/dist/definitions/FullscreenModal/Header.d.ts +18 -3
- package/dist/definitions/FullscreenModal/Header.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts +7 -7
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.web.d.ts +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.web.d.ts.map +1 -1
- package/dist/definitions/Picker/Picker.d.ts.map +1 -1
- package/dist/definitions/TopNavBar/TopNavBar.d.ts +1 -1
- package/dist/definitions/TopNavBar/TopNavBar.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/components/NativeUIDatePicker/ModalPlatformDateTimePicker.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +12 -14
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +1 -0
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +1 -1
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/iconButton.d.ts +6 -0
- package/dist/definitions/themes/late-ocean/iconButton.d.ts.map +1 -0
- package/dist/definitions/typography/Typography.d.ts +18 -6
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +366 -232
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +366 -232
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +277 -150
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +261 -142
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +278 -151
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +262 -143
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +462 -327
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +406 -280
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +8 -2
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +8 -2
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +8 -2
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +8 -2
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +8 -2
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +8 -2
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +9 -3
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +9 -3
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +28 -28
|
@@ -1805,12 +1805,12 @@ const fullscreenModal = {
|
|
|
1805
1805
|
header: {
|
|
1806
1806
|
height: 56
|
|
1807
1807
|
},
|
|
1808
|
-
|
|
1808
|
+
sharedHorizontalPadding: 16,
|
|
1809
1809
|
footer: {
|
|
1810
1810
|
verticalPadding: 12
|
|
1811
1811
|
},
|
|
1812
1812
|
body: {
|
|
1813
|
-
verticalPadding:
|
|
1813
|
+
verticalPadding: 24
|
|
1814
1814
|
},
|
|
1815
1815
|
animation: {
|
|
1816
1816
|
overlay: {
|
|
@@ -1897,6 +1897,11 @@ const icon = {
|
|
|
1897
1897
|
defaultSize: 20
|
|
1898
1898
|
};
|
|
1899
1899
|
|
|
1900
|
+
const iconButton = {
|
|
1901
|
+
width: button.height.medium,
|
|
1902
|
+
height: button.height.medium
|
|
1903
|
+
};
|
|
1904
|
+
|
|
1900
1905
|
const listItem = {
|
|
1901
1906
|
padding: '12px 16px',
|
|
1902
1907
|
verticalPadding: 12,
|
|
@@ -2626,6 +2631,7 @@ const theme = {
|
|
|
2626
2631
|
highlight,
|
|
2627
2632
|
icon,
|
|
2628
2633
|
buttonBadge,
|
|
2634
|
+
iconButton,
|
|
2629
2635
|
listItem,
|
|
2630
2636
|
pageLoader,
|
|
2631
2637
|
picker,
|
|
@@ -4193,13 +4199,21 @@ function CardModalBehaviour({
|
|
|
4193
4199
|
|
|
4194
4200
|
function CardModalBody({
|
|
4195
4201
|
children,
|
|
4196
|
-
|
|
4202
|
+
paddingX = {
|
|
4203
|
+
base: 'kitt.4',
|
|
4204
|
+
medium: 'kitt.6'
|
|
4205
|
+
},
|
|
4206
|
+
paddingY = {
|
|
4207
|
+
base: 'kitt.4',
|
|
4208
|
+
medium: 'kitt.6'
|
|
4209
|
+
},
|
|
4197
4210
|
...props
|
|
4198
4211
|
}) {
|
|
4199
4212
|
return /*#__PURE__*/jsxRuntime.jsx(ScrollView, {
|
|
4200
4213
|
showsVerticalScrollIndicator: false,
|
|
4201
4214
|
_contentContainerStyle: {
|
|
4202
|
-
|
|
4215
|
+
paddingX,
|
|
4216
|
+
paddingY
|
|
4203
4217
|
},
|
|
4204
4218
|
...props,
|
|
4205
4219
|
children: children
|
|
@@ -4229,145 +4243,53 @@ function CardModalFooter({
|
|
|
4229
4243
|
});
|
|
4230
4244
|
}
|
|
4231
4245
|
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
case 'black':
|
|
4235
|
-
return {
|
|
4236
|
-
type: 'tertiary'
|
|
4237
|
-
};
|
|
4238
|
-
case 'secondary':
|
|
4239
|
-
return {
|
|
4240
|
-
type: 'secondary'
|
|
4241
|
-
};
|
|
4242
|
-
case 'primary':
|
|
4243
|
-
return {
|
|
4244
|
-
type: 'primary'
|
|
4245
|
-
};
|
|
4246
|
-
case 'primary-plain':
|
|
4247
|
-
return {
|
|
4248
|
-
type: 'primary'
|
|
4249
|
-
};
|
|
4250
|
-
case 'ghost':
|
|
4251
|
-
return {
|
|
4252
|
-
type: 'tertiary',
|
|
4253
|
-
variant: 'revert'
|
|
4254
|
-
};
|
|
4255
|
-
default:
|
|
4256
|
-
return {
|
|
4257
|
-
type: 'secondary'
|
|
4258
|
-
};
|
|
4259
|
-
}
|
|
4260
|
-
};
|
|
4261
|
-
|
|
4262
|
-
/**
|
|
4263
|
-
* @deprecated IconButton should only be used as a navigation button
|
|
4264
|
-
* Other use cases should use a <Button> component with an icon
|
|
4265
|
-
*/
|
|
4266
|
-
function IconButton({
|
|
4267
|
-
color = 'black',
|
|
4268
|
-
ariaLabel,
|
|
4269
|
-
...props
|
|
4270
|
-
}) {
|
|
4271
|
-
const {
|
|
4272
|
-
type: legacyColorToType,
|
|
4273
|
-
variant: legacyColorToVariant
|
|
4274
|
-
} = getButtonTypeAndVariant(color);
|
|
4275
|
-
return /*#__PURE__*/jsxRuntime.jsx(Button, {
|
|
4276
|
-
variant: legacyColorToVariant,
|
|
4277
|
-
type: legacyColorToType,
|
|
4278
|
-
...props
|
|
4279
|
-
});
|
|
4280
|
-
}
|
|
4281
|
-
function CloseIconButton(props) {
|
|
4282
|
-
return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
4283
|
-
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {}),
|
|
4284
|
-
...props
|
|
4285
|
-
});
|
|
4286
|
-
}
|
|
4287
|
-
|
|
4288
|
-
function TopNavBar({
|
|
4289
|
-
left,
|
|
4290
|
-
right,
|
|
4246
|
+
function CardModalHeader({
|
|
4247
|
+
children,
|
|
4291
4248
|
title,
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4249
|
+
paddingBottom = {
|
|
4250
|
+
base: 'kitt.4',
|
|
4251
|
+
medium: 'kitt.2'
|
|
4252
|
+
},
|
|
4253
|
+
hasSeparator = true,
|
|
4254
|
+
right,
|
|
4255
|
+
left,
|
|
4256
|
+
...props
|
|
4296
4257
|
}) {
|
|
4297
|
-
const
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
}
|
|
4301
|
-
return /*#__PURE__*/jsxRuntime.
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
justifyContent: "center",
|
|
4306
|
-
paddingX: "kitt.2",
|
|
4307
|
-
paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
|
|
4308
|
-
paddingBottom: "kitt.3",
|
|
4309
|
-
borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
|
|
4258
|
+
const defaultContainerPadding = {
|
|
4259
|
+
base: 'kitt.4',
|
|
4260
|
+
medium: 'kitt.6'
|
|
4261
|
+
};
|
|
4262
|
+
return /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
4263
|
+
...props,
|
|
4264
|
+
padding: paddingBottom,
|
|
4265
|
+
borderBottomWidth: hasSeparator ? 'kitt.cardModal.footer.borderWidth' : 0,
|
|
4310
4266
|
borderColor: "kitt.separator",
|
|
4311
|
-
|
|
4267
|
+
justifyContent: "center",
|
|
4268
|
+
width: "100%",
|
|
4269
|
+
height: "kitt.cardModal.header.height",
|
|
4270
|
+
paddingRight: right ? 'kitt.2' : defaultContainerPadding,
|
|
4271
|
+
paddingLeft: left ? 'kitt.2' : defaultContainerPadding,
|
|
4272
|
+
children: /*#__PURE__*/jsxRuntime.jsxs(View, {
|
|
4312
4273
|
alignItems: "center",
|
|
4313
|
-
|
|
4314
|
-
|
|
4274
|
+
flexDirection: "row",
|
|
4275
|
+
justifyContent: !children && !left ? 'flex-end' : 'space-between',
|
|
4276
|
+
children: [left ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
4277
|
+
width: "kitt.iconButton.width",
|
|
4278
|
+
children: left
|
|
4279
|
+
}) : null, /*#__PURE__*/jsxRuntime.jsxs(View, {
|
|
4315
4280
|
flexGrow: "1",
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
textAlign: titleAlign,
|
|
4281
|
+
paddingRight: right ? 'kitt.2' : 0,
|
|
4282
|
+
paddingLeft: left ? 'kitt.2' : 0,
|
|
4283
|
+
children: [title ? /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
|
|
4284
|
+
textAlign: !left && right ? 'left' : 'center',
|
|
4321
4285
|
variant: "bold",
|
|
4322
|
-
ellipsizeMode: "tail",
|
|
4323
|
-
numberOfLines: 1,
|
|
4324
4286
|
children: title
|
|
4325
|
-
}) : null
|
|
4326
|
-
})
|
|
4327
|
-
width: "kitt.
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
paddingX: "kitt.2",
|
|
4332
|
-
children: [stickers ? /*#__PURE__*/jsxRuntime.jsx(HStack, {
|
|
4333
|
-
width: "100%",
|
|
4334
|
-
space: "kitt.1",
|
|
4335
|
-
flexShrink: 1,
|
|
4336
|
-
flexWrap: "wrap",
|
|
4337
|
-
style: {
|
|
4338
|
-
rowGap: theme.getSpacing(1)
|
|
4339
|
-
},
|
|
4340
|
-
children: stickers.map((sticker, index) =>
|
|
4341
|
-
/*#__PURE__*/
|
|
4342
|
-
// eslint-disable-next-line react/no-array-index-key
|
|
4343
|
-
jsxRuntime.jsx(View, {
|
|
4344
|
-
children: sticker
|
|
4345
|
-
}, index))
|
|
4346
|
-
}) : null, /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
|
|
4347
|
-
base: "heading-m",
|
|
4348
|
-
children: title
|
|
4349
|
-
})]
|
|
4350
|
-
}) : null]
|
|
4351
|
-
});
|
|
4352
|
-
}
|
|
4353
|
-
function CloseButton(props) {
|
|
4354
|
-
return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
4355
|
-
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {}),
|
|
4356
|
-
...props
|
|
4357
|
-
});
|
|
4358
|
-
}
|
|
4359
|
-
function BackButton(props) {
|
|
4360
|
-
return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
4361
|
-
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.ArrowLeftRegularIcon, {}),
|
|
4362
|
-
...props
|
|
4363
|
-
});
|
|
4364
|
-
}
|
|
4365
|
-
TopNavBar.CloseButton = CloseButton;
|
|
4366
|
-
TopNavBar.BackButton = BackButton;
|
|
4367
|
-
|
|
4368
|
-
function CardModalHeader(props) {
|
|
4369
|
-
return /*#__PURE__*/jsxRuntime.jsx(TopNavBar, {
|
|
4370
|
-
...props
|
|
4287
|
+
}) : null, children]
|
|
4288
|
+
}), right ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
4289
|
+
width: "kitt.iconButton.width",
|
|
4290
|
+
children: right
|
|
4291
|
+
}) : null]
|
|
4292
|
+
})
|
|
4371
4293
|
});
|
|
4372
4294
|
}
|
|
4373
4295
|
|
|
@@ -7430,16 +7352,60 @@ function FullscreenModalContainer({
|
|
|
7430
7352
|
}
|
|
7431
7353
|
|
|
7432
7354
|
function FullscreenModalHeader({
|
|
7355
|
+
hasSeparator = true,
|
|
7356
|
+
isTransparent,
|
|
7357
|
+
title,
|
|
7358
|
+
children,
|
|
7359
|
+
right,
|
|
7360
|
+
left,
|
|
7433
7361
|
shouldHandleTopNotch = true,
|
|
7434
7362
|
...props
|
|
7435
7363
|
}) {
|
|
7436
7364
|
const {
|
|
7437
7365
|
top
|
|
7438
7366
|
} = reactNativeSafeAreaContext.useSafeAreaInsets();
|
|
7367
|
+
const hasRight = Boolean(right);
|
|
7368
|
+
const hasLeft = Boolean(left);
|
|
7369
|
+
const hasContent = Boolean(title || children);
|
|
7439
7370
|
return /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
7371
|
+
backgroundColor: isTransparent ? 'kitt.transparent' : 'kitt.uiBackgroundLight',
|
|
7372
|
+
minHeight: "kitt.fullscreenModal.header.height",
|
|
7373
|
+
width: "100%",
|
|
7374
|
+
justifyContent: "center",
|
|
7440
7375
|
paddingTop: shouldHandleTopNotch ? top : undefined,
|
|
7441
|
-
|
|
7442
|
-
|
|
7376
|
+
paddingRight: hasRight ? 'kitt.2' : 'kitt.fullscreenModal.horizontalPadding',
|
|
7377
|
+
paddingLeft: hasLeft ? 'kitt.2' : 'kitt.fullscreenModal.horizontalPadding',
|
|
7378
|
+
borderBottomColor: "kitt.separator",
|
|
7379
|
+
borderBottomWidth: hasSeparator ? 1 : undefined,
|
|
7380
|
+
...props,
|
|
7381
|
+
children: /*#__PURE__*/jsxRuntime.jsxs(View, {
|
|
7382
|
+
flexDirection: "row",
|
|
7383
|
+
alignItems: "center",
|
|
7384
|
+
justifyContent: !hasContent && !hasLeft ? 'flex-end' : 'space-between',
|
|
7385
|
+
children: [left ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
7386
|
+
width: "kitt.iconButton.width",
|
|
7387
|
+
children: left
|
|
7388
|
+
}) : null, title ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
7389
|
+
flexGrow: 1,
|
|
7390
|
+
flexShrink: 1,
|
|
7391
|
+
paddingLeft: hasLeft ? 'kitt.2' : undefined,
|
|
7392
|
+
paddingRight: hasRight ? 'kitt.2' : 0,
|
|
7393
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
|
|
7394
|
+
variant: "bold",
|
|
7395
|
+
textAlign: !hasLeft && hasRight ? 'left' : 'center',
|
|
7396
|
+
children: title
|
|
7397
|
+
})
|
|
7398
|
+
}) : null, children ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
7399
|
+
flexGrow: 1,
|
|
7400
|
+
flexShrink: 1,
|
|
7401
|
+
alignItems: "center",
|
|
7402
|
+
paddingLeft: hasLeft ? 'kitt.2' : undefined,
|
|
7403
|
+
paddingRight: hasRight ? 'kitt.2' : undefined,
|
|
7404
|
+
children: children
|
|
7405
|
+
}) : null, right || left ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
7406
|
+
width: "kitt.iconButton.width",
|
|
7407
|
+
children: right
|
|
7408
|
+
}) : null]
|
|
7443
7409
|
})
|
|
7444
7410
|
});
|
|
7445
7411
|
}
|
|
@@ -7705,6 +7671,62 @@ function Highlight({
|
|
|
7705
7671
|
});
|
|
7706
7672
|
}
|
|
7707
7673
|
|
|
7674
|
+
const getButtonTypeAndVariant = iconColor => {
|
|
7675
|
+
switch (iconColor) {
|
|
7676
|
+
case 'black':
|
|
7677
|
+
return {
|
|
7678
|
+
type: 'tertiary'
|
|
7679
|
+
};
|
|
7680
|
+
case 'secondary':
|
|
7681
|
+
return {
|
|
7682
|
+
type: 'secondary'
|
|
7683
|
+
};
|
|
7684
|
+
case 'primary':
|
|
7685
|
+
return {
|
|
7686
|
+
type: 'primary'
|
|
7687
|
+
};
|
|
7688
|
+
case 'primary-plain':
|
|
7689
|
+
return {
|
|
7690
|
+
type: 'primary'
|
|
7691
|
+
};
|
|
7692
|
+
case 'ghost':
|
|
7693
|
+
return {
|
|
7694
|
+
type: 'tertiary',
|
|
7695
|
+
variant: 'revert'
|
|
7696
|
+
};
|
|
7697
|
+
default:
|
|
7698
|
+
return {
|
|
7699
|
+
type: 'secondary'
|
|
7700
|
+
};
|
|
7701
|
+
}
|
|
7702
|
+
};
|
|
7703
|
+
|
|
7704
|
+
/**
|
|
7705
|
+
* @deprecated IconButton should only be used as a navigation button
|
|
7706
|
+
* Other use cases should use a <Button> component with an icon
|
|
7707
|
+
*/
|
|
7708
|
+
function IconButton({
|
|
7709
|
+
color = 'black',
|
|
7710
|
+
ariaLabel,
|
|
7711
|
+
...props
|
|
7712
|
+
}) {
|
|
7713
|
+
const {
|
|
7714
|
+
type: legacyColorToType,
|
|
7715
|
+
variant: legacyColorToVariant
|
|
7716
|
+
} = getButtonTypeAndVariant(color);
|
|
7717
|
+
return /*#__PURE__*/jsxRuntime.jsx(Button, {
|
|
7718
|
+
variant: legacyColorToVariant,
|
|
7719
|
+
type: legacyColorToType,
|
|
7720
|
+
...props
|
|
7721
|
+
});
|
|
7722
|
+
}
|
|
7723
|
+
function CloseIconButton(props) {
|
|
7724
|
+
return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
7725
|
+
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {}),
|
|
7726
|
+
...props
|
|
7727
|
+
});
|
|
7728
|
+
}
|
|
7729
|
+
|
|
7708
7730
|
function InfoCard({
|
|
7709
7731
|
title,
|
|
7710
7732
|
action,
|
|
@@ -9513,6 +9535,9 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9513
9535
|
},
|
|
9514
9536
|
icon: theme.icon,
|
|
9515
9537
|
cardModal: {
|
|
9538
|
+
header: {
|
|
9539
|
+
height: theme.cardModal.header.height
|
|
9540
|
+
},
|
|
9516
9541
|
maxWidth: theme.cardModal.maxWidth,
|
|
9517
9542
|
maxWidthWithPadding: theme.cardModal.maxWidthWithPadding,
|
|
9518
9543
|
minHeight: theme.cardModal.minHeight
|
|
@@ -9813,6 +9838,15 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9813
9838
|
}
|
|
9814
9839
|
}
|
|
9815
9840
|
},
|
|
9841
|
+
iconButton: {
|
|
9842
|
+
width: theme.iconButton.width,
|
|
9843
|
+
height: theme.iconButton.height
|
|
9844
|
+
},
|
|
9845
|
+
fullscreenModal: {
|
|
9846
|
+
header: {
|
|
9847
|
+
height: theme.fullscreenModal.header.height
|
|
9848
|
+
}
|
|
9849
|
+
},
|
|
9816
9850
|
pageLoader: {
|
|
9817
9851
|
size: theme.pageLoader.size
|
|
9818
9852
|
},
|
|
@@ -9910,7 +9944,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9910
9944
|
}
|
|
9911
9945
|
},
|
|
9912
9946
|
fullscreenModal: {
|
|
9913
|
-
horizontalPadding: theme.fullscreenModal.
|
|
9947
|
+
horizontalPadding: theme.fullscreenModal.sharedHorizontalPadding,
|
|
9914
9948
|
body: {
|
|
9915
9949
|
verticalPadding: theme.fullscreenModal.body.verticalPadding
|
|
9916
9950
|
},
|
|
@@ -10887,11 +10921,17 @@ function NavigationBottomSheet({
|
|
|
10887
10921
|
})
|
|
10888
10922
|
});
|
|
10889
10923
|
}
|
|
10890
|
-
function NavigationBottomSheetHeader(
|
|
10924
|
+
function NavigationBottomSheetHeader({
|
|
10925
|
+
children,
|
|
10926
|
+
left
|
|
10927
|
+
}) {
|
|
10891
10928
|
return /*#__PURE__*/jsxRuntime.jsx(NavigationModal.Header, {
|
|
10892
|
-
|
|
10929
|
+
title: children,
|
|
10930
|
+
left: left,
|
|
10893
10931
|
right: /*#__PURE__*/jsxRuntime.jsx(ModalBehaviour.CloseButton, {
|
|
10894
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
10932
|
+
children: /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
10933
|
+
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {})
|
|
10934
|
+
})
|
|
10895
10935
|
})
|
|
10896
10936
|
});
|
|
10897
10937
|
}
|
|
@@ -12636,6 +12676,85 @@ function Tooltip({
|
|
|
12636
12676
|
Tooltip.Arrow = Arrow;
|
|
12637
12677
|
Tooltip.Content = TooltipContent;
|
|
12638
12678
|
|
|
12679
|
+
function TopNavBar({
|
|
12680
|
+
left,
|
|
12681
|
+
right,
|
|
12682
|
+
title,
|
|
12683
|
+
titleAlign = 'center',
|
|
12684
|
+
stickers,
|
|
12685
|
+
mode = 'default',
|
|
12686
|
+
hasSeparator = true
|
|
12687
|
+
}) {
|
|
12688
|
+
const isLargeTitleMode = mode === 'largeTitle';
|
|
12689
|
+
return /*#__PURE__*/jsxRuntime.jsxs(VStack, {
|
|
12690
|
+
space: isLargeTitleMode ? 'kitt.2' : undefined,
|
|
12691
|
+
width: "100%",
|
|
12692
|
+
height: mode === 'default' ? 56 : undefined,
|
|
12693
|
+
justifyContent: "center",
|
|
12694
|
+
paddingX: "kitt.2",
|
|
12695
|
+
paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
|
|
12696
|
+
paddingBottom: "kitt.3",
|
|
12697
|
+
borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
|
|
12698
|
+
borderColor: "kitt.separator",
|
|
12699
|
+
children: [/*#__PURE__*/jsxRuntime.jsxs(HStack, {
|
|
12700
|
+
alignItems: "center",
|
|
12701
|
+
justifyContent: !title && !left ? 'flex-end' : 'space-between',
|
|
12702
|
+
children: [left ?? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
12703
|
+
width: "kitt.button.minWidth"
|
|
12704
|
+
}), mode === 'default' ? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
12705
|
+
flexGrow: "1",
|
|
12706
|
+
flexShrink: 1,
|
|
12707
|
+
paddingRight: "kitt.2",
|
|
12708
|
+
paddingLeft: "kitt.2",
|
|
12709
|
+
children: title ? /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
|
|
12710
|
+
textAlign: titleAlign,
|
|
12711
|
+
variant: "bold",
|
|
12712
|
+
ellipsizeMode: "tail",
|
|
12713
|
+
numberOfLines: 1,
|
|
12714
|
+
children: title
|
|
12715
|
+
}) : null
|
|
12716
|
+
}) : null, right ?? /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
12717
|
+
width: "kitt.button.minWidth"
|
|
12718
|
+
})]
|
|
12719
|
+
}), mode === 'largeTitle' ? /*#__PURE__*/jsxRuntime.jsxs(VStack, {
|
|
12720
|
+
space: "kitt.4",
|
|
12721
|
+
paddingX: "kitt.2",
|
|
12722
|
+
children: [stickers ? /*#__PURE__*/jsxRuntime.jsx(HStack, {
|
|
12723
|
+
width: "100%",
|
|
12724
|
+
space: "kitt.1",
|
|
12725
|
+
flexShrink: 1,
|
|
12726
|
+
flexWrap: "wrap",
|
|
12727
|
+
style: {
|
|
12728
|
+
rowGap: theme.getSpacing(1)
|
|
12729
|
+
},
|
|
12730
|
+
children: stickers.map((sticker, index) =>
|
|
12731
|
+
/*#__PURE__*/
|
|
12732
|
+
// eslint-disable-next-line react/no-array-index-key
|
|
12733
|
+
jsxRuntime.jsx(View, {
|
|
12734
|
+
children: sticker
|
|
12735
|
+
}, index))
|
|
12736
|
+
}) : null, /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
|
|
12737
|
+
base: "heading-m",
|
|
12738
|
+
children: title
|
|
12739
|
+
})]
|
|
12740
|
+
}) : null]
|
|
12741
|
+
});
|
|
12742
|
+
}
|
|
12743
|
+
function CloseButton(props) {
|
|
12744
|
+
return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
12745
|
+
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {}),
|
|
12746
|
+
...props
|
|
12747
|
+
});
|
|
12748
|
+
}
|
|
12749
|
+
function BackButton(props) {
|
|
12750
|
+
return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
|
|
12751
|
+
icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.ArrowLeftRegularIcon, {}),
|
|
12752
|
+
...props
|
|
12753
|
+
});
|
|
12754
|
+
}
|
|
12755
|
+
TopNavBar.CloseButton = CloseButton;
|
|
12756
|
+
TopNavBar.BackButton = BackButton;
|
|
12757
|
+
|
|
12639
12758
|
function getTypographyTypeConfig(type, theme) {
|
|
12640
12759
|
const {
|
|
12641
12760
|
configs
|