@carbon/ibm-products 2.69.0 → 2.70.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/carbon.css +471 -372
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +527 -282
- 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 +50 -0
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +146 -0
- 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 +159 -93
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/Card/Card.js +4 -3
- package/es/components/CreateFullPage/CreateFullPage.js +9 -15
- package/es/components/CreateTearsheet/CreateTearsheet.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +16 -4
- package/es/components/NotificationsPanel/NotificationsPanel.js +18 -1
- package/es/components/SidePanel/SidePanel.d.ts +4 -0
- package/es/components/SidePanel/SidePanel.js +7 -1
- package/es/components/Tearsheet/TearsheetShell.js +10 -4
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/components/Card/Card.js +4 -3
- package/lib/components/CreateFullPage/CreateFullPage.js +8 -14
- package/lib/components/CreateTearsheet/CreateTearsheet.js +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +16 -4
- package/lib/components/NotificationsPanel/NotificationsPanel.js +18 -1
- package/lib/components/SidePanel/SidePanel.d.ts +4 -0
- package/lib/components/SidePanel/SidePanel.js +7 -1
- package/lib/components/Tearsheet/TearsheetShell.js +10 -4
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/package.json +14 -16
- package/scss/components/SidePanel/_side-panel.scss +1 -1
- package/scss/components/Tearsheet/_tearsheet.scss +1 -0
- package/scss/global/styles/_display-box.scss +2 -2
- package/telemetry.yml +2 -0
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
@@ -1,11 +1,11 @@
|
|
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.
|
6
6
|
//
|
7
7
|
|
8
|
-
@use '@carbon/styles' as *;
|
8
|
+
@use '@carbon/styles/scss/theme' as *;
|
9
9
|
@use '@carbon/styles/scss/spacing' as *;
|
10
10
|
@use '@carbon/styles/scss/type' as *;
|
11
11
|
@use '../../global/styles/project-settings' as *;
|
package/telemetry.yml
CHANGED
@@ -600,6 +600,7 @@ collect:
|
|
600
600
|
- experimentalSecondarySubmitText
|
601
601
|
# CreateTearsheetStep
|
602
602
|
- experimentalSecondarySubmit
|
603
|
+
- fieldsetLegendId
|
603
604
|
# CustomizeColumnsTearsheet
|
604
605
|
- columnDefinitions
|
605
606
|
- onSaveColumnPrefs
|
@@ -899,6 +900,7 @@ collect:
|
|
899
900
|
- actionToolbarButtons
|
900
901
|
- animateTitle
|
901
902
|
- condensedActions
|
903
|
+
- hideCloseButton
|
902
904
|
- includeOverlay
|
903
905
|
- navigationBackIconDescription
|
904
906
|
# SingleAddSelect
|
File without changes
|
File without changes
|