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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) 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/useRowIsMouseOver.d.ts +6 -0
  31. package/es/components/StringFormatter/utils/enums.js +7 -0
  32. package/es/global/js/utils/scrollableAncestor.js +7 -0
  33. package/es/global/js/utils/uuidv4.d.ts +6 -0
  34. package/es/global/js/utils/uuidv4.js +2 -0
  35. package/es/global/js/utils/wait.d.ts +6 -0
  36. package/es/global/js/utils/wait.js +2 -0
  37. package/flags.js +7 -0
  38. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
  39. package/lib/components/AddSelect/types/index.d.ts +6 -0
  40. package/lib/components/Coachmark/utils/enums.d.ts +6 -0
  41. package/lib/components/DataSpreadsheet/types/index.d.ts +6 -0
  42. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
  43. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
  44. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
  45. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
  46. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
  47. package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
  48. package/lib/components/Datagrid/types/index.d.ts +6 -0
  49. package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
  50. package/lib/components/Datagrid/useDisableSelectRows.d.ts +6 -0
  51. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
  52. package/lib/components/StringFormatter/utils/enums.js +7 -0
  53. package/lib/global/js/utils/scrollableAncestor.js +7 -0
  54. package/lib/global/js/utils/uuidv4.d.ts +6 -0
  55. package/lib/global/js/utils/uuidv4.js +2 -0
  56. package/lib/global/js/utils/wait.d.ts +6 -0
  57. package/lib/global/js/utils/wait.js +2 -0
  58. package/package.json +3 -3
  59. package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +7 -0
  60. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +7 -0
  61. package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
  62. package/scss/components/Datagrid/styles/_useActionsColumn.scss +6 -7
  63. package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
  64. package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
  65. package/scss/components/Datagrid/styles/_useInlineEdit.scss +6 -7
  66. package/scss/components/Datagrid/styles/_useNestedRows.scss +6 -7
  67. package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
  68. package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
  69. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
  70. package/scss/config-dev.scss +7 -0
  71. package/scss/config.scss +7 -0
@@ -1,3 +1,8 @@
1
-
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
+ */
2
7
 
3
8
  /*# sourceMappingURL=config-dev.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"config-dev.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../scss/config-dev.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","file":"config-dev.css"}
package/css/config.css CHANGED
@@ -1,3 +1,8 @@
1
-
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
+ */
2
7
 
3
8
  /*# sourceMappingURL=config.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"config.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../scss/config.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","file":"config.css"}
@@ -10957,13 +10957,12 @@ button.c4p--add-select__global-filter-toggle--open {
10957
10957
  width: 1rem;
10958
10958
  }
10959
10959
 
10960
- /*
10961
- * Licensed Materials - Property of IBM
10962
- * 5724-Q36
10963
- * (c) Copyright IBM Corp. 2020 - 2022
10964
- * US Government Users Restricted Rights - Use, duplication or disclosure
10965
- * restricted by GSA ADP Schedule Contract with IBM Corp.
10966
- */
10960
+ /**
10961
+ * Copyright IBM Corp. 2024
10962
+ *
10963
+ * This source code is licensed under the Apache-2.0 license found in the
10964
+ * LICENSE file in the root directory of this source tree.
10965
+ */
10967
10966
  .cds--data-table tr.c4p--datagrid__carbon-nested-row {
10968
10967
  border-left: 1px solid transparent;
10969
10968
  }
@@ -11038,13 +11037,12 @@ button.c4p--add-select__global-filter-toggle--open {
11038
11037
  border-bottom: none;
11039
11038
  }
11040
11039
 
