@carbon/ibm-products 2.38.0 → 2.40.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (196) hide show
  1. package/css/index-full-carbon.css +236 -3
  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 +5 -0
  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 +236 -3
  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 +236 -3
  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/AddSelect/AddSelect.d.ts +44 -2
  18. package/es/components/AddSelect/AddSelect.js +8 -4
  19. package/es/components/AddSelect/AddSelectBody.d.ts +44 -2
  20. package/es/components/AddSelect/AddSelectBody.js +10 -12
  21. package/es/components/AddSelect/AddSelectSort.d.ts +16 -17
  22. package/es/components/AddSelect/AddSelectSort.js +5 -5
  23. package/es/components/AddSelect/types/index.d.ts +44 -0
  24. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +5 -1
  25. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +12 -6
  26. package/es/components/Card/Card.js +50 -9
  27. package/es/components/Card/CardFooter.d.ts +5 -1
  28. package/es/components/Card/CardFooter.js +11 -1
  29. package/es/components/Carousel/Carousel.d.ts +6 -2
  30. package/es/components/Checklist/Checklist.d.ts +100 -2
  31. package/es/components/Checklist/Checklist.js +9 -5
  32. package/es/components/Checklist/Checklist.types.d.ts +19 -0
  33. package/es/components/Checklist/Checklist.types.js +22 -0
  34. package/es/components/Checklist/ChecklistChart.d.ts +5 -1
  35. package/es/components/Checklist/ChecklistChart.js +9 -4
  36. package/es/components/Checklist/ChecklistIcon.d.ts +5 -1
  37. package/es/components/Checklist/ChecklistIcon.js +9 -4
  38. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +19 -2
  39. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +46 -2
  40. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +5 -4
  41. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +55 -17
  42. package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
  43. package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +95 -2
  44. package/es/components/CreateTearsheet/CreateTearsheetStep.js +7 -5
  45. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +67 -2
  46. package/es/components/DataSpreadsheet/DataSpreadsheet.js +50 -28
  47. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +139 -2
  48. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +46 -31
  49. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +89 -2
  50. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +39 -25
  51. package/es/components/DataSpreadsheet/types/index.d.ts +30 -0
  52. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +5 -1
  53. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -1
  54. package/es/components/GetStartedCard/GetStartedCard.d.ts +5 -0
  55. package/es/components/GetStartedCard/GetStartedCard.js +82 -0
  56. package/es/components/GetStartedCard/index.d.ts +1 -0
  57. package/es/components/Guidebanner/Guidebanner.d.ts +62 -2
  58. package/es/components/Guidebanner/Guidebanner.js +6 -5
  59. package/es/components/Guidebanner/GuidebannerElement.d.ts +30 -17
  60. package/es/components/Guidebanner/GuidebannerElement.js +4 -4
  61. package/es/components/Guidebanner/GuidebannerElementButton.d.ts +29 -15
  62. package/es/components/Guidebanner/GuidebannerElementButton.js +10 -4
  63. package/es/components/Guidebanner/GuidebannerElementLink.d.ts +20 -13
  64. package/es/components/Guidebanner/GuidebannerElementLink.js +3 -3
  65. package/es/components/InterstitialScreen/InterstitialScreen.js +3 -1
  66. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +134 -2
  67. package/es/components/MultiAddSelect/MultiAddSelect.js +2 -1
  68. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +162 -1
  69. package/es/components/NotificationsPanel/NotificationsPanel.js +10 -11
  70. package/es/components/PageHeader/PageHeader.d.ts +298 -5
  71. package/es/components/PageHeader/PageHeader.js +98 -47
  72. package/es/components/PageHeader/PageHeaderUtils.d.ts +1 -1
  73. package/es/components/PageHeader/PageHeaderUtils.js +4 -1
  74. package/es/components/SidePanel/SidePanel.d.ts +6 -2
  75. package/es/components/SidePanel/SidePanel.js +18 -3
  76. package/es/components/SidePanel/constants.d.ts +1 -0
  77. package/es/components/SidePanel/constants.js +1 -0
  78. package/es/components/SingleAddSelect/SingleAddSelect.d.ts +69 -2
  79. package/es/components/SingleAddSelect/SingleAddSelect.js +2 -1
  80. package/es/components/TagOverflow/TagOverflow.d.ts +5 -0
  81. package/es/components/TagOverflow/TagOverflow.js +153 -29
  82. package/es/components/TagOverflow/TagOverflowModal.d.ts +29 -0
  83. package/es/components/TagOverflow/TagOverflowModal.js +112 -0
  84. package/es/components/TagOverflow/TagOverflowPopover.d.ts +2 -0
  85. package/es/components/TagOverflow/TagOverflowPopover.js +135 -0
  86. package/es/components/Tearsheet/Tearsheet.d.ts +132 -6
  87. package/es/components/Tearsheet/Tearsheet.js +25 -13
  88. package/es/components/Tearsheet/TearsheetShell.d.ts +5 -1
  89. package/es/components/Tearsheet/TearsheetShell.js +26 -4
  90. package/es/components/WebTerminal/WebTerminal.d.ts +4 -0
  91. package/es/components/WebTerminal/WebTerminal.js +11 -3
  92. package/es/components/index.d.ts +1 -0
  93. package/es/global/js/hooks/useFocus.d.ts +3 -1
  94. package/es/global/js/hooks/useFocus.js +6 -3
  95. package/es/global/js/hooks/useRetrieveStepData.d.ts +1 -1
  96. package/es/global/js/hooks/useRetrieveStepData.js +1 -1
  97. package/es/global/js/package-settings.d.ts +1 -0
  98. package/es/global/js/package-settings.js +1 -0
  99. package/es/index.js +1 -0
  100. package/es/settings.d.ts +1 -0
  101. package/lib/components/AddSelect/AddSelect.d.ts +44 -2
  102. package/lib/components/AddSelect/AddSelect.js +7 -3
  103. package/lib/components/AddSelect/AddSelectBody.d.ts +44 -2
  104. package/lib/components/AddSelect/AddSelectBody.js +10 -12
  105. package/lib/components/AddSelect/AddSelectSort.d.ts +16 -17
  106. package/lib/components/AddSelect/AddSelectSort.js +5 -5
  107. package/lib/components/AddSelect/types/index.d.ts +44 -0
  108. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +5 -1
  109. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +12 -6
  110. package/lib/components/Card/Card.js +50 -9
  111. package/lib/components/Card/CardFooter.d.ts +5 -1
  112. package/lib/components/Card/CardFooter.js +11 -1
  113. package/lib/components/Carousel/Carousel.d.ts +6 -2
  114. package/lib/components/Checklist/Checklist.d.ts +100 -2
  115. package/lib/components/Checklist/Checklist.js +9 -5
  116. package/lib/components/Checklist/Checklist.types.d.ts +19 -0
  117. package/lib/components/Checklist/Checklist.types.js +27 -0
  118. package/lib/components/Checklist/ChecklistChart.d.ts +5 -1
  119. package/lib/components/Checklist/ChecklistChart.js +14 -9
  120. package/lib/components/Checklist/ChecklistIcon.d.ts +5 -1
  121. package/lib/components/Checklist/ChecklistIcon.js +9 -4
  122. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +19 -2
  123. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +46 -2
  124. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +5 -4
  125. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +55 -17
  126. package/lib/components/CreateInfluencer/CreateInfluencer.js +1 -1
  127. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +95 -2
  128. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +7 -5
  129. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +67 -2
  130. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +50 -28
  131. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +139 -2
  132. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +46 -31
  133. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +89 -2
  134. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +39 -25
  135. package/lib/components/DataSpreadsheet/types/index.d.ts +30 -0
  136. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +5 -1
  137. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -1
  138. package/lib/components/GetStartedCard/GetStartedCard.d.ts +5 -0
  139. package/lib/components/GetStartedCard/GetStartedCard.js +88 -0
  140. package/lib/components/GetStartedCard/index.d.ts +1 -0
  141. package/lib/components/Guidebanner/Guidebanner.d.ts +62 -2
  142. package/lib/components/Guidebanner/Guidebanner.js +6 -5
  143. package/lib/components/Guidebanner/GuidebannerElement.d.ts +30 -17
  144. package/lib/components/Guidebanner/GuidebannerElement.js +4 -4
  145. package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +29 -15
  146. package/lib/components/Guidebanner/GuidebannerElementButton.js +10 -4
  147. package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +20 -13
  148. package/lib/components/Guidebanner/GuidebannerElementLink.js +3 -3
  149. package/lib/components/InterstitialScreen/InterstitialScreen.js +3 -1
  150. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +134 -2
  151. package/lib/components/MultiAddSelect/MultiAddSelect.js +2 -1
  152. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +162 -1
  153. package/lib/components/NotificationsPanel/NotificationsPanel.js +10 -11
  154. package/lib/components/PageHeader/PageHeader.d.ts +298 -5
  155. package/lib/components/PageHeader/PageHeader.js +98 -47
  156. package/lib/components/PageHeader/PageHeaderUtils.d.ts +1 -1
  157. package/lib/components/PageHeader/PageHeaderUtils.js +4 -1
  158. package/lib/components/SidePanel/SidePanel.d.ts +6 -2
  159. package/lib/components/SidePanel/SidePanel.js +18 -3
  160. package/lib/components/SidePanel/constants.d.ts +1 -0
  161. package/lib/components/SidePanel/constants.js +1 -0
  162. package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +69 -2
  163. package/lib/components/SingleAddSelect/SingleAddSelect.js +2 -1
  164. package/lib/components/TagOverflow/TagOverflow.d.ts +5 -0
  165. package/lib/components/TagOverflow/TagOverflow.js +154 -28
  166. package/lib/components/TagOverflow/TagOverflowModal.d.ts +29 -0
  167. package/lib/components/TagOverflow/TagOverflowModal.js +121 -0
  168. package/lib/components/TagOverflow/TagOverflowPopover.d.ts +2 -0
  169. package/lib/components/TagOverflow/TagOverflowPopover.js +144 -0
  170. package/lib/components/Tearsheet/Tearsheet.d.ts +132 -6
  171. package/lib/components/Tearsheet/Tearsheet.js +25 -13
  172. package/lib/components/Tearsheet/TearsheetShell.d.ts +5 -1
  173. package/lib/components/Tearsheet/TearsheetShell.js +26 -4
  174. package/lib/components/WebTerminal/WebTerminal.d.ts +4 -0
  175. package/lib/components/WebTerminal/WebTerminal.js +11 -3
  176. package/lib/components/index.d.ts +1 -0
  177. package/lib/global/js/hooks/useFocus.d.ts +3 -1
  178. package/lib/global/js/hooks/useFocus.js +6 -3
  179. package/lib/global/js/hooks/useRetrieveStepData.d.ts +1 -1
  180. package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
  181. package/lib/global/js/package-settings.d.ts +1 -0
  182. package/lib/global/js/package-settings.js +1 -0
  183. package/lib/index.js +5 -0
  184. package/lib/settings.d.ts +1 -0
  185. package/package.json +3 -3
  186. package/scss/components/CoachmarkStack/_coachmark-stack.scss +4 -2
  187. package/scss/components/GetStartedCard/_carbon-imports.scss +9 -0
  188. package/scss/components/GetStartedCard/_get-started-card.scss +135 -0
  189. package/scss/components/GetStartedCard/_index-with-carbon.scss +9 -0
  190. package/scss/components/GetStartedCard/_index.scss +8 -0
  191. package/scss/components/SidePanel/_side-panel-variables.scss +1 -0
  192. package/scss/components/StringFormatter/_string-formatter.scss +1 -1
  193. package/scss/components/TagOverflow/_tag-overflow.scss +157 -0
  194. package/scss/components/_index-with-carbon.scss +1 -0
  195. package/scss/components/_index.scss +1 -0
  196. package/telemetry.yml +25 -16
