@carbon/ibm-products 2.42.1-canary.3 → 2.42.1-canary.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/es/components/Carousel/Carousel.d.ts +1 -1
  2. package/es/components/Carousel/Carousel.js +1 -1
  3. package/es/components/Coachmark/CoachmarkDragbar.d.ts +1 -1
  4. package/es/components/Coachmark/CoachmarkDragbar.js +1 -1
  5. package/es/components/Coachmark/CoachmarkHeader.d.ts +1 -1
  6. package/es/components/Coachmark/CoachmarkHeader.js +1 -1
  7. package/es/components/Coachmark/CoachmarkOverlay.d.ts +1 -1
  8. package/es/components/Coachmark/CoachmarkOverlay.js +1 -1
  9. package/es/components/Coachmark/CoachmarkTagline.d.ts +1 -1
  10. package/es/components/Coachmark/CoachmarkTagline.js +1 -1
  11. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +1 -1
  12. package/es/components/CoachmarkStack/CoachmarkStackHome.js +2 -2
  13. package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -1
  14. package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  15. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -1
  16. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  17. package/es/global/js/package-settings.js +2 -2
  18. package/lib/components/Carousel/Carousel.d.ts +1 -1
  19. package/lib/components/Carousel/Carousel.js +1 -1
  20. package/lib/components/Coachmark/CoachmarkDragbar.d.ts +1 -1
  21. package/lib/components/Coachmark/CoachmarkDragbar.js +1 -1
  22. package/lib/components/Coachmark/CoachmarkHeader.d.ts +1 -1
  23. package/lib/components/Coachmark/CoachmarkHeader.js +1 -1
  24. package/lib/components/Coachmark/CoachmarkOverlay.d.ts +1 -1
  25. package/lib/components/Coachmark/CoachmarkOverlay.js +1 -1
  26. package/lib/components/Coachmark/CoachmarkTagline.d.ts +1 -1
  27. package/lib/components/Coachmark/CoachmarkTagline.js +1 -1
  28. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +1 -1
  29. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +2 -2
  30. package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -1
  31. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  32. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -1
  33. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  34. package/lib/global/js/package-settings.js +2 -2
  35. package/package.json +3 -3
  36. package/scss/components/NonLinearReading/_non-linear-reading.scss +1 -1
@@ -47,7 +47,7 @@ export interface CarouselProps {
47
47
  [key: string]: any;
48
48
  }
49
49
  /**
50
- * The Carousel acts as a scaffold for other Novice to Pro content.
50
+ * The Carousel acts as a scaffold for other Onboarding content.
51
51
  *
52
52
  * This component is not intended for general use.
53
53
  *
@@ -26,7 +26,7 @@ var defaults = {
26
26
  };
27
27
 
28
28
  /**
29
- * The Carousel acts as a scaffold for other Novice to Pro content.
29
+ * The Carousel acts as a scaffold for other Onboarding content.
30
30
  *
31
31
  * This component is not intended for general use.
32
32
  *
@@ -38,7 +38,7 @@ interface CoachmarkDragbarProps {
38
38
  }
39
39
  /**
40
40
  * DO NOT USE. This component is for the exclusive use
41
- * of other Novice to Pro components.
41
+ * of other Onboarding components.
42
42
  */
43
43
  export declare let CoachmarkDragbar: React.ForwardRefExoticComponent<Omit<CoachmarkDragbarProps, "ref"> & React.RefAttributes<HTMLElement>>;
44
44
  export {};
@@ -33,7 +33,7 @@ var defaults = {
33
33
  };
34
34
  /**
35
35
  * DO NOT USE. This component is for the exclusive use
36
- * of other Novice to Pro components.
36
+ * of other Onboarding components.
37
37
  */
38
38
  var CoachmarkDragbar = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
39
39
  var a11yKeyboardHandler = _ref.a11yKeyboardHandler,
@@ -25,7 +25,7 @@ interface CoachmarkHeaderProps {
25
25
  }
26
26
  /**
27
27
  * DO NOT USE. This component is for the exclusive use
28
- * of other Novice to Pro components.
28
+ * of other Onboarding components.
29
29
  */