11041
- /*
11042
- * Licensed Materials - Property of IBM
11043
- * 5724-Q36
11044
- * (c) Copyright IBM Corp. 2020
11045
- * US Government Users Restricted Rights - Use, duplication or disclosure
11046
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11047
- */
11040
+ /**
11041
+ * Copyright IBM Corp. 2024
11042
+ *
11043
+ * This source code is licensed under the Apache-2.0 license found in the
11044
+ * LICENSE file in the root directory of this source tree.
11045
+ */
11048
11046
  .c4p--datagrid__expanded-row .cds--data-table-container {
11049
11047
  width: calc(100% - 2rem);
11050
11048
  border-left: 2px solid var(--cds-background-brand, #0f62fe);
@@ -11122,13 +11120,12 @@ button.c4p--add-select__global-filter-toggle--open {
11122
11120
  visibility: visible;
11123
11121
  }
11124
11122
 
11125
- /*
11126
- * Licensed Materials - Property of IBM
11127
- * 5724-Q36
11128
- * (c) Copyright IBM Corp. 2020
11129
- * US Government Users Restricted Rights - Use, duplication or disclosure
11130
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11131
- */
11123
+ /**
11124
+ * Copyright IBM Corp. 2024
11125
+ *
11126
+ * This source code is licensed under the Apache-2.0 license found in the
11127
+ * LICENSE file in the root directory of this source tree.
11128
+ */
11132
11129
  .c4p--datagrid__right-align-header {
11133
11130
  width: 100%;
11134
11131
  text-align: right;
@@ -11160,13 +11157,12 @@ button.c4p--add-select__global-filter-toggle--open {
11160
11157
  margin-left: auto;
11161
11158
  }
11162
11159
 
11163
- /*
11164
- * Licensed Materials - Property of IBM
11165
- * 5724-Q36
11166
- * (c) Copyright IBM Corp. 2021
11167
- * US Government Users Restricted Rights - Use, duplication or disclosure
11168
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11169
- */
11160
+ /**
11161
+ * Copyright IBM Corp. 2024
11162
+ *
11163
+ * This source code is licensed under the Apache-2.0 license found in the
11164
+ * LICENSE file in the root directory of this source tree.
11165
+ */
11170
11166
  .c4p--datagrid__right-sticky-column-cell {
11171
11167
  /* stylelint-disable-next-line declaration-no-important */
11172
11168
  position: sticky !important;
@@ -11227,13 +11223,12 @@ button.c4p--add-select__global-filter-toggle--open {
11227
11223
  left: 0;
11228
11224
  }
11229
11225
 
11230
- /*
11231
- * Licensed Materials - Property of IBM
11232
- * 5724-Q36
11233
- * (c) Copyright IBM Corp. 2021
11234
- * US Government Users Restricted Rights - Use, duplication or disclosure
11235
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11236
- */
11226
+ /**
11227
+ * Copyright IBM Corp. 2024
11228
+ *
11229
+ * This source code is licensed under the Apache-2.0 license found in the
11230
+ * LICENSE file in the root directory of this source tree.
11231
+ */
11237
11232
  .c4p--datagrid__actions-column-cell {
11238
11233
  display: flex;
11239
11234
  flex-flow: column;
@@ -11321,13 +11316,12 @@ button.c4p--add-select__global-filter-toggle--open {
11321
11316
  background-color: var(--cds-layer-selected);
11322
11317
  }
11323
11318
 
11324
- /*
11325
- * Licensed Materials - Property of IBM
11326
- * 5724-Q36
11327
- * (c) Copyright IBM Corp. 2021
11328
- * US Government Users Restricted Rights - Use, duplication or disclosure
11329
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11330
- */
11319
+ /**
11320
+ * Copyright IBM Corp. 2024
11321
+ *
11322
+ * This source code is licensed under the Apache-2.0 license found in the
11323
+ * LICENSE file in the root directory of this source tree.
11324
+ */
11331
11325
  .c4p--datagrid .c4p--datagrid__row-size-toggle-tip-content {
11332
11326
  background-color: var(--cds-layer-02, #ffffff);
11333
11327
  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));
@@ -11618,13 +11612,12 @@ th.c4p--datagrid__select-all-toggle-on.button {
11618
11612
  width: 10rem;
11619
11613
  }
11620
11614
 
11621
- /*
11622
- * Licensed Materials - Property of IBM
11623
- * 5724-Q36
11624
- * (c) Copyright IBM Corp. 2022
11625
- * US Government Users Restricted Rights - Use, duplication or disclosure
11626
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11627
- */
11615
+ /**
11616
+ * Copyright IBM Corp. 2024
11617
+ *
11618
+ * This source code is licensed under the Apache-2.0 license found in the
11619
+ * LICENSE file in the root directory of this source tree.
11620
+ */
11628
11621
  .c4p--datagrid .c4p--datagrid__expanded-row-content {
11629
11622
  position: relative;
11630
11623
  padding: 1rem 1rem 1.5rem 4rem;
@@ -11792,13 +11785,12 @@ th.c4p--datagrid__select-all-toggle-on.button {
11792
11785
  white-space: nowrap;
11793
11786
  }
11794
11787
 
11795
- /*
11796
- * Licensed Materials - Property of IBM
11797
- * 5724-Q36
11798
- * (c) Copyright IBM Corp. 2021
11799
- * US Government Users Restricted Rights - Use, duplication or disclosure
11800
- * restricted by GSA ADP Schedule Contract with IBM Corp.
11801
- */
11788
+ /**
11789
+ * Copyright IBM Corp. 2024
11790
+ *
11791
+ * This source code is licensed under the Apache-2.0 license found in the
11792
+ * LICENSE file in the root directory of this source tree.
11793
+ */
11802
11794
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--text-input,
11803
11795
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .cds--number input[type=number],
11804
11796
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .c4p--datagrid__inline-edit--select .cds--list-box.cds--dropdown,
@@ -19525,6 +19517,18 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
19525
19517
  overflow-y: auto;
19526
19518
  }
19527
19519
 
19520
+ /**
19521
+ * Copyright IBM Corp. 2024
19522
+ *
19523
+ * This source code is licensed under the Apache-2.0 license found in the
19524
+ * LICENSE file in the root directory of this source tree.
19525
+ */
19526
+ /**
19527
+ * Copyright IBM Corp. 2024
19528
+ *
19529
+ * This source code is licensed under the Apache-2.0 license found in the
19530
+ * LICENSE file in the root directory of this source tree.
19531
+ */
19528
19532
  .cds--tag {
19529
19533
  --cds-layout-size-height-xs: 1.125rem;
19530
19534
  --cds-layout-size-height-sm: 1.125rem;
@@ -21573,6 +21577,12 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
21573
21577
  fill: var(--cds-icon-primary, #161616);
21574
21578
  }
21575
21579
 
21580
+ /**
21581
+ * Copyright IBM Corp. 2024
21582
+ *
21583
+ * This source code is licensed under the Apache-2.0 license found in the
21584
+ * LICENSE file in the root directory of this source tree.
21585
+ */
21576
21586
  .c4p--condition-builder__condition-block,
21577
21587
  .c4p--condition-builder__condition-block .c4p--condition-builder__block {
21578
21588
  position: relative;