@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
package/css/index.css CHANGED
@@ -17714,13 +17714,12 @@ button.c4p--add-select__global-filter-toggle--open {
17714
17714
  width: 1rem;
17715
17715
  }
17716
17716
 
17717
- /*
17718
- * Licensed Materials - Property of IBM
17719
- * 5724-Q36
17720
- * (c) Copyright IBM Corp. 2020 - 2022
17721
- * US Government Users Restricted Rights - Use, duplication or disclosure
17722
- * restricted by GSA ADP Schedule Contract with IBM Corp.
17723
- */
17717
+ /**
17718
+ * Copyright IBM Corp. 2024
17719
+ *
17720
+ * This source code is licensed under the Apache-2.0 license found in the
17721
+ * LICENSE file in the root directory of this source tree.
17722
+ */
17724
17723
  .cds--data-table tr.c4p--datagrid__carbon-nested-row {
17725
17724
  border-left: 1px solid transparent;
17726
17725
  }
@@ -17795,13 +17794,12 @@ button.c4p--add-select__global-filter-toggle--open {
17795
17794
  border-bottom: none;
17796
17795
  }
17797
17796
 
17798
- /*
17799
- * Licensed Materials - Property of IBM
17800
- * 5724-Q36
17801
- * (c) Copyright IBM Corp. 2020
17802
- * US Government Users Restricted Rights - Use, duplication or disclosure
17803
- * restricted by GSA ADP Schedule Contract with IBM Corp.
17804
- */
17797
+ /**
17798
+ * Copyright IBM Corp. 2024
17799
+ *
17800
+ * This source code is licensed under the Apache-2.0 license found in the
17801
+ * LICENSE file in the root directory of this source tree.
17802
+ */
17805
17803
  .c4p--datagrid__expanded-row .cds--data-table-container {
17806
17804
  width: calc(100% - 2rem);
17807
17805
  border-left: 2px solid var(--cds-background-brand, #0f62fe);
@@ -17879,13 +17877,12 @@ button.c4p--add-select__global-filter-toggle--open {
17879
17877
  visibility: visible;
17880
17878
  }
17881
17879
 
17882
- /*
17883
- * Licensed Materials - Property of IBM
17884
- * 5724-Q36
17885
- * (c) Copyright IBM Corp. 2020
17886
- * US Government Users Restricted Rights - Use, duplication or disclosure
17887
- * restricted by GSA ADP Schedule Contract with IBM Corp.
17888
- */
17880
+ /**
17881
+ * Copyright IBM Corp. 2024
17882
+ *
17883
+ * This source code is licensed under the Apache-2.0 license found in the
17884
+ * LICENSE file in the root directory of this source tree.
17885
+ */
17889
17886
  .c4p--datagrid__right-align-header {
17890
17887
  width: 100%;
17891
17888
  text-align: right;
@@ -17917,13 +17914,12 @@ button.c4p--add-select__global-filter-toggle--open {
17917
17914
  margin-left: auto;
17918
17915
  }
17919
17916
 
17920
- /*
17921
- * Licensed Materials - Property of IBM
17922
- * 5724-Q36
17923
- * (c) Copyright IBM Corp. 2021
17924
- * US Government Users Restricted Rights - Use, duplication or disclosure
17925
- * restricted by GSA ADP Schedule Contract with IBM Corp.
17926
- */
17917
+ /**
17918
+ * Copyright IBM Corp. 2024
17919
+ *
17920
+ * This source code is licensed under the Apache-2.0 license found in the
17921
+ * LICENSE file in the root directory of this source tree.
17922
+ */
17927
17923
  .c4p--datagrid__right-sticky-column-cell {
17928
17924
  /* stylelint-disable-next-line declaration-no-important */
17929
17925
  position: sticky !important;
@@ -17984,13 +17980,12 @@ button.c4p--add-select__global-filter-toggle--open {
17984
17980
  left: 0;
17985
17981
  }
17986
17982
 
17987
- /*
17988
- * Licensed Materials - Property of IBM
17989
- * 5724-Q36
17990
- * (c) Copyright IBM Corp. 2021
17991
- * US Government Users Restricted Rights - Use, duplication or disclosure
17992
- * restricted by GSA ADP Schedule Contract with IBM Corp.
17993
- */
17983
+ /**
17984
+ * Copyright IBM Corp. 2024
17985
+ *
17986
+ * This source code is licensed under the Apache-2.0 license found in the
17987
+ * LICENSE file in the root directory of this source tree.
17988
+ */
17994
17989
  .c4p--datagrid__actions-column-cell {
17995
17990
  display: flex;
17996
17991
  flex-flow: column;
@@ -18078,13 +18073,12 @@ button.c4p--add-select__global-filter-toggle--open {
18078
18073
  background-color: var(--cds-layer-selected);
18079
18074
  }
18080
18075
 
18081
- /*
18082
- * Licensed Materials - Property of IBM
18083
- * 5724-Q36
18084
- * (c) Copyright IBM Corp. 2021
18085
- * US Government Users Restricted Rights - Use, duplication or disclosure
18086
- * restricted by GSA ADP Schedule Contract with IBM Corp.
18087
- */
18076
+ /**
18077
+ * Copyright IBM Corp. 2024
18078
+ *
18079
+ * This source code is licensed under the Apache-2.0 license found in the
18080
+ * LICENSE file in the root directory of this source tree.
18081
+ */
18088
18082
  .c4p--datagrid .c4p--datagrid__row-size-toggle-tip-content {
18089
18083
  background-color: var(--cds-layer-02, #ffffff);
18090
18084
  box-shadow: 1px 4px 8px -3px var(--cds-overlay, rgba(22, 22, 22, 0.5)), -1px 6px 8px -5px var(--cds-overlay, rgba(22, 22, 22, 0.5));
@@ -18375,13 +18369,12 @@ th.c4p--datagrid__select-all-toggle-on.button {
18375
18369
  width: 10rem;
18376
18370
  }
18377
18371
 
18378
- /*
18379
- * Licensed Materials - Property of IBM
18380
- * 5724-Q36
18381
- * (c) Copyright IBM Corp. 2022
18382
- * US Government Users Restricted Rights - Use, duplication or disclosure
18383
- * restricted by GSA ADP Schedule Contract with IBM Corp.
18384
- */
18372
+ /**
18373
+ * Copyright IBM Corp. 2024
18374
+ *
18375
+ * This source code is licensed under the Apache-2.0 license found in the
18376
+ * LICENSE file in the root directory of this source tree.
18377
+ */
18385
18378
  .c4p--datagrid .c4p--datagrid__expanded-row-content {
18386
18379
  position: relative;
18387
18380
  padding: 1rem 1rem 1.5rem 4rem;
@@ -18549,13 +18542,12 @@ th.c4p--datagrid__select-all-toggle-on.button {
18549
18542
  white-space: nowrap;
18550
18543
  }
18551
18544
 
18552
- /*
18553
- * Licensed Materials - Property of IBM
18554
- * 5724-Q36
18555
- * (c) Copyright IBM Corp. 2021
18556
- * US Government Users Restricted Rights - Use, duplication or disclosure
18557
- * restricted by GSA ADP Schedule Contract with IBM Corp.
18558
- */
18545
+ /**
18546
+ * Copyright IBM Corp. 2024
18547
+ *
18548
+ * This source code is licensed under the Apache-2.0 license found in the
18549
+ * LICENSE file in the root directory of this source tree.
18550
+ */
18559
18551
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--text-input,
18560
18552
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number input[type=number],
18561
18553
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,
@@ -23416,6 +23408,18 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
23416
23408
  overflow-y: auto;
23417
23409
  }
23418
23410
 
23411
+ /**
23412
+ * Copyright IBM Corp. 2024
23413
+ *
23414
+ * This source code is licensed under the Apache-2.0 license found in the
23415
+ * LICENSE file in the root directory of this source tree.
23416
+ */
23417
+ /**
23418
+ * Copyright IBM Corp. 2024
23419
+ *
23420
+ * This source code is licensed under the Apache-2.0 license found in the
23421
+ * LICENSE file in the root directory of this source tree.
23422
+ */
23419
23423
  .c4p--condition-builder__condition-wrapper * {
23420
23424
  font-size: var(--cds-body-01-font-size, 0.875rem);
23421
23425
  font-weight: var(--cds-body-01-font-weight, 400);
@@ -24933,6 +24937,12 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
24933
24937
  fill: var(--cds-icon-primary, #161616);
24934
24938
  }
24935
24939
 
24940
+ /**
24941
+ * Copyright IBM Corp. 2024
24942
+ *
24943
+ * This source code is licensed under the Apache-2.0 license found in the
24944
+ * LICENSE file in the root directory of this source tree.
24945
+ */
24936
24946
  .c4p--condition-builder__condition-block,
24937
24947
  .c4p--condition-builder__condition-block .c4p--condition-builder__block {
24938
24948
  position: relative;