@carbon/ibm-products 2.83.0 → 2.84.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/carbon.css +4 -0
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +99 -33
- 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 +95 -33
- 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 +95 -33
- 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 +95 -33
- 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/AddSelect/AddSelectBody.js +1 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +6 -6
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -1
- package/es/components/PageHeader/PageHeader.js +4 -12
- package/es/components/PageHeader/next/PageHeader.js +29 -12
- package/es/components/PageHeader/next/context.d.ts +3 -0
- package/es/components/PageHeader/next/utils.js +8 -0
- package/es/components/SidePanel/SidePanel.js +11 -3
- package/es/components/Tearsheet/TearsheetPresence.d.ts +37 -0
- package/es/components/Tearsheet/TearsheetPresence.js +56 -0
- package/es/components/Tearsheet/TearsheetShell.js +76 -17
- package/es/components/Tearsheet/index.d.ts +2 -0
- package/es/components/Tearsheet/usePresence.d.ts +17 -0
- package/es/components/Tearsheet/usePresence.js +69 -0
- package/es/components/Tearsheet/usePresenceContext.d.ts +25 -0
- package/es/components/Tearsheet/usePresenceContext.js +50 -0
- package/es/global/js/hooks/useMergedRefs.d.ts +1 -0
- package/es/global/js/hooks/useMergedRefs.js +32 -0
- package/es/global/js/hooks/useOverflowString.js +1 -16
- package/es/index.js +1 -0
- package/lib/components/AddSelect/AddSelectBody.js +1 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +6 -6
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -1
- package/lib/components/PageHeader/PageHeader.js +3 -11
- package/lib/components/PageHeader/next/PageHeader.js +29 -12
- package/lib/components/PageHeader/next/context.d.ts +3 -0
- package/lib/components/PageHeader/next/utils.js +8 -0
- package/lib/components/SidePanel/SidePanel.js +10 -2
- package/lib/components/Tearsheet/TearsheetPresence.d.ts +37 -0
- package/lib/components/Tearsheet/TearsheetPresence.js +61 -0
- package/lib/components/Tearsheet/TearsheetShell.js +74 -15
- package/lib/components/Tearsheet/index.d.ts +2 -0
- package/lib/components/Tearsheet/usePresence.d.ts +17 -0
- package/lib/components/Tearsheet/usePresence.js +71 -0
- package/lib/components/Tearsheet/usePresenceContext.d.ts +25 -0
- package/lib/components/Tearsheet/usePresenceContext.js +52 -0
- package/lib/global/js/hooks/useMergedRefs.d.ts +1 -0
- package/lib/global/js/hooks/useMergedRefs.js +34 -0
- package/lib/global/js/hooks/useOverflowString.js +0 -16
- package/lib/index.js +3 -0
- package/package.json +22 -21
- package/scss/components/APIKeyModal/_api-key-modal.scss +6 -4
- package/scss/components/AboutModal/_about-modal.scss +5 -5
- package/scss/components/ActionBar/_action-bar.scss +2 -0
- package/scss/components/ActionSet/_action-set.scss +12 -11
- package/scss/components/AddSelect/_add-select.scss +28 -29
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +10 -8
- package/scss/components/ButtonMenu/_button-menu.scss +11 -9
- package/scss/components/Card/_card.scss +12 -10
- package/scss/components/Checklist/_checklist.scss +8 -6
- package/scss/components/Coachmark/_coachmark-overlay.scss +11 -9
- package/scss/components/Coachmark/_coachmark.scss +1 -1
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +6 -4
- package/scss/components/ComboButton/_combo-button.scss +11 -9
- package/scss/components/CreateFullPage/_create-full-page.scss +9 -9
- package/scss/components/CreateModal/_create-modal.scss +9 -7
- package/scss/components/CreateSidePanel/_create-side-panel.scss +6 -4
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +9 -9
- package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +5 -3
- package/scss/components/Datagrid/_datagrid.scss +9 -7
- package/scss/components/Datagrid/styles/_datagrid.scss +86 -86
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +11 -9
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +48 -46
- package/scss/components/Datagrid/styles/_useNestedRows.scss +16 -16
- package/scss/components/Datagrid/styles/_useNestedTable.scss +5 -3
- package/scss/components/Datagrid/styles/_useSelectAllToggle.scss +4 -2
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +21 -19
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +5 -4
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -5
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +11 -8
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +18 -16
- package/scss/components/Datagrid/styles/addons/_animations.scss +4 -4
- package/scss/components/DescriptionList/_description-list.scss +6 -4
- package/scss/components/EditInPlace/_edit-in-place.scss +5 -9
- package/scss/components/EditSidePanel/_edit-side-panel.scss +6 -4
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +8 -9
- package/scss/components/ExportModal/_export-modal.scss +7 -5
- package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +6 -5
- package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +6 -5
- package/scss/components/FilterPanel/_filter-panel-checkbox.scss +6 -5
- package/scss/components/FilterPanel/_filter-panel.scss +6 -5
- package/scss/components/FilterSummary/_filter-summary.scss +5 -9
- package/scss/components/Guidebanner/_guidebanner.scss +5 -3
- package/scss/components/ImportModal/_import-modal.scss +16 -16
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +6 -4
- package/scss/components/NotificationsPanel/_notifications-panel.scss +13 -8
- package/scss/components/OptionsTile/_options-tile.scss +8 -6
- package/scss/components/PageHeader/_page-header.scss +25 -21
- package/scss/components/RemoveModal/_remove-modal.scss +5 -4
- package/scss/components/Saving/_saving.scss +5 -3
- package/scss/components/SearchBar/_search-bar.scss +5 -4
- package/scss/components/SidePanel/_animations.scss +4 -4
- package/scss/components/SidePanel/_side-panel.scss +31 -12
- package/scss/components/SimpleHeader/_simple-header.scss +5 -4
- package/scss/components/StatusIcon/_status-icon.scss +5 -3
- package/scss/components/StatusIndicator/_status-indicator.scss +3 -2
- package/scss/components/StringFormatter/_string-formatter.scss +5 -4
- package/scss/components/TagOverflow/_tag-overflow.scss +7 -6
- package/scss/components/TagSet/_tag-set.scss +20 -18
- package/scss/components/Tearsheet/_tearsheet.scss +121 -30
- package/scss/components/Toolbar/_toolbar.scss +4 -2
- package/scss/components/TruncatedList/_truncated-list.scss +4 -3
- package/scss/components/TruncatedText/_truncated-text.scss +2 -2
- package/scss/components/UserAvatar/_user-avatar.scss +5 -4
- package/scss/components/UserProfileImage/_user-profile-image.scss +11 -7
- package/scss/components/WebTerminal/_web-terminal.scss +4 -2
- package/telemetry.yml +3 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2021,
|
|
2
|
+
// Copyright IBM Corp. 2021, 2025
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
@use '@carbon/styles/scss/theme' as *;
|
|
10
10
|
@use '@carbon/styles/scss/spacing' as *;
|
|
11
11
|
@use '@carbon/styles/scss/type';
|
|
12
|
+
@use '@carbon/styles/scss/config' as carbon-config;
|
|
13
|
+
|
|
12
14
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
13
15
|
|
|
14
16
|
// CreateFullPage uses the following IBM Products components:
|
|
@@ -32,9 +34,7 @@ $step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step;
|
|
|
32
34
|
}
|
|
33
35
|
}
|
|
34
36
|
|
|
35
|
-
.#{$block-class}
|
|
36
|
-
.#{$block-class}__content
|
|
37
|
-
.#{c4p-settings.$carbon-prefix}--grid {
|
|
37
|
+
.#{$block-class} .#{$block-class}__content .#{carbon-config.$prefix}--grid {
|
|
38
38
|
margin-inline: 0;
|
|
39
39
|
padding-block-start: $spacing-06;
|
|
40
40
|
}
|
|
@@ -59,7 +59,7 @@ $step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step;
|
|
|
59
59
|
margin-block-end: $spacing-06;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.#{$block-class} .#{
|
|
62
|
+
.#{$block-class} .#{carbon-config.$prefix}--fieldset {
|
|
63
63
|
margin-block-end: 0;
|
|
64
64
|
}
|
|
65
65
|
|
|
@@ -67,7 +67,7 @@ $step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step;
|
|
|
67
67
|
margin-block-end: $spacing-05;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.#{$block-class} .#{
|
|
70
|
+
.#{$block-class} .#{carbon-config.$prefix}--modal-close {
|
|
71
71
|
display: none;
|
|
72
72
|
}
|
|
73
73
|
|
|
@@ -119,11 +119,11 @@ $step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step;
|
|
|
119
119
|
padding-block-end: $spacing-07;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.#{$block-class}__step .#{
|
|
122
|
+
.#{$block-class}__step .#{carbon-config.$prefix}--css-grid {
|
|
123
123
|
margin-inline-start: 0;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.#{$block-class} .#{
|
|
126
|
+
.#{$block-class} .#{carbon-config.$prefix}--side-nav--ux {
|
|
127
127
|
background-color: transparent;
|
|
128
128
|
block-size: min-content;
|
|
129
129
|
border-inline-end: 1px solid $border-subtle-01;
|
|
@@ -173,7 +173,7 @@ $step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step;
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.#{$block-class}
|
|
176
|
-
.#{$block-class}__progress-indicator.#{
|
|
176
|
+
.#{$block-class}__progress-indicator.#{carbon-config.$prefix}--progress {
|
|
177
177
|
padding: $spacing-06;
|
|
178
178
|
}
|
|
179
179
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2021,
|
|
2
|
+
// Copyright IBM Corp. 2021, 2025
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -10,15 +10,17 @@
|
|
|
10
10
|
@use '@carbon/styles/scss/theme' as *;
|
|
11
11
|
@use '@carbon/styles/scss/breakpoint' as *;
|
|
12
12
|
@use '@carbon/styles/scss/type';
|
|
13
|
+
@use '@carbon/styles/scss/config' as carbon-config;
|
|
14
|
+
|
|
13
15
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
14
16
|
|
|
15
17
|
.#{c4p-settings.$pkg-prefix}--create-modal
|
|
16
|
-
.#{
|
|
18
|
+
.#{carbon-config.$prefix}--modal-close {
|
|
17
19
|
display: none;
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
.#{c4p-settings.$pkg-prefix}--create-modal
|
|
21
|
-
.#{
|
|
23
|
+
.#{carbon-config.$prefix}--modal-container {
|
|
22
24
|
@include breakpoint(md) {
|
|
23
25
|
max-block-size: 95%;
|
|
24
26
|
}
|
|
@@ -28,7 +30,7 @@
|
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
.#{c4p-settings.$pkg-prefix}--create-modal
|
|
31
|
-
.#{
|
|
33
|
+
.#{carbon-config.$prefix}--modal-header {
|
|
32
34
|
border-block-end: 1px solid $layer-accent-01;
|
|
33
35
|
margin-block-end: 0;
|
|
34
36
|
padding-block-end: $spacing-03;
|
|
@@ -36,8 +38,8 @@
|
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
.#{c4p-settings.$pkg-prefix}--create-modal
|
|
39
|
-
.#{
|
|
40
|
-
.#{
|
|
41
|
+
.#{carbon-config.$prefix}--modal-footer
|
|
42
|
+
.#{carbon-config.$prefix}--btn {
|
|
41
43
|
max-inline-size: none;
|
|
42
44
|
}
|
|
43
45
|
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
.#{c4p-settings.$pkg-prefix}--create-modal__form
|
|
66
|
-
.#{
|
|
68
|
+
.#{carbon-config.$prefix}--fieldset {
|
|
67
69
|
margin-block-end: 0;
|
|
68
70
|
min-inline-size: 100%;
|
|
69
71
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2021,
|
|
2
|
+
// Copyright IBM Corp. 2021, 2025
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
@use '@carbon/styles/scss/theme' as *;
|
|
10
10
|
@use '@carbon/styles/scss/spacing' as *;
|
|
11
11
|
@use '@carbon/styles/scss/type';
|
|
12
|
+
@use '@carbon/styles/scss/config' as carbon-config;
|
|
13
|
+
|
|
12
14
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
13
15
|
@use '../SidePanel/side-panel-variables' as side-panel-vars;
|
|
14
16
|
|
|
@@ -24,11 +26,11 @@ $side-panel-block-class: #{c4p-settings.$pkg-prefix}--side-panel;
|
|
|
24
26
|
padding-inline-end: calc(20% - #{$spacing-05});
|
|
25
27
|
}
|
|
26
28
|
|
|
27
|
-
.#{
|
|
29
|
+
.#{carbon-config.$prefix}--form.#{$create-side-panel-block-class}__form {
|
|
28
30
|
padding-block-start: $spacing-05;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
|
-
.#{$create-side-panel-block-class}__form.#{
|
|
33
|
+
.#{$create-side-panel-block-class}__form.#{carbon-config.$prefix}--fieldset {
|
|
32
34
|
padding-block-start: $spacing-03;
|
|
33
35
|
}
|
|
34
36
|
|
|
@@ -47,7 +49,7 @@ $side-panel-block-class: #{c4p-settings.$pkg-prefix}--side-panel;
|
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
.#{$create-side-panel-block-class}.#{$side-panel-block-class}
|
|
50
|
-
.#{
|
|
52
|
+
.#{carbon-config.$prefix}--btn.#{$side-panel-block-class}__close-button {
|
|
51
53
|
display: none;
|
|
52
54
|
}
|
|
53
55
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2021,
|
|
2
|
+
// Copyright IBM Corp. 2021, 2025
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
@use '@carbon/styles/scss/motion' as *;
|
|
13
13
|
@use '@carbon/styles/scss/spacing' as *;
|
|
14
14
|
@use '@carbon/styles/scss/type';
|
|
15
|
+
@use '@carbon/styles/scss/config' as carbon-config;
|
|
15
16
|
|
|
16
17
|
// Standard imports.
|
|
17
18
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
@@ -55,7 +56,7 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-create__step--
|
|
|
55
56
|
--#{$create-tearsheet-block-class}--total-width: 0;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
.#{$step-block-class} .#{
|
|
59
|
+
.#{$step-block-class} .#{carbon-config.$prefix}--css-grid {
|
|
59
60
|
margin-inline-start: 0;
|
|
60
61
|
}
|
|
61
62
|
|
|
@@ -90,13 +91,13 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-create__step--
|
|
|
90
91
|
|
|
91
92
|
.#{$create-tearsheet-block-class}
|
|
92
93
|
.#{$create-tearsheet-block-class}__content
|
|
93
|
-
.#{
|
|
94
|
+
.#{carbon-config.$prefix}--form {
|
|
94
95
|
block-size: inherit;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.#{$create-tearsheet-block-class}
|
|
98
99
|
.#{$create-tearsheet-block-class}__content
|
|
99
|
-
.#{
|
|
100
|
+
.#{carbon-config.$prefix}--grid {
|
|
100
101
|
padding: 0;
|
|
101
102
|
margin: 0;
|
|
102
103
|
}
|
|
@@ -107,13 +108,12 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-create__step--
|
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
.#{$create-tearsheet-block-class}
|
|
110
|
-
.#{
|
|
111
|
-
.#{
|
|
111
|
+
.#{carbon-config.$prefix}--btn-set
|
|
112
|
+
.#{carbon-config.$prefix}--btn.#{carbon-config.$prefix}--btn--disabled {
|
|
112
113
|
box-shadow: -0.0625rem 0 0 0 $button-separator;
|
|
113
114
|
}
|
|
114
115
|
|
|
115
|
-
.#{$create-tearsheet-block-class}
|
|
116
|
-
.#{c4p-settings.$carbon-prefix}--side-nav--ux {
|
|
116
|
+
.#{$create-tearsheet-block-class} .#{carbon-config.$prefix}--side-nav--ux {
|
|
117
117
|
position: initial;
|
|
118
118
|
background-color: transparent;
|
|
119
119
|
}
|
|
@@ -154,7 +154,7 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-create__step--
|
|
|
154
154
|
margin-block-end: $spacing-06;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.#{$create-tearsheet-block-class} .#{
|
|
157
|
+
.#{$create-tearsheet-block-class} .#{carbon-config.$prefix}--fieldset {
|
|
158
158
|
margin-block-end: 0;
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2021,
|
|
2
|
+
// Copyright IBM Corp. 2021, 2025
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
@use '@carbon/styles/scss/theme' as *;
|
|
10
10
|
@use '@carbon/styles/scss/spacing' as *;
|
|
11
11
|
@use '@carbon/styles/scss/type';
|
|
12
|
+
@use '@carbon/styles/scss/config' as carbon-config;
|
|
13
|
+
|
|
12
14
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
13
15
|
|
|
14
16
|
// CreateTearsheetNarrow uses the following IBM Products components:
|
|
@@ -18,8 +20,8 @@
|
|
|
18
20
|
// The block part of our conventional BEM class names (blockClass__E--M).
|
|
19
21
|
$block-class: #{c4p-settings.$pkg-prefix}--create-tearsheet-narrow;
|
|
20
22
|
|
|
21
|
-
.#{$block-class} .#{
|
|
22
|
-
.#{$block-class} .#{
|
|
23
|
+
.#{$block-class} .#{carbon-config.$prefix}--modal-header__heading,
|
|
24
|
+
.#{$block-class} .#{carbon-config.$prefix}--modal-header__label,
|
|
23
25
|
.#{$block-class} .#{c4p-settings.$pkg-prefix}--tearsheet__header-description {
|
|
24
26
|
max-inline-size: 100%;
|
|
25
27
|
padding-inline-end: calc(20% - #{$spacing-05});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2022,
|
|
2
|
+
// Copyright IBM Corp. 2022, 2025
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
// Standard imports.
|
|
9
9
|
@use '@carbon/styles/scss/spacing' as *;
|
|
10
10
|
@use '@carbon/styles/scss/theme' as *;
|
|
11
|
+
@use '@carbon/styles/scss/config' as carbon-config;
|
|
12
|
+
|
|
11
13
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
12
14
|
@use '../../global/styles/mixins';
|
|
13
15
|
|
|
@@ -33,15 +35,15 @@ $block-class: #{c4p-settings.$pkg-prefix}--datagrid;
|
|
|
33
35
|
display: block;
|
|
34
36
|
inline-size: 100%;
|
|
35
37
|
|
|
36
|
-
:global(.#{
|
|
38
|
+
:global(.#{carbon-config.$prefix}--checkbox) {
|
|
37
39
|
display: none;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
.#{$block-class}
|
|
42
44
|
.#{c4p-settings.$pkg-prefix}--datagrid__row-size-options-container
|
|
43
|
-
.#{
|
|
44
|
-
.#{
|
|
45
|
+
.#{carbon-config.$prefix}--popover-container
|
|
46
|
+
.#{carbon-config.$prefix}--btn--icon-only {
|
|
45
47
|
display: flex;
|
|
46
48
|
align-items: center;
|
|
47
49
|
justify-content: center;
|
|
@@ -65,7 +67,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--datagrid;
|
|
|
65
67
|
|
|
66
68
|
/* stylelint-disable-next-line */
|
|
67
69
|
:global {
|
|
68
|
-
.#{
|
|
70
|
+
.#{carbon-config.$prefix}--pagination {
|
|
69
71
|
// newer version of carbon pagination has scroll which doesn't make any sense, removing it
|
|
70
72
|
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
|
71
73
|
overflow-x: unset;
|
|
@@ -79,8 +81,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--datagrid;
|
|
|
79
81
|
|
|
80
82
|
// firefox fix for issue mentioned in 3442
|
|
81
83
|
.#{$block-class}
|
|
82
|
-
.#{
|
|
83
|
-
.#{
|
|
84
|
+
.#{carbon-config.$prefix}--menu-button__trigger:not(
|
|
85
|
+
.#{carbon-config.$prefix}--btn--ghost
|
|
84
86
|
) {
|
|
85
87
|
min-inline-size: auto;
|
|
86
88
|
}
|