@carbon/ibm-products 2.55.0 → 2.56.0-rc.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 (137) hide show
  1. package/css/index-full-carbon.css +1247 -653
  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 +945 -44
  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 +568 -542
  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 +636 -544
  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/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +18 -9
  18. package/es/components/Card/Card.d.ts +3 -3
  19. package/es/components/Card/Card.js +10 -9
  20. package/es/components/Card/CardHeader.d.ts +7 -7
  21. package/es/components/Card/CardHeader.js +14 -12
  22. package/es/components/Coachmark/Coachmark.d.ts +5 -0
  23. package/es/components/Coachmark/Coachmark.js +11 -3
  24. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
  25. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +19 -5
  26. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
  27. package/es/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
  28. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  29. package/es/components/CreateTearsheet/CreateTearsheet.js +2 -2
  30. package/es/components/CreateTearsheet/CreateTearsheetStep.js +6 -3
  31. package/es/components/EmptyStates/assets/ErrorIllustration.js +2 -3
  32. package/es/components/EmptyStates/assets/NoDataIllustration.js +2 -3
  33. package/es/components/EmptyStates/assets/NoTagsIllustration.js +2 -3
  34. package/es/components/EmptyStates/assets/NotFoundIllustration.js +2 -3
  35. package/es/components/EmptyStates/assets/NotificationsIllustration.js +2 -3
  36. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +2 -3
  37. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +5 -5
  38. package/es/components/ExpressiveCard/ExpressiveCard.js +5 -5
  39. package/es/components/FullPageError/FullPageError.js +7 -7
  40. package/es/components/FullPageError/assets/Error403SVG.d.ts +1 -3
  41. package/es/components/FullPageError/assets/Error403SVG.js +4 -6
  42. package/es/components/FullPageError/assets/Error404SVG.d.ts +1 -3
  43. package/es/components/FullPageError/assets/Error404SVG.js +4 -6
  44. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +1 -3
  45. package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -6
  46. package/es/components/InlineTip/InlineTip.d.ts +5 -0
  47. package/es/components/InlineTip/InlineTip.js +17 -8
  48. package/es/components/ProductiveCard/ProductiveCard.d.ts +3 -3
  49. package/es/components/ProductiveCard/ProductiveCard.js +4 -4
  50. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
  51. package/es/global/js/package-settings.d.ts +1 -1
  52. package/es/global/js/package-settings.js +1 -1
  53. package/es/settings.d.ts +1 -1
  54. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +17 -8
  55. package/lib/components/Card/Card.d.ts +3 -3
  56. package/lib/components/Card/Card.js +10 -9
  57. package/lib/components/Card/CardHeader.d.ts +7 -7
  58. package/lib/components/Card/CardHeader.js +14 -12
  59. package/lib/components/Coachmark/Coachmark.d.ts +5 -0
  60. package/lib/components/Coachmark/Coachmark.js +11 -3
  61. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
  62. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +18 -4
  63. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
  64. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
  65. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  66. package/lib/components/CreateTearsheet/CreateTearsheet.js +2 -2
  67. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +5 -2
  68. package/lib/components/EmptyStates/assets/ErrorIllustration.js +1 -2
  69. package/lib/components/EmptyStates/assets/NoDataIllustration.js +1 -2
  70. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +1 -2
  71. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +1 -2
  72. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +1 -2
  73. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -2
  74. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +5 -5
  75. package/lib/components/ExpressiveCard/ExpressiveCard.js +5 -5
  76. package/lib/components/FullPageError/FullPageError.js +7 -7
  77. package/lib/components/FullPageError/assets/Error403SVG.d.ts +1 -3
  78. package/lib/components/FullPageError/assets/Error403SVG.js +4 -6
  79. package/lib/components/FullPageError/assets/Error404SVG.d.ts +1 -3
  80. package/lib/components/FullPageError/assets/Error404SVG.js +4 -6
  81. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +1 -3
  82. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -6
  83. package/lib/components/InlineTip/InlineTip.d.ts +5 -0
  84. package/lib/components/InlineTip/InlineTip.js +17 -8
  85. package/lib/components/ProductiveCard/ProductiveCard.d.ts +3 -3
  86. package/lib/components/ProductiveCard/ProductiveCard.js +4 -4
  87. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
  88. package/lib/global/js/package-settings.d.ts +1 -1
  89. package/lib/global/js/package-settings.js +1 -1
  90. package/lib/settings.d.ts +1 -1
  91. package/package.json +5 -5
  92. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +3 -3
  93. package/scss/components/Card/_card.scss +19 -5
  94. package/scss/components/Coachmark/_coachmark-overlay.scss +2 -2
  95. package/scss/components/Coachmark/_coachmark-tagline.scss +1 -1
  96. package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +3 -3
  97. package/scss/components/CoachmarkStack/_coachmark-stack.scss +2 -2
  98. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +7 -7
  99. package/scss/components/CreateInfluencer/_create-influencer.scss +2 -2
  100. package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -2
  101. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +4 -4
  102. package/scss/components/Datagrid/styles/_datagrid.scss +5 -8
  103. package/scss/components/Datagrid/styles/_draggableElement.scss +2 -2
  104. package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +1 -1
  105. package/scss/components/Datagrid/styles/_useExpandedRow.scss +1 -1
  106. package/scss/components/Datagrid/styles/_useInlineEdit.scss +1 -1
  107. package/scss/components/Datagrid/styles/_useNestedRows.scss +2 -2
  108. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +1 -1
  109. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +1 -1
  110. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +1 -1
  111. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +1 -2
  112. package/scss/components/DecoratorBase/_decorator-base-mixins.scss +1 -1
  113. package/scss/components/DecoratorBase/_decorator-base.scss +3 -3
  114. package/scss/components/DecoratorDualButton/_decorator-dual-button.scss +1 -1
  115. package/scss/components/DecoratorSingleButton/_decorator-single-button.scss +1 -1
  116. package/scss/components/EditTearsheet/_edit-tearsheet.scss +1 -2
  117. package/scss/components/EditUpdateCards/_edit-update-cards.scss +7 -7
  118. package/scss/components/FullPageError/_full-page-error.scss +1 -1
  119. package/scss/components/GetStartedCard/_get-started-card.scss +1 -1
  120. package/scss/components/Guidebanner/_guidebanner.scss +4 -4
  121. package/scss/components/HTTPErrors/_http-errors.scss +1 -1
  122. package/scss/components/InlineTip/_inline-tip.scss +4 -4
  123. package/scss/components/InterstitialScreen/_interstitial-screen.scss +6 -6
  124. package/scss/components/NonLinearReading/_non-linear-reading.scss +2 -2
  125. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -3
  126. package/scss/components/OptionsTile/_options-tile.scss +6 -8
  127. package/scss/components/PageHeader/_page-header.scss +20 -13
  128. package/scss/components/ProductiveCard/_productive-card.scss +2 -2
  129. package/scss/components/SidePanel/_side-panel.scss +11 -11
  130. package/scss/components/StatusIcon/_status-icon.scss +9 -7
  131. package/scss/components/StatusIndicator/_status-indicator.scss +1 -1
  132. package/scss/components/Tearsheet/_tearsheet.scss +5 -5
  133. package/scss/components/UserAvatar/_user-avatar.scss +5 -3
  134. package/scss/components/UserProfileImage/_user-profile-image.scss +6 -4
  135. package/scss/components/WebTerminal/_web-terminal.scss +2 -2
  136. package/scss/components/_index-released-only.scss +1 -0
  137. package/telemetry.yml +3 -0