30
30
  export declare let CoachmarkHeader: React.ForwardRefExoticComponent<CoachmarkHeaderProps & React.RefAttributes<HTMLElement>>;
31
31
  export {};
@@ -28,7 +28,7 @@ var defaults = {
28
28
  };
29
29
  /**
30
30
  * DO NOT USE. This component is for the exclusive use
31
- * of other Novice to Pro components.
31
+ * of other Onboarding components.
32
32
  */
33
33
  var CoachmarkHeader = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
34
34
  var _ref$closeIconDescrip = _ref.closeIconDescription,
@@ -40,7 +40,7 @@ interface CoachmarkOverlayProps {
40
40
  }
41
41
  /**
42
42
  * DO NOT USE. This component is for the exclusive use
43
- * of other Novice to Pro components.
43
+ * of other Onboarding components.
44
44
  */
45
45
  export declare let CoachmarkOverlay: React.ForwardRefExoticComponent<Omit<CoachmarkOverlayProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
46
46
  export {};
@@ -32,7 +32,7 @@ var defaults = {
32
32
  };
33
33
  /**
34
34
  * DO NOT USE. This component is for the exclusive use
35
- * of other Novice to Pro components.
35
+ * of other Onboarding components.
36
36
  */
37
37
  var CoachmarkOverlay = /*#__PURE__*/forwardRef(function (_ref, ref) {
38
38
  var children = _ref.children,
@@ -25,7 +25,7 @@ interface CoachmarkTaglineProps {
25
25
  }
26
26
  /**
27
27
  * DO NOT USE. This component is for the exclusive use
28
- * of other Novice to Pro components.
28
+ * of other Onboarding components.
29
29
  */
30
30
  export declare let CoachmarkTagline: React.ForwardRefExoticComponent<CoachmarkTaglineProps & React.RefAttributes<HTMLDivElement>>;
31
31
  export {};
@@ -28,7 +28,7 @@ var defaults = {
28
28
  };
29
29
  /**
30
30
  * DO NOT USE. This component is for the exclusive use
31
- * of other Novice to Pro components.
31
+ * of other Onboarding components.
32
32
  */
33
33
  var CoachmarkTagline = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
34
34
  var _ref$closeIconDescrip = _ref.closeIconDescription,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT USE. This component is for the exclusive use
3
- * of other Novice to Pro components.
3
+ * of other Onboarding components.
4
4
  */
5
5
  export let CoachmarkStackHome: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
6
6
  import React from 'react';
@@ -30,7 +30,7 @@ var componentName = 'CoachmarkStackHome';
30
30
 
31
31
  /**
32
32
  * DO NOT USE. This component is for the exclusive use
33
- * of other Novice to Pro components.
33
+ * of other Onboarding components.
34
34
  */
35
35
  var CoachmarkStackHome = /*#__PURE__*/forwardRef(function (_ref, ref) {
36
36
  var _document$querySelect;
@@ -58,7 +58,7 @@ var CoachmarkStackHome = /*#__PURE__*/forwardRef(function (_ref, ref) {
58
58
  }, 100);
59
59
  }, [isOpen]);
60
60
  if (!navLinkLabels) {
61
- return pconsole.warn("".concat(componentName, " is a Novice to Pro internal component and is not intended for general use."));
61
+ return pconsole.warn("".concat(componentName, " is an Onboarding internal component and is not intended for general use."));
62
62
  }
63
63
  var portalNode = portalTarget ? (_document$querySelect = document.querySelector(portalTarget)) !== null && _document$querySelect !== void 0 ? _document$querySelect : document.querySelector('body') : document.querySelector('body');
64
64
  return /*#__PURE__*/createPortal( /*#__PURE__*/React__default.createElement("div", _extends({}, rest, {
@@ -20,7 +20,7 @@ interface InterstitialScreenViewProps extends PropsWithChildren {
20
20
  stepTitle: string;
21
21
  }
22
22
  /**
23
- * A Novice to Pro component intended to be used as the child elements of the InterstitialScreen component.
23
+ * An Onboarding component intended to be used as the child elements of the InterstitialScreen component.
24
24
  */
25
25
  export declare let InterstitialScreenView: React.ForwardRefExoticComponent<InterstitialScreenViewProps & React.RefAttributes<HTMLDivElement>>;
26
26
  export {};
@@ -21,7 +21,7 @@ var _excluded = ["children", "className", "stepTitle"];
21
21
  var blockClass = "".concat(pkg.prefix, "--interstitial-screen-view");
22
22
  var componentName = 'InterstitialScreenView';
23
23
  /**
24
- * A Novice to Pro component intended to be used as the child elements of the InterstitialScreen component.
24
+ * An Onboarding component intended to be used as the child elements of the InterstitialScreen component.
25
25
  */
26
26
  var InterstitialScreenView = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
27
27
  var children = _ref.children,
@@ -20,7 +20,7 @@ interface SteppedAnimatedMediaProps {
20
20
  playStep?: number;
21
21
  }
22
22
  /**
23
- * The SteppedAnimatedMedia is a Novice to Pro internal component and is not intended for general use.
23
+ * The SteppedAnimatedMedia is an Onboarding internal component and is not intended for general use.
24
24
  */
25
25
  export declare const SteppedAnimatedMedia: React.ForwardRefExoticComponent<SteppedAnimatedMediaProps & React.RefAttributes<HTMLDivElement>>;
26
26
  export {};
@@ -27,7 +27,7 @@ var defaults = {
27
27
  playStep: 0
28
28
  };
29
29
  /**
30
- * The SteppedAnimatedMedia is a Novice to Pro internal component and is not intended for general use.
30
+ * The SteppedAnimatedMedia is an Onboarding internal component and is not intended for general use.
31
31
  */
32
32
  var SteppedAnimatedMedia = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
33
33
  var className = _ref.className,
@@ -98,7 +98,7 @@ var defaults = {
98
98
  GetStartedCard: false,
99
99
  /* new component flags here - comment used by generate CLI */
100
100
 
101
- // Novice to pro components not yet reviewed and released:
101
+ // Onboarding components not yet reviewed and released:
102
102
  Coachmark: false,
103
103
  CoachmarkBeacon: false,
104
104
  CoachmarkButton: false,
@@ -118,7 +118,7 @@ var defaults = {
118
118
  UserAvatar: false,
119
119
  /* new component flags here - comment used by generate CLI */
120
120
 
121
- // Novice to pro components not yet reviewed and released:
121
+ // Onboarding components not yet reviewed and released:
122
122
  EmptyStateV2: false,
123
123
  Guidebanner: false,
124
124
  GuidebannerElement: false,
@@ -47,7 +47,7 @@ export interface CarouselProps {
47
47
  [key: string]: any;
48
48
  }
49
49
  /**
50
- * The Carousel acts as a scaffold for other Novice to Pro content.
50
+ * The Carousel acts as a scaffold for other Onboarding content.
51
51
  *
52
52
  * This component is not intended for general use.
53
53
  *
@@ -35,7 +35,7 @@ var defaults = {
35
35
  };
36
36
 
37
37
  /**
38
- * The Carousel acts as a scaffold for other Novice to Pro content.
38
+ * The Carousel acts as a scaffold for other Onboarding content.
39
39
  *
40
40
  * This component is not intended for general use.
41
41
  *
@@ -38,7 +38,7 @@ interface CoachmarkDragbarProps {
38
38
  }
39
39
  /**
40
40
  * DO NOT USE. This component is for the exclusive use
41
- * of other Novice to Pro components.
41
+ * of other Onboarding components.
42
42
  */
43
43
  export declare let CoachmarkDragbar: React.ForwardRefExoticComponent<Omit<CoachmarkDragbarProps, "ref"> & React.RefAttributes<HTMLElement>>;
44
44
  export {};
@@ -42,7 +42,7 @@ var defaults = {
42
42
  };
43
43
  /**
44
44
  * DO NOT USE. This component is for the exclusive use
45
- * of other Novice to Pro components.
45
+ * of other Onboarding components.
46
46
  */
47
47
  exports.CoachmarkDragbar = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
48
48
  var a11yKeyboardHandler = _ref.a11yKeyboardHandler,
@@ -25,7 +25,7 @@ interface CoachmarkHeaderProps {
25
25
  }
26
26
  /**
27
27
  * DO NOT USE. This component is for the exclusive use
28
- * of other Novice to Pro components.
28
+ * of other Onboarding components.
29
29
  */
30
30
  export declare let CoachmarkHeader: React.ForwardRefExoticComponent<CoachmarkHeaderProps & React.RefAttributes<HTMLElement>>;
31
31
  export {};
@@ -37,7 +37,7 @@ var defaults = {
37
37
  };
38
38
  /**
39
39
  * DO NOT USE. This component is for the exclusive use
40
- * of other Novice to Pro components.
40
+ * of other Onboarding components.
41
41
  */
42
42
  exports.CoachmarkHeader = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
43
43
  var _ref$closeIconDescrip = _ref.closeIconDescription,
@@ -40,7 +40,7 @@ interface CoachmarkOverlayProps {
40
40
  }
41
41
  /**
42
42
  * DO NOT USE. This component is for the exclusive use
43
- * of other Novice to Pro components.
43
+ * of other Onboarding components.
44
44
  */
45
45
  export declare let CoachmarkOverlay: React.ForwardRefExoticComponent<Omit<CoachmarkOverlayProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
46
46
  export {};
@@ -41,7 +41,7 @@ var defaults = {
41
41
  };
42
42
  /**
43
43
  * DO NOT USE. This component is for the exclusive use
44
- * of other Novice to Pro components.
44
+ * of other Onboarding components.
45
45
  */
46
46
  exports.CoachmarkOverlay = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
47
47
  var children = _ref.children,
@@ -25,7 +25,7 @@ interface CoachmarkTaglineProps {
25
25
  }
26
26
  /**
27
27
  * DO NOT USE. This component is for the exclusive use
28
- * of other Novice to Pro components.
28
+ * of other Onboarding components.
29
29
  */
30
30
  export declare let CoachmarkTagline: React.ForwardRefExoticComponent<CoachmarkTaglineProps & React.RefAttributes<HTMLDivElement>>;
31
31
  export {};
@@ -37,7 +37,7 @@ var defaults = {
37
37
  };
38
38
  /**
39
39
  * DO NOT USE. This component is for the exclusive use
40
- * of other Novice to Pro components.
40
+ * of other Onboarding components.
41
41
  */
42
42
  exports.CoachmarkTagline = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
43
43
  var _ref$closeIconDescrip = _ref.closeIconDescription,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT USE. This component is for the exclusive use
3
- * of other Novice to Pro components.
3
+ * of other Onboarding components.
4
4
  */
5
5
  export let CoachmarkStackHome: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
6
6
  import React from 'react';
@@ -39,7 +39,7 @@ var componentName = 'CoachmarkStackHome';
39
39
 
40
40
  /**
41
41
  * DO NOT USE. This component is for the exclusive use
42
- * of other Novice to Pro components.
42
+ * of other Onboarding components.
43
43
  */
44
44
  exports.CoachmarkStackHome = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
45
45
  var _document$querySelect;
@@ -67,7 +67,7 @@ exports.CoachmarkStackHome = /*#__PURE__*/React.forwardRef(function (_ref, ref)
67
67
  }, 100);
68
68
  }, [isOpen]);
69
69
  if (!navLinkLabels) {
70
- return pconsole["default"].warn("".concat(componentName, " is a Novice to Pro internal component and is not intended for general use."));
70
+ return pconsole["default"].warn("".concat(componentName, " is an Onboarding internal component and is not intended for general use."));
71
71
  }
72
72
  var portalNode = portalTarget ? (_document$querySelect = document.querySelector(portalTarget)) !== null && _document$querySelect !== void 0 ? _document$querySelect : document.querySelector('body') : document.querySelector('body');
73
73
  return /*#__PURE__*/reactDom.createPortal( /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
@@ -20,7 +20,7 @@ interface InterstitialScreenViewProps extends PropsWithChildren {
20
20
  stepTitle: string;
21
21
  }
22
22
  /**
23
- * A Novice to Pro component intended to be used as the child elements of the InterstitialScreen component.
23
+ * An Onboarding component intended to be used as the child elements of the InterstitialScreen component.
24
24
  */
25
25
  export declare let InterstitialScreenView: React.ForwardRefExoticComponent<InterstitialScreenViewProps & React.RefAttributes<HTMLDivElement>>;
26
26
  export {};
@@ -30,7 +30,7 @@ var _excluded = ["children", "className", "stepTitle"];
30
30
  var blockClass = "".concat(settings.pkg.prefix, "--interstitial-screen-view");
31
31
  var componentName = 'InterstitialScreenView';
32
32
  /**
33
- * A Novice to Pro component intended to be used as the child elements of the InterstitialScreen component.
33
+ * An Onboarding component intended to be used as the child elements of the InterstitialScreen component.
34
34
  */
35
35
  exports.InterstitialScreenView = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
36
36
  var children = _ref.children,
@@ -20,7 +20,7 @@ interface SteppedAnimatedMediaProps {
20
20
  playStep?: number;
21
21
  }
22
22
  /**
23
- * The SteppedAnimatedMedia is a Novice to Pro internal component and is not intended for general use.
23
+ * The SteppedAnimatedMedia is an Onboarding internal component and is not intended for general use.
24
24
  */
25
25
  export declare const SteppedAnimatedMedia: React.ForwardRefExoticComponent<SteppedAnimatedMediaProps & React.RefAttributes<HTMLDivElement>>;
26
26
  export {};
@@ -38,7 +38,7 @@ var defaults = {
38
38
  playStep: 0
39
39
  };
40
40
  /**
41
- * The SteppedAnimatedMedia is a Novice to Pro internal component and is not intended for general use.
41
+ * The SteppedAnimatedMedia is an Onboarding internal component and is not intended for general use.
42
42
  */
43
43
  var SteppedAnimatedMedia = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
44
44
  var className = _ref.className,
@@ -102,7 +102,7 @@ var defaults = {
102
102
  GetStartedCard: false,
103
103
  /* new component flags here - comment used by generate CLI */
104
104
 
105
- // Novice to pro components not yet reviewed and released:
105
+ // Onboarding components not yet reviewed and released:
106
106
  Coachmark: false,
107
107
  CoachmarkBeacon: false,
108
108
  CoachmarkButton: false,
@@ -122,7 +122,7 @@ var defaults = {
122
122
  UserAvatar: false,
123
123
  /* new component flags here - comment used by generate CLI */
124
124
 
125
- // Novice to pro components not yet reviewed and released:
125
+ // Onboarding components not yet reviewed and released:
126
126
  EmptyStateV2: false,
127
127
  Guidebanner: false,
128
128
  GuidebannerElement: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.42.1-canary.3+dc4a98a67",
4
+ "version": "2.42.1-canary.4+7442150e7",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -97,7 +97,7 @@
97
97
  "dependencies": {
98
98
  "@babel/runtime": "^7.23.9",
99
99
  "@carbon/feature-flags": "^0.20.0",
100
- "@carbon/ibm-products-styles": "^2.38.1",
100
+ "@carbon/ibm-products-styles": "^2.38.2-canary.4+7442150e7",
101
101
  "@carbon/telemetry": "^0.1.0",
102
102
  "@dnd-kit/core": "^6.0.8",
103
103
  "@dnd-kit/modifiers": "^7.0.0",
@@ -121,5 +121,5 @@
121
121
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
122
122
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
123
123
  },
124
- "gitHead": "dc4a98a67feda8a1f00d989a426f26efbc34aaf1"
124
+ "gitHead": "7442150e758ba89967e09233bc45c944bdb8c37f"
125
125
  }
@@ -104,7 +104,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--non-linear-reading;
104
104
  padding: $spacing-03 $spacing-04;
105
105
  border-left: to-rem(1.25px) solid $text-primary;
106
106
  margin: $spacing-02 0;
107
- // Novice to pro does not always use Carbon defaults/tokens
107
+ // Onboarding does not always use Carbon defaults/tokens
108
108
  // stylelint-disable-next-line carbon/motion-duration-use, carbon/motion-easing-use
109
109
  animation: fade 600ms;
110
110