@carbon/ibm-products 2.92.1 → 2.93.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 (152) hide show
  1. package/css/index-full-carbon.css +99 -20
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +70 -20
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +99 -20
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +70 -20
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +9 -12
  18. package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
  19. package/es/components/Coachmark/next/Coachmark/Coachmark.js +16 -27
  20. package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.d.ts +1 -1
  21. package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.d.ts.map +1 -1
  22. package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +3 -4
  23. package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +8 -4
  24. package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts.map +1 -1
  25. package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +19 -5
  26. package/es/components/Coachmark/next/Coachmark/{ContentBody.d.ts → CoachmarkContentBody.d.ts} +5 -5
  27. package/es/components/Coachmark/next/Coachmark/CoachmarkContentBody.d.ts.map +1 -0
  28. package/es/components/Coachmark/next/Coachmark/{ContentBody.js → CoachmarkContentBody.js} +10 -6
  29. package/{lib/components/Coachmark/next/Coachmark/ContentHeader.d.ts → es/components/Coachmark/next/Coachmark/CoachmarkContentHeader.d.ts} +7 -3
  30. package/es/components/Coachmark/next/Coachmark/CoachmarkContentHeader.d.ts.map +1 -0
  31. package/es/components/Coachmark/next/Coachmark/{ContentHeader.js → CoachmarkContentHeader.js} +55 -12
  32. package/es/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.d.ts.map +1 -1
  33. package/es/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +2 -2
  34. package/es/components/Coachmark/next/Coachmark/index.d.ts +5 -4
  35. package/es/components/Coachmark/next/Coachmark/index.d.ts.map +1 -1
  36. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +3 -3
  37. package/es/components/ExpressiveCard/ExpressiveCard.d.ts.map +1 -1
  38. package/es/components/ExpressiveCard/ExpressiveCard.js +3 -15
  39. package/es/components/InterstitialScreen/InterstitialScreenBody.js +1 -1
  40. package/es/components/PageHeader/next/PageHeader.d.ts.map +1 -1
  41. package/es/components/PageHeader/next/PageHeader.js +6 -2
  42. package/es/components/PageHeader/next/PageHeaderTabBar.d.ts +4 -0
  43. package/es/components/PageHeader/next/PageHeaderTabBar.d.ts.map +1 -1
  44. package/es/components/PageHeader/next/PageHeaderTabBar.js +7 -2
  45. package/es/components/PageHeader/next/context.d.ts +2 -0
  46. package/es/components/PageHeader/next/context.d.ts.map +1 -1
  47. package/es/components/PageHeader/next/context.js +3 -1
  48. package/es/components/ProductiveCard/ProductiveCard.d.ts +3 -3
  49. package/es/components/ProductiveCard/ProductiveCard.d.ts.map +1 -1
  50. package/es/components/ProductiveCard/ProductiveCard.js +3 -15
  51. package/es/components/Tearsheet/TearsheetShell.d.ts.map +1 -1
  52. package/es/components/Tearsheet/TearsheetShell.js +17 -8
  53. package/es/components/Tearsheet/next/Tearsheet.d.ts.map +1 -1
  54. package/es/components/Tearsheet/next/Tearsheet.js +21 -2
  55. package/es/components/Tearsheet/next/TearsheetBody.d.ts +16 -0
  56. package/es/components/Tearsheet/next/TearsheetBody.d.ts.map +1 -1
  57. package/es/components/Tearsheet/next/TearsheetBody.js +22 -4
  58. package/es/components/Tearsheet/next/TearsheetFooter.js +1 -1
  59. package/es/components/Tearsheet/next/TearsheetHeader.d.ts.map +1 -1
  60. package/es/components/Tearsheet/next/TearsheetHeader.js +3 -1
  61. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts +1 -1
  62. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts.map +1 -1
  63. package/es/components/Tearsheet/next/TearsheetHeaderActions.js +6 -3
  64. package/es/components/Tearsheet/next/TearsheetHeaderContent.d.ts.map +1 -1
  65. package/es/components/Tearsheet/next/TearsheetHeaderContent.js +9 -3
  66. package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts.map +1 -1
  67. package/es/components/Tearsheet/next/context.d.ts +1 -0
  68. package/es/components/Tearsheet/next/context.d.ts.map +1 -1
  69. package/es/components/Tearsheet/usePresence.d.ts.map +1 -1
  70. package/es/components/Tearsheet/usePresence.js +3 -2
  71. package/es/global/js/package-settings.d.ts +1 -0
  72. package/es/global/js/package-settings.d.ts.map +1 -1
  73. package/es/global/js/package-settings.js +1 -0
  74. package/es/global/js/utils/makeDraggable/makeDraggable.d.ts +8 -2
  75. package/es/global/js/utils/makeDraggable/makeDraggable.d.ts.map +1 -1
  76. package/es/global/js/utils/makeDraggable/makeDraggable.js +87 -17
  77. package/es/settings.d.ts +1 -0
  78. package/es/settings.d.ts.map +1 -1
  79. package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +9 -12
  80. package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
  81. package/lib/components/Coachmark/next/Coachmark/Coachmark.js +16 -27
  82. package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.d.ts +1 -1
  83. package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.d.ts.map +1 -1
  84. package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +3 -4
  85. package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +8 -4
  86. package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts.map +1 -1
  87. package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +19 -5
  88. package/lib/components/Coachmark/next/Coachmark/{ContentBody.d.ts → CoachmarkContentBody.d.ts} +5 -5
  89. package/lib/components/Coachmark/next/Coachmark/CoachmarkContentBody.d.ts.map +1 -0
  90. package/lib/components/Coachmark/next/Coachmark/{ContentBody.js → CoachmarkContentBody.js} +10 -6
  91. package/{es/components/Coachmark/next/Coachmark/ContentHeader.d.ts → lib/components/Coachmark/next/Coachmark/CoachmarkContentHeader.d.ts} +7 -3
  92. package/lib/components/Coachmark/next/Coachmark/CoachmarkContentHeader.d.ts.map +1 -0
  93. package/lib/components/Coachmark/next/Coachmark/{ContentHeader.js → CoachmarkContentHeader.js} +54 -11
  94. package/lib/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.d.ts.map +1 -1
  95. package/lib/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +2 -2
  96. package/lib/components/Coachmark/next/Coachmark/index.d.ts +5 -4
  97. package/lib/components/Coachmark/next/Coachmark/index.d.ts.map +1 -1
  98. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +3 -3
  99. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts.map +1 -1
  100. package/lib/components/ExpressiveCard/ExpressiveCard.js +3 -15
  101. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +1 -1
  102. package/lib/components/PageHeader/next/PageHeader.d.ts.map +1 -1
  103. package/lib/components/PageHeader/next/PageHeader.js +6 -2
  104. package/lib/components/PageHeader/next/PageHeaderTabBar.d.ts +4 -0
  105. package/lib/components/PageHeader/next/PageHeaderTabBar.d.ts.map +1 -1
  106. package/lib/components/PageHeader/next/PageHeaderTabBar.js +6 -1
  107. package/lib/components/PageHeader/next/context.d.ts +2 -0
  108. package/lib/components/PageHeader/next/context.d.ts.map +1 -1
  109. package/lib/components/PageHeader/next/context.js +3 -1
  110. package/lib/components/ProductiveCard/ProductiveCard.d.ts +3 -3
  111. package/lib/components/ProductiveCard/ProductiveCard.d.ts.map +1 -1
  112. package/lib/components/ProductiveCard/ProductiveCard.js +3 -15
  113. package/lib/components/Tearsheet/TearsheetShell.d.ts.map +1 -1
  114. package/lib/components/Tearsheet/TearsheetShell.js +15 -6
  115. package/lib/components/Tearsheet/next/Tearsheet.d.ts.map +1 -1
  116. package/lib/components/Tearsheet/next/Tearsheet.js +21 -2
  117. package/lib/components/Tearsheet/next/TearsheetBody.d.ts +16 -0
  118. package/lib/components/Tearsheet/next/TearsheetBody.d.ts.map +1 -1
  119. package/lib/components/Tearsheet/next/TearsheetBody.js +22 -4
  120. package/lib/components/Tearsheet/next/TearsheetFooter.js +1 -1
  121. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts.map +1 -1
  122. package/lib/components/Tearsheet/next/TearsheetHeader.js +3 -1
  123. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts +1 -1
  124. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts.map +1 -1
  125. package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +5 -2
  126. package/lib/components/Tearsheet/next/TearsheetHeaderContent.d.ts.map +1 -1
  127. package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +9 -3
  128. package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts.map +1 -1
  129. package/lib/components/Tearsheet/next/context.d.ts +1 -0
  130. package/lib/components/Tearsheet/next/context.d.ts.map +1 -1
  131. package/lib/components/Tearsheet/usePresence.d.ts.map +1 -1
  132. package/lib/components/Tearsheet/usePresence.js +2 -1
  133. package/lib/global/js/package-settings.d.ts +1 -0
  134. package/lib/global/js/package-settings.d.ts.map +1 -1
  135. package/lib/global/js/package-settings.js +1 -0
  136. package/lib/global/js/utils/makeDraggable/makeDraggable.d.ts +8 -2
  137. package/lib/global/js/utils/makeDraggable/makeDraggable.d.ts.map +1 -1
  138. package/lib/global/js/utils/makeDraggable/makeDraggable.js +87 -17
  139. package/lib/settings.d.ts +1 -0
  140. package/lib/settings.d.ts.map +1 -1
  141. package/package.json +7 -7
  142. package/scss/components/Coachmark/_carbon-imports.scss +2 -1
  143. package/scss/components/Coachmark/_coachmark_next.scss +53 -0
  144. package/scss/components/Coachmark/_index.scss +4 -1
  145. package/scss/components/PageHeader/_page-header.scss +44 -8
  146. package/scss/components/Tearsheet/_tearsheet.scss +26 -2
  147. package/scss/components/Tearsheet/_tearsheet_next.scss +5 -0
  148. package/telemetry.yml +11 -3
  149. package/es/components/Coachmark/next/Coachmark/ContentBody.d.ts.map +0 -1
  150. package/es/components/Coachmark/next/Coachmark/ContentHeader.d.ts.map +0 -1
  151. package/lib/components/Coachmark/next/Coachmark/ContentBody.d.ts.map +0 -1
  152. package/lib/components/Coachmark/next/Coachmark/ContentHeader.d.ts.map +0 -1
