tide-design-system 2.0.41 → 2.0.42

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.
@@ -760,7 +760,7 @@ declare const CSS_2: {
760
760
  };
761
761
  readonly DISPLAY: {
762
762
  readonly BLOCK: "tide-display-block";
763
- readonly CONTENTS: "tide-contents";
763
+ readonly CONTENTS: "tide-display-contents";
764
764
  readonly FLEX: "tide-display-flex";
765
765
  readonly GRID: "tide-display-grid";
766
766
  readonly INITIAL: "initial";