@carbon/ibm-products 2.43.2-canary.111 → 2.43.2-canary.113

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. package/css/config-dev.css +6 -1
  2. package/css/config-dev.css.map +1 -1
  3. package/css/config.css +6 -1
  4. package/css/config.css.map +1 -1
  5. package/css/index-full-carbon.css +66 -56
  6. package/css/index-full-carbon.css.map +1 -1
  7. package/css/index-full-carbon.min.css.map +1 -1
  8. package/css/index-without-carbon-released-only.css +48 -56
  9. package/css/index-without-carbon-released-only.css.map +1 -1
  10. package/css/index-without-carbon-released-only.min.css.map +1 -1
  11. package/css/index-without-carbon.css +66 -56
  12. package/css/index-without-carbon.css.map +1 -1
  13. package/css/index-without-carbon.min.css.map +1 -1
  14. package/css/index.css +66 -56
  15. package/css/index.css.map +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
  18. package/es/components/AddSelect/types/index.d.ts +6 -0
  19. package/es/components/Coachmark/utils/enums.d.ts +6 -0
  20. package/es/components/DataSpreadsheet/types/index.d.ts +6 -0
  21. package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
  22. package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
  23. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
  24. package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
  25. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
  26. package/es/components/Datagrid/common-column-ids.d.ts +6 -0
  27. package/es/components/Datagrid/types/index.d.ts +6 -0
  28. package/es/components/Datagrid/useDatagrid.d.ts +6 -0
  29. package/es/components/Datagrid/useDisableSelectRows.d.ts +6 -0
  30. package/es/components/Datagrid/useInitialColumnSort.js +4 -0
  31. package/es/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
  32. package/es/components/Datagrid/useSortableColumns.d.ts +5 -4
  33. package/es/components/Datagrid/useSortableColumns.js +18 -13
  34. package/es/components/StringFormatter/utils/enums.js +7 -0
  35. package/es/global/js/utils/scrollableAncestor.js +7 -0
  36. package/es/global/js/utils/uuidv4.d.ts +6 -0
  37. package/es/global/js/utils/uuidv4.js +2 -0
  38. package/es/global/js/utils/wait.d.ts +6 -0
  39. package/es/global/js/utils/wait.js +2 -0
  40. package/flags.js +7 -0
  41. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
  42. package/lib/components/AddSelect/types/index.d.ts +6 -0
  43. package/lib/components/Coachmark/utils/enums.d.ts +6 -0
  44. package/lib/components/DataSpreadsheet/types/index.d.ts +6 -0
  45. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
  46. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
  47. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
  48. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
  49. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
  50. package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
  51. package/lib/components/Datagrid/types/index.d.ts +6 -0
  52. package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
  53. package/lib/components/Datagrid/useDisableSelectRows.d.ts +6 -0
  54. package/lib/components/Datagrid/useInitialColumnSort.js +4 -0
  55. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
  56. package/lib/components/Datagrid/useSortableColumns.d.ts +5 -4
  57. package/lib/components/Datagrid/useSortableColumns.js +18 -13
  58. package/lib/components/StringFormatter/utils/enums.js +7 -0
  59. package/lib/global/js/utils/scrollableAncestor.js +7 -0
  60. package/lib/global/js/utils/uuidv4.d.ts +6 -0
  61. package/lib/global/js/utils/uuidv4.js +2 -0
  62. package/lib/global/js/utils/wait.d.ts +6 -0
  63. package/lib/global/js/utils/wait.js +2 -0
  64. package/package.json +2 -2
  65. package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +7 -0
  66. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +7 -0
  67. package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
  68. package/scss/components/Datagrid/styles/_useActionsColumn.scss +6 -7
  69. package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
  70. package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
  71. package/scss/components/Datagrid/styles/_useInlineEdit.scss +6 -7
  72. package/scss/components/Datagrid/styles/_useNestedRows.scss +6 -7
  73. package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
  74. package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
  75. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
  76. package/scss/config-dev.scss +7 -0
  77. package/scss/config.scss +7 -0
@@ -1,10 +1,9 @@
1
- /*
2
- * Licensed Materials - Property of IBM
3
- * 5724-Q36
4
- * (c) Copyright IBM Corp. 2022
5
- * US Government Users Restricted Rights - Use, duplication or disclosure
6
- * restricted by GSA ADP Schedule Contract with IBM Corp.
7
- */
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
+ */
8
7
 
9
8
  @use '../../../global/styles/project-settings' as c4p-settings;
10
9
  @use '@carbon/styles/scss/theme' as *;
@@ -1,10 +1,9 @@
1
- /*
2
- * Licensed Materials - Property of IBM
3
- * 5724-Q36
4
- * (c) Copyright IBM Corp. 2021
5
- * US Government Users Restricted Rights - Use, duplication or disclosure
6
- * restricted by GSA ADP Schedule Contract with IBM Corp.
7
- */
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
+ */
8
7
 
9
8
  @use '../../../global/styles/project-settings' as c4p-settings;
10
9
  @use '@carbon/styles/scss/spacing' as *;
@@ -1,10 +1,9 @@
1
- /*
2
- * Licensed Materials - Property of IBM
3
- * 5724-Q36
4
- * (c) Copyright IBM Corp. 2020 - 2022
5
- * US Government Users Restricted Rights - Use, duplication or disclosure
6
- * restricted by GSA ADP Schedule Contract with IBM Corp.
7
- */
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
+ */
8
7
 
9
8
  @use '@carbon/styles/scss/theme' as *;
10
9
  @use '@carbon/styles/scss/spacing' as *;
@@ -1,10 +1,9 @@
1
- /*
2
- * Licensed Materials - Property of IBM
3
- * 5724-Q36
4
- * (c) Copyright IBM Corp. 2020
5
- * US Government Users Restricted Rights - Use, duplication or disclosure
6
- * restricted by GSA ADP Schedule Contract with IBM Corp.
7
- */
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
+ */
8
7
 
9
8
  @use '@carbon/styles/scss/theme' as *;
10
9
  @use '@carbon/styles/scss/spacing' as *;
@@ -1,10 +1,9 @@
1
- /*
2
- * Licensed Materials - Property of IBM
3
- * 5724-Q36
4
- * (c) Copyright IBM Corp. 2021
5
- * US Government Users Restricted Rights - Use, duplication or disclosure
6
- * restricted by GSA ADP Schedule Contract with IBM Corp.
7
- */
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
+ */
8
7
 
9
8
  @use '@carbon/styles/scss/theme' as *;
10
9
  @use '@carbon/styles/scss/spacing' as *;
@@ -1,10 +1,9 @@
1
- /*
2
- * Licensed Materials - Property of IBM
3
- * 5724-Q36
4
- * (c) Copyright IBM Corp. 2021
5
- * US Government Users Restricted Rights - Use, duplication or disclosure
6
- * restricted by GSA ADP Schedule Contract with IBM Corp.
7
- */
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
+ */
8
7
 
9
8
  @use '@carbon/styles/scss/theme' as *;
10
9
  @use '@carbon/styles/scss/spacing' as *;
@@ -1,3 +1,10 @@
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
+
1
8
  @forward './global/styles/project-settings' with (
2
9
  $pkg-prefix: 'dev-prefix--c4p'
3
10
  );
package/scss/config.scss CHANGED
@@ -1 +1,8 @@
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
+
1
8
  @forward './global/styles/project-settings';