@carbon/ibm-products 2.38.0 → 2.39.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. package/css/index-full-carbon.css +227 -0
  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.css +227 -0
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +1 -1
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +227 -0
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +1 -1
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/Card/Card.js +50 -9
  14. package/es/components/Card/CardFooter.d.ts +5 -1
  15. package/es/components/Card/CardFooter.js +11 -1
  16. package/es/components/Carousel/Carousel.d.ts +6 -2
  17. package/es/components/Checklist/Checklist.d.ts +100 -2
  18. package/es/components/Checklist/Checklist.js +9 -5
  19. package/es/components/Checklist/Checklist.types.d.ts +19 -0
  20. package/es/components/Checklist/Checklist.types.js +22 -0
  21. package/es/components/Checklist/ChecklistChart.d.ts +5 -1
  22. package/es/components/Checklist/ChecklistChart.js +9 -4
  23. package/es/components/Checklist/ChecklistIcon.d.ts +5 -1
  24. package/es/components/Checklist/ChecklistIcon.js +9 -4
  25. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +19 -2
  26. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +46 -2
  27. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +5 -4
  28. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +55 -17
  29. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +67 -2
  30. package/es/components/DataSpreadsheet/DataSpreadsheet.js +48 -27
  31. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +139 -2
  32. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +46 -31
  33. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +89 -2
  34. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +34 -25
  35. package/es/components/DataSpreadsheet/types/index.d.ts +30 -0
  36. package/es/components/GetStartedCard/GetStartedCard.d.ts +5 -0
  37. package/es/components/GetStartedCard/GetStartedCard.js +82 -0
  38. package/es/components/GetStartedCard/index.d.ts +1 -0
  39. package/es/components/Guidebanner/Guidebanner.js +2 -2
  40. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +162 -1
  41. package/es/components/NotificationsPanel/NotificationsPanel.js +10 -10
  42. package/es/components/SidePanel/SidePanel.js +1 -1
  43. package/es/components/TagOverflow/TagOverflow.d.ts +5 -0
  44. package/es/components/TagOverflow/TagOverflow.js +153 -29
  45. package/es/components/TagOverflow/TagOverflowModal.d.ts +29 -0
  46. package/es/components/TagOverflow/TagOverflowModal.js +112 -0
  47. package/es/components/TagOverflow/TagOverflowPopover.d.ts +2 -0
  48. package/es/components/TagOverflow/TagOverflowPopover.js +135 -0
  49. package/es/components/index.d.ts +1 -0
  50. package/es/global/js/package-settings.d.ts +1 -0
  51. package/es/global/js/package-settings.js +1 -0
  52. package/es/index.js +1 -0
  53. package/es/settings.d.ts +1 -0
  54. package/lib/components/Card/Card.js +50 -9
  55. package/lib/components/Card/CardFooter.d.ts +5 -1
  56. package/lib/components/Card/CardFooter.js +11 -1
  57. package/lib/components/Carousel/Carousel.d.ts +6 -2
  58. package/lib/components/Checklist/Checklist.d.ts +100 -2
  59. package/lib/components/Checklist/Checklist.js +9 -5
  60. package/lib/components/Checklist/Checklist.types.d.ts +19 -0
  61. package/lib/components/Checklist/Checklist.types.js +27 -0
  62. package/lib/components/Checklist/ChecklistChart.d.ts +5 -1
  63. package/lib/components/Checklist/ChecklistChart.js +14 -9
  64. package/lib/components/Checklist/ChecklistIcon.d.ts +5 -1
  65. package/lib/components/Checklist/ChecklistIcon.js +9 -4
  66. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +19 -2
  67. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +46 -2
  68. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +5 -4
  69. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +55 -17
  70. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +67 -2
  71. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +48 -27
  72. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +139 -2
  73. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +46 -31
  74. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +89 -2
  75. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +34 -25
  76. package/lib/components/DataSpreadsheet/types/index.d.ts +30 -0
  77. package/lib/components/GetStartedCard/GetStartedCard.d.ts +5 -0
  78. package/lib/components/GetStartedCard/GetStartedCard.js +88 -0
  79. package/lib/components/GetStartedCard/index.d.ts +1 -0
  80. package/lib/components/Guidebanner/Guidebanner.js +2 -2
  81. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +162 -1
  82. package/lib/components/NotificationsPanel/NotificationsPanel.js +10 -10
  83. package/lib/components/SidePanel/SidePanel.js +1 -1
  84. package/lib/components/TagOverflow/TagOverflow.d.ts +5 -0
  85. package/lib/components/TagOverflow/TagOverflow.js +154 -28
  86. package/lib/components/TagOverflow/TagOverflowModal.d.ts +29 -0
  87. package/lib/components/TagOverflow/TagOverflowModal.js +121 -0
  88. package/lib/components/TagOverflow/TagOverflowPopover.d.ts +2 -0
  89. package/lib/components/TagOverflow/TagOverflowPopover.js +144 -0
  90. package/lib/components/index.d.ts +1 -0
  91. package/lib/global/js/package-settings.d.ts +1 -0
  92. package/lib/global/js/package-settings.js +1 -0
  93. package/lib/index.js +5 -0
  94. package/lib/settings.d.ts +1 -0
  95. package/package.json +3 -3
  96. package/scss/components/GetStartedCard/_carbon-imports.scss +9 -0
  97. package/scss/components/GetStartedCard/_get-started-card.scss +135 -0
  98. package/scss/components/GetStartedCard/_index-with-carbon.scss +9 -0
  99. package/scss/components/GetStartedCard/_index.scss +8 -0
  100. package/scss/components/TagOverflow/_tag-overflow.scss +157 -0
  101. package/scss/components/_index-with-carbon.scss +1 -0
  102. package/scss/components/_index.scss +1 -0
  103. package/telemetry.yml +23 -16
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.38.0",
4
+ "version": "2.39.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@babel/runtime": "^7.23.9",
95
- "@carbon/ibm-products-styles": "^2.36.0",
95
+ "@carbon/ibm-products-styles": "^2.37.0",
96
96
  "@carbon/telemetry": "^0.1.0",
