@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibm-products-styles",
|
|
3
3
|
"description": "Carbon for IBM Products styles",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.56.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"installConfig": {
|
|
7
7
|
"hoistingLimits": "none"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"build": "run-s clean build-first build-all build-css-update-maps",
|
|
38
38
|
"build-all": "run-p 'build:*'",
|
|
39
39
|
"build-first": "copyfiles 'src/**/*.scss' scss -u 1",
|
|
40
|
-
"build:css-dev": "sass --style=expanded --load-path node_modules --load-path ../../node_modules scss:css",
|
|
41
|
-
"build:css-min": "sass --style=compressed --load-path node_modules --load-path ../../node_modules scss/index.scss:css/index.min.css scss/index-full-carbon.scss:css/index-full-carbon.min.css scss/index-without-carbon.scss:css/index-without-carbon.min.css scss/index-without-carbon-released-only.scss:css/index-without-carbon-released-only.min.css",
|
|
40
|
+
"build:css-dev": "sass -q --quiet-deps --style=expanded --load-path node_modules --load-path ../../node_modules scss:css",
|
|
41
|
+
"build:css-min": "sass -q --quiet-deps --style=compressed --load-path node_modules --load-path ../../node_modules scss/index.scss:css/index.min.css scss/index-full-carbon.scss:css/index-full-carbon.min.css scss/index-without-carbon.scss:css/index-without-carbon.min.css scss/index-without-carbon-released-only.scss:css/index-without-carbon-released-only.min.css",
|
|
42
42
|
"build-css-update-maps": "node ../../scripts/updateSourceMaps.js",
|
|
43
43
|
"clean": "rimraf css scss",
|
|
44
44
|
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
|
@@ -50,25 +50,25 @@
|
|
|
50
50
|
"chalk": "^4.1.2",
|
|
51
51
|
"copyfiles": "^2.4.1",
|
|
52
52
|
"cross-env": "^7.0.3",
|
|
53
|
-
"glob": "^
|
|
53
|
+
"glob": "^11.0.1",
|
|
54
54
|
"jest": "^29.7.0",
|
|
55
|
-
"jest-config-ibm-cloud-cognitive": "^1.
|
|
55
|
+
"jest-config-ibm-cloud-cognitive": "^1.19.0-rc.0",
|
|
56
56
|
"jest-environment-jsdom": "^29.7.0",
|
|
57
|
-
"npm-check-updates": "^17.1.
|
|
57
|
+
"npm-check-updates": "^17.1.13",
|
|
58
58
|
"npm-run-all": "^4.1.5",
|
|
59
|
-
"rimraf": "^
|
|
60
|
-
"sass": "^1.
|
|
59
|
+
"rimraf": "^6.0.1",
|
|
60
|
+
"sass": "^1.83.4",
|
|
61
61
|
"yargs": "^17.7.2"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@carbon/grid": "^11.
|
|
65
|
-
"@carbon/layout": "^11.
|
|
64
|
+
"@carbon/grid": "^11.31.0",
|
|
65
|
+
"@carbon/layout": "^11.29.0",
|
|
66
66
|
"@carbon/motion": "^11.24.0",
|
|
67
|
-
"@carbon/themes": "^11.
|
|
68
|
-
"@carbon/type": "^11.
|
|
67
|
+
"@carbon/themes": "^11.46.0",
|
|
68
|
+
"@carbon/type": "^11.35.0"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@ibm/telemetry-js": "^1.
|
|
71
|
+
"@ibm/telemetry-js": "^1.8.0"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "c6483ba5c87a8c7b18a79188205dd425f9a406cb"
|
|
74
74
|
}
|
|
@@ -19,27 +19,27 @@ $block-class: #{c4p-settings.$pkg-prefix}--apikey-modal;
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$block-class} .#{c4p-settings.$carbon-prefix}--inline-loading {
|
|
22
|
-
min-
|
|
22
|
+
min-block-size: 3rem; // increasing the height from 2 to 3 resolves an issue where the scroll bar bounces
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.#{$block-class} .#{c4p-settings.$carbon-prefix}--modal-content {
|
|
26
|
-
padding-
|
|
26
|
+
padding-inline-end: $spacing-05;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.#{$block-class}__body {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
margin-block-end: $spacing-05;
|
|
31
|
+
padding-inline-end: calc(20% - #{$spacing-05});
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.#{$block-class}__messaging {
|
|
35
35
|
display: flex;
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
margin-block-start: $spacing-03;
|
|
37
|
+
padding-inline-end: calc(20% - #{$spacing-05});
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.#{$block-class}__messaging-text {
|
|
41
41
|
flex: 1;
|
|
42
|
-
margin-
|
|
42
|
+
margin-inline-start: $spacing-03;
|
|
43
43
|
@include type.type-style('label-01');
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
// APIKeyModal uses the following Carbon components:
|
|
9
9
|
// ComposedModal, ModalHeader, ModalFooter, ModalBody, TextInput,
|
|
10
10
|
// InlineLoading, Form, Button
|
|
11
|
-
@use '@carbon/
|
|
12
|
-
@use '@carbon/
|
|
13
|
-
@use '@carbon/
|
|
14
|
-
@use '@carbon/
|
|
15
|
-
@use '@carbon/
|
|
11
|
+
@use '@carbon/styles/scss/components/modal';
|
|
12
|
+
@use '@carbon/styles/scss/components/text-input';
|
|
13
|
+
@use '@carbon/styles/scss/components/inline-loading';
|
|
14
|
+
@use '@carbon/styles/scss/components/form';
|
|
15
|
+
@use '@carbon/styles/scss/components/button';
|
|
@@ -26,8 +26,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--about-modal;
|
|
|
26
26
|
|
|
27
27
|
.#{$block-class} .#{$block-class}__header {
|
|
28
28
|
padding: 0 20% 0 $spacing-05;
|
|
29
|
-
margin-bottom: 0;
|
|
30
29
|
grid-row: auto;
|
|
30
|
+
margin-block-end: 0;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.#{$block-class} .#{$block-class}__title {
|
|
@@ -40,27 +40,27 @@ $block-class: #{c4p-settings.$pkg-prefix}--about-modal;
|
|
|
40
40
|
@include type.type-style('body-compact-02');
|
|
41
41
|
|
|
42
42
|
overflow: hidden auto;
|
|
43
|
-
min-height: $spacing-10;
|
|
44
43
|
grid-row: auto;
|
|
44
|
+
min-block-size: $spacing-10;
|
|
45
45
|
padding-block-start: 0;
|
|
46
46
|
padding-inline: $spacing-05 20%;
|
|
47
47
|
|
|
48
48
|
&:not(.#{c4p-settings.$carbon-prefix}--modal-scroll-content) {
|
|
49
|
-
margin-
|
|
49
|
+
margin-block-end: $spacing-06;
|
|
50
50
|
padding-block-end: 0;
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.#{$block-class}
|
|
55
55
|
.#{c4p-settings.$carbon-prefix}--modal-content--overflow-indicator {
|
|
56
|
-
bottom: #{$spacing-06};
|
|
57
56
|
background-image: linear-gradient(to bottom, #00000000, $layer-01);
|
|
57
|
+
inset-block-end: #{$spacing-06};
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.#{$block-class} .#{$block-class}__links-container {
|
|
61
61
|
@include type.type-style('body-compact-01');
|
|
62
62
|
|
|
63
|
-
margin-
|
|
63
|
+
margin-block-start: $spacing-06;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.#{$block-class} .#{$block-class}__version {
|
|
@@ -68,32 +68,32 @@ $block-class: #{c4p-settings.$pkg-prefix}--about-modal;
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.#{$block-class} .#{$block-class}__links-container a + a {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
border-inline-start: 1px solid $border-strong-01;
|
|
72
|
+
margin-inline-start: $spacing-03;
|
|
73
|
+
padding-inline-start: $spacing-03;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.#{$block-class} .#{$block-class}__content,
|
|
77
77
|
.#{$block-class} .#{$block-class}__copyright-text {
|
|
78
78
|
@include type.type-style('label-01');
|
|
79
79
|
|
|
80
|
-
margin-top: $spacing-06;
|
|
81
|
-
margin-bottom: 0;
|
|
82
80
|
color: $text-secondary;
|
|
81
|
+
|
|
82
|
+
margin-block: $spacing-06 0;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.#{$block-class} .#{$block-class}__copyright-text {
|
|
86
|
-
margin-
|
|
86
|
+
margin-block-start: $spacing-05;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
p.c4p--about-modal__content:first-child,
|
|
90
90
|
p.c4p--about-modal__copyright-text:first-child {
|
|
91
|
-
margin-
|
|
91
|
+
margin-block-start: $spacing-07;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.#{$block-class} .#{$block-class}__footer {
|
|
95
95
|
display: block;
|
|
96
|
-
height: auto;
|
|
97
96
|
padding: $spacing-05;
|
|
98
97
|
background-color: $layer-02;
|
|
98
|
+
block-size: auto;
|
|
99
99
|
}
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
|
|
8
8
|
// AboutModal uses the following Carbon components:
|
|
9
9
|
// ComposedModal, ModalHeader, ModalFooter, ModalBody, Tabs, Tab
|
|
10
|
-
@use '@carbon/
|
|
11
|
-
@use '@carbon/
|
|
10
|
+
@use '@carbon/styles/scss/components/modal';
|
|
11
|
+
@use '@carbon/styles/scss/components/tabs';
|
|
@@ -20,7 +20,7 @@ $block-class-overflow-items: #{$_block-class}-overflow-items;
|
|
|
20
20
|
|
|
21
21
|
.#{$_block-class}__displayed-items {
|
|
22
22
|
display: inline-flex;
|
|
23
|
-
|
|
23
|
+
inline-size: 100%;
|
|
24
24
|
white-space: nowrap;
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -41,8 +41,8 @@ $block-class-overflow-items: #{$_block-class}-overflow-items;
|
|
|
41
41
|
|
|
42
42
|
.#{$block-class-overflow-items}__item-content {
|
|
43
43
|
display: flex;
|
|
44
|
-
width: 100%;
|
|
45
44
|
justify-content: space-between;
|
|
45
|
+
inline-size: 100%;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.#{$block-class-overflow-items}__item svg {
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
|
|
8
8
|
// ActionBar uses the following Carbon components:
|
|
9
9
|
// Button, OverflowMenu, OverflowMenuItem
|
|
10
|
-
@use '@carbon/
|
|
11
|
-
@use '@carbon/
|
|
10
|
+
@use '@carbon/styles/scss/components/button';
|
|
11
|
+
@use '@carbon/styles/scss/components/overflow-menu';
|
|
@@ -29,9 +29,8 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
|
|
|
29
29
|
margin: 0;
|
|
30
30
|
|
|
31
31
|
&.#{$action-set-block-class}__action-button--expressive {
|
|
32
|
-
|
|
33
|
-
padding-
|
|
34
|
-
padding-bottom: $spacing-07;
|
|
32
|
+
block-size: $spacing-10;
|
|
33
|
+
padding-block: $spacing-05 $spacing-07;
|
|
35
34
|
}
|
|
36
35
|
}
|
|
37
36
|
|
|
@@ -39,12 +38,12 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
|
|
|
39
38
|
.#{$action-set-block-class}__action-button.#{c4p-settings.$carbon-prefix}--btn.#{c4p-settings.$carbon-prefix}--btn--expressive,
|
|
40
39
|
.#{$action-set-block-class}.#{c4p-settings.$carbon-prefix}--btn-set
|
|
41
40
|
.#{$action-set-block-class}__action-button.#{c4p-settings.$carbon-prefix}--btn {
|
|
42
|
-
max-
|
|
41
|
+
max-inline-size: none;
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
.#{$action-set-block-class}:not(.#{$action-set-block-class}--stacking)
|
|
46
45
|
.#{$action-set-block-class}__action-button--ghost {
|
|
47
|
-
padding-
|
|
46
|
+
padding-inline-start: $spacing-07;
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
// For row-single in medium,
|
|
@@ -107,9 +106,9 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
|
|
|
107
106
|
.#{$action-set-block-class}__action-button:not(
|
|
108
107
|
.#{$action-set-block-class}__action-button--ghost
|
|
109
108
|
) {
|
|
110
|
-
/* stylelint-disable-next-line function-no-unknown -- to-rem carbon replacement for rem */
|
|
111
|
-
max-width: to-rem(232px);
|
|
112
109
|
flex: 0 1 25%;
|
|
110
|
+
/* stylelint-disable-next-line function-no-unknown -- to-rem carbon replacement for rem */
|
|
111
|
+
max-inline-size: to-rem(232px);
|
|
113
112
|
}
|
|
114
113
|
|
|
115
114
|
.#{$action-set-block-class}.#{c4p-settings.$carbon-prefix}--btn-set.#{$action-set-block-class}--row-quadruple
|
|
@@ -121,7 +120,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
|
|
|
121
120
|
.#{$action-set-block-class}__action-button
|
|
122
121
|
.#{c4p-settings.$carbon-prefix}--inline-loading {
|
|
123
122
|
position: absolute;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
123
|
+
inline-size: $spacing-07;
|
|
124
|
+
inset-block-start: 0;
|
|
125
|
+
inset-inline-end: 0;
|
|
127
126
|
}
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
|
|
8
8
|
// ActionBar uses the following Carbon components:
|
|
9
9
|
// Button, OverflowMenu, OverflowMenuItem
|
|
10
|
-
@use '@carbon/
|
|
11
|
-
@use '@carbon/
|
|
10
|
+
@use '@carbon/styles/scss/components/button';
|
|
11
|
+
@use '@carbon/styles/scss/components/inline-loading';
|
|
@@ -19,8 +19,8 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
19
19
|
|
|
20
20
|
.#{$block-class}__header {
|
|
21
21
|
padding: $spacing-05;
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
border-block-start: 1px solid $layer-accent-01;
|
|
23
|
+
padding-block-end: 0;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.#{$block-class}__body {
|
|
@@ -35,11 +35,11 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
35
35
|
|
|
36
36
|
&-cell-wrapper {
|
|
37
37
|
display: flex;
|
|
38
|
-
height: 3rem;
|
|
39
38
|
align-items: center;
|
|
40
39
|
justify-content: space-between;
|
|
41
40
|
padding: 0 $spacing-05;
|
|
42
|
-
|
|
41
|
+
block-size: 3rem;
|
|
42
|
+
border-block-end: 1px solid $layer-accent-01;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
&-cell-title {
|
|
@@ -83,7 +83,7 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
83
83
|
|
|
84
84
|
&-form-control-label-wrapper {
|
|
85
85
|
display: flex;
|
|
86
|
-
margin-
|
|
86
|
+
margin-inline-start: $spacing-05;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
&-form-control-label-text {
|
|
@@ -92,20 +92,20 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
&-cell-avatar {
|
|
95
|
-
margin-
|
|
95
|
+
margin-inline-end: $spacing-03;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&-cell-icon {
|
|
99
|
-
margin-
|
|
99
|
+
margin-inline-end: $spacing-03;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
&-row {
|
|
103
|
-
border-
|
|
103
|
+
border-inline-start: 0.125rem solid transparent;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
&-row-meta--selected {
|
|
107
|
-
border-left: 0.125rem solid $interactive;
|
|
108
107
|
background-color: $layer-hover-01;
|
|
108
|
+
border-inline-start: 0.125rem solid $interactive;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -142,7 +142,7 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
142
142
|
.#{$block-class}__sidebar-header {
|
|
143
143
|
display: flex;
|
|
144
144
|
padding: $spacing-07 $spacing-05 $spacing-03 $spacing-05;
|
|
145
|
-
border-
|
|
145
|
+
border-block-end: 1px solid $layer-accent-01;
|
|
146
146
|
|
|
147
147
|
.#{$block-class}__sidebar-title {
|
|
148
148
|
@include type.type-style('heading-compact-02');
|
|
@@ -150,7 +150,7 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.#{$block-class}__sidebar-title {
|
|
153
|
-
margin-
|
|
153
|
+
margin-inline-end: $spacing-03;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.#{$block-class}__sidebar-selected-item {
|
|
@@ -172,14 +172,15 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
172
172
|
.#{$block-class} .#{$block-class}__sidebar-item-header {
|
|
173
173
|
@include type.type-style('label-01');
|
|
174
174
|
|
|
175
|
-
margin-bottom: $spacing-03;
|
|
176
175
|
color: $text-secondary;
|
|
176
|
+
|
|
177
|
+
margin-block-end: $spacing-03;
|
|
177
178
|
}
|
|
178
179
|
|
|
179
180
|
.#{$block-class} .#{$block-class}__sidebar-item-body {
|
|
180
181
|
@include type.type-style('body-01');
|
|
181
182
|
|
|
182
|
-
margin-
|
|
183
|
+
margin-block-end: $spacing-05;
|
|
183
184
|
}
|
|
184
185
|
|
|
185
186
|
.#{$block-class} .#{$block-class}__sidebar-item-remove-button:hover {
|
|
@@ -200,12 +201,16 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
200
201
|
flex-grow: 1;
|
|
201
202
|
overflow-x: auto;
|
|
202
203
|
|
|
204
|
+
@supports (overflow-inline: auto) {
|
|
205
|
+
overflow-inline: auto;
|
|
206
|
+
}
|
|
207
|
+
|
|
203
208
|
.#{$block-class}__selections-form-control-label-wrapper {
|
|
204
|
-
margin-
|
|
209
|
+
margin-inline-start: $spacing-03;
|
|
205
210
|
}
|
|
206
211
|
|
|
207
212
|
.#{$block-class}__selections-row {
|
|
208
|
-
border-
|
|
213
|
+
border-inline-start: 0;
|
|
209
214
|
}
|
|
210
215
|
|
|
211
216
|
.#{$block-class}__selections .#{$block-class}__selections-cell {
|
|
@@ -213,13 +218,13 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
213
218
|
}
|
|
214
219
|
|
|
215
220
|
.#{$block-class}__selections-cell-wrapper {
|
|
216
|
-
height: 2rem;
|
|
217
221
|
padding: 0 $spacing-03;
|
|
222
|
+
block-size: 2rem;
|
|
218
223
|
}
|
|
219
224
|
|
|
220
225
|
.#{$block-class}__tags {
|
|
221
226
|
padding: 0 $spacing-03;
|
|
222
|
-
margin-
|
|
227
|
+
margin-block-end: 0;
|
|
223
228
|
}
|
|
224
229
|
|
|
225
230
|
.#{$block-class}__selections-wrapper-multi {
|
|
@@ -233,15 +238,15 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
233
238
|
|
|
234
239
|
.#{$block-class}__selections-row:first-child
|
|
235
240
|
.#{$block-class}__selections-cell-wrapper {
|
|
236
|
-
border-
|
|
241
|
+
border-block-start: 1px solid $border-subtle-01;
|
|
237
242
|
}
|
|
238
243
|
|
|
239
244
|
.#{$block-class}__column {
|
|
240
245
|
overflow: auto;
|
|
241
246
|
flex: 0 0 20rem;
|
|
242
247
|
padding: $spacing-05;
|
|
243
|
-
border-
|
|
244
|
-
border-
|
|
248
|
+
border-block-start: 1px solid $border-subtle-01;
|
|
249
|
+
border-inline-end: 1px solid $border-subtle-01;
|
|
245
250
|
|
|
246
251
|
&-search-bar {
|
|
247
252
|
display: flex;
|
|
@@ -256,7 +261,7 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
256
261
|
}
|
|
257
262
|
|
|
258
263
|
.#{$carbon-prefix}--overflow-menu {
|
|
259
|
-
border-
|
|
264
|
+
border-block-end: 1px solid $border-strong-01;
|
|
260
265
|
}
|
|
261
266
|
}
|
|
262
267
|
|
|
@@ -267,22 +272,21 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
267
272
|
.#{$block-class}__tags {
|
|
268
273
|
display: flex;
|
|
269
274
|
align-items: center;
|
|
270
|
-
margin-
|
|
271
|
-
margin-bottom: $spacing-03;
|
|
275
|
+
margin-block: $spacing-05 $spacing-03;
|
|
272
276
|
|
|
273
277
|
&-label {
|
|
274
|
-
margin-
|
|
278
|
+
margin-inline-end: $spacing-03;
|
|
275
279
|
}
|
|
276
280
|
}
|
|
277
281
|
|
|
278
282
|
.#{$block-class}__global-filter {
|
|
279
283
|
position: absolute;
|
|
280
284
|
z-index: 999999;
|
|
281
|
-
right: 0;
|
|
282
|
-
width: 100%;
|
|
283
|
-
max-width: 40rem;
|
|
284
285
|
background: $layer-01;
|
|
285
286
|
box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
|
|
287
|
+
inline-size: 100%;
|
|
288
|
+
inset-inline-end: 0;
|
|
289
|
+
max-inline-size: 40rem;
|
|
286
290
|
transform: translate(0, 100%);
|
|
287
291
|
|
|
288
292
|
&-search {
|
|
@@ -311,16 +315,16 @@ $tearsheet-class: #{$pkg-prefix}--tearsheet;
|
|
|
311
315
|
|
|
312
316
|
.#{$block-class}__global-filter-button-set
|
|
313
317
|
button.#{$block-class}__global-filter-button {
|
|
314
|
-
max-width: none;
|
|
315
318
|
flex: 1;
|
|
319
|
+
max-inline-size: none;
|
|
316
320
|
}
|
|
317
321
|
|
|
318
322
|
button.#{$block-class}__global-filter-toggle {
|
|
319
|
-
border-bottom-color: $border-strong-01;
|
|
320
323
|
background: $field-01;
|
|
324
|
+
border-block-end-color: $border-strong-01;
|
|
321
325
|
|
|
322
326
|
&--open {
|
|
323
|
-
border-
|
|
327
|
+
border-block-end: $border-strong-01;
|
|
324
328
|
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
|
|
325
329
|
}
|
|
326
330
|
}
|
|
@@ -333,11 +337,11 @@ button.#{$block-class}__global-filter-toggle {
|
|
|
333
337
|
display: flex;
|
|
334
338
|
align-items: center;
|
|
335
339
|
justify-content: space-between;
|
|
336
|
-
margin-
|
|
340
|
+
margin-block-end: $spacing-05;
|
|
337
341
|
}
|
|
338
342
|
|
|
339
343
|
&-entry {
|
|
340
|
-
margin-
|
|
344
|
+
margin-block-end: $spacing-05;
|
|
341
345
|
}
|
|
342
346
|
}
|
|
343
347
|
|
|
@@ -356,7 +360,7 @@ button.#{$block-class}__global-filter-toggle {
|
|
|
356
360
|
// overrides
|
|
357
361
|
|
|
358
362
|
.#{$block-class}__selections .#{$carbon-prefix}--list-box__menu {
|
|
359
|
-
|
|
363
|
+
inset-inline-start: auto;
|
|
360
364
|
}
|
|
361
365
|
|
|
362
366
|
.#{$block-class}__tags .#{$carbon-prefix}--tag {
|
|
@@ -387,7 +391,7 @@ button.#{$block-class}__global-filter-toggle {
|
|
|
387
391
|
.#{$block-class}.#{$block-class}__multi
|
|
388
392
|
.#{$pkg-prefix}--action-set.#{$carbon-prefix}--btn-set.#{$pkg-prefix}--action-set--max
|
|
389
393
|
.#{$pkg-prefix}--action-set__action-button {
|
|
390
|
-
max-
|
|
394
|
+
max-inline-size: 11.25rem;
|
|
391
395
|
}
|
|
392
396
|
|
|
393
397
|
.#{$block-class} .#{$block-class}__items-label {
|
|
@@ -398,7 +402,7 @@ button.#{$block-class}__global-filter-toggle {
|
|
|
398
402
|
.#{$carbon-prefix}--modal-container--sm
|
|
399
403
|
.#{$carbon-prefix}--modal-content
|
|
400
404
|
p {
|
|
401
|
-
padding-
|
|
405
|
+
padding-inline-end: 0;
|
|
402
406
|
}
|
|
403
407
|
|
|
404
408
|
.#{$block-class} .#{$carbon-prefix}--radio-button__appearance {
|
|
@@ -426,8 +430,8 @@ button.#{$block-class}__global-filter-toggle {
|
|
|
426
430
|
}
|
|
427
431
|
|
|
428
432
|
.#{$block-class}__multi .#{$pkg-prefix}--empty-state {
|
|
429
|
-
|
|
430
|
-
|
|
433
|
+
margin-block-start: $spacing-09;
|
|
434
|
+
max-inline-size: 16rem;
|
|
431
435
|
}
|
|
432
436
|
|
|
433
437
|
.#{$block-class} .#{$carbon-prefix}--accordion__arrow {
|
|
@@ -455,9 +459,8 @@ button.#{$block-class}__global-filter-toggle {
|
|
|
455
459
|
.#{$block-class}
|
|
456
460
|
.#{$carbon-prefix}--accordion__item--active
|
|
457
461
|
.#{$carbon-prefix}--accordion__content {
|
|
458
|
-
|
|
459
|
-
padding-
|
|
460
|
-
margin-top: $spacing-03;
|
|
462
|
+
margin-block-start: $spacing-03;
|
|
463
|
+
padding-block: 0;
|
|
461
464
|
}
|
|
462
465
|
|
|
463
466
|
.#{$block-class} + div .#{$carbon-prefix}--tooltip,
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
// AddSelect uses the following Carbon components:
|
|
9
9
|
// Button, OverflowMenu, OverflowMenuItem
|
|
10
|
-
@use '@carbon/
|
|
11
|
-
@use '@carbon/
|
|
12
|
-
@use '@carbon/
|
|
13
|
-
@use '@carbon/
|
|
14
|
-
@use '@carbon/
|
|
15
|
-
@use '@carbon/
|
|
16
|
-
@use '@carbon/
|
|
17
|
-
@use '@carbon/
|
|
18
|
-
@use '@carbon/
|
|
19
|
-
@use '@carbon/
|
|
10
|
+
@use '@carbon/styles/scss/components/accordion';
|
|
11
|
+
@use '@carbon/styles/scss/components/breadcrumb';
|
|
12
|
+
@use '@carbon/styles/scss/components/button';
|
|
13
|
+
@use '@carbon/styles/scss/components/check-box';
|
|
14
|
+
@use '@carbon/styles/scss/components/dropdown';
|
|
15
|
+
@use '@carbon/styles/scss/components/overflow-menu';
|
|
16
|
+
@use '@carbon/styles/scss/components/radio-button';
|
|
17
|
+
@use '@carbon/styles/scss/components/tag';
|
|
18
|
+
@use '@carbon/styles/scss/components/text-input';
|
|
19
|
+
@use '@carbon/styles/scss/components/structured-list';
|