@carbon/ibm-products-web-components 0.31.0 → 0.32.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/custom-elements.json +414 -5
- package/es/components/about-modal/about-modal.scss.js +1 -1
- package/es/components/big-number/big-number-skeleton.d.ts +22 -0
- package/es/components/big-number/big-number-skeleton.js +56 -0
- package/es/components/big-number/big-number-skeleton.js.map +1 -0
- package/es/components/big-number/big-number-skeleton.scss.js +13 -0
- package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es/components/big-number/big-number.d.ts +37 -0
- package/es/components/big-number/big-number.js +184 -0
- package/es/components/big-number/big-number.js.map +1 -0
- package/es/components/big-number/big-number.scss.js +13 -0
- package/es/components/big-number/big-number.scss.js.map +1 -0
- package/es/{utilities/carousel/index.d.ts → components/big-number/big-number.test.d.ts} +1 -2
- package/es/components/big-number/big-number.test.js +113 -0
- package/es/components/big-number/big-number.test.js.map +1 -0
- package/es/components/big-number/constants.d.ts +19 -0
- package/es/components/big-number/constants.js +30 -0
- package/es/components/big-number/constants.js.map +1 -0
- package/es/components/big-number/index.d.ts +10 -0
- package/es/{node_modules/@carbon/utilities/es/dateTimeFormat → components/big-number}/index.js +2 -5
- package/es/components/big-number/index.js.map +1 -0
- package/es/components/checklist/checklist.scss.js +1 -1
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +422 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +135 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +13 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es/{utilities/carousel/types.js → components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts} +4 -3
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +126 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts +9 -0
- package/{es-custom/utilities/carousel → es/components/coachmark/coachmark-tagline}/index.js +1 -1
- package/es/components/coachmark/coachmark-tagline/index.js.map +1 -0
- package/es/components/guide-banner/guide-banner-element.d.ts +7 -0
- package/es/components/guide-banner/guide-banner-element.js +14 -0
- package/es/components/guide-banner/guide-banner-element.js.map +1 -1
- package/es/components/guide-banner/guide-banner-element.scss.js +13 -0
- package/es/components/guide-banner/guide-banner-element.scss.js.map +1 -0
- package/es/components/guide-banner/guide-banner-element.test.d.ts +7 -0
- package/es/components/guide-banner/guide-banner-element.test.js +58 -0
- package/es/components/guide-banner/guide-banner-element.test.js.map +1 -0
- package/es/components/guide-banner/guide-banner.d.ts +4 -4
- package/es/components/guide-banner/guide-banner.js +4 -4
- package/es/components/guide-banner/guide-banner.js.map +1 -1
- package/es/components/guide-banner/guide-banner.scss.js +1 -1
- package/es/components/guide-banner/guide-banner.test.d.ts +6 -0
- package/es/components/guide-banner/guide-banner.test.js +3 -3
- package/es/components/guide-banner/guide-banner.test.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js +16 -4
- package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js +1 -1
- package/es/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js +5 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen.js +15 -0
- package/es/components/interstitial-screen/interstitial-screen.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen.test.js +11 -0
- package/es/components/interstitial-screen/interstitial-screen.test.js.map +1 -1
- package/es/components/interstitial-screen/interstitial.figma.js +288 -0
- package/es/components/interstitial-screen/interstitial.figma.js.map +1 -0
- package/es/components/notification-panel/notification.js +2 -3
- package/es/components/notification-panel/notification.js.map +1 -1
- package/es/components/notification-panel/notification.test.js +2 -3
- package/es/components/notification-panel/notification.test.js.map +1 -1
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +1 -1
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js +2 -3
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -1
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
- package/es/components/page-header/utils.js +17 -5
- package/es/components/page-header/utils.js.map +1 -1
- package/es/components/side-panel/side-panel.figma.js +229 -0
- package/es/components/side-panel/side-panel.figma.js.map +1 -0
- package/es/components/tearsheet/tearsheet.d.ts +33 -14
- package/es/components/tearsheet/tearsheet.js +65 -98
- package/es/components/tearsheet/tearsheet.js.map +1 -1
- package/es/components/tearsheet/tearsheet.scss.js +1 -1
- package/es/index.d.ts +4 -1
- package/es/index.js +3 -0
- package/es/index.js.map +1 -1
- package/es/packages/ibm-products-web-components/package.json.js +1 -1
- package/es/utilities/snapscroll/index.d.ts +7 -0
- package/es/utilities/snapscroll/index.js +9 -0
- package/es/utilities/snapscroll/index.js.map +1 -0
- package/es/utilities/snapscroll/snapscroll.d.ts +29 -0
- package/es/utilities/snapscroll/snapscroll.js +134 -0
- package/es/utilities/snapscroll/snapscroll.js.map +1 -0
- package/es/utilities/snapscroll/snapscroll.test.d.ts +1 -0
- package/es/utilities/snapscroll/snapscroll.test.js +41 -0
- package/es/utilities/snapscroll/snapscroll.test.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.scss.js +1 -1
- package/es-custom/components/big-number/big-number-skeleton.d.ts +22 -0
- package/es-custom/components/big-number/big-number-skeleton.js +56 -0
- package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js +13 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es-custom/components/big-number/big-number.d.ts +37 -0
- package/es-custom/components/big-number/big-number.js +184 -0
- package/es-custom/components/big-number/big-number.js.map +1 -0
- package/es-custom/components/big-number/big-number.scss.js +13 -0
- package/es-custom/components/big-number/big-number.scss.js.map +1 -0
- package/{lib/utilities/carousel/index.d.ts → es-custom/components/big-number/big-number.test.d.ts} +1 -2
- package/es-custom/components/big-number/big-number.test.js +113 -0
- package/es-custom/components/big-number/big-number.test.js.map +1 -0
- package/es-custom/components/big-number/constants.d.ts +19 -0
- package/es-custom/components/big-number/constants.js +30 -0
- package/es-custom/components/big-number/constants.js.map +1 -0
- package/es-custom/components/big-number/index.d.ts +10 -0
- package/es-custom/{node_modules/@carbon/utilities/es/dateTimeFormat → components/big-number}/index.js +2 -5
- package/es-custom/components/big-number/index.js.map +1 -0
- package/es-custom/components/checklist/checklist.scss.js +1 -1
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +422 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +135 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +13 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es-custom/{utilities/carousel/types.js → components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts} +4 -3
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +126 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +9 -0
- package/{es/utilities/carousel → es-custom/components/coachmark/coachmark-tagline}/index.js +1 -1
- package/es-custom/components/guide-banner/guide-banner-element.d.ts +7 -0
- package/es-custom/components/guide-banner/guide-banner-element.js +14 -0
- package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner-element.scss.js +13 -0
- package/es-custom/components/guide-banner/guide-banner-element.scss.js.map +1 -0
- package/es-custom/{utilities/carousel/index.d.ts → components/guide-banner/guide-banner-element.test.d.ts} +1 -2
- package/es-custom/components/guide-banner/guide-banner-element.test.js +58 -0
- package/es-custom/components/guide-banner/guide-banner-element.test.js.map +1 -0
- package/es-custom/components/guide-banner/guide-banner.d.ts +4 -4
- package/es-custom/components/guide-banner/guide-banner.js +4 -4
- package/es-custom/components/guide-banner/guide-banner.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner.scss.js +1 -1
- package/es-custom/components/guide-banner/guide-banner.test.d.ts +6 -0
- package/es-custom/components/guide-banner/guide-banner.test.js +3 -3
- package/es-custom/components/guide-banner/guide-banner.test.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js +16 -4
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js +5 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.js +15 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js +11 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial.figma.js +288 -0
- package/es-custom/components/interstitial-screen/interstitial.figma.js.map +1 -0
- package/es-custom/components/notification-panel/notification.js +2 -3
- package/es-custom/components/notification-panel/notification.js.map +1 -1
- package/es-custom/components/notification-panel/notification.test.js +2 -3
- package/es-custom/components/notification-panel/notification.test.js.map +1 -1
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +1 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js +2 -3
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +1 -1
- package/es-custom/components/page-header/utils.js +17 -5
- package/es-custom/components/page-header/utils.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.figma.js +229 -0
- package/es-custom/components/side-panel/side-panel.figma.js.map +1 -0
- package/es-custom/components/tearsheet/tearsheet.d.ts +33 -14
- package/es-custom/components/tearsheet/tearsheet.js +65 -98
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
- package/es-custom/index.d.ts +4 -1
- package/es-custom/index.js +3 -0
- package/es-custom/index.js.map +1 -1
- package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
- package/{es/utilities/carousel/swipeEvents.d.ts → es-custom/utilities/snapscroll/index.d.ts} +1 -1
- package/es-custom/utilities/snapscroll/index.js +9 -0
- package/es-custom/utilities/snapscroll/snapscroll.d.ts +29 -0
- package/es-custom/utilities/snapscroll/snapscroll.js +134 -0
- package/es-custom/utilities/snapscroll/snapscroll.js.map +1 -0
- package/es-custom/utilities/snapscroll/snapscroll.test.d.ts +1 -0
- package/es-custom/utilities/snapscroll/snapscroll.test.js +41 -0
- package/es-custom/utilities/snapscroll/snapscroll.test.js.map +1 -0
- package/lib/components/big-number/big-number-skeleton.d.ts +22 -0
- package/lib/components/big-number/big-number.d.ts +37 -0
- package/lib/components/big-number/big-number.test.d.ts +7 -0
- package/lib/components/big-number/constants.d.ts +19 -0
- package/lib/components/big-number/index.d.ts +10 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +422 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +9 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts +9 -0
- package/lib/components/guide-banner/guide-banner-element.d.ts +7 -0
- package/lib/components/guide-banner/guide-banner-element.test.d.ts +7 -0
- package/lib/components/guide-banner/guide-banner.d.ts +4 -4
- package/lib/components/guide-banner/guide-banner.test.d.ts +6 -0
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/lib/components/tearsheet/tearsheet.d.ts +33 -14
- package/lib/index.d.ts +4 -1
- package/lib/utilities/snapscroll/index.d.ts +7 -0
- package/lib/utilities/snapscroll/snapscroll.d.ts +29 -0
- package/lib/utilities/snapscroll/snapscroll.test.d.ts +1 -0
- package/package.json +6 -3
- package/scss/components/big-number/big-number-skeleton.scss +59 -0
- package/scss/components/big-number/big-number.scss +27 -0
- package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +22 -0
- package/scss/components/guide-banner/guide-banner-element.scss +31 -0
- package/scss/components/guide-banner/guide-banner.scss +2 -0
- package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +1 -1
- package/scss/components/interstitial-screen/interstitial-screen-body.scss +1 -1
- package/scss/components/page-header/_story-assets/_storybook-styles.scss +6 -4
- package/telemetry.yml +12 -3
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +0 -1
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +0 -11
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +0 -1
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +0 -9
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +0 -1
- package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +0 -11
- package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +0 -1
- package/es/utilities/carousel/carousel.d.ts +0 -14
- package/es/utilities/carousel/carousel.js +0 -341
- package/es/utilities/carousel/carousel.js.map +0 -1
- package/es/utilities/carousel/swipeEvents.js +0 -109
- package/es/utilities/carousel/swipeEvents.js.map +0 -1
- package/es/utilities/carousel/types.d.ts +0 -37
- package/es/utilities/carousel/types.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +0 -11
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +0 -9
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +0 -1
- package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +0 -11
- package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +0 -1
- package/es-custom/utilities/carousel/carousel.d.ts +0 -14
- package/es-custom/utilities/carousel/carousel.js +0 -341
- package/es-custom/utilities/carousel/carousel.js.map +0 -1
- package/es-custom/utilities/carousel/swipeEvents.d.ts +0 -7
- package/es-custom/utilities/carousel/swipeEvents.js +0 -109
- package/es-custom/utilities/carousel/swipeEvents.js.map +0 -1
- package/es-custom/utilities/carousel/types.d.ts +0 -37
- package/es-custom/utilities/carousel/types.js.map +0 -1
- package/lib/utilities/carousel/carousel.d.ts +0 -14
- package/lib/utilities/carousel/swipeEvents.d.ts +0 -7
- package/lib/utilities/carousel/types.d.ts +0 -37
- /package/es-custom/{utilities/carousel → components/coachmark/coachmark-tagline}/index.js.map +0 -0
- /package/{es/utilities/carousel → es-custom/utilities/snapscroll}/index.js.map +0 -0
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.
|
|
4
|
+
"version": "0.32.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "es/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -56,8 +56,9 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@carbon-labs/wc-empty-state": "^0.11.0",
|
|
59
|
-
"@carbon/ibm-products-styles": "^2.
|
|
59
|
+
"@carbon/ibm-products-styles": "^2.79.0-rc.0",
|
|
60
60
|
"@carbon/styles": "^1.96.0",
|
|
61
|
+
"@carbon/utilities": "^0.15.0",
|
|
61
62
|
"@carbon/web-components": "2.44.0",
|
|
62
63
|
"@figma/code-connect": "^1.3.6",
|
|
63
64
|
"@ibm/telemetry-js": "^1.10.2",
|
|
@@ -82,6 +83,7 @@
|
|
|
82
83
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
83
84
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
84
85
|
"@stackblitz/sdk": "^1.11.0",
|
|
86
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
85
87
|
"@storybook/addon-docs": "^9.1.10",
|
|
86
88
|
"@storybook/addon-links": "^9.1.10",
|
|
87
89
|
"@storybook/web-components-vite": "^9.1.10",
|
|
@@ -103,6 +105,7 @@
|
|
|
103
105
|
"rollup-plugin-copy": "^3.5.0",
|
|
104
106
|
"sass": "^1.93.2",
|
|
105
107
|
"storybook": "^9.1.10",
|
|
108
|
+
"storybook-addon-accessibility-checker": ">=9.2.0-rc.0",
|
|
106
109
|
"tslib": "^2.8.1",
|
|
107
110
|
"typescript": "^5.5.3",
|
|
108
111
|
"vite": "^7.0.0",
|
|
@@ -110,5 +113,5 @@
|
|
|
110
113
|
"vitest": "^3.2.0",
|
|
111
114
|
"web-component-analyzer": "2.0.0"
|
|
112
115
|
},
|
|
113
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "90b99422707f0902441d908a6e05aaddc54c0755"
|
|
114
117
|
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// Copyright IBM Corp. 2025
|
|
2
|
+
//
|
|
3
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
4
|
+
// LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
$css--plex: true !default;
|
|
7
|
+
|
|
8
|
+
@use '@carbon/styles/scss/reset';
|
|
9
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
10
|
+
@use '@carbon/ibm-products-styles/scss/config';
|
|
11
|
+
|
|
12
|
+
$prefix: config.$pkg-prefix;
|
|
13
|
+
$skeleton-block-class: #{$prefix}--big-number-skeleton;
|
|
14
|
+
|
|
15
|
+
:host(#{$prefix}-big-number-skeleton) {
|
|
16
|
+
.#{$skeleton-block-class} {
|
|
17
|
+
inline-size: $spacing-10;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.#{$skeleton-block-class}--lg {
|
|
21
|
+
inline-size: $spacing-11;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.#{$skeleton-block-class}--xl {
|
|
25
|
+
inline-size: $spacing-12;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.#{$skeleton-block-class}__label {
|
|
29
|
+
block-size: $spacing-04;
|
|
30
|
+
inline-size: 70%;
|
|
31
|
+
margin-block: 0 $spacing-03;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.#{$skeleton-block-class}__value::part(placeholder) {
|
|
35
|
+
margin: 0;
|
|
36
|
+
block-size: $spacing-08;
|
|
37
|
+
inline-size: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.#{$skeleton-block-class}.#{$skeleton-block-class}--lg
|
|
41
|
+
.#{$skeleton-block-class}__label {
|
|
42
|
+
margin-block: 0 $spacing-04;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.#{$skeleton-block-class}.#{$skeleton-block-class}--lg
|
|
46
|
+
.#{$skeleton-block-class}__value::part(placeholder) {
|
|
47
|
+
block-size: $spacing-09;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.#{$skeleton-block-class}.#{$skeleton-block-class}--xl
|
|
51
|
+
.#{$skeleton-block-class}__label {
|
|
52
|
+
margin-block: 0 $spacing-05;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.#{$skeleton-block-class}.#{$skeleton-block-class}--xl
|
|
56
|
+
.#{$skeleton-block-class}__value::part(placeholder) {
|
|
57
|
+
block-size: $spacing-10;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Copyright IBM Corp. 2025
|
|
2
|
+
//
|
|
3
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
4
|
+
// LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
$css--plex: true !default;
|
|
7
|
+
|
|
8
|
+
@use '@carbon/styles/scss/reset';
|
|
9
|
+
@use '@carbon/ibm-products-styles/scss/components/BigNumber/index' as big-number;
|
|
10
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
11
|
+
@use '@carbon/ibm-products-styles/scss/config';
|
|
12
|
+
|
|
13
|
+
$prefix: config.$pkg-prefix;
|
|
14
|
+
$baseClass: #{$prefix}--big-number;
|
|
15
|
+
|
|
16
|
+
:host(#{$prefix}-big-number) {
|
|
17
|
+
::slotted(.#{$baseClass}__trend) {
|
|
18
|
+
margin-block-start: $spacing-03;
|
|
19
|
+
vertical-align: top;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.#{$baseClass}--xl {
|
|
23
|
+
::slotted(.#{$baseClass}__trend) {
|
|
24
|
+
margin-block-start: $spacing-04;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2026
|
|
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
|
+
$css--plex: true !default;
|
|
9
|
+
|
|
10
|
+
@use '@carbon/ibm-products-styles/scss/config';
|
|
11
|
+
@use '@carbon/ibm-products-styles/scss/components/Coachmark/_coachmark-tagline';
|
|
12
|
+
$prefix: config.$pkg-prefix;
|
|
13
|
+
|
|
14
|
+
$block-class: #{$prefix}--coachmark-tagline;
|
|
15
|
+
|
|
16
|
+
.#{$block-class} {
|
|
17
|
+
&__cta {
|
|
18
|
+
svg {
|
|
19
|
+
justify-self: center;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
$css--plex: true !default;
|
|
9
|
+
|
|
10
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
11
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
12
|
+
@use '@carbon/styles/scss/reset';
|
|
13
|
+
@use '@carbon/styles/scss/type';
|
|
14
|
+
@use '@carbon/ibm-products-styles/scss/config';
|
|
15
|
+
@use '@carbon/ibm-products-styles/scss/components/Guidebanner' as *;
|
|
16
|
+
|
|
17
|
+
$prefix: config.$pkg-prefix;
|
|
18
|
+
$carbon-prefix: config.$carbon-prefix;
|
|
19
|
+
$block-class: #{$prefix}--guidebanner__element;
|
|
20
|
+
|
|
21
|
+
:host(#{$prefix}-guide-banner-element) {
|
|
22
|
+
.#{$block-class}__title {
|
|
23
|
+
@include type.type-style('heading-compact-01');
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.#{$block-class}__description {
|
|
27
|
+
@include type.type-style('body-01');
|
|
28
|
+
|
|
29
|
+
margin-block-end: $spacing-07;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -15,6 +15,8 @@ $css--plex: true !default;
|
|
|
15
15
|
@use '@carbon/ibm-products-styles/scss/components/Guidebanner' as *;
|
|
16
16
|
|
|
17
17
|
$prefix: config.$pkg-prefix;
|
|
18
|
+
$carbon-prefix: config.$carbon-prefix;
|
|
19
|
+
$block-class: #{$prefix}--guidebanner;
|
|
18
20
|
|
|
19
21
|
:host(#{$prefix}-guide-banner) {
|
|
20
22
|
details {
|
|
@@ -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
|
-
@use '
|
|
9
|
+
@use '@carbon/utilities/scss/carousel' as carousel;
|
|
10
10
|
@use '@carbon/styles/scss/spacing' as *;
|
|
11
11
|
|
|
12
12
|
@include carousel.carousel();
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
@use './interstitial-screen';
|
|
10
|
-
@use '../../utilities/carousel/index' as carousel;
|
|
11
10
|
@use '@carbon/styles/scss/spacing' as *;
|
|
11
|
+
@use '@carbon/utilities/scss/carousel' as carousel;
|
|
12
12
|
|
|
13
13
|
@include carousel.wrapperStyles();
|
|
14
14
|
|
|
@@ -19,10 +19,6 @@
|
|
|
19
19
|
block-size: 100%;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
#main-content main {
|
|
23
|
-
margin-block-start: spacing.$spacing-09;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
22
|
.page-header--docs-demo .innerZoomElementWrapper > * {
|
|
27
23
|
/* Used to override storybook styling from a dynamically generated class in the canvas preview */
|
|
28
24
|
/* stylelint-disable-next-line declaration-no-important */
|
|
@@ -33,3 +29,9 @@
|
|
|
33
29
|
/* stylelint-disable-next-line carbon/layout-use */
|
|
34
30
|
transform: translateY(-48px);
|
|
35
31
|
}
|
|
32
|
+
|
|
33
|
+
.page-header-story__wrapper {
|
|
34
|
+
overflow: auto;
|
|
35
|
+
block-size: calc(100vh - 3rem);
|
|
36
|
+
margin-block-start: spacing.$spacing-09;
|
|
37
|
+
}
|
package/telemetry.yml
CHANGED
|
@@ -42,6 +42,14 @@ collect:
|
|
|
42
42
|
- onc4p-about-modal-beingclosed
|
|
43
43
|
- onc4p-about-modal-closed
|
|
44
44
|
- version
|
|
45
|
+
# c4p-big-number
|
|
46
|
+
- fraction-digits
|
|
47
|
+
- loading
|
|
48
|
+
- locale
|
|
49
|
+
- percentage
|
|
50
|
+
- total
|
|
51
|
+
- trending
|
|
52
|
+
- truncate
|
|
45
53
|
# c4p-checklist
|
|
46
54
|
- chart-label
|
|
47
55
|
- chart-value
|
|
@@ -65,6 +73,9 @@ collect:
|
|
|
65
73
|
- onc4p-coachmark-beacon-clicked
|
|
66
74
|
# c4p-coachmark-header
|
|
67
75
|
- dragIconDescription
|
|
76
|
+
# c4p-coachmark-tagline
|
|
77
|
+
- onc4p-coachmark-tagline-close
|
|
78
|
+
- onc4p-coachmark-tagline-cta-click
|
|
68
79
|
# c4p-guide-banner
|
|
69
80
|
- onc4p-guide-banner-close
|
|
70
81
|
- onc4p-guide-banner-toggle
|
|
@@ -173,6 +184,7 @@ collect:
|
|
|
173
184
|
- unchecked
|
|
174
185
|
# General - size
|
|
175
186
|
- 2xl
|
|
187
|
+
- default
|
|
176
188
|
- lg
|
|
177
189
|
- md
|
|
178
190
|
- sm
|
|
@@ -202,6 +214,3 @@ collect:
|
|
|
202
214
|
js:
|
|
203
215
|
functions: {}
|
|
204
216
|
tokens: null
|
|
205
|
-
js:
|
|
206
|
-
functions: {}
|
|
207
|
-
tokens: null
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@carbon/utilities/es/dateTimeFormat/index.js"],"sourcesContent":["import*as o from\"./relative\";import*as t from\"./absolute\";const r={relative:o,absolute:t};export{r as dateTimeFormat};\n"],"names":["o"],"mappings":";;;;;;;;;AAA+D,MAAC,CAAC,CAAC,CAAC,QAAQ,CAACA,QAAY;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
function i(a,o){const t=new Intl.RelativeTimeFormat(o?.locale,{style:o?.style??"long"}),f=typeof a=="number"?new Date(a):a,m=Date.now(),l=Math.floor((m-f.getTime())/1e3),r=Math.floor(l/60),n=Math.floor(r/60),e=Math.floor(n/24),s=Math.floor(e/7),c=Math.floor(s/4),h=Math.floor(e/365);return Math.abs(l)<60?new Intl.RelativeTimeFormat(o?.locale,{numeric:"auto",style:o?.style??"long"}).format(0,"seconds"):Math.abs(r)<60?t.format(r*-1,"minutes"):Math.abs(n)<24?t.format(n*-1,"hours"):Math.abs(e)<7?t.format(e*-1,"days"):Math.abs(s)<4?t.format(s*-1,"weeks"):Math.abs(e)<365?t.format(c*-1,"months"):t.format(h*-1,"years")}
|
|
9
|
-
|
|
10
|
-
export { i as format };
|
|
11
|
-
//# sourceMappingURL=relative.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"relative.js","sources":["../../../../../../../../node_modules/@carbon/utilities/es/dateTimeFormat/relative.js"],"sourcesContent":["function i(a,o){const t=new Intl.RelativeTimeFormat(o?.locale,{style:o?.style??\"long\"}),f=typeof a==\"number\"?new Date(a):a,m=Date.now(),l=Math.floor((m-f.getTime())/1e3),r=Math.floor(l/60),n=Math.floor(r/60),e=Math.floor(n/24),s=Math.floor(e/7),c=Math.floor(s/4),h=Math.floor(e/365);return Math.abs(l)<60?new Intl.RelativeTimeFormat(o?.locale,{numeric:\"auto\",style:o?.style??\"long\"}).format(0,\"seconds\"):Math.abs(r)<60?t.format(r*-1,\"minutes\"):Math.abs(n)<24?t.format(n*-1,\"hours\"):Math.abs(e)<7?t.format(e*-1,\"days\"):Math.abs(s)<4?t.format(s*-1,\"weeks\"):Math.abs(e)<365?t.format(c*-1,\"months\"):t.format(h*-1,\"years\")}export{i as format};\n"],"names":[],"mappings":";;;;;;;AAAA,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,IAAI,CAAC,kBAAkB,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,kBAAkB,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,9 +0,0 @@
|
|
|
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
|
-
const t=typeof document<"u";t?document.documentElement.lang:"";
|
|
9
|
-
//# sourceMappingURL=documentLang.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documentLang.js","sources":["../../../../../../../../node_modules/@carbon/utilities/es/documentLang/documentLang.js"],"sourcesContent":["const t=typeof document<\"u\";let o=t?document.documentElement.lang:\"\",i=!1,n=[],r=!1;function s(){t&&(i||(i=!0,queueMicrotask(()=>{i=!1;const e=document.documentElement.lang;if(e!==o){o=e;for(const u of n)u(e)}})))}function c(){if(!t||r)return;r=!0,new MutationObserver(s).observe(document.documentElement,{attributes:!0,attributeFilter:[\"lang\"]})}function a(){return t&&(document.documentElement.lang||window.navigator.language)||\"\"}function l(e){return t?(r||c(),n.push(e),()=>{n=n.filter(u=>u!==e),n.length===0&&(r=!1)}):()=>{}}export{a as getDocumentLang,l as subscribeDocumentLangChange};\n"],"names":[],"mappings":";;;;;;;AAAA,MAAM,CAAC,CAAC,OAAO,QAAQ,CAAC,GAAG,CAAO,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE","x_google_ignoreList":[0]}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
function v(e,t){if(!e)return 0;const a=e.style.display;!e.offsetParent&&getComputedStyle(e).display==="none"&&(e.style.display="inline-block");const o=e.getBoundingClientRect()[t];return e.style.display=a,o}function w({container:e,items:t,offset:a,sizes:o,fixedSizes:f,offsetSize:c,maxVisibleItems:l,dimension:m,onChange:E,previousHiddenItems:u=[]}){const H=m==="width"?e.clientWidth:e.clientHeight;let s=[],i=[];const p=o.reduce((r,d)=>r+d,0),n=f.reduce((r,d)=>r+d,0);if(p+n<=H)s=l?t.slice(0,l):[...t],i=l?t.slice(l):[];else {const r=H-c;let d=0;for(let h=0;h<t.length;h++){const g=o[h];d+g+n<=r&&(!l||s.length<l)?(s.push(t[h]),d+=g):i.push(t[h]);}}return u.length===i.length&&u.every((r,d)=>r===i[d])?u:(s.forEach(r=>r.removeAttribute("data-hidden")),i.forEach(r=>r.setAttribute("data-hidden","")),a&&a.toggleAttribute("data-hidden",i.length===0),E(s,i),i)}function L({container:e,maxVisibleItems:t,onChange:a,dimension:o="width"}){if(!(e instanceof HTMLElement))throw new Error("container must be an HTMLElement");if(typeof a!="function")throw new Error("onChange must be a function");if(t!==void 0&&(!Number.isInteger(t)||t<=0))throw new Error("maxVisibleItems must be a positive integer");const f=Array.from(e.children),c=f.find(n=>n.hasAttribute("data-offset")),l=f.filter(n=>n.hasAttribute("data-fixed")),m=f.filter(n=>n!==c&&!l.includes(n)),E=l.map(n=>v(n,o)),u=m.map(n=>v(n,o)),H=v(c,o);let s=[];function i(){s=w({container:e,items:m,offset:c,sizes:u,fixedSizes:E,offsetSize:H,maxVisibleItems:t,dimension:o,onChange:a,previousHiddenItems:s});}const p=new ResizeObserver(()=>requestAnimationFrame(i));return p.observe(e),requestAnimationFrame(i),{disconnect(){p.disconnect();}}}
|
|
9
|
-
|
|
10
|
-
export { L as createOverflowHandler, v as getSize, w as updateOverflowHandler };
|
|
11
|
-
//# sourceMappingURL=overflowHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"overflowHandler.js","sources":["../../../../../../../../node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js"],"sourcesContent":["function v(e,t){if(!e)return 0;const a=e.style.display;!e.offsetParent&&getComputedStyle(e).display===\"none\"&&(e.style.display=\"inline-block\");const o=e.getBoundingClientRect()[t];return e.style.display=a,o}function w({container:e,items:t,offset:a,sizes:o,fixedSizes:f,offsetSize:c,maxVisibleItems:l,dimension:m,onChange:E,previousHiddenItems:u=[]}){const H=m===\"width\"?e.clientWidth:e.clientHeight;let s=[],i=[];const p=o.reduce((r,d)=>r+d,0),n=f.reduce((r,d)=>r+d,0);if(p+n<=H)s=l?t.slice(0,l):[...t],i=l?t.slice(l):[];else{const r=H-c;let d=0;for(let h=0;h<t.length;h++){const g=o[h];d+g+n<=r&&(!l||s.length<l)?(s.push(t[h]),d+=g):i.push(t[h])}}return u.length===i.length&&u.every((r,d)=>r===i[d])?u:(s.forEach(r=>r.removeAttribute(\"data-hidden\")),i.forEach(r=>r.setAttribute(\"data-hidden\",\"\")),a&&a.toggleAttribute(\"data-hidden\",i.length===0),E(s,i),i)}function L({container:e,maxVisibleItems:t,onChange:a,dimension:o=\"width\"}){if(!(e instanceof HTMLElement))throw new Error(\"container must be an HTMLElement\");if(typeof a!=\"function\")throw new Error(\"onChange must be a function\");if(t!==void 0&&(!Number.isInteger(t)||t<=0))throw new Error(\"maxVisibleItems must be a positive integer\");const f=Array.from(e.children),c=f.find(n=>n.hasAttribute(\"data-offset\")),l=f.filter(n=>n.hasAttribute(\"data-fixed\")),m=f.filter(n=>n!==c&&!l.includes(n)),E=l.map(n=>v(n,o)),u=m.map(n=>v(n,o)),H=v(c,o);let s=[];function i(){s=w({container:e,items:m,offset:c,sizes:u,fixedSizes:E,offsetSize:H,maxVisibleItems:t,dimension:o,onChange:a,previousHiddenItems:s})}const p=new ResizeObserver(()=>requestAnimationFrame(i));return p.observe(e),requestAnimationFrame(i),{disconnect(){p.disconnect()}}}export{L as createOverflowHandler,v as getSize,w as updateOverflowHandler};\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright IBM Corp. 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
|
-
import { InitCarousel, Config } from './types';
|
|
8
|
-
/**
|
|
9
|
-
* Initializes a carousel with the given configuration.
|
|
10
|
-
* @param carouselContainer - The HTMLElement representing the carousel container.
|
|
11
|
-
* @param config - Optional configuration object.
|
|
12
|
-
* @returns An object containing methods to control the carousel.
|
|
13
|
-
*/
|
|
14
|
-
export declare const initCarousel: (carouselContainer: HTMLElement, config?: Config) => InitCarousel;
|