@carbon/ibm-products 2.54.0-canary.48 → 2.54.0-canary.51

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.
Files changed (74) hide show
  1. package/css/index-full-carbon.css +531 -536
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +33 -38
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +531 -536
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +526 -531
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
  18. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +19 -5
  19. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
  20. package/es/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
  21. package/es/components/InlineTip/InlineTip.d.ts +5 -0
  22. package/es/components/InlineTip/InlineTip.js +17 -8
  23. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
  24. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
  25. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +18 -4
  26. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
  27. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
  28. package/lib/components/InlineTip/InlineTip.d.ts +5 -0
  29. package/lib/components/InlineTip/InlineTip.js +17 -8
  30. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
  31. package/package.json +2 -2
  32. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +1 -0
  33. package/scss/components/Coachmark/_coachmark-overlay.scss +2 -2
  34. package/scss/components/Coachmark/_coachmark-tagline.scss +1 -1
  35. package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +3 -3
  36. package/scss/components/CoachmarkStack/_coachmark-stack.scss +2 -2
  37. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +7 -7
  38. package/scss/components/CreateInfluencer/_create-influencer.scss +2 -2
  39. package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -2
  40. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +4 -4
  41. package/scss/components/Datagrid/styles/_datagrid.scss +5 -8
  42. package/scss/components/Datagrid/styles/_draggableElement.scss +2 -2
  43. package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +1 -1
  44. package/scss/components/Datagrid/styles/_useExpandedRow.scss +1 -1
  45. package/scss/components/Datagrid/styles/_useInlineEdit.scss +1 -1
  46. package/scss/components/Datagrid/styles/_useNestedRows.scss +2 -2
  47. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +1 -1
  48. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +1 -1
  49. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +1 -1
  50. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +1 -2
  51. package/scss/components/DecoratorBase/_decorator-base-mixins.scss +1 -1
  52. package/scss/components/DecoratorBase/_decorator-base.scss +3 -3
  53. package/scss/components/DecoratorDualButton/_decorator-dual-button.scss +1 -1
  54. package/scss/components/DecoratorSingleButton/_decorator-single-button.scss +1 -1
  55. package/scss/components/EditTearsheet/_edit-tearsheet.scss +1 -2
  56. package/scss/components/EditUpdateCards/_edit-update-cards.scss +7 -7
  57. package/scss/components/FullPageError/_full-page-error.scss +1 -1
  58. package/scss/components/GetStartedCard/_get-started-card.scss +1 -1
  59. package/scss/components/Guidebanner/_guidebanner.scss +4 -4
  60. package/scss/components/HTTPErrors/_http-errors.scss +1 -1
  61. package/scss/components/InlineTip/_inline-tip.scss +4 -4
  62. package/scss/components/InterstitialScreen/_interstitial-screen.scss +6 -6
  63. package/scss/components/NonLinearReading/_non-linear-reading.scss +2 -2
  64. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -3
  65. package/scss/components/OptionsTile/_options-tile.scss +6 -8
  66. package/scss/components/PageHeader/_page-header.scss +15 -13
  67. package/scss/components/ProductiveCard/_productive-card.scss +2 -2
  68. package/scss/components/SidePanel/_side-panel.scss +11 -11
  69. package/scss/components/StatusIcon/_status-icon.scss +9 -7
  70. package/scss/components/StatusIndicator/_status-indicator.scss +1 -1
  71. package/scss/components/Tearsheet/_tearsheet.scss +5 -5
  72. package/scss/components/UserAvatar/_user-avatar.scss +5 -3
  73. package/scss/components/UserProfileImage/_user-profile-image.scss +6 -4
  74. package/scss/components/WebTerminal/_web-terminal.scss +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.