@carbon/ibm-products-styles 2.77.0-rc.0 → 2.78.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/config-dev.css +8 -0
- package/css/config-dev.css.map +1 -0
- package/css/config.css +8 -0
- package/css/config.css.map +1 -0
- package/css/index-full-carbon.css +46381 -0
- package/css/index-full-carbon.css.map +1 -0
- package/css/index-full-carbon.min.css +1 -0
- package/css/index-full-carbon.min.css.map +1 -0
- package/css/index-without-carbon-released-only.css +12851 -0
- package/css/index-without-carbon-released-only.css.map +1 -0
- package/css/index-without-carbon-released-only.min.css +1 -0
- package/css/index-without-carbon-released-only.min.css.map +1 -0
- package/css/index-without-carbon.css +19335 -0
- package/css/index-without-carbon.css.map +1 -0
- package/css/index-without-carbon.min.css +1 -0
- package/css/index-without-carbon.min.css.map +1 -0
- package/css/index.css +28233 -0
- package/css/index.css.map +1 -0
- package/css/index.min.css +1 -0
- package/css/index.min.css.map +1 -0
- package/package.json +3 -3
- package/scss/components/APIKeyModal/_api-key-modal.scss +56 -0
- package/scss/components/APIKeyModal/_carbon-imports.scss +15 -0
- package/scss/components/APIKeyModal/_index-with-carbon.scss +9 -0
- package/scss/components/APIKeyModal/_index.scss +10 -0
- package/scss/components/AboutModal/_about-modal.scss +101 -0
- package/scss/components/AboutModal/_carbon-imports.scss +11 -0
- package/scss/components/AboutModal/_index-with-carbon.scss +9 -0
- package/scss/components/AboutModal/_index.scss +8 -0
- package/scss/components/ActionBar/_action-bar.scss +51 -0
- package/scss/components/ActionBar/_carbon-imports.scss +11 -0
- package/scss/components/ActionBar/_index-with-carbon.scss +9 -0
- package/scss/components/ActionBar/_index.scss +8 -0
- package/scss/components/ActionSet/_action-set.scss +126 -0
- package/scss/components/ActionSet/_carbon-imports.scss +11 -0
- package/scss/components/ActionSet/_index-with-carbon.scss +9 -0
- package/scss/components/ActionSet/_index.scss +8 -0
- package/scss/components/AddSelect/_add-select.scss +468 -0
- package/scss/components/AddSelect/_carbon-imports.scss +19 -0
- package/scss/components/AddSelect/_index-with-carbon.scss +9 -0
- package/scss/components/AddSelect/_index.scss +10 -0
- package/scss/components/BigNumber/_big-number.scss +157 -0
- package/scss/components/BigNumber/_carbon-imports.scss +11 -0
- package/scss/components/BigNumber/_index-with-carbon.scss +9 -0
- package/scss/components/BigNumber/_index.scss +8 -0
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +96 -0
- package/scss/components/BreadcrumbWithOverflow/_carbon-imports.scss +12 -0
- package/scss/components/BreadcrumbWithOverflow/_index-with-carbon.scss +9 -0
- package/scss/components/BreadcrumbWithOverflow/_index.scss +8 -0
- package/scss/components/ButtonMenu/_button-menu.scss +60 -0
- package/scss/components/ButtonMenu/_carbon-imports.scss +9 -0
- package/scss/components/ButtonMenu/_index-with-carbon.scss +9 -0
- package/scss/components/ButtonMenu/_index.scss +8 -0
- package/scss/components/ButtonSetWithOverflow/_button-set-with-overflow.scss +42 -0
- package/scss/components/ButtonSetWithOverflow/_carbon-imports.scss +10 -0
- package/scss/components/ButtonSetWithOverflow/_index-with-carbon.scss +9 -0
- package/scss/components/ButtonSetWithOverflow/_index.scss +8 -0
- package/scss/components/Card/_carbon-imports.scss +11 -0
- package/scss/components/Card/_card.scss +238 -0
- package/scss/components/Card/_index-with-carbon.scss +9 -0
- package/scss/components/Card/_index.scss +8 -0
- package/scss/components/Carousel/_carbon-imports.scss +6 -0
- package/scss/components/Carousel/_carousel.scss +76 -0
- package/scss/components/Carousel/_index-with-carbon.scss +9 -0
- package/scss/components/Carousel/_index.scss +8 -0
- package/scss/components/Cascade/_carbon-imports.scss +6 -0
- package/scss/components/Cascade/_cascade.scss +47 -0
- package/scss/components/Cascade/_index-with-carbon.scss +9 -0
- package/scss/components/Cascade/_index.scss +10 -0
- package/scss/components/Checklist/_carbon-imports.scss +11 -0
- package/scss/components/Checklist/_checklist.scss +217 -0
- package/scss/components/Checklist/_index-with-carbon.scss +9 -0
- package/scss/components/Checklist/_index.scss +8 -0
- package/scss/components/Coachmark/_bubble.scss +61 -0
- package/scss/components/Coachmark/_carbon-imports.scss +10 -0
- package/scss/components/Coachmark/_coachmark-beacon.scss +164 -0
- package/scss/components/Coachmark/_coachmark-dragbar.scss +26 -0
- package/scss/components/Coachmark/_coachmark-header.scss +20 -0
- package/scss/components/Coachmark/_coachmark-overlay.scss +376 -0
- package/scss/components/Coachmark/_coachmark-tagline.scss +143 -0
- package/scss/components/Coachmark/_coachmark.scss +53 -0
- package/scss/components/Coachmark/_index-with-carbon.scss +9 -0
- package/scss/components/Coachmark/_index.scss +8 -0
- package/scss/components/CoachmarkBeacon/_carbon-imports.scss +9 -0
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +164 -0
- package/scss/components/CoachmarkBeacon/_index-with-carbon.scss +9 -0
- package/scss/components/CoachmarkBeacon/_index.scss +8 -0
- package/scss/components/CoachmarkButton/_carbon-imports.scss +9 -0
- package/scss/components/CoachmarkButton/_coachmark-button.scss +25 -0
- package/scss/components/CoachmarkButton/_index-with-carbon.scss +9 -0
- package/scss/components/CoachmarkButton/_index.scss +8 -0
- package/scss/components/CoachmarkFixed/_carbon-imports.scss +9 -0
- package/scss/components/CoachmarkFixed/_coachmark-fixed.scss +25 -0
- package/scss/components/CoachmarkFixed/_index-with-carbon.scss +9 -0
- package/scss/components/CoachmarkFixed/_index.scss +8 -0
- package/scss/components/CoachmarkOverlayElement/_carbon-imports.scss +9 -0
- package/scss/components/CoachmarkOverlayElement/_coachmark-overlay-element.scss +52 -0
- package/scss/components/CoachmarkOverlayElement/_index-with-carbon.scss +9 -0
- package/scss/components/CoachmarkOverlayElement/_index.scss +8 -0
- package/scss/components/CoachmarkOverlayElements/_carbon-imports.scss +9 -0
- package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +48 -0
- package/scss/components/CoachmarkOverlayElements/_index-with-carbon.scss +9 -0
- package/scss/components/CoachmarkOverlayElements/_index.scss +8 -0
- package/scss/components/CoachmarkStack/_carbon-imports.scss +9 -0
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +133 -0
- package/scss/components/CoachmarkStack/_index-with-carbon.scss +9 -0
- package/scss/components/CoachmarkStack/_index.scss +8 -0
- package/scss/components/ComboButton/_carbon-imports.scss +11 -0
- package/scss/components/ComboButton/_combo-button.scss +78 -0
- package/scss/components/ComboButton/_index-with-carbon.scss +9 -0
- package/scss/components/ComboButton/_index.scss +10 -0
- package/scss/components/ConditionBuilder/_carbon-imports.scss +9 -0
- package/scss/components/ConditionBuilder/_condition-builder.scss +79 -0
- package/scss/components/ConditionBuilder/_index-with-carbon.scss +9 -0
- package/scss/components/ConditionBuilder/_index.scss +8 -0
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +114 -0
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +322 -0
- package/scss/components/ConditionBuilder/styles/_index.scss +9 -0
- package/scss/components/CreateFullPage/_carbon-imports.scss +17 -0
- package/scss/components/CreateFullPage/_create-full-page.scss +188 -0
- package/scss/components/CreateFullPage/_index-with-carbon.scss +9 -0
- package/scss/components/CreateFullPage/_index.scss +8 -0
- package/scss/components/CreateInfluencer/_carbon-imports.scss +10 -0
- package/scss/components/CreateInfluencer/_create-influencer.scss +93 -0
- package/scss/components/CreateInfluencer/_index-with-carbon.scss +9 -0
- package/scss/components/CreateInfluencer/_index.scss +8 -0
- package/scss/components/CreateModal/_carbon-imports.scss +12 -0
- package/scss/components/CreateModal/_create-modal.scss +78 -0
- package/scss/components/CreateModal/_index-with-carbon.scss +9 -0
- package/scss/components/CreateModal/_index.scss +8 -0
- package/scss/components/CreateSidePanel/_carbon-imports.scss +10 -0
- package/scss/components/CreateSidePanel/_create-side-panel.scss +56 -0
- package/scss/components/CreateSidePanel/_index-with-carbon.scss +9 -0
- package/scss/components/CreateSidePanel/_index.scss +8 -0
- package/scss/components/CreateTearsheet/_carbon-imports.scss +10 -0
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +165 -0
- package/scss/components/CreateTearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/CreateTearsheet/_index.scss +8 -0
- package/scss/components/CreateTearsheetNarrow/_carbon-imports.scss +10 -0
- package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +61 -0
- package/scss/components/CreateTearsheetNarrow/_index-with-carbon.scss +9 -0
- package/scss/components/CreateTearsheetNarrow/_index.scss +8 -0
- package/scss/components/DataSpreadsheet/_carbon-imports.scss +6 -0
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +310 -0
- package/scss/components/DataSpreadsheet/_index-with-carbon.scss +9 -0
- package/scss/components/DataSpreadsheet/_index.scss +8 -0
- package/scss/components/Datagrid/_carbon-imports.scss +6 -0
- package/scss/components/Datagrid/_datagrid.scss +86 -0
- package/scss/components/Datagrid/_index-with-carbon.scss +9 -0
- package/scss/components/Datagrid/_index.scss +8 -0
- package/scss/components/Datagrid/styles/_datagrid.scss +1006 -0
- package/scss/components/Datagrid/styles/_draggableElement.scss +120 -0
- package/scss/components/Datagrid/styles/_index.scss +22 -0
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +42 -0
- package/scss/components/Datagrid/styles/_useColumnCenterAlign.scss +19 -0
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +28 -0
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +101 -0
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +445 -0
- package/scss/components/Datagrid/styles/_useNestedRows.scss +128 -0
- package/scss/components/Datagrid/styles/_useNestedTable.scss +36 -0
- package/scss/components/Datagrid/styles/_useSelectAllToggle.scss +37 -0
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +85 -0
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +72 -0
- package/scss/components/Datagrid/styles/_variables.scss +10 -0
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +77 -0
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +110 -0
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +218 -0
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +94 -0
- package/scss/components/Datagrid/styles/addons/_animations.scss +56 -0
- package/scss/components/Decorator/_carbon-imports.scss +9 -0
- package/scss/components/Decorator/_decorator.scss +23 -0
- package/scss/components/Decorator/_index-with-carbon.scss +9 -0
- package/scss/components/Decorator/_index.scss +8 -0
- package/scss/components/DecoratorBase/_carbon-imports.scss +9 -0
- package/scss/components/DecoratorBase/_decorator-base-mixins.scss +39 -0
- package/scss/components/DecoratorBase/_decorator-base.scss +145 -0
- package/scss/components/DecoratorBase/_index-with-carbon.scss +9 -0
- package/scss/components/DecoratorBase/_index.scss +8 -0
- package/scss/components/DecoratorDualButton/_carbon-imports.scss +9 -0
- package/scss/components/DecoratorDualButton/_decorator-dual-button.scss +112 -0
- package/scss/components/DecoratorDualButton/_index-with-carbon.scss +9 -0
- package/scss/components/DecoratorDualButton/_index.scss +8 -0
- package/scss/components/DecoratorLink/_carbon-imports.scss +9 -0
- package/scss/components/DecoratorLink/_decorator-link.scss +53 -0
- package/scss/components/DecoratorLink/_index-with-carbon.scss +9 -0
- package/scss/components/DecoratorLink/_index.scss +8 -0
- package/scss/components/DecoratorSingleButton/_carbon-imports.scss +9 -0
- package/scss/components/DecoratorSingleButton/_decorator-single-button.scss +117 -0
- package/scss/components/DecoratorSingleButton/_index-with-carbon.scss +9 -0
- package/scss/components/DecoratorSingleButton/_index.scss +8 -0
- package/scss/components/DelimitedList/_carbon-imports.scss +9 -0
- package/scss/components/DelimitedList/_delimited-list.scss +27 -0
- package/scss/components/DelimitedList/_index-with-carbon.scss +9 -0
- package/scss/components/DelimitedList/_index.scss +8 -0
- package/scss/components/DescriptionList/_carbon-imports.scss +9 -0
- package/scss/components/DescriptionList/_description-list.scss +103 -0
- package/scss/components/DescriptionList/_index-with-carbon.scss +9 -0
- package/scss/components/DescriptionList/_index.scss +8 -0
- package/scss/components/EditFullPage/_edit-full-page.scss +26 -0
- package/scss/components/EditFullPage/_index.scss +8 -0
- package/scss/components/EditInPlace/_carbon-imports.scss +9 -0
- package/scss/components/EditInPlace/_edit-in-place.scss +154 -0
- package/scss/components/EditInPlace/_index-with-carbon.scss +9 -0
- package/scss/components/EditInPlace/_index.scss +10 -0
- package/scss/components/EditSidePanel/_carbon-imports.scss +9 -0
- package/scss/components/EditSidePanel/_edit-side-panel.scss +48 -0
- package/scss/components/EditSidePanel/_index-with-carbon.scss +9 -0
- package/scss/components/EditSidePanel/_index.scss +8 -0
- package/scss/components/EditTearsheet/_carbon-imports.scss +9 -0
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +134 -0
- package/scss/components/EditTearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/EditTearsheet/_index.scss +8 -0
- package/scss/components/EditTearsheetNarrow/_edit-tearsheet-narrow.scss +26 -0
- package/scss/components/EditTearsheetNarrow/_index.scss +8 -0
- package/scss/components/EditUpdateCards/_carbon-imports.scss +9 -0
- package/scss/components/EditUpdateCards/_edit-update-cards.scss +95 -0
- package/scss/components/EditUpdateCards/_index-with-carbon.scss +9 -0
- package/scss/components/EditUpdateCards/_index.scss +8 -0
- package/scss/components/EmptyStates/_carbon-imports.scss +11 -0
- package/scss/components/EmptyStates/_empty-state.scss +85 -0
- package/scss/components/EmptyStates/_index-with-carbon.scss +9 -0
- package/scss/components/EmptyStates/_index.scss +8 -0
- package/scss/components/ExampleComponent/_carbon-imports.scss +10 -0
- package/scss/components/ExampleComponent/_example-component.scss +28 -0
- package/scss/components/ExampleComponent/_index-with-carbon.scss +9 -0
- package/scss/components/ExampleComponent/_index.scss +8 -0
- package/scss/components/ExportModal/_carbon-imports.scss +16 -0
- package/scss/components/ExportModal/_export-modal.scss +46 -0
- package/scss/components/ExportModal/_index-with-carbon.scss +9 -0
- package/scss/components/ExportModal/_index.scss +10 -0
- package/scss/components/ExpressiveCard/_carbon-imports.scss +6 -0
- package/scss/components/ExpressiveCard/_expressive-card.scss +18 -0
- package/scss/components/ExpressiveCard/_index-with-carbon.scss +9 -0
- package/scss/components/ExpressiveCard/_index.scss +10 -0
- package/scss/components/FilterPanel/_carbon-imports.scss +14 -0
- package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +54 -0
- package/scss/components/FilterPanel/_filter-panel-accordion.scss +6 -0
- package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +60 -0
- package/scss/components/FilterPanel/_filter-panel-checkbox.scss +53 -0
- package/scss/components/FilterPanel/_filter-panel-group.scss +37 -0
- package/scss/components/FilterPanel/_filter-panel-label.scss +39 -0
- package/scss/components/FilterPanel/_filter-panel-search.scss +40 -0
- package/scss/components/FilterPanel/_filter-panel.scss +30 -0
- package/scss/components/FilterPanel/_index-with-carbon.scss +16 -0
- package/scss/components/FilterPanel/_index.scss +15 -0
- package/scss/components/FilterSummary/_filter-summary.scss +55 -0
- package/scss/components/FilterSummary/_index.scss +10 -0
- package/scss/components/FullPageError/_carbon-imports.scss +9 -0
- package/scss/components/FullPageError/_full-page-error.scss +87 -0
- package/scss/components/FullPageError/_index-with-carbon.scss +9 -0
- package/scss/components/FullPageError/_index.scss +8 -0
- package/scss/components/GetStartedCard/_carbon-imports.scss +9 -0
- package/scss/components/GetStartedCard/_get-started-card.scss +133 -0
- package/scss/components/GetStartedCard/_index-with-carbon.scss +9 -0
- package/scss/components/GetStartedCard/_index.scss +8 -0
- package/scss/components/Guidebanner/_carbon-imports.scss +6 -0
- package/scss/components/Guidebanner/_guidebanner.scss +274 -0
- package/scss/components/Guidebanner/_index-with-carbon.scss +9 -0
- package/scss/components/Guidebanner/_index.scss +8 -0
- package/scss/components/HTTPErrors/_carbon-imports.scss +10 -0
- package/scss/components/HTTPErrors/_http-errors.scss +145 -0
- package/scss/components/HTTPErrors/_index-with-carbon.scss +9 -0
- package/scss/components/HTTPErrors/_index.scss +8 -0
- package/scss/components/ImportModal/_carbon-imports.scss +14 -0
- package/scss/components/ImportModal/_import-modal.scss +82 -0
- package/scss/components/ImportModal/_index-with-carbon.scss +9 -0
- package/scss/components/ImportModal/_index.scss +8 -0
- package/scss/components/InlineTip/_index.scss +8 -0
- package/scss/components/InlineTip/_inline-tip.scss +242 -0
- package/scss/components/InterstitialScreen/_carbon-imports.scss +9 -0
- package/scss/components/InterstitialScreen/_index-with-carbon.scss +9 -0
- package/scss/components/InterstitialScreen/_index.scss +8 -0
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +158 -0
- package/scss/components/MultiAddSelect/_carbon-imports.scss +6 -0
- package/scss/components/MultiAddSelect/_index-with-carbon.scss +9 -0
- package/scss/components/MultiAddSelect/_index.scss +8 -0
- package/scss/components/MultiAddSelect/_multi-add-select.scss +8 -0
- package/scss/components/Nav/_carbon-imports.scss +9 -0
- package/scss/components/Nav/_index-with-carbon.scss +9 -0
- package/scss/components/Nav/_index.scss +8 -0
- package/scss/components/Nav/_nav.scss +254 -0
- package/scss/components/NonLinearReading/_carbon-imports.scss +6 -0
- package/scss/components/NonLinearReading/_index-with-carbon.scss +9 -0
- package/scss/components/NonLinearReading/_index.scss +8 -0
- package/scss/components/NonLinearReading/_non-linear-reading.scss +126 -0
- package/scss/components/NotificationsPanel/_carbon-imports.scss +12 -0
- package/scss/components/NotificationsPanel/_index-with-carbon.scss +9 -0
- package/scss/components/NotificationsPanel/_index.scss +8 -0
- package/scss/components/NotificationsPanel/_notifications-panel.scss +359 -0
- package/scss/components/OptionsTile/_carbon-imports.scss +10 -0
- package/scss/components/OptionsTile/_index-with-carbon.scss +9 -0
- package/scss/components/OptionsTile/_index.scss +8 -0
- package/scss/components/OptionsTile/_options-tile.scss +226 -0
- package/scss/components/PageHeader/_carbon-imports.scss +13 -0
- package/scss/components/PageHeader/_index-with-carbon.scss +9 -0
- package/scss/components/PageHeader/_index.scss +10 -0
- package/scss/components/PageHeader/_page-header.scss +1116 -0
- package/scss/components/ProductiveCard/_carbon-imports.scss +6 -0
- package/scss/components/ProductiveCard/_index-with-carbon.scss +9 -0
- package/scss/components/ProductiveCard/_index.scss +10 -0
- package/scss/components/ProductiveCard/_productive-card.scss +116 -0
- package/scss/components/RemoveModal/_carbon-imports.scss +12 -0
- package/scss/components/RemoveModal/_index-with-carbon.scss +9 -0
- package/scss/components/RemoveModal/_index.scss +10 -0
- package/scss/components/RemoveModal/_remove-modal.scss +27 -0
- package/scss/components/Saving/_carbon-imports.scss +11 -0
- package/scss/components/Saving/_index-with-carbon.scss +9 -0
- package/scss/components/Saving/_index.scss +10 -0
- package/scss/components/Saving/_saving.scss +40 -0
- package/scss/components/ScrollGradient/_carbon-imports.scss +9 -0
- package/scss/components/ScrollGradient/_index-with-carbon.scss +9 -0
- package/scss/components/ScrollGradient/_index.scss +8 -0
- package/scss/components/ScrollGradient/_scroll-gradient.scss +132 -0
- package/scss/components/SearchBar/_carbon-imports.scss +9 -0
- package/scss/components/SearchBar/_index-with-carbon.scss +9 -0
- package/scss/components/SearchBar/_index.scss +8 -0
- package/scss/components/SearchBar/_search-bar.scss +26 -0
- package/scss/components/SidePanel/_animations.scss +78 -0
- package/scss/components/SidePanel/_carbon-imports.scss +10 -0
- package/scss/components/SidePanel/_index-with-carbon.scss +9 -0
- package/scss/components/SidePanel/_index.scss +8 -0
- package/scss/components/SidePanel/_side-panel-variables.scss +15 -0
- package/scss/components/SidePanel/_side-panel.scss +626 -0
- package/scss/components/SimpleHeader/_carbon-imports.scss +11 -0
- package/scss/components/SimpleHeader/_index-with-carbon.scss +9 -0
- package/scss/components/SimpleHeader/_index.scss +10 -0
- package/scss/components/SimpleHeader/_simple-header.scss +37 -0
- package/scss/components/SingleAddSelect/_carbon-imports.scss +6 -0
- package/scss/components/SingleAddSelect/_index-with-carbon.scss +9 -0
- package/scss/components/SingleAddSelect/_index.scss +8 -0
- package/scss/components/SingleAddSelect/_single-add-select.scss +8 -0
- package/scss/components/StatusIcon/_carbon-imports.scss +6 -0
- package/scss/components/StatusIcon/_index-with-carbon.scss +9 -0
- package/scss/components/StatusIcon/_index.scss +8 -0
- package/scss/components/StatusIcon/_status-icon.scss +146 -0
- package/scss/components/StatusIndicator/_carbon-imports.scss +12 -0
- package/scss/components/StatusIndicator/_index-with-carbon.scss +9 -0
- package/scss/components/StatusIndicator/_index.scss +8 -0
- package/scss/components/StatusIndicator/_status-indicator.scss +93 -0
- package/scss/components/StringFormatter/_carbon-imports.scss +10 -0
- package/scss/components/StringFormatter/_index-with-carbon.scss +9 -0
- package/scss/components/StringFormatter/_index.scss +8 -0
- package/scss/components/StringFormatter/_string-formatter.scss +112 -0
- package/scss/components/TagOverflow/_carbon-imports.scss +9 -0
- package/scss/components/TagOverflow/_index-with-carbon.scss +9 -0
- package/scss/components/TagOverflow/_index.scss +8 -0
- package/scss/components/TagOverflow/_tag-overflow.scss +197 -0
- package/scss/components/TagSet/_carbon-imports.scss +14 -0
- package/scss/components/TagSet/_index-with-carbon.scss +9 -0
- package/scss/components/TagSet/_index.scss +8 -0
- package/scss/components/TagSet/_tag-set.scss +189 -0
- package/scss/components/Tearsheet/_carbon-imports.scss +11 -0
- package/scss/components/Tearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/Tearsheet/_index.scss +8 -0
- package/scss/components/Tearsheet/_tearsheet.scss +464 -0
- package/scss/components/Tearsheet/_tearsheet_next.scss +530 -0
- package/scss/components/Toolbar/_carbon-imports.scss +8 -0
- package/scss/components/Toolbar/_index-with-carbon.scss +9 -0
- package/scss/components/Toolbar/_index.scss +8 -0
- package/scss/components/Toolbar/_toolbar.scss +75 -0
- package/scss/components/TooltipTrigger/_index-with-carbon.scss +8 -0
- package/scss/components/TooltipTrigger/_index.scss +8 -0
- package/scss/components/TooltipTrigger/_tooltip-trigger.scss +29 -0
- package/scss/components/TruncatedList/_carbon-imports.scss +9 -0
- package/scss/components/TruncatedList/_index-with-carbon.scss +9 -0
- package/scss/components/TruncatedList/_index.scss +8 -0
- package/scss/components/TruncatedList/_truncated-list.scss +51 -0
- package/scss/components/TruncatedText/_carbon-imports.scss +6 -0
- package/scss/components/TruncatedText/_index-with-carbon.scss +9 -0
- package/scss/components/TruncatedText/_index.scss +8 -0
- package/scss/components/TruncatedText/_truncated-text.scss +27 -0
- package/scss/components/UserAvatar/_carbon-imports.scss +10 -0
- package/scss/components/UserAvatar/_index-with-carbon.scss +9 -0
- package/scss/components/UserAvatar/_index.scss +8 -0
- package/scss/components/UserAvatar/_user-avatar.scss +153 -0
- package/scss/components/UserProfileImage/_carbon-imports.scss +10 -0
- package/scss/components/UserProfileImage/_color-map.scss +39 -0
- package/scss/components/UserProfileImage/_index-with-carbon.scss +9 -0
- package/scss/components/UserProfileImage/_index.scss +8 -0
- package/scss/components/UserProfileImage/_user-profile-image.scss +162 -0
- package/scss/components/WebTerminal/_carbon-imports.scss +12 -0
- package/scss/components/WebTerminal/_index-with-carbon.scss +9 -0
- package/scss/components/WebTerminal/_index.scss +8 -0
- package/scss/components/WebTerminal/_web-terminal.scss +110 -0
- package/scss/components/_Canary/_canary.scss +6 -0
- package/scss/components/_Canary/_carbon-imports.scss +7 -0
- package/scss/components/_Canary/_index-with-carbon.scss +8 -0
- package/scss/components/_Canary/_index.scss +7 -0
- package/scss/components/_index-released-only-with-carbon.scss +40 -0
- package/scss/components/_index-released-only.scss +44 -0
- package/scss/components/_index-with-carbon.scss +80 -0
- package/scss/components/_index.scss +85 -0
- package/scss/config-dev.scss +10 -0
- package/scss/config.scss +8 -0
- package/scss/global/decorators/_side-panel-decorator.scss +53 -0
- package/scss/global/styles/_display-box.scss +65 -0
- package/scss/global/styles/_imported-carbon-modules.scss +25 -0
- package/scss/global/styles/_mixins.scss +22 -0
- package/scss/global/styles/_project-settings.scss +10 -0
- package/scss/index-full-carbon.scss +10 -0
- package/scss/index-without-carbon-released-only.scss +12 -0
- package/scss/index-without-carbon.scss +12 -0
- package/scss/index.scss +10 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2024
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
// Package scss files here used by released components, or used by components
|
|
9
|
+
// which are themselves used by released components.
|
|
10
|
+
|
|
11
|
+
@use './AboutModal/index-with-carbon' as *;
|
|
12
|
+
@use './APIKeyModal/index-with-carbon' as *;
|
|
13
|
+
@use './ActionSet/index-with-carbon' as *;
|
|
14
|
+
@use './Cascade/index-with-carbon' as *;
|
|
15
|
+
@use './Checklist/index-with-carbon' as *;
|
|
16
|
+
@use './CreateModal/index-with-carbon' as *;
|
|
17
|
+
@use './CreateFullPage/index-with-carbon' as *;
|
|
18
|
+
@use './CreateSidePanel/index-with-carbon' as *;
|
|
19
|
+
@use './CreateTearsheetNarrow/index-with-carbon' as *;
|
|
20
|
+
@use './CreateTearsheet/index-with-carbon' as *;
|
|
21
|
+
@use './Datagrid/index-with-carbon' as *;
|
|
22
|
+
@use './EditInPlace/index-with-carbon' as *;
|
|
23
|
+
@use './EditTearsheet/index-with-carbon' as *;
|
|
24
|
+
@use './EmptyStates/index-with-carbon' as *;
|
|
25
|
+
@use './ExportModal/index-with-carbon' as *;
|
|
26
|
+
@use './ExpressiveCard/index-with-carbon' as *;
|
|
27
|
+
@use './HTTPErrors/index-with-carbon' as *;
|
|
28
|
+
@use './ImportModal/index-with-carbon' as *;
|
|
29
|
+
@use './MultiAddSelect/index-with-carbon' as *;
|
|
30
|
+
@use './NotificationsPanel/index-with-carbon' as *;
|
|
31
|
+
@use './PageHeader/index-with-carbon' as *;
|
|
32
|
+
@use './ProductiveCard/index-with-carbon' as *;
|
|
33
|
+
@use './RemoveModal/index-with-carbon' as *;
|
|
34
|
+
@use './Saving/index-with-carbon' as *;
|
|
35
|
+
@use './SidePanel/index-with-carbon' as *;
|
|
36
|
+
@use './SingleAddSelect/index-with-carbon' as *;
|
|
37
|
+
@use './StatusIcon/index-with-carbon' as *;
|
|
38
|
+
@use './TagSet/index-with-carbon' as *;
|
|
39
|
+
@use './Tearsheet/index-with-carbon' as *;
|
|
40
|
+
@use './UserProfileImage/index-with-carbon' as *;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2024
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
// Package scss files here used by released components, or used by components
|
|
9
|
+
// which are themselves used by released components.
|
|
10
|
+
|
|
11
|
+
@use './AboutModal';
|
|
12
|
+
@use './APIKeyModal';
|
|
13
|
+
@use './ActionSet';
|
|
14
|
+
@use './Cascade';
|
|
15
|
+
@use './Checklist';
|
|
16
|
+
@use './CreateModal';
|
|
17
|
+
@use './CreateFullPage';
|
|
18
|
+
@use './CreateSidePanel';
|
|
19
|
+
@use './CreateTearsheetNarrow';
|
|
20
|
+
@use './CreateTearsheet';
|
|
21
|
+
@use './Datagrid';
|
|
22
|
+
@use './EditInPlace';
|
|
23
|
+
@use './EmptyStates';
|
|
24
|
+
@use './ExportModal';
|
|
25
|
+
@use './ExpressiveCard';
|
|
26
|
+
@use './FullPageError';
|
|
27
|
+
@use './HTTPErrors';
|
|
28
|
+
@use './ImportModal';
|
|
29
|
+
@use './MultiAddSelect';
|
|
30
|
+
@use './NotificationsPanel';
|
|
31
|
+
@use './OptionsTile';
|
|
32
|
+
@use './PageHeader';
|
|
33
|
+
@use './ProductiveCard';
|
|
34
|
+
@use './RemoveModal';
|
|
35
|
+
@use './Saving';
|
|
36
|
+
@use './SidePanel';
|
|
37
|
+
@use './SingleAddSelect';
|
|
38
|
+
@use './StatusIcon';
|
|
39
|
+
@use './TagSet';
|
|
40
|
+
@use './Tearsheet';
|
|
41
|
+
@use './UserProfileImage';
|
|
42
|
+
@use './WebTerminal';
|
|
43
|
+
@use './UserAvatar';
|
|
44
|
+
@use './InterstitialScreen';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2021, 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
|
+
// Package all scss files here for those that want them all bundled up.
|
|
9
|
+
|
|
10
|
+
@use './_Canary/index-with-carbon' as *;
|
|
11
|
+
|
|
12
|
+
@use './APIKeyModal/index-with-carbon' as *;
|
|
13
|
+
@use './AboutModal/index-with-carbon' as *;
|
|
14
|
+
@use './ActionSet/index-with-carbon' as *;
|
|
15
|
+
@use './ButtonMenu/index-with-carbon' as *;
|
|
16
|
+
@use './Cascade/index-with-carbon' as *;
|
|
17
|
+
@use './Checklist/index-with-carbon' as *;
|
|
18
|
+
@use './ComboButton/index-with-carbon' as *;
|
|
19
|
+
@use './CreateFullPage/index-with-carbon' as *;
|
|
20
|
+
@use './CreateModal/index-with-carbon' as *;
|
|
21
|
+
@use './CreateSidePanel/index-with-carbon' as *;
|
|
22
|
+
@use './CreateTearsheet/index-with-carbon' as *;
|
|
23
|
+
@use './CreateTearsheetNarrow/index-with-carbon' as *;
|
|
24
|
+
@use './EmptyStates/index-with-carbon' as *;
|
|
25
|
+
@use './ExportModal/index-with-carbon' as *;
|
|
26
|
+
@use './ExpressiveCard/index-with-carbon' as *;
|
|
27
|
+
@use './HTTPErrors/index-with-carbon' as *;
|
|
28
|
+
@use './ImportModal/index-with-carbon' as *;
|
|
29
|
+
@use './MultiAddSelect/index-with-carbon' as *;
|
|
30
|
+
@use './NotificationsPanel/index-with-carbon' as *;
|
|
31
|
+
@use './PageHeader/index-with-carbon' as *;
|
|
32
|
+
@use './ProductiveCard/index-with-carbon' as *;
|
|
33
|
+
@use './RemoveModal/index-with-carbon' as *;
|
|
34
|
+
@use './Saving/index-with-carbon' as *;
|
|
35
|
+
@use './SidePanel/index-with-carbon' as *;
|
|
36
|
+
@use './SingleAddSelect/index-with-carbon' as *;
|
|
37
|
+
@use './StatusIcon/index-with-carbon' as *;
|
|
38
|
+
@use './TagSet/index-with-carbon' as *;
|
|
39
|
+
@use './Tearsheet/index-with-carbon' as *;
|
|
40
|
+
@use './Toolbar/index-with-carbon' as *;
|
|
41
|
+
@use './TooltipTrigger/index-with-carbon' as *;
|
|
42
|
+
@use './WebTerminal/index-with-carbon' as *;
|
|
43
|
+
@use './UserProfileImage/index-with-carbon' as *;
|
|
44
|
+
@use './EditSidePanel/index-with-carbon' as *;
|
|
45
|
+
@use './OptionsTile/index-with-carbon' as *;
|
|
46
|
+
@use './EditInPlace/index-with-carbon' as *;
|
|
47
|
+
@use './EditTearsheet/index-with-carbon' as *;
|
|
48
|
+
@use './DataSpreadsheet/index-with-carbon' as *;
|
|
49
|
+
@use './Datagrid/index-with-carbon' as *;
|
|
50
|
+
@use './EditUpdateCards/index-with-carbon' as *;
|
|
51
|
+
@use './SimpleHeader/index-with-carbon' as *;
|
|
52
|
+
@use './BigNumber/index-with-carbon' as *;
|
|
53
|
+
@use './TruncatedList/index-with-carbon' as *;
|
|
54
|
+
@use './TruncatedText/index-with-carbon' as *;
|
|
55
|
+
@use './InterstitialScreen/index-with-carbon' as *;
|
|
56
|
+
@use './Coachmark/index-with-carbon' as *;
|
|
57
|
+
@use './CoachmarkBeacon/index-with-carbon' as *;
|
|
58
|
+
@use './CoachmarkButton/index-with-carbon' as *;
|
|
59
|
+
@use './CoachmarkFixed/index-with-carbon' as *;
|
|
60
|
+
@use './CoachmarkOverlayElement/index-with-carbon' as *;
|
|
61
|
+
@use './CoachmarkOverlayElements/index-with-carbon' as *;
|
|
62
|
+
@use './CoachmarkStack/index-with-carbon' as *;
|
|
63
|
+
@use './DelimitedList/index-with-carbon' as *;
|
|
64
|
+
@use './Decorator/index-with-carbon' as *;
|
|
65
|
+
@use './DecoratorLink/index-with-carbon' as *;
|
|
66
|
+
@use './DecoratorSingleButton/index-with-carbon' as *;
|
|
67
|
+
@use './DecoratorDualButton/index-with-carbon' as *;
|
|
68
|
+
@use './DescriptionList/index-with-carbon' as *;
|
|
69
|
+
@use './FullPageError/index-with-carbon' as *;
|
|
70
|
+
@use './SearchBar/index-with-carbon' as *;
|
|
71
|
+
@use './Nav/index-with-carbon' as *;
|
|
72
|
+
@use './StringFormatter/index-with-carbon' as *;
|
|
73
|
+
@use './UserAvatar/index-with-carbon' as *;
|
|
74
|
+
@use './ScrollGradient/index-with-carbon' as *;
|
|
75
|
+
@use './StatusIndicator/index-with-carbon' as *;
|
|
76
|
+
@use './TagOverflow/index-with-carbon' as *;
|
|
77
|
+
@use './FilterPanel/index-with-carbon' as *;
|
|
78
|
+
@use './ConditionBuilder/index-with-carbon' as *;
|
|
79
|
+
@use './GetStartedCard/index-with-carbon' as *;
|
|
80
|
+
@use './Guidebanner/index-with-carbon' as *;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2021, 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
|
+
// Package all scss files here for those that want them all bundled up.
|
|
9
|
+
|
|
10
|
+
@use './_Canary';
|
|
11
|
+
|
|
12
|
+
@use './APIKeyModal';
|
|
13
|
+
@use './AboutModal';
|
|
14
|
+
@use './ActionSet';
|
|
15
|
+
@use './ButtonMenu';
|
|
16
|
+
@use './Cascade';
|
|
17
|
+
@use './Coachmark';
|
|
18
|
+
@use './CoachmarkBeacon';
|
|
19
|
+
@use './CoachmarkButton';
|
|
20
|
+
@use './CoachmarkFixed';
|
|
21
|
+
@use './CoachmarkOverlayElement';
|
|
22
|
+
@use './CoachmarkOverlayElements';
|
|
23
|
+
@use './CoachmarkStack';
|
|
24
|
+
@use './ComboButton';
|
|
25
|
+
@use './CreateFullPage';
|
|
26
|
+
@use './CreateModal';
|
|
27
|
+
@use './CreateSidePanel';
|
|
28
|
+
@use './CreateTearsheet';
|
|
29
|
+
@use './CreateTearsheetNarrow';
|
|
30
|
+
@use './EmptyStates';
|
|
31
|
+
@use './ExportModal';
|
|
32
|
+
@use './ExpressiveCard';
|
|
33
|
+
@use './FilterSummary';
|
|
34
|
+
@use './HTTPErrors';
|
|
35
|
+
@use './ImportModal';
|
|
36
|
+
@use './MultiAddSelect';
|
|
37
|
+
@use './NotificationsPanel';
|
|
38
|
+
@use './PageHeader';
|
|
39
|
+
@use './ProductiveCard';
|
|
40
|
+
@use './RemoveModal';
|
|
41
|
+
@use './Saving';
|
|
42
|
+
@use './SidePanel';
|
|
43
|
+
@use './SingleAddSelect';
|
|
44
|
+
@use './StatusIcon';
|
|
45
|
+
@use './TagSet';
|
|
46
|
+
@use './Tearsheet';
|
|
47
|
+
@use './Toolbar';
|
|
48
|
+
@use './TooltipTrigger';
|
|
49
|
+
@use './WebTerminal';
|
|
50
|
+
@use './UserProfileImage';
|
|
51
|
+
@use './EditSidePanel';
|
|
52
|
+
@use './OptionsTile';
|
|
53
|
+
@use './EditInPlace';
|
|
54
|
+
@use './DataSpreadsheet';
|
|
55
|
+
@use './Datagrid';
|
|
56
|
+
@use './EditTearsheet';
|
|
57
|
+
@use './EditTearsheetNarrow';
|
|
58
|
+
@use './EditFullPage';
|
|
59
|
+
@use './EditUpdateCards';
|
|
60
|
+
@use './Carousel';
|
|
61
|
+
@use './Checklist';
|
|
62
|
+
@use './Guidebanner';
|
|
63
|
+
@use './InlineTip';
|
|
64
|
+
@use './NonLinearReading';
|
|
65
|
+
@use './BigNumber';
|
|
66
|
+
@use './TruncatedList';
|
|
67
|
+
@use './TruncatedText';
|
|
68
|
+
@use './InterstitialScreen';
|
|
69
|
+
@use './DelimitedList';
|
|
70
|
+
@use './Decorator';
|
|
71
|
+
@use './DecoratorLink';
|
|
72
|
+
@use './DecoratorSingleButton';
|
|
73
|
+
@use './DecoratorDualButton';
|
|
74
|
+
@use './DescriptionList';
|
|
75
|
+
@use './FullPageError';
|
|
76
|
+
@use './SearchBar';
|
|
77
|
+
@use './Nav';
|
|
78
|
+
@use './StringFormatter';
|
|
79
|
+
@use './UserAvatar';
|
|
80
|
+
@use './ScrollGradient';
|
|
81
|
+
@use './StatusIndicator';
|
|
82
|
+
@use './TagOverflow';
|
|
83
|
+
@use './FilterPanel';
|
|
84
|
+
@use './ConditionBuilder';
|
|
85
|
+
@use './GetStartedCard';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
@forward './global/styles/project-settings' with (
|
|
9
|
+
$pkg-prefix: 'dev-prefix--c4p'
|
|
10
|
+
);
|
package/scss/config.scss
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2023, 2023
|
|
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
|
+
@mixin side-panel-decorator($prefix) {
|
|
9
|
+
.sbdocs {
|
|
10
|
+
// styles to apply to docs page iframe views of stories
|
|
11
|
+
.#{$prefix}container {
|
|
12
|
+
display: flex;
|
|
13
|
+
background-color: var(--cds-background, #ffffff);
|
|
14
|
+
block-size: 60vh;
|
|
15
|
+
box-shadow: 0 0 4px 1px var(--cds-layer-accent-01, #e0e0e0);
|
|
16
|
+
color: var(--cds-text-primary, #161616);
|
|
17
|
+
}
|
|
18
|
+
.#{$prefix}content {
|
|
19
|
+
block-size: unset;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// styles applied to story pages
|
|
24
|
+
.#{$prefix}content {
|
|
25
|
+
display: flex;
|
|
26
|
+
flex-grow: 1;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
block-size: calc(100vh - 48px);
|
|
30
|
+
|
|
31
|
+
// dynamic prefix not working here, and this file is out of scope in the configuration
|
|
32
|
+
> div:first-of-type {
|
|
33
|
+
> div:last-of-type[class*='--annotation__content'] {
|
|
34
|
+
display: flex;
|
|
35
|
+
justify-content: center;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.#{$prefix}toggle {
|
|
41
|
+
margin: auto;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sb-show-main.sb-main-fullscreen {
|
|
45
|
+
// sidepanel sets overflow hidden to body when open, which is right in context of irl application but in story page, as we are rendering many isolated sidepanel variants, we need to unset this for presentational purposes
|
|
46
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
47
|
+
overflow: unset !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.sbdocs .docs-story > div {
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2022, 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/theme' as *;
|
|
9
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
10
|
+
@use '@carbon/styles/scss/type' as *;
|
|
11
|
+
@use '../../global/styles/project-settings' as *;
|
|
12
|
+
|
|
13
|
+
$block-class: 'ccs-sb--display-box';
|
|
14
|
+
|
|
15
|
+
$indicator-width: $spacing-02;
|
|
16
|
+
$indicator-height: $spacing-04;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
Adds a box indicating the extent of the available space to the displayed component
|
|
20
|
+
*/
|
|
21
|
+
.#{$block-class} {
|
|
22
|
+
position: relative;
|
|
23
|
+
display: inline-block;
|
|
24
|
+
color: $text-helper;
|
|
25
|
+
margin-block-start: $spacing-09; // provides space in docs
|
|
26
|
+
padding-block-start: $spacing-05; // space for the indicators
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.#{$block-class}__indicator {
|
|
30
|
+
position: absolute;
|
|
31
|
+
border-block-end: 1px solid $text-helper;
|
|
32
|
+
inline-size: 100%;
|
|
33
|
+
inset-block-start: 0;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
@include type-style('helper-text-01');
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.#{$block-class}__message {
|
|
39
|
+
position: absolute;
|
|
40
|
+
inset-block-end: $spacing-02;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sb-main-centered .#{$block-class}__message {
|
|
44
|
+
inline-size: inherit;
|
|
45
|
+
text-align: center;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.#{$block-class}__indicator--left,
|
|
49
|
+
.#{$block-class}__indicator--right {
|
|
50
|
+
position: absolute;
|
|
51
|
+
block-size: 0;
|
|
52
|
+
border-block-start: $indicator-height solid $text-helper;
|
|
53
|
+
border-inline-end: $indicator-width solid transparent;
|
|
54
|
+
border-inline-start: $indicator-width solid transparent;
|
|
55
|
+
inline-size: 0;
|
|
56
|
+
inset-block-end: calc(-1 * $indicator-height);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.#{$block-class}__indicator--left {
|
|
60
|
+
inset-inline-start: calc(-1 * $indicator-width);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.#{$block-class}__indicator--right {
|
|
64
|
+
inset-inline-end: calc(-1 * $indicator-width);
|
|
65
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2021, 2021
|
|
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
|
+
/// List of Carbon style modules used.
|
|
9
|
+
/// @type List
|
|
10
|
+
/// @access public
|
|
11
|
+
$imported-carbon-modules: 'css--reset' 'css--default-type' 'skeleton'
|
|
12
|
+
'helper-classes' 'css--font-face' 'css--helpers' 'css--body' 'grid'
|
|
13
|
+
'accordion' 'link' 'breadcrumb' 'button' 'form' 'checkbox' 'snippet'
|
|
14
|
+
'list-box' 'combo-box' 'content-switcher' 'copy-button' 'data-table-v2-action'
|
|
15
|
+
'data-table-v2-core' 'data-table-v2-expandable' 'data-table-sort'
|
|
16
|
+
'data-table-inline-edit' 'data-table-skeleton' 'date-picker' 'dropdown'
|
|
17
|
+
'loading' 'file-uploader' 'inline-loading' 'lists' 'menu' 'modal'
|
|
18
|
+
'multi-select' 'inline-notifications' 'toast-notifications' 'number-input'
|
|
19
|
+
'overflow-menu' 'pagination-nav' 'select' 'text-input' 'pagination'
|
|
20
|
+
'progress-bar' 'tooltip' 'progress-indicator' 'radio-button' 'search'
|
|
21
|
+
'skeleton-text' 'skeleton-icon' 'skeleton-placeholder' 'slider'
|
|
22
|
+
'structured-list' 'tabs' 'tags' 'text-area' 'tile' 'time-picker' 'toggle'
|
|
23
|
+
'toolbar' 'unstable_pagination' 'carbon-header' 'carbon-header-panel'
|
|
24
|
+
'product-switcher' 'carbon-header-switcher' 'carbon-side-nav'
|
|
25
|
+
'carbon-navigation' 'carbon-content' 'treeview';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2020
|
|
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
|
+
@mixin block-wrap($block-class) {
|
|
9
|
+
.#{$block-class} {
|
|
10
|
+
@content;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@mixin measuring-container() {
|
|
15
|
+
position: absolute;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
inset-block-start: -100vh; // off screen
|
|
18
|
+
inset-inline-start: -100vw; // off screen
|
|
19
|
+
max-inline-size: 100vw; // NOTE: resize only detected if < 100vw
|
|
20
|
+
pointer-events: none;
|
|
21
|
+
visibility: hidden;
|
|
22
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2022
|
|
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
|
+
// define variables and settings for the package
|
|
9
|
+
$pkg-prefix: 'c4p' !default;
|
|
10
|
+
$carbon-prefix: 'cds' !default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2022
|
|
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
|
+
@forward './global/styles/project-settings';
|
|
9
|
+
@forward './components/index';
|
|
10
|
+
@forward '@carbon/styles';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2022
|
|
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
|
+
// @forward './global/styles/imported-carbon-modules';
|
|
9
|
+
// $imported-modules: $imported-carbon-modules;
|
|
10
|
+
|
|
11
|
+
@forward './global/styles/project-settings';
|
|
12
|
+
@forward './components/index-released-only';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2022
|
|
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
|
+
// @forward './global/styles/imported-carbon-modules';
|
|
9
|
+
// $imported-modules: $imported-carbon-modules;
|
|
10
|
+
|
|
11
|
+
@forward './global/styles/project-settings';
|
|
12
|
+
@forward './components/index';
|
package/scss/index.scss
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2020, 2022
|
|
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
|
+
// Index with minimal Carbon styles, only the styles of Carbon components used by our components
|
|
9
|
+
@forward './global/styles/project-settings';
|
|
10
|
+
@forward './components/index-with-carbon';
|