@carbon/ibm-products-web-components 0.24.0-rc.0 → 0.24.1
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/es/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -1
- package/es/components/interstitial-screen/interstitial-screen-footer.js +1 -1
- package/es/components/page-header/page-header-title-breadcrumb.d.ts +1 -1
- package/es/components/page-header/page-header-title-breadcrumb.js +1 -1
- package/es/packages/ibm-products-web-components/package.json.js +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +1 -1
- package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +1 -1
- package/es-custom/components/page-header/page-header-title-breadcrumb.js +1 -1
- package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
- package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -1
- package/lib/components/page-header/page-header-title-breadcrumb.d.ts +1 -1
- package/package.json +3 -3
@@ -9,7 +9,7 @@
|
|
9
9
|
import { PropertyValues } from 'lit';
|
10
10
|
import '@carbon/web-components/es/components/button/index.js';
|
11
11
|
import '@carbon/web-components/es/components/inline-loading/inline-loading.js';
|
12
|
-
import
|
12
|
+
import CDSModalFooter from '@carbon/web-components/es/components/modal/modal-footer';
|
13
13
|
export type ActionType = 'close' | 'start' | 'skip' | 'back' | 'next';
|
14
14
|
declare const CDSInterstitialScreenFooter_base: {
|
15
15
|
new (...args: any[]): {
|
@@ -16,7 +16,7 @@ import styles from './interstitial-screen-footer.scss.js';
|
|
16
16
|
import { interstitialDetailsSignal } from './interstitial-screen-context.js';
|
17
17
|
import { SignalWatcher } from '@lit-labs/signals';
|
18
18
|
import '@carbon/web-components/es/components/inline-loading/inline-loading.js';
|
19
|
-
import
|
19
|
+
import CDSModalFooter from '@carbon/web-components/es/components/modal/modal-footer';
|
20
20
|
import ArrowRight from '@carbon/icons/es/arrow--right/16.js';
|
21
21
|
import { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';
|
22
22
|
import { registerFocusableContainers } from '../../utilities/manageFocusTrap/manageFocusTrap.js';
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
8
8
|
*/
|
9
|
-
import
|
9
|
+
import CDSBreadcrumbItem from '@carbon/web-components/es/components/breadcrumb/breadcrumb-item';
|
10
10
|
/**
|
11
11
|
* Page header Title Breadcrumb
|
12
12
|
* @element c4p-page-header-title-breadcrumb
|
@@ -9,7 +9,7 @@ import { __decorate } from 'tslib';
|
|
9
9
|
import { html } from 'lit';
|
10
10
|
import { consume, ContextConsumer } from '@lit/context';
|
11
11
|
import { carbonElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';
|
12
|
-
import
|
12
|
+
import CDSBreadcrumbItem from '@carbon/web-components/es/components/breadcrumb/breadcrumb-item';
|
13
13
|
import { prefix } from '../../globals/settings.js';
|
14
14
|
import styles from './page-header.scss.js';
|
15
15
|
import { pageHeaderContext } from './context.js';
|
@@ -9,7 +9,7 @@
|
|
9
9
|
import { PropertyValues } from 'lit';
|
10
10
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
11
11
|
import '@carbon/web-components/es-custom/components/inline-loading/inline-loading.js';
|
12
|
-
import
|
12
|
+
import CDSModalFooter from '@carbon/web-components/es/components/modal/modal-footer';
|
13
13
|
export type ActionType = 'close' | 'start' | 'skip' | 'back' | 'next';
|
14
14
|
declare const CDSInterstitialScreenFooter_base: {
|
15
15
|
new (...args: any[]): {
|
@@ -16,7 +16,7 @@ import styles from './interstitial-screen-footer.scss.js';
|
|
16
16
|
import { interstitialDetailsSignal } from './interstitial-screen-context.js';
|
17
17
|
import { SignalWatcher } from '@lit-labs/signals';
|
18
18
|
import '@carbon/web-components/es-custom/components/inline-loading/inline-loading.js';
|
19
|
-
import
|
19
|
+
import CDSModalFooter from '@carbon/web-components/es/components/modal/modal-footer';
|
20
20
|
import ArrowRight from '@carbon/icons/es/arrow--right/16.js';
|
21
21
|
import { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';
|
22
22
|
import { registerFocusableContainers } from '../../utilities/manageFocusTrap/manageFocusTrap.js';
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
8
8
|
*/
|
9
|
-
import
|
9
|
+
import CDSBreadcrumbItem from '@carbon/web-components/es/components/breadcrumb/breadcrumb-item';
|
10
10
|
/**
|
11
11
|
* Page header Title Breadcrumb
|
12
12
|
* @element c4p-page-header-title-breadcrumb
|
@@ -9,7 +9,7 @@ import { __decorate } from 'tslib';
|
|
9
9
|
import { html } from 'lit';
|
10
10
|
import { consume, ContextConsumer } from '@lit/context';
|
11
11
|
import { carbonElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';
|
12
|
-
import
|
12
|
+
import CDSBreadcrumbItem from '@carbon/web-components/es/components/breadcrumb/breadcrumb-item';
|
13
13
|
import { prefix } from '../../globals/settings.js';
|
14
14
|
import styles from './page-header.scss.js';
|
15
15
|
import { pageHeaderContext } from './context.js';
|
@@ -9,7 +9,7 @@
|
|
9
9
|
import { PropertyValues } from 'lit';
|
10
10
|
import '@carbon/web-components/es/components/button/index.js';
|
11
11
|
import '@carbon/web-components/es/components/inline-loading/inline-loading.js';
|
12
|
-
import
|
12
|
+
import CDSModalFooter from '@carbon/web-components/es/components/modal/modal-footer';
|
13
13
|
export type ActionType = 'close' | 'start' | 'skip' | 'back' | 'next';
|
14
14
|
declare const CDSInterstitialScreenFooter_base: {
|
15
15
|
new (...args: any[]): {
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
8
8
|
*/
|
9
|
-
import
|
9
|
+
import CDSBreadcrumbItem from '@carbon/web-components/es/components/breadcrumb/breadcrumb-item';
|
10
10
|
/**
|
11
11
|
* Page header Title Breadcrumb
|
12
12
|
* @element c4p-page-header-title-breadcrumb
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products-web-components",
|
3
3
|
"description": "Carbon for IBM Products Web Components",
|
4
|
-
"version": "0.24.
|
4
|
+
"version": "0.24.1",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "es/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
58
|
"@carbon-labs/wc-empty-state": "^0.9.0",
|
59
|
-
"@carbon/ibm-products-styles": "^2.71.0
|
59
|
+
"@carbon/ibm-products-styles": "^2.71.0",
|
60
60
|
"@carbon/styles": "1.89.0",
|
61
61
|
"@carbon/web-components": "2.37.0",
|
62
62
|
"@ibm/telemetry-js": "^1.10.2",
|
@@ -105,5 +105,5 @@
|
|
105
105
|
"vitest": "^3.2.0",
|
106
106
|
"web-component-analyzer": "2.0.0"
|
107
107
|
},
|
108
|
-
"gitHead": "
|
108
|
+
"gitHead": "8ee10e9dbaab3b601899cdd9c9c4a91d19399dad"
|
109
109
|
}
|