@carbon/ibm-products 2.46.0 → 2.47.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.
- package/css/config-dev.css +6 -1
- package/css/config-dev.css.map +1 -1
- package/css/config.css +6 -1
- package/css/config.css.map +1 -1
- package/css/index-full-carbon.css +1323 -264
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +49 -60
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +1323 -264
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +1323 -264
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
- package/es/components/ActionBar/ActionBar.d.ts +58 -2
- package/es/components/ActionBar/ActionBar.js +14 -9
- package/es/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/es/components/ActionBar/ActionBarItem.js +7 -4
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +55 -16
- package/es/components/ActionBar/ActionBarOverflowItems.js +8 -4
- package/es/components/AddSelect/types/index.d.ts +6 -0
- package/es/components/Card/Card.d.ts +68 -2
- package/es/components/Card/Card.js +28 -35
- package/es/components/Card/CardFooter.d.ts +51 -48
- package/es/components/Card/CardFooter.js +4 -2
- package/es/components/Card/CardHeader.d.ts +67 -49
- package/es/components/Card/CardHeader.js +4 -2
- package/es/components/Coachmark/utils/enums.d.ts +6 -0
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +1 -0
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +17 -4
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +6 -4
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +4 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +8 -2
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +3 -0
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +5 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +20 -4
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +15 -7
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +9 -3
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +19 -6
- package/es/components/DataSpreadsheet/types/index.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridContent.js +3 -2
- package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -5
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +3 -1
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +3 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +13 -8
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
- package/es/components/Datagrid/common-column-ids.d.ts +6 -0
- package/es/components/Datagrid/types/index.d.ts +6 -0
- package/es/components/Datagrid/useDatagrid.d.ts +6 -0
- package/es/components/Datagrid/useDisableSelectRows.d.ts +6 -0
- package/es/components/Datagrid/useInitialColumnSort.js +4 -0
- package/es/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/es/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/es/components/Datagrid/useSortableColumns.js +18 -13
- package/es/components/EmptyStates/EmptyState.d.ts +72 -5
- package/es/components/EmptyStates/EmptyState.js +8 -5
- package/es/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/es/components/EmptyStates/EmptyStateV2.js +3 -2
- package/es/components/FullPageError/FullPageError.d.ts +36 -2
- package/es/components/FullPageError/FullPageError.js +0 -3
- package/es/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/es/components/GetStartedCard/GetStartedCard.js +11 -10
- package/es/components/PageHeader/PageHeaderUtils.js +1 -1
- package/es/components/StringFormatter/utils/enums.js +7 -0
- package/es/components/TagOverflow/TagOverflow.d.ts +35 -4
- package/es/components/TagOverflow/TagOverflow.js +47 -64
- package/es/components/TagOverflow/TagOverflowModal.js +4 -6
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +13 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +38 -41
- package/es/components/Tearsheet/TearsheetShell.js +4 -1
- package/es/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/es/components/UserAvatar/UserAvatar.js +7 -23
- package/es/global/js/utils/scrollableAncestor.js +7 -0
- package/es/global/js/utils/uuidv4.d.ts +6 -0
- package/es/global/js/utils/uuidv4.js +2 -0
- package/es/global/js/utils/wait.d.ts +6 -0
- package/es/global/js/utils/wait.js +2 -0
- package/flags.js +7 -0
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
- package/lib/components/ActionBar/ActionBar.d.ts +58 -2
- package/lib/components/ActionBar/ActionBar.js +14 -9
- package/lib/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/lib/components/ActionBar/ActionBarItem.js +6 -3
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +55 -16
- package/lib/components/ActionBar/ActionBarOverflowItems.js +8 -4
- package/lib/components/AddSelect/types/index.d.ts +6 -0
- package/lib/components/Card/Card.d.ts +68 -2
- package/lib/components/Card/Card.js +28 -35
- package/lib/components/Card/CardFooter.d.ts +51 -48
- package/lib/components/Card/CardFooter.js +4 -2
- package/lib/components/Card/CardHeader.d.ts +67 -49
- package/lib/components/Card/CardHeader.js +4 -2
- package/lib/components/Coachmark/utils/enums.d.ts +6 -0
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +1 -0
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +16 -3
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +5 -3
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +4 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +8 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +3 -0
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +5 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +20 -4
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +15 -7
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +9 -3
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +19 -6
- package/lib/components/DataSpreadsheet/types/index.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +3 -2
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -5
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +3 -1
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +3 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +13 -8
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
- package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
- package/lib/components/Datagrid/types/index.d.ts +6 -0
- package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
- package/lib/components/Datagrid/useDisableSelectRows.d.ts +6 -0
- package/lib/components/Datagrid/useInitialColumnSort.js +4 -0
- package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/lib/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/lib/components/Datagrid/useSortableColumns.js +18 -13
- package/lib/components/EmptyStates/EmptyState.d.ts +72 -5
- package/lib/components/EmptyStates/EmptyState.js +8 -5
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +3 -2
- package/lib/components/FullPageError/FullPageError.d.ts +36 -2
- package/lib/components/FullPageError/FullPageError.js +0 -3
- package/lib/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/lib/components/GetStartedCard/GetStartedCard.js +10 -9
- package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
- package/lib/components/StringFormatter/utils/enums.js +7 -0
- package/lib/components/TagOverflow/TagOverflow.d.ts +35 -4
- package/lib/components/TagOverflow/TagOverflow.js +46 -63
- package/lib/components/TagOverflow/TagOverflowModal.js +4 -6
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +13 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +37 -40
- package/lib/components/Tearsheet/TearsheetShell.js +4 -1
- package/lib/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/lib/components/UserAvatar/UserAvatar.js +7 -23
- package/lib/global/js/utils/scrollableAncestor.js +7 -0
- package/lib/global/js/utils/uuidv4.d.ts +6 -0
- package/lib/global/js/utils/uuidv4.js +2 -0
- package/lib/global/js/utils/wait.d.ts +6 -0
- package/lib/global/js/utils/wait.js +2 -0
- package/package.json +4 -4
- package/scss/components/ConditionBuilder/_condition-builder.scss +3 -0
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +18 -2
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +48 -31
- package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
- package/scss/components/CreateModal/_create-modal.scss +0 -4
- package/scss/components/Datagrid/styles/_datagrid.scss +1 -0
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +6 -7
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +6 -7
- package/scss/components/Datagrid/styles/_useNestedRows.scss +6 -7
- package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
- package/scss/config-dev.scss +7 -0
- package/scss/config.scss +7 -0
- package/telemetry.yml +2 -0
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.
|
4
|
+
"version": "2.47.0",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"fs-extra": "^11.2.0",
|
82
82
|
"glob": "^10.3.10",
|
83
83
|
"jest": "^29.7.0",
|
84
|
-
"jest-config-ibm-cloud-cognitive": "^1.
|
84
|
+
"jest-config-ibm-cloud-cognitive": "^1.6.0",
|
85
85
|
"jest-environment-jsdom": "^29.7.0",
|
86
86
|
"namor": "^1.1.2",
|
87
87
|
"npm-check-updates": "^16.14.12",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"dependencies": {
|
97
97
|
"@babel/runtime": "^7.23.9",
|
98
98
|
"@carbon/feature-flags": "^0.20.0",
|
99
|
-
"@carbon/ibm-products-styles": "^2.
|
99
|
+
"@carbon/ibm-products-styles": "^2.43.0",
|
100
100
|
"@carbon/telemetry": "^0.1.0",
|
101
101
|
"@dnd-kit/core": "^6.0.8",
|
102
102
|
"@dnd-kit/modifiers": "^7.0.0",
|
@@ -120,5 +120,5 @@
|
|
120
120
|
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
|
121
121
|
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
|
122
122
|
},
|
123
|
-
"gitHead": "
|
123
|
+
"gitHead": "04ea144ca17fdd6c4b0d761159e6ff730638867c"
|
124
124
|
}
|
@@ -1,3 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
|
1
8
|
@use '@carbon/react/scss/theme' as *;
|
2
9
|
@use '@carbon/react/scss/spacing' as *;
|
3
10
|
@use '@carbon/react/scss/motion' as *;
|
@@ -36,6 +43,15 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
36
43
|
background-color: $tag-background-red;
|
37
44
|
color: $tag-color-red;
|
38
45
|
}
|
46
|
+
.#{$block-class}__subgroup_deletionPreview {
|
47
|
+
.#{$block-class}__group {
|
48
|
+
/* stylelint-disable max-nesting-depth */
|
49
|
+
button {
|
50
|
+
background-color: $tag-background-red;
|
51
|
+
color: $tag-color-red;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
39
55
|
|
40
56
|
.#{$block-class}__condition__deletion-preview
|
41
57
|
.#{$block-class}__button:not(
|
@@ -63,6 +79,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
63
79
|
}
|
64
80
|
.#{$block-class}__group-preview-animate {
|
65
81
|
height: auto;
|
82
|
+
color: $text-secondary;
|
66
83
|
opacity: 0.5;
|
67
84
|
pointer-events: none;
|
68
85
|
transition: all $duration-moderate-02 motion(exit, expressive);
|
@@ -70,10 +87,9 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
70
87
|
.#{$block-class}__connector--disabled {
|
71
88
|
display: flex;
|
72
89
|
min-width: $spacing-10;
|
73
|
-
align-items: center;
|
74
90
|
background-color: $layer;
|
75
91
|
color: $text-helper;
|
76
|
-
|
92
|
+
pointer-events: none;
|
77
93
|
}
|
78
94
|
.#{$block-class}__condition-wrapper
|
79
95
|
> .#{$block-class}__condition-block:last-child
|
@@ -1,4 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
|
1
8
|
@use 'sass:list';
|
9
|
+
@use 'sass:math';
|
2
10
|
@use 'sass:string';
|
3
11
|
@use '@carbon/react/scss/theme' as *;
|
4
12
|
@use '../../../global/styles/project-settings' as c4p-settings;
|
@@ -167,21 +175,11 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
167
175
|
}
|
168
176
|
//need to revamp to a simpler logic
|
169
177
|
$colors: (
|
170
|
-
($purple-70, $purple-60, $purple-50, $purple-40, $purple-30
|
171
|
-
($
|
172
|
-
($
|
173
|
-
(
|
174
|
-
|
175
|
-
$magenta-60,
|
176
|
-
$magenta-50,
|
177
|
-
$magenta-40,
|
178
|
-
$magenta-30,
|
179
|
-
$magenta-20
|
180
|
-
),
|
181
|
-
($red-70, $red-60, $red-50, $red-40, $red-30, $red-20),
|
182
|
-
($orange-70, $orange-60, $orange-50, $orange-40, $orange-30, $orange-20),
|
183
|
-
($yellow-70, $yellow-60, $yellow-50, $yellow-40, $yellow-30, $yellow-20),
|
184
|
-
($green-70, $green-60, $green-50, $green-40, $green-30, $green-20)
|
178
|
+
($purple-70, $purple-60, $purple-50, $purple-40, $purple-30),
|
179
|
+
($blue-70, $blue-60, $blue-50, $blue-40, $blue-30),
|
180
|
+
($cyan-70, $cyan-60, $cyan-50, $cyan-40, $cyan-30),
|
181
|
+
($teal-70, $teal-60, $teal-50, $teal-40, $teal-30),
|
182
|
+
($green-70, $green-60, $green-50, $green-40, $green-30)
|
185
183
|
);
|
186
184
|
|
187
185
|
@for $i from 1 through list.length($colors) {
|
@@ -191,10 +189,30 @@ $colors: (
|
|
191
189
|
)
|
192
190
|
);
|
193
191
|
$group-colors: list.nth($colors, $i);
|
194
|
-
|
192
|
+
$group-colors-length: list.length($group-colors);
|
193
|
+
|
194
|
+
//this is to select and add color to the new group preview
|
195
|
+
.#{$block-class}__group-preview[data-color-index='#{($i%list.length($colors))}']
|
196
|
+
button {
|
197
|
+
/* stylelint-disable-next-line carbon/theme-token-use */
|
198
|
+
$next-group-color: list.nth($colors, ($i%list.length($colors)) +1);
|
199
|
+
/* stylelint-disable-next-line carbon/theme-token-use */
|
200
|
+
box-shadow: inset 0 #{$spacing-01} 0 0 list.nth($next-group-color, 1);
|
201
|
+
}
|
202
|
+
|
203
|
+
//we need to select the group color from the $colors array and need to repeat the colors after $colors.length subgroups
|
204
|
+
@for $el-index from 1 through 50 {
|
205
|
+
$item-index: $el-index;
|
206
|
+
/* stylelint-disable-next-line carbon/theme-token-use */
|
207
|
+
$item-index: ((($item-index - 1) % $group-colors-length) +1);
|
195
208
|
#{$selector} {
|
196
|
-
|
197
|
-
|
209
|
+
@if $item-index != 1 {
|
210
|
+
/* stylelint-disable-next-line carbon/theme-token-use */
|
211
|
+
--#{$block-class}__condition-wrapper-color: #{list.nth(
|
212
|
+
$group-colors,
|
213
|
+
$item-index
|
214
|
+
)}; // stylelint-disable-line carbon/theme-token-use
|
215
|
+
}
|
198
216
|
}
|
199
217
|
|
200
218
|
$selector: list.append(
|
@@ -211,13 +229,12 @@ $colors: (
|
|
211
229
|
.#{$block-class}__groupConnector {
|
212
230
|
background-color: $layer;
|
213
231
|
}
|
214
|
-
.#{$block-class}__condition-wrapper
|
215
|
-
|
232
|
+
.#{$block-class}__condition-wrapper:not(.#{$block-class}__group-preview)
|
233
|
+
> :nth-child(1)
|
234
|
+
.#{$block-class}__button,
|
235
|
+
.#{$block-class}__condition-wrapper:not(.#{$block-class}__group-preview)
|
216
236
|
> :nth-child(2)
|
217
|
-
.#{$block-class}__button
|
218
|
-
.#{$block-class}__add-button,
|
219
|
-
.#{$block-class}__add-condition-sub-group
|
220
|
-
) {
|
237
|
+
.#{$block-class}__button {
|
221
238
|
/* stylelint-disable-next-line carbon/theme-token-use */
|
222
239
|
box-shadow: inset 0 #{$spacing-01} 0 0 var(--#{$block-class}__condition-wrapper-color);
|
223
240
|
}
|
@@ -237,24 +254,24 @@ $colors: (
|
|
237
254
|
.#{$block-class}__add-condition-sub-group-wrapper {
|
238
255
|
z-index: -1;
|
239
256
|
width: 0;
|
240
|
-
margin-left: -50%;
|
241
|
-
opacity: 0;
|
242
257
|
pointer-events: none;
|
258
|
+
transform: translateX(-100%);
|
243
259
|
// stylelint-disable-next-line carbon/motion-duration-use, carbon/motion-easing-use
|
244
|
-
transition:
|
260
|
+
transition: transform motion(exit, productive) $duration-fast-02;
|
245
261
|
}
|
246
262
|
.#{$block-class}__add-condition-sub-group-wrapper--show {
|
247
263
|
z-index: 0;
|
248
264
|
width: auto;
|
249
|
-
margin-left: 0;
|
250
|
-
opacity: 1;
|
251
265
|
pointer-events: all;
|
252
|
-
|
253
|
-
transition: all linear $duration-fast-02;
|
266
|
+
transform: translateX(0);
|
254
267
|
}
|
255
268
|
.#{$block-class}__invalid-input {
|
256
269
|
display: flex;
|
257
270
|
}
|
258
271
|
.#{$block-class}__invalid-input > svg {
|
259
272
|
color: $support-warning;
|
273
|
+
/* stylelint-disable max-nesting-depth */
|
274
|
+
> path:first-child {
|
275
|
+
fill: $icon-primary;
|
276
|
+
}
|
260
277
|
}
|
@@ -12,10 +12,6 @@
|
|
12
12
|
@use '@carbon/styles/scss/type';
|
13
13
|
@use '../../global/styles/project-settings' as c4p-settings;
|
14
14
|
|
15
|
-
.#{c4p-settings.$pkg-prefix}--create-modal {
|
16
|
-
background-color: $background;
|
17
|
-
}
|
18
|
-
|
19
15
|
.#{c4p-settings.$pkg-prefix}--create-modal
|
20
16
|
.#{c4p-settings.$carbon-prefix}--modal-close {
|
21
17
|
display: none;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '@carbon/styles/scss/spacing' as *;
|
10
9
|
@use '@carbon/styles/scss/theme';
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use './variables';
|
10
9
|
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '../../../global/styles/project-settings' as c4p-settings;
|
10
9
|
@use '@carbon/styles/scss/theme' as *;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '../../../global/styles/project-settings' as c4p-settings;
|
10
9
|
@use '@carbon/styles/scss/spacing' as *;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '@carbon/styles/scss/theme' as *;
|
10
9
|
@use '@carbon/styles/scss/spacing' as *;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '@carbon/styles/scss/theme' as *;
|
10
9
|
@use '@carbon/styles/scss/spacing' as *;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '@carbon/styles/scss/theme' as *;
|
10
9
|
@use '@carbon/styles/scss/spacing' as *;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
*
|
4
|
-
*
|
5
|
-
*
|
6
|
-
|
7
|
-
*/
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
*/
|
8
7
|
|
9
8
|
@use '@carbon/styles/scss/theme' as *;
|
10
9
|
@use '@carbon/styles/scss/spacing' as *;
|
package/scss/config-dev.scss
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 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
|
+
|
1
8
|
@forward './global/styles/project-settings' with (
|
2
9
|
$pkg-prefix: 'dev-prefix--c4p'
|
3
10
|
);
|
package/scss/config.scss
CHANGED
package/telemetry.yml
CHANGED
@@ -530,6 +530,7 @@ collect:
|
|
530
530
|
- isStatement
|
531
531
|
- onConnectorOperatorChange
|
532
532
|
- onStatementChange
|
533
|
+
- setShowDeletionPreviewForSubgroups
|
533
534
|
# ConditionBuilderAdd
|
534
535
|
- buttonLabel
|
535
536
|
- enableSubGroup
|
@@ -552,6 +553,7 @@ collect:
|
|
552
553
|
# ConditionConnector
|
553
554
|
- operator
|
554
555
|
# ConditionPreview
|
556
|
+
- colorIndex
|
555
557
|
- previewType
|
556
558
|
# CreateFullPage
|
557
559
|
- breadcrumbsOverflowAriaLabel
|