@@ -0,0 +1,135 @@
1
+ /* stylelint-disable carbon/layout-token-use */
2
+ /* stylelint-disable max-nesting-depth */
3
+ //
4
+ // Copyright IBM Corp. 2024, 2024
5
+ //
6
+ // This source code is licensed under the Apache-2.0 license found in the
7
+ // LICENSE file in the root directory of this source tree.
8
+ //
9
+
10
+ // Standard imports.
11
+ @use '../../global/styles/project-settings' as c4p-settings;
12
+ @use '../../global/styles/mixins';
13
+ @use '@carbon/styles/scss/spacing' as *;
14
+ @use '@carbon/styles/scss/type' as *;
15
+ @use '@carbon/styles/scss/theme' as *;
16
+ @use '@carbon/react/scss/colors' as *;
17
+ @use '@carbon/layout/scss/convert' as *;
18
+ @use '@carbon/styles/scss/breakpoint' as *;
19
+
20
+ $block-class: #{c4p-settings.$pkg-prefix}--card;
21
+
22
+ .#{$block-class}__get-started {
23
+ border-width: 1px;
24
+ border-style: solid;
25
+ background: linear-gradient(to bottom, $purple-80 40%, $purple-70);
26
+ border-image: linear-gradient(to bottom, $purple-60, $purple-50) 1;
27
+ color: $text-on-color;
28
+
29
+ &:hover {
30
+ background: linear-gradient($purple-70-hover, $purple-70-hover);
31
+ }
32
+
33
+ &:focus {
34
+ border: 2px solid $focus;
35
+ outline: 1px solid $focus-inset;
36
+ outline-offset: -3px;
37
+ }
38
+
39
+ .#{$block-class}__sequence {
40
+ @include type-style('heading-05');
41
+
42
+ padding-top: $spacing-05;
43
+ padding-left: $spacing-05;
44
+ }
45
+
46
+ .#{$block-class}__status {
47
+ position: absolute;
48
+ z-index: 2;
49
+ top: $spacing-05;
50
+ right: $spacing-05;
51
+ }
52
+
53
+ .#{$block-class}__header-body-container {
54
+ display: flex;
55
+ }
56
+
57
+ .#{$block-class}__header {
58
+ padding-right: $spacing-09;
59
+
60
+ @include breakpoint-down(lg) {
61
+ padding-bottom: 0;
62
+ }
63
+ }
64
+
65
+ .#{$block-class}__body {
66
+ @include breakpoint-down(lg) {
67
+ padding: 0;
68
+ }
69
+ }
70
+ .#{$block-class}__media {
71
+ align-content: center;
72
+
73
+ @include breakpoint-down(lg) {
74
+ display: none;
75
+ }
76
+ }
77
+
78
+ .#{$block-class}__pictogram ~ .#{$block-class}__content-container {
79
+ .#{$block-class}__media {
80
+ /* stylelint-disable-next-line function-no-unknown */
81
+ margin-top: to-rem(-50px);
82
+ margin-bottom: -$spacing-09;
83
+ }
84
+ }
85
+
86
+ .#{$block-class}__sequence ~ .#{$block-class}__content-container {
87
+ .#{$block-class}__media {
88
+ /* stylelint-disable-next-line function-no-unknown */
89
+ margin-top: to-rem(-56px);
90
+ margin-bottom: -$spacing-09;
91
+ }
92
+ }
93
+
94
+ //meta-data
95
+ .#{$block-class}__actions {
96
+ padding: $spacing-05;
97
+ gap: $spacing-04;
98
+ @include type-style('label-01');
99
+
100
+ .#{$block-class}__icon {
101
+ display: flex;
102
+ padding: 0;
103
+ margin-right: 0;
104
+ }
105
+
106
+ .#{$block-class}__icon svg {
107
+ margin-right: $spacing-02;
108
+ }
109
+
110
+ .#{$block-class}__icon:hover {
111
+ background: none;
112
+ }
113
+ }
114
+
115
+ .#{$block-class}__footer {
116
+ position: relative;
117
+ z-index: 1;
118
+ justify-content: space-between;
119
+ border: none;
120
+
121
+ .#{$block-class}__action-icon {
122
+ display: flex;
123
+ align-self: center;
124
+ padding-right: $spacing-05;
125
+ }
126
+ }
127
+ }
128
+ .#{$block-class}__disabled:focus,
129
+ .#{$block-class}__disabled:hover,
130
+ .#{$block-class}__disabled {
131
+ border: 1px solid $border-disabled;
132
+ background: $layer-02;
133
+ color: $text-disabled;
134
+ cursor: default;
135
+ }
@@ -0,0 +1,9 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 2024
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use './carbon-imports';
9
+ @use './get-started-card';
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 2024
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use './get-started-card';
@@ -14,5 +14,6 @@ $side-panel-sizes: (
14
14
  sm: 20rem,
15
15
  md: 30rem,
16
16
  lg: 40rem,
17
+ xl: 65rem,
17
18
  2xl: 40rem 75%,
18
19
  );
