@carbon/ibm-products-styles 2.73.0 → 2.74.0-rc.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products-styles",
3
3
  "description": "Carbon for IBM Products styles",
4
- "version": "2.73.0",
4
+ "version": "2.74.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "installConfig": {
7
7
  "hoistingLimits": "none"
@@ -49,7 +49,7 @@
49
49
  "cross-env": "^10.0.0",
50
50
  "glob": "^11.0.1",
51
51
  "jest": "^29.7.0",
52
- "jest-config-ibm-cloud-cognitive": "^1.36.0",
52
+ "jest-config-ibm-cloud-cognitive": "^1.37.0-rc.0",
53
53
  "jest-environment-jsdom": "^29.7.0",
54
54
  "npm-run-all2": "^8.0.0",
55
55
  "rimraf": "^6.0.1",
@@ -66,5 +66,5 @@
66
66
  "dependencies": {
67
67
  "@ibm/telemetry-js": "^1.9.1"
68
68
  },
69
- "gitHead": "2e1d6a3c4360a0d8d9804ce1c146a4b408a6784f"
69
+ "gitHead": "3c6c8abaf2f523ce781c1688372e38930584664b"
70
70
  }
@@ -330,8 +330,8 @@
330
330
 
331
331
  .#{$block-class}-filter-panel
332
332
  + .#{$block-class}__table-container-inner
333
- .#{c4p-settings.$carbon-prefix}--data-table-content {
334
- block-size: fit-content;
333
+ .#{c4p-settings.$carbon-prefix}--pagination {
334
+ background-color: $layer-02;
335
335
  }
336
336
 
337
337
  table.#{$block-class}__table-simple {
@@ -661,6 +661,10 @@
661
661
  .#{c4p-settings.$pkg-prefix}--datagrid__table-simple {
662
662
  block-size: 100%;
663
663
  }
664
+
665
+ .#{c4p-settings.$carbon-prefix}--data-table-content {
666
+ block-size: fit-content;
667
+ }
664
668
  }
665
669
 
666
670
  .#{$block-class}__table-container {
@@ -732,6 +732,24 @@ $duration: 1000ms;
732
732
  block-size: 100%;
733
733
  }
734
734
 
735
+ .#{$block-class}__breadcrumb-bar
736
+ .#{$carbon-prefix}--css-grid
737
+ .#{$carbon-prefix}--css-grid-column {
738
+ block-size: to-rem(40px);
739
+ }
740
+
741
+ .#{$block-class}__breadcrumb-bar
742
+ .#{$carbon-prefix}--css-grid
743
+ .#{$carbon-prefix}--css-grid-column,
744
+ .#{$block-class}__breadcrumb-bar .#{$block-class}__breadcrumb-container {
745
+ block-size: to-rem(40px);
746
+
747
+ .#{$block-class}__breadcrumb-wrapper {
748
+ align-items: center;
749
+ block-size: inherit;
750
+ }
751
+ }
752
+
735
753
  .#{$block-class}__breadcrumb-container {
736
754
  display: inline-flex;
737
755
  align-items: center;
@@ -905,7 +923,6 @@ $duration: 1000ms;
905
923
 
906
924
  .#{$block-class}__tab-bar {
907
925
  background-color: $layer;
908
- margin-inline-start: -$spacing-05;
909
926
  }
910
927
 
911
928
  .#{$block-class}__tab-bar--tablist {
@@ -55,13 +55,8 @@ $clabs-prefix: 'clabs';
55
55
  }
56
56
 
57
57
  @mixin setCommonTitleStyles() {
58
- display: -webkit-box;
59
- overflow: hidden;
60
- -webkit-box-orient: vertical;
61
- -webkit-line-clamp: 2;
62
58
  /* stylelint-disable-next-line carbon/layout-use -- custom css property set below */
63
59
  padding-inline-end: var(--#{$block-class}--title-padding-right);
64
- word-break: break-all;
65
60
  }
66
61
 
67
62
  .#{$block-class}--scrolls {
@@ -419,11 +414,8 @@ $clabs-prefix: 'clabs';
419
414
  .#{$block-class}__label-text {
420
415
  @include type.type-style('label-01');
421
416
 
422
- overflow: hidden;
423
417
  opacity: calc(1 - var(--#{$block-class}--scroll-animation-progress));
424
418
  padding-inline-end: var(--#{$block-class}--title-padding-right);
425
- text-overflow: ellipsis;
426
- white-space: nowrap;
427
419
  }
428
420
 
429
421
  .#{$block-class}__collapsed-title-text {
@@ -447,11 +439,6 @@ $clabs-prefix: 'clabs';
447
439
  .#{$block-class}__subtitle-text {
448
440
  @include type.type-style('body-compact-01');
449
441
 
450
- overflow: hidden;
451
-
452
- -webkit-box-orient: vertical;
453
- -webkit-line-clamp: 3;
454
- line-clamp: 3;
455
442
  opacity: calc(1 - var(--#{$block-class}--scroll-animation-progress));
456
443
  padding-block-end: $spacing-05;
457
444
  padding-inline-end: var(--#{$block-class}--title-padding-right);
@@ -28,6 +28,7 @@
28
28
  @use './ImportModal';
29
29
  @use './MultiAddSelect';
30
30
  @use './NotificationsPanel';
31
+ @use './OptionsTile';
31
32
  @use './PageHeader';
32
33
  @use './ProductiveCard';
33
34
  @use './RemoveModal';