@@ -721,6 +721,15 @@ $duration: 1000ms;
721
721
  border-block-end: 1px solid $border-subtle-01;
722
722
  /* stylelint-disable-next-line carbon/layout-use */
723
723
  inset-block-start: var(--#{$pkg-prefix}-page-header-header-top);
724
+ overflow-x: clip;
725
+ }
726
+
727
+ // When disableStickyTabBar is true, remove sticky positioning from root
728
+ // This allows breadcrumb to stick to viewport while tab bar scrolls normally
729
+ &.#{$block-class}.#{$block-class}--disable-sticky-tab-bar {
730
+ position: static;
731
+ // Add padding to compensate for fixed breadcrumb (40px height)
732
+ padding-block-start: to-rem(40px);
724
733
  }
725
734
 
726
735
  .#{$block-class}__breadcrumb-bar {
@@ -732,6 +741,15 @@ $duration: 1000ms;
732
741
  inset-block-start: var(--#{$pkg-prefix}-page-header-breadcrumb-top);
733
742
  }
734
743
 
744
+ // When disableStickyTabBar is true, breadcrumb uses fixed positioning at top of viewport
745
+ &.#{$block-class}.#{$block-class}--disable-sticky-tab-bar
746
+ .#{$block-class}__breadcrumb-bar {
747
+ position: fixed;
748
+ inset-block-start: 0;
749
+ inset-inline-end: 0;
750
+ inset-inline-start: 0;
751
+ }
752
+
735
753
  .#{$block-class}__breadcrumb-bar .#{$carbon-prefix}--subgrid,