@@ -48,7 +48,7 @@ $popover-block-class: #{c4p-settings.$carbon-prefix}--popover;
48
48
  line-height: inherit;
49
49
  }
50
50
 
51
- .#{$popover-block-class} {
51
+ .#{$block-class} .#{$popover-block-class} {
52
52
  max-width: $spacing-05;
53
53
  margin: 0 auto;
54
54
  }
@@ -9,6 +9,9 @@
9
9
  @use '../../global/styles/project-settings' as c4p-settings;
10
10
  @use '../../global/styles/mixins';
11
11
  @use '@carbon/styles/scss/spacing' as *;
12
+ @use '@carbon/styles/scss/breakpoint' as *;
13
+ @use '@carbon/styles/scss/theme' as *;
14
+ @use '@carbon/styles/scss/type';
12
15
 
13
16
  // Other Carbon settings if needed
14
17
  // TODO: @use '@carbon/styles/scss/grid';
@@ -20,15 +23,26 @@
20
23
 
21
24
  // The block part of our conventional BEM class names (blockClass__E--M).
22
25
  $block-class: #{c4p-settings.$pkg-prefix}--tag-overflow;
26
+ $block-class-overflow: #{$block-class}-popover;
27
+ $block-class-modal: #{$block-class}-modal;
23
28
 
