@ornikar/kitt-universal 27.9.1-canary.e79ce5a70db58d281f30a0e111ad7cf70d64cdb1.0 → 27.9.1-canary.f2c8ce09203150f3f2cb65aacb7c85ea25435b9f.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +10 -17
  2. package/dist/definitions/CardModal/CardModalBody.d.ts +1 -1
  3. package/dist/definitions/CardModal/CardModalBody.d.ts.map +1 -1
  4. package/dist/definitions/CardModal/CardModalHeader.d.ts +3 -17
  5. package/dist/definitions/CardModal/CardModalHeader.d.ts.map +1 -1
  6. package/dist/definitions/FullscreenModal/Header.d.ts +3 -18
  7. package/dist/definitions/FullscreenModal/Header.d.ts.map +1 -1
  8. package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts +6 -7
  9. package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts.map +1 -1
  10. package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.web.d.ts +1 -1
  11. package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.web.d.ts.map +1 -1
  12. package/dist/definitions/Picker/Picker.d.ts.map +1 -1
  13. package/dist/definitions/TopNavBar/TopNavBar.d.ts +5 -3
  14. package/dist/definitions/TopNavBar/TopNavBar.d.ts.map +1 -1
  15. package/dist/definitions/forms/DatePicker/components/NativeUIDatePicker/ModalPlatformDateTimePicker.d.ts.map +1 -1
  16. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +4 -8
  17. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  18. package/dist/definitions/themes/default.d.ts +1 -1
  19. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +1 -1
  20. package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
  21. package/dist/definitions/typography/Typography.d.ts +6 -18
  22. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  23. package/dist/index-metro.es.android.js +160 -278
  24. package/dist/index-metro.es.android.js.map +1 -1
  25. package/dist/index-metro.es.ios.js +160 -278
  26. package/dist/index-metro.es.ios.js.map +1 -1
  27. package/dist/index-node-22.17.cjs.js +157 -267
  28. package/dist/index-node-22.17.cjs.js.map +1 -1
  29. package/dist/index-node-22.17.cjs.web.js +148 -253
  30. package/dist/index-node-22.17.cjs.web.js.map +1 -1
  31. package/dist/index-node-22.17.es.mjs +158 -268
  32. package/dist/index-node-22.17.es.mjs.map +1 -1
  33. package/dist/index-node-22.17.es.web.mjs +149 -254
  34. package/dist/index-node-22.17.es.web.mjs.map +1 -1
  35. package/dist/index.es.js +255 -373
  36. package/dist/index.es.js.map +1 -1
  37. package/dist/index.es.web.js +286 -398
  38. package/dist/index.es.web.js.map +1 -1
  39. package/dist/linaria-themes-metro.es.android.js +5 -5
  40. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  41. package/dist/linaria-themes-metro.es.ios.js +5 -5
  42. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  43. package/dist/linaria-themes-node-22.17.cjs.js +5 -5
  44. package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
  45. package/dist/linaria-themes-node-22.17.cjs.web.js +5 -5
  46. package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
  47. package/dist/linaria-themes-node-22.17.es.mjs +5 -5
  48. package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
  49. package/dist/linaria-themes-node-22.17.es.web.mjs +5 -5
  50. package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
  51. package/dist/linaria-themes.es.js +6 -6
  52. package/dist/linaria-themes.es.js.map +1 -1
  53. package/dist/linaria-themes.es.web.js +6 -6
  54. package/dist/linaria-themes.es.web.js.map +1 -1
  55. package/dist/tsbuildinfo +1 -1
  56. package/package.json +28 -28
