@carbon/ibm-products 2.0.0-rc.1 → 2.0.0-rc.2

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 (35) hide show
  1. package/css/index-full-carbon.css +106 -10
  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 +4 -0
  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 +19 -0
  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 +74 -1
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +2 -2
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/Datagrid/useDefaultStringRenderer.js +4 -1
  18. package/es/components/Datagrid/utils/makeData.js +1 -1
  19. package/es/components/WebTerminal/WebTerminal.js +1 -1
  20. package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  21. package/es/components/WebTerminal/hooks/index.js +6 -0
  22. package/es/components/WebTerminal/index.js +6 -0
  23. package/es/components/WebTerminal/preview-components/Navigation.js +6 -0
  24. package/es/components/WebTerminal/preview-components/documentationLinks.js +6 -0
  25. package/es/components/WebTerminal/preview-components/index.js +7 -0
  26. package/lib/components/Datagrid/useDefaultStringRenderer.js +5 -1
  27. package/lib/components/Datagrid/utils/makeData.js +1 -1
  28. package/lib/components/WebTerminal/hooks/index.js +6 -0
  29. package/lib/components/WebTerminal/preview-components/Navigation.js +6 -0
  30. package/lib/components/WebTerminal/preview-components/documentationLinks.js +6 -0
  31. package/package.json +4 -4
  32. package/scss/components/Datagrid/styles/_datagrid.scss +8 -0
  33. package/scss/components/WebTerminal/_carbon-imports.scss +6 -0
  34. package/scss/components/WebTerminal/_index.scss +7 -0
  35. package/scss/components/WebTerminal/_storybook-styles.scss +7 -0
@@ -4,3 +4,9 @@
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
+
8
+ // WebTerminal uses the following Carbon components:
9
+ // Button
10
+ // OverflowMenu
11
+ @use '@carbon/react/scss/components/button';
12
+ @use '@carbon/react/scss/components/overflow-menu';
@@ -1 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2021, 2022
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
+
1
8
  @use './web-terminal';
@@ -1,3 +1,10 @@
1
+ //
2
+ // Copyright IBM Corp. 2021, 2022
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
+
1
8
  /* stylelint-disable */
2
9
 
3
10
  @use '@carbon/styles/scss/colors';