@carbon/ibm-products 1.36.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. package/README.md +3 -3
  2. package/css/index-full-carbon.css +267 -262
  3. package/css/index-full-carbon.css.map +1 -1
  4. package/css/index-full-carbon.min.css +3 -3
  5. package/css/index-full-carbon.min.css.map +1 -1
  6. package/css/index-without-carbon-released-only.css +59 -65
  7. package/css/index-without-carbon-released-only.css.map +1 -1
  8. package/css/index-without-carbon-released-only.min.css +2 -2
  9. package/css/index-without-carbon-released-only.min.css.map +1 -1
  10. package/css/index-without-carbon.css +69 -67
  11. package/css/index-without-carbon.css.map +1 -1
  12. package/css/index-without-carbon.min.css +1 -1
  13. package/css/index-without-carbon.min.css.map +1 -1
  14. package/css/index.css +236 -234
  15. package/css/index.css.map +1 -1
  16. package/css/index.min.css +2 -2
  17. package/css/index.min.css.map +1 -1
  18. package/es/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
  19. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
  20. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +88 -0
  21. package/es/components/FilterSummary/FilterSummary.js +54 -0
  22. package/es/components/FilterSummary/index.js +7 -0
  23. package/es/components/PageHeader/PageHeaderTitle.js +2 -4
  24. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +2 -1
  25. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -1
  26. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +101 -0
  27. package/lib/components/FilterSummary/FilterSummary.js +63 -0
  28. package/lib/components/FilterSummary/index.js +13 -0
  29. package/lib/components/PageHeader/PageHeaderTitle.js +2 -4
  30. package/package.json +15 -15
  31. package/scss/components/FilterSummary/_filter-summary.scss +17 -0
  32. package/scss/components/FilterSummary/_index.scss +10 -0
  33. package/scss/components/FilterSummary/_storybook-styles.scss +14 -0
  34. package/scss/components/PageHeader/_page-header.scss +0 -4
  35. package/scss/components/_index.scss +1 -0
package/README.md CHANGED
@@ -8,10 +8,10 @@
8
8
  > Carbon for IBM Cloud and Cognitive (@carbon/ibm-cloud-cognitive), and this
9
9
  > name can still be encountered in various places and historical logs.
10
10
 
11
- [![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)
11
+ [![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg)](#contributors-)
12
12
  [![Licensed under the Apache License, Version 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/carbon-design-system/ibm-cloud-cognitive/blob/master/LICENSE)
13
- [![Build status](https://github.com/carbon-design-system/ibm-cloud-cognitive/workflows/ci/badge.svg)](https://github.com/carbon-design-system/ibm-cloud-cognitive/actions?query=workflow%3Aci)
14
- [![Netlify status](https://img.shields.io/netlify/19d81e71-7987-4124-8a3a-36e051486e6b)](https://app.netlify.com/sites/ibm-cloud-cognitive/deploys)
13
+ [![Build status](https://github.com/carbon-design-system/ibm-cloud-cognitive/actions/workflows/ci.yml/badge.svg)](https://github.com/carbon-design-system/ibm-cloud-cognitive/actions/workflows/ci.yml)
14
+ [![Netlify status](https://img.shields.io/netlify/f850c678-e8be-43c0-aa95-b2b9cca8ac21)](https://app.netlify.com/sites/carbon-for-ibm-products/deploys)
15
15
  [![GitHub Lerna version](https://img.shields.io/github/lerna-json/v/carbon-design-system/ibm-cloud-cognitive)](https://lerna.js.org)
16
16
  [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](https://github.com/carbon-design-system/ibm-cloud-cognitive/blob/master/.github/CONTRIBUTING.md)
17
17