@@ -1805,12 +1805,12 @@ const fullscreenModal = {
1805
1805
  header: {
1806
1806
  height: 56
1807
1807
  },
1808
- sharedHorizontalPadding: 16,
1808
+ horizontalPadding: 16,
1809
1809
  footer: {
1810
1810
  verticalPadding: 12
1811
1811
  },
1812
1812
  body: {
1813
- verticalPadding: 24
1813
+ verticalPadding: 16
1814
1814
  },
1815
1815
  animation: {
1816
1816
  overlay: {
@@ -1898,8 +1898,8 @@ const icon = {
1898
1898
  };
1899
1899
 
1900
1900
  const iconButton = {
1901
- width: button.height.medium,
1902
- height: button.height.medium
1901
+ width: button.height.default,
1902
+ height: button.height.default
1903
1903
  };
1904
1904
 
1905
1905
  const listItem = {
@@ -2630,8 +2630,8 @@ const theme = {
2630
2630
  forms,
2631
2631
  highlight,
2632
2632
  icon,
2633
- buttonBadge,
2634
2633
  iconButton,
2634
+ buttonBadge,
2635
2635
  listItem,
2636
2636
  pageLoader,
2637
2637
  picker,
@@ -4199,21 +4199,13 @@ function CardModalBehaviour({
4199
4199
 
4200
4200
  function CardModalBody({
4201
4201
  children,
4202
- paddingX = {
4203
- base: 'kitt.4',
4204
- medium: 'kitt.6'
4205
- },
4206
- paddingY = {
4207
- base: 'kitt.4',
4208
- medium: 'kitt.6'
4209
- },
4202
+ padding = 'kitt.4',
4210
4203
  ...props
4211
4204
  }) {
4212
4205
  return /*#__PURE__*/jsxRuntime.jsx(ScrollView, {
4213
4206
  showsVerticalScrollIndicator: false,
4214
4207
  _contentContainerStyle: {
4215
- paddingX,
4216
- paddingY
4208
+ padding
4217
4209
  },
4218
4210
  ...props,
4219
4211
  children: children
@@ -4243,53 +4235,149 @@ function CardModalFooter({
4243
4235
  });
4244
4236
  }
4245
4237
 
4246
- function CardModalHeader({
4247
- children,
4238
+ const getButtonTypeAndVariant = iconColor => {
4239
+ switch (iconColor) {
4240
+ case 'black':
4241
+ return {
4242
+ type: 'tertiary'
4243
+ };
4244
+ case 'secondary':
4245
+ return {
4246
+ type: 'secondary'
4247
+ };
4248
+ case 'primary':
4249
+ return {
4250
+ type: 'primary'
4251
+ };
4252
+ case 'primary-plain':
4253
+ return {
4254
+ type: 'primary'
4255
+ };
4256
+ case 'ghost':
4257
+ return {
4258
+ type: 'tertiary',
4259
+ variant: 'revert'
4260
+ };
4261
+ default:
4262
+ return {
4263
+ type: 'secondary'
4264
+ };
4265
+ }
4266
+ };
4267
+
4268
+ /**
4269
+ * @deprecated IconButton should only be used as a navigation button
4270
+ * Other use cases should use a <Button> component with an icon
4271
+ */
4272
+ function IconButton({
4273
+ color = 'black',
4274
+ ariaLabel,
4275
+ ...props
4276
+ }) {
4277
+ const {
4278
+ type: legacyColorToType,
4279
+ variant: legacyColorToVariant
4280
+ } = getButtonTypeAndVariant(color);
4281
+ return /*#__PURE__*/jsxRuntime.jsx(Button, {
4282
+ variant: legacyColorToVariant,
4283
+ type: legacyColorToType,
4284
+ ...props
4285
+ });
4286
+ }
4287
+ function CloseIconButton(props) {
4288
+ return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
4289
+ icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {}),
4290
+ ...props
4291
+ });
4292
+ }
4293
+
4294
+ function TopNavBar({
4295
+ left,
4296
+ right,
4248
4297
  title,
4249
- paddingBottom = {
4250
- base: 'kitt.4',
4251
- medium: 'kitt.2'
4252
- },
4298
+ titleAlign = 'center',
4299
+ stickers,
4300
+ mode = 'default',
4253
4301
  hasSeparator = true,
4254
- right,
4255
- left,
4256
- ...props
4302
+ backgroundColor,
4303
+ testID
4257
4304
  }) {
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,
4266
- borderColor: "kitt.separator",
4267
- justifyContent: "center",
4305
+ const isLargeTitleMode = mode === 'largeTitle';
4306
+ const leftEmptySpace = !left && titleAlign === 'left' ? null : /*#__PURE__*/jsxRuntime.jsx(View, {
4307
+ width: "kitt.iconButton.width"
4308
+ });
4309
+ return /*#__PURE__*/jsxRuntime.jsxs(VStack, {
4310
+ space: isLargeTitleMode ? 'kitt.2' : undefined,
4268
4311
  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
+ height: mode === 'default' ? 56 : undefined,
4313
+ justifyContent: "center",
4314
+ paddingX: "kitt.2",
4315
+ paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
4316
+ paddingBottom: "kitt.3",
4317
+ backgroundColor: backgroundColor,
4318
+ borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
4319
+ borderColor: "kitt.separator",
4320
+ testID: testID,
4321
+ children: [/*#__PURE__*/jsxRuntime.jsxs(HStack, {
4273
4322
  alignItems: "center",
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, {
4323
+ justifyContent: !title && !left ? 'flex-end' : 'space-between',
4324
+ children: [left ?? leftEmptySpace, mode === 'default' ? /*#__PURE__*/jsxRuntime.jsx(View, {
4280
4325
  flexGrow: "1",
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',
4326
+ flexShrink: 1,
4327
+ paddingRight: "kitt.2",
4328
+ paddingLeft: "kitt.2",
4329
+ children: title ? /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
4330
+ textAlign: titleAlign,
4285
4331
  variant: "bold",
4332
+ ellipsizeMode: "tail",
4333
+ numberOfLines: 1,
4286
4334
  children: title
4287
- }) : null, children]
4288
- }), right ? /*#__PURE__*/jsxRuntime.jsx(View, {
4289
- width: "kitt.iconButton.width",
4290
- children: right
4291
- }) : null]
4292
- })
4335
+ }) : null
4336
+ }) : null, right ?? /*#__PURE__*/jsxRuntime.jsx(View, {
4337
+ width: "kitt.iconButton.width"
4338
+ })]
4339
+ }), mode === 'largeTitle' ? /*#__PURE__*/jsxRuntime.jsxs(VStack, {
4340
+ space: "kitt.4",
4341
+ paddingX: "kitt.2",
4342
+ children: [stickers ? /*#__PURE__*/jsxRuntime.jsx(HStack, {
4343
+ width: "100%",
4344
+ space: "kitt.1",
4345
+ flexShrink: 1,
4346
+ flexWrap: "wrap",
4347
+ style: {
4348
+ rowGap: theme.getSpacing(1)
4349
+ },
4350
+ children: stickers.map((sticker, index) =>
4351
+ /*#__PURE__*/
4352
+ // eslint-disable-next-line react/no-array-index-key
4353
+ jsxRuntime.jsx(View, {
4354
+ children: sticker
4355
+ }, index))
4356
+ }) : null, /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
4357
+ base: "heading-m",
4358
+ children: title
4359
+ })]
4360
+ }) : null]
4361
+ });
4362
+ }
4363
+ function CloseButton(props) {
4364
+ return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
4365
+ icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {}),
4366
+ ...props
4367
+ });
4368
+ }
4369
+ function BackButton(props) {
4370
+ return /*#__PURE__*/jsxRuntime.jsx(IconButton, {
4371
+ icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.ArrowLeftRegularIcon, {}),
4372
+ ...props
4373
+ });
4374
+ }
4375
+ TopNavBar.CloseButton = CloseButton;
4376
+ TopNavBar.BackButton = BackButton;
4377
+
4378
+ function CardModalHeader(props) {
4379
+ return /*#__PURE__*/jsxRuntime.jsx(TopNavBar, {
4380
+ ...props
4293
4381
  });
4294
4382
  }