24
29
  .#{$block-class} {
25
30
  display: flex;
26
31
  width: 100%;
27
32
  min-width: $spacing-12;
28
33
  align-items: center;
34
+ justify-content: flex-start;
29
35
  white-space: nowrap;
30
36
  }
31
37
 
38
+ .#{$block-class}--align-end {
39
+ justify-content: flex-end;
40
+ }
41
+
42
+ .#{$block-class}--align-center {
43
+ justify-content: center;
44
+ }
45
+
32
46
  .#{$block-class}--multiline {
33
47
  flex-wrap: wrap;
34
48
  }
@@ -53,3 +67,146 @@ $block-class: #{c4p-settings.$pkg-prefix}--tag-overflow;
53
67
  display: inline-block;
54
68
  max-width: $spacing-09;
55
69
  }
70
+
71
+ .#{$block-class-overflow} {
72
+ display: inline-block;
73
+ vertical-align: bottom;
74
+ .#{c4p-settings.$carbon-prefix}--tag.#{c4p-settings.$carbon-prefix}--tag--interactive {
75
+ border: 0;
76
+ }
77
+
78
+ .#{c4p-settings.$carbon-prefix}--popover
79
+ .#{c4p-settings.$carbon-prefix}--popover-content {
80
+ padding: $spacing-05;
81
+ }
82
+ }
83
+
84
+ .#{$block-class-overflow}--hidden {
85
+ overflow: hidden;
86
+ max-width: 0;
87
+ visibility: hidden;
88
+ }
89
+
90
+ @include mixins.block-wrap('#{$block-class-overflow}__el') {
91
+ &.#{$block-class-overflow}__el {
92
+ // removes the min width in Carbon
93
+ min-width: initial;
94
+ text-align: left;
95
+ }
96
+
97
+ .#{$block-class-overflow}__trigger {
98
+ font-family: inherit;
99
+ }
100
+
101
+ .#{$block-class-overflow}__show-all-tags-link.#{c4p-settings.$carbon-prefix}--link:visited {
102
+ display: inline-block;
103
+ margin: $spacing-03 0 $spacing-02; // to match the tags
104
+ color: $link-inverse;
105
+ }
106
+
107
+ .#{c4p-settings.$carbon-prefix}--link:active,
108
+ .#{c4p-settings.$carbon-prefix}--link:active:visited,
109
+ .#{c4p-settings.$carbon-prefix}--link:active:visited:hover {
110
+ color: $text-inverse;
111
+ }
112
+
113
+ .#{$block-class-overflow}__tag-list {
114
+ display: flex;
115
+ flex-direction: column;
116
+ }
117
+
118
+ .#{$block-class-overflow}__show-all-tags-link {
119
+ margin-top: $spacing-03;
120
+ color: $link-inverse;
121
+ }
122
+
123
+ .#{$block-class-overflow}__tag-item.#{$block-class-overflow}__tag-item--tag
124
+ .#{c4p-settings.$carbon-prefix}--tag {
125
+ background-color: $background-inverse-hover;
126
+ }
127
+
128
+ .#{$block-class-overflow}__tag-item.#{$block-class-overflow}__tag-item--default,
129
+ .#{$block-class-overflow}__tag-item.#{$block-class-overflow}__tag-item--default
130
+ .#{c4p-settings.$carbon-prefix}--tag {
131
+ @include type.type-style('body-compact-01');
132
+
133
+ display: block;
134
+ overflow: hidden;
135
+ min-width: initial;
136
+ min-height: initial;
137
+ padding: 0;
138
+ border-radius: 0;
139
+ margin: 0;
140
+ background-color: inherit;
141
+ color: inherit;
142
+ text-overflow: ellipsis;
143
+ white-space: nowrap;
144
+ }
145
+
146
+ .#{$block-class-overflow}__tag
147
+ .#{c4p-settings.$carbon-prefix}--tag__close-icon {
148
+ // undo override by .#{c4p-settings.$carbon-prefix}--tooltip button
149
+ padding: 0;
150
+ }
151
+
152
+ .#{$block-class-overflow}__tag
153
+ .#{c4p-settings.$carbon-prefix}--tag--high-contrast {
154
+ background-color: $background;
155
+ color: $text-primary;
156
+ }
157
+
158
+ .#{$block-class-overflow}__tag
159
+ .#{c4p-settings.$carbon-prefix}--tag__close-icon:hover {
160
+ background-color: $background-hover;
161
+ }
162
+
163
+ .#{$block-class-overflow}__tag
164
+ .#{c4p-settings.$carbon-prefix}--tag__close-icon:focus {
165
+ box-shadow: inset 0 0 0 $spacing-01 $focus;
166
+ }
167
+ }
168
+
169
+ @include mixins.block-wrap('#{$block-class-modal}') {
170
+ &.#{$block-class-modal} {
171
+ // not to be overridden by use in tag set
172
+ text-align: initial;
173
+ white-space: initial;
174
+ }
175
+
176
+ .#{$block-class-modal}__container {
177
+ @include breakpoint(md) {
178
+ height: 90%;
179
+ max-height: 450px;
180
+ }
181
+ }
182
+
183
+ .#{$block-class-modal}__search {
184
+ margin-top: $spacing-05;
185
+ margin-bottom: 0;
186
+ }
187
+
188
+ &.#{$block-class-modal} .#{$block-class-modal}__fade {
189
+ position: relative;
190
+ margin-right: $spacing-05;
191
+ margin-left: $spacing-05;
192
+ }
193
+
194
+ .#{$block-class-modal}__body {
195
+ padding-bottom: $spacing-06;
196
+ }
197
+
198
+ .#{$block-class-modal}__header {
199
+ padding-right: 0;
200
+ margin-right: $spacing-05;
201
+ }
202
+
203
+ &.#{$block-class-modal} .#{$block-class-modal}__fade::after {
204
+ position: absolute;
205
+ top: calc(-1 * #{$spacing-11});
206
+ left: 0;
207
+ width: 100%;
208
+ height: $spacing-07;
209
+ background: linear-gradient(to bottom, transparent, $layer-01);
210
+ content: '';
211
+ }
212
+ }
@@ -76,3 +76,4 @@
76
76
  @use './TagOverflow/index-with-carbon' as *;