97
97
  "@dnd-kit/core": "^6.0.8",
98
98
  "@dnd-kit/modifiers": "^7.0.0",
@@ -116,5 +116,5 @@
116
116
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
117
117
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
118
118
  },
119
- "gitHead": "c3f7c28b58bf5412337cca1a1d3f98a250522294"
119
+ "gitHead": "90e3441d8fdfc65023988bd734089c72fba0799b"
120
120
  }
@@ -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
+ // Import any Carbon component styles used from GetStartedCard in this file.
9
+ // GetStartedCard uses the following Carbon components:
@@ -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';
@@ -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
@@ -133,9 +137,11 @@ collect:
133
137
  - links
134
138
  - loading
135
139
  - maxVisible
140
+ - measurementOffset
136
141
  - media
137
142
  - mediaPosition
138
143
  - menuOptionsClass
144
+ - metadata
139
145
  - metaIconDescription
140
146
  - metaPanelTitle
141
147
  - modifiers
@@ -167,6 +173,7 @@ collect:
167
173
  - onDataUpdate
168
174
  - onMount
169
175
  - onNext
176
+ - onOverflowTagChange
170
177
  - onPrimaryButtonClick
171
178
  - onRemove
172
179
  - onRequestClose
@@ -175,6 +182,7 @@ collect:
175
182
  - onSecondaryButtonClick
176
183
  - onSelectColumn
177
184
  - onSelectionAreaChange
185
+ - onShowAllClick
178
186
  - onSubmit
179
187
  - onSubmitButtonText
180
188
  - onToggle
@@ -184,12 +192,15 @@ collect:
184
192
  - overflowActions
185
193
  - overflowAlign
186
194
  - overflowAriaLabel
195
+ - overflowClassName
196
+ - overflowTags
187
197
  - overflowType
188
198
  - parentId
189
199
  - path
190
200
  - pictogram
191
201
  - placeholder
192
202
  - placement
203
+ - popoverOpen
193
204
  - popOverSearchThreshold
194
205
  - portalTarget
195
206
  - preventCloseOnClickOutside
@@ -226,6 +237,7 @@ collect:
226
237
  - selectionAreas
227
238
  - selectorPageContent
228
239
  - selectorPrimaryFocus
240
+ - sequence
229
241
  - setActiveCellCoordinates
230
242
  - setAllFilters
231
243
  - setColumnsObject
@@ -235,6 +247,7 @@ collect:
235
247
  - setIsTearsheetOpen
236
248
  - setLabelTitle
237
249
  - setMultiSelection
250
+ - setPopoverOpen
238
251
  - setSelectionAreaData
239
252
  - setSelectionAreas
240
253
  - showAllTagsLabel
@@ -383,6 +396,7 @@ collect:
383
396
  # Canary
384
397
  - componentName
385
398
  # Card
399
+ - getStarted
386
400
  - onKeyDown
387
401
  # CardFooter
388
402
  - hasButton
@@ -759,18 +773,6 @@ collect:
759
773
  - width
760
774
  # TagOverflow
761
775
  - 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
776
  # TearsheetShell
775
777
  - headerActions
776
778
  # Toolbar
@@ -867,19 +869,21 @@ collect:
867
869
  # General - kind
868
870
  - "403"
869
871
  - "404"
870
- - checked
871
872
  - critical
872
873
  - custom
873
874
  - default
874
- - disabled
875
875
  - dual-button
876
876
  - error
877
877
  - fatal
878
878
  - ghost
879
879
  - group
880
880
  - in-progress
881
- - indeterminate
882
881
  - info
882
+ - Kinds.checked
883
+ - Kinds.disabled
884
+ - Kinds.error
885
+ - Kinds.indeterminate
886
+ - Kinds.unchecked
883
887
  - link
884
888
  - major-warning
885
889
  - minor-warning
@@ -894,7 +898,6 @@ collect:
894
898
  - single-button
895
899
  - tertiary
896
900
  - unauthorized
897
- - unchecked
898
901
  - undefined
899
902
  - unknown
900
903
  - user
@@ -949,16 +952,20 @@ collect:
949
952
  - xs
950
953
  # General - status
951
954
  - active
955
+ - complete
952
956
  - default
953
957
  - error
954
958
  - fail
955
959
  - finished
956
960
  - in-progress
957
961
  - inactive
962
+ - incomplete
958
963
  - success
959
964
  # General - theme
960
965
  - dark
961
966
  - light
967
+ - Themes.dark
968
+ - Themes.light
962
969
  # General - titleSize
963
970
  - default
964
971
  - large