@@ -5,6 +5,9 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
+ @use 'sass:list';
9
+ @use 'sass:map';
10
+
8
11
  // Other Carbon settings.
9
12
  @use '@carbon/styles/scss/theme' as *;
10
13
  @use '@carbon/styles/scss/spacing' as *;
@@ -22,12 +25,11 @@
22
25
  // SidePanel uses the following IBM Products components:
23
26
  // ActionSet
24
27
  @use '../ActionSet/action-set';
25
- @use 'sass:list';
26
28
 
27
29
  $block-class: #{c4p-settings.$pkg-prefix}--side-panel;
28
30
  $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
29
31
 
30
- @mixin setPanelSize($size: map-get($side-panel-sizes, md)) {
32
+ @mixin setPanelSize($size: map.get($side-panel-sizes, md)) {
31
33
  /* any value is single value list */
32
34
  width: list.nth($size, 1);
33
35
  @if list.length($size) > 1 {
@@ -51,7 +53,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
51
53
  @mixin setCommonTitleStyles() {
52
54
  display: -webkit-box;
53
55
  overflow: hidden;
54
- /* stylelint-disable-next-line carbon/layout-token-use -- custom css property set below */
56
+ /* stylelint-disable-next-line carbon/layout-use -- custom css property set below */
55
57
  padding-right: var(--#{$block-class}--title-padding-right);
56
58
  -webkit-box-orient: vertical;
57
59
  -webkit-line-clamp: 2;
@@ -121,7 +123,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
121
123
 
122
124
  position: sticky;
123
125
  z-index: 4;
124
- /* stylelint-disable-next-line carbon/layout-token-use */
126
+ /* stylelint-disable-next-line carbon/layout-use */
125
127
  top: calc(-1px * var(--#{$block-class}--scroll-animation-distance));
126
128
  min-height: $spacing-08;
127
129
  padding: $spacing-05;
@@ -217,7 +219,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
217
219
  .#{$block-class}__title {
218
220
  position: sticky;
219
221
  z-index: 4;
220
- /* stylelint-disable-next-line carbon/layout-token-use */
222
+ /* stylelint-disable-next-line carbon/layout-use */
221
223
  top: var(--#{$block-class}--title-stop);
222
224
 
223
225
  /* border-bottom used instead of padding which wrapped text shows through */
@@ -234,7 +236,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
234
236
  }
235
237
 
236
238
  .#{$block-class}__title--no-label .#{$block-class}__title-text {
237
- /* stylelint-disable-next-line carbon/layout-token-use */
239
+ /* stylelint-disable-next-line carbon/layout-use */
238
240
  transform: translateY(
239
241
  calc(
240
242
  -1 * #{$spacing-05} * var(--#{$block-class}--scroll-animation-progress)
@@ -261,13 +263,12 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
261
263
  @include setCommonTitleStyles();
262
264
 
263
265
  position: absolute;
264
- /* stylelint-disable-next-line carbon/layout-token-use */
265
266
  top: 0;
266
267
  opacity: var(--#{$block-class}--scroll-animation-progress);
267
268
  }
268
269
 
269
270
  .#{$block-class}__title--no-label .#{$block-class}__collapsed-title-text {
270
- /* stylelint-disable-next-line carbon/layout-token-use */
271
+ /* stylelint-disable-next-line carbon/layout-use */
271
272
  transform: translateY(
272
273
  calc(
273
274
  #{$spacing-05} * (1 - var(--#{$block-class}--scroll-animation-progress))
@@ -409,7 +410,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
409
410
  }
410
411
  &.#{$block-class}.#{$block-class}--xs
411
412
  .#{$block-class}__actions-container.#{$action-set-block-class}--sm {
412
- @include setPanelSize(map-get($side-panel-sizes, xs));
413
+ @include setPanelSize(map.get($side-panel-sizes, xs));
413
414
  }
414
415
  }
415
416
 
@@ -453,7 +454,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
453
454
  height: 1px;
454
455
  padding: 0;
455
456
  border: 0;
456
- // stylelint-disable-next-line carbon/layout-token-use
457
+ // stylelint-disable-next-line carbon/layout-use
457
458
  margin: -1px;
458
459
  clip: rect(0, 0, 0, 0);
459
460
  visibility: inherit;
@@ -471,6 +472,5 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
471
472
 
472
473
  .#{$block-class}--has-slug + .#{$block-class}__overlay,
473
474
  .#{$block-class}--has-ai-label + .#{$block-class}__overlay {
474
- /* stylelint-disable-next-line carbon/theme-token-use */
475
475
  background-color: $ai-overlay;
476
476
  }
@@ -5,6 +5,8 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
+ @use 'sass:map';
9
+
8
10
  // Standard imports.
9
11
  @use '@carbon/react/scss/colors' as *;
10
12
  @use '../../global/styles/project-settings' as *;
@@ -74,8 +76,8 @@ $themes: ('light', 'dark');
74
76
  $block-class: #{$pkg-prefix}--status-icon;
75
77
 
76
78
  @function carbon-clr($name, $theme: light) {
77
- // stylelint-disable-next-line carbon/theme-token-use
78
- $color: map-get(map-get($colors, $name), $theme);
79
+ // stylelint-disable-next-line carbon/theme-use
80
+ $color: map.get(map.get($colors, $name), $theme);
79
81
  @return $color;
80
82
  }
81
83
 
@@ -96,7 +98,7 @@ $block-class: #{$pkg-prefix}--status-icon;
96
98
 
97
99
  .#{$block-class}--light.#{$block-class}--light-minor-warning,
98
100
  .#{$block-class}--dark.#{$block-class}--dark-minor-warning {
99
- // stylelint-disable-next-line carbon/theme-token-use
101
+ // stylelint-disable-next-line carbon/theme-use
100
102
  fill: $yellow-20;
101
103
  }
102
104
 
@@ -106,7 +108,7 @@ $block-class: #{$pkg-prefix}--status-icon;
106
108
  .#{$block-class}--light.#{$block-class}--light-minor-warning
107
109
  path:nth-of-type(1),
108
110
  .#{$block-class}--dark.#{$block-class}--dark-minor-warning path:nth-of-type(1) {
109
- // stylelint-disable-next-line carbon/theme-token-use
111
+ // stylelint-disable-next-line carbon/theme-use
110
112
  fill: $gray-100;
111
113
  }
112
114
 
@@ -124,13 +126,13 @@ $block-class: #{$pkg-prefix}--status-icon;
124
126
  }
125
127
  // stylelint-disable-next-line carbon/motion-duration-use, carbon/motion-easing-use
126
128
  animation: rotating 8000ms infinite linear;
127
- // stylelint-disable-next-line carbon/theme-token-use
129
+ // stylelint-disable-next-line carbon/theme-use
128
130
  fill: carbon-clr($icon, $theme);
129
131
  } @else if $icon == running {
130
- // stylelint-disable-next-line carbon/theme-token-use
132
+ // stylelint-disable-next-line carbon/theme-use
131
133
  fill: carbon-clr($icon, $theme);
132
134
  } @else {
133
- // stylelint-disable-next-line carbon/theme-token-use
135
+ // stylelint-disable-next-line carbon/theme-use
134
136
  fill: carbon-clr($icon, $theme);
135
137
  @media (prefers-reduced-motion) {
136
138
  .#{$block-class}--#{$theme}.#{$block-class}--#{$theme-key}-in-progress {
@@ -5,7 +5,7 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
- /* stylelint-disable carbon/layout-token-use */
8
+ /* stylelint-disable carbon/layout-use */
9
9
  /* stylelint-disable function-no-unknown */
10
10
 
11
11
  // Standard imports.
@@ -22,7 +22,7 @@
22
22
 
23
23
  $block-class: #{$pkg-prefix}--tearsheet;
24
24
 
25
- // stylelint-disable-next-line carbon/theme-token-use
25
+ // stylelint-disable-next-line carbon/theme-use
26
26
  $motion-duration: $duration-moderate-02;
27
27
 
28
28
  @include block-wrap($block-class) {
@@ -105,7 +105,7 @@ $motion-duration: $duration-moderate-02;
105
105
  // viewport, capped at 500px to set an upper limit on the movement speed
106
106
  // For the reason for calc() see https://github.com/sass/sass/issues/2849
107
107
  // and https://github.com/sass/node-sass/issues/2815.
108
- // stylelint-disable-next-line carbon/layout-token-use
108
+ // stylelint-disable-next-line carbon/layout-use
109
109
  transform: translate3d(0, calc(min(95vh, 500px)), 0);
110
110
  }
111
111
 
@@ -289,7 +289,7 @@ $motion-duration: $duration-moderate-02;
289
289
  &.#{$block-class}--wide.#{$block-class}--has-ai-label
290
290
  .#{$block-class}__header.#{$block-class}__header--with-close-icon {
291
291
  /* spacing 11 plus additional space for slug/close */
292
- /* stylelint-disable-next-line carbon/layout-token-use */
292
+ /* stylelint-disable-next-line carbon/layout-use */
293
293
  padding-inline-end: calc(#{$spacing-11 + $spacing-09});
294
294
  }
295
295
 
@@ -427,7 +427,6 @@ $motion-duration: $duration-moderate-02;
427
427
 
428
428
  &.#{$block-class}--has-slug,
429
429
  &.#{$block-class}--has-ai-label {
430
- /* stylelint-disable-next-line carbon/theme-token-use */
431
430
  --overlay-color: #{$ai-overlay};
432
431
  }
433
432
 
@@ -436,7 +435,8 @@ $motion-duration: $duration-moderate-02;
436
435
  &.#{$block-class}--has-ai-label:not(.#{$block-class}--has-close)
437
436
  .#{$carbon-prefix}--slug {
438
437
  inset-inline-end: 0;
438
+ /* stylelint-disable-next-line carbon/layout-use */
439
439
  margin-block: 6px;
440
- margin-inline-end: 1rem;
440
+ margin-inline-end: $spacing-05;
441
441
  }
442
442
  }
@@ -5,6 +5,8 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
+ @use 'sass:map';
9
+
8
10
  // Standard imports.
9
11
  @use '../../global/styles/project-settings' as *;
10
12
  @use '../../global/styles/mixins';
@@ -34,7 +36,7 @@ $sizes: (
34
36
  );
35
37
 
36
38
  @mixin size($size) {
37
- $_size: map-get($sizes, $size);
39
+ $_size: map.get($sizes, $size);
38
40
 
39
41
  width: $_size;
40
42
  height: $_size;
@@ -60,7 +62,7 @@ $sizes: (
60
62
 
61
63
  .#{$block-class}__tooltip {
62
64
  &:focus-within .#{$block-class} {
63
- // stylelint-disable-next-line carbon/theme-token-use
65
+ // stylelint-disable-next-line carbon/theme-use
64
66
  outline: 2px solid $focus;
65
67
  outline-offset: 1px;
66
68
  }
@@ -72,7 +74,7 @@ $sizes: (
72
74
  }
73
75
 
74
76
  @mixin setBgColor($color) {
75
- // stylelint-disable-next-line carbon/theme-token-use
77
+ // stylelint-disable-next-line carbon/theme-use
76
78
  background-color: $color;
77
79
  }
78
80
 
@@ -5,6 +5,8 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
+ @use 'sass:map';
9
+
8
10
  // Standard imports.
9
11
  @use '@carbon/styles/scss/theme' as *;
10
12
  @use '@carbon/styles/scss/spacing' as *;
@@ -24,7 +26,7 @@ $sizes: (
24
26
  );
25
27
 
26
28
  @mixin size($size) {
27
- $_size: map-get($sizes, $size);
29
+ $_size: map.get($sizes, $size);
28
30
 
29
31
  width: $_size;
30
32
  height: $_size;
@@ -45,9 +47,9 @@ $themes: (
45
47
  $theme-keys: map-keys($themes);
46
48
 
47
49
  @function carbon-get-background-color($color, $key, $contrast-key) {
48
- @return map-get(
50
+ @return map.get(
49
51
  $carbon-colors,
50
- #{$color}#{map-get(map-get($themes, $key), #{$contrast-key}-contrast)}
52
+ #{$color}#{map.get(map.get($themes, $key), #{$contrast-key}-contrast)}
51
53
  );
52
54
  }
53
55
 
@@ -58,7 +60,7 @@ $theme-keys: map-keys($themes);
58
60
  @each $color in $base-colors {
59
61
  @each $contrast-key in $theme-keys {
60
62
  .#{$block-class}--#{$key}.#{$block-class}--#{$contrast-key}-#{$color} {
61
- // stylelint-disable-next-line carbon/theme-token-use
63
+ // stylelint-disable-next-line carbon/theme-use
62
64
  background-color: carbon-get-background-color(
63
65
  $color,
64
66
  $key,
@@ -18,7 +18,7 @@ $block-class: #{$pkg-prefix}--web-terminal;
18
18
  @keyframes web-terminal-entrance {
19
19
  from {
20
20
  opacity: 0;
21
- // stylelint-disable-next-line carbon/layout-token-use
21
+ // stylelint-disable-next-line carbon/layout-use
22
22
  transform: translateX(#{$web-terminal-width});
23
23
  }
24
24
 
@@ -36,7 +36,7 @@ $block-class: #{$pkg-prefix}--web-terminal;
36
36
 
37
37
  to {
38
38
  opacity: 0;
39
- // stylelint-disable-next-line carbon/layout-token-use
39
+ // stylelint-disable-next-line carbon/layout-use
40
40
  transform: translateX(#{$web-terminal-width});
41
41
  }
42
42
  }
@@ -39,3 +39,4 @@
39
39
  @use './Tearsheet';
40
40
  @use './UserProfileImage';
41
41
  @use './WebTerminal';
42
+ @use './UserAvatar';
package/telemetry.yml CHANGED
@@ -72,6 +72,7 @@ collect:
72
72
  - DatagridBatchActions
73
73
  - DatagridPagination
74
74
  - datagridState
75
+ - decorator
75
76
  - defaultColumn
76
77
  - defaultEmptyRowCount
77
78
  - description
@@ -284,6 +285,7 @@ collect:
284
285
  - reactTableFiltersState
285
286
  - readOnlyTable
286
287
  - renderIcon
288
+ - renderMedia
287
289
  - renderRowHeader
288
290
  - renderRowHeaderDirection
289
291
  - resetToDefaultLabel
@@ -517,6 +519,7 @@ collect:
517
519
  - toggleLabel
518
520
  - toggleLabelAlign
519
521
  # Coachmark
522
+ - isOpenByDefault
520
523
  - overlayClassName
521
524
  - overlayKind
522
525
  - overlayRef