736
754
  .#{$block-class}__breadcrumb-bar .#{$carbon-prefix}--css-grid {
737
755
  block-size: 100%;
@@ -829,14 +847,18 @@ $duration: 1000ms;
829
847
  }
830
848
 
831
849
  @include breakpoint-down(lg) {
850
+ max-inline-size: 75vw;
851
+
832
852
  .#{$carbon-prefix}--link {
833
853
  inline-size: 75%;
834
854
  }
835
855
  }
836
856
 
837
857
  @include breakpoint-down(md) {
858
+ max-inline-size: 35vw;
859
+
838
860
  .#{$carbon-prefix}--link {
839
- inline-size: 25%;
861
+ inline-size: 100%;
840
862
  }
841
863
  }
842
864
  }
@@ -1022,14 +1044,25 @@ $duration: 1000ms;
1022
1044
  }
1023
1045
 
1024
1046
  .#{$block-class}__tab-bar {
1047
+ position: sticky;
1048
+ z-index: 1;
1049
+ background-color: $layer;
1050
+ /* stylelint-disable-next-line carbon/layout-use */
1051
+ inset-block-start: var(--#{$pkg-prefix}-page-header-breadcrumb-top);
1052
+ }
1053
+
1054
+ // Disable sticky positioning for tab bar when disableStickyTabBar prop is true
1055
+ &.#{$block-class}.#{$block-class}--disable-sticky-tab-bar
1056
+ .#{$block-class}__tab-bar {
1057
+ position: static;
1025
1058
  // On smaller screens, use flex to keep scroller button in flow
