@carbon/ibm-products-styles 2.55.0-rc.0 → 2.56.0-rc.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 +9105 -9158
- 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 +1150 -1565
- 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 +2837 -4774
- 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 +2250 -1875
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +14 -14
- package/scss/components/APIKeyModal/_api-key-modal.scss +7 -7
- package/scss/components/APIKeyModal/_carbon-imports.scss +5 -5
- package/scss/components/AboutModal/_about-modal.scss +13 -13
- package/scss/components/AboutModal/_carbon-imports.scss +2 -2
- package/scss/components/ActionBar/_action-bar.scss +2 -2
- package/scss/components/ActionBar/_carbon-imports.scss +2 -2
- package/scss/components/ActionSet/_action-set.scss +9 -10
- package/scss/components/ActionSet/_carbon-imports.scss +2 -2
- package/scss/components/AddSelect/_add-select.scss +43 -40
- package/scss/components/AddSelect/_carbon-imports.scss +10 -10
- package/scss/components/BigNumbers/_big-numbers.scss +26 -20
- package/scss/components/BigNumbers/_carbon-imports.scss +2 -2
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +8 -6
- package/scss/components/BreadcrumbWithOverflow/_carbon-imports.scss +3 -3
- package/scss/components/ButtonMenu/_button-menu.scss +3 -3
- package/scss/components/ButtonMenu/_carbon-imports.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_button-set-with-overflow.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_carbon-imports.scss +1 -1
- package/scss/components/Card/_carbon-imports.scss +2 -2
- package/scss/components/Card/_card.scss +23 -22
- package/scss/components/Carousel/_carousel.scss +5 -6
- package/scss/components/Cascade/_cascade.scss +2 -2
- package/scss/components/Checklist/_carbon-imports.scss +1 -1
- package/scss/components/Checklist/_checklist.scss +23 -24
- package/scss/components/Coachmark/_carbon-imports.scss +1 -1
- package/scss/components/Coachmark/_coachmark-dragbar.scss +1 -1
- package/scss/components/Coachmark/_coachmark-overlay.scss +34 -27
- package/scss/components/Coachmark/_coachmark-tagline.scss +18 -15
- package/scss/components/Coachmark/_coachmark.scss +1 -1
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +17 -17
- package/scss/components/CoachmarkButton/_coachmark-button.scss +1 -1
- package/scss/components/CoachmarkFixed/_coachmark-fixed.scss +1 -1
- package/scss/components/CoachmarkOverlayElement/_coachmark-overlay-element.scss +5 -5
- package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +4 -4
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +11 -11
- package/scss/components/ComboButton/_combo-button.scss +13 -9
- package/scss/components/ConditionBuilder/_condition-builder.scss +11 -12
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +10 -10
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +26 -30
- package/scss/components/CreateFullPage/_carbon-imports.scss +6 -6
- package/scss/components/CreateFullPage/_create-full-page.scss +36 -26
- package/scss/components/CreateInfluencer/_carbon-imports.scss +1 -1
- package/scss/components/CreateInfluencer/_create-influencer.scss +5 -2
- package/scss/components/CreateModal/_carbon-imports.scss +3 -3
- package/scss/components/CreateModal/_create-modal.scss +15 -14
- package/scss/components/CreateSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/CreateSidePanel/_create-side-panel.scss +5 -5
- package/scss/components/CreateTearsheet/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +22 -20
- package/scss/components/CreateTearsheetNarrow/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +8 -8
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +33 -32
- package/scss/components/Datagrid/_datagrid.scss +12 -8
- package/scss/components/Datagrid/styles/_datagrid.scss +135 -120
- package/scss/components/Datagrid/styles/_draggableElement.scss +11 -11
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +1 -1
- package/scss/components/Datagrid/styles/_useColumnCenterAlign.scss +2 -3
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +7 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +13 -13
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +62 -63
- package/scss/components/Datagrid/styles/_useNestedRows.scss +16 -16
- package/scss/components/Datagrid/styles/_useNestedTable.scss +10 -7
- package/scss/components/Datagrid/styles/_useSelectAllToggle.scss +6 -6
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +6 -6
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +11 -11
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +9 -9
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +19 -19
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +29 -29
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +10 -9
- package/scss/components/DecoratorBase/_decorator-base-mixins.scss +6 -8
- package/scss/components/DecoratorBase/_decorator-base.scss +11 -11
- package/scss/components/DelimitedList/_delimited-list.scss +1 -1
- package/scss/components/DescriptionList/_description-list.scss +9 -9
- package/scss/components/EditInPlace/_carbon-imports.scss +2 -2
- package/scss/components/EditInPlace/_edit-in-place.scss +8 -7
- package/scss/components/EditSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/EditSidePanel/_edit-side-panel.scss +4 -4
- package/scss/components/EditTearsheet/_carbon-imports.scss +9 -0
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +20 -21
- package/scss/components/EditTearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/EmptyStates/_carbon-imports.scss +2 -2
- package/scss/components/EmptyStates/_empty-state.scss +12 -10
- package/scss/components/ExampleComponent/_carbon-imports.scss +1 -1
- package/scss/components/ExportModal/_carbon-imports.scss +6 -6
- package/scss/components/ExportModal/_export-modal.scss +6 -6
- package/scss/components/FilterPanel/_carbon-imports.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-checkbox.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-group.scss +4 -6
- package/scss/components/FilterPanel/_filter-panel-label.scss +1 -1
- package/scss/components/FilterPanel/_filter-panel-search.scss +8 -6
- package/scss/components/FilterPanel/_filter-panel.scss +1 -2
- package/scss/components/FilterSummary/_filter-summary.scss +9 -9
- package/scss/components/FullPageError/_full-page-error.scss +8 -9
- package/scss/components/GetStartedCard/_get-started-card.scss +12 -14
- package/scss/components/Guidebanner/_guidebanner.scss +37 -36
- package/scss/components/HTTPErrors/_carbon-imports.scss +1 -1
- package/scss/components/HTTPErrors/_http-errors.scss +11 -11
- package/scss/components/ImportModal/_carbon-imports.scss +4 -4
- package/scss/components/ImportModal/_import-modal.scss +12 -13
- package/scss/components/InlineTip/_inline-tip.scss +26 -25
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +43 -44
- package/scss/components/InterstitialScreenView/_interstitial-screen-view.scss +2 -2
- package/scss/components/InterstitialScreenViewModule/_interstitial-screen-view-module.scss +2 -2
- package/scss/components/Nav/_nav.scss +32 -37
- package/scss/components/NonLinearReading/_non-linear-reading.scss +11 -7
- package/scss/components/NotificationsPanel/_carbon-imports.scss +3 -3
- package/scss/components/NotificationsPanel/_notifications-panel.scss +50 -40
- package/scss/components/OptionsTile/_carbon-imports.scss +1 -1
- package/scss/components/OptionsTile/_options-tile.scss +23 -25
- package/scss/components/PageHeader/_carbon-imports.scss +4 -4
- package/scss/components/PageHeader/_page-header.scss +109 -105
- package/scss/components/ProductiveCard/_productive-card.scss +11 -12
- package/scss/components/RemoveModal/_carbon-imports.scss +3 -3
- package/scss/components/RemoveModal/_remove-modal.scss +4 -4
- package/scss/components/Saving/_carbon-imports.scss +2 -2
- package/scss/components/Saving/_saving.scss +2 -2
- package/scss/components/ScrollGradient/_scroll-gradient.scss +18 -18
- package/scss/components/SidePanel/_animations.scss +78 -0
- package/scss/components/SidePanel/_carbon-imports.scss +1 -1
- package/scss/components/SidePanel/_side-panel.scss +154 -65
- package/scss/components/SimpleHeader/_simple-header.scss +3 -3
- package/scss/components/StatusIcon/_status-icon.scss +1 -1
- package/scss/components/StatusIndicator/_carbon-imports.scss +2 -2
- package/scss/components/StatusIndicator/_status-indicator.scss +11 -11
- package/scss/components/StringFormatter/_carbon-imports.scss +1 -1
- package/scss/components/StringFormatter/_string-formatter.scss +6 -7
- package/scss/components/TagOverflow/_tag-overflow.scss +14 -15
- package/scss/components/TagSet/_carbon-imports.scss +5 -5
- package/scss/components/TagSet/_tag-set.scss +13 -14
- package/scss/components/Tearsheet/_carbon-imports.scss +2 -2
- package/scss/components/Tearsheet/_tearsheet.scss +55 -41
- package/scss/components/Toolbar/_carbon-imports.scss +1 -1
- package/scss/components/Toolbar/_toolbar.scss +11 -11
- package/scss/components/TooltipTrigger/_tooltip-trigger.scss +2 -2
- package/scss/components/TruncatedList/_truncated-list.scss +8 -2
- package/scss/components/UserAvatar/_carbon-imports.scss +1 -1
- package/scss/components/UserAvatar/_user-avatar.scss +6 -16
- package/scss/components/UserProfileImage/_carbon-imports.scss +1 -1
- package/scss/components/UserProfileImage/_color-map.scss +1 -1
- package/scss/components/UserProfileImage/_user-profile-image.scss +5 -4
- package/scss/components/WebTerminal/_carbon-imports.scss +2 -2
- package/scss/components/WebTerminal/_web-terminal.scss +11 -11
- package/scss/components/_index-released-only-with-carbon.scss +1 -0
- package/scss/components/_index-with-carbon.scss +1 -0
- package/scss/global/decorators/_side-panel-decorator.scss +3 -3
- package/scss/global/styles/_display-box.scss +19 -19
- package/scss/global/styles/_mixins.scss +3 -3
- package/scss/index-full-carbon.scss +1 -1
|
@@ -80,16 +80,17 @@ $carbon-input: #{$carbon-prefix}--text-input;
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.#{$block-class}__warning-icon {
|
|
83
|
-
width: $spacing-05;
|
|
84
83
|
margin: auto $spacing-03;
|
|
85
84
|
color: $support-error;
|
|
85
|
+
inline-size: $spacing-05;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.#{$block-class}__warning-text {
|
|
89
89
|
@include type.type-style('label-01');
|
|
90
90
|
|
|
91
|
-
margin-top: $spacing-03;
|
|
92
91
|
color: $support-error;
|
|
92
|
+
|
|
93
|
+
margin-block-start: $spacing-03;
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
// overrides
|
|
@@ -117,7 +118,7 @@ $carbon-input: #{$carbon-prefix}--text-input;
|
|
|
117
118
|
|
|
118
119
|
// animation div
|
|
119
120
|
display: inline-flex;
|
|
120
|
-
|
|
121
|
+
inline-size: var(--toolbar-width);
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
.#{$block-class}--invalid .#{$block-class}__toolbar {
|
|
@@ -131,23 +132,23 @@ $carbon-input: #{$carbon-prefix}--text-input;
|
|
|
131
132
|
@keyframes slide-in {
|
|
132
133
|
0% {
|
|
133
134
|
overflow: hidden;
|
|
134
|
-
|
|
135
|
+
inline-size: var(--toolbar-width);
|
|
135
136
|
}
|
|
136
137
|
|
|
137
138
|
99% {
|
|
138
139
|
overflow: hidden;
|
|
139
|
-
|
|
140
|
+
inline-size: var(--toolbar-width-focussed);
|
|
140
141
|
}
|
|
141
142
|
|
|
142
143
|
100% {
|
|
143
144
|
overflow: visible;
|
|
144
|
-
|
|
145
|
+
inline-size: var(--toolbar-width-focussed);
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
148
|
|
|
148
149
|
.#{$block-class}--focused .#{$block-class}__toolbar {
|
|
149
150
|
overflow: initial;
|
|
150
|
-
width: var(--toolbar-width-focussed);
|
|
151
151
|
|
|
152
152
|
animation: slide-in $duration-moderate-01 motion(entrance, productive);
|
|
153
|
+
inline-size: var(--toolbar-width-focussed);
|
|
153
154
|
}
|
|
@@ -20,21 +20,21 @@ $side-panel-block-class: #{c4p-settings.$pkg-prefix}--side-panel;
|
|
|
20
20
|
|
|
21
21
|
.#{$block-class} {
|
|
22
22
|
.#{c4p-settings.$carbon-prefix}--form.#{$block-class}__form {
|
|
23
|
-
padding-
|
|
23
|
+
padding-block-start: $spacing-05;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.#{$block-class}__form.#{c4p-settings.$carbon-prefix}--fieldset {
|
|
27
|
-
padding-
|
|
27
|
+
padding-block-start: $spacing-03;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.#{$block-class}__form > * {
|
|
31
|
-
margin-
|
|
31
|
+
margin-block-end: $spacing-05;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.#{$block-class}__form-title-text {
|
|
35
35
|
@include type.type-style('heading-compact-02');
|
|
36
36
|
|
|
37
|
-
padding-
|
|
37
|
+
padding-block-end: $spacing-03;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.#{$block-class}__form-description-text {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2025, 2025
|
|
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/styles/scss/components/toggle/toggle';
|
|
9
|
+
@use '@carbon/styles/scss/components/ui-shell/side-nav';
|
|
@@ -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.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
@use '@carbon/styles/scss/theme' as *;
|
|
9
9
|
@use '@carbon/styles/scss/spacing' as *;
|
|
10
|
-
@use '@carbon/
|
|
10
|
+
@use '@carbon/styles/scss/components/button/tokens' as *;
|
|
11
11
|
@use '@carbon/styles/scss/type';
|
|
12
12
|
@use '@carbon/styles/scss/motion';
|
|
13
13
|
|
|
@@ -15,11 +15,7 @@
|
|
|
15
15
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
16
16
|
|
|
17
17
|
// Other Carbon settings.
|
|
18
|
-
@use '@carbon/
|
|
19
|
-
|
|
20
|
-
// EditTearsheet uses the following Carbon components:
|
|
21
|
-
@use '@carbon/react/scss/components/toggle/toggle';
|
|
22
|
-
@use '@carbon/react/scss/components/ui-shell/side-nav';
|
|
18
|
+
@use '@carbon/styles/scss/grid' as *;
|
|
23
19
|
|
|
24
20
|
// EditTearsheet uses the following IBM Products components:
|
|
25
21
|
// TearsheetShell
|
|
@@ -68,22 +64,25 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-edit__form--fi
|
|
|
68
64
|
}
|
|
69
65
|
|
|
70
66
|
.#{$block-class} .#{$block-class}__content {
|
|
71
|
-
|
|
72
|
-
padding-top: $spacing-06;
|
|
73
|
-
padding-bottom: $spacing-06;
|
|
67
|
+
block-size: 100%;
|
|
74
68
|
overflow-x: hidden;
|
|
69
|
+
@supports (overflow-inline: hidden) {
|
|
70
|
+
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
|
71
|
+
overflow-inline: hidden;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
padding-block: $spacing-06;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.#{$block-class}
|
|
78
78
|
.#{$block-class}__content
|
|
79
79
|
.#{c4p-settings.$carbon-prefix}--css-grid {
|
|
80
|
-
|
|
81
|
-
padding-
|
|
82
|
-
margin-left: 0;
|
|
80
|
+
margin-inline-start: 0;
|
|
81
|
+
padding-inline: $spacing-03;
|
|
83
82
|
}
|
|
84
83
|
|
|
85
84
|
.#{$block-class} .#{$block-class}__form--heading {
|
|
86
|
-
padding-
|
|
85
|
+
padding-block-end: $spacing-06;
|
|
87
86
|
}
|
|
88
87
|
|
|
89
88
|
.#{$block-class}
|
|
@@ -94,9 +93,9 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-edit__form--fi
|
|
|
94
93
|
|
|
95
94
|
.#{$block-class} .#{c4p-settings.$carbon-prefix}--side-nav--ux {
|
|
96
95
|
position: initial;
|
|
97
|
-
width: 100%;
|
|
98
|
-
max-width: 100%;
|
|
99
96
|
background-color: transparent;
|
|
97
|
+
inline-size: 100%;
|
|
98
|
+
max-inline-size: 100%;
|
|
100
99
|
}
|
|
101
100
|
|
|
102
101
|
.#{$block-class} .#{c4p-settings.$carbon-prefix}--side-nav__link:hover {
|
|
@@ -109,27 +108,27 @@ $tearsheet-fieldset-class: #{c4p-settings.$pkg-prefix}--tearsheet-edit__form--fi
|
|
|
109
108
|
|
|
110
109
|
.#{$block-class} .#{$block-class}__form--title,
|
|
111
110
|
.#{$block-class} .#{$block-class}__section--title {
|
|
112
|
-
margin-
|
|
111
|
+
margin-block-end: $spacing-05;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
114
|
.#{$block-class} .#{$block-class}__section--subtitle,
|
|
116
115
|
.#{$block-class} .#{$block-class}__form--subtitle {
|
|
117
116
|
@include type.type-style('heading-compact-01');
|
|
118
117
|
|
|
119
|
-
margin-
|
|
118
|
+
margin-block-end: $spacing-03;
|
|
120
119
|
}
|
|
121
120
|
|
|
122
121
|
.#{$block-class} .#{$block-class}__section--description,
|
|
123
122
|
.#{$block-class} .#{$block-class}__form--description {
|
|
124
123
|
@include type.type-style('body-01');
|
|
125
124
|
|
|
126
|
-
margin-
|
|
125
|
+
margin-block-end: $spacing-06;
|
|
127
126
|
}
|
|
128
127
|
|
|
129
128
|
.#{$block-class} .#{c4p-settings.$carbon-prefix}--fieldset {
|
|
130
|
-
margin-
|
|
129
|
+
margin-block-end: 0;
|
|
131
130
|
}
|
|
132
131
|
|
|
133
132
|
.#{$block-class} .#{$block-class}__form--fieldset > * {
|
|
134
|
-
margin-
|
|
133
|
+
margin-block-end: $spacing-05;
|
|
135
134
|
}
|
|
@@ -20,21 +20,23 @@ $block-class: #{c4p-settings.$pkg-prefix}--empty-state;
|
|
|
20
20
|
.#{$block-class}__header {
|
|
21
21
|
@include type.type-style('heading-03');
|
|
22
22
|
|
|
23
|
-
padding-bottom: $spacing-03;
|
|
24
23
|
margin: 0;
|
|
24
|
+
|
|
25
|
+
padding-block-end: $spacing-03;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
.#{$block-class}__subtitle {
|
|
28
29
|
@include type.type-style('body-01');
|
|
29
30
|
|
|
30
|
-
padding-bottom: $spacing-05;
|
|
31
31
|
color: $text-secondary;
|
|
32
|
+
|
|
33
|
+
padding-block-end: $spacing-05;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
.#{$block-class}__header--small {
|
|
35
37
|
@include type.type-style('body-compact-02');
|
|
36
38
|
|
|
37
|
-
padding-
|
|
39
|
+
padding-block-end: $spacing-03;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
.#{$block-class}__subtitle--small {
|
|
@@ -43,17 +45,17 @@ $block-class: #{c4p-settings.$pkg-prefix}--empty-state;
|
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
.#{$block-class}__illustration {
|
|
46
|
-
|
|
47
|
-
margin-
|
|
48
|
+
block-size: auto;
|
|
49
|
+
margin-block-end: $spacing-05;
|
|
48
50
|
|
|
49
51
|
&.#{$block-class}__illustration--lg {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
+
max-inline-size: $spacing-11;
|
|
53
|
+
min-inline-size: $spacing-11;
|
|
52
54
|
}
|
|
53
55
|
|
|
54
56
|
&.#{$block-class}__illustration--sm {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
max-inline-size: $spacing-10;
|
|
58
|
+
min-inline-size: $spacing-10;
|
|
57
59
|
}
|
|
58
60
|
}
|
|
59
61
|
|
|
@@ -75,7 +77,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--empty-state;
|
|
|
75
77
|
|
|
76
78
|
.#{$block-class} .#{$block-class}__action-button {
|
|
77
79
|
display: block;
|
|
78
|
-
margin-
|
|
80
|
+
margin-block-end: $spacing-05;
|
|
79
81
|
}
|
|
80
82
|
|
|
81
83
|
.#{$block-class} .#{$block-class}__link {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
// ExportModal uses the following Carbon components:
|
|
9
9
|
// Button, ComposedModal, ModalHeader, ModalFooter, ModalBody, TextInput,
|
|
10
10
|
// RadioButton, RadioButtonGroup, FormGroup, Loading
|
|
11
|
-
@use '@carbon/
|
|
12
|
-
@use '@carbon/
|
|
13
|
-
@use '@carbon/
|
|
14
|
-
@use '@carbon/
|
|
15
|
-
@use '@carbon/
|
|
16
|
-
@use '@carbon/
|
|
11
|
+
@use '@carbon/styles/scss/components/button';
|
|
12
|
+
@use '@carbon/styles/scss/components/modal';
|
|
13
|
+
@use '@carbon/styles/scss/components/text-input';
|
|
14
|
+
@use '@carbon/styles/scss/components/radio-button';
|
|
15
|
+
@use '@carbon/styles/scss/components/form';
|
|
16
|
+
@use '@carbon/styles/scss/components/loading';
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// Standard imports.
|
|
9
|
-
@use '@carbon/
|
|
9
|
+
@use '@carbon/styles/scss/components/button/tokens' as *;
|
|
10
10
|
@use '@carbon/styles/scss/spacing' as *;
|
|
11
11
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
12
12
|
|
|
@@ -15,17 +15,17 @@ $block-class: #{c4p-settings.$pkg-prefix}--export-modal;
|
|
|
15
15
|
.#{$block-class}
|
|
16
16
|
.#{c4p-settings.$carbon-prefix}--modal-footer
|
|
17
17
|
.#{c4p-settings.$carbon-prefix}--btn {
|
|
18
|
-
max-
|
|
18
|
+
max-inline-size: none;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$block-class}.#{c4p-settings.$carbon-prefix}--modal
|
|
22
22
|
.#{c4p-settings.$carbon-prefix}--modal-content {
|
|
23
|
-
padding-
|
|
23
|
+
padding-inline-end: $spacing-05;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.#{$block-class}__body {
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
margin-block-end: $spacing-05;
|
|
28
|
+
padding-inline-end: calc(20% - #{$spacing-05});
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.#{$block-class}__messaging {
|
|
@@ -34,7 +34,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--export-modal;
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.#{$block-class}__messaging p {
|
|
37
|
-
margin-
|
|
37
|
+
margin-inline-start: $spacing-03;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.#{$block-class}__checkmark-icon {
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
// Import any Carbon component styles used from FilterPanel in this file.
|
|
9
9
|
// FilterPanel uses the following Carbon components:
|
|
10
|
-
@use '@carbon/
|
|
11
|
-
@use '@carbon/
|
|
12
|
-
@use '@carbon/
|
|
13
|
-
@use '@carbon/
|
|
14
|
-
@use '@carbon/
|
|
10
|
+
@use '@carbon/styles/scss/components/accordion';
|
|
11
|
+
@use '@carbon/styles/scss/components/checkbox';
|
|
12
|
+
@use '@carbon/styles/scss/components/list';
|
|
13
|
+
@use '@carbon/styles/scss/components/overflow-menu';
|
|
14
|
+
@use '@carbon/styles/scss/components/search';
|
|
@@ -36,10 +36,10 @@ html .#{$block-class} .#{$carbon}--accordion__heading {
|
|
|
36
36
|
padding-inline-end: 0;
|
|
37
37
|
}
|
|
38
38
|
html .#{$block-class} .#{$carbon}--accordion__title {
|
|
39
|
-
|
|
40
|
-
// 100% - the space taken up by the expand/collapse icon.
|
|
41
|
-
max-width: calc(100% - $spacing-07);
|
|
39
|
+
inline-size: 100%;
|
|
42
40
|
margin-inline-end: 0;
|
|
41
|
+
// 100% - the space taken up by the expand/collapse icon.
|
|
42
|
+
max-inline-size: calc(100% - $spacing-07);
|
|
43
43
|
}
|
|
44
44
|
html .#{$block-class} .#{$carbon}--accordion__content {
|
|
45
45
|
padding-inline-end: 0;
|
|
@@ -31,25 +31,25 @@ $carbon: #{c4p-settings.$carbon-prefix};
|
|
|
31
31
|
// Position the menu button via its wrapper, not the button itself.
|
|
32
32
|
.#{$block-class} .#{$carbon}--overflow-menu__wrapper {
|
|
33
33
|
position: absolute;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
inset-block-start: 0;
|
|
35
|
+
inset-inline-end: 0;
|
|
36
36
|
}
|
|
37
37
|
// Size the menu button.
|
|
38
38
|
.#{$block-class} .#{$block-class}__overflow-button {
|
|
39
|
-
width: $spacing-06;
|
|
40
39
|
background-color: $layer;
|
|
41
40
|
block-size: $spacing-06;
|
|
41
|
+
inline-size: $spacing-06;
|
|
42
42
|
min-block-size: $spacing-06;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
// OverflowMenu <li>
|
|
46
46
|
.#{$block-class}__overflow-options .#{$carbon}--overflow-menu-options__option {
|
|
47
|
-
|
|
47
|
+
block-size: $spacing-06;
|
|
48
48
|
}
|
|
49
49
|
// OverflowMenu <button>
|
|
50
50
|
.#{$block-class}__overflow-options .#{$carbon}--overflow-menu-options__btn {
|
|
51
|
-
max-width: none;
|
|
52
51
|
justify-content: flex-end;
|
|
52
|
+
max-inline-size: none;
|
|
53
53
|
}
|
|
54
54
|
// SIZE FIX: This element is being used to "erase" the drop shadow
|
|
55
55
|
// created by the menu items overtop the menu button.
|
|
@@ -38,10 +38,10 @@ $carbon: #{c4p-settings.$carbon-prefix};
|
|
|
38
38
|
|
|
39
39
|
.#{$block-class} .#{$carbon}--checkbox-label,
|
|
40
40
|
.#{$block-class} .#{$carbon}--checkbox-label-text {
|
|
41
|
-
// Set Carbon's Checkbox label to 100% the width of the filter panel.
|
|
42
|
-
width: 100%;
|
|
43
41
|
// Match height to the "checkbox with overflow" button.
|
|
44
|
-
|
|
42
|
+
block-size: $spacing-06;
|
|
43
|
+
// Set Carbon's Checkbox label to 100% the width of the filter panel.
|
|
44
|
+
inline-size: 100%;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.#{$block-class} .#{$label}__text {
|
|
@@ -24,16 +24,14 @@
|
|
|
24
24
|
$block-class: #{c4p-settings.$pkg-prefix}--filter-panel-group;
|
|
25
25
|
|
|
26
26
|
.#{$block-class} {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
margin-bottom: $spacing-04;
|
|
27
|
+
border-block-start: to-rem(1px) solid $border-subtle;
|
|
28
|
+
margin-block: $spacing-04;
|
|
29
|
+
padding-block-start: $spacing-04;
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
.#{$block-class}__title {
|
|
34
33
|
@include type.type-style('label-01');
|
|
35
34
|
@include type.font-weight('semibold');
|
|
36
35
|
|
|
37
|
-
margin-
|
|
38
|
-
margin-bottom: $spacing-04;
|
|
36
|
+
margin-block: 0 $spacing-04;
|
|
39
37
|
}
|
|
@@ -21,18 +21,20 @@ $block-class: #{c4p-settings.$pkg-prefix}--filter-panel-search;
|
|
|
21
21
|
|
|
22
22
|
.#{$block-class} {
|
|
23
23
|
position: relative;
|
|
24
|
-
margin-
|
|
24
|
+
margin-block-end: $spacing-05;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.#{$block-class}__results {
|
|
28
28
|
position: absolute;
|
|
29
29
|
z-index: utilities.z('dropdown');
|
|
30
|
-
top: 100%;
|
|
31
|
-
right: 0;
|
|
32
|
-
left: 0;
|
|
33
|
-
/* stylelint-disable-next-line function-no-unknown */
|
|
34
|
-
max-height: to-rem(320px);
|
|
35
30
|
padding: $spacing-03;
|
|
36
31
|
background-color: $layer;
|
|
32
|
+
inset-block-start: 100%;
|
|
33
|
+
inset-inline: 0;
|
|
34
|
+
/* stylelint-disable-next-line function-no-unknown */
|
|
35
|
+
max-block-size: to-rem(320px);
|
|
37
36
|
overflow-y: auto;
|
|
37
|
+
@supports (overflow-block: auto) {
|
|
38
|
+
overflow-block: auto;
|
|
39
|
+
}
|
|
38
40
|
}
|
|
@@ -14,32 +14,32 @@ $block-class: #{$pkg-prefix}--filter-summary;
|
|
|
14
14
|
|
|
15
15
|
.#{$block-class} {
|
|
16
16
|
display: flex;
|
|
17
|
-
width: 100%;
|
|
18
|
-
/* stylelint-disable-next-line -- to-rem carbon replacement for rem */
|
|
19
|
-
height: to-rem(48px);
|
|
20
17
|
align-items: flex-start;
|
|
21
18
|
padding: $spacing-03;
|
|
22
|
-
border-top: 1px solid $border-subtle-01;
|
|
23
19
|
background: $layer-01;
|
|
20
|
+
/* stylelint-disable-next-line -- to-rem carbon replacement for rem */
|
|
21
|
+
block-size: to-rem(48px);
|
|
22
|
+
border-block-start: 1px solid $border-subtle-01;
|
|
23
|
+
inline-size: 100%;
|
|
24
24
|
&.#{$block-class}__expanded {
|
|
25
|
-
|
|
25
|
+
block-size: fit-content;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.#{$block-class}
|
|
30
30
|
.#{$pkg-prefix}--tag-set.#{$pkg-prefix}--tag-set.#{$block-class}__clear-button-inline {
|
|
31
|
-
|
|
31
|
+
inline-size: auto;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.#{$block-class}__view-all--wrapper {
|
|
35
35
|
position: absolute;
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
inset-block-start: $spacing-03;
|
|
37
|
+
inset-inline-end: 0;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.#{$block-class}__expanded
|
|
41
41
|
.#{$block-class}__clear-all-button.#{$carbon-prefix}--btn {
|
|
42
|
-
margin-
|
|
42
|
+
margin-inline-end: $spacing-07;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.#{$block-class}__view-all--wrapper
|
|
@@ -22,20 +22,19 @@
|
|
|
22
22
|
$block-class: #{c4p-settings.$pkg-prefix}--full-page-error;
|
|
23
23
|
|
|
24
24
|
.#{$block-class} {
|
|
25
|
-
|
|
25
|
+
block-size: inherit;
|
|
26
26
|
}
|
|
27
27
|
.#{$block-class}__container {
|
|
28
|
-
height: 100%;
|
|
29
28
|
margin: 0 $spacing-06;
|
|
29
|
+
block-size: 100%;
|
|
30
30
|
|
|
31
31
|
@include breakpoint-down(md) {
|
|
32
32
|
margin: 0 $spacing-03;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
.#{$block-class}__grid {
|
|
36
|
-
|
|
37
|
-
padding-
|
|
38
|
-
padding-bottom: $spacing-07;
|
|
36
|
+
block-size: 100%;
|
|
37
|
+
padding-block: $spacing-07;
|
|
39
38
|
}
|
|
40
39
|
.#{$block-class}__column {
|
|
41
40
|
padding: 0;
|
|
@@ -46,8 +45,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--full-page-error;
|
|
|
46
45
|
|
|
47
46
|
.#{$block-class}__svg-container {
|
|
48
47
|
display: flex;
|
|
49
|
-
height: 100%;
|
|
50
48
|
padding: $spacing-03 $spacing-03 $spacing-11 $spacing-03;
|
|
49
|
+
block-size: 100%;
|
|
51
50
|
@include breakpoint(md) {
|
|
52
51
|
padding: auto $spacing-03 $spacing-11;
|
|
53
52
|
}
|
|
@@ -63,18 +62,18 @@ $block-class: #{c4p-settings.$pkg-prefix}--full-page-error;
|
|
|
63
62
|
color: $text-error;
|
|
64
63
|
}
|
|
65
64
|
.#{$block-class}__title {
|
|
66
|
-
margin-
|
|
65
|
+
margin-block-end: $spacing-09;
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
.#{$block-class}__description {
|
|
70
69
|
@include type-style('body-02');
|
|
71
70
|
|
|
72
|
-
margin-
|
|
71
|
+
margin-block-end: $spacing-07;
|
|
73
72
|
}
|
|
74
73
|
|
|
75
74
|
// safari rendering fix
|
|
76
75
|
.#{$block-class}__svg-container svg.#{$block-class}__svg {
|
|
77
|
-
|
|
76
|
+
inline-size: 100%;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
79
|
// svg theme styles
|