@carbon/ibm-products 2.45.0 → 2.46.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/index-full-carbon.css +261 -124
- 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 +3 -0
- 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 +81 -86
- 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 +182 -110
- 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/ActionBar/ActionBarItem.js +1 -1
- package/es/components/Coachmark/Coachmark.d.ts +6 -1
- package/es/components/Coachmark/Coachmark.js +37 -6
- package/es/components/Coachmark/CoachmarkOverlay.js +2 -4
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -7
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +20 -14
- package/es/components/ConditionBuilder/ConditionBuilder.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +8 -5
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +4 -2
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +4 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +26 -30
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +1 -0
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +6 -1
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +4 -1
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +5 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +3 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +47 -23
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +3 -2
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +1 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +62 -32
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -0
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -46
- package/es/components/ConditionBuilder/utils/util.d.ts +6 -5
- package/es/components/ConditionBuilder/utils/util.js +35 -17
- package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +6 -0
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +77 -38
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +4 -0
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +10 -1
- package/es/components/DataSpreadsheet/types/index.d.ts +1 -0
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +34 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +33 -1
- package/es/components/Datagrid/types/index.d.ts +14 -2
- package/es/components/Datagrid/useDisableSelectRows.d.ts +2 -1
- package/es/components/Datagrid/useDisableSelectRows.js +27 -22
- package/es/components/StringFormatter/StringFormatter.js +14 -3
- package/es/components/StringFormatter/utils/enums.d.ts +20 -1
- package/es/components/StringFormatter/utils/enums.js +22 -2
- package/es/components/Tearsheet/TearsheetShell.d.ts +1 -1
- package/es/components/Tearsheet/TearsheetShell.js +4 -2
- package/es/global/js/hooks/useFocus.d.ts +1 -0
- package/es/global/js/hooks/useFocus.js +5 -2
- package/es/node_modules/@carbon/icon-helpers/es/index.js +49 -62
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1020 -1058
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +881 -758
- package/lib/components/ActionBar/ActionBarItem.js +1 -1
- package/lib/components/Coachmark/Coachmark.d.ts +6 -1
- package/lib/components/Coachmark/Coachmark.js +36 -5
- package/lib/components/Coachmark/CoachmarkOverlay.js +2 -4
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -7
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +19 -13
- package/lib/components/ConditionBuilder/ConditionBuilder.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +8 -5
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +4 -2
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +4 -3
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +1 -3
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +25 -29
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +1 -0
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +6 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +4 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +5 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +3 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +46 -22
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +3 -2
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +1 -3
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +61 -31
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -0
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +51 -44
- package/lib/components/ConditionBuilder/utils/util.d.ts +6 -5
- package/lib/components/ConditionBuilder/utils/util.js +36 -16
- package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +6 -0
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +77 -38
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +4 -0
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +10 -1
- package/lib/components/DataSpreadsheet/types/index.d.ts +1 -0
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +34 -10
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +32 -0
- package/lib/components/Datagrid/types/index.d.ts +14 -2
- package/lib/components/Datagrid/useDisableSelectRows.d.ts +2 -1
- package/lib/components/Datagrid/useDisableSelectRows.js +27 -22
- package/lib/components/StringFormatter/StringFormatter.js +13 -2
- package/lib/components/StringFormatter/utils/enums.d.ts +20 -1
- package/lib/components/StringFormatter/utils/enums.js +23 -1
- package/lib/components/Tearsheet/TearsheetShell.d.ts +1 -1
- package/lib/components/Tearsheet/TearsheetShell.js +3 -1
- package/lib/global/js/hooks/useFocus.d.ts +1 -0
- package/lib/global/js/hooks/useFocus.js +5 -1
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +49 -62
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1036 -1074
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +946 -823
- package/package.json +6 -6
- package/scss/components/Coachmark/_coachmark-overlay.scss +6 -70
- package/scss/components/Coachmark/_coachmark.scss +5 -4
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +1 -3
- package/scss/components/ConditionBuilder/_condition-builder.scss +4 -0
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +6 -1
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +1 -1
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +7 -5
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -4
- package/telemetry.yml +5 -14
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.46.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.5.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.42.0",
|
100
100
|
"@carbon/telemetry": "^0.1.0",
|
101
101
|
"@dnd-kit/core": "^6.0.8",
|
102
102
|
"@dnd-kit/modifiers": "^7.0.0",
|
@@ -114,11 +114,11 @@
|
|
114
114
|
"@carbon/grid": "^11.22.0",
|
115
115
|
"@carbon/layout": "^11.21.0",
|
116
116
|
"@carbon/motion": "^11.17.0",
|
117
|
-
"@carbon/react": "^1.
|
118
|
-
"@carbon/themes": "^11.
|
117
|
+
"@carbon/react": "^1.60.3",
|
118
|
+
"@carbon/themes": "^11.37.1",
|
119
119
|
"@carbon/type": "^11.26.0",
|
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": "233bb1704850b5c053138f666bdb0ac37282c650"
|
124
124
|
}
|
@@ -45,6 +45,11 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
45
45
|
|
46
46
|
visibility: hidden;
|
47
47
|
|
48
|
+
&--tooltip {
|
49
|
+
position: initial;
|
50
|
+
transform: none !important;
|
51
|
+
}
|
52
|
+
|
48
53
|
&--fixed {
|
49
54
|
position: fixed;
|
50
55
|
right: $spacing-05;
|
@@ -68,45 +73,19 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
68
73
|
visibility: visible;
|
69
74
|
}
|
70
75
|
|
71
|
-
//
|
72
|
-
&__caret {
|
73
|
-
// background-color: this property is set in _coachmark-overlay-theme.scss
|
74
|
-
position: absolute;
|
75
|
-
z-index: 5902;
|
76
|
-
width: 0;
|
77
|
-
height: 0;
|
78
|
-
// border-bottom-color: this property is set in _coachmark-overlay-theme.scss
|
79
|
-
border-right: $caret-center solid transparent;
|
80
|
-
border-bottom: solid $caret-center $background-inverse;
|
81
|
-
border-left: $caret-center solid transparent;
|
82
|
-
}
|
83
|
-
|
84
|
-
// OVERLAY AND CARET POSITIONING
|
76
|
+
// OVERLAY POSITIONING
|
85
77
|
&--top {
|
86
78
|
$horizontal-push: calc($distance-offset - $caret-center);
|
87
79
|
$translate-y: calc(-1 * (100% + $distance-offset + $caret-height));
|
88
80
|
|
89
81
|
transform: translate(-50%, $translate-y);
|
90
82
|
|
91
|
-
.#{$block-class}__caret {
|
92
|
-
left: calc(50% - $caret-center);
|
93
|
-
transform: rotate(180deg);
|
94
|
-
}
|
95
|
-
|
96
83
|
&-left {
|
97
84
|
transform: translate(calc(-1 * $distance-offset), $translate-y);
|
98
|
-
.#{$block-class}__caret {
|
99
|
-
left: $horizontal-push;
|
100
|
-
transform: rotate(180deg);
|
101
|
-
}
|
102
85
|
}
|
103
86
|
|
104
87
|
&-right {
|
105
88
|
transform: translate(calc(-1 * (100% - $distance-offset)), $translate-y);
|
106
|
-
.#{$block-class}__caret {
|
107
|
-
right: $horizontal-push;
|
108
|
-
transform: rotate(180deg);
|
109
|
-
}
|
110
89
|
}
|
111
90
|
}
|
112
91
|
|
@@ -116,26 +95,13 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
116
95
|
$translate-y: calc($distance-offset + $caret-height);
|
117
96
|
|
118
97
|
transform: translate(-50%, $translate-y);
|
119
|
-
.#{$block-class}__caret {
|
120
|
-
top: $top;
|
121
|
-
left: calc(50% - $caret-center);
|
122
|
-
}
|
123
98
|
|
124
99
|
&-left {
|
125
100
|
transform: translate(calc(-1 * $distance-offset), $translate-y);
|
126
|
-
.#{$block-class}__caret {
|
127
|
-
top: $top;
|
128
|
-
left: $horizontal-push;
|
129
|
-
}
|
130
101
|
}
|
131
102
|
|
132
103
|
&-right {
|
133
104
|
transform: translate(calc(-1 * (100% - $distance-offset)), $translate-y);
|
134
|
-
|
135
|
-
.#{$block-class}__caret {
|
136
|
-
top: $top;
|
137
|
-
right: $horizontal-push;
|
138
|
-
}
|
139
105
|
}
|
140
106
|
}
|
141
107
|
|
@@ -145,28 +111,13 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
145
111
|
$vertical-push: calc($distance-offset - ($caret-height * 0.5));
|
146
112
|
|
147
113
|
transform: translate($translate-x, -50%);
|
148
|
-
.#{$block-class}__caret {
|
149
|
-
top: calc(50% - ($caret-height * 0.5));
|
150
|
-
right: $right;
|
151
|
-
transform: rotate(90deg);
|
152
|
-
}
|
153
114
|
|
154
115
|
&-top {
|
155
116
|
transform: translate($translate-x, calc(-1 * $distance-offset));
|
156
|
-
.#{$block-class}__caret {
|
157
|
-
top: $vertical-push;
|
158
|
-
right: $right;
|
159
|
-
transform: rotate(90deg);
|
160
|
-
}
|
161
117
|
}
|
162
118
|
|
163
119
|
&-bottom {
|
164
120
|
transform: translate($translate-x, calc(-1 * (100% - $distance-offset)));
|
165
|
-
.#{$block-class}__caret {
|
166
|
-
right: $right;
|
167
|
-
bottom: $vertical-push;
|
168
|
-
transform: rotate(90deg);
|
169
|
-
}
|
170
121
|
}
|
171
122
|
}
|
172
123
|
|
@@ -176,28 +127,13 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
176
127
|
$vertical-push: calc($distance-offset - ($caret-height * 0.5));
|
177
128
|
|
178
129
|
transform: translate($translate-x, -50%);
|
179
|
-
.#{$block-class}__caret {
|
180
|
-
top: calc(50% - ($caret-height * 0.5));
|
181
|
-
left: $left;
|
182
|
-
transform: rotate(-90deg);
|
183
|
-
}
|
184
130
|
|
185
131
|
&-top {
|
186
132
|
transform: translate($translate-x, calc(-1 * $distance-offset));
|
187
|
-
.#{$block-class}__caret {
|
188
|
-
top: $vertical-push;
|
189
|
-
left: $left;
|
190
|
-
transform: rotate(-90deg);
|
191
|
-
}
|
192
133
|
}
|
193
134
|
|
194
135
|
&-bottom {
|
195
136
|
transform: translate($translate-x, calc(-1 * (100% - $distance-offset)));
|
196
|
-
.#{$block-class}__caret {
|
197
|
-
bottom: $vertical-push;
|
198
|
-
left: $left;
|
199
|
-
transform: rotate(-90deg);
|
200
|
-
}
|
201
137
|
}
|
202
138
|
}
|
203
139
|
|
@@ -8,6 +8,7 @@
|
|
8
8
|
// Standard imports.
|
9
9
|
@use '../../global/styles/project-settings' as c4p-settings;
|
10
10
|
@use '../../global/styles/mixins';
|
11
|
+
@use '@carbon/styles/scss/config';
|
11
12
|
|
12
13
|
@use './coachmark-dragbar';
|
13
14
|
@use './coachmark-header';
|
@@ -23,8 +24,8 @@
|
|
23
24
|
// TODO: @use(s) of IBM Products component styles used by Coachmark
|
24
25
|
|
25
26
|
// The block part of our conventional BEM class names (blockClass__E--M).
|
26
|
-
|
27
|
+
$block-class: #{c4p-settings.$pkg-prefix}--coachmark;
|
27
28
|
|
28
|
-
|
29
|
-
|
30
|
-
|
29
|
+
.#{$block-class} {
|
30
|
+
position: relative;
|
31
|
+
}
|
@@ -69,9 +69,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
|
|
69
69
|
}
|
70
70
|
.#{$block-class}__target {
|
71
71
|
// the hit area
|
72
|
-
|
73
|
-
top: calc(-1 * $spacing-05);
|
74
|
-
left: calc(-1 * $spacing-05);
|
72
|
+
display: flex;
|
75
73
|
width: $spacing-07;
|
76
74
|
height: $spacing-07;
|
77
75
|
padding: 0;
|
@@ -67,7 +67,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
67
67
|
pointer-events: none;
|
68
68
|
transition: all $duration-moderate-02 motion(exit, expressive);
|
69
69
|
}
|
70
|
-
.#{$block-class}__connector
|
70
|
+
.#{$block-class}__connector--disabled {
|
71
71
|
display: flex;
|
72
72
|
min-width: $spacing-10;
|
73
73
|
align-items: center;
|
@@ -75,3 +75,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
75
75
|
color: $text-helper;
|
76
76
|
padding-inline: $spacing-03;
|
77
77
|
}
|
78
|
+
.#{$block-class}__condition-wrapper
|
79
|
+
> .#{$block-class}__condition-block:last-child
|
80
|
+
> .#{$block-class}__groupConnector {
|
81
|
+
margin-bottom: 0;
|
82
|
+
}
|
@@ -18,7 +18,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
18
18
|
@include type-style('body-01');
|
19
19
|
}
|
20
20
|
|
21
|
-
.#{$block-class}
|
21
|
+
.#{$block-class}__popover-content-wrapper {
|
22
22
|
overflow: auto;
|
23
23
|
min-width: $spacing-07 + $spacing-13;
|
24
24
|
max-width: $spacing-13 + $spacing-13;
|
@@ -5,8 +5,10 @@
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
6
6
|
//
|
7
7
|
|
8
|
+
// stylelint-disable carbon/layout-token-use
|
9
|
+
|
8
10
|
@use '@carbon/styles/scss/theme' as *;
|
9
|
-
@use '@carbon/styles/scss/spacing'
|
11
|
+
@use '@carbon/styles/scss/spacing';
|
10
12
|
@use '@carbon/styles/scss/type' as *;
|
11
13
|
@use '@carbon/type/scss/font-family';
|
12
14
|
@use '@carbon/layout' as *;
|
@@ -24,8 +26,8 @@
|
|
24
26
|
|
25
27
|
.#{variables.$block-class}__customize-columns-tearsheet--actions
|
26
28
|
input[role='searchbox'] {
|
27
|
-
height:
|
28
|
-
padding-left:
|
29
|
+
height: spacing.$spacing-09;
|
30
|
+
padding-left: spacing.$spacing-09;
|
29
31
|
border-bottom: 1px solid $background-active;
|
30
32
|
}
|
31
33
|
|
@@ -63,8 +65,8 @@
|
|
63
65
|
z-index: 1;
|
64
66
|
top: 0;
|
65
67
|
display: flex;
|
66
|
-
height:
|
67
|
-
padding-left:
|
68
|
+
height: spacing.$spacing-09;
|
69
|
+
padding-left: spacing.$spacing-08;
|
68
70
|
border-bottom: 1px solid $layer-active;
|
69
71
|
background-color: $layer;
|
70
72
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
@use '@carbon/styles/scss/theme' as *;
|
11
11
|
@use '@carbon/layout/scss/convert' as *;
|
12
|
-
@use '@carbon/styles/scss/spacing'
|
12
|
+
@use '@carbon/styles/scss/spacing';
|
13
13
|
@use '@carbon/styles/scss/type' as *;
|
14
14
|
@use '@carbon/layout' as *;
|
15
15
|
|
@@ -25,7 +25,7 @@ $action-set-height: to-rem(64px);
|
|
25
25
|
|
26
26
|
.#{variables.$block-class}-filter-flyout {
|
27
27
|
position: absolute;
|
28
|
-
top:
|
28
|
+
top: spacing.$spacing-09;
|
29
29
|
right: 0;
|
30
30
|
display: none;
|
31
31
|
/* stylelint-disable-next-line -- to-rem carbon replacement for rem */
|
@@ -53,7 +53,8 @@ $action-set-height: to-rem(64px);
|
|
53
53
|
}
|
54
54
|
|
55
55
|
.#{variables.$block-class}-filter-flyout__inner-container {
|
56
|
-
padding:
|
56
|
+
padding: spacing.$spacing-05 spacing.$spacing-05 spacing.$spacing-09
|
57
|
+
spacing.$spacing-05;
|
57
58
|
}
|
58
59
|
|
59
60
|
.#{variables.$block-class}-filter-flyout__inner-container::before {
|
@@ -74,7 +75,7 @@ $action-set-height: to-rem(64px);
|
|
74
75
|
display: block;
|
75
76
|
@include type-style('heading-compact-01');
|
76
77
|
|
77
|
-
margin-bottom:
|
78
|
+
margin-bottom: spacing.$spacing-06;
|
78
79
|
}
|
79
80
|
|
80
81
|
.#{variables.$block-class}-filter-flyout__filters {
|
package/telemetry.yml
CHANGED
@@ -53,7 +53,6 @@ collect:
|
|
53
53
|
- columnInputPlaceholder
|
54
54
|
- columns
|
55
55
|
- condition
|
56
|
-
- conditionBuilderRef
|
57
56
|
- conditionState
|
58
57
|
- config
|
59
58
|
- containingElementRef
|
@@ -502,6 +501,7 @@ collect:
|
|
502
501
|
- toggleLabel
|
503
502
|
- toggleLabelAlign
|
504
503
|
# Coachmark
|
504
|
+
- autoAlign
|
505
505
|
- overlayClassName
|
506
506
|
- overlayKind
|
507
507
|
- overlayRef
|
@@ -547,6 +547,8 @@ collect:
|
|
547
547
|
- renderChildren
|
548
548
|
# ConditionBuilderItemDate
|
549
549
|
- parentRef
|
550
|
+
# ConditionBuilderProvider
|
551
|
+
- conditionBuilderRef
|
550
552
|
# ConditionConnector
|
551
553
|
- operator
|
552
554
|
# ConditionPreview
|
@@ -569,6 +571,7 @@ collect:
|
|
569
571
|
- primaryButtonTextLabel
|
570
572
|
- secondaryButtonTextLabel
|
571
573
|
# DataSpreadsheet
|
574
|
+
- onColDrag
|
572
575
|
- spreadsheetAriaLabel
|
573
576
|
# DataSpreadsheetBody
|
574
577
|
- activeCellRef
|
@@ -580,6 +583,7 @@ collect:
|
|
580
583
|
- setClickAndHoldActive
|
581
584
|
- setColumnOrder
|
582
585
|
- setContainerHasFocus
|
586
|
+
- setCurrentColumns
|
583
587
|
- totalColumnsWidth
|
584
588
|
# DataSpreadsheetHeader
|
585
589
|
- headerCellHoldActive
|
@@ -1145,19 +1149,6 @@ collect:
|
|
1145
1149
|
- text
|
1146
1150
|
# PageHeader - fullWidthGrid
|
1147
1151
|
- xl
|
1148
|
-
# StringFormatter - tooltipDirection
|
1149
|
-
- '"bottom-left"'
|
1150
|
-
- '"bottom-right"'
|
1151
|
-
- '"bottom"'
|
1152
|
-
- '"left-bottom"'
|
1153
|
-
- '"left-top"'
|
1154
|
-
- '"left"'
|
1155
|
-
- '"right-bottom"'
|
1156
|
-
- '"right-top"'
|
1157
|
-
- '"right"'
|
1158
|
-
- '"top-left"'
|
1159
|
-
- '"top-right"'
|
1160
|
-
- '"top"'
|
1161
1152
|
npm:
|
1162
1153
|
dependencies: null
|
1163
1154
|
js:
|