77
77
  @use './FilterPanel/index-with-carbon' as *;
78
78
  @use './ConditionBuilder/index-with-carbon' as *;
79
+ @use './GetStartedCard/index-with-carbon' as *;
@@ -83,3 +83,4 @@
83
83
  @use './TagOverflow';
84
84
  @use './FilterPanel';
85
85
  @use './ConditionBuilder';
86
+ @use './GetStartedCard';
package/telemetry.yml CHANGED
@@ -17,6 +17,8 @@ collect:
17
17
  - align
18
18
  - allTagsModalSearchLabel
19
19
  - allTagsModalSearchPlaceholderText
20
+ - allTagsModalSearchThreshold
21
+ - allTagsModalTarget
20
22
  - allTagsModalTitle
21
23
  - alt
22
24
  - apiKey
@@ -48,6 +50,7 @@ collect:
48
50
  - conditionBuilderRef
49
51
  - conditionState
50
52
  - config
53
+ - containingElementRef
51
54
  - count
52
55
  - currentMatcher
53
56
  - currentStep
@@ -72,6 +75,7 @@ collect:
72
75
  - filterString
73
76
  - findColumnPlaceholderLabel
74
77
  - firstFocusElement
78
+ - footerActionIcon
75
79
  - formDescription
76
80
  - formTitle
