tide-design-system 2.0.52 → 2.0.53

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.
@@ -904,6 +904,7 @@ declare const CSS_2: {
904
904
  readonly AUTO: "tide-height-auto";
905
905
  readonly ZERO: "tide-height-0";
906
906
  readonly FULL: "tide-height-full";
907
+ readonly MAX_FULL: "tide-max-height-full";
907
908
  };
908
909
  readonly ISOLATION: {
909
910
  readonly ISOLATE: "tide-isolate";
@@ -1084,7 +1085,7 @@ declare const CSS_2: {
1084
1085
  readonly ON: "tide-scroll-snap";
1085
1086
  };
1086
1087
  readonly SNAP_ALIGN: {
1087
- readonly START: "tide-snap-start";
1088
+ readonly START: "tide-scroll-snap-start";
1088
1089
  };
1089
1090
  readonly TEXT_TRANSFORM: {
1090
1091
  readonly LOWER: "tide-text-transform-lower";