4295
4383
 
@@ -7352,60 +7440,16 @@ function FullscreenModalContainer({
7352
7440
  }
7353
7441
 
7354
7442
  function FullscreenModalHeader({
7355
- hasSeparator = true,
7356
- isTransparent,
7357
- title,
7358
- children,
7359
- right,
7360
- left,
7361
7443
  shouldHandleTopNotch = true,
7362
7444
  ...props
7363
7445
  }) {
7364
7446
  const {
7365
7447
  top
7366
7448
  } = reactNativeSafeAreaContext.useSafeAreaInsets();
7367
- const hasRight = Boolean(right);
7368
- const hasLeft = Boolean(left);
7369
- const hasContent = Boolean(title || children);
7370
7449
  return /*#__PURE__*/jsxRuntime.jsx(View, {
7371
- backgroundColor: isTransparent ? 'kitt.transparent' : 'kitt.uiBackgroundLight',
7372
- minHeight: "kitt.fullscreenModal.header.height",
7373
- width: "100%",
7374
- justifyContent: "center",
7375
7450
  paddingTop: shouldHandleTopNotch ? top : undefined,
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]
7451
+ children: /*#__PURE__*/jsxRuntime.jsx(TopNavBar, {
7452
+ ...props
7409
7453
  })
7410
7454
  });
7411
7455
  }