77
81
  - getConditionState
@@ -128,14 +132,17 @@ collect:
128
132
  - kind
129
133
  - label
130
134
  - labelText
135
+ - launcherButtonRef
131
136
  - legendText
132
137
  - link
133
138
  - links
134
139
  - loading
135
140
  - maxVisible
141
+ - measurementOffset
136
142
  - media
137
143
  - mediaPosition
138
144
  - menuOptionsClass
145
+ - metadata
139
146
  - metaIconDescription
140
147
  - metaPanelTitle
141
148
  - modifiers
@@ -167,6 +174,7 @@ collect:
167
174
  - onDataUpdate
168
175
  - onMount
169
176
  - onNext
177
+ - onOverflowTagChange
170
178
  - onPrimaryButtonClick
171
179
  - onRemove
172
180
  - onRequestClose
@@ -175,6 +183,7 @@ collect:
175
183
  - onSecondaryButtonClick
176
184
  - onSelectColumn
177
185
  - onSelectionAreaChange
186
+ - onShowAllClick
178
187
  - onSubmit
179
188
  - onSubmitButtonText
180
189
  - onToggle
@@ -184,12 +193,15 @@ collect:
184
193
  - overflowActions
185
194
  - overflowAlign
186
195
  - overflowAriaLabel
196
+ - overflowClassName
197
+ - overflowTags
187
198
  - overflowType
