@coinbase/cds-common 8.13.1 → 8.13.2

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 (302) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dts/accordion/AccordionProvider.d.ts +23 -17
  3. package/dts/animation/accordion.d.ts +1 -1
  4. package/dts/animation/border.d.ts +9 -3
  5. package/dts/animation/carousel.d.ts +1 -1
  6. package/dts/animation/collapsible.d.ts +4 -4
  7. package/dts/animation/dot.d.ts +1 -1
  8. package/dts/animation/drawer.d.ts +8 -8
  9. package/dts/animation/dropdown.d.ts +19 -19
  10. package/dts/animation/fullscreenModal.d.ts +1 -1
  11. package/dts/animation/likeButton.d.ts +1 -1
  12. package/dts/animation/menu.d.ts +21 -21
  13. package/dts/animation/modal.d.ts +1 -1
  14. package/dts/animation/overlay.d.ts +1 -1
  15. package/dts/animation/paddle.d.ts +1 -1
  16. package/dts/animation/progress.d.ts +1 -1
  17. package/dts/animation/rotate.d.ts +1 -1
  18. package/dts/animation/select.d.ts +1 -1
  19. package/dts/animation/sparkline.d.ts +3 -3
  20. package/dts/animation/tabs.d.ts +1 -1
  21. package/dts/animation/toast.d.ts +1 -1
  22. package/dts/animation/tooltip.d.ts +7 -4
  23. package/dts/cards/getCardBodySpacingProps.d.ts +16 -4
  24. package/dts/color/blendColors.d.ts +12 -9
  25. package/dts/color/colorToHex.d.ts +1 -1
  26. package/dts/color/darkenColor.d.ts +1 -1
  27. package/dts/color/getAccessibleForegroundGradient.d.ts +13 -8
  28. package/dts/color/getBlendedColor.d.ts +61 -54
  29. package/dts/color/getContrastRatio.d.ts +1 -1
  30. package/dts/color/getLuminance.d.ts +1 -1
  31. package/dts/color/isAccessibleColor.d.ts +11 -6
  32. package/dts/color/isLightOrDarkColor.d.ts +2 -2
  33. package/dts/color/overrideAlpha.d.ts +1 -1
  34. package/dts/core/theme.d.ts +251 -252
  35. package/dts/dates/DateInputValidationError.d.ts +3 -3
  36. package/dts/dates/IntlDateFormat.d.ts +29 -32
  37. package/dts/dates/generateCalendarMonth.d.ts +1 -1
  38. package/dts/dates/getISOStringLocal.d.ts +1 -1
  39. package/dts/dates/getMidnightDate.d.ts +1 -1
  40. package/dts/dates/getTimesFromDatesAndRanges.d.ts +4 -2
  41. package/dts/dates/useDateInput.d.ts +33 -17
  42. package/dts/dates/useDateInputValidation.d.ts +48 -39
  43. package/dts/hooks/useEventHandler.d.ts +12 -3
  44. package/dts/hooks/useFallbackShape.d.ts +10 -6
  45. package/dts/hooks/useGroupToggler.d.ts +9 -6
  46. package/dts/hooks/useHasMounted.d.ts +1 -1
  47. package/dts/hooks/useIndexCounter.d.ts +21 -14
  48. package/dts/hooks/useInputVariant.d.ts +1 -1
  49. package/dts/hooks/useLogo.d.ts +17 -17
  50. package/dts/hooks/useMergeRefs.d.ts +4 -2
  51. package/dts/hooks/usePrefixedId.d.ts +9 -3
  52. package/dts/hooks/usePreviousValue.d.ts +1 -1
  53. package/dts/hooks/usePreviousValues.d.ts +3 -3
  54. package/dts/hooks/useRefMap.d.ts +9 -7
  55. package/dts/hooks/useSort.d.ts +14 -14
  56. package/dts/hooks/useSubBrandLogo.d.ts +53 -45
  57. package/dts/hooks/useTimer.d.ts +5 -5
  58. package/dts/hooks/useToggler.d.ts +7 -7
  59. package/dts/hooks/useValueChanges.d.ts +6 -6
  60. package/dts/index.d.ts +1 -1
  61. package/dts/internal/data/accounts.d.ts +220 -210
  62. package/dts/internal/data/announcementCards.d.ts +7 -7
  63. package/dts/internal/data/asset.d.ts +162 -162
  64. package/dts/internal/data/assets.d.ts +73 -70
  65. package/dts/internal/data/avatars.d.ts +6 -3
  66. package/dts/internal/data/dataCards.d.ts +25 -21
  67. package/dts/internal/data/featureEntryCards.d.ts +19 -16
  68. package/dts/internal/data/feedImages.d.ts +1 -1
  69. package/dts/internal/data/iconData.d.ts +2 -2
  70. package/dts/internal/data/loremIpsum.d.ts +3 -2
  71. package/dts/internal/data/navigation.d.ts +5 -5
  72. package/dts/internal/data/prices.d.ts +3 -3
  73. package/dts/internal/data/product.d.ts +31 -23
  74. package/dts/internal/data/tabs.d.ts +16 -13
  75. package/dts/internal/data/users.d.ts +13 -10
  76. package/dts/internal/utils/storyBuilder.d.ts +136 -95
  77. package/dts/internal/visualizations/SparklineInteractiveData.d.ts +8 -8
  78. package/dts/jest/timeTravel.d.ts +1 -1
  79. package/dts/lottie/lottieUtils.d.ts +7 -4
  80. package/dts/lottie/useStatusAnimationPoller.d.ts +29 -6
  81. package/dts/media/getAvatarFallbackColor.d.ts +4 -2
  82. package/dts/media/remoteImageFallbackSrc.d.ts +5 -3
  83. package/dts/motion/animatedCaret.d.ts +1 -1
  84. package/dts/motion/checkbox.d.ts +85 -77
  85. package/dts/motion/dot.d.ts +85 -77
  86. package/dts/motion/hint.d.ts +46 -42
  87. package/dts/motion/switch.d.ts +1 -1
  88. package/dts/motion/tokens.d.ts +896 -414
  89. package/dts/motion/utils.d.ts +30 -12
  90. package/dts/numbers/IntlNumberFormat.d.ts +101 -103
  91. package/dts/numbers/subscript.d.ts +1 -1
  92. package/dts/overlays/ModalContext.d.ts +22 -22
  93. package/dts/overlays/OverlayContentContext.d.ts +10 -10
  94. package/dts/overlays/PortalContext.d.ts +5 -5
  95. package/dts/overlays/ToastProvider.d.ts +44 -35
  96. package/dts/overlays/useAlert.d.ts +3 -3
  97. package/dts/overlays/useModal.d.ts +3 -3
  98. package/dts/overlays/useOverlay.d.ts +3 -3
  99. package/dts/overlays/usePortal.d.ts +2 -2
  100. package/dts/overlays/usePortalState.d.ts +12 -12
  101. package/dts/overlays/useToastQueue.d.ts +8 -8
  102. package/dts/stepper/useStepper.d.ts +27 -23
  103. package/dts/stepper/utils.d.ts +15 -8
  104. package/dts/system/EventHandlerProvider.d.ts +13 -11
  105. package/dts/system/LocaleProvider.d.ts +8 -5
  106. package/dts/system/RefMapContext.d.ts +3 -3
  107. package/dts/tabs/TabsContext.d.ts +2 -2
  108. package/dts/tabs/useTabs.d.ts +27 -22
  109. package/dts/tokens/accordion.d.ts +4 -4
  110. package/dts/tokens/appSwitcher.d.ts +1 -1
  111. package/dts/tokens/avatar.d.ts +12 -12
  112. package/dts/tokens/banner.d.ts +8 -8
  113. package/dts/tokens/borderRadius.d.ts +1 -1
  114. package/dts/tokens/button.d.ts +61 -61
  115. package/dts/tokens/card.d.ts +16 -16
  116. package/dts/tokens/cell.d.ts +17 -14
  117. package/dts/tokens/chip.d.ts +1 -1
  118. package/dts/tokens/dot.d.ts +4 -4
  119. package/dts/tokens/drawer.d.ts +1 -1
  120. package/dts/tokens/illustrations.d.ts +21 -21
  121. package/dts/tokens/input.d.ts +1 -1
  122. package/dts/tokens/interactable.d.ts +1 -1
  123. package/dts/tokens/interactableHeight.d.ts +3 -3
  124. package/dts/tokens/menu.d.ts +1 -1
  125. package/dts/tokens/multiContentModule.d.ts +1 -1
  126. package/dts/tokens/navigation.d.ts +1 -1
  127. package/dts/tokens/overlays.d.ts +3 -2
  128. package/dts/tokens/page.d.ts +1 -1
  129. package/dts/tokens/select.d.ts +1 -1
  130. package/dts/tokens/sidebar.d.ts +1 -1
  131. package/dts/tokens/sizing.d.ts +1 -1
  132. package/dts/tokens/sparkline.d.ts +1 -1
  133. package/dts/tokens/tags.d.ts +11 -5
  134. package/dts/tokens/tile.d.ts +1 -1
  135. package/dts/tokens/toast.d.ts +1 -1
  136. package/dts/tokens/tooltip.d.ts +1 -1
  137. package/dts/tokens/zIndex.d.ts +12 -12
  138. package/dts/tour/TourContext.d.ts +1 -1
  139. package/dts/tour/useTour.d.ts +83 -77
  140. package/dts/types/AvatarBaseProps.d.ts +1 -1
  141. package/dts/types/AvatarSize.d.ts +1 -1
  142. package/dts/types/BannerBaseProps.d.ts +1 -1
  143. package/dts/types/BoxBaseProps.d.ts +61 -48
  144. package/dts/types/ButtonBaseProps.d.ts +8 -2
  145. package/dts/types/CardHeaderProps.d.ts +9 -9
  146. package/dts/types/CardMediaProps.d.ts +28 -22
  147. package/dts/types/CardRemoteImageProps.d.ts +18 -14
  148. package/dts/types/CdsPlatform.d.ts +1 -1
  149. package/dts/types/CellBaseProps.d.ts +3 -3
  150. package/dts/types/Chart.d.ts +18 -16
  151. package/dts/types/CollapsibleBaseProps.d.ts +1 -1
  152. package/dts/types/Color.d.ts +3 -3
  153. package/dts/types/ComponentEventHandlerProps.d.ts +3 -3
  154. package/dts/types/DimensionStyles.d.ts +18 -18
  155. package/dts/types/Display.d.ts +9 -2
  156. package/dts/types/DotBaseProps.d.ts +1 -1
  157. package/dts/types/DotCountBaseProps.d.ts +1 -1
  158. package/dts/types/ElevationLevels.d.ts +3 -3
  159. package/dts/types/FallbackBaseProps.d.ts +8 -8
  160. package/dts/types/Grid.d.ts +1 -1
  161. package/dts/types/Helpers.d.ts +6 -2
  162. package/dts/types/IconButtonBaseProps.d.ts +1 -1
  163. package/dts/types/IconName.d.ts +1 -1
  164. package/dts/types/IconSize.d.ts +1 -1
  165. package/dts/types/IllustrationNames.d.ts +14 -3
  166. package/dts/types/IllustrationProps.d.ts +15 -3
  167. package/dts/types/InputBaseProps.d.ts +23 -17
  168. package/dts/types/LottiePlayer.d.ts +9 -6
  169. package/dts/types/LottieSource.d.ts +19 -19
  170. package/dts/types/LottieStatusAnimationProps.d.ts +21 -15
  171. package/dts/types/Motion.d.ts +58 -21
  172. package/dts/types/OverlayLifecycleProps.d.ts +17 -17
  173. package/dts/types/Palette.d.ts +1 -1
  174. package/dts/types/Placement.d.ts +1 -1
  175. package/dts/types/Position.d.ts +1 -1
  176. package/dts/types/ProgressContainerWithButtonsProps.d.ts +5 -5
  177. package/dts/types/PulseBaseProps.d.ts +1 -1
  178. package/dts/types/React.d.ts +1 -1
  179. package/dts/types/Rect.d.ts +5 -5
  180. package/dts/types/Responsive.d.ts +9 -2
  181. package/dts/types/ResponsiveProps.d.ts +13 -6
  182. package/dts/types/SectionHeaderProps.d.ts +15 -13
  183. package/dts/types/Shape.d.ts +1 -1
  184. package/dts/types/SharedAccessibilityProps.d.ts +32 -32
  185. package/dts/types/SharedProps.d.ts +7 -7
  186. package/dts/types/SpacingProps.d.ts +37 -37
  187. package/dts/types/SparklineInteractiveHeaderBaseProps.d.ts +7 -2
  188. package/dts/types/SpreadPropsSafely.d.ts +2 -2
  189. package/dts/types/StickyFooterProps.d.ts +17 -15
  190. package/dts/types/TagBaseProps.d.ts +5 -2
  191. package/dts/types/TextBaseProps.d.ts +7 -7
  192. package/dts/types/TooltipBaseProps.d.ts +1 -1
  193. package/dts/types/TypeOrNumber.d.ts +1 -1
  194. package/dts/types/Visibility.d.ts +2 -2
  195. package/dts/types/Weight.d.ts +1 -1
  196. package/dts/types/index.d.ts +1 -1
  197. package/dts/utils/cell.d.ts +5 -2
  198. package/dts/utils/chart.d.ts +1 -1
  199. package/dts/utils/circle.d.ts +1 -1
  200. package/dts/utils/convertDimensionToAspectRatio.d.ts +12 -2
  201. package/dts/utils/convertDimensionToSize.d.ts +3 -3
  202. package/dts/utils/convertSizeWithMultiplier.d.ts +8 -5
  203. package/dts/utils/debounce.d.ts +5 -2
  204. package/dts/utils/delay.d.ts +1 -1
  205. package/dts/utils/flattenNodes.d.ts +6 -2
  206. package/dts/utils/formatCount.d.ts +1 -1
  207. package/dts/utils/getAccessibleColor.d.ts +16 -11
  208. package/dts/utils/getButtonSpacingProps.d.ts +12 -9
  209. package/dts/utils/getDefaultAspectRatioForIllustration.d.ts +9 -2
  210. package/dts/utils/getDefaultSizeObjectForIllustration.d.ts +4 -2
  211. package/dts/utils/getRectWidthVariant.d.ts +5 -2
  212. package/dts/utils/getWidthInEm.d.ts +1 -1
  213. package/dts/utils/join.d.ts +5 -2
  214. package/dts/utils/mergeProps.d.ts +1 -1
  215. package/dts/utils/mockUtils.d.ts +1 -1
  216. package/dts/utils/modulate.d.ts +8 -5
  217. package/dts/utils/parseDotCountMaxOverflow.d.ts +1 -1
  218. package/dts/visualizations/getProgressCircleParams.d.ts +15 -11
  219. package/dts/visualizations/getSparklineRange.d.ts +11 -7
  220. package/dts/visualizations/getSparklineTransform.d.ts +7 -3
  221. package/dts/visualizations/largestTriangleThreeBucket.d.ts +1 -1
  222. package/dts/visualizations/useCounter.d.ts +9 -5
  223. package/dts/visualizations/useDateLookup.d.ts +9 -5
  224. package/dts/visualizations/useProgressSize.d.ts +1 -1
  225. package/dts/visualizations/useSparklineArea.d.ts +1 -1
  226. package/dts/visualizations/useSparklineAreaOpacity.d.ts +1 -1
  227. package/dts/visualizations/useSparklineCoordinates.d.ts +19 -12
  228. package/dts/visualizations/useSparklinePath.d.ts +1 -1
  229. package/dts/visualizations/useSparklinePathGenerator.d.ts +16 -10
  230. package/dts/visualizations/useTimeseriesPaths.d.ts +6 -6
  231. package/dts/visualizations/useVisualizationDimensions.d.ts +15 -10
  232. package/package.json +7 -7
  233. package/dts/accordion/__tests__/AccordionProvider.test.d.ts +0 -2
  234. package/dts/accordion/__tests__/AccordionProvider.test.d.ts.map +0 -1
  235. package/dts/color/__tests__/blendColors.test.d.ts +0 -2
  236. package/dts/color/__tests__/blendColors.test.d.ts.map +0 -1
  237. package/dts/color/__tests__/isLightOrDarkColor.test.d.ts +0 -2
  238. package/dts/color/__tests__/isLightOrDarkColor.test.d.ts.map +0 -1
  239. package/dts/color/__tests__/overrideAlpha.test.d.ts +0 -2
  240. package/dts/color/__tests__/overrideAlpha.test.d.ts.map +0 -1
  241. package/dts/dates/__tests__/IntlDateFormat.test.d.ts +0 -2
  242. package/dts/dates/__tests__/IntlDateFormat.test.d.ts.map +0 -1
  243. package/dts/dates/__tests__/useDateInput.test.d.ts +0 -2
  244. package/dts/dates/__tests__/useDateInput.test.d.ts.map +0 -1
  245. package/dts/hooks/__tests__/useFallbackShape.test.d.ts +0 -2
  246. package/dts/hooks/__tests__/useFallbackShape.test.d.ts.map +0 -1
  247. package/dts/hooks/__tests__/usePrefixedId.test.d.ts +0 -2
  248. package/dts/hooks/__tests__/usePrefixedId.test.d.ts.map +0 -1
  249. package/dts/hooks/__tests__/usePreviousValue.test.d.ts +0 -2
  250. package/dts/hooks/__tests__/usePreviousValue.test.d.ts.map +0 -1
  251. package/dts/hooks/__tests__/useRefMap.test.d.ts +0 -2
  252. package/dts/hooks/__tests__/useRefMap.test.d.ts.map +0 -1
  253. package/dts/hooks/__tests__/useSort.test.d.ts +0 -2
  254. package/dts/hooks/__tests__/useSort.test.d.ts.map +0 -1
  255. package/dts/hooks/__tests__/useTimer.test.d.ts +0 -2
  256. package/dts/hooks/__tests__/useTimer.test.d.ts.map +0 -1
  257. package/dts/lottie/lottieUtils.test.d.ts +0 -2
  258. package/dts/lottie/lottieUtils.test.d.ts.map +0 -1
  259. package/dts/numbers/__tests__/formatToParts.test.d.ts +0 -2
  260. package/dts/numbers/__tests__/formatToParts.test.d.ts.map +0 -1
  261. package/dts/numbers/__tests__/subscript.test.d.ts +0 -2
  262. package/dts/numbers/__tests__/subscript.test.d.ts.map +0 -1
  263. package/dts/overlays/__tests__/useOverlay.test.d.ts +0 -2
  264. package/dts/overlays/__tests__/useOverlay.test.d.ts.map +0 -1
  265. package/dts/overlays/__tests__/useToastQueue.test.d.ts +0 -2
  266. package/dts/overlays/__tests__/useToastQueue.test.d.ts.map +0 -1
  267. package/dts/stepper/__tests__/useStepper.test.d.ts +0 -2
  268. package/dts/stepper/__tests__/useStepper.test.d.ts.map +0 -1
  269. package/dts/stepper/__tests__/utils.test.d.ts +0 -2
  270. package/dts/stepper/__tests__/utils.test.d.ts.map +0 -1
  271. package/dts/system/__tests__/EventHandlerProvider.test.d.ts +0 -2
  272. package/dts/system/__tests__/EventHandlerProvider.test.d.ts.map +0 -1
  273. package/dts/tabs/__tests__/TabsContext.test.d.ts +0 -2
  274. package/dts/tabs/__tests__/TabsContext.test.d.ts.map +0 -1
  275. package/dts/tabs/__tests__/useTabs.test.d.ts +0 -2
  276. package/dts/tabs/__tests__/useTabs.test.d.ts.map +0 -1
  277. package/dts/tour/__tests__/TourContext.test.d.ts +0 -2
  278. package/dts/tour/__tests__/TourContext.test.d.ts.map +0 -1
  279. package/dts/tour/__tests__/useTour.test.d.ts +0 -2
  280. package/dts/tour/__tests__/useTour.test.d.ts.map +0 -1
  281. package/dts/utils/__tests__/cell.test.d.ts +0 -2
  282. package/dts/utils/__tests__/cell.test.d.ts.map +0 -1
  283. package/dts/utils/__tests__/chart.test.d.ts +0 -2
  284. package/dts/utils/__tests__/chart.test.d.ts.map +0 -1
  285. package/dts/utils/__tests__/flattenNodes.test.d.ts +0 -2
  286. package/dts/utils/__tests__/flattenNodes.test.d.ts.map +0 -1
  287. package/dts/utils/__tests__/formatCount.test.d.ts +0 -2
  288. package/dts/utils/__tests__/formatCount.test.d.ts.map +0 -1
  289. package/dts/utils/__tests__/getRectWidthVariant.test.d.ts +0 -2
  290. package/dts/utils/__tests__/getRectWidthVariant.test.d.ts.map +0 -1
  291. package/dts/visualizations/__tests__/getSparklineRange.test.d.ts +0 -2
  292. package/dts/visualizations/__tests__/getSparklineRange.test.d.ts.map +0 -1
  293. package/dts/visualizations/__tests__/largestTriangleThreeBucket.test.d.ts +0 -2
  294. package/dts/visualizations/__tests__/largestTriangleThreeBucket.test.d.ts.map +0 -1
  295. package/dts/visualizations/__tests__/useCounter.test.d.ts +0 -2
  296. package/dts/visualizations/__tests__/useCounter.test.d.ts.map +0 -1
  297. package/dts/visualizations/__tests__/useSparklineArea.test.d.ts +0 -2
  298. package/dts/visualizations/__tests__/useSparklineArea.test.d.ts.map +0 -1
  299. package/dts/visualizations/__tests__/useSparklineCoordinates.test.d.ts +0 -2
  300. package/dts/visualizations/__tests__/useSparklineCoordinates.test.d.ts.map +0 -1
  301. package/dts/visualizations/__tests__/useSparklinePath.test.d.ts +0 -2
  302. package/dts/visualizations/__tests__/useSparklinePath.test.d.ts.map +0 -1