1026
- position: relative;
1059
+ // position: relative;
1027
1060
  display: flex;
1028
1061
  align-items: center;
1029
- background-color: $layer;
1062
+ // background-color: $layer;
1030
1063
 
1031
- // On max breakpoint and above, use block to maintain Carbon alignment (scroller uses absolute positioning)
1032
- @include breakpoint(max) {
1064
+ // // On max breakpoint and above, use block to maintain Carbon alignment (scroller uses absolute positioning)
1065
+ @include breakpoint(sm) {
1033
1066
  display: block;
1034
1067
  }
1035
1068
  }
@@ -1105,13 +1138,17 @@ $duration: 1000ms;
1105
1138
  align-content: center;
1106
1139
  justify-content: flex-end;
1107
1140
  inline-size: 40%;
1108
- padding-inline-end: $spacing-03;
1141
+ padding-inline-end: $spacing-06;
1109
1142
  text-align: end;
1110
1143
 
1111
1144
  .#{$carbon-prefix}--tag {
1112
1145
  flex-shrink: 0;
1113
1146
  margin-inline-end: $spacing-03;
1114
1147
  }
1148
+
1149
+ @include breakpoint-down(lg) {
1150
+ padding-inline-end: $spacing-06;
1151
+ }
1115
1152
  }
1116
1153
 
1117
1154
  .#{$block-class}--tag-overflow-popover__hidden {
@@ -1141,12 +1178,11 @@ $duration: 1000ms;
1141
1178
  margin-inline-start: $spacing-03;
1142
1179
 
1143
1180
  // On max breakpoint and above, position absolutely to the right (enough gutter space)
1144
- @include breakpoint(max) {
1181
+ @include breakpoint(sm) {
1145
1182
  position: absolute;
1146
1183
  inset-block-start: 0;
1147
1184
  inset-inline-end: 0;
1148
1185
  margin-inline-start: 0;
1149
- padding-inline-end: 0;
1150
1186
  }
1151
1187
  }
1152
1188
 
@@ -323,8 +323,10 @@ $motion-duration: $duration-moderate-02;
323
323
  }
324
324
 
325
325
  .#{$block-class}__header-actions {
326
- flex: 0 0 auto;
327
- padding-inline-start: $spacing-06;
326
+ position: absolute;
327
+ z-index: 1;
328
+ inset-block-start: $spacing-05;
329
+ inset-inline-end: $spacing-13;
328
330
  }
329
331
 
330
332
  // buttons inside button sets in the header action area have 8px gap
@@ -338,6 +340,28 @@ $motion-duration: $duration-moderate-02;
338
340
  display: none;
339
341
  }
340
342
 