@@ -7671,62 +7715,6 @@ function Highlight({
7671
7715
  });
7672
7716
  }
7673
7717
 
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
-
7730
7718
  function InfoCard({
7731
7719
  title,
7732
7720
  action,
@@ -9535,9 +9523,6 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
9535
9523
  },
9536
9524
  icon: theme.icon,
9537
9525
  cardModal: {
9538
- header: {
9539
- height: theme.cardModal.header.height
9540
- },
9541
9526
  maxWidth: theme.cardModal.maxWidth,
9542
9527
  maxWidthWithPadding: theme.cardModal.maxWidthWithPadding,
9543
9528
  minHeight: theme.cardModal.minHeight
@@ -9842,11 +9827,6 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
9842
9827
  width: theme.iconButton.width,
9843
9828
  height: theme.iconButton.height
9844
9829
  },
9845
- fullscreenModal: {
9846
- header: {
9847
- height: theme.fullscreenModal.header.height
9848
- }
9849
- },
9850
9830
  pageLoader: {
9851
9831
  size: theme.pageLoader.size
9852
9832
  },
@@ -9944,7 +9924,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
9944
9924
  }
9945
9925
  },
9946
9926
  fullscreenModal: {
9947
- horizontalPadding: theme.fullscreenModal.sharedHorizontalPadding,
9927
+ horizontalPadding: theme.fullscreenModal.horizontalPadding,
9948
9928
  body: {
9949
9929
  verticalPadding: theme.fullscreenModal.body.verticalPadding
9950
9930
  },
@@ -10921,17 +10901,11 @@ function NavigationBottomSheet({
10921
10901
  })
10922
10902
  });
10923
10903
  }
10924
- function NavigationBottomSheetHeader({
10925
- children,
10926
- left
10927
- }) {
10904
+ function NavigationBottomSheetHeader(props) {
10928
10905
  return /*#__PURE__*/jsxRuntime.jsx(NavigationModal.Header, {
10929
- title: children,
10930
- left: left,
10906
+ ...props,
10931
10907
  right: /*#__PURE__*/jsxRuntime.jsx(ModalBehaviour.CloseButton, {
10932
- children: /*#__PURE__*/jsxRuntime.jsx(IconButton, {
10933
- icon: /*#__PURE__*/jsxRuntime.jsx(phosphor.XRegularIcon, {})
10934
- })
10908
+ children: /*#__PURE__*/jsxRuntime.jsx(TopNavBar.CloseButton, {})
10935
10909
  })
10936
10910
  });
10937
10911
  }
@@ -12676,85 +12650,6 @@ function Tooltip({
12676
12650
  Tooltip.Arrow = Arrow;
12677
12651
  Tooltip.Content = TooltipContent;
12678
12652
 
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
-
12758
12653
  function getTypographyTypeConfig(type, theme) {
12759
12654
  const {
12760
12655
  configs