@@ -2,9 +2,12 @@ import type { BaseStepperValue } from './useStepper';
2
2
  /**
3
3
  * Checks if a step or any of its descendants contains the target step ID
4
4
  */
5
- export declare function containsStep({ step, targetStepId, }: {
6
- step: BaseStepperValue;
7
- targetStepId: string;
5
+ export declare function containsStep({
6
+ step,
7
+ targetStepId,
8
+ }: {
9
+ step: BaseStepperValue;
10
+ targetStepId: string;
8
11
  }): boolean;
9
12
  /**
10
13
  * Flattens a tree of steps into a linear array in the order they appear when rendered
@@ -14,9 +17,13 @@ export declare function flattenSteps<T extends BaseStepperValue>(steps: T[]): T[
14
17
  * Checks if a step should be considered "visited" based on step progression.
15
18
  * A step is visited if it comes before the active step in the flattened order.
16
19
  */
17
- export declare function isStepVisited({ step, activeStepId, flatStepIds, }: {
18
- step: BaseStepperValue;
19
- activeStepId: string;
20
- flatStepIds: string[];
20
+ export declare function isStepVisited({
21
+ step,
22
+ activeStepId,
23
+ flatStepIds,
24
+ }: {
25
+ step: BaseStepperValue;
26
+ activeStepId: string;
27
+ flatStepIds: string[];
21
28
  }): boolean;
22
- //# sourceMappingURL=utils.d.ts.map
29
+ //# sourceMappingURL=utils.d.ts.map
@@ -6,26 +6,28 @@ export type EventHandlerAction = string;
6
6
  export type EventCustomData = Record<string, RecursiveMapType<EventDataEntry>>;
7
7
  export type EventHandlerComponent = 'Button';
8
8
  export type EventCallbackProps = {
9
- componentName?: string;
10
- analyticsId?: string;
11
- data?: EventCustomData;
9
+ componentName?: string;
10
+ analyticsId?: string;
11
+ data?: EventCustomData;
12
12
  };
13
13
  export type EventHandlerCallback = (eventData: EventCallbackProps) => void;
14
14
  export type EventHandlerEntry = Record<string, EventHandlerCallback>;
15
15
  export type EventHandlerConfig = {
16
- actionMapping?: Record<string, string>;
17
- handlers?: Record<EventHandlerComponent, EventHandlerEntry>;
16
+ actionMapping?: Record<string, string>;
17
+ handlers?: Record<EventHandlerComponent, EventHandlerEntry>;
18
18
  };
19
19
  export type EventHandlerCustomConfig = {
20
- actions: EventHandlerAction[];
21
- componentName: string;
22
- data?: EventCustomData;
20
+ actions: EventHandlerAction[];
21
+ componentName: string;
22
+ data?: EventCustomData;
23
23
  };
24
24
  export declare const DEFAULT_EVENT_HANDLER_CONTEXT: EventHandlerConfig;
25
25
  export declare const EventHandlerContext: React.Context<EventHandlerConfig>;
26
26
  export type EventHandlerProviderProps = {
27
- config?: EventHandlerConfig;
27
+ config?: EventHandlerConfig;
28
28
  };
29
- export declare const EventHandlerProvider: React.FC<React.PropsWithChildren<EventHandlerProviderProps>>;
29
+ export declare const EventHandlerProvider: React.FC<
30
+ React.PropsWithChildren<EventHandlerProviderProps>
31
+ >;
30
32
  export {};
31
- //# sourceMappingURL=EventHandlerProvider.d.ts.map
33
+ //# sourceMappingURL=EventHandlerProvider.d.ts.map
@@ -1,12 +1,15 @@
1
1
  import React from 'react';
2
2
  export type LocaleContextValue = {
3
- /** A valid JavaScript Intl locale. */
4
- locale: string;
3
+ /** A valid JavaScript Intl locale. */
4
+ locale: string;
5
5
  };
6
6
  export declare const LocaleContext: React.Context<LocaleContextValue>;
7
7
  export type LocaleProviderProps = LocaleContextValue & {
8
- children?: React.ReactNode;
8
+ children?: React.ReactNode;
9
9
  };
10
- export declare const LocaleProvider: ({ locale, children }: LocaleProviderProps) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const LocaleProvider: ({
11
+ locale,
12
+ children,
13
+ }: LocaleProviderProps) => import('react/jsx-runtime').JSX.Element;
11
14
  export declare const useLocale: () => LocaleContextValue;
12
- //# sourceMappingURL=LocaleProvider.d.ts.map
15
+ //# sourceMappingURL=LocaleProvider.d.ts.map
@@ -2,9 +2,9 @@ import type React from 'react';
2
2
  import { type RefMapApi } from '../hooks/useRefMap';
3
3
  export type RefMapContextValue<RefValue> = RefMapApi<RefValue>;
4
4
  export type RefMapProviderProps<RefValue> = {
5
- api: RefMapContextValue<RefValue>;
6
- children?: React.ReactNode;
5
+ api: RefMapContextValue<RefValue>;
6
+ children?: React.ReactNode;
7
7
  };
8
8
  export declare const RefMapContext: React.Context<RefMapContextValue<any>>;
9
9
  export declare const useRefMapContext: <T>() => RefMapContextValue<T>;
10
- //# sourceMappingURL=RefMapContext.d.ts.map
10
+ //# sourceMappingURL=RefMapContext.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { type TabsApi } from './useTabs';
2
2
  export type TabsContextValue<T extends string = string> = TabsApi<T>;
3
- export declare const TabsContext: import("react").Context<TabsContextValue<string> | undefined>;
3
+ export declare const TabsContext: import('react').Context<TabsContextValue<string> | undefined>;
4
4
  export declare const useTabsContext: <T extends string>() => TabsContextValue<T>;
5
- //# sourceMappingURL=TabsContext.d.ts.map
5
+ //# sourceMappingURL=TabsContext.d.ts.map
@@ -1,29 +1,34 @@
1
1
  export type TabValue<T extends string = string> = {
2
- /** The tab id. */
3
- id: T;
4
- /** The tab label. */
5
- label?: React.ReactNode;
6
- /** Disable interactions on the tab. */
7
- disabled?: boolean;
2
+ /** The tab id. */
3
+ id: T;
4
+ /** The tab label. */
5
+ label?: React.ReactNode;
6
+ /** Disable interactions on the tab. */
7
+ disabled?: boolean;
8
8
  };
9
9
  export type TabsOptions<T extends string = string> = {
10
- /** The array of tabs data. */
11
- tabs: TabValue<T>[];
12
- /** React state for the currently active tab. Setting it to `null` results in no active tab. */
13
- activeTab: TabValue<T> | null;
14
- /** Callback that is fired when the active tab changes. Use this callback to update the `activeTab` state. */
15
- onChange: (activeTab: TabValue<T> | null) => void;
16
- /** Disable interactions on all the tabs. */
17
- disabled?: boolean;
10
+ /** The array of tabs data. */
11
+ tabs: TabValue<T>[];
12
+ /** React state for the currently active tab. Setting it to `null` results in no active tab. */
13
+ activeTab: TabValue<T> | null;
14
+ /** Callback that is fired when the active tab changes. Use this callback to update the `activeTab` state. */
15
+ onChange: (activeTab: TabValue<T> | null) => void;
16
+ /** Disable interactions on all the tabs. */
17
+ disabled?: boolean;
18
18
  };
19
19
  export type TabsApi<T extends string = string> = Omit<TabsOptions<T>, 'onChange'> & {
20
- /** Update the currently active tab to the tab with `tabId`. */
21
- updateActiveTab: (tabId: T | null) => void;
22
- /** Update the currently active tab to the next enabled tab in the tabs array. Does nothing if the last tab is already active. */
23
- goNextTab: () => void;
24
- /** Update the currently active tab to the previous enabled tab in the tabs array. Does nothing if the first tab is already active. */
25
- goPreviousTab: () => void;
20
+ /** Update the currently active tab to the tab with `tabId`. */
21
+ updateActiveTab: (tabId: T | null) => void;
22
+ /** Update the currently active tab to the next enabled tab in the tabs array. Does nothing if the last tab is already active. */
23
+ goNextTab: () => void;
24
+ /** Update the currently active tab to the previous enabled tab in the tabs array. Does nothing if the first tab is already active. */
25
+ goPreviousTab: () => void;
26
26
  };
27
27
  /** A controlled hook for managing tabs state, such as the currently active tab. */
28
- export declare const useTabs: <T extends string>({ tabs, activeTab, disabled, onChange, }: TabsOptions<T>) => TabsApi<T>;
29
- //# sourceMappingURL=useTabs.d.ts.map
28
+ export declare const useTabs: <T extends string>({
29
+ tabs,
30
+ activeTab,
31
+ disabled,
32
+ onChange,
33
+ }: TabsOptions<T>) => TabsApi<T>;
34
+ //# sourceMappingURL=useTabs.d.ts.map
@@ -1,7 +1,7 @@
1
1
  export declare const accordionSpacing: {
2
- readonly paddingTop: 2;
3
- readonly paddingX: 3;
4
- readonly paddingBottom: 3;
2
+ readonly paddingTop: 2;
3
+ readonly paddingX: 3;
4
+ readonly paddingBottom: 3;
5
5
  };
6
6
  export declare const accordionMinWidth = 300;
7
- //# sourceMappingURL=accordion.d.ts.map
7
+ //# sourceMappingURL=accordion.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const appSwitcherWidth = 359;
2
2
  export declare const denseAppSwitcherWidth = 324;
3
3
  export declare const appSwitcherMaxSize = 600;
4
- //# sourceMappingURL=appSwitcher.d.ts.map
4
+ //# sourceMappingURL=appSwitcher.d.ts.map
@@ -1,14 +1,14 @@
1
1
  export declare const colorSchemeMap: {
2
- readonly blue: "blue60";
3
- readonly teal: "teal60";
4
- readonly purple: "purple60";
5
- readonly pink: "pink60";
6
- readonly green: "green60";
7
- readonly gray: "gray60";
8
- readonly orange: "orange60";
9
- readonly yellow: "yellow60";
10
- readonly indigo: "indigo60";
11
- readonly red: "red60";
12
- readonly chartreuse: "chartreuse60";
2
+ readonly blue: 'blue60';
3
+ readonly teal: 'teal60';
4
+ readonly purple: 'purple60';
5
+ readonly pink: 'pink60';
6
+ readonly green: 'green60';
7
+ readonly gray: 'gray60';
8
+ readonly orange: 'orange60';
9
+ readonly yellow: 'yellow60';
10
+ readonly indigo: 'indigo60';
11
+ readonly red: 'red60';
12
+ readonly chartreuse: 'chartreuse60';
13
13
  };
14
- //# sourceMappingURL=avatar.d.ts.map
14
+ //# sourceMappingURL=avatar.d.ts.map
@@ -1,15 +1,15 @@
1
1
  import type { ThemeVars } from '../core/theme';
2
2
  import type { BannerVariant } from '../types/BannerBaseProps';
3
3
  export type BannerVariantStyle = {
4
- background: ThemeVars.Color | undefined;
5
- iconColor: ThemeVars.Color;
6
- textColor: ThemeVars.Color;
7
- primaryActionColor: ThemeVars.Color;
8
- secondaryActionColor: ThemeVars.Color;
9
- iconButtonColor: ThemeVars.Color;
10
- borderColor: ThemeVars.Color;
4
+ background: ThemeVars.Color | undefined;
5
+ iconColor: ThemeVars.Color;
6
+ textColor: ThemeVars.Color;
7
+ primaryActionColor: ThemeVars.Color;
8
+ secondaryActionColor: ThemeVars.Color;
9
+ iconButtonColor: ThemeVars.Color;
10
+ borderColor: ThemeVars.Color;
11
11
  };
12
12
  export type BannerVariantConfig = Record<BannerVariant, BannerVariantStyle>;
13
13
  export declare const variants: BannerVariantConfig;
14
14
  export declare const bannerMinWidth = 320;
15
- //# sourceMappingURL=banner.d.ts.map
15
+ //# sourceMappingURL=banner.d.ts.map
@@ -1,3 +1,3 @@
1
1
  import type { Shape } from '../types/Shape';
2
2
  export declare const shapeBorderRadius: Record<Shape, number>;
3
- //# sourceMappingURL=borderRadius.d.ts.map
3
+ //# sourceMappingURL=borderRadius.d.ts.map
@@ -1,65 +1,65 @@
1
1
  export declare const variants: {
2
- readonly primary: {
3
- readonly color: "fgInverse";
4
- readonly background: "bgPrimary";
5
- readonly borderColor: "bgPrimary";
6
- };
7
- readonly secondary: {
8
- readonly color: "fg";
9
- readonly background: "bgSecondary";
10
- readonly borderColor: "bgSecondary";
11
- };
12
- readonly tertiary: {
13
- readonly color: "fgInverse";
14
- readonly background: "bgInverse";
15
- readonly borderColor: "bgInverse";
16
- };
17
- readonly foregroundMuted: {
18
- readonly color: "fgMuted";
19
- readonly background: "bgSecondary";
20
- readonly borderColor: "bgLine";
21
- };
22
- readonly positive: {
23
- readonly color: "fgInverse";
24
- readonly background: "bgPositive";
25
- readonly borderColor: "bgPositive";
26
- };
27
- readonly negative: {
28
- readonly color: "fgInverse";
29
- readonly background: "bgNegative";
30
- readonly borderColor: "bgNegative";
31
- };
2
+ readonly primary: {
3
+ readonly color: 'fgInverse';
4
+ readonly background: 'bgPrimary';
5
+ readonly borderColor: 'bgPrimary';
6
+ };
7
+ readonly secondary: {
8
+ readonly color: 'fg';
9
+ readonly background: 'bgSecondary';
10
+ readonly borderColor: 'bgSecondary';
11
+ };
12
+ readonly tertiary: {
13
+ readonly color: 'fgInverse';
14
+ readonly background: 'bgInverse';
15
+ readonly borderColor: 'bgInverse';
16
+ };
17
+ readonly foregroundMuted: {
18
+ readonly color: 'fgMuted';
19
+ readonly background: 'bgSecondary';
20
+ readonly borderColor: 'bgLine';
21
+ };
22
+ readonly positive: {
23
+ readonly color: 'fgInverse';
24
+ readonly background: 'bgPositive';
25
+ readonly borderColor: 'bgPositive';
26
+ };
27
+ readonly negative: {
28
+ readonly color: 'fgInverse';
29
+ readonly background: 'bgNegative';
30
+ readonly borderColor: 'bgNegative';
31
+ };
32
32
  };
33
33
  export declare const transparentVariants: {
34
- readonly primary: {
35
- readonly color: "fgPrimary";
36
- readonly background: "bg";
37
- readonly borderColor: "transparent";
38
- };
39
- readonly secondary: {
40
- readonly color: "fg";
41
- readonly background: "bg";
42
- readonly borderColor: "transparent";
43
- };
44
- readonly tertiary: {
45
- readonly color: "fg";
46
- readonly background: "bg";
47
- readonly borderColor: "transparent";
48
- };
49
- readonly foregroundMuted: {
50
- readonly color: "fgMuted";
51
- readonly background: "bg";
52
- readonly borderColor: "transparent";
53
- };
54
- readonly positive: {
55
- readonly color: "fgPositive";
56
- readonly background: "bg";
57
- readonly borderColor: "transparent";
58
- };
59
- readonly negative: {
60
- readonly color: "fgNegative";
61
- readonly background: "bg";
62
- readonly borderColor: "transparent";
63
- };
34
+ readonly primary: {
35
+ readonly color: 'fgPrimary';
36
+ readonly background: 'bg';
37
+ readonly borderColor: 'transparent';
38
+ };
39
+ readonly secondary: {
40
+ readonly color: 'fg';
41
+ readonly background: 'bg';
42
+ readonly borderColor: 'transparent';
43
+ };
44
+ readonly tertiary: {
45
+ readonly color: 'fg';
46
+ readonly background: 'bg';
47
+ readonly borderColor: 'transparent';
48
+ };
49
+ readonly foregroundMuted: {
50
+ readonly color: 'fgMuted';
51
+ readonly background: 'bg';
52
+ readonly borderColor: 'transparent';
53
+ };
54
+ readonly positive: {
55
+ readonly color: 'fgPositive';
56
+ readonly background: 'bg';
57
+ readonly borderColor: 'transparent';
58
+ };
59
+ readonly negative: {
60
+ readonly color: 'fgNegative';
61
+ readonly background: 'bg';
62
+ readonly borderColor: 'transparent';
63
+ };
64
64
  };
65
- //# sourceMappingURL=button.d.ts.map
65
+ //# sourceMappingURL=button.d.ts.map
@@ -1,20 +1,20 @@
1
1
  export declare const cardSizes: {
2
- readonly small: {
3
- readonly width: 136;
4
- readonly height: 144;
5
- };
6
- readonly medium: {
7
- readonly width: 312;
8
- readonly height: 192;
9
- };
10
- readonly large: {
11
- readonly width: undefined;
12
- readonly height: undefined;
13
- };
2
+ readonly small: {
3
+ readonly width: 136;
4
+ readonly height: 144;
5
+ };
6
+ readonly medium: {
7
+ readonly width: 312;
8
+ readonly height: 192;
9
+ };
10
+ readonly large: {
11
+ readonly width: undefined;
12
+ readonly height: undefined;
13
+ };
14
14
  };
15
- export declare const defaultMediaDimension = "96x96";
16
- export declare const defaultPictogramMediaDimension = "64x64";
17
- export declare const defaultMediaSize: import("../utils/convertDimensionToSize").SizeObject;
15
+ export declare const defaultMediaDimension = '96x96';
16
+ export declare const defaultPictogramMediaDimension = '64x64';
17
+ export declare const defaultMediaSize: import('../utils/convertDimensionToSize').SizeObject;
18
18
  export declare const defaultSpacingBottom = 2;
19
19
  export declare const upsellCardMinHeight = 158;
20
20
  export declare const upsellCardDefaultWidth = 327;
@@ -26,4 +26,4 @@ export declare const floatingAssetCardSmallDimension = 156;
26
26
  export declare const defaultNudgeCardWidth = 327;
27
27
  export declare const contentCardMinWidth = 280;
28
28
  export declare const contentCardMaxWidth = 800;
29
- //# sourceMappingURL=card.d.ts.map
29
+ //# sourceMappingURL=card.d.ts.map
@@ -7,21 +7,24 @@ export declare const compactListHeight = 40;
7
7
  /** Spacing configs for Cells to be parsed in [web/mobile]/hooks/useCellSpacing */
8
8
  /** Default spacing config */
9
9
  export declare const defaultSpacingConfig: {
10
- readonly innerSpacing: {
11
- readonly paddingX: 2;
12
- readonly paddingY: 1;
13
- readonly marginX: -2;
14
- };
15
- readonly outerSpacing: {
16
- readonly paddingX: 3;
17
- readonly paddingY: 1;
18
- readonly marginX: 0;
19
- };
10
+ readonly innerSpacing: {
11
+ readonly paddingX: 2;
12
+ readonly paddingY: 1;
13
+ readonly marginX: -2;
14
+ };
15
+ readonly outerSpacing: {
16
+ readonly paddingX: 3;
17
+ readonly paddingY: 1;
18
+ readonly marginX: 0;
19
+ };
20
20
  };
21
21
  export declare const selectOptionHeight = 56;
22
- export declare const cellPriorities: readonly ["start", "middle", "end"];
23
- export declare const cellHelperTextVariants: Record<'information' | 'warning' | 'error', {
22
+ export declare const cellPriorities: readonly ['start', 'middle', 'end'];
23
+ export declare const cellHelperTextVariants: Record<
24
+ 'information' | 'warning' | 'error',
25
+ {
24
26
  iconName: IconName;
25
27
  color: ThemeVars.Color;
26
- }>;
27
- //# sourceMappingURL=cell.d.ts.map
28
+ }
29
+ >;
30
+ //# sourceMappingURL=cell.d.ts.map
@@ -1,2 +1,2 @@
1
1
  export declare const chipMaxWidth = 200;
2
- //# sourceMappingURL=chip.d.ts.map
2
+ //# sourceMappingURL=chip.d.ts.map
@@ -4,9 +4,9 @@ export declare const avatarIconSizeMap: Record<AvatarSize, DotSize>;
4
4
  export declare const avatarDotSizeMap: Record<AvatarSize, DotSize>;
5
5
  export declare const dotCountSize = 24;
6
6
  export declare const dotSizeTokens: {
7
- readonly s: 28;
8
- readonly m: 36;
9
- readonly l: 42;
7
+ readonly s: 28;
8
+ readonly m: 36;
9
+ readonly l: 42;
10
10
  };
11
11
  export declare const getDotSize: (count?: number) => 28 | 36 | 42;
12
- //# sourceMappingURL=dot.d.ts.map
12
+ //# sourceMappingURL=dot.d.ts.map
@@ -9,4 +9,4 @@ export declare const handleBarOffset = 60;
9
9
  export declare const handleBarHeight = 4;
10
10
  /** Based on trial and error this seems to normalize the relationship between pan gesture distance and drawer translation */
11
11
  export declare const normalizeDrawerPanDistanceMultiplier = 1.1;
12
- //# sourceMappingURL=drawer.d.ts.map
12
+ //# sourceMappingURL=drawer.d.ts.map
@@ -1,28 +1,28 @@
1
1
  export declare const illustrationDimensions: {
2
- readonly heroSquare: readonly ["240x240", "200x200"];
3
- readonly spotRectangle: readonly ["240x120"];
4
- readonly spotSquare: readonly ["96x96"];
5
- readonly spotIcon: readonly ["32x32", "24x24"];
6
- readonly pictogram: readonly ["48x48", "64x64"];
2
+ readonly heroSquare: readonly ['240x240', '200x200'];
3
+ readonly spotRectangle: readonly ['240x120'];
4
+ readonly spotSquare: readonly ['96x96'];
5
+ readonly spotIcon: readonly ['32x32', '24x24'];
6
+ readonly pictogram: readonly ['48x48', '64x64'];
7
7
  };
8
8
  export declare const illustrationDimensionDefaults: {
9
- readonly all: "48x48";
10
- readonly heroSquare: "240x240";
11
- readonly pictogram: "48x48";
12
- readonly spotSquare: "96x96";
13
- readonly spotIcon: "32x32";
14
- readonly spotRectangle: "240x120";
9
+ readonly all: '48x48';
10
+ readonly heroSquare: '240x240';
11
+ readonly pictogram: '48x48';
12
+ readonly spotSquare: '96x96';
13
+ readonly spotIcon: '32x32';
14
+ readonly spotRectangle: '240x120';
15
15
  };
16
16
  /** [width, height] tuples for allowed dimensions */
17
17
  export declare const illustrationSizes: {
18
- readonly '24x24': readonly [24, 24];
19
- readonly '32x32': readonly [32, 32];
20
- readonly '48x48': readonly [48, 48];
21
- readonly '64x64': readonly [64, 64];
22
- readonly '96x96': readonly [96, 96];
23
- readonly '120x120': readonly [120, 120];
24
- readonly '200x200': readonly [200, 200];
25
- readonly '240x120': readonly [240, 120];
26
- readonly '240x240': readonly [240, 240];
18
+ readonly '24x24': readonly [24, 24];
19
+ readonly '32x32': readonly [32, 32];
20
+ readonly '48x48': readonly [48, 48];
21
+ readonly '64x64': readonly [64, 64];
22
+ readonly '96x96': readonly [96, 96];
23
+ readonly '120x120': readonly [120, 120];
24
+ readonly '200x200': readonly [200, 200];
25
+ readonly '240x120': readonly [240, 120];
26
+ readonly '240x240': readonly [240, 240];
27
27
  };
28
- //# sourceMappingURL=illustrations.d.ts.map
28
+ //# sourceMappingURL=illustrations.d.ts.map
@@ -3,4 +3,4 @@ export declare const inputBorderWidth = 1;
3
3
  export declare const focusedInputBorderWidth = 2;
4
4
  export declare const inputStackGap = 0.5;
5
5
  export declare const helperTextHeight = 20;
6
- //# sourceMappingURL=input.d.ts.map
6
+ //# sourceMappingURL=input.d.ts.map
@@ -2,4 +2,4 @@ export declare const opacityHovered = 0.88;
2
2
  export declare const opacityPressed = 0.82;
3
3
  export declare const accessibleOpacityDisabled = 0.5;
4
4
  export declare const opacityDisabled = 0.75;
5
- //# sourceMappingURL=interactable.d.ts.map
5
+ //# sourceMappingURL=interactable.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export declare const interactableHeight: {
2
- regular: number;
3
- compact: number;
2
+ regular: number;
3
+ compact: number;
4
4
  };
5
- //# sourceMappingURL=interactableHeight.d.ts.map
5
+ //# sourceMappingURL=interactableHeight.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export declare const sidebarMenuMinWidth = 240;
2
2
  export declare const sidebarMenuMaxWidth = 327;
3
- //# sourceMappingURL=menu.d.ts.map
3
+ //# sourceMappingURL=menu.d.ts.map
@@ -1,2 +1,2 @@
1
1
  export declare const defaultMaxWidth = 450;
2
- //# sourceMappingURL=multiContentModule.d.ts.map
2
+ //# sourceMappingURL=multiContentModule.d.ts.map
@@ -1,2 +1,2 @@
1
1
  export declare const navigationBarMinHeight = 80;
2
- //# sourceMappingURL=navigation.d.ts.map
2
+ //# sourceMappingURL=navigation.d.ts.map
@@ -1,2 +1,3 @@
1
- export declare const FOCUSABLE_ELEMENTS = "a[href], button:not([disabled]), textarea, input, select";
2
- //# sourceMappingURL=overlays.d.ts.map
1
+ export declare const FOCUSABLE_ELEMENTS =
2
+ 'a[href], button:not([disabled]), textarea, input, select';
3
+ //# sourceMappingURL=overlays.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export declare const pageHeaderHeight = 72;
2
2
  export declare const pageFooterHeight = 80;
3
- //# sourceMappingURL=page.d.ts.map
3
+ //# sourceMappingURL=page.d.ts.map
@@ -4,4 +4,4 @@ export declare const labelTextColor: InputVariant;
4
4
  export declare const selectCellSpacingConfig: CellSpacingConfig;
5
5
  /** Spacing config for Select Option (mobile) */
6
6
  export declare const selectCellMobileSpacingConfig: CellSpacingConfig;
7
- //# sourceMappingURL=select.d.ts.map
7
+ //# sourceMappingURL=select.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export declare const sidebarGutter = 1;
2
2
  export declare const sidebarHorizontalSpacing = 2;
3
- //# sourceMappingURL=sidebar.d.ts.map
3
+ //# sourceMappingURL=sidebar.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export declare const gutter = 3;
2
2
  export declare const tapTarget = 40;
3
- //# sourceMappingURL=sizing.d.ts.map
3
+ //# sourceMappingURL=sizing.d.ts.map
@@ -8,4 +8,4 @@ export declare const fadeDuration: 200;
8
8
  export declare const periodLabelMap: Record<string, string>;
9
9
  export declare const subheadIconSignMap: Record<SparklineInteractiveHeaderSignVariant, string>;
10
10
  export declare const borderWidth = 2;
11
- //# sourceMappingURL=sparkline.d.ts.map
11
+ //# sourceMappingURL=sparkline.d.ts.map