343
+ // Custom close button positioning (rendered in correct DOM order)
344
+ .#{$block-class}__close-button {
345
+ position: absolute;
346
+ z-index: 1;
347
+ inset-block-start: $spacing-03;
348
+ inset-inline-end: $spacing-05;
349
+ }
350
+
351
+ // Decorator positioning (rendered before close button in DOM for correct focus order)
352
+ .#{$block-class}__decorator {
353
+ position: absolute;
354
+ z-index: 1;
355
+ inset-block-start: $spacing-03;
356
+ inset-inline-end: $spacing-09;
357
+
358
+ // Add margin to AI label and slug buttons for proper spacing
359
+ .#{carbon-config.$prefix}--ai-label__button--sm,
360
+ .#{carbon-config.$prefix}--slug__button--sm {
361
+ margin: $spacing-03 $spacing-05 0 0;
362
+ }
363
+ }
364
+
341
365
  &.#{$block-class}--wide
342
366
  .#{carbon-config.$prefix}--modal-header__heading.#{$block-class}__heading {
343
367
  @include type.type-style('heading-04');
@@ -14,6 +14,7 @@
14
14
  @use '../../global/styles/project-settings' as *;
15
15
  @use '../../global/styles/mixins' as *;
16
16
  @use '@carbon/layout/scss/convert';
17
+ @use '@carbon/styles/scss/utilities/focus-outline';
17
18
 
18
19
  $block-class__next: #{$pkg-prefix}--tearsheet__next;
19
20
  $motion-duration: $duration-moderate-02;
@@ -632,6 +633,10 @@ $transform-start: translate3d(0, calc(min(95vh, 500px)), 0);
632
633
  padding-inline: $spacing-05;
633
634
  }
634
635
  }
636
+
637
+ &:focus {
638
+ @include focus-outline.focus-outline('outline');
639
+ }
635
640
  }
636
641
 
637
642
  .#{$block-class__next}__main-content {
package/telemetry.yml CHANGED
@@ -610,7 +610,11 @@ collect:
610
610
  - position
611
611
  - positionTune
612
612
  - target
613
- - triggerRef
613
+ # CoachmarkContent
614
+ - aria-label
615
+ # CoachmarkContentHeader
616
+ - dragAriaLabel
617
+ - dragIconDescription
614
618
  # CoachmarkDragbar
615
619
  - a11yKeyboardHandler
616
620
  - onDrag
@@ -659,8 +663,6 @@ collect:
659
663
  # ConditionPreview
660
664
  - colorIndex
661
665
  - previewType
662
- # ContentHeader
663
- - dragIconDescription
664
666
  # CreateFullPage
665
667
  - breadcrumbsOverflowAriaLabel
666
668
  - maxVisibleBreadcrumbs
@@ -805,7 +807,9 @@ collect:
805
807
  - maxFileSizeErrorBody
806
808
  - maxFileSizeErrorHeader
807
809
  # Influencer
810
+ - influencerPanelAriaLabel
808
811
  - influencerPanelOpen
812
+ - influencerPanelTriggerRef
809
813
  # InlineEditButton
810
814
  - columnConfig
811
815
  - isActiveCell
@@ -934,6 +938,8 @@ collect:
934
938
  - menuButtonLabel
935
939
  # PageHeaderHeroImage
936
940
  - objectFit
941
+ # PageHeaderTabBar
942
+ - disableStickyTabBar
937
943
  # PageHeaderTagOverflow
938
944
  - renderOverflowTag
939
945
  - renderPopoverContent
@@ -1012,7 +1018,9 @@ collect:
1012
1018
  - tooltipDirection
1013
1019
  - width
1014
1020
  # SummaryContent
1021
+ - summaryPanelAriaLabel
1015
1022
  - summaryPanelOpen
1023
+ - summaryPanelTriggerRef
1016
1024
  # TagOverflow
1017
1025
  - tagComponent
1018
1026
  # Tearsheet
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentBody.d.ts","sourceRoot":"","sources":["../../../../../src/components/Coachmark/next/Coachmark/ContentBody.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,EAAc,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW,yFAUvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Coachmark/next/Coachmark/ContentHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,KAMN,MAAM,OAAO,CAAC;AAQf,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,2FA6GzB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentBody.d.ts","sourceRoot":"","sources":["../../../../../src/components/Coachmark/next/Coachmark/ContentBody.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,EAAc,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW,yFAUvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Coachmark/next/Coachmark/ContentHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,KAMN,MAAM,OAAO,CAAC;AAQf,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,2FA6GzB,CAAC"}