188
199
  - parentId
189
200
  - path
190
201
  - pictogram
191
202
  - placeholder
192
203
  - placement
204
+ - popoverOpen
193
205
  - popOverSearchThreshold
194
206
  - portalTarget
195
207
  - preventCloseOnClickOutside
@@ -226,6 +238,7 @@ collect:
226
238
  - selectionAreas
227
239
  - selectorPageContent
228
240
  - selectorPrimaryFocus
241
+ - sequence
229
242
  - setActiveCellCoordinates
230
243
  - setAllFilters
231
244
  - setColumnsObject
@@ -235,6 +248,7 @@ collect:
235
248
  - setIsTearsheetOpen
236
249
  - setLabelTitle
237
250
  - setMultiSelection
251
+ - setPopoverOpen
238
252
  - setSelectionAreaData
239
253
  - setSelectionAreas
240
254
  - showAllTagsLabel
@@ -383,6 +397,7 @@ collect:
383
397
  # Canary
384
398
  - componentName
385
399
  # Card
400
+ - getStarted
386
401
  - onKeyDown
387
402
  # CardFooter
388
403
  - hasButton
@@ -759,18 +774,6 @@ collect:
759
774
  - width
760
775
  # TagOverflow
761
776
  - tagComponent
762
- # TagSet
763
- - allTagsModalTarget
764
- - containingElementRef
765
- - measurementOffset
766
- - onOverflowTagChange
767
- - overflowClassName
768
- # TagSetOverflow
769
- - allTagsModalSearchThreshold
770
- - onShowAllClick
771
- - overflowTags
772
- - popoverOpen
773
- - setPopoverOpen
774
777
  # TearsheetShell
775
778
  - headerActions
776
779
  # Toolbar
@@ -793,6 +796,7 @@ collect:
793
796
  - documentationLinks
794
797
  - documentationLinksIconDescription
795
798
  - isInitiallyOpen
799
+ - webTerminalAriaLabel
796
800
  # React
797
801
  - key
798
802
  - ref
@@ -867,19 +871,21 @@ collect:
867
871
  # General - kind
868
872
  - "403"
869
873
  - "404"
870
- - checked
871
874
  - critical
872
875
  - custom
873
876
  - default
874
- - disabled
875
877
  - dual-button
876
878
  - error
877
879
  - fatal
878
880
  - ghost
879
881
  - group
880
882
  - in-progress
881
- - indeterminate
882
883
  - info
884
+ - Kinds.checked
885
+ - Kinds.disabled
886
+ - Kinds.error
887
+ - Kinds.indeterminate
888
+ - Kinds.unchecked
883
889
  - link
884
890
  - major-warning
885
891
  - minor-warning
@@ -894,7 +900,6 @@ collect:
894
900
  - single-button
895
901
  - tertiary
896
902
  - unauthorized
897
- - unchecked
898
903
  - undefined
899
904
  - unknown
900
905
  - user
@@ -949,16 +954,20 @@ collect:
949
954
  - xs
950
955
  # General - status
951
956
  - active
957
+ - complete
952
958
  - default
953
959
  - error
954
960
  - fail
955
961
  - finished
956
962
  - in-progress
957
963
  - inactive
964
+ - incomplete
958
965
  - success
959
966
  # General - theme
960
967
  - dark
961
968
  - light
969
+ - Themes.dark
970
+ - Themes.light
962
971
  # General - titleSize
963
972
  